@import url("communities.css");
:root {
    --brand: #54565a;
    --white: #ffffff;
    --black: #000000;
    --grey: #dddede;
    --grey2: #d2d3d3;
    --grey3: #eeeeee;
    --grey4: #838384;
    --embrun: #4b6a64;
    --pathways: #188f69;
    --clarence-crossing: #0b77a3;
    --provence: #624f77;
    --spencer: #4b6a64;
    --equinelle: #000000;
    --navL1Width: 570px;
}

@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-Extra-Light.otf") format("opentype");
    font-weight: 200;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-Light.otf") format("opentype");
    font-weight: 300;
}

@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-Book.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-Medium.otf") format("opentype");
    font-weight: 500;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-Bold.otf") format("opentype");
    font-weight: 600;
}

html {
    scroll-behavior: smooth;
}
body {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    color: var(--brand);
    font-weight: 400;
}

a {
    -webkit-transition: all 0.32s ease-out;
    -moz-transition: all 0.32s ease-out;
    -o-transition: all 0.32s ease-out;
    -ms-transition: all 0.32s ease-out;
    transition: all 0.32s ease-out;
    text-decoration: none;
}
a:hover {
    color: var(--red);
    text-decoration: none;
}

::placeholder {
    color: 000;
    opacity: 1;
}
:-ms-input-placeholder {
    color: 000;
}
::-ms-input-placeholder {
    color: 000;
}

/*COMMOM STYLES*/
.ff-mo {
    font-family: "Montserrat";
}

.fw-bo {
    font-weight: 600;
}
.fw-me {
    font-weight: 500;
}
.fw-re {
    font-weight: 400;
}
.fw-li {
    font-weight: 300;
}
.fw-xl {
    font-weight: 200;
}

.heading1 {
    font-size: 36px;
    letter-spacing: 7px;
    font-weight: 300;
}
.heading2 {
    font-size: 30px;
    letter-spacing: 4px;
    font-weight: 300;
}

.fs-78 {
    font-size: 78px;
}
.fs-68 {
    font-size: 68px;
}
.fs-58 {
    font-size: 58px;
}

.fs-40 {
    font-size: 38px;
}

.fs-38 {
    font-size: 38px;
}

.fs-36 {
    font-size: 36px;
}

.fs-34 {
    font-size: 35px;
}

.fs-32 {
    font-size: 32px;
}

.fs-30 {
    font-size: 30px;
}
.fs-26 {
    font-size: 26px;
}
.fs-24 {
    font-size: 24px;
}
.fs-21 {
    font-size: 21px;
}
.fs-20 {
    font-size: 20px;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-16 {
    font-size: 16px;
}
.fs-15 {
    font-size: 15px;
}
.fs-14 {
    font-size: 14px;
}
.fs-13 {
    font-size: 13px;
}
.fs-12 {
    font-size: 12px;
}
.fs-10 {
    font-size: 10px;
}
.fs-9 {
    font-size: 9px;
}

.ls-1 {
    letter-spacing: 1px!important;
}
.ls-2 {
    letter-spacing: 2px;
}
.ls-3 {
    letter-spacing: 3px;
}
.ls-4 {
    letter-spacing: 4px;
}
.ls-5 {
    letter-spacing: 5px!important;
}
.ls-6 {
    letter-spacing: 6px;
}

.lh-2 {
    line-height: 2;
}
.br-lg {
    display: none;
}


.text-transform-none{
    text-transform: none !important;
}

@media screen and (min-width: 1192px) {
    .mb-xxl-30 {
        margin-bottom: 300px !important;
    }

    .mt-xl-15 {
        margin-top: 15px !important;
    }
    .mb-xl-15 {
        margin-bottom: 150px !important;
    }

    .mt-xl-10 {
        margin-top: 100px !important;
    }
    .mb-xl-10 {
        margin-bottom: 100px !important;
    }

    .br-lg {
        display: block;
    }
}

@media screen and (min-height: 1200px) {
    .addPadding {
        height: 550px;
    }
}


@media screen and (max-width: 767px) {
    .heading2{font-size: 20px;}
}

.bg-F1F1F1 {
    background-color: #f1f1f1 !important;
}
.bg-grey {
    background-color: var(--grey);
}
.bg-grey2 {
    background-color: var(--grey2);
}
.bg-grey3 {
    background-color: var(--grey3);
}
.bg-grey4 {
    background-color: var(--grey4) !important;
}
.bg-brand {
    background-color: var(--brand);
}

.bg-provence {
    background-color: var(--provence);
}
.bg-embrun {
    background-color: var(--embrun);
}
.bg-equinelle {
    background-color: var(--equinelle);
}
.bg-clarence-crossing {
    background-color: var(--clarence-crossing);
}
.bg-spencer {
    background-color: var(--spencer);
}
.bg-pathways {
    background-color: var(--pathways);
}

.text-brand {
    color: var(--brand);
}
.text-white {
    color: var(--white);
}
.text-black {
    color: var(--black);
}

.btn-brand {
    border: none;
    display: inline-block;
    background-color: var(--brand);
    transition: all 0.36s ease-out;
    color: #fff;
    font-weight: 600;
    font-size: 11.5px;
    padding: 9px 18px;
    letter-spacing: 1.5px;
    border: 1px solid var(--brand);
}

.btn-brand:active,
.btn-brand:hover {
    background-color: var(--grey);
    color: var(--brand) !important;
}

.btn-brand-rev {
    color: var(--brand);
    padding: 9px 18px;
    background-color: var(--grey);
    border: 1px solid var(--grey);
}
.btn-brand-rev:hover {
    background-color: var(--brand);
    color: var(--grey) !important;
}
.btn-bdr {
    border: 1px solid var(--brand);
}

.btn-rounded {
    border: 1px solid var(--brand);
    font-weight: 600;
    padding: 9px 27px;
    border-radius: 15px;
    background-color: #fff;
}
.btn-rounded:hover {
    background-color: var(--brand);
    color: #fff;
}

.btnMore {
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.8 15.6'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='50.7 6.7 44 0 44 2.2 49.6 7.8 44 13.4 44 15.6 51.8 7.8 50.7 6.7'/%3E%3Cpolygon class='cls-1' points='6.7 6.7 0 0 0 2.2 5.6 7.8 0 13.4 0 15.6 7.8 7.8 6.7 6.7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 160% center;
    background-size: 54px;
    transition: all 0.27s linear;
    display: inline-block;
}

.btnMore:hover {
    background-position: -80% center;
    background-color: rgba(0, 0, 0, 0.5);
}

.btnMoreWbtn {
    position: relative;
    display: inline-block;
    background-color: var(--brand);
    color: #fff;
    width: 100%;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    max-width: 450px;
}
.btnMoreWbtn::after {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.8 15.6'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='50.7 6.7 44 0 44 2.2 49.6 7.8 44 13.4 44 15.6 51.8 7.8 50.7 6.7'/%3E%3Cpolygon class='cls-1' points='6.7 6.7 0 0 0 2.2 5.6 7.8 0 13.4 0 15.6 7.8 7.8 6.7 6.7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 130% center;
    background-size: 60px;
    transition: all 0.3s;
    display: inline-block;
    content: "";
    position: absolute;
    top: 8px;
    right: 15px;
}

.btnMoreWbtn:hover {
    background-color: var(--grey2);
}

.btnLearnMore {
    margin-left: 110px;
}
.btnLearnMore::before {
    content: "Learn More ";
    margin-left: -110px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 500;
}

.btnTakeALook {
    margin-left: 110px;
}
.btnTakeALook::before {
    content: "Take a Look";
    margin-left: -110px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 500;
}

.btn-active {
    background-color: var(--brand);
    color: var(--grey);
}

.btn-toggle-menu {
    color: var(--brand);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 8px 8px;
    border-radius: 15px;
    transition: all 0.45s ease-in-out;
    border: 2px solid var(--brand);
    width: 175px;
    background-color: #fff;
}

.has-bg {
    background-position: center;
    background-size: cover;
}

.bdr {
    border: 1px solid var(--brand);
}

.bdr-top {
    border-top: 1px solid var(--brand);
}
.bdr-left {
    border-left: 1px solid var(--brand);
}
.bdr-right {
    border-right: 1px solid var(--brand);
}
.bdr-bottom {
    border-bottom: 1px solid var(--brand);
}

.bdr-wh {
    border: 1px solid var(--white);
}
.bdr-left-wh {
    border-left: 1px solid var(--white);
}

.bdr-top-wh {
    border-top: 1px solid var(--white) !important;
}
.bdr-right-wh {
    border-right: 1px solid var(--white);
}
.bdr-bottom-wh {
    border-bottom: 1px solid var(--white);
}

.bdr-grey-10 {
    border: 10px solid var(--grey);
}

.img-gs {
    filter: grayscale(100%);
}
.img-linked {
    -webkit-transition: all 0.32s ease-out;
    -moz-transition: all 0.32s ease-out;
    -o-transition: all 0.32s ease-out;
    -ms-transition: all 0.32s ease-out;
    transition: all 0.32s ease-out;
}
.img-linked:hover {
    transform: scale(0.96);
    cursor: pointer;
}

.link-u-eff {
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
}
.link-u-eff::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    display: block;
    transition: all 0.36s linear;
}
.link-u-eff:hover:after,
.active-nav.link-u-eff:after,
.active-nav .link-u-eff:after {
    width: 100%;
    background-color: var(--brand);
}

