/*! CSS Used from: https://silly-rabanadas-41570e.netlify.app/pb-assets/knowable-assets/css/style-1679652212427.css */
body {
    margin: 0;
}

footer,
header,
nav,
section {
    display: block;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

main {
    display: block;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button,
[type="submit"] {
    -webkit-appearance: button;
}

input {
    overflow: visible;
}

[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-tap-highlight-color: transparent;
}

body {
    position: relative;
    font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    min-width: 320px;
    height: 100%;
}

body *:focus:not(:focus-visible) {
    outline: 2px solid #7aacfe !important;
}

hr {
    margin: 40px auto;
    border: 0;
    border-bottom: solid 1px #d9e7e8;
    background-color: transparent;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

p:last-child {
    margin-bottom: 0;
}
p {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 28px;
    line-height: 1.5;
}

/* h2,h3,h4{margin:0 0 10px;font-family:"capitolium-2", Georgia, "Times New Roman", Times, serif;font-weight:700;color:#000;-webkit-transition:font-size 0.2s ease-in-out;transition:font-size 0.2s ease-in-out;}
h2{font-size:22px;font-size:1.375rem;}
@media (min-width: 1000px){
h2{font-size:26px;font-size:1.625rem;}
}
h3{font-size:18px;font-size:1.125rem;}
@media (min-width: 1000px){
h3{font-size:20px;font-size:1.25rem;}
}
h4{font-size:17px;font-size:1.0625rem;}
@media (min-width: 1000px){
h4{font-size:18px;font-size:1.125rem;}
} */
/* p{font-size:16px;font-size:1rem;margin:0 0 28px;line-height:1.5;}
p:last-child{margin-bottom:0;}
ul{margin:0 0 25px;}
ul li{margin:0 0 10px;font-size:16px;font-size:1rem;} */
/* label{display:block;padding:10px 0;} */
input[type='text'],
input[type='search'] {
    width: 100%;
    margin: 0 0 15px;
    padding: 12px 15px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    border: 1px solid #c2bfbf;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

@media (min-width: 600px) {

    input[type='text'],
    input[type='search'] {
        font-size: 14px;
    }
}

input[type='text']:focus,
input[type='search']:focus {
    outline: none;
    color: #000;
    background-color: #f3f3f3;
}

input[type='text']:focus::placeholder,
input[type='search']:focus::placeholder {
    color: #666;
    opacity: .9;
}

.page-container {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1600px;
    margin: 0 auto;
}

@media print {
    .site-header .site-header-menu-buttons {
        display: none;
    }
}

a {
    display: inline;
    color: #33666b;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

a:active,
a:focus,
a:hover {
    color: #224548;
}

a:disabled {
    opacity: .5;
    pointer-events: none;
}

button {
    background: #fff;
    border: 2px solid #cbdedf;
    border-radius: 3px;
    color: #3b777c;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    padding: 6px 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

/* button:active,
button:focus,
button:hover {
    background: #3b777c;
    border-color: #3b777c;
    color: #fff;
} */

button:disabled {
    opacity: .5;
    pointer-events: none;
}

.site-header {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 0;
}

@media (min-width: 800px) {
    .site-header {
        margin-left: 2rem;
        margin-right: 2rem;
    }
}

@media (min-width: 1200px) {
    .site-header {
        margin-left: 3rem;
        margin-right: 3rem;
    }
}

@media (min-width: 800px) {
    .site-header {
        text-align: center;
        padding: 22px 0;
    }
}

.site-header-logo {
    display: inline-block;
}

@media (min-width: 800px) {
    .site-header-logo {
        width: 348px;
        height: 68px;
    }
}

.site-header-logo img {
    display: inline-block;
}

.site-header-logo .logo-mobile {
    width: 175px;
    height: 52px;
}

@media (max-width: 399px) {
    .site-header-logo .logo-mobile {
        width: 125px;
        height: auto;
    }
}

@media (min-width: 800px) {
    .site-header-logo .logo-mobile {
        display: none;
    }
}

.site-header-logo .logo-desktop {
    display: none;
}

@media (min-width: 800px) {
    .site-header-logo .logo-desktop {
        display: block;
    }
}

.site-header-menu-buttons {
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 400px) {
    .site-header-menu-buttons {
        top: calc(50% - 22px);
    }
}

.site-header-search,
.site-header-menu,
.sticky-nav-search,
.sticky-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 0;
    color: #043349;
}

@media (min-width: 400px) {

    .site-header-search,
    .site-header-menu,
    .sticky-nav-search,
    .sticky-nav-menu {
        width: 45px;
        height: 45px;
    }
}

.site-header-search::before,
.site-header-menu::before,
.sticky-nav-search::before,
.sticky-nav-menu::before {
    font-size: 25px;
}

@media (min-width: 400px) {

    .site-header-search::before,
    .site-header-menu::before,
    .sticky-nav-search::before,
    .sticky-nav-menu::before {
        font-size: 30px;
    }
}

.icon-caret-down:before {
    content: "\e908";
    font-family: 'icomoon-ingenta' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-caret-up:before {
    content: "\e910";
    font-family: 'icomoon-ingenta' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-new-window:before {
    content: "\e907";
    font-family: 'icomoon-ingenta' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-header-search::before,
.sticky-nav-search::before {
    content: "\e906";
    font-family: 'icomoon-ingenta' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-header-menu::before,
.sticky-nav-menu::before {
    content: "\e909";
    font-family: 'icomoon-ingenta' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-header-donate {
    font-size: 13px;
    color: #fff;
    background: #cf4d32;
    margin-top: 12px;
    padding: 5px 10px 3px;
    max-height: 23px;
    border-radius: 5px;
    line-height: 1.15;
}

.site-header-donate:hover {
    color: #fff;
}

@media (max-width: 399px) {
    .site-header-donate {
        margin-top: 7px;
        padding: 5px 7px 3px;
        max-height: 20px;
        font-size: 11px;
    }
}

.site-footer {
    position: relative;
    z-index: 1;
    max-width: 1600px;
    margin-top: 30px;
    padding: 30px 20px;
    border-top: 1px solid #9b9b9b;
    text-align: center;
    margin-bottom: 25px;
}

@media (min-width: 1100px) {
    .site-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
    }
}

@media (min-width: 1300px) {
    .site-footer {
        padding: 30px 50px;
    }
}

@media (min-width: 1100px) {
    .site-footer-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 30%;
    }
}

@media (min-width: 1200px) {
    .site-footer-info {
        width: 40%;
    }
}

@media (min-width: 1400px) {
    .site-footer-info {
        width: 35%;
    }
}

.site-footer-ar-logo {
    display: inline-block;
    margin-bottom: 20px;
}

@media (min-width: 900px) {
    .site-footer-ar-logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 60px;
        margin-right: 25px;
    }
}

@media (min-width: 900px) {
    .site-footer-info-publishing {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

@media (min-width: 1100px) {
    .site-footer-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        justify-content: flex-end;
        width: 70%;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    html[lang=es] .site-footer-links {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (min-width: 1200px) {
    .site-footer-links {
        width: 60%;
    }
}

@media (min-width: 1400px) {
    .site-footer-links {
        width: 65%;
    }
}

.site-footer-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer-social-links li {
    margin: 0 0 10px;
    font-size: 1rem;
}

@media (min-width: 900px) {
    .site-footer-social-links li {
        margin: 0 10px;
    }
}

@media (min-width: 1100px) {
    .site-footer-social-links {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px;
    }
}

@media (min-width: 900px) {
    .site-footer-social-links li:last-child {
        margin-right: 0;
    }
}

.site-footer-social-links a {
    font-size: 0;
    text-align: center;
}

.site-footer-social-links a::before {
    display: block;
    font-size: 20px;
    color: #4a4a4a;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

@media (max-width: 899px) {
    .site-footer-social-links a::before {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}

@media (max-width: 399px) {
    .site-footer-social-links a::before {
        width: 40px;
        height: 40px;
    }
}

.site-footer-social-links a:hover::before,
.site-footer-social-links a:focus::before {
    color: #3b777c;
}

.site-footer-utility-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 1100px) {
    .site-footer-utility-links {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        /*-ms-flex-wrap: nowrap;*/
        /*flex-wrap: nowrap;*/
        margin: 0;
    }
}

.site-footer-utility-links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin: 0 0 10px;
}

.site-footer-utility-links li a {
    cursor: pointer;
}

@media (min-width: 1100px) {
    .site-footer-utility-links li {
        font-size: 13px;
    }
}

@media (min-width: 1400px) {
    .site-footer-utility-links li {
        font-size: 15px;
        ;
    }
}

.site-footer-utility-links li:not(:first-child)::before {
    content: '|';
    margin: 0 13px;
    width: 1px;
}

.site-footer-utility-links a {
    color: #4a4a4a;
}

.site-footer-utility-links a:hover,
.site-footer-utility-links a:focus {
    color: #3b777c;
}

.site-footer p {
    margin-bottom: 20px;
    font-size: 15px;
}

@media (min-width: 1100px) and (max-width: 1399px) {
    .site-footer p {
        font-size: 14px;
    }
}

@media (min-width: 1100px) and (max-width: 1499px) {
    .site-footer p {
        max-width: 80%;
    }
}

.site-footer .copyright {
    margin-bottom: 10px;
    font-size: 13px;
    color: #9b9b9b;
}

.site-footer .site-footer-rss::before {
    content: "\f09e";
    font-family: 'icomoon-ingenta' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 45px;
}

.site-footer .site-footer-facebook::before {
    content: "\f09a";
    font-family: 'icomoon-ingenta' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 45px;
}

.site-footer .site-footer-whatsapp::before {
    content: "\e901";
    font-family: icomoonx !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 45px;
}

.site-footer .site-footer-bluesky::before {
    content: "\e900";
    font-family: 'icomoon-ingenta' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 45px;
}

.site-footer .site-footer-twitter::before {
    content: "\e900";
    font-family: icomoonx !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 45px;
}

.site-footer .site-footer-reddit::before {
    content: "\f1a1";
    font-family: 'icomoon-ingenta' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 45px;
}

.site-footer .site-footer-linkedin::before {
    content: "\f0e1";
    font-family: 'icomoon-ingenta' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 45px;
}

.site-footer .site-footer-flipboard::before {
    content: "\e904";
    font-family: 'icomoon-ingenta' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 45px;
}

.site-footer .site-footer-instagram::before {
    content: "\f16d";
    font-family: 'icomoon-ingenta' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 45px;
}

.site-footer .site-footer-youtube::before {
    content: "\e912";
    font-family: 'icomoon-ingenta' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 45px;
}

.page-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .3s, width 0s .3s, height 0s .3s;
    transition: opacity .3s, width 0s .3s, height 0s .3s;
}
.page-mask.-active {
    width: 100%;
    height: 100%;
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    z-index: 200;
    opacity: 0;
    padding: 75px 30px;
    background-color: #4a4a4a;
    color: #fff;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
    transition: opacity 0.2s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
}

@media (min-width: 500px) {
    .mobile-nav {
        width: 400px;
        -webkit-transform: translateX(400px);
        transform: translateX(400px);
    }
}

@media (min-width: 700px) {
    .mobile-nav {
        width: 500px;
        -webkit-transform: translateX(500px);
        transform: translateX(500px);
    }
}

.mobile-nav.-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.mobile-nav-menu-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 0;
    color: #fff;
}

.mobile-nav-menu-close::before {
    content: "\e905";
    font-family: 'icomoon-ingenta' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
}

.mobile-nav-menu-close:hover,
.mobile-nav-menu-close:focus {
    color: #b3b3b3;
}

.mobile-nav .header {
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    border-bottom: 1px solid #9b9b9b;
}

.mobile-nav ul {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}

.mobile-nav ul.-special-reports {
    margin-bottom: 0;
}

.mobile-nav a {
    color: #fff;
}

.mobile-nav hr {
    margin: 30px 0;
}

.mobile-nav-main-navigation {
    font-weight: 700;
}

.mobile-nav-main-navigation li {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: .03em;
}

.mobile-nav-secondary-navigation li,
.mobile-nav-utility-navigation li {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .03em;
}

.sticky-nav {
    display: none;
    opacity: 0;
}

@media (min-width: 1000px) {
    .sticky-nav {
        display: block;
        position: fixed;
        top: -80px;
        left: 0;
        z-index: 90;
        width: 100%;
        height: 72px;
        padding: 0 20px;
        background-color: #fff;
        -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.15);
        box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.15);
        -webkit-transition: opacity 5s ease-in-out, -webkit-transform 0.75s ease-in-out;
        transition: opacity 5s ease-in-out, -webkit-transform 0.75s ease-in-out;
        transition: transform 0.75s ease-in-out, opacity 5s ease-in-out;
        transition: transform 0.75s ease-in-out, opacity 5s ease-in-out, -webkit-transform 0.75s ease-in-out;
    }

    .sticky-nav.-active {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
        opacity: 1;
        -webkit-transition: -webkit-transform 0.75s ease-in-out;
        transition: -webkit-transform 0.75s ease-in-out;
        transition: transform 0.75s ease-in-out;
        transition: transform 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
    }
}

@media (min-width: 1200px) {
    .sticky-nav {
        padding: 0 40px;
    }
}

.sticky-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
}

@media (max-width: 1299px) {
    .sticky-nav-inner .sticky-nav-links li {
        font-size: 13px;
    }
}

@media (max-width: 1099px) {
    .sticky-nav-inner .sticky-nav-links li {
        font-size: 12px;
    }
}

.sticky-nav .logo-sticky-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 35px;
}

.sticky-nav .logo-sticky-nav img {
    width: 35px;
}

.sticky-nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sticky-nav-links li {
    margin: 0 10px;
    font-size: 13px;
    text-transform: uppercase;
}

@media (min-width: 1100px) {
    .sticky-nav-links li {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .sticky-nav-links li {
        margin: 0 15px;
    }
}

.sticky-nav-links li a {
    color: #000;
    font-weight: 600;
}

.sticky-nav-links li a:hover,
.sticky-nav-links li a:focus {
    color: #3b777c;
}

.sticky-nav-menu-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-search {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 85;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 82px;
    background-color: #fff;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}

.sticky-nav .site-search {
    height: 72px;
    max-width: 1600px;
    margin: 0 auto;
    left: 0;
    padding: 0 20px;
}

@media (min-width: 1200px) {
    .sticky-nav .site-search {
        padding: 0 40px;
    }
}

@media (min-width: 1600px) {
    .sticky-nav .site-search {
        padding: 0;
        margin: 0 auto;
    }
}

.sticky-nav .site-search .site-search-logo {
    width: 35px;
}

.sticky-nav .site-search .site-search-form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.sticky-nav .site-search .site-search-form input[type='search'] {
    font-size: 20px;
}

.sticky-nav .site-search .site-search-close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.site-search.-active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}

@media (min-width: 800px) {
    .site-search {
        height: 110px;
    }
}

.site-search-logo {
    width: 30px;
    margin-right: 20px;
}

.site-search-logo img {
    width: 35px;
}

.site-search-form {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.site-search-form input[type='search'] {
    margin: 0;
    padding-left: 5px;
    padding-right: 55px;
    background-color: #fff;
    border: 0;
    border-bottom: 2px solid #3b777c;
}

@media (min-width: 600px) {
    .site-search-form input[type='search'] {
        padding-left: 10px;
    }
}

@media (min-width: 800px) {
    .site-search-form input[type='search'] {
        font-size: 25px;
    }
}

.site-search-form input[type='search']:focus {
    background-color: #f7f7f7;
}

.site-search-form button {
    position: absolute;
    z-index: 86;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    border: 0;
    background-color: transparent;
    font-size: 0;
    cursor: pointer;
}

.site-search-form button:hover {
    background-color: transparent;
}

.site-search-form button::before {
    content: "\e906";
    font-family: 'icomoon-ingenta' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    color: #000;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.site-search-form button:hover::before,
.site-search-form button:focus::before {
    color: #3b777c;
}

.site-search-close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 20px;
    font-size: 0;
}

.site-search-close::after {
    content: "\e905";
    font-family: 'icomoon-ingenta' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    color: #000;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

@media (min-width: 1200px) {
    .site-search-close::after {
        margin-left: 5px;
    }
}

@media (min-width: 1200px) {
    .site-search-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .02em;
        color: #000;
        z-index: 1;
    }
}

.site-search-close:hover::after,
.site-search-close:focus::after {
    color: #3b777c;
}

.topic-nav {
    display: none;
}

@media (min-width: 910px) {
    .topic-nav {
        display: block;
    }
}

.topic-nav .nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    max-width: 100%;
}

@media (max-width: 1020px) {
    .sticky-nav-inner .sticky-nav-links li {
        font-size: 11px;
    }
}

.localeSelector {
    margin-top: 12px;
    width: 65px;
    padding: 2px;
    left: 0;
}

@media (max-width: 399px) {
    .localeSelector {
        margin-top: 7px;
    }
}

.site-header-menu-buttons .localeSelector {
    display: none;
    position: relative;
    width: unset;
}

@media (max-width: 799px) {
    .site-header .localeSelector {
        display: none;
    }

    .site-header-menu-buttons .localeSelector {
        display: block;
    }
}

.localeSelector .language {
    font-size: 13px;
    margin-top: 0;
    color: #fff;
    background: #3b777c;
    text-transform: uppercase;
    padding: 5px 10px 3px;
    max-height: 23px;
    border-radius: 5px;
    line-height: 1.15;
}

.mobile-nav .site-header-donate {
    display: none;
}

@media (max-width: 799px) {
    .site-header-donate {
        display: none;
    }

    .mobile-nav .site-header-donate {
        display: block;
        position: absolute;
        top: 20px;
        margin: 0;
    }
}

/*! CSS Used from: Embedded */
#onetrust-banner-sdk {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

#onetrust-banner-sdk:focus {
    outline: 2px solid #000;
    outline-offset: -2px;
}

#onetrust-banner-sdk a:focus {
    outline: 2px solid #000;
}

#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
    outline-offset: 1px;
}

#onetrust-pc-sdk .ot-close-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzQ4LjMzM3B4IiBoZWlnaHQ9IjM0OC4zMzNweCIgdmlld0JveD0iMCAwIDM0OC4zMzMgMzQ4LjMzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQ4LjMzMyAzNDguMzM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzU2NTY1NiIgZD0iTTMzNi41NTksNjguNjExTDIzMS4wMTYsMTc0LjE2NWwxMDUuNTQzLDEwNS41NDljMTUuNjk5LDE1LjcwNSwxNS42OTksNDEuMTQ1LDAsNTYuODVjLTcuODQ0LDcuODQ0LTE4LjEyOCwxMS43NjktMjguNDA3LDExLjc2OWMtMTAuMjk2LDAtMjAuNTgxLTMuOTE5LTI4LjQxOS0xMS43NjlMMTc0LjE2NywyMzEuMDAzTDY4LjYwOSwzMzYuNTYzYy03Ljg0Myw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQxNiwxMS43NjljLTEwLjI4NSwwLTIwLjU2My0zLjkxOS0yOC40MTMtMTEuNzY5Yy0xNS42OTktMTUuNjk4LTE1LjY5OS00MS4xMzksMC01Ni44NWwxMDUuNTQtMTA1LjU0OUwxMS43NzQsNjguNjExYy0xNS42OTktMTUuNjk5LTE1LjY5OS00MS4xNDUsMC01Ni44NDRjMTUuNjk2LTE1LjY4Nyw0MS4xMjctMTUuNjg3LDU2LjgyOSwwbDEwNS41NjMsMTA1LjU1NEwyNzkuNzIxLDExLjc2N2MxNS43MDUtMTUuNjg3LDQxLjEzOS0xNS42ODcsNTYuODMyLDBDMzUyLjI1OCwyNy40NjYsMzUyLjI1OCw1Mi45MTIsMzM2LjU1OSw2OC42MTF6Ii8+PC9nPjwvc3ZnPg==");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 12px;
    width: 12px;
}

#onetrust-pc-sdk .ot-pc-footer-logo a {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 152px;
    display: block;
    text-decoration: none;
    font-size: 0.75em;
}

#onetrust-pc-sdk .ot-pc-footer-logo a:hover {
    color: #565656;
}

