/*
Theme Name: Women Enabled International
Description: Women Enabled International Custom Theme Designed & Developed by Veteranlogix
Author: Veteranlogix
Author URL: https://veteranlogix.com/
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/

/*/////////////////////////////////////////////*/
/*//////////////////////////////////////////////


  |``````````````````````````````````````````|
 |                ~CONTENT~                 |
|__________________________________________|

1.  VARIABLES
2.  COLOR & BACKGROUND CLASSES
3.  TEXTOLOGY - FONTS, HEADINGS, PARAGRAPAHS etc.
4.  BUTTONS
5.  DEFAULTS FOR ACCESSIBILITY
6.  HEADER
7.  FOOTER
8.  SCROLL BACK TO TOP
9.  HOME/LANDING PAGE
10. CONTACT US FORM



///////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

/*VARIABLES*/
:root {
    --theme-primary: #5F4B8B;
    --theme-secondary: #FDD26E;
    --theme-alert: #6600FF;
    --theme-dark: #202020;
    --theme-headings: #3a3a3a;
    --theme-light: #F0EEF5;

    --theme-font-family-source-sans-pro: Source Sans Pro;

    --white: #fff;
    --black: #000;
}

/*/////////////////////////////////////////////*/





/*WEBSITE DEFAULTS*/
body {
    background-color: white;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px !important;
}



.section-inner {
    width: 100%;
}

.pl-40 {
    padding-left: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
.h3 {
    color: var(--theme-headings);
    letter-spacing: 0px !important;
}

h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;

}

h2 {
    font-size: 34px;
    line-height: 40px;
    font-weight: bold;
    padding: 0px 30px;
    margin: auto 0px 1rem 0px;
    border-left: 8px solid var(--theme-primary);
}

h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-top: 20px;
}

h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 0px;
}

.theme-bg-primary h2 {
    border-left: 8px solid var(--theme-secondary);
}

@media (max-width: 550px) {
    body {
        font-size: 16px;
        line-height: 20px;
    }

    h1 {
        font-size: 36px;
        line-height: 42px;
    }

    h2 {
        font-size: 24px;
        line-height: 36px;
    }

    h3 {
        font-size: 18px;
        line-height: 22px;
    }

    h4 {
        font-size: 18px;
        line-height: 22px;
    }
}

/*/////////////////////////////////////////////*/





/*COLOR & BACKGROUND CLASSES*/
.theme-bg-primary {
    background-color: var(--theme-primary);
}

.theme-bg-secondary {
    background-color: var(--theme-secondary);
}

.theme-bg-alert {
    background-color: var(--theme-alert);
}

.theme-bg-dark {
    background-color: var(--theme-dark);
}

.theme-bg-light {
    background-color: var(--theme-light);
}

.theme-bg-linear {
    background: transparent linear-gradient(180deg, #F0EEF5 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}

.theme-bg-alert-gray {
    background-color: #E3E5E8;
    border: 2px solid #C2C2C2;
    border-radius: 4px;
}

.theme-clr-primary {
    color: var(--theme-primary);
}

.theme-clr-secondary {
    color: var(--theme-secondary);
}

.theme-clr-alert {
    color: var(--theme-alert);
}

.theme-clr-light {
    color: var(--theme-light);
}

/*/////////////////////////////////////////////*/





/*TEXTOLOGY - FONTS, HEADINGS, PARAGRAPAHS etc.*/

.font-source-sans-pro-20-25 {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.font-source-sans-pro-24-31 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.font-source-sans-pro-26-33 {
    font-size: 18px;
    line-height: 26px;
}

.font-source-sans-pro-28-36 {
    font-size: 20px;
    line-height: 26px;
}

.font-source-sans-pro-30-38 {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}

.font-source-sans-pro-50-70 {
    font-size: 30px;
    line-height: 40px;
}

.font-source-sans-pro-60-60 {
    font-size: 30px;
    line-height: 30px;
}

.btn.btn-primary.font-source-sans-pro-26-33 {
    font-size: 22px;
    padding: 8px 30px;
}

.btn.btn-primary.font-source-sans-pro-30-38 {
    font-size: 26px;
    padding: 8px 16px;
}

.h2 {
    font-size: 34px;
    line-height: 40px;
    font-weight: bold;
    padding: 0px;
    margin: auto;
    border-left: none;
}

.h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    border-left: none;
}

.h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}


.font-weight-100 {
    font-weight: 100;
}


.font-weight-200 {
    font-weight: 200;
}


.font-weight-300 {
    font-weight: 300;
}


.font-weight-400 {
    font-weight: 400;
}


.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}


.font-weight-700 {
    font-weight: 700;
}


.font-weight-800 {
    font-weight: 800;
}


.font-weight-900 {
    font-weight: 900;
}

.text-transform-inital {
    text-transform: initial;
}

.close-x-alert {
    font-size: 24px;
    color: #3a3a3a;
    font-weight: 400;
}

@media (max-width: 550px) {
    .h3 {
        font-size: 20px;
        line-height: 26px;

    }

    .h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .font-source-sans-pro-20-25 {
        font-size: 13px;
        line-height: 15px;
    }

    .font-source-sans-pro-24-31 {
        font-size: 18px;
        line-height: 22px;
    }

    .font-source-sans-pro-26-33 {
        font-size: 20px;
        line-height: 24px;
    }

    .font-source-sans-pro-28-36 {
        font-size: 22px;
        line-height: 28px;
    }

    .font-source-sans-pro-30-38 {
        font-size: 24px;
        line-height: 30px;
    }

    .font-source-sans-pro-50-70 {
        font-size: 30px;
        line-height: 40px;
    }

    .font-source-sans-pro-60-60 {
        font-size: 30px;
        line-height: 36px;
    }
}

/*/////////////////////////////////////////////*/





/*BUTTONS*/
button {
    font-family: 'Source Sans Pro', sans-serif !important;
    text-transform: capitalize !important;
}

.btn:focus {
    /*box-shadow: 0 0 4px 0.3rem rgb(255 255 255);*/
}

.btn-primary,
.comment-respond #submit {
    color: var(--white);
    background-color: var(--theme-primary);
    border-width: 2px;
    border: 3px solid var(--theme-primary);
    padding: 0.5rem 1rem;
    text-transform: capitalize !important;
    border-radius: 8px;
    font-weight: 700;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.comment-respond #submit:hover,
.comment-respond #submit:active {
    color: var(--dark);
    background-color: var(--theme-secondary);
    border: 3px solid var(--theme-secondary);
}

.btn-primary:active,
.btn-primary:focus,
.comment-respond #submit:active,
.comment-respond #submit:focus {
    box-shadow: none;
    outline: 2px solid var(--theme-secondary);
    outline-offset: 2px;
}

.btn-primary-border {
    background-color: white;
    color: var(--theme-primary);
}

.btn-secondary {
    color: var(--black);
    background-color: var(--theme-secondary);
    border-width: 2px;
    border: none;
    border-radius: 50px;
    padding: 1rem 2rem;
    text-transform: capitalize !important;
    font-weight: 700;
    /*border-radius: 12px;*/
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: var(--white);
    background-color: var(--theme-primary);
}

.btn-secondary:active,
.btn-secondary:focus {
    box-shadow: none;
    outline: 2px solid var(--white);
    outline-offset: 2px;
}

button:focus {
    outline: 2px auto var(--theme-secondary);
}

.btn-trans {
    color: var(--theme-primary);
    background-color: transparent;
    border-width: 2px;
    border: 3px solid transparent;
    padding: 1rem 2rem;
    text-transform: capitalize !important;
}

@media (max-width: 1100px) {

    .btn-primary,
    .comment-respond #submit {
        padding: 2rem 3rem;
    }

    #followActivityBtn {
        padding: 1rem 3rem !important;
    }
}

@media (max-width: 550px) {

    .btn-primary,
    .comment-respond #submit {
        padding: 1.2rem 2rem;
    }
}

/*/////////////////////////////////////////////*/





/*DEFAULTS FOR ACCESSIBILITY*/
a {
    border-bottom: 2px solid var(--theme-secondary);
    text-decoration: none;
}

article a {
    border-bottom: 2px solid var(--theme-secondary) !important;
    text-decoration: none;
    color: var(--theme-primary) !important;
}

.site-logo a {
    border-bottom: none;
}

.report-section-pub-page a {
    color: var(--theme-primary) !important;
}

.report-section-pub-page a:hover {
    outline: 2px solid var(--theme-secondary) !important;
    outline-offset: 2px !important;
}

.alert-dismissible .close {
    top: 6px;
    right: 6px;
}

.nav-tabs {
    border-bottom: none !important;
}

input[type="search"]:focus,
a:focus {
    outline: 2px solid var(--theme-secondary);
    outline-offset: 0px;
}

.aj-top-search:focus {
    outline: none !important;
    box-shadow: none !important;
}

a:focus {
    outline-offset: 2px;
}

.aj-link-hover:hover {
    outline: 2px solid var(--theme-secondary);
    outline-offset: 2px;
}

a:hover,
article a:hover,
#header-top-search-nav-bar #donateButton:focus,
#header-top-search-nav-bar #donateButton:hover,
#program-nav li a:focus {
    outline: 2px solid var(--theme-secondary) !important;
    outline-offset: 2px !important;
}

.header-donate-hover:hover {
    outline: none !important;
}

.close,
.close:hover,
.close:focus {
    opacity: 1;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    padding: 1.2rem 1.8rem;
}

.aj-border-bottom {
    border-bottom: 5px solid var(--theme-secondary);
}

.aj-primary-border-bottom {
    border-bottom: 5px solid var(--theme-primary);
}


.aj-border-bottom-2 {
    border-bottom: 2px solid var(--theme-secondary);
}

.aj-border-bottom-primary-2 {
    border-bottom: 2px solid var(--theme-primary);
}

.aj-border-bottom-primary-2:hover,
.aj-border-bottom-primary-2:focus {
    outline: 2px solid var(--theme-primary) !important;
}

.custom-select {
    border: 2px solid var(--theme-primary);
    border-radius: 8px;
    background-color: var(--white);
    padding: 8px 22px;
    height: 48px;
}

