/*Theme Name: Boehringer Base Theme V1
Theme URI: Starter Theme - www.215marketing.com
Author: 215 Marketing
Author URI: webmaster@215marketing.com
Version: 1.1
Description: 215 Marketing Base custom coded theme.
*/

/* COLOR NOTICE */
/* TO USE THE COLORS THAT YOU SELECTED IN THEME OPTIONS
    var(--color_1) :  #000;
     var(--color_2):  #fff;
     var(--color_3): THE FIRST COLOR IN THEME OPTIONS;
     var(--color_4): THE SECOND COLOR IN THEME OPTIONS;
     var(--color_5): THE THIRD COLOR IN THEME OPTIONS;
     var(--color_6): THE FOURTH COLOR IN THEME OPTIONS;
     var(--color_7): THE FIFTH COLOR IN THEME OPTIONS;
     var(--color_8): THE SIXTH COLOR IN THEME OPTIONS;  
*/
/* setup from acf variables */
* {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif!important;
    line-height: 1.4;
    color: var(--color_1);
}

h1, .h1 {
    font-size: 45px;
    line-height: 1;
    font-weight: 400;
}

h2, .h2 {
    font-size: 32px;
    line-height: 1;
	font-weight: 700;	
}

h3, .h3 {
    font-size: 22px;
    line-height: 1;
    font-weight: 500;   
    text-transform: none;
}

h4, .h4{
    font-size: 20px;
    line-height: 1;
    font-weight: 500;   
}

h5, .h5 {
    font-size: 18px;
    font-weight: 500;   
}

h6, .h6 {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;

}

a{
    color: #1a66ae;
    transition: .3s all ease-in-out;
}

a:hover{
    color: #333;
}

.text-white * {
    color: #fff;
}

.text-black * {
    color: #000;
}

.text-dark * {
    color: #333;
}

.text-red *{
    color: #ee1c25;
}

.yellow-swoosh,
.red-swoosh{
    position: relative;
    display: inline-block;
    z-index: 1;
}
.yellow-swoosh:before{
    position: absolute;
        content: '';
        width: 100%;
        max-width: inherit;
        height: 100%;
        max-height: inherit;
        left: 0;
        top: 0;
        background: url(/wp-content/uploads/2024/10/yellow-squiggle.png);
        z-index: -1;
        background-position: left center;
        background-size: contain;
        background-repeat: no-repeat;
}

.red-swoosh:before{
    position: absolute;
        content: '';
        width: 100%;
        max-width: inherit;
        height: 100%;
        max-height: inherit;
        left: 0;
        top: 0;
        background: url(/wp-content/uploads/2024/10/red-squiggle.png);
        z-index: -1;
        background-position: left center;
        background-size: contain;
        background-repeat: no-repeat;
}

.numbered-list h4{font-size: 20px;}

.lh-base {
    line-height: 1.25!important;
}
embed{
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.embed-responsive { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.primary,
p.primary {
    color: var(--primary-color) !important;
}

.highlight,
p.highlight {
    color: #00499A!important;
}

.text-footer {
    color: #4B4B4B !important;
}

.gray4 {
    color: #BDBDBD !important;
}

.no-bg-color p.white,
.no-bg-color h2.white {
    color: #FFFFFF !important;
}

.hl-sub.teal {
    background-color: #42677D;
}

.hl-sub.maroon {
    background-color: #A73D40;
}

.grayish-bg {
    background: #EDEFF0 !important;
}

.grayish-bg h2 {
    color: #0B0B0B !important;
}

.grayish-bg p {
    color: #4B4B4B !important;
}


.sub {
    color: #3A74C2;
    display: inline-block;
    font-weight: 500;
    font-size: 16px !important;
    letter-spacing: 0px;
    position: relative;
    padding: 10px 15px;
}

.sub:after{
    position: absolute;
    right: -100px;
    width: 100px;
    top: 50%;
    height: 1px;
    background-color: #fff;
    content: '';
    transform: translateY(-50%);
}

.hero .sub,
.homepage-hero .sub{
    color: #fff;
}

.product-hero .sub{
    color: #000;
}

.body-bold {
    font-weight: 700;
}

select {
    cursor: pointer;
}

.position-md-absolute {
    position: absolute;
}

.header {
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 1000;
    background: #fff;
    transition: .3s all ease-in-out;
}

body.home .header {
    top: 0;
    width: 100%;
    display: block;
    left: 0;
    margin: 0 auto;
    background: transparent;
    z-index: 1000;
    position: fixed;
    transition: .3s all ease-in-out;
}

.header.scrolled{
    background: #fff!important;
}

.header.scrolled nav{
    padding: .5rem !important;
}
.header.scrolled .logo-header{
    height: 40px!important;
}

.contact.half-bg{
    background: #3A74C2;
    height: 200px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}


#homeCTA{
    position: relative;
}

#homeCTA:before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(90deg, rgba(0,73,154,.9) 50%, rgba(0,73,154,0) );
}

