﻿/*.naturespan-home {
    min-height: 100vh;
    background: url('/Images/Franchise/NatureSpan/background.png') no-repeat center top;
    background-size: cover;
    display: flex;
    flex-direction: column;
}*/

.naturespan-home {
    background: url('/Images/Franchise/NatureSpan/background.png') no-repeat center top;
    background-size: cover;
}

body {
    color: #fff;
}

#modal-container, .popover, .bootbox {
    color: #3d3d3d;
}

a {
    color: #9CCEED;
}

.naturespan-home__hero,
.naturespan-home__info-row,
.naturespan-home__bottom {
    width: 1100px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.naturespan-home__top,
.naturespan-home__hero,
.naturespan-home__info-row {
    flex-shrink: 0;
}

.naturespan-home__bottom {
    margin-top: auto;
}

.naturespan-home__top,
.naturespan-home__hero,
.naturespan-home__info-row,
.naturespan-home__bottom {
    width: 1100px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.naturespan-home__top,
.naturespan-home__hero,
.naturespan-home__info-row {
    flex-shrink: 0;
}

.naturespan-home__top {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 320px;
    gap: 18px;
    align-items: start;
    min-height: 0;
}

.naturespan-home__brand {
    min-width: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 40px;
}

.naturespan-placeholder--brand {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    padding: 0;
    border: none;
    background: transparent;
    overflow: hidden;
    width: 100%;
    min-width: 0;
}

    .naturespan-placeholder--brand img:first-child {
        height: 80px;
        width: auto;
        display: block;
        flex: 0 0 auto;
        margin-top: 20px;
    }

    .naturespan-placeholder--brand img:last-child {
        width: auto;
        max-width: 100%;
        max-height: 100%;
        height: auto;
        display: block;
        flex: 0 1 auto;
        min-width: 0;
        object-fit: contain;
        object-position: left top;
    }


.naturespan-home__login {
    width: 300px;
    max-width: 100%;
    justify-self: end;
    align-self: start;
    margin-top: 10px;
    padding-top: 0;
}


    .naturespan-home__login section,
    .ns-login-panel {
        width: 100%;
        max-width: 270px;
        margin-left: auto;
        text-align: left;
    }

.ns-login-panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 28px;
}

/* =========================
   AUTHENTICATED HEADER
   ========================= */

.naturespan-auth-header {
    margin-left: 30px;
    margin-right: 30px;
    padding: 0;
    box-sizing: border-box;
}

.naturespan-auth-header__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: start;
}

.naturespan-auth-header__brand {
    min-width: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.naturespan-auth-header__brand-link {
    display: inline-block;
    text-decoration: none;
    max-width: 100%;
    margin: 10px;
}

.naturespan-auth-header__brand-logo {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 150px;
    height: auto;
    object-fit: contain;
    object-position: left top;
}

.naturespan-auth-header__login {
    justify-self: end;
    align-self: start;
    min-width: 0;
    margin-top: 50px;
}

.naturespan-auth-header__login-section {
    width: auto;
    max-width: none;
    margin: 0;
}
/* LOGIN */

.naturespan-login-panel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    width: auto;
    max-width: none;
    margin-left: auto;
    color: #ffffff;
}

.naturespan-login-panel__top {
    width: auto;
}

.naturespan-login-panel__identity {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    width: auto;
}

.naturespan-login-panel__actions {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    width: auto;
    white-space: nowrap;
}

    .naturespan-home__login section,
    .ns-login-panel {
        width: 100%;
        max-width: 270px;
        margin-left: auto;
        text-align: left;
    }

.ns-login-form {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}

.ns-login-panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 6px;
}

.ns-login-title {
    margin: 0 0 3px;
    color: white;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.05;
    text-align: right;
}

.ns-login-validation {
    margin-bottom: 0;
}

    .ns-login-validation ul,
    .ns-login-validation .validation-summary-errors,
    .ns-login-validation .validation-summary-valid {
        margin: 0;
        padding: 0;
    }


.ns-login-input-wrap {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: center;
    column-gap: 6px;
    width: 100%;
}

.ns-login-icon {
    font-size: 25px;
    line-height: 1;
    color: #9CCEEC;
    text-align: center;
}

