@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap");
.presentational-wrapper {
  max-width: 1600px;
  margin: auto;
  position: relative;
  max-height: 1000px;
  width: 100%;
}
@media only screen and (min-width: 1600px) {
  .presentational-wrapper {
    width: 90%;
  }
}
.presentational-wrapper.animate .presentational-headline-img-wrapper {
  opacity: 0;
  transform: scale(0.9);
  transition: 0.4s cubic-bezier(0.78, 1.04, 0.85, 1.18) all 0.2s;
}
.presentational-wrapper.animate.animated .presentational-headline-img-wrapper {
  transform: scale(1);
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .presentational-wrapper .back-button-section {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .presentational-wrapper .gal-info {
    margin: 30px 0;
  }
}
.presentational-wrapper .info-list .list-item {
  opacity: 0;
  transform: scale(0.9);
  transition: 0.4s cubic-bezier(0.78, 1.04, 0.85, 1.18) all 0.2s;
}
.presentational-wrapper .info-list .list-item.animated {
  transform: scale(1);
  opacity: 1;
}
.presentational-wrapper .gal-btns {
  opacity: 0;
  transform: transform(20px);
  transition: 0.4s cubic-bezier(0.78, 1.04, 0.85, 1.18) all 0.2s;
}
.presentational-wrapper .gal-btns.animated {
  transform: transform(0px);
  opacity: 1;
}

.header-text-style-3, .calendar-page .event-container #calendar-popup .event .calendar-title, .card-text, .specials-page .promotion h2, #map .mapboxgl-popup-content h2, .featured-content .header-text-style-2, .featured-content #neighborhood_section .content-container #map .mapboxgl-popup-content h2, #neighborhood_section .content-container #map .mapboxgl-popup-content .featured-content h2, .featured-content #blog_page_container #blog_header_one_container .header-text-style-1, #blog_page_container #blog_header_one_container .featured-content .header-text-style-1, .featured-content #blog_page_container #blog_header_one_container .page-header, #blog_page_container #blog_header_one_container .featured-content .page-header, .poi-list-content h2, .poi-heading .header-text-style-2, .poi-heading #neighborhood_section .content-container #map .mapboxgl-popup-content h2, #neighborhood_section .content-container #map .mapboxgl-popup-content .poi-heading h2, .poi-heading #blog_page_container #blog_header_one_container .header-text-style-1, #blog_page_container #blog_header_one_container .poi-heading .header-text-style-1, .poi-heading #blog_page_container #blog_header_one_container .page-header, #blog_page_container #blog_header_one_container .poi-heading .page-header, .tour-list-item {
  opacity: 0;
  transition: 0.4s cubic-bezier(0.78, 1.04, 0.85, 1.18) all 0.2s;
}
.header-text-style-3.animated, .calendar-page .event-container #calendar-popup .event .animated.calendar-title, .animated.card-text, .specials-page .promotion h2.animated, #map .mapboxgl-popup-content h2.animated, .featured-content .animated.header-text-style-2, .featured-content #neighborhood_section .content-container #map .mapboxgl-popup-content h2.animated, #neighborhood_section .content-container #map .mapboxgl-popup-content .featured-content h2.animated, .featured-content #blog_page_container #blog_header_one_container .animated.header-text-style-1, #blog_page_container #blog_header_one_container .featured-content .animated.header-text-style-1, .featured-content #blog_page_container #blog_header_one_container .animated.page-header, #blog_page_container #blog_header_one_container .featured-content .animated.page-header, .poi-list-content h2.animated, .poi-heading .animated.header-text-style-2, .poi-heading #neighborhood_section .content-container #map .mapboxgl-popup-content h2.animated, #neighborhood_section .content-container #map .mapboxgl-popup-content .poi-heading h2.animated, .poi-heading #blog_page_container #blog_header_one_container .animated.header-text-style-1, #blog_page_container #blog_header_one_container .poi-heading .animated.header-text-style-1, .poi-heading #blog_page_container #blog_header_one_container .animated.page-header, #blog_page_container #blog_header_one_container .poi-heading .animated.page-header, .animated.tour-list-item {
  opacity: 1;
}

.list-item-animation {
  transform: translateX(20px);
  opacity: 0;
  transition: 0.4s cubic-bezier(0.78, 1.04, 0.85, 1.18) all 0.2s;
}
.list-item-animation.animated {
  transform: translateX(0px);
  opacity: 1;
}

