/*Theme Name: 215 Marketing 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.
*/
/* UPDATED BRAND PALETTE */
:root {
    --primary-red: #A00000;
    --primary-gold: #D9A300;
    --silver-gray: #C8C8C8;
    --dark-gray: #555555;
    --white: #FFFFFF;

    --color_1: #000000;
    --color_2: #FFFFFF;
    --color_3: #A00000;
    --color_4: #D9A300;
    --color_5: #C8C8C8;/*Theme Name: 215 Marketing 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.
*/
/* UPDATED BRAND PALETTE */
:root {
    --primary-red: #A00000;
    --primary-gold: #D9A300;
    --silver-gray: #C8C8C8;
    --dark-gray: #555555;
    --white: #FFFFFF;

    --color_1: #000000;
    --color_2: #FFFFFF;
    --color_3: #A00000;
    --color_4: #D9A300;
    --color_5: #C8C8C8;
    --color_6: #555555;
    --color_7: #FFFFFF;
    --color_8: #A00000;

    --primary-color: #A00000;
    --secondary-color: #D9A300;
    --highlight-text-color: #A00000;
}

/* Base setup */
* {
    -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: #000000;
    text-transform: none;
}

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

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

h3, .h3 {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;   
}

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

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

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

}

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

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

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

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

.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;
}
.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: var(--highlight-text-color);
}

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

.gray4 {
    color: #C8C8C8 !important;
}

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

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

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

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

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

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

.sub {
    color: #A00000;
    display: inline-block;
    border: 2px solid #A00000;
    font-weight: 500;
    font-size: 16px !important;
    letter-spacing: 0px;
    position: relative;
    padding: 10px 24px;
    margin-bottom: 20px;
    border-radius: 50px;
}

.product-hero .sub {
    color: #fff;
    border: 2px solid #fff;
}

.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: #ffffff;
    z-index: 1000;
    position: fixed;
    transition: .3s all ease-in-out;
}

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

.header-btn{
    min-width: 160px;
}

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

.contact-info{
    position: relative;
    padding-left: 30px;
}

.contact-info.phone:before {
    content: '';
    background: url(/wp-content/uploads/2026/05/icon-phone-red.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;
}

.contact-info.fax:before {
    content: '';
    background: url(/wp-content/uploads/2025/04/icon-fax.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;
}

.contact-info.email:before {
    content: '';
    background: url(/wp-content/uploads/2026/05/icon-email-red.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;
}

.contact-info.pin:before {
    content: '';
    background: url(/wp-content/uploads/2025/04/icon-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;
}

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

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

.btn-primary{
    background: #A00000;
    color: #fff;
    border: 2px solid #A00000;
}

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

.btn-primary:hover {
    background: #fff!important;
    color: var(--color_4)!important;
}

.btn-primary.dark:hover{
    background:var(--color_4)!important;
    color: #fff!important;
    border: 2px solid #fff;
}

.btn-outline:hover{
    background:#fff!important;
    color: var(--color_4)!important;
    border: 2px solid #fff;
}

.btn-text {
    color: var(--color_4);
}

.btn.arrow{
    padding:10px 40px 10px 20px;
    position: relative;
}

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

.btn.arrow.light:hover:after{
    background: url('/wp-content/themes/boehringer/images/arrow-circle-blue.svg');
    background-size: cover;
}

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

.btn.arrow.dark:hover:after{
    background: url('/wp-content/themes/boehringer/images/arrow-circle-white.svg');
    background-size: cover;
}

/*
   Note: arrow-circle-blue.svg and similar background-image SVG assets
   may still contain hardcoded colors inside the SVG file.
   Recolor those SVG files directly if they still appear blue.
*/

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

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

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

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

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

}

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

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

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

@media screen and (min-width: 980px) and (max-width: 1300px){
	#bs4navbar .nav-link {font-size: 14px !important;}
}

@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: #555555;
        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,
    body:not(.home) .header.scrolled .nav-link,
    body:not(.home) .header.scrolled .navbar-nav .nav-link.active, 
    body:not(.home) .header.navbar-nav .nav-link.show {
        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{padding-top: 130px!important;
    position: relative;
    margin-bottom: 100px;
}

#video .contained{
    overflow: visible;
}
#video .order-2{margin-top: -80px!important;}

.video-background{
     background-size: auto 100%;
     background-position: center right;
     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: 0;
     width: 70%;
}

.home .video-background {
	top: 50%;
}

.offset-background{
     background-size: auto 100%;
    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;
    width: 70%;
}

#shield{position: relative;
padding-top: 50px!important}
#shield .offset-background{
    background-position: center left;
    left: unset;
    top: 55%;
    right: 0;
}

.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;
}

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