.ns-login-input {
    width: 100%;
    height: 30px;
    padding: 2px 7px;
    border: 2px solid rgba(255, 255, 255, 0.88);
    background: #9CCEEC;
    color: #666;
    font-size: 11px;
    line-height: 1.1;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: none;
}

    .ns-login-input:focus {
        border-color: #E4E6EB;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
    }

    .ns-login-input::placeholder {
        color: #767676;
        opacity: 1;
    }

.ns-login-message .field-validation-error,
.ns-login-validation .validation-summary-errors {
    color: #ffd6d6;
}

.ns-login-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}


.ns-login-btn,
.ns-login-action .btn,
.ns-login-action a,
.ns-login-action input[type="submit"],
.ns-login-action button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 22px;
    padding: 2px 6px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 5px;
    height: 32px;
    margin: 5px 0;
}

.ns-login-btn--primary {
    background: #252C54;
    color: #E4E6EB;
    border: 1px solid #E4E6EB;
}

    .ns-login-btn--primary:hover {
        background: #1F2A6A !important;
        color: #ffffff !important;
    }

.ns-login-btn--secondary {
    background: #3D715D;
    color: #fff;
    border: 1px solid #E4E6EB;
}

    .ns-login-btn--secondary:hover {
        background: #2C5451 !important;
        color: #ffffff !important;
    }

.ns-login-btn--cancel {
    background: #5f5f5f;
    color: #fff;
    border: 1px solid #c9c9c9;
}

/* HERO */

.naturespan-home__hero {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

    .naturespan-home__hero video,
    .naturespan-home__hero img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .naturespan-home__hero img {
        width: 100%;
        height: auto;
        display: block;
    }

.naturespan-home__hero-wrap {
    position: relative;
    width: 1350px;
    max-width: calc(100% - 40px);
    margin: 0 auto 18px;
    padding-left: 145px;
    box-sizing: border-box;
}

    .naturespan-home__hero-wrap.is-authenticated {
        width: 1205px;
        max-width: calc(100% - 40px);
        margin: 0 auto 18px;
        padding-left: 0;
        box-sizing: border-box;
    }

.naturespan-home__selector {
    position: absolute;
    left: 0;
    top: 0;
    width: 145px;
    height: 470px;
    display: flex;
    flex-direction: column;
    background: #d9d9d9;
}

.ns-side-button {
    flex: 1 1 50%;
    min-height: 0;
    border: none;
    border-radius: 5px;
    background: #d9d9d9;
    color: #666;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 20px 12px;
    text-align: center;
    box-shadow: none;
}

    .ns-side-button span::selection {
        background: transparent;
    }

    .ns-side-button span {
        user-select: none;
    }

    .ns-side-button:focus,
    .ns-side-button:active {
        outline: none;
        box-shadow: none;
    }

.ns-side-button {
    -webkit-tap-highlight-color: transparent;
}

    .ns-side-button + .ns-side-button {
        border-top: 1px solid rgba(0,0,0,0.08);
    }

    .ns-side-button i {
        font-size: 90px;
        line-height: 1;
        color: #a4a4a4;
    }

    .ns-side-button span {
        font-size: 20px;
        line-height: 1.08;
        font-weight: 500;
        color: #4f4f4f;
    }

    .ns-side-button.is-active {
        background: #ffffff;
    }

.naturespan-home__hero-panel {
    position: relative;
    width: 1205px;
    max-width: 100%;
    height: 470px;
    background: rgba(223, 219, 235, 0.84);
    overflow: hidden;
}

.naturespan-home__hero,
.naturespan-home__hero video {
    width: 100%;
    height: 100%;
    display: block;
}

    .naturespan-home__hero-panel .naturespan-home__hero {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

        .naturespan-home__hero-panel .naturespan-home__hero img,
        .naturespan-home__hero-panel .naturespan-home__hero video {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            /*opacity: 0.20;*/
        }

.ns-slide-panel {
    display: none;
}

.ns-slide-panel {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: none;
    background: rgba(232, 230, 239, 0.88);
    padding: 38px 42px;
    box-sizing: border-box;
}

    .ns-slide-panel.is-open {
        display: block;
    }

.ns-slide-panel__inner {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
    align-items: center;
}

.ns-option-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .ns-option-card img {
        width: 220px;
        max-width: 100%;
        height: 150px;
        object-fit: cover;
        display: block;
        margin: 0 auto 18px;
    }

    .ns-option-button,
    .ns-option-card .btn,
    .ns-option-card a,
    .ns-option-card button {
        min-width: 220px;
        max-width: 100%;
        min-height: 40px;
        padding: 8px 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #252C54;
        color: #fff !important;
        border: 1px solid #ffffff;
        border-radius: 5px;
        text-decoration: none !important;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
        box-shadow: none;
    }

        .ns-option-button:hover,
        .ns-option-button:focus {
            background: #1F2A6A !important;
            color: #fff !important;
        }

.ns-home-option-descriptor {
    width: 80%;
    min-width: 50%;
    color: #3d3d3d;
}

.ns-side-button span {
    font-size: 20px;
    line-height: 1.08;
    font-weight: 500;
    color: #4f4f4f;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    text-shadow: none;
    border: none !important;
}

.naturespan-home__selector.is-authenticated {
    display: none;
}

.ns-slide-panel--auth {
    display: block;
    background: rgba(232, 230, 239, 0.78);
    padding: 38px 42px;
    box-sizing: border-box;
}

.ns-slide-panel__inner--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
    max-width: 900px;
    margin: 0 auto;
}

.ns-slide-panel--auth .ns-slide-panel__inner {
    width: 100%;
    height: 100%;
    max-width: 760px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 320px));
    justify-content: center;
    gap: 56px;
    align-content: center;
    align-items: start;
}

