/* ----------------------------------------
	Fonts
*/
@font-face {
  font-family: "GaramondLight";
  src: url("/fonts/GaramondLight.otf");
}
@font-face {
  font-family: "Avenir-Black";
  src: url("/fonts/Avenir-Black.otf");
}
@font-face {
  font-family: "Avenir-Book";
  src: url("/fonts/Avenir-Book.otf");
}
@font-face {
  font-family: "Avenir-Roman";
  src: url("/fonts/Avenir-Roman.otf");
}
.avenir_book {
  font-family: "Avenir-Book";
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 41px;
}

.avenir_roman {
  font-family: "Avenir-Roman";
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 51px;
  letter-spacing: 0.12em;
}

.avenir_black {
  font-family: "Avenir-Black";
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 51px;
  letter-spacing: 0.12em;
}

/* ----------------------------------------
	Colors
*/
/* ------ Width ------ */
/* ------ Height ------ */
.site-branding-container .site-branding {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1420px) and (min-width: 940px) {
  .site-branding-container .site-branding {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

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

.double_fontsize_header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.double_fontsize_header h2 {
  align-self: center;
  width: 22%;
  text-align: center;
  padding-bottom: 25px;
}
.double_fontsize_header h2 .smaller {
  font-size: 24px;
}

/* ----------------------------------------
	Colors
*/
.font_color_white {
  color: #ffffff;
}

.font_color_light_blue {
  color: #63c4df;
}

/* ----------------------------------------
	Layout
*/
body {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: white;
}
body nav {
  width: 100vw;
  height: 112px;
  background-color: #213359;
  color: white;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2;
  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: 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: #213359;
  background-color: white;
  text-decoration: none;
}
body nav .panel_content .burger {
  width: 112px;
  height: 112px;
  display: none;
}
body #page {
  overflow-x: hidden;
}
body #page img.hero {
  margin-top: 112px;
  width: 100%;
  height: auto;
  pointer-events: none;
}
body #page .hero_wrapper {
  position: relative;
}
body #page .hero_wrapper:before {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
body #page .hero_preview_copy {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 55px;
  line-height: 65px;
  letter-spacing: 0.12em;
  margin-bottom: 50px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
