@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
#main_header .logo {
  margin: 10px 0;
}

:root {
  --base-font-size-min-clamp: 14.4px;
  --base-font-size-clamp: calc(14.4px + 0.2vw);
  --base-font-size-max-clamp: 21.6px;
  --global-base-line-height: 1.5;
  --global-base-font-size: clamp(var(--base-font-size-min-clamp), var(--base-font-size-clamp), var(--base-font-size-max-clamp));
}

body, a, li, button, input, p {
  line-height: var(--global-base-line-height);
  font-size: clamp(var(--base-font-size-min-clamp), var(--base-font-size-clamp), var(--base-font-size-max-clamp));
}

*,
*::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(51, 51, 51, 0);
}

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

@font-face {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  font-weight: 400;
  color: #333;
  text-align: left;
  background-color: #f7f7f9;
  font-family: "Open Sans", sans-serif;
  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: 0.75rem;
  padding-bottom: 0.75rem;
  color: #5c5c5c;
  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: #4a729d;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #fff;
  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: #333;
}

.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: #e3e3e5;
  position: relative;
}

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

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

.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: #292929;
  text-align: inherit;
}

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

.list-group-item-action:active {
  color: #fff;
  background-color: #4a729d;
}

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

.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: #5c5c5c;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #4a729d;
  border-color: #5c80a7;
}

.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-family: var(--headings-font-family);
  font-weight: var(--headings-font-weight);
  color: var(--headings-color);
}

p {
  margin-top: 0;
  margin-bottom: var(--paragraph-margin-bottom);
  font-family: var(--base-font-family);
}

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: var(--dt-font-weight);
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: var(--base-font-bold-weight);
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: var(--text-box-link-color);
  -webkit-text-decoration: var(--text-box-link-decoration);
          text-decoration: var(--text-box-link-decoration);
  background-color: transparent;
}

a:hover {
  color: var(--text-box-link-color-hover);
  -webkit-text-decoration: var(--text-box-link-decoration-hover);
          text-decoration: var(--text-box-link-decoration-hover);
}

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: var(--font-family-monospace);
}

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

hr {
  margin-top: var(--hr-margin-y);
  margin-bottom: var(--hr-margin-y);
  border: 0;
  border-top: var(--hr-border-width) solid var(--hr-border-color);
}

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

@media screen and (max-width: 500px) {
  .bulletlist {
    padding-left: var(--bullet-list-padding-left-mobile);
  }
}

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

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

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

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

.blockquote {
  margin-bottom: 1rem;
}

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

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

.strong {
  font-weight: bold;
}

.errtext {
  color: var(--danger);
  font-style: italic;
  font-family: var(--error-text-font-family);
  font-weight: var(--error-text-font-weight);
}

.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: var(--text-box-bg-alt);
  font-family: var(--base-font-family);
}

.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: var(--base-font-family);
}

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

.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;
  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 #333;
  border-top: 2px solid #333;
  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 #333;
  border-top: 2px solid #333;
  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, .calendar-page .event-container .event .calendar_form input,
.calendar-page .event-container .event .calendar_form textarea, .body-classifieds .classified-interior form .form-group input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0 !important;
  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, .calendar-page .event-container .event .calendar_form input,
  .calendar-page .event-container .event .calendar_form textarea, .body-classifieds .classified-interior form .form-group input {
    transition: none;
  }
}

.form-control::-ms-expand, .calendar-page .event-container .event .calendar_form input::-ms-expand,
.calendar-page .event-container .event .calendar_form textarea::-ms-expand, .body-classifieds .classified-interior form .form-group input::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus, .calendar-page .event-container .event .calendar_form input:focus,
.calendar-page .event-container .event .calendar_form textarea:focus, .body-classifieds .classified-interior form .form-group input:focus {
  color: #333;
  background-color: #fff;
  border-color: #d6e5f2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(117, 169, 211, 0.25);
}

.form-control::placeholder, .calendar-page .event-container .event .calendar_form input::placeholder,
.calendar-page .event-container .event .calendar_form textarea::placeholder, .body-classifieds .classified-interior form .form-group input::placeholder {
  color: #707070;
  opacity: 1;
}

.form-control:disabled, .calendar-page .event-container .event .calendar_form input:disabled,
.calendar-page .event-container .event .calendar_form textarea:disabled, .body-classifieds .classified-interior form .form-group input:disabled, .form-control[readonly], .calendar-page .event-container .event .calendar_form input[readonly],
.calendar-page .event-container .event .calendar_form textarea[readonly], .body-classifieds .classified-interior form .form-group input[readonly] {
  background-color: #c2c2c2;
  opacity: 1;
}

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

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

.col-form-label, .calendar-page .event-container .event .calendar_form {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5;
}

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

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  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: #474747;
  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;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

select.form-control[size], select.form-control[multiple],
.select-style.form-control[size],
.calendar-page .event-container .event .calendar_form input.select-style[size],
.calendar-page .event-container .event .calendar_form textarea.select-style[size],
.body-classifieds .classified-interior form .form-group input.select-style[size],
.select-style.form-control[multiple],
.calendar-page .event-container .event .calendar_form input.select-style[multiple],
.calendar-page .event-container .event .calendar_form textarea.select-style[multiple],
.body-classifieds .classified-interior form .form-group input.select-style[multiple] {
  height: auto;
}

textarea.form-control,
.calendar-page .event-container .event .calendar_form textarea {
  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: #858585;
}

.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, .was-validated .calendar-page .event-container .event .calendar_form input:valid, .calendar-page .event-container .event .calendar_form .was-validated input:valid,
.was-validated .calendar-page .event-container .event .calendar_form textarea:valid, .calendar-page .event-container .event .calendar_form .was-validated textarea:valid, .was-validated .body-classifieds .classified-interior form .form-group input:valid, .body-classifieds .classified-interior form .form-group .was-validated input:valid, .form-control.is-valid, .calendar-page .event-container .event .calendar_form input.is-valid,
.calendar-page .event-container .event .calendar_form textarea.is-valid, .body-classifieds .classified-interior form .form-group input.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, .was-validated .calendar-page .event-container .event .calendar_form input:valid:focus, .calendar-page .event-container .event .calendar_form .was-validated input:valid:focus,
.was-validated .calendar-page .event-container .event .calendar_form textarea:valid:focus, .calendar-page .event-container .event .calendar_form .was-validated textarea:valid:focus, .was-validated .body-classifieds .classified-interior form .form-group input:valid:focus, .body-classifieds .classified-interior form .form-group .was-validated input:valid:focus, .form-control.is-valid:focus, .calendar-page .event-container .event .calendar_form input.is-valid:focus,
.calendar-page .event-container .event .calendar_form textarea.is-valid:focus, .body-classifieds .classified-interior form .form-group input.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 .calendar-page .event-container .event .calendar_form input:valid ~ .valid-feedback, .calendar-page .event-container .event .calendar_form .was-validated input:valid ~ .valid-feedback, .was-validated .calendar-page .event-container .event .calendar_form textarea:valid ~ .valid-feedback, .calendar-page .event-container .event .calendar_form .was-validated textarea:valid ~ .valid-feedback, .was-validated .body-classifieds .classified-interior form .form-group input:valid ~ .valid-feedback, .body-classifieds .classified-interior form .form-group .was-validated input:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .calendar-page .event-container .event .calendar_form input:valid ~ .valid-tooltip,
.calendar-page .event-container .event .calendar_form .was-validated input:valid ~ .valid-tooltip,
.was-validated .calendar-page .event-container .event .calendar_form textarea:valid ~ .valid-tooltip,
.calendar-page .event-container .event .calendar_form .was-validated textarea:valid ~ .valid-tooltip,
.was-validated .body-classifieds .classified-interior form .form-group input:valid ~ .valid-tooltip,
.body-classifieds .classified-interior form .form-group .was-validated input:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .calendar-page .event-container .event .calendar_form input.is-valid ~ .valid-feedback, .calendar-page .event-container .event .calendar_form textarea.is-valid ~ .valid-feedback, .body-classifieds .classified-interior form .form-group input.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.calendar-page .event-container .event .calendar_form input.is-valid ~ .valid-tooltip,
.calendar-page .event-container .event .calendar_form textarea.is-valid ~ .valid-tooltip,
.body-classifieds .classified-interior form .form-group input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
.was-validated .calendar-page .event-container .event .calendar_form textarea:valid, .calendar-page .event-container .event .calendar_form .was-validated textarea:valid, textarea.form-control.is-valid,
.calendar-page .event-container .event .calendar_form textarea.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='%23333' 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") #fff 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, .was-validated .calendar-page .event-container .event .calendar_form input:invalid, .calendar-page .event-container .event .calendar_form .was-validated input:invalid,
.was-validated .calendar-page .event-container .event .calendar_form textarea:invalid, .calendar-page .event-container .event .calendar_form .was-validated textarea:invalid, .was-validated .body-classifieds .classified-interior form .form-group input:invalid, .body-classifieds .classified-interior form .form-group .was-validated input:invalid, .form-control.is-invalid, .calendar-page .event-container .event .calendar_form input.is-invalid,
.calendar-page .event-container .event .calendar_form textarea.is-invalid, .body-classifieds .classified-interior form .form-group input.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, .was-validated .calendar-page .event-container .event .calendar_form input:invalid:focus, .calendar-page .event-container .event .calendar_form .was-validated input:invalid:focus,
.was-validated .calendar-page .event-container .event .calendar_form textarea:invalid:focus, .calendar-page .event-container .event .calendar_form .was-validated textarea:invalid:focus, .was-validated .body-classifieds .classified-interior form .form-group input:invalid:focus, .body-classifieds .classified-interior form .form-group .was-validated input:invalid:focus, .form-control.is-invalid:focus, .calendar-page .event-container .event .calendar_form input.is-invalid:focus,
.calendar-page .event-container .event .calendar_form textarea.is-invalid:focus, .body-classifieds .classified-interior form .form-group input.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 .calendar-page .event-container .event .calendar_form input:invalid ~ .invalid-feedback, .calendar-page .event-container .event .calendar_form .was-validated input:invalid ~ .invalid-feedback, .was-validated .calendar-page .event-container .event .calendar_form textarea:invalid ~ .invalid-feedback, .calendar-page .event-container .event .calendar_form .was-validated textarea:invalid ~ .invalid-feedback, .was-validated .body-classifieds .classified-interior form .form-group input:invalid ~ .invalid-feedback, .body-classifieds .classified-interior form .form-group .was-validated input:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .calendar-page .event-container .event .calendar_form input:invalid ~ .invalid-tooltip,
.calendar-page .event-container .event .calendar_form .was-validated input:invalid ~ .invalid-tooltip,
.was-validated .calendar-page .event-container .event .calendar_form textarea:invalid ~ .invalid-tooltip,
.calendar-page .event-container .event .calendar_form .was-validated textarea:invalid ~ .invalid-tooltip,
.was-validated .body-classifieds .classified-interior form .form-group input:invalid ~ .invalid-tooltip,
.body-classifieds .classified-interior form .form-group .was-validated input:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .calendar-page .event-container .event .calendar_form input.is-invalid ~ .invalid-feedback, .calendar-page .event-container .event .calendar_form textarea.is-invalid ~ .invalid-feedback, .body-classifieds .classified-interior form .form-group input.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.calendar-page .event-container .event .calendar_form input.is-invalid ~ .invalid-tooltip,
.calendar-page .event-container .event .calendar_form textarea.is-invalid ~ .invalid-tooltip,
.body-classifieds .classified-interior form .form-group input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
.was-validated .calendar-page .event-container .event .calendar_form textarea:invalid, .calendar-page .event-container .event .calendar_form .was-validated textarea:invalid, textarea.form-control.is-invalid,
.calendar-page .event-container .event .calendar_form textarea.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='%23333' 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") #fff 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, .form-inline .calendar-page .event-container .event .calendar_form input, .calendar-page .event-container .event .calendar_form .form-inline input,
  .form-inline .calendar-page .event-container .event .calendar_form textarea, .calendar-page .event-container .event .calendar_form .form-inline textarea, .form-inline .body-classifieds .classified-interior form .form-group input, .body-classifieds .classified-interior form .form-group .form-inline input {
    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;
  }
}

@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: #e0e0e0;
}

.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-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #333;
  border-color: #e0e0e0;
}

@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: #e0e0e0;
  display: block;
  border-radius: 45px;
  position: relative;
}

.switch label:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -5px;
  width: 28px;
  height: 28px;
  background: #fff;
  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 #e0e0e0;
  border-radius: 100%;
  background: #fff;
  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: #fff;
  border-color: #97c8f0;
}

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

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 #e0e0e0;
  background: #fff;
  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: #97c8f0;
  border-color: #97c8f0;
  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;
}

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

.tag-input-container .tag-button-container {
  border: 1px solid #e0e0e0;
  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: #4a729d;
  color: #fff;
  border-radius: 30px;
  border: 0 none;
  padding: 7px 10px;
  cursor: pointer !important;
  transition: background-color 0.3s ease 0s;
}

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

.tag-input:hover {
  background-color: #75a9d3;
  color: #fff;
  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: #4a729d;
}

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

.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: #fff;
}

.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: var(--bread-crumbs-1-border-color);
}

.bread-cumbs .stage {
  display: inline-block;
  width: var(--bread-crumbs-1-breadcrumb-size);
  height: var(--bread-crumbs-1-breadcrumb-size);
  font-size: var(--bread-crumbs-1-font-size);
  line-height: var(--bread-crumbs-1-font-size)1px;
  overflow: hidden;
  background-color: var(--bread-crumbs-1-bg);
  color: var(--bread-crumbs-1-bg-alt);
  border: 2px solid var(--bread-crumbs-1-border-color);
  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: var(--bread-crumbs-1-completed-bg);
  color: var(--bread-crumbs-1-completed-bg-alt);
  border-color: var(--bread-crumbs-1-completed-bg);
  background-image: url("https://static2.apts247.info/images/shared/check-white.png");
  background-size: var(--bread-crumbs-1-breadcrumb-size)/23px;
  background-repeat: no-repeat;
  background-position: center;
}

.image-upload-preview-1 #image-form {
  position: relative;
  padding: 10px;
  border: 1px solid #e0e0e0;
  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 #e0e0e0;
  background: #f0f0f0;
}

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

.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 #e0e0e0;
  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: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
}

@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: var(--color2);
  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: var(--color2-hover);
  transition: background-color .3s ease;
}

.bfb-plus:before {
  content: '';
  width: 2px;
  height: 20px;
  display: inline-block;
  background-color: var(--color2-alt);
  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: var(--color2-alt);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
}

.bfb-plus {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  background: var(--color2);
  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: var(--color2-hover);
  transition: background-color .3s ease;
}

.bfb-plus:before {
  content: '';
  width: 2px;
  height: 20px;
  display: inline-block;
  background-color: var(--color2-alt);
  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: var(--color2-alt);
  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;
  }
}

:root {
  --animated-headline-overlay-button-bg: #fff;
  --animated-headline-button-bg: #fff;
  --animated-headline-button-bg-alt: #333;
  --animated-headline-overlay-button-bg-alt: #fff;
  --animated-headline-overlay-button-accent: #75a9d3;
  --animated-headline-overlay-button-accent-alt: #fff;
  --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;
  --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:  #4a729d;
  --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: #fff;
  --scroll-to-top-btn-svg-path-stroke: transparent;
}

.bfb-plus {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  background: #4a729d;
  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: #75a9d3;
  transition: background-color .3s ease;
}

.bfb-plus:before {
  content: '';
  width: 2px;
  height: 20px;
  display: inline-block;
  background-color: #fff;
  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: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
}

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

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

.button-style-1, .submit-group.has-breadcrumbs .btn-back, .btn, .body-classifieds .btn-primary, .body-classifieds .btn.login, .body-classifieds .btn.all, .body-classifieds .btn.filter, .body-classifieds .btn.new, #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: #e7e7e7;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  background: #e7e7e7;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-property: box-shadow, transform;
  transition-duration: .3s;
}

.button-style-1:hover, .submit-group.has-breadcrumbs .btn-back:hover, .btn:hover, .body-classifieds .btn-primary:hover, .body-classifieds .btn.login:hover, .body-classifieds .btn.all:hover, .body-classifieds .btn.filter:hover, .body-classifieds .btn.new: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: #fff;
}

.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: #4a729d;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  background: #4a729d;
  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: #fff;
}

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

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

.button-style-success, .body-classifieds .classified-interior form input[type="submit"] {
  padding: 10px 40px;
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
  background: #82BC00;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  position: relative;
  width: auto;
  display: inline-block;
  background: #82BC00;
  color: #fff;
  z-index: 1;
}

.button-style-success:hover, .body-classifieds .classified-interior form input:hover[type="submit"] {
  color: #fdfdfd;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button-style-success:after, .body-classifieds .classified-interior form input[type="submit"]:after, .button-style-success:before, .body-classifieds .classified-interior form input[type="submit"]:before {
  background: #82BC00;
  content: '';
  height: 50%;
  width: 100%;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.button-style-success:after, .body-classifieds .classified-interior form input[type="submit"]:after {
  left: 0;
  right: auto;
  bottom: 0;
}

.button-style-success:hover:after, .body-classifieds .classified-interior form input[type="submit"]:hover:after {
  width: 0;
  right: 0;
  left: auto;
}

.button-style-success:before, .body-classifieds .classified-interior form input[type="submit"]:before {
  top: 0;
  left: auto;
  right: 0;
}

.button-style-success:hover:before, .body-classifieds .classified-interior form input[type="submit"]:hover:before {
  width: 0%;
  left: 0;
  right: auto;
}

.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: #fff;
  border-radius: 0;
  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: #fff;
}

.button-style-danger, .body-classifieds .btn.logout, .body-classifieds .btn.delete, .body-classifieds .classified-interior form .cancel {
  padding: 10px 40px;
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
  background: #FF5252;
  color: #fff;
  border-radius: 0;
  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, .body-classifieds .btn.logout:hover, .body-classifieds .btn.delete:hover, .body-classifieds .classified-interior form .cancel:hover {
  text-decoration: none;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  color: #fff;
}

.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: #fff;
  border-radius: 0;
  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: #fff;
}

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

*,
*::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(51, 51, 51, 0);
}

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

