@charset "UTF-8";
@font-face {
  font-family: 'CentraNo1-Book';
  src: url("fonts/CentraNo1-Book.eot");
  src: url("fonts/CentraNo1-Book.eot?#iefix") format("embedded-opentype"), url("fonts/CentraNo1-Book.woff") format("woff"); }
@font-face {
  font-family: 'CentraNo1-Light';
  src: url("fonts/CentraNo1-Light.eot");
  src: url("fonts/CentraNo1-Light.eot?#iefix") format("embedded-opentype"), url("fonts/CentraNo1-Light.woff") format("woff"); }
@font-face {
  font-family: 'CentraNo1-Medium';
  src: url("fonts/CentraNo1-Medium.eot");
  src: url("fonts/CentraNo1-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/CentraNo1-Medium.woff") format("woff"); }
/* right bounce */
@keyframes bounceRight {
  0% {
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  50% {
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%); } }
/* /right bounce */
@keyframes bounceRightNormal {
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1242px;
  margin: auto;
  padding: 0;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 550px */
@media (min-width: 768px) {
  .container {
    width: 90%; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74.0%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 90%;
    margin: 0 auto;
    float: none; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: 'CentraNo1-Light', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #454545; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

p {
  margin: 0;
  padding: 0 0 15px 0; }
  p strong {
    font-family: 'CentraNo1-Medium', sans-serif; }
  p.large {
    font-size: 18px;
    line-height: 26px; }

p:last-of-type {
  padding: 0; }

strong, b {
  font-weight: normal;
  font-family: 'CentraNo1-Medium', sans-serif; }

h1 {
  font-family: 'CentraNo1-Light', sans-serif;
  font-weight: normal;
  color: #716A67;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.041em;
  padding: 0 0 10px 0;
  letter-spacing: 0.015em;
  margin: 0;
  text-transform: uppercase; }

h2 {
  font-family: 'CentraNo1-Book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 0 0 20px 0;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

h3 {
  font-family: 'CentraNo1-Light', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
  color: #454545;
  margin: 0;
  padding: 0 0 50px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

h4 {
  font-family: 'CentraNo1-Light', sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 31px;
  color: #454545;
  margin: 0;
  padding: 0 0 50px 0;
  letter-spacing: 0.025em; }

.subtitle {
  font-family: 'CentraNo1-Book', sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #299486;
  letter-spacing: 0.005em;
  padding: 0 0 20px 0; }

.icon {
  width: 36px;
  height: 45px;
  background-image: url(../images/icon-logomark.svg);
  background-size: 36px 45px;
  margin: 40px auto 60px auto;
  padding: 0;
  text-indent: -9999px; }

a {
  color: #454545;
  text-decoration: none;
  transition: color 0.4s ease; }
  a:hover {
    color: #299486; }

p a {
  color: #454545;
  transition: color 0.4s ease; }
  p a:hover {
    color: #299486; }

.button, input[type="submit"] {
  display: inline-block;
  margin: 20px auto 0 auto;
  padding: 10px 20px;
  font-family: 'CentraNo1-Book', sans-serif;
  font-size: 12px;
  color: #fff;
  background: #68CAB8;
  line-height: 1em;
  text-decoration: none;
  transition: all ease 0.4s;
  border: 0;
  outline: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase; }
  .button:hover, .button:active,
  .button .active, input[type="submit"]:hover, input[type="submit"]:active,
  input[type="submit"] .active {
    color: #fff;
    background: #299486; }

p img.aligncenter {
  margin: 0 auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.otgs-development-site-front-end {
  display: none !important; }

.grecaptcha-badge {
  visibility: hidden; }

* {
  box-sizing: border-box; }

.flex {
  display: flex; }

body {
  position: relative;
  padding: 0 50px; }
  body.no-overflow {
    overflow-y: hidden; }

header {
  position: fixed;
  top: 0;
  width: calc(100% - 100px);
  z-index: 100;
  transition: top 0.5s ease-in-out; }
  header .header-top {
    height: 50px;
    background: #ffffff;
    text-align: right;
    font-family: 'CentraNo1-Book', sans-serif;
    font-size: 14px;
    line-height: 18px; }
    header .header-top .inner {
      justify-content: flex-end;
      align-items: center;
      height: 100%; }
      header .header-top .inner .contact {
        display: flex; }
        header .header-top .inner .contact a {
          display: block; }
          header .header-top .inner .contact a:first-child {
            margin-right: 14px; }
  header .header-main {
    background: #e6e2e0; }
    header .header-main > .container {
      position: inherit; }
    header .header-main .inner {
      height: 80px;
      justify-content: space-between;
      align-items: center; }
    header .header-main .logo {
      display: inline-flex;
      align-items: center;
      padding: 15px 0; }
  header .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: 0; }
    header .wpml-ls-legacy-list-horizontal a {
      line-height: inherit; }
    header .wpml-ls-legacy-list-horizontal a span {
      vertical-align: inherit; }
  header .wpml-ls ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 18px !important;
    display: flex;
    vertical-align: middle;
    text-transform: uppercase; }
    header .wpml-ls ul li.wpml-ls-item {
      margin: 0 0 0 12px; }
      header .wpml-ls ul li.wpml-ls-item a {
        padding: 0;
        display: block;
        position: relative; }
      header .wpml-ls ul li.wpml-ls-item.wpml-ls-current-language a {
        color: #299486;
        font-family: 'CentraNo1-Medium', sans-serif; }

a#nav-trigger {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #827260;
  cursor: pointer;
  transition: transform .5s ease;
  width: 24px;
  height: 13px;
  z-index: 120;
  margin: -3px 0 0 0; }

a#nav-trigger .menu {
  background: #827260;
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  transition: background .5s ease;
  width: 24px; }

a#nav-trigger .menu:after, a#nav-trigger .menu:before {
  background: #827260;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: -5px;
  transition: transform .5s ease,top .3s ease,bottom .3s ease;
  width: 24px; }

a#nav-trigger .menu:after {
  bottom: -5px;
  top: auto; }

a#nav-trigger.open .menu {
  background: 0 0;
  transition: none; }

a#nav-trigger.open .menu:before {
  transform: rotate(45deg);
  width: 24px;
  top: 0;
  background: #827260; }

a#nav-trigger.open .menu:after {
  top: 5px;
  width: 24px;
  bottom: auto;
  transform: translateY(-5px) rotate(-45deg);
  background: #827260; }

#menu-header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-family: 'CentraNo1-Book', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase; }
  #menu-header-menu > li {
    margin: 0 0 0 30px; }
    #menu-header-menu > li > a {
      display: block;
      color: #454545;
      padding: 31px 0 27px 0;
      border-bottom: 4px solid transparent;
      -webkit-transition: border .4s 0s;
      transition: border .4s 0s; }
  #menu-header-menu .sub-menu {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0; }
    #menu-header-menu .sub-menu li a {
      text-transform: none; }
  #menu-header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #menu-header-menu ul li {
      margin-bottom: 20px; }
      #menu-header-menu ul li:last-child {
        margin: 0; }
  #menu-header-menu .mega-menu {
    border-top: #ABA2A0 1px solid;
    position: absolute;
    left: 0;
    width: 100%;
    background: #E6E2E0;
    padding: 70px 0 70px 0;
    display: none;
    font-size: 16px;
    line-height: 22px;
    text-transform: none; }
    #menu-header-menu .mega-menu .image {
      margin-right: 10%; }
      #menu-header-menu .mega-menu .image img {
        max-width: 394px; }
    #menu-header-menu .mega-menu .level-0 {
      position: relative;
      width: 300px; }
    #menu-header-menu .mega-menu .level-1 {
      display: none;
      position: absolute;
      top: 0;
      left: 299px;
      width: 300px;
      height: 100%; }
    #menu-header-menu .mega-menu a:hover {
      text-decoration: underline; }
    #menu-header-menu .mega-menu ul > .current_page_item > a, #menu-header-menu .mega-menu ul > .current_page_parent > a {
      text-decoration: underline; }

#menu-header-menu > li:hover > a, #menu-header-menu > li.current_page_item > a, #menu-header-menu > li.current_page_ancestor > a, #menu-header-menu > li.current-page-ancestor > a {
  border-bottom-color: #68CAB8; }

