
footer p, footer .icon-list li {
    opacity: unset;
}
	
.home-video-banner {
    position: relative;
    overflow: hidden;
    background-image: none !important;
    z-index: 0;
}

.home-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -2;
    pointer-events: none;
}

.home-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.20);
    z-index: -1;
    pointer-events: none;
}

.home-video-banner .container {
    position: relative;
    z-index: 2;
}

.cnt-box .caption h2 {
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 3px;
    font-size: 15px;
}

.cnt-box.boxed .caption {
    padding: 10px;
}

.box-sign {
    margin-top: 12px;
    padding: 0px; 
    position: relative;
}

.mission-card {
    background: linear-gradient(135deg, #ffffff 0%, #f4fbff 100%);
    border-left: 5px solid #03BFCB;
    border-radius: 10px;
    padding: 28px 30px;
    box-shadow: 0 18px 40px rgba(0, 66, 114, 0.14);
    position: relative;
    overflow: hidden;
}

.mission-card:before {
    content: "";
    position: absolute;
    top: -55px;
    right: -55px;
    width: 130px;
    height: 130px;
    background: rgba(3, 191, 203, 0.12);
    border-radius: 50%;
}

.mission-label {
    display: inline-block;
    background: #004767;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 30px;
    margin-bottom: 12px;
}

.mission-title {
    font-size: 25px;
    line-height: 34px;
    margin: 0;
    color: #004767;
    font-weight: 800;
}

.mission-line {
    width: 70px;
    height: 3px;
    background: #03BFCB;
    margin: 14px 0 18px 0;
}

.mission-card p {
    line-height: 22px;
    text-align: justify;
    font-size: 14px;
    color: #333333;
    margin-bottom: 13px;
}

.mission-card strong {
    color: #004767;
}

.mission-signature {
    margin-top: 14px;
    padding-top: 8px; 
}

.mission-signature strong {
    display: block;
    color: #004767;
    font-size: 15px;
}

.mission-signature span {
    display: block;
    color: #666666;
    font-size: 12px;
    margin-top: 2px;
}

.nav-contact-row {
    display: flex;
    align-items: center;
    gap: 14px;
    white-space: nowrap;
}

.nav-phone {
    white-space: nowrap;
}

.nav-instant-quote:hover {
    background: #004767;
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .nav-contact-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        padding: 10px 0;
        flex-wrap: wrap;
    }

    .nav-phone {
        font-size: 13px;
    }

    .nav-instant-quote {
        font-size: 11px;
        padding: 8px 12px !important;
    }
}

@media (min-width: 992px) {
    #main-menu {
        display: flex;
        align-items: center;
        width: 100%;
    }

    #main-menu > li {
        float: none;
    }

    .nav-action-group {
        margin-left: 400px;
        padding-right: 0px;
        display: flex !important;
        align-items: center;
        gap: 16px;
        white-space: nowrap; 
    }
}

.nav-action-group .nav-phone {
    color: #ffffff !important;
    font-weight: 700;
    white-space: nowrap;
}

.nav-action-group .nav-phone span {
    color: #ffffff !important;
}

.nav-instant-quote {
    background: #C5DBF0;
    color: #ffffff !important;
    height: 36px !important;
    line-height: 36px !important;
    padding: 0 18px !important;
    display: inline-block !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2px;
    white-space: nowrap;
    border-radius: 0 !important;
}

