/* use for community customizations */
/* Lonestar Communities specific - Remove TTY */
.tty-text {
    display: none;
}/* Lonestar Communitis specific - Alignment of Above Header */
@media only screen and (min-width: 1024px) {
    .hero-intro .hero-overlay-info .above-header {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 1rem;
        justify-content: space-between;
    }
    .hero-intro .hero-overlay-info .above-header .address-header-link {
        justify-self: start;
    }
    .hero-intro .hero-overlay-info .above-header .above-header-phone-link {
        justify-self: end;
    }
}
/* Lonestar Communities speciic - Se Habla Espanol */
.above-header .above-header-phone-link .api-phone .phone-link .tty-text {
    display: block;
    position: relative;
    visibility: hidden;
}
.above-header .above-header-phone-link .api-phone .phone-link .tty-text:after {
    position: absolute;
    right: 0;
    top: 0;
    color: inherit;
    content: 'SE HABLA ESPANOL';
    font: inherit;
    visibility: visible;
    white-space: nowrap;
}
/* Lonestar Communities specific - Floor Plans - hide favorites & Deposit */
#fp_app #fp_sub_navigation #fp_favorites_view_button.fp-sub-nav-button,
#fp_app .fp-apartment-info-detail .fp-apartment-info-row .fp-apartment-info-icons-group,
#fp_app .fp-quick-info-section .fp-quick-info-section-group .fp-quick-info-wrapper .fp-quick-info-icons-group .heart-icon,
#fp_app .png-site-map-container #png_apartment_list_component .png-map-unit-list .png-map-unit .prospect-favorite,
#fp_app .prospect-favorite,
#body_floorplans #fp_app .fp-details-cta-button.prospect-favorite,
#fp_app .fp-card .fp-info-wrapper .fp-deposit,
#fp_app .fp-apartment-info-detail .fp-apartment-info-row:last-child {
    display: none;
}
/* Lonestar Communities specific - Contact Us */
.contact-us .page-header,
#appointment_form_container .form-header {
    visibility: hidden;
    position: relative;
}
#appointment_form_container .form-header {
    font-size: 44px;
}
#appointment_form_container .form-header:after {
    position: absolute;
    left: 0;
    top: 0;
    visibility: visible;
    font: inherit;
    color: inherit;
    content: 'Schedule A Tour';
}
/* Lone Start Communities specific - Footer */
.checkpoint-container {
    display: block;
    margin: 20px;
    padding: 0;
    text-align: left;
}
.checkpoint-container > img {
    margin-bottom: 0.5rem;
    max-width: 250px;
}
@media only screen and (min-width: 1180px) {
    footer .footer-office-information:after, 
    footer .footer-office-information:before { 
        content: none;
    }
    footer .corp-logo {
        align-items: center;
        padding: 0 50px;
        position: relative;
    }
    footer .corp-logo:after, 
    footer .corp-logo:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: var(--footer-pipe-color);
        height: 100%;
        width: 2px;
    }
    
    footer .corp-logo:before {
        left: 0;
    }
    
    footer .corp-logo:after {
        right: 0;
    }
    
    .checkpoint-container {
        margin: 20px auto;
        text-align: center;
    }
}