/* _content/InquiryForms/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-3t783u6gyt] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-3t783u6gyt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/InquiryForms/Components/_banner.razor.rz.scp.css */
:root[b-dck45fptv4] {
    --natgen-blue: #00529b;
    --natgen-orange: #f7901e;
    --goodsam-dark-green: #23410a;
    --goodsam-olive-green: #d6d6ce;
    --nrlca-light-gray: #cccccc;
    --nrlca-orange: #de6f27;
    --nrlca-cyan: #004d67;
}

header[b-dck45fptv4] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 85px;
    color: #004d67;
    box-shadow: 0 8px 15px rgba(0,0,0,.5);
}

.top-bar[b-dck45fptv4] {
    border-top: 10px solid #29667b;
}

.logo[b-dck45fptv4] {
    display: flex;
    align-items: center;
}

.header-goodsam[b-dck45fptv4] {
    background-color: var(--goodsam-olive-green);
    color: black;
}

    .header-goodsam span:first-of-type[b-dck45fptv4] {
        display: none;
    }

    .header-goodsam br[b-dck45fptv4] {
        display: none;
    }

.header-natgen[b-dck45fptv4] {
    background-color: var(--natgen-blue);
    color: white;
}

.header-nrlca[b-dck45fptv4] {
    background-color: var(--nrlca-light-gray);
    color: var(--nrlca-cyan);
}

.lower-banner[b-dck45fptv4] {
    width: 100%;
    text-align: center;
    background-color: var(--goodsam-dark-green);
    color: #fff;
    font-size: 12px;
    height: 25px;
    padding: 4px 0;
}
/* _content/InquiryForms/Components/_footer.razor.rz.scp.css */
/*
    Natgen blue: #00529b
    Natgen orange: #f7901e

    Goodsam dark green: #d6d6ce
    Goodsam olive green: #23410a

    NRLCA light gray: #ccc
    NRLCA orange: #de6f27
    NRLCA text: #004d67
*/

h3[b-tle8vp55aq]{
    color:black;
}
hr[b-tle8vp55aq]{
    margin:50px 0 10px 0;
    color:black;
}
/* _content/InquiryForms/Components/_hero.razor.rz.scp.css */
/*
    Natgen blue: #00529b
    Natgen orange: #f7901e

    Goodsam dark green: #d6d6ce
    Goodsam olive green: #23410a

    NRLCA light gray: #ccc
    NRLCA orange: #de6f27
    NRLCA text: #004d67
*/

.hero[b-zcpo6m56tq] {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/homeowner/hero.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    padding-top: 50px;
    height: 228px;
}

    .hero h1[b-zcpo6m56tq] {
        font-size: 2.2em;
        color: white;
        font-weight: bold;
    }

    .hero p[b-zcpo6m56tq] {
        font-size: 1.23em;
        color: white;
    }

.hero-banner[b-zcpo6m56tq] {
    width: 100%;
    background-color: #00529b;
}
/* _content/InquiryForms/Components/_siderail.razor.rz.scp.css */
:root[b-99x4a4ml6y] {
    --natgen-blue: #00529b;
    --natgen-orange: #f7901e;
    --goodsam-dark-green: #23410a;
    --goodsam-olive-green: #d6d6ce;
    --nrlca-light-gray: #cccccc;
    --nrlca-orange: #de6f27;
    --nrlca-cyan: #004d67;
}

.siderail-box[b-99x4a4ml6y] {
    color: #fff;
    padding: 10px 18px;
}

    .siderail-box h3[b-99x4a4ml6y] {
        font-size: 1.2em;
        font-weight: bold;
    }

    .siderail-box p[b-99x4a4ml6y] {
        text-align: center;
        padding: 15px 0;
    }

    .siderail-box hr[b-99x4a4ml6y] {
        padding: 1px;
        color: white;
        opacity: 1;
    }

    .siderail-box a[b-99x4a4ml6y] {
        display: block;
        text-align: center;
    }

.siderail-box-btn[b-99x4a4ml6y] {
    color: #504d4a;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 1.15em;
    font-weight: 500;
    text-decoration: none;
}

.siderail-box-goodsam[b-99x4a4ml6y] {
    background-color: var(--goodsam-dark-green);
    padding: 30px 18px;
}

    .siderail-box-goodsam hr[b-99x4a4ml6y] {
        display: none;
    }

    .siderail-box-goodsam .siderail-box-text-default[b-99x4a4ml6y] {
        display: none;
    }

    .siderail-box-goodsam .header-default[b-99x4a4ml6y] {
        display: none;
    }

    .siderail-box-goodsam .header-goodsam[b-99x4a4ml6y] {
        text-align:center;
    }

.siderail-box-natgen[b-99x4a4ml6y] {
    background-color: var(--natgen-blue);
}

    .siderail-box-natgen .siderail-box-text-goodsam[b-99x4a4ml6y] {
        display: none;
    }

    .siderail-box-natgen .help-btn[b-99x4a4ml6y] {
        display: none;
    }

    .siderail-box-natgen .header-goodsam[b-99x4a4ml6y] {
        display: none;
    }

.siderail-box-nrlca[b-99x4a4ml6y] {
    background-color: var(--nrlca-orange);
}

    .siderail-box-nrlca .siderail-box-text-goodsam[b-99x4a4ml6y] {
        display: none;
    }

    .siderail-box-nrlca .help-btn[b-99x4a4ml6y] {
        display: none;
    }

    .siderail-box-nrlca .header-goodsam[b-99x4a4ml6y] {
        display: none;
    }