footer {
  font-size: 14px;
  line-height: 18px; }
  footer .footer-main {
    background-color: #f5f5f5;
    padding: 70px 0 80px 0; }
  footer .image-copy {
    display: flex;
    width: calc(50%);
    max-width: 520px; }
    footer .image-copy .image {
      max-width: 266px;
      margin: 0 70px 0 0; }
  footer .copy-menus {
    display: flex;
    flex: 1;
    width: calc(40%);
    margin-left: 70px; }
    footer .copy-menus .footer-menus {
      display: flex;
      width: 100%; }
      footer .copy-menus .footer-menus ul {
        width: calc(50%); }
        footer .copy-menus .footer-menus ul ul {
          width: 100%; }
  footer .logo-copy .logo {
    margin: 0 0 30px 0; }
  footer ul#menu-footer-menu, footer ul#menu-footer-menu-2 {
    list-style: none;
    margin: 0 5%;
    padding: 0; }
    footer ul#menu-footer-menu li, footer ul#menu-footer-menu-2 li {
      margin-bottom: 5px; }
      footer ul#menu-footer-menu li.current_page_item a, footer ul#menu-footer-menu-2 li.current_page_item a {
        color: #299486; }
    footer ul#menu-footer-menu a, footer ul#menu-footer-menu-2 a {
      color: #454545; }
      footer ul#menu-footer-menu a:hover, footer ul#menu-footer-menu-2 a:hover {
        color: #299486; }
    footer ul#menu-footer-menu > li, footer ul#menu-footer-menu-2 > li {
      margin: 0 8% 0 0;
      text-transform: uppercase; }
    footer ul#menu-footer-menu .sub-menu, footer ul#menu-footer-menu-2 .sub-menu {
      list-style: none;
      margin: 5px 0 0 0;
      padding: 0;
      text-transform: none; }
  footer ul#menu-footer-menu-2 li {
    margin-bottom: 5px; }
  footer .logo-socials {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    footer .logo-socials .logo {
      max-width: 132px;
      margin-bottom: 30px; }
  footer ul#socials {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    footer ul#socials li {
      margin: 0 0 0 20px; }
      footer ul#socials li a {
        display: block;
        width: 36px;
        height: 36px;
        background-color: #68CAB8;
        border-radius: 36px;
        overflow: hidden;
        text-indent: -9999px;
        background-position: center center;
        background-repeat: no-repeat;
        transition: background-color 0.4s ease; }
        footer ul#socials li a.instagram {
          background-image: url("../images/icon-social-instagram.svg"); }
        footer ul#socials li a.facebook {
          background-image: url("../images/icon-social-facebook.svg"); }
        footer ul#socials li a:hover {
          background-color: #299486; }
  footer .footer-bottom {
    background: #fff;
    padding: 20px 0 40px 0; }
    footer .footer-bottom .flex {
      justify-content: center; }
      footer .footer-bottom .flex ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex; }
        footer .footer-bottom .flex ul:before {
          content: '|';
          margin: 0 10px; }

.page-content {
  padding-top: 130px; }

#hero {
  position: relative;
  height: calc(100vh - 190px); }
  #hero .hero-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.4s ease; }
    #hero .hero-wrap.hide {
      opacity: 0; }
  #hero .inner {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    height: 100%; }
  #hero video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  #hero #scroll-down {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 13px;
    background: url("../images/icon-down.svg") 0 0 no-repeat;
    background-size: 100% auto; }
  #hero .hero-search {
    position: absolute;
    top: 80px;
    width: 90%;
    max-width: 1030px;
    left: 50%;
    transform: translateX(-50%); }
    #hero .hero-search .hero-switch {
      display: flex;
      margin-bottom: 8px; }
      #hero .hero-search .hero-switch a {
        margin: 0;
        display: block;
        background: #fff;
        color: #454545;
        box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.26); }
        #hero .hero-search .hero-switch a:first-child {
          margin-right: 1px;
          box-shadow: -1px 1px 6px 0px rgba(0, 0, 0, 0.26); }
        #hero .hero-search .hero-switch a.active {
          color: #299486; }

form#search-form, form#sort-form, form#filter-form {
  display: flex;
  background: #fff;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.26);
  padding: 16px;
  justify-content: space-between; }
  form#search-form .form-group, form#sort-form .form-group, form#filter-form .form-group {
    border-left: 1px solid #C4BEBB;
    padding-left: 12px;
    font-size: 14px;
    line-height: 18px;
    transition: opacity 0.4s ease;
    margin: 0 20px;
    width: 20%; }
    form#search-form .form-group:first-of-type, form#search-form .form-group:last-of-type, form#sort-form .form-group:first-of-type, form#sort-form .form-group:last-of-type, form#filter-form .form-group:first-of-type, form#filter-form .form-group:last-of-type {
      border: 0;
      padding: 0; }
    form#search-form .form-group:first-of-type, form#sort-form .form-group:first-of-type, form#filter-form .form-group:first-of-type {
      margin-left: 0; }
    form#search-form .form-group:last-of-type, form#sort-form .form-group:last-of-type, form#filter-form .form-group:last-of-type {
      margin-right: 0;
      text-align: right; }
    form#search-form .form-group.hide, form#sort-form .form-group.hide, form#filter-form .form-group.hide {
      opacity: 0; }
  form#search-form label, form#sort-form label, form#filter-form label {
    font-family: 'CentraNo1-Medium', sans-serif; }
  form#search-form .form-type, form#sort-form .form-type, form#filter-form .form-type {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-right: 24px; }
    form#search-form .form-type label, form#sort-form .form-type label, form#filter-form .form-type label {
      margin-bottom: 0;
      display: flex;
      align-items: center;
      cursor: pointer; }
      form#search-form .form-type label span, form#sort-form .form-type label span, form#filter-form .form-type label span {
        display: block;
        float: right;
        margin-top: 0;
        margin-left: 14px; }
      form#search-form .form-type label:first-child, form#sort-form .form-type label:first-child, form#filter-form .form-type label:first-child {
        margin-right: 10px; }
  form#search-form input[type=radio], form#sort-form input[type=radio], form#filter-form input[type=radio] {
    width: 20px;
    height: 20px;
    margin-top: 0;
    color: #68cab8;
    border-radius: 50%;
    padding: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    form#search-form input[type=radio]:after, form#sort-form input[type=radio]:after, form#filter-form input[type=radio]:after {
      background-color: #fff;
      border-radius: 50%;
      border: 1px solid #716a67;
      content: "";
      display: inline-block;
      height: 24px;
      left: -3px;
      position: relative;
      top: -7px;
      visibility: visible;
      width: 24px; }
    form#search-form input[type=radio]:checked:after, form#sort-form input[type=radio]:checked:after, form#filter-form input[type=radio]:checked:after {
      background-color: #68cab8;
      border-color: #68cab8;
      -webkit-box-shadow: 0px 0px 0px 5px #fff inset;
      box-shadow: 0px 0px 0px 5px #fff inset; }
  form#search-form .ui-selectmenu-button.ui-button, form#sort-form .ui-selectmenu-button.ui-button, form#filter-form .ui-selectmenu-button.ui-button {
    width: auto !important;
    max-width: inherit !important;
    border: none;
    background: none;
    padding: 0; }
  form#search-form .ui-button .ui-icon, form#sort-form .ui-button .ui-icon, form#filter-form .ui-button .ui-icon {
    display: none; }
  form#search-form .ui-selectmenu-text, form#sort-form .ui-selectmenu-text, form#filter-form .ui-selectmenu-text {
    width: 100%; }
  form#search-form .button, form#sort-form .button, form#filter-form .button {
    margin: 0;
    font-size: 14px;
    padding: 12px 40px 12px 56px;
    background-image: url("../images/icon-search.svg");
    background-position: left 10px center;
    background-repeat: no-repeat; }

.ui-widget {
  font-family: "CentraNo1-Light", sans-serif !important;
  font-size: 14px !important;
  line-height: 18px !important; }

.ui-menu-item .ui-state-active {
  background-color: #f6f5f5 !important;
  border: none !important;
  color: #454545 !important;
  padding: 8px 16px !important; }

.ui-widget li.ui-menu-item:first-child .ui-state-active, .ui-widget li:hover:first-child > div, .ui-widget li:active:first-child > div {
  color: #68cab8 !important;
  margin: 0 !important; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  color: #68cab8 !important; }

.ui-menu .ui-menu-item-wrapper {
  border: none !important;
  white-space: nowrap;
  font-family: "CentraNo1-Book", sans-serif !important;
  padding: 8px 16px !important;
  margin: 0 !important; }

.ui-widget.ui-widget-content {
  border: none !important;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.26); }

form#search-form .ui-selectmenu-button.ui-button {
  background: url(../images/icon-dd.svg) right 10px center no-repeat;
  padding-right: 15px; }

form#search-form .search-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  form#search-form .search-wrap .form-group:last-of-type {
    text-align: left;
    border-left: 1px solid #C4BEBB;
    padding-left: 12px; }

