@charset "utf-8";

#m2-sitemap-list .h {
    font-size: 1.2em;
    font-family: 'Quicksand-Bold';
    display: block;
}

.specialty-header-wrap {
    padding: 2rem 30px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.specialty-header-wrap > .container > .specialty-header-contents {
    padding: 1rem;
    margin-top: 4rem;
    background-color: var(--m2-brand-white-color);
    width: 100%;
    border-radius: 0.5rem;
}

@media only screen and (min-width: 768px) {
    .specialty-header-wrap {
        padding: 6rem 2rem;
        height: auto;
    }
    .specialty-header-wrap > .container > .specialty-header-contents {
        padding: 2rem;
        background-color: rgba(255,255,255,0.9);
        max-width: 700px;
    }
}

.gsa-account-wrap {
    background-image: url(/images/frontend_2023/gsa-benefits.png) !important;
    background-size: cover;
}
.gsa-banner-header-wrap {
    height: 220px;
    width: 100%;
    background-image: url(/images/frontend_2023/gsa-banner.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.gsa-banner-header-wrap > .overlay {
    position: absolute;
    background-color: black;
    opacity: 0.4;
    height: 100%;
    width: 100%;
}
.gsa-banner-header-wrap > .heading {
    z-index: 4;
    color: white;
    font-weight: bold;
}
