body {
    overflow-x: hidden;
    font-family: 'Open Sans', 'Arial', sans-serif ;
}

body,
input,
textarea {
    line-height: 1.5em;
}

.footer p {
    font-size: 1rem;
    line-height: 1.5em;
}

p {
    padding: 0 0 1rem;
}

/* Edit style for link in the main content */
main a {
    font-size: 1.125rem !important;
}

main p a {
    font-size: 1.125rem !important;
    text-decoration: underline;
}

main#content section.full-width-content li {
    list-style: disc;
}

main#content section.full-width-content ul {
    margin-left: 30px;
}

/* PWA */
@media only screen and (max-width: 1000px) {
    #superpwa-iossafari-a2h-banner p {
        margin: 0 !important;
    }
}

.mejs-inner {
    position: initial;
}
.mejs-layers {
    position: absolute;
    width: 100%;
    height: 100%;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 4px;
    border: 4px solid #004A6A;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #004A6A transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    }
}

@media (min-width: 992px) {
    .col-lg-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}


.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 992px) {
    .container-xl {
        margin-right: 16.666667%;
        margin-left: 16.666667%;
        max-width: calc(100% - 33.333333%);
    }
}

/**************************************************
FONTS
*************************************************/
.proxima-nova-normal{
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700;
    font-style: normal;
}
.proxima-nova-bold-italic{
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700;
    font-style: italic;
}
.proxima-nova-regular{
    font-family: 'proxima-nova', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.proxima-nova-italic{
    font-family: 'proxima-nova', sans-serif;
    font-weight: 400;
    font-style: italic;
}
.proxima-nova-extra-condensed-bold-italic{
    font-family: 'proxima-nova-extra-condensed', sans-serif;
    font-weight: 700;
    font-style: italic;
}
.proxima-nova-extra-condensed{
    font-family: 'proxima-nova-extra-condensed', sans-serif;
    font-weight: 700;
    font-style: normal;
}
.proxima-nova-extra-condensned-bold-italic{
    font-family: 'proxima-nova-extra-condensed', sans-serif;
    font-weight: 700;
    font-style: italic;
}

.proxima-nova-extra-condensed-regular{
    font-family: 'proxima-nova-extra-condensed', sans-serif;
    font-weight: 700;
    font-style: normal;
}
.proxima-nova-condensed-bold{
    font-family: 'proxima-nova-condensed', sans-serif;
    font-weight: 700;
    font-style: normal;
}
.proxima-nova-condensned-bold-italic{
    font-family: 'proxima-nova-condensed', sans-serif;
    font-weight: 700;
    font-style: italic;
}
.proxima-nova-condensned-regular{
    font-family: 'proxima-nova-extra-condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.proxima-nova-condensned-italic{
    font-family: 'proxima-nova-condensed', sans-serif;
    font-weight: 400;
    font-style: italic;
}
/**************************************************                
HEADINGS
*************************************************/
h1, .h1 {
    font-size: 3.25rem !important;
    line-height: 1.5em;
    font-family: 'proxima nova', sans-serif;
    font-weight: 600;
} 

h2, .h2 {
    font-size: 2.5rem !important;
    line-height: 1.5em;
    font-weight: 600;
    font-family: 'proxima nova', sans-serif;
} 

h3, .h3 {
    font-size: 2rem !important;
    line-height: 1.5em;
    font-weight: 600;
    font-family: 'proxima nova', sans-serif;
}

h4, .h4 {
    font-size: 1.5rem !important;
}

h5, .h5 {
    font-size: 1.25rem !important;
} 

h6, .h6 {
    font-size: 1.125rem !important;
}

body p, main#content li{
    font-size: 1.25rem;
    line-height: 1.67em;
    font-family: 'Open Sans', 'Arial', sans-serif ;
}

/**************************************************                
COLORS
*************************************************/
.text-dark-blue {
    color: #004a6a;
}

.cl-dark-blue {
    background-color: #004a6a;
}

.cl-blue-grey {
    background-color: #356d86;
}

.cl-steel-blue {
    background-color: #5099ba;
}

.cl-pale-blue {
    background-color: #cae6ea;
}

.cl-white {
    background-color: #ffffff;
}

.cl-black {
    background-color: #000000;
}

.cl-orange {
    background-color: #ffb619;
}

.cl-pale-orange {
    background-color: #ffe1a0;
}

.cl-empty-orange {
    background-color: #ffefce;
}

/**************************************************                
BUTTONS + ACTION LINK STYLES
*************************************************/
.card-links {
    float: right;
    margin: 4rem 0;
}

a.action-link {
    color: #000000;
    font-weight: 600;
    font-size: 1.125rem;
    display: inline-flex;
    align-items: center;
}

a.action-link:focus,
a.action-link:hover,
a.action-link:active {
    outline: none;
    text-decoration: none !important;
    color: #004A6A;
}

.action-link:focus span,
.action-link:hover span,
.action-link:active span {
    text-decoration: underline !important;
}

.action-link:focus i::after,
.action-link:hover i::after,
.action-link:active i::after {
    background-color: #004A6A;
    padding: 10px;
    background-image: url(img/icon-arrow-right-white.svg);
}

.action-link i::after {
    content: "";
    margin-left: 10px;
    border: 2px solid #004A6A;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-image: url(img/icon-arrow-right-blue.svg);
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
}

a.left-arrow-icon {
    color: #000000;
    font-weight: 600;
    font-size: 1.125rem;
    display: inline-flex;
    align-items: center;
}

a.left-arrow-icon:focus,
a.left-arrow-icon:hover,
a.left-arrow-icon:active {
    outline: none;
    text-decoration: none !important;
    color: #004A6A;
}

.left-arrow-icon:focus span,
.left-arrow-icon:hover span,
.left-arrow-icon:active span {
    text-decoration: underline !important;
}

.left-arrow-icon:focus i::after,
.left-arrow-icon:hover i::after,
.left-arrow-icon:active i::after {
    background-color: #004A6A;
    padding: 10px;
    background-image: url(img/icon-arrow-right-white.svg);
}

.left-arrow-icon i::after {
    transform: rotate(180deg);
    content: "";
    margin-right: 10px;
    border: 2px solid #004A6A;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-image: url(img/icon-arrow-right-blue.svg);
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
}

.large-action-link{
    text-decoration: underline !important;
    color: #004A6A !important;
    padding: 0px 6px 5px 5px;
    font-size: 1.25rem;
}
.large-action-link:hover,
.large-action-link:active{
    color: #ffffff !important;
    text-decoration-color: #ffffff;
    background-color: #004A6A;
    padding: 0px 6px 5px 0px;
    font-size: 1.25rem;
}
.down-arrow::after{
    margin-left: 10px;
    border: 2px solid  #004A6A;
    border-radius: 50%;
    content: "";
    margin-left: 10px;
    border: 2px solid #004A6A;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid  #ffffff;
    transform: rotate(90deg);
    background-image: url(img/icon-arrow-right-blue.svg);
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    /* -webkit-transform: rotate(180deg); */
    /* -moz-transform: rotate(180deg); */
    /* -ms-transform: rotate(180deg); */
    /* -o-transform: rotate(180deg); */
    /* transform: rotate(180deg); */
}

.down-arrow-icon:hover::after,
.down-arrow-icon:active::after {
    background-color: #004A6A;
    background-image: url(img/icon-arrow-right-white.svg);
}

.up-arrow-icon{
    color: #ffffff !important;
    float: right;
    font-weight: 500;
    text-decoration: none !important;
    /* direction: rtl; */
    /* transform: translateY(-20px); */
    padding: 80px 0 20px;
    display: inline-flex;
    align-items: center;
}

.up-arrow-icon i::after{
    content: "";
    margin-left: 10px;
    border: 2px solid #004A6A;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid  #ffffff;
    transform: rotate(-90deg);
    background-image: url(img/icon-arrow-right-white.svg);
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
}

a.up-arrow-icon i::after:hover {
    text-decoration: none !important;
}

a.up-arrow-icon:hover span{
    text-decoration: underline;
}

a.up-arrow-icon:hover i::after,
a.up-arrow-icon:active i::after {
    background-color: #CAE6EA;
    padding: 10px;
    background-image: url(img/icon-arrow-right-blue.svg);
}

.black-white-button-small{
    border:2px solid #004A6A;
    height: 30px;
    width: 30px;
    padding: 2px 5px;
    content: "";
    background-image: url(css/img/blackWhite.png);
    background-position: center;
    background-repeat: no-repeat;
}
.black-white-button-small:hover,
.black-white-button-small:active{
    content: "";
    background-image: url(css/img/blackWhiteHover.png);
    background-position: center;
    background-repeat: no-repeat;
}

.follow-us-col {
    /* direction: rtl; */
}

.follow-us-col a {
    /* display: inline-block; */
}

.follow-us p{
    font-size: 1rem;
    margin-bottom: 0 !important;
    font-weight: 600;
    padding-bottom: 1.2rem;
}

.footer-flags-content {
    /* direction: rtl; */
}

.footer-flags {
    display: flex;
    margin: 0 0 1rem 0;
}

.footer-flags img {
    width: 70px;
    height: 50px;
    object-fit: cover;
}

.footer-flags-content p {
    margin-bottom:0;
}

.black-white-button{
    border: #004A6A;
    height: 50px;
    width: 50px;
    padding: 2px 5px;
    content: "";
    background-image: url(css/img/blackWhite.png);
    background-position: center;
    background-repeat: no-repeat;
}