#page-hero .inner {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.flexible-content {
  padding: 80px 0;
  overflow: auto; }
  .flexible-content.brown {
    background: #F6F5F5; }
  .flexible-content .block {
    padding-bottom: 80px; }
    .flexible-content .block.spacing-none {
      padding-bottom: 0; }
    .flexible-content .block.spacing-both {
      padding-top: 180px; }
    .flexible-content .block.spacing-half {
      padding-bottom: 100px; }
    .flexible-content .block.bg-grey {
      background-color: #f5f5f5; }

/* Blocks */
.copy-block .inner {
  max-width: 666px;
  text-align: center;
  margin: 0 auto; }
  .copy-block .inner .aligncenter {
    margin: 0 auto; }
  .copy-block .inner p.image {
    padding: 0 0 60px 0; }

.cta-block {
  padding: 60px 0 30px 0; }
  .cta-block .inner.cta-1 .copy-wrap {
    margin-top: -70px; }
  .cta-block .inner.cta-1 .copy {
    column-count: 2;
    column-gap: 30px; }
  .cta-block .inner.cta-2, .cta-block .inner.cta-3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .cta-block .inner.cta-2 .cta, .cta-block .inner.cta-3 .cta {
      width: calc(50% - 15px);
      display: flex;
      flex-direction: column; }
      .cta-block .inner.cta-2 .cta .copy-wrap, .cta-block .inner.cta-3 .cta .copy-wrap {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: -40px 5% 0 5%; }
  .cta-block .inner.cta-3 .cta {
    width: calc(33.3333333% - 15px); }
  .cta-block .cta {
    margin-bottom: 30px; }
  .cta-block.bg-white .copy-wrap {
    background-color: #F6F5F5; }
  .cta-block .image {
    position: relative; }
  .cta-block .copy-wrap {
    position: relative;
    max-width: 1030px;
    background: #fff;
    margin: -40px 10% 0 10%;
    padding: 30px; }
    .cta-block .copy-wrap .button {
      margin-right: auto;
      margin-left: 0; }
    .cta-block .copy-wrap ul {
      margin: 0 0 15px 0;
      padding: 0 0 0 15px; }
      .cta-block .copy-wrap ul li {
        margin-bottom: 7px; }

.image_copy_block.bg-white {
  background: #ffffff; }

.latest-block {
  padding: 70px 0; }
  .latest-block .owl-item {
    opacity: 0;
    transition: opacity ease 0.4s 0.2s; }
    .latest-block .owl-item.active {
      opacity: 1; }
  .latest-block .legend {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .latest-block .legend .title {
      padding: 15px 0 0 0; }
    .latest-block .legend .price {
      padding: 15px 0 0 0;
      font-family: "CentraNo1-Medium", sans-serif !important; }
  .latest-block .owl-nav {
    position: absolute;
    left: -18px;
    top: 35%;
    width: calc(100% + 36px);
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none; }
    .latest-block .owl-nav button {
      pointer-events: auto;
      display: block;
      width: 35px;
      height: 35px;
      border-radius: 35px;
      background: #68CAB8 url("../images/icon-carousel-arrow-left.svg") left 12px center no-repeat !important;
      box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.26); }
      .latest-block .owl-nav button span {
        display: none; }
      .latest-block .owl-nav button.owl-next {
        background: #68CAB8 url("../images/icon-carousel-arrow-right.svg") left 8px center no-repeat !important; }

.block-instagram {
  padding: 70px 0 140px 0; }
  .block-instagram .inner {
    max-width: 1030px;
    margin: 0 auto; }
    .block-instagram .inner h2 {
      text-transform: none;
      padding: 0; }
    .block-instagram .inner #sb_instagram {
      width: calc(100% + 30px);
      margin-left: -15px;
      padding: 0 !important; }
    .block-instagram .inner #sb_instagram #sbi_images.sbi_carousel {
      padding: 0 !important; }
    .block-instagram .inner #sb_instagram .sbi_inner_wrap {
      padding: 15px !important; }
    .block-instagram .inner .sbi-owl-nav {
      position: absolute;
      left: -3px;
      top: 50%;
      width: calc(100% + 6px);
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
      pointer-events: none; }
      .block-instagram .inner .sbi-owl-nav .sbi-owl-prev, .block-instagram .inner .sbi-owl-nav .sbi-owl-next {
        pointer-events: auto;
        position: relative;
        top: 0 !important;
        display: block;
        width: 35px;
        height: 35px;
        border-radius: 35px;
        background: #68CAB8 url(../images/icon-carousel-arrow-left.svg) left 12px center no-repeat !important;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.26);
        margin: 0;
        padding: 0;
        transform: none; }
        .block-instagram .inner .sbi-owl-nav .sbi-owl-prev svg, .block-instagram .inner .sbi-owl-nav .sbi-owl-next svg {
          display: none !important; }
      .block-instagram .inner .sbi-owl-nav .sbi-owl-next {
        background: #68CAB8 url(../images/icon-carousel-arrow-right.svg) left 8px center no-repeat !important; }
  .block-instagram .button {
    background: transparent;
    border: 1px solid #716A67;
    color: #454545;
    margin: 5px 0 0 0; }

.team-block .inner {
  width: calc(100% + 30px);
  margin-left: 15px; }
  .team-block .inner .team-member {
    width: calc(25% - 30px);
    margin: 15px;
    display: flex;
    flex-direction: column; }
    .team-block .inner .team-member .copy-wrap {
      padding: 30px 0 0 0;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex: 1; }
      .team-block .inner .team-member .copy-wrap .name {
        font-family: 'CentraNo1-Book', sans-serif;
        color: #299486;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.005em;
        padding: 0 0 10px 0; }
      .team-block .inner .team-member .copy-wrap .copy {
        padding: 15px 30px 0 30px; }
        .team-block .inner .team-member .copy-wrap .copy p {
          line-height: 22px; }

.latest-news-block {
  padding: 70px 0 0 0; }
  .latest-news-block .item a {
    display: block; }
    .latest-news-block .item a:hover h3 {
      color: #299486; }
  .latest-news-block .item .copy {
    position: relative;
    background: #f5f5f5;
    width: calc(100% - 40px);
    margin: -45px 20px 0 20px;
    padding: 30px; }
    .latest-news-block .item .copy p.date {
      font-family: "CentraNo1-Book", sans-serif !important;
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase;
      padding: 0 0 15px 0;
      letter-spacing: 0.08em; }
    .latest-news-block .item .copy h3 {
      font-family: "CentraNo1-Book", sans-serif !important;
      font-size: 20px;
      line-height: 24px;
      padding: 0;
      text-transform: none;
      letter-spacing: -0.006em;
      transition: color 0.4s ease; }
  .latest-news-block .cta-wrap {
    margin-top: 20px; }

#breadcrumb-holder {
  padding: 30px 0; }
  #breadcrumb-holder ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    font-size: 14px;
    line-height: 18px; }
    #breadcrumb-holder ul li.separator {
      padding: 0 5px; }

#home .block-instagram {
  padding-top: 0; }

#properties #hero, #search-results #hero {
  background: #F6F5F5;
  height: auto;
  padding: 50px 0; }
  #properties #hero .hero-search, #search-results #hero .hero-search {
    position: relative;
    top: 0;
    width: 90%;
    max-width: 1242px; }
#properties .flexible-content, #search-results .flexible-content {
  padding: 60px 0 40px 0; }

.itb_properties {
  padding: 0 0 80px 0; }
  .itb_properties .properties-sort {
    display: flex;
    justify-content: space-between;
    padding: 0 0 10px 0;
    align-items: center; }
    .itb_properties .properties-sort p.results {
      font-family: "CentraNo1-Medium", sans-serif !important; }
  .itb_properties .cta {
    display: flex;
    justify-content: center; }

.properties-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .properties-wrap .itb_properties_property {
    width: calc(50% - 15px);
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #C4BEBB; }
    .properties-wrap .itb_properties_property .image {
      margin-bottom: 20px; }
      .properties-wrap .itb_properties_property .image .owl-nav {
        position: absolute;
        left: 50%;
        bottom: 40px;
        width: 100px;
        display: flex;
        justify-content: space-between;
        transform: translateX(-50%); }
        .properties-wrap .itb_properties_property .image .owl-nav button {
          display: block;
          width: 35px;
          height: 35px;
          border-radius: 35px;
          background: #fff url("../images/icon-prop-car1-left.svg") center center no-repeat !important;
          box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.26); }
          .properties-wrap .itb_properties_property .image .owl-nav button span {
            display: none; }
          .properties-wrap .itb_properties_property .image .owl-nav button.owl-next {
            background: #fff url("../images/icon-prop-car1-right.svg") center center no-repeat !important; }
        .properties-wrap .itb_properties_property .image .owl-nav.disabled {
          display: none; }
    .properties-wrap .itb_properties_property .copy .title-price {
      display: flex;
      justify-content: space-between; }
      .properties-wrap .itb_properties_property .copy .title-price h3 {
        font-size: 18px;
        line-height: 22px;
        text-transform: none;
        padding: 0 15px 20px 0;
        letter-spacing: 0; }
      .properties-wrap .itb_properties_property .copy .title-price p.price {
        font-family: "CentraNo1-Medium", sans-serif !important;
        padding-left: 15px;
        white-space: nowrap; }

form#sort-form, form#filter-form {
  display: flex;
  align-items: center;
  box-shadow: none;
  padding: 0;
  text-align: right; }
  form#sort-form label, form#filter-form label {
    display: block;
    margin-right: 10px; }
  form#sort-form .ui-selectmenu-text, form#filter-form .ui-selectmenu-text {
    text-align: left;
    margin: 0; }

