/* usa-qed (QED) tenant theme. Overrides the default brand palette declared in site.css. */
:root {
    --brandPrimary: #28348a;
    --brandAction: #50beb9;
    --brandActionText: #ffffff;
    --headerColor: #ffffff;
    --headerTextColor: #000000;
    --dropdownLinkColor: #28348a;
}

.categoriesMenuContainer {
    align-items: center;
    justify-content: center;
    float: none;
}

.layout-fullBleed .homeFullWidth,
.layout-fullBleed #rotatorWrapper.homeFullWidth {
    position: relative;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0;
    overflow: hidden;
}

.layout-fullBleed #rotatorWrapper.homeFullWidth {
    width: 100vw !important;
}

.layout-fullBleed #rotatorWrapper.homeFullWidth #rotator .slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.layout-fullBleed #slogan {
    padding: 50px 20px;
    letter-spacing: 0;
    background-color: var(--brandAction);
}

.layout-fullBleed #slogan p {
    margin: 20px 0;
    color: var(--brandPrimary);
    font-size: 16px;
    font-weight: 900;
}

.layout-fullBleed #slogan h2 {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 3.5em;
    font-weight: 900;
    line-height: 105%;
}

.layout-fullBleed #slogan h2 i {
    color: var(--brandPrimary);
}

.layout-fullBleed #cta {
    padding: 50px;
    background-color: var(--brandPrimary);
}

.layout-fullBleed #cta h6 {
    display: flex;
    align-items: flex-end;
}

.layout-fullBleed #cta .icon {
    align-content: flex-end;
    margin-left: 14px;
}

.layout-fullBleed #cta .icon svg,
.layout-fullBleed #cta .icon svg .cls-1 {
    fill: #ffffff;
}

.layout-fullBleed #cta h3,
.layout-fullBleed #cta h4,
.layout-fullBleed #cta .darkBold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.layout-fullBleed #cta h6,
.layout-fullBleed #cta h6 a {
    color: #ffffff;
    font-size: 1em;
    text-transform: uppercase;
}

.layout-fullBleed #cta h3 {
    color: #ffffff;
    font-size: 2em;
}

.layout-fullBleed #cta h4 {
    font-size: 1.5em;
}

.layout-fullBleed #cta .darkBold {
    color: color-mix(in srgb, var(--brandPrimary) 99%, black);
    font-size: 24px;
}

.layout-fullBleed #cta ul {
    padding: 0;
}

.layout-fullBleed #cta ul li {
    position: relative;
    margin: 3px 0;
    color: var(--brandAction);
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0;
    list-style: none;
}

@media (min-width: 1340px) {
    .layout-fullBleed #hero {
        display: flex;
        flex-direction: row;
        align-content: stretch;
    }

    .layout-fullBleed #slogan,
    .layout-fullBleed #cta {
        flex: 1 auto;
    }

    .layout-fullBleed #slogan h2 i {
        display: block;
        margin: 8px 0;
    }

    .layout-fullBleed #cta .icon {
        width: 85px;
        height: 85px;
        font-size: 70px;
    }

    .layout-fullBleed #cta .icon.icon-utility {
        width: 90px;
        height: 90px;
    }
}

@media (min-width: 992px) and (max-width: 1339px) {
    .layout-fullBleed #hero {
        font-size: 92%;
    }

    .layout-fullBleed #cta .icon {
        width: 65px;
        height: 65px;
        font-size: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .layout-fullBleed #slogan {
        padding: 40px 20px 20px;
    }

    .layout-fullBleed #cta .icon {
        width: 60px;
        height: 60px;
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .layout-fullBleed #cta {
        padding: 30px 50px;
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .layout-fullBleed #hero {
        font-size: 88%;
    }

    .layout-fullBleed #slogan {
        padding: 20px;
    }

    .layout-fullBleed #cta .icon {
        width: 55px;
        height: 55px;
        font-size: 40px;
    }
}

@media (max-width: 529px) {
    .layout-fullBleed #cta {
        padding: 50px 35px;
        text-align: center;
    }
}
