@charset "utf-8";
/* CSS Document */

html,
body {
  margin: 0 auto;
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
  color: #484848;
  font-weight: 400;
}

img {
  display: block;
  margin: 0;
  width: 100%;
}
a,
img,
div {
  outline: none;
  text-decoration: none;
  border: none;
}
a:focus {
  outline: none;
}

.navy {
  color: #265063;
}

.yellow {
  color: #e8a862;
}

.teal {
  color: #91ada8;
}

.orange {
  color: #a64d32;
}

.cream {
  color: #f8f5f5;
}

.grey {
  color: #484848;
}

.white {
  color: white;
}

.creamBackground {
  background-color: #f8f5f5;
}

.btn {
  background-color: #e8a862;
  color: white;
  padding: 15px 25px;
  border-radius: 40px;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
}

.btn:hover {
  background-color: #ebb376;
}

.socialBtnContainer {
  display: flex;
  align-items: center;
}

.socialBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Fjalla One", sans-serif;
  background: #265063;
  text-transform: uppercase;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-left: 12px;
}

.socialBtn i {
  font-size: 24px;
  color: white;
}

.socialBtn:hover {
  background: #406a7d;
}

input[type="submit"] {
  background-color: #e8a862;
  color: white;
  padding: 15px 25px;
  border-radius: 40px;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  width: auto;
  border: none;
}
input[type="submit"]:hover {
  background-color: #ebb376;
}

#header .btn {
  padding: 20px 40px;
  width: max-content;
  border-radius: 40px;
}

header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: fixed;
  top: 0;
}

/* header.bannerMargin {
  top: 60px !important;
} */

.row {
  display: flex;
  flex-wrap: wrap;
}

.headerCol1 {
  display: flex;
  flex: 1;

  position: relative;
  flex-direction: column;
  align-items: flex-end;
}

.headerCol2 {
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
  max-width: 520px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.logo {
  cursor: pointer;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  z-index: 10;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.menuNav {
  display: none;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  position: absolute;
  z-index: 0;
  top: 25%;
  left: 0%;
}

#header {
  z-index: 1000;
}

#header.sticky .logo {
  max-width: 279px;
}

#header.sticky .menuNav {
  max-width: 279px;

  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

#header.sticky .headerCol2 {
  max-width: 279px;
}

#header.sticky .lightBulb {
  display: none !important;
}

.headerBtnContainer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 10px;
  width: 100%;
}

.lightBulb {
  display: none;
}

.imgOff {
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
}

.imgOn {
  display: none;
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
}

.none {
  display: none;
}

.show {
  display: block;
}

.hover {
  pointer-events: all;
  cursor: pointer;
}

.topBtn {
  width: 100%;
  max-width: fit-content;
  margin-left: 12px;
}

#Amenities.active path {
  fill: rgba(38, 80, 99, 0.7);
}
#Life_on_Main.active path {
  fill: rgba(38, 80, 99, 0.7);
}
#Tour_a_Model.active path {
  fill: rgba(38, 80, 99, 0.7);
}
#Contact.active path {
  fill: rgba(38, 80, 99, 0.7);
}

#home {
  position: relative;
  z-index: -1;
}

#happiness {
  margin-bottom: 25px;
}

.homeText {
  position: absolute;
  display: flex;
  top: 0;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.innerContent {
  width: 90%;
  margin: 0 auto;
}

.shadow {
  text-shadow: 2px 3px 12px rgba(0, 0, 0, 0.38);
}

.alignLeft {
  text-align: left;
}

h1 {
  font-family: "Fjalla One", sans-serif;
  text-transform: none;
  font-size: 55px;
  margin: 0;
  font-weight: 400;
}

h2 {
  font-family: "Fjalla One", sans-serif;
  text-transform: none;
  font-size: 45px;
  font-weight: 400;
}

h3 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h4 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}

p {
  font-size: 18px;
  line-height: 1.5em;
}

.innerContainer {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

.titleCol1 {
  display: flex;
  flex-basis: 29%;
}

.titleCol2 {
  display: flex;
  flex-basis: 70%;
  align-items: center;
  justify-content: flex-start;
}

.titleCol2 h3 {
  margin-left: 50px;
}

.greyBorder {
  border-bottom: 1px solid #d1d3d4;
}

.greyRightBorder {
  border-right: 1px solid #d1d3d4;
}

.whiteBorder {
  border-bottom: 1px solid white;
}

.whiteRightBorder {
  border-right: 1px solid white;
}

.spaceTop {
  padding-top: 50px;
}

.alignCenter {
  align-items: center;
  justify-content: center;
  text-align: center;
}

#lifeOnMain {
  width: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f8f5f5;
  /* background-image: url(../images/lamppost-watermark.png); */
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 90px 0;
  box-sizing: border-box;
  position: relative;
}