.ns-slide-panel--auth .ns-option-card {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

/* =========================
   NATURESPAN LOGIN MODAL
   ========================= */

.home-login-modal {
    color: #3d3d3d;
}

    /* modal shell */
    .home-login-modal .modal-content,
    .home-login-modal .bootbox-body,
    .home-login-modal .modal-body {
        background: rgba(232, 230, 239, 0.98);
        color: #3d3d3d;
        border-radius: 5px;
        border: 1px solid rgba(37, 44, 84, 0.18);
        box-shadow: 0 20px 45px rgba(20, 25, 45, 0.28);
    }

    .home-login-modal .login-modal,
    .home-login-modal .home-login-modal,
    .home-login-modal .modal-content {
        overflow: hidden;
    }

        .home-login-modal img:first-of-type,
        .home-login-modal .modal-body img:first-of-type,
        .home-login-modal .bootbox-body img:first-of-type,
        .home-login-modal .home-login-modal img:first-of-type {
            display: none !important;
        }

    .home-login-modal .modal-body::before,
    .home-login-modal .bootbox-body::before {
        content: "";
        display: block;
        width: 320px;
        max-width: 100%;
        height: 150px;
        margin: 0 auto 18px;
        background: url('/Images/Franchise/NatureSpan/tolm_logo.png') no-repeat center center;
        background-size: contain;
    }

    /* title text */
    .home-login-modal .modal-title,
    .home-login-modal h2,
    .home-login-modal h3,
    .home-login-modal h4 {
        color: #252C54;
        font-weight: 700;
        text-align: center;
        margin: 0 0 12px;
    }

    /* close button */
    .home-login-modal .close,
    .home-login-modal button.close {
        color: #252C54;
        opacity: 0.8;
        text-shadow: none;
    }

        .home-login-modal .close:hover,
        .home-login-modal button.close:hover {
            opacity: 1;
            color: #3D715D;
        }

    /* body spacing */
    .home-login-modal .modal-body,
    .home-login-modal .bootbox-body {
        padding: 24px;
    }

    /* labels / validation text */
    .home-login-modal label,
    .home-login-modal .control-label,
    .home-login-modal .help-block,
    .home-login-modal .field-validation-error,
    .home-login-modal .validation-summary-errors {
        color: #3d3d3d;
    }

    /* inputs */
    .home-login-modal input[type="text"],
    .home-login-modal input[type="email"],
    .home-login-modal input[type="password"],
    .home-login-modal select,
    .home-login-modal textarea {
        width: 100%;
        min-height: 44px;
        padding: 10px 14px;
        border: 2px solid rgba(255, 255, 255, 0.88);
        background: #9CCEEC;
        color: #666;
        font-size: 15px;
        line-height: 1.2;
        box-sizing: border-box;
        border-radius: 5px;
        box-shadow: none;
    }

        .home-login-modal input[type="text"]:focus,
        .home-login-modal input[type="email"]:focus,
        .home-login-modal input[type="password"]:focus,
        .home-login-modal select:focus,
        .home-login-modal textarea:focus {
            border-color: #252C54;
            box-shadow: 0 0 0 2px rgba(37, 44, 84, 0.12);
            outline: none;
            background: #b7ddf5;
        }

    /* common button sizing */
    .home-login-modal .btn-primary,
    .home-login-modal .btn.gb-main-button,
    .home-login-modal input[type="submit"],
    .home-login-modal button[type="submit"],
    .home-login-modal .btn-default,
    .home-login-modal .btn-secondary,
    .home-login-modal .btn.cancel,
    .home-login-modal button:not([type="submit"]) {
        min-height: 42px;
        padding: 5px 18px;
        font-size: 14px;
        line-height: 1.2;
        border-radius: 5px;
        box-shadow: none;
    }

    /* primary buttons */
    .home-login-modal .btn-primary,
    .home-login-modal .btn.gb-main-button,
    .home-login-modal input[type="submit"],
    .home-login-modal button[type="submit"] {
        background: #252C54;
        border: 1px solid #ffffff;
        color: #ffffff !important;
    }

        .home-login-modal .btn-primary:hover,
        .home-login-modal .btn.gb-main-button:hover,
        .home-login-modal input[type="submit"]:hover,
        .home-login-modal button[type="submit"]:hover {
            background: #1F2A6A !important;
            color: #ffffff !important;
        }

    /* secondary / cancel buttons */
    .home-login-modal .btn-default,
    .home-login-modal .btn-secondary,
    .home-login-modal .btn.cancel,
    .home-login-modal button:not([type="submit"]) {
        background: #3D715D;
        border: 1px solid #ffffff;
        color: #ffffff !important;
    }

        .home-login-modal .btn-default:hover,
        .home-login-modal .btn-secondary:hover,
        .home-login-modal .btn.cancel:hover,
        .home-login-modal button:not([type="submit"]):hover {
            background: #2C5451 !important;
            color: #ffffff !important;
        }

    /* links */
    .home-login-modal a {
        color: #252C54;
        font-weight: 600;
    }

        .home-login-modal a:hover {
            color: #3D715D;
            text-decoration: none;
        }

    /* footer */
    .home-login-modal .modal-footer {
        border-top: 1px solid rgba(37, 44, 84, 0.12);
        padding: 20px;
    }

    /* kill global button styling */
    .naturespan-home .gb-main-button,
    .home-login-modal .gb-main-button {
        outline: none !important;
        box-shadow: none !important;
        background: #252C54 !important;
        color: #ffffff !important;
        border: 1px solid #ffffff !important;
    }

        .naturespan-home .gb-main-button:focus,
        .home-login-modal .gb-main-button:focus,
        .naturespan-home .gb-main-button:active,
        .home-login-modal .gb-main-button:active {
            outline: none !important;
            box-shadow: none !important;
        }

    .naturespan-home .gb-secondary-button,
    .home-login-modal .gb-secondary-button {
        outline: none !important;
        box-shadow: none !important;
        background: #3D715D !important;
        color: #ffffff !important;
        border: 1px solid #ffffff !important;
    }

        .naturespan-home .gb-secondary-button:focus,
        .home-login-modal .gb-secondary-button:focus,
        .naturespan-home .gb-secondary-button:active,
        .home-login-modal .gb-secondary-button:active {
            outline: none !important;
            box-shadow: none !important;
        }

    .home-login-modal h3.gb-main-text-color,
    .home-login-modal .modal-body h3.gb-main-text-color,
    .home-login-modal .bootbox-body h3.gb-main-text-color,
    .home-login-modal #login-area h3.gb-main-text-color {
        color: #252C54 !important;
        text-align: center;
        margin: 0 0 18px;
    }

    /* longer username/password fields */
    .home-login-modal .login_usr,
    .home-login-modal .login_psw,
    .home-login-modal .ns-login-input-wrap {
        width: 100%;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .home-login-modal input[type="text"],
    .home-login-modal input[type="email"],
    .home-login-modal input[type="password"] {
        width: 260px !important;
        max-width: 100%;
    }

    .home-login-modal .errorField {
        height: 80px !important;
        min-height: 80px !important;
    }

    .home-login-modal .gb-secondary-button,
    .home-login-modal .btn.gb-secondary-button,
    .home-login-modal a.gb-secondary-button,
    .home-login-modal input.gb-secondary-button,
    .home-login-modal button.gb-secondary-button {
        min-height: 40px !important;
        height: 40px !important;
        line-height: 1.2 !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        vertical-align: middle !important;
    }

    .home-login-modal .text-center .gb-secondary-button,
    .home-login-modal .text-center .btn.gb-secondary-button {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .home-login-modal .gb-main-button,
    .home-login-modal .btn.gb-main-button,
    .home-login-modal input.gb-main-button,
    .home-login-modal button.gb-main-button {
        min-height: 40px !important;
        height: 40px !important;
        line-height: 1.2 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .home-login-modal #login-area h3,
    .home-login-modal h3.gb-main-text-color {
        margin-bottom: 16px !important;
    }

.ns-option-button,
.ns-option-card .btn,
.ns-option-card a,
.ns-option-card button,
.ns-login-btn,
.ns-login-action .btn,
.ns-login-action a,
.ns-login-action input[type="submit"],
.ns-login-action button {
    border: 1px solid #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
}

/* =========================
   NATURESPAN TERMINATE SESSION MODAL
   ========================= */

/* Layout: horizontal + centered */
.home-login-modal .modal-footer,
.home-login-modal .bootbox .modal-footer {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
    padding-top: 12px !important;
}

    /* Base button style */
    .home-login-modal .modal-footer .btn,
    .home-login-modal .bootbox .btn {
        min-width: 110px !important;
        height: 34px !important;
        padding: 6px 12px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        border-radius: 5px !important;
        border: 1px solid #2f2f2f !important;
        box-shadow: none !important;
        outline: none !important;
    }

    /* =========================
   CANCEL BUTTON (white style)
   ========================= */
    .home-login-modal .modal-footer .btn-default,
    .home-login-modal .modal-footer .btn-secondary,
    .home-login-modal .bootbox .btn-default,
    .home-login-modal .bootbox .btn-secondary {
        background: #ffffff !important;
        color: #2f2f2f !important;
        border: 1px solid #2f2f2f !important;
    }

        /* subtle hover like reference */
        .home-login-modal .modal-footer .btn-default:hover,
        .home-login-modal .modal-footer .btn-secondary:hover,
        .home-login-modal .bootbox .btn-default:hover,
        .home-login-modal .bootbox .btn-secondary:hover {
            background: #f4f4f4 !important;
            color: #2f2f2f !important;
            border: 1px solid #2f2f2f !important;
        }

    /* =========================
   CONFIRM BUTTON (NS blue)
   ========================= */
    .home-login-modal .modal-footer .btn-primary,
    .home-login-modal .bootbox .btn-primary {
        background: #252C54 !important;
        color: #ffffff !important;
        border: 1px solid #252C54 !important;
    }

        /* hover = slightly brighter NS blue */
        .home-login-modal .modal-footer .btn-primary:hover,
        .home-login-modal .bootbox .btn-primary:hover {
            background: #1F2A6A !important;
            border: 1px solid #1F2A6A !important;
            color: #ffffff !important;
        }

/* =========================
   TERMINATE SESSION MODAL - DIRECT OVERRIDES
   ========================= */

#modal-container .modal-footer {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
    text-align: center !important;
    padding: 12px 15px 15px !important;
    border-top: none !important;
}

    /* stop full-width stacking */
    #modal-container .modal-footer .btn,
    #modal-container .modal-footer button,
    #modal-container .modal-footer input[type="button"],
    #modal-container .modal-footer input[type="submit"],
    #modal-container .modal-footer a {
        width: 110px !important;
        min-width: 110px !important;
        max-width: 110px !important;
        height: 34px !important;
        min-height: 34px !important;
        margin: 0 !important;
        padding: 6px 12px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
        border-radius: 5px !important;
        box-shadow: none !important;
        outline: none !important;
        background-image: none !important;
    }

        /* cancel button */
        #modal-container .modal-footer .btn-default,
        #modal-container .modal-footer .btn-secondary,
        #modal-container .modal-footer .btn:not(.btn-primary) {
            background: #ffffff !important;
            color: #252C54 !important;
            border: 1px solid #252C54 !important;
        }

            /* cancel hover */
            #modal-container .modal-footer .btn-default:hover,
            #modal-container .modal-footer .btn-secondary:hover,
            #modal-container .modal-footer .btn:not(.btn-primary):hover {
                background: #f5f5f5 !important;
                color: #252C54 !important;
                border: 1px solid #252C54 !important;
            }

    /* confirm/ok button */
    #modal-container .modal-footer .btn-primary {
        background: #252C54 !important;
        color: #ffffff !important;
        border: 1px solid #ffffff !important;
    }

        /* confirm hover */
        #modal-container .modal-footer .btn-primary:hover {
            background: #1F2A6A !important;
            color: #ffffff !important;
            border: 1px solid #ffffff !important;
        }

