@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}
/*! Reflex v1.5.0 - https://github.com/leejordan/reflex */
@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes ellipsis {
    0%,to {
        opacity: 1
    }

    10%,55% {
        opacity: 0
    }
}

@keyframes reveal-top {
    0%,50% {
        transform: translate(0,-50px)
    }

    to {
        transform: translate(0,0)
    }
}

@keyframes reveal-bottom {
    0%,50% {
        transform: translate(0,50px)
    }

    to {
        transform: translate(0,0)
    }
}

[class*=grid__col-] {
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    zoom: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    position: relative;
    width: 100%;
    vertical-align: top;
    padding: 10px
}

@font-face {
    font-family:ProximaNova;src:url(../../fonts/Proxima-Light/267447_4_0.eot?321123597);src:url(../../fonts/Proxima-Light/267447_4_0.eot?123597#iefix)format("embedded-opentype"),url(../../fonts/Proxima-Light/267447_4_0.woff?123597)format("woff"),url(../../fonts/Proxima-Light/267447_4_0.ttf?123597)format("truetype")
}

@font-face {
    font-family:ProximaNova;font-weight:700;src:url(../../fonts/Proxima-Semibold/267447_5_0.eot?123597);src:url(../../fonts/Proxima-Semibold/267447_5_0.eot?#iefix123597)format("embedded-opentype"),url(../../fonts/Proxima-Semibold/267447_5_0.woff?123597)format("woff"),url(../../fonts/Proxima-Semibold/267447_5_0.ttf?123597)format("truetype")
}

@font-face {
    font-family:ProximaNova-Semibold;src:url(../../fonts/Proxima-Semibold/267447_5_0.eot?123597);src:url(../../fonts/Proxima-Semibold/267447_5_0.eot?#iefix123597)format("embedded-opentype"),url(../../fonts/Proxima-Semibold/267447_5_0.woff?123597)format("woff"),url(../../fonts/Proxima-Semibold/267447_5_0.ttf?123597)format("truetype")
}

.video-js {
    color: #ccc;
    width: 100%!important;
    height: 100%!important;
    position: relative;
    padding: 0;
    font-size: 10px;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal;
    font-family: ProximaNova,"Quattrocento Sans",sans-serif;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.video-js:-moz-full-screen {
    position: absolute
}

.video-js:-webkit-full-screen {
    width: 100%!important;
    height: 100%!important
}

img {
    -ms-interpolation-mode: bicubic
}

::-webkit-input-placeholder {
    color: #a9a9a9
}

:-ms-input-laceholder {
    color: #a9a9a9
}

::-moz-placeholder {
    color: #a9a9a9
}

:-moz-placeholder {
    color: #a9a9a9
}

.wsite-button {
    display: inline-block;
    background: url(/images/common/buttons/small_grey.png)no-repeat 100% -100px;
    text-decoration: none!important;
    font-weight: 400!important;
    font-size: 14px!important;
    color: #222!important;
    cursor: pointer
}

.wsite-button:hover {
    background-position: 100% -133px
}

.wsite-button:active {
    background-position: 100% -166px
}

button.wsite-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.wsite-search {
    position: relative;
    display: inline-block;
    white-space: nowrap
}

.wsite-search-button {
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 26px;
    background: url(/images/common/search-light.png)no-repeat;
    cursor: pointer
}

.wsite-search-element-align-center .wsite-search-element {
    margin: auto
}

.wsite-search-element-align-right {
    overflow: hidden
}

.wsite-search-element-align-right .wsite-search-element {
    float: right
}

.wsite-search-element {
    position: relative;
    width: 100%;
    max-width: 300px
}

.wsite-image,em {
    position: relative
}

.wsite-logo table {
    border: 0!important;
    border-collapse: collapse!important;
    border-spacing: 0!important;
    margin: 0!important
}

.wsite-initial-image .wsite-image {
    background-color: rgba(206,208,210,.1);
    border-radius: 4px;
    transition: border-color .1s ease-in,background-color .1s ease-in
}

.wsite-initial-image .wsite-image img {
    border: 0!important;
    cursor: pointer
}

.wsite-image-border-none a img {
    border-width: 0!important
}

.wsite-logo {
    display: inline-block;
    vertical-align: top
}

.wsite-logo img,.wsite-logo span {
    vertical-align: top!important
}

.wsite-logo td {
    vertical-align: middle!important;
    border: 0!important;
    padding: 0!important
}

.wsite-logo a img,a img,a:hover img {
    border: 0
}

#wsite-com-checkout-list td,.wsite-not-footer {
    text-align: left
}

.wsite-multicol {
    position: relative;
    direction: ltr
}

.wsite-multicol-table {
    position: relative;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin: 0!important;
    border: 0!important;
    padding: 0!important
}

.wsite-multicol-col {
    vertical-align: top;
    margin: 0!important;
    border: 0!important;
    padding: 0;
    -moz-box-sizing: border-box
}

.wsite-footer {
    clear: both
}

@media screen and (max-width:767px) {
    .wsite-logo img {
        max-width: 200px
    }
}

#wsite-search-header {
    border-bottom: 1px solid #e6e5e5;
    padding-bottom: 28px;
    padding-top: 5px
}

#wsite-search-header h2 {
    border: 0!important;
    float: left;
    font-size: 2.4em;
    font-weight: 200;
    padding: 0;
    margin: 0;
    width: 20%
}

#wsite-search-results {
    float: right;
    padding-top: 22px;
    padding-bottom: 60px;
    position: relative;
    width: 75%
}

