@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap");
*,
*::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(51, 51, 51, 0);
}

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

@font-face {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  color: #333;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media screen and (max-width: 599px) {
  body {
    font-size: calc(18px + (35 - strip-units(13px)) * ((100vw - 300px) / (1600 - 300)));
  }
}
@media screen and (min-width: 600px) {
  body {
    font-size: calc(18px + (strip-units(33px) - strip-units(28px)) * ((100vw - 300px) / (1600 - 300)));
  }
}

[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: #5c5c5c;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.hidden {
  display: none;
}

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

.align-right {
  float: right;
}

.align-left {
  float: left;
}

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

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

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

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

.svg-fill {
  fill: #333;
}

.hide {
  display: none !important;
}

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

.display-block {
  display: block;
}

.bulletlist {
  text-align: left;
}

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

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

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

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

.btn-clear, .header-button {
  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: #292929;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #292929;
  text-decoration: none;
  background-color: #DAA520;
}
.list-group-item-action:active {
  color: #fff;
  background-color: #DAA520;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #5c5c5c;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #DAA520;
  border-color: #deae36;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: calc((1.8*1em) + 1.5 * (100vw - 300px) / 1300);
  font-size: calc(18px + (strip-units(33px) - strip-units(28px)) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Lato", sans-serif;
}

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

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

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

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

dt {
  font-weight: 400;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 400;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #474747;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #008BA2;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.blockquote {
  margin-bottom: 1rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #333;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.strong {
  font-weight: bold;
}

.errtext {
  color: #FF5252;
  font-style: italic;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .errtext {
    font-size: calc(
    16px + (30 - strip-units(11px)) * ((100vw - 300px) /
                (1600 - 300))
);
  }
}
@media screen and (min-width: 600px) {
  .errtext {
    font-size: calc(
    16px + (20 - strip-units(21px)) * ((100vw - 300px) /
                (1600 - 300))
);
  }
}

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

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

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

.required {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
  font-size: 0;
}
.required:before {
  content: "*";
  display: inline-block;
  z-index: 10;
  color: #333;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 599px) {
  .required:before {
    font-size: calc(18px + (35 - strip-units(13px)) * ((100vw - 300px) / (1600 - 300)));
  }
}
@media screen and (min-width: 600px) {
  .required:before {
    font-size: calc(18px + (strip-units(33px) - strip-units(28px)) * ((100vw - 300px) / (1600 - 300)));
  }
}

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

.phone-shortened-sr {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  font-size: 0;
}
.phone-shortened-sr:before {
  content: "P:";
  display: inline-block;
  z-index: 10;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 599px) {
  .phone-shortened-sr:before {
    font-size: calc(18px + (35 - strip-units(13px)) * ((100vw - 300px) / (1600 - 300)));
  }
}
@media screen and (min-width: 600px) {
  .phone-shortened-sr:before {
    font-size: calc(18px + (strip-units(33px) - strip-units(28px)) * ((100vw - 300px) / (1600 - 300)));
  }
}

.link-with-subtext p:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .link-with-subtext p.subtext {
    font-size: calc(
    15px + (26 - strip-units(10px)) * ((
                    100vw - 300px
                ) / (1600 - 300))
);
  }
}
@media screen and (min-width: 600px) {
  .link-with-subtext p.subtext {
    font-size: calc(
    15px + (20 - strip-units(20px)) * ((
                    100vw - 300px
                ) / (1600 - 300))
);
  }
}

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

.js .loading:before {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-intro-bg);
}
.js .loading:after {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  pointer-events: none;
  opacity: 0.4;
  background: var(--color-intro-title);
  -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;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

.select-style {
  text-align: left;
}
.select-style:after {
  width: 8px;
  height: 8px;
  border-left: 0px solid transparent;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  content: " ";
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.select-style[aria-expanded=true]::after {
  border-left: 0px solid transparent;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  -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-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #333 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  -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: #333;
  background-color: #fff;
  border-color: #2842c2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(18, 30, 88, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(18, 30, 88, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #707070;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #707070;
  opacity: 1;
}
.form-control::placeholder {
  color: #707070;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #c2c2c2;
  opacity: 1;
}

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

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

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

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

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

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

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

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

select.form-control[size], select.form-control[multiple],
.select-style.form-control[size],
.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: #858585;
}

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

.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(#8eba37);
  background-color: #8eba37;
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #8eba37;
  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='%238eba37' 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: #8eba37;
  -webkit-box-shadow: 0 0 0 0.2rem fade(#8eba37, 25%);
          box-shadow: 0 0 0 0.2rem fade(#8eba37, 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: #8eba37;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%238eba37' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #8eba37;
  -webkit-box-shadow: 0 0 0 0.2rem fade(#8eba37, 25%);
          box-shadow: 0 0 0 0.2rem fade(#8eba37, 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: #8eba37;
}
.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: #8eba37;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #8eba37;
}
.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: #8eba37;
  background-color: #a5cd57;
}
.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(142, 186, 55, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(142, 186, 55, 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: #8eba37;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #8eba37;
}
.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: #8eba37;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 186, 55, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(142, 186, 55, 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='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF5252' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FF5252' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #FF5252;
  -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;
  }
}

.form-col-group {
  width: 100%;
}
@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: #e0e0e0;
}
.submit-group.has-breadcrumbs .btn-back {
  margin-top: 0 !important;
}
.submit-group.has-breadcrumbs .btn-next {
  margin-top: 0;
}
.submit-group.has-breadcrumbs .stage {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 27px;
  background: #fff;
  color: #333;
  border-color: #e0e0e0;
}

@supports (display: flex) {
  .switch {
    display: -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: #8eba37;
}
.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: #e0e0e0;
  display: block;
  border-radius: 45px;
  position: relative;
}
.switch label:after {
  content: "";
  position: absolute;
  top: -7px;
  left: -5px;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #f0f0f0;
  -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: 400;
}

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

.radio-container .radio-check {
  position: absolute;
  top: 1px;
  left: -2px;
  height: 18px;
  width: 18px;
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  background: #fff;
  margin-right: 5px;
  vertical-align: top;
}
.radio-container .radio-check:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 2px;
  border-radius: 100%;
  position: absolute;
}
.radio-container input {
  vertical-align: top;
  visibility: hidden;
}
.radio-container input:checked + .radio-check {
  background-color: #fff;
  border-color: #121E58;
}
.radio-container input:checked + .radio-check:after {
  background-color: #121E58;
}
xs .radio-container input:not(:checked) + .radio-check:after {
  background-color: transparent;
}
.radio-container label {
  vertical-align: top;
}

.checkbox-container .checkbox-item {
  position: relative;
}
.checkbox-container .checkbox {
  position: absolute;
  top: 1px;
  left: 4px;
  height: 18px;
  width: 18px;
  border: 1px solid #e0e0e0;
  background: #fff;
  z-index: 1;
  margin-top: 0;
}
.checkbox-container .checkbox:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 3px;
  position: absolute;
}
.checkbox-container input {
  z-index: 10;
  position: relative;
  width: 13px;
  height: 14px;
  margin-left: 1px;
  margin-right: 5px;
  opacity: 0;
}
.checkbox-container input:checked + .checkbox {
  background-color: #121E58;
  border-color: #121E58;
  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: #8eba37;
  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 #8eba37;
}
.form-image-selection .form-image-select img {
  width: 100%;
}
.form-image-selection .form-image-select .fp-name {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}

.tag-input-container {
  width: 100%;
  position: relative;
}
.tag-input-container .tag-button-container {
  border: 1px solid #e0e0e0;
  width: 100%;
  padding: 5px;
  border-radius: 0.25rem;
}
.tag-input-container .tag-button-container .tag-item {
  text-align: left;
}
.tag-input-container .tag-button-container .tag-item.tag-item-lrg {
  display: inline-block;
  width: 100%;
}
.tag-input-container .tag-button-container .tag-item.tag-item-lrg .tag-input {
  width: 100%;
  display: inline-block;
}

.tag-input {
  background-color: #DAA520;
  color: #fff;
  border-radius: 30px;
  border: 0 none;
  padding: 7px 10px;
  font-size: 17px;
  cursor: pointer !important;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.tag-input::-webkit-input-placeholder {
  color: #fff;
}
.tag-input::-moz-placeholder {
  color: #fff;
}
.tag-input:-ms-input-placeholder {
  color: #fff;
}
.tag-input::-ms-input-placeholder {
  color: #fff;
}
.tag-input::placeholder {
  color: #fff;
}
.tag-input:hover {
  background-color: #bd860c;
  color: #fff;
  -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: #DAA520;
}
.form-col-container .appointment-date-time.item-date input:hover, .form-col-container .appointment-date-time.item-time input:hover {
  background: #bd860c;
}
.form-col-container .appointment-date-time.item-date input::-webkit-input-placeholder, .form-col-container .appointment-date-time.item-date input::-moz-placeholder, .form-col-container .appointment-date-time.item-date input:-ms-input-placeholder, .form-col-container .appointment-date-time.item-date input:-moz-placeholder, .form-col-container .appointment-date-time.item-time input::-webkit-input-placeholder, .form-col-container .appointment-date-time.item-time input::-moz-placeholder, .form-col-container .appointment-date-time.item-time input:-ms-input-placeholder, .form-col-container .appointment-date-time.item-time input:-moz-placeholder {
  color: #fff;
}

.bread-cumbs {
  position: relative;
  width: auto;
  display: inline-block;
}
@supports (display: flex) {
  .bread-cumbs {
    display: -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: #e0e0e0;
}
.bread-cumbs .stage {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 15px;
  line-height: 16px;
  overflow: hidden;
  background-color: #fff;
  color: #333;
  border: 2px solid #e0e0e0;
  text-align: center;
  border-radius: 100%;
  margin-right: 20px;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.bread-cumbs .stage:last-of-type {
  margin-right: 0;
}
.bread-cumbs .stage.stage-complete {
  background-color: #8eba37;
  color: #fff;
  border-color: #8eba37;
  background-image: url("https://static2.apts247.info/images/shared/check-white.png");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}

.image-upload-preview-1 #image-form {
  position: relative;
  padding: 10px;
  border: 1px solid #e0e0e0;
  text-align: left;
}
.image-upload-preview-1 #image-form label {
  padding-left: 21px;
}
.image-upload-preview-1 #image-form #permission {
  position: absolute;
  left: 11px;
  top: 10px;
  width: auto;
  line-height: 0;
  height: 20px;
}
.image-upload-preview-1 #image-form #fileupload {
  width: 100%;
}
.image-upload-preview-1 .table {
  display: table;
  width: 100%;
}
.image-upload-preview-1 .table #images-tbody {
  width: 100%;
}
.image-upload-preview-1 .table #images-tbody tr {
  width: 100%;
  border: 1px solid #e0e0e0;
  background: #f0f0f0;
}
.image-upload-preview-1 .table #images-tbody td {
  color: #333;
}
.image-upload-preview-1 .table #images-tbody td:first-child {
  width: 130px;
  min-width: 130px;
}
.image-upload-preview-1 .table #images-tbody td:first-child img {
  width: 100% !important;
  height: auto !important;
}
.image-upload-preview-1 .table #images-tbody td p {
  line-height: 1.2;
}
.image-upload-preview-1 .table #images-tbody td:nth-child(2) {
  width: 100%;
}
.image-upload-preview-1 .table #images-tbody td:last-child {
  width: 100px;
  min-width: 100px;
}
.image-upload-preview-1 .table #images-tbody td button {
  display: block;
  border: 0 none;
  padding: 4px 10px;
  min-width: 84px;
}
.image-upload-preview-1 .table #images-tbody td button.btn-cancel {
  margin-bottom: 7px;
}
.image-upload-preview-1 .table #images-tbody td #cancel_image {
  margin: 15px 5px;
}
.image-upload-preview-1 .table #images-tbody td #upload_image {
  margin: 15px 5px;
}
.image-upload-preview-1 .six {
  border: 1px solid #e0e0e0;
  padding: 6px;
  margin: 6px;
}
.image-upload-preview-1 .six h2 {
  margin: 11px 0;
}
.image-upload-preview-1 .six a {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  #review-form-region {
    max-width: 510px;
  }
}
.error-msg-font-styling {
  font-style: italic;
  color: #FF5252;
  margin-bottom: 35px;
}

.secondary-help-text {
  font-style: italic;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .secondary-help-text {
    font-size: calc(17px + (26 - strip-units(12px)) * ((100vw - 300px) / (1600 - 300)));
  }
}
@media screen and (min-width: 600px) {
  .secondary-help-text {
    font-size: calc(17px + (22 - strip-units(22px)) * ((100vw - 300px) / (1600 - 300)));
  }
}

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

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

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

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

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
:root {
  --animated-headline-overlay-button-bg: #fff;
  --animated-headline-button-bg: #fff;
  --animated-headline-button-bg-alt: #333;
  --animated-headline-overlay-button-bg-alt: #fff;
  --animated-headline-overlay-button-accent: #121E58;
  --animated-headline-overlay-button-accent-alt: #fff;
  --animated-headline-bg-p: white;
  --animated-headline-p-border-bottom: 1px solid 1px solid white;
  --animated-headline-zindex: 90000;
  --animated-headline-max-width: 390px;
  --animated-headline-font-size: inherit;
  --animated-headline-line-height: inherit;
  --animated-headline-close-font-size: 20px;
}

@-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;
  }
}
#animated-headline {
  display: inline-block;
  width: 93%;
  position: fixed;
  z-index: 90000;
  max-width: 390px;
}
#animated-headline p {
  font-size: var(--animated-headline-font-size);
  line-height: var(--animated-headline-line-height);
}
@media only screen and (min-width: 545px) {
  #animated-headline {
    width: auto;
  }
}
#animated-headline.headline-top {
  top: 0;
}
#animated-headline.headline-bottom {
  bottom: 0;
}
@media only screen and (max-width: 544px) {
  #animated-headline.headline-bottom {
    bottom: 10px;
  }
}
#animated-headline.headline-left {
  left: 2%;
}
@media only screen and (min-width: 545px) {
  #animated-headline.headline-left {
    left: 0;
  }
}
#animated-headline.headline-right {
  right: 5%;
}
@media only screen and (min-width: 545px) {
  #animated-headline.headline-right {
    right: 15px;
  }
}
#animated-headline.headline-slide.headline-right {
  -webkit-animation: slideInRight 1s 1;
  animation: slideInRight 1s 1;
}
#animated-headline.headline-slide.headline-left {
  -webkit-animation: slideInLeft 1s 1;
  animation: slideInLeft 1s 1;
}
#animated-headline.headline-slide .front {
  display: block;
}
@media only screen and (min-width: 545px) {
  #animated-headline.headline-slide .front {
    margin: 0 0 10px 10px;
  }
}
#animated-headline.headline-slide .front .button-contain-exclaim {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}
#animated-headline.headline-slide .front .button-contain-exclaim .exclaimation-text {
  margin-right: 10px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
#animated-headline.headline-slide .front .button-contain-exclaim .exclaimation-text #info-svg {
  width: 35px;
  height: 35px;
  display: inline-block;
}
#animated-headline.headline-slide .front .button-contain-exclaim .exclaimation-text #info-svg .fill {
  fill: #121E58;
}
#animated-headline.headline-slide .front .button-contain-exclaim .exclaimation-text #info-svg .stroke {
  fill: none;
  stroke: #121E58;
  stroke-miterlimit: 10;
}
#animated-headline.headline-slide .front .button-contain-exclaim p {
  width: calc(100% - 40px);
  height: auto;
  padding: 15px 10px;
  z-index: 2;
  position: relative;
  color: #333;
  text-align: center;
  margin: 0;
  text-align: left;
  margin-left: 38px;
}
#animated-headline.headline-flipup {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation: flipInX 1s 1;
  animation: flipInX 1s 1;
}
#animated-headline.headline-flipup .front {
  display: block;
}
@media only screen and (min-width: 545px) {
  #animated-headline.headline-flipup .front {
    margin: 0 0 10px 10px;
  }
}
#animated-headline.headline-flipup .front .button-contain-exclaim {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}
#animated-headline.headline-flipup .front .button-contain-exclaim .exclaimation-text {
  margin-right: 10px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
#animated-headline.headline-flipup .front .button-contain-exclaim .exclaimation-text #info-svg {
  width: 35px;
  height: 35px;
  display: inline-block;
}
#animated-headline.headline-flipup .front .button-contain-exclaim .exclaimation-text #info-svg .fill {
  fill: #121E58;
}
#animated-headline.headline-flipup .front .button-contain-exclaim .exclaimation-text #info-svg .stroke {
  fill: none;
  stroke: #121E58;
  stroke-miterlimit: 10;
}
#animated-headline.headline-flipup .front .button-contain-exclaim p {
  width: calc(100% - 40px);
  height: auto;
  padding: 15px 10px;
  z-index: 2;
  position: relative;
  color: #333;
  text-align: center;
  margin: 0;
  text-align: left;
  margin-left: 38px;
}
#animated-headline.headline-fadein {
  -webkit-animation: fadeIn 2s 1;
  animation: fadeIn 2s 1;
}
#animated-headline.headline-fadein .front {
  display: block;
}
@media only screen and (min-width: 545px) {
  #animated-headline.headline-fadein .front {
    margin: 0 0 10px 10px;
  }
}
#animated-headline.headline-fadein .front .button-contain-exclaim {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}
#animated-headline.headline-fadein .front .button-contain-exclaim .exclaimation-text {
  margin-right: 10px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
