/*! 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;
}

/* ------ Width ------ */
.hero_slider_container {
  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;
}

/* ----------------------------------------
	Fonts
*/
@font-face {
  font-family: "GaramondLight";
  src: url("/fonts/GaramondLight.otf");
}
@font-face {
  font-family: "Gotham-Light";
  src: url("/fonts/Gotham-Light.otf");
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("/fonts/Gotham-Bold.otf");
}
/* ----------------------------------------
	Colors
*/
/* ------ Width ------ */
/* ------ Height ------ */
/* ----------------------------------------
	Globals
*/
.panel_content {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

/* ----------------------------------------
	Layout
*/
.mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #455C82;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.mobile_menu .links {
  width: 100%;
  margin-top: 20vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile_menu .links a {
  text-decoration: none;
  align-self: center;
  font-family: "Gotham-Light";
  text-align: center;
  color: #FBF9F2;
  font-style: normal;
  font-weight: 400;
  font-size: 37px;
  line-height: 64px;
}
.mobile_menu img {
  position: absolute;
  top: 30px;
  right: 70px;
  width: 40px;
  height: 40px;
}
.mobile_menu img:hover {
  cursor: pointer;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #272727;
}
body nav {
  width: 100vw;
  height: 112px;
  background-image: url("/images/nav_background.png");
  background-position: center;
  background-size: cover;
  color: #455C82;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  overflow-x: hidden;
}
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: #455C82;
  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 #455C82;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
body nav .panel_content a.brochure:hover {
  color: white;
  background-color: #455C82;
  text-decoration: none;
}
body nav .panel_content a.logo {
  display: block;
}
body nav .panel_content a.logo img {
  width: 180px;
  height: auto;
}
body nav .panel_content .burger {
  width: 112px;
  height: 112px;
  display: none;
}
body #page {
  overflow-x: hidden;
}
body #page .hero {
  margin-top: 112px;
}
body #page .welcome {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #E6E3DA;
}
body #page .welcome h1, body #page .welcome .blurb {
  width: 100%;
  color: #455C82;
  font-family: Arial;
  text-align: center;
}
body #page .welcome h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 68px;
  margin-bottom: 22px;
  letter-spacing: 0.04em;
}
body #page .blurbs {
  background-image: url("/images/blurbs.jpg");
  background-position: center;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 120px;
  padding-left: 10%;
  padding-right: 10%;
}
body #page .blurbs .container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body #page .blurbs .container .blurb {
  width: 20%;
}
body #page .blurbs .container .blurb .icon {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
body #page .blurbs .container .blurb .icon img {
  align-self: center;
  width: 90%;
}
body #page .blurbs .container .blurb .text {
  text-align: center;
  color: white;
  font-family: "Gotham-Light";
  font-size: 20px;
  line-height: 24px;
}
body #page .stacking_plan {
  background-color: #FBF9F2;
  padding-top: 110px;
  padding-bottom: 80px;
}
body #page .stacking_plan .panel_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #page .stacking_plan .panel_content img {
  width: auto;
  height: auto;
  max-height: 950px;
  margin-bottom: 40px;
  pointer-events: none;
  max-width: 100%;
}
body #page .stacking_plan .panel_content .feature_container {
  max-width: 750px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
body #page .stacking_plan .panel_content .feature_container .feature {
  background-color: #455C82;
  height: 164px;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
body #page .stacking_plan .panel_content .feature_container .feature p {
  align-self: center;
  font-family: "Gotham-Light";
  text-align: center;
  color: #FBF9F2;
  font-style: normal;
  font-weight: 400;
  font-size: 37px;
  line-height: 44px;
}
body #page .stacking_plan .panel_content .feature_container .feature p b {
  font-family: "Gotham-Bold";
}
body #page .amenities .panel_content {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 5%;
  padding-right: 5%;
  background-image: url("/images/amenities.png");
  background-position: center;
  background-size: cover;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
}
body #page .amenities .panel_content .amenity {
  width: 60%;
  margin-bottom: 20px;
}
body #page .amenities .panel_content .amenity .icon {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #page .amenities .panel_content .amenity .icon img {
  align-self: center;
  width: 50%;
}
body #page .amenities .panel_content .amenity .text {
  color: white;
  text-align: center;
  font-family: "Gotham-Light";
  font-size: 20px;
  line-height: 24px;
}
body #page .availability {
  background-color: white;
  padding-top: 100px;
  padding-bottom: 50px;
}
body #page .availability h2 {
  width: 100%;
  text-align: center;
  color: #455C82;
  font-family: "Arial";
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 54px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
body #page .availability .suite_selector {
  width: 86%;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}
