/* Site Adjustments */

:root {
    --hp-hero-logo-max-width-desktop: 300px;
    --hp-hero-logo-max-width-tablet: 300px;
    --hp-hero-logo-max-width-mobile: 225px;
    
    --hero-logo-mobile-width: 225px;
    --hero-logo-width: 275px;
}

.ebrochure_page .sidebar .logo-wrapper {
    filter: invert(1);
}

/* Start CO state disclaimer */
#co_disclaimer * {
    box-shadow: none;
    margin: 0 auto;
    padding: 0;
    max-width: none;
    text-align: center;
}

footer .custom-section {
    margin: 0 auto;
    max-width: 1550px;
    padding-bottom: 25px;
    position: relative;
}

@media only screen and (min-width: 1180px) {
    footer .custom-section {
        width: 90%;
    }
}

footer #co_disclaimer.custom-section .custom-text-container p {
    color: var(--footer-text-color);
}
/* End CO state disclaimer */