@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cantarell:ital,wght@0,400;0,700;1,400&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(var(--text-box-bg-alt), 0);
  scroll-behavior: smooth;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

@font-face {
  font-family: var(--base-font-family);
  font-weight: var(--base-font-weight);
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  font-weight: var(--base-font-weight);
  color: var(--body-color);
  text-align: left;
  background-color: var(--body-bg);
  font-family: var(--base-font-family);
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

figure {
  margin: 0 0 0;
}

img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: var(--table-cell-padding);
  padding-bottom: var(--table-cell-padding);
  color: var(--table-caption-color);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.hidden {
  display: none;
}

.container {
  width: 100%;
  display: block;
  margin: 0;
}

.align-right {
  float: right;
}

.align-left {
  float: left;
}

.text-align-right {
  text-align: right;
}

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

.text-align-left {
  text-align: left;
}

.sr-only, .screen-reader-only-description {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.sr-only:focus, .screen-reader-only-description:focus {
  background-color: var(--sr-only-bg);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: var(--sr-only-bg-alt);
  display: inline-block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  width: auto;
  position: relative;
  z-index: 200;
  margin: 10px;
}

.svg-fill {
  fill: var(--text-box-bg-alt);
}

.hide {
  display: none !important;
}

.active-with-promo:not(.active) {
  display: none !important;
}

.display-block {
  display: block;
}

.bulletlist {
  text-align: left;
}

.header-image {
  width: 100%;
  margin-bottom: 35px;
}

.paragraph-text {
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1199px) {
  .paragraph-text {
    max-width: 650px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1999px) {
  .paragraph-text {
    width: 70%;
  }
}

@media only screen and (min-width: 2000px) {
  .paragraph-text {
    width: 50%;
  }
}

#main_content {
  z-index: 1;
  position: static;
  vertical-align: top;
}

.insidepage {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  z-index: 1;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: var(--insidepage-bg);
  position: relative;
}

.insidepage .insidepage-direct {
  color: var(--insidepage-bg-alt);
}

.insidepage .page-header {
  color: var(--insidepage-bg-alt);
}

.btn-clear {
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
}

.printheader {
  display: none;
}

.active-with-promo {
  display: none;
}

.active-with-promo.active {
  display: block;
}

footer .ada {
  display: inline-block;
  width: 30px;
  margin: 0 5px 10px 10px;
}

.sr-only, .screen-reader-only-description {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

/* mixins 
* Calls background image for count in mixin, 1 being the smallest
*/
.js .loading:before {
  content: '';
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-intro-bg);
}

.js .loading:after {
  content: '';
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  pointer-events: none;
  opacity: 0.4;
  background: var(--color-intro-title);
  transform-origin: 50% 100%;
  transform: rotate3d(0, 0, 1, 45deg);
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1) rotate3d(0, 0, 1, -180deg);
  }
}

#page_load_section {
  min-height: 100vh;
  min-width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
}

/* Insidepages */
:root {
  --loader-background: rgba(0, 0, 0, 0.5);
  --loader-color-1: #ffffff;
  --loader-color-2: #f6f0de;
}

.loader-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--loader-background);
  z-index: 100000;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  border: 10px solid var(--loader-color-1);
  border-radius: 50%;
  border-top: 10px solid var(--loader-color-2);
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@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;
  }
}

.bfb-plus {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  background: #b27d37;
  border-radius: 100%;
  border: 0 none;
  text-indent: 1000px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  transition: background-color .3s ease;
}

.bfb-plus:hover {
  background: #785425;
  transition: background-color .3s ease;
}

.bfb-plus:before {
  content: '';
  width: 2px;
  height: 20px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -1px;
}

.bfb-plus:after {
  content: '';
  height: 2px;
  width: 20px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
}

@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;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes top-bottom {
  100% {
    transform: translateY(0%);
  }
}

@keyframes bottom-top {
  100% {
    transform: translateY(100%);
  }
}

@keyframes right-left {
  100% {
    transform: translateX(0%);
  }
}

@keyframes left-right {
  100% {
    transform: translateX(0%);
  }
}

@keyframes marquee-left {
  from {
    transform: translateX(30%);
  }
  to {
    transform: translateX(-105%);
  }
}

@keyframes rotate-left {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes rotate-right {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(45deg);
  }
}