#animated-headline.headline-fadein .front .button-contain-exclaim .exclaimation-text #info-svg {
  width: 35px;
  height: 35px;
  display: inline-block;
}
#animated-headline.headline-fadein .front .button-contain-exclaim .exclaimation-text #info-svg .fill {
  fill: #121E58;
}
#animated-headline.headline-fadein .front .button-contain-exclaim .exclaimation-text #info-svg .stroke {
  fill: none;
  stroke: #121E58;
  stroke-miterlimit: 10;
}
#animated-headline.headline-fadein .front .button-contain-exclaim p {
  width: calc(100% - 40px);
  height: auto;
  padding: 15px 10px;
  z-index: 2;
  position: relative;
  color: #333;
  text-align: center;
  margin: 0;
  text-align: left;
  margin-left: 38px;
}
#animated-headline.headline-push {
  -webkit-animation: fadeInUp 1s 1;
  animation: fadeInUp 1s 1;
}
#animated-headline.headline-push .front {
  display: block;
}
@media only screen and (min-width: 545px) {
  #animated-headline.headline-push .front {
    margin: 0 0 10px 10px;
  }
}
#animated-headline.headline-push .front .button-contain-exclaim {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}
#animated-headline.headline-push .front .button-contain-exclaim .exclaimation-text {
  margin-right: 10px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
#animated-headline.headline-push .front .button-contain-exclaim .exclaimation-text #info-svg {
  width: 35px;
  height: 35px;
  display: inline-block;
}
#animated-headline.headline-push .front .button-contain-exclaim .exclaimation-text #info-svg .fill {
  fill: #121E58;
}
#animated-headline.headline-push .front .button-contain-exclaim .exclaimation-text #info-svg .stroke {
  fill: none;
  stroke: #121E58;
  stroke-miterlimit: 10;
}
#animated-headline.headline-push .front .button-contain-exclaim p {
  width: calc(100% - 40px);
  height: auto;
  padding: 15px 10px;
  z-index: 2;
  position: relative;
  color: #333;
  text-align: center;
  margin: 0;
  text-align: left;
  margin-left: 38px;
}
#animated-headline.headline-glow > div .front,
#animated-headline.headline-glow > a > div .front {
  margin: 0 0 10px 10px;
  overflow: hidden;
  background-color: #eaeaea;
}
#animated-headline.headline-glow > div .front .button-contain-exclaim,
#animated-headline.headline-glow > a > div .front .button-contain-exclaim {
  margin: 10px;
  z-index: 2;
  position: relative;
}
#animated-headline.headline-glow > div .front .button-contain-exclaim:before,
#animated-headline.headline-glow > a > div .front .button-contain-exclaim:before {
  content: "";
  width: 600px;
  height: 600px;
  background: #121E58;
  border-radius: 100%;
  display: inline-block;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 -300px;
  -webkit-animation: bubbleGrow 12s infinite;
  animation: bubbleGrow 12s infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
#animated-headline.headline-glow > div .front .button-contain-exclaim p,
#animated-headline.headline-glow > a > div .front .button-contain-exclaim p {
  width: auto;
  height: auto;
  padding: 5px 10px;
  background: white;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid white;
  border-top: 1px solid #fff;
  z-index: 2;
  position: relative;
  color: #333;
  text-align: center;
  margin: 0;
  -webkit-animation: disappear 12s infinite;
  animation: disappear 12s infinite;
}
#animated-headline.headline-glow > div .front .button-contain-exclaim .exclaimation-text,
#animated-headline.headline-glow > a > div .front .button-contain-exclaim .exclaimation-text {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px;
  width: 100%;
  z-index: 1;
  text-align: center;
  color: #fff;
  -webkit-animation: disappearEx 12s infinite;
  animation: disappearEx 12s infinite;
}
#animated-headline.headline-glow > div .front .button-contain-exclaim .exclaimation-text #info-svg,
#animated-headline.headline-glow > a > div .front .button-contain-exclaim .exclaimation-text #info-svg {
  width: 35px;
  height: 35px;
  display: inline-block;
}
#animated-headline.headline-glow > div .front .button-contain-exclaim .exclaimation-text #info-svg .fill,
#animated-headline.headline-glow > a > div .front .button-contain-exclaim .exclaimation-text #info-svg .fill {
  fill: #fff;
}
#animated-headline.headline-glow > div .front .button-contain-exclaim .exclaimation-text #info-svg .stroke,
#animated-headline.headline-glow > a > div .front .button-contain-exclaim .exclaimation-text #info-svg .stroke {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}
#animated-headline .headline-close {
  background: #fff;
  color: #333;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 1px;
  position: absolute;
  right: -11px;
  top: -10px;
  opacity: 1;
  z-index: 6;
  font-weight: lighter;
  padding-bottom: 9px;
  -webkit-animation: fadeInHold 2s 1;
  animation: fadeInHold 2s 1;
}
#animated-headline > div {
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 100%;
}
#animated-headline .front {
  display: block;
}

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

#chat_now {
  background: #fff;
  border-top: 4px solid #DAA520;
  display: table;
  padding: 7px 16px 7px 7px;
  width: 100%;
}
#chat_now span,
#chat_now h3 {
  display: table-cell;
  vertical-align: middle;
}
#chat_now .icon-font {
  font-size: 25px;
  padding: 0 12px 0 6px;
  color: fade(#333, 70%);
}
#chat_now h3 {
  margin: 0;
  color: #333;
}

#chat_form_div {
  text-align: left;
  background: #fff;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: height 0.2s linear 0s;
  transition: height 0.2s linear 0s;
}
#chat_form_div.active {
  max-height: 150px;
  -webkit-transition: max-height 0.3s linear 0s;
  transition: max-height 0.3s linear 0s;
}
#chat_form_div form {
  padding: 4px 6px 10px;
  border-top: 1px solid fade(#333, 20%);
  display: inline-block;
  color: #333;
}
@supports (display: flex) {
  #chat_form_div form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#chat_form_div input {
  display: inline-block;
  width: 100%;
  background-image: none;
}
#chat_form_div input:focus {
  outline-color: #DAA520;
}
#chat_form_div #live_chat_link {
  display: inline-block;
  vertical-align: bottom;
  padding: 9px 0;
  text-align: center;
  width: 100%;
  background: #DAA520;
  color: #fff;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  padding: 8px 20px;
  text-align: center;
  margin: 5px;
}
#chat_form_div #live_chat_link:hover {
  background: #bd860c;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

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

.btn-basic, .button-style-3, .button-style-2, .button-style-2-petite, .button-style-1, #featured_communities_container .featured-communities .community .lease-button, .button-style-1-petite, .button-style-next, .btn-next, .image-upload-preview-1 .table #images-tbody td #upload_image, .submit-group.has-breadcrumbs .btn-back {
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
}

.button-style-1, .btn-basic, .button-style-2, .button-style-2-petite, .button-style-3, #featured_communities_container .featured-communities .community .lease-button, .button-style-1-petite, .button-style-next, .btn-next, .image-upload-preview-1 .table #images-tbody td #upload_image, .submit-group.has-breadcrumbs .btn-back {
  background: #f5f5f5;
  color: #fff;
  border-radius: 0;
  padding: 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.button-style-1:hover, .btn-basic:hover, .button-style-2:hover, .button-style-2-petite:hover, .button-style-3:hover, #featured_communities_container .featured-communities .community .lease-button:hover, .button-style-1-petite:hover, .button-style-next:hover, .btn-next:hover, .image-upload-preview-1 .table #images-tbody td #upload_image:hover, .submit-group.has-breadcrumbs .btn-back:hover {
  background: #2C5971;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.button-style-1-petite, .button-style-next, .btn-next, .image-upload-preview-1 .table #images-tbody td #upload_image {
  padding: 7px 15px;
  text-transform: none;
}

.button-style-2, .button-style-2-petite {
  background: transparent;
  color: #333;
  border-radius: 0;
  padding: 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  border: 1px solid #333;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.button-style-2:hover, .button-style-2-petite:hover {
  border-color: #f5f5f5;
  color: #f5f5f5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button-style-2-petite {
  padding: 7px 15px;
  text-transform: none;
}

.button-style-3 {
  width: 100%;
  background: #333;
  color: #fff;
  border-radius: 0;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-clear, .header-button {
  display: inline-block;
  width: auto;
  padding: 0;
  border: 0 none;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
}
.btn-clear:hover, .header-button:hover {
  text-decoration: none;
}

.button-style-next, .btn-next {
  background: #474747;
  color: #fff;
}

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

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

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

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes top-bottom {
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes top-bottom {
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes bottom-top {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bottom-top {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes right-left {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes right-left {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes left-right {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes left-right {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes marquee-left {
  from {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
  to {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
}
@keyframes marquee-left {
  from {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
  to {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
}
@-webkit-keyframes rotate-left {
  from {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate-left {
  from {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes rotate-right {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes rotate-right {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
header {
  background: transparent;
  color: #fff;
  z-index: 11;
  position: absolute;
  width: 100%;
}
@supports (display: grid) {
  header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1% 30% 1% 7%;
    grid-template-columns: 1fr 30% 7%;
    -webkit-column-gap: 1%;
       -moz-column-gap: 1%;
            column-gap: 1%;
  }
}
@media only screen and (max-width: 479px) {
  header {
    width: 97%;
  }
}
@media only screen and (min-width: 1200px) {
  header {
    width: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    -ms-grid-columns: 18% 71% 9%;
    grid-template-columns: 18% 71% 9%;
  }
}
@media only screen and (min-width: 1440px) {
  header {
    -ms-grid-columns: 20% 67% 11%;
    grid-template-columns: 20% 67% 11%;
  }
}
header .header-logo {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}
@media only screen and (min-width: 1200px) {
  header .header-logo {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
header #main_navigation {
  display: none;
}
header #main_navigation.open-nav {
  background: #121E58;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 20;
}
header #main_navigation.open-nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: convert(8, px, ems);
}
header #main_navigation.open-nav ul li {
  display: block;
  margin-bottom: convert(10, px, ems);
}
header #main_navigation.open-nav ul li.active-item a {
  color: #DAA520;
}
header #main_navigation.open-nav ul li a {
  color: #fff;
  line-height: 2;
}
header #main_navigation.open-nav ul li:after {
  display: none;
}
@media only screen and (min-width: 1200px) {
  header #main_navigation {
    display: -ms-grid;
    display: grid;
    width: auto;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }
}
header #main_navigation ul {
  list-style: none;
  margin-bottom: 0;
  padding-right: 2vw;
  width: 100%;
}
@supports (display: flex) {
  header #main_navigation ul {
    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;
  }
}
header #main_navigation ul li {
  position: relative;
}
header #main_navigation ul li.active-item:after {
  background: rgba(255, 255, 255, 0.3);
  height: 110px;
  top: -190%;
}
@media only screen and (max-width: 1439px) {
  header #main_navigation ul li.active-item:after {
    top: -300%;
  }
}
header #main_navigation ul li.active-item a {
  color: #121E58;
  font-weight: 400;
  position: relative;
}
header #main_navigation ul li.active-item a:after {
  background-image: url("/gridmedia/img/home/icon-nav_active.svg");
  background-repeat: no-repeat;
  content: "";
  height: 15px;
  width: 100%;
  position: absolute;
  top: 110%;
  left: 40%;
}
header #main_navigation ul li:after {
  background: #DAA520;
  content: "";
  height: 110px;
  width: 100%;
  position: absolute;
  top: -800%;
  left: 0;
  z-index: -1;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
@media only screen and (min-width: 1440px) {
  header #main_navigation ul li:after {
    top: -675%;
  }
}
header #main_navigation ul li:hover:after {
  top: -185%;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
header #main_navigation ul li:hover a:after {
  background-image: url("/gridmedia/img/home/icon-nav_hover.svg");
  background-repeat: no-repeat;
  content: "";
  height: 15px;
  width: 100%;
  position: absolute;
  top: 110%;
  left: 40%;
}
header #main_navigation ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  header #main_navigation ul li a {
    font-size: 16px;
  }
}
header #menu_cta_icons {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: right;
}
@media only screen and (max-width: 399px) {
  header #menu_cta_icons {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  header #menu_cta_icons {
    -ms-grid-column: 3;
        grid-column-start: 3;
    text-align: left;
  }
}
@media only screen and (min-width: 1440px) {
  header #menu_cta_icons {
    text-align: center;
  }
}
header #menu_cta_icons a {
  margin: 0 4px;
}
@media only screen and (min-width: 1440px) {
  header #menu_cta_icons a {
    margin: 0 15px;
  }
}
header #menu_button {
  display: inline-block;
  height: 30px;
  position: relative;
  text-align: center;
  width: 30px;
  z-index: 30;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media only screen and (max-width: 479px) {
  header #menu_button {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
header #menu_button > span {
  background: #f5f5f5;
  content: "";
  display: block;
  height: 5px;
  margin-bottom: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 27px;
}
header #menu_button > span:first-of-type {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
header #menu_button > span:nth-child(2) {
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
header #menu_button > span:last-of-type {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
header #menu_button.open {
  position: fixed;
  top: 5px;
  right: 0;
}
header #menu_button.open > span {
  background: #DAA520;
}
header #menu_button.open > span:first-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header #menu_button.open > span:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}
header #menu_button.open > span:last-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 1200px) {
  header #menu_button {
    display: none;
  }
}

.homepage-container #home_slide_section {
  position: relative;
}
.homepage-container #home_slide_section .ss-container {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .homepage-container #home_slide_section .ss-container {
    max-height: 240px;
  }
}
.homepage-container #home_slide_section .ss-container .slideshow,
.homepage-container #home_slide_section .ss-container #slideshow {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homepage-container #home_slide_section .ss-container .slide.current {
  z-index: 100;
}
.homepage-container #home_slide_section .ss-container #slideshow figure {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 50;
}
.homepage-container #home_slide_section .ss-container #slideshow figure img {
  vertical-align: middle;
  text-align: center;
  position: relative;
  width: 100%;
}
.homepage-container #home_slide_section .ss-container .responsive.child {
  display: none;
}
@supports (display: grid) {
  .homepage-container #home_slide_section .ss-container .test-container {
    display: -ms-grid;
    display: grid;
    position: relative;
    -ms-grid-columns: 5% 1fr 5% 1fr 5%;
    grid-template-columns: 5% 1fr 5% 1fr 5%;
    bottom: 50px;
  }
  @media only screen and (max-width: 1199px) {
    .homepage-container #home_slide_section .ss-container .test-container {
      bottom: 25px;
    }
  }
  @media only screen and (max-width: 767px) {
    .homepage-container #home_slide_section .ss-container .test-container {
      -ms-grid-columns: unset;
      grid-template-columns: unset;
      -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
    }
    .homepage-container #home_slide_section .ss-container .test-container > *:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
    .homepage-container #home_slide_section .ss-container .test-container > *:nth-child(2) {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }
  }
  @media only screen and (max-width: 480px) {
    .homepage-container #home_slide_section .ss-container .test-container {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
    }
  }
  .homepage-container #home_slide_section .ss-container .test-container .header-text-style-1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-align: self-start;
        align-self: self-start;
  }
  @media only screen and (max-width: 767px) {
    .homepage-container #home_slide_section .ss-container .test-container .header-text-style-1 {
      display: none;
    }
  }
  @media only screen and (min-width: 1200px) {
    .homepage-container #home_slide_section .ss-container .test-container .header-text-style-1 {
      font-size: 54px;
      text-transform: uppercase;
      font-weight: 100;
      font-family: "Lato", sans-serif;
      line-height: calc(1em + 0.3 * (100vw - 300px) / 1300);
      letter-spacing: 0px;
      color: #fff;
      margin: 0 0 35px;
      position: relative;
      z-index: 10;
    }
  }
  @media only screen and (min-width: 1440px) {
    .homepage-container #home_slide_section .ss-container .test-container .header-text-style-1 {
      font-size: 65px;
      text-transform: uppercase;
      font-weight: 100;
      font-family: "Lato", sans-serif;
      line-height: calc(1em + 0.3 * (100vw - 300px) / 1300);
      letter-spacing: 0px;
      color: #fff;
      margin: 0 0 35px;
      position: relative;
      z-index: 10;
    }
  }
  @media only screen and (min-width: 1800px) {
    .homepage-container #home_slide_section .ss-container .test-container .header-text-style-1 {
      font-size: 76px;
      text-transform: uppercase;
      font-weight: 100;
      font-family: "Lato", sans-serif;
      line-height: calc(1em + 0.3 * (100vw - 300px) / 1300);
      letter-spacing: 0px;
      color: #fff;
      margin: 0 0 35px;
      position: relative;
      z-index: 10;
    }
  }
  @media only screen and (min-width: 2200px) {
    .homepage-container #home_slide_section .ss-container .test-container .header-text-style-1 {
      font-size: 90px;
      text-transform: uppercase;
      font-weight: 100;
      font-family: "Lato", sans-serif;
      line-height: calc(1em + 0.3 * (100vw - 300px) / 1300);
      letter-spacing: 0px;
      color: #fff;
      margin: 0 0 35px;
      position: relative;
      z-index: 10;
    }
  }
  .homepage-container #home_slide_section .ss-container .test-container .arrow-icon {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-align: end;
        align-self: end;
    margin: 0 auto 50px;
  }
  @media only screen and (max-width: 1023px) {
    .homepage-container #home_slide_section .ss-container .test-container .arrow-icon {
      display: none;
    }
  }
  .homepage-container #home_slide_section .ss-container .test-container .arrow-icon .arrow-svg svg {
    -webkit-transform: scale(1) rotate(90deg);
            transform: scale(1) rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .homepage-container #home_slide_section .ss-container .test-container .arrow-icon .arrow-svg:hover svg {
    -webkit-transform: scale(1.2) rotate(90deg);
            transform: scale(1.2) rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .homepage-container #home_slide_section .ss-container .test-container .arrow-icon .arrow-svg:hover svg #Ellipse_2 {
    fill: #DAA520;
  }
  .homepage-container #home_slide_section .ss-container .test-container .header-text-style-2 {
    -ms-grid-column: 4;
        grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row-align: self-end;
        align-self: self-end;
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    border: 3px solid #DAA520;
    border-radius: 50px;
    padding: 20px 30px;
    right: 0;
    bottom: 0;
  }
  .homepage-container #home_slide_section .ss-container .test-container .header-text-style-2:hover {
    cursor: pointer;
  }
  @media only screen and (max-width: 1199px) {
    .homepage-container #home_slide_section .ss-container .test-container .header-text-style-2 {
      font-size: 22px;
      text-transform: uppercase;
      font-weight: 100;
      font-family: "Lato", sans-serif;
      line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
      letter-spacing: 0px;
      color: #fff;
      margin: 0 0 35px;
      position: relative;
      z-index: 10;
      position: absolute;
    }
  }
  @media only screen and (max-width: 1023px) {
    .homepage-container #home_slide_section .ss-container .test-container .header-text-style-2 {
      font-size: 17px;
      text-transform: uppercase;
      font-weight: 100;
      font-family: "Lato", sans-serif;
      line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
      letter-spacing: 0px;
      color: #fff;
      margin: 0 0 35px;
      position: relative;
      z-index: 10;
      position: absolute;
    }
  }
  @media only screen and (max-width: 767px) {
    .homepage-container #home_slide_section .ss-container .test-container .header-text-style-2 {
      -ms-grid-column: unset;
          grid-column-start: unset;
      grid-column-end: unset;
      -ms-grid-row: 1;
          grid-row-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      padding: 15px;
      text-align: center;
      display: none;
      position: relative;
      margin: 0 auto;
    }
  }
}