#onetrust-pc-sdk button * {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

#onetrust-pc-sdk .ot-hide {
    display: none !important;
}

#onetrust-pc-sdk button.ot-link-btn:hover {
    text-decoration: underline;
    opacity: 1;
}

#onetrust-pc-sdk .ot-sdk-row .ot-sdk-column {
    padding: 0;
}

#onetrust-pc-sdk .ot-sdk-container {
    padding-right: 0;
}

#onetrust-pc-sdk .ot-sdk-row {
    flex-direction: initial;
    width: 100%;
}

#onetrust-pc-sdk [type="checkbox"]:checked,
#onetrust-pc-sdk [type="checkbox"]:not(:checked) {
    pointer-events: initial;
}

#onetrust-pc-sdk [type="checkbox"]:disabled+label::before,
#onetrust-pc-sdk [type="checkbox"]:disabled+label:after,
#onetrust-pc-sdk [type="checkbox"]:disabled+label {
    pointer-events: none;
    opacity: 0.7;
}

#onetrust-pc-sdk input {
    margin: 3px 0.1ex;
}

#onetrust-pc-sdk .ot-pc-logo {
    height: 60px;
    width: 180px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#onetrust-pc-sdk .ot-pc-logo img {
    max-height: 100%;
    max-width: 100%;
}