#wsite-search-list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0
}

#wsite-search-list li {
    margin-bottom: 38px
}

#wsite-search-list h3 {
    border-bottom: 0;
    color: inherit;
    font-size: 1.5em;
    font-weight: 400;
    overflow: hidden;
    padding: 0 5px 0 0;
    margin: 0;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap
}

#wsite-search-list p {
    clear: both;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.4em;
    padding: 5px 0 0
}

.wsite-com-content {
    padding: 0 0 0 10px
}

.wsite-vertical-align {
    display: table-cell;
    vertical-align: middle
}

body,h1,h3,h4,h5,h6,html,li,pre,ul {
    margin: 0;
    padding: 0
}

.wsite-com-checkout-section::after {
    clear: both;
    content: "";
    display: table
}

#wsite-com-checkout-button {
    float: right
}

#wsite-com-checkout-list {
    border-collapse: collapse;
    text-align: left;
    width: 100%
}

#wsite-com-checkout-list .wsite-align-center {
    text-align: center
}

#wsite-com-checkout-list .wsite-align-right {
    text-align: right
}

#wsite-com-checkout-list td,#wsite-com-checkout-list th {
    border-bottom: 1px solid #f1f1f1;
    padding: 8px 0;
    font-weight: 400
}

#wsite-com-checkout-list th {
    text-align: right;
    font-size: 1.1em
}

#wsite-com-checkout-list th:first-child {
    text-align: left
}

#wsite-com-checkout-list tbody td:first-child {
    text-align: left;
    width: 10%
}

#wsite-com-checkout-list .wsite-com-checkout-item-image {
    float: left;
    height: 80px;
    width: 80px
}

.wsite-com-checkout-list-item {
    text-align: left;
    width: 50%
}

.wsite-com-checkout-section {
    padding-bottom: 30px
}

.wsite-com-checkout-section .wsite-section-label {
    color: #333;
    cursor: default;
    display: block
}

.wsite-checkout-type {
    margin-bottom: 35px;
    overflow: auto
}

.wsite-checkout-type .wsite-cc {
    width: 228px;
    background-image: url(/images/site/checkout/credit-cards.png);
    background-position: 57px 8px
}

@media only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .wsite-checkout-type .wsite-cc {
        background-image: url(/images/site/checkout/@2x/credit-cards.png);
        background-size: 178px 25px
    }
}

@media print {
    .no-print {
        display: none
    }
}

#wsite-com-checkout {
    padding-bottom: 20px
}

h2.wsite-checkout-header {
    font-size: 1.35em;
    padding-bottom: 35px
}

.show {
    display: block
}

.paragraph,.wsite-content-title,h2 {
    word-wrap: break-word
}

@media screen {
    .com {
        color: #8e908c
    }

    .var {
        color: #c82829
    }
}