#collapseMenu2 ul,
#collapseMenu ul {
    list-style-type: none;
    padding-left: 0;
    text-align: start;
    padding-top: 55px;
}
#collapseMenu2 .link-u-eff,
#collapseMenu .link-u-eff {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 27px;
    text-transform: uppercase;
    color: var(--brand);
}

@media screen and (max-width: 991px) {
    #collapseMenu2 ul,
    #collapseMenu ul {
        text-align: center;
        padding-top: 15px;
    }
    #collapseMenu2 .link-u-eff,
    #collapseMenu .link-u-eff {
        margin-bottom: 20px;
        padding-bottom: 0;
    }
}

.shadow14 {
    color: rgb(255, 255, 255);
    /* text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 
                 1px 1px 1px rgba(0, 0, 0, 0.6); */
}

#loading {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}
#loading::after {
    content: "";
    background-image: url("../images/loading.gif");
    display: block;
    max-width: 90%;
    max-height: 90%;
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
}
.v-top {
    vertical-align: top;
}
.mb-n7 {
    margin-bottom: -7px;
} /* FOR GOOGLE MAPS*/
.customBar {
    width: 100%;
    opacity: 1;
    margin: 0 auto;
    max-width: 1320px;
}

.text-linked {
    color: inherit;
}
.text-linked:hover {
    color: inherit;
    text-decoration: underline;
}
.mx-900 {
    max-width: 900px;
}
.mx-850 {
    max-width: 850px;
}
.mx-325 {
    max-width: 325px;
}

.slideUp {
    transform: translateY(50%);
    opacity: 0;
}
.slideUpMultiple {
    transform: translateY(100%);
    opacity: 0;
}

.customList {
    counter-reset: my-counter;
}
.customList li,
.customList-no-counter li {
    margin: 0 0 1.5rem;
    position: relative;
}
.customList,
.customList-no-counter {
    list-style: none;
    padding-left: 40px;
}

.customList li {
    counter-increment: my-counter;
}

.icon-wh {
    filter: contrast(0) brightness(100);
    width: 33px;
    height: auto;
}

.customList li::before {
    content: counter(my-counter);
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    line-height: 25px;
    top: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    background: var(--brand);
    --size: 28px;
    left: calc(-1 * var(--size) - 10px);
    width: var(--size);
    height: var(--size);
}

.customCarousel .carousel-control-prev-icon,
.customCarousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.6 41.6'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:1.1px;%7D.cls-3%7Bfill:%2354565a;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-3' x='.6' y='.6' width='40.4' height='40.4'/%3E%3Crect class='cls-2' x='.6' y='.6' width='40.4' height='40.4'/%3E%3Cpolygon class='cls-1' points='17.5 22.1 25.4 30 25.4 27.4 18.7 20.8 25.4 14.1 25.4 11.5 16.2 20.8 17.5 22.1'/%3E%3C/svg%3E");
    width: 40px;
    height: 40px;
}

.customCarousel .carousel-control-prev {
    justify-content: start;
    opacity: 1.5;
}
.customCarousel .carousel-control-next {
    justify-content: end;
    opacity: 1.5;
}
.customCarousel .carousel-control-next-icon {
    transform: rotate(180deg);
}

