<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home-listing-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 900px;
    width: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .home-listing-header {
        height: 900px;
    }
}

.home-listing-header:before {
    background: rgba(67, 76, 88, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
}

.home-listing-header h1 {
    font-size: 55px;
    margin: 0 0 10px;
    font-family: inherit;
    color: white;
}

.home-listing-header h2 {
    font-size: 30px;
    margin: 0 0 10px;
    font-family: inherit;
    color: white;
}

.community-name-address {
    font-size: 36px;
    font-weight: 400;
}

    .community-name-address .community-name {
        margin-right: 15px;
    }

.home-listing-header a {
    color: #ffffff;
    margin-top: 15px;
}

    .home-listing-header a:nth-of-type(1) {
        margin-right: 15px;
    }

.home-listing-header-contents {
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    font-size: 24px !important;
    line-height: 32px !important;
    margin: 0 0 10px;
}

    .home-listing-header-contents p {
        font-size: 24px !important;
        line-height: 32px !important;
    }

.FSBO {
    font-size: 40px;
    /* color: #FFFACD; */
    /* color: #a3d858; */
    color: #FD624D;
    font-weight: 900;
    /* text-decoration: underline; */
    /* text-decoration-thickness: 1px;
    /* text-underline-offset: 10px; */
    display: block;
    padding-bottom: 10px;
}

.btn-apply {
    background: #D95934;
    color: white;
    max-width: 300px;
    font-size: 24px;
    font-weight: 400;
    display: block;
    float: left;
    text-align: center;
    padding: 10px 30px;
    line-height: 36px;
    border-radius: 35px;
    border: none;
    margin: 20px 0 0;
}

    .btn-apply:hover {
        background: #a3d858;
        text-decoration: none;
    }
</pre></body></html>