#CTA .contained{
    position: relative;
}
#CTA .contained .col-12{
    position: relative;
}

#CTA .contained:before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(90deg, rgba(0,73,154,.9) 50%, rgba(0,73,154,0) );
}

/* buttons */
[class^='-primary'],
input[type="submit"] {
    background: #000;
    border-radius: 0;
    color: #fff;
    border: 1px solid var(--primary-color);
}

#gform_submit_button_4{
    background-color: #ee3a43!important;
    border-radius: 50px;
    width: 100%;
    color: #fff;
}

.btn-primary{
    background: #00499a;
    color: #fff;
    padding: 10px 30px;
    border: 2px solid #00499a;

}


.btn-primary,
.btn-outline{
    transition: .3s all ease-in-out;
}

.btn-primary:hover {
    background: #00499a!important;
    color: #fff!important;
}

.btn-primary.dark:hover{
    background:#00499a!important;
    color: #fff!important;
    border: 2px solid #fff;
}

.btn-outline:hover{
    background:#fff!important;
    color: #00499a!important;
    border: 2px solid #fff;
}


a.phone,
a.email,
a.local{
    position: relative;
    padding-left: 30px;
}

a.phone:before{
    content: '';
    background: url('/wp-content/uploads/2025/04/phone.svg');
    width: 20px;
    height: 20px;
    display: block;
    left: 0;
    top: 50%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);
    transition: .3s all ease-in-out;
}

a.email:before{
    content: '';
    background: url('/wp-content/uploads/2025/04/mail.svg');
    width: 20px;
    height: 20px;
        display: block;
    left: 0;
    top: 50%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);
    transition: .3s all ease-in-out;
}

a.local:before{
    content: '';
    background: url('/wp-content/uploads/2025/04/map-pin.svg');
    width: 20px;
    height: 20px;
    
    position: absolute;
        display: block;
    left: 0;
    top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);
    transition: .3s all ease-in-out;
}


.btn-text {
    color: #1a66ae;
}

.btn-text:not(.video):after{
    content: '';
    background: url('/wp-content/themes/boehringer/images/arrow-gold.svg');
    width: 20px;
    height: 20px;
    position: absolute;
    right: -20px;
    top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);
    transition: .3s all ease-in-out;
}

.btn-text:not(.video):hover:after{
    right: -30px;
}

.btn.arrow{
    padding-right: 60px;
    position: relative;
}

.btn.arrow.light:after{
    content: '';
    background: url('/wp-content/themes/boehringer/images/arrow-white.svg');
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);
    transition: .3s all ease-in-out;
}



