/**********
SITEWIDE STYLES
**********/

body,
html,
a,
p,
div,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Raleway', sans-serif;
    line-height: 120%;
    font-size: 14px;
    color: var(--text-black);
    font-weight: 400;
}
p{
    line-height: 23px
}
.home-hero h1{
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px;
}
h1{
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
}
h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
}
h4,
h4 a{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
    }
:root{
    --purple-color: #696CBD;
    --pink-color: #D5359B;
    --yellow-color: #FFC143;
    --mint-color: #7EE5BE;
    --teal-color: #819BCF;
    --lime-color: #D2E42E;
    --sky-blue-color: #3CA4FF;
    --blue-color: #547FE3;
    --cyan-color: #35BED3;
    --orange-color: #F06F25;
    --red-color: #EC4141;
    --brown-color: #CE8C60;
    --green-color: #91B84E;
    --lavender-color: #AF9BDC;

    --text-black: #0A0A0A;


    --fs-xxs: 12px;
    --fs-xs: 14px;
    --fs-sm: 16px;
    --fs-md: 18px;

    --fw-rg: 400;
    --fw-md: 400;
    --fw-semibold: 600;
    --fw-bold: 700;
}

/* font-size and weight*/
.fs-xxs{
    font-size: var(--fs-xxs);
}
.fs-xs{
    font-size: var(--fs-xs);
}
.fs-sm{
    font-size: var(--fs-sm);
}
.fs-md{
    font-size: var(--fs-md);
}
.fw-rg{
    font-weight: var(--fw-rg);
}
.fw-md{
    font-weight: var(--fw-md);
}
.fw-semibold{
    font-weight: var(--fw-semibold);
}
.fw-bold{
    font-weight: var(--fw-bold);
}


.text-dark{
    color: #323232;
}
/* BUTTONS */
.btn{
    text-align: center;
    border: none;
    outline: none;
    position: relative;
    max-width: 100%;
}
.btn-inline{
    display: flex;
    justify-content: center;
    text-decoration: none;
    line-height: 21px !important;
}
.btn-inline:hover,
.text-none:hover{
    text-decoration: none;
}
.btn:hover{
    opacity: 1;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.btn:focus{
    box-shadow: none;
}
.btn-sm{
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    padding: 3px 20px;
}
.btn-lg{
    font-size: var(--fs-xxs);
    font-style: normal;
    font-weight: var(--fw-bold);
    line-height: normal;
    padding: 13.5px 25px;
    
}
.btn-sm.btn-round{
    border-radius: 70px;
}
.btn-lg.btn-round{
    border-radius: 40px;
}

.btn-lg.icon-left{
    padding-left: 47.5px ;
}

.btn-lg.icon-left::before{
    position: absolute;
    width: 21px;
    height: 21px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-lg.icon-left.icon-handshake::before{
    content: url('../img/icon-handshake.svg');
}

.btn-lg.icon-left.icon-sync::before{
    content: url('../img/icon-sync.svg');
}
.btn-lg.icon-left.icon-heart::before{
    content: url('../img/icon-heart.svg');
}

.btn-white{
    background: #ffffff;
    color: #283384;

}
.btn-pink{
    background: var(--pink-color);
}
.btn-teal{
    background: var(--teal-color);
}
.btn-yellow{
    background: var(--yellow-color);
    color: #1C3A61;
}
.btn-mint{
    background: var(--mint-color);
}


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

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.8
}

.flex {
    display: flex
}

.container {
    max-width: 1200px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom60 {
    margin-bottom: 60px;
}

.bottom90 {
    margin-bottom: 90px;
}


footer{
    background: #1B3A61;
}

footer .copyright{
    color: #ffffff;
    font-size: 12px;
    line-height: 24px
}
.ftr-info p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 24px;
}
.ftr-logo img{
    max-width: 214px;
    width: 100%;
    height: auto;
}
.ftr-location p,
.ftr-location a{
    font-size: 16px;
     color: #ffffff;
    font-weight: 700;
    margin-bottom: 0;
}
.ftr-location a:hover{
    text-decoration: none;
}
.help-wrapper{
    border-radius: 20px;
    background: #696CBD;
    padding: 23px 40px;
}
.help-wrapper .lines{
    list-style: none;
    padding: 0;
    margin: 0;
}
.help-wrapper h3{
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    line-height: 60px;
}
.help-wrapper .lines li{
    border-radius: 70px;
    background: rgba(255, 255, 255, 0.21);
    padding: 10px 50px 10px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    position: relative;
    margin-bottom: 13px;
}
.help-wrapper .lines li::after{
    content: url(../img/icon-arrow-right.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
footer .socials{
    display: flex;
}
footer .socials a{
    color: #ffffff;
}
.ftr-location .item{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.ftr-location .item img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.menu-item-has-children::after {
    position: absolute;
    content: url('../img/icon-dropdown.svg');
    top: -2px;
    right: -15px;
    transform: scaleY(1);
}

.menu-item-has-children.sub-menu-active::after {
    transform: scaleY(-1);
    position: absolute;
     top: 32px;
    
}


.notification-bar{
    background: var(--purple-color);
    padding: 15px 0;
    color: #ffffff;
}
.notification-bar .notification-text p{
    font-size: var(--fs-xs);
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 0;
    color: #ffffff;
}

/**********
COOKIE    
**********/

#siteCookie {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 30;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
}

#siteCookie,
#siteCookie p,
#siteCookie a,
#siteCookie .fa {
    color: #fff;
    font-weight: 600
}

#siteCookie .inner {
    display: flex;
    align-items: center;
}

#siteCookie p {
    margin-right: 20px
}