.numbered-list .icon {
    position: relative;
    width: 50px;
    height: 50px;
    background: #D9A300;
    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%);
}

.icon-offset .card .icon {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -35px;
    left: 25px;
    background: #D9A300;
    padding: 10px;
    text-align: center;
    display: block;

}

.icon-offset .card img {
    height: 35px;
    width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-inside .card img {
    width: 50px;
    position: relative;
}

.sidebyside .card .card-body img{
    width: 50px;
    background: #C8C8C8;
    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;

}

.icon-offset .card-body {
    padding-top: 2rem !important;
}

.full-bg-card{
    position: relative;
    overflow: hidden;
    transition: .3s all ease-in-out;
}

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

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

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

@media (min-width: 1182px) and (max-width: 1446px){
    .full-bg-card{
        min-height: 600px;
    }
}
@media (min-width: 992px) and (max-width: 1182px){
    #features .cardgroup .col-lg-4{
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    #features .cardgroup .col-lg-4{
        min-height: 500px;
    }
}

.full-bg-card .image-container{
    width: 100%;
    height: 100%;
}

.full-bg-card .image-container img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.full-bg-card .card-header{
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    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: 0px;
    padding: 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;
}

.card-img-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
    background: linear-gradient( rgba(160,0,0,.3), #A00000 );
    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: #fff;
}
.full-bg-card:hover .card-body{
    transform: translateY(0);
}
.full-bg-card:hover .learn-more-icon{
    opacity: 0;
}
.full-bg-card:hover .card-img-overlay {
   opacity: 1;

}*/

#innovativeCare .basic-image a{
    color: #A00000;
    display: block;
    margin-top: 20px;
    text-decoration: none;
}

.card .card-img.small {
    width: 50px;
}

.shadow-box .card:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(160, 0, 0, 0.008841036414565795) 0%, #000000);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 0;
    display: block;
}

.shadow-box .card:hover:before {
    content: '';
    background: linear-gradient(180deg, rgba(160, 0, 0, 0.008841036414565795) 0%, #A00000);
}

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

.columns-offset .card .card-img-overlay{
    background: #D9A300;
    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;
}

@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;
    }
        
    

}

@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: #A00000;
}

::selection {
    color: #fff;
    background: #A00000;
}

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

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

.highlight{
    color: #A00000;
}

.process h3{
    font-size: 24px;
    margin-bottom: 20px;
}

.process-card{
    padding: 20px;
    position: relative;
}

.process-steps{
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    color: #fff;
    line-height: 1.5;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    width: 60px;
    text-shadow: 1px 1px 0 #A00000, -1px 1px 0 #A00000, -1px -1px 0 #A00000, 1px -1px 0 #A00000;
}

.text-end .process-step{
    right: 20px;
    left: unset;
}

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

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

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

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

.accordion-item h2 .accordion-button {
    font-size: 18px;
    font-weight: 700;
    color: #A00000;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
    color: #000;
    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{
  font-size: 50px;
}

.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;
}

@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 .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 #A00000;
}

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

.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: #555555;
}

/* hero */
.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(160,0,0,0.9);
}

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

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

.hero.white-text p {
    color: #fff !important;
}

.product-hero {
    position: relative;
}

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

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

.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: #C8C8C8!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;
}

#CTA{
    position: relative;
}
#CTA > .row{
    position: relative;
    z-index: 10;
}
#CTA:after{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;

    /* Active: Gold overlay, fade starts far left */
    background: linear-gradient(
        90deg,
        rgba(217,163,0,.95) 0%,
        rgba(217,163,0,.60) 5%,
        rgba(217,163,0,.35) 15%,
        rgba(217,163,0,.15) 30%,
        rgba(217,163,0,0) 50%
    );

    /* Option: Stronger gold overlay for better text readability */
    /*
    background: linear-gradient(
        90deg,
        rgba(217,163,0,.95) 0%,
        rgba(217,163,0,.80) 10%,
        rgba(217,163,0,.60) 20%,
        rgba(217,163,0,.40) 35%,
        rgba(217,163,0,.20) 50%,
        rgba(217,163,0,.08) 65%,
        rgba(217,163,0,0) 80%
    );
    */

    /* Option: Red brand overlay */
    /*
    background: linear-gradient(
        90deg,
        rgba(160,0,0,.90) 50%,
        rgba(160,0,0,0) 100%
    );
    */
}