.custom-select:hover,
.custom-select:focus,
.custom-select:active {
    outline: 5px solid var(--theme-secondary);
    outline-offset: 2px;
    border-color: var(--theme-primary)
}

@media (max-width:550px) {
    .hide-on-mobile {
        display: none;
    }
}

@media (min-width: 600px) {
    .container {
        max-width: 600px;
    }
}

@media (min-width: 700px) {
    .container {
        max-width: 700px;
    }
}

@media (min-width: 800px) {
    .container {
        max-width: 800px;
    }
}

@media (min-width: 900px) {
    .container {
        max-width: 900px;
    }
}

@media (min-width: 1000px) {
    .container {
        max-width: 1000px;
    }
}

@media (min-width: 1100px) {
    .container {
        max-width: 1100px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1520px) {
    .container {
        max-width: 1420px;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1660px;
    }
}

/*/////////////////////////////////////////////*/





/*HEADER*/
#site-header {
    background: transparent;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
}

.aj-top-search {
    background: transparent !important;
    color: var(--white) !important;
    border: none;
    border-style: none !important;
    font: normal 20px/25px var(--theme-font-family-source-sans-pro);
}

.aj-top-search-btn {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.aj-top-search::placeholder {
    color: var(--white);
    font: normal 16px/20px var(--theme-font-family-source-sans-pro);
    text-transform: initial;
}

.aj-top-bar-nav a {
    color: var(--white) !important;
    border: none;
    font-weight: 700;
    font-size: 16px;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu li.current-menu-item>a {
    text-decoration: none;
    border-bottom: 2px solid var(--theme-secondary) !important;
}

.primary-menu li.current-menu-item>a {
    border-bottom: 2px solid var(--theme-primary) !important;
}

.toggle-inner,
.nav-toggle .toggle-icon {
    height: auto;
}

.primary-menu li.menu-item-has-children:focus-within>ul {
    right: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity .15s linear, transform .15s linear;
}

.primary-menu li.menu-item-has-children:hover>ul,
.primary-menu li.menu-item-has-children:focus>ul,
.primary-menu li.menu-item-has-children:focus-within>ul,
.primary-menu li.menu-item-has-children.focus>ul {
    background: var(--theme-primary) !important;
    color: white !important;
}

#footer-nav.primary-menu li.menu-item-has-children:hover>ul,
#footer-nav.primary-menu li.menu-item-has-children:focus>ul,
#footer-nav.primary-menu li.menu-item-has-children:focus-within>ul,
#footer-nav.primary-menu li.menu-item-has-children.focus>ul {
    border: 2px solid var(--theme-secondary);
}

#footer-nav.primary-menu li.menu-item-has-children ul.sub-menu li {
    padding: 0px;
}

.primary-menu ul:after {
    border-bottom-color: var(--theme-primary) !important;
}

#footer-nav.primary-menu ul:after {
    border-bottom-color: var(--theme-secondary) !important;
}

.primary-menu li.menu-item-has-children ul.sub-menu a {
    color: #fff !important;
    /*padding: 10px 0 4px;*/
    width: max-content;
    margin: auto;
    padding: 0.2rem 0 !important;
    margin-bottom: 10px;
}

/*.primary-menu li.menu-item-has-children ul.sub-menu a:focus {
    outline-offset: -6px;
}*/

.primary-menu ul {
    width: auto;
    padding: 1rem 2rem;
}

body:not(.overlay-header) .primary-menu>li>.icon {
    color: var(--theme-secondary) !important;
}

.primary-menu>li>.icon {
    right: -.5rem;
    top: calc(35% - .4rem);
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
    text-decoration: none;
}


@media (min-width: 1000px) {
    .header-inner {
        padding: 0.7rem 3rem;
    }
}

@media (min-width: 1100px) {
    .header-inner .toggle {
        height: 4.4rem;
        padding: 0 3rem;
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
        width: auto;
    }
}

#primary-bar-nav a {
    color: var(--theme-primary);
    border: none;
    font-weight: 700;
    font-size: 18px;
}

.nav-toggle {
    position: relative;
    width: auto;
}

.header-inner .toggle {
    padding: 0px;
}

@media (min-width: 700px) {
    .nav-toggle {
        right: 0;
    }

    .site-logo img {
        max-height: 8rem;
        margin-top: 10px;
    }

    h1,
    .heading-size-1,
    h2,
    .heading-size-2,
    h3,
    .heading-size-3 {
        margin: 1rem auto 1rem;
    }

    section {
        padding: 4rem 0;
    }

    .alignnone,
    .aligncenter {
        margin-bottom: 0;
        margin-top: 0;
    }
}

.header-titles-wrapper {
    justify-content: normal;
}



/*
@media (min-width: 1520px){
.header-titles-wrapper {
    margin-right: 4rem;
    max-width: 50%;
    padding: 0;
    text-align: left;
}
}

@media (min-width: 1000px){
.header-titles-wrapper {
    align-items: center;
    display: flex;
    padding: 0 4rem;
    text-align: center;
}

@media (max-width: 1520px) {
    #header-top-search-nav-bar {
        display: none;
    }

    .aj-top-bar-nav a {
        color: var(--theme-dark) !important;
    }

    .header-inner {
        padding: 2rem 0;
    }
}
*/
@media (max-width: 1100px) {
    #header-top-search-nav-bar {
        display: none;
    }

    #top-bar-search input {
        width: 70vw;
    }

    .aj-top-bar-nav a {
        color: var(--theme-dark) !important;
    }

    .menu-wrapper.section-inner {
        width: 80%;
    }

    .modal-menu>li>.ancestor-wrapper>a {
        font-size: 3.5rem;
        padding: 2.5rem;
        border: none;
        color: var(--theme-primary);
    }

    .menu-wrapper .menu-item {
        border: none !important;
    }

    button.close-nav-toggle {
        width: auto;
        margin-left: auto;
        padding: 1.5rem;
        margin-top: 2rem;
        margin-bottom: 4rem;
    }

    .header-inner {
        padding: 1rem 0;
    }

    .nav-toggle .toggle-inner {
        padding-top: 0;
    }
}

@media (max-width: 1300px) {
    #primary-bar-nav a {
        font-size: 20px;
    }
}

@media (max-width: 550px) {
    button.close-nav-toggle {
        margin-bottom: 1rem;
    }

    #top-bar-search input {
        width: 65vw;
    }

    #top-bar-mobile-view {
        text-align: center !important;
    }

    #top-bar-mobile-view nav {
        float: none !important;
    }

    .aj-top-bar-nav {
        margin-top: 20px !important;
    }

    .modal-menu>li>.ancestor-wrapper>a {
        padding: 1.8rem;
    }
}

@media (max-width: 370px) {
    #top-bar-search input {
        width: 60vw;
    }
}

/*/////////////////////////////////////////////*/





/*FOOTER*/
.footer-bg {
    /*min-height: 430px;*/
    /*background-image: url("assets/images/banners/footerBG.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

footer {
    font-weight: 700 !important;
}

.footer-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--theme-primary);
    opacity: 1;
}

#footer-nav a {
    color: var(--white);
    border-bottom: 2px solid var(--theme-primary);
    text-decoration: none;
}

#footer-nav li {
    margin: 8px 0;
    padding: 0px 0px 0px 20px;
}

#footer-nav a:hover,
#footer-nav a:focus,
#footer-nav li.current-menu-item>a {
    text-decoration: none;
    border-bottom: 2px solid var(--theme-secondary) !important;
}

/*.aj-anchor-tag {
    margin-bottom: 20px;
}*/

.aj-privacy-text {
    border-bottom: none;
}

.aj-privacy-text:hover,
.aj-privacy-text:focus,
.aj-privacy-text:active {
    border-bottom: 2px solid var(--theme-secondary);
}

.aj-footer-logo a {
    border-bottom: none;
}

.footer-social-icon .fa {
    background: var(--theme-secondary);
    padding: 11px;
    width: 40px;
    height: 40px;
    font-size: 17px;
    text-align: center;
    color: #3a3a3a;
    border-bottom: none;
    font-weight: bold;
    margin-right: 20px;
}

.footer-social-icon .fa:hover {
    background: var(--theme-dark);
    color: var(--theme-secondary);
}

#subscribeNewsletter,
#subscribeNewsletter::placeholder {
    color: #555555;
    font-weight: bold;
}

#subscribeNewsletter {
    padding: 18px 24px;
}

#subscribeNewsletter:focus,
#subscribeNewsletter:active {
    outline: 4px solid var(--theme-secondary);
}

#subscribeNewsletterBtn {
    font-weight: 700 !important;
    color: #3a3a3a;
    border: 2px solid var(--theme-secondary);
    border-radius: 6px !important;
    font-size: 20px;
}

#subscribeNewsletterBtn:hover {
    background: var(--theme-primary);
    color: #fff;
}

.aj-copyright-div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.aj-copyright-text p {
    margin-bottom: 0px;
    padding: 1 0px 0px;
}

@media (max-width: 991px) {
    #footer-col-2 {
        text-align: right !important;
    }

    #footer-col-3 {
        text-align: center !important;
        margin-top: 50px;
        padding-bottom: 50px;
    }

    footer img.custom-logo {
        margin: 0 0 0 auto;
    }
}

/*/////////////////////////////////////////////*/





/*SCROLL BACK TO TOP*/

.aj-back-to-top-container {
    position: fixed;
    z-index: 999999;
    display: inline-flex;
    transition: opacity 0.3s ease 0s;
    opacity: 1;
    inset: 90% 0px auto auto;
    transform: translateY(-20%);
}

.aj-back-to-top-container:focus {
    outline: none;
}

.aj-back-to-top-container .aj-back-to-top-transformation {
    transform-origin: 100% 50%;
    transform: rotate(90deg) translate(50%, 50%);
}

.aj-back-to-top {
    padding: 5px 10px;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border-radius: 50px;
    top: 0px;
    backface-visibility: hidden;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    margin: 10px;
}


.aj-back-to-top:hover {
    box-shadow: 0px 0px 8px 4px var(--theme-secondary);
}

.aj-back-to-top:focus {
    outline: none;
}

