#landing-page-hero {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

#landing-page-hero>video,
#landing-page-hero>img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

#landing-page-hero:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    content: "";

}

#landing-page-hero .container {
    position: relative;
    z-index: 4;
}

#lphero-content {
    text-align: center;
}

#lphero-content p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 9px;
    line-height: 1.4;
    font-weight: 500;
}

#lphero-content p:last-child {
    margin-bottom: 0;
}

#lphero-content p strong {
    font-size: 24px;
}

#lphero-logo img {
    width: 100%;
    max-width: 381px;
    margin: auto;

}

#landing-page-hero #lphero-logo {
    margin-bottom: 48px;
}

#landing-page-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}

#landing-page-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#landing-page-form {
    padding: 80px 0;

}

#landing-page-form h2,
#landing-page-form p {
    text-align: center;
}

#landing-page-form p a {
    color: #77787B;
}

#landing-page-form h2 a {
    color: #324624;
}

#landing-page-form h2 a:hover {
    color: #98B66A !important;
}

#landing-page-form p a:hover {
    color: #98B66A !important;
    /* Added the green hover color */
}

#landing-page-form h2 {
    font-size: 44px;
    color: #324624;
    line-height: 1.2;
}

#landing-page-form p {
    font-size: 24px;
    line-height: 1.77;
    color: #77787B;
}

.admin-bar #landing-page-nav {
    top: 32px;
}

@media all and (max-width:782px) {
    .admin-bar #landing-page-nav {
        top: 46px;
    }
}

#landing-page-nav {
    padding: 22px 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#landing-page-nav a {
    color: #fff;
    font-weight: bold;
}

#landing-page-nav a.the-button {
    font-size: 16px;
    display: inline-block;
    padding: 10px 27px;
    border: 1px solid #fff;
    transition: 0.55s;
}

#landing-page-nav a.the-button:hover {
    color: #fff;
    border-color: #98B66A;
    background: #98B66A;
}

#landing-page-nav a:not(.the-button):not(#logo-link) {
    font-size: 18px;
    margin-left: 20px;
}

#buttons-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#landing-page-nav a:not(.the-button):hover {
    color: #98B66A;
}


.with_frm_style input[type=text],
.with_frm_style input[type=password],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=url],
.with_frm_style input[type=tel],
.with_frm_style input[type=phone],
.with_frm_style input[type=search],
.with_frm_style select,
.with_frm_style textarea,
.frm_form_fields_style,
.with_frm_style .frm_scroll_box .frm_opt_container,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.with_frm_style .frm-card-element.StripeElement,
.with_frm_style .chosen-container-multi .chosen-choices,
.with_frm_style .chosen-container-single .chosen-single {
    border-color: #324624;
}

.frm_submit {
    text-align: center;
}

@media all and (max-width: 576px) {
    #landing-page-nav a:not(.the-button):not(#logo-link) {
        display: none !important;
    }

    #lphero-logo img {
        max-width: 290px;
    }

    #landing-page-hero #lphero-logo {
        margin-bottom: 32px;
    }

    #lphero-content p {
        font-size: 16px;
    }

    #lphero-content p strong {
        font-size: 20px;
    }

    #landing-page-form {
        padding: 40px 0;
    }

    #landing-page-form h2 {
        font-size: 34px;
    }

    #landing-page-form p {
        font-size: 20px;
    }
}

.with_frm_style .frm_top_container .frm_primary_label,
.with_frm_style .frm_hidden_container .frm_primary_label,
.with_frm_style .frm_pos_top {
    font-size: 14px;
    font-weight: 400;
    font-family: "Berthold Akzidenz Grotesk BE";
}

@media all and (max-width: 575px) {
    #lphero-logo img {
        max-width: 290px;
        max-height: 40vh;
        object-fit: contain;
        object-position: center;
    }

    #landing-page-nav a.the-button {
        padding: 10px 10px;
        font-size: 14px;
    }

    #landing-page-nav a svg {
        width: 170px;
        height: auto;
    }
}