@font-face {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  color: #333;
  text-align: left;
  background-color: #f7f7f9;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

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

@media screen and (min-width: 768) {
  body {
    font-size: calc(18px + (27 - strip-units(23px)) * ((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: #5c5c5c;
  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: #4a729d;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #fff;
  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: #333;
}

.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: #e3e3e5;
  position: relative;
}

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

.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: #f7f7f9;
  border-top: 4px solid #4a729d;
  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(#333, 70%);
}

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

#chat_form_div {
  text-align: left;
  background: #f7f7f9;
  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(#333, 20%);
  display: inline-block;
  color: #333;
}

@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: #4a729d;
}

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

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

@media screen and (min-width: 768) {
  #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 10px 18px rgba(0, 0, 0, 0.5);
}

#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: 768) {
  #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: #292929;
  text-align: inherit;
}

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

.list-group-item-action:active {
  color: #fff;
  background-color: #4a729d;
}

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

.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: #5c5c5c;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #4a729d;
  border-color: #5c80a7;
}

.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: 700;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: calc((1.5*1em) + (2.5 - 1) * ((100vw - 300px)/(1600 - 300)));
  font-size: calc(18px + (27 - strip-units(23px)) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Open Sans", 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: 700;
}

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: #97c8f0;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #00674A;
  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 #e0e0e0;
}

.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: #333;
}

.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: "Open Sans", sans-serif;
  font-weight: 400;
}

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

@media screen and (min-width: 768) {
  .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: #333;
  font-family: "Open Sans", sans-serif;
}

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

@media screen and (min-width: 768) {
  .required:before {
    font-size: calc(18px + (27 - strip-units(23px)) * ((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: "Open Sans", sans-serif;
}

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

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

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

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

@media screen and (min-width: 768) {
  .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 #333;
  border-top: 2px solid #333;
  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 #333;
  border-top: 2px solid #333;
  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, .calendar-page .event-container .event .calendar_form input,
.calendar-page .event-container .event .calendar_form textarea, .body-classifieds .classified-interior form .form-group input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #333 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  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, .calendar-page .event-container .event .calendar_form input,
  .calendar-page .event-container .event .calendar_form textarea, .body-classifieds .classified-interior form .form-group input {
    transition: none;
  }
}

.form-control::-ms-expand, .calendar-page .event-container .event .calendar_form input::-ms-expand,
.calendar-page .event-container .event .calendar_form textarea::-ms-expand, .body-classifieds .classified-interior form .form-group input::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus, .calendar-page .event-container .event .calendar_form input:focus,
.calendar-page .event-container .event .calendar_form textarea:focus, .body-classifieds .classified-interior form .form-group input:focus {
  color: #333;
  background-color: #fff;
  border-color: #d6e5f2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(117, 169, 211, 0.25);
}

.form-control::placeholder, .calendar-page .event-container .event .calendar_form input::placeholder,
.calendar-page .event-container .event .calendar_form textarea::placeholder, .body-classifieds .classified-interior form .form-group input::placeholder {
  color: #707070;
  opacity: 1;
}

.form-control:disabled, .calendar-page .event-container .event .calendar_form input:disabled,
.calendar-page .event-container .event .calendar_form textarea:disabled, .body-classifieds .classified-interior form .form-group input:disabled, .form-control[readonly], .calendar-page .event-container .event .calendar_form input[readonly],
.calendar-page .event-container .event .calendar_form textarea[readonly], .body-classifieds .classified-interior form .form-group input[readonly] {
  background-color: #c2c2c2;
  opacity: 1;
}

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

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

.col-form-label, .calendar-page .event-container .event .calendar_form {
  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: #474747;
  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],
.calendar-page .event-container .event .calendar_form input.select-style[size],
.calendar-page .event-container .event .calendar_form textarea.select-style[size],
.body-classifieds .classified-interior form .form-group input.select-style[size],
.select-style.form-control[multiple],
.calendar-page .event-container .event .calendar_form input.select-style[multiple],
.calendar-page .event-container .event .calendar_form textarea.select-style[multiple],
.body-classifieds .classified-interior form .form-group input.select-style[multiple] {
  height: auto;
}

textarea.form-control,
.calendar-page .event-container .event .calendar_form textarea {
  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: #858585;
}

.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, .was-validated .calendar-page .event-container .event .calendar_form input:valid, .calendar-page .event-container .event .calendar_form .was-validated input:valid,
.was-validated .calendar-page .event-container .event .calendar_form textarea:valid, .calendar-page .event-container .event .calendar_form .was-validated textarea:valid, .was-validated .body-classifieds .classified-interior form .form-group input:valid, .body-classifieds .classified-interior form .form-group .was-validated input:valid, .form-control.is-valid, .calendar-page .event-container .event .calendar_form input.is-valid,
.calendar-page .event-container .event .calendar_form textarea.is-valid, .body-classifieds .classified-interior form .form-group input.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, .was-validated .calendar-page .event-container .event .calendar_form input:valid:focus, .calendar-page .event-container .event .calendar_form .was-validated input:valid:focus,
.was-validated .calendar-page .event-container .event .calendar_form textarea:valid:focus, .calendar-page .event-container .event .calendar_form .was-validated textarea:valid:focus, .was-validated .body-classifieds .classified-interior form .form-group input:valid:focus, .body-classifieds .classified-interior form .form-group .was-validated input:valid:focus, .form-control.is-valid:focus, .calendar-page .event-container .event .calendar_form input.is-valid:focus,
.calendar-page .event-container .event .calendar_form textarea.is-valid:focus, .body-classifieds .classified-interior form .form-group input.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 .calendar-page .event-container .event .calendar_form input:valid ~ .valid-feedback, .calendar-page .event-container .event .calendar_form .was-validated input:valid ~ .valid-feedback, .was-validated .calendar-page .event-container .event .calendar_form textarea:valid ~ .valid-feedback, .calendar-page .event-container .event .calendar_form .was-validated textarea:valid ~ .valid-feedback, .was-validated .body-classifieds .classified-interior form .form-group input:valid ~ .valid-feedback, .body-classifieds .classified-interior form .form-group .was-validated input:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .calendar-page .event-container .event .calendar_form input:valid ~ .valid-tooltip,
.calendar-page .event-container .event .calendar_form .was-validated input:valid ~ .valid-tooltip,
.was-validated .calendar-page .event-container .event .calendar_form textarea:valid ~ .valid-tooltip,
.calendar-page .event-container .event .calendar_form .was-validated textarea:valid ~ .valid-tooltip,
.was-validated .body-classifieds .classified-interior form .form-group input:valid ~ .valid-tooltip,
.body-classifieds .classified-interior form .form-group .was-validated input:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .calendar-page .event-container .event .calendar_form input.is-valid ~ .valid-feedback, .calendar-page .event-container .event .calendar_form textarea.is-valid ~ .valid-feedback, .body-classifieds .classified-interior form .form-group input.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.calendar-page .event-container .event .calendar_form input.is-valid ~ .valid-tooltip,
.calendar-page .event-container .event .calendar_form textarea.is-valid ~ .valid-tooltip,
.body-classifieds .classified-interior form .form-group input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
.was-validated .calendar-page .event-container .event .calendar_form textarea:valid, .calendar-page .event-container .event .calendar_form .was-validated textarea:valid, textarea.form-control.is-valid,
.calendar-page .event-container .event .calendar_form textarea.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='%23333' 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") #fff 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, .was-validated .calendar-page .event-container .event .calendar_form input:invalid, .calendar-page .event-container .event .calendar_form .was-validated input:invalid,
.was-validated .calendar-page .event-container .event .calendar_form textarea:invalid, .calendar-page .event-container .event .calendar_form .was-validated textarea:invalid, .was-validated .body-classifieds .classified-interior form .form-group input:invalid, .body-classifieds .classified-interior form .form-group .was-validated input:invalid, .form-control.is-invalid, .calendar-page .event-container .event .calendar_form input.is-invalid,
.calendar-page .event-container .event .calendar_form textarea.is-invalid, .body-classifieds .classified-interior form .form-group input.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, .was-validated .calendar-page .event-container .event .calendar_form input:invalid:focus, .calendar-page .event-container .event .calendar_form .was-validated input:invalid:focus,
.was-validated .calendar-page .event-container .event .calendar_form textarea:invalid:focus, .calendar-page .event-container .event .calendar_form .was-validated textarea:invalid:focus, .was-validated .body-classifieds .classified-interior form .form-group input:invalid:focus, .body-classifieds .classified-interior form .form-group .was-validated input:invalid:focus, .form-control.is-invalid:focus, .calendar-page .event-container .event .calendar_form input.is-invalid:focus,
.calendar-page .event-container .event .calendar_form textarea.is-invalid:focus, .body-classifieds .classified-interior form .form-group input.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 .calendar-page .event-container .event .calendar_form input:invalid ~ .invalid-feedback, .calendar-page .event-container .event .calendar_form .was-validated input:invalid ~ .invalid-feedback, .was-validated .calendar-page .event-container .event .calendar_form textarea:invalid ~ .invalid-feedback, .calendar-page .event-container .event .calendar_form .was-validated textarea:invalid ~ .invalid-feedback, .was-validated .body-classifieds .classified-interior form .form-group input:invalid ~ .invalid-feedback, .body-classifieds .classified-interior form .form-group .was-validated input:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .calendar-page .event-container .event .calendar_form input:invalid ~ .invalid-tooltip,
.calendar-page .event-container .event .calendar_form .was-validated input:invalid ~ .invalid-tooltip,
.was-validated .calendar-page .event-container .event .calendar_form textarea:invalid ~ .invalid-tooltip,
.calendar-page .event-container .event .calendar_form .was-validated textarea:invalid ~ .invalid-tooltip,
.was-validated .body-classifieds .classified-interior form .form-group input:invalid ~ .invalid-tooltip,
.body-classifieds .classified-interior form .form-group .was-validated input:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .calendar-page .event-container .event .calendar_form input.is-invalid ~ .invalid-feedback, .calendar-page .event-container .event .calendar_form textarea.is-invalid ~ .invalid-feedback, .body-classifieds .classified-interior form .form-group input.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.calendar-page .event-container .event .calendar_form input.is-invalid ~ .invalid-tooltip,
.calendar-page .event-container .event .calendar_form textarea.is-invalid ~ .invalid-tooltip,
.body-classifieds .classified-interior form .form-group input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
.was-validated .calendar-page .event-container .event .calendar_form textarea:invalid, .calendar-page .event-container .event .calendar_form .was-validated textarea:invalid, textarea.form-control.is-invalid,
.calendar-page .event-container .event .calendar_form textarea.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='%23333' 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") #fff 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, .form-inline .calendar-page .event-container .event .calendar_form input, .calendar-page .event-container .event .calendar_form .form-inline input,
  .form-inline .calendar-page .event-container .event .calendar_form textarea, .calendar-page .event-container .event .calendar_form .form-inline textarea, .form-inline .body-classifieds .classified-interior form .form-group input, .body-classifieds .classified-interior form .form-group .form-inline input {
    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: #e0e0e0;
}

.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: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 27px;
  background: #fff;
  color: #333;
  border-color: #e0e0e0;
}

@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: #e0e0e0;
  display: block;
  border-radius: 45px;
  position: relative;
}

.switch label:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -5px;
  width: 28px;
  height: 28px;
  background: #fff;
  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 #e0e0e0;
  border-radius: 100%;
  background: #fff;
  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: #fff;
  border-color: #97c8f0;
}

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

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 #e0e0e0;
  background: #fff;
  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: #97c8f0;
  border-color: #97c8f0;
  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 #e0e0e0;
  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: #4a729d;
  color: #fff;
  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: #fff;
}

.tag-input:hover {
  background-color: #75a9d3;
  color: #fff;
  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: #4a729d;
}

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

.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: #fff;
}

.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: #e0e0e0;
}

.bread-cumbs .stage {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 15px;
  line-height: 16px;
  overflow: hidden;
  background-color: #fff;
  color: #333;
  border: 2px solid #e0e0e0;
  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: #fff;
  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 #e0e0e0;
  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 #e0e0e0;
  background: #f0f0f0;
}

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

.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 #e0e0e0;
  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: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
}

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

@media screen and (min-width: 768) {
  .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: #f7f7f9;
  --loader-color-2: #e7e7e7;
}

.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: #fff;
  --animated-headline-button-bg: #fff;
  --animated-headline-button-bg-alt: #333;
  --animated-headline-overlay-button-bg-alt: #fff;
  --animated-headline-overlay-button-accent: #75a9d3;
  --animated-headline-overlay-button-accent-alt: #fff;
  --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: #fff;
  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: #75a9d3;
}

#animated-headline.headline-slide .front .button-contain-exclaim .exclaimation-text #info-svg .stroke {
  fill: none;
  stroke: #75a9d3;
  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: #333;
  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: #fff;
  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: #75a9d3;
}

#animated-headline.headline-flipup .front .button-contain-exclaim .exclaimation-text #info-svg .stroke {
  fill: none;
  stroke: #75a9d3;
  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: #333;
  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: #fff;
  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: #75a9d3;
}

#animated-headline.headline-fadein .front .button-contain-exclaim .exclaimation-text #info-svg .stroke {
  fill: none;
  stroke: #75a9d3;
  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: #333;
  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: #fff;
  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: #75a9d3;
}

#animated-headline.headline-push .front .button-contain-exclaim .exclaimation-text #info-svg .stroke {
  fill: none;
  stroke: #75a9d3;
  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: #333;
  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: #75a9d3;
  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 #fff;
  z-index: 2;
  position: relative;
  color: #333;
  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: #fff;
  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: #fff;
}

#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: #fff;
  stroke-miterlimit: 10;
}

#animated-headline .headline-close {
  background: #fff;
  color: #333;
  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: #f7f7f9;
  border-top: 4px solid #4a729d;
  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(#333, 70%);
}

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

#chat_form_div {
  text-align: left;
  background: #f7f7f9;
  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(#333, 20%);
  display: inline-block;
  color: #333;
}

@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: #4a729d;
}

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

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

.bfb-plus {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  background: #4a729d;
  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: #75a9d3;
  transition: background-color .3s ease;
}

.bfb-plus:before {
  content: '';
  width: 2px;
  height: 20px;
  display: inline-block;
  background-color: #fff;
  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: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
}

.bfb-plus {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  background: #4a729d;
  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: #75a9d3;
  transition: background-color .3s ease;
}

.bfb-plus:before {
  content: '';
  width: 2px;
  height: 20px;
  display: inline-block;
  background-color: #fff;
  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: #fff;
  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:  #4a729d;
  --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: #fff;
  --scroll-to-top-btn-svg-path-stroke: transparent;
}

@media only screen and (min-width: 1400px) {
  .menu-style-1 .main-navigation {
    height: 100vh;
  }
  .menu-style-1 .main-navigation .menu-info-1 {
    margin: auto;
    width: 80%;
  }
  .menu-style-1 .main-navigation .menu-info-3 .info-group img {
    width: 20vw;
    height: 20vw;
  }
}

@media screen and (max-width: 1400px) {
  .dropdown-menu-style-one.menu-style-1.active .dropdown-content > .column-1 {
    margin-bottom: 0;
  }
}

.body-no-scroll {
  overflow: hidden;
}

.navbar-style-4 {
  background: var(--nav-bg);
  padding: 0 2.5%;
}

.navbar-style-4 .navbar-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-style-4 .navbar-main .nav-group-1 {
  width: 30%;
}

@media only screen and (max-width: 1023px) {
  .navbar-style-4 .navbar-main .nav-group-1 {
    display: none;
  }
}

