@import url('https://fonts.googleapis.com/css?family=Raleway:500|Teko:600&display=swap');

:root {
    --color-theme-hghlht: #3bb1c4;
}

::selection {
    background: var(--color-theme-secondary);
    color: #fff;
}



/* Text */
.font-main {
    font-family: 'Teko', sans-serif;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'Teko', sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

h1 {
    font-size: 3.5rem;
    line-height: .8em;
}

h2 {
    font-size: 2.6em;
    line-height: .8em;
}

.h5 {
    line-height: 1;
}

.font-primary,
.employees a {
    font-family: 'Teko', sans-serif;
    text-transform: uppercase !important;
    font-weight: 600 !important;

}

.font-secondary {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700 !important;
    text-transform: none !important;
}

.font-body-Raleway .businessinfo label {
    font-weight: 700 !important;
    font-size: 1em;
}

sup {
    font-size: 75%;
}

.form-smtext,
.recaptcha-text {
    font-size: 1em;
    line-height: 1.5;
    text-align: center;
}

.pg-title-center {
    text-align: center;
}

.pg-title::after {
    content: "";
    display: block;
    height: 4px;
    width: 80px;
    margin: 10px 0 15px 0;
    background: var(--color-theme-secondary);
    color: var(--color-theme-text-btn);
}

.pg-title-center::after {
    margin-left: auto;
    margin-right: auto;
}

.larger-text {
    font-size: 1.1em;
    line-height: 1.7em;
}


/* Btns */
.btn {
    padding: .7em 1.6em;
}

button#contact-sendForm {
    padding: .7em 1.6em;
    font-size: 1rem;
    margin-bottom: 1.2em;
}



/* Links */
.ahi-btn-link,
.employees a {
    position: relative;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: opacity .35s cubic-bezier(.35, .8, .35, .8), -webkit-transform .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8);
    -o-transition: transform .35s cubic-bezier(.35, .8, .35, .8), opacity .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8);
    transition: transform .35s cubic-bezier(.35, .8, .35, .8), opacity .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8);
    transition: transform .35s cubic-bezier(.35, .8, .35, .8), opacity .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8), -webkit-transform .3s cubic-bezier(.35, .8, .35, .8);
}

.ahi-btn-link {
    padding: 5px 0;
}

.ahi-btn-link,
.employees a {
    color: var(--color-theme-secondary);
}

.ahi-btn-link-rev {
    color: var(--color-theme-text-btn);
    padding: 5px 0;
}

.ahi-btn-link:hover,
.employees a:hover {
    color: var(--color-theme-highlight);
}

.ahi-btn-link-rev:hover {
    color: var(--color-theme-border);
}

.ahi-btn-link::after,
.employees a::after {
    border-color: var(--color-theme-highlight);
    content: '';
    margin: 0 auto;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    -webkit-transition: left 250ms ease-in-out, right 250ms ease-in-out;
    -moz-transition: left 250ms ease-in-out, right 250ms ease-in-out;
    -o-transition: left 250ms ease-in-out, right 250ms ease-in-out;
    transition: left 250ms ease-in-out, right 250ms ease-in-out;
}

.ahi-btn-link-rev:hover::after {
    border-color: var(--color-theme-hghlht);
}

.ahi-btn-link:hover::after,
.employees a:hover::after {
    opacity: 1;
    left: 0;
    right: 0;
}

.employees a {
    font-size: 1.1em;
}

/*===================================================================================================
    Footer with logo above
===================================================================================================*/
.footer {
    padding-top: 1em;
}

.footer-info-business.mb-3 {
    display: none;
}

.footer .footer-bottom-section {
    background: #f5f8f9;
}

/*===================================================================================================
    Logo in Navbar
===================================================================================================*/

/* Navbar */
.header-logo {
    display: none;
}

.header-info {
    display: none;
}

/* logo */
.header .navbar-brand {
    padding: 3px 0 0 0;
    min-height: auto;
    font-size: 0;
    background-image: url("https://apihoard.webit.com/api/v1/Image/5552F9F90A948CB67C606C54CB33EB0B/5552F9F90A948CB67C606C54CB33EB0B.png?size=1920x1440");
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 208px;
    height: 44px;
    display: block;
    background-position: center;
}

.navbar .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* add shadow on scroll */
.affix {
    box-shadow: 0;
    -webkit-transition: box-shadow 2s;
    transition: box-shadow 2s;
}