@media all and (max-width: 575px) {
    .container {
        max-width: 80vw;
    }
}

@media all and (max-width: 350px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #lphero-content {
        position: relative;
        top: 30px;
    }
}

.customButton {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    transition: 0.55s;
    padding: 10px 27px;
    text-decoration: none;
    outline: 0 none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    margin: 0;
    min-width: 1px;
    cursor: pointer;
    background-color: transparent;
    margin-top: 16px;
    /* Added margin to the top */
}

.customButton:hover {
    color: #fff;
    border-color: #98B66A;
    background: #98B66A;
}

@media screen and (min-width: 600px) {
    .mobile-break {
        display: none !important;
    }
}



#hero-arrow img {
    width: 100%;
    max-width: 92px;
    height: auto;
    margin: auto;
}

#hero-arrow {
    text-align: center;
}


#landing-intro {
    padding: 80px 0;
}

#landing-intro h2 {
    font-size: 64px;
    margin-bottom: 5px;
}

#landing-intro p {
    color: #505254;
}

#landing-intro p a {
    color: #505254;
    text-decoration: underline;
}

#landing-intro p a:hover {
    color: #000;
}

#landing-intro .container {
    max-width: 980px;
    width: 100%;
}

#landing-green.amenities-section {
    padding-top: 70px;
}

#landing-green.amenities-section .amenities-list ul li {
    font-size: 20px;
}

#landing-green.amenities-section .amenities-list ul {
    grid-template-columns: repeat(1, 1fr);
}

#landing-green.amenities-section .amenities-top h3 {
    font-size: 60px;
    margin-bottom: 26px;
}

#landing-green.amenities-section .amenities-top p {
    font-size: 23px;
    line-height: 1.39;
}

#landing-green.amenities-section .amenities-top {
    grid-template-columns: repeat(1, 1fr);
}

#landing-green.amenities-section .amenities-list {
    display: flex;
    margin: -15px;
}

#landing-green.amenities-section .amenities-list>div {
    padding: 15px;
    width: 50%;
    flex: 50%;
    min-width: 50%;
    max-width: 50%;
}

#landing-green.amenities-section i,
#landing-green.amenities-section em {
    color: #fff;
    opacity: 0.5;
    font-size: 16px;
}

@media all and (max-width: 575px) {
    #landing-intro {
        padding-top: 40px;
    }


    #landing-green.amenities-section .amenities-top h3 {
        font-size: 39px;
        line-height: 1.1;
    }

    #landing-green.amenities-section .amenities-top p {
        font-size: 25px;
    }

    #landing-green.amenities-section .amenities-list {
        flex-wrap: wrap;
    }

    #landing-green.amenities-section .amenities-list>div {
        width: 100%;
        flex: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    #landing-intro .container,
    .amenities-section .container {
        max-width: 100%;
        padding-left: 1em;
        padding-right: 1em;
    }
}

#landing-green.amenities-section .amenities-top .text h3 {
    max-width: 100%;
}

@media all and (min-width: 1025px) {
    .amenities-section .amenities-list ul li {
        padding-right: 30px;
    }
}


#community-features.programs-section {
    background: #fff;
}

#cf-top-text {
    max-width: 721px;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
}

#cf-top-text h2 {
    font-size: 64px;
}

#community-features .programs-list,
.one-pro-pic {
    padding: 0;
    margin-bottom: 48px;
}

#community-features h5 {
    margin-bottom: 32px;
}

#community-features .programs-list:last-child {
    margin-bottom: 0;
}

@media all and (max-width: 1023px) {
    #community-features {
        padding-top: 40px;
    }

}

#cf-top-text h3 {
    margin-bottom: 16px;
}

@media all and (min-width: 1025px) {
    #cf-top-text h3 {
        font-size: 64px;
    }

    #cf-top-text p {
        font-size: 20px;
    }
}

#community-features .container h5 {
    font-size: 32px;
    font-family: "Mrs Eaves";

    font-variant: small-caps;
}


#landing-page-form a {

    white-space: nowrap;

}