.navbar-style-4 .navbar-main .nav-group-1 .navbar-menu-item-1 {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.navbar-style-4 .navbar-main .nav-group-1 .navbar-menu-item-1 svg {
  width: 24px;
  margin-right: 10px;
}

.navbar-style-4 .navbar-main .nav-group-1 .navbar-menu-item-1 address {
  margin-bottom: 0;
}

.navbar-style-4 .navbar-main .nav-group-1 .navbar-menu-item-1 address span {
  color: var(--navbar-address-color);
}

.navbar-style-4 .navbar-main .nav-group-1 .navbar-menu-item-2 {
  display: flex;
  align-items: center;
}

.navbar-style-4 .navbar-main .nav-group-1 .navbar-menu-item-2 svg {
  width: 24px;
  margin-right: 11px;
}

.navbar-style-4 .navbar-main .nav-group-1 .navbar-menu-item-2 a span {
  color: var(--navbar-phone-color);
}

.navbar-style-4 .navbar-main .nav-group-1 .menu-accent-text {
  position: relative;
}

.navbar-style-4 .navbar-main .nav-group-1 .menu-accent-text:hover span {
  color: var(--navbar-phone-color-hover);
}

.navbar-style-4 .navbar-main .nav-group-1 .menu-accent-text .api-phone .phone-link {
  color: var(--navbar-phone-color);
}

.navbar-style-4 .navbar-main .nav-group-1 .menu-accent-text .api-phone .phone-link:hover {
  color: var(--navbar-phone-color-hover);
}

.navbar-style-4 .navbar-main .logo {
  max-height: var(--navbar-logo-max-height);
  max-width: var(--navbar-logo-max-width);
  padding: 20px;
}

.navbar-style-4 .navbar-main .logo svg {
  height: 100%;
  width: 100%;
}

.navbar-style-4 .navbar-main .nav-group-2 {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navbar-style-4 .navbar-main .nav-group-2 .navbar-menu-item {
  margin-right: 10px;
}

@media only screen and (max-width: 1023px) {
  .navbar-style-4 .navbar-main .nav-group-2 .navbar-menu-item {
    display: none;
  }
}

.navbar-style-4 .navbar-main .nav-group-2 .cta-content a span {
  color: var(--navbar-apply-link-color);
}

.navbar-style-4 .navbar-main .nav-group-2 .nav-social-links .sm-icon {
  max-width: 30px;
  max-height: 30px;
}

.navbar-style-4 .navbar-main .nav-group-2 .nav-social-links .sm-icon a {
  height: 30px;
  width: 30px;
}

.navbar-style-4 .navbar-main .nav-group-2 .nav-social-links .sm-icon a svg {
  width: 30px;
  height: 30px;
}

.main-navigation {
  background: var(--navbar-bg);
}

@media only screen and (max-width: 1023px) {
  .main-navigation {
    display: none;
  }
}

.main-navigation .links-group {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
}

.main-navigation .links-group .menu-item {
  padding: 12px;
  position: relative;
}

.main-navigation .links-group .menu-item:before {
  top: 0;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--navbar-link-bg-hover-alt);
  color: var(--navbar-link-color-hover);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease-in-out;
}

.main-navigation .links-group .menu-item:hover:before {
  transform: scaleY(1);
}

.main-navigation .links-group .menu-item .link {
  text-decoration: none;
  color: var(--navbar-link-color);
  padding: 5px;
  font-family: var(--navbar-font-family);
}

.hamburger {
  z-index: 30;
  position: relative;
  background: transparent;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
}

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

.hamburger:not(.active) {
  background: var(--hamburger-bg);
}

.hamburger:focus {
  outline: none;
}

.hamburger[aria-expanded="true"] .hamburger-line-group .line:nth-of-type(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.hamburger[aria-expanded="true"] .hamburger-line-group .line:nth-of-type(2) {
  transform: scale(0);
}

.hamburger[aria-expanded="true"] .hamburger-line-group .line:nth-of-type(3) {
  transform: rotate(-45deg) translate(7px, -8px);
}

.hamburger .hamburger-text {
  display: inline-block;
  margin-left: 13px;
  margin-right: 10px;
  text-transform: var(--hamburger-text-transform);
  color: var(--hamburger-line-color);
}

.hamburger .line {
  width: 38px;
  height: 3px;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
  background-color: var(--hamburger-line-color);
  transform: rotate(0) translate(0, 0) scale(1);
  transition: transform 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger.active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg);
  position: absolute;
  top: 30px;
  left: 40px;
}

@media screen and (max-width: 767px) {
  .hamburger.active {
    background: var(--navbar-active-bg);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    top: 8px;
    right: 10px;
  }
}

.hamburger.active .line {
  background-color: var(--navbar-active-bg-alt);
}

.hamburger.active .line:nth-child(2) {
  width: 0px;
}

.hamburger.active .line:nth-child(1), .hamburger.active .line:nth-child(3) {
  transition-delay: 0.3s;
  width: 34px;
}

.hamburger.active .line:nth-child(1) {
  transform: translateY(11px);
  transform-origin: center;
}

.hamburger.active .line:nth-child(3) {
  transform: translateY(-11px) rotate(90deg);
  transform-origin: center;
}

:root {
  --nav-bg: #f7f7f9;
  --nav-bg-alt: #333;
  --hamburger-line-color: #333;
  --hamburger-line-width: 38px;
  --hamburger-line-height: 5px;
  --hamburger-bg: #e7e7e7;
  --navbar-bg: #4a729d;
  --navbar-address-color: #333;
  --navbar-phone-color: #333;
  --navbar-phone-color-hover: #4a729d;
  --navbar-apply-link-color: #333;
  --navbar-link-color: #fff;
  --navbar-address-icon: #4a729d;
  --navbar-phone-icon: #4a729d;
  --navbar-link-bg-hover-alt: #4a729d;
  --navbar-link-color-hover: #fff;
  --navbar-logo-max-height: 150px;
  --navbar-logo-max-width: 300px;
  --navbar-font-family: Questrial, sans-serif;
  --animated-headline-overlay-button-bg: #fff;
  --animated-headline-button-bg: #fff;
  --animated-headline-button-bg-alt: #333;
  --animated-headline-overlay-button-bg-alt: #fff;
  --animated-headline-overlay-button-accent: #75a9d3;
  --animated-headline-overlay-button-accent-alt: #fff;
  --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;
}

.menu-style-1 {
  display: none;
}

:root {
  --nav-bg: #f7f7f9;
  --nav-bg-alt: #333;
  --hamburger-line-color: #333;
  --hamburger-line-width: 38px;
  --hamburger-line-height: 5px;
  --hamburger-bg: #e7e7e7;
  --navbar-bg: #4a729d;
  --navbar-address-color: #333;
  --navbar-phone-color: #333;
  --navbar-phone-color-hover: #4a729d;
  --navbar-apply-link-color: #333;
  --navbar-link-color: #fff;
  --navbar-address-icon: #4a729d;
  --navbar-phone-icon: #4a729d;
  --navbar-link-bg-hover-alt: #4a729d;
  --navbar-link-color-hover: #fff;
  --navbar-logo-max-height: 150px;
  --navbar-logo-max-width: 300px;
  --navbar-font-family: Questrial, sans-serif;
  --menu-font-line-height-calc: 2.5;
  --menu-font-size-calc:calc(26px + (36 - 26) * ((100vw - 300px) / (1600 - 300)));
  --menu-font-size-calc-mobile: calc(20px + (35 - 15) * ((100vw - 300px) / (1600 - 300)));
  --menu-secondary-font-line-height-calc: calc((1.5*1em) + (2.5 - 1) * ((100vw - 300px)/(1600 - 300)));
  --menu-secondary-font-size-calc: calc(22px + (33 - 24) * ((100vw - 300px) / (1600 - 300)));
  --menu-secondary-font-size-calc-mobile: calc(20px + (35 - 15) * ((100vw - 300px) / (1600 - 300)));
  --menu-bg: #75a9d3;
  --menu-bg-alt: #fff;
  --menu-bg-alt-accent: #e7e7e7;
  --menu-font-weight: inherit;
  --menu-font-family: Open Sans, sans-serif;
  --menu-sidebar-bg: #4a729d;
  --menu-sidebar-bg-alt: #fff;
  --menu-sidebar-bg-alt-hover: #edf1f5;
  --menu-logo-maxwidth: 250px;
  --menu-info-2-color: #fff;
  --menu-bg-hover: #4a729d;
  --menu-color: #fff;
  --base-bg: #f7f7f9;
  --base-bg-hover: #dadada;
  --base-bg-alt: #333;
  --base-bg-alt-hover: #00979C;
  --color1: #e7e7e7;
  --color1-hover: #AAAAAA;
  --color1-alt: #fff;
  --color1-alt-hover: #fdfdfd;
  --color2: #4a729d;
  --color2-hover: #75a9d3;
  --color2-alt: #fff;
  --color2-alt-hover: #edf1f5;
  --color3: #75a9d3;
  --color3-hover: #2D3549;
  --color3-alt: #fff;
  --color3-alt-hover: #f1f6fb;
  --color4: #97c8f0;
  --color4-hover: #00674A;
  --color4-alt: #fff;
  --color4-alt-hover: #fff;
  --next: #82BC00;
  --next-hover: #00674A;
  --next-alt: #fff;
  --info: #97c8f0;
  --info-hover: #75a9d3;
  --info-alt: #fff;
  --success: #82BC00;
  --success-hover: #6d9e0c;
  --success-alt: #fff;
  --danger: #FF5252;
  --danger-hover: #cc4803;
  --danger-alt: #fff;
  --component-active-bg: #75a9d3;
  --component-active-bg-alt: #fff;
  --text-box-bg: #fff;
  --text-box-bg-alt: #333;
  --text-box-link-color: #97c8f0;
  --text-box-link-color-hover: #00674A;
  --text-box-link-decoration: none;
  --text-box-link-decoration-hover: none;
  --text-box-bg-muted: #d6d6d6;
  --text-box-bg-alt-muted: #5c5c5c;
  --text-box-border-color: #e0e0e0;
  --text-box-accent: #4a729d;
  --text-box-accent-hover: #75a9d3;
  --text-box-accent-alt: #fff;
  --text-box-accent-border-color: #5c80a7;
  --text-muted: #858585;
  --light-border-color: #e0e0e0;
  --box-shadow: 0 10px 18px rgba(0, 0, 0, 0.5);
  --border-radius: 0.25rem;
  --border-radius-lg: 0.4rem;
  --border-width: 1px;
  --text-box-accent: #4a729d;
  --text-box-accent-hover: #75a9d3;
  --text-box-accent-alt: #fff;
  --text-box-border-color: #e0e0e0;
  --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: #fff;
  --next-hover: #00674A;
  --info: #97c8f0;
  --info-hover: #75a9d3;
  --info-alt: #fff;
  --success: #82BC00;
  --success-hover: #6d9e0c;
  --success-alt: #fff;
  --danger: #FF5252;
  --danger-hover: #cc4803;
  --danger-alt: #fff;
  --body-bg: #f7f7f9;
  --body-color: #333;
  --insidepage-bg: #e3e3e5;
  --insidepage-bg-alt: #333;
  --insidepage-bg-alt-accent: #e7e7e7;
  --border-radius-lg: 0.25rem;
  --border-radius-lg: 0.4rem;
  --border-radius-sm: 0.2rem;
  --header-font-family: Questrial, sans-serif;
  --header-font-bold-weight: 700;
  --subheader-font-family: Questrial, sans-serif;
  --subheader-font-bold-weight: 400;
  --menu-font-family: Open Sans, sans-serif;
  --menu-font-bold-weight: inherit;
  --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: 700;
  --headings-line-height: 1.2;
  --headings-color: ;
  --subheader-font-line-height: 1.5;
  --base-font-family: Open Sans, sans-serif;
  --font-weight-base: 400;
  --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: #333;
  --blockquote-small-font-size: 80%;
  --blockquote-font-size: 22.5px;
  --error-text-font-family: Open Sans, sans-serif;
  --dt-font-weight: 400;
  --body-bg: #f7f7f9;
  --body-color: #333;
  --sr-only-bg: #97c8f0;
  --sr-only-bg-alt: #fff;
  --insidepage-bg: #e3e3e5;
  --insidepage-bg-alt: #333;
  --table-cell-padding: 0.75rem;
  --table-caption-color: #5c5c5c;
  --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: Questrial, sans-serif;
  --header-font-size: 36px;
  --header-font-weight: 700;
  --subheader-font-family: Questrial, sans-serif;
  --subheader-font-size: 30px;
  --subheader-font-weight: 400;
  --menu-font-family: Open Sans, sans-serif;
  --menu-font-size: 20px;
  --menu-font-weight: inherit;
  --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 10px 18px rgba(0, 0, 0, 0.5);
  --border-radius: 0.25rem;
  --input-bg: #fff;
  --input-color: #333;
  --input-border-color: #e0e0e0;
  --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: 400;
  --footer-bg: #75a9d3;
  --footer-address-color: #fff;
  --footer-hours-color: #fff;
  --footer-address-color: #fff;
  --footer-phone-color-hover: #fdfdfd;
  --footer-office-hours-header-color: #fff;
  --footer-office-hours-color: #fff;
  --footer-sm-icon-color: #fff;
  --footer-link-color: #fff;
  --footer-link-color-hover: #fdfdfd;
  --footer-address-oh-border-color: #fff;
  --disclaimer-copyright-link-color: #f7f7f9;
  --disclaimer-bg: #4a729d;
  --disclaimer-link-color: #f7f7f9;
  --disclaimer-copyright-link-color-hover: #fdfdfd;
  --footer-icons-svg-fill: #f7f7f9;
  --footer-icons-svg-max-width: 20px;
  --button-overlay-style-1-bg: rgba(231, 231, 231, 0.8);
  --button-overlay-style-1-bg-hover: #e7e7e7;
  --button-overlay-style-1-bg-alt: #fff;
  --button-overlay-style-1-text-transform: none;
  --button-overlay-style-1-border: 4px solid #fff;
  --button-overlay-style-1-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.4);
  --button-overlay-style-1-text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  --button-overlay-style-1-font-family: Questrial, sans-serif;
  --button-overlay-style-1-breakpoint: 2000px;
  --button-overlay-style-1-border-radius: 40px;
  --button-overlay-style-1-text-transform: none;
  --amenity-list-header-underline: #4a729d;
  --nav-height: 90px;
  --disclaimer-link-hover-bg: #e7e7e7;
  --footer-link-hover-bg: #e7e7e7;
  --hpt-header-1-color: #75a9d3;
  --hpt-header-2-color: #333;
  --insidepage-padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  #footer .footer-column-group .footer-column-3 .list-unstyled.links-group {
    text-align: center;
  }
}

:root {
  --slideshow-overlay-bg: rgba(74, 114, 157, 0.8);
  --slideshow-overlay-bg-alt: #fff;
  --slideshow-overlay-header-1-font-family: Questrial, sans-serif;
  --slideshow-overlay-header-2-font-family: Open Sans, sans-serif;
  --slideshow-overlay-header-2-font-weight: normal;
  --cinemagraph-style-1-height: 56vw;
  --cinemagraph-style-1-width: 100vw;
  --quick-link-bg: #4a729d;
  --quick-link-text-color: #fdfdfd;
  --hp-amenities-icon: #fdfdfd;
  --hp-residents-icon: #fdfdfd;
  --hp-contact-icon: #fdfdfd;
  --quick-link-mobile-border: #333;
  --quick-link-bg-hover: #AAAAAA;
  --quick-link-height: auto;
  --hp-first-tile-bg-img: none;
  --hp-first-tile-bg-img-size: cover;
  --hp-first-tile-bg-img-repeat: no-repeat;
  --hp-first-tile-bg-img-position: bottom right;
  --hp-first-tile-max-width: 230px;
  --hp-first-tile-pseudo-bg: #222;
  --hp-first-tile-pseudo-opacity: 0.5;
  --hp-amenities-bg: #e7e7e7;
  --hp-amenities-bg-alt: #fff;
  --hp-amenities-icon: #fdfdfd;
  --hp-first-tile-bg: #4a729d;
  --hp-first-tile-bg-alt: #fff;
  --hp-first-tile-font-size: calc(18px + 2vw);
  --hp-apply-bg: #e7e7e7;
  --hp-apply-bg-alt: #333;
  --hp-apply-icon: #fff;
  --hp-apply-bg-hover: #4a729d;
  --hp-apply-bg-alt-hover: #fdfdfd;
  --hp-blog-bg: #e7e7e7;
  --hp-blog-bg-alt: #fff;
  --hp-blog-icon: #fff;
  --hp-contact-bg: #e7e7e7;
  --hp-contact-bg-alt: #fff;
  --hp-contact-icon: #fdfdfd;
  --hp-ebrochure-bg: #e7e7e7;
  --hp-ebrochure-bg-alt: #333;
  --hp-ebrochure-icon: #fff;
  --hp-ebrochure-bg-hover: #4a729d;
  --hp-ebrochure-bg-alt-hover: #fdfdfd;
  --hp-fp-bg: #75a9d3;
  --hp-fp-bg-alt: #fff;
  --hp-fp-icon: #fff;
  --hp-fp-bg-hover: #2D3549;
  --hp-fp-bg-alt-hover: #f1f6fb;
  --hp-hours-bg: #75a9d3;
  --hp-hours-bg-alt: #fff;
  --hp-hours-icon: #fff;
  --hp-hours-bg-hover: #2D3549;
  --hp-hours-bg-hover-alt: #f1f6fb;
  --hp-location-bg: #e7e7e7;
  --hp-location-bg-alt: #333;
  --hp-location-bg-hover: #4a729d;
  --hp-location-bg-hover-alt: #fdfdfd;
  --hp-location-icon: #fff;
  --hp-refer-bg: #e7e7e7;
  --hp-refer-bg-alt: #333;
  --hp-refer-icon: #fff;
  --hp-refer-bg-hover: #4a729d;
  --hp-refer-bg-hover-alt: #fdfdfd;
  --hp-residents-bg: #e7e7e7;
  --hp-residents-bg-alt: #fff;
  --hp-residents-icon: #fdfdfd;
  --tile-mp-popup-font: Open Sans, sans-serif;
  --hp-first-tile-font-size: calc(18px + 2vw);
  --tile-mp-popup-font-size: 18px;
  --tile-mp-popup-line-height: 0.9;
  --hp-container-bg: #f7f7f9;
}

body {
  overflow-x: hidden;
}

.application-page #main_header.header-style-one.sticky {
  position: static;
}

.application-page .insidepage {
  padding-top: 30px;
}

.calendar-page .calendar_holder .event-contain h4 {
  font-size: calc(16px + (35 - 31) * ((100vw - 300px) / (1600 - 300)));
}

.body-review #main_content #review_form_container input,
.body-review #main_content #review_form_container select,
.body-review #main_content #review_form_container textarea {
  height: calc(1.5em + 0.75rem + 5px);
}

#ebrochure_content .ebrochure-logo {
  display: none;
}

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

#amenity_page .header-text-style-3, #amenity_page .calendar-page .calendar_holder .calender_header h3, .calendar-page .calendar_holder .calender_header #amenity_page h3, #amenity_page #floorplan_list .bed-header h4, #floorplan_list .bed-header #amenity_page h4 {
  border-bottom: 3px solid var(--amenity-list-header-underline);
  margin-top: 20px;
  text-align: left;
}

#amenity_page .amenities-section-container.even {
  padding: 0;
}

#amenity_page .amenities-section-container.odd {
  padding: 4% 0;
}

@media screen and (min-width: 851px) {
  #blog_app_container .header-text-style-lined.left:after {
    content: '';
    position: relative;
    border: 2px solid #4a729d;
    width: calc(100% - 500px);
    height: 1px;
    display: inline-block;
  }
}

@media screen and (min-width: 851px) {
  #blog_app_container .header-text-style-lined.left .header-text {
    text-align: right;
    padding-right: 35px;
  }
}

@media screen and (min-width: 851px) {
  #blog_app_container .header-text-style-lined.right:before {
    content: '';
    position: relative;
    border: 2px solid #4a729d;
    width: calc(100% - 500px);
    height: 1px;
    display: inline-block;
  }
}

@media screen and (min-width: 851px) {
  #blog_app_container .header-text-style-lined.right .header-text {
    text-align: left;
    padding-left: 35px;
  }
}

@supports (display: flex) {
  #blog_app_container .header-text-style-lined {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
  }
}

#blog_app_container .header-text-style-lined .header-text {
  color: #333;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  text-align: left;
  text-align: center;
  width: 100%;
  font-size: 54px;
  text-transform: none;
  font-weight: 400;
  font-family: "Questrial", sans-serif;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: #333;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 851px) {
  #blog_app_container .header-text-style-lined .header-text {
    text-transform: none;
    max-width: 500px;
  }
}

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

#homepage_featured_floorplans_section .header-text-style-lined {
  position: relative;
  text-align: center;
  margin: 15px 0 !important;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 851px) {
  #homepage_featured_floorplans_section .header-text-style-lined.left:after {
    content: '';
    position: relative;
    border: 2px solid #4a729d;
    width: calc(100% - 500px);
    height: 1px;
    display: inline-block;
  }
}

@media screen and (min-width: 851px) {
  #homepage_featured_floorplans_section .header-text-style-lined.left .header-text {
    text-align: right;
    padding-right: 35px;
  }
}

@media screen and (min-width: 851px) {
  #homepage_featured_floorplans_section .header-text-style-lined.right:before {
    content: '';
    position: relative;
    border: 2px solid #4a729d;
    width: calc(100% - 500px);
    height: 1px;
    display: inline-block;
  }
}