body #page .availability .suite_selector a.suite_link {
  color: #455C82;
  text-decoration: none;
  font-family: "Gotham-Light";
  font-size: 32px;
  line-height: 43px;
  transition: all 0.4s;
}
body #page .availability .suite_selector a.suite_link.selected {
  color: #455C82;
  text-decoration: underline;
}
body #page .availability .suite_selector a.suite_link:hover {
  text-decoration: underline;
}
body #page .availability .floorplan_container {
  width: 100%;
  position: relative;
}
body #page .availability .floorplan_container img.floorplan_hidden {
  width: auto;
  height: auto;
  opacity: 0;
}
body #page .availability .floorplan_container .floorplan_image {
  height: auto;
  display: none;
  transition: all 0.4s;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body #page .availability .floorplan_container .floorplan_image img {
  width: 100%;
  max-height: 600px;
}
body #page .availability .floorplan_container .floorplan_image.selected {
  display: flex;
}
body #page .availability .floorplan_container .floorplan_image .feature {
  background-color: #455C82;
  height: 124px;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 976px;
  margin-bottom: 66px;
  margin-top: 33px;
}
body #page .availability .floorplan_container .floorplan_image .feature p {
  align-self: center;
  font-family: "Gotham-Light";
  text-align: center;
  color: #FBF9F2;
  font-style: normal;
  font-weight: 400;
  font-size: 37px;
  line-height: 44px;
  text-align: center;
}
body #page .availability .floorplan_container .floorplan_image .feature p b {
  font-family: "Gotham-Bold";
}
body #page .availability .floorplan_container .floorplan_image .floorplan_details {
  margin-top: 60px;
  width: 60%;
  padding-left: 10%;
  padding-right: 10%;
}
body #page .availability .floorplan_container .floorplan_image .floorplan_details .column {
  width: 50%;
  float: left;
}
body #page .availability .floorplan_container .floorplan_image .floorplan_details .column .detail {
  width: 100%;
  overflow: hidden;
  float: left;
}
body #page .availability .floorplan_container .floorplan_image .floorplan_details .column .detail .bullet {
  width: 7%;
  color: #b59a7f;
  font-size: 25px;
  line-height: 22px;
  height: 25px;
  float: left;
}
body #page .availability .floorplan_container .floorplan_image .floorplan_details .column .detail .text {
  width: 80%;
  font-family: "Gotham-Light";
  color: #455C82;
  font-size: 25px;
  line-height: 29px;
  padding-bottom: 28px;
}
body #page .carousel {
  width: 100%;
  height: 750px;
  position: relative;
  background-color: white;
}
body #page .carousel .arrow_containerx {
  display: none;
  position: absolute;
  top: 330px;
  background-color: red;
  z-index: 9;
}
body #page .carousel .arrow_containerx.left {
  left: 0px;
}
body #page .carousel .arrow_containerx.right {
  right: 0px;
}
@media screen and (min-width: 1100px) {
  body #page .carousel .arrow_containerx.left {
    left: 10vw;
  }
  body #page .carousel .arrow_containerx.right {
    right: 10vw;
  }
}
body #page .carousel .arrow_containerx img {
  width: 50px;
}
@media screen and (max-width: 700px) {
  body #page .carousel {
    height: 500px;
  }
  body #page .carousel .slide {
    height: 500px;
  }
}
body #page .carousel .slide {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 750px;
  opacity: 0;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #page .carousel .slide.selected {
  opacity: 1;
}
body #page .carousel .slide .wrapper {
  align-self: center;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
