:root {
    --onity-color-white: #FFFFFF;
    --onity-color-alter-gray: #F2EEFF;
    --onity-color-light-gray: #F4F4F4;
    --onity-color-lighter-gray: #D2D2D2;
    --onity-color-medium-gray: #939393;
    --onity-color-deep-gray: #383838;
    --onity-color-blue: #2F20EF;
    --onity-color-green: #CFF91C;
    --onity-color-warning: #F1E105;
    --onity-color-sky-blue: #00A3E0;
    --onity-color-dark-green: #09BC09;
    --onity-color-alter-green: #9DEA17;
    --onity-gradient: linear-gradient(180deg, var(--Gray-100, #F4F4F4) 24%, #F2EEFF 88%);
    --onity-gradient-blue: linear-gradient(180deg, #2F20EF 11%, #0C82FB 66%);
    --onity-gardient-skyblue: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #0C82FB;
    --onity-gradient-dark: linear-gradient(180deg, #383838 0%, #939393 100%);
    /*--phh-color-blue: #007dc5;*/
    --phh-color-blue: #2f20ef;
    /*--phh-color-green: #72a951;*/
    --phh-color-green: #cff91c;
    --phh-color-deep-gray: #383838;
    --phh-color-medium-gray: #939393;
    --phh-color-light-gray: #f4f4f4;
    --phh-color-white: #fff;
    --phh-color-black: #000;
    --phh-color-sky-blue: #00A3E0;
    --phh-color-dark-green: #09a809;
    --phh-color-yellow: #f1e105;
    --phh-color-gray: #939393;
    --phh-color-ada-red: #E72413;
    --phh-color-light-blue: #F4F3FF;
    --phh-color-light-green: #FAFEE9;
    --phh-color-lighter-gray: #FAFAFA;
    --phh-color-lighter-gray-2: #F8F8F8;
    --phh-color-primary: var(--phh-color-blue);
    --phh-color-secondary: var(--phh-color-green);
    --phh-color-primary-rgb: 47, 32, 239;
    --phh-color-navy: #191847;
    --phh-color-grey: #383838;
    --phh-color-white-rgb: 255, 255, 255;
    --phh-color-muted-text: #707070;
    --phh-color-lead-text: #007dc5;
    --phh-color-slate: #094E9D;
    --onity-color-orange: #ffb81d;
    --phh-border-blue: #3A00F9;
    --phh-color-text: var(--phh-color-grey);
    --phh-color-link: #0076A2;
    --phh-color-kicker: var(--phh-color-blue);
    --bs-primary-rgb: 244, 244, 244;
    --bs-primary: var(--phh-color-blue);
    --bs-secondary-rgb: 47, 32, 239;
    --bs-secondary: var(--phh-color-green);
    --bs-success-rgb: 10, 110, 1;
    --bs-success: var(--phh-color-dark-green);
    --bs-info-rgb: 0, 163, 224;
    --bs-info: var(--phh-color-sky-blue);
    --bs-warning-rgb: 241, 225, 5;
    --bs-warning: var(--phh-color-yellow);
    --bs-danger-rgb: 231, 36, 19;
    --bs-danger: var(--phh-color-ada-red);
    --bs-light-rgb: 244, 244, 244;
    --bs-light: var(--phh-color-light-gray);
    --bs-dark-rgb: 56, 56, 56;
    --bs-dark: var(--phh-color-deep-gray);
    --bs-white-rgb: 255, 255, 255;
    --bs-white: #ffffff;
    --bs-black-rgb: 0, 0, 0;
    --bs-black: #000000;
    --bs-secondary-bg-subtle: var(--phh-color-lighter-gray);
    --bs-body-color-rgb: 25, 24, 71;
    --bs-body-color: var(--phh-color-text);
    --bs-body-bg-rgb: 245, 247, 251;
    --bs-body-bg: var(--phh-color-white);
    --bs-border-color-rgb: 222, 226, 230;
    --bs-border-color: #dee2e6;
    --bs-link-color-rgb: 47, 32, 239;
    --bs-link-color: var(--onity-color-blue);
    --bs-link-hover-color-rgb: 30, 81, 142;
    --bs-link-hover-color: #26508e;
    --bs-code-color-rgb: 175, 117, 13;
    --bs-code-color: #af750d;
    --bs-highlight-bg-rgb: 254, 241, 213;
    --bs-highlight-bg: #fef1d5;
    --bs-navbar-color: var(--phh-color-deep-gray);
    --bs-nav-link-color: var(--phh-color-deep-gray);
    --bs-nav-link-hover-color: var(--phh-color-deep-gray);
    --bs-navbar-hover-color: var(--phh-color-deep-gray);
    --bs-emphasis-color-rgb: var(--phh-color-deep-gray);
    --bs-dropdown-spacer: .5rem;
    --bs-font-sans-serif: Arial, "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-gotham-book: gothamBook;
    --bs-body-font-family: Arial;
    --bs-body-font-size: 1.0rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 24px;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: 0.35rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 8px;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-offcanvas-color-rgb: var(--bs-body-color-rgb);
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-breadcrumb-font-size: 0.85em;
    --bs-btn-font-weight: 700;
    --phh-btn-border-radius: 5px;
    --phh-btn-padding-x: 1.25rem;
    --phh-btn-padding-y: 0.3rem;
    --phh-header-font-family: Arial;
    --bs-font-gotham-bold: gothamBold;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-secondary-color: var(--phh-color-muted-text);
    --bs-pagination-color: var(--bs-primary);
    --theme-navbar-background: var(--bs-white);
    --theme-navbar-color: var(--phh-color-deep-gray);
    --theme-nav-link-color: var(--phh-color-grey);
    --theme-nav-link-hover-color: var(--phh-color-black);
    --theme-logo-color: var(--phh-color-primary);
    --theme-navbar-active-color: var(--phh-color-grey);
    --theme-navbar-toggler-color: var(--phh-color-primary);
    --theme-font-family-headers: var(--phh-header-font-family);
    --theme-lead-text: var(--phh-color-lead-text);
    --theme-search-button-color: var(--phh-color-grey);
}

[data-bs-theme="business"], [data-bs-theme="correspondent"] {
    --theme-navbar-background: var(--phh-color-primary);
    --bs-navbar-color: var(--bs-white);
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-navbar-hover-color: var(--phh-color-light-gray);
    --theme-navbar-color: var(--phh-color-white);
    --theme-nav-link-color: var(--phh-color-white);
    --theme-nav-link-hover-color: var(--phh-color-light-gray);
    --theme-logo-color: var(--phh-color-white);
    --theme-navbar-active-color: var(--phh-color-white);
    --theme-navbar-toggler-color: var(--phh-color-secondary);
    --theme-font-family-headers: Arial;
    --theme-search-button-color: var(--bs-white);
}

/****** Typogrophy *******/
/**** Buttons ****/
.btn {
    --bs-btn-font-family: var(--phh-header-font-family);
    --bs-border-radius-lg: 0.35rem;
}

.btn-primary {
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-color: var(--phh-color-white);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-hover-color: var(--phh-color-black);
    --bs-btn-active-color: var(--phh-color-black);
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    width: fit-content;
    align-self: center;
}

.btn-primary-alternate {
    padding: 16px 24px;
    border-radius: 4px;
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 20px;
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-bg: var(--phh-color-white);
    --bs-btn-hover-border-color: var(--phh-color-white);
    --bs-btn-color: var(--phh-color-white);
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-active-color: var(--bs-primary);
    --bs-btn-active-bg: var(--phh-color-white);
    --bs-btn-active-border-color: var(--phh-color-white);
}

.btn-primary .dot {
    fill: var(--bs-secondary);
}

.btn-primary:hover svg, .btn-primary:hover .dot, .btn-primary:focus svg, .btn-primary:focus .dot, .btn-primary:active svg, .btn-primary:active .dot {
    fill: var(--bs-primary);
}

.btn-primary:hover .text-secondary, .btn-primary:focus .text-secondary, .btn-primary:active .text-secondary {
    color: var(--bs-primary) !important;
}

.text-secondary-wt {
    color: #ffffff !important;
}

.btn-secondary {
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-color: var(--onity-color-deep-gray);
    --bs-btn-hover-bg: var(--phh-color-black);
    --bs-btn-hover-border-color: var(--phh-color-black);
    --bs-btn-hover-color: var(--phh-color-white);
    --bs-btn-active-color: var(--phh-color-white);
    --bs-btn-active-bg: var(--phh-color-black);
    --bs-btn-active-border-color: var(--phh-color-black);
    width: fit-content;
    align-self: center;
}

.btn.btn-secondary.show {
    background-color: var(--phh-color-black) !important;
}

.btn-secondary-alternate {
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-color: var(--phh-color-white);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-hover-color: var(--phh-color-white);
    --bs-btn-active-color: var(--phh-color-white);
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    width: fit-content;
    align-self: center;
}

.btn-secondary .dot {
    fill: var(--bs-primary);
}

.btn-secondary:hover .dot, .btn-secondary:focus .dot {
    fill: var(--bs-secondary);
}

.btn-light {
    --bs-btn-bg: var(--phh-color-light-gray);
    --bs-btn-border-color: var(--phh-color-light-gray);
    --bs-btn-color: var(--phh-color-grey);
    --bs-btn-hover-bg: var(--bs-white);
    --bs-btn-hover-border-color: var(--bs-white);
    --bs-btn-hover-color: var(--phh-color-grey);
    --bs-btn-active-color: var(--phh-color-grey);
    --bs-btn-active-bg: var(--phh-color-light-gray);
    --bs-btn-active-border-color: var(--phh-color-light-gray);
}

.btn:hover {
    color: var(--bs-btn-hover-color) !important;
    background-color: var(--bs-btn-hover-bg) !important;
    border-color: var(--bs-btn-hover-border-color) !important;
}

.btn-dark {
    --bs-btn-bg: var(--phh-color-deep-gray);
    --bs-btn-border-color: var(--phh-color-deep-gray);
    --bs-btn-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--phh-color-white);
    --bs-btn-active-color: var(--phh-color-white);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
}

.btn-gray {
    --bs-btn-bg: var(--phh-color-light-gray);
    --bs-btn-border-color: var(--phh-color-light-gray);
    --bs-btn-hover-bg: var(--bs-white);
    --bs-btn-hover-border-color: var(--phh-color-deep-gray);
    --bs-btn-color: var(--phh-color-deep-gray);
    --bs-btn-hover-color: var(--phh-color-deep-gray);
    --bs-btn-active-color: var(--phh-color-deep-gray);
    --bs-btn-active-bg: var(--bs-white);
    --bs-btn-active-border-color: var(--phh-color-deep-gray);
}

.btn-lg {
    padding: 16px 24px !important;
}

.btn-outline-blue {
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border: 2px solid var(--onity-color-blue);
    --bs-btn-border-color: var(--onity-color-blue);
    --bs-btn-color: var(--onity-color-blue);
    --bs-btn-hover-border-color: var(--onity-color-deep-gray);
    --bs-btn-hover-color: var(--onity-color-deep-gray);
    --bs-btn-active-color: var(--onity-color-deep-gray);
    --bs-btn-hover-border-color: var(--onity-color-deep-gray);
    width: fit-content;
    align-self: center;
}

.hero-btn-outline-blue {
    padding: 16px 24px;
    border-radius: 4px;
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 20px;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-color: var(--phh-color-white);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-hover-color: var(--phh-color-black);
    --bs-btn-active-color: var(--phh-color-black);
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    width: fit-content;
    align-self: center;
}

.btn-outline-white {
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border: 2px solid var(--onity-color-white);
    --bs-btn-border-color: var(--onity-color-white);
    --bs-btn-color: var(--onity-color-white);
    --bs-btn-hover-border-color: var(--onity-color-deep-gray);
    --bs-btn-hover-color: var(--onity-color-deep-gray);
    --bs-btn-active-color: var(--onity-color-deep-gray);
    --bs-btn-active-border-color: var(--onity-color-deep-gray);
    width: fit-content;
    align-self: center;
}

.btn-text-link {
    text-decoration: none;
}

.text-link {
    text-decoration: underline;
}

.btn-arrow {
    position: relative;
    padding-right: 2rem;
}

    .btn-arrow:before {
        content: '';
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktYXJyb3ctcmlnaHQiIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMSA4YS41LjUgMCAwIDEgLjUtLjVoMTEuNzkzbC0zLjE0Ny0zLjE0NmEuNS41IDAgMCAxIC43MDgtLjcwOGw0IDRhLjUuNSAwIDAgMSAwIC43MDhsLTQgNGEuNS41IDAgMCAxLS43MDgtLjcwOEwxMy4yOTMgOC41SDEuNUEuNS41IDAgMCAxIDEgOCIvPgo8L3N2Zz4=);
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
    }

    .btn-arrow.btn-link:before {
        filter: invert(17%) sepia(94%) saturate(2131%) hue-rotate(201deg) brightness(98%) contrast(93%);
        right: -7px;
    }

    .btn-arrow.btn-outline-blue:before {
        filter: invert(17%) sepia(94%) saturate(2131%) hue-rotate(201deg) brightness(98%) contrast(93%);
    }

    .btn-arrow.btn-outline-blue:hover:before, .btn-arrow.btn-outline-blue:focus:before {
        filter: invert(100%) sepia(0%) saturate(29%) hue-rotate(62deg) brightness(106%) contrast(109%);
    }

    .btn-arrow.btn-gray:before {
        filter: invert(17%) sepia(94%) saturate(2131%) hue-rotate(201deg) brightness(98%) contrast(93%);
    }

    .btn-arrow.btn-primary:before {
        filter: invert(100%) sepia(0%) saturate(29%) hue-rotate(62deg) brightness(106%) contrast(109%);
    }

    .btn-arrow.btn-primary:hover:before, .btn-arrow.btn-primary:focus:before {
        filter: none;
    }

    .btn-arrow.btn-light:before {
        filter: invert(8%) sepia(42%) saturate(3303%) hue-rotate(229deg) brightness(103%) contrast(98%);
    }

.link-arrow {
    display: block;
    position: relative;
    width: fit-content;
}

    .link-arrow:before {
        content: '';
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktYXJyb3ctcmlnaHQiIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMSA4YS41LjUgMCAwIDEgLjUtLjVoMTEuNzkzbC0zLjE0Ny0zLjE0NmEuNS41IDAgMCAxIC43MDgtLjcwOGw0IDRhLjUuNSAwIDAgMSAwIC43MDhsLTQgNGEuNS41IDAgMCAxLS43MDgtLjcwOEwxMy4yOTMgOC41SDEuNUEuNS41IDAgMCAxIDEgOCIvPgo8L3N2Zz4=);
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        position: absolute;
        right: -22px;
        top: 50%;
        transform: translateY(-50%);
        filter: invert(25%) sepia(100%) saturate(1676%) hue-rotate(174deg) brightness(94%) contrast(102%);
    }

.dot {
    margin-left: 4px;
    margin-bottom: -3px;
}

/**** Carousel Styling ****/
.carousel-prev, .carousel-next {
    top: auto;
    bottom: -30px;
    transform: translateY(0);
}

.carousel-next {
    right: 20em;
}

.carousel-prev {
    left: 20em;
}

.carousel-pagination {
    bottom: -30px;
}

.splide__slide {
    display: flex;
}

@media (max-width: 575px) {
    .splide__slide {
        width: calc(77% - 0.5rem) !important;
    }
}

.splide__arrows {
    clear: both;
    margin: 0 auto 4rem auto;
}

@media (min-width: 768px) {
    .splide__arrows {
        max-width: 400px;
    }
}

.splide__arrows .splide__arrow {
    position: relative;
    opacity: 1;
    background-color: var(--onity-color-blue);
    width: 32px;
    border-radius: 20px;
}

    .splide__arrows .splide__arrow:hover {
        background-color: var(--onity-color-deep-gray);
    }

    .splide__arrows .splide__arrow svg {
        fill: var(--onity-color-white);
    }

    .splide__arrows .splide__arrow:hover svg {
        fill: var(--bs-white);
    }

.splide__arrows .splide__arrow--prev {
    float: left;
    left: 140px;
}

@media(max-width:767px) {
    .splide__arrows .splide__arrow--prev {
        float: left;
        left: 100px;
    }
}

.splide__arrows .splide__arrow--next {
    float: right;
    right: 140px;
}

.splide__pagination {
    position: relative;
    margin-bottom: 3em;
}

.splide__pagination__page_num {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    bottom: -78px;
    width: fit-content;
}

/*** Mortgage affordability chart ***/
.chart-wrapper {
    position: relative;
}

    .chart-wrapper .chart-monthly-payment {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

        .chart-wrapper .chart-monthly-payment .estimate {
            position: absolute;
            max-width: 250px;
        }

    .chart-wrapper .canvas-wrap {
        display: flex;
        justify-content: center;
    }

        .chart-wrapper .canvas-wrap #affordability-chart {
            width: 60% !important;
            height: 60% !important;
        }

.circle-filled {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
}

.pre-approval-container {
    background: var(--phh-color-light-blue);
}

/***** Heroes *****/
/***** Heroes *****/

.hero .lead {
    font-weight: 300;
}

/*.hero.hero-interior h1 {
    font-size: 6vw;
}*/
/*
@media (min-width: 768px) { .hero.hero-interior h1 { font-size: 2rem; } }

@media (min-width: 992px) { .hero.hero-interior h1 { font-size: 2.5rem; } }

@media (min-width: 1400px) { .hero.hero-interior h1 { font-size: 3rem; } }*/

@media (max-width: 767px) {
    .hero.hero-interior .rounded-pill {
        --bs-border-radius-pill: 2rem;
    }
}

.hero.hero-interior .hero-content {
    display: flex;
    align-items: flex-end;
    min-height: 180px;
    position: relative;
    margin-top: 40px;
}

    .hero.hero-interior .hero-content:after {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 2px;
        border-bottom: 1px solid var(--phh-color-primary);
    }
/*
@media (min-width: 768px) {
    .hero.hero-interior .hero-content:after {
        border-bottom-width: 15px;
        bottom: -15px;
    }
}*/

@media (min-width: 768px) {
    .hero.hero-interior .hero-content {
        min-height: 210px;
    }
}

@media (min-width: 992px) {
    .hero.hero-interior .hero-content {
        min-height: 230px;
    }
}

@media (max-width: 767px) {
    .hero.hero-interior .hero-content {
        flex-wrap: wrap;
        margin-top: 20px;
    }
}

.hero.hero-interior .hero-content.align-top {
    align-items: flex-start;
}

.hero.hero-interior .hero-content.align-center {
    align-items: center;
}

.hero.hero-interior .hero-content.align-bottom {
    align-items: flex-end;
}

.hero.hero-interior .hero-content.bg-light {
    background-color: #f8f9fa;
}

.hero.hero-interior .hero-image-left {
    flex: 0 0 0;
    display: none;
}

@media (min-width: 768px) {
    .hero.hero-interior .hero-image-left {
        display: block;
        flex: 0 0 27%;
    }
}

@media (min-width: 992px) {
    .hero.hero-interior .hero-image-left {
        flex: 0 0 23.13%;
    }
}

@media (min-width: 1200px) {
    .hero.hero-interior .hero-image-left {
        flex: 0 0 23.13%;
    }
}

.hero.hero-interior .hero-image-left img {
    height: auto;
    object-fit: contain;
}

.hero.hero-interior .hero-text {
    flex: 0 0 71%;
    padding: 1rem 0 0 1.5rem;
    align-self: center;
}

@media (min-width: 768px) {
    .hero.hero-interior .hero-text {
        padding: 0.5rem 0 0 1rem;
        flex: 0 0 59%;
    }

    .hero.hero-interior .hero-text-right {
        flex: 0 0 77% !important;
    }
}

@media (min-width: 992px) {
    .hero.hero-interior .hero-text {
        padding: 1rem 0 0 1.5rem;
        flex: 0 0 59.65%;
    }

    .hero.hero-interior .hero-text-right {
        flex: 0 0 77% !important;
    }
}

@media (min-width: 1200px) {
    .hero.hero-interior .hero-text {
        flex: 0 0 59.65%;
    }

    .hero.hero-interior .hero-text-right {
        flex: 0 0 77% !important;
    }
}

.hero.hero-interior .hero-text .kicker {
    /*font-size: 36px;*/
}

.hero.hero-interior .hero-text.text-left {
    text-align: left;
}

.hero.hero-interior .hero-text.text-center {
    text-align: center;
}

.hero.hero-interior .hero-text.text-right {
    text-align: right;
}

.hero.hero-interior .hero-image-right {
    flex: 0 0 29%;
}

@media (min-width: 768px) {
    .hero.hero-interior .hero-image-right {
        flex: 0 0 14%;
    }
}

@media (min-width: 992px) {
    .hero.hero-interior .hero-image-right {
        flex: 0 0 17.22%;
    }
}

@media (min-width: 1200px) {
    .hero.hero-interior .hero-image-right {
        flex: 0 0 17.22%;
    }
}

.hero.hero-interior .hero-image-right img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin-left: auto;
    display: block;
}

    .hero.hero-interior .hero-image-right img.desktop {
        display: none;
    }