.aj-back-to-top-btn:focus {
    box-shadow: none;
    outline-offset: 10px;
    outline: 2px solid var(--theme-secondary);
}

.aj-back-to-top-btn:active {
    outline: none;
}

.aj-back-to-top-container .aj-back-to-top-btn {
    transform: rotate(180deg);
    flex-direction: row-reverse;
    color: var(--theme-primary);
    background-color: transparent;
}

.aj-back-to-top-btn-position {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
}

.aj-back-to-top-container .aj-back-to-top-icon {
    transform: rotateZ(90deg);
    transform-origin: center center;
}

.aj-back-to-top .aj-back-to-top-icon {
    fill: var(--theme-primary);
}

.aj-back-to-top-btn-size {
    width: 31.5px;
    height: 31.5px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease 0s;
}

.aj-back-to-top-btn-text {
    transform: translate3d(0px, 0px, 0px);
    backface-visibility: hidden;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    line-height: 16.8px;
    z-index: 2;
    transition: all 0.3s ease 0s;
    top: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 9.33334px 0px 4.66667px;
}

.aj-back-to-top::after {
    position: absolute;
    content: " ";
    inset: 0px;
    z-index: 1;
    border-radius: inherit;
    pointer-events: none;
    border: 2px solid var(--theme-primary);
}


.show-btp-btn {
    opacity: 1;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;

}

.hide-btp-btn {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}

/*/////////////////////////////////////////////*/





/*HOME - LANDING PAGE*/
main .hero-section {
    min-height: 100vh;
    /*background-image: url("assets/images/banners/04.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

main .default-banner {
    /*background: var(--theme-primary);
    background-repeat: no-repeat;
    background-size: cover;*/
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/06/iStock-1276953876.jpg");
}

main>.default-banner {
    margin-bottom: 50px;
    :
}

.hero-textbox {
    background-color: rgba(95, 75, 139, 0.8);
    /*opacity: .8;*/
    padding: 0 50px 50px;
    color: var(--white);
}

.hero-textbox h1 {
    margin-top: 20px;
}

.hero-section-position {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-textbox a {
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    margin: 0px 30px;
    border-bottom: 5px solid var(--theme-secondary);
}

.hero-textbox a:hover {
    outline: 2px solid var(--theme-secondary);
    outline-offset: 2px;
}

.impact-section-icons {
    height: 120px;
    display: inline-block;
}

.aj-dynamic-post p {
    color: white !important;
}

.aj-dynamic-post img {
    width: 400px !important;
    height: 235px !important;
}

.aj-dynamic-post a:hover {
    outline: 2px solid var(--theme-secondary);
    outline-offset: 2px;
    color: white;
}


.resource-section {
    box-shadow: 0px 3px 80px #00000029;
    z-index: 1;
    position: relative;
    top: -50px;
    background-color: white;
    border-radius: 4px;
    padding-left: 4rem;
    padding-right: 4rem;
}

.resource-section-icons {
    height: 50px;
    /*display: inline-block;*/
    margin: auto;
}

#map {
    height: 100%;
}

@media (max-width: 1100px) {
    .hero-textbox {
        padding: 20px;
    }

    .hero-textbox a {
        margin-top: 20px;
        display: inline-block;
        text-align: center !important;
        padding-bottom: 10px;
    }

    .aj-dynamic-post {
        margin: 30px auto;
        text-align: center;
    }

    .aj-dynamic-post img {
        display: inline;
    }

    .aj-dynamic-post p {
        width: 70%;
        margin: auto auto 30px auto;
    }

    .aj-dynamic-post h4 {
        width: 70%;
        margin: auto auto 30px auto;
    }

    .aj-dynamic-post a {
        margin-bottom: 30px;
    }

    #map {
        height: 50vh;
    }
}

@media (max-width: 1000px) {
    .hero-section .hero-textbox .text-right {
        text-align: center !important;
    }
}

@media (max-width: 550px) {
    .hero-section-position {
        padding-right: 0px;
        padding-left: 0px;
    }

    .hero-textbox p {
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .hero-textbox a {
        color: var(--white);
        font-size: 24px;
        font-weight: 600;
        margin: 0px 0px 20px 0px;
        border-bottom: 3px solid var(--theme-secondary);
    }

    .impact-section-div {
        margin-bottom: 30px;
    }

    .resource-section {
        box-shadow: none;
        z-index: 1;
        position: relative;
        top: 0;
        background-color: white;
        border-radius: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .aj-dynamic-post h4 {
        width: 100%;
        margin: auto auto 30px auto;
    }

    .aj-dynamic-post p {
        width: 100%;
        margin: auto auto 30px auto;
    }

    .custom-select {

        padding: 10px 22px;
        height: 50px;
    }

    #footer-col-1 {
        text-align: center !important;
    }

    #footer-col-2 {
        text-align: center !important;
    }

    #footer-col-3 {
        text-align: center !important;
        margin-top: 0px;
        padding-bottom: 20px;
    }

    footer img.custom-logo {
        margin: auto;
    }

    .aj-privacy-text {
        position: relative;
    }

}

/*/////////////////////////////////////////////*/





/*PAGES*/
#program .hero-section {
    min-height: 100vh;
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/03/Program-Themes.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

#program-nav li.active {
    color: var(--theme-primary);
    border-bottom: 4px solid #A47BFF;
    padding-bottom: 12px;
}

.vision-icon {
    height: 80px;
}

.program-section-row-border-left {
    border-left: 4px solid #D5D5D5;
    padding-left: 30px;
}

.program-section-row-border-bottom {
    border-bottom: 4px solid var(--theme-dark);
}

#advocates-map .hero-section {
    min-height: 100vh;
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/03/Advocates-Map.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

#advocates-map table {
    border: none;
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}

#advocates-map table thead {
    background-color: #d8d0f1;
}

#advocates-map table td,
#advocates-map table th {
    padding: 8px 12px;
    vertical-align: text-bottom;
    text-transform: none !important;
}


#partner-situation .hero-section {
    min-height: 100vh;
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/03/Partner-Situation-Page.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

#followActivity {
    width: 65%;
    color: #3A3A3A;
    font-size: 20px;
    margin-right: 12px;
    border-radius: 8px !important;
    padding: 10px 12px;
    border: 1px solid var(--theme-primary);
}

#followActivityBtn {
    margin-top: -5px;
}

#quiz-page .quiz {
    position: relative;
    /*top: -350px;*/
}


#quiz-page .quiz-card {
    background: var(--white);
    box-shadow: 0px 3px 4px #0000001A;
    margin: 0 auto;
    border: 2px solid #E3E5E8;
    max-width: 48%;
}

.wq-progress-bar-container.wq_quizProgressBarCtr {
    display: none;
}

p.wq_QuestionExplanationText {
    margin: 0px 0 !important;
}

.wq_triviaQuestionExplanation .wq-explanation-head-incorrect,
.wq_triviaQuestionExplanation .wq-explanation-head-correct {
    margin-bottom: 0px !important;
}

#quiz-page .quiz .custom-control-label::before {
    width: 2rem;
    height: 2rem;
    top: 15px;
    box-shadow: 0 0 0pt 2pt var(--theme-primary);
    background-color: transparent;
    /*display: none;*/
}

.wq_singleQuestionWrapper .wq_continue {
    text-align: right !important;
}

button.wq-continue-btn.wq_btn-continue {
    color: var(--theme-primary);
    background: none;
    font-size: 24px;
}


.wq-trivia-question-explanation.wq_triviaQuestionExplanation {
    border: none;
}

#quiz-page .quiz .custom-control-label::after {
    width: 2rem;
    height: 2rem;
    top: 15px;
    color: var(--theme-primary);
    border-radius: 50%;
    /*display: none;*/
}

#quiz-page .quiz label {
    margin-left: 50px !important;
    cursor: pointer;
}

#quiz-page .quiz div.custom-radio {
    padding: 10px 0px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    top: 13px !important;
    background-image: none;
    box-shadow: 0 0 0pt 4pt #AA6DDF;
    width: 34px !important;
    height: 34px !important;
    left: -2px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--theme-primary) !important;
    border: 8px solid var(--white) !important;
}

#who-we-are .hero-section {
    min-height: 100vh;
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/03/Who-We-Are-Women-Enabled-International.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#who-we-are .funders img {
    /*width: 300px;
    height: auto;*/
    display: inline-block;
    width: auto;
    margin-top: 28px;
    height: 75px;
}

#who-we-are .funders img.readjust-image {
    width: 200px;
    height: auto;
    /*display: flex;
margin: 0px auto !important;*/
}

.quotation-bg {
    opacity: 0.7;
    color: white;
    position: absolute;
    right: 10%;
    font-size: 120px;
}

.unique-bg-border {
    background: #FFFF58;
    background: #FFDD00;
    border: 2px dashed #CF8923;
    padding: 0 8px;
    color: #3A3A3A;
}

.unique-bg-border:hover {
    background: #FFFF58;
    border: 2px dashed #ACA100;
    color: #3A3A3A;
}

#focus-area .hero-section {
    min-height: 100vh;
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/04/Focus-Areas.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#un-field-report-slider .bg-un-logo {
    /*background-image: url("assets/images/un-logo-white.png");*/
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
}

#un-field-report-slider .un-container {
    background-color: #008DCC;
    padding: 10px 30px;
    min-height: 250px;
    border: 5px solid #008DCC;
}

#un-field-report-slider .un-container: hover {
    border: 5px solid var(--theme-secondary);
}

#un-field-report-slider .un-container .logo {
    position: absolute;
    top: 30px;
    bottom: 30px;
    right: 30px;
    left: 30px;
    background-image: url("assets/images/un-logo-white.png");
    /*background-position: center;
    background-repeat: no-repeat;
    background-size: contain;*/
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100px;
    opacity: 1;
}

#un-field-report-slider .field-report {
    color: #A7E7FF;
    font-size: 24px;
    margin-bottom: 0px;
}

/*.slick-prev:before {
    font-weight: 100;
    color: #828282;
    font-size: 80px;
    opacity: 0.7;
}

.slick-next:before {
    font-weight: 100;
    color: #828282;
    font-size: 80px;
    opacity: 0.7;
}

.slick-next {
    right: -10px;
    top: 40%;
}

.slick-prev {
    left: -35px;
    top: 40%;
}*/