#featured_communities_container {
  position: relative;
  margin: auto;
  background: #F5F5F5;
}
#featured_communities_container:after {
  content: "";
  background: url(../img/bg.jpg) center/contain repeat;
  background-size: 20%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#featured_communities_container .header-text-style-1 {
  font-weight: 200;
  text-transform: uppercase;
  padding: 2% 3% 0;
  font-size: 1.5em;
  margin: unset;
}
@media (min-width: 768px) {
  #featured_communities_container .header-text-style-1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #121E58;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  #featured_communities_container .header-text-style-1 {
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #121E58;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
  }
}
#featured_communities_container .header-text-style-2 {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 10px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  letter-spacing: 0px;
  color: #333;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  #featured_communities_container .header-text-style-2 {
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #333;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  #featured_communities_container .header-text-style-2 svg {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    vertical-align: -10px;
  }
}
@media only screen and (max-width: 767px) {
  #featured_communities_container .header-text-style-2:hover svg {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
#featured_communities_container .featured-communities {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0 1%;
}
@media (min-width: 768px) {
  #featured_communities_container .featured-communities {
    display: inline-block;
    margin: 0 auto;
    max-width: 98vw;
  }
}
@media (min-width: 1280px) {
  #featured_communities_container .featured-communities {
    display: block;
  }
}
#featured_communities_container .featured-communities #right_arrow,
#featured_communities_container .featured-communities #left_arrow {
  position: absolute;
  top: 45%;
  width: 60px;
  height: 60px;
  left: 5px;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  background: #fff;
}
@media (min-width: 1280px) {
  #featured_communities_container .featured-communities #right_arrow,
#featured_communities_container .featured-communities #left_arrow {
    left: 5px;
  }
}
#featured_communities_container .featured-communities #left_arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 1280px) {
  #featured_communities_container .featured-communities #left_arrow {
    left: 5px;
  }
}
@media (min-width: 1800px) {
  #featured_communities_container .featured-communities #left_arrow {
    left: 15px;
  }
}
#featured_communities_container .featured-communities #right_arrow {
  left: unset;
  right: 5px;
}
@media (min-width: 1280px) {
  #featured_communities_container .featured-communities #right_arrow {
    right: 0px;
  }
}
@media (min-width: 1800px) {
  #featured_communities_container .featured-communities #right_arrow {
    right: 5px;
  }
}
#featured_communities_container .featured-communities .left-right-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: auto;
  position: absolute;
  top: 40%;
  left: 49.8%;
  -webkit-transform: translate(-49.75%, -50%);
          transform: translate(-49.75%, -50%);
}
#featured_communities_container .featured-communities .left-right-buttons img {
  max-width: 40px;
  cursor: pointer;
}
#featured_communities_container .featured-communities .community-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 50px;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: -webkit-transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media (min-width: 1024px) {
  #featured_communities_container .featured-communities .community-container {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  #featured_communities_container .featured-communities .community-container {
    width: 33.3333333333%;
  }
}
#featured_communities_container .featured-communities .community {
  margin: 30px auto;
  background-color: #fff;
}
#featured_communities_container .featured-communities .community .community-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  margin: auto;
  height: 300px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1280px) {
  #featured_communities_container .featured-communities .community .community-image {
    height: 500px;
  }
}
#featured_communities_container .featured-communities .community .community-image:hover {
  cursor: pointer;
}
#featured_communities_container .featured-communities .community .community-image:hover .community-info {
  opacity: 0.8;
}
#featured_communities_container .featured-communities .community .community-image .community-info {
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-left: 20px;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  will-change: opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  white-space: normal;
}
#featured_communities_container .featured-communities .community .community-image .community-info .community-name {
  margin: 10px 0;
  white-space: normal;
  text-transform: uppercase;
}
#featured_communities_container .featured-communities .community .community-image .community-info .beds,
#featured_communities_container .featured-communities .community .community-image .community-info .bath,
#featured_communities_container .featured-communities .community .community-image .community-info .contact,
#featured_communities_container .featured-communities .community .community-image .community-info .pets {
  text-transform: capitalize;
}
#featured_communities_container .featured-communities .community .community-image .community-info .beds:before,
#featured_communities_container .featured-communities .community .community-image .community-info .bath:before,
#featured_communities_container .featured-communities .community .community-image .community-info .contact:before,
#featured_communities_container .featured-communities .community .community-image .community-info .pets:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 20px;
}
#featured_communities_container .featured-communities .community .community-image .community-info .contact:before {
  background: url("/gridmedia/img/contact.svg") center/contain no-repeat;
}
#featured_communities_container .featured-communities .community .community-image .community-info .contact:hover {
  color: #DAA520;
}
#featured_communities_container .featured-communities .community .community-image .community-info .contact:hover:before {
  fill: #DAA520;
}
#featured_communities_container .featured-communities .community .community-image .community-info .beds:before {
  background: url("/gridmedia/img/bed.svg") center/contain no-repeat;
}
#featured_communities_container .featured-communities .community .community-image .community-info .pets:before {
  background: url("/gridmedia/img/pet.svg") center/contain no-repeat;
}
#featured_communities_container .featured-communities .community .community-image .community-info .bath:before {
  background: url("/gridmedia/img/bath.svg") center/contain no-repeat;
}
#featured_communities_container .featured-communities .community .community-image .unit {
  background-color: #121E58;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  color: #fff;
}
#featured_communities_container .featured-communities .community .community-name {
  font-family: "Lato", sans-serif;
  font-size: calc(13px + (strip-units(13px) - strip-units(13px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  color: #DAA520;
  font-weight: 400;
  margin: 15px auto;
  padding-left: 10px;
  white-space: normal;
}
#featured_communities_container .featured-communities .community .community-name.info {
  color: #fff;
}
#featured_communities_container .featured-communities .community .community-address,
#featured_communities_container .featured-communities .community .community-address-1 {
  font-family: "Lato", sans-serif;
  font-size: calc(13px + (strip-units(13px) - strip-units(13px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  color: #121E58;
  padding-left: 10px;
  white-space: normal;
  margin-bottom: 10px;
}
#featured_communities_container .featured-communities .community .community-address-1 {
  font-family: "Lato", sans-serif;
  font-size: calc(14px + (strip-units(14px) - strip-units(14px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  padding-left: 40px;
  position: relative;
  white-space: normal;
  color: #000;
}
@media only screen and (min-width: 1024px) {
  #featured_communities_container .featured-communities .community .community-address-1 {
    font-family: "Lato", sans-serif;
    font-size: calc(9px + (strip-units(9px) - strip-units(9px)-5) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  }
}
#featured_communities_container .featured-communities .community .community-address-1:before {
  content: "";
  background: url("../img/map-pin_sml.svg") center/contain no-repeat;
  position: absolute;
  display: inline-block;
  top: -5px;
  left: 10px;
  width: 100%;
  height: 20px;
  max-width: 20px;
}
#featured_communities_container .featured-communities .community .community-address {
  color: #fff;
  white-space: normal;
}
#featured_communities_container .featured-communities .community .lease-button {
  font-family: "Lato", sans-serif;
  font-size: calc(15px + (strip-units(15px) - strip-units(15px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  color: #fff;
  margin-left: 10px;
  border-radius: 0;
}
#featured_communities_container .featured-communities .community .lease-button:hover {
  background-color: #DAA520;
}

.hover-fill-swell {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: bottom;
}
.hover-fill-swell:hover {
  background: var(--hover-fill-swell-background-color);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.svg-hover-fill-swell svg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: bottom;
}
.svg-hover-fill-swell:hover svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.svg-hover-fill-swell:hover svg #Ellipse_3,
.svg-hover-fill-swell:hover svg #Ellipse_2,
.svg-hover-fill-swell:hover svg #Ellipse_1 {
  fill: var(--svg-hover-fill);
}
.svg-hover-fill-swell:hover svg #Polygon_4 path {
  fill: #fff;
}

#header_menu {
  position: relative;
  top: 0;
  background: transparent;
  z-index: 1;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
@supports (position: sticky) {
  #header_menu {
    position: sticky;
  }
}
@media screen and (min-width: 301px) {
  #header_menu {
    height: auto;
  }
}
@media screen and (min-width: 301px) {
  #header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
@supports (display: flex) {
  @media screen and (min-width: 301px) {
    #header_menu .content-section {
      margin: 0 10px 0 0;
    }
  }
}
@media screen and (max-width: 300px) {
  #header_menu .content-section {
    margin: 0 0 10px;
  }
}
@supports (display: flex) {
  @media screen and (min-width: 301px) {
    #header_menu .content-section:last-of-type {
      margin: 0;
    }
  }
}

.header-logo {
  max-width: 340px;
  margin: 15px;
}

.header-button {
  background: transparent;
  color: #fff;
  border: none;
  padding: 20px 25px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  vertical-align: top;
}
.header-button:hover {
  background: transparent;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.header-button .header-button-text {
  vertical-align: top;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media screen and (max-width: 599px) {
  .header-button .header-button-text {
    font-size: calc(18px + (35 - strip-units(13px)) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1;
  }
}
@media screen and (min-width: 600px) {
  .header-button .header-button-text {
    font-size: calc(18px + (25 - strip-units(24px)) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1;
  }
}
.header-button:hover .header-button-text {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  color: #DAA520;
}
.header-button:hover .hamburger-toggler span {
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  background-color: #DAA520;
}
.header-button .hamburger-toggler span {
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.header-button .header-button-icon {
  margin: 0 7px 0 0;
  vertical-align: top;
}
@media only screen and (max-width: 479px) {
  .header-button .header-button-icon {
    margin: 0 7px 10px 0;
  }
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background: #333;
  overflow-x: hidden;
  padding-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sidenav.open-right {
  left: unset;
  right: 0;
}
.sidenav.open-left {
  right: unset;
  left: 0;
}
.sidenav a {
  padding: 12px 8px 12px 32px;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .sidenav a {
    font-size: calc(16px + (30 - strip-units(11px)) * ((100vw - 300px) / (1600 - 300)));
  }
}
@media screen and (min-width: 600px) {
  .sidenav a {
    font-size: calc(16px + (28 - strip-units(21px)) * ((100vw - 300px) / (1600 - 300)));
  }
}
.sidenav a:hover {
  color: #dadada;
}
.sidenav .close-button {
  background: #333;
  color: #fff;
  border: 0 none;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .sidenav .close-button {
    font-size: calc(16px + (30 - strip-units(11px)) * ((100vw - 300px) / (1600 - 300)));
  }
}
@media screen and (min-width: 600px) {
  .sidenav .close-button {
    font-size: calc(16px + (28 - strip-units(21px)) * ((100vw - 300px) / (1600 - 300)));
  }
}

.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
}

.hamburger-toggler {
  display: inline-block;
}
.hamburger-toggler span {
  display: block;
  width: 25px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  border-radius: 3px;
  z-index: 1;
}
.hamburger-toggler span:last-child {
  margin-bottom: 0;
}

.btn-basic, .button-style-1, .button-style-2, .button-style-2-petite, .button-style-3, .submit-group.has-breadcrumbs .btn-back, .button-style-1-petite, .image-upload-preview-1 .table #images-tbody td #upload_image, .button-style-next, .btn-next, #featured_communities_container .featured-communities .community .lease-button {
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
}

.button-style-1, .btn-basic, .button-style-2, .button-style-2-petite, .button-style-3, .submit-group.has-breadcrumbs .btn-back, .button-style-1-petite, .image-upload-preview-1 .table #images-tbody td #upload_image, .button-style-next, .btn-next, #featured_communities_container .featured-communities .community .lease-button {
  background: #f5f5f5;
  color: #fff;
  border-radius: 0;
  padding: 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
@media screen and (max-width: 599px) {
  .button-style-1, .btn-basic, .button-style-2, .button-style-2-petite, .button-style-3, .submit-group.has-breadcrumbs .btn-back, .button-style-1-petite, .image-upload-preview-1 .table #images-tbody td #upload_image, .button-style-next, .btn-next, #featured_communities_container .featured-communities .community .lease-button {
    font-size: calc(18px + (35 - strip-units(15px)) * ((100vw - 300px) / (1600 - 300)));
  }
}
@media screen and (min-width: 600px) {
  .button-style-1, .btn-basic, .button-style-2, .button-style-2-petite, .button-style-3, .submit-group.has-breadcrumbs .btn-back, .button-style-1-petite, .image-upload-preview-1 .table #images-tbody td #upload_image, .button-style-next, .btn-next, #featured_communities_container .featured-communities .community .lease-button {
    font-size: calc(18px + (25 - strip-units(25px)) * ((100vw - 300px) / (1600 - 300)));
  }
}
.button-style-1:hover, .btn-basic:hover, .button-style-2:hover, .button-style-2-petite:hover, .button-style-3:hover, .submit-group.has-breadcrumbs .btn-back:hover, .button-style-1-petite:hover, .image-upload-preview-1 .table #images-tbody td #upload_image:hover, .button-style-next:hover, .btn-next:hover, #featured_communities_container .featured-communities .community .lease-button:hover {
  background: #2C5971;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.button-style-1-petite, .image-upload-preview-1 .table #images-tbody td #upload_image, .button-style-next, .btn-next {
  padding: 7px 15px;
  text-transform: none;
}
@media screen and (max-width: 599px) {
  .button-style-1-petite, .image-upload-preview-1 .table #images-tbody td #upload_image, .button-style-next, .btn-next {
    font-size: calc(18px + (35 - strip-units(15px)) * ((100vw - 300px) / (1600 - 300)));
  }
}
@media screen and (min-width: 600px) {
  .button-style-1-petite, .image-upload-preview-1 .table #images-tbody td #upload_image, .button-style-next, .btn-next {
    font-size: calc(18px + (25 - strip-units(28px)) * ((100vw - 300px) / (1600 - 300)));
  }
}

.button-style-2, .button-style-2-petite {
  background: transparent;
  color: #333;
  border-radius: 0;
  padding: 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  border: 1px solid #333;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
@media screen and (max-width: 599px) {
  .button-style-2, .button-style-2-petite {
    font-size: calc(18px + (35 - strip-units(15px)) * ((100vw - 300px) / (1600 - 300)));
  }
}
@media screen and (min-width: 600px) {
  .button-style-2, .button-style-2-petite {
    font-size: calc(18px + (25 - strip-units(25px)) * ((100vw - 300px) / (1600 - 300)));
  }
}
.button-style-2:hover, .button-style-2-petite:hover {
  border-color: #f5f5f5;
  color: #f5f5f5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button-style-2-petite {
  padding: 7px 15px;
  text-transform: none;
}
@media screen and (max-width: 599px) {
  .button-style-2-petite {
    font-size: calc(18px + (35 - strip-units(15px)) * ((100vw - 300px) / (1600 - 300)));
  }
}
@media screen and (min-width: 600px) {
  .button-style-2-petite {
    font-size: calc(18px + (25 - strip-units(28px)) * ((100vw - 300px) / (1600 - 300)));
  }
}

.button-style-3 {
  width: 100%;
  background: #333;
  color: #fff;
  border-radius: 0;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
@media screen and (max-width: 599px) {
  .button-style-3 {
    font-size: calc(18px + (35 - strip-units(15px)) * ((100vw - 300px) / (1600 - 300)));
  }
}
@media screen and (min-width: 600px) {
  .button-style-3 {
    font-size: calc(18px + (25 - strip-units(25px)) * ((100vw - 300px) / (1600 - 300)));
  }
}
.button-style-3:hover {
  background: #DAA520;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.btn-clear, .header-button {
  display: inline-block;
  width: auto;
  padding: 0;
  border: 0 none;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
}
.btn-clear:hover, .header-button:hover {
  text-decoration: none;
}

.button-style-next, .btn-next {
  background: #474747;
  color: #fff;
}

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

#section_img {
  position: relative;
}
#section_img .header-text-style-1 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  letter-spacing: 0px;
  color: #fff;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
  position: relative;
  letter-spacing: 5px;
  white-space: nowrap;
  text-align: center;
  background: #DAA520;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #section_img .header-text-style-1 {
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    letter-spacing: 12px;
    white-space: nowrap;
    text-align: unset;
    background: transparent;
  }
}
@media only screen and (min-width: 1200px) {
  #section_img .header-text-style-1 {
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    letter-spacing: 16px;
    white-space: nowrap;
    text-align: unset;
    background: transparent;
  }
}
@media only screen and (min-width: 1440px) {
  #section_img .header-text-style-1 {
    font-size: 108px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    letter-spacing: 16px;
    white-space: nowrap;
    text-align: unset;
    background: transparent;
  }
}
#section_img .arrow-icon {
  position: absolute;
  bottom: 4%;
  left: 49%;
}
@media only screen and (max-width: 767px) {
  #section_img .arrow-icon {
    display: none;
  }
}
#section_img .arrow-icon .arrow-svg svg {
  -webkit-transform: scale(1) rotate(90deg);
          transform: scale(1) rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#section_img .arrow-icon .arrow-svg:hover svg {
  -webkit-transform: scale(1.2) rotate(90deg);
          transform: scale(1.2) rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#section_img .arrow-icon .arrow-svg:hover svg #Ellipse_2 {
  fill: #DAA520;
}