body #page .carousel .slide .wrapper img {
  align-self: center;
  max-width: 80vw;
  height: auto;
  max-height: 750px;
  display: block;
}
body #page .carousel .slide .wrapper i {
  z-index: 9;
  font-size: 60px;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 0 7px;
  top: 330px;
  position: absolute;
  opacity: 0.7;
  transition: all 0.3s;
}
body #page .carousel .slide .wrapper i:hover {
  opacity: 1;
  cursor: pointer;
}
body #page .carousel .slide .wrapper i.fa-chevron-left {
  left: 50px;
}
body #page .carousel .slide .wrapper i.fa-chevron-right {
  right: 50px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  body #page .carousel .slide .wrapper i {
    font-size: 30px;
  }
  body #page .carousel .slide .wrapper i.fa-chevron-left {
    left: 18px;
  }
  body #page .carousel .slide .wrapper i.fa-chevron-right {
    right: 18px;
  }
}
@media screen and (min-width: 0px) and (max-width: 550px) {
  body #page .carousel .slide .wrapper i {
    top: 90px;
  }
}
@media screen and (min-width: 550px) and (max-width: 750px) {
  body #page .carousel .slide .wrapper i {
    top: 150px;
  }
}
@media screen and (min-width: 750px) and (max-width: 900px) {
  body #page .carousel .slide .wrapper i {
    top: 220px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1250px) {
  body #page .carousel .slide .wrapper i {
    top: 270px;
  }
}
body #page .carousel .controls_wrapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 650px) {
  body #page .carousel .controls_wrapper {
    bottom: 14px;
  }
}
@media screen and (min-width: 650px) and (max-width: 900px) {
  body #page .carousel .controls_wrapper {
    bottom: 0px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1100px) {
  body #page .carousel .controls_wrapper {
    bottom: 100px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1250px) {
  body #page .carousel .controls_wrapper {
    bottom: 50px;
  }
}
@media screen and (max-width: 700px) {
  body #page .carousel .controls_wrapper {
    margin-bottom: 100px;
  }
}
body #page .carousel .controls_wrapper .buttons {
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  transition: all 0.3s;
}
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;
  opacity: 0.5;
}
body #page .ideal {
  background-color: white;
  padding-top: 70px;
  padding-bottom: 70px;
}
body #page .ideal h2 {
  width: 100%;
  text-align: center;
  color: #455C82;
  font-family: "Arial";
  font-size: 44px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
