/* Site Adjustments */
:root {
    --sister-li-bg-alt-hover: var(--background-3-hover-alt);
}

/* hp */
@media only screen and (min-width: 768px) and (max-width: 1179px) {
    #hpt_section .hpt-text-container .hpt-header {
        max-width: 450px;
    }
}

@media only screen and (min-width: 1180px) and (max-width: 1600px) {
    #hpt_section .hpt-text-container .hpt-header {
        max-width: 600px;
    }
}

/* footer */
#co_disclaimer .custom-text-container {
    padding: 0 10px;
}

#co_disclaimer .custom-text-container .custom-content .content-container .content-description {
    color: var(--copyright-bg-alt);
}

#co_disclaimer .custom-text-container .custom-content {
    max-width: 1000px;
}