@media print,projection {
    .com {
        color: #600;
        font-style: italic
    }
}

.wsite-video-container {
    position: relative;
    padding-bottom: 56.25%!important;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.wsite-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wsite-video-align-center {
    margin: 0 auto
}

.wsite-video-align-right {
    margin: 0 0 0 auto
}

.wsite-video-wrapper {
    max-width: 100%
}

.wsite-video-height-170 {
    width: 302px
}

.wsite-video-height-226 {
    width: 401px
}

.wsite-video-height-282 {
    width: 501px
}

.wsite-video-height-366 {
    width: 650px
}

.wsite-video-height-480 {
    width: 853px
}

.wsite-youtube-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%!important;
    padding-top: 30px;
    height: 0
}

.wsite-youtube-wrapper {
    max-width: 100%
}

.wsite-youtube-align-center {
    margin: 0 auto
}

.wsite-youtube-align-right {
    margin: 0 0 0 auto
}

.wsite-section-wrap {
    display: table;
    table-layout: fixed;
    width: 100%
}

.wsite-section-wrap .wsite-section {
    vertical-align: middle
}

.wsite-section-wrap:only-child .wsite-body-section {
    height: 400px;
    vertical-align: top
}

.wsite-section {
    display: table-cell;
    width: 100%;
    height: 230px
}

.wsite-header-section {
    text-align: center
}

.wsite-section-bg-video {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.wsite-section-bg-video .wsite-section-content {
    position: relative;
    z-index: 3
}

div.paragraph,h2,p {
    padding: 0
}

body,html {
    height: 100%
}

html {
    scroll-behavior: smooth
}

body {
    width: 100%;
    background: #fff;
    color: #3e3e3e;
    font-family: "Libertinus Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    color: #b9b9b9;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.nav ul li#active>a.wsite-menu-item,.nav ul li>a.wsite-menu-item:hover,a:hover {
    color: #888
}

a.anchor {
    display: flexbox;
    position: relative;
    top: -60px;
    visibility: hidden
}

h2 {
    margin: 0 0 15px;
    color: #000;
    font-family: Quattrocento,serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em
}

div.paragraph,p {
    margin: 0 0 10px;
    line-height: 1.5em
}

p.bibitem {
    text-indent: -1.2em;
    margin-left: 2.4em;
    margin-bottom: 1.5em;
    font-size: smaller;
}

span.biblabel {
    display: inline-block;
    position: relative;
    width: .7em;
    top:1.4em;
}

span.bibsp {
    display: none;
}

span.cmti-10 {
    font-style: italic;
}

:-moz-placeholder,:-ms-input-placeholder,::-moz-placeholder,::-webkit-input-placeholder {
    color: #777
}

div.wcustomhtml {
    display: block;
    height: 0
}

.container {
    overflow: hidden;
    width: 100%;
    max-width: 960px;
    margin: 0 auto
}

body.affix .cento-header .nav-wrap {
    position: fixed;
    top: 0;
    z-index: 15;
    border-bottom: 2px solid #000
}

.cento-header {
    position: relative;
    z-index: 9;
    width: 100%;
    background: #ba0c2f;
    padding: 40px 0 0;
    box-sizing: border-box
}

.banner-header-page .cento-header {
    padding: 0;
    background: #ba0c2f;
    border-bottom: 2px solid #000
}

.cento-header .logo {
    margin-bottom: 20px
}

.cento-header .logo img {
    display: block;
    max-width: 200px
}

.cento-header .logo #wsite-title {
    display: block;
    max-width: 500px
}

.cento-header .logo,.cento-header .logo a,.nav ul li a {
    display: block;
    font-family: "Quattrocento Sans",sans-serif
}

.cento-header .logo,.cento-header .logo a {
    color: #000;
    text-align: center;
    letter-spacing: .04em;
    font-size: 40px;
    font-weight: 700;
    line-height: normal
}