#philosophy_hero_text {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  padding: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #philosophy_hero_text {
    padding: 50px;
  }
}
#philosophy_hero_text .header-text-style-2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  letter-spacing: 0px;
  color: #121E58;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  #philosophy_hero_text .header-text-style-2 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #121E58;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
  }
}
@media only screen and (min-width: 1200px) {
  #philosophy_hero_text .header-text-style-2 {
    font-size: 65px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #121E58;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
  }
}

@supports (display: grid) {
  .side-by-side {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.side-by-side .side-text-container {
  background: #121E58;
  padding: 5% 15%;
}
@media only screen and (max-width: 1439px) {
  .side-by-side .side-text-container {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}
.side-by-side .side-text-container .header-text-style-2,
.side-by-side .side-text-container .header-text-style-3 {
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
}
.side-by-side .side-text-container .content-text {
  color: #fff;
}

#side_by_side_top .side-text-container {
  text-align: center;
}
#side_by_side_top .side-text-container .header-text-style-3 {
  font-size: 35px;
}
#side_by_side_top .side-text-container .content-text {
  font-style: italic;
}
#side_by_side_top .side-img-container:before {
  content: "";
  width: 100%;
  background: url("../img/img-quote.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 100%;
}
@media only screen and (max-width: 1439px) {
  #side_by_side_top .side-img-container:before {
    display: none;
  }
}

#side_by_side_bottom .side-text-container {
  text-align: right;
}
@media only screen and (max-width: 1439px) {
  #side_by_side_bottom .side-text-container {
    text-align: center;
  }
}
#side_by_side_bottom .side-img-container:before {
  content: "";
  width: 100%;
  background: url("../img/img-contact.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 100%;
}
@media only screen and (max-width: 1439px) {
  #side_by_side_bottom .side-img-container:before {
    display: none;
  }
}

.values-body {
  display: inline-block;
  width: 100%;
  max-width: 100vw;
  text-align: center;
  margin: 0 auto;
  margin-top: 5%;
}
@media screen and (min-width: 1024px) {
  .values-body {
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .values-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@supports (display: flex) {
  @media screen and (min-width: 1024px) {
    .values-body .content-section {
      margin: 0 10px 0 0;
    }
  }
}
@media screen and (max-width: 1023px) {
  .values-body .content-section {
    margin: 0 0 10px;
  }
}
@supports (display: flex) {
  @media screen and (min-width: 1024px) {
    .values-body .content-section:last-of-type {
      margin: 0;
    }
  }
}
@media only screen and (min-width: 1440px) {
  .values-body .values-text-container {
    width: 48%;
    margin-right: 2%;
  }
}
.values-body .values-text-container .value-text-header .header-text-style-1 {
  font-family: "Lato", sans-serif;
  font-size: calc(30px + (strip-units(30px) - strip-units(30px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  color: #f5f5f5;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.values-body .values-text-container .value-text-header .header-text-style-1.sub {
  font-family: "Lato", sans-serif;
  font-size: calc(15px + (strip-units(15px) - strip-units(15px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  text-transform: capitalize;
  color: #fff;
}
.values-body .value-text .header-text-style-1 {
  font-family: "Lato", sans-serif;
  font-size: calc(30px + (strip-units(30px) - strip-units(30px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  color: #f5f5f5;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
}

.value-paragraph,
.bottom-paragraph {
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: left;
  margin: 2% 35px !important;
}
@media only screen and (max-width: 1799px) {
  .value-paragraph,
.bottom-paragraph {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1440px) {
  .bottom-paragraph {
    margin: 2% 9% !important;
  }
}

.image-with-background {
  position: relative;
}
@media only screen and (min-width: 1440px) {
  .image-with-background {
    width: 50%;
  }
}
.image-with-background:before {
  content: "";
  width: 100%;
  height: 75%;
  background-color: #DAA520;
  position: absolute;
  top: 15%;
  left: 0;
  z-index: -1;
}
.image-with-background .front-image {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .image-with-background .front-image {
    margin: 0 18%;
    max-width: 800px;
  }
}
.image-with-background .front-image .image-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f5f5f5;
  width: 100%;
  margin: auto;
}
.image-with-background .front-image .image-text h1 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: calc(25px + (strip-units(25px) - strip-units(25px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
}

#values_grid .values {
  background-image: url("../img/img-valuesbg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 1024px) {
  #values_grid .values h1 {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  #values_grid .values {
    padding: 3em;
  }
}
#values_grid .values .values-container {
  padding: 50px 0;
}
#values_grid .values .values-container .values-text .header-text-style-2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  letter-spacing: 0px;
  color: #fff;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #values_grid .values .values-container .values-text .header-text-style-2 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
  }
}
@media only screen and (min-width: 1200px) {
  #values_grid .values .values-container .values-text .header-text-style-2 {
    font-size: 65px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
  }
}
#values_grid .values .values-container .value-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1em 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 1em;
}
#values_grid .values .values-container .value-items > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#values_grid .values .values-container .value-items > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
#values_grid .values .values-container .value-items > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#values_grid .values .values-container .value-items > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#values_grid .values .values-container .value-items > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
#values_grid .values .values-container .value-items > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 1439px) {
  #values_grid .values .values-container .value-items {
    -ms-grid-columns: 1fr 1em 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
@media only screen and (max-width: 1023px) {
  #values_grid .values .values-container .value-items {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}
#values_grid .values .values-container .value-items li {
  position: relative;
  list-style: none;
  text-align: center;
  max-width: 700px;
  border: 3px solid #fff;
  border-radius: 50px;
  padding: 30px 15px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #121E58), color-stop(50%, transparent));
  background: linear-gradient(to right, #121E58 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 300px;
}
@media only screen and (min-width: 1280px) {
  #values_grid .values .values-container .value-items li {
    margin: 2em 1em;
  }
}
#values_grid .values .values-container .value-items li:hover {
  background-position: left bottom;
}
#values_grid .values .values-container .value-items li .header-text-style-2 {
  color: #fff;
}
#values_grid .values .values-container .value-items li p {
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 1280px) {
  #values_grid .values .values-container .value-items li p {
    width: 70%;
    margin: 0 auto;
  }
}

.two-panel-with-bg-image {
  padding: 15px 15px 80px 15px;
  background-color: #121E58;
}
.two-panel-with-bg-image .vertical-line {
  background-color: #DAA520;
  height: 100px;
  width: 3px;
  margin: 30px auto;
}
.two-panel-with-bg-image .two-item-container {
  padding: 3%;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 2000px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .two-panel-with-bg-image .two-item-container {
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .two-panel-with-bg-image .two-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@supports (display: flex) {
  @media screen and (min-width: 1024px) {
    .two-panel-with-bg-image .two-item-container .content-section {
      margin: 0 10px 0 0;
    }
  }
}
@media screen and (max-width: 1023) {
  .two-panel-with-bg-image .two-item-container .content-section {
    margin: 0 0 10px;
  }
}
@supports (display: flex) {
  @media screen and (min-width: 1024px) {
    .two-panel-with-bg-image .two-item-container .content-section:last-of-type {
      margin: 0;
    }
  }
}
.two-panel-with-bg-image .two-item-container .text-image {
  display: none;
  max-width: 750px;
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .two-panel-with-bg-image .two-item-container .text-image {
    display: block;
    width: 49%;
    margin-left: 2%;
  }
}
.two-panel-with-bg-image .two-item-container .paragraph-container {
  width: 100%;
  max-width: 600px;
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .two-panel-with-bg-image .two-item-container .paragraph-container {
    width: 49%;
    max-width: 1000px;
  }
}
.two-panel-with-bg-image .two-item-container .paragraph-container .about-paragraph {
  font-family: "Lato", sans-serif;
  font-size: calc(12px + (strip-units(12px) - strip-units(12px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .two-panel-with-bg-image .two-item-container .paragraph-container .about-paragraph {
    font-family: "Lato", sans-serif;
    font-size: calc(15px + (strip-units(15px) - strip-units(15px)-5) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  }
}
@media only screen and (min-width: 1280px) {
  .two-panel-with-bg-image .two-item-container .paragraph-container .about-paragraph {
    font-family: "Lato", sans-serif;
    font-size: calc(13px + (strip-units(13px) - strip-units(13px)-5) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    line-height: 2;
  }
}
.two-panel-with-bg-image .two-item-container .paragraph-container .header-text-style-2:nth-child(1) {
  text-align: left;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  letter-spacing: 0px;
  color: #121E58;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .two-panel-with-bg-image .two-item-container .paragraph-container .header-text-style-2:nth-child(1) {
    text-align: left;
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #121E58;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
  }
}
@media only screen and (min-width: 1200px) {
  .two-panel-with-bg-image .two-item-container .paragraph-container .header-text-style-2:nth-child(1) {
    text-align: left;
    font-size: 65px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #121E58;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
  }
}
.two-panel-with-bg-image .two-item-container .paragraph-container a.arrow-svg {
  display: block;
  text-align: right;
}
@media only screen and (max-width: 1279px) {
  .two-panel-with-bg-image .two-item-container .paragraph-container a.arrow-svg {
    text-align: center;
    word-break: break-word;
  }
}

#stats {
  background: url("../img/img-tickerbg.jpg");
  color: #fff;
  padding: 3vh 5vw;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1920px) {
  #stats {
    padding: 6vh 10vw;
  }
}
#stats .stats-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  #stats .stats-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#stats .stats-container .counter {
  text-align: center;
  width: 100%;
  border: 3px solid #fff;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #121E58), color-stop(50%, transparent));
  background: linear-gradient(to right, #121E58 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 1% 0;
}
#stats .stats-container .counter:hover {
  background-position: left bottom;
}
@media only screen and (min-width: 1024px) {
  #stats .stats-container .counter {
    width: 30%;
    margin: unset;
  }
}
#stats .stats-container .counter .number-container {
  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-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 320px) {
  #stats .stats-container .counter .number-container {
    font-size: calc(70px + 100 * ((100vw - 320px) / 1600));
    font-family: "Lato", sans-serif;
    font-weight: 300;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1920px) {
  #stats .stats-container .counter .number-container {
    font-size: 170px;
  }
}
#stats .stats-container .counter .number-container .numbers {
  font-size: inherit;
  font-weight: inherit;
}
#stats .stats-container .counter .number-content {
  text-transform: uppercase;
}
@media screen and (min-width: 320px) {
  #stats .stats-container .counter .number-content {
    font-size: calc(30px + 15 * ((100vw - 320px) / 1600));
    font-family: "Lato", sans-serif;
    font-weight: 100;
    line-height: 1.0444444444;
  }
}
@media screen and (min-width: 1920px) {
  #stats .stats-container .counter .number-content {
    font-size: 45px;
  }
}

#meet_the_team .header-text-style-2 {
  text-align: center;
  letter-spacing: 2px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  letter-spacing: 0px;
  color: #121E58;
  margin: 50px 0;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  #meet_the_team .header-text-style-2 {
    text-align: center;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #121E58;
    margin: 50px 0;
    position: relative;
    z-index: 10;
  }
}
@media only screen and (min-width: 1200px) {
  #meet_the_team .header-text-style-2 {
    text-align: center;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #121E58;
    margin: 50px 0;
    position: relative;
    z-index: 10;
  }
}
#meet_the_team .team-grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin: 0 20px;
}
@media only screen and (min-width: 768px) {
  #meet_the_team .team-grid-container {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  #meet_the_team .team-grid-container {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1440px) {
  #meet_the_team .team-grid-container {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 90%;
    margin: 0 auto;
  }
}
#meet_the_team .team-grid-container .team-member {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}
#meet_the_team .team-grid-container .team-member .team-member-picture {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  border: 4px solid #DAA520;
  border-radius: 50%;
}
#meet_the_team .team-grid-container .team-member .team-member-picture:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #121E58;
  border-radius: 50%;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
#meet_the_team .team-grid-container .team-member .team-member-picture:hover {
  cursor: pointer;
}
#meet_the_team .team-grid-container .team-member .team-member-picture:hover:after {
  opacity: 0.3;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
#meet_the_team .team-grid-container .team-member .header-text-style-3 {
  text-align: center;
  color: #121E58;
  font-weight: 100;
  margin: 0 auto;
  max-width: 500px;
  font-size: 32px;
}
#meet_the_team .team-grid-container .team-member .header-text-style-4 {
  text-align: center;
  color: #DAA520;
  font-weight: 100;
  max-width: 500px;
  font-size: 25px;
  margin: 0 auto 50px;
}

#meet_the_team {
  padding: 2% 0;
}
#meet_the_team .team-grid-container {
  -ms-grid-columns: none;
  grid-template-columns: none;
}
#meet_the_team .team-grid-container .team-member {
  margin: 5px;
}
#meet_the_team .team-grid-container .team-member .team-member-picture {
  max-width: 200px;
}

.container-tabs {
  width: 90%;
  margin: auto;
}
.container-tabs ul {
  list-style: none;
  padding: unset;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin-bottom: -3px;
}
.container-tabs ul li {
  padding: 2%;
}
.container-tabs ul li.active {
  border: 3px solid #f2f2f2;
  border-bottom: 3px solid #fff;
  border-radius: 20px;
  z-index: 3;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tab-content .tab-pane:not(.active) {
  display: none;
}
.tab-content .tab-pane {
  display: -ms-grid;
  display: grid;
  border: 3px solid #f2f2f2;
  border-radius: 20px;
  padding: 2% 0;
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .tab-content .tab-pane {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .tab-content .tab-pane {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1440px) {
  .tab-content .tab-pane {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 90%;
    margin: 0 auto;
  }
}

#services_hero_text {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  padding: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #services_hero_text {
    padding: 50px;
  }
}
#services_hero_text .header-text-style-2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  letter-spacing: 0px;
  color: #121E58;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  #services_hero_text .header-text-style-2 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #121E58;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
  }
}
@media only screen and (min-width: 1200px) {
  #services_hero_text .header-text-style-2 {
    font-size: 65px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #121E58;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
  }
}

#tri_card_bio .info-container {
  display: -ms-grid;
  display: grid;
  text-align: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 15% 70% 15%;
  grid-template-rows: 15% 70% 15%;
  width: 90%;
  margin: 0 auto;
}

#tri_card_bio .info-container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#tri_card_bio .info-container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#tri_card_bio .info-container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#tri_card_bio .info-container > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

#tri_card_bio .info-container > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

#tri_card_bio .info-container > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

#tri_card_bio .info-container > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#tri_card_bio .info-container > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

#tri_card_bio .info-container > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 1439px) {
  #tri_card_bio .info-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  #tri_card_bio .info-container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
#tri_card_bio .info-container .services {
  display: inline-block;
  text-align: center;
  padding: 50px;
}
#tri_card_bio .info-container .services.property-management {
  background: #F5F5F5;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -webkit-box-shadow: -3px 3px 6px #bbb;
          box-shadow: -3px 3px 6px #bbb;
}
@media only screen and (max-width: 1439px) {
  #tri_card_bio .info-container .services.property-management {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
#tri_card_bio .info-container .services.property-management .header-text-style-2 {
  max-width: 400px;
  margin: 0 auto 35px;
}
@media only screen and (max-width: 1439px) {
  #tri_card_bio .info-container .services.property-management .header-text-style-2 {
    max-width: unset;
  }
}
#tri_card_bio .info-container .services.value-add {
  background: url("../img/img-valueaddbg.jpg");
  background-size: cover;
  background-position: center;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}
@media only screen and (max-width: 1439px) {
  #tri_card_bio .info-container .services.value-add {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}
#tri_card_bio .info-container .services.value-add .header-text-style-3 {
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
}
#tri_card_bio .info-container .services.value-add .content-text {
  color: #fff;
}
#tri_card_bio .info-container .services.due-diligence {
  background: #F5F5F5;
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -webkit-box-shadow: 3px 3px 6px #bbb;
          box-shadow: 3px 3px 6px #bbb;
}
@media only screen and (max-width: 1439px) {
  #tri_card_bio .info-container .services.due-diligence {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
        grid-row-start: 3;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
#tri_card_bio .bottom-text .header-text-style-2 {
  text-align: center;
  margin: 35px 20px;
  text-transform: none;
  letter-spacing: 3px;
}
#tri_card_bio a.arrow-svg {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