form#sort-form .ui-selectmenu-button.ui-button, form#filter-form .ui-selectmenu-button.ui-button {
  border: 1px solid #ABA2A0;
  border-radius: 0;
  padding: 5px 40px 5px 10px;
  background: url("../images/icon-dd.svg") right 10px center no-repeat; }

#property-details {
  padding-bottom: 140px;
  overflow: hidden; }
  #property-details .inner {
    max-width: 1030px;
    margin: 0 auto; }
  #property-details .car-wrap1 {
    position: relative;
    background: #f5f5f5; }
    #property-details .car-wrap1 .gallery-icon {
      position: absolute;
      bottom: 40px;
      right: calc(15% + 40px);
      width: 35px;
      height: 35px;
      border-radius: 35px;
      background: #fff url("../images/icon-prop-car1-expand.svg") center center no-repeat !important;
      box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.26);
      pointer-events: none;
      z-index: 10; }
  #property-details #sync1 .owl-nav {
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 100px;
    display: flex;
    justify-content: space-between;
    transform: translateX(-50%); }
    #property-details #sync1 .owl-nav button {
      display: block;
      width: 35px;
      height: 35px;
      border-radius: 35px;
      background: #fff url("../images/icon-prop-car1-left.svg") center center no-repeat !important;
      box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.26); }
      #property-details #sync1 .owl-nav button span {
        display: none; }
      #property-details #sync1 .owl-nav button.owl-next {
        background: #fff url("../images/icon-prop-car1-right.svg") center center no-repeat !important; }
  #property-details #sync2 {
    margin: 30px 0 0 0; }
    #property-details #sync2 .owl-item.active.current {
      position: relative; }
      #property-details #sync2 .owl-item.active.current:after {
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 4px;
        background: #68CAB8;
        position: absolute;
        bottom: 0;
        left: 0; }
    #property-details #sync2 .owl-nav {
      position: absolute;
      left: -40px;
      top: 50%;
      width: calc(100% + 80px);
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%); }
      #property-details #sync2 .owl-nav button {
        display: block;
        width: 10px;
        height: 20px;
        background: url("../images/icon-prop-car2-left.svg") center center no-repeat !important; }
        #property-details #sync2 .owl-nav button span {
          display: none; }
        #property-details #sync2 .owl-nav button.owl-next {
          background: url("../images/icon-prop-car2-right.svg") center center no-repeat !important; }
  #property-details .property-intro {
    margin: 60px 0 40px 0; }
    #property-details .property-intro .pi-row {
      justify-content: space-between; }
      #property-details .property-intro .pi-row .left {
        width: calc(60% - 15px); }
      #property-details .property-intro .pi-row .right {
        width: calc(40% - 15px);
        text-align: right; }
        #property-details .property-intro .pi-row .right .button {
          margin: 10px 0 0 0; }
      #property-details .property-intro .pi-row h1 {
        text-transform: none;
        color: #454545;
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 0; }
      #property-details .property-intro .pi-row p.price {
        font-family: "CentraNo1-Medium", sans-serif !important;
        font-size: 18px;
        line-height: 22px; }
      #property-details .property-intro .pi-row p.tel {
        font-family: "CentraNo1-Book", sans-serif !important; }
      #property-details .property-intro .pi-row:nth-child(2) {
        margin: 20px 0; }
  #property-details .pi-button {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 11px 20px 11px 50px;
    font-family: 'CentraNo1-Book', sans-serif;
    font-size: 12px;
    color: #454545;
    line-height: 1em;
    text-decoration: none;
    transition: all ease 0.4s;
    border: 1px solid rgba(70, 70, 70, 0.5);
    outline: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase; }
    #property-details .pi-button.video {
      background: url("../images/icon-prop-video.svg") left 20px center no-repeat; }
    #property-details .pi-button.virtual {
      background: url("../images/icon-prop-virtual.svg") left 20px center no-repeat; }
    #property-details .pi-button.pdf {
      padding: 11px 20px; }
    #property-details .pi-button:hover {
      background-color: rgba(70, 70, 70, 0.5);
      color: #fff; }
  #property-details .share-print {
    position: relative;
    display: flex;
    justify-content: flex-end; }
    #property-details .share-print #share-buttons {
      display: none;
      position: absolute;
      right: 0;
      bottom: -40px; }
      #property-details .share-print #share-buttons a {
        display: inline-block;
        width: 36px;
        height: 36px;
        background-image: url(../images/icon-share-facebook.svg);
        background-color: #68CAB8;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        margin-left: 10px;
        text-indent: 9999px;
        transition: background-color 0.4s ease; }
        #property-details .share-print #share-buttons a:hover {
          background-color: #299486; }
        #property-details .share-print #share-buttons a.share-email {
          background-image: url(../images/icon-share-email.svg); }
        #property-details .share-print #share-buttons a.share-linkedin {
          background-image: url(../images/icon-share-linkedin.svg); }
        #property-details .share-print #share-buttons a.share-twitter {
          background-image: url(../images/icon-share-twitter.svg); }
  #property-details .share-button {
    display: block;
    width: 26px;
    height: 26px;
    background: url("../images/icon-prop-share.svg") 0 0 no-repeat;
    text-indent: 9999px;
    margin-left: 20px; }
  #property-details .print-button {
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/icon-prop-print.svg") 0 0 no-repeat;
    text-indent: 9999px; }
  #property-details .property-overview {
    margin-bottom: 40px; }
    #property-details .property-overview .inner {
      padding: 20px 0;
      border-top: 1px solid rgba(70, 70, 70, 0.5);
      border-bottom: 1px solid rgba(70, 70, 70, 0.5);
      justify-content: space-between; }
      #property-details .property-overview .inner .item p.title {
        font-family: "CentraNo1-Medium", sans-serif !important;
        padding-bottom: 5px; }
  #property-details .property-copy {
    margin-bottom: 65px; }
    #property-details .property-copy .inner {
      column-count: 2;
      column-gap: 30px; }
  #property-details .dpe {
    margin-top: 40px; }
    #property-details .dpe h2 {
      padding: 0; }
    #property-details .dpe p.sub {
      margin-bottom: 5px; }
    #property-details .dpe figure {
      margin: 1em 0; }
  #property-details .disclaimer {
    margin: 40px 0 0 0; }
    #property-details .disclaimer p {
      font-size: 14px;
      line-height: 18px;
      padding: 0; }

/* NEWS */
#news .intro-block {
  padding: 80px 0;
  text-align: center; }
#news .news-wrap {
  background: #F6F5F5;
  padding: 60px 0; }
  #news .news-wrap .news-header {
    margin-bottom: 20px; }
    #news .news-wrap .news-header .inner {
      justify-content: space-between; }
      #news .news-wrap .news-header .inner h2 {
        padding-bottom: 0;
        align-self: flex-end; }
  #news .news-wrap .cta {
    display: flex;
    justify-content: center; }
#news .post-paging {
  margin: 30px 0; }
  #news .post-paging h2 {
    text-align: center; }
  #news .post-paging ul {
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0; }
    #news .post-paging ul li {
      margin: 0 10px; }
      #news .post-paging ul li .current {
        font-family: 'CentraNo1-Medium', sans-serif;
        color: #299486; }

.news-articles .inner, .related-news .inner {
  width: calc(100% + 30px);
  margin-left: -15px;
  flex-wrap: wrap; }
.news-articles .news-article, .related-news .news-article {
  width: calc(33.33333% - 30px);
  margin: 0 15px 50px 15px; }
  .news-articles .news-article a, .related-news .news-article a {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .news-articles .news-article a:hover h3, .related-news .news-article a:hover h3 {
      color: #299486; }
  .news-articles .news-article .copy, .related-news .news-article .copy {
    position: relative;
    background: #fff;
    width: calc(100% - 40px);
    margin: -45px 20px 0 20px;
    padding: 30px;
    flex: 1; }
    .news-articles .news-article .copy p.date, .related-news .news-article .copy p.date {
      font-family: "CentraNo1-Book", sans-serif !important;
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase;
      padding: 0 0 15px 0;
      letter-spacing: 0.08em; }
    .news-articles .news-article .copy h3, .related-news .news-article .copy h3 {
      font-family: "CentraNo1-Book", sans-serif !important;
      font-size: 20px;
      line-height: 24px;
      padding: 0;
      text-transform: none;
      letter-spacing: -0.006em;
      transition: color 0.4s ease; }

form#filter-form {
  background: transparent; }
  form#filter-form label {
    font-size: 14px;
    line-height: 18px; }

#filter-menu.ui-widget, #filter-button.ui-widget {
  font-size: 16px !important;
  line-height: 20px !important; }

.header-cta, .footer-cta {
  padding: 20px 0; }
  .header-cta ul, .footer-cta ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0; }
    .header-cta ul li a, .footer-cta ul li a {
      font-size: 14px;
      line-height: 18px;
      display: inline-flex;
      align-items: center;
      padding: 0 0 0 18px;
      background: url("../images/link-arrow-left.svg") 0 center no-repeat; }
      .header-cta ul li a.next, .footer-cta ul li a.next {
        padding: 0 18px 0 0;
        background: url("../images/link-arrow-right.svg") right center no-repeat; }