.btn.arrow.light:hover:after{
    background: url('/wp-content/themes/boehringer/images/arrow-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}


.btn.arrow.dark:after{
    content: '';
    background: url('/wp-content/themes/boehringer/images/arrow-blue.svg');
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    transform: translateY(-50%);
    transition: .3s all ease-in-out;
}

.btn.arrow.dark:hover:after{
    background: url('/wp-content/themes/boehringer/images/arrow-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}


/* Nav */
.nav-link,
.navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show {
    color: #000;
    font-weight: 500;
}



.header .btn-light-outline{
    background: #1a66ae;
    border: 2px solid #1a66ae;
    color: #fff!important;
    transition: .3s all ease-in-out;
    min-width: 165px;
}

.header .btn-light-outline:hover{
    background:#fff;
        color: #1a66ae!important;
        border: 2px solid #1a66ae;
}

.header .btn.arrow.white:after{
    content: '';
    background: url('/wp-content/themes/boehringer/images/arrow-white.svg');
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);
    transition: .3s all ease-in-out;
}

.header.scrolled .btn.arrow.white:after{
    filter: brightness(10);
}


.header .btn.arrow.white:hover:after{
    background: url('/wp-content/themes/boehringer/images/arrow-blue.svg');
    background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    filter: none!important;

}

body.home .header .btn-light-outline{
    background: #1a66ae;
    border: 2px solid #1a66ae;
    color: #fff!important;
    transition: .3s all ease-in-out;
    min-width: 165px;
}

body.home .header .btn-light-outline:hover{
    background:#fff;
    color: #1a66ae!important;
    border: 2px solid #1a66ae;
}

body.home .header .btn.arrow.white:after{
    content: '';
    background: url('/wp-content/themes/boehringer/images/arrow-white.svg');
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);
    transition: .3s all ease-in-out;
}

body.home .header .btn.arrow.white:hover:after{
    background: url('/wp-content/themes/boehringer/images/arrow-blue.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

body.home .nav-link,
body.home .navbar-nav .nav-link.active, 
body.home .navbar-nav .nav-link.show {
    color: #000;
    font-weight: 500;
}

body.home .btn-light-outline{
    background: transparent;
    border: 2px solid #fff;
    color: #fff!important;
    transition: .3s all ease-in-out;
}

body.home .btn-light-outline:hover{
    background:#fff;
    color: #3A74C2!important;
    border: 2px solid #fff;
}



body:not(.home) .header.scrolled .btn-light-outline:hover{
    background:#fff;
    color: #3A74C2!important;
    border: 2px solid #fff;
}

.btn-primary .nav-link{
    color: #000;
}

.nav-link:hover {
    color: ##ffbc10;
}

.navbar-expand-xl .navbar-nav .dropdown-menu{
    width: 100%;
        min-width: 230px;
}
.dropdown-item{
    padding: 10px 15px;
}

.dropdown-item.active, .dropdown-item:active{
    background: #1a66ae;
    color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1200px){
    .header .col-lg-8{width: 83.33333333%; }
}

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

    .navbar-collapse {
        position: absolute;
        padding: 20px;
        width: 100%;
        background: rgb(255, 255, 255);
        left: 0px;
        top: 80px;
        text-align: left;
    }

    .navbar-toggler{
        background-color: transparent;
        border: 0;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    #nav-icon {
        width: 30px;
        height: 22px;
        position: relative;
        margin: 0 auto;
        transform: rotate(0deg);
        cursor: pointer;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        background: #39527B;
        opacity: 1;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;
    }

    .navbar-toggler[aria-expanded="false"] {
        box-shadow: none;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon {
        transition: .3s all ease-in-out;
        position: relative;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(even) {
        left: 50%;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(odd) {
        left: 0px;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(1),
    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(2) {
        top: 0px;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(3),
    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(4) {
        top: 9px;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(5),
    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(6) {
        top: 18px;
    }


    .navbar-toggler[aria-expanded="true"] #nav-icon {        
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(1),
    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(6) {
        transform: rotate(45deg);
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(2),
    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(5) {
        transform: rotate(-45deg);
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(1) {
        left: 5px;
        top: 7px;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(5) {
        left: 5px;
        top: 12px;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(6) {
        left: calc(50% - 5px);
        top: 12px;
    }

    .navbar-nav .nav-item{
        width: 100%;
        text-align: left;
    }

    .navbar-nav .nav-item span{
        width: 100%;
        display: block;
        padding: 5px;
    }

    .navbar-nav .nav-item:focus, 
    .navbar-nav .nav-item:hover{
        background: #f0f0f0;
    }

    body.home .header .nav-link, body.home .header .navbar-nav .nav-link.active,
    .nav-link, .navbar-nav .nav-link.active {
        color: #000;
    }

}

.mt-6 {
    margin-top: 4rem !important;
}

.top-padding-offset{
        padding-top: 350px !important;
    margin-top: -220px;
}

.contained{
    background: #fff;
    border-radius: 2.5rem;
    overflow: hidden;
}

.contained-transparent{
    border-radius: 2.5rem;
}

#locations .contained{
    background-position: center center;
}

#video{
    position: relative;
}

body.archive #video{
    background-image: url('/wp-content/uploads/2025/04/wave-bg.png');
    background-size: cover;
    background-position: center center;


}

#video .contained{
    overflow: visible;
}


.video-background{
     background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: absolute;
    top: 54%;
    left: 0;
    display: block;
    width: 100%;
    min-height: 440px;
    transform: translateY(-50%);
    z-index: 0;
    width: 70%;
}

.offset-background{
     background-size: contain;
     background-position: center left;
     background-repeat: no-repeat;
     padding: 50px 0;
     position: absolute;
     top: 60%;
     left: 0;
     display: block;
     width: 100%;
     min-height: 400px;
     transform: translateY(-50%);
     z-index: -1;
}

.videoSwiper object{
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}


#benefits{
    position: relative;
    min-height: 270px;
}

#benefits > .row {
    margin-top: 30px;
}

.card{
    height: 100%;
    background: #fff;
    border-radius: 8px;
    border: 0;
}

.card p{
    margin-bottom: 0;
}

#tradition .card p {
    font-weight: 300;
}


.card-title{
    font-weight: 700!important;
    font-size: 18px;
}

.icon-offset .card,
.icon-inside .card {
    height: 100%;
}

.numbered-list .icon {
    position: relative;
    width: 50px;
    height: 50px;
    background: #FFBC10;
    padding: 10px;
    text-align: center;
    display: block;

}

.numbered-list .icon .list-number {
    font-size: 20px;
    line-height: 1.75;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.features .sidebyside .cardgroup .card {
    background: #EFF4F9!important;
    color: #000;
}

.features .sidebyside.cardgroup .card .d-flex {
	justify-content: center;
}

.features .cardgroup .rounded-4 {
	border-radius: 0px !important;
}

.center-head .row .row .col-12:first-child {
	width: 100% !important;
}

.center-head.features h2 {
	text-align: center;
	margin-bottom: 0px !important;
}

.sidebyside .card.bg-color{
    color: #fff;
}

.sidebyside .card .card-body img{
    width: 50px;
    background: #B9CFCE;
    padding: 10px;
}

.sidebyside .card .card-title{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
}

.icon-center {
    text-align: center;
}

.icon-center-transparent .card{
    background: transparent!important;
    text-align: center;
    padding: 0!important;
}
.icon-center-transparent .card img{
    text-align: center;
    margin: 0 auto 20px;
    width: 50px;

}


.full-bg-card{
    position: relative;
    overflow: hidden;

}

.full-bg-card .card-header{
    position: absolute;
    top: 20px;
    left: 20px;
    color: #000;
    border: 0;
    background: transparent;
    z-index: 10;
    transition: .3s all ease-in-out;
}

.full-bg-card .card-body{
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: #000;
    z-index: 10;
    transform: translateY(100%);
    transition: .3s all ease-in-out;
}

.full-bg-card .card-body p,
.full-bg-card .card-body ul li{
    color: #fff;
}
.full-bg-card .learn-more-icon{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
    opacity: 1;
    transition: .3s all ease-in-out;
}

.full-bg-card a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}


.card-img-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
    background: linear-gradient( rgba(58,116,194,.3), #3667AA );
    transition: .3s all ease-in-out;
}

.evidence-card .card-img-overlay {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
    background: rgba(0,0,0,.5);
    transition: .3s all ease-in-out;
}

.evidence-card a{
    position: absolute;
    text-decoration: none;
    bottom: 30px;
}

.full-bg-card:hover .card-header{
    color: #00499A;
}
.full-bg-card:hover .card-body{
    transform: translateY(0);
}
.full-bg-card:hover .learn-more-icon{
    opacity: 1;
	bottom: 30px;
}
.full-bg-card:hover .card-img-overlay {
   opacity: 0;

}


.basic-image .card .card-title{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
}

.basic-image .card a{
    text-decoration: none;
    font-weight: 600;
    display: block;
}

.basic-image .card a .link-icon{
    width: 20px;

}

.basic-image .card.bg-white a{
    color: #1A66AE;
}

.basic-image .card.bg-dark a,
.basic-image .card.bg-color a{
    color: #fff;
}

#innovativeCare .basic-image{}
#innovativeCare .basic-image .card-title{
    color: #9DC2F9;
}

#innovativeCare .basic-image .card-body p{
    color: #fff;
}
#innovativeCare .basic-image a{
    color: #9DC2F9;
    text-decoration: none;
}


.columns-offset .card{
    border-radius: 210px;
    overflow: hidden;
}

.columns-offset .card .card-img-overlay{
    background: #F0E6D2;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 20px 50px !important;
}

.columns-offset .cardgroup .col-10:nth-child(even){
    margin-top: 50px;
}

.card-header{
    padding: 0;
    width: 100%;
}

.columns-offset .card .card-img-overlay .card-header{
    background: transparent;
    text-align: center;
    border: 0;
}

.columns-offset .card .card-img-overlay .card-header .card-title {
    color: #000;
    text-transform: capitalize;
}


.product-card h3{
    font-size: 24px;

}


@media screen and (max-width: 992px) and (min-width: 763px){
    .columns-offset .card .card-img-overlay{
        padding: 20px 50px!important;
    }
}

@media screen and (max-width: 763px){
    .columns-offset .card .card-img-overlay{
        padding: 20px 50px!important;
    }
    #process-slider .card{
        min-height: unset;
    }
        
    .hide-tab-btns .tab-subtitle {
		margin: 0 auto 30px;
	}

}

@media screen and (max-width: 1840px){
    .columns-offset .card .card-img-overlay{
        padding: 20px 50px!important;
    }
}

/* MARK BG */

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #004FA3;
}

::selection {
    color: #fff;
    background: #004FA3;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5 !important;
    color: #4B4B4B;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

body p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    color: #4B4B4B;
}

.highlight{
    color: #115abc;
}

.breadcrumbs span,
.breadcrumbs a{
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
}

.breadcrumbs > span:first-child,
.breadcrumbs > span span:not(.breadcrumb_last){
    padding-left: 0;
}

/* accordion */
.accordion-item,
.accordion-button {
    background-color: transparent;
    border: 0;
}

.accordion-item{

}

.accordion-item .accordion-button[aria-expanded="false"]{
    border-top: 2px solid rgba(63,150,188,.3)!important;
    padding: 20px 0!important;
    border-radius: 0!important;
}


.accordion-item .accordion-button[aria-expanded="true"]{
    border-top: 2px solid rgba(63,150,188,1)!important;
    padding: 20px 0 20px!important;
    border-radius: 0!important;
}

.accordion-item .accordion-collapse.collapse{
    border-bottom: 2px solid #3F96BC!important;
    border-radius: 0!important;
}


.accordion-item h2 .accordion-button {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.accordion-button:hover,
.accordion-button:not(.collapsed),
.accordion-item .accordion-button[aria-expanded="true"] {
    color: #00499A;
    background-color: transparent;
    box-shadow: none;
}

/* HOMEPAGE HERO */

body .homepage-hero {
    position: relative;
    padding-top: 7.5rem !important;
    padding-bottom: 5.125em;
    transition: .3s all ease-in-out;
	z-index:1; 
	min-height: 770px;
}

/*.homepage-hero:before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.9) 50%, rgba(255,255,255,0) );
}*/

.homepage-hero h1{
  color: #00499a;
}

.hero-video-wrapper {
  width: 100%;
  max-width: 830px;
  aspect-ratio: 617 / 662;
  margin: 30px auto 0;
}

.hero-video-wrapper video,
.hero-video-wrapper .hero-fallback-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.modal-backdrop{
    --bs-backdrop-bg: #fff;
    --bs-backdrop-opacity: 0.8;
}

.hero-video h4{
    font-size: 16px;
    font-weight: 700;
}

.hero-video p{
    font-size: 14px;
}

.hero-video button:hover{
    background: #f0f0f0!important;
    pointer: cursor;
}

.hero {
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 60px;
    position: relative;
    background-position: center;
}

.hero .hero-bg-col:before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /*background: linear-gradient(90deg, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0));*/
	background: rgba(0, 73, 154, 0.9);
}

.hero .hero-bg-col {
    overflow: hidden;
    border-radius: 20px;
}

.hero .hero-bg-col > .row {
	z-index: 10;
	position: relative;
}

.product-hero {
    position: relative;
}

.product-hero:before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) );
}