.black-white-button:hover,
.black-white-button:active{
    content: "";
    background-image: url(css/img/blackWhiteHover.png);
    background-position: center;
    background-repeat: no-repeat;
}
.text-size-button{
    border: #004A6A;
    height: 50px;
    width: 50px;
    padding: 2px 5px;
    content: "";
    background-image: url(css/img/textText.png);
    background-position: center;
    background-repeat: no-repeat;
}
.text-size-button:hover,
.text-size-button:active{
    content: "";
    background-image: url(css/img/textTextHover.png);
    background-position: center;
    background-repeat: no-repeat;
}

.ghost-blue-btn{
    font-family: 'Open Sans', 'Arial', sans-serif ;
    font-weight: 600;
    border-radius: 20px;
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    padding: 5px 15px !important;
}

.ghost-blue-btn:hover,
.ghost-blue-btn:active{
    background-color: #cae6ea;
    color: #004a6a !important;
    text-decoration: underline !important;
    padding: 5px 15px !important;
}

.single .red-btn,
.single .green-btn,
.single .yellow-btn,
.single .blue-btn {
    margin-bottom: 1rem;    
}

.orange-btn {
    background-color: #ffb619;
    color: #000000;
    padding: 16px 40px;
    border: 2px solid #ffb619;
    border-radius: 30px;
    font-size: 1rem !important;
    line-height: 1em;
    font-weight: 600;
    font-size: 1.125rem;
    font-family: 'Open Sans', 'Arial', sans-serif;
    display: inline-block;
}

.orange-btn:hover,
.orange-btn:active{
    background-color: #004A6A;
    color: #ffffff !important;
    text-decoration: underline !important;
    text-decoration-color: #ffffff;
    border: 2px solid #004A6A;
}

.banner-container .orange-btn:hover,
.banner-container .orange-btn:active{
    background-color: #000;
    border: 2px solid #000;
}

.white-btn {
    background-color: #fff;
    color: #000000;
    padding: 16px 40px;
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: 1rem !important;
    line-height: 1em;
    font-weight: 600;
    font-size: 1.125rem;
    font-family: 'Open Sans', 'Arial', sans-serif;
    display: inline-block;
}

.white-btn:hover,
.white-btn:active{
    background-color: #ffb619;
    color: #ffffff !important;
    text-decoration: underline !important;
    text-decoration-color: #ffffff;
    border: 2px solid #ffb619;
}

.orange-btn-alt {
    background-color: transparent;
}


.blue-btn {
    background-color: #CAE6EA;
    color: #004A6A;
    border: 4px solid #004A6A;
    padding: 24px 48px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.125rem;
    font-family: 'Open Sans', 'Arial', sans-serif;
    display: inline-block;
    padding: 16px 40px;
    line-height: 1rem;
    border-radius: 30px;
    border-color: #CAE6EA;
}

.blue-btn:hover,
.blue-btn:active{
    background-color: #004A6A;
    color: #ffffff !important;
    text-decoration: underline !important;
    text-decoration-color: #ffffff;
    border: 4px solid #004A6A;
}

.yellow-btn {
    background-color: rgb(255 239 206);
    color: #004A6A;
    border: 4px solid rgb(239 163 0);
    padding: 24px 48px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.125rem;
    font-family: 'Open Sans','Arial',sans-serif;
    display: inline-block;
}

.yellow-btn:hover {
    background: rgb(239 163 0);
    color: rgb(255 255 255);
    border-color: rgb(239 163 0);
    color: #ffffff !important;
    text-decoration: underline !important;
    text-decoration-color: #ffffff;
}

.green-btn {
    background-color: rgb(205 255 216);
    color: rgb(86 179 107);
    border: 4px solid rgb(86 179 107);
    padding: 24px 48px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.125rem;
    font-family: 'Open Sans','Arial',sans-serif;
    display: inline-block;
}

.green-btn:hover {
    background: rgb(86 179 107);
    color: rgb(255 255 255);
    border-color: rgb(86 179 107);
    color: #ffffff !important;
    text-decoration: underline !important;
    text-decoration-color: #ffffff;
}

.red-btn {
    background-color: rgb(251 190 196);
    color: rgb(225 37 55);
    border: 4px solid rgb(225 37 55);
    padding: 24px 48px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.125rem;
    font-family: 'Open Sans','Arial',sans-serif;
    display: inline-block;
}

.red-btn:hover {
    background: rgb(225 37 55);
    color: rgb(255 255 255);
    border-color: rgb(225 37 55);
    color: #ffffff !important;
    text-decoration: underline !important;
    text-decoration-color: #ffffff;
}

.light-blue-card{
    display: inline-block;
    background-color: #CAE6EA;
    height: 180px;
    width: 100%;
    padding: 0.8rem;
    border-radius: 30px;
    color: #004A6A;
    border: 4px solid #004A6A;
    position: relative;
    /* -webkit-transform: rotate(180deg); */
    /* -moz-transform: rotate(180deg); */
    /* -ms-transform: rotate(180deg); */
    /* -o-transform: rotate(180deg); */
    /* transform: rotate(180deg); */
}

.light-blue-card::after{
    content: "";
    width: 16px;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background-image: url(img/icon-arrow-right-blue.svg);
    height: 16px;
    display: block;
}

.light-blue-card:hover{
    background: none;
    background-color: #356D86;
    color: #ffffff !important;
    border: 4px solid transparent;
    text-decoration: underline !important;
}

.light-blue-card:hover::after{
    background-image: url(img/icon-arrow-right-white.svg);
}

.blue-yellow-card{
    display: block;
    background: rgb(0,74,106);
    background: linear-gradient(180deg, rgba(0,74,106,1) 70%, rgba(255,182,25,1) 70%);
    height: 200px;
    width: 100%;
    padding: 1.25rem;
    border-radius: 30px;
    border-collapse: collapse;
    color: #ffffff !important;
    border: 3px solid #004A6A;
    position: relative;
    margin: 0 auto;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5em;
}

.blue-yellow-card i::after{
    content: "";
    width: 16px;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background-image: url(img/icon-arrow-right-black.svg);
    height: 16px;
    display: block;
    /* -webkit-transform: rotate(180deg); */
    /* -moz-transform: rotate(180deg); */
    /* -ms-transform: rotate(180deg); */
    /* -o-transform: rotate(180deg); */
    /* transform: rotate(180deg); */
}

.blue-yellow-card:focus,
.blue-yellow-card:hover{
    background: none;
    background-color: #356D86;
    color: #ffffff;
    border-color: transparent;
    text-decoration: underline !important;
}

.blue-yellow-card:focus i::after,
.blue-yellow-card:hover i::after{
    background-image: url(img/icon-arrow-right-white.svg);
}

.light-blue-card:active,
.blue-yellow-card:active{
    background-color: #004A6A;
    color: #ffffff;
}


.card-icon {
    display: flex;
    /* height: 120px; */
    width: 100%;
    border-collapse: collapse;
    color: #000!important;
    position: relative;
    margin: 0 auto;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5em;
    align-items: center;
}

.card-icon--icon {
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
    padding: 1rem;
    background-color: #004a6a;
    margin-right: 20px;
}

.card-icon--icon img{
    filter: brightness(0) invert(1);
    object-fit: contain;
    position: relative;
    width: 48px;
    height: 48px;
}

.card-icon--text {
    width: 100%;
}
.card-icon i {
    margin-left:1rem;
}
.card-icon i::after{
    content: "";
    width: 16px;
    /* position: absolute;
    bottom: 1rem;
    right: 1rem; */
    background-image: url(img/icon-arrow-right-black.svg);
    height: 16px;
    display: block;
}
.card-icon .learn-more {
    color: #000;
    margin-top: 0.5rem;
    /* height: auto; */
    font-weight: 400;
    display: inline-flex;
    /* justify-content: space-between; */
    width: 100%;
    align-items: center;
}

/**************************************************                
CONTACT US FORM STYLES
*************************************************/
.wpcf7-form-control-wrap {
    margin-bottom: 15px;
    display: block;
}

.wpcf7-not-valid-tip {
    color: #DD0000;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.custom-form {
    /* direction:RTL; */
    background-color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 3px solid #000000;
    outline: 0;
    outline-offset: 0;
}

input.custom-form {
    height: 50px;
}

.custom-form .wpcf7 input[type=url], 
.custom-form .wpcf7 input[type=email], 
.custom-form .wpcf7 input[type=tel],
.wpcf7 input[type=url].custom-form , 
.wpcf7 input[type=email].custom-form , 
.wpcf7 input[type=tel].custom-form  {
    /* direction: RTL; */
}

.wpcf7-not-valid-tip .error-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-image: url(img/icon-exclamation.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    margin-right: 13px;
}

.custom-form:focus {
    border-color: #004A6A;
}

.custom-form.wpcf7-not-valid {
    border-color: #DD0000;
}

.custom-form-col label {
    padding: 0;
    font-weight: 500;
}

.custom-form-btn {
    border: 2px solid black;
    border-radius: 30px;
    background-color: #FDB927;
    color: #000000;
    font-weight: 500;
}

.custom-form-btn:hover,
.custom-form-btn:focus,
.custom-form-btn:active{
    background-color: #004A6A;
    color: #ffffff;
    border: 2px solid #004A6A;
    text-decoration: underline !important;
    outline: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 0 1em;
}

/**************************************************                
ICONS
*************************************************/

.facebook-icon, .twitter-icon {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-right: 15px;
}

.twitter-icon span::after,
.facebook-icon span::after{
    content: "";
    border: 2px solid  #004A6A;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
}

