﻿.btn-primary, .btn-primary-small {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --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-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary)
}

.btn-arrow.btn-gray:before, .btn-arrow.btn-link:before, .btn-arrow.btn-outline-blue:before {
    filter: invert(17%) sepia(94%) saturate(2131%) hue-rotate(201deg) brightness(98%) contrast(93%)
}

.btn-arrow:before, .link-arrow:before {
    content: '';
    transform: translateY(-50%);
    position: absolute;
    top: 50%
}

:root, [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)
}

#sideNav .sidebar__search .form-control:focus, .raised-labels .form-control:focus, .raised-labels .form-select:focus {
    box-shadow: inset 0 0 0 .25rem rgba(13,110,253,.25)
}

.accordion, .accordion.accordion-detailed {
    --bs-accordion-btn-icon-transform: rotate(0);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out
}

#sideNav .nav .tertiary-link, .btn-text-link, .card.card__article .card-body a, .module__more-to-explore a, .pagination .page-item.active .page-link, footer a:not(.btn) {
    text-decoration: none
}

.btn-arrow:before, .link-arrow:before, .pagination .page-item:last-child .page-link:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktYXJyb3ctcmlnaHQiIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMSA4YS41LjUgMCAwIDEgLjUtLjVoMTEuNzkzbC0zLjE0Ny0zLjE0NmEuNS41IDAgMCAxIC43MDgtLjcwOGw0IDRhLjUuNSAwIDAgMSAwIC43MDhsLTQgNGEuNS41IDAgMCAxLS43MDgtLjcwOEwxMy4yOTMgOC41SDEuNUEuNS41IDAgMCAxIDEgOCIvPgo8L3N2Zz4=);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px
}

@font-face {
    font-family: gothamLight;
    src: url("../fonts/Gotham/Gotham-Light.woff")
}

@font-face {
    font-family: gothamMedium;
    src: url("../fonts/Gotham/Gotham-Medium.woff")
}

@font-face {
    font-family: gothamBook;
    src: url("../fonts/Gotham/Gotham-Book.woff")
}

@font-face {
    font-family: gothamBold;
    src: url("../fonts/Gotham/Gotham-Bold.woff")
}

:root {
    --phh-color-blue: #007dc5;
    --phh-color-green: #72a951;
    --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;
    --onity-color-orange: #ffb81d;
    --phh-secondary-2: #FF8400;
    --onity-color-orange-dark: #ff8400;
    --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;
    --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: 0,125,197;
    --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: 0,125,197;
    --bs-link-color: var(--phh-color-link);
    --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: var(--bs-font-gotham-book);
    --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: 0.65rem;
    --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: gothamMedium;
    --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-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)
}

.h1, .h2, .h4, .h5, .h6, .nav-link, h1, h2, h4, h5, h6 {
    --bs-body-font-family: var(--theme-font-family-headers)
}

[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: "Inter",Arial,sans-serif;
    --theme-search-button-color: var(--bs-white)
}

.btn {
    --bs-btn-font-family: var(--phh-header-font-family);
    --bs-border-radius-lg: 0.35rem
}

.btn-primary, .btn-primary-alternate, .btn-primary-small {
    border-radius: 4px;
    font-style: normal;
    font-weight: 350;
    --bs-btn-color: var(--phh-color-white);
    --bs-btn-active-color: var(--bs-primary)
}

.btn-primary {
    padding: 16px 24px;
    font-size: 18px;
    line-height: 20px
}

.btn-primary-small {
    padding: 8px 24px;
    font-size: 14px;
    line-height: 24px
}

.btn-primary-alternate {
    padding: 16px 24px;
    font-size: 18px;
    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-hover-color: var(--bs-primary);
    --bs-btn-active-bg: var(--phh-color-white);
    --bs-btn-active-border-color: var(--phh-color-white)
}

.btn-primary-outline {
    --bs-btn-hover-border-color: var(--bs-body-color) !important
}

.btn-secondary, .btn-secondary-large {
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --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);
    border-radius: 4px;
    font-style: normal;
    line-height: 20px;
    --bs-btn-color: var(--phh-color-white);
    --bs-btn-hover-color: var(--phh-color-white);
    --bs-btn-active-color: var(--phh-color-white);
    width: fit-content;
    align-self: center;
    font-weight: 400
}

    .btn-primary .dot, .btn-secondary:focus .dot, .btn-secondary:hover .dot, [data-bs-theme=business] .navbar .mobile-call svg, [data-bs-theme=correspondent] .navbar .mobile-call svg {
        fill: var(--bs-secondary)
    }

    .btn-primary:active .dot, .btn-primary:active svg, .btn-primary:focus .dot, .btn-primary:focus svg, .btn-primary:hover .dot, .btn-primary:hover svg, .btn-secondary .dot {
        fill: var(--bs-primary)
    }

.btn-primary:active .text-secondary, .btn-primary:focus .text-secondary, .btn-primary:hover .text-secondary {
    color: var(--bs-primary) !important
}

.text-secondary-wt {
    color: #fff !important
}

.btn-secondary {
    padding: 8px 16px;
    font-size: 14px
}

.btn-secondary-large {
    padding: 16px 24px;
    font-size: 18px
}

.btn-secondary-alternate, .hero.hero-corresponend-homepage .btn-secondary, [data-bs-theme=business] .navbar .btn-secondary:focus, [data-bs-theme=business] .navbar .btn-secondary:hover, [data-bs-theme=correspondent] .navbar .btn-secondary:focus, [data-bs-theme=correspondent] .navbar .btn-secondary:hover {
    --bs-btn-hover-border-color: var(--bs-secondary)
}