#onetrust-pc-sdk .ot-scrn-rdr {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#onetrust-pc-sdk.ot-fade-in,
.onetrust-pc-dark-filter.ot-fade-in {
    animation-name: onetrust-fade-in;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out;
}

#onetrust-pc-sdk.ot-hide {
    display: none !important;
}

.onetrust-pc-dark-filter.ot-hide {
    display: none !important;
}

.onetrust-pc-dark-filter {
    background: rgba(0, 0, 0, 0.5);
    z-index: 2147483646;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 426px) and (max-width: 896px) and (orientation: landscape) {
    #onetrust-pc-sdk p {
        font-size: 0.75em;
    }
}

#onetrust-banner-sdk,
#onetrust-pc-sdk {
    font-size: 16px;
}

#onetrust-banner-sdk *,
#onetrust-banner-sdk ::after,
#onetrust-banner-sdk ::before,
#onetrust-pc-sdk *,
#onetrust-pc-sdk ::after,
#onetrust-pc-sdk ::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#onetrust-banner-sdk div,
#onetrust-banner-sdk h2,
#onetrust-banner-sdk p,
#onetrust-banner-sdk button,
#onetrust-banner-sdk a,
#onetrust-pc-sdk div,
#onetrust-pc-sdk span,
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4,
#onetrust-pc-sdk p,
#onetrust-pc-sdk img,
#onetrust-pc-sdk svg,
#onetrust-pc-sdk button,
#onetrust-pc-sdk section,
#onetrust-pc-sdk a,
#onetrust-pc-sdk label,
#onetrust-pc-sdk input,
#onetrust-pc-sdk ul,
#onetrust-pc-sdk li,
#onetrust-pc-sdk #ot-pc-content {
    font-family: inherit;
    font-weight: normal;
    -webkit-font-smoothing: auto;
    letter-spacing: normal;
    line-height: normal;
    padding: 0;
    margin: 0;
    height: auto;
    min-height: 0;
    max-height: none;
    width: auto;
    min-width: 0;
    max-width: none;
    border-radius: 0;
    border: none;
    clear: none;
    float: none;
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    background: none;
    overflow: visible;
    vertical-align: baseline;
    visibility: visible;
    z-index: auto;
    box-shadow: none;
}

#onetrust-pc-sdk label:before,
#onetrust-pc-sdk label:after {
    content: "";
    content: none;
}

#onetrust-banner-sdk .ot-sdk-container,
#onetrust-pc-sdk .ot-sdk-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