.customCarousel .carousel-item-next,
.customCarousel .carousel-item-prev,
.customCarousel .carousel-item.active {
    display: flex;
}

.customCarousel .carousel-item .next-slide {
    background-position: left;
    background-size: cover;
    border-left: 4px solid #fff;
    position: relative;
}
.customCarousel .carousel-item .next-slide::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
}

.customAccordion .accordion-button:focus {
    box-shadow: none;
}
.customAccordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--brand);
}
.customAccordion .accordion-item,
.customAccordion .accordion-item:first-child {
    border-top: 1px solid var(--brand);
    border-bottom: none;
}
.customAccordion .no-bdr-first-child:first-child {
    border-top: none !important ;
}

.customAccordion > .accordion-item:last-child {
    border-bottom: 1px solid var(--brand);
}

#accordionModelHomes .accordion-button {
    padding: 0;
    align-items: flex-start;
}
.customAccordion .accordion-body {
    border-top: 1px solid black;
}

#accordionModelHomes .accordion-button::after {
    position: absolute;
    right: 5px;
    top: 10%;
}
#accordionModelHomes .accordion-button:not(.collapsed) {
    background-color: var(--grey2);
}

#accordionModelHomes .accordion-button:not(.collapsed) {
    background-color: var(--grey2);
}

#accordionModelHomes .accordion-body {
    border: none;
}

#accordionAvailableFp .accordion-item {
    padding-bottom: 0;
    padding-top: 0;
    border: none;
}

.bannerHeading {
    position: absolute;
    z-index: 200;
    top: 46%;
    right: 0px;
    left: 0px;
    color: #fff;
    font-size: 45px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 13px;
    font-weight: 100;
    padding: 25px;
}

@media screen and (min-width: 1400px) {
    #accordionModelHomes .details-logo-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 135px;
    }
}
@media screen and (min-width: 992px) {
    .bdr-lg-top {
        border-top: 1px solid var(--brand);
    }
    .bdr-lg-bottom {
        border-bottom: 1px solid var(--brand);
    }
    .bdr-lg-right {
        border-right: 1px solid var(--brand);
    }
}
@media (max-width: 1199px) and (min-width: 768px) {
    #collapseMenu2 .link-u-eff,
    #collapseMenu .link-u-eff {
        font-size: 11px;
    }
    .community-welcome #community-nav li a {
        margin-right: 5px;
    }
}
@media screen and (min-width: 768px) {
    .column-md-2 {
        columns: 2;
    }
    .column-md-2 li{
        padding-right: 25px;
    }
    .bdr-md-right {
        border-right: 1px solid var(--brand);
    }
    .bdr-md-right-wh-5 {
        border-right: 5px solid #fff;
    }
    .bdr-md-bottom {
        border-bottom: 1px solid var(--brand);
    }

    .bdr-md-top {
        border-top: 1px solid var(--brand);
    }

}

@media screen and (min-width: 991px) {
    .column-lg-2 {
        columns: 2;
    }
    .customAccordion .accordion-item,
    #accordionFloorplans .accordion-body {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    #accordionModelHomes .accordion-item {
        padding-bottom: 15px;
    }
    #accordionModelHomes .accordion-button::after {
        top: 40%;
    }
}

.counter {
    background-color: var(--brand);
    color: #fff;
    text-align: center;
    height: 30px;
    width: 30px;
    padding: 3px 9px 5px 9px;
    margin: 5px 15px;
    font-weight: 600;
}
.img-chk {
    height: 27px;
    width: 27px;
    margin: 5px 15px 5px 0;
}

@media screen and (max-width: 991px) {
    .fs-68 {
        font-size: 58px;
    }
    .bannerHeading {
        font-size: 20px !important;
        letter-spacing: 8px;
    }
}
@media screen and (max-width: 767px) {
    body {
        padding-top: 100px;
    }
    .heading1 {
        font-size: 22px;
    }

    .btnMore {
        width: 27px;
        height: 27px;
        background-position: 135% center;
        background-size: 45px;
    }
    .fs-30 {
        font-size: 18px;
    }
    .fs-36 {
        font-size: 24px;
    }
    .fs-68 {
        font-size: 48px;
    }
    .bannerHeading {
        font-size: 19px !important;
        letter-spacing: 8px;
    }
    .btnMoreWbtn::after{width: 25px; height: 25px; background-size: 44px;}


}
@media screen and (max-width: 576px) {
    .heading1 {
        font-size: 16px;
    }
    .fs-21 {
        font-size: 16px;
    }
    .fs-30 {
        font-size: 15px;
    }
    .fs-36 {
        font-size: 20px;
    }
    .fs-68 {
        font-size: 38px;
    }
    .btnMoreWbtn {
        font-size: 12px;
        font-weight: 400;
    }
    .bannerHeading {
        font-size: 16px !important;
        letter-spacing: 5px;
    }
}

/* Navigation */

/* HOMEPAGE */
footer .bi {
    font-size: 31px;
}
.welcomeHero {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.heroBgWrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation-name: homepagehero;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background-position: center;
    background-size: cover;
}
/* .heroBgWrapper.bg-main {
    background-image: url("../images/hero/hero.jpg");
    z-index: -1;
}
.heroBgWrapper.bg-integrity {
    background-image: url("../images/hero/integrity.jpg");
    z-index: -2;
} */

/* .hero-video-wrapper {
    height: calc(100vh);
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 650px;
    z-index: 100;
}
#hero-video {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200%;
    transform: translate(-50%, -50%);
    z-index: -10;
} */

/* @media screen and (max-width: 1920px) {
    .hero-video-wrapper {
        height: auto;
        min-height: auto;
    }
    #hero-video {
        position: relative;
        max-width: 100%;
        transform: none;
        left: 0;
        top: 0;
    }
} */

@keyframes homepagehero {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}

.welcomeHero .hero-logo {
    position: absolute;
    /* width: 0;
    opacity: 0;
    z-index: 5;
    left: 50%;
    top: 50%; */
    width: 60px;
    opacity: 1;
    top: 100px;
    left: 80px;
    position: fixed;
    transform: translate(-50%, -50%);
}

.highlights ul {
    padding-left: 0px;
}