#news-single .footer-cta {
  margin: 0 0 110px 0; }
  #news-single .footer-cta ul {
    padding-top: 20px;
    border-top: 1px solid #464646; }
#news-single .news-content {
  padding: 0 0 70px 0; }
  #news-single .news-content .inner {
    max-width: 1030px;
    margin: 0 auto; }
    #news-single .news-content .inner .intro-block {
      padding: 70px 0 40px 0; }
      #news-single .news-content .inner .intro-block p.date {
        font-family: "CentraNo1-Book", sans-serif !important;
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        padding: 0 0 20px 0;
        letter-spacing: 0.08em; }
      #news-single .news-content .inner .intro-block h1 {
        font-family: "CentraNo1-Light", sans-serif !important;
        font-size: 30px;
        line-height: 36px;
        padding: 0;
        text-transform: none;
        letter-spacing: 0;
        color: #454545; }
    #news-single .news-content .inner .image {
      margin: 0 0 60px 0; }
    #news-single .news-content .inner .copy-block-news {
      margin-bottom: 60px; }
      #news-single .news-content .inner .copy-block-news.type-double .inner {
        column-count: 2;
        column-gap: 30px; }
      #news-single .news-content .inner .copy-block-news h2, #news-single .news-content .inner .copy-block-news h3 {
        font-family: "CentraNo1-Medium", sans-serif !important;
        font-size: 16px;
        line-height: 20px;
        padding: 0 0 15px 0;
        text-transform: none;
        letter-spacing: 0;
        color: #454545; }
    #news-single .news-content .inner .image-block-news {
      margin-bottom: 60px; }
      #news-single .news-content .inner .image-block-news .inner.double {
        display: flex;
        justify-content: space-between; }
        #news-single .news-content .inner .image-block-news .inner.double .image {
          width: calc(50% - 15px); }

.related-news {
  padding: 70px 0 30px 0;
  background: #F6F5F5;
  margin: 0 0 130px 0; }

/* DISTRICTS */
.districts-map {
  display: flex;
  justify-content: center;
  margin-bottom: 80px; }

.district-content, .image_copy_block {
  background: #F6F5F5;
  padding: 60px 0; }
  .district-content h2, .image_copy_block h2 {
    padding-bottom: 20px; }
  .district-content h3, .image_copy_block h3 {
    font-family: "CentraNo1-Medium", sans-serif !important;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 15px 0;
    text-transform: none;
    letter-spacing: 0;
    color: #454545; }
  .district-content .double-image, .image_copy_block .double-image {
    display: flex;
    justify-content: space-between; }
    .district-content .double-image .image, .image_copy_block .double-image .image {
      width: calc(50% - 15px); }
  .district-content .copy-wrap, .image_copy_block .copy-wrap {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0 0; }
    .district-content .copy-wrap .copy, .image_copy_block .copy-wrap .copy {
      width: calc(50% - 15px); }
      .district-content .copy-wrap .copy .ratings .rating, .image_copy_block .copy-wrap .copy .ratings .rating {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 15px 0; }
        .district-content .copy-wrap .copy .ratings .rating .title, .image_copy_block .copy-wrap .copy .ratings .rating .title {
          width: calc(40% - 10px);
          font-family: "CentraNo1-Medium", sans-serif !important; }
        .district-content .copy-wrap .copy .ratings .rating .stars, .image_copy_block .copy-wrap .copy .ratings .rating .stars {
          display: flex;
          width: calc(40% - 10px); }
          .district-content .copy-wrap .copy .ratings .rating .stars .star, .image_copy_block .copy-wrap .copy .ratings .rating .stars .star {
            display: block;
            width: 15px;
            height: 15px;
            background: url("../images/star-grey.svg") 0 0 no-repeat;
            margin: 0 5px; }
          .district-content .copy-wrap .copy .ratings .rating .stars.s2 .star:nth-child(1), .district-content .copy-wrap .copy .ratings .rating .stars.s3 .star:nth-child(1), .district-content .copy-wrap .copy .ratings .rating .stars.s4 .star:nth-child(1), .district-content .copy-wrap .copy .ratings .rating .stars.s5 .star:nth-child(1), .district-content .copy-wrap .copy .ratings .rating .stars.s6 .star:nth-child(1), .district-content .copy-wrap .copy .ratings .rating .stars.s7 .star:nth-child(1), .district-content .copy-wrap .copy .ratings .rating .stars.s8 .star:nth-child(1), .district-content .copy-wrap .copy .ratings .rating .stars.s9 .star:nth-child(1), .district-content .copy-wrap .copy .ratings .rating .stars.s10 .star:nth-child(1), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s2 .star:nth-child(1), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s3 .star:nth-child(1), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s4 .star:nth-child(1), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s5 .star:nth-child(1), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s6 .star:nth-child(1), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s7 .star:nth-child(1), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s8 .star:nth-child(1), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s9 .star:nth-child(1), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s10 .star:nth-child(1) {
            background: url("../images/star-green.svg") 0 0 no-repeat; }
          .district-content .copy-wrap .copy .ratings .rating .stars.s1 .star:nth-child(1), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s1 .star:nth-child(1) {
            background: url("../images/star-half.svg") 0 0 no-repeat; }
          .district-content .copy-wrap .copy .ratings .rating .stars.s4 .star:nth-child(2), .district-content .copy-wrap .copy .ratings .rating .stars.s5 .star:nth-child(2), .district-content .copy-wrap .copy .ratings .rating .stars.s6 .star:nth-child(2), .district-content .copy-wrap .copy .ratings .rating .stars.s7 .star:nth-child(2), .district-content .copy-wrap .copy .ratings .rating .stars.s8 .star:nth-child(2), .district-content .copy-wrap .copy .ratings .rating .stars.s9 .star:nth-child(2), .district-content .copy-wrap .copy .ratings .rating .stars.s10 .star:nth-child(2), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s4 .star:nth-child(2), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s5 .star:nth-child(2), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s6 .star:nth-child(2), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s7 .star:nth-child(2), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s8 .star:nth-child(2), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s9 .star:nth-child(2), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s10 .star:nth-child(2) {
            background: url("../images/star-green.svg") 0 0 no-repeat; }
          .district-content .copy-wrap .copy .ratings .rating .stars.s3 .star:nth-child(2), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s3 .star:nth-child(2) {
            background: url("../images/star-half.svg") 0 0 no-repeat; }
          .district-content .copy-wrap .copy .ratings .rating .stars.s6 .star:nth-child(3), .district-content .copy-wrap .copy .ratings .rating .stars.s7 .star:nth-child(3), .district-content .copy-wrap .copy .ratings .rating .stars.s8 .star:nth-child(3), .district-content .copy-wrap .copy .ratings .rating .stars.s9 .star:nth-child(3), .district-content .copy-wrap .copy .ratings .rating .stars.s10 .star:nth-child(3), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s6 .star:nth-child(3), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s7 .star:nth-child(3), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s8 .star:nth-child(3), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s9 .star:nth-child(3), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s10 .star:nth-child(3) {
            background: url("../images/star-green.svg") 0 0 no-repeat; }
          .district-content .copy-wrap .copy .ratings .rating .stars.s5 .star:nth-child(3), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s5 .star:nth-child(3) {
            background: url("../images/star-half.svg") 0 0 no-repeat; }
          .district-content .copy-wrap .copy .ratings .rating .stars.s8 .star:nth-child(4), .district-content .copy-wrap .copy .ratings .rating .stars.s9 .star:nth-child(4), .district-content .copy-wrap .copy .ratings .rating .stars.s10 .star:nth-child(4), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s8 .star:nth-child(4), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s9 .star:nth-child(4), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s10 .star:nth-child(4) {
            background: url("../images/star-green.svg") 0 0 no-repeat; }
          .district-content .copy-wrap .copy .ratings .rating .stars.s7 .star:nth-child(4), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s7 .star:nth-child(4) {
            background: url("../images/star-half.svg") 0 0 no-repeat; }
          .district-content .copy-wrap .copy .ratings .rating .stars.s9 .star:nth-child(5), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s9 .star:nth-child(5) {
            background: url("../images/star-half.svg") 0 0 no-repeat; }
          .district-content .copy-wrap .copy .ratings .rating .stars.s10 .star:nth-child(5), .image_copy_block .copy-wrap .copy .ratings .rating .stars.s10 .star:nth-child(5) {
            background: url("../images/star-green.svg") 0 0 no-repeat; }
        .district-content .copy-wrap .copy .ratings .rating .number, .image_copy_block .copy-wrap .copy .ratings .rating .number {
          width: calc(20% - 10px); }

.latest-district {
  padding-bottom: 0 !important; }
  .latest-district .inner:last-child {
    margin-top: 40px; }

/* CONTACT */
.contact-block {
  padding: 60px 0;
  background: #F6F5F5;
  margin: 0 0 70px 0; }
  .contact-block .inner {
    display: flex;
    justify-content: space-between;
    max-width: 1030px;
    margin: 0 auto; }
    .contact-block .inner .copy {
      width: calc(30% - 15px); }
      .contact-block .inner .copy p {
        line-height: 22px; }
    .contact-block .inner .contact-form {
      width: calc(70% - 15px); }
      .contact-block .inner .contact-form .form-row {
        display: flex;
        position: relative; }
        .contact-block .inner .contact-form .form-row .col-half.left {
          margin-right: 15px; }
        .contact-block .inner .contact-form .form-row .col-half.right {
          margin-left: 15px; }
        .contact-block .inner .contact-form .form-row .col-button {
          margin-left: 30px;
          display: flex;
          justify-content: flex-end;
          flex-direction: column; }
          .contact-block .inner .contact-form .form-row .col-button .wpcf7-spinner {
            display: none; }
        .contact-block .inner .contact-form .form-row label {
          display: block;
          font-size: 14px;
          line-height: 18px;
          font-family: "CentraNo1-Medium", sans-serif !important;
          padding-bottom: 5px; }
        .contact-block .inner .contact-form .form-row input[type="text"], .contact-block .inner .contact-form .form-row input[type="email"], .contact-block .inner .contact-form .form-row textarea {
          width: 100%;
          min-width: none;
          border: 0;
          outline: none;
          background: #fff;
          padding: 10px;
          margin-bottom: 10px; }
          .contact-block .inner .contact-form .form-row input[type="text"].wpcf7-not-valid, .contact-block .inner .contact-form .form-row input[type="email"].wpcf7-not-valid, .contact-block .inner .contact-form .form-row textarea.wpcf7-not-valid {
            background: #f3d3d3; }
        .contact-block .inner .contact-form .form-row textarea {
          resize: vertical;
          max-height: 140px; }
        .contact-block .inner .contact-form .form-row .wpcf7-not-valid-tip {
          display: none; }
      .contact-block .inner .contact-form .wpcf7-response-output {
        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #dc3232 !important;
        font-size: 14px;
        line-height: 18px;
        font-family: "CentraNo1-Medium", sans-serif !important; }

.form-block {
  padding: 60px 0;
  background: #F6F5F5;
  margin: 0 0 70px 0; }
  .form-block .inner {
    max-width: 1030px;
    margin: 0 auto; }

#contact .map-block {
  padding-bottom: 0; }
  #contact .map-block .inner {
    max-width: 1030px;
    margin: 0 auto; }
