/* /Components/Layout/Footer.razor.rz.scp.css */
.bfc-footer[b-685cccmms8] {
    background-color: var(--bfc-navy);
    color: #fff;
}

.bfc-footer-top[b-685cccmms8] {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
}

.bfc-footer-heading[b-685cccmms8] {
    color: var(--bfc-gold);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.1rem;
}

.bfc-footer-links[b-685cccmms8] {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .bfc-footer-links li[b-685cccmms8] {
        margin-bottom: 0.65rem;
    }

    .bfc-footer-links a[b-685cccmms8] {
        color: #fff;
        text-decoration: none;
    }

        .bfc-footer-links a:hover[b-685cccmms8],
        .bfc-footer-links a:focus[b-685cccmms8] {
            color: var(--bfc-gold);
            text-decoration: underline;
        }

.bfc-footer-address[b-685cccmms8] {
    font-style: normal;
    line-height: 1.75;
    margin-bottom: 1.25rem;
}

.bfc-footer-contact[b-685cccmms8] {
    line-height: 1.75;
    margin-bottom: 1.25rem;
}

.bfc-footer-badges img[b-685cccmms8] {
    height: 42px;
    width: auto;
}

.bfc-footer-email[b-685cccmms8] {
    display: block;
    width: 100%;
    padding: 0.85rem 1rem;
    background-color: var(--bfc-teal);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0.2rem;
    transition: background-color 0.15s ease-in-out;
}

    .bfc-footer-email:hover[b-685cccmms8],
    .bfc-footer-email:focus[b-685cccmms8] {
        background-color: #3a6f7b;
        color: #fff;
    }

.bfc-footer-bar[b-685cccmms8] {
    background-color: #003646;
    padding: 1.1rem 0;
    font-size: 0.9rem;
}

    .bfc-footer-bar a[b-685cccmms8] {
        color: #fff;
        text-decoration: none;
    }

        .bfc-footer-bar a:hover[b-685cccmms8],
        .bfc-footer-bar a:focus[b-685cccmms8] {
            text-decoration: underline;
        }

.bfc-footer-sep[b-685cccmms8] {
    margin: 0 0.35rem;
    color: rgba(255, 255, 255, 0.6);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tw283gjeyv] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-tw283gjeyv] {
    flex: 1;
}

/* Amber bar shown while an employee impersonates a partner. */
.bfc-impersonation-banner[b-tw283gjeyv] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: #ffc107;
    color: #212529;
    padding: 0.5rem 1.25rem;
    font-size: 0.95rem;
}

#blazor-error-ui[b-tw283gjeyv] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-tw283gjeyv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.bfc-navbar[b-aw92akw349] {
    background-color: #fff;
    border-bottom: 1px solid var(--bfc-light-grey);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.bfc-navbar-logo[b-aw92akw349] {
    height: 40px;
    width: auto;
}

/* ============== Top-level links ============== */

.bfc-navbar .nav-link[b-aw92akw349] {
    color: var(--bfc-charcoal);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    padding: 0.5rem 0.9rem;
}

.bfc-navbar .nav-link:hover[b-aw92akw349],
.bfc-navbar .nav-link:focus[b-aw92akw349],
.bfc-navbar .nav-item.show > .nav-link[b-aw92akw349] {
    color: var(--bfc-teal);
}

/* ============== Dropdown menus ============== */

.bfc-navbar .dropdown-menu[b-aw92akw349] {
    border: none;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
    margin-top: 0.375rem;
    padding: 0.25rem 0;
}

.bfc-navbar .dropdown-item[b-aw92akw349] {
    color: var(--bfc-charcoal);
    font-weight: 600;
    padding: 0.55rem 1.25rem;
}

.bfc-navbar .dropdown-item:hover[b-aw92akw349],
.bfc-navbar .dropdown-item:focus[b-aw92akw349] {
    background-color: var(--bfc-light);
    color: var(--bfc-teal);
}

/* ============== Right-side actions ============== */

.bfc-navbar-actions[b-aw92akw349] {
    column-gap: 1.25rem;
}

.bfc-icon-btn[b-aw92akw349] {
    background: none;
    border: 0;
    padding: 0;
    line-height: 0;
    color: var(--bfc-navy);
}

.bfc-icon-btn:hover[b-aw92akw349],
.bfc-icon-btn:focus[b-aw92akw349] {
    color: var(--bfc-teal);
}

.bfc-user-toggle[b-aw92akw349] {
    color: var(--bfc-navy);
    text-decoration: none;
    column-gap: 0.5rem;
    white-space: nowrap;
}

.bfc-user-icon[b-aw92akw349] {
    width: 1.5rem;
    height: 1.5rem;
}