#onetrust-banner-sdk .ot-sdk-columns,
#onetrust-pc-sdk .ot-sdk-column,
#onetrust-pc-sdk .ot-sdk-columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0;
    display: initial;
}

@media (min-width: 400px) {

    #onetrust-banner-sdk .ot-sdk-container,
    #onetrust-pc-sdk .ot-sdk-container {
        width: 90%;
        padding: 0;
    }
}

@media (min-width: 550px) {

    #onetrust-banner-sdk .ot-sdk-container,
    #onetrust-pc-sdk .ot-sdk-container {
        width: 100%;
    }

    #onetrust-banner-sdk .ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-column,
    #onetrust-pc-sdk .ot-sdk-columns {
        margin-left: 4%;
    }

    #onetrust-banner-sdk .ot-sdk-columns:first-child,
    #onetrust-pc-sdk .ot-sdk-column:first-child,
    #onetrust-pc-sdk .ot-sdk-columns:first-child {
        margin-left: 0;
    }

    #onetrust-banner-sdk .ot-sdk-three.ot-sdk-columns {
        width: 22%;
    }

    #onetrust-pc-sdk .ot-sdk-four.ot-sdk-columns {
        width: 30.6666666667%;
    }

    #onetrust-banner-sdk .ot-sdk-eight.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-eight.ot-sdk-columns {
        width: 65.3333333333%;
    }
}

#onetrust-banner-sdk h2,
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4 {
    margin-top: 0;
    font-weight: 600;
    font-family: inherit;
}

#onetrust-banner-sdk h2,
#onetrust-pc-sdk h2 {
    font-size: 1.5rem;
    line-height: 1.25;
}

#onetrust-pc-sdk h3 {
    font-size: 1.5rem;
    line-height: 1.3;
}

#onetrust-pc-sdk h4 {
    font-size: 1.5rem;
    line-height: 1.35;
}

@media (min-width: 550px) {

    #onetrust-banner-sdk h2,
    #onetrust-pc-sdk h2 {
        font-size: 1.5rem;
    }

    #onetrust-pc-sdk h3 {
        font-size: 1.5rem;
    }

    #onetrust-pc-sdk h4 {
        font-size: 1.5rem;
    }
}

#onetrust-banner-sdk p,
#onetrust-pc-sdk p {
    margin: 0 0 1em 0;
    font-family: inherit;
    line-height: normal;
}

#onetrust-banner-sdk a,
#onetrust-pc-sdk a {
    color: #565656;
    text-decoration: underline;
}

#onetrust-banner-sdk a:hover,
#onetrust-pc-sdk a:hover {
    color: #565656;
    text-decoration: none;
}

#onetrust-banner-sdk button,
#onetrust-pc-sdk button {
    margin-bottom: 1rem;
    font-family: inherit;
}

#onetrust-banner-sdk button,
#onetrust-pc-sdk button {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.01em;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus {
    color: #333;
    border-color: #888;
    opacity: 0.7;
}

#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:focus,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus {
    outline: 2px solid #000;
}

#onetrust-pc-sdk input[type="text"] {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}

#onetrust-pc-sdk input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#onetrust-pc-sdk input[type="text"]:focus {
    border: 1px solid #000;
    outline: 0;
}

#onetrust-pc-sdk label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

#onetrust-pc-sdk input[type="checkbox"] {
    display: inline;
}

#onetrust-pc-sdk ul {
    list-style: circle inside;
}

#onetrust-pc-sdk ul {
    padding-left: 0;
    margin-top: 0;
}

#onetrust-pc-sdk li {
    margin-bottom: 1rem;
}

#onetrust-banner-sdk button,
#onetrust-pc-sdk button {
    margin-bottom: 1rem;
    font-family: inherit;
}

#onetrust-banner-sdk .ot-sdk-container:after,
#onetrust-banner-sdk .ot-sdk-row:after,
#onetrust-pc-sdk .ot-sdk-container:after,
#onetrust-pc-sdk .ot-sdk-row:after {
    content: "";
    display: table;
    clear: both;
}

#onetrust-banner-sdk .ot-sdk-row,
#onetrust-pc-sdk .ot-sdk-row {
    margin: 0;
    max-width: none;
    display: block;
}

#onetrust-banner-sdk {
    box-shadow: 0 0 18px rgba(0, 0, 0, .2);
}

#onetrust-banner-sdk.otFlat {
    position: fixed;
    z-index: 2147483645;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
}

#onetrust-banner-sdk::-webkit-scrollbar {
    width: 11px;
}

#onetrust-banner-sdk::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c1c1c1;
}

#onetrust-banner-sdk {
    scrollbar-arrow-color: #c1c1c1;
    scrollbar-darkshadow-color: #c1c1c1;
    scrollbar-face-color: #c1c1c1;
    scrollbar-shadow-color: #c1c1c1;
}

#onetrust-banner-sdk #onetrust-policy {
    margin: 1.25em 0 .625em 2em;
    overflow: hidden;
}

#onetrust-banner-sdk #onetrust-policy-title {
    font-size: 1.2em;
    line-height: 1.3;
    margin-bottom: 10px;
}

#onetrust-banner-sdk #onetrust-policy-text {
    clear: both;
    text-align: left;
    font-size: .88em;
    line-height: 1.4;
}

#onetrust-banner-sdk #onetrust-policy-text * {
    font-size: inherit;
    line-height: inherit;
}

#onetrust-banner-sdk #onetrust-policy-text a {
    font-weight: bold;
    margin-left: 5px;
}

#onetrust-banner-sdk #onetrust-policy-title,
#onetrust-banner-sdk #onetrust-policy-text {
    color: dimgray;
    float: left;
}

#onetrust-banner-sdk #onetrust-button-group-parent {
    min-height: 1px;
    text-align: center;
}

#onetrust-banner-sdk #onetrust-button-group {
    display: inline-block;
}

#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
    background-color: #68b631;
    color: #fff;
    border-color: #68b631;
    margin-right: 1em;
    min-width: 125px;
    height: auto;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
    padding: 12px 10px;
    line-height: 1.2;
    font-size: .813em;
    font-weight: 600;
}

#onetrust-banner-sdk .banner_logo {
    display: none;
}

#onetrust-banner-sdk #onetrust-policy-text {
    font-size: .813em;
    line-height: 1.5;
}

@media only screen and (max-width: 425px) {
    #onetrust-banner-sdk #onetrust-close-btn-container {
        position: absolute;
        top: 6px;
        right: 2px;
    }

    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 0;
        margin-top: 3em;
    }

    #onetrust-banner-sdk #onetrust-button-group {
        display: block;
    }

    #onetrust-banner-sdk #onetrust-accept-btn-handler,
    #onetrust-banner-sdk #onetrust-pc-btn-handler {
        width: 100%;
    }

    #onetrust-banner-sdk #onetrust-policy-title {
        display: inline;
        float: none;
    }
}

@media only screen and (min-width: 426px)and (max-width: 896px) {
    #onetrust-banner-sdk #onetrust-close-btn-container {
        position: absolute;
        top: 0;
        right: 0;
    }

    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 1em;
        margin-right: 1em;
    }

    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 95%;
    }

    #onetrust-banner-sdk #onetrust-button-group-parent {
        width: 100%;
        position: relative;
        margin-left: 0;
    }

    #onetrust-banner-sdk #onetrust-button-group button {
        display: inline-block;
    }

    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: 0;
        text-align: center;
    }
}

@media only screen and (min-width: 769px) {
    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: 30%;
    }
}

@media only screen and (min-width: 897px)and (max-width: 1023px) {
    #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        top: 50%;
        left: 75%;
        transform: translateY(-50%);
    }

    #onetrust-banner-sdk #onetrust-close-btn-container {
        top: 50%;
        margin: auto;
        transform: translate(-50%, -50%);
        position: absolute;
        padding: 0;
        right: 0;
    }
}

@media only screen and (min-width: 1024px) {
    #onetrust-banner-sdk #onetrust-close-btn-container {
        top: 50%;
        margin: auto;
        transform: translate(-50%, -50%);
        position: absolute;
        right: 0;
    }

    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 2em;
    }

    #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        top: 50%;
        left: 60%;
        transform: translateY(-50%);
    }

    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        margin: auto;
        width: 30%;
    }

    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 60%;
    }

    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: auto;
    }

    #onetrust-banner-sdk #onetrust-accept-btn-handler,
    #onetrust-banner-sdk #onetrust-pc-btn-handler {
        margin-top: 1em;
    }
}