.btn-secondary-alternate {
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    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-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-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-outline-blue, .hero-btn-outline-blue {
    font-style: normal;
    --bs-btn-bg: var(--phh-color-white);
    --bs-btn-color: 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-border-color: var(--bs-primary);
    border-radius: 4px;
    line-height: 20px;
    width: fit-content;
    align-self: center;
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-active-bg: var(--bs-primary)
}

.btn-lg {
    font-size: 1.125rem;
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 2rem
}

.btn-outline-blue {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 400
}

.hero-btn-outline-blue {
    padding: 16px 24px;
    font-size: 18px;
    font-weight: 350
}

.btn-outline-white, .h3, h3 {
    font-style: normal;
    font-weight: 400
}

.btn-outline-white {
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-color: var(--phh-color-white);
    --bs-btn-hover-bg: var(--phh-color-white);
    --bs-btn-hover-border-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);
    width: fit-content;
    align-self: center
}

.btn-arrow {
    position: relative;
    padding-right: 2rem
}

    .btn-arrow:before {
        right: 8px
    }

    .btn-arrow.btn-link:before {
        right: -7px
    }

    .bg-primary .btn-secondary.btn-arrow:focus:before, .bg-primary .btn-secondary.btn-arrow:hover:before, .btn-arrow.btn-outline-blue:focus:before, .btn-arrow.btn-outline-blue:hover:before, .btn-arrow.btn-primary:before, .pagination .page-item:last-child .page-link:after {
        filter: invert(100%) sepia(0%) saturate(29%) hue-rotate(62deg) brightness(106%) contrast(109%)
    }

    .btn-arrow.btn-primary:focus:before, .btn-arrow.btn-primary:hover:before, .pagination .page-item:last-child .page-link:focus:after, .pagination .page-item:last-child .page-link:hover:after {
        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 {
        right: -22px;
        filter: invert(25%) sepia(100%) saturate(1676%) hue-rotate(174deg) brightness(94%) contrast(102%)
    }

.dot {
    margin-left: 4px;
    margin-bottom: -3px
}

.carousel-next, .carousel-prev {
    top: auto;
    bottom: -30px;
    transform: translateY(0)
}

.carousel-next {
    right: 20em
}

.carousel-prev {
    left: 20em
}

.carousel-pagination {
    bottom: -30px
}

.hero.hero-dark, .splide__slide, .utility-nav .megamenu.show {
    display: flex
}

#ImageCarousel .splide__slide {
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important
}

.splide__arrows {
    clear: both;
    margin: 0 auto 4rem
}

    .splide__arrows .splide__arrow {
        position: relative;
        opacity: 1;
        background-color: var(--bs-white);
        width: 56px;
        border-radius: 15px
    }

.ImageCarousel.splide__arrows .splide__arrow {
    position: absolute;
    opacity: 1;
    border-radius: 15px;
    background-color: var(--phh-color-gray)
}

.splide__arrows .splide__arrow:hover {
    background-color: var(--bs-primary)
}

.splide__arrows .splide__arrow svg {
    fill: var(--phh-color-link)
}

.splide__arrows .splide__arrow:hover svg {
    fill: var(--bs-white)
}

.splide__arrows .splide__arrow--prev {
    float: left;
    left: 0
}

.splide__arrows .splide__arrow--next {
    float: right;
    right: 0
}

.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
}

.chart-wrapper, .hero.hero-corresponend-homepage, .hero.hero-corresponend-homepage .text-col, .hero.hero-homepage, .hero.hero-homepage .text-col {
    position: relative
}

    .chart-wrapper .chart-monthly-payment {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        z-index: -1
    }

        .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)
}

.hero h1, .hero.hero-corresponend-homepage .lead, .hero.hero-homepage .lead, .text-dark, .text-navy {
    color: var(--phh-color-grey)
}

.lead, .lead a {
    color: var(--theme-lead-text)
}

.hero .lead {
    font-weight: 300
}

.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)
    }

    .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
}

    .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) and (max-width:991px) {
    .hero.hero-interior .hero-text {
        padding: .5rem 0 0 1rem;
        flex: 0 0 59%
    }

    .hero.hero-interior .hero-text-right {
        flex: 0 0 55% !important
    }

    .hero.hero-corresponend-homepage .text-col p, .hero.hero-homepage .text-col p {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .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 70% !important
    }

    #sideNav {
        padding-right: 30px
    }
}

.hero.hero-interior .hero-text.text-left {
    text-align: left
}

.hero.hero-interior .hero-text.text-center, .line-header {
    text-align: center
}

.hero.hero-interior .hero-text.text-right {
    text-align: right
}

.hero.hero-interior .hero-image-right {
    flex: 0 0 29%
}

    .hero.hero-interior .hero-image-right img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
        margin-left: auto;
        display: block
    }

        #st-el-1.st-animated, .btn-call.show #call-blue-img, .btn-call:not(.show) #call-white-img, .btn-person.show #person-blue-img, .btn-person:not(.show) #person-white-img, .dropdown-toggle:after, .hero.hero-interior .hero-image-right img.desktop, .utility-nav .megamenu:after, .utility-nav .megamenu:before, [data-bs-theme=business] .navbar .mobile-call .btn {
            display: none
        }

        .branding-footer .collapse-menu-header, .hero.hero-interior .hero-image-right img.mobile, .kicker {
            display: block
        }

@media (min-width:768px) {
    .splide__arrows {
        max-width: 400px
    }

    .hero.hero-interior .hero-content {
        min-height: 210px
    }

    .hero.hero-interior .hero-image-left {
        display: block;
        flex: 0 0 27%
    }

    .hero.hero-interior .hero-image-right {
        flex: 0 0 14%
    }

        .hero.hero-interior .hero-image-right img.desktop {
            display: block;
            margin-right: 10px
        }

        .hero.hero-interior .hero-image-right img.mobile {
            display: none
        }
}