body #page .location {
  position: relative;
  overflow: hidden;
}
body #page .location .location_gradient {
  background: linear-gradient(180deg, #0C254B 0%, #0C254B 0.01%, rgba(12, 37, 75, 0.68) 34.61%, rgba(12, 37, 75, 0) 51.51%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  display: none;
  z-index: 1;
}
@media screen and (min-width: 1050px) {
  body #page .location .location_gradient {
    display: block;
  }
}
body #page .location .gradient {
  background: linear-gradient(180deg, #0C254B 0%, #0C254B 0.01%, rgba(12, 37, 75, 0.68) 34.61%, rgba(12, 37, 75, 0) 51.51%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
}
body #page .location .mobile_features {
  display: none;
}
body #page .location .panel_content {
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #page .location .panel_content .features_container_v2 {
  margin-top: 40px;
  max-width: 1250px;
  align-self: center;
  width: 90%;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  z-index: 2;
}
@media screen and (min-width: 1050px) {
  body #page .location .panel_content .features_container_v2 {
    display: flex;
  }
}
body #page .location .panel_content .features_container_v2 .feature {
  width: 12%;
}
body #page .location .panel_content .features_container_v2 .feature .icon {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}
body #page .location .panel_content .features_container_v2 .feature .icon img {
  align-self: center;
  width: 40px;
}
body #page .location .panel_content .features_container_v2 .feature .text {
  text-align: center;
  color: white;
  font-family: "Gotham-Light";
  font-size: 17px;
  line-height: 24px;
}
body #page .location .background_container {
  width: 100%;
  max-height: 700px;
  height: 700px;
  top: 0;
  left: 0;
  background-image: url("/images/location/location.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
body #page .location .background_container img,
body #page .location .background_container .map_gradient {
  display: none;
}
@media screen and (max-width: 1050px) {
  body #page .location .background_container .map_gradient {
    background: linear-gradient(180deg, #0C254B 0%, #0C254B 0.01%, rgba(12, 37, 75, 0.68) 34.61%, rgba(12, 37, 75, 0) 51.51%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 700px) {
  body #page .location .background_container {
    background-size: contain;
    max-height: auto;
    height: auto;
  }
  body #page .location .background_container img {
    display: block;
    width: 100%;
    height: auto;
  }
}
body #page .brochure {
  height: 600px;
  background-size: cover;
  background-position: unset;
  background-image: url("/images/brochure.png");
  display: flex;
  justify-content: center;
  border-top: 9px solid white;
}
body #page .brochure a {
  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: #455C82;
  background-color: white;
}
body #page .footer_wrapper {
  background-image: url("/images/footer_background.png");
  background-position: top;
  background-size: cover;
}
body #page .footer_wrapper .contact {
  padding-top: 80px;
  padding-bottom: 100px;
}
body #page .footer_wrapper .contact h2 {
  width: 100%;
  text-align: center;
  font-family: "GaramondLight";
  color: #455C82;
  font-weight: 400;
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 60px;
}
body #page .footer_wrapper .contact .panel_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body #page .footer_wrapper .contact .panel_content .employee {
  width: 20%;
  text-align: center;
}
body #page .footer_wrapper .contact .panel_content .employee h3 {
  color: #455C82;
  font-size: 26px;
  line-height: 34px;
  min-height: 80px;
}
body #page .footer_wrapper .contact .panel_content .employee p {
  color: #455C82;
  font-size: 20px;
  line-height: 32px;
}
body #page .footer_wrapper .contact .panel_content .employee p a {
  text-decoration: none;
  color: #455C82;
}
body #page .footer_wrapper .contact .panel_content .employee p a:hover {
  text-decoration: underline;
}
body #page .footer_wrapper .footer {
  padding-top: 80px;
  padding-bottom: 80px;
}
body #page .footer_wrapper .footer .panel_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body #page .footer_wrapper .footer .panel_content a {
  width: 15%;
  display: flex;
  justify-content: center;
}
body #page .footer_wrapper .footer .panel_content a img {
  align-self: center;
  width: 170px;
}

/*  FULL HERO CONTAINER LAYOUT*/
.hero-text-container {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  overflow: hidden;
  padding: 0;
}
.hero-text-container .title {
  color: #E6E3DA;
  font-family: Arial;
  font-size: 60px;
  font-weight: 600;
  line-height: 68px;
  margin-bottom: 22px;
  letter-spacing: 0.04em;
  text-align: center;
}

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