#un-field-report-slider .slick-dots li button:before {
    font-size: 16px;
}

#un-field-report-slider .slick-dots li.slick-active button:before {
    color: var(--theme-dark);
}

#newsLetter {
    width: 30%;
    padding: 12px 20px;
    font-size: 20px;
}

#newsLetter,
#newsLetter::placeholder {
    color: #555555;
    font-weight: bold;
    /*border-radius: 8px 0 0 8px;*/
    border-radius: 8px;

}

#newsLetterBtn {
    /*border-radius: 0 8px 8px 0;*/
    /*margin-left: -8px;*/
    border-radius: 8px;
    margin-left: 12px;
    margin-top: -4px;
    padding: 8px 20px;
    border: 5px solid var(--theme-secondary);
}

#how-wei-began .hero-section {
    min-height: 100vh;
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/03/How-WEI-began.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#our-work-section .slick-initialized .slick-slide {
    display: flex;
}

#our-work-section .slick-dots li button:before {
    font-size: 16px;
}

#our-work-section .slick-dots li.slick-active button:before {
    color: var(--theme-dark);
}

#about-stephanie .hero-section {
    min-height: 100vh;
    background-image: url("assets/images/banners/stephanie.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.follow-latest-social .fa {
    background: var(--theme-primary);
    padding: 20px 10px;
    width: 60px;
    height: 60px;
    font-size: 24px;
    text-align: center;
    color: white;
    border-bottom: none;
    font-weight: bold;
    margin-right: 20px;
    margin-top: 10px;
}

.follow-latest-social .fa:hover {
    background: var(--theme-secondary);
    color: var(--theme-dark);
}

#about-stephanie .aj-dynamic-post p {
    color: var(--theme-dark) !important;
}

#about-stephanie .aj-dynamic-post img {
    width: 100% !important;
    height: auto !important;
}

.hero-textbox-overlay {
    background-color: #101010;
    opacity: 0.8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

img.staff-display-pic, picture.staff-display-pic img {
    border-radius: 50%;
    border: 2px solid white;
    width: 170px;
    height: 170px;
}

.top-n80 {
    top: -80px;
}

#how-we-work .hero-section {
    min-height: 100vh;
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/06/How-we-work.jpg");
    /*background-position: center;*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#how-we-work .resource-section {
    box-shadow: 0px 3px 80px #00000029;
    z-index: 1;
    position: relative;
    top: -100px;
    background-color: white;
    border-radius: 4px;
    padding-left: 4rem;
    padding-right: 4rem;
}

#impact .hero-section {
    min-height: 100vh;
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/03/Impact.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.impact-slider-section .slick-initialized .slick-slide {
    display: flex;
}

.impact-slider-section .slick-dots li button:before {
    font-size: 16px;
}

.impact-slider-section .slick-dots li.slick-active button:before {
    color: var(--theme-dark);
}

.impact-slider-section .slick-dots {
    bottom: -50px;
}

#resource-center .hero-section {
    min-height: 100vh;
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/03/Resource-Center.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#blog-latest .aj-dynamic-post p {
    color: var(--theme-headings) !important;
}

#rbp-page .hero-section {
    min-height: 100vh;
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/03/Reports-and-Briefings-Papers.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#searchPublication {
    width: 60%;
    color: #3A3A3A;
    background-color: #fff;
    font-size: 20px;
    border-radius: 4px !important;
    border: 1px solid var(--theme-dark);
}

#searchPublication::placeholder {
    color: #3a3a3a;
}

#searchPublicationBtn {
    border-radius: 4px;
    padding-left: 50px;
    padding-right: 50px;
}

span.aj-page-nav {
    background: #E3E5E8 0% 0% no-repeat padding-box;
    border: 2px solid #707070;
    padding: 12px 20px;
}

#topic-side-navbar ul {
    list-style: none;
    padding-left: 0px;
    margin: 0.5rem 0 0 2rem !important;
}

#topic-side-navbar ul li,
#topic-side-navbar .facetwp-facet-categories,
#topic-side-navbar .facetwp-facet-tags,
#topic-side-navbar .facetwp-facet-topic,
#topic-side-navbar .facetwp-facet-region,
#topic-side-navbar .facetwp-facet-type,
#topic-side-navbar .facetwp-facet-format,
#topic-side-navbar .facetwp-facet-language {
    font-size: 26px;
}

#topic-side-navbar ul li.active-topic::before {
    content: '✔';
    color: var(--theme-primary);
    position: absolute;
    left: 20px;
}

#topic-side-navbar a.facetwp-toggle {
    margin-left: 20px;
}

#topic-side-navbar .facetwp-checkbox {
    background: none;
    margin-bottom: 8px;
    padding-left: 20px;
    font-size: 22px;
    cursor: pointer;
}

#topic-side-navbar .facetwp-checkbox.checked {
    background-image: none;
    background: none;
}

#topic-side-navbar .facetwp-checkbox.checked::before {
    content: '✔';
    color: var(--theme-primary);
    position: absolute;
    left: 30px;
}

#topic-side-navbar ul li.active-topic,
#topic-side-navbar .facetwp-checkbox.checked {
    font-weight: bold;
    border-bottom: 2px solid var(--theme-primary);
    display: table;
}



.top-n150 {
    top: -150px;
}

.aj-fact-sheet-list {
    list-style: none;
    display: inline-flex;
    padding: 0;
    color: #3a3a3a;
}

.aj-fact-sheet-list li {
    margin: 0 50px 0 0;
}

.aj-fact-sheet-list .active-sheet {
    border-bottom: 3px solid var(--theme-secondary);
}

.no-border-link li a {
    border-bottom: none;
}

.no-border-link li a:hover {
    color: var(--theme-secondary) !important;
}

#blog-page .hero-section {
    min-height: 100vh;
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/06/Blog.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#post-21 .hero-section {
    min-height: 100vh;
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/04/WEI-staff.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#take-action-page {
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/07/iStock-1218558035.jpg");
    background-position: bottom;
}

#quiz-banner {
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/03/Quiz.jpg");
}

#team-banner {
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/03/Team-at-Women-Enabled-International.jpg");
    background-position: top;
    background-size: auto;
}

#fact-sheet-banner {
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/04/bbh-singapore-W-MfxFXvw-unsplash.jpg");
}

#publication-page-banner {
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/03/Publications.jpg");
    background-position: top;
}

#newsletter-banner {
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/03/Newsletter.jpg");
}

#te-banner {
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/03/Training-experience.jpg");
}

#latest-banner {
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/03/Latest.jpg");
}

#acc-wei-banner {
    background-image: url("https://womenenabled.org/wp-content/uploads/2021/03/Accessibility-at-WEI.jpg");
    background-position: top;
}

.login-input {
    height: 75px;
    font-size: 30px !important;
    border-radius: 4px !important;
}

.login-input-icon {
    display: inline-block;
    position: absolute;
    top: 25%;
    right: 3%;
}

.login-input-icon .fas {
    color: #A4A4A4;
}

.module-card-bottom {
    background-color: #3F2F63;
    /*    bottom: -22%;
    left: 0px;
    right: 0px;*/
}

.module-card-icon {
    position: relative;
    top: -7px;
    line-height: 0px;
}

.page-top-list {
    list-style: none;
    display: inline-flex;
    color: white;
    margin-bottom: 0px;
    padding-top: 36px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
}

.page-top-list li {
    margin: 0 5rem 0 0;
    padding: 8px 16px;
}

.page-top-list li:last-child {
    margin-right: 0rem;
}

.page-top-list li.active-item-btn {
    background-color: var(--theme-secondary);
    color: var(--theme-dark);
}

#blog-latest .aj-dynamic-post img {
    width: 100% !important;
    /*height: 280px !important;*/
    height: auto !important;
}

.accessibility-section-icons {
    display: inline-block;
    border: 5px solid var(--theme-primary);
    padding: 30px;
    height: 150px;
    border-radius: 50%;
    background: transparent;
    width: 150px;
}

.follow-social-media a {
    color: white;
    border-bottom: none;
    text-align: center;
    font-size: 80px;
}

.follow-social-media span {
    display: block;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 22px;
}

.follow-social-media-native a {
    color: #333;
    text-align: center;
}

.follow-social-media-native div {
    display: inline-block;
    margin-right: 50px;
}

.follow-social-media-native div:last-child {
    margin-right: 0px;
}

.follow-social-media-native img {
    margin: auto !important
}

#take-action .custom-control-label::before {
    width: 3rem;
    height: 3rem;
    top: 15px;
    box-shadow: 0 0 0pt 2pt var(--theme-primary);
    background-color: transparent;
}

#take-action .custom-control-label::after {
    width: 3rem;
    height: 3rem;
    top: 16px;
    color: var(--theme-primary);
    border-radius: 50%;
}

#take-action label {
    margin-left: 50px;
    font-family: 'Source Sans Pro', sans-serif !important;
}

#take-action div.custom-radio {
    padding: 10px 0px;
}

#partitioned {
    font-size: 28px;
    padding-left: 8px;
    letter-spacing: 13px;
    border: 0;
    border-bottom: 2px solid #3a3a3a;
    width: 120px;
    padding-bottom: 0px;
    color: #3a3a3a;
    padding-right: 0px;
}

#partitioned:focus {
    outline-offset: 4px;
    outline: 2px solid var(--theme-secondary);
}

#quiz-page .custom-control-input {
    position: absolute;
    z-index: 1;
    opacity: 1;
    display: block;
    width: 2rem;
    height: 2rem;
    border: none !important;
    left: 15px;
    top: 15px;
    background: transparent;

}

#quiz-page .custom-control-input:focus {
    outline: 2px solid var(--theme-secondary);
}

.form-control {
    text-transform: initial !important;
}

#privacy-policy-page {
    font-family: 'Source Sans Pro', sans-serif !important;
}

#privacy-policy-page h2 {
    font-family: 'Source Sans Pro', sans-serif !important;
    margin-top: 0px;
}

#privacy-policy-page p,
#privacy-policy-page li {
    font-size: 18px;
}

#privacy-policy-page p {
    margin-bottom: 8px;
}