@media (min-width: 768px) {
    .hero.hero-interior .hero-image-right img.desktop {
        display: block;
        margin-right: 10px;
    }
}

.hero.hero-interior .hero-image-right img.mobile {
    display: block;
}

@media (min-width: 768px) {
    .hero.hero-interior .hero-image-right img.mobile {
        display: none;
    }
}

.hero.hero-homepage, .hero.hero-corresponend-homepage {
    position: relative;
}

@media (min-width: 992px) {
    .hero.hero-homepage, .hero.hero-corresponend-homepage {
        display: flex;
    }

        .hero.hero-homepage .row, .hero.hero-corresponend-homepage .row { /*height: 100%;*/
        }
}

@media (max-width: 767px) {
    .hero.hero-homepage .hero-img, .hero.hero-corresponend-homepage .hero-img {
        width: 90%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero.hero-homepage .hero-img, .hero.hero-corresponend-homepage .hero-img {
        width: 582px;
        height: 470px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero.hero-homepage .hero-img, .hero.hero-corresponend-homepage .hero-img {
        margin-left: -25%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .hero.hero-homepage .hero-img, .hero.hero-corresponend-homepage .hero-img {
        margin-left: -20%;
    }
}

@media (min-width: 1400px) {
    .hero.hero-homepage .hero-img, .hero.hero-corresponend-homepage .hero-img {
        margin-left: 0;
    }
}

.hero.hero-homepage .lead, .hero.hero-corresponend-homepage .lead {
    color: var(--phh-color-grey);
}

@media (min-width: 992px) {
    .hero.hero-homepage .lead, .hero.hero-corresponend-homepage .lead {
        max-width: 525px;
    }
}

/*.hero.hero-homepage .img-col__desktop, .hero.hero-corresponend-homepage .img-col__desktop {
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    width: 582px;
    height: 470px;
    bottom: 0;
}*/

.hero.hero-homepage .text-col, .hero.hero-corresponend-homepage .text-col {
    position: relative;
}

@media (min-width: 1400px) {
    .hero.hero-homepage .text-col, .hero.hero-corresponend-homepage .text-col {
        padding-left: 6rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero.hero-homepage .text-col p, .hero.hero-corresponend-homepage .text-col p {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

.hero.hero-homepage .text-col .hero-deco-img, .hero.hero-corresponend-homepage .text-col .hero-deco-img {
    position: absolute;
    left: -17%;
    bottom: -3rem;
}

@media (min-width: 1200px) {
    .hero.hero-homepage .text-col .hero-deco-img, .hero.hero-corresponend-homepage .text-col .hero-deco-img {
        left: -10%;
    }
}

@media (min-width: 1400px) {
    .hero.hero-homepage .text-col .hero-deco-img, .hero.hero-corresponend-homepage .text-col .hero-deco-img {
        left: -15%;
        bottom: 0;
    }
}

.hero.hero-corresponend-homepage .btn-secondary {
    --bs-btn-hover-border-color: var(--bs-secondary);
}

.hero.hero-dark {
    display: flex;
}

    .hero.hero-dark .container-lg {
        background-image: url("../images/onity-pattern-mobile.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom center;
        height: 100%;
    }

@media (min-width: 576px) {
    .hero.hero-dark .container-lg {
        background-image: url("../images/onity-pattern-tablet-full.svg");
        background-size: auto;
        background-position: bottom left;
    }
}

@media (min-width: 1200px) {
    .hero.hero-dark .container-lg {
        background-image: url("../images/onity-pattern.svg");
        background-size: contain;
    }
}

/**** Forms ****/
.raised-labels legend {
    font-size: 1.25rem;
    font-family: var(--phh-header-font-family);
    font-weight: 700;
}

.raised-labels .form-label {
    font-family: var(--theme-font-family-headers);
}

    .raised-labels .form-label.raised {
        position: relative;
        z-index: 7;
        padding-left: 14px;
        bottom: -12px;
        margin-bottom: 0;
        float: inline-start;
        font-weight: bolder;
    }

        .raised-labels .form-label.raised:after {
            content: '';
            position: absolute;
            display: block;
            bottom: 4px;
            left: 8px;
            width: 100%;
            height: 8px;
            background-color: var(--bs-white);
            z-index: -1;
        }

.raised-labels .input-group .input-group-text {
    --bs-border-color: var(--phh-color-muted-text);
    background-color: var(--bs-white);
}

.raised-labels .form-control, .raised-labels .form-select {
    --bs-border-color: var(--onity-color-deep-gray);
    height: 42px;
}

    .raised-labels .form-control:focus, .raised-labels .form-select:focus {
        box-shadow: inset 0px 0px 0 0.25rem rgba(13, 110, 253, 0.25);
    }

/********** Range Input Styles **********/
/*********** Baseline, reset styles ***********/
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    width: 100%;
}

    /* Removes default focus */
    input[type="range"]:focus {
        outline: none;
    }

    /******** Chrome, Safari, Opera and Edge Chromium styles ********/
    /* slider track */
    input[type="range"]::-webkit-slider-runnable-track {
        background-color: #939393;
        border-radius: 0.5rem;
        height: .6rem;
    }

    /* slider thumb */
    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        margin-top: -7.2px; /* Centers thumb on the track */
        background-color: var(--bs-primary);
        border-radius: 2px;
        height: 1.5rem;
        width: 0.65rem;
    }

    input[type="range"]:focus::-webkit-slider-thumb {
        outline: 2px solid var(--phh-color-sky-blue);
        outline-offset: 0.125rem;
    }

    /*********** Firefox styles ***********/
    /* slider track */
    input[type="range"]::-moz-range-track {
        background-color: #939393;
        border-radius: 0.5rem;
        height: .6rem;
    }

    /* slider thumb */
    input[type="range"]::-moz-range-thumb {
        background-color: var(--bs-primary);
        border: none; /*Removes extra border that FF applies*/
        border-radius: 2px;
        height: 1.5rem;
        width: 0.65rem;
    }

    input[type="range"]:focus::-moz-range-thumb {
        outline: 2px solid var(--phh-color-sky-blue);
        outline-offset: 0.125rem;
    }

/* Range slider container */
.slider-styles {
    position: relative;
}

/* Range tooltip */
.range-tooltip {
    position: absolute;
    top: -40px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: none;
    transform: translateX(-50%);
    z-index: 10;
}

/* Improved range input with progress track */
.form-range.slider {
    height: 8px;
    background: #ddd;
    border-radius: 5px;
    outline: none;
    background-image: linear-gradient(to right, #007bff 0%, #007bff 33%, #ddd 33%, #ddd 100%);
}

    .form-range.slider::-webkit-slider-thumb {
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #007bff;
        cursor: pointer;
        border: 2px solid #fff;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    }

    .form-range.slider::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #007bff;
        cursor: pointer;
        border: 2px solid #fff;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    }

@media (max-width: 991px) {
    body.nav-open {
        overflow: hidden;
    }
}

body .reveal-on-scroll {
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

body.is-scrolled .reveal-on-scroll {
    transform: translateY(0);
}

.border-deep-gray {
    --bs-border-opacity: 1;
    border-color: rgba(var(--phh-color-deep-gray), var(--bs-border-opacity)) !important;
}

.border-phh-green {
    --bs-border-opacity: 1;
    border-color: rgba(var(--phh-color-green), var(--bs-border-opacity)) !important;
}

/**** Typography ****/
h1, h2, h4, h5, h6, .h1, .h2, .h4, .h5, .h6 {
    font-family: var(--phh-header-font-family);
    --bs-body-font-family: var(--theme-font-family-headers);
    margin-bottom: 1rem;
    font-weight: 700;
}

h1, .h1 {
    font-family: var(--phh-header-font-family);
    font-size: 36px;
    line-height: 40px;
}

/*@media (min-width: 576px) { h1, .h1 { font-size: 40px; } }*/

/*h2, .h2 { font-weight: 700; }*/

/*@media (min-width: 1200px) {
*/
h2, .h2 {
    font-family: var(--phh-header-font-family);
    font-size: 32px;
    line-height: 32px !important;
}
/*}*/

h3, .h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

h4, .h4 {
    font-family: var(--phh-header-font-family);
    font-size: 20px;
    line-height: 22px;
}

h5, .h5 {
    font-size: 18px;
    line-height: 18px;
}

@media (max-width: 767px) {
    h1, .h1 {
        font-family: var(--phh-header-font-family);
        font-size: 28px;
        line-height: 32px;
    }

    h2, .h2 {
        font-family: var(--phh-header-font-family);
        font-size: 20px;
        line-height: 24px !important;
    }

    h3, .h3 {
        font-size: 18px;
        line-height: 22px !important;
    }

    h4, .h4 {
        font-size: 16px;
        line-height: 20px;
    }
}
/*
strong, .strong {
    font-family: var(--bs-font-gotham-bold);
}*/

.font-family-headers {
    font-family: var(--theme-font-family-headers);
}

.lead {
    font-family: var(--theme-font-family-headers);
    font-size: 1.2rem;
    line-height: 24px;
    color: var(--theme-lead-text);
}

    .lead a {
        color: var(--theme-lead-text);
    }

@media (min-width: 768px) {
    .lead {
        font-size: 16px;
    }
}

.kicker {
    /*font-size: 2.75rem;*/
    color: var(--phh-color-kicker) !important;
    display: block;
}

/*@media (min-width: 768px) {
    .kicker {
        font-size: 1.25rem;
    }
}*/

.text-slate {
    color: var(--phh-color-slate);
}

.text-navy, .text-dark {
    color: var(--phh-color-grey);
}

.text-medium-gray {
    color: var(--onity-color-medium-gray);
}

.text-deep-gray {
    color: var(--onity-color-deep-gray);
}

.text-link {
    color: var(--phh-color-link);
}

.text-lead {
    color: #2A1CD6;
}

.legal {
    font-size: 0.875rem;
    color: var(--phh-color-muted-text);
    font-style: italic;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.blockquote {
    max-width: 625px;
    background-color: var(--phh-color-light-gray);
    font-size: 1rem;
    font-style: italic;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem auto;
    border-left: 7px solid var(--phh-color-primary);
}

.list__chevron {
    padding-left: 10px;
}

    .list__chevron li {
        list-style: none;
        padding-bottom: .5rem;
        padding-left: 1rem;
        position: relative;
    }

        .list__chevron li:before {
            content: '';
            width: 6px;
            height: 10px;
            left: 0;
            top: 7px;
            margin-right: 8px;
            display: inline-block;
            position: absolute;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1LjM5NSIgaGVpZ2h0PSIxMC4wMTgiIHZpZXdCb3g9IjAgMCA1LjM5NSAxMC4wMTgiPgogIDxwYXRoIGlkPSJjaGV2cm9uLXJpZ2h0IiBkPSJNNC42MTIsMS42MTJhLjM4NS4zODUsMCwwLDEsLjU0NiwwTDkuNzgxLDYuMjM2YS4zODUuMzg1LDAsMCwxLDAsLjU0Nkw1LjE1OCwxMS40YS4zODYuMzg2LDAsMSwxLS41NDYtLjU0Nmw0LjM1MS00LjM1TDQuNjEyLDIuMTU4YS4zODUuMzg1LDAsMCwxLDAtLjU0NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuNDk5IC0xLjQ5OSkiIGZpbGw9IiMwMGEzZTAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=);
            background-repeat: no-repeat;
        }

.line-header {
    text-align: center;
    position: relative;
    z-index: 1;
}

    .line-header span {
        background-color: var(--bs-white);
        padding: 0 2.5rem;
        border-left: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
    }

    .line-header:after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #dfdfdf;
        display: block;
        position: absolute;
        top: 50%;
        z-index: -1;
    }

@media (min-width: 576px) {
    .page-content-full-width, .page-content-restricted {
        padding-left: 1rem;
    }
}

@media (min-width: 768px) {
    .page-content-full-width, .page-content-restricted {
        padding-left: 1rem;
    }
}

@media (min-width: 992px) {
    .page-content-full-width, .page-content-restricted {
        padding-left: 0.5rem;
    }
}

@media (min-width: 1200px) {
    .page-content-full-width, .page-content-restricted {
        padding-left: 2rem;
    }
}

@media (min-width: 1200px) {
    .page-content-restricted {
        padding-left: 3rem;
        padding-right: 3rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1400px) {
    .page-content-restricted {
        padding-left: 3.25rem;
        padding-right: 3.25rem;
        margin-left: auto;
        margin-right: auto;
    }
}

/*@media (min-width: 768px) { .page-content .btn:not(.btn-sm, .btn-link) { min-width: 190px; } }
*/
/****** Navigation ******/
.site-header {
    position: relative;
    z-index: 999;
}

@media (max-width: 767px) {
    .utility-nav > .container-lg {
        padding-right: 0;
    }
}

.utility-nav .btn {
    font-family: var(--theme-font-family-headers);
    font-size: .88rem;
    height: 100%;
}

.utility-nav .mobile-sites .btn-sites {
    border-bottom: 2px solid var(--phh-color-green);
    border-radius: 0;
}

.utility-nav .mobile-sites .dropdown-toggle:after {
    display: inline-block;
    border: none;
    width: 11px;
    height: 11px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImJpIGJpLWNoZXZyb24tZG93biIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjY0NiA0LjY0NmEuNS41IDAgMCAxIC43MDggMEw4IDEwLjI5M2w1LjY0Ni01LjY0N2EuNS41IDAgMCAxIC43MDguNzA4bC02IDZhLjUuNSAwIDAgMS0uNzA4IDBsLTYtNmEuNS41IDAgMCAxIDAtLjcwOCIvPgo8L3N2Zz4=);
    background-size: contain;
    vertical-align: middle;
    margin-left: .5em;
    transform: rotate(0);
    transition: transform 0.2s ease-in-out;
}

.utility-nav .mobile-sites .dropdown-toggle.show {
    --bs-btn-active-border-color: var(--phh-color-green);
}

    .utility-nav .mobile-sites .dropdown-toggle.show:after {
        transform: rotate(180deg);
    }

.utility-nav .mobile-sites .dropdown-menu {
    transform: translate(0px, 36px) !important;
}

    .utility-nav .mobile-sites .dropdown-menu .nav-link {
        padding: .5rem 0;
        color: var(--phh-color-grey);
    }

.utility-nav .nav > .nav-link {
    --bs-nav-link-color: var(--bs-black);
    border-bottom: 2px solid transparent;
    font-size: .88rem;
    font-family: var(--phh-header-font-family);
}

    .utility-nav .nav > .nav-link:hover, .utility-nav .nav > .nav-link:focus, .utility-nav .nav > .nav-link:active, .utility-nav .nav > .nav-link.active {
        color: var(--bs-black);
        font-weight: bold;
    }

/*.utility-nav .dropdown button { border-bottom-width: 2px; }*/

.utility-nav .megamenu {
    padding: 2em 0;
    right: 0;
    width: 100vw;
    margin-top: -2px !important;
    border: 0;
}

@media (min-width: 768px) {
    .utility-nav .megamenu {
        inset: -2px auto auto 0px !important;
        margin-top: 0 !important;
    }
}

.utility-nav .megamenu.show {
    display: flex;
}

.utility-nav .megamenu:before, .utility-nav .megamenu:after {
    display: none;
}

.utility-nav .megamenu.call-dropdown p {
    font-family: var(--phh-header-font-family);
    font-size: 1.125rem;
}

@media (max-width: 767px) {
    .utility-nav .megamenu .border-start {
        border: none;
    }
}

.utility-nav .megamenu .nav-link {
    color: var(--phh-color-grey);
    font-weight: 600;
}

.utility-nav .megamenu .btn {
    height: initial;
}

/*.utility-nav .megamenu a {
    color: var(--phh-text-medium-gray);
}*/

.breadcrumb-item {
    --bs-breadcrumb-item-padding-x: 0.25rem;
}

    .breadcrumb-item a {
        color: var(--phh-color-deep-gray);
    }

.navbar {
    --bs-navbar-color: var(--theme-navbar-color);
    --bs-navbar-hover-color: var(--theme-nav-link-color);
    --bs-navbar-active-color: var(--theme-nav-link-color);
    --bs-navbar-nav-link-padding-x: 1.25rem;
    background: var(--theme-navbar-background);
}

@media (max-width: 767px) {
    .navbar .container-lg {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar .navbar-toggler svg {
    fill: var(--theme-navbar-toggler-color);
}

.navbar .btn-search {
    color: var(--theme-search-button-color);
}

.navbar .logo svg {
    fill: var(--theme-logo-color);
}

.navbar .navbar-nav .nav-link.outside-link {
    font-weight: 700;
    font-size: 14px;
}

.navbar .navbar-nav .nav-link.active {
    --bs-navbar-active-color: var(--phh-color-primary) !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-nav .nav-link {
        --bs-navbar-nav-link-padding-x: 0.75rem;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-nav {
        background: var(--phh-color-white);
    }

        .navbar .navbar-nav .navbar-nav {
            margin-bottom: 0;
        }

        .navbar .navbar-nav .nav-item {
            padding-left: .75rem;
            padding-right: .75rem;
        }

        .navbar .navbar-nav .sub-menu {
            display: block;
            border-radius: 0;
            border: none;
            /*position: fixed;*/
            /*height: 100vh;*/
            left: 0;
            top: 360px;
            /*margin-top: -8vh;*/
            /*padding-left: 2rem;*/
            /*padding: 30px;*/
            width: -webkit-fill-available;
            background-color: var(--phh-color-white);
        }

        .navbar .navbar-nav .account-sub-menu {
            top: 300px !important;
        }

        .navbar .navbar-nav .sub-menu .sub-nav-link:hover, .navbar .navbar-nav .sub-menu .sub-nav-link:focus, .navbar .navbar-nav .sub-menu .sub-nav-link.active {
            background-color: transparent;
        }

    .angle-text {
        color: var(--phh-color-blue);
    }
}

@media (max-width: 767px) {
    .navbar .mobile-sticky {
        position: sticky;
        bottom: 0;
        background: var(--phh-color-blue);
        color: var(--phh-color-white);
        padding: .5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 3em;
    }
}

.navbar .mobile-call .btn.show {
    --bs-btn-active-border-color: var(--bs-primary);
}

.navbar .mobile-call .megamenu {
    width: 100vw;
}

.dropdown-menu {
    --bs-dropdown-bg: var(--phh-color-light-gray);
    --bs-dropdown-padding-x: .4rem;
    --bs-dropdown-border-radius: 0;
    border-left: none;
    border-right: none;
}

    .dropdown-menu .dropdown-item {
        --bs-dropdown-item-padding-y: .5rem;
        /*color: var(--phh-color-medium-gray);*/
        border-radius: 4px;
        font-family: var(--phh-header-font-family);
    }

        .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
            --bs-dropdown-link-hover-bg: var(--phh-color-white);
            text-decoration: underline;
            color: var(--phh-color-primary) !important;
        }

        .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
            --bs-dropdown-link-active-bg: var(--phh-color-white);
        }

@media (min-width: 768px) {
    .dropdown-menu {
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.13);
    }

        .dropdown-menu:not(.megamenu-login):not(.megamenu-apply-now)::after {
            background: var(--Onity-Blue, #2F20EF);
            content: '';
            position: absolute;
            width: 100px;
            padding: 2px;
            top: -1%;
            left: var(--after-left, 19%); /* Default to center if not set */
            transform: translateX(-50%);
            transition: left 0.2s;
        }

        .dropdown-menu[data-bs-popper] {
            left: 50%;
            transform: translateX(-50%);
        }
}

.nav-link {
    --bs-body-font-family: var(--theme-font-family-headers);
    font-weight: 400;
}

    .nav-link:focus, .nav-link:hover {
        color: var(--phh-color-primary) !important;
        border-bottom: 0;
    }

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
    color: var(--phh-color-primary);
    border-bottom: 0;
}

.dropdown-toggle:after {
    display: none;
}

@media (max-width: 767px) {
    .menu-cosnumer .navbar-collapse {
        overflow: auto;
        height: calc(100vh - 90px);
    }

    .dropdown-menu .dropdown-item {
        text-wrap: auto;
    }
}

[data-bs-theme="business"] .navbar .mobile-call svg, [data-bs-theme="correspondent"] .navbar .mobile-call svg {
    fill: var(--bs-secondary);
}

[data-bs-theme="business"] .navbar .btn-secondary:hover, [data-bs-theme="business"] .navbar .btn-secondary:focus, [data-bs-theme="correspondent"] .navbar .btn-secondary:hover, [data-bs-theme="correspondent"] .navbar .btn-secondary:focus {
    --bs-btn-hover-border-color: var(--bs-secondary);
}

@media (max-width: 767px) {
    [data-bs-theme="business"] .navbar-collapse .nav-link, [data-bs-theme="correspondent"] .navbar-collapse .nav-link {
        color: var(--phh-color-grey);
    }
}

[data-bs-theme="business"] #sideNav .nav-link:focus, [data-bs-theme="business"] #sideNav .nav-link:hover, [data-bs-theme="correspondent"] #sideNav .nav-link:focus, [data-bs-theme="correspondent"] #sideNav .nav-link:hover {
    --theme-nav-link-hover-color: var(--phh-color-black);
}

[data-bs-theme="business"] .navbar .mobile-call {
    width: 58px;
}

    [data-bs-theme="business"] .navbar .mobile-call .btn {
        display: none;
    }

[data-bs-theme="correspondent"] .btn-sites {
    border-bottom: 2px solid var(--phh-color-green);
    border-radius: 0;
}

@media (max-width: 767px) {
    #mainNav {
        background-color: var(--phh-color-white);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0; /*height: 100vh;*/
        z-index: -1;
        opacity: 0;
        overflow-y: auto;
        transition: transform 0.5s ease-in-out;
    }

        #mainNav.show {
            padding: 1rem;
            opacity: 1;
            width: 100%;
            position: absolute;
            z-index: 1050;
            height: 100vh;
            box-shadow: rgba(0, 0, 0, 0.2) -2px 0px 5px;
            display: block;
        }

    #SignInNav {
        background-color: var(--phh-color-white);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0; /*height: 100vh;*/
        z-index: -1;
        opacity: 0;
        overflow-y: auto;
        transition: transform 0.5s ease-in-out;
    }

        #SignInNav.show {
            padding: 1rem;
            opacity: 1;
            width: 100%;
            position: absolute;
            z-index: 1050;
            height: 100vh;
            box-shadow: rgba(0, 0, 0, 0.2) -2px 0px 5px;
            display: block;
        }
}

@media (max-width: 767px) {
    #mainNav .menu-biz .navbar-nav {
        height: 100%;
    }

    #SignInNav .menu-biz .navbar-nav {
        height: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #sideNav {
        padding-right: 30px;
    }
}
/*
#sideNav .nav {
    background-color: var(--bs-white);
    --bs-nav-link-padding-y: 1.25rem;
}*/

