<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Community Level Styles */
:root {
    --amenities-list-item-mobile-width: 45%;
    --amenities-list-item-width: 45%;
}

/* interior navbar */
.nontransparent-header {
    background: #a55527;
}

/* Amenities page */
.amenities-section-container .amenities-list.show-icons .list-item.amenity-icon-247:before {
    font-size: var(--amenities-list-mobile-icon-size);
    color: var(--amenities-list-icon-color);
}

@media only screen and (min-width: 768px) {
    .amenities-section-container .amenities-list.show-icons .list-item.amenity-icon-247:before {
        font-size: var(--amenities-list-icon-size);
    }
    
    .amenities-section-container .amenities-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    
    .amenities-section-container .amenities-list .list-item {
        width: 100% !important;
        margin: 6px 5px !important;
    }
}

.amenities-section-container .amenities-list {
    justify-content: space-around;
}

/* nav */
.nav-links .api-phone {
    border-right: 1px solid #fff;    
}

@media only screen and (max-width: 1250px) {
    .nav-links .nav-email {
        display: none;
    }
}

/* hp */
#body_home #main_content #hero_slide_hp:before {
    z-index: 2;
}

.navbar-main .logo {
    height: 160px;
}

.navbar-main .logo img {
    filter: drop-shadow(0px 4px 10px #000);
}

/* amenities */
.countertops.amenity-icon-247.list-item:before {
    content: url('/gridmedia/img/icon.svg');
    width: 50px;
    margin: auto;
}

/* pets */
.pet-policy .api-pet_policy a {
    text-decoration: underline;
    transition: 0.3s ease all;
}

.pet-policy .api-pet_policy a:hover {
    opacity: 0.6;
    transition: 0.3s ease all;
}

/* ebro */
.ebrochure_page .sidebar .sidebar-text .tty-text {
    display: none;
}
/* Contact */
.appointment-form .form-header {
    position: relative;
    visibility: hidden;
}
.appointment-form .form-header:before {
    position: absolute;
    left: 0;
    top: 0;
    visibility: visible;
    content: 'Request Virtual Appointment';
    color: inherit;
    font-family: inherit;
    font-size: 44px;
}
/* floor plans */
#fp_app .fp-card .fp-info-wrapper .fp-deposit &gt; span {
    position: relative;
    visibility: hidden;
}
#fp_app .fp-card .fp-info-wrapper .fp-deposit &gt; span:before {
    position: absolute;
    inset: 0;
    visibility: visible;
    content: 'Administrative Fee: $350 Non-Refundable';
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    width: 100%;
}
#fp_app .fp-card .fp-info-wrapper {
    padding: 10px 10px 20px 10px;
}</pre></body></html>