

#primary-menu li{
    font-family: 'Josefin Sans' !important;
    font-weight: 700 !important;
}


#primary-menu li.current-menu-item a,
#primary-menu li.current-menu-ancestor a{
    border-radius: 8px;
}

@media screen and (min-width: 1024px){
    #primary-menu li{
        font-size: 14px;
    }
}

.cards-container{
    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 1rem;
    flex-direction: row;
    align-items: stretch;
}

.custom-container{
    padding: 40px !important;
    border-radius: 16px;
}


.dark-white{
    background-color: #EFF9FF;
}

.white{
    background-color: #f7f7f7;
}

.member-card{
    background-color: #FFFFFF;
    border-left: none !important;
    border-top: none !important;
    border-radius: 16px !important;
    background: url(/wp-content/themes/kadence-child/assets/images/vector.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 100%;
    width: auto;
    min-width: -webkit-fill-available !important;
}

.members-section{
    margin-bottom: 5rem
}


.primary{
    color: #085190 !important
}

.primary-2{
    color: #085190 !important
}

.secondary{
    color: #0079AC !important
}

.shaped{
    border-radius: 48px 0px 48px 0px !important;
}



body,
html{
    background-image: url(/wp-content/themes/kadence-child/assets/images/sitebg.svg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 0% -40% !important;
    background-color: #D1EDFF !important;
}


.btn.btn-contact{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    padding: 0;
}


.cards-wrapper{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2rem;
}

.cards-wrapper.news{
    display: grid !important;
}


.card.press-card{
    padding: 24px;
    align-items: center;
    width: 100% !important;
    padding: 24px;
}



input.filter-searchbar{
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: transparent !important;
    border-bottom: 2px solid !important;
    border-radius: 0 !important;
}

input.filter-searchbar::placeholder{
    color: #085190
}

.btn-search,
.btn-delete{
    border-top: 0 !important;
    border-radius: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 2px solid !important;
}

.btn-search{
    background-color: #085190 !important;
    color: #d1edff !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
}

.btn-delete:hover{
    background: transparent !important;
    box-shadow: none !important;
}


/*Mobile*/
@media screen and (max-width: 767px){

    .timeline-slider .wp-block-stackable-timeline.stk-block-timeline{
        top: 2rem !important;
        position: relative;
        left: 50%;
        bottom: 0
    }


    .inner-row > .kt-row-column-wrap{
        min-height: 500px !important;
    }


    .no-bg .kt-inside-inner-col{
        background-image: none !important;
    }

    .sticky-navigator{
        justify-content: flex-start !important;
    }

    .cards-container{
        display: flex;
        flex-direction: column;
    }

    .featured-news ul.card.news-card{
        margin-left: 0 !important;
    }

    .kb-google-maps-container{
        min-height: 300px;
    }

    .press-card.card-rounded figure,
    .press-card.card-rounded figure img{
        width: 100%;
        max-width: unset !important;
    }

    .timeline-slider .wp-block-stackable-column{
        min-height: 600px !important;
    }

    .timeline-slider .timeline-content{
        align-items: baseline !important;
    }


    .expand-text-link.compressed{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3; 
    -webkit-box-orient: vertical;
    }

    /*
    .truncated-timeline:has(.expand-text-link.compressed)::after{
        content: "Show more";
        color: #0079AC
    }

    .truncated-timeline:has(.expand-text-link.expanded)::after{
        content: "Show less";
        color: #0079AC
    }*/


    .stk--is-kadence-theme :is(.entry-content,.site-content) .stk-block>.stk-inner-blocks:not(.alignwide){
        position: absolute;
        left: 50%;
        margin-top: 1.5rem;
        padding-left: 0;
    }

    .stk-block-timeline__date{
        margin-top: -16px !important
    }



    .timeline-video,
    .timeline-video .wp-block-embed__wrapper,
    .timeline-video iframe{
        height: 200px;
    }

    .timeline-content > .kt-inside-inner-col{
        min-height: 160px !important;
    }

    .section-bg.timeline > .kt-inside-inner-col{
        min-height: 200px !important;
        min-width: 100%;
    }

    .timeline-slider{
        max-width: -webkit-fill-available !important;
    }
    

    .site-footer-bottom-section-1.site-footer-section{
        flex-direction: column;
    }

    
    .ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area{
        margin-left: 0 !important;
    }

    .kadence-columnc213bf-f2{
        float: left !important;
    }


    .cards-wrapper.news .card{
        width: 100% !important;
    }

    
    .stk-block-carousel.stk--arrows-outside.stk--arrows-justify-space-between.stk--arrows-align-center .stk-block-carousel__slider{
        width: 100% !important;
    }

    .card-cta.book{
        width: 100%;
        justify-content: center;
    }

    .card-content{
        flex-direction: column;
        align-items: flex-start;
    }

    .card.press-card{
        display: flex;
        flex-direction: column;
    }

    .stk-block-timeline__date{
        grid-column: 1/3 !important;
    }
    .stk-block-timeline__content{
        grid-column: 3/3 !important;
    }
    .card.press-card{
        flex-direction: column;
    }
    .cards-wrapper.news{
        grid-template-columns: 100%;
    }
    .wp-block-post-title{
        font-size: 20px !important;
    }
    .authors{
        margin-top: 2rem;
    }
    .member-mobile-info{
        display: flex;
        flex-direction:column; 
        gap: 1rem
    }
}


/*Tablet*/
@media screen and (min-width: 768px) and (max-width: 1024px){

    .timeline-slider .wp-block-stackable-timeline.stk-block-timeline{
        top: 1rem !important;
        position: relative;
        left: 50%;
        bottom: 0
    }

    .inner-row > .kt-row-column-wrap{
        min-height: 650px !important;
    }

    .cards-container{
        grid-template-columns: 50% 50%;
    }
    
    .timeline-video,
    .timeline-video .wp-block-embed__wrapper,
    .timeline-video iframe{
        max-height: 300px;
    }
    .cards-wrapper.news{
        grid-template-columns: 50% 50%;
    }

   .wp-block-post-title{
        font-size: 32px !important;
    }

    .stk-block-timeline--right .stk-block-timeline__content{
        margin-inline-start: unset !important
    }

    .stk-block-timeline__date{
        min-width: max-content;
    }
    .stk-block-timeline>.stk-inner-blocks:after{
        left: 8.6% !important
    }
    .member-mobile-info{
        display: flex;
        flex-direction:row; 
        gap: 1rem
    }
    .member-mobile-info figure{
        max-width: 50%
    }

    .stk-block-timeline__date{
        text-align: left !important;
        grid-row: 1/3;
    }

    .stk-block-timeline__middle{
        grid-column: 2/3;
        grid-row: 1/2;
    }

    .stk-block-timeline>.stk-inner-blocks:after{
        left: 7.4% !important
    }
}



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

    .timeline-slider .wp-block-stackable-timeline.stk-block-timeline{
        top: 1rem !important;
        position: relative;
        left: 50%;
        bottom: 0
    }

    .menu-item-3422{
        display: none;
    }

    .wave-separator{
        clip-path: polygon( 107.813% 85.836%,107.813% 85.836%,107.693% 85.887%,107.358% 86.033%,106.844% 86.26%,106.186% 86.556%,105.42% 86.907%,104.581% 87.299%,103.706% 87.722%,102.83% 88.16%,101.989% 88.601%,101.218% 89.032%,101.218% 89.032%,100.083% 89.686%,98.199% 90.729%,95.675% 92.048%,92.62% 93.532%,89.143% 95.069%,85.354% 96.547%,81.36% 97.853%,77.273% 98.875%,73.2% 99.502%,69.251% 99.621%,69.251% 99.621%,65.398% 99.152%,61.547% 98.19%,57.697% 96.85%,53.848% 95.248%,50% 93.5%,46.152% 91.722%,42.303% 90.03%,38.453% 88.539%,34.602% 87.365%,30.748% 86.625%,30.748% 86.625%,26.904% 86.403%,23.096% 86.651%,19.364% 87.294%,15.747% 88.254%,12.283% 89.452%,9.011% 90.813%,5.97% 92.257%,3.198% 93.708%,0.735% 95.087%,-1.381% 96.318%,-7.813% 100.088%,-7.813% -0.071%,-7.813% -0.071%,-0.549% -0.071%,6.715% -0.071%,13.979% -0.071%,21.242% -0.071%,28.506% -0.071%,35.77% -0.071%,43.034% -0.071%,50.297% -0.071%,57.561% -0.071%,64.825% -0.071%,64.825% -0.071%,68.457% -0.071%,72.088% -0.071%,75.72% -0.071%,79.352% -0.071%,82.984% -0.071%,86.616% -0.071%,90.248% -0.071%,93.88% -0.071%,97.512% -0.071%,101.144% -0.071%,101.144% -0.071%,101.452% -0.072%,102.029% -0.075%,102.804% -0.077%,103.707% -0.079%,104.665% -0.08%,105.609% -0.078%,106.466% -0.073%,107.167% -0.063%,107.639% -0.048%,107.813% -0.027%,107.813% -0.027%,107.813% 0.201%,107.813% 0.43%,107.813% 0.659%,107.813% 0.888%,107.813% 1.116%,107.813% 1.345%,107.813% 1.574%,107.813% 1.803%,107.813% 2.031%,107.813% 2.26%,107.813% 2.26%,107.813% 3.484%,107.813% 4.709%,107.813% 5.933%,107.813% 7.158%,107.813% 8.382%,107.813% 9.607%,107.813% 10.831%,107.813% 12.056%,107.813% 13.28%,107.813% 14.504%,107.813% 14.504%,107.813% 21.294%,107.813% 28.312%,107.813% 35.502%,107.813% 42.807%,107.813% 50.17%,107.813% 57.532%,107.813% 64.837%,107.813% 72.028%,107.813% 79.046%,107.813% 85.836% ) !important;
    }

/*
    .members-navigation-item.active h6{
        font-size: 24px !important;
    }*/

    .footer-wave{
        clip-path: polygon(109.056% -62.293%,109.056% -62.293%,109.066% -62.244%,109.094% -62.104%,109.14% -61.871%,109.202% -61.546%,109.279% -61.128%,109.372% -60.617%,109.478% -60.013%,109.596% -59.315%,109.727% -58.523%,109.869% -57.638%,109.869% -57.638%,110.024% -56.657%,110.185% -55.579%,110.35% -54.403%,110.519% -53.129%,110.688% -51.758%,110.856% -50.289%,111.022% -48.723%,111.185% -47.059%,111.341% -45.297%,111.49% -43.438%,111.49% -43.438%,111.561% -42.471%,111.629% -41.481%,111.693% -40.467%,111.755% -39.43%,111.814% -38.369%,111.87% -37.285%,111.923% -36.178%,111.974% -35.048%,112.022% -33.895%,112.067% -32.719%,112.067% -32.719%,112.097% -31.519%,112.122% -30.297%,112.142% -29.054%,112.156% -27.79%,112.165% -26.505%,112.168% -25.201%,112.164% -23.876%,112.152% -22.533%,112.134% -21.171%,112.107% -19.79%,112.107% -19.79%,112.031% -16.975%,111.922% -14.087%,111.778% -11.133%,111.597% -8.118%,111.377% -5.047%,111.115% -1.927%,110.81% 1.236%,110.46% 4.438%,110.062% 7.671%,109.615% 10.931%,109.615% 10.931%,109.122% 14.21%,108.576% 17.502%,107.975% 20.798%,107.316% 24.088%,106.6% 27.361%,105.823% 30.606%,104.985% 33.814%,104.083% 36.973%,103.117% 40.074%,102.085% 43.105%,102.085% 43.105%,101.952% 43.478%,101.819% 43.847%,101.684% 44.214%,101.547% 44.58%,101.409% 44.944%,101.27% 45.308%,101.129% 45.672%,100.987% 46.038%,100.845% 46.405%,100.701% 46.774%,100.008% 48.409%,100.008% 100.059%,0.078% 100.059%,0.078% 47.787%,0.078% 47.787%,-0.123% 47.969%,-0.322% 48.155%,-0.519% 48.345%,-0.715% 48.54%,-0.909% 48.738%,-1.101% 48.941%,-1.291% 49.148%,-1.48% 49.359%,-1.667% 49.574%,-1.852% 49.794%,-1.852% 49.794%,-2.597% 50.725%,-3.311% 51.708%,-3.994% 52.736%,-4.647% 53.8%,-5.27% 54.895%,-5.862% 56.01%,-6.425% 57.14%,-6.958% 58.276%,-7.462% 59.411%,-7.937% 60.536%,-7.937% 60.536%,-8.381% 61.662%,-8.798% 62.767%,-9.188% 63.847%,-9.552% 64.896%,-9.89% 65.909%,-10.203% 66.882%,-10.491% 67.809%,-10.754% 68.685%,-10.993% 69.505%,-11.207% 70.265%,-11.207% 70.265%,-11.306% 70.615%,-11.4% 70.955%,-11.489% 71.285%,-11.573% 71.602%,-11.652% 71.905%,-11.726% 72.192%,-11.796% 72.462%,-11.86% 72.714%,-11.919% 72.946%,-11.974% 73.157%,-11.974% 73.157%,-12.025% 73.348%,-12.07% 73.519%,-12.11% 73.67%,-12.145% 73.801%,-12.174% 73.913%,-12.198% 74.004%,-12.216% 74.076%,-12.229% 74.127%,-12.237% 74.158%,-12.24% 74.169%,-13.249% 72.354%,-13.249% 72.354%,-13.247% 72.343%,-13.241% 72.309%,-13.231% 72.254%,-13.216% 72.176%,-13.197% 72.075%,-13.174% 71.952%,-13.147% 71.807%,-13.116% 71.64%,-13.081% 71.45%,-13.041% 71.238%,-13.041% 71.238%,-12.998% 71.01%,-12.951% 70.76%,-12.9% 70.489%,-12.845% 70.196%,-12.786% 69.882%,-12.721% 69.546%,-12.651% 69.188%,-12.575% 68.808%,-12.492% 68.407%,-12.403% 67.983%,-12.403% 67.983%,-12.215% 67.078%,-12.006% 66.104%,-11.775% 65.064%,-11.521% 63.963%,-11.242% 62.802%,-10.939% 61.586%,-10.609% 60.316%,-10.25% 58.997%,-9.863% 57.631%,-9.445% 56.221%,-9.445% 56.221%,-8.995% 54.787%,-8.51% 53.327%,-7.988% 51.848%,-7.429% 50.361%,-6.831% 48.873%,-6.195% 47.394%,-5.52% 45.932%,-4.804% 44.497%,-4.048% 43.096%,-3.25% 41.739%,-3.25% 41.739%,-2.417% 40.426%,-1.545% 39.172%,-0.635% 37.982%,0.311% 36.862%,1.29% 35.816%,2.302% 34.851%,3.344% 33.971%,4.414% 33.181%,5.511% 32.488%,6.633% 31.897%,6.633% 31.897%,7.777% 31.379%,8.941% 30.95%,10.124% 30.607%,11.324% 30.347%,12.54% 30.166%,13.772% 30.061%,15.017% 30.03%,16.275% 30.068%,17.544% 30.172%,18.824% 30.34%,18.824% 30.34%,20.114% 30.564%,21.413% 30.852%,22.719% 31.197%,24.033% 31.594%,25.354% 32.038%,26.682% 32.522%,28.015% 33.042%,29.354% 33.592%,30.698% 34.166%,32.046% 34.759%,32.046% 34.759%,33.399% 35.364%,34.755% 35.985%,36.114% 36.617%,37.476% 37.253%,38.839% 37.887%,40.202% 38.514%,41.565% 39.127%,42.926% 39.721%,44.286% 40.288%,45.642% 40.825%,45.642% 40.825%,45.982% 40.951%,46.321% 41.073%,46.659% 41.19%,46.997% 41.302%,47.334% 41.41%,47.67% 41.512%,48.005% 41.609%,48.34% 41.702%,48.673% 41.789%,49.005% 41.871%,49.005% 41.871%,49.353% 41.951%,49.702% 42.029%,50.05% 42.107%,50.399% 42.183%,50.747% 42.259%,51.096% 42.335%,51.445% 42.409%,51.794% 42.483%,52.144% 42.557%,52.494% 42.63%,52.494% 42.63%,53.197% 42.76%,53.899% 42.885%,54.602% 43.005%,55.303% 43.117%,56.004% 43.222%,56.705% 43.317%,57.404% 43.402%,58.102% 43.475%,58.8% 43.535%,59.496% 43.582%,59.496% 43.582%,60.886% 43.651%,62.27% 43.654%,63.648% 43.59%,65.019% 43.459%,66.381% 43.26%,67.732% 42.992%,69.073% 42.655%,70.4% 42.249%,71.713% 41.773%,73.011% 41.227%,73.011% 41.227%,74.292% 40.591%,75.554% 39.903%,76.799% 39.163%,78.023% 38.371%,79.228% 37.524%,80.412% 36.622%,81.575% 35.664%,82.715% 34.648%,83.832% 33.573%,84.926% 32.439%,84.926% 32.439%,85.464% 31.861%,85.996% 31.27%,86.524% 30.667%,87.046% 30.051%,87.562% 29.421%,88.074% 28.775%,88.579% 28.115%,89.08% 27.438%,89.574% 26.745%,90.063% 26.034%,90.063% 26.034%,90.307% 25.681%,90.549% 25.324%,90.79% 24.964%,91.03% 24.599%,91.268% 24.231%,91.503% 23.857%,91.737% 23.478%,91.967% 23.094%,92.195% 22.705%,92.42% 22.309%,92.762% 21.716%,92.997% 21.295%,93.456% 20.481%,93.456% 20.481%,93.555% 20.281%,93.656% 20.08%,93.758% 19.88%,93.86% 19.678%,93.963% 19.474%,94.065% 19.269%,94.167% 19.062%,94.268% 18.853%,94.368% 18.64%,94.466% 18.425%,94.466% 18.425%,95.256% 16.688%,96.019% 14.871%,96.756% 12.982%,97.467% 11.029%,98.152% 9.019%,98.81% 6.959%,99.443% 4.858%,100.05% 2.722%,100.631% 0.56%,101.186% -1.62%,101.186% -1.62%,101.712% -3.83%,102.211% -6.049%,102.683% -8.274%,103.13% -10.501%,103.552% -12.725%,103.949% -14.942%,104.321% -17.148%,104.669% -19.339%,104.994% -21.511%,105.295% -23.659%,105.295% -23.659%,105.573% -25.779%,105.831% -27.866%,106.07% -29.918%,106.291% -31.931%,106.493% -33.904%,106.676% -35.832%,106.843% -37.712%,106.991% -39.542%,107.123% -41.318%,107.237% -43.038%,107.237% -43.038%,107.342% -44.694%,107.433% -46.287%,107.511% -47.815%,107.579% -49.274%,107.636% -50.664%,107.685% -51.98%,107.725% -53.222%,107.759% -54.387%,107.786% -55.472%,107.809% -56.474%,107.809% -56.474%,107.825% -57.405%,107.84% -58.241%,107.853% -58.983%,107.863% -59.628%,107.872% -60.177%,107.88% -60.629%,107.885% -60.982%,107.889% -61.235%,107.892% -61.387%,107.892% -61.439%,109.056% -62.293%) !important;
        min-height: 35rem !important;
    }

    .site-middle-footer-inner-wrap{
        padding-top: 25rem !important;
    }

    .cards-wrapper.news .card{
        width: 100% !important;
    }

    
    .cards-wrapper{
        gap: 2rem;
    }
    

    .sticky-navigator{
        top: 7rem;
    }

    .team-container{
        flex-direction: row;
    }


    .cards-wrapper.news{
        grid-template-columns: 33% 33% 33%;
    }

    footer{
        clip-path: polygon(109.056% -62.293%,109.056% -62.293%,109.066% -62.244%,109.094% -62.104%,109.14% -61.871%,109.202% -61.546%,109.279% -61.128%,109.372% -60.617%,109.478% -60.013%,109.596% -59.315%,109.727% -58.523%,109.869% -57.638%,109.869% -57.638%,110.024% -56.657%,110.185% -55.579%,110.35% -54.403%,110.519% -53.129%,110.688% -51.758%,110.856% -50.289%,111.022% -48.723%,111.185% -47.059%,111.341% -45.297%,111.49% -43.438%,111.49% -43.438%,111.561% -42.471%,111.629% -41.481%,111.693% -40.467%,111.755% -39.43%,111.814% -38.369%,111.87% -37.285%,111.923% -36.178%,111.974% -35.048%,112.022% -33.895%,112.067% -32.719%,112.067% -32.719%,112.097% -31.519%,112.122% -30.297%,112.142% -29.054%,112.156% -27.79%,112.165% -26.505%,112.168% -25.201%,112.164% -23.876%,112.152% -22.533%,112.134% -21.171%,112.107% -19.79%,112.107% -19.79%,112.031% -16.975%,111.922% -14.087%,111.778% -11.133%,111.597% -8.118%,111.377% -5.047%,111.115% -1.927%,110.81% 1.236%,110.46% 4.438%,110.062% 7.671%,109.615% 10.931%,109.615% 10.931%,109.122% 14.21%,108.576% 17.502%,107.975% 20.798%,107.316% 24.088%,106.6% 27.361%,105.823% 30.606%,104.985% 33.814%,104.083% 36.973%,103.117% 40.074%,102.085% 43.105%,102.085% 43.105%,101.952% 43.478%,101.819% 43.847%,101.684% 44.214%,101.547% 44.58%,101.409% 44.944%,101.27% 45.308%,101.129% 45.672%,100.987% 46.038%,100.845% 46.405%,100.701% 46.774%,100.008% 48.409%,100.008% 100.059%,0.078% 100.059%,0.078% 47.787%,0.078% 47.787%,-0.123% 47.969%,-0.322% 48.155%,-0.519% 48.345%,-0.715% 48.54%,-0.909% 48.738%,-1.101% 48.941%,-1.291% 49.148%,-1.48% 49.359%,-1.667% 49.574%,-1.852% 49.794%,-1.852% 49.794%,-2.597% 50.725%,-3.311% 51.708%,-3.994% 52.736%,-4.647% 53.8%,-5.27% 54.895%,-5.862% 56.01%,-6.425% 57.14%,-6.958% 58.276%,-7.462% 59.411%,-7.937% 60.536%,-7.937% 60.536%,-8.381% 61.662%,-8.798% 62.767%,-9.188% 63.847%,-9.552% 64.896%,-9.89% 65.909%,-10.203% 66.882%,-10.491% 67.809%,-10.754% 68.685%,-10.993% 69.505%,-11.207% 70.265%,-11.207% 70.265%,-11.306% 70.615%,-11.4% 70.955%,-11.489% 71.285%,-11.573% 71.602%,-11.652% 71.905%,-11.726% 72.192%,-11.796% 72.462%,-11.86% 72.714%,-11.919% 72.946%,-11.974% 73.157%,-11.974% 73.157%,-12.025% 73.348%,-12.07% 73.519%,-12.11% 73.67%,-12.145% 73.801%,-12.174% 73.913%,-12.198% 74.004%,-12.216% 74.076%,-12.229% 74.127%,-12.237% 74.158%,-12.24% 74.169%,-13.249% 72.354%,-13.249% 72.354%,-13.247% 72.343%,-13.241% 72.309%,-13.231% 72.254%,-13.216% 72.176%,-13.197% 72.075%,-13.174% 71.952%,-13.147% 71.807%,-13.116% 71.64%,-13.081% 71.45%,-13.041% 71.238%,-13.041% 71.238%,-12.998% 71.01%,-12.951% 70.76%,-12.9% 70.489%,-12.845% 70.196%,-12.786% 69.882%,-12.721% 69.546%,-12.651% 69.188%,-12.575% 68.808%,-12.492% 68.407%,-12.403% 67.983%,-12.403% 67.983%,-12.215% 67.078%,-12.006% 66.104%,-11.775% 65.064%,-11.521% 63.963%,-11.242% 62.802%,-10.939% 61.586%,-10.609% 60.316%,-10.25% 58.997%,-9.863% 57.631%,-9.445% 56.221%,-9.445% 56.221%,-8.995% 54.787%,-8.51% 53.327%,-7.988% 51.848%,-7.429% 50.361%,-6.831% 48.873%,-6.195% 47.394%,-5.52% 45.932%,-4.804% 44.497%,-4.048% 43.096%,-3.25% 41.739%,-3.25% 41.739%,-2.417% 40.426%,-1.545% 39.172%,-0.635% 37.982%,0.311% 36.862%,1.29% 35.816%,2.302% 34.851%,3.344% 33.971%,4.414% 33.181%,5.511% 32.488%,6.633% 31.897%,6.633% 31.897%,7.777% 31.379%,8.941% 30.95%,10.124% 30.607%,11.324% 30.347%,12.54% 30.166%,13.772% 30.061%,15.017% 30.03%,16.275% 30.068%,17.544% 30.172%,18.824% 30.34%,18.824% 30.34%,20.114% 30.564%,21.413% 30.852%,22.719% 31.197%,24.033% 31.594%,25.354% 32.038%,26.682% 32.522%,28.015% 33.042%,29.354% 33.592%,30.698% 34.166%,32.046% 34.759%,32.046% 34.759%,33.399% 35.364%,34.755% 35.985%,36.114% 36.617%,37.476% 37.253%,38.839% 37.887%,40.202% 38.514%,41.565% 39.127%,42.926% 39.721%,44.286% 40.288%,45.642% 40.825%,45.642% 40.825%,45.982% 40.951%,46.321% 41.073%,46.659% 41.19%,46.997% 41.302%,47.334% 41.41%,47.67% 41.512%,48.005% 41.609%,48.34% 41.702%,48.673% 41.789%,49.005% 41.871%,49.005% 41.871%,49.353% 41.951%,49.702% 42.029%,50.05% 42.107%,50.399% 42.183%,50.747% 42.259%,51.096% 42.335%,51.445% 42.409%,51.794% 42.483%,52.144% 42.557%,52.494% 42.63%,52.494% 42.63%,53.197% 42.76%,53.899% 42.885%,54.602% 43.005%,55.303% 43.117%,56.004% 43.222%,56.705% 43.317%,57.404% 43.402%,58.102% 43.475%,58.8% 43.535%,59.496% 43.582%,59.496% 43.582%,60.886% 43.651%,62.27% 43.654%,63.648% 43.59%,65.019% 43.459%,66.381% 43.26%,67.732% 42.992%,69.073% 42.655%,70.4% 42.249%,71.713% 41.773%,73.011% 41.227%,73.011% 41.227%,74.292% 40.591%,75.554% 39.903%,76.799% 39.163%,78.023% 38.371%,79.228% 37.524%,80.412% 36.622%,81.575% 35.664%,82.715% 34.648%,83.832% 33.573%,84.926% 32.439%,84.926% 32.439%,85.464% 31.861%,85.996% 31.27%,86.524% 30.667%,87.046% 30.051%,87.562% 29.421%,88.074% 28.775%,88.579% 28.115%,89.08% 27.438%,89.574% 26.745%,90.063% 26.034%,90.063% 26.034%,90.307% 25.681%,90.549% 25.324%,90.79% 24.964%,91.03% 24.599%,91.268% 24.231%,91.503% 23.857%,91.737% 23.478%,91.967% 23.094%,92.195% 22.705%,92.42% 22.309%,92.762% 21.716%,92.997% 21.295%,93.456% 20.481%,93.456% 20.481%,93.555% 20.281%,93.656% 20.08%,93.758% 19.88%,93.86% 19.678%,93.963% 19.474%,94.065% 19.269%,94.167% 19.062%,94.268% 18.853%,94.368% 18.64%,94.466% 18.425%,94.466% 18.425%,95.256% 16.688%,96.019% 14.871%,96.756% 12.982%,97.467% 11.029%,98.152% 9.019%,98.81% 6.959%,99.443% 4.858%,100.05% 2.722%,100.631% 0.56%,101.186% -1.62%,101.186% -1.62%,101.712% -3.83%,102.211% -6.049%,102.683% -8.274%,103.13% -10.501%,103.552% -12.725%,103.949% -14.942%,104.321% -17.148%,104.669% -19.339%,104.994% -21.511%,105.295% -23.659%,105.295% -23.659%,105.573% -25.779%,105.831% -27.866%,106.07% -29.918%,106.291% -31.931%,106.493% -33.904%,106.676% -35.832%,106.843% -37.712%,106.991% -39.542%,107.123% -41.318%,107.237% -43.038%,107.237% -43.038%,107.342% -44.694%,107.433% -46.287%,107.511% -47.815%,107.579% -49.274%,107.636% -50.664%,107.685% -51.98%,107.725% -53.222%,107.759% -54.387%,107.786% -55.472%,107.809% -56.474%,107.809% -56.474%,107.825% -57.405%,107.84% -58.241%,107.853% -58.983%,107.863% -59.628%,107.872% -60.177%,107.88% -60.629%,107.885% -60.982%,107.889% -61.235%,107.892% -61.387%,107.892% -61.439%,109.056% -62.293%) !important;
    }

    .featured-project figure.wp-block-post-featured-image img,
    .featured-project .wp-block-group{
        height: 600px;
    }

}

/*Normal desktop*/
@media screen and (min-width: 1024px) and (max-width: 1920px){
}

@media screen and (min-width: 1920px){
    h1{
        font-size: 64px !important;
    }
}


/*From mobile to Desktop*/
@media screen and (min-width: 768px){

    .timeline-content > .kt-inside-inner-col{
        min-height: 250px !important;
    }

    .section-bg.timeline > .kt-inside-inner-col{
        min-height: 300px;
        min-width: 100%;
    }

    .card.press-card{
        display: grid;
        grid-template-columns: 15% 85%;
    }

    .card-content{
        flex-direction: row;
        align-items: flex-end;
    }
}


/*For mobile and tablets*/

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

    .inner-row >.kt-row-column-wrap.kt-has-2-columns{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .timeline-slider .stk-block-timeline>.stk-inner-blocks{
        padding-left: 0 !important;
    }


    .wp-block-query .card.news-card{
        margin-left: 0 !important;
    }
    
/*
    .members-navigation-item.active p{
        font-size: 20px !important;
        font-weight: 900 !important;
    }*/

    .cards-container{
        justify-content: center;
    }

    .footer-wave{
        clip-path: polygon(100% 100%, 0% 100% , 0.00% 15.00%, 2.00% 15.00%, 4.00% 14.98%, 6.00% 14.96%, 8.00% 14.92%, 10.00% 14.88%, 12.00% 14.83%, 14.00% 14.77%, 16.00% 14.70%, 18.00% 14.62%, 20.00% 14.53%, 22.00% 14.43%, 24.00% 14.33%, 26.00% 14.22%, 28.00% 14.09%, 30.00% 13.96%, 32.00% 13.82%, 34.00% 13.68%, 36.00% 13.52%, 38.00% 13.36%, 40.00% 13.19%, 42.00% 13.02%, 44.00% 12.84%, 46.00% 12.65%, 48.00% 12.45%, 50.00% 12.25%, 52.00% 12.05%, 54.00% 11.83%, 56.00% 11.62%, 58.00% 11.40%, 60.00% 11.17%, 62.00% 10.94%, 64.00% 10.71%, 66.00% 10.47%, 68.00% 10.23%, 70.00% 9.99%, 72.00% 9.75%, 74.00% 9.50%, 76.00% 9.25%, 78.00% 9.00%, 80.00% 8.75%, 82.00% 8.50%, 84.00% 8.25%, 86.00% 8.00%, 88.00% 7.75%, 90.00% 7.50%, 92.00% 7.25%, 94.00% 7.00%, 96.00% 6.76%, 98.00% 6.51%, 100.00% 6.27%);
        min-height: 35rem !important;
        margin-top: -1rem;
    }

    .cards-wrapper{
        gap: 1rem;
        justify-items: center;
    }

    .custom-container{
        padding: 24px !important;
    }
    .team-container{
        flex-direction: column;
    }

    .sticky-navigator{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 2rem;
        min-width: 100%;
        overflow: scroll;
        top: 82px;
        background-color: #D1EDFF;
        justify-content: center;
        position: sticky;
        height: 65px;
    }

    .sticky-navigator a{
        min-width: fit-content;
    }

    .hero-wave{
        min-width: 150% !important;
        left: -25%;
    }

    .featured-project figure.wp-block-post-featured-image img,
    .featured-project .wp-block-group{
        height: 400px;
    }

    footer{
        clip-path: polygon(100% 100%, 0% 100% , 0.00% 15.00%, 2.00% 15.00%, 4.00% 14.98%, 6.00% 14.96%, 8.00% 14.92%, 10.00% 14.88%, 12.00% 14.83%, 14.00% 14.77%, 16.00% 14.70%, 18.00% 14.62%, 20.00% 14.53%, 22.00% 14.43%, 24.00% 14.33%, 26.00% 14.22%, 28.00% 14.09%, 30.00% 13.96%, 32.00% 13.82%, 34.00% 13.68%, 36.00% 13.52%, 38.00% 13.36%, 40.00% 13.19%, 42.00% 13.02%, 44.00% 12.84%, 46.00% 12.65%, 48.00% 12.45%, 50.00% 12.25%, 52.00% 12.05%, 54.00% 11.83%, 56.00% 11.62%, 58.00% 11.40%, 60.00% 11.17%, 62.00% 10.94%, 64.00% 10.71%, 66.00% 10.47%, 68.00% 10.23%, 70.00% 9.99%, 72.00% 9.75%, 74.00% 9.50%, 76.00% 9.25%, 78.00% 9.00%, 80.00% 8.75%, 82.00% 8.50%, 84.00% 8.25%, 86.00% 8.00%, 88.00% 7.75%, 90.00% 7.50%, 92.00% 7.25%, 94.00% 7.00%, 96.00% 6.76%, 98.00% 6.51%, 100.00% 6.27%);    }
}


#partners-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem
}