.navbar-shadow {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02),
        0 2px 2px rgba(0, 0, 0, 0.03),
        0 4px 4px rgba(0, 0, 0, 0.04),
        0 8px 8px rgba(0, 0, 0, 0.05),
        0 16px 16px rgba(0, 0, 0, 0.05);
}

.header .active .nav-link-cart::after,
.header .nav-link-cart:focus::after,
.header .nav-link-cart:hover::after,
.header .navbar .active .dropdown-toggle::before,
.header .navbar .active .nav-link::before,
.header .navbar .nav-link:focus::before,
.header .navbar .nav-link:hover::before {
    background: var(--color-theme-secondary);
    border-color: var(--color-theme-secondary);
}

@media (min-width: 992px) {
    .header .navbar-brand {
        min-height: auto;
        margin-left: 0;
        display: inline-block !important;
        order: 1;
        height: 65px;
        width: 260px;
        margin-top: -10px;
    }

    .navbar .container {
        max-width: 100% !important;
        padding-right: 9px;
    }

    .navbar-collapse {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: initial;
    }

    .navbar .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header .nav-link-cart,
    .header .navbar .nav-link {
        line-height: 30px;
    }

    .header .navbar {
        padding-top: 5px;
    }

    .header .navbar-expand-lg .navbar-nav {
        position: absolute;
        right: 25px;
        top: 20px;
    }

}

@media(min-width: 1200px) {
    .header li.nav-item {
        margin-right: 10px;
    }

    .header li.nav-item:last-of-type {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .navbar .container {
        text-align: center;
        max-width: 100%;
    }
}

/* Last Link to a button - CTA in Navbar */
.header .nav-item:last-of-type .nav-link {
    background: var(--color-theme-secondary);
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: .9em;
}

.header .nav-item:last-of-type .nav-link:before {
    background: var(--color-theme-highlight);
    border-color: var(--color-theme-highlight);
}

.header .nav-item:last-of-type .nav-link:hover,
.header .nav-item:last-of-type.active .nav-link {
    background: var(--color-theme-highlight);
    color: var(--color-theme-text-btn);
}

/*===================================================================================================
    Module Padding
===================================================================================================*/

.modpad {
    padding-left: 0;
    padding-right: 0;
}

@media(min-width: 992px) {
    .modpad {
        padding-left: 20px;
        padding-right: 20px;
    }

    .detailedlist {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media(min-width: 769px) {
    .modpad {
        padding-left: 25px;
        padding-right: 25px;
    }

    .detailedlist {
        margin-left: 25px;
        margin-right: 25px;
    }
}

/* Ahi List */
.modpad.ahi-list {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -12px;
    margin-right: -12px;
}

.modpad.ahi-list+.modpad.ahi-list {
    padding-top: 5px;
}

.modpad .ahi-list-wrapper {
    margin-right: 12px;
    margin-left: 12px;
}

@media(max-width: 991px) {
    .modpad .ahi-list-wrapper {
        margin-right: 0;
        margin-left: 0;
    }

    .modpad.ahi-list {
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
    }

    .modpad.ahi-list+.modpad.ahi-list {
        padding-top: 0;
        margin-top: -20px;
    }

}


/*===================================================================================================
    Home - Hero & Phone Callout
===================================================================================================*/
/* Hero */
.hero {
    position: relative;
    overflow: hidden;
}

.hero-content-container {
    position: relative;
    z-index: 2;
}

.hero-content {
    position: relative;
    padding: 2em 20px;
    background: rgba(255, 255, 255, 0.95);
}

.hero .display-4 {
    font-size: 4rem;
    line-height: .8em;
}


@media(max-width: 400px) {
    .hero .display-4 {
        font-size: 3.5rem;
        line-height: .8em;
    }
}

/* Hide bg image on mobile */
@media(min-width: 768px) {
    .hero-img {
        min-height: 700px;
        background: url('https://apihoard.webit.com/api/v1/Image/37418DB2F42CECF2F9F195551E0796F8/37418DB2F42CECF2F9F195551E0796F8.jpg?size=1920x1440') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin-bottom: -1px;
    }

    .hero {
        position: relative;
        overflow: hidden;
    }

    .hero-content {
        position: absolute;
        bottom: 3em;
        padding: 2.5em 2em;
    }

}

@media(max-width: 992px) and (min-width: 768px) {
    .hero-content {
        bottom: 2em;
        padding: 2em;
    }

    .hero-img {
        min-height: 600px;
        background: url('https://apihoard.webit.com/api/v1/Image/37418DB2F42CECF2F9F195551E0796F8/37418DB2F42CECF2F9F195551E0796F8.jpg?size=1920x1440') no-repeat center center;
    }
}


.hero-content {
    font-size: 1.2em;
}

.ahi-callout {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    background: var(--color-theme-primary);
    color: var(--color-theme-text-btn);
    margin-bottom: -1px;
}

.ahi-callout .container {
    position: relative;
    z-index: 2;
}

.ahi-callout h5 {
    font-size: 1.2em;
    line-height: 1.3em;
}

.ahi-callout a {
    font-size: 2em;
}

.ahi-callout .ahi-bg {
    position: absolute;
    z-index: 1;
    top: -71%;
    left: -8%;
    opacity: .2;
}

.ahi-callout .ahi-bg img {
    max-width: 300px;
}



/*===================================================================================================
    Home - Services Image List
===================================================================================================*/

/* Ahi List */
.ahi-list-wrapper {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.ahi-list-image {
    display: block;
    position: relative;
    height: 400px;
}

.ahi-list-image img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
}

.ahi-list-image::before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, .65)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, .65) 100%);
    -webkit-transition: opacity .3s cubic-bezier(.35, .8, .35, .8);
    -o-transition: opacity .3s cubic-bezier(.35, .8, .35, .8);
    transition: opacity .3s cubic-bezier(.35, .8, .35, .8);
    z-index: 1;
}

