/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideWrapper, .lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSSlide, .lSSlideWrapper.usingCss .lSFade > * {
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
}

.lSSlideOuter, .lSSlideOuter .lSPager.lSGallery {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideOuter {
  overflow: hidden;
  user-select: none;
}

.lightSlider:after, .lightSlider:before {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.lSSlideWrapper .lSFade > .active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > .active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table;
}

.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url(/images/controls.png);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none;
}

.lSSlideOuter.lSrtl .lSPager, .lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0;
}

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider > * {
  float: left;
}

.lSSlideOuter.lSrtl .lSGallery li, .lSSlideOuter.lSrtl .lightSlider > * {
  float: right !important;
}

@-webkit-keyframes rightEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -15px;
  }
}
@keyframes rightEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -15px;
  }
}
@-webkit-keyframes topEnd {
  0%, 100% {
    top: 0;
  }
  50% {
    top: -15px;
  }
}
@keyframes topEnd {
  0%, 100% {
    top: 0;
  }
  50% {
    top: -15px;
  }
}
@-webkit-keyframes leftEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 15px;
  }
}
@keyframes leftEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 15px;
  }
}
@-webkit-keyframes bottomEnd {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
}
@keyframes bottomEnd {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/* ----------------------------------------
	Fonts
*/
@font-face {
  font-family: "GaramondLight";
  src: url("/fonts/GaramondLight.otf");
}
@font-face {
  font-family: "sf_pro_display_medium";
  src: url("/fonts/SFProDisplayMedium.otf");
}
@font-face {
  font-family: "sf_pro_text_light";
  src: url("/fonts/SFProTextLight.ttf");
}
/* ----------------------------------------
	Colors
*/
/* ----------------------------------------
	Variables
*/
.hero-text-container {
  padding: 0 2vw;
}

/* ----------------------------------------
	Globals
*/
.panel_content {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.site-branding-container .site-branding, body #page .location .parent, body #page .floorplans .floorplans_container, body #page .floorplans .button_container, body #page .property_highlights .container {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1420px) and (min-width: 940px) {
  .site-branding-container .site-branding, body #page .location .parent, body #page .floorplans .floorplans_container, body #page .floorplans .button_container, body #page .property_highlights .container {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

/* ----------------------------------------
	Layout
*/
body {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #A5BAC3;
}
body nav .panel_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 112px;
}
body nav .panel_content a {
  align-self: center;
  color: white;
  font-family: Arial, sans-serif;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  transition: all 0.4s;
}
body nav .panel_content a:hover {
  text-decoration: underline;
}
body nav .panel_content a.brochure {
  border: 2px solid white;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
body nav .panel_content a.brochure:hover {
  color: #1D3459;
  background-color: white;
  text-decoration: none;
}
body nav .panel_content .burger {
  width: 112px;
  height: 112px;
  display: none;
}
body #page {
  overflow-x: hidden;
}
body #page .button_container_virtual {
  max-width: 318px;
  max-height: 70px;
  background: #FFFFFF;
  border: 5px solid #1B375E;
  padding: 20px 35px;
  transition: all 500ms ease-in;
  text-decoration: none;
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #CDA94F;
  margin: 0 auto;
  margin-bottom: 90px;
}
body #page .button_container_virtual:hover {
  background-color: #f2f2f2;
}
body #page .button_container_link {
  text-decoration: none;
  color: #BA9977;
}
body #page img.hero {
  height: 90vh;
  min-height: 90vh;
  object-fit: cover;
  object-position: top;
  width: 100%;
  pointer-events: none;
  position: relative;
}
body #page img.hero:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.456);
}
body #page h2, body #page h3 {
  font-family: "sf_pro_display_medium";
  font-size: 44px;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: 0.23em;
  color: #CDA94F;
  margin-bottom: 22px;
  width: 100%;
  text-align: center;
}
body #page .welcome {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #FBF9F3;
}
body #page .welcome .blurb {
  font-family: "sf_pro_text_light";
  font-size: 26px;
  line-height: 45px;
  color: black;
  padding-left: 21%;
  padding-right: 21%;
  width: auto;
  text-align: center;
}
body #page .carousel {
  width: 100%;
  height: 600px;
  position: relative;
}
body #page .carousel .slide {
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: all 0.4s;
}
body #page .carousel .slide.selected {
  opacity: 1;
}
body #page .carousel .controls_wrapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body #page .carousel .controls_wrapper .buttons {
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body #page .carousel .controls_wrapper .buttons img.button {
  align-self: center;
  width: 18px;
  height: 18px;
  opacity: 0.3;
  margin-left: 10px;
  margin-right: 10px;
  transition: all 0.4s;
}
body #page .carousel .controls_wrapper .buttons img.button.selected {
  opacity: 1;
}
body #page .carousel .controls_wrapper .buttons img.button:hover {
  cursor: pointer;
}
body #page .property_highlights {
  background-color: #FBF9F3;
  background-image: url("/images/property_highlights.png");
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 90px;
}
body #page .property_highlights h2 {
  margin-bottom: 80px;
}
body #page .property_highlights .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 2%;
  padding-right: 2%;
}
body #page .property_highlights .container .highlight {
  width: 14%;
  text-align: center;
}
body #page .property_highlights .container .highlight .image_wrapper {
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
body #page .property_highlights .container .highlight .number {
  width: 100%;
  height: 100px;
  text-align: center;
  font-family: "sf_pro_display_medium";
  color: #1D3459;
  font-size: 80px;
  line-height: 69px;
  margin-bottom: 18px;
}
body #page .property_highlights .container .highlight .details {
  padding-top: 10px;
  font-family: "sf_pro_text_light";
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: black;
  text-align: center;
}
body #page .availabilities {
  background-color: white;
  padding-top: 80px;
  padding-bottom: 0px;
}
body #page .availabilities h2 {
  margin-bottom: 0px;
}
body #page .availabilities .container {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}
body #page .availabilities .container img {
  height: auto;
  max-height: 1550px;
  /*
  width: auto;
  height: 1000px;
  */
  margin: 0 auto;
}
body #page .availabilities .container img.mobile {
  display: none;
}
body #page .availabilities .container .button_container {
  position: absolute;
  bottom: 50px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #page .availabilities .container .button_container .button {
  font-family: "sf_pro_display_medium";
  align-self: center;
  width: auto;
  height: 60px;
  color: white;
  text-decoration: none;
  background-color: #1D3459;
  text-align: center;
  padding-left: 110px;
  padding-right: 110px;
  line-height: 60px;
  font-size: 26px;
  letter-spacing: 0.19em;
}
body #page .floorplans {
  background-color: #f7f7f7;
  padding-top: 70px;
  padding-bottom: 20px;
}
body #page .floorplans h2 {
  margin-bottom: 36px;
}
body #page .floorplans .button_container {
  width: 90%;
  margin-left: 5%;
  margin-bottom: 34px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 14% 14% 14% 14% 14% 14% 14%;
}
body #page .floorplans .button_container .suite_button {
  width: 100%;
  text-align: center;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #page .floorplans .button_container .suite_button a.suite_href {
  align-self: center;
  text-decoration: none;
  font-family: "sf_pro_display_medium";
  color: #457491;
  font-size: 16px;
  letter-spacing: 0.23em;
  border-bottom: 2px solid #f7f7f7;
  line-height: 32px;
  transition: all 0.35s;
}
body #page .floorplans .button_container .suite_button a.suite_href:hover, body #page .floorplans .button_container .suite_button a.suite_href.selected {
  border-bottom: 2px solid #457491;
}
body #page .floorplans h3 {
  font-size: 36px;
  line-height: 69px;
  letter-spacing: 0.23em;
}
body #page .floorplans .floorplans_container {
  width: 100%;
  position: relative;
}
body #page .floorplans .floorplans_container .floorplan {
  width: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: all 0.3s;
  display: none;
  flex-direction: column;
}
body #page .floorplans .floorplans_container .floorplan.selected {
  opacity: 1;
  z-index: 10;
  display: flex;
}
body #page .floorplans .floorplans_container .floorplan .blueprint {
  float: left;
  width: 55%;
  margin-left: 1%;
  margin-right: 1%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body #page .floorplans .floorplans_container .floorplan .blueprint .text_header {
  max-width: 100px;
  padding-bottom: 15px;
}
body #page .floorplans .floorplans_container .floorplan .blueprint img {
  max-width: 847.23px;
  width: 95%;
  align-self: center;
}
body #page .floorplans .floorplans_container .floorplan .details {
  float: left;
  width: 38%;
  padding-top: 40px;
}
body #page .floorplans .floorplans_container .floorplan .details ul {
  list-style-type: disc;
}
body #page .floorplans .floorplans_container .floorplan .details ul li {
  color: #457491;
  font-family: "sf_pro_text_light";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 18px;
}
body #page .location {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: white;
}
body #page .location .parent {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}
body #page .location .parent .map_section {
  width: 75%;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 600px;
}
body #page .location .parent .map_section .buttons_container {
  height: 100px;
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body #page .location .parent .map_section .buttons_container .button_wrapper {
  width: 20%;
  height: 100px;
  position: relative;
  overflow: hidden;
  display: flex;
  transition: all 0.3s;
}
body #page .location .parent .map_section .buttons_container .button_wrapper:hover {
  cursor: pointer;
}
body #page .location .parent .map_section .buttons_container .button_wrapper.selected .button.gold {
  opacity: 1;
}
body #page .location .parent .map_section .buttons_container .button_wrapper.selected .button.navy {
  opacity: 0;
}
body #page .location .parent .map_section .buttons_container .button_wrapper .button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  transition: all 0.3s;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body #page .location .parent .map_section .buttons_container .button_wrapper .button .icon {
  float: left;
  width: 35%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #page .location .parent .map_section .buttons_container .button_wrapper .button .icon img {
  width: 90%;
  height: auto;
}
body #page .location .parent .map_section .buttons_container .button_wrapper .button .label {
  float: left;
  font-family: "sf_pro_text_light";
  font-weight: 400;
  font-size: 16px;
  padding-left: 0px;
  line-height: 100px;
  pointer-events: none;
  transition: all 0.3s;
}
body #page .location .parent .map_section .buttons_container .button_wrapper .button.gold .label {
  color: #CDA94F;
}
body #page .location .parent .map_section .buttons_container .button_wrapper .button.navy .label {
  color: #1D3459;
}
body #page .location .parent .map_section .mobile_amenity_title {
  display: none;
}
body #page .location .parent .map_section .map {
  width: 100%;
  position: relative;
}
body #page .location .parent .map_section .map img {
  position: absolute;
  left: 0px;
  width: 100%;
}
body #page .location .parent .details_section {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 600px;
  width: 25%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s;
}
body #page .location .parent .details_section.selected {
  opacity: 1;
  display: flex;
}
body #page .location .parent .details_section .icon_and_label {
  align-self: center;
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
}
body #page .location .parent .details_section .icon_and_label .icon {
  height: 50px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #page .location .parent .details_section .icon_and_label .icon img {
  width: 100%;
  height: auto;
}
body #page .location .parent .details_section .icon_and_label .label {
  float: left;
  font-family: "sf_pro_text_light";
  font-weight: 400;
  font-size: 18px;
  line-height: 50px;
  color: #1D3459;
  margin-left: 0px;
}
body #page .location .parent .details_section .details_list {
  width: 90%;
  align-self: center;
}
body #page .location .parent .details_section .details_list .detail {
  width: 100%;
  float: left;
  margin-bottom: 8px;
}
body #page .location .parent .details_section .details_list .detail .number {
  float: left;
  height: 25px;
  width: 25px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  line-height: 25px;
  font-family: "sf_pro_text_light";
  font-weight: 400;
  font-size: 16px;
}
body #page .location .parent .details_section .details_list .detail .number.blue {
  background-image: url("/images/blue_circle.svg");
}
body #page .location .parent .details_section .details_list .detail .number.green {
  background-image: url("/images/green_circle.svg");
}
body #page .location .parent .details_section .details_list .detail .number.navy {
  background-image: url("/images/navy_circle.svg");
}
body #page .location .parent .details_section .details_list .detail .number.red {
  background-image: url("/images/red_circle.svg");
}
body #page .location .parent .details_section .details_list .detail .number.yellow {
  background-image: url("/images/yellow_circle.svg");
}
body #page .location .parent .details_section .details_list .detail .text {
  float: left;
  font-family: "sf_pro_text_light";
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #1D3459;
  padding-left: 20px;
}
body #page .brochure {
  height: 820px;
  background-size: cover;
  background-position: unset;
  background-image: url("/images/carousel/4155_Image.jpg");
  display: flex;
  justify-content: center;
  position: relative;
}
body #page .brochure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(29, 52, 89, 0.5);
}
body #page .brochure a {
  z-index: 3;
  align-self: center;
  color: white;
  text-decoration: none;
  border: 2px solid white;
  font-family: Arial;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.4s;
}
body #page .brochure a:hover {
  color: #1D3459;
  background-color: white;
}
body #page .contact {
  background-color: #1D3459;
  padding-top: 80px;
  padding-bottom: 100px;
}
body #page .contact h2 {
  width: 100%;
  text-align: center;
  font-family: "GaramondLight";
  color: white;
  font-weight: 400;
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 60px;
  letter-spacing: unset;
}
body #page .contact .panel_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body #page .contact .panel_content .employee {
  width: 20%;
  text-align: center;
  font-family: "GaramondLight";
}
body #page .contact .panel_content .employee h3.employee_name {
  color: #BA9977;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: normal;
  min-height: 80px;
  font-family: "GaramondLight";
}
body #page .contact .panel_content .employee p {
  color: white;
  font-size: 20px;
  line-height: 32px;
  font-family: "GaramondLight";
}
body #page .contact .panel_content .employee p a {
  text-decoration: none;
  color: white;
  font-family: "GaramondLight";
}
body #page .contact .panel_content .employee p a:hover {
  text-decoration: underline;
}
body #page .footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #A5BAC3;
}
body #page .footer .panel_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body #page .footer .panel_content a {
  width: 15%;
  display: flex;
  justify-content: center;
}
body #page .footer .panel_content a:nth-child(1) img {
  width: 92.7px;
  height: 87.1px;
}
body #page .footer .panel_content a:nth-child(2) img {
  width: 168.71px;
  height: 73.56px;
}
body #page .footer .panel_content a:nth-child(3) img {
  width: 154.31px;
  height: 89.55px;
}
body #page .footer .panel_content a img {
  align-self: center;
  width: 170px;
}