.cento-header .nav-wrap {
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
    background: #ba0c2f;
    box-sizing: border-box;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.nav {
    text-align: center
}

.banner-wrap .banner .button-wrap,.nav ul,.nav ul li {
    display: inline-block
}

.nav ul {
    vertical-align: top;
    list-style-type: none
}

.nav ul li {
    position: relative;
    padding: 0 5px
}

.nav ul li a {
    text-transform: uppercase;
    letter-spacing: .07em;
    padding: 5px 15px;
    color: #faefef;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.cento-header .hamburger,.cento-header .mobile-logo,.mobile-nav {
    display: none
}

.wsite-background,.wsite-header-section {
    position: relative;
    background-size: cover;
    background-position: center center
}

.banner-wrap {
    position: relative;
    width: 100%;
    max-width: 1115px;
    margin: 20px auto 0
}

.banner-header-page .banner-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0
}

.wsite-header-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: inherit;
    background: rgba(0,0,0,.2);
    content: " "
}

.wsite-section-bg-color:before {
    display: none
}

.banner-wrap .container {
    position: relative;
    display: table;
    overflow-y: hidden;
    padding: 30px 0;
    box-sizing: border-box
}

.banner-wrap .banner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff
}

.banner-wrap .banner h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 50px
}

.banner-wrap .banner div.paragraph,.banner-wrap .banner p {
    margin-bottom: 0;
    font-family: "Libertinus Sans",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px
}

.banner-wrap .banner .wsite-button {
    text-align: center!important;
    background: 0 0
}

.content-wrap,.footer-wrap {
    background: #fff
}

.content-wrap .container {
    padding: 30px 20px;
    box-sizing: border-box
}

.footer-wrap {
    width: 100%;
    border-top: 2px solid #f7f7f7
}

.footer-wrap .container {
    width: 100%;
    overflow: initial
}

.footer-wrap .wsite-footer {
    width: 960px;
    margin: 0 auto;
    padding: 40px 20px 20px;
    box-sizing: border-box
}

.footer-wrap h2 {
    font-size: 16px;
    margin-bottom: 10px
}

.footer-wrap div.paragraph,.footer-wrap p,div.mobile-ls button.ls {
    font-size: 12px
}

.wsite-button {
    height: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0;
    background: 0 0
}

.fancybox-title {
    color: #fff;
    font-family: Quattrocento,serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal
}

.fancybox-next span,.fancybox-prev span {
    background: 0 0!important;
    width: auto;
    height: auto
}