#sideNav .nav .nav-item.section-title .nav-link {
    background-color: var(--bs-primary);
    color: var(--phh-color-white) !important;
}

#sideNav .nav .nav-link {
    --bs-nav-link-color: var(--phh-color-medium-gray);
    --bs-nav-link-font-size: $fs-18;
    position: relative;
    font-family: var(--phh-header-font-family);
}

    #sideNav .nav .nav-link.active .nav-link-text {
        color: var(--bs-primary);
        background-color: var(--phh-color-light-gray);
    }

        #sideNav .nav .nav-link.active .nav-link-text:after {
            content: '';
            position: absolute;
            left: 1px;
            top: 0;
            height: 100%;
            border-left: 2px solid var(--bs-primary);
        }

    #sideNav .nav .nav-link:not(.nav-link-title, .active):after {
        content: '';
        position: absolute;
        left: 1px;
        top: 0;
        height: 100%;
        border-left: 2px solid var(--phh-color-lighter-gray);
    }

@media (min-width: 576px) and (max-width: 991px) {
    #sideNav .nav .nav-link.active:after {
        border-width: 32px 0 32px 10px;
        right: -10px;
    }
}

#sideNav .nav .sub-nav {
    list-style: none;
}

#sideNav .nav .tertiary-link {
    font-family: var(--phh-header-font-family);
    font-size: 18px;
    color: var(--phh-color-medium-gray);
    text-decoration: none;
    padding: 8px 0;
    display: inline;
    position: relative;
}

