body {
    padding: 0;
    margin: 0;
    overflow-y: auto; /* Ensure vertical scrollbar appears */
}

strong {
    color: #4054AC !important;
}

.spacer {
    display: block;
    padding: 40px;
}

/* hr { display: none; } */

button.btn.btn-primary.button-border {
    border: 1px solid #11CDB4;
    border-radius: 0;
    background: none;
    color: #0E1116;
}

    button.btn.btn-primary.button-border:hover {
        border-radius: 0;
        background: #11CDB4;
        color: #fff;
    }


.relative {
    position: relative
}

.horizontal-content ul {
    list-style: none;
    padding-left: .4rem;
}

    .horizontal-content ul li:before {
        content: "\0025CF";
        margin-right: 10px;
        color: #0074DF;
    }

a.text-center-underline.resources {
    color: #fff !important;
    text-decoration: underline;
}

    a.text-center-underline.resources:hover {
        text-decoration: underline !important;
        color: #11CDB4 !important;
    }



@media (min-width: 768px) {
    hr {
        display: block;
        margin: 23px 0 7px;
        border: 1px solid #C7CBCE;
    }
}

















/*------------------ OVERWRITING BOOTSTRAP CLASSES ------------------*/
.dropdown-toggle::after {
    margin-top: .25rem;
}

/* .accordion { border-bottom: 1px solid #0E1116;} */
.accordion-header {
    margin: 8px 0;
}

.vertical-padding {
    padding: 40px;
}

.vertical-padding-small {
    padding: 15px 0;
}

.navbar-brand {
    margin: 0 !important;
}