.hero.hero-corresponend-homepage .hero-img, .hero.hero-homepage .hero-img {
    width: 60%
}

@media (max-width:767px) {
    .hero.hero-interior .rounded-pill {
        --bs-border-radius-pill: 2rem
    }

    .hero.hero-interior .hero-content {
        flex-wrap: wrap;
        margin-top: 20px
    }

    .hero.hero-corresponend-homepage .hero-img, .hero.hero-homepage .hero-img {
        width: 90%
    }
}

@media (min-width:992px) {
    .hero.hero-interior .hero-content {
        min-height: 230px
    }

    .hero.hero-interior .hero-image-left {
        flex: 0 0 23.13%
    }

    .hero.hero-interior .hero-image-right {
        flex: 0 0 17.22%
    }

    .hero.hero-corresponend-homepage, .hero.hero-homepage {
        min-height: 515px;
        display: flex;
        margin-top: 60px
    }

        .hero.hero-corresponend-homepage .hero-img, .hero.hero-homepage .hero-img {
            width: 48vw;
            margin-left: -25%
        }

        .hero.hero-corresponend-homepage .lead, .hero.hero-homepage .lead {
            max-width: 525px
        }
}

@media (min-width:1200px) {
    .hero.hero-interior .hero-image-left {
        flex: 0 0 23.13%
    }

    .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-image-right {
        flex: 0 0 17.22%
    }

    .hero.hero-corresponend-homepage .hero-img, .hero.hero-homepage .hero-img {
        width: 45vw;
        margin-left: -20%
    }

    .hero.hero-corresponend-homepage .text-col, .hero.hero-homepage .text-col {
        padding-left: 6rem
    }
}

.hero.hero-corresponend-homepage .img-col__desktop, .hero.hero-homepage .img-col__desktop {
    background-image: url(/assets/images/homepage/home-1@1x.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    width: 50vw;
    height: 470px;
    bottom: -3px
}

.hero.hero-corresponend-homepage .text-col .hero-deco-img, .hero.hero-homepage .text-col .hero-deco-img {
    position: absolute;
    left: -17%;
    bottom: -3rem
}

@media (min-width:1200px) {
    .hero.hero-corresponend-homepage .text-col .hero-deco-img, .hero.hero-homepage .text-col .hero-deco-img {
        left: -10%
    }
}

.article-filter .btn.btn-outline-blue, .bg-primary .btn-secondary:focus, .bg-primary .btn-secondary:hover {
    --bs-btn-hover-border-color: var(--bs-primary)
}

.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%
}

.raised-labels legend {
    font-size: 1.25rem;
    font-family: var(--phh-header-font-family);
    font-weight: 700
}

.font-family-headers, .raised-labels .form-label {
    font-family: var(--theme-font-family-headers)
}

.h1, .h2, .h4, .h5, .h6, h1, h2, h4, h5, h6 {
    font-family: var(--phh-header-font-family)
}

.raised-labels .form-label.raised {
    position: relative;
    z-index: 7;
    padding-left: 14px;
    bottom: -12px;
    margin-bottom: 0;
    float: inline-start
}

    .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(--phh-color-muted-text);
    height: 48px
}

.form-area {
    height: auto !important
}

input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    cursor: pointer;
    width: 100%
}

    input[type=range]:focus {
        outline: 0
    }

    input[type=range]::-webkit-slider-runnable-track {
        background-color: #939393;
        border-radius: .5rem;
        height: .6rem
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        margin-top: -7.2px;
        background-color: var(--bs-primary);
        border-radius: 2px;
        height: 1.5rem;
        width: .65rem
    }

    input[type=range]:focus::-webkit-slider-thumb {
        outline: 2px solid var(--phh-color-sky-blue);
        outline-offset: 0.125rem
    }

    input[type=range]::-moz-range-track {
        background-color: #939393;
        border-radius: .5rem;
        height: .6rem
    }

    input[type=range]::-moz-range-thumb {
        background-color: var(--bs-primary);
        border: none;
        border-radius: 2px;
        height: 1.5rem;
        width: .65rem
    }

    input[type=range]:focus::-moz-range-thumb {
        outline: 2px solid var(--phh-color-sky-blue);
        outline-offset: 0.125rem
    }

@media (max-width:991px) {
    body.nav-open {
        overflow: hidden
    }
}

body .reveal-on-scroll {
    transform: translateY(100%);
    transition: transform .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
}

.h1, .h2, .h4, .h5, .h6, h1, h2, h4, h5, h6 {
    margin-bottom: 1rem
}

.h1, h1 {
    font-size: 36px;
    line-height: 40px
}

.h2, h2 {
    font-size: 28px;
    line-height: 32px !important
}

.h3, h3 {
    font-family: var(--bs-font-gotham-bold);
    font-size: 20px;
    line-height: 24px !important
}

.h4, h4 {
    font-family: var(--phh-header-font-family);
    font-size: 18px;
    line-height: 20px
}

.strong, strong {
    font-family: var(--bs-font-gotham-bold)
}

.lead, .utility-nav .btn {
    font-family: var(--theme-font-family-headers)
}

.lead {
    font-size: 1.2rem;
    line-height: 24px
}

.kicker {
    color: var(--phh-color-kicker) !important
}

.text-slate {
    color: var(--phh-color-slate)
}

#sideNav .nav .tertiary-link, .text-medium-gray {
    color: var(--phh-color-medium-gray)
}

.text-link {
    text-decoration: underline;
    color: var(--phh-color-link)
}

.text-lead {
    color: #2a1cd6
}

.legal {
    font-size: .875rem;
    color: var(--phh-color-muted-text);
    font-style: italic
}

.fs-18, .utility-nav .megamenu.call-dropdown p {
    font-size: 1.125rem
}