.tertiary-link-after:after {
    content: '';
    position: absolute;
    left: -31px;
    top: 0;
    height: 100%;
    border-left: 2px solid var(--phh-color-lighter-gray);
}

#sideNav .nav .tertiary-link.active {
    font-weight: 700;
}

#sideNav .sidebar__search .border {
    border-color: #AFAFAF !important;
}

#sideNav .sidebar__search .form-control {
    height: 100%;
}

    #sideNav .sidebar__search .form-control:focus {
        box-shadow: inset 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

#sideNav .sidebar__search .btn {
    min-width: auto;
}

.cta__side-nav {
    margin-top: 5rem;
    display: flex;
}

    /*   .cta__side-nav .cta__side-nav_img {
        left: .5rem;
    }

    .cta__side-nav .cta__side-nav_text {
        margin-left: auto;
        margin-right: auto;
    }

@media (min-width: 992px) {
    .cta__side-nav .cta__side-nav_text {
        margin-left: 4.25rem;
    }
}

@media (min-width: 1200px) {
    .cta__side-nav .cta__side-nav_text {
        margin-left: 3.25rem;
    }
}

@media (min-width: 1400px) {
    .cta__side-nav .cta__side-nav_text {
        margin-left: 4.0rem;
    }
}
*/
    .cta__side-nav.cta_pill {
        position: relative;
    }

        .cta__side-nav.cta_pill .cta__side-nav_img {
            margin-top: -130px;
        }

        .cta__side-nav.cta_pill .rounded-pill {
            padding: 1rem .75rem 1rem .25rem;
            display: flex;
            align-items: center;
            min-height: 115px;
            line-height: 1.2;
        }

            .cta__side-nav.cta_pill .rounded-pill p {
                font-size: 1.375em;
                font-family: var(--phh-header-font-family);
                font-weight: 700;
                margin-bottom: 0;
                padding-left: 82px;
            }

