/* Community Level Styles */

:root {
    /* top bar */
    --top-bar-bg: var(--secondary-base);
    --top-bar-color: var(--secondary-base-alt);
    --link-bg-hover: var(--secondary-hover);
    --link-bg-hover-alt: var(--secondary-base-alt);
    
    /* nav */
    --navbar-background-transparent-color: var(--background-1-base);
    --navbar-background-transparent-text-color: var(--background-1-base-alt);
    --navbar-background-color: var(--background-1-base);
    --navbar-link-color: var(--background-1-base-alt);
    --navbar-background-transparent-level: 0.85;
    
    /* menu */
    --menu-background-color: var(--secondary-base);
    --menu-text-color: var(--secondary-base-alt);
    --menu-desktop-logo-bg: var(--secondary-hover);
    --menu-background-color-hover: var(--secondary-hover);
    --menu-text-color-hover: var(--secondary-hover-alt);
    
    /* hp */
    --intro-hpt-impact-text-color: var(--secondary-base);
    --intro-hpt-accent-color: var(--primary-base);
    --intro-hpt-header-font-family: var(--fonts-body);
    --amenities-title-bg-color: #f5f5f5;
    --amenities-title-text-color: var(--secondary-base);
    --amenities-header-text-color: var(--primary-base);
    --neighborhood-bg: none;
    --neighborhood-btn-bg: none;
    --neighborhood-btn-text: var(--primary-base);
    
    /* amenities */
    --amenities-header-color: var(--primary-base);
    --amenities-header-border-bottom-color: var(--secondary-base);
    --amenities-list-bullet-color: var(--secondary-base);
    
    /* neighborhood */
    --featured-header-text-color: var(--primary-base);
    
    /* footer */
    --wnpm-footer-svg-fill: var(--background-3-base-alt);
    --footer-desktop-logo-width: 325px;
    --footer-mobile-logo-width: 300px;
    --footer-button-bg-color: #363636;
    --footer-button-bg-hover-color: #484745;
}

/* nav */
header .navbar {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

header .navbar #showcase_links {
    justify-content: space-between;
    justify-self: center;
}

header .navbar .phone-container {
    grid-column: 3 / 4;
    width: max-content;
    justify-self: end;
}

@media only screen and (max-width: 767px) {
    header .navbar {
        grid-template-columns: repeat(2,1fr);
    }
    
    header .navbar .phone-container {
        grid-column: 2 / 3;
    }
}


/* emergency banner */
#emergency-services {
    margin-top: 0 auto;
    color: #222;
}

/* interior pages */
.insidepage .page-header {
    color: var(--primary-base);
}

/* footer */
footer {
    padding-bottom: 0;
}

.footer-bottom-container {
    margin-top: 0;
}

footer .footer-bottom {
    background: url('/gridmedia/img/__wnpm/footer-img.jpg');
    background-size: cover;
    background-position: 100% 30%;
    background-repeat: no-repeat;
    padding: 20px 0;
    position: relative;
    z-index: 0;
}

footer .footer-bottom:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.3;
    z-index: -1;
}

footer .footer-buttons {
    display: flex;
    max-width: 80%;
    flex-wrap: wrap;
    margin: 30px auto 15px;
    justify-content: center;
}

footer .footer-header {
    color: var(--background-3-base-alt);
}

footer .footer-buttons .button-style-1 {
    margin: 10px;
    white-space: nowrap;
}

footer svg {
    fill: var(--wnpm-footer-svg-fill);
}

.footer-bottom-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: 20px auto;
    max-width: 1400px;
    padding: 10px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    footer .corp-logo {
        width: fit-content;
        margin: 10px auto;
    }
    
    footer .footer-group .btn-container {
        width: fit-content;
        margin: auto;
    }
}

@media only screen and (min-width: 768px) {
    footer .footer-refer {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 480px) {
    footer .corp-logo img {
        width: 400px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 479px) {
    footer .corp-logo img {
        width: 300px;
    }
    
    .footer-bottom-container {
        width: auto;
    }
}

/* hp */
#intro_text_section.repeat-bg-image {
    background-size: 200px;
}

#intro_text_section .hpt-impact-text,
#intro_text_section .hpt-impact-text .hpt-impact-line-one,
#intro_text_section .hpt-impact-text .hpt-impact-line-two,
#intro_text_section .hpt-impact-text .hpt-impact-line-three,
#neighborhood_section .neighborhood-header.neighborhood-impact-title,
#neighborhood_section .token-header-three,
.accent-banner #accent_banner_headline {
    font-family: var(--fonts-accent);
    width: auto;
    font-size: calc(var(--intro-hpt-impact-font-size) * 1.7);
    color: var(--secondary-base);
}

