:root {
     scroll-behavior: auto;
    --blue-400: #0053e9;
    --gray-100: #f5f5f1;
    --black-400: #000;
}
body{
    position: relative;
    background: var(--gray-100);
    font-family: 'Bradford LL', serif;
}
a, button{
    text-decoration: none;
    transition: all 300ms ease-in-out;
}
a{
    color: inherit;
}
a:hover{
    color: inherit;
}
.back-to-top {
    display: none;
    cursor: pointer;
    z-index: 9999;
    border-radius: 8px;
    border: 0;
    text-align: center;
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 10px;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: .4;
    transition: opacity 300ms ease-in-out;
}
.back-to-top:hover {
    opacity: 1;
}
.back-to-top svg{
    display: block;
    width: 100%;
    height: auto;
}
.back-to-top svg path{
    fill: #fff;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Agipo Bold Cond", sans-serif;
    font-weight: bold;
}
.logo-main img{
    display: block;
    width: 175px;
    height: auto;
}
.nav-main{
    position: relative;
}
.nav-toggle{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 37px;
    height: 30px;
    position: relative;
    border: 0;
    padding: 0;
    background: transparent;
}
.nav-toggle:before,
.nav-toggle:after{
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    transform-origin: center;
    top: calc(50% - 2px);
    background: var(--blue-400);
    transition: all ease-in-out 300ms;
}
.nav-toggle:before{
    transform: translateY(-12px);
    left: 0;
}
.nav-toggle:after{
    transform: translateY(12px);
    right: 0;
}
.nav-toggle span{
    text-indent: -1000px;
    overflow: hidden;
    width: 100%;
    height: 5px;
    background: var(--blue-400);
    transition: all ease-in-out 300ms;
}
.nav-open .nav-toggle span{
    opacity: 0;
}
.nav-open .nav-toggle:before{
    transform: translateY(0) rotate(45deg);
}
.nav-open .nav-toggle:after{
    transform: translateY(0) rotate(135deg);
}

.primary-navigation ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.primary-navigation ul a{
    display: block;
    text-decoration: none;
    color: var(--blue-400);
    font-size: 22px;
    line-height: 1.125;
    padding: 10px 0;
    transition: all ease-in-out 300ms;
}
.primary-navigation ul li.button-nav a{
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 12px;
    border: 1px solid var(--blue-400);
}
.primary-navigation ul li.button-nav a:hover{
    background: var(--blue-400);
    color: var(--gray-100);
}

.main-container{
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer{
    font-family: 'Acumin Pro', sans-serif;
    font-size: 18px;
    color: var(--black-400);
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}
.ft-flags{
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    display: flex;
    flex-flow: row wrap;
    gap: 17px;
}
.ft-flags img{
    display: block;
    width: 138px;
    height: auto;
}
.ft-text{
    padding-bottom: 30px;
}
.footer-cta{
    background: var(--blue-400);
    color: #fff;
    font-size: 22px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.social-media-links{
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
    font-family: "Acumin Pro", sans-serif;
    font-size: 18px;
    display: flex;
    flex-flow: row wrap;
    gap: 15px 20px;
}
.social-media-links a{
    text-decoration: underline;
}
.footer-cta h2{
    font-size: 45px;
}
.footer-cta h2 a{
    text-decoration: underline;
}
.footer-cta h3{
    font-size: 15px;
}
.certified-logo{
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    gap: 15px 20px;
}
.certified-logo img{
    display: block;
    min-width: 60px;
    max-width: 104px;
    height: auto;
}
.row-fcta{
    padding-bottom: 20px;
}
.footer-menu-navigation{
    padding-top: 15px;
}
.footer-menu-navigation ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px 20px;
}
.footer-menu-navigation ul a{
    text-decoration: underline;
}

.hero-img{
    margin-top: -20px;
}
.hero-img img{
    display: block;
    width: 100%;
    height: auto;
}

.title-section-1{
    position: relative;
    z-index: 9;
}
.title-section-2{
    text-align: right;
    position: relative;
    z-index: 9;
    margin-top: -25px;
}
.full-container{
    position: relative;
}
.layout-boxed .full-container{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}


.title-1, .title-2{
    font-family: "Agipo Bold Cond", sans-serif;
    font-size: 60px;
    line-height: .9;
    color: var(--blue-400);
    font-weight: bold;
}
.title-3{
    font-size: 18px;
    color: var(--blue-400);
    margin-top: 10px;
}

.hs-1{
    padding-top: 75px;
}
.section-title h2{
    font-size: 18px;
    color: var(--blue-400);
    font-family: "Acumin Pro", sans-serif;
    font-weight: 400;
}
.section-title h3{
    font-size: 42px;
    color: var(--blue-400);
    line-height: 0.85;
    letter-spacing: .002em;
    margin-bottom: 20px;
}

.text p, .text ul, .text ol{
    font-size: 22px;
    letter-spacing: -.0025em;
    margin-bottom: 1.4rem;
}

.cta-card{
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid var(--blue-400);
    font-family: "Acumin Pro", sans-serif;
    font-weight: 400;
}
.cta-card h3{
    font-size: 25px;
    font-family: "Acumin Pro", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--blue-400);
}
.cta-card p{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 25px;
}
.btn{
    border-radius: 12px;
    font-size: 18px;
    line-height: 1.2;
    font-family: "Acumin Pro", sans-serif;
    font-weight: 400;
    padding: 14px 30px;
}
.btn-primary{
    background: var(--blue-400);
}
.size-full{
    display: block;
    max-width: 100%;
    height: auto;
}