#siteCookie .fa {
    font-size: 28px;
    margin-left: auto
}

#siteCookie i {
    cursor: pointer
}

nav.nav ul li a{
    color: #323232;
    font-size: 14px;
    font-weight: 700;
}
nav.nav ul li a:hover,
nav.nav ul li.current_page_item a,
nav.nav ul li.current-menu-ancestor > a{
    color: var(--pink-color);
    text-decoration: none;
}
header .flex{
    padding: 10px 0;
}
.home-hero {
    position: relative;
    background-size: 53vw 100%;
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 577px;
    overflow: hidden;
    background-color: #E4E4EC;
    animation: hero-bg-transition 3s ease 0.5s forwards;
  
}
.hero-action-links {
    width: 100%;
    display: flex;
    background: linear-gradient(to right, #C44398 50%, #869ACB 50%);
}
.hero-action-links .link-ig{
    background: #C44398;
}
.hero-action-links .link-faq{
    background: #869ACB;
}
.hero-action-links .link-item{
    text-align: center;
    padding: 13px 0;
}


@keyframes hero-bg-transition {
    0%   { background-color: #E4E4EC; }
    100% { background-color: #1B3A61; }
}

.home-hero .info-wrapper .hero-title,
.home-hero .info-wrapper .hero-text,
.home-hero .info-wrapper .hero-text p {
    color: #474BBA;
    animation: hero-text-transition 3s ease 0.5s forwards;
}

@keyframes hero-text-transition {
    0%   { color: #474BBA; }
    100% { color: #ffffff; }
}


/* Ensure content sits above the pseudo-element */
.home-hero .container {
    position: relative;
    z-index: 1;
}

/* White text on the dark panel */
.home-hero .info-wrapper .hero-title,
.home-hero .info-wrapper .hero-text,
.home-hero .info-wrapper .hero-text p {
    color: #ffffff;
}

.hero-triangle::before {
    content: "";
    background-image: url(../img/hero-triangle.png);
    background-repeat: no-repeat;
    background-size: 183px;
    position: absolute;
    width: 183px;
    height: 183px;
    top: 0;
    right: 30%;
    transform: translateX(-50%);
    z-index: 2;
}
.banner-slider .slide-item{
    position: relative;
    height: 293px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px;
}
.banner-slider .slide-item .info{
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 40px;
    transform: translateY(-50%);
    width: 100%;

}

.arrow-dark .slick-next:before{
    content: url(../img/arrow-right.svg);
}
.arrow-dark .slick-prev:before{
    content: url(../img/arrow-left.svg);
}

.dot-light .slick-dots li{
    margin: 0 5px;
}
.dot-light .slick-dots li button,
.dot-light .slick-dots li{
    padding: 0;
    width: 10px;
    height: 10px;
    
}

.dot-light .slick-dots li button:before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 1px solid #ffffff;
}
.dot-light .slick-dots li.slick-active button:before{
    background: #ffffff;
}
.dot-light .slick-dots{
    bottom: 45px;
    text-align: left;
    left: 50px;
}
.banner-slider .slide-item .info h2,
.banner-slider .slide-item .info p{
    color: #ffffff;
}
.banner-slider .slide-item .info h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}
.banner-slider .slide-item::before{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 37.35%, rgba(0, 0, 0, 0.70) 100%);
}

.banner-slider .slide-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.card-style-1 .card-item{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.card-style-1 .card-item .image{
    height: 197px;
    width: 100%;
}
.card-style-1 .card-item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-style-1 .card-item .icon{
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-right: 12px;
}
.card-style-1 .card-item .title{
    display: flex;
    align-items: center;

}
.card-style-1 .card-item .title h3{
    color: #1B3A61;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.card-style-1 .card-item .link{
    color: #1B3A61;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.card-style-1 .card-item .link:hover{
    text-decoration: none;
}
.card-style-1 .card-item .text p{
    font-size: 12px;
     color: #1B3A61;
    font-weight: 400;
    line-height: 20px;
}
.card-style-1 .card-item .info{
    padding: 17px 10px;
    background: rgba(199, 200, 230, 0.26);
    height: calc(100% - 197px);
}

.color-blocks .block{
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 13px;

}
.color-blocks .block h4{
    font-size: 18px;
    font-weight: 700
}
.color-blocks .block .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.color-blocks .block .content p:last-child{
    margin-bottom: 0;
}
.color-blocks .block .content .link,
.article-item .link{
    min-width: 102px;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.image-sticky{
    position: sticky;
    top: 20px;
}
.carousel-slide{
    overflow-x: hidden;
}
.articles-section,
.partners-section{
    padding-top: 60px;
    padding-bottom: 60px;
}
/* Force track and slides to full height */
.blog-slider .slick-track {
    display: flex;
}

.blog-slider .slick-slide {
    height: inherit;
    display: flex;
}

.article-item {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 8px;
}

.article-item .image {
    width: 100%;
    height: 227px;
    flex-shrink: 0;
}

.article-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-item .content {
    background: #ffffff;
    padding: 20px 30px 30px;
    flex: 1;          /* fills remaining height after image */
    display: flex;
    flex-direction: column;
}
.team-card .info{
    text-align: center;
    padding: 23px 0 0;
    
}
.tab-box .info{
    text-align: left;
    padding: 16px;
}
.team-card .info h4,
.team-card .info h4 a{
    color: #161C49;
}
.team-card .info p{
    color: #8A8A8A;
    font-size: 14px;
    margin-bottom: 0;
}

.team-leadership .card-large img{
    width: 100%;
    height: 285px;
    object-fit: cover;
    border-radius: 30px;
}
section.all-people{
    background: #E7E7EF;
    padding-top: 50px;
    padding-bottom: 70px;
}
.team-grid .card-small img{
    width: 100%;
    height: 185px;
    object-fit: cover;
    border-radius: 20px;
}
.tab-panel {
    opacity: 1; 
}

ul.tab-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-bottom: 50px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
ul.tab-nav li button{
    font-size: 15px;
    font-weight: 700;
    border-radius: 40px;
    border: 1px solid #868686;
    padding: 10px 20px;
    background: none;
    outline: none;
}
ul.tab-nav li button.is-active{
    background: #283384;
    color: #ffffff;
    border: none;
    outline: none;
}
.tab-box{
    border-radius: 8px;
    background: #FFF;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    height: 100%;

}
.tab-box img{
    border-radius: 10px;
    width: 84px;
    height: 84px;
    object-fit: cover;
}
@media only screen and (min-width: 1140px) {

    /**********
    COLUMNS
    **********/
    .twoCol {
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
    }
    .menu-item-has-children.sub-menu-active::after{
        top: 0 !important;
    }
    .twoCol .col {
        width: 50%;
        padding: 15px;
    }
    .threeCol .col {
        width: 33.33%;
        padding: 15px;
    }
    .fourCol .col {
        width: 25%;
        padding: 15px;
    }
    .fiveCol .col {
        width: 20%;
        padding: 15px;
    }
    /**********
    HEADER NAV
    **********/
    header .flex {
        align-items: center;
        justify-content: space-between;
    }
   
    header .logo img {
        max-height: 54px;
    }
    nav.nav ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    nav.nav ul li {
        position: relative;
    }
   
    nav.nav > ul > li:not(:last-child){
        margin-right: 43px;
    }
    /**********
    submenu popup
    **********/
    nav.nav .sub-menu {
        max-height: 0;
        overflow: hidden;
        position: absolute;
        flex-wrap: wrap;
        width: 200px !important;
    }
    .menu-item-has-children::after {}
    nav.nav .menu-item-has-children.sub-menu-active>.sub-menu {
        max-height: 900px;
        background: #ffffff;
        padding: 10px;
        margin-left: -10px;
        z-index: 99;
    }
     nav.nav .menu-item-has-children.sub-menu-active>.sub-menu li{
        padding: 10px 0;
     }
    nav.nav .sub-menu li {
        width: 100%;
        margin-left: 0;
        display: inline-block;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 1140px) {
    header .logo{
        order: 2;
    }
     header .logo img {
        max-height: 58px;
    }
    .header-links {
        z-index: 99;
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .flex {
        flex-wrap: wrap;
    }
    
    header .logo {
        position: relative;
        z-index: 20;
    }
    /**********
    HEADER NAV
    **********/
    body.fix {
        overflow: hidden;
    }
    header .nav {
        position: fixed;
        top: -100%;
        left: 0;
        z-index: 10;
        height: 100vh;
        width: 100%;
        background-color: #ccc;
        transition: all 300ms;
    }

    header .nav.navActive {
        top: 0;
        background: #ffffff;
    }
    header .nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    header .nav>ul {
        margin-top: 62px;
        box-sizing: border-box;
        width: 100%;
        background: #FAFAFA;
        max-height: 85vh;
        overflow-y: auto;
    }
    header .nav>ul li {
        position: relative;
    }
    
    header .nav>ul li a {
        display: block;
        border-bottom: 1px solid rgba(99, 99, 99, 0.10);
        width: 100%;
        padding: 30px 25px;
    }
    
     header .nav ul.sub-menu li a {
            border-bottom: none;
            padding-left: 60px;
     }
    .menu-item-has-children::after {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
    }
    #burgerNav {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 22px;
        height: 40px;
        cursor: pointer;
        z-index: 90
    }
    #burgerNav .innerBurger {
        position: relative;
        height: 100%;
    }
    
    #burgerNav .innerBurger span {
        width: 100%;
        height: 4px;
        border-radius: 10px;
        top: 0;
        background-color: #262B5B;
        position: absolute;
        opacity: 1;
        transition: all 300ms;
        transform: rotate(0deg);
    }
    .navActive .innerBurger span{
         height: 2px !important;
    }
    
    #burgerNav.navActive .innerBurger span {
        transition: all 300ms;
        background: #000;
    }
     #burgerNav:not(.navActive) .innerBurger span:nth-child(1){
            width: 13px;
     }
    #burgerNav .innerBurger span:nth-child(1) {
        top: 25%;
        
    }
    #burgerNav .innerBurger span:nth-child(2) {
        top: 50%;
    }
    #burgerNav .innerBurger span:nth-child(3) {
        top: 75%;
    }
    #burgerNav.navActive .innerBurger span:nth-child(1) {
        top: 50%;
        transform: rotate(-45deg);
    }
    #burgerNav.navActive .innerBurger span:nth-child(2) {
        top: 50%;
        opacity: 0;
    }
    #burgerNav.navActive .innerBurger span:nth-child(3) {
        top: 50%;
        transform: rotate(45deg);
    }
    nav.nav .sub-menu {
        max-height: 0;
        overflow: hidden;
        flex-wrap: wrap;
        transition: all 200ms;
    }
    .menu-item-has-children::after {}
    nav.nav .menu-item-has-children.sub-menu-active>.sub-menu {
        max-height: 900px;
        width: 100% !important;
    }
}