#body_search .noUi-connects {
  overflow: hidden;
  z-index: 0;
}
#body_search .noUi-connect,
#body_search .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
#body_search .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
#body_search .noUi-vertical .noUi-origin {
  width: 0;
}
#body_search .noUi-horizontal .noUi-origin {
  height: 0;
}
#body_search .noUi-handle {
  position: absolute;
}
#body_search .noUi-state-tap .noUi-connect,
#body_search .noUi-state-tap .noUi-origin {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#body_search .noUi-state-drag * {
  cursor: inherit !important;
}
#body_search .noUi-horizontal {
  height: 18px;
}
#body_search .noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
#body_search .noUi-vertical {
  width: 18px;
}
#body_search .noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
#body_search .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
#body_search .noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
          box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
#body_search .noUi-connects {
  border-radius: 3px;
}
#body_search .noUi-connect {
  background: #fff;
}
#body_search .noUi-draggable {
  cursor: ew-resize;
}
#body_search .noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
#body_search .noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
#body_search .noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
#body_search .noUi-handle:before,
#body_search .noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
#body_search .noUi-handle:after {
  left: 17px;
}
#body_search .noUi-vertical .noUi-handle:before,
#body_search .noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
#body_search .noUi-vertical .noUi-handle:after {
  top: 17px;
}
#body_search [disabled] .noUi-connect {
  background: #b8b8b8;
}
#body_search [disabled].noUi-target,
#body_search [disabled].noUi-handle,
#body_search [disabled] .noUi-handle {
  cursor: not-allowed;
}
#body_search .noUi-pips,
#body_search .noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#body_search .noUi-pips {
  position: absolute;
  color: #999;
}
#body_search .noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
#body_search .noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
#body_search .noUi-marker {
  position: absolute;
  background: #ccc;
}
#body_search .noUi-marker-sub {
  background: #aaa;
}
#body_search .noUi-marker-large {
  background: #aaa;
}
#body_search .noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
#body_search .noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.noUi-rtl #body_search .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
#body_search .noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
#body_search .noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
#body_search .noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
#body_search .noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
#body_search .noUi-value-vertical {
  -webkit-transform: translate(0, -50%, 0);
          transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl #body_search .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
#body_search .noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
#body_search .noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
#body_search .noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
#body_search .noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
#body_search .noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
#body_search .noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
#body_search #sidebar {
  position: absolute;
  right: 0;
  width: 35%;
  height: calc(100% - 70px);
  top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  z-index: 50;
}
#body_search #sidebar.open #search_results_container {
  margin-left: -100%;
}
#body_search #sidebar.open #sidebar_filter_container {
  right: -15px;
}
#body_search #sidebar.open #sidebar_filter_container > div {
  z-index: 500;
}
#body_search #radius_error {
  display: none;
}
#body_search #radius_min_max_level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 80px;
  max-width: 80%;
  position: relative;
  white-space: nowrap;
  width: 80%;
}
#body_search #radius_min_max_level span {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 300;
}
#body_search .sidebar-container {
  position: absolute;
  top: 0;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: hidden;
  border: 1px solid rgba(51, 51, 51, 0.4);
  border-bottom: 0;
  width: 100%;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  z-index: 50;
}
#body_search .sidebar-container #plain_distance_slider_container {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  text-align: center;
  width: 80%;
}
#body_search .sidebar-container #plain_distance_slider_container h3 {
  margin-bottom: 0;
}
#body_search .sidebar-container #plain_distance_slider_container p {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #333;
  line-height: 1.6;
  margin-top: 0;
}
#body_search .sidebar-container .text-box {
  text-align: center;
  width: 100%;
}
#body_search .sidebar-container .text-box input {
  width: 80%;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  border-bottom: 1px solid rgba(218, 165, 32, 0.6);
  color: #333;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
#body_search .sidebar-container .text-box input:focus {
  outline: 1px;
}
#body_search .sidebar-container .text-box input::-webkit-input-placeholder {
  color: #333;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
#body_search .sidebar-container .text-box input::-moz-placeholder {
  color: #333;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
#body_search .sidebar-container .text-box input:-ms-input-placeholder {
  color: #333;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
#body_search .sidebar-container .text-box input::-ms-input-placeholder {
  color: #333;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
#body_search .sidebar-container .text-box input::placeholder {
  color: #333;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
#body_search .sidebar-container .location-text {
  margin-top: 20px;
}
#body_search .sidebar-container .location-text .sidebar-header {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  color: #333;
  font-weight: 300;
  margin-bottom: 0;
}
#body_search .sidebar-container #distance_slider_container .noUi-handle-lower {
  display: none;
}
#body_search .sidebar-container #distance_button_container {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#body_search .sidebar-container #distance_button_container div {
  border: #DAA520;
  background-color: #DAA520;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  background-color: #121E58;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 300;
}
#body_search .sidebar-container #distance_button_container div:hover {
  cursor: pointer;
  background-color: #DAA520;
  color: #fff;
}
#body_search .sidebar-container#search_results_container {
  position: absolute;
}
#body_search .sidebar-container #search_results_menu {
  padding: 10px 35px 5px 0;
  font-size: 36px;
  background: #fff;
  color: #DAA520;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  text-align: right;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  margin-bottom: 5px;
}
#body_search .sidebar-container #search_results_menu #search_menu_title {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #121E58;
  font-size: 27px;
}
#body_search .sidebar-container #search_results_menu #results_menu_filter {
  position: relative;
}
#body_search .sidebar-container #search_results_menu #results_menu_filter #results_menu_button {
  margin-right: 10px;
}
#body_search .sidebar-container #search_results_menu #results_menu_filter #results_menu_button img {
  height: 15px;
  width: auto;
  vertical-align: super;
}
#body_search .sidebar-container #search_results_menu #results_menu_filter #results_menu_button:hover {
  cursor: pointer;
  opacity: 0.8;
}
#body_search .sidebar-container #search_results_menu #results_menu_filter #results_menu_filter_options {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #121E58;
  position: absolute;
  right: 0;
  top: 29px;
  width: 120px;
  padding: 5px;
  display: none;
}
#body_search .sidebar-container #search_results_menu #results_menu_filter #results_menu_filter_options.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#body_search .sidebar-container #search_results_menu #results_menu_filter #results_menu_filter_options .filter-option {
  font-size: 13px;
  color: #fff;
  margin-bottom: 5px;
}
#body_search .sidebar-container #search_results_menu #results_menu_filter #results_menu_filter_options .filter-option:last-child {
  margin-bottom: 0;
}
#body_search .sidebar-container #search_results_menu #results_menu_filter #results_menu_filter_options .filter-option:hover {
  background-color: #DAA520;
  color: #fff;
  cursor: pointer;
}
#body_search .sidebar-container #filter_pets_label {
  width: 80%;
  margin: 20px auto -40px;
  color: #2C5971;
}
#body_search .sidebar-container #filter_pets_container .md-btn--icon {
  padding-left: 0;
}
#body_search .sidebar-container #filter_pets_container .pet-icon {
  height: 50px;
  width: auto;
  margin-left: -25px;
  margin-right: 20px;
}
#body_search .sidebar-container #filter_pets_container .md-text--theme-secondary {
  color: #121E58;
}
#body_search .sidebar-container .community-preview-container {
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  background-color: #fff;
  margin-bottom: 0;
}
#body_search .sidebar-container .community-preview-container:last-child {
  margin-bottom: 0;
}
#body_search .sidebar-container .community-preview-container.highlighted {
  background: #f2f2f2;
}
#body_search .sidebar-container .community-preview-container:hover {
  cursor: pointer;
}
#body_search .sidebar-container .community-preview-container .preview-image {
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1100px) {
  #body_search .sidebar-container .community-preview-container .preview-image {
    min-height: 168px;
  }
}
@media only screen and (min-width: 1800px) {
  #body_search .sidebar-container .community-preview-container .preview-image {
    min-height: 533px;
  }
}
#body_search .sidebar-container .community-preview-container .preview-main {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (max-width: 1099px) {
  #body_search .sidebar-container .community-preview-container .preview-main .preview-image {
    height: 250px;
  }
}
#body_search .sidebar-container .community-preview-container .preview-main .preview-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  line-height: calc(1em + 0.3 * (100vw - 300px) / 1300);
  letter-spacing: 0px;
  color: #121E58;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  #body_search .sidebar-container .community-preview-container .preview-main .preview-title {
    text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #121E58;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
  }
}
@media only screen and (min-width: 1200px) {
  #body_search .sidebar-container .community-preview-container .preview-main .preview-title {
    text-align: left;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #121E58;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
  }
}
#body_search .sidebar-container .community-preview-container .preview-main .preview-address {
  font-size: 15px;
  font-weight: 300;
  color: #333;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
}
#body_search .sidebar-container .community-preview-container .preview-main .preview-address:nth-of-type(2) {
  padding-left: 10px;
}
#body_search .sidebar-container .community-preview-container .preview-main .preview-info {
  font-size: 13px;
}
#body_search .sidebar-container .community-preview-container .preview-main .preview-info .preview-info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  text-align: left;
  margin: 5%;
}
#body_search .sidebar-container .community-preview-container .preview-main .preview-info .preview-info-left div {
  text-transform: capitalize;
  line-height: 1.3;
}
#body_search .sidebar-container .community-preview-container .preview-main .preview-info .preview-info-left .preview-text > div {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #333;
}
#body_search .sidebar-container .community-preview-container .preview-main .preview-info .preview-info-left .preview-text > div .fa {
  color: #333;
}
#body_search .sidebar-container .community-preview-container .preview-main .preview-info .preview-info-left .preview-pets span {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #333;
}
#body_search .sidebar-container .community-preview-container .preview-main .preview-info .preview-info-left .preview-pets span .fa {
  color: #333;
}
#body_search .sidebar-container .community-preview-container .preview-main .preview-info .preview-info-left .community-features h6 {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: calc(1em + 0.3 * (100vw - 300px) / 1300);
  letter-spacing: 0px;
  color: #121E58;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
  margin: 10px 0;
}
@media only screen and (min-width: 768px) {
  #body_search .sidebar-container .community-preview-container .preview-main .preview-info .preview-info-left .community-features h6 {
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    line-height: calc(1em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #121E58;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
    margin: 10px 0;
  }
}
@media only screen and (min-width: 1200px) {
  #body_search .sidebar-container .community-preview-container .preview-main .preview-info .preview-info-left .community-features h6 {
    text-align: left;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    line-height: calc(1em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #121E58;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
    margin: 10px 0;
  }
}
#body_search .sidebar-container .community-preview-container .preview-main .preview-info .preview-info-left .community-features ul {
  padding-left: 0;
  position: relative;
}
#body_search .sidebar-container .community-preview-container .preview-main .preview-info .preview-info-left .community-features ul li {
  font-size: 15px;
  font-weight: 300;
  color: #333;
  display: block;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  position: relative;
}
#body_search .sidebar-container .community-preview-container .preview-main .preview-info .preview-info-left .community-features ul li::before {
  content: "•";
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#body_search .sidebar-container .community-preview-container .preview-main .preview-info .preview-info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 44%;
  font-size: 13px;
  text-align: left;
  margin-left: 5%;
  margin-bottom: 10px;
}
#body_search .sidebar-container .community-preview-container .preview-main .preview-info .preview-info-right .specials {
  font-weight: bold;
}
#body_search .sidebar-container .community-preview-container .preview-bottom {
  background-color: #DAA520;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  color: #fff;
  font-size: 18px;
}
#body_search .sidebar-container .community-preview-container .preview-bottom a {
  color: #fff;
  text-decoration: none;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 300;
}
#body_search .sidebar-container .community-preview-container .preview-bottom a:hover {
  color: #121E58;
}
#body_search .sidebar-container .community-preview-container .preview-bottom:first-child {
  width: 55%;
}
#body_search .sidebar-container#sidebar_filter_container {
  right: -100%;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  background: #fff;
}
#body_search .sidebar-container#sidebar_filter_container .sidebar-title {
  color: #333;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 300;
  margin: 30px auto 0;
  position: relative;
  text-align: center;
  width: 100%;
}
#body_search .sidebar-container#sidebar_filter_container .sidebar-text {
  width: 80%;
  margin: 15px auto;
  text-align: justify;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #333;
  position: relative;
}
#body_search .sidebar-container#sidebar_filter_container .pets-container {
  max-width: 80%;
}
#body_search .sidebar-container#sidebar_filter_container div:nth-of-type(7) {
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
#body_search .sidebar-container#sidebar_filter_container div:nth-of-type(7) .sidebar-header {
  text-transform: capitalize;
}
#body_search .sidebar-container#sidebar_filter_container div:nth-of-type(7) div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
#body_search .sidebar-container#sidebar_filter_container div:nth-of-type(7) div label {
  display: inline-block;
}
#body_search .sidebar-container#sidebar_filter_container div:nth-of-type(7) div label img {
  max-width: 50px;
}
#body_search .sidebar-container#sidebar_filter_container .md-cell {
  width: 300px;
}
#body_search .sidebar-container#sidebar_filter_container #filter_pets_container {
  width: 80%;
  max-width: 500px;
  margin: 35px auto;
}
#body_search .sidebar-container#sidebar_filter_container .multi-filter {
  width: 80%;
  margin: 20px auto;
  border-bottom: 1px solid rgba(218, 165, 32, 0.6);
  position: relative;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#body_search .sidebar-container#sidebar_filter_container .multi-filter:hover {
  cursor: pointer;
}
#body_search .sidebar-container#sidebar_filter_container .multi-filter .multi-filter-title {
  color: #2C5971;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#body_search .sidebar-container#sidebar_filter_container .multi-filter .multi-filter-title .filter-title-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#body_search .sidebar-container#sidebar_filter_container .multi-filter .multi-filter-title .filter-title-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#body_search .sidebar-container#sidebar_filter_container .multi-filter .multi-filter-title .filter-title-right .expand-button-container {
  font-weight: bold;
  color: #DAA520;
  margin-left: 15px;
  font-size: 20px;
  width: 10px;
}
#body_search .sidebar-container#sidebar_filter_container .multi-filter .multi-filter-title .filter-title-right .multi-count {
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  background: #DAA520;
  color: #fff;
  margin-right: 5px;
}
#body_search .sidebar-container#sidebar_filter_container .multi-filter .multi-filter-options {
  z-index: 3;
  top: 5px;
  overflow: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 0;
}
#body_search .sidebar-container#sidebar_filter_container .multi-filter .multi-filter-options.open {
  height: 200px;
}
#body_search .sidebar-container#sidebar_filter_container .multi-filter .multi-filter-options .multi-filter-option {
  display: block;
  text-align: left;
  padding: 8px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid transparent;
}
#body_search .sidebar-container#sidebar_filter_container .multi-filter .multi-filter-options .multi-filter-option:hover {
  border-bottom: 1px solid #DAA520;
}
#body_search .sidebar-container#sidebar_filter_container .multi-filter .multi-filter-options .multi-filter-option .multi-checkbox {
  height: 15px;
  width: 15px;
  border: 1px solid black;
  border-radius: 3px;
  margin-right: 10px;
  text-align: left;
  display: inline-block;
}
#body_search .sidebar-container#sidebar_filter_container .multi-filter .multi-filter-options .multi-filter-option .multi-checkbox.checked {
  background-color: #DAA520;
}
#body_search .sidebar-container#sidebar_filter_container .slider-container {
  width: 80%;
  margin: 40px auto;
  position: relative;
}
#body_search .sidebar-container#sidebar_filter_container .slider-container .slider-label {
  color: #2C5971;
  margin-bottom: 20px;
}
#body_search .sidebar-container#sidebar_filter_container .single-slider-container {
  width: 80%;
  margin: 15px auto 40px;
  margin-bottom: 60px;
}
#body_search .sidebar-container#sidebar_filter_container .single-slider-container .slider-label {
  color: #2C5971;
  margin-bottom: 20px;
}
#body_search .sidebar-container#sidebar_filter_container .single-slider-container .noUi-target,
#body_search .sidebar-container#sidebar_filter_container .slider-container .noUi-target {
  height: 4px;
  position: relative;
  top: 15px;
}
#body_search .sidebar-container#sidebar_filter_container .single-slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle,
#body_search .sidebar-container#sidebar_filter_container .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle {
  height: 0;
  border: none;
}
#body_search .sidebar-container#sidebar_filter_container .single-slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle:before,
#body_search .sidebar-container#sidebar_filter_container .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle:before {
  display: none;
}
#body_search .sidebar-container#sidebar_filter_container .single-slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle .noUi-tooltip,
#body_search .sidebar-container#sidebar_filter_container .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle .noUi-tooltip {
  z-index: 5;
  font-size: 8px;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  padding: 0;
  position: relative;
  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;
  top: -30px;
  background: #121E58;
  color: #fff;
  border: 0;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 300;
  cursor: pointer;
}
#body_search .sidebar-container#sidebar_filter_container .single-slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle .noUi-tooltip:after,
#body_search .sidebar-container#sidebar_filter_container .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle .noUi-tooltip:after {
  position: absolute;
  z-index: 1;
  top: 20px;
  content: "";
  left: 2px;
  border-top: 11px solid #121E58;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}