.hs-3{
    padding-top: 70px;
}
.hs-3 .lead-text{
    color: var(--blue-400);
}
.hs-3 .full-container{
    position: relative;
}

.s-more-content{
    padding-top: 60px;
}

.s-more-content .full{
    display: none;
}
.s-more-content.show-full .full{
    display: block;
}
.s-more-content.show-full .excerpt{
    display: none;
}
.s-more-content .toggle-more{
    padding: 0;
    border: 0;
    color: var(--blue-400);
    background: transparent;
    font-family: "Acumin Pro", sans-serif;
    font-weight: 400;
    font-size: 22px;
}

.hs-4{
    padding-top: 90px;
    padding-bottom: 90px;
}
.s4-list{
    border-radius: 12px;
    border: 1px solid var(--blue-400);
    padding: 30px;
    margin-top: 30px;
}
.s4-list ol{
    padding-inline-start: 25px;
    font-size: 22px;
}
.s4-list ol li{
    margin-bottom: 20px;
    color: var(--blue-400);
}
.hs-5{
    padding-top: 100px;
    background: #fff;
}
.section-table{
    margin-bottom: 1.4rem;
}
.section-table .table{
    border: 0;
    margin-bottom: 0;
}
.section-table .table thead th{
    background: var(--blue-400);
    color: #fff;
    font-size: 22px;
    padding: .55rem .75rem;
    font-weight: 700;
    letter-spacing: 0.002em;
    white-space: nowrap;
}
.section-table .table tbody tr td{
    background: #cbdcfa;
    font-size: 20px;
    padding: .55rem .75rem;
    font-weight: 400;
    letter-spacing: 0.002em;
    white-space: nowrap;
}
.section-table .table tbody tr td:first-child{
    font-weight: 700;
}
.section-table a{
    text-decoration: underline;
}
.section-table.table-zebra .table tbody tr:nth-child(odd) td{
    background: #fff;
}