:root {
  --base-bg: #ffffff;
  --base-bg-hover: #e6e5e5;
  --base-bg-alt: #222222;
  --base-bg-alt-hover: #7a7a7a;
  --color1: #f6f0de;
  --color1-hover: #e6d5a2;
  --color1-alt: #ffffff;
  --color1-alt-hover: #fbf9f2;
  --color2: #b27d37;
  --color2-hover: #785425;
  --color2-alt: #ffffff;
  --color2-alt-hover: #e0cbaf;
  --color3: #709750;
  --color3-hover: #4b6536;
  --color3-alt: #ffffff;
  --color3-alt-hover: #c6d5b9;
  --color4: #0d1230;
  --color4-hover: black;
  --color4-alt: #ffffff;
  --color4-alt-hover: #9ea0ac;
  --next: #82BC00;
  --next-hover: black;
  --next-alt: #ffffff;
  --info: #f6f0de;
  --info-hover: #709750;
  --info-alt: #ffffff;
  --success: #82BC00;
  --success-hover: #6d9e0c;
  --success-alt: #ffffff;
  --danger: #FF5252;
  --danger-hover: #cc4803;
  --danger-alt: #ffffff;
  --component-active-bg: #709750;
  --component-active-bg-alt: #ffffff;
  --text-box-bg: #ffffff;
  --text-box-bg-alt: #222222;
  --text-box-link-color: #f6f0de;
  --text-box-link-color-hover: #709750;
  --text-box-link-decoration: none;
  --text-box-link-decoration-hover: none;
  --text-box-bg-muted: lightgray;
  --text-box-bg-alt-muted: #4e4e4e;
  --text-box-border-color: #dedede;
  --text-box-accent: #b27d37;
  --text-box-accent-hover: #785425;
  --text-box-accent-alt: #ffffff;
  --text-box-accent-border-color: #ba8a4b;
  --text-muted: #7a7a7a;
  --light-border-color: #dedede;
  --box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  --border-radius: 0.25rem;
  --border-radius-lg: 0.4rem;
  --border-width: 1px;
  --text-box-accent: #b27d37;
  --text-box-accent-hover: #785425;
  --text-box-accent-alt: #ffffff;
  --text-box-border-color: #dedede;
  --insidepage-bg: insidepage-bg;
  --insidepage-bg-alt: insidepage-bg-alt;
  --insidepage-bg-alt-hover: insidepage-bg-alt-hover;
  --insidepage-bg-accent: insidepage-bg-accent;
  --next: #82BC00;
  --next-alt: #ffffff;
  --next-hover: black;
  --info: #f6f0de;
  --info-hover: #709750;
  --info-alt: #ffffff;
  --success: #82BC00;
  --success-hover: #6d9e0c;
  --success-alt: #ffffff;
  --danger: #FF5252;
  --danger-hover: #cc4803;
  --danger-alt: #ffffff;
  --body-bg: #ffffff;
  --body-color: #222222;
  --insidepage-bg: #f2f2f2;
  --insidepage-bg-alt: #222222;
  --insidepage-bg-alt-accent: #b27d37;
  --border-radius-lg: 0.25rem;
  --border-radius-lg: 0.4rem;
  --border-radius-sm: 0.2rem;
  --header-font-family: Lato, sans-serif;
  --header-font-bold-weight: 400;
  --subheader-font-family: Cantarell, sans-serif;
  --subheader-font-bold-weight: 700;
  --menu-font-family: Lato, sans-serif;
  --menu-font-bold-weight: 400;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  --paragraph-margin-bottom: 1rem;
  --headings-margin-bottom: 0.5rem;
  --headings-margin-bottom: 0.5rem;
  --headings-font-family: ;
  --headings-font-weight: 400;
  --headings-line-height: 1.2;
  --headings-color: ;
  --subheader-font-line-height: 1.5;
  --base-font-family: Lato, sans-serif;
  --font-weight-base: unset;
  --base-font-line-height: 1.5;
  --menu-font-line-height: 1.5;
  --paragraph-margin-bottom: 1rem;
  --confined-paragraph-max-width: 750px;
  --small-font-size: 80%;
  --blockquote-small-color: #222222;
  --blockquote-small-font-size: 80%;
  --blockquote-font-size: 22.5px;
  --error-text-font-family: Lato, sans-serif;
  --dt-font-weight: 400;
  --body-bg: #ffffff;
  --body-color: #222222;
  --sr-only-bg: #f6f0de;
  --sr-only-bg-alt: #ffffff;
  --insidepage-bg: #f2f2f2;
  --insidepage-bg-alt: #222222;
  --table-cell-padding: 0.75rem;
  --table-caption-color: #4e4e4e;
  --caret-width: 0.3em;
  --caret-vertical-align: 0.255em;
  --caret-spacing: 0.255em;
  --bullet-list-padding-left-mobile: 20px;
  --bullet-list-padding-left: 40px;
  --header-font-family: Lato, sans-serif;
  --header-font-size: 36px;
  --header-font-weight: 400;
  --subheader-font-family: Cantarell, sans-serif;
  --subheader-font-size: 30px;
  --subheader-font-weight: 700;
  --menu-font-family: Lato, sans-serif;
  --menu-font-size: 20px;
  --menu-font-weight: 400;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  --border-radius: 0.25rem;
  --table-cell-padding: $table-cell-padding;
  --table-bg: $table-bg;
  --table-bg-hover: $table-bg-hover;
  --table-bg-alt: $table-bg-alt;
  --table-bg-alt-hover: $table-bg-alt-hover;
  --table-bg-accent: $table-bg-accent;
  --table-bg-active: $table-bg-active;
  --table-bg-muted: $table-bg-muted;
  --table-border-width: $table-border-width;
  --table-border-color: $table-border-color;
  --table-head-bg: $table-head-bg;
  --table-head-bg-alt: $table-head-bg-alt;
  --table-striped-order: $table-striped-order;
  --table-caption-color: $table-caption-color;
  --table-bg-level: $table-bg-level;
  --table-border-level: $table-border-level;
  --hr-margin-y: $hr-margin-y;
  --hr-border-color: $hr-border-color;
  --hr-border-width: $hr-border-width;
  --box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  --border-radius: 0.25rem;
  --input-bg: #ffffff;
  --input-color: #222222;
  --input-border-color: #dedede;
  --input-border-width: 1px;
  --input-height-border: 2px;
  --input-height: calc(1.5em + 0.75rem + 2px);
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.375rem;
  --input-border-radius: 0.25rem;
  --input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  --input-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  --input-btn-border-width: 1px;
  --input-btn-padding-y: 0.375rem;
  --input-btn-padding-x: 0.75rem;
  --input-font-family: ;
  --input-font-size: 18px;
  --input-line-height: 1.5;
  --input-font-weight: unset;
  --list-group-color: ;
  --list-group-bg: #ffffff;
  --list-group-border-color: #dedede;
  --list-group-border-width: 1px;
  --list-group-border-radius: 0.25rem;
  --list-group-item-padding-y: 0.75rem;
  --list-group-item-padding-x: 1.25rem;
  --list-group-hover-bg: #e6e5e5;
  --list-group-active-color: #ffffff;
  --list-group-active-bg: #b27d37;
  --list-group-active-border-color: #ba8a4b;
  --list-group-disabled-color: #4e4e4e;
  --list-group-disabled-bg: #ffffff;
  --list-group-action-color: #1b1b1b;
  --list-group-action-hover-color: #1b1b1b;
  --list-group-action-active-color: #ffffff;
  --list-group-action-active-bg: #b27d37;
  --list-inline-padding: 0.5rem;
  --list-margin-bottom: 18px;
  --live-chat-bg: #ffffff;
  --live-chat-bg-alt: #222222;
  --live-chat-bg-accent: #b27d37;
  --live-chat-bg-accent-hover: #785425;
  --live-chat-bg-accent-alt: #ffffff;
  --live-chat-border-top-color: fade(#222222, 20%);
  --live-chat-now-icon-color: fade(#222222, 70%);
  --live-chat-bg: #ffffff;
  --live-chat-bg-alt: #222222;
  --live-chat-bg-accent: #b27d37;
  --live-chat-bg-accent-hover: #785425;
  --live-chat-bg-accent-alt: #ffffff;
  --live-chat-icon-color: fade(#222222, 70%);
  --live-chat-form-border-color: fade(#222222, 20%);
  --animated-headline-overlay-button-bg: #ffffff;
  --animated-headline-button-bg: #ffffff;
  --animated-headline-button-bg-alt: #222222;
  --animated-headline-overlay-button-bg-alt: #ffffff;
  --animated-headline-overlay-button-accent: #709750;
  --animated-headline-overlay-button-accent-alt: #ffffff;
  --animated-headline-bg-p: white;
  --animated-headline-p-border-bottom: 1px solid 1px solid white;
  --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;
  --emergency-services-bg: #ffffff;
  --emergency-services-bg-alt: #222222;
  --emergency-services-border-radius: 0.4rem;
  --fab-main-bg: #b27d37;
  --fab-main-bg-hover: #785425;
  --fab-main-bg-alt: #ffffff;
  --fab-secondary-bg: #f6f0de;
  --fab-secondary-bg-hover: #e6d5a2;
  --fab-secondary-bg-alt: #ffffff;
  --fab-tooltip-bg: #ffffff;
  --fab-tooltip-bg-alt: #222222;
  --fab-popout-bg: #333;
  --fab-popout-bg-hover: #000;
  --fab-popout-bg-alt: #fff;
  --fab-popout-border-radius: 100px;
  --fab-popout-min-width: 220px;
  --fab-ada-popout-width: 264px;
  --fab-lisa-message-window-width: 220px;
  --headings-font-family: ;
  --headings-font-weight: 400;
  --headings-color: ;
  --base-font-family: Lato, sans-serif;
  --base-font-weight: unset;
  --base-font-bold-weight: 400;
  --paragraph-margin-bottom: 1rem;
  --confined-paragraph-max-width: 750px;
  --error-text-font-family: Lato, sans-serif;
  --error-text-font-weight: 400;
  --dt-font-weight: 400;
  --body-bg: #ffffff;
  --body-color: #222222;
  --sr-only-bg: #f6f0de;
  --sr-only-bg-alt: #ffffff;
  --insidepage-bg: #f2f2f2;
  --insidepage-bg-alt: #222222;
  --insidepage-bg-alt-hover: #7a7a7a;
  --insidepage-bg-alt-accent: #b27d37;
  --table-cell-padding: 0.75rem;
  --table-caption-color: #4e4e4e;
  --bullet-list-padding-left-mobile: 20px;
  --bullet-list-padding-left: 40px;
  --list-inline-padding: 0.5rem;
  --hr-margin-y: 1rem;
  --hr-border-width: 1px;
  --hr-border-color: #dedede;
  --text-block-margin: 0 0 40px;
  --font-weight-base: unset;
  --scroll-to-top-container-width: 110px;
  --scroll-to-top-container-height: 110px;
  --scroll-to-top-container-left: 0;
  --scroll-to-top-container-right: 0;
  --scroll-to-top-container-bottom: -50px;
  --scroll-to-top-container-margin: 0 auto;
  --scroll-to-top-container-border-radius: 50%;
  --scroll-to-top-container-background:  #b27d37;
  --scroll-to-top-btn-max-width: 80px;
  --scroll-to-top-btn-max-height: 80px;
  --scroll-to-top-btn-svg-width: 100%;
  --scroll-to-top-btn-svg-height: 100%;
  --scroll-to-top-btn-svg-fill: #ffffff;
  --scroll-to-top-btn-svg-path-stroke: transparent;
}

@media screen and (max-width: 599px) {
  body {
    font-size: calc(18px + (35 - 13) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (min-width: 600px) {
  body {
    font-size: calc(18px + (25 - 23) * ((100vw - 300px) / (1600 - 300)));
  }
}

a {
  text-decoration: none;
}

address {
  font-style: unset;
}

@media screen and (max-width: 599px) {
  p,
  a,
  input,
  label {
    font-size: calc(18px + (35 - 13) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(2.1em + (2.5 - 1) * ((100vw - 300px)/(1600 - 300)));
  }
}

@media screen and (min-width: 600px) {
  p,
  a,
  input,
  label {
    font-size: calc(18px + (25 - 23) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(2.1em + (2.5 - 1) * ((100vw - 300px)/(1600 - 300)));
  }
}

@media screen and (max-width: 599px) {
  .errtext {
    font-size: calc(16px + (30 - 11) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (min-width: 600px) {
  .errtext {
    font-size: calc(16px + (20 - 21) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (max-width: 599px) {
  .required:before {
    font-size: calc(18px + (35 - 13) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (min-width: 600px) {
  .required:before {
    font-size: calc(18px + (25 - 23) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (max-width: 599px) {
  .phone-shortened-sr:before {
    font-size: calc(18px + (35 - 13) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (min-width: 600px) {
  .phone-shortened-sr:before {
    font-size: calc(18px + (25 - 23) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (max-width: 599px) {
  .link-with-subtext p.subtext {
    font-size: calc(15px + (26 - 10) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (min-width: 600px) {
  .link-with-subtext p.subtext {
    font-size: calc(15px + (20 - 20) * ((100vw - 300px) / (1600 - 300)));
  }
}

#lisa-chat__container #lisa-chat__wrapper--minimized .live-chat__minimized .live-chat__minimized--help-text div {
  line-height: 1;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  #lisa-chat__container #lisa-chat__wrapper--minimized .live-chat__minimized .live-chat__minimized--help-text div {
    font-size: 20px;
  }
}

@media screen and (max-width: 599px) {
  .popout-text {
    font-size: calc(18px + (35 - 13) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (min-width: 600px) {
  .popout-text {
    font-size: calc(18px + (25 - 23) * ((100vw - 300px) / (1600 - 300)));
  }
}

.fab-show {
  animation: fade-in 0.5s ease-in forwards;
}

.fab-hide {
  animation: fade-out 0.5s ease-out forwards;
}

#animated-headline p {
  font-size: var(--animated-headline-font-size);
  line-height: var(--animated-headline-line-height);
}

#lisa-chat__container #lisa-chat__wrapper--minimized .live-chat div {
  line-height: 1;
  font-size: 16px;
}

@media screen and (min-width: 600px) {
  #lisa-chat__container #lisa-chat__wrapper--minimized .live-chat div {
    font-size: 20px;
  }
}

@media only screen and (max-width: 550px) {
  .header-style-one .logo img {
    max-width: 200px;
  }
}

.header-style-one.homepage-header.sticky .logo {
  margin-left: 15px;
}

.button-style-1, .btn-basic, .submit-group.has-breadcrumbs .btn-back, #appointment_form_container .form-style1 .submit-group .btn-next, .btn-primary#submit-id-submit, .btn-primary#form_appointment_submit, .legacy-form .btn-primary, #fp_view_detailed .application-link .button, .container-3d .fp-3d-button, #form_appointment_submit {
  padding: 10px 40px;
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
  background: #709750;
  color: #ffffff;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  background: #709750;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-property: box-shadow, transform;
  transition-duration: .3s;
}

.button-style-1:hover, .btn-basic:hover, .submit-group.has-breadcrumbs .btn-back:hover, #appointment_form_container .form-style1 .submit-group .btn-next:hover, .btn-primary#submit-id-submit:hover, .legacy-form .btn-primary:hover, #fp_view_detailed .application-link .button:hover, .container-3d .fp-3d-button:hover, #form_appointment_submit:hover {
  text-decoration: none;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  color: #ffffff;
}

.button-style-1:hover, .btn-basic:hover, .submit-group.has-breadcrumbs .btn-back:hover, #appointment_form_container .form-style1 .submit-group .btn-next:hover, .btn-primary#submit-id-submit:hover, .legacy-form .btn-primary:hover, #fp_view_detailed .application-link .button:hover, .container-3d .fp-3d-button:hover, #form_appointment_submit:hover {
  color: #ffffff;
}

.button-style-1-petite, .image-upload-preview-1 .table #images-tbody td #upload_image, .unit-listing li:not(.header) .unit-details:after {
  padding: 7px 15px;
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
  background: #b27d37;
  color: #ffffff;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  background: #b27d37;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-property: box-shadow, transform;
  transition-duration: .3s;
}

.button-style-1-petite:hover, .image-upload-preview-1 .table #images-tbody td #upload_image:hover, .unit-listing li:not(.header) .unit-details:hover:after {
  text-decoration: none;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  color: #ffffff;
}

.button-style-2 {
  padding: 10px 40px;
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
  background: #f6f0de;
  color: #ffffff;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  background: #f6f0de;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-property: box-shadow, transform;
  transition-duration: .3s;
}

.button-style-2:hover {
  text-decoration: none;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  color: #ffffff;
}

.button-style-next, .btn-next {
  padding: 10px 40px;
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
  background: #82BC00;
  color: #ffffff;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  background: #82BC00;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-property: box-shadow, transform;
  transition-duration: .3s;
}

.button-style-next:hover, .btn-next:hover {
  text-decoration: none;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  color: #ffffff;
}

.button-style-danger {
  padding: 10px 40px;
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
  background: #FF5252;
  color: #ffffff;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  background: #FF5252;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-property: box-shadow, transform;
  transition-duration: .3s;
}

.button-style-danger:hover {
  text-decoration: none;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  color: #ffffff;
}

.button-style-success {
  padding: 10px 40px;
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
  background: #82BC00;
  color: #ffffff;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  background: #82BC00;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-property: box-shadow, transform;
  transition-duration: .3s;
}

.button-style-success:hover {
  text-decoration: none;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  color: #ffffff;
}

.button-style-danger-petite, .image-upload-preview-1 .table #images-tbody td #cancel_image {
  padding: 7px 15px;
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
  background: #FF5252;
  color: #ffffff;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  background: #FF5252;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-property: box-shadow, transform;
  transition-duration: .3s;
}

.button-style-danger-petite:hover, .image-upload-preview-1 .table #images-tbody td #cancel_image:hover {
  text-decoration: none;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  color: #ffffff;
}

.header-text-style-1 {
  font-size: 50.4px;
  text-transform: none;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: calc(1em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: #222222;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
}

.header-text-style-2 {
  font-size: 30px;
  text-transform: none;
  font-weight: 400;
  font-family: "Cantarell", sans-serif;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: #222222;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
}

.header-text-style-3, #floorplan_list .bed-header h4 {
  font-size: 27px;
  text-transform: none;
  font-weight: 400;
  font-family: "Cantarell", sans-serif;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: #222222;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
}

.header-text-style-4 {
  font-size: 26px;
  text-transform: none;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: #222222;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
}

.header-text-style-5 {
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
  font-family: "Cantarell", sans-serif;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: #222222;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
  padding: 0 10px;
}

.page-header {
  font-size: 44px;
  text-transform: none;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: #222222;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(var(--text-box-bg-alt), 0);
  scroll-behavior: smooth;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

@font-face {
  font-family: var(--base-font-family);
  font-weight: var(--base-font-weight);
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  font-weight: var(--base-font-weight);
  color: var(--body-color);
  text-align: left;
  background-color: var(--body-bg);
  font-family: var(--base-font-family);
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

figure {
  margin: 0 0 0;
}

img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: var(--table-cell-padding);
  padding-bottom: var(--table-cell-padding);
  color: var(--table-caption-color);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.hidden {
  display: none;
}

.container {
  width: 100%;
  display: block;
  margin: 0;
}

.align-right {
  float: right;
}

.align-left {
  float: left;
}

.text-align-right {
  text-align: right;
}

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

.text-align-left {
  text-align: left;
}

.sr-only, .screen-reader-only-description {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.sr-only:focus, .screen-reader-only-description:focus {
  background-color: var(--sr-only-bg);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: var(--sr-only-bg-alt);
  display: inline-block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  width: auto;
  position: relative;
  z-index: 200;
  margin: 10px;
}

.svg-fill {
  fill: var(--text-box-bg-alt);
}

.hide {
  display: none !important;
}

.active-with-promo:not(.active) {
  display: none !important;
}

.display-block {
  display: block;
}

.bulletlist {
  text-align: left;
}

.header-image {
  width: 100%;
  margin-bottom: 35px;
}

.paragraph-text {
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1199px) {
  .paragraph-text {
    max-width: 650px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1999px) {
  .paragraph-text {
    width: 70%;
  }
}

@media only screen and (min-width: 2000px) {
  .paragraph-text {
    width: 50%;
  }
}

#main_content {
  z-index: 1;
  position: static;
  vertical-align: top;
}

.insidepage {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  z-index: 1;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: var(--insidepage-bg);
  position: relative;
}

.insidepage .insidepage-direct {
  color: var(--insidepage-bg-alt);
}

.insidepage .page-header {
  color: var(--insidepage-bg-alt);
}

.btn-clear {
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
}

.printheader {
  display: none;
}

.active-with-promo {
  display: none;
}

.active-with-promo.active {
  display: block;
}

footer .ada {
  display: inline-block;
  width: 30px;
  margin: 0 5px 10px 10px;
}

.sr-only, .screen-reader-only-description {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

/* mixins 
* Calls background image for count in mixin, 1 being the smallest
*/
.js .loading:before {
  content: '';
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-intro-bg);
}

.js .loading:after {
  content: '';
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  pointer-events: none;
  opacity: 0.4;
  background: var(--color-intro-title);
  transform-origin: 50% 100%;
  transform: rotate3d(0, 0, 1, 45deg);
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1) rotate3d(0, 0, 1, -180deg);
  }
}

#page_load_section {
  min-height: 100vh;
  min-width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
}

/* Insidepages */
:root {
  --loader-background: rgba(0, 0, 0, 0.5);
  --loader-color-1: #ffffff;
  --loader-color-2: #f6f0de;
}

.loader-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--loader-background);
  z-index: 100000;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  border: 10px solid var(--loader-color-1);
  border-radius: 50%;
  border-top: 10px solid var(--loader-color-2);
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@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;
  }
}

.bfb-plus {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  background: #b27d37;
  border-radius: 100%;
  border: 0 none;
  text-indent: 1000px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  transition: background-color .3s ease;
}

.bfb-plus:hover {
  background: #785425;
  transition: background-color .3s ease;
}

.bfb-plus:before {
  content: '';
  width: 2px;
  height: 20px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -1px;
}

.bfb-plus:after {
  content: '';
  height: 2px;
  width: 20px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
}

@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;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes top-bottom {
  100% {
    transform: translateY(0%);
  }
}

@keyframes bottom-top {
  100% {
    transform: translateY(100%);
  }
}

@keyframes right-left {
  100% {
    transform: translateX(0%);
  }
}

@keyframes left-right {
  100% {
    transform: translateX(0%);
  }
}

@keyframes marquee-left {
  from {
    transform: translateX(30%);
  }
  to {
    transform: translateX(-105%);
  }
}

@keyframes rotate-left {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes rotate-right {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(45deg);
  }
}

:root {
  --base-bg: #ffffff;
  --base-bg-hover: #e6e5e5;
  --base-bg-alt: #222222;
  --base-bg-alt-hover: #7a7a7a;
  --color1: #f6f0de;
  --color1-hover: #e6d5a2;
  --color1-alt: #ffffff;
  --color1-alt-hover: #fbf9f2;
  --color2: #b27d37;
  --color2-hover: #785425;
  --color2-alt: #ffffff;
  --color2-alt-hover: #e0cbaf;
  --color3: #709750;
  --color3-hover: #4b6536;
  --color3-alt: #ffffff;
  --color3-alt-hover: #c6d5b9;
  --color4: #0d1230;
  --color4-hover: black;
  --color4-alt: #ffffff;
  --color4-alt-hover: #9ea0ac;
  --next: #82BC00;
  --next-hover: black;
  --next-alt: #ffffff;
  --info: #f6f0de;
  --info-hover: #709750;
  --info-alt: #ffffff;
  --success: #82BC00;
  --success-hover: #6d9e0c;
  --success-alt: #ffffff;
  --danger: #FF5252;
  --danger-hover: #cc4803;
  --danger-alt: #ffffff;
  --component-active-bg: #709750;
  --component-active-bg-alt: #ffffff;
  --text-box-bg: #ffffff;
  --text-box-bg-alt: #222222;
  --text-box-link-color: #f6f0de;
  --text-box-link-color-hover: #709750;
  --text-box-link-decoration: none;
  --text-box-link-decoration-hover: none;
  --text-box-bg-muted: lightgray;
  --text-box-bg-alt-muted: #4e4e4e;
  --text-box-border-color: #dedede;
  --text-box-accent: #b27d37;
  --text-box-accent-hover: #785425;
  --text-box-accent-alt: #ffffff;
  --text-box-accent-border-color: #ba8a4b;
  --text-muted: #7a7a7a;
  --light-border-color: #dedede;
  --box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  --border-radius: 0.25rem;
  --border-radius-lg: 0.4rem;
  --border-width: 1px;
  --text-box-accent: #b27d37;
  --text-box-accent-hover: #785425;
  --text-box-accent-alt: #ffffff;
  --text-box-border-color: #dedede;
  --insidepage-bg: insidepage-bg;
  --insidepage-bg-alt: insidepage-bg-alt;
  --insidepage-bg-alt-hover: insidepage-bg-alt-hover;
  --insidepage-bg-accent: insidepage-bg-accent;
  --next: #82BC00;
  --next-alt: #ffffff;
  --next-hover: black;
  --info: #f6f0de;
  --info-hover: #709750;
  --info-alt: #ffffff;
  --success: #82BC00;
  --success-hover: #6d9e0c;
  --success-alt: #ffffff;
  --danger: #FF5252;
  --danger-hover: #cc4803;
  --danger-alt: #ffffff;
  --body-bg: #ffffff;
  --body-color: #222222;
  --insidepage-bg: #f2f2f2;
  --insidepage-bg-alt: #222222;
  --insidepage-bg-alt-accent: #b27d37;
  --border-radius-lg: 0.25rem;
  --border-radius-lg: 0.4rem;
  --border-radius-sm: 0.2rem;
  --header-font-family: Lato, sans-serif;
  --header-font-bold-weight: 400;
  --subheader-font-family: Cantarell, sans-serif;
  --subheader-font-bold-weight: 700;
  --menu-font-family: Lato, sans-serif;
  --menu-font-bold-weight: 400;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  --paragraph-margin-bottom: 1rem;
  --headings-margin-bottom: 0.5rem;
  --headings-margin-bottom: 0.5rem;
  --headings-font-family: ;
  --headings-font-weight: 400;
  --headings-line-height: 1.2;
  --headings-color: ;
  --subheader-font-line-height: 1.5;
  --base-font-family: Lato, sans-serif;
  --font-weight-base: unset;
  --base-font-line-height: 1.5;
  --menu-font-line-height: 1.5;
  --paragraph-margin-bottom: 1rem;
  --confined-paragraph-max-width: 750px;
  --small-font-size: 80%;
  --blockquote-small-color: #222222;
  --blockquote-small-font-size: 80%;
  --blockquote-font-size: 22.5px;
  --error-text-font-family: Lato, sans-serif;
  --dt-font-weight: 400;
  --body-bg: #ffffff;
  --body-color: #222222;
  --sr-only-bg: #f6f0de;
  --sr-only-bg-alt: #ffffff;
  --insidepage-bg: #f2f2f2;
  --insidepage-bg-alt: #222222;
  --table-cell-padding: 0.75rem;
  --table-caption-color: #4e4e4e;
  --caret-width: 0.3em;
  --caret-vertical-align: 0.255em;
  --caret-spacing: 0.255em;
  --bullet-list-padding-left-mobile: 20px;
  --bullet-list-padding-left: 40px;
  --header-font-family: Lato, sans-serif;
  --header-font-size: 36px;
  --header-font-weight: 400;
  --subheader-font-family: Cantarell, sans-serif;
  --subheader-font-size: 30px;
  --subheader-font-weight: 700;
  --menu-font-family: Lato, sans-serif;
  --menu-font-size: 20px;
  --menu-font-weight: 400;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  --border-radius: 0.25rem;
  --table-cell-padding: $table-cell-padding;
  --table-bg: $table-bg;
  --table-bg-hover: $table-bg-hover;
  --table-bg-alt: $table-bg-alt;
  --table-bg-alt-hover: $table-bg-alt-hover;
  --table-bg-accent: $table-bg-accent;
  --table-bg-active: $table-bg-active;
  --table-bg-muted: $table-bg-muted;
  --table-border-width: $table-border-width;
  --table-border-color: $table-border-color;
  --table-head-bg: $table-head-bg;
  --table-head-bg-alt: $table-head-bg-alt;
  --table-striped-order: $table-striped-order;
  --table-caption-color: $table-caption-color;
  --table-bg-level: $table-bg-level;
  --table-border-level: $table-border-level;
  --hr-margin-y: $hr-margin-y;
  --hr-border-color: $hr-border-color;
  --hr-border-width: $hr-border-width;
  --box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  --border-radius: 0.25rem;
  --input-bg: #ffffff;
  --input-color: #222222;
  --input-border-color: #dedede;
  --input-border-width: 1px;
  --input-height-border: 2px;
  --input-height: calc(1.5em + 0.75rem + 2px);
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.375rem;
  --input-border-radius: 0.25rem;
  --input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  --input-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  --input-btn-border-width: 1px;
  --input-btn-padding-y: 0.375rem;
  --input-btn-padding-x: 0.75rem;
  --input-font-family: ;
  --input-font-size: 18px;
  --input-line-height: 1.5;
  --input-font-weight: unset;
  --list-group-color: ;
  --list-group-bg: #ffffff;
  --list-group-border-color: #dedede;
  --list-group-border-width: 1px;
  --list-group-border-radius: 0.25rem;
  --list-group-item-padding-y: 0.75rem;
  --list-group-item-padding-x: 1.25rem;
  --list-group-hover-bg: #e6e5e5;
  --list-group-active-color: #ffffff;
  --list-group-active-bg: #b27d37;
  --list-group-active-border-color: #ba8a4b;
  --list-group-disabled-color: #4e4e4e;
  --list-group-disabled-bg: #ffffff;
  --list-group-action-color: #1b1b1b;
  --list-group-action-hover-color: #1b1b1b;
  --list-group-action-active-color: #ffffff;
  --list-group-action-active-bg: #b27d37;
  --list-inline-padding: 0.5rem;
  --list-margin-bottom: 18px;
  --live-chat-bg: #ffffff;
  --live-chat-bg-alt: #222222;
  --live-chat-bg-accent: #b27d37;
  --live-chat-bg-accent-hover: #785425;
  --live-chat-bg-accent-alt: #ffffff;
  --live-chat-border-top-color: fade(#222222, 20%);
  --live-chat-now-icon-color: fade(#222222, 70%);
  --live-chat-bg: #ffffff;
  --live-chat-bg-alt: #222222;
  --live-chat-bg-accent: #b27d37;
  --live-chat-bg-accent-hover: #785425;
  --live-chat-bg-accent-alt: #ffffff;
  --live-chat-icon-color: fade(#222222, 70%);
  --live-chat-form-border-color: fade(#222222, 20%);
  --animated-headline-overlay-button-bg: #ffffff;
  --animated-headline-button-bg: #ffffff;
  --animated-headline-button-bg-alt: #222222;
  --animated-headline-overlay-button-bg-alt: #ffffff;
  --animated-headline-overlay-button-accent: #709750;
  --animated-headline-overlay-button-accent-alt: #ffffff;
  --animated-headline-bg-p: white;
  --animated-headline-p-border-bottom: 1px solid 1px solid white;
  --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;
  --emergency-services-bg: #ffffff;
  --emergency-services-bg-alt: #222222;
  --emergency-services-border-radius: 0.4rem;
  --fab-main-bg: #b27d37;
  --fab-main-bg-hover: #785425;
  --fab-main-bg-alt: #ffffff;
  --fab-secondary-bg: #f6f0de;
  --fab-secondary-bg-hover: #e6d5a2;
  --fab-secondary-bg-alt: #ffffff;
  --fab-tooltip-bg: #ffffff;
  --fab-tooltip-bg-alt: #222222;
  --fab-popout-bg: #333;
  --fab-popout-bg-hover: #000;
  --fab-popout-bg-alt: #fff;
  --fab-popout-border-radius: 100px;
  --fab-popout-min-width: 220px;
  --fab-ada-popout-width: 264px;
  --fab-lisa-message-window-width: 220px;
  --headings-font-family: ;
  --headings-font-weight: 400;
  --headings-color: ;
  --base-font-family: Lato, sans-serif;
  --base-font-weight: unset;
  --base-font-bold-weight: 400;
  --paragraph-margin-bottom: 1rem;
  --confined-paragraph-max-width: 750px;
  --error-text-font-family: Lato, sans-serif;
  --error-text-font-weight: 400;
  --dt-font-weight: 400;
  --body-bg: #ffffff;
  --body-color: #222222;
  --sr-only-bg: #f6f0de;
  --sr-only-bg-alt: #ffffff;
  --insidepage-bg: #f2f2f2;
  --insidepage-bg-alt: #222222;
  --insidepage-bg-alt-hover: #7a7a7a;
  --insidepage-bg-alt-accent: #b27d37;
  --table-cell-padding: 0.75rem;
  --table-caption-color: #4e4e4e;
  --bullet-list-padding-left-mobile: 20px;
  --bullet-list-padding-left: 40px;
  --list-inline-padding: 0.5rem;
  --hr-margin-y: 1rem;
  --hr-border-width: 1px;
  --hr-border-color: #dedede;
  --text-block-margin: 0 0 40px;
  --font-weight-base: unset;
  --scroll-to-top-container-width: 110px;
  --scroll-to-top-container-height: 110px;
  --scroll-to-top-container-left: 0;
  --scroll-to-top-container-right: 0;
  --scroll-to-top-container-bottom: -50px;
  --scroll-to-top-container-margin: 0 auto;
  --scroll-to-top-container-border-radius: 50%;
  --scroll-to-top-container-background:  #b27d37;
  --scroll-to-top-btn-max-width: 80px;
  --scroll-to-top-btn-max-height: 80px;
  --scroll-to-top-btn-svg-width: 100%;
  --scroll-to-top-btn-svg-height: 100%;
  --scroll-to-top-btn-svg-fill: #ffffff;
  --scroll-to-top-btn-svg-path-stroke: transparent;
}

@media screen and (max-width: 599px) {
  body {
    font-size: calc(18px + (35 - 13) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (min-width: 600px) {
  body {
    font-size: calc(18px + (25 - 23) * ((100vw - 300px) / (1600 - 300)));
  }
}

a {
  text-decoration: none;
}

address {
  font-style: unset;
}

@media screen and (max-width: 599px) {
  p,
  a,
  input,
  label {
    font-size: calc(18px + (35 - 13) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(2.1em + (2.5 - 1) * ((100vw - 300px)/(1600 - 300)));
  }
}

@media screen and (min-width: 600px) {
  p,
  a,
  input,
  label {
    font-size: calc(18px + (25 - 23) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(2.1em + (2.5 - 1) * ((100vw - 300px)/(1600 - 300)));
  }
}

@media screen and (max-width: 599px) {
  .errtext {
    font-size: calc(16px + (30 - 11) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (min-width: 600px) {
  .errtext {
    font-size: calc(16px + (20 - 21) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (max-width: 599px) {
  .required:before {
    font-size: calc(18px + (35 - 13) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (min-width: 600px) {
  .required:before {
    font-size: calc(18px + (25 - 23) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (max-width: 599px) {
  .phone-shortened-sr:before {
    font-size: calc(18px + (35 - 13) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (min-width: 600px) {
  .phone-shortened-sr:before {
    font-size: calc(18px + (25 - 23) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (max-width: 599px) {
  .link-with-subtext p.subtext {
    font-size: calc(15px + (26 - 10) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (min-width: 600px) {
  .link-with-subtext p.subtext {
    font-size: calc(15px + (20 - 20) * ((100vw - 300px) / (1600 - 300)));
  }
}

#lisa-chat__container #lisa-chat__wrapper--minimized .live-chat__minimized .live-chat__minimized--help-text div {
  line-height: 1;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  #lisa-chat__container #lisa-chat__wrapper--minimized .live-chat__minimized .live-chat__minimized--help-text div {
    font-size: 20px;
  }
}

@media screen and (max-width: 599px) {
  .popout-text {
    font-size: calc(18px + (35 - 13) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (min-width: 600px) {
  .popout-text {
    font-size: calc(18px + (25 - 23) * ((100vw - 300px) / (1600 - 300)));
  }
}

.fab-show {
  animation: fade-in 0.5s ease-in forwards;
}

.fab-hide {
  animation: fade-out 0.5s ease-out forwards;
}

#animated-headline p {
  font-size: var(--animated-headline-font-size);
  line-height: var(--animated-headline-line-height);
}

#lisa-chat__container #lisa-chat__wrapper--minimized .live-chat div {
  line-height: 1;
  font-size: 16px;
}

@media screen and (min-width: 600px) {
  #lisa-chat__container #lisa-chat__wrapper--minimized .live-chat div {
    font-size: 20px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(34, 34, 34, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

@font-face {
  font-family: "Lato", sans-serif;
  font-weight: unset;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  color: #222222;
  text-align: left;
  background-color: #ffffff;
  font-weight: unset;
  font-family: "Lato", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

@media screen and (max-width: 599px) {
  body {
    font-size: calc(18px + (35 - 13) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (min-width: 600px) {
  body {
    font-size: calc(18px + (25 - 23) * ((100vw - 300px) / (1600 - 300)));
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

figure {
  margin: 0 0 0;
}

img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #4e4e4e;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.hidden {
  display: none;
}

.container {
  width: 100%;
  display: block;
  margin: 0;
}

.align-right {
  float: right;
}

.align-left {
  float: left;
}

.text-align-right {
  text-align: right;
}

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

.text-align-left {
  text-align: left;
}

.sr-only, .screen-reader-only-description {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.sr-only:focus, .screen-reader-only-description:focus {
  background-color: #b27d37;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #ffffff;
  display: inline-block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  width: auto;
  position: relative;
  z-index: 200;
  margin: 10px;
}

.svg-fill {
  fill: #222222;
}

.hide {
  display: none !important;
}

.active-with-promo:not(.active) {
  display: none !important;
}

.display-block {
  display: block;
}

.bulletlist {
  text-align: left;
}

.header-image {
  width: 100%;
  margin-bottom: 35px;
}

.paragraph-text {
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1199px) {
  .paragraph-text {
    max-width: 650px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1999px) {
  .paragraph-text {
    width: 70%;
  }
}

@media only screen and (min-width: 2000px) {
  .paragraph-text {
    width: 50%;
  }
}

#main_content {
  z-index: 1;
  position: static;
  vertical-align: top;
}

.insidepage {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  z-index: 1;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #f2f2f2;
  position: relative;
}

.insidepage .insidepage-direct {
  color: #222222;
}

.btn-clear {
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
}

.printheader {
  display: none;
}

.active-with-promo {
  display: none;
}

.active-with-promo.active {
  display: block;
}

.live-chat {
  position: fixed;
  bottom: 0;
  right: 0px;
  z-index: 100;
}

#chat_now {
  background: #ffffff;
  border-top: 4px solid #b27d37;
  display: table;
  padding: 7px 16px 7px 7px;
  width: 100%;
}

#chat_now span,
#chat_now h3 {
  display: table-cell;
  vertical-align: middle;
}

#chat_now .icon-font {
  font-size: 25px;
  padding: 0 12px 0 6px;
  color: fade(#222222, 70%);
}

#chat_now h3 {
  margin: 0;
  color: #222222;
}

#chat_form_div {
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  max-height: 0;
  transition: height .2s linear 0s;
}

#chat_form_div.active {
  max-height: 150px;
  transition: max-height .3s linear 0s;
}

#chat_form_div form {
  padding: 4px 6px 10px;
  border-top: 1px solid fade(#222222, 20%);
  display: inline-block;
  color: #222222;
}

@supports (display: flex) {
  #chat_form_div form {
    display: flex;
    flex-direction: column;
  }
}

#chat_form_div input {
  display: inline-block;
  width: 100%;
  background-image: none;
}

#chat_form_div input:focus {
  outline-color: #b27d37;
}

#chat_form_div #live_chat_link {
  display: inline-block;
  vertical-align: bottom;
  padding: 9px 0;
  text-align: center;
  width: 100%;
  background: #b27d37;
  color: #ffffff;
  transition: all .2s ease 0s;
  padding: 8px 20px;
  text-align: center;
  margin: 5px;
}

#chat_form_div #live_chat_link:hover {
  background: #785425;
  transition: all .2s ease 0s;
}

@media screen and (min-width: 600px) {
  #lisa-chat__container #lisa-chat__wrapper--minimized .live-chat {
    max-width: 650px;
  }
}

@supports (display: flex) {
  #lisa-chat__container #lisa-chat__wrapper--minimized .live-chat__minimized {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#lisa-chat__container #lisa-chat__wrapper--minimized .live-chat__minimized .live-chat__minimized--help-text {
  box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
}

#lisa-chat__container #lisa-chat__wrapper--minimized .live-chat__minimized .live-chat__minimized--help-text div {
  font-size: 16px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  #lisa-chat__container #lisa-chat__wrapper--minimized .live-chat__minimized .live-chat__minimized--help-text div {
    font-size: 20px;
  }
}

@media screen and (min-width: 600px) {
  #lisa-chat__container #lisa-chat__wrapper--minimized .live-chat__minimized .live-chat__minimized--help-text .live-chat__minimized--powered-by {
    width: 200px;
  }
}

footer .ada {
  display: inline-block;
  width: 30px;
  margin: 0 5px 10px 10px;
}

.sr-only, .screen-reader-only-description {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

@supports (display: flex) {
  .list-group {
    display: flex;
    flex-direction: column;
  }
}

.list-group-item-action {
  width: 100%;
  color: #1b1b1b;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #1b1b1b;
  text-decoration: none;
  background-color: #e6e5e5;
}

.list-group-item-action:active {
  color: #ffffff;
  background-color: #b27d37;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dedede;
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #4e4e4e;
  pointer-events: none;
  background-color: #ffffff;
}

.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #b27d37;
  border-color: #ba8a4b;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-margin-bottom li {
  margin-bottom: 18px;
}

/* mixins 
* Calls background image for count in mixin, 1 being the smallest
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: calc(2.1em + (2.5 - 1) * ((100vw - 300px)/(1600 - 300)));
  font-size: calc(18px + (25 - 23) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Lato", sans-serif;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 400;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 400;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #f6f0de;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #709750;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #dedede;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

@media screen and (max-width: 500px) {
  .bulletlist {
    padding-left: 20px;
  }
}

@media screen and (min-width: 501px) {
  .bulletlist {
    padding-left: 40px;
  }
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.blockquote {
  margin-bottom: 1rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #222222;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.postal-address .single-line {
  display: block;
}

.confined-paragraph {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  display: block;
}

.strong {
  font-weight: bold;
}

.errtext {
  color: #FF5252;
  font-style: italic;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 599px) {
  .errtext {
    font-size: calc( 16px + (30 - 11) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (min-width: 600px) {
  .errtext {
    font-size: calc( 16px + (20 - 21) * ((100vw - 300px) / (1600 - 300)));
  }
}

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

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

.required {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
  font-size: 0;
}

.required:before {
  content: "*";
  display: inline-block;
  z-index: 10;
  color: #222222;
  font-family: "Lato", sans-serif;
}

@media screen and (max-width: 599px) {
  .required:before {
    font-size: calc(18px + (35 - 13) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (min-width: 600px) {
  .required:before {
    font-size: calc(18px + (25 - 23) * ((100vw - 300px) / (1600 - 300)));
  }
}

.screen-reader-only-description {
  color: rgba(0, 0, 0, 0);
  font-size: 0;
}

.phone-shortened-sr {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  font-size: 0;
}

.phone-shortened-sr:before {
  content: "P:";
  display: inline-block;
  z-index: 10;
  font-family: "Lato", sans-serif;
}

@media screen and (max-width: 599px) {
  .phone-shortened-sr:before {
    font-size: calc(18px + (35 - 13) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (min-width: 600px) {
  .phone-shortened-sr:before {
    font-size: calc(18px + (25 - 23) * ((100vw - 300px) / (1600 - 300)));
  }
}

.link-with-subtext p:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .link-with-subtext p.subtext {
    font-size: calc( 15px + (26 - 10) * (( 100vw - 300px ) / (1600 - 300)));
  }
}

@media screen and (min-width: 600px) {
  .link-with-subtext p.subtext {
    font-size: calc( 15px + (20 - 20) * (( 100vw - 300px ) / (1600 - 300)));
  }
}

.text-block {
  margin: 0 0 40px;
}

.js .loading:before {
  content: '';
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-intro-bg);
}

.js .loading:after {
  content: '';
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  pointer-events: none;
  opacity: 0.4;
  background: var(--color-intro-title);
  transform-origin: 50% 100%;
  transform: rotate3d(0, 0, 1, 45deg);
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1) rotate3d(0, 0, 1, -180deg);
  }
}

#page_load_section {
  min-height: 100vh;
  min-width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
}

/* Insidepages */
.form-container {
  text-align: center;
}

.form-container form {
  text-align: left;
  width: 100%;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea,
.select-style {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

.select-style {
  text-align: left;
}

.select-style:after {
  width: 8px;
  height: 8px;
  border-left: 0px solid transparent;
  border-right: 2px solid #222222;
  border-top: 2px solid #222222;
  content: " ";
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  transform: rotate(135deg);
}

.select-style[aria-expanded="true"]::after {
  border-left: 0px solid transparent;
  border-right: 2px solid #222222;
  border-top: 2px solid #222222;
  transform: rotate(-45deg);
  top: 17px;
}

.input-group {
  position: relative;
  width: 100%;
}

@supports (display: flex) {
  .input-group {
    display: flex;
    align-items: stretch;
  }
}

@supports (display: flex) {
  .input-group.flex-end {
    align-items: flex-end;
  }
}

.input-group.mb-2 {
  margin-bottom: .5rem;
}

.input-group .input-group-prepend {
  margin-right: 13px;
}

@supports (display: flex) {
  .input-group .input-group-prepend {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.input-group .large-col {
  width: 100%;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  font-weight: unset;
  line-height: 1.5;
  color: #222222 !important;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dedede;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #222222;
  background-color: #ffffff;
  border-color: #b1cb9c;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(112, 151, 80, 0.25);
}

.form-control::placeholder {
  color: #646464;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #bdbdbd;
  opacity: 1;
}

select.form-control:focus::-ms-value,
.select-style:focus::-ms-value {
  color: #222222;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range,
.form-control-block {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 21.6px;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 80%;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #383838;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 80%;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 21.6px;
  line-height: 1.5;
  border-radius: 0.4rem;
}

select.form-control[size], select.form-control[multiple],
.select-style.form-control[size],
.select-style.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 2rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-label-style-2 {
  font-weight: bold;
}

.form-row {
  margin-right: -5px;
  margin-left: -5px;
}

@supports (display: flex) {
  .form-row {
    display: flex;
    flex-wrap: wrap;
  }
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #7a7a7a;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  color: #82BC00;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  line-height: 1.5;
  color: color-yiq(#82BC00);
  background-color: #82BC00;
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #82BC00;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2382BC00' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #82BC00;
  box-shadow: 0 0 0 0.2rem fade(#82BC00, 25%);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #82BC00;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23222222' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2382BC00' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #82BC00;
  box-shadow: 0 0 0 0.2rem fade(#82BC00, 25%);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #82BC00;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #82BC00;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #82BC00;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #82BC00;
  background-color: #a5ef00;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(130, 188, 0, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #82BC00;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #82BC00;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #82BC00;
  box-shadow: 0 0 0 0.2rem rgba(130, 188, 0, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  color: #FF5252;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  line-height: 1.5;
  color: color-yiq(#FF5252);
  background-color: #FF5252;
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #FF5252;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF5252' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FF5252' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #FF5252;
  box-shadow: 0 0 0 0.2rem fade(#FF5252, 25%);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #FF5252;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23222222' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF5252' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FF5252' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #FF5252;
  box-shadow: 0 0 0 0.2rem fade(#FF5252, 25%);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #FF5252;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #FF5252;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #FF5252;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #FF5252;
  background-color: #ff8585;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FF5252;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FF5252;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #FF5252;
  box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    margin-bottom: 0;
  }
  @supports (display: flex) {
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
    }
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.form-col-group {
  width: 100%;
}

@supports (display: flex) {
  .form-col-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
  }
}

.form-col-group .col-span {
  display: inline-block;
  width: 100%;
}

.form-col-group .col {
  display: inline-block;
}

@supports (display: flex) {
  .form-col-group .form-col-flex {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
  }
}

.col-margin-right {
  margin-right: 10px;
}

.col-margin-left {
  margin-left: 15px;
}

.col-margin-bottom {
  margin-bottom: 15px;
}

.icon-247-calendar {
  width: 30px;
}

.submit-group {
  text-align: right;
  width: 100%;
}

.submit-group .back-button {
  float: left;
}

@supports (display: flex) {
  .submit-group.has-breadcrumbs {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
  }
}

.submit-group.has-breadcrumbs:after {
  background-color: #dedede;
}

.submit-group.has-breadcrumbs .btn-back {
  margin-top: 0 !important;
}

.submit-group.has-breadcrumbs .btn-next {
  margin-top: 0;
}

.submit-group.has-breadcrumbs .stage {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 27px;
  background: #ffffff;
  color: #222222;
  border-color: #dedede;
}

@supports (display: flex) {
  .switch {
    display: flex !important;
    align-items: center;
  }
}

.switch .switch-container {
  position: relative;
  width: 60px;
  margin-top: 10px;
}

.switch input {
  height: 16px;
  width: 45px;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

.switch input:checked + label {
  background: #82BC00;
}

.switch input:checked + label:after {
  left: 100%;
  transform: translateX(-95%);
}

.switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 45px;
  height: 16px;
  background: #dedede;
  display: block;
  border-radius: 45px;
  position: relative;
}

.switch label:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -5px;
  width: 28px;
  height: 28px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  transition: 0.3s;
}

.switch label:active:after {
  width: 35px;
}

.switch .switch-label {
  width: 100%;
  font-weight: 400;
}

.conditional-switch-container.contents-checkbox {
  margin-bottom: 38px;
}

.conditional-switch-container.contents-checkbox > .switch {
  margin-bottom: 0;
}

.radio-container .radio-check {
  position: absolute;
  top: 1px;
  left: -2px;
  height: 18px;
  width: 18px;
  border: 1px solid #dedede;
  border-radius: 100%;
  background: #ffffff;
  margin-right: 5px;
  vertical-align: top;
}

.radio-container .radio-check:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 2px;
  border-radius: 100%;
  position: absolute;
}

.radio-container input {
  vertical-align: top;
  visibility: hidden;
}

.radio-container input:checked + .radio-check {
  background-color: #ffffff;
  border-color: #f6f0de;
}

.radio-container input:checked + .radio-check:after {
  background-color: #f6f0de;
}

xs .radio-container input:not(:checked) + .radio-check:after {
  background-color: transparent;
}

.radio-container label {
  vertical-align: top;
}

.checkbox-container .checkbox-item {
  position: relative;
}

.checkbox-container .checkbox {
  position: absolute;
  top: 1px;
  left: 4px;
  height: 18px;
  width: 18px;
  border: 1px solid #dedede;
  background: #ffffff;
  z-index: 1;
  margin-top: 0;
}

.checkbox-container .checkbox:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 3px;
  position: absolute;
}

.checkbox-container input {
  z-index: 10;
  position: relative;
  width: 13px;
  height: 14px;
  margin-left: 1px;
  margin-right: 5px;
  opacity: 0;
}

.checkbox-container input:checked + .checkbox {
  background-color: #f6f0de;
  border-color: #f6f0de;
  background-image: url("https://static2.apts247.info/images/shared/check-white.png");
  background-size: 10.8px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.form-image-selection {
  width: 100%;
}

.form-image-selection.image-limited {
  width: 100%;
}

.form-image-selection .form-image-select {
  display: inline-block;
  position: relative;
  margin: 0 1% 8px 0;
  min-width: 68px;
  width: 22%;
  vertical-align: top;
}

.form-image-selection .form-image-select label {
  margin: 0;
  display: inline-block;
  width: auto;
  padding: 0;
}

.form-image-selection .form-image-select input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

.form-image-selection .form-image-select input:checked + .checkmark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.form-image-selection .form-image-select input:checked + .checkmark:before {
  content: '';
  background-color: #82BC00;
  background-image: url("https://static2.apts247.info/images/shared/check-white.png");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  border-radius: 100%;
  z-index: 2;
}

.form-image-selection .form-image-select input:checked + .checkmark:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  z-index: 1;
}

.form-image-selection .form-image-select input:checked + .checkmark + .select-image {
  outline: 3px solid #82BC00;
}

.form-image-selection .form-image-select img {
  width: 100%;
}

.form-image-selection .form-image-select .fp-name {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}

.tag-input-container {
  width: 100%;
  position: relative;
}

.tag-input-container .tag-button-container {
  border: 1px solid #dedede;
  width: 100%;
  padding: 5px;
  border-radius: 0.25rem;
}

.tag-input-container .tag-button-container .tag-item {
  text-align: left;
}

.tag-input-container .tag-button-container .tag-item.tag-item-lrg {
  display: inline-block;
  width: 100%;
}

.tag-input-container .tag-button-container .tag-item.tag-item-lrg .tag-input {
  width: 100%;
  display: inline-block;
}

.tag-input {
  background-color: #b27d37;
  color: #ffffff;
  border-radius: 30px;
  border: 0 none;
  padding: 7px 10px;
  font-size: 17px;
  cursor: pointer !important;
  transition: background-color 0.3s ease 0s;
}

.tag-input::placeholder {
  color: #ffffff;
}

.tag-input:hover {
  background-color: #785425;
  color: #ffffff;
  transition: background-color 0.3s ease 0s;
}

.g-recaptcha {
  margin-bottom: 15px;
}

.on-submit-action {
  overflow: hidden;
  transition: all 0.3s ease 0s;
}

.on-submit-hide {
  height: 0;
}

.on-submit-show {
  height: 100%;
}

.success_popup,
.success-popup {
  position: relative;
  min-height: 400px;
  text-align: center;
}

.success_popup p,
.success-popup p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.use-placeholder label {
  visibility: hidden;
  height: 0px;
  margin: 0;
  position: absolute;
}

@media screen and (min-width: 500px) {
  @supports (display: flex) {
    .form-col-container {
      display: flex;
      align-items: center;
      align-content: center;
    }
  }
}

@media screen and (min-width: 500px) {
  .form-col-container .col-span {
    width: 49%;
  }
  .form-col-container .col-span:first-of-type {
    margin-right: 2%;
  }
}

.form-col-container .col-span .date_input {
  width: 100%;
}

.form-col-container .appointment-date-time.item-date input, .form-col-container .appointment-date-time.item-time input {
  background: #b27d37;
}

.form-col-container .appointment-date-time.item-date input:hover, .form-col-container .appointment-date-time.item-time input:hover {
  background: #785425;
}

.form-col-container .appointment-date-time.item-date input::-webkit-input-placeholder, .form-col-container .appointment-date-time.item-date input::-moz-placeholder, .form-col-container .appointment-date-time.item-date input:-ms-input-placeholder, .form-col-container .appointment-date-time.item-date input:-moz-placeholder, .form-col-container .appointment-date-time.item-time input::-webkit-input-placeholder, .form-col-container .appointment-date-time.item-time input::-moz-placeholder, .form-col-container .appointment-date-time.item-time input:-ms-input-placeholder, .form-col-container .appointment-date-time.item-time input:-moz-placeholder {
  color: #ffffff;
}

.bread-cumbs {
  position: relative;
  width: auto;
  display: inline-block;
}

@supports (display: flex) {
  .bread-cumbs {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
}

.bread-cumbs:after {
  content: '';
  width: 100%;
  height: 2px;
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: 55%;
  margin-top: -3px;
  left: 0;
  background-color: #dedede;
}

.bread-cumbs .stage {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 15px;
  line-height: 16px;
  overflow: hidden;
  background-color: #ffffff;
  color: #222222;
  border: 2px solid #dedede;
  text-align: center;
  border-radius: 100%;
  margin-right: 20px;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}

.bread-cumbs .stage:last-of-type {
  margin-right: 0;
}

.bread-cumbs .stage.stage-complete {
  background-color: #82BC00;
  color: #ffffff;
  border-color: #82BC00;
  background-image: url("https://static2.apts247.info/images/shared/check-white.png");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}

.image-upload-preview-1 #image-form {
  position: relative;
  padding: 10px;
  border: 1px solid #dedede;
  text-align: left;
}

.image-upload-preview-1 #image-form label {
  padding-left: 21px;
}

.image-upload-preview-1 #image-form #permission {
  position: absolute;
  left: 11px;
  top: 10px;
  width: auto;
  line-height: 0;
  height: 20px;
}

.image-upload-preview-1 #image-form #fileupload {
  width: 100%;
}

.image-upload-preview-1 .table {
  display: table;
  width: 100%;
}

.image-upload-preview-1 .table #images-tbody {
  width: 100%;
}

.image-upload-preview-1 .table #images-tbody tr {
  width: 100%;
  border: 1px solid #dedede;
  background: #f0f0f0;
}

.image-upload-preview-1 .table #images-tbody td {
  color: #222222;
}

.image-upload-preview-1 .table #images-tbody td:first-child {
  width: 130px;
  min-width: 130px;
}

.image-upload-preview-1 .table #images-tbody td:first-child img {
  width: 100% !important;
  height: auto !important;
}

.image-upload-preview-1 .table #images-tbody td p {
  line-height: 1.2;
}

.image-upload-preview-1 .table #images-tbody td:nth-child(2) {
  width: 100%;
}

.image-upload-preview-1 .table #images-tbody td:last-child {
  width: 100px;
  min-width: 100px;
}

.image-upload-preview-1 .table #images-tbody td button {
  display: block;
  border: 0 none;
  padding: 4px 10px;
  min-width: 84px;
}

.image-upload-preview-1 .table #images-tbody td button.btn-cancel {
  margin-bottom: 7px;
}

.image-upload-preview-1 .table #images-tbody td #cancel_image {
  margin: 15px 5px;
}

.image-upload-preview-1 .table #images-tbody td #upload_image {
  margin: 15px 5px;
}

.image-upload-preview-1 .six {
  border: 1px solid #dedede;
  padding: 6px;
  margin: 6px;
}

.image-upload-preview-1 .six h2 {
  margin: 11px 0;
}

.image-upload-preview-1 .six a {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  #review-form-region {
    max-width: 510px;
  }
}

.error-msg-font-styling {
  font-style: italic;
  color: #FF5252;
  margin-bottom: 35px;
}

.secondary-help-text {
  font-style: italic;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 599px) {
  .secondary-help-text {
    font-size: calc(17px + (26 - 12) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (min-width: 600px) {
  .secondary-help-text {
    font-size: calc(17px + (22 - 22) * ((100vw - 300px) / (1600 - 300)));
  }
}

:root {
  --loader-background: rgba(0, 0, 0, 0.5);
  --loader-color-1: #ffffff;
  --loader-color-2: #f6f0de;
}

.loader-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--loader-background);
  z-index: 100000;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  border: 10px solid var(--loader-color-1);
  border-radius: 50%;
  border-top: 10px solid var(--loader-color-2);
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

:root {
  --animated-headline-overlay-button-bg: #ffffff;
  --animated-headline-button-bg: #ffffff;
  --animated-headline-button-bg-alt: #222222;
  --animated-headline-overlay-button-bg-alt: #ffffff;
  --animated-headline-overlay-button-accent: #709750;
  --animated-headline-overlay-button-accent-alt: #ffffff;
  --animated-headline-bg-p: white;
  --animated-headline-p-border-bottom: 1px solid 1px solid white;
  --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;
}

@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;
  }
}

#animated-headline {
  display: inline-block;
  width: 93%;
  position: fixed;
  z-index: 90000;
  max-width: 390px;
}

#animated-headline p {
  font-size: var(--animated-headline-font-size);
  line-height: var(--animated-headline-line-height);
}

@media only screen and (min-width: 545px) {
  #animated-headline {
    width: auto;
  }
}

#animated-headline.headline-top {
  top: 0;
}

#animated-headline.headline-bottom {
  bottom: 0;
}

@media only screen and (max-width: 544px) {
  #animated-headline.headline-bottom {
    bottom: 10px;
  }
}

#animated-headline.headline-left {
  left: 2%;
}

@media only screen and (min-width: 545px) {
  #animated-headline.headline-left {
    left: 0;
  }
}

#animated-headline.headline-right {
  right: 5%;
}

@media only screen and (min-width: 545px) {
  #animated-headline.headline-right {
    right: 15px;
  }
}

#animated-headline.headline-slide.headline-right {
  animation: slideInRight 1s 1;
}

#animated-headline.headline-slide.headline-left {
  animation: slideInLeft 1s 1;
}

#animated-headline.headline-slide .front {
  display: block;
}

@media only screen and (min-width: 545px) {
  #animated-headline.headline-slide .front {
    margin: 0 0 10px 10px;
  }
}

#animated-headline.headline-slide .front .button-contain-exclaim {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 5px 10px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

#animated-headline.headline-slide .front .button-contain-exclaim .exclaimation-text {
  margin-right: 10px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

#animated-headline.headline-slide .front .button-contain-exclaim .exclaimation-text #info-svg {
  width: 35px;
  height: 35px;
  display: inline-block;
}

#animated-headline.headline-slide .front .button-contain-exclaim .exclaimation-text #info-svg .fill {
  fill: #709750;
}

#animated-headline.headline-slide .front .button-contain-exclaim .exclaimation-text #info-svg .stroke {
  fill: none;
  stroke: #709750;
  stroke-miterlimit: 10;
}

#animated-headline.headline-slide .front .button-contain-exclaim p {
  width: calc(100% - 40px);
  height: auto;
  padding: 15px 10px;
  z-index: 2;
  position: relative;
  color: #222222;
  text-align: center;
  margin: 0;
  text-align: left;
  margin-left: 38px;
}

#animated-headline.headline-flipup {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation: flipInX 1s 1;
}

#animated-headline.headline-flipup .front {
  display: block;
}

@media only screen and (min-width: 545px) {
  #animated-headline.headline-flipup .front {
    margin: 0 0 10px 10px;
  }
}

#animated-headline.headline-flipup .front .button-contain-exclaim {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 5px 10px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

#animated-headline.headline-flipup .front .button-contain-exclaim .exclaimation-text {
  margin-right: 10px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

#animated-headline.headline-flipup .front .button-contain-exclaim .exclaimation-text #info-svg {
  width: 35px;
  height: 35px;
  display: inline-block;
}

#animated-headline.headline-flipup .front .button-contain-exclaim .exclaimation-text #info-svg .fill {
  fill: #709750;
}

#animated-headline.headline-flipup .front .button-contain-exclaim .exclaimation-text #info-svg .stroke {
  fill: none;
  stroke: #709750;
  stroke-miterlimit: 10;
}

#animated-headline.headline-flipup .front .button-contain-exclaim p {
  width: calc(100% - 40px);
  height: auto;
  padding: 15px 10px;
  z-index: 2;
  position: relative;
  color: #222222;
  text-align: center;
  margin: 0;
  text-align: left;
  margin-left: 38px;
}

#animated-headline.headline-fadein {
  animation: fadeIn 2s 1;
}

#animated-headline.headline-fadein .front {
  display: block;
}

@media only screen and (min-width: 545px) {
  #animated-headline.headline-fadein .front {
    margin: 0 0 10px 10px;
  }
}

#animated-headline.headline-fadein .front .button-contain-exclaim {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 5px 10px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

#animated-headline.headline-fadein .front .button-contain-exclaim .exclaimation-text {
  margin-right: 10px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

#animated-headline.headline-fadein .front .button-contain-exclaim .exclaimation-text #info-svg {
  width: 35px;
  height: 35px;
  display: inline-block;
}

#animated-headline.headline-fadein .front .button-contain-exclaim .exclaimation-text #info-svg .fill {
  fill: #709750;
}

#animated-headline.headline-fadein .front .button-contain-exclaim .exclaimation-text #info-svg .stroke {
  fill: none;
  stroke: #709750;
  stroke-miterlimit: 10;
}

#animated-headline.headline-fadein .front .button-contain-exclaim p {
  width: calc(100% - 40px);
  height: auto;
  padding: 15px 10px;
  z-index: 2;
  position: relative;
  color: #222222;
  text-align: center;
  margin: 0;
  text-align: left;
  margin-left: 38px;
}

#animated-headline.headline-push {
  animation: fadeInUp 1s 1;
}