.product-hero img{
    max-height: 252px;
	width: auto;
	object-fit: cover;
}

@media (min-width: 1200px) {
	.hero-video-wrapper { 
	  margin: 0 auto; 
	}
	.hero-video-wrapper .hero-fallback-img {
	  background-position: center center !important;
	}
}

@media (max-width: 979.98px) {
	body .homepage-hero {
	  padding-top: 7.9rem !important;
	}
	.hero-video-wrapper { 
	  width: 100% !important; 
	  /*aspect-ratio: auto; */
	  height: auto; 
	  margin-top:30px; 
	}
}

@media (max-width: 767px) {
	.hero-video-wrapper { 
	  width: 100% !important; 
	  /*aspect-ratio: auto; */
	  height: auto; 
	  margin-top:30px; 
	}
	.hero-video-wrapper .hero-fallback-img {
	  background-position: center top !important;
	}
}

@media (min-width: 980px) {
  .hero-video-wrapper { 
	  border-radius:300px 12px 0 12px; 
	  overflow:hidden; 
	}
}

/*images*/
.image-right{
    border-radius: 1rem!important;
    border-bottom-left-radius: 0!important;
    overflow: hidden;
}

.image-left{
    border-radius: 1rem!important;
    border-bottom-right-radius: 0!important;
    overflow: hidden;
}