.facebook-icon span::after{
    background-image: url(img/icon-fb-blue.svg);
}

.twitter-icon span::after{
    background-image: url(img/logo-x.svg);
}

.twitter-icon:hover span::after,
.twitter-icon:hover span::after,
.facebook-icon:hover span::after,
.facebook-icon:active span::after {
    background-color:  #004A6A;
    border-color: transparent;
}

.facebook-icon:hover span::after{
    background-image: url(img/icon-fb-white.svg);
}

.twitter-icon:hover span::after{
    background-image: url(img/logo-x-white.svg);
}

.fa-twitter::before {
    content:none;
}
.fa-twitter {
    display: block;
    width: 18px;
    height: 18px;
    position: relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(img/logo-x.svg);
    z-index: 1;
}
.share_icon:hover .fa-twitter{
    background-image: url(img/logo-x-white.svg);

}
/**************************************************                
MAIN NAV - TOP - BOTTOM
*************************************************/
.header-skip-link__link:focus:hover {
    background-color: #356D86;
    color: #fff;
    font-weight: 600;
}

.header-skip-link__link:before {
    display: block;
    content: attr(data-title);
    font-weight: 600;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font-size: 1.125rem;
}

.header-skip-link__link:active, .header-skip-link__link:focus {
    outline: 3px solid #3F8FFF;
    outline-offset: 2px;
    top: 1rem;
    left: 1rem;
    padding: 24px;
    padding: 1.5rem;
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: absolute;
    width: auto;
    color: #000;
    background-color: #CAE6EA;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    z-index: 600;
}

.header-skip-link__link {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    text-align: center;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

header .main-nav-top,
header .main-nav-bottom {
    padding-right: calc(2rem + 30px);
    padding-left: calc(2rem + 30px);
}

.main-nav-top{
    list-style: none;
    text-decoration: none;
}

.main-nav-bottom{
    list-style: none;
    text-decoration: none;
    justify-content: center;
}

header .main-nav-bottom {
    /* border-bottom: 8px solid #5099BA; */
}
header .menu-header-menu-container {
    width: 100%;
}
/* Fix header navigation bar */
header .navbar-nav {
    justify-content: space-between;
    flex-wrap: wrap;
}

header .navbar-expand .navbar-nav .nav-link {
    padding: 12px 32px;
}

header .navbar-link {
    color: #004a6a;
}

.navbar-brand {
    margin-left: .5rem;
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.navbar-brand:focus {
    outline-color: #3F8FFF
}

.footer-link,
.navbar-link {    
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
}

.footer-link--globe{
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 400;
    color: #212529;
}

.footer-link:hover,
.footer-link:hover span,
.footer-link:active span,
.navbar-link:hover,
.navbar-link:hover span,
.navbar-link:active span{
    color: #FFB619;
    text-decoration: underline;
}

.footer-link--globe:hover {
    color: #004A6A;
}
.footer-link--globe:hover,
.footer-link--globe:hover span,
.footer-link--globe:active span {
    color: #004A6A;
}

.nav-icon {
    display: block;
    width: 2rem;
    height: 2rem;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 1rem;
}

.nav-icon--small{
    width: 1.5rem;
    height: 1.5rem;
}

.nav-icon--small.fas {
    font-size: 1.5rem;
}

.navbar-link--globe {
    font-family: 'Open Sans', 'Arial', sans-serif ;
    font-weight: 600;
}

.footer-icon--globe{
    display: block;
    background-image: url(img/icon-globe.svg);
}

.nav-icon--globe{
    display: block;
    background-image: url(img/icon-globe.svg);
    filter: invert(18%) sepia(37%) saturate(3588%) hue-rotate(174deg) brightness(97%) contrast(103%);
}

.footer-link--globe:hover .footer-icon--globe,
.footer-link--globe:active .footer-icon--globe{
    background-image: url(img/icon-globe.svg);
    filter: invert(18%) sepia(37%) saturate(3588%) hue-rotate(174deg) brightness(97%) contrast(103%);
}

.navbar-link--globe:hover .nav-icon--globe,
.navbar-link--globe:active .nav-icon--globe {
    background-image: url(img/icon-globe.svg);
    filter: invert(83%) sepia(27%) saturate(3874%) hue-rotate(344deg) brightness(102%) contrast(101%);
}

/* 
.nav-icon--glass {
    background-image: url(img/magnifying-glass-black.png);
} 
*/
.nav-icon--glass:after {
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 1.5rem;
}

/* .navbar-link--glass:hover .nav-icon--glass,
.navbar-link--glass:active  .nav-icon--glass{
    background-image: url(img/magnifying-glass-yellow.png);
} */

.navbar-link--glass:hover,
.navbar-link--glass:active {
    text-decoration: none;
}

.navbar-link--glass:hover .nav-icon--glass,
.navbar-link--glass:active  .nav-icon--glass{
    /* background-image: url(img/magnifying-glass-yellow.png); */
}

ul.mega-sub-menu {
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.4) !important;
}

#mega-menu-wrap-primary {
    font-family: 'proxima nova', sans-serif;
}

#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
    padding-bottom: 1rem !important;
}

#mega-menu-wrap-primary .widget_text  h4.mega-block-title {
    padding-bottom: 1rem !important;
}

#mega-menu-wrap-primary .widget_media_image {
    display: inline-flex !important;
    flex-direction: column-reverse;
    border-radius: 1rem !important;
    width: 90%!important;
    overflow: hidden !important;
}

#mega-menu-wrap-primary .widget_media_image:not(:last-child) {
    margin-bottom: 2rem !important;
}

#mega-menu-wrap-primary .widget_media_image a {
    padding: 0 !important;
    border: 0 !important;
}

#mega-menu-wrap-primary .widget_media_image  h4.mega-block-title {
    padding: 1rem 1.5rem !important;
    color: #000 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    background: #ffb619 !important;
}

#mega-menu-wrap-primary .widget_media_image a:hover h4.mega-block-title {
    text-decoration: none;
    color: #fff !important;
    background: #004a6a !important;
}


#mega-menu-wrap-primary .widget_media_image  h4.mega-block-title:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background-image: url(img/icon-arrow-right-black.svg);
    background-repeat: no-repeat;
    display: block;
}

#mega-menu-wrap-primary .widget_media_image a:hover h4.mega-block-title:after {
    background-image: url(img/icon-arrow-right-white.svg);
}

#mega-menu-wrap-primary #mega-menu-primary img {
    width: 100%;
    height: 200px !important;
    max-height: 190px;
    object-fit: cover;
}

#mega-menu-wrap-primary .mega-menu-description {
    display: none !important;
}

.main-nav-bottom li a {
    font-family: 'Open Sans', 'Arial', sans-serif ;
    padding: 0.2rem !important;
    font-weight: 400;
    color: #004a6a;
    font-size: 1rem;
    border: 1px solid transparent;
    /* transition: border-bottom 0.2s; */
    outline: none;
}

/* Current page item link style */
#menu-header-menu > li > a {
    position: relative;
    text-align: center;
}

#menu-header-menu > li > a:after {
    content: '';
    height: 6px;
    background-color: transparent;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
}

#menu-header-menu > li.current_page_item > a:after {
    background-color: #004a6a;
}

/* Add title to the background to avoid width shifted when weight changes */
#menu-header-menu > li > a:before {
    display: block;
    content: attr(data-title);
    font-weight: 600;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font-size: 1.125rem;
}

header .main-nav-bottom ul.navbar-nav > li > a {
    margin-right: 5rem;
}

header .main-nav-bottom ul.navbar-nav > li:first-child > a {
    margin-left: 0;
}

header .main-nav-bottom ul.navbar-nav > li:last-child > a {
    margin-right: 0;
}

.footer .main-nav-bottom ul.navbar-nav > li > a {
    /* margin-right: 5rem; */
    margin-right: 0rem;
    margin-left: 0rem;
    margin-bottom: .5rem;
    display: block;
}

header .main-nav-bottom ul.navbar-nav > li:last-child > a {
    margin-right: 0;
}

header .main-nav-bottom .navbar-nav > li > a {
    margin-bottom: 1rem;
    border: 3px solid transparent;
}

.main-nav-bottom li.show > a,
.main-nav-bottom li a:hover,
.main-nav-bottom li a:active {
    color: #004A6A;
    text-decoration: underline;
    text-decoration-color: #004A6A;
    border-radius: 5px;
    font-weight: 600;
}

.main-nav-bottom li a:focus {
    color: #004A6A;
    text-decoration: underline;
    text-decoration-color: #004A6A;
    border-radius: 5px;
    font-weight: 600;
    border-color: #004A6A !important;
}

.nav-blue{
    background-color: black;
}

.nav-bar-icon{
    width: 30px;
    height: 30px;
    margin-left: 15px;
}

.main-nav-bottom--brand {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    display: flex;
    padding: 1rem;
    align-items: center;
    /* flex-direction: row-reverse; */
}

.nav-icon--close {
    margin: 0 auto !important;
    font-size: 2rem !important;
    width: 2rem !important;
    height: 2rem !important;
    text-align: center;
}