/* LOWER 3 CARDS */

.naturespan-home__info-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    align-items: stretch;
    margin-bottom: 14px;
}

.naturespan-home__info-card {
    min-height: 355px;
    padding: 18px;
    background: rgba(28, 58, 86, 0.46);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    letter-spacing: 1px;
}

.naturespan-card-logo {
    width: 110px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.naturespan-card-title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

.naturespan-card-logos {
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block;
    margin: 10px auto 0;
}

.naturespan-placeholder--info {
    display: none;
}

.ns-panel-copy {
    width: 100%;
    text-align: left;
    line-height: 1;
    font-size: 13px;
    margin-bottom: 12px;
}

.naturespan-home__info-card .ns-panel-copy {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 12px;
    text-align: center;
    text-align-last: center;
    line-height: 1.5;
    font-size: 13px;
    letter-spacing: 0.5px;
    word-break: break-word;
    text-justify: inter-ideograph;
}

.ns-panel-action {
    justify-content: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

    .ns-panel-action .btn,
    .ns-panel-action a {
        font-size: 12px;
        padding: 8px 15px;
        justify-content: center;
        background: #3D715D;
        border-radius: 5px;
        color: white;
        border: 1px solid white;
    }

        .ns-panel-action .btn:hover,
        .ns-panel-action a:hover {
            background: #2C5451 !important;
            color: #ffffff !important;
            border: 1px solid #ffffff !important;
        }

/* BOTTOM BAR */

.naturespan-home__bottom {
    min-height: 64px;
    padding: 12px 16px;
    background: rgba(75, 129, 103, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

    .naturespan-home__bottom .ns-panel-copy,
    .ns-bottom-copy {
        font-size: 11px;
        line-height: 1.3;
        margin: 0;
    }

/* =========================================
   FORCE TERMINATE SESSION MODAL BUTTON STYLE
   put this at the VERY END of NatureSpan.css
   ========================================= */

.modal-dialog .modal-footer {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
    text-align: center !important;
    border-top: none !important;
    padding: 12px 15px 15px !important;
}

    .modal-dialog .modal-footer > * {
        width: auto !important;
        flex: 0 0 auto !important;
    }

    /* all footer buttons */
    .modal-dialog .modal-footer .btn,
    .modal-dialog .modal-footer button,
    .modal-dialog .modal-footer input[type="button"],
    .modal-dialog .modal-footer input[type="submit"],
    .modal-dialog .modal-footer a {
        width: 110px !important;
        min-width: 110px !important;
        max-width: 110px !important;
        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;
        margin: 0 !important;
        padding: 6px 12px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        border-radius: 5px !important;
        box-shadow: none !important;
        outline: none !important;
        background-image: none !important;
        float: none !important;
    }

        /* cancel button = white with dark outline/text */
        .modal-dialog .modal-footer .btn-default,
        .modal-dialog .modal-footer .btn-secondary,
        .modal-dialog .modal-footer .btn:not(.btn-primary) {
            background: #ffffff !important;
            color: #252C54 !important;
            border: 1px solid #252C54 !important;
        }

            /* cancel hover */
            .modal-dialog .modal-footer .btn-default:hover,
            .modal-dialog .modal-footer .btn-secondary:hover,
            .modal-dialog .modal-footer .btn:not(.btn-primary):hover {
                background: #f5f5f5 !important;
                color: #252C54 !important;
                border: 1px solid #252C54 !important;
            }

    /* ok button = NS dark blue */
    .modal-dialog .modal-footer .btn-primary {
        background: #252C54 !important;
        color: #ffffff !important;
        border: 1px solid #ffffff !important;
    }

        /* ok hover */
        .modal-dialog .modal-footer .btn-primary:hover {
            background: #1F2A6A !important;
            color: #ffffff !important;
            border: 1px solid #ffffff !important;
        }

    /* FORCE OK BUTTON (2nd button) TO NS BLUE */
    .modal-dialog .modal-footer > *:last-child,
    .modal-dialog .modal-footer button:last-child,
    .modal-dialog .modal-footer .btn:last-child {
        background: #252C54 !important;
        color: #ffffff !important;
        border: 1px solid #252C54 !important;
    }

        /* hover */
        .modal-dialog .modal-footer > *:last-child:hover,
        .modal-dialog .modal-footer button:last-child:hover,
        .modal-dialog .modal-footer .btn:last-child:hover {
            background: #1F2A6A !important;
            color: #ffffff !important;
            border: 1px solid #1F2A6A !important;
        }
/* =========================================
    Prevent FGA focus styles on login buttons
   ========================================= */

.naturespan-home .ns-login-btn,
.naturespan-home .ns-login-action .btn,
.naturespan-home .ns-login-action a,
.naturespan-home .ns-login-action button,
.naturespan-home .ns-login-action input[type="submit"] {
    color: #ffffff !important;
}

    /* kill focus + active overrides */
    .naturespan-home .ns-login-btn:focus,
    .naturespan-home .ns-login-btn:active,
    .naturespan-home .ns-login-action .btn:focus,
    .naturespan-home .ns-login-action .btn:active,
    .naturespan-home .ns-login-action a:focus,
    .naturespan-home .ns-login-action a:active,
    .naturespan-home .ns-login-action button:focus,
    .naturespan-home .ns-login-action button:active,
    .naturespan-home .ns-login-action input[type="submit"]:focus,
    .naturespan-home .ns-login-action input[type="submit"]:active {
        color: #ffffff !important;
        outline: none !important;
        box-shadow: none !important;
    }

/* =========================
   LOGGED-OUT HEADER
   ========================= */

.naturespan-home__top {
    width: 1350px; /* 145 selector rail + 1205 hero panel */
    max-width: calc(100% - 40px);
    margin: 0 auto 10px;
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) 320px;
    gap: 18px;
    align-items: center;
    min-height: 0;
    box-sizing: border-box;
}

.naturespan-home__ai {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0;
}

    .naturespan-home__ai img {
        width: auto;
        height: 92px;
        display: block;
    }

.naturespan-home__brand {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0;
}

    .naturespan-home__brand img {
        width: auto;
        max-width: 100%;
        height: 98px;
        display: block;
        object-fit: contain;
        object-position: left center;
    }

    .naturespan-home__login section,
    .ns-login-panel {
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        text-align: left;
    }

.ns-login-panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 0;
}


/* =========================
       BUTTON OVERRIDE
   ========================= */

.btn {
    border-radius: 5px !important;
}


.naturespan-layout-header__brand-logo {
    height: 150px !important;
    width: auto !important;
    max-height: none !important;
    max-width: none !important;
    display: block !important;
    margin: 1em;
}

.gb-simple-flex-column-sb body {
    color: #3d3d3d !important;
}

.naturespan-layout-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 1.2em;
    padding-right: 2.4em;
}

.naturespan-layout-header__brand {
    min-width: 0;
    display: flex;
    align-items: center;
}

.naturespan-layout-header__brand-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.naturespan-layout-header__brand-logo {
    height: 100px;
    width: auto;
    max-width: 100%;
    display: block;
}

.naturespan-layout-header__login {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 0;
    color: #3d3d3d;
    margin-top: 20px !important;
    padding-top: 30px !important;
}

        .naturespan-layout-header__login .btn,
        .naturespan-layout-header__login button,
        .naturespan-layout-header__login input[type="button"],
        .naturespan-layout-header__login input[type="submit"] {
            color: #ffffff !important;
        }

        .naturespan-layout-header__login .gb-low-visibility-button,
        .naturespan-layout-header__login a.gb-low-visibility-button {
            color: #3d3d3d !important;
        }

.naturespan-home__info-card select {
    color: #3D3D3D;
}

/* =========================
     FORGOT PASSWORD MODAL
   ========================= */

#modal-container .home-login-modal .modal-header .gb-main-text-color {
    color: #1c3a56 !important;
}

#modal-container .home-login-modal .modal-footer .btn.gb-main-button.login-btn.ajaxSubmit {
    background: #1c3a56 !important;
    background-image: none !important;
    color: #ffffff !important;
    border: 1px solid #1c3a56 !important;
    border-radius: 5px !important;
    min-width: 220px !important;
    text-align: center;
}

#modal-container .home-login-modal .modal-footer .btn.gb-low-visibility-button.closeModal {
    background: #ffffff !important;
    background-image: none !important;
    color: #1c3a56 !important;
    border: 1px solid #1c3a56 !important;
    border-radius: 5px !important;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

.ns-panel-copy select.ddLocType {
    background: #ffffff !important;
    color: #3D3D3D !important;
    border: 1px solid #ccc;
}