.nav-instant-quote:hover {
    background: #009aa5;
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .nav-action-group {
        display: flex !important;
        align-items: center;
        gap: 10px;
        padding: 12px 15px;
        flex-wrap: wrap;
    }

    .nav-action-group .nav-phone {
        font-size: 13px;
        line-height: 20px !important;
    }

    .nav-instant-quote {
        height: 34px !important;
        line-height: 34px !important;
        padding: 0 14px !important;
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .keen-main-menu {
        display: flex !important;
        align-items: center;
        width: 100%;
        gap: 34px;
    }

    .keen-main-menu > li {
        float: none !important;
        display: flex;
        align-items: center;
    }

    .keen-main-menu > li > a {
        white-space: nowrap;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .quote-menu-li {
        margin-left: 24%;
        padding-right: 44px;
    }

    .quote-menu-btn {
        background: #03BFCB;
        color: #ffffff !important;
        padding: 0 22px !important;
        height: 40px;
        line-height: 49px !important;
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        white-space: nowrap;
        border-radius: 0 !important;
    }

    .quote-menu-btn:hover {
        background: #009eaa;
        color: #03BFCB !important;
    }
}

@media (max-width: 991px) {
    .keen-main-menu > li > a {
        white-space: nowrap;
    }

    .quote-menu-li {
        padding: 10px 0;
    }

    .quote-menu-btn {
        background: #03BFCB;
        color: #ffffff !important;
        padding: 10px 16px !important;
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 0 !important;
        white-space: nowrap;
    }
}

.quote-menu-btn : hover {
    color: #009eaa;
}

.controls-out {
    z-index: 5;
    margin-bottom: 0px;
}

.keen-feature-card {
    background: linear-gradient(135deg, #ffffff 0%, #f4fbff 100%);
    border-left: 5px solid #03BFCB;
    border-radius: 10px;
    padding: 24px 2px;
    box-shadow: 0 18px 40px rgba(0, 66, 114, 0.14);
    position: relative;
    overflow: hidden;
    min-height: 185px;
}

.keen-feature-card:before {
    content: "";
    position: absolute;
    top: -45px;
    right: -45px;
    width: 115px;
    height: 115px;
    background: rgba(3, 191, 203, 0.12);
    border-radius: 50%;
}

.keen-feature-card h2 {
    color: #004767;
    font-size: 17px;
    line-height: 23px;
    font-weight: 800;
    margin: 0;
    position: relative;
    z-index: 2;
}

.keen-feature-line {
    width: 55px;
    height: 3px;
    background: #03BFCB;
    margin: 12px 0 14px 8px;
    position: relative;
    z-index: 2;
}

.keen-feature-card p {
    color: #333333;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.keen-feature-link {
    color: #03BFCB !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.keen-feature-link:hover {
    color: #004767 !important;
}

@media (min-width: 992px) {
    .keen-main-menu > li.video-menu-item {
        position: relative !important;
        display: block !important;
    }

    .keen-main-menu > li.video-menu-item > a {
        display: block !important;
        white-space: nowrap;
    }

    .keen-main-menu > li.video-menu-item > ul {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: auto !important;
        margin-top: 0 !important;
        min-width: 180px;
        z-index: 99999;
        display: none;
    }

    .keen-main-menu > li.video-menu-item:hover > ul {
        display: block !important;
    }

    .keen-main-menu > li.video-menu-item > ul > li {
        display: block !important;
        width: 100%;
    }

    .keen-main-menu > li.video-menu-item > ul > li > a {
        display: block !important;
        white-space: nowrap;
    }
}

.keen-footer-cta-btn:hover {
    color: #03BFCB !important;
}

/* Card / detail page modal */
.keen-page-popup {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    align-items: center;
    justify-content: center;
}

.keen-page-popup-box {
    position: relative;
    width: 450px;
    height: 600px;
    background: #ffffff;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.55);
}

.keen-page-popup-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    background: #ffffff;
}

.keen-page-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 42px;
    height: 42px;
    border: none;
    background: #004767;
    color: #ffffff;
    font-size: 30px;
    line-height: 38px;
    cursor: pointer;
    z-index: 2;
}

.keen-page-close:hover {
    background: #004767;
}

/* Big PDF popup */
.keen-pdf-popup {
    display: none;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.88);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.keen-pdf-popup-box {
    position: relative;
    width: 90vw;
    max-width: 850px;
    height: 88vh;
    background: #ffffff;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.60);
}

.keen-pdf-popup-header {
    height: 44px;
    background: #004767;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 44px;
    padding: 0 55px 0 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.keen-pdf-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    border: none;
    background: #004767;
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    z-index: 2;
}

.keen-pdf-close:hover {
    background: #001f38;
}

.keen-pdf-popup-box iframe {
    width: 100%;
    height: calc(100% - 44px);
    border: 0;
    display: block;
    background: #ffffff;
}

@media (max-width: 767px) {
    .keen-pdf-popup {
        padding: 10px;
    }

    .keen-pdf-popup-box {
        width: 96vw;
        height: 90vh;
    }

    .keen-pdf-popup-header {
        font-size: 13px;
    }
}

@media (max-width: 520px) {
    .keen-page-popup-box {
        width: 94%;
        height: 88vh;
    }

    .keen-page-close {
        top: -14px;
        right: -8px;
    }
}

.dropdown-submenu > a:after, .menu-side .dropdown > a:after, .menu-side .mega-dropdown > a:after, .menu-inner .dropdown > a:after, .menu-cnt > ul > li.dropdown > a:after {
   display:none;
}
 
.hero-tagline-wrap {
    width: fit-content;
    max-width: 100%;
    margin: 12px auto 0 auto;
    position: relative;
    left: -7px; /* matches the 15px right margin the old tagline had */
}

/* Rectangular variant of keen-feature-card */
.keen-feature-card-wide {
    width: 580px;
    margin-top: 14px;
    padding: 12px 21px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    left: 12px;
}

.keen-feature-card-wide h2 {
    font-size: 16px;
    line-height: 22px;
}

.keen-feature-card-wide .keen-feature-line {
    margin: 8px auto 10px auto;
}

.keen-feature-card-wide p {
    line-height: 18px;
    margin-bottom: 6px;
}

main > section > .container { 
    padding-bottom: 21px !important;
}

.keen-problem-list {
    margin: 10px 0 0 40px;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 2;
}

.keen-problem-list li {
    display: flex;
    align-items: center;   /* icon stays vertically centered with the text */
    gap: 10px;
    margin-bottom: 2px;
    color: #004767;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
}

.keen-problem-list li img {
    width: 25px;           /* narrow icon, change this to resize */
    height: 25px;
    object-fit: contain;
    flex-shrink: 0;        /* keeps the icon from squeezing when text wraps */
    display: block;
}

@media (min-width: 992px) {
    .menu-top-logo {
        padding-top: 71px;
    }
}

.menu-fixed.menu-top-logo:not(.menu-transparent) + header, .menu-fixed.menu-top-logo:not(.menu-transparent) + main {
    margin-top: 121px;
}