
:root {
    --wp--preset--color--primary: #003366;
    --icon: #25AAE1;
    --available-ribbon: #5DCAD1;
    --coming-soon-ribbon: #2B7D2E;
    --pending-ribbon: #CA4337;
}

html {
    scroll-behavior: smooth;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

h2 {
    font-family: "Open Sans", serif;
    font-size: 2rem;
     font-weight: 600; 
    line-height: 1.2;
}

@media(min-width: 800px) {
    h2 {
        font-size: 2.75rem;
    }
}

a {
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.d-flex {
    display: flex;
    flex-flow: row wrap;
}

.d-flex-box {
    width: 50%;
    flex: 1 1 20em;
}

.d-flex-box-container {
    padding: 15px 73px;
}

.j-center {
    justify-content: center;
}

.bkg-gray {
    background: #EBEBEB;
}

.clr-primary {
    color: var(--theme-color);
}

.bkg-primary {
    background: var(--theme-color);
    color: #fff;
}

.clr-secondary {
    color: var(--secondary-color);
}

.bkg-secondary {
    background: var(--secondary-color);
}

.p-20 {
    padding: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.m-auto {
    margin: auto;
}

.m0 {
    margin: 0;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.border-b {
    border-bottom: 1px solid #000;
}

.ta-right {
    text-align: right;
}

header.header {
    background: var(--theme-color);
    color: #fff;
    margin: 0 0 25px;
}

header.header a {
    color: #fff;
}

.container {
    max-width: 1440px;
    width: 90%;
    margin: auto;
}

.md-container {
    max-width: 900px;
}

.hero_container {
    max-width: 1440px;
    width: 100%;
    margin: auto;
}

.home-hero_container {
    width: 100%;
    margin: auto;
}

.content.container {
    max-width: 1040px;
}

.feed.container {
    max-width: 945px;
}

.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.header__top svg,
#intro-box svg{
    height: 40px;
    width: 40px;
}

.header__top svg .st0{
    fill: var(--secondary-color);
}

#intro-box svg .st0{
    fill: #fff;
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.contact-wrap a{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media(max-width: 960px) {
    .contact-wrap a span {
        display: none;
    }
}


.header__logo img {
    width: 100%;
    height: auto;
    max-width: 227px;
}

.header__nav-menu-list li {
    display: inline;
}

.header__nav-menu-list li a,
a.wp-block-navigation-item__content,
.wp-block-navigation.header__nav-menu-list li a.wp-block-navigation-item__content {
    padding: 0 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.header__nav-menu-list li:after {
    content: "";
    border-right: 3px solid #fff;
    position: relative;
    top: 2px;
    height: 21px;
}

.wp-block-navigation.header__nav-menu-list li:last-child a.wp-block-navigation-item__content,
.header__nav-menu-list li:last-child a {
    padding-right: 0;
}

.header__nav-menu-list li:last-child:after {
    content: "";
    border-right: none;
}

@media(max-width: 1230px) {
    .header__nav-menu-list li a {
        font-size: 16px;
        padding: 0 20px;
    }
}

.resident-login-btn {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}

.resident-login-btn a {
    padding: 10px 30px;
    background: #c79211;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px 0 5px 5px;
    font-size: .85em;
}

.navButtonWrapper {
    display: none;
}

.navButton {
    float: right;
    position: relative;
    width: 20px;
    height: 14px;
}

.navButtonBar {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    float: left;
    width: 100%;
    position: absolute;
    height: 3px;
    background: #fff;
    margin: 7px 0 0;
}

.navButtonBar--top {
    margin-top: 1px;
}

.navButtonBar--bottom {
    margin-top: 13px;
}

body.is-showingNav .navButtonBar {
    background: #fff;
}

body.is-showingNav .navButtonBar--top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 7px
}

body.is-showingNav .navButtonBar--middle {
    opacity: 0;
    filter: alpha(opacity=0);
}

body.is-showingNav .navButtonBar--bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 7px;
}

.navButton {
    width: 24px;
    height: 17px;
}

.navButtonBar--top {
    margin-top: 0px;
}

.navButtonBar--bottom {
    margin-top: 14px;
}

.nav-mobile {
    background-color: #262A33;
    height: 100%;
    overflow-y: scroll;
    padding-top: 60px;
    position: fixed;
    right: -320px;
    top: 0;
    width: 320px;
    z-index: 99999;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.nav-mobile ul {
    padding: 0;
}

.nav-mobile li.menu-item a {
    color: #fff;
    padding: 1em;
    display: block;
}

.nav-mobile .menu-item {
    border: 1px solid #fff;
    width: 60%;
    padding: 0 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    list-style: none;
    font-size: 16px;
    margin: 1em auto;
    text-align: center;
}

.main-nav-contact-container {
    padding: 12px 30px;
}

body.is-showingNav {
    overflow: hidden;
}

body.is-showingNav .nav-mobile {
    display: block;
    right: 0;
}

body.is-showingNav .header__container {
    transform: translateX(-320px);
}

body.is-showingNav .overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    top: 0;
}

@media(max-width: 1024px) {
    .header__container {
        padding: 20px;
    }

    .header__nav-menu ul,
    .resident-login-btn,
    .header__top {
        display: none;
    }

    .header__logo {
        display: block;
    }

    .navButtonWrapper {
        display: block;
    }

}

.hero-wrap {
    display: flex;
    flex-flow: row wrap;
}

.hero__community-info {
    flex: 1 1 10em;
    background: var(--secondary-color);
    color: #fff;
    width: 490px;
}

.community-info-box {
    padding: 80px 30px 35px;
}

.header-contact-icon {
    height: 40px;
    width: 40px;
}

.hero_community-amenities figure {
    display: inline-block;
}

.hero_community-amenities img {
    width: 36px;
    height: 36px;
}

.hero-amenity-icon-wrap {
    background: #33aae1;
    color: #fff;
    display: inline-flex;
    border-radius: 50px;
    width: 36px;
    height: 36px;
}

.hero-amenity-icon-wrap i {
    font-size: 15px;
    margin: auto;
}

.hero-title {
    font-size: 42px;
    line-height: 1;
    margin: 0 0 48px;
    text-align: center;
}

.hero__community-info a {
    color: #fff;
    display: flex;
    font-size: 1.25em;
    gap: 10px;
    margin-bottom: 1em;
}

.hero-community-docs .community-pdf{
    align-items: center;
}

.hero-connect-doc-icon {
    width: 30px;
}

.hero__contact-info {
    font-size: 16px;
    margin-bottom: 20px;
}

.icon-link {
    margin-right: 35px;
    position: relative;
}

.icon-call:after {
    content: "";
    background: url(../assets/img/icon-phone.png) no-repeat center / cover;
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    right: -35px;
    top: -6px;
}

.icon-text:after {
    content: "";
    background: url(../assets/img/icon-sms.png) no-repeat center / cover;
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    right: -35px;
    top: -6px;
}

.icon-email:after {
    content: "";
    background: url(../assets/img/icon-email.png) no-repeat center / cover;
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    right: -35px;
    top: -6px;
}

.hero__office-hours {
    font-size: 16px;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    padding-bottom: 20px;
    margin-bottom: 20px;
    gap: 1em;
}

@media(min-width: 430px) {
    .hero__office-hours {
        display: flex;
    }

    .hero__the_office-hours {
        text-align: right;
    }

}

.hero_community-docs a {
    display: block;
    position: relative;
    width: fit-content;
}

.hero_community-docs a:after {
    content: "";
    background: url(../assets/img/pdf-icon.png) no-repeat center / cover;
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    right: -30px;
    top: 0;
}

.community-map {
    position: relative;
    text-align: right;
    height: 223px;
    width: 490px;
    width: 100%;
    display: flex;
    margin: auto;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 223px;
    width: 100%;
    display: flex;
}

#map {
    height: 223px;
    width: 100%;
}

#mapContent {
    text-align: center;
    color: #000;
}

.overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 2; 
}

