#homepage_specials_button a{background-color:var(--hp-specials-bg);color:var(--hp-specials-bg-alt);padding:10px 20px;border-radius:20px}@media (max-width:767px){#homepage_specials_button a{font-size:var(--body-base-font-size)}}#homepage_specials_button a:hover{background-color:var(--hp-specials-bg-hover)}.quick-link-cards{position:relative;margin-top:-1vw;background:var(--quick-links-cards-bg);padding:0 0 50px}@media (max-width:767px){.quick-link-cards{margin-top:10vw}}@media (min-width:1025px){.quick-link-cards{padding:0 3% 50px}}.quick-link-cards .quick-links-bg{position:absolute;top:-15%;left:0;width:100vw;height:75%;background:var(--cta-background-color);display:inline-block;max-height:900px;-webkit-clip-path:polygon(100% 0,100% 82%,0 100%,0 19%);clip-path:polygon(100% 0,100% 82%,0 100%,0 19%)}@media (min-width:1900px){.quick-link-cards .quick-links-bg{height:80%}}@media (max-width:1200px){.quick-link-cards .quick-links-bg{top:-5%;height:55%;-webkit-clip-path:none;clip-path:none}}@media (max-width:767px){.quick-link-cards .quick-links-bg{height:77%;max-height:1300px}}@media (max-width:380px){.quick-link-cards .quick-links-bg{max-height:1100px}}.quick-link-cards .quick-links-bg:after{content:"";position:absolute;top:0;right:0;width:100vw;height:100%;background:var(--cta-background-color);opacity:var(--cta-background-opacity);display:inline-block}.card-cta{max-width:var(--card-cta-container-max-width);position:relative;margin:min(5vw,100px) 5% 0}@media (min-width:1800px){.card-cta{margin:min(5vw,100px) auto 0}}.card-cta .text-section{position:relative;z-index:1}@media (max-width:767px){.card-cta .text-section{padding:4%;background:var(--text-box-bg);width:90%;max-width:600px;margin:50px auto;display:block;border:10px solid var(--text-box-bg-alt)}}@media (min-width:768px){.card-cta .text-section{padding:4% 2% 120px 8%}}.card-cta>.column-1{position:relative;text-align:center}@media (min-width:768px){.card-cta>.column-1{display:-ms-grid;display:grid;-ms-grid-columns:1fr 2.5% 1fr 2.5% 1fr;grid-template-columns:1fr 1fr 1fr;justify-items:center;gap:2.5%}}@media (min-width:1200px){.card-cta>.column-1{margin:0 auto}}.card-cta>.column-1 .card-style-1{position:relative;z-index:10;display:inline-block;border-radius:15px;border:none;overflow:visible;height:auto;min-height:0;max-width:400px;text-align:center}@media (min-width:768px){.card-cta>.column-1 .card-style-1{width:100%;max-width:none;margin:0 auto}}.card-cta>.column-1 .card-style-1 .card-text{background:var(--background-1-base);width:auto;padding:5%;position:relative}@media (max-width:1024px){.card-cta>.column-1 .card-style-1 .card-text{width:100%}}.card-cta>.column-1 .card-style-1 .card-text h2{margin-bottom:0;color:var(--background-1-base-alt);-webkit-transition:color 0.3s ease-in-out;transition:color 0.3s ease-in-out}.card-cta>.column-2{position:relative;z-index:10;max-width:900px;padding:3%;background:var(--column-2-background);line-height:1.5;text-align:center}@media (max-width:767px){.card-cta>.column-2{margin:110px auto 0px}}@media (min-width:768px){.card-cta>.column-2{margin:70px auto 0px}}@media (min-width:1201px){.card-cta>.column-2{margin:150px auto 0px}}.card-cta>.column-2 .homepage-header-3{text-transform:var(--home-header-3-text-transform);color:var(--home-header-3-color);font-size:calc(var(--home-header-3-font-size) * 1.9);margin-bottom:20px}@media (min-width:768px){.card-cta>.column-2 .homepage-header-3{font-size:calc(var(--home-header-3-font-size) * 2.1)}}@media (min-width:1180px){.card-cta>.column-2 .homepage-header-3{font-size:calc(var(--home-header-3-font-size) * 2.3)}}@media (min-width:1400px){.card-cta>.column-2 .homepage-header-3{font-size:calc(var(--home-header-3-font-size) * 2.5)}}@media (max-width:1200px){.card-cta>.column-2 .homepage-header-3{margin-top:30px}}.card-style-1{background-color:var(--card-style-1-background);-webkit-box-shadow:0 0 18px rgba(0,0,0,0.1);box-shadow:0 0 18px rgba(0,0,0,0.1);max-width:650px;min-height:150px;overflow:hidden;margin:0 0 25px auto}@media (max-width:1024px){.card-style-1{margin-left:auto;margin-right:auto}}.card-style-1:hover .card-avatar{overflow:hidden}.card-style-1:hover .card-avatar:before{background-color:var(--card-img-hover-color);-webkit-transition:all 0.3s ease;transition:all 0.3s ease;opacity:0.7}.card-style-1:hover .card-avatar:after{top:50%;opacity:1;-webkit-transition:opacity 0.4s ease,top 0.4s ease;transition:opacity 0.4s ease,top 0.4s ease}.card-style-1 .card-avatar{display:inline-block;width:100%;position:relative;overflow:hidden;padding:min(10%,35px)}@media (max-width:1200px){.card-style-1 .card-avatar{margin-bottom:0}}.card-style-1 .card-avatar img{border-radius:25px;-webkit-filter:drop-shadow(0px 10px 5px rgba(0,0,0,0.1));filter:drop-shadow(0px 10px 5px rgba(0,0,0,0.1));aspect-ratio:3/2}.card-style-1 .text-container{padding:0 15px 30px;display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:1fr 15px 1fr 15px 1fr;grid-template-rows:repeat(3,1fr);-webkit-box-align:start;-ms-flex-align:start;align-items:start;justify-items:center;gap:15px}.card-style-1 .text-container>:first-child{-ms-grid-row:1;-ms-grid-column:1}.card-style-1 .text-container>:nth-child(2){-ms-grid-row:3;-ms-grid-column:1}.card-style-1 .text-container>:nth-child(3){-ms-grid-row:5;-ms-grid-column:1}.card-style-1 .card-header-text{text-transform:var(--card-header-text-transform);color:var(--card-header-text-color);font-size:2rem;margin:unset}.card-style-1 p{color:var(--text-box-bg-alt);line-height:1.5}@media (max-width:767px){.card-style-1 p{max-width:190px}}@media (min-width:768px) and (max-width:1024px){.card-style-1 p{max-width:230px}}@media (min-width:1025px){.card-style-1 p{max-width:350px}}.card-style-1 .button-style-2{margin:unset}.center-title-style-1{background:var(--center-title-style-1-bg);display:inline-block;width:100%;text-align:center;padding:3% 0}.center-title-style-1 .raf-button{margin:10px auto;background:var(--raf-bg);color:var(--raf-bg-alt);outline:2px solid var(--raf-bg-alt)}.center-title-style-1 .raf-button:hover{background:var(--raf-bg-alt);color:var(--raf-bg)}.center-title-style-1 .cts1-text{color:var(--center-title-style-1-bg-alt);text-align:center;margin:0 0 16px}.center-title-style-1 .cts1-texth2{margin:0}#neighborhood_section{position:relative;z-index:1;background-color:var(--neighborhood-bg);margin:60px 0 0}@media (min-width:768px){#neighborhood_section{margin:100px 0 0}}@media (min-width:1180px){#neighborhood_section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;min-height:500px;padding:min(5vw,100px) 0}#neighborhood_section>div{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media (min-width:1800px){#neighborhood_section{min-height:660px}}#neighborhood_section .text-block{background-color:var(--neighborhood-text-block-bg);padding:min(5vh,80px) min(4vw,80px) min(25vh,150px);position:relative;border-radius:25px}@media (min-width:768px){#neighborhood_section .text-block{padding:min(5vh,80px) min(4vw,80px) min(45vh,300px)}}@media (min-width:1180px){#neighborhood_section .text-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:min(5vh,80px) min(4vw,80px) min(5vh,100px)}}#neighborhood_section .text-block.repeat-bg-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:var(--neighborhood-text-block-pseudo-bg);opacity:var(--neighborhood-text-block-pseudo-opacity);border-radius:25px}#neighborhood_section .neighborhood-paragraph-text{max-width:750px;margin:0 auto;text-align:justify;position:relative;z-index:1}@media (min-width:1180px){#neighborhood_section .neighborhood-paragraph-text{max-width:530px;margin:unset}}@media (min-width:1400px){#neighborhood_section .neighborhood-paragraph-text{max-width:600px}}@media (min-width:1600px){#neighborhood_section .neighborhood-paragraph-text{max-width:700px}}@media (min-width:1920px){#neighborhood_section .neighborhood-paragraph-text{max-width:800px}}#neighborhood_section .neighborhood-header,#neighborhood_section .neighborhood-paragraph-text{color:var(--neighborhood-text-block-color)}#neighborhood_section .neighborhood-header{line-height:1;margin-bottom:15px;text-transform:uppercase;text-align:center}#neighborhood_section .token-header-three{font-family:var(--neighborhood-header-font-family);font-size:calc(var(--neighborhood-header-base-font-size) * 1.5)}@media (min-width:768px){#neighborhood_section .token-header-three{font-size:calc(var(--neighborhood-header-base-font-size) * 1.85)}}#neighborhood_section .neighborhood-impact-title{position:absolute;font-family:var(--neighborhood-impact-title-font-family);letter-spacing:var(--neighborhood-impact-header-letter-spacing);text-transform:var(--neighborhood-impact-header-text-transform);color:var(--neighborhood-impact-header-text-color);font-weight:300;font-size:var(--neighborhood-header-font-size-upto-767);top:var(--neighborhood-top-upto-767);left:0;right:0}@media (min-width:768px){#neighborhood_section .neighborhood-impact-title{font-size:var(--neighborhood-header-font-size-768-1179);top:var(--neighborhood-top-768-1179);left:unset;right:unset}}@media (min-width:1180px){#neighborhood_section .neighborhood-impact-title{font-size:var(--neighborhood-header-font-size-1180-1399);top:var(--neighborhood-top-1180-1399)}}@media (min-width:1400px){#neighborhood_section .neighborhood-impact-title{font-size:var(--neighborhood-header-font-size-from-1400);top:var(--neighborhood-top-from-1400)}}#neighborhood_section .neighborhood-impact-title b{font-size:calc(var(--neighborhood-header-font-size-upto-767) * 1.5)}@media (min-width:768px){#neighborhood_section .neighborhood-impact-title b{font-size:calc(var(--neighborhood-header-font-size-768-1179) * 1.5)}}@media (min-width:1180px){#neighborhood_section .neighborhood-impact-title b{font-size:calc(var(--neighborhood-header-font-size-1180-1399) * 1.5)}}@media (min-width:1400px){#neighborhood_section .neighborhood-impact-title b{font-size:calc(var(--neighborhood-header-font-size-from-1400) * 1.5)}}#neighborhood_section .btn-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:25px auto 0}@media (min-width:1180px){#neighborhood_section .btn-container{margin:25px 0}}#neighborhood_section .btn-container .neighborhood-button{display:block;padding:12px clamp(45px,8vw,100px);background-color:var(--neighborhood-btn-bg);color:var(--neighborhood-btn-text);border:2px solid var(--neighborhood-btn-text);-webkit-transition:all 350ms ease;transition:all 350ms ease;text-transform:uppercase;margin-top:0}#neighborhood_section .img-block{background-size:cover;background-position:center;background-repeat:no-repeat;display:block;position:relative;z-index:1;border-radius:25px;max-width:350px;min-height:200px;margin:-90px auto 50px;-webkit-box-shadow:0px 10px 20px rgba(0,0,0,0.1);box-shadow:0px 10px 20px rgba(0,0,0,0.1)}@media (min-width:768px){#neighborhood_section .img-block{max-width:700px;min-height:400px;margin:min(-20%,-250px) auto 100px}}@media (min-width:1180px){#neighborhood_section .img-block{min-height:450px;z-index:1;margin-top:-61px;margin-bottom:61px;margin-left:min(-80px,-10%);max-width:unset}}@media (min-width:1400px){#neighborhood_section .img-block{min-height:525px;margin-top:-77px;margin-bottom:77px}}@media (min-width:1920px){#neighborhood_section .img-block{min-height:600px}}#amenities_section{position:relative;z-index:1}@media (min-width:768px){#amenities_section .amenity{display:-ms-grid;display:grid;-ms-grid-rows:2fr 3fr 1fr;grid-template-rows:2fr 3fr 1fr;-ms-grid-columns:1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr;grid-template-columns:repeat(5,1fr);-webkit-column-gap:25px;-moz-column-gap:25px;column-gap:25px;margin:50px 0 50px 25px}#amenities_section .amenity>:first-child{-ms-grid-row:1;-ms-grid-column:1}#amenities_section .amenity>:nth-child(2){-ms-grid-row:1;-ms-grid-column:3}#amenities_section .amenity>:nth-child(3){-ms-grid-row:1;-ms-grid-column:5}#amenities_section .amenity>:nth-child(4){-ms-grid-row:1;-ms-grid-column:7}#amenities_section .amenity>:nth-child(5){-ms-grid-row:1;-ms-grid-column:9}#amenities_section .amenity>:nth-child(6){-ms-grid-row:2;-ms-grid-column:1}#amenities_section .amenity>:nth-child(7){-ms-grid-row:2;-ms-grid-column:3}#amenities_section .amenity>:nth-child(8){-ms-grid-row:2;-ms-grid-column:5}#amenities_section .amenity>:nth-child(9){-ms-grid-row:2;-ms-grid-column:7}#amenities_section .amenity>:nth-child(10){-ms-grid-row:2;-ms-grid-column:9}#amenities_section .amenity>:nth-child(11){-ms-grid-row:3;-ms-grid-column:1}#amenities_section .amenity>:nth-child(12){-ms-grid-row:3;-ms-grid-column:3}#amenities_section .amenity>:nth-child(13){-ms-grid-row:3;-ms-grid-column:5}#amenities_section .amenity>:nth-child(14){-ms-grid-row:3;-ms-grid-column:7}#amenities_section .amenity>:nth-child(15){-ms-grid-row:3;-ms-grid-column:9}}@media (min-width:1180px){#amenities_section .amenity{max-height:700px;-ms-grid-columns:(1fr)[6];grid-template-columns:repeat(6,1fr);margin:50px 0 50px 50px}}@media (min-width:1920px){#amenities_section .amenity{margin:50px 0 100px 150px}}#amenities_section .amenities-header{font-size:var(--amenities-header-font-size-upto-767);line-height:var(--amenities-header-line-height-upto-767);text-align:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;margin-bottom:20px}@media (min-width:768px){#amenities_section .amenities-header{font-size:var(--amenities-header-font-size-768-1179);line-height:var(--amenities-header-line-height-768-1179);-ms-grid-column:3;-ms-grid-column-span:2;grid-column:3/5;-ms-grid-row:1;-ms-grid-row-span:1;grid-row:1/2;text-align:left;margin-bottom:unset}}@media (min-width:1180px){#amenities_section .amenities-header{font-size:var(--amenities-header-font-size-1180-1399);line-height:var(--amenities-header-line-height-1180-1399);-ms-grid-column:5;-ms-grid-column-span:1;grid-column:5/6}}@media (min-width:1400px){#amenities_section .amenities-header{font-size:var(--amenities-header-font-size-from-1400);line-height:var(--amenities-header-line-height-from-1400)}}#amenities_section .amenities-text-block{background-color:var(--amenities-text-block-background);color:var(--amenities-text-block-color);border-radius:25px;padding:min(5vh,80px) min(4vw,80px) min(25vh,150px);position:relative;z-index:1}@media (min-width:768px){#amenities_section .amenities-text-block{display:-ms-grid;display:grid;padding:unset;-ms-grid-column:2;-ms-grid-column-span:4;grid-column:2/6;-ms-grid-row:2;-ms-grid-row-span:2;grid-row:2/4}}@media (min-width:1180px){#amenities_section .amenities-text-block{-ms-grid-column:4;-ms-grid-column-span:3;grid-column:4/7}}#amenities_section .amenities-text-block.repeat-bg-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:var(--amenities-text-block-pseudo-bg);opacity:var(--amenities-text-block-pseudo-opacity);border-radius:25px}#amenities_section .amenities-list{position:relative;z-index:1}@media (min-width:768px){#amenities_section .amenities-list{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;margin:10px auto 0 30%}}@media (min-width:1920px){#amenities_section .amenities-list{margin:10px auto 0 35%}}#amenities_section .amenities-list li{margin:10px}#amenities_section .amenities-list li .button-style-2{margin:25px 0}#amenities_section .amenities-gallery{display:block;position:relative;z-index:1;max-width:350px;min-height:200px;margin:-90px auto 50px}@media (min-width:768px){#amenities_section .amenities-gallery{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/3;-ms-grid-row:1;-ms-grid-row-span:2;grid-row:1/3;margin:unset;min-height:unset;max-width:unset}}@media (min-width:1180px){#amenities_section .amenities-gallery{-ms-grid-column:1;-ms-grid-column-span:4;grid-column:1/5;max-width:700px}}@media (min-width:1400px){#amenities_section .amenities-gallery{max-width:1000px}}@media (min-width:1920px){#amenities_section .amenities-gallery{max-width:1350px}}#amenities_section .amenities-gallery .amen_box.amenity_list{height:100%}#amenities_section .amenities-gallery .image-container{height:100%}#amenities_section .amenities-gallery img{border-radius:25px;-webkit-box-shadow:0px 10px 20px rgba(0,0,0,0.1);box-shadow:0px 10px 20px rgba(0,0,0,0.1);aspect-ratio:3/2}@media (min-width:768px){#amenities_section .amenities-gallery img{height:100%;-o-object-fit:cover;object-fit:cover}}#leaseup_form .interest-header{font-size:var(--leaseup-form-header-font-size-upto-767);line-height:var(--leaseup-form-header-line-height-upto-767);text-align:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;margin-bottom:20px}@media (min-width:768px){#leaseup_form .interest-header{font-size:var(--leaseup-form-header-font-size-768-1179);line-height:var(--leaseup-form-header-line-height-768-1179);margin-bottom:unset}}@media (min-width:1180px){#leaseup_form .interest-header{font-size:var(--leaseup-form-header-font-size-1180-1399);line-height:var(--leaseup-form-header-line-height-1180-1399)}}@media (min-width:1400px){#leaseup_form .interest-header{font-size:var(--leaseup-form-header-font-size-from-1400);line-height:var(--leaseup-form-header-line-height-from-1400)}}#leaseup_form #div_comment_form form{border-radius:25px}#leaseup_form #div_comment_form form .btn-primary{background:var(--leaseup-form-button-bg);color:var(--leaseup-form-button-color)}#leaseup_form #div_comment_form form .btn-primary:hover{background:var(--leaseup-form-button-hover-bg);color:var(--leaseup-form-button-hover-color)}.homepage_container #contact_us_page_container{position:relative;z-index:1}.bottom-background-image-container{display:none;position:absolute;width:100%;height:100%;max-height:500px;border-radius:120px 120px 0 0;bottom:-5%;z-index:0}.bottom-background-image-container[data-media-manager=deluxe-2-hpt-cover-bg]{display:block;background-size:cover;background-repeat:no-repeat}@media (min-width:768px){.bottom-background-image-container[data-media-manager=deluxe-2-hpt-cover-bg]{bottom:-11%}}@media (min-width:1180px){.bottom-background-image-container[data-media-manager=deluxe-2-hpt-cover-bg]{bottom:-13%}}@media (min-width:1400px){.bottom-background-image-container[data-media-manager=deluxe-2-hpt-cover-bg]{bottom:-10%}}@media only screen and (min-width:1600px){.bottom-background-image-container[data-media-manager=deluxe-2-hpt-cover-bg]{border-radius:200px 200px 0 0;bottom:-5%}}.bottom-background-image-container[data-media-manager=deluxe-2-hpt-repeat-bg]{display:block;background-size:auto;background-repeat:repeat}@media (min-width:768px){.bottom-background-image-container[data-media-manager=deluxe-2-hpt-repeat-bg]{bottom:-11%}}@media (min-width:1180px){.bottom-background-image-container[data-media-manager=deluxe-2-hpt-repeat-bg]{bottom:-13%}}@media (min-width:1400px){.bottom-background-image-container[data-media-manager=deluxe-2-hpt-repeat-bg]{bottom:-10%}}@media only screen and (min-width:1600px){.bottom-background-image-container[data-media-manager=deluxe-2-hpt-repeat-bg]{border-radius:200px 200px 0 0;bottom:-5%}}