.hs-6{
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.hs-7 .btn{
    font-size: 22px;
    font-family: "Agipo Bold Cond", sans-serif;
    font-weight: 700;
}
.btn-bold{
    font-size: 22px;
    font-family: "Agipo Bold Cond", sans-serif;
    font-weight: 700;
}
.hs-8{
    padding-top: 100px;
    padding-bottom: 100px;
}
.s8-images{
    list-style: none;
    padding: 0;
    margin: 0 1.5rem;
    display: flex;
    flex-flow: row wrap;
    gap: 15px 20px;
}
.s81-images{
    margin-bottom: 60px;
}
.s81-images img{
    display: block;
    min-width: 60px;
    max-width: 104px;
    height: auto;
}
.hs-8 h4{
    color: var(--blue-400);
    font-family: "Acumin Pro", sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 15px;
}
.s82-images img{
    display: block;
    min-width: 60px;
    max-width: 180px;
    height: auto;
}

.page-template-wwo .hs-1{
    padding-bottom: 50px;
}
.ws3{
    background: var(--blue-400);
    padding-top: 40px;
    padding-bottom: 60px;
    color: #fff;
}
.ws3 .section-title h2,
.ws3 .section-title h3{
    color: #fff;
}
.ws3-list{
    list-style: none;
    padding: 30px 0 0;
    margin: 0 0 15px;
}
.ws3-list li{
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: "Acumin Pro", sans-serif;
    font-size: 20px;
    line-height: 1.5;
}
.ws3-list li:last-of-type{
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ws4{
    padding-top: 90px;
}
.ws4-list{
    list-style: none;
    padding: 0;
}
.ws4-list li{
    display: block;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #000;
}
.ws4-list li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ws-5{
    padding-top: 80px;
}
.ws5-list div{
    margin-bottom: 15px;
    border-bottom: 1px solid var(--blue-400);
}
.ws5-list div:last-child{
    border: 0;
}
.ws5-list h4{
    font-size: 25px;
    color: var(--blue-400);
    line-height: 2;
}
.ws5-list p{
    font-size: 20px;
    line-height: 2;
    padding-left: 30px;
}
.ws5-footnote{
    margin-bottom: 60px;
}
.ws5-footnote p{
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Acumin Pro", sans-serif;
}
.nav-tabs .nav-link{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-color: var(--blue-400);
    background: #fff;
    color: var(--blue-400);
    padding: 10px 1.4rem;
    border-bottom: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover{
    border-color: var(--blue-400);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active{
    border-color: var(--blue-400);
    background: var(--blue-400);
    color: #fff;
}

.ws-5 .pane-inner{
    padding: 30px 0;
    color: #fff;
    background: var(--blue-400);
}
.ws-5 h5{
    font-size: 30px;
    margin-bottom: 15px;
}

.ws6{
    padding-top: 100px;
}
.ws6-action{
    padding-top: 15px;
}

.offset-container{
    margin-left: auto;
    margin-right: 0;
    width: calc(100% - ((100% - 1140px) / 2));
    max-width: 100%; /* don’t overflow on smaller screens */
}
.slider-wrapper{
    padding-top: 90px;
}
.slick-slider-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Wingdings 3", sans-serif;
    font-size: 30px;
}
.slick-slider-nav button{
    padding: 5px 0;
    border: 0;
    background: none;
}
.slick-slider .slick-list{
    padding-right: 15%;
}
.slick-slider .item{
    padding-right: 15px;
}
.slick-slider .slider-meta{
    padding-top: 14px;
}
.slick-slider .caption{
    font-size: 15px;
    margin-bottom: 15px;
}
.slick-slider .slider-text p{
    margin-bottom: 0;
    font-size: 17px;
    font-family: "Bradford LL", serif;
    line-height: 1.175;
}
.ws-7{
    padding-top: 90px;
}
.ws7-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ws-7 h4{
    font-size: 25px;
    color: var(--blue-400);
    font-family: "Acumin Pro", sans-serif;
}
.ws7-list li{
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 20px;
    margin-bottom: 6px;
    align-items: center;
    font-family: "Acumin Pro", sans-serif;
    font-size: 16px;
}
.ws7-list li span{
    width: 40px;
    height: 40px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--blue-400);
    font-family: "Agipo Bold Cond", sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    border-radius: 80px;
    border: 3px solid #fff;
}
.ws7-features{
    background: var(--blue-400);
    color: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
}
.ws7-features .item{
    border: 1px solid #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 18px;
    text-align: center;
}
.ws7-features img{
    display: block;
    width: 55px;
    height: auto;
    margin: 0 auto 5px;
}
.ws7-features h4{
    font-size: 22px;
    color: #fff;
    font-family: "Agipo Bold Cond", sans-serif;
    font-weight: bold;
}
.ws7-features p{
    font-family: "Acumin Pro", sans-serif;
    font-size: 16px;
    margin-bottom: 0;
}

.ws8{
    padding-top: 76px;
}
.ws8-map-container{
    margin-top: 80px;
}

body.has-popup-open{
    height: 100vh;
    overflow: hidden;
}
.page-popup{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 40px 15px;
    width: 100%;
    z-index: 9991;
    opacity: 0;
    visibility: hidden;
}
.page-popup.popup-open{
    opacity: 1;
    visibility: visible;
}

.page-popup .popup-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.page-popup .popup-content{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--blue-400);
    color: #fff;
    z-index: 9;
    padding: 40px 15px;
    transform: translateX(100%);
    transition: all ease-in-out 300ms;
    overflow: auto;
}
.page-popup.popup-open .popup-content{
    transform: translateX(0);
}
.page-popup .form-wrapper{
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
}
.page-popup h2{
    font-size: 51px;
    line-height: 0.83;
    margin-bottom: 45px;
}
.close-popup{
    display: block;
    border: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    background: none;
    position: absolute;
    z-index: 999;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.close-popup span{
    display: none;
}
.close-popup:before,
.close-popup:after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 5px;
    background: #fff;
    transform-origin: center;
}
.close-popup:before{
    transform: translateY(-50%) rotate(45deg);
}
.close-popup:after{
    transform: translateY(-50%) rotate(-45deg);
}

.page-popup button[type=submit]{
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 10px 25px;
    background: #fff;
    color: var(--blue-400);
    font-family: "Acumin Pro", sans-serif;
    font-size: 18px;
    border-radius: 12px;
    border: 0;
    outline: none !important;
    cursor: pointer;
    line-height: 1.2;
}
.g-recaptcha{
    margin-bottom: 15px;
}
.page-popup button[type=submit] em {
    transform: translateY(2px);
}
.page-popup button[type=submit]:after{
    content: 'g';
    font-family: "Wingdings 3", sans-serif;
}
.map-legend-container{
    border: 2px solid var(--blue-400);
    border-top-left-radius: 12px;
    padding-top: 30px;
}
#wpadminbar{
    z-index: 9991 !important;
}
.hidden{
    display: none !important;
}
.page-popup table tr td{
    padding: 0 0 12px;
    vertical-align: bottom;
}
.page-popup{
    font-family: "Bradford LL", sans-serif;
    color: #fff;
}
.page-popup label{
    font-size: 17px;
    line-height: 1.12;
    color: #fff;
    font-family: "Bradford LL", sans-serif;
    margin: 0;
}
.page-popup .form-control{
    border-radius: 0;
    background: transparent;
    outline: none !important;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    box-shadow: none;
    padding: 3px 0;
    height: auto;
    font-size: 17px;
    line-height: 1.4;
}
.page-popup .form-control::placeholder{
    color: #fff;
}
.page-popup .form-control option{
    background: #fff;
    color: #000;
}
.page-popup .custom-control{
    margin-top: 10px;
    margin-bottom: 15px;
}
.error{
    color: #ff0000;
    font-size: 15px;
    line-height: 1.2;
}