#privacy-policy-page a {
    color: var(--theme-primary);
    border-bottom: none;
}

#privacy-policy-page a:hover {
    color: #3a3a3a;
    border-bottom: 2px solid var(--theme-secondary);
}

#privacy-policy-page hr {
    background: transparent !important;
    border: 1px solid #eaeaea;
    height: 0rem;
    position: initial;
}

#privacy-policy-page hr::before,
#privacy-policy-page hr::after {
    display: none;
}

@media (max-width:1100px) {
    .program-section-row-border-left {
        border-left: none;
        padding-left: 15px;
    }

    #newsLetter {
        width: 50%;
    }

    #newsLetterBtn {
        margin-top: 0px;
    }

    .aj-fact-sheet-list {
        color: #3a3a3a;
    }

    .follow-social-media a {
        width: 100%;
        margin: 20px auto;
    }

    .top-n80 {
        top: 0px;
    }


}

@media (max-width: 550px) {
    #newsLetterBtn {
        margin-top: -6px !important;
        font-size: 18px;
        padding: 8px;
    }

    #newsLetter {
        width: 50%
    }

    .top-n80 {
        top: 0px;
    }

    .top-n150 {
        top: 0px;
    }

    #how-we-work .resource-section {
        box-shadow: none;
        z-index: 1;
        position: relative;
        top: 0;
        background-color: white;
        border-radius: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .aj-fact-sheet-list {
        display: inline-block;
        text-align: center;
    }

    #quiz-page .quiz {
        /*top: -280px;*/
    }

    .page-top-list {
        display: block;
        margin: 0;
    }

    .page-top-list li {
        margin: 0;
    }

    #blog-latest .aj-dynamic-post img {
        width: 100% !important;
        height: 300px !important;
    }

    .accessibility-section-icons {
        display: block;
    }

    .pl-40 {
        padding-left: 0px;
    }

    .follow-social-media a {
        width: 100%;
    }
}


.facetwp-facet.facetwp-facet-loadmore_pagination.facetwp-type-pager {
    text-align: center;
}

button.facetwp-load-more {
    color: var(--white);
    background-color: var(--theme-primary);
    border-width: 2px;
    border: 3px solid var(--theme-primary);
    padding: 1rem 2rem;
}

button.facetwp-load-more:hover,
button.facetwp-load-more:active,
button.facetwp-load-more:not(:disabled):not(.disabled):active {
    color: var(--dark);
    background-color: var(--theme-secondary);
    border: 3px solid var(--theme-secondary);
}

button.facetwp-load-more:active,
button.facetwp-load-more:focus {
    box-shadow: none;
    outline: 2px solid var(--theme-secondary);
    outline-offset: 2px;
}

.post-meta-wrapper.post-meta-single-top {
    margin-right: 0 !important;
    margin-left: auto !important;
    max-width: 48rem !important;
    width: auto;
}

.post-meta-wrapper.post-meta-single-bottom {
    margin-right: 0 !important;
    margin-left: auto !important;
    min-width: 20% !important;
    max-width: fit-content;
    margin-top: 2rem;
}

.post-meta-wrapper li.post-author.meta-wrapper {
    display: none;
}

.post-meta-wrapper {
    margin-top: 1rem !important;
}

.post-meta-single ul.post-meta li,
.post-meta-single ul.post-meta li .meta-text a {
    color: var(--theme-secondary) !important;
}

.post-meta-single ul.post-meta li .meta-text a {
    border-bottom: none;
    margin: 0 auto;
    font-size: inherit;
    display: inline-block;
}

.custom-post-featured-img img {
    width: 100vw !important;
    max-width: 100vw;
    height: 80vh;
}

.singular .entry-header {
    padding: 0 !important;
}

.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width: calc(100% - 4rem);
    padding: 0 10rem;
}

.pagination-single {
    margin-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
}


@media (max-width: 900px) {
    .entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    #quiz-page .quiz-card {
        max-width: inherit;
    }
}

.impact-slider img {
    width: 100% !important;
}

@media (max-width: 1100px) {
    .impact-section-div h2.h3 {
        font-size: 32px !important;
    }
}

@media (max-width: 1200px) {
    .footer-social-icon .fa {
        margin-right: 10px;
    }

    .impact-section-div h3 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .footer-social-icon .fa {
        margin-right: 20px;
    }

    .aj-dynamic-post img {
        width: 400px !important;
        height: auto !important;
    }
}

.aj-text-highlight {
    font-size: 20px;
    padding: 4px 10px;
    background: rgba(255, 250, 150, 0.4);
    border-radius: 4px;
}

@media screen and (max-width: 1120px) {
    .page-top-list {
        font-size: 18px;
    }
}

.res-sec-text {
    font-size: 20px;
}

@media screen and (max-width: 1300px) {
    .res-sec-text {
        font-size: 18px;
    }

    img.staff-display-pic, picture.staff-display-pic img {
        width: 120px;
        height: 120px;
    }

    .b-font {
        font-size: 40px;
        line-height: 50px;
    }

    .s-font {
        font-size: 20px;
        ;
    }

    .aj-p-5 {
        padding: 1rem !important;
    }
}

@media screen and (max-width: 1200px) {

    .res-sec-text {
        font-size: 18px;
    }

    .site-title a {
        font-size: 20px;
    }

    .b-font {
        font-size: 30px;
        line-height: 36px;
    }

    .s-font {
        font-size: 16px;
    }

    #primary-bar-nav a {
        font-size: 16px;
    }

    .aj-fact-sheet-list li {
        font-size: 24px;
    }
}


@media screen and (max-width: 1100px) {

    .res-sec-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 1005px) {

    .res-sec-text {
        font-size: 14px;
    }
}


@media screen and (max-width: 991px) {

    .res-sec-text {
        font-size: 16px;
    }
}


@media screen and (max-width: 599px) {
    .page-top-list li {
        font-size: 14px;
    }
}

footer #newsLetter {
    width: 100%;
}

#paypalBtn {
    width: 120px;
}


.factsheet-featured-thumbnail {
    /*height: 400px;*/
    width: 70%;
}

@media (max-width: 900px) {
    .factsheet-featured-thumbnail {
        /*height: 400px;*/
        width: 50%;
    }
}

@media (max-width: 550px) {
    .factsheet-featured-thumbnail {
        /*height: 400px;*/
        width: 70%;
    }
}

#news_letter_message_status {
    color: #FDD26E !important;
    font-weight: 600 !important;
    font-size: 20px;
}

.btn-donate {
    background-color: #5f4b8b !important;
    color: white !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 1.5rem 2.5rem !important;
}


.btn-donate:hover,
.btn-donate:active,
.btn-donate:focus {
    background-color: #fdd26e !important;
    color: #333 !important;
    border: none !important;
    text-decoration: none !important;
}

#program-nav li a {
    border-bottom: none;
}


#program-nav li a:focus {
    outline: none !important;
}

#program-nav li a.active,
#program-nav li a:hover {
    color: var(--theme-primary) !important;
}

.ps-contact-info a {
    color: var(--theme-primary) !important;
    text-decoration: none;
    border-bottom: none;
}

.ps-contact-info a:hover {
    color: var(--theme-secondary) !important;
}

#focus-area .tab-pane a {
    color: var(--theme-primary);
    border-bottom: none;
}

#focus-area .tab-pane a:hover {
    border-bottom: 2px solid var(--theme-secondary);
}

div#news_letter_message_status {
    font-size: 16px !important;
    line-height: 1;
}

.italic-text-highlight {
    font-style: italic;
    font-size: 26px;
    margin-top: 20px;
}

.italic-text-highlight p {
    margin: 0px;
}

.italic-text-highlight p a {
    color: var(--theme-primary);
}

/*.rba-hww-section a {
    position: absolute;
    bottom: 30px;
}*/

.rba-hww-section a:hover {
    color: white;
}

.rba-hww-section .rba-hww {
    position: absolute;
    width: 100%;
    bottom: 20px;
    margin-left: -50px;
}

.rba-hww-section hr {
    margin: 2rem auto;
    width: 30%;
    height: 10px;
    border: 0;
    border-radius: 20px;
    box-shadow: inset 0 0px 0px 10px var(--theme-secondary);
}

.rba-hww-section .col-lg-4.col-12.my-2 .theme-bg-primary {
    min-height: 280px;
    border-radius: 16px;
    border: 5px solid var(--theme-primary);
}

.rba-hww-section .col-lg-4.col-12.my-2 .theme-bg-primary:hover {
    border: 5px solid var(--theme-secondary);
}

.rba-hww-section .col-lg-4.col-12.my-2 .theme-bg-primary .font-source-sans-pro-60-60 {
    font-size: 50px;
    line-height: 50px;
}

.ta-page-btn {
    font-size: 22px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    bottom: 20px;
}

.ta-page-block {
    /*min-height: 250px;*/
    height: 100%;
    position: relative;
    border-radius: 16px;
    border: 5px solid var(--theme-primary);
}

.ta-page-block:hover,
.ta-page-block:focus-within {
    border: 5px solid var(--theme-secondary);
}

.ta-page-block p {
    font-size: 28px;
    line-height: 42px;
    min-height: 100px;
}

.funders-logo-container a {
    border-bottom: none;
}

#program-nav {
    font-size: 26px;
    line-height: 36px;
}

.wq-explanation-head.wq_ExplanationHead {
    /*display: none;*/
}

.impact-collab-section .card {
    border: 5px solid var(--theme-primary);
}

/*.impact-voice-section .anchor-tab a {
    margin-left: 20px;
    border-bottom: 2px solid var(--theme-primary);
    color: #333;
}*/

.impact-voice-section .small-text {
    font-size: 20px;
}

.impact-voice-section .small-text a {
    color: var(--theme-primary);
}

.impact-voice-section .anchor-tab a {
    margin-left: 20px;
    /*border-color: transparent;*/
}

.impact-voice-section .anchor-tab a.active {
    color: var(--theme-primary) !important;
    /*border-color: var(--theme-primary);*/
}

.impact-voice-section .small-text a:hover {
    outline: 2px solid var(--theme-secondary) !important;
    outline-offset: 2px !important;
}