.presentational-headline-img-wrapper {
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .presentational-headline-img-wrapper {
    width: 100vw;
    height: 56vw;
    position: relative;
    z-index: -1;
  }
}
@media only screen and (min-width: 768px) {
  .presentational-headline-img-wrapper {
    height: 34vw;
    position: relative;
    z-index: -1;
  }
}
@media only screen and (min-width: 1025px) {
  .presentational-headline-img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 90vh;
    max-height: 850px;
  }
}
.presentational-headline-img-wrapper img {
  object-fit: cover;
  height: 100%;
}
.presentational-headline-img-wrapper:after {
  content: "";
  background: var(--presentational-headline-page-gradient);
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .presentational-headline-img-wrapper:after {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .presentational-headline-img-wrapper:after {
    width: 100%;
    height: 90vh;
    max-height: 1000px;
    display: none;
  }
}

.back-button-section {
  position: absolute;
  top: 20px;
  z-index: 3;
  left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .back-button-section {
    left: 80px;
  }
}
.back-button-section .back-button {
  color: var(--presentational-headline-page-heading-mobile);
  font-weight: 600;
}
.back-button-section .back-button svg {
  fill: var(--presentational-headline-svg-color-mobile);
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .back-button-section .back-button {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .presentational-headline-overlay-group {
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .presentational-headline-overlay-group {
    height: 90vh;
    width: 50%;
    padding: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 1000px;
  }
}
@media only screen and (min-width: 1600px) {
  .presentational-headline-overlay-group {
    padding: 0;
  }
}

.presentational-overlay-header {
  margin: 0 0 50px;
  opacity: 0;
  transform: scale(0.9);
  transition: 0.4s cubic-bezier(0.78, 1.04, 0.85, 1.18) all 0.2s;
}
.presentational-overlay-header.animated {
  transform: scale(1);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .presentational-overlay-header {
    margin: -120px 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .presentational-overlay-header {
    margin: -110px auto 0;
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 1600px;
  }
}
@media only screen and (min-width: 1025px) {
  .presentational-overlay-header {
    margin: 0;
    display: flex;
    align-items: center;
  }
}
.presentational-overlay-header svg {
  fill: var(--presentational-headline-svg-color-mobile);
  margin-right: 20px;
  height: 50px;
}
@media only screen and (min-width: 1025px) {
  .presentational-overlay-header svg {
    fill: var(--presentational-headline-svg-color-desktop);
  }
}
.presentational-overlay-header svg,
.presentational-overlay-header path,
.presentational-overlay-header line,
.presentational-overlay-header g,
.presentational-overlay-header rect,
.presentational-overlay-header circle {
  stroke: var(--presentational-headline-svg-color-mobile);
}
@media only screen and (min-width: 1025px) {
  .presentational-overlay-header svg,
.presentational-overlay-header path,
.presentational-overlay-header line,
.presentational-overlay-header g,
.presentational-overlay-header rect,
.presentational-overlay-header circle {
    stroke: var(--presentational-headline-svg-color-desktop);
  }
}
.presentational-overlay-header #page_heading {
  color: var(--presentational-headline-page-heading-mobile);
  margin: 0px;
}
@media only screen and (min-width: 1025px) {
  .presentational-overlay-header #page_heading {
    color: var(--presentational-headline-page-heading-desktop);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes bubbleGrow {
  from {
    transform: scale(0.001);
    opacity: 0;
  }
  20% {
    transform: scale(0.001);
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  35% {
    transform: scale(0.9);
  }
  40% {
    transform: scale(1);
  }
  55% {
    transform: scale(1);
  }
  58% {
    transform: scale(0.1);
  }
  80% {
    transform: scale(0.1);
    opacity: 1;
  }
  92% {
    transform: scale(0.1);
    opacity: 1;
  }
  to {
    transform: scale(0.001);
    opacity: 0;
  }
}
@keyframes disappear {
  from {
    opacity: 1;
  }
  58% {
    opacity: 1;
  }
  62% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  97% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes disappearEx {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  91% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
:root {
  --base-bg: #fff;
  --base-bg-hover: #f4f8fb;
  --base-bg-alt: #000;
  --base-bg-alt-hover: #1a1a1a;
  --color1: #377072;
  --color1-hover: #264e50;
  --color1-alt: #fff;
  --color1-alt-hover: #ebf1f1;
  --color2: #C4A935;
  --color2-hover: #9c862a;
  --color2-alt: #fff;
  --color2-alt-hover: #f9f6eb;
  --color3: #333;
  --color3-hover: #1a1a1a;
  --color3-alt: #fff;
  --color3-alt-hover: #ebebeb;
  --color4: #213E58;
  --color4-hover: #132433;
  --color4-alt: #fff;
  --color4-alt-hover: #e9ecee;
  --text-box-bg: #f8fafa;
  --text-box-bg-hover: #C4A935;
  --text-box-bg-alt: #333;
  --text-box-bg-alt-hover: #C4A935;
  --subheader-font-family: Lato, sans-serif;
  --subheader-font-size: 30px;
  --mobile-font-size: ceil(18px * 0.8);
  --small-dt-font-size: ceil(18px * 0.8);
  --lg-dt-font-size: 18px;
  --header-text-style-1-sm-font-size: calc(36px * 1);
  --header-text-style-1-md-font-size: calc(36px * 1.2);
  --header-text-style-1-lg-font-size: calc(36px * 1.6);
  --header-text-style-1-xlg-font-size: calc(36px* 1.7);
  --header-text-style-1-font-family: Lato, sans-serif;
  --header-text-style-1-color: #000;
  --header-text-style-1-text-transform: initial;
  --header-text-style-1-letter-spacing: 0px;
  --header-text-style-1-margin: 0 0 35px;
  --header-text-style-1-font-weight: 400;
  --header-text-style-1-line-height: 1;
  --header-text-style-2-sm-font-size: 29px;
  --header-text-style-2-md-font-size: 36px;
  --header-text-style-2-lg-font-size: 36px;
  --header-text-style-2-font-family: Lato, sans-serif;
  --header-text-style-2-color: #000;
  --header-text-style-2-text-transform: initial;
  --header-text-style-2-letter-spacing: 0px;
  --header-text-style-2-margin: 0px;
  --header-text-style-2-font-weight: 700;
  --header-text-style-2-line-height: 1;
  --header-text-style-3-sm-font-size: calc(36px * 0.75);
  --header-text-style-3-md-font-size: calc(36px * 0.95);
  --header-text-style-3-lg-font-size: calc(36px * 1.05);
  --header-text-style-3-font-family: Lato, sans-serif;
  --header-text-style-3-color: #377072;
  --header-text-style-3-text-transform: initial;
  --header-text-style-3-letter-spacing: 0px;
  --header-text-style-3-margin: 0px;
  --header-text-style-3-font-weight: 400;
  --header-text-style-3-line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  --header-text-style-4-sm-font-size: 18px;
  --header-text-style-4-md-font-size: 22px;
  --header-text-style-4-lg-font-size: 26px;
  --header-text-style-4-font-family: Lato, sans-serif;
  --header-text-style-4-color: #377072;
  --header-text-style-4-text-transform: capitalize;
  --header-text-style-4-letter-spacing: 0px;
  --header-text-style-4-margin: 30px 30px -15px;
  --header-text-style-4-font-weight: 400;
  --header-text-style-4-line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  --header-text-style-5-font-size: 15px;
  --header-text-style-5-font-family: 30px;
  --header-text-style-5-color: #000;
  --header-text-style-5-text-transform: uppercase;
  --header-text-style-5-letter-spacing: 0px;
  --header-text-style-5-margin: 0px;
  --header-text-style-5-font-weight: 400;
  --header-text-style-5-line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  --header-text-style-6-font-size: 20px;
  --header-text-style-6-font-size: 20px;
  --header-text-style-6-font-size: 20px;
  --header-text-style-6-font-family: 30px;
  --header-text-style-6-color: #000;
  --header-text-style-6-text-transform: initial;
  --header-text-style-6-letter-spacing: 0px;
  --header-text-style-6-margin: 0px;
  --header-text-style-6-font-weight: 700;
  --header-text-style-6-line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  --header-text-style-7-sm-font-size: calc(30px * 0.55);
  --header-text-style-7-md-font-size: calc(30px * 0.75);
  --header-text-style-7-lg-font-size: calc(30px * 0.85);
  --header-text-style-7-font-family: Lato, sans-serif;
  --header-text-style-7-color: #000;
  --header-text-style-7-text-transform: initial;
  --header-text-style-7-letter-spacing: 0px;
  --header-text-style-7-margin: 0px;
  --header-text-style-7-font-weight: 400;
  --header-text-style-7-line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  --page-header-sm-font-size: calc(36px * 0.7);
  --page-header-md-font-size: calc(36px * 1.2);
  --page-header-lg-font-size: calc(36px* 1.25);
  --page-header-xlg-font-size: calc(36px* 1.5);
  --page-header-font-family: Lato, sans-serif;
  --page-header-color: #000;
  --page-header-text-transform: initial;
  --page-header-letter-spacing: 0px;
  --page-header-margin: 0 0 35px;
  --page-header-font-weight: initial;
  --page-header-line-height: 1;
  --page-subheader-sm-font-size: calc(36px * 0.65);
  --page-subheader-md-font-size: calc(36px * 0.65);
  --page-subheader-lg-font-size: calc(36px * 0.75);
  --page-subheader-xlg-font-size: calc(36px * 0.85);
  --page-subheader-font-family: Lato, sans-serif;
  --page-subheader-font-weight: 400;
  --page-subheader-color: #377072;
  --page-subheader-text-transform: initial;
  --page-subheader-letter-spacing: 0px;
  --page-subheader-margin: 34px 0 10px;
  --page-subheader-line-height: 1;
  --button-style-1-bg: #377072;
  --button-style-1-bg-hover: #C4A935;
  --button-style-1-bg-alt: #fff;
  --button-style-1-bg-alt-hover: #fff;
  --button-style-1-hover-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  --button-style-1-border: 1px solid transparent;
  --button-style-1-border-radius: 50px;
  --button-style-1-padding: 14px;
  --button-style-1-petite-padding: 7px 15px;
  --button-style-1-text-transform: uppercase;
  --button-style-1-font-weight: 400;
  --button-style-1-letter-spacing: 1px;
  --button-style-1-margin: 0px;
  --button-style-2-bg: #377072;
  --button-style-2-bg-hover: #fff;
  --button-style-2-bg-alt: #fff;
  --button-style-2-hover-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  --button-style-2-border: 1px solid transparent;
  --button-style-2-border-radius: 50px;
  --button-style-2-padding: 14px;
  --button-style-2-petite-padding: 7px 15px;
  --button-style-2-text-transform: uppercase;
  --button-style-2-font-weight: 400;
  --button-style-2-letter-spacing: 1px;
  --button-style-2-margin: 0px;
  --base-font-bold-weight: initial;
  --box-shadow: 7px 11px 20px 2px #dfdada;
  --success: #82BC00;
  --success-alt: #fff;
  --danger: #FF5252;
  --danger-hover: #cc4803;
  --danger-alt: #fff;
  --hp-expand-section-background: #377072;
  --hp-expand-section-color: #fff;
  --hp-expand-section-border: 1px solid #377072;
  --hp-expand-section-background-hover: #C4A935;
  --hp-expand-section-color-hover: #fff;
  --hp-expand-section-border-hover: 1px solid #C4A935;
  --hp-card-heading-color: #fff;
  --hp-card-heading-font-family: Lato, sans-serif;
  --hp-card-heading-font-size-md: 22px;
  --hp-card-heading-font-weight: 700;
  --shared-border-radius: 0px;
  --button-font-family: Lato, sans-serif;
  --blog-headline-font-size: 18px;
  --image-text-overlay-light: #fff;
  --card-button-svg: #fff;
}

:root {
  --hero-section-color: #fff;
  --hero-section-overlay-opacity: rgba(0, 0, 0, 0.3);
  --hp-info-list-color: #000;
  --hpt-list-header: #000;
  --hp-amenities-border-color: 1px solid #cfcfcf;
  --lets-go-font-size: 15px;
  --hpt-list-subheader: #377072;
  --tour-button-stroke: #fff;
  --tour-button-stroke-hover: #fff;
  --tour-button-caret-bg: transparent;
  --tour-button-caret-border: 1px solid #000;
  --hpt-bg: #fff;
  --hp-amenities-bg: #f8fafa;
  --tour-button-section: #f8fafa;
  --hp-more-about-section-bg: #f8fafa;
}

:root {
  --form-input-font-family: Lato, sans-serif;
  --form-input-font-size: inherit;
  --form-input-font-weight: 400;
  --form-border: 1px solid #d6d6d6;
  --form-text-color: #000;
  --dp-box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.5);
  --dp-input-font-color: #000;
  --dp-input-bg-color: transparent;
  --dp-avail-bg: #f8fafa;
  --dp-avail-bg-border: #eceeee;
  --dp-avail-bg-hover: #C4A935;
  --dp-avail-bg-alt: #333;
  --dp-unavail-bg: #e4e6e6;
  --dp-unavail-bg-alt: #a9aaaa;
  --dp-avail-selected-bg: #213E58;
  --dp-avail-selected-bg-border: #2e4a62;
  --dp-avail-selected-bg-hover: #213E58;
  --dp-avail-selected-bg-alt: #fff;
  --dp-today-bg: #C4A935;
  --dp-today-bg-alt: #fff;
  --dp-today-border: #c8ae41;
  --dp-calendar-bg: #f8fafa;
  --dp-calendar-border: #eef0f0;
  --dp-calendar-bg-alt: #333;
  --dp-calendar-cell-width: 30px;
  --dp-error-font-color: #FF5252;
  --dp-submit-btn-padding: 14px 24px;
  --dp-header-color: #f8fafa;
  --dp-header-bg-color: #333;
  --dp-icon-bg-color:#C4A935;
  --dp-icon-color:#fff;
  --dp-choose-date-font-family: Lato, sans-serif;
  --dp-choose-date-font-size: 18px;
  --dp-arrow-color: #f8fafa;
  --dp-fontsize: dp-fontsize;
  --dp-icon-bg-hover: #333;
}

:root {
  --amenities-header-bg: #377072;
  --amenities-header-color: #fff;
  --amenities-border: inset 0 0 0 1px #b3b3b3;
  --amenities-list-dots: 1px solid #b3b3b3;
  --amenities-main-content-bg: #f8fafa;
  --featured-amenities-custom-amen-font: Lato, sans-serif;
  --featured-amenities-custom-amen-font-size: 18px;
  --featured-amenities-custom-amen-overlay-content-base-amen-color: 18px;
  --featured-amenities-custom-amen-overlay-content-base-amen-border: 1px solid rgba(229, 229, 229, 0.377);
  --featured-amenities-custom-amen-overlay-content-base-amen-icon-color: #fff;
  --contact-header-border-botttom: 1px solid #afafaf;
  --contact-page-padding: 1px;
  --contact-page-bg: #f8fafa;
  --contact-seo-bg: #fff;
  --gallery-header-bg: #377072;
  --gallery-header-color: #fff;
  --gallery-page-bg: #f8fafa;
  --gt-onboarding-bg-color: #C4A935;
  --gt-border: 1px solid #333;
  --gt-bg: #f8fafa;
  --archie-steps-border-bg: #333;
  --legend-font-weight: 400;
  --form-container-dt-max-width: 440px;
  --checked-input-bg: #377072;
  --checked-input-bg-alt: #fff;
  --unchecked-input-bg: #fff;
  --unchecked-input-bg-alt: #000;
  --gts-bg: #f8fafa;
  --gts-bg-alt: #333;
  --gts-card-bg: #fff;
  --gt-summary-label-color: #000;
  --gt-summary-form-button-color: #213E58;
  --gt-summary-expiration-box-shadow: 1px 1px 4px 0px #ccc;
  --gt-summary-expiration-background-color: #fff;
  --gt-summary-expiration-date-color: #6e6e6e;
  --gt-summary-expiration-font-size-sm-mobile: calc(18px * 0.8);
  --gt-summary-expiration-font-size-mobile: calc(18px * 1.3);
  --gt-summary-expiration-font-size-desktop: calc(18px * 1.8);
  --gt-expiration-label-font-size: calc(18px * 0.7);
  --poi-list-font-size: 18px;
  --poi-popup-header: 18px;
  --poi-ph-svg-color:#000;
  --poi-x-color: #fff;
  --poi-x-bg: #377072;
  --poi-active-bg: #377072;
  --poi-active-color: #fff;
  --neighborhood-bg: #f8fafa;
  --seo-text-neighborhood-bg: #fff;
  --pets-border-bottom: 1px solid #b6b6b6;
  --pets-bg: #f8fafa;
}

:root {
  --blog-accent-color: #C4A935;
  --blogs-base-font-size: 18px;
  --blogs-featured-post-background-color: #f8fafa;
  --blog-paragraph-link-color: #333;
  --blog-paragraph-link-color-hover: #C4A935;
  --blogs-above-accent-line-font-size: 18px;
  --blog-transition-background: #C4A935;
  --blogs-image-fig-caption-color: #000;
  --blogs-image-fig-caption-font: Lato, sans-serif;
  --blogs-image-fig-caption-font-weight: 400;
  --blogs-image-fig-caption-font-size: calc($base-font-size + 0.3vw);
  --blogs-image-fig-caption-image-width: 100%;
  --blogs-image-fig-caption-image-height: auto;
  --blogs-image-fig-caption-container-margin: 0 auto;
  --blogs-image-fig-caption-container-max-width: none;
  --blogs-image-fig-caption-container-width: 90%;
  --blogs-image-fig-caption-line-height: inherit;
  --blogs-blockquote-text-color: #000;
  --blogs-blockquote-border-left: solid 3px #377072;
  --blogs-blockquote-border-right: none;
  --blogs-blockquote-max-width: 800px;
  --blogs-blockquote-padding: 3%;
  --blogs-blockquote-width: 90%;
  --blogs-blockquote-margin: auto;
  --blogs-blockquote-text-align: left;
  --blogs-blockquote-font-family: Lato, sans-serif;
  --blogs-blockquote-font-weight: 400;
  --blogs-blockquote-line-height: 1.5;
  --blogs-blockquote-font-size: inherit;
  --blogs-search-list-border-color: #eee;
  --blogs-search-link-font-size: 30px;
  --blogs-search-link-font-color: #333;
  --blogs-search-link-font: Lato, sans-serif;
  --blogs-search-link-font-color-hover: #213E58;
  --blog-message-border-color: #eee;
  --blogs-text-box-bg: #f8fafa;
  --blogs-text-box-bg-alt: #333;
  --blogs-text-box-bg-alt: #333;
  --blogs-box-shadow: 1px 1px 50px 5px #eee;
  --blogs-base-font-weight: 400;
  --blogs-header-font-size: 36px;
  --blogs-header-color: #333;
  --blogs-header-font-family: Lato, sans-serif;
  --blogs-subheader-font-weight: 400;
  --blogs-accent-line-color: #C4A935;
  --blogs-above-accent-line-text-color: #000;
  --blogs-above-accent-line-font-family: Lato, sans-serif;
  --blog-message-bg-color: #f8fafa;
}

:root {
  --events-page-background: #fff;
  --events-calendar-heading-background: #fff;
  --events-border-color: #000;
  --events-day-background-color: #fff;
  --events-day-background-color-muted: #f2f2f2;
  --events-day-background-color-alt: #000;
  --events-cal-day-header-bg: #C4A935;
  --events-cal-day-header-bg-alt: #fff;
  --events-cal-header-bg: #f8fafa;
  --events-cal-header-bg-alt: #333;
  --events-error-color: #FF5252;
  --events-day-event-font-size: 30px;
  --events-day-event-font-family: Lato, sans-serif;
  --events-day-event-font-color: #C4A935;
  --events-day-event-font-weight: 400;
  --events-day-event-line-height: inherit;
  --events-day-event-text-transform: inherit;
  --events-day-time-font-size: 18px;
  --events-day-time-font-family: Lato, sans-serif;
  --events-day-time-font-color: #000;
  --events-day-time-font-weight: 400;
  --events-day-time-font-line-height: inherit;
  --events-day-time-font-text-transform: inherit;
  --events-rsvp-button-background-color: #213E58;
  --events-rsvp-button-font-size: 18px;
  --events-rsvp-button-font-family: Lato, sans-serif;
  --events-rsvp-button-font-color: #fff;
  --events-rsvp-button-font-weight: 400;
  --events-rsvp-button-font-line-height: inherit;
  --events-rsvp-button-font-text-transform: initial;
  --events-calendar-date-font-size: 18px;
  --events-rsvp-error-font: Lato, sans-serif;
  --events-rsvp-error-font-size: calc 13.5px;
  --events-rsvp-error-line-height: calc 15.3px;
  --events-image-box-shadow: 1px 1px 50px 5px #eee;
  --events-close-btn-bg: #333;
  --events-close-btn-bg-hover: #1a1a1a;
  --events-close-btn-bg-alt: #fff;
  --events-input-padding-y: 15px;
  --events-input-border-width: 2px;
  --events-input-line-height: 1em;
  --events-header-font-size: 36px;
  --events-header-font-family: Lato, sans-serif;
  --events-subheader-font-size: 30px;
  --events-subheader-font-family: Lato, sans-serif;
  --event-bg-event: #C4A935;
  --event-weekday-background: #333;
  --event-weekday-background-alt: #fff;
  --events-cal-header-font: Lato, sans-serif;
  --events-cal-header-font-weight: 400;
  --events-cal-header-font-size: 36px;
  --events-weekday-font-size: 30px;
  --events-weekday-font-family: Lato, sans-serif;
  --events-weekday-color: #333;
  --events-calendar-holder-font-size: 36px;
  --events-calendar-holder-font-family: Lato, sans-serif;
  --events-calendar-holder-color: #C4A935;
  --events-calendar-holder-text-transform: uppercase;
  --events-calendar-holder-line-height: calc(1.1em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  --calendar-popup-bg: #f8fafa;
  --calendar-popup-border-color: 2px solid #eee;
  --calendar-popup-box-shadow: 1px 1px 50px 5px #eee;
  --calendar-popup-event-background: #f8fafa;
  --calendar-popup-bottom-gradient-color: #f8fafa;
  --calendar-popup-p-color: #333;
  --calendar-popup-p-after: rgba(51, 51, 51, 0.7);
}

:root {
  --classifieds-top-res-header-font-family: Lato, sans-serif;
  --classifieds-top-res-header-font-size: 36px;
  --classifieds-top-res-header-font-color: #fff;
  --classifieds-top-res-header-font-transform: uppercase;
  --classifieds-top-res-header-font-weight: header-font-weight;
  --classifieds-top-res-header-text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.4);
  --classifieds-top-res-p-color: #fff;
  --classifieds-top-res-p-border: 3px solid #fff;
  --classifieds-top-res-p-text-shadow: 1px 1px 50px 5px #eee;
  --classifieds-top-res-p-line-height: 28.8px;
  --classifieds-listing-container-border: 3px solid #000;
  --classifieds-listing-container-box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.15);
  --classifieds-listing-title-font-size: calc($base-font-size * 1.2);
  --classifieds-listing-title-line-height: calc($base-font-size * 1.3);
  --classifieds-listing-title-color: #213E58;
  --classifieds-listing-title-color-hover: #132433;
  --classifieds-ad-bg: #f8fafa;
  --classifieds-ad-header-bg: #f2f2f2;
  --classifieds-ad-header-border: 1px solid #e6e6e6;
  --classifieds-icon-camera-font-size: 26px;
  --classifieds-icon-camera-line-height: 22px;
  --classifieds-icon-camera-color: #595959;
  --classifieds-time-font-size: 15px;
  --classifieds-time-line-height: 15px;
  --classifieds-time-color: gray;
  --classified-text-info-bg: #f8fafa;
  --classified-detail-artical-bg:rgba(51, 51, 51, 0.6);
  --classified-detail-wrapper-bg: #f8fafa;
  --classified-detail-wrapper-border: 4px solid #eee;
  --classified-detail-container-header-bg: #f8fafa;
  --classified-detail-container-header-color: #333;
  --classified-detail-container-p-bg: #377072;
  --classified-detail-container-p-color: #fff;
  --classified-edit-post-color: #f8fafa;
  --classified-detail-container-description-bg: white;
  --classified-detail-container-description-border: 1px solid #eee;
  --classified-detail-container-description-img-border: 6px solid #fff;
  --classified-detail-container-description-img-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  --classified-user-name-bg: #fafafa;
  --classified-user-name-border: 1px solid #e0e0e0;
  --classified-border-bottom: 1px solid #e0e0e0;
  --classified-button-background: #ededed;
  --classified-interior-bg: #f8fafa;
  --classified-interior-list-bg: transparent;
  --classified-label-margin-button: 20px;
  --classified-file-input-border: 1px solid #d9d9d9;
  --classified-input-save-bg: #C4A935;
  --classified-input-save-color: #fff;
  --classified-input-save-bg-hover: #9c862a;
  --classified-form-border: 1px solid #d9d9d9;
  --classified-form-bg: #f8fafa;
  --classified-error-message-bg: #FF5252;
  --classified-error-message-border-bottom: 1px solid #ff3939;
  --classified-error-header-color: #fff;
  --classified-error-close-btn-font-size: 26px;
  --classified-error-close-btn-font-color: #FF5252;
  --classified-error-close-btn-font-color-hover: fade(#fff, 80%);
  --classified-error-close-btn-font-color-focus: fade(#fff, 70%);
  --classified-error-body-border-top: 1px solid #ff6c6c;
  --classified-error-body-color: #fff;
  --classified-error-footer-bg: #fff;
  --classified-error-footer-border-bottom: 1px solid #f2f2f2;
  --classifieds-top-res-p-background: rgba(0, 0, 0, 0.62);
  --classified-description-gradient-color: #333;
  --classifieds-error-box-shadow: 1px 1px 50px 5px #eee;
  --classifieds-input-border-top: 1px solid #333;
  --classifieds-input-border-bottom: 1px solid #333;
  --classifieds-input-border-left: 1px solid #333;
  --classifieds-input-border-right: 1px solid #333;
  --classifieds-ad-read-more-btn-bg: #C4A935;
  --classifieds-ad-read-more-btn-color: #fff;
}

:root {
  --refer-center-title-style-1-bg: #213E58;
  --refer-center-title-style-1-bg-alt: #fff;
  --refer-center-title-style-1-bg-alt-hover: #e9ecee;
}

:root {
  --review-text-box-bg: #f8fafa;
  --review-text-box-bg-alt: #333;
  --review-header-bg: #377072;
  --review-header-color: #fff;
  --review-border: 1px solid #eee;
  --review-input-border-left: 1px solid #333;
  --review-input-border-right: 1px solid #333;
  --review-input-border-top: 1px solid #333;
  --review-input-border-bottom: 1px solid #333;
  --review-input-height: inherit;
  --review-input-font-size: 18px;
  --review-input-border-radius: inherit;
  --review-input-bg-color: #f8fafa;
  --review-input-color: #333;
  --review-upload-bg: #82BC00;
  --review-upload-bg-alt: #fff;
  --review-delete-bg: #FF5252;
  --review-delete-bg-alt: #fff;
  --review-upload-delete-bg-hover: #cc4803;
  --review-textarea-border-color: 1px solid #333;
}

:root {
  --service-request-bg: #f8fafa;
  --service-request-button-background: #333;
  --service-request-button-background-hover: #C4A935;
  --service-request-success-bg: #f8fafa;
  --sr-input-border-bottom: 1px solid #333;
  --sr-input-border-radius: 0;
  --sr-input-outline: none;
}

:root {
  --sister-card-bg: rgba(53, 53, 53, 0.1);
  --sister-com-bg: #f8fafa;
  --sister-com-header-bg: #C4A935;
  --sister-com-header-bg-alt: #fff;
  --sister-li-bg: #eef0f0;
  --sister-li-bg-alt: #333;
  --sister-li-bg-alt-hover: #C4A935;
  --sister-li-border-color:#e4e6e6;
  --sister-distance-link-bg: #C4A935;
  --sister-distance-link-color: #fff;
  --sister-text-font-weight: 400;
  --sister-text-font-size: calc(13px + (33 - 28) * ((100vw - 300px) / (1600 - 300)));
  --sister-input-border-left: 1px solid #eee;
  --sister-input-border-right: 1px solid #eee;
  --sister-input-border-top: 1px solid #eee;
  --sister-input-border-bottom: 1px solid #eee;
  --sister-input-border-radius: initial;
}

:root {
  --specials-bg: #f8fafa;
  --specials-box-shadow: 1px 1px 50px 5px #eee;
  --specials-bg-alt: #333;
  --promotion-detail-bg: #f8fafa;
  --promotion-detail-bg-alt: #333;
  --specials-input-bg: #f8fafa;
  --specials-input-bg-alt: #333;
  --specials-input-focus-outline: #C4A935;
  --specials-border-color: #333;
  --specials-input-border-color: 1px solid #333;
  --specials-submit-color: #fff;
  --specials-submit-bg-color: #333;
  --specials-submit-color-hover: #fff;
  --specials-submit-bg-color-hover: #333;
}

:root {
  --featured-amenities-custom-amen-font: Lato, sans-serif;
  --featured-amenities-custom-amen-font-size: 18px;
  --featured-amenities-custom-amen-overlay-content-base-amen-color: 18px;
  --featured-amenities-custom-amen-overlay-content-base-amen-border: 1px solid rgba(229, 229, 229, 0.377);
  --featured-amenities-custom-amen-overlay-content-base-amen-icon-color: #fff;
}

:root {
  --gt-onboarding-bg-color: #C4A935;
  --gt-border: 1px solid #333;
  --gt-bg: #f8fafa;
  --archie-steps-border-bg: #333;
  --legend-font-weight: 400;
  --form-container-dt-max-width: 440px;
  --checked-input-bg: #377072;
  --checked-input-bg-alt: #fff;
  --unchecked-input-bg: #fff;
  --unchecked-input-bg-alt: #000;
  --gts-bg: #f8fafa;
  --gts-bg-alt: #333;
  --gts-card-bg: #fff;
  --gt-summary-label-color: #000;
  --gt-summary-form-button-color: #213E58;
  --gt-summary-expiration-box-shadow: 1px 1px 4px 0px #ccc;
  --gt-summary-expiration-background-color: #fff;
  --gt-summary-expiration-date-color: #6e6e6e;
  --gt-summary-expiration-font-size-sm-mobile: calc(18px * 0.8);
  --gt-summary-expiration-font-size-mobile: calc(18px * 1.3);
  --gt-summary-expiration-font-size-desktop: calc(18px * 1.8);
  --gt-expiration-label-font-size: calc(18px * 0.7);
}

:root {
  --presentational-headline-page-heading-mobile: #fff;
  --presentational-headline-svg-color-mobile: #fff;
  --presentational-headline-page-heading-desktop: #000;
  --presentational-headline-svg-color-desktop: #000;
  --presentational-headline-page-gradient: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 40%);
}

:root {
  --navbar-interior-bg: #000;
  --navbar-color: #fff;
  --navbar-hamburger-lines: #000;
  --archie-bg: transparent;
  --archie-color: #fff;
  --nav-logo-height: 76px;
  --dropdown-bg: #fff;
  --quick-links-bg-wrapper: #333;
  --quick-links-border: 1px solid #000;
  --quick-links-bg: #fff;
  --dropdown-hover-bg: #377072;
  --dropdown-prehover-color: #fff;
  --dropdown-hover-color: #fff;
  --dropdown-hamburger-close-bg: #C4A935;
  --dropdown-hamburger-close-lines: #fff;
  --dd-address-font-size: 15px;
  --nav-dropdown-height: 120px;
  --footer-bg: #fff;
  --footer-color: #000;
  --footer-font-size: 15px;
}

:root {
  --fp-bg: #F8FAFA;
  --fp-bg-alt: #222222;
  --fp-loading-icon-color: #fff;
  --fp-primary-btn-bg-color: #C4A935;
  --fp-primary-btn-color: #fff;
  --fp-secondary-btn-bg-color: #377072;
  --fp-secondary-btn-color: #fff;
  --fp-sub-nav-btn-active-color: #C4A935;
  --fp-sub-nav-btn-hover-color: #377072;
  --fp-heart-icon-fill-color: #E31B1B;
  --fp-title-heart-icon-fill-color: #FFFFFF;
  --fp-title-heart-icon-bg-color: #E31B1B;
  --fp-filter-icon-fill-color: #222222;
  --fp-filter-counter-bg-color: #377072;
  --fp-filter-counter-color: #fff;
  --fp-heart-icon-sm-width: 22px;
  --fp-heart-icon-sm-height: 20px;
  --fp-heart-icon-lg-width: 26px;
  --fp-heart-icon-lg-height: 26px;
  --fp-filter-icon-sm-width: 22px;
  --fp-filter-icon-sm-height: 20px;
  --fp-filter-icon-lg-width: 26px;
  --fp-filter-icon-lg-height: 26px;
  --fp-filter-counter-top: 2px;
  --fp-filter-counter-right: -10px;
  --fp-filter-counter-width: 21px;
  --fp-filter-counter-height: 21px;
  --fp-sub-nav-icon-width: 32px;
  --fp-sub-nav-icon-height: 32px;
  --fp-sub-nav-btn-font-size: 16px;
  --fp-btn-font-size: 16px;
  --fp-filter-counter-font-size: 15px;
  --fp-summary-sm-font-size: 13px;
  --fp-ssm-floor-level-select-font-size: 13px;
  --fp-ssm-floor-level-select-caret-font-size: 22px;
  --fp-ssm-floor-level-select-label-font-size: 16px;
  --fp-favorite-info-font-size: 95%;
  --fp-back-btn-font-size: 16px;
  --fp-availabilities-count-font-size: 16px;
  --fp-details-cta-btn-font-size: inherit;
  --fp-sub-nav-z-index: 1000;
  --fp-prospect-favorite-z-index: 1;
  --fp-details-quick-info-z-index: 49;
  --fp-primary-header-color: #222222;
  --fp-secondary-header-color: #222222;
  --fp-primary-border: 1px solid #D7D7D7;
  --fp-secondary-border: 1px solid #222222;
  --fp-input-font-size: 14px;
  --fp-input-max-width: 160px;
  --fp-btn-max-width: 160px;
  --fp-sub-nav-bg-color: #FFFFFF;
  --fp-sub-nav-filter-bg-color: #F8F8F8;
  --fp-summary-title-icon-width: 45px;
  --fp-summary-title-icon-height: 45px;
  --fp-summary-info-icon-width: 30px;
  --fp-summary-info-icon-height: 30px;
  --fp-summary-info-icon-margin-right: 5px;
  --fp-view-title-icon-width: 45px;
  --fp-view-title-icon-height: 45px;
  --fp-prospect-favorite-bg-color: #D7D7D7;
  --fp-prospect-favorite-fill-color: #FFFFFF;
  --fp-prospect-favorite-width: 40px;
  --fp-prospect-favorite-height: 40px;
  --fp-prospect-favorite-icon-width: 25px;
  --fp-prospect-favorite-icon-height: 25px;
  --fp-svg-site-map-bg-color: #F7F7F7;
  --fp-ssm-floor-level-select-bg-color: #FFFFFF;
  --fp-ssm-floor-level-arrow-color: #222222;
  --fp-svg-building-bg-color: #F7F7F7;
  --fp-favorite-pill-bg-color: #FDEBE8;
  --fp-favorite-pill-heart-width: 35px;
  --fp-favorite-pill-heart-height: 35px;
  --fp-favorite-pill-heart-icon-width: 20px;
  --fp-favorite-pill-heart-icon-height: 20px;
  --fp-favorite-pill-heart-icon-fill: #FFFFFF;
  --fp-favorite-amenity-description-icons-size: 30px;
  --fp-favorite-amenity-description-font-family: Lato, sans-serif;
  --fp-favorite-amenity-description-font-size: 16px;
  --fp-favorite-amenity-description-bg-color: #FFFFFF;
  --fp-favorite-amenity-description-color: #222222;
  --fp-footer-info-bg-color: #377072;
  --fp-footer-info-color: #fff;
  --fp-caret-border-color: #222222;
  --fp-caret-border-color-alt: #FFFFFF;
  --fp-info-price-font-size: 20px;
  --fp-details-bg-color: #FFFFFF;
  --fp-details-text-color: #222222;
  --fp-details-quick-info-bg-color: #FFFFFF;
  --fp-quick-info-heart-width: 40px;
  --fp-quick-info-heart-height: 40px;
  --fp-quick-info-heart-icon-width: 22px;
  --fp-quick-info-heart-icon-height: 22px;
  --fp-quick-info-heart-icon-fill: #FFFfFF;
  --fp-details-to-top-btn-bottom: 20px;
  --fp-details-to-top-btn-right: 20px;
  --fp-details-to-top-btn-width: 50px;
  --fp-details-to-top-btn-height: 50px;
  --fp-details-to-top-btn-border: 3px solid #377072;
  --fp-details-to-top-btn-bg-color: #C4A935;
  --fp-details-to-top-caret-width: 20px;
  --fp-details-to-top-caret-height: 20px;
  --fp-details-to-top-caret-color: #fff;
  --fp-details-to-top-z-index: 49;
  --fp-gallery-thumbnail-active-outline: #377072 4px solid;
  --fp-expand-icon-fill: white;
  --fp-expand-icon-bg-color: rgba(0, 0, 0, 0.5);
  --fp-gallery-fullscreen-bg-color: rgba(0, 0, 0, 0.75);
  --fp-gallery-fullscreen-z-index: 1000000;
  --fp-close-gallery-fullscreen-btn-color: #FFFFFF;
  --fp-close-gallery-fullscreen-btn-bg-color: rgba(0, 0, 0, 0.5);
  --fp-close-gallery-fullscreen-btn-icon-color: #FFFFFF;
  --fp-amenity-icon-size: 30px;
  --fp-details-image-max-width: 585px;
  --fp-details-tour-iframe-sm-height: 300px;
  --fp-details-tour-iframe-lg-height: 600px;
  --fp-details-tour-minimap-max-width: 550px;
  --fp-details-minimap-sphere-height: 30px;
  --fp-details-minimap-sphere-width: 30px;
  --fp-details-minimap-sphere-bg-color: #C4A935;
  --fp-details-minimap-sphere-border: 3px solid #377072;
  --fp-details-minimap-sphere-bg-hover-color: #b09830;
  --fp-details-minimap-active-sphere-bg-color: #377072;
  --fp-details-minimap-active-sphere-border: 3px solid #C4A935;
  --fp-gallery-direction-height: 50px;
  --fp-gallery-direction-width: 50px;
  --fp-gallery-direction-bg-color: rgba(0, 0, 0, 0.5);
  --fp-gallery-direction-caret-color: #FFFFFF;
  --fp-gallery-direction-caret-size: 85px;
  --fp-gallery-direction-caret-height: 20px;
  --fp-gallery-direction-caret-width: 20px;
  --fp-apartment-cta-btn-bg-color: #FFFFFF;
  --fp-apartment-cta-btn-bg-hover-color: #E7E7E7;
  --fp-details-cta-btn-min-width: 240px;
  --fp-details-cta-btn-bg-color: #FFFFFF;
  --fp-details-cta-btn-bg-hover-color: #E7E7E7;
  --fp-details-cta-btn-heart-width: 40px;
  --fp-details-cta-btn-heart-height: 40px;
  --fp-details-cta-btn-heart-color: #D7D7D7;
  --fp-hover-underline-animation-color: #FFFFFF;
  --floorplans-bg: #f8fafa;
  --specials-background: #f8fafa;
  --specials-bg: #fff;
  --specials-bg-alt: #000;
}

:root {
  --card-button-border: none;
  --card-button-bg: rgba(255, 255, 255, 0.9);
  --card-button-color: #000;
  --card-button-caret-color: #fff;
  --card-button-caret-bg: #000;
  --card-button-heart-icon: #FF5252;
  --card-text-color: #fff;
  --form-input-font-family: Lato, sans-serif;
  --form-input-font-size: inherit;
  --form-input-font-weight: 400;
  --form-border: 1px solid #d6d6d6;
  --form-text-color: #000;
  --dropdown-bg: #fff;
  --quick-links-bg-wrapper: #333;
  --quick-links-border: 1px solid #000;
  --quick-links-bg: #fff;
  --dropdown-hover-bg: #377072;
  --dropdown-prehover-color: #fff;
  --dropdown-hover-color: #fff;
  --dropdown-hamburger-close-bg: #C4A935;
  --dropdown-hamburger-close-lines: #fff;
  --dd-address-font-size: 15px;
  --nav-dropdown-height: 120px;
  --sl-before-bg: #fff;
  --sl-before-border: 1px solid #000;
  --animated-headline-overlay-button-bg: #f8fafa;
  --animated-headline-button-bg: #f8fafa;
  --animated-headline-button-bg-alt: #333;
  --animated-headline-overlay-button-bg-alt: #fff;
  --animated-headline-overlay-button-accent: #333;
  --animated-headline-overlay-button-accent-alt: #fff;
  --animated-headline-bg-p: #f8fafa;
  --animated-headline-p-border-bottom: 1px solid 1px solid #f9fbfb;
  --animated-headline-zindex: 90000;
  --animated-headline-max-width: 390px;
  --animated-headline-font-size: inherit;
  --animated-headline-line-height: inherit;
  --animated-headline-close-font-size: 20px;
}

button {
  font-family: var(--button-font-family);
}

@media screen and (max-width: 767px) {
  .header-text-style-1, .page-header {
    font-size: var(--header-text-style-1-sm-font-size);
    text-transform: var(--header-text-style-1-text-transform);
    font-weight: var(--header-text-style-1-font-weight);
    font-family: var(--header-text-style-1-font-family);
    line-height: var(--header-text-style-1-line-height);
    letter-spacing: var(--header-text-style-1-letter-spacing);
    color: var(--header-text-style-1-color);
    margin: var(--header-text-style-1-margin);
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-text-style-1, .page-header {
    font-size: var(--header-text-style-1-md-font-size);
    text-transform: var(--header-text-style-1-text-transform);
    font-weight: var(--header-text-style-1-font-weight);
    font-family: var(--header-text-style-1-font-family);
    line-height: var(--header-text-style-1-line-height);
    letter-spacing: var(--header-text-style-1-letter-spacing);
    color: var(--header-text-style-1-color);
    margin: var(--header-text-style-1-margin);
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1025px) {
  .header-text-style-1, .page-header {
    font-size: var(--header-text-style-1-lg-font-size);
    text-transform: var(--header-text-style-1-text-transform);
    font-weight: var(--header-text-style-1-font-weight);
    font-family: var(--header-text-style-1-font-family);
    line-height: var(--header-text-style-1-line-height);
    letter-spacing: var(--header-text-style-1-letter-spacing);
    color: var(--header-text-style-1-color);
    margin: var(--header-text-style-1-margin);
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1600px) {
  .header-text-style-1, .page-header {
    font-size: var(--header-text-style-1-xlg-font-size);
    text-transform: var(--header-text-style-1-text-transform);
    font-weight: var(--header-text-style-1-font-weight);
    font-family: var(--header-text-style-1-font-family);
    line-height: var(--header-text-style-1-line-height);
    letter-spacing: var(--header-text-style-1-letter-spacing);
    color: var(--header-text-style-1-color);
    margin: var(--header-text-style-1-margin);
    position: relative;
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  #page_heading {
    font-size: var(--page-header-sm-font-size);
    text-transform: var(--page-header-text-transform);
    font-weight: var(--page-header-font-weight);
    font-family: var(--page-header-font-family);
    line-height: var(--page-header-line-height);
    letter-spacing: var(--page-header-letter-spacing);
    color: var(--page-header-color);
    margin: var(--page-header-margin);
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #page_heading {
    font-size: var(--page-header-md-font-size);
    text-transform: var(--page-header-text-transform);
    font-weight: var(--page-header-font-weight);
    font-family: var(--page-header-font-family);
    line-height: var(--page-header-line-height);
    letter-spacing: var(--page-header-letter-spacing);
    color: var(--page-header-color);
    margin: var(--page-header-margin);
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1025px) {
  #page_heading {
    font-size: var(--page-header-lg-font-size);
    text-transform: var(--page-header-text-transform);
    font-weight: var(--page-header-font-weight);
    font-family: var(--page-header-font-family);
    line-height: var(--page-header-line-height);
    letter-spacing: var(--page-header-letter-spacing);
    color: var(--page-header-color);
    margin: var(--page-header-margin);
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1600px) {
  #page_heading {
    font-size: var(--page-header-xlg-font-size);
    text-transform: var(--page-header-text-transform);
    font-weight: var(--page-header-font-weight);
    font-family: var(--page-header-font-family);
    line-height: var(--page-header-line-height);
    letter-spacing: var(--page-header-letter-spacing);
    color: var(--page-header-color);
    margin: var(--page-header-margin);
    position: relative;
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  #page_subheading {
    font-size: var(--page-subheader-sm-font-size);
    text-transform: var(--page-subheader-text-transform);
    font-weight: var(--page-subheader-font-weight);
    font-family: var(--page-subheader-font-family);
    line-height: var(--page-subheader-line-height);
    letter-spacing: var(--page-subheader-letter-spacing);
    color: var(--page-subheader-color);
    margin: var(--page-subheader-margin);
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #page_subheading {
    font-size: var(--page-subheader-md-font-size);
    text-transform: var(--page-subheader-text-transform);
    font-weight: var(--page-subheader-font-weight);
    font-family: var(--page-subheader-font-family);
    line-height: var(--page-subheader-line-height);
    letter-spacing: var(--page-subheader-letter-spacing);
    color: var(--page-subheader-color);
    margin: var(--page-subheader-margin);
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1025px) {
  #page_subheading {
    font-size: var(--page-subheader-lg-font-size);
    text-transform: var(--page-subheader-text-transform);
    font-weight: var(--page-subheader-font-weight);
    font-family: var(--page-subheader-font-family);
    line-height: var(--page-subheader-line-height);
    letter-spacing: var(--page-subheader-letter-spacing);
    color: var(--page-subheader-color);
    margin: var(--page-subheader-margin);
    position: relative;
    z-index: 10;
  }
}

.page-header {
  text-align: center;
  margin: 60px;
}

@media screen and (max-width: 767px) {
  .header-text-style-2, #neighborhood_section .content-container #map .mapboxgl-popup-content h2, #blog_page_container #blog_header_one_container .header-text-style-1, #blog_page_container #blog_header_one_container .page-header {
    font-size: var(--header-text-style-2-sm-font-size);
    text-transform: var(--header-text-style-2-text-transform);
    font-weight: var(--header-text-style-2-font-weight);
    font-family: var(--header-text-style-2-font-family);
    line-height: var(--header-text-style-2-line-height);
    letter-spacing: var(--header-text-style-2-letter-spacing);
    color: var(--header-text-style-2-color);
    margin: var(--header-text-style-2-margin);
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header-text-style-2, #neighborhood_section .content-container #map .mapboxgl-popup-content h2, #blog_page_container #blog_header_one_container .header-text-style-1, #blog_page_container #blog_header_one_container .page-header {
    font-size: var(--header-text-style-2-md-font-size);
    text-transform: var(--header-text-style-2-text-transform);
    font-weight: var(--header-text-style-2-font-weight);
    font-family: var(--header-text-style-2-font-family);
    line-height: var(--header-text-style-2-line-height);
    letter-spacing: var(--header-text-style-2-letter-spacing);
    color: var(--header-text-style-2-color);
    margin: var(--header-text-style-2-margin);
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1440px) {
  .header-text-style-2, #neighborhood_section .content-container #map .mapboxgl-popup-content h2, #blog_page_container #blog_header_one_container .header-text-style-1, #blog_page_container #blog_header_one_container .page-header {
    font-size: var(--header-text-style-2-lg-font-size);
    text-transform: var(--header-text-style-2-text-transform);
    font-weight: var(--header-text-style-2-font-weight);
    font-family: var(--header-text-style-2-font-family);
    line-height: var(--header-text-style-2-line-height);
    letter-spacing: var(--header-text-style-2-letter-spacing);
    color: var(--header-text-style-2-color);
    margin: var(--header-text-style-2-margin);
    position: relative;
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  .header-text-style-3, .calendar-page .event-container #calendar-popup .event .calendar-title, .card-text, .specials-page .promotion h2, #map .mapboxgl-popup-content h2, .featured-content .header-text-style-2, .featured-content #neighborhood_section .content-container #map .mapboxgl-popup-content h2, #neighborhood_section .content-container #map .mapboxgl-popup-content .featured-content h2, .featured-content #blog_page_container #blog_header_one_container .header-text-style-1, #blog_page_container #blog_header_one_container .featured-content .header-text-style-1, .featured-content #blog_page_container #blog_header_one_container .page-header, #blog_page_container #blog_header_one_container .featured-content .page-header, .poi-list-content h2, .poi-heading .header-text-style-2, .poi-heading #neighborhood_section .content-container #map .mapboxgl-popup-content h2, #neighborhood_section .content-container #map .mapboxgl-popup-content .poi-heading h2, .poi-heading #blog_page_container #blog_header_one_container .header-text-style-1, #blog_page_container #blog_header_one_container .poi-heading .header-text-style-1, .poi-heading #blog_page_container #blog_header_one_container .page-header, #blog_page_container #blog_header_one_container .poi-heading .page-header, .tour-list-item {
    font-size: var(--header-text-style-3-sm-font-size);
    text-transform: var(--header-text-style-3-text-transform);
    font-weight: var(--header-text-style-3-font-weight);
    font-family: var(--header-text-style-3-font-family);
    line-height: var(--header-text-style-3-line-height);
    letter-spacing: var(--header-text-style-3-letter-spacing);
    color: var(--header-text-style-3-color);
    margin: var(--header-text-style-3-margin);
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header-text-style-3, .calendar-page .event-container #calendar-popup .event .calendar-title, .card-text, .specials-page .promotion h2, #map .mapboxgl-popup-content h2, .featured-content .header-text-style-2, .featured-content #neighborhood_section .content-container #map .mapboxgl-popup-content h2, #neighborhood_section .content-container #map .mapboxgl-popup-content .featured-content h2, .featured-content #blog_page_container #blog_header_one_container .header-text-style-1, #blog_page_container #blog_header_one_container .featured-content .header-text-style-1, .featured-content #blog_page_container #blog_header_one_container .page-header, #blog_page_container #blog_header_one_container .featured-content .page-header, .poi-list-content h2, .poi-heading .header-text-style-2, .poi-heading #neighborhood_section .content-container #map .mapboxgl-popup-content h2, #neighborhood_section .content-container #map .mapboxgl-popup-content .poi-heading h2, .poi-heading #blog_page_container #blog_header_one_container .header-text-style-1, #blog_page_container #blog_header_one_container .poi-heading .header-text-style-1, .poi-heading #blog_page_container #blog_header_one_container .page-header, #blog_page_container #blog_header_one_container .poi-heading .page-header, .tour-list-item {
    font-size: var(--header-text-style-3-md-font-size);
    text-transform: var(--header-text-style-3-text-transform);
    font-weight: var(--header-text-style-3-font-weight);
    font-family: var(--header-text-style-3-font-family);
    line-height: var(--header-text-style-3-line-height);
    letter-spacing: var(--header-text-style-3-letter-spacing);
    color: var(--header-text-style-3-color);
    margin: var(--header-text-style-3-margin);
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1440px) {
  .header-text-style-3, .calendar-page .event-container #calendar-popup .event .calendar-title, .card-text, .specials-page .promotion h2, #map .mapboxgl-popup-content h2, .featured-content .header-text-style-2, .featured-content #neighborhood_section .content-container #map .mapboxgl-popup-content h2, #neighborhood_section .content-container #map .mapboxgl-popup-content .featured-content h2, .featured-content #blog_page_container #blog_header_one_container .header-text-style-1, #blog_page_container #blog_header_one_container .featured-content .header-text-style-1, .featured-content #blog_page_container #blog_header_one_container .page-header, #blog_page_container #blog_header_one_container .featured-content .page-header, .poi-list-content h2, .poi-heading .header-text-style-2, .poi-heading #neighborhood_section .content-container #map .mapboxgl-popup-content h2, #neighborhood_section .content-container #map .mapboxgl-popup-content .poi-heading h2, .poi-heading #blog_page_container #blog_header_one_container .header-text-style-1, #blog_page_container #blog_header_one_container .poi-heading .header-text-style-1, .poi-heading #blog_page_container #blog_header_one_container .page-header, #blog_page_container #blog_header_one_container .poi-heading .page-header, .tour-list-item {
    font-size: var(--header-text-style-3-lg-font-size);
    text-transform: var(--header-text-style-3-text-transform);
    font-weight: var(--header-text-style-3-font-weight);
    font-family: var(--header-text-style-3-font-family);
    line-height: var(--header-text-style-3-line-height);
    letter-spacing: var(--header-text-style-3-letter-spacing);
    color: var(--header-text-style-3-color);
    margin: var(--header-text-style-3-margin);
    position: relative;
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  .header-text-style-4 {
    font-size: var(--header-text-style-4-sm-font-size);
    text-transform: var(--header-text-style-4-text-transform);
    font-weight: var(--header-text-style-4-font-weight);
    font-family: var(--header-text-style-4-font-family);
    line-height: var(--header-text-style-4-line-height);
    letter-spacing: var(--header-text-style-4-letter-spacing);
    color: var(--header-text-style-4-color);
    margin: var(--header-text-style-4-margin);
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header-text-style-4 {
    font-size: var(--header-text-style-4-md-font-size);
    text-transform: var(--header-text-style-4-text-transform);
    font-weight: var(--header-text-style-4-font-weight);
    font-family: var(--header-text-style-4-font-family);
    line-height: var(--header-text-style-4-line-height);
    letter-spacing: var(--header-text-style-4-letter-spacing);
    color: var(--header-text-style-4-color);
    margin: var(--header-text-style-4-margin);
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1440px) {
  .header-text-style-4 {
    font-size: var(--header-text-style-4-lg-font-size);
    text-transform: var(--header-text-style-4-text-transform);
    font-weight: var(--header-text-style-4-font-weight);
    font-family: var(--header-text-style-4-font-family);
    line-height: var(--header-text-style-4-line-height);
    letter-spacing: var(--header-text-style-4-letter-spacing);
    color: var(--header-text-style-4-color);
    margin: var(--header-text-style-4-margin);
    position: relative;
    z-index: 10;
  }
}

.header-text-style-5 {
  font-size: var(--header-text-style-5-font-size);
  text-transform: var(--header-text-style-5-text-transform);
  font-weight: var(--header-text-style-5-font-weight);
  font-family: var(--header-text-style-5-font-family);
  line-height: var(--header-text-style-5-line-height);
  letter-spacing: var(--header-text-style-5-letter-spacing);
  color: var(--header-text-style-5-color);
  margin: var(--header-text-style-5-margin);
  position: relative;
  z-index: 10;
  background: #C4A935;
  text-align: left;
  padding: 10px;
  font-weight: 400;
}

.header-text-style-6 {
  font-size: var(--header-text-style-6-font-size);
  text-transform: var(--header-text-style-6-text-transform);
  font-weight: var(--header-text-style-6-font-weight);
  font-family: var(--header-text-style-6-font-family);
  line-height: var(--header-text-style-6-line-height);
  letter-spacing: var(--header-text-style-6-letter-spacing);
  color: var(--header-text-style-6-color);
  margin: var(--header-text-style-6-margin);
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .header-text-style-7 {
    font-size: var(--header-text-style-7-sm-font-size);
    text-transform: var(--header-text-style-7-text-transform);
    font-weight: var(--header-text-style-7-font-weight);
    font-family: var(--header-text-style-7-font-family);
    line-height: var(--header-text-style-7-line-height);
    letter-spacing: var(--header-text-style-7-letter-spacing);
    color: var(--header-text-style-7-color);
    margin: var(--header-text-style-7-margin);
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header-text-style-7 {
    font-size: var(--header-text-style-7-md-font-size);
    text-transform: var(--header-text-style-7-text-transform);
    font-weight: var(--header-text-style-7-font-weight);
    font-family: var(--header-text-style-7-font-family);
    line-height: var(--header-text-style-7-line-height);
    letter-spacing: var(--header-text-style-7-letter-spacing);
    color: var(--header-text-style-7-color);
    margin: var(--header-text-style-7-margin);
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1440px) {
  .header-text-style-7 {
    font-size: var(--header-text-style-7-lg-font-size);
    text-transform: var(--header-text-style-7-text-transform);
    font-weight: var(--header-text-style-7-font-weight);
    font-family: var(--header-text-style-7-font-family);
    line-height: var(--header-text-style-7-line-height);
    letter-spacing: var(--header-text-style-7-letter-spacing);
    color: var(--header-text-style-7-color);
    margin: var(--header-text-style-7-margin);
    position: relative;
    z-index: 10;
  }
}

.button-style-1, .calendar-page .event-container #calendar-popup .event form .button, .specials-page .promotions #promotions-list .promotion #promo_submit input, .body-service-request #submit-id-submit {
  padding: var(--button-style-1-padding);
  text-align: center;
  display: inline-block;
  border: var(--button-style-1-border);
  cursor: pointer;
  text-decoration: none;
  background: var(--button-style-1-bg);
  color: var(--button-style-1-bg-alt);
  border-radius: var(--button-style-1-border-radius);
  text-transform: var(--button-style-1-text-transform);
  font-weight: var(--button-style-1-font-weight);
  letter-spacing: var(--button-style-1-letter-spacing);
  vertical-align: middle;
  position: relative;
  margin: var(--button-style-1-margin);
  max-width: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-transform: capitalize;
  width: 100%;
  margin-top: 85px;
  overflow: hidden;
  height: 64px;
  transition: all 0.3s ease-in-out;
}
.button-style-1:hover, .calendar-page .event-container #calendar-popup .event form .button:hover, .specials-page .promotions #promotions-list .promotion #promo_submit input:hover, .body-service-request #submit-id-submit:hover {
  background: #333;
  color: #fff;
}
.button-style-1:hover svg, .calendar-page .event-container #calendar-popup .event form .button:hover svg, .specials-page .promotions #promotions-list .promotion #promo_submit input:hover svg, .body-service-request #submit-id-submit:hover svg {
  fill: #fff;
}
.button-style-1:hover path, .calendar-page .event-container #calendar-popup .event form .button:hover path, .specials-page .promotions #promotions-list .promotion #promo_submit input:hover path, .body-service-request #submit-id-submit:hover path, .button-style-1:hover circle, .calendar-page .event-container #calendar-popup .event form .button:hover circle, .specials-page .promotions #promotions-list .promotion #promo_submit input:hover circle, .body-service-request #submit-id-submit:hover circle, .button-style-1:hover line, .calendar-page .event-container #calendar-popup .event form .button:hover line, .specials-page .promotions #promotions-list .promotion #promo_submit input:hover line, .body-service-request #submit-id-submit:hover line {
  stroke: #fff;
}
.button-style-1 span, .calendar-page .event-container #calendar-popup .event form .button span, .specials-page .promotions #promotions-list .promotion #promo_submit input span, .body-service-request #submit-id-submit span, .button-style-1 svg, .calendar-page .event-container #calendar-popup .event form .button svg, .specials-page .promotions #promotions-list .promotion #promo_submit input svg, .body-service-request #submit-id-submit svg {
  z-index: 1;
  position: relative;
}

.button-style-1-petite, .body-classifieds input[type=submit], .body-classifieds .cancel, .get-coupon-emailed-to-you-link {
  padding: var(--button-style-1-petite-padding);
  text-align: center;
  display: inline-block;
  border: var(--button-style-1-border);
  cursor: pointer;
  text-decoration: none;
  background: var(--button-style-1-bg);
  color: var(--button-style-1-bg-alt);
  border-radius: var(--button-style-1-border-radius);
  text-transform: var(--button-style-1-text-transform);
  font-weight: var(--button-style-1-font-weight);
  letter-spacing: var(--button-style-1-letter-spacing);
  vertical-align: middle;
  position: relative;
  margin: var(--button-style-1-margin);
  max-width: 360px;
  display: block;
  text-transform: capitalize;
  display: inline-block;
  margin: 20px 0 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.button-style-1-petite:hover, .body-classifieds input[type=submit]:hover, .body-classifieds .cancel:hover, .get-coupon-emailed-to-you-link:hover {
  background: var(--button-style-1-bg-hover);
  color: var(--button-style-1-bg-alt-hover);
}
.button-style-1-petite:hover svg, .body-classifieds input[type=submit]:hover svg, .body-classifieds .cancel:hover svg, .get-coupon-emailed-to-you-link:hover svg {
  fill: var(--button-style-1-bg-alt);
}
.button-style-1-petite:hover path, .body-classifieds input[type=submit]:hover path, .body-classifieds .cancel:hover path, .get-coupon-emailed-to-you-link:hover path, .button-style-1-petite:hover circle, .body-classifieds input[type=submit]:hover circle, .body-classifieds .cancel:hover circle, .get-coupon-emailed-to-you-link:hover circle, .button-style-1-petite:hover line, .body-classifieds input[type=submit]:hover line, .body-classifieds .cancel:hover line, .get-coupon-emailed-to-you-link:hover line {
  stroke: var(--button-style-1-bg-alt);
}
.button-style-1-petite span, .body-classifieds input[type=submit] span, .body-classifieds .cancel span, .get-coupon-emailed-to-you-link span, .button-style-1-petite svg, .body-classifieds input[type=submit] svg, .body-classifieds .cancel svg, .get-coupon-emailed-to-you-link svg {
  z-index: 1;
  position: relative;
}

.button-style-2, .form-holder .btn-primary, #refer_a_friend_form .button-style-1, #refer_a_friend_form .calendar-page .event-container #calendar-popup .event form .button, .calendar-page .event-container #calendar-popup .event form #refer_a_friend_form .button, #refer_a_friend_form .specials-page .promotions #promotions-list .promotion #promo_submit input, .specials-page .promotions #promotions-list .promotion #promo_submit #refer_a_friend_form input, #refer_a_friend_form .body-service-request #submit-id-submit, .body-service-request #refer_a_friend_form #submit-id-submit, .get_coupon_emailed_to_you_link {
  padding: var(--button-style-2-padding);
  text-align: center;
  display: inline-block;
  border: var(--button-style-2-border);
  cursor: pointer;
  text-decoration: none;
  background: var(--button-style-2-bg);
  color: var(--button-style-2-bg-alt);
  border-radius: var(--button-style-2-border-radius);
  text-transform: var(--button-style-2-text-transform);
  font-weight: var(--button-style-2-font-weight);
  letter-spacing: var(--button-style-2-letter-spacing);
  vertical-align: middle;
  position: relative;
  margin: var(--button-style-2-margin);
  max-width: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-transform: capitalize;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  height: 54px;
  transition: all 0.3s ease-in-out;
  max-width: 300px;
}
.button-style-2:hover, .form-holder .btn-primary:hover, #refer_a_friend_form .button-style-1:hover, #refer_a_friend_form .calendar-page .event-container #calendar-popup .event form .button:hover, .calendar-page .event-container #calendar-popup .event form #refer_a_friend_form .button:hover, #refer_a_friend_form .specials-page .promotions #promotions-list .promotion #promo_submit input:hover, .specials-page .promotions #promotions-list .promotion #promo_submit #refer_a_friend_form input:hover, #refer_a_friend_form .body-service-request #submit-id-submit:hover, .body-service-request #refer_a_friend_form #submit-id-submit:hover, .get_coupon_emailed_to_you_link:hover {
  background: #333;
  color: #fff;
}

.btn-danger,
.btn-primary {
  border: none;
  padding: 12px 20px;
}

#appointment_datepicker .modal-dialog .modal-content .modal-footer .btn-primary {
  background: #377072 !important;
  color: #fff;
}
#appointment_datepicker .modal-dialog .modal-content .modal-footer .btn-primary:hover {
  background: #264e50 !important;
  color: #ebf1f1;
}
#appointment_datepicker .modal-dialog .modal-content .modal-footer .btn-danger {
  background: #C4A935 !important;
  color: #fff;
}
#appointment_datepicker .modal-dialog .modal-content .modal-footer .btn-danger:hover {
  background: #9c862a !important;
  color: #f9f6eb;
}

.datepicker .btn-danger {
  background: #C4A935 !important;
  color: #fff;
}
.datepicker .btn-danger:hover {
  background: #9c862a !important;
  color: #f9f6eb;
}
.datepicker .btn-primary {
  background: #377072 !important;
  color: #fff;
}
.datepicker .btn-primary:hover {
  background: #264e50 !important;
  color: #ebf1f1;
}

.back-button {
  border: none;
  background: transparent;
  display: flex;
  font-size: 19px;
  align-items: center;
  padding: 20px 20px 10px 20px;
  position: absolute;
  color: #fff;
}
.back-button .caret {
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin-right: 8px;
  color: #FFF;
}
.back-button svg {
  margin-right: 10px;
  fill: #fff;
}

.gallery h3,
.gallery-header h3 {
  background: #377072;
  color: #377072;
  margin: 15px 0;
  text-align: left;
  padding: 10px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in 0.1s, 0.2s color ease-in 0.3s;
}
.gallery h3.animated,
.gallery-header h3.animated {
  transform: scaleX(1);
  color: #fff;
}

.category-list-item.header-text-style-2, #neighborhood_section .content-container #map .mapboxgl-popup-content h2.category-list-item, #blog_page_container #blog_header_one_container .category-list-item.header-text-style-1, #blog_page_container #blog_header_one_container .category-list-item.page-header {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.featured-content .header-text-style-2, .featured-content #neighborhood_section .content-container #map .mapboxgl-popup-content h2, #neighborhood_section .content-container #map .mapboxgl-popup-content .featured-content h2, .featured-content #blog_page_container #blog_header_one_container .header-text-style-1, #blog_page_container #blog_header_one_container .featured-content .header-text-style-1, .featured-content #blog_page_container #blog_header_one_container .page-header, #blog_page_container #blog_header_one_container .featured-content .page-header {
  padding-left: 0;
}

.tour-back-button {
  padding: 10px 60px;
}
@media only screen and (max-width: 1024px) {
  .tour-back-button {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .tour-back-button {
    float: right;
  }
}

.keep-touring-button-wrapper {
  margin: 30px;
}
@media only screen and (min-width: 768px) {
  .keep-touring-button-wrapper {
    width: 90%;
    margin: 20px auto 80px;
    max-width: 1600px;
  }
}

.save-summary-section .button-style-1, .save-summary-section .calendar-page .event-container #calendar-popup .event form .button, .calendar-page .event-container #calendar-popup .event form .save-summary-section .button, .save-summary-section .specials-page .promotions #promotions-list .promotion #promo_submit input, .specials-page .promotions #promotions-list .promotion #promo_submit .save-summary-section input, .save-summary-section .body-service-request #submit-id-submit, .body-service-request .save-summary-section #submit-id-submit {
  margin: 60px auto;
}

.blogs .header-text-style-5.text-color {
  font-size: var(--blog-headline-font-size);
}

.archie-help {
  display: flex;
  border-radius: 26px;
  padding: 0;
  border: 0;
  text-align: center;
  align-items: center;
  margin: 0 36px;
  background: transparent;
  color: var(--archie-color);
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  transform: scale(1);
}
.archie-help img {
  max-width: 42px;
}
@media only screen and (max-width: 600px) {
  .archie-help img {
    max-width: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .archie-help span {
    font-size: var(--mobile-font-size);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1399px) {
  .archie-help span {
    font-size: var(--small-dt-font-size);
  }
}
@media only screen and (min-width: 1400px) {
  .archie-help span {
    font-size: var(--lg-dt-font-size);
  }
}
.archie-help:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 600px) {
  .archie-help {
    margin: 0 14px;
  }
}
.archie-help span {
  padding: 0 5px;
}
@media only screen and (max-width: 600px) {
  .archie-help span {
    padding: 0 5px;
  }
}

#main_navbar {
  z-index: 21;
  position: relative;
  padding-right: 20px;
  position: sticky;
  top: 0;
}
#main_navbar .over-image {
  height: 0px;
}

.navbar-main {
  width: 100vw;
  display: flex;
  justify-content: space-between;
  padding: 0px;
  background: var(--navbar-interior-bg);
  align-items: center;
  color: var(--navbar-color);
}
.navbar-main .left-nav {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .navbar-main .left-nav {
    margin-left: 25px;
    padding: 8px 0;
  }
}
.navbar-main .hamburger-text {
  display: none;
}
.navbar-main .hamburger {
  border: none;
  background: transparent;
  width: 36px;
  height: 36px;
  background: var(--navbar-color);
  border-radius: 25px;
  text-align: center;
  margin-right: 25px;
  transform: scale(1);
  transition: ease-in-out all 0.2s;
  cursor: pointer;
  overflow: hidden;
}
.navbar-main .hamburger:hover {
  transform: scale(1.05);
}
.navbar-main .hamburger .line {
  transition: transform 0.3s ease-in-out;
}
.navbar-main .hamburger .line:nth-of-type(1) {
  transform: translateX(-200%);
}
.navbar-main .hamburger .line:nth-of-type(2) {
  transform: translateX(200%);
}
.navbar-main .hamburger .line:nth-of-type(3) {
  transform: translateX(-200%);
}
.navbar-main .hamburger.active .line {
  transition: transform 0.2s ease-in-out;
  transform: translateX(0);
}
.navbar-main .nav-phone {
  color: var(--navbar-color);
  margin: 0 20px 0 0;
  transition: transform ease-in-out 0.3s;
  transform: scale(1);
}
.navbar-main .nav-phone:hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  .navbar-main .nav-phone .phone-suffix,
.navbar-main .nav-phone .tty-number,
.navbar-main .nav-phone .api-display-phone {
    display: none;
  }
}
.navbar-main .links {
  display: none;
}
@media only screen and (min-width: 768px) {
  .navbar-main .links {
    list-style: none;
    display: flex;
    padding: 0;
    width: 200px;
    justify-content: space-evenly;
    margin-left: auto;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-main .links {
    list-style: none;
    display: flex;
    padding: 0;
    width: 400px;
    justify-content: space-evenly;
    margin-left: auto;
    margin-bottom: 0;
  }
}
.navbar-main .links .link {
  transition: all ease-in-out 0.3s;
  transform: scale(1);
}
.navbar-main .links .link:hover {
  transform: scale(1.1);
}
.navbar-main .links .link a {
  color: var(--navbar-color);
  transition: all ease-in-out 0.3s;
  transform: scale(1);
}
.navbar-main .links .link a:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 1240px) {
  .navbar-main .links .link:nth-of-type(1),
.navbar-main .links .link:nth-of-type(2) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-main .links .link:nth-of-type(3),
.navbar-main .links .link:nth-of-type(4) {
    display: none;
  }
}
.navbar-main .hamburger-line-group {
  width: 76%;
  height: 12px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .navbar-main .hamburger-line-group {
    width: 90%;
  }
}
.navbar-main .hamburger-line-group .line {
  height: 2px;
  width: 100%;
  background: var(--navbar-hamburger-lines);
}