.wp-block-column .community-map,
.wp-block-column .gmap_canvas {
    max-width: 100%;
}

.hero__slider {
    flex: 1 1 20em;
    width: 100%;
    position: relative;
    margin: 0 auto;
}


@media(min-width: 780px) {
    .community-map {
        max-width: 480px;
    }

    .gmap_canvas {
        max-width: 480px;
    }

}

@media(min-width: 780px) and (max-width: 1229px) {
    .community-map {
        height: 100%;
        width: 100%;
    }

    .gmap_canvas {
        height: 100%;
    }

}

@media(min-width: 1230px) {
    .hero__slider {
        max-width: 960px;
    }

    .hero__slider.home-hero__slider {
        max-width: 100%;
    }
}

@media(max-width: 1229px) {

    .hero__community-info {
        display: flex;
        flex-flow: row wrap;
    }

    .community-info-box,
    .community-map {
        flex: 1 1 20em;
    }

    iframe#gmap_canvas {
        height: 100%;
        width: 100%;
    }
}

.details-slider {
    position: relative;
}

button.slick-prev:before,
button.slick-next:before {
    content: "";
}

button.slick-prev.slick-arrow {
    background: url(../assets/img/prev-arrow.jpg) no-repeat 2% center / cover;
    left: 0;
    z-index: 1;
    width: 52px;
    height: 112px;
    top: 54%;
    transform: translatey(-50%);
}