.fs-14 {
    font-size: .875rem
}

.fs-12 {
    font-size: .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 {
    position: relative;
    z-index: 1
}

    .line-header span {
        background-color: var(--bs-white);
        padding: 0 1.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) {
    .hero.hero-dark .container-lg {
        background-image: url("../images/onity-pattern-tablet-full.svg");
        background-size: auto;
        background-position: bottom left
    }

    .page-content-full-width, .page-content-restricted {
        padding-left: 1rem
    }

    .site-footer .footer-nav a:first-child {
        padding-left: 0
    }
}

@media (min-width:768px) {
    .lead {
        font-size: 16px
    }

    .page-content-full-width, .page-content-restricted {
        padding-left: 1rem
    }
}

@media (min-width:992px) {
    .page-content-full-width, .page-content-restricted {
        padding-left: .5rem
    }
}

@media (min-width:1200px) {
    .hero.hero-dark .container-lg {
        background-image: url("../images/onity-pattern.svg");
        background-size: contain
    }

    .page-content-full-width, .page-content-restricted {
        padding-left: 2rem
    }

    .page-content-restricted {
        padding-left: 3rem;
        padding-right: 3rem;
        margin-left: auto;
        margin-right: auto
    }

    .module__more-to-explore.text-only .article-teaser a {
        width: 60%;
        display: block
    }
}

.site-header {
    position: relative;
    z-index: 999
}

.utility-nav .btn {
    font-size: .88rem;
    height: 100%
}

#sideNav .nav .nav-link, #sideNav .nav .tertiary-link, .card.card__business .card-date, .card.card__business .stats, .cta__side-nav.cta_pill .rounded-pill p, .dropdown-menu .dropdown-item, .module__more-to-explore .article-category, .module__more-to-explore .article-teaser, .navbar .navbar-nav .nav-link, .offerings-list .product-link, .utility-nav .megamenu.call-dropdown p, .utility-nav .nav > .nav-link {
    font-family: var(--phh-header-font-family)
}

.utility-nav .mobile-sites .btn-sites, [data-bs-theme=correspondent] .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 .2s ease-in-out
}

.utility-nav .mobile-sites .dropdown-toggle.show {
    --bs-btn-active-border-color: var(--phh-color-green)
}

.article-filter .btn.btn-outline-blue, .navbar .mobile-call .btn.show {
    --bs-btn-active-border-color: var(--bs-primary)
}

.utility-nav .mobile-sites .dropdown-toggle.show:after {
    transform: rotate(180deg)
}

.utility-nav .mobile-sites .dropdown-menu {
    transform: translate(0,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
}

    .utility-nav .nav > .nav-link.active, .utility-nav .nav > .nav-link:active, .utility-nav .nav > .nav-link:focus, .utility-nav .nav > .nav-link:hover {
        color: var(--bs-black);
        font-weight: 700
    }

.utility-nav .megamenu {
    padding: 2em 0;
    right: 0;
    width: 100vw;
    margin-top: -2px !important;
    border: 0
}

    .utility-nav .megamenu .nav-link {
        color: var(--phh-color-grey);
        font-weight: 600
    }

    .utility-nav .megamenu .btn {
        height: initial
    }

.breadcrumb-item {
    --bs-breadcrumb-item-padding-x: 0.25rem
}

    .breadcrumb-item a, .deep-gray {
        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)
}

    .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.active {
        --bs-navbar-active-color: var(--phh-color-primary) !important
    }

    .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;
        border-radius: 4px
    }

        .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
            --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)
        }

.nav-link {
    font-weight: 500
}

    .nav-link:focus, .nav-link:hover {
        color: var(--phh-color-primary) !important
    }

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
    color: var(--phh-color-primary);
    border-bottom-color: var(--phh-color-primary)
}

[data-bs-theme=business] .navbar .mobile-call {
    width: 58px
}

#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
}

    #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-size: 18px;
    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)
}

.box, .box-video .video-trigger, .cta__side-nav.cta_pill {
    position: relative
}

#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 .btn {
    min-width: auto
}

.cta__side-nav {
    margin-top: 5rem;
    display: flex
}

    .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-weight: 700;
            margin-bottom: 0;
            padding-left: 82px
        }

    .cta__side-nav.cta_pill .btn-lg {
        width: 100%;
        --bs-btn-padding-x: 1rem
    }

        .cta__side-nav.cta_pill .btn-lg:focus .text-secondary, .cta__side-nav.cta_pill .btn-lg:hover .text-secondary {
            color: var(--bs-black) !important
        }

footer a:not(.btn):focus, footer a:not(.btn):hover {
    color: var(--bs-primary);
    text-decoration: underline
}

.branding-footer .logo svg {
    fill: var(--phh-color-white)
}

.branding-footer .footer-nav a {
    display: block;
    width: fit-content;
    margin-bottom: .25rem
}

.module__more-to-explore a:focus, .module__more-to-explore a:hover, .pagination .page-item .page-link {
    text-decoration: underline
}

.site-footer {
    font-size: .88rem
}

    .site-footer .footer-nav a {
        text-decoration: underline;
        position: relative;
        font-size: .88rem;
        font-weight: 600;
        color: var(--phh-color-white)
    }

        .site-footer .footer-nav a:focus, .site-footer .footer-nav a:hover {
            color: #ddd
        }

.box-row {
    flex-wrap: wrap
}

.box {
    flex: 1 0 18%;
    aspect-ratio: 260/230;
    margin: .5rem
}