@media only screen and (min-width: 1025px) {
  .mobile-logo {
    display: none;
  }
}

.desktop-logo {
  height: var(--nav-logo-height);
}
@media only screen and (max-width: 1024px) {
  .desktop-logo {
    display: none;
  }
}
.desktop-logo svg {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .nav-call-mobile {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .nav-call-dt {
    display: none;
  }
}

.dropdown-menu-overlay {
  display: block;
  position: fixed;
  z-index: 1000000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all linear;
}
.dropdown-menu-overlay.active {
  opacity: 0.3;
  pointer-events: all;
}

.dropdown-menu {
  position: fixed;
  background: var(--dropdown-bg);
  height: 100vh;
  width: 100vw;
  display: flex;
  top: 0;
  width: 0;
  right: 0;
  z-index: 1000001;
  transition: 1s all cubic-bezier(0.42, 0, 0.08, 1.04);
}
.dropdown-menu.active {
  width: 360px;
  overflow-x: hidden;
  overflow-y: auto;
}
.dropdown-menu.active .quick-links-button svg line {
  transition: all ease-in-out 0.2s;
  transform: translate(0px, 0px);
}
.dropdown-menu .dropdown-header {
  padding: 0px 25px 20px 30px;
}
.dropdown-menu .dropdown-header > div {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.dropdown-menu .dropdown-header > div a {
  height: var(--nav-dropdown-height);
}
.dropdown-menu .dropdown-header > div a img {
  height: 100%;
  padding-top: 24px;
}
.dropdown-menu .dropdown-header svg {
  margin: 10px 10px 10px 0;
}
.dropdown-menu .dropdown-header address {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-size: var(--dd-address-font-size);
  margin-top: 24px;
}
.dropdown-menu .dropdown-header address svg {
  height: 36px;
}
.dropdown-menu .quick-links-button {
  border: var(--quick-links-border);
  border-radius: 20px;
  font-size: 20px;
  padding: 6px;
  height: 36px;
  width: 36px;
  background: var(--dropdown-hamburger-close-bg);
  color: var(--dropdown-hamburger-close-lines);
  position: relative;
  right: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 18px;
  top: 10px;
  margin: 0;
}
.dropdown-menu .quick-links-button svg {
  margin: 0;
}
.dropdown-menu .quick-links-button line {
  transition: all ease-in-out 0.2s;
  stroke: var(--dropdown-hamburger-close-lines);
}
.dropdown-menu .quick-links-button line:first-of-type {
  transform: translate(44px, 44px);
}
.dropdown-menu .quick-links-button line:last-of-type {
  transform: translate(-44px, 44px);
}
.dropdown-menu .quick-links-button-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-width: 54px;
  background: var(--quick-links-bg-wrapper);
}
.dropdown-menu .quick-links-button-wrapper svg {
  background: transparent;
  border: var(--quick-links-border);
  border-radius: 20px;
  padding: 6px;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 20px 5px auto;
  font-size: 20px;
  background: var(--quick-links-bg);
}
.dropdown-menu .quick-links-button-wrapper svg span {
  display: block;
  padding: 8px 0;
  font-size: 17px;
  text-transform: uppercase;
}
.dropdown-menu .quick-links-nav {
  width: 100%;
  min-width: 360px;
  height: 100vh;
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  .dropdown-menu .quick-links-nav ul {
    margin-bottom: 100px;
  }
}
.dropdown-menu .quick-links-nav ul li {
  position: relative;
  text-align: center;
}
.dropdown-menu .quick-links-nav ul li:first-of-type {
  padding-top: 25px;
}
.dropdown-menu .quick-links-nav ul li a {
  padding: 20px 30px;
  display: block;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  transition: all ease-in-out 0.3s;
  text-transform: uppercase;
}
.dropdown-menu .quick-links-nav ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.dropdown-menu .quick-tour-nav {
  background: var(--quick-links-bg);
  display: none;
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100vw;
}
.dropdown-menu .quick-tour-nav.active {
  display: flex;
}
.dropdown-menu .quick-tour-nav .quick-links-button-wrapper {
  display: flex;
  margin: 20px;
  align-items: flex-start;
  justify-content: center svg;
  justify-content-margin: 0px;
}
.dropdown-menu .quick-tour-nav .quick-links-button-wrapper span {
  margin-left: 10px;
}

.quick-links-nav {
  height: 100vh;
  background: var(--quick-links-bg);
  position: relative;
}
.quick-links-nav .quick-links-list {
  list-style: none;
  display: grid;
  grid-template-columns: 47% 47%;
  grid-gap: 3%;
  padding: 6%;
}
.quick-links-nav .quick-links-list .quick-link {
  width: auto;
  border: var(--quick-links-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.quick-links-nav .navbar-main {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform ease-out 0.6s;
}
.quick-links-nav .navbar-main .left-nav {
  opacity: 0;
  transition: opacity ease-out 0.4s 0.6s;
}
.quick-links-nav .navbar-main .links {
  opacity: 0;
  transition: opacity ease-out 0.4s 0.6s;
}
.quick-links-nav .navbar-main .links .link a {
  position: relative;
}
.quick-links-nav .navbar-main .links .link a:after {
  content: "";
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transition: 0.3s ease-in-out all;
  background: var(--dropdown-hover-bg);
  position: absolute;
  transform-origin: left;
}
.quick-links-nav .navbar-main .links .link a:hover:after {
  transform: scaleX(1);
}
.quick-links-nav .navbar-main .hamburger {
  opacity: 0;
  transition: opacity ease-out 0.4s 0.6s;
  cursor: pointer;
}
.quick-links-nav .animated .navbar-main {
  transform: scaleX(1);
}
.quick-links-nav .animated .navbar-main .left-nav {
  opacity: 1;
}
.quick-links-nav .animated .navbar-main .links {
  opacity: 1;
}
.quick-links-nav .animated .navbar-main .hamburger {
  opacity: 1;
}

.no-scroll {
  overflow: hidden;
}

#footer {
  background: var(--footer-bg);
  color: var(--footer-color);
  padding: 40px;
  font-size: var(--footer-font-size);
}
@media only screen and (min-width: 768px) {
  #footer {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1025px) {
  #footer .ada-eho-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .ada-eho-container span {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #footer .ada-eho-container .hide-on-mobile {
    display: inline-block;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  #footer .footer-content-wrapper {
    max-width: 1600px;
    margin: auto;
    width: 90%;
  }
}
#footer .footer-corp-log-wrapper {
  margin-left: -13px;
}
#footer .corp-logo {
  max-width: 350px;
  display: block;
  margin-bottom: 25px;
}
#footer p {
  font-size: var(--footer-font-size);
  line-height: 1.6;
  padding: 16px 0;
}
#footer .equal-housing-link {
  min-width: 40px;
  margin-right: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  #footer .links {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .links a {
    min-width: 51%;
  }
}
@media only screen and (min-width: 768px) {
  #footer .disclaimer-site-mgmt {
    display: flex;
    align-items: center;
  }
}
#footer .disclaimer-site-mgmt .equal-housing-link {
  display: block;
  width: 30px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #footer .disclaimer-site-mgmt .hide-on-mobile {
    display: none;
  }
}
#footer .disclaimer-site-mgmt a {
  font-size: var(--footer-font-size);
}
#footer .disclaimer-site-mgmt svg {
  fill: var(--footer-color);
}