@media(max-width: 600px){
    html{
        margin-top: 0 !important;
    }
    .admin-bar #header{
        padding-top: var(--wp-admin--admin-bar--height);
        padding-bottom: 60px;
    }
}
@media(min-width: 601px){
    .admin-bar .page-popup{
        top: var(--wp-admin--admin-bar--height);
        height: calc(100vh - var(--wp-admin--admin-bar--height));
    }
}
@media(max-width: 991px){
    .logo-bar{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .primary-navigation{
        padding: 30px 15px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 991;
        background: var(--gray-100);
        border-bottom: 1px solid var(--blue-400);
        opacity: 0;
        visibility: hidden;
        transition: all ease-in-out 300ms;
    }
    .nav-open .primary-navigation{
        opacity: 1;
        visibility: visible;
    }
    .primary-navigation ul li.button-nav{
        padding-top: 15px;
    }
    .nav-tabs{
        padding-left: 15px;
        padding-right: 15px;
    }
    .ws7-list{
        padding: 30px 0;
    }
    .ws-7 .offset-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .ws-7 .offset-container .col-lg-9{
        padding-left: 0;
        padding-right: 0;
    }
    .hs-7{
        padding-top: 60px;
    }
    .hs-7 .section-row{
        padding-bottom: 45px;
    }
    .logo-main img{
        width: 140px;
    }
}
@media(min-width: 992px){

    .admin-bar #header{
        padding-top: var(--wp-admin--admin-bar--height);
    }
    #header{
        padding-top: 76px;
        padding-bottom: 160px;
    }
    #header .container{
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding-top: calc(76px + var(--wp-admin--admin-bar--height));
    }
    .logo-bar{
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
    }
    .logo-main{
        margin-bottom: 0;
    }
    .nav-toggle{
        display: none;
    }
    .primary-navigation ul{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px 45px;
        text-align: center;
    }
    .primary-navigation ul a{
        font-size: 20px;
    }
    .primary-navigation ul li.button-nav a{
        background: var(--blue-400);
        color: #fff;
    }
    .primary-navigation ul li.button-nav a:hover{
        background: #fff;
        color: var(--blue-400);
    }
    .logo-main img{
        width: 316px;
    }
    .hero-img{
        margin-top: -50px;
    }
    .title-section-2{
        margin-top: -65px;
    }
    .title-1, .title-2{
        font-size: 150px;
    }
    .title-3{
        font-size: 23px;
    }
    .section-title h3 {
        font-size: 60px;
        margin-bottom: 60px;
    }
    .ws-7 .section-title h3{
        margin-bottom: 90px;
    }
    .section-title h2 {
        font-size: 22px;
    }
    .hs-1 .section-title h2{
        margin-bottom: 25px;
    }
    .hs-1 .section-title h3{
        margin-bottom: 60px;
    }
    .cta-card{
        padding-left: 50px;
        padding-right: 50px;
    }

    .hs-3 .full-bleed-image{
        width: calc(50% - 45px);
        position: relative;
        left: calc(50% + 45px);
    }


    .s-more-full{
        column-count: 2;
        column-gap: 30px;
    }

    .s4-list{
        padding-left: 50px;
        padding-right: 50px;
    }
    .text p{
        margin-bottom: 1.875rem;
    }
    .section-table{
        margin-bottom: 1.875rem;
    }

    .hs-4 .lead-text{
        padding-top: 30px;
    }
    .hs-5 .text{
        padding-top: 30px;
    }
    .hs-7 .full-bleed-image{
        width: calc(50% - 45px);
        position: relative;
    }
    .hs7-heading{
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        z-index: 9;
        transform: translateY(-50%);
    }
    .hs-8 .text{
        padding-top: 30px;
    }

    .ws4 .full-bleed-image{
        position: absolute;
        top: 0;
        left: calc(50% + 45px);
        width: calc(50% - 45px);
        max-width: 595px;
    }
    .ws5-list{
        padding-top: 30px;
    }
    .ws5-list p{
        padding-left: 50px;
    }
    .nav-tabs .nav-link{
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .ws-5 .pane-inner{
        padding: 40px 0 80px;
    }
    .ws-5 h5{
        font-size: 60px;
        margin-bottom: 30px;
    }
    .slick-slider .item{
        padding-right: 80px;
    }
    .slick-slider .slick-list {
        padding-right: 30%;
    }
    .slick-slider .slider-text{
        max-width: 59%;
    }

    .page-popup .popup-content{
        max-width: 95%;
        width: 642px;
    }

    .hs-1{
        position: relative;
    }
    .full-bleed-cta{
        position: absolute;
        top: 0;
        left: calc(50% + 45px);
        width: calc(50% - 45px);
    }
}
@media(min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
    .title-1{
        transform: translateX(-40px);
    }
    .title-2,
    .title-3{
        transform: translateX(40px);
    }

    .section-row{
        margin-left: -45px;
        margin-right: -45px;
    }
    .section-row>div{
        padding-left: 45px;
        padding-right: 45px;
    }
}
@media(min-width: 1340px){
    .hs-1 .full-container .section-row{
        margin-right: calc(1170px - 1280px);
    }
    .hs-3 .full-container .section-row{
        margin-right: calc(1170px - 1280px);
    }
}