.impact-voice-section .anchor-tab a:hover {
    color: var(--theme-primary) !important;
}

#latestPostTabs li a {
    border-bottom: none;
}

span.facetwp-input-wrap {
    width: 60%
}

i.facetwp-icon {
    right: 10px
}

input.facetwp-search {
    width: 100%;
    color: #3A3A3A;
    background-color: #fff;
    font-size: 20px;
    border-radius: 4px !important;
    border: 1px solid var(--theme-dark);
    padding: 1.2rem 1.8rem;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
}

@media (max-width: 1200px) {
    .rba-hww-section .col-lg-4.col-12.my-2 .theme-bg-primary {
        min-height: 280px;
    }

    .rba-hww-section .col-lg-4.col-12.my-2 .theme-bg-primary .font-source-sans-pro-60-60 {
        font-size: 40px;
        line-height: 40px;
    }

    .ta-page-btn {
        font-size: 18px !important;
        padding: 10px;
    }


}

@media (max-width: 1100px) {
    .ta-page-block p {
        font-size: 30px;
        line-height: 40px;
    }

    .ta-page-block {
        /*min-height: 260px;*/
        position: relative;
    }
}


@media (max-width: 992px) {
    .rba-hww-section .col-lg-4.col-12.my-2 .theme-bg-primary {
        min-height: 250px;
    }

    .ta-page-btn {
        width: 90%;
    }
}

/*/////////////////////////////////////////////*/





/*CONTACT US FORM*/
.col-12>#wpcf7-f4672-p21-o1 {
    padding-bottom: 20px;
}

#wpcf7-f4672-p21-o1 {
    width: 100%;
    margin-right: auto;
}

#wpcf7-f4672-p21-o1 label {
    margin-bottom: 2px;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 22px;
}

#wpcf7-f4672-p21-o1 input[type=submit] {
    background-color: var(--theme-primary);
    border-width: 2px;
    border: 3px solid var(--theme-primary);
    display: block;
    margin: 0 auto;
    BORDER-RADIUS: 8PX;

}


#wpcf7-f4672-p21-o1 input[type=submit]:hover {
    background-color: var(--theme-secondary);
    color: white;
    border: 3px solid var(--theme-secondary);
}

#wpcf7-f4672-p21-o1 input[type=text],
#wpcf7-f4672-p21-o1 input[type=email] {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 10px 24px;
    color: #555555;
    font-weight: bold;
}

#wpcf7-f4672-p21-o1 textarea {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 24px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#wpcf7-f4672-p21-o1 .contact-checkbox .wpcf7-list-item {
    margin: 0px;
}

#contact-page a {
    color: var(--theme-primary);
    border-bottom: none;
}

#contact-page a:hover {
    color: #3a3a3a;
    border-bottom: 2px solid var(--theme-secondary);
}

.cptch_span input {
    padding: 10px 5px !important;
}

/*///////////////////////////////////////////////////////////////////*/

#searchPage a {
    color: var(--theme-primary);
}

#searchPage a:hover {
    color: var(--theme-primary);
    border-color: var(--theme-primary);
}

#searchPage .pagination .next,
#searchPage .pagination .prev {
    margin: 0 0 0 0 !important;
}

#searchPage .pagination .nav-links {
    justify-content: center !important;
    margin: 0 auto !important;
}

#searchPage .pagination a {
    border-bottom: none !important;
}

.error404-content {
    margin-top: 10rem;
    margin-bottom: 6rem;
}

.error404-content .search-form .search-submit {
    background-color: var(--theme-primary) !important;
}

.error404-content .search-form .search-submit:hover {
    background-color: var(--theme-secondary) !important;
}

.partner-spotlight .partner-spotlight-container {
    background-color: var(--theme-primary);
    padding: 10px 30px;
    min-height: 100%;
    position: relative;
    border: 8px solid var(--theme-primary);
    border-radius: 16px;
    /*max-width: 350px;*/
}

.partner-spotlight .partner-spotlight-container:hover {
    border: 8px solid var(--theme-secondary);
}

.partner-spotlight img {
    width: 100%;
    height: 150px;
    margin: auto;
}

.partner-spotlight .partner-spotlight-container .region-name {
    font-size: 26px;
}

.partner-spotlight a {
    font-size: 30px;
}

.partner-spotlight .partner-spotlight-container .fas {
    color: var(--theme-secondary);
    font-size: 22px;
}


.partner-spotlight .partner-spotlight-container h3 {
    font-size: 4rem;
    line-height: 36px;
    margin-bottom: 8px;
}


.partner-spotlight .partner-spotlight-container hr,
.ta-page-block hr {
    margin: 2rem auto;
    width: 40%;
    height: 10px;
    border: 0;
    border-radius: 20px;
    box-shadow: inset 0 0px 0px 10px var(--theme-secondary);
}

.ta-page-btn:hover,
.ta-page-btn:active {
    background-color: transparent !important;
}

@media (max-width: 1200px) {
    .partner-spotlight .partner-spotlight-container {
        /* min-height: 350px;*/
    }

    .partner-spotlight .partner-spotlight-container h3 {
        line-height: normal;
    }

    .partner-spotlight a,
    .partner-spotlight .partner-spotlight-container .region-name {
        font-size: 20px;
    }
}


@media (min-width: 1100px) {
    .header-titles .site-logo {
        margin: 0rem 0 0 2.4rem;
    }

}

.facetwp-selections ul {
    margin: 0.5rem 0 0 0 !important;
}


.facetwp-selections {
    display: inline-block;
}

a.reset-button {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
}

a.reset-button:hover {
    border-bottom: 2px solid var(--theme-primary);
    font-weight: 700;
}


.btn:disabled {
    opacity: 1;
}

.search-card p {
    font-size: 22px !important;
}

.rc-alt {
    border: 2px solid #fff;
    color: var(--theme-primary);
    padding: 15px;
}

.rc-alt:hover,
.theme-bg-light .rc-alt:hover,
.rc-alt:focus,
.theme-bg-light .rc-alt:focus,
.rc-alt:focus-within,
.theme-bg-light .rc-alt:focus-within {
    border: 2px solid var(--theme-secondary);
    color: var(--theme-secondary) !important;
}

.rc-alt a {
    outline: none !important;
}

.theme-bg-light .rc-alt {
    border: 2px solid var(--theme-light);
}

#mapInfoBox {
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 16px;
}


.gm-style-iw.gm-style-iw-c {
    padding: 0px;
    background: var(--theme-primary);
}

.gm-style-iw-d {
    overflow: auto !important;
}

.gm-style .gm-style-iw-t::after {
    background: var(--theme-primary);
}

.answer-found {
    border: 2px solid var(--theme-primary) !important;
}

.entry-content {
    font-family: 'Source Sans Pro', sans-serif !important;
}

/*COOKIES*/
/* GDPR */



i.fas.fa-cookie-bite {
    font-size: 36px;
    color: var(--theme-primary);
}

.cookies-cm-window {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothingz: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2147483638;
    line-height: 1;
    width: 100%
}

.cookies-cm-link {
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    text-decoration: underline;
    transition-duration: 200ms;
    transition-property: color;
    transition-timing-function: ease-out
}

.cookies-cm-link:hover,
.cookies-cm-link:active {
    outline: none
}

.cookies-cm-link:focus {
    outline: none
}

.cookies-cm-toggle {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    margin: 0.25em 0;
    position: relative
}

.cookies-cm-toggle__label {
    margin: 0 0.5em
}

.cookies-cm-toggle__switch {
    color: transparent;
    line-height: 0;
    text-indent: -9999px;
    width: 40px;
    height: 18px;
    display: block;
    border-radius: 10px;
    position: relative;
    transition-duration: 200ms;
    transition-property: background-color;
    transition-timing-function: ease-out
}

.cookies-cm-toggle__switch:hover {
    cursor: pointer
}

.cookies-cm-toggle__switch::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: 2px 2px;
    width: 14px;
    height: 14px;
    border-radius: 9px;
    transform: translateX(0);
    transition-duration: 300ms;
    transition-property: transform left margin;
    transition-timing-function: ease-out
}

.cookies-cm-toggle__switch::after:active {
    width: 26px;
    transition-duration: 100ms
}

.cookies-cm-toggle__checkbox {
    height: 1px;
    width: 1px;
    margin: -1px;
    opacity: 0;
    position: absolute
}

.cookies-cm-toggle__checkbox:checked+.cookies-cm-toggle__switch::after {
    left: 100%;
    margin: 2px 2px 2px -2px;
    transform: translateX(-100%)
}

.cookies-cm-toggle__checkbox:disabled {
    cursor: default
}

.cookies-cm-toggle__checkbox:disabled+.cookies-cm-toggle__switch {
    cursor: default
}

.cookies-cm-disclosure {
    display: block;
    font-size: 0.8em;
    margin: 0 -1.5em 0.5em;
    padding: 0.5em 1.5em 0;
    border-bottom: none;
    padding-bottom: 0
}

.cookies-cm-disclosure--collapse {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1em
}

.cookies-cm-disclosure--empty,
.cookies-cm-disclosure--empty:not([open]) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0
}

.cookies-cm-disclosure__list {
    line-height: 1.25;
    list-style: none;
    margin: 0 -1.5em 0;
    padding: 1.25em 1.5em 1em;
    background-color: rgba(0, 0, 0, 0.1)
}

.cookies-cm-disclosure__list:empty {
    border: none;
    padding: 0 1.5em
}

.cookies-cm-disclosure__list:first-of-type {
    margin-top: 1em;
    padding: 1.25em 1.5em 1em
}

.cookies-cm-disclosure__list:first-of-type:empty {
    padding: 1.75em 1.5em 0.75em
}