@media screen and (max-width: 767px) {
    .highlights ul {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .highlights ul li{margin-bottom: 10px;}
}

/* .welcomeHero .hero-logo #logo_e {
    transform: translateY(50px);
}
.welcomeHero .hero-logo #logo_q {
    transform: translateY(-50px);
} */

#heroOptionsWrapper {
    text-align: center;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 500;
    width: 100%;
}
#heroOptionsWrapper .heroOptions {
    color: #fff;
    letter-spacing: 9px;
    font-weight: 500;
    opacity: 0;
    transform: translateY(50px);
    display: block;
    position: relative;
    z-index: 5;
}
#heroOptionsWrapper .optionbox {
    position: absolute;
    width: 100%;
    height: 0;
    opacity: 0;
    top: 120%;
    left: 0;
    text-align: center;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
#heroOptionsWrapper .optionbox h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    padding: 40px;
    letter-spacing: 4px;
    line-height: 100px;
    opacity: 0;
    transform: translateY(-50px);
}

.customCollapse button {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 8'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2354565a;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='6.9 1.1 0 8 2.2 8 8 2.2 13.8 8 16 8 8 0 6.9 1.1'/%3E%3C/svg%3E");
    background-position: 95% 15px;
    background-size: 18px;
    background-repeat: no-repeat;
}
.customCollapse button.collapsed {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 8'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2354565a;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='9.1 6.9 16 0 13.8 0 8 5.8 2.2 0 0 0 8 8 9.1 6.9'/%3E%3C/svg%3E");
}

.customCollapse .form-check {
    display: block;
}

#heroNavigation {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 100%);
    width: 450px;
    background-color: var(--grey);
    border: 1px solid var(--brand);
    opacity: 0;
}
#heroNavigation button {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: var(--brand);
    width: 100%;
    border: none;
    padding: 10px 50px;
}
#heroNavigation button span {
    opacity: 0;
    transform: translateX(-100%);
    display: block;
}

#collapseheroNavigation ul {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}
#collapseheroNavigation ul li {
    padding: 8px 10px 8px 20px;
}
#collapseheroNavigation ul li:hover {
    background-color: var(--brand);
}
#collapseheroNavigation ul li a {
    color: var(--brand);
    transition: all 0.55s ease-in-out;
}
#collapseheroNavigation ul li:hover a,
#collapseheroNavigation ul li a:hover {
    color: var(--white);
}

#collapseheroNavigation .navEmbrun:hover {
    background-color: var(--embrun) !important;
}
#collapseheroNavigation .navPathways:hover {
    background-color: var(--pathways);
}
#collapseheroNavigation .navclarence-crossing:hover {
    background-color: var(--clarence-crossing);
}
#collapseheroNavigation .navProvence:hover {
    background-color: var(--provence);
}
#collapseheroNavigation .navSpencer:hover {
    background-color: var(--spencer);
}
#collapseheroNavigation .naveQuinelle:hover {
    background-color: var(--equinelle);
}

#menuBtn {
    position: fixed;
    top: 25px;
    right: 50px;
    z-index: 1000;
    transition: all 0.25s ease-in-out;
    width: 38px;
    height: 19px;
}
#menuBtn:hover {
    transform: scale(0.96);
    cursor: pointer;
}
.menuBar {
    fill: #fff;
}

#menuClose {
    position: fixed;
    transform: translateY(-555px);
    right: 50px;
    top: -2px;
    border: 2px solid var(--grey);
}
#menuClose:hover {
    cursor: pointer;
}

#navWrapper {
    position: fixed;
    z-index: 1180;
    top: 0;
    left: 0;
    height: calc(100% - 100px);
    /* height:100%; */
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
#navWrapper .img-logo {
    width: 60px;
    position: relative;
    top: 34px;
    left: 48px;
}

.logo-cls-1 {
    fill: #fff;
    transition: all 0.45s linear;
}

#nav-logo {
    position: fixed;
    width: 60px;
    opacity: 1;
    top: 35px;
    left: 49px;
    z-index: 1226;
}
/* .welcome #nav-logo {
    display: none;
} */
.no-hero #menuBtn .menuBar,
.no-hero #nav-logo .logo-cls-1 {
    fill: var(--brand) !important;
}

.navL1 {
    list-style-type: none;
    padding-left: 20px;
    background-color: #fff;
    width: calc(100% - var(--navL1Width));
    max-width: var(--navL1Width);
    height: 100%;
    padding-left: 200px;
    position: relative;
    z-index: 1125;
    overflow-y: auto;
}

.navL1,
.subMenu {
    padding-top: 60px;
    padding-bottom: 50px;
}

.navL2,
.subMenu {
    padding-left: 100px;
}
.subMenu {
    overflow-y: auto;
}

.navLink {
    color: var(--brand);
    font-weight: 500;
    display: block;
    transition: all 0.45s ease-in-out;
}

#navWrapperBg {
    position: absolute;
    width: 0;
    height: 100vh;
    opacity: 0;
    top: 0;
    z-index: 777;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}

.navLinkL1 {
    padding: 18px 0 18px 18px;
}
.navL1 .navLink {
    font-size: 17px;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
    font-weight: 500;
}
.navL2 .navLink {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.navL2 .navLink:hover {
    color: var(--black);
}

.navL1 .navLink:after {
    position: relative;
    content: " ";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 0.32s ease-in-out;
    z-index: -1;
}
.navL1 .navLink:hover:after {
    position: absolute;
    width: 100%;
}
.navL1 .navLinkL1 span {
    float: right;
}
.navL1 .navLinkL1 span:after {
    position: relative;
    content: " ";
    width: 15px;
    height: 15px;
    top: 2px;
    right: 15px;
    z-index: 1;
    display: inline-block;
    transition: all 0.32s ease-in-out;
    margin-left: 10px;
}
.navL1 .navLinkL1:focus span::after,
.navL1 .navLinkL1:hover span::after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.8 17.6'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2354565a;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='7.6 7.6 0 0 0 2.5 6.3 8.8 0 15.1 0 17.6 8.8 8.8 7.6 7.6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right;
}
.navL2-sm {
    display: none;
}

.navL2 {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1111;
    width: calc(100% - var(--navL1Width));
    height: 100%;
    border-left: 1px solid var(--brand);
    opacity: 0;
    transform: translateX(-100%);
}
.subMenu {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.video-nav,
.img-nav {
    position: absolute;
    bottom: 0;
    right: 20%;
}

#nav-fyc:focus,
#nav-fyc:after,
#collapse-nav-fyc,
#sub-nav-fyc {
    background-color: #f1e7d9;
}