.box-video {
    margin: .5rem;
    flex: 1 0 auto;
    aspect-ratio: 362/230
}

    .box-video .video-trigger {
        display: inherit;
        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.card__fixed {
    --bs-card-border-radius: 10px;
    --bs-card-border-color: transparent
}

    .card.card__fixed .card-title {
        font-size: 5vw
    }

    .card.card__fixed .h4.card-title {
        font-size: 7vw
    }

    .card.card__fixed .card-text {
        font-size: 3.8vw
    }

.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: .875rem;
        --bs-badge-padding-x: 1.25em;
        --bs-badge-padding-y: 0.50em;
        width: fit-content
    }

    .bg-light-blue, .card.card__article .card-img-top {
        background-color: var(--phh-color-light-gray)
    }

    .card.card__article .card-body, .hero-banner {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

.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
    }

    .accordion.accordion-detailed .accordion-description, .card.card__business .card-text, .offerings-list .offering-item p {
        font-size: .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-weight: 600
}

    .card.card__business .stats .sub {
        font-size: 66%
    }

.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
}

    .card.inline-video .preview-image .video-play-btn {
        margin: auto;
        display: inline-block
    }

.accordion {
    --bs-accordion-btn-icon: url(data:image/svg+xml;base64,PHN2ZyBpZD0icGx1cy1jaXJjbGUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGlkPSJQYXRoXzUwMjQ1IiBkYXRhLW5hbWU9IlBhdGggNTAyNDUiIGQ9Ik04LDE1YTcsNywwLDEsMSw3LTcsNyw3LDAsMCwxLTcsN20wLDFBOCw4LDAsMSwwLDAsOGE4LDgsMCwwLDAsOCw4IiBmaWxsPSIjMDA3NmEyIi8+CiAgPHBhdGggaWQ9IlBhdGhfNTAyNDYiIGRhdGEtbmFtZT0iUGF0aCA1MDI0NiIgZD0iTTgsNGEuNS41LDAsMCwxLC41LjV2M2gzYS41LjUsMCwwLDEsMCwxaC0zdjNhLjUuNSwwLDAsMS0xLDB2LTNoLTNhLjUuNSwwLDAsMSwwLTFoM3YtM0EuNS41LDAsMCwxLDgsNCIgZmlsbD0iIzAwNzZhMiIvPgo8L3N2Zz4=);
    --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-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
        }

.article-filter {
    display: flex;
    width: fit-content
}

    .article-filter .btn {
        min-width: auto !important;
        --bs-btn-border-radius: .5rem
    }

        .article-filter .btn.btn-outline-blue {
            color: var(--phh-color-grey);
            --bs-btn-border-color: var(--bs-primary);
            --bs-btn-bg: var(--bs-white);
            --bs-btn-hover-bg: var(--bs-primary);
            --bs-btn-active-bg: var(--bs-primary);
            --bs-btn-active-color: var(--bs-white)
        }

            .article-filter .btn.btn-outline-blue.active {
                color: var(--phh-color-white);
                background-color: var(--bs-primary);
                border-color: var(--bs-primary)
            }

            .article-filter .btn.btn-outline-blue:active, .article-filter .btn.btn-outline-blue:focus, .article-filter .btn.btn-outline-blue:hover {
                color: var(--phh-color-white);
                background-color: var(--bs-btn-active-bg)
            }

.article-teaser-horiz img {
    width: 100%
}

.offerings-list .product-link {
    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: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:focus, .pagination .page-item:last-child .page-link:hover {
            color: var(--phh-color-text);
            background-color: var(--bs-secondary)
        }

        .pagination .page-item:last-child .page-link:after {
            content: '';
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%)
        }

.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
            }

.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
    }

    .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;
    color: var(--phh-color-link)
}

.module__more-to-explore .article-category {
    display: block;
    font-size: .875rem;
    font-weight: 600;
    color: var(--phh-color-deep-gray)
}

.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;
    border-bottom: var(--bs-nav-underline-border-width) solid #939393;
    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
    }

.bg-light-offset {
    background-color: var(--bs-light)
}

.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)
}

.with-hover {
    transition: .3s ease-out
}

    .with-hover:hover {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
        transform: translateY(-3px)
    }

.inner-link, .module__carousel .container {
    position: relative;
    z-index: 2
}

@media (max-width:575px) {
    .splide__slide {
        width: calc(77% - .5rem) !important
    }

    .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
        }

    .card.card__business.announcements .card-body {
        --bs-card-spacer-y: 1rem;
        --bs-card-spacer-x: 1rem
    }

    .article-filter.announcements {
        flex-direction: column;
        width: 100%
    }

        .article-filter.announcements.btn-group > :not(.btn-check:first-child) + .btn {
            margin-left: 0
        }

        .article-filter.announcements .btn {
            --bs-btn-padding-x: .5rem;
            border-radius: 0;
            margin-bottom: .25rem
        }

    .img-sm-fluid {
        width: 100%
    }
}

.end-15 {
    right: 1rem
}

.rectangular-image, .square-image {
    left: -1000%;
    right: -1000%;
    bottom: -1000%;
    min-height: 100%;
    min-width: 100%
}

.mt-n1 {
    margin-top: -.25rem !important
}

.mb-n1 {
    margin-bottom: -.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) {
    .card.card__fixed .card-title {
        font-size: 3.2vw
    }

    .card.card__fixed .h4.card-title {
        font-size: 4vw
    }

    .card.card__fixed .card-text {
        font-size: 2.8vw
    }

    .article-teaser-horiz img {
        max-width: 137px
    }

    .module__carousel .nav-underline .nav-link {
        padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x)
    }

    .img-sm-fluid {
        max-width: 100%
    }

    .grid .g-col-sm-6 {
        grid-column: auto/span 6
    }
}