.sm-container {
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .sm-container {
    margin: 10px 0;
  }
}
.sm-container .sm-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 4px;
}
.sm-container .sm-icon svg {
  width: 100%;
  height: 100%;
}
.sm-container .sm-icon svg path {
  fill: var(--footer-color);
}

@media only screen and (min-width: 1025px) {
  .ada-eho-container {
    display: flex;
    align-items: center;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .ada-eho-container .equal-housing-link {
    margin: 10px 0;
  }
}
.ada-eho-container svg {
  fill: var(--footer-color);
  stroke: var(--footer-color);
  height: 24px;
  width: auto;
}
.ada-eho-container svg path {
  fill: var(--footer-color);
  stroke: var(--footer-color);
}

form .header-text-style-3, form .calendar-page .event-container #calendar-popup .event .calendar-title, .calendar-page .event-container #calendar-popup .event form .calendar-title, form .card-text, form .specials-page .promotion h2, .specials-page .promotion form h2, form .tour-list-item, form .poi-heading .header-text-style-2, form .poi-heading #neighborhood_section .content-container #map .mapboxgl-popup-content h2, #neighborhood_section .content-container #map .mapboxgl-popup-content form .poi-heading h2, form .poi-heading #blog_page_container #blog_header_one_container .header-text-style-1, #blog_page_container #blog_header_one_container form .poi-heading .header-text-style-1, form .poi-heading #blog_page_container #blog_header_one_container .page-header, #blog_page_container #blog_header_one_container form .poi-heading .page-header, .poi-heading form .header-text-style-2, .poi-heading form #neighborhood_section .content-container #map .mapboxgl-popup-content h2, #neighborhood_section .content-container #map .mapboxgl-popup-content .poi-heading form h2, .poi-heading form #blog_page_container #blog_header_one_container .header-text-style-1, #blog_page_container #blog_header_one_container .poi-heading form .header-text-style-1, .poi-heading form #blog_page_container #blog_header_one_container .page-header, #blog_page_container #blog_header_one_container .poi-heading form .page-header, form .poi-list-content h2, .poi-list-content form h2, form .featured-content .header-text-style-2, form .featured-content #neighborhood_section .content-container #map .mapboxgl-popup-content h2, #neighborhood_section .content-container #map .mapboxgl-popup-content form .featured-content h2, form .featured-content #blog_page_container #blog_header_one_container .header-text-style-1, #blog_page_container #blog_header_one_container form .featured-content .header-text-style-1, form .featured-content #blog_page_container #blog_header_one_container .page-header, #blog_page_container #blog_header_one_container form .featured-content .page-header, .featured-content form .header-text-style-2, .featured-content form #neighborhood_section .content-container #map .mapboxgl-popup-content h2, #neighborhood_section .content-container #map .mapboxgl-popup-content .featured-content form h2, .featured-content form #blog_page_container #blog_header_one_container .header-text-style-1, #blog_page_container #blog_header_one_container .featured-content form .header-text-style-1, .featured-content form #blog_page_container #blog_header_one_container .page-header, #blog_page_container #blog_header_one_container .featured-content form .page-header, form #map .mapboxgl-popup-content h2, #map .mapboxgl-popup-content form h2 {
  padding: 0;
  font-weight: 400;
}
form .form-control {
  color: var(--form-text-color);
}
form .form-control:focus {
  border-color: var(--form-border);
}

