<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Site Adjustments */

:root {
    --hp-subheader-font-family: var(--fonts-accent);
    --hpt-subheader-text-transform: none;
    --hpt-subheader-letter-spacing: 0;
    --hp-subheader-text-transform: none;
    --hp-subheader-letter-spacing: 0;
    --hpt-text-box-subheader-font-size: calc(var(--header-base-font-size) * 1);
}

.homepage-hero.hero-intro .hero-overlay-info.animate-blur {
    backdrop-filter: blur(0) !important;
}

/* homepage */
.hpt-section .text-box .text-box-header {
    display: none;
}

/* Gallery */
.gallery-group[data-gallery-id="33164"] .header-text-style-3.gallery-name {
    margin-bottom: 2em;
    position: relative;
}

.gallery-group[data-gallery-id="33164"] .header-text-style-3.gallery-name:after {
    position: absolute;
    top: 100%;
    left: 0;
    color: inherit;
    content: "The Barn is a community center that will feature a gym, game room/lounge, outdoor patio with a fire pit and community gardens.";
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    width: 100%;
    text-align: center;
}
@media only screen and (max-width: 479px) {
    .gallery-group[data-gallery-id="33164"] .header-text-style-3.gallery-name {
        margin-bottom: 4.5em;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .gallery-group[data-gallery-id="33164"] .header-text-style-3.gallery-name {
        margin-bottom: 3.5em;
    }
}

/* Start CO state disclaimer */
#co_disclaimer * {
    box-shadow: none;
    margin: 0 auto;
    padding: 0;
    max-width: none;
    text-align: left;
}

footer .custom-section {
    margin: 0 auto;
    max-width: 1550px;
    padding-bottom: 25px;
    position: relative;
}

@media only screen and (min-width: 1180px) {
    footer .custom-section {
        width: 90%;
    }

    footer .custom-section::after {
        content: '';
        display:  block;
        position: absolute;
        bottom: 0;
        background-color: var(--footer-pipe-color);
        height: 2px;
        width: 100%;
    }
}
footer #co_disclaimer.custom-section .custom-text-container {
    margin: var(--footer-spacing);
}
footer #co_disclaimer.custom-section .custom-text-container p {
    color: var(--footer-text-color);
}
/* End CO state disclaimer */</pre></body></html>