/* Site Adjustments */
:root {
    --fp-details-minimap-active-sphere-bg-color: var(--background-2-base-alt);
    --fp-details-minimap-active-sphere-border: 3px solid var(--background-2-base);
    --fp-details-minimap-sphere-bg-color: var(--background-2-base);
    --hpt-text-box-subheader-arrow-color: var(--background-1-base);
    --resident-icon-stroke: var(--background-2-base);
}

/* override LUV styles */
body div#luv-widget-frjoebgho {
    top: unset !important;
    bottom: 20px !important;
}

/* centered footer items */
footer .top-section {
    text-align: center;
}

footer .phone-link {
    margin: 0 auto;
}

footer .corp-logo {
    align-items: center;
}

footer .apartments-copy-text {
    flex-flow: column;
}

footer .spacing {
    text-align: center;
}

/* nav items */
.menu_item.home_ni,
.menu_item.neighborhood_ni {
    display: none !important;
}

@media only screen and (min-width: 2200px) {
    .menu_item.home_ni,
    .menu_item.neighborhood_ni {
        display: block !important;
    }
}