body.page-id-593 #CTA:after{
    display: none;
}

/* testimonials */

.star-ratings svg{ width: 20px;

}
.rating-star{fill: #D9A300}

.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%;
}

/* FOOTER */

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

#footer {
    position: relative;
    background: #C8C8C820;
}

.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: #A00000;
    fill:  #A00000;
}

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

.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;

}

#locationMap{
    display: block;
    width: 100%;
    height: 100%;
}

#locationMap path {
    stroke: #000;
    fill: #fff !important;
    transition: fill .4s ease;
}

/*#locationMap path:hover {
    fill: orange !important;
}*/

.legend{
    position: absolute;
    width: 100px;
    right: 0;
    bottom:0;
    text-align: center;
}

.legend span{
    margin: 0 auto;
    width: 20px;
    height: 20px;
    display: block;
}

.menu-item-968 a {
	border: 2px solid #A00000;
    color: #A00000;
	border-radius: 300px;
	transition: .3s all ease-in-out;
	text-align: center;
}

.menu-item-968:hover a {
	color:#fff;
	background-color: #A00000;
}

.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;
}

.center-head .card-title {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* =========================================================
   Brand Overrides
   ========================================================= */

/* Keep main headings balanced and readable */
h1,
.h1,
h2,
.h2 {
    color: #000000 !important;
}

/* Standard links */
a {
    color: #A00000;
}

a:hover,
a:focus {
    color: #D9A300;
}

/* Common product / feature section headings */
.features h1,
.features h2,
.hero h2 {
    color: #000000 !important;
}

/* Product page hero title */
.product-hero h1 {
    color: #FFFFFF !important;
}

/* Feature/card accents */
.features .card-title,
.card-title {
    color: #000000;
}

/* Link-style buttons */
.btn-text,
.basic-image a,
#innovativeCare .basic-image a {
    color: #A00000 !important;
}

.btn-text:hover,
.basic-image a:hover,
#innovativeCare .basic-image a:hover {
    color: #D9A300 !important;
}

/* SVG icons that inherit CSS color */
svg.brand-icon,
.brand-icon svg,
.brand-icon svg path {
    color: #A00000;
    fill: #A00000;
}

svg.brand-icon-gold,
.brand-icon-gold svg,
.brand-icon-gold svg path {
    color: #D9A300;
    fill: #D9A300;
}

/* ALL MOBILE DEVICES */

@media (max-width: 575px) {

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

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

    h1, .h1 {
        font-size: 42px;
        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;
    }

    .hero {
        min-height: 380px;
        padding-top: 100px;
        padding-bottom: 100px;
        position: relative;
        background-position: center;
    }

    .hero:before{
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: rgba(255,255,255, .8);
    }

    #benefits .content-image{
        position: relative;
        top: 0;
        transform: none;
        right: 0;
    }

    .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;
    }

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

    #benefits .content-image{
        position: relative;
        top: 0;
        transform: none;
        right: 0;
        
    }

    /*.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;
    }*/
}

@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: 40%;
         width: 100%;
    }

    #shield .offset-background{
        background-position: center right;
        background-size: cover;
        top: 70%;
        width: 100%;
    }

    #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;

        /* Active mobile: Gold overlay, fade starts far left */
        background: linear-gradient(
            90deg,
            rgba(217,163,0,.90) 0%,
            rgba(217,163,0,.55) 10%,
            rgba(217,163,0,.25) 25%,
            rgba(217,163,0,.08) 40%,
            rgba(217,163,0,0) 60%
        );

        /* Option mobile: Stronger gold overlay */
        /*
        background: linear-gradient(
            90deg,
            rgba(217,163,0,.90) 0%,
            rgba(217,163,0,.70) 20%,
            rgba(217,163,0,.45) 40%,
            rgba(217,163,0,.20) 60%,
            rgba(217,163,0,0) 80%
        );
        */

        /* Option mobile: Simple red overlay */
        /*
        background: rgba(160,0,0,.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(160,0,0,.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;
    }

    #tradition .sidebyside .card {
        background-size: 60% auto!important;
    }
    #tradition .card h6{
        font-size: 16px;
    }
    #tradition .card p {
        font-weight: 300;
        font-size: 21px;
    }
}

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

    .homepage-hero {
        padding-top: 5.125rem;
        padding-bottom: 5.125em;
    }
    #benefits .content-image{
        right: -40%;
        
    }

}

@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) {
    #benefits .content-image {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -15%;
        width: 510px;
        height: inherit;
        z-index: 10;
    }
}

@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;
    }

    #benefits .content-image {
        right: unset;
    }
}

    --color_6: #555555;
    --color_7: #FFFFFF;
    --color_8: #A00000;

    --primary-color: #A00000;
    --secondary-color: #D9A300;
    --highlight-text-color: #A00000;
}

/* Base setup */
* {
    -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: #000000;
    text-transform: none;
}

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

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