#animated-headline.headline-push .front {
  display: block;
}

@media only screen and (min-width: 545px) {
  #animated-headline.headline-push .front {
    margin: 0 0 10px 10px;
  }
}

#animated-headline.headline-push .front .button-contain-exclaim {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 5px 10px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

#animated-headline.headline-push .front .button-contain-exclaim .exclaimation-text {
  margin-right: 10px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

#animated-headline.headline-push .front .button-contain-exclaim .exclaimation-text #info-svg {
  width: 35px;
  height: 35px;
  display: inline-block;
}

#animated-headline.headline-push .front .button-contain-exclaim .exclaimation-text #info-svg .fill {
  fill: #709750;
}

#animated-headline.headline-push .front .button-contain-exclaim .exclaimation-text #info-svg .stroke {
  fill: none;
  stroke: #709750;
  stroke-miterlimit: 10;
}

#animated-headline.headline-push .front .button-contain-exclaim p {
  width: calc(100% - 40px);
  height: auto;
  padding: 15px 10px;
  z-index: 2;
  position: relative;
  color: #222222;
  text-align: center;
  margin: 0;
  text-align: left;
  margin-left: 38px;
}

#animated-headline.headline-glow > div .front,
#animated-headline.headline-glow > a > div .front {
  margin: 0 0 10px 10px;
  overflow: hidden;
  background-color: #eaeaea;
}

#animated-headline.headline-glow > div .front .button-contain-exclaim,
#animated-headline.headline-glow > a > div .front .button-contain-exclaim {
  margin: 10px;
  z-index: 2;
  position: relative;
}

#animated-headline.headline-glow > div .front .button-contain-exclaim:before,
#animated-headline.headline-glow > a > div .front .button-contain-exclaim:before {
  content: '';
  width: 600px;
  height: 600px;
  background: #709750;
  border-radius: 100%;
  display: inline-block;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 -300px;
  animation: bubbleGrow 12s infinite;
  transform-origin: center;
}

#animated-headline.headline-glow > div .front .button-contain-exclaim p,
#animated-headline.headline-glow > a > div .front .button-contain-exclaim p {
  width: auto;
  height: auto;
  padding: 5px 10px;
  background: white;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid white;
  border-top: 1px solid #ffffff;
  z-index: 2;
  position: relative;
  color: #222222;
  text-align: center;
  margin: 0;
  animation: disappear 12s infinite;
}

#animated-headline.headline-glow > div .front .button-contain-exclaim .exclaimation-text,
#animated-headline.headline-glow > a > div .front .button-contain-exclaim .exclaimation-text {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px;
  width: 100%;
  z-index: 1;
  text-align: center;
  color: #ffffff;
  animation: disappearEx 12s infinite;
}

#animated-headline.headline-glow > div .front .button-contain-exclaim .exclaimation-text #info-svg,
#animated-headline.headline-glow > a > div .front .button-contain-exclaim .exclaimation-text #info-svg {
  width: 35px;
  height: 35px;
  display: inline-block;
}

#animated-headline.headline-glow > div .front .button-contain-exclaim .exclaimation-text #info-svg .fill,
#animated-headline.headline-glow > a > div .front .button-contain-exclaim .exclaimation-text #info-svg .fill {
  fill: #ffffff;
}

#animated-headline.headline-glow > div .front .button-contain-exclaim .exclaimation-text #info-svg .stroke,
#animated-headline.headline-glow > a > div .front .button-contain-exclaim .exclaimation-text #info-svg .stroke {
  fill: none;
  stroke: #ffffff;
  stroke-miterlimit: 10;
}

#animated-headline .headline-close {
  background: #ffffff;
  color: #222222;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 1px;
  position: absolute;
  right: -11px;
  top: -10px;
  opacity: 1;
  z-index: 6;
  font-weight: lighter;
  padding-bottom: 9px;
  animation: fadeInHold 2s 1;
}

#animated-headline > div {
  position: relative;
  transition: all .2s ease 0s;
  width: 100%;
}

#animated-headline .front {
  display: block;
}

.live-chat {
  position: fixed;
  bottom: 0;
  right: 0px;
  z-index: 100;
}

#chat_now {
  background: #ffffff;
  border-top: 4px solid #b27d37;
  display: table;
  padding: 7px 16px 7px 7px;
  width: 100%;
}

#chat_now span,
#chat_now h3 {
  display: table-cell;
  vertical-align: middle;
}

#chat_now .icon-font {
  font-size: 25px;
  padding: 0 12px 0 6px;
  color: fade(#222222, 70%);
}

#chat_now h3 {
  margin: 0;
  color: #222222;
}

#chat_form_div {
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  max-height: 0;
  transition: height .2s linear 0s;
}

#chat_form_div.active {
  max-height: 150px;
  transition: max-height .3s linear 0s;
}

#chat_form_div form {
  padding: 4px 6px 10px;
  border-top: 1px solid fade(#222222, 20%);
  display: inline-block;
  color: #222222;
}

@supports (display: flex) {
  #chat_form_div form {
    display: flex;
    flex-direction: column;
  }
}

#chat_form_div input {
  display: inline-block;
  width: 100%;
  background-image: none;
}

#chat_form_div input:focus {
  outline-color: #b27d37;
}

#chat_form_div #live_chat_link {
  display: inline-block;
  vertical-align: bottom;
  padding: 9px 0;
  text-align: center;
  width: 100%;
  background: #b27d37;
  color: #ffffff;
  transition: all .2s ease 0s;
  padding: 8px 20px;
  text-align: center;
  margin: 5px;
}

#chat_form_div #live_chat_link:hover {
  background: #785425;
  transition: all .2s ease 0s;
}

.bfb-plus {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  background: #b27d37;
  border-radius: 100%;
  border: 0 none;
  text-indent: 1000px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  transition: background-color .3s ease;
}

.bfb-plus:hover {
  background: #785425;
  transition: background-color .3s ease;
}

.bfb-plus:before {
  content: '';
  width: 2px;
  height: 20px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -1px;
}

.bfb-plus:after {
  content: '';
  height: 2px;
  width: 20px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
}

.bfb-plus {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  background: #b27d37;
  border-radius: 100%;
  border: 0 none;
  text-indent: 1000px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  transition: background-color .3s ease;
}

.bfb-plus:hover {
  background: #785425;
  transition: background-color .3s ease;
}

.bfb-plus:before {
  content: '';
  width: 2px;
  height: 20px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -1px;
}