@media screen and (min-width: 851px) {
  #homepage_featured_floorplans_section .header-text-style-lined.right .header-text {
    text-align: left;
    padding-left: 35px;
  }
}

#homepage_featured_floorplans_section .header-text-style-lined .text-content {
  display: inline-block;
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 0 25px !important;
}

#homepage_featured_floorplans_section .header-text-style-lined:after {
  content: '';
  display: inline-block;
  width: 100%;
  top: 50%;
  position: absolute;
  left: 0;
  border: 2px solid #4a729d;
  margin-top: -2px;
}

#homepage_featured_floorplans_section .header-text-style-lined .header-text {
  color: #333;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  text-align: left;
  text-align: center;
  width: 100%;
  font-size: 54px;
  text-transform: none;
  font-weight: 400;
  font-family: "Questrial", sans-serif;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: #333;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 851px) {
  #homepage_featured_floorplans_section .header-text-style-lined .header-text {
    text-transform: none;
    max-width: 500px;
  }
}

#ebrochure_content .header-text-style-1, #ebrochure_content #appointment_success > h2, #ebrochure_content .api-token-home-header-2 {
  font-size: calc(30px + (53 - 47) * ((100vw - 300px) / (1600 - 300)));
  text-transform: none;
  font-weight: 400;
  font-family: "Questrial", sans-serif;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: #333;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  #body_floorplans .popover {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    width: 100%;
    margin: 0 auto;
    max-width: unset;
  }
}

@media only screen and (max-width: 767px) {
  #body_floorplans .popover .arrow {
    display: none;
  }
}

#main_content #amenity_page {
  padding-bottom: 30px;
}

#main_content .no-pets {
  margin: 30px auto 0;
}

@media only screen and (max-width: 600px) {
  #main_content .no-pets {
    max-width: 90%;
  }
}

#main_content .amenities-section-container.even .bulletlist li:before, #main_content .amenities-section-container.odd .bulletlist li:before {
  font-size: 18px;
}

#main_content #fp_view_detailed .fp-amenities-info-list li:before {
  top: 50%;
  font-size: 20px;
  line-height: 1;
  transform: translateY(-60%);
}

#div_id_preferred_method_of_contact .controls .radio {
  margin-right: 20px;
}

#div_id_preferred_method_of_contact .controls .radio input {
  margin-right: 5px;
}

:root {
  --slide-img-container-max-width: 100%;
  --over-image-header-em-text-transform: lowercase;
  --over-image-header-em-font-style: italic;
  --over-image-header-em-font-weight: 700;
  --over-image-header-em-font-family: Questrial, sans-serif;
  --over-image-header-span-font-weight: 400;
  --over-image-header-text-shadow: none;
  --amenities-list-bullet-color: #e7e7e7;
  --amenity-list-header-text-align: left;
  --amenity-list-header-border-bottom: 3px solid #4a729d;
}

.relative {
  position: relative;
}

.presentational-headline-image {
  position: relative;
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .presentational-headline-image {
    height: 100vw;
    width: 100vw;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 2199px) {
  .presentational-headline-image {
    height: 56vw;
    width: 100vw;
  }
}

@media only screen and (min-width: 2200px) {
  .presentational-headline-image {
    height: 34vw;
    width: 100vw;
  }
}

@media only screen and (max-width: 767px) {
  .presentational-headline-image {
    height: 100vw;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

.presentational-headline-image .presentational-headline-image-headings-container {
  bottom: 28%;
  left: 5%;
}

@media only screen and (min-width: 768px) {
  .presentational-headline-image .presentational-headline-image-headings-container {
    position: absolute;
  }
}

.presentational-headline-image .over-image-header {
  color: #fff;
  font-family: "Questrial", sans-serif;
  font-weight: 700;
  line-height: initial;
  font-size: calc(30px + 3vw);
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.64);
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .presentational-headline-image .over-image-header {
    max-width: 80%;
    margin: auto auto 30px;
  }
}

.presentational-headline-image .over-image-header em {
  color: #fff;
  font-family: "Questrial", sans-serif;
  font-weight: 200;
  line-height: initial;
  font-size: calc(36px + 3vw);
  text-transform: lowercase;
  margin: 0;
  line-height: 1;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.64);
  display: block;
}

.presentational-headline-image .over-image-text {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: initial;
  font-size: calc(18px + .4vw);
  max-width: 80%;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.64);
}

@media only screen and (min-width: 768px) {
  .presentational-headline-image .over-image-text {
    position: absolute;
    right: 5%;
    max-width: 36%;
    bottom: 6%;
  }
}

@media only screen and (min-width: 1025px) {
  .presentational-headline-image .over-image-text {
    max-width: 26%;
  }
}

@media only screen and (min-width: 768px) {
  .presentational-headline-image .over-image-text {
    bottom: 10%;
  }
}

@media only screen and (min-width: 768px) {
  .presentational-headline-image .over-image-text {
    right: 5%;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .presentational-headline-image .over-image-text {
    width: 383px;
    max-width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .presentational-headline-image .over-image-text {
    width: 100%;
    max-width: 100%;
    max-width: 380px;
    padding: 0 5%;
  }
}

.presentational-headline-image .over-image-header em {
  text-transform: var(--over-image-header-em-text-transform);
  font-style: var(--over-image-header-em-font-style);
  font-family: var(--over-image-header-em-font-family);
  font-weight: var(--over-image-header-em-font-weight);
  text-shadow: var(--over-image-header-text-shadow);
}

.presentational-headline-image .over-image-header span {
  font-weight: var(--over-image-header-span-font-weight);
  text-shadow: var(--over-image-header-text-shadow);
}

.presentational-headline-image .over-image-text {
  text-shadow: var(--over-image-header-text-shadow);
}

.presentational-headline-image-headings-container,
.over-image-text {
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .presentational-headline-image-headings-container,
  .over-image-text {
    text-align: left;
  }
}

@media only screen and (max-width: 479px) {
  #presentational_headline_1 {
    background-image: url(/gridmedia/img/phone-small-amen-1.jpg);
  }
  #presentational_headline_1.webp {
    background-image: url(/gridmedia/img/phone-small-amen-1.webp);
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #presentational_headline_1 {
    background-image: url(/gridmedia/img/phone-medium-amen-1.jpg);
  }
  #presentational_headline_1.webp {
    background-image: url(/gridmedia/img/phone-medium-amen-1.webp);
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
  #presentational_headline_1 {
    background-image: url(/gridmedia/img/phone-medium-amen-1.jpg);
  }
  #presentational_headline_1.webp {
    background-image: url(/gridmedia/img/phone-medium-amen-1.webp);
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  #presentational_headline_1 {
    background-image: url(/gridmedia/img/iphone-plus-landscape-amen-1.jpg);
  }
  #presentational_headline_1.webp {
    background-image: url(/gridmedia/img/iphone-plus-landscape-amen-1.webp);
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #presentational_headline_1 {
    background-image: url(/gridmedia/img/iphone-plus-amen-1.jpg);
  }
  #presentational_headline_1.webp {
    background-image: url(/gridmedia/img/iphone-plus-amen-1.webp);
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  #presentational_headline_1 {
    background-image: url(/gridmedia/img/iphone-x-landscape-amen-1.jpg);
  }
  #presentational_headline_1.webp {
    background-image: url(/gridmedia/img/iphone-x-landscape-amen-1.webp);
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
  #presentational_headline_1 {
    background-image: url(/gridmedia/img/iphone-x-amen-1.jpg);
  }
  #presentational_headline_1.webp {
    background-image: url(/gridmedia/img/iphone-x-amen-1.webp);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #presentational_headline_1 {
    background-image: url(/gridmedia/img/ipad-mini-amen-1.jpg);
  }
  #presentational_headline_1.webp {
    background-image: url(/gridmedia/img/ipad-mini-amen-1.webp);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #presentational_headline_1 {
    background-image: url(/gridmedia/img/ipad-pro-sm-landscape-amen-1.jpg);
  }
  #presentational_headline_1.webp {
    background-image: url(/gridmedia/img/ipad-pro-sm-landscape-amen-1.webp);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #presentational_headline_1 {
    background-image: url(/gridmedia/img/ipad-pro-sm-amen-1.jpg);
  }
  #presentational_headline_1.webp {
    background-image: url(/gridmedia/img/ipad-pro-sm-amen-1.webp);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #presentational_headline_1 {
    background-image: url(/gridmedia/img/ipad-pro-landscape-amen-1.jpg);
  }
  #presentational_headline_1.webp {
    background-image: url(/gridmedia/img/ipad-pro-landscape-amen-1.webp);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #presentational_headline_1 {
    background-image: url(/gridmedia/img/ipad-pro-amen-1.jpg);
  }
  #presentational_headline_1.webp {
    background-image: url(/gridmedia/img/ipad-pro-amen-1.webp);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #presentational_headline_1 {
    background-image: url(/gridmedia/img/web-minimum-amen-1.jpg);
  }
  #presentational_headline_1.webp {
    background-image: url(/gridmedia/img/web-minimum-amen-1.webp);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  #presentational_headline_1 {
    background-image: url(/gridmedia/img/web-small-amen-1.jpg);
  }
  #presentational_headline_1.webp {
    background-image: url(/gridmedia/img/web-small-amen-1.webp);
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  #presentational_headline_1 {
    background-image: url(/gridmedia/img/web-medium-amen-1.jpg);
  }
  #presentational_headline_1.webp {
    background-image: url(/gridmedia/img/web-medium-amen-1.webp);
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  #presentational_headline_1 {
    background-image: url(/gridmedia/img/web-medlarge-amen-1.jpg);
  }
  #presentational_headline_1.webp {
    background-image: url(/gridmedia/img/web-medlarge-amen-1.webp);
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1919px) {
  #presentational_headline_1 {
    background-image: url(/gridmedia/img/web-large-amen-1.jpg);
  }
  #presentational_headline_1.webp {
    background-image: url(/gridmedia/img/web-large-amen-1.webp);
  }
}

@media only screen and (min-width: 1920px) {
  #presentational_headline_1 {
    background-image: url(/gridmedia/img/web-xlarge-amen-1.jpg);
  }
  #presentational_headline_1.webp {
    background-image: url(/gridmedia/img/web-xlarge-amen-1.webp);
  }
}

@media only screen and (max-width: 479px) {
  #presentational_headline_2 {
    background-image: url(/gridmedia/img/phone-small-amen-2.jpg);
  }
  #presentational_headline_2.webp {
    background-image: url(/gridmedia/img/phone-small-amen-2.webp);
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #presentational_headline_2 {
    background-image: url(/gridmedia/img/phone-medium-amen-2.jpg);
  }
  #presentational_headline_2.webp {
    background-image: url(/gridmedia/img/phone-medium-amen-2.webp);
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
  #presentational_headline_2 {
    background-image: url(/gridmedia/img/phone-medium-amen-2.jpg);
  }
  #presentational_headline_2.webp {
    background-image: url(/gridmedia/img/phone-medium-amen-2.webp);
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  #presentational_headline_2 {
    background-image: url(/gridmedia/img/iphone-plus-landscape-amen-2.jpg);
  }
  #presentational_headline_2.webp {
    background-image: url(/gridmedia/img/iphone-plus-landscape-amen-2.webp);
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #presentational_headline_2 {
    background-image: url(/gridmedia/img/iphone-plus-amen-2.jpg);
  }
  #presentational_headline_2.webp {
    background-image: url(/gridmedia/img/iphone-plus-amen-2.webp);
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  #presentational_headline_2 {
    background-image: url(/gridmedia/img/iphone-x-landscape-amen-2.jpg);
  }
  #presentational_headline_2.webp {
    background-image: url(/gridmedia/img/iphone-x-landscape-amen-2.webp);
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
  #presentational_headline_2 {
    background-image: url(/gridmedia/img/iphone-x-amen-2.jpg);
  }
  #presentational_headline_2.webp {
    background-image: url(/gridmedia/img/iphone-x-amen-2.webp);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #presentational_headline_2 {
    background-image: url(/gridmedia/img/ipad-mini-amen-2.jpg);
  }
  #presentational_headline_2.webp {
    background-image: url(/gridmedia/img/ipad-mini-amen-2.webp);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #presentational_headline_2 {
    background-image: url(/gridmedia/img/ipad-pro-sm-landscape-amen-2.jpg);
  }
  #presentational_headline_2.webp {
    background-image: url(/gridmedia/img/ipad-pro-sm-landscape-amen-2.webp);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #presentational_headline_2 {
    background-image: url(/gridmedia/img/ipad-pro-sm-amen-2.jpg);
  }
  #presentational_headline_2.webp {
    background-image: url(/gridmedia/img/ipad-pro-sm-amen-2.webp);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #presentational_headline_2 {
    background-image: url(/gridmedia/img/ipad-pro-landscape-amen-2.jpg);
  }
  #presentational_headline_2.webp {
    background-image: url(/gridmedia/img/ipad-pro-landscape-amen-2.webp);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #presentational_headline_2 {
    background-image: url(/gridmedia/img/ipad-pro-amen-2.jpg);
  }
  #presentational_headline_2.webp {
    background-image: url(/gridmedia/img/ipad-pro-amen-2.webp);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #presentational_headline_2 {
    background-image: url(/gridmedia/img/web-minimum-amen-2.jpg);
  }
  #presentational_headline_2.webp {
    background-image: url(/gridmedia/img/web-minimum-amen-2.webp);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  #presentational_headline_2 {
    background-image: url(/gridmedia/img/web-small-amen-2.jpg);
  }
  #presentational_headline_2.webp {
    background-image: url(/gridmedia/img/web-small-amen-2.webp);
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  #presentational_headline_2 {
    background-image: url(/gridmedia/img/web-medium-amen-2.jpg);
  }
  #presentational_headline_2.webp {
    background-image: url(/gridmedia/img/web-medium-amen-2.webp);
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  #presentational_headline_2 {
    background-image: url(/gridmedia/img/web-medlarge-amen-2.jpg);
  }
  #presentational_headline_2.webp {
    background-image: url(/gridmedia/img/web-medlarge-amen-2.webp);
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1919px) {
  #presentational_headline_2 {
    background-image: url(/gridmedia/img/web-large-amen-2.jpg);
  }
  #presentational_headline_2.webp {
    background-image: url(/gridmedia/img/web-large-amen-2.webp);
  }
}

@media only screen and (min-width: 1920px) {
  #presentational_headline_2 {
    background-image: url(/gridmedia/img/web-xlarge-amen-2.jpg);
  }
  #presentational_headline_2.webp {
    background-image: url(/gridmedia/img/web-xlarge-amen-2.webp);
  }
}

@media only screen and (max-width: 1200px) {
  .amenities-section-container {
    padding: 3%;
  }
}

@media screen and (min-width: 1200px) {
  .amenities-section-container.even {
    padding: 5% 0;
  }
}

@media screen and (max-width: 1199px) {
  .amenities-section-container.even {
    padding: 5% 2%;
  }
}

.amenities-section-container.even .bulletlist {
  list-style: none;
}

.amenities-section-container.even .bulletlist li {
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-weight: 400;
  line-height: inherit;
  list-style: none;
  padding: 0 0 25px 20px;
  position: relative;
  break-inside: avoid;
}

.amenities-section-container.even .bulletlist li:before {
  content: '•';
  color: #e7e7e7;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 28px;
  line-height: 20px;
}

.amenities-section-container.even ul {
  margin-top: 20px;
}

@media only screen and (min-width: 1201px) {
  .amenities-section-container.even ul {
    column-count: 2;
    list-style: none;
    padding: 0;
  }
}