.content-right{
    border-radius: 1rem!important;
    border-bottom-left-radius: 0!important;
    overflow: hidden;
}

.content-left{
    border-radius: 1rem!important;
    border-bottom-right-radius: 0!important;
    overflow: hidden;
}

.border-blue{
    border: 10px solid #115ABC;
}

.border-blue-light{
    border: 6px solid #B0C8E920;
}

.content-image {
    height: 100%;
    width: 100%;
}


.object-cover .content-image img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    max-height: inherit;
}

.hl-sub {
    position: absolute;
    height: 2px;
    width: 90px;
    content: '';
    background-color: var(--secondary-color)!important;
    margin-bottom: 40px;
    top: -20px;
    left: 50%;
    transform: translatex(-50%);
}

.hl-sub.text-center{
    margin: 0 auto .5rem;
}

.hl-sub.white {
    background-color: #FFFFFF;
}

.hl-sub.white:before{ 
    border-color: transparent transparent transparent #ffffff;
}
.hl-sub.white:after{
    border-color: transparent #ffffff transparent transparent;
}
.homepage-card {
    background-color: #FFFFFF;
    padding: 1.5em;
    border-radius: 0.5em;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0.9em;
    height: 100%;
    width: auto;
    box-shadow: 0px 0px 10px #00000010;
}