@media only screen and (min-width: 1280px) {
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 55%;
    }

    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        width: 44%;
        padding-left: 2%;
        padding-right: 2%;
    }

    #onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        left: 55%;
    }
}

#onetrust-consent-sdk #onetrust-banner-sdk {
    background-color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-policy-title,
#onetrust-consent-sdk #onetrust-policy-text,
#onetrust-consent-sdk #onetrust-policy-text *:not(.onetrust-vendors-list-handler) {
    color: #696969;
}

#onetrust-consent-sdk #onetrust-banner-sdk a[href] {
    color: #3860BE;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler {
    background-color: #3b777c;
    border-color: #3b777c;
    color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-banner-sdk *:focus,
#onetrust-consent-sdk #onetrust-banner-sdk:focus {
    outline-color: #000000;
    outline-width: 1px;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler {
    color: #3860BE;
    border-color: #3860BE;
    background-color: #FFFFFF;
}

#onetrust-pc-sdk {
    position: fixed;
    width: 730px;
    max-width: 730px;
    height: 610px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px;
    z-index: 2147483647;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0), 0 7px 14px 0 rgba(50, 50, 93, .1);
}

#onetrust-pc-sdk *,
#onetrust-pc-sdk ::after,
#onetrust-pc-sdk ::before {
    box-sizing: content-box;
}

#onetrust-pc-sdk #ot-pc-content,
#onetrust-pc-sdk #ot-pc-lst {
    height: calc(100% - 185px);
}

#onetrust-pc-sdk li {
    list-style: none;
}

#onetrust-pc-sdk ul,
#onetrust-pc-sdk li {
    margin: 0;
}

#onetrust-pc-sdk a {
    text-decoration: none;
}

#onetrust-pc-sdk .ot-link-btn {
    padding: 0;
    margin-bottom: 0;
    border: 0;
    font-weight: normal;
    line-height: normal;
    width: auto;
    height: auto;
}

#onetrust-pc-sdk .ot-grps-cntr *::-webkit-scrollbar,
#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar {
    width: 11px;
}

#onetrust-pc-sdk .ot-grps-cntr *::-webkit-scrollbar-thumb,
#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c1c1c1;
}

#onetrust-pc-sdk .ot-grps-cntr *,
#onetrust-pc-sdk .ot-pc-scrollbar {
    scrollbar-arrow-color: #c1c1c1;
    scrollbar-darkshadow-color: #c1c1c1;
    scrollbar-face-color: #c1c1c1;
    scrollbar-shadow-color: #c1c1c1;
}

#onetrust-pc-sdk .ot-pc-header {
    height: auto;
    padding: 10px;
    display: block;
    width: calc(100% - 20px);
    min-height: 52px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}

#onetrust-pc-sdk .ot-pc-logo {
    vertical-align: middle;
    width: 180px;
}

#onetrust-pc-sdk .ot-pc-logo.ot-pc-logo {
    height: 40px;
}

#onetrust-pc-sdk .ot-title-cntr {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 190px);
    padding-left: 10px;
}

#onetrust-pc-sdk .ot-always-active {
    font-size: .813em;
    line-height: 1.5;
    font-weight: 700;
    color: #3860be;
}

#onetrust-pc-sdk .ot-close-cntr {
    float: right;
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
}

#onetrust-pc-sdk #ot-pc-content {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

#onetrust-pc-sdk .ot-grps-cntr,
#onetrust-pc-sdk .ot-grps-cntr>* {
    height: 100%;
    overflow-y: auto;
}

#onetrust-pc-sdk .category-menu-switch-handler {
    cursor: pointer;
    border-left: 10px solid transparent;
    background-color: #f4f4f4;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 12px;
    padding-right: 5px;
    padding-bottom: 12px;
    padding-left: 12px;
    overflow: hidden;
}

#onetrust-pc-sdk .category-menu-switch-handler h3 {
    float: left;
    text-align: left;
    margin: 0;
    color: dimgray;
    line-height: 1.4;
    font-size: .875em;
    word-break: break-word;
    word-wrap: break-word;
}

#onetrust-pc-sdk .ot-active-menu {
    border-left: 10px solid #68b631;
    background-color: #fff;
    border-bottom: none;
    position: relative;
}

#onetrust-pc-sdk .ot-active-menu h3 {
    color: #263238;
    font-weight: bold;
}

#onetrust-pc-sdk .ot-desc-cntr {
    word-break: break-word;
    word-wrap: break-word;
    padding-top: 20px;
    padding-right: 16px;
    padding-bottom: 15px;
}

#onetrust-pc-sdk .ot-grp-desc {
    word-break: break-word;
    word-wrap: break-word;
    text-align: left;
    font-size: .813em;
    line-height: 1.5;
    margin: 0;
}

#onetrust-pc-sdk .ot-grp-desc * {
    font-size: inherit;
    line-height: inherit;
}

#onetrust-pc-sdk #ot-pc-desc a {
    color: #3860be;
    cursor: pointer;
    font-size: 1em;
    margin-right: 8px;
}

#onetrust-pc-sdk #ot-pc-desc a:hover {
    color: #1883fd;
}

#onetrust-pc-sdk #ot-pc-desc * {
    font-size: inherit;
}

#onetrust-pc-sdk .ot-btn-subcntr {
    float: right;
}

#onetrust-pc-sdk .ot-close-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjQ3Ljk3MSIgaGVpZ2h0PSI0Ny45NzEiIHZpZXdCb3g9IjAgMCA0Ny45NzEgNDcuOTcxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0Ny45NzEgNDcuOTcxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZD0iTTI4LjIyOCwyMy45ODZMNDcuMDkyLDUuMTIyYzEuMTcyLTEuMTcxLDEuMTcyLTMuMDcxLDAtNC4yNDJjLTEuMTcyLTEuMTcyLTMuMDctMS4xNzItNC4yNDIsMEwyMy45ODYsMTkuNzQ0TDUuMTIxLDAuODhjLTEuMTcyLTEuMTcyLTMuMDctMS4xNzItNC4yNDIsMGMtMS4xNzIsMS4xNzEtMS4xNzIsMy4wNzEsMCw0LjI0MmwxOC44NjUsMTguODY0TDAuODc5LDQyLjg1Yy0xLjE3MiwxLjE3MS0xLjE3MiwzLjA3MSwwLDQuMjQyQzEuNDY1LDQ3LjY3NywyLjIzMyw0Ny45NywzLDQ3Ljk3czEuNTM1LTAuMjkzLDIuMTIxLTAuODc5bDE4Ljg2NS0xOC44NjRMNDIuODUsNDcuMDkxYzAuNTg2LDAuNTg2LDEuMzU0LDAuODc5LDIuMTIxLDAuODc5czEuNTM1LTAuMjkzLDIuMTIxLTAuODc5YzEuMTcyLTEuMTcxLDEuMTcyLTMuMDcxLDAtNC4yNDJMMjguMjI4LDIzLjk4NnoiLz48L2c+PC9zdmc+");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    height: 44px;
    width: 44px;
    display: inline-block;
}

#onetrust-pc-sdk .ot-tgl {
    float: right;
    position: relative;
    z-index: 1;
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {
    background-color: #cddcf2;
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
    background-color: #4285f4;
}

#onetrust-pc-sdk .ot-tgl input:focus+.ot-switch .ot-switch-nob:before {
    box-shadow: 0 0 1px #2196f3;
    outline-style: auto;
    outline-width: 1px;
}

#onetrust-pc-sdk .ot-switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 10px;
    margin-bottom: 0;
}

#onetrust-pc-sdk .ot-switch-nob {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f1f1;
    border: none;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    border-radius: 46px;
}

#onetrust-pc-sdk .ot-switch-nob:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    bottom: 1px;
    background-color: #7d7d7d;
    -webkit-transition: .4s;
    border-radius: 100%;
    top: -5px;
    transition: .4s;
}

