/**
 Theme Name: Cascade
 Author: Magicdust
 Author URI: https://www.magicdust.com.au
 Description: A bespoke WordPress theme from Magicdust.
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
.h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small,
.small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Figtree', sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-weight: 400;
}
@media (min-width: 960px) {
  html {
    font-size: 19px;
  }
}
html,
body {
  min-height: 100%;
}
body {
  background: #ffffff;
  color: #003434;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.3;
  font-family: 'Figtree', sans-serif;
  color: #00ad90;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 1.5em;
}
h2,
.h2 {
  font-size: 1.1875em;
}
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  font-size: 1em;
}
small,
.small {
  font-size: 0.875em;
}
p,
ol,
ul,
dl,
dd,
form,
table,
address,
pre {
  margin: 0 0 1em 0;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
ol,
ul {
  padding-left: 10%;
}
@media (min-width: 480px) {
  ol,
  ul {
    padding-left: 5%;
  }
}
li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
li ol,
li ul {
  margin: 0;
}
dt {
  font-weight: bold;
}
table {
  width: 100%;
  font-size: inherit;
}
th,
td {
  vertical-align: top;
  padding: 0.25em 1em 0.25em 0;
}
th {
  text-align: left;
}
blockquote {
  margin: 0 5%;
}
ins {
  text-decoration: none;
}
del {
  -webkit-text-decoration: strikethrough;
          text-decoration: strikethrough;
}
abbr {
  cursor: help;
}
a {
  text-decoration: none;
  color: #00ad90;
  -webkit-transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
  transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
}
a:hover {
  color: #003434;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
::-moz-selection {
  background: #00ad90;
  color: #FFF;
}
::selection {
  background: #00ad90;
  color: #FFF;
}
/* Resets. */
button,
textarea,
[type="button"],
[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select[multiple] {
  -webkit-appearance: none;
}
button,
input,
select,
textarea,
fieldset {
  max-width: 100%;
  font-size: inherit;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled],
fieldset[disabled] {
  opacity: 0.7;
  cursor: default;
}
/* Rectangular inputs. */
button,
input,
textarea,
select {
  padding: 0 0.4em;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: 150ms ease-out;
  transition: 150ms ease-out;
  background: #ffffff;
  border-color: rgba(0, 52, 52, 0.5);
  color: #003434;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #00ad90;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
/* One-line rectangular inputs. */
button,
input,
select {
  height: 2.5em;
  line-height: normal;
}
/* Multi-line rectangular inputs. */
textarea,
select[multiple] {
  vertical-align: top;
  width: 100%;
  height: auto;
  padding: 0.4em;
}
/* Buttons. */
button,
[type="button"],
[type="submit"],
[type="reset"] {
  padding: 0 1em;
  text-align: center;
}
button:active,
[type="button"]:active,
[type="submit"]:active,
[type="reset"]:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
/* Non-rectangular inputs. */
[type="checkbox"],
[type="radio"],
[type="range"],
[type="file"],
[type="image"] {
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
}
/* Fieldsets. */
legend {
  font-weight: bold;
}
/* Comments List */
.comments {
  margin-bottom: 4em;
}
.comments__header {
  margin-bottom: 2em;
}
.comment__list {
  padding: 0;
}
/* Comments */
.comment,
.pingback,
.trackback {
  list-style: none;
}
.comment-body {
  margin-bottom: 2em;
}
.comment-meta {
  position: relative;
  margin-bottom: 0.75em;
}
.comment-metadata {
  color: rgba(0, 52, 52, 0.5);
}
.comment-metadata a:not(:hover) {
  color: inherit;
}
.comment-meta,
.comment-content,
.reply {
  padding-left: 2.5rem;
}
@media (min-width: 480px) {
  .comment-meta,
  .comment-content,
  .reply {
    padding-left: 4.5rem;
  }
}
.comment-author .avatar {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 2rem;
  width: auto;
  height: auto;
  border-radius: 50%;
}
@media (min-width: 480px) {
  .comment-author .avatar {
    max-width: 4rem;
  }
}
.comment-edit-link {
  margin-left: 0.5em;
}
.pingback .url,
.trackback .url {
  font-style: italic;
}
/* Comment Form */
.comment-respond {
  margin: 4em 0 0 0;
}
.comment-reply-title small,
.comment-reply-title .small {
  display: block;
}
.comments .children {
  padding-left: 5%;
}
.comment-form {
  display: block;
}
.comment-form label {
  display: block;
}
.required {
  color: #C40233;
}
.comment-metadata,
.form-allowed-tags,
.pingback .edit-link,
.trackback .edit-link {
  font-size: 0.8em;
}
#cancel-comment-reply-link {
  font-size: 0.6em;
}
.gallery {
  margin-left: -(0.25em / 2);
  margin-right: -(0.25em / 2);
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery img {
  display: block;
  width: 100%;
}
.gallery .gallery-item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 0.125em 0.25em 0.125em;
  text-align: center;
}
.gallery .gallery-item:nth-of-type(2n+1) {
  clear: left;
}
.gallery .gallery-caption {
  margin: 0 0 1em 0;
  font-size: 0.8em;
  text-align: center;
}
.gallery-columns-1 .gallery-item {
  clear: none;
  width: 100%;
  clear: both;
}
.gallery .gallery-caption,
.wp-caption-text,
.wp-caption-dd {
  font-style: italic;
}
@media (min-width: 680px) {
  .gallery-item.gallery-item:nth-of-type(2n+1) {
    /* Extra specificity for editor */
    clear: none;
  }
  .gallery-columns-9 .gallery-item {
    width: 11.11111111%;
  }
  .gallery-columns-9 .gallery-item:nth-of-type(9n + 1) {
    clear: left;
  }
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
  .gallery-columns-8 .gallery-item:nth-of-type(8n + 1) {
    clear: left;
  }
  .gallery-columns-7 .gallery-item {
    width: 14.28571429%;
  }
  .gallery-columns-7 .gallery-item:nth-of-type(7n + 1) {
    clear: left;
  }
  .gallery-columns-6 .gallery-item {
    width: 16.66666667%;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n + 1) {
    clear: left;
  }
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(5n + 1) {
    clear: left;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(4n + 1) {
    clear: left;
  }
  .gallery-columns-3 .gallery-item {
    width: 33.33333333%;
  }
  .gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
    clear: left;
  }
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery-columns-2 .gallery-item:nth-of-type(2n + 1) {
    clear: left;
  }
}
.gallery-caption {
  padding: 0 1em;
}
.alignnone,
.alignleft,
.aligncenter,
.alignright,
.alignnone.wp-caption,
.alignleft.wp-caption,
.aligncenter.wp-caption,
.alignright.wp-caption {
  display: block;
  margin: 0 0 1em 0;
}
.alignleft,
.alignright,
.alignleft.wp-caption,
.alignright.wp-caption {
  margin-top: 0.25em;
}
.alignleft,
.alignleft.wp-caption {
  float: left;
  margin-right: 1em;
}
.alignright,
.alignright.wp-caption {
  float: right;
  margin-left: 1em;
}
.aligncenter,
.aligncenter.wp-caption {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
}
.mejs-container {
  margin-bottom: 1em;
}
.banner,
.page-header {
  margin-bottom: 2em;
  text-align: center;
  background: #eeedea;
  width: 100%;
  padding: 15px;
}
.banner .container,
.page-header .container {
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 680px) {
  .banner .container,
  .page-header .container {
    height: 80px;
  }
}
@media (min-width: 960px) {
  .banner .container,
  .page-header .container {
    height: 90px;
  }
}
.page-template-template-modules-with-banner .banner,
.page-template-template-modules-with-banner .page-header {
  margin-bottom: 0;
}
.page-template-template-property .banner,
.page-template-template-property .page-header {
  margin-bottom: 0;
}
.page-title,
.banner__title {
  margin-bottom: 0;
  font-size: 27px;
}
@media (min-width: 680px) {
  .page-title,
  .banner__title {
    font-size: 30px;
  }
}
@media (min-width: 960px) {
  .page-title,
  .banner__title {
    font-size: 37px;
  }
}
.entry {
  margin-bottom: 2em;
}
.entry__image {
  display: block;
  margin-bottom: 1em;
}
.entry__header {
  margin-bottom: 1em;
}
@media (min-width: 680px) {
  .entry__header {
    min-height: 3.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.entry__title {
  word-wrap: break-word;
  font-size: 18px;
  margin-bottom: 0;
}
.entry__title a:not(:hover) {
  color: inherit;
}
@media (min-width: 680px) {
  .entry__title {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .entry__title {
    font-size: 23px;
  }
}
.entry__image-bg {
  height: 220px;
}
.entry__summary {
  color: #ffffff;
  overflow: hidden;
}
.entry__summary p:last-child {
  margin-bottom: 0;
}
@media (min-width: 680px) {
  .entry__summary {
    height: 160px;
  }
}
@media (min-width: 960px) {
  .entry__summary {
    height: 205px;
  }
}
.entry__summary + .entry__link {
  margin-top: 1em;
}
.entry__summary-helper {
  background: #003434;
  padding: 1.5em;
}
.fine-print {
  font-size: 12px;
  text-align: center;
}
.fine-print a {
  font-weight: bold;
}
@media (min-width: 960px) {
  .fine-print .fine-print--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .fine-print .fine-print__copyright:after {
    content: '|';
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.footer {
  padding-bottom: 2em;
  padding-top: 3em;
  background: #003434;
  color: #ffffff;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer a {
  color: #00ad90;
}
.footer a:hover {
  color: #ffffff;
}
@media (min-width: 960px) {
  .footer {
    padding-top: 4em;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-top: 5em;
  }
}
@media (max-width: 960px) {
  .footer {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .footer--top__right .widget_media_image img {
    margin-left: auto;
    margin-right: 0;
    display: block;
  }
}
.footer--center {
  border-top: 1px solid #b3dbc9;
  border-bottom: 1px solid #b3dbc9;
  padding-top: 1.2em;
  padding-bottom: 0.1em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1rem;
  margin-right: -1rem;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid--no-gutters {
  margin: 0;
}
.grid--extra-small-gutters {
  margin: 0 -0.25rem;
}
.grid--small-gutters {
  margin: 0 -0.5rem;
}
.grid--medium-gutters {
  margin: 0 -0.66666667rem;
}
.grid--large-gutters {
  margin: 0 -2rem;
}
.grid--xlarge-gutters {
  margin: 0 -3rem;
}
.grid--xlarge-gutters--l {
  margin: 0 -3rem;
}
@media (min-width: 960px) {
  .grid--xlarge-gutters--l {
    margin: 0 -3rem;
  }
}
.grid--ularge-gutters {
  margin: 0 -5rem;
}
.grid--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.grid--center-y {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid--top-y {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.grid--bottom-y {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.grid--left-x {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.grid--stretch--mobile {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 680px) {
  .grid--stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 960px) {
  .grid--stretch-l {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .grid--stretch-xl {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 1440px) {
  .grid--stretch-xxl {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.grid__column {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0 1rem;
}
.grid--reverse > .grid__column {
  float: right;
}
.grid--no-gutters > .grid__column {
  padding: 0;
}
.grid--extra-small-gutters > .grid__column {
  padding: 0 0.25rem;
}
.grid--small-gutters > .grid__column {
  padding: 0 0.5rem;
}
.grid--medium-gutters > .grid__column {
  padding: 0 0.66666667rem;
}
.grid--large-gutters > .grid__column {
  padding: 0 2rem;
}
.grid--xlarge-gutters > .grid__column {
  padding: 0 3rem;
}
@media (min-width: 960px) {
  .grid--xlarge-gutters--l > .grid__column {
    padding: 0 3rem;
  }
}
.grid--ularge-gutters > .grid__column {
  padding: 0 5rem;
}
.grid__column--12 {
  width: 100%;
}
.grid__column--11 {
  width: 91.66666667%;
}
.grid__column--10 {
  width: 83.33333333%;
}
.grid__column--9 {
  width: 75%;
}
.grid__column--8 {
  width: 66.66666667%;
}
.grid__column--7 {
  width: 58.33333333%;
}
.grid__column--6 {
  width: 50%;
}
.grid__column--5 {
  width: 41.66666667%;
}
.grid__column--4 {
  width: 33.33333333%;
}
.grid__column--3 {
  width: 25%;
}
.grid__column--2 {
  width: 16.66666667%;
}
.grid__column--1 {
  width: 8.33333333%;
}
@media (min-width: 480px) {
  .grid__column--s-12 {
    width: 100%;
  }
  .grid__column--s-11 {
    width: 91.66666667%;
  }
  .grid__column--s-10 {
    width: 83.33333333%;
  }
  .grid__column--s-9 {
    width: 75%;
  }
  .grid__column--s-8 {
    width: 66.66666667%;
  }
  .grid__column--s-7 {
    width: 58.33333333%;
  }
  .grid__column--s-6 {
    width: 50%;
  }
  .grid__column--s-5 {
    width: 41.66666667%;
  }
  .grid__column--s-4 {
    width: 33.33333333%;
  }
  .grid__column--s-3 {
    width: 25%;
  }
  .grid__column--s-2 {
    width: 16.66666667%;
  }
  .grid__column--s-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid__column--m-12 {
    width: 100%;
  }
  .grid__column--m-11 {
    width: 91.66666667%;
  }
  .grid__column--m-10 {
    width: 83.33333333%;
  }
  .grid__column--m-9 {
    width: 75%;
  }
  .grid__column--m-8 {
    width: 66.66666667%;
  }
  .grid__column--m-7 {
    width: 58.33333333%;
  }
  .grid__column--m-6 {
    width: 50%;
  }
  .grid__column--m-5 {
    width: 41.66666667%;
  }
  .grid__column--m-4 {
    width: 33.33333333%;
  }
  .grid__column--m-3 {
    width: 25%;
  }
  .grid__column--m-2 {
    width: 16.66666667%;
  }
  .grid__column--m-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 820px) {
  .grid__column--ml-12 {
    width: 100%;
  }
  .grid__column--ml-11 {
    width: 91.66666667%;
  }
  .grid__column--ml-10 {
    width: 83.33333333%;
  }
  .grid__column--ml-9 {
    width: 75%;
  }
  .grid__column--ml-8 {
    width: 66.66666667%;
  }
  .grid__column--ml-7 {
    width: 58.33333333%;
  }
  .grid__column--ml-6 {
    width: 50%;
  }
  .grid__column--ml-5 {
    width: 41.66666667%;
  }
  .grid__column--ml-4 {
    width: 33.33333333%;
  }
  .grid__column--ml-3 {
    width: 25%;
  }
  .grid__column--ml-2 {
    width: 16.66666667%;
  }
  .grid__column--ml-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 960px) {
  .grid__column--l-12 {
    width: 100%;
  }
  .grid__column--l-11 {
    width: 91.66666667%;
  }
  .grid__column--l-10 {
    width: 83.33333333%;
  }
  .grid__column--l-9 {
    width: 75%;
  }
  .grid__column--l-8 {
    width: 66.66666667%;
  }
  .grid__column--l-7 {
    width: 58.33333333%;
  }
  .grid__column--l-6 {
    width: 50%;
  }
  .grid__column--l-5 {
    width: 41.66666667%;
  }
  .grid__column--l-4 {
    width: 33.33333333%;
  }
  .grid__column--l-3 {
    width: 25%;
  }
  .grid__column--l-2 {
    width: 16.66666667%;
  }
  .grid__column--l-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .grid__column--xl-12 {
    width: 100%;
  }
  .grid__column--xl-11 {
    width: 91.66666667%;
  }
  .grid__column--xl-10 {
    width: 83.33333333%;
  }
  .grid__column--xl-9 {
    width: 75%;
  }
  .grid__column--xl-8 {
    width: 66.66666667%;
  }
  .grid__column--xl-7 {
    width: 58.33333333%;
  }
  .grid__column--xl-6 {
    width: 50%;
  }
  .grid__column--xl-5 {
    width: 41.66666667%;
  }
  .grid__column--xl-4 {
    width: 33.33333333%;
  }
  .grid__column--xl-3 {
    width: 25%;
  }
  .grid__column--xl-2 {
    width: 16.66666667%;
  }
  .grid__column--xl-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1440px) {
  .grid__column--xxl-12 {
    width: 100%;
  }
  .grid__column--xxl-11 {
    width: 91.66666667%;
  }
  .grid__column--xxl-10 {
    width: 83.33333333%;
  }
  .grid__column--xxl-9 {
    width: 75%;
  }
  .grid__column--xxl-8 {
    width: 66.66666667%;
  }
  .grid__column--xxl-7 {
    width: 58.33333333%;
  }
  .grid__column--xxl-6 {
    width: 50%;
  }
  .grid__column--xxl-5 {
    width: 41.66666667%;
  }
  .grid__column--xxl-4 {
    width: 33.33333333%;
  }
  .grid__column--xxl-3 {
    width: 25%;
  }
  .grid__column--xxl-2 {
    width: 16.66666667%;
  }
  .grid__column--xxl-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid--2-columns > .grid__column {
    width: 50%;
  }
  .grid--2-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--2-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--3-columns > .grid__column {
    width: 33.333%;
  }
  .grid--3-columns > .grid__column:nth-child(3n+1) {
    clear: left;
  }
  .grid--reverse.grid--3-columns > .grid__column:nth-child(3n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--4-columns > .grid__column {
    width: 50%;
  }
  .grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--4-columns > .grid__column {
    width: 25%;
  }
  .grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--4-columns > .grid__column:nth-child(4n+1) {
    clear: left;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(4n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--5-columns > .grid__column {
    width: 50%;
  }
  .grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--5-columns > .grid__column {
    width: 20%;
  }
  .grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--5-columns > .grid__column:nth-child(5n+1) {
    clear: left;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(5n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--6-columns > .grid__column {
    width: 50%;
  }
  .grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--6-columns > .grid__column {
    width: 33.3333%;
  }
  .grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: right;
  }
}
@media (min-width: 960px) {
  .grid--6-columns > .grid__column {
    width: 16.66666%;
  }
  .grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: none;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: none;
  }
  .grid--6-columns > .grid__column:nth-child(6n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(6n+1) {
    clear: right;
  }
}
.header {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  background: #003434;
}
.header .container {
  max-width: 1750px;
}
@media (min-width: 960px) {
  .header {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .header .grid__column--l-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header .grid__column--l-1 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 8%;
  }
  .header .grid__column--l-9 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 75.33333333%;
  }
}
@media (min-width: 1440px) {
  .header {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .header .grid__column--l-1 {
    width: 7%;
  }
  .header .grid__column--l-9 {
    width: 76.33333333%;
  }
}
.header__logo {
  display: block;
  margin-right: auto;
}
.header__logo img {
  display: block;
  -webkit-transition: width 400ms ease-out;
  transition: width 400ms ease-out;
}
@media (min-width: 960px) {
  .header__logo img {
    width: 280px;
  }
}
.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__buttons a {
  width: 30px;
  height: 30px;
  display: block;
  background: #00ad90;
  padding: 5px;
  border-radius: 50%;
  margin-right: 0.5em;
  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__buttons a svg {
  width: 25px;
  height: 25px;
  fill: #ffffff;
}
.header__buttons a:hover {
  background: #ffffff;
}
.header__buttons a:hover svg {
  fill: #00ad90;
}
@media (min-width: 960px) {
  .header__buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__buttons a {
    margin-right: 0;
  }
}
@media (min-width: 960px) {
  .header__buttons a {
    width: 30px;
    height: 30px;
    margin-right: 0;
  }
  .header__buttons a svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .header__buttons a {
    width: 36px;
    height: 36px;
  }
  .header__buttons a svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1440px) {
  .header__buttons a {
    width: 43px;
    height: 43px;
  }
  .header__buttons a svg {
    width: 30px;
    height: 30px;
  }
}
.header.header-sticky--fixed {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  background: #003434;
}
@media (min-width: 960px) {
  .header.header-sticky--fixed {
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0px 2px 8px -5px #999999;
            box-shadow: 0px 2px 8px -5px #999999;
    z-index: 9999999;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .header.header-sticky--fixed .header__logo img {
    width: 200px;
    -webkit-transition: width 400ms ease-out;
    transition: width 400ms ease-out;
  }
}
.magicdust-button {
  display: inline-block;
  vertical-align: top;
  padding: 1em;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  background: #00ad90;
  letter-spacing: 0.5px;
  color: #ffffff;
  padding: 1em 2em;
  font-size: 14px;
}
button.magicdust-button,
input.magicdust-button {
  padding-top: 0;
  padding-bottom: 0;
}
button.magicdust-button:not(:focus),
input.magicdust-button:not(:focus) {
  border-color: transparent;
}
.magicdust-button:hover {
  background: #003434;
  color: #ffffff;
}
@media (min-width: 960px) {
  .magicdust-button {
    font-size: 17px;
    min-width: 180px;
  }
}
.magicdust-button.small {
  width: 100% !important;
  height: auto !important;
  padding: 10px;
}
.entry__more,
.magicdust-link {
  padding-bottom: 2px;
  border-bottom: 1px solid #00ad90;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 14px;
}
.entry__more:hover,
.magicdust-link:hover {
  color: #003434;
  border-color: #003434;
}
@media (min-width: 960px) {
  .entry__more,
  .magicdust-link {
    font-size: 17px;
  }
}
.entry__more:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.main {
  display: block;
}
.main:focus {
  outline: none;
}
.main__content {
  margin-bottom: 3em;
}
.error404 .main__content {
  text-align: center;
}
.main__sidebar {
  margin-bottom: 3em;
}
.main__content--property-filter {
  background: #eeedea;
  padding-top: 1em;
}
.main__content--property-filter .es-search {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 3em !important;
}
.main__content--property-filter .es-search--advanced {
  background: none !important;
  padding-top: 0 !important;
}
.main__content--property-filter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1em !important;
  margin-right: -1em !important;
  background: none !important;
}
.main__content--property-filter form .es-field--radio-item-bordered input:checked + label,
.main__content--property-filter form .widget .es-field--radio-item-bordered input:checked + label,
.main__content--property-filter form .es-field--checkbox-item-bordered input:checked + label,
.main__content--property-filter form .widget .es-field--checkbox-item-bordered input:checked + label,
.main__content--property-filter form .es-field.es-field--checkbox input:checked,
.main__content--property-filter form .es-field.es-field--radio input:checked,
.main__content--property-filter form body .es-field textarea:focus,
.main__content--property-filter form body .es-field.es-field--select select:focus,
.main__content--property-filter form body .es-field input[type=email]:focus,
.main__content--property-filter form body .es-field input[type=text]:focus,
.main__content--property-filter form body .es-field input[type=password]:focus,
.main__content--property-filter form body .es-field input[type=number]:focus {
  border: 0 !important;
  background: #00ad90;
  color: white !important;
}
.main__content--property-filter form .es-field--radio-item-bordered input:checked + label span,
.main__content--property-filter form .widget .es-field--radio-item-bordered input:checked + label span,
.main__content--property-filter form .es-field--checkbox-item-bordered input:checked + label span,
.main__content--property-filter form .widget .es-field--checkbox-item-bordered input:checked + label span,
.main__content--property-filter form .es-field.es-field--checkbox input:checked span,
.main__content--property-filter form .es-field.es-field--radio input:checked span,
.main__content--property-filter form body .es-field textarea:focus span,
.main__content--property-filter form body .es-field.es-field--select select:focus span,
.main__content--property-filter form body .es-field input[type=email]:focus span,
.main__content--property-filter form body .es-field input[type=text]:focus span,
.main__content--property-filter form body .es-field input[type=password]:focus span,
.main__content--property-filter form body .es-field input[type=number]:focus span {
  color: white !important;
  font-weight: 600;
}
.main__content--property-filter form .es-field__label {
  font-family: 'Figtree', sans-serif !important;
  font-size: 12px !important;
  color: #003434 !important;
  letter-spacing: 0.5px;
  margin-bottom: 0 !important;
}
@media (min-width: 680px) {
  .main__content--property-filter form .es-field__label {
    font-size: 14px !important;
  }
}
.main__content--property-filter form div {
  width: 100%;
  padding: 0 1em;
}
@media (min-width: 680px) {
  .main__content--property-filter form div {
    width: 25%;
  }
}
.main__content--property-filter form div .es-field-row {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.main__content--property-filter form div .es-field-row label {
  border-radius: 0;
  border: 0 !important;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 15px!important;
  height: auto;
  width: auto;
}
.main__content--property-filter form div .es-field-row label span {
  font-weight: 600 !important;
  color: #00ad90 !important;
}
.main__content--property-filter form div .es-field-row label:hover {
  background: #00ad90;
}
.main__content--property-filter form div .es-field-row label:hover span {
  color: #ffffff !important;
}
.main__content--property-filter form div .es-icon_check-mark {
  display: none !important;
}
.main__content--property-filter form .es-field--radio-bordered {
  margin: 0 !important;
}
.main__content--property-filter form .es-field--radio-bordered .es-field-row {
  padding: 0 !important;
  margin: 0;
}
.main__content--property-filter form .es-field--radio-bordered .es-field--radio-item-bordered {
  margin: 0 !important;
  padding: 0 !important;
  width: auto;
}
.main__content--property-filter form .es-field--radio-bordered .es-field--radio-item-bordered .es-radio--bordered {
  padding: 0;
}
.main__content--property-filter form .es-search__address {
  width: 100%;
}
@media (min-width: 680px) {
  .main__content--property-filter form .es-search__address {
    width: 25%;
  }
}
.main__content--property-filter form .es-search__address .es-field.es-field__address:before {
  content: 'Search';
  display: block;
  font-size: 12px;
  font-family: 'Figtree', sans-serif !important;
  color: #003434 !important;
  letter-spacing: 0.5px;
  margin-bottom: 0 !important;
  line-height: 2em;
  font-weight: 700;
}
@media (min-width: 680px) {
  .main__content--property-filter form .es-search__address .es-field.es-field__address:before {
    font-size: 14px !important;
  }
}
.main__content--property-filter form .es-search__address input {
  border-radius: 0 !important;
  height: 38px !important;
  border: 0 !important;
  font-family: 'Figtree', sans-serif !important;
}
@media (min-width: 680px) {
  .main__content--property-filter form .es-search__address input {
    height: 45px !important;
  }
}
.main__content--property-filter form .es-search__address button {
  border-radius: 0 !important;
  height: 38px !important;
  background: #00ad90 !important;
  border: 0;
  margin-top: 24px;
}
@media (min-width: 680px) {
  .main__content--property-filter form .es-search__address button {
    height: 45px !important;
    margin-top: 28px;
  }
}
.main__content--property-filter form .es-field__es_category {
  width: 100%;
}
@media (min-width: 680px) {
  .main__content--property-filter form .es-field__es_category {
    width: 50%;
  }
}
.main__content--property-filter form .es-field__es_category .es-field-row {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -0.5em;
  margin-right: -0.5em;
  padding: 0;
}
.main__content--property-filter form .es-field__es_category .es-field-row div {
  width: 33.33333%;
  padding: 0 0.5em;
  margin: 0;
}
.main__content--property-filter form .es-field__es_category .es-field-row div div {
  width: 100%;
  margin: 0;
  padding: 0;
}
.main__content--property-filter form .es-field__es_category .es-field-row div div label {
  width: 100%;
  border-radius: 0;
}
.main__content--property-filter form .es-field__es_category .es-field-row div div label span {
  font-family: 'Figtree', sans-serif !important;
  letter-spacing: 1px;
}
.main__content--property-filter form .es-field-row__range {
  width: 100%;
}
@media (min-width: 680px) {
  .main__content--property-filter form .es-field-row__range {
    width: 25%;
  }
}
.main__content--property-filter form .es-field-row__range .select2-results__options li {
  font-family: 'Figtree', sans-serif !important;
  font-size: 13px !important;
}
.main__content--property-filter form .es-field-row__range .select2-selection {
  border-radius: 0 !important;
  height: 38px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
}
@media (min-width: 680px) {
  .main__content--property-filter form .es-field-row__range .select2-selection {
    height: 45px !important;
  }
}
.main__content--property-filter form .es-field-row__range .select2-selection .select2-selection__rendered {
  height: 38px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 680px) {
  .main__content--property-filter form .es-field-row__range .select2-selection .select2-selection__rendered {
    height: 45px !important;
  }
}
.main__content--property-filter form .es-field-row__range .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  font-family: 'Figtree', sans-serif !important;
  font-weight: bold;
  color: #00ad90 !important;
  font-size: 12px !important;
}
@media (min-width: 680px) {
  .main__content--property-filter form .es-field-row__range .select2-selection .select2-selection__rendered .select2-selection__placeholder {
    font-size: 14px !important;
  }
}
.main__content--property-filter form .es-field-row__range .select2-selection .select2-selection__arrow {
  height: 48px !important;
}
.main__content--property-filter form .es-field-row__range .select2-selection .select2-selection__arrow b:before {
  color: #00ad90 !important;
}
.main__content--property-filter form .es-field-row__range .es-field {
  padding: 0;
  margin: 0 5px;
}
.main__content--property-filter form .es-field-row__range .es-field:first-child {
  margin-left: 0;
}
.main__content--property-filter form .es-field-row__range .es-field:last-child {
  margin-right: 0;
}
.main__content--property-filter form .es-search__buttons {
  width: 100%;
}
.main__content--property-filter form .es-search__buttons .es-btn.es-btn--primary,
.main__content--property-filter form .es-search__buttons .es-btn--primary[type=submit],
.main__content--property-filter form .es-search__buttons button.es-btn--primary,
.main__content--property-filter form .es-search__buttons a.es-btn--primary {
  border: 0;
  background: #00ad90 !important;
  color: #ffffff !important;
}
.main__content--property-filter form .es-search__buttons .es-btn.es-btn--primary:hover,
.main__content--property-filter form .es-search__buttons .es-btn--primary[type=submit]:hover,
.main__content--property-filter form .es-search__buttons button.es-btn--primary:hover,
.main__content--property-filter form .es-search__buttons a.es-btn--primary:hover {
  background: #003434 !important;
}
.main__content--property-filter form .es-search__buttons button {
  border-radius: 0 !important;
  padding: 0.4em 1em !important;
  height: auto !important;
  font-size: 12px !important;
  font-family: 'Figtree', sans-serif !important;
  color: #00ad90 !important;
  line-height: 20px;
  letter-spacing: 0.5px;
}
@media (min-width: 680px) {
  .main__content--property-filter form .es-search__buttons button {
    font-size: 14px !important;
    padding: 0.6em 1em !important;
    line-height: 30px;
  }
}
.main__content--property-filter form .es-search__buttons button:hover {
  background: #003434;
  color: #ffffff !important;
  border-color: #003434;
}
@media (max-width: 680px) {
  .main__content--property-filter form .es-search__buttons button:first-child {
    margin-left: 0 !important;
  }
}
.main__content--property-filter form .es-search__buttons button:last-child {
  margin-right: 0 !important;
}
.menu-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto;
  padding: 0;
  background: transparent;
  border-color: transparent;
  color: inherit;
  fill: #ffffff;
  background: #00ad90;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  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;
}
.no-js .menu-toggle {
  display: none;
}
@media (min-width: 960px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:hover {
  background: #ffffff;
  fill: #00ad90;
}
.menu-toggle__icon {
  display: block;
  width: 1.2em;
  height: 1.2em;
}
.menu-toggle__icon--open {
  display: block;
}
.is-open > .menu-toggle__icon--open {
  display: none;
}
.menu-toggle__icon--close {
  display: none;
}
.is-open > .menu-toggle__icon--close {
  display: block;
}
.menu-toggle__label {
  padding-left: 0.25em;
  line-height: 1;
}
.meta {
  font-style: italic;
}
.meta a:not(:hover) {
  color: inherit;
}
.module {
  padding: 4em 0;
}
@media (min-width: 1440px) {
  .module {
    padding: 6em 0;
  }
}
@media (min-width: 1440px) {
  .module--testimonials {
    padding: 5em 0 4em;
  }
}
.module--toggles {
  padding: 4em 0;
}
@media (min-width: 1440px) {
  .module--form {
    padding: 5em 0;
  }
}
.module--images-sentences .container {
  max-width: 1100px;
}
@media (min-width: 1440px) {
  .module--images-sentences {
    padding: 6em 0 10em;
  }
}
.module__header {
  margin-bottom: 1em;
  text-align: center;
}
@media (min-width: 960px) {
  .module__header {
    margin-bottom: 1.5em;
  }
}
.module--text-image.style-1 .module__header,
.module--text-image.style-4 .module__header,
.module--text-image.style-3 .module__header {
  text-align: left;
}
@media (min-width: 680px) {
  .module--custom-tabs .module__header,
  .module--featured-properties .module__header,
  .module--images-sentences .module__header,
  .module--latest-posts .module__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .module--custom-tabs .module__header .module__title,
  .module--featured-properties .module__header .module__title,
  .module--images-sentences .module__header .module__title,
  .module--latest-posts .module__header .module__title {
    margin-bottom: 0;
  }
  .module--custom-tabs .module__header .module__link,
  .module--featured-properties .module__header .module__link,
  .module--images-sentences .module__header .module__link,
  .module--latest-posts .module__header .module__link {
    margin-top: 0;
  }
}
.module--tagline .module__header {
  margin-bottom: 0;
}
.module--cta {
  padding: 0;
  background-color: #004844 !important;
}
.module__title {
  font-size: 25px;
  margin-bottom: 0;
}
@media (min-width: 680px) {
  .module__title {
    font-size: 30px;
  }
}
@media (min-width: 960px) {
  .module__title {
    font-size: 37px;
  }
}
.module--text-image.style-2 .module__title {
  color: #003434;
}
.module--cta .module__title {
  color: #ffffff;
}
.module--tagline {
  text-align: center;
  padding: 3.5em 0;
  -webkit-box-shadow: inset 0 0 0 800px rgb(0 52 52 / 50%);
          box-shadow: inset 0 0 0 800px rgb(0 52 52 / 50%);
}
.module--latest-posts .module__subcontent {
  max-width: 960px;
}
@media (min-width: 1200px) {
  .module--latest-posts .module__subcontent {
    border-right: 1px solid #b3dbc9;
    padding-right: 50px;
  }
}
.module__subcontent p:last-child,
.module__content p:last-child {
  margin-bottom: 0;
}
.module--text-image.style-2 .module__subcontent,
.module--text-image.style-2 .module__content {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.module--cta .module__subcontent,
.module--cta .module__content {
  color: #ffffff;
}
.module--cta .module__subcontent b,
.module--cta .module__content b,
.module--cta .module__subcontent strong,
.module--cta .module__content strong {
  color: #00ad90 !important;
}
@media (min-width: 1200px) {
  .module--cta .module__subcontent,
  .module--cta .module__content {
    font-size: 22px;
  }
}
.module--custom-tabs .module__link.u-mobile {
  margin-top: 2em;
}
.module__subcontent + .module__link,
.module__content + .module__link {
  margin-top: 1em;
}
.module__subcontent + .module__button,
.module__content + .module__button {
  margin-top: 1.5em;
}
@media (min-width: 960px) {
  .module__subcontent + .module__button,
  .module__content + .module__button {
    margin-top: 2em;
  }
}
.module--text-image.style-1 {
  text-align: left;
}
@media (min-width: 960px) {
  .module--text-image.style-1 .grid__column--l-7 {
    width: 55%;
  }
}
@media (min-width: 960px) {
  .module--text-image.style-1 .grid__column--l-5 {
    width: 45%;
  }
}
.module--text-image.style-1 .container {
  max-width: 1300px;
}
@media (min-width: 1440px) {
  .module--text-image.style-1 {
    padding: 8em 0;
  }
}
@media (max-width: 1200px) {
  .module--text-image.style-1 .grid {
    margin: 0 -1em;
  }
  .module--text-image.style-1 .grid__column {
    padding: 0 1em;
  }
}
.module--text-image.style-2 {
  padding: 0;
  text-align: center;
}
@media (min-width: 960px) {
  .module--text-image.style-2 .grid__column--l-7 {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .module--text-image.style-2 .grid__column--l-5 {
    width: 50%;
  }
}
.module--text-image.style-2 .container {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 960px) {
  .module--text-image.style-2 .grid {
    margin: 0;
  }
  .module--text-image.style-2 .grid__column {
    padding: 0;
  }
}
.module--text-image.style-2 .text-image__content-helper {
  padding: 2em 1em 4em;
}
@media (min-width: 960px) {
  .module--text-image.style-2 .text-image__content-helper {
    padding: 2em;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.module--text-image.style-3,
.module--text-image.style-4 {
  text-align: left;
}
.module--text-image.style-3 .grid,
.module--text-image.style-4 .grid {
  margin: 0 -1em;
}
.module--text-image.style-3 .grid__column,
.module--text-image.style-4 .grid__column {
  padding: 0 1em;
}
@media (min-width: 960px) {
  .module--text-image.style-3 .text-image__content-helper,
  .module--text-image.style-4 .text-image__content-helper {
    padding-left: 3em;
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .module--text-image.style-3 .text-image__content-helper,
  .module--text-image.style-4 .text-image__content-helper {
    padding-left: 6em;
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  .module--text-image.style-3 .grid--reverse .text-image__content-helper,
  .module--text-image.style-4 .grid--reverse .text-image__content-helper {
    padding-left: 0;
    padding-right: 3em;
  }
}
@media (min-width: 1440px) {
  .module--text-image.style-3 .grid--reverse .text-image__content-helper,
  .module--text-image.style-4 .grid--reverse .text-image__content-helper {
    padding-left: 0;
    padding-right: 6em;
  }
}
@media (min-width: 960px) {
  .module--text-image.style-3 .grid__column--l-7,
  .module--text-image.style-4 .grid__column--l-7 {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .module--text-image.style-3 .grid__column--l-5,
  .module--text-image.style-4 .grid__column--l-5 {
    width: 50%;
  }
}
.module--text-image.style-3 .container,
.module--text-image.style-4 .container {
  max-width: 1300px;
}
@media (min-width: 1440px) {
  .module--text-image.style-3,
  .module--text-image.style-4 {
    padding: 8em 0;
  }
}
@media (min-width: 960px) {
  .module--text-image.style-3 .grid,
  .module--text-image.style-4 .grid {
    margin: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .module--text-image.style-3 .grid__column,
  .module--text-image.style-4 .grid__column {
    padding: 0;
  }
}
.module--text-image.style-4 .container {
  max-width: 1500px;
}
@media (min-width: 1440px) {
  .module--text-image.style-4 {
    padding: 6em 0;
  }
}
@media (min-width: 960px) {
  .module--text-image.style-4 .grid__column--l-7 {
    width: 56%;
  }
}
@media (min-width: 960px) {
  .module--text-image.style-4 .grid__column--l-5 {
    width: 44%;
  }
}
.module__header--helper + div {
  margin-top: 1.5em;
}
@media (min-width: 960px) {
  .module__header--helper + div {
    margin-top: 2.5em;
  }
}
.module__header--helper + .latest-posts {
  margin-top: 1em;
}
@media (min-width: 680px) {
  .module__header--helper + .latest-posts {
    margin-top: 2em;
  }
}
@media (min-width: 1200px) {
  .module__header--helper + .latest-posts {
    margin-top: 3em;
  }
}
.module__header--helper + .images-sentences {
  margin-top: 1em;
}
@media (min-width: 1200px) {
  .module__header--helper + .images-sentences {
    margin-top: 1em;
  }
}
.latest-posts {
  margin-bottom: 2em;
}
.module--cta__content-helper {
  text-align: center;
  padding: 3em 1em;
}
@media (min-width: 1440px) {
  .module--cta__content-helper {
    padding: 4em 5em;
  }
}
.module--cta__image {
  height: 100%;
  position: relative;
  z-index: 3;
  min-height: 300px;
}
.module--cta__image img {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.module__image-img img {
  width: 100%;
  height: 100% ;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
  display: block;
}
.module--text-image.style-1 .module__image-img {
  height: 280px;
}
@media (min-width: 680px) {
  .module--text-image.style-1 .module__image-img {
    height: 450px;
  }
}
@media (min-width: 960px) {
  .module--text-image.style-1 .module__image-img {
    height: 500px;
  }
}
@media (min-width: 1440px) {
  .module--text-image.style-1 .module__image-img {
    height: 440px;
  }
}
.module--text-image.style-1 .module__image-img img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
  display: block;
}
@media (max-width: 960px) {
  .module--text-image.style-1 .module__image-img {
    margin-bottom: 2em;
  }
}
.module--text-image-toggles .module__image-img {
  display: block;
  height: 100%;
}
.module--text-image-toggles .module__image-img img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
  display: block;
}
.module--text-image.style-3 .module__image-img {
  height: 100%;
}
.module--text-image.style-3 .module__image-img img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
  display: block;
}
@media (max-width: 960px) {
  .module--text-image.style-3 .module__image-img {
    margin-bottom: 1.5em;
  }
}
.module--text-image.style-4 .module__image-img {
  height: 100%;
}
.module--text-image.style-4 .module__image-img img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
  display: block;
}
@media (max-width: 960px) {
  .module--text-image.style-4 .module__image-img {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 1200px) {
  .module--text-image.style-4 .module__image-img {
    height: 650px;
    position: relative;
    margin-top: -120px;
  }
}
@media (min-width: 1440px) {
  .module--text-image.style-4 .module__image-img {
    margin-top: -210px;
  }
}
.module--text-image.style-2 .module__image-img {
  height: 280px;
}
@media (min-width: 680px) {
  .module--text-image.style-2 .module__image-img {
    height: 450px;
  }
}
@media (min-width: 960px) {
  .module--text-image.style-2 .module__image-img {
    height: 700px;
  }
}
@media (min-width: 1200px) {
  .module--text-image.style-2 .module__image-img {
    height: 700px;
  }
}
@media (min-width: 1440px) {
  .module--text-image.style-2 .module__image-img {
    height: 600px;
  }
}
.module--text-image.style-2 .module__image-img img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .module--text-image.style-2 .module__image-img {
    margin-bottom: 2em;
  }
}
.module__content + .toggles {
  margin-top: 1em;
}
.module--icons-sentences .container--extra-wide {
  max-width: 1700px;
}
.module--text-image + .module--icons-sentences {
  padding-top: 0;
}
.module--text-image.style-1 + .module--icons-sentences {
  padding-top: 1.5em;
}
@media (min-width: 1440px) {
  .module--text-image.style-1 + .module--icons-sentences {
    margin-top: -2em;
    padding-top: 0;
  }
}
.module--text-image-toggles {
  padding: 0;
}
.module--text-image-toggles .container {
  max-width: 100%;
  padding: 0;
}
.text-image-toggles__content-helper {
  margin-left: auto;
  margin-right: auto;
  padding: 2em 1em;
}
@media (min-width: 960px) {
  .text-image-toggles__content-helper {
    padding: 3em 1em;
  }
}
@media (min-width: 1200px) {
  .text-image-toggles__content-helper {
    max-width: 860px;
    padding: 4em 3em;
  }
}
.navbar {
  display: none;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.no-js .navbar,
.navbar.is-open {
  display: block;
}
.navbar__list {
  margin: 0;
  padding: 0;
  text-align: left;
}
.navbar__item {
  position: relative;
  display: block;
  margin: 0;
}
.navbar__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5em 0;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
.navbar__item a[aria-haspopup] {
  cursor: default;
}
.navbar__expand {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.2rem;
  fill: currentColor;
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}
.is-open > a > .navbar__expand {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
@media (min-width: 960px) {
  .navbar {
    display: block !important;
  }
  .navbar__item {
    margin-left: 0.7em;
  }
  .navbar__item a {
    font-size: 12px;
    padding: 1em 0.2em;
  }
  .navbar__item a:hover,
  .navbar__item.is-open > a,
  .navbar__item.is-current > a {
    color: #ffffff;
  }
  .navbar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .navbar__item a {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .navbar__item a {
    font-size: 17.5px;
    padding: 1em 0.5em;
  }
}
.navbar-dropdown {
  will-change: auto;
  display: none;
  padding: 0;
}
.is-open > .navbar-dropdown {
  display: block;
}
.navbar-dropdown:focus {
  outline: none;
}
.navbar-dropdown__item a {
  font-size: 0.85em;
}
@media (min-width: 960px) {
  .navbar-dropdown {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
    min-width: 16em;
    padding: 0 0 0 5px !important;
    text-align: left;
    white-space: nowrap;
    -webkit-box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.5);
  }
  .navbar-dropdown--level-0 {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 5px 0 0 0 !important;
  }
  .navbar-dropdown__item {
    margin: 0;
  }
  .navbar-dropdown__item a {
    padding: 1em;
    background: #2f2d2e;
    color: #ffffff;
  }
  .navbar-dropdown__item a:hover,
  .navbar-dropdown__item.is-current > a {
    background: #222121;
    color: #ffffff;
  }
  .navbar-dropdown__item:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .navbar-dropdown__item:first-child > a {
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .navbar-dropdown__item:first-child > a:before {
    content: '';
    position: absolute;
    right: 100%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    display: block;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #2f2d2e transparent transparent;
  }
  .navbar-dropdown--level-0 > .navbar-dropdown__item:first-child > a:before {
    right: 50%;
    bottom: 100%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    border-color: transparent transparent #2f2d2e transparent;
  }
  .navbar-dropdown__expand {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
  .is-open > a > .navbar-dropdown__expand {
    -webkit-transform: rotateZ(-90deg) rotateX(-180deg);
            transform: rotateZ(-90deg) rotateX(-180deg);
  }
}
.navigation {
  position: relative;
  text-align: center;
}
.pagination {
  clear: both;
  text-align: center;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination > a,
.pagination > span {
  display: inline-block;
  margin: 0.15em;
  padding: 0.25em 0.75em;
}
.pagination > span {
  color: rgba(0, 52, 52, 0.5);
}
.pagination .dots {
  border-color: transparent;
}
.pagination,
.post-navigation {
  margin-top: 2em;
}
.search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main__content .search-form {
  width: 20em;
  max-width: 100%;
  margin: 2em auto;
}
.search-form__input {
  width: 100%;
  padding-right: 2.5em;
}
.search-form__input::-webkit-input-placeholder {
  text-align: center;
  text-indent: 2.5em;
}
.search-form__input::-moz-placeholder {
  text-align: center;
  text-indent: 2.5em;
}
.search-form__input:-ms-input-placeholder {
  text-align: center;
  text-indent: 2.5em;
}
.search-form__input::-ms-input-placeholder {
  text-align: center;
  text-indent: 2.5em;
}
.search-form__input::placeholder {
  text-align: center;
  text-indent: 2.5em;
}
.search-form__button {
  position: absolute;
  right: 0;
  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: 2.5em;
  padding: 0;
  background: transparent;
  border-color: transparent;
  color: #003434;
}
.search-form__icon {
  width: 1.25em;
  height: 1.25em;
  fill: currentColor;
}
.social-menu-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.social-menu-item a {
  display: block;
  color: inherit;
}
.social-menu-item__icon {
  display: block;
  width: 2em;
  height: 2em;
  fill: currentColor;
}
.social-menu-item__label {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  left: -9999px;
}
.social-menu {
  padding: 0;
  list-style: none;
}
.module--tabs .tabs {
  margin-top: 2em;
}
.module--custom-tabs .tabs .grid__column {
  margin-bottom: 2em;
}
.tabs__tablist {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 960px) {
  .tabs__tablist {
    display: block;
  }
}
.tabs__tablist li {
  display: inline-block;
  margin: 0;
}
.tabs__tab {
  display: block;
}
@media (min-width: 960px) {
  .tabs__tab {
    display: none;
  }
  .tabs__tablist .tabs__tab {
    display: block;
  }
}
.tabs__panel {
  overflow: hidden;
}
.tabs__panel[aria-hidden="true"] {
  display: none;
}
.tabs__tablist--helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.tabs__tablist--helper .tablist {
  font-size: 22px;
  width: 33.333333%;
  font-weight: bold;
}
.tabs__tablist--helper .tablist:first-child .tabs__tab {
  border-right: 0 !important;
}
.tabs__tablist--helper .tablist:last-child .tabs__tab {
  border-left: 0 !important;
}
.tabs__tablist--helper .tablist .tabs__tab {
  width: 100%;
  text-align: center;
  height: 100px;
  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;
  border: 2px solid #00ad90;
  font-weight: bold;
}
.tabs__tablist--helper .tablist .tabs__tab:hover,
.tabs__tablist--helper .tablist .tabs__tab[aria-selected="true"] {
  border-color: #00ad90;
  background: #00ad90;
  font-weight: bold;
  color: #ffffff;
}
.module--custom-tabs .tab-panel__link .tab-panel:hover {
  background: #003434;
}
.module--custom-tabs .tab-panel {
  text-align: center;
  height: 100%;
  background: #00ad90;
}
.module--custom-tabs .tab-panel .tab-panel__content {
  color: #ffffff;
}
.module--custom-tabs .tab-panel .tab-panel__content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .module--custom-tabs .tab-panel .tab-panel__content br {
    display: none;
  }
}
.module--custom-tabs .tab-panel .tab-panel__con-helper {
  padding: 1em 1em 1.2em;
}
.module--custom-tabs .tab-panel .tab-panel__heading {
  margin-bottom: 0.6em;
}
.module--custom-tabs .tab-panel .tab-panel__title {
  color: #ffffff;
  margin: 0;
  font-size: 20px;
}
@media (min-width: 960px) {
  .module--custom-tabs .tab-panel .tab-panel__title {
    font-size: 24px;
  }
}
.tabs__tablist {
  margin-bottom: 2em;
}
.module--custom-tabs .tabs__tablist {
  margin-bottom: 3em;
}
.tabs__panel .tabs__panel--header {
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  .tabs__panel .tabs__panel--header {
    margin-bottom: 2em;
  }
}
.tabs__panel .tabs__panel--title {
  font-size: 22px;
}
@media (min-width: 680px) {
  .tabs__panel .tabs__panel--title {
    font-size: 30px;
  }
}
@media (min-width: 960px) {
  .tabs__panel .tabs__panel--title {
    font-size: 37px;
  }
}
.tabs__panel .tabs__panel--content {
  text-align: center;
  margin-bottom: 1.5em;
}
@media (min-width: 960px) {
  .tabs__panel .tabs__panel--content {
    margin-bottom: 2.5em;
  }
}
.tabs__panel .tabs__panel--image {
  height: 260px;
  margin-bottom: 1em;
}
@media (min-width: 680px) {
  .tabs__panel .tabs__panel--image {
    height: 450px;
  }
}
@media (min-width: 960px) {
  .tabs__panel .tabs__panel--image {
    height: 650px;
    margin-bottom: 2em;
  }
}
.tabs__panel .tabs__panel--image img {
  width: 100%;
  height: 100% ;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
  display: block;
}
@media (max-width: 960px) {
  .tabs__panel--content-wrap {
    margin-top: 1em;
  }
}
@media (min-width: 960px) {
  .module--featured-properties .tabs__panel--content-wrap .container {
    max-width: 100%;
    margin: 0;
  }
}
.tabs__wrap .tabs__tab {
  width: 100%;
  text-align: center;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #00ad90;
  font-size: 18px;
  margin: 0.5em 0;
  font-weight: bold;
}
@media (max-width: 960px) {
  .tabs__wrap .tabs__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tabs__wrap .tabs__tab:hover,
.tabs__wrap .tabs__tab[aria-selected="true"] {
  border-color: #00ad90;
  background: #00ad90;
  font-weight: bold;
  color: #ffffff;
}
.tabs__panel--panels-helper .tabs__panel--panels {
  background: #eeedea;
  padding: 2em 1em;
  margin-bottom: 1em;
  text-align: center;
}
@media (min-width: 960px) {
  .tabs__panel--panels-helper .tabs__panel--panels {
    margin-bottom: 2em;
  }
}
.tabs__panel--panels-helper .tabs__panel--panels .tabs__panel--panels-title {
  margin-bottom: 30px;
  font-size: 18px;
}
@media (min-width: 680px) {
  .tabs__panel--panels-helper .tabs__panel--panels .tabs__panel--panels-title {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .tabs__panel--panels-helper .tabs__panel--panels .tabs__panel--panels-title {
    font-size: 22px;
  }
}
.tabs__panel--panels-helper .tabs__panel--panels .tabs__panel--panels-content hr {
  border: 0;
  border-top: 1px solid #b3dbc9;
  margin-bottom: 0.8em;
}
.tabs__panel--panels-helper .tabs__panel--panels .tabs__panel--panels-content p {
  margin-bottom: 0.8em;
}
.tabs__panel--panels-helper .tabs__panel--panels .tabs__panel--panels-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .tabs__panel--panels-helper .tabs__panel--panels .tabs__panel--panels-content br {
    display: none;
  }
}
.tabs__panel--panels-helper .tabs__panel--panels:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .tabs__panel--panels-helper .tabs__panel--panels {
    padding: 2.2em 3em;
  }
}
.tab-panel__image {
  height: 280px;
}
@media (min-width: 680px) {
  .tab-panel__image {
    height: 320px;
  }
}
@media (min-width: 960px) {
  .tab-panel__image {
    height: 320px;
  }
}
@media (min-width: 1440px) {
  .tab-panel__image {
    height: 320px;
  }
}
.tab-panel__image img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
  display: block;
}
.tool {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tool:not(:hover) {
  color: inherit;
}
.tool__icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  fill: currentColor;
}
.tool__badge {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 1.5em;
  padding: 0 0.25em;
  border-radius: 0.75em;
  font-size: 0.625em;
  line-height: 1.5em;
  text-align: center;
  white-space: nowrap;
  background: #C40233;
  color: #ffffff;
}
.widget {
  margin-bottom: 1em;
}
.widget ul {
  padding: 0;
  list-style: none;
}
.widget ul ul {
  padding-left: 5%;
}
.widget__header {
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  .footer--center .widget__header {
    margin-bottom: 0;
  }
}
.widget__title {
  margin: 0;
  font-size: 1em;
}
.footer .widget__title {
  color: #ffffff;
}
@media (min-width: 960px) {
  .footer .widget__title {
    font-size: 18px;
  }
}
.footer--center__left .widget_nav_menu ul li {
  margin: 0;
}
.footer--center__left .widget_nav_menu ul li a {
  font-weight: bold;
}
.footer--center__left .widget_nav_menu ul li a:hover {
  color: #ffffff;
}
@media (min-width: 960px) {
  .footer--center__left .widget_nav_menu ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .footer--center__left .widget_nav_menu ul li {
    line-height: 1.3;
  }
  .footer--center__left .widget_nav_menu ul li a {
    font-size: 18px;
  }
  .footer--center__left .widget_nav_menu ul li:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .footer--center__left .widget_nav_menu ul {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
.fine-print .widget_nav_menu ul {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .fine-print .widget_nav_menu ul li {
    margin: 0;
    font-weight: normal;
  }
  .fine-print .widget_nav_menu ul li:before {
    content: '|';
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
  }
  .fine-print .widget_nav_menu ul li:first-child:before {
    display: none;
  }
}
.fine-print .widget_nav_menu ul li a {
  font-weight: bold;
}
@media (min-width: 960px) {
  .fine-print .widget_nav_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer--center__right .widget_social_links ul li a {
  color: #00ad90;
}
.footer--center__right .widget_social_links ul li a:hover {
  color: #ffffff;
}
@media (min-width: 960px) {
  .footer--center__right .widget_social_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer--center__right .widget_social_links ul {
    margin-left: 10px;
    margin-bottom: 0;
  }
}
.hero {
  text-align: center;
  height: 300px;
  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;
}
@media (min-width: 960px) {
  .hero {
    height: 600px;
  }
}
.hero__title {
  font-size: 40px;
  color: #ffffff;
}
@media (min-width: 680px) {
  .hero__title {
    font-size: 80px;
  }
}
@media (min-width: 960px) {
  .hero__title {
    font-size: 100px;
  }
}
@media (min-width: 1200px) {
  .hero__title {
    font-size: 160px;
  }
}
.hero__content {
  color: #ffffff;
  font-size: 14px;
}
@media (min-width: 680px) {
  .hero__content {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .hero__content {
    font-size: 20px;
  }
}
.hero__content + .hero__button {
  margin-top: 1.5em;
}
@media (min-width: 960px) {
  .hero__content + .hero__button {
    margin-top: 2em;
  }
}
.icons-sentences .grid__column {
  margin: 1.5em 0;
}
@media (min-width: 960px) {
  .icons-sentences .grid__column {
    border-left: 1px solid #b3dbc9;
  }
  .icons-sentences .grid__column:first-child {
    border: 0;
  }
}
.icon-sentence__header-helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1em;
}
.icon-sentence__icon {
  width: 70px;
  margin-right: 1.3em;
}
.icon-sentence__heading {
  width: 73%;
}
.icon-sentence__title {
  margin-bottom: 0;
  font-size: 20px;
}
@media (min-width: 960px) {
  .icon-sentence__title {
    font-size: 22px;
  }
}
.icon-sentence__content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.icon-sentence__content ul li {
  list-style: none;
  padding-left: 0;
  position: relative;
  padding-left: 0.8em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.icon-sentence__content ul li:before {
  content: '';
  height: 5px;
  width: 5px;
  background: #00ad90;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}
@media (min-width: 960px) {
  .icon-sentence__content ul li:before {
    height: 8px;
    width: 8px;
    top: 10px;
  }
}
.icon-sentence__content ul li:last-child {
  margin-bottom: 0;
}
.icon-sentence__content p:last-child {
  margin-bottom: 0;
}
.testimonials {
  padding-top: 0em;
}
.testimonials .container--ultra-wide {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 1200px) {
  .testimonials .owl-item.active + .owl-item.active .testimonial-solo {
    opacity: 1 !important;
  }
  .testimonials .owl-item.active .testimonial-solo,
  .testimonials .owl-item.active + .owl-item.active + .owl-item.active .testimonial-solo {
    opacity: 0.6 !important;
  }
}
.testimonial {
  height: 100%;
}
.testimonial-solo {
  padding: 2em;
  background: #b2dac6;
  height: 100%;
}
@media (min-width: 1200px) {
  .testimonial-solo {
    opacity: 0.6;
  }
}
.testimonial-title {
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 960px) {
  .testimonial-title {
    font-size: 17px;
  }
}
.testimonial-subtitle {
  display: block;
  font-size: 12px;
}
@media (min-width: 960px) {
  .testimonial-subtitle {
    font-size: 14px;
  }
}
.toggles {
  margin-bottom: 1em;
}
.toggles .su-spoiler-title {
  font-size: 18px;
  padding-left: 0 !important;
  padding-right: 1.5em !important;
  line-height: 1.3;
  font-weight: 600 !important;
  outline: none !important;
}
@media (min-width: 680px) {
  .toggles .su-spoiler-title {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .toggles .su-spoiler-title {
    font-size: 22px;
  }
}
.module--toggles .toggles {
  margin-bottom: 0;
}
.module--toggles .toggles .su-spoiler-title {
  padding-left: 20px !important;
  padding-right: 3em !important;
}
.toggles--spacer {
  display: none;
}
.su-spoiler-style-default > .su-spoiler-content {
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.su-spoiler-style-default > .su-spoiler-content p {
  margin-bottom: 1em;
}
.module--toggles .su-spoiler-style-default {
  background: #ffffff;
}
.module--toggles .su-spoiler-style-default > .su-spoiler-content {
  padding: 0 20px 20px !important;
  background: #ffffff;
}
.module--toggles .su-spoiler-style-default.su-spoiler-closed > .su-spoiler-content {
  padding: 0 !important;
  margin-bottom: 0;
  margin-top: 0;
}
.module--toggles .su-spoiler-style-default.su-spoiler-closed {
  background: none;
}
.module--toggles .su-accordion {
  margin-bottom: 0;
}
.su-accordion .su-spoiler {
  border-bottom: 1px solid #b3dbc9;
  margin-bottom: 0 !important;
  padding: 0.6em 0 !important;
}
.su-accordion .su-spoiler:first-child {
  margin-top: 0;
}
.su-accordion .su-spoiler:last-child {
  border: 0;
  padding-bottom: 0;
}
.module--toggles .su-accordion .su-spoiler:first-child {
  border-top: 1px solid #b3dbc9 !important;
}
.su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
  right: 0 !important;
  left: auto !important;
  top: 10px !important;
  color: #00ad90;
}
.module--toggles .su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
  right: 15px !important;
}
.toggles__panels--title {
  font-size: 22px;
}
@media (min-width: 680px) {
  .toggles__panels--title {
    font-size: 30px;
  }
}
@media (min-width: 960px) {
  .toggles__panels--title {
    font-size: 37px;
  }
}
.toggles__panels--content + .toggles {
  margin-top: 1em;
}
.toggles__panels--image {
  margin-bottom: 1.5em;
  height: 100%;
  position: relative;
  z-index: 3;
  min-height: 220px;
}
.toggles__panels--image img {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
@media (min-width: 680px) {
  .toggles__panels--image {
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  .toggles__panels--image {
    min-height: 500px;
  }
}
@media (min-width: 1440px) {
  .toggles__panels--image {
    padding-bottom: 0;
    min-height: 180px;
  }
}
.su-spoiler-content,
.toggles__panels--content {
  line-height: 1.3;
}
.su-spoiler-content ul,
.toggles__panels--content ul {
  padding-left: 1.2em;
}
.su-spoiler-content ul li,
.toggles__panels--content ul li {
  margin: 5px 0;
}
.su-spoiler-content h2,
.toggles__panels--content h2,
.su-spoiler-content .h2,
.toggles__panels--content .h2 {
  font-size: 20px;
  color: #003434;
}
@media (min-width: 680px) {
  .su-spoiler-content h2,
  .toggles__panels--content h2,
  .su-spoiler-content .h2,
  .toggles__panels--content .h2 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .su-spoiler-content h2,
  .toggles__panels--content h2,
  .su-spoiler-content .h2,
  .toggles__panels--content .h2 {
    font-size: 22px;
  }
}
.su-spoiler-content h3,
.toggles__panels--content h3,
.su-spoiler-content .h3,
.toggles__panels--content .h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 680px) {
  .su-spoiler-content h3,
  .toggles__panels--content h3,
  .su-spoiler-content .h3,
  .toggles__panels--content .h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .su-spoiler-content h3,
  .toggles__panels--content h3,
  .su-spoiler-content .h3,
  .toggles__panels--content .h3 {
    font-size: 21px;
  }
}
.su-spoiler-content p:last-child,
.toggles__panels--content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .su-spoiler-content p,
  .toggles__panels--content p {
    margin-bottom: 1.3em;
  }
}
@media (min-width: 960px) {
  .su-spoiler-content ul,
  .toggles__panels--content ul {
    margin-bottom: 1.3em;
  }
}
.toggles__panels--content {
  padding: 20px 20px !important;
  background: #ffffff;
}
.toggles__panels {
  background: #eeedea;
  padding: 1em 1em 1em;
  margin: 1em 0;
}
@media (min-width: 1440px) {
  .toggles__panels .grid__column--xxl-4 {
    width: 40%;
  }
}
@media (min-width: 1440px) {
  .toggles__panels .grid__column--xxl-8 {
    width: 60%;
  }
}
@media (min-width: 960px) {
  .toggles__panels {
    padding: 2.5em;
    margin: 2em 0;
  }
}
.form {
  margin-top: 2em;
}
.form__form {
  background: #b2dac6;
  padding: 1.3em 1em;
  text-align: center;
  height: 100%;
}
.form__form form {
  margin-bottom: 0;
}
.form__form h1,
.form__form h2,
.form__form h3,
.form__form .h1,
.form__form .h2,
.form__form .h3 {
  color: #003434;
  font-weight: 600;
}
.form__form h3,
.form__form .h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
@media (min-width: 960px) {
  .form__form h3,
  .form__form .h3 {
    font-size: 23px;
  }
}
.form__icons {
  background: #b2dac6;
  height: 100%;
  text-align: center;
  padding: 0.3em 2em;
}
.form__icons .grid__column {
  margin: 1.5em 0;
}
@media (min-width: 960px) {
  .form__icons .grid__column {
    border-left: 2px solid #003434;
  }
}
.form__icons .grid__column:first-child {
  border: 0;
}
.form__icons .icon-form__icon {
  height: 65px;
  width: 65px;
  background: #003434;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  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;
  padding: 5px;
  margin-bottom: 15px;
}
.form__icons .icon-form__icon img {
  width: 30px;
}
.form__icons .icon-form__title {
  color: #003434;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (min-width: 960px) {
  .form__icons .icon-form__title {
    font-size: 24px;
  }
}
.form__icons .icon-form__content {
  font-size: 13px;
  line-height: 1.4;
}
.form__icons .icon-form__content hr {
  border: 0;
  border-top: 1px solid #003434;
  margin-top: 0 !important;
}
.form__icons .icon-form__content b,
.form__icons .icon-form__content strong {
  font-weight: 600 !important;
}
.form__icons .icon-form__content a {
  color: #003434;
  font-weight: 600;
}
.form__icons .icon-form__content a:hover {
  color: #00ad90;
}
.form__icons .icon-form__content p {
  margin-bottom: 0.3em;
}
.form__icons .icon-form__content p:last-child {
  margin-bottom: 0;
}
.image-sentence {
  text-align: center;
  margin: 1.5em 0;
}
@media (min-width: 960px) {
  .image-sentence {
    margin: 1em 0;
  }
}
.image-sentence__title {
  margin-bottom: 10px;
  font-size: 18px;
}
@media (min-width: 960px) {
  .image-sentence__title {
    font-size: 23px;
  }
}
.image-sentence__image {
  height: 180px;
  margin-bottom: 1em;
}
.image-sentence__image img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
  display: block;
}
@media (min-width: 680px) {
  .image-sentence__image {
    height: 160px;
  }
}
@media (min-width: 1200px) {
  .image-sentence__image {
    height: 220px;
  }
}
.helper {
  position: relative;
  overflow: hidden;
}
.container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container--narrow {
  max-width: 680px;
}
.container--regular {
  max-width: 960px;
}
.container--wide {
  max-width: 1200px;
}
.container--extra-wide {
  max-width: 1440px;
}
.container--ultra-wide {
  max-width: 1640px;
}
.container--full {
  max-width: 100%;
}
.container--full-no-padding {
  max-width: 100%;
  padding: 0;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.u-wide {
  width: 100%;
}
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
.u-text-left {
  text-align: left;
}
.screen-reader-text {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  left: -9999px;
  z-index: 100000;
}
.screen-reader-text:focus {
  clip: auto;
  left: 5px;
  top: 5px;
  height: 1px;
  width: 1px;
  width: auto;
  height: auto;
  padding: 0.5em 1.5em;
  border-radius: 3px;
  background: #009F6B;
  color: #FFF;
}
.u-desktop {
  display: none;
}
@media (min-width: 680px) {
  .u-desktop {
    display: block;
  }
}
.u-mobile {
  display: block;
}
@media (min-width: 680px) {
  .u-mobile {
    display: none;
  }
}
.u-desktop--l {
  display: none;
}
@media (min-width: 960px) {
  .u-desktop--l {
    display: block;
  }
}
.u-mobile--l {
  display: block;
}
@media (min-width: 960px) {
  .u-mobile--l {
    display: none;
  }
}
.u-desktop--xl {
  display: none;
}
@media (min-width: 1200px) {
  .u-desktop--xl {
    display: block;
  }
}
.u-mobile--xl {
  display: block;
}
@media (min-width: 1200px) {
  .u-mobile--xl {
    display: none;
  }
}
.u-bg {
  background: center center / cover no-repeat;
}
.u-bg.u-bg-contain {
  background-size: contain !important;
}
.u-text-white {
  color: #ffffff;
}
.u-text-dark {
  color: #000000;
}
.u-overlay {
  -webkit-box-shadow: inset 0 0 0 800px rgb(0 52 52 / 50%);
          box-shadow: inset 0 0 0 800px rgb(0 52 52 / 50%);
}
.nf-form-wrap {
  font-size: 16px;
}
.nf-form-wrap .label-above .nf-field-label {
  margin-bottom: 0.5em;
}
.nf-form-wrap .nf-field-container {
  margin-bottom: 1em;
}
.nf-form-wrap .nf-field-element input,
.nf-form-wrap .nf-field-element select {
  height: 2.5em;
  font-weight: 600;
}
.nf-form-wrap .nf-field-element input[multiple],
.nf-form-wrap .nf-field-element select[multiple],
.nf-form-wrap .nf-field-element input[type="checkbox"],
.nf-form-wrap .nf-field-element select[type="checkbox"],
.nf-form-wrap .nf-field-element input[type="radio"],
.nf-form-wrap .nf-field-element select[type="radio"],
.nf-form-wrap .nf-field-element input[type="range"],
.nf-form-wrap .nf-field-element select[type="range"],
.nf-form-wrap .nf-field-element input[type="file"],
.nf-form-wrap .nf-field-element select[type="file"],
.nf-form-wrap .nf-field-element input[type="image"],
.nf-form-wrap .nf-field-element select[type="image"] {
  height: auto;
}
.nf-form-wrap .nf-field-element textarea {
  vertical-align: top;
  font-weight: 600;
}
.nf-form-wrap .nf-input-limit:empty {
  margin-top: 0;
}
.nf-form-wrap .nf-error-msg,
.nf-form-wrap .ninja-forms-req-symbol {
  color: #C40233;
}
.nf-form-wrap .nf-error .ninja-forms-field {
  border-color: #C40233;
}
.module--form .nf-form-wrap .nf-field-container {
  margin-bottom: 8px !important;
}
.module--form .nf-form-wrap .submit-container {
  margin-bottom: 0 !important;
  padding-top: 5px !important;
}
.module--form .nf-form-wrap .nf-field-element input:not(.magicdust-button) {
  border: 0;
  height: auto;
  padding: 8px 12px;
}
.module--form .nf-form-wrap .nf-field-element input:not(.magicdust-button)::-webkit-input-placeholder {
  opacity: 0.9;
}
.module--form .nf-form-wrap .nf-field-element input:not(.magicdust-button)::-moz-placeholder {
  opacity: 0.9;
}
.module--form .nf-form-wrap .nf-field-element input:not(.magicdust-button):-ms-input-placeholder {
  opacity: 0.9;
}
.module--form .nf-form-wrap .nf-field-element input:not(.magicdust-button)::-ms-input-placeholder {
  opacity: 0.9;
}
.module--form .nf-form-wrap .nf-field-element input:not(.magicdust-button)::placeholder {
  opacity: 0.9;
}
.nf-form-wrap .nf-form-fields-required {
  margin-bottom: 10px;
  font-size: 13px;
}
.nf-form-wrap .nf-error-required-error {
  font-size: 13px;
}
.nf-form-wrap .submit-container {
  margin-bottom: 0 !important;
}
/**
 * Product Thumbnails
 *
 * 1. Main product thumbnail link.
 * 2. Category title.
 * 3. Product title.
 */
.woocommerce-LoopProduct-link:link {
  color: inherit;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font: inherit;
  color: inherit;
}
/* Badges */
.woocommerce span.onsale {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #C40233;
}
/* Star Ratings */
.woocommerce .products .star-rating {
  display: inline-block;
}
.woocommerce .star-rating span {
  color: #FCB805;
}
/**
 * Prices
 *
 * 1. Prices in product thumbnails.
 * 2. Prices on single product.
 */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-weight: bold;
  color: inherit;
}
.woocommerce ul.products li.product .price {
  font-size: 1em;
}
/**
 * Buttons
 *
 * 1. Regular WooCommerce buttons.
 * 2. Product thumbnail Add to Cart buttons.
 * 3. Primary WooCommerce buttons.
 */
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce input.button {
  border-radius: 0;
  font-weight: inherit;
}
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce input.button,
.woocommerce.woocommerce #respond input#submit[disabled],
.woocommerce.woocommerce a.button[disabled],
.woocommerce.woocommerce button.button[disabled],
.woocommerce.woocommerce input.button[disabled],
.woocommerce.woocommerce #respond input#submit[disabled]:hover,
.woocommerce.woocommerce a.button[disabled]:hover,
.woocommerce.woocommerce button.button[disabled]:hover,
.woocommerce.woocommerce input.button[disabled]:hover {
  background: #EBE9EB;
  color: #222222;
}
.woocommerce.woocommerce #respond input#submit:hover,
.woocommerce.woocommerce a.button:hover,
.woocommerce.woocommerce button.button:hover,
.woocommerce.woocommerce input.button:hover {
  background: #d3ced3;
  color: #222222;
}
.woocommerce.woocommerce ul.products li.product .button,
.woocommerce.woocommerce #respond input#submit.alt,
.woocommerce.woocommerce a.button.alt,
.woocommerce.woocommerce button.button.alt,
.woocommerce.woocommerce input.button.alt,
.woocommerce.woocommerce ul.products li.product .button[disabled],
.woocommerce.woocommerce #respond input#submit.alt[disabled],
.woocommerce.woocommerce a.button.alt[disabled],
.woocommerce.woocommerce button.button.alt[disabled],
.woocommerce.woocommerce input.button.alt[disabled],
.woocommerce.woocommerce ul.products li.product .button[disabled]:hover,
.woocommerce.woocommerce #respond input#submit.alt[disabled]:hover,
.woocommerce.woocommerce a.button.alt[disabled]:hover,
.woocommerce.woocommerce button.button.alt[disabled]:hover,
.woocommerce.woocommerce input.button.alt[disabled]:hover {
  background-color: #00ad90;
  color: #FFF;
}
.woocommerce.woocommerce ul.products li.product .button:hover,
.woocommerce.woocommerce #respond input#submit.alt:hover,
.woocommerce.woocommerce a.button.alt:hover,
.woocommerce.woocommerce button.button.alt:hover,
.woocommerce.woocommerce input.button.alt:hover {
  background-color: #007a66;
  color: #FFF;
}
/**
 * Coupon input width fix.
 */
@media (min-width: 769px) {
  #coupon_code {
    width: auto;
  }
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  height: 13px;
  width: 13px;
  background: #00ad90 !important;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active {
  background: #003434 !important;
}
@media (min-width: 960px) {
  .owl-dots .owl-dot {
    height: 16px;
    width: 16px;
  }
}
.module--testimonials .owl-dots {
  margin-top: 1.5em;
}
.module--testimonials .owl-dots .owl-dot {
  background: #ffffff !important;
}
.module--testimonials .owl-dots .owl-dot:hover,
.module--testimonials .owl-dots .owl-dot.active {
  background: #00ad90 !important;
}
.owl-nav {
  text-align: center;
  width: 105%;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: relative;
  z-index: 9;
  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: 40px;
  height: 40px;
  background: #00ad90 !important;
}
@media (min-width: 960px) {
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    width: 55px;
    height: 55px;
  }
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background: #003434 !important;
}
.u-bg-color-primary .owl-nav .owl-prev,
.u-bg-color-primary .owl-nav .owl-next {
  background: white !important;
}
.owl-nav .owl-prev {
  float: left;
}
.owl-nav .owl-prev:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  padding: 3px;
  margin-right: -5px;
  border: solid white !important;
  border-width: 0 2px 2px 0 !important;
}
@media (min-width: 960px) {
  .owl-nav .owl-prev:before {
    width: 15px;
    height: 15px;
    border-width: 0 3px 3px 0 !important;
  }
}
.owl-nav .owl-next {
  float: right;
}
.owl-nav .owl-next:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  padding: 3px;
  margin-left: -5px;
  border: solid white !important;
  border-width: 0 2px 2px 0 !important;
}
@media (min-width: 960px) {
  .owl-nav .owl-next:after {
    width: 15px;
    height: 15px;
    border-width: 0 3px 3px 0 !important;
  }
}
@media (min-width: 680px) {
  .owl-nav {
    width: 104%;
  }
}
@media (min-width: 960px) {
  .owl-nav {
    width: 115%;
    top: 40%;
  }
}
@media (min-width: 1200px) {
  .module--latest-posts .owl-nav {
    width: 130px;
    right: 0;
    left: inherit;
    top: inherit;
    bottom: -5em;
    -webkit-transform: none;
            transform: none;
  }
}
.owl-stage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.es-breadcrumbs {
  width: 100%;
  text-align: center;
  margin-bottom: 3em;
}
.es-breadcrumbs a {
  color: #003434;
}
.es-breadcrumbs .es-breadcrumbs__item--address {
  font-weight: bold;
  color: #003434;
}
.es-icon_chevron-right:before {
  content: "\f114";
  font-size: 6px;
  position: relative;
  top: -2px;
}
.es-gallery__image .es-control .es-btn--default {
  background: #eeedea;
}
.es-gallery__image .es-control .es-btn--default .es-btn__label {
  color: #00ad90 !important;
  font-size: 14px;
}
.es-gallery__image .es-control .es-btn--default .es-icon:before {
  color: #b0bec5 !important;
}
.es-gallery__image .es-control .es-btn--default:hover {
  background: #003434 !important;
}
.es-gallery__image .es-control .es-btn--default:hover .es-btn__label {
  color: #ffffff !important;
}
.es-gallery .es-control.es-control--property-gallery .es-btn:not(.es-btn--icon),
.es-slider .es-control.es-control--property-gallery .es-btn:not(.es-btn--icon) {
  border-radius: 0;
}
.es-gallery .es-gallery__thumbs .es-gallery__thumb:nth-child(3) .es-gallery__thumb-inner:before {
  content: "";
  background: #00ad90;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.es-gallery .es-gallery__thumbs .es-gallery__thumb .es-gallery__thumb-count {
  font-weight: bold;
  font-size: 32px;
}
.es-gallery .es-gallery__thumbs .es-gallery__thumb .es-gallery__thumb-count {
  margin-left: 1%;
}
.property-title {
  font-weight: bold !important;
  font-size: 39px !important;
  margin-bottom: 5px !important;
  line-height: 1em   !important;
  color: #003434 !important;
}
.es-price {
  font-weight: bold !important;
}
.es-single__header-left .es-address {
  font-size: 16px;
  font-weight: bold;
  color: #003434;
  margin-bottom: 30px;
}
.es-single__header-left .es-listing__meta {
  margin-top: 30px;
}
.es-single__header-terms .es-listing__terms a {
  color: #00ad90;
  font-weight: bold;
}
.es-single__header-terms .es-listing__terms a:hover {
  color: #003434;
}
.es-single__header-right .es-price-badge {
  border-radius: 0;
  background: #00ad90;
  color: #ffffff;
  font-weight: bold;
}
.es-single__header-right .es-btn--request-info {
  border-radius: 0;
  background: #00ad90 !important;
  letter-spacing: 0.5px !important;
  color: #ffffff !important;
  padding: 0.5em 2em !important;
  font-size: 14px !important;
  height: auto !important;
  border: 0 !important;
  text-transform: capitalize !important;
}
.es-single__header-right .es-btn--request-info:hover {
  background: #003434 !important;
  color: #ffffff !important;
}
@media (min-width: 960px) {
  .es-single__header-right .es-btn--request-info {
    font-size: 17px !important;
    min-width: 180px !important;
    margin-top: 53px !important;
  }
}
.es-single__header-right .es-btn--primary {
  padding: 1em 2em !important;
}
.single-properties .es-listing__meta svg {
  margin: 13.5px;
  fill: #003434 !important;
}
.single-properties .es-listing__meta svg path {
  fill: #003434 !important;
}
.single-properties .es-listing__meta div {
  background: #b3dbc8;
}
.single-properties .es-listing__meta div > span {
  background: #eeedea;
  padding: 14px 17px;
  color: #003434;
}
.single-properties .es-property-section__content {
  padding: 0 !important;
}
.single-properties .es-property-section .es-property-section__title:after {
  display: none;
}
.single-properties .es-property_section--description .es-entity-field__value {
  min-height: 100px;
}
.single-properties .es-property-section {
  background: #eeedea;
  padding: 3em;
}
.single-properties .es-property-section .es-property-section__title {
  font-weight: 700;
  color: #00ad90;
  border-bottom: 2px solid #b2dbc7;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.single-properties .es-property-section .es-property-section__content {
  font-size: 13px;
  line-height: 1.5em;
}
.single-properties .es-property-section .es-property-section__content p {
  margin-bottom: 0.7em;
}
.single-properties .es-property-section .es-property-section__content .js-es-full-description-link {
  font-weight: 700;
}
.single-properties .es-property_section--energy_diagnostics .es-epc-ges-light__item:not(.es-epc-ges-light__item--active) {
  height: 0.6rem;
}
.single-properties .es-property_section--energy_diagnostics .es-epc-ges-light__item--active {
  height: 1.7rem !important;
  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;
}
.single-properties .es-property_section--energy_diagnostics .es-epc-ges-light__item--A {
  background: #afc9a5;
}
.single-properties .es-property_section--energy_diagnostics .es-epc-ges-light__item--B {
  background: #abc6a2;
}
.single-properties .es-property_section--energy_diagnostics .es-epc-ges-light__item--C {
  background: #94b696;
}
.single-properties .es-property_section--energy_diagnostics .es-epc-ges-light__item--D {
  background: #79a387;
}
.single-properties .es-property_section--energy_diagnostics .es-epc-ges-light__item--E {
  background: #4d8470;
}
.single-properties .es-property_section--energy_diagnostics .es-epc-ges-light__item--F {
  background: #276d5c;
}
.single-properties .es-property_section--energy_diagnostics .es-epc-ges-light__item--G {
  background: #004c44;
}
.single-properties .es-property-section__content {
  color: #003434 !important;
}
.single-properties .es-property-section__content p,
.single-properties .es-property-section__content span,
.single-properties .es-property-section__content li {
  color: #003434 !important;
}
.single-properties .es-property-section__content .es-request-form--section {
  background-color: transparent !important;
}
.single-properties .es-property_section--request_form {
  background: #b2dac6;
}
.single-properties .es-property_section--request_form .es-field {
  margin-bottom: 0 !important;
  padding-bottom: 10px !important;
}
.single-properties .es-property_section--request_form .es-field .es-field,
.single-properties .es-property_section--request_form .es-field .js-es-field {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.single-properties .es-property_section--request_form .es-field__label {
  font-size: 15px !important;
  color: #003434 !important;
  margin-bottom: 0 !important;
}
.single-properties .es-property_section--request_form .es-property-section__title {
  text-align: center;
  color: #003434;
}
.single-properties .es-property_section--request_form textarea,
.single-properties .es-property_section--request_form .select2-selection--single,
.single-properties .es-property_section--request_form input {
  border-radius: 0 !important;
  font-weight: 700 !important;
  border: 0 !important;
  font-weight: 400 !important;
  font-size: 17px !important;
}
.single-properties .es-property_section--request_form .es-request-form {
  max-width: 100%;
  padding: 0;
  background: none !important;
}
.single-properties .es-property_section--request_form .es-request-form form {
  background: none !important;
  max-width: 100%;
  padding: 0;
}
.single-properties .es-property_section--request_form .es-request-form form .es-request-form__fields {
  background: none !important;
  max-width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-properties .es-property_section--request_form .es-request-form form .es-request-form__fields .es-field__name {
  width: 50%;
  padding-right: 0.8em;
  margin-bottom: 0;
}
.single-properties .es-property_section--request_form .es-request-form form .es-request-form__fields .es-field__email {
  width: 50%;
  padding-left: 0.8em;
  margin-bottom: 0;
}
.single-properties .es-property_section--request_form .es-request-form form .es-request-form__fields .es-field__phone {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-properties .es-property_section--request_form .es-request-form form .es-request-form__fields .es-field__tel {
  max-width: 100%;
}
.single-properties .es-property_section--request_form .es-request-form form .es-request-form__fields .es-field__message {
  width: 100%;
  margin-bottom: 0;
}
.single-properties .es-property_section--request_form .es-request-form form .es-request-form__fields .es-privacy-policy-container {
  width: 100%;
  margin: 0;
}
.single-properties .es-property_section--request_form .es-request-form form .es-request-form__fields .es-btn-wrapper-submit--margin {
  width: 100%;
}
.single-properties .es-property_section--request_form .es-request-form form .es-request-form__fields .es-btn-wrapper-submit--margin .es-btn--primary {
  width: 100%;
}
.es-request-form.es-request-form--section {
  background: none !important;
}
.es-btn--primary {
  line-height: 1 !important;
  text-align: center !important;
  font-weight: 600 !important;
  background: #00ad90 !important;
  letter-spacing: 0.5px !important;
  color: #ffffff !important;
  padding: 0.8em 2em 0.9em !important;
  font-size: 14px !important;
  border-radius: 0 !important;
  border: 0 !important;
  height: auto !important;
  text-transform: capitalize !important;
}
.es-btn--primary:hover {
  background: #003434 !important;
  color: #ffffff !important;
}
@media (min-width: 960px) {
  .es-btn--primary {
    font-size: 17px !important;
    min-width: 180px !important;
  }
}
.es-request-form.es-request-form--section {
  background: transparent !important;
}
.es-property_section--request_form .es-property-section__content {
  background-color: transparent !important;
}
.js-es-listings-filter .es-total,
.js-es-listings-filter .es-field__label {
  font-weight: 700 !important;
  font-size: 13px !important;
  color: #003434 !important;
}
.js-es-listings-filter .es-field--select select {
  border-radius: 0 !important;
  background-size: 17.41px 7.12px !important;
  border: 0 !important;
  background-color: #eeedea !important;
  font-weight: 700;
  color: #003434 !important;
}
.es-control--layouts a {
  border-radius: 0 !important;
}
.es-control--layouts a.es-btn--active .es-icon:before {
  color: #dadada !important;
}
.es-control--layouts a .es-icon:before {
  color: #00ad90 !important;
}
.es-control--layouts a:hover {
  background: #00ad90;
}
.es-control--layouts a:hover .es-icon:before {
  color: #ffffff !important;
}
.es-navigation {
  color: #003434 !important;
}
.es-pagination {
  margin: 3em 0 0 !important;
}
.es-pagination .page-numbers li {
  width: auto !important;
  vertical-align: unset !important;
  height: auto !important;
}
.es-pagination .page-numbers .page-numbers {
  font-size: 0 !important;
  height: 20px !important;
  width: 20px !important;
  border-radius: 0 !important;
  border: 0 !important;
  background: #b2dac6 !important;
}
.es-pagination .page-numbers .page-numbers:hover,
.es-pagination .page-numbers .page-numbers.current {
  background: #00ad90 !important;
}
.es-pagination .page-numbers .prev,
.es-pagination .page-numbers .next {
  display: none !important;
}