@media all and (max-width: 575px) {

    #community-features .container {
        max-width: 100%;
    }

    #community-features .container h5 {
        font-size: 28px;
    }

    #landing-intro h2 {
        font-size: 40px;
        line-height: 1.2;
    }
}

#community-features {
    position: relative;
}

#community-features:after {
    position: absolute;
    top: 9%;
    left: 5%;
    width: 90%;
    height: 90%;
    background: url('../img/bgbg.svg') no-repeat;
    background-size: contain;
    /* Keeps the entire image on desktop */
    content: "";
    z-index: 2;
}

/* Add a media query for mobile devices */
@media all and (max-width: 575px) {
    #community-features:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        /* Stretch the image to cover the area on mobile */
        background-position: center;
        /* Adjust this value as needed */
    }
}


#community-features .container {
    position: relative;
    z-index: 4;
}

@media all and (min-width: 880px) {
    .programs-section .programs-list ul {
        row-gap: 20px;
    }
}

#landing-intro .container {
    padding-left: 24px;
    padding-right: 24px;
}

@media all and (max-width: 1366px) {
    #landing-green.amenities-section .amenities-top h3 {
        font-size: 50px;
    }
}

@media all and (max-width:575px) {
    #community-features h3 {
        font-size: 40px;
        line-height: 1.2;
    }

    #landing-green.amenities-section .amenities-top h3 {
        font-size: 32px;
        line-height: 1.2;
    }

}

@media all and (max-width: 575px) {

    #cf-top-text,
    .one-com-features-set h5,
    .one-com-features-set ul {
        padding-left: 24px;
        padding-right: 24px;
    }

    .programs-section .container {
        padding: 0 !important;
    }
}

#carousel-section {

    position: relative;
}

#carousel-section:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    content: "";
    background: #86956F;
}

#carousel-section .container {
    position: relative;
    z-index: 4;
    max-width: 740px;
    width: 100%;
}

#carousel-itself,
ue-slider-itself {
    position: relative;
}

#carousel-section2 .carousel2-slide {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    padding: 0 4rem;
}

#carousel-section2 a {
    border: 3px solid #869671;
    color: #869671;
    font-weight: bold;
    padding: 12px 16px;
    gap: 12px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

#carousel-section2 a:hover {
    opacity: 0.75;
}

#carousel-section2 h3 {
    text-align: center;
    padding: 65px 0 55px 0;
}

#carousel-section2 h6 {
    font-family: 'Berthold Akzidenz Grotesk BE', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}


#carousel-itself2 .owl-prev,
#carousel-itself2 .owl-next,
#carousel-itself .owl-prev,
#carousel-itself .owl-next,
#ue-slider .owl-prev,
#ue-slider .owl-next {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 60px;
    margin-top: -32px;

}

@media all and (max-width: 1024px) {

    #carousel-itself2 .owl-prev,
    #carousel-itself2 .owl-next,
    #carousel-itself .owl-prev,
    #carousel-itself .owl-next,
    #ue-slider .owl-prev,
    #ue-slider .owl-next {
        display: none;
    }
}

@media all and (max-width: 768px) {
    #carousel-section2 .carousel2-slide {
        grid-template-columns: 1fr;
        padding: 0 2rem;
    }
}

#carousel-itself2 .owl-prev,
#carousel-itself .owl-prev,
#ue-slider .owl-prev {
    left: 0;
    transform: translateX(-50%);
}

#carousel-itself2 .owl-next,
#carousel-itself .owl-next,
#ue-slider .owl-next {
    right: 0;
    transform: translateX(50%);
}

#carousel-itself2 .owl-dots,
#carousel-itself .owl-dots,
#ue-slider .owl-dots {
    line-height: 1;
    margin-top: 25px;
    text-align: center;
}

#carousel-itself2 .owl-dots button,
#carousel-itself .owl-dots button,
#ue-slider .owl-dots button {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #D9D9D9;
    margin-left: 5px;
    margin-right: 5px;
}