@media only screen and (min-width: 1201px) {
  .amenities-section-container.even .column-group {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1201px) {
  .amenities-section-container.even .column-group .column-1 {
    width: 40%;
    padding: 0 4%;
  }
}

.amenities-section-container.even .column-group .column-1 .slide-img-container {
  margin-bottom: 9%;
  max-width: var(--slide-img-container-max-width);
  display: inline-block;
}

@media only screen and (max-width: 1200px) {
  .amenities-section-container.even .column-group .column-1 .slide-img-container .swiper-container {
    height: 56vw;
  }
}

@media only screen and (min-width: 1201px) {
  .amenities-section-container.even .column-group .column-1 .slide-img-container .swiper-container {
    height: 33.04vw;
  }
}

@media only screen and (min-width: 1201px) {
  .amenities-section-container.even .column-group .column-2 {
    width: 45%;
    padding: 0 3% 0 3%;
    display: inline-block;
  }
  @supports (display: flex) {
    .amenities-section-container.even .column-group .column-2 {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
}

.amenities-section-container.even .column-group .column-2 .image-zoom-container {
  width: 100%;
  height: 100%;
}

.amenities-section-container.even .column-group .column-2 .image-zoom-crop {
  overflow: hidden;
}

@media only screen and (min-width: 1201px) {
  .amenities-section-container.even .column-group .column-2 .image-zoom-crop {
    width: 100%;
    height: 80%;
    position: relative;
    max-height: 800px;
    margin-top: 10%;
  }
}

@media only screen and (min-width: 1201px) {
  .amenities-section-container.even .column-group .column-2 .image-zoom-crop .image-zoom {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (min-width: 1200px) {
  .amenities-section-container.odd {
    padding: 5% 0;
  }
}

@media screen and (max-width: 1199px) {
  .amenities-section-container.odd {
    padding: 5% 2%;
  }
}

.amenities-section-container.odd .bulletlist {
  list-style: none;
}

.amenities-section-container.odd .bulletlist li {
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-weight: 400;
  line-height: inherit;
  list-style: none;
  padding: 0 0 25px 20px;
  position: relative;
  break-inside: avoid;
}

.amenities-section-container.odd .bulletlist li:before {
  content: '•';
  color: #e7e7e7;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 28px;
  line-height: 20px;
}

.amenities-section-container.odd ul {
  margin-top: 20px;
}

@media only screen and (min-width: 1201px) {
  .amenities-section-container.odd ul {
    column-count: 2;
    list-style: none;
    padding: 0;
  }
}

@media only screen and (min-width: 1201px) {
  .amenities-section-container.odd .column-group {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (min-width: 1201px) {
  .amenities-section-container.odd .column-group .column-1 {
    width: 40%;
    padding: 0 4%;
  }
}

.amenities-section-container.odd .column-group .column-1 .slide-img-container {
  margin-bottom: 9%;
  max-width: var(--slide-img-container-max-width);
  display: inline-block;
}

@media only screen and (max-width: 1200px) {
  .amenities-section-container.odd .column-group .column-1 .slide-img-container .swiper-container {
    height: 56vw;
  }
}

@media only screen and (min-width: 1201px) {
  .amenities-section-container.odd .column-group .column-1 .slide-img-container .swiper-container {
    height: 33.04vw;
  }
}

@media only screen and (min-width: 1201px) {
  .amenities-section-container.odd .column-group .column-2 {
    width: 45%;
    padding: 0 3% 0 3%;
    display: inline-block;
  }
  @supports (display: flex) {
    .amenities-section-container.odd .column-group .column-2 {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
}

.amenities-section-container.odd .column-group .column-2 .image-zoom-container {
  width: 100%;
  height: 100%;
}

.amenities-section-container.odd .column-group .column-2 .image-zoom-crop {
  overflow: hidden;
}

@media only screen and (min-width: 1201px) {
  .amenities-section-container.odd .column-group .column-2 .image-zoom-crop {
    width: 100%;
    height: 80%;
    position: relative;
    max-height: 800px;
    margin-top: 10%;
  }
}

@media only screen and (min-width: 1201px) {
  .amenities-section-container.odd .column-group .column-2 .image-zoom-crop .image-zoom {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
  }
}

.amenities-section-container .header-text-style-3, .amenities-section-container .calendar-page .calendar_holder .calender_header h3, .calendar-page .calendar_holder .calender_header .amenities-section-container h3, .amenities-section-container #floorplan_list .bed-header h4, #floorplan_list .bed-header .amenities-section-container h4 {
  margin-left: 20px;
  margin-right: 20px;
  text-align: var(--amenity-list-header-text-align);
  border-bottom: var(--amenity-list-header-border-bottom);
}

.no-pets {
  max-width: 500px;
  padding: 10px;
  margin: 30px auto;
  border: 1px solid var(--text-box-border-color);
}

@media screen and (min-width: 501px) {
  #community_tour_section {
    padding: 35px;
  }
}

@media screen and (max-width: 500px) {
  #community_tour_section {
    padding: 25px 0;
  }
}

#community_tour_section .header-component-text {
  color: #333;
}

.amenities-group-container {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 1200px) {
  .amenities-group-container {
    width: 39%;
    margin: 4%;
  }
}

@media screen and (min-width: 1200px) {
  .amenities-group-container .column-style {
    max-width: 600px;
    display: inline-block;
  }
}

.amenities-group-container .bulletlist {
  list-style: none;
  padding-left: 20px;
}

@media only screen and (min-width: 1200px) {
  .amenities-group-container .bulletlist {
    padding-left: 55px;
  }
}

.amenities-group-container .bulletlist li {
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-weight: 400;
  line-height: inherit;
  list-style: none;
  padding: 0 0 25px 20px;
  position: relative;
  break-inside: avoid;
}

.amenities-group-container .bulletlist li:before {
  content: '•';
  color: #e7e7e7;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 28px;
  line-height: 20px;
}

.ct-video {
  width: 80vw;
  height: 45vw;
  margin: 0 auto;
  max-width: 1920px;
  max-height: 1080px;
}

#amenities_page_heading {
  background-color: #e3e3e5;
  display: inline-block;
  width: 100%;
}

#amenity_page {
  background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
  #amenity_page .amenities-section-container ul {
    column-count: 2;
  }
}

@media screen and (max-width: 1200px) {
  .amenities-section-container .column-1 .slide-img-container {
    position: relative;
    width: 100%;
    min-height: 300px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .amenities-section-container .column-1 .slide-img-container {
    min-height: 450px;
  }
}

@media screen and (max-width: 1200px) {
  .amenities-section-container .column-1 .slide-img-container picture {
    display: none;
  }
  .amenities-section-container .column-1 .slide-img-container .amenity-mobile-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
  }
}

.animated-card {
  background: #fff;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.5);
  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: #4a729d;
  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: #333;
}

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

#blog_app_container {
  background-color: #fff;
  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: #fff;
  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 #4a729d;
    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 #e0e0e0;
  background: #fff;
  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: #333;
}

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

.blogs-list .blogs-list-item {
  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: #333;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: inherit;
  font-size: calc(18px + 1vw);
}

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

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

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

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

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

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

.blogs-list .blogs-list-item .category-lifestyle {
  background-color: #97c8f0;
}

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

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

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

.blogs-list .blogs-list-item .category-tips {
  background-color: #00674A;
}

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

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

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

.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: #333;
  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 #e0e0e0;
}

@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 #e0e0e0;
    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 #e0e0e0;
    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: "Questrial", sans-serif;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: #333;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
  color: #333;
}

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

.search-list .search-list-container .link:hover {
  color: #97c8f0;
  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, #blog_page_container .back-button .body-classifieds .btn.register, .body-classifieds #blog_page_container .back-button .btn.register {
  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: #75a9d3;
}

@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: #75a9d3;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  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: #75a9d3;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  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 #4a729d;
    text-align: right;
  }
}

#blog_page_container #blog_header_one_container .accent-line span {
  color: #333;
  font-family: "Open Sans", 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: #97c8f0 !important;
  transition: color .3s ease;
}

#blog_page_container p a:hover {
  color: #00674A !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: #333;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: calc(18px + 0.6vw);
  padding: 3%;
  display: block;
  border-left: solid 3px #e7e7e7;
  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: #333;
  font-family: "Open Sans", 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: #4a729d;
  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;
}

.table-style-simple {
  margin: 0 auto;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.2);
}

.table-style-simple .header-content {
  background: #333;
  color: #fff;
  text-align: center;
  font-size: calc(18px + (25 - 24) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 767px) {
  .table-style-simple .header-content {
    font-size: calc(18px + (35 - 13) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (min-width: 768) {
  .table-style-simple .header-content {
    font-size: calc(18px + (25 - 24) * ((100vw - 300px) / (1600 - 300)));
  }
}

.table-style-simple .header-content th {
  padding: 8px 15px;
}

.table-style-simple .body-content tr {
  background: #fff;
  text-align: center;
}

.table-style-simple .body-content tr > * {
  padding: 10px 10px;
}

.table-container-over-run {
  overflow-y: scroll;
  width: 100%;
}

.calendar-page {
  /* #Media Queries */
}

.calendar-page .interior-header-style-one.opacity {
  height: 60px;
}

@media only screen and (min-width: 1800px) {
  .calendar-page .interior-header-style-one.opacity {
    height: 120px;
  }
}

.calendar-page .interior-header-style-one.opacity .logo {
  opacity: 0;
}

.calendar-page .interior-header-style-one .nav-links-container #nav-links {
  display: none;
}

.calendar-page .calendar.insidepage {
  width: 100%;
  text-align: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: inline-block;
}

.calendar-page .calendar .print {
  float: right;
  margin-right: 10px;
}

.calendar-page .calendar_holder {
  width: 90%;
  display: block;
  margin: 2vh auto;
  position: relative;
  z-index: 1;
}

.calendar-page .calendar_holder .calender_header {
  display: table;
  outline: 1px solid transparent;
  outline-offset: -1px;
  width: 98%;
  background: #fff;
}

.calendar-page .calendar_holder .calender_header a {
  width: 40px;
  min-width: 40px;
  display: table-cell;
  color: #333;
  vertical-align: middle;
}

.calendar-page .calendar_holder .calender_header h3 {
  color: #333;
  margin: 0;
  padding: 25px 0px;
  width: 100%;
  display: table-cell;
  position: relative;
  text-align: center;
  border: 0 none;
}

@media screen and (max-width: 650px) {
  .calendar-page .calendar_holder .calender_header h3 {
    font-size: 24px;
    text-transform: none;
    font-weight: 400;
    font-family: "Questrial", sans-serif;
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
    letter-spacing: 0px;
    color: #333;
    margin: 0;
    position: relative;
    z-index: 10;
  }
}

.calendar-page .calendar_holder .calender_header .icon-arrow-right {
  border-left: 4px solid #333;
  border-bottom: 4px solid #333;
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(225deg) translate(7px, -3px);
}

.calendar-page .calendar_holder .calender_header .icon-arrow-left {
  border-left: 4px solid #333;
  border-bottom: 4px solid #333;
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(45deg) translate(7px, -3px);
}

.calendar-page .calendar_holder .calendar-day-container {
  position: relative;
  width: 100%;
}

.calendar-page .calendar_holder .calendar-day-container .day {
  height: 50px;
  width: 14%;
  float: left;
  outline: 1px solid #e0e0e0;
  outline-offset: -1px;
  text-align: left;
  background: #fff;
  font-size: 18px;
  color: #333;
  position: relative;
}

.calendar-page .calendar_holder .calendar-day-container .day span {
  margin-left: 5px;
  z-index: 20;
}

.calendar-page .calendar_holder .calendar-day-container .day.blank {
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
}

.calendar-page .calendar_holder .weekday-container {
  width: 100%;
}

.calendar-page .calendar_holder .weekday-container .weekday {
  margin: 0;
  padding: 10px 0px;
  background: #4a729d;
  color: #fff !important;
  width: 14%;
  display: inline-block;
  float: left;
  text-align: center;
}

@media only screen and (min-width: 1001px) {
  .calendar-page .calendar_holder .weekday-container .weekday {
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
    font-family: "Questrial", sans-serif;
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
    letter-spacing: 0px;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (min-width: 401px) and (max-width: 1000px) {
  .calendar-page .calendar_holder .weekday-container .weekday {
    font-size: 17px;
    text-transform: none;
    font-weight: 400;
    font-family: "Questrial", sans-serif;
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
    letter-spacing: 0px;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 400px) {
  .calendar-page .calendar_holder .weekday-container .weekday {
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    font-family: "Questrial", sans-serif;
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
    letter-spacing: 0px;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 10;
  }
}

.calendar-page .day-description {
  display: none;
}

.calendar-page .event-container {
  position: fixed;
  display: block;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

.calendar-page .event-container.active {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
}

.calendar-page .event-container .event {
  width: 100%;
  text-align: center;
  padding: 19px;
  background: #f7f7f9;
  overflow-y: scroll;
  max-height: 80vh;
}

@media only screen and (max-width: 350px) {
  .calendar-page .event-container .event {
    padding: 10px;
  }
}

.calendar-page .event-container .event .calendar-date {
  font-size: 24px;
  width: 93%;
  display: block;
  text-align: center;
  line-height: 24px;
  margin: 25px 2% 2% 2%;
  position: relative;
  color: fade(#333, 60%);
}

@media only screen and (max-width: 450px) {
  .calendar-page .event-container .event .calendar-date {
    font-size: 18px;
    width: 100%;
    margin: 0 0 25px;
  }
}

.calendar-page .event-container .event .calendar-title {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 32px;
  line-height: 30px;
  position: relative;
  padding: 8px 0;
  margin: 0;
}

.calendar-page .event-container .event .calendar-image {
  width: 100%;
  margin: 1%;
  display: inline-block;
}

.calendar-page .event-container .event .calendar-image img {
  background-clip: border-box;
  border: 3px solid #fff;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.5);
}

.calendar-page .event-container .event .rsvp_errors .error_list {
  margin: 10px 0;
}

.calendar-page .event-container .event .rsvp_errors .error_list li {
  color: #FF5252;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.calendar-page .event-container .event .calendar_form {
  text-align: left;
}

.calendar-page .event-container .event .calendar_form input,
.calendar-page .event-container .event .calendar_form textarea {
  margin-bottom: 30px;
}

.calendar-page .event-container .event .button {
  margin: 10px 0;
  text-align: center;
  padding: 10px 20px;
  display: block;
  max-width: 200px;
  margin: 13px auto 80px;
  border-radius: 40px;
  background: #97c8f0;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  text-transform: initial;
}

.calendar-page .event-container #calendar-popup {
  width: 92%;
  position: relative;
  display: none;
  margin: 10% auto 0 auto;
  border-radius: 0px;
  background-clip: border-box;
  background: #fff;
  border: 2px solid #e0e0e0;
  z-index: 10;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 350px) {
  .calendar-page .event-container #calendar-popup {
    width: 250px;
  }
}

@media only screen and (min-width: 351px) and (max-width: 450px) {
  .calendar-page .event-container #calendar-popup {
    width: 300px;
  }
}

.calendar-page .event-container #calendar-popup .event {
  overflow: scroll;
  background: #fff;
}

@media only screen and (max-width: 1099px) {
  .calendar-page .event-container #calendar-popup .event {
    height: auto;
  }
}

@media only screen and (min-width: 1100px) {
  .calendar-page .event-container #calendar-popup .event {
    height: 70vh;
    padding-bottom: 140px;
  }
}

.calendar-page .event-container #calendar-popup .event:after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 80px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  background: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0, rgba(255, 255, 255, 0.85) 35%, rgba(255, 255, 255, 0) 100%);
}

.calendar-page .event-container #calendar-popup .event .calendar-title {
  text-align: center;
  padding: 5%;
}

.calendar-page .event-container #calendar-popup .event p {
  padding: 5%;
}

.calendar-page .event-container #calendar-popup p {
  position: relative;
  display: block;
  text-align: left;
  color: #333;
  margin: 0 0 13px;
  padding: 8px;
}

.calendar-page .event-container #calendar-popup:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(51, 51, 51, 0.7);
  height: 100vh;
  width: 100vw;
}

.calendar-page .event-container .calendar-close {
  position: absolute;
  top: -25px;
  right: -25px;
  z-index: 1;
  display: inline-block;
}

.calendar-page .event-container .calendar-close .icon-close-x {
  background: #97c8f0;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  transition: all .3s ease;
}

.calendar-page .event-container .calendar-close .icon-close-x:hover {
  background: #75a9d3;
  transition: all .3s ease;
}

.calendar-page .event-container .calendar-close .icon-close-x:after, .calendar-page .event-container .calendar-close .icon-close-x:before {
  content: '';
  top: 10px;
  height: 30px;
  position: absolute;
  border-left: 3px solid #fff;
}

.calendar-page .event-container .calendar-close .icon-close-x:after {
  transform: rotate(45deg);
}

.calendar-page .event-container .calendar-close .icon-close-x:before {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 400px) {
  .calendar-page .calendar_holder .event-contain:first-of-type {
    position: absolute;
    left: 50%;
    margin-left: -5px !important;
    bottom: 8px;
  }
}

@media only screen and (max-width: 600px) {
  .calendar-page .calendar_holder .event-contain:not(:first-of-type) {
    display: none;
  }
}

@media only screen and (max-width: 1044px) {
  .calendar-page .calendar_holder .event-contain {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    float: right;
    margin: 4px 5px 0;
    background: #4a729d;
  }
  .calendar-page .calendar_holder .event-contain:first-of-type {
    display: block;
    margin-left: auto;
  }
  .calendar-page .calendar_holder .event-contain h4 {
    display: none;
  }
  .calendar-page .calendar_holder .event-contain p {
    display: none;
  }
}

.calendar-page .calendar_holder .event-contain h4 {
  font-size: 20px;
  text-transform: none;
  font-weight: 400;
  font-family: "Questrial", sans-serif;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: #333;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
  margin: 15px auto 0 !important;
  text-align: left;
  text-transform: capitalize;
  max-width: 98%;
  line-height: 1;
}

.calendar-page .calendar_holder .event-contain .day-title {
  padding-left: 26px;
  text-align: center;
}

@media only screen and (min-width: 650px) {
  .calendar-page .calendar_holder .calendar-day-container .day {
    height: 80px;
    z-index: 20;
  }
  .calendar-page .event-container #calendar-popup {
    max-width: 600px;
  }
  .calendar-page .event-container .event .calendar-title {
    text-align: left;
    padding-left: 8px;
  }
  .calendar-page .event-container .event .calendar-image {
    display: block;
    margin: auto;
  }
  .calendar-page .event-container .event .calendar_form {
    width: 100%;
    margin: 20px auto;
  }
}

@media only screen and (min-width: 1045px) {
  .calendar-page .calendar_holder .calendar-day-container .day,
  .calendar-page .calendar_holder .calendar-day-container .blank {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
  }
  .calendar-page .calendar_holder .calendar-day-container .weekday {
    font-weight: bold;
    background: #75a9d3;
    color: #fff;
  }
  .calendar-page .calendar_holder .calendar-day-container .day {
    height: 120px;
    text-decoration: none;
  }
  .calendar-page .calendar_holder .calendar-day-container .day span {
    display: block;
    text-align: center;
    width: 15px;
    height: 15px;
    position: absolute;
    margin: 3px;
    z-index: 20;
  }
  .calendar-page .calendar_holder .calendar-day-container .day span p {
    display: inline;
    margin: 0;
    color: #333;
  }
  .calendar-page .calendar_holder .calendar-day-container .day p {
    color: #333;
    margin: 5px 2px;
    font-size: 11px;
    line-height: 13px;
    overflow: hidden;
    text-align: center;
    font-size: 18px !important;
    font-family: "Open Sans", sans-serif;
    color: #333;
    font-weight: 400;
    line-height: 1 !important;
    text-transform: inherit;
  }
}

.calendar-page .insidepage {
  position: static;
}

.calendar-page #calendar_page_heading,
.calendar-page .calendar_holder {
  position: relative;
  z-index: 1;
}

.body-classifieds {
  position: relative;
}

.body-classifieds .btn {
  min-width: 180px;
}

@media screen and (min-width: 500px) {
  .body-classifieds .btn.login {
    margin-right: 15px;
  }
}