.ahi-list-wrapper:hover .ahi-list-image::before {
    opacity: 1;
}

.ahi-list-content {
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    width: 100%;
    height: 95%;
    padding: 20px 20px 0 20px;
    color: #fff;
    z-index: 2;
}

.ahi-list-title {
    font-size: 3em;
    margin-bottom: 0;
    line-height: .8em;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.35, .8, .35, .8);
    -o-transition: transform .3s cubic-bezier(.35, .8, .35, .8);
    transition: transform .3s cubic-bezier(.35, .8, .35, .8);
    transition: transform .3s cubic-bezier(.35, .8, .35, .8) -webkit-transform .3s cubic-bezier(.35, .8, .35, .8);
}

.ahi-list-text {
    font-size: 1.2em;
}

.ahi-list-text,
.ahi-btn {
    opacity: 0;
    height: 0;
    padding: 0;
}

.ahi-list-text {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: opacity .3s cubic-bezier(.35, .8, .35, .8), -webkit-transform .3s cubic-bezier(.35, .8, .35, .8), height .3s cubic-bezier(.35, .8, .35, .8);
    -o-transition: transform .3s cubic-bezier(.35, .8, .35, .8), opacity .3s cubic-bezier(.35, .8, .35, .8), height .3s cubic-bezier(.35, .8, .35, .8);
    transition: transform .3s cubic-bezier(.35, .8, .35, .8), opacity .3s cubic-bezier(.35, .8, .35, .8), height .3s cubic-bezier(.35, .8, .35, .8);
    transition: transform .3s cubic-bezier(.35, .8, .35, .8), opacity .3s cubic-bezier(.35, .8, .35, .8), height .3s cubic-bezier(.35, .8, .35, .8), -webkit-transform .3s cubic-bezier(.35, .8, .35, .8);
}

.ahi-btn {
    position: relative;
    font-weight: 800;
    padding: 5px 0;
    display: inline-block;
    -webkit-transition: opacity .35s cubic-bezier(.35, .8, .35, .8), -webkit-transform .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8);
    -o-transition: transform .35s cubic-bezier(.35, .8, .35, .8), opacity .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8);
    transition: transform .35s cubic-bezier(.35, .8, .35, .8), opacity .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8);
    transition: transform .35s cubic-bezier(.35, .8, .35, .8), opacity .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8), -webkit-transform .3s cubic-bezier(.35, .8, .35, .8);
}

.ahi-btn::after {
    border-color: var(--color-theme-highlight);
    content: '';
    margin: 0 auto;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    -webkit-transition: left 250ms ease-in-out, right 250ms ease-in-out;
    -moz-transition: left 250ms ease-in-out, right 250ms ease-in-out;
    -o-transition: left 250ms ease-in-out, right 250ms ease-in-out;
    transition: left 250ms ease-in-out, right 250ms ease-in-out;
}


.ahi-list-wrapper:hover .ahi-list-title,
.ahi-list-wrapper:hover .ahi-list-text,
.ahi-list-wrapper:hover .ahi-btn {
    height: auto;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 1
}

.ahi-list-wrapper:hover .ahi-list-text {
    margin-top: 14px;
    margin-bottom: 14px;
}