body #page .worldclass {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #213359;
}
body #page .worldclass h2 {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 40px;
  letter-spacing: 0.12em;
  margin-bottom: 50px;
}
body #page .worldclass h2 .cyan {
  color: #63c4df;
}
body #page .worldclass .panel_content {
  display: flex;
  justify-content: center;
}
body #page .worldclass .panel_content p.avenir_book {
  width: 75%;
  align-self: center;
  text-align: center;
  margin-bottom: 70px;
}
body #page .worldclass .carousel_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
body #page .worldclass .carousel_wrapper .carousel_container {
  width: 90%;
  height: 750px;
  position: relative;
  align-self: center;
}
body #page .worldclass .carousel_wrapper .carousel_container .slide {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 750px;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: all 0.4s;
}
body #page .worldclass .carousel_wrapper .carousel_container .slide.selected {
  opacity: 1;
}
body #page .worldclass .carousel_wrapper .carousel_container .controls_wrapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body
  #page
  .worldclass
  .carousel_wrapper
  .carousel_container
  .controls_wrapper
  .buttons {
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body
  #page
  .worldclass
  .carousel_wrapper
  .carousel_container
  .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
  .worldclass
  .carousel_wrapper
  .carousel_container
  .controls_wrapper
  .buttons
  img.button.selected {
  opacity: 1;
}
body
  #page
  .worldclass
  .carousel_wrapper
  .carousel_container
  .controls_wrapper
  .buttons
  img.button:hover {
  cursor: pointer;
}
body #page .features {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #213359;
  border-top: 7px solid white;
  border-bottom: 7px solid white;
}
body #page .features .header_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
body #page .features .header_wrapper h2 {
  align-self: center;
  width: 22%;
  text-align: center;
  border-bottom: 3px solid white;
  padding-bottom: 25px;
}
body #page .features .header_wrapper h2 .smaller {
  font-size: 24px;
}
body #page .features .features_wrapper {
  width: 94%;
  margin-left: 3%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body #page .features .features_wrapper .feature {
  width: 18%;
}
body #page .features .features_wrapper .feature .icon {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 150px;
  margin-bottom: 40px;
}
body #page .features .features_wrapper .feature .icon img {
  align-self: center;
  width: 50%;
}
body #page .features .features_wrapper .feature .avenir_book {
  text-align: center;
  font-size: 22px;
}
body #page .availabilities {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  body #page .availabilities {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  body #page .availabilities {
    height: 350px;
  }
}
body #page .availabilities iframe {
  width: 100%;
  height: 100%;
}
body #page .availabilities iframe .spectrum-Link--primary {
  display: none;
}
body #page .availabilities h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 60px;
  color: white;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  body #page .availabilities h2 {
    display: none;
  }
}
body #page .availabilities img {
  width: 100%;
  z-index: 0;
}
body #page .availabilities img.mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  body #page .availabilities img.desktop {
    display: none;
  }
  body #page .availabilities img.mobile {
    display: block;
  }
}
body #page .floorplans {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #fbf9f2;
}
body #page .floorplans h2 {
  text-align: center;
  color: #213359;
  margin-bottom: 5px;
}
body #page .floorplans a {
  color: #1782c5;
  text-decoration: none;
  font-weight: 500;
  font-size: 22px;
  line-height: 46px;
  letter-spacing: 0.11em;
  padding-bottom: 0px;
  transition: all 0.3s;
  margin-bottom: 5px;
}
body #page .floorplans a.selected {
  border-bottom: 2px solid #1782c5;
}
body #page .floorplans .tower_selector_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
body #page .floorplans .tower_selector_wrapper .tower_selector {
  align-self: center;
}
body #page .floorplans .tower_selector_wrapper .tower_selector a.tower_link {
  margin-left: 20px;
  margin-right: 20px;
}
body #page .floorplans .suite_selector_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
body #page .floorplans .suite_selector_wrapper .suite_selector {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  display: none;
}
body #page .floorplans .suite_selector_wrapper .suite_selector.selected {
  display: flex;
}
body #page .floorplans .suite_selector_wrapper .suite_selector a.suite_link {
  margin-left: 40px;
  margin-right: 40px;
}
body #page .floorplans .floorplan_section_wrapper_container {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  body #page .floorplans .floorplan_section_wrapper_container {
    flex-direction: column;
  }
}
body #page .floorplans .floorplan_container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 40px;
}
body #page .floorplans .floorplan_container .floorplan_image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  transition: all 0.4s;
}
body #page .floorplans .floorplan_container .floorplan_image.selected {
  display: flex;
  max-height: 850px;
}
body #page .floorplans .info_section_container {
  width: 100%;
}
body #page .floorplans .suite_details_container {
  background-color: #213359;
  width: 100%;
  position: relative;
  border-bottom: 7px solid white;
}
body #page .floorplans .suite_details_container.additional_section_container {
  height: auto;
  padding: 0;
  border: 0;
}
body #page .floorplans .suite_details_container .suite {
  display: none;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 3%;
  padding-right: 3%;
  transition: all 0.3s;
}
body #page .floorplans .suite_details_container .suite.selected {
  display: flex;
}
body #page .floorplans .suite_details_container .suite .divider {
  width: 1px;
  height: 100px;
  background-color: #aaa;
  align-self: center;
}
body #page .floorplans .suite_details_container .suite .detail {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 15%;
}
body #page .floorplans .suite_details_container .suite .detail .number {
  align-self: center;
  color: #63c4df;
  font-family: "Avenir-Roman";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 12px;
}
body #page .floorplans .suite_details_container .suite .detail .description {
  align-self: center;
  color: white;
  font-family: "Avenir-Book";
  font-style: normal;
  font-weight: 100;
  font-size: 18px;
  line-height: 24px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1244px) {
  body #page .floorplans .suite_details_container .suite .detail {
    width: 48%;
  }
}
@media screen and (max-width: 800px) {
  body #page .floorplans .suite_details_container .suite {
    flex-direction: column;
    align-items: center;
  }
  body #page .floorplans .suite_details_container .suite .detail {
    width: 50%;
  }
  body #page .floorplans .suite_details_container .suite .divider {
    width: 100%;
    max-width: 130px;
    height: 1;
    margin: 25px auto;
  }
}
body #page .amenities {
  background-color: white;
}
body #page .amenities img.map {
  width: 50%;
  float: left;
  height: auto;
  object-fit: contain;
  object-position: center;
  max-height: 900px;
}
body #page .amenities .amenities_details {
  width: 45%;
  float: left;
  background-color: white;
}
body #page .amenities .amenities_details .navy_header {
  background-color: #213359;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body #page .amenities .amenities_details .navy_header h2.avenir_black {
  color: white;
  align-self: center;
  text-align: center;
  padding-bottom: 14px;
  position: relative;
}
body #page .amenities .amenities_details .navy_header h2.avenir_black .smaller {
  font-size: 24px;
  line-height: 28px;
}
body #page .amenities .amenities_details .navy_header .divider {
  align-self: center;
  background-color: white;
  width: 130px;
  height: 2px;
}
body #page .amenities .amenities_details .white_container {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body #page .amenities .amenities_details .white_container .row {
  width: 80%;
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
body #page .amenities .amenities_details .white_container .row .amenity {
  width: 45%;
}
body #page .amenities .amenities_details .white_container .row .amenity .image {
  float: left;
  width: 20%;
  max-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body
  #page
  .amenities
  .amenities_details
  .white_container
  .row
  .amenity
  .image
  img {
  align-self: center;
  width: 100%;
}
body
  #page
  .amenities
  .amenities_details
  .white_container
  .row
  .amenity
  .details {
  width: 70%;
  padding-left: 8%;
  float: left;
  font-family: "Avenir-Roman";
  color: black;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.12em;
}
body
  #page
  .amenities
  .amenities_details
  .white_container
  .row
  .amenity
  .details
  .number {
  font-size: 40px;
}
body
  #page
  .amenities
  .amenities_details
  .white_container
  .row
  .amenity
  .details
  .text {
  font-size: 14px;
}
body
  #page
  .amenities
  .amenities_details
  .white_container
  .row
  .amenity
  .details.textonly
  .text {
  line-height: 34px;
}
body #page .brochure {
  height: 800px;
  background-size: cover;
  background-position: unset;
  background-image: url("/images/onemarket_brochure_blue.png");
  display: flex;
  justify-content: center;
}
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: #213359;
  background-color: white;
}
body #page .contact {
  background-color: #213359;
  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;
}
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;
}
body #page .contact .panel_content .employee h3 {
  color: #ba9977;
  font-size: 26px;
  line-height: 34px;
  min-height: 80px;
}
body #page .contact .panel_content .employee p {
  color: white;
  font-size: 20px;
  line-height: 32px;
}
body #page .contact .panel_content .employee p a {
  text-decoration: none;
  color: white;
}
body #page .contact .panel_content .employee p a:hover {
  text-decoration: underline;
}
body #page .footer {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #213359;
}
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;
  width: 180px;
}
body #page .footer .panel_content a img {
  align-self: center;
}