#body_search .sidebar-container#sidebar_filter_container .single-slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle:after,
#body_search .sidebar-container#sidebar_filter_container .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle:after {
  display: none;
}
#body_search .sidebar-container#sidebar_filter_container .single-slider-container .noUi-target .noUi-base .noUi-connect,
#body_search .sidebar-container#sidebar_filter_container .slider-container .noUi-target .noUi-base .noUi-connect {
  background: #fff;
}
#body_search #root {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
#body_search #root #mobile_page_container #mobile_bottom_nav {
  height: 50px;
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #121E58;
  color: #fff;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#body_search #root #mobile_page_container #mobile_bottom_nav * {
  font-size: 12px;
}
@media only screen and (min-width: 480px) {
  #body_search #root #mobile_page_container #mobile_bottom_nav * {
    font-size: 16px;
  }
}
#body_search #root #mobile_page_container #mobile_bottom_nav #filter_button {
  width: 24px;
}
#body_search #root #mobile_page_container #mobile_bottom_nav #filter_button:hover {
  cursor: pointer;
}
#body_search #root #mobile_page_container #mobile_bottom_nav a img {
  width: 44px;
}
#body_search #root #mobile_page_container #mobile_bottom_nav .bottom-nav-button {
  visibility: hidden;
  height: 25px;
  margin-top: 5px;
  width: 25px;
  background: #fff;
}
#body_search #root #mobile_page_container #mobile_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#body_search #root #mobile_page_container #mobile_container.first-page {
  background: #f5f5f5;
}
#body_search #root #mobile_page_container #mobile_container > div {
  width: 100%;
}
#body_search #root #mobile_page_container #mobile_container #mobile_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}
#body_search #root #mobile_page_container #mobile_container #mobile_header #mobile_menu {
  height: 40px;
  width: 25px;
  margin-left: 10px;
}
#body_search #root #mobile_page_container #mobile_container #mobile_header #mobile_menu .hamburger-bar {
  width: 90%;
  height: 2px;
  margin-top: 5px;
  background-color: #333;
}
#body_search #root #mobile_page_container #mobile_container #mobile_header #mobile_header_title {
  width: 100%;
  text-align: center;
}
#body_search #root #mobile_page_container #mobile_container .first-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#body_search #root #mobile_page_container #mobile_container .first-page #mobile_logo {
  width: 80%;
  max-width: 500px;
  margin: 100px auto 5px;
}
#body_search #root #mobile_page_container #mobile_container .first-page .filterbar-select {
  width: 80%;
  border-bottom: 1px solid rgba(218, 165, 32, 0.6);
  position: relative;
  margin-bottom: 200px;
}
#body_search #root #mobile_page_container #mobile_container .first-page .filterbar-select:hover {
  cursor: pointer;
}
#body_search #root #mobile_page_container #mobile_container .first-page .filterbar-select .filterbar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #333;
}
#body_search #root #mobile_page_container #mobile_container .first-page .filterbar-select .filterbar-options {
  background-color: #fff;
  width: 80%;
  position: absolute;
  z-index: 3;
  top: -30px;
  max-height: 200px;
  overflow: auto;
}
#body_search #root #mobile_page_container #mobile_container .first-page .filterbar-select .filterbar-options .filterbar-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 5px;
  border-bottom: 1px solid transparent;
}
#body_search #root #mobile_page_container #mobile_container .first-page .filterbar-select .filterbar-options .filterbar-li:hover {
  border-bottom: 1px solid #121E58;
}
#body_search #root #mobile_page_container #mobile_container #mobile_list_and_map_container {
  position: relative;
}
#body_search #root #mobile_page_container #mobile_container #mobile_list_and_map_container .sidebar-container {
  padding-bottom: 50px;
  top: 36px;
}
#body_search #root #mobile_page_container #mobile_container #mobile_list_and_map_container .sidebar-container#search_results_container {
  width: 100%;
}
#body_search #root #mobile_page_container #mobile_container #mobile_list_and_map_container .sidebar-container#search_results_container.mobile {
  position: relative;
  margin-top: -90px;
  margin-bottom: 90px;
  width: 100%;
}
#body_search #root #mobile_page_container #mobile_container #mobile_list_and_map_container .sidebar-container#search_results_container.mobile .community-preview-container {
  width: 100%;
  margin: 0 auto;
}
#body_search #root #mobile_page_container #mobile_container #mobile_list_and_map_container .sidebar-container#sidebar_filter_container {
  position: relative;
  right: auto;
  background: #fff;
  border: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  top: 0;
  padding-bottom: 100px;
}
#body_search #root #mobile_page_container #mobile_container #mobile_list_and_map_container .sidebar-container#sidebar_filter_container .slider-container {
  width: 80%;
}
#body_search #root #mobile_page_container #mobile_container #mobile_list_and_map_container #map {
  width: 100%;
  height: 100vh;
}
#body_search #root #mobile_page_container #mobile_container #mobile_list_and_map_container #mobile_top_view_options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#body_search #root #mobile_page_container #mobile_container #mobile_list_and_map_container #mobile_top_view_options .mobile-top-option {
  width: 50%;
  text-align: center;
  font-size: 20px;
  padding: 5px;
}
#body_search #root #mobile_page_container #mobile_container #mobile_list_and_map_container #mobile_top_view_options .mobile-top-option.active {
  border-bottom: 3px solid #DAA520;
}
#body_search #root #mobile_page_container #mobile_container #mobile_list_and_map_container #mobile_top_view_options .mobile-top-option:hover {
  cursor: pointer;
}
#body_search #home_page_container {
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  width: 100%;
}
#body_search #home_page_container #filterbar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #121E58;
  height: 70px;
  position: relative;
  z-index: 2;
  padding: 10px 0;
}
#body_search #home_page_container #filterbar h5 {
  color: #fff;
  display: inline-block;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 0;
  white-space: nowrap;
}
#body_search #home_page_container #filterbar h5 img {
  width: 21px;
  height: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 5px;
  position: static;
  -webkit-transform: translate(-35px, 0px);
          transform: translate(-35px, 0px);
  position: absolute;
}
#body_search #home_page_container #filterbar #filterbar_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#body_search #home_page_container #filterbar #filterbar_left > div {
  margin-left: 4px;
}
#body_search #home_page_container #filterbar #filterbar_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#body_search #home_page_container #filterbar #filterbar_right > div {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#body_search #home_page_container #filterbar #filterbar_right > img {
  margin-right: 50px;
  margin-left: 100px;
}
#body_search #home_page_container #filterbar .filterbar-select {
  margin-top: 0;
  width: 200px;
  position: relative;
}
#body_search #home_page_container #filterbar .filterbar-select .filterbar-options {
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 1100px) {
  #body_search #home_page_container #filterbar .filterbar-select .filterbar-options {
    top: 0;
    bottom: auto;
  }
}
#body_search #home_page_container #filterbar .filterbar-select.select-disabled:hover {
  cursor: not-allowed;
}
#body_search #home_page_container #filterbar .filterbar-select.select-disabled .filterbar-title {
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #333;
}
#body_search #home_page_container #filterbar .filterbar-select:hover {
  cursor: pointer;
}
#body_search #home_page_container #filterbar .filterbar-select.filterbar-with-buttons .filterbar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #333;
}
#body_search #home_page_container #filterbar .filterbar-select.filterbar-with-buttons .filterbar-title .filter-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#body_search #home_page_container #filterbar .filterbar-select.filterbar-with-buttons .filterbar-title .filter-buttons-container .filter-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 75%;
  padding: 0 10px;
  border-right: 1px solid rgba(51, 51, 51, 0.4);
  font-weight: bold;
  color: #121E58;
}
#body_search #home_page_container #filterbar .filterbar-select.filterbar-with-buttons .filterbar-title .filter-buttons-container .filter-button:hover {
  color: #DAA520;
  cursor: pointer;
}
#body_search #home_page_container #filterbar .filterbar-select.filterbar-with-buttons .filterbar-title .filter-buttons-container .filter-button:last-of-type {
  border: 0;
}
#body_search #home_page_container #filterbar .filterbar-select .filterbar-title {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #121E58;
  font-size: 18px;
  color: #DAA520;
  padding-left: 10px;
}
#body_search #home_page_container #filterbar .filterbar-select .filterbar-title.with-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#body_search #home_page_container #filterbar .filterbar-select .filterbar-title.with-arrow .filterbar-title-span {
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #333;
}
#body_search #home_page_container #filterbar .filterbar-select .filterbar-title.with-arrow .filterbar-dropdown-arrow {
  border-top: 11px solid #121E58;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin-right: 5px;
}
#body_search #home_page_container #filterbar .filterbar-select .filterbar-title.with-arrow .filterbar-dropdown-arrow.up {
  border-top: 0;
  border-bottom: 11px solid #121E58;
}
#body_search #home_page_container #filterbar .filterbar-select .filterbar-options {
  width: 100%;
  background: #fff;
  border: 1px solid #121E58;
}
#body_search #home_page_container #filterbar .filterbar-select .filterbar-options .filterbar-li {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  font-size: 15px;
}
#body_search #home_page_container #filterbar .filterbar-select .filterbar-options .filterbar-li:hover {
  background-color: #121E58;
  color: #fff;
  cursor: pointer;
}
#body_search #home_page_container #filterbar #reset_arrow,
#body_search #home_page_container #filterbar #sliders_thumb {
  width: 30px;
  height: 28px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 15px;
  position: static;
}
#body_search #home_page_container #filterbar #reset_arrow:hover,
#body_search #home_page_container #filterbar #sliders_thumb:hover {
  opacity: 0.8;
}
#body_search #home_page_container #filterbar #reset_arrow.disabled,
#body_search #home_page_container #filterbar #sliders_thumb.disabled {
  opacity: 0.4;
}
#body_search #home_page_container #map {
  width: 65%;
  height: 600px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
@media (max-width: 1081px) {
  #body_search #home_page_container #map {
    width: 100%;
  }
}
#body_search .info-window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#body_search .info-window .info-left img {
  height: 80px;
  width: auto;
}
@media (max-width: 500px) {
  #body_search .info-window .info-left img {
    height: 50px;
  }
}
#body_search .info-window .info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 10px;
  font-size: 12px;
}
#body_search .info-window .info-right h3 {
  font-size: 16px;
  margin-bottom: -2px;
}
#body_search .info-window .info-right a {
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#body_search .info-window .info-right a:hover {
  color: #2C5971;
}
#body_search .info-window .info-right div {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#body_search .info-window .info-right div .box {
  margin-top: 4px;
}
#body_search .info-window .info-right a {
  font-size: 14px;
}
#body_search .mobile {
  display: block;
}
@media only screen and (min-width: 1082px) {
  #body_search .mobile {
    display: none;
  }
}
#body_search .fa {
  margin-right: 5px;
}
#body_search #filter_dogs,
#body_search #filter_cats {
  display: none;
}
#body_search .sidebar-container#sidebar_filter_container #filter_pets_container {
  width: 80%;
  max-width: 500px;
  margin: 35px auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#body_search .sidebar-container#sidebar_filter_container #filter_pets_container .md-selection-control-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#body_search .sidebar-container#sidebar_filter_container #filter_pets_container .md-selection-control-label span {
  margin-left: 30px;
}
#body_search .md-ink-container {
  position: absolute;
}
#body_search .sidebar-container#sidebar_filter_container .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle.noUi-handle-lower .noUi-tooltip, #body_search .sidebar-container#sidebar_filter_container .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle.noUi-handle-upper .noUi-tooltip {
  font-family: "Lato", sans-serif;
  font-size: 9px;
  font-weight: 300;
  color: #fff;
}
#body_search .cluster img {
  top: 0 !important;
  left: 0 !important;
  clip: auto !important;
}
#body_search .filterbar-options {
  background: #fff;
}
#body_search #mobile_refresh_button,
#body_search #mobile_refine_button {
  border: none;
  background: none;
}
#body_search .filterbar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#body_search .filter-button {
  display: initial;
}
@media only screen and (max-width: 1099px) {
  #body_search footer {
    display: none;
  }
}
#body_search .filterbar-options {
  position: absolute;
  bottom: 100%;
  max-height: 250px;
  overflow: auto;
  width: 200px;
}
#body_search .filterbar-options .filterbar-li {
  padding: 12px;
  color: #2C5971;
}
#body_search .mapboxgl-popup-content {
  width: 300px;
}