.radio-card label,
.radio-card input {
  cursor: pointer;
}

input:not([type=submit]), select, textarea {
  margin-top: 6px;
  width: 100%;
  border-radius: var(--shared-border-radius);
  font-family: var(--form-input-font-family);
  font-size: var(--form-input-font-size);
  font-weight: var(--form-input-font-weight);
  margin-bottom: 20px;
  border: var(--form-border);
  padding: 10px 10px;
}
@media only screen and (min-width: 1025px) {
  input:not([type=submit]), select, textarea {
    margin-top: 0px;
    border-radius: var(--shared-border-radius);
    margin-bottom: 20px;
  }
}

fieldset {
  border: none;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

#main_content .sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-availabilities h5 {
  text-align: center;
}

body {
  font-family: "Lato", sans-serif;
  width: 100vw;
  overflow-x: hidden;
  text-align: left;
  line-height: 1.4;
  font-feature-settings: "lnum" 1;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: var(--mobile-font-size);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1399px) {
  body {
    font-size: var(--small-dt-font-size);
  }
}
@media only screen and (min-width: 1400px) {
  body {
    font-size: var(--lg-dt-font-size);
  }
}
body .insidepage {
  text-align: left;
}

#rating {
  cursor: pointer;
  display: flex;
  width: 190px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1100px) {
  #blogs_page_container {
    width: 100%;
  }
}

.blogs-list .blogs-list-item {
  min-height: 0;
}

@media only screen and (max-width: 1099px) {
  .featured-heading {
    padding: 2% 5%;
  }
}

.post-search .button-style-1, .post-search .calendar-page .event-container #calendar-popup .event form .button, .calendar-page .event-container #calendar-popup .event form .post-search .button, .post-search .specials-page .promotions #promotions-list .promotion #promo_submit input, .specials-page .promotions #promotions-list .promotion #promo_submit .post-search input, .post-search .body-service-request #submit-id-submit, .body-service-request .post-search #submit-id-submit {
  margin: 0 0 60px;
}

#div_promotions {
  text-align: center;
  margin-bottom: 40px;
}

.fp-views,
.fp-details-content,
.fp-apartment-details-content {
  background: var(--floorplans-bg);
  padding-bottom: 30px;
}

.search-list {
  max-width: 420px;
}

.specials-page .promotion h2 {
  margin-bottom: 20px;
  padding: 0;
}

.or-divider {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
.or-divider:before, .or-divider:after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background: #333;
}

.text-card {
  border: 1px solid #333;
  border-radius: 6px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 77px;
}
.text-card input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.card, .body-service-request #div_service_request {
  border: 1px solid #eee;
}
.card.card-rounded, .body-service-request .card-rounded#div_service_request {
  border-radius: 10px;
}

.your-household-section {
  margin: 30px;
}
.your-household-section p {
  padding: 10px 0 34px;
}

.minimum-beds-section {
  margin: 30px;
}

.form-section {
  margin: 30px;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.button-style-1-petite.tour-back-button span, .body-classifieds input.tour-back-button[type=submit] span, .body-classifieds .tour-back-button.cancel span, .tour-back-button.get-coupon-emailed-to-you-link span {
  font-size: 15px;
}

.baguetteBox-spinner {
  display: none !important;
}

.danger {
  color: #FF5252;
}

.overview-section .info-list {
  padding: 0;
}

.dropdown-menu .dropdown-header address {
  justify-content: center;
}

.animate.hpt-list-header.animated {
  margin: 0;
  width: 100%;
  max-width: none;
}

@media only screen and (max-width: 767px) {
  .hpt .hpt-info-wrapper {
    margin: 40px auto 20px;
  }
}

.tour-buttons {
  margin: 0px;
  padding: 50px 0;
}
.tour-buttons .tour-button-container {
  justify-content: center;
}
.tour-buttons .button-style-1, .tour-buttons .calendar-page .event-container #calendar-popup .event form .button, .calendar-page .event-container #calendar-popup .event form .tour-buttons .button, .tour-buttons .specials-page .promotions #promotions-list .promotion #promo_submit input, .specials-page .promotions #promotions-list .promotion #promo_submit .tour-buttons input, .tour-buttons .body-service-request #submit-id-submit, .body-service-request .tour-buttons #submit-id-submit {
  max-width: 340px;
  margin: 20px auto;
}
@media only screen and (min-width: 1025px) {
  .tour-buttons .button-style-1, .tour-buttons .calendar-page .event-container #calendar-popup .event form .button, .calendar-page .event-container #calendar-popup .event form .tour-buttons .button, .tour-buttons .specials-page .promotions #promotions-list .promotion #promo_submit input, .specials-page .promotions #promotions-list .promotion #promo_submit .tour-buttons input, .tour-buttons .body-service-request #submit-id-submit, .body-service-request .tour-buttons #submit-id-submit {
    margin: 24px;
  }
}
.tour-buttons .header-text-style-1, .tour-buttons .page-header {
  margin: 20px;
  text-align: center;
}
.tour-buttons .button-style-2, .tour-buttons .get_coupon_emailed_to_you_link, .tour-buttons #refer_a_friend_form .button-style-1, .tour-buttons #refer_a_friend_form .calendar-page .event-container #calendar-popup .event form .button, .calendar-page .event-container #calendar-popup .event form .tour-buttons #refer_a_friend_form .button, .tour-buttons #refer_a_friend_form .specials-page .promotions #promotions-list .promotion #promo_submit input, .specials-page .promotions #promotions-list .promotion #promo_submit .tour-buttons #refer_a_friend_form input, .tour-buttons #refer_a_friend_form .body-service-request #submit-id-submit, .body-service-request .tour-buttons #refer_a_friend_form #submit-id-submit, #refer_a_friend_form .tour-buttons .button-style-1, #refer_a_friend_form .tour-buttons .calendar-page .event-container #calendar-popup .event form .button, .calendar-page .event-container #calendar-popup .event form #refer_a_friend_form .tour-buttons .button, #refer_a_friend_form .tour-buttons .specials-page .promotions #promotions-list .promotion #promo_submit input, .specials-page .promotions #promotions-list .promotion #promo_submit #refer_a_friend_form .tour-buttons input, #refer_a_friend_form .tour-buttons .body-service-request #submit-id-submit, .body-service-request #refer_a_friend_form .tour-buttons #submit-id-submit, .tour-buttons .form-holder .btn-primary, .form-holder .tour-buttons .btn-primary {
  max-width: 340px;
  margin: 20px auto;
}

