/* General */
:root {
    --container-padding: 0 1rem;
    --container-max-width: 1200px;
}
@media (min-width: 1024px) {
    :root {
        --container-padding: 0;
    }
}



body {
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
}

p {
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 25px;
}

.footer .social-links a:hover{
    background: #CCC;
}

.footer .social-links a.tt_link{
    background-image: url("../img/twitter.svg");
}

.footer .social-links a.fb_link{
    background-image: url("../img/facebook.svg");
}

.footer .social-links a.yt_link{
    background-image: url("../img/youtube.svg");
}

body a.btn{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #FFF !important;
    background: #00aeef;
    display: inline-block;
    padding: 0px 25px;
    transition: all .3s linear;
    text-transform: uppercase;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid transparent;
    text-decoration: none;
}

body a.btn:hover{
    color:#00aeef !important;
    background: #FFF;
    border: 1px solid #00aeef;
}

.popup-search-form{
    width: 0px;
    height: 0px;
    overflow: hidden;
    display: none;
    opacity: 0;
    transition: opacity .3s linear;
}

.popup-search-form.active{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100vh;
    background: rgba(30, 51, 123, 0.95);
}

.popup-search-form .close-btn{
    position: absolute;
    z-index: 120;
    top: 5%;
    right: 5%;
    display: block;
    background: url("../img/x.svg");
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    width: 32px;
    height: 32px;
}

.popup-search-form .popup-form-wrapper{
    display: block;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.popup-search-form .popup-search-title{
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #536ac4;
    display: inline-block;
    margin-bottom: 30px;
}

.popup-search-form form{
    display: block;
    width: 100%;
    position: relative;
}

.popup-search-form label{
    display: none;
}

.popup-search-form input[type=text]{
    border: none;
    border-bottom: 1px solid #536ac4;
    width: 100%;
    color: #FFF;
    font-family: 'Source Serif Pro';
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    line-height: 56px;
    background: transparent;
}

.popup-search-form input[type=text]::placeholder{
    color: #FFF;
    font-family: 'Source Serif Pro';
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    line-height: 56px;
}

.popup-search-form input[type=submit]{
    background: url(../img/search_blue.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-right: 25px;
    font-size: 0px;
    border: none;
    position: absolute;
    top: 10px;
    right: -20px;
}

.footer .copyright-section .copyright-text a {
    text-decoration: none;
    color: #838cd0;
}

.block-404 {
    text-align: center;
    padding: 240px 20px;
}

.block-404__title {
    font-size: 170px;
}
.block-404__text {
    font-size: 20px;
    margin-bottom: 20px;
}

#block_620b6110c9928 .gform_title {
    padding-left: 18px;
}

#block_620b6110c9928 input:not([type="submit"]),
#block_620b6110c9928 textarea,
#block_620b6110c9928 select {
    color: #000;
}


#gform_2 input,
#gform_2 textarea {
    padding: 12px 18px;
}

#gform_2 input::placeholder,
#gform_2 textarea::placeholder,
#gform_2 select::placeholder,
#gform_2 option{
    padding:0;
    color: #000;
}