button.slick-next.slick-arrow {
    background: url(../assets/img/next-arrow.jpg) no-repeat 2% center / cover;
    right: 0;
    width: 52px;
    height: 112px;
    top: 54%;
    transform: translatey(-50%);
}

.header-btn {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 15px;
    color: var(--theme-color);
    background: #fff;
    display: inline-flex;
    align-items: center;
    gap: 1em;
    border-radius: 25px;
}

.cta-btn {
    padding: 15px 30px;
    background: var(--theme-color);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 15px;
    display: flex;
    align-items: center;
}

#intro-box {
    position: relative;
    z-index: 9999;
}

.intro-flex-box {
    flex: 1 1 20em;
    width: 50%;
}

.intro-flex-box.content {
    padding: 1em;
}

.intro-amenity-image {
    width: 100%;
    object-fit: cover;
    max-height: 50vh;
}

@media(min-width: 840px) {

    .intro-amenity-image {
        width: 100%;
        object-fit: cover;
        max-height: 700px;
    }

}

.intro-contact{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-flow: row wrap;
    gap: 1em;
}

.available-home-listing {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    border: 1px solid #A8A8A8;
    position: relative;
    margin-bottom: 40px;
}

@media(max-width: 600px) {
    .available-home-listing {
        overflow: hidden;
    }
}

.ah-lising__images {
    width: 337px;
    flex: 1 1 38%;
    position: relative;
}

.listing-status {
    max-width: 195px;
    position: absolute;
    width: 100%;
    z-index: 1;
    right: -20px;
}

.home-listing-status {
    max-width: 350px;
    position: absolute;
    width: 100%;
    z-index: 1;
    right: 0;
    top: 50px;
}

.arrow-listing-status {
    max-width: 200px;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: -19px;
}

.ah-lising__images button.slick-prev.slick-arrow,
.ah-lising__images button.slick-next.slick-arrow {
    width: 26px;
    height: 66px;
}

.ah-listing__details {
    flex: 1 1 61.666667%;
}

.details-price {
    margin: 0 0 10px;
    font-size: 2rem;
    font-weight: 700;
}

.ah-listing__details-wrap {
    padding: 2em;
    position: relative;
}

.ah-listing__details span {
    display: block;
    font-size: 15px;
}

.ah-listing__home-details {
    margin: 10px 0;
    padding: 0;
    max-width: 330px;
    font-size: 15px;
}

.ah-listing__home-details li {
    list-style: none;
}

.view-home {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #000;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.view-all-images {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 0;
    background: #ccc;
    left: 0;
    bottom: 0;
    width: 100%;
}

#listing-wrap .view-all-images {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.view-all-images span{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}


@media(min-width: 725px) {

    .ah-listing__details-wrap {
        padding: 0 2em;
    }

    .ah-listing__home-details {
        column-count: 2;
    }

    .view-home {
        position: absolute;
        right: 40px;
        bottom: 0;
    }
}

.view-all-homes {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 15px;
    color: #fff;
    background: var(--theme-color);
    display: inline-flex;
    align-items: center;
    gap: 1em;
}

.view-all-homes-btn a {
    position: relative;
}

.view-all-homes-btn a:before {
    content: "";
    background: url(../assets/img/icon-home-white.svg) no-repeat center / cover;
    height: 24px;
    width: 24px;
    display: block;
    position: absolute;
    left: 15px;
    top: 48%;
    transform: translateY(-50%);
}

#filter {
    margin: 0 auto 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    gap: 1em;
}

@media(min-width: 960px) {
    #filter {
        justify-content: center;
    }
}

.ah-filter--field {
    margin: 10px 0;
    display: inline-block;
    text-align: left;
}

.ah-field-label {
    color: #777;
    font-size: 15px;
    font-weight: 700;
}

#filter select {
    border-radius: 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: block;
    margin: 0;
    min-width: 100px;
    padding: 0.75em 1rem;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.listing-count {
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
    font-weight: 700;
}