.ahi-list-wrapper:hover .ahi-btn::after {
    opacity: 1;
    left: 0;
    right: 0;
}

@media(max-width: 991px) {

    .ahi-list-wrapper .ahi-list-title,
    .ahi-list-wrapper .ahi-list-text,
    .ahi-list-wrapper .ahi-btn {
        height: auto;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 1
    }

    .ahi-list-wrapper .ahi-list-text {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .ahi-list-wrapper .ahi-list-image::before {
        opacity: .8;
    }

    .ahi-list-wrapper .ahi-btn::after {
        opacity: 1;
        left: 0;
        right: 0;
    }

    .ahi-list-wrapper {
        animation-duration: 100ms;
    }
}



/*===================================================================================================
    Services & About
===================================================================================================*/
.ahi-services {
    padding-left: 10px;
    padding-right: 10px;
}

.ahi-services-wrapper {
    max-width: 750px;
}

.ahi-services-wrapper p {
    font-size: 1.15em;
    line-height: 1.8em;
}

.ahi-services-list {
    margin-bottom: -9px;
}

.ahi-services-list li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 32px;
}

/* Checkmark */
.ahi-services-list li::before {
    float: left;
    overflow: hidden;
    width: 22px;
    height: 22px;
    content: "";
    margin-left: -30px;
    background-image: url('https://apihoard.webit.com/api/v1/Image/4FC0AF459D1BDCAB4864158D1DB4BDB4/4FC0AF459D1BDCAB4864158D1DB4BDB4.png?size=1920x1440');
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

@media(min-width: 768px) {
    .page-home .ahi-services .container {
        padding-top: 3.5em;
        padding-bottom: 3.5em;
    }

    .ahi-services .container,
    .employees-container {
        max-width: 100%;
    }
}

@media(min-width: 1350px) {

    .ahi-services .container,
    .employees-container {
        max-width: 90%;
    }
}

@media(min-width: 1450px) {

    .ahi-services .container,
    .employees-container {
        max-width: 80%;
    }
}

@media(min-width: 1730px) {

    .ahi-services .container,
    .employees-container {
        max-width: 70%;
    }
}

/*===================================================================================================
    Home - Testimonails Slider
===================================================================================================*/
.ahi-testimonials {
    background: var(--color-theme-primary);
    color: var(--color-theme-text-btn);
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-top: 3em;
    padding-bottom: 3em;
}

.ahi-testimonials .container {
    position: relative;
    z-index: 3;
}

.ahi-testimonals-arrow {
    position: absolute;
    top: auto;
    margin-top: 0;
    bottom: -3px;
    cursor: pointer;
    padding: 10px;
    z-index: 4;
    transition: all .2s ease-in;
}

.ahi-testimonals-arrow-left {
    left: 20px;
}

.ahi-testimonals-arrow-right {
    right: 20px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}


@media(min-width: 768px) {
    .ahi-testimonials .container {
        padding-top: 3.5em;
        padding-bottom: 3.5em;
    }

    .ahi-testimonials {
        padding-left: 60px;
        padding-right: 60px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 40px;
    }

    .ahi-testimonals-arrow {
        top: 50%;
        transform: translateY(-50%);
        margin-top: 45px;
    }

    .ahi-testimonals-arrow-left {
        left: -50px;
    }

    .ahi-testimonals-arrow-right {
        right: -50px;
    }

    .ahi-testimonals-arrow-left:hover {
        left: -60px;
    }

    .ahi-testimonals-arrow-right:hover {
        right: -60px;
    }

}

.ahi-testimonals-slider-item p {
    font-size: 1.5em;
    line-height: 2em;
}

@media(max-width: 700px) {
    .ahi-testimonals-slider-item p {
        font-size: 1.2em;
        line-height: 1.8em;
    }

    .ahi-testimonals-customer-name {
        font-size: 1.4em;
    }
}


.ahi-testimonials .ahi-bg {
    text-align: left;
    position: absolute;
    z-index: 1;
    top: -5%;
    left: -10px;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .02em;
    font-size: 20em;
    line-height: .7em;
    font-weight: 700;
    color: var(--color-theme-text);
    opacity: .07;
}

.ahi-testimonals-slider .owl-dots .owl-dot span {
    width: 11px !important;
    height: 11px !important;
    margin: auto !important;
    background: transparent !important;
    border: 1px solid var(--color-theme-text-btn) !important;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 50%;
}

.ahi-testimonals-slider .owl-dots .owl-dot.active span {
    background-color: var(--color-theme-text-btn);
}


.owl-theme .owl-dots .owl-dot {
    width: 48px;
    height: 48px;
}

.ahi-testimonals-slider.owl-theme .owl-dots .owl-dot.active span,
.ahi-testimonals-slider.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--color-theme-text-btn) !important;
}