#carousel-itself2 .owl-dots button.active,
#carousel-itself .owl-dots button.active,
#ue-slider .owl-dots button.active {
    background: #000;
    opacity: 0.4;
}

.hidden-amen:not(.shown) {
    display: none;
}

#see-more {
    margin-top: 30px;
}

#see-more a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    padding-bottom: 5px;
    position: relative;
}

#see-more a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff;
}

.one-com-features-set {
    display: none;
}

.one-com-features-set.active {
    display: block;
}

#community-nav {
    display: flex;
    margin: 0px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#community-nav div {
    padding: 10px;
    flex-grow: 1;
}

#community-nav div a {
    border: 2px solid #324624;
    color: #324624;
    padding: 10px 15px;
    text-align: center;
    font-variant: small-caps;
    display: block;
    font-family: "Mrs Eaves";
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (min-width: 1025px) {
    #community-nav div a {
        padding: 10px 88px;
    }
}

#community-nav div a:hover,
#community-nav div a.active {
    background: #98B66A;
    border-color: #98B66A;
    color: #fff;
}

.one-faq-answer {
    display: none;
}

#floor-plans {
    padding: 80px 0;
    background: #F2F3F0;
}

.floor-plans {
    margin-bottom: 50px;
}

.floor-plans:last-child {
    margin-bottom: 0;
}


@media all and (min-width: 991px) {
    .floor-plans-row {
        display: flex;
        align-items: center;
        margin: -30px;
    }

    .row-reverse {
        flex-direction: row-reverse;
    }

    .floor-plans-row>div:nth-child(2) {
        width: 60%;
        flex: 60%;
    }

    .floor-plans-row>div:nth-child(1) {
        width: 40%;
        flex: 40%;
    }
}

.floor-plans-row>div {
    padding: 30px;
}



.floor-plans-row h2 {
    font-size: 44px;
    margin-bottom: 10px;
}

.floor-plans-row p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #505254;
}

.floor-plans-row p:last-child {
    margin-bottom: 0;
}

.floor-plans-row .button-label {
    margin-top: 10px;
}

.jEmpty {
    display: none !important;
}

.floor-plans-row .button-label a {
    font-size: 18px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    color: #324624;
}

.floor-plans-row .button-label a span {
    border-bottom: 1px solid #324624;
    padding-bottom: 6px;
    padding-top: 6px;
    line-height: 1.1;
}

.floor-plans-row .button-label a svg {
    width: 16px;
    margin-left: 8px;
}

#icons-row-section {
    padding: 80px 0;

}

#icons-row {
    display: flex;

}

#icons-row>div {
    width: 25%;
    flex: 25%;
    min-width: 25%;
    max-width: 25%;
}

.one-icon {
    padding: 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.one-icon .oi-icon {
    margin-bottom: 10px;
}

.one-icon .oi-icon svg {
    height: 84px;
    width: auto;
}

.one-icon .oi-title {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    line-height: 1.1;
    font-family: "Mrs Eaves";
    font-weight: 400;
    font-variant: small-caps;
    color: #324624;
    margin-bottom: 10px;
}

.one-icon:nth-child(odd) {
    background: #F2F3F0;
}

.one-icon .oi-button {
    margin-bottom: 0px;
}

.one-icon .oi-button a {
    font-size: 18px;
    line-height: 1.1;
    color: #324624;
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 1px solid #324624;
}

#ue-slider {
    padding-bottom: 80px;
}

#ue-slider-top {
    text-align: center;
    margin-bottom: 64px;
}

#ue-slider-top h2 {
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 15px;
    color: #324624;
    ;
}

#ue-slider-top p {
    color: #324624;
    font-size: 20px;
}

#ue-slider-top p a {
    color: #324624;
}

#ue-slider-top p a:hover {
    text-decoration: underline;
}

#ue-slider .container {
    max-width: 1000px;
    width: 100%;
}

.one-ue-slide {
    display: flex;
    margin: -30px;
}

.one-ue-slide>div {
    padding: 30px;

}