.cookies-cm-disclosure__list:not(:first-of-type):not(:empty) {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.cookies-cm-disclosure__list:empty+.cookies-cm-disclosure__list:not(:empty) {
    border: none;
    padding: 0 1.5em
}

.cookies-cm-disclosure__list:not(:empty)~.cookies-cm-disclosure__list:empty+.cookies-cm-disclosure__list:not(:empty) {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.cookies-cm-disclosure .cookies-cm-item {
    line-height: 1.25
}

.cookies-cm-disclosure .cookies-cm-item:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 1em -1.25em 0;
    padding: 1em 1.25em 0
}

.cookies-cm-disclosure__toggle {
    cursor: pointer;
    display: block;
    line-height: 1.25;
    margin: 0 auto 0 0;
    outline: none;
    position: relative
}

.cookies-cm-disclosure__toggle:hover,
.cookies-cm-disclosure__toggle:active {
    outline: none
}

.cookies-cm-disclosure__toggle:focus {
    outline: none
}

.cookies-cm-disclosure--loading .cookies-cm-disclosure__list {
    height: 0;
    line-height: 0;
    max-height: 0
}

.cookies-cm-disclosure--loading .cookies-cm-disclosure__list>* {
    display: none
}

.cookies-cm-disclosure--loading .cookies-cm-disclosure__list::after {
    content: '';
    display: block;
    transform: translate(0, -50%);
    width: 1em;
    height: 1em;
    border-radius: 100%;
    -webkit-animation-name: cookies-load-scale;
    animation-name: cookies-load-scale;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}



.cookies-cm-disclosure--collapse .cookies-cm-disclosure__list::after {
    content: none
}

@-webkit-keyframes cookies-load-scale {
    0% {
        transform: translate(0, -50%) scale(0)
    }

    100% {
        transform: translate(0, -50%) scale(1);
        opacity: 0
    }
}

@keyframes cookies-load-scale {
    0% {
        transform: translate(0, -50%) scale(0)
    }

    100% {
        transform: translate(0, -50%) scale(1);
        opacity: 0
    }
}

.cookies-cm-widget {
    cursor: pointer;
    position: fixed;
    background: none;
    border: none;
    bottom: 12px;
    z-index: 2147483636;
    width: 40px;
    height: 40px;
    opacity: 0.9;
    outline: none;
    padding: 0;
    transition: transform 100ms linear 0s, opacity 400ms linear 0ms, visibility 0ms linear 0ms;
    visibility: visible
}

.cookies-cm-widget--position_right {
    left: 25px;
    bottom: 25px;
}

.cookies-cm-widget--position_left {
    left: 12px
}

.cookies-cm-widget:focus,
.cookies-cm-widget:hover {
    opacity: 1;
    transform: scale(1.1)
}



.cookies-cm-dialog {
    box-sizing: border-box;
    font-size: 1em;
    line-height: 1.25;
    align-items: center;
    position: fixed;
    z-index: 2147483637;
    padding: 1.5em;
    overflow: auto;
    transition-property: opacity, visibility;
    transition-duration: 700ms, 700ms;
    transition-delay: 0ms, 0ms;
    visibility: visible
}

.cookies-cm-dialog--type_bar {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    right: 0;
    left: 0
}


@media screen and (min-width: 768px) {
    .cookies-cm-dialog--type_bar {
        flex-direction: row
    }

}

.cookies-cm-dialog--type_box {
    width: calc(100vw - 2em);
    flex-direction: column;
    max-width: 20em;
    max-height: calc(100vh - 2em)
}

.cookies-cm-dialog__list {
    margin: 0.5em 0 0 0;
    padding: 0
}

.cookies-cm-dialog__list .cookies-cm-item {
    display: flex;
    margin-top: 0
}

.cookies-cm-dialog__list .cookies-cm-item:last-child {
    margin-bottom: 0
}

.cookies-cm-dialog__list .cookies-cm-toggle {
    flex-direction: row
}

.cookies-cm-dialog__list .cookies-cm-label {
    margin-left: 0.375em;
    white-space: nowrap
}

.cookies-cm-dialog__buttons {
    display: flex;
    flex-wrap: wrap
}

.cookies-cm-dialog--type_bar .cookies-cm-dialog__content {
    flex: 5;
    margin-bottom: 0.25em
}

.cookies-cm-dialog--type_box .cookies-cm-dialog__content {
    display: flex;
    flex-direction: column;
    flex-grow: 0.00001;
    transition: flex-grow 1000ms linear
}

.cookies-cm-dialog--type_bar .cookies-cm-dialog__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0.75em auto
}

@media screen and (min-width: 376px) {
    .cookies-cm-dialog--type_bar .cookies-cm-dialog__list {
        flex-direction: row
    }
}

@media screen and (min-width: 768px) {
    .cookies-cm-dialog--type_bar .cookies-cm-dialog__list {
        margin: 0.5em 0 0 auto
    }
}

.cookies-cm-dialog--type_bar .cookies-cm-dialog__list .cookies-cm-item {
    margin-right: 0.5em
}

.cookies-cm-dialog--type_bar .cookies-cm-dialog__list .cookies-cm-label {
    padding-top: 0
}

.cookies-cm-dialog--type_bar .cookies-cm-dialog__buttons {
    flex: 1;
    justify-content: flex-end;
    width: 100%;
    margin: 0
}

@media screen and (min-width: 768px) {
    .cookies-cm-dialog--type_bar .cookies-cm-dialog__buttons {
        width: auto;
        margin: 0 0 0 0.5em
    }
}

.cookies-cm-dialog--type_box .cookies-cm-dialog__buttons {
    margin: 0.5em 0 0 0
}

.cookies-cm-dialog--type_bar.cookies-cm-dialog--position_top {
    top: 0
}

.cookies-cm-dialog--type_bar.cookies-cm-dialog--position_bottom {
    bottom: 0
}

.cookies-cm-dialog--type_box.cookies-cm-dialog--position_top-left {
    top: 1em;
    left: 1em
}

.cookies-cm-dialog--type_box.cookies-cm-dialog--position_top-right {
    top: 1em;
    right: 1em
}

.cookies-cm-dialog--type_box.cookies-cm-dialog--position_bottom-left {
    bottom: 1em;
    left: 1em
}

.cookies-cm-dialog--type_box.cookies-cm-dialog--position_bottom-right {
    bottom: 1em;
    right: 1em
}

.cookies-cm-dialog--type_box.cookies-cm-dialog--position_center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.cookies-cm-storage-policy {
    display: inline-block;
    padding: 0 0.125em;
    text-transform: capitalize
}

.cookies-cm-info-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2147483638;
    transition-property: opacity, visibility;
    transition-duration: 200ms, 0ms;
    transition-delay: 0ms, 0ms;
    visibility: visible
}


.cookies-cm-info {
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    top: 0;
    /*right: 0;*/
    max-width: 18em;
    transition-property: transform;
    transition-duration: 400ms;
    padding: 1em 0.75em 0;
    box-shadow: 0 0 2px 2px #ccc;
    overflow-x: hidden;
    overflow-y: auto
}

.cookies-cm-info--position_left {
    left: 0;
    transform: translate(-100%, 0)
}

.cookies-cm-info--position_right {
    right: 0;
    transform: translate(100%, 0)
}

.cookies-cm-info--open {
    transform: translate(0, 0)
}

.cookies-cm-info__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.cookies-cm-drawer-item {
    margin: 0 0;
    padding: 0
}

.cookies-cm-description {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.375;
    margin: 0 0 1em 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #d0d0d0;
}

.cookies-cm-drawer-toggle .cookies-cm-label {
    font-size: 1em;
    margin: 0 auto 0 0
}

.cookies-cm-info-dialog-header {
    margin: 0;
}

.cookies-cm-info-dialog-header__header {
    font-size: 0.7em;
    margin: 0;
    padding: 0
}

.cookies-cm-info-dialog-header__description {
    font-size: 0.8em;
    line-height: 1.5;
    color: black;
    font-weight: 400;
}

.cookies-cm-close {
    cursor: pointer;
    float: right;
    text-decoration: none;
    border: none;
    padding: 0;
    transition: transform 200ms ease-out;
    transform: rotate(0deg);
    margin: 0;
    outline: none
}

.cookies-cm-close polygon {
    transition-property: fill;
    transition-duration: 200ms;
    transition-timing-function: ease-out
}

.cookies-cm-close:focus {
    transform: rotate(90deg)
}

.cookies-cm-close:hover {
    transform: rotate(90deg)
}

.cookies-cm-powered-by {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1em 0
}

.cookies-cm-powered-by__link {
    font-size: 0.625em;
    text-decoration: none
}

.cookies-cm-dialog {
    background: #252e39;
    color: #fff;
}

.cookies-cm-info-dialog {
    background: rgba(0, 0, 0, 0.45);
}

.cookies-cm-info {
    background: #fff;
    color: #000;
}

.cookies-cm-info-dialog-header__close>svg>polygon {
    fill: #000;
}

.cookies-cm-info-dialog-header__close:focus>svg>polygon {
    fill: #141414;
}

.cookies-cm-info-dialog-header__close:hover>svg>polygon {
    fill: #212121;
}

.cookies-cm-disclosure__list:first-of-type::after {
    background-color: var(--theme-primary);
}

.cookies-cm-disclosure__toggle {
    color: var(--theme-primary);
}

.cookies-cm-disclosure__toggle:hover,
.cookies-cm-disclosure__toggle:active {
    color: var(--theme-primary);
}

.cookies-cm-disclosure__toggle:focus {
    color: #7daae6;
}

.cookies-cm-close {
    background: #fff;
    color: #000;
}

.cookies-cm-link {
    color: var(--theme-primary);
}

.cookies-cm-link:hover,
.cookies-cm-link:active {
    color: var(--theme-primary);
}

.cookies-cm-link:focus {
    color: #7daae6;
}

.cookies-cm-toggle__switch {
    background-color: #dd1751;
}

.cookies-cm-toggle__switch::after {
    background-color: #ffffff;
}

.cookies-cm-toggle__checkbox:checked+.cookies-cm-toggle__switch {
    background-color: #37cd8f;
}

.cookies-cm-toggle__checkbox:checked+.cookies-cm-toggle__switch::after {
    background-color: #f4f4f4;
}

.cookies-cm-toggle__checkbox:hover+.cookies-cm-toggle__switch {
    background-color: #a2f78d;
}

.cookies-cm-toggle__checkbox:hover+.cookies-cm-toggle__switch::after {
    background-color: #fff;
}


.cookies-cm-toggle__checkbox:hover:checked+.cookies-cm-toggle__switch {
    background-color: #a2f78d;
}