@media screen and (max-width: 499px) {
  .body-classifieds .btn.login {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.body-classifieds .classifieds-header {
  position: relative;
  background-color: #000;
  background-image: url("/gridmedia/img/__classifieds-header-592.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
}

.body-classifieds .classifieds-header.webp {
  background-image: url("/gridmedia/img/__classifieds-header-592.webp");
}

.body-classifieds .classifieds-header.header-style-bg2 {
  background-position: top center;
}

@media only screen and (max-width: 550px) {
  .body-classifieds .classifieds-header.header-style-bg2 .top-res-header {
    padding-top: 110px;
  }
}

@media only screen and (min-width: 1300px) {
  .body-classifieds .classifieds-header.header-style-bg2 .top-res-header {
    padding: 110px 0 120px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2) and (max-width: 480px), (min-resolution: 192dpi) and (max-width: 480px) {
  .body-classifieds .classifieds-header.no-webp {
    background-image: url("/gridmedia/img/__classifieds-header-775.jpg");
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2) and (max-width: 550px), (min-resolution: 192dpi) and (max-width: 550px) {
  .body-classifieds .classifieds-header.no-webp {
    background-image: url("/gridmedia/img/__classifieds-header-960.jpg");
  }
}

@media only screen and (min-width: 768px) {
  .body-classifieds .classifieds-header.no-webp {
    background-image: url("/gridmedia/img/__classifieds-header-1420.jpg");
    background-position: middle;
  }
}

@media only screen and (min-width: 1300px) {
  .body-classifieds .classifieds-header.no-webp {
    background-image: url("/gridmedia/img/__classifieds-header-1658.jpg");
  }
}

@media only screen and (min-width: 1600px) {
  .body-classifieds .classifieds-header.no-webp {
    background-image: url("/gridmedia/img/__classifieds-header-1800.jpg");
  }
}

@media only screen and (min-width: 1750px) {
  .body-classifieds .classifieds-header.no-webp {
    background-image: url("/gridmedia/img/__classifieds-header-2200.jpg");
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2) and (max-width: 480px), (min-resolution: 192dpi) and (max-width: 480px) {
  .body-classifieds .classifieds-header.webp {
    background-image: url("/gridmedia/img/__classifieds-header-775.webp");
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2) and (max-width: 550px), (min-resolution: 192dpi) and (max-width: 550px) {
  .body-classifieds .classifieds-header.webp {
    background-image: url("/gridmedia/img/__classifieds-header-960.webp");
  }
}

@media only screen and (min-width: 768px) {
  .body-classifieds .classifieds-header.webp {
    background-image: url("/gridmedia/img/__classifieds-header-1420.webp");
    background-position: middle;
  }
}

@media only screen and (min-width: 1300px) {
  .body-classifieds .classifieds-header.webp {
    background-image: url("/gridmedia/img/__classifieds-header-1658.webp");
  }
}

@media only screen and (min-width: 1600px) {
  .body-classifieds .classifieds-header.webp {
    background-image: url("/gridmedia/img/__classifieds-header-1800.webp");
  }
}

@media only screen and (min-width: 1750px) {
  .body-classifieds .classifieds-header.webp {
    background-image: url("/gridmedia/img/__classifieds-header-2200.webp");
  }
}

.body-classifieds .classifieds-header .top-res-header {
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .body-classifieds .classifieds-header .top-res-header {
    min-height: 480px;
    padding-top: 25%;
  }
}

@media only screen and (min-width: 480px) {
  .body-classifieds .classifieds-header .top-res-header {
    padding: 40px 0 60px;
  }
}

.body-classifieds .classifieds-header .top-res-header h1 {
  color: #fff;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.4);
}

.body-classifieds .classifieds-header .top-res-header p {
  color: #fff;
  width: 94%;
  margin: 0 3%;
  display: inline-block;
  border: 3px solid #fff;
  text-align: center;
  text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.9);
  font-size: 25.2px;
  line-height: 28.8px;
  padding: 25px 10px;
  background: rgba(0, 0, 0, 0.62);
  max-width: 450px;
}

.body-classifieds .classifieds-listing-contain > div {
  display: inline-block;
  width: 90%;
  margin: 15px 5%;
  max-width: 750px;
  border-bottom: 3px solid #333;
  box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.15);
}

.body-classifieds .classifieds-listing-contain > div .classified-title {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.body-classifieds .classifieds-listing-contain > div:hover a:not(.button-style-1-petite) {
  color: #97c8f0;
}

.body-classifieds .classifieds-listing-contain > div:hover .classified-title {
  color: #00674A;
}

.body-classifieds .classifieds-listing-contain > div .class-ad {
  width: 100%;
  background: #fff;
}

.body-classifieds .classifieds-listing-contain > div .class-ad .button-style-1-petite, .body-classifieds .classifieds-listing-contain > div .class-ad .image-upload-preview-1 .table #images-tbody td #upload_image, .image-upload-preview-1 .table #images-tbody td .body-classifieds .classifieds-listing-contain > div .class-ad #upload_image, .body-classifieds .classifieds-listing-contain > div .class-ad .unit-listing li:not(.header) .unit-details:after, .unit-listing li:not(.header) .body-classifieds .classifieds-listing-contain > div .class-ad .unit-details:after {
  margin: 20px 0;
}

.body-classifieds .classifieds-listing-contain > div .classifieds-ad-header {
  text-align: left;
  background: #ededef;
  padding: 5px 15px 0;
  border: 1px solid #e3e3e5;
  display: block;
}

.body-classifieds .classifieds-listing-contain > div .classifieds-ad-header .icon-ios-camera {
  display: inline-block;
  font-size: 26px;
  line-height: 22px;
  vertical-align: top;
  top: -1px;
  color: #787878;
}

.body-classifieds .classifieds-listing-contain > div .classifieds-ad-header .classfied-time {
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  margin: 0;
  vertical-align: bottom;
  float: right;
  color: #959596;
}

.body-classifieds .classifieds-listing-contain > div .text-information {
  position: relative;
  padding: 15px;
  background: #fff;
}

.body-classifieds .classifieds-listing-contain > div .text-information .classified-description {
  text-align: left;
  overflow: hidden;
  max-height: 150px;
}

.body-classifieds .classifieds-listing-contain > div .text-information .classified-description:after {
  content: '';
  left: 0;
  bottom: 0px;
  height: 60px;
  width: 100%;
  height: 100px;
  position: absolute;
  display: inline-block;
  background: #fff;
  background: linear-gradient(to top, #fff 0, white 50%, rgba(255, 255, 255, 0) 100%);
}

.body-classifieds #form-container {
  padding: 0;
}

.body-classifieds #detail-container {
  padding: 0;
}

.body-classifieds #detail-container article {
  left: 0;
  top: 0;
  margin: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 51, 51, 0.6);
  z-index: 100;
}

.body-classifieds #detail-container .detail-wrapper {
  display: inline-block;
  margin: 0;
  background: #fff;
  border-top: 4px solid #e0e0e0;
  text-align: center;
  padding: 0;
  background: #fff;
  overflow: scroll;
  z-index: 100;
  border: 0 none;
  height: 80vh;
  width: 60vw;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 300px;
  max-width: 1400px;
}

.body-classifieds #detail-container .detail-wrapper > h1 {
  background: #fff;
  color: #333;
  padding: 35px 10px;
  margin: 0;
}

@media only screen and (max-width: 1025px) {
  .body-classifieds #detail-container .detail-wrapper > h1 {
    padding: 76px 10px 20px;
  }
}

.body-classifieds #detail-container .detail-wrapper > p:not(.description) {
  background: #e7e7e7;
  color: #fff;
}

.body-classifieds #detail-container .detail-wrapper .description {
  text-align: left;
  width: 90%;
  max-width: 800px;
  margin: 5px auto 20px;
  padding: 10px;
  background: white;
  border: 1px solid #e0e0e0;
  vertical-align: top;
}

@media only screen and (min-width: 1026px) {
  .body-classifieds #detail-container .detail-wrapper .description {
    padding: 30px;
    display: inline-block;
  }
}

@media only screen and (min-width: 1600px) {
  .body-classifieds #detail-container .detail-wrapper .description {
    column-count: 2;
    margin-top: 0;
  }
}

.body-classifieds #detail-container .detail-wrapper .close {
  position: absolute;
  top: 10px;
  right: 18px;
  font-size: 0;
  background: #97c8f0;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  transition: all .3s ease;
}

.body-classifieds #detail-container .detail-wrapper .close:hover {
  background: #75a9d3;
  transition: all .3s ease;
}

.body-classifieds #detail-container .detail-wrapper .close:after, .body-classifieds #detail-container .detail-wrapper .close:before {
  content: '';
  top: 10px;
  height: 30px;
  position: absolute;
  border-left: 3px solid #fff;
}

.body-classifieds #detail-container .detail-wrapper .close:after {
  transform: rotate(45deg);
}

.body-classifieds #detail-container .detail-wrapper .close:before {
  transform: rotate(-45deg);
}

.body-classifieds #detail-container .detail-wrapper img {
  border: 6px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  width: 100%;
  max-width: 600px;
  vertical-align: top;
}

.body-classifieds .user-name {
  background: #f3f3f5;
  padding: 5px 15px;
  border: 1px solid #dfdfe1;
  margin: 0;
  text-align: center;
  max-width: 100%;
}

.body-classifieds .button-container {
  padding: 15px 0;
  border-bottom: 1px solid #dfdfe1;
  background: #e9e9eb;
}

.body-classifieds .button-container .btn {
  display: inline-block;
  margin: 10px;
}

.body-classifieds .classified-interior {
  background: #fff;
  margin: 30px auto;
  padding: 5%;
}

@media only screen and (max-width: 1025px) {
  .body-classifieds .classified-interior {
    width: 95%;
  }
}

@media only screen and (min-width: 1026px) {
  .body-classifieds .classified-interior {
    width: 60%;
  }
}

.body-classifieds .classified-interior#list-container {
  background: transparent;
}

.body-classifieds .classified-interior .classifieds-auth-container > p {
  text-align: left;
  margin: 30px auto;
  width: 95%;
}

.body-classifieds .classified-interior form {
  max-width: 450px;
  margin: 0 auto;
}

.body-classifieds .classified-interior form .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  text-align: left;
}

.body-classifieds .classified-interior form.file-input {
  padding: 10px;
  border: 1px solid #dadadb;
  margin: 10px auto 0;
}

.body-classifieds .classified-interior form.file-input input {
  margin-top: 5px;
}

.body-classifieds .classified-interior form.file-input input[type="submit"] {
  display: block;
  margin: 0 0 0 auto;
}

.body-classifieds .classified-interior form.file-input input[type="submit"].save {
  background: #4a729d;
  color: #fff;
}

.body-classifieds .classified-interior form.file-input input[type="submit"].save:hover {
  background: #75a9d3;
}

.body-classifieds .classified-interior .delete-button {
  margin: 0 10px 0 auto;
  display: block;
}

.body-classifieds .classified-interior .classified-form-content {
  border: 1px solid #dadadb;
  padding: 15px;
  width: 94%;
  margin: 20px 3%;
  background: #fff;
}

.body-classifieds .classified-interior .classified-form-content .help-text {
  margin: 30px auto;
  max-width: 460px;
  text-align: left;
}

.body-classifieds .classified-interior .classified-form-content .submit-buttons {
  text-align: right;
  margin-bottom: 25px;
  margin-right: 10px;
}

.body-classifieds .classified-interior .classified-form-content .submit-buttons button {
  margin-right: 12px;
}

.body-classifieds .classified-interior .classified-form-content .submit-buttons button,
.body-classifieds .classified-interior .classified-form-content .submit-buttons input {
  min-width: 100px;
}

.body-classifieds .error,
.body-classifieds .success {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
  transform: translateY(-50%);
}

.body-classifieds .error-message {
  display: inline-block;
  list-style: none;
  width: 96%;
  margin: 2%;
  max-width: 520px;
  background: #FF5252;
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.3);
}

.body-classifieds .error-message .error-header {
  text-align: left;
  border-bottom: 1px solid #ff3939;
  padding: 0 10px;
}

.body-classifieds .error-message .error-header h4 {
  color: #fff;
  display: inline-block;
  width: auto;
}

.body-classifieds .error-message .error-header .close-button {
  float: right;
  display: inline-block;
  background: transparent;
  border: 0 none;
  padding: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 26px;
  transition: all, .2s, ease 0s;
}

.body-classifieds .error-message .error-header .close-button:hover {
  color: fade(#fff, 80%);
  transition: all, .2s, ease 0s;
}

.body-classifieds .error-message .error-header .close-button:focus {
  outline: 0 none;
  color: fade(#fff, 70%);
}

.body-classifieds .error-message .error-body {
  border-top: 1px solid #ff6c6c;
  padding: 20px 15px;
}

.body-classifieds .error-message .error-body p {
  color: #fff;
  margin: 10px 0;
}

.body-classifieds .error-message .error-footer {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px;
  text-align: right;
}

.body-classifieds .insidepage {
  position: static;
}

.body-classifieds .insidepage.classifieds-container {
  padding-top: 0;
}

.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 #333;
  border-top: 2px solid #333;
  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 #333;
  border-top: 2px solid #333;
  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, .calendar-page .event-container .event .calendar_form input,
.calendar-page .event-container .event .calendar_form textarea, .body-classifieds .classified-interior form .form-group input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #333 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  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, .calendar-page .event-container .event .calendar_form input,
  .calendar-page .event-container .event .calendar_form textarea, .body-classifieds .classified-interior form .form-group input {
    transition: none;
  }
}

.form-control::-ms-expand, .calendar-page .event-container .event .calendar_form input::-ms-expand,
.calendar-page .event-container .event .calendar_form textarea::-ms-expand, .body-classifieds .classified-interior form .form-group input::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus, .calendar-page .event-container .event .calendar_form input:focus,
.calendar-page .event-container .event .calendar_form textarea:focus, .body-classifieds .classified-interior form .form-group input:focus {
  color: #333;
  background-color: #fff;
  border-color: #d6e5f2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(117, 169, 211, 0.25);
}

.form-control::placeholder, .calendar-page .event-container .event .calendar_form input::placeholder,
.calendar-page .event-container .event .calendar_form textarea::placeholder, .body-classifieds .classified-interior form .form-group input::placeholder {
  color: #707070;
  opacity: 1;
}

.form-control:disabled, .calendar-page .event-container .event .calendar_form input:disabled,
.calendar-page .event-container .event .calendar_form textarea:disabled, .body-classifieds .classified-interior form .form-group input:disabled, .form-control[readonly], .calendar-page .event-container .event .calendar_form input[readonly],
.calendar-page .event-container .event .calendar_form textarea[readonly], .body-classifieds .classified-interior form .form-group input[readonly] {
  background-color: #c2c2c2;
  opacity: 1;
}

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

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

.col-form-label, .calendar-page .event-container .event .calendar_form {
  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: #474747;
  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],
.calendar-page .event-container .event .calendar_form input.select-style[size],
.calendar-page .event-container .event .calendar_form textarea.select-style[size],
.body-classifieds .classified-interior form .form-group input.select-style[size],
.select-style.form-control[multiple],
.calendar-page .event-container .event .calendar_form input.select-style[multiple],
.calendar-page .event-container .event .calendar_form textarea.select-style[multiple],
.body-classifieds .classified-interior form .form-group input.select-style[multiple] {
  height: auto;
}

textarea.form-control,
.calendar-page .event-container .event .calendar_form textarea {
  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: #858585;
}

.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, .was-validated .calendar-page .event-container .event .calendar_form input:valid, .calendar-page .event-container .event .calendar_form .was-validated input:valid,
.was-validated .calendar-page .event-container .event .calendar_form textarea:valid, .calendar-page .event-container .event .calendar_form .was-validated textarea:valid, .was-validated .body-classifieds .classified-interior form .form-group input:valid, .body-classifieds .classified-interior form .form-group .was-validated input:valid, .form-control.is-valid, .calendar-page .event-container .event .calendar_form input.is-valid,
.calendar-page .event-container .event .calendar_form textarea.is-valid, .body-classifieds .classified-interior form .form-group input.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, .was-validated .calendar-page .event-container .event .calendar_form input:valid:focus, .calendar-page .event-container .event .calendar_form .was-validated input:valid:focus,
.was-validated .calendar-page .event-container .event .calendar_form textarea:valid:focus, .calendar-page .event-container .event .calendar_form .was-validated textarea:valid:focus, .was-validated .body-classifieds .classified-interior form .form-group input:valid:focus, .body-classifieds .classified-interior form .form-group .was-validated input:valid:focus, .form-control.is-valid:focus, .calendar-page .event-container .event .calendar_form input.is-valid:focus,
.calendar-page .event-container .event .calendar_form textarea.is-valid:focus, .body-classifieds .classified-interior form .form-group input.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 .calendar-page .event-container .event .calendar_form input:valid ~ .valid-feedback, .calendar-page .event-container .event .calendar_form .was-validated input:valid ~ .valid-feedback, .was-validated .calendar-page .event-container .event .calendar_form textarea:valid ~ .valid-feedback, .calendar-page .event-container .event .calendar_form .was-validated textarea:valid ~ .valid-feedback, .was-validated .body-classifieds .classified-interior form .form-group input:valid ~ .valid-feedback, .body-classifieds .classified-interior form .form-group .was-validated input:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .calendar-page .event-container .event .calendar_form input:valid ~ .valid-tooltip,
.calendar-page .event-container .event .calendar_form .was-validated input:valid ~ .valid-tooltip,
.was-validated .calendar-page .event-container .event .calendar_form textarea:valid ~ .valid-tooltip,
.calendar-page .event-container .event .calendar_form .was-validated textarea:valid ~ .valid-tooltip,
.was-validated .body-classifieds .classified-interior form .form-group input:valid ~ .valid-tooltip,
.body-classifieds .classified-interior form .form-group .was-validated input:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .calendar-page .event-container .event .calendar_form input.is-valid ~ .valid-feedback, .calendar-page .event-container .event .calendar_form textarea.is-valid ~ .valid-feedback, .body-classifieds .classified-interior form .form-group input.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.calendar-page .event-container .event .calendar_form input.is-valid ~ .valid-tooltip,
.calendar-page .event-container .event .calendar_form textarea.is-valid ~ .valid-tooltip,
.body-classifieds .classified-interior form .form-group input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
.was-validated .calendar-page .event-container .event .calendar_form textarea:valid, .calendar-page .event-container .event .calendar_form .was-validated textarea:valid, textarea.form-control.is-valid,
.calendar-page .event-container .event .calendar_form textarea.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='%23333' 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") #fff 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, .was-validated .calendar-page .event-container .event .calendar_form input:invalid, .calendar-page .event-container .event .calendar_form .was-validated input:invalid,
.was-validated .calendar-page .event-container .event .calendar_form textarea:invalid, .calendar-page .event-container .event .calendar_form .was-validated textarea:invalid, .was-validated .body-classifieds .classified-interior form .form-group input:invalid, .body-classifieds .classified-interior form .form-group .was-validated input:invalid, .form-control.is-invalid, .calendar-page .event-container .event .calendar_form input.is-invalid,
.calendar-page .event-container .event .calendar_form textarea.is-invalid, .body-classifieds .classified-interior form .form-group input.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, .was-validated .calendar-page .event-container .event .calendar_form input:invalid:focus, .calendar-page .event-container .event .calendar_form .was-validated input:invalid:focus,
.was-validated .calendar-page .event-container .event .calendar_form textarea:invalid:focus, .calendar-page .event-container .event .calendar_form .was-validated textarea:invalid:focus, .was-validated .body-classifieds .classified-interior form .form-group input:invalid:focus, .body-classifieds .classified-interior form .form-group .was-validated input:invalid:focus, .form-control.is-invalid:focus, .calendar-page .event-container .event .calendar_form input.is-invalid:focus,
.calendar-page .event-container .event .calendar_form textarea.is-invalid:focus, .body-classifieds .classified-interior form .form-group input.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 .calendar-page .event-container .event .calendar_form input:invalid ~ .invalid-feedback, .calendar-page .event-container .event .calendar_form .was-validated input:invalid ~ .invalid-feedback, .was-validated .calendar-page .event-container .event .calendar_form textarea:invalid ~ .invalid-feedback, .calendar-page .event-container .event .calendar_form .was-validated textarea:invalid ~ .invalid-feedback, .was-validated .body-classifieds .classified-interior form .form-group input:invalid ~ .invalid-feedback, .body-classifieds .classified-interior form .form-group .was-validated input:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .calendar-page .event-container .event .calendar_form input:invalid ~ .invalid-tooltip,
.calendar-page .event-container .event .calendar_form .was-validated input:invalid ~ .invalid-tooltip,
.was-validated .calendar-page .event-container .event .calendar_form textarea:invalid ~ .invalid-tooltip,
.calendar-page .event-container .event .calendar_form .was-validated textarea:invalid ~ .invalid-tooltip,
.was-validated .body-classifieds .classified-interior form .form-group input:invalid ~ .invalid-tooltip,
.body-classifieds .classified-interior form .form-group .was-validated input:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .calendar-page .event-container .event .calendar_form input.is-invalid ~ .invalid-feedback, .calendar-page .event-container .event .calendar_form textarea.is-invalid ~ .invalid-feedback, .body-classifieds .classified-interior form .form-group input.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.calendar-page .event-container .event .calendar_form input.is-invalid ~ .invalid-tooltip,
.calendar-page .event-container .event .calendar_form textarea.is-invalid ~ .invalid-tooltip,
.body-classifieds .classified-interior form .form-group input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
.was-validated .calendar-page .event-container .event .calendar_form textarea:invalid, .calendar-page .event-container .event .calendar_form .was-validated textarea:invalid, textarea.form-control.is-invalid,
.calendar-page .event-container .event .calendar_form textarea.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='%23333' 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") #fff 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, .form-inline .calendar-page .event-container .event .calendar_form input, .calendar-page .event-container .event .calendar_form .form-inline input,
  .form-inline .calendar-page .event-container .event .calendar_form textarea, .calendar-page .event-container .event .calendar_form .form-inline textarea, .form-inline .body-classifieds .classified-interior form .form-group input, .body-classifieds .classified-interior form .form-group .form-inline input {
    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: #e0e0e0;
}

.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: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 27px;
  background: #fff;
  color: #333;
  border-color: #e0e0e0;
}