#partners-container img{
    max-width: 150px;
}



.featured-project .wp-block-group{
    position: absolute;
    top: 10px;
    left: 0;
    padding-top: 60px;
    padding-left: 60px;
    margin:0 !important;
    background: linear-gradient(298deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 50, 84, 0.5) 100%);
    height: 100%;
    left: auto;
    width: 100% !important;
}

.featured-project .wp-block-group h3,
.featured-project .wp-block-group p{
    color: #FFFFFF !important;
    font-weight: bold;
}

.featured-project .wp-block-group__inner-container{
    max-width: 80%;
}

.featured-project figure.wp-block-post-featured-image{
    margin-bottom: 0 !important;
}

.featured-project figure.wp-block-post-featured-image img,
.featured-project .wp-block-group{
    border-radius: 16px !important;
}


.card.news-card .card-body{
    padding: 24px
}


.card{
    font-family: inherit !important;
}

.truncated{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.truncated-title{
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4; /* number of lines to show */
            line-clamp: 4; 
    -webkit-box-orient: vertical;
}

.wp-block-post-excerpt__excerpt{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
            line-clamp: 4; 
    -webkit-box-orient: vertical;
}


.card-link{
    float: right;
}


.loading-screen{
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
}

.loading-screen img{
    -webkit-animation:spin 0.3s linear infinite;
    -moz-animation:spin 0.3s linear infinite;
    animation:spin 0.3s linear infinite;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}


.footer-button{
    text-align: left !important;
}

.white-breadcrumb span,
.white-breadcrumb a{
    color: #FFFFFF;
}

.blue-breadcrumb span,
.blue-breadcrumb a{
    color: #00315B !important;
}


#primary-menu .sub-menu{
    background: transparent !important;
    box-shadow: none !important;
    padding-top: 5px !important
}