@media (min-width: 992px) {
    .cta__side-nav.cta_pill .rounded-pill p {
        padding-left: 82px;
        font-size: 1.75rem;
    }
}

@media (min-width: 1400px) {
    .cta__side-nav.cta_pill .rounded-pill p {
        padding-left: 92px;
    }
}

.cta__side-nav.cta_pill .btn-lg {
    width: 100%;
    --bs-btn-padding-x: 1rem;
}

    .cta__side-nav.cta_pill .btn-lg:hover .text-secondary, .cta__side-nav.cta_pill .btn-lg:focus .text-secondary {
        color: var(--bs-black) !important;
    }

/***** Footer *****/
footer a:not(.btn) {
    text-decoration: none;
}

    footer a:not(.btn):not(.site-footer):hover, footer a:not(.btn):not(.site-footer):focus {
        color: var(--bs-secondary);
    }

footer a.site-footer {
    text-decoration: none;
}

    footer a.site-footer:hover, footer a.site-footer:focus {
        color: var(--onity-color-deep-gray);
    }

.branding-footer .logo svg {
    fill: var(--phh-color-white);
}

.branding-footer .footer-nav a {
    display: block;
    width: fit-content;
    margin-bottom: 0.25rem;
}

.branding-footer .collapse-menu-header {
    display: block;
}

@media (max-width: 767px) {
    .branding-footer .collapse-menu-header {
        margin-bottom: 1rem;
        position: relative;
        border-bottom: 1px solid var(--phh-color-sky-blue);
    }

        .branding-footer .collapse-menu-header:after {
            content: '+';
            display: block;
            position: absolute;
            right: 13px;
            top: -5px;
        }

        .branding-footer .collapse-menu-header[aria-expanded="true"]:after {
            content: '-';
        }
}

@media (min-width: 768px) {
    .branding-footer .collapse-menu-header {
        cursor: initial;
    }

        .branding-footer .collapse-menu-header:hover, .branding-footer .collapse-menu-header:focus, .branding-footer .collapse-menu-header:active {
            text-decoration: none;
        }
}

@media (min-width: 768px) {
    .branding-footer .mobile-collapse {
        display: block;
        height: 100%;
    }
}

.site-footer {
    font-size: .88rem;
}

    .site-footer .footer-nav a {
        color: var(--onity-color-medium-gray);
    }

        .site-footer .footer-nav a:hover, .site-footer .footer-nav a:focus {
            color: var(--onity-color-deep-gray) !important;
        }

@media (min-width: 576px) {
    .site-footer .footer-nav a:first-child {
        padding-left: 0;
    }
}

/***** Homepage *****/
.box-row {
    flex-wrap: wrap;
}

.box {
    flex: 1 0 18%;
    aspect-ratio: 260 / 230;
    margin: .5rem;
    position: relative;
}

.box-video {
    margin: .5rem;
    flex: 1 0 auto;
    aspect-ratio: 362 / 230;
}

    .box-video .video-trigger {
        display: inherit;
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0;
        border: none;
        background-color: transparent;
    }

        .box-video .video-trigger .video-play-btn {
            width: 100px;
            cursor: pointer;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -40px);
        }

        .box-video .video-trigger .video-thumb {
            display: block;
            width: 100%;
            height: auto;
            min-height: 1px;
            object-fit: cover;
        }

.card { /** Inline Video Cards */
}

    .card.card__fixed {
        aspect-ratio: 1/1;
        --bs-card-border-radius: 10px;
        --bs-card-border-color: transparent;
    }

@media (min-width: 768px) {
    .card.card__fixed {
        aspect-ratio: 290/270;
    }
}

.card.card__fixed .card-title {
    font-size: 5vw;
}

@media (min-width: 576px) {
    .card.card__fixed .card-title {
        font-size: 3.2vw;
    }
}

@media (min-width: 768px) {
    .card.card__fixed .card-title {
        font-size: 1.0rem;
    }
}

@media (min-width: 992px) {
    .card.card__fixed .card-title {
        font-size: 1.125rem;
    }
}

.card.card__fixed .h4.card-title {
    font-size: 7vw;
}

@media (min-width: 576px) {
    .card.card__fixed .h4.card-title {
        font-size: 4vw;
    }
}

@media (min-width: 768px) {
    .card.card__fixed .h4.card-title {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .card.card__fixed .h4.card-title {
        font-size: 1.8rem;
    }
}

.card.card__fixed .card-text {
    font-size: 3.8vw;
}

@media (min-width: 576px) {
    .card.card__fixed .card-text {
        font-size: 2.8vw;
    }
}

@media (min-width: 768px) {
    .card.card__fixed .card-text {
        font-size: 0.9rem;
    }
}

@media (min-width: 992px) {
    .card.card__fixed .card-text {
        font-size: 16px;
    }
}

.card.card__article {
    --bs-card-border-radius: .70rem;
    --bs-card-inner-border-radius: .70rem;
    border: none;
    position: relative;
}

    .card.card__article .rounded-bottom {
        --bs-border-radius: .70rem;
    }

    .card.card__article .badge {
        font-size: 0.875rem;
        --bs-badge-padding-x: 1.25em;
        --bs-badge-padding-y: 0.50em;
        width: fit-content;
    }

    .card.card__article .card-img-top {
        background-color: var(--phh-color-light-gray);
    }

    .card.card__article .card-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .card.card__article .card-body a {
            text-decoration: none;
        }

.card.card__business {
    --bs-card-border-width: 0;
    --bs-card-border-radius: 0;
    height: 100%;
}

    .card.card__business .card-body {
        --bs-card-spacer-y: 1.5rem;
        --bs-card-spacer-x: 1.5rem;
    }

    .card.card__business .card-title {
        font-size: 1.125rem;
    }

    .card.card__business .card-text {
        font-size: 0.875rem;
    }

    .card.card__business .card-footer {
        text-align: center;
        padding: 1.25rem 2rem;
    }

@media (min-width: 768px) and (max-width: 1199px) {
    .card.card__business .icon-stat {
        width: 50px;
        height: 50px;
    }
}

.card.card__business .stats {
    font-family: var(--phh-header-font-family);
    font-weight: 600;
}

    .card.card__business .stats .sub {
        font-size: 66%;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .card.card__business .stats .display-2 {
        font-size: 2.2rem;
    }
}

.card.card__business .card-date {
    font-family: var(--phh-header-font-family);
}

@media (max-width: 575px) {
    .card.card__business .card-date {
        width: calc(100% - 24px);
        margin-left: auto;
        margin-right: AUTO;
        padding: 10px;
    }

        .card.card__business .card-date .display-6 {
            font-size: initial;
            padding-left: 3px;
        }
}

@media (max-width: 575px) {
    .card.card__business.announcements .card-body {
        --bs-card-spacer-y: 1rem;
        --bs-card-spacer-x: 1rem;
    }
}

.card.inline-video .preview-image {
    background-color: var(--phh-color-black);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 200px;
    position: relative;
}

@media (min-width: 992px) {
    .card.inline-video .preview-image {
        min-height: auto;
    }
}

.card.inline-video .preview-image .video-play-btn {
    margin: auto;
    display: inline-block;
}

@media (max-width: 767px) {
    #carouselPanel h2.h1 {
        font-size: 1.55rem;
    }
}

