/*Custom Menu Tab*/
.menu-nav-tab ul{
    padding: 0px;
    margin-bottom: 0;
    position: relative;
}
.menu-nav-tab ul:after{
    content: '';
    width: 130vw;
    height: 1px;
    background-color: #D8D8D8;
    position: absolute;
    bottom: 0;
    left: -30vw;

}
.menu-nav-tab ul li{
    list-style-type: none;
    display: inline-block;
    padding: 7px 10px;
}
.menu-nav-tab ul li:first-child{
    padding-left: 0px;
}
.menu-nav-tab ul li:last-child{
    padding-right: 0px;
}
.menu-nav-tab ul li a{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    color: #A7A7A7;
    font-size: 14px;
    display: block;
    padding: 5px 10px;
}
.menu-nav-tab ul li:first-child a{
    padding-left: 0px;
}
.menu-nav-tab ul li:last-child a{
    padding-right: 0px;
}

.menu-nav-tab ul li a.active-a{
    color: #00557B;
}
.menu-nav-tab ul li a:hover{
    color: #00557B;
}
.menu-tab-content{
    height: 225px;
    padding: 20px 0px 40px;
}
.tab__content{
    height: 100%;
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}
.menu-tab-specialty .menu-tab-content{
    height: 270px;
}
.tab__content a{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    color: #A7A7A7;
    font-size: 14px;
    padding: 10px 10px 10px 0px;
    display: block;
    width: 16.6%;
}
.tab__content a:hover{
    color: #00557B;
}
.tab-active{
    display: flex;
}


/*Custom Hero section*/


.button{
    max-width: 220px;
    width: 100%;
    border: 1px solid #003B56;
    font-size: 15px;
    padding: 10px 20px;
    display: block;
    text-align: center;
    border-radius: 22px;
    color: #003B56 !important;
    font-family: 'Montserrat', sans-serif;
}
.button.custom-hero__link{
    margin-bottom: 30px;
}
.button.custom-hero__file{
    margin-bottom: 30px;
    max-width: 365px !important;
    text-align: left;
    position: relative;
}
.button.custom-hero__file::after{
    content: '';
    background-image: url("../img/download-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
    height: 100%;
}
.button.custom-hero__file::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
    height: 100%;
    background-color: #003B56;
    border-radius: 22px;
}

.elementor-widget-hero-section .container{
    padding: 0px;
}
.custom-hero__wrapper{
    margin: 0 auto;
    max-width: 1280px;
    min-height: 700px;
}
.custom-hero{
    display: flex;
}
.custom-hero .hero__content{
    padding-top: 120px;
}
.custom-hero h1{
    margin-bottom: 15px;
}
.custom-hero h2{
    margin-bottom: 32px;
}
.custom-hero__img{
    position: absolute;
    right: -10px;
    top: 0;
    height: 700px;
    width: 50vw;
}
.custom-hero__img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}

@media (max-width: 991.98px) {
    /*.jet-mega-menu > .jet-mega-menu-container{*/
    /*    width: 100vw;*/
    /*    left: 50%;*/
    /*    transform: translateX(-50%)!important;*/
    /*}*/
    .menu-tab-content{
        padding: 10px 20px;
    }
    .custom-hero__wrapper{
        min-height: 500px;
    }
    .custom-hero__img{
        min-height: 500px;
        height: 500px;
    }
    .custom-hero .hero__content{
        padding-top: 55px !important;
    }
    .menu-tab-content{
        height: auto;
    }
    .tab__content.tab-active {
      display: flex;
      height: auto;
      flex-direction: row;
    }
    .tab__content.tab-active a{
        width: 50%;
    }
    .menu-tab-specialty .menu-tab-content{
        height: auto;
    }
    .menu-nav-tab ul li:first-child a{
        padding-left: 10px;
    }
    .menu-nav-tab ul li:last-child a{
        padding-right: 10px;
    }
    .menu-nav-tab ul li:first-child{
        padding-left: 10px;
    }
    .menu-nav-tab ul li:last-child{
        padding-right: 10px;
    }
}
@media (max-width: 768px) {
    .custom-hero__wrapper{
        min-height: auto;
    }
    .custom-hero__img{
        position: relative;
        width: 100vw;
        margin-left: -10px;
        margin-right: -5px;
    }
    .menu-nav-tab ul li{
        width: 100%;
    }
    .menu-nav-tab ul li .tab__content.tab-active{
        padding: 10px;
        padding-left: 20px;
        border-top: 1px solid #a4a4a4a4;
        border-bottom: 1px solid #a4a4a4a4
    }
    .menu-tab-content{
        display: none;
    }
    .nav-tab__list:after{
        display: none;
    }
    .nav-tab__list > li > a{
        position: relative;
    }
    .nav-tab__list > li > a:after{
        content: '\f078';
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-size: 12px;
        font-weight: 900;
        color: #000;
        right: 0;
        top: 8px;
        transition: transform linear .3ms;
    }
    .nav-tab__list > li a.active-a:after{
        transform: rotate(-180deg);
    }
}
@media (max-width: 575.98px) {
    .custom-hero__img{
        height: 380px;
        min-height: 380px;
    }
    .tab__content.tab-active a{
        width: 100%;
    }
}