#primary-menu .sub-menu{
    background: #d1edff !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: 2px solid #00315B;
    border-radius: 8px !important
}

.header-navigation .header-menu-container ul ul li.menu-item.current-menu-item > a,
.header-navigation .header-menu-container ul ul li.menu-item > a:hover{
    background-color: transparent !important;
    color: #0079ac !important
}

.header-navigation .header-menu-container ul ul li::after{
    content: "";
    min-width: 50%;
    left: 25%;
    position: absolute;
    border-bottom: 1px solid #0079ac !important;
}

#primary-menu .sub-menu li a{
    text-align: center !important;
    width: 120px;
}


.card.news-card figure{
    margin: 0 !important
}

#mobile-drawer .drawer-inner,
.drawer-inner .mobile-drawer-content{
    background-color: #D1EDFF !important;
}

#search-drawer .drawer-inner input.search-field{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #0079AC !important;
    color: #000000 !important;
    border-radius: 0 !important;
}

#search-drawer .drawer-inner input.search-field:focus{
    box-shadow: none !important;
}

.kadence-search-icon-wrap span:hover,
.kadence-search-icon-wrap span,
.kadence-svg-icon.kadence-close-svg{
    color: #0079AC !important
}

#masthead{
    z-index: 999999 !important
}

.mobile-drawer-content{
    margin-top: 3rem;
}
.wp-block-post.type-news a{
    text-decoration: none !important;
}