#nav-qm:focus,
#nav-qm:after,
#collapse-nav-qm,
#sub-nav-qm {
    background-color: #ddd0c4;
}

#nav-hbp:focus,
#nav-hbp:after,
#collapse-nav-hbp,
#sub-nav-hbp {
    background-color: #b8afac;
}

#nav-ds:focus,
#nav-ds:after,
#collapse-nav-ds,
#sub-nav-ds {
    background-color: #aeacb7;
}

#nav-au:focus,
#nav-au:after,
#collapse-nav-au,
#sub-nav-au {
    background-color: #e5c9c0;
}

#nav-weq:focus,
#nav-weq:after,
#collapse-nav-weq,
#sub-nav-weq {
    background-color: #cfddbf;
}

#nav-cc:focus,
#nav-cc:after,
#collapse-nav-cc,
#sub-nav-cc {
    background-color: #bfcfd8;
}

#nav-cu:focus,
#nav-cu:after,
#collapse-nav-cu,
#sub-nav-cu {
    background-color: #f2e399;
}

#nav-br:focus,
#nav-br:after,
#collapse-nav-br,
#sub-nav-br {
    background-color: #d6bfbf;
}

.welcome-qmi {
    background-color: #baac9f;
}

#homeFilterModal .modal-content {
    background-color: transparent;
}
#homeFilterModal .btn-close {
    position: fixed;
    top: 15px;
    left: 20px;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.2 38.4'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='2.7 21.9 19.2 38.4 19.2 33 5.4 19.2 19.2 5.4 19.2 0 0 19.2 2.7 21.9'/%3E%3C/svg%3E");
}

#homeFilterModal .homesFilter {
    font-size: 16px;
}
#welcomeCommunitiesMap {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1399px) {
    .welcomeHero {
        height: auto;
    }

    /* #heroOptionsWrapper {
        height: 43%;
    } */
}

@media screen and (min-width: 992px) {
    .welcome-qmi {
        border-bottom: 118px solid #fff;
    }
}

@media (min-width: 992px) and (max-width: 1699px) {
    .video-nav,
    .img-nav {
        width: 300px;
        right: 9%;
    }

    .welcome-qmi {
        border-bottom: 100px solid #fff;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navL1 {
        width: 36%;
        padding-left: 15px;
        padding-top: 170px;
    }
    .navL2 {
        width: 64%;
    }
    .img-nav {
        width: 300px;
        right: 9%;
    }
    #registrationForm.agent-sign-up-form .form-control {
        font-size: 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navL1 {
        width: 45%;
        padding-left: 15px;
        padding-top: 170px;
    }
    .navL2 {
        width: 55%;
    }

    .img-nav {
        display: none;
    }

    #navWrapperBg {
        left: 345px;
    }

    .subMenu {
        padding-left: 50px;
    }
}

@media screen and (max-width: 767px) {
    #navWrapper {
        background-color: #fff;
        overflow-y: scroll;
        height: 100%;
    }
    #menuBtn {
        top: 30px;
    }

    .navLinkL1 {
        padding: 13px 0 13px 13px;
    }
    .navLinkL1:after,
    .navLinkL1:focus {
        background-color: transparent !important;
    }
    .navL1 .navLink {
        font-size: 16px;
    }
    .navL1 {
        width: 100%;
        padding-left: 0;
        padding-top: 115px;
    }
    .navL2,
    .img-nav {
        display: none !important;
    }
    .navL2-sm {
        display: block;
        padding-left: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navL2-sm .navLink {
        font-size: 15px !important;
        margin-bottom: 15px;
    }

    .navL1 .navLink span::after {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.8 17.6'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2354565a;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='7.6 7.6 0 0 0 2.5 6.3 8.8 0 15.1 0 17.6 8.8 8.8 7.6 7.6'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right;
        transform: rotate(90deg);
        margin-left: 5px;
        position: relative;
        top: 0;
    }

    .navL1 .navLink1:active span::after {
        transform: rotate(270deg) !important;
    }

    #navWrapperBg {
        display: none;
    }

    #heroNavigation,
    .taglineWrapper {
        display: none;
    }
    .welcomeHero .hero-logo {
        width: 30px;
        display: none;
    }

    .menu-wrapper {
        width: 100%;
        height: 100px;
        position: fixed;
        background-color: #fff;
        display: block;
        top: 0;
        left: 0;
        z-index: 1225;
    }
    .menuBar {
        fill: var(--brand) !important;
    }
    .welcome #nav-logo {
        display: block;
    }
    #nav-logo {
        width: 35px;
        z-index: 1226;
        top: 10px;
        left: 15px;
    }
    #nav-logo .cls-1 {
        fill: var(--brand) !important;
    }

    #eqHomes-Logo .logo-cls-1 {
        fill: var(--brand) !important;
    }
}

@media screen and (min-width: 1921px) {
    .navL1,
    .subMenu {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .navLinkL1 {
        padding: 25px 0 25px 18px;
    }
}

@media screen and (max-width: 991px) {
    .video-nav {
        display: none;
    }
    #heroOptionsWrapper {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    #pageHeading {
        display: none;
    }
}

.pageHeading {
    width: 70%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 200;
    height: 100%;
    padding: 5px 25px;
    margin: -5px auto;
    text-transform: uppercase;
}
.pageHeading-sm {
    font-size: 20px;
}
.community-welcome .pageHeading {
    color: #fff;
}

/*HERO ENDS */

.fync-link h2 {
    transition: all 0.74s ease-in-out;
}
.fync-link {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-bottom: 75px;
}
.fync-link .bg-wrapper {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    transition: all 0.74s ease-in-out;
}
.fync-link:hover .bg-wrapper {
    transform: scale(1.08);
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.45s ease-in-out;
}
.fync-link:hover .overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.fync-link .btnMore-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    min-height: 75px;
}

#nav-CommunitiesMap {
    border-bottom: 1px solid #fff;
}
#nav-CommunitiesMap .nav-link {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 25px;
    text-align: center;
    display: inline-block;
    border-radius: 0;
    white-space: nowrap;
    transition: all 0.7s ease-in-out;
    width: 33.33%;
}

