/* Community Level Styles */

:root {
    --neighborhood-header-font-size-upto-767: calc(var(--header-base-font-size) * 2);
    --neighborhood-header-font-size-1180-1399: calc(var(--header-base-font-size) * 3);
    --neighborhood-header-font-size-from-1400: calc(var(--header-base-font-size) * 4);
    
    --neighborhood-top-upto-767: -43px;
    --neighborhood-top-768-1179: -76px;
    --neighborhood-top-1180-1399: -65px;
    --neighborhood-top-from-1400: -87px;
    
    --footer-alt-hover: rgba(255, 255, 255, 0.7);
}

.icons a svg {
    fill: var(--primary-base-alt);
}

/* floor plans */
#fp_apartment_details_component .fp-apartment-details-content.floor-plans-one-fees-parent .fp-apartment-gallery-section {
    display: none;
}