.bfb-plus:after {
  content: '';
  height: 2px;
  width: 20px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes top-bottom {
  100% {
    transform: translateY(0%);
  }
}

@keyframes bottom-top {
  100% {
    transform: translateY(100%);
  }
}

@keyframes right-left {
  100% {
    transform: translateX(0%);
  }
}

@keyframes left-right {
  100% {
    transform: translateX(0%);
  }
}

@keyframes marquee-left {
  from {
    transform: translateX(30%);
  }
  to {
    transform: translateX(-105%);
  }
}

@keyframes rotate-left {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes rotate-right {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(45deg);
  }
}

:root {
  --scroll-to-top-container-width: 110px;
  --scroll-to-top-container-height: 110px;
  --scroll-to-top-container-left: 0;
  --scroll-to-top-container-right: 0;
  --scroll-to-top-container-bottom: -50px;
  --scroll-to-top-container-margin: 0 auto;
  --scroll-to-top-container-border-radius: 50%;
  --scroll-to-top-container-background:  #b27d37;
  --scroll-to-top-btn-max-width: 80px;
  --scroll-to-top-btn-max-height: 80px;
  --scroll-to-top-btn-svg-width: 100%;
  --scroll-to-top-btn-svg-height: 100%;
  --scroll-to-top-btn-svg-fill: #ffffff;
  --scroll-to-top-btn-svg-path-stroke: transparent;
}

.copyright-under-footer {
  background: var(--copyright-under-footer-bg);
  color: var(--copyright-under-footer-color);
  text-align: center;
  padding: 20px 50px;
}

@media only screen and (max-width: 1099px) {
  .copyright-under-footer {
    padding: 10px 20px;
  }
}

.copyright-under-footer .copyright-text {
  margin-bottom: unset;
  font-weight: 400;
}

.copyright-under-footer a {
  color: var(--copyright-under-footer-color);
  font-weight: 400;
}

.copyright-under-footer a:hover {
  color: var(--under-footer-bg-alt-hover);
}

.copyright-under-footer svg {
  max-width: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.copyright-under-footer svg polygon,
.copyright-under-footer svg path,
.copyright-under-footer svg .svg-fill {
  fill: var(--copyright-under-footer-color);
}

.animated-card {
  background: #ffffff;
  box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  border: unset;
  padding: 0;
}

@media screen and (max-width: 1300px) {
  .animated-card {
    padding: 10% 5%;
  }
}

@media screen and (min-width: 1301px) {
  .animated-card {
    margin-top: 30px;
  }
  @supports (display: flex) {
    .animated-card {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
}

@media screen and (min-width: 1301px) {
  .animated-card .confined-banner-image {
    width: calc(100% - (600px - 10px));
    display: inline-block;
  }
}

@supports (display: flex) {
  @media screen and (min-width: 1301px) {
    .animated-card .confined-banner-image {
      order: 2;
    }
  }
}

@media screen and (max-width: 1300px) {
  .animated-card .confined-banner-image {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1301px) {
  .animated-card .confined-banner-text {
    width: 600px;
    display: inline-block;
  }
}

@media screen and (max-width: 1300px) {
  .animated-card .confined-banner-text {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.animated-card .confined-banner-text .banner-text {
  color: #b27d37;
  text-align: center;
}

@supports (display: flex) {
  @media screen and (min-width: 1301px) {
    .animated-card .confined-banner-text .banner-text {
      order: 2;
    }
  }
}

@media screen and (min-width: 1301px) {
  .animated-card .confined-banner-text .button-list {
    margin-top: 35px;
  }
}

.animated-card .text-color {
  color: 0px 18px 25px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1025px) {
  .animated-card {
    width: 90%;
    margin: 0 auto 55px;
  }
}

@media screen and (min-width: 1025px) {
  .animated-card {
    min-height: 600px;
  }
}

.animated-card .text-color {
  color: #222222;
}

.animated-card .confined-banner-text {
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (max-width: 1300px) {
  .animated-card .confined-banner-text {
    margin-bottom: 35px;
  }
}

#pet_policy_section {
  position: relative;
  padding: 60px 0;
}

#pet_policy_section .accent-detail:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 600px;
  height: 100%;
  background-image: url("https://static2.apts247.info/images/community/pets-paws.png");
  background-position: right;
  background-repeat: no-repeat;
  z-index: 4;
}

@media only screen and (max-width: 1499px) {
  #pet_policy_section .accent-detail:before {
    background-size: contain;
  }
}

@media only screen and (min-width: 1500px) {
  #pet_policy_section .accent-detail:before {
    right: 15%;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1999px) {
  #pet_policy_section .accent-detail:before {
    background-size: 78%;
  }
}

@media only screen and (min-width: 2000px) {
  #pet_policy_section .accent-detail:before {
    background-size: contain;
  }
}

#pet_policy_section .accent-detail:before.webp {
  background-image: url('str-splice("https://static2.apts247.info/images/community/pets-paws.png", 1, -4)webp');
}

#pet_policy_section .content-container {
  z-index: 11;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #pet_policy_section .content-container {
    margin: auto;
    width: 80%;
    min-height: 40vw;
    padding: 22vw 3%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1499px) {
  #pet_policy_section .content-container {
    width: 48%;
    min-height: 24vw;
    padding: 13vw 0;
    max-width: 800px;
    margin: 7%;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1999px) {
  #pet_policy_section .content-container {
    width: 48%;
    min-height: 20vw;
    padding: 180px 0;
    max-width: 740px;
    margin: 7%;
  }
}

@media only screen and (min-width: 2000px) {
  #pet_policy_section .content-container {
    width: 48%;
    padding: 180px 0;
    max-width: 800px;
    margin: 7%;
  }
}

#pet_policy_section .content-container .btn-container {
  text-align: center;
}

#pet_policy_section .api-pet_policy {
  width: 100%;
}

@media only screen and (max-width: 1499px) and (min-width: 768px) {
  #pet_policy_section .box-card.content-container {
    width: 70%;
    min-height: 24vw;
    padding: 60px 0;
    max-width: 800px;
    margin: 7%;
  }
}

@media only screen and (max-width: 767px) {
  #pet_policy_section .box-card.content-container {
    margin: auto;
    width: 90%;
    min-height: 40vw;
    padding: 60px 3%;
  }
}

#pet_policy_section .box-card.content-container.no-pets {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ct-video {
  max-width: 1920px;
  max-height: 1080px;
  width: 80vw;
  height: 44.8vw;
}

#map {
  display: block;
  max-width: var(--map-max-width);
  width: var(--map-width);
  height: var(--map-height);
  margin: var(--map-margin);
}

.poi-category-list {
  display: none !important;
}

svg#icons {
  max-width: var(--map-svg-icons-max-width);
  vertical-align: bottom;
}

.marker.home {
  background-image: var(--map-marker-background-image);
  border: var(--map-marker-border);
  border-radius: var(--map-marker-border-radius);
  height: var(--map-marker-height);
  width: var(--map-marker-width);
  background-color: var(--map-marker-background-color);
  background-size: var(--map-marker-background-size);
  background-repeat: var(--map-marker-background-repeat);
  background-position: var(--map-marker-background-position);
  display: block;
}

#neighborhood_section .content-container {
  background: var(--neighborhood-section-content-container-bg);
}

#neighborhood_section .content-container .poi-list-container {
  display: none !important;
}

:root {
  --neighborhood-section-content-container-bg: transparent;
  --map-max-width: 1500px;
  --map-width: 100%;
  --map-height: 600px;
  --map-margin: 0 auto 20px;
  --map-svg-icons-max-width: 14px;
  --map-marker-background-image: url("https://static2.apts247.info/images/community/home-icon.png");
  --map-marker-border: none;
  --map-marker-border-radius: 0;
  --map-marker-height: 50px;
  --map-marker-width: 25px;
  --map-marker-background-color: transparent;
  --map-marker-background-size: contain;
  --map-marker-background-repeat: no-repeat;
  --map-marker-background-position: bottom;
}

#amenities_container {
  padding: 0;
}

#amenities_container .bulletlist {
  margin: auto;
  max-width: 90%;
}

#blog_app_container {
  background-color: #ffffff;
  margin-bottom: 45px;
}

@media screen and (min-width: 501px) {
  #blog_app_container {
    padding: 2%;
    width: 90%;
    margin: 0 auto 5%;
  }
}

#featured_post {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  padding: 2%;
}

@supports (display: flex) {
  #featured_post {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
  }
}

@media screen and (max-width: 1100px) {
  #featured_post .featured-heading {
    width: 100%;
  }
}

@media screen and (min-width: 1101px) {
  #featured_post .featured-heading {
    width: 400px;
  }
}

#featured_post .featured-content {
  text-align: left;
  padding: 2% 5%;
}

@media screen and (max-width: 1100px) {
  #featured_post .featured-content {
    width: 100%;
  }
}

@media screen and (min-width: 1101px) {
  #featured_post .featured-content {
    border-left: 3px solid #b27d37;
    width: calc(100% - 400px);
  }
}

.blogs-list {
  padding: 0;
  list-style: none;
  margin-bottom: 5%;
}

@supports (display: flex) {
  .blogs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
  }
}

.blogs-list .card {
  border: 1px solid #dedede;
  background: #ffffff;
  display: inline-block;
  transition: all .3s ease 0s;
  padding: 25px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0);
  max-width: 400px;
  min-height: 400px;
  width: 100%;
}

.blogs-list .card:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
  transition: all .3s ease 0s;
  z-index: 10;
}

@supports (display: flex) {
  .blogs-list .card {
    align-self: top;
  }
}

.blogs-list .card .text-color {
  color: #222222;
}

.blogs-list .card-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.blogs-list.scroll-reveal .blogs-list-item {
  transform: translateX(100%);
  transition: transform 0.8s ease-in-out 0.6s, opacity ease-in-out 0.4s 0.6s;
  opacity: 0;
}

.blogs-list.scroll-reveal .blogs-list-item:nth-of-type(1) {
  transition: transform 0.8s ease-in-out 0.6s, opacity ease-in-out 0.4s 0.6s;
}

.blogs-list.scroll-reveal .blogs-list-item:nth-of-type(2) {
  transition: transform 0.8s ease-in-out 0.9s, opacity ease-in-out 0.4s 0.9s;
}

.blogs-list.scroll-reveal .blogs-list-item:nth-of-type(3) {
  transition: transform 0.8s ease-in-out 1.2s, opacity ease-in-out 0.4s 1.2s;
}

.blogs-list.scroll-reveal .blogs-list-item:nth-of-type(4) {
  transition: transform 0.8s ease-in-out 1.5s, opacity ease-in-out 0.4s 1.5s;
}

.blogs-list.scroll-reveal .blogs-list-item:nth-of-type(5) {
  transition: transform 0.8s ease-in-out 1.8s, opacity ease-in-out 0.4s 1.8s;
}

.blogs-list.scroll-reveal .blogs-list-item:nth-of-type(6) {
  transition: transform 0.8s ease-in-out 2.1s, opacity ease-in-out 0.4s 2.1s;
}

.blogs-list.scroll-reveal .blogs-list-item:nth-of-type(7) {
  transition: transform 0.8s ease-in-out 2.4s, opacity ease-in-out 0.4s 2.4s;
}

.blogs-list.scroll-reveal .blogs-list-item:nth-of-type(8) {
  transition: transform 0.8s ease-in-out 2.7s, opacity ease-in-out 0.4s 2.7s;
}

.blogs-list.scroll-reveal .blogs-list-item:nth-of-type(9) {
  transition: transform 0.8s ease-in-out 3s, opacity ease-in-out 0.4s 3s;
}

.blogs-list.active .blogs-list-item {
  transform: translateX(0%);
  opacity: 1;
}

.blogs-list .blogs-list-item .category {
  height: 60px;
  width: 60px;
}

@supports (display: flex) {
  .blogs-list .blogs-list-item .category {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (min-width: 1400px) {
  .blogs-list .blogs-list-item .category {
    height: 4vw;
    width: 4vw;
  }
}

.blogs-list .blogs-list-item .category span {
  color: #222222;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: inherit;
  font-size: calc(18px + 1vw);
}

.blogs-list .blogs-list-item .category-discover {
  background-color: #f6f0de;
}

.blogs-list .blogs-list-item .category-discover span {
  color: #ffffff;
}

.blogs-list .blogs-list-item .category-entertaining {
  background-color: #b27d37;
}

.blogs-list .blogs-list-item .category-entertaining span {
  color: #ffffff;
}

.blogs-list .blogs-list-item .category-know {
  background-color: #709750;
}

.blogs-list .blogs-list-item .category-know span {
  color: #ffffff;
}

.blogs-list .blogs-list-item .category-lifestyle {
  background-color: #0d1230;
}

.blogs-list .blogs-list-item .category-lifestyle span {
  color: #ffffff;
}

.blogs-list .blogs-list-item .category-pets {
  background-color: #785425;
}

.blogs-list .blogs-list-item .category-pets span {
  color: #ffffff;
}

.blogs-list .blogs-list-item .category-tips {
  background-color: black;
}

.blogs-list .blogs-list-item .category-tips span {
  color: #ffffff;
}

.blogs-list .blogs-list-item .category-uncategorized {
  background-color: #222222;
}

.blogs-list .blogs-list-item .category-uncategorized span {
  color: #ffffff;
}

.blogs-list .blogs-list-item {
  text-align: left;
}

.blogs-list .blog-type {
  margin-bottom: 10px;
}

@supports (display: flex) {
  .blogs-list .blog-type {
    display: flex;
    align-items: center;
  }
}

.blogs-list .blog-category-header {
  position: relative;
}

@supports (display: flex) {
  .blogs-list .blog-category-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
  }
}

.blogs-list .blog-category-header:before {
  content: "";
  height: 2px;
  width: 20px;
  position: relative;
  background: #222222;
  margin: 0 10px;
}

.blogs-list .blogs-date {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.previous-post-search-container {
  width: 100%;
}

@supports (display: flex) {
  @media screen and (min-width: 1101px) {
    .previous-post-search-container {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: stretch;
      align-content: center;
    }
  }
}

@media screen and (max-width: 1100px) {
  .previous-post-search-container > .column-1 {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1101px) {
  .previous-post-search-container > .column-1 {
    width: calc(93% - 600px);
    margin-right: 7%;
    order: 1;
  }
}

@media screen and (max-width: 1100px) {
  .previous-post-search-container > .column-1.has-padding {
    padding: 15px;
  }
}

@media screen and (min-width: 1101px) {
  .previous-post-search-container > .column-1.has-padding {
    padding: 25px;
  }
}

@media screen and (max-width: 1100px) {
  .previous-post-search-container > .column-2 {
    width: 100%;
    display: inline-block;
  }
}

@media screen and (min-width: 1101px) {
  .previous-post-search-container > .column-2 {
    width: 600px;
    order: 2;
  }
}

@supports (display: flex) {
  .previous-post-search-container > .column-2.reorder {
    order: 2;
  }
}

@media screen and (max-width: 1100px) {
  .previous-post-search-container > .column-2.reorder {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .previous-post-search-container {
    width: 90%;
    margin: 0 auto;
  }
}

.previous-post-search-container #blog_message {
  padding: 4%;
  max-width: 600px;
  margin: 0 5% 35px;
  border: 1px solid #dedede;
}

@media screen and (max-width: 1100px) {
  .previous-post-search-container #blog_message {
    display: none;
  }
}

.previous-post-search-container .search-list {
  margin: 0 5%;
}

@media screen and (min-width: 1101px) {
  .search-list .post-search {
    border: 2px solid #dedede;
    padding: 5px;
    margin-bottom: 35px;
  }
  @supports (display: flex) {
    .search-list .post-search {
      display: flex;
      justify-content: space-between;
    }
  }
}

@media screen and (max-width: 1100px) {
  .search-list .post-search {
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1101px) {
  .search-list .post-search input {
    padding: 13px;
    width: 65%;
    border: none;
  }
}

@media screen and (max-width: 1100px) {
  .search-list .post-search input {
    border: 2px solid #dedede;
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
  }
}

.search-list .post-search .search-button {
  margin: 0;
}

.search-list .search-list-container {
  text-align: left;
  list-style: none;
  padding: 0;
}

.search-list .search-list-container .search-item {
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
}

.search-list .search-list-container .link {
  text-align: left;
  width: 100%;
  padding: 20px 0;
  transition: all .3s ease;
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
  font-family: "Cantarell", sans-serif;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: #222222;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
  color: #222222;
}

@media only screen and (min-width: 1200px) {
  .search-list .search-list-container .link {
    padding: 10px 0;
  }
}

.search-list .search-list-container .link:hover {
  color: #f6f0de;
  transition: all .3s ease;
}

@media screen and (max-width: 1100px) {
  .search-list {
    max-width: 600px;
  }
}

.blogs .swiper-container-two {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

#blogs_page_container,
#blog_page_container {
  display: none;
}

#blogs_page_container.active,
#blog_page_container.active {
  display: inline-block;
}

#blog_page_container.active {
  max-height: none;
  min-height: 60vh;
}

@media screen and (max-width: 1100px) {
  #blog_page_container.active {
    width: 90%;
    margin: 0 auto;
  }
}

#blog_page_container .back-button {
  margin-bottom: 35px;
  text-align: center;
}

#blog_page_container .back-button .button-style-2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  #blog_page_container #blog_header_one_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 3vw;
    flex-direction: row;
  }
}

#blog_page_container #blog_header_one_container .header-component-text {
  margin-left: 5%;
  margin-right: 8%;
  color: #709750;
}

@media only screen and (min-width: 768px) {
  #blog_page_container #blog_header_one_container .header-component-text {
    text-align: right;
    margin-bottom: 0;
  }
}

#blog_page_container #blog_header_one_container .header-component-text span:nth-of-type(1) {
  color: #709750;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: initial;
  font-size: calc(36px + 3vw);
  text-transform: uppercase;
  line-height: 1;
  text-shadow: none;
}

#blog_page_container #blog_header_one_container .header-component-text span:nth-of-type(2) {
  color: #709750;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: initial;
  font-size: calc(36px + 3vw);
  text-transform: lowercase;
  line-height: 1;
  text-shadow: none;
}

@media only screen and (min-width: 768px) {
  #blog_page_container #blog_header_one_container .accent-line {
    width: 70%;
    border-bottom: 2px solid #b27d37;
    text-align: right;
  }
}

#blog_page_container #blog_header_one_container .accent-line span {
  color: #222222;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: initial;
  font-size: calc(18px + 0.3vw);
  text-transform: capitalize;
  text-shadow: none;
  display: block;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #blog_page_container #blog_header_one_container .accent-line span {
    margin-right: 20%;
  }
}

@media only screen and (max-width: 767px) {
  #blog_page_container #blog_header_one_container .accent-line span {
    margin-left: 5%;
    margin-top: 20px;
  }
}

#blog_page_container p {
  max-width: 750px;
  text-align: left;
  margin: 0 auto 45px;
}

#blog_page_container p a {
  text-decoration: underline;
  color: #f6f0de !important;
  transition: color .3s ease;
}

#blog_page_container p a:hover {
  color: #709750 !important;
  transition: color .3s ease;
}

#blog_page_container ul,
#blog_page_container ol {
  text-align: left;
  width: 100%;
  max-width: 800px;
  display: inline-block;
}

@media only screen and (min-width: 480px) {
  #blog_page_container ul,
  #blog_page_container ol {
    margin-left: 35px;
  }
}

#blog_page_container ul li,
#blog_page_container ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 479px) {
  #blog_page_container ul .ql-indent-1,
  #blog_page_container ol .ql-indent-1 {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 480px) {
  #blog_page_container ul .ql-indent-1,
  #blog_page_container ol .ql-indent-1 {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 479px) {
  #blog_page_container ul .ql-indent-2,
  #blog_page_container ol .ql-indent-2 {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 480px) {
  #blog_page_container ul .ql-indent-2,
  #blog_page_container ol .ql-indent-2 {
    margin-left: 80px;
  }
}

@media only screen and (max-width: 479px) {
  #blog_page_container ul .ql-indent-3,
  #blog_page_container ol .ql-indent-3 {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 480px) {
  #blog_page_container ul .ql-indent-3,
  #blog_page_container ol .ql-indent-3 {
    margin-left: 120px;
  }
}

#blog_page_container blockquote {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  text-align: left;
  color: #222222;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: calc(18px + 0.6vw);
  padding: 3%;
  display: block;
  border-left: solid 3px #f6f0de;
  border-right: none;
}

#blog_page_container #blog_main_img {
  width: 90%;
  max-width: 750px;
  margin: 5vw auto;
}

#blog_page_container #blog_main_img img {
  width: 100%;
  height: auto;
}

#blog_page_container #blog_main_img figcaption {
  width: 100%;
  background-color: transparent;
  color: #222222;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: calc(18px + 0.3vw);
  padding: 20px 0;
}

@keyframes transition-to-blogs {
  0% {
    width: 100vw;
    height: 100vh;
    transform: translateX(-100%);
  }
  10% {
    transform: translateX(-100%);
  }
  25% {
    transform: translateX(0%);
  }
  75% {
    transform: translateX(0%);
  }
  90% {
    width: 100vw;
    height: 100vh;
    transform: translateX(100%);
  }
  100% {
    width: 0vw;
    height: 0vh;
  }
}

@keyframes transition-to-blogs {
  0% {
    width: 100vw;
    height: 100vh;
    transform: translateX(100%);
  }
  10% {
    transform: translateX(100%);
  }
  25% {
    transform: translateX(0%);
  }
  75% {
    transform: translateX(0%);
  }
  90% {
    width: 100vw;
    height: 100vh;
    transform: translateX(-100%);
  }
  100% {
    width: 0vw;
    height: 0vh;
  }
}

.blog-transition {
  top: 0;
  left: 0;
  background: #b27d37;
  position: fixed;
  z-index: 10;
  width: 0%;
  height: 0%;
  overflow: hidden;
}

.blog-transition.transition-to-blog {
  animation: transition-to-blog 3s ease-in-out;
}

.blog-transition.transition-to-blogs {
  animation: transition-to-blogs 3s ease-in-out;
}

.form-container {
  text-align: center;
}

