/* Community Level Styles */
:root {
    --reviews-background-color: #AC9678;
    
    /* footer */
    --footer-bg-color: #a6978273;
    --footer-text-color: #000;
    --footer-pipe-color: #000;
    --footer-button-bg-color: #000;
    --footer-button-text-color: #fff;
    --footer-button-text-hover-color: #000;
}

/* Accessibility Statement */
.custom-text-container .custom-content .content-container .content-paragraph a {
    white-space: nowrap
}

/* sisters */
.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-link a:hover h5 {
    opacity: 0.6;
}

/* footer */
footer .copyright_text a {
    white-space: nowrap;
}

footer .copyright_text a:hover {
    color: #000;
    opacity: 0.6;
}