.wp-block-post-title :where(a){
    display: unset !important;
}

.main-link-news{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-link-news,
.main-link-news:hover{
    color: transparent;
}

.button.header-button.selected{
    color: #eff9ff !important;
    background: #0079ac !important;
    padding-left: calc(24px / 2);
    padding-right: calc(24px / 2);
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-radius: 8px !important;
}

.stk-block-timeline__middle:after{
    content: "";
    height: 100%;
    background-color: #000000;
    min-width: 1px !important;
}

.stk-block-carousel__button{
    border: 2px solid #00315B !important;
}


.featured-news-cta-container{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 1rem !important
}

.cta-button,
.page-chip{
    padding: 8px 16px;
    background-color: #00315B;
    color: #F5F5F5 !important;
    font-size: 16px !important;
    text-decoration: none;
}

.cta-button{
    border-radius: 32px;
}

.page-chip{
    border-radius: 16px;
}

.cta-button:hover,
.page-chip:hover{
    background-color: #D1EDFF;
    color: #00315B !important
}

.cta-button:active,
.page-chip:active{
    background-color: #D1EDFF;
    color: #00315B;
    border: 2px;
}

.bg-dots::before{
    content: "";
    position: absolute;
    inset: 0;
    background: url(/wp-content/themes/kadence-child/assets/images/bgdots.svg) no-repeat center/cover;
    opacity: 0.3;
    pointer-events: none;
  }

  .bg-dots::before{
    background-position: 0% 20%;
  }

  .card.news-card .card-body,
  .partner-card .card-body{
    background: url(/wp-content/themes/kadence-child/assets/images/wave_light.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

.infobox-row-reverse span{
    flex-direction: row-reverse !important;
}


.stk-block-timeline .stk-inner-blocks{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap
}


.stk-block-timeline .stk-inner-blocks{
}


.stk-block-timeline .stk-block-timeline__content{
    display: none !important;
}

.stk-block-timeline__middle:after{
    min-width: 100000% !important;
    height: 2px;
}

.stk-block-timeline__middle{
    display: block;
    z-index: 9999;
}

.stk-block-timeline__middle{
    position: absolute !important;
    top: 2.7rem
}

.timeline-video,
.timeline-video .wp-block-embed__wrapper,
.timeline-video iframe{
    border-radius: 16px;
}


.wp-block-stackable-timeline.last .stk-inner-blocks .stk-block-timeline__middle:after{
    background: #a7dbf5;
    left: 1.5rem;
}


.member-img-container{
    padding: 1rem
}

.member-img-container figure{
    max-height: 320px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    border-radius: 16px;
    border: 1px solid #00315B;
}

.member-card .card-body{
    padding: 1rem !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.member-card .member-role{
 font-size: 12px;
 color: #0D69B6;
}


.members-navigation-item.active h6{
    font-weight: 900 !important;
}

.members-navigation-item{
    text-decoration: none;
}

.light-blue{
    color: #0D69B6 !important
}

.card-rounded{
    border-radius: 16px !important;
}


.grey{
    color: #2B2E4A !important;
}


.card-cta{
    padding: 12px;
    border: 1px solid #00315B !important;
    background-color: #0D69B6 !important;
    color: #f5f5f5 !important;
    border-radius: 52px !important;
    display: flex !important;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    height: max-content;
}

.card figure{
    border-radius: 32px;
}

.card.card.news-card figure{
    border-radius: 16px 16px 0px 0px!important;
    height: 250px !important;
}

.card-content{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.card.news-card{
    border-radius: 16px;
}

figure{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
}

figure img{
    object-fit: cover !important;
    height: 100%;
}


.partner-card figure{
    max-height: 320px;
    overflow: hidden;
    margin: 1rem;
    border: 1px solid #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.section-bg .kt-inside-inner-col{
    min-height: 100%;
    min-width: 100%;
}


.team-container{
    display: flex;
    gap: 2rem;
}


.sticky-navigator{
    position: sticky;
    z-index: 999;
    padding: 1rem;
}

.sticky-navigator::-webkit-scrollbar{
    display: none
}

footer::before{
    content: "";
    min-width: 100%;
    min-height: 100%;
}


.footer-wave > .kt-inside-inner-col{
    min-height: 35rem !important;
}

.footer-wave{
    background-color: #0D69B6;
    position: absolute;
    z-index: 0 !important;
    min-width: 100% !important;
}


.kb-google-maps-container25_0bb713-55{
    height: 100% !important;
}


.site-footer-bottom-section-1.site-footer-section{
    justify-content:  space-between !important;
}

.timeline-carousel .wp-block-stackable-column{
    max-width: fit-content !important;
}



.timeline-slider .alignfull>.kt-row-column-wrap{
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.timeline-row > .kt-row-column-wrap{
    padding-right: 0 !important;
}


.btn-delete{
    display: none;
}


.kb-field::placeholder{
    font-size: 15px !important;
}


.img-full figure,
.img-full img{
    min-width: 100% !important;
}

#search-drawer .drawer-inner,
#search-drawer .drawer-overlay{
    background-color: transparent !important;
}

#search-drawer .drawer-inner form{
    max-width: 300px !important;
    margin: 0 !important
}

#search-drawer .drawer-content{
    justify-content: flex-end !important;
    align-items: flex-start !important;
    margin-top: 3rem !important;
}

.search-form  input.search-field::placeholder{
    color: #FFFFFF !important;
}

#search-drawer .drawer-inner input.search-field{
    border-bottom: 1px solid #FFFFFF !important
}

#search-drawer .kadence-search-icon-wrap span{
    color: #FFFFFF !important
}

#search-drawer .drawer-inner input.search-field{
    color: #FFFFFF !important
}