.main-nav-bottom--close { color: #004a6a; }

.main-nav-bottom--close:hover {
    color: #FFB619;
}

.main-nav-bottom li a.dropdown-item{
    padding: 1rem 1rem 1.1rem 1rem !important;
}

a.dropdown-item:hover,
a.dropdown-item:active, 
a.dropdown-item:focus {
    background-color: #356D86;
    text-decoration: underline !important;
    border-radius: 0 !important;
    color: #ffffff !important;
}

.dropdown-toggle::after {
    border: 0px;
    margin: 0;
}

/* blue line div in the header */
.under-line{
    height: 5px;
}


/* controls nav drop down styles */
.dropdown-menu.show {
    margin-top: 0;
    border: 3px solid #004A6A;
    border-top: 0;
    border-radius: 0%;
    padding: 0 !important;
}

.sf-menu .dropdown-menu {
    margin-top: 0;
    border: 3px solid transparent;
    border-top: 0;
    border-radius: 0%;
    padding: 0 !important;
    left: 50%;
    transform: translateX(-50%);
}

/* the last menu doesn't has margin right  */
.sf-menu li:last-child .dropdown-menu {
    left: calc(50% + 1rem);
}

@media only screen and (min-width: 992px) {
    header .sf-menu .dropdown-menu:before {
        content: "";
        width: calc(100% + 8px);
        height: 8px;
        display: block;
        background-color: #ffffff;
        transform: translateX(-4px);
    }
}
/**************************************************                
FOOTER STYLES
*************************************************/

.footer .row:last-child {
    margin-bottom: 0;
}

.navbar-footer{
    padding: .5rem 0rem;
}

.navbar-expand-lg .navbar-nav .nav-link a.nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.footer-gradient {
    margin-bottom: -125px;
    overflow: hidden;
}

.footer-gradient::before{
    content: "";
    display: block;
    border-radius: 55% / 50%;
    background-color: #5099BA;
    height: 250px;
    transform: translateX(-5%);
    position: absolute;
    width: 110%;
}

.footer-gradient::after{
    content: "";
    display: block;
    background-color: #D4EBEE;
    border-radius: 55% / 50%;
    height: 250px;
    width: 110%;
    transform: translate(-5%, 5%);
}

.footer{
    background-color: #D4EBEE;
    padding: 2.5rem 2rem;
}

hr.footer-separater {
    border-top: 2px solid #5099ba;
}

.footer.copy-right {
    padding: 1rem 2rem;
    background-color: #004a6a;
}

.footer.copy-right *, 
.footer.copy-right .copyright a {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}

.footer.copy-right .copyright a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer .navbar-title {
    padding: 0.2rem;
    font-weight: 700;
    color: #004a6a;
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer .navbar-nav.navbar-two-col {
    flex-direction: row;
    flex-wrap: wrap;
}

.navbar-two-col li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.footer .main-nav-bottom li a {
    font-weight: 400;
    border-width: 0 !important;
}

.footer .main-nav-bottom li a:hover, 
.footer .main-nav-bottom li a:active, 
.footer .main-nav-bottom li a:focus {
    border-width: 0 !important;
}

.margin-right{
    margin-right: 20px;
}

.footer-icons{
    margin: 0;
}

.global-language{
    margin: 15px 0px;
}

img.globe-img {
    margin-right: 15px;
}

/**************************************************                
ACCORDION STYLES
*************************************************/

.accordion-header{
    background-color: #CAE6EA;
    padding: 0.25rem 1.25rem;
    margin-bottom: 0;
    /* border-bottom: 1px solid rgba(0,0,0,.125); */
}

.accordion-header .btn-link {
    color: #000000;
    text-decoration: none !important;
    font-weight: 500;
    width: 100%;
    position:relative;
}

.accordion-header .btn-link span.icon-chevron::before{
    content: "\f078";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 25%;
    right: 2%;
}
/* 
div.accordion-header:focus-within {
    background-color: #004A6A;
} */

.accordion-header .btn-link:hover span.icon-chevron::before{
    color: #ffffff;
}

.accordion-header .btn-link[aria-expanded="true"] span.icon-chevron::before{
    content: "\f077";
    /* color: #ffffff; */
}

.accordion-header:hover{
    background-color: #004A6A;
}

.accordion-header .btn-link:hover {
    color: #ffffff;
    text-decoration: underline !important;
} 

.accordion .row:last-child {
    margin-bottom: 20px;
}

.accordion-header .btn-link {
    white-space: normal;
    text-align: left;
    padding: .5rem 1rem;
}

/* .card-body {
    background-color: #E8EEF0;
} */

.accordion-card {
    margin-bottom: 15px;
    border-radius: 30px;
    overflow: hidden;
}

.accordion-card p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.accordion-category-header {
    margin-bottom: 25px;
}

/**************************************************                
CIRCLE STYLES
*************************************************/
.circleBase {
    border-radius: 50%;
}

.type1 {
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: yellow;
    border: 3px solid red;
}

.type2 {
    width: 50px;
    height: 50px;
    background: #ccc;
    border: 3px solid #000;
}

.type3 {
    width: 500px;
    height: 500px;
    background: #004a6ab9;
    position: absolute;
    width: 500px;
    height: 500px;
    transform: translate(-50%, -50%);
    top: 75%;
    left: 100%;
    z-index: -1;
}
.type4 {
    width: 300px;
    height: 300px;
    background: #004A6A;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 193%;
    left: 90%;
    z-index: -1;
}
.type4::after{
    content: "";
    display: block;
    background-image: url(circles/smallLightCircle.png);
    width: 250px;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    transform: translate(-10%, -25%);
    top: 20%;
    left: -35%;
    z-index: -10;
    border-radius: 50%;
}
/* .type5 {
    height: 110px;
    background: #cae6eab8;
    position: absolute;
    width: 110px;
    transform: translate(90%, -50%);
    top: 190%;
    left: 53%;
    z-index: -1;
} */

.type7{
    width: 238px;
    height: 238px;
    background: #FFEFCE;
    position: absolute;
    transform: translate(-135%, 30%);
    top: 25%;
    left: -65%;
    z-index: -10;
}
.type7::after{
    content: "";
    display: block;
    background-image: url(circles/smallOrangeCircle.png);
    width: 117px;
    height: 117px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    transform: translate(-8%, -45%);
    top: 55%;
    left: 80%;
    z-index: -10;
    border-radius: 50%;
}
.type8{
    width: 427px;
    height: 427px;
    background: #92B2BF;
    position: absolute;
    transform: translate(155%, 30%);
    top: 65%;
    left: 100%;
    border-radius: 50%;
    z-index: -10;
}
.type8::after{
    content: "";
    display: block;
    background-image: url(circles/lightBlueCircle.png);
    width: 253px;
    height: 253px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    transform: translate(-50%, -90%);
    top: 20%;
    left: 18%;
    z-index: -10;
    border-radius: 50%;
}
.type9{
    width: 238px;
    height: 238px;
    background: #FFEFCE;
    position: absolute;
    transform: translate(-135%, 30%);
    top: 25%;
    left: -65%;
    z-index: -10;
}
.type9::after{
    content: "";
    display: block;
    background-image: url(circles/smallOrangeCircle.png);
    width: 117px;
    height: 117px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    transform: translate(-8%, -45%);
    top: 55%;
    left: 80%;
    z-index: -10;
    border-radius: 50%;
}
.type10{
    width: 427px;
    height: 427px;
    background: #92B2BF;
    position: absolute;
    top: -6%;
    border-radius: 50%;
    z-index: -10;
    right: 0;
    transform: translateX(40%);
}
.type10::after{
    content: "";
    display: block;
    background-image: url(circles/lightBlueCircle.png);
    width: 16rem;
    height: 16rem;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 51%;
    z-index: -10;
    border-radius: 50%;
    transform: translateX(-50%);
    left: 0%;
}

.type11 {
    content: "";
    display: block;
    background-color: #FFE3A7;
    width: 182px;
    height: 182px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    z-index: -10;
    border-radius: 50%;
    left: 0%;
}

.circle-img{
    background-image: url(img/lady-in-wheelchair.png) ;
    width: 500px;
    height: 500px;
    background-size: cover;
    background-position: center;
}

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

.banner-img-container .circle{
    content: "";
    display: block;
    background-color: #f0f0f0;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    z-index: -20;
    opacity: 0.77;
}

.banner-img-container .circle--yellow {
    background-color: #FFE3A7;
}

.banner-img-container .circle--light-blue {
    background-color: #CAE6EA;
}

.banner-img-container .circle--dark-blue {
    background-color: #004A6A;
}

.banner-section .banner-img-container .circle--yellow {
    width: 182px;
    height: 182px;
    top: 24px;
    left: -66px;
}

.banner-section .banner-img-container .circle--light-blue {
    width: 253px;
    height: 253px;
    top: 117px;
    right: -80px;
}

.banner-section .banner-img-container .circle--dark-blue {
    width: 427px;
    height: 427px;
    top: -97px;
    right: -355px;
    z-index: -21;
}

.heading-with-img .banner-img-container .circle--yellow {
    width: 160px;
    height: 160px;
    right: -40px;
    top: -80px;
    background-color: #fff7e6;
}

.heading-with-img .banner-img-container .circle--little-yellow {
    width: 60px;
    height: 60px;
    right: 60px;
    top: 20px;
    background-color: #ffe7b3;
}

.heading-with-img .banner-img-container .circle--light-blue {
    width: 519px;
    height: 519px;
    top: -83px;
    left: -291px;
}

.heading-with-img .banner-img-container .circle--dark-blue {
    width: 197px;
    height: 197px;
    top: 41px;
    right: -41px;
}

.resource-cards .banner-img-container .circle {
    width: 800px;
    height: 800px;
    background-color: #fff7e6;
    bottom: -200px;
    right: calc(-17% - 300px);
}

@media only screen and (max-width: 992px){
    .resource-cards .banner-img-container .circle {
        right: -200px;  
    }
}
.square-image {
    position: relative;
    padding-bottom: 60%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.heading-with-img .square-image {
    border-radius: 0 1rem 1rem 0;
}

.banner-container .square-image {
    border-radius: 0;
    padding-bottom: 0;
    height: calc(100% + 10rem);
    position: absolute;
    bottom: -5rem;
    right: -2rem;
    width: clamp(60%, 1000px, 10%);
    background-position: right bottom;
    background-size: contain;
    z-index: 1;
}

.back-to-top--img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -20;
    width: 100%;
    height: 100%;
}

.back-to-top--img .circle {
    content: "";
    display: block;
    background-color: #f0f0f0;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    z-index: -20;
}

.back-to-top--img .circle.circle--light-blue {
    background-color: #CAE6EA;
    width: 109px;
    height: 109px;
    bottom: 0;
    z-index: -19;
    transform: translate(0, 40%);
    opacity: 0.77;
    right: 180px;
}

.back-to-top--img .circle.circle--dark-blue {
    background-color: #004A6A;
    width: 300px;
    height: 300px;
    transform: translate(28%, 55%);
    bottom: 0;
    right: 20px;
}

/**************************************************                
REUSABLE SECTIONS + STYLES
*************************************************/
.flexible-col{
    margin: 60px 0px;
}
.row:last-child {
    margin-bottom: 50px;
}
.extra-margin{
    margin-top: 13px;
}
.extra-margin-bottom{
    margin-bottom: 20px;
}
.full-width-img img{
    max-width: 100%;
    display: block;
    height: auto;
    width: 100%;
}

.page-heading-section .background-image-col {
    background-image:none !important;
}

section.page-heading-section-2,
.banner-height{
    min-height: 150px;
    height: 10vh;
}

.center-item{
    display: flex;
    align-items: center;
}

.banner-background-image{
    display: block;
    height: auto;
    width: 100%;
    max-height: 500px;
}
.no-padding{
    padding: 0 !important;
}

.circular-image {
    border-radius: 50%;
}

/* .square-image{
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}

.square-image img{
    position:absolute;
    border-radius: 50%;
    object-fit: cover;
    max-width: 500px;
    max-height: 500px;
} */

.custom-margin-right {
    margin-right: 16%;
}

/**************************************************                
MAIN BANNER SECTION
*************************************************/
.banner-section h2 {
    display: block;
    text-align: center;
    padding-top: 2rem;
}

.banner-container {
    margin-top: 1rem;
    background-color: #004a6a;
    border-radius: 1rem;
    padding: 5rem;
    width: calc(100% - 8rem);
}

.banner-container * {
    color: #fff;
}

.page-heading-img img {
    width: 50%;
    max-height: 500px;
    height: auto;
}
.background-image-col{
    background-position: center;
    background-repeat: no-repeat;
    min-height: 150px;
    height: 10vh;
    background-size: cover;
}

/**************************************************                
PAGE BANNER SECTION + PAGE ELEMENTS
*************************************************/
.page-heading-section .col-sm-12:last-child,
.page-heading-section-2 .col-12:last-child {
    /* direction: rtl; */
}

.page-heading-title-2 h2,
.page-heading-title h2,
.page-heading-title-2 .h2,
.page-heading-title .h2 {
    margin-bottom: 0;
    color: #ffffff;
    text-align: left;
}

.page-heading-title-2 .h2,
.page-heading-title-2 h2 {
    margin-top: 80px;
}

img.large-image {
    width: 100%;
    margin: 15px 0;
}
/**************************************************                
BREADCRUMB AND PRINT BUTTON SECTION
*************************************************/

.page-border-bottom{
    border-bottom: 1px solid #9B9B9B
}

/**************************************************                
BACK TO TOP SECTION
*************************************************/
section.back-to-top {
    /* transform: translateY(120%);
    margin-top: -80px; */
}
/* ---------------------------------------------------------------------------------------------------------- 
MOBILE NAVIGATION ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.mobile-nav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #CAE6EA;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.close-btn{
    color: #000000;
}

.close-btn a,
.mobile-nav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1.5rem;
    color: #000000;
    display: block;
    transition: 0.3s;
}
.close-btn a:hover,
.mobile-nav a:hover {
    color: #004A6A;
    text-decoration:underline;
}

.mobile-nav .close-btn {
    position: absolute;
    top: 45px;
    right: 25px;
    font-size: 2.25rem;
    margin-left: 50px;
}
li.nav-item.mobile-nav-item {
    margin-left: 60px;
}
li.nav-item.mobile-nav-item:first-child{
    margin-top: 60px;
}
img.mobile-nav-item {
    margin-left: 20px;
}
.mobile-nav-section{
    display: none;
}
.mobile-toggle-nav{
    display: none;
}
    
/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------- Custom Css ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* Card */
.card--small {
    display:block;
    height: 160px;
    margin-bottom: 3rem;
    width: 100%;
    padding: 1.25rem 2rem;
    border-radius: 30px;
    position: relative;
    font-size: 1.25rem;
    font-weight: 600;
    border: 4px solid transparent;
}

.card--small i:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    /* top: 50%;
    transform: translateY(-50%); */
    bottom: 1rem;
    right: 1rem;
    background-image: url(img/icon-arrow-right-black.svg);
    background-repeat: no-repeat;
    display: block;
    /* transform: rotate(180deg); */
}

/* .card--small:hover {
    text-decoration: underline !important;
} */

.card--small:active, .card--small:active i:after {
    background-color: #004A6A !important;
    color: #ffffff;
    border-color: #004a6a !important; 
}

.card--white{ background-color: #ffffff; color: #004A6A; }

.card--white i::after { background-image: url(img/icon-arrow-right-black.svg); }

.card--white:focus, .card--white:hover, .card--white:hover i:after { background: #356D86; color: #ffffff }

.card--white:focus i:after, .card--white:hover i:after { background-image: url(img/icon-arrow-right-white.svg); }

.card--white:active, .card--white:active i:after { background: #004A6A; color: #ffffff }

.card--white:active i:after { background-image: url(img/icon-arrow-right-white.svg); }

.card--light-blue{ margin-bottom: 2rem; background-color: #f3feff; color: #004A6A; border: 4px solid #f3feff; }

.card--light-blue i::after{ background-image: url(img/icon-arrow-right-blue.svg); }

.card--light-blue:focus, .card--light-blue:hover{ background-color: #356D86; color: #ffffff; border-color: #356D86; }

.card--light-blue:focus i::after, .card--light-blue:hover i::after{ background-image: url(img/icon-arrow-right-white.svg); }

.card--small:hover span {
    text-decoration: underline;
}

.resource-cards .card--small span,
#topic-resources-search-result .card--small span {
    height: 3rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.resource-cards .card--small span.learn-more {
    position: absolute;
    bottom: 1rem;
    color: #000;
    height: auto;
    font-weight: 400;
}

/* resource show full title when hover */
#topic-resources-search-result .card--small.card--light-blue:hover {
    height: auto;
    min-height: 160px;
}

#topic-resources-search-result .card--small.card--light-blue:hover span {
    height: auto;
    -webkit-line-clamp: unset;
    overflow: hidden;
    -webkit-box-orient: unset;
    text-overflow: unset;
    display: block;
    position: relative;
}

.resource-cards .card--small.card--light-blue:hover span.learn-more {
    color: #fff;
}

/* Decoration */
.decoration--yellow-circles {
    width: 238px;
    height: 238px;
    background: #FFEFCE;
    position: absolute;
    border-radius: 50%;
    z-index: -10;
    left: 0%;
    top: 60%;
    transform: translateX(-50%);
}

.decoration--yellow-circles::after {
    content: "";
    display: block;
    background: #FFB619;
    opacity: 0.40;
    width: 117px;
    height: 117px;
    position: absolute;
    right: -25%;
    top: 35%;
    z-index: -10;
    border-radius: 50%;
}

@media only screen and (max-width: 992px){ 
    .decoration--yellow-circles { 
        width: 200px;
        height: 200px;
        top: -150px;
        right: -200px;
        left: unset;
    } 

    .decoration--yellow-circles::after {
        right: unset;
        left: -30px;
        top: unset;
        bottom: 18px;
        width: 60px;
        height: 60px;
    }
}

.decoration--blue-circles {
    width: 238px;
    height: 238px;
    background: #004A6A;
    position: absolute;
    border-radius: 50%;
    z-index: -10;
    top: -9%;
    right: 0;
    transform: translateX(60%);
}

.decoration--blue-circles::after {
    content: "";
    display: block;
    background: #CAE6EA;
    width: 117px;
    height: 117px;
    position: absolute;
    z-index: -10;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    transform: translateX(-22%);
    opacity: 0.8;
}

.decoration--light-blue-circles {
    width: 238px;
    height: 238px;
    background: #D4EBEE;
    position: absolute;
    border-radius: 50%;
    z-index: -10;
    top: 10%;
    right: 0;
    transform: translateX(60%);
}

.decoration--light-blue-circles::after {
    content: "";
    display: block;
    background: #004A6A;
    width: 117px;
    height: 117px;
    position: absolute;
    z-index: -10;
    border-radius: 50%;
    top: -20%;
    left: -19%;
    opacity: 0.5;
}

/* Breadcrumbs Section */
.btn--print, .breadcrumb-row > div {
    /* flex-direction: row-reverse; */
}

#breadcrumbs a, #breadcrumbs span {
    color: #757575;
    font-family: 'Open Sans', 'Arial', sans-serif;
}

#breadcrumbs a:active,
#breadcrumbs a:focus,
#breadcrumbs a:hover {
    color: #004A6A
}

#breadcrumbs span.breadcrumb_last {
    color: #004A6A;
}

#breadcrumbs i.fa {
    text-align: center;
    width: 24px;
}