@media(min-width: 992px){
    .copyright-wrapper{
        margin-top: -25px;
    }
}
@media(max-width: 991px){
    .copyright-wrapper{
        margin-top: 10px;
    }
}
@media(min-width: 768px){
    ul.tab-nav li button{
        width: 274px;
        min-height: 56px;
    }
}
@media(max-width:767px){
    ul.tab-nav{
        flex-wrap: wrap;
        justify-content: center;
    }
    ul.tab-nav{
        margin-bottom: 20px;
    }
    ul.tab-nav li button{
        padding: 10px;
        font-size: 12px;
    }
    .home-hero h1{
        font-size: 24px;
        line-height: 28px;
    }
    .banner-slider .slide-item .info h2{
        font-size: 32px;
        font-weight: 700;
        line-height: 30px
    }
     
    header .logo img{
        max-height: 58px;
    }
    .notification-bar .notification-text p{
        font-size: 12px;
        max-height: 73px;
    }
   .header-links .btn{
        padding: 10px 10px 10px 40px !important;
        margin: 4px;
        font-size: 10px;
   }
   .header-links .btn::before{
        left: 13px;

   }
    .home-hero{
        background-size: cover;
    }
    .home-hero::before{
        content: "";
        background: rgba(0, 0, 0, 0.54);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .hero-triangle{
        display: none;
    }
    .color-blocks .block .content{
        flex-wrap: wrap;
    }
    .color-blocks .block .content .link{
        margin-top: 15px;
    }
}

@media(min-width:404px) and (max-width:523px){
     #burgerNav {
        position: absolute;
        top: 170px;
    }
    .navActive{
        top: 73px  !important;
    }
    
    



}
@media(max-width:404px){
    
    #burgerNav {
        position: absolute;
        top: 172px;
    }
    .navActive{
        top: 73px  !important;
    }

    
}


@media(min-width:524px) and (max-width:1140px){
    #burgerNav {
        position: absolute;
        top: 170px;
    }
    .navActive{
        top: 69px !important;
    }
    
       
}