.form-container form {
  text-align: left;
  width: 100%;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea,
.select-style {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

.select-style {
  text-align: left;
}

.select-style:after {
  width: 8px;
  height: 8px;
  border-left: 0px solid transparent;
  border-right: 2px solid #222222;
  border-top: 2px solid #222222;
  content: " ";
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  transform: rotate(135deg);
}

.select-style[aria-expanded="true"]::after {
  border-left: 0px solid transparent;
  border-right: 2px solid #222222;
  border-top: 2px solid #222222;
  transform: rotate(-45deg);
  top: 17px;
}

.input-group {
  position: relative;
  width: 100%;
}

@supports (display: flex) {
  .input-group {
    display: flex;
    align-items: stretch;
  }
}

@supports (display: flex) {
  .input-group.flex-end {
    align-items: flex-end;
  }
}

.input-group.mb-2 {
  margin-bottom: .5rem;
}

.input-group .input-group-prepend {
  margin-right: 13px;
}

@supports (display: flex) {
  .input-group .input-group-prepend {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.input-group .large-col {
  width: 100%;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  font-weight: unset;
  line-height: 1.5;
  color: #222222 !important;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dedede;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #222222;
  background-color: #ffffff;
  border-color: #b1cb9c;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(112, 151, 80, 0.25);
}

.form-control::placeholder {
  color: #646464;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #bdbdbd;
  opacity: 1;
}

select.form-control:focus::-ms-value,
.select-style:focus::-ms-value {
  color: #222222;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range,
.form-control-block {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 21.6px;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 80%;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #383838;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 80%;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 21.6px;
  line-height: 1.5;
  border-radius: 0.4rem;
}

select.form-control[size], select.form-control[multiple],
.select-style.form-control[size],
.select-style.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 2rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-label-style-2 {
  font-weight: bold;
}

.form-row {
  margin-right: -5px;
  margin-left: -5px;
}

@supports (display: flex) {
  .form-row {
    display: flex;
    flex-wrap: wrap;
  }
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #7a7a7a;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  color: #82BC00;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  line-height: 1.5;
  color: color-yiq(#82BC00);
  background-color: #82BC00;
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #82BC00;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2382BC00' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #82BC00;
  box-shadow: 0 0 0 0.2rem fade(#82BC00, 25%);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #82BC00;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23222222' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2382BC00' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #82BC00;
  box-shadow: 0 0 0 0.2rem fade(#82BC00, 25%);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #82BC00;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #82BC00;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #82BC00;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #82BC00;
  background-color: #a5ef00;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(130, 188, 0, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #82BC00;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #82BC00;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #82BC00;
  box-shadow: 0 0 0 0.2rem rgba(130, 188, 0, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  color: #FF5252;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  line-height: 1.5;
  color: color-yiq(#FF5252);
  background-color: #FF5252;
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #FF5252;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF5252' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FF5252' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #FF5252;
  box-shadow: 0 0 0 0.2rem fade(#FF5252, 25%);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #FF5252;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23222222' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF5252' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FF5252' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #FF5252;
  box-shadow: 0 0 0 0.2rem fade(#FF5252, 25%);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #FF5252;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #FF5252;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #FF5252;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #FF5252;
  background-color: #ff8585;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FF5252;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FF5252;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #FF5252;
  box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    margin-bottom: 0;
  }
  @supports (display: flex) {
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
    }
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.form-col-group {
  width: 100%;
}

@supports (display: flex) {
  .form-col-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
  }
}

.form-col-group .col-span {
  display: inline-block;
  width: 100%;
}

.form-col-group .col {
  display: inline-block;
}

@supports (display: flex) {
  .form-col-group .form-col-flex {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
  }
}

.col-margin-right {
  margin-right: 10px;
}

.col-margin-left {
  margin-left: 15px;
}

.col-margin-bottom {
  margin-bottom: 15px;
}

.icon-247-calendar {
  width: 30px;
}

.submit-group {
  text-align: right;
  width: 100%;
}

.submit-group .back-button {
  float: left;
}

@supports (display: flex) {
  .submit-group.has-breadcrumbs {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
  }
}

.submit-group.has-breadcrumbs:after {
  background-color: #dedede;
}

.submit-group.has-breadcrumbs .btn-back {
  margin-top: 0 !important;
}

.submit-group.has-breadcrumbs .btn-next {
  margin-top: 0;
}

.submit-group.has-breadcrumbs .stage {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 27px;
  background: #ffffff;
  color: #222222;
  border-color: #dedede;
}

@supports (display: flex) {
  .switch {
    display: flex !important;
    align-items: center;
  }
}

.switch .switch-container {
  position: relative;
  width: 60px;
  margin-top: 10px;
}

.switch input {
  height: 16px;
  width: 45px;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

.switch input:checked + label {
  background: #82BC00;
}

.switch input:checked + label:after {
  left: 100%;
  transform: translateX(-95%);
}

.switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 45px;
  height: 16px;
  background: #dedede;
  display: block;
  border-radius: 45px;
  position: relative;
}

.switch label:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -5px;
  width: 28px;
  height: 28px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  transition: 0.3s;
}

.switch label:active:after {
  width: 35px;
}

.switch .switch-label {
  width: 100%;
  font-weight: 400;
}

.conditional-switch-container.contents-checkbox {
  margin-bottom: 38px;
}

.conditional-switch-container.contents-checkbox > .switch {
  margin-bottom: 0;
}

.radio-container .radio-check {
  position: absolute;
  top: 1px;
  left: -2px;
  height: 18px;
  width: 18px;
  border: 1px solid #dedede;
  border-radius: 100%;
  background: #ffffff;
  margin-right: 5px;
  vertical-align: top;
}

.radio-container .radio-check:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 2px;
  border-radius: 100%;
  position: absolute;
}

.radio-container input {
  vertical-align: top;
  visibility: hidden;
}

.radio-container input:checked + .radio-check {
  background-color: #ffffff;
  border-color: #f6f0de;
}

.radio-container input:checked + .radio-check:after {
  background-color: #f6f0de;
}

xs .radio-container input:not(:checked) + .radio-check:after {
  background-color: transparent;
}

.radio-container label {
  vertical-align: top;
}

.checkbox-container .checkbox-item {
  position: relative;
}

.checkbox-container .checkbox {
  position: absolute;
  top: 1px;
  left: 4px;
  height: 18px;
  width: 18px;
  border: 1px solid #dedede;
  background: #ffffff;
  z-index: 1;
  margin-top: 0;
}

.checkbox-container .checkbox:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 3px;
  position: absolute;
}

.checkbox-container input {
  z-index: 10;
  position: relative;
  width: 13px;
  height: 14px;
  margin-left: 1px;
  margin-right: 5px;
  opacity: 0;
}

.checkbox-container input:checked + .checkbox {
  background-color: #f6f0de;
  border-color: #f6f0de;
  background-image: url("https://static2.apts247.info/images/shared/check-white.png");
  background-size: 10.8px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.form-image-selection {
  width: 100%;
}

.form-image-selection.image-limited {
  width: 100%;
}

.form-image-selection .form-image-select {
  display: inline-block;
  position: relative;
  margin: 0 1% 8px 0;
  min-width: 68px;
  width: 22%;
  vertical-align: top;
}

.form-image-selection .form-image-select label {
  margin: 0;
  display: inline-block;
  width: auto;
  padding: 0;
}

.form-image-selection .form-image-select input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

.form-image-selection .form-image-select input:checked + .checkmark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.form-image-selection .form-image-select input:checked + .checkmark:before {
  content: '';
  background-color: #82BC00;
  background-image: url("https://static2.apts247.info/images/shared/check-white.png");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  border-radius: 100%;
  z-index: 2;
}

.form-image-selection .form-image-select input:checked + .checkmark:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  z-index: 1;
}

.form-image-selection .form-image-select input:checked + .checkmark + .select-image {
  outline: 3px solid #82BC00;
}

.form-image-selection .form-image-select img {
  width: 100%;
}

.form-image-selection .form-image-select .fp-name {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}

.tag-input-container {
  width: 100%;
  position: relative;
}

.tag-input-container .tag-button-container {
  border: 1px solid #dedede;
  width: 100%;
  padding: 5px;
  border-radius: 0.25rem;
}

.tag-input-container .tag-button-container .tag-item {
  text-align: left;
}

.tag-input-container .tag-button-container .tag-item.tag-item-lrg {
  display: inline-block;
  width: 100%;
}

.tag-input-container .tag-button-container .tag-item.tag-item-lrg .tag-input {
  width: 100%;
  display: inline-block;
}

.tag-input {
  background-color: #b27d37;
  color: #ffffff;
  border-radius: 30px;
  border: 0 none;
  padding: 7px 10px;
  font-size: 17px;
  cursor: pointer !important;
  transition: background-color 0.3s ease 0s;
}

.tag-input::placeholder {
  color: #ffffff;
}

.tag-input:hover {
  background-color: #785425;
  color: #ffffff;
  transition: background-color 0.3s ease 0s;
}

.g-recaptcha {
  margin-bottom: 15px;
}

.on-submit-action {
  overflow: hidden;
  transition: all 0.3s ease 0s;
}

.on-submit-hide {
  height: 0;
}

.on-submit-show {
  height: 100%;
}

.success_popup,
.success-popup {
  position: relative;
  min-height: 400px;
  text-align: center;
}

.success_popup p,
.success-popup p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.use-placeholder label {
  visibility: hidden;
  height: 0px;
  margin: 0;
  position: absolute;
}

@media screen and (min-width: 500px) {
  @supports (display: flex) {
    .form-col-container {
      display: flex;
      align-items: center;
      align-content: center;
    }
  }
}

@media screen and (min-width: 500px) {
  .form-col-container .col-span {
    width: 49%;
  }
  .form-col-container .col-span:first-of-type {
    margin-right: 2%;
  }
}

.form-col-container .col-span .date_input {
  width: 100%;
}

.form-col-container .appointment-date-time.item-date input, .form-col-container .appointment-date-time.item-time input {
  background: #b27d37;
}

.form-col-container .appointment-date-time.item-date input:hover, .form-col-container .appointment-date-time.item-time input:hover {
  background: #785425;
}

.form-col-container .appointment-date-time.item-date input::-webkit-input-placeholder, .form-col-container .appointment-date-time.item-date input::-moz-placeholder, .form-col-container .appointment-date-time.item-date input:-ms-input-placeholder, .form-col-container .appointment-date-time.item-date input:-moz-placeholder, .form-col-container .appointment-date-time.item-time input::-webkit-input-placeholder, .form-col-container .appointment-date-time.item-time input::-moz-placeholder, .form-col-container .appointment-date-time.item-time input:-ms-input-placeholder, .form-col-container .appointment-date-time.item-time input:-moz-placeholder {
  color: #ffffff;
}

.bread-cumbs {
  position: relative;
  width: auto;
  display: inline-block;
}

@supports (display: flex) {
  .bread-cumbs {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
}

.bread-cumbs:after {
  content: '';
  width: 100%;
  height: 2px;
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: 55%;
  margin-top: -3px;
  left: 0;
  background-color: #dedede;
}

.bread-cumbs .stage {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 15px;
  line-height: 16px;
  overflow: hidden;
  background-color: #ffffff;
  color: #222222;
  border: 2px solid #dedede;
  text-align: center;
  border-radius: 100%;
  margin-right: 20px;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}

.bread-cumbs .stage:last-of-type {
  margin-right: 0;
}

.bread-cumbs .stage.stage-complete {
  background-color: #82BC00;
  color: #ffffff;
  border-color: #82BC00;
  background-image: url("https://static2.apts247.info/images/shared/check-white.png");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}

.image-upload-preview-1 #image-form {
  position: relative;
  padding: 10px;
  border: 1px solid #dedede;
  text-align: left;
}

.image-upload-preview-1 #image-form label {
  padding-left: 21px;
}

.image-upload-preview-1 #image-form #permission {
  position: absolute;
  left: 11px;
  top: 10px;
  width: auto;
  line-height: 0;
  height: 20px;
}

.image-upload-preview-1 #image-form #fileupload {
  width: 100%;
}

.image-upload-preview-1 .table {
  display: table;
  width: 100%;
}

.image-upload-preview-1 .table #images-tbody {
  width: 100%;
}

.image-upload-preview-1 .table #images-tbody tr {
  width: 100%;
  border: 1px solid #dedede;
  background: #f0f0f0;
}

.image-upload-preview-1 .table #images-tbody td {
  color: #222222;
}

.image-upload-preview-1 .table #images-tbody td:first-child {
  width: 130px;
  min-width: 130px;
}

.image-upload-preview-1 .table #images-tbody td:first-child img {
  width: 100% !important;
  height: auto !important;
}

.image-upload-preview-1 .table #images-tbody td p {
  line-height: 1.2;
}

.image-upload-preview-1 .table #images-tbody td:nth-child(2) {
  width: 100%;
}

.image-upload-preview-1 .table #images-tbody td:last-child {
  width: 100px;
  min-width: 100px;
}

.image-upload-preview-1 .table #images-tbody td button {
  display: block;
  border: 0 none;
  padding: 4px 10px;
  min-width: 84px;
}

.image-upload-preview-1 .table #images-tbody td button.btn-cancel {
  margin-bottom: 7px;
}

.image-upload-preview-1 .table #images-tbody td #cancel_image {
  margin: 15px 5px;
}

.image-upload-preview-1 .table #images-tbody td #upload_image {
  margin: 15px 5px;
}

.image-upload-preview-1 .six {
  border: 1px solid #dedede;
  padding: 6px;
  margin: 6px;
}

.image-upload-preview-1 .six h2 {
  margin: 11px 0;
}

.image-upload-preview-1 .six a {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  #review-form-region {
    max-width: 510px;
  }
}

.error-msg-font-styling {
  font-style: italic;
  color: #FF5252;
  margin-bottom: 35px;
}

.secondary-help-text {
  font-style: italic;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 599px) {
  .secondary-help-text {
    font-size: calc(17px + (26 - 12) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (min-width: 600px) {
  .secondary-help-text {
    font-size: calc(17px + (22 - 22) * ((100vw - 300px) / (1600 - 300)));
  }
}

w .contact-container .col-2 {
  width: 100%;
}

@supports (display: flex) {
  @media screen and (min-width: 1025px) {
    w .contact-container .col-2 {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch;
      align-content: flex-start;
    }
  }
}

@media screen and (max-width: 1024px) {
  w .contact-container .col-2 > .column-1 {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  w .contact-container .col-2 > .column-1 {
    width: 55%;
    margin-right: 1%;
    order: 1;
  }
}

@media screen and (max-width: 1024px) {
  w .contact-container .col-2 > .column-1.has-padding {
    padding: 15px;
  }
}

@media screen and (min-width: 1025px) {
  w .contact-container .col-2 > .column-1.has-padding {
    padding: 25px;
  }
}

@media screen and (max-width: 1024px) {
  w .contact-container .col-2 > .column-2 {
    width: 100%;
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) {
  w .contact-container .col-2 > .column-2 {
    width: 44%;
    order: 2;
  }
}

@supports (display: flex) {
  w .contact-container .col-2 > .column-2.reorder {
    order: 2;
  }
}

@media screen and (max-width: 1024px) {
  w .contact-container .col-2 > .column-2.reorder {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  @supports (display: flex) {
    w .contact-container .col-2 {
      align-items: center;
      align-content: center;
    }
  }
}

@media screen and (min-width: 1025px) {
  w .contact-container .col-2 .image-container {
    z-index: 10;
  }
  w .contact-container .col-2 .image-container img {
    margin-right: -115px;
  }
}

w .contact-container .col-2 .contact-forms {
  background: #f6f0de;
}

w .contact-container .col-2 .contact-forms label,
w .contact-container .col-2 .contact-forms legend,
w .contact-container .col-2 .contact-forms span,
w .contact-container .col-2 .contact-forms span:before,
w .contact-container .col-2 .contact-forms h1,
w .contact-container .col-2 .contact-forms h2,
w .contact-container .col-2 .contact-forms h3,
w .contact-container .col-2 .contact-forms h4,
w .contact-container .col-2 .contact-forms h5,
w .contact-container .col-2 .contact-forms p {
  color: #ffffff;
}

w .contact-container .col-2 .submit-button {
  padding: 10px 40px;
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
  background: #ffffff;
  color: #f6f0de;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  background: #ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-property: box-shadow, transform;
  transition-duration: .3s;
}

w .contact-container .col-2 .submit-button:hover {
  text-decoration: none;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  color: #f6f0de;
}

w .contact-container .col-2-reversed {
  width: 100%;
}

@supports (display: flex) {
  @media screen and (min-width: 1025px) {
    w .contact-container .col-2-reversed {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch;
      align-content: flex-start;
    }
  }
}

@media screen and (max-width: 1024px) {
  w .contact-container .col-2-reversed > .column-1 {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  w .contact-container .col-2-reversed > .column-1 {
    width: 55%;
    margin-right: 1%;
    order: 2;
  }
}

@media screen and (max-width: 1024px) {
  w .contact-container .col-2-reversed > .column-1.has-padding {
    padding: 15px;
  }
}

@media screen and (min-width: 1025px) {
  w .contact-container .col-2-reversed > .column-1.has-padding {
    padding: 25px;
  }
}

@media screen and (max-width: 1024px) {
  w .contact-container .col-2-reversed > .column-2 {
    width: 100%;
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) {
  w .contact-container .col-2-reversed > .column-2 {
    width: 44%;
    order: 1;
  }
}

@supports (display: flex) {
  w .contact-container .col-2-reversed > .column-2.reorder {
    order: 2;
  }
}

@media screen and (max-width: 1024px) {
  w .contact-container .col-2-reversed > .column-2.reorder {
    margin-bottom: 20px;
  }
}

w .contact-container .col-2-reversed .contact-forms {
  background: #b27d37;
}

w .contact-container .col-2-reversed .contact-forms label,
w .contact-container .col-2-reversed .contact-forms legend,
w .contact-container .col-2-reversed .contact-forms span,
w .contact-container .col-2-reversed .contact-forms span:before,
w .contact-container .col-2-reversed .contact-forms h1,
w .contact-container .col-2-reversed .contact-forms h2,
w .contact-container .col-2-reversed .contact-forms h3,
w .contact-container .col-2-reversed .contact-forms h4,
w .contact-container .col-2-reversed .contact-forms h5,
w .contact-container .col-2-reversed .contact-forms p {
  color: #ffffff;
}

w .contact-container .col-2-reversed .contact-forms .svg-fill {
  fill: #ffffff;
}

@media screen and (min-width: 1025px) {
  w .contact-container .col-2-reversed .image-container {
    z-index: 10;
  }
  w .contact-container .col-2-reversed .image-container img {
    margin-left: -115px;
  }
}

w .contact-container .col-2-reversed .submit-button {
  padding: 10px 40px;
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
  background: #ffffff;
  color: #b27d37;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  background: #ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-property: box-shadow, transform;
  transition-duration: .3s;
}

w .contact-container .col-2-reversed .submit-button:hover {
  text-decoration: none;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  color: #b27d37;
}

w .contact-container .col-2-reversed .button-style-next, w .contact-container .col-2-reversed .btn-next {
  padding: 10px 40px;
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
  background: #ffffff;
  color: #b27d37;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  background: #ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-property: box-shadow, transform;
  transition-duration: .3s;
}

w .contact-container .col-2-reversed .button-style-next:hover, w .contact-container .col-2-reversed .btn-next:hover {
  text-decoration: none;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  color: #b27d37;
}

@media screen and (min-width: 1025px) {
  w .contact-container .image-container {
    padding: 60px 0 0 0;
  }
}

w .contact-container .image-container-headline {
  font-size: 50.4px;
  text-transform: none;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: #222222;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
}

w .contact-container .form-style1 {
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
}

w .contact-container .form-style1 legend {
  text-align: left;
}

@media screen and (max-width: 1024px) {
  w .contact-container .contact-forms {
    padding: 20px;
  }
}

@media screen and (min-width: 1025px) {
  w .contact-container .contact-forms {
    padding: 45px;
  }
}

w .contact-container .contact-forms .text-align-center {
  text-align: center;
  margin-bottom: 20px;
}

w .contact-container #div_appointment_form {
  width: 100%;
}

w .contact-container .header-text-style-1 span,
w .contact-container .header-text-style-2 span {
  font-size: inherit;
}

w .contact-container .box-confined {
  background: #ffffff;
  box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  border: unset;
  padding: 0;
}

@media screen and (min-width: 1025px) {
  w .contact-container .box-confined {
    width: 90%;
    margin: 0 auto 55px;
  }
}

w .contact-container .box-confined .text-color {
  color: 0px 18px 25px rgba(0, 0, 0, 0.2);
}

#contact_container #div_appointment_form {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  #contact_container #div_appointment_form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

#contact_container #div_appointment_form .calendar-input-wrapper .form-control {
  position: relative;
}

#appointment_form_container .form-style1 .submit-group.has-breadcrumbs .bread-crumbs {
  display: none;
}

@media screen and (min-width: 1025px) {
  #contact_form_general {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

#contact_form_general .confined-container .header-text-style-2 {
  margin-left: auto;
  margin-right: auto;
}

.calendar-input-wrapper {
  min-height: 40px;
}

#move-in-date.date-picker {
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #dedede;
  height: 40px;
  box-sizing: border-box;
  line-height: 1;
}

#appointment-fp-list > .form-group,
#schedule_appointment_form_2 > .form-group {
  display: inline-block;
  width: 100%;
}

#appointment-fp-list #guest_attending_container,
#schedule_appointment_form_2 #guest_attending_container {
  display: inline-block;
  width: 100%;
}

#div_id_form_appointment_preferred_method_of_contact .radio {
  padding: 0 10px;
}

#schedule_appointment_form_5 .conditional-switch-container {
  display: inline-block;
}

#contact_container #recaptcha {
  opacity: 0;
  height: 0px;
  overflow: hidden;
}

#contact_container .col-2 {
  width: 100%;
}

@supports (display: flex) {
  @media screen and (min-width: 1151px) {
    #contact_container .col-2 {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch;
      align-content: flex-start;
    }
  }
}

@media screen and (max-width: 1150px) {
  #contact_container .col-2 > .column-1 {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1151px) {
  #contact_container .col-2 > .column-1 {
    width: 700px;
    margin-right: 5%;
    order: 1;
  }
}

@media screen and (max-width: 1150px) {
  #contact_container .col-2 > .column-1.has-padding {
    padding: 15px;
  }
}

@media screen and (min-width: 1151px) {
  #contact_container .col-2 > .column-1.has-padding {
    padding: 25px;
  }
}

@media screen and (max-width: 1150px) {
  #contact_container .col-2 > .column-2 {
    width: 100%;
    display: inline-block;
  }
}

@media screen and (min-width: 1151px) {
  #contact_container .col-2 > .column-2 {
    width: calc(95% - 700px);
    order: 2;
  }
}

@supports (display: flex) {
  #contact_container .col-2 > .column-2.reorder {
    order: 2;
  }
}

@media screen and (max-width: 1150px) {
  #contact_container .col-2 > .column-2.reorder {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1151px) {
  @supports (display: flex) {
    #contact_container .col-2 .column-1 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      align-content: center;
    }
  }
}

@media screen and (max-width: 1150px) {
  #contact_container .col-2 .column-1 {
    padding: 25px;
  }
}

#contact_container .col-2 .column-1 .button-container {
  background: transparent;
  border: 0 none;
  padding: 0;
}

@media screen and (min-width: 1151px) {
  #contact_container .col-2 .column-1 .button-container .button-element:first-child {
    margin-right: 25px;
  }
}

#contact_container .contact-selection .card {
  background: #ffffff;
  outline: 3px solid #b27d37;
  margin: 0 auto;
}

@media screen and (min-width: 1151px) {
  #contact_container .contact-selection .card {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    outline-offset: -35px;
    padding: 55px;
    width: 90%;
  }
}

#contact_container .contact-selection .card .text-content {
  color: #222222;
}

@media screen and (max-width: 1900px) {
  #contact_container .contact-selection .card {
    outline: unset;
  }
}

#contact_container .contact-selection .card .paragraph-text {
  line-height: 1.4;
}

#contact_container .contact-column-2 {
  width: 100%;
  padding: 6% 0;
}

@supports (display: flex) {
  @media screen and (min-width: 1151px) {
    #contact_container .contact-column-2 {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch;
      align-content: flex-start;
    }
  }
}

@media screen and (max-width: 1150px) {
  #contact_container .contact-column-2 > .column-1 {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1151px) {
  #contact_container .contact-column-2 > .column-1 {
    width: calc(95% - 700px);
    margin-right: 5%;
    order: 1;
  }
}

@media screen and (max-width: 1150px) {
  #contact_container .contact-column-2 > .column-1.has-padding {
    padding: 15px;
  }
}

@media screen and (min-width: 1151px) {
  #contact_container .contact-column-2 > .column-1.has-padding {
    padding: 25px;
  }
}

@media screen and (max-width: 1150px) {
  #contact_container .contact-column-2 > .column-2 {
    width: 100%;
    display: inline-block;
  }
}

@media screen and (min-width: 1151px) {
  #contact_container .contact-column-2 > .column-2 {
    width: 700px;
    order: 2;
  }
}

@supports (display: flex) {
  #contact_container .contact-column-2 > .column-2.reorder {
    order: 2;
  }
}

@media screen and (max-width: 1150px) {
  #contact_container .contact-column-2 > .column-2.reorder {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1901px) {
  #contact_container .contact-column-2 {
    margin-left: auto;
    margin-right: auto;
  }
}

#contact_container .contact-column-2 .confined-container {
  text-align: left;
  margin: 0 auto;
  padding: 5%;
  background: #ffffff;
  box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  height: 100%;
}

@media screen and (max-width: 1900px) {
  #contact_container .contact-column-2 .confined-container {
    max-width: 700px;
  }
}

@media screen and (min-width: 1901px) {
  #contact_container .contact-column-2 .confined-container {
    max-width: 100%;
  }
}

#contact_container .contact-column-2 .confined-container #id_appointment_day {
  height: calc(1.5em + 0.75rem + 2px);
  background-color: #ffffff;
  background-clip: padding-box;
  width: 65%;
  margin-right: 5%;
  border: 1px solid #dedede;
}

#contact_container .contact-column-2 .confined-container #id_appointment_time {
  width: 30%;
  border: 1px solid #dedede;
  background-color: #ffffff;
  background-clip: padding-box;
  height: calc(1.5em + 0.75rem + 2px);
}

#contact_container .contact-column-2 .confined-container .text-color {
  color: #222222;
}

#contact_container .contact-column-2 .confined-container > .header-text-style-2 {
  text-align: center;
}

#contact_container .contact-column-2 .contact-group {
  margin-bottom: 45px;
}

@media screen and (max-width: 1150px) {
  #contact_container .contact-column-2 .contact-group {
    text-align: center;
  }
}

#contact_container .contact-column-2 .contact-group p {
  margin-bottom: 5px;
  padding: 0;
}

#contact_container .contact-column-2 .contact-group .header-text {
  margin-bottom: 10px;
}

#contact_container .contact-column-2 .info-box {
  background: #b27d37;
  padding: 5%;
  text-align: left;
}

#contact_container .contact-column-2 .info-box * {
  color: #ffffff;
}

#contact_container .contact-column-2.reverse .column-1 {
  order: 2;
}

#contact_container .contact-column-2.reverse .column-2 {
  order: 1;
}

#contact_container .contact-column-2.reverse .info-box {
  background: #f6f0de;
  padding: 5%;
  text-align: left;
}

#contact_container .contact-column-2.reverse .info-box * {
  color: #222222;
}

#contact_container .contact-column-2.reverse .contact-image {
  box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  max-width: 550px;
}

@media screen and (max-width: 1150px) {
  #contact_container .contact-column-2.reverse .contact-image {
    margin-left: auto;
    margin-right: auto;
  }
}

#contact_container .form-holder svg {
  fill: #222222;
}

#contact_container .form-holder .svg-fill {
  fill: #222222;
}

@media screen and (min-width: 1901px) {
  #contact_container .form-holder#div_comment_form .confined-container #div_contact,
  #contact_container .form-holder#div_comment_form .confined-container .header-text-style-2,
  #contact_container .form-holder#div_comment_form .confined-container #div_success_popup {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

#contact_container .appointment-input .appointment-date-time .form-control#next_appointment_time {
  width: 106px;
}

#contact_container #appointment_success {
  display: none;
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#contact_container #appointment_success > h2 {
  text-align: center;
}

#contact_container .error-msg-font-styling {
  display: none;
}

#contact_container .choose-appointment-time {
  border: none;
  background: transparent;
}

#contact_container .choose-appointment-time label {
  display: none;
}

#contact_container .header-text-style-1 span,
#contact_container .header-text-style-2 span {
  font-size: inherit;
}

.datepicker .fade {
  height: 0;
}

.datepicker .fade:not(.in) {
  display: none;
}

.datepicker .fade.in {
  opacity: 1;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: 100000000000;
  margin: 0;
}

.datepicker .fade .close {
  display: none;
}

.datepicker #schedule_form_1 .date-time .form-label {
  display: none !important;
}

.datepicker form .form-group {
  position: relative;
}

.datepicker form .calendar-input-wrapper {
  overflow: visible;
}

