/* CSS Document */
html {
  height: auto;
}
body {
  overflow: auto!important;
  overflow-x: hidden!important;
  overflow-y: auto!important;
}
#myDiv {
  overflow: visible!important;
}
.photo-gallery {
  overflow: visible!important;
  padding-bottom: 108px;
}
.div-anim {
  transition: all 0.3s ease;
  /* Animate all properties over 0.3s */
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.button-animations {
  transition: transform 0.3s;
  cursor: pointer;
}
.button-animations:hover {
  transform: scale(1.1);
}
.home-page-hero-image {
  width: 100%;
  height: 900px;
  overflow: hidden;
  position: relative;
}
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures video fills the container while maintaining aspect ratio */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.dark-video-overlay {
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.home-page-container {
  position: relative;
  z-index: 3;
}
.navigation-top-bar {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-top: 1.8%;
}
.navigation-desktop {
  height: 142px;
  position: relative;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 17px;
  line-height: 18px;
}
.navigation-bottom-bar {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.logo {
  width: 169px;
  float: left;
  margin-top: 13px;
  margin-left: 20px;
  cursor: pointer;
}
.navigation-vertical-divider {
  width: 1px;
  height: 142px;
  float: left;
  background-color: #ffffff;
  margin-left: 65px;
}
.navigation-top-area {
  height: 54px;
  float: left;
  width: 1193px;
  border-right: 1px solid #ffffff;
}
.navigation-horizontal-divider {
  width: 2500px;
  height: 1px;
  position: absolute;
  top: 54px;
  left: 254px;
  background-color: #ffffff;
}
.apply-now-box {
  float: right;
  border-left: 1px solid #ffffff;
  text-align: center;
  padding-top: 11px;
  width: 120px;
  height: 54px;
}
.navigation-phone {
  float: right;
  margin-right: 40px;
  padding-top: 18px;
}
.navigation-desktop a:link {
  color: #ffffff;
  text-decoration: none;
}
.navigation-desktop a:active {
  color: #ffffff;
  text-decoration: none;
}
.navigation-desktop a:visited {
  color: #ffffff;
  text-decoration: none;
}
.navigation-desktop a:hover {
  color: #ffffff;
  text-decoration: underline;
}
a:link {
  color: #74045f;
  text-decoration: none;
}
a:active {
  color: #74045f;
  text-decoration: none;
}
a:visited {
  color: #74045f;
  text-decoration: none;
}
a:hover {
  color: #74045f;
  text-decoration: underline;
}
.navigation-bottom-area {
  float: left;
  width: 1193px;
  height: 50px;
}
.navigation-bottom-area ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
  margin-right: 25px;
  margin-top: 36px;
}
.navigation-bottom-area li {
  display: inline;
  margin-left: 60px;
}
.home-page-callout {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 45px;
  line-height: 52px;
  margin-top: 390px;
  margin-left: 100px;
  letter-spacing: 0.04em;
}
.book-a-tour-button {
  width: 233px;
  height: 51px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  float: left;
  margin-top: 50px;
  border: 1px solid #ffffff;
  margin-left: 100px;
}
.book-a-tour-button-left {
  width: 182px;
  height: 50px;
  border-right: 1px solid #ffffff;
  text-align: center;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  padding-top: 15px;
  color: #ffffff;
  letter-spacing: 0.02em;
  float: left;
}
.book-a-tour-button-right {
  width: 49px;
  float: left;
}
.arrow {
  width: 17px;
  margin: auto;
  margin-top: 14px;
}
.site-padding {
  padding-left: 100px;
  padding-right: 100px;
}
.main-section-home {
  padding-top: 60px;
  padding-bottom: 60px;
}
.home-page-image-1 {
  float: right;
  width: 800px;
}
.home-page-intro-text {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  line-height: 32px;
  padding-right: 20px;
}
.home-page-image-2 {
  float: left;
  width: 620px;
  margin-top: 40px;
}
.home-page-image-2-headline {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 44px;
  line-height: 50px;
  color: #74045f;
  margin-top: 35px;
  margin-left: 30px;
  letter-spacing: 0.03em;
}
.home-page-intro-text-2 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  line-height: 32px;
  padding-right: 105px;
  margin-left: 30px;
  margin-top: 20px;
}
.home-page-image-3 {
  width: 780px;
  float: right;
  margin-top: 20px;
}
.home-page-image-4 {
  width: 450px;
  float: left;
  margin-top: 190px;
}
.home-page-image-3-headline {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 44px;
  line-height: 50px;
  color: #74045f;
  margin-top: 15px;
  margin-left: 65px;
  letter-spacing: 0.03em;
  float: left;
}
.home-page-intro-text-3 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  line-height: 32px;
  padding-right: 50px;
  margin-top: 40px;
}
.home-page-image-5 {
  width: 378px;
  float: right;
  margin-top: 40px;
}
.home-graphic-1 {
  margin: auto;
  width: 134px;
  margin-top: 35px;
}
.home-graphic-2 {
  margin: auto;
  width: 105px;
  margin-top: 35px;
}
.home-graphic-3 {
  margin: auto;
  width: 101px;
  margin-top: 39px;
}
.home-graphic-4 {
  margin: auto;
  width: 125px;
  margin-top: 35px;
}
.home-graphic-caption {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  margin-top: 25px;
  text-align: center;
}
.grapics-row {
  padding-right: 20px;
  position: relative;
  left: -40px;
}
.explore-amenities-button {
  width: 350px;
  height: 51px;
  cursor: pointer;
  border: 1px solid #5f6369;
  margin: auto;
  margin-top: 40px;
}
.explore-amenities-button-left {
  width: 295px;
  height: 50px;
  border-right: 1px solid #5f6369;
  text-align: center;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  padding-top: 15px;
  color: #5f6369;
  letter-spacing: 0.02em;
  float: left;
}
.explore-amenities-button-right {
  width: 49px;
  float: left;
}
.generous-section {
  height: 393px;
  background-color: #e1ddcd;
  padding-top: 100px;
}
.generous-headline {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 52px;
  color: #5f6369;
  line-height: 60px;
  letter-spacing: 0.02em;
}
.generous-text {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #5f6369;
  line-height: 32px;
  margin-top: 10px;
}
.explore-features-button {
  width: 350px;
  height: 51px;
  cursor: pointer;
  border: 1px solid #5f6369;
  margin: auto;
  background-color: #ebede2;
}
.explore-features-button-left {
  width: 295px;
  height: 50px;
  border-right: 1px solid #5f6369;
  text-align: center;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  padding-top: 15px;
  color: #5f6369;
  letter-spacing: 0.02em;
  float: left;
}
.explore-features-button-right {
  width: 49px;
  float: left;
}
footer {
  height: 380px;
  background-color: #606368;
  padding-top: 70px;
}
footer a:link {
  color: #ffffff;
  text-decoration: none;
}
footer a:active {
  color: #ffffff;
  text-decoration: none;
}
footer a:visited {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer-logo-box {
  float: left;
  width: 260px;
}
.footer-logo {
  width: 176px;
}
.footer-hours-box {
  float: left;
  width: 318px;
  border-right: 1px solid #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  letter-spacing: 0.02em;
}
.footer-privacy-box {
  float: left;
  width: 260px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  padding-left: 60px;
  letter-spacing: 0.02em;
}
.footer-copyright {
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  margin-top: 80px;
  letter-spacing: 0.02em;
}
.hilltop {
  width: 130px;
  margin-top: 20px;
  cursor: pointer;
}
.accessibility {
  float: right;
  width: 52px;
}
.equal-housing {
  float: right;
  width: 52px;
  margin-right: 16px;
}
.clickable {
  cursor: pointer;
}
.fixed-navigation {
  position: fixed;
  width: 100%;
  z-index: 10000;
}
.amenities-page-hero-image {
  height: 700px;
  background-image: url("../images/amenities-page-hero-image.jpg");
  background-size: cover;
  background-position: center center;
}
.amenities-page-callout {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 45px;
  line-height: 52px;
  margin-top: 340px;
  margin-left: 100px;
  letter-spacing: 0.04em;
}
.amenities-page-intro-text {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  line-height: 32px;
}
.amenities-selector {
  width: 510px;
  margin: auto;
  margin-top: 40px;
  font-family: "aaux-next", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  color: #5f6369;
  letter-spacing: 0.01em;
}
.amenities-selector-left {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  cursor: pointer;
}
.amenities-selector-right {
  float: right;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  cursor: pointer;
}
.amenities-selector-selected {
  font-family: "aaux-next", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #74045f !important;
  border-bottom: 4px solid #74045f !important;
  cursor: default!important;
  transition: all 0s ease;
}
.amenities-selector-divider-line {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.amenities-container {
  height: 610px;
  position: relative;
}
.community-container {
  width: 100%;
  height: 540px;
  position: absolute;
  left: 0px;
  top: 0px;
  padding-top: 60px;
  z-index: 10;
}
.interior-container {
  width: 100%;
  height: 540px;
  position: absolute;
  top: 0px;
  padding-top: 60px;
  opacity: 0;
  z-index: 1;
}
.amenity-image {
  float: right;
  width: 710px;
}
.amenities-list {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
}
.custom-bullets {
  list-style: none;
  /* Remove default bullets */
  padding-left: 20px;
  /* Adjust spacing for custom bullet */
}
.custom-bullets li::before {
  content: "»";
  /* Add custom bullet */
  color: black;
  /* Optional: set bullet color */
  display: inline-block;
  width: 1em;
  /* Space between bullet and text */
  margin-left: -1em;
  /* Align bullet properly */
}
.amenities-list li {
  margin-bottom: 6px;
}
.gallery-button {
  width: 233px;
  height: 51px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #ffffff;
  position: absolute;
  left: 35%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.gallery-button-left {
  width: 182px;
  height: 50px;
  border-right: 1px solid #ffffff;
  text-align: center;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  padding-top: 15px;
  color: #ffffff;
  letter-spacing: 0.02em;
  float: left;
}
.gallery-button-right {
  width: 49px;
  float: left;
}
.contact-page-hero-image {
  height: 700px;
  background-image: url("../images/contact-page-hero-image.jpg");
  background-size: cover;
  background-position: center center;
}
.contact-page-bolder {
  color: #74045f;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.regular-text a:link {
  color: #000000;
  text-decoration: none;
}
.regular-text a:active {
  color: #000000;
  text-decoration: none;
}
.regular-text a:visited {
  color: #000000;
  text-decoration: none;
}
.regular-text a:hover {
  color: #000000;
  text-decoration: underline;
}
.form-area {
  height: auto;
  background-color: #edeae2;
  padding-top: 70px;
  padding-bottom: 70px;
}
.form-control {
  height: 54px;
  width: 98.5%;
  margin-bottom: 20px;
  border-radius: 0px;
  border: 1px solid #000000;
  background-color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}
.left {
  float: left;
}
.right {
  float: right;
}
textarea.form-control {
  height: 135px;
  width: 100%;
}
.form-control::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000000;
}
.form-control::-webkit-input-placeholder {
  color: #000000;
}
.submit-form-button {
  width: 350px;
  height: 51px;
  cursor: pointer;
  border: 1px solid #5f6369;
  background-color: #f5f3ee;
}
.google-disclaimer {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin-top: 20px;
}
.google-disclaimer a:link {
  color: #74045f;
}
.google-disclaimer a:active {
  color: #74045f;
}
.google-disclaimer a:visited {
  color: #74045f;
}
.google-disclaimer a:hover {
  color: #74045f;
}
.plans-page-hero-image {
  height: 700px;
  background-image: url("../images/plans-page-hero-image.jpg");
  background-size: cover;
  background-position: center center;
}
.phase-selector {
  width: 280px;
  margin: auto;
  margin-top: 40px;
  font-family: "aaux-next", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  color: #5f6369;
  letter-spacing: 0.01em;
}
.phase-selector-left {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  cursor: pointer;
}
.phase-selector-right {
  float: right;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  cursor: pointer;
}
.phase-selector-selected {
  font-family: "aaux-next", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #74045f !important;
  border-bottom: 4px solid #74045f !important;
  cursor: default!important;
  transition: all 0s ease;
}
.page-headline {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 44px;
  color: #74045f;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.main-section-plans {
  padding-top: 40px;
  padding-bottom: 40px;
}
.plan-selector {
  width: 640px;
  margin: auto;
  margin-top: 30px;
  font-family: "aaux-next", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  color: #5f6369;
  letter-spacing: 0.01em;
}
.plan-selector-left {
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 5px;
  cursor: pointer;
}
.plan-selector-right {
  float: right;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 5px;
  cursor: pointer;
}
.plan-selector-selected {
  font-family: "aaux-next", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #74045f !important;
  border-bottom: 4px solid #74045f !important;
  cursor: default!important;
  transition: all 0s ease;
}
/* Filter Buttons Styling */
.filter-buttons {
  margin-bottom: 40px;
}
.filter-buttons button {
  margin: 5px;
  padding: 10px 15px;
  cursor: pointer;
  border: none;
  background-color: #e0e0e0;
  border-radius: 5px;
}
.filter-buttons button:hover {
  background-color: #d0d0d0;
}
/* Height Animator for Smooth Transitions */
.height-animator {
  transition: height 0.3s ease;
  height: auto;
}
/* Floor Plans Container */
.floor-plans-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
  column-gap: 90px;
  position: relative;
  /* For positioning fading clones */
}
/* Individual Floor Plan Styling */
.floor-plan {
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 20px;
  padding-top: 40px;
  text-align: center;
  height: 590px;
  /* Fixed height for consistency */
  transition: transform 0.5s ease, opacity 0.5s ease;
  width: 360px;
  margin: auto;
  background-color: #ffffff;
}
/* Fading Out Animation for Clones */
.fading-out {
  transition: opacity 0s ease;
  opacity: 0;
}
.fp-name {
  font-family: "aaux-next", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  text-align: center;
  color: #74045f;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
.fp-size {
  font-family: "aaux-next", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  color: #5f6369;
  margin-top: 10px;
  line-height: 22px;
  margin-bottom: 15px;
}
.bed-graphic {
  width: 22px;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.bath-graphic {
  width: 22px;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.size-graphic {
  width: 22px;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.check-availability-fp-button {
  width: 200px;
  height: 38px;
  margin: auto;
  margin-top: 20px;
  background-color: #74045f;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  font-family: "aaux-next", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  padding-top: 7px;
  letter-spacing: 0.02em;
}
.download-plan {
  margin: auto;
  margin-top: 25px;
  cursor: pointer;
  width: 190px;
}
#map {
  height: 900px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 40px;
}
#controls {
  margin: 10px 0;
}
#error-message {
  color: red;
  margin: 10px 0;
}
select {
  padding: 5px;
}
.location-page-hero-image {
  height: 700px;
  background-image: url("../images/location-page-hero-image.jpg");
  background-size: cover;
  background-position: center center;
}
.sip-savor-headline {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 47px;
  line-height: 45px;
  color: #74045f;
  letter-spacing: 0.05em;
  margin-top: 40px;
  text-align: center;
}
.location-images-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Vertically centers images if needed */
  width: 100%;
  /* Adjust as needed */
  margin-top: 60px;
  position: relative;
}
.location-images-container-1,
.location-images-container-2,
.location-images-container-3 {
  width: 415px;
  /* Adjust based on your needs */
  height: 285px;
  /* Maintains aspect ratio */
}
/* Optional: Ensure the center image is perfectly centered */
.location-images-container div:nth-child(2) {
  margin: 0 auto;
}
.location-image-container-1,
.location-image-container-2,
.location-image-container-3 {
  position: relative;
  width: 415px;
  /* Adjust based on your needs */
  height: 285px;
  /* Maintains aspect ratio */
}
.location-image-text {
  color: #ffffff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
  line-height: 40px;
  letter-spacing: 0.02em;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.location-image {
  position: absolute;
  width: 415px;
  /* Adjust based on your needs */
  height: 285px;
  /* Maintains aspect ratio */
  top: 0px;
  left: 0px;
}
.location-image-1 {
  background-image: url("../images/location-image-1.jpg");
  background-size: cover;
}
.location-image-2 {
  background-image: url("../images/location-image-2.jpg");
  background-size: cover;
}
.location-image-3 {
  background-image: url("../images/location-image-3.jpg");
  background-size: cover;
}
.location-image-4 {
  background-image: url("../images/location-image-4.jpg");
  background-size: cover;
  display: none;
  opacity: 0;
}
.location-image-5 {
  background-image: url("../images/location-image-5.jpg");
  background-size: cover;
  display: none;
  opacity: 0;
}
.location-image-6 {
  background-image: url("../images/location-image-6.jpg");
  background-size: cover;
  display: none;
  opacity: 0;
}
.location-image-7 {
  background-image: url("../images/location-image-7.jpg");
  background-size: cover;
  display: none;
  opacity: 0;
}
.location-image-8 {
  background-image: url("../images/location-image-8.jpg");
  background-size: cover;
  display: none;
  opacity: 0;
}
.location-image-9 {
  background-image: url("../images/location-image-9.jpg");
  background-size: cover;
  display: none;
  opacity: 0;
}
.map-categories {
  width: 850px;
  margin: auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Vertically centers images if needed */
}
.map-category {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.04em;
  padding-bottom: 5px;
  cursor: pointer;
}
.map-category-selected {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #74045f;
  border-bottom: 4px solid #74045f;
  cursor: default;
}
.map-category-divider {
  height: 1px;
  width: 100%;
  background-color: #000000;
}
.fwdugp-menu-out {
  background-color: #878a8f !important;
  text-align: center!important;
}
.fwdugp-menu-out .fwdugp-menu-inner {
  padding: 42px 0 25px !important;
  text-align: center!important;
}
.fwdugp-menu-out .fwdugp-menu-inner .menu-button {
  font-family: "brandon-grotesque", sans-serif !important;
  font-weight: 500!important;
  font-style: normal!important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 18px!important;
  text-transform: uppercase;
  height: 30px;
}
.fwdugp-menu-out .PGMenuButtonTextSelected.menu-button {
  text-decoration: none;
  background-image: linear-gradient(#74045f calc(100% - 2px), #74045f 1px);
  background-position: 0 calc(100% + 1px);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  transition: background-size 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s ease-out, background 0.3s ease-out, border-color 0.3s ease-out;
  color: #ffffff;
}
.fwdugp-menu-out .PGMenuButtonTextNormal.menu-button {
  text-decoration: none;
  background-image: linear-gradient(#74045f calc(100% - 2px), #74045f 1px);
  background-position: 0 calc(100% + 1px);
  background-repeat: no-repeat;
  background-size: 0% 3px;
  transition: background-size 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s ease-out, background 0.3s ease-out, border-color 0.3s ease-out;
  color: #ffffff;
}
.fwdrlin {
  display: none!important;
}
.fwdugp-menu-out .fwdugp-menu-inner {
  max-width: 1300px !important;
  margin: auto !important;
}
.gallery-page-hero-image {
  height: 700px;
  background-image: url("../images/gallery-page-hero-image.jpg");
  background-size: cover;
  background-position: center center;
}
.dark-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  display: none;
  top: 0px;
  left: 0px;
}
.modal-overlay {
  width: auto;
  height: auto;
  padding: 30px;
  padding-top: 45px;
  background-color: #ffffff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #74045f;
  font-size: 26px;
  z-index: 10000001;
  white-space: nowrap;
  text-align: center;
  display: none;
}
.close-x {
  position: absolute;
  top: 0px;
  right: 7px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
@media only screen and (max-width: 1500px) {
  .home-page-hero-image {
    height: 720px;
  }
  .navigation-top-bar {
    height: 0.8px;
  }
  .navigation-desktop {
    height: 113.6px;
    font-size: 13.6px;
    line-height: 14.4px;
  }
  .navigation-bottom-bar {
    height: 0.8px;
  }
  .logo {
    width: 135.2px;
    margin-top: 10.4px;
    margin-left: 16px;
  }
  .navigation-vertical-divider {
    width: 0.8px;
    height: 113.6px;
    margin-left: 52px;
  }
  .navigation-top-area {
    height: 43.2px;
    width: 954.4px;
    border-right: 0.8px solid #ffffff;
  }
  .navigation-horizontal-divider {
    width: 2000px;
    height: 0.8px;
    top: 43.2px;
    left: 203.2px;
  }
  .apply-now-box {
    border-left: 0.8px solid #ffffff;
    padding-top: 8.8px;
    width: 96px;
    height: 43.2px;
  }
  .navigation-phone {
    margin-right: 32px;
    padding-top: 14.4px;
  }
  .navigation-bottom-area {
    width: 954.4px;
    height: 40px;
  }
  .navigation-bottom-area ul {
    margin-right: 20px;
    margin-top: 28.8px;
  }
  .navigation-bottom-area li {
    margin-left: 48px;
  }
  .home-page-callout {
    font-size: 36px;
    line-height: 41.6px;
    margin-top: 312px;
    margin-left: 80px;
  }
  .book-a-tour-button {
    width: 186.4px;
    height: 40.8px;
    margin-top: 40px;
    border: 0.8px solid #ffffff;
    margin-left: 80px;
  }
  .book-a-tour-button-left {
    width: 145.6px;
    height: 40px;
    border-right: 0.8px solid #ffffff;
    font-size: 16px;
    line-height: 16px;
    padding-top: 12px;
  }
  .book-a-tour-button-right {
    width: 39.2px;
  }
  .arrow {
    width: 13.6px;
    margin-top: 11.2px;
  }
  .site-padding {
    padding-left: 80px;
    padding-right: 80px;
  }
  .main-section-home {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .home-page-image-1 {
    width: 640px;
  }
  .home-page-intro-text {
    font-size: 18.4px;
    line-height: 25.6px;
    padding-right: 16px;
  }
  .home-page-image-2 {
    width: 496px;
    margin-top: 32px;
  }
  .home-page-image-2-headline {
    font-size: 35.2px;
    line-height: 40px;
    margin-top: 28px;
    margin-left: 24px;
  }
  .home-page-intro-text-2 {
    font-size: 18.4px;
    line-height: 25.6px;
    padding-right: 84px;
    margin-left: 24px;
    margin-top: 16px;
  }
  .home-page-image-3 {
    width: 624px;
    margin-top: 16px;
  }
  .home-page-image-4 {
    width: 360px;
    margin-top: 152px;
  }
  .home-page-image-3-headline {
    font-size: 35.2px;
    line-height: 40px;
    margin-top: 12px;
    margin-left: 52px;
  }
  .home-page-intro-text-3 {
    font-size: 18.4px;
    line-height: 25.6px;
    padding-right: 40px;
    margin-top: 32px;
  }
  .home-page-image-5 {
    width: 302.4px;
    margin-top: 32px;
  }
  .home-graphic-1 {
    width: 107.2px;
    margin-top: 28px;
  }
  .home-graphic-2 {
    width: 84px;
    margin-top: 28px;
  }
  .home-graphic-3 {
    width: 80.8px;
    margin-top: 31.2px;
  }
  .home-graphic-4 {
    width: 100px;
    margin-top: 28px;
  }
  .home-graphic-caption {
    font-size: 14.4px;
    line-height: 19.2px;
    margin-top: 20px;
  }
  .grapics-row {
    padding-right: 16px;
    left: -32px;
  }
  .explore-amenities-button {
    width: 280px;
    height: 40.8px;
    margin-top: 32px;
  }
  .explore-amenities-button-left {
    width: 236px;
    height: 40px;
    border-right: 0.8px solid #5f6369;
    font-size: 16px;
    line-height: 16px;
    padding-top: 12px;
  }
  .explore-amenities-button-right {
    width: 39.2px;
  }
  .generous-section {
    height: 314.4px;
    padding-top: 80px;
  }
  .generous-headline {
    font-size: 41.6px;
    line-height: 48px;
  }
  .generous-text {
    font-size: 19.2px;
    line-height: 25.6px;
    margin-top: 8px;
  }
  .explore-features-button {
    width: 280px;
    height: 40.8px;
    border: 0.8px solid #5f6369;
  }
  .explore-features-button-left {
    width: 236px;
    height: 40px;
    border-right: 0.8px solid #5f6369;
    font-size: 16px;
    line-height: 16px;
    padding-top: 12px;
  }
  .explore-features-button-right {
    width: 39.2px;
  }
  footer {
    height: 304px;
    padding-top: 56px;
  }
  .footer-logo-box {
    width: 208px;
  }
  .footer-logo {
    width: 140.8px;
  }
  .footer-hours-box {
    width: 254.4px;
    border-right: 0.8px solid #ffffff;
    font-size: 16px;
    line-height: 20.8px;
  }
  .footer-privacy-box {
    width: 208px;
    font-size: 16px;
    line-height: 20.8px;
    padding-left: 48px;
  }
  .footer-copyright {
    font-size: 16px;
    line-height: 16px;
    margin-top: 64px;
  }
  .hilltop {
    width: 104px;
    margin-top: 16px;
  }
  .accessibility {
    width: 41.6px;
  }
  .equal-housing {
    width: 41.6px;
    margin-right: 12.8px;
  }
  .amenities-page-hero-image {
    height: 560px;
  }
  .amenities-page-callout {
    font-size: 36px;
    line-height: 41.6px;
    margin-top: 272px;
    margin-left: 80px;
  }
  .amenities-page-intro-text {
    font-size: 18.4px;
    line-height: 25.6px;
  }
  .amenities-selector {
    width: 408px;
    margin-top: 32px;
    font-size: 17.6px;
  }
  .amenities-selector-left {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 4px;
  }
  .amenities-selector-right {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 4px;
  }
  .amenities-selector-selected {
    border-bottom: 3.2px solid #74045f !important;
  }
  .amenities-selector-divider-line {
    height: 0.8px;
  }
  .amenities-container {
    height: 488px;
    position: relative;
  }
  .community-container {
    height: 432px;
    padding-top: 48px;
  }
  .interior-container {
    height: 432px;
    padding-top: 48px;
  }
  .amenity-image {
    width: 568px;
  }
  .amenities-list {
    font-size: 16px;
    line-height: 22.4px;
  }
  .custom-bullets {
    padding-left: 16px;
    /* Adjust spacing for custom bullet */
  }
  .amenities-list li {
    margin-bottom: 4.8px;
  }
  .gallery-button {
    width: 186.4px;
    height: 40.8px;
  }
  .gallery-button-left {
    width: 145.6px;
    height: 40px;
    font-size: 16px;
    line-height: 16px;
    padding-top: 12px;
  }
  .gallery-button-right {
    width: 36.8px;
  }
  .arrow {
    margin-top: 9px;
  }
  .contact-page-hero-image {
    height: 560px;
  }
  .form-area {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .form-control {
    height: 43.2px;
    margin-bottom: 16px;
    font-size: 16px;
  }
  textarea.form-control {
    height: 108px;
  }
  .submit-form-button {
    width: 280px;
    height: 40.8px;
  }
  .google-disclaimer {
    font-size: 12px;
    margin-top: 16px;
  }
  .plans-page-hero-image {
    height: 560px;
  }
  .phase-selector {
    width: 224px;
    margin-top: 32px;
    font-size: 17.6px;
  }
  .phase-selector-left {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 4px;
  }
  .phase-selector-right {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 4px;
  }
  .phase-selector-selected {
    border-bottom: 3.2px solid #74045f !important;
  }
  .page-headline {
    font-size: 35.2px;
    margin-bottom: 16px;
  }
  .main-section-plans {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .plan-selector {
    width: 512px;
    margin-top: 24px;
    font-size: 17.6px;
  }
  .plan-selector-left {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 4px;
  }
  .plan-selector-right {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 4px;
  }
  .plan-selector-selected {
    border-bottom: 3.2px solid #74045f !important;
  }
  /* Filter Buttons Styling */
  .filter-buttons {
    margin-bottom: 32px;
  }
  .filter-buttons button {
    margin: 4px;
    padding: 8px 12px;
    border-radius: 4px;
  }
  /* Height Animator for Smooth Transitions */
  .height-animator {
    transition: height 0.3s ease;
    height: auto;
  }
  /* Floor Plans Container */
  .floor-plans-container {
    row-gap: 32px;
    column-gap: 72px;
  }
  /* Individual Floor Plan Styling */
  .floor-plan {
    padding: 16px;
    padding-top: 32px;
    height: 472px;
    /* Fixed height for consistency */
    width: 288px;
  }
  .fp-name {
    font-size: 17.6px;
    margin-top: 8px;
  }
  .fp-size {
    font-family: "aaux-next", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 17.6px;
    margin-top: 8px;
    line-height: 17.6px;
    margin-bottom: 12px;
  }
  .bed-graphic {
    width: 17.6px;
    margin-right: 4.8px;
    top: -1.6px;
  }
  .bath-graphic {
    width: 17.6px;
    margin-right: 4.8px;
    top: -1.6px;
  }
  .size-graphic {
    width: 17.6px;
    margin-right: 4.8px;
    top: -1.6px;
  }
  .check-availability-fp-button {
    width: 160px;
    height: 30.4px;
    margin-top: 16px;
    font-size: 12px;
    padding-top: 5.6px;
  }
  .download-plan {
    margin-top: 20px;
    width: 152px;
  }
  #map {
    height: 720px;
    margin-top: 40px;
    margin-bottom: 32px;
  }
  #controls {
    margin: 8px 0;
  }
  #error-message {
    margin: 8px 0;
  }
  .location-page-hero-image {
    height: 560px;
  }
  .sip-savor-headline {
    font-size: 37.6px;
    line-height: 36px;
    margin-top: 32px;
  }
  .location-images-container {
    margin-top: 48px;
  }
  .location-images-container-1,
  .location-images-container-2,
  .location-images-container-3 {
    width: 332px;
    /* Adjust based on your needs */
    height: 228px;
    /* Maintains aspect ratio */
  }
  .location-image-container-1,
  .location-image-container-2,
  .location-image-container-3 {
    width: 332px;
    /* Adjust based on your needs */
    height: 228px;
    /* Maintains aspect ratio */
  }
  .location-image-text {
    left: 16px;
    bottom: 16px;
    font-size: 30.4px;
    line-height: 32px;
    text-shadow: 2.4px 2.4px 4px rgba(0, 0, 0, 0.5);
  }
  .location-image {
    width: 332px;
    /* Adjust based on your needs */
    height: 228px;
    /* Maintains aspect ratio */
  }
  .map-categories {
    width: 680px;
    margin-top: 40px;
  }
  .map-category {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .map-category-selected {
    border-bottom: 3.2px solid #74045f;
    cursor: default;
  }
  .map-category-divider {
    height: 1px;
  }
  .fwdugp-menu-out .fwdugp-menu-inner {
    padding: 33.6px 0 20px !important;
  }
  .fwdugp-menu-out .fwdugp-menu-inner .menu-button {
    font-size: 14.4px !important;
    height: 24px;
  }
  .fwdugp-menu-out .PGMenuButtonTextSelected.menu-button {
    background-size: 100% 2.4px;
  }
  .fwdugp-menu-out .PGMenuButtonTextNormal.menu-button {
    background-size: 0% 2.4px;
  }
  .fwdugp-menu-out .fwdugp-menu-inner {
    max-width: 1040px !important;
  }
  .gallery-page-hero-image {
    height: 560px;
  }
  .modal-overlay {
    padding: 24px;
    padding-top: 36px;
    font-size: 20.8px;
  }
  .close-x {
    right: 5.6px;
    width: 11.2px;
    height: 11.2px;
  }
}
@media only screen and (max-width: 1200px) {
  .home-page-hero-image {
    height: 595.2px;
  }
  .navigation-top-bar {
    height: 0.66133333px;
  }
  .navigation-desktop {
    height: 93.90933333px;
    font-size: 11.24266667px;
    line-height: 11.904px;
  }
  .navigation-bottom-bar {
    height: 0.66133333px;
  }
  .logo {
    width: 111.76533333px;
    margin-top: 8.59733333px;
    margin-left: 13.22666667px;
  }
  .navigation-vertical-divider {
    width: 0.66133333px;
    height: 93.90933333px;
    margin-left: 42.98666667px;
  }
  .navigation-top-area {
    height: 35.712px;
    width: 788.97066667px;
    border-right: 0.66133333px solid #ffffff;
  }
  .navigation-horizontal-divider {
    width: 1653.33333333px;
    height: 0.66133333px;
    top: 35.712px;
    left: 167.97866667px;
  }
  .apply-now-box {
    border-left: 0.66133333px solid #ffffff;
    padding-top: 7.27466667px;
    width: 79.36px;
    height: 35.712px;
  }
  .navigation-phone {
    margin-right: 26.45333333px;
    padding-top: 11.904px;
  }
  .navigation-bottom-area {
    width: 788.97066667px;
    height: 33.06666667px;
  }
  .navigation-bottom-area ul {
    margin-right: 16.53333333px;
    margin-top: 23.808px;
  }
  .navigation-bottom-area li {
    margin-left: 39.68px;
  }
  .home-page-callout {
    font-size: 29.76px;
    line-height: 34.38933333px;
    margin-top: 257.92px;
    margin-left: 66.13333333px;
  }
  .book-a-tour-button {
    width: 154.09066667px;
    height: 33.728px;
    margin-top: 33.06666667px;
    border: 0.66133333px solid #ffffff;
    margin-left: 66.13333333px;
  }
  .book-a-tour-button-left {
    width: 120.36266667px;
    height: 33.06666667px;
    border-right: 0.66133333px solid #ffffff;
    font-size: 13.22666667px;
    line-height: 13.22666667px;
    padding-top: 9.92px;
  }
  .book-a-tour-button-right {
    width: 32.40533333px;
  }
  .arrow {
    width: 11.24266667px;
    margin-top: 9.25866667px;
  }
  .site-padding {
    padding-left: 66.13333333px;
    padding-right: 66.13333333px;
  }
  .main-section-home {
    padding-top: 39.68px;
    padding-bottom: 39.68px;
  }
  .home-page-image-1 {
    width: 529.06666667px;
  }
  .home-page-intro-text {
    font-size: 15.21066667px;
    line-height: 21.16266667px;
    padding-right: 13.22666667px;
  }
  .home-page-image-2 {
    width: 410.02666667px;
    margin-top: 26.45333333px;
  }
  .home-page-image-2-headline {
    font-size: 29.09866667px;
    line-height: 33.06666667px;
    margin-top: 23.14666667px;
    margin-left: 19.84px;
  }
  .home-page-intro-text-2 {
    font-size: 15.21066667px;
    line-height: 21.16266667px;
    padding-right: 69.44px;
    margin-left: 19.84px;
    margin-top: 13.22666667px;
  }
  .home-page-image-3 {
    width: 515.84px;
    margin-top: 13.22666667px;
  }
  .home-page-image-4 {
    width: 297.6px;
    margin-top: 125.65333333px;
  }
  .home-page-image-3-headline {
    font-size: 29.09866667px;
    line-height: 33.06666667px;
    margin-top: 9.92px;
    margin-left: 42.98666667px;
  }
  .home-page-intro-text-3 {
    font-size: 15.21066667px;
    line-height: 21.16266667px;
    padding-right: 33.06666667px;
    margin-top: 26.45333333px;
  }
  .home-page-image-5 {
    width: 249.984px;
    margin-top: 26.45333333px;
  }
  .home-graphic-1 {
    width: 88.61866667px;
    margin-top: 23.14666667px;
  }
  .home-graphic-2 {
    width: 69.44px;
    margin-top: 23.14666667px;
  }
  .home-graphic-3 {
    width: 66.79466667px;
    margin-top: 25.792px;
  }
  .home-graphic-4 {
    width: 82.66666667px;
    margin-top: 23.14666667px;
  }
  .home-graphic-caption {
    font-size: 11.904px;
    line-height: 15.872px;
    margin-top: 16.53333333px;
  }
  .grapics-row {
    padding-right: 13.22666667px;
    left: -26.45333333px;
  }
  .explore-amenities-button {
    width: 231.46666667px;
    height: 33.728px;
    margin-top: 26.45333333px;
  }
  .explore-amenities-button-left {
    width: 195.09333333px;
    height: 33.06666667px;
    border-right: 0.66133333px solid #5f6369;
    font-size: 13.22666667px;
    line-height: 13.22666667px;
    padding-top: 9.92px;
  }
  .explore-amenities-button-right {
    width: 32.40533333px;
  }
  .generous-section {
    height: 259.904px;
    padding-top: 66.13333333px;
  }
  .generous-headline {
    font-size: 34.38933333px;
    line-height: 39.68px;
  }
  .generous-text {
    font-size: 15.872px;
    line-height: 21.16266667px;
    margin-top: 6.61333333px;
  }
  .explore-features-button {
    width: 231.46666667px;
    height: 33.728px;
    border: 0.66133333px solid #5f6369;
  }
  .explore-features-button-left {
    width: 195.09333333px;
    height: 33.06666667px;
    border-right: 0.66133333px solid #5f6369;
    font-size: 13.22666667px;
    line-height: 13.22666667px;
    padding-top: 9.92px;
  }
  .explore-features-button-right {
    width: 32.40533333px;
  }
  footer {
    height: 251.30666667px;
    padding-top: 46.29333333px;
  }
  .footer-logo-box {
    width: 171.94666667px;
  }
  .footer-logo {
    width: 116.39466667px;
  }
  .footer-hours-box {
    width: 210.304px;
    border-right: 0.66133333px solid #ffffff;
    font-size: 13.22666667px;
    line-height: 17.19466667px;
  }
  .footer-privacy-box {
    width: 171.94666667px;
    font-size: 13.22666667px;
    line-height: 17.19466667px;
    padding-left: 39.68px;
  }
  .footer-copyright {
    font-size: 13.22666667px;
    line-height: 13.22666667px;
    margin-top: 52.90666667px;
  }
  .hilltop {
    width: 85.97333333px;
    margin-top: 13.22666667px;
  }
  .accessibility {
    width: 34.38933333px;
  }
  .equal-housing {
    width: 34.38933333px;
    margin-right: 10.58133333px;
  }
  .amenities-page-hero-image {
    height: 462.93333333px;
  }
  .amenities-page-callout {
    font-size: 29.76px;
    line-height: 34.38933333px;
    margin-top: 224.85333333px;
    margin-left: 66.13333333px;
  }
  .amenities-page-intro-text {
    font-size: 15.21066667px;
    line-height: 21.16266667px;
  }
  .amenities-selector {
    width: 337.28px;
    margin-top: 26.45333333px;
    font-size: 14.54933333px;
  }
  .amenities-selector-left {
    padding-left: 13.22666667px;
    padding-right: 13.22666667px;
    padding-bottom: 3.30666667px;
  }
  .amenities-selector-right {
    padding-left: 13.22666667px;
    padding-right: 13.22666667px;
    padding-bottom: 3.30666667px;
  }
  .amenities-selector-selected {
    border-bottom: 2.64533333px solid #74045f !important;
  }
  .amenities-selector-divider-line {
    height: 0.66133333px;
  }
  .amenities-container {
    height: 403.41333333px;
  }
  .community-container {
    height: 357.12px;
    padding-top: 39.68px;
  }
  .interior-container {
    height: 357.12px;
    padding-top: 39.68px;
  }
  .amenity-image {
    width: 469.54666667px;
  }
  .amenities-list {
    font-size: 13.22666667px;
    line-height: 18.51733333px;
  }
  .custom-bullets {
    padding-left: 13.22666667px;
    /* Adjust spacing for custom bullet */
  }
  .amenities-list li {
    margin-bottom: 3.968px;
  }
  .gallery-button {
    width: 154.09066667px;
    height: 33.728px;
  }
  .gallery-button-left {
    width: 120.36266667px;
    height: 33.06666667px;
    font-size: 13.22666667px;
    line-height: 13.22666667px;
    padding-top: 9.92px;
  }
  .gallery-button-right {
    width: 30.42133333px;
  }
  .arrow {
    margin-top: 6px;
  }
  .contact-page-hero-image {
    height: 462.93333333px;
  }
  .form-area {
    padding-top: 46.29333333px;
    padding-bottom: 46.29333333px;
  }
  .form-control {
    height: 35.712px;
    margin-bottom: 13.22666667px;
    font-size: 13.22666667px;
  }
  textarea.form-control {
    height: 89.28px;
  }
  .submit-form-button {
    width: 231.46666667px;
    height: 33.728px;
  }
  .google-disclaimer {
    font-size: 9.92px;
    margin-top: 13.22666667px;
  }
  .plans-page-hero-image {
    height: 462.93333333px;
  }
  .phase-selector {
    width: 185.17333333px;
    margin-top: 26.45333333px;
    font-size: 14.54933333px;
  }
  .phase-selector-left {
    padding-left: 13.22666667px;
    padding-right: 13.22666667px;
    padding-bottom: 3.30666667px;
  }
  .phase-selector-right {
    padding-left: 13.22666667px;
    padding-right: 13.22666667px;
    padding-bottom: 3.30666667px;
  }
  .phase-selector-selected {
    border-bottom: 2.64533333px solid #74045f !important;
  }
  .page-headline {
    font-size: 29.09866667px;
    margin-bottom: 13.22666667px;
  }
  .main-section-plans {
    padding-top: 26.45333333px;
    padding-bottom: 26.45333333px;
  }
  .plan-selector {
    width: 423.25333333px;
    margin-top: 19.84px;
    font-size: 14.54933333px;
  }
  .plan-selector-left {
    padding-left: 19.84px;
    padding-right: 19.84px;
    padding-bottom: 3.30666667px;
  }
  .plan-selector-right {
    padding-left: 19.84px;
    padding-right: 19.84px;
    padding-bottom: 3.30666667px;
  }
  .plan-selector-selected {
    border-bottom: 2.64533333px solid #74045f !important;
  }
  /* Filter Buttons Styling */
  .filter-buttons {
    margin-bottom: 26.45333333px;
  }
  .filter-buttons button {
    margin: 3.30666667px;
    padding: 6.61333333px 9.92px;
    border-radius: 3.30666667px;
  }
  /* Height Animator for Smooth Transitions */
  .height-animator {
    transition: height 0.3s ease;
    height: auto;
  }
  /* Floor Plans Container */
  .floor-plans-container {
    row-gap: 26.45333333px;
    column-gap: 59.52px;
  }
  /* Individual Floor Plan Styling */
  .floor-plan {
    padding: 13.22666667px;
    padding-top: 26.45333333px;
    height: 390.18666667px;
    /* Fixed height for consistency */
    width: 238.08px;
  }
  .fp-name {
    font-size: 14.54933333px;
    margin-top: 6.61333333px;
  }
  .fp-size {
    font-family: "aaux-next", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14.54933333px;
    margin-top: 6.61333333px;
    line-height: 14.54933333px;
    margin-bottom: 9.92px;
  }
  .bed-graphic {
    width: 14.54933333px;
    margin-right: 3.968px;
    top: -1.32266667px;
  }
  .bath-graphic {
    width: 14.54933333px;
    margin-right: 3.968px;
    top: -1.32266667px;
  }
  .size-graphic {
    width: 14.54933333px;
    margin-right: 3.968px;
    top: -1.32266667px;
  }
  .check-availability-fp-button {
    width: 132.26666667px;
    height: 25.13066667px;
    margin-top: 13.22666667px;
    font-size: 9.92px;
    padding-top: 4.62933333px;
  }
  .download-plan {
    margin-top: 16.53333333px;
    width: 125.65333333px;
  }
  #map {
    height: 595.2px;
    margin-top: 33.06666667px;
    margin-bottom: 26.45333333px;
  }
  #controls {
    margin: 6.61333333px 0;
  }
  #error-message {
    margin: 6.61333333px 0;
  }
  .location-page-hero-image {
    height: 462.93333333px;
  }
  .sip-savor-headline {
    font-size: 31.08266667px;
    line-height: 29.76px;
    margin-top: 26.45333333px;
  }
  .location-images-container {
    margin-top: 39.68px;
  }
  .location-images-container-1,
  .location-images-container-2,
  .location-images-container-3 {
    width: 274.45333333px;
    /* Adjust based on your needs */
    height: 188.48px;
    /* Maintains aspect ratio */
  }
  .location-image-container-1,
  .location-image-container-2,
  .location-image-container-3 {
    width: 274.45333333px;
    *height: 188.48px;
    /* Maintains aspect ratio */
  }
  .location-image-text {
    left: 13.22666667px;
    bottom: 13.22666667px;
    font-size: 25.13066667px;
    line-height: 26.45333333px;
    text-shadow: 1.984px 1.984px 3.30666667px rgba(0, 0, 0, 0.5);
  }
  .location-image {
    width: 274.45333333px;
    /* Adjust based on your needs */
    height: 188.48px;
    /* Maintains aspect ratio */
  }
  .map-categories {
    width: 562.13333333px;
    margin-top: 33.06666667px;
  }
  .map-category {
    font-size: 13.22666667px;
    padding-bottom: 3.30666667px;
  }
  .map-category-selected {
    border-bottom: 2.64533333px solid #74045f;
    cursor: default;
  }
  .map-category-divider {
    height: 1px;
  }
  .fwdugp-menu-out .fwdugp-menu-inner {
    padding: 27.776px 0 20px !important;
  }
  .fwdugp-menu-out .fwdugp-menu-inner .menu-button {
    font-size: 11.904px !important;
    height: 19.84px;
  }
  .fwdugp-menu-out .PGMenuButtonTextSelected.menu-button {
    background-size: 100% 1.984px;
  }
  .fwdugp-menu-out .PGMenuButtonTextNormal.menu-button {
    background-size: 0% 1.984px;
  }
  .fwdugp-menu-out .fwdugp-menu-inner {
    max-width: 859.73333333px !important;
  }
  .gallery-page-hero-image {
    height: 462.93333333px;
  }
  .modal-overlay {
    padding: 19.84px;
    padding-top: 29.76px;
    font-size: 17.19466667px;
  }
  .close-x {
    right: 4.62933333px;
    width: 9.25866667px;
    height: 9.25866667px;
  }
}
@media only screen and (max-width: 992px) {
  .home-page-hero-image {
    height: 460.2px;
  }
  .navigation-top-bar {
    height: 0.51133333px;
  }
  .navigation-desktop {
    height: 72.60933333px;
    font-size: 8.69266667px;
    line-height: 9.204px;
  }
  .navigation-bottom-bar {
    height: 0.51133333px;
  }
  .logo {
    width: 86.41533333px;
    margin-top: 6.64733333px;
    margin-left: 10.22666667px;
  }
  .navigation-vertical-divider {
    width: 0.51133333px;
    height: 72.60933333px;
    margin-left: 33.23666667px;
  }
  .navigation-top-area {
    height: 27.612px;
    width: 610.02066667px;
    border-right: 0.51133333px solid #ffffff;
  }
  .navigation-horizontal-divider {
    width: 1278.33333333px;
    height: 0.51133333px;
    top: 27.612px;
    left: 129.87866667px;
  }
  .apply-now-box {
    border-left: 0.51133333px solid #ffffff;
    padding-top: 5.62466667px;
    width: 61.36px;
    height: 27.612px;
  }
  .navigation-phone {
    margin-right: 20.45333333px;
    padding-top: 9.204px;
  }
  .navigation-bottom-area {
    width: 610.02066667px;
    height: 25.56666667px;
  }
  .navigation-bottom-area ul {
    margin-right: 12.78333333px;
    margin-top: 18.408px;
  }
  .navigation-bottom-area li {
    margin-left: 30.68px;
  }
  .home-page-callout {
    font-size: 23.01px;
    line-height: 26.58933333px;
    margin-top: 199.42px;
    margin-left: 51.13333333px;
  }
  .book-a-tour-button {
    width: 119.14066667px;
    height: 26.078px;
    margin-top: 25.56666667px;
    border: 0.51133333px solid #ffffff;
    margin-left: 51.13333333px;
  }
  .book-a-tour-button-left {
    width: 93.06266667px;
    height: 25.56666667px;
    border-right: 0.51133333px solid #ffffff;
    font-size: 10.22666667px;
    line-height: 10.22666667px;
    padding-top: 7.67px;
  }
  .book-a-tour-button-right {
    width: 25.05533333px;
  }
  .arrow {
    width: 8.69266667px;
    margin-top: 7.15866667px;
  }
  .site-padding {
    padding-left: 51.13333333px;
    padding-right: 51.13333333px;
  }
  .main-section-home {
    padding-top: 30.68px;
    padding-bottom: 30.68px;
  }
  .home-page-image-1 {
    width: 409.06666667px;
  }
  .home-page-intro-text {
    font-size: 11.76066667px;
    line-height: 16.36266667px;
    padding-right: 10.22666667px;
  }
  .home-page-image-2 {
    width: 317.02666667px;
    margin-top: 20.45333333px;
  }
  .home-page-image-2-headline {
    font-size: 22.49866667px;
    line-height: 25.56666667px;
    margin-top: 17.89666667px;
    margin-left: 15.34px;
  }
  .home-page-intro-text-2 {
    font-size: 11.76066667px;
    line-height: 16.36266667px;
    padding-right: 53.69px;
    margin-left: 15.34px;
    margin-top: 10.22666667px;
  }
  .home-page-image-3 {
    width: 398.84px;
    margin-top: 10.22666667px;
  }
  .home-page-image-4 {
    width: 230.1px;
    margin-top: 97.15333333px;
  }
  .home-page-image-3-headline {
    font-size: 22.49866667px;
    line-height: 25.56666667px;
    margin-top: 7.67px;
    margin-left: 33.23666667px;
  }
  .home-page-intro-text-3 {
    font-size: 11.76066667px;
    line-height: 16.36266667px;
    padding-right: 25.56666667px;
    margin-top: 20.45333333px;
  }
  .home-page-image-5 {
    width: 193.284px;
    margin-top: 20.45333333px;
  }
  .home-graphic-1 {
    width: 68.51866667px;
    margin-top: 17.89666667px;
  }
  .home-graphic-2 {
    width: 53.69px;
    margin-top: 17.89666667px;
  }
  .home-graphic-3 {
    width: 51.64466667px;
    margin-top: 19.942px;
  }
  .home-graphic-4 {
    width: 63.91666667px;
    margin-top: 17.89666667px;
  }
  .home-graphic-caption {
    font-size: 9.204px;
    line-height: 12.272px;
    margin-top: 12.78333333px;
  }
  .grapics-row {
    padding-right: 10.22666667px;
    left: -20.45333333px;
  }
  .explore-amenities-button {
    width: 178.96666667px;
    height: 26.078px;
    margin-top: 20.45333333px;
  }
  .explore-amenities-button-left {
    width: 150.84333333px;
    height: 25.56666667px;
    border-right: 0.51133333px solid #5f6369;
    font-size: 10.22666667px;
    line-height: 10.22666667px;
    padding-top: 7.67px;
  }
  .explore-amenities-button-right {
    width: 25.05533333px;
  }
  .generous-section {
    height: 200.954px;
    padding-top: 51.13333333px;
  }
  .generous-headline {
    font-size: 26.58933333px;
    line-height: 30.68px;
  }
  .generous-text {
    font-size: 12.272px;
    line-height: 16.36266667px;
    margin-top: 5.11333333px;
  }
  .explore-features-button {
    width: 178.96666667px;
    height: 26.078px;
    border: 0.51133333px solid #5f6369;
  }
  .explore-features-button-left {
    width: 150.84333333px;
    height: 25.56666667px;
    border-right: 0.51133333px solid #5f6369;
    font-size: 10.22666667px;
    line-height: 10.22666667px;
    padding-top: 7.67px;
  }
  .explore-features-button-right {
    width: 25.05533333px;
  }
  footer {
    height: 194.30666667px;
    padding-top: 35.79333333px;
  }
  .footer-logo-box {
    width: 132.94666667px;
  }
  .footer-logo {
    width: 89.99466667px;
  }
  .footer-hours-box {
    width: 162.604px;
    border-right: 0.51133333px solid #ffffff;
    font-size: 10.22666667px;
    line-height: 13.29466667px;
  }
  .footer-privacy-box {
    width: 132.94666667px;
    font-size: 10.22666667px;
    line-height: 13.29466667px;
    padding-left: 30.68px;
  }
  .footer-copyright {
    font-size: 10.22666667px;
    line-height: 10.22666667px;
    margin-top: 40.90666667px;
  }
  .hilltop {
    width: 66.47333333px;
    margin-top: 10.22666667px;
  }
  .accessibility {
    width: 26.58933333px;
  }
  .equal-housing {
    width: 26.58933333px;
    margin-right: 8.18133333px;
  }
  .amenities-page-hero-image {
    height: 357.93333333px;
  }
  .amenities-page-callout {
    font-size: 23.01px;
    line-height: 26.58933333px;
    margin-top: 173.85333333px;
    margin-left: 51.13333333px;
  }
  .amenities-page-intro-text {
    font-size: 11.76066667px;
    line-height: 16.36266667px;
  }
  .amenities-selector {
    width: 260.78px;
    margin-top: 20.45333333px;
    font-size: 11.24933333px;
  }
  .amenities-selector-left {
    padding-left: 10.22666667px;
    padding-right: 10.22666667px;
    padding-bottom: 2.55666667px;
  }
  .amenities-selector-right {
    padding-left: 10.22666667px;
    padding-right: 10.22666667px;
    padding-bottom: 2.55666667px;
  }
  .amenities-selector-selected {
    border-bottom: 2.04533333px solid #74045f !important;
  }
  .amenities-selector-divider-line {
    height: 0.51133333px;
  }
  .amenities-container {
    height: 311.91333333px;
  }
  .community-container {
    height: 276.12px;
    padding-top: 30.68px;
  }
  .interior-container {
    height: 276.12px;
    padding-top: 30.68px;
  }
  .amenity-image {
    width: 363.04666667px;
  }
  .amenities-list {
    font-size: 10.22666667px;
    line-height: 14.31733333px;
  }
  .custom-bullets {
    padding-left: 10.22666667px;
    /* Adjust spacing for custom bullet */
  }
  .amenities-list li {
    margin-bottom: 3.068px;
  }
  .gallery-button {
    width: 119.14066667px;
    height: 26.078px;
  }
  .gallery-button-left {
    width: 93.06266667px;
    height: 25.56666667px;
    font-size: 10.22666667px;
    line-height: 10.22666667px;
    padding-top: 7.67px;
  }
  .gallery-button-right {
    width: 23.52133333px;
  }
  .arrow {
    margin-top: 2px;
  }
  .contact-page-hero-image {
    height: 357.93333333px;
  }
  .form-area {
    padding-top: 35.79333333px;
    padding-bottom: 35.79333333px;
  }
  .form-control {
    height: 27.612px;
    margin-bottom: 10.22666667px;
    font-size: 10.22666667px;
  }
  textarea.form-control {
    height: 69.03px;
  }
  .submit-form-button {
    width: 178.96666667px;
    height: 26.078px;
  }
  .google-disclaimer {
    font-size: 7.67px;
    margin-top: 10.22666667px;
  }
  .plans-page-hero-image {
    height: 357.93333333px;
  }
  .phase-selector {
    width: 143.17333333px;
    margin-top: 20.45333333px;
    font-size: 11.24933333px;
  }
  .phase-selector-left {
    padding-left: 10.22666667px;
    padding-right: 10.22666667px;
    padding-bottom: 2.55666667px;
  }
  .phase-selector-right {
    padding-left: 10.22666667px;
    padding-right: 10.22666667px;
    padding-bottom: 2.55666667px;
  }
  .phase-selector-selected {
    border-bottom: 2.04533333px solid #74045f !important;
  }
  .page-headline {
    font-size: 22.49866667px;
    margin-bottom: 10.22666667px;
  }
  .main-section-plans {
    padding-top: 20.45333333px;
    padding-bottom: 20.45333333px;
  }
  .plan-selector {
    width: 327.25333333px;
    margin-top: 15.34px;
    font-size: 11.24933333px;
  }
  .plan-selector-left {
    padding-left: 15.34px;
    padding-right: 15.34px;
    padding-bottom: 2.55666667px;
  }
  .plan-selector-right {
    padding-left: 15.34px;
    padding-right: 15.34px;
    padding-bottom: 2.55666667px;
  }
  .plan-selector-selected {
    border-bottom: 2.04533333px solid #74045f !important;
  }
  /* Filter Buttons Styling */
  .filter-buttons {
    margin-bottom: 20.45333333px;
  }
  .filter-buttons button {
    margin: 2.55666667px;
    padding: 5.11333333px 7.67px;
    border-radius: 2.55666667px;
  }
  /* Height Animator for Smooth Transitions */
  .height-animator {
    transition: height 0.3s ease;
    height: auto;
  }
  /* Floor Plans Container */
  .floor-plans-container {
    row-gap: 20.45333333px;
    column-gap: 46.02px;
  }
  /* Individual Floor Plan Styling */
  .floor-plan {
    padding: 10.22666667px;
    padding-top: 20.45333333px;
    height: 301.68666667px;
    /* Fixed height for consistency */
    width: 184.08px;
  }
  .fp-name {
    font-size: 11.24933333px;
    margin-top: 5.11333333px;
  }
  .fp-size {
    font-family: "aaux-next", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 11.24933333px;
    margin-top: 5.11333333px;
    line-height: 11.24933333px;
    margin-bottom: 7.67px;
  }
  .bed-graphic {
    width: 11.24933333px;
    margin-right: 3.068px;
    top: -1.02266667px;
  }
  .bath-graphic {
    width: 11.24933333px;
    margin-right: 3.068px;
    top: -1.02266667px;
  }
  .size-graphic {
    width: 11.24933333px;
    margin-right: 3.068px;
    top: -1.02266667px;
  }
  .check-availability-fp-button {
    width: 102.26666667px;
    height: 19.43066667px;
    margin-top: 10.22666667px;
    font-size: 7.67px;
    padding-top: 3.57933333px;
  }
  .download-plan {
    margin-top: 12.78333333px;
    width: 97.15333333px;
  }
  #map {
    height: 460.2px;
    margin-top: 25.56666667px;
    margin-bottom: 20.45333333px;
  }
  #controls {
    margin: 5.11333333px 0;
  }
  #error-message {
    margin: 5.11333333px 0;
  }
  .location-page-hero-image {
    height: 357.93333333px;
  }
  .sip-savor-headline {
    font-size: 24.03266667px;
    line-height: 23.01px;
    margin-top: 20.45333333px;
  }
  .location-images-container {
    margin-top: 30.68px;
  }
  .location-images-container-1,
  .location-images-container-2,
  .location-images-container-3 {
    width: 212.20333333px;
    /* Adjust based on your needs */
    height: 145.73px;
    /* Maintains aspect ratio */
  }
  .location-image-container-1,
  .location-image-container-2,
  .location-image-container-3 {
    width: 212.20333333px;
    /* Adjust based on your needs */
    height: 145.73px;
    /* Maintains aspect ratio */
  }
  .location-image-text {
    left: 10.22666667px;
    bottom: 10.22666667px;
    font-size: 19.43066667px;
    line-height: 20.45333333px;
    text-shadow: 1.534px 1.534px 2.55666667px rgba(0, 0, 0, 0.5);
  }
  .location-image {
    width: 212.20333333px;
    /* Adjust based on your needs */
    height: 145.73px;
    /* Maintains aspect ratio */
  }
  .map-categories {
    width: 434.63333333px;
    margin-top: 25.56666667px;
  }
  .map-category {
    font-size: 10.22666667px;
    padding-bottom: 2.55666667px;
  }
  .map-category-selected {
    border-bottom: 2.04533333px solid #74045f;
    cursor: default;
  }
  .map-category-divider {
    height: 1px;
  }
  .fwdugp-menu-out .fwdugp-menu-inner {
    padding: 21.476px 0 12.78333333px !important;
  }
  .fwdugp-menu-out .fwdugp-menu-inner .menu-button {
    font-size: 9.204px !important;
    height: 15.34px;
  }
  .fwdugp-menu-out .PGMenuButtonTextSelected.menu-button {
    background-size: 100% 1.534px;
  }
  .fwdugp-menu-out .PGMenuButtonTextNormal.menu-button {
    background-size: 0% 1.534px;
  }
  .fwdugp-menu-out .fwdugp-menu-inner {
    max-width: 664.73333333px !important;
  }
  .gallery-page-hero-image {
    height: 357.93333333px;
  }
  .modal-overlay {
    padding: 15.34px;
    padding-top: 23.01px;
    font-size: 13.29466667px;
  }
  .close-x {
    right: 3.57933333px;
    width: 7.15866667px;
    height: 7.15866667px;
  }
}
@media only screen and (max-width: 767px) {
  .hamburger {
    position: fixed;
    right: 10px;
    top: 20px;
    width: 40px;
    height: 26px;
    cursor: pointer;
    z-index: 199990;
  }
  .hamburger-line {
    width: 40px;
    height: 1px;
    border-radius: 2px;
    position: absolute;
    left: 0px;
    background-color: #ffffff;
  }
  .hamburger-line-2 {
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
  }
  .hamburger-line-3 {
    bottom: 0px;
  }
  .menu-mobile {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(96, 99, 104, 0.98);
    z-index: -100;
    display: none;
    opacity: 0;
    text-align: right;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 44px;
    padding-top: 30%;
    padding-right: 25px;
    color: #ffffff;
  }
  .menu-mobile ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .menu-items-desktop {
    opacity: 0;
    position: relative;
  }
  .menu-mobile a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .menu-mobile a:visited {
    text-decoration: none;
    color: #ffffff;
  }
  .menu-mobile a:hover {
    text-decoration: none;
    color: #ffffff;
  }
  .menu-mobile a:active {
    text-decoration: none;
    color: #ffffff;
  }
  .menu-logo {
    position: absolute;
    width: 40%;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
  }
  .logo {
    width: 105px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    cursor: pointer;
  }
  .navigation-vertical-divider {
    width: 1px;
    height: 90px;
    float: left;
    background-color: #ffffff;
    margin-left: 15px;
  }
  .home-page-hero-image {
    height: 370px;
    background-image: url("../images/home-page-hero-image.jpg");
    background-size: cover;
    background-position: center top;
  }
  .home-page-callout {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    font-size: 22px;
    line-height: 28px;
    margin-top: 220px;
    margin-left: 10px;
    letter-spacing: 0.02em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  }
  .book-a-tour-button {
    margin-left: 10px;
    margin-top: 10px;
  }
  .arrow {
    width: 8.69px;
    margin-top: 5px;
  }
  .site-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-section-home {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home-page-image-1 {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .home-page-intro-text {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    padding-right: 0px;
  }
  .home-page-image-2 {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .home-page-image-2-headline {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    color: #74045f;
    margin-top: 15px;
    margin-left: 0px;
    letter-spacing: 0.03em;
  }
  .home-page-intro-text-2 {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    padding-right: 0px;
    margin-left: 0px;
  }
  .home-page-image-3 {
    float: right;
    width: 90%;
    margin-top: -65px;
    position: relative;
    z-index: 10;
  }
  .home-page-image-4 {
    width: 40%;
    float: left;
    margin-top: 15px;
    position: relative;
    z-index: 11;
  }
  .home-page-image-3-headline {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    color: #74045f;
    margin-top: 15px;
    margin-left: 0px;
    letter-spacing: 0.03em;
  }
  .home-page-intro-text-3 {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    padding-right: 0px;
    margin-left: 0px;
  }
  .grapics-row {
    padding-right: 0px;
    position: relative;
    left: 0px;
  }
  .home-page-image-5 {
    width: 60%;
    float: none;
    margin: auto;
    margin-top: 20px;
  }
  .generous-section {
    height: 220px;
    background-color: #e1ddcd;
    padding-top: 20px;
  }
  .generous-headline {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    color: #5f6369;
    line-height: 28px;
    letter-spacing: 0.02em;
  }
  .generous-text {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #5f6369;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .explore-features-button {
    width: 231.46666667px;
    height: 33.728px;
    border: 0.66133333px solid #5f6369;
  }
  .explore-features-button-left {
    width: 195.09333333px;
    height: 33.06666667px;
    border-right: 0.66133333px solid #5f6369;
    font-size: 13.22666667px;
    line-height: 13.22666667px;
    padding-top: 9.92px;
  }
  .explore-features-button-right {
    width: 32.40533333px;
  }
  .explore-amenities-button {
    width: 231.46666667px;
    height: 33.728px;
    margin-top: 26.45333333px;
  }
  .explore-amenities-button-left {
    width: 195.09333333px;
    height: 33.06666667px;
    border-right: 0.66133333px solid #5f6369;
    font-size: 13.22666667px;
    line-height: 13.22666667px;
    padding-top: 9.92px;
  }
  .explore-amenities-button-right {
    width: 32.40533333px;
  }
  .book-a-tour-button {
    width: 154.09066667px;
    height: 33.728px;
    border: 0.66133333px solid #ffffff;
  }
  .book-a-tour-button-left {
    width: 120.36266667px;
    height: 33.06666667px;
    border-right: 0.66133333px solid #ffffff;
    font-size: 13.22666667px;
    line-height: 13.22666667px;
    padding-top: 9.92px;
  }
  .book-a-tour-button-right {
    width: 32.40533333px;
  }
  footer {
    height: auto;
    background-color: #606368;
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .footer-logo-box {
    float: none;
    width: 100%;
  }
  .footer-logo {
    margin: auto;
    width: 150px;
  }
  .footer-hours-box {
    float: none;
    width: 100%;
    border-right: none;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 20px;
  }
  .footer-privacy-box {
    float: none;
    width: 100%;
    border-right: none;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 20px;
    padding-left: 0px;
  }
  .footer-copyright {
    color: #ffffff;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .hilltop {
    width: 130px;
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
  }
  .footer-icons {
    margin-top: 15px;
  }
  .icon-container {
    display: flex;
    justify-content: center;
    /* Centers images horizontally */
    align-items: center;
    /* Centers images vertically */
    gap: 15px;
    /* Equal spacing between images */
    flex-wrap: wrap;
    /* Allows wrapping if screen is too small */
    padding: 20px;
  }
  .icon-container img {
    width: 40px;
    /* Adjust size as needed */
    height: auto;
    /* Maintain aspect ratio */
    object-fit: cover;
    /* Ensures images fill space nicely */
  }
  .navigation-bottom-bar {
    height: 1px;
  }
  .navigation-top-bar {
    height: 1px;
  }
  .navigation-bottom-area {
    width: auto;
    height: auto;
    margin-top: 52px;
    font-size: 14px;
    padding-left: 10px;
    position: relative;
  }
  .navigation-bottom-area li {
    margin-left: 8px;
    margin-right: 8px;
  }
  .navigation-phone {
    float: none;
    position: absolute;
    left: 20px;
    top: -50px;
    font-size: 14px;
  }
  .amenities-page-hero-image {
    height: 300px;
    background-image: url("../images/amenities-page-hero-image.jpg");
    background-size: cover;
    background-position: center center;
  }
  .amenities-page-callout {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    font-size: 25px;
    line-height: 32px;
    margin-top: 140px;
    margin-left: 10px;
    letter-spacing: 0.04em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  }
  .amenities-page-intro-text {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
  }
  .amenities-selector {
    width: 350px;
    margin: auto;
    margin-top: 20px;
    font-family: "aaux-next", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #5f6369;
    letter-spacing: -0.01em;
  }
  .amenities-selector-left {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    cursor: pointer;
  }
  .amenities-selector-right {
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    cursor: pointer;
  }
  .amenities-selector-selected {
    font-family: "aaux-next", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #74045f !important;
    border-bottom: 3px solid #74045f !important;
    cursor: default!important;
    transition: all 0s ease;
  }
  .amenities-selector-divider-line {
    width: 100%;
    height: 1px;
    background-color: #000000;
  }
  .amenities-container {
    height: 760px;
    position: relative;
  }
  .community-container {
    width: 100%;
    height: 760px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-top: 20px;
    z-index: 10;
  }
  .interior-container {
    width: 100%;
    height: 760px;
    position: absolute;
    top: 0px;
    padding-top: 20px;
    opacity: 0;
    z-index: 1;
  }
  .amenity-image {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
  .amenities-list {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
  }
  .custom-bullets {
    list-style: none;
    /* Remove default bullets */
    padding-left: 20px;
    /* Adjust spacing for custom bullet */
  }
  .custom-bullets li::before {
    content: "»";
    /* Add custom bullet */
    color: black;
    /* Optional: set bullet color */
    display: inline-block;
    width: 1em;
    /* Space between bullet and text */
    margin-left: -1em;
    /* Align bullet properly */
  }
  .amenities-list li {
    margin-bottom: 6px;
  }
  .gallery-button {
    width: 154.09066667px;
    height: 33.728px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
  .gallery-button-left {
    width: 120.36266667px;
    height: 33.06666667px;
    border-right: 1px solid #ffffff;
    text-align: center;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13.22666667px;
    line-height: 13.22666667px;
    padding-top: 9.92px;
    color: #ffffff;
    letter-spacing: 0.02em;
    float: left;
  }
  .gallery-button-right {
    width: 29.09866667px;
    float: left;
  }
  .contact-page-hero-image {
    height: 300px;
    background-image: url("../images/contact-page-hero-image.jpg");
    background-size: cover;
    background-position: center center;
  }
  .contact-page-bolder {
    color: #74045f;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .regular-text a:link {
    color: #000000;
    text-decoration: none;
  }
  .regular-text a:active {
    color: #000000;
    text-decoration: none;
  }
  .regular-text a:visited {
    color: #000000;
    text-decoration: none;
  }
  .regular-text a:hover {
    color: #000000;
    text-decoration: underline;
  }
  .form-area {
    height: auto;
    background-color: #edeae2;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .form-control {
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0px;
    border: 1px solid #000000;
    background-color: #ffffff;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
  }
  .left {
    float: none;
  }
  .right {
    float: none;
  }
  textarea.form-control {
    height: 100px;
    width: 100%;
  }
  .form-control::-moz-placeholder {
    color: #000000;
    opacity: 1;
  }
  .form-control:-ms-input-placeholder {
    color: #000000;
  }
  .form-control::-webkit-input-placeholder {
    color: #000000;
  }
  .submit-form-button {
    width: 231.46666667px;
    height: 33.728px;
    cursor: pointer;
    border: 1px solid #5f6369;
    background-color: #f5f3ee;
  }
  .mobile-hours {
    margin-top: 30px;
  }
  .google-disclaimer {
    font-size: 13px;
    margin-top: 20px;
  }
  .plans-page-hero-image {
    height: 300px;
    background-image: url("../images/plans-page-hero-image.jpg");
    background-size: cover;
    background-position: center center;
  }
  .phase-selector {
    width: 230px;
    margin: auto;
    margin-top: 20px;
    font-family: "aaux-next", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #5f6369;
    letter-spacing: 0.01em;
  }
  .phase-selector-left {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    cursor: pointer;
  }
  .phase-selector-right {
    float: right;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    cursor: pointer;
  }
  .phase-selector-selected {
    font-family: "aaux-next", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #74045f !important;
    border-bottom: 2px solid #74045f !important;
    cursor: default!important;
    transition: all 0s ease;
  }
  .page-headline {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    color: #74045f;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
  }
  .main-section-plans {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plan-selector {
    width: 160px;
    margin: auto;
    margin-top: 10px;
    font-family: "aaux-next", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #5f6369;
    letter-spacing: 0.01em;
  }
  .plan-selector-left {
    float: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
  }
  .plan-selector-right {
    float: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
    cursor: pointer;
  }
  .plan-selector-selected {
    font-family: "aaux-next", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #74045f !important;
    border-bottom: 2px solid #74045f !important;
    cursor: default!important;
    transition: all 0s ease;
  }
  /* Filter Buttons Styling */
  .filter-buttons {
    margin-bottom: 40px;
  }
  .filter-buttons button {
    margin: 5px;
    padding: 10px 15px;
    cursor: pointer;
    border: none;
    background-color: #e0e0e0;
    border-radius: 5px;
  }
  .filter-buttons button:hover {
    background-color: #d0d0d0;
  }
  /* Height Animator for Smooth Transitions */
  .height-animator {
    transition: height 0.3s ease;
    height: auto;
  }
  /* Floor Plans Container */
  .floor-plans-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    column-gap: 90px;
    position: relative;
    /* For positioning fading clones */
  }
  /* Individual Floor Plan Styling */
  .floor-plan {
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 16px;
    padding-top: 32px;
    text-align: center;
    height: 472px;
    /* Fixed height for consistency */
    transition: transform 0.5s ease, opacity 0.5s ease;
    width: 288px;
    margin: auto;
    background-color: #ffffff;
  }
  /* Fading Out Animation for Clones */
  .fading-out {
    transition: opacity 0s ease;
    opacity: 0;
  }
  .fp-name {
    font-family: "aaux-next", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17.6px;
    text-align: center;
    color: #74045f;
    margin-top: 8px;
    letter-spacing: 0.05em;
  }
  .fp-size {
    font-family: "aaux-next", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 17.6px;
    color: #5f6369;
    margin-top: 8px;
    line-height: 17.6px;
    margin-bottom: 12px;
  }
  .bed-graphic {
    width: 17.6px;
    display: inline-block;
    margin-right: 4.8px;
    position: relative;
    top: -1.6px;
  }
  .bath-graphic {
    width: 17.6px;
    display: inline-block;
    margin-right: 4.8px;
    position: relative;
    top: -1.6px;
  }
  .size-graphic {
    width: 17.6px;
    display: inline-block;
    margin-right: 4.8px;
    position: relative;
    top: -1.6px;
  }
  .check-availability-fp-button {
    width: 160px;
    height: 30.4px;
    margin: auto;
    margin-top: 16px;
    background-color: #74045f;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    font-family: "aaux-next", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    padding-top: 5.6px;
    letter-spacing: 0.02em;
  }
  .download-plan {
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
    width: 152px;
  }
  .callout-mobile {
    font-size: 20px;
    line-height: 26px;
  }
  .map-categories {
    width: 350px;
    margin: auto;
    margin-top: 20px;
    display: inline-block;
    justify-content: space-between;
    align-items: center;
    /* Vertically centers images if needed */
  }
  .map-category {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0.04em;
    padding-bottom: 3px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 5px;
  }
  .map-category-selected {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #74045f;
    border-bottom: 2px solid #74045f;
    cursor: default;
  }
  .map-category-divider {
    height: 1px;
    width: 100%;
    background-color: #000000;
  }
  .sip-savor-headline {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    color: #74045f;
    letter-spacing: 0.05em;
    margin-top: 20px;
    text-align: center;
  }
  .location-images-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* Vertically centers images if needed */
    width: 360px;
    /* Adjust as needed */
    margin-top: 20px;
    position: relative;
  }
  .location-images-container-1,
  .location-images-container-2,
  .location-images-container-3 {
    width: 118px;
    /* Adjust based on your needs */
    height: 81px;
    /* Maintains aspect ratio */
  }
  /* Optional: Ensure the center image is perfectly centered */
  .location-images-container div:nth-child(2) {
    margin: 0 auto;
  }
  .location-image-container-1,
  .location-image-container-2,
  .location-image-container-3 {
    position: relative;
    width: 118px;
    /* Adjust based on your needs */
    height: 81px;
    /* Maintains aspect ratio */
  }
  .location-image-text {
    color: #ffffff;
    position: absolute;
    left: 3px;
    bottom: 3px;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.02em;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  }
  .location-image {
    position: absolute;
    width: 118px;
    /* Adjust based on your needs */
    height: 81px;
    /* Maintains aspect ratio */
    top: 0px;
    left: 0px;
  }
  .gallery-page-hero-image {
    height: 300px;
    background-position: left center;
  }
  .fwdugp-menu-out .PGMenuButtonTextNormal.menu-button {
    width: 100%!important;
    text-align: center!important;
  }
  .fwdugp-menu-out .fwdugp-menu-inner .menu-button {
    width: 80%!important;
    text-align: center!important;
    font-size: 15px!important;
    margin: auto!important;
    height: 22px!important;
    margin-bottom: 14px!important;
    position: relative;
    left: -3px;
  }
  .modal-overlay {
    padding: 19.84px;
    padding-top: 29.76px;
    font-size: 17.19466667px;
  }
  .close-x {
    right: 4.62933333px;
    width: 9.25866667px;
    height: 9.25866667px;
  }
}