figure.wp-block-gallery.has-nested-images {
    margin: 0;
}

.amenities-content-container {
    padding: 15px 20px;
    margin-bottom: 40px;
}

@media(min-width:960px) {
    .amenities-content-container {
        padding: 15px 73px 73px;
    }
}

#amenity-image-group {
    position: relative;
}

.amenity-img-btn {
    font-size: 1em;
    position: absolute;
    z-index: 22;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: var(--theme-color);
    color: #fff;
    padding: 0.5em 0.5em;
    line-height: 1;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 600;
}

@media(min-width:680px) {
    .amenity-img-btn {
        font-size: 3em;
    }
}

.amenity-image {
    width: 100%;
    height: auto;
    display: flex;
}

h2.amenities-list-title {
    font-size: 2em;
    font-weight: 400;
}

.amenities-list {
    background: #fff;
    padding: 1em;
}

.amenity-icons {
    margin: 40px auto;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: start;
}

.amenity-icons li {
    display: flex;
    font-size: 14px;
    list-style: none;
    margin-bottom: 20px;
    flex: 1 1 22em;
    align-items: center;
    justify-content: center;
}

.amenity-icon-wrap {
    color: #98B9C7;
    height: 60px;
    width: 60px;
    margin: 1em;
    display: flex;
}

.amenity-icon-wrap i {
    margin: auto;
    font-size: 52px;
}

.amenity-icons li span {
    color: #98B9C7;
    display: block;
    width: 110px;
    font-weight: 600;
}

.slider-container,
.ahl-slider-container {
    height: 100%;
}

.slick-list.draggable {
    height: 100%;
}

.slick-track {
    height: 100%;
}

img.slick-slide {
    object-fit: cover;
}

.ah-lising__images img.slick-slide {
    height: 250px;
    width: 361px;
}

.hero-detail__contact {
    flex: 1 1 10em;
    background: #F0F0F0;
    color: #000;
    width: 490px;
}

.hero-detail__contact-title {
    font-size: 50px;
    margin-top: 0;
}

#property-photos img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

@media(min-width: 960px) {

    #property-photos img {
        height: 833px;
    }

}

.hero-detail__contact-box {
    padding: 20px 0px;
    margin: 0 auto;
    width: 80%;
}

.contact-form {
    margin: 0 auto 40px;
    width: 80%;
    border: 2px solid;
    padding: 1em;
}

.hs_submit.hs-submit input.hs-button {
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    background-color: var(--theme-color);;
    border-color: var(--theme-color);;
    color: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 20px 64px !important;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}

.schedule-tour-button {
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    background: #C23737;
    border-color: #33aae1;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 15px;
    margin: 20px auto;
    max-width: 350px;
    width: 100%;
}

.home-contact-button {
    padding: 15px;
    background-color: var(--theme-color);
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    display: block;
    text-align: center;
    margin: 0 auto 20px;
    font-size: 15px;
    max-width: 350px;
    text-transform: uppercase;
}

.home-listing-details__container {
    display: flex;
    gap: 40px;
    flex-flow: row wrap;
    width: 100%;
}

.home-listing-details__wrap {
    flex: 1 1 20em;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.ah-listing__description {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 40px;
}

.features-list {
    margin: 10px 0;
    column-count: 2;
    padding: 0;
    max-width: 450px;
    padding-left: 40px;
}

#home-listing-details .ah-listing__details-wrap {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.apply-now {
    padding: 15px;
    background: var(--theme-color);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    display: block;
    border: 3px solid var(--theme-color);
    width: 100%;
    max-width: 230px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.share-this {
    padding: 15px;
    border: 3px solid #2B7D2E;
    color: #000;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    display: block;
    width: 100%;
    max-width: 230px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-appearance: none;
    appearance: none;
    /* vertical-align: middle; */
    padding-right: 40px;
    position: relative;
    background: #fff;
}

.share-this img {
    position: absolute;
    top: 7px;
    right: 8px;
    width: 25px;
}

.share-this-btn a {
    position: relative;
}

.share-this-btn a:after {
    content: "";
    background: url(../assets/img/icon-share-arrow.svg) no-repeat center / cover;
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    right: 10px;
    top: 44%;
    transform: translateY(-50%);
}

.home-map {
    position: relative;
    text-align: right;
    height: 350px;
    width: 490px;
    width: 100%;
    max-width: 480px;
    display: flex;
    flex: 1 1 20em;
    margin: 0 auto;
}

.home-map_canvas {
    overflow: hidden;
    background: none !important;
    height: 350px;
    width: 100%;
    max-width: 480px;
    display: flex;
}

footer {
    background: var(--secondary-color);
    color: #fff;
    padding: 50px 0;
}

.footer__logo img {
    width: 100%;
    height: auto;
    max-width: 340px;
    margin-bottom: 20px;
}

footer a{
    color: #fff;
}

.footer-community-docs a.community-pdf {
    display: flex; 
    align-items: center;
    gap: 5px;
    margin-top: 20px;
}

.footer-connect-doc-icon {
    height: 25px;
}

.footer-connect-icon{
    height: 50px;
    width: 50px;
}

.cr-box {
    flex: 1 1 45%;
    text-align: center;
    padding: 20px;
}

.cc-box {
    flex: 1 1 45%;
    padding: 1em;
}

.community-footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2em;
}