.text-underline{
    text-decoration: underline;
}

.press-card .card-body{
    padding: 0px 0px 0px 24px !important;
}

.kb-google-maps-container,
.kb-google-maps-container iframe{
    border-radius: 16px !important;
}


.popup-drawer .drawer-content.content-valign-middle{
    min-height: unset !important;
}

.dark-blue{
    color: #00315B
}


.wp-post-image{
    height: -webkit-fill-available;
}


@media screen and (min-width: 1024px) and (max-width: 1920px){

    .event.type-event h3{
        font-size: 30px !important;
    }
}



footer{
    margin-left: -2px !important;
}

.btn-timeline-detail,
.btn-timeline-detail:hover,
.btn-timeline-detail:active,
.btn-timeline-detail:focus
{
    font-family: 'Martel';
    font-size: 16px !important;
    background-color: transparent;
    padding: 0;
    color: #0079AC
}

.timeline-detail-close,
.timeline-detail-close:hover,
.timeline-detail-close:active,
.timeline-detail-close:focus
{
    position: absolute !important;
    top: 1rem;
    right: 1rem;
    background-color: #085190 !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    opacity: 1 !important
}

.modal-timeline .modal-header{
    padding:0;
    margin: 0;
    border-bottom: none;
    display: block;
}

.btn-close{
    background-image: url("/wp-content/themes/kadence-child/assets/images/cancel_white.svg") !important;
    width: 24px !important;
    height: 24px !important;
}

.modal-timeline .modal-header figure{
    margin: 0
}


.wp-block-query.featured-project ul{
    margin: 0 !important
}