/**
 * Franchise location landing — uses theme greens (#54c05d, #59bf62), Roboto + ProximaNova.
 */

body.franchise-location-single .franchise-location-primary.content-area,
body.franchise-location-single .franchise-location-main {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

body.franchise-location-single #content {
    padding-top: 0;
}

/* Franchise location simplified header */
.fl-simple-header .top-header {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e3e3e3;
}

.fl-simple-topline {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: none;
}

.fl-simple-topline-text {
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.fl-header-actions {
    gap: 12px;
}

.fl-header-actions .green-outline-btn {
    margin: 0;
    font-weight: 700;
}

.fl-header-payment-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 240px;
    color: #41ad49 !important;
}

.fl-header-payment-btn:hover,
.fl-header-payment-btn:focus,
.fl-header-payment-btn:active {
    color: #41ad49 !important;
}

.fl-header-payment-btn svg {
    flex-shrink: 0;
}

.fl-header-actions .loan-apply-btn {
    margin: 0;
    width: auto;
    min-width: 180px;
    padding: 14px 20px;
    font-weight: 700;
    color: #fff;
}

.fl-header-actions .loan-apply-btn:hover,
.fl-header-actions .loan-apply-btn:focus,
.fl-header-actions .loan-apply-btn:active {
    color: #fff;
}

.fl-header-actions .fl-header-branch-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--Green, #41ad49);
    box-shadow: 0 3.81px 9.524px 0 rgba(89, 191, 98, 0.6);
    padding: 12px 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.fl-header-actions .fl-header-branch-btn:hover,
.fl-header-actions .fl-header-branch-btn:focus,
.fl-header-actions .fl-header-branch-btn:active {
    color: #fff;
    text-decoration: none;
}

select#locations-directory-sort {
    background: url(../img/dn-arrow.png) right center no-repeat !important; position: relative;
    background-size: 14px !important; padding-right: 14px;
}
.single-franchise_location .fl-footer-bottom{display: none;}
.single-franchise_location .fl-footer .container {
    padding-bottom:0px;
}
.fl-pay-confirm-selected-address strong {
    font-weight: 600;
}
.fl-license-links li a {
    color: #414141;
    border-bottom: 1px solid;
}
.fl-location-contact textarea.wpcf7-form-control.wpcf7-textarea {
    max-height: 100px;
}
.top-green-line .top-green-text a {
    color: #fff;
    border-bottom: 2px solid;
}
.fl-badge.fl-t-subheader-sm.fl-badge-outline {
    border: 1px solid #41AD49;
    background: none;
    color: #41AD49;
    font-size: 12px;
    padding: 5px 8px;
    line-height: normal;
}
@media (max-width: 767px) {

    ul.fl-license-links li {
    font-size: 14px;
}
.fl-license-sec {
    text-align: center;
}
    .fl-simple-header .logo-wrapper img {
        max-width: 125px;
    }

    .fl-header-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .fl-header-actions .green-outline-btn,
    .fl-header-actions .loan-apply-btn,
    .fl-header-actions .fl-header-branch-btn {
        font-size: 14px;
        padding: 10px 12px;
        min-width: 0;
        width: 100%;
        text-align: center;
    }
    div#fl-branch-action-modal.modal.show .modal-dialog {
    -webkit-transform: translate(0, 25%);
    transform: translate(0, 25%);
}
.fl-team-card.fl-follow-manager-card{width: 100%;}
.fl-about-form-section .row {
    flex-direction: column-reverse;
}
.franchise_location-template-default .fl-about-media-col {
    padding-top: 25px;
}
    .fl-header-payment-btn svg {
        display: none;
    }
}

.fl-page {
    font-family: Roboto, sans-serif;
    color: #0a0a0a;
    line-height: 1.5;
    overflow-x: hidden;
}

/* Desktop typography scale */
:root {
    --font-Size-H1: 60px;
    --font-Size-H2: 48px;
    --font-Size-H3: 32px;
    --font-Size-H4: 24px;
    --font-Size-H5: 20px;
    --font-Size-H6: 18px;
    --font-Size-Subheader-Large: 18px;
    --font-Size-Subheader-Small: 16px;
    --font-Size-Subheader-XS: 16px;
    --font-Size-Body-L: 20px;
    --font-Size-Body: 16px;
    --font-Size-Body-S: 14px;
}

