/* Community Level Styles */
/* Colorado 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: 1.5rem 1rem;
    position: relative;
}

footer .custom-section .custom-text-container .custom-content .content-container .content-paragraph.paragraph-text {
    color: var(--footer-text-color);
    font-weight: 700;
}

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

.ebrochure-page #ebrochure_fp_container.open-fp-container .ebrochure-body-content tr:nth-child(odd) {
    color: #222;
}