.next-tour-link {
  column-gap: 15px;
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
.next-tour-link svg, .next-tour-link path, .next-tour-link line, .next-tour-link circle {
  height: auto;
  width: 40px;
  transition: stroke 0.3s ease-in-out;
}
.next-tour-link:hover {
  color: var(--button-style-1-bg-alt-hover);
  transition: all 0.3s ease-in-out;
}
.next-tour-link:hover svg, .next-tour-link:hover path, .next-tour-link:hover line, .next-tour-link:hover circle {
  fill: var(--button-style-1-bg-alt-hover);
  transition: stroke 0.3s ease-in-out;
}

.card-text {
  text-align: center;
}

:root {
  --base-font-bold-weight: 600;
  --svg-line-color: #fff;
}

.body-service-request #div_service_request .header-text-style-2, .body-service-request #div_service_request #neighborhood_section .content-container #map .mapboxgl-popup-content h2, #neighborhood_section .content-container #map .mapboxgl-popup-content .body-service-request #div_service_request h2, .body-service-request #div_service_request #blog_page_container #blog_header_one_container .header-text-style-1, #blog_page_container #blog_header_one_container .body-service-request #div_service_request .header-text-style-1, .body-service-request #div_service_request #blog_page_container #blog_header_one_container .page-header, #blog_page_container #blog_header_one_container .body-service-request #div_service_request .page-header {
  margin-bottom: 30px;
}
.body-service-request #submit-id-submit {
  margin-top: 0;
}

#save_summary {
  background-color: #213E58;
}

.body-classifieds .classifieds-container .classified-interior {
  margin: 30px auto;
}
.body-classifieds .cancel {
  background: var(--danger);
  color: var(--danger-alt);
}
.body-classifieds input[type=submit] {
  background: var(--success);
  color: var(--success-alt);
}
.body-classifieds .classifieds-header.nowebp {
  background-image: url(/gridmedia/img/__classifieds-header-592.jpg);
}
@media only screen and (min-width: 768px) {
  .body-classifieds .classifieds-header.nowebp {
    background-image: url(/gridmedia/img/__classifieds-header-1420.jpg);
    background-position: middle;
  }
}
@media only screen and (min-width: 1300px) {
  .body-classifieds .classifieds-header.nowebp {
    background-image: url(/gridmedia/img/__classifieds-header-1658.jpg);
  }
}
@media only screen and (min-width: 1600px) {
  .body-classifieds .classifieds-header.nowebp {
    background-image: url(/gridmedia/img/__classifieds-header-1800.jpg);
  }
}
@media only screen and (min-width: 1750px) {
  .body-classifieds .classifieds-header.nowebp {
    background-image: url(/gridmedia/img/__classifieds-header-2200.jpg);
  }
}
.body-classifieds .classifieds-header.webp {
  background-image: url(/gridmedia/img/__classifieds-header-592.webp);
}
@media only screen and (min-width: 768px) {
  .body-classifieds .classifieds-header.webp {
    background-image: url(/gridmedia/img/__classifieds-header-1420.webp);
    background-position: middle;
  }
}
@media only screen and (min-width: 1300px) {
  .body-classifieds .classifieds-header.webp {
    background-image: url(/gridmedia/img/__classifieds-header-1658.webp);
  }
}
@media only screen and (min-width: 1600px) {
  .body-classifieds .classifieds-header.webp {
    background-image: url(/gridmedia/img/__classifieds-header-1800.webp);
  }
}
@media only screen and (min-width: 1750px) {
  .body-classifieds .classifieds-header.webp {
    background-image: url(/gridmedia/img/__classifieds-header-2200.webp);
  }
}

.box-card.content-container-padded-container.content-container.desktop-1-col-skinny {
  border: 1px solid #939393;
  border-radius: 6px;
}

#blogs_heading {
  max-width: 500px;
  margin: 60px auto;
}

.sister-link h5 {
  margin: 10px;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-distance {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 0;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 46px;
}
.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-distance h5 {
  width: 50%;
  margin: 8px 0;
}

.ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td.undefined:not(.ui-datepicker-unselectable):hover .ui-state-default {
  color: #fff;
}

.sisters-container #sister_community_rents {
  text-align: center;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-phone,
.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-address {
  width: 90%;
  margin: 0 5%;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-availabilities {
  margin: 0 0 70px;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-hero-shot {
  margin: 0 5%;
  width: 90%;
}

.sister-address,
.sister-phone,
.sister-availabilities {
  width: 90%;
  margin: 0 5%;
}

@media only screen and (max-width: 767px) {
  .sisters-container #sister_community_rents .sister-communities .sister {
    max-width: 342px;
  }
}
.sisters-container #sister_community_rents .sister-communities .sister .sister-details {
  margin: 0;
}

#blog_page_container {
  border: solid 1px #d1d1d1;
  padding: 45px;
  max-width: 1600px;
  margin: auto;
  width: 90%;
}
#blog_page_container.active {
  display: block;
}
#blog_page_container .back-button {
  top: 0;
  left: 0;
}
#blog_page_container .back-button a {
  z-index: 1;
  margin: 20px 0;
}
#blog_page_container .back-button a:before {
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  #body_floorplans .keep-touring-button-wrapper {
    width: calc(100% - 60px);
    margin: 20px auto 80px;
    max-width: 1440px;
  }
}

#blog_header_one_container .accent-line {
  padding-top: 15px;
  padding-bottom: 30px;
  display: inline-table;
}

iframe {
  border: none;
}

form label {
  color: #000;
  margin: 0;
}

#contact_page form label {
  color: #000;
  margin: 0;
}
#contact_page .form-holder .form-style1 label[for=mm_pf_contact_text_verify] {
  color: #000;
  margin: 0;
}

.specials-page .outer-most-container .promotions .promotion form div label {
  display: block;
}

.button-style-1-petite#open_gallery, #open_gallery.get-coupon-emailed-to-you-link, .body-classifieds #open_gallery.cancel, .body-classifieds input#open_gallery[type=submit], .button-style-1-petite.open-amenity-list, .open-amenity-list.get-coupon-emailed-to-you-link, .body-classifieds .open-amenity-list.cancel, .body-classifieds input.open-amenity-list[type=submit] {
  background: var(--hp-expand-section-background);
  color: var(--hp-expand-section-color);
  border: var(--hp-expand-section-border);
  transition: all 0.3s ease-in-out;
}
.button-style-1-petite#open_gallery:hover, #open_gallery.get-coupon-emailed-to-you-link:hover, .body-classifieds #open_gallery.cancel:hover, .body-classifieds input#open_gallery[type=submit]:hover, .button-style-1-petite.open-amenity-list:hover, .open-amenity-list.get-coupon-emailed-to-you-link:hover, .body-classifieds .open-amenity-list.cancel:hover, .body-classifieds input.open-amenity-list[type=submit]:hover {
  background: var(--hp-expand-section-background-hover);
  color: var(--hp-expand-section-color-hover);
  border: var(--hp-expand-section-border-hover);
}

.guided-tour-navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 0px auto;
  flex-wrap: wrap;
  max-width: 1600px;
  width: 90%;
}

.guided-tour-navigation .tour-back-button {
  margin: 40px 0;
  max-width: 280px;
  position: relative;
  transition: 0.3s ease-in-out all;
  transition: 0.3s;
}
.guided-tour-navigation .tour-back-button svg {
  border: 1px solid var(--button-style-1-bg-alt);
  border-radius: 30px;
  height: 30px;
  width: 30px;
  padding: 4px;
  margin-right: 10px;
  fill: var(--button-style-1-bg-alt);
}
.guided-tour-navigation .tour-back-button path {
  fill: var(--button-style-1-bg-alt);
  transition: 0.3s ease-in-out all;
}
.guided-tour-navigation .tour-back-button:hover svg {
  border: 1px solid var(--button-style-1-bg-alt-hover);
  fill: var(--button-style-1-bg-alt-hover);
}
.guided-tour-navigation .tour-back-button:hover svg path {
  fill: var(--button-style-1-bg-alt-hover);
  stroke: transparent;
}

.guided-tour-navigation .next-tour-link {
  margin: 40px 0;
  max-width: 280px;
  transition: 0.3s ease-in-out all;
  transition: 0.3s;
}
.guided-tour-navigation .next-tour-link svg {
  fill: var(--button-style-1-bg-alt);
  stroke: transparent;
}
.guided-tour-navigation .next-tour-link path {
  fill: var(--button-style-1-bg-alt);
  stroke: transparent;
  transition: 0.3s ease-in-out all;
}
.guided-tour-navigation .next-tour-link:hover svg {
  fill: var(--button-style-1-bg-alt);
}
.guided-tour-navigation .next-tour-link:hover svg path {
  fill: var(--button-style-1-bg-alt-hover);
  stroke: transparent;
}

.guided-tour-navigation .tour-back-button * {
  pointer-events: none;
}

.guided-tour-navigation .next-tour-link * {
  pointer-events: none;
}

@media only screen and (max-width: 1024px) {
  .guided-tour-navigation .next-tour-link {
    width: 100%;
  }

  .guided-tour-navigation .tour-back-button {
    width: 100%;
  }
}
.calendar .calendar-day-container .event > span {
  padding: 5px;
}
.calendar .calendar-day-container .event .day-title {
  padding-left: 26px;
  text-transform: capitalize;
  width: auto;
  background: transparent !important;
}
.calendar .calendar-day-container .event .day-title,
.calendar .calendar-day-container .event .day-date {
  text-align: left;
  font-size: 16px;
  padding-left: 26px;
}
.calendar .calendar-day-container .event .day-date {
  padding-left: 26px;
}

.calendar-page .event-container #calendar-popup {
  max-height: 62vh;
  overflow-y: auto;
  width: 100%;
}
.calendar-page .event-container #calendar-popup .event {
  width: 100%;
  padding: 30px;
  background: #fff;
  text-align: left;
}
.calendar-page .event-container #calendar-popup .event .calendar_form {
  text-align: left;
}
.calendar-page .event-container #calendar-popup .event form .button {
  margin-top: 0;
}
.calendar-page .event-container #calendar-popup .event .calendar-date {
  text-align: left;
  font-size: 16px;
  display: block;
  padding-left: 0;
  color: #377072;
}
.calendar-page .event-container #calendar-popup .event .calendar-title {
  text-transform: capitalize;
  width: auto;
  background: transparent;
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 15px;
  padding-top: 10px;
}
.calendar-page .event-container #calendar-popup .event .calendar-description {
  position: relative;
  display: block;
  text-align: left;
  color: var(--text-box-bg-alt);
  margin: 0 0 13px;
  padding: 8px;
}
.calendar-page .event-container #calendar-popup .calendar-close {
  top: 10px;
  right: 10px;
}
.calendar-page .event-container #calendar-popup .calendar-close .icon-close-x {
  border: 1px solid #333;
  background: #e0a92d;
  padding: 12px;
  border-radius: 25px;
  height: 30px;
  width: 30px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-page .event-container #calendar-popup .calendar-close .icon-close-x:before {
  content: "X";
  border: #333;
  color: #333;
}

.more-about-links-section h2 {
  text-align: center;
}

@media only screen and (min-width: 1280px) {
  .hpt-wrapper {
    max-width: 1040px;
  }
}

.ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td span,
.ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td a {
  font-size: var(--small-dt-font-size);
}

@media only screen and (min-width: 1400px) {
  #contact_page #appointment_datepicker #appointment_time_select {
    width: 219px;
  }
}

@media only screen and (min-width: 1400px) {
  #contact_page #appointment_datepicker #appointment_calendar_picker .ui-datepicker {
    width: 330px;
  }
}

.info-list-wrapper .hpt-list-header {
  text-align: center;
}
.info-list-wrapper .hpt-list-header span {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .info-list-wrapper .hpt-list-header {
    width: 100%;
  }
}

#emergency-services {
  margin-bottom: 0 !important;
}