h3, .h3 {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;   
}

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

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

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

}

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

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

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

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

.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;
}
.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: var(--highlight-text-color);
}

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

.gray4 {
    color: #C8C8C8 !important;
}

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

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

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

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

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

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

.sub {
    color: #A00000;
    display: inline-block;
    border: 2px solid #A00000;
    font-weight: 500;
    font-size: 16px !important;
    letter-spacing: 0px;
    position: relative;
    padding: 10px 24px;
    margin-bottom: 20px;
    border-radius: 50px;
}

.product-hero .sub {
    color: #fff;
    border: 2px solid #fff;
}

.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: #ffffff;
    z-index: 1000;
    position: fixed;
    transition: .3s all ease-in-out;
}

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

.header-btn{
    min-width: 160px;
}

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

.contact-info{
    position: relative;
    padding-left: 30px;
}

.contact-info.phone:before {
    content: '';
    background: url(/wp-content/uploads/2026/05/icon-phone-red.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;
}

.contact-info.fax:before {
    content: '';
    background: url(/wp-content/uploads/2025/04/icon-fax.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;
}

.contact-info.email:before {
    content: '';
    background: url(/wp-content/uploads/2026/05/icon-email-red.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;
}

.contact-info.pin:before {
    content: '';
    background: url(/wp-content/uploads/2025/04/icon-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;
}

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

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

.btn-primary{
    background: #A00000;
    color: #fff;
    border: 2px solid #A00000;
}

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

.btn-primary:hover {
    background: #fff!important;
    color: var(--color_4)!important;
}

.btn-primary.dark:hover{
    background:var(--color_4)!important;
    color: #fff!important;
    border: 2px solid #fff;
}

.btn-outline:hover{
    background:#fff!important;
    color: var(--color_4)!important;
    border: 2px solid #fff;
}

.btn-text {
    color: var(--color_4);
}

.btn.arrow{
    padding:10px 40px 10px 20px;
    position: relative;
}

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

.btn.arrow.light:hover:after{
    background: url('/wp-content/themes/boehringer/images/arrow-circle-blue.svg');
    background-size: cover;
}

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

.btn.arrow.dark:hover:after{
    background: url('/wp-content/themes/boehringer/images/arrow-circle-white.svg');
    background-size: cover;
}

/*
   Note: arrow-circle-blue.svg and similar background-image SVG assets
   may still contain hardcoded colors inside the SVG file.
   Recolor those SVG files directly if they still appear blue.
*/

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

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

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

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

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

}

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

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

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

@media screen and (min-width: 980px) and (max-width: 1300px){
	#bs4navbar .nav-link {font-size: 14px !important;}
}

@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: #555555;
        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,
    body:not(.home) .header.scrolled .nav-link,
    body:not(.home) .header.scrolled .navbar-nav .nav-link.active, 
    body:not(.home) .header.navbar-nav .nav-link.show {
        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{padding-top: 130px!important;
    position: relative;
    margin-bottom: 100px;
}

#video .contained{
    overflow: visible;
}
#video .order-2{margin-top: -80px!important;}

.video-background{
     background-size: auto 100%;
     background-position: center right;
     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: 0;
     width: 70%;
}

.home .video-background {
	top: 50%;
}

.offset-background{
     background-size: auto 100%;
    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;
    width: 70%;
}

#shield{position: relative;
padding-top: 50px!important}
#shield .offset-background{
    background-position: center left;
    left: unset;
    top: 55%;
    right: 0;
}

.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;
}

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

.numbered-list .icon {
    position: relative;
    width: 50px;
    height: 50px;
    background: #D9A300;
    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%);
}