@media (max-width: 767px) {
    #carouselPanel p.h5 {
        font-size: 1.0rem;
    }
}

/*** Interior Pages ***/
.accordion {
    --bs-accordion-btn-icon: url(data:image/svg+xml;base64,PHN2ZyBpZD0icGx1cy1jaXJjbGUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGlkPSJQYXRoXzUwMjQ1IiBkYXRhLW5hbWU9IlBhdGggNTAyNDUiIGQ9Ik04LDE1YTcsNywwLDEsMSw3LTcsNyw3LDAsMCwxLTcsN20wLDFBOCw4LDAsMSwwLDAsOGE4LDgsMCwwLDAsOCw4IiBmaWxsPSIjMDA3NmEyIi8+CiAgPHBhdGggaWQ9IlBhdGhfNTAyNDYiIGRhdGEtbmFtZT0iUGF0aCA1MDI0NiIgZD0iTTgsNGEuNS41LDAsMCwxLC41LjV2M2gzYS41LjUsMCwwLDEsMCwxaC0zdjNhLjUuNSwwLDAsMS0xLDB2LTNoLTNhLjUuNSwwLDAsMSwwLTFoM3YtM0EuNS41LDAsMCwxLDgsNCIgZmlsbD0iIzAwNzZhMiIvPgo8L3N2Zz4=);
    --bs-accordion-btn-icon-transform: rotate(0);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfNDk3MDkiIGRhdGEtbmFtZT0iR3JvdXAgNDk3MDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGlkPSJQYXRoXzUzOTA3IiBkYXRhLW5hbWU9IlBhdGggNTM5MDciIGQ9Ik04LDE1YTcsNywwLDEsMSw3LTcsNyw3LDAsMCwxLTcsN20wLDFBOCw4LDAsMSwwLDAsOGE4LDgsMCwwLDAsOCw4IiBmaWxsPSIjMzU3NmEyIi8+CiAgPHBhdGggaWQ9IlBhdGhfNTM5MDgiIGRhdGEtbmFtZT0iUGF0aCA1MzkwOCIgZD0iTTQsOGEuNS41LDAsMCwxLC41LS41aDdhLjUuNSwwLDAsMSwwLDFoLTdBLjUuNSwwLDAsMSw0LDgiIGZpbGw9IiMzNTc2YTIiLz4KPC9zdmc+);
    --bs-accordion-active-color: var(--phh-color-grey);
    --bs-accordion-active-bg: var(--phh-color-light-blue);
}

    .accordion.accordion-detailed {
        --bs-accordion-btn-icon: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MSIgaGVpZ2h0PSI0MSIgdmlld0JveD0iMCAwIDgxIDQxIj4KICA8ZyBpZD0iR3JvdXBfNDk3MDUiIGRhdGEtbmFtZT0iR3JvdXAgNDk3MDUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDk1IC0xMTgxKSI+CiAgICA8ZyBpZD0icGx1cy1jaXJjbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExMjkgMTE4MSkiPgogICAgICA8cGF0aCBpZD0iUGF0aF81MDI0NSIgZGF0YS1uYW1lPSJQYXRoIDUwMjQ1IiBkPSJNOCwxNWE3LDcsMCwxLDEsNy03LDcsNywwLDAsMS03LDdtMCwxQTgsOCwwLDEsMCwwLDhhOCw4LDAsMCwwLDgsOCIgZmlsbD0iIzAwNzZhMiIvPgogICAgICA8cGF0aCBpZD0iUGF0aF81MDI0NiIgZGF0YS1uYW1lPSJQYXRoIDUwMjQ2IiBkPSJNOCw0YS41LjUsMCwwLDEsLjUuNXYzaDNhLjUuNSwwLDAsMSwwLDFoLTN2M2EuNS41LDAsMCwxLTEsMHYtM2gtM2EuNS41LDAsMCwxLDAtMWgzdi0zQS41LjUsMCwwLDEsOCw0IiBmaWxsPSIjMDA3NmEyIi8+CiAgICA8L2c+CiAgICA8dGV4dCBpZD0iZXhwYW5kIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDk1IDEyMDIpIiBmaWxsPSIjMDA3NmEyIiBmb250LXNpemU9IjE0IiBmb250LWZhbWlseT0iQXJpYWxNVCwgQXJpYWwiIHRleHQtZGVjb3JhdGlvbj0idW5kZXJsaW5lIj48dHNwYW4geD0iMTcuNTM1IiB5PSIxMyI+ZXhwYW5kPC90c3Bhbj48L3RleHQ+CiAgPC9nPgo8L3N2Zz4=);
        --bs-accordion-btn-icon-width: 80px;
        --bs-accordion-btn-icon-transform: rotate(0);
        --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
        --bs-accordion-btn-active-icon: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MSIgaGVpZ2h0PSI0MSIgdmlld0JveD0iMCAwIDgxIDQxIj4KICA8ZyBpZD0iR3JvdXBfNDk3MDYiIGRhdGEtbmFtZT0iR3JvdXAgNDk3MDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDk1IC0xMTgxKSI+CiAgICA8ZyBpZD0iR3JvdXBfNDk3MDUiIGRhdGEtbmFtZT0iR3JvdXAgNDk3MDUiPgogICAgICA8dGV4dCBpZD0iY29sbGFwc2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwOTUgMTIwMikiIGZpbGw9IiMwMDc2YTIiIGZvbnQtc2l6ZT0iMTQiIGZvbnQtZmFtaWx5PSJBcmlhbE1ULCBBcmlhbCIgdGV4dC1kZWNvcmF0aW9uPSJ1bmRlcmxpbmUiPjx0c3BhbiB4PSIxNC44MTciIHk9IjEzIj5jb2xsYXBzZTwvdHNwYW4+PC90ZXh0PgogICAgPC9nPgogICAgPGcgaWQ9ImRhc2gtY2lyY2xlXzFfIiBkYXRhLW5hbWU9ImRhc2gtY2lyY2xlICgxKSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEyOSAxMTgxKSI+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzUzOTA0IiBkYXRhLW5hbWU9IlBhdGggNTM5MDQiIGQ9Ik04LDE1YTcsNywwLDEsMSw3LTcsNyw3LDAsMCwxLTcsN20wLDFBOCw4LDAsMSwwLDAsOGE4LDgsMCwwLDAsOCw4IiBmaWxsPSIjMDA3NmEyIi8+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzUzOTA1IiBkYXRhLW5hbWU9IlBhdGggNTM5MDUiIGQ9Ik00LDhhLjUuNSwwLDAsMSwuNS0uNWg3YS41LjUsMCwwLDEsMCwxaC03QS41LjUsMCwwLDEsNCw4IiBmaWxsPSIjMDA3NmEyIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4=);
    }

        .accordion.accordion-detailed .accordion-button:after {
            height: 40px;
        }

        .accordion.accordion-detailed .accordion-title {
            font-weight: 600;
            font-size: 1.125rem;
            margin-bottom: .5rem;
        }

        .accordion.accordion-detailed .accordion-description {
            font-size: 0.875rem;
        }

.article-filter {
    display: flex;
    width: fit-content;
}

    .article-filter .btn {
        min-width: auto !important;
        --bs-btn-border-radius: .5rem;
    }

@media (min-width: 1400px) {
    .article-filter .btn {
        font-size: 1.125rem;
        --bs-btn-padding-x: 2rem;
        --bs-btn-padding-y: 0.375rem;
    }
}

.article-filter .btn.btn-outline-gray {
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-bg: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-color: var(--bs-white);
}

    .article-filter .btn.btn-outline-gray.active {
        color: var(--phh-color-white);
        background-color: var(--bs-primary);
        border-color: var(--bs-primary);
    }

    .article-filter .btn.btn-outline-gray:hover, .article-filter .btn.btn-outline-gray:focus, .article-filter .btn.btn-outline-gray:active {
        color: var(--onity-color-white) !important;
        background-color: var(--bs-primary) !important;
        border-color: var(--onity-color-medium-gray) !important
    }

@media (max-width: 575px) {
    .article-filter.announcements {
        flex-direction: column;
        width: 100%;
    }

        .article-filter.announcements.btn-group > :not(.btn-check:first-child) + .btn {
            margin-left: 0;
        }
}

@media (max-width: 575px) {
    .article-filter.announcements .btn {
        --bs-btn-padding-x: .5rem;
        border-radius: 0;
        margin-bottom: .25rem;
    }
}

.article-teaser-horiz img {
    width: 100%;
}

@media (min-width: 576px) {
    .article-teaser-horiz img {
        max-width: 137px;
    }
}

.offerings-list .offering-item p {
    font-size: 0.875rem;
}