.datepicker .ui-widget-content.ui-datepicker {
  width: 238px;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-header {
  color: #ffffff;
  background: #222222;
}

@supports (display: flex) {
  .datepicker .ui-widget-content.ui-datepicker .ui-datepicker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-header .ui-icon .sr-only, .datepicker .ui-widget-content.ui-datepicker .ui-datepicker-header .ui-icon .screen-reader-only-description {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-header .ui-icon .sr-only:focus, .datepicker .ui-widget-content.ui-datepicker .ui-datepicker-header .ui-icon .screen-reader-only-description:focus {
  background-color: #b27d37;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #ffffff;
  display: inline-block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  width: auto;
  position: relative;
  z-index: 200;
  margin: 10px;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-header .ui-corner-all {
  margin-top: 10px;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  margin-right: 10px;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  content: '';
  display: inline-block;
  position: relative;
  border: solid #ffffff;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
}

@supports (display: flex) {
  .datepicker .ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    order: 3;
  }
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  margin-left: 10px;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
  content: '';
  display: inline-block;
  position: relative;
  border: solid #ffffff;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(135deg);
}

@supports (display: flex) {
  .datepicker .ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    order: 1;
  }
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  padding-top: 10px;
  padding-bottom: 10px;
}

@supports (display: flex) {
  .datepicker .ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    order: 2;
  }
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar thead th {
  width: 30px;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar thead th span {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td {
  width: 30px;
  height: 30px;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled {
  background: #ffffff;
  border: 1px solid #f4f4f4;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable {
  background: #e9e9e9;
  cursor: not-allowed !important;
}

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

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td.undefined:not(.ui-datepicker-unselectable) {
  background: #ffffff;
  border: 1px solid #f2f2f2;
  transition: all .3s ease 0s;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td.undefined:not(.ui-datepicker-unselectable):hover {
  background: #e6e5e5;
  transition: all .3s ease 0s;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td.undefined:not(.ui-datepicker-unselectable).ui-datepicker-today {
  outline: 2px solid #b78543;
  outline-offset: -2px;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
  background: #0d1230 !important;
  border: 1px solid #1c203c !important;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day:hover {
  background: #0d1230;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day span {
  color: #ffffff !important;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day .ui-state-active {
  color: #ffffff;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
  padding: 5px;
  margin: 0;
  background: transparent;
  border: 0 none;
  color: #222222;
  text-align: center;
  width: 100%;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td .ui-datepicker-today {
  outline: 2px solid #b78543;
  outline-offset: -2px;
}

.datepicker .modal-body #appointment_calendar_picker {
  display: inline-block;
  width: 45%;
}

.datepicker .modal-body #appointment_time_select {
  display: inline-block;
  width: 45%;
}

.datepicker .modal-body h6 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
}

.datepicker .modal-dialog {
  display: block;
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  width: 80%;
  max-width: 600px;
  min-width: 300px;
}

.datepicker .modal-title {
  text-align: center;
}

.datepicker .modal-footer {
  display: flex;
  justify-content: space-between;
  width: 46%;
}

.datepicker .modal-footer .btn-danger {
  padding: 5px 13px;
  margin-top: 10px;
  border: 0 none;
  font-family: "Lato", sans-serif;
}

.datepicker .modal-footer .btn-primary {
  padding: 5px 13px;
  margin-top: 10px;
  border: 1px solid #dedede;
  font-family: "Lato", sans-serif;
}

.datepicker .submit-group button {
  padding: 7px 12px;
}

.datepicker .underline_form_animation {
  z-index: 1000;
}

.datepicker .error-msg-font-styling {
  color: #FF5252;
  font-weight: 700;
  margin-top: -15px;
  margin-left: 10px;
}

#appointment_datepicker #appointment_calendar_picker .ui-datepicker {
  font-size: 18px;
  margin: 0 auto 25px;
}

#appointment_datepicker #appointment_calendar_picker .ui-datepicker .ui-datepicker-title {
  margin: 0 auto;
}

@media screen and (min-width: 700px) {
  @supports (display: flex) {
    .datepicker .modal-body {
      display: flex;
    }
  }
}

.datepicker .modal-footer {
  width: 100%;
}

.legacy-form form input:not([type='submit']),
.legacy-form form textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  font-weight: unset;
  line-height: 1.5;
  color: #222222;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dedede;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .legacy-form form input:not([type='submit']),
  .legacy-form form textarea {
    transition: none;
  }
}

.legacy-form form input:not([type='submit'])::-ms-expand,
.legacy-form form textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}

.legacy-form form input:not([type='submit']):focus,
.legacy-form form textarea:focus {
  color: #222222;
  background-color: #ffffff;
  border-color: #b1cb9c;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(112, 151, 80, 0.25);
}

.legacy-form form input:not([type='submit'])::placeholder,
.legacy-form form textarea::placeholder {
  color: #646464;
  opacity: 1;
}

.legacy-form form input:not([type='submit']):disabled, .legacy-form form input:not([type='submit'])[readonly],
.legacy-form form textarea:disabled,
.legacy-form form textarea[readonly] {
  background-color: #bdbdbd;
  opacity: 1;
}

.legacy-form form input:not([type='submit']) {
  height: calc(1.5em + 0.75rem + 2px);
}

.legacy-form form input[type="file"] {
  border: 0 none;
  padding: 0 none;
}

#ebrochure_section {
  position: relative;
  position: relative;
  overflow: hidden;
}

#ebrochure_section:before {
  content: "";
  position: absolute;
  top: 10%;
  height: 78%;
  background: #ffffff;
  width: 100%;
  z-index: -1;
}

#ebrochure_section .card {
  margin-top: 20px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-width: 480px;
}

#ebrochure_section #ebrochure_fp_container {
  overflow-x: auto;
  overflow-y: hidden;
  max-height: 0px;
  transition: all ease-in-out 0.3s;
}

#ebrochure_section #ebrochure_fp_container.open-fp-container {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

#ebrochure_section #ebrochure_fp_container.open-fp-container td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
}

#ebrochure_section #ebrochure_fp_container.open-fp-container td fieldset {
  margin: 0;
}

#ebrochure_section #ebrochure_fp_container.open-fp-container label input {
  width: auto;
  display: inline-block;
  margin: 0 10px;
}

#ebrochure_section form .desktop-col-2-responsive-1-fixed-style2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}

#ebrochure_section form fieldset .form-group {
  margin: 14px 0px;
}

#ebrochure_section form fieldset .form-group input {
  padding: 14px;
  width: 100%;
  margin-top: 6px;
}

#ebrochure_section form .recipients-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ebrochure_section form .recipients-container .recipients-heading {
  text-align: left;
  margin: 30px 0;
}

@media only screen and (max-width: 1023px) {
  #ebrochure_section form .recipients-container .recipients-heading {
    width: 100%;
    max-width: none;
  }
}

#ebrochure_section form .recipients-container .text-color {
  color: #222222;
}

#ebrochure_section form .recipients-container fieldset {
  width: 100%;
}

#ebrochure_section form .recipients-container fieldset .form-group {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #ebrochure_section form .recipients-container fieldset .form-group {
    width: 48%;
  }
}

#ebrochure_section .btn-container {
  margin-top: 50px;
}

#ebrochure_section:before {
  display: none;
}

#ebrochure_content {
  margin: 0 auto;
  padding: 0;
  width: 95%;
  max-width: 800px;
}

#ebrochure_content h3,
#ebrochure_content h4 {
  color: #222222;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: initial;
}

#ebrochure_content h3 {
  font-size: 33px;
}

@media only screen and (max-width: 1600px) {
  #ebrochure_content h3 {
    font-size: 22px;
  }
}

#ebrochure_content h4 {
  font-size: 29px;
}

@media only screen and (min-width: 1600px) {
  #ebrochure_content h4 {
    font-size: 18px;
  }
}

#ebrochure_content .header-text-style-5 {
  margin-bottom: 0;
  text-align: center;
}

#ebrochure_content p,
#ebrochure_content span,
#ebrochure_content label,
#ebrochure_content li {
  color: #222222;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: initial;
  font-size: 15px;
}

@media only screen and (min-width: 1600px) {
  #ebrochure_content p,
  #ebrochure_content span,
  #ebrochure_content label,
  #ebrochure_content li {
    font-size: 18px;
  }
}

#ebrochure_content .small-header {
  font-weight: bold;
  color: #222222;
  font-family: "Lato", sans-serif;
  line-height: initial;
  font-size: 20px;
  margin-bottom: 10px;
}

#ebrochure_content section {
  margin: 80px auto;
  position: relative;
  background: #222222;
}

#ebrochure_content .ebrochure-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.6));
  transform: translate(-50%, -50%);
  z-index: 1;
}

#ebrochure_content .cover-page {
  margin: auto;
  position: relative;
}

#ebrochure_content .cover-page .heading {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

#ebrochure_content .address-section span {
  color: #ffffff;
  white-space: nowrap;
}

#ebrochure_content .eho .svg-fill {
  fill: #ffffff;
}

#ebrochure_content .ebrochure-amenities-section {
  background: #b27d37;
  padding: 1em;
}

#ebrochure_content .ebrochure-amenities-section .amenities-container {
  background: #ffffff;
  padding: 1em;
}

#ebrochure_content .ebrochure-amenities-section .amenities-container > p {
  text-align: center;
}

#ebrochure_content .ebrochure-amenities-section h3 {
  margin: 5px 0;
}

@media only screen and (min-width: 600px) {
  #ebrochure_content .ebrochure-amenities-section ul {
    column-count: 2;
  }
}

#ebrochure_content .ebrochure-amenities-section li {
  margin: 5px 0;
}

#ebrochure_content .gallery-page {
  background: #b27d37;
  padding: 1em;
}

#ebrochure_content .gallery-page .gallery-contain {
  background: #ffffff;
}

#ebrochure_content .gallery-page ul {
  display: grid;
  padding: 1em 1em 2em;
  list-style: none;
  grid-gap: 1em;
  grid-template-columns: repeat(1, 1fr);
}

@media only screen and (min-width: 700px) {
  #ebrochure_content .gallery-page ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 1024px) {
  #ebrochure_content .gallery-page ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

#ebrochure_content .floorplans-section {
  background: #b27d37;
  padding: 1em;
}

#ebrochure_content .floorplans-section .item {
  background: #ffffff;
}

#ebrochure_content .floorplans-section .floorplan-container {
  display: grid;
  padding: 1em 1em 0;
  list-style: none;
  grid-gap: 0.5em;
  grid-template-columns: repeat(1, 1fr);
}

@media only screen and (min-width: 700px) {
  #ebrochure_content .floorplans-section .floorplan-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 1024px) {
  #ebrochure_content .floorplans-section .floorplan-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

#ebrochure_content .floorplans-section .floorplan-container .fp-unit {
  border: 1px solid #dedede;
  background-color: #ffffff;
  box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  max-width: 650px;
  min-height: 150px;
  padding: 10px;
  overflow: hidden;
  margin: 0;
  border-radius: 0;
  width: 100%;
  transition-property: box-shadow, transform;
  transition-duration: .3s;
  display: block;
}

@supports (display: flex) {
  @media screen and (min-width: 401px) {
    #ebrochure_content .floorplans-section .floorplan-container .fp-unit {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch;
      align-content: flex-start;
    }
  }
}

@media screen and (max-width: 400px) {
  #ebrochure_content .floorplans-section .floorplan-container .fp-unit > .column-1 {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 401px) {
  #ebrochure_content .floorplans-section .floorplan-container .fp-unit > .column-1 {
    width: 200px;
    margin-right: 0%;
    order: 1;
  }
}

@media screen and (max-width: 400px) {
  #ebrochure_content .floorplans-section .floorplan-container .fp-unit > .column-1.has-padding {
    padding: 15px;
  }
}

@media screen and (min-width: 401px) {
  #ebrochure_content .floorplans-section .floorplan-container .fp-unit > .column-1.has-padding {
    padding: 25px;
  }
}

@media screen and (max-width: 400px) {
  #ebrochure_content .floorplans-section .floorplan-container .fp-unit > .column-2 {
    width: 100%;
    display: inline-block;
  }
}

@media screen and (min-width: 401px) {
  #ebrochure_content .floorplans-section .floorplan-container .fp-unit > .column-2 {
    width: calc(100% - 200px);
    order: 2;
  }
}

@supports (display: flex) {
  #ebrochure_content .floorplans-section .floorplan-container .fp-unit > .column-2.reorder {
    order: 2;
  }
}

@media screen and (max-width: 400px) {
  #ebrochure_content .floorplans-section .floorplan-container .fp-unit > .column-2.reorder {
    margin-bottom: 20px;
  }
}

@supports (display: flex) {
  #ebrochure_content .floorplans-section .floorplan-container .fp-unit {
    align-content: stretch;
    align-items: center;
    flex-direction: column !important;
  }
}

#ebrochure_content .floorplans-section .floorplan-container .fp-unit .card-avatar {
  display: inline-block;
}

#ebrochure_content .floorplans-section .floorplan-container .fp-unit .card-avatar svg {
  width: 100%;
  display: inline-block;
}

#ebrochure_content .floorplans-section .floorplan-container .fp-unit .card-text {
  color: #222222;
  padding: 5%;
}

#ebrochure_content .floorplans-section .floorplan-container .fp-unit .card-text p {
  line-height: calc(1.4em + (2.5 - 1) * ((100vw - 300px)/(1600 - 300)));
}

#ebrochure_content .floorplans-section .floorplan-container .fp-unit:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}

#ebrochure_content .floorplans-section .floorplan-container .fp-unit:hover {
  text-decoration: none;
  box-shadow: 0 17px 10px -9px rgba(0, 0, 0, 0.3);
  color: #222222;
  transform: translateY(-5px);
}

#ebrochure_content .floorplans-section .floorplan-container .fp-unit:hover:before {
  opacity: 1;
  transform: translateY(5px);
}

#ebrochure_content .floorplans-section .floorplan-container .fp-image {
  width: 50%;
  display: block;
  margin: auto;
}

#ebrochure_content .floorplans-section .floorplan-container .fp-info {
  text-align: left;
  line-height: 1;
}

#ebrochure_content .floorplans-section .floorplan-container .fp-info h4 {
  margin: 5px 0;
}

#ebrochure_content .floorplans-section .price-changes {
  margin: 7px;
  text-align: center;
}

#ebrochure_content .community-amenities {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  #ebrochure_content .content-container,
  #ebrochure_content .address-content {
    margin-bottom: 25px;
  }
}

#ebrochure_content .site-map {
  background: #b27d37;
  padding: 1em;
}

#ebrochure_content .site-map .sm-contain {
  background: #ffffff;
}

#ebrochure_content .site-map .sm-contain .site-map-detail {
  max-width: 800px;
  margin: auto;
  padding: 30px;
}

#ebrochure_content .site-map .sm-contain .contact-info-details {
  width: 100%;
  padding: 3%;
}

@media only screen and (min-width: 1px) {
  #ebrochure_content .site-map .sm-contain .contact-info-details .content-container {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  #ebrochure_content .site-map .sm-contain .contact-info-details .content-container {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
  }
}

@media only screen and (min-width: 768px) {
  @supports (display: flex) {
    #ebrochure_content .site-map .sm-contain .contact-info-details {
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      align-items: center;
      justify-content: center;
    }
  }
}

@media only screen and (max-width: 767px) {
  #ebrochure_content .site-map .sm-contain .contact-info-details {
    text-align: center;
  }
}

#ebrochure_content .site-map .sm-contain .contact-info-details p {
  margin-bottom: 5px;
}

#ebrochure_content .site-map .sm-contain .contact-info-details .addres-content {
  margin-bottom: 20px;
}

#ebrochure_content .site-map .sm-contain .contact-info-details .address-content p,
#ebrochure_content .site-map .sm-contain .contact-info-details .office-content p {
  margin: 0;
}

#ebrochure_content .site-map .sm-contain .contact-info-details .office-content {
  margin-top: 10px;
}

#ebrochure_content .eb-footer {
  background: #b27d37;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 10px 18px;
  left: 0;
  justify-content: space-between;
  display: flex;
}

#ebrochure_content .eb-footer a {
  width: 30px;
}

#ebrochure_content .eb-footer a svg {
  width: 30px;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}

:root {
  --fpf-header-text-transform: uppercase;
  --fpf-sitemap-width: 750px;
  --fpf-reddot-color: #800;
  --fpf-reddot-border-color: #fff;
  --fpf-reddot-width: 19px;
  --fpf-reddot-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
  --picker-dp-bg: #ffffff;
  --picker-dp-bg-alt: #222222;
  --picker-dp-mobile-backdrop: rgba(34, 34, 34, 0.8);
  --picker-dp-accent: #b27d37;
  --picker-dp-accent-hover: #785425;
  --picker-dp-accent-alt: #ffffff;
  --picker-dp-accent-border-color: #ba8a4b;
  --picker-dp-border-select: lightgray;
  --picker-dp-border-light: #ebebeb;
  --picker-dp-border-select: lightgray;
  --picker-dp-button-border: #f6f0de;
  --picker-font-size: 18px;
  --picker-font: Lato, sans-serif;
  --picker-font-lineheight: 1em;
  --picker-dp-border-radius: 5px;
  --picker-dp-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  --picker-dp-box-shadow-light: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  --picker-dp-year-weekday-label: #383838;
  --picker-dp-tag: #f6f0de;
  --picker-dp-tag-disabled: lightgray;
  --picker-dp-bg-disabled: lightgray;
  --picker-dp-bg-disabled-alt: #4e4e4e;
  --picker-dp-bg-disabled-hover: #bfbfbf;
  --picker-dp-tag: #f6f0de;
  --picker-dp-tag-disabled: lightgray;
  --picker-dp-time-min-width: 256px;
  --picker-dp-time-max-width: 320px;
  --picker-dp-classic-max-width: 466px;
  --picker-dp-classic-min-width: 176px;
  --picker-dp-classic-max-height: 25em;
  --picker-z-index: 10000;
  --fp-future-filter-bg: #ffffff;
  --fp-future-filter-bg-alt: #222222;
  --fp-future-filter-border: #f4f4f4;
  --fp-future-filter-toggle-button-bg: #222222;
  --fp-future-filter-toggle-button-bg-hover: #7a7a7a;
  --fp-future-filter-toggle-button-bg-alt: #ffffff;
  --fp-future-filter-input-bg: #ffffff;
  --fp-future-filter-input-bg-alt: #222222;
  --fp-future-filter-input-border: #dedede;
  --fp-future-filter-input-radius: 0.25rem;
  --fp-future-filter-input-minwidth: 200px;
  --fp-future-accordian-layout-bg: #f2f2f2;
  --fp-future-accordian-layout-bg-alt: #222222;
  --fp-future-accordian-layout-border: lightgray;
  --fp-future-fp-list-card-bg: #ffffff;
  --fp-future-fp-list-card-bg-alt: #222222;
  --fp-future-fp-list-card-availability-bg: #f6f0de;
  --fp-future-fp-list-card-availability-bg-alt: #222222;
  --fp-future-fp-list-card-accent-bg: #b27d37;
  --fp-future-fp-list-card-accent-bg-alt: #ffffff;
  --fp-future-fp-list-card-hover-bg: #f6f0de;
  --fp-future-fp-list-card-hover-bg-alt: #ffffff;
  --fp-future-availability-list-bg: #ffffff;
  --fp-future-availability-list-bg-alt: #222222;
  --fp-future-availability-list-accent: #b27d37;
  --fp-future-availability-list-accent-alt: #ffffff;
  --fp-future-availability-list-header-bg: #f6f0de;
  --fp-future-availability-list-header-bg-alt: #ffffff;
  --fp-future-detail-bg: #ffffff;
  --fp-future-detail-bg-alt: #222222;
  --fp-future-detail-accent-bg: #b27d37;
  --fp-future-detail-accent-bg-alt: #ffffff;
  --fp-future-detail-bulletlist-color: #b27d37;
  --fp-future-detail-button-bg: #709750;
  --fp-future-detail-button-bg-hover: #709750;
  --fp-future-detail-button-bg-alt: #ffffff;
  --fp-future-detail-back-button-bg: #709750;
  --fp-future-detail-back-button-bg-hover: #4b6536;
  --fp-future-detail-back-button-bg-alt: #ffffff;
  --fixed-bottom-nav-1-bg: #ffffff;
  --fixed-bottom-nav-1-bg-hover: #f3ece1;
  --fixed-bottom-nav-1-bg-alt: #222222;
  --fixed-bottom-nav-1-active-bg: #b27d37;
  --fixed-bottom-nav-1-active-bg-alt: #ffffff;
  --carousel-control-color: #fff;
  --fp-future-modal-bg: #ffffff;
  --fp-future-modal-bg-alt: #222222;
  --fp-future-modal-border-color: #dedede;
  --fp-future-modal-backdrop-bg: #b27d37;
  --fp-future-modal-backdrop-opacity: 0.7;
  --popover-bg: #ffffff;
  --popover-bg-alt: #222222;
  --popover-border-color: #dedede;
  --fp-future-popover-accent: #b27d37;
  --fp-future-popover-accent-hover: #785425;
  --fp-future-popover-accent-alt: #ffffff;
  --fp-future-toggle-buttons-bg: #ffffff;
  --fp-future-toggle-buttons-bg-alt: #222222;
  --fp-future-toggle-buttons-accent: #b27d37;
  --fp-future-toggle-buttons-accent-alt: #ffffff;
}

@media only screen and (max-width: 1000px) {
  .future-fps-container #floorplan-list-controls label {
    margin-bottom: 20px;
  }
}

.future-fps-container #floorplan-list-controls label.unit-number-inline-fp {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .future-fps-container #floorplan-list-controls .checklist-dropdown-inline-fp {
    margin-bottom: 20px;
  }
}

.future-fps-container #floorplan-list-controls .checklist-dropdown-inline-fp:last-of-type {
  display: none;
}

.future-fps-container .checklist-label, .future-fps-container label input:not([type='checkbox']) {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.5;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
}

.future-fps-container .popover {
  font-size: calc(18px + (25 - 23) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1;
}

@media only screen and (max-width: 1100px) {
  .unit-listing li:not(.header) .ui-2 {
    font-size: 33px;
    text-transform: none;
    font-weight: 400;
    font-family: "Cantarell", sans-serif;
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
    letter-spacing: 0px;
    color: #222222;
    margin: 0;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (min-width: 1101px) {
  .unit-listing li:not(.header) .ui-2 {
    font-size: 27px;
    text-transform: none;
    font-weight: 400;
    font-family: "Cantarell", sans-serif;
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
    letter-spacing: 0px;
    color: var(--fp-future-availability-list-accent);
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (min-width: 1101px) {
  .unit-listing li:not(.header) .unit-details {
    outline: 3px solid var(--fp-future-availability-list-bg);
    outline-offset: -10px;
    transition: outline .3s ease;
  }
  .unit-listing li:not(.header) .unit-details:hover {
    color: var(--fp-future-availability-list-bg-alt);
    outline-color: var(--fp-future-availability-list-accent);
    transition: outline .3s ease;
  }
  .unit-listing li:not(.header) .unit-details:after {
    content: 'View';
    min-width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  @supports (display: flex) {
    .unit-listing li:not(.header) .unit-details:after {
      order: 4;
    }
  }
}

@media only screen and (max-width: 1100px) {
  #fp_view_detailed .application-link .button {
    margin: 20px 0;
  }
}

@media only screen and (min-width: 1101px) {
  #fp_view_detailed .application-link .button {
    margin: 20px 0;
  }
}

.floorplan-list-items .fp:before {
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
  font-family: "Cantarell", sans-serif;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: var(--fp-future-fp-list-card-hover-bg-alt);
  margin: 0;
  position: relative;
  z-index: 10;
  position: absolute;
  z-index: 40;
}

@media only screen and (max-width: 480px) {
  .floorplan-list-items .fp .fp-info h3 {
    font-size: 27px;
    text-transform: none;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
    letter-spacing: 0px;
    color: var(--fp-future-fp-list-card-accent-bg);
    margin: 0;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (min-width: 481px) {
  .floorplan-list-items .fp .fp-info h3 {
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
    letter-spacing: 0px;
    color: var(--fp-future-fp-list-card-accent-bg-alt);
    margin: 0;
    position: relative;
    z-index: 10;
    z-index: 11;
  }
}

@media only screen and (min-width: 600px) {
  .container-3d .fp-3d-button {
    margin: 0 0 0 20px;
  }
}

@media only screen and (max-width: 599px) {
  .container-3d .fp-3d-button {
    margin: 20px 0;
  }
}

@media screen and (min-width: 1200px) {
  .gallery-page {
    padding: 0 7% 7%;
  }
}

@media screen and (max-width: 1199px) {
  .gallery-page {
    padding: 0 4% 4%;
  }
}

@media screen and (max-width: 1100px) {
  .gallery-page .content-container {
    padding: 4%;
  }
}

.gallery-page .gallery-header {
  border-bottom: 3px solid #222222;
  text-align: left;
}

.gallery-page .gallery-group {
  margin-bottom: 25px;
  background: #ffffff;
  padding: 3%;
}

.gallery-page .image-list {
  display: grid;
  margin: auto;
}

@media screen and (max-width: 449px) {
  .gallery-page .image-list {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    max-width: 300px;
  }
}

@media screen and (min-width: 450px) and (max-width: 767px) {
  .gallery-page .image-list {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 610px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .gallery-page .image-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 920px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 2199px) {
  .gallery-page .image-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 1230px;
  }
}

@media screen and (min-width: 2200px) {
  .gallery-page .image-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 1540px;
  }
}

.gallery-page .image-list .thumb-figure {
  background-size: 0;
}

.gallery-page .image-list .thumb-figure tour-dialog-button {
  position: relative;
  height: 100%;
  cursor: pointer;
}

.gallery-page .image-list .thumb-figure tour-dialog-button .tour-icon {
  position: absolute;
  pointer-events: none;
}

.gallery-page .image-list .thumb-video {
  vertical-align: middle;
}

.gallery-page .image-list .thumb-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-page .image-list .thumb-video .description {
  background: #f6f0de;
  color: #ffffff;
}

.gallery-page .image-list .thumb-video,
.gallery-page .image-list .img-item {
  display: inline-block;
}

#baguetteBox-overlay.visible {
  z-index: 100;
}

#baguetteBox-overlay.visible .full-image {
  z-index: 100;
}

#baguetteBox-overlay.visible #previous-button,
#baguetteBox-overlay.visible #next-button {
  display: inline-block !important;
}

.baguetteBox-open {
  overflow: hidden;
}

.pets-page-style-1 .image-panel-2-col {
  width: 100%;
}

@supports (display: flex) {
  @media screen and (min-width: 1025px) {
    .pets-page-style-1 .image-panel-2-col {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch;
      align-content: flex-start;
    }
  }
}

@media screen and (max-width: 1024px) {
  .pets-page-style-1 .image-panel-2-col > .column-1 {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .pets-page-style-1 .image-panel-2-col > .column-1 {
    width: 30%;
    margin-right: 0;
    order: 1;
  }
}

@media screen and (max-width: 1024px) {
  .pets-page-style-1 .image-panel-2-col > .column-1.has-padding {
    padding: 15px;
  }
}

@media screen and (min-width: 1025px) {
  .pets-page-style-1 .image-panel-2-col > .column-1.has-padding {
    padding: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .pets-page-style-1 .image-panel-2-col > .column-2 {
    width: 100%;
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) {
  .pets-page-style-1 .image-panel-2-col > .column-2 {
    width: 70%;
    order: 2;
  }
}

@supports (display: flex) {
  .pets-page-style-1 .image-panel-2-col > .column-2.reorder {
    order: 2;
  }
}

@media screen and (max-width: 1024px) {
  .pets-page-style-1 .image-panel-2-col > .column-2.reorder {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  @supports (display: flex) {
    .pets-page-style-1 .image-panel-2-col {
      align-content: center;
      align-items: unset;
      flex-direction: row;
    }
  }
}

@media screen and (min-width: 1025px) {
  .pets-page-style-1 .image-panel-2-col > .column-1,
  .pets-page-style-1 .image-panel-2-col > .column-2 {
    min-height: calc(100vh - 140px);
  }
}

.pets-page-style-1 .image-panel-2-col .text-section {
  background: #f2f2f2;
  padding: 2% 4%;
}

.pets-page-style-1 .image-panel-2-col .text-section .header-text-style-inline {
  align-items: center;
}

.pets-page-style-1 .image-panel-2-col .text-section .text-color {
  padding-top: 30px;
  line-height: 1.3;
  color: #222222;
}

.pets-page-style-1 .image-panel-2-col .card {
  background: #ffffff;
  box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid #dedede;
  padding: 4%;
}

.pets-page-style-1 .image-panel-2-col .card .text-color {
  color: #222222;
}

.pets-page-style-1 .image-panel-2-col .card h1.text-color,
.pets-page-style-1 .image-panel-2-col .card h3.text-color {
  color: #0d1230;
}

.pets-page-style-1 #pets_page_heading {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .pets-page-style-1 #pets_page_heading {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .pets-page-style-1 #pets_page_heading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 2vh;
  }
}

.pets-page-style-1 #pets_page_heading h1 {
  text-align: center;
  color: #222222;
  font-family: "Lato", sans-serif;
  font-weight: 200;
  line-height: initial;
  text-transform: lowercase;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.64);
}

@media only screen and (min-width: 768px) {
  .pets-page-style-1 #pets_page_heading h1 {
    font-size: calc(36px + 0.6vw);
  }
}

@media only screen and (max-width: 767px) {
  .pets-page-style-1 #pets_page_heading h1 {
    font-size: 28.8px;
  }
}