@media (min-width:768px) {
    .utility-nav .megamenu {
        inset: -2px auto auto 0px !important;
        margin-top: 0 !important
    }

    .dropdown-menu:not(.megamenu):after, .dropdown-menu:not(.megamenu):before {
        border-left: 9px solid #0000;
        border-right: 9px solid #0000;
        content: '';
        height: 0;
        position: absolute;
        width: 0
    }

    .dropdown-menu:not(.megamenu):after, .dropdown-menu[data-bs-popper] {
        left: 50%;
        transform: translateX(-50%)
    }

    .dropdown-menu {
        box-shadow: 0 4px 4px 0 rgba(0,0,0,.13)
    }

        .dropdown-menu:not(.megamenu):before {
            border-bottom: 9px solid var(--phh-color-medium-gray);
            left: 50%;
            top: -9px;
            transform: translateX(-50%)
        }

        .dropdown-menu:not(.megamenu):after {
            border-bottom: 9px solid var(--phh-color-light-gray);
            top: -8px
        }

    .branding-footer .collapse-menu-header {
        cursor: initial
    }

        .branding-footer .collapse-menu-header:active, .branding-footer .collapse-menu-header:focus, .branding-footer .collapse-menu-header:hover {
            text-decoration: none
        }

    .branding-footer .mobile-collapse {
        display: block;
        height: 100%
    }

    .card.card__fixed .card-title {
        font-size: 1rem
    }

    .card.card__fixed .h4.card-title {
        font-size: 1.5rem
    }

    .card.card__fixed .card-text {
        font-size: .9rem
    }

    .two-col {
        column-count: 2
    }

    .img-md-fluid {
        max-width: 100%
    }

    .grid .g-col-md-6 {
        grid-column: auto/span 6
    }
}

@media (min-width:992px) {
    .cta__side-nav.cta_pill .rounded-pill p {
        padding-left: 82px;
        font-size: 1.75rem
    }

    .card.card__fixed .card-title {
        font-size: 1.125rem
    }

    .card.card__fixed .h4.card-title {
        font-size: 1.8rem
    }

    .card.card__fixed .card-text {
        font-size: 16px
    }

    .card.inline-video .preview-image {
        min-height: auto
    }

    .grid .g-col-lg-6 {
        grid-column: auto/span 6
    }
}

.bg-green {
    background-color: var(--bs-secondary)
}

.text-contact {
    color: var(--bs-secondary)
}

.text-footer {
    color: #383838 !important
}

.call-text, .text-white-custom {
    color: var(--phh-color-white) !important
}

.navbar-shadow {
    box-shadow: 0 0 10px -3px #999
}

@media (min-width:1400px) {
    .hero.hero-corresponend-homepage .hero-img, .hero.hero-homepage .hero-img {
        width: 100%;
        margin-left: 0
    }

    .hero.hero-corresponend-homepage .text-col .hero-deco-img, .hero.hero-homepage .text-col .hero-deco-img {
        left: -15%;
        bottom: 0
    }

    .page-content-restricted {
        padding-left: 3.25rem;
        padding-right: 3.25rem;
        margin-left: auto;
        margin-right: auto
    }

    .cta__side-nav.cta_pill .rounded-pill p {
        padding-left: 92px
    }

    .article-filter .btn {
        font-size: 1.125rem;
        --bs-btn-padding-x: 2rem;
        --bs-btn-padding-y: 0.375rem
    }

    .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) {
    .navbar .navbar-nav .nav-link {
        --bs-navbar-nav-link-padding-x: 0.75rem
    }

    .card.card__business .stats .display-2 {
        font-size: 2.2rem
    }

    .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;
    top: -1000%;
    margin: auto;
    height: 100%
}

.article-img, .image-cropper, .image-cropper-callus {
    position: relative;
    overflow: hidden
}

.image-cropper {
    width: 180px;
    height: 180px;
    border-radius: 50%
}

.image-cropper-callus {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.rounded-image {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto
}

.banner-img .rounded-image {
    height: auto
}

.call-text {
    font-size: 18px;
    line-height: 20px
}

@media (min-width:1600px) and (max-width:1799px) {
    .col-xxxl-5 {
        flex: 0 0 auto;
        width: 41%
    }
}

@media (min-width:1800px) {
    .col-xxxxl-4 {
        flex: 0 0 auto;
        width: 38%
    }
}

@media (min-width:1200px) {
    .bg-light-offset {
        background: linear-gradient(to right,transparent 15px,var(--bs-light) 15px)
    }

    .grid .g-col-xl-6 {
        grid-column: auto/span 6
    }

    .card-margin {
        margin: 2px !important
    }
}

.h-24 {
    height: 24px
}

.small, small {
    font-family: var(--bs-body-font-family);
    font-size: 14px;
    line-height: 18px;
    color: var(--phh-color-deep-gray)
}

.card-left-content h2, .card-left-content h3, .card-left-content p, .highlight {
    color: var(--phh-color-white)
}

.highlight {
    height: 40px
}

.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
}

.bg-primary-phhcolor {
    background: var(--phh-color-blue)
}