/* ----------------------------------------
	Media Queries
*/
@media screen and (min-width: 1620px) {
  body #page .location .parent {
    height: 900px;
  }
  body #page .location .parent .map_section {
    height: auto;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1620px) {
  body #page .location .parent {
    height: 800px;
  }
  body #page .location .parent .map_section {
    height: auto;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1400px) {
  body #page .location .parent {
    height: 700px;
  }
  body #page .location .parent .map_section {
    height: auto;
  }
}
@media screen and (max-width: 1220px) {
  body #page .property_highlights {
    padding-top: 80px;
    padding-bottom: 90px;
    padding-left: 4%;
    padding-right: 4%;
  }
  body #page .property_highlights h2 {
    margin-bottom: 80px;
  }
  body #page .property_highlights .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 3%;
    grid-row-gap: 50px;
  }
  body #page .property_highlights .container .highlight {
    width: 100%;
  }
}
@media screen and (max-width: 1150px) {
  body #page .floorplans .button_container {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 20% 20% 20% 20% 20%;
  }
}
@media screen and (max-width: 850px) {
  body #page {
    /*
    .carouselx {
    	height: 480px;
    	.slide {
    		height: 480px;
    	}
    	.controls_wrapper .buttons img.button {
    		width: 24px;
    		height: 24px;
    		margin-left: 12px;
    		margin-right: 12px;
    	}
    } // .carousel
    */
  }
  body #page .welcome {
    padding-bottom: 70px;
  }
  body #page .welcome .blurb {
    font-size: 20px;
    line-height: 32px;
  }
  body #page .availabilities .container .button_container {
    bottom: 10px;
  }
  body #page .availabilities .container .button_container .button {
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
  }
  body #page .floorplans .button_container {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 25% 25% 25% 25%;
  }
  body #page .floorplans h3#floorplan_title {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 34px;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
  }
  body #page .floorplans .floorplans_container {
    height: auto;
  }
  body #page .floorplans .floorplans_container .floorplan .blueprint {
    position: relative;
    height: auto;
    width: 90%;
  }
  body #page .floorplans .floorplans_container .floorplan .details {
    position: relative;
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 650px) {
  body #page .floorplans .button_container {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 50% 50%;
  }
}
@media screen and (max-width: 750px) {
  body #page .property_highlights .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 3%;
    grid-row-gap: 40px;
  }
  body #page .property_highlights .container .highlight {
    width: 100%;
  }
  body #page .location .parent .map_section .buttons_container .button_wrapper .button .icon {
    width: 75%;
  }
  body #page .location .parent .map_section .buttons_container .button_wrapper .button .label {
    display: none;
  }
  body #page .location .parent .map_section .mobile_amenity_title {
    display: block;
    width: 100%;
    height: 70px;
    text-align: center;
    color: #1D3459;
    line-height: 70px;
    font-family: "sf_pro_text_light";
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 22px;
  }
  body #page .brochure a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  body #page .property_highlights .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 3%;
    grid-row-gap: 30px;
  }
  body #page .property_highlights .container .highlight {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  body #page .location .parent {
    height: auto;
  }
  body #page .location .parent .map_section {
    width: 100%;
    position: relative;
    height: auto;
  }
  body #page .location .parent .map_section .map {
    width: 100%;
    position: relative;
  }
  body #page .location .parent .map_section .map img {
    position: relative;
    left: 0px;
    width: 100%;
    height: auto;
  }
  body #page .location .parent .details_section {
    position: relative;
    height: auto;
    width: 100%;
    float: left;
    padding-top: 34px;
    padding-bottom: 70px;
  }
  body #page .location .parent .details_section .details_list {
    width: 90%;
    align-self: center;
  }
  body #page .location .parent .details_section .details_list .detail {
    width: 50%;
    float: left;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1000px) {
  body nav {
    display: none;
    height: 70px;
  }
  body nav .panel_content {
    height: 70px;
  }
  body nav .panel_content a {
    display: none;
  }
  body nav .panel_content a.logo {
    display: block;
  }
  body nav .panel_content .burger {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body nav .panel_content .burger:hover {
    cursor: pointer;
  }
  body nav .panel_content .burger img {
    align-self: center;
    width: 50px;
  }
  body #page img.hero {
    margin-top: 0px;
  }
  body #page .contact {
    padding-bottom: 0px;
  }
  body #page .contact .panel_content {
    flex-direction: column;
    justify-content: center;
  }
  body #page .contact .panel_content .employee {
    width: 60%;
    align-self: center;
    margin-bottom: 78px;
  }
}
@media screen and (max-width: 800px) {
  body #page .footer {
    padding-bottom: 40px;
  }
  body #page .footer .panel_content {
    flex-direction: column;
    justify-content: center;
  }
  body #page .footer .panel_content a {
    align-self: center;
    width: 50%;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 700px) {
  body #page .availabilities .container img {
    display: none;
  }
  body #page .availabilities .container img.mobile {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  body #page h2 {
    font-size: 34px;
    line-height: 45px;
    width: 100%;
  }
  body #page .welcome {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }
  body #page .welcome h2 {
    font-size: 34px;
    line-height: 45px;
    width: 90%;
  }
  body #page .welcome .blurb {
    width: 90%;
    padding: 0;
  }
  body #page .location .parent .details_section .details_list .detail {
    width: 100%;
    padding-left: 15%;
  }
}
/* BURGER ICON CONTAINER */
/* ------ Width ------ */
.site-branding-container .site-branding, body #page .property_highlights .container, body #page .floorplans .button_container, body #page .floorplans .floorplans_container, body #page .location .parent {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1420px) and (min-width: 940px) {
  .site-branding-container .site-branding, body #page .property_highlights .container, body #page .floorplans .button_container, body #page .floorplans .floorplans_container, body #page .location .parent {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.site-branding-container {
  width: 100%;
  z-index: 1000;
  transition: all 700ms ease-in;
  background-color: #A5BAC3;
  padding: 20px 0px;
}
@media screen and (max-width: 940px) and (min-width: 768px) {
  .site-branding-container {
    padding: 8.3333333333px 0px;
  }
}
@media screen and (max-width: 768px) {
  .site-branding-container {
    padding: 8.3333333333px 0px;
  }
}