@media only screen and (min-width: 768px) {
    #intro_text_section .hpt-impact-text .hpt-impact-line-one,
    #intro_text_section .hpt-impact-text .hpt-impact-line-two,
    #intro_text_section .hpt-impact-text .hpt-impact-line-three,
    #neighborhood_section .neighborhood-header.neighborhood-impact-title,
    #neighborhood_section .token-header-three,
    .accent-banner #accent_banner_headline {
        font-family: var(--fonts-accent);
        font-size: calc(var(--intro-hpt-impact-font-size) * 2.5);
        color: var(--secondary-base);
    }
}

@media only screen and (min-width: 1024px) {
    #intro_text_section .hpt-impact-text .hpt-impact-line-one,
    #intro_text_section .hpt-impact-text .hpt-impact-line-two,
    #intro_text_section .hpt-impact-text .hpt-impact-line-three,
    #neighborhood_section .neighborhood-header.neighborhood-impact-title,
    #neighborhood_section .token-header-three,
    .accent-banner #accent_banner_headline {
        font-family: var(--fonts-accent);
        font-size: calc(var(--intro-hpt-impact-font-size) * 3);
        color: var(--secondary-base);
    }
}

@media only screen and (min-width: 1400px) {
    #intro_text_section #intro_header_text {
        font-size: calc(var(--amenities-header-font-size) * 2.2);
        line-height: calc(var(--amenities-header-font-size) * 2.5);
    }

    #intro_text_section .hpt-impact-text .hpt-impact-line-one,
    #intro_text_section .hpt-impact-text .hpt-impact-line-two,
    #intro_text_section .hpt-impact-text .hpt-impact-line-three,
    #neighborhood_section .neighborhood-header.neighborhood-impact-title,
    #neighborhood_section .token-header-three,
    .accent-banner #accent_banner_headline {
        font-family: var(--fonts-accent);
        font-size: calc(var(--intro-hpt-impact-font-size) * 4);
        color: var(--secondary-base);
    }
}

#intro_text_section .hpt-impact-text .impact-divider-line {
    display: none;
}

#neighborhood_section .neighborhood-header.neighborhood-impact-title {
    color: var(--secondary-base);
}

#neighborhood_section .btn-container .neighborhood-button:hover {
    background: var(--primary-hover);
}

#neighborhood_section .neighborhood-paragraph-text {
    text-align: center;
}

#amenities_section .box1 .amenities-text-block .inselect-units {
    display: none;
}

#amenities_section .box2 .amenities-text-block .inselect-units {
    margin-top: 1rem;
}

/* floor plans */
#fp_app .fp-view-header-group .fp-view-title-group .fp-view-title {
    display: none;
}

#fp_app .fp-view-header-group .fp-view-title-group:after {
    content: "Availability & Pricing";
    text-transform: var(--header-text-transform,none);
    font-weight: var(--header-base-font-weight);
    font-family: var(--fonts-header);
    letter-spacing: var(--header-text-letter-spacing,initial);
    color: var(--primary-base);
    font-size: var(--header-text-style-2-base-font-size-mobile);
}

#fp_app .fp-list {
    display: flex;
    flex-wrap: wrap;
}

/* neighborhood */
.neighborhood-page #neighborhood_section .content-container .poi-category-list-container #category_list_content {
    height: 100%;
}

.neighborhood-page .header-secondary-color {
    color: var(--primary-base);
}

.school-info-section .school-list .school-item svg * {
    stroke: var(--primary-base);
}

.school-info-section .school-list .school-item .header-text-style-4 {
    color: var(--primary-base);
}

#return_category {
    background: var(--primary-base);
}

/* Residents */
#residents_app_container .card-style-1 .svg-container .svg-icon path,
#residents_app_container .card-style-1 .svg-container .svg-icon .svg-fill {
    fill: var(--secondary-base);
}

#residents_app_container .residents-header {
    padding: 0 20px 30px;
    max-width: 1300px;
    margin: auto;
    font-weight: 400;
}