@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
: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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

@font-face {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  font-weight: 300;
  color: #222222;
  text-align: left;
  background-color: #fdfdfd;
  font-family: "Source Sans Pro", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

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

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

figure {
  margin: 0 0 0;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.hidden {
  display: none;
}

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

.align-right {
  float: right;
}

.align-left {
  float: left;
}

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

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

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

.sr-only, .screen-reader-only-description {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.sr-only:focus, .screen-reader-only-description:focus {
  background-color: #f1b434;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #222222;
  display: inline-block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  width: auto;
  position: relative;
  z-index: 200;
  margin: 10px;
}

.svg-fill {
  fill: #222222;
}

.hide {
  display: none !important;
}

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

.display-block {
  display: block;
}

.bulletlist {
  text-align: left;
}

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

.paragraph-text {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .paragraph-text {
    max-width: 650px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1999px) {
  .paragraph-text {
    width: 70%;
  }
}
@media only screen and (min-width: 2000px) {
  .paragraph-text {
    width: 50%;
  }
}

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

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

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

.printheader {
  display: none;
}

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

.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 {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.list-group {
  padding-left: 0;
  margin-bottom: 0;
}
@supports (display: flex) {
  .list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.list-group-item-action {
  width: 100%;
  color: #1b1b1b;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #1b1b1b;
  text-decoration: none;
  background-color: #e4e4e4;
}
.list-group-item-action:active {
  color: #222222;
  background-color: #f1b434;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fdfdfd;
  border: 1px solid gainsboro;
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #4e4e4e;
  pointer-events: none;
  background-color: #fdfdfd;
}
.list-group-item.active {
  z-index: 2;
  color: #222222;
  background-color: #f1b434;
  border-color: #dca532;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: 0.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: -0.25em;
}

sup {
  top: -0.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);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  -webkit-animation: loaderAnim 0.7s linear infinite alternate forwards;
          animation: loaderAnim 0.7s linear infinite alternate forwards;
}

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

@keyframes loaderAnim {
  to {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1) rotate3d(0, 0, 1, -180deg);
            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 #222222;
  border-top: 2px solid #222222;
  content: " ";
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.select-style[aria-expanded=true]::after {
  border-left: 0px solid transparent;
  border-right: 2px solid #222222;
  border-top: 2px solid #222222;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 17px;
}

.input-group {
  position: relative;
  width: 100%;
}
@supports (display: flex) {
  .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@supports (display: flex) {
  .input-group.flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.input-group.mb-2 {
  margin-bottom: 0.5rem;
}
.input-group .input-group-prepend {
  margin-right: 13px;
}
@supports (display: flex) {
  .input-group .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: 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] {
  -webkit-box-sizing: border-box;
          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: 0.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  color: #222222 !important;
  background-color: #fdfdfd;
  background-clip: padding-box;
  border: 1px solid gainsboro !important;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #222222;
  background-color: #fdfdfd;
  border-color: #bae8f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 195, 224, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(78, 195, 224, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #646464;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #646464;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #646464;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #646464;
  opacity: 1;
}
.form-control::placeholder {
  color: #646464;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #bbbbbb;
  opacity: 1;
}

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

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  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: #383838;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  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],
.select-style.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

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

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

.form-row {
  margin-right: -5px;
  margin-left: -5px;
}
@supports (display: flex) {
  .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #7a7a7a;
}

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 0.1rem;
  line-height: 1.5;
  color: color-yiq(#82BC00);
  background-color: #82BC00;
  border-radius: 0.25rem;
}

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

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #82BC00;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23222222' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2382BC00' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fdfdfd 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;
  -webkit-box-shadow: 0 0 0 0.2rem fade(#82BC00, 25%);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 188, 0, 0.25);
          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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 188, 0, 0.25);
          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: 0.1rem;
  line-height: 1.5;
  color: color-yiq(#FF5252);
  background-color: #FF5252;
  border-radius: 0.25rem;
}

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

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

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

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

@supports (display: flex) {
  .form-col-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.submit-group.has-breadcrumbs:after {
  background-color: gainsboro;
}
.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: "Source Sans Pro", sans-serif;
  font-weight: 300;
  text-align: center;
  width: 30px;
  height: 30px;
  background: #fdfdfd;
  color: #222222;
  border-color: gainsboro;
}

@supports (display: flex) {
  .switch {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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%;
  -webkit-transform: translateX(-95%);
          transform: translateX(-95%);
}
.switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 45px;
  height: 16px;
  background: gainsboro;
  display: block;
  border-radius: 45px;
  position: relative;
}
.switch label:after {
  content: "";
  position: absolute;
  top: -7px;
  left: -5px;
  width: 28px;
  height: 28px;
  background: #fdfdfd;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.switch label:active:after {
  width: 35px;
}
.switch .switch-label {
  width: 100%;
  font-weight: 300;
}

.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 gainsboro;
  border-radius: 100%;
  background: #fdfdfd;
  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: #222;
  border-color: #4ec3e0;
}
.radio-container input:checked + .radio-check:after {
  background-color: #4ec3e0;
}
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 gainsboro;
  background: #fdfdfd;
  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: #4ec3e0;
  border-color: #4ec3e0;
  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 gainsboro;
  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: #f1b434;
  color: #222222;
  border-radius: 30px;
  border: 0 none;
  padding: 7px 10px;
  cursor: pointer !important;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.tag-input::-webkit-input-placeholder {
  color: #222222;
}
.tag-input::-moz-placeholder {
  color: #222222;
}
.tag-input:-ms-input-placeholder {
  color: #222222;
}
.tag-input::-ms-input-placeholder {
  color: #222222;
}
.tag-input::placeholder {
  color: #222222;
}
.tag-input:hover {
  background-color: #cb8e0e;
  color: #222222;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

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

.on-submit-action {
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  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%;
  -webkit-transform: translate(-50%, -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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: 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: #f1b434;
}
.form-col-container .appointment-date-time.item-date input:hover, .form-col-container .appointment-date-time.item-time input:hover {
  background: #cb8e0e;
}
.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: #222222;
}

.bread-cumbs {
  position: relative;
  width: auto;
  display: inline-block;
}
@supports (display: flex) {
  .bread-cumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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 gainsboro;
  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 gainsboro;
  background: #eeeeee;
}
.image-upload-preview-1 .table #images-tbody td {
  color: #222222;
}
.image-upload-preview-1 .table #images-tbody td:first-child {
  width: 130px;
  min-width: 130px;
}
.image-upload-preview-1 .table #images-tbody td:first-child img {
  width: 100% !important;
  height: auto !important;
}
.image-upload-preview-1 .table #images-tbody td p {
  line-height: 1.2;
}
.image-upload-preview-1 .table #images-tbody td:nth-child(2) {
  width: 100%;
}
.image-upload-preview-1 .table #images-tbody td:last-child {
  width: 100px;
  min-width: 100px;
}
.image-upload-preview-1 .table #images-tbody td button {
  display: block;
  border: 0 none;
  padding: 4px 10px;
  min-width: 84px;
}
.image-upload-preview-1 .table #images-tbody td button.btn-cancel {
  margin-bottom: 7px;
}
.image-upload-preview-1 .table #images-tbody td #cancel_image {
  margin: 15px 5px;
}
.image-upload-preview-1 .table #images-tbody td #upload_image {
  margin: 15px 5px;
}
.image-upload-preview-1 .six {
  border: 1px solid gainsboro;
  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: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 1;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bubbleGrow {
  from {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  35% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  58% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  80% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
  }
  92% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
    opacity: 0;
  }
}
@keyframes bubbleGrow {
  from {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  35% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  58% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  80% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
  }
  92% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
    opacity: 0;
  }
}
@-webkit-keyframes disappear {
  from {
    opacity: 1;
  }
  58% {
    opacity: 1;
  }
  62% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  97% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes disappear {
  from {
    opacity: 1;
  }
  58% {
    opacity: 1;
  }
  62% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  97% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes disappearEx {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  91% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@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;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.bfb-plus:hover {
  background: var(--color2-hover);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.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;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.bfb-plus:hover {
  background: var(--color2-hover);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.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;
  }
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bubbleGrow {
  from {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  35% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  58% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  80% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
  }
  92% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
    opacity: 0;
  }
}
@keyframes bubbleGrow {
  from {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  35% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  58% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  80% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
  }
  92% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
    opacity: 0;
  }
}
@-webkit-keyframes disappear {
  from {
    opacity: 1;
  }
  58% {
    opacity: 1;
  }
  62% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  97% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes disappear {
  from {
    opacity: 1;
  }
  58% {
    opacity: 1;
  }
  62% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  97% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes disappearEx {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  91% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@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: #fdfdfd;
  --animated-headline-button-bg: #fdfdfd;
  --animated-headline-button-bg-alt: #222222;
  --animated-headline-overlay-button-bg-alt: #222222;
  --animated-headline-overlay-button-accent: #4ec3e0;
  --animated-headline-overlay-button-accent-alt: #222222;
  --animated-headline-bg-p: #f9f9f9;
  --animated-headline-p-border-bottom: 1px solid 1px solid #e7e7e7;
  --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: #f1b434;
  --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: #222222;
  --scroll-to-top-btn-svg-path-stroke: transparent;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.modal {
  max-height: 0px;
  overflow: hidden;
}
.modal.show {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(23, 23, 23, 0.88);
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 1;
  max-height: none;
}
.modal.show .modal-dialog .modal-content .modal-header {
  position: relative;
  width: 90%;
  margin: auto;
}
.modal.show .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 0px;
  right: 0px;
  background: transparent;
  padding: 0px;
  margin: 0;
  -webkit-box-shadow: 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
  color: #fff;
  font-size: 50px;
}
.modal.show .modal-dialog .modal-content .modal-header .modal-title {
  text-align: center;
  color: #fff;
}
.modal.show .modal-dialog .modal-content .modal-body {
  max-width: 1900px;
  width: 70%;
  margin: auto;
}
.modal.show .modal-dialog .modal-content .modal-body .iframe-360 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.modal.show .modal-dialog .modal-content .modal-body .iframe-360 iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

:root {
  --button-style-1-animation: grow-shadow;
  --button-style-1-bg: #4ec3e0;
  --button-style-1-bg-hover: #f1b434;
  --button-style-1-bg-alt: #222;
  --button-style-1-bg-alt-hover: #222222;
  --button-style-1-hover-box-shadow: none;
  --button-style-1-border: 0 none;
  --button-style-1-border-radius: 0;
  --button-style-1-padding: 10px 40px;
  --button-style-1-petite-padding: 7px 15px;
  --button-style-1-text-transform: uppercase;
  --button-style-1-font-weight: 300;
  --button-style-1-letter-spacing: 1px;
  --button-style-1-margin: 40px 0 0 0;
  --button-style-1-petite-animation: grow-shadow;
  --button-style-1-petite-bg: #f1b434;
  --button-style-1-petite-bg-hover: #cb8e0e;
  --button-style-1-petite-bg-alt: #222222;
  --button-style-1-petite-hover-box-shadow: none;
  --button-style-1-petite-border: 0 none;
  --button-style-1-petite-border-radius: 0;
  --button-style-1-petite-padding: 7px 15px;
  --button-style-1-petite-petite-padding: 7px 15px;
  --button-style-1-petite-text-transform: uppercase;
  --button-style-1-petite-font-weight: 300;
  --button-style-1-petite-letter-spacing: 1px;
  --button-style-1-petite-margin: 40px 0 0 0;
  --button-style-2-animation: grow-shadow;
  --button-style-2-bg: rgba(253, 253, 253, 0.6);
  --button-style-2-bg-hover: #cb8e0e;
  --button-style-2-bg-alt: #222222;
  --button-style-2-hover-box-shadow: none;
  --button-style-2-border: 0 none;
  --button-style-2-border-radius: 0;
  --button-style-2-padding: 10px 40px;
  --button-style-2-petite-padding: 7px 15px;
  --button-style-2-text-transform: uppercase;
  --button-style-2-font-weight: 600;
  --button-style-2-letter-spacing: 1px;
  --button-style-2-margin: 40px 0 0 0;
  --button-style-next-animation: grow-shadow;
  --button-style-next-bg: #FF5252;
  --button-style-next-bg-hover: #FF5252;
  --button-style-next-bg-alt: #ffffff;
  --button-style-next-hover-box-shadow: none;
  --button-style-next-border: 0 none;
  --button-style-next-border-radius: 0;
  --button-style-next-padding: 10px 40px;
  --button-style-next-petite-padding: 7px 15px;
  --button-style-next-text-transform: uppercase;
  --button-style-next-font-weight: 300;
  --button-style-next-letter-spacing: 1px;
  --button-style-next-margin: 40px 0 0 0;
  --button-style-danger-animation: grow-shadow;
  --button-style-danger-bg: #4ec3e0;
  --button-style-danger-bg-hover: #22a0c0;
  --button-style-danger-bg-alt: #222;
  --button-style-danger-hover-box-shadow: none;
  --button-style-danger-border: 0 none;
  --button-style-danger-border-radius: 0;
  --button-style-danger-padding: 10px 40px;
  --button-style-danger-petite-padding: 7px 15px;
  --button-style-danger-text-transform: uppercase;
  --button-style-danger-font-weight: 300;
  --button-style-danger-letter-spacing: 1px;
  --button-style-danger-margin: 40px 0 0 0;
  --button-style-danger-petite-animation: grow-shadow;
  --button-style-danger-petite-bg: #4ec3e0;
  --button-style-danger-petite-bg-hover: #22a0c0;
  --button-style-danger-petite-bg-alt: #222;
  --button-style-danger-petite-hover-box-shadow: none;
  --button-style-danger-petite-border: 0 none;
  --button-style-danger-petite-border-radius: 0;
  --button-style-danger-petite-padding: 7px 15px;
  --button-style-danger-petite-petite-padding: 7px 15px;
  --button-style-danger-petite-text-transform: uppercase;
  --button-style-danger-petite-font-weight: 300;
  --button-style-danger-petite-letter-spacing: 1px;
  --button-style-danger-petite-margin: 40px 0 0 0;
  --button-style-success-animation: grow-shadow;
  --button-style-success-bg: #82BC00;
  --button-style-success-bg-hover: #6d9e0c;
  --button-style-success-bg-alt: #ffffff;
  --button-style-success-hover-box-shadow: none;
  --button-style-success-border: 0 none;
  --button-style-success-border-radius: 0;
  --button-style-success-padding: 10px 40px;
  --button-style-success-petite-padding: 7px 15px;
  --button-style-success-text-transform: uppercase;
  --button-style-success-font-weight: 300;
  --button-style-success-letter-spacing: 1px;
  --button-style-success-margin: 40px 0 0 0;
  --button-style-arrow-animation: grow-shadow;
  --button-style-arrow-bg: #4ec3e0;
  --button-style-arrow-bg-hover: #22a0c0;
  --button-style-arrow-bg-alt: #222;
  --button-style-arrow-hover-box-shadow: none;
  --button-style-arrow-border: 0 none;
  --button-style-arrow-border-radius: 0;
  --button-style-arrow-padding: 10px 40px;
  --button-style-arrow-petite-padding: 7px 15px;
  --button-style-arrow-text-transform: uppercase;
  --button-style-arrow-font-weight: 300;
  --button-style-arrow-letter-spacing: 1px;
  --button-style-arrow-margin: 40px 0 0 0;
  --header-text-style-1-sm-font-size: 29px;
  --header-text-style-1-md-font-size: 36px;
  --header-text-style-1-lg-font-size: 40px;
  --header-text-style-1-font-family: Open Sans, sans-serif;
  --header-text-style-1-color: #4ec3e0;
  --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: 600;
  --header-text-style-1-line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  --header-text-style-2-sm-font-size: 20px;
  --header-text-style-2-md-font-size: 24px;
  --header-text-style-2-lg-font-size: 24px;
  --header-text-style-2-font-family: Open Sans, sans-serif;
  --header-text-style-2-color: #f1b434;
  --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: 18px;
  --header-text-style-3-md-font-size: 18px;
  --header-text-style-3-lg-font-size: 24px;
  --header-text-style-3-font-family: Open Sans, sans-serif;
  --header-text-style-3-color: #222222;
  --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: 600;
  --header-text-style-3-line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  --header-text-style-4-sm-font-size: 14px;
  --header-text-style-4-md-font-size: 11px;
  --header-text-style-4-lg-font-size: 17px;
  --header-text-style-4-font-family: Open Sans, sans-serif;
  --header-text-style-4-color: #222222;
  --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: Open Sans, sans-serif;
  --header-text-style-5-color: #222222;
  --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-mobile: 30px;
  --page-header-font-size-tablet: 39px;
  --page-header-font-size-sm-desktop: 48px;
  --page-header-font-size-md-desktop: 60px;
  --page-header-font-size-lg-desktop: 69px;
  --page-header-font-family: Open Sans, sans-serif;
  --page-header-color: #222222;
  --page-header-text-transform: uppercase;
  --page-header-letter-spacing: 0px;
  --page-header-margin: 35px 0;
  --page-header-font-weight: 400;
  --page-header-line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  --page-bg: #fdfdfd;
  --page-bg-alt: #222222;
  --htl-margin: 35px 5%;
  --blog-header-font-size: 54px;
  --blog-header-font-family: Open Sans, sans-serif;
  --blog-header-color: #222222;
  --blog-header-letter-spacing: 0px;
  --blog-header-margin: 0 0 35px;
  --blog-header-font-weight: 400;
  --blog-header-line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  --blog-overlap: false;
  --blog-line: 2px solid #f1b434;
  --home-text-section-header-1-font-size: 72px;
  --home-text-section-header-1-font-family: Open Sans, sans-serif;
  --home-text-section-header-1-color: #4ec3e0;
  --home-text-section-header-1-text-transform: uppercase;
  --home-text-section-header-1-letter-spacing: initial;
  --home-text-section-header-1-margin: 0 0 35px 0;
  --home-text-section-header-1-line-height: calc(0.8em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  --home-text-section-header-2-font-size-sm: 72px;
  --home-text-section-header-2-font-size-lg: 126px;
  --home-text-section-header-2-font-family: Open Sans, sans-serif;
  --home-text-section-header-2-color: #4ec3e0;
  --home-text-section-header-2-text-transform: none;
  --home-text-section-header-2-letter-spacing: 0px;
  --home-text-section-header-2-margin: 0 0 35px;
  --home-text-section-header-2-line-height: calc(.4em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  --box-card-bg: #fdfdfd;
  --box-card-border: 1px solid gainsboro;
  --box-card-bg-alt: #222222;
  --box-card-bg-alt: #222222;
  --box-card-box-shadow: var(--box-shadow);
  --navbar-height: 70px;
  --navbar-links-right-svg-width: 40px;
  --navbar-links-right-svg-fill: #222;
  --navbar-links-right-svg-cls-1-fill: #222;
  --dropdown-extras-cls-2-fill: #222222;
  --dropdown-extras-cls-3-fill: #4ec3e0;
  --slide-left-text-color: #fdfdfd;
  --headings-font-family: ;
  --headings-font-weight: 600;
  --headings-color: ;
  --base-font-family: Source Sans Pro, sans-serif;
  --base-font-weight: 300;
  --base-font-bold-weight: 700;
  --paragraph-margin-bottom: 1rem;
  --confined-paragraph-max-width: 750px;
  --error-text-font-family: Source Sans Pro, sans-serif;
  --error-text-font-weight: 300;
  --dt-font-weight: 300;
  --body-bg: #fdfdfd;
  --body-color: #222222;
  --sr-only-bg: #4ec3e0;
  --sr-only-bg-alt: #222;
  --insidepage-bg: #f0f0f0;
  --insidepage-bg-alt: #222222;
  --insidepage-bg-alt-hover: #7a7a7a;
  --insidepage-bg-alt-accent: #f1b434;
  --table-cell-padding: 0.75rem;
  --table-caption-color: #4e4e4e;
  --bullet-list-padding-left-mobile: 20px;
  --bullet-list-padding-left: 40px;
  --list-inline-padding: 0.5rem;
  --hr-margin-y: 1rem;
  --hr-border-width: 1px;
  --hr-border-color: gainsboro;
  --text-block-margin: 0 0 40px;
  --font-weight-base: 300;
  --form-modal-button-bg: #4ec3e0;
  --form-modal-button-color: #222;
  --modal-body-bg: #fdfdfd;
  --paragraph-text-max-width: 650px;
  --over-image-text-color: #fdfdfd;
  --overlay-link-background: #4ec3e0;
  --navbar-stickystate-link-hover-color: #fdfdfd;
  --promo-overlay-svg-fill: none;
  --navbar-links-right-svg-logo-fill: none;
  --navbar-dropdown-in-dropdown-color: #222222;
  --nav-dropdown-logo-width: 50%;
  --navbar-stickystate-mobile-bg: #4ec3e0;
  --navbar-stickystate-bg: #4ec3e0;
  --navbar-bg-mobile: #4ec3e0;
  --navbar-bg: #4ec3e0;
  --navbar-homepage-mobile-bg: #4ec3e0;
  --navbar-homepage-bg: #4ec3e0;
  --navbar-logo-width: 300px;
  --navbar-logo-height: 200px;
  --navbar-logo-margin: 10px;
  --navbar-logo-right-nav-groups-width: calc(90% - var(--navbar-logo-width));
  --navbar-logo-left-nav-groups-width: calc(90% - var(--navbar-logo-width));
  --navbar-logo-center-nav-groups-width: calc(40% - (0px/2));
  --hamburger-line-height: 4px;
  --hamburger-line-width: 36px;
  --hamburger-box-height: 24px;
  --hamburger-border-navbar-stickystate-mobile-bg: unset;
  --hamburger-border-navbar-stickystate-bg: none;
  --hamburger-border-navbar-bg-mobile: transparent;
  --hamburger-border-navbar-bg: transparent;
  --hamburger-border-navbar-homepage-mobile-bg: 2px solid #222222;
  --hamburger-border-navbar-homepage-bg: 2px solid #222222;
  --hamburger-lines-navbar-stickystate-mobile-bg: transparent;
  --hamburger-lines-navbar-stickystate-bg: transparent;
  --hamburger-lines-navbar-bg-mobile: #222;
  --hamburger-lines-navbar-bg: #222;
  --hamburger-lines-navbar-homepage-mobile-bg: #222222;
  --hamburger-lines-navbar-homepage-bg: #222222;
  --hamburger-box-padding: 10px;
  --navbar-links-padding: 0 15px;
  --hamburger-lines-navbar-bg-mobile-active: #222222;
  --hamburger-lines-navbar-bg-active: #222222;
  --navbar-dropdown-bg-color: #ececec;
  --navbar-stickystate-mobile-color: #222222;
  --navbar-stickystate-color: #222;
  --navbar-color-mobile: #222222;
  --navbar-color: #222222;
  --navbar-homepage-mobile-color: #222222;
  --navbar-homepage-color: #222222;
  --nav-dropdown-transition: cubic-bezier(0.4, 0.18, 0.1, 0.76) max-height 0.3s, cubic-bezier(0.73, 0.29, 0.16, 0.99) opacity 0.3s;
  --navbar-dropdown-width: 370px;
  --nav-dropdown-links-color: #4ec3e0;
  --nav-dropdown-logo-bg: transparent;
  --navbar-dropdown-links-color: #222222;
  --navbar-dropdown-links-color-hover: #222222;
  --nav-dropdown-links-bg: #f1b434;
  --nav-dropdown-links-color: #4ec3e0;
  --nav-dropdown-icon-link-color: #4ec3e0;
  --nav-dropdown-icon-link-color-hover: #7a7a7a;
  --dropdown-logo-wrapper-height: 130px;
  --hamburger-lines-navbar-bg-active: #222222;
  --footer-bg: #4ec3e0;
  --footer-bg-alt: #222;
  --footer-bg-alt-hover: #34626e;
  --footer-icon-bg: transparent;
  --footer-icon-bg-hover: #34626e;
  --footer-icon-bg-alt: #222;
  --footer-logo-max-width: 200px;
  --footer-corp-logo-max: 300px;
  --footer-corp-logo-max-width: 200px;
  --footer-text-line-height: 1.3;
  --footer-padding: 10px 0;
  --eho-color-fill: #222;
  --overlay-bg: linear-gradient(transparent, #000);
  --hp-slideshow-prebreak-height: calc(100vh - 340px);
  --hp-slideshow-postbreak-height: calc(100vh - 70px);
  --hp-slideshow-cg-postbreak-height: 56vw;
  --hp-slideshow-wrapper-prebreak-height: calc(100vh - 70px);
  --hp-slideshow-wrapper-postbreak-height: 100%;
  --hp-slideshow-swiper-wrapper-prebreak-height: calc(100vh - 70px);
  --hp-slideshow-swiper-wrapper-postbreak-height: calc(100vh - 70px);
  --hp-slideshow-swiper-wrapper-picture-prebreak-height: calc(100vh - 340px);
  --hp-slideshow-swiper-wrapper-picture-postbreak-height: 100%;
  --over-image-transparent-buttons-bottom: 0;
  --transparent-button-prebreak-height: auto;
  --transparent-button-link-background: #4ec3e0;
  --transparent-button-link-background-mobile: transparent;
  --transparent-button-link-background-hover: rgba(230, 230, 230, 0.7);
  --transparent-button-link-padding: 25px 0;
  --transparent-button-link-padding-mobile: 4px 0;
  --transparent-button-link-border-left: 1px solid #222;
  --transparent-button-link-border-right: 1px solid #222;
  --transparent-button-link-border-top: 1px solid #222;
  --transparent-button-link-text-color: #222;
  --transparent-button-link-text-color-hover: #222222;
  --transparent-button-link-header-style-2-text-transform: uppercase;
  --transparent-button-link-header-style-2-text-align: center;
  --transparent-button-link-header-style-2-font-weight: 500;
  --transparent-button-link-header-style-3-text-transform: uppercase;
  --transparent-button-link-header-style-3-text-align: center;
  --transparent-button-link-header-style-3-font-weight: 500;
  --non-header-text-margin-bottom: 10px;
  --oitb-arrow-width: 80px;
  --oitb-arrow-width-mobile: 30px;
  --oitb-arrow-width-tablet: 43px;
  --oitb-arrow-fill: #222222;
  --oitb-arrow-fill-hover: #fdfdfd;
  --presentational-headline-image-desktop-height: auto;
  --presentational-headline-image-desktop-width: 100vw;
  --presentational-headline-image-sm-desktop-height: auto;
  --presentational-headline-image-sm-desktop-width: 100vw;
  --presentational-headline-image-tablet-height: auto;
  --presentational-headline-image-tablet-width: 100vw;
  --presentational-headline-image-mobile-height: auto;
  --presentational-headline-image-mobile-width: 100vw;
  --presentational-headline-image-heading-2-text-color: #fff;
  --presentational-headline-image-heading-2-font-family: Open Sans, sans-serif;
  --presentational-headline-image-heading-2-font-weight: 400;
  --presentational-headline-image-heading-2-line-height: initial;
  --presentational-headline-image-heading-2-font-size: calc(36px + 3vw);
  --presentational-headline-image-heading-2-text-transform: lowercase;
  --presentational-headline-image-heading-3-bottom: 28%;
  --presentational-headline-image-heading-3-top: 28%;
  --presentational-headline-image-heading-3-text-color: #fff;
  --presentational-headline-image-heading-3-font-family: Open Sans, sans-serif;
  --presentational-headline-image-heading-3-font-weight: 600;
  --presentational-headline-image-heading-3-line-height: initial;
  --presentational-headline-image-heading-3-font-size: calc(30px + 2vw);
  --presentational-headline-image-heading-3-text-transform: capitalize;
  --presentational-headline-image-heading-3-text-align: center;
  --presentational-headline-image-heading-3-margin: auto auto 25px;
  --presentational-headline-image-heading-3-max-width-mobile: 80%;
  --presentational-headline-image-heading-3-margin-mobile: auto auto 30px;
  --presentational-headline-image-paragraph-text-color: #fff;
  --presentational-headline-image-paragraph-font-family: Source Sans Pro, sans-serif;
  --presentational-headline-image-paragraph-font-weight: 300;
  --presentational-headline-image-paragraph-line-height: initial;
  --presentational-headline-image-paragraph-font-size: calc(18px + .4vw);
  --presentational-headline-image-heading-2-text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.64);
  --presentational-headline-image-heading-3-text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.64);
  --presentational-headline-image-paragraph-text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.64);
  --presentational-headline-image-paragraph-text-align: center;
  --presentational-headline-image-paragraph-bottom: 10%;
  --presentational-headline-image-paragraph-max-width-desktop-breakpoint: 26%;
  --presentational-headline-image-paragraph-max-width-mobile-breakpoint: 36%;
  --presentational-headline-image-paragraph-max-width: 80%;
  --presentational-headline-image-background-size: cover;
  --presentational-headline-image-background-color: #4ec3e0;
  --slideshow-promo-overlay-text-align: center;
  --slideshow-promo-overlay-background: rgba(255, 255, 255, 0.6);
  --slideshow-promo-overlay-padding: 1vw;
  --slideshow-promo-overlay-hover-color: #f1b434;
  --slideshow-promo-overlay-image-max-width: 450px;
  --slideshow-promo-overlay-image-margin: 0 auto 5%;
  --slideshow-promo-overlay-image-mobile-max-width: 150px;
  --slideshow-promo-overlay-image-mobile-margin: 0 25px;
  --slideshow-promo-overlay-header-color: #222222;
  --slideshow-promo-overlay-header-font-family: Source Sans Pro, sans-serif;
  --slideshow-promo-overlay-button-bg-hover: #4ec3e0;
  --hpt-1-padding: 3% 0;
  --hpt-1-column-1-text-align: left;
  --hpt-1-column-1-prebreak-padding: 5% 5%;
  --hpt-1-column-1-text-section-max-width: 850px;
  --hpt-1-column-1-text-section-button-bg-hover: #f1b434;
  --hpt-1-column-1-text-section-button-color-hover: #222222;
  --hpt-1-pagination-bullet-width: 12px;
  --hpt-1-pagination-bullet-height: 12px;
  --hpt-1-pagination-bullet-background: #4ec3e0;
  --hpt-1-pagination-bullet-opacity: 1;
  --hpt-1-pagination-bullet-margin: 0 10px;
  --hpt-1-pagination-bullet-active-background: #f1b434;
  --hpt-2-prebreak-padding: 0 0 5%;
  --hpt-2-postbreak-height: 32vw;
  --hpt-2-postbreak-height-tablet: 56vw;
  --hpt-2-after-background: #000;
  --hpt-2-after-opacity: 0.5;
  --hpt-2-neighborhood-content-prebreak-padding: 0 5%;
  --hpt-2-neighborhood-content-postbreak-padding: 0 2.5%;
  --hpt-2-header-prebreak-color: #4ec3e0;
  --hpt-2-header-color: #222;
  --hpt-2-text-prebreak-color: #222222;
  --hpt-2-text-color: #222;
  --hpt-2-text-font-weight: 300;
  --hpt-2-text-text-align: center;
  --hpt-2-button-bg-hover: #f1b434;
  --hpt-2-button-color-hover: #222222;
  --social-contact-section-bg: #f4f4f4;
  --social-contact-cta-buttons-container-bg: #fdfdfd;
  --social-contact-cta-buttons-container-margin: 5% 1.25% 2.5% 2.5%;
  --social-contact-cta-button-color: #222222;
  --social-contact-cta-button-bg-hover: #f1b434;
  --social-contact-cta-button-color-hover: #222222;
  --social-contact-section-cta-button-svg-fill: #4ec3e0;
  --social-contact-section-cta-button-svg-max-width: 100px;
  --social-contact-section-cta-button-svg-margin: 15px;
  --social-contact-office-hours-container-bg: #fdfdfd;
  --social-contact-office-hours-container-margin: 5% 2.5% 2.5% 1.25%;
  --social-contact-office-hours-padding: 70px 0;
  --social-contact-office-hours-desktop-padding:20px 0;
  --social-contact-social-svg-max-width: 35px;
  --social-contact-social-svg-max-height: 35px;
  --social-contact-social-svg-fill: #f1b434;
  --social-contact-social-svg-fill-hover: #4ec3e0;
  --day-of-of-week-border: 3px solid #7e7e7e;
  --amenities-img-border: #fdfdfd;
  --amenities-img-width: 25px;
  --amenities-img-box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  --amenities-swiper-button-bg: #fdfdfd;
  --amenities-cta-slides-text-container-min-height: 320px;
  --amenities-cta-slides-border-radius: 0;
  --three-column-list-container-width: 80%;
  --three-column-list-container-margin: 10px auto 40px;
  --three-column-list-width: 80%;
  --three-column-list-background-color: transparent;
  --three-column-list-style: none;
  --three-column-list-height: 130px;
  --three-column-list-border-top: 1px solid #ccc;
  --three-column-list-border-bottom: 1px solid #ccc;
  --three-column-list-max-height: 5000px;
  --amenities-odd-section-bg: #fdfdfd;
  --amenities-cta-slides-margin-top: 5vw;
  --amenities-cta-slide-card-text-box-bg: #fdfdfd;
  --amenities-cta-slide-card-text-box-bg-alt: #222222;
  --amenities-cta-slide-card-text-box-border: 1px solid gainsboro;
  --amenities-cta-slide-card-box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  --amenities-cta-slide-card-max-width: 650px;
  --amenities-cta-slide-card-min-height: 150px;
  --amenities-cta-slide-card-border-radius: 0;
  --amenities-cta-slide-card-margin: 0 0 25px auto;
  --amenities-cta-slide-card-direction: row;
  --application-card-bg: #fdfdfd;
  --application-card-bg-alt: #222222;
  --application-card-box-shadow: 0px 18px 25px rgba(0, 0, 0, 0.2);
  --application-card-border: 1px solid rgba(0, 0, 0, 0.2);
  --application-card-padding: 10% 5%;
  --application-animated-card-text-section-size: 600px;
  --application-animated-card-text-section-order: 2;
  --application-animated-card-banner-text-color: var(--color2);
  --application-animated-card-banner-text-align: center;
  --application-animated-card-breakpoint: 1300px;
  --blog-accent-color: #f1b434;
  --blogs-base-font-size: 18px;
  --blogs-featured-post-background-color: #fdfdfd;
  --blog-paragraph-link-color: #222222;
  --blog-paragraph-link-color-hover: #7a7a7a;
  --blogs-above-accent-line-font-size: 18px;
  --blog-transition-background: #f1b434;
  --blogs-image-fig-caption-color: #222222;
  --blogs-image-fig-caption-font: Source Sans Pro, sans-serif;
  --blogs-image-fig-caption-font-weight: 300;
  --blogs-image-fig-caption-font-size: calc($base-font-size + 0.3vw);
  --blogs-image-fig-caption-image-width: 100%;
  --blogs-image-fig-caption-image-height: auto;
  --blogs-image-fig-caption-container-margin: 0 auto;
  --blogs-image-fig-caption-container-max-width: none;
  --blogs-image-fig-caption-container-width: 90%;
  --blogs-image-fig-caption-line-height: inherit;
  --blogs-blockquote-text-color: #222222;
  --blogs-blockquote-border-left: solid 3px #4ec3e0;
  --blogs-blockquote-border-right: none;
  --blogs-blockquote-max-width: 800px;
  --blogs-blockquote-padding: 3%;
  --blogs-blockquote-width: 90%;
  --blogs-blockquote-margin: auto;
  --blogs-blockquote-text-align: left;
  --blogs-blockquote-font-family: Source Sans Pro, sans-serif;
  --blogs-blockquote-font-weight: 300;
  --blogs-blockquote-line-height: 1.5;
  --blogs-blockquote-font-size: inherit;
  --blogs-search-list-border-color: gainsboro;
  --blogs-search-link-font-size: 30px;
  --blogs-search-link-font-color: #222222;
  --blogs-search-link-font: Open Sans, sans-serif;
  --blogs-search-link-font-color-hover: #4ec3e0;
  --blog-message-border-color: gainsboro;
  --blogs-text-box-bg: #fdfdfd;
  --blogs-text-box-bg-alt: #222222;
  --blogs-text-box-bg-alt: #222222;
  --blogs-box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  --blogs-base-font-weight: 300;
  --blogs-header-font-size: 36px;
  --blogs-header-color: #4ec3e0;
  --blogs-header-font-family: Open Sans, sans-serif;
  --blogs-subheader-font-weight: 400;
  --blogs-accent-line-color: #f1b434;
  --blogs-above-accent-line-text-color: #222222;
  --blogs-above-accent-line-font-family: Source Sans Pro, sans-serif;
  --blog-message-bg-color: #fdfdfd;
  --events-page-background: #fdfdfd;
  --events-calendar-heading-background: #fdfdfd;
  --events-border-color: gainsboro;
  --events-day-background-color: #fdfdfd;
  --events-day-background-color-muted: #f4f4f4;
  --events-day-background-color-alt: #222222;
  --events-cal-day-header-bg: #f1b434;
  --events-cal-day-header-bg-alt: #222222;
  --events-cal-header-bg: #fdfdfd;
  --events-cal-header-bg-alt: #222222;
  --events-error-color: #FF5252;
  --events-day-event-font-size: 30px;
  --events-day-event-font-family: Open Sans, sans-serif;
  --events-day-event-font-color: #f1b434;
  --events-day-event-font-weight: 400;
  --events-day-event-line-height: inherit;
  --events-day-event-text-transform: inherit;
  --events-day-time-font-size: 18px;
  --events-day-time-font-family: Source Sans Pro, sans-serif;
  --events-day-time-font-color: #222222;
  --events-day-time-font-weight: 300;
  --events-day-time-font-line-height: inherit;
  --events-day-time-font-text-transform: inherit;
  --events-rsvp-button-background-color: #f4f4f4;
  --events-rsvp-button-font-size: 18px;
  --events-rsvp-button-font-family: Source Sans Pro, sans-serif;
  --events-rsvp-button-font-color: #222222;
  --events-rsvp-button-font-weight: 300;
  --events-rsvp-button-font-line-height: inherit;
  --events-rsvp-button-font-text-transform: initial;
  --events-calendar-date-font-size: 18px;
  --events-rsvp-error-font: Source Sans Pro, sans-serif;
  --events-rsvp-error-font-size: calc 13.5px;
  --events-rsvp-error-line-height: calc 15.3px;
  --events-image-box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  --events-close-btn-bg: #4ec3e0;
  --events-close-btn-bg-hover: #22a0c0;
  --events-close-btn-bg-alt: #222222;
  --events-input-padding-y: 15px;
  --events-input-border-width: 2px;
  --events-input-line-height: 1em;
  --events-header-font-size: 36px;
  --events-header-font-family: Open Sans, sans-serif;
  --events-subheader-font-size: 30px;
  --events-subheader-font-family: Open Sans, sans-serif;
  --event-bg-event: #f1b434;
  --event-weekday-background: #4ec3e0;
  --event-weekday-background-alt: #222222;
  --events-cal-header-font: Open Sans, sans-serif;
  --events-cal-header-font-weight: 600;
  --events-cal-header-font-size: 36px;
  --events-weekday-font-size: 30px;
  --events-weekday-font-family: Open Sans, sans-serif;
  --events-weekday-color: #222222;
  --events-calendar-holder-font-size: 36px;
  --events-calendar-holder-font-family: Open Sans, sans-serif;
  --events-calendar-holder-color: #f1b434;
  --events-calendar-holder-text-transform: uppercase;
  --events-calendar-holder-line-height: calc(1.1em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  --calendar-popup-bg: #fdfdfd;
  --calendar-popup-border-color: 2px solid gainsboro;
  --calendar-popup-box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  --calendar-popup-event-background: #fdfdfd;
  --calendar-popup-bottom-gradient-color: #fdfdfd;
  --calendar-popup-p-color: #222222;
  --calendar-popup-p-after: rgba(34, 34, 34, 0.7);
  --classifieds-top-res-header-font-family: Open Sans, sans-serif;
  --classifieds-top-res-header-font-size: 36px;
  --classifieds-top-res-header-font-color: #fff;
  --classifieds-top-res-header-font-transform: uppercase;
  --classifieds-top-res-header-font-weight: header-font-weight;
  --classifieds-top-res-header-text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.4);
  --classifieds-top-res-p-color: #fff;
  --classifieds-top-res-p-border: 3px solid #fff;
  --classifieds-top-res-p-text-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  --classifieds-top-res-p-line-height: 28.8px;
  --classifieds-listing-container-border: 3px solid #222222;
  --classifieds-listing-container-box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.15);
  --classifieds-listing-title-font-size: calc($base-font-size * 1.2);
  --classifieds-listing-title-line-height: calc($base-font-size * 1.3);
  --classifieds-listing-title-color: #4ec3e0;
  --classifieds-listing-title-color-hover: #4ec3e0;
  --classifieds-ad-bg: #fdfdfd;
  --classifieds-ad-header-bg: #f2f2f2;
  --classifieds-ad-header-border: 1px solid #e7e7e7;
  --classifieds-icon-camera-font-size: 26px;
  --classifieds-icon-camera-line-height: 22px;
  --classifieds-icon-camera-color: #6f6f6f;
  --classifieds-time-font-size: 15px;
  --classifieds-time-line-height: 15px;
  --classifieds-time-color: #909090;
  --classified-text-info-bg: #fdfdfd;
  --classified-detail-artical-bg:rgba(34, 34, 34, 0.6);
  --classified-detail-wrapper-bg: #fdfdfd;
  --classified-detail-wrapper-border: 4px solid gainsboro;
  --classified-detail-container-header-bg: #fdfdfd;
  --classified-detail-container-header-color: #222222;
  --classified-detail-container-p-bg: #4ec3e0;
  --classified-detail-container-p-color: #222;
  --classified-edit-post-color: #fdfdfd;
  --classified-detail-container-description-bg: white;
  --classified-detail-container-description-border: 1px solid gainsboro;
  --classified-detail-container-description-img-border: 6px solid #fff;
  --classified-detail-container-description-img-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  --classified-user-name-bg: #f9f9f9;
  --classified-user-name-border: 1px solid #e3e3e3;
  --classified-border-bottom: 1px solid #e3e3e3;
  --classified-button-background: #eeeeee;
  --classified-interior-bg: #fdfdfd;
  --classified-interior-list-bg: transparent;
  --classified-label-margin-button: 0.5rem;
  --classified-file-input-border: 1px solid gainsboro;
  --classified-input-save-bg: #f1b434;
  --classified-input-save-color: #222222;
  --classified-input-save-bg-hover: #cb8e0e;
  --classified-form-border: 1px solid gainsboro;
  --classified-form-bg: #fdfdfd;
  --classified-error-message-bg: #FF5252;
  --classified-error-message-border-bottom: 1px solid #ff3939;
  --classified-error-header-color: #ffffff;
  --classified-error-close-btn-font-size: 26px;
  --classified-error-close-btn-font-color: #FF5252;
  --classified-error-close-btn-font-color-hover: fade(#ffffff, 80%);
  --classified-error-close-btn-font-color-focus: fade(#ffffff, 70%);
  --classified-error-body-border-top: 1px solid #ff6c6c;
  --classified-error-body-color: #ffffff;
  --classified-error-footer-bg: #ffffff;
  --classified-error-footer-border-bottom: 1px solid #f2f2f2;
  --classifieds-top-res-p-background: rgba(0, 0, 0, 0.62);
  --classified-description-gradient-color: #222222;
  --classifieds-error-box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  --classifieds-input-border-top: 1px solid #222222;
  --classifieds-input-border-bottom: 1px solid #222222;
  --classifieds-input-border-left: 1px solid #222222;
  --classifieds-input-border-right: 1px solid #222222;
  --classifieds-ad-read-more-btn-bg: #f1b434;
  --classifieds-ad-read-more-btn-color: #222222;
  --tour-img-bg: #4ec3e0;
  --tour-img-max-height: tour-img-max-height;
  --overlay-bg: linear-gradient(transparent, #000);
  --overlay-bg-hover: rgba(255, 255, 255, 0.8);
  --tour-alt: #fdfdfd;
  --tour-alt-hover: #222222;
  --tour-alt-text-align: center;
  --tour-alt-text-transform: uppercase;
  --tour-alt-font-weight: 400;
  --contact-us-bg-color: #fdfdfd;
  --contact-us-label-font-color: #222222;
  --contact-us-input-border-top: 1px solid #ccc;
  --contact-us-input-border-bottom: 1px solid #ccc;
  --contact-us-input-border-left: 1px solid #ccc;
  --contact-us-input-border-right: 1px solid #ccc;
  --contact-us-input-border-radius: 20px;
  --contact-us-input-padding: 19px 10px;
  --contact-us-input-color: #222222;
  --contact-us-submit-color: #222222;
  --contact-us-submit-background-color: transparent;
  --contact-us-submit-padding: 19px 60px;
  --contact-us-textarea-font-family: Source Sans Pro, sans-serif;
  --contact-us-submit-text-transform: uppercase;
  --fpf-header-text-transform: uppercase;
  --fp-future-toggle-buttons-bg: #fdfdfd;
  --fp-future-toggle-buttons-bg-alt: #222222;
  --fp-future-toggle-buttons-accent: #f1b434;
  --fp-future-toggle-buttons-accent-alt: #222222;
  --fp-future-filter-bg: #fdfdfd;
  --fp-future-filter-bg-alt: #222222;
  --fp-future-filter-border: #f2f2f2;
  --fp-future-filter-toggle-button-bg: #222222;
  --fp-future-filter-toggle-button-bg-hover: #7a7a7a;
  --fp-future-filter-toggle-button-bg-alt: #fdfdfd;
  --fp-future-filter-input-bg: #fdfdfd;
  --fp-future-filter-input-bg-alt: #222222;
  --fp-future-filter-input-border: gainsboro;
  --fp-future-filter-input-radius: 0.25rem;
  --fp-future-filter-input-minwidth: 200px;
  --fp-future-accordian-layout-bg: #f0f0f0;
  --fp-future-accordian-layout-bg-alt: #222222;
  --fp-future-accordian-layout-border: #d1d1d1;
  --fp-future-fp-list-card-bg: #fdfdfd;
  --fp-future-fp-list-card-bg-alt: #222222;
  --fp-future-fp-list-card-availability-bg: #4ec3e0;
  --fp-future-fp-list-card-availability-bg-alt: #222;
  --fp-future-fp-list-card-accent-bg: #f1b434;
  --fp-future-fp-list-card-accent-bg-alt: #222222;
  --fp-future-fp-list-card-hover-bg: #4ec3e0;
  --fp-future-fp-list-card-hover-bg-alt: #222;
  --fp-future-availability-list-bg: #fdfdfd;
  --fp-future-availability-list-bg-alt: #222222;
  --fp-future-availability-list-accent: #f1b434;
  --fp-future-availability-list-accent-alt: #222222;
  --fp-future-availability-list-header-bg: #4ec3e0;
  --fp-future-availability-list-header-bg-alt: #222;
  --fp-future-detail-bg: #fdfdfd;
  --fp-future-detail-bg-alt: #222222;
  --fp-future-detail-accent-bg: #f1b434;
  --fp-future-detail-accent-bg-alt: #222222;
  --fp-future-detail-bulletlist-color: #f1b434;
  --fp-future-detail-button-bg: #f1b434;
  --fp-future-detail-button-bg-hover: #cb8e0e;
  --fp-future-detail-button-bg-alt: #222222;
  --fp-future-detail-back-button-bg: #4ec3e0;
  --fp-future-detail-back-button-bg-hover: #22a0c0;
  --fp-future-detail-back-button-bg-alt: #222222;
  --fixed-bottom-nav-1-bg: #fdfdfd;
  --fixed-bottom-nav-1-bg-hover: #fbf2df;
  --fixed-bottom-nav-1-bg-alt: #222222;
  --fixed-bottom-nav-1-active-bg: #f1b434;
  --fixed-bottom-nav-1-active-bg-alt: #222222;
  --fp-future-modal-bg: #fdfdfd;
  --fp-future-modal-bg-alt: #222222;
  --fp-future-modal-border-color: gainsboro;
  --fp-future-modal-backdrop-bg: #f1b434;
  --fp-future-modal-backdrop-opacity: 0.7;
  --popover-bg: #fdfdfd;
  --popover-bg-alt: #222222;
  --popover-border-color: gainsboro;
  --fp-future-popover-accent: #f1b434;
  --fp-future-popover-accent-hover: #cb8e0e;
  --fp-future-popover-accent-alt: #222222;
  --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);
  --ebrochure-card-animation: float-shadow;
  --ebrochure-card-bg: #fdfdfd;
  --ebrochure-card-bg-alt: #222222;
  --ebrochure-card-border: 1px solid gainsboro;
  --ebrochure-card-card-box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  --ebrochure-card-max-width: 650px;
  --ebrochure-card-min-height: 150px;
  --ebrochure-card-padding: 10px;
  --ebrochure-card-border-radius: 0.4rem;
  --ebrochure-card-margin: 0 0 25px auto;
  --ebrochure-card-flex-direction: row;
  --ebrochure-radio-button-bg: #f1b434;
  --ebrochure-radio-button-color: #222222;
  --ebrochure-radio-button-hover-bg: #cb8e0e;
  --ebrochure-radio-button-hover-color: #755c29;
  --ebrochure-form-container-text-color: #222222;
  --ebrochure-form-text-box-list-color: #d1d1d1;
  --ebrochure-text-box-bg: #fdfdfd;
  --ebrochure-catalog-bg-color: #fdfdfd;
  --ebrochure-text-box-bg-alt: gainsboro;
  --ebrochure-text-box-bg-alt: gainsboro;
  --ebrochure-box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  --ebrochure-base-font-weight: 300;
  --ebrochure-form-bg: #fdfdfd;
  --ebrochure-form-border-color: gainsboro;
  --ebrochure-form-input-border: 1px solid #222222;
  --ebrochure-form-input-bg: #fdfdfd;
  --ebrochure-bg: #fdfdfd;
  --ebrochure-catalog-border: #f1b434;
  --ebrochure-catalog-border-alt: #222222;
  --ebrochure-catalog-list-text-color: #222222;
  --ebrochure-catalog-list-font-family: Source Sans Pro, sans-serif;
  --ebrochure-catalog-list-font-weight: 300;
  --ebrochure-catalog-list-line-height: initial;
  --ebrochure-catalog-text-font-size: 18px;
  --ebrochure-catalog-heading-text-color: #222222;
  --ebrochure-catalog-heading-font-family: Open Sans, sans-serif;
  --ebrochure-catalog-heading-font-weight: 600;
  --ebrochure-catalog-heading-line-height: initial;
  --ebrochure-catalog-h3-small-font-size: 22px;
  --ebrochure-catalog-h4-small-font-size: 18px;
  --ebrochure-catalog-h3-font-size: 33px;
  --ebrochure-catalog-h4-font-size: 29px;
  --ebrochure-catalog-text-color: #222222;
  --ebrochure-catalog-text-font-family: Source Sans Pro, sans-serif;
  --ebrochure-catalog-text-font-weight: 300;
  --ebrochure-catalog-text-line-height: initial;
  --ebrochure-catalog-text-small-font-size: 15px;
  --ebrochure-catalog-text-font-size: 18px;
  --cover-logo-width: 80%;
  --cover-logo-dropshadow: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.6));
  --ebrochure-catalog-detail-text-box-bg: #fdfdfd;
  --ebrochure-catalog-detail-text-box-bg-alt: gainsboro;
  --ebrochure-catalog-detail-text-box-bg-alt: gainsboro;
  --ebrochure-catalog-detail-box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  --ebrochure-catalog-detail-base-font-weight: 300;
  --ebrochure-catalog-detail-form-border-color: #f1b434;
  --gallery-header-border-color: #222222;
  --gallery-group-background: #fdfdfd;
  --gallery-play-arrow-bg-color: #fff;
  --gallery-play-arrow-color: #333;
  --neighborhood-page-button-bg: rgba(61, 189, 221, 0.94);
  --neighborhood-page-button-border: 1.5px solid #f0f0f0;
  --neighborhood-page-category-border: 1px solid #333;
  --neighborhood-page-category-background: #fdfdfd;
  --neighborhood-page-poi-list-container-bg: #fdfdfd;
  --neighborhood-page-category-drop-down-arrow-color: #333;
  --neighborhood-page-popup-button-bg: #4ec3e0;
  --neighborhood-page-popup-button-color: #222;
  --neighborhood-page-popup-button-bg-hover: #22a0c0;
  --neighborhood-page-popup-button-color-hover: #34626e;
  --neighborhood-page-popup-bg: #fdfdfd;
  --neighborhood-page-popup-bg-alt: #222222;
  --neighborhood-page-popup-direction-fill: #4ec3e0;
  --neighborhood-page-content-border: 1px 1px 5px #333;
  --neighborhood-page-poi-list-border-color: 1px solid #838383;
  --neighborhood-page-active-poi-bg: #4ec3e0;
  --neighborhood-page-active-poi-color: #222;
  --neighborhood-page-category-list-item-dt-color: #222;
  --neighborhood-page-button-bg-hover: #4ec3e0;
  --pets-page-bg: #f0f0f0;
  --pets-page-bg-alt: #f0f0f0;
  --pets-confined-banner-text-border-color: gainsboro;
  --pets-header-color: #4ec3e0;
  --pets-text-color: #222222;
  --pets-card-bg: #fdfdfd;
  --pets-box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  --refer-center-title-style-1-bg: #f4f4f4;
  --refer-center-title-style-1-bg-alt: #222222;
  --refer-center-title-style-1-bg-alt-hover: #767676;
  --res-contents-bg-img: url("/gridmedia/img/res-background.webp");
  --res-contents-padding: 5%;
  --res-card-bg: #fdfdfd;
  --res-card-bg-alt: #222222;
  --res-card-hover-bg: #f1b434;
  --res-card-hover-alt: #222222;
  --res-button-hover-bg: #4ec3e0;
  --res-button-hover-color: #222222;
  --review-text-box-bg: #fdfdfd;
  --review-text-box-bg-alt: #222222;
  --review-header-bg: #4ec3e0;
  --review-header-color: #222;
  --review-border: 1px solid gainsboro;
  --review-input-border-left: 1px solid #222222;
  --review-input-border-right: 1px solid #222222;
  --review-input-border-top: 1px solid #222222;
  --review-input-border-bottom: 1px solid #222222;
  --review-input-height: calc(1.5em + 0.75rem + 2px);
  --review-input-font-size: 18px;
  --review-input-border-radius: 0.25rem;
  --review-input-bg-color: #fdfdfd;
  --review-input-color: #222222;
  --review-upload-bg: #82BC00;
  --review-upload-bg-alt: #ffffff;
  --review-delete-bg: #FF5252;
  --review-delete-bg-alt: #ffffff;
  --review-upload-delete-bg-hover: #cc4803;
  --review-textarea-border-color: 1px solid #222222;
  --service-request-bg: #fdfdfd;
  --service-request-button-background: #4ec3e0;
  --service-request-button-background-hover: #f1b434;
  --service-request-success-bg: #fdfdfd;
  --sr-input-border-bottom: 1px solid #222222;
  --sr-input-border-radius: 0;
  --sr-input-outline: none;
  --sister-card-bg: rgba(53, 53, 53, 0.1);
  --sister-com-bg: #fdfdfd;
  --sister-com-header-bg: #f1b434;
  --sister-com-header-bg-alt: #222222;
  --sister-li-bg: #f2f2f2;
  --sister-li-bg-alt: #222222;
  --sister-li-bg-alt-hover: #7a7a7a;
  --sister-li-border-color:#e7e7e7;
  --sister-distance-link-bg: #f1b434;
  --sister-distance-link-color: #222222;
  --sister-text-font-weight: 300;
  --sister-text-font-size: calc(13px + (33 - 28) * ((100vw - 300px) / (1600 - 300)));
  --sister-input-border-left: 1px solid gainsboro;
  --sister-input-border-right: 1px solid gainsboro;
  --sister-input-border-top: 1px solid gainsboro;
  --sister-input-border-bottom: 1px solid gainsboro;
  --sister-input-border-radius: initial;
  --specials-bg: #fdfdfd;
  --specials-box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.1);
  --specials-bg-alt: #222222;
  --promotion-detail-bg: #fdfdfd;
  --promotion-detail-bg-alt: #222222;
  --specials-input-bg: #fdfdfd;
  --specials-input-bg-alt: #222222;
  --specials-input-focus-outline: #7a7a7a;
  --specials-border-color: #222222;
  --specials-input-border-color: 1px solid #222222;
  --specials-submit-color: #222222;
  --specials-submit-bg-color: #f1b434;
  --specials-submit-color-hover: #222222;
  --specials-submit-bg-color-hover: #4ec3e0;
  --contact-us-bg-color: #fdfdfd;
  --contact-us-label-font-color: #222222;
  --contact-us-input-border-top: 1px solid #ccc;
  --contact-us-input-border-bottom: 1px solid #ccc;
  --contact-us-input-border-left: 1px solid #ccc;
  --contact-us-input-border-right: 1px solid #ccc;
  --contact-us-input-border-radius: 20px;
  --contact-us-input-padding: 19px 10px;
  --contact-us-input-color: #222222;
  --contact-us-submit-color: #222222;
  --contact-us-submit-background-color: transparent;
  --contact-us-submit-padding: 19px 60px;
  --contact-us-textarea-font-family: Source Sans Pro, sans-serif;
  --contact-us-submit-text-transform: uppercase;
}
:root .newsletters {
  text-align: center;
  margin-top: 50px;
}
:root .newsletters .newsletter_button {
  margin-top: 0;
}
:root .newsletters #newsletter-editions {
  list-style: none;
  width: 100%;
  text-align: center;
  padding: 0;
}
:root .newsletters #newsletter-editions li {
  width: auto;
  display: inline-block;
}
:root .newsletters #newsletter-editions li .newsletter-link {
  display: inline-block;
  width: 150px;
  margin: 19px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@supports (display: flex) {
  :root .newsletters #newsletter-editions li .newsletter-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
:root .newsletters #newsletter-editions .newsletter-link {
  margin-bottom: 20px;
}
:root .newsletters #newsletter-editions .newsletter-link span {
  vertical-align: top;
  margin-right: 10px;
}
:root .newsletters #newsletter-editions .newsletter-link > img {
  width: 30px !important;
  height: auto !important;
  margin-right: -38px;
}
:root .newsletters #pdfframe {
  width: 100%;
  height: 129vw;
  max-height: 1396px;
}

:root {
  --hamburger-line-height: 4px;
  --hamburger-line-width: 52px;
  --hamburger-box-height: 27px;
  --navbar-links-right-svg-width: 30px;
  --slideshow-promo-overlay-background: rgba(255, 255, 255, 0.85);
  --transparent-button-link-padding: unset;
  --header-text-style-4-font-weight: 300;
  --base-font-size-clamp: calc(18px + 0.1vw);
}

@media only screen and (max-width: 429px) {
  #hp_slideshow .hp-slideshow.cinemagraph-wrapper {
    height: 500px;
  }
}
@media only screen and (max-width: 429px) {
  #hp_slideshow .hp-slideshow .slideshow-promo-overlay #overlay_link {
    padding: 10px;
  }
}

.amenities-page .header-text-style-2 {
  color: #4ec3e0;
}

.neighborhood-page .poi-category-list #category_list_content {
  background-image: none;
}