/* Nav */
.lp-nav{
    z-index: 1080;
    background-color: #f8f9fa;
    height: 70px;
    padding: 20px;
}
.lp-nav .nav-logo{
    height: 30px;
    width: auto;
}
.lp-nav .nav-logo img{
    height: 100%;
}

/* Container */
.container{

}
@media(min-width:1200px){
    .container{
        max-width: 1140px;
    }
}
@media(min-width:1260px){
    .container{
        max-width: 1140px;
    }
}
@media(min-width:1400px){
    .container{
        max-width: 1282px;
    }
}
@media(min-width:1460px){
    .container{
        max-width: 1282px;
    }
}

/* Buttons */
.btn.btn-primary{
    font-size: 16px !important;
    padding: 16px 36px !important;
    font-weight: 700 !important;
}

/* Hero */
.hero{
    background-position: center center;
}
.hero .hero-content{
    padding-top: 100px;
}
@media(min-width:576px){
    .hero .hero-content{
        padding-top: 60px;
    }
}
@media(min-width:768px){
    .hero .hero-content{
        padding-top: 140px;
    }
}
@media(min-width:1260px){
    .hero{
        min-height: 670px;
    }
    .hero .hero-content{
        padding-top: 215px;
    }
}
.text-grey{
    color: #4f5456;
}

/* New Footer */
footer .footer{
    background-color: #0f2233;
    height: 370px;
    min-height: unset;
}

/* New CTA */
.cta-wrapper-2{
    border-radius: 0px !important;
}
.cta-wrapper-2 .cta-banner-2{
    border-top: none !important;
    border-radius: 0 !important;
}
.cta-banner-2 .cta-image{
    position: relative;
}

.cta-banner-2 .card-body.cta-content{
    border-radius: 0 !important;
    background-color: #f4f4f4 !important;
}
.cta-banner-2 .card-body.cta-content h5{
    color: #232526 !important;
    font-size: 21px;
}
.cta-banner-2 .card-body.cta-content .cta-actions a{
    color: #ee7755 !important;
}
@media(max-width:1019.98px){
    .cta-banner-2 .cta-image{
        border-bottom: none !important;
    }
    .cta-banner-2 .cta-image::after{
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 4px;
        background: linear-gradient(to right, #366779, #6ab7a0);
    }
}
@media(min-width:1020px){
    .cta-banner-2 .cta-image::after{
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        width: 4px;
        background: linear-gradient(to top, #366779, #6ab7a0);
    }
}


/* New Tabs */
.tabbed-content .marker{
    display: none;
}
.tabbed-content .tab .tab-button{
    display: flex;
    justify-content: space-between;
}
.tabbed-content .tab.active .tab-button{
    background-color: #fff !important;
}
.tab-content .content-wrapper p{
    font-size: 16px;
    line-height: 22px;
}
@media(max-width:767.98px){

}
@media(max-width: 1019.98px){
    .tabbed-content .tab{
        border-right: none !important;
        /*border-left: 3px solid transparent !important;*/
    }
    .tabbed-content .tab.active{
        border-top: 3px solid #ee7755 !important;
    }
}
@media(min-width:992px){
    .tab-content .content-wrapper{
        width: calc(100% - 450px) !important;
    }
}
@media(min-width:1020px){
    .tabbed-content .tab .tab-button{
        border-right: none !important;
        border-left: 3px solid #F4F4F4;
        transition: 0.3s ease;
    }
    .tabbed-content .tab.active .tab-button{
        border-left: 3px solid #ee7755;
    }
    .tab-content .content-wrapper{
        width: calc(100% - 450px) !important;
        top: -60px;
    }
}
@media(min-width:1260px){
    .tab-content .content-wrapper{
        width: calc(100% - 450px) !important;
    }
    .tab-content .content-wrapper{
        top: -160px;
    }
    .tab-content .content-wrapper p{
        font-size: 18px;
        line-height: 28px;
    }
    .tabbed-content{
        margin-bottom: -120px;
    }
}