.homepage-card img {
    height: 53px;
}

.homepage-card p {
    font-size: 0.938em;
    font-weight: 400;
    color: #0B0B0B;
}



.hp-card-row-gap {
    row-gap: 1em;
}

.hp-card-mt {
    margin-top: 2em;
}

.row-gap-mobile {
    row-gap: 1em;
}

.row-gap-1 {
    row-gap: 1em;
}

.cta .content{
    padding: 100px;
}

.bg-light{
    background: #F5F5F5!important;
}

.bg-white{
    background-color: #fff!important;
}

.bg-color{
    background-color: #2F72B0!important;
}

.bg-blue{
    background-color: #00499A!important;
}


/*edge image */
.edge-image .bg-holder {
    position: absolute;
    width: 95%;
    height: 100%;
    max-height: 540px;
    left: 0;
    background-size: cover;
    background-position: left center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
    top: 50%;
    transform: translatey(-50%);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.swiper-slide{
    padding: 20px;
}

.swiper-arrow{
    display: flex;
    padding-left: 20px;
    position: relative;
    margin-bottom: 40px;
}
.swiper-arrow .swiper-button-prev{
    margin-right: 20px;
}
.swiper-arrow .swiper-button-next, 
.swiper-arrow .swiper-button-prev{
    position: relative;
    right: unset;
    left: unset;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background: #00499A;
    color: #fff;
}

.swiper-arrow .swiper-button-next.swiper-button-disabled, 
.swiper-arrow .swiper-button-prev.swiper-button-disabled{
    background: #fff;
    color: #D9D9D9;
}

.swiper-arrow .swiper-button-next:after,
.swiper-arrow .swiper-button-prev:after{
    font-size: 30px;
}





/* testimonials */


.star-ratings svg{ width: 20px;

}
.rating-star{fill: #FFE386}

.testimonial-card{
    border: 0;
}

.testimonial-card .card-overlay{
    position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        right: 0;
}

.testimonial-card .card-overlay .play-button{
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    top: 0;
    left: 0;
    transform: none;

}

.testimonials-image img{

}

/*blog */
.featured.blog-post .content-image{
    height: 270px;
}

.featured.mini.blog-post .content-image{
    height: 150px;
}

.blog-post .content-image{
    overflow: hidden;
}

.blog-post .content-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
  
.navigation li {
    display: inline;
}
  
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #00499A;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
  
.navigation li a:hover,
.navigation li.active a {
    background-color: #E0AF66;
}

/* FOOTER */

.copyright-group {
    display: flex;
    padding: 1em;
    background: transparent;
    justify-content: space-between;
    border-radius: 8px;
}

#footer {
    position: relative;
    background: #9DC2F920;
}

.logo-footer{
    width: 125px;
}

#footer .copyright-text.light p {
    color: #000 !important;
}

