/* Community Level Styles */

:root {
    --menu-logo-max-width: 225px;
    --content-title-text-color: #000;
    --detail-text-pseudo-line-color: #000;
}

/* menu */
.dropdown-menu.active .menu-logo-wrapper {
    margin-bottom: 30px;
}

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

/* hiding links for splash page */
.outer-most-container .top-bar .left-side-links-container .top-bar-sm li .left-side-link.top-bar-envelope-icon,
.outer-most-container .top-bar .left-side-links-container .top-bar-sm li .left-side-link.top-bar-calendar-icon,
.outer-most-container .top-bar .left-side-links-container .top-bar-sm li .left-side-link.top-bar-phone-icon,
.nav-links .address-phone-group a:last-of-type,
#body_home #hero_slide_hp .presentational-headline-image-headings-container .button-style-2,
#hp_cta,
#homepage_featured_floorplans_section .floorplan-section-header-wrapper .fp-token-text a,
#body_home #hero_slide_hp .presentational-headline-image-headings-container .button-style-2,
.neighborhood-link-wrapper .button-style-2,
#footer .footer-contents-container .footer-group.col-1 .footer-contact .api-phone,
#footer .footer-contents-container .footer-group.col-2 {
    display: none;
}

.fp-section-main-container .swiper-overflow-container .featured-floorplan-image-container {
    pointer-events: none;
}

#footer .footer-copyright .footer-copyright-section#footer_copyright_text a {
    white-space: nowrap;
}

.nav-links .link-group a:nth-of-type(2) {
    border-right: 1px solid #fff;
}

/* menu */
.dropdown-menu .community-info.address-2 {
    padding: 0;
}

/* hp */
#body_home .navbar-main .logo {
    height: 125px; 
}

#body_home .loaded .navbar-main .logo .intro-img {
    filter: drop-shadow(2px 4px 6px black);
}

#homepage_featured_floorplans_section .fp-token-text h3 {
    font-family: var(--fonts-accent);
    color: var(--secondary-base);
    font-size: 30px;
    margin: 30px 0;
    text-transform: uppercase;
}

/* custom pages */
.custom-text-container .custom-content .content-container .content-paragraph {
    white-space: pre-line;
    font-weight: 400;
}

#belle_reve .belle-reve-logo {
    grid-column: 2;
    grid-row: 2/3;
    max-width: 400px;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    #belle_reve .belle-reve-logo {
        max-width: 300px;
        margin: 30px auto;
    }
}

.sectioned-grid .flex-container>:first-child {
    grid-row: 1;
}

.sectioned-grid:nth-of-type(2) .flex-container {
    grid-template-rows: repeat(2, 1fr);
}

#belle_reve .content-paragraph a {
    font-weight: 700;
    color: #396da6;
}

#belle_reve_text_section_one {
    display: none;
}

#belle_reve_text_section_two {
    grid-row: 2/3;
}

#health_and_housing .content-paragraph a {
    font-weight: 700;
}

#health_and_housing #text_section_four {
    margin-top: 30px;
}

#health_and_housing .icon-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-items: center;
    justify-content: center;
    max-width: 800px;
    margin: 50px auto;
}

#health_and_housing .icon-section img {
    width: 80%;
    max-width: 300px;
    margin: 20px;
}

@media only screen and (max-width: 767px) {
    #health_and_housing .icon-section {
        grid-template-columns: 1fr;
    }
}

/* ADA logo footer */
.eho-ada-container .ada img {
    max-width: 30px;
}