#nav-CommunitiesMap #nav-active-comm-tab,
#nav-active-comm {
    background-color: var(--brand);
}
#nav-CommunitiesMap #nav-coming-soon-tab,
#nav-coming-soon {
    background-color: #808080;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.bg-nav-coming-soon {
    background-color: #808080;
}
#nav-CommunitiesMap #nav-past-comm-tab,
#nav-past-comm,
.bg-nav-past-comm {
    background-color: #adadad;
}

.homesFilter {
    background-color: #fff;
    font-size: 10px;
    font-weight: 600;
    color: var(--brand);
    display: block;
    padding: 10px 5px 10px 10px;
    border: none;
    width: 100%;
    text-align: left !important;
    white-space: nowrap;
    background-size: 12px !important;
}
.homeFilterOptionsWrapper {
    background-color: #e0e1e1;
    width: 100%;
    color: var(--brand);
    font-size: 10px;
    padding: 15px 10px;
    position: absolute;
    left: 0;
    top: 34px;
    border: 2px solid var(--brand);
    z-index: 1000;
}

.homeFilterOptionsWrappr .form-check-inline {
    display: block;
}

.community_title {
    min-height: 45px;
}

@media screen and (max-width: 767px) {
    .fync-link .overlay {
        background-color: rgba(0, 0, 0, 0.2);
    }
    .fync-link .fs-30 {
       font-size: 24px; letter-spacing: 1px;
    }
    .fync-link .fs-18 {
       font-size: 14px; letter-spacing: 2px;
    }
    .fync-link .fs-13 {
       font-size: 11px; letter-spacing: 1px;
    }
    .fync-link .community_name_box{
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 115px;
    }

    .homeFilterOptionsWrapper {
        position: relative;
        top: 0;
    }
}

.welcomeMapHomes {
    overflow-y: scroll;
    min-height: 640px;
    max-height: 705px;
    scrollbar-width: thin;
    scrollbar-color: var(--grey) var(--brand);
}
.welcomeMapHomes .homeStatus {
    font-size: 9px;
    font-weight: 600;
    color: var(--brand);
    background-color: #fff;
    padding: 5px 8px;
}
.welcomeMapHomes .filterItem {
    max-height: 240px;
    width: 100%;
}

.welcomeMapHomes .renderingWraper {
    width: 100%;
    height: 240px;
    background-position: center;
    background-size: cover;
}
.QuickHomeFilterItem {
    min-height: 600px;
    display: flex;
}
.qHomeRenderingWrapper {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
}
#communitiesMapWrapper {
    min-height: 400px;
}

.qHomebox {
    background-color: #baac9f;
    border-bottom: 120px solid #fff;
}
@media screen and (max-width: 991px) {
    .qHomebox-sm {
        background-color: #baac9f;
    }
}

.communitiesBlock .rendWrapper {
    height: 100%;
    background-position: center;
    background-size: cover;
    min-height: 190px;
}

@media screen and (max-width: 991px) {
    .qHomebox {
        border-bottom: none;
    }
    .qHomeRenderingWrapper {
        height: 215px;
    }
    .QuickHomeFilterItem .heading2,
    .QuickHomeFilterItem .fs-20 {
        font-size: 16px;
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 767px) {
    #nav-CommunitiesMap .nav-link {
        font-size: 10px;
        padding: 15px 2px;
        font-weight: 300;
    }
    .welcomeMapHomes {
        max-height: 700px;
    }

    .QuickHomeFilterItem {
        min-height: 400px;
    }

    #Community-options-wrapper .homeFilterOptionsWrapper {
        width: 100%;
        left: 0;
        top: 0;
    }
}
@media screen and (max-width: 576px) {
    #nav-CommunitiesMap .nav-link {
        font-size: 7px;
    }
    .welcomeMapHomes .filterItem {
        max-height: 400px;
    }
}

/* HOMEPAGE ENDS */

/* SLIDER FOR SMALL DEVICES*/
.smSliderGridItem{display: none;}

@media screen and (min-width: 768px) {
    .smSliderWrapper{display: none;}
    .smSliderGridItem{display: block;}
}

/* SLIDER FOR SMALL DEVICES ENDS*/

.nav-design-gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 40px;
}
.nav-design-gallery {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #a7a9ab;
    flex: 0 0 100%; /* flex-grow, flex-shrink, flex-basis */
}
.nav-design-gallery.active,
.nav-design-gallery:focus,
.nav-design-gallery:hover {
    color: var(--brand);
}

.blog-poster {
    background-position: center;
    background-size: cover;
    height: 350px;
    width: 100%;
}
.blog-card {
    border: none;
}
.blog-card .card-footer {
    border: none;
}

.pagination-wrapper .page-item.active .page-link {
    border: 1px solid var(--brand);
    background-color: var(--grey2);
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.pagination-wrapper .pagination .page-link {
    box-shadow: none;
    color: var(--brand);
    border: none;
    margin: 4px;
}

@media screen and (max-width: 767px) {
    .nav-design-gallery {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .design-choice-title .heading2 {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 35px !important;
    }
}

@media screen and (max-width: 576px) {
    .nav-design-gallery-wrapper {
        flex-direction: row;
        height: auto;
    }
    .nav-design-gallery {
        margin-bottom: 15px;
    }
}

/*DESIGN STUDIO CALCULATOR*/
#studioCalculator em {
    font-size: 3rem;
    font-style: normal;
    text-transform: uppercase;
}
#studioCalculator .currValue {
    position: relative;
    font-size: 1rem;
    font-weight: bold;
}
#studioCalculator .finalValue {
    position: relative;
    float: right;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0px;
}
#costSlider {
    height: 1px;
}

#costSlider .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    /* background: #ff5b63; */
    border-radius: 25px;
    outline: none;
    border: 2px solid #fff;
    position: absolute;
    top: -10px;
}
#costSlider span {
    background: var(--brand);
    display: block;
    border-radius: 50%;
}

