/* Site Adjustments */

/* nav */
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
    .hero-intro .hero-overlay-info .hero-list-logo-container .hero-overlay-nav-list .menu_item span,
    .hero-intro .hero-overlay-info .hero-list-logo-container .hero-overlay-nav-list .menu_item>a {
        font-size: calc(var(--body-base-font-size) * .73);
    }
}

/* faq */
#body_faq .faq-container .faq-list-container .list-item-content {
    white-space: break-spaces;
}

#body_faq .faq-container .faq-list-container .list-item-content .faq-text-link {
    transition: 0.3 ease all;
    text-decoration: underline;
}

#body_faq .faq-container .faq-list-container .list-item-content .faq-text-link:hover {
    opacity: 0.6;
    transition: 0.3 ease all;
}

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