@media(min-width: 1024px) {

    .footer-connect-icon{
        height: 50px;
        width: 50px;
    }

    .community-footer-connect {
        border-right: 1px solid;
    }

    .community-footer-info {
        border-left: 1px solid;
    }

}

.social-icons {
    margin: auto;
    width: max-content;
    max-width: 250px;
}

.social-icons-list {
    padding: 0;
}

.social-icons-list li {
    display: block;
    margin: 0 5px;
}

.social-icon a {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    gap: 1em;
}

.copyright {
    background: #292929;
    color: #fff;
    justify-content: space-between;
    padding: 8px 20px;
    align-items: center;
}

.copyright a{
    color: #fff;
}

.legal {
    color: #fff;
}

.legal span {
    cursor: pointer;
}

.compliance-icons img {
    height: 35px;
    width: 35px;
    margin: 5px 5px 0;
}

@media(max-width: 599px) {
    .copyright {
        text-align: center;
    }

    .legal span {
        display: block;
    }
}

@media(min-width: 600px) {

    .copyright {
        display: flex;
    }

    .legal span:after {
        content: "";
        border-right: 1px solid #fff;
        position: relative;
        top: 2px;
        padding: 0 10px;
        margin-right: 10px;
    }

    .legal span:last-child:after {
        content: "";
        border-right: none;
    }

}

div#contact form fieldset,
div#contact-form form fieldset {
    max-width: 100%;
}

div#contact fieldset .input,
div#contact-form fieldset .input {
    margin: 0;
}

.input input,
.input select,
.input textarea {
    display: inline-block;
    width: 100% !important;
    padding: 9px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.input input,
.input select {
    height: 40px;
}

.input textarea {
    height: 80px;
}

ul.no-list {
    list-style: none;
}

.inputs-list {
    margin: 0 0 5px;
    width: 100%;
    padding-left: 5px;
}

.inputs-list>li {
    display: block;
    padding: 0;
    width: 100%;
    padding-top: 0;
}

.inputs-list label {
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    white-space: normal;
    font-weight: normal;
}

.hs-error-msgs label {
    color: #f2545b;
    font-size: 14px;
    display: block;
    font-weight: 500;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
}

.hs-form.stacked fieldset.form-columns-2 .hs-form-field {
    width: 100%;
}

#contact .input input,
#contact .input select,
#contact .input textarea {
    color: #33475b;
    border: none;
    border-bottom: 2px solid var(--theme-color);;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-align: center;
    margin-bottom: 20px;
}

#contact .input input,
#contact .input select {
    height: 40px;
}

#contact .input textarea {
    height: 80px;
}

#contact .form-columns-1,
#contact .form-columns-2 {
    text-align: center;
}

@media(min-width: 640px) {
    .hs-form.stacked fieldset.form-columns-2 .hs-form-field {
        width: 48%;
    }

    .hs-form.stacked fieldset.form-columns-2 .hs-form-field:first-child {
        padding-right: 2%;
    }

    .hs-form.stacked fieldset.form-columns-2 .hs-form-field:last-child {
        padding-left: 2%;
    }
}

.legal-modal {
    background: #fff;
    border-radius: 10px;
    height: 75vh;
    left: 50%;
    max-width: 1280px;
    opacity: 0;
    padding: 2em 2em 5em;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 1s ease all;
    visibility: hidden;
    width: 90%;
    z-index: 999999;
}

.modal-content {
    height: 100%;
    overflow: scroll;
}

body.open {
    overflow: hidden;
}

.modal.open {
    opacity: 1;
    visibility: visible;
}