#interestRateSelection {
    background-color: var(--grey);
    border: navajowhite;
    padding: 5px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 25'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%233a3a3a;%7D.cls-2%7Bfill:%23f0f1f1;%7D.cls-3%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='27' height='25'/%3E%3Cg%3E%3Cpolygon class='cls-3' points='17.9 9.2 9.1 9.2 13.5 13.6 17.9 9.2'/%3E%3Cpolygon class='cls-2' points='13.5 13.6 14.6 14.7 20 9.2 17.9 9.2 13.5 13.6'/%3E%3Cpolygon class='cls-2' points='12.4 14.7 13.5 15.8 12.4 14.7 12.4 14.7'/%3E%3Cpolygon class='cls-2' points='9.1 9.2 7 9.2 12.4 14.7 13.5 13.6 9.1 9.2'/%3E%3Crect class='cls-2' x='12.8' y='13.9' width='1.5' height='1.5' transform='translate(-6.4 13.9) rotate(-45)'/%3E%3C/g%3E%3C/svg%3E");
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 63px;
    padding-left: 9px;
    -webkit-appearance: none;
    appearance: none;
}

.text-amount {
    font-size: 75px;
}

@media screen and (min-width: 1400px) {
    #studioCalculator .finalValue {
        margin-right: -62px;
    }
}
@media screen and (max-width: 767px) {
    .text-amount {
        font-size: 36px;
    }
    #interestRateSelection {
        display: block;
        margin: 9px auto;
    }
}

/*DESIGN STUDIO CALCULATOR ENDS*/

/* HOME BUYERS PROCESS*/
@media screen and (max-width: 767px) {

    .mortgage-approval-tools-slider  .bdr-left-wh,
    .mortgage-approval-tools-slider  .bdr-right-wh{
        border-left: none!important;
        border-right: none!important;
        border-top: 2px solid var(--white);
    }  
    
    .mortgage-approval-tools-slider .fs-20 {
        font-size: 17px;
        line-height: 27px!important;
    }
    .mortgage-approval-tools-slider .desc {
       line-height: 27px!important;
       font-size: 16px;
    }

}




/* HOME BUYERS PROCESS ENDS*/

/*WHY Eq*/
@media screen and (max-width: 991px) {
    .eq-incentive .bdr-left-wh {
        border-left: none !important;
        border-top: 1px solid var(--white);
    }
}
/*WHY Eq ENDS*/

.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
    position: absolute;
    left: 0;
}
body.lb-disable-scrolling {
    overflow: hidden;
}
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}
.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff;
}
.lightbox a img {
    border: none;
}
.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}
.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%;
}
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/images/misc/loading.gif) no-repeat;
}
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.lb-container > .nav {
    left: 0;
}
.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
}
.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/images/misc/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}
.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/images/misc/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-data {
    padding: 0 4px;
    color: #ccc;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}
.lb-data .lb-caption a {
    color: #4ae;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/images/misc/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1;
}

.showMore {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 49%;
    z-index: 15;
    -webkit-animation: bounce 2s infinite ease-in-out;
    -o-animation: bounce 2s infinite ease-in-out;
    -ms-animation: bounce 2s infinite ease-in-out;
    -moz-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(-15px);
    }
}

#registrationForm .form-control {
    border-radius: 0;
    border: 1px solid var(--grey);
    margin-bottom: 17px;
    color: var(--brand);
    font-weight: 500;
}
#registrationForm .form-floating label {
    font-weight: 500;
}
#registrationForm select {
    display: block;
    line-height: 1.3;
    padding: 0.6em 1.4em 0.5em 0.8em;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.6 7.8'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2354565a;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='8.9 6.7 15.6 0 13.4 0 7.8 5.6 2.2 0 0 0 7.8 7.8 8.9 6.7'/%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 15px auto, 100%;
}

#registrationForm.warranty-form .form-control {
    background-color: transparent;
    border: 1px solid var(--brand);
}
#registrationForm.warranty-form select {
    background-color: var(--grey2) !important;
}

#registrationForm.agent-sign-up-form .form-control {
    background-color: transparent;
    border: 1px solid var(--grey);
    color: var(--grey) !important;
    font-size: 14px;
    font-weight: 400;
}
#registrationForm.agent-sign-up-form .form-control::placeholder {
    font-weight: 400;
    font-size: 12px;
    color: var(--grey);
}

#registrationForm.agent-sign-up-form select {
    background-color: var(--brand) !important;
}

@media screen and (max-width: 767px) {
    #registrationForm .form-control {
        font-size: 12px;
    }
    #registrationForm .form-floating label {
        font-size: 12px;
    }
}

/* SLICK SLIDE */

@media screen and (max-width: 567px) {
    .slick-list {
        padding: 0 20% 0 0 !important;
    }
    .slick-slide {
        border-right: 8px solid #fff;
    }
}

.slick-slide {
    text-align: center;
    border: 3px solid #fff;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: "slick";
    font-size: 36px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: var(--brand);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: var(--brand);
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.6   41.6'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:1.1px;%7D.cls-3%7Bfill:%2354565a;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-3' x='.6' y='.6' width='40.4' height='40.4'/%3E%3Crect class='cls-2' x='.6' y='.6' width='40.4' height='40.4'/%3E%3Cpolygon class='cls-1' points='17.5 22.1 25.4 30 25.4 27.4 18.7 20.8 25.4 14.1 25.4 11.5 16.2 20.8 17.5 22.1'/%3E%3C/svg%3E");
    width: 27px;
    height: 27px;
}
.slick-prev {
    left: 3px;
}
.slick-next {
    right: 0px;
    transform: rotate(180deg);
    top: calc(50% - 20px);
}
/* SLICK SLIDE ENDS */

/* INFO BOX FOR SITE PLAN */
.info-box {
    position: absolute;
    z-index: 999;
    background: #fff;
    padding: 0;
    border: 2px solid var(--brand);
    display: none;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    transition: all 0.25s linear;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

.info-box:after {
    border-color: var(--brand);
    /* border-top-color: #FFF; */
    border-width: 30px;
    margin-left: -30px;
}
.info-box:after,
.info-box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
/* INFO BOX FOR SITE PLAN ENDS*/

.center-justified {
    text-align: justify;
    text-align-last: center;
}

#contactMap {
    height: 100%;
    width: 100%;
    min-height: 600px;
}
#salesMap {
    height: 100%;
    width: 100%;
    min-height: 350px;
}
.lotStatusColor {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: sub;
    margin-right: 10px;
}

/* Container Width Adjust to fit Logo & menu Starts */
@media (min-width: 1421px) and (max-width: 1620px) {
    .container {
        max-width: 1220px;
    }
}

@media (min-width: 1301px) and (max-width: 1420px) {
    .container {
        max-width: 1120px;
    }
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .container {
        max-width: 1040px;
    }
}