@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: #e0e0e0;
  display: block;
  border-radius: 45px;
  position: relative;
}

.switch label:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -5px;
  width: 28px;
  height: 28px;
  background: #fff;
  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 #e0e0e0;
  border-radius: 100%;
  background: #fff;
  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: #fff;
  border-color: #97c8f0;
}

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

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 #e0e0e0;
  background: #fff;
  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: #97c8f0;
  border-color: #97c8f0;
  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 #e0e0e0;
  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: #4a729d;
  color: #fff;
  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: #fff;
}

.tag-input:hover {
  background-color: #75a9d3;
  color: #fff;
  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: #4a729d;
}

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

.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: #fff;
}

.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: #e0e0e0;
}

.bread-cumbs .stage {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 15px;
  line-height: 16px;
  overflow: hidden;
  background-color: #fff;
  color: #333;
  border: 2px solid #e0e0e0;
  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: #fff;
  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 #e0e0e0;
  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 #e0e0e0;
  background: #f0f0f0;
}

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

.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 #e0e0e0;
  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: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
}

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

@media screen and (min-width: 768) {
  .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: #e7e7e7;
}

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: #fff;
}

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: #fff;
  color: #e7e7e7;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  background: #fff;
  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: #e7e7e7;
}

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: #4a729d;
}

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: #fff;
}

w .contact-container .col-2-reversed .contact-forms .svg-fill {
  fill: #fff;
}

@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: #fff;
  color: #4a729d;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  background: #fff;
  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: #4a729d;
}

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: #fff;
  color: #4a729d;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  background: #fff;
  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: #4a729d;
}

@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: "Questrial", sans-serif;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: #333;
  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 #ebrochure_content .header-text-style-1 span, #ebrochure_content w .contact-container .header-text-style-1 span, w .contact-container #appointment_success > h2 span, w .contact-container .api-token-home-header-2 span,
w .contact-container .header-text-style-2 span,
w .contact-container .header-text-style-emphasis span {
  font-size: inherit;
}

w .contact-container .box-confined {
  background: #fff;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.5);
  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, #contact_container #div_appointment_form .calendar-input-wrapper .calendar-page .event-container .event .calendar_form input, .calendar-page .event-container .event .calendar_form #contact_container #div_appointment_form .calendar-input-wrapper input,
#contact_container #div_appointment_form .calendar-input-wrapper .calendar-page .event-container .event .calendar_form textarea, .calendar-page .event-container .event .calendar_form #contact_container #div_appointment_form .calendar-input-wrapper textarea, #contact_container #div_appointment_form .calendar-input-wrapper .body-classifieds .classified-interior form .form-group input, .body-classifieds .classified-interior form .form-group #contact_container #div_appointment_form .calendar-input-wrapper input {
  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, #contact_form_general .confined-container .header-text-style-emphasis {
  margin-left: auto;
  margin-right: auto;
}

.calendar-input-wrapper {
  min-height: 40px;
}

#move-in-date.date-picker {
  color: #333;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  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: #fff;
  outline: 3px solid #4a729d;
  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: #333;
}

@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: #fff;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.5);
  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: #fff;
  background-clip: padding-box;
  width: 65%;
  margin-right: 5%;
  border: 1px solid #e0e0e0;
}

#contact_container .contact-column-2 .confined-container #id_appointment_time {
  width: 30%;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  background-clip: padding-box;
  height: calc(1.5em + 0.75rem + 2px);
}

#contact_container .contact-column-2 .confined-container .text-color {
  color: #333;
}

#contact_container .contact-column-2 .confined-container > .header-text-style-2, #contact_container .contact-column-2 .confined-container > .header-text-style-emphasis {
  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: #e7e7e7;
  padding: 5%;
  text-align: left;
}

#contact_container .contact-column-2 .info-box * {
  color: #fff;
}

#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: #e7e7e7;
  padding: 5%;
  text-align: left;
}

#contact_container .contact-column-2.reverse .info-box * {
  color: #333;
}

#contact_container .contact-column-2.reverse .contact-image {
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.5);
  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: #333;
}

#contact_container .form-holder .svg-fill {
  fill: #333;
}

@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 .header-text-style-emphasis,
  #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, #contact_container .appointment-input .appointment-date-time .calendar-page .event-container .event .calendar_form input#next_appointment_time, .calendar-page .event-container .event .calendar_form #contact_container .appointment-input .appointment-date-time input#next_appointment_time,
#contact_container .appointment-input .appointment-date-time .calendar-page .event-container .event .calendar_form textarea#next_appointment_time, .calendar-page .event-container .event .calendar_form #contact_container .appointment-input .appointment-date-time textarea#next_appointment_time, #contact_container .appointment-input .appointment-date-time .body-classifieds .classified-interior form .form-group input#next_appointment_time, .body-classifieds .classified-interior form .form-group #contact_container .appointment-input .appointment-date-time input#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 #appointment_success > h2 span, #contact_container .api-token-home-header-2 span,
#contact_container .header-text-style-2 span,
#contact_container .header-text-style-emphasis 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: #fff;
  background: #333;
}

@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: #4a729d;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #fff;
  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 #fff;
  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 #fff;
  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: #fff;
  border: 1px solid whitesmoke;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable {
  background: #ebebeb;
  cursor: not-allowed !important;
}

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

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td.undefined:not(.ui-datepicker-unselectable) {
  background: #fff;
  border: 1px solid #f3f3f3;
  transition: all .3s ease 0s;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td.undefined:not(.ui-datepicker-unselectable):hover {
  background: #4a729d;
  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 #557aa3;
  outline-offset: -2px;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
  background: #97c8f0 !important;
  border: 1px solid #9dcbf1 !important;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day:hover {
  background: #97c8f0;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day span {
  color: #fff !important;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day .ui-state-active {
  color: #fff;
}

.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: #333;
  text-align: center;
  width: 100%;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody tr td .ui-datepicker-today {
  outline: 2px solid #557aa3;
  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: "Open Sans", 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: "Open Sans", sans-serif;
}

.datepicker .modal-footer .btn-primary {
  padding: 5px 13px;
  margin-top: 10px;
  border: 1px solid #e0e0e0;
  font-family: "Open Sans", 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: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  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: #333;
  background-color: #fff;
  border-color: #d6e5f2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(117, 169, 211, 0.25);
}

.legacy-form form input:not([type='submit'])::placeholder,
.legacy-form form textarea::placeholder {
  color: #707070;
  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: #c2c2c2;
  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: #f7f7f9;
  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: #333;
}

#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: #333;
  font-family: "Questrial", sans-serif;
  font-weight: 700;
  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: #333;
  font-family: "Open Sans", 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: #333;
  font-family: "Open Sans", sans-serif;
  line-height: initial;
  font-size: 20px;
  margin-bottom: 10px;
}

#ebrochure_content section {
  margin: 80px auto;
  position: relative;
  background: #333;
}

#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: #fff;
  white-space: nowrap;
}

#ebrochure_content .eho .svg-fill {
  fill: #fff;
}

#ebrochure_content .ebrochure-amenities-section {
  background: #4a729d;
  padding: 1em;
}

#ebrochure_content .ebrochure-amenities-section .amenities-container {
  background: #fff;
  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: #4a729d;
  padding: 1em;
}

#ebrochure_content .gallery-page .gallery-contain {
  background: #fff;
}

#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: #4a729d;
  padding: 1em;
}

#ebrochure_content .floorplans-section .item {
  background: #fff;
}

#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 #e0e0e0;
  background-color: #fff;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.5);
  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: #333;
  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: #333;
  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: #4a729d;
  padding: 1em;
}

#ebrochure_content .site-map .sm-contain {
  background: #fff;
}

#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: #4a729d;
  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: #fff;
  --picker-dp-bg-alt: #333;
  --picker-dp-mobile-backdrop: rgba(51, 51, 51, 0.8);
  --picker-dp-accent: #4a729d;
  --picker-dp-accent-hover: #75a9d3;
  --picker-dp-accent-alt: #fff;
  --picker-dp-accent-border-color: #5c80a7;
  --picker-dp-border-select: #d6d6d6;
  --picker-dp-border-light: #ededed;
  --picker-dp-border-select: #d6d6d6;
  --picker-dp-button-border: #e7e7e7;
  --picker-font-size: 18px;
  --picker-font: Open Sans, 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: #474747;
  --picker-dp-tag: #e7e7e7;
  --picker-dp-tag-disabled: #d6d6d6;
  --picker-dp-bg-disabled: #d6d6d6;
  --picker-dp-bg-disabled-alt: #5c5c5c;
  --picker-dp-bg-disabled-hover: #c2c2c2;
  --picker-dp-tag: #e7e7e7;
  --picker-dp-tag-disabled: #d6d6d6;
  --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: #fff;
  --fp-future-filter-bg-alt: #333;
  --fp-future-filter-border: whitesmoke;
  --fp-future-filter-toggle-button-bg: #333;
  --fp-future-filter-toggle-button-bg-hover: #4a729d;
  --fp-future-filter-toggle-button-bg-alt: #fff;
  --fp-future-filter-input-bg: #fff;
  --fp-future-filter-input-bg-alt: #333;
  --fp-future-filter-input-border: #e0e0e0;
  --fp-future-filter-input-radius: 0.25rem;
  --fp-future-filter-input-minwidth: 200px;
  --fp-future-accordian-layout-bg: #e3e3e5;
  --fp-future-accordian-layout-bg-alt: #333;
  --fp-future-accordian-layout-border: #c9c9ca;
  --fp-future-fp-list-card-bg: #fff;
  --fp-future-fp-list-card-bg-alt: #333;
  --fp-future-fp-list-card-availability-bg: #4a729d;
  --fp-future-fp-list-card-availability-bg-alt: #fff;
  --fp-future-fp-list-card-accent-bg: #4a729d;
  --fp-future-fp-list-card-accent-bg-alt: #fff;
  --fp-future-fp-list-card-hover-bg: #e7e7e7;
  --fp-future-fp-list-card-hover-bg-alt: #fff;
  --fp-future-availability-list-bg: #fff;
  --fp-future-availability-list-bg-alt: #333;
  --fp-future-availability-list-accent: #4a729d;
  --fp-future-availability-list-accent-alt: #fff;
  --fp-future-availability-list-header-bg: #75a9d3;
  --fp-future-availability-list-header-bg-alt: #fff;
  --fp-future-detail-bg: #fff;
  --fp-future-detail-bg-alt: #333;
  --fp-future-detail-accent-bg: #4a729d;
  --fp-future-detail-accent-bg-alt: #fff;
  --fp-future-detail-bulletlist-color: #4a729d;
  --fp-future-detail-button-bg: #4a729d;
  --fp-future-detail-button-bg-hover: #2D3549;
  --fp-future-detail-button-bg-alt: #fff;
  --fp-future-detail-back-button-bg: #75a9d3;
  --fp-future-detail-back-button-bg-hover: #2D3549;
  --fp-future-detail-back-button-bg-alt: #fff;
  --fixed-bottom-nav-1-bg: #fff;
  --fixed-bottom-nav-1-bg-hover: #e4eaf0;
  --fixed-bottom-nav-1-bg-alt: #333;
  --fixed-bottom-nav-1-active-bg: #4a729d;
  --fixed-bottom-nav-1-active-bg-alt: #fff;
  --carousel-control-color: #fff;
  --fp-future-modal-bg: #fff;
  --fp-future-modal-bg-alt: #333;
  --fp-future-modal-border-color: #e0e0e0;
  --fp-future-modal-backdrop-bg: #4a729d;
  --fp-future-modal-backdrop-opacity: 0.7;
  --popover-bg: #fff;
  --popover-bg-alt: #333;
  --popover-border-color: #e0e0e0;
  --fp-future-popover-accent: #4a729d;
  --fp-future-popover-accent-hover: #75a9d3;
  --fp-future-popover-accent-alt: #fff;
  --fp-future-toggle-buttons-bg: #fff;
  --fp-future-toggle-buttons-bg-alt: #333;
  --fp-future-toggle-buttons-accent: #4a729d;
  --fp-future-toggle-buttons-accent-alt: #fff;
}

@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: 400;
  line-height: 1.5;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
}

.future-fps-container .popover {
  font-size: calc(18px + (27 - strip-units(23px)) * ((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: "Questrial", sans-serif;
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
    letter-spacing: 0px;
    color: #333;
    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: "Questrial", 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: "Questrial", 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: "Open Sans", 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: "Open Sans", 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 #333;
  text-align: left;
}

.gallery-page .gallery-group {
  margin-bottom: 25px;
  background: #fff;
  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: #e7e7e7;
  color: #fff;
}

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

@media only screen and (max-width: 450px) {
  #neighborhood_section #neighborhood_heading {
    transform: scale(0.9);
  }
}

#neighborhood_section .content-container {
  background: #fff;
  color: #333;
}

@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: #fff;
}

#neighborhood_section .content-container .map-container .mapboxgl-popup {
  width: 225px;
}

#neighborhood_section .content-container .map-container .mapboxgl-popup-content {
  text-align: left;
  background: #fff;
  color: #333;
  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: #97c8f0;
  color: #fff;
  transition: color .3s ease;
  border-radius: 100%;
  padding-bottom: 4px;
  transition: color .3s ease;
  float: right;
  background: #4a729d;
  border-radius: 25px;
  color: #fff;
  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: #75a9d3;
  color: #fff;
  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: "Open Sans", sans-serif;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: #333;
  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: #333;
}

#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: "Open Sans", sans-serif;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: #333;
  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: #333;
}

#neighborhood_section .content-container .map-container .mapboxgl-marker {
  background-color: #e0e0e0;
  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: #e7e7e7;
  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 #e0e0e0;
}

@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: "Open Sans", sans-serif;
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
    letter-spacing: 0px;
    color: #333;
    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: #e0e0e0;
  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: #fff;
    background-color: #e7e7e7;
    border-bottom: 2px solid #ebebeb;
  }
}

@media only screen and (max-width: 1200px) {
  #neighborhood_section .content-container .poi-category-list .poi-list-content .category-list-item {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    padding: 15px 0 15px 60px;
    text-align: left;
    display: inline-block;
    background-color: #fff;
    color: #333;
    border-color: #e0e0e0;
    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: #4a729d;
  color: #fff;
}

#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 #e0e0e0;
    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 #333;
  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: #f7f7f9;
    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 10px 18px rgba(0, 0, 0, 0.5);
  }
}

#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 #333;
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#neighborhood_section .content-container .poi-list-container .poi-list li button.active {
  background: #4a729d;
  color: #fff;
  border-color: #4a729d;
}

#neighborhood_section #neighborhood_section {
  padding: 30px;
}

.newsletters {
  text-align: center;
  margin-top: 50px;
}

.newsletters .newsletter_button {
  margin-top: 0;
}

.newsletters #newsletter-editions {
  list-style: none;
  width: 100%;
  text-align: center;
  padding: 0;
}

.newsletters #newsletter-editions li {
  display: inline-block;
  width: auto;
  margin: 19px 0;
  align-items: center;
}

.newsletters #newsletter-editions li .newsletter-link {
  display: inline-block;
  min-width: 150px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 19px 0;
  align-items: center;
}

@supports (display: flex) {
  .newsletters #newsletter-editions li .newsletter-link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.newsletters #newsletter-editions .newsletter-link {
  margin-bottom: 20px;
}

.newsletters #newsletter-editions .newsletter-link span {
  vertical-align: top;
  margin-right: 10px;
}

.newsletters #newsletter-editions .newsletter-link > img {
  width: 30px !important;
  height: auto !important;
  margin-right: -38px;
}

.newsletters #pdfframe {
  width: 100%;
  height: 129vw;
  max-height: 1396px;
}

.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 - 90px);
  }
}