#lifeOnMain .innerContainer {
  max-width: 1567px;
  margin: auto;
}

.colThird {
  display: flex;
  flex-basis: 33.33333%;
  flex-direction: column;
}

.innerCol {
  margin-left: 40px;
  margin-right: 40px;
}

.innerCol p {
  font-size: 16px;
}

.icon {
  max-width: 128px;
  margin: 0 auto;
  max-height: 122px;
}

.colTwoThirds {
  display: flex;
  flex-direction: column;
  flex-basis: 66.666%;
}

.unitInfo p {
  line-height: 1em;
}

.featuredListings {
  display: flex;
  flex-flow: column nowrap;
  gap: 24px 0;
  list-style-type: none;
  padding: 0;
}

.listing {
  color: #265063;

  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 48px;

  min-height: 100px;
  padding: 0 24px;
  margin: 0 24px;
  font-size: 20px;
  border-radius: 5px;
}

.listing:nth-child(odd) {
  background: #ebe9e9;
}

.listing:nth-child(even) {
  background: #f8f5f5;
}

.listingInnerContent {
  display: flex;
  flex-flow: row nowrap;
}

.listingInnerContent:nth-child(1) {
  flex: 1;
  gap: 48px;
  justify-content: space-between;
}

.listingInnerContent:nth-child(2) {
  flex-basis: 25%;
}

.listingItem {
  gap: 10px;
}

.listingInfo {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  flex: 0 0 300px;
}

.listingTitle {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.listingInfo h4 {
  margin: 0;
}

.listingPrice {
  font-family: "Fjalla One", sans-serif;
  font-weight: bold;
}

.listingPopup {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 300px;
}

.floorplanPopup .mfp-content {
  margin: auto;
  max-width: 700px;

}
.floorplanPopup img {
  max-width: 700px;
  margin: auto;

}

.listingFloorplan {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-weight: bold;
}

.listingFloorplanText {
  display: block;
  text-decoration: underline;
  color: #265063;
  font-family: 10px;
}

.listingFloorplanImg {
  display: none;
}

.listingAvailability {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.listingAction {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
  flex: 0 0 350px;
}

.listingActionBtn {
  display: flex;
  justify-content: center;
  flex-basis: 45%;
}

.listingBtn {
  background: #265063;
  color: #fff;
  font-family: "Fjalla One", sans-serif;
  padding: 10px 25px;
  border-radius: 50px;
  text-align: center;
}

.listingBtn:hover {
  background: #406a7d;
}

@media screen and (max-width: 1250px) {
  .listing {
    background: #fff;
    gap: 10px;
  }

  .listing:nth-child(odd),
  .listing:nth-child(even) {
    background: #fff;
  }

  .listingItem {
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }

  .listing:nth-child(odd) .listingItem {
    background: #ebe9e9;
  }

  .listing:nth-child(even) .listingItem {
    background: #f8f5f5;
  }

  .listingInnerContent:nth-child(1) {
    flex-flow: row wrap;
    gap: 10px;
    flex-basis: 65%;
  }

  .listingInfo {
    flex-basis: 100%;
    gap: 50px;
  }

  .listingItem h4 {
    margin: 0;
  }

  .listingFloorplan,
  .listingVrTour,
  .listingAvailability {
    flex-basis: 32%;
    align-items: center;
  }

  .listingVrTour img {
    height: 30px;
  }

  .listingFloorplanText {
    display: none;
    margin: auto;
  }

  .listingFloorplanImg {
    display: block;
    height: 30px;
  }

  .listingAction {
    justify-content: space-between;
    flex: 0 0 74px;
  }

  .listingInnerContent:nth-child(2) {
    flex-flow: column nowrap;
    flex-basis: 35%;
    height: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .listing {
    flex-flow: column nowrap;
    gap: 10px 0;
    padding: 0;
  }

  .listingInfo {
    padding: 6px 0;
  }

  .listingFloorplan,
  .listingVrTour,
  .listingAvailability {
    flex: 1 1 33%;
    padding: 6px;
  }

  .listingInnerContent {
    flex-flow: column nowrap;
    flex-basis: 100%;
    width: 100%;
  }

  .listingAction {
    justify-content: space-around;
    gap: 0;
  }
}

@media screen and (max-width: 600px) {
}

#registerSection {
  background-color: #fff;
}

.premiereVideo {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.premiereVideo h2 {
  margin: 0 0 15px 0;
}

.premiereVideo video {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
}

.premiereVideoOverlay {
  position: absolute;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.overlayContent {
  background: rgba(248, 245, 245, 0.85);
  text-align: center;
  padding: 50px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.overlayContent .btn {
  display: inline-block;
  margin-top: 10px;
}

@media screen and (max-width: 700px) {
  .premiereVideoOverlay {
    height: 100%;
    width: 100%;
  }
  .overlayContent {
    height: 100%;
    width: 100%;
  }
}

#tourModel {
  padding-bottom: 100px;
}

.colHalf {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.colHalf h2 {
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
}

#amenities {
  padding: 25px 0;
}

.col40 {
  display: flex;
  flex-basis: 40%;
  flex-direction: column;
}

.col40 .innerCol {
  margin-left: 20px;
  margin-right: 20px;
}

.col60 {
  display: flex;
  flex-basis: 60%;
}

.amenityImg {
  max-width: 440px;
}
#mainAttractions {
  padding-bottom: 50px;
}

#map {
  width: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 500px;
}

.col6 {
  display: flex;
  flex-basis: 16.6667%;
  margin-top: 10px;
}

.spaceRight {
  padding-right: 5px;
  padding-left: 5px;
}

#property {
  padding-bottom: 25px;
}

/* #property .titleCol1 {
  flex: 0 0 480px;
}

#property .titleCol2 {
  flex: 1 0;
} */

#testimonials {
  padding-bottom: 0;
}