.container-lg {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.form-label {
    font-size: 12px;
    margin-bottom: 0.2rem;
}

.border-start {
    border-left: 1px solid #F5F5F5 !important;
}

.accordion-item {
    border-top: 1px solid #0E1116 !important;
}

.form-control {
    height: 48px;
    font-size: 1rem;
    padding: 0.375rem 1rem;
    border-radius: 0px !important;
}
/* border: 1px solid #0E1116 !important; } */
/* .form-select {background-image: url('/images/blackarrow.png'); background-size: 40px 50px; background-position: right center; } */
.form-check-input {
    margin-right: 0.5rem;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0px !important;
    border: 1px solid #0E1116 !important;
}

    .form-check-input:checked {
        /* background-color: #4054AC !important; */
        border-color: #4054AC !important;
        border-radius: 0px;
        border: 1px solid #0E1116 !important;
        background-image: url(/images/ico-check-green.webp) !important;
        background-size: 12px 12px;
        background-position: center;
        background-color: #fff !important;
    }

.form-select {
    border: 1px solid #C7CBCE !important;
}

.form-check-label {
    margin-left: 0;
    font-size: 12px;
    line-height: 2rem;
}


@media (min-width: 768px) {
    .vertical-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .vertical-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .vertical-padding-small {
        padding: 30px 0;
    }


    .container-lg {
        padding-left: 0;
        padding-right: 0;
    }

    .col-filter .form-select {
        /* background-size: 50px 15px;  */
        padding-right: 45px;
    }

    .form-select {
        /* background-size: 50px 15px;  */
    }
}

@media (min-width: 1200px) {
    .vertical-padding {
        padding: 50px 0;
    }

    .vertical-padding-small {
        padding: 50px 0;
    }
}



.standard-container {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1400px !important;
}


/*------------------ COLORS ------------------*/

.bg-white {
    background-color: #fff !important;
}

.bg-green {
    background-color: #11CDB4 !important;
}

.bg-gray {
    background-color: #C7CBCE !important;
}

.bg-light-gray {
    background-color: #F5F5F5 !important;
}

.bg-blue {
    background-color: #0074DF !important;
}

.bg-dark-blue {
    background-color: #005FB8 !important;
}

.bg-dark-gray {
    background-color: #737577 !important;
}

.bg-black {
    background-color: #25292B !important;
}

.bg-seasalt {
    background-color: #F6F6F6 !important;
}

.bg-marinarblue {
    background-color: #4054AC !important;
}

.bg-richblack {
    background-color: #0E1116 !important;
    ;
}



.text-rich-black {
    color: #0E1116 !important;
}

.text-black {
    color: #25292B !important;
}

.text-gray {
    color: #737577 !important;
}

.text-green {
    color: #11CDB4 !important;
}

.text-greencenter {
    color: #11CDB4 !important;
    text-align: center;
}

.text-blue {
    color: #0074DF !important;
}

.text-dark-blue {
    color: #005FB8 !important;
}

.text-white {
    color: #fff !important;
}

.text-smallcenter {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.text-learnmore {
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 16px;
    color: #0E1116 !important;
    text-align: center;
    text-decoration-line: underline !important;
    text-decoration-color: #11CDB4 !important;
    text-underline-offset: 30%;
}

    .text-learnmore :hover {
        font-size: 16px;
        font-weight: 600;
        line-height: 16px;
        text-align: left;
        color: #11CDB4 !important;
        text-align: center;
        text-decoration-line: underline !important;
        text-decoration-color: #11CDB4 !important;
        text-underline-offset: 30%;
    }

a.text-learnmore:hover {
    color: #4054AC !important;
    text-decoration-line: underline !important;
    text-decoration-color: #11CDB4 !important;
    text-underline-offset: 30%;
}

.text-readmore {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    color: #11CDB4;
    text-decoration-line: underline;
    text-decoration-color: #fff;
    text-underline-offset: 30%;
}

.text-center-underline {
    text-decoration: underline;
    text-decoration-color: #11CDB4 !important;
    text-decoration-style: solid;
    text-underline-offset: 8px !important;
}

.text-marinarblue {
    color: #4054AC !important;
}

.col4-bg {
    background: transparent;
}

.bg-half {
    background-image: url('/images/bg-half.webp');
    background-repeat: repeat-x;
    background-size: contain;
}

.bg-half-reverse {
    background-image: url('/images/bg-half-reverse.webp');
    background-repeat: repeat-x;
    background-size: contain;
}

@media (min-width: 768px) {
    .col4-bg {
        background-image: url('/images/col4-bg.webp');
        background-repeat: repeat-y;
        background-size: contain;
    }
}

.top-content .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c593d8' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.top-content .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c593d8' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/*------------------ ALIGNMENT STUFF ------------------*/

.mobile-center {
    text-align: center;
}

@media (min-width: 768px) {
    .mobile-center {
        text-align: left;
    }
}

/*------------------ TEXT/FONTS/SIZES ------------------*/

@font-face {
    font-family: 'Duplet';
    src: url('../css/Duplet-Regular-BF642a340663b06.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Duplet';
    src: url('../css/Duplet-Light-BF642a34063c321.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Duplet';
    src: url('../css/Duplet-Semibold-BF642a34066f658.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Duplet';
    src: url('/css/Duplet-Bold-BF642a3406582e7.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Duplet';
    src: url('/css/Duplet-Extrabold-BF642a34066ffff.woff') format('woff');
    font-weight: 700;
    font-style: bold;
}




h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Duplet', 'Arial', sans-serif;
    margin: 16px 0;
}

body {
    font-family: 'Duplet', sans-serif;
    font-weight: 400;
}

.btn {
    font-family: 'Duplet', sans-serif;
}

h1, .h1 {
    font-size: 40px;
    line-height: 40px;
}

h2, .h2 {
    font-size: 32px;
    line-height: 32px;
}

h3, .h3 {
    font-size: 24px;
    line-height: 48px !important;
}

h4, .h4 {
    font-size: 22px;
    line-height: 24px;
}

h5, .h5 {
    font-size: 18px;
    line-height: 24px;
}

h6, .h6 {
    font-size: 20px;
    line-height: 28px;
}

body {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #0E1116 !important;
}

.text-large {
    font-size: 20px;
    line-height: 26px;
}

.text-small {
    font-size: 14px;
    line-height: 17px
}

.text-light {
    font-weight: 300
}

.text-normal {
    font-weight: 400
}

.text-semi {
    font-weight: 500
}

.text-bold {
    font-weight: 600
}

.text-center-mobile {
    text-align: center;
}

.btn {
    font-size: 12px;
    font-weight: 400;
}

@media (min-width: 992px) {
    h1, .h1 {
        font-size: 72px;
        line-height: 72px;
    }

    h2, .h2 {
        font-size: 56px;
        line-height: 56px;
    }

    h3, .h3 {
        font-size: 40px;
        line-height: 48px;
    }

    h4, .h4 {
        font-size: 32px;
        line-height: 32px;
        ;
    }

    h5, .h5 {
        font-size: 24px;
        line-height: 24px;
    }

    h6, .h6 {
        font-size: 20px;
        line-height: 28px;
    }

    body {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }

    .text-large {
        font-size: 18px;
        line-height: 28px;
        color: #0E1116 !important;
    }

    .text-small {
        font-size: 14px;
        line-height: 24px
    }

    .btn {
        font-size: 14px;
        font-weight: 400;
    }

    .text-center-mobile {
        text-align: left;
    }
}

@media (min-width: 460px) {
    h3, .h3 {
        font-size: 28px;
        line-height: 43px !important;
    }
}

.text-underline {
    text-decoration-line: underline !important;
    text-decoration-color: #11CDB4 !important;
    text-underline-offset: 20% !important;
}
/*------------------ BUTTONS ------------------*/


hr.text-rich-black-line {
    border: 1px solid #0E1116 !important;
}

button.btn.btn-primary-marinarblue {
    border: 1px solid #11CDB4;
    padding-left: 30px;
    padding-right: 30px;
    color: black;
    border-radius: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-left: 25px;
}

    button.btn.btn-primary-marinarblue:hover {
        background-color: #4054AC !important;
        color: #fff !important;
    }

a {
    color: #0074DF;
    text-decoration: none;
}

    a:hover {
        color: #25292B;
        text-decoration: none;
    }

    a:visited { /* color: #0E1116; */
    }

    a.btn.btn-marinarblue.learnmore:hover {
        background-color: #0E1116;
        color: #fff;
    }

    a.services:hover {
        color: #4054AC !important;
    }

    a.services {
        color: #0E1116 !important;
    }

.btn-blue-underline {
    color: #11CDB4 !important;
    text-decoration-line: underline !important;
    text-decoration-color: #fff;
}


.btn-white-underline {
    color: #11CDB4 !important;
    text-decoration-line: underline !important;
    text-decoration-color: #fff !important;
    text-underline-offset: 10px;
}


.underline {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.btn {
    border-radius: 4px;
    padding: 12px 30px;
    margin: 0;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

    .btn:visited {
        color: #fff;
    }

.btn-blue {
    background-color: #11CDB4;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0 !important;
}

.btn-green {
    background-color: #11CDB4;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0 !important;
}

.btn-black {
    background-color: #0E1116;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
}

.btn-marinarblue {
    background-color: #4054AC;
    color: #fff;
    border-radius: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0);
}

.btn-border {
    border: 1px solid #11CDB4;
    color: #fff !important;
    padding: 0px 15px !important;
    border-radius: 0 !important;
}

.btn-marinarbluecalltoaction {
    background-color: #4054AC;
    color: #fff;
    border-radius: 0px !important;
    padding: 19px 29px 16px 30px;
    text-decoration: none !important;
}

.btn-borderRep {
    border: 1px solid #11CDB4;
    height: 50px;
    color: #fff;
    border-radius: 0 !important;
}

.btn-borderRepInner {
    border: 1px solid #11CDB4;
    height: 50px;
    color: #0E1116 !important;
    border-radius: 0 !important;
}

.btn-borderWarranty {
    padding: 0 0 0 15px !important;
    border: 1px solid #11CDB4;
    color: #fff;
    border-radius: 0 !important;
}

.btn-blue:visited, .btn-green:visited, .btn-black:visited {
    color: #fff
}

.btn-green:hover, .btn-blue:hover {
    background-color: #0E1116;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .7);
}

.btn-black:hover {
    background-color: #4054AC;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .7);
}

.btn-download {
    background-color: #4054AC;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 1px;
}

    .btn-download::after {
        content: "";
        background-image: url("/images/downloadicon.png");
        color: #fff;
        width: 24px;
        height: 24px;
        margin-left: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
    }

    .btn-download:hover {
        background-color: #0E1116;
        color: #fff !important;
    }

.accordion-button:not(.collapsed) {
    color: #4054AC !important;
}

.btn-download-icon {
    background-color: #737577;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

    .btn-download-icon::after {
        content: "\2193";
        color: #11CDB4;
        width: 11px;
        height: 11px;
        margin-left: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
    }

    .btn-download-icon::before {
        content: "";
        width: 25px;
        height: 25px;
        margin-right: 8px;
        margin-bottom: -8px;
        background-image: url('/images/ico-pdf.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
    }

    .btn-download-icon:hover {
        background-color: #11CDB4;
    }

        .btn-download-icon:hover::after {
            color: #fff;
        }

.btn-arrow {
    color: #25292B;
}

    .btn-arrow::after {
        content: "";
        color: #11CDB4;
        width: 14px;
        height: 14px;
        margin-left: 12px;
        margin-bottom: -3px;
        background-image: url('/images/ico-arrow-right-green.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
    }

    .btn-arrow:hover {
        color: #11CDB4;
    }

    .btn-arrow:visited {
        color: #11CDB4;
    }

.btn-whitearrowRep::after {
    content: "";
    color: #11CDB4;
    width: 14px;
    height: 14px;
    margin-left: 14px;
    margin-bottom: -5px;
    background-image: url(/images/rightarrow.png);
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.btn-whitearrow {
    color: #25292B;
}

    .btn-whitearrow::after {
        content: "";
        color: #11CDB4;
        width: 14px;
        height: 14px;
        margin-left: -25px;
        margin-bottom: -3px;
        background-image: url('/images/rightarrow.png');
        /* background-position: center; */
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
    }

    .btn-whitearrow:hover {
        color: #11CDB4;
    }

    .btn-whitearrow:visited {
        color: #11CDB4;
    }



.btn-back {
    color: #25292B;
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 15px;
}

    .btn-back::before {
        content: "";
        color: #11CDB4;
        width: 14px;
        height: 14px;
        margin-right: 10px;
        margin-bottom: -3px;
        background-image: url('/images/ico-arrow-left-green.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
    }

    .btn-back:hover {
        color: #11CDB4;
        text-decoration: none;
    }

.btn-hero {
    color: #fff;
    padding-left: 40px;
}

a.btn-hero ::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -37px;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    background-image: url(/images/chevronsHomepage.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.herotext::after {
    content: "";
    color: #fff;
    width: 31px;
    height: 31px;
    margin-left: 313px;
    margin-bottom: -3px;
    background-image: url(/images/chevrons-down\ 2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}


.btn-hero:hover {
    color: #11CDB4;
}

.btn-white-arrow-down::after {
    content: "";
    color: #fff;
    width: 14px;
    height: 14px;
    margin-left: 20px;
    margin-bottom: -3px;
    background-image: url('/images/downloadicon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.btn-blue-arrow-down::after {
    content: "";
    color: #fff;
    width: 14px;
    height: 14px;
    margin-left: 20px;
    margin-bottom: -3px;
    background-image: url('/images/downloadblueicon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.btn-black-arrow-left::before {
    content: "";
    color: #fff;
    width: 15px;
    height: 12px;
    margin-right: 10px;
    margin-bottom: -1px;
    background-image: url('/images/ico-arrow-left-black.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.green-arrow-right {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url('/images/ico-arrow-right-green.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-newsletter {
    padding: 12px 24px !important;
    margin-left: .5rem;
    background-color: #0074DF;
    display: inline-block;
    background-image: url('/images/ico-newsletter.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 11px;
}

.btn-share::before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: -5px;
    margin-bottom: -3px;
    display: inline-block;
    background-image: url('/images/ico-share-email.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.ico-pdf {
    width: 19px;
    height: 24px;
    display: inline-block;
    margin-right: 8px;
    background-image: url('/images/PDFicon.png');
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: 25px 25px; */
}

.green-arrow-down {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url('/images/downloadblueicon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.btn-filter {
    display: inline-block;
    padding: 8px 9px;
    background: #fff;
    border: 1px solid #C7CBCE;
    margin: 4px 2px;
    font-size: 12px;
    font-weight: 600;
}

    .btn-filter.active {
        background: #4054AC;
        color: #fff;
    }

label.btn-filter {
    cursor: pointer;
}

.btn-filter input[type="radio"] {
    position: absolute;
    left: 0;
    opacity: 0;
}

@media (min-width: 992px) {
    .btn-hero {
        padding-left: 20px;
        margin-top: 0
    }

    .btn {
        padding: 12px 40px;
    }
}


/*------------------ VIDEO ------------------*/

.youtube-video {
    border-radius: 4px;
    aspect-ratio: 16 / 9;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
}






.navbar-search {
    height: 2rem;
    width: 2rem;
    background: none;
    border: none;
}

.search-icon {
    background: url('/images/ico-mobile-menu-search.webp');
    height: 19px;
    width: 19px;
    background-repeat: no-repeat;
    background-position: right;
    display: inline-block;
}

.main-menu-sub {
    border-top: 1px solid #C7CBCE;
    padding: 15px 15px 0 15px;
}

    .main-menu-sub a {
        color: #737577;
        font-size: 12px;
        padding: 2px 0
    }

.menu-search {
    width: 100%;
    margin-top: 10px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    background: #F5F5F5;
    border: none;
}

.mini-search {
    color: #0074DF;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #737577;
    width: 300px;
    height: 40px;
}

.nav-link .text-white {
    color: #fff !important;
}

a.nav-link.text-white {
    font-size: 20px;
}

.no-click {
    cursor: default !important;
    pointer-events: none;
    color: inherit;
    text-decoration: none;
}


/*------------------ HERO BANNER ------------------*/

@media (min-width: 992px) {
    .home-overlay {
        margin-top: 0;
        display: flex;
        align-items: center;
    }
}

.hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: 20px 0 70px 0;
}

.home-overlay {
    position: absolute;
    /* background-color: rgba(206, 203, 203, 0.45); */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-overlay div {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 100%
}

.hero video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.hero p {
    margin-top: 40px;
}

.hero h1 {
    padding: 0 20px;
}

.search-bar {
    position: absolute;
    background: #0E1116;
    padding: 20px;
    bottom: -60px;
    align-items: center;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

    .search-bar input {
        margin-top: 20px;
        width: 100%;
        border-radius: 0px !important;
    }

.home-search .form-control {
    margin-top: 0
}

.home-search .btn-search {
    height: 48px;
}

.rightarrow {
    margin-left: 15px;
}

.btn-search {
    background-color: #4054AC;
    padding: 0 10px;
    border-radius: 0px !important;
}

.btn-searchteal {
    background-color: #11CDB4;
    padding: 0 10px;
    border-radius: 0px !important;
}

.row .spacingMore {
    padding-top: 40px;
    padding-bottom: 30px;
    width: 260px;
}

.btn-join {
    background-color: #4054AC;
    padding: 0 10px;
}

.btn-searcharrow {
    background-color: #11CDB4;
    padding: 0 25px;
    border-radius: 0px !important;
}

.btn-action {
    background-color: #4054AC;
    padding: 0 10px;
    color: #fff;
    width: 177px;
    font-size: 10px;
    font-weight: 400;
    padding: 12px 15px 10px 19px;
    border-radius: 0px !important;
    margin-right: 10px;
    font-size: 16px;
}

.btn-join {
    background-color: #4054AC;
    padding: 0 10px;
    color: #fff;
    width: 177px;
    font-size: 10px;
    font-weight: 400;
    padding: 12px 15px 10px 19px;
    border-radius: 0px !important;
    margin-right: 10px;
    font-size: 16px;
}

.mini-hero {
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
    margin: 0;
    color: #fff;
}

.slider-data {
    position: absolute;
    width: 350px;
    text-align: left;
    bottom: 10%;
    right: 45%;
}

.mini-hero .hero-overlay {
    /* background-color: rgba(37, 41, 43, .6); */
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.medium-hero {
    height: 542px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
    margin: 0;
    color: #fff;
}

    .medium-hero .hero-overlay {
        /* background-color: rgba(37, 41, 43, .6); */
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }


.hero-overlay div {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 100%
}


@media (min-width: 768px) {
    .article-text {
        padding-left: 10% !important;
    }
}



@media (min-width: 992px) {
}






@media (min-width: 768px) {
    .mini-hero {
        height: 185px;
    }

    .hero-overlay div {
        justify-content: start;
    }

    .border-end-mobile {
        border-right: 1px solid #C7CBCE;
    }

    .medium-hero {
        height: 542px;
    }
}

@media (min-width: 992px) {
    .hero {
        text-align: left;
        padding: 0;
        min-height: 750px;
    }

        .hero p {
            margin-top: 20px;
        }

        .hero h1 {
            padding: 0;
        }

    .search-bar {
        padding: 40px;
    }

        .search-bar input {
            margin-top: 0;
        }

    .btn-blue {
        min-width: 225px;
    }
}

/*------------------ HORIZONTAL CONTENT ------------------*/

.horizontal-content {
    align-items: center;
    display: flex;
    text-align: center;
}

    .horizontal-content img {
        width: 99%;
        margin: 10px auto;
    }

.horizontal-columns .text-large {
    font-weight: 600;
}

.horizontal-columns .text-small {
    font-weight: 300;
}

.horizontal-columns .text-small {
    display: none;
}

.horizontal-columns {
    margin: 0 auto;
}

    .horizontal-columns .col-md {
        border-bottom: 1px solid #C7CBCE;
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
    }

    .horizontal-columns .text-large {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .horizontal-columns .btn {
        padding: 0;
    }

@media (min-width: 768px) {
    .horizontal-content {
        flex-direction: row;
        text-align: left;
        /* flex-wrap: nowrap; */
    }

        .horizontal-content img {
            width: 99%;
            margin: 0;
        }

    .horizontal-columns .text-small {
        display: inline-block;
    }

    .horizontal-columns {
        width: 100%
    }

        .horizontal-columns .col-md {
            border-bottom: 0px;
            display: block;
            padding: 0 1rem;
        }

        .horizontal-columns .text-large {
            margin-bottom: 10px;
        }

        .horizontal-columns .btn {
            padding: 0;
            margin-top: -3px
        }
}
/*------------------ SOLUTIONS SECTION ------------------*/

.solutions {
    align-items: flex-end;
}

.solutions {
    display: none;
}

    .solutions ul {
        list-style-type: none;
        margin: 0;
        padding: 0 0 50px 0;
    }

    .solutions li {
        padding: 8px 0;
    }

        .solutions li a {
            color: #fff;
            text-decoration: none;
            padding: 8px 0;
        }

            .solutions li a:hover {
                color: #11CDB4;
            }

    .solutions a.active {
        color: #11CDB4;
    }

.blue-arrow {
    width: 56px;
    height: 56px;
    background: #0074DF;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 35%;
    background-image: url('/images/Union.webp');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 100;
}
/* .input-group-text {
	background-color: #11CDB4 !important;
} */

.black-arrow {
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 45%;
    background-image: url(/images/Union.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 10px;
}

.slider {
    /* display: flex; */
    flex-wrap: nowrap;
    /* overflow-x:scroll; */
    /* margin-top: 30px; */
    /* padding-bottom: 30px; */
    scroll-behavior: smooth;
    position: relative;
}

.slide {
    /* width: 500px;
	height: 300px; */
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 2rem 0 0;
    font-weight: 300;
    font-size: 13px;
    border-radius: 4px;
    color: #fff;
    padding: 0;
}

    .slide h5 {
        margin-bottom: .6rem
    }

    .slide .btn {
        padding: 8px 15px;
        margin-bottom: 0
    }

.slide-overlay {
    width: 100%;
    height: 100%;
    padding: 30px 40px;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    background: rgb(37,41,43);
    background: -moz-linear-gradient(0deg, rgba(37,41,43,0.8) 0%, rgba(37,41,43,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(37,41,43,0.8) 0%, rgba(37,41,43,0) 100%);
    background: linear-gradient(0deg, rgba(37,41,43,0.8) 0%, rgba(37,41,43,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#25292b",endColorstr="#25292b",GradientType=1);
}


.slider::-webkit-scrollbar {
    height: 10px;
}

/* Track */
.slider::-webkit-scrollbar-track {
    background-image: url('/images/scrollbar.webp');
    background-position: center;
    background-repeat: repeat-x;
    border-radius: 3px;
    height: 8px;
}

.slider-light::-webkit-scrollbar-track {
    background-image: url('/images/scrollbar-light.webp');
    background-position: center;
    background-repeat: repeat-x;
    border-radius: 3px;
    height: 8px;
}

/* Handle */
.slider::-webkit-scrollbar-thumb {
    background: #0074DF;
    border-radius: 4px;
}

    /* Handle on hover */
    .slider::-webkit-scrollbar-thumb:hover {
        background: #11CDB4;
    }

@media (min-width: 992px) {
    .solutions {
        display: flex;
        align-items: end;
    }

    .slider::-webkit-scrollbar {
        height: 8px;
    }
}

/*------------------ FEAT PRODUCT ROWS ------------------*/


.feat-systems {
    text-decoration: none;
    color: #0E1116;
    /* display: flex; */
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 18px;
}

.feat-systems1 {
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 18px;
}

.feat-services {
    text-decoration: none;
    color: #0E1116;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 18px;
}

    .feat-services img {
        width: 100%;
        height: 160px;
        object-fit: contain;
        object-position: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .feat-services h6 {
        font-size: 20px !important;
        line-height: 28px;
        text-align: center;
    }

.feat-systems:hover {
    text-decoration: none;
    color: #11CDB4;
    transition: 0.1s;
}

.feat-systems1:hover {
    text-decoration: none;
    color: #11CDB4;
    transition: 0.1s;
}


h6.text-white:hover {
    color: #11CDB4 !important;
}


.feat-systems p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.feat-systems1 p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.feat-systems ul {
    padding: 15px !important;
    color: #0E1116 !important;
}

.feat-systems1 ul {
    padding: 15px !important;
    color: #fff !important;
}

.feat-systems li {
    font-size: 14px;
    list-style-type: disc !important;
}

.feat-systems img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 30px;
    /* margin-top: 30px; */
    /* background-image: url(/images/unsplash.png);
}

.feat-systems1 li 
{
	font-size: 14px;
	list-style-type:  disc !important;
}
.feat-systems1 img {
	width: 100%;
	/* height: 225px; */
    object-fit: cover;
    object-position: center;
    margin-bottom: 30px;
    margin-top: 30px;
    background-image: url("/images/unsplash.png");
}

.feat-systems .green-arrow-right {
    top: 0px;
    left: 5px;
    position: relative;
}



.feat-systems1 .green-arrow-right {
    top: 0px;
    left: 5px;
    position: relative;
}



.services.h6:hover {
    color: #4054AC !important;
}

.services.a:hover {
    color: #4054AC !important;
}

.services:hover {
    color: #4054AC !important;
}
/* .icon-column .text-large:hover{
		color : #4054AC !important;

	} */


@media (min-width: 680px) {
    /* .feat-product img { height: 320px; } */
}


@media (min-width: 992px) {
    .feat-systems p {
        margin-top: 8px;
    }
}

@media (min-width: 992px) {
    .feat-systems1 p {
        margin-top: 8px;
    }
}


.feat-product {
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 18px;
}

    .feat-product .h6:hover {
        text-decoration: none;
        color: #11CDB4 !important;
        transition: 0.1s;
    }

    .feat-product p {
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
    }

    .feat-product ul {
        padding: 15px !important;
        color: #fff;
    }

    .feat-product .ul:hover {
        color: #fff;
    }

    .feat-product li {
        font-size: 14px;
        list-style-type: disc !important;
    }

    .feat-product img {
        width: 100%;
        height: 225px;
        object-fit: contain;
        object-position: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .feat-product .green-arrow-right {
        top: 0px;
        left: 5px;
        position: relative;
    }

@media (min-width: 680px) {
    /* .feat-product img { height: 320px; } */
}


@media (min-width: 992px) {
    .feat-product p {
        margin-top: 8px;
    }
}

/* 
@media (min-width: 680px) {
	.article-text p{text-align: center !important;}
}


@media (min-width: 992px) { 
	.article-text p{text-align: center !important;}

} */



/*--------------------SERVICES MENU -----------------*/
.services-menu {
    font-weight: 600;
    width: 100%;
    position: relative;
    padding: 1rem;
}

    .services-menu span {
        width: 100%;
        height: 100%;
        padding-left: 1rem;
        background-image: url('/images/active_marker.png');
        background-repeat: no-repeat;
        background-position: center right;
        display: block;
    }

    .services-menu ul {
        list-style: none;
        padding: 1rem 0 0 1rem;
        margin: 0;
        position: absolute;
        z-index: 1001;
        background: #fff;
        width: 100%
    }

        .services-menu ul li {
            /* margin:0; */
            padding: 5px 0 5px 0;
        }

    .services-menu .active a {
        color: #11CDB4;
        border-bottom: 1px solid #11CDB4;
    }



@media (max-width: 992px) {
    .services-menu ul {
        display: none;
    }

    .services-menu span {
        cursor: pointer;
    }
}


/*------------------ CTA ------------------*

make the row stretch */

.company {
    padding: 20px 40px;
    text-align: left;
    /* border-radius: 4px; */
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    align-content: center;
    /* justify-content: center; */
    /* min-height: 325px; */
    /* width: 90%; */
    /* margin: 10px auto; */
    height: 100%;
}

.cta {
    padding: 20px 40px;
    text-align: center;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    min-height: 250px;
    width: 90%;
    margin: 10px auto;
    height: 100%;
}

    .cta h4, .cta p {
        width: 100%;
        margin-bottom: 0;
        margin-top: 10px
    }


    .cta .btn {
        display: block !important;
        margin-top: 30px;
    }

.cta-black {
    background: #25292B;
    color: #fff !important;
}

.cta-blue {
    background: #4054AC;
    color: #fff !important;
}

.cta-image {
    padding-top: 50px;
    color: #fff;
    text-align: center;
    overflow: hidden
}

    .cta-image .row {
        flex-direction: column-reverse;
    }

    .cta-image .col-7 {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        align-content: flex-end;
        padding-bottom: 50px
    }

    .cta-image img {
        width: 70%;
        max-width: 350px;
        margin-bottom: -60px;
    }

    .cta-image .btn {
        margin: 30px 0;
    }

    .cta-image p {
        font-weight: 300;
        font-size: 13px
    }

.cta-search {
    padding: 60px 0;
    color: #fff;
    text-align: center;
}

.cta-search-input select {
    /* max-width: 485px; margin: 0 auto; */
}

@media (min-width: 768px) {
    .cta {
        width: 100%;
        margin: 0;
        padding: 50px 100px;
        min-height: 300px;
    }

    .cta-image {
        text-align: left;
    }

        .cta-image .row {
            flex-direction: row;
        }

        .cta-image .btn {
            margin: 0;
        }

        .cta-image img {
            width: 100%;
            max-width: inherit;
            margin: 0;
        }

        .cta-image .col-md-7 {
            align-content: flex-end;
            display: flex;
            flex-wrap: wrap;
            padding-bottom: 50px;
        }
}

@media (min-width: 992px) {
    .cta-search {
        text-align: left;
    }

    .cta-search-input {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        border: 1px solid #3D3D3D;
        height: 136px;
    }

        .cta-search-input select {
            margin: 0 30px 30px 30px;
            border-radius: 0px !important;
        }

        .cta-search-input p {
            margin-bottom: 10px;
            margin-right: 30px;
            margin-top: 10px;
            margin-left: 30px;
        }
}

/*------------------ ICON CONTAINER WHITE ------------------*/

.icon-lg {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.icon-container img {
    /* width: 100%; */
    max-width: 100px;
}

/*------------------ ARTICLE ------------------*/
.article {
    background: #0E1116;
    /* border-radius: 4px; */
    overflow: hidden;
    margin: 12px 0;
    align-items: stretch;
    height: 100%;
}


.ctaimage {
    border-radius: 4px;
    overflow: hidden;
    align-items: stretch;
    height: 100%;
}

    .ctaimage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.article img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-text {
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    /* display: flex; */
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    color: #fff;
}

    .article-text h5 {
        color: #fff;
    }

    .article-text h4 {
        width: 100%;
    }

.article-image {
    padding-left: 0 !important;
    padding-right: 0 !important;
    object-fit: cover;
    object-position: center;
    /* max-height: 200px; */
}

.article-imagecta {
    padding-left: 0 !important;
    padding-right: 0 !important;
    object-fit: cover;
    object-position: center;
    /* max-height: 200px; */
}

.article-image-rep {
    padding-left: 0 !important;
    padding-right: 0 !important;
    object-fit: cover;
    object-position: center;
}

.article .btn {
    padding-right: 0;
    padding-left: 0 !important;
    color: #11CDB4;
    text-decoration: underline;
}


@media (min-width: 768px) {
    .article-image {
        /* max-height: 400px */
    }
}

@media (min-width: 1200px) {
    .article-text {
        padding-left: 10% !important;
    }
}


/*------------------ LIST STYLE: CHECKMARKS ------------------*/


.list-checks {
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    width: 70%;
}

    .list-checks li {
        background: url(/images/ico-check.webp) no-repeat left top;
        background-position: 0px 5px;
        padding-left: 30px;
        margin: 10px auto;
    }

@media (min-width: 768px) {
    .list-checks {
        width: 100%;
        display: flex;
    }

        .list-checks li {
            text-align: left;
            float: left;
        }
}

/*------------------ PRODUCT DETAIL ------------------*/

.breadcrumbs {
    font-size: 11px;
    color: #25292B;
    padding: 10px;
}

    .breadcrumbs a {
        color: #737577;
        text-decoration: none;
    }

        .breadcrumbs a:hover {
            color: #11CDB4;
            text-decoration: none;
        }

    .breadcrumbs span {
        padding: 0 10px;
    }

.product-header {
    padding: 50px 0 90px 0;
}

.product-display {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    overflow: hidden;
}

h6.text-center-mobile :hover {
    color: #4054AC !important;
}

.product-header .btn {
    margin-top: 10px;
    border-radius: 0;
}


.product-carousel {
    display: flex;
    flex-wrap: wrap;
}

.product-thumbnails {
    height: 64px;
    width: 100%;
    margin-top: 8px;
}

    .product-thumbnails .product-cell {
        margin: 0 4px;
    }

    .product-thumbnails .flickity-button:disabled {
        display: none;
    }

    .product-thumbnails .flickity-button {
        display: block;
    }

    .product-thumbnails img {
        width: 100%;
        max-height: 64px;
        object-fit: cover;
    }

.product-feature {
    width: 100%;
    height: 250px;
}

    .product-feature .product-cell {
        width: 100%;
        height: 100%
    }

/* .product-feature img { width: 100%; height: 100%; object-fit: contain; } */

.sticky-menu {
    background: #4054AC;
    z-index: 1000;
    font-size: 12px;
    padding: 0;
    border-bottom: 1px solid #eee;
    top: -1px;
}

button.btn.btn-primary-marinarblue-join {
    border-radius: 0 !important;
    background-color: #4054AC !important;
    padding: 13px 22px 12px 19px;
    color: #fff;
    margin-bottom: 20px !important;
}

    button.btn.btn-primary-marinarblue-join:hover {
        border-radius: 0 !important;
        background-color: #0E1116 !important;
        padding: 13px 22px 12px 19px;
        color: #fff;
    }

.sticky-menu .navbar-brand {
    font-size: 12px !important;
    padding: 1rem 0;
    width: 20%;
    border-right: 1px solid #eee;
}

.sticky-menu .container-lg {
    overflow: visible;
}

.sticky-menu ul {
    padding-left: 0px
}

.sticky-menu li {
    margin: 0 10px;
}

.sticky-menu a {
    color: #fff;
    padding: 2px 0;
    font-weight: 400;
}

    .sticky-menu a:hover {
        color: #11CDB4 !important;
        border-bottom: 1px solid #11CDB4;
    }

.sticky-menu .nav-link.active {
    color: #11CDB4 !important;
    border-bottom: 1px solid #11CDB4;
}

.sticky-menu .accordion-button {
    background: #fff;
    border: 0;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #0E1116 !important;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0 !important;
}

.product-menu {
    font-weight: 600;
    width: 100%;
    position: relative;
    padding: 1rem 0rem 1rem 1rem;
}

    .product-menu span {
        width: 100%;
        height: 100%;
        padding-left: 1rem;
        background-image: url('/images/ico-arrow-down-blue.webp');
        background-repeat: no-repeat;
        background-position: center right;
        display: block;
    }

    .product-menu ul {
        list-style: none;
        padding: 1rem 0 0 1rem;
        margin: 0;
        position: absolute;
        z-index: 1001;
        width: 100%;
        color: #fff;
    }

        .product-menu ul li {
            /* margin:0; */
            padding: 5px 0 5px 0;
        }

    .product-menu .active a {
        color: #11CDB4;
        border-bottom: 1px solid #11CDB4;
    }

p.text-small {
    color: #0E1116;
}

.building-active {
    background: #11CDB4 !important;
    color: #fff;
}

@media (max-width: 992px) {
    .product-menu ul {
        display: none;
    }

    .product-menu span {
        cursor: pointer;
    }
}


.product-properties {
    font-size: 12px;
    font-weight: 600;
    text-align: right;
}

.product-property {
    padding-right: 20px;
    padding-left: 20px;
}

.product-property, .product-prop-desc {
    padding-top: 12px;
    padding-bottom: 12px;
}




.product-prop-desc {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    padding-left: 10px;
    padding-right: 20px;
}


@media (min-width: 576px) {
    .product-feature {
        height: 100%;
        height: 384px;
        max-width: 528px;
    }

    .product-thumbnails {
        max-width: 528px;
    }

        .product-thumbnails .flickity-button {
            display: none;
        }
    /* .product-header .btn {  display: inline-block;} */

}

@media (max-width: 768px) {
    .product-properties tr:nth-child(even) {
        background: #005FB8;
    }
}

@media (min-width: 768px) {

    .product-property {
        padding-right: 70px;
        border-right: 1px solid #fff;
    }

    .product-prop-desc {
        padding-left: 50px
    }

    .sticky-menu .navbar-brand {
        padding-right: 20px;
        width: auto;
    }

    .sticky-menu ul {
        padding-left: 20px
    }

    .sticky-menu .navbar-collapse {
        border-left: 1px solid #f5f5f5
    }
}

@media (min-width: 992px) {
    .product-vertical {
        width: 20%;
        height: 100%;
        max-height: 384px;
        display: flex;
        align-content: flex-start;
        gap: 10px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .product-vertical a {
            display: block;
            width: 100%
        }

        .product-vertical img {
            width: 100%;
            max-height: 64px;
            object-fit: contain;
            padding-right: 10px
        }

    .product-horizontal {
        width: 85%;
        align-content: flex-start;
        gap: 5px;
        justify-content: space-between;
    }
        /* .product-horizontal a { display: block; width: 100% } */
        .product-horizontal a {
            display: block;
        }

        .product-horizontal img {
            max-height: 64px;
            object-fit: contain;
            padding-right: 10px
        }


    .product-carousel {
        flex-direction: row-reverse;
    }

    .product-feature {
        /* width: 80%; */
        width: 576px;
        /* height: 100%; */
        height: 384px
    }

    .product-thumbnails {
        width: 18%;
        margin: 0 8px 0 0;
    }

        .product-thumbnails .product-cell {
            margin: 0;
            width: 100%;
        }

    .breadcrumbs {
        padding: 10px 0;
    }

    .product-menu span {
        display: none;
    }

    .product-menu ul {
        padding: 0;
        position: inherit;
    }

        .product-menu ul li {
            float: left;
            margin-right: 1rem;
            padding: 0
        }

    .sticky-menu .container-lg {
        justify-content: flex-start;
    }
}

/*------------------ PRODUCT DETAIL // SYSTEMS GRID ------------------*/

.systems-pt {
    background: #fff;
    border-radius: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 22px;
    text-decoration: none;
    color: #25292B;
    height: 100%
}

    .systems-pt:hover {
        color: #11CDB4;
        transition: .2s
    }

.color-swatch {
    text-align: center;
    padding: 0 10px;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .color-swatch span {
        height: 40px;
        width: 40px;
        display: block;
        margin-bottom: 16px
    }

    .color-swatch p {
        width: 100%;
        margin-top: 10px;
    }

.resource-pt {
    background: #fff;
    padding: 12px 18px;
    color: #000 !important;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0);
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .resource-pt:hover {
        color: #11CDB4 !important;
        border: 1px solid rgba(255, 255, 255, .7);
    }

    .resource-pt:visited {
        color: #fff;
    }

    .resource-pt span {
        display: inline-block;
    }

    .resource-pt .green-arrow-down {
        float: right;
    }

.resource-select {
    max-width: 485px;
    margin: 0 auto;
    color: #0074DF
}

@media (min-width: 768px) {
    .resource-pt {
        max-width: none;
    }
}

@media (min-width: 992px) {
    .systems-pt {
        padding: 20px 26px;
    }
}

/*------------------ TABLE ------------------*/

.comparison-table {
    margin: 30px auto 0 auto;
    position: relative;
}

    .comparison-table .table {
        color: #fff; /*min-width: 800px;*/
    }

        .comparison-table .table td {
            border-style: none;
            padding: 15px 0;
            vertical-align: middle;
            min-width: 150px;
        }

        .comparison-table .table th {
            border-bottom: 0px;
            text-align: left;
            font-size: 12px;
            line-height: 1rem;
            padding: 0px 30px 0 15px;
            vertical-align: middle;
        }

        .comparison-table .table thead {
            border-bottom: 1px solid #fff;
            text-align: center !important;
            vertical-align: middle;
        }

    .comparison-table .table-header {
        text-align: center !important;
        padding: 10px 0 !important;
        font-size: 12px !important;
    }

    .comparison-table .active {
        background: #005FB8 !important;
    }

    .comparison-table::-webkit-scrollbar {
        height: 10px;
    }

    .comparison-table::-webkit-scrollbar-track {
        background-image: url('/images/scrollbar-light.webp');
        background-position: center;
        background-repeat: repeat-x;
        border-radius: 3px;
        height: 8px;
    }

    .comparison-table::-webkit-scrollbar-thumb {
        background: #fff;
        border-radius: 4px;
    }

        .comparison-table::-webkit-scrollbar-thumb:hover {
            background: #fff;
        }

@media (min-width: 768px) {
    .comparison-table {
        margin: 50px auto 0 auto
    }

        .comparison-table .table {
            color: #fff;
            width: auto;
        }

        .comparison-table .table-header {
            font-size: 15px !important;
        }

        .comparison-table .table th {
            text-align: right;
            width: 20%
        }
}

@media (max-width: 768px) {
    /*.comparison-table .table tbody th {
		position:sticky;
		width: 150px; left:0;

	}*/
}
/*------------------ FAQ ACCORDION ------------------*/

.faq {
    margin: 30px auto 0 auto;
}

    .faq .h3 {
        font-family: Duplet;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
    }

    .faq.h6 {
        font-family: Duplet;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
    }

    .faq .accordion-button {
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        min-height: 55px;
        padding: 0;
        background: none !important;
        color: #25292B !important;
        box-shadow: none;
    }

    .faq .accordion-body {
        padding: 10px 0px 20px 0;
        color: #0E1116 !important;
    }

    .faq .accordion-button::after {
        flex-shrink: 0;
        width: 32px;
        height: 32px;
        margin-left: auto;
        content: "";
        background-image: url('/images/dash-square-fill.svg');
        background-repeat: no-repeat;
        background-size: 32px;
        transition: transform 0.2s ease-in-out;
    }

    .faq .accordion-button.collapsed::after {
        background-image: url('/images/arrowplus\ \(1\).png') !important;
    }

    .faq .accordion-button:not(.collapsed)::after {
        background-image: url('/images/arrowminus.png') !important;
    }

@media (min-width: 768px) {
    .faq .accordion-button {
        font-size: 18px;
        line-height: 26px
    }

    .faq .accordion-body {
        padding: 10px 50px 40px 0;
    }
}

/*------------------ FORMS ------------------*/

select {
    padding: 13px 15px;
    border-radius: 4px;
    border: 1px solid #0E1116;
}

.search {
    height: 40px;
    /* border: 1px solid #0E1116; */
    border-radius: 0px !important;
    padding: 0 0 0 12px;
    color: #4054AC !important;
    width: 100%
}

.btn-search {
    padding: 0 12px;
}

@media (min-width: 768px) {
    .search {
        height: 64px;
        padding: 0 0 0 25px;
        border-radius: 0 !important;
    }

    .btn-search {
        padding: 0 22px;
    }
}

/*------------------ SYSTEMS ------------------*/

.systemMenu {
    height: 56px;
}

div#systemMenu {
    height: 56px;
    border-left: none !important;
}

.systems-header {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 45px;
}

.systems-hero {
    position: relative;
    padding-left: 0;
    padding-right: 1px;
    margin-Left: auto;
    margin-right: auto;
}

    .systems-hero img {
        width: 100%;
        margin-left: auto;
        margin-right: 0;
    }

.system-list {
    position: relative;
    padding-left: 0;
    padding-right: 1px;
    margin-Left: auto;
    margin-right: auto;
}

    .system-list img {
        width: 100%;
        margin-left: auto;
        margin-right: 0;
    }

.system-pt {
    background: #fff;
    font-size: 14px;
    padding: 4px 8px;
    width: 30px;
    height: 30px;
    color: #0E1116 !important;
    position: absolute;
}

.system-component {
    background: #fff;
    color: #0E1116;
    text-align: left;
    height: 100% !important;
    /* border-radius: 4px; */
    padding: 1rem 1rem;
    border: 1px solid #0E1116;
    font-size: 12px;
    line-height: 18px;
    width: 240px;
    /* height: 80%;
		width: 280px; */
    /*display: flex;
		flex-wrap: wrap;
		align-content: center;
		align-items: center;   if we want vertical center*/
}

    .system-component img {
        margin: 0 auto
    }

    .system-component p {
        width: 100%
    }

p.componentblock {
    font-size: 15px !important;
    background: #11CDB4 !important;
    width: 25px;
    color: #fff;
    position: relative;
    padding: 4px 8px;
    margin-top: -16px;
    margin-left: -16px;
}





.system-components {
    position: relative;
    margin-top: 60px;
}

    .system-components .blue-arrow {
        width: 38px;
        height: 38px;
        right: -15px;
        top: 43%;
        background-size: 16px 12px;
    }

.system-component .text-large {
    margin-bottom: 6px
}

.system-component img {
    margin-bottom: 10px;
    max-width: 36px;
    margin-bottom: 10px;
    margin-top: -16px;
    margin-left: -16px;
}

.componentblock p {
    font-size: 15px !important;
    background: #11CDB4 !important;
    width: 25px;
    position: relative;
    padding: 4px 8px;
    margin-top: -16px;
    margin-left: -15px;
}

@media (min-width: 992px) {
    .systems-header {
        text-align: left;
        padding-top: 0
    }

    .system-pt {
        width: 40px;
        height: 40px;
        font-size: 18px;
        padding: 9px 14px;
    }

    .system-component {
        width: auto;
    }

    .system-components {
        overflow-x: hidden;
    }

        .system-components .slider {
            padding-bottom: 0
        }

            .system-components .slider::-webkit-scrollbar-track {
                background: none
            }
}

/*------------------ STAT BOX ------------------*/

.stat-main {
    font-size: 48px;
    line-height: 40px;
    color: #0074DF;
    font-weight: 600;
}

.stat-title {
    color: #25292B;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600
}

.stat-box {
    font-size: 12px;
    text-align: center;
    padding: 20px 40px
}

@media (min-width: 992px) {
    .stat-main {
        font-size: 64px;
        line-height: 50px;
    }

    .stat-title {
        font-size: 32px;
        line-height: 32px;
    }
}


/*------------------ COMPANY PAGE ------------------*/

.card {
    border-radius: 0% !important;
}

.companymain h2 {
    font-size: 56px;
    /* font-weight: 600; */
    line-height: 62px;
    letter-spacing: 0em;
    text-align: left;
}

.companymain h6 {
    font-size: 20px;
    /* font-weight: 600; */
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}

.companymain h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
}

.logo-row img {
    padding: 15px;
}

.btn-marinarbluecalltoaction:hover {
    background-color: #0E1116 !important;
    color: #fff !important;
}

.location-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.locations {
    font-size: 12px;
    line-height: 26px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .locations {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .logo-row img {
        padding: 0 15px;
    }
}







/*------------------ CONTENT DETAIL ------------------*/

.content-header {
    text-align: center;
    padding-left: 0;
    padding-right: 0
}

    .content-header span, .content-header p, .content-header h2, .content-header .h2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .content-header h2, .content-header .h2 {
        max-width: 950px;
        margin-left: auto;
        margin-right: auto;
    }

.author img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin-right: 10px;
}

.author p {
    display: inline-block;
}

.content-hero {
    margin-top: 30px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

    .content-hero img {
        width: 100%;
    }

.content-detail ul {
    list-style: none;
    margin-left: 1rem;
}

    .content-detail ul li {
        padding-bottom: 1em;
    }

        .content-detail ul li::before {
            content: url("/images/rectcontent.png");
            color: #0074DF;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
            top: 0px;
            position: relative;
            font-size: 16px;
        }

blockquote {
    padding: 0 0 0 1.3rem;
    margin: 2rem 0 2rem 0;
    border-left: 3px solid #4054AC;
    font-size: 18px;
    line-height: 28px;
}

.nav {
    list-style: none;
    padding-left: 0;
}

    .nav li {
        padding-bottom: 0 !important;
    }

        .nav li:before {
            content: none !important;
            margin-right: 0px;
        }

.nav-tabs .nav-item {
    margin: 0 2px
}

.nav-tabs .nav-link {
    color: #0E1116;
    background: #F5F5F5;
    border-bottom: none !important;
    font-size: 16px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

    .nav-tabs .nav-link:hover {
        color: #0074DF;
    }

    .nav-tabs .nav-link.active {
        color: #fff;
        background: #4054AC;
    }


.tab-content {
    border: 1px solid #0E1116;
    margin-top: 1px;
    padding: 50px 10%;
}

.nav-tabs {
    border-bottom: none !important;
}

.content-detail ol {
    list-style: none;
    color: #0E1116 !important;
    margin-left: 1rem;
    counter-reset: li
}

    .content-detail ol li {
        counter-increment: li;
        padding-bottom: 1em;
        list-style: auto;
        color: #0E1116 !important;
    }

span.content.text-rich-black {
    margin-left: 20px;
    float: inline-end;
    padding-bottom: 0;
}

.content-detail ol > li::before {
    /* content: counter(li); */
    color: #4054AC;
    /* font-weight: bold; */
    display: inline-block;
    width: 1.4em;
    /* margin-left: -1.4em; */
    position: relative;
    font-size: 18px;
}
/* 
	.content-detail img {
		border-radius: 4px;
		width: 100%
	} */

.content-detail .col-md-7 {
    padding: 10px 0
}

.caption {
    display: inline-block;
    text-align: left;
    color: #737577;
    font-size: 12px;
    margin-top: 5px;
}


.content-carousel {
    height: 415px;
}

    .content-carousel .carousel-cell {
        height: 100%;
        width: 100%
    }

        .content-carousel .carousel-cell img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

    .content-carousel .flickity-prev-next-button.previous {
        left: 30px;
    }

    .content-carousel .flickity-prev-next-button.next {
        right: 30px;
    }



@media (min-width: 768px) {
    .content-header span {
        padding-left: 0
    }

    blockquote {
        margin-left: 3rem;
    }

    .nav-tabs .nav-item {
        margin: 0 10px
    }
}

@media (min-width: 992px) {
    .content-detail ul li::before {
        margin-left: -1em;
        top: -2px;
        font-size: 20px;
    }
}

/*------------------ BLOGGY ------------------*/

.blog-filters {
    list-style: none;
    display: block;
    font-size: 13px;
    padding-left: 0%;
    padding-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.b-filters .collapse-right-arrow, .search-filters .collapse-right-arrow {
    padding-left: .4rem;
    padding-right: .4rem;
}

.search-filters {
    /* border-top: 1px solid #C7CBCE;
		border-bottom: 1px solid #C7CBCE; */
    margin: 1rem 0 !important;
    background: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 0 .9rem;
}

    .search-filters .navbar-toggler {
        width: 100%;
        font-size: 15px;
        text-align: left;
        padding-left: 2rem;
    }


.b-filters {
    background: #fff;
    border-radius: 0px;
    margin: 1.2rem 0rem;
    padding: 0 1.5rem;
    border-top: 1px solid #C7CBCE;
    border-bottom: 1px solid #C7CBCE;
    font-weight: 600;
    font-size: 13px;
}

.blog-filters li {
    display: inline-block;
    width: 50%;
    text-align: left;
    padding: 4px;
    margin-bottom: .5rem;
}

.blog-filters a, .page-item a {
    background: transparent;
    color: #25292B;
    padding: 8px 12px;
    border: 1px solid #C7CBCE;
    border-radius: 2px;
    font-size: 12px;
}

.blog-filters a {
    width: 100%;
    display: inline-block;
    cursor: pointer;
}

.page-item a {
    padding: 8px 12px;
}

    .blog-filters .active, .page-item a.active {
        background: #4054AC;
        color: #fff;
        border-radius: 0px
    }

.page-item {
    font-size: 15px;
    margin: 0 2px;
}

.pagination span {
    margin: 0 4px;
}

.blog-list {
    padding: 0 2px;
    align-items: stretch;
    align-content: stretch;
}

    .blog-list div {
        position: relative;
    }

.blog-item, .blog-item-wide {
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    /* border-radius: 4px; */
    overflow: hidden;
    height: 100%;
    /* background-color: #0E1116 !important; */
}

.blog-item-wide {
    display: flex
}

    .blog-item-wide i qmg {
        max-width: 49%;
        height: 100%;
        object-fit: cover;
    }

    .blog-item-wide .blog-text {
        width: 50%;
        padding-left: 3rem;
    }

.blog-text {
    padding: 20px 30px 25px 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}


.blog-texthomepage {
    padding: 10px 30px 25px 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    color: #fff;
}

.blog-text h5 {
    color: #fff !important;
    margin-top: 60px;
}

.blog-text p {
    color: #fff;
}

.blog-text a {
    color: #fff;
}

.blog-item img {
    width: 100%;
    object-fit: cover;
    max-height: 240px
}

.blog-item .btn {
    padding-right: 0;
    padding-left: 0 !important;
    color: #11CDB4;
    text-decoration: underline;
}

.category-tag .btn {
    padding-right: 0;
    padding-left: 0 !important;
    color: #11CDB4;
    text-decoration: underline;
}

.blog-item .btn-arrow, .blog-item-wide .btn-arrow {
    padding-left: 0;
    margin-left: 0;
    font-size: 15px
}

.category-tag {
    background: #fff;
    color: #0E1116;
    font-size: 12px;
    padding: 7px 10px;
    /* position: absolute; */
    /* top: 35px;
		left: 40px; */
    /* border-radius: 2px; */
}

.blog-tag {
    background: #fff;
    color: #0E1116;
    font-size: 12px;
    padding: 7px 10px;
    position: absolute;
}

.blog-sections {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%
}

    .blog-sections a {
        width: 100%;
        padding: 25px;
        color: #0E1116;
        font-size: 20px;
        border: 1px solid #0E1116;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .blog-sections img {
        width: 54px;
        margin-right: 16px;
    }

.blog-mobile a {
    padding: 15px 0px;
    margin-bottom: 15px;
}

.b-filters-m {
    justify-content: space-between;
    align-items: center;
    align-content: center;
    background: #4054AC;
    margin: 1.2rem 0rem;
    padding: 0 2rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    font-size: 13px;
}

    .b-filters-m span {
        width: 33%;
        border-right: 1px solid #ddd;
        height: 100%;
        color: #fff !important;
        display: flex;
        align-items: center;
        align-content: center;
        padding: 1rem 0
    }

.filter-select {
    width: 65%;
    position: relative;
    background: #4054AC;
    border: 0 !important;
    color: #11CDB4;
    color: #fff !important
}

    .filter-select button {
        padding-left: 1rem;
        border: none;
        background: #fff;
        cursor: pointer;
        width: 100%;
        color: #0074DF;
        font-weight: 600;
        appearance: none;
        -webkit-appearance: none;
        border-radius: 0;
        position: relative;
        background-image: url("/images/ico-arrow-down-blue.webp");
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: 11px 6px;
    }

        .filter-select button span {
            width: 100%
        }

    .filter-select .selected-value {
        border: none;
    }

.filter-select-dropdown {
    position: absolute;
    list-style: none;
    z-index: 1001;
    background: #fff;
    width: 100%;
    border-radius: 2px;
    padding: 1rem;
    transition: .2s ease;
    height: 0%;
    opacity: 0;
    visibility: hidden;
}

.filter-select.active .filter-select-dropdown {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.filter-select-dropdown label {
    padding: .75rem .2rem;
}

.filter-select-dropdown input[type="radio"] {
    position: absolute;
    left: 0;
    opacity: 0;
}

@media (min-width: 992px) {
    .blog-filters {
        display: inline-block;
        padding-left: 0;
        font-size: 12px;
        font-weight: 500;
    }

    .search-filters .navbar-toggler {
        width: 25%;
        font-size: 18px;
        padding: .6rem 0
    }

    .search-filters {
        display: flex;
        padding: 3.5rem 0 2rem 0;
        border: none;
        text-align: left !important;
        margin: 2.5rem auto 1rem auto !important;
        background: #fff
    }

        .search-filters .blog-filters {
            margin: 0;
            padding: 0
        }

    .blog-filters li {
        display: inline-block;
        width: auto;
        text-align: center;
        padding: 0;
        margin-right: .3rem
    }

    .blog-filters a, .page-item a {
        background: #F5F5F5;
        color: #25292B;
        padding: 6px 12px;
        border: none;
    }

    .search-filters .collapse-right-arrow {
        width: 25%;
        padding: .5rem 0 0 0;
    }

    .b-filters {
        background: #fff;
        border-radius: 4px;
        margin: 0;
        display: flex;
        margin-bottom: 2rem;
        border: none;
    }

        .b-filters .collapse-right-arrow {
            width: 25%;
            padding: 6px 0 0 0;
        }
}

/*------------------ ICON COLUMNS ------------------*/



.icon-column img {
    max-height: 100px;
}

.icon-column .text-large {
    /* margin-bottom: 2rem; */
    margin-top: 28px;
    color: #0E1116 !important;
}

.h6 .text-large {
    font-size: 20px;
}

.icon-column {
    margin-bottom: 20px;
    flex: 1 0 0;
    max-width: calc(100% / 5); /* Ensure maximum width for up to 5 columns */
}

.related-services {
    padding: 20px;
}

@media (max-width: 1200px) {
    .icon-column {
        max-width: calc(100% / 4); /* Adjust for 4 columns on smaller screens */
    }
}

@media (max-width: 992px) {
    .icon-column {
        max-width: calc(100% / 3); /* Adjust for 3 columns on smaller screens */
    }
}

@media (max-width: 768px) {
    .icon-column {
        max-width: calc(100% / 2); /* Adjust for 2 columns on smaller screens */
    }
}

@media (max-width: 576px) {
    .icon-column {
        max-width: 100%; /* Single column on extra small screens */
    }
}


/*------------------ RESOURCE LIbRARY ------------------*/

.quick-link {
    color: #25292B;
    background: #fff;
    padding: 20px 20px 5px 20px;
    display: block;
    border-radius: 4px;
    height: 100%
}
    /* .quick-link:hover {
		text-decoration: none;
		color: #4054AC;
		transition: 0.1s;
	} */
    .quick-link h6 {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }

    .quick-link p {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }

/*------------------ SEARCH RESULTS ------------------*/

a.Explore.justify-content-end.pt-4, a.Exploremobile.justify-content-center.pt-2 {
    color: #0E1116;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-size: 16px !important;
    text-decoration-color: #4054AC !important;
    font-weight: 600;
    line-height: 16px;
}

    a.Explore.justify-content-end.pt-4:hover, a.Exploremobile.justify-content-center.pt-2:hover {
        color: #4054AC !important;
        text-decoration: underline;
        text-decoration-color: #4054AC;
        text-underline-offset: 30%;
    }

a.Exploremobile.justify-content-end.pt-4 {
    color: #0E1116;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-size: 16px !important;
    text-decoration-color: #4054AC !important;
    font-weight: 600;
    line-height: 16px;
}

    a.Exploremobile.justify-content-end.pt-4:hover {
        color: #4054AC !important;
        text-decoration: underline;
        text-decoration-color: #4054AC;
        text-underline-offset: 30%;
    }

.Explore {
    display: flex;
    align-items: flex-end;
    color: #0E1116;
    text-decoration: underline;
    text-decoration-color: #4054AC;
    text-underline-offset: 5px;
}

    .Explore:hover {
        color: #4054AC;
        text-decoration: underline;
    }

a.btn.btn-marinarblue.btn-white-arrow-down:hover {
    background-color: #0E1116;
    color: #fff;
}

.discoverservices {
    vertical-align: top; /* Align it to the top */
    width: 155px;
    color: #0E1116;
    text-decoration: underline;
    text-decoration-color: #4054AC;
    text-underline-offset: 30%;
}

a.discoverservices.justify-content-end.pt-4:hover {
    color: #4054AC !important;
    text-decoration: underline !important;
    text-decoration-color: #4054AC !important;
    text-underline-offset: 30% !important;
}

a.highlightsheading {
    color: #0E1116 !important;
}

a.text-white.text-underline:hover {
    color: #0E1116 !important;
}

a.btn.btn-marinarblue:hover {
    background-color: #0E1116 !important;
    color: #fff !important;
}

.container-search h3 {
    margin-bottom: .2rem;
}



/*------------------ CALCULATOR ------------------*/

.calculator-output {
    padding: 1.5rem 2rem;
}

    .calculator-output input {
        background: transparent;
        border: none;
        border-radius: 0;
        padding-left: 0;
        border-bottom: 2px solid #25292B;
        font-size: 18px;
        font-weight: 600;
    }

    .calculator-output .form-text {
        color: #798DA3;
        font-size: 14px;
        font-weight: 600;
    }

/*------------------ FILTER PAGES ------------------*/

.filter-borders {
    border-top: 1px solid #C7CBCE;
    border-bottom: 1px solid #C7CBCE;
}

.col-filter {
    border-right: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}

.col-filter-desktop {
    border-right: 1px solid #f6f6f6;
    ;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}

.col-filter hr {
    margin: 20px 0
}

.col-filter .btn-blue {
    width: 100%;
    padding: 5px 0;
    font-size: 12px;
}

.col-filter h5 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
}

.col-filter h6 {
    font-size: 18px;
    line-height: 20px;
    color: #4054AC;
    ;
}

.col-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.col-filter li {
    margin-bottom: .4rem
}

.col-filter-desktop ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.col-filter-desktop li {
    margin-bottom: .4rem
}


.col-filter .form-check-input:checked[type=checkbox] {
    background-image: url('/images/ico-check-green.webp');
    background-size: 12px 12px;
    background-position: center;
}

.col-filter .form-check-input:checked {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.25);
}

.col-filter .form-check-input {
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 0px !important;
}

.col-filter .form-check-label {
    line-height: 1rem;
    cursor: pointer;
}

.col-filter .filter-sub {
    margin-top: .4rem;
    margin-left: 2rem;
}

.col-filter *:focus {
    box-shadow: none !important;
}

.col-filter .accordion-button {
    padding: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    box-shadow: none;
    float: right;
    /* border-right: 1px solid #C7CBCE;
			padding-right: 1rem; */
}

.col-filter-desktop .accordion-button {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    min-height: 55px;
    padding: 0;
    background: none !important;
    color: #25292B !important;
    box-shadow: none;
}

.col-filterproductlisting .accordion-button:after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    position: relative;
    top: 0px;
    /* width: 143px; */
}

.col-filter .accordion-button:after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    position: relative;
    top: -16px;
    /* width: 143px; */
}

.col-filter-desktop .accordion-button:after {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-left: auto;
    content: "";
    margin-top: 20px;
    background-image: url('/images/dash-square-fill.svg');
    background-repeat: no-repeat;
    background-size: 32px;
    transition: transform 0.2s ease-in-out;
}

.col-filter-desktop .accordion-button.collapsed::after {
    background-image: url('/images/arrowplus\ \(1\).png') !important;
}

.col-filter-desktop .accordion-button:not(.collapsed)::after {
    background-image: url('/images/arrowminus.png') !important;
}



.col-filter .form-select {
    font-size: 12px;
    height: 34px;
    border-radius: 0px !important;
}

.col-filter-desktop .form-select {
    font-size: 12px;
    height: 34px;
    border-radius: 0px !important;
}

.filters {
    padding: 2rem 2rem 2rem 0;
    margin-left: 1rem;
    border-bottom: 1px solid #C7CBCE;
}

.grid-toggle {
    border-radius: 4px;
    border: 1px solid #C7CBCE;
    width: 80px;
    height: 40px;
    display: flex;
    overflow: hidden;
    margin-right: 10px;
}

    .grid-toggle .list, .grid-toggle .grid {
        padding: 0;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        border: 0;
        border-radius: 0px;
        width: 39px;
        height: 39px;
    }

    .grid-toggle .list {
        background-image: url('/images/ico-list-inactive.png');
        background-color: #fff;
    }

    .grid-toggle .grid {
        background-image: url('/images/ico-grid-inactive.png');
        background-color: #fff;
    }

.btn-check:checked + .list {
    background-image: url('/images/ico-list-active.png');
    background-color: #25292B;
}

.btn-check:checked + .grid {
    background-image: url('/images/ico-grid-active.png');
    background-color: #25292B;
}

.filter-tag {
    background: #F5F5F5;
    border-radius: 0px;
    padding: 6px 10px;
    color: #0E1116;
    font-size: 12px;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 8px;
    white-space: nowrap;
    display: inline-block;
}

.add-x::after {
    content: "";
    width: 9px;
    height: 9px;
    margin-left: 8px;
    background-image: url('/images/ico-x.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.download-files {
    background: #11CDB4;
    font-size: 12px;
    color: #fff;
    padding: .8rem 0.8rem;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    cursor: pointer;
}

    .download-files:hover {
        background: #0E1116;
        color: #fff;
        cursor: pointer;
    }

.selected-files {
    background: #0E1116;
    font-size: 12px;
    color: #fff;
    padding: .8rem 0.8rem;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    display: inline;
    margin-left: -5px;
}


.delete-files {
    background-color: #fff;
    width: 42px;
    height: 42px;
    /* padding: .8rem; */
    cursor: pointer;
}

    .delete-files:hover {
        background-color: #F5F5F5
    }

.results {
    display: none;
}

#list-view-content {
    display: block;
}

.results.grid {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #C7CBCE;
}

    .results.grid .resource-item {
        border: 1px solid #BDBDBD;
        margin-top: 1.3rem;
        margin-right: 0 !important;
        margin-left: 0;
        color: #737577;
        font-size: 13px;
        position: relative;
        border-radius: 5px;
        border-top-right-radius: 2px;
        height: 230px;
        overflow: hidden;
    }

        .results.grid .resource-item:hover {
            border: 1px solid #0F2252;
            transition: .2s;
        }

        .results.grid .resource-item h5 {
            color: #25292B;
            padding: .3rem 3rem 1rem 1rem;
            width: 100%;
            border-bottom: 1px solid #DBDBDB;
            margin-bottom: .5rem;
            font-size: 20px;
        }

        .results.grid .resource-item p {
            padding-left: 1rem;
            margin-bottom: 5px;
        }

    .results.grid .check {
        position: absolute;
        border-radius: 2px;
        top: -1px;
        right: -1px;
        margin: 0;
        height: 26px;
        width: 26px;
        background: #F5F5F5;
        border-color: #DBDBDB !important;
    }

    .results.grid input[type="checkbox"]:focus,
    .results.grid input[type="checkbox"]:focus-visible {
        outline: none;
        box-shadow: none;
    }

    .results.grid .check:checked {
        background-color: #0E1116 !important;
        border-color: #0E1116 !important;
        background-repeat: no-repeat;
        background-position: center;
    }

    .results.grid .resource-item:has(input[type="checkbox"]:checked) {
        border-color: #0E1116;
    }

    .results.grid .links {
        position: absolute;
        bottom: 0;
        width: 100%;
        display: flex;
    }

        .results.grid .links .btn {
            width: 50%;
            padding: 10px 0;
            background: #F5F5F5;
            border-radius: 0;
            text-transform: uppercase;
            font-size: 11px;
            color: #4054AC;
        }

            .results.grid .links .btn:hover {
                background: #4054AC;
                color: #fff;
            }

        .results.grid .links .btn-view {
            border-right: 1px solid #fff;
        }

.results.list .resource-item {
    border-bottom: 1px solid #C7CBCE;
    margin-left: 0rem;
    margin-top: 2rem;
    padding: 0 0.3rem 2rem 0.3rem;
    color: #737577;
    font-size: 13px;
    display: flex;
    align-items: center;
}

    .results.list .resource-item h5 {
        margin-bottom: .3rem;
        color: #000;
    }

.resource-container {
    max-width: 960px;
    margin: 0 auto;
}

.resource-item {
    border-bottom: 1px solid #C7CBCE;
    margin-left: 1rem;
    margin-top: 2rem;
    padding: 0 0 2rem 0;
    color: #737577;
    font-size: 13px;
    margin-right: 1rem !important;
}



    .resource-item h5 {
        margin-bottom: .3rem;
        color: #0E1116;
    }

    .resource-item h6 {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }

    .resource-item > .col-2,
    .resource-item > .col-10,
    .resource-item > .col-12 {
        padding-right: 5px; /* Adjust as needed */
        padding-left: 5px; /* Adjust as needed */
    }

.listing-icon {
    background: #25292B;
    /* width: 67px; */
    height: 100%;
    max-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    overflow: hidden;
}

    .listing-icon img {
        width: 100%;
        max-width: 37px;
    }


.btn-download-small {
    background-color: #4054AC;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 0px 3px 22px;
    border-radius: 0px;
    margin-right: 10px
}

    .btn-download-small::after {
        content: "";
        color: #fff;
        width: 12px;
        height: 12px;
        margin-left: 6px;
        /* background-image: url('/images/arrowdownresource.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
    }

    .btn-download-small:hover {
        background-color: #25292B;
        color: #fff
    }

    .btn-download-small:visited {
        color: #fff;
    }

.item-download {
    /* display: flex; */
    align-items: center;
    justify-content: start;
    /* padding-left: 18%; */
    padding-top: 1rem;
}

    .item-download .form-check-input {
        margin-top: 2px !important;
        background: #fff;
        border-radius: 0px;
        width: 23px;
        height: 23px;
        border: 1px solid #0E1116 !important;
    }

        .item-download .form-check-input:checked[type=checkbox] {
            background-image: url('/images/ico-check-green.webp');
            background-size: 12px 12px;
            background-position: center;
            background-repeat: no-repeat;
        }

.mobile-product-filter {
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center;
    border-bottom: 1px solid #f6f6f6;
}

    .mobile-product-filter h5 {
        width: 70%;
        margin-bottom: 0
    }

    .mobile-product-filter .btn-blue {
        width: 100%;
        padding: 5px 10px;
    }

    .mobile-product-filter .btn-black {
        width: 100%;
        padding: 5px 10px;
        border-radius: 1px;
    }


/* Custom style */
/* Fix background URL */
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3E%3Cpath fill-rule='evenodd' transform='rotate(180 8 8)' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
/* Adjust arrow styling */
.col-filter .accordion-button:after {
    display: inline-block;
    content: ''; /* Add this line */
    width: 1rem;
    height: 1rem;
    background-size: cover; /* Change to 'cover' to properly scale the background image */
    position: relative;
    top: -18px;
}

@media (min-width: 768px) {
    .mobile-product-filter hr {
        display: none;
    }

    .listing-icon {
        padding: 0 10px;
        min-height: 100px;
    }

    .item-download {
        justify-content: end;
        /* padding-left: 26px !important; */
        /* padding-top: 0; */
    }
}

@media (min-width: 991px) {
    .mobile-product-filter {
        display: inline-block;
        width: 100%;
        padding: 0
    }

        .mobile-product-filter h5 {
            width: 100%;
        }

        .mobile-product-filter .btn-blue {
            padding: 5px 0px;
            min-width: initial;
        }

        .mobile-product-filter .btn-black {
            padding: 5px 0px;
            min-width: initial;
            border-radius: 1px;
        }

    .col-filter {
        border-right: 1px solid #C7CBCE;
        padding-right: 2rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        border-top: none;
        border-bottom: none;
    }

    .mobile-product-filter hr {
        display: block;
    }

    #collapseMobile {
        display: block !important
    }
}
/*------------------ PRODUCT LISTING ------------------*/

.product-type {
    background: transparent;
    padding: 0rem;
    margin-top: 0rem;
    margin-bottom: 0
}

    .product-type h6 {
        margin: 16px 0 16px 0
    }


.product-item img {
    width: 100%;
    height: 248px;
    object-fit: cover !important;
    /* margin-bottom: .7rem; */
}

.product-item p {
    margin-bottom: 0;
}

.product-item {
    font-size: 11px;
    line-height: 18px;
    padding-bottom: 1rem;
    display: block;
    height: 100%;
    color: #25292B;
    /* background-image: url("/images/unsplash.png"); */
}

    .product-item h6 {
    }
/* .product-item:hover .text-large {
			color: #4054AC !important;
			transition: .2s
		}

		.product-item:hover h6.text-large {
			color: #4054AC !important;
			transition: .2s
		} */

h6.text-rich-black:hover {
    color: #4054AC !important;
}

.product-item span {
    margin-left: 10px;
    height: 10px;
}

.product-item li {
    list-style-type: disc !important;
}

h6.product-heading:hover {
    color: #4054AC !important;
}
/* .product-item:hover {
		color:#4054AC !important;
		} */
/* 
		a.product-item :hover { 
			color:#4054AC !important;
		} */
.product-list ul {
    padding-left: 1rem !important;
}

.mobile-separator {
    /* border-bottom: 1px solid #C7CBCE; */
    padding: 0 16px
}

    .mobile-separator .accordion-collapse {
        margin-bottom: 1rem;
    }

.collapse-right-arrow {
    padding: 16px 0;
    width: 100%;
    display: flex;
    font-size: 15px;
    margin-top: 20px;
}

    .collapse-right-arrow::after {
        flex-shrink: 0;
        width: 1rem;
        height: 1rem;
        margin-left: auto;
        content: "";
        background-image: url('/images/ico-arrow-right-blue.webp');
        background-repeat: no-repeat;
        transition: transform 0.2s ease-in-out;
        position: relative;
        display: inline-block;
        margin-top: 7px;
    }

    .collapse-right-arrow:not(.collapsed)::after {
        background-image: url('/images/ico-arrow-right-blue.webp');
        transform: rotate(90deg) translateY(8px) translateX(5px);
    }

#collapseMobile {
    position: absolute;
    width: 100%;
    background: #fff;
    padding-top: 10px;
    box-shadow: 1px 2px 4px -1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 2px 4px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 2px 4px -1px rgba(0,0,0,0.3);
}

    #collapseMobile h6 {
        margin: 0
    }

@media (min-width: 768px) {
    #collapseMobile hr {
        /* display: none; */
    }
}

@media (min-width: 991px) {
    .product-item .text-large {
        margin-bottom: 4px;
    }

    .product-item img {
        width: 100%;
        height: 248px;
        object-fit: cover !important;
        /* margin-bottom: 1.2rem; */
    }

    .product-item {
        font-size: 13px;
        line-height: 22px;
    }

    .mobile-separator {
        border-bottom: 0;
        padding: 0
    }

    .product-type {
        background: #F5F5F5;
        border-radius: 4px;
        padding: 1rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

        .product-type h6 {
            margin: 0 0 .5rem 0
        }

    .collapse-right-arrow {
        padding: 0 0 16px 0
    }

        .collapse-right-arrow::after {
            background-image: none;
            display: none;
        }

        .collapse-right-arrow:not(.collapsed)::after {
            background-image: none;
        }

    #collapseMobile {
        position: relative;
        width: auto;
        padding-top: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    .product-type button {
        width: 100%;
        padding: 6px 0;
        border: 0;
        background: transparent;
        text-align: left;
        font-size: 13px;
        color: #25292B;
    }

        .product-type button:hover {
            color: #11CDB4;
        }
}



.btn-with-arrowblack::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 12px;
    background-image: url(/images/rightarrow.png);
    /* border-top: 5px solid transparent; */
    /* border-bottom: 5px solid transparent; */
    /* border-left: 5px solid white; */
    margin-left: 22px;
}

.btn-with-arrowblue::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 12px;
    background-image: url(/images/rightarrow.png);
    /* border-top: 5px solid transparent; */
    /* border-bottom: 5px solid transparent; */
    /* border-left: 5px solid white; */
    margin-left: 22px;
}


button.btn.btn-primary.btn-with-arrowblack {
    border-radius: 0;
    background-color: #0E1116;
    border: 1px solid #11CDB4;
}

    button.btn.btn-primary.btn-with-arrowblack:hover {
        border-radius: 0;
        background-color: #4054AC !important;
        border: 1px solid #11CDB4;
    }

button.btn.btn-primary.btn-with-arrowblue {
    border-radius: 0;
    background-color: #4054AC !important;
    border: 1px solid #11CDB4;
}

    button.btn.btn-primary.btn-with-arrowblue:hover {
        border-radius: 0;
        background-color: #0E1116 !important;
        border: 1px solid #11CDB4;
    }


/* Media query for mobile devices */
@media (max-width: 767px) {

    /* Adjust the width of color swatch columns */
    #colorSwatches .col {
        flex-basis: 25%;
        /* Set 25% width for each color swatch column */
        max-width: 25%;
        /* Set max-width to avoid overflow */
    }
}


.certifications-pt {
    background: #fff;
    border-radius: 0px;
    padding: 12px 18px;
    color: #000;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0);
    font-size: 14px;
    display: flex;
    align-items: center;
}

a.certifications-pt:hover {
    color: #11CDB4 !important;
}

.restoration-pt {
    /* background: #fff; */
    border-radius: 4px;
    /* padding: 12px 18px; */
    color: #0E1116 !important;
    text-decoration: none;
    /* width: 100%; */
    display: block;
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0);
    font-size: 14px;
    /* display: flex; */
    /* align-items: center; */
}

    .restoration-pt:hover {
        text-decoration: none;
        color: #11CDB4;
        transition: 0.1s;
    }
/* .restoration-pt.h6.text-center-mobile:hover{
			color:#4054AC !important;
		} */

/*------------------ FOOTER ------------------*/

.footer {
    background: #0E1116;
    color: #fff;
    padding: 0
}

    .footer hr {
        display: block;
        border-top: 1px solid #737577;
    }

.footer-logo {
    display: none
}

.mobile-logo {
    width: 100%;
    max-width: 182px;
    display: block;
    margin: 50px auto 0 auto;
}

.newsletter {
    text-align: center;
    padding: 30px 0;
}

.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

    .footer a:hover {
        color: #11CDB4;
        text-decoration: none;
        transition: .1s
    }

.footer-main {
    font-size: 13px;
    padding: 40px 0 20px 0;
}

    .footer-main li {
        padding: 8px 0
    }

.footer hr {
    height: 1px;
    border: 1px solid #737577;
    padding: 0;
    margin: 0;
    width: 100%
}

.footer-sub {
    padding: 16px 0;
    font-size: 10px;
    text-align: center;
}

    .footer-sub ul {
        margin: 0 auto
    }

    .footer-sub li {
        float: none;
        margin-right: 0px;
        padding-bottom: 5px;
    }

.footer-contact {
    text-align: center;
    border-top: 1px solid #737577;
    margin-top: 30px;
}

.address {
    font-size: 13px;
    line-height: 16px;
    margin-top: 30px;
}

.social-media {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    max-width: 200px
}

.mobile-hide {
    display: none !important;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .footer-logo {
        width: 100%;
        max-width: 182px;
        display: block;
    }

    .social-media {
        margin-top: 40px;
    }

    .footer-main {
        padding: 40px 0
    }

    .mobile-logo {
        display: none;
    }

    .footer-contact {
        text-align: left;
        border-top: 0px;
        margin-top: 0;
    }

    .social-media {
        margin-left: 0
    }

    .footer-sub {
        text-align: left;
    }

    .mobile-hide {
        display: block !important;
    }

    .footer-sub li {
        float: left;
        margin-right: 30px;
    }
}



/*------------------ HUBSPOT FORMS ------------------*/

.hbspt-form a {
    color: #8CE8DA;
}

    .hbspt-form a:hover {
        color: #0BA992;
    }

.hbspt-form input, .hbspt-form textarea, .hbspt-form select {
    padding: 10px 15px;
    font-family: 'Duplet';
    font-weight: 600;
    border-radius: 4px;
    width: 100% !important;
    color: #333;
    border: 1px solid #333;
}

    .hbspt-form select, .hbspt-form textarea, .hbspt-form input[type=text], .hbspt-form input[type=password], .hbspt-form input[type=email], .hbspt-form input[type=number] {
        width: 100%;
    }

.hbspt-form label {
    font-family: 'Duplet';
    font-weight: 700;
    padding-bottom: 5px;
}

.hs-form-field {
    padding-top: 5px;
    padding-bottom: 5px;
}

.hs-error-msgs {
    list-style: '*';
    color: #FF7979;
    padding: 0 0 0 10px;
    margin: 0;
}

.hs-error-msg {
    color: #FF7979;
    font-size: 12px;
    list-style: none;
    padding-left: 5px;
}

.hs-form-radio-display, .hs-form-checkbox-display {
    font-weight: 400 !important;
    font-size: 0.9rem !important;
    margin-right: 0.5rem;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0px !important;
    border: 1px solid #0E1116 !important;
}

    .hs-form-radio-display span, .hs-form-checkbox-display span {
        padding-left: 5px;
    }

.inputs-list {
    list-style: none;
    margin: 10px 0 10px 20px;
    padding: 0;
}

.legal-consent-container {
    font-size: 12px;
}

    .legal-consent-container p {
        margin: 0;
    }

.hs-form-booleancheckbox {
    margin-top: 7px;
    margin-bottom: 5px;
}

    .hs-form-booleancheckbox span {
        font-size: 13px;
        font-weight: 400 !important;
        padding-left: 5px;
        margin-top: -2px;
    }

    .hs-form-booleancheckbox p {
        display: inline-block;
    }

.hs-form-required {
    display: inline-block;
    width: 10px;
    padding: 0;
    margin: 0;
    color: red;
}

.legal-consent-container .inputs-list {
    margin: 0 0 0 20px;
}

.hs-recaptcha {
    padding: 10px 0;
}

.hs-button {
    color: #fff !important;
    background: transparent;
    border: 1px solid #fff;
    text-decoration: none;
    border-radius: 0px;
    font-family: 'Duplet';
    padding: 15px 20px;
    display: inline-block;
    margin-top: 16px;
}

    .hs-button:hover {
        color: #0BA992;
        background: #EDF0F4;
        border: 1px solid #0BA992;
        text-decoration: none;
    }

fieldset .form-columns-2 {
    margin: auto !important;
    max-width: 100% !important;
}

fieldset {
    margin: auto !important;
    max-width: 100% !important;
}

.hbspt-form {
    text-align: left;
}

.newsletter-form .hbspt-form label {
    font-family: 'Duplet';
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
}

.newsletter-form input {
    color: #0074DF;
    font-weight: 400;
}

.newsletter-form .legal-consent-container {
    font-size: 12px;
    line-height: 16px;
    margin-top: 16px;
    color: #c5c5c5
}

.newsletter-form .hs-form-booleancheckbox {
    margin-top: 7px;
    margin-bottom: -10px;
}

.newsletter-form .hs-button {
    color: #fff !important;
    background: #0074DF;
    border: 1px solid transparent;
    text-decoration: none;
    border-radius: 2px;
    font-family: 'Duplet';
    padding: 15px 25px;
    display: inline-block;
    margin-top: 16px;
    font-weight: 600
}

    .newsletter-form .hs-button:hover {
        background: transparent;
        border: 1px solid #fff;
    }


.hs-form-0ef45277-b8d8-4c0a-b6c2-5fa1a9544e2e_324a3c67-e578-43e8-90e0-05c27e8c0a74 fieldset.form-columns-1 .hs-input {
    width: 100%;
}


.hs-input.hs-fieldtype-intl-phone {
    width: 100% !important;
}



/*------------------ CAROUSEL/FLICKITY ------------------*/
/* 
	.gallery-cell {
		width: 80%;
		height: 308px;
		margin-right: 10px;
		background: transparent;
		overflow: hidden;
	}

		.gallery-cell img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
		} */

/* 
	.flickity-button {
		color: #fff;
	}

	.flickity-prev-next-button {
		background-image: url("/images/tertiaryright.png");
		width: 35px;
		height: 35px;
		
	}



		.flickity-prev-next-button .flickity-button-icon {
			position: absolute;
			left: 32%;
			top: 32%;
			width: 13px;
			background-image: url("/images/tertiaryright.png");
			height: 13px;
		}

	.flickity-button:hover {
		background: #0074DF;
	} */


@media (min-width: 992px) {
    .gallery-cell {
        width: 66%;
        height: 488px;
        margin-right: 20px;
    }
}



/* KENTICO WYSIWYG STYLES */
.fr-view img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .fr-view .fr-fil {
        float: left;
        padding: 0 15px 15px 0;
        width: auto;
    }

    .fr-view .fr-fir {
        float: right;
        padding: 0 0 15px 15px;
        width: auto;
    }
}

.productSubTypeChoices {
    display: none;
}

.desktop-product-filter ul li .form-check-label {
    width: 80%;
}

.responsive-iframe-16by9 {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.content-detail ul li ul {
    padding-top: 10px;
}


@keyframes tonext {
    75% {
        left: 0;
    }

    95% {
        left: 100%;
    }

    98% {
        left: 100%;
    }

    99% {
        left: 0;
    }
}

@keyframes tostart {
    75% {
        left: 0;
    }

    95% {
        left: -300%;
    }

    98% {
        left: -300%;
    }

    99% {
        left: 0;
    }
}

@keyframes snap {
    96% {
        scroll-snap-align: center;
    }

    97% {
        scroll-snap-align: none;
    }

    99% {
        scroll-snap-align: none;
    }

    100% {
        scroll-snap-align: center;
    }
}



ol, li {
    /* list-style: none; */
    margin: 0;
    padding: 0;
}







.panels-container {
    padding: 80px 0;
    text-align: center;
}

.notice {
    font-size: 12px;
    color: #aaa;
    text-align: center;
}

.rep-image {
    position: relative;
}


a.btn.btn-white-underline:hover {
    color: #fff !important;
}

h6.text-black.blog :hover {
    color: #11CDB4 !important;
}

.a.blog-sections:hover {
    color: #11CDB4 !important;
}

.blog-sections a:hover {
    color: #11CDB4 !important;
}

a.resource-pt:hover {
    color: #11CDB4 !important;
    border: 1px solid #0E1116 !important;
}

h6.text-black.blog:hover {
    color: #11CDB4 !important;
    border: 1px solid #0E1116 !important;
}


p.text-center-mobile.text-center-underline:hover {
    color: #4054AC !important;
}

h6.text-center-mobile:hover {
    color: #11CDB4 !important;
}


.square {
    width: 60px;
    height: 60px;
    border: 1px solid #0E1116;
}

/* Home Page */



/* Product Listing Page */



/* Product Details Page * /



      /* Media query for mobile devices */
@media (max-width: 767px) {
    /* Adjust the width of color swatch columns */
    #colorSwatches .col {
        flex-basis: 25%;
        /* Set 25% width for each color swatch column */
        max-width: 25%;
        /* Set max-width to avoid overflow */
    }
}



.card-body {
    padding: 0 !important;
}

.checkmark-container {
    display: inline-block;
    align-items: center;
    margin-right: 10px;
}

    .checkmark-container img {
        width: 15px; /* Adjust as needed */
        height: auto; /* Maintain aspect ratio */
    }

.notcheckmark-container {
    display: inline-block;
    align-items: center;
    margin-right: 10px;
}

    .notcheckmark-container img {
        width: 15px; /* Adjust as needed */
        height: auto; /* Maintain aspect ratio */
        opacity: 0.7;
    }

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4em;
    color: rgba(255, 255, 255, 0.8);
}

.fa-play {
    cursor: pointer;
}

/* Default styles */
.bg-custom-color {
    background-color: #ff6347; /* Tomato color */
}

.text-custom-color {
    color: #ff6347; /* Tomato color */
}
/* Styles for the card */
.card {
    transition: background-color 0.3s ease; /* Add a smooth transition effect */
}
/* Styles for the system-pt element */
.system-pt {
    transition: color 0.3s ease; /* Add a smooth transition effect */
}

.thumbnail-container {
    position: relative;
}

.thumbnail-arrow {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 27px 18px;
    font-size: 20px;
    margin-top: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .thumbnail-arrow.thumbnail-arrow-prev {
        background: url("/images/productdetail-left.png");
        width: 22px;
        height: 66px;
    }

    .thumbnail-arrow.thumbnail-arrow-next {
        background: url("/images/product-detailright.png");
        width: 22px;
        height: 66px;
    }

.main-image {
    width: 100%;
    overflow: hidden;
    height: 377px;
}

    .main-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.thumbnail {
    margin: 0 10px;
    cursor: pointer;
}

    .thumbnail img {
        width: 150px;
        height: 66px;
        object-fit: cover;
    }
/* Style for active system point */
.system-pt.active {
    background-color: #4054ac !important; /* Change to your desired color */
    color: #fff !important; /* Change to your desired text color */
}
/* Style for active card body */
.card-body.active {
    /* border: 2px solid #11CDB4; */
    /* Add any other styles you want for the active state */
}

.highlight {
    background-color: yellow; /* Change this to your desired highlight color */
}

a.system-pt.system-active {
    background-color: #11CDB4 !important;
}

button.btn.btn-primary.system-btn.system-active {
    background-color: #11CDB4 !important;
    border-color: #11CDB4 !important;
    color: #0E1116;
    padding: 18px;
    border-radius: 0px;
    width: 60px;
    height: 60px;
}

span.details-product {
    padding-left: 20px;
}

span.btn.btn-whitearrow {
    float: right !important;
    padding: 18px 17px;
}

button.btn.btn-primary.system-btn {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #0E1116;
    padding: 18px;
    border-radius: 0px;
    width: 60px;
    height: 60px;
}



/*------------------ MENU ------------------*/

.menu-wrapper {
    border-bottom: 1px solid #f5f5f5;
}

.brands-toggle {
    width: 100%;
    text-align: center;
    padding: 0.2rem;
}

    .brands-toggle .navbar-toggler-icon {
        width: auto;
    }

    .brands-toggle a {
        padding-right: 15px;
        background: url("/images/ico-menu-arrow-white.webp");
        height: 10px;
        width: 10px;
        background-repeat: no-repeat;
        background-position: right;
        background-size: 8px 5px;
    }

.brands-menu {
    background-color: #25292b;
    color: #fff;
    padding: 0;
}

    .brands-menu a {
        color: #fff;
        font-size: 11px;
    }

        .brands-menu a:hover,
        .brands-menu a:active {
            color: #fff;
        }

.brands-main,
.main-menu-ul {
    border-top: 1px solid #737577;
    padding: 10px 15px 15px 15px;
}

    .brands-main a {
        font-size: 16px;
    }

.more-brands {
    border-top: 1px solid gray;
    padding-top: 5px;
    margin-top: 10px;
}

    .more-brands a {
        font-size: 12px;
    }

    .more-brands ul {
        padding: 0;
        background: transparent;
    }

    .more-brands li {
        margin-right: 0;
    }

.brands-toggle .navbar-toggler-icon {
    height: 1.26em;
    background-image: none;
}

.main-menu {
    padding: 15px 0;
}

    .main-menu a {
        color: #25292b;
        font-size: 16px;
    }

    .main-menu .navbar-brand {
        max-width: 145px;
    }

        .main-menu .navbar-brand img {
            width: 100%;
        }

    .main-menu .navbar-toggler-icon {
        background: url("/images/ico-hamburger.webp");
        background-repeat: no-repeat;
        background-position: center;
    }

.navbar-search {
    height: 2rem;
    width: 2rem;
    background: none;
    border: none;
}

.search-icon {
    background: url("/images/ico-mobile-menu-search.webp");
    height: 19px;
    width: 19px;
    background-repeat: no-repeat;
    background-position: right;
    display: block;
}

.main-menu-sub {
    border-top: 1px solid #c7cbce;
    padding: 15px 15px 0 15px;
}

    .main-menu-sub a {
        color: #737577;
        font-size: 12px;
        padding: 2px 0;
    }

.menu-search {
    width: 100%;
    margin-top: 10px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    background: #f5f5f5;
    border: none;
}

.mini-search {
    color: #0074df;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #737577;
    width: 300px;
    height: 40px;
}

.navbar .megamenu {
    padding: 1rem 0 0 0;
}

.megamenu .menu-container {
    border-top: 1px solid #ddd;
    margin-top: 4px;
}

.megamenu .row {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0 40px 0;
}

.megamenu ul {
    list-style: none;
    padding: 0;
}

.megamenu li {
    padding: 7px 0;
}

.megamenu a {
    padding: 7px 0;
    margin: 0;
}

    .megamenu a:hover {
        text-decoration: underline;
        text-decoration-color: #11cdb4;
        text-decoration-thickness: 2px;
        text-underline-offset: 3px;
    }

.menu-header {
    border-bottom: 1px solid #dddddd;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
}

.menu-image img {
    width: 100%;
    height: 211px;
    object-fit: cover;
    margin-bottom: 8px;
    display: block;
    margin-top: 1rem;
}

.megamenu .headerText {
    margin-top: 0;
    font-size: 2em;
    line-height: 1em;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0px;
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #c7cbce;
    }

    .main-menu .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .navbar .megamenu {
        display: none;
    }
}

@media (min-width: 992px) {
    .brands-menu {
        background-color: #fff;
        color: #25292b;
    }

        .brands-menu a {
            color: #25292b;
            font-size: 11px;
        }

    .brands-main {
        border-top: 0px;
        padding: 0;
    }

        .brands-main a {
            background: #f5f5f5;
            line-height: 13px;
            width: 100%;
            height: 100%;
            padding: 0 13px !important;
            height: 30px;
            display: flex;
            align-content: center;
            flex-wrap: wrap;
            justify-content: center;
        }

            .brands-main a:hover,
            .brands-main .active {
                background: #25292b;
                color: #fff;
            }

        .brands-main li {
            margin-right: 4px;
            text-align: center;
            height: 30px;
        }

        .brands-main .dropdown-toggle {
            background: #fff;
            color: #737577;
        }

            .brands-main .dropdown-toggle:hover {
                background: #fff;
                color: #25292b;
            }

    .main-menu a {
        color: #25292b;
        margin-left: 14px;
        font-size: 14px;
        font-weight: 500;
    }

    .megamenu a {
        margin-left: 0;
    }

    .main-menu .navbar-brand {
        max-width: 136px;
    }

    .main-menu-ul {
        padding: 0;
        border-top: none;
    }

    .more-brands li {
        margin-right: 0;
    }

    .more-brands {
        border-top: none;
        padding-top: 0px;
        margin-top: 0px;
    }

    .brands-sub li {
        height: 30px;
        display: flex;
        align-items: center;
    }

    .brands-sub a {
        color: #737577;
        margin-left: 10px;
        padding: 0 0.5rem;
        line-height: 13px;
    }

        .brands-sub a:hover {
            color: #25292b;
        }

    .navbar-expand-lg .navbar-collapse {
        justify-content: space-between;
    }

    .navbar-search {
        display: none !important;
    }

    .menu-alt-link {
        font-size: 15px !important;
        font-weight: 700 !important;
    }

        .menu-alt-link::after {
            content: "";
            color: #11cdb4;
            width: 14px;
            height: 14px;
            margin-left: 10px;
            margin-bottom: -1px;
            background-image: url("/images/ico-arrow-right-green.webp");
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            display: inline-block;
        }
}

/*------------------ MOBILE MENU ------------------*/

.mobile-menu {
    width: 100%;
}

.mobile-menu-bar {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

    .mobile-menu-bar .menu-logo {
        width: 130px;
    }

.navbar-search {
    display: block;
}

.mobile-menu-wrapper {
    display: none;
    background: #fff;
    z-index: 9999;
    position: absolute;
    top: 86px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    overflow: hidden;
}

.mobile-menu-panel {
    height: 100%;
    padding: 1rem 1.5rem;
    overflow-y: auto;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    .mobile-menu-panel:nth-child(2),
    .mobile-menu-panel:nth-child(3) {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        transform: translateX(100%);
        backface-visibility: hidden;
        transition: transform 0.5s;
    }

        .mobile-menu-panel:nth-child(1) > ul > li > .sub-menu,
        .mobile-menu-panel:nth-child(2) .level-3 {
            display: none;
        }

.mobile-menu-wrapper a.nested {
    cursor: pointer;
}

    .mobile-menu-wrapper a.nested::after {
        flex-shrink: 0;
        content: "";
        color: #fff;
        width: 12px;
        height: 12px;
        top: 3px;
        margin-left: auto;
        position: relative;
        background-image: url("/images/ico-arrow-right-gray.webp");
        background-position: right center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
    }

.mobile-menu-wrapper.is-visible {
    display: block;
}

.mobile-menu-panel:nth-child(2).is-visible,
.mobile-menu-panel:nth-child(3).is-visible {
    transform: none;
}

.mobile-menu-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .mobile-menu-panel ul li {
        margin: 0;
        padding: 0;
    }

    .mobile-menu-panel ul a {
        color: #333;
        font-size: 15px;
        font-weight: 500;
        width: 100%;
        height: 100%;
        display: block;
        padding: 0.6rem 0;
        display: flex;
    }

.mobile-menu-panel .special {
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
}

    .mobile-menu-panel .special a {
        color: #11cdb4;
        text-decoration: underline;
        font-weight: 400;
        font-size: 14px;
    }

        .mobile-menu-panel .special a::after {
            background: none;
        }

.navbar-toggler-icon {
    background: url("/images/ico-hamburger.webp");
    background-repeat: no-repeat;
    background-position: center;
}

    .navbar-toggler-icon:focus {
        border: 0;
    }

.toggle-menu {
    border: 0;
    background: none;
}

    .toggle-menu:focus {
        border: 0;
        background: none;
    }

.mobile-bottom-menu {
    border-top: 1px solid #ccc;
    padding-top: 1rem;
    margin-top: 0.4rem;
}

    .mobile-bottom-menu ul li a {
        font-size: 12px;
        color: #666;
        font-weight: 400;
        padding: 0.3rem 0;
    }

        .mobile-bottom-menu ul li a::after {
            background: none;
        }

.back-one-level {
    background: #fff;
    padding: 0;
    margin: 0;
    margin-bottom: 0.4rem;
    padding-bottom: 0.5rem;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: left;
}

    .back-one-level::before {
        content: "";
        color: #fff;
        width: 8px;
        height: 8px;
        margin-right: 6px;
        background-image: url("/images/ico-arrow-left-black.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
    }




/* Search Results Page */

.container-search .more-results:hover {
    color: #4054AC !important;
}


.search-header {
    border-bottom: 1px solid #C7CBCE;
    /* border-top: 1px solid #C7CBCE; */
}

.container-search {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center
}

    .container-search hr {
        margin: 10px 0 0 0;
        display: block;
    }

    .container-search .more-results {
        font-size: 11px;
        color: #0E1116;
        text-decoration: underline;
        text-underline-offset: 3px;
        margin-left: 10px;
        cursor: pointer;
    }

.search-suggestion {
    color: #25292B;
    font-size: 12px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

    .search-suggestion:hover {
        color: #4054AC;
        text-decoration: underline;
    }

.container-search .pagination {
    margin-top: 30px;
}

.search-result {
    min-height: 250px;
    padding: 1.5rem;
    border-bottom: 1px solid #C7CBCE;
    text-align: left
}

.result-image {
    border: none;
    width: 100%;
    text-align: left;
}

    .result-image img {
        display: none;
    }

.search-category {
    background: #25292B;
    border-radius: 0px;
    padding: 1px 8px;
    position: static;
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    margin-bottom: 8px;
    display: inline-block;
}

.result-desc {
    height: 100%;
    text-align: left;
    display: flex;
    align-content: start;
    flex-wrap: wrap;
    color: #737577;
}

    .result-desc p {
        font-size: 12px;
        flex-basis: 100%;
        color: #0E1116;
    }

    .result-desc h5 {
        color: #25292B;
        margin-top: 0;
        margin-bottom: .4rem;
        font-size: 24px;
        line-height: 32px;
        flex-basis: 100%;
    }

.btn-search-result {
    background-color: #4054AC;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    padding: 2px 11px;
    border-radius: 0px;
    margin-right: 10px
}

    .btn-search-result::after {
        content: "";
        color: #fff;
        width: 8px;
        height: 8px;
        margin-left: 6px;
        background-image: url('/images/ico-arrow-right-white.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
    }

    .btn-search-result:hover {
        background-color: #25292B;
        color: #fff
    }

    .btn-search-result:visited {
        color: #fff;
    }

.search-page-group {
    position: relative;
    border: 1px solid #0E1116;
}

.clear-search {
    display: none;
    position: absolute;
    font-size: 11px;
    color: gray;
}

.clear-search {
    color: #0E1116 !important;
}

    .clear-search::after {
        content: "";
        color: #0E1116 !important;
        width: 9px;
        height: 9px;
        margin-left: 6px;
        background-image: url('/images/clear-search.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
    }

.search-page-group .input-group-text {
    border-right: 0px;
    background: #fff;
    padding-left: 1rem;
    font-size: 13px;
}

.search-page-group .search {
    border-left: 0px;
    padding-left: .2rem
}

.search-dropdown {
    background: #fff;
    border: 1px solid #0E1116;
    padding: 3px;
    padding-bottom: 1.8rem;
    position: absolute;
    z-index: 99;
    top: 100%;
    border-top: 1px solid #fff;
    left: 0.25rem;
    right: 0.25rem;
}

    .search-dropdown ul {
        list-style-type: none;
        width: 100%;
        padding: .4rem 0rem 0rem 0rem;
        margin-bottom: 0;
    }

    .search-dropdown .category {
        color: #737577;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 12px;
        padding-left: .8rem;
        padding-right: .8rem;
        margin-bottom: .2rem;
    }

    .search-dropdown .result a {
        display: flex;
        text-transform: initial;
        font-weight: 400;
        font-size: 11px;
        line-height: 20px;
        padding: .3rem .8rem;
        color: #737577;
        cursor: pointer;
        text-decoration: none;
    }

    .search-dropdown .result .icon {
        flex-grow: 0;
        flex-shrink: 0;
    }

    .search-dropdown .result:hover {
        background: #f5f6f7;
    }

        .search-dropdown .result:hover .title {
            color: #0E1116;
        }

    .search-dropdown .icon {
        background: #fff;
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: .8rem;
        overflow: hidden;
        border: 1px solid #0E1116;
    }

        .search-dropdown .icon img {
            height: 100%;
            width: 100%;
            object-fit: contain;
        }

    .search-dropdown .text {
        display: flex;
        align-items: center;
    }

    .search-dropdown .title {
        margin: 0;
        color: #4054AC;
        font-weight: 500;
        font-size: 14px;
    }

    .search-dropdown .subtitle {
        margin: 0;
        display: none;
        font-size: 12px;
        line-height: 17px;
        font-weight: 400;
        color: #494c51;
    }

    .search-dropdown .view-all {
        font-size: 11px;
        text-decoration: none;
        color: #4054AC;
        font-weight: 400;
        position: absolute;
        right: 0;
        bottom: 0;
        padding-right: 1.2rem;
        padding-bottom: .5rem;
        cursor: pointer;
    }

        .search-dropdown .view-all:hover {
            color: #11CDB4;
            text-decoration: underline;
        }

    /*-- mini ver aka the top right search --*/

    .search-dropdown.mini {
        left: 0;
        right: 0;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

        .search-dropdown.mini ul {
            padding-top: 10px;
        }

        .search-dropdown.mini a {
            padding: 4px 0 !important;
            width: 100%;
            margin-left: 0;
        }

        .search-dropdown.mini .result {
            padding: 0 .3rem;
        }

        .search-dropdown.mini .icon {
            background: transparent;
            height: 30px;
            width: 30px;
            margin-right: 6px;
            border: none;
        }

        .search-dropdown.mini .text {
            display: flex !important;
        }

@media (min-width: 768px) {
    .search-page-group .input-group-text {
        padding-left: 2rem;
        font-size: 16px
    }

    .search-page-group .search {
        padding-left: 1rem
    }

    .result-desc p {
        font-size: 14px;
        color: #0E1116;
    }

    .clear-search {
        display: block;
        right: 100px;
        top: 35%;
    }

    .search-dropdown {
        padding-bottom: 1.8rem;
        left: 125px;
        right: 70px;
    }

        .search-dropdown ul {
            ;
            padding: 1rem 0rem 0rem 0rem;
        }

        .search-dropdown .category {
            padding-left: 1.2rem;
            padding-right: 1.2rem;
            margin-bottom: .4rem;
        }

        .search-dropdown .result a {
            padding: .6rem 1.2rem;
        }

        .search-dropdown .subtitle {
            display: inline-block;
        }

        .search-dropdown .icon {
            height: 38px;
            width: 38px;
            margin-right: 1rem;
        }

        .search-dropdown .text {
            display: initial;
        }
}


@media (min-width: 992px) {
    .search-result {
        padding-left: 0 !important;
    }
}


@media (min-width: 768px) {
    .result-image {
        border: 1px solid #0E1116;
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .result-image img {
            display: block;
        }

    .search-category {
        position: absolute;
        color: #fff;
        top: 10px;
        left: 10px;
    }

    .result-desc {
        align-content: center;
    }
}

span.check {
    color: #4054AC !important
}

span.not-check {
    color: #0E1116 !important;
    opacity: 0.7;
}


/* Content - Detail * / 

	  @media (min-width: 768px) {
         .responsive-tabs .dropdown-arrow {
         display: none;
         }
         }
         @media screen and (max-width: 767px) {
         .responsive-tabs {
         position: relative;
         border: 1px solid #ccc;
         }
         .responsive-tabs li {
         width: 100%;
         margin: 0 !important;
         }
         .responsive-tabs li > a {
         display: none;
         border: 0 !important;
         border-radius: 0 !important;
         }
         .responsive-tabs.open li > a,
         .responsive-tabs li > a.active {
         display: block;
         }
         .responsive-tabs .dropdown-arrow {
         position: absolute;
         top: 15px;
         right: 15px;
         border: solid #fff;
         border-width: 0 3px 3px 0;
         display: inline-block;
         padding: 3px;
         vertical-align: middle;
         transform: rotate(45deg);
         -webkit-transform: rotate(45deg);
         transition: all ease .5s;
         cursor: pointer;
         }
         .responsive-tabs.open .dropdown-arrow {
         transform: rotate(-135deg);
         transition: all ease .5s;
         }
         }
         /* CSS for slider functionality */
#mobileMenu {
    display: none;
    flex-direction: column;
}

    #mobileMenu.active {
        display: flex;
    }

    #mobileMenu li {
        border-top: 1px solid #ddd;
    }

        #mobileMenu li:first-child {
            border-top: none;
        }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; /* Remove default arrow */
    width: 100%;
    padding: 1rem;
    font-size: 1.125rem;
    /* background-color: #4054AC; */
    border: none;
    color: #000 !important;
}

    select::-ms-expand {
        display: none;
    }

.select {
    position: relative;

    @media (max-width: 768px) {
        &:after {
            content: '';
            background-image: url("images/dropdownicon.png");
            background-position: center;
            background-size: contain;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 1rem;
            pointer-events: none;
            width: 14px;
            height: 9px;
        }
    }
}

.annotation-line {
    position: absolute;
    top: 71%;
    left: 0;
    height: 4px;
    background-color: #11CDB4;
    width: 30%;
    transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 899px) {
    .annotation-line {
        display: none; /* Hide the line */
    }
}

@media (max-width: 1200px) {
    .annotation-line {
        position: absolute;
        top: 71%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 10%;
        transform: translateX(-50%) translateY(-50%);
    }
}

@media (min-width: 1200px) {
    .annotation-line {
        position: absolute;
        top: 71%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 10%;
        transform: translateX(-50%) translateY(-50%);
    }
}

@media (min-width: 1300px) {
    .annotation-line {
        position: absolute;
        top: 71%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 15%;
        transform: translateX(-50%) translateY(-50%);
    }
}

@media (min-width: 1500px) {
    .annotation-line {
        position: absolute;
        top: 71%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 20%;
        transform: translateX(-50%) translateY(-50%);
    }
}

@media (min-width: 1800px) {
    .annotation-line {
        position: absolute;
        top: 67%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 34%;
        transform: translateX(-50%) translateY(-50%);
    }
}


input.hs-button.primary.large {
    background-color: #4054AC;
    color: #fff;
    border-radius: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 12px 40px;
    margin-bottom: 30px;
}

ul.no-list.hs-error-msgs.inputs-list {
    list-style: none;
}

.no-list.hs-error-msgs.inputs-list li ::before {
    list-style: none !important;
}

ul.no-list.hs-error-msgs.inputs-list li::before {
    list-style: none !important;
    content: none !important;
}

ul.inputs-list li ::before {
    list-style: none !important;
    content: none !important;
}

ul.inputs-list .li.hs-form-booleancheckbox ::before {
    list-style: none !important;
    content: none !important;
}

li.hs-form-booleancheckbox ::before {
    list-style: none !important;
    content: none !important;
}



.ot-floating-button__front {
    background-image: url('/media/Roofing/Front%20End%20Resources/Default%20Icons/tcpg_icon_cookies.png') !important;
}

.thermometer-container {
    position: relative;
    width: 100px;
    height: 300px;
    margin: 40px auto;
    display: flex;
    justify-content: center;
}

.thermometer {
    position: relative;
    width: 30px;
    height: 100%;
    background-color: #e0e0e0;
    border-radius: 15px;
    overflow: hidden;
}

.fill {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #66cc66;
    border-radius: 15px 15px 0 0;
}

.bulb {
    position: absolute;
    bottom: -47px;
    width: 60px;
    height: 60px;
    background-color: #66cc66;
    border-radius: 50%;
    left: 33%;
    transform: translateX(-50%);
    border: 5px solid #e0e0e0;
}

.goal-text, .raised-text {
    font-weight: bold;
    margin: 10px 0;
}

.percentage-labels {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
    font-size: 12px;
}

    .percentage-labels div {
        height: 10%;
        display: flex;
        align-items: center;
        justify-content: left;
    }