@media (min-width: 992px) and (max-width: 1092px) {
    .container {
        max-width: 860px;
    }
}

@media (min-width: 768px) and (max-width: 868px) {
    .container {
        max-width: 620px;
    }
}

@media screen and (max-width: 1620px) {
    #nav-logo,
    #hero-logo {
        top: 15px;
        left: 20px;
        width: 60px;
    }
}

@media screen and (max-width: 1420px) {
    #nav-logo,
    #hero-logo {
        top: 15px;
        left: 20px;
        width: 55px;
    }
}
@media screen and (max-width: 1300px) {
    #menuBtn {
        right: 25px;
    }
    #menuClose {
        right: 25px;
        top: 0;
    }

    #nav-logo,
    #hero-logo {
        top: 10px;
        left: 20px;
        width: 36px;
    }
}

/* Container Width Adjust to fit Logo & menu Ends */

.home-types-text {
    cursor: pointer;
    display: block;
    max-height: 20px; /* Adjust this value to match the height of one line of text */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: max-height 0.3s ease;
}

.home-types-text:hover {
    max-height: none;
    white-space: normal;
}

/* MOUSE ANIMATION*/
.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
    transition: all 0.45s ease-in-out;
}

.icon-scroll {
    position: absolute;
    left: 50%;
    z-index: 132;
    width: 25px;
    height: 52px;
    margin-left: -20px;
    bottom: 25px;
    margin-top: -35px;
    box-shadow: inset 0 0 0 2px var(--white);
    border-radius: 25px;
}

.icon-scroll:before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--white);
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(46px);
    }
}

@media screen and (max-width: 991px) {
    .icon-scroll {
        display: none;
    }
}
/* MOUSE ANIMATION ENDS*/

/* Model Content */
#globalPopup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.6); /* Transparent black background */
}

#globalPopup .modal-content {
    background-color: #fefefe00;
    /* margin: 15% auto; */
    padding: 20px;
    border: none;
    /* width: 80%; Could be more or less, depending on screen size */
}

#globalPopup button.close.text-end {
    border: none;
    background: none;
    font-size: 40px;
    position: absolute;
    right: 0;
}

/*Siteplan Modal */
#sitePlanModal .btn-close {
    background-image: none;
    opacity: 1;
    font-size: 10px;
    font-weight: 500;
    width: auto;
}
#sitePlanModal .modal-content {
    border-radius: 0;
}
#sitePlanModal .accordion-button {
    border-radius: 0;
    border: 2px solid var(--brand);
    padding: 10px;
}

#sitePlanModal .accordion-body {
    border: 2px solid var(--brand);
    border-top: none;
}
#sitePlanModal .accordion-button:not(.collapsed) {
    border-bottom: none;
    box-shadow: none;
}

.legend {
    font-size: 30px;
    letter-spacing: 10px;
    font-weight: 200;
}
@media screen and (max-width: 767px) {
    .legend {
        font-size: 20px;
        letter-spacing: 2px;
        margin-top: 20px;
    }

    .lets-chat .fs-20{
        font-size: 14px;
    }
    .lets-chat .fs-14{
        font-size: 10px;
    }

    #salesMap{height: 175px; min-height: 175px;}

    .siteplan-page .fs-30,
    .community-welcome .fs-30{font-size: 22px;}

    .siteplan-page .fs-22{font-size: 14px;}

  
}

/* .imgFloorplan{
    padding-right: 6rem !important;
    padding-left: 6rem !important;
} */









@media screen and (max-width: 767px)
    .imgFloorplan{
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
}

@media screen and (min-width: 768) {
    .imgFloorplan{
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}

@media screen and (min-width: 1400px) {
    .imgFloorplan{
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }
}

/* Small devices (landscape phones, less than 576px) */
@media (max-width: 575.98px) {
    .imgFloorplan {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
}

/* Medium devices (tablets, 576px to 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .imgFloorplan {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

/* Large devices (desktops, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .imgFloorplan {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}

/* X-Large devices (large desktops, 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .imgFloorplan {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
}

/* XX-Large devices (larger desktops, 1200px and up) */
@media (min-width: 1200px) {
    .imgFloorplan {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }
}


/* Customer care */
.fpo {
    font-size: 24px;
    font-weight: bold;
}


.contact-info a:hover {
    text-decoration: underline !important;
}
/* Customer care ends */

.btnLegend{width: 30px; height: 30px; border: none;}
#spLegendWrapper{border-top: 1px solid var(--brand);}
#spLegendWrapper .col-md-8.mt-4{width: 100%!important;}

.oldPrice{position: relative; display: inline-block;}
.oldPrice::after{position: absolute; width: 100%; border:1px solid #F00; height: 1px; left: 0; top: 13px; content: ''; rotate: 5deg;}
.gallery-block{transition: all .35s linear; border: 5px solid #FFF;}
.gallery-block:hover {border: 5px solid var(--brand); border-radius: 10px;}

.bannerWrapper{position: absolute; left: 0; top: 0; z-index: 999;}

.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute !important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-infobar,.fancybox-toolbar,.fancybox-caption,.fancybox-navigation .fancybox-button{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption,.fancybox-show-nav .fancybox-navigation .fancybox-button{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:'';display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:0 0;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-ms-transform-origin:top left;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-swipe .fancybox-content,.fancybox-can-pan .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:0 0;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--video .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--iframe .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-video,.fancybox-iframe{background:0 0;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:visited,.fancybox-button:link{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--play svg:nth-child(2),.fancybox-button--fsenter svg:nth-child(2){display:none}.fancybox-button--pause svg:nth-child(1),.fancybox-button--fsexit svg:nth-child(1){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-ms-transform:scaleX(0);transform:scaleX(0);-ms-transform-origin:0;transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:0 0;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,rgba(0,0,0,0) 100%);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:fancybox-rotate 1s linear infinite;background:0 0;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translate3d(0,0,0)}.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scale3d(1,1,1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-ms-transform:rotate(-360deg);transform:rotate(-360deg)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-ms-transform:rotate(360deg);transform:rotate(360deg)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-ms-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scale3d(1,1,1) translate3d(0,0,0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translate3d(0,0,0) scale(1)}@media all and (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:visited,.fancybox-share__button:link{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:0 0;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:center center;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:'';left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media all and (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}