.bfc-greeting[b-aw92akw349] {
    color: var(--bfc-teal);
    font-weight: 700;
    text-decoration: underline;
}

/* ============== Hamburger toggler (dark icon for the light bar) ============== */

.navbar-toggler[b-aw92akw349] {
    border-color: var(--bfc-light-grey);
    padding: 0.35rem 0.6rem;
}

.navbar-toggler:focus[b-aw92akw349] {
    box-shadow: 0 0 0 0.2rem rgba(0, 71, 98, 0.2);
}

.navbar-toggler-icon[b-aw92akw349] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23004762' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ============== Collapsed (mobile) tweaks ============== */

@media (max-width: 767.98px) {
    .bfc-navbar .navbar-nav[b-aw92akw349] {
        padding-top: 0.5rem;
        row-gap: 0.25rem;
    }

    .bfc-navbar .nav-link[b-aw92akw349] {
        padding-left: 0.25rem;
    }

    .bfc-navbar-actions[b-aw92akw349] {
        column-gap: 0.85rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7e7im7djz8],
.components-reconnect-repeated-attempt-visible[b-7e7im7djz8],
.components-reconnect-failed-visible[b-7e7im7djz8],
.components-pause-visible[b-7e7im7djz8],
.components-resume-failed-visible[b-7e7im7djz8],
.components-rejoining-animation[b-7e7im7djz8] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7e7im7djz8],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7e7im7djz8],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7e7im7djz8],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7e7im7djz8],
#components-reconnect-modal.components-reconnect-retrying[b-7e7im7djz8],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7e7im7djz8],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7e7im7djz8],
#components-reconnect-modal.components-reconnect-failed[b-7e7im7djz8],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7e7im7djz8] {
    display: block;
}


#components-reconnect-modal[b-7e7im7djz8] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-7e7im7djz8 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7e7im7djz8 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7e7im7djz8 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7e7im7djz8]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7e7im7djz8 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7e7im7djz8 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7e7im7djz8 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7e7im7djz8 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7e7im7djz8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7e7im7djz8] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7e7im7djz8] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7e7im7djz8] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7e7im7djz8] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7e7im7djz8] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7e7im7djz8] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7e7im7djz8 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7e7im7djz8] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7e7im7djz8 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/ContactUs/ContactFinancingConsultantCard.razor.rz.scp.css */
#consultant-body[b-p4f663u083] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1rem;
}

#consultant-photo img[b-p4f663u083] {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

#consultant-name[b-p4f663u083] {
    font-weight: bold;
    margin-bottom: 0.25rem;
}

#consultant-title[b-p4f663u083] {
    color: var(--bfc-charcoal);
    margin-bottom: 0;
}

#consultant-phones[b-p4f663u083] {
    margin-bottom: 1rem;
}

.phone-item[b-p4f663u083] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.phone-item img[b-p4f663u083] {
    width: 22px;
    height: 22px;
}

.bfc-btn[b-p4f663u083] {
    width: 100%;
    margin-top: 0.5rem;
}
/* /Components/Pages/ContactUs/ContactUs.razor.rz.scp.css */
#contact-us-page[b-409u7qt3s9] {
    background-color: var(--bfc-light-grey);
    width: 100%;
}

.contact-us-title[b-409u7qt3s9] {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.contact-us-intro[b-409u7qt3s9] {
    color: var(--bfc-charcoal);
    margin-bottom: 1.5rem;
}
/* /Components/Pages/ContactUs/ContactWinnersCircleCard.razor.rz.scp.css */
#wc-logo[b-v1zui4euqx] {
    display: block;
    max-width: 220px;
    height: auto;
    margin-bottom: 1rem;
}

#wc-contact[b-v1zui4euqx] {
    margin: 1rem 0;
}

#wc-phone[b-v1zui4euqx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

#wc-phone img[b-v1zui4euqx] {
    width: 22px;
    height: 22px;
}

#wc-website a[b-v1zui4euqx] {
    color: var(--bfc-blue);
    text-decoration: underline;
}

.bfc-btn[b-v1zui4euqx] {
    width: 100%;
    margin-top: 0.5rem;
}
/* /Components/Pages/Home/ActiveDealsSummaryCard.razor.rz.scp.css */
.active-deals-summary-result[b-v94830rh71] {
    font-size: 32px;
    margin-bottom: 0;
}

#number-of-deals-section[b-v94830rh71] {
    border-right: 0.5px solid var(--bfc-light-grey);
}

#deal-tracking-btn[b-v94830rh71] {
    margin-top: 1rem;
}