.close-modal {
    -webkit-appearance: none;
    appearance: none;
    background: var(--theme-color);
    border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 15px auto;
    padding: 15px 30px;
    text-transform: uppercase;
}

.overlay,
.mobile-nav-overlay {
    background: hsl(0deg 0% 0% / 80%);
    cursor: pointer;
    height: 100vh;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: 1s ease all;
    visibility: hidden;
    width: 100%;
    z-index: 99998;
}

body.open .overlay,
body.is-showingNav .mobile-nav-overlay {
    opacity: 1;
    visibility: visible;
}


#share-modal {
    max-width: 600px;
    position: fixed;
    top: 50%;
    background: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 3px 46px 0px hsl(216deg 71% 23% / 17%);
    border-radius: 15px;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: 1s ease all;
    width: 95%;
}

#share-modal.open {
    opacity: 1;
    visibility: visible;
}

.share-modal-header {
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
}

.share-field-wrap {
    margin-bottom: 1em;
}

.share-field-wrap label {
    font-size: 1em;
}

.share-email-input input {
    display: inline-block;
    width: 100% !important;
    padding: 9px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

#share-btn {
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 64px !important;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}

#form-message {
    font-size: 16px;
}

.copy-page-url {
    color: var(--theme-color);
    cursor: pointer;
    padding: 0;
    border: 0;
    background: transparent;
    margin: 1em auto;
    display: block;
}

.origen-apply-now {
    padding: 25px 0 100px;
}

.origen-apply-now .buttons {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    gap: 1em;
    flex-flow: row wrap;
}

.origen-apply-now .buttons form {
    display: inline-block;
}

.origen-apply-now h2 {
    margin: 25px 0 6px;
    font-size: 28px;
}

.origen-apply-now h3 {
    color: var(--theme-color);
    margin: 25px 0 6px;
    font-size: 18px;
    text-decoration: underline;
    font-family: "Open Sans Light", serif;
    font-weight: 700
}

.origen-apply-now p {
    margin: 0px 0px 10px;
    font-size: 15px;
}

.origen-apply-now p.pdf-link {
    padding: 25px 0;
}

.origen-apply-now .fa-file-arrow-down {
    color: var(--theme-color);
    font-size: 65px;
}

.origen-apply-now .apply-now {
    width: 175px;
}

.page-template-template-home header.header {
    margin: 0;
}

.sunny-home-slider-container {
    max-height: 600px;
    height: 100vh;
}

.available-homes-feed {
    display: flex;
    gap: 2em;
    flex-flow: row wrap;
    justify-content: center;
}

figure.home-model__box.home-model__img {
    position: relative;
    margin: 0;
}

figure.home-model__box.home-model__img a {
    display: block;
}

.home-model__img .ahl-slider-container img.slick-slide {
    height: 300px;
    object-fit: cover;
}

.amenity-images__container {
    display: flex;
    flex-flow: row wrap;
    gap: 1em;
}

.amenity-images__container figure{
    flex: 1 1 32%;
}

#amenity-images .amenity-image{
    max-height: 600px;
    object-fit: cover;
}

.ma-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.home-hero__slider .ma-image {
    height: 40vh;
}

@media(min-width: 725px) {
    .home-hero__slider .ma-image {
        height: 80vh;
    }
}

.row-available-home-listing {
    background: #fff;
    border: 1px solid #A8A8A8;
    position: relative;
    margin-bottom: 40px;
    max-width: 405px;
    width: 100%;
}

.home-model__details {
    padding: 1em;
}


.amenities-img-slider {
    height: 80vh;
    max-height: 500px;
}

.amenities-wrap {
    gap: 2em;
}

#community-amenities {
    padding: 1em;
}

.home-model__bed-bath {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.home-model__price.pricing_c {
    width: 100%;
    bottom: 0;
}

.home-model__price h2 {
    margin: 0;
    background: #B2BBB0;
    color: #fff;
    padding: 10px 0;
}

.home-model__rental-price {
    margin-bottom: 20px;
}

.home-model__bed-bath span {
    display: block;
    padding: 0 1rem;
    margin: auto;
    font-size: 13px;
    text-align: center;
}

.home-model__details svg {
    width: 40px;
    display: block;
    margin: auto;
}

.home-model__details svg .st0,
.home-model__details svg .st1,
.home-model__details #Path_8,
.home-model__details #Path_9,
.home-model__details #Path_10 {
    fill: var(--theme-color);
}