@font-face {
  font-family: "icons";
  src: url("./__icons.eot?9b4489e026d86510aaf8aa813665bf51#iefix") format("embedded-opentype"), url("./__icons.woff2?9b4489e026d86510aaf8aa813665bf51") format("woff2"), url("./__icons.woff?9b4489e026d86510aaf8aa813665bf51") format("woff");
}
.body-classifieds {
  position: relative;
  position: relative;
}
.body-classifieds .classifieds-listing-contain > div {
  display: inline-block;
  width: 90%;
  margin: 15px 5%;
  max-width: 750px;
  border-bottom: var(--classifieds-listing-container-border);
  box-shadow: var(--classifieds-listing-container-box-shadow);
}
.body-classifieds .classifieds-listing-contain > div .classified-title {
  text-transform: uppercase;
  font-size: var(--classifieds-listing-title-font-size);
  line-height: var(--classifieds-listing-title-line-height);
  font-weight: bold;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.body-classifieds .classifieds-listing-contain > div:hover a:not(.button-petite) {
  color: var(--classifieds-listing-title-color);
}
.body-classifieds .classifieds-listing-contain > div:hover .classified-title {
  color: var(--classifieds-listing-title-color-hover);
}
.body-classifieds .classifieds-listing-contain > div .class-ad {
  width: 100%;
  background: var(--classifieds-ad-bg);
}
.body-classifieds .classifieds-listing-contain > div .class-ad .button-petite {
  margin: 20px 0;
  background: var(--classifieds-ad-read-more-btn-bg);
  color: var(--classifieds-ad-read-more-btn-color);
}
.body-classifieds .classifieds-listing-contain > div .classifieds-ad-header {
  text-align: left;
  background: var(--classifieds-ad-header-bg);
  padding: 5px 15px 0;
  border: var(--classifieds-ad-header-border);
  display: block;
}
.body-classifieds .classifieds-listing-contain > div .classifieds-ad-header .icon-ios-camera {
  display: inline-block;
  font-size: var(--classifieds-icon-camera-font-size);
  line-height: var(--classifieds-icon-camera-line-height);
  vertical-align: top;
  top: -1px;
  color: var(--classifieds-icon-camera-color);
}
.body-classifieds .classifieds-listing-contain > div .classifieds-ad-header .classfied-time {
  font-size: var(--classifieds-time-font-size);
  line-height: var(--classifieds-time-line-height);
  margin: 0;
  vertical-align: bottom;
  float: right;
  color: var(--classifieds-time-color);
}
.body-classifieds .classifieds-listing-contain > div .text-information {
  position: relative;
  padding: 15px;
  background: var(--classified-text-info-bg);
  max-width: 80%;
  margin: auto;
}
.body-classifieds .classifieds-listing-contain > div .text-information .classified-description {
  text-align: left;
  overflow: hidden;
  max-height: 150px;
}
.body-classifieds .classifieds-listing-contain > div .text-information .classified-description:after {
  content: "";
  left: 0;
  bottom: 0px;
  height: 60px;
  width: 100%;
  height: 100px;
  position: absolute;
  display: inline-block;
  background: transparent;
  background: linear-gradient(to top, transparent 0, rgba(var(--classified-description-gradient-color), 0%) 100%);
}
.body-classifieds #form-container {
  padding: 0;
}
.body-classifieds #detail-container {
  padding: 0;
}
.body-classifieds #detail-container article {
  left: 0;
  top: 0;
  margin: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: var(--classified-detail-artical-bg);
  z-index: 100;
}
.body-classifieds #detail-container .detail-wrapper {
  display: inline-block;
  margin: 0;
  border-top: var(--classified-detail-wrapper-border);
  text-align: center;
  padding: 0;
  background: var(--classified-detail-wrapper-bg);
  overflow: scroll;
  z-index: 100;
  border: 0 none;
  height: 80vh;
  width: 60vw;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 300px;
  max-width: 1400px;
}
.body-classifieds #detail-container .detail-wrapper > h1 {
  background: var(--classified-detail-container-header-bg);
  color: var(--classified-detail-container-header-color);
  padding: 35px 10px;
  margin: 0;
}
@media only screen and (max-width: 1025px) {
  .body-classifieds #detail-container .detail-wrapper > h1 {
    padding: 76px 10px 20px;
  }
}
.body-classifieds #detail-container .detail-wrapper > p:not(.description) {
  background: var(--classified-detail-container-p-bg);
  color: var(--classified-detail-container-p-color);
}
.body-classifieds #detail-container .detail-wrapper p a {
  color: var(--classified-edit-post-color);
}
.body-classifieds #detail-container .detail-wrapper .description {
  text-align: left;
  width: 70%;
  max-width: 800px;
  margin: 5px auto 20px;
  padding: 10px;
  background: var(--classified-detail-container-description-bg);
  border: var(--classified-detail-container-description-border);
  vertical-align: top;
}
@media only screen and (min-width: 1026px) {
  .body-classifieds #detail-container .detail-wrapper .description {
    padding: 30px;
    display: inline-block;
  }
}
@media only screen and (min-width: 1600px) {
  .body-classifieds #detail-container .detail-wrapper .description {
    column-count: 2;
    margin-top: 0;
  }
}
.body-classifieds #detail-container .detail-wrapper .close {
  position: absolute;
  top: 10px;
  right: 18px;
  font-size: 32px;
  z-index: 11;
}
.body-classifieds #detail-container .detail-wrapper img {
  border: var(--classified-detail-container-description-img-border);
  box-shadow: var(--classified-detail-container-description-img-box-shadow);
  margin-bottom: 15px;
  width: 100%;
  max-width: 600px;
  vertical-align: top;
}
.body-classifieds .user-name {
  background: var(--classified-user-name-bg);
  padding: 5px 15px;
  border: var(--classified-user-name-border);
  margin: 0;
  text-align: center;
  max-width: 100%;
}
.body-classifieds .button-container {
  padding: 15px 0;
  border-bottom: var(--classified-border-bottom);
  background: var(--classified-button-background);
}
.body-classifieds .button-container .btn {
  display: inline-block;
  margin: 10px;
}
.body-classifieds .classified-interior {
  background: var(--classified-interior-bg);
  margin: 30px auto;
  padding: 5%;
}
@media only screen and (max-width: 1025px) {
  .body-classifieds .classified-interior {
    width: 95%;
  }
}
@media only screen and (min-width: 1026px) {
  .body-classifieds .classified-interior {
    width: 60%;
  }
}
.body-classifieds .classified-interior#list-container {
  background: var(--classified-interior-list-bg);
}
.body-classifieds .classified-interior .classifieds-auth-container > p {
  text-align: left;
  margin: 30px auto;
  width: 95%;
}
.body-classifieds .classified-interior form {
  max-width: 450px;
  margin: 0 auto;
}
.body-classifieds .classified-interior form .form-group label {
  display: block;
  margin-bottom: var(--classified-label-margin-button);
  text-align: left;
}
.body-classifieds .classified-interior form.file-input {
  padding: 10px;
  border: var(--classified-file-input-border);
  margin: 10px auto 0;
}
.body-classifieds .classified-interior form.file-input input {
  margin-top: 5px;
}
.body-classifieds .classified-interior form.file-input input[type=submit] {
  display: block;
  margin: 0 0 0 auto;
}
.body-classifieds .classified-interior form.file-input input[type=submit].save {
  background: var(--classified-input-save-bg);
  color: var(--classified-input-save-color);
}
.body-classifieds .classified-interior form.file-input input[type=submit].save:hover {
  background: var(--classified-input-save-bg-hover);
}
.body-classifieds .classified-interior .delete-button {
  margin: 0 10px 0 auto;
  display: block;
}
.body-classifieds .classified-interior .classified-form-content {
  border: var(--classified-form-border);
  padding: 15px;
  width: 94%;
  margin: 20px 3%;
  background: var(--classified-form-bg);
}
.body-classifieds .classified-interior .classified-form-content .help-text {
  margin: 30px auto;
  max-width: 460px;
  text-align: left;
}
.body-classifieds .classified-interior .classified-form-content .submit-buttons {
  text-align: right;
  margin-bottom: 25px;
  margin-right: 10px;
}
.body-classifieds .classified-interior .classified-form-content .submit-buttons button {
  margin-right: 12px;
}
.body-classifieds .classified-interior .classified-form-content .submit-buttons button,
.body-classifieds .classified-interior .classified-form-content .submit-buttons input {
  min-width: 100px;
}
.body-classifieds .error,
.body-classifieds .success {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  z-index: 12;
  background-color: rgba(51, 51, 51, 0.8);
}
.body-classifieds .error .error-message,
.body-classifieds .success .error-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color2);
  color: var(--color2-alt);
}
.body-classifieds .error-message {
  display: inline-block;
  list-style: none;
  width: 96%;
  margin: 2%;
  max-width: 520px;
  background: var(--classified-error-message-bg);
  box-shadow: var(--classifieds-error-box-shadow);
}
.body-classifieds .error-message .error-header {
  text-align: left;
  border-bottom: var(--classified-error-message-border-bottom);
  padding: 0 10px;
}
.body-classifieds .error-message .error-header h4 {
  color: var(--classified-error-header-color);
  display: inline-block;
  width: auto;
}
.body-classifieds .error-message .error-header .close-button {
  float: right;
  background: transparent;
  border: 0 none;
  padding: 0;
  margin-top: 10px;
  color: var(--classified-error-close-btn-font-color);
  font-size: var(--classified-error-close-btn-font-size);
  transition: all, 0.2s, ease 0s;
}
.body-classifieds .error-message .error-header .close-button:hover {
  color: var(--classified-error-close-btn-font-color-hover);
  transition: all, 0.2s, ease 0s;
}
.body-classifieds .error-message .error-header .close-button:focus {
  outline: 0 none;
  color: var(--classified-error-close-btn-font-color-focus);
}
.body-classifieds .error-message .error-body {
  border-top: var(--classified-error-body-border-top);
  padding: 20px 15px;
}
.body-classifieds .error-message .error-body p {
  color: var(--classified-error-body-color);
  margin: 10px 0;
}
.body-classifieds .error-message .error-footer {
  background: var(--classified-error-footer-bg);
  border-bottom: var(--classified-error-footer-border-bottom);
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px;
  text-align: right;
}
.body-classifieds input:not([type=submit]) {
  width: 100%;
  border-top: var(--classifieds-input-border-top);
  border-bottom: var(--classifieds-input-border-bottom);
  border-left: var(--classifieds-input-border-left);
  border-right: var(--classifieds-input-border-right);
  padding: 11px 0;
}
.body-classifieds .classifieds-listing-contain > div {
  display: inline-block;
  width: 90%;
  margin: 15px 5%;
  max-width: 750px;
  border-bottom: var(--classifieds-listing-container-border);
  box-shadow: var(--classifieds-listing-container-box-shadow);
}
.body-classifieds .classifieds-listing-contain > div .classified-title {
  text-transform: uppercase;
  font-size: var(--classifieds-listing-title-font-size);
  line-height: var(--classifieds-listing-title-line-height);
  font-weight: bold;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.body-classifieds .classifieds-listing-contain > div:hover a:not(.button-style-1-petite):not(.get-coupon-emailed-to-you-link) {
  color: var(--classifieds-listing-title-color);
}
.body-classifieds .classifieds-listing-contain > div:hover .classified-title {
  color: var(--classifieds-listing-title-color-hover);
}
.body-classifieds .classifieds-listing-contain > div .class-ad {
  width: 100%;
  background: var(--classifieds-ad-bg);
}
.body-classifieds .classifieds-listing-contain > div .class-ad .button-style-1-petite, .body-classifieds .classifieds-listing-contain > div .class-ad .get-coupon-emailed-to-you-link, .body-classifieds .classifieds-listing-contain > div .class-ad .cancel, .body-classifieds .classifieds-listing-contain > div .class-ad input[type=submit] {
  margin: 20px 0;
  background: var(--classifieds-ad-read-more-btn-bg);
  color: var(--classifieds-ad-read-more-btn-color);
}
.body-classifieds .classifieds-listing-contain > div .classifieds-ad-header {
  text-align: left;
  background: var(--classifieds-ad-header-bg);
  padding: 5px 15px 0;
  border: var(--classifieds-ad-header-border);
  display: block;
}
.body-classifieds .classifieds-listing-contain > div .classifieds-ad-header .icon-ios-camera {
  display: inline-block;
  font-size: var(--classifieds-icon-camera-font-size);
  line-height: var(--classifieds-icon-camera-line-height);
  vertical-align: top;
  top: -1px;
  color: var(--classifieds-icon-camera-color);
}
.body-classifieds .classifieds-listing-contain > div .classifieds-ad-header .classfied-time {
  font-size: var(--classifieds-time-font-size);
  line-height: var(--classifieds-time-line-height);
  margin: 0;
  vertical-align: bottom;
  float: right;
  color: var(--classifieds-time-color);
}
.body-classifieds .classifieds-listing-contain > div .text-information {
  position: relative;
  padding: 15px;
  background: var(--classified-text-info-bg);
  max-width: 80%;
  margin: auto;
}
.body-classifieds .classifieds-listing-contain > div .text-information .classified-description {
  text-align: left;
  overflow: hidden;
  max-height: 150px;
}
.body-classifieds .classifieds-listing-contain > div .text-information .classified-description:after {
  content: "";
  left: 0;
  bottom: 0px;
  height: 60px;
  width: 100%;
  height: 100px;
  position: absolute;
  display: inline-block;
  background: transparent;
  background: linear-gradient(to top, transparent 0, rgba(var(--classified-description-gradient-color), 0%) 100%);
}
.body-classifieds #form-container {
  padding: 0;
}
.body-classifieds #detail-container {
  padding: 0;
}
.body-classifieds #detail-container article {
  left: 0;
  top: 0;
  margin: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: var(--classified-detail-artical-bg);
  z-index: 100;
}
.body-classifieds #detail-container .detail-wrapper {
  display: inline-block;
  margin: 0;
  border-top: var(--classified-detail-wrapper-border);
  text-align: center;
  padding: 0;
  background: var(--classified-detail-wrapper-bg);
  overflow: scroll;
  z-index: 100;
  border: 0 none;
  height: 80vh;
  width: 60vw;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 300px;
  max-width: 1400px;
}
.body-classifieds #detail-container .detail-wrapper > h1 {
  background: var(--classified-detail-container-header-bg);
  color: var(--classified-detail-container-header-color);
  padding: 35px 10px;
  margin: 0;
}
@media only screen and (max-width: 1025px) {
  .body-classifieds #detail-container .detail-wrapper > h1 {
    padding: 76px 10px 20px;
  }
}
.body-classifieds #detail-container .detail-wrapper > p:not(.description) {
  background: var(--classified-detail-container-p-bg);
  color: var(--classified-detail-container-p-color);
}
.body-classifieds #detail-container .detail-wrapper p a {
  color: var(--classified-edit-post-color);
}
.body-classifieds #detail-container .detail-wrapper .description {
  text-align: left;
  width: 70%;
  max-width: 800px;
  margin: 5px auto 20px;
  padding: 10px;
  background: var(--classified-detail-container-description-bg);
  border: var(--classified-detail-container-description-border);
  vertical-align: top;
}
@media only screen and (min-width: 1026px) {
  .body-classifieds #detail-container .detail-wrapper .description {
    padding: 30px;
    display: inline-block;
  }
}
@media only screen and (min-width: 1600px) {
  .body-classifieds #detail-container .detail-wrapper .description {
    column-count: 2;
    margin-top: 0;
  }
}
.body-classifieds #detail-container .detail-wrapper .close {
  position: absolute;
  top: 10px;
  right: 18px;
  font-size: 32px;
  z-index: 11;
}
.body-classifieds #detail-container .detail-wrapper img {
  border: var(--classified-detail-container-description-img-border);
  box-shadow: var(--classified-detail-container-description-img-box-shadow);
  margin-bottom: 15px;
  width: 100%;
  max-width: 600px;
  vertical-align: top;
}
.body-classifieds .user-name {
  background: var(--classified-user-name-bg);
  padding: 5px 15px;
  border: var(--classified-user-name-border);
  margin: 0;
  text-align: center;
  max-width: 100%;
}
.body-classifieds .button-container {
  padding: 15px 0;
  border-bottom: var(--classified-border-bottom);
  background: var(--classified-button-background);
}
.body-classifieds .button-container .btn {
  display: inline-block;
  margin: 10px;
}
.body-classifieds .classified-interior {
  background: var(--classified-interior-bg);
  margin: 30px auto;
  padding: 5%;
}
@media only screen and (max-width: 1025px) {
  .body-classifieds .classified-interior {
    width: 95%;
  }
}
@media only screen and (min-width: 1026px) {
  .body-classifieds .classified-interior {
    width: 60%;
  }
}
.body-classifieds .classified-interior#list-container {
  background: var(--classified-interior-list-bg);
}
.body-classifieds .classified-interior .classifieds-auth-container > p {
  text-align: left;
  margin: 30px auto;
  width: 95%;
}
.body-classifieds .classified-interior form {
  max-width: 450px;
  margin: 0 auto;
}
.body-classifieds .classified-interior form .form-group label {
  display: block;
  margin-bottom: var(--classified-label-margin-button);
  text-align: left;
}
.body-classifieds .classified-interior form.file-input {
  padding: 10px;
  border: var(--classified-file-input-border);
  margin: 10px auto 0;
}
.body-classifieds .classified-interior form.file-input input {
  margin-top: 5px;
}
.body-classifieds .classified-interior form.file-input input[type=submit] {
  display: block;
  margin: 0 0 0 auto;
}
.body-classifieds .classified-interior form.file-input input[type=submit].save {
  background: var(--classified-input-save-bg);
  color: var(--classified-input-save-color);
}
.body-classifieds .classified-interior form.file-input input[type=submit].save:hover {
  background: var(--classified-input-save-bg-hover);
}
.body-classifieds .classified-interior .delete-button {
  margin: 0 10px 0 auto;
  display: block;
}
.body-classifieds .classified-interior .classified-form-content {
  border: var(--classified-form-border);
  padding: 15px;
  width: 94%;
  margin: 20px 3%;
  background: var(--classified-form-bg);
}
.body-classifieds .classified-interior .classified-form-content .help-text {
  margin: 30px auto;
  max-width: 460px;
  text-align: left;
}
.body-classifieds .classified-interior .classified-form-content .submit-buttons {
  text-align: right;
  margin-bottom: 25px;
  margin-right: 10px;
}
.body-classifieds .classified-interior .classified-form-content .submit-buttons button {
  margin-right: 12px;
}
.body-classifieds .classified-interior .classified-form-content .submit-buttons button,
.body-classifieds .classified-interior .classified-form-content .submit-buttons input {
  min-width: 100px;
}
.body-classifieds .error,
.body-classifieds .success {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  z-index: 12;
  background-color: rgba(51, 51, 51, 0.8);
}
.body-classifieds .error .error-message,
.body-classifieds .success .error-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color2);
  color: var(--color2-alt);
}
.body-classifieds .error-message {
  display: inline-block;
  list-style: none;
  width: 96%;
  margin: 2%;
  max-width: 520px;
  background: var(--classified-error-message-bg);
  box-shadow: var(--classifieds-error-box-shadow);
}
.body-classifieds .error-message .error-header {
  text-align: left;
  border-bottom: var(--classified-error-message-border-bottom);
  padding: 0 10px;
}
.body-classifieds .error-message .error-header h4 {
  color: var(--classified-error-header-color);
  display: inline-block;
  width: auto;
}
.body-classifieds .error-message .error-header .close-button {
  float: right;
  background: transparent;
  border: 0 none;
  padding: 0;
  margin-top: 10px;
  color: var(--classified-error-close-btn-font-color);
  font-size: var(--classified-error-close-btn-font-size);
  transition: all, 0.2s, ease 0s;
}
.body-classifieds .error-message .error-header .close-button:hover {
  color: var(--classified-error-close-btn-font-color-hover);
  transition: all, 0.2s, ease 0s;
}
.body-classifieds .error-message .error-header .close-button:focus {
  outline: 0 none;
  color: var(--classified-error-close-btn-font-color-focus);
}
.body-classifieds .error-message .error-body {
  border-top: var(--classified-error-body-border-top);
  padding: 20px 15px;
}
.body-classifieds .error-message .error-body p {
  color: var(--classified-error-body-color);
  margin: 10px 0;
}
.body-classifieds .error-message .error-footer {
  background: var(--classified-error-footer-bg);
  border-bottom: var(--classified-error-footer-border-bottom);
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px;
  text-align: right;
}
.body-classifieds input:not([type=submit]) {
  width: 100%;
  border-top: var(--classifieds-input-border-top);
  border-bottom: var(--classifieds-input-border-bottom);
  border-left: var(--classifieds-input-border-left);
  border-right: var(--classifieds-input-border-right);
  padding: 11px 0;
}
.body-classifieds .insidepage {
  position: static;
}
.body-classifieds .insidepage.classifieds-container {
  padding-top: 0;
}

.amenity-icon-247:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.amenity-icon-247.air-conditioning:before {
  content: "";
}

.amenity-icon-247.all-utilities-included:before {
  content: "";
}

.amenity-icon-247.appliances:before {
  content: "";
}

.amenity-icon-247.balcony:before {
  content: "";
}

.amenity-icon-247.basketball:before {
  content: "";
}

.amenity-icon-247.bathroom_1:before {
  content: "";
}

.amenity-icon-247.bathroom:before {
  content: "";
}

.amenity-icon-247.bbq:before {
  content: "";
}

.amenity-icon-247.breakfast-bar:before {
  content: "";
}

.amenity-icon-247.bus-line:before {
  content: "";
}

.amenity-icon-247.business-center:before {
  content: "";
}

.amenity-icon-247.cabinets:before {
  content: "";
}

.amenity-icon-247.cable:before {
  content: "";
}

.amenity-icon-247.cat-friendly:before {
  content: "";
}

.amenity-icon-247.ceiling-fan:before {
  content: "";
}

.amenity-icon-247.clubhouse:before {
  content: "";
}

.amenity-icon-247.coffee-bar:before {
  content: "";
}

.amenity-icon-247.conceirge:before {
  content: "";
}

.amenity-icon-247.custom-interiors:before {
  content: "";
}

.amenity-icon-247.default-icon:before {
  content: "";
}

.amenity-icon-247.den:before {
  content: "";
}

.amenity-icon-247.disability-access:before {
  content: "";
}

.amenity-icon-247.dishwasher:before {
  content: "";
}

.amenity-icon-247.dog-friendly:before {
  content: "";
}

.amenity-icon-247.double-vanity:before {
  content: "";
}

.amenity-icon-247.elementary:before {
  content: "";
}

.amenity-icon-247.extra-storage:before {
  content: "";
}

.amenity-icon-247.fireplace:before {
  content: "";
}

.amenity-icon-247.fitness-center:before {
  content: "";
}

.amenity-icon-247.fully-furnished:before {
  content: "";
}

.amenity-icon-247.garage:before {
  content: "";
}

.amenity-icon-247.garbage-disposal:before {
  content: "";
}

.amenity-icon-247.gated:before {
  content: "";
}

.amenity-icon-247.granite-countertop:before {
  content: "";
}

.amenity-icon-247.hardwood-floors:before {
  content: "";
}

.amenity-icon-247.high-ceilings:before {
  content: "";
}

.amenity-icon-247.high-school:before {
  content: "";
}

.amenity-icon-247.icemaker:before {
  content: "";
}

.amenity-icon-247.internet:before {
  content: "";
}

.amenity-icon-247.kitchen:before {
  content: "";
}

.amenity-icon-247.landscaping:before {
  content: "";
}

.amenity-icon-247.mass-transportation:before {
  content: "";
}

.amenity-icon-247.media-room_1:before {
  content: "";
}

.amenity-icon-247.media-room:before {
  content: "";
}

.amenity-icon-247.microwave:before {
  content: "";
}

.amenity-icon-247.middle-school:before {
  content: "";
}

.amenity-icon-247.moving:before {
  content: "";
}

.amenity-icon-247.neighborhood:before {
  content: "";
}

.amenity-icon-247.pantry:before {
  content: "";
}

.amenity-icon-247.parking:before {
  content: "";
}

.amenity-icon-247.partially-furnished:before {
  content: "";
}

.amenity-icon-247.patio:before {
  content: "";
}

.amenity-icon-247.pet-friendly:before {
  content: "";
}

.amenity-icon-247.pet-park:before {
  content: "";
}

.amenity-icon-247.pet-shower:before {
  content: "";
}

.amenity-icon-247.plantation-blinds:before {
  content: "";
}

.amenity-icon-247.playground:before {
  content: "";
}

.amenity-icon-247.pool:before {
  content: "";
}

.amenity-icon-247.public-parks:before {
  content: "";
}

.amenity-icon-247.public-transportation:before {
  content: "";
}

.amenity-icon-247.racquetball:before {
  content: "";
}

.amenity-icon-247.recycle:before {
  content: "";
}