/* Small devices (landscape phones, 576px and up) - sm */
@media (min-width: 576px) {
    #deal-tracking-btn[b-v94830rh71] {
        margin-top: 0;
    }
}
/* /Components/Pages/Home/BlogArticlesCard.razor.rz.scp.css */
.blog-article-title[b-e9g23yegtv] {
    font-weight: bold;
    color: #438996;
}

a:hover .blog-article-title[b-e9g23yegtv] {
    text-decoration: underline;
}
/* /Components/Pages/Home/FinancingConsultantCard.razor.rz.scp.css */
#consultant-body[b-u1mhsynznk] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1rem;
}

#consultant-photo img[b-u1mhsynznk] {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

#consultant-name[b-u1mhsynznk] {
    font-weight: bold;
    margin-bottom: 0.25rem;
}

#consultant-title[b-u1mhsynznk] {
    color: var(--bfc-charcoal);
    margin-bottom: 0;
}

#consultant-phones[b-u1mhsynznk] {
    margin-bottom: 1rem;
}

.phone-item[b-u1mhsynznk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.phone-item img[b-u1mhsynznk] {
    width: 22px;
    height: 22px;
}

.bfc-btn[b-u1mhsynznk] {
    width: 100%;
    margin-top: 0.5rem;
}
/* /Components/Pages/Home/FinancingSpecialCard.razor.rz.scp.css */
#financing-special-img[b-1t5o21thw3] {
    margin-bottom: 1rem;
}
/* /Components/Pages/Home/Home.razor.rz.scp.css */
#home-page[b-21arxs325r] {
    background-color: var(--bfc-light-grey);
    width: 100%;
    overflow: hidden;
    padding: 2rem;
}

.home-top-row[b-21arxs325r] {
    height: auto;
}

/* Small devices (landscape phones, 576px and up) - sm */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) - md */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) - lg */
@media (min-width: 992px) {
    .home-top-row[b-21arxs325r] {
        height: 350px;
        /* Cards ending the row drop their margin at lg, so the row
           provides the spacing to the next set of cards below */
        margin-bottom: 1rem;
    }

    /* Make every column fill the fixed row content height */
    #summary-points-column[b-21arxs325r],
    #financing-special-column[b-21arxs325r],
    #financing-consultant-column[b-21arxs325r] {
        height: 100%;
    }

    /* Left column holds two stacked cards that should split the height evenly */
    #summary-points-column[b-21arxs325r] {
        display: flex;
        flex-direction: column;
    }

    #summary-points-column[b-21arxs325r]  .bfc-card {
        flex: 1 1 0;
        min-height: 0;
    }

    /* Cards that sit at the bottom of the row content shouldn't add their own
       margin so they align with the fixed row height */
    .home-top-row[b-21arxs325r]  #winners-circle-card,
    .home-top-row[b-21arxs325r]  #financing-special-card,
    .home-top-row[b-21arxs325r]  #financing-consultant-card {
        margin-bottom: 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) - xl */
@media (min-width: 1200px) {
}

/* Extra Extra large devices (large desktops, 1200px and up) - xl */
@media (min-width: 1400px) {
}
/* /Components/Pages/Home/WinnersCirclePointsCard.razor.rz.scp.css */
#wc-points[b-hk54jifz35] {
    color: var(--bfc-gold);
    font-size: 32px;
    font-weight: bold;
}

/* Logo sits above the button, both right-aligned and sharing the same width */
#wc-logo-button-wrapper[b-hk54jifz35] {
    width: 100%;
}

#wc-logo[b-hk54jifz35] {
    display: block;
    width: 100%;
    margin-bottom: 0.75rem;
}

#wc-redeem-btn[b-hk54jifz35] {
    width: 100%;
}

/* Large devices (desktops, 992px and up) - lg */
@media (min-width: 992px) {
    #wc-logo-button-wrapper[b-hk54jifz35] {
        width: 265px;
    }
}
/* /Components/Shared/CardSpinner.razor.rz.scp.css */
/* Covers the parent card (which must be position: relative) while its data loads. */
.card-spinner-overlay[b-u5uln24swx] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    border-radius: inherit;
    z-index: 5;
}
/* /Components/Shared/Spinner.razor.rz.scp.css */
/* Full-screen overlay shown while CascadingAppState.IsLoading is true. */
#loader-backdrop[b-o97oiui0eg] {
    position: fixed;
    inset: 0;
    z-index: 2000; /* above navbar and modals' triggers */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0, 0.5);
    transition: opacity 0.15s ease-in-out;
}

.loader-backdrop-show-false[b-o97oiui0eg] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loader-backdrop-show-true[b-o97oiui0eg] {
    opacity: 1;
    visibility: visible;
}

#loader-img[b-o97oiui0eg] {
    height: auto;
}