.fancybox-next span:before,.fancybox-prev span:before,button.ls {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.fancybox-next span:before,.fancybox-prev span:before {
    color: #fff!important;
    font-family: Quattrocento,serif;
    font-size: 50px;
    font-weight: 400;
    line-height: .5em
}

.fancybox-next:hover span:before,.fancybox-prev:hover span:before {
    color: #b9b9b9!important
}

.fancybox-prev span:before {
    content: "〈"
}

.fancybox-next span:before {
    content: "〉"
}

.banner-header-page .wsite-header-section,.header-page .wsite-header-section {
    height: 65vh
}

.no-header-page .content-wrap .container {
    padding-top: 20px
}

button.ls {
    font-size: 16px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    position: relative;
    color: #00a3ad;
    text-decoration: none
}

a.tooltip span {
    display: none
}

button.ls:hover {
    color: #98cbef
}

html:lang(en) button.ls:lang(en),html:lang(pt) button.ls:lang(pt) {
    color: #fff
}

html:lang(pt) div.paragraph:not(:lang(pt)),html:lang(pt) span:not(:lang(pt)),html:not(:lang(pt)) div.paragraph:lang(pt),html:not(:lang(pt)) span:lang(pt) {
    display: none
}

a.tooltip:hover span {
    padding: 5px 20px 5px 5px;
    display: table;
    z-index: 100;
    text-align: center;
    background: #ba0c2f;
    color: #fff;
    top: 82px;
    position: absolute
}

@media screen and (max-width:992px) {
    .container {
        max-width: 768px;
        overflow-wrap: break-word
    }

    .content-wrap .container {
        padding: 20px
    }

    .footer-wrap .wsite-footer {
        width: 100%;
        padding: 40px 20px 20px;
        box-sizing: border-box
    }

    .footer-wrap td.wsite-multicol-col {
        margin-bottom: 25px!important
    }

    .footer-wrap td.wsite-multicol-col:last-child {
        width: 100%!important
    }
}

@media screen and (max-width:767px) {
    body {
        padding: 52px 0 0;
        background-size: initial;
        background-position: top center;
        background-attachment: inherit;
        font-size: 15px
    }

    body.wsite-checkout-page .banner-wrap,body.wsite-checkout-page .no-header-page .content-wrap {
        margin-top: 0
    }

    body.wsite-checkout-page .cento-header {
        position: relative!important
    }

    body.affix .cento-header .nav-wrap {
        position: relative;
        height: auto;
        border-bottom: none
    }

    .mobile-nav ul li {
        display: block!important;
        float: none;
        margin: 0;
        padding: 0;
        border: 0;
        text-align: center
    }

    .banner-wrap .banner h2 {
        font-size: 2.5em;
        line-height: 1.25em
    }

    body.nav-open .mobile-nav {
        max-height: calc(100vh - 70px);
        padding: 10px 0;
        opacity: 1
    }

    body.nav-open .cento-header .hamburger span {
        background: 0 0
    }

    body.nav-open .cento-header .hamburger span:before {
        top: 1px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    body.nav-open .cento-header .hamburger span:after {
        top: -1px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .cento-header .banner-wrap {
        display: none
    }

    .cento-header,.mobile-nav {
        position: fixed;
        left: 0;
        z-index: 9
    }

    .cento-header {
        top: 0;
        height: 50px;
        padding: 10px 0;
        border-bottom: 2px solid #fff;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden
    }

    .cento-header .logo,.cento-header .mobile-logo {
        display: table;
        overflow-y: hidden;
        max-width: calc(100vw - 100px);
        height: 50px;
        margin: 0 auto
    }

    .cento-header .logo .wsite-logo,.cento-header .mobile-logo .wsite-logo {
        display: table-cell;
        vertical-align: middle
    }

    .cento-header .logo a,.cento-header .mobile-logo a {
        font-size: 18px;
        line-height: 30px
    }

    .cento-header .logo a img,.cento-header .mobile-logo a img {
        height: auto;
        max-height: 30px;
        margin-top: 0!important;
        margin-left: 0!important
    }

    .cento-header #wsite-title {
        display: block;
        font-size: 18px!important;
        line-height: 1!important
    }

    .cento-header .hamburger,.mobile-nav ul li.has-submenu>span.icon-caret {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        top: 0
    }

    .cento-header .hamburger {
        position: absolute;
        z-index: 6;
        left: 5px;
        display: inline-block;
        width: 30px;
        height: 30px;
        padding: 10px
    }

    .cento-header .hamburger span,.cento-header .hamburger span:after,.cento-header .hamburger span:before {
        position: relative;
        display: block;
        width: 22px;
        height: 2px;
        background: #faefef;
        content: "";
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .cento-header .hamburger span {
        top: 9px;
        left: 4px;
        margin: 5px 0
    }

    .cento-header .hamburger span:before {
        top: -8px
    }

    .cento-header .hamburger span:after {
        bottom: -6px
    }

    .cento-header .nav-wrap {
        height: auto;
        margin: 0;
        padding: 0
    }

    .mobile-nav {
        top: 50px;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        height: 100%;
        max-height: 0;
        padding: 0;
        opacity: 0;
        background: #ba0c2f;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

    .mobile-nav ul {
        float: none;
        display: block;
        width: 100%;
        height: auto
    }

    .mobile-nav ul li a.wsite-menu-item,.mobile-nav ul li a.wsite-menu-subitem {
        padding: 10px 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .mobile-nav ul li .wsite-menu-wrap {
        display: block!important;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: all .5s ease-in-out 250ms;
        -moz-transition: all .5s ease-in-out 250ms;
        -ms-transition: all .5s ease-in-out 250ms;
        -o-transition: all .5s ease-in-out 250ms;
        transition: all .5s ease-in-out 250ms
    }

    .mobile-nav ul li .wsite-menu-wrap li.wsite-nav-current a {
        color: #faefef
    }

    .mobile-nav ul li.wsite-menu-item-wrap#active>a.wsite-menu-item,.mobile-nav ul li.wsite-menu-item-wrap>a.wsite-menu-item:hover,.mobile-nav ul li.wsite-menu-subitem-wrap>a.wsite-menu-subitem:hover {
        color: #888
    }

    .mobile-nav ul li.has-submenu>span.icon-caret {
        position: -webkit-sticky;
        position: sticky;
        right: 10px;
        display: block;
        width: 20px;
        height: 10px;
        padding: 5px 10px;
        cursor: pointer
    }

    .mobile-nav ul li.has-submenu>span.icon-caret:before {
        position: relative;
        display: block;
        color: #b9b9b9;
        font-size: 24px;
        content: "›";
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .mobile-nav ul li.has-submenu:hover~span.icon-caret:after,.mobile-nav ul li.has-submenu:hover~span.icon-caret:before {
        background: #888
    }

    .mobile-nav ul li.has-submenu .wsite-menu-wrap.open {
        max-height: 1000px
    }

    .desktop-nav {
        display: none
    }

    .banner-wrap {
        margin-top: 50px
    }

    .banner-wrap .container {
        padding: 50px 20px 20px
    }

    .banner-wrap .banner-content {
        padding: 0 20px
    }

    .banner-wrap .banner-content h2 {
        margin-bottom: 15px;
        font-size: 2.5em
    }

    .banner-wrap .banner-content div.paragraph,.banner-wrap .banner-content p {
        margin-bottom: 25px;
        font-size: 1.2em
    }

    .wsite-section {
        height: auto!important
    }

    td.wsite-multicol-col {
        float: none;
        display: block;
        width: 100%!important;
        box-sizing: border-box
    }

    .no-header-page .content-wrap {
        margin-top: 55px;
        border-top: none
    }

    #wsite-search-header h2 {
        width: 100%;
        margin-bottom: 10px;
        font-size: 1.6em
    }

    #wsite-search-results {
        width: 100%
    }

    #wsite-com-checkout-list td {
        padding: 10px 0 20px
    }
}

@media screen and (max-width:480px) {
    #wsite-com-checkout-list .wsite-com-checkout-item-image {
        display: none
    }

    #wsite-com-checkout-list tbody td:first-child {
        width: 0;
        padding: 0
    }
}