.latest-insights h3{
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 30px;
}
.latest-insights .latest-insights__slider{
    padding-left: 0px;
    padding-right: 0px;
}


.latest-insights__slide{
    height: 300px !important;
    margin: 10px 10px 20px;
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.35);
    box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.35);
    overflow-y: hidden;
    position: relative;
    border-radius: 4px;
}
.latest-insights__slide h6{
    position: absolute;
    bottom: -30px;
    margin-bottom: 0px;
    padding: 5px 15px;
    width: 100%;
    background-color: #fff;
    transition: all .5s;
    text-transform: uppercase;
}
.latest-insights__slide a{
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
.latest-insights__slide a:hover{
    text-decoration: none;
    transition: all .5s;

}
.latest-insights__slide a:hover h6{
    bottom: 0px;
    transition: all .5s;

}
.latest-insights__slide h4{
    height: 55px;
    padding: 15px 15px 0px;
    margin-bottom: 15px;
    background-color: #fff;
    color: #003B56;
    overflow: hidden;
}
.latest-insights__slide img{
    height: 230px;
    width: 100%;
    object-fit: cover;
}
.latest-insights__arrows-box{
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
}
.latest-insights .slick-prev:before,
.latest-insights .slick-next:before{
    content: none;
}
.latest-insights .slick-prev,
.latest-insights .slick-next,
.latest-insights .slick-prev:focus,
.latest-insights .slick-next:focus{
    background-image: url("../img/slider-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 55px;
    height: 55px;
    border: none;
    background-color: transparent;
    top: 30px;
    position: relative;
}

.latest-insights .slick-prev{
    left: 0px;
    transform: rotate(180deg) translateY(50%);
}
.latest-insights .slick-next{
    left: 20px;
    transform: translateY(-50%);
}
.latest-insights .slick-prev:hover,
.latest-insights .slick-next:hover{
    background-image: url("../img/slider-arrow-blue.png");
    background-color: transparent;
    border: none;
}
.latest-insights .slick-prev:hover{
    transform: translateY(-50%);
}
.latest-insights .slick-next:hover{
    transform: rotate(180deg) translateY(50%);
}

@media (max-width: 991.98px) {
    .latest-insights__arrows-box{
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .latest-insights h3{
        margin-top: 0px;
    }
}

@media (max-width: 575.98px) {
    .latest-insights .slick-prev,
    .latest-insights .slick-next,
    .latest-insights .slick-prev:focus,
    .latest-insights .slick-next:focus,
    .latest-insights .slick-prev:hover,
    .latest-insights .slick-next:hover{
        width: 35px;
        height: 35px;
        top: 15px;
    }
}
.latest-insights__view-all-btn{
    max-width: 130px;
}
.preview__media-type,
.insights__slide-media-type{
    padding: 5px;
    text-transform: uppercase;

    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 30px);
    background-color: #fff;
}
.insights__slide-media-type{
    width: 100%;
}
.preview--insight:hover .preview__media-type,
.insights__slide:hover .insights__slide-media-type,
.latest-insights__slide:hover .insights__slide-media-type {
    display: block;
}
.insights__slide{
    position: relative;
}