#footer .social-media-links {
}

#footer .footer-quick-links .menu-item{
    padding: 10px;
}

#footer .footer-quick-links li {
    padding: 0 10px;
    text-align: center;
}

#footer .footer-quick-links a {
    color: #000 !important;
    text-decoration: none;
    font-weight: 500;
}

#footer .copyright-link a {
    color: #000;
    font-size: 0.875em;
}

.hl-1 {
    content: ' ';
    width: 1px;
    height: 0.875em;
    background: #000;
}

.social-media-links {}

.social-media-links a{
    text-decoration: none;
}
.social-media-links svg {
    height: 16px;
    margin: 0 5px;
    color: #3A74C2;
    fill:  #3A74C2;
}

.social-media-links a:hover svg{
    color: #fff;
    fill:  #fff;
}

.footer-quick-links {}

.no-shadow {
    box-shadow: unset !important;
}

img.img-rounded {
    border-radius: 1.5em;
}


.gform_wrapper .gform_fields{
    row-gap: 20px!important;
    column-gap: 12px!important;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea{
    border: 0!important;
    border-radius: 10px!important;
    background: #f0f0f0!important;

}

#tableFilter .nav-pills .nav-link.active, 
#tableFilter .nav-pills .show>.nav-link{
    background: transparent;
    font-weight: 700;
    color: #00499A;
}

#PricingTables{}
#PricingTables .table-row{}
#PricingTables .table-col h3{
    font-size: 20px;
}

.tab-section{}
.tab-section .tab-subtitle{
    font-weight: 700;
    font-size: 24px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.tab-section .nav .nav-link{
    font-weight: 300;
}

.tab-section .nav .nav-link:hover{
    color: #00499a;
    background: #fff;
}

.tab-section .nav .nav-link.active,
.tab-section .nav .nav-link.active:hover{
    background: #00499a;
    color: #fff;
}

.hide-tab-btns .nav .nav-link {
	display: none;
}

.menu-item-1520 a {
    border: 2px solid #1a66ae;
    color: #ef3a44 !important;
    border-radius: 300px;
    transition: .3s all ease-in-out;
    text-align: center;
}

.menu-item-1520:hover a {
	color:#fff;
	background-color: #1a66ae;
}

.aligned-bottom-links .basic-image.row {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
}

.aligned-bottom-links .basic-image.row .cardgroup {
  display: flex !important;
  flex-direction: column;
}

.aligned-bottom-links .cardgroup .card {
  display: flex !important;
  flex-direction: column;
  flex: 1 0 auto;
}

.aligned-bottom-links .cardgroup .card-body {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start !important;
}

.basic-image.row .cardgroup img {
  max-width: 300px;
  margin: auto;
}

.evc-2 {
	background-color: #1a66ae;
}

.evc-2 a {
	position: relative;
	bottom: auto;
	padding-left: 0px !important;
}

/* ALL MOBILE DEVICES */

@media (max-width: 575px) {

    .position-md-absolute {
        position: relative;
    }

    img.logo-header {
        height: auto;
        margin: 0;
        display: block;
    }

    h1, .h1 {
        font-size: 50px;
        line-height: 1.25;
        font-weight: 700;
    }

    h2, .h2 {
        font-size: 38px;
        line-height: 1.25;
        font-weight: 700;   
    }

    h3, .h3 {
        font-size: 32px;
        line-height: 1.25;
        font-weight: 700;   
    }

    h4, .h4 {
        font-size: 26px;
        line-height: 1.25;
        font-weight: 700;   
    }

    h5, .h5 {
        font-size: 20px;
        font-weight: 700;   
    }

    h6, .h6 {
        font-size: 1.125em;
        line-height: 1.75;

    }


    .homepage-hero {
        padding-top: 5rem;
        padding-bottom: 3em;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }

    .homepage-hero:before,
    .hero:before{
        background: rgba(255,255,255,.8);
    }

    .hero{
        min-height: 250px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .video-background{
         width: 100%;

    }

    .offset-background{
         
         width: 100%;
         
    }
   

    .process-list .cardgroup .col-12:nth-child(even) {
        margin-top: 0;
    }

    .empty-card-img {
        margin-top: 2em;
    }

    /*.gform-theme--foundation .ginput_address_city, .gform-theme--foundation .ginput_address_country, .gform-theme--foundation .ginput_address_state, .gform-theme--foundation .ginput_address_zip {
        inline-size: 100%!important;
    }
*/

    .logo-footer{
        margin: 0 auto;
    }

    #footer .quick-link{
        justify-content: center !important;

    }
    #footer .quick-link ul{
        text-align: center;
        flex-direction: column;

    }

    #footer .quick-link ul li{
        padding: 5px 0;
    }
    .copyright-group{text-align: center;}

    #footer .social-media-links {
        text-align: center!important;
        padding: 10px;
    }

}