.icon-offset .card .icon {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -35px;
    left: 25px;
    background: #D9A300;
    padding: 10px;
    text-align: center;
    display: block;

}

.icon-offset .card img {
    height: 35px;
    width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-inside .card img {
    width: 50px;
    position: relative;
}

.sidebyside .card .card-body img{
    width: 50px;
    background: #C8C8C8;
    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;

}

.icon-offset .card-body {
    padding-top: 2rem !important;
}

.full-bg-card{
    position: relative;
    overflow: hidden;
    transition: .3s all ease-in-out;
}

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

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

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

@media (min-width: 1182px) and (max-width: 1446px){
    .full-bg-card{
        min-height: 600px;
    }
}
@media (min-width: 992px) and (max-width: 1182px){
    #features .cardgroup .col-lg-4{
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    #features .cardgroup .col-lg-4{
        min-height: 500px;
    }
}

.full-bg-card .image-container{
    width: 100%;
    height: 100%;
}

.full-bg-card .image-container img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.full-bg-card .card-header{
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    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: 0px;
    padding: 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;
}

.card-img-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
    background: linear-gradient( rgba(160,0,0,.3), #A00000 );
    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: #fff;
}
.full-bg-card:hover .card-body{
    transform: translateY(0);
}
.full-bg-card:hover .learn-more-icon{
    opacity: 0;
}
.full-bg-card:hover .card-img-overlay {
   opacity: 1;

}*/

#innovativeCare .basic-image a{
    color: #A00000;
    display: block;
    margin-top: 20px;
    text-decoration: none;
}

.card .card-img.small {
    width: 50px;
}

.shadow-box .card:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(160, 0, 0, 0.008841036414565795) 0%, #000000);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 0;
    display: block;
}

.shadow-box .card:hover:before {
    content: '';
    background: linear-gradient(180deg, rgba(160, 0, 0, 0.008841036414565795) 0%, #A00000);
}

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

.columns-offset .card .card-img-overlay{
    background: #D9A300;
    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;
}

@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;
    }
        
    

}

@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: #A00000;
}

::selection {
    color: #fff;
    background: #A00000;
}

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

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

.highlight{
    color: #A00000;
}

.process h3{
    font-size: 24px;
    margin-bottom: 20px;
}

.process-card{
    padding: 20px;
    position: relative;
}

.process-steps{
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    color: #fff;
    line-height: 1.5;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    width: 60px;
    text-shadow: 1px 1px 0 #A00000, -1px 1px 0 #A00000, -1px -1px 0 #A00000, 1px -1px 0 #A00000;
}

.text-end .process-step{
    right: 20px;
    left: unset;
}

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

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

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

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

.accordion-item h2 .accordion-button {
    font-size: 18px;
    font-weight: 700;
    color: #A00000;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
    color: #000;
    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{
  font-size: 50px;
}

.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;
}

@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 .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 #A00000;
}

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

.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: #555555;
}

/* hero */
.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(160,0,0,0.9);
}

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

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

.hero.white-text p {
    color: #fff !important;
}

.product-hero {
    position: relative;
}

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

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

.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: #C8C8C8!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;
}

#CTA{
    position: relative;
}
#CTA > .row{
    position: relative;
    z-index: 10;
}
#CTA:after{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;

    /* Active: Gold overlay, fade starts far left */
    background: linear-gradient(
        90deg,
        rgba(217,163,0,.95) 0%,
        rgba(217,163,0,.60) 5%,
        rgba(217,163,0,.35) 15%,
        rgba(217,163,0,.15) 30%,
        rgba(217,163,0,0) 50%
    );

    /* Option: Stronger gold overlay for better text readability */
    /*
    background: linear-gradient(
        90deg,
        rgba(217,163,0,.95) 0%,
        rgba(217,163,0,.80) 10%,
        rgba(217,163,0,.60) 20%,
        rgba(217,163,0,.40) 35%,
        rgba(217,163,0,.20) 50%,
        rgba(217,163,0,.08) 65%,
        rgba(217,163,0,0) 80%
    );
    */

    /* Option: Red brand overlay */
    /*
    background: linear-gradient(
        90deg,
        rgba(160,0,0,.90) 50%,
        rgba(160,0,0,0) 100%
    );
    */
}

body.page-id-593 #CTA:after{
    display: none;
}

/* testimonials */

.star-ratings svg{ width: 20px;

}
.rating-star{fill: #D9A300}

.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%;
}