.management-container {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .management-container {
    height: 1300px;
    max-width: 2300px;
    margin: 100px 5% 100px 5%;
  }
}
@media only screen and (min-width: 1024px) {
  .management-container .mangement-pictures {
    display: inline-block;
    width: 35%;
    height: 100%;
  }
}
.management-container .mangement-pictures .property-management {
  background-color: #DAA520;
  padding: 20px;
}
@media only screen and (max-width: 1023px) {
  .management-container .mangement-pictures .property-management {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .management-container .mangement-pictures .property-management {
    width: 100%;
    display: inline-block;
    height: 50%;
  }
}
.management-container .mangement-pictures .property-management .management-icon {
  max-width: 250px;
  margin: 50px auto;
}
@media only screen and (max-width: 1023px) {
  .management-container .mangement-pictures .property-management .management-icon {
    max-width: 150px;
    display: inline-block;
    margin: 10px auto;
  }
}
@media only screen and (max-width: 767px) {
  .management-container .mangement-pictures .property-management .management-icon {
    max-width: 90px;
  }
}
.management-container .mangement-pictures .property-management .property-management-text {
  text-align: center;
  margin: 50px auto;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  letter-spacing: 0px;
  color: #fff;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .management-container .mangement-pictures .property-management .property-management-text {
    display: inline-block;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
  }
}
@media only screen and (max-width: 767px) {
  .management-container .mangement-pictures .property-management .property-management-text {
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
  }
}
@media only screen and (min-width: 1024px) {
  .management-container .mangement-pictures .property-management .property-management-text {
    text-align: center;
    max-width: 575px;
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #fff;
    margin: 50px auto;
    position: relative;
    z-index: 10;
  }
}
@media only screen and (min-width: 1200px) {
  .management-container .mangement-pictures .property-management .property-management-text {
    text-align: center;
    max-width: 575px;
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #fff;
    margin: 50px auto;
    position: relative;
    z-index: 10;
  }
}
.management-container .mangement-pictures .desktop-management-image {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .management-container .mangement-pictures .desktop-management-image {
    display: inline-block;
    width: 100%;
    height: 50%;
    background: url("../img/img-careersq_small.jpg") top/cover no-repeat;
  }
}
.management-container .management-image {
  width: 100%;
  height: 350px;
  background: url("../img/img-careersq_large.jpg") top/cover no-repeat;
}
@media only screen and (min-width: 768px) {
  .management-container .management-image {
    height: 550px;
  }
}
@media only screen and (min-width: 1024px) {
  .management-container .management-image {
    display: inline-block;
    width: 65%;
    float: right;
    height: 100%;
  }
}
.management-container .we-care {
  background-color: #f5f5f5;
  padding: 30px;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .management-container .we-care {
    width: 40%;
    position: absolute;
    bottom: 5%;
    right: 2%;
    max-width: 750px;
    text-align: left;
  }
}
.management-container .we-care .we-care-text {
  font-family: "Lato", sans-serif;
  font-size: calc(17px + (strip-units(17px) - strip-units(17px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  color: #fff;
}
@media only screen and (min-width: 1280px) {
  .management-container .we-care .we-care-text {
    font-family: "Lato", sans-serif;
    font-size: calc(10px + (strip-units(10px) - strip-units(10px)-5) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  }
}

.employment-style-1 .mapboxgl-map {
  width: 95%;
  max-width: 1500px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .employment-style-1 .mapboxgl-map {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .employment-style-1 .mapboxgl-map {
    height: 500px;
  }
}
.employment-style-1 .employment-direction-header {
  font-family: "Lato", sans-serif;
  font-size: calc(20px + (strip-units(20px) - strip-units(20px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  text-align: center;
  margin: 20px 0;
}
.employment-style-1 #careers_container {
  background: #fff;
  -webkit-box-shadow: 0 11px 9px -3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 11px 9px -3px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  padding: 0;
  margin: 0 auto 25px;
  display: none;
  max-width: 1500px;
}
.employment-style-1 #careers_container .text-color {
  color: #333;
}
.employment-style-1 #careers_container.active-listing {
  display: block;
}
@media screen and (max-width: 767px) {
  .employment-style-1 #careers_container {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .employment-style-1 #careers_container {
    padding: 25px;
  }
}
.employment-style-1 .card-button {
  background: #fff;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #e0e0e0;
  padding: 5px 10px;
  font-family: "Lato", sans-serif;
  font-size: calc(18px + (strip-units(18px) - strip-units(18px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  text-align: center;
  margin: 0;
}
.employment-style-1 .card-button:hover {
  background: #DAA520;
  border-color: #DAA520;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.employment-style-1 .job-posting-container {
  background: #121E58;
  margin-bottom: 15px;
}
.employment-style-1 .inner-info-container {
  margin: 3% auto;
  display: block;
  width: 97%;
  background: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .employment-style-1 .inner-info-container {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .employment-style-1 .inner-info-container {
    padding: 25px;
  }
}
.employment-style-1 .inner-card-section {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.employment-style-1 .inner-card-section.open-card {
  height: 100%;
  overflow: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.employment-style-1 .legacy-form {
  background: #fff;
  margin-bottom: 15px;
  width: 97%;
  margin: 0 auto 1.5%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .employment-style-1 .legacy-form {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .employment-style-1 .legacy-form {
    padding: 25px;
  }
}
.employment-style-1 .legacy-form .form-header {
  text-align: center;
}
.employment-style-1 .inner-card-section {
  text-align: center;
}
.employment-style-1 .inner-card-section form {
  width: 100%;
  display: inline-block;
  margin: 1.5% auto;
  padding: 15px;
  background: #fff;
  border: 1px solid #e0e0e0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .employment-style-1 .inner-card-section form {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .employment-style-1 .inner-card-section form {
    padding: 25px;
  }
}
.employment-style-1 .inner-card-section form .form-actions .btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: #121E58;
  color: #fff;
  padding: 10px 15px;
  font-family: "Lato", sans-serif;
  font-size: calc(14px + (strip-units(14px) - strip-units(14px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  -webkit-transition: border-radius 0.4s ease;
  transition: border-radius 0.4s ease;
}
.employment-style-1 .inner-card-section form .form-actions .btn:hover {
  border-radius: 50px;
  background-color: #DAA520;
}

.insidepage {
  position: relative;
  margin: auto;
  background: inherit;
}
.insidepage .left-rectangle {
  height: 85%;
  width: 6%;
  position: absolute;
  font-size: 0;
  left: 4%;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
@media only screen and (min-width: 1800px) {
  .insidepage .left-rectangle {
    display: block;
  }
}
.insidepage .left-rectangle .icon-up {
  margin-bottom: 25px;
}
.insidepage .left-rectangle .icon-down {
  margin-top: 25px;
}
.insidepage .left-rectangle .color-1 {
  width: 70%;
  background-color: #121E58;
  height: 100%;
  display: inline-block;
}
.insidepage .left-rectangle .color-2 {
  width: 20%;
  background-color: #121E58;
  height: 100%;
  display: inline-block;
}
.insidepage .left-rectangle .color-3 {
  width: 10%;
  height: 100%;
  display: inline-block;
}
.insidepage .right-rectangle {
  height: 85%;
  width: 6%;
  position: absolute;
  font-size: 0;
  right: 4%;
  bottom: 0;
  z-index: -1;
  display: none;
}
@media only screen and (min-width: 1800px) {
  .insidepage .right-rectangle {
    display: block;
  }
}
.insidepage .right-rectangle .icon-up {
  margin-bottom: 25px;
}
.insidepage .right-rectangle .icon-down {
  margin-top: 25px;
}
.insidepage .right-rectangle .color-1 {
  width: 70%;
  height: 100%;
  display: inline-block;
  background-color: #121E58;
}
.insidepage .right-rectangle .color-2 {
  width: 20%;
  background-color: #121E58;
  height: 100%;
  display: inline-block;
}
.insidepage .right-rectangle .color-3 {
  width: 10%;
  height: 100%;
  display: inline-block;
}
.insidepage .employment-direction-header {
  text-transform: uppercase;
}

.region-list-container {
  text-align: center;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .region-list-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.region-list-container .region-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #121E58;
  color: #fff;
  border: none;
  margin: 0 15px;
}
.region-list-container .region-button.active-button {
  background-color: #DAA520;
}
.region-list-container .region-button:hover {
  background-color: #DAA520;
}

.submission-text {
  font-family: "Lato", sans-serif;
  font-size: calc(30px + (strip-units(30px) - strip-units(30px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  text-align: center;
  color: #121E58;
  -webkit-animation: fadeUp 1s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: fadeUp 1s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #121E58;
  fill: none;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 30%;
  height: 10%;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #121E58;
  stroke-miterlimit: 10;
  margin: 1% auto;
  -webkit-box-shadow: inset 0px 0px 0px #DAA520;
          box-shadow: inset 0px 0px 0px #DAA520;
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
          animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
@media only screen and (min-width: 768px) {
  .checkmark {
    width: 10%;
  }
}

.checkmark__check {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}
@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #fff;
            box-shadow: inset 0px 0px 0px 30px #fff;
  }
}
@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #fff;
            box-shadow: inset 0px 0px 0px 30px #fff;
  }
}
#contact_page_form .form-container {
  max-width: 930px;
  margin: 0 auto;
  padding: 10px;
  background-color: #fff;
}
#contact_page_form .header-text-style-1 {
  font-family: "Lato", sans-serif;
  font-size: calc(14px + (strip-units(14px) - strip-units(14px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  text-align: center;
  color: #000;
  font-weight: 300;
  padding: 20px;
}
#contact_page_form .form-control {
  border-radius: 0;
}
#contact_page_form .form-group {
  margin-bottom: 30px;
}
#contact_page_form .btn-primary {
  background: #DAA520;
  color: #fff;
  padding: 6px 24px;
  max-width: 120px;
  margin: 14px auto;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  border: none;
  border-radius: 0;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#contact_page_form .btn-primary:hover {
  background: #474747;
}
#contact_page_form form {
  padding: 0 30px;
  background-color: #fff;
}
#contact_page_form form div.fifty-fifty {
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width: 415px) {
  #contact_page_form form div.fifty-fifty {
    width: 49.9999999%;
  }
}
#contact_page_form form div.thirty-thirty {
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width: 415px) {
  #contact_page_form form div.thirty-thirty {
    width: 33.333334%;
  }
}
#contact_page_form form div select {
  font-family: "Lato", sans-serif;
  font-size: calc(12px + (strip-units(12px) - strip-units(12px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  background-color: #fff;
  width: 100%;
  -webkit-appearance: none;
  height: 43px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  text-indent: 10px;
  color: #fff;
  cursor: pointer;
  padding-right: 30px;
  border: 1px solid #333;
}
#contact_page_form form div label {
  display: none;
}
#contact_page_form form div input {
  font-family: "Lato", sans-serif;
  font-size: calc(12px + (strip-units(12px) - strip-units(12px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  width: 100%;
  padding: 15px 10px;
  font-weight: 500;
  border: 1px solid #333;
  color: #fff;
}
#contact_page_form form div input::-webkit-input-placeholder {
  color: #fff;
}
#contact_page_form form div input::-moz-placeholder {
  color: #fff;
}
#contact_page_form form div input:-ms-input-placeholder {
  color: #fff;
}
#contact_page_form form div input::-ms-input-placeholder {
  color: #fff;
}
#contact_page_form form div input::placeholder {
  color: #fff;
}
#contact_page_form form div textarea {
  font-family: "Lato", sans-serif;
  font-size: calc(12px + (strip-units(12px) - strip-units(12px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  width: 100%;
  padding: 8px 10px;
  font-weight: 500;
  border: 1px solid #333;
  color: #434343;
}
#contact_page_form form div textarea::-webkit-input-placeholder {
  color: #474747;
}
#contact_page_form form div textarea::-moz-placeholder {
  color: #474747;
}
#contact_page_form form div textarea:-ms-input-placeholder {
  color: #474747;
}
#contact_page_form form div textarea::-ms-input-placeholder {
  color: #474747;
}
#contact_page_form form div textarea::placeholder {
  color: #474747;
}
#contact_page_form .contacted-type .form-required {
  text-transform: uppercase;
}
#contact_page_form .form-actions {
  position: relative;
  width: 100%;
  text-align: right;
}
@media only screen and (min-width: 415px) {
  #contact_page_form .form-padding-right {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 415px) {
  #contact_page_form .form-padding-left {
    padding-left: 5px;
  }
}
#contact_page_form .dropdown {
  position: relative;
}
#contact_page_form .dropdown:before {
  content: "";
  position: absolute;
  right: 14px;
  top: 17px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #DAA520;
}
#contact_page_form #contact-form {
  padding-bottom: 80px;
}
#contact_page_form #contact-form h1 {
  text-align: center;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 32px;
  text-transform: capitalize;
}
#contact_page_form .contacted-type p {
  font-weight: 400;
  font-size: 18px;
}
#contact_page_form .contact-button-container span {
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
}
#contact_page_form .contact-button-container label,
#contact_page_form .contact-button-container input {
  visibility: hidden;
}
#contact_page_form .contact-button {
  display: inline-block;
  margin-right: 13px;
  top: 1px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #022436;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: relative;
}
#contact_page_form .contact-button.active-contact {
  background: #f5f5f5;
}
#contact_page_form .contact-button#contact_button_phone {
  margin-left: 13px;
}
#contact_page_form .two-panel-address-map {
  font-size: 0;
}
#contact_page_form .two-panel-address-map .left-address {
  width: 100%;
  height: 500px;
  padding: 3%;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media only screen and (min-width: 1280px) {
  #contact_page_form .two-panel-address-map .left-address {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
}
#contact_page_form .two-panel-address-map .left-address .pin {
  width: 50%;
  margin: auto;
  position: relative;
}
#contact_page_form .two-panel-address-map .left-address .pin .map-pin {
  max-width: 40px;
  margin: 20px auto;
  position: relative;
}
#contact_page_form .two-panel-address-map .left-address .pin:after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 40%;
  height: 3px;
  top: 50%;
  left: 0;
}
#contact_page_form .two-panel-address-map .left-address .pin:before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 40%;
  height: 3px;
  top: 50%;
  right: 0;
}
#contact_page_form .two-panel-address-map .left-address h1 {
  font-family: "Lato", sans-serif;
  font-size: calc(30px + (strip-units(30px) - strip-units(30px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  margin: 0;
  width: 100%;
}
#contact_page_form .two-panel-address-map .left-address p,
#contact_page_form .two-panel-address-map .left-address a {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: calc(16px + (strip-units(16px) - strip-units(16px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  font-weight: 500;
  color: #fff;
  width: 100%;
}
#contact_page_form .two-panel-address-map .left-address a:first-of-type {
  margin-top: 40px;
}
#contact_page_form .two-panel-address-map .left-address .footer-address {
  width: 100%;
}
#contact_page_form .two-panel-address-map .right-map {
  width: 100%;
  height: 500px;
}
@media only screen and (min-width: 1280px) {
  #contact_page_form .two-panel-address-map .right-map {
    width: 50%;
    display: inline-block;
  }
}
#contact_page_form .two-panel-address-map .right-map #map {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1280px) {
  #contact_page_form .two-panel-address-map .right-map #map {
    display: inline-block;
  }
}

#contact_page_form {
  width: 90%;
  margin: 5% auto;
}
#contact_page_form #main_content {
  width: 100%;
}
@media only screen and (min-width: 1770px) {
  #contact_page_form #main_content {
    width: 48%;
  }
}
#contact_page_form .form-container {
  display: inline-block;
  max-width: 1000px;
  padding: 10px;
  background-color: #fff;
}
#contact_page_form .form-container .header-text-style-2 {
  text-transform: none;
}
#contact_page_form .right-side-info-map {
  display: inline-block;
  padding: 20px;
  max-width: 1000px;
  width: 100%;
}
@media only screen and (min-width: 1770px) {
  #contact_page_form .right-side-info-map {
    width: 48%;
  }
}
#contact_page_form .right-side-info-map .left-address {
  width: 100%;
  padding: 3%;
  background-color: #121E58;
}
@media only screen and (min-width: 1280px) {
  #contact_page_form .right-side-info-map .left-address {
    display: inline-block;
    vertical-align: top;
  }
}
#contact_page_form .right-side-info-map .left-address .pin {
  width: 50%;
  margin: auto;
  position: relative;
}
#contact_page_form .right-side-info-map .left-address .pin .map-icon {
  max-width: 40px;
  margin: 20px auto;
  position: relative;
}
#contact_page_form .right-side-info-map .left-address .pin:after {
  content: "";
  background-color: #DAA520;
  position: absolute;
  width: 40%;
  height: 3px;
  top: 50%;
  left: 0;
}
#contact_page_form .right-side-info-map .left-address .pin:before {
  content: "";
  background-color: #DAA520;
  position: absolute;
  width: 40%;
  height: 3px;
  top: 50%;
  right: 0;
}
#contact_page_form .right-side-info-map .left-address .clocky {
  width: 50%;
  margin: auto;
  position: relative;
}
#contact_page_form .right-side-info-map .left-address .clocky .map-pin {
  max-width: 40px;
  margin: 20px auto;
  position: relative;
}
#contact_page_form .right-side-info-map .left-address .clocky:after {
  content: "";
  background-color: #DAA520;
  position: absolute;
  width: 40%;
  height: 3px;
  top: 50%;
  left: 0;
}
#contact_page_form .right-side-info-map .left-address .clocky:before {
  content: "";
  background-color: #DAA520;
  position: absolute;
  width: 40%;
  height: 3px;
  top: 50%;
  right: 0;
}
#contact_page_form .right-side-info-map .left-address .header-text-style-2 {
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  letter-spacing: 0px;
  color: #fff;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  #contact_page_form .right-side-info-map .left-address .header-text-style-2 {
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
  }
}
@media only screen and (min-width: 1200px) {
  #contact_page_form .right-side-info-map .left-address .header-text-style-2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
  }
}
#contact_page_form .right-side-info-map .left-address p,
#contact_page_form .right-side-info-map .left-address a {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: calc(16px + (strip-units(16px) - strip-units(16px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  font-weight: 500;
  color: #fff;
  width: 100%;
}
#contact_page_form .right-side-info-map .left-address a:first-of-type {
  margin-top: 40px;
}
#contact_page_form .right-side-info-map .left-address .footer-address {
  width: 100%;
}
#contact_page_form .right-side-info-map .left-address .footer-address .content-text {
  margin: unset;
  font-weight: 100;
  color: #fff;
}
#contact_page_form .right-side-info-map .left-address .footer-address .content-text.api-phone {
  display: inline;
}
#contact_page_form .right-side-info-map .left-address .footer-address .content-text span {
  display: inline;
}
#contact_page_form .right-side-info-map .right-map {
  width: 100%;
  height: 500px;
}
@media only screen and (min-width: 1280px) {
  #contact_page_form .right-side-info-map .right-map {
    display: inline-block;
  }
}
#contact_page_form .right-side-info-map .right-map #map {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1280px) {
  #contact_page_form .right-side-info-map .right-map #map {
    display: inline-block;
  }
}
#contact_page_form .header-text-style-1 {
  font-family: "Lato", sans-serif;
  font-size: calc(14px + (strip-units(14px) - strip-units(14px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  text-align: center;
  color: #000;
  font-weight: 300;
  padding: 20px;
}
#contact_page_form .form-control {
  border-radius: 0;
}
#contact_page_form .form-group {
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #contact_page_form .form-group.contacted-type {
    width: 70%;
    display: inline-block;
    text-align: left;
  }
}
#contact_page_form .btn-primary {
  background: #fff;
  color: #DAA520;
  padding: 5px 50px;
  max-width: 200px;
  margin: 14px auto;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 100;
  cursor: pointer;
  border: 2px solid #DAA520;
  border-radius: 50px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#contact_page_form .btn-primary:hover {
  background: #DAA520;
  color: #fff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#contact_page_form form {
  padding: 0 30px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #contact_page_form form {
    padding: unset;
  }
}
#contact_page_form form div.fifty-fifty {
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width: 415px) {
  #contact_page_form form div.fifty-fifty {
    width: 49.9999999%;
  }
}
#contact_page_form form div.thirty-thirty {
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width: 415px) {
  #contact_page_form form div.thirty-thirty {
    width: 33.333334%;
  }
}
#contact_page_form form div select {
  font-family: "Lato", sans-serif;
  font-size: calc(12px + (strip-units(12px) - strip-units(12px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  background-color: #fff;
  width: 100%;
  -webkit-appearance: none;
  height: 53px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  text-indent: 10px;
  color: #333;
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #333;
}
#contact_page_form form div label {
  display: none;
}
#contact_page_form form div input {
  font-family: "Lato", sans-serif;
  font-size: calc(12px + (strip-units(12px) - strip-units(12px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  width: 100%;
  padding: 15px 10px;
  font-weight: 500;
  border: 1px solid #333;
  color: #333;
}
#contact_page_form form div input::-webkit-input-placeholder {
  color: #333;
}
#contact_page_form form div input::-moz-placeholder {
  color: #333;
}
#contact_page_form form div input:-ms-input-placeholder {
  color: #333;
}
#contact_page_form form div input::-ms-input-placeholder {
  color: #333;
}
#contact_page_form form div input::placeholder {
  color: #333;
}
#contact_page_form form div textarea {
  font-family: "Lato", sans-serif;
  font-size: calc(12px + (strip-units(12px) - strip-units(12px)-5) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  width: 100%;
  padding: 8px 10px;
  font-weight: 500;
  border: 1px solid #333;
  color: #434343;
}
#contact_page_form form div textarea::-webkit-input-placeholder {
  color: #333;
}
#contact_page_form form div textarea::-moz-placeholder {
  color: #333;
}
#contact_page_form form div textarea:-ms-input-placeholder {
  color: #333;
}
#contact_page_form form div textarea::-ms-input-placeholder {
  color: #333;
}
#contact_page_form form div textarea::placeholder {
  color: #333;
}
#contact_page_form .contacted-type .form-required {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #contact_page_form .contacted-type .form_recaptcha div {
    margin: 0 auto;
  }
}
#contact_page_form .form-actions {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #contact_page_form .form-actions {
    text-align: left;
  }
}
@media only screen and (min-width: 415px) {
  #contact_page_form .form-padding-right {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 415px) {
  #contact_page_form .form-padding-left {
    padding-left: 5px;
  }
}
#contact_page_form .dropdown {
  position: relative;
}
#contact_page_form .dropdown:before {
  content: "";
  position: absolute;
  right: 14px;
  top: 17px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #121E58;
}
#contact_page_form #contact-form {
  padding-bottom: 80px;
}
#contact_page_form #contact-form h1 {
  text-align: center;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 32px;
  text-transform: capitalize;
}
#contact_page_form .contacted-type p {
  font-weight: 400;
  font-size: 18px;
}
#contact_page_form .contact-button-container span {
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
}
#contact_page_form .contact-button-container label,
#contact_page_form .contact-button-container input {
  visibility: hidden;
}
#contact_page_form .contact-button {
  display: inline-block;
  margin-right: 13px;
  top: 1px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #022436;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: relative;
}
#contact_page_form .contact-button.active-contact {
  background: #121E58;
}
#contact_page_form .contact-button#contact_button_phone {
  margin-left: 13px;
}