/* TABLET DEVICES */

@media (min-width: 575px) and (max-width: 768px) {

    h1, .h1 {
        font-size: 50px;
        line-height: 1.25;
        font-weight: 700;
    }

    h2, .h2 {
        font-size: 38px;
        line-height: 1.25;
        font-weight: 700;   
    }

    h3, .h3 {
        font-size: 32px;
        line-height: 1.25;
        font-weight: 700;   
    }

    h4, .h4 {
        font-size: 26px;
        line-height: 1.25;
        font-weight: 700;   
    }

    h5, .h5 {
        font-size: 20px;
        font-weight: 700;   
    }

    h6, .h6 {
        font-size: 1.125em;
        line-height: 1.75;

    }
    .homepage-hero {
        padding-top: 5rem;
        padding-bottom: 3.125em;
    }

    .hero{
        min-height: 250px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .homepage-hero:before,
    .hero:before{
        background: rgba(255,255,255,.8);
    }
    
    .position-md-absolute {
        position: relative;
    }
}

@media (max-width: 992px){

    .position-md-absolute {
        position: relative;
        width: 100% !important;
        height: 500px !important;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
    }

    .nav-link {
        color: #000;
    }

    #menu-item-199{width: 100%;}
    .btn-primary .nav-link{
        color: #fff;
    }

    #video > .row{
        background-position: top left!important;
    }
    #video .order-2{margin-top: 0!important;}

    .video-background{
         background-position: left center;
         background-size: cover;
         top: 31%;
         width: 100%;
    }

    #benefits{
        position: relative;
        min-height: unset;
    }

    #benefits > .row {
        position: relative !important;
        margin-top: 0%;
            transform: translatey(0%);
    }


    #CTA{
        position: relative;
    }
    #CTA > .row{
        position: relative;
        z-index: 10;
    }
    #CTA:after{
        z-index: 1;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        background: rgba(58,116,194,.5);
    }


    #CTAClinical .contained{
        position: relative;
    }
    #CTAClinical .contained:after{
        z-index: 1;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        background: rgba(58,116,194,.5);
    }

    #CTAClinical .contained > .col-12{
        position: relative;
        z-index: 10;
    }
    
}

/*SMALL LAPTOPS AND UP*/
@media (min-width: 992px) {

    .navbar-expand-lg .navbar-nav {
        column-gap: 1em;
    }

    .navbar-expand-xl .navbar-nav {
        column-gap: 1em;
    }

}

@media (min-width: 992px) and (max-width: 1290px){
    h1, .h1{
        font-size: 50px;
    }
}

/* TABLETS AND SMALLER LAPTOPS */
@media (min-width: 769px) and (max-width: 1024px) {

    .homepage-hero {
        padding-top: 5.125rem;
        padding-bottom: 5.125em;
    }

}

@media (min-width: 769px) and (max-width: 991px) {
    .section-margin-bottom {
        margin-bottom: 1em !important;
    }

    .empty-card-img {
        height: 100%;
        margin-top: 2em;
    }
}

@media (min-width: 769px) and (max-width: 1200px){
    .process-list .cardgroup .col-12{
        flex: 0 0 auto;
        width: 50%;

    }
}


/* Bigger Laptops */

@media (min-width: 1025px) and (max-width: 1366px) {
    
}


@media (min-width: 992px) and (max-width: 1300px) {
    #about .cardgroup .col-lg-6{
        flex: 0 0 auto;
        width: 100%;
    }

    .homepage-hero {
        padding-top: 6.125rem;
        padding-bottom: 3.125em;
    }

}


/* MEDIUM Laptops and zoomed in screens */

@media (min-width: 1440px) {}


@media (max-width: 1200px) {

    #about .cardgroup .col-12{
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1920px){
    .container-fluid > .row{
        max-width: 1920px;
        margin: 0 auto;
    }


}