.amenity-icon-247.refrigerator:before {
  content: "";
}

.amenity-icon-247.resident-services:before {
  content: "";
}

.amenity-icon-247.satellite:before {
  content: "";
}

.amenity-icon-247.short-term-leasing:before {
  content: "";
}

.amenity-icon-247.spa:before {
  content: "";
}

.amenity-icon-247.stove:before {
  content: "";
}

.amenity-icon-247.surveillance:before {
  content: "";
}

.amenity-icon-247.tennis:before {
  content: "";
}

.amenity-icon-247.tile-floors:before {
  content: "";
}

.amenity-icon-247.tub:before {
  content: "";
}

.amenity-icon-247.vanity:before {
  content: "";
}

.amenity-icon-247.virtual-tour:before {
  content: "";
}

.amenity-icon-247.volleyball:before {
  content: "";
}

.amenity-icon-247.walk-in-closets:before {
  content: "";
}

.amenity-icon-247.washer-dryer-connections-copy-5:before {
  content: "";
}

.amenity-icon-247.washer-dryer-connections:before {
  content: "";
}

.amenity-icon-247.washer-dryer:before {
  content: "";
}

.amenity-icon-247.wifi:before {
  content: "";
}

.amenity-icon-247.yard:before {
  content: "";
}

.what-to-expect-question .archie-steps .archie-step .tour-heading h2 .step-number {
  padding-bottom: 13px;
}

.archie-apply {
  padding-bottom: 0 !important;
}

#main_content .form-section .radio-card .card-text {
  font-family: "Lato", sans-serif;
  font-size: calc(18px * 1.2);
}

.guided-tour-page {
  padding-bottom: 40px;
}

#neighborhood_section .content-container #map .mapboxgl-popup-content h2 {
  font-size: 18px;
  padding-bottom: 14px;
}

#contact_page #contact_form_heading .confined-container h2 {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  #contact_page #contact_form_heading .confined-container h2 {
    margin-bottom: 0;
  }
}

.amenities-guided-tour .amenity-list-group .header-underline {
  padding: 13px 36px;
}
@media only screen and (max-width: 767px) {
  .amenities-guided-tour .amenity-list-group .header-underline {
    font-size: calc(36px * 0.65);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .amenities-guided-tour .amenity-list-group .header-underline {
    font-size: calc(36px * 0.70);
  }
}
@media only screen and (min-width: 1025px) {
  .amenities-guided-tour .amenity-list-group .header-underline {
    font-size: calc(36px * 0.7);
  }
}

.visual-tour-gallery #gallery_start h3 {
  padding: 13px 36px;
}
@media only screen and (max-width: 767px) {
  .visual-tour-gallery #gallery_start h3 {
    font-size: calc(36px * 0.65);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .visual-tour-gallery #gallery_start h3 {
    font-size: calc(36px * 0.70);
  }
}
@media only screen and (min-width: 1025px) {
  .visual-tour-gallery #gallery_start h3 {
    font-size: calc(36px * 0.7);
  }
}

.blogs-list-item .text-color {
  background: transparent;
}

@media only screen and (min-width: 1025px) {
  .navbar-main .left-nav {
    margin-left: 5px;
  }
}
.navbar-main .left-nav .link {
  margin-left: 1rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .navbar-main .left-nav .link {
    margin-right: 0.5rem;
  }
}
.navbar-main .left-nav .link img {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.45));
  margin-right: 0.5rem;
}
.navbar-main .left-nav .link .mobile-logo {
  width: 150px;
  margin: 0.5rem 0.5rem 0.5rem 0;
}
@media only screen and (min-width: 414px) {
  .navbar-main .left-nav .link .mobile-logo {
    max-width: 150px;
    width: 150px;
  }
}

.hero-section .community-logo {
  margin-inline: auto;
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .hero-section .community-logo {
    margin: 0 auto;
    max-width: 150px;
    visibility: hidden;
  }
}
@media only screen and (max-width: 479px) {
  .hero-section .community-logo svg {
    width: 45%;
  }
}
.hero-section .card-buttons .card-button .link-info {
  color: #C4A935;
}
.hero-section .card-buttons .card-button .link-info .lets-go .caret-right svg path {
  stroke: #fff;
}

.ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td:hover .ui-state-default {
  color: #fff;
}

.button-style-1:hover, .body-service-request #submit-id-submit:hover, .specials-page .promotions #promotions-list .promotion #promo_submit input:hover, .calendar-page .event-container #calendar-popup .event form .button:hover,
.button-style-2:hover,
.get_coupon_emailed_to_you_link:hover,
#refer_a_friend_form .button-style-1:hover,
.form-holder .btn-primary:hover {
  background: #C4A935;
}

.dropdown-menu .quick-links-button {
  height: 30px;
  width: 30px;
}
.dropdown-menu .dropdown-header > div {
  justify-content: center;
}

.specials-section .card .header-text-style-3, .specials-section .body-service-request #div_service_request .header-text-style-3, .body-service-request .specials-section #div_service_request .header-text-style-3, .specials-section .card .tour-list-item, .specials-section .body-service-request #div_service_request .tour-list-item, .body-service-request .specials-section #div_service_request .tour-list-item, .specials-section .card .poi-heading .header-text-style-2, .poi-heading .specials-section .card .header-text-style-2, .specials-section .body-service-request #div_service_request .poi-heading .header-text-style-2, .poi-heading .specials-section .body-service-request #div_service_request .header-text-style-2, .body-service-request .specials-section #div_service_request .poi-heading .header-text-style-2, .poi-heading .body-service-request .specials-section #div_service_request .header-text-style-2, .specials-section .card .poi-list-content h2, .poi-list-content .specials-section .card h2, .specials-section .body-service-request #div_service_request .poi-list-content h2, .poi-list-content .specials-section .body-service-request #div_service_request h2, .body-service-request .specials-section #div_service_request .poi-list-content h2, .poi-list-content .body-service-request .specials-section #div_service_request h2, .specials-section .card .featured-content .header-text-style-2, .featured-content .specials-section .card .header-text-style-2, .specials-section .body-service-request #div_service_request .featured-content .header-text-style-2, .featured-content .specials-section .body-service-request #div_service_request .header-text-style-2, .body-service-request .specials-section #div_service_request .featured-content .header-text-style-2, .featured-content .body-service-request .specials-section #div_service_request .header-text-style-2, .specials-section .card #map .mapboxgl-popup-content h2, #map .mapboxgl-popup-content .specials-section .card h2, .specials-section .body-service-request #div_service_request #map .mapboxgl-popup-content h2, #map .mapboxgl-popup-content .specials-section .body-service-request #div_service_request h2, .body-service-request .specials-section #div_service_request #map .mapboxgl-popup-content h2, #map .mapboxgl-popup-content .body-service-request .specials-section #div_service_request h2, .specials-section .card .specials-page .promotion h2, .specials-page .promotion .specials-section .card h2, .specials-section .body-service-request #div_service_request .specials-page .promotion h2, .specials-page .promotion .specials-section .body-service-request #div_service_request h2, .body-service-request .specials-section #div_service_request .specials-page .promotion h2, .specials-page .promotion .body-service-request .specials-section #div_service_request h2, .specials-section .card .card-text, .specials-section .body-service-request #div_service_request .card-text, .body-service-request .specials-section #div_service_request .card-text, .specials-section .card .poi-heading #blog_page_container #blog_header_one_container .header-text-style-1, .poi-heading #blog_page_container #blog_header_one_container .specials-section .card .header-text-style-1, .specials-section .body-service-request #div_service_request .poi-heading #blog_page_container #blog_header_one_container .header-text-style-1, .poi-heading #blog_page_container #blog_header_one_container .specials-section .body-service-request #div_service_request .header-text-style-1, .body-service-request .specials-section #div_service_request .poi-heading #blog_page_container #blog_header_one_container .header-text-style-1, .poi-heading #blog_page_container #blog_header_one_container .body-service-request .specials-section #div_service_request .header-text-style-1, .specials-section .card #blog_page_container #blog_header_one_container .poi-heading .header-text-style-1, #blog_page_container #blog_header_one_container .poi-heading .specials-section .card .header-text-style-1, .specials-section .body-service-request #div_service_request #blog_page_container #blog_header_one_container .poi-heading .header-text-style-1, #blog_page_container #blog_header_one_container .poi-heading .specials-section .body-service-request #div_service_request .header-text-style-1, .body-service-request .specials-section #div_service_request #blog_page_container #blog_header_one_container .poi-heading .header-text-style-1, #blog_page_container #blog_header_one_container .poi-heading .body-service-request .specials-section #div_service_request .header-text-style-1, .specials-section .card .poi-heading #blog_page_container #blog_header_one_container .page-header, .poi-heading #blog_page_container #blog_header_one_container .specials-section .card .page-header, .specials-section .body-service-request #div_service_request .poi-heading #blog_page_container #blog_header_one_container .page-header, .poi-heading #blog_page_container #blog_header_one_container .specials-section .body-service-request #div_service_request .page-header, .body-service-request .specials-section #div_service_request .poi-heading #blog_page_container #blog_header_one_container .page-header, .poi-heading #blog_page_container #blog_header_one_container .body-service-request .specials-section #div_service_request .page-header, .specials-section .card #blog_page_container #blog_header_one_container .poi-heading .page-header, #blog_page_container #blog_header_one_container .poi-heading .specials-section .card .page-header, .specials-section .body-service-request #div_service_request #blog_page_container #blog_header_one_container .poi-heading .page-header, #blog_page_container #blog_header_one_container .poi-heading .specials-section .body-service-request #div_service_request .page-header, .body-service-request .specials-section #div_service_request #blog_page_container #blog_header_one_container .poi-heading .page-header, #blog_page_container #blog_header_one_container .poi-heading .body-service-request .specials-section #div_service_request .page-header, .specials-section .card .featured-content #blog_page_container #blog_header_one_container .header-text-style-1, .featured-content #blog_page_container #blog_header_one_container .specials-section .card .header-text-style-1, .specials-section .body-service-request #div_service_request .featured-content #blog_page_container #blog_header_one_container .header-text-style-1, .featured-content #blog_page_container #blog_header_one_container .specials-section .body-service-request #div_service_request .header-text-style-1, .body-service-request .specials-section #div_service_request .featured-content #blog_page_container #blog_header_one_container .header-text-style-1, .featured-content #blog_page_container #blog_header_one_container .body-service-request .specials-section #div_service_request .header-text-style-1, .specials-section .card #blog_page_container #blog_header_one_container .featured-content .header-text-style-1, #blog_page_container #blog_header_one_container .featured-content .specials-section .card .header-text-style-1, .specials-section .body-service-request #div_service_request #blog_page_container #blog_header_one_container .featured-content .header-text-style-1, #blog_page_container #blog_header_one_container .featured-content .specials-section .body-service-request #div_service_request .header-text-style-1, .body-service-request .specials-section #div_service_request #blog_page_container #blog_header_one_container .featured-content .header-text-style-1, #blog_page_container #blog_header_one_container .featured-content .body-service-request .specials-section #div_service_request .header-text-style-1, .specials-section .card .featured-content #blog_page_container #blog_header_one_container .page-header, .featured-content #blog_page_container #blog_header_one_container .specials-section .card .page-header, .specials-section .body-service-request #div_service_request .featured-content #blog_page_container #blog_header_one_container .page-header, .featured-content #blog_page_container #blog_header_one_container .specials-section .body-service-request #div_service_request .page-header, .body-service-request .specials-section #div_service_request .featured-content #blog_page_container #blog_header_one_container .page-header, .featured-content #blog_page_container #blog_header_one_container .body-service-request .specials-section #div_service_request .page-header, .specials-section .card #blog_page_container #blog_header_one_container .featured-content .page-header, #blog_page_container #blog_header_one_container .featured-content .specials-section .card .page-header, .specials-section .body-service-request #div_service_request #blog_page_container #blog_header_one_container .featured-content .page-header, #blog_page_container #blog_header_one_container .featured-content .specials-section .body-service-request #div_service_request .page-header, .body-service-request .specials-section #div_service_request #blog_page_container #blog_header_one_container .featured-content .page-header, #blog_page_container #blog_header_one_container .featured-content .body-service-request .specials-section #div_service_request .page-header, .specials-section .card .calendar-page .event-container #calendar-popup .event .calendar-title, .calendar-page .event-container #calendar-popup .event .specials-section .card .calendar-title, .specials-section .body-service-request #div_service_request .calendar-page .event-container #calendar-popup .event .calendar-title, .calendar-page .event-container #calendar-popup .event .specials-section .body-service-request #div_service_request .calendar-title, .body-service-request .specials-section #div_service_request .calendar-page .event-container #calendar-popup .event .calendar-title, .calendar-page .event-container #calendar-popup .event .body-service-request .specials-section #div_service_request .calendar-title, .specials-section .card .poi-heading #neighborhood_section .content-container #map .mapboxgl-popup-content h2, .poi-heading #neighborhood_section .content-container #map .mapboxgl-popup-content .specials-section .card h2, .specials-section .body-service-request #div_service_request .poi-heading #neighborhood_section .content-container #map .mapboxgl-popup-content h2, .poi-heading #neighborhood_section .content-container #map .mapboxgl-popup-content .specials-section .body-service-request #div_service_request h2, .body-service-request .specials-section #div_service_request .poi-heading #neighborhood_section .content-container #map .mapboxgl-popup-content h2, .poi-heading #neighborhood_section .content-container #map .mapboxgl-popup-content .body-service-request .specials-section #div_service_request h2, .specials-section .card #neighborhood_section .content-container #map .mapboxgl-popup-content .poi-heading h2, #neighborhood_section .content-container #map .mapboxgl-popup-content .poi-heading .specials-section .card h2, .specials-section .body-service-request #div_service_request #neighborhood_section .content-container #map .mapboxgl-popup-content .poi-heading h2, #neighborhood_section .content-container #map .mapboxgl-popup-content .poi-heading .specials-section .body-service-request #div_service_request h2, .body-service-request .specials-section #div_service_request #neighborhood_section .content-container #map .mapboxgl-popup-content .poi-heading h2, #neighborhood_section .content-container #map .mapboxgl-popup-content .poi-heading .body-service-request .specials-section #div_service_request h2, .specials-section .card .featured-content #neighborhood_section .content-container #map .mapboxgl-popup-content h2, .featured-content #neighborhood_section .content-container #map .mapboxgl-popup-content .specials-section .card h2, .specials-section .body-service-request #div_service_request .featured-content #neighborhood_section .content-container #map .mapboxgl-popup-content h2, .featured-content #neighborhood_section .content-container #map .mapboxgl-popup-content .specials-section .body-service-request #div_service_request h2, .body-service-request .specials-section #div_service_request .featured-content #neighborhood_section .content-container #map .mapboxgl-popup-content h2, .featured-content #neighborhood_section .content-container #map .mapboxgl-popup-content .body-service-request .specials-section #div_service_request h2, .specials-section .card #neighborhood_section .content-container #map .mapboxgl-popup-content .featured-content h2, #neighborhood_section .content-container #map .mapboxgl-popup-content .featured-content .specials-section .card h2, .specials-section .body-service-request #div_service_request #neighborhood_section .content-container #map .mapboxgl-popup-content .featured-content h2, #neighborhood_section .content-container #map .mapboxgl-popup-content .featured-content .specials-section .body-service-request #div_service_request h2, .body-service-request .specials-section #div_service_request #neighborhood_section .content-container #map .mapboxgl-popup-content .featured-content h2, #neighborhood_section .content-container #map .mapboxgl-popup-content .featured-content .body-service-request .specials-section #div_service_request h2 {
  white-space: normal;
}

@media only screen and (max-width: 1024px) {
  #main_content .presentational-wrapper .presentational-headline-overlay-group .presentational-overlay-header .header-text-style-1, #main_content .presentational-wrapper .presentational-headline-overlay-group .presentational-overlay-header .page-header {
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .hpt-info-wrapper.info-list-wrapper .hpt-list-header {
    max-width: 90%;
    margin: 0 auto;
  }
}

a.button.please_rsvp_btn.button-style-1-petite, a.button.please_rsvp_btn.get-coupon-emailed-to-you-link, .body-classifieds a.button.please_rsvp_btn.cancel {
  color: #fff;
}
a.button.please_rsvp_btn.button-style-1-petite:hover, a.button.please_rsvp_btn.get-coupon-emailed-to-you-link:hover, .body-classifieds a.button.please_rsvp_btn.cancel:hover {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #footer {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .ada-eho-container span {
    display: inline-block;
  }
}

.neighborhood-wrapper {
  padding: 30px 0;
}

.refer-a-friend-incentive {
  margin-bottom: 2rem;
}

input:not([type=submit]),
select,
textarea {
  padding: 5px 10px;
}

#div_success_popup {
  margin-inline: auto;
  max-width: 1200px;
}

.spruce-link {
  display: block;
  width: 65%;
  text-align: center;
  margin: 30px auto;
}
@media only screen and (max-width: 767px) {
  .spruce-link {
    width: 90%;
    margin: 30px auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 919px) {
  .content-container .poi-list-content .poi-list li {
    height: 85px;
  }
}

#main_content.container .insidepage .presentational-wrapper {
  overflow: hidden;
}

:root {
  --contact-page-bg: #e6e6e6;
  --neighborhood-bg: #e6e6e6;
  --pets-bg: #e6e6e6;
  --floorplans-bg: #e6e6e6;
  --amenities-main-content-bg: #e6e6e6;
  --gallery-page-bg: #e6e6e6;
  --sister-text-font-size: 16px;
  --header-text-style-1-lg-font-size: calc(36px * 1.3);
  --header-text-style-1-xlg-font-size: calc(36px * 1.35);
  --header-text-style-1-line-height: 1.5;
  --header-text-style-6-color: #C4A935;
  --tour-button-caret-bg: #377072;
  --tour-button-caret-border: 0px solid transparent;
  --card-button-svg: #fff;
  --hpt-list-header: #C4A935;
  --button-style-1-bg-alt-hover: #fff;
  --dp-avail-selected-bg: #377072;
  --tour-button-section: #f4f8fb;
  --hp-more-about-section-bg: #f4f8fb;
  --hp-amenities-bg: #f4f8fb;
  --header-text-style-1-font-weight: 500;
  --header-text-style-2-font-weight: 500;
  --header-text-style-3-font-weight: 500;
  --header-text-style-4-font-weight: 500;
  --header-text-style-5-font-weight: 500;
  --header-text-style-6-font-weight: 500;
  --header-text-style-7-color: #C4A935;
  --nav-logo-height: 60px;
}