<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Community Level Styles */
:root {
    --neighborhood-top-upto-767: -50px;
    --neighborhood-top-768-1179: -76px;
    --neighborhood-top-1180-1399: -87px;
    --neighborhood-top-from-1400: -108px;
    
    --footer-desktop-comm-logo-width: 250px;
    --footer-alt-hover: rgba(41, 41, 41, 0.7);
}

/* floor plans */
#fp_app .fp-card .fp-info-wrapper .fp-name,
#fp_app .fp-card .fp-info-wrapper .fp-price {
    font-weight: 400;
}

/* custom asterisk request */
label.inclusive-dates__label.sc-inclusive-dates:after {
    content: " *";
}

#datepicker_move_in label:before {
    content: 'Preferred ';
}</pre></body></html>