/*===================================================================================================
    Home - Schedule Form
===================================================================================================*/
.contact {
    padding-left: 10px;
    padding-right: 10px;
}

.page-home .contact,
.page-services .contact,
.page-contact-us .contact {
    padding-top: 2em;
    padding-bottom: 2em;
}

/*===================================================================================================
    Internal Pages - Titles
===================================================================================================*/

.ahi-title {
    position: relative;
    padding-top: 7.5em;
    padding-bottom: 7.5em;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ahi-title .pg-title {
    margin-top: 15px;
}

.ahi-title .pg-title::after {
    margin-bottom: 0;
}

@media(max-width: 767px) {
    .ahi-title-services {
        background-image: url("https://apihoard.webit.com/api/v1/Image/A3141F465B6802DB9CC815C23DA2693B/A3141F465B6802DB9CC815C23DA2693B.jpg?size=1920x1440");
    }


}

@media(min-width: 768px) {
    .ahi-title-services {
        background-image: url("https://apihoard.webit.com/api/v1/Image/A3141F465B6802DB9CC815C23DA2693B/A3141F465B6802DB9CC815C23DA2693B.jpg?size=1920x1440");
    }

}

.ahi-title::after {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}

.ahi-title .container {
    position: relative;
    z-index: 2;
}

@media(max-width: 767px) {
    .ahi-title {
        padding-top: 3em;
        padding-bottom: 3em;
    }
}


/*===================================================================================================
    Internal Pages - About & Services
===================================================================================================*/

.employees-name {
    font-size: 2.3em;
}

.employees-title {
    font-size: 1.4em;
}

.employees-bio-text,
.employees-contact {
    font-size: 1.15em;
    line-height: 1.8em;
}

.detailedlist-bg {
    background: #f5f8f9;
}

.detailedlist {
    padding-top: 2em;
    padding-bottom: 3em;
}

.detailedlist .row {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}






/*===================================================================================================
    ie 11
===================================================================================================*/
::selection {
    background: #24889f;
    color: #fff;
}

.cssvars-polyfilled .pg-title::after {
    background: #24889f;
    color: #fff;
}


.cssvars-polyfilled .ahi-btn-link,
.cssvars-polyfilled .employees a {
    color: #24889f;
}

.cssvars-polyfilled .ahi-btn-link-rev {
    color: #fff;
}

.cssvars-polyfilled .ahi-btn-link:hover,
.cssvars-polyfilled .employees a:hover {
    color: #3bb1c4;
}

.cssvars-polyfilled .ahi-btn-link-rev:hover {
    color: #122740;
}

.cssvars-polyfilled .ahi-btn-link::after,
.cssvars-polyfilled .employees a::after {
    border-color: #3bb1c4;
}


/* Last Link to a button - CTA in Navbar */
.cssvars-polyfilled .header .nav-item:last-of-type .nav-link {
    background: #24889f;
    color: #fff !important;
}

.cssvars-polyfilled .header .nav-item:last-of-type .nav-link:before {
    background: #3bb1c4;
}

.cssvars-polyfilled .header .nav-item:last-of-type .nav-link:hover,
.cssvars-polyfilled .header .nav-item:last-of-type.active .nav-link {
    background: #3bb1c4;
    color: #fff !important;
}

.cssvars-polyfilled .ahi-callout {
    background: #24889f;
    color: #fff;
}

.cssvars-polyfilled .ahi-btn::after {
    border-color: #3bb1c4;
}

.cssvars-polyfilled .ahi-testimonials {
    background: #24889f;
    color: #fff;
}

.cssvars-polyfilled .ahi-testimonials .ahi-bg {
    color: #122740;
}

.cssvars-polyfilled .ahi-testimonals-slider .owl-dots .owl-dot span {
    border: 1px solid #fff;
}

.cssvars-polyfilled .ahi-testimonals-slider .owl-dots .owl-dot.active span {
    background-color: #fff;
}

/* should make the long emails in default headers, footers, and business info modules wrap so that they don't stretch too far on super small mobile sizes (ie galaxy fold)  */
.contact-companyinfo .contact-email .contact-details-info,
.header .header-business-email,
.footer .footer-business-email,
.employees-details-info {
    overflow-wrap: anywhere;
}