@media screen and (min-width: 1025px) {
  .pets-page-style-1 .image-section {
    position: relative;
  }
}

@media only screen and (max-width: 1025px) {
  .pets-page-style-1 .image-section {
    display: none;
  }
}

.pets-page-style-1 .image-section .over-image-header {
  font-size: 54px;
  text-transform: none;
  font-weight: 400;
  font-family: "Cantarell", sans-serif;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: #222222;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
  color: #fff;
  font-weight: 700;
  text-transform: normal;
  margin: 0;
  line-height: 1;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  text-align: left;
}

.pets-page-style-1 .image-section .over-image-header em {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

@media screen and (min-width: 1025px) {
  .pets-page-style-1 .image-section .over-image-header {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding-left: 20px;
  }
}

.pets-page-style-1 #pets_photo_holder {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/gridmedia/img/pet-background.jpg");
  position: relative;
}

.pets-page-style-1 #pets_photo_holder.webp {
  background-image: url("/gridmedia/img/pet-background.webp");
}

@media only screen and (max-width: 1024px) {
  .pets-page-style-1 #pets_photo_holder {
    height: 73vh;
  }
}

@media only screen and (min-width: 1025px) {
  .pets-page-style-1 #pets_photo_holder {
    position: relative;
  }
}

.pets-page-style-1 #pets_photo_holder .over-image-header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 20px;
  padding-bottom: 10%;
  border-bottom: none;
}

.pets-page-style-1 #pets_photo_holder .over-image-header:before {
  content: "";
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5) 60%, black);
  height: 30vw;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  z-index: -1;
}

.pets-page-style-1 #pets_photo_holder .text-section {
  width: 70%;
  background: #f2f2f2;
}

.pets-page-style-1 .pet-policy {
  margin-bottom: 40px;
}

.pet-card {
  background: #ffffff;
  box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  border: unset;
  padding: 0;
}

@media screen and (min-width: 1301px) and (max-width: 1920px) {
  .pet-card {
    padding: 10% 5%;
  }
}

@media screen and (min-width: 1301px) and (min-width: 1921px) {
  .pet-card {
    margin-top: 30px;
  }
  @supports (display: flex) {
    .pet-card {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
}

@media screen and (min-width: 1301px) and (min-width: 1921px) {
  .pet-card .confined-banner-image {
    width: calc(100% - (1000px - 10px));
    display: inline-block;
  }
}

@media screen and (min-width: 1301px) {
  @supports (display: flex) {
    @media screen and (min-width: 1921px) {
      .pet-card .confined-banner-image {
        order: 2;
      }
    }
  }
}

@media screen and (min-width: 1301px) and (max-width: 1920px) {
  .pet-card .confined-banner-image {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1301px) and (min-width: 1921px) {
  .pet-card .confined-banner-text {
    width: 1000px;
    display: inline-block;
  }
}

@media screen and (min-width: 1301px) and (max-width: 1920px) {
  .pet-card .confined-banner-text {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1301px) {
  .pet-card .confined-banner-text .banner-text {
    color: #b27d37;
    text-align: center;
  }
  @supports (display: flex) {
    @media screen and (min-width: 1921px) {
      .pet-card .confined-banner-text .banner-text {
        order: 1;
      }
    }
  }
}

@media screen and (min-width: 1301px) and (min-width: 1921px) {
  .pet-card .confined-banner-text .button-list {
    margin-top: 35px;
  }
}

@media screen and (max-width: 1300px) {
  .pet-card {
    display: inline-block;
  }
}

.pet-card .text-color {
  color: 0px 18px 25px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1301px) {
  .pet-card {
    width: 90%;
    margin: 0 auto 55px;
  }
}

@media screen and (min-width: 1301px) {
  .pet-card {
    min-height: 500px;
  }
}

.pet-card .text-color {
  color: #222222;
}

.pet-card .text-color.header-text-style-3, .pet-card #floorplan_list .bed-header h4.text-color, #floorplan_list .bed-header .pet-card h4.text-color {
  color: #f6f0de;
}

.pet-card .confined-banner-text {
  padding: 25px;
}

@media screen and (max-width: 1300px) {
  .pet-card .confined-banner-text {
    margin-bottom: 50px;
    margin-top: 50px;
    max-width: 700px;
    border: 1px solid #dedede;
  }
}

.desktop-1-col-skinny {
  max-width: 650px;
  margin: 0 auto;
  display: block;
  padding: 40px;
}

.insidepage .center-title-style-1 {
  background: #0d1230;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 3% 0;
}

.insidepage .center-title-style-1 .cts1-button {
  padding: 10px 40px;
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
  background: #ffffff;
  color: #0d1230;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  z-index: 1;
  text-align: center;
  outline: none;
  border: none;
  transition: color 0.5s;
  border-radius: 40px;
  overflow: hidden;
  background: transparent;
}

.insidepage .center-title-style-1 .cts1-button:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0 none;
  border-radius: 40px;
}

.insidepage .center-title-style-1 .cts1-button:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 1.5px;
  top: 1.5px;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.2s;
  border-radius: 40px;
}

.insidepage .center-title-style-1 .cts1-button:hover {
  color: #0d1230;
}

.insidepage .center-title-style-1 .cts1-button:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
  border-radius: 40px;
}

.insidepage .center-title-style-1 .cts1-button .blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.insidepage .center-title-style-1 .cts1-button .blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url("#goo");
}

.insidepage .center-title-style-1 .cts1-button .blob-btn__blob {
  position: absolute;
  top: 0;
  width: 30%;
  height: 100%;
  background: #9ea0ac;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}

@supports (filter: url("#goo")) {
  .insidepage .center-title-style-1 .cts1-button .blob-btn__blob {
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}

.insidepage .center-title-style-1 .cts1-button .blob-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}

.insidepage .center-title-style-1 .cts1-button .blob-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}

.insidepage .center-title-style-1 .cts1-button .blob-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}

.insidepage .center-title-style-1 .cts1-button .blob-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}

.insidepage .center-title-style-1 .cts1-button:hover .blob-btn__blob {
  transform: translateZ(0) scale(1.7);
}

@supports (filter: url("#goo")) {
  .insidepage .center-title-style-1 .cts1-button:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.4);
  }
}

.insidepage .center-title-style-1 .cts1-text {
  color: #ffffff;
  text-align: center;
}

#refer_a_friend_form {
  text-align: left;
}

#refer-a-friend {
  margin-bottom: 35px;
}

#refer-a-friend .box-card {
  padding: 40px;
}

#refer-a-friend #refer_a_friend_header {
  margin-bottom: 15px;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

:root {
  --resident-icon-stroke: #b27d37;
}

.body-review #review_form_container {
  background: #ffffff;
  color: #222222;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  padding: 30px 5%;
  width: 90%;
  max-width: 800px;
}

@media only screen and (min-width: 1201px) {
  .body-review #review_form_container {
    width: 40%;
  }
}

.body-review #review_form_container input,
.body-review #review_form_container select,
.body-review #review_form_container textarea {
  width: 100%;
  padding: 0 2%;
  margin: 0 0 21px;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 18px;
  border: 1px solid #dedede;
  border-radius: 0.25rem;
}

.body-review #review_form_container select {
  background-color: #ffffff;
  color: #222222;
}

.body-review #review_form_container #submit-id-submit {
  margin: 20px auto;
}

@media only screen and (max-width: 1200px) {
  .body-review #review_form_container #review-form-region {
    margin-left: auto;
    margin-right: auto;
  }
}

.body-review #review_form_container #review-form {
  padding: 10px;
  text-align: left;
}

.body-review #review_form_container #review-form input[type=checkbox] {
  width: auto;
}

.body-review #review_form_container #review-form > label {
  padding-left: 0;
}

.body-review #review_form_container #review-form textarea {
  padding: 3%;
  min-height: 100px;
}

.body-review #review_form_container #review-form #rating {
  cursor: pointer;
  display: flex;
  width: 190px;
}

.body-review #review-display-container {
  display: inline-block;
  max-width: 450px;
  vertical-align: top;
  text-align: left;
  padding: 10px;
  border: 1px solid #dedede;
  background: #ffffff;
  color: #222222;
  margin: 0 5% 5%;
  padding: 30px 2%;
  width: 90%;
  max-width: 800px;
}

@media only screen and (min-width: 1200px) {
  .body-review #review-display-container {
    width: 40%;
  }
}

.body-review #review-display-container #review-display-region {
  display: inline-block;
  width: 96%;
  min-width: 0;
  margin: 0 2%;
}

.body-review #review-display-container #review-display-region div {
  width: 100%;
  padding: 0;
  margin: 0;
}

.body-review #review-display-container #review-display-region .reviews_header {
  background: #f6f0de;
  color: #ffffff;
  padding: 6px 5px;
  text-align: center;
}

.body-review #review-display-container #review-display-region p {
  display: inline-block;
  width: 100%;
}

.body-review #review-display-container #review-display-region article p {
  margin: 12px 0;
}

.body-review #review-display-container #review-display-region article ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.body-review #review-display-container #review-display-region article ul li {
  display: inline-block;
  width: auto;
}

.bfb-plus {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  background: #b27d37;
  border-radius: 100%;
  border: 0 none;
  text-indent: 1000px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  transition: background-color .3s ease;
}

.bfb-plus:hover {
  background: #785425;
  transition: background-color .3s ease;
}

.bfb-plus:before {
  content: '';
  width: 2px;
  height: 20px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -1px;
}

.bfb-plus:after {
  content: '';
  height: 2px;
  width: 20px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
}

.specials .promotions {
  padding: 10px 0 50px;
}

@media only screen and (min-width: 900px) {
  @supports (display: flex) {
    .specials .promotions {
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: center;
    }
  }
}

.specials .promotions #pep-promotions-list {
  background: #ffffff;
  color: #222222;
  min-height: 300px;
}

@media only screen and (max-width: 899px) {
  .specials .promotions #pep-promotions-list {
    margin-left: auto;
    margin-right: auto;
  }
}

@supports (display: flex) {
  .specials .promotions #pep-promotions-list.no-promotions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.specials .promotions #promotions-list {
  width: 100%;
}

.specials .promotions .promotion {
  display: inline-block;
  max-width: 500px;
  border: 1px solid #dedede;
  vertical-align: top;
  margin-bottom: 20px;
  min-width: 280px;
  padding: 20px;
  background-color: #222222;
  color: #ffffff;
  position: relative;
}

@media only screen and (max-width: 499px) {
  .specials .promotions .promotion {
    width: 95%;
    margin: 0 auto 20px;
  }
}

@media only screen and (min-width: 500px) {
  .specials .promotions .promotion {
    margin: 1%;
    width: 98%;
  }
}

.specials .promotions .promotion h4 {
  padding: 10px;
  margin: 0;
}

.specials .promotions .promotion p:first-of-type {
  margin: 10px 0;
}

.specials .promotions .promotion .img-responsive {
  border: 5px solid #fff;
  margin: 0 auto;
  width: 90%;
}

.specials .promotions .promotion .get_coupon_emailed_to_you_link {
  margin: 20px 0;
  display: none;
}

.specials .promotions .promotion .promotion-success {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
}

.specials .promotions .promotion .promotion-success.active {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  color: #b27d37;
  height: 440px;
  width: 100%;
}

@supports (display: flex) {
  .specials .promotions .promotion .promotion-success.active {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
  }
}

.specials .promotions .promotion form {
  background: #ffffff;
  border: 1px solid #dedede;
  padding: 20px;
  display: inline-block;
  width: 90%;
  margin-bottom: 20px;
  transform: scaleY(0);
  transition: transform 0.3s ease-in-out;
}

.specials .promotions .promotion form.active {
  transform: scaleY(1);
}

.specials .promotions .promotion form div {
  display: table;
  margin: 20px 0;
  width: 100%;
}

.specials .promotions .promotion form div label {
  display: table-cell;
  min-width: 90px;
  width: 90px;
  font-size: 20px;
  line-height: 20px;
  color: #222222 !important;
  text-align: left;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .specials .promotions .promotion form div label {
    display: block;
  }
}

.specials .promotions .promotion form div input,
.specials .promotions .promotion form div select {
  display: table-cell;
  width: 100%;
  height: 40px;
  border: 1px solid #dedede;
  background: #ffffff;
  color: #222222;
}

.specials .promotions .promotion form div input:focus,
.specials .promotions .promotion form div select:focus {
  outline-color: #7a7a7a;
}

.specials .promotions .promotion form div#id_ripple {
  display: none;
}

.specials .promotions .promotion form div:last-child {
  display: block;
  margin-bottom: 0;
}

.specials .promotions .promotion form div:last-child input {
  padding: 10px 40px;
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
  background: #b27d37;
  color: #ffffff;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  background: #b27d37;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-property: box-shadow, transform;
  transition-duration: .3s;
  padding: 7px 14px;
  width: auto;
}

.specials .promotions .promotion form div:last-child input:hover {
  text-decoration: none;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  color: #ffffff;
}

.specials .promotions .promotion form div:last-child input:hover {
  background: #0d1230;
}

@media only screen and (max-width: 479px) {
  .specials .promotions .promotion form div.google-recaptcha {
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}

#sister_community_map {
  text-align: left;
  height: 30vw;
}

.mapboxgl-canvas {
  text-align: left;
}

#sister_community_info_window address,
#sister_community_info_window .distance {
  font-size: 18px;
}

.sisters-container #sister_community_rents {
  background: #ffffff;
  margin: 0 auto 35px;
}

.sisters-container #sister_community_rents > h3 {
  background: #b27d37;
  color: #ffffff;
  padding: 10px 0;
}

.sisters-container #sister_community_rents > label #sister_communities_sort_by {
  width: 260px;
}

.sisters-container #sister_community_rents .sister-communities {
  margin: 0;
  padding: 0 0 20px;
}

.sisters-container #sister_community_rents .sister-communities .sister {
  border: 1px solid #e9e9e9;
  background: #f4f4f4;
  outline: 0px solid #b27d37 !important;
}

.sisters-container #sister_community_rents .sister-communities .sister.active {
  outline: 3px solid #b27d37 !important;
}

@media only screen and (max-width: 768px) {
  .sisters-container #sister_community_rents .sister-communities .sister {
    width: 100%;
  }
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-name {
  color: #222222;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-name {
  text-align: center;
  margin: 0;
  width: 100%;
  color: #222222;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-name:after {
  display: none;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details li {
  border: 0 none;
  background: transparent;
  display: inline-block;
  margin-bottom: 5px;
  text-align: center;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details li h5 {
  color: #222222;
  text-align: center;
  margin: 4px 0;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-link {
  padding: 10px;
  margin: 0;
  background: transparent;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-link a {
  width: 100%;
  text-align: center;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-link a:hover h5 {
  color: #7a7a7a;
  transition: all .3s ease;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-link a h5 {
  border: 0 none;
  text-decoration: underline;
  font-size: 15px;
  line-height: 20px;
  color: #222222;
  font-family: "Lato", sans-serif;
  transition: all .3s ease;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-distance {
  padding: 0 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 400px) {
  .sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-distance {
    display: inline-block;
  }
}

@media only screen and (max-width: 400px) {
  .sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-distance h5 {
    display: block;
    margin-top: 0;
  }
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-distance a {
  background-color: #b27d37;
  color: #ffffff;
  padding: 3px 8px;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-distance a:hover {
  background-color: #785425;
  color: #e0cbaf;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-address {
  background: #ffffff;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  text-align: center;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-address h5 {
  display: inline-block;
  margin: 5px 0;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-address:before {
  display: none;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-phone {
  background: #ffffff;
  margin: 0 auto;
  z-index: 2;
  display: inline-block;
  position: relative;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-phone h5 {
  margin: 5px 0;
}

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

.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-availabilities ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-availabilities ul li {
  width: 100%;
}

#form_service_request .controls {
  position: relative;
}

#form_service_request .controls .formError {
  left: 0 !important;
  top: 42px !important;
}

.body-service-request #div_service_request {
  width: 90%;
  min-width: 280px;
  max-width: 800px;
  margin: 30px auto;
  background: #ffffff;
  border-radius: 5px;
  padding: 37px;
  transition: all ease-in-out 0.3s;
}

@media screen and (min-width: 1200px) {
  .body-service-request #div_service_request {
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .body-service-request #div_service_request {
    width: 100%;
    max-width: 900px;
  }
}

.body-service-request #div_service_request .form-group {
  text-align: left;
}

.body-service-request #div_service_request #submit-id-submit {
  padding: 10px 40px;
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
  background: #709750;
  color: #ffffff;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  background: #709750;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-property: box-shadow, transform;
  transition-duration: .3s;
}

.body-service-request #div_service_request #submit-id-submit:hover {
  text-decoration: none;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  color: #ffffff;
}

.body-service-request #div_success_popup {
  width: 50%;
  margin: 30px auto;
  background: #ffffff;
  border-radius: 5px;
  padding: 37px;
  min-width: 280px;
  overflow: hidden;
  transition: all ease-in-out 0.3s 0.3s;
}

.body-service-request #div_success_popup.active {
  max-height: 400px;
}

@media only screen and (min-width: 1401px) {
  .pet-card-expanded {
    position: relative;
  }
  @supports (display: flex) {
    .pet-card-expanded {
      display: flex;
      align-content: stretch;
      align-items: stretch;
      justify-content: flex-end;
    }
  }
}

.pet-card-expanded .confined-banner-text {
  background: #ffffff;
  padding: 5%;
}

@media only screen and (min-width: 1401px) {
  .pet-card-expanded .confined-banner-text {
    width: calc(100% - 800px);
  }
}

@media only screen and (min-width: 1401px) {
  .pet-card-expanded .confined-banner-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media only screen and (min-width: 1401px) {
  .pet-card-expanded .confined-banner-image.webp {
    background-image: url(/gridmedia/img//pet-main-image.webp);
  }
}

@media only screen and (min-width: 1401px) {
  .pet-card-expanded .confined-banner-image.no-webp {
    background-image: url(/gridmedia/img//pet-main-image.jpg);
  }
}

@media only screen and (min-width: 1401px) {
  .pet-card-expanded .confined-banner-image {
    width: 800px;
    height: 100%;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.card-3-section {
  padding: 5% 0;
  background: #ffffff;
}

.card-3-section .card {
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 1100px) {
  .card-3-section .card {
    width: 90%;
    max-width: 600px;
    margin: 0 1% 1% 1%;
  }
}

@media only screen and (min-width: 1401px) {
  .card-3-section .card {
    width: 30%;
    margin: 0 1% 1% 1%;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1400px) {
  .card-3-section .card {
    width: 30%;
    margin: 0 1% 1% 1%;
  }
}

.card-3-section .card .header-text-style-5 {
  margin-top: 25px;
}

.pets-text-container {
  padding: 0 0 5% 0;
  background: #ffffff;
  text-align: left;
}

.pets-text-container .text-content-container {
  padding: 5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.pets-text-container li {
  margin-bottom: 25px;
}

.pets-text-container ol,
.pets-text-container ul {
  margin: 45px 0;
}

.pets-text-container b {
  font-weight: bold;
}

.pets-text-container .text-sub-section {
  margin-top: 50px;
}

.pets-text-container .alphabet-list {
  list-style-type: upper-alpha;
}

@media only screen and (max-width: 450px) {
  #neighborhood_section #neighborhood_heading {
    transform: scale(0.9);
  }
}

#neighborhood_section .content-container {
  background: #ffffff;
  color: #222222;
}

@supports (display: flex) {
  #neighborhood_section .content-container {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1024px) {
  @supports (display: flex) {
    #neighborhood_section .content-container {
      justify-content: center;
    }
  }
}

@media only screen and (min-width: 1025px) {
  #neighborhood_section .content-container {
    width: 100%;
    margin: 0 auto;
    max-width: 2000px;
  }
}

@media only screen and (max-width: 1200px) {
  #neighborhood_section .content-container .map-container {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  #neighborhood_section .content-container .map-container {
    height: 320px;
  }
}

@media only screen and (min-width: 1025px) {
  #neighborhood_section .content-container .map-container {
    height: 580px;
  }
}

@media only screen and (min-width: 1201px) {
  #neighborhood_section .content-container .map-container {
    width: 75%;
  }
}

#neighborhood_section .content-container .map-container #map {
  height: 100%;
  width: 100%;
}

#neighborhood_section .content-container .map-container .mapboxgl-popup-tip {
  border-top-color: #ffffff;
}

#neighborhood_section .content-container .map-container .mapboxgl-popup {
  width: 225px;
}

#neighborhood_section .content-container .map-container .mapboxgl-popup-content {
  text-align: left;
  background: #ffffff;
  color: #222222;
  padding: 10px 10px 10px 20px;
}

@media only screen and (min-width: 768px) {
  #neighborhood_section .content-container .map-container .mapboxgl-popup-content {
    width: 300px;
  }
}

#neighborhood_section .content-container .map-container .mapboxgl-popup-content .mapboxgl-popup-close-button {
  font-size: 25px;
  line-height: 20px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  margin-left: auto;
  background: #f6f0de;
  color: #ffffff;
  transition: color .3s ease;
  border-radius: 100%;
  padding-bottom: 4px;
  transition: color .3s ease;
  float: right;
  background: #b27d37;
  border-radius: 25px;
  color: #ffffff;
  line-height: .8;
  padding: 2px 5px 4px;
  font-weight: 300;
  z-index: 100;
}

#neighborhood_section .content-container .map-container .mapboxgl-popup-content .mapboxgl-popup-close-button:hover {
  background: #709750;
  color: #ffffff;
  transition: color .3s ease;
}

#neighborhood_section .content-container .map-container .mapboxgl-popup-content .name {
  font-size: 20px;
  text-transform: none;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: #222222;
  margin: 0 0 5px;
  position: relative;
  z-index: 10;
}

#neighborhood_section .content-container .map-container .mapboxgl-popup-content p,
#neighborhood_section .content-container .map-container .mapboxgl-popup-content span {
  color: #222222;
}