#contact .block-instagram {
  padding-bottom: 60px; }
  #contact .block-instagram .container {
    max-width: 1030px;
    margin: 0 auto; }

.copy-block-terms .inner {
  max-width: 820px;
  margin: 0 auto; }
.copy-block-terms h1 {
  padding-bottom: 140px;
  text-align: center; }
.copy-block-terms h2, .copy-block-terms h3 {
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  letter-spacing: 0;
  padding: 10px 0 10px 0;
  color: #454545;
  font-family: 'CentraNo1-Medium', sans-serif; }
.copy-block-terms ul, .copy-block-terms ol {
  margin: 0 0 15px 0;
  padding: 0 0 0 20px; }
  .copy-block-terms ul li, .copy-block-terms ol li {
    margin-bottom: 15px; }
  .copy-block-terms ul ul, .copy-block-terms ol ul {
    margin: 10px 0 0 0; }
    .copy-block-terms ul ul li, .copy-block-terms ol ul li {
      margin-bottom: 5px; }

#lightbox {
  position: fixed;
  top: 50% !important;
  transform: translateY(-50%); }

input::-webkit-input-placeholder {
  color: rgba(130, 114, 96, 0.75) !important; }

input:-moz-placeholder {
  color: rgba(130, 114, 96, 0.75) !important; }

/* FF 4-18 */
input::-moz-placeholder {
  color: rgba(130, 114, 96, 0.75) !important; }

/* FF 19+ */
input:-ms-input-placeholder {
  color: rgba(130, 114, 96, 0.75) !important; }

/* IE 10+ */
input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important; }

/* IE 10+ */
.wa-wrap {
  margin: 20px 0 0 0; }
  .wa-wrap .wa__button {
    width: 100%;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important; }
  .wa-wrap .wa__btn_w_icon .wa__btn_icon img {
    height: 35px;
    width: 35px; }
  .wa-wrap .wa__cs_name {
    display: none; }

/* Gravity Form Styling */
.contact-block .gform_required_legend, .form-block .gform_required_legend {
  display: none;
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0; }
.contact-block .gform_wrapper.gravity-theme .gfield_label, .form-block .gform_wrapper.gravity-theme .gfield_label {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-family: "CentraNo1-Medium", sans-serif !important;
  font-weight: normal;
  margin-bottom: 5px; }
.contact-block .gform_wrapper.gravity-theme input[type=color], .contact-block .gform_wrapper.gravity-theme input[type=date], .contact-block .gform_wrapper.gravity-theme input[type=datetime-local], .contact-block .gform_wrapper.gravity-theme input[type=datetime], .contact-block .gform_wrapper.gravity-theme input[type=email], .contact-block .gform_wrapper.gravity-theme input[type=month], .contact-block .gform_wrapper.gravity-theme input[type=number], .contact-block .gform_wrapper.gravity-theme input[type=password], .contact-block .gform_wrapper.gravity-theme input[type=search], .contact-block .gform_wrapper.gravity-theme input[type=tel], .contact-block .gform_wrapper.gravity-theme input[type=text], .contact-block .gform_wrapper.gravity-theme input[type=time], .contact-block .gform_wrapper.gravity-theme input[type=url], .contact-block .gform_wrapper.gravity-theme input[type=week], .contact-block .gform_wrapper.gravity-theme select, .contact-block .gform_wrapper.gravity-theme textarea, .form-block .gform_wrapper.gravity-theme input[type=color], .form-block .gform_wrapper.gravity-theme input[type=date], .form-block .gform_wrapper.gravity-theme input[type=datetime-local], .form-block .gform_wrapper.gravity-theme input[type=datetime], .form-block .gform_wrapper.gravity-theme input[type=email], .form-block .gform_wrapper.gravity-theme input[type=month], .form-block .gform_wrapper.gravity-theme input[type=number], .form-block .gform_wrapper.gravity-theme input[type=password], .form-block .gform_wrapper.gravity-theme input[type=search], .form-block .gform_wrapper.gravity-theme input[type=tel], .form-block .gform_wrapper.gravity-theme input[type=text], .form-block .gform_wrapper.gravity-theme input[type=time], .form-block .gform_wrapper.gravity-theme input[type=url], .form-block .gform_wrapper.gravity-theme input[type=week], .form-block .gform_wrapper.gravity-theme select, .form-block .gform_wrapper.gravity-theme textarea {
  width: 100%;
  min-width: inherit;
  border: 0;
  outline: none;
  background: #fff;
  padding: 10px;
  margin-bottom: 0; }
.contact-block .gform_wrapper.gravity-theme .gfield textarea.large, .form-block .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 200px;
  resize: vertical; }
.contact-block .gform_wrapper.gravity-theme .gfield-choice-input, .contact-block .ginput_container input[type="checkbox"], .form-block .gform_wrapper.gravity-theme .gfield-choice-input, .form-block .ginput_container input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 6px; }
.contact-block .gform_wrapper.gravity-theme .gform_footer, .contact-block .gform_wrapper.gravity-theme .gform_page_footer, .form-block .gform_wrapper.gravity-theme .gform_footer, .form-block .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0;
  padding: 0;
  justify-content: flex-end; }
.contact-block .gform_wrapper.gravity-theme .gform_footer button, .contact-block .gform_wrapper.gravity-theme .gform_footer input, .contact-block .gform_wrapper.gravity-theme .gform_page_footer button, .contact-block .gform_wrapper.gravity-theme .gform_page_footer input, .form-block .gform_wrapper.gravity-theme .gform_footer button, .form-block .gform_wrapper.gravity-theme .gform_footer input, .form-block .gform_wrapper.gravity-theme .gform_page_footer button, .form-block .gform_wrapper.gravity-theme .gform_page_footer input {
  margin: 20px 0 0 0; }
.contact-block .gform_wrapper .gfield_validation_message, .contact-block .gform_wrapper .validation_message, .form-block .gform_wrapper .gfield_validation_message, .form-block .gform_wrapper .validation_message {
  display: none; }
.contact-block .gfield_error input, .form-block .gfield_error input {
  background: #f3d3d3 !important; }
.contact-block .gform_wrapper .gform_validation_errors > h2, .form-block .gform_wrapper .gform_validation_errors > h2 {
  padding: 0; }
.contact-block .gform_wrapper .gform_validation_errors, .form-block .gform_wrapper .gform_validation_errors {
  border-radius: 0; }
.contact-block .ginput_container_consent, .form-block .ginput_container_consent {
  align-items: center;
  display: flex; }

#gform_fields_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 10px; }
  #gform_fields_2 .gfield.spacer {
    display: none; }