@media screen and (max-width: 940px) and (min-width: 768px) {
  .hero-banner-container {
    height: 60vh;
  }

  .hero-text-container {
    height: 60vh;
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner-container {
    height: 80vh;
  }
  .hero-banner-container .title {
    font-size: 49px;
    line-height: 57px;
  }

  .hero-text-container {
    height: 80vh;
    width: 95%;
    margin: 0 auto;
  }
}
/* ----------------------------------------
	Media Queries
*/
@media screen and (max-width: 1050px) {
  body #page .location .gradient {
    display: none;
  }
  body #page .location .features_container {
    display: none;
  }
  body #page .location .mobile_features {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #0C254B;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
  }
  body #page .location .mobile_features .feature {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 40px;
  }
  body #page .location .mobile_features .feature .icon {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
  }
  body #page .location .mobile_features .feature .icon img {
    align-self: center;
    width: 60px;
  }
  body #page .location .mobile_features .feature .text {
    text-align: center;
    color: white;
    font-family: "Gotham-Light";
    font-size: 17px;
    line-height: 24px;
  }
  body #page .location .mobile_features .feature:last-child {
    justify-self: center;
    grid-column-start: span 2;
  }
  body #page .location img {
    width: 100%;
    float: left;
  }
}
@media screen and (max-width: 1000px) {
  body nav {
    height: 80px;
  }
  body nav .panel_content {
    height: 80px;
  }
  body nav .panel_content a {
    display: none;
  }
  body nav .panel_content a.logo {
    display: block;
  }
  body nav .panel_content a.logo img {
    width: 80%;
  }
  body nav .panel_content .burger {
    height: 80px;
    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: 40px;
  }
  body #page .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;
  }
  body #page .footer_wrapper .contact .panel_content {
    flex-direction: column;
  }
  body #page .footer_wrapper .contact .panel_content .employee {
    width: 80%;
  }
  body #page .footer_wrapper .contact .panel_content .employee:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  body #page {
    /*
    .availability {
    	.floorplan_container {
    		.floorplan_image {
    			.floorplan_details {
    				.column {
    					width: 100%;
    					display: flex;
    					flex-direction: column;
    					justify-content: center;
    					.detail {
    						width: 50%;
    						align-self: center;
    						margin-bottom: 22px;
    					}
    				}
    			}
    		}
    	}
    }
    */
  }
  body #page .carousel {
    height: 480px;
  }
  body #page .carousel .slide {
    height: 480px;
  }
  body #page .carousel .controls_wrapper .buttons img.button {
    width: 16px;
    height: 16px;
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 800px) {
  body #page .welcome .panel_content {
    flex-direction: column;
  }
  body #page .welcome .panel_content .image {
    width: 100%;
    height: 280px;
  }
  body #page .welcome .panel_content .image:first-of-type {
    margin-bottom: 40px;
  }
  body #page .amenities .panel_content {
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
  }
  body #page .amenities .panel_content .amenity {
    width: 75%;
    margin-bottom: 60px;
  }
  body #page .amenities .panel_content .amenity .icon {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #page .amenities .panel_content .amenity .icon img {
    align-self: center;
    width: 50%;
  }
  body #page .amenities .panel_content .amenity .text {
    color: white;
    text-align: center;
    font-family: "Gotham-Light";
    font-size: 20px;
    line-height: 24px;
  }
  body #page .availability {
    padding-bottom: 10px;
  }
  body #page .availability .panel_content .suite_selector {
    flex-direction: column;
  }
  body #page .availability .panel_content .suite_selector a {
    text-align: center;
    margin-bottom: 24px;
  }
  body #page .availability .floorplan_container .floorplan_image .feature p {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 24px;
    line-height: 32px;
  }
  body #page .availability .floorplan_container .floorplan_image .floorplan_details {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body #page .availability .floorplan_container .floorplan_image .floorplan_details .column {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body #page .availability .floorplan_container .floorplan_image .floorplan_details .column .detail {
    width: 75%;
    margin-left: 15%;
    align-self: center;
    margin-bottom: 22px;
  }
  body #page .footer_wrapper {
    padding-bottom: 40px;
  }
  body #page .footer_wrapper .panel_content {
    flex-direction: column;
    justify-content: center;
  }
  body #page .footer_wrapper .panel_content a {
    align-self: center;
    width: 50%;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 700px) {
  body #page .hero {
    margin-top: 70px;
  }
  body #page .welcome {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  body #page .welcome h1 {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 32px;
    line-height: 42px;
  }
  body #page .welcome .blurb {
    font-size: 24px;
    line-height: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }
  body #page .blurbs {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  body #page .blurbs .container {
    flex-direction: column;
    justify-content: space-between;
  }
  body #page .blurbs .container .blurb {
    width: 100%;
    margin-bottom: 80px;
  }
  body #page .blurbs .container .blurb .icon {
    height: 150px;
  }
  body #page .blurbs .container .blurb .icon img {
    width: 30%;
  }
  body #page .stacking_plan {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body #page .stacking_plan .panel_content .feature_container {
    flex-direction: column;
  }
  body #page .stacking_plan .panel_content .feature_container .feature {
    width: 90%;
  }
  body #page .stacking_plan .panel_content .feature_container .feature:first-of-type {
    margin-bottom: 40px;
  }
  body #page .stacking_plan .panel_content .feature_container .feature p {
    font-size: 26px;
  }
  body #page .brochure {
    background-position: center;
  }
  body #page .brochure a {
    padding-left: 20px;
    padding-right: 20px;
  }
  body #page .footer_wrapper .footer {
    padding-top: 0;
  }
  body #page .footer_wrapper .footer .panel_content {
    flex-direction: column;
  }
}
/*
@media screen and (max-width: 900px){
	body #page .availability .floorplan_container .floorplan_image .floorplan_details .column {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
*/

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