/* Community Level Styles */
:root {
    --animated-headline-overlay-button-bg: #ce872a;
    --animated-headline-button-bg-alt: #fff;
}

/* emergency banner */
#emergency-services {
    margin: 0;
}

/* animated headline */
#animated-headline .headline-close {
    color: #000;
}

/* home page */
#body_home #hero_slide_hp .presentational-headline-image-headings-container .button-style-2 {
    font-size: calc(var(--button-style-2-font-size) * 1.5);
}

/* logo */
.navbar-main .logo {
    height: 140px;
}

@media only screen and (min-width: 768px) {
    .navbar-main .logo {
        height: 200px;
    }
}

/* interior logo */
body:not(#body_home) .navbar-main .logo {
    height: 124px;
}

/* footer */
.corp-logo a img {
    width: 75%;
    max-width: 150px;
}

#footer .footer-copyright .disclaimer-site-mgmt {
    flex-wrap: wrap;
}

/* contact */
#contact_us_page_container .lightning-form .form-btn:hover {
    background: var(--primary-hover);
}

/* eBrochure */
.sidebar .contact-info .logo-wrapper .logo {
    width: 75%;
}

/* floor plans */
.fp-details-custom-tour-section .fp-details-row > .header-text-style-3,
.fp-apartment-custom-tour-section .fp-details-row > .header-text-style-3,
#fp_app .fp-apartment-custom-tour-section .fp-details-custom-tour, 
#fp_app .fp-details-custom-tour-section .fp-details-custom-tour{
    display: none;
}