#registerToday {
  width: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #f8f5f5;
  padding-bottom: 150px;
  margin: 0 0 0 auto;
}

#registerToday .innerContainer {
  max-width: 1567px;
  margin: auto;
}

.stepCol1 {
  display: flex;
  flex-basis: 20%;
  align-items: center;
}

.stepCol2 {
  display: flex;
  flex-basis: 80%;
  flex-direction: column;
  justify-content: flex-start;
}

.stepCol2 h4 {
  margin-left: 25px;
  margin-bottom: 0;
}

.stepCol2 p {
  margin-left: 25px;
  margin-top: 0;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 30px;
  height: auto;
  background-color: transparent;
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;

  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 15px 0px;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid #d1d3d4;
  border-radius: 5px;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #e8a862;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input,
textarea,
select {
  width: 100%;
  background-color: white;
  padding: 15px;
  margin: 5px 3px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d1d3d4;
}

input:focus {
  border: 1px solid #d1d3d4;
  outline: none;
}
select:focus {
  border: 1px solid #d1d3d4;
  outline: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Nunito", sans-serif;
  color: #484848;
  font-weight: 400;
  font-size: 14px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Nunito", sans-serif;
  color: #484848;
  font-weight: 400;
  font-size: 14px;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Nunito", sans-serif;
  color: #484848;
  font-weight: 400;
  font-size: 14px;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Nunito", sans-serif;
  color: #484848;
  font-weight: 400;
  font-size: 14px;
}

select {
  font-family: "Nunito", sans-serif;
  color: #484848;
  font-weight: 400;
  font-size: 14px;
}

option {
  font-family: "Nunito", sans-serif;
  color: #484848;
  font-weight: 400;
  font-size: 14px;
}

.formColumn {
  display: flex;
  flex-basis: 50%;
  align-items: flex-start;
}

#footerBar {
  padding: 10px 0;
}

.lImage {
  display: none;
}

.mImage {
  display: none;
}

.sImage {
  display: none;
}

.xsImage {
  display: none;
}

.mobileImage {
  display: none;
}

#homeValues {
  width: 90%;
  margin: 0 auto;
}

#registerPopup {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: white;
  position: relative;
}
#vipPopup {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: white;
  position: relative;
}

#vrTour {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
}

.popupVRTour {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
}

.registerCol1 {
  display: flex;
  flex-basis: 38%;
  max-height: 675px;
}

.registerCol2 {
  display: flex;
  flex-direction: column;
  flex-basis: 62%;
}

#registerPopup .titleCol1 {
  flex-basis: 38%;
}

#registerPopup .titleCol2 {
  flex-basis: 61%;
}

#vipPopup .titleCol1 {
  flex-basis: 38%;
}

#vipPopup .titleCol2 {
  flex-basis: 61%;
}

#vrTour iframe {
  width: 100%;

  height: 80%;
  min-height: 700px;
  max-height: 800px;
}

.popupVRTour iframe {
      width: 100%;
    height: 75%;
    min-height: 800px;
    max-height: 800px;
}