.offerings-list .product-link {
    font-family: var(--phh-header-font-family);
    font-size: 1.125rem;
    font-weight: 700;
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--phh-color-grey);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-white);
    --bs-pagination-border-radius: 0;
    --bs-pagination-hover-color: var(--phh-color-primary);
    --bs-pagination-hover-bg: var(--phh-color-light-blue);
    --bs-pagination-hover-border-color: var(--phh-color-light-blue);
    --bs-pagination-focus-color: var(--phh-color-primary);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: var(--phh-color-navy);
    --bs-pagination-active-bg: var(--phh-color-light-blue);
    --bs-pagination-active-border-color: var(--phh-color-light-blue);
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
}

    .pagination .page-item .page-link {
        text-decoration: underline;
    }

    .pagination .page-item.active .page-link {
        text-decoration: none;
    }

    .pagination .page-item:last-child .page-link {
        position: relative;
        background-color: var(--bs-primary);
        color: var(--bs-white);
        text-decoration: none;
        padding-left: 1.5rem;
        padding-right: 3rem;
    }

        .pagination .page-item:last-child .page-link:hover, .pagination .page-item:last-child .page-link:focus {
            color: var(--phh-color-text);
            background-color: var(--bs-secondary);
        }

            .pagination .page-item:last-child .page-link:hover:after, .pagination .page-item:last-child .page-link:focus:after {
                filter: none;
            }

        .pagination .page-item:last-child .page-link:after {
            content: '';
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktYXJyb3ctcmlnaHQiIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMSA4YS41LjUgMCAwIDEgLjUtLjVoMTEuNzkzbC0zLjE0Ny0zLjE0NmEuNS41IDAgMCAxIC43MDgtLjcwOGw0IDRhLjUuNSAwIDAgMSAwIC43MDhsLTQgNGEuNS41IDAgMCAxLS43MDgtLjcwOEwxMy4yOTMgOC41SDEuNUEuNS41IDAgMCAxIDEgOCIvPgo8L3N2Zz4=);
            background-repeat: no-repeat;
            width: 16px;
            height: 16px;
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%);
            filter: invert(100%) sepia(0%) saturate(29%) hue-rotate(62deg) brightness(106%) contrast(109%);
        }

.seller-form-wrap {
    max-width: 870px;
    margin: 0 auto;
}

    .seller-form-wrap .seller-progress {
        max-width: 470px;
        margin: 0 auto;
    }

        .seller-form-wrap .seller-progress .progress {
            width: calc(100% - 8px);
            margin-left: auto;
            margin-right: auto;
        }

        .seller-form-wrap .seller-progress .progress-steps {
            margin-top: -22px;
        }

            .seller-form-wrap .seller-progress .progress-steps .rounded-circle {
                font-family: var(--phh-header-font-family);
                font-weight: 700;
            }

/**** modules -- to be separated into new SCSS files ****/
.module__callout {
    max-width: 625px;
}

.module__more-to-explore.text-only .article-teaser {
    position: relative;
    margin: 1rem 0;
    padding: 1rem 0 1rem 1.25rem;
    font-size: 1.125rem;
    font-weight: 600;
    font-family: "Inter", Arial, sans-serif;
}

    .module__more-to-explore.text-only .article-teaser svg {
        margin-right: 3px;
    }

@media (min-width: 1200px) {
    .module__more-to-explore.text-only .article-teaser a {
        width: 60%;
        display: block;
    }
}

.module__more-to-explore.text-only .article-teaser:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    border-radius: 6px;
    background-color: var(--phh-color-medium-gray);
}

.module__more-to-explore .article-teaser {
    font-size: 1.125rem;
    font-weight: 600;
    font-family: var(--phh-header-font-family);
    color: var(--phh-color-link);
}

.module__more-to-explore .article-category {
    display: block;
    font-size: 0.875rem;
    font-family: var(--phh-header-font-family);
    font-weight: 600;
    color: var(--phh-color-deep-gray);
}

.module__more-to-explore a {
    text-decoration: none;
}

    .module__more-to-explore a:hover, .module__more-to-explore a:focus {
        text-decoration: underline;
    }

.module__carousel .nav-underline {
    --bs-nav-link-color: #383838;
    --theme-nav-link-hover-color: var(--bs-secondary);
    --bs-nav-underline-link-active-color: var(--bs-secondary);
    --bs-nav-link-padding-x: 1.75rem;
    width: fit-content;
    margin: 1.5rem auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .module__carousel .nav-underline .nav-link {
        font-size: 1.125rem;
        margin-bottom: -2px;
    }

@media (min-width: 576px) {
    .module__carousel .nav-underline .nav-link {
        padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    }
}

/***** utilities *****/
.bg-light-blue {
    background-color: var(--phh-color-light-gray);
}

.bg-light-offset {
    background-color: var(--bs-light);
}

@media (min-width: 1200px) {
    .bg-light-offset {
        background: linear-gradient(to right, transparent 15px, var(--bs-light) 15px);
    }
}

.bg-lighter-gray {
    background-color: var(--phh-color-lighter-gray);
}

.bg-lighter-gray-2 {
    background-color: var(--phh-color-lighter-gray-2);
}

.bg-light-green {
    background-color: var(--phh-color-light-green);
}

.bg-yellow {
    background-color: var(--phh-color-yellow);
}

.text-dark-blue {
    color: var(--phh-color-kicker);
}

@media (min-width: 768px) {
    .two-col {
        column-count: 2;
    }
}

.bg-primary .btn-secondary:hover, .bg-primary .btn-secondary:focus {
    --bs-btn-hover-border-color: var(--bs-primary);
}

.bg-primary .btn-secondary.btn-arrow:hover:before, .bg-primary .btn-secondary.btn-arrow:focus:before {
    filter: invert(100%) sepia(0%) saturate(29%) hue-rotate(62deg) brightness(106%) contrast(109%);
}

.bg-primary a:not([class]) {
    color: var(--onity-color-medium-gray) !important;
}

.bg-dark a:not([class]) {
    color: var(--onity-color-white) !important;
}

a:not([class]) {
    color: var(--onity-color-blue);
}

.with-hover {
    transition: all 0.3s ease-out;
}

    .with-hover:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        transform: translateY(-3px);
    }

.inner-link {
    position: relative;
    z-index: 2;
}