#neighborhood_section .content-container .map-container .mapboxgl-popup-content p, #neighborhood_section .content-container .map-container .mapboxgl-popup-content span, #neighborhood_section .content-container .map-container .mapboxgl-popup-content a {
  line-height: 1;
  margin: 10px 0px;
}

#neighborhood_section .content-container .map-container .mapboxgl-popup-content a {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: #222222;
  margin: 10px 0;
  position: relative;
  z-index: 10;
}

#neighborhood_section .content-container .map-container .mapboxgl-popup-content a svg {
  width: 15px;
}

#neighborhood_section .content-container .map-container .mapboxgl-popup-content a .get-direction-svg {
  fill: #222222;
}

#neighborhood_section .content-container .map-container .mapboxgl-marker {
  background-color: #dedede;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 2px #fff;
  display: none;
}

#neighborhood_section .content-container .map-container .mapboxgl-marker.active-poi {
  background-color: #f6f0de;
  width: 15px;
  height: 15px;
}

#neighborhood_section .content-container .map-container .mapboxgl-marker.poi-dot-active {
  display: block;
}

#neighborhood_section .content-container .map-container .mapboxgl-marker.home {
  background-image: url(https://static2.apts247.info/images/community/home-icon.png);
  border: none;
  border-radius: 0;
  border: none;
  border-radius: 0;
  height: 50px;
  width: 25px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
}

@media only screen and (max-width: 1200px) {
  #neighborhood_section .content-container .poi-category-list {
    width: 100%;
    order: -1;
  }
}

@media only screen and (min-width: 1201px) {
  #neighborhood_section .content-container .poi-category-list {
    width: 25%;
    height: 580px;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
  }
}

#neighborhood_section .content-container .poi-category-list .poi-heading {
  border-bottom: solid 1px #dedede;
}

@media only screen and (min-width: 1201px) {
  #neighborhood_section .content-container .poi-category-list .poi-heading {
    padding: 0 0 20px 0;
  }
}

@media only screen and (max-width: 1200px) {
  #neighborhood_section .content-container .poi-category-list .poi-heading {
    padding: 0 10px;
  }
}

#neighborhood_section .content-container .poi-category-list .poi-heading h2 {
  margin-bottom: 10px;
  margin-top: 10px;
}

#neighborhood_section .content-container .poi-category-list .poi-heading .community-title {
  padding-left: 5%;
}

@media only screen and (max-width: 1200px) {
  #neighborhood_section .content-container .poi-category-list .poi-heading .community-title {
    font-size: 22px;
    text-transform: none;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
    letter-spacing: 0px;
    color: #222222;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
    font-weight: bold;
  }
}

#neighborhood_section .content-container .poi-category-list .poi-heading .poi-community-heading {
  border-bottom: #dedede;
  position: relative;
  margin-left: 5%;
}

@media only screen and (max-width: 1200px) {
  #neighborhood_section .content-container .poi-category-list .poi-heading .poi-community-heading {
    max-width: 385px;
    width: 100%;
    margin: auto;
    text-align: center;
  }
}

#neighborhood_section .content-container .poi-category-list .poi-heading .poi-community-heading:before {
  content: "";
  background-image: url(https://static2.apts247.info/images/community/home-poi.png);
  width: 24px;
  height: 40px;
  left: 0;
  background-size: cover;
}

@media only screen and (min-width: 1201px) {
  #neighborhood_section .content-container .poi-category-list .poi-heading .poi-community-heading:before {
    position: absolute;
  }
}

@media only screen and (max-width: 1200px) {
  #neighborhood_section .content-container .poi-category-list .poi-heading .poi-community-heading:before {
    position: relative;
    display: inline-block;
  }
}

@media only screen and (min-width: 1201px) {
  #neighborhood_section .content-container .poi-category-list .poi-heading .poi-heading-content {
    margin-left: 30px;
    text-align: left;
  }
}

@media only screen and (max-width: 1200px) {
  #neighborhood_section .content-container .poi-category-list .poi-heading .poi-heading-content {
    text-align: center;
  }
}

#neighborhood_section .content-container .poi-category-list .poi-heading .poi-heading-content h3 {
  margin: 0;
  padding: 0;
}

#neighborhood_section .content-container .poi-category-list .poi-list-content .category-list-item {
  margin: 0;
  text-align: left;
  width: 100%;
}

@media only screen and (min-width: 1201px) {
  #neighborhood_section .content-container .poi-category-list .poi-list-content .category-list-item {
    padding: 24px 16%;
    color: #ffffff;
    background-color: #f6f0de;
    border-bottom: 2px solid #f7f2e3;
  }
}

@media only screen and (max-width: 1200px) {
  #neighborhood_section .content-container .poi-category-list .poi-list-content .category-list-item {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    padding: 15px 0 15px 60px;
    text-align: left;
    display: inline-block;
    background-color: #ffffff;
    color: #222222;
    border-color: #dedede;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
}

#neighborhood_section .content-container .poi-category-list .poi-list-content .category-list-item.active {
  background: #b27d37;
  color: #ffffff;
}

#neighborhood_section .content-container .poi-category-list .category-list-item-wrapper {
  position: relative;
  cursor: pointer;
}

#neighborhood_section .content-container .poi-category-list .category-list-item-wrapper .map-marker {
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 0;
  transform: translate(50%, -50%);
}

#neighborhood_section .content-container .poi-category-list .category-list-container {
  z-index: 10;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  #neighborhood_section .content-container .poi-category-list .category-list-container {
    margin: 20px;
  }
}

#neighborhood_section .content-container .poi-category-list .category-list-container #category_dropdown {
  display: none;
}

@media only screen and (max-width: 1200px) {
  #neighborhood_section .content-container .poi-category-list .category-list-container #category_dropdown {
    width: 30%;
    min-width: 280px;
    display: inline-block;
    padding: 12px;
    border: 1px solid #dedede;
    position: relative;
  }
}

#neighborhood_section .content-container .poi-category-list .category-list-container #category_dropdown:after {
  content: "";
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  border-top: 9px solid #222222;
  border-bottom: 0 solid transparent;
  border-left: 9px transparent solid;
  border-right: 9px solid transparent;
  position: absolute;
}

@media only screen and (max-width: 1200px) {
  #neighborhood_section .content-container .poi-category-list .category-list-container #category_list_content {
    width: 30%;
    min-width: 280px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 208px;
    max-height: 0;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 1200px) {
  #neighborhood_section .content-container .poi-category-list .category-list-container #category_list_content.active-dropdown {
    max-height: 208px;
    box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  }
}

#neighborhood_section .content-container .poi-list-container {
  width: 80%;
  margin: 30px auto 80px;
}

#neighborhood_section .content-container .poi-list-container .poi-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

@media only screen and (max-width: 831px) {
  #neighborhood_section .content-container .poi-list-container .poi-list {
    width: 50%;
    justify-content: center;
  }
}

@media only screen and (min-width: 1025px) {
  #neighborhood_section .content-container .poi-list-container .poi-list {
    width: 100%;
    justify-content: start;
  }
}

#neighborhood_section .content-container .poi-list-container .poi-list li {
  width: 30.3%;
  margin: 0 1.5% -1px;
  min-width: 250px;
}

@media only screen and (min-width: 1025px) {
  #neighborhood_section .content-container .poi-list-container .poi-list li {
    width: 30.3%;
    margin: 0 1% -1px;
    min-width: 250px;
  }
}

#neighborhood_section .content-container .poi-list-container .poi-list li button {
  background: transparent;
  border: none;
  list-style: none;
  height: 72px;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#neighborhood_section .content-container .poi-list-container .poi-list li button.active {
  background: #b27d37;
  color: #ffffff;
  border-color: #b27d37;
}

#neighborhood_section #neighborhood_section {
  padding: 30px;
}

.opening-section .opening-header {
  font-size: 27px;
  text-transform: none;
  font-weight: bold;
  font-family: "Cantarell", sans-serif;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: var(--opening-section-bg-alt);
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
  margin: 0;
  font-weight: bold;
}

html {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
}

body {
  width: 100%;
  margin: 0;
  font-family: sans-serif;
  height: 100%;
}

.box-card {
  background: #ffffff;
  box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid #dedede;
  padding: 0;
}

.box-card .text-color {
  color: #222222;
}

.dropdown-menu-style-one {
  z-index: 11;
}

.dropdown-menu-style-one > nav {
  margin: 0 4vw 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .dropdown-menu-style-one > nav {
    align-self: center;
  }
}

@media only screen and (min-width: 1441px) {
  .header-style-one.homepage-header.sticky {
    padding: 30px 0 0;
    margin: unset;
  }
}

.insidepage {
  padding-top: 5rem;
}

#fp_view_detailed .fp-amenities-info-list li:before {
  font-size: 20px;
}

.wait-list-link {
  color: #ffffff;
}

#application .header-style-one {
  transform: unset !important;
  position: relative !important;
}

@media only screen and (max-width: 479px) {
  #application .animated-card .confined-banner-text {
    width: 100%;
    padding-left: unset;
    padding-right: unset;
  }
}

.ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
  background: #709750;
  border-color: #709750;
  color: #ffffff;
}

#body_floorplans .social-container .icon-set:before {
  display: none;
}

@media only screen and (max-width: 1099px) {
  #body_floorplans .copyright-under-footer {
    padding: 10px 20px 150px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
  #body_floorplans #fp_view_detailed .floorplan-sub-tab .ul-group .list-unstyled {
    column-count: 1;
  }
}

@media only screen and (max-width: 1199px) {
  #neighborhood_section .content-container .poi-list-container .poi-list li {
    width: 100%;
  }
}

#neighborhood_section .content-container .cls-1 {
  fill: #222222;
}

.blogs-list .card p.text-color {
  height: 200px;
}

.blogs-list .card .button-style-1-petite, .blogs-list .card .image-upload-preview-1 .table #images-tbody td #upload_image, .image-upload-preview-1 .table #images-tbody td .blogs-list .card #upload_image, .blogs-list .card .unit-listing li:not(.header) .unit-details:after, .unit-listing li:not(.header) .blogs-list .card .unit-details:after {
  position: absolute;
  bottom: 10px;
}

body#refer .header-style-one {
  transform: unset !important;
  position: relative !important;
}

.specials .promotions .promotion form {
  border: unset;
}

#ebrochure_content .amenities-container h2 {
  color: #0d1230;
}

#ebrochure_content .site-map .sm-contain .site-map-detail {
  padding: 0 30px;
}

#ebrochure_content .site-map .sm-contain .contact-info-details {
  padding: 0 3% 3%;
}

.grecaptcha-badge {
  z-index: 2;
}

:root {
  --base-bg: #ffffff;
  --base-bg-hover: #e6e5e5;
  --base-bg-alt: #222222;
  --base-bg-alt-hover: #7a7a7a;
  --color1: #f6f0de;
  --color1-hover: #e6d5a2;
  --color1-alt: #ffffff;
  --color1-alt-hover: #fbf9f2;
  --color2: #b27d37;
  --color2-hover: #785425;
  --color2-alt: #ffffff;
  --color2-alt-hover: #e0cbaf;
  --color3: #709750;
  --color3-hover: #4b6536;
  --color3-alt: #ffffff;
  --color3-alt-hover: #c6d5b9;
  --color4: #0d1230;
  --color4-hover: black;
  --color4-alt: #ffffff;
  --color4-alt-hover: #9ea0ac;
  --next: #82BC00;
  --next-hover: black;
  --next-alt: #ffffff;
  --info: #f6f0de;
  --info-hover: #709750;
  --info-alt: #ffffff;
  --success: #82BC00;
  --success-hover: #6d9e0c;
  --success-alt: #ffffff;
  --danger: #FF5252;
  --danger-hover: #cc4803;
  --danger-alt: #ffffff;
  --component-active-bg: #709750;
  --component-active-bg-alt: #ffffff;
  --text-box-bg: #ffffff;
  --text-box-bg-alt: #222222;
  --text-box-link-color: #f6f0de;
  --text-box-link-color-hover: #709750;
  --text-box-link-decoration: none;
  --text-box-link-decoration-hover: none;
  --text-box-bg-muted: lightgray;
  --text-box-bg-alt-muted: #4e4e4e;
  --text-box-border-color: #dedede;
  --text-box-accent: #b27d37;
  --text-box-accent-hover: #785425;
  --text-box-accent-alt: #ffffff;
  --text-box-accent-border-color: #ba8a4b;
  --text-muted: #7a7a7a;
  --light-border-color: #dedede;
  --box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  --border-radius: 0.25rem;
  --border-radius-lg: 0.4rem;
  --border-width: 1px;
  --text-box-accent: #b27d37;
  --text-box-accent-hover: #785425;
  --text-box-accent-alt: #ffffff;
  --text-box-border-color: #dedede;
  --insidepage-bg: insidepage-bg;
  --insidepage-bg-alt: insidepage-bg-alt;
  --insidepage-bg-alt-hover: insidepage-bg-alt-hover;
  --insidepage-bg-accent: insidepage-bg-accent;
  --next: #82BC00;
  --next-alt: #ffffff;
  --next-hover: black;
  --info: #f6f0de;
  --info-hover: #709750;
  --info-alt: #ffffff;
  --success: #82BC00;
  --success-hover: #6d9e0c;
  --success-alt: #ffffff;
  --danger: #FF5252;
  --danger-hover: #cc4803;
  --danger-alt: #ffffff;
  --body-bg: #ffffff;
  --body-color: #222222;
  --insidepage-bg: #f2f2f2;
  --insidepage-bg-alt: #222222;
  --insidepage-bg-alt-accent: #b27d37;
  --border-radius-lg: 0.25rem;
  --border-radius-lg: 0.4rem;
  --border-radius-sm: 0.2rem;
  --header-font-family: Lato, sans-serif;
  --header-font-bold-weight: 400;
  --subheader-font-family: Cantarell, sans-serif;
  --subheader-font-bold-weight: 700;
  --menu-font-family: Lato, sans-serif;
  --menu-font-bold-weight: 400;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  --paragraph-margin-bottom: 1rem;
  --headings-margin-bottom: 0.5rem;
  --headings-margin-bottom: 0.5rem;
  --headings-font-family: ;
  --headings-font-weight: 400;
  --headings-line-height: 1.2;
  --headings-color: ;
  --subheader-font-line-height: 1.5;
  --base-font-family: Lato, sans-serif;
  --font-weight-base: unset;
  --base-font-line-height: 1.5;
  --menu-font-line-height: 1.5;
  --paragraph-margin-bottom: 1rem;
  --confined-paragraph-max-width: 750px;
  --small-font-size: 80%;
  --blockquote-small-color: #222222;
  --blockquote-small-font-size: 80%;
  --blockquote-font-size: 22.5px;
  --error-text-font-family: Lato, sans-serif;
  --dt-font-weight: 400;
  --body-bg: #ffffff;
  --body-color: #222222;
  --sr-only-bg: #f6f0de;
  --sr-only-bg-alt: #ffffff;
  --insidepage-bg: #f2f2f2;
  --insidepage-bg-alt: #222222;
  --table-cell-padding: 0.75rem;
  --table-caption-color: #4e4e4e;
  --caret-width: 0.3em;
  --caret-vertical-align: 0.255em;
  --caret-spacing: 0.255em;
  --bullet-list-padding-left-mobile: 20px;
  --bullet-list-padding-left: 40px;
  --header-font-family: Lato, sans-serif;
  --header-font-size: 36px;
  --header-font-weight: 400;
  --subheader-font-family: Cantarell, sans-serif;
  --subheader-font-size: 30px;
  --subheader-font-weight: 700;
  --menu-font-family: Lato, sans-serif;
  --menu-font-size: 20px;
  --menu-font-weight: 400;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  --border-radius: 0.25rem;
  --table-cell-padding: $table-cell-padding;
  --table-bg: $table-bg;
  --table-bg-hover: $table-bg-hover;
  --table-bg-alt: $table-bg-alt;
  --table-bg-alt-hover: $table-bg-alt-hover;
  --table-bg-accent: $table-bg-accent;
  --table-bg-active: $table-bg-active;
  --table-bg-muted: $table-bg-muted;
  --table-border-width: $table-border-width;
  --table-border-color: $table-border-color;
  --table-head-bg: $table-head-bg;
  --table-head-bg-alt: $table-head-bg-alt;
  --table-striped-order: $table-striped-order;
  --table-caption-color: $table-caption-color;
  --table-bg-level: $table-bg-level;
  --table-border-level: $table-border-level;
  --hr-margin-y: $hr-margin-y;
  --hr-border-color: $hr-border-color;
  --hr-border-width: $hr-border-width;
  --box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  --border-radius: 0.25rem;
  --input-bg: #ffffff;
  --input-color: #222222;
  --input-border-color: #dedede;
  --input-border-width: 1px;
  --input-height-border: 2px;
  --input-height: calc(1.5em + 0.75rem + 2px);
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.375rem;
  --input-border-radius: 0.25rem;
  --input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  --input-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  --input-btn-border-width: 1px;
  --input-btn-padding-y: 0.375rem;
  --input-btn-padding-x: 0.75rem;
  --input-font-family: ;
  --input-font-size: 18px;
  --input-line-height: 1.5;
  --input-font-weight: unset;
  --emergency-services-bg: #ffffff;
  --emergency-services-bg-alt: #222222;
  --emergency-services-border-radius: 0.4rem;
  --menu-bg: #709750;
  --menu-bg-alt: #ffffff;
  --menu-bg-alt-hover: #709750;
  --nav-slider-address-font-family: Lato, sans-serif;
  --nav-slider-address-line-height: initial;
  --nav-slider-address-font-weight: 400;
  --nav-slider-address-link-color: #ffffff;
  --nav-slider-address-link-font-family: Lato, sans-serif;
  --nav-slider-address-link-line-height: initial;
  --nav-slider-address-link-font-weight: 400;
  --nav-slider-address-link-font-size: 18px;
  --open-menu-font-color: #ffffff;
  --open-menu-font-color-hover: #ffffff;
  --homepage-navbar-bg: #709750;
  --navbar-bg: #709750;
  --homepage-nav-emergency-margin: 170px 0 0;
  --nav-address-font-color: #ffffff;
  --logo-height: 120px;
  --logo-margin: 10px 0;
  --nav-height: 140px;
  --logo-img-max-width-before-break: 350px;
  --logo-img-max-height-before-break: 120px;
  --top-page-logo-width-mobile: auto;
  --top-page-logo-height-mobile: 145px;
  --top-page-logo-width: auto;
  --top-page-logo-height: 145px;
  --nav-link-font-color: #ffffff;
  --nav-link-font-family: Lato, sans-serif;
  --nav-link-font-line-height: initial;
  --nav-link-font-weight: 400;
  --hamburger-mobile-bg: #b27d37;
  --hamburger-mobile-bg-alt: #ffffff;
  --hamburger-color: #ffffff;
  --scrolling-nav-background: rgba(0, 0, 0, 0.8);
  --homepage-toppage-nav-bg: transparent;
  --homepage-scrolling-nav-background: rgba(0, 0, 0, 0.8);
  --scrolling-nav-phone-color: #ffffff;
  --scrolling-nav-phone-color-hover: #9ea0ac;
  --scrolling-nav-logo-height: 80px;
  --footer-bg: #0d1230;
  --footer-bg-alt: #ffffff;
  --footer-bg-alt-hover: #ffffff;
  --footer-border-top: unset;
  --footer-divider: 4px solid #252a45;
  --footer-community-color: #ffffff;
  --footer-community-logo-height: 320px;
  --footer-community-logo-width: 320px;
  --footer-corporation-logo-width: 320px;
  --footer-paragraph-line-height: 1.2;
  --copyright-container-bg: #0d1230;
  --copyright-container-svg: #ffffff;
  --under-footer-bg-alt-hover: #ffffff;
  --footer-icon-fill: #ffffff;
  --footer-raf-color: #ffffff;
  --copyright-under-footer-bg: #C3C3C3;
  --copyright-under-footer-color: #222;
  --ss-address-bg: rgba(255, 255, 255, 0.8);
  --ss-address-bg-alt: #222222;
  --ss-address-bg-alt-hover: #7a7a7a;
  --ss-address-border-divider: 1px solid #7a7a7a;
  --slideshow-address-icon-color: #709750;
  --slideshow-phone-icon-color: #709750;
  --slideshow-bg: lightgray;
  --slideshow-offset: 100px;
  --opening-section-bg: #ffffff;
  --opening-section-bg-alt: #222222;
  --opening-section-bg-alt-hover: #7a7a7a;
  --hpt-header-size: 36px;
  --home-accent-one-color: #222222;
  --home-accent-two-color: #b27d37;
  --home-accent-three-color: #222222;
  --home-accent-anchor: #222222;
  --home-header-1-color: #709750;
  --home-header-1-text-transform: none;
  --home-header-2-color: #b27d37;
  --home-header-2-text-transform: none;
  --homepage-additions-padding: 100px 0 130px;
  --hpt-one-section-background-bar-color: rgba(34, 34, 34, 0.3);
  --hpt-one-section-background-bar-width: 35%;
  --home-accent-text-transform: uppercase;
  --home-accent-one-text-transform: uppercase;
  --home-accent-two-text-transform: uppercase;
  --home-accent-three-text-transform: uppercase;
  --home-accent-anchor-text-transform: uppercase;
  --home-accent-margin-top: 0;
  --home-accent-margin-bottom: 0;
  --home-accent-margin-left: 5%;
  --home-accent-one-font-weight: 400;
  --home-accent-two-font-weight: 400;
  --home-accent-three-font-weight: 400;
  --home-accent-anchor-font-weight: 400;
  --home-accent-anchor-color: #ffffff;
  --accent-anchor-margin-top: 5%;
  --accent-anchor-margin-bottom: 5%;
  --column-1-border-color: #0d1230;
  --column-1-background: #ffffff;
  --text-section-paragraph-line-height: 2;
  --home-accent-two-font-size: 4vw;
  --home-accent-two-line-height: 8vw;
  --home-accent-three-font-size: 5vw;
  --home-accent-three-line-height: 6vw;
  --center-title-style-1-bg: #0d1230;
  --center-title-style-1-bg-alt: #ffffff;
  --center-title-style-1-bg-alt-hover: #9ea0ac;
}

.homepage-additions .column-1 .home-accent-two {
  margin-right: 15px;
}

.homepage-additions .column-1 .home-accent-three {
  margin-right: 5%;
}

#contact_container .col-2 .column-1 .button-container .button-style-1, #contact_container .col-2 .column-1 .button-container .btn-basic, #contact_container .col-2 .column-1 .button-container .submit-group.has-breadcrumbs .btn-back, .submit-group.has-breadcrumbs #contact_container .col-2 .column-1 .button-container .btn-back, #contact_container .col-2 .column-1 .button-container #appointment_form_container .form-style1 .submit-group .btn-next, #appointment_form_container .form-style1 .submit-group #contact_container .col-2 .column-1 .button-container .btn-next, #contact_container .col-2 .column-1 .button-container .btn-primary#submit-id-submit, #contact_container .col-2 .column-1 .button-container .legacy-form .btn-primary, .legacy-form #contact_container .col-2 .column-1 .button-container .btn-primary, #contact_container .col-2 .column-1 .button-container #fp_view_detailed .application-link .button, #fp_view_detailed .application-link #contact_container .col-2 .column-1 .button-container .button, #contact_container .col-2 .column-1 .button-container .container-3d .fp-3d-button, .container-3d #contact_container .col-2 .column-1 .button-container .fp-3d-button, #contact_container .col-2 .column-1 .button-container #form_appointment_submit {
  background-color: #b27d37;
}

#contact_container .col-2 .column-1 .button-container .button-style-2 {
  color: #222222;
}

#contact_container .contact-column-2 .contact-group p {
  padding-left: 0;
}

#footer .copyright-container a.button-style-1, #footer .copyright-container a.btn-basic, #footer .copyright-container .submit-group.has-breadcrumbs a.btn-back, .submit-group.has-breadcrumbs #footer .copyright-container a.btn-back, #footer .copyright-container #appointment_form_container .form-style1 .submit-group a.btn-next, #appointment_form_container .form-style1 .submit-group #footer .copyright-container a.btn-next, #footer .copyright-container a.btn-primary#submit-id-submit, #footer .copyright-container .legacy-form a.btn-primary, .legacy-form #footer .copyright-container a.btn-primary, #footer .copyright-container #fp_view_detailed .application-link a.button, #fp_view_detailed .application-link #footer .copyright-container a.button, #footer .copyright-container .container-3d a.fp-3d-button, .container-3d #footer .copyright-container a.fp-3d-button, #footer .copyright-container a#form_appointment_submit {
  background-color: #b27d37;
}

.floorplan-list-items .fp:before {
  color: #222222;
}

.floorplan-list-items .fp .icon-arrow-right:before {
  color: #222222;
}

.pet-card .text-color.header-text-style-3, .pet-card #floorplan_list .bed-header h4.text-color, #floorplan_list .bed-header .pet-card h4.text-color {
  color: #b27d37;
}

.body-review #review-display-container #review-display-region .reviews_header {
  background: #709750;
}

.specials-page .promotions .promotion form #promo_submit input {
  background-color: #709750;
}

.specials-page .promotions .promotion form #promo_submit input:hover {
  background-color: #709750;
}

#blog_page_container .back-button .button-style-2 {
  background: #b27d37;
}

#blog_page_container p a {
  color: #222222 !important;
}

#blog_page_container p a:hover {
  color: #709750 !important;
}