.pets-page-style-1 .image-panel-2-col .text-section {
  background: #e3e3e5;
  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: #333;
}

.pets-page-style-1 .image-panel-2-col .card {
  background: #fff;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.5);
  border: 1px solid #e0e0e0;
  padding: 4%;
}

.pets-page-style-1 .image-panel-2-col .card .text-color {
  color: #333;
}

.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: #97c8f0;
}

.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: #333;
  font-family: "Questrial", 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: "Questrial", sans-serif;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  letter-spacing: 0px;
  color: #333;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
  color: #fff;
  font-weight: 400;
  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: #e3e3e5;
}

.pets-page-style-1 .pet-policy {
  margin-bottom: 40px;
}

.pet-card {
  background: #fff;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.5);
  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: #4a729d;
    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: #333;
}

.pet-card .text-color.header-text-style-3, .pet-card .calendar-page .calendar_holder .calender_header h3.text-color, .calendar-page .calendar_holder .calender_header .pet-card h3.text-color, .pet-card #floorplan_list .bed-header h4.text-color, #floorplan_list .bed-header .pet-card h4.text-color {
  color: #97c8f0;
}

.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 #e0e0e0;
  }
}

.desktop-1-col-skinny {
  max-width: 650px;
  margin: 0 auto;
  display: block;
  padding: 40px;
}

.insidepage .center-title-style-1 {
  background: #e7e7e7;
  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: #fff;
  color: #e7e7e7;
  border-radius: 0;
  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: 0;
  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: 0;
}

.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: 0;
}

.insidepage .center-title-style-1 .cts1-button:hover {
  color: #e7e7e7;
}

.insidepage .center-title-style-1 .cts1-button:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
  border-radius: 0;
}

.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: #fff;
}

.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: #fff;
  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: #fff;
  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: #4a729d;
}

.newsletters {
  text-align: center;
  margin-top: 50px;
}

.newsletters .newsletter_button {
  margin-top: 0;
}

.newsletters #newsletter-editions {
  list-style: none;
  width: 100%;
  text-align: center;
  padding: 0;
}

.newsletters #newsletter-editions li {
  display: inline-block;
  width: auto;
  margin: 19px 0;
  align-items: center;
}

.newsletters #newsletter-editions li .newsletter-link {
  display: inline-block;
  min-width: 150px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 19px 0;
  align-items: center;
}

@supports (display: flex) {
  .newsletters #newsletter-editions li .newsletter-link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.newsletters #newsletter-editions .newsletter-link {
  margin-bottom: 20px;
}

.newsletters #newsletter-editions .newsletter-link span {
  vertical-align: top;
  margin-right: 10px;
}

.newsletters #newsletter-editions .newsletter-link > img {
  width: 30px !important;
  height: auto !important;
  margin-right: -38px;
}

.newsletters #pdfframe {
  width: 100%;
  height: 129vw;
  max-height: 1396px;
}

.body-review #review_form_container {
  background: #fff;
  color: #333;
  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 #e0e0e0;
  border-radius: 0.25rem;
}

.body-review #review_form_container select {
  background-color: #fff;
  color: #333;
}

.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 #e0e0e0;
  background: #fff;
  color: #333;
  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: #e7e7e7;
  color: #fff;
  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;
}

#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: #fff;
  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: #75a9d3;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  background: #75a9d3;
  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: #fff;
}

.body-service-request #div_success_popup {
  width: 50%;
  margin: 30px auto;
  background: #fff;
  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;
}

#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: #fff;
  margin: 0 auto 35px;
}

.sisters-container #sister_community_rents > h3 {
  background: #4a729d;
  color: #fff;
  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 #ebebeb;
  background: whitesmoke;
  outline: 0px solid #4a729d !important;
}

.sisters-container #sister_community_rents .sister-communities .sister.active {
  outline: 3px solid #4a729d !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: #333;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-name {
  text-align: center;
  margin: 0;
  width: 100%;
  color: #333;
}

.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: #333;
  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: #4a729d;
  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: #333;
  font-family: "Open Sans", 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: #4a729d;
  color: #fff;
  padding: 3px 8px;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-distance a:hover {
  background-color: #75a9d3;
  color: #edf1f5;
}

.sisters-container #sister_community_rents .sister-communities .sister .sister-details .sister-address {
  background: #fff;
  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: #fff;
  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%;
}

.bfb-plus {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  background: #4a729d;
  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: #75a9d3;
  transition: background-color .3s ease;
}

.bfb-plus:before {
  content: '';
  width: 2px;
  height: 20px;
  display: inline-block;
  background-color: #fff;
  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: #fff;
  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: #fff;
  color: #333;
  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 #e0e0e0;
  vertical-align: top;
  margin-bottom: 20px;
  min-width: 280px;
  padding: 20px;
  background-color: #333;
  color: #f7f7f9;
  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: #4a729d;
  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: #fff;
  border: 1px solid #e0e0e0;
  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: #333 !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 #e0e0e0;
  background: #fff;
  color: #333;
}

.specials .promotions .promotion form div input:focus,
.specials .promotions .promotion form div select:focus {
  outline-color: #4a729d;
}

.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: #4a729d;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  background: #4a729d;
  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: #fff;
}

.specials .promotions .promotion form div:last-child input:hover {
  background: #97c8f0;
}

@media only screen and (max-width: 479px) {
  .specials .promotions .promotion form div.google-recaptcha {
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}

@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: #fff;
  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: #fff;
}

.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: #fff;
  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 screen and (max-width: 450px) {
  .header-text-style-1, #ebrochure_content .header-text-style-1, #appointment_success > h2, .api-token-home-header-2 {
    font-size: var(--header-text-style-1-sm-font-size);
    text-transform: var(--header-text-style-1-text-transform);
    font-weight: var(--header-text-style-1-font-weight);
    font-family: var(--header-text-style-1-font-family);
    line-height: var(--header-text-style-1-line-height);
    letter-spacing: var(--header-text-style-1-letter-spacing);
    color: var(--header-text-style-1-color);
    margin: var(--header-text-style-1-margin);
    position: relative;
    z-index: 10;
  }
}

@media screen and (min-width: 451px) {
  .header-text-style-1, #ebrochure_content .header-text-style-1, #appointment_success > h2, .api-token-home-header-2 {
    font-size: var(--header-text-style-1-md-font-size);
    text-transform: var(--header-text-style-1-text-transform);
    font-weight: var(--header-text-style-1-font-weight);
    font-family: var(--header-text-style-1-font-family);
    line-height: var(--header-text-style-1-line-height);
    letter-spacing: var(--header-text-style-1-letter-spacing);
    color: var(--header-text-style-1-color);
    margin: var(--header-text-style-1-margin);
    position: relative;
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  .header-text-style-2, .header-text-style-emphasis {
    font-size: var(--header-text-style-2-sm-font-size);
    text-transform: var(--header-text-style-2-text-transform);
    font-weight: var(--header-text-style-2-font-weight);
    font-family: var(--header-text-style-2-font-family);
    line-height: var(--header-text-style-2-line-height);
    letter-spacing: var(--header-text-style-2-letter-spacing);
    color: var(--header-text-style-2-color);
    margin: var(--header-text-style-2-margin);
    position: relative;
    z-index: 10;
  }
}

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

@media screen and (min-width: 1440px) {
  .header-text-style-2, .header-text-style-emphasis {
    font-size: var(--header-text-style-2-lg-font-size);
    text-transform: var(--header-text-style-2-text-transform);
    font-weight: var(--header-text-style-2-font-weight);
    font-family: var(--header-text-style-2-font-family);
    line-height: var(--header-text-style-2-line-height);
    letter-spacing: var(--header-text-style-2-letter-spacing);
    color: var(--header-text-style-2-color);
    margin: var(--header-text-style-2-margin);
    position: relative;
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  .header-text-style-3, .calendar-page .calendar_holder .calender_header h3, #floorplan_list .bed-header h4 {
    font-size: var(--header-text-style-3-sm-font-size);
    text-transform: var(--header-text-style-3-text-transform);
    font-weight: var(--header-text-style-3-font-weight);
    font-family: var(--header-text-style-3-font-family);
    line-height: var(--header-text-style-3-line-height);
    letter-spacing: var(--header-text-style-3-letter-spacing);
    color: var(--header-text-style-3-color);
    margin: var(--header-text-style-3-margin);
    position: relative;
    z-index: 10;
  }
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header-text-style-3, .calendar-page .calendar_holder .calender_header h3, #floorplan_list .bed-header h4 {
    font-size: var(--header-text-style-3-md-font-size);
    text-transform: var(--header-text-style-3-text-transform);
    font-weight: var(--header-text-style-3-font-weight);
    font-family: var(--header-text-style-3-font-family);
    line-height: var(--header-text-style-3-line-height);
    letter-spacing: var(--header-text-style-3-letter-spacing);
    color: var(--header-text-style-3-color);
    margin: var(--header-text-style-3-margin);
    position: relative;
    z-index: 10;
  }
}

@media screen and (min-width: 1440px) {
  .header-text-style-3, .calendar-page .calendar_holder .calender_header h3, #floorplan_list .bed-header h4 {
    font-size: var(--header-text-style-3-lg-font-size);
    text-transform: var(--header-text-style-3-text-transform);
    font-weight: var(--header-text-style-3-font-weight);
    font-family: var(--header-text-style-3-font-family);
    line-height: var(--header-text-style-3-line-height);
    letter-spacing: var(--header-text-style-3-letter-spacing);
    color: var(--header-text-style-3-color);
    margin: var(--header-text-style-3-margin);
    position: relative;
    z-index: 10;
  }
}

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

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

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

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

@media only screen and (max-width: 450px) {
  .page-header {
    font-size: var(--page-header-font-size-sm);
    text-transform: var(--page-header-text-transform);
    font-weight: var(--page-header-font-weight);
    font-family: var(--page-header-font-family);
    line-height: var(--page-header-line-height);
    letter-spacing: var(--page-header-letter-spacing);
    color: var(--page-header-color);
    margin: var(--page-header-margin);
    position: relative;
    z-index: 10;
  }
}

@media only screen and (min-width: 451px) {
  .page-header {
    font-size: var(--page-header-font-size-md);
    text-transform: var(--page-header-text-transform);
    font-weight: var(--page-header-font-weight);
    font-family: var(--page-header-font-family);
    line-height: var(--page-header-line-height);
    letter-spacing: var(--page-header-letter-spacing);
    color: var(--page-header-color);
    margin: var(--page-header-margin);
    position: relative;
    z-index: 10;
  }
}

.button-style-1, .submit-group.has-breadcrumbs .btn-back, .btn, .body-classifieds .btn-primary, .body-classifieds .btn.login, .body-classifieds .btn.all, .body-classifieds .btn.filter, .body-classifieds .btn.new, #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 {
  background: #75a9d3;
}

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

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

#footer .footer-column-group .footer-column-2 {
  text-align: center;
}

#footer .footer-column-group .footer-column-2 .footer-office-hours {
  width: auto;
  display: inline-block;
}

#footer .footer-column-group .footer-column-2 .footer-office-hours #office_hours_header {
  margin: 10px auto;
  text-align: left;
}

#footer .footer-column-group .footer-column-2 .footer-office-hours .api-office_hours {
  text-align: left;
  padding-bottom: 22px;
}

#lisa-chat__container #lisa-chat__wrapper--minimized .live-chat__minimized .live-chat__minimized--help-text div {
  font-size: inherit;
}

@media only screen and (min-width: 1025px) {
  .swiper-container-fade .swiper-slide {
    height: calc(100vh - var(--hp-nav-height));
  }
}

.main-navigation {
  position: relative;
  z-index: 2;
}

.navbar-style-4 .navbar-main .nav-group-1 .navbar-menu-item-2 a span.api-phone:hover {
  color: #4a729d;
}

#home_page_text_section .home-text-section .header-text-1 {
  text-transform: unset;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1360px) {
  #home_page_text_section .home-text-section .header-text-1 {
    font-size: 65px;
  }
}

@media only screen and (max-width: 768px) {
  #home_page_text_section .home-text-section .header-text-1 br {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  #home_page_text_section .home-text-section .header-text-2 br {
    display: none;
  }
}

.quicklinks-bar .quicklink:hover span {
  color: #fff;
}

.quicklinks-bar .quicklink:hover svg rect,
.quicklinks-bar .quicklink:hover svg path {
  fill: #fff;
}

.hp-cta-section-1 .tile .tile-heading {
  text-align: center;
}

.hp-cta-section-1 .tile svg path {
  fill: #fff;
}

#footer .copyright-text a:hover:before {
  background: #4a729d;
}

#footer .footer-column-group .footer-column-1 .footer-address .address-text#footer-number:hover {
  color: #4a729d;
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
  #footer .footer-column-group .footer-column-2.footer-group .footer-office-hours {
    width: 100%;
  }
}

#footer .footer-column-group .footer-column-2 .social-links .icons li:hover svg g,
#footer .footer-column-group .footer-column-2 .social-links .icons li:hover svg path {
  fill: #4a729d;
}

#footer .menu-item:hover:before,
#footer .disclaimer-links a:hover:before {
  background: #4a729d;
}

#contact_container .contact-column-2 .info-box {
  background: #75a9d3;
}

#contact_container .btn-next {
  background: #75a9d3;
  color: #fff;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background: transparent;
  border: unset;
}

.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.datepicker .ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}

.form-style1 .form-group label {
  line-height: 1.5;
}

@media only screen and (max-width: 1300px) {
  .content-container.pet-card {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #body_floorplans .popover .arrow {
    display: none !important;
  }
}

:root {
  --header-text-style-1-sm-font-size: 26px;
  --header-text-style-1-md-font-size: 44px;
  --header-text-style-1-font-family: Questrial, sans-serif;
  --header-text-style-1-color: #4a729d;
  --header-text-style-1-text-transform: capitalize;
  --header-text-style-1-letter-spacing: 0px;
  --header-text-style-1-margin: 0 0 16px;
  --header-text-style-1-font-weight: 400;
  --header-text-style-1-line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  --header-text-style-2-sm-font-size: 30px;
  --header-text-style-2-md-font-size: 30px;
  --header-text-style-2-lg-font-size: 30px;
  --header-text-style-2-font-family: Questrial, sans-serif;
  --header-text-style-2-color: #333;
  --header-text-style-2-text-transform: none;
  --header-text-style-2-letter-spacing: 0px;
  --header-text-style-2-margin: 0 0 16px;
  --header-text-style-2-font-weight: 400;
  --header-text-style-2-line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  --header-text-style-3-sm-font-size: 33px;
  --header-text-style-3-md-font-size: 33px;
  --header-text-style-3-lg-font-size: 33px;
  --header-text-style-3-font-family: Questrial, sans-serif;
  --header-text-style-3-color: #333;
  --header-text-style-3-text-transform: uppercase;
  --header-text-style-3-letter-spacing: 0px;
  --header-text-style-3-margin: 0 0 16px;
  --header-text-style-3-font-weight: 700;
  --header-text-style-3-line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  --header-text-style-4-sm-font-size: 26px;
  --header-text-style-4-md-font-size: 26px;
  --header-text-style-4-lg-font-size: 26px;
  --header-text-style-4-font-family: Questrial, sans-serif;
  --header-text-style-4-color: #333;
  --header-text-style-4-text-transform: uppercase;
  --header-text-style-4-letter-spacing: 0px;
  --header-text-style-4-margin: 0px;
  --header-text-style-4-font-weight: 400;
  --header-text-style-4-line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  --header-text-style-5-font-size: 24px;
  --header-text-style-5-font-family: Questrial, sans-serif;
  --header-text-style-5-color: #333;
  --header-text-style-5-text-transform: uppercase;
  --header-text-style-5-letter-spacing: 0px;
  --header-text-style-5-margin: 0 0 35px;
  --header-text-style-5-font-weight: 400;
  --header-text-style-5-line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  --page-header-font-size-sm: 26px;
  --page-header-font-size-md: 51px;
  --page-header-font-family: Questrial, sans-serif;
  --page-header-color: #333;
  --page-header-text-transform: uppercase;
  --page-header-letter-spacing: 0px;
  --page-header-margin: 35px 0;
  --page-header-font-weight: 700;
  --page-header-line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  --page-bg: #f7f7f9;
  --page-bg-alt: #333;
  --hp-nav-height: 288px;
}

.hp-cta-section-1 .tile svg path,
.hp-cta-section-1 .tile svg rect {
  fill: #000;
}

.hp-cta-section-1 .tile:hover svg path,
.hp-cta-section-1 .tile:hover svg rect {
  fill: #fff !important;
}

.hp-cta-section-1 .tile-5:hover span,
.hp-cta-section-1 .tile-6:hover span,
.hp-cta-section-1 .tile-9:hover span {
  color: #fff;
}

.hp-cta-section-1 .tile-7.tile svg path {
  fill: #fff;
}

.hp-cta-section-1 .tile-8.tile svg path,
.hp-cta-section-1 .tile-8.tile svg rect {
  fill: #fff;
}

.phone-link {
  color: #fff;
}

.phone-link:hover {
  color: #75a9d3;
}

#footer .footer-column-group .footer-column-3 .menu-item .link:hover {
  background-color: #4a729d;
}

#body_floorplans .insidepage .page-header {
  font-size: 25px;
}

#body_floorplans .insidepage .insidepage-direct {
  padding: 0 10px;
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
  #fp_view_detailed .floorplan-sub-tab .ul-group .list-unstyled {
    margin-bottom: 15px;
  }
}

#main_content .amenities-section-container.even .bulletlist li:before, #main_content .amenities-section-container.odd .bulletlist li:before {
  font-size: 25px;
  color: #4a729d;
}

#neighborhood_section .content-container .poi-category-list .poi-list-content .category-list-item {
  color: #333;
}

#contact_container .contact-column-2.reverse .info-box * {
  font-size: 30px;
}

.body-review #review-display-container #review-display-region .reviews_header {
  background: #4a729d;
}

@media only screen and (max-width: 769px) {
  #div_success_popup h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 769px) {
  #div_success_popup p {
    margin-top: 20px;
  }
}

#footer .disclaimer-links a:hover,
#footer .copyright-text a:hover,
#footer .sm-icon a:hover {
  background: #75a9d3;
}

:root {
  --quick-link-bg-hover: #75a9d3;
  --footer-corp-logo-max-width: 250px;
  --footer-link-hover-bg: $color2;
  --fp-future-fp-list-card-hover-bg: #4a729d;
  --disclaimer-link-hover-bg: #75a9d3;
}