/* FOOTER */

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

#footer {
    position: relative;
    background: #C8C8C820;
}

.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: #A00000;
    fill:  #A00000;
}

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

.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;

}

#locationMap{
    display: block;
    width: 100%;
    height: 100%;
}

#locationMap path {
    stroke: #000;
    fill: #fff !important;
    transition: fill .4s ease;
}

/*#locationMap path:hover {
    fill: orange !important;
}*/

.legend{
    position: absolute;
    width: 100px;
    right: 0;
    bottom:0;
    text-align: center;
}

.legend span{
    margin: 0 auto;
    width: 20px;
    height: 20px;
    display: block;
}

.menu-item-968 a {
	border: 2px solid #A00000;
    color: #A00000;
	border-radius: 300px;
	transition: .3s all ease-in-out;
	text-align: center;
}

.menu-item-968:hover a {
	color:#fff;
	background-color: #A00000;
}

.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;
}

.center-head .card-title {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* =========================================================
   Brand Overrides
   ========================================================= */

/* Keep main headings balanced and readable */
h1,
.h1,
h2,
.h2 {
    color: #000000 !important;
}

/* Standard links */
a {
    color: #A00000;
}

a:hover,
a:focus {
    color: #D9A300;
}

/* Common product / feature section headings */
.features h1,
.features h2,
.product-hero h1,
.product-hero h2,
.hero h1,
.hero h2 {
    color: #000000 !important;
}

/* Feature/card accents */
.features .card-title,
.card-title {
    color: #000000;
}

/* Link-style buttons */
.btn-text,
.basic-image a,
#innovativeCare .basic-image a {
    color: #A00000 !important;
}

.btn-text:hover,
.basic-image a:hover,
#innovativeCare .basic-image a:hover {
    color: #D9A300 !important;
}

/* SVG icons that inherit CSS color */
svg.brand-icon,
.brand-icon svg,
.brand-icon svg path {
    color: #A00000;
    fill: #A00000;
}

svg.brand-icon-gold,
.brand-icon-gold svg,
.brand-icon-gold svg path {
    color: #D9A300;
    fill: #D9A300;
}

/* ALL MOBILE DEVICES */

@media (max-width: 575px) {

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

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

    h1, .h1 {
        font-size: 42px;
        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;
    }

    .hero {
        min-height: 380px;
        padding-top: 100px;
        padding-bottom: 100px;
        position: relative;
        background-position: center;
    }

    .hero:before{
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: rgba(255,255,255, .8);
    }

    #benefits .content-image{
        position: relative;
        top: 0;
        transform: none;
        right: 0;
    }

    .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;
    }

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

    #benefits .content-image{
        position: relative;
        top: 0;
        transform: none;
        right: 0;
        
    }

    /*.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;
    }*/
}

@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: 40%;
         width: 100%;
    }

    #shield .offset-background{
        background-position: center right;
        background-size: cover;
        top: 70%;
        width: 100%;
    }

    #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;

        /* Active mobile: Gold overlay, fade starts far left */
        background: linear-gradient(
            90deg,
            rgba(217,163,0,.90) 0%,
            rgba(217,163,0,.55) 10%,
            rgba(217,163,0,.25) 25%,
            rgba(217,163,0,.08) 40%,
            rgba(217,163,0,0) 60%
        );

        /* Option mobile: Stronger gold overlay */
        /*
        background: linear-gradient(
            90deg,
            rgba(217,163,0,.90) 0%,
            rgba(217,163,0,.70) 20%,
            rgba(217,163,0,.45) 40%,
            rgba(217,163,0,.20) 60%,
            rgba(217,163,0,0) 80%
        );
        */

        /* Option mobile: Simple red overlay */
        /*
        background: rgba(160,0,0,.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(160,0,0,.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;
    }

    #tradition .sidebyside .card {
        background-size: 60% auto!important;
    }
    #tradition .card h6{
        font-size: 16px;
    }
    #tradition .card p {
        font-weight: 300;
        font-size: 21px;
    }
}

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

    .homepage-hero {
        padding-top: 5.125rem;
        padding-bottom: 5.125em;
    }
    #benefits .content-image{
        right: -40%;
        
    }

}

@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) {
    #benefits .content-image {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -15%;
        width: 510px;
        height: inherit;
        z-index: 10;
    }
}

@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;
    }

    #benefits .content-image {
        right: unset;
    }
}