div.paragraph ul {
    padding-left: 3em!important;
    margin: 5px 0!important
}

div.paragraph li {
    padding-left: 5px!important;
    margin: 3px 0 0!important
}

div.paragraph ul,div.paragraph ul li {
    list-style: disc outside!important
}

#wsite-content div.paragraph,#wsite-content p {
    color: #000!important
}

#wsite-content h2,.wsite-elements.wsite-not-footer:not(.wsite-header-elements) h2 {
    font-family: "Alegreya SC"!important
}

#wsite-content h2 {
    color: #474569!important
}

#wsite-title,.wsite-header-section .wsite-content-title {
    font-family: "Mate SC"!important;
    color: #fff!important
}

.wsite-not-footer .paragraph a,.wsite-not-footer h2.wsite-content-title a, .thebibliography a {
    color: #004e60!important
}

.wsite-menu-default a {
    font-weight: 700!important
}

.wsite-header-section .wsite-content-title {
    text-transform: none!important
}

.wsite-header-section .paragraph {
    font-weight: 400!important;
    letter-spacing: 0!important
}

@media screen and (min-width:767px) {
    div.thebibliography p.bibitem {
        font-size: 16px!important;
        line-height: 22px!important
    }

    #wsite-content div.paragraph,#wsite-content p:not(.bibitem),.wsite-elements.wsite-not-footer:not(.wsite-header-elements) div.paragraph,.wsite-elements.wsite-not-footer:not(.wsite-header-elements) p:not(.bibitem) {
        font-size: 18px!important;
        line-height: 25px!important
    }

    #wsite-content h2,.wsite-elements.wsite-not-footer:not(.wsite-header-elements) h2 {
        font-size: 24px!important;
        line-height: 44px!important
    }

    .wsite-menu-default a {
        font-size: 13px!important
    }

    .wsite-header-section .wsite-content-title {
        font-size: 56px!important
    }

    .wsite-header-section .paragraph {
        font-size: 22px!important;
        line-height: 23px!important
    }
}