@media all and (min-width: 1025px) {
    .one-ue-slide>div {
        width: 50%;
        flex: 50%;
        min-width: 50%;
        max-width: 50%;
    }
}

.one-ue-slide h2 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 1;
}

.one-ue-slide p.ue-date {
    margin-bottom: 2px;
    font-size: 28px;
    font-weight: bold;
    color: #324624;
    line-height: 1.2;
}

.one-ue-slide p.ue-time {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #324624;
}

.one-ue-slide p.ue-text {
    font-size: 18px;
    line-height: 2;
    color: #505254;
}

.one-ue-slide p.ue-text a {
    color: #505254;
    text-decoration: underline;
}

.one-ue-slide p.ue-text a:hover {
    color: #000;
}

#ue-slider .owl-prev {
    left: -100px;
}

#ue-slider .owl-next {
    right: -100px;
}

#the-faq-section {
    padding: 80px 0;
    background: #F2F3F0;
}

#the-faq-section h2 {
    transition: 0.55s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    cursor: pointer;
    line-height: 1;
    margin-bottom: 0px;
}

#the-faq-section h2.active {
    margin-bottom: 40px;
}

#the-faq-section h2 svg {
    margin-left: 16px;
    width: 12px;
    height: auto;
    transition: 0.55s;
}

.faq-wrapper {
    max-width: 800px;
    margin: auto;
    display: none;
}

.one-faq {
    padding: 20px 0;
    border-top: 1px solid #324624;
}

.one-faq:last-child {
    border-bottom: 1px solid #324624;
}

.one-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Mrs Eaves";
    font-weight: 400;
    color: #324624;
    font-variant: small-caps;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.one-faq-question svg {
    margin-left: 16px;
    width: 12px;
    min-width: 12px;
    height: auto;
    transition: 0.55s;
}

.one-faq svg,
#the-faq-section h2 svg {
    display: inline-block;
}

.one-faq.active svg,
#the-faq-section h2.active svg {
    transform: rotate(90deg);
}

.one-faq-answer {
    padding-top: 10px;
}

.one-faq-answer p {
    color: #505254;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 0;
}

@media all and (max-width: 575px) {
    #floor-plans {
        padding: 50px 0;
    }

    #icons-row-section .container {
        max-width: 100%;
    }

    #icons-row {
        flex-wrap: wrap;
    }


    #icons-row>div {
        width: 50%;
        flex: 50%;
        min-width: 50%;
        max-width: 50%;
    }

    .one-icon:nth-child(1),
    .one-icon:nth-child(4) {
        background: #F2F3F0;
    }

    .one-icon:nth-child(3) {
        background: none;
    }

    .one-ue-slide {
        margin: -15px;
        flex-wrap: wrap;
    }

    .one-ue-slide>div {
        width: 100%;
        flex: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    #ue-slider .container {
        max-width: 80vw;
    }

    #the-faq-section {
        padding: 40px 0;
    }
}

.floor-plans-gallery {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
}

.floor-plans-gallery a {
    display: block;
    margin-left: 12px;
    margin-right: 12px;
    flex-grow: 1;
}

@media all and (min-width: 576px) {
    .one-ue-slide {
        flex-direction: row-reverse;
    }
}

#community-features:after {
    display: none;
}

@media all and (max-width: 575px) {

    #carousel-itself .owl-dots,
    #ue-slider .owl-dots {
        margin-top: 15px;
    }

    #carousel-section .owl-dots {

        margin-bottom: 0px;
        padding-bottom: 25px;
    }

}

.other-items {
    /*transition: 1.3s;
    transform: scale(0.1);*/
}

/*
.much-bigger
{
    
    transform: scale(1.1);
}

.first-item
{
    transform: scale(1.06);
}*/


@media all and (min-width: 1025px) {
    .floor-plans:last-child {
        position: relative;
        left: 40px;
    }
}

@media all and (max-width: 575px) {

    #community-features .programs-list,
    .one-pro-pic {
        margin-bottom: 0;
        padding-bottom: 30px;
    }
}