.button-style-1, .btn-basic, .button-style-2, .button-style-2-petite, .button-style-3, .submit-group.has-breadcrumbs .btn-back, .button-style-1-petite, .image-upload-preview-1 .table #images-tbody td #upload_image, .button-style-next, .btn-next, #featured_communities_container .featured-communities .community .lease-button {
  padding: 10px 40px;
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
  background: #f5f5f5;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.button-style-1:hover, .btn-basic:hover, .button-style-2:hover, .button-style-2-petite:hover, .button-style-3:hover, .submit-group.has-breadcrumbs .btn-back:hover, .button-style-1-petite:hover, .image-upload-preview-1 .table #images-tbody td #upload_image:hover, .button-style-next:hover, .btn-next:hover, #featured_communities_container .featured-communities .community .lease-button:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #fff;
}

.button-style-1-petite, .image-upload-preview-1 .table #images-tbody td #upload_image, .button-style-next, .btn-next {
  padding: 7px 15px;
  text-align: center;
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
  background: #DAA520;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  margin: 40px 0 0 0;
  background: #DAA520;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.button-style-1-petite:hover, .image-upload-preview-1 .table #images-tbody td #upload_image:hover, .button-style-next:hover, .btn-next:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #fff;
}

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

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

.header-text-style-1 {
  font-size: 65px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  letter-spacing: 0px;
  color: #121E58;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
}

.header-text-style-2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  letter-spacing: 0px;
  color: #121E58;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
}

.header-text-style-3 {
  font-size: 42px;
  text-transform: none;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  letter-spacing: 0px;
  color: #333;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
}

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

div {
  z-index: 2;
}

#body_home {
  overflow-x: hidden;
}

#home_intro {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #home_intro {
    padding: 7vw;
  }
}
@media screen and (min-width: 1025px) {
  #home_intro {
    padding: 4vw 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  #home_intro .img-contain {
    max-width: 200px;
    margin: auto;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1025px) {
  #home_intro .img-contain {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  #home_intro .content-section {
    text-align: left;
  }
}
#home_intro .hpt-text-style-1 {
  font-size: 50.4px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  letter-spacing: 0px;
  color: #121E58;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #home_intro .hpt-text-style-1 {
    font-size: 24.48px;
  }
}
@media screen and (min-width: 1025px) {
  #home_intro .hpt-text-style-1 {
    text-align: left;
  }
}

.content-text {
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
  font-family: "Lato", sans-serif;
  line-height: calc(1.8em + 0.3 * (100vw - 300px) / 1300);
  letter-spacing: 1.32px;
  color: #121E58;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .content-text {
    font-size: 22.32px;
    text-transform: none;
    font-weight: normal;
    font-family: "Lato", sans-serif;
    line-height: calc(1.8em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 1.32px;
    color: #121E58;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
  }
}

#what_we_bring {
  background: url("../img/home/img-whatwebring.jpg") center/cover no-repeat;
  padding: 6%;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 30% 1fr 1fr;
  grid-template-rows: 30% 1fr 1fr;
}

#what_we_bring > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#what_we_bring > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#what_we_bring > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

#what_we_bring > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

#what_we_bring > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#what_we_bring > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
@media only screen and (max-width: 1439px) {
  #what_we_bring {
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }
}
@media only screen and (max-width: 767px) {
  #what_we_bring {
    -ms-grid-rows: 0.5fr 1.25fr 1.25fr;
    grid-template-rows: 0.5fr 1.25fr 1.25fr;
  }
}
#what_we_bring .wwb-text {
  display: inline-block;
  max-width: 870px;
  width: 100%;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}
@media only screen and (max-width: 1439px) {
  #what_we_bring .wwb-text {
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    max-width: 680px;
  }
}
#what_we_bring .wwb-text ul .content-text {
  font-size: 22.32px;
  text-transform: none;
  font-weight: normal;
  font-family: "Lato", sans-serif;
  line-height: calc(1.8em + 0.3 * (100vw - 300px) / 1300);
  letter-spacing: 1.32px;
  color: #121E58;
  margin: 0;
  position: relative;
  z-index: 10;
}
#what_we_bring .wwb-text ul .content-text::marker {
  color: #DAA520;
}
#what_we_bring .table-top-container {
  display: inline-block;
}
@media only screen and (max-width: 1439px) {
  #what_we_bring .table-top-container {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}
@media only screen and (min-width: 1440px) {
  #what_we_bring .table-top-container {
    position: absolute;
    right: 2%;
    max-width: 400px;
    text-align: right;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }
}
@media only screen and (min-width: 1800px) {
  #what_we_bring .table-top-container {
    max-width: 600px;
    right: 3%;
  }
}
@media only screen and (min-width: 2000px) {
  #what_we_bring .table-top-container {
    right: 6%;
  }
}
#what_we_bring .table-top-container .header-text-style-1 {
  font-size: 31px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  letter-spacing: 0px;
  color: #121E58;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  #what_we_bring .table-top-container .header-text-style-1 {
    font-size: 47px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #121E58;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  #what_we_bring .table-top-container .header-text-style-1 {
    font-size: 65px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #121E58;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
  }
}

#map_address {
  position: relative;
}
#map_address #map {
  width: 100%;
  height: 700px;
}
#map_address .header-text-style-2 {
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  letter-spacing: 0px;
  color: #121E58;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 30px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #map_address .header-text-style-2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #121E58;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 30px;
    width: 400px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  #map_address .header-text-style-2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #121E58;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 30px;
    width: 500px;
    text-align: left;
  }
}

footer {
  padding: 5vh 5vw;
}
footer p,
footer span,
footer a {
  color: #121E58;
}
@supports (display: flex) {
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer-top,
footer .footer-bottom {
  width: 100%;
}
footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  margin: 30px 0 60px;
}
@media only screen and (min-width: 1024px) {
  footer .footer-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer .footer-top .corp-logo {
  max-width: 410px;
  width: 100%;
}
footer .footer-top .corp-social-links {
  display: inline-block;
  position: absolute;
  right: 0;
  min-width: 400px;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  footer .footer-top .corp-social-links {
    display: block;
    position: relative;
    text-align: center;
    right: unset;
    margin: 30px 0 0;
  }
}
footer .footer-top .corp-social-links a {
  margin: 0 5px;
}
footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1vh 0;
  position: relative;
}
footer .footer-bottom:after {
  background: #DAA520;
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  footer .footer-bottom {
    text-align: center;
  }
}
footer .footer-bottom .copyright {
  width: 100%;
}
footer .footer-bottom .copyright svg {
  display: inline-block;
  max-width: 20px;
  max-height: 20px;
}

#homepage_search {
  background: url("../img/img-searchbg.jpg") center center/cover no-repeat #f5f5f5;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  overflow-y: auto;
  padding: 16px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100vw;
  z-index: 50;
}
#homepage_search.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#homepage_search .icon {
  display: inline-block;
  height: 30px;
  position: absolute;
  right: 0.3em;
  top: 0.3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 30px;
}
@media only screen and (min-width: 1024px) {
  #homepage_search .icon {
    right: 2em;
    top: 2em;
  }
}
#homepage_search .icon:hover {
  cursor: pointer;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#homepage_search .icon.icon-close {
  background: url("../img/search-close.png") center bottom/contain no-repeat;
}
#homepage_search .header-text-style-5 {
  text-transform: uppercase;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 35px;
}
#homepage_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 950px;
  width: 80%;
}
#homepage_search .form-group {
  margin-bottom: 0.75em;
  padding: 0.25em;
}
@media only screen and (min-width: 768px) {
  #homepage_search .form-group {
    padding: 1em;
  }
}
#homepage_search .form-group label,
#homepage_search .form-group .amenity {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.25em;
}
#homepage_search .form-group label {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
}
#homepage_search .form-group input,
#homepage_search .form-group select {
  border: 0 none;
  border-radius: 50px;
  color: #333;
  height: 40px;
  margin: 0 auto;
  padding: 4px;
  text-align: center;
  width: 100%;
}
#homepage_search .form-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../img/search_drop_down.png") 98% 50%/12px no-repeat #fff;
}
#homepage_search .form-group.full, #homepage_search .form-group.half, #homepage_search .form-group.quarter {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #homepage_search .form-group.full {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #homepage_search .form-group.half {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  #homepage_search .form-group.quarter {
    width: 25%;
  }
}
#homepage_search #rent_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
#homepage_search #rent_search label {
  display: block;
  text-align: center;
  width: 100%;
}
#homepage_search #rent_search input {
  width: 45%;
}
#homepage_search #amenity_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  padding-bottom: 16px;
  position: relative;
  -webkit-transition: 5s;
  transition: 5s;
}
#homepage_search #amenity_search.maxed {
  max-height: 240px;
}
#homepage_search #amenity_search .amenity-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  position: relative;
  width: 100%;
}
#homepage_search #amenity_search .amenity-container:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #homepage_search #amenity_search .amenity-container {
    width: 50%;
  }
  #homepage_search #amenity_search .amenity-container:nth-child(even) {
    padding-left: 10px;
  }
}
#homepage_search #amenity_search .radio {
  background: #fff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  margin-right: 20px;
  min-height: 32px;
  min-width: 32px;
  position: relative;
  width: 32px;
}
#homepage_search #amenity_search .radio.selected {
  position: relative;
}
#homepage_search #amenity_search .radio.selected::after {
  background: #DAA520;
  border-radius: 50%;
  content: "";
  display: block;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  z-index: 20;
}
#homepage_search #amenity_search .amenity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 32px;
}
#homepage_search #showMore {
  color: #fff;
  font-size: 1.25em;
  padding-bottom: 16px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
#homepage_search #showMore:hover {
  color: #DAA520;
  cursor: pointer;
}
#homepage_search .form-actions {
  width: 100%;
  text-align: center;
}
#homepage_search .form-actions .button-style-1, #homepage_search .form-actions .submit-group.has-breadcrumbs .btn-back, .submit-group.has-breadcrumbs #homepage_search .form-actions .btn-back, #homepage_search .form-actions .button-style-1-petite, #homepage_search .form-actions .image-upload-preview-1 .table #images-tbody td #upload_image, .image-upload-preview-1 .table #images-tbody td #homepage_search .form-actions #upload_image, #homepage_search .form-actions .button-style-next, #homepage_search .form-actions .btn-next, #homepage_search .form-actions #featured_communities_container .featured-communities .community .lease-button, #featured_communities_container .featured-communities .community #homepage_search .form-actions .lease-button, #homepage_search .form-actions .btn-basic, #homepage_search .form-actions .button-style-2, #homepage_search .form-actions .button-style-2-petite, #homepage_search .form-actions .button-style-3 {
  border-radius: 40px;
  background: #DAA520;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#homepage_search .form-actions .button-style-1:hover, #homepage_search .form-actions .submit-group.has-breadcrumbs .btn-back:hover, .submit-group.has-breadcrumbs #homepage_search .form-actions .btn-back:hover, #homepage_search .form-actions .button-style-1-petite:hover, #homepage_search .form-actions .image-upload-preview-1 .table #images-tbody td #upload_image:hover, .image-upload-preview-1 .table #images-tbody td #homepage_search .form-actions #upload_image:hover, #homepage_search .form-actions .button-style-next:hover, #homepage_search .form-actions .btn-next:hover, #homepage_search .form-actions #featured_communities_container .featured-communities .community .lease-button:hover, #featured_communities_container .featured-communities .community #homepage_search .form-actions .lease-button:hover, #homepage_search .form-actions .btn-basic:hover, #homepage_search .form-actions .button-style-2:hover, #homepage_search .form-actions .button-style-2-petite:hover, #homepage_search .form-actions .button-style-3:hover {
  background: #bd860c;
  border-radius: 40px;
  color: #fbf6e9;
}

.team-member-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #fff;
  position: fixed;
  max-width: 1500px;
  margin: auto;
  padding: 30px;
  border: 3px solid #121E58;
  border-radius: 20px;
  width: 80%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  height: 600px;
  overflow: scroll;
  z-index: 1;
}
@media (min-width: 1440px) {
  .team-member-modal {
    height: auto;
    overflow: unset;
  }
}
.team-member-modal.open-modal {
  opacity: 1;
  z-index: 15;
}
.team-member-modal .left-side {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1400px) {
  .team-member-modal .left-side {
    width: 30%;
  }
}
.team-member-modal .left-side img {
  max-width: 200px;
  border: 3px solid #DAA520;
  border-radius: 50%;
}
.team-member-modal .left-side .header-text-style-2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
  letter-spacing: 0px;
  color: #121E58;
  margin: 0 0 35px;
  position: relative;
  z-index: 10;
  margin: 20px 0 0 !important;
}
@media only screen and (min-width: 768px) {
  .team-member-modal .left-side .header-text-style-2 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #121E58;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
    margin: 20px 0 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .team-member-modal .left-side .header-text-style-2 {
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: calc(1.3em + 0.3 * (100vw - 300px) / 1300);
    letter-spacing: 0px;
    color: #121E58;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
    margin: 20px 0 0 !important;
  }
}
.team-member-modal .left-side .title {
  text-transform: uppercase;
  font-weight: 100;
  color: #DAA520;
  font-style: italic;
  max-width: 300px;
  margin: 0 auto;
}
.team-member-modal .right-side {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1400px) {
  .team-member-modal .right-side {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .team-member-modal .right-side .content-text {
    margin: 50px 0;
  }
}
.team-member-modal .close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: unset;
  z-index: 2;
}

header #main_navigation ul li a {
  white-space: nowrap;
}

@supports (display: flex) {
  @media only screen and (min-width: 1025px) {
    .homepage__testimonials {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media only screen and (min-width: 2000px) {
    .homepage__testimonials {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
  }
}
@media only screen and (min-width: 1025px) {
  .homepage__testimonials .column-1 {
    margin-right: 100px;
    width: 50%;
  }
}
.homepage__testimonials .column-1 .hpt-gal {
  height: 100%;
}
.homepage__testimonials .column-1 .hpt-gal img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .homepage__testimonials .column-2 {
    text-align: left;
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1399px) {
  .homepage__testimonials .column-2 {
    padding: 50px 100px 50px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .homepage__testimonials .column-2 {
    padding: 80px 100px 30px 0;
  }
}
.homepage__testimonials .column-2 .text-section {
  position: relative;
}
.homepage__testimonials .column-2 .text-section .header-text-style-2 {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .homepage__testimonials .column-2 .text-section .header-text-style-2 {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .homepage__testimonials .column-2 .text-section .header-text-style-2 {
    text-align: left;
  }
}
.homepage__testimonials .column-2 .text-section .header-text-style-2 .bold-header {
  font-weight: 400;
}
.homepage__testimonials .column-2 .swiper-container-residents {
  overflow: hidden;
}
@media only screen and (min-width: 480px) {
  .homepage__testimonials .column-2 .swiper-container-residents {
    min-height: 270px;
  }
}
.homepage__testimonials .column-2 .swiper-container-residents .swiper-slide .swiper-slide-resident {
  margin-top: 20px;
}
.homepage__testimonials .column-2 .swiper-container-residents .swiper-slide .paragraph-text {
  text-align: left;
  font-size: 16px;
  line-height: calc(1.8em + 0.3 * (100vw - 300px) / 1300);
  letter-spacing: 1px;
  color: #121E58;
}
@media only screen and (max-width: 1024px) {
  .homepage__testimonials .column-2 .swiper-container-residents .swiper-slide .paragraph-text {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .homepage__testimonials .column-2 .swiper-container-residents .swiper-slide .paragraph-text {
    margin: 0;
    max-width: 860px;
    width: 100%;
  }
}
.homepage__testimonials .column-2 .swiper-pagination-residents {
  text-align: center;
}
@media only screen and (max-width: 1299px) {
  .homepage__testimonials .column-2 .swiper-pagination-residents {
    margin-top: 24px;
  }
}
.homepage__star__rating {
  height: 35px;
  max-width: 210px;
  background-repeat: space;
  background-size: contain;
  background-image: url("/gridmedia/img/home/icon-star.svg");
}
@media only screen and (max-width: 479px) {
  .homepage__star__rating {
    margin: 25px auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .homepage__star__rating {
    margin: 40px auto;
  }
}
@media only screen and (min-width: 1025px) {
  .homepage__star__rating {
    margin: 40px 0;
  }
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #121E58;
  opacity: 0.3;
}
@media only screen and (min-width: 480px) {
  .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 28px 0 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-of-type) {
    margin: 0 18px 0 0 !important;
  }
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #121E58;
  opacity: 1;
}

@media only screen and (max-width: 599px) {
  .pdall--min {
    padding: 30px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .pdall--min {
    padding: 50px 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pdall--250 {
    padding: 100px;
  }
}
@media only screen and (min-width: 1025px) {
  .pdall--250 {
    padding: 250px;
  }
}

:root {
  --hover-fill-swell-background-color: #DAA520;
  --svg-hover-fill: #DAA520;
}