.cookies-cm-toggle__checkbox:hover:checked+.cookies-cm-toggle__switch::after {
    background-color: #fff;
}

.cookies-cm-toggle__checkbox:disabled+.cookies-cm-toggle__switch,
.cookies-cm-toggle__checkbox:focus:disabled+.cookies-cm-toggle__switch,
.cookies-cm-toggle__checkbox:hover:disabled+.cookies-cm-toggle__switch {
    background-color: #928fbf;
}

.cookies-cm-toggle__checkbox:disabled+.cookies-cm-toggle__switch::after,
.cookies-cm-toggle__checkbox:focus:disabled+.cookies-cm-toggle__switch::after,
.cookies-cm-toggle__checkbox:hover:disabled+.cookies-cm-toggle__switch::after {
    background-color: #bfbfbf;
}

.cookies-cm-toggle__checkbox:disabled:checked+.cookies-cm-toggle__switch,
.cookies-cm-toggle__checkbox:disabled:checked:focus+.cookies-cm-toggle__switch,
.cookies-cm-toggle__checkbox:disabled:checked:hover+.cookies-cm-toggle__switch {
    background-color: #008d4f;
}

.cookies-cm-toggle__checkbox:disabled:checked+.cookies-cm-toggle__switch::after,
.cookies-cm-toggle__checkbox:disabled:checked:focus+.cookies-cm-toggle__switch::after,
.cookies-cm-toggle__checkbox:disabled:checked:hover+.cookies-cm-toggle__switch::after {
    background-color: #b4b4b4;
}

.cookies-save-btn {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 16px;
    background-color: var(--theme-primary);
    border: none;
    width: -webkit-fill-available;
    color: #fff;
}

.cookies-cm-cookie-disclosure {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.cookies-cm-disclosure .cookies-cm-item {
    line-height: 1.25;
}

.cookies-cm-cookie-disclosure__title {
    display: block;
    flex: 0 1 30%;
    clear: both;
    font-weight: bold;
}

.cookies-cm-cookie-disclosure__description {
    flex: 0 1 70%;
}


.tick-icon {
    display: block;
    position: absolute;
    right: 16.5px;
    top: 7px;
    color: #00ab1d;
}

.times-icon {
    position: absolute;
    right: 40.5px;
    top: 7px;
    color: #dd1751;
}

.hide {
    display: none !important;
}

.grecaptcha-badge {
    display: none !important;
}

.hero-section {
    min-height: 50vh !important;
}

.tbleSerial {
    padding: 8px 20px !important;
}

#topic-side-navbar .facetwp-facet-wei_report_type {
    font-size: 26px;
}

.program-section-row-border-left a {
    color: var(--theme-primary);
}

.program-section-row-border-left a:hover {
    outline: 2px solid var(--theme-secondary);
    outline-offset: 2px;
}

.tbleSerial {
    padding: 8px 20px 8px 12px !important;
}

.tbleTyp {
    padding: 8px 100px 8px 12px !important;
}

.tbleName {
    padding: 8px 100px 8px 12px !important;
}

.tbleWebsite {
    padding: 8px 250px 8px 12px !important;
}

.tbleCountry {
    padding: 8px 80px 8px 12px !important;
}

.tbleRegion {
    padding: 8px 80px 8px 12px !important;
}

.tbleContact {
    padding: 8px 180px 8px 12px !important;
}

.no-banner-section .container.hero-section-position {
    display: none;
}

.header-footer-group,
body:not(.overlay-header) #site-header .toggle,
.menu-modal .toggle {
    color: #fff !important;
    background: var(--theme-primary);
    padding: 4px;
    font-size: 24px;
}

#donateButton {
    border: 2px solid var(--theme-secondary);
}

.negative-mt {
    margin-top: -90px;
}

@media screen and (max-width: 997px) {
    .negative-mt {
        margin-top: 0px;
    }
}

button.facetwp-load-more {
    font-size: 22px;
    border-radius: 8px;
}

.partner-spotlight-container .position-absolute {
    text-align: center;
}

.qoutation-section hr {
    background: var(--theme-secondary);
    margin: 2.5rem 0;
    width: 40%;
    height: 8px;
    border: 0;
}


.home-default-styling h1 {
    text-align: center;
}

.home-default-styling p {
    text-align: center;
    font-size: 30px;
}

.home-default-styling {
    padding: 0 50px 20px;
}

/*#mapListSection {
    scroll-margin-top: 100px;
}*/

.-item__disclosure.cookies-cm-disclosure button {
    background: transparent;
    padding: 0px;
}

.publication-tiles p {
    font-size: 26px;
}

.publication-tiles {
    border-radius: 16px;
    border: 5px solid var(--theme-primary);
}

.publication-tiles:hover,
.publication-tiles:focus-within,
.publication-tiles:focus,
#topic-side-navbar .facetwp-checkbox:hover,
#topic-side-navbar .facetwp-checkbox:focus,
#topic-side-navbar .facetwp-checkbox:focus-within {
    border: 5px solid var(--theme-secondary);
}

.rc-alt p a {
    display: none !important;
}

.form-control:focus,
#wpcf7-f4672-p21-o1 input:focus,
#wpcf7-f4672-p21-o1 textarea:focus {
    box-shadow: none;
    outline: 2px solid var(--theme-secondary);
    outline-offset: 2px;
}

@media (min-width: 700px) {
    h2.entry-title {
        font-size: 6.4rem;
        line-height: 58px;
    }
}

.modal-menu .ancestor-wrapper {
    display: flex;
    justify-content: space-between;
    width: 75%;
    margin: auto;
}

.menu-modal button.sub-menu-toggle {
    color: var(--theme-secondary) !important;
    background: transparent !important;
    padding: 4px;
    font-size: 24px;
    border-left: none !important;
}

.modal-menu ul li a {
    /*color: var(--theme-secondary) !important;*/
    border-bottom: none;
}

ul.sub-menu.active {
    background: var(--theme-primary);
    width: 80%;
    margin: auto;
}

@media (max-width: 550px) {

    #theme-footer ul.primary-menu {
        justify-content: center;
        margin: 2rem 0 0 -1.6rem;
    }

    .partner-spotlight .partner-spotlight-container {
        /*min-height: 275px !important;*/
    }

    #theme-footer li.menu-item-has-children ul.sub-menu a {
        width: auto !important;
    }

    #theme-footer ul.sub-menu {
        width: 170px;
    }

    #theme-footer li.menu-item-has-children:hover>ul,
    #theme-footer li.menu-item-has-children:focus>ul,
    #theme-footer li.menu-item-has-children.focus>ul {
        right: -50px;
    }

    #newsLetter::placeholder {
        font-size: 15px;
    }

    .facetwp-facet.facetwp-facet-loadmore_pagination.facetwp-type-pager {
        margin-bottom: 0px !important;
    }

    .mission-section-btn {
        width: 80%;
    }

    button#downloadButton {
        font-size: 16px;
        width: 100%;
    }

    span.facetwp-input-wrap {
        width: 100%;
    }

    .map-list-btn button {
        width: 100%;
    }
}


.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    padding: 0 2rem;
}

@media (min-width: 700px) {
    .post-inner {
        padding-top: 4rem;
    }
}

@media (max-width: 880px) {
    .mission-section-btn {
        font-size: 18px !important;
    }
}



/* Hide the browser's default radio button */
#quiz-page input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmarkQuiz {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 2rem;
    width: 2rem;
    background-color: #fff;
    border-radius: 50%;
    z-index: 99;
    box-shadow: 0 0 0pt 2pt var(--theme-primary);
}

/* When the radio button is checked, add a blue background */
#quiz-page input:checked~.checkmarkQuiz {
    background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkQuiz:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
#quiz-page input:checked~.checkmarkQuiz:after {
    display: block;
}

/* Style the indicator (dot/circle) */
#quiz-page .checkmarkQuiz:after {
    top: 5px;
    left: 5px;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: var(--theme-primary);
}

.covid-take-action div {
    border-radius: 8px;
    min-height: 180px;
}

.facetwp-selection-label,
.facetwp-selection-value {
    font-size: 24px;
}

.vop-btn:hover {
    outline: none !important;
}

.language-custom-btn:hover,
.language-custom-btn:focus {
    background-color: var(--theme-secondary) !important;
}

/* New homepage slider styles */

#new_slider {
    padding: 30px 0 72px;
    margin: 0 0 30px;
}

#new_slider .flickity-prev-next-button {
    position: absolute;
    top: unset;
    left: unset;
    right: 0px;
    bottom: 0px;
    transform: unset;
    width: 42px;
    height: 42px;
    padding: 21px;
    background-color: var(--theme-secondary);
    color: #fff;
    transition: all 0.15s linear;
}

#new_slider .flickity-prev-next-button:hover {
    background: var(--theme-dark);
    color: var(--theme-secondary);
    outline: 2px solid var(--theme-secondary) !important;
    outline-offset: 2px !important;
}

#new_slider .flickity-prev-next-button.previous {
    right: 54px;
}

#new_slider .flickity-prev-next-button svg {
    width: 40%;
    height: 40%;
    left: 30%;
    top: 30%;
    z-index: 1;
    cursor: inherit;
    pointer-events: auto
}

#new_slider .flickity-page-dots {
    bottom: 12px;
    text-align: left;
    width: auto;
}

#new_slider .flickity-page-dots .dot {
    background: #fff;
    opacity: 1;
    transition: all 0.15s linear;
}

#new_slider .flickity-page-dots .dot:hover {
    outline: 2px solid var(--theme-secondary) !important;
    outline-offset: 2px !important;
}

#new_slider .flickity-page-dots .dot.is-selected {
    background: var(--theme-secondary);
}

#program-nav li {
    width: 100%;
}

#program-nav li a.active {
    border-bottom: 4px solid var(--theme-primary) !important;
}

article a.btn-primary {
    border-bottom: 3px solid var(--theme-primary) !important;
    color: var(--white) !important;
}

article a.btn-primary:hover {
    border-bottom: 3px solid var(--theme-secondary) !important;
    color: var(--theme-primary) !important;
}

.page-id-7844 main .hero-section {
    background-image: unset !important;
    background-color: var(--theme-light) !important;
}