.hero_slider_container {
  max-width: 1100px;
  margin: 0 auto;
}
.hero_slider_container #slider_section_1 {
  width: 100%;
  height: 600px;
}
.hero_slider_container #slider_section_1 .slick-list.draggable {
  max-height: 600px;
  overflow-y: hidden;
}
.hero_slider_container
  #slider_section_1
  .slick-list.draggable
  .slick-track
  .slide_container.slick-slide
  img {
  width: 100%;
}
.hero_slider_container .slick-prev:before,
.hero_slider_container .slick-next:before {
  color: black;
}

.additional_section_container {
  text-align: center;
  background-color: #e6e6e6;
  padding-top: 90px;
  font-family: "Avenir-Book";
  font-style: normal;
  font-weight: 100;
  font-size: 14px;
  display: none;
}
.additional_section_container.selected {
  display: flex;
  align-items: center;
  justify-content: center;
}
.additional_section_container .text {
  padding: 25px 0px;
  padding-top: 45px;
  color: white;
}
.additional_section_container .btn_container {
  max-width: 318px;
  max-height: 70px;
  background: #ffffff;
  border: 5px solid #1b375e;
  padding: 20px 35px;
  transition: all 500ms ease-in;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.additional_section_container .btn_container:hover {
  color: #cda94f !important;
}

/* ----------------------------------------
	Media Queries
*/
@media screen and (max-width: 1300px) {
  body #page .features .header_wrapper h2 {
    width: auto;
  }
  body #page .hero_preview_copy {
    top: 40%;
  }
}
@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;
  }
  body #page .amenities img.map {
    width: 100%;
  }
  body #page .amenities .amenities_details {
    width: 100%;
  }
  body #page .amenities .amenities_details .white_container {
    padding-left: 0%;
  }
  body #page .amenities .amenities_details .white_container .row .amenity {
    width: 40%;
  }
  body #page .amenities .amenities_details .white_container .row.key_markets {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body
    #page
    .amenities
    .amenities_details
    .white_container
    .row.key_markets
    .amenity {
    height: 70px;
    align-self: center;
    margin-bottom: 30px;
  }
  body
    #page
    .amenities
    .amenities_details
    .white_container
    .row.key_markets
    .amenity
    .image {
    height: 70px;
  }
  body
    #page
    .amenities
    .amenities_details
    .white_container
    .row.key_markets
    .amenity
    .details.textonly {
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body
    #page
    .amenities
    .amenities_details
    .white_container
    .row.key_markets
    .amenity
    .details.textonly
    .text {
    align-self: center;
    line-height: 14px;
  }
  body #page .hero_preview_copy {
    top: 45%;
  }
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  body #page .worldclass .carousel_wrapper .carousel_container {
    height: 450px;
  }
  body #page .worldclass .carousel_wrapper .carousel_container .slide {
    height: 450px;
  }
  body #page .features .features_wrapper {
    width: 95%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
  }
  body #page .features .features_wrapper .feature {
    width: 90%;
    margin-bottom: 40px;
  }
  body #page .features .features_wrapper .feature .icon {
    height: 80px;
    margin-bottom: 15px;
  }
  body #page .features .features_wrapper .feature .icon img {
    width: 25%;
    max-width: 90px;
  }
  body #page .features .features_wrapper .feature .avenir_book {
    font-size: 18px;
    line-height: 24px;
  }
  body #page .features .features_wrapper .feature:last-child {
    justify-self: center;
    grid-column-start: span 2;
  }
}
@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;
  }
  body #page .floorplans .tower_selector_wrapper {
    flex-direction: column;
  }
  body #page .floorplans .tower_selector_wrapper .tower_selector {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body #page .floorplans .tower_selector_wrapper .tower_selector a {
    align-self: center;
  }
  body #page .floorplans .suite_selector_wrapper {
    flex-direction: column;
  }
  body #page .floorplans .suite_selector_wrapper .suite_selector {
    display: none;
    flex-direction: column;
    align-items: center;
  }
  body #page .floorplans .suite_selector_wrapper .suite_selector.selected {
    display: flex;
  }
  body #page .floorplans .suite_selector_wrapper .suite_selector a {
    align-self: center;
  }
  body #page .floorplans .floorplan_container {
    width: 100%;
    height: 450px;
    margin-bottom: 50px;
    padding-bottom: 10px;
  }
  body #page .floorplans .floorplan_container .floorplan_image {
    height: 450px;
  }
  body #page .floorplans .info_section_container {
    width: 100%;
  }
  body #page .brochure {
    height: 550px;
  }
}
@media screen and (max-width: 700px) {
  body #page .worldclass h2 {
    width: 90%;
    font-size: 34px;
    padding-left: 5%;
    padding-right: 5%;
  }
  body #page .worldclass .panel_content p.avenir_book {
    font-size: 20px;
    line-height: 30px;
    width: 90%;
  }
  body #page .features .features_wrapper {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body #page .features .features_wrapper .feature {
    align-self: center;
    width: 90%;
    margin-bottom: 80px;
  }
  body #page .features .features_wrapper .feature .icon {
    height: 80px;
    margin-bottom: 15px;
  }
  body #page .features .features_wrapper .feature .icon img {
    width: 25%;
    max-width: 90px;
  }
  body #page .features .features_wrapper .feature .avenir_book {
    font-size: 18px;
    line-height: 24px;
  }
  body #page .floorplans .suite_details_container .suite {
    flex-direction: column;
    align-items: center;
  }
  body #page .floorplans .suite_details_container .suite .divider {
    display: none;
  }
  body #page .floorplans .suite_details_container .suite .detail {
    align-self: center;
    padding-bottom: 30px;
  }
  body #page .brochure a {
    padding-left: 20px;
    padding-right: 20px;
  }
  body #page .hero_preview_copy {
    font-size: 30px;
    line-height: 40px;
  }
}
/*! 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;
}

/* BURGER ICON CONTAINER */
.site-branding-container {
  width: 100%;
  z-index: 1000;
  transition: all 700ms ease-in;
  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: 47.31px;
  height: 86.3px;
}
@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;
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .site-logo .custom-logo-link .header_text {
    font-size: 18px;
  }
  .site-logo img {
    height: 40px;
  }
}