#field_2_1 {
  grid-area: 1/1/2/2 !important; }

#field_2_5 {
  grid-area: 1/2/4/3 !important; }

#field_2_3 {
  grid-area: 2/1/3/2 !important; }

#field_2_4 {
  grid-area: 3/1/4/2 !important; }

#form-overlay {
  background: rgba(255, 255, 255, 0.95);
  margin-top: 60px; }
  #form-overlay.as-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    margin: 0; }
    #form-overlay.as-overlay .overlay-wrap .inner {
      height: 100%;
      overflow-y: auto; }
      #form-overlay.as-overlay .overlay-wrap .inner .close {
        display: block; }
  #form-overlay .overlay-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    #form-overlay .overlay-wrap .inner {
      position: relative;
      width: 90%;
      max-width: 1030px;
      margin: 0 auto;
      padding: 30px 30px;
      background: #F6F5F5; }
      #form-overlay .overlay-wrap .inner .close {
        display: none;
        width: 26px;
        height: 26px;
        background: url("../images/icon-close.svg");
        background-size: 100%;
        text-indent: -9999px;
        overflow: hidden;
        position: absolute;
        top: 30px;
        right: 30px; }
      #form-overlay .overlay-wrap .inner .intro-copy {
        margin: 0;
        text-align: center; }
      #form-overlay .overlay-wrap .inner .form-block {
        margin: 0;
        padding: 40px 0 0 0; }

#off-market-cta-box {
  margin: 0 auto 60px auto;
  padding: 30px 30px;
  background: #F6F5F5;
  text-align: center;
  max-width: 1030px; }

.anim {
  opacity: 0; }

#mobile-menu, .mobile-only {
  display: none; }

@media only screen and (max-width: 1199px) {
  form#search-form .form-group:first-of-type, form#sort-form .form-group:first-of-type, form#filter-form .form-group:first-of-type {
    display: block; }

  form#search-form .form-type label:first-child, form#sort-form .form-type label:first-child, form#filter-form .form-type label:first-child {
    margin-bottom: 12px; }

  form#search-form .button, form#sort-form .button, form#filter-form .button {
    padding: 12px 20px 12px 36px;
    margin-top: 20px;
    min-width: 100%; }

  footer .footer-main {
    padding: 70px 0; }

  footer .image-copy .image {
    max-width: 220px;
    margin: 0 40px 0 0; }

  footer .copy-menus {
    margin-left: 40px; }

  footer .copy-menus .footer-menus {
    display: block; }

  footer .copy-menus .footer-menus ul {
    width: 100%; }

  .team-block .inner .team-member .copy-wrap {
    padding: 30px 0 0 0; }

  .team-block .inner .team-member .copy-wrap .copy {
    padding: 15px 0 0 0; } }
@media only screen and (max-width: 959px) {
  header .header-main .logo {
    max-width: 220px; }

  header .header-main .inner {
    position: relative; }

  #menu-header-menu {
    display: none; }

  a#nav-trigger {
    display: block;
    right: 0; }

  #mobile-menu {
    display: none;
    position: fixed;
    top: 130px;
    left: 50px;
    width: calc(100% - 100px);
    background: #f5f5f5;
    height: calc(100vh - 130px);
    padding: 30px 20px;
    z-index: 99;
    overflow-y: scroll; }

  #mobile-menu .wpml-ls-legacy-list-horizontal {
    border: none;
    border-bottom: 1px solid #C4BEBB;
    padding: 0 0 15px 0; }

  #mobile-menu .wpml-ls-legacy-list-horizontal > ul {
    font-family: 'CentraNo1-Book', sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase; }

  #mobile-menu .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    margin: 0 10px; }

  #mobile-menu .wpml-ls-legacy-list-horizontal .wpml-ls-item:first-child {
    margin: 0 10px 0 0; }

  #mobile-menu .wpml-ls-current-language a {
    color: #299486;
    font-family: 'CentraNo1-Medium', sans-serif; }

  #mobile-menu .wpml-ls-legacy-list-horizontal a {
    padding: 10px 0; }

  #menu-header-menu-1 {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'CentraNo1-Book', sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase; }

  #menu-header-menu-1 > li {
    border-bottom: 1px solid #C4BEBB; }

  #menu-header-menu-1 li {
    position: relative; }

  #menu-header-menu-1 > li.current_page_item > a, #menu-header-menu-1 > li.current_page_ancestor > a, .sub-menu > li.current_page_item > a, .sub-menu > li.current_page_ancestor > a {
    color: #299486;
    font-family: 'CentraNo1-Medium', sans-serif; }

  #menu-header-menu-1 li.menu-item-has-children a {
    position: relative;
    z-index: 0; }

  #menu-header-menu-1 li.menu-item-has-children > span {
    display: block;
    content: '';
    width: 36px;
    height: 36px;
    background: url("../images/icon-dropdown.svg") center center no-repeat;
    background-size: 22px 12px;
    position: absolute;
    top: 6px;
    right: 0;
    cursor: pointer;
    z-index: 5; }

  #menu-header-menu-1 li.menu-item-has-children > span.open {
    transform: rotate(-180deg); }

  #menu-header-menu-1 .sub-menu {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
    display: none; }

  #menu-header-menu-1 .sub-menu > li {
    border-bottom: 1px solid #C4BEBB; }

  #menu-header-menu-1 .sub-menu > li:first-child a {
    padding-top: 10px; }

  #menu-header-menu-1 .sub-menu > li:last-child {
    border-bottom: none; }

  #menu-header-menu-1 a {
    padding: 15px 0;
    display: block; }

  footer .footer-main {
    padding: 40px 0 40px 0; }

  footer .image-copy .image {
    max-width: 200px;
    margin: 0 30px 20px 0; }

  footer .image-copy .copy {
    max-width: 200px; }

  footer .image-copy {
    display: block;
    width: calc(40%);
    max-width: 420px;
    margin: 0; }

  footer .copy-menus {
    width: calc(50%);
    max-width: none;
    margin: 0; }

  form#search-form .form-group, form#sort-form .form-group, form#filter-form .form-group {
    margin: 0;
    width: 25%;
    padding: 0 20px; }

  form#search-form .form-group:last-of-type, form#sort-form .form-group:last-of-type, form#filter-form .form-group:last-of-type {
    margin-left: auto; }

  form#search-form, form#sort-form, form#filter-form {
    flex-wrap: wrap; }

  #property-details .property-overview .inner {
    flex-wrap: wrap;
    justify-content: flex-start; }

  #property-details .property-overview .inner .item {
    width: 25%;
    margin: 10px 0; }

  #property-details #sync2 .owl-nav {
    left: -30px;
    width: calc(100% + 60px); }

  .flexible-content .block.team-block {
    padding-bottom: 0; }

  .team-block .inner {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    justify-content: center; }

  .team-block .inner .team-member {
    width: calc(50% - 30px);
    max-width: 300px; }

  .contact-block .inner {
    display: block; }

  .contact-block .inner .copy {
    width: 100%; }

  .contact-block .inner .contact-form {
    width: 100%;
    margin-top: 30px; }

  .contact-block .inner .contact-form .form-row {
    display: block; }

  .contact-block .inner .contact-form .form-row .col-half.left, .contact-block .inner .contact-form .form-row .col-half.right {
    margin: 0; }

  .contact-block .inner .contact-form .form-row .col-button {
    width: 100%;
    margin: 0 0 20px 0;
    display: block; } }