@media (max-width: 575px) {
    .img-sm-fluid {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .img-sm-fluid {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .img-md-fluid {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .img-md-fluid {
        max-width: 100%;
    }
}

.end-15 {
    right: 1rem;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.border-thick {
    border-width: 10px;
}

.grid {
    display: grid;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    gap: var(--bs-gap, 1rem);
}

    .grid .g-col-12 {
        grid-column: auto/span 12;
    }

    .grid .g-col-6 {
        grid-column: auto / span 6;
    }

@media (min-width: 576px) {
    .grid .g-col-sm-6 {
        grid-column: auto / span 6;
    }
}

@media (min-width: 768px) {
    .grid .g-col-md-6 {
        grid-column: auto / span 6;
    }
}

@media (min-width: 992px) {
    .grid .g-col-lg-6 {
        grid-column: auto / span 6;
    }
}

@media (min-width: 1200px) {
    .grid .g-col-xl-6 {
        grid-column: auto / span 6;
    }
}

.bg-green {
    background-color: var(--bs-secondary);
}

.text-contact {
    color: var(--bs-secondary);
}

.text-contact-blue {
    color: var(--bs-primary);
}

.text-footer {
    color: #383838 !important;
}

.navbar-shadow {
    box-shadow: 0 0 10px -3px #999;
}

/*# sourceMappingURL=style.css.map */

@media (min-width: 1400px) {
    .img-container {
        width: 120px;
        height: 120px;
        overflow: hidden;
        margin: 10px;
        position: relative;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .img-container {
        width: 100px;
        height: 100px;
        overflow: hidden;
        margin: 10px;
        position: relative;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .img-container {
        width: 80px;
        height: 80px;
        overflow: hidden;
        margin: 10px;
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .img-container {
        width: 160px;
        height: 160px;
        overflow: hidden;
        margin: 10px;
        position: relative;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .img-container {
        width: 160px;
        height: 160px;
        overflow: hidden;
        margin: 10px;
        position: relative;
    }
}

@media (min-width: 410px) and (max-width: 575px) {
    .img-container {
        width: 110px;
        height: 110px;
        overflow: hidden;
        margin: 10px;
        position: relative;
    }
}

@media (min-width: 338px) and (max-width: 409px) {
    .img-container {
        width: 80px;
        height: 80px;
        overflow: hidden;
        margin: 10px;
        position: relative;
    }
}

@media (max-width: 337px) {
    .img-container {
        width: 120px;
        height: 120px;
        overflow: hidden;
        margin: 10px;
        position: relative;
    }
}

.square-image {
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    height: 100%;
}

.image-cropper {
    width: 180px;
    height: 180px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.image-cropper-callus {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.rounded-image {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.banner-img .rounded-image {
    height: auto;
}

.call-text {
    color: var(--phh-color-white) !important;
    font-size: 18px;
    line-height: 20px;
}

.text-white-custom {
    color: var(--phh-color-white) !important;
}

@media (min-width: 1600px) and (max-width: 1799px) {
    .col-xxxl-5 {
        flex: 0 0 auto;
        width: 48%;
    }
}

@media (min-width: 1800px) {
    .col-xxxxl-4 {
        flex: 0 0 auto;
        width: 42%;
    }
}

@media (min-width: 1200px) {
    .card-margin {
        margin: 2px !important;
    }
}

.h-24 {
    height: 24px;
}

small, .small {
    font-family: var(--bs-body-font-family);
    font-size: 12px;
    line-height: 16px;
}

.highlight {
    height: 40px;
    color: var(--phh-color-white);
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background-color: var(--bs-primary) !important;
    color: var(--phh-color-white) !important;
}

@media (max-width:767px) {
    .notification-a {
        display: block;
        margin-top: 0.5rem;
    }
}

.bg-primary-phhcolor {
    background: var(--phh-color-blue);
}

.article-img {
    height: auto;
    width: 100%;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

@media (max-width:767px) {
    .article-img {
        max-width: 100%;
    }
}

.banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.banner-content {
    display: flex;
    flex-direction: column;
    text-align: left;
    flex-grow: 1;
}

.btn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}

@media(max-width:767px) {
    .banner {
        flex-direction: column;
        text-align: center;
    }

    .banner-content {
        text-align: center;
    }

    .banner-img {
        margin-bottom: 20px !important;
    }

    .btn-container {
        justify-content: center;
        width: 100%;
    }

    .banner-green {
        padding: 10px 20px;
    }
}

.p-color {
    color: var(--phh-color-gray);
}
/*Mobile Menu*/
.headernav.sticky {
    position: fixed;
    width: 100%;
    top: -1px;
    z-index: 99;
    -webkit-box-shadow: 5px 3px 20px -8px #888;
    -ms-box-shadow: 5px 3px 20px -8px #888;
    box-shadow: 5px 3px 20px -8px #888;
}

@media(min-width: 768px) and (max-width:835px) {
    .contact-dropdown {
        transform: translateX(-90%) !important;
    }

        .contact-dropdown::before, .contact-dropdown::after {
            left: 90% !important;
        }
}

@media(min-width: 836px) and (max-width:1099px) {
    .contact-dropdown {
        transform: translateX(-76%) !important;
    }

        .contact-dropdown::before, .contact-dropdown::after {
            left: 76% !important;
        }
}

@media(min-width: 1100px) and (max-width:1150px) {
    .contact-dropdown::before, .contact-dropdown::after {
        left: 69% !important;
    }
}

@media(min-width: 1151px) and (max-width:1199px) {
    .contact-dropdown::before, .contact-dropdown::after {
        left: 66% !important;
    }
}

@media(min-width: 1200px) and (max-width:1230px) {
    .contact-dropdown::before, .contact-dropdown::after {
        left: 73% !important;
    }
}

@media(min-width: 1231px) and (max-width:1299px) {
    .contact-dropdown::before, .contact-dropdown::after {
        left: 72% !important;
    }
}

@media(min-width: 1300px) and (max-width:1399px) {
    .contact-dropdown::before, .contact-dropdown::after {
        left: 71% !important;
    }
}

@media(min-width: 1400px) and (max-width:1499px) {
    .contact-dropdown::before, .contact-dropdown::after {
        left: 63% !important;
    }
}

@media(min-width:1500px) {
    .contact-dropdown::before, .contact-dropdown::after {
        left: 62% !important;
    }
}

@media(min-width: 1100px) {
    .servicing-li {
        position: static;
    }
}

/*    .servicing-dropdown {
        right: 0 !important;
        transform: translateX(-50%);
    }

        .servicing-dropdown::before, .servicing-dropdown::after {
            left: 53% !important;
        }*/
/*@media(min-width: 1100px) {
    .servicing-dropdown, .contact-dropdown {
        top: 100% !important;
    }
}
@media(min-width: 768px) and (max-width:1000px) {
    .servicing-dropdown {
        max-width: 90vw;
        left: -60% !important;
    }

        .servicing-dropdown::before, .servicing-dropdown::after {
            left: 69% !important;
        }
}

    @media(min-width: 1001px) and (max-width:1099px) {
        .servicing-dropdown {
            max-width: 90vw;
            left: 0% !important;
        }

            .servicing-dropdown::before, .servicing-dropdown::after {
                left: 58% !important;
            }
    }
@media(min-width: 1100px) and (max-width:1199px) {
    .servicing-dropdown::before, .servicing-dropdown::after {
        left: 54% !important;
    }
}
@media(min-width: 1200px) and (max-width:1399px) {
    .servicing-dropdown::before, .servicing-dropdown::after {
        left: 59% !important;
    }
}*/
@media(min-width: 768px) and (max-width:870px) {
    .headernav {
        flex-wrap: wrap;
    }

    .header-nav-buttons {
        flex-shrink: 0;
        width: 100% !important;
    }
}

@media(max-width:767px) {
    .sticky-Added-top {
        margin-top: -40px !important;
    }

    .sticky-removed-top {
        margin-top: 105px !important;
    }

    .headernav .dropdown-toggle::after {
        display: inline-block;
        background-image: url(/getmedia/1fc252e8-a225-4df1-ad75-3e7ebdbaecf7/ChevronRight.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        border: none;
        position: absolute;
        right: 25px;
        transition: transform 0.3s ease;
        transform: rotate(0deg);
        padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    }

    .headernav .dropdown-toggle:hover {
        color: var(--bs-nav-link-hover-color) !important
    }

    .headernav .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }

    .headernav .dropdown-toggle.show {
        color: var(--phh-color-primary) !important;
    }

    .footer-callus-banner .mobile-sticky {
        position: sticky;
        bottom: 0;
        background: var(--phh-color-blue);
        color: var(--phh-color-white);
        padding: .5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 3em;
        padding-bottom: 1.8rem;
    }

    .mobile-search .input-group {
        background-color: var(--bs-gray-200);
        border-radius: 50px;
    }

    .mobile-search #searchText {
        background-color: var(--bs-gray-200) !important;
    }

    .icon-size {
        height: 40px;
        width: 40px;
    }
}

@media(min-width:768px) {
    .icon-size {
        height: 24px;
        width: 24px;
    }
}

.btn-close-blue {
    --bs-btn-close-color: blue !important;
}

span.cursor-pointer {
    cursor: pointer;
    display: inline-flex;
}

.rounded-left {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-right {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.top-77 {
    top: 77px !important;
}

.sidebar__search .input-group {
    background-color: var(--bs-gray-200);
    border-radius: 50px;
}

.sidebar__search #searchText {
    background-color: var(--bs-gray-200) !important;
}

.width-max-content {
    width: max-content !important;
}

@media(max-width:465px) {
    .width-min-content {
        width: min-content !important;
    }
}

@media (min-width: 400px) and (max-width:585px) {
    .highlight {
        height: 55px;
    }
}

@media(max-width:399px) {
    .highlight {
        height: 70px;
        height: 70px;
    }
}


.btn-call.show #call-blue-img {
    display: none;
}

.btn-call:not(.show) #call-white-img {
    display: none;
}

.btn-person.show #person-blue-img {
    display: none;
}

.btn-person:not(.show) #person-white-img {
    display: none;
}

.self-center {
    justify-self: center;
}

.deep-gray {
    color: var(--phh-color-deep-gray);
}

@media(max-width:575px) {
    .article-filter .btn.btn-outline-gray {
        height: 55px;
        display: flex;
        align-items: center;
    }
}

#menu-container:has( #mainNav.show) {
    background: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7));
    width: 100%;
    height: 542vh;
    position: absolute;
    left: -5px;
    display: unset !important;
}

#menu-container:has( SignInNav.show) {
    background: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7));
    width: 100%;
    height: 542vh;
    position: absolute;
    left: -5px;
    display: unset !important;
}


@media(max-width:767px) {
    #menu-container {
        display: none;
    }

    .border-bottom-gray {
        border-bottom: var(--bs-border-width) var(--phh-color-light-gray) solid;
    }

    .d-none-mobile {
        display: none !important;
    }
}


@media(min-width:768px) {
    #menu-container {
        display: flex;
        height: 0 !important;
    }
}

.bg-orange {
    background-color: var(--onity-color-orange, #ffb81d);
}


.text-dark-gray {
    color: #383838;
}

.text-blue {
    color: var(--onity-color-blue);
}

.smallBold {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.footerLinks {
    color: var(--onity-color-white);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.text-body-p {
    color: var(--phh-color-deep-gray);
}

.bg-onity {
    background: var(--onity-gradient);
}

.bg-announcement {
    background: var(--Onity-Warning, #F1E105);
}

.bg-blue {
    background: var(--onity-gradient-blue);
}

    .bg-blue a:not([class]) {
        color: var(--onity-color-white) !important;
    }


.bg-green {
    background: var(--onity-color-green);
}

.bg-skyblue {
    background: var(--onity-color-sky-blue);
}

.bg-onityblue {
    background: var(--onity-color-blue);
}

.bg-skyblue-gradient {
    background: var(--onity-gardient-skyblue);
}

.bg-medium-gray {
    background: var(--onity-color-medium-gray);
}

.bg-onitydark {
    background: var(--onity-gradient-dark);
}

.bg-onitygreen {
    background: var(--onity-color-green);
}

.bg-onity-darkgreen {
    background: var(--onity-color-dark-green);
}

.hero-links-bar {
    width: 160px;
    height: 4px;
    opacity: 1;
}

.card-bar {
    width: 80px;
    height: 4px;
    opacity: 1;
    border-top: 0;
}

.header-backdrop {
    position: fixed;
    top: 99px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .2);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}

.navbar:has(.servicing-li:hover) .header-backdrop,
.navbar:has(.servicing-li:focus-within) .header-backdrop {
    opacity: 1;
    pointer-events: auto;
}

.carouselCardContainer {
    padding: 80px 0 80px 0;
}

@media(max-width:767px) {
    .carouselCardContainer {
        padding: 80px 24px 80px 24px;
    }
}

.btn-search:hover {
    background-color: var(--onity-color-white) !important;
}

.search-btn:hover {
    color: var(--onity-color-deep-gray) !important;
}

.mh-480 {
    min-height: 480px;
}

.mh-440 {
    min-height: 440px;
}

.accordion-item {
    border: 0;
    color: var(--onity-color-deep-gray);
}

.rounded-left-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.article-filter > :last-child {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.btn-outline-gray {
    border: 1px solid var(--onity-color-medium-gray);
    color: var(--onity-color-medium-gray);
    padding: 8px 16px;
}

.border-bottom {
    border-bottom: 1px solid var(--Onity-MediumGray, #939393) !important;
}

/* Range slider container */
.slider-styles {
    position: relative;
}

/* Range tooltip */
.range-tooltip {
    position: absolute;
    top: 60px;
    left: 8px; /* Push tooltip 8px to the right */
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    pointer-events: none;
    z-index: 1000;
    opacity: 1; /* Always show tooltip */
    transition: opacity 0.2s ease;
    min-width: 30px;
    text-align: center;
}

/* Improved range input with progress track */
.form-range.slider {
    height: 8px;
    background: #ddd;
    border-radius: 5px;
    outline: none;
    background-image: linear-gradient(to right, #007bff 0%, #007bff 33%, #ddd 33%, #ddd 100%);
    margin-top: 10px; /* Add some space from label */
}

    .form-range.slider::-webkit-slider-thumb {
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #007bff;
        cursor: pointer;
        border: 2px solid #fff;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        position: relative;
    }

    .form-range.slider::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #007bff;
        cursor: pointer;
        border: 2px solid #fff;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        position: relative;
    }

    /* Show tooltip on hover and focus */
    .form-range.slider:hover + .range-tooltip,
    .form-range.slider:focus + .range-tooltip,
    .slider-styles:hover .range-tooltip {
        opacity: 1;
    }

.border-vertical-white {
    width: 1px;
    height: 126px;
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-white) !important;
}

.border-vertical-gray {
    width: 1px;
    height: 97px;
    border-right: var(--bs-border-width) var(--bs-border-style) var(--onity-color-deep-gray) !important;
}

.onity-link {
    color: var(--onity-color-blue);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.bg-color-unset {
    background-color: unset;
}

.custom-feature-img {
    max-height: 320px;
    width: auto;
    object-fit: cover;
}

.text-primary-blue {
    color: var(--onity-color-blue);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
#redirect-popup {
    z-index: 1055 !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.custom-select-icon:after {
    font-family: FontAwesome;
    content: "\f107";
    pointer-events: none;
    position: absolute;
    right: 15px;
    width: 12px;
    top: 53%;
    transform: translateY(-50%);
    font-size: 14px;
    cursor: pointer;
    color: white;
    --bs-btn-hover-color : black;
}

    .custom-select-icon:hover:after {
        color: var(--bs-btn-hover-color);
    }

.custom-select-icon {
    padding-right : 35px;
}

/* video pop-up Start*/
@media(max-width:767px) {
    .embed-responsive {
        width: 97vw;
    }
}


@media(min-width:768px) {
    .embed-responsive {
        width: 800px;
    }
}

/* video pop-up End*/