/*
Theme Name: The Preserve
Theme URI: http://thebananaland.com
Description: A custom template for The Preserve
Version: 2.0
Author: Jordan Rabidou
Author URI: http://www.TheBananaland.com
*/
.rosewood {
  font-family: rosewood-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.rosewood-fill {
  font-family: rosewood-std-fill, serif;
}
.ernestine {
  font-family: ff-ernestine-pro, serif;
  font-weight: 400;
  font-style: normal;
}
/*================================================================================
CSS Reset
================================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
:focus {
  outline: 0;
}
textarea {
  overflow: auto;
  resize: none;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
/*================================================================================
REMOVE WEBKIT FORM STYLES
================================================================================*/
input, select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input {
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/*================================================================================
Typography
================================================================================*/
body {
  font-family: "Metropolis Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #3d5f67;
  background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}
h1 {
  font-family: rosewood-std-fill, serif;
  font-weight: normal;
  font-size: 65px;
  line-height: 0.385em;
}
h2 {
  font-family: rosewood-std-fill, serif;
  font-weight: normal;
  font-size: 46px;
  line-height: 1.13em;
  margin-bottom: 30px;
}
h3 {
  font-family: rosewood-std-fill, serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 1em;
}
h4 {
  font-family: "Metropolis Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
p {
  margin: 0 0 15px;
}
p:last-child {
  margin: 0;
}
small {
  font-size: 12px;
}
ul {
  list-style-type: disc;
  margin: 0 0 15px 20px;
}
ol {
  list-style-type: decimal;
  margin: 0 0 15px 20px;
}
li {
  margin: 0 0 5px;
}
li:last-child {
  margin: 0;
}
strong, b {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
a {
  color: inherit;
  text-decoration: none;
}
/*================================================================================
Structure
================================================================================*/
#page {
  overflow: hidden;
  overflow-y: hidden;
}
.col-4-5 {
  width: 80%;
}
.col-1-3 {
  width: 75%;
}
.col-2-3 {
  width: 66.666666%;
}
.col-3-5 {
  width: 60%;
}
.col-1-2 {
  width: 50%;
}
.col-2-5 {
  width: 40%;
}
.col-1-3 {
  width: 33.333333%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-1 {
  width: 100%;
}
.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: table;
  height: 0;
  clear: both;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grid_container {
  margin: 0px -11px;
}
.grid {
  padding: 11px;
}
.grid_container-medium {
  margin: 0px -20px;
}
.grid-medium {
  padding: 20px;
}
.grid_container-small {
  margin: 0px -3px;
}
.grid-small {
  padding: 3px;
}
.table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table_row {
  display: table-row;
}
.table_cell {
  display: table-cell;
  vertical-align: middle;
}
/*================================================================================
Header
================================================================================*/
#masthead {
  padding: 25px 20px;
  letter-spacing: 0.1em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 85px;
  z-index: 999;
  background-color: #fff;
  transition: top 0.5s ease-in-out;
}
#masthead #logo {
  width: 200px;
  margin: 0 55px;
}
#masthead #logo svg {
  fill: #3d5f67;
}
#masthead.scrolled {
  top: 0 !important;
}
#masthead #header_phone, #masthead #apply_now_link {
  font-size: 11px;
  font-family: "Metropolis Bold";
}
#alert_bar {
  text-align: center;
  padding: 15px 0;
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 0.25em;
  color: #fff;
  text-transform: uppercase;
  background: #3d5f67;
  font-family: "Metropolis Medium";
  font-weight: 500;
}
#alert_bar .cta_link {
  margin: 0 0 0 8px;
  color: #fff;
}
#alert_bar .cta_link:after {
  background-color: #fff;
  height: 2px;
}
.has_alert.active #masthead {
  top: 0 !important;
}
.admin-bar #masthead {
  top: 32px;
}
.admin-bar #masthead.scrolled {
  top: 32px !important;
}
@media (max-width: 782px) {
  .admin-bar #masthead {
    top: 46px;
  }
  .admin-bar #masthead.scrolled {
    top: 0px !important;
  }
  .admin-bar.active #masthead {
    top: 46px !important;
  }
}
/*================================================================================
Footer
================================================================================*/
#site_footer {
  padding: 120px 0 40px;
  position: relative;
  overflow: hidden;
  background-color: #3d5f67;
  color: #fff;
}
#site_footer .footer_title {
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 15px;
  letter-spacing: 0;
  font-family: ff-ernestine-pro, serif;
  font-weight: normal;
}
#site_footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#site_footer .footer_menu {
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 0.2em;
}
#site_footer .footer_menu li {
  margin-bottom: 14px;
}
#site_footer .footer_row {
  margin-bottom: 100px;
}
#site_footer .footer_content {
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 0.2em;
}
#site_footer .footer_content address {
  margin: 0;
}
#site_footer #input_3_1::-moz-placeholder, #site_footer #mce-EMAIL::-moz-placeholder {
  /* WebKit browsers */
  opacity: 1 !important;
  color: #fff !important;
  text-transform: uppercase;
}
#site_footer #input_3_1::-webkit-input-placeholder, #site_footer #mce-EMAIL::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 1 !important;
  color: #fff;
  text-transform: uppercase;
}
#site_footer #gform_fields_3 {
  column-gap: 0;
}
#site_footer #input_3_1, #site_footer #mce-EMAIL {
  margin-bottom: 0;
  width: 344px;
  color: #fff;
}
#site_footer #mc-submit {
  margin: 0 0 15px 0;
  padding: 10px 0;
  width: 100%;
  height: 35px;
  background: transparent;
  box-shadow: none;
  border: 1px solid #fff;
  border-width: 0px 0px 1px;
  width: auto;
  color: #fff;
  letter-spacing: 0.2em;
  font-family: "Metropolis Medium";
  font-weight: 500;
  font-size: 11px !important;
  text-transform: uppercase;
}
#site_footer .footer_logos li {
  margin-right: 40px;
}
#site_footer .footer_logos li img {
  max-width: 55px;
  max-height: 64px;
}
#site_footer #domain_logo {
  margin-right: 40px;
  display: block;
  width: 155px;
}
#site_footer #domain_logo svg {
  fill: #fff;
  width: 100%;
  height: auto;
}
#site_footer .footer_list {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#site_footer .footer_list li {
  margin-right: 9px;
  padding-right: 9px;
  border-right: 1px solid #fff;
  line-height: 1em;
  height: 9px;
}
#site_footer .footer_list li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
#site_footer .col1 {
  width: 200px;
  margin-right: 150px;
}
#site_footer .col3 {
  width: 400px;
}
#site_footer #footer_mark {
  position: absolute;
  width: 53px;
  top: 43px;
  left: 4%;
  bottom: -20px;
  z-index: 1;
}
#site_footer #footer_mark svg polygon {
  fill: #fff !important;
  width: 100%;
  height: auto;
}
.blog_wrapper {
  max-width: 1060px;
  margin: 0 auto;
}
.blog_wrapper h1.post_title {
  font-size: 45px;
  line-height: 1.133em;
  margin: 0 auto 80px;
  max-width: 690px;
}
.blog_wrapper .post_slider {
  margin: 0 0 80px;
}
.blog_wrapper .post_meta {
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}
.single_post_section {
  padding: 132px 0 150px;
}
.single_post_section .post_slider {
  width: 100%;
}
.single_post_section .post_slider figure {
  display: block;
  width: 100%;
}
.single_post_section .post_nav {
  margin-top: 95px;
}
.single_post_section .post_nav div {
  margin: 0 40px;
}
.news_section {
  margin: 130px 0;
  position: relative;
}
.news_section .single_news_wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.news_section .single_news_wrapper .sep {
  height: 152px;
  display: block;
  width: 4px;
  background-color: #f7f3e7;
  margin: 50px auto;
}
.news_section .single_news_wrapper:last-child .sep {
  display: none;
}
.news_section .post_meta {
  margin-bottom: 30px;
}
.news_section h1.post_title {
  margin-bottom: 40px;
}
/*================================================================================
404
================================================================================*/
#four-oh-four_content {
  text-align: center;
  margin: 0px auto;
}
#four-oh-four_content h1 {
  font-size: 60px;
}
#four-oh-four_content h2 {
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#four-oh-four_image {
  text-align: center;
}
#four-oh-four_image img {
  max-width: 100%;
  height: auto;
}
/**************************
CUSTOM CSS CLASSES
**************************/
.alignleft {
  float: left;
  display: inline;
  /* IE6 fix */
  padding: 0 1em 0.5em 0;
  text-align: left;
}
.aligncenter {
  display: block;
  margin: 1em auto;
  text-align: center;
}
.alignright {
  float: right;
  display: inline;
  /* IE6 fix */
  padding: 0 0 0.5em 1em;
  text-align: right;
}
.alignjustify {
  text-align: justify;
}
.centered {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.primary_font {
  font-family: "Metropolis Medium";
  font-weight: 500;
}
.headline_font {
  font-family: rosewood-std-fill, serif;
  font-weight: normal;
}
.color_black, .color_default {
  color: #3d5f67;
}
.color_primary {
  color: #635564;
}
.color_accent {
  color: #635564;
}
.color_gold {
  color: #cfaf88;
}
.color_white, .color_cream {
  color: #fff;
}
.color_light_tan {
  color: #f7f3e7;
}
.color_accent {
  color: #635564;
}
.bg_default, .bg_black {
  background-color: #3d5f67;
  color: #fff;
}
.bg_primary {
  background-color: #635564;
  color: #fff;
}
.bg_primary .cta_link, .bg_primary a.cta_link {
  color: #fff;
}
.bg_primary .cta_link:after, .bg_primary a.cta_link:after {
  background-color: #fff;
}
.bg_light_green {
  background-color: #635564;
  color: #fff;
}
.bg_gold {
  background-color: #cfaf88;
  color: #fff;
}
.bg_white, .bg_cream {
  background-color: #fff;
  color: #3d5f67;
}
.bg_accent {
  background-color: #635564;
  color: #fff;
}
.bg_accent .cta_link, .bg_accent a.cta_link {
  color: #fff;
}
.bg_accent .cta_link:after, .bg_accent a.cta_link:after {
  background-color: #fff;
}
.bg_light_tan {
  background-color: #f7f3e7;
  color: #3d5f67;
}
.bg_light_tan .cta_link, .bg_light_tan a.cta_link {
  color: #3d5f67;
}
.bg_light_tan .cta_link:after, .bg_light_tan a.cta_link:after {
  background-color: #3d5f67;
}
.bg_cover {
  color: #3d5f67;
}
.bg_cover .cta_link, .bg_cover a.cta_link {
  color: #3d5f67;
}
.bg_cover .cta_link:after, .bg_cover a.cta_link:after {
  background-color: #3d5f67;
}
.bg_peach, .bg_purple {
  background-color: #635564;
  color: #fff;
}
.bg_peach .cta_link, .bg_peach a.cta_link, .bg_purple .cta_link, .bg_purple a.cta_link {
  color: #fff;
}
.bg_peach .cta_link:after, .bg_peach a.cta_link:after, .bg_purple .cta_link:after, .bg_purple a.cta_link:after {
  background-color: #fff;
}
.bg_peach h2, .bg_purple h2 {
  color: #fff !important;
}
.bg_peach .the_diamonds .green polygon, .bg_purple .the_diamonds .green polygon {
  fill: #fff !important;
}
.bg_light_green {
  background-color: #d2d9c7;
  color: #3d5f67;
}
.entry {
  font-size: 14px;
  line-height: 1.786em;
  letter-spacing: 0.1em;
}
.entry a {
  text-decoration: underline;
}
.cta_link, a.cta_link {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.2em;
  font-family: "Metropolis Extra Bold";
  padding-bottom: 5px;
  color: #3d5f67;
  text-decoration: none;
  position: relative;
  margin-top: 45px;
  display: inline-block;
}
.cta_link:after, a.cta_link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 6px;
  background-color: #3d5f67;
  z-index: 10;
}
.verticle_text {
  font-family: rosewood-std-fill, serif;
  font-weight: normal;
  font-size: 140px;
  line-height: 1em;
  position: absolute;
  left: 110px;
  top: 0;
  transform-origin: 0 0;
  transform: rotate(90deg);
  white-space: nowrap;
  text-transform: uppercase;
  z-index: 100;
  color: #635564;
  letter-spacing: 0em;
}
.verticle_text.right {
  left: calc(100% + 21px);
}
.content_with_image_section {
  position: relative;
}
.content_with_image_section .content_image_background {
  position: absolute;
  z-index: -1;
  top: 5.3%;
  bottom: 5.3%;
  right: 100%;
  width: 33.6%;
}
.content_with_image {
  padding: 170px 0 170px 10%;
}
.content_with_image .content_with_image_left {
  width: 33.26%;
  position: relative;
  z-index: 101;
}
.content_with_image .content_with_image_right {
  width: 60.4%;
  position: relative;
  z-index: 100;
  position: relative;
}
.content_with_image.image_left {
  padding-left: 0;
  padding-right: 10%;
}
.content_with_image.image_left .content_with_image_flex {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.long_line {
  width: 48px;
  height: 165px;
  overflow: hidden;
  margin: 40px auto 75px;
}
.the_diamonds {
  background: url("images/Preserve_stars.svg") center center no-repeat;
  background-size: 50px;
  width: 53px;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
}
/**************************
POPUP STYLES
**************************/
#site_popup {
  display: none;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  padding: 30px;
  background: rgba(203, 199, 200, 0.85);
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
#site_popup #popup_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  background-color: #635564;
}
#site_popup #popup_inner {
  color: #3d5f67;
  max-width: 660px;
  margin: 0px auto;
  padding: 80px 30px 55px;
  text-align: center;
}
#site_popup #popup_inner h3 {
  margin-bottom: 35px;
  font-size: 46px;
  color: #fff;
}
#site_popup #popup_inner .entry {
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
#site_popup #popup_inner.no_image .entry {
  margin-bottom: 0;
}
#site_popup #popup_inner.no_image .simple_button {
  margin-top: 75px;
}
#site_popup #popup_inner .cta_link, #site_popup #popup_inner a.cta_link {
  color: #fff !important;
}
#site_popup #popup_inner .cta_link:after, #site_popup #popup_inner a.cta_link:after {
  background-color: #fff !important;
}
#site_popup #popup_x {
  cursor: pointer;
  text-transform: lowercase;
  font-size: 30px;
  line-height: 39px;
  text-align: center;
  color: #fff;
  top: 20px;
  right: 30px;
  position: absolute;
}
#site_popup .simple_button {
  margin-top: 42px;
  white-space: normal;
}
@media (max-height: 850px) {
  #site_popup #popup_wrapper {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
  }
}
/**************************
DOM ELEMENTS
**************************/
#page {
  position: relative;
  margin-top: 85px;
}
.section {
  position: relative;
}
.wrapper {
  margin: 0px auto;
  padding: 0 50px;
  max-width: 1240px;
  position: relative;
  z-index: 101;
  position: relative;
}
.wrapper.fullwidth {
  padding: 0 10%;
  max-width: 100%;
}
.wrapper.medium {
  max-width: 1150px;
}
.wrapper.small {
  max-width: 860px;
}
.wrapper.xsmall {
  max-width: 790px;
}
/**************************
NAVIGATION STYLES
**************************/
.main_menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.main_menu li {
  display: inline-block;
  margin: 0 15px;
  padding: 0;
}
.main_menu li a {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-family: "Metropolis Medium";
  padding-bottom: 5px;
  color: #3d5f67;
  text-decoration: none;
  position: relative;
}
.main_menu li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background-color: #3d5f67;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.75s;
  opacity: 0;
}
.main_menu li a:hover:after, .main_menu li.current-menu-item a:after {
  opacity: 1;
}
.main_menu li {
  position: relative;
}
.main_menu ul {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  margin: 0;
  padding: 5px 10px 0;
  top: 100%;
  left: -10px;
  position: absolute;
  background: #fff;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.5s;
}
.main_menu ul li {
  margin: 0 0 2px 0;
  padding: 0;
  white-space: nowrap;
}
.main_menu ul li a {
  font-weight: 100;
}
.main_menu > li:hover ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}
/**************************
CONTENT STYLES
**************************/
/**************************
HERO SECTION STYLES
**************************/
.hero_section .background_image {
  position: relative;
  width: 100%;
  height: calc(100vh - 85px);
}
.hero_section .background_image .the_animated_text {
  padding-left: 9.2%;
  font-size: 96px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: rosewood-std-fill, serif;
  line-height: 1em;
  width: 100%;
}
.hero_section .background_image .line_2 {
  margin-left: 9%;
}
.hero_section .background_image .line_3 {
  margin-left: 80px;
}
.hero_text_section {
  margin: 120px 0;
}
.hero_text_section .verticle_text {
  color: #3d5f67;
}
.hero_text_section h2 {
  font-family: ff-ernestine-pro, serif;
}
/**************************
CENTERED TEXT SECTION STYLES
**************************/
.centered_text_section {
  padding: 187px 0;
  position: relative;
}
.centered_text_section h2 {
  margin-bottom: 0;
}
.centered_text_section .cta_wrapper {
  text-align: center;
  margin-top: 15px;
}
.centered_text_section .the_diamonds {
  right: 70px;
  top: 0px;
  bottom: 0px;
  height: auto;
  background-image: url("images/Preserve_stars_light_green.svg");
}
.centered_text_section h2 {
  color: #3d5f67;
}
.centered_text_section.bg_purple .the_diamonds, .centered_text_section.bg_peach .the_diamonds {
  background-image: url("images/Preserve_stars_white.svg");
}
.centered_text_section .verticle_text {
  top: 38px;
}
.centered_text_section.bg_white .verticle_text {
  color: #3d5f67;
}
.centered_text_section.bg_white svg {
  fill: #3d5f67;
}
.centered_text_section.bg_primary .verticle_text {
  color: #635564;
}
/**************************
CONTENT 2 PHOTOS SECTION STYLES
**************************/
.content_2_photos_section {
  position: relative;
  padding: 114px 0 0;
}
.content_2_photos_section .small_content_wrapper {
  max-width: 35%;
  margin: -10px auto 0;
}
.content_2_photos_section .indented {
  margin-left: 100px;
}
.content_2_photos_section .the_images {
  max-width: 58.53%;
  margin: -10% auto 0;
}
.content_2_photos_section .the_images_padding {
  width: 100%;
  padding-bottom: 61.16%;
  position: relative;
}
.content_2_photos_section .the_images_flex {
  position: absolute;
  left: 0;
  right: 0;
  top: 45.9%;
  z-index: 100;
}
.content_2_photos_section .image_1 {
  width: 54.1%;
  margin-top: 62px;
}
.content_2_photos_section .image_2 {
  width: 42.7%;
}
.content_2_photos_section .verticle_text {
  transform: translateY(50%) rotate(90deg);
  color: #fff;
}
/**************************
AVAILABILITIES SECTION STYLES
**************************/
.availability_section .filter_menu {
  margin-bottom: 80px;
}
.availability_section .filter_menu .simple_button {
  margin: 11px;
  width: 192px;
  padding: 17.5px;
  font-size: 11px;
  letter-spacing: 0.2em;
}
.availability_section .floorplan_flex {
  max-width: 1080px;
  margin: 0 auto;
}
.availability_section .floorplan_inner {
  border: 4px solid #3d5f67;
  padding: 36px;
}
.availability_section .floorplan_image {
  margin-bottom: 55px;
}
.availability_section .floorplan_name {
  margin-bottom: 35px;
}
.availability_section .info_row {
  margin-bottom: 15px;
}
.availability_section .info_row:last-child {
  margin-bottom: 0;
}
.availability_section a.cta_link {
  margin: 0;
}
.simple_button {
  width: 223px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: #3d5f67;
  color: #fff;
  cursor: pointer;
  border: none;
}
.simple_button.active, .simple_button.current_page_item {
  background-color: #635564;
  color: #f7f3e7;
}
#unit_availability {
  margin: 172px 0;
}
#floorplan_right {
  width: 48.27%;
}
#floorplan_left {
  width: 44.7%;
}
#floorplan_left .inner {
  width: 100%;
  max-width: 366px;
}
#floorplan_left h4 {
  font-size: 11px;
  margin-top: 50px;
}
#floorplan_left .unit_row {
  width: 100%;
  margin-bottom: 20px;
}
#floorplan_left .info_links {
  margin-top: 95px;
}
/**************************
COLOR BLOCK HERO SECTION STYLES
**************************/
.color_block_hero_section {
  padding: 142px 0 0;
}
.color_block_hero_section figure.original {
  margin-top: 75px;
}
.color_block_hero_section .slider_container {
  margin-top: 75px;
}
.color_block_hero_section h2 {
  font-family: ff-ernestine-pro, serif;
  color: #3d5f67;
}
.bg_color_block {
  background: linear-gradient(180deg, #d2d9c7 0%, #d2d9c7 84%, white 84%);
}
.slider_container {
  position: relative;
}
.slide_arrow {
  position: absolute;
  width: 15px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
}
.slide_arrow svg {
  fill: #3D5F67;
}
.slide_arrow.prev_arrow {
  right: auto;
  left: -25px;
}
/**************************
INSTAGRAM SECTION STYLES
**************************/
.instagram_section .instagram_wrapper {
  margin: 70px auto;
  max-width: 45.8%;
}
.instagram_section h4 {
  margin-bottom: 0;
}
/**************************
GALLERY SECTION STYLES
**************************/
.gallery_section {
  margin-bottom: 140px;
}
.gallery_section .the_gallery_section {
  margin-bottom: 50px;
}
body .mfp-bg {
  background: #fff;
  opacity: 1;
}
body .mfp-bottom-bar {
  margin-top: -25px;
}
body .mfp-title {
  text-align: center;
  color: #3d5f67;
  padding: 0 36px;
}
body .mfp-counter {
  color: #3d5f67;
}
body .mfp-bg {
  background: #fff;
  opacity: 1;
}
body img.mfp-img {
  padding-bottom: 60px;
}
body .mfp-bottom-bar {
  margin-top: -35px;
  padding-left: 25px;
  padding-right: 25px;
}
body .mfp-title {
  text-align: center;
  color: #3d5f67;
  padding: 0 36px;
}
body .mfp-arrow {
  top: auto;
  bottom: 18px;
}
body .mfp-counter {
  display: none;
  color: #3d5f67;
}
body .mfp-figure:after {
  display: none;
}
body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
  color: #3d5f67 !important;
  opacity: 1 !important;
}
body .mfp-arrow-left {
  background: url("images/Avia_arrow_left.svg") no-Repeat top left !important;
  width: 18px;
  height: 25px;
  left: 0px;
}
body .mfp-arrow-right {
  background: url("images/Avia_arrow_right.svg") no-Repeat top left !important;
  width: 18px;
  height: 25px;
  right: 0px;
}
body .mfp-arrow-left::before, body .mfp-arrow-right::before {
  display: none;
  content: "";
}
body .mfp-arrow-left::after, body .mfp-arrow-right::after {
  display: none;
  content: "";
}
/**************************
GENERAL CONTENT SECTION STYLES
**************************/
.general_content_section {
  margin: 115px 0;
}
.general_content_section .verticle_text {
  color: #3d5f67;
}
/**************************
IMAGE WITH LIST SECTION SECTION STYLES
**************************/
.image_with_list_section, .image_with_content_shape {
  padding: 120px 0 130px;
  position: relative;
}
.image_with_list_section .list_image_wrap, .image_with_content_shape .list_image_wrap {
  position: relative;
  width: 50%;
  padding-left: 10%;
}
.image_with_list_section .list_background, .image_with_content_shape .list_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100% / 2 * .7322);
  z-index: -1;
}
.image_with_list_section.image_position_right .list_image_wrap, .image_with_content_shape.image_position_right .list_image_wrap {
  position: relative;
  width: 50%;
  padding-left: 0%;
  padding-right: 10%;
}
.image_with_list_section.image_position_right .list_background, .image_with_content_shape.image_position_right .list_background {
  left: auto;
  right: 0;
}
.the_lists {
  width: 50%;
  padding: 0 50px;
}
.the_lists .inner {
  width: 426px;
  max-width: 100%;
}
.the_lists .the_list {
  margin-bottom: 65px;
}
.the_lists .the_list:last-child {
  margin-bottom: 0;
}
.the_lists .the_list:nth-child(even) {
  margin-left: 17%;
}
.the_lists ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 0.1em;
}
.the_lists li {
  margin-bottom: 15px;
  font-size: 13px;
}
.the_lists li:last-child {
  margin-bottom: 0;
}
.image_with_content2_shape {
  padding: 120px 0 130px;
  position: relative;
}
.image_with_content2_shape .list_image_wrap {
  position: relative;
  width: 50%;
}
.image_with_content2_shape .list_background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: calc(100% / 2 * 1.2678);
  z-index: -1;
}
.image_with_content2_shape.image_position_right .list_background {
  right: auto;
  left: 0;
}
.engaging_communities_section h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.engaging_communities_section li {
  margin-bottom: 50px;
}
.image_position_right .image_with_list_flex {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.image_with_list_2_section {
  color: #fff;
}
/**************************
TWO COLUMN CONTENT SECTION STYLES
**************************/
.two_column_content_section {
  padding: 120px 0 130px;
}
.two_column_content_section .left_column {
  width: 52.5%;
}
.two_column_content_section .right_column {
  width: 34.5%;
}
.two_column_content_section ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 0.1em;
}
.two_column_content_section li {
  margin-bottom: 15px;
}
/**************************
MAP SECTION STYLES
**************************/
.map_section {
  padding: 150px 0;
}
.map_section #cat_wrapper {
  width: 24%;
}
.map_section #cat_wrapper .inner {
  padding-right: 50px;
  width: 100%;
  padding: 0 6%;
  max-width: 500px;
}
.map_section #map_wrap {
  width: 76%;
  padding-bottom: 66%;
  position: relative;
}
.map_section #map_canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.map_section .cat_header {
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.map_section .info_title {
  font-size: 11px;
  padding: 0px;
  text-transform: uppercase;
  margin: 0px;
  color: #fff;
  position: relative;
  text-align: center;
}
.map_section #map_canvas .map_labels {
  width: 26px;
  height: 26px;
  font-size: 13px;
  line-height: 26px;
  color: #fff !important;
  text-align: center;
  background: #3d5f67;
  border-radius: 50%;
  z-index: 999;
}
.map_section .cat_list {
  padding: 20px 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
  line-height: 1em;
  display: none;
}
.map_section .cat_list li {
  margin: 0;
  font-weight: 400;
}
.map_section .cat_list.active {
  display: block;
}
.map_section .map_point_item {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-left: 30px;
  margin-bottom: 10px !important;
  cursor: pointer;
}
.map_section .map_point_item.avia_location {
  font-weight: 900;
}
.map_section .num_count {
  position: absolute;
  top: 0;
  left: 0;
}
.map_section #location_cat_wrapper {
  margin-bottom: 60px;
}
.form_and_content_section .inner {
  padding: 20%;
}
.form_and_content_section .content_row {
  margin-bottom: 65px;
}
.form_and_content_section .content_row:nth-child(even) {
  margin-left: 17%;
  margin-bottom: 0;
}
.contact_section .form_wrapper {
  max-width: 400px;
  margin: 0 auto;
}
.content_2_photos_section + .form_and_content_section .inner {
  padding: 48% 20% 6.66%;
}
/**************************
FORM STYLES
**************************/
body img.gform_ajax_spinner {
  display: none !important;
}
#page ::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 1 !important;
  color: #3d5f67;
  text-transform: uppercase;
  font-weight: 700;
}
#page ::-moz-placeholder {
  /* WebKit browsers */
  opacity: 1 !important;
  color: #3d5f67;
  text-transform: uppercase;
  font-weight: 700;
}
#page input, #page textarea {
  color: #3d5f67;
  letter-spacing: 0.2em;
  font-family: "Metropolis Medium";
  font-weight: 700;
  font-size: 11px;
}
#page li.gfield {
  margin: 0;
  padding: 0;
  width: 100%;
}
#page .ginput_container {
  margin: 0;
  padding: 0;
}
#page input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #page textarea {
  transition: all 500ms ease-in-out;
  margin: 0 0 15px 0;
  padding: 10px 0;
  width: 100%;
  height: 35px;
  background: transparent;
  box-shadow: none;
  border-width: 0px 0px 1px;
  color: #3d5f67;
  font-weight: 700;
}
#page #site_footer input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #page #site_footer textarea {
  border: 1px solid #fff;
  border-width: 0px 0px 1px;
}
#page textarea:focus {
  height: 100px;
}
#page .gform_footer {
  margin: 26px 0 0 0;
  padding: 0;
  text-align: right;
}
#page input.button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  padding-bottom: 5px;
  border: 6px solid #3d5f67;
  border-width: 0px 0px 6px;
  font-family: "Metropolis Extra Bold";
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}
#mobile_menu {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 998;
  display: none;
  transition: all 500ms ease-in-out;
}
#mobile_menu .wrapper {
  padding: 33px;
}
#mobile_menu .mobile_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 30px;
  line-height: 1em;
}
#mobile_menu .mobile_menu li {
  margin-bottom: 30px;
}
#mobile_menu .mobile_menu.small {
  font-size: 11px;
  margin-top: 60px;
}
#mobile_menu .mobile_menu.small li {
  margin-bottom: 20px;
}
#mobile_menu .mobile_menu ul {
  display: none;
  margin: 10px 0 0 0px;
  padding: 0;
  font-family: "Metropolis Medium";
  font-size: 15px;
  list-style: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#mobile_menu .mobile_menu ul li {
  margin-bottom: 10px;
}
#mobile_menu .mobile_menu li:hover ul {
  display: block;
}
#mobile_menu #menu-footer-menu {
  letter-spacing: 0.2em;
}
.admin-bar #mobile_menu {
  top: 112px;
}
@media (max-width: 782px) {
  .admin-bar #mobile_menu {
    top: 126px;
  }
}
ul.social_links {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.social_links li {
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
}
/**************************
BURGER STYLES
**************************/
#burger {
  display: none;
}
#nav-toggle {
  cursor: pointer;
  width: 22px;
  padding-top: 0px;
  position: relative;
  text-align: right;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 0px;
  height: 3px;
  width: 22px;
  background: transparent;
  position: absolute;
  display: block;
  content: "";
  right: 0px;
}
#nav-toggle span:before {
  top: -10px;
  background: #635564;
}
#nav-toggle span:after {
  bottom: 0px;
  background: #635564;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: -7px;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Firefox */
  -o-transform: rotate(45deg);
  /* Safari and Chrome */
  /* Opera */
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Firefox */
  -o-transform: rotate(-45deg);
  /* Safari and Chrome */
  /* Opera */
}
.mobile_show {
  display: none;
}
.instagram_section h4 {
  margin-bottom: 40px;
}
#content #sb_instagram {
  padding-bottom: 0 !important;
}
#content #sbi_images, #content .sbi_item {
  padding: 0 !important;
}
#content #sb_instagram #sbi_images .sbi_item {
  width: 33.33% !important;
  margin: 0px !important;
  padding: 0px 8px !important;
}
#content #sb_instagram #sbi_images .sbi_item:nth-child(3n+1) {
  margin-left: 0 !important;
}
#content #sb_instagram #sbi_images .sbi_item:nth-child(3n) {
  margin-right: 0 !important;
}
/**************************
RESPONSIVE STYLES
**************************/
@media (max-width: 1500px) {
  .instagram_section .instagram_wrapper {
    max-width: 740px;
    width: 100%;
  }
  .wrapper.fullwidth {
    padding: 0 50px;
  }
}
@media (max-width: 1250px) {
  #masthead {
    padding: 22px 13px;
    height: 80px;
  }
  .header_right, .header_left {
    width: 100px;
  }
  .header_right {
    text-align: right;
  }
  #mobile_menu {
    display: block;
    transform: translateY(-150%);
  }
  #mobile_menu.active {
    transform: translateY(0%);
  }
  #page {
    margin-top: 80px;
  }
  .header_middle_flex nav {
    display: none;
  }
  #header_phone {
    display: none;
  }
  #burger {
    display: inline-block;
    width: auto;
  }
  #mobile_menu .hero_section .background_image {
    height: calc(100vh - 80px);
  }
  .verticle_text {
    font-size: 60px;
    left: 47px;
  }
  .verticle_text.right {
    left: calc(100% + 7px);
  }
  h2 {
    font-size: 30px;
  }
  .centered_text_section {
    padding: 130px 0;
  }
  .centered_text_section .verticle_text {
    top: 70px;
  }
  .content_2_photos_section .small_content_wrapper {
    width: 100%;
    padding: 0 50px;
    max-width: 100%;
  }
  .content_2_photos_section .indented {
    margin-left: 0;
  }
  .content_2_photos_section .the_images {
    margin-top: 0;
  }
  .content_2_photos_section .the_images_flex {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .content_2_photos_section .the_images_padding {
    padding-bottom: 0;
  }
  .content_2_photos_section .image_1 {
    width: 100%;
  }
  .content_2_photos_section .image_2 {
    width: auto;
    margin: 50px 27px -20%;
  }
  .form_and_content_section .col-1-2 {
    width: 100%;
  }
  .form_and_content_section .col-1-2 .inner {
    padding: 100px 50px;
  }
  .form_and_content_section .content_half .inner {
    padding: 100px 50px;
  }
  .content_2_photos_section + .form_and_content_section .inner {
    padding: 200px 50px 100px;
  }
  .content_2_photos_section + .form_and_content_section .content_half .inner {
    padding: 100px 50px;
  }
  .image_with_content_shape .list_image_wrap, .image_with_content_shape.image_position_right .list_image_wrap {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 65px;
  }
  .image_with_content_shape .the_lists, .image_with_content_shape.image_position_right .the_lists {
    width: 100%;
    display: block;
  }
  .image_with_content_shape .the_lists .the_list:nth-child(even), .image_with_content_shape.image_position_right .the_lists .the_list:nth-child(even) {
    margin-left: 0;
  }
  .image_with_content_shape .list_background, .image_with_content_shape.image_position_right .list_background {
    width: 100%;
    bottom: auto;
    padding-bottom: 73%;
  }
  .image_with_list_2_section .list_image_wrap, .image_with_list_2_section.image_position_right .list_image_wrap {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 65px;
  }
  .image_with_list_2_section .the_lists, .image_with_list_2_section.image_position_right .the_lists {
    width: 100%;
    display: block;
  }
  .image_with_list_2_section .the_lists .the_list:nth-child(even), .image_with_list_2_section.image_position_right .the_lists .the_list:nth-child(even) {
    margin-left: 0;
  }
  .image_with_list_2_section .list_background, .image_with_list_2_section.image_position_right .list_background {
    width: 100%;
    margin-top: 43%;
    bottom: 0;
  }
  .image_with_content2_shape .list_image_wrap {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 65px;
  }
  .image_with_content2_shape .the_lists {
    width: 100%;
    display: block;
  }
  .image_with_content2_shape .list_background {
    width: 100%;
  }
  .contact_section .col-1-2 {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .availability_section .floorplan_inner {
    padding: 25px;
  }
  #site_footer {
    padding-top: 193px;
  }
  #site_footer #footer_mark {
    top: 32px;
    width: 35px;
    left: -5px;
  }
  #site_footer .footer_row {
    display: block;
    margin-bottom: 43px;
  }
  #site_footer .footer_left {
    display: block;
  }
  #site_footer .col1 {
    margin-bottom: 35px;
    width: 100%;
  }
  #site_footer .col_2 {
    margin-bottom: 35px;
    width: 100%;
  }
  #site_footer #mc-form {
    max-width: 300px;
  }
  #site_footer #footer_credits {
    display: block;
  }
  #site_footer #footer_credits #domain_logo {
    margin-bottom: 30px;
  }
  #site_footer #footer_credits ul.footer_list {
    display: block;
  }
  #site_footer #footer_credits ul.footer_list li {
    display: block;
    margin-right: 0;
    padding-right: 0;
    border: none;
    margin-bottom: 10px;
  }
  .map_section .map_container {
    display: block;
  }
  .map_section #cat_wrapper {
    width: 100%;
    display: block;
  }
  .map_section #map_wrap {
    width: 100%;
  }
  .blog_wrapper h1.post_title {
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  .info_flex {
    display: block;
  }
  .info_flex .flex-set {
    display: block;
  }
  .info_right_half {
    margin-top: 25px;
  }
}
/*================================================================================
Testimonial Slider Section
================================================================================*/
.testimonial_slider_section {
  text-align: center;
  padding: 100px 0;
  scroll-margin-top: 100px;
}
.testimonial_slider_section .entry_title {
  font-family: rosewood-std-fill, serif;
  font-weight: normal;
  font-size: 56px;
  line-height: 1.2;
  color: #3d5f67;
  margin: 0 0 40px;
}
.testimonial_slider_section .testimonial_stars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.testimonial_slider_section .testimonial_stars .testimonial_star {
  display: block;
  width: 22px;
  height: 22px;
}
.testimonial_slider_section .testimonial_slider_outer {
  position: relative;
  margin-top: 50px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial_slider_section .testimonials_slider .slick-list, .testimonial_slider_section .testimonials_slider .slick-track {
  width: 100%;
}
.testimonial_slider_section .testimonial {
  padding: 0 20px;
}
.testimonial_slider_section .testimonial_content {
  font-family: ff-ernestine-pro, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 32px;
  line-height: 1.4;
  color: #3d5f67;
}
.testimonial_slider_section .testimonial_content p {
  margin: 0 0 1em;
}
.testimonial_slider_section .testimonial_content p:last-child {
  margin-bottom: 0;
}
.testimonial_slider_section .testimonial_author {
  margin-top: 40px;
  font-family: "Metropolis Extra Bold";
  font-weight: 800;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #3d5f67;
}
.testimonial_slider_section .testimonial_arrows {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.testimonial_slider_section .testimonial_arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  padding: 8px;
  cursor: pointer;
  color: #3d5f67;
  transition: opacity 0.2s ease;
}
.testimonial_slider_section .testimonial_arrow svg {
  display: block;
  width: 40px;
  height: 12px;
}
.testimonial_slider_section .testimonial_arrow:hover {
  opacity: 0.65;
}
.testimonial_slider_section .testimonial_arrow:focus {
  outline: none;
}
.testimonial_slider_section .testimonial_arrow:focus-visible {
  outline: 1px solid #3d5f67;
  outline-offset: 4px;
}
/*================================================================================
Fixed Resident Reviews Ribbon
================================================================================*/
#ribbon {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 998;
  transform: translateY(-50%);
  width: 40px;
  min-height: 172px;
  background-color: #3d5f67;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.3s ease;
}
#ribbon a {
  display: block;
  color: #FEFEFE;
  text-decoration: none;
  font-family: "Metropolis Extra Bold";
  font-weight: 800;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  transform: rotate(-90deg);
  transform-origin: center center;
  padding: 0 8px;
}
#ribbon:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  h2 {
    font-size: 27px;
  }
  #alert_bar .cta_link {
    margin-top: 8px;
  }
  #masthead #logo {
    margin: 0 20px;
    max-width: 115px;
  }
  #masthead #apply_now_link {
    font-size: 11px;
  }
  #mobile_apply {
    margin-top: 60px;
    letter-spacing: 0.1em;
  }
  .mobile_show {
    display: block;
  }
  .mobile_hide {
    display: none;
  }
  .wrapper {
    padding: 0 50px;
  }
  .hero_section .background_image {
    height: calc(100vh - 80px);
  }
  .hero_section .background_image .the_animated_text {
    font-size: 42px;
    padding: 0 25px;
    width: 100%;
  }
  .hero_text_section {
    margin: 55px 0;
  }
  .hero_text_section + .headline_with_image_section {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .headline_with_image_section {
    padding-bottom: 80px;
  }
  .map_section {
    padding: 0px;
    margin: 0px auto 80px;
  }
  .map_section .wrapper {
    padding: 0 30px;
  }
  .map_section .wrapper #map_canvas, .map_section .wrapper #map_wrap {
    padding-bottom: 100%;
  }
  .single_post_section {
    padding: 80px 0;
  }
  .single_post_section .post_nav {
    margin-top: 0px;
  }
  .blog_wrapper {
    padding: 0 30px;
  }
  .news_section {
    margin-top: 80px;
  }
  #unit_availability {
    margin: 55px 0;
  }
  #unit_availability .header_left {
    width: 100%;
  }
  #unit_availability .unit_apply a.simple_link {
    font-size: 11px;
    letter-spacing: 0.2em;
    color: #cfaf88;
  }
  #unit_availability #floorplan_left .inner {
    max-width: 100%;
  }
  .centered_text_section .wrapper {
    max-width: 350px;
  }
  .content_with_image {
    padding: 95px 0 !important;
  }
  .content_with_image .inner {
    padding: 0 50px;
  }
  .content_with_image .content_with_image_left {
    width: 100%;
  }
  .content_with_image .content_with_image_right {
    width: 100%;
    margin-top: 85px;
    margin-left: 50px;
  }
  .content_with_image.image_left .content_with_image_right {
    margin-left: 0;
    margin-right: 50px;
  }
  .content_with_image_section {
    position: relative;
  }
  .content_with_image_section .content_image_background {
    position: absolute;
    z-index: -1;
    top: -9%;
    bottom: -9%;
    right: 50%;
    width: calc(50% + 50px);
  }
  .color_block_hero_section {
    padding-top: 36px;
  }
  .color_block_hero_section .wrapper {
    padding: 0 32px;
  }
  .color_block_hero_section figure {
    margin-top: 36px;
  }
  .gallery_section .col-1-3 {
    width: 100%;
  }
  .availability_section .col-1-2 {
    width: 100%;
  }
  .availability_section .floorplan_name {
    display: block;
    margin-bottom: 25px;
  }
  .availability_section .apt_price {
    margin-top: 25px;
  }
  .availability_section .info_sqft {
    display: block;
  }
  .availability_section .info_sqft .info_value {
    margin-top: 25px;
  }
  .availability_section #floorplan_left .info_links {
    margin-top: 45px;
  }
  .availability_section #floorplan_left .unit_row {
    margin: 0 -50px;
    padding: 15px 50px;
    width: calc(100% + 100px);
  }
  .availability_section #floorplan_left .unit_row:nth-child(even) {
    background-color: #f7f3e7;
  }
  .image_with_list_section {
    padding-bottom: 0;
  }
  .image_with_list_2_section {
    padding: 85px 0 55px;
  }
  .image_with_list_section + .content_with_image_3_section {
    margin-top: 85px;
  }
  .general_content_section {
    margin: 80px 0;
  }
  .general_content_section .verticle_text {
    top: -30px;
  }
  .the_list:last-child, .the_list:last-child ul {
    margin-bottom: 0;
  }
  .the_list li:last-child {
    margin-bottom: 0;
  }
  .two_column_content_section .left_column {
    width: 100%;
  }
  .two_column_content_section .right_column {
    width: 100%;
  }
  #floorplan_left {
    width: 100%;
  }
  #floorplan_right {
    width: 100%;
    margin-bottom: 60px;
  }
  .form_and_content_section .content_row:nth-child(even) {
    margin-left: 0;
  }
  .testimonial_slider_section {
    padding: 60px 0;
  }
  .testimonial_slider_section .entry_title {
    font-size: 38px;
    margin-bottom: 28px;
  }
  .testimonial_slider_section .testimonial_stars {
    gap: 6px;
  }
  .testimonial_slider_section .testimonial_stars .testimonial_star {
    width: 18px;
    height: 18px;
  }
  .testimonial_slider_section .testimonial_slider_outer {
    margin-top: 32px;
  }
  .testimonial_slider_section .testimonial {
    padding: 0 15px;
  }
  .testimonial_slider_section .testimonial_content {
    font-size: 20px;
    line-height: 1.5;
  }
  .testimonial_slider_section .testimonial_author {
    margin-top: 28px;
    font-size: 10px;
    letter-spacing: 0.18em;
  }
  .testimonial_slider_section .testimonial_arrows {
    margin-top: 28px;
    gap: 20px;
  }
  #ribbon {
    width: 32px;
    min-height: 140px;
  }
  #ribbon a {
    font-size: 10px;
    letter-spacing: 1.8px;
    line-height: 22px;
  }
}