.breadcrumb-row .share {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.breadcrumb-row .share h5 {
    margin-bottom: 0 !important;
    margin-right: 1rem;
}

.btn--print {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    color: #000;
}

.btn-link.btn--print:active,
.btn-link.btn--print:focus,
.btn-link.btn--print:hover {
    color: #004A6A;
}

.btn--print i {
    margin-right: 10px;
    border: 2px solid #004A6A;
    border-radius: 50%;
    padding: 10px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn--print i:after {
    content: '';
    display: block;
    filter: invert(18%) sepia(37%) saturate(3588%) hue-rotate(174deg) brightness(97%) contrast(103%);
    width: 16px;
    height: 16px;
    background-image: url('img/icon-printer.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.btn-link.btn--print:active i,
.btn-link.btn--print:focus i,
.btn-link.btn--print:hover i {
    background: #004A6A;
}
.btn-link.btn--print:active i:after,
.btn-link.btn--print:focus i:after,
.btn-link.btn--print:hover i:after {
    background-image: url('img/icon-printer.svg');
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(307deg) brightness(102%) contrast(102%);
}

/* Language Selector Section */
.page-template-page-language nav.header-skip-link {
    z-index: 2000;
}

.page-template-page-language .hero-banner-header {
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.page-template-page-language header .navbar {
    padding: 1.125rem 1.625rem 0;
}

.page-template-page-language header .navbar .navbar-brand img {
    width: 10rem;
    height: auto;
}

section.language-selector {
    min-height: 100vh;
    align-items: center;
    display: flex;
    overflow: hidden;
    padding: 140px 0;
}

.dropdown-toggle--custom {
    /* direction: rtl; */
    width: 100%;
    text-align: left;
    border: 3px solid #004A6A;
    background-color: #CAE6EA;
    border-radius: 15px;
    padding: 1.15rem 1.25rem;
    font-size: 1.125rem;
    color: #004a6a;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 11;
    position: relative;
}

/* in case the length of selected option is too long*/
.dropdown-toggle--custom span {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* for web accessibility: box-shadow effect doesn't work in high contrast */
.dropdown-toggle--custom:focus span {
    text-decoration: underline;
}

.dropdown-toggle--custom:after {
    display: none;
}

.dropdown-toggle--custom[aria-expanded="true"] {
    color: #fff;
    background-color: #004A6A;
}

.dropdown-toggle--custom[aria-expanded="true"] i::before {
    content: '\f077';
    color: #fff;
}

.dropdown-menu--custom.show {
    border: 2px solid #004A6A;
    border-radius: 0%;
    padding: 0 !important;
    max-width: initial !important;
    z-index: 1000;
    width: 100%;
    max-height: 12rem;
    overflow-x: hidden;
    overflow-y: initial;
    text-align: center;
}

.dropdown-menu--custom.show.dropdown-menu--fit-content {
    width: fit-content;
}

.dropdown-menu--custom.show[x-placement="top-start"] {
    border-bottom: 0px;
    margin-top: 0;
    margin-bottom: -20px;
    padding-bottom: 20px !important;
}

.dropdown-menu--custom.show[x-placement="bottom-start"] {
    border-top: 0px;
    /* margin-top: -20px;
    padding-top: 20px !important; */
}

.dropdown-toggle--darkblue {
    padding: 0.8rem 2rem;
    font-size: 2rem;
    border: 3px solid #ffffff;
    background-color: #004A6A;
    color: #ffffff;
}

.dropdown-toggle--darkblue:hover, 
.dropdown-toggle--darkblue[aria-expanded="true"] {
    color: #004A6A;
    background-color: #CAE6EA;
    border-color: #004a6a;
}

.dropdown-toggle--darkblue:hover i::before {
    color: #004A6A;
}

.dropdown-toggle--darkblue[aria-expanded="true"] i::before {
    content: '\f077';
    color: #004A6A;
}

/* width */
.dropdown-menu--custom::-webkit-scrollbar {
    width: 13px;
    border-radius: 0px;
}
  
/* Track */
.dropdown-menu--custom::-webkit-scrollbar-track {
    background: #C7C7C7;
    border-radius: 0px;
}
  
/* Handle */
.dropdown-menu--custom::-webkit-scrollbar-thumb {
    background: #898989;
    border-radius: 7px;
}
  
/* Handle on hover */
.dropdown-menu--custom::-webkit-scrollbar-thumb:hover {
    background: #575757;
}

.dropdown-item--custom {
    padding: .75rem 2rem !important;
    position: relative;
    text-align: center;
}

a.dropdown-item--custom:hover, 
a.dropdown-item--custom:active,
a.dropdown-item--custom:focus {
    font-weight: 600;
    text-decoration: none !important;
}

a.dropdown-item--custom:active:before {
    content: '\f00c';
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.625rem;
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#menu-header-menu li.dropdown>a>span:after {
    content: "\f078";
    font-family: 'FontAwesome';
    display: inline-block;
    width: 0;
    height: 0;
    /* border-style: solid;
    border-width: 10px 5px 0;
    border-color: #004a6a transparent transparent; */
    line-height: 1em;
    margin-left: 5px;
}

a.dropdown-item--custom[lang="fa-AF"],
a.dropdown-item--custom[lang="fa-IR"],
a.dropdown-item--custom[lang="ar"] {
    text-align: center;
}

/* Topic List page */
.topic-list .decoration--yellow-circles {
    top: 90%;
    left: -3%;
}

/* Media share section */
.social-media-share .col-12 {
    /* direction: rtl; */
}

.share_icon {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    border: 2px solid #004A6A;
    border-radius: 50%;
    padding: 10px;
    color: #004A6A;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    justify-content: center;
}

.share_icon:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.share_icon:hover {
    background: #004a6a;
    color: #fff;
    text-decoration: none;
}

/* Single Category Page */
.cat-description .decoration--yellow-circles {
    top: 40%;
}
.cat-description .decoration--yellow-circles:after {
    top: 45%;
}

.cat-description .decoration--light-blue-circles {
    top: 80%;
    background-color: #92B2BF;
}

.cat-description .decoration--light-blue-circles::after {
    background-color:#CAE6EA;
    width: 150px;
    height: 150px;
    top: -35%;
    left: 0%;
}

/* Find resources section */
section.find-resources.cl-dark-blue {
    padding: 3rem 0 calc(9rem + 125px);
    margin-bottom: -200px;
}

.view-all-resources-link {
    /* color: #fff;
    text-decoration: underline !important; */
}

.view-all-resources-link:hover {
    /* color: #000; */
}

/* Find a Resources page */
.btn--filter-active {
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 30px;
    padding: .5rem 1rem;
    margin-right: 1rem;
    margin-bottom: .5rem;
    float: left;
}

.btn--filter-active:hover {
    background-color: #000000;
    color: #ffffff;
}

.btn--filter-clear {
    background-color: transparent;
    border-radius: 30px;
    padding: .5rem 1rem;
    margin-bottom: .5rem;
}

.btn--filter-clear:hover {
    text-decoration: underline;
}

.dropdown-toggle--plus {
    text-align: left;
    background-color: transparent;
    font-size: 2rem;
    padding: 0 .5rem;
    color: #000000;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    position: relative;
    border: 0;
    width: auto;
    margin: 0 !important;
}

/* .dropdown-toggle--plus:focus {
   box-shadow: none;
} */

.dropdown-toggle--plus .fa-plus {
    margin-left: 1rem;
    padding: 1rem;
    border: 3px solid #004a6a;
    border-radius: 50%;
    color: #004a6a;
    font-size: 1.5rem;
}

.dropdown-toggle--plus:hover .fa-plus {
    background-color: #004a6a;
    color: #fff;
}

.dropdown-toggle--plus[aria-expanded="true"] {
    background-color: transparent;
    color: #000000;
}

.dropdown-toggle--plus[aria-expanded="true"] .fa-plus {
    background-color: #004a6a;
}

.dropdown-toggle--plus[aria-expanded="true"] i::before {
    content: '\f078';
    color: #fff;
}

.dropdown-menu--plus.dropdown-menu--custom.show {
    z-index: 13;
}

.dropdown-menu--plus.show[x-placement="bottom-start"] {
    margin-top: 4px;
    padding-top: 0 !important;
    border-top: 2px solid #004a6a;
    /* right: 0px;
    left: unset !important; */
}

.dropdown-menu--plus.show[x-placement="top-start"] {
    border-bottom: 2px solid #004a6a;
    margin-bottom: 0px;
    padding-bottom: 0 !important;
}

input.search-input-field {
    padding: .5em 1em;
    border-radius: 30px;
    font-size: 1.125rem;
    border: 3px solid #004A6A;
    line-height: 1;
    font-weight: 600;
    color: #000000;
    /* direction: rtl; */
}

input.search-input-field::placeholder {
    color: #757575;
}

.dropdown-toggle--alt {
    background-color: #ffffff;
    border-radius: 40px;
    padding: .5rem 1.25rem;
}

.dropdown-menu.show.dropdown-menu--alt {
    max-width: none !important;
    width: 100%;
}

.dropdown-menu--alt .dropdown-item{
    padding: 1rem 0 1.1rem 1rem !important;
    display: flex;
    align-items: center;
    /* direction: rtl; */
}

.dropdown-menu--alt a.dropdown-item--custom:hover, 
.dropdown-menu--alt a.dropdown-item--custom:active, 
.dropdown-menu--alt a.dropdown-item--custom:focus {
    background-color: white;
    text-decoration: underline !important;
    border-radius: 0 !important;
    color: #004A6A!important;
    font-weight: 500;
    box-shadow: black;
}

.dropdown-menu--alt.show[x-placement="bottom-start"] {
    margin-top: 4px;
    padding-top: 0 !important;
    border-top: 3px solid #004a6a;
}

.dropdown-menu--alt.show[x-placement="top-start"] {
    border-bottom: 3px solid #004a6a;
    margin-bottom: 0px;
    padding-bottom: 0 !important;
}

a.dropdown-item--alt:active:before {
    display: none !important;
}

.dropdown-menu--checkbox input[type="checkbox"]+.custom--checkbox {
    content: '';
    display: block;
    border: 2px solid #000000;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.dropdown-menu--checkbox input[type="checkbox"]:checked + .custom--checkbox:before {
    display: block;
}

.dropdown-menu--checkbox input[type="checkbox"]:checked+.custom--checkbox:before {
    content: '';
    left: 4px;
    top: 0px;
    width: 7px;
    height: 12px;
    border: solid #000000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    transform: rotate( 45deg );
    position: absolute;
}

.dropdown-menu--checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    display:none;
}

.dropdown-menu--checkbox .custom--text {
    margin-left: 2rem;
    font-weight: normal;
}

.dropdown-menu--filter-type {
    position: relative !important;
    transform: unset !important;
}

.dropdown-menu--filter-type .dropdown-item {
    display: inline-flex;
    width: 33%;
    padding-left: 0 !important;
}

.dropdown-toggle--filter-type {
    border: 0;
    padding-left: 0;
    color: #000;
    border-radius: 0;
    display: inline-block;
}
.dropdown-menu--filter-type.show {
    border: 0 !important;
}

.recently-search {
    background-color: #004A6A;
    padding-bottom: 200px !important;
    margin-bottom: -200px;
}

.search-service-provider-type {
    background-color: #f9f9f9;
    padding-bottom: 200px !important;
    margin-bottom: -200px;
}

.search-result span {
    display: block;
}

.search-result span:not(:first-child) {
    display: inline-block;
    font-size: 0.8rem;
}

.search-result span:not(:first-child):after {
    content: ',';
    display: inline-block;
    margin-right: 5px;
}

.search-result span:last-child:after {
    display: none;
}

.search-result span.search:before {
    content: 'key: ';
    display: inline-block;
    margin-right: 5px;
}

.search-result span.filter {
    display: block;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

small.en-title {
    height: 1.5rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

/* Header Search Field */
.header-search {
    display: none;
    position: absolute;
    width: 50vh;
    top: 0;
    left: 0;
    z-index: 10;
}

.header-search.show {
    display: block;
}

.navbar-link--glass.active span{
    color: #FFB619;
    text-decoration: underline;
}

.navbar-link--glass.active  .nav-icon--glass{
    background-image: url(img/magnifying-glass-yellow.png);
}

form#searchform, .search-input {
    width: 100%;
}

.search-input-label {
    font-size: 1rem;
    color: #004A6A;
    font-weight: 600;
}

.search-input {
    padding: 1rem;
    border: 2px solid #004a6a;
    border-radius: 1rem;
    /* direction:RTL; */
}

#searchsubmit {
    position: absolute;
    right: 0;
}

nav .pagination .page-link {
    border: 0;
    padding: 0;
    font-size: 1.5rem;
}

nav .pagination .page-link:hover {
    background: 0;
    border: 0;
    color: #5099ba;
}

/* .footer Message */
.footer .builder-message *,
.footer .copyright * {
    padding: 0;
    margin: 0;
}

.copyright-col {
    /* direction: rtl; */
}

.footer .builder-message,
.footer .copyright {
    display: flex;
    align-items: center;
}

.footer .copyright a {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 1.125rem;
    border: 1px solid transparent;
    /* transition: border-bottom 0.2s; */
    outline: none;
}

.footer .copyright a:hover, 
.footer .copyright a:active, 
.footer .copyright a:focus {
    color: #004A6A;
    text-decoration: underline;
}

/* Resource page */
.resrouce-translate .dropdown-toggle--trans-select {
    min-width: 160px;
    width: 250px;
    max-width: 250px;
}

[data-resource-content][dir='rtl'],
[data-resource-content][dir='rtl'] * {
    direction:rtl;
    text-align: right;
}

.single-post .social-media-share .social {
    display: none;
}

/* super PWA plugin */

.superpwa-sticky-banner {
    display: none !important;
}


/* Search page pagination */
.pagination-section {
    text-align: center;
}

.pagination {
    list-style: none;
    justify-content: center;
}

.pagination li {
    display: inline-flex;
    margin: 0 10px;
}

.pagination a {
    width: 1rem;
    color: #004A6A;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1em;
}

.pagination li.active a {
    text-decoration: underline;
}

/* stack button on the resource page */
[data-resource-content] a.d-inline-block:not(.font-weight-light) {
    width: 31%;
    text-align: center;
    padding: 16px;
    margin-right: 1%;
}

@media only screen and (max-width: 1400px){
    [data-resource-content] a.d-inline-block:not(.font-weight-light) {
        padding: 24px 12px;

    }
}
@media only screen and (max-width: 1400px){
    [data-resource-content] a.d-inline-block:not(.font-weight-light) {
        width: 49%;
    }
}

@media only screen and (max-width: 480px){
    [data-resource-content] a.d-inline-block:not(.font-weight-light) {
        width: 100%;
        margin-right: 0%;
    }
}
/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1820px) and (min-width: 1400px){
    .footer .main-nav-bottom li a {
        margin-right: 1rem !important;
    }
}

@media only screen and (min-width: 1600px) {

    header .main-nav-bottom ul.navbar-nav > li > a {
        margin-right: 1rem;
        margin-left: 1rem;
    }
    
    .footer .main-nav-bottom ul.navbar-nav > li > a {
        margin-right: 1rem;
    }
    
}

@media only screen and (max-width: 1600px) and (min-width: 992px) {
    

    footer .navbar-nav {
        flex-wrap: wrap;
    }

    header .main-nav-bottom ul.navbar-nav > li > a {
        margin-right: 0;
        margin-left: 0;
    }
    
    .footer .main-nav-bottom ul.navbar-nav > li > a {

    }
}

@media only screen and (max-width: 1400px) and (min-width: 992px){
    .footer .main-nav-bottom li a {
        margin-right: 1rem !important;
    }
}

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

    .heading-with-img .content {
        margin: 4vw;
    }

    .heading-with-img .right .content {
        margin: 4vw;
    }
}

@media only screen and (max-width: 1200px){
    
    .banner-container {
        padding: 2rem;
        width: 100%;
        border-radius: 0;
    }

    .banner-container .square-image {
        display: none;
    }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1200px) { 
    
    .light-blue-card {
        width: 100%;
        height: 150px;
    }
    .light-blue-card::after {
        left: 75%;
    }
    .light-blue-card,
    .blue-yellow-card {
        height: 150px;
        margin: 10px 0px;
        width: 100%;
    }
    .light-blue-card::after,
    .blue-yellow-card::after {
        top: 78%;
        left: 75%;
    }
    .light-blue-card:hover::after,
    .blue-yellow-card:hover::after{
        top: 75%;
        left: 75%;
    }

    /* circular image */
    .circular-image {
        border-radius: unset;
    }

}

@media only screen and (min-width: 992px){

    /* Language icon */
    .nav-item--globe {
        margin-right: 2.25rem;
    }

    /* Page Header background image column */
    .background-image-col {
        -webkit-clip-path: ellipse(100% 300% at 100%);
        clip-path: ellipse(100% 300% at 100%);
    }

    /* Find resources section */
    section.find-resources.cl-dark-blue {
        padding: 3rem 0 calc(4rem + 125px);
    }

}

@media only screen and (max-width:992px){
    /* Header */
    header .main-nav-top, header .main-nav-bottom {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .nav-item--pwa {
        position: absolute;
        top: 100%;
        width: calc(100% + 2em + 2px);
        z-index: 10000;
        text-align: center;
        transform: translateX(-50%);
        left: 50%;
        padding: .5rem 1rem;
        background-color: #004A6A;
    }

    header .main-nav-bottom .nav-item--pwa {
        bottom: 2rem;
        top: unset;
        background-color: unset;
        width: calc(100%);
        z-index: 10000;
        text-align: left;
        transform: translateX(-50%);
        left: 50%;
        padding: 0.5rem 1rem;
    }

    #mega-menu-wrap-primary {
        height: calc(100% - 0.5rem - 68px) !important;
        overflow-y: scroll !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary {
        padding: 0 1rem !important;
    }

    ul.mega-sub-menu {
        box-shadow: none !important;
    }

    #mega-menu-wrap-primary .widget_text,
    #mega-menu-wrap-primary .widget_media_image {
        display: none !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
        padding-bottom: 0rem !important;
        margin: 0 !important;
    }

    .navbar-link span,
    .navbar-link .nav-icon {
        text-align: center;
        margin: 0 auto !important;
    }

    .navbar-link .nav-icon {
        margin-bottom: .5rem !important;
    }

    .nav-icon--small{
        width: 1rem;
        height: 1rem;
    }

    header .navbar-link .nav-icon--small {
        width: 1.5rem;
        height: 1.5rem;
    }

    
    .nav-icon--small.fas {
        font-size: 1rem;
    }
    
    header .navbar-link .nav-icon--small.fas:before {
        font-size: 1.5rem;
    }

    .navbar-link {
        flex-flow: column;
        text-align: center;
    }

    .header-search {
        width: 100% !important;
        bottom: 0;
        top: unset !important;
        transform: translate(0, 100%);
        padding: 1.2rem;
        background: #CAE6EA;
        border: 3px solid #004A6A;
    }

    header .main-nav-bottom {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        padding: 100px 0 !important;
        z-index: 1000;
        display: none;
        border-bottom-color: transparent;
        overflow: auto;
        justify-content: center;
        align-items: start;
    }

    header .main-nav-bottom ul.navbar-nav > li > a {
        margin-right: 0;
    }
    
    header .main-nav-bottom li a {
        margin-right: 0;
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 1.5rem !important;
        overflow: hidden;
    }

    header .main-nav-bottom li a:hover,
    header .main-nav-bottom li a:active,
    header .main-nav-bottom li a:focus {
        color: #004A6A;
        text-decoration: underline;
        text-decoration-color: #417c93;
        border-color: transparent;
    }

    header .main-nav-bottom.show {
        display: flex;
    }

    .menu-header-menu-container {
        width: 300px;
    }
    
    .sf-menu ul.dropdown-menu {

        border-top: 3px solid #004A6A;
        margin-bottom: 1rem;
        transform: unset;
        left: 0 !important;
        position: relative;
        z-index: 1000;
    }

    #menu-header-menu ul.dropdown-menu li a {
        position: relative;
        text-align: center;
        margin-bottom: 0 !important;
        white-space: normal;
        z-index: 100;
    }

    #menu-header-menu > li.current_page_item > a:after {
        bottom: -6px;
    }

    .sf-arrows .sf-with-ul {
        padding-right: 2.5em;
        /* padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
    }
    /* styling for both css and generated arrows */
    #menu-header-menu.sf-arrows > li > a.sf-with-ul:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -3px;
        height: 0;
        width: 0;
        visibility: visible;
        /* order of following 3 rules important for fallbacks to work */
        border: 5px solid transparent;
        border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
        border-top-color: rgba(255,255,255,.5);
    }
    .sf-arrows > li > .sf-with-ul:focus:before,
    .sf-arrows > li:hover > .sf-with-ul:before,
    .sf-arrows > .sfHover > .sf-with-ul:before {
        border-top-color: white; /* IE8 fallback colour */
    }

    /* Footer */
    .footer {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-footer ul {
        /* direction: rtl; */
    }
    
    .footer .main-nav-bottom .navbar-nav li a{
        margin-right: 2rem;
        display: block;
        margin-bottom: 1rem;
        width: fit-content;
    }
    
    .page-template-page-language header .navbar .navbar-brand img {
        width: 5rem;
        height: auto;
    }

    .header-search {
        position: absolute;
    }

    .navbar-link--globe {
        font-weight: 400;
    }

    .search-input {
        border-radius: 3rem;
    }

    
    /* Find resources type dropdown item width */
    .dropdown-menu--filter-type .dropdown-item {
        width: 50%;
    }

    .heading-with-img .square-image {
        border-radius: 0;
    }

    .card-icon {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .card-icon--icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .card-icon--text {
        min-height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
@media screen and (max-device-width: 991px) { 
    .single-post .breadcrumb-row .social {
        display: none;
    }
    .single-post .social-media-share .social {
        display: block;
    }

    .mobile-toggle-nav{
        display: block !important;
        text-align: right;
        font-size: 2em;
        transition: color linear 0.15s;
        margin-right: 10px;
    }
    a.mobile-toggle-nav:link, 
    a.mobile-toggle-nav:visited,
    a.mobile-toggle-nav:hover, 
    a.mobile-toggle-nav:active {
        text-decoration: none;
        color: #fff;
    } 
    .text-right {
        text-align: left!important;
    }
    .footer-flags {
        /* margin: 0; */
    }

    /* .footer {
        height: 750px;
    } */
    .display-none{
        display: none !important;
    }
    .mobile-margin{
        margin: 30px 0px;
    }
    .page-heading-img img {
        width: 100%;
    }
    .mobile-no-padding{
        padding: 0 !important;
    }

    .custom-margin-right {
        margin-right: 0;
    }

    .square-image img {
        position: unset;
        border-radius: 0;
        object-fit: cover;
        max-width: unset;
        max-height: unset;
    }

    .square-image {
        border-radius: 0;
    }

    .banner-container {
        margin-top: 0px;
    }
}
@media screen and (max-width: 768px) { 

    .mobile-toggle-nav{
        display: inline-block !important;
    }
    .mobile-margin{
        margin: 30px 0px;
    }
    .display-none{
        display: none !important;
    }
    .banner-container {
        margin-top: 0px;
    }
    .page-heading-img img {
        width: 100%;
    }
    .mobile-no-padding{
        padding: 0 !important;
    }
    .banner-section h2 {
        display: unset !important;
        text-align: unset !important;
    }
    .centered-img{
        display: block;
        text-align: center;
    }
    .full-width-img{
        width: 100%;
        height: auto;
    }
    .mobile-col {
        width: 50% !important;
    }
    /* .footer {
        height: 850px;
    } */
    .mobile-no-padding{
        padding: 0 !important;
    }

}
@media screen and (max-device-width: 480px) {
    .mobile-nav-section{
        display: block;
    }

    h1, .h1{
        font-size: 2rem !important;
    }
    h2, .h2{    
        font-size: 1.75rem !important;
        margin: 30px 0px !important;
    }
    h3, .h3{
        font-size: 1.5rem !important;
    }
    h4, .h4{
        font-size: 1.125rem !important;
    }
    h5, .h5{
        font-size: 1rem !important;
    }
    h6, .h6{
        font-size: 0.875rem !important;
    }

    body p, main#content li {
        font-size: 1rem !important;
    }
    
    .mobile-margin{
        margin: 30px 0px;
    }
    .display-none{
        display: none !important;
    }
    .large-text-mobile{
        font-size: 1.5rem;
    }
    .medium-text-mobile{
        font-size: 1.125rem;
    }
    .small-text-mobile{
        font-size: 0.875rem;
    }
    .mobile-col {
        width: 50% !important;
    }
    .mobile-no-padding{
        padding: 0 !important;
    }
    .flexible-col{
        margin: 0;
    }
    .offset-sm-2.col-sm-4.col-xs-12.flexible-col.banner-img {
        padding: 0;
    }

    .banner-img{
        width: 100vw;
    }

    .light-blue-card {
        width: 100%;
        height: 150px;
    }

    .light-blue-card::after {
        left: 75%;
    }

    .light-blue-card,
    .blue-yellow-card {
        height: 150px;
        margin: 10px 0px;
        width: 100%;
    }
    
    a.orange-btn.mobile-btn {
        text-align: center;
        display: block;
        border-radius: 15px;
    }
    /* back to top section */
    .up-arrow-icon {
        color: #ffffff !important;
        float: right;
        font-weight: 500;
        margin-right: 30px;
    }
    section.back-to-top {
        /* transform: translateY(80%);
        margin-top: 3rem */
    }
    /* circle styles */
    .type4 {
        width: 350px;
    height: 350px;
    background: #004A6A;
    position: absolute;
    transform: translate(-15%, -30%);
    top: 0%;
    left: 50%;
    z-index: -10;
    }
    .type4::after{
        display: none;
    }
    .type6{
        width: 150px;
        height: 150px;
        background: #FFEFCE;
        position: absolute;
        transform: translate(-50%, -70%);
        top: 50%;
        left: 0%;
    }
    .type6::after{
        content: "";
        display: block;
        background-image: url(circles/smallOrangeCircle.png);
        width: 100px;
        height: 100px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        transform: translate(-8%, -45%);
        top: 35%;
        left: 70%;
        z-index: -10;
        border-radius: 50%;
    }

    .back-to-top--img .circle.circle--light-blue {
        display: none;
    }
    
    .back-to-top--img .circle.circle--dark-blue {
        transform: translate(16%, 55%);
        width: 266px;
        height: 266px;
    }

    /* Main Banner */
    .banner-container {
        margin-top: 0px;
    }
    .page-heading-img img {
        width: 100%;
        max-height: 500px;
        height: auto;
    }
    /* footer */
    .footer-gradient::after {
        border-radius: 125% / 50%;
    }
    /* .footer {
        height: 900px;
    } */
    .footer-gradient::before {
        border-radius: 125% / 50%;
    }
    .footer-gradient {
        margin-bottom: -200px;
    }
    /* blog styles */
    .col-sm-12.col-lg-4.center-item h2 {
        display: block;
        text-align: center !important;
    }

    .custom-margin-right {
        margin-right: 0%;
    }
    .square-image img {
        border-radius: unset;
    }
}

@media only screen and (max-width: 390px) {
    .navbar-brand {
        margin-left: 0;
        margin-right: 0;
    }

    /* header .navbar-nav .nav-item:last-child,
    header .navbar-nav .nav-item:nth-child(3) {
        margin-left: 1rem !important;
    } */

    .navbar-link span {
        font-size: 90%
    }
}

@media only screen and (max-width: 350px) {
    .navbar-brand img {
        width: 80px;
        object-fit: contain;
    }
}