#openHouseVideo iframe {
  width: 100%;
}

.popupImgSmall {
  display: none;
}

.backToTop {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 25px;
  z-index: 3;
  cursor: pointer;
}

.homeTextMobile {
  display: none;
}

#mobileMenu {
  display: none;
  margin-left: 25px;
  margin-top: 25px;
}

#menuToggle {
  display: block;
  position-: absolute;
  right-: 0px;
  margin-top-: -10px;

  z-index: 1;

  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 38px;
  height: 32px;
  position: absolute;
  top: 15px;
  left: 20px;

  cursor: pointer;

  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}

/*
	 * Just a quick hamburger
	 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background: #265063;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 23px 0px;

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 57% 100%;
}

/* 
	 * Transform all the slices of hamburger
	 * into a crossmark.
	 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #265063;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
	 * Ohyeah and the last one should go the other direction
	 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

.mobileBtn {
  display: none;
}

/* .mfp-content {
  width: auto !important;
} */

#vrTour .mfp-content iframe {
  width: 1400px !important;
  max-width: 80vw;
}

@media all and (max-width: 1920px) {
  #lifeOnMain {
    max-width: 1800px;
  }

  #lifeOnMain .innerContainer {
    max-width: 1580px;
  }

  #registerToday {
    max-width: 1800px;
  }
  #registerToday .innerContainer {
    max-width: 1580px;
  }
  #map {
    max-width: 1800px;
  }

  .xlImage {
    display: none;
  }

  .lImage {
    display: block;
  }
}

@media all and (max-width: 1680px) {
  .lImage {
    display: none;
  }

  .mImage {
    display: block;
  }

  #header .btn {
    padding: 10px 20px;
  }

  .socialBtn {
    height: 40px;
    width: 40px;
  }

  .socialBtn i {
    font-size: 20px;
  }
}
@media all and (max-width: 1600px) {
  h1 {
  }

  h2 {
    font-size: 40px;
    margin-left: 25px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
  #homeValues {
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
  }

  .colThird .innerCol {
    display: flex;
    align-items: center;
  }

  .col20 {
    display: flex;
    flex-basis: 20%;
    align-items: flex-start;
  }

  .col80 {
    display: flex;
    flex-basis: 80%;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  #lifeOnMain {
    padding: 40px 0;
  }

  #registerToday {
    padding-bottom: 75px;
  }
}

@media all and (max-width: 1365px) {
  h2 {
    margin-left: 10px;
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }
}

@media all and (max-width: 1280px) {
  .mImage {
    display: none;
  }

  .sImage {
    display: block;
  }

  .registerCol1 {
    display: flex;
    flex-basis: 100%;
    max-height: 300px;
  }

  .registerCol2 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
  }

  #registerPopup {
    max-width: 768px;
  }

  #vipPopup {
    max-width: 768px;
  }

  .popupImgLarge {
    display: none;
  }

  .popupImgSmall {
    display: block;
  }

  .col6 {
    flex-basis: 33.3333%;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 36px;
    margin-left: 25px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }

  .btn {
    font-size: 14px;
  }

  .imgOff {
    max-width: 80px;
  }

  .imgOn {
    max-width: 80px;
  }
}

@media all and (max-width: 1024px) {
  .homeTextMobile {
    align-items: center;
    text-align: center;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .homeText {
    display: none;
  }

  .innerContent {
    width: 100%;
  }
}

@media all and (max-width: 1023px) {
  /* #property .titleCol1 {
    flex: 0 0 0;
  }

  #property .titleCol2 {
    flex: 1;
  }

  #property .row {
    flex-flow: column nowrap;
  } */

  .titleCol1 {
    flex-basis: 100%;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .titleCol2 {
    flex-basis: 100%;
    align-items: flex-start;
  }

  #registerPopup .titleCol1 {
    flex-basis: 100%;
    align-items: flex-start;
    justify-content: flex-start;
  }

  #registerPopup .titleCol2 {
    flex-basis: 100%;
    align-items: flex-start;
  }

  .greyRightBorder {
    border-right: none;
  }

  .titleCol1.greyBorder {
    border: none;
  }

  h2 {
    margin-left: 25px;
    margin-bottom: 0;
  }

  .titleCol2 h3 {
    margin-left: 25px;
    margin-top: 0;
  }

  .whiteRightBorder {
    border-right: none;
  }

  .titleCol1.whiteBorder {
    border: none;
  }

  #lifeOnMain {
    background-image: none;
  }

  p {
    margin-right: 25px;
    margin-left: 25px;
  }

  .colThird p {
    margin-right: 0;
    margin-left: 0;
  }

  .col40 {
    flex-basis: 100%;
  }

  .col40 p {
    margin-left: 0;
    margin-right: 0;
  }

  .col60 {
    flex-basis: 100%;
  }

  .reverseRow {
    flex-wrap: wrap-reverse;
  }

  #amenities {
    padding: 50px 0;
    width: 100%;
    margin: 0 auto;
    max-width: 440px;
  }

  .col40 .innerCol {
    margin: 0;
  }

  .colHalf {
    flex-basis: 100%;
  }

  .colTwoThirds {
    flex-basis: 100%;
  }

  .colThird {
    flex-basis: 100%;
    align-items: center;
  }

  #property img {
    max-width: 440px;
  }

  #property .colHalf {
    align-items: flex-start;
  }

  #property p {
    margin-left: 0;
    margin-right: 0;
  }

  #registerPopup input,
  textarea,
  select {
    width: 47%;
  }

  #registerToday select {
    width: 100%;
  }

  .creamBackground {
    padding-bottom: 30px;
  }
}