#onetrust-pc-sdk .ot-chkbox {
    z-index: 1;
    position: relative;
    float: left;
}

#onetrust-pc-sdk .ot-chkbox input:checked~label::before {
    background-color: #3860be;
}

#onetrust-pc-sdk .ot-chkbox input+label::after {
    content: none;
    color: #fff;
}

#onetrust-pc-sdk .ot-chkbox input:checked+label::after {
    content: "";
}

#onetrust-pc-sdk .ot-chkbox input:focus+label::before {
    outline-style: solid;
    outline-width: 2px;
    outline-style: auto;
}

#onetrust-pc-sdk .ot-chkbox label {
    position: relative;
    height: 20px;
    padding-left: 30px;
    display: inline-block;
    cursor: pointer;
}

#onetrust-pc-sdk .ot-chkbox label::before,
#onetrust-pc-sdk .ot-chkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
    border-radius: 3px;
}

#onetrust-pc-sdk .ot-chkbox label::before {
    height: 18px;
    width: 18px;
    border: 1px solid #3860be;
    left: 0px;
}

#onetrust-pc-sdk .ot-chkbox label::after {
    height: 5px;
    width: 9px;
    border-left: 3px solid;
    border-bottom: 3px solid;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 4px;
    top: 5px;
}

#onetrust-pc-sdk .ot-label-txt {
    display: none;
}

#onetrust-pc-sdk .ot-fltr-opt .ot-label-txt {
    display: block;
}

#onetrust-pc-sdk .ot-chkbox input,
#onetrust-pc-sdk .ot-tgl input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

#onetrust-pc-sdk .ot-label-status {
    font-size: .75em;
    position: relative;
    top: 2px;
    display: none;
    padding-right: 5px;
    float: left;
}

#onetrust-pc-sdk #ot-lst-cnt .ot-label-status {
    top: -6px;
}

#onetrust-pc-sdk .ot-fltr-btns {
    margin-left: 15px;
    overflow: hidden;
    margin-right: 15px;
}

#onetrust-pc-sdk .ot-fltr-btns button {
    padding: 12px 30px;
}

#onetrust-pc-sdk .ot-pc-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-height: 160px;
    border-top: 1px solid #d8d8d8;
}

#onetrust-pc-sdk .ot-pc-footer button {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: .813em;
    min-height: 40px;
    height: auto;
    line-height: normal;
    padding: 10px 30px;
}

#onetrust-pc-sdk .ot-tab-desc {
    margin-left: 3%;
}

#onetrust-pc-sdk .ot-grp-hdr1 {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

#onetrust-pc-sdk .ot-desc-cntr h4 {
    color: #263238;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: bold;
    font-size: .875em;
    line-height: 1.3;
    max-width: 80%;
}

#onetrust-pc-sdk #ot-pvcy-hdr {
    margin-bottom: 10px;
}

#onetrust-pc-sdk .ot-always-active-group .ot-tgl-cntr {
    max-width: 28%;
}

#onetrust-pc-sdk .ot-pc-footer-logo {
    height: 30px;
    width: 100%;
    text-align: right;
    background: #f4f4f4;
    border-radius: 0 0 2px 2px;
}

#onetrust-pc-sdk .ot-pc-footer-logo a {
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
}

#onetrust-pc-sdk .save-preference-btn-handler {
    min-width: 155px;
    background-color: #68b631;
    border-radius: 2px;
    color: #fff;
    font-size: .9em;
    line-height: 1.1;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}

#onetrust-pc-sdk #ot-pc-title {
    margin: 0px;
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    max-height: 2.4em;
    padding-right: 1em;
    font-size: 1.37em;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 90%;
}

#onetrust-pc-sdk #ot-pc-lst {
    width: 100%;
    position: relative;
}

#onetrust-pc-sdk .ot-lst-cntr {
    height: 100%;
}

#onetrust-pc-sdk #ot-pc-hdr {
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 20px;
    display: inline-block;
    width: calc(100% - 50px);
    height: 20px;
    border-bottom: 1px solid #d8d8d8;
}

#onetrust-pc-sdk #ot-pc-hdr input {
    height: 32px;
    width: 100%;
    border-radius: 50px;
    font-size: .8em;
    padding-right: 35px;
    padding-left: 15px;
    float: left;
}

#onetrust-pc-sdk #ot-pc-hdr input::placeholder {
    color: #d4d4d4;
    font-style: italic;
}

#onetrust-pc-sdk #ot-lst-cnt {
    height: calc(100% - 86px);
    padding-left: 30px;
    padding-right: 27px;
    padding-top: 20px;
    margin-top: 8px;
    margin-right: 3px;
    margin-bottom: 4px;
    margin-left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translate3d(0, 0, 0);
}

#onetrust-pc-sdk #ot-back-arw {
    height: 12px;
    width: 12px;
}

#onetrust-pc-sdk #ot-lst-title {
    display: inline-block;
    font-size: 1em;
}

#onetrust-pc-sdk #ot-lst-title h3 {
    color: dimgray;
    font-weight: bold;
    margin-left: 10px;
    display: inline-block;
    font-size: 1em;
}

#onetrust-pc-sdk .ot-lst-subhdr {
    float: right;
    position: relative;
    bottom: 6px;
}

#onetrust-pc-sdk #ot-search-cntr {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 300px;
}

#onetrust-pc-sdk #ot-search-cntr svg {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 1em;
    line-height: 1;
    top: 2px;
}

#onetrust-pc-sdk #ot-fltr-cntr {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    vertical-align: middle;
    font-size: 0;
}

#onetrust-pc-sdk #filter-btn-handler {
    background-color: #3860be;
    border-radius: 17px;
    -moz-transition: .1s ease;
    -o-transition: .1s ease;
    -webkit-transition: 1s ease;
    transition: .1s ease;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    position: relative;
}

#onetrust-pc-sdk #filter-btn-handler svg {
    cursor: pointer;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 5px;
}

#onetrust-pc-sdk #filter-btn-handler path {
    fill: #fff;
}

#onetrust-pc-sdk #ot-sel-blk {
    min-width: 200px;
    min-height: 30px;
    padding-left: 20px;
}

#onetrust-pc-sdk #ot-selall-vencntr {
    float: left;
    height: 100%;
}

#onetrust-pc-sdk #ot-selall-vencntr label {
    height: 100%;
    padding-left: 0;
}

#onetrust-pc-sdk #ot-selall-hostcntr {
    width: 21px;
    height: 21px;
    position: relative;
    left: 20px;
}

#onetrust-pc-sdk #ot-selall-hostcntr input[type=checkbox],
#onetrust-pc-sdk #ot-selall-vencntr input[type=checkbox] {
    position: absolute;
}

#onetrust-pc-sdk label {
    margin-bottom: 0;
}

#onetrust-pc-sdk .ot-tgl-cntr {
    display: inline-block;
    vertical-align: middle;
}

#onetrust-pc-sdk .ot-tgl-cntr {
    float: right;
}

#onetrust-pc-sdk .ot-desc-cntr {
    padding-top: 0px;
    margin-top: 20px;
    padding-right: 0px;
    border-radius: 3px;
    overflow: hidden;
    padding-bottom: 10px;
}

#onetrust-pc-sdk .ot-desc-cntr:focus,
#onetrust-pc-sdk .ot-desc-cntr:active {
    outline: 2px solid #101010;
    border-radius: 2px;
}

#onetrust-pc-sdk .ot-category-desc {
    padding-bottom: 10px;
}

#onetrust-pc-sdk .ot-grp-hdr1 {
    padding-left: 10px;
    width: calc(100% - 20px);
    padding-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 8px;
}

#onetrust-pc-sdk .ot-desc-cntr>*:not(.ot-grp-hdr1) {
    padding-left: 10px;
    padding-right: 10px;
}

#onetrust-pc-sdk .ot-desc-cntr .ot-tgl-cntr:first-of-type,
#onetrust-pc-sdk .ot-cat-header+.ot-tgl {
    padding-left: 7px;
    padding-right: 7px;
}