@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block; }

  .desktop-only {
    display: none; }

  h1, #news-single .news-content .inner .intro-block h1 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.021em;
    padding-bottom: 30px; }

  h2 {
    font-size: 18px;
    line-height: 22px; }

  .subtitle, p.large {
    font-size: 16px;
    line-height: 20px; }

  .icon {
    width: 30px;
    height: 40px;
    background-size: 30px 40px;
    margin: 0 auto 30px auto; }

  .img-fluid {
    width: 100%;
    height: auto; }

  body {
    padding: 0;
    font-size: 15px;
    line-height: 19px; }

  header {
    width: 100%; }

  header .header-top {
    display: none; }

  header .header-main .inner {
    height: 60px; }

  header .header-main .logo {
    width: 220px; }

  a#nav-trigger {
    right: 0; }

  #mobile-menu {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    height: calc(100vh - 60px);
    padding: 30px 20px;
    z-index: 99;
    overflow-y: scroll; }

  footer .flex {
    flex-wrap: wrap; }

  footer .footer-main {
    padding: 30px 0; }

  footer .image-copy {
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    max-width: none; }

  footer .image-copy .image {
    margin: 0 15px 0 0;
    max-width: none;
    width: calc(50% - 15px); }

  footer .image-copy .copy {
    margin: 0 0 0 15px;
    max-width: none;
    width: calc(50% - 15px); }

  footer .copy-menus {
    margin-left: 0;
    width: calc(100% - 162px); }

  footer .copy-menus .footer-menus {
    width: 50%; }

  footer ul#menu-footer-menu, footer ul#menu-footer-menu-2 {
    margin: 0 2% 0 0; }

  footer ul#socials {
    margin: 20px 0 0 0; }

  footer .footer-bottom {
    padding: 20px 0; }

  .page-content {
    padding-top: 60px; }

  form#search-form, form#sort-form, form#filter-form, form#search-form .search-wrap {
    flex-direction: column; }

  form#search-form .form-group, form#sort-form .form-group, form#filter-form .form-group {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #C4BEBB;
    padding: 0 0 12px 0;
    margin: 0 0 12px 0; }

  form#search-form .form-group:first-of-type, form#sort-form .form-group:first-of-type, form#filter-form .form-group:first-of-type {
    border-bottom: 1px solid #C4BEBB;
    padding-bottom: 15px; }

  form#search-form .form-type, form#sort-form .form-type, form#filter-form .form-type {
    justify-content: flex-start; }

  form#search-form .form-group:first-of-type {
    display: flex; }

  form#search-form .search-wrap .form-group:last-of-type {
    border-left: none;
    padding-left: 0;
    border-bottom: 1px solid #C4BEBB;
    padding-bottom: 12px; }

  form#search-form .form-type label:first-child {
    margin-bottom: 0 !important; }

  #hero, #properties #hero, #search-results #hero {
    height: auto;
    padding: 70px 50px 90px 50px; }

  #hero .hero-search, #properties #hero .hero-search, #search-results #hero .hero-search {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    transform: none; }

  #page-hero .inner {
    height: 200px; }

  .flexible-content {
    padding: 50px 0; }

  .flexible-content .block {
    padding-bottom: 50px; }

  .container {
    padding: 0 20px; }

  #breadcrumb-holder {
    padding: 20px 0 0 0; }

  #breadcrumb-holder ul {
    flex-wrap: wrap; }

  .copy-block .inner {
    max-width: 90%; }

  .cta-block {
    padding: 30px 0 0 0; }

  .cta-block .cta {
    margin-bottom: 0; }

  .cta-block .copy-wrap {
    margin: -40px 7% 0 7%;
    padding: 20px; }

  .cta-block .inner.cta-1 .copy-wrap {
    margin-top: -40px; }

  .cta-block .inner.cta-1 .copy {
    column-count: 1;
    column-gap: 0; }

  .cta-block .inner.cta-2, .cta-block .inner.cta-3 {
    flex-direction: column; }

  .cta-block .inner.cta-2 .cta, .cta-block .inner.cta-3 .cta {
    width: 100%;
    margin-bottom: 30px; }

  .cta-block .inner.cta-2 .cta:last-child, .cta-block .inner.cta-3 .cta:last-child {
    margin-bottom: 0; }

  .latest-block {
    padding: 50px 0; }

  .latest-block .owl-item {
    opacity: 1; }

  .block-instagram {
    padding: 20px 0 70px 0; }

  .block-instagram .inner {
    padding: 0; }

  .block-instagram .inner #sb_instagram {
    margin: 0; }

  #property-details {
    padding: 0 0 50px 0; }

  #property-details .itb_properties {
    padding-bottom: 0; }

  .property-carousel {
    margin: 20px 0 0 0; }

  #sync2 {
    display: none; }

  #property-details .property-intro {
    margin: 30px 0 30px 0; }

  #property-details .property-intro .pi-row.last .right {
    display: flex; }

  #property-details .property-intro .pi-row h1 {
    font-size: 24px;
    line-height: 28px; }

  #property-details .property-intro .pi-row p.price {
    font-size: 16px;
    line-height: 20px; }

  #property-details .property-overview .inner {
    flex-direction: column; }

  #property-details .property-overview .inner .item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0; }

  #property-details .property-overview .inner .item p {
    width: calc(50% - 15px); }

  #property-details #sync1 .owl-nav {
    bottom: 20px; }

  #property-details .car-wrap1 .gallery-icon {
    bottom: 20px;
    right: 20px; }

  #property-details .car-wrap1 {
    padding: 0; }

  #property-details .property-intro .pi-row .left {
    width: 100%; }

  #property-details .property-copy .inner {
    column-count: 1;
    column-gap: 0; }

  #property-details .property-intro .pi-row {
    display: block; }

  #property-details .property-intro .pi-row.last .right {
    display: block; }

  #property-details .property-intro .pi-row .right .button {
    margin: 10px 0; }

  #property-details .share-print {
    display: flex;
    margin: 15px 0 50px 0;
    justify-content: flex-start; }

  .districts-map {
    padding: 0 20px;
    margin-bottom: 50px; }

  .district-content, .image_copy_block {
    padding: 60px 20px; }

  .district-content .copy-wrap, .image_copy_block .copy-wrap {
    display: block;
    margin: 0; }

  .district-content .copy-wrap .copy, .image_copy_block .copy-wrap .copy {
    width: 100%;
    margin: 20px 0 0 0; }

  #properties #hero {
    padding: 50px; }

  #properties #hero .hero-search {
    width: 100%; }

  #property-details .property-intro .pi-row .right {
    width: 100%;
    text-align: left; }

  .team-block .inner .team-member .copy-wrap {
    padding: 20px 0 0 0; }

  #news .intro-block {
    padding: 50px 0 30px 0; }

  #news .news-wrap {
    background: #F6F5F5;
    padding: 40px 0 10px 0;
    margin-bottom: 30px; }

  #news-single .news-content .inner .intro-block {
    padding: 30px 0 20px 0; }

  #news-single .news-content .inner .image, #news-single .news-content .inner .copy-block-news, #news-single .news-content .inner .image-block-news {
    margin: 0 0 30px 0; }

  #news-single .news-content .inner .copy-block-news.type-double .inner {
    column-count: 1;
    column-gap: 0; }

  #news-single .news-content {
    padding: 0 0 30px 0; }

  #news-single .footer-cta {
    margin: 0 0 30px 0; }

  .related-news {
    padding: 30px 0 30px 0;
    margin: 0 0 40px 0; }

  #news-single .news-content .inner .image-block-news .inner.double .image {
    width: calc(50% - 7px); }

  .news-articles .inner, .related-news .inner {
    width: 100%;
    margin-left: 0;
    display: block; }

  .news-articles .news-article, .related-news .news-article {
    width: 100%;
    margin: 0 0 30px 0; }

  .news-articles .news-article .copy, .related-news .news-article .copy {
    padding: 20px; }

  #contact .flexible-content .block.copy-block {
    padding-bottom: 10px; }

  #contact .contact-block {
    padding: 40px 0;
    margin: 0 0 40px 0; }

  #contact .map-block {
    padding-bottom: 40px; }

  #contact .map-block .acf-map {
    height: 300px !important; }

  #contact .block-instagram {
    padding-bottom: 0; }

  #gform_fields_2 {
    display: block; }

  .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 10px; }

  #form-overlay.as-overlay .overlay-wrap .inner {
    padding-bottom: 100px; } }
@media only screen and (max-width: 500px) {
  footer .footer-bottom .flex {
    display: block;
    text-align: center; }

  footer .footer-bottom .flex ul:before {
    display: none;
    margin: 0; }

  footer .footer-bottom .flex ul {
    justify-content: center;
    margin: 10px 0 0 0; }

  footer .image-copy {
    display: block; }

  footer .image-copy .image {
    margin: 0 0 30px 0;
    width: 100%; }

  footer .image-copy .copy {
    margin: 0 0 0 0;
    width: 100%; }

  footer .copy-menus {
    width: 100%;
    padding: 0 15px 0 0; }

  footer .copy-menus .footer-menus {
    display: block;
    width: 100%; }

  footer .copy-menus .footer-menus ul {
    width: 100%; }

  .properties-wrap {
    display: block; }

  .properties-wrap .itb_properties_property {
    width: 100%; }

  #property-details .property-intro .pi-row .left {
    width: 100%; }

  #property-details .property-copy .inner {
    column-count: 1;
    column-gap: 0; }

  #property-details .property-intro .pi-row {
    display: block; }

  #property-details .property-intro .pi-row.last .right {
    display: block; }

  #property-details .property-intro .pi-row .right .button {
    margin: 10px 0; }

  #property-details .share-print {
    display: flex;
    margin: 15px 0 50px 0;
    justify-content: flex-start; }

  .district-content .double-image, .image_copy_block .double-image {
    display: block; }

  .district-content .double-image .image, .image_copy_block .double-image .image {
    width: 100%;
    margin-bottom: 20px; }

  .district-content .double-image .image:last-child, .image_copy_block .double-image .image:last-child {
    margin-bottom: 0; }

  .team-block .inner .team-member {
    width: 100%; } }
@media only screen and (min-width: 1024px) and (max-height: 1099px) {
  .car-wrap1 {
    padding: 0 20%; } }