.cadca-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.cadca-list li {
    font-size: 18px;
    font-weight: 400;
    color: #2b303c;
    line-height: 1.44;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.cadca-list li:before {
    content: '';
    background: url(/wp-content/themes/cadca/assets/img/check.svg);
    display: inline-block;
    width: 20px;
    height: 17px;
    left: 0px;
    top: 2px;
    position: absolute;
}


.page-template-team_template .btn-base {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    background: #e1261e;
    border: 1px solid #e1261e;
    transition: all .3s linear;
    cursor: pointer;
    padding: 5px 20px;
    text-decoration: none!important;
    margin-bottom: 10px;
}


.page-template-team_template .btn-base:hover,
.page-template-team_template .btn-base.active {
    background: #FFF;
    color: #e1261e;
}

/* Desktop */
@media screen and (min-width: 1024px) {

    .mobile-only{
        display: none;
    }

    /* basic header */
    header {
        font-family: 'Inter', sans-serif;
    }

    header a {
        text-decoration: none;
    }

    /* top menu */
    .top-menu {
        display: inline-block;
        float: right;
        text-align: right;
        width: 65%;
    }

    .top-menu .top-menu-orphan-btn {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        line-height: 30px;
        border-radius: 5px;
        color: #FFF;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase;
        background: #e1261e;
        border: 1px solid #e1261e;
        transition: all .3s linear;
        cursor: pointer;
        padding: 0px 20px;
        text-decoration: none;
    }

    .page-template-team_template .btn-base {
        margin-bottom: 0;
    }

    .top-menu .top-menu-orphan-btn:hover {
        background: #FFF;
        color: #e1261e;
    }

    .top-menu .search-trigger{
        background: url("../img/search.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 18px;
        margin-right: 13px;
    }

    .top-menu .search-trigger:hover{
        background: url("../img/search_hover.svg");
    }

    .top-menu ul {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
    }

    .top-menu ul li {
        display: inline-block;
        margin-right: 15px;
    }

    .top-menu ul li:last-of-type {
        margin-right: 0px;
    }

    .top-menu ul li a {
        font-size: 16px;
        color: #2b303c;
        transition: all .3s linear;
    }

    .top-menu ul li a:hover {
        color: #e1261e;
    }

    .top-menu .lang-menu-wrapper{
        border-left: 1px solid #999;
        margin-left: 20px;
        margin-right: 30px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }

    .top-menu .lang-menu-wrapper::before{
        content: '';
        background: url("../img/global.svg");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
        height: 18px;
        width: 18px;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: bottom;
    }

    .top-menu .lang-menu-wrapper::after{
        content: '›';
        display: inline-block;
        transform: rotate(90deg);
    }

    .top-menu .lang-menu-wrapper .spacer{
        display: inline-block;
        width: 20px;
    }

    .top-menu .lang-menu-list{
        position: absolute;
        left: 30px;
        top: -3px;
        z-index: 10;
    }

    .top-menu .lang-menu-list li{
        margin-right: 0px;
        padding: 5px 0 5px 5px;
        background: #FFF;
        display: none;
    }

    .top-menu .lang-menu-wrapper:hover .lang-menu-list li{
        display: block;
    }

    .top-menu .lang-menu-list li:first-of-type{
        display: block;
    }

    /* header-main */
    .header-main {
        display: inline-block;
        width: 100%;
        height: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header-main .logo-wrapper {
        float: left;
    }

    .header-main .logo-wrapper a {
        font-size: 0px;
        background: url("../img/CADCA-logo.svg");
        background-position: left center;
        background-repeat: no-repeat;
        width: 230px;
        height: 35px;
        display: block;
        background-size: 100%;
    }

    /*
    .header-main form {
        float: right;
    }

    .header-main form label {
        display: none;
    }

    .header-main form input[type=text] {
        background: url("../img/search.svg"), #f7f7f7;
        background-position: right 20px center;
        background-size: 20px;
        background-repeat: no-repeat;
        border: 1px solid #c2c2c2;
        border-radius: 5px;
        font-weight: 300;
        font-size: 16px;
        padding: 15px 25px;
        width: 430px;
        position: relative;
        font-family: 'Inter', sans-serif;
    }

    .header-main form input[type=text]::before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("../img/search.svg");

    }

    .header-main form input[type=submit] {
        background: #e1261e;
        border: 1px solid #e1261e;
        color: #FFF;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 16px 50px;
        margin-left: 30px;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        transition: all .2s linear;
    }

    .header-main form input[type=submit]:hover {
        color: #e1261e;
        background: #FFF;
    }
    */

    /* MAIN MENU */
    .main-menu {
        background: #263c87;
        text-align: center;
    }

    .main-menu ul {
        list-style: none;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .main-menu li {
        display: inline-block;
        vertical-align: middle;
    }

    .main-menu li.mobile-only {
        display: none;
    }
    .main-menu li a {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 20px;
        color: rgba(255, 255, 255, 0.96);
        line-height: 60px;
        display: inline-block;
        padding: 0px 25px;
        transition: all .3s linear;
    }
    @media screen and (min-width:1024px) {
        .main-menu li:last-child a {
            padding-right: 0;
        }
    }

    /*.main-menu li a:hover,*/
    /*.main-menu .current-menu-item a {*/
    /*    color: #263c87;*/
    /*    background: #FFFFFFF4;*/
    /*}*/
    .main-menu li.menu-item-has-children a:hover {
        background: none;
        color: rgba(255, 255, 255, 0.96);
    }

    .main-menu li.menu-btn a {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 14px;
        color: #FFF;
        background: #00aeef;
        display: inline-block;
        padding: 0px 25px;
        transition: all .3s linear;
        text-transform: uppercase;
        line-height: 40px;
        border-radius: 5px;
        margin-left: 15px;
    }

    .main-menu li.menu-btn a:hover {
        color: #263c87;
        background: #FFFFFFF4;
    }

    .main-menu ul.main-menu-wrapper li.menu-item-has-children{
        position: relative;
    }

    .main-menu ul.main-menu-wrapper li ul.sub-menu{
        display: none;
        list-style: none;
        background: #fff;
        position: absolute;
        z-index: 50;
        left: 0px;
        top: 60px;
        width: 260px;
        padding: 10px 0px;
        -webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.5);
    }

    .main-menu ul.main-menu-wrapper li:hover ul.sub-menu{
        display: block;
    }

    .main-menu ul.main-menu-wrapper li ul.sub-menu li{
        display: block;
        text-align: left;
    }

    .main-menu ul.main-menu-wrapper li ul.sub-menu li a{
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 16px;
        color:#263c87;
        line-height: 20px;
        display: inline-block;
        width: 100%;
        padding: 8px 25px;
        box-sizing: border-box;
        transition: all .3s linear;
    }

    .main-menu ul.main-menu-wrapper li ul.sub-menu li a:hover,
    .main-menu ul.main-menu-wrapper li ul.sub-menu .current-menu-item a {
        color:#FFF;
        background: #263c87;
    }

    .header-main-mobile .mobile-nav a:focus,
    .main-menu a:focus {
        outline: none;
    }

    /* FOOTER */
    .footer {
        min-height: 770px;
        width: 100%;
        background-color: #1e337b;
        box-sizing: border-box;
        font-size: 0px;
        margin-top: 90px;
    }

    .footer .logo-wrapper {

    }

    .footer .content-wrapper {
        padding-top: 70px;
        padding-right: 10%;
    }

    .footer form {
        margin-top: 40px;
    }

    .footer form input[type=email] {
        color: #FFF;
        background-color: #344b99;
        border: 1px solid #4a62b6;
        border-radius: 5px 0px 0px 5px;
        padding: 20px 35px;
        width: 425px;
        box-sizing: border-box;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 18px;
    }

    .footer form input[type=email]::placeholder {
        color: #FFF;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 18px;
    }

    .footer form input[type=submit] {
        padding: 20px 35px;
        color: #FFF;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 18px;
        background: #e1261e;
        border: 1px solid #e1261e;
        border-radius: 0px 5px 5px 0px;
        text-transform: capitalize;
    }

    .footer .subscription-section {
        padding-bottom: 45px;
        border-bottom: 1px solid #3e57a9;
    }

    .footer .subscription-title {
        font-family: 'Source Serif Pro', serif;
        font-weight: bold;
        font-size: 32px;
        color: #FFF;
    }

    .footer .content-wrapper {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 430px);
        min-height: 770px;
        box-sizing: border-box;
        padding-left: 60px;
    }

    .footer .contact-section {
        display: inline-block;
        box-sizing: border-box;
        font-size: 0px;
        width: 100%;
        border-bottom: 1px solid #3e57a9;
        padding: 30px 0px;
    }

    .footer .contact-section .contact-text{
        font-size: 16px;
        line-height: 24px;
        font-family: 'Inter', sans-serif;
        color: #FFF;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 200px);
    }

    .footer .contact-section .social-links{
        display: inline-block;
        vertical-align: bottom;
        width: 200px;
    }

    .footer .contact-section a {
        color: #FFF;
        text-decoration: none;
        transition: all .3s linear;
    }

    .footer .contact-section a:hover {
        text-decoration: underline;
    }

    .footer .contact-section .gray-text {
        color: #838cd0;
    }

    .footer .nav-section {
        padding: 30px 0px 20px;
        border-bottom: 1px solid #3e57a9;
    }

    .footer .nav-section ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .footer .nav-section ul li {
        display: inline-block;
        width: 50%;
        margin-bottom: 16px;
    }

    .footer .nav-section ul li a {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #FFF;
        text-decoration: none;
        transition: all .3s linear;
    }

    .footer .nav-section ul li a:hover {
        text-decoration: underline;
    }

    .footer .copyright-section{
        display: inline-block;
        padding-top: 45px;
        padding-bottom: 45px;
        box-sizing: border-box;
        font-size: 0px;
        width: 100%;
    }

    .footer .copyright-section .secondary-logo{
        background-size: contain !important;
        width: 220px;
        height: 100px;
        background-repeat: no-repeat !important;
        display: inline-block;
        vertical-align: top;
    }

    .footer .copyright-section .copyright-text {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #838cd0;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 220px);
        box-sizing: border-box;
        padding-left: 30px;
    }
    .footer .social-links a{
        background: #FFF;
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-left: 10px;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: initial;
        transition: all .3s linear;
    }

}

/* Mobile */
@media screen and (max-width: 1023.98px) {
    .desktop-only{
        display: none !important;
    }

    /* Header */

    .top-menu-mobile{}

    .top-menu-mobile ul{
        width: 100%;
        list-style: none;
        display: inline-block;
        box-sizing: border-box;
        font-size: 0px;
    }

    .top-menu-mobile ul li{
        display: inline-block;
        width: 50%;
    }

    .top-menu-mobile ul li a{
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        color:#FFF;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 40px;
        text-align: center;
        width: 100%;
        display: inline-block;
        text-decoration: none;
    }

    .top-menu-mobile ul li.nav-blue a{
        background-color: #1da9e4;
    }

    .top-menu-mobile ul li.nav-red a{
        background-color: #e1261e;
    }

    .header-main-mobile {
        display: inline-block;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header-main-mobile .nav-bottom{
        position: absolute;
        z-index: 100;
        bottom: 0px;
        width: 100%;
        box-sizing: border-box;
        padding: 20px 20px 0px 20px;
        display: none;
        background: rgb(32,53,125);
        background: linear-gradient(0deg, rgba(32,53,125,1) 90%, rgba(32,53,125,0) 100%);
    }

    .header-main-mobile .nav-bottom.active{
        display: block;
    }

    .header-main-mobile .nav-bottom form{
        position: relative;
    }

    .header-main-mobile .nav-bottom form label{
        display: none;
    }

    .header-main-mobile .nav-bottom form input[type=text]{
        width: 100%;
        line-height: 48px;
        border: 1px solid #4a62b6;
        border-radius: 5px;
        background: #344b99;
        color:#FFF;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 16px;
        padding: 0px 50px 0px 25px;
        box-sizing: border-box;
        display: inline-block;
    }

    .header-main-mobile .nav-bottom form input::placeholder{
        color:#FFF;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 16px;
    }

    .header-main-mobile .nav-bottom form input[type=submit]{
        font-size: 0px;
        background: url("../img/search_white.svg");
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center center;
        height: 50px;
        width: 50px;
        display: inline-block;
        border: none;
        position: absolute;
        right: 0px;
    }



    .header-main-mobile .nav-bottom .mobile-bottom-nav,
    .header-main-mobile .nav-bottom .lang-menu-list_mobile{
        display: inline-block;
        position: relative;
    }

    .header-main-mobile .nav-bottom .lang-menu-list_mobile{
        float: right;
    }

    .header-main-mobile .nav-bottom .lang-menu-list_mobile::before {
        content: '';
        background: url(../img/global.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
        height: 18px;
        width: 18px;
        margin-right: 10px;
        vertical-align: bottom;
        position: absolute;
        left: -30px;
        top: calc(50% - 9px);
    }

    .header-main-mobile .nav-bottom .mobile-bottom-nav li,
    .header-main-mobile .nav-bottom .lang-menu-list_mobile li{
        display: inline-block;
    }

    .header-main-mobile .nav-bottom .mobile-bottom-nav li a,
    .header-main-mobile .nav-bottom .lang-menu-list_mobile li a{
        color: #FFF;
        text-decoration: none;
        font-family: 'Inter', sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        display: inline-block;
        text-align: left;
        box-sizing: border-box;
        padding: 20px 20px 20px 0px;
    }

    .header-main-mobile .nav-bottom .lang-menu-list_mobile li a{
        padding: 20px 10px 20px 0px;
    }

    .header-main-mobile .nav-bottom .lang-menu-list_mobile li.current-language-menu-item a{
        font-weight: bold;
    }

    .header-main-mobile .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-main-mobile .logo-wrapper {
        float: left;
    }

    .header-main-mobile .logo-wrapper a {
        font-size: 0px;
        background: url("../img/CADCA-logo.svg");
        background-repeat: no-repeat;
        background-position: left center;
        width: 170px;
        height: 26px;
        display: block;
        background-size: 100%;
    }

    .header-main-mobile a.nav-toggler{
        width: 35px;
        display: inline-block;
        float: right;
    }

    .header-main-mobile a.nav-toggler div{
        width: 100%;
        height: 4px;
        background: #253a84;
        display: block;
        margin: 4px 0px 3px 0px;
    }

    .header-main-mobile a.nav-toggler.active{
        position: relative;
    }

    .header-main-mobile a.nav-toggler.active div:nth-child(2){
        display: none;
    }

    .header-main-mobile a.nav-toggler.active div:first-of-type{
        transform: rotate(
                45deg
        );
        position: absolute;
        top: 7px;
    }
    .header-main-mobile a.nav-toggler.active div:last-of-type{
        transform: rotate(
                -45deg
        );
        position: absolute;
        top: 7px;
    }

    .header-main-mobile .mobile-nav{
        display: none;
    }

    .header-main-mobile .mobile-nav.active{
        width: 100%;
        height: calc(100% - 218px);
        display: block;
        position: fixed;
        z-index: 100;
        list-style: none;
        background-color: #20357d;
        top: 100px;
        overflow: scroll;
    }

    .header-main-mobile .mobile-nav.active > li a{
        color:#FFF;
        text-decoration: none;
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 20px;
        width: calc(100% - 50px);
        display: inline-block;
        text-align: left;
        box-sizing: border-box;
        padding: 10px 20px;
    }

    .header-main-mobile .mobile-nav > li{
        border-bottom: 1px solid #3e57a9;
        position: relative;
    }

    .header-main-mobile .mobile-nav li.menu-item-has-children .sub-menu{
        display: none;
        width: 100%;
    }

    .header-main-mobile .mobile-nav li.menu-item-has-children:after{
        content:'';
        width: 50px;
        height: 42px;
        background: url("../img/chevron-down.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: initial;
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .header-main-mobile .mobile-nav li.menu-item-has-children.active:after{
        content:'';
        width: 50px;
        height: 42px;
        background: url("../img/chevron-up.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: initial;
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .header-main-mobile .mobile-nav li.menu-item-has-children.active,
    .header-main-mobile .mobile-nav li.menu-item-has-children.active .sub-menu{
        background: #344b99;
    }

    .header-main-mobile .mobile-nav li.menu-item-has-children .sub-menu li a{
        font-size: 15px;
        padding-left: 40px;
        display: inline-block;
    }

    /* FOOTER */
    .footer { /**/
        width: 100%;
        background-color: #1e337b;
        box-sizing: border-box;
        font-size: 0px;
        margin-top: 0px;
    }

    .footer .content-wrapper { /**/
        padding-top: 40px;
        padding-right: 20px;
        padding-left: 20px;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .footer form { /**/
        margin-top: 30px;
    }

    .footer form input[type=email] { /**/
        color: #FFF;
        background-color: #344b99;
        border: 1px solid #4a62b6;
        border-radius: 5px;
        padding: 20px 35px;
        width: 100%;
        box-sizing: border-box;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .footer form input[type=email]::placeholder {
        color: #FFF;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 18px;
    }

    .footer form input[type=submit] { /**/
        color: #FFF;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 18px;
        background: #e1261e;
        border: 1px solid #e1261e;
        border-radius: 5px;
        text-transform: capitalize;
        text-align: center;
        width: 100%;
        padding: 20px 0px;
    }

    .footer .subscription-section {
        padding-bottom: 45px;
        border-bottom: 1px solid #3e57a9;
    }

    .footer .subscription-title { /**/
        font-family: 'Source Serif Pro', serif;
        font-weight: bold;
        font-size: 30px;
        color: #FFF;
        text-align: center;
    }

    .footer .contact-section { /**/
        display: inline-block;
        box-sizing: border-box;
        font-size: 0px;
        width: 100%;
        border-bottom: 1px solid #3e57a9;
        padding: 30px 0px;
    }

    .footer .contact-section .mobile-only{ /**/
        background: url("../img/cadca-logo-white.png");
        width: 100%;
        height: 30px;
        margin-bottom: 30px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }

    .footer .contact-section .contact-text{ /**/
        font-size: 16px;
        line-height: 24px;
        font-family: 'Inter', sans-serif;
        color: #FFF;
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .footer .contact-section .social-links{
        display: inline-block;
        vertical-align: bottom;
        width: 200px;
        margin-top: 25px;
    }

    .footer .contact-section a {
        color: #FFF;
        text-decoration: none;
        transition: all .3s linear;
    }

    .footer .contact-section a:hover {
        text-decoration: underline;
    }

    .footer .contact-section .gray-text {
        color: #838cd0;
    }

    .footer .nav-section {
        padding: 30px 0px;
        border-bottom: 1px solid #3e57a9;
    }

    .footer .nav-section ul { /**/
        list-style: none;
        padding: 0;
        margin: 0;
        display: block;
    }

    .footer .nav-section ul li { /**/
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin-bottom: 30px;
    }

    .footer .nav-section ul li:last-of-type { /**/
        margin-bottom: 0px;
    }

    .footer .nav-section ul li a {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #FFF;
        text-decoration: none;
        transition: all .3s linear;
    }

    .footer .nav-section ul li a:hover {
        text-decoration: underline;
    }

    .footer .copyright-section{ /**/
        display: inline-block;
        padding-top: 20px;
        padding-bottom: 45px;
        box-sizing: border-box;
        font-size: 0px;
        width: 100%;
    }

    .footer .copyright-section .secondary-logo{ /**/
        background-size: contain !important;
        width: 220px;
        height: 100px;
        background-repeat: no-repeat !important;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
    }

    .footer .copyright-section .copyright-text { /**/
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #838cd0;
        display: block;
        vertical-align: top;
        width: 100%;
        box-sizing: border-box;
    }

    .footer .social-links a{
        background: #FFF;
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: initial;
        transition: all .3s linear;
    }
}

/* ====================== specific rules ====================== */

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .container {
        width: 1009px;
        margin: auto;
        box-sizing: border-box;
        padding: 0px 20px;
    }

    .footer .logo-wrapper{
        width: 300px !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    .footer .content-wrapper{
        width: calc(100% - 300px) !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .header-main form input[type=text]{
        width: 320px !important;
    }

    .main-menu li a{
        font-size: 18px !important;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1200px;
        margin: auto;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1600px){
    .footer .nav-section ul {
        flex-wrap: wrap;
    }
    .footer .nav-section li {
        flex-basis: 45%;
    }
}

@media screen and (min-width: 1600px){
    .footer .nav-section li br.hide_desktop {
        display: none;
    }
}

.search-results main>.container{
    max-width: 815px;
}


.gform-wrapper-a form .gform_footer {
    padding: 0!important;
    margin:0!important;
}

.gform-wrapper-a .gform_wrapper.gravity-theme .gform_footer input {
    margin: 0;
}

.gform-wrapper-a .gform_wrapper.gravity-theme .gform_fields {
    display: block;
    height: 100%;
}
.gform-wrapper-a .gform_wrapper.gravity-theme .gfield,
.gform-wrapper-a #input_3_1,
.gform-wrapper-a .ginput_container,
.gform-wrapper-a .gfield {
    height: 100%;
}

.gform-wrapper-a #input_3_1 {
    width: 100%
}

.gform-wrapper-a form #gform_submit_button_3 {
    min-height: unset;
    line-height: normal;
}

.gform-wrapper-a form #input_3_1 {
    color: #FFF;
    background-color: #344b99;
    border: 1px solid #4a62b6;
    border-radius: 5px;
    padding: 20px 35px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.gform-wrapper-a .gform_confirmation_message {
    font-size: 16px;
    color: #fff;
}

.mobile-only .gform-wrapper-a form {
    display: flex;
}

.mobile-only .gform-wrapper-a #input_4_1 {
    line-height: 50px;
    height: 100%;
}
.mobile-only .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 50px;
}

@media screen and (min-width: 1024px){
    .gform-wrapper-a form{
        display: flex;
    }
    .gform-wrapper-a form #gform_submit_button_3 {
        padding: 20px 35px;
        color: #FFF;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 18px;
        background: #e1261e;
        border: 1px solid #e1261e;
        border-radius: 0px 5px 5px 0px;
        text-transform: capitalize;
    }
    .gform-wrapper-a form #input_3_1 {
        color: #FFF;
        background-color: #344b99;
        border: 1px solid #4a62b6;
        border-radius: 5px 0px 0px 5px;
        padding: 20px 35px;
        width: 425px;
        box-sizing: border-box;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 0;
    }
}


/* FORM #2 */
.contact_gallery .form-wrapper .gform-wrapper-a form input[type=submit] {
    width: 100%;
}
.contact_gallery .form-wrapper .gform-wrapper-a form .gform-body {
    width: 70%;
}
.contact_gallery .form-wrapper .gform-wrapper-a form .gform_footer {
    width: 30%;
}




/*.search-results .listing-page-title {*/
/*    max-width: 815px;*/
/*    margin: 30px auto;*/
/*    padding: 0 30px;*/
/*}*/
/*.search-results .listing-page-title p {*/
/*    font-size: 24px;*/
/*}*/

/*.search-results .article-wrapper {*/
/*    max-width: 100%;*/
/*}*/

/*.search-results .article-wrapper img {*/
/*    display: none;*/
/*}*/

/*.search-results .article-wrapper .article-excerpt  {*/
/*    padding: 0 30px;*/
/*}*/
/*.search-results .article-wrapper .article-excerpt h2 {*/
/*    font-size: 24px;*/
/*}*/
/*.search-results .article-wrapper .article-excerpt p {*/
/*   display: none;*/
/*}*/

/*@media screen and (min-width: 1024px) {*/
/*    .search-results .listing-page-title {*/
/*        margin: 30px auto;*/
/*    }*/
/*    .search-results .listing-page-title p {*/
/*        font-size: 32px;*/
/*    }*/

/*    .search-results .article-wrapper {*/
/*        display: flex;*/
/*        margin: 30px 0;*/
/*        min-height: 200px;*/
/*    }*/

/*    .search-results .article-wrapper img {*/
/*        width: 30%;*/
/*        display: block;*/
/*        object-fit: cover;*/
/*    }*/
/*    .search-results .article-wrapper .article-excerpt  {*/
/*        padding: 30px;*/
/*    }*/
/*    .search-results .article-wrapper .article-excerpt p {*/
/*        display: block;*/
/*    }*/
/*}*/

.social-link-new {
    position: relative;
    /*display: inline-flex!important;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
.social-link-new svg {
    fill: #1e337b;
    width: 20px;
    height: 20px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.footer .social-links a {
    margin-bottom: 10px;
}


/* Pagination */
.navigation.pagination {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #263c87;
    margin: 20px 0;
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.navigation.pagination .screen-reader-text {
    position: absolute;
    font-size: 14px;
    right: 1000%;
}

.navigation.pagination .page-numbers {
    text-decoration: none;
    color: #263c87;
    margin: 0 2px;
}

.navigation.pagination .page-numbers:first-child {
    margin: 0 2px 0 0;
}

.navigation.pagination .page-numbers.current {
    color: #cdd7fb;
}
@media (min-width: 1024px) {
    .navigation.pagination .page-numbers {
        text-decoration: none;
        color: #263c87;
        margin: 0 5px;
    }
    .navigation.pagination .page-numbers:first-child {
        margin: 0 5px 0 0;
    }
}

.footer .copyright-section {
    display: flex;
    flex-flow: column;
    gap: 30px;
}

.logos-footer {
    flex-flow: row;
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    order: 10;
}

.logos-footer__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:30px;
    width:50%;
    height: 100%;
    justify-content: center;
}

.logos-footer__left a {
    display:block;
    width:100%;
    height:auto;
}

.logos-footer__right {
    width:50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos-footer img {
    width: 100%;
    height: auto;
    display: block;
}

.footer .copyright-section .secondary-logo {
    height: 80px;
}

@media (min-width: 768px) {
    .footer .copyright-section {
        flex-flow: row;
    }

    .footer .logos-footer {
        order:0;
        width: 50%;
    }
    .logos-footer__left {

    }
    .logos-footer__left img {
        width: 100%;
    }

    .logos-footer__right img {
        max-height: 270px;
        width: auto;
        display: block;
        margin: auto;
        max-width: 100%;
    }

    .footer .copyright-section .secondary-logo {
        width: 100%;
    }
    .copyright-text {
        width:50%;
    }
}

.max-width-200 {
    max-width: 200px;
}

#menu-top-menu {
    padding:0;
}

ul,ol {
    padding-left:40px;
}



@media (min-width: 1024px ) {
    .main-menu .menu-item-has-children .menu-item-has-children:after {
        content: '';
        position: absolute;
        top: 0;
        right:0;
        bottom:0;
        background-repeat: no-repeat;
        background-position: calc(50% - 3px) 50%;
        background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path  fill="%23263c87" d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
        width: 20px;
        background-size: 6px;
    }
    .main-menu li.menu-item-has-children li.menu-item-has-children > ul.sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
        display:none;
    }
    .main-menu li.menu-item-has-children li.menu-item-has-children:hover > ul.sub-menu {
        display:block;
    }
}

.main-sec {
    max-width: 100vw;
    overflow: hidden;
}


.header-main-mobile .mobile-nav.active {
    box-sizing: border-box;
    max-width: 100vw;
}

@media (max-width: 1023px) {
    #menu-mainmenuv2 .menu-item-has-children.active .sub-menu {
        list-style: none;
        display: block !important;
        padding-left: .5rem;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        text-overflow: ellipsis;
    }
    .header-main-mobile .mobile-nav li.menu-item-has-children.active:after {
        background-color: #20357d;
    }
    .header-main-mobile .mobile-nav li.menu-item-has-children .sub-menu li a {
        font-size: 15px;
        padding: .5rem 0 1rem 0;
        display: inline-block;
    }
    .header-main-mobile .mobile-nav.active>li a {
        padding: .75rem .25rem;
    }

}

@media (min-width: 1024px) and (max-width: 1510px) {
    .main-menu ul.main-menu-wrapper li:last-child ul.sub-menu {
        left: unset;
        right: 0;
    }
    .main-menu ul.main-menu-wrapper li:last-child ul.sub-menu li {
        text-align: right;
    }
}