/* Reusable typography utilities */
.fl-t-h1 {
    font-family: "Proxima Nova", ProximaNova, sans-serif;
    font-size: var(--font-Size-H1, 60px);
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    color: #000;
}
.fl-t-h2 {
    font-family: "Proxima Nova", ProximaNova, sans-serif;
    font-size: var(--font-Size-H2, 48px);
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    color: var(--color-grey-4, #0a0a0a);
}
.fl-t-h3 {
    font-family: "Proxima Nova", ProximaNova, sans-serif;
    font-size: var(--font-Size-H3, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    color: var(--color-grey-4, #0a0a0a);
}
.fl-t-h4 {
    font-family: "Proxima Nova", ProximaNova, sans-serif;
    font-size: var(--font-Size-H4, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    color: var(--color-grey-4, #0a0a0a);
}
.fl-t-h5 {
    font-family: "Proxima Nova", ProximaNova, sans-serif;
    font-size: var(--font-Size-H5, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    color: var(--color-grey-4, #0a0a0a);
}
.fl-t-h6 {
    font-family: "Proxima Nova", ProximaNova, sans-serif;
    font-size: var(--font-Size-H6, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    color: var(--color-grey-4, #0a0a0a);
}
.fl-t-subheader-lg {
    font-family: "Proxima Nova", ProximaNova, sans-serif;
    font-size: var(--font-Size-Subheader-Large, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    color: #41ad49;
}
.fl-t-subheader-sm {
    font-family: "Proxima Nova", ProximaNova, sans-serif;
    font-size: var(--font-Size-Subheader-Small, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #41ad49;
}
.fl-t-subheader-xs {
    font-family: "Proxima Nova", ProximaNova, sans-serif;
    font-size: var(--font-Size-Subheader-XS, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: var(--Black, #000);
}
.fl-t-body-l {
    font-family: Roboto, sans-serif;
    font-size: var(--font-Size-Body-L, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    color: var(--color-grey-29, #414141);
}
.fl-t-body {
    font-family: Roboto, sans-serif;
    font-size: var(--font-Size-Body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--color-grey-29, #414141);
}
.fl-t-body-s {
    font-family: Roboto, sans-serif;
    font-size: var(--font-Size-Body-S, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--color-grey-29, #414141);
}

/* Subheader */
.fl-subheader {
    background: var(--White, #fff);
    padding: 12px 0;
    font-size: 14px;
    border-top: 1px solid var(--Gradient, #5ac363);
}

@media (min-width: 992px) {
    body.single-franchise_location .fl-subheader {
        position: sticky;
        top: var(--keystone-sticky-header-height, 0px);
        z-index: 1025;
    }
}

.fl-mobile-quick-links {
    display: none;
}

.fl-breadcrumbs a {
    color: var(--Green, #41ad49);
    text-decoration: none;
}

.fl-breadcrumbs {
    display: flex;
    align-items: center;
    margin: 0;
}

.fl-bc-sep {
    margin: 0 8px;
    color: #666;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fl-bc-current {
    color: #333;
}

.fl-subheader-links {
    padding-top: 8px;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .fl-subheader .row.align-items-center > [class*="col-"] {
        display: flex;
        align-items: center;
    }

    .fl-subheader .row.align-items-center > .fl-subheader-links {
        justify-content: flex-end;
    }

    .fl-subheader-links {
        padding-top: 0;
        justify-content: flex-end;
    }
}

.fl-pay-row {
    gap: 24px;
    width: 100%;
}

.fl-pay-row-text {
    color: var(--Black, #000);
    font-size: var(--font-Size-Body-S, 14px);
    line-height: 150%;
}

.fl-pay-row-btn {
    margin: 0;
    white-space: nowrap;
    width: 200px;
    min-width: 200px;
    padding: 12px 16px;
    border-width: 1px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: var(--font-Size-Body-S, 14px);
    line-height: 150%;
    text-decoration: none;
}

.fl-pay-row .green-outline-btn.fl-pay-row-btn {
    color: var(--Green, #41ad49);
}

.fl-pay-row .loan-apply-btn.fl-pay-row-btn {
    border: 1px solid var(--Gradient, #5ac363);
    background: var(--Green, #41ad49);
    color: #fff;
}

.fl-pay-row .loan-apply-btn.fl-pay-row-btn:hover,
.fl-pay-row .loan-apply-btn.fl-pay-row-btn:focus,
.fl-pay-row .loan-apply-btn.fl-pay-row-btn:active {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    body.single-franchise_location .fl-hero-copy,
    body.franchise-location-single .fl-hero-copy {
        text-align: center;
        align-items: center;
    }

    body.single-franchise_location .fl-badge,
    body.franchise-location-single .fl-badge {
        margin-left: auto;
        margin-right: auto;
    }

    body.single-franchise_location .fl-contact-card,
    body.franchise-location-single .fl-contact-card {
        width: fit-content;
        max-width: 100%;
        margin: 0 auto 28px;
    }

    body.single-franchise_location .fl-contact-card-label,
    body.single-franchise_location .fl-follow-label,
    body.franchise-location-single .fl-contact-card-label,
    body.franchise-location-single .fl-follow-label {
        text-align: center;
    }

    body.single-franchise_location .fl-contact-list,
    body.franchise-location-single .fl-contact-list {
        width: fit-content;
        max-width: 100%;
        margin: 0 auto;
        text-align: left;
    }

    body.single-franchise_location .fl-follow,
    body.franchise-location-single .fl-follow {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    body.single-franchise_location .fl-social,
    body.franchise-location-single .fl-social {
        justify-content: center;
    }

    body.single-franchise_location .fl-subheader {
        display: none;
    }

    body.single-franchise_location {
        padding-bottom: 0;
    }

    .fl-mobile-quick-links {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top:auto;
        bottom: 0;
        border-top: 0;
        border-bottom: 1px solid var(--Gradient, #5ac363);
        background: var(--White, #fff);
        padding: 12px 30px;
        z-index: 1040;
        transition: top 0.2s ease, bottom 0.2s ease;
    }

    .fl-mobile-quick-links.is-bottom {
        top: auto;
        bottom: 0;
        border-bottom: 0;
        border-top: 1px solid var(--Gradient, #5ac363);
    }

    body.single-franchise_location.fl-quick-links-bottom {
        padding-bottom: 84px;
    }

    .fl-mobile-quick-links-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .fl-mobile-quick-links-title {
        color: var(--Black, #000);
        line-height: 1.35;
    }

    .fl-mobile-quick-links-title-top {
        display: block;
    }

    .fl-mobile-quick-links-title-bottom {
        display: none;
    }

    .fl-mobile-quick-link-label-top {
        display: inline;
    }

    .fl-mobile-quick-link-label-bottom {
        display: none;
    }

    .fl-mobile-quick-links-actions {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .fl-mobile-quick-link-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
        border-radius: 4px;
        text-decoration: none;
        font-weight: 700;
        line-height: 1.2;
        white-space: nowrap;
    }

    .fl-mobile-quick-link-btn-pay {
        color: #41ad49;
        border: 1px solid #41ad49;
        background: #fff;
    }

    .fl-mobile-quick-link-btn-apply {
        color: #fff;
        background: #41ad49;
        border: 1px solid #41ad49;
    }

    .fl-mobile-quick-links:not(.is-bottom) .fl-mobile-quick-links-inner {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }

    .fl-mobile-quick-links:not(.is-bottom) .fl-mobile-quick-links-actions {
        width: 100%;
    }

    .fl-mobile-quick-links:not(.is-bottom) .fl-mobile-quick-link-btn {
        flex: 0 0 50%;
        width: 50%;
    }

    .fl-mobile-quick-links.is-bottom .fl-mobile-quick-links-title-top {
        display: none;
    }

    .fl-mobile-quick-links.is-bottom .fl-mobile-quick-links-title-bottom {
        display: block;
    }

    .fl-mobile-quick-links.is-bottom .fl-mobile-quick-link-label-top {
        display: none;
    }

    .fl-mobile-quick-links.is-bottom .fl-mobile-quick-link-label-bottom {
        display: inline;
    }

    .fl-mobile-quick-links.is-bottom .fl-mobile-quick-links-inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .fl-mobile-quick-links.is-bottom .fl-mobile-quick-links-actions {
        width: auto;
    }

    .fl-mobile-quick-links.is-bottom .fl-mobile-quick-link-btn {
        flex: 0 0 auto;
        width: auto;
    }
}

@media (min-width: 768px) {
    .fl-mobile-quick-links {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .fl-pay-row {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 12px;
    }

    .fl-pay-row-btn {
        width: 100%;
        min-width: 0;
    }

    .fl-pay-row-actions {
        display: flex;
        width: 100%;
    }

    .fl-pay-row-actions .fl-pay-row-btn {
        width: calc(50% - 6px);
    }
}

/* Hero */
.fl-hero {
    position: relative;
    background: #fff;
    padding: 48px 0 72px;
    overflow: hidden;
}

.fl-hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 52%;
    background: #eef8ef;
    pointer-events: none;
    z-index: 0;
}

.fl-hero-row {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.fl-badge {
    display: inline-block;
    background: var(--Green, #41ad49);
    width: fit-content;
    color: #fff;
    padding: 8px 18px;
    border-radius: 80px;
    margin-bottom: 16px;
}

.fl-hero-eyebrow {
    color: var(--Black, #000);
    margin-bottom: 8px;
}

.fl-hero-title {
    position: relative;
    display: inline-block;
    overflow: visible;
    color: var(--Black, #000);
    margin-bottom: 24px;
}

.fl-hero-line {
    display: block;
    position: relative;
    z-index: 1;
}

.fl-hero-highlight {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.fl-hero-highlight::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 28px;
    background: #aadeaf;
    z-index: 0;
}

.fl-contact-card {
    margin-bottom: 24px !important;
}
.wpcf7 form .wpcf7-response-output{
    margin-top: 0 !important;
}
.wpcf7-spinner{
    display: none !important;
}
@media (max-width: 1199px) {
    .fl-hero-title {
        font-size: 64px;
    }
}

@media (max-width: 991px) {
    .fl-hero-eyebrow {
        font-size: 28px;
    }

    .fl-hero-title {
        font-size: 56px;
    }
}

@media (max-width: 767px) {
    .fl-hero {
        background-image: url("../img/mobileHeroBkcg.png");
        background-size: 100% auto;
        background-size: 100% 80%;
        background-position: top center;
        background-repeat: no-repeat;
        padding-bottom: 36px;
    }

    .fl-hero-wave {
        display: none;
    }

    .fl-hero-eyebrow {
        font-size: 20px;
    }

    .fl-hero-title {
        font-size: 42px;
        margin-bottom: 26px;
    }

    .fl-hero-highlight {
        padding-bottom: 20px;
    }
    .fl-hero::before {
        
        height: 1px !important;
    }
    .fl-hero-highlight::after {
        height: 20px;
        bottom: 20px;
    }
    .fl-step-num {
        line-height: 40px !important;
    }
    .fl-hero-img-wrap {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: none;
    }

    .fl-hero-img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: none;
    }
}

.fl-contact-card-label,
.fl-follow-label {
    color: var(--Black, #000);
    margin-bottom: 12px;
}
.fl-follow{
    margin-bottom: 24px;
}
.fl-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fl-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #0a0a0a;
}

.fl-contact-item::before {
    content: none;
}

.fl-contact-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    line-height: 0;
    margin-top: 2px;
}

.fl-contact-text {
    display: block;
    color: var(--color-grey-29, #414141);
}

.fl-contact-text a {
    color: #0a0a0a;
    font-weight: 700;
}

.fl-contact-text strong {
    font-weight: 700;
    color: #0a0a0a;
}

.fl-social {
    display: flex;
    gap: 28px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.fl-social-link {
    width: 44px;
    height: 44px;
    text-decoration: none;
}

.fl-social-link svg {
    display: block;
    width: 44px;
    height: 44px;
}

.fl-social-link:hover {
    opacity: 0.85;
}

.fl-follow-manager-card {
    margin-bottom: 0;
    width: fit-content;
}

.fl-hero-media {
    margin-top: 32px;
}

@media (min-width: 992px) {
    .fl-hero-media {
        margin-top: 0;
    }

    .fl-hero-row {
        align-items: stretch;
    }

    .fl-hero-copy {
        display: flex;
        flex-direction: column;
    }

    .fl-hero-media {
        display: flex;
        flex-direction: column;
        align-self: stretch;
    }

    .fl-hero-img-wrap {
        flex: 1 1 auto;
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .fl-hero-img {
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
    }
}

.fl-hero-img-wrap {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    max-width: 100%;
    width: 588px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.fl-hero-img {
    width: 588px;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.fl-hero-placeholder,
.fl-process-placeholder {
    min-height: 280px;
    border-radius: 6px;
    background: linear-gradient(135deg, #d4eed8 0%, #eef8ef 100%);
}

.fl-hero-wave {
    position: absolute;
    height: 220px;
    width: 100%;
    left: 0;
    top: calc(32% - 40px);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 220' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 40C220 170 430 170 720 96C1010 24 1230 34 1440 120V220H0V40Z'/%3E%3C/svg%3E")
        center top/100% 100% no-repeat;
    pointer-events: none;
    z-index: 0;
}

/* Trust */
.fl-trust {
    background: #f0f9f1;
    padding: 24px 0 24px;
    border-top: 1px solid #e0efe2;
    border-bottom: 1px solid #e0efe2;
}

.fl-trust-col {
    padding: 12px;
    position: relative;
}

.fl-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 100%;
    padding: 10px 4px;
}

.fl-trust-item-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    line-height: 0;
}

.fl-trust-item-icon img {
    width: 44px;
    height: 44px;
    display: block;
    object-fit: contain;
}

.fl-trust-item-copy {
    flex: 1 1 auto;
}

.fl-trust-title {
    color: var(--color-grey-29, #000);
    font-weight: 700;
    margin-bottom: 2px;
    text-align: left;
}

.fl-trust-text {
    color: var(--color-grey-29, #414141);
    margin: 0;
    text-align: left;
}

@media (min-width: 992px) {
    .fl-trust-col:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 2px;
        height: 52px;
        background: var(--Gradient, #5ac363);
    }
}

@media (max-width: 767px) {
    .fl-trust {
        padding: 40px;
    }

    .fl-trust-item {
        padding: 0px;
        margin-bottom: 32px;
    }
    .fl-trust-item:last-child {
        margin-bottom: 0;
    }

    .fl-trust-item-icon {
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
    }

    .fl-trust-item-icon img {
        width: 44px;
        height: 44px;
    }
}

/* About + form */
.fl-about-form-section {
    padding: 72px 0 80px;
    background: #fff;
}

.fl-kicker {
    margin-bottom: 8px;
}

.fl-about-kicker {
    color: var(--Black, #000);
    margin-bottom: 16px;
}

.fl-about-title {
    margin-bottom: 12px;
}
.fl-about-content {
    color: var(--Black, #414141);
    margin-bottom: 24px;
}

.fl-about-content p {
    margin-bottom: 16px;
}

.fl-about-media-col .fl-secondary-img-left {
    margin-top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}

.fl-about-media-col .fl-img-rounded {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fl-about-form-section .row.align-items-stretch > [class*="col-"] {
    display: flex;
}

.fl-about-media-col {
    display: flex;
}

.fl-about-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    border-radius: 4px;
    background: var(--Green, #41ad49);
    box-shadow: 0 3.81px 9.524px 0 rgba(89, 191, 98, 0.6);
    color: #fff;
    padding: 14px 24px;
    white-space: nowrap;
    text-decoration: none;
}

.fl-about-cta:hover,
.fl-about-cta:focus,
.fl-about-cta:active {
    color: #fff;
    text-decoration: none;
}

.fl-team-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    border-radius: 10px;
    background: var(--Light-Green, #f0f9f1);
    border: none;
}

.fl-team-photo .fl-team-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.fl-team-name {
    color: var(--color-grey-4, #0a0a0a);
    margin: 0 0 4px;
}

.fl-team-role {
    color: var(--color-grey-29, #414141);
    margin: 0;
}

.fl-secondary-img {
    margin-top: 24px;
}

.fl-img-rounded {
    border-radius: 6px;
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
    .fl-about-form-section {
        padding: 24px 0 24px !important;
    }
    .fl-process{
        padding: 24px 0 24px !important;
    }
    .fl-reviews{
        padding: 40px 0 40px !important;
    }
    .fl-pay{
        padding: 28px 0 40px !important;
    }
    .fl-faq{
        padding: 24px 0 24px !important;
    }
    .fl-about-form-section .row.align-items-stretch > [class*="col-"] {
        display: block;
    }

    .fl-about-media-col .fl-secondary-img-left {
        height: auto;
        margin-bottom: 24px;
    }

    .fl-about-media-col .fl-img-rounded {
        height: auto;
    }
}

@media (min-width: 992px) {
    .fl-about-form-section .row.align-items-stretch {
        align-items: stretch;
    }

    .fl-about-form-section .fl-about-media-col {
        align-self: stretch;
        display: flex;
    }

    .fl-about-form-section .fl-about-media-col .fl-secondary-img-left {
        flex: 1 1 auto;
        height: 100% !important;
        min-height: 100% !important;
        display: flex;
    }

    .fl-about-form-section .fl-about-media-col .fl-secondary-img-left .fl-img-rounded {
        width: 100%;
        height: 100% !important;
        max-height: 100%;
        object-fit: cover;
    }
}

/* Apply card */
.fl-apply-card {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    background: #fff;
    margin-top: 24px;
}

@media (min-width: 992px) {
    .fl-apply-card {
        margin-top: 48px;
    }
}

.fl-apply-card-head {
    background: #276749;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    padding: 18px 16px;
    letter-spacing: 0.02em;
}

.fl-apply-card-body {
    padding: 28px 24px 24px;
}

.fl-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #333;
}

.fl-input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 15px;
}

.fl-apply-form .form-group {
    margin-bottom: 14px;
}

.fl-apply-form .loan-apply-btn {
    width: 100%;
    margin-top: 8px;
    box-sizing: border-box;
}

.fl-apply-foot {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

.fl-apply-foot a {
    color: #59bf62;
    font-weight: 700;
}

/* Process */
.fl-process {
    padding: 72px 0;
    background: #fff;
}

.fl-process-heading {
    margin-bottom: 28px;
}

.fl-process-kicker {
    color: var(--Black, #000);
    margin-bottom: 8px;
}

.fl-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fl-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 32px;
}

.fl-step-num {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #59bf62;
    color: #fff;
}

.fl-step-copy {
    display: block;
}

.fl-step-label {
    display: block;
    color: var(--Green, #41ad49);
}

.fl-step-text {
    display: block;
    color: var(--color-grey-29, #414141);
    margin-top: 2px;
}

.fl-process-media {
    margin-top: 32px;
}

@media (min-width: 992px) {
    .fl-process-media {
        margin-top: 0;
        display: flex;
        align-self: stretch;
    }

    .fl-process .row.align-items-stretch > [class*="col-"] {
        display: flex;
        flex-direction: column;
    }

    .fl-process-img {
        flex: 1 1 auto;
        height: 100%;
        object-fit: cover;
    }
}

.fl-process-img {
    width: 100%;
    height: auto;
}

.fl-cta-banner {
    padding: 80px 0;
    background: var(--Light-Green, #f0f9f1);
}

.fl-cta-banner-title {
    color: var(--Black, #000);
    margin-bottom: 16px;
}

.fl-cta-banner-copy {
    color: var(--color-grey-29, #000);
    max-width: 980px;
    margin: 0 auto 24px;
}

.fl-cta-banner-btn {
    width: 284px;
    max-width: 100%;
    color: #fff;
    text-align: center;
}

.fl-cta-banner-btn:hover,
.fl-cta-banner-btn:focus,
.fl-cta-banner-btn:active {
    color: #fff;
}

@media (max-width: 767px) {
    .fl-cta-banner {
        padding: 40px 0;
    }

    .fl-cta-banner-btn {
        width: 100%;
    }
}

/* Reviews */
.fl-reviews {
    padding: 72px 0;
    background: #fff;
}

.fl-reviews-heading {
    text-align: center;
    margin-bottom: 40px;
}

.fl-google-block {
    text-align: center;
    padding: 24px 16px;
    background: #f8f8f8;
    border-radius: 8px;
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .fl-google-block {
        margin-bottom: 0;
    }
}

.fl-google-label {
    font-size: 28px;
    font-family: ProximaNova, sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
}

.fl-stars {
    color: #f5a623;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.fl-google-note {
    font-size: 12px;
    color: #666;
    margin: 0;
}

.fl-review-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 20px 16px;
    margin-bottom: 16px;
    min-height: 200px;
}

.fl-review-stars {
    color: #f5a623;
    margin-bottom: 8px;
}

.fl-review-name {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin-bottom: 4px;
}

.fl-review-meta {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}

.fl-review-text {
    font-size: 14px;
    color: #444;
    margin: 0;
    line-height: 1.45;
}

/* Pay */
.fl-pay {
    padding: 64px 0 80px;
    background: var(--White, #fff);
}

#fl-pay-heading {
    scroll-margin-top: calc(var(--keystone-sticky-header-height, 0px) + 120px);
}

#how-to-apply,
#what-we-do,
#locations,
#about-us,
#faq {
    scroll-margin-top: calc(var(--keystone-sticky-header-height, 0px) + 120px);
}

.fl-pay-card {
    max-width: 720px;
    margin: 0 auto;
    background: var(--White, #fff);
    padding: 40px 32px;
    border-radius: 4px;
    border: 2px solid var(--Light-Grey, #f0f0f0);
    box-shadow: none;
    text-align: left;
}

.fl-pay-kicker {
    color: #000;
    margin-bottom: 8px;
}

.fl-pay-title {
    margin-bottom: 12px;
}

.fl-pay-lead {
    color: var(--Black, #414141);
    margin-bottom: 20px;
}

.fl-pay-warning {
    text-align: left;
    background: #fff8f0;
    border: 1px solid #fcd0a0;
    border-radius: 10px;
    padding: 16px 18px;
    color: #8b4c03;
    margin-bottom: 24px;
}

.fl-pay-warning p:last-child {
    margin-bottom: 0;
}

.fl-pay-warning strong {
    font-weight: 700;
}

.fl-pay-actions {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 16px;
}

.fl-pay-btn {
    flex: 1 1 0;
    width: calc(50% - 8px);
    min-width: 0;
    padding: 15px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 700;
    box-sizing: border-box;
    border: 0;
    cursor: pointer;
}

.fl-pay-btn-debit {
    color: #fff;
    background: var(--Green, #41ad49);
    box-shadow: 0 3.81px 9.524px 0 rgba(89, 191, 98, 0.6);
}

.fl-pay-btn-debit:hover {
    color: #fff;
}

.fl-pay-btn-ach {
    color: var(--Green, #41ad49);
    border: 2px solid var(--Green, #41ad49);
    background: var(--White, #fff);
    box-shadow: 0 3.81px 9.524px 0 rgba(89, 191, 98, 0.6);
}

.fl-pay-btn-ach:hover,
.fl-pay-btn-ach:focus,
.fl-pay-btn-ach:active,
.fl-pay-btn-ach:visited {
    color: var(--Green, #41ad49);
    text-decoration: none;
}

.fl-pay-btn.is-disabled,
.fl-pay-btn:disabled {
    background: #e3e3e3;
    border-color: #e3e3e3;
    color: #8a8a8a;
    box-shadow: none;
    cursor: not-allowed;
    pointer-events: none;
}

@media (max-width: 767px) {
    .fl-pay-actions {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .fl-pay-btn {
        width: 100%;
    }
}

.fl-pay-confirm-modal .modal-dialog {
    max-width: 560px;
}

.fl-pay-confirm-modal .modal-content {
    border: 0;
    border-radius: 4px;
    overflow: hidden;
}

.fl-pay-confirm-top {
    border-radius: 4px 4px 0 0;
    background: var(--Black, #000);
    display: flex;
    padding: 44px 0 32px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center;
}

.fl-pay-confirm-alert {
    font-family: var(--font-family-Font-1, "Proxima Nova"), sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: var(--font-weight-600, 600);
    line-height: 45.714px;
}

.fl-pay-confirm-copy {
    max-width: 470px;
    padding: 0 20px;
}

.fl-pay-confirm-title {
    color: var(--White, #fff);
    margin: 0 0 12px;
}

.fl-pay-confirm-text {
    color: var(--White, #fff);
    margin: 0;
}

.fl-pay-confirm-bottom {
    border-radius: 0 0 4px 4px;
    background: var(--White, #fff);
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

@media (min-width: 768px) {
    .fl-pay-confirm-modal .modal-dialog {
        max-width: 920px;
    }

    .fl-pay-confirm-modal .modal-content {
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }
    .fl-pay-confirm-alert{
        margin: 0 auto;
    }
    .fl-pay-confirm-top {
        flex: 0 0 36%;
        max-width: 36%;
        min-height: 100%;
        justify-content: center;
        align-items: flex-start;
        text-align: center;
        padding: 44px 32px 32px;
        gap: 20px;
        border-radius: 4px 0 0 4px;
    }

    .fl-pay-confirm-copy {
        max-width: none;
        width: 100%;
        padding: 0;
    }

    .fl-pay-confirm-bottom {
        flex: 1 1 auto;
        border-radius: 0 4px 4px 0;
    }
}

.fl-pay-confirm-selected {
    border-radius: 10px;
    border: 2px dashed #ef7c6f;
    background: #fff0f0;
    padding: 28px 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.fl-pay-confirm-selected-kicker {
    color: #d1291e;
    margin: 0 0 12px;
}

.fl-pay-confirm-selected-title {
    color: var(--Black, #000);
    margin: 0 0 12px;
}

.fl-pay-confirm-selected-address {
    color: var(--Black, #000);
    margin: 0;
}

.fl-pay-confirm-instructions {
    color: var(--Black, #000);
    margin: 0;
}

.fl-pay-confirm-form {
    width: 100%;
}

.fl-pay-confirm-label {
    display: block;
    color: var(--Black, #000);
    margin: 0 0 8px;
}

.fl-pay-confirm-input {
    width: 100%;
    border-radius: 4px;
    border: 1.588px solid var(--Light-Grey, #f0f0f0);
    background: var(--White, #fff);
    padding: 16px;
    color: var(--Black, #000);
}

.fl-pay-confirm-row {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.fl-pay-confirm-col {
    flex: 1 1 0;
}

.fl-pay-confirm-error {
    margin: 12px 0 0;
    color: #d1291e;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 150%;
}

.fl-pay-confirm-submit,
.fl-pay-confirm-cancel {
    width: calc(50% - 6px);
    border-radius: 4px;
    padding: 16px;
    border: 0;
    font-weight: 700;
    text-align: center;
}

.fl-pay-confirm-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.fl-pay-confirm-submit {
    background: var(--Green, #41ad49);
    box-shadow: 0 3.81px 9.524px 0 rgba(89, 191, 98, 0.6);
    color: #fff;
}

.fl-pay-confirm-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.fl-pay-confirm-cancel {
    background: var(--Grey, #a4a4a4);
    color: #fff;
}

.fl-pay-confirm-footer-note {
    color: #a4a4a4;
    margin: 0;
}

.fl-pay-confirm-footer-note a {
    color: var(--Green, #41ad49);
    font-weight: 700;
    text-decoration-line: underline;
}

/* FAQ */
.fl-faq {
    padding: 72px 0 70px;
    background: #fff;
}

.fl-faq-heading {
    text-align: left;
    margin-bottom: 36px;
}

.fl-faq-item {
    border: none;
    border-top: 1px solid #e0e0e0;
    border-radius: 0;
    margin-bottom: 0;
    padding: 40px 0;
    overflow: visible;
}

.fl-faq-list .fl-faq-item:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.fl-faq-q {
    color: var(--color-grey-4, #0a0a0a);
    padding: 0 0 0 58px;
    cursor: pointer;
    list-style: none;
    position: relative;
    background: transparent;
}

.fl-faq-q::-webkit-details-marker {
    display: none;
}

.fl-faq-q::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 248.276px;
    background-color: var(--Grey, #a4a4a4);
    box-shadow: 0 2.365px 5.911px 0 rgba(255, 255, 255, 0.6);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='10' viewBox='0 0 17 10' fill='none'%3E%3Cpath d='M9.00931 0.322632C8.5661 -0.112804 7.85382 -0.106503 7.41838 0.336706L0.322538 7.55921C-0.112898 8.00242 -0.106597 8.71471 0.336612 9.15014C0.779821 9.58558 1.4921 9.57928 1.92754 9.13607L8.23495 2.71606L14.655 9.02348C15.0982 9.45891 15.8105 9.45261 16.2459 9.0094C16.6813 8.56619 16.675 7.85391 16.2318 7.41847L9.00931 0.322632ZM8.23066 2.23047L9.35561 2.22052L9.34584 1.11518L8.22088 1.12513L7.09593 1.13508L7.1057 2.24042L8.23066 2.23047Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 10px;
}

.fl-faq-item[open] .fl-faq-q::before {
    background-color: var(--Green, #41ad49);
    transform: translateY(-50%) rotate(180deg);
}

.fl-faq-item[open] .fl-faq-q {
    color: var(--Green, #41ad49);
}

.fl-faq-a {
    padding: 16px 0 0 58px;
    color: var(--color-grey-29, #414141);
    border-top: none;
    background: transparent;
}

.fl-faq-item[open] .fl-faq-q {
    background: transparent;
}

/* FAQ typography states */
.fl-faq-item:not([open]) .fl-faq-q {
    font-size: 20px;
    line-height: 130%;
}

.fl-location-contact {
    padding: 48px 72px;
    background: #fff;
}

.fl-location-contact-row {
    border: 1px solid var(--Light-Grey, #f0f0f0);
    background: linear-gradient(90deg, #f9f9f9 0%, #fcfcfc 100%);
    --bs-gutter-x: 72px;
    --bs-gutter-y: 0;
    margin: 0;
    padding: 32px;
}

.fl-location-contact-copy {
    max-width: 493px;
}
.fl-location-contact-copy-col{
    padding: 0 48px;
}

.fl-location-contact-row > [class*="col-"] {
    display: flex;
    align-items: center;
}

.fl-location-contact-kicker {
    color: var(--Green, #41ad49);
    text-transform: uppercase;
}

.fl-location-contact-title {
    color: var(--Black, #000);
}

.fl-location-contact-title .fl-hero-highlight {
    white-space: normal;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}

.fl-location-contact-title .fl-hero-highlight::after {
    bottom: 6px;
    height: 14px;
    z-index: -1;
}

.fl-location-contact-lead {
    color: #414141;
}

.fl-location-contact-form {
    width: 100%;
}

.fl-location-contact-form .wpcf7 {
    width: 100%;
}

.fl-location-contact-form .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 12px;
}

.fl-location-contact-form .wpcf7-form > p {
    width: 100%;
    margin: 0;
}

.fl-location-contact-form .wpcf7-form label {
    display: block;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.fl-location-contact-form .wpcf7-form label .wpcf7-form-control-wrap,
.fl-location-contact-form .wpcf7-form label input,
.fl-location-contact-form .wpcf7-form label textarea,
.fl-location-contact-form .wpcf7-form label select {
    font-size: 16px;
    line-height: normal;
}

.fl-location-contact-form .wpcf7-form > p:nth-of-type(1),
.fl-location-contact-form .wpcf7-form > p:nth-of-type(2) {
    width: calc(50% - 6px);
}

.fl-location-contact-form input:not([type="submit"]),
.fl-location-contact-form input:not([type="button"]),
.fl-location-contact-form input:not([type="reset"]),
.fl-location-contact-form textarea,
.fl-location-contact-form select {
    border-radius: 4px;
    border: 1.588px solid var(--Light-Grey, #f0f0f0);
    background: var(--White, #fff);
    padding: 16px;
    width: 100%;
}

.fl-location-contact-form .wpcf7-submit,
.fl-location-contact-form input[type="submit"] {
    border-radius: 4px;
    background: var(--Green, #41ad49);
    box-shadow: 0 3.81px 9.524px 0 rgba(89, 191, 98, 0.6);
    border: 0;
    font-weight: 700;
    color: #fff;
    padding: 16px;
}

.fl-location-contact-form input::placeholder,
.fl-location-contact-form textarea::placeholder {
    color: var(--Grey, #a4a4a4);
}

.fl-edit-footer {
    padding: 24px 16px 48px;
    text-align: center;
    max-width: 1140px;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .fl-location-contact-title .fl-hero-highlight::after{
        bottom: -2px;
        height: 8px;
    }
    .fl-location-contact {
        padding: 48px 0;
    }
    .fl-location-contact-row {
        padding: 32px;
    }
    .fl-location-contact-copy-col{
        text-align: center;
        padding: 0;
    }
}
/* Franchise footer */
.fl-footer {
    background: var(--Light-Green, #f0f9f1);
}

/* Force home page to use the same franchise footer appearance */
.home .footer.fl-footer,
.page-template-front-page .footer.fl-footer {
    background: var(--Light-Green, #f0f9f1) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Home hero (new) */
.home-hero-new {
    background: var(--Light-Green, #f0f9f1);
    padding: 56px 0 64px;
}

.home-hero-kicker {
    margin-bottom: 12px;
}

.home-hero-title {
    color: var(--Black, #000);
    margin-bottom: 20px;
}

.home-hero-highlight {
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
    z-index: 1;
}

.home-hero-highlight::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 16px;
    background: #aadeaf;
    z-index: -1;
}

.home-hero-lead {
    margin-bottom: 28px;
    max-width: 760px;
}

.home-hero-lead.fl-t-body-l {
    color: #414141;
    text-transform: none;
    letter-spacing: 0;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}

.home-hero-actions a {
    box-sizing: border-box;
    flex: 1 1 calc(50% - 8px);
    min-width: 140px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 4px;
    border: 2px solid transparent;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.home-hero-actions .home-hero-btn-primary {
    width: auto;
    max-width: none;
    padding: 16px;
    border: 2px solid transparent;
    color: #fff;
    background: var(--Green, #41ad49);
    box-shadow: 0 3.81px 9.524px 0 rgba(89, 191, 98, 0.6);
}

.home-hero-btn-secondary {
    border-color: #54c05d;
    background: var(--White, #fff);
    box-shadow: 0 3.81px 9.524px 0 rgba(89, 191, 98, 0.6);
    color: var(--Green, #41ad49);
}

.home-hero-actions .home-hero-btn-primary:hover,
.home-hero-actions .home-hero-btn-primary:focus,
.home-hero-actions .home-hero-btn-primary:active {
    color: #fff;
    text-decoration: none;
}

.home-hero-btn-secondary:hover,
.home-hero-btn-secondary:focus,
.home-hero-btn-secondary:active,
.home-hero-btn-secondary:visited {
    color: var(--Green, #41ad49);
    text-decoration: none;
}

.home-hero-points {
    list-style: none;
    gap: 12px;
}

.home-hero-points li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--Black, #000);
    font-weight: 700;
}

.home-hero-points img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.home-hero-point-phone a {
    color: var(--Black, #000);
    text-decoration: none;
}

.home-hero-media img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 588px;
    margin-left: auto;
}

@media (min-width: 992px) {
    .home-hero-new {
        position: relative;
        overflow: hidden;
    }

    .home-hero-new .container {
        position: relative;
        z-index: 2;
    }

    .home-hero-new .container .row {
        min-height: 560px;
    }

    .home-hero-new .container .row > .col-lg-7 {
        position: relative;
        z-index: 2;
    }

    .home-hero-media {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 606px;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        z-index: 1;
    }

    .home-hero-media img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    :root {
        --font-Size-H1: 36px;
    }

    .home-hero-kicker,
    .home-hero-title,
    .home-hero-lead {
        text-align: center;
    }

    .home-hero-points {
        width: fit-content;
        margin: 0 auto;
    }
    .home-hero-points li{
        width: fit-content;
    }
    .home-hero-actions {
        flex-direction: column;
        margin-bottom: 24px;
    }

    .home-hero-actions a {
        flex: 1 1 100%;
        width: 100%;
    }

    .home-hero-media {
        position: static;
        width: 100%;
        height: auto;
        z-index: auto;
        margin-top: 24px;
    }

    .home-hero-media img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }

    .home-hero-highlight {
        padding-bottom: 10px;
    }

    .home-hero-highlight::after {
        bottom: 13px;
        height: 12px;
    }
}

/* Home how-it-works video modal */
.home-video-modal .modal-dialog {
    max-width: 84vw;
    width: 84vw;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.home-video-modal .modal-content {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.home-video-modal .modal-body {
    padding: 0;
}

.home-video-frame-wrap {
    width: 84vw;
    height: 84vh;
}

.home-video-frame-wrap iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

/* Home banner after hero */
.home-loans-banner {
    background: var(--White, #fff);
    padding: 40px 0;
}

.home-loans-banner-inner {
    background: var(--Light-Green, #f0f9f1);
    padding: 31px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-loans-banner-inner p {
    margin: 0;
    color: var(--Black, #000);
}

.home-loans-underline {
    border-bottom: 2px solid var(--Green, #41ad49);
}

/* Home first section */
.home-first-section {
    background: var(--White, #fff);
    padding: 80px 0;
}

.home-first-head {
    max-width: 980px;
    margin: 0 auto 42px;
}

.home-first-title {
    text-align: center;
    margin-bottom: 14px;
}

.home-first-lead {
    text-align: center;
    margin: 0;
}

.home-first-image-wrap img {
    width: 100%;
    max-width: 486px;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-step-card {
    border-radius: 5px;
    border-left: 7px solid var(--Green, #41ad49);
    background: var(--White, #fff);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);


    padding: 20px 24px;
    margin-bottom: 16px;
}

.home-step-head {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 10px;
}

.home-step-num,
.home-step-head h4 {
    color: var(--Green, #41ad49);
    margin: 0;
}

.home-step-card p {
    margin: 0;
}

.home-step-copy p {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .home-first-content {
        align-items: stretch !important;
    }

    .home-first-content > .col-lg-5,
    .home-first-content > .col-lg-7 {
        display: flex;
        flex-direction: column;
    }

    .home-first-image-wrap {
        height: 100%;
        display: flex;
    }

    .home-first-image-wrap img {
        height: 100%;
    }
}

@media (max-width: 991px) {
    .home-first-content {
        gap: 24px;
    }

    .home-first-image-wrap img {
        width: 100%;
        height: auto;
    }

    .home-first-title {
        margin-bottom: 14px;
    }

    .home-step-card {
        padding: 22px 20px;
    }

    .home-first-lead {
        margin: 0;
    }
}

.fl-footer .container {
    padding-top: 72px;
    padding-bottom: 56px;
}

.fl-footer .row {
    margin-left: -20px;
    margin-right: -20px;
}

.fl-footer .row > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}

.fl-footer-col {
    margin-bottom: 28px;
}

.fl-footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.fl-footer-about {
    color: var(--Black, #000);
    margin: 0 0 20px;
    max-width: 450px;
}

.fl-footer-branch-link {
    display: inline-flex;
    align-items: center;
    gap: 0;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    background: var(--Green, #41ad49);
    box-shadow: 0 3.81px 9.524px 0 rgba(89, 191, 98, 0.6);
    padding: 12px 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.fl-footer-branch-link:hover {
    color: #fff;
    text-decoration: none;
}

.fl-footer-branch-link:focus,
.fl-footer-branch-link:active,
.fl-footer-branch-link:visited {
    color: #fff;
    text-decoration: none;
}

.fl-footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fl-footer-nav li {
    margin-bottom: 32px;
}

.fl-footer-nav a,
.fl-footer-contact-title {
    color: var(--Black, #000);
}

.fl-footer-contact-title {
    margin: 0 0 16px;
}

.fl-footer-form-wrap .wpcf7-form-control,
.fl-footer-form-wrap input,
.fl-footer-form-wrap textarea,
.fl-footer-form-wrap select {
    width: 100%;
}

.fl-footer-form-wrap .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fl-footer-form-wrap .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 12px;
}

.fl-footer-form-wrap input:not([type="submit"]),
.fl-footer-form-wrap textarea,
.fl-footer-form-wrap select {
    padding: 16px;
    border-radius: 4px;
    border: 1.588px solid var(--Light-Grey, #f0f0f0);
    background: var(--White, #fff);
    font-family: Roboto, sans-serif;
}

.fl-footer-form-wrap select {
    color: #a4a4a4;
}

.fl-footer-form-wrap select:invalid {
    color: #a4a4a4;
}

.fl-footer-form-wrap select option {
    color: #a4a4a4;
}

.fl-footer-form-wrap .wpcf7-submit,
.fl-footer-form-wrap input[type="submit"] {
    padding: 16px;
    border: none;
    text-transform: none !important;
    border-radius: 4px;
    background: var(--Green, #41ad49);
    box-shadow: 0 3.81px 9.524px 0 rgba(89, 191, 98, 0.6);
    color: #fff;
    font-weight: 700;
    font-family: Roboto, sans-serif;
}

.fl-footer-form-wrap input::placeholder,
.fl-footer-form-wrap textarea::placeholder {
    font-family: Roboto, sans-serif;
    color: #a4a4a4;
    opacity: 1;
}

.fl-footer-form-wrap input::-webkit-input-placeholder,
.fl-footer-form-wrap textarea::-webkit-input-placeholder {
    font-family: Roboto, sans-serif;
    color: #a4a4a4;
    opacity: 1;
}

.fl-footer-form-wrap input:-ms-input-placeholder,
.fl-footer-form-wrap textarea:-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    color: #a4a4a4;
}

.fl-footer-form-wrap input::-ms-input-placeholder,
.fl-footer-form-wrap textarea::-ms-input-placeholder {
    font-family: Roboto, sans-serif; 
    color: #a4a4a4;
} 

@media (max-width: 767px) {
    .locations-directory-map-message{margin-bottom: 0;}
    .locations-directory-col-right{margin-top: 12px;}
    #locations-directory-map.locations-directory-map{border-radius: 5px; margin-bottom: 0;}

    .fl-footer .row {
        justify-content: center;
    }

    .fl-footer-col {
        text-align: center;
    }

    .fl-footer-about {
        color: #414141;
        margin-left: auto;
        margin-right: auto;
    }

    .fl-footer-branch-link {
        justify-content: center;
    }

    .fl-footer-nav ul {
        display: inline-block;
        text-align: center;
    }

    .fl-footer-contact-title {
        text-align: center;
    }
}

.fl-footer-bottom {
    background: var(--Green, #41ad49);
    padding: 16px 12px;
    text-align: center;
}

.fl-footer-bottom-link,
.fl-footer-bottom-copy {
    color: var(--White, #fff);
    text-align: center;
    font-weight: 700;
    margin: 0;
}

@media (max-width: 767px) {
    .fl-footer-bottom-link,
    .fl-footer-bottom-copy {
        color: var(--White, #fff);
        text-align: center;
        font-weight: 700;
    }
}

.fl-footer-bottom-link {
    display: inline-block;
    margin-bottom: 4px;
    text-decoration: underline;
}

.fl-branch-action-modal .modal-dialog {
    max-width: 560px;
}

.fl-branch-action-modal .modal-content {
    position: relative;
    border-radius: 8px;
    border: 0;
    border-top: 12px solid var(--Green, #41ad49);
    background: var(--White, #fff);
}

.fl-branch-action-close {
    position: absolute;
    top: 20px;
    right: 10px;
    border: 0;
    background: transparent;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    z-index: 3;
}

.fl-branch-action-modal .modal-body {
    text-align: center;
    padding: 60px 24px 36px;
}

.fl-branch-action-kicker,
.fl-branch-action-title,
.fl-branch-action-copy,
.fl-branch-action-btn {
    margin-bottom: 24px;
}

.fl-branch-action-kicker {
    color: var(--Black, #000);
}

.fl-branch-action-title {
    color: var(--Black, #000);
}

.fl-branch-action-highlight {
    position: relative;
    z-index: 1;
}

.fl-branch-action-highlight::after {
    bottom: 2px;
    height: 24px;
    z-index: -1;
}

.fl-branch-action-copy {
    color: var(--Black, #000);
}

.fl-branch-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--Green, #41ad49);
    box-shadow: 0 3.81px 9.524px 0 rgba(89, 191, 98, 0.6);
    color: #fff;
    min-width: 220px;
    padding: 14px 24px;
    text-decoration: none;
}

.fl-branch-action-btn:hover,
.fl-branch-action-btn:focus,
.fl-branch-action-btn:active {
    color: #fff;
    text-decoration: none;
}

/* Mobile hard overrides (must stay last in file) */
@media (max-width: 767px) {
    :root {
        --font-Size-H1: 36px;
        --font-Size-H2: 28px;
        --font-Size-H3: 24px;
        --font-Size-H4: 20px;
        --font-Size-H5: 18px;
        --font-Size-H6: 20px;
        --font-Size-Subheader-Large: 24px;
        --font-Size-Subheader-Small: 13px;
        --font-Size-Subheader-XS: 14px;
        --font-Size-Body-L: 18px;
        --font-Size-Body: 16px;
        --font-Size-Body-S: 14px;
    }
    .fl-t-h5{
        font-size: 18px;
    }
    /* H4 (green) */
    .fl-step-label {
        display: block;
        color: var(--Green, #41ad49);
    }

    /* H4 (black) */
    .fl-faq-q {
        color: var(--Black, #000);
    }

    .fl-faq-item[open] .fl-faq-q {
        font-size: 20px;
        line-height: 130%;
    }

    .fl-faq-item:not([open]) .fl-faq-q {
        font-size: 18px;
        line-height: 130%;
    }

    .fl-faq-a {
        font-size: 16px;
    }

    /* H5 = H4 on mobile */
    .fl-team-name {
        color: var(--Black, #000);
    }

    /* Utility typography tweaks (font-size comes from :root variables above) */
    .fl-t-subheader-lg {
        line-height: 110%;
    }

    /* Subheader Small (mobile size) */
    .fl-process-kicker,
    .fl-about-kicker,
    .fl-pay-kicker,
    .fl-contact-card-label,
    .fl-follow-label,
    .fl-badge {
        letter-spacing: 0.54px;
    }

    /* Keep intended colors per section */
    .fl-badge {
        color: var(--White, #fff);
    }

    .fl-about-kicker,
    .fl-process-kicker {
        color: var(--Black, #000);
    }


    /* Center section headings/copy on mobile (CPT) */
    .fl-about-kicker,
    .fl-about-title,
    .fl-process-kicker,
    .fl-process-heading,
    .fl-pay-kicker,
    .fl-pay-title,
    .fl-pay-lead {
        text-align: center;
    }
}
.fl-reviews .ti-widget.ti-goog .ti-review-item > .ti-inner {
    background-color: #f0f9f1 !important;
}

/* Apply card redesign (about-right form) */
.fl-apply-card {
    border-radius: 4px;
    background: #fff;
    overflow: visible;
    box-shadow: none;
}

.fl-apply-card-head {
    background: var(--Green, #41ad49);
    padding: 36px 0 24px;
    text-align: center;
}

.fl-apply-title {
    margin: 0;
    color: var(--White, #fff);
}

.fl-apply-subtitle {
    margin: 10px auto 0;
    max-width: 380px;
    color: var(--White, #fff);
}

.fl-apply-card-body {
    border-radius: 0 0 4px 4px;
    background: var(--White, #fff);
    box-shadow: 0 3.81px 9.524px 0 rgba(160, 160, 160, 0.6);
    padding: 40px 32px 32px;
    position: relative;
    z-index: 1;
}

.fl-apply-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fl-apply-form .form-group {
    margin: 0;
}

.fl-label {
    margin-bottom: 8px;
    color: var(--Black, #000);
}

.fl-input {
    border-radius: 4px;
    border: 1.588px solid var(--Light-Grey, #f0f0f0);
    background: var(--White, #fff);
    padding: 16px;
    font-size: 16px;
}

.fl-apply-row {
    display: flex;
    gap: 24px;
}

.fl-apply-row .form-group {
    flex: 1;
    min-width: 0;
}

.fl-apply-submit {
    width: 100%;
    border-radius: 4px;
    background: var(--Green, #41ad49);
    box-shadow: 0 3.81px 9.524px 0 rgba(89, 191, 98, 0.6);
    padding: 16px;
    text-align: center;
}

.fl-apply-consent {
    margin: 0;
    color: var(--Grey, #a4a4a4);
}

.fl-apply-or {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 32px 0;
    color: var(--Grey, #a4a4a4);
    font-weight: 700;
    text-transform: lowercase;
}

.fl-apply-or::before,
.fl-apply-or::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--Light-Grey, #a4a4a4);
}

.fl-apply-foot {
    padding: 20px 0;
    border-radius: 4px;
    background: var(--Light-Grey, #f0f0f0);
    text-align: center;
    margin: 0;
}

.fl-apply-foot-copy {
    margin: 0;
    color: var(--Black, #000);
}

.fl-apply-foot-phone {
    display: inline-block;
    margin-top: 6px;
    color: var(--Green, #41ad49);
    font-weight: 700;
}

@media (max-width: 991px) {
    .fl-apply-card-body {
        padding: 28px 20px 24px;
    }

    .fl-apply-row {
        flex-direction: column;
        gap: 20px;
    }
}

/* Home locations section */
.home-locations-section {
    padding: 80px 0;
    background: var(--Light-Green, #f0f9f1);
}

.home-locations-title {
    text-align: center;
    margin-bottom: 12px;
}

.home-locations-lead {
    text-align: center;
    margin: 0 auto 28px;
    max-width: 900px;
}

.home-locations-grid {
    margin: 0 -11px 28px;
}

.home-locations-grid > [class*="col-"] {
    margin-bottom: 22px;
    padding: 0 11px;
}

.home-location-card {
    border-radius: 20px;
    background: var(--White, #fff);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-location-card-image {
    width: 100%;
    height: 270px;
    display: block;
    object-fit: cover;
}

.home-location-card-image-wrap {
    position: relative;
}

.home-location-card-badge {
    position: absolute;
    left: 20px;
    top: 24px;
    padding: 8px 10px;
    border-radius: 100px;
    background: var(--Green, #41ad49);
    color: var(--White, #fff);
}

.home-location-card-body {
    padding: 42px 38px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.home-location-card-title {
    margin: 0 0 20px;
    color: var(--Green, #41ad49);
}

.home-location-card-meta {
    margin-bottom: 26px;
}

.home-location-card-meta-row {
    margin: 0 0 14px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.home-location-card-meta-row:last-child {
    margin-bottom: 0;
}

.home-location-card-meta-icon {
    flex: 0 0 24px;
    line-height: 0;
}

.home-location-card-meta-row a {
    color: var(--Black, #000);
    text-decoration: none;
}

.choose-box-text.fl-t-body-l {
    color: var(--Black, #000);
    font-weight: 400;
}

.home-location-card-footer {
    margin-top: auto;
    border-top: 2px solid #F0F9F1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.home-location-card-view-label {
    color: var(--Black, #000);
}

.home-location-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.home-location-card-link svg {
    width: 95px;
    height: 95px;
}

.home-locations-btn {
    border-radius: 4px;
    background: var(--Green, #41ad49);
    box-shadow: 0 3.81px 9.524px 0 rgba(89, 191, 98, 0.6);
    padding: 16px 28px;
    display: inline-block;
    white-space: nowrap;
    width: auto !important;
    max-width: none !important;
}

@media (max-width: 991px) {
    .home-first-section,
    .home-locations-section,
    .home-commitment-section {
        padding: 40px 0;
        padding-bottom: 0 !important;
    }
    .fl-footer-col{
        margin-bottom: 50px !important;
    }
    .home-location-card-body {
        padding: 28px 24px 22px;
    }

    .home-location-card-link svg {
        width: 78px;
        height: 78px;
    }

}

/* Home commitment section */
.home-commitment-section {
    padding: 80px 0;
    background: var(--White, #fff);
}

.home-commitment-head {
    max-width: 1000px;
    margin-bottom: 38px;
}

.home-commitment-title {
    text-align: center;
    margin-bottom: 14px;
}

.home-commitment-lead {
    text-align: center;
    margin: 0;
}

.home-commitment-card {
    border-radius: 12px;
    background: var(--Light-Green, #f0f9f1);
    backdrop-filter: blur(2px);
    padding: 32px;
}

.home-commitment-icon {
    width: 56px;
    height: 56px;
    object-fit: contain;
    display: block;
    margin-bottom: 16px;
}

.home-commitment-card h5 {
    margin: 0;
}

.home-commitment-divider {
    margin: 20px 0 20px;
    width: 100%;
    height: 2px;
    background: var(--Green, #41ad49);
}

.home-commitment-card p {
    margin: 0;
}

/* Locations directory page */
.locations-directory-hero {
    background: none;
    padding: 80px 0;
}

.locations-directory-hero-inner {
    max-width: 780px;
}

.locations-directory-title {
    margin: 0;
}

.locations-directory-title .fl-hero-highlight {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
    white-space: normal;
}

.locations-directory-title .fl-hero-highlight::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 14px;
    background: #aadeaf;
    z-index: -1;
}

.locations-directory-anchor {
    gap: 16px;
}

.locations-directory-anchor-left {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 28px;
}

.locations-directory-anchor-right {
    gap: 8px;
    color: var(--Black, #000);
    text-decoration: none;
    flex-shrink: 0;
}

.locations-directory-anchor-right:hover,
.locations-directory-anchor-right:focus,
.locations-directory-anchor-right:active {
    color: var(--Black, #000);
    text-decoration: none;
}

.locations-directory-section {
    padding: 40px;
    background: #f0f0f0;
}

.locations-directory-grid {
    border-radius: 5px;
    border: 1px solid var(--Light-Grey, #f0f0f0);
    background: #fff;
    box-shadow: 0 3.81px 45px 0 rgba(142, 142, 142, 0.25);
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(0, 2fr);
    gap: 0 24px;
    align-items: start;
}

.locations-directory-col-main {
    min-width: 0;
}

.locations-directory-col-left {
    max-width: none;
}

.locations-directory-col-right {
    max-width: none;
    align-self: start;
}

.locations-directory-col-list {
    max-width: none;
}

.locations-directory-sidebar {
    background: #fff;
    border-radius: 14px;
    padding: 24px 20px;
    height: auto;
}

.locations-directory-search-title {
    display: block;
    color: var(--Black, #000);
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.locations-directory-phone-form {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}

.locations-directory-search-input {
    flex: 1 1 50%;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    padding: 12px 14px;
    margin: 0;
}

.locations-directory-search-input:focus {
    outline: none;
    border-color: var(--Green, #41ad49);
    box-shadow: 0 0 0 2px rgba(65, 173, 73, 0.2);
}

.locations-directory-search-submit {
    flex: 1 1 50%;
    border: 0;
    border-radius: 4px;
    background: var(--Green, #41ad49);
    box-shadow: 0 3.81px 9.524px 0 rgba(89, 191, 98, 0.6);
    color: #fff;
    padding: 12px 18px;
    cursor: pointer;
    white-space: nowrap;
    text-transform: capitalize;
}

.locations-directory-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.locations-directory-tag {
    border-radius: 70px;
    border: 1px solid var(--Grey, #a4a4a4);
    background: #fff;
    color: #000;
    padding: 12px 30px;
    line-height: 1;
    font-weight: 400;
    cursor: pointer;
}

.locations-directory-tag.is-active {
    border-radius: 80px;
    background: var(--Green, #41ad49);
    border-color: var(--Green, #41ad49);
    color: #fff;
}

.locations-directory-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.locations-directory-count {
    margin: 0;
    color: #a4a4a4;
}

.locations-directory-sort-wrap {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin: 0;
    white-space: nowrap;
    color: #000;
}

.locations-directory-sort-select {
    border: 0;
    padding: 0;
    background: transparent;
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.locations-directory-sort-select:focus {
    outline: none;
    box-shadow: none;
}

.locations-directory-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 620px;
    overflow-y: auto;
}

.locations-directory-item + .locations-directory-item {
    margin-top: 0;
}

.locations-directory-item-btn {
    display: none;
}

.locations-directory-item-card {
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    padding: 24px 20px;
    border-left: 4px solid transparent;
    transition:
        background-color 0.3s ease,
        border-left-color 0.3s ease;
    cursor: pointer;
}

.locations-directory-item-card:hover,
.locations-directory-item.is-active .locations-directory-item-card {
    border-left-color: var(--Green, #41ad49);
    background: var(--Light-Green, #f0f9f1);
}

.locations-directory-item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.locations-directory-item-title,
.locations-directory-item-address,
.locations-directory-item-meta {
    display: block;
}

.locations-directory-item-title {
    margin: 0;
    color: var(--Black, #000);
}

.locations-directory-item-address {
    color: #000;
    margin-bottom: 8px;
}

.locations-directory-item-distance {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 80px;
    background: #f5a624;
    color: #fff;
    white-space: nowrap;
}

.locations-directory-item-meta {
    color: var(--color-grey-29, #414141);
    margin-bottom: 12px;
}

.locations-directory-status {
    color: var(--Green, #41ad49);
    font-weight: 700;
    margin-bottom: 12px;
}

.locations-directory-status-line {
    color: inherit;
}

.locations-directory-status-phone,
.locations-directory-status-phone a {
    color: var(--Green, #41ad49);
    font-weight: 700;
    text-decoration: none;
}

.locations-directory-status.is-closed .locations-directory-status-line {
    color: #d1291e;
    font-weight: 400;
}

.locations-directory-item-meta a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

.locations-directory-item-meta-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}

.locations-directory-item-meta-row:last-child {
    margin-bottom: 0;
}

.locations-directory-item-meta-icon {
    line-height: 0;
    margin-top: 2px;
}

.locations-directory-item-actions {
    display: flex;
    gap: 8px;
}

.locations-directory-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
}

.locations-directory-btn-directions {
    background: var(--Green, #41ad49);
    box-shadow: 0 3.81px 9.524px 0 rgba(89, 191, 98, 0.6);
    color: #fff;
    padding: 7px 14px;
}

.locations-directory-btn-directions:hover,
.locations-directory-btn-directions:focus,
.locations-directory-btn-directions:active {
    color: #fff;
    text-decoration: none;
}

.locations-directory-btn-details {
    border: 1px solid var(--Grey, #a4a4a4);
    background: #fff;
    color: #000;
}

.locations-directory-btn-details:hover,
.locations-directory-btn-details:focus,
.locations-directory-btn-details:active {
    color: #000;
    text-decoration: none;
}

.locations-directory-map {
    width: 100%;
    min-height: 700px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    background: #f4f4f4;
}

.locations-directory-map-message {
    margin-top: 12px;
    color: #5a5a5a;
}

.locations-directory-empty {
    margin: 0;
    padding: 12px 0;
}

@media (max-width: 991px) {
    .locations-directory-anchor {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .locations-directory-list {
        overflow-y: visible;
        max-height: none;
        margin: 0 !important;
    }
    .locations-directory-anchor-left {
        gap: 8px 18px;
    }

    .locations-directory-section {
        padding: 12px;
        overflow-x: hidden;
    }

    .locations-directory-grid {
        grid-template-columns: 1fr;
        min-width: 0;
    }

    .locations-directory-col-main {
        display: contents;
    }

    /*.locations-directory-col-left {
        grid-column: 1;
        grid-row: 1;
    }

    .locations-directory-col-right {
        grid-column: 1;
        grid-row: 2;
    }

    .locations-directory-col-list {
        grid-column: 1;
        grid-row: 3;
    }*/

    .locations-directory-map {
        min-height: 460px;
    }

    .locations-directory-phone-form {
        flex-direction: column;
        align-items: start;
    }

    .locations-directory-sort-wrap {
        justify-content: flex-end;
    }

    .locations-directory-item-actions {
        flex-direction: column;
    }
}

@media (max-width: 767px) {

    .fl-location-contact {
        padding: 12px;
    }

    .fl-location-contact-row {
        padding: 20px 12px;
        row-gap: 20px;
    }

    .fl-location-contact-row > [class*="col-"] {
        align-items: flex-start;
    }

    .fl-location-contact-form .wpcf7-form > p:nth-of-type(1),
    .fl-location-contact-form .wpcf7-form > p:nth-of-type(2) {
        width: 100%;
    }

    .page-template-template-locations-directory .locations-directory-title {
        text-align: center;
    }

    .page-template-template-locations-directory .locations-directory-hero {
        padding: 24px 0 24px;
    }

    .locations-directory-phone-form {
        flex-direction: row;
        align-items: stretch;
    }

    .page-template-template-locations-directory .fl-subheader .fl-breadcrumbs {
        display: none;
    }

    .locations-directory-search-input,
    .locations-directory-search-submit {
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px);
    }

    .locations-directory-tag {
        flex: 0 0 calc(50% - 4px);
        max-width: calc(50% - 4px);
        text-align: center;
    }

    .locations-directory-count {
        text-align: left;
    }

    #locations-directory-location-label {
        margin-top: 2px;
    }
    .location-sm-font-14px{font-size: 14px !important;}
}