.article-img {
    height: auto;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

@media (max-width:767px) {
    .h1, .h2, h1, h2 {
        font-family: var(--phh-header-font-family)
    }

    .h1, h1 {
        font-size: 28px;
        line-height: 32px
    }

    .h2, h2 {
        font-size: 20px;
        line-height: 24px !important
    }

    .h3, .h4, h3, h4 {
        font-family: var(--bs-font-gotham-bold)
    }

    .h3, h3 {
        font-size: 18px;
        line-height: 22px !important
    }

    .h4, h4 {
        font-size: 16px;
        line-height: 20px
    }

    .utility-nav > .container-lg {
        padding-right: 0
    }

    .utility-nav .megamenu .border-start {
        border: none
    }

    .navbar .container-lg {
        padding-left: 0;
        padding-right: 0
    }

    .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: 25vh;
            margin-top: -8vh;
            padding: 30px;
            width: -webkit-fill-available;
            background-color: var(--phh-color-white)
        }

            .navbar .navbar-nav .sub-menu .sub-nav-link.active, .navbar .navbar-nav .sub-menu .sub-nav-link:focus, .navbar .navbar-nav .sub-menu .sub-nav-link:hover {
                background-color: transparent
            }

    .angle-text {
        color: var(--phh-color-blue)
    }

    .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
    }

    .menu-cosnumer .navbar-collapse {
        overflow: auto;
        height: calc(100vh - 90px)
    }

    .dropdown-menu .dropdown-item {
        text-wrap: auto
    }

    [data-bs-theme=business] .navbar-collapse .nav-link, [data-bs-theme=correspondent] .navbar-collapse .nav-link {
        color: var(--phh-color-grey)
    }

    #SignInNav, #mainNav {
        background-color: var(--phh-color-white);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0;
        overflow-y: auto;
        transition: transform .5s ease-in-out
    }

        #SignInNav.show, #mainNav.show {
            padding: 1rem;
            opacity: 1;
            width: 100%;
            position: absolute;
            z-index: 1050;
            height: 100vh;
            box-shadow: rgba(0,0,0,.2) -2px 0 5px;
            display: block
        }

        #SignInNav .menu-biz .navbar-nav, #mainNav .menu-biz .navbar-nav {
            height: 100%
        }

    .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: '-'
        }

    #carouselPanel h2.h1 {
        font-size: 1.55rem
    }

    #carouselPanel p.h5 {
        font-size: 1rem
    }

    .img-md-fluid {
        width: 100%
    }

    .notification-a {
        display: block;
        margin-top: .5rem
    }

    .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
}

.p-color {
    color: var(--phh-color-gray)
}

.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(max-width:767px) {
    .banner, .banner-content {
        text-align: center
    }

    .banner {
        flex-direction: column
    }

    .banner-img {
        margin-bottom: 20px !important
    }

    .btn-container {
        justify-content: center;
        width: 100%
    }

    .banner-green {
        padding: 10px 20px
    }

    .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 .3s;
        transform: rotate(0);
        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 .5rem 1.8rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 3em
    }

    .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
    }
}

.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
}

.btn-orange, .btn-orange-alternate {
    padding: 8px 24px;
    border-radius: 4px;
    font-size: var(--MD, 16px);
    font-weight: 700;
    --bs-btn-border-color: var(--onity-color-orange);
    --bs-btn-hover-bg: var(--onity-color-orange-dark);
    font-style: normal
}

.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
    }
}

.self-center {
    justify-self: center
}

@media(max-width:575px) {
    .article-filter .btn.btn-outline-blue {
        height: 55px;
        display: flex;
        align-items: center
    }
}

.btn-orange {
    line-height: var(--XL, 24px);
    --bs-btn-bg: var(--onity-color-orange);
    --bs-btn-hover-border-color: var(--onity-color-deep-gray);
    --bs-btn-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-bg: var(--bs-white);
    --bs-btn-active-border-color: var(--onity-color-deep-gray)
}

.btn-orange-alternate {
    --bs-btn-color: var(--onity-color-orange);
    --bs-btn-hover-color: var(--phh-color-white);
    --bs-btn-active-color: var(--onity-color-orange);
    --bs-btn-active-bg: var(--phh-color-white);
    --bs-btn-active-border-color: var(--phh-color-white)
}

.btn-orange:active {
    color: var(--bs-btn-hover-color) !important;
    background-color: var(--bs-btn-hover-bg) !important;
    border-color: var(--bs-btn-hover-bg) !important
}