.site-logo {
  height: 100%;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
}
.site-logo .custom-logo-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  line-height: 30px;
  color: white;
  text-decoration: none;
}
.site-logo .custom-logo-link .divider_line {
  height: 54px;
  width: 1px;
  background-color: #BA9977;
  margin: 0px 15px;
}
.site-logo .custom-logo-link .header_text {
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.site-logo img {
  transition: all 200ms ease-in-out;
  padding: 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 140px;
  height: 54px;
}
@media screen and (max-width: 1365px) and (min-width: 940px) {
  .site-logo .custom-logo-link .header_text {
    font-size: 20px;
  }
}
@media screen and (max-width: 940px) and (min-width: 768px) {
  .site-logo .custom-logo-link .header_text {
    font-size: 20px;
  }
  .site-logo img {
    height: 45px;
    width: 47px;
  }
}
@media screen and (max-width: 768px) {
  .site-logo .custom-logo-link .header_text {
    font-size: 18px;
  }
  .site-logo img {
    height: 40px;
    width: 43px;
  }
}

.site-branding-container {
  position: fixed;
}
.site-branding-container .site-branding {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.site-branding-container .site-branding .bottom-header-container, .site-branding-container .site-branding .top-header-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}
.site-branding-container .site-branding .bottom-header-container {
  position: relative;
  justify-content: flex-end;
}
.site-branding-container .site-branding .header-menu {
  height: 100%;
  z-index: 20;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-branding-container .site-branding .header-menu .menu-container {
  width: 100%;
}
.site-branding-container .site-branding .header-menu .menu-container .menu-menu-1-container {
  width: 100%;
  height: 100%;
}
.site-branding-container .site-branding .header-menu .menu-container .menu-menu-1-container .menu-menu-1 {
  width: 100%;
  height: 100%;
}
.site-branding-container .site-branding .header-menu .main-menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.site-branding-container .site-branding .header-menu .main-menu li {
  list-style: none;
  padding: 10px 15px;
  margin-right: 15px;
}
.site-branding-container .site-branding .header-menu .main-menu li a {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.site-branding-container .site-branding .header-menu .main-menu li:hover a {
  padding-bottom: 8px;
}
.site-branding-container .site-branding .header-menu .main-menu .box_container {
  border: 1px solid white;
  text-align: center;
}
@media screen and (max-width: 1420px) and (min-width: 940px) {
  .site-branding-container .site-branding {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.site-branding-container.render_white_text_dark_bg .site-branding .header-menu .main-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-branding-container.render_white_text_dark_bg .site-branding .header-menu .main-menu li a {
  color: white;
}
.site-branding-container.render_white_text_dark_bg .site-branding .header-menu .main-menu li:hover a {
  color: #BA9977;
  padding-bottom: 8px;
}
.site-branding-container.render_white_text_dark_bg .custom-logo {
  transition: all 500ms ease-in;
}
.site-branding-container.render_dark_text_white_bg .site-branding .header-menu .main-menu li a {
  color: black;
}
.site-branding-container.render_dark_text_white_bg .site-branding .header-menu #menu-item-202 {
  border: 1px solid black;
  white-space: nowrap;
}
/*
    Target Elements for Mobile
*/
@media screen and (max-width: 1244px) {
  .site-branding-container {
    width: 100%;
    position: fixed;
  }
  .site-branding-container.open-menu .site-logo .custom-logo-link .divider_line {
    background-color: white;
  }
  .site-branding-container .site-branding {
    flex-direction: row;
    padding: 10px 2vw;
    /* MENU BURGER CONTAINER */
    /* OPEN MENU */
  }
  .site-branding-container .site-branding .top-header-container {
    flex-direction: column;
  }
  .site-branding-container .site-branding .bottom-header-container {
    flex-direction: row-reverse;
    align-items: center;
  }
  .site-branding-container .site-branding .bottom-header-container .menu-container {
    display: none;
  }
  .site-branding-container .site-branding .mobile-burger-container {
    z-index: 200;
    width: 28px;
    max-width: 28px;
    height: 22px;
  }
  .site-branding-container .site-branding .mobile-burger-container #burger-icon-container {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 2%;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .site-branding-container .site-branding .mobile-burger-container #burger-icon-container span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .site-branding-container .site-branding .mobile-burger-container #burger-icon-container span:nth-child(1) {
    top: 0px;
  }
  .site-branding-container .site-branding .mobile-burger-container #burger-icon-container span:nth-child(2), .site-branding-container .site-branding .mobile-burger-container #burger-icon-container span:nth-child(3) {
    top: 33%;
  }
  .site-branding-container .site-branding .mobile-burger-container #burger-icon-container span:nth-child(4) {
    top: 66%;
  }
  .site-branding-container .site-branding .mobile-burger-container #burger-icon-container.open span:nth-child(1) {
    top: 33%;
    width: 0%;
    left: 50%;
  }
  .site-branding-container .site-branding .mobile-burger-container #burger-icon-container.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .site-branding-container .site-branding .mobile-burger-container #burger-icon-container.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .site-branding-container .site-branding .mobile-burger-container #burger-icon-container.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .site-branding-container .site-branding .menu-container.open {
    z-index: 100;
    background-color: white;
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .site-branding-container .site-branding .menu-container.open .menu-menu-1 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-branding-container .site-branding .menu-container.open #menu-menu-1 {
    height: 90%;
    position: absolute;
    bottom: 0;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: scroll;
  }
  .site-branding-container .site-branding .menu-container.open #menu-menu-1 li.menu-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
  }
  .site-branding-container .site-branding .menu-container.open #menu-menu-1 li.menu-item a {
    color: #212121;
    font-weight: 500;
    padding-bottom: 10px;
  }
  .site-branding-container .site-branding .menu-container.open #menu-menu-1 li.menu-item:hover .menu-item {
    margin: 0;
  }
  .site-branding-container .site-branding .menu-container.open #menu-menu-1 li.menu-item:hover .menu-item a {
    border-bottom: none;
    padding-bottom: 0px;
    font-weight: 300;
  }
  .site-branding-container .site-branding .menu-container.open #menu-menu-1 .box_container {
    border-color: black;
    margin-bottom: 25px;
  }
  .site-branding-container .site-branding .menu-container.open #menu-menu-1 .box_container a {
    color: black;
  }
  .site-branding-container .site-branding #burger-icon-container.open span {
    background: black;
  }
  .site-branding-container.render_dark_bg.render_bg {
    background-color: white;
  }
  .site-branding-container.render_white_bg.render_bg {
    background-color: black;
  }
}
.hero_slider_container {
  background-color: white;
  padding-bottom: 25px;
  max-width: 1100px;
  margin: 0 auto;
}
.hero_slider_container #slider_section_1 {
  width: 100%;
}
.hero_slider_container .slick-prev:before, .hero_slider_container .slick-next:before {
  color: black;
}

.hero-text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-text-container h2 {
  text-shadow: 3px 6px 4px rgba(0, 0, 0, 0.5);
}

/*  FULL HERO CONTAINER LAYOUT*/
.hero-text-container {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  padding: 0;
}
.hero-text-container .title {
  font-family: "sf_pro_display_medium";
  color: #CDA94F;
  font-weight: 800;
  font-size: 60px;
  line-height: 88px;
  /* or 147% */
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: 0.16em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.hero-text-container .wp-block-group__inner-container {
  position: absolute;
  bottom: 5%;
}

.hero-banner-container {
  position: relative;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.hero-banner-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 940px) and (min-width: 768px) {
  .hero-banner-container {
    height: 70vh;
  }
  .hero-text-container {
    height: 70vh;
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner-container {
    height: 100vh;
  }
  .hero-banner-container .title {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-text-container {
    height: 100vh;
    width: 95%;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=styles.css.map */