#onetrust-pc-sdk .ot-always-active-group .ot-grp-hdr1 .ot-tgl-cntr:first-of-type {
    padding-left: 0px;
}

#onetrust-pc-sdk .ot-cat-header {
    max-width: calc(100% - 133px);
}

#onetrust-pc-sdk #ot-lst-cnt #ot-sel-blk {
    width: 100%;
    display: inline-block;
    padding: 0;
}

#onetrust-pc-sdk .ot-sel-all {
    display: inline-block;
    width: 100%;
}

#onetrust-pc-sdk .ot-sel-all-hdr,
#onetrust-pc-sdk .ot-sel-all-chkbox {
    width: 100%;
    float: right;
    position: relative;
}

#onetrust-pc-sdk .ot-sel-all-chkbox {
    z-index: 1;
}

#onetrust-pc-sdk :not(.ot-hosts-ui) .ot-sel-all-hdr,
#onetrust-pc-sdk :not(.ot-hosts-ui) .ot-sel-all-chkbox {
    right: 23px;
    width: calc(100% - 23px);
}

#onetrust-pc-sdk .ot-consent-hdr,
#onetrust-pc-sdk .ot-li-hdr {
    float: right;
    font-size: .813em;
    position: relative;
    line-height: normal;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
}

#onetrust-pc-sdk .ot-li-hdr {
    max-width: 100px;
    margin-right: 10px;
}

#onetrust-pc-sdk .ot-consent-hdr {
    max-width: 55px;
}

#onetrust-pc-sdk #ot-selall-licntr {
    display: block;
    width: 21px;
    height: 21px;
    position: relative;
    float: right;
    right: 80px;
}

#onetrust-pc-sdk #ot-selall-licntr input {
    position: absolute;
}

#onetrust-pc-sdk #ot-selall-vencntr {
    float: right;
    width: 21px;
    height: 21px;
    position: relative;
    right: 15px;
}

#onetrust-pc-sdk #ot-anchor {
    border: 12px solid transparent;
    display: none;
    position: absolute;
    z-index: 2147483647;
    top: 40px;
    right: 35px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #fff;
    -webkit-box-shadow: -3px -3px 5px -2px #c7c5c7;
    -moz-box-shadow: -3px -3px 5px -2px #c7c5c7;
    box-shadow: -3px -3px 5px -2px #c7c5c7;
}

#onetrust-pc-sdk #ot-fltr-modal {
    width: 300px;
    position: absolute;
    z-index: 2147483646;
    top: 46px;
    height: 90%;
    max-height: 350px;
    display: none;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -webkit-transition: 2s ease;
    transition: .2s ease;
    opacity: 1;
    right: 0;
}

#onetrust-pc-sdk #ot-fltr-modal button {
    max-width: 200px;
    line-height: 1;
    word-break: break-word;
    white-space: normal;
    height: auto;
    font-weight: bold;
}

#onetrust-pc-sdk #ot-fltr-cnt {
    background-color: #fff;
    margin: 5px;
    border-radius: 3px;
    height: 100%;
    margin-right: 10px;
    padding-right: 10px;
    -webkit-box-shadow: 0px 0px 12px 2px #c7c5c7;
    -moz-box-shadow: 0px 0px 12px 2px #c7c5c7;
    box-shadow: 0px 0px 12px 2px #c7c5c7;
}

#onetrust-pc-sdk .ot-fltr-scrlcnt {
    overflow-y: auto;
    overflow-x: hidden;
    clear: both;
    max-height: calc(100% - 60px);
}

#onetrust-pc-sdk .ot-fltr-opt {
    margin-bottom: 25px;
    margin-left: 15px;
    clear: both;
}

#onetrust-pc-sdk .ot-fltr-opt label {
    height: auto;
}

#onetrust-pc-sdk .ot-fltr-opt span {
    cursor: pointer;
    color: dimgray;
    font-size: .8em;
    line-height: 1.1;
    font-weight: normal;
}

#onetrust-pc-sdk #clear-filters-handler {
    float: right;
    margin-top: 15px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #3860be;
    font-size: .9em;
    border: none;
    padding: 1px;
}

#onetrust-pc-sdk #clear-filters-handler:hover {
    color: #1883fd;
}

#onetrust-pc-sdk #clear-filters-handler:focus {
    outline: #000 solid 1px;
}

#onetrust-pc-sdk #filter-apply-handler {
    margin-right: 10px;
}

#onetrust-pc-sdk .ot-grps-cntr {
    overflow-y: hidden;
}

#onetrust-pc-sdk .ot-cat-header {
    float: left;
    font-weight: 600;
    font-size: .875em;
    line-height: 1.5;
    max-width: 90%;
    vertical-align: middle;
}

#onetrust-pc-sdk #ot-lst-cnt {
    margin-top: 1rem;
    max-height: calc(100% - 96px);
}

#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
    padding: 0;
    background-color: transparent;
    border: none;
    margin: 0;
}

@media (max-width: 767px) {
    #onetrust-pc-sdk {
        width: 100%;
        border: none;
    }

    #onetrust-pc-sdk .ot-sdk-container {
        padding: 0;
        margin: 0;
    }

    #onetrust-pc-sdk #ot-pc-title {
        margin-left: 10px;
        max-width: 60%;
    }

    #onetrust-pc-sdk .ot-desc-cntr {
        margin: 0;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
        padding-left: 20px;
        position: relative;
        left: auto;
    }

    #onetrust-pc-sdk .ot-desc-cntr {
        margin-top: 20px;
        margin-left: 20px;
        padding: 0;
        padding-bottom: 10px;
    }

    #onetrust-pc-sdk .ot-grps-cntr {
        max-height: none;
        overflow: hidden;
    }
}

@media (max-width: 640px) {
    #onetrust-pc-sdk {
        height: 100%;
    }

    #onetrust-pc-sdk .ot-pc-header {
        padding: 10px;
        width: calc(100% - 20px);
    }

    #onetrust-pc-sdk #ot-pc-content {
        overflow: auto;
    }

    #onetrust-pc-sdk .ot-sdk-row .ot-sdk-columns {
        width: 100%;
    }

    #onetrust-pc-sdk .ot-desc-cntr {
        margin: 0;
        overflow: hidden;
    }

    #onetrust-pc-sdk .ot-desc-cntr {
        margin-left: 10px;
        width: calc(100% - 15px);
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #onetrust-pc-sdk #ot-lst-cnt {
        width: calc(100% - 18px);
        padding-top: 13px;
        padding-right: 5px;
        padding-left: 10px;
    }

    #onetrust-pc-sdk .ot-grps-cntr {
        width: 100%;
    }

    #onetrust-pc-sdk .ot-pc-footer {
        max-height: 300px;
    }

    #onetrust-pc-sdk #ot-pc-content,
    #onetrust-pc-sdk #ot-pc-lst {
        height: calc(100% - 322px);
    }
}

@media (max-width: 640px)and (orientation: portrait) {
    #onetrust-pc-sdk #ot-pc-hdr {
        height: 70px;
        padding: 15px 0;
        width: 100%;
    }

    #onetrust-pc-sdk .ot-lst-subhdr {
        width: calc(100% - 15px);
        float: none;
        bottom: auto;
        display: inline-block;
        padding-top: 8px;
        padding-left: 15px;
    }

    #onetrust-pc-sdk .ot-btn-subcntr {
        float: none;
    }

    #onetrust-pc-sdk #ot-search-cntr {
        display: inline-block;
        width: calc(100% - 55px);
        position: relative;
    }

    #onetrust-pc-sdk #ot-anchor {
        top: 75px;
        right: 30px;
    }

    #onetrust-pc-sdk #ot-fltr-modal {
        top: 81px;
    }

    #onetrust-pc-sdk #ot-fltr-cntr {
        float: right;
        right: 15px;
    }

    #onetrust-pc-sdk #ot-lst-title {
        padding-left: 15px;
    }

    #onetrust-pc-sdk .ot-lst-cntr {
        overflow-y: scroll;
    }

    #onetrust-pc-sdk #ot-lst-cnt {
        height: auto;
        overflow: hidden;
    }

    #onetrust-pc-sdk .save-preference-btn-handler {
        width: calc(100% - 33px);
    }
}