.bg-gray300 {
    --bs-bg-opacity: 1;
    background-color: var(--gray-300,#383838) !important
}

.img-container-handbook, .img-container-text-banner {
    width: -webkit-fill-available;
    height: 390px;
    position: relative;
    overflow: hidden
}

.rectangular-image {
    position: absolute;
    top: -1000%;
    margin: auto;
    width: unset !important
}

.hero-content-bg {
    background-color: var(--Primary-2,#c41230)
}

.hero-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px
}

    .hero-image img {
        width: 100%;
        height: auto
    }

.module__carousel video, .video-section video {
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%
}

.video-section {
    position: relative;
    overflow: hidden;
    display: flex
}

    .module__carousel video, .video-overlay, .video-section video {
        position: absolute;
        min-height: 100%
    }

@media(min-width:992px) {
    .video-section {
        min-height: 100vh
    }
}

@media(min-width:768px) and (max-width:991px) {
    .video-section {
        min-height: 120vh
    }
}

.video-section video {
    object-fit: cover;
    z-index: -1;
    transform: translate(-50%,-50%)
}

.video-overlay {
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    display: flexl;
    justify-content: center;
    align-items: center;
    color: #fff
}

.module__carousel video {
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.text-secondary-2 {
    color: var(--phh-secondary-2,#ff8400)
}

@media(min-width:768px) {
    .icon-size {
        height: 24px;
        width: 24px
    }

    #menu-container {
        display: flex;
        height: 0 !important
    }

    .floating-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 80px;
        height: 100vh;
        background-color: rgba(56,56,56,.1);
        z-index: 1000;
        padding: 2rem .5rem
    }

    nav.navbar li:has(.sub-menu)::after {
        position: absolute;
        right: 1px;
        top: 50%;
        transform: translateY(-50%);
        font-family: FontAwesome;
        content: "\f107";
        font-size: 10px;
        cursor: pointer
    }
}

.floating-nav-item {
    background-image: url(/Business/media/Business/Icons/Ellipse.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-left: 3px
}

    .floating-nav-item::before {
        content: "";
        display: inline-block;
        flex-shrink: 0
    }

    .floating-nav-item:has(a.active), .floating-nav-item:hover {
        background-image: url(/Business/media/Business/Icons/GreenDotIcon.png);
        margin-left: 0
    }

    .floating-nav-item a {
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s
    }

    .floating-nav-item:hover a {
        opacity: 1;
        visibility: visible;
        color: var(--phh-secondary-2,#ff8400) !important
    }

    .floating-nav-item .nav-link-text span {
        border-radius: 10px
    }

.achievements:not(:last-child) {
    border-style: solid;
    border-color: var(--onity-white,#fff);
    border-width: 0 1px 0 0;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative
}

.bar-container::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1
}

.bar-container {
    height: 40px;
    display: flex;
    position: relative;
    top: -67px
}

.legend-item {
    display: inline-flex;
    align-items: center;
    margin: 0 20px
}

.legend-color {
    display: inline-block;
    width: 16px;
    height: 16px
}

.bar-alternative, .bar-row {
    width: calc(100%/8);
    height: 132px
}

.bar-stripes {
    background: linear-gradient(180deg,rgba(153,153,153,0) 0,rgba(255,255,255,.1) 63.461536169052124%);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    top: 12px
}

.bar-row {
    background: linear-gradient(180deg,rgba(244,244,244,0) 0,rgba(244,244,244,.1) 59.13461446762085%);
    flex-shrink: 0
}

.bar-alternative {
    flex-shrink: 0
}

@media(max-width:767px) {
    .video-section {
        min-height: 515px
    }

    .h-115 {
        height: 200vh
    }

    .h-100-mobile {
        height: 100%
    }

    .rectangular-image, .vertical-image-hero-image {
        left: -1000%;
        right: -1000%;
        top: -1000%;
        bottom: -1000%;
        margin: auto;
        min-height: 100%;
        min-width: 100%
    }

    .text-container {
        text-align: center
    }

    .hero-two-card-banner {
        padding: 24px
    }

    .image-cropper-vertical-hero-image {
        width: -webkit-fill-available;
        height: 300px;
        position: relative;
        overflow: hidden
    }

    .vertical-image-hero-image {
        position: absolute;
        height: 100% !important;
        width: unset !important
    }

    .img-container-handbook, .img-container-text-banner {
        width: -webkit-fill-available;
        position: relative;
        overflow: hidden
    }

    .img-container-handbook {
        height: 250px
    }

    .img-container-text-banner {
        height: 390px
    }

    .rectangular-image {
        position: absolute;
        width: unset !important
    }

    .nav-link {
        --bs-body-font-family: unset;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px
    }

    #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
    }
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0,0,0,.2);
    display: flex;
    justify-content: center;
    align-items: center
}

.small-icon {
    height: 19px;
    width: 19px
}

@media(max-width:440px) {
    .image-cropper-vertical {
        width: 360px;
        height: 360px;
        position: relative;
        overflow: hidden
    }
}

@media(min-width:441px) and (max-width:767px) {
    .image-cropper-vertical {
        width: -webkit-fill-available;
        height: 360px;
        position: relative;
        overflow: hidden
    }
}

.vertical-image {
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    height: 120%
}

.tooltip-inner {
    color: #000;
    font-size: var(--MD, 16px);
    font-style: normal;
    line-height: var(--XL, 24px);
    border-radius: 8px;
    background: var(--Onity-White,#fff);
    box-shadow: 0 0 16px 0 rgba(0,0,0,.1)
}

.tooltip {
    --bs-tooltip-opacity: 1;
    --bs-tooltip-padding-y: 0.5rem
}

.tooltip-arrow::before {
    border-top-color: #fff !important
}

.card-border {
    border-radius: 8px;
    border: 1px solid var(--Gray-100,#f4f4f4)
}

.card-border-top {
    border-radius: 8px;
    border-top: 1px solid var(--Gray-100,#f4f4f4) !important;
    border-bottom: 0;
    border-left: 0;
    border-right: 0px
}

#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
}

.search-btn:active, .search-btn:focus-visible, .search-btn:hover {
    border: none
}

.tag-outline-blue, .tag-outline-green {
    align-items: center;
    border-radius: 24px;
    padding: 2px 16px;
    gap: 4px;
    width: fit-content;
    align-self: center;
    display: flex
}

.title-blue {
    color: #2980b9
}

.tag-outline-blue {
    border: 1px solid #007dc5
}

.tag-outline-green {
    border: 1px solid #72a951
}

.tag-outline-orange {
    display: flex;
    padding: 2px 16px;
    align-items: center;
    gap: 4px;
    border-radius: 24px;
    border: 1px solid #ff8400;
    width: fit-content;
    align-self: center
}

.tag-text {
    color: var(--Onity-MediumGray,#939393);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute
}

.card-left-content, .card-overlay {
    overflow: hidden;
    position: relative
}

.card-left-content {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 2rem
}

.card-overlay {
    text-align: center;
    padding: 1rem
}

@media(min-width:768px) {
    .image-cropper-vertical {
        width: 360px;
        height: 360px;
        position: relative;
        overflow: hidden
    }

    .img-container-handbook, .img-container-text-banner {
        width: auto;
        height: -webkit-fill-available;
        position: relative;
        overflow: hidden
    }

    .rectangular-image {
        position: absolute;
        left: -1000%;
        right: -1000%;
        top: -1000%;
        bottom: -1000%;
        margin: auto;
        min-height: 100%;
        min-width: 100%;
        width: unset !important
    }

    #menu-container {
        display: flex;
        height: 0 !important
    }

    .justify-self-start {
        justify-self: start
    }

    .hero-image-banner-card {
        min-height: 70vh
    }
}

.card-overlay-30 {
    background-color: rgba(56,56,56,.1)
}

@media(min-width:1200px) {
    .rating-height {
        height: 120px
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .rating-height {
        height: 60px
    }
}

@media(max-width:767px) {
    .rating-height {
        height: 75px
    }
}