.site-branding-container {
  position: fixed;
  top: 0;
}
.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;
}
.site-branding-container
  .site-branding
  .header-menu
  .main-menu
  .box_container
  a:hover {
  border-bottom: none;
}
@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%;
  height: 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 {
  border-bottom: 1px solid white;
}
.site-branding-container.render_white_text_dark_bg
  .site-branding
  .header-menu
  .main-menu
  li.box_container:hover
  a {
  color: #ba9977;
  border-bottom: none;
}
.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;
}
.hero_slider_container .wrapper {
  padding: 0px;
  padding-top: 90px;
  margin: 0 auto;
}

/*
    Target Elements for Mobile
*/
@media screen and (max-width: 1244px) {
  .site-branding-container {
    width: 100%;
    position: fixed;
    background-color: #213359;
  }
  .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;
    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: white;
    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: white;
    margin-bottom: 25px;
  }
  .site-branding-container
    .site-branding
    .menu-container.open
    #menu-menu-1
    .box_container
    a {
    color: white;
  }
  .site-branding-container.render_dark_bg.render_bg {
    background-color: white;
  }
  .site-branding-container.render_white_bg.render_bg {
    background-color: black;
  }
}
@media screen and (max-width: 768px) {
  .availabilities {
    display: none;
  }
}

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