@media all and (min-width: 800px) {
  /* .floorplanPopup img {
    margin: auto;
    width: auto;
    height: 800px;
    max-width: 100vw;
  } */
}

@media all and (max-width: 768px) {
  .formColumn {
    flex-basis: 100%;
  }

  .colThird .innerCol {
    align-items: center;
  }

  .innerCol h4 {
    margin-bottom: 10px;
  }

  .colThird p {
    margin-top: 0;
  }

  .innerCol {
    margin-right: 20px;
    margin-left: 20px;
  }

  .col20 {
    flex-basis: 25%;
  }

  .col80 {
    flex-basis: 75%;
  }

  .col80 h4 {
    padding-left: 15px;
  }

  .col80 p {
    padding-left: 15px;
  }

  .sImage {
    display: none;
  }

  .xsImage {
    display: block;
  }

  #mobileMenu {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .headerBtnContainer {
    gap: 10px;
  }
}

@media all and (max-width: 500px) {
  .xsImage {
    display: none;
  }

  .mobileImage {
    display: block;
  }

  .col6 {
    flex-basis: 50%;
  }
  .topBtn {
    display: none;
  }

  .mobileBtn {
    display: block;
    max-width: fit-content;
    margin: 0 auto;
  }

  #home {
    z-index: 10;
  }

  .mobileNone {
    display: none;
  }

  .headerCol1 {
    flex-basis: 20%;
  }

  .headerCol2 {
    flex-basis: 70%;
    align-items: flex-start;
  }

  .logo {
    max-width: 250px;
    margin: 0;
  }

  .menuNav {
    max-width: 250px;
  }
  #header.sticky .logo {
    max-width: 250px;
  }

  #header.sticky .menuNav {
    max-width: 250px;
  }
  #header.sticky .headerCol2 {
    max-width: none;
  }
  #property img {
    margin: 0 auto;
  }
  #amenities {
    padding: 25px 0;
  }

  .spaceTop {
    padding-top: 25px;
  }

  #registerPopup .titleCol1 {
    flex-basis: 100%;
  }
  #registerPopup .titleCol2 {
    flex-basis: 100%;
  }

  #vipPopup .titleCol1 {
    flex-basis: 100%;
  }
  #vipPopup .titleCol2 {
    flex-basis: 100%;
  }

  .container {
    font-size: 14px;
  }

  #registerPopup input,
  textarea,
  select {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .values .innerCol {
    flex-flow: column nowrap;
  }
}

#featuredListingsGallery .row .col6 {
  height: 350px;
  margin-bottom:10px;
}

#featuredListingsGallery .row .col6 .spaceRight {
  height: 100%;
  width: 100%;

}

@media screen and (max-width: 1600px) {
  #featuredListingsGallery .row .col6 {
    height: 250px;
    margin-bottom:10px;
  }
}


.featuredListingsGalleryItem {
  height: 100%;
  width: 100%;
}

.featuredListingsGalleryItem img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.featuredHidden {
  display: none;
}

.banner {
  background: #265063;
  color: #fff;
  height: 50px;
  padding: 10px 50px;

  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  column-gap: 5%;
  align-items: center;
  text-align: center;
}

.banner h2 {
  margin: 0;
}

@media screen and (max-width: 960px) {
  .banner h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 725px) {
  .banner {
    padding: 10px 25px;
  }

  .banner h2 {
    font-size: 18px;
  }

  .banner .btn {
    padding: 10px 20px;
  }
}