@media (max-width: 425px) {
    #onetrust-pc-sdk #ot-pc-title {
        max-width: 100%;
    }

    #onetrust-pc-sdk .ot-always-active-group .ot-tgl-cntr:first-of-type {
        max-width: none;
        padding-left: 20px;
    }
}

@media only screen and (max-height: 425px)and (max-width: 896px)and (orientation: landscape) {
    #onetrust-pc-sdk {
        height: 100%;
        width: 100%;
        max-width: none;
    }

    #onetrust-pc-sdk .ot-always-active-group .ot-tgl-cntr {
        max-width: none;
    }

    #onetrust-pc-sdk .ot-pc-header {
        padding: 10px;
        width: calc(100% - 20px);
    }

    #onetrust-pc-sdk .ot-lst-cntr {
        overflow-y: scroll;
    }

    #onetrust-pc-sdk #ot-lst-cnt {
        height: auto;
        overflow: hidden;
    }

    #onetrust-pc-sdk .save-preference-btn-handler {
        width: auto;
    }

    #onetrust-pc-sdk #ot-pc-content,
    #onetrust-pc-sdk #ot-pc-lst {
        height: calc(100% - 155px);
    }

    #onetrust-pc-sdk .ot-pc-footer button {
        margin: 10px;
    }
}

@media (max-width: 425px),
(max-width: 896px)and (max-height: 425px)and (orientation: landscape) {
    #onetrust-pc-sdk .ot-pc-header {
        padding-right: 20px;
    }

    #onetrust-pc-sdk .ot-pc-logo {
        margin-left: 0px;
        margin-top: 5px;
        width: 150px;
    }

    #onetrust-pc-sdk .ot-close-icon {
        width: 44px;
        height: 44px;
        background-size: 12px;
    }

    #onetrust-pc-sdk .ot-grp-hdr1 {
        float: right;
        margin-left: 10px;
        width: auto;
    }

    #onetrust-pc-sdk .ot-grp-hdr1 {
        margin-left: 0px;
        padding-right: 10px;
    }

    #onetrust-pc-sdk #ot-pvcy-hdr,
    #onetrust-pc-sdk .ot-grp-hdr1 .ot-cat-header {
        display: none;
    }
}

@media only screen and (max-height: 610px) {
    #onetrust-pc-sdk {
        max-height: 100%;
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk,
#onetrust-consent-sdk #ot-search-cntr,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title:after,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-sel-blk,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-cnt,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-anchor {
    background-color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-pc-sdk h3,
#onetrust-consent-sdk #onetrust-pc-sdk h4,
#onetrust-consent-sdk #onetrust-pc-sdk p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span,
#onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler {
    color: #696969;
}

#onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link {
    color: #3860BE;
}

#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn) {
    background-color: #1371C3;
    border-color: #1371C3;
    color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {
    border-color: #1371C3;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:focus+.ot-switch,
.ot-switch .ot-switch-nob,
.ot-switch .ot-switch-nob:before,
#onetrust-pc-sdk .ot-chkbox input[type="checkbox"]:focus+label::before {
    outline-color: #000000;
    outline-width: 1px;
}

#onetrust-consent-sdk #onetrust-pc-sdk *:focus {
    outline: 1px solid #000000;
}

#onetrust-consent-sdk #onetrust-pc-sdk .category-menu-switch-handler {
    background-color: #F4F4F4;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {
    background-color: #FFFFFF;
}

/*! CSS Used keyframes */
@keyframes onetrust-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: proxima-nova;
    src: url(https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: proxima-nova;
    src: url(https://use.typekit.net/af/27776b/00000000000000003b9b0939/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("woff2"), url(https://use.typekit.net/af/27776b/00000000000000003b9b0939/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("woff"), url(https://use.typekit.net/af/27776b/00000000000000003b9b0939/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: proxima-nova;
    src: url(https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: capitolium-2;
    src: url(https://use.typekit.net/af/e0a6cb/00000000000000003b9af94d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/e0a6cb/00000000000000003b9af94d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/e0a6cb/00000000000000003b9af94d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: capitolium-2;
    src: url(https://use.typekit.net/af/581d72/00000000000000003b9af950/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/581d72/00000000000000003b9af950/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/581d72/00000000000000003b9af950/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('https://silly-rabanadas-41570e.netlify.app/templates/jsp/pb2/fonts/icomoon/icomoon.eot@iq6ck0');
    src: url('https://silly-rabanadas-41570e.netlify.app/templates/jsp/pb2/fonts/icomoon/icomoon.eot@iq6ck0') format('embedded-opentype'),
     url('https://silly-rabanadas-41570e.netlify.app/templates/jsp/pb2/fonts/icomoon/icomoon.ttf@iq6ck0') format('truetype'),
      url('https://silly-rabanadas-41570e.netlify.app/templates/jsp/pb2/fonts/icomoon/icomoon.woff@iq6ck0') format('woff'),
       url('https://silly-rabanadas-41570e.netlify.app/templates/jsp/pb2/fonts/icomoon/icomoon.svg@iq6ck0') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon-ingenta';
    src: url('bespoke-fonts/icomoon.eot?op6hw8');
    src: url('bespoke-fonts/icomoon.eot?op6hw8#iefix') format('embedded-opentype'), 
            url('bespoke-fonts/icomoon.woff2?op6hw8') format('woff2'), 
            url('bespoke-fonts/icomoon.ttf?op6hw8') format('truetype'), 
            url('bespoke-fonts/icomoon.woff?op6hw8') format('woff'), 
            url('bespoke-fonts/icomoon.svg?op6hw8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: icomoonx;
    src:  url('bespoke-fonts/icomoon-x.eot?ivu32s');
    src:  url('bespoke-fonts/icomoon-x.eot?ivu32s#iefix') format('embedded-opentype'),
    url('bespoke-fonts/icomoon-x.ttf?ivu32s') format('truetype'),
    url('bespoke-fonts/icomoon-x.woff?ivu32s') format('woff'),
    url('bespoke-fonts/icomoon-x.svg?ivu32s#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}


#bellowheadercontainer {
    padding-top: 0 !important;
}

.social-media-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.article-cover {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: top 0.75s ease-in-out;
    transition: top 0.75s ease-in-out;
}

@media (min-width: 1300px) {
    .article-cover {
        top: -160px;
        margin-bottom: -160px;
        z-index: 1;
        background-color: white;
    }

}

@media (min-width: 1200px) {
    .article-cover {
        top: -160px;
        margin-bottom: -125px;
        z-index: 1;
        background-color: white;
    }
}

@media (min-width: 1200px) {
    .article-cover.-drop {
        top: 0;
        -webkit-transition: top 0.75s ease-in-out;
        transition: top 0.75s ease-in-out;
    }


}

.paginationLinkContainer .inactiveLink,
.paginationLinkContainer a {
    padding: 0 5px;
}

.paginationLinkContainer .inactiveLink {
    font-weight:bold;
}

.paginationLinkContainer * {
    border-left: 1px solid #ccc;
}

.paginationLinkContainer *:first-child {
    border-left: none;
}

.paginationLinkContainer {
    text-align: center;
    padding: 0.5em;
    margin: 0 0 25px;

}

.mobile-nav-main-navigation a,
.mobile-nav-main-navigation a:active,
.mobile-nav-main-navigation a:focus,
.mobile-nav-main-navigation a:hover,
.mobile-nav-secondary-navigation a,
.mobile-nav-secondary-navigation a:active,
.mobile-nav-secondary-navigation a:focus,
.mobile-nav-secondary-navigation a:hover,
.mobile-nav-utility-navigation a,
.mobile-nav-utility-navigation a:active,
.mobile-nav-utility-navigation a:focus,
.mobile-nav-utility-navigation a:hover {
    color: #fff;
}

.semi-transparent-layer {
    opacity:.6;
    filter:alpha(opacity=60)
}

.customPageBlurbContent {
    display: none;
}

.is-sticky-enabled.is-blurb-enabled .customPageBlurbContent {
    display: block;
}
