<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @global
 * Globally used variables
 */
/**
 * @colours
 * Colour palette main
 */
/**
 * @file
 * Main Style.
 */
body {
  margin: 0;
  padding: 0;
}

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

a img {
  border: 0;
}

article[role=article] footer {
  max-width: 1115px;
  margin: 12px auto;
  font-size: 0.9em;
  background-color: #2f864c;
  padding: 12px;
  border-radius: 10px;
  color: #fff;
}
article[role=article] footer a {
  color: #fff;
  font-weight: 700;
}

[hidden] {
  display: none;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[data-whatintent=mouse] *,
[data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&amp;medium=40em&amp;large=64em&amp;xlarge=75em&amp;xxlarge=90em";
}

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

#block-search-sanctuary {
  display: none;
}

.coh-page-builder-enabled #scrollToTopButton,
.ssa-page-builder-enabled #scrollToTopButton,
.coh-layout-canvas-settings-open #scrollToTopButton,
.toolbar-tray-open #scrollToTopButton {
  display: none !important;
}

.coh-wysiwyg img {
  border-radius: 10px;
}

.skip-link {
  display: block;
  padding: 12px 24px;
  background-color: #fff;
  color: #065154;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-200%);
  border: 2px solid #25535B;
  z-index: 10000;
}
.skip-link:focus {
  transform: translateY(0);
}

.location-selection-btn {
  border: 2px solid transparent;
}
.location-selection-btn.england:focus, .location-selection-btn.england:focus-visible {
  outline: 0;
  border-color: #115560;
}
.location-selection-btn.scotland:focus, .location-selection-btn.scotland:focus-visible {
  outline: 0;
  border-color: #385180;
}

@media (min-width: 1170px) {
  article[role=article] footer {
    max-width: 1115px;
  }
  article[role=article] article.align-left,
article[role=article] article.align-right {
    max-width: 50%;
  }

  article.align-left,
article.align-right,
article.align-center {
    box-sizing: border-box;
  }
  article.align-left img,
article.align-right img,
article.align-center img {
    display: block;
    margin-bottom: 12px;
  }

  article.align-left {
    padding-right: 24px;
    margin-right: 24px;
  }

  article.align-right {
    padding-left: 24px;
    margin-left: 24px;
  }

  article.align-center {
    padding: 0;
  }
  article.align-center img {
    margin: 0 auto 12px auto;
  }
}
@media (min-width: 1400px) {
  article[role=article] footer {
    max-width: 1285px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  article[role=article] footer {
    margin: 12px;
  }
  article[role=article] article.align-left {
    max-width: 50%;
    padding-right: 24px;
    box-sizing: border-box;
  }
  article[role=article] article.align-left img {
    display: block;
  }
  article[role=article] article.align-right {
    max-width: 50%;
    padding-left: 24px;
    box-sizing: border-box;
  }
  article[role=article] article.align-right img {
    display: block;
  }
}
@media (max-width: 1024px) {
  article[role=article] footer {
    margin: 12px;
  }
  article[role=article] article.align-left,
article[role=article] article.align-right {
    float: none;
    padding: 12px 0;
  }
  article[role=article] article.align-left img,
article[role=article] article.align-right img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .location-selection-btn {
    width: 100%;
  }
}
/**
 * @file
 * Main Style.
 */
.master-template-header {
  position: relative;
}

.site-brand {
  padding: 12px;
}
.site-brand a {
  display: block;
  position: relative;
  margin-right: 24px;
  color: #fff;
}
.site-brand a img {
  display: block;
  width: 172px;
  height: 38px;
}
.site-brand a:focus-visible::after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: 5px;
  background-color: #25535B;
}

@media (min-width: 1170px) {
  .master-template-header {
    height: auto;
  }

  .btn-search-mobile,
.btn-menu-toggle {
    display: none;
  }

  .site-brand {
    position: absolute;
    top: 40px;
    padding-left: 36px;
  }
}
@media (max-width: 1169px) {
  .master-template-header {
    min-height: 52px;
    overflow: visible;
  }

  .site-brand {
    float: left;
    height: 27px;
  }
  .site-brand a {
    width: 120px;
  }
  .site-brand a img {
    display: block;
    width: 120px;
    height: 27px;
  }

  .nav-location-switcher {
    background-color: #fff;
    border-radius: 8px;
    margin: 0 0 12px 0;
  }
  .nav-location-switcher a {
    display: inline-block;
    padding: 14px;
    color: #065154;
  }

  .btn-search-mobile,
.btn-menu-toggle {
    display: block;
    position: absolute;
    top: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Euclid", sans-serif;
    font-size: 1em;
    border: 0;
    padding: 12px 12px 12px 28px;
    margin: 0;
    line-height: 20px;
    cursor: pointer;
    color: #222221;
    outline: 0;
    background-position: 10px 50%;
    background-image: url("../images/icon-menu-black.svg");
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-color: transparent;
  }
  .btn-search-mobile:focus-visible,
.btn-menu-toggle:focus-visible {
    background-color: #a8d2d4;
  }

  .btn-menu-toggle {
    top: 10px;
    right: 12px;
    background-color: #a8d2d4;
    color: #065154;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    padding: 5px 5px 6px 24px;
    border: 2px solid transparent;
    outline: 0;
    transition: all 0.15s ease;
    display: block;
    font-weight: bold;
    background-position: 4px 50%;
    margin-right: 12px;
  }
  .btn-menu-toggle:hover {
    text-decoration: none;
  }

  .btn-search-mobile {
    right: 90px;
    font-weight: bold;
    color: #187988;
    background-position: 10px 48%;
    background-image: url("../images/icon-search-teal.svg");
    background-repeat: no-repeat;
    background-size: 12px auto;
  }

  .menu-open .btn-menu-toggle {
    background-image: url("../images/icon-close-black.svg");
  }
}
@media (max-width: 564px) {
  .btn-search-mobile,
.btn-menu-toggle {
    position: static;
  }
}
/**
 * @file
 * Top menu
 */
.top-nav-wrap .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-nav-wrap .menu .menu-item {
  position: relative;
  white-space: nowrap;
  margin: 0;
}
.top-nav-wrap .menu .menu-item &gt; a:hover, .top-nav-wrap .menu .menu-item &gt; a:focus-visible, .top-nav-wrap .menu .menu-item &gt; button:hover, .top-nav-wrap .menu .menu-item &gt; button:focus-visible {
  text-decoration: underline;
  background-color: #a8d2d4 !important;
}
.top-nav-wrap .menu .menu-item a:focus-visible, .top-nav-wrap .menu .menu-item button:focus-visible {
  outline: 1px solid black !important;
  outline-offset: -1px;
}
.top-nav-wrap .menu .menu {
  display: none;
}
.top-nav-wrap .menu .top-dropdown-open .menu {
  display: block;
}
.top-nav-wrap &gt; .menu &gt; .menu-item.menu-item--expanded .menu .menu-item a:hover, .top-nav-wrap &gt; .menu &gt; .menu-item.menu-item--expanded .menu .menu-item a:focus-visible,
.top-nav-wrap &gt; .menu &gt; .menu-item.menu-item--expanded .menu .menu-item button:hover,
.top-nav-wrap &gt; .menu &gt; .menu-item.menu-item--expanded .menu .menu-item button:focus-visible {
  background-color: #d4e9ea !important;
  text-decoration: underline;
}
.top-nav-wrap &gt; .menu &gt; .menu-item.menu-item--expanded .menu .menu-item.menu-item--active-trail {
  background-color: #d4e9ea !important;
  text-decoration: underline;
}
.top-nav-wrap &gt; .menu &gt; .menu-item.menu-item--active-trail &gt; a, .top-nav-wrap &gt; .menu &gt; .menu-item.menu-item--active-trail &gt; button {
  text-decoration: underline;
  background-color: #a8d2d4 !important;
}

.location-cont-mobile {
  display: none;
}

html:not(.js) .menu-item--expanded:hover .menu {
  display: block;
}

.nav-location-switcher a {
  text-underline-offset: 0.35em;
}

@media (min-width: 1170px) {
  .nav-location-switcher {
    padding-left: 24px;
  }
  .nav-location-switcher a {
    padding: 6px 12px;
    line-height: 28px;
    font-size: 1em;
    margin: 0;
    outline: 0;
    text-underline-offset: 0.35em;
  }
  .nav-location-switcher a:hover, .nav-location-switcher a:focus-visible {
    background-color: #a8d2d4;
    outline: 1px solid black !important;
    outline-offset: 1px;
  }

  .top-nav-wrap {
    height: 40px;
    background-color: #f6f6f6;
    display: flex;
    justify-content: space-between;
    font-size: 0.96em;
    padding-right: 24px;
  }
  .top-nav-wrap &gt; .menu {
    display: flex;
    justify-self: flex-end;
    margin-left: auto;
  }
  .top-nav-wrap &gt; .menu &gt; .menu-item {
    margin: 0 0 0 12px;
  }
  .top-nav-wrap &gt; .menu &gt; .menu-item &gt; a, .top-nav-wrap &gt; .menu &gt; .menu-item &gt; button {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    color: #222221;
    border: 0;
    padding: 6px 12px;
    line-height: 28px;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    background-image: none;
    font-size: 1em;
    font-family: "Poppins", sans-serif;
  }
  .top-nav-wrap &gt; .menu &gt; .menu-item.menu-item--expanded &gt; a, .top-nav-wrap &gt; .menu &gt; .menu-item.menu-item--expanded &gt; button {
    padding-right: 24px;
    background-image: url("../images/chevron-down-teal.svg");
    background-position: 95% 50%;
    background-size: 8px auto;
    background-repeat: no-repeat;
  }
  .top-nav-wrap &gt; .menu &gt; .menu-item.menu-item--expanded.top-dropdown-open {
    background-color: #a8d2d4;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  .top-nav-wrap &gt; .menu &gt; .menu-item.menu-item--expanded.top-dropdown-open &gt; a, .top-nav-wrap &gt; .menu &gt; .menu-item.menu-item--expanded.top-dropdown-open &gt; span {
    background-image: url("../images/chevron-up-teal.svg");
  }
  .top-nav-wrap &gt; .menu .menu {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    margin: 0;
    min-width: 110%;
    background-color: #a8d2d4;
    padding: 6px 0;
  }
  .top-nav-wrap &gt; .menu .menu a {
    display: block;
    padding: 6px 12px;
    text-decoration: none;
    color: #222221;
  }
  .top-nav-wrap &gt; .menu .menu a:hover {
    text-decoration: underline;
  }
  .top-nav-wrap .menu-item:last-child .menu {
    left: auto;
    right: 0;
  }
  .top-nav-wrap .gtranslate_wrapper {
    padding: 1px;
    margin-left: 24px;
  }
  .top-nav-wrap .gtranslate_wrapper .gt_switcher {
    font-family: "Poppins", sans-serif;
  }
  .top-nav-wrap .gtranslate_wrapper .gt_switcher .gt_selected {
    box-shadow: none;
    height: 32px;
    border: 0;
    color: #010101;
    background: transparent !important;
  }
  .top-nav-wrap .gtranslate_wrapper .gt_switcher .gt_selected &gt; a {
    line-height: 32px;
    border: none;
    font-size: 17px;
    display: flex;
    align-items: center;
  }
  .top-nav-wrap .gtranslate_wrapper .gt_switcher .gt_selected &gt; a:after {
    padding-left: 14px;
    background-image: url("../images/chevron-down-teal.svg") !important;
    background-size: 8px auto !important;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    transform-origin: center;
    top: 52%;
  }
  .top-nav-wrap .gtranslate_wrapper .gt_switcher .gt_selected &gt; a:hover {
    background-color: #a8d2d4;
  }
  .top-nav-wrap .gtranslate_wrapper .gt_switcher .gt_selected &gt; a.open:after {
    top: 30%;
  }
  .top-nav-wrap .gtranslate_wrapper .gt_switcher .gt_selected &gt; a img {
    margin-right: 6px;
    margin-bottom: 3px;
  }
  .top-nav-wrap .gtranslate_wrapper .gt_switcher .gt_option {
    font-size: 13px;
    margin-top: 4px;
    background-color: #fff;
  }
  .top-nav-wrap .gtranslate_wrapper .gt_switcher .gt_option a {
    padding: 1px 6px;
    margin: 5px;
  }
  .top-nav-wrap .gtranslate_wrapper .gt_switcher .gt_option a:hover {
    background-color: #3875d7 !important;
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
  }
}
@media (max-width: 1169px) {
  .top-nav-wrap {
    clear: both;
    padding: 12px;
    background-color: #f6f6f6;
    display: none;
    width: 100%;
    max-width: 480px;
    margin: 0 0 0 auto;
    order: 1;
  }
  .top-nav-wrap .menu .menu-item a,
.top-nav-wrap .menu .menu-item button {
    display: block;
    padding: 12px 24px 12px 12px;
    color: #065154;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: 0;
    margin: 0;
    outline: 0;
    font-size: 1.1em;
    font-family: "Poppins", sans-serif;
  }
  .top-nav-wrap .menu .menu-item a:focus-visible,
.top-nav-wrap .menu .menu-item button:focus-visible {
    font-weight: bold;
  }
  .top-nav-wrap .menu .menu-item.menu-item--expanded &gt; a, .top-nav-wrap .menu .menu-item.menu-item--expanded &gt; button {
    background-color: transparent;
    background-image: url("../images/chevron-down-teal.svg");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 8px auto;
  }
  .top-nav-wrap .menu .menu-item.top-dropdown-open {
    background-color: #fff;
    border-radius: 8px;
  }
  .top-nav-wrap .menu .menu-item.top-dropdown-open &gt; a, .top-nav-wrap .menu .menu-item.top-dropdown-open &gt; span {
    background-image: url("../images/chevron-up-teal.svg");
  }
  .top-nav-wrap .menu .menu {
    padding-left: 12px;
  }
  .top-nav-wrap .menu .menu a,
.top-nav-wrap .menu .menu span {
    background-image: none;
  }
  .top-nav-wrap .gtranslate_wrapper .gt_switcher .gt_selected {
    z-index: auto;
  }
  .top-nav-wrap .nav-location-switcher {
    display: none;
  }

  .menu-open .top-nav-wrap, .menu-open .location-cont-mobile {
    display: block;
  }

  .location-cont-mobile {
    display: none;
    padding: 12px;
    background-color: #f6f6f6;
    width: 100%;
    max-width: 480px;
    margin: 0 0 0 auto;
  }
  .location-cont-mobile .nav-location-switcher {
    margin: 0;
  }
}
/**
 * @file
 * Main Style.
 */
.region-we-mega-menu {
  background-color: #fff;
}

.main-nav {
  display: block;
}

.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu .menu-item {
  margin: 0;
  padding: 0;
}
.main-menu .menu-item a:focus-visible, .main-menu .menu-item button:focus-visible {
  outline: 1px solid black !important;
  outline-offset: 1px;
}
.main-menu .menu-item &gt; button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: 0;
  font-family: "Euclid", sans-serif;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.15s ease;
  outline: none;
}
.main-menu .menu-item.menu-item-dropdown &gt; button {
  background-size: 10px auto;
  background-repeat: no-repeat;
}
.main-menu .menu-item.menu-item-dropdown.main-dropdown-open .sub-menu-wrap {
  display: block;
}

.sub-menu-wrap {
  display: none;
  background-color: #a8d2d4;
}

.sub-menu {
  list-style: none;
  margin: 0;
  padding: 12px 12px 1px 12px;
  border-radius: 0 0 8px 8px;
}
.sub-menu .sub-item {
  margin-bottom: 12px;
}
.sub-menu .sub-item &gt; a, .sub-menu .sub-item &gt; button {
  display: block;
  padding: 12px;
  text-decoration: none;
  background-color: #187988;
  color: #fff;
  border-radius: 8px;
  margin: 0;
  border: 0;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Euclid", sans-serif;
  font-size: 1em;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.15s ease;
  outline: none;
}
.sub-menu .sub-item &gt; a:hover, .sub-menu .sub-item &gt; a:focus-visible, .sub-menu .sub-item &gt; button:hover, .sub-menu .sub-item &gt; button:focus-visible {
  background-color: #a8d2d4;
  text-decoration: underline;
}
.sub-menu .sub-item &gt; a.sub-item-title:hover, .sub-menu .sub-item &gt; a.sub-item-title:focus-visible, .sub-menu .sub-item &gt; button.sub-item-title:hover, .sub-menu .sub-item &gt; button.sub-item-title:focus-visible {
  background-color: transparent;
  text-decoration: underline;
}
.sub-menu .sub-item.menu-item--active-trail &gt; a, .sub-menu .sub-item.menu-item--active-trail &gt; button {
  background-color: #a8d2d4;
  text-decoration: underline;
}

.sub-sub-menu {
  display: none;
  margin: 0;
  padding: 12px;
  list-style: none;
  background-color: #a8d2d4;
}

.sub-sub-item a,
.sub-sub-item button {
  display: block;
  padding: 12px;
  text-decoration: none;
  background-color: #187988;
  color: #fff;
  border-radius: 8px;
  margin: 0;
  border: 0;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Euclid", sans-serif;
  font-size: 1em;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font-weight: bold;
  transition: background-color 0.15s ease;
  outline: none;
}
.sub-sub-item a:hover, .sub-sub-item a:focus-visible,
.sub-sub-item button:hover,
.sub-sub-item button:focus-visible {
  background-color: #25535B;
  text-decoration: underline;
}
.sub-sub-item a.sub-sub-title:hover, .sub-sub-item a.sub-sub-title:focus-visible,
.sub-sub-item button.sub-sub-title:hover,
.sub-sub-item button.sub-sub-title:focus-visible {
  background-color: transparent;
  text-decoration: underline;
}
.sub-sub-item.menu-item--active-trail a,
.sub-sub-item.menu-item--active-trail button {
  background-color: #25535B;
  text-decoration: underline;
}

button.btn-sub-sub-back {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 12px 12px 12px 24px;
  text-decoration: none;
  color: #065154;
  margin: 0 0 12px 0;
  border: 0;
  font-family: "Euclid", sans-serif;
  font-size: 1em;
  line-height: 1.4;
  box-sizing: border-box;
  width: auto;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  border-radius: 6px;
  background-color: #a8d2d4;
  background-image: url("../images/chevron-left-teal.svg");
  background-position: 6px 50%;
  background-size: 16px auto;
  background-repeat: no-repeat;
}
button.btn-sub-sub-back:hover {
  color: #fff;
  background-color: #25535B;
  background-image: url("../images/chevron-left-white.svg");
}
button.btn-sub-sub-back:focus-visible {
  outline: 2px solid #fff;
  color: #fff;
  background-color: #25535B;
  background-image: url("../images/chevron-left-white.svg");
}

.link-box {
  display: block;
  padding: 12px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
  color: #065154;
  text-decoration: none;
  outline: none;
}
.link-box .link-title {
  font-size: 1.1em;
  margin-bottom: 6px;
  font-family: "Euclid", sans-serif;
}
.link-box .link-desc {
  font-size: 0.9em;
  color: #222221;
  margin-bottom: 6px;
}
.link-box .link-cta {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0;
  display: inline-block;
  padding-right: 12px;
  background-image: url("../images/chevron-right-teal.svg");
  background-size: 4px auto;
  background-repeat: no-repeat;
  background-position: 100% 6px;
}
.link-box:focus-within {
  background-color: #a8d2d4;
}

.housing-theme .main-menu .menu-item .main-nav-search {
  background-color: #419b4b;
}
.housing-theme .main-menu .menu-item .main-nav-search:hover {
  background-color: #2f864c;
}

html:not(.js) .menu-item-dropdown:hover .sub-menu-wrap {
  display: block;
}
html:not(.js) .menu-item-dropdown:hover .sub-menu-wrap .menu-item-dropdown:hover .sub-sub-menu {
  display: flex;
}

@media (min-width: 1170px) {
  .main-menu {
    padding: 0 0 0 260px;
    margin: 0 0 0 auto;
    max-width: 1380px;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
  }
  .main-menu .menu-item {
    margin: 0 0 0 24px;
  }
  .main-menu .menu-item.menu-item--active-trail .main-menu-top-btn {
    background-color: #f6f6f6;
    color: #065154;
    text-decoration: underline;
  }
  .main-menu .menu-item .main-menu-top-btn {
    padding: 14px 24px 18px 24px;
    line-height: 28px;
    border-radius: 8px 8px 0 0;
    font-size: 1em;
    margin-top: 4px;
    color: #010101;
    text-decoration: none;
    display: block;
    background-color: #fff;
    background-image: none;
  }
  .main-menu .menu-item .main-menu-top-btn:hover, .main-menu .menu-item .main-menu-top-btn:focus-visible {
    background-color: #f6f6f6;
    color: #065154;
    text-decoration: underline;
  }
  .main-menu .menu-item .main-menu-top-btn.nav-back {
    color: #187988;
    padding-left: 18px;
    background-image: url("../images/chevron-left-teal-light.svg");
    background-repeat: no-repeat;
    background-position: left top 16px;
    background-size: 22px;
  }
  .main-menu .menu-item a.main-menu-top-btn {
    padding: 16px 24px 16px 24px;
  }
  .main-menu .menu-item .main-nav-search {
    color: #fff;
    border-radius: 0;
    padding: 14px 42px 14px 58px;
    line-height: 36px;
    height: 100%;
    font-weight: bold;
    margin: 0;
    font-size: 1em;
    background-image: url("../images/icon-search-white.svg");
    background-color: #187988;
    background-position: 32px 48%;
    background-repeat: no-repeat;
    background-size: 16px auto;
  }
  .main-menu .menu-item .main-nav-search:hover, .main-menu .menu-item .main-nav-search:focus {
    background-color: #25535B;
  }
  .main-menu .menu-item:hover .main-menu-top-btn, .main-menu .menu-item:focus .main-menu-top-btn {
    background-color: #f6f6f6;
  }
  .main-menu .menu-item.menu-item-dropdown .main-menu-top-btn {
    padding-right: 18px;
    background-image: url("../images/chevron-down-black.svg");
    background-position: right 46%;
  }
  .main-menu .menu-item.menu-item-dropdown.main-dropdown-open .main-menu-top-btn {
    background-color: #f6f6f6;
    background-image: url("../images/chevron-up-black.svg");
    text-decoration: underline;
  }

  .sub-menu .sub-item &gt; a, .sub-menu .sub-item &gt; button {
    background-color: #fff;
    color: #065154;
  }
  .sub-menu .sub-item:nth-child(1) .sub-sub-menu {
    border-top-left-radius: 0;
  }

  .sub-menu-wrap {
    position: absolute;
    z-index: 90;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 12px 0;
    background-color: #f6f6f6;
    border-radius: 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  }

  .sub-menu-container {
    margin: 0 auto;
    max-width: 1170px;
    display: flex;
  }

  .sub-menu {
    box-sizing: border-box;
    flex: 0 0 75%;
    padding: 0 0.9375rem;
    position: relative;
  }

  .sub-item {
    width: 33.33333%;
    padding-right: 12px;
    box-sizing: border-box;
  }
  .sub-item a.sub-item-title {
    font-size: 1.4em;
    background-color: transparent;
    color: #065154;
    padding: 12px 0 6px 6px;
    height: 48px;
  }
  .sub-item.menu-item-dropdown &gt; a, .sub-item.menu-item-dropdown &gt; button {
    padding-right: 24px;
    background-image: url("../images/chevron-right-teal.svg");
    background-size: 6px auto;
    background-position: 96% 50%;
    background-repeat: no-repeat;
  }
  .sub-item.menu-item-dropdown.sub-dropdown-open {
    padding-right: 0;
    border-radius: 8px 0 0 8px;
  }
  .sub-item.menu-item-dropdown.sub-dropdown-open &gt; a, .sub-item.menu-item-dropdown.sub-dropdown-open &gt; button {
    padding-right: 24px;
    border-radius: 8px 0 0 8px;
    background-image: none;
    background-color: #a8d2d4;
    text-decoration: underline;
  }

  .sub-sub-menu {
    position: absolute;
    margin: 0;
    top: 0;
    left: 33.75%;
    display: none;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    width: 66.66667%;
    background-color: #a8d2d4;
    padding: 6px 18px 18px 18px;
    border-radius: 8px;
    box-sizing: border-box;
  }
  .sub-sub-menu .sub-sub-item {
    padding: 6px;
    flex: 0 0 50%;
    display: flex;
    box-sizing: border-box;
  }
  .sub-sub-menu .sub-sub-item:nth-of-type(2) {
    flex: 1 0 100%;
  }
  .sub-sub-menu .sub-sub-item:nth-of-type(2) .sub-sub-title {
    background-color: transparent;
    color: #065154;
    font-size: 1.1em;
    padding: 6px 0 1px 4px;
  }

  .sub-dropdown-open .sub-sub-menu {
    display: flex;
  }

  button.btn-sub-sub-back {
    display: none;
  }

  .featured-links {
    box-sizing: border-box;
    flex: 0 0 25%;
    padding: 0 0.9375rem 1px 0.9375rem;
  }

  .link-box {
    padding: 20px;
  }
  .link-box .link-title {
    font-size: 1.2em;
    margin-bottom: 12px;
  }
}
@media (min-width: 1400px) {
  .sub-menu-container {
    max-width: 1340px;
  }

  .main-menu .menu-item .main-menu-top-btn.nav-back {
    padding-left: 36px;
    background-position: 3% 46%;
  }
  .main-menu .menu-item.menu-item-dropdown .main-menu-top-btn {
    padding-right: 36px;
    background-position: right 15px top 46%;
  }
}
@media (max-width: 1169px) {
  .main-nav {
    position: absolute;
    z-index: 110;
    top: 0;
    left: 0;
    width: 100%;
  }
  .main-nav .site-brand {
    margin-right: auto;
  }

  .main-menu {
    clear: both;
    padding: 12px 12px 1px 12px;
    display: none;
    max-width: 480px;
    margin: 0 0 0 auto;
    background-color: #f6f6f6;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .main-menu .menu-item {
    background-color: #a8d2d4;
    border-radius: 8px;
    margin: 0 0 12px 0;
  }
  .main-menu .menu-item.menu-item-dropdown .main-menu-top-btn {
    background-image: url("../images/chevron-down-teal.svg");
    background-position: 95% 48%;
    background-repeat: no-repeat;
  }
  .main-menu .menu-item.menu-item--active-trail .main-menu-top-btn {
    background-color: #d4e9ea !important;
    text-decoration: underline;
  }
  .main-menu .menu-item .main-menu-top-btn {
    font-family: "Euclid", sans-serif;
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-weight: bold;
    padding: 18px 16px 16px 16px;
    line-height: 1.4;
    color: #065154;
    text-decoration: none;
    border-radius: 8px;
    font-size: 1.2em;
    background-color: #a8d2d4;
  }
  .main-menu .menu-item .main-menu-top-btn:hover, .main-menu .menu-item .main-menu-top-btn:focus-visible {
    background-color: #d4e9ea !important;
    text-decoration: underline;
  }
  .main-menu .menu-item .main-nav-search {
    display: none;
  }

  .sub-item.menu-item-dropdown &gt; button {
    background-image: url("../images/chevron-right-white.svg");
    background-position: 96% 50%;
    background-repeat: no-repeat;
    background-size: 6px auto;
  }

  .sub-menu .sub-item &gt; a, .sub-menu .sub-item &gt; a.sub-item-title, .sub-menu .sub-item &gt; button {
    font-size: 1.1em;
  }
  .sub-menu .sub-item &gt; a:hover, .sub-menu .sub-item &gt; a:focus-visible, .sub-menu .sub-item &gt; a.sub-item-title:hover, .sub-menu .sub-item &gt; a.sub-item-title:focus-visible, .sub-menu .sub-item &gt; button:hover, .sub-menu .sub-item &gt; button:focus-visible {
    text-decoration: underline;
    background-color: #25535B;
  }
  .sub-menu .sub-item.menu-item--active-trail &gt; a, .sub-menu .sub-item.menu-item--active-trail &gt; a.sub-item-title, .sub-menu .sub-item.menu-item--active-trail &gt; button {
    text-decoration: underline;
    background-color: #25535B;
  }

  .sub-menu-wrap {
    border-radius: 0 0 8px 8px;
    min-height: 0 !important;
  }

  .menu-open .main-menu {
    display: block;
  }

  .sub-dropdown-open .sub-sub-menu {
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    max-width: 480px;
    right: 0;
    bottom: 0;
    overflow: auto;
    display: block;
    background-color: #187988;
  }

  .sub-sub-item {
    margin-bottom: 12px;
  }
  .sub-sub-item.menu-item--active-trail a,
.sub-sub-item.menu-item--active-trail button {
    background-color: #25535B;
    text-decoration: underline;
    color: #fff;
  }
  .sub-sub-item a {
    background-color: #fff;
    color: #187988;
  }
  .sub-sub-item a:hover, .sub-sub-item a:focus-visible {
    color: #fff;
    outline: 2px solid #fff;
  }
  .sub-sub-item a.sub-sub-title:focus-visible {
    outline: none;
  }
  .sub-sub-item .sub-sub-title {
    background-color: transparent;
    padding: 12px 0 1px 0;
    color: #fff;
  }

  .featured-links {
    padding: 1px 12px;
  }
  .featured-links .link-box {
    font-size: 1.1em;
  }

  body.sub-sub-open {
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    position: fixed;
  }
  body.sub-sub-open header.menu-open .main-nav {
    overflow: hidden !important;
  }
}
@media (max-width: 1169px) {
  .main-nav {
    position: static;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    height: auto;
    align-items: center;
  }

  .main-menu {
    width: 100%;
  }
}
@media (min-width: 672px) and (max-width: 1169px) {
  .top-nav-wrap {
    margin-bottom: auto;
  }
}
@media (max-width: 1007px) {
  body:not(.supported-living-theme, .beech-grove-theme, .homes-theme, .keyworker-theme).menu-open {
    overflow: hidden;
  }
  body:not(.supported-living-theme, .beech-grove-theme, .homes-theme, .keyworker-theme).menu-open .menu-open .main-nav {
    position: fixed;
    overflow: scroll;
    height: 100%;
    align-content: flex-start;
  }
  body:not(.supported-living-theme, .beech-grove-theme, .homes-theme, .keyworker-theme).menu-open .menu-open .main-nav .main-menu {
    margin-top: 0 !important;
  }
}
@media (max-width: 480px) {
  body:not(.supported-living-theme, .beech-grove-theme, .homes-theme, .keyworker-theme).menu-open .menu-open .main-nav {
    background-color: #fff;
  }
}
/**
 * @file
 * buttons.
 */
.cpt-button-link {
  background-color: #a8d2d4;
  color: #065154;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  border-radius: 10px;
  padding: 0.9em 1.5em 0.8em 1.5em;
  border: 2px solid transparent;
  outline: 0;
  transition: all 0.15s ease;
}
.cpt-button-link:hover {
  background-color: #d4e9ea;
}
.cpt-button-link:focus-visible {
  border-color: #065154;
}
.cpt-button-link.btn-full {
  display: block;
}
.cpt-button-link.coh-component {
  margin-bottom: 30px;
}

.form-submit {
  width: 100%;
  background-color: #a8d2d4;
}
.form-submit:hover {
  background-color: #d4e9ea;
}
.form-submit:focus-visible {
  border-color: #065154;
}

/**
 * @file
 * Main Style.
 */
.section-light-grey &gt; .coh-row {
  background-color: #f6f6f6;
}

.section-light-blue &gt; .coh-row {
  background-color: #a8d2d4;
}

.section-light-teal &gt; .coh-row {
  background-color: #63afa3;
}
.section-light-teal .coh-wysiwyg a {
  color: #010101;
}

.section-bg-blue &gt; .coh-row {
  background-color: #e5eaf4;
}
.section-bg-blue .coh-wysiwyg a {
  color: #010101;
}

.section-dark-blue &gt; .coh-row {
  background-color: #146489;
  color: #fff;
}

.section-dark-teal &gt; .coh-row {
  background-color: #25535B;
  color: #fff;
}
.section-dark-teal &gt; .coh-row h2,
.section-dark-teal &gt; .coh-row h3,
.section-dark-teal &gt; .coh-row h4,
.section-dark-teal &gt; .coh-row h5 {
  color: #fff;
}
.section-dark-teal &gt; .coh-row li,
.section-dark-teal &gt; .coh-row ol {
  color: #fff;
}
.section-dark-teal .coh-wysiwyg a {
  color: #fff;
}

.columns-branded-corners &gt; .coh-row &gt; .coh-row-inner {
  padding: 40px 0;
}
.columns-branded-corners &gt; .coh-row &gt; .coh-row-inner &gt; .coh-column:first-of-type {
  position: relative;
}
.columns-branded-corners &gt; .coh-row &gt; .coh-row-inner &gt; .coh-column:first-of-type::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 100%;
  right: 100%;
  margin: 0 -0.9375rem auto auto;
  background-image: url("../images/corner-dark-teal-bottom-left.svg");
  background-size: 100% 100%;
}
.columns-branded-corners &gt; .coh-row &gt; .coh-row-inner &gt; .coh-column:last-of-type {
  position: relative;
}
.columns-branded-corners &gt; .coh-row &gt; .coh-row-inner &gt; .coh-column:last-of-type::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 100%;
  left: 100%;
  margin: auto auto 0 -0.9375rem;
  background-image: url("../images/corner-dark-teal-top-right.svg");
  background-size: 100% 100%;
}
.columns-branded-corners.section-dark-teal &gt; .coh-row &gt; .coh-row-inner &gt; .coh-column:first-of-type::before {
  background-image: url("../images/corner-white-bottom-left.svg");
}
.columns-branded-corners.section-dark-teal &gt; .coh-row &gt; .coh-row-inner &gt; .coh-column:last-of-type::after {
  background-image: url("../images/corner-white-top-right.svg");
}

.columns-border-radius &gt; .coh-row {
  border-radius: 10px;
}

.coh-row {
  padding: 24px 0;
}

.coh-row-inner {
  margin: 0 auto !important;
  padding: 0 12px;
}

@media (min-width: 1170px) {
  .coh-row-inner {
    max-width: 1170px;
  }
}
@media (min-width: 1400px) {
  .coh-row-inner {
    max-width: 1340px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .coh-row-inner {
    max-width: 96%;
  }

  .columns-branded-corners &gt; .coh-row &gt; .coh-row-inner {
    padding: 0;
  }
  .columns-branded-corners &gt; .coh-row &gt; .coh-row-inner &gt; .coh-column:first-of-type::before {
    display: none;
  }
  .columns-branded-corners &gt; .coh-row &gt; .coh-row-inner &gt; .coh-column:last-of-type::after {
    display: none;
  }
}
@media (max-width: 1023px) {
  .coh-row-inner {
    max-width: 96%;
  }

  .columns-branded-corners &gt; .coh-row &gt; .coh-row-inner {
    padding: 0;
  }
  .columns-branded-corners &gt; .coh-row &gt; .coh-row-inner &gt; .coh-column:first-of-type::before {
    display: none;
  }
  .columns-branded-corners &gt; .coh-row &gt; .coh-row-inner &gt; .coh-column:last-of-type::after {
    display: none;
  }
}
/**
 * @typography
 * Main font styles and sizes
 */
@font-face {
  font-family: "Euclid";
  src: url("../fonts/EuclidFlexB/EuclidFlexB-Regular-WebM.eot");
  src: url("../fonts/EuclidFlexB/EuclidFlexB-Regular-WebM.eot#iefix") format("embedded-opentype"), url("../fonts/EuclidFlexB/EuclidFlexB-Regular-WebM.woff2") format("woff2"), url("../fonts/EuclidFlexB/EuclidFlexB-Regular-WebM.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Euclid";
  src: url("../fonts/EuclidFlexB/EuclidFlexB-Medium-WebM.eot");
  src: url("../fonts/EuclidFlexB/EuclidFlexB-Medium-WebM.eot#iefix") format("embedded-opentype"), url("../fonts/EuclidFlexB/EuclidFlexB-Medium-WebM.woff2") format("woff2"), url("../fonts/EuclidFlexB/EuclidFlexB-Medium-WebM.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Euclid";
  src: url("../fonts/EuclidFlexB/EuclidFlexB-BoldItalic-WebM.eot");
  src: url("../fonts/EuclidFlexB/EuclidFlexB-BoldItalic-WebM.eot#iefix") format("embedded-opentype"), url("../fonts/EuclidFlexB/EuclidFlexB-BoldItalic-WebM.woff2") format("woff2"), url("../fonts/EuclidFlexB/EuclidFlexB-BoldItalic-WebM.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/poppins-light-webfont.woff2") format("woff2"), url("../fonts/Poppins/poppins-light-webfont.woff") format("woff");
  font-weight: light;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/poppins-lightitalic-webfont.woff2") format("woff2"), url("../fonts/Poppins/poppins-lightitalic-webfont.woff") format("woff");
  font-weight: light;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/Poppins/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/poppins-italic-webfont.woff2") format("woff2"), url("../fonts/Poppins/poppins-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/Poppins/poppins-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-size: 100%;
  font-weight: 300;
  color: #222221;
}

h1 {
  font-family: "Euclid", sans-serif;
  line-height: 1.2;
  margin: 0;
}

h2 {
  font-family: "Euclid", sans-serif;
  margin: 0.5em 0;
  font-weight: 300;
  color: #065154;
}
h2 strong {
  font-weight: 700;
}

h3,
h4,
h5 {
  font-family: "Euclid", sans-serif;
  margin: 0;
  font-weight: 300;
  color: #065154;
}
h3 strong,
h4 strong,
h5 strong {
  font-weight: 700;
}

.cpt-link {
  text-decoration: none;
  color: #187988;
}
.cpt-link:hover {
  text-decoration: underline;
  color: #0d3d45;
}

p {
  margin: 0 0 1em 0;
}

.coh-wysiwyg a {
  color: #065154;
  text-underline-offset: 0.35em;
}
.coh-wysiwyg a:hover, .coh-wysiwyg a:focus {
  text-decoration: none;
}
.coh-wysiwyg a:visited {
  color: #010101;
}
.coh-wysiwyg ol {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}
.coh-wysiwyg ol li {
  padding: 8px 0 8px 4px;
  margin: 0 0 0.25em 20px;
}
.coh-wysiwyg ol li::marker {
  content: counter(list-item) ".";
  color: #25535B;
  font-weight: bold;
  font-size: 13px;
}
.coh-wysiwyg ol p {
  margin: 0 0 0.5em 0;
}
.coh-wysiwyg ul {
  list-style-image: url("../images/bullet.svg");
  padding: 0;
  margin: 0 0 1em 20px;
}
.coh-wysiwyg ul.check-list {
  margin-left: 30px;
}
.coh-wysiwyg ul.check-list li {
  list-style-image: url("../images/checkmark-green.svg");
}
.coh-wysiwyg ul li {
  padding: 8px 0 8px 4px;
  margin: 0 0 0.25em 0;
}
.coh-wysiwyg ul p {
  margin: 0;
}
.coh-wysiwyg strong {
  font-weight: bold;
}
.coh-wysiwyg em {
  font-style: italic;
}

.coh-wysiwyg figure figcaption,
.image-caption {
  padding: 0.5em 1em;
  border-radius: 0 0 10px 10px;
  background-color: #065154;
  color: #fff;
  font-size: 0.8em;
}
.coh-wysiwyg figure figcaption:empty,
.image-caption:empty {
  padding: 0;
  margin: 0;
}

.section-dark-teal .coh-wysiwyg a,
.section-dark-blue .coh-wysiwyg a {
  color: #fff;
}
.section-dark-teal .coh-wysiwyg a:visited,
.section-dark-blue .coh-wysiwyg a:visited {
  color: #dedede;
}
.section-dark-teal .coh-wysiwyg h3,
.section-dark-teal .coh-wysiwyg h4,
.section-dark-blue .coh-wysiwyg h3,
.section-dark-blue .coh-wysiwyg h4 {
  color: #fff;
}
.section-dark-teal .coh-wysiwyg ol li::marker,
.section-dark-blue .coh-wysiwyg ol li::marker {
  color: #fff;
}
.section-dark-teal .coh-wysiwyg ul,
.section-dark-blue .coh-wysiwyg ul {
  list-style-image: url("../images/bullet-white.svg");
}

@media (min-width: 1024px) {
  body {
    font-size: 1em;
  }

  h1 {
    font-size: 3.45em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3,
.h3 {
    font-size: 1.8em;
  }

  h4 {
    font-size: 1.2em;
  }
}
@media (min-width: 1400px) {
  body {
    font-size: 1.1em;
  }
}
@media (min-width: 565px) and (max-width: 1023px) {
  body {
    font-size: 1em;
  }

  h1 {
    font-size: 3.45em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 1.85em;
  }

  h4 {
    font-size: 1.4em;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 0.8em;
  }

  h1 {
    font-size: 3.15em;
  }

  h2 {
    font-size: 2.3em;
  }

  h3 {
    font-size: 1.6em;
  }

  h4 {
    font-size: 1.25em;
  }

  .coh-wysiwyg ol li::before {
    top: 8px;
  }
  .coh-wysiwyg ul li:before {
    top: 11px;
    height: 10px;
    width: 5px;
  }
}
/*
 * Page title
 * Main style
*/
.master-template-breadcrumb {
  padding: 24px 0;
  background-color: #25535B;
  color: #fff;
}
.master-template-breadcrumb &gt; div {
  padding: 0 24px;
  margin: 0 auto;
}
.master-template-breadcrumb nav ol {
  padding: 10px 0 1px 0;
  margin: 0;
}
.master-template-breadcrumb nav ol li {
  display: inline-block;
}
@media (max-width: 1023px) {
  .master-template-breadcrumb nav ol li {
    margin-bottom: 12px;
  }
}
.master-template-breadcrumb nav ol li:not(:last-child):after {
  content: "/";
}
.master-template-breadcrumb nav ol li a {
  text-decoration: underline;
  text-underline-offset: 0.35em;
  color: #fff;
}
.master-template-breadcrumb nav ol li a:hover {
  text-decoration: none;
}
.master-template-breadcrumb nav ol li a:visited, .master-template-breadcrumb nav ol li a:active, .master-template-breadcrumb nav ol li a:focus {
  color: #fff;
}
.master-template-breadcrumb .internal {
  display: block;
  color: #fff;
  text-decoration: none;
  padding-left: 30px;
  margin-top: 26px;
  background-image: url("../images/chevron-left-white.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left calc(50% - 2px);
}
.master-template-breadcrumb .internal:hover, .master-template-breadcrumb .internal:focus {
  text-decoration: underline;
}

.housing-theme .master-template-breadcrumb {
  background-color: #2f864c;
}

.cpt-home-page-banner .home-page-banner-content .pre-logo-text {
  font-family: "Euclid", sans-serif;
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .cpt-home-page-banner .home-page-banner-content .pre-logo-text {
    font-size: 2.3em;
    margin: 0.5em 0;
  }
}
@media (min-width: 1170px) {
  .master-template-breadcrumb {
    padding: 72px 0;
  }
  .master-template-breadcrumb &gt; div {
    padding: 0;
    max-width: 974px;
  }

  .path-frontpage .master-template-breadcrumb {
    padding: 0;
    position: relative;
  }
  .path-frontpage .master-template-breadcrumb &gt; div {
    max-width: none;
  }

  .cpt-home-page-banner {
    position: static;
    display: flex;
    align-items: center;
    max-width: 1160px;
    margin: 0 auto;
    overflow: hidden;
    height: 420px;
  }
  .cpt-home-page-banner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 45%;
    transform: translateX(-66px);
    height: 100%;
    width: 304px;
    z-index: 2;
    background-image: url("../images/s-sanctuary.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 0;
  }
  .cpt-home-page-banner .home-page-banner-content {
    position: relative;
    z-index: 3;
    width: 45%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 60px 20px 0;
    color: #fff;
  }
  .cpt-home-page-banner .home-page-banner-content .pre-logo-text {
    margin: 0.5em 0 0.125em 0;
    font-size: 2.5em;
  }
  .cpt-home-page-banner .home-page-banner-content .coh-wysiwyg a {
    color: #fff;
    margin-bottom: 0.125em;
  }
  .cpt-home-page-banner .home-page-banner-content img {
    max-width: 320px;
    display: block;
    margin: 15px 0;
  }
  .cpt-home-page-banner .home-page-banner-image {
    position: absolute;
    z-index: 1;
    background-color: #25535B;
    top: 0;
    left: 45%;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
  }
  .cpt-home-page-banner .home-page-banner-image article,
.cpt-home-page-banner .home-page-banner-image div {
    height: 100%;
  }
  .cpt-home-page-banner .home-page-banner-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
}
@media (min-width: 1400px) {
  .master-template-breadcrumb &gt; div {
    max-width: 1176px;
  }

  .path-frontpage .master-template-breadcrumb {
    padding: 0;
    position: relative;
  }
  .path-frontpage .master-template-breadcrumb &gt; div {
    max-width: none;
  }

  .cpt-home-page-banner {
    max-width: 1320px;
    height: 480px;
  }
  .cpt-home-page-banner::after {
    transform: translateX(-70px);
    width: 347px;
  }
}
@media (min-width: 720px) and (max-width: 1169px) {
  .master-template-breadcrumb {
    padding: 48px 0;
  }

  .path-frontpage .master-template-breadcrumb {
    padding: 0;
    position: relative;
  }
  .path-frontpage .master-template-breadcrumb &gt; div {
    max-width: none;
  }

  .cpt-home-page-banner {
    position: static;
    display: flex;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
    height: 400px;
  }
  .cpt-home-page-banner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-66px);
    height: 100%;
    width: 49%;
    z-index: 2;
    background-image: url("../images/s-sanctuary.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 0 50%;
  }
  .cpt-home-page-banner .home-page-banner-content {
    position: relative;
    z-index: 3;
    width: 55%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 60px 20px 0;
    color: #fff;
  }
  .cpt-home-page-banner .home-page-banner-content .coh-wysiwyg a {
    color: #fff;
  }
  .cpt-home-page-banner .home-page-banner-content img {
    max-width: 280px;
  }
  .cpt-home-page-banner .home-page-banner-image {
    position: absolute;
    z-index: 1;
    background-color: #25535B;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
  }
  .cpt-home-page-banner .home-page-banner-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
}
@media (min-width: 565px) and (max-width: 1023px) {
  .cpt-home-page-banner .home-page-banner-content .pre-logo-text {
    font-size: 2.3em;
    margin: 0.5em 0;
  }
}
@media (max-width: 719px) {
  .master-template-breadcrumb {
    padding-bottom: 24px;
  }

  .path-frontpage .master-template-breadcrumb {
    padding: 0;
    position: relative;
  }
  .path-frontpage .master-template-breadcrumb &gt; div {
    padding: 0;
    max-width: none;
  }

  .cpt-home-page-banner {
    position: static;
    margin: 0 auto;
    overflow: hidden;
  }
  .cpt-home-page-banner .home-page-banner-content {
    position: relative;
    z-index: 3;
    padding: 36px 36px 36px 24px;
    color: #fff;
    overflow: hidden;
  }
  .cpt-home-page-banner .home-page-banner-content .coh-paragraph {
    max-width: 400px;
  }
  .cpt-home-page-banner .home-page-banner-content img {
    max-width: 90%;
  }
  .cpt-home-page-banner .home-page-banner-content::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 85%;
    transform: translateX(-66px);
    height: 100%;
    width: 180px;
    z-index: -1;
    background-image: url("../images/s-sanctuary.svg");
    background-repeat: no-repeat;
    background-size: auto 102%;
    background-position: 0 50%;
  }
  .cpt-home-page-banner .home-page-banner-image {
    background-color: #25535B;
    overflow: hidden;
  }
  .cpt-home-page-banner .home-page-banner-image img {
    display: block;
  }
}
@media (max-width: 565px) {
  .master-template-breadcrumb nav ol {
    display: block;
  }
  .master-template-breadcrumb nav ol li {
    display: inline-block;
  }

  .cpt-home-page-banner .home-page-banner-content .pre-logo-text {
    font-size: 2.3em;
    margin: 0.5em 0;
  }
}
/**
 * @file
 * Main Style.
 */
.cpt-tag-link {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.2;
  padding: 10px 12px 8px;
  border-radius: 8px;
  text-decoration: none;
  background-color: #25535B;
  color: #fff;
}
.cpt-tag-link a {
  text-decoration: none;
  color: #fff;
}

/**
 * @file
 * Main Style.
 */
textarea, input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=date],
input[type=tel],
input[type=search],
input[type=number] {
  width: 100%;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  font-size: 1em;
  font-family: "Poppins", sans-serif;
  padding: 16px 24px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  textarea, input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=date],
input[type=tel],
input[type=search],
input[type=number] {
    font-size: 0.9375em;
  }
}

form a {
  text-underline-offset: 0.35em;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 10px;
  text-align: center;
  padding: 16px 24px;
  cursor: pointer;
}

.form-type-checkbox {
  position: relative;
  margin-bottom: 25px;
}
.form-type-checkbox .option {
  padding-left: 50px;
  display: block;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 0;
}
input[type=checkbox]::before {
  display: inline-block;
  content: "";
  height: 30px;
  width: 30px;
  vertical-align: middle;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
  background-color: #fff;
}
input[type=checkbox]:checked::before {
  background-image: url("../images/checkmark.svg");
  background-position: 70% 57%;
  background-size: 20px;
  background-repeat: no-repeat;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  width: 40px;
  height: 40px;
  border: 1px solid #D4D4D4;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
input[type=radio]:before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #187988;
  background-color: #187988;
}
input[type=radio]:checked:before {
  transform: scale(2);
}
input[type=radio]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}

[type=range] {
  -webkit-appearance: none;
  background: transparent;
  margin: 19.5px 0;
  width: 100%;
}
[type=range]::-moz-focus-outer {
  border: 0;
}
[type=range]:focus {
  outline: 0;
}
[type=range]:focus::-webkit-slider-runnable-track {
  background: white;
}
[type=range]:focus::-ms-fill-lower {
  background: #fff;
}
[type=range]:focus::-ms-fill-upper {
  background: white;
}
[type=range]::-webkit-slider-runnable-track {
  cursor: default;
  height: 19px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: #fff;
  border-radius: 14px;
}
[type=range]::-webkit-slider-thumb {
  background: #187988;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: default;
  height: 39px;
  width: 39px;
  -webkit-appearance: none;
  margin-top: -12px;
}
[type=range]::-moz-range-track {
  cursor: default;
  height: 19px;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: #fff;
  border-radius: 14px;
  height: 9.5px;
}
[type=range]::-moz-range-thumb {
  background: #187988;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: default;
  height: 39px;
  width: 39px;
}
[type=range]::-ms-track {
  cursor: default;
  height: 19px;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 19.5px 0;
  color: transparent;
}
[type=range]::-ms-fill-lower {
  background: #f2f2f2;
  border-radius: 28px;
}
[type=range]::-ms-fill-upper {
  background: #fff;
  border-radius: 28px;
}
[type=range]::-ms-thumb {
  background: #187988;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: default;
  height: 39px;
  width: 39px;
  margin-top: 4.75px;
}
[type=range]:disabled::-webkit-slider-thumb, [type=range]:disabled::-moz-range-thumb, [type=range]:disabled::-ms-thumb, [type=range]:disabled::-webkit-slider-runnable-track, [type=range]:disabled::-ms-fill-lower, [type=range]:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

textarea {
  resize: vertical;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 16px 48px 16px 16px;
  border-radius: 10px;
  border: 1px solid #d4d4d4;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  line-height: 1.1;
  background-color: #fff;
  background-image: url("../images/chevron-down-black.svg");
  background-position: right 16px top 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

label.form-required {
  display: block;
}

.js input.form-autocomplete.geolocation-geocoder-address {
  background-image: none;
}

.webform-element-help {
  background-color: #747474;
  border-color: #747474;
}
.webform-element-help span {
  line-height: 1.5em;
}
legend .webform-element-help span {
  line-height: 1em;
}

/**
 * @file
 * Main Style.
 */
.tooltip {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 12px;
  border-radius: 4px;
  z-index: 1;
  color: #010101;
  font-size: 0.92em;
  min-width: 280px;
}
.tooltip.tooltip-open {
  display: block;
}
.tooltip .btn-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  display: block;
  margin-left: auto;
  font-size: 0.824em;
  color: #065154;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
}
.tooltip .btn-close:hover {
  text-decoration: underline;
}

html:not(.js) .tooltip {
  bottom: 100%;
}

/**
 * @file
 * Main Style.
 */
.item-collapsible-header {
  position: relative;
}
.item-collapsible-header .btn-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: none;
  background-color: transparent;
  cursor: pointer;
}

@media (min-width: 1170px) {
  .item-collapsible-header .btn-toggle {
    display: none;
  }
}
@media (max-width: 1023px) {
  .item-collapsible .item-collapsible-panel {
    display: none;
  }
  .item-collapsible.item-collapsible-open .item-collapsible-panel {
    display: block;
  }
}
/**
 * @file
 * Main Style.
 */
.coh-container.master-template-footer h2 {
  overflow: hidden;
  height: 1px;
  width: 1px;
  opacity: 0;
  margin: 0;
  font-size: 1px;
}
.coh-container.master-template-footer .three-columns-layout .coh-row {
  padding: 40px 0;
}
.coh-container.master-template-footer .three-columns-layout .coh-row-inner {
  justify-content: center;
}
.coh-container.master-template-footer .cpt-footer-menu-links {
  background-color: #f6f6f6;
  background-image: linear-gradient(90deg, #fafafa 0%, #fafafa 56%, #f6f6f6 56%, #f6f6f6 100%);
}
.coh-container.master-template-footer .cpt-footer-menu-links h3 {
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 12px;
}
.coh-container.master-template-footer .cpt-footer-menu-links .coh-col-xl-7 {
  padding: 0;
}
.coh-container.master-template-footer .cpt-footer-menu-links .coh-col-xl-7 .coh-row-inner {
  padding-left: 0;
}
.coh-container.master-template-footer .cpt-footer-menu-links .coh-col-xl-5 h3 {
  color: #187988;
}
.coh-container.master-template-footer &gt; div + .coh-row.coh-row-xl.coh-row-visible-xl {
  background-color: #187988;
  color: #fff;
  font-size: 0.9em;
}
.coh-container.master-template-footer .footer-links-and-language .coh-list-container {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.coh-container.master-template-footer .footer-links-and-language .coh-list-item {
  display: inline-block;
}
.coh-container.master-template-footer .footer-links-and-language .coh-list-item:not(:last-of-type)::after {
  content: "|";
  margin: 0 5px;
}
.coh-container.master-template-footer .footer-links-and-language .coh-link {
  text-decoration: underline;
  text-underline-offset: 0.35em;
  color: #fff;
  margin-bottom: 0.5em;
}
.coh-container.master-template-footer .footer-links-and-language .coh-link:hover {
  text-decoration: none;
}
.coh-container.master-template-footer ul.menu {
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
  list-style: none;
}
.coh-container.master-template-footer ul.menu a {
  color: #222221;
  display: block;
  padding: 6px 0;
  font-size: 0.96em;
}
.coh-container.master-template-footer ul.menu a:hover {
  color: #065154;
  text-decoration: none;
}

.social-links-component .social-links-heading {
  font-size: 1em;
  font-weight: bold;
  padding-left: 46px;
}
.social-links-component .coh-link {
  display: block;
  height: 48px;
  width: 48px;
  line-height: 200px;
  margin: 0 auto;
  overflow: hidden;
  background-position-y: 0;
  background-image: url("../images/social-sprite.svg");
  background-size: 384px 96px;
}
.social-links-component .coh-link:hover {
  background-position-y: -48px;
}
.social-links-component .coh-link.social-links-component-facebook {
  background-position-x: 0;
}
.social-links-component .coh-link.social-links-component-instagram {
  background-position-x: -48px;
}
.social-links-component .coh-link.social-links-component-youtube {
  background-position-x: -96px;
}
.social-links-component .coh-link.social-links-component-linkedin {
  background-position-x: -144px;
}
.social-links-component .coh-link.social-links-component-twitter {
  background-position-x: -192px;
}

.phone-contacts-component {
  background-color: #25535B;
  color: #fff;
  border-radius: 10px;
  padding: 22px 22px 22px 72px;
  background-image: url("../images/icon-phone.svg");
  background-position: 22px 22px;
  background-size: 40px auto;
  background-repeat: no-repeat;
  min-height: 130px;
}
.phone-contacts-component p {
  margin: 0;
}
.phone-contacts-component a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.phone-contacts-component a:not(:last-child) {
  margin-top: 12px;
}
.phone-contacts-component a:hover {
  text-decoration: underline;
}
.phone-contacts-component a .coh-inline-element:first-child {
  font-weight: bold;
}

.contact-cta-component {
  background-color: #187988;
  color: #fff;
  border-radius: 10px;
  padding: 22px;
  min-height: 130px;
}
.contact-cta-component p {
  margin: 0 0 12px;
}
.contact-cta-component .coh-link {
  display: block;
  padding: 12px;
  background-color: #c4d600;
  color: #065154;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
}
.contact-cta-component .coh-link:hover {
  background-color: #e2eb80;
}

.address-partners-component {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.address-partners-component .address-component-wrapper {
  flex: 0 0 30%;
}
.address-partners-component .address-component-wrapper img {
  width: 180px;
  height: auto;
}
.address-partners-component .partners-component-wrapper {
  flex: 0 0 65%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.address-partners-component .partners-component-wrapper .coh-link {
  box-sizing: border-box;
  flex-basis: calc(25% - 22px);
}
.address-partners-component .partners-component-wrapper .coh-link + .coh0link {
  margin-left: 10px;
}
.address-partners-component .partners-component-wrapper img {
  max-width: 180px;
  height: auto;
}

@media (max-width: 1024px) {
  .coh-container.master-template-footer .cpt-footer-menu-links {
    background-color: #fafafa;
    background-image: linear-gradient(#fafafa 0%, #fafafa 46%, #f6f6f6 46%, #f6f6f6 100%);
  }
  .coh-container.master-template-footer .cpt-footer-menu-links .coh-col-xl-7 {
    min-width: 100%;
  }
  .coh-container.master-template-footer .cpt-footer-menu-links .coh-col-xl-7 .coh-row-inner {
    display: flex;
    justify-content: flex-start;
  }
  .coh-container.master-template-footer .cpt-footer-menu-links .coh-col-xl-7 .coh-row-inner .coh-col-xl-4 {
    width: 33%;
  }
  .coh-container.master-template-footer .cpt-footer-menu-links .coh-col-xl-5 {
    min-width: 100%;
    padding: 0;
  }
  .coh-container.master-template-footer .cpt-footer-menu-links .coh-col-xl-5 .coh-row-inner {
    display: flex;
    justify-content: flex-start;
    padding: 0;
  }
  .coh-container.master-template-footer .cpt-footer-menu-links .coh-col-xl-5 .coh-row-inner .coh-col-xl-6 {
    max-width: 33%;
  }
  .coh-container.master-template-footer .phone-contacts-component {
    padding: 16px 16px 16px 50px;
    background-position: 16px 16px;
    background-size: 25px;
  }
  .coh-container.master-template-footer .phone-contacts-component a {
    font-size: 15px;
  }
  .coh-container.master-template-footer .contact-cta-component {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .coh-container.master-template-footer .cpt-footer-menu-links {
    background-image: none;
  }
  .coh-container.master-template-footer .cpt-footer-menu-links .coh-col-xl-7 .coh-row-inner {
    max-width: 100%;
    padding-right: 0;
  }
  .coh-container.master-template-footer .cpt-footer-menu-links .coh-col-xl-5 .coh-row-inner {
    max-width: 100%;
  }
  .coh-container.master-template-footer .cpt-footer-menu-links .coh-col-xl-5 .coh-row-inner .coh-col-xl-6 {
    max-width: 50%;
  }
  .coh-container.master-template-footer .social-links-component .social-links-heading {
    padding-left: 32px;
  }
  .coh-container.master-template-footer .coh-container:nth-of-type(3) {
    background-color: #f6f6f6;
  }
  .coh-container.master-template-footer .footer-links-and-language {
    padding-bottom: 40px;
  }
  .coh-container.master-template-footer .footer-links-and-language .coh-list-container {
    -moz-column-count: 2;
    column-count: 2;
    margin-bottom: 20px;
  }
  .coh-container.master-template-footer .footer-links-and-language .coh-list-item {
    display: block;
    margin-bottom: 10px;
  }
  .coh-container.master-template-footer .footer-links-and-language .coh-list-item:not(:last-of-type)::after {
    content: none;
  }
  .coh-container.master-template-footer ul.menu {
    padding-left: 0;
  }

  .phone-contacts-component {
    margin-bottom: 20px;
    min-height: 0;
  }
  .phone-contacts-component a:not(:last-child) {
    margin-right: 18px;
  }

  .contact-cta-component {
    min-height: 0;
    margin-bottom: 20px;
  }

  .address-partners-component {
    display: block;
  }

  .partners-component-wrapper {
    margin-top: 30px;
  }
  .partners-component-wrapper a.coh-link .coh-image {
    padding: 1px 12px;
    box-sizing: border-box;
  }

  .address-component-wrapper img {
    min-width: 180px;
    margin: auto;
  }
  .address-component-wrapper .coh-wysiwyg {
    display: none;
  }
}
@media (max-width: 565px) {
  .address-partners-component .partners-component-wrapper {
    margin-top: 30px;
  }
  .address-partners-component .partners-component-wrapper:before, .address-partners-component .partners-component-wrapper:after {
    content: none;
  }
  .address-partners-component .partners-component-wrapper .coh-link {
    flex-basis: calc(50% - 20px);
  }
}
/**
 * @file
 * Main Search
 */
.simple-popup-blocks-global .spb_overlay {
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("../images/logo-full.svg");
  background-position: 38px 52px;
  background-repeat: no-repeat;
  background-size: 168px auto;
}
.simple-popup-blocks-global .spb-popup-main-wrapper {
  border-radius: 10px;
  padding: 34px 24px;
  border: 0;
}
.simple-popup-blocks-global .spb-popup-main-wrapper h2 {
  margin: 0;
  padding: 0 0 0.25em 0;
}
.simple-popup-blocks-global .spb-popup-main-wrapper .form-item {
  margin: 0;
}
.simple-popup-blocks-global .spb-popup-main-wrapper .form-item .ui-autocomplete-input {
  background-image: none;
  outline: none;
}
.simple-popup-blocks-global .spb-popup-main-wrapper .form-item .ui-autocomplete-input:focus {
  border: 1px solid #187988;
}
.simple-popup-blocks-global .spb-popup-main-wrapper .form-actions {
  margin: 0;
}
.simple-popup-blocks-global .spb-popup-main-wrapper .fieldgroup,
.simple-popup-blocks-global .spb-popup-main-wrapper .form-item-sort-bef-combine {
  display: none;
}
.simple-popup-blocks-global .spb-popup-main-wrapper .js-form-submit {
  color: #fff;
  font-weight: bold;
  font-family: "Euclid", sans-serif;
  padding: 6px 12px 6px 32px;
  height: 52px;
  width: 100%;
  background-color: #187988;
  background-image: url("../images/icon-search-white.svg");
  background-position: 24px 48%;
  background-repeat: no-repeat;
  background-size: 16px auto;
}
.simple-popup-blocks-global .spb-popup-main-wrapper .js-form-submit:hover, .simple-popup-blocks-global .spb-popup-main-wrapper .js-form-submit:focus-visible {
  text-decoration: underline;
  text-underline-offset: 2px;
  outline-offset: 2px;
}
.simple-popup-blocks-global .spb-popup-main-wrapper .spb-controls {
  right: 24px;
  top: 10px;
  width: 40px;
  height: 40px;
  padding: 0;
}
.simple-popup-blocks-global .spb-popup-main-wrapper .spb-controls .spb_close {
  display: block;
  height: 40px;
  width: 40px;
  padding: 0;
  line-height: 40px;
  font-size: 45px;
  background-color: #a8d2d4;
  color: #065154;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  border-radius: 10px;
  border: 2px solid transparent;
  outline: 0;
  transition: all 0.15s ease;
}
.simple-popup-blocks-global .spb-popup-main-wrapper .spb-controls .spb_close:hover {
  background-color: #d4e9ea;
}
.simple-popup-blocks-global .spb-popup-main-wrapper .spb-controls .spb_close:focus-visible {
  border-color: #065154;
}

.ui-autocomplete {
  z-index: 999999;
}

ul.sanctuary-search-autocomplete-list {
  padding: 12px;
}
ul.sanctuary-search-autocomplete-list .ui-menu-item {
  background-color: transparent;
  margin-bottom: 2px;
}
ul.sanctuary-search-autocomplete-list .ui-menu-item:hover {
  background-color: transparent;
}
ul.sanctuary-search-autocomplete-list a.sanctuary-search-url {
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  color: #065154;
}
ul.sanctuary-search-autocomplete-list a.sanctuary-search-url:hover, ul.sanctuary-search-autocomplete-list a.sanctuary-search-url.ui-state-active {
  background-color: #f6f6f6;
}

@media (min-width: 1170px) {
  .simple-popup-blocks-global .spb-popup-main-wrapper {
    width: 640px !important;
    margin-left: -320px !important;
  }
  .simple-popup-blocks-global .spb-popup-main-wrapper form {
    margin: 0 auto;
    width: 640px;
    display: flex;
    align-items: flex-end;
  }
  .simple-popup-blocks-global .spb-popup-main-wrapper .form-item {
    padding-right: 12px;
    flex: 1 0 auto;
  }
  .simple-popup-blocks-global .spb-popup-main-wrapper .form-actions {
    padding-left: 12px;
    flex: 1 0 140px;
  }

  ul.sanctuary-search-autocomplete-list {
    width: 614px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .simple-popup-blocks-global .spb-popup-main-wrapper .form-item .ui-autocomplete-input {
    margin-bottom: 1em;
  }
}
@media (max-width: 1023px) {
  .simple-popup-blocks-global .spb-popup-main-wrapper {
    box-sizing: border-box;
  }
  .simple-popup-blocks-global .spb-popup-main-wrapper .form-item .ui-autocomplete-input {
    margin-bottom: 1em;
    font-size: 1.25em;
  }
}
/**
 * @file
 * Main Style.
 */
.section-dark-teal th,
.section-dark-blue th {
  color: #fff;
}

table {
  width: 100%;
  border: 0;
  border-collapse: separate;
  border-spacing: 0 10px;
}

th {
  border: 0;
  font-size: 1.131em;
  font-weight: 600;
  color: #065154;
}

td {
  border: 0;
  padding: 15px 27px;
  background-color: #f6f6f6;
  color: #010101;
}

thead th {
  padding: 15px 27px 0 27px;
}

tbody tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
tbody tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (max-width: 1023px) {
  .fluid-table.no-row-headers tbody td:before {
    width: 0;
    margin-right: 0;
  }
  .fluid-table thead {
    display: none;
  }
  .fluid-table tbody td {
    display: block;
    padding: 10px 15px;
  }
  .fluid-table tbody td p {
    display: inline;
    vertical-align: top;
  }
  .fluid-table tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: block;
    width: 100%;
    margin-right: 10px;
  }
  .fluid-table tbody tr th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
  }
  .fluid-table tbody td[data-th=undefined]:before {
    content: none;
  }

  tbody tr td:first-child {
    border-radius: 0;
  }
  tbody tr td:last-child {
    border-radius: 0;
  }
}
/**
 * @file
 scroll to top
 */
/**
 * @file
 * Site Studio Emergency Bar Component.
 */
.cpt-emergency-bar {
  background-color: #c4d600;
  color: #065154;
  padding: 8px 30px;
  border-radius: 10px;
}
.cpt-emergency-bar .coh-link {
  font-size: 2.5em;
  text-decoration: none;
  color: #065154;
  line-height: 1.2;
  white-space: nowrap;
}
.cpt-emergency-bar .coh-link:hover {
  text-decoration: underline;
}
.cpt-emergency-bar .coh-row-inner {
  display: flex;
  align-items: stretch;
  padding: 0;
}
.cpt-emergency-bar .coh-col-xl-4 {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-self: center;
  justify-content: center;
}
.cpt-emergency-bar .coh-wysiwyg {
  font-size: 24px;
}
.cpt-emergency-bar .coh-wysiwyg p {
  margin: 0;
}
.cpt-emergency-bar .coh-wysiwyg a {
  text-decoration: underline;
  color: #065154;
}
.cpt-emergency-bar .coh-wysiwyg a:visited {
  color: #010101;
}
.cpt-emergency-bar .coh-paragraph {
  color: #010101;
  margin: 0;
}

@media (min-width: 1024px) and (max-width: 1169px) {
  .cpt-emergency-bar {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .cpt-emergency-bar {
    background-color: #c4d600;
    color: #065154;
    padding: 0 12px;
  }
  .cpt-emergency-bar .coh-link {
    line-height: normal;
  }
  .cpt-emergency-bar a {
    text-decoration: none;
    color: #065154;
  }
  .cpt-emergency-bar .coh-wysiwyg {
    font-size: 16px;
  }
  .cpt-emergency-bar .coh-wysiwyg a {
    text-decoration: underline;
  }
  .cpt-emergency-bar .coh-col-xl-8 {
    padding-bottom: 14px;
  }
  .cpt-emergency-bar .coh-paragraph {
    font-size: 13px;
    color: #010101;
    margin-top: 0;
  }
}
/**
 * @file
 * Site Studio Announcement Banner Component.
 */
.cpt-announcement-banner {
  position: relative;
  background-color: #a8d2d4;
  color: #010101;
}
.cpt-announcement-banner .btn-announcement-close {
  border: 0;
  background-image: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  padding: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 24px;
  text-align: center;
  line-height: 12px;
  z-index: 10;
  color: #010101;
  cursor: pointer;
  outline: 0;
}
.cpt-announcement-banner .btn-announcement-close:focus-visible {
  background-color: #010101;
  color: #fff;
}
.cpt-announcement-banner .cpt-button-link {
  background-color: #187988;
  color: #fff;
}
.cpt-announcement-banner .cpt-button-link:hover {
  background-color: #25535B;
}
.cpt-announcement-banner.announcement-red {
  background-color: #ca4b37;
  color: #fff;
}
.cpt-announcement-banner.announcement-red .btn-announcement-close {
  color: #fff;
}
.cpt-announcement-banner.announcement-red .cpt-button-link {
  background-color: #fff;
  color: #ca4b37;
}
.cpt-announcement-banner.announcement-red .cpt-button-link:hover {
  color: #a23c2c;
  background-color: #d4e9ea;
}
.cpt-announcement-banner.announcement-yellow {
  background-color: #c4d600;
  color: #010101;
}
.cpt-announcement-banner.announcement-yellow .cpt-button-link {
  background-color: #2f864c;
  color: #fff;
}
.cpt-announcement-banner.announcement-yellow .cpt-button-link:hover {
  background-color: #266b3d;
}
.cpt-announcement-banner .coh-col-xl-8 p {
  margin: 0;
}
.cpt-announcement-banner.cpt-announcement-bigtext-1 .coh-col-xl-8 p {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}

@media (min-width: 1170px) {
  .cpt-announcement-banner .coh-row-inner {
    align-items: center;
  }
  .cpt-announcement-banner .btn-announcement-close {
    top: 50%;
    right: auto;
    left: 50%;
    margin-left: 550px;
    transform: translateY(-50%);
  }
  .cpt-announcement-banner .coh-col-xl-4 {
    text-align: right;
    padding-right: 60px !important;
  }
}
@media (min-width: 1400px) {
  .cpt-announcement-banner .btn-announcement-close {
    margin-left: 640px;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .cpt-announcement-banner .coh-col-xl-8 {
    margin: 0 auto;
  }
  .cpt-announcement-banner .coh-col-xl-8 p {
    margin-bottom: 12px;
  }
  .cpt-announcement-banner .coh-col-xl-4 {
    margin: 0 auto;
  }
  .cpt-announcement-banner .coh-col-xl-4 .coh-link {
    min-width: 240px;
  }
  .cpt-announcement-banner.cpt-announcement-bigtext-1 .coh-col-xl-4 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cpt-announcement-banner .coh-col-xl-8 p {
    margin: 0 0 12px 0;
  }
  .cpt-announcement-banner .cpt-button-link {
    display: block;
  }
  .cpt-announcement-banner.cpt-announcement-bigtext-1 .coh-col-xl-4 {
    text-align: center;
  }
  .cpt-announcement-banner.cpt-announcement-bigtext-1 .cpt-button-link {
    display: block;
    max-width: 280px;
    margin: 0 auto;
  }
}
/**
 * @file
 * Site Studio CTA Bar Component.
 */
.cpt-cta-bar {
  background-color: #f6f6f6;
}
.cpt-cta-bar .coh-row-inner {
  align-items: center;
}
.cpt-cta-bar .coh-paragraph {
  color: #065154;
  font-size: 32px;
  font-weight: 700;
}
.cpt-cta-bar h2 {
  line-height: 1.25;
  margin: 0;
  font-size: 1.6em;
}

@media (min-width: 1170px) {
  .cpt-cta-bar h2 {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .cpt-cta-bar .coh-paragraph {
    text-align: center;
    min-width: 100%;
    margin-bottom: 0;
  }
  .cpt-cta-bar .cpt-cta-bar-text {
    display: flex;
    align-items: center;
  }
  .cpt-cta-bar .buttons-wrapper {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
  .cpt-cta-bar .buttons-wrapper .cpt-button-link {
    display: inline-block;
    margin: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cpt-cta-bar .coh-paragraph {
    text-align: center;
    min-width: 100%;
    margin-bottom: 0;
  }
  .cpt-cta-bar .cpt-cta-bar-text {
    text-align: center;
  }
  .cpt-cta-bar .buttons-wrapper {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .cpt-cta-bar .buttons-wrapper .cpt-button-link {
    display: inline-block;
    margin: 0 10px;
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .cpt-cta-bar .coh-paragraph {
    text-align: center;
    min-width: 100%;
    font-size: 20px;
    margin-bottom: 0;
  }
  .cpt-cta-bar .buttons-column {
    padding: 0;
  }
  .cpt-cta-bar .buttons-column .coh-row-inner {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100%;
  }
  .cpt-cta-bar .buttons-column .coh-row-inner .coh-column {
    margin: 0 !important;
    padding: 0 !important;
  }
  .cpt-cta-bar h2 {
    text-align: center;
  }
  .cpt-cta-bar .buttons-wrapper {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cpt-cta-bar .buttons-wrapper .cpt-button-link {
    display: block;
    margin: 10px 0 0 0;
    min-width: 160px;
  }
}
/**
 * @file
 * Site Studio Icon Card Component.
 */
.cpt-icon-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  background-color: #f6f6f6;
  border-radius: 10px;
  text-decoration: none;
  color: #222221;
  text-align: center;
}
.cpt-icon-card h3 {
  font-size: 1.4em;
  margin: 20px;
}
.cpt-icon-card &gt; div:first-child {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  padding: 30px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
}
.cpt-icon-card &gt; div:first-child img {
  width: 100%;
  height: 100%;
  display: block;
}
a.cpt-icon-card:hover {
  background-color: #eaeaea;
}

.cpt-icon-card .coh-heading {
  margin: 16px 0;
}
.cpt-icon-card .coh-paragraph:last-child {
  margin-bottom: 0;
}

.section-dark-teal .cpt-icon-card h3 {
  color: #065154;
}

.section-light-grey .cpt-icon-card {
  background-color: #fff;
}
.section-light-grey .cpt-icon-card &gt; div:first-child {
  background-color: #f6f6f6;
}
a.section-light-grey .cpt-icon-card:hover {
  background-color: #eaeaea;
}

@media (max-width: 1023px) {
  .cpt-icon-card {
    margin: 10px 0;
    height: calc(100% - 20px);
  }
  .cpt-icon-card h3 {
    font-size: 1.6em;
  }
  .cpt-icon-card &gt; div:first-child {
    width: 120px;
    height: 120px;
    padding: 20px;
  }
}
/**
 * @file
 * Map popup.
*/
.geolocation-map-wrapper .gm-style-iw {
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.geolocation-map-wrapper .gm-style-iw .gm-ui-hover-effect {
  top: 4px !important;
  right: 4px !important;
  z-index: 1;
}
.geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div {
  display: flex;
}
.geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div .bubble-left {
  padding-right: 12px;
}
.geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div .bubble-left img {
  display: block;
  border-radius: 8px;
}
.geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div .bubble-right .coh-heading {
  font-size: 1.429em;
  display: block;
  margin: 0;
}
.geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div .bubble-right .coh-heading a {
  text-decoration: none;
  color: #065154;
  font-family: "Euclid", sans-serif;
  font-weight: 500;
}
.geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div .bubble-right h3 {
  font-size: 1.136em;
  font-weight: 700;
}
.geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div .bubble-right p:empty {
  display: none;
}
.geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div .bubble-right .price {
  color: #065154;
  margin-bottom: 8px;
}
.geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div .bubble-right .price p {
  margin: 0;
}
.geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div .bubble-right .price p:nth-child(2) {
  font-size: 1.429em;
}
.geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div .bubble-right .price strong {
  font-weight: bold;
}
.geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div .bubble-right p:last-child {
  margin-bottom: 0;
}
.geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div .bubble-right p:last-child a {
  text-decoration: none;
  color: #2f864c;
  font-family: "Euclid", sans-serif;
  font-weight: bold;
  padding-right: 14px;
  background-image: url("../images/chevron-right-green.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 5px;
}
.geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div .bubble-right ul {
  margin: 0;
}
.geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div .bubble-right.popup-wrapper-land-aquired p:last-child a {
  color: #6f3385;
  background-image: url("../images/chevron-right-purple.svg");
}
.geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div .bubble-right.popup-wrapper-coming-soon p:last-child a {
  color: #d78041;
  background-image: url("../images/chevron-right-orange.svg");
}

@media (max-width: 1023px) {
  .geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div {
    flex-wrap: wrap;
  }
  .geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div .bubble-right {
    padding-top: 12px;
  }
  .geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div .bubble-right &gt; a {
    font-size: 1.143em;
  }
  .geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div .bubble-right .price p:first-child {
    font-size: 0.714em;
  }
  .geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div .bubble-right .price p:nth-child(2) {
    font-size: 1em;
  }
  .geolocation-map-wrapper .gm-style-iw .gm-style-iw-d .field-content &gt; div .bubble-right .price + p {
    font-size: 0.857em;
  }
}
/**
 * @file
news page
 */
.path-news .news-view {
  position: relative;
  display: flex;
  margin: auto;
  max-width: 1340px;
  padding: 50px 0.9375rem;
}
.path-news .news-content-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 66.66667%;
  margin-left: 0.9375rem;
  margin-top: 10px;
}
.path-news .news-content-wrapper .news-header-wrapper {
  min-height: 27px;
}
.path-news .news-content-wrapper .news-header-wrapper .header-count {
  text-align: right;
  position: relative;
  top: 4px;
}
.path-news .news-featured-wrapper {
  margin: 30px 0;
}
.path-news .featured-news {
  background-color: #a8d2d4;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
}
.path-news .featured-news div:first-child {
  width: 100%;
}
.path-news .featured-news div h2 {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.824em;
}
.path-news .featured-news .featured-news-item {
  position: relative;
  flex: 45%;
}
.path-news .featured-news .featured-news-item:nth-child(even) {
  margin: 0.9375rem 0.9375rem 0.9375rem 0;
}
.path-news .featured-news .featured-news-item:nth-child(odd) {
  margin: 0.9375rem 0 0.9375rem 0.9375rem;
}
.path-news .featured-news .featured-news-item .news-item-inner img {
  border-radius: 10px;
}
.path-news .featured-news .featured-news-item .news-item-inner .cpt-tag-link {
  position: absolute;
  background-color: #2f864c;
  top: 15px;
  left: 15px;
}
.path-news .featured-news .featured-news-item .news-item-inner .cpt-tag-link:empty {
  padding: 0;
}
.path-news .featured-news .featured-news-item .news-item-inner h3 {
  font-size: 1.412em;
  line-height: 1.2;
  margin: 15px 0;
  font-weight: 700;
}
.path-news .featured-news .featured-news-item .news-item-inner h3 a {
  color: #065154;
  text-decoration: underline;
}
.path-news .featured-news .featured-news-item .news-item-inner h3 a:hover {
  text-decoration: none;
}
.path-news .featured-news .featured-news-item .news-item-inner h3 a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.path-news .featured-news .featured-news-item .news-item-inner .news-created {
  color: #065154;
}
.path-news .news-standard-wrapper .news-item {
  margin: 30px 0;
}
.path-news .news-standard-wrapper .news-item .news-item-inner {
  clear: both;
  overflow: hidden;
  position: relative;
}
.path-news .news-standard-wrapper .news-item .news-item-inner .news-image {
  float: left;
  margin-right: 30px;
}
.path-news .news-standard-wrapper .news-item .news-item-inner .news-image img {
  border-radius: 10px;
}
.path-news .news-standard-wrapper .news-item .news-item-inner .news-image:empty + .cpt-tag-link {
  position: static;
}
.path-news .news-standard-wrapper .news-item .news-item-inner .cpt-tag-link {
  position: absolute;
  background-color: #2f864c;
  top: 15px;
  left: 15px;
}
.path-news .news-standard-wrapper .news-item .news-item-inner .cpt-tag-link:empty {
  padding: 0;
}
.path-news .news-standard-wrapper .news-item .news-item-inner .news-title h3 {
  font-size: 1.412em;
  font-weight: 700;
  line-height: 1.2;
  margin: 15px 0;
}
.path-news .news-standard-wrapper .news-item .news-item-inner .news-title h3 a {
  color: #065154;
  text-decoration: underline;
}
.path-news .news-standard-wrapper .news-item .news-item-inner .news-title h3 a:hover {
  text-decoration: none;
}
.path-news .news-standard-wrapper .news-item .news-item-inner .news-title h3 a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.path-news .news-standard-wrapper .news-item .news-item-inner .news-created {
  color: #444;
  opacity: 0.8;
}
.path-news .news-standard-wrapper .views-field {
  clear: both;
}
.path-news .news-summary {
  margin-bottom: 1em;
}
.path-news .news-summary p {
  margin-bottom: 0;
}
.path-news .news-created {
  font-size: 0.941em;
  line-height: 1.7;
}

@media (min-width: 1170px) {
  .path-news .featured-news .featured-news-item .news-item-inner .cpt-tag-link {
    max-width: calc(100% - 54px);
  }
  .path-news .news-standard-wrapper .news-item .news-item-inner .cpt-tag-link {
    max-width: 335px;
  }
}
@media (min-width: 1400px) {
  .path-news .featured-news .featured-news-item .news-item-inner .cpt-tag-link {
    max-width: 335px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .path-news .featured-news .featured-news-item .news-item-inner .cpt-tag-link {
    max-width: calc(100% - 54px);
  }
  .path-news .news-standard-wrapper .news-item .news-item-inner .news-image {
    width: 50%;
  }
  .path-news .news-standard-wrapper .news-item .news-item-inner .news-title h3 {
    margin-top: 0;
  }
  .path-news .news-standard-wrapper .news-item .news-item-inner .cpt-tag-link {
    max-width: 270px;
  }
}
@media (max-width: 1023px) {
  .path-news .news-view {
    display: block;
    max-width: 96%;
    padding: 12px;
    margin: 20px 0;
  }
  .path-news .news-item .news-item-inner .cpt-tag-link {
    max-width: 335px;
  }
  .path-news .news-content-wrapper {
    display: block;
    max-width: none;
    margin: 20px 0;
  }
  .path-news .news-content-wrapper .news-header-wrapper {
    min-height: 0;
  }
  .path-news .news-content-wrapper .news-header-wrapper .header-count {
    text-align: left;
    padding: 0 0 10px 10px;
  }
  .path-news .news-featured-wrapper {
    margin: 0 0 20px;
  }
  .path-news .featured-news {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .path-news .featured-news h2 {
    margin-bottom: 0;
  }
  .path-news .featured-news .featured-news-item {
    margin: 10px;
  }
  .path-news .featured-news .featured-news-item .news-item-inner img {
    width: 100%;
  }
  .path-news .featured-news .featured-news-item .news-item-inner .cpt-tag-link {
    max-width: calc(100% - 54px);
  }
}
@media (max-width: 767px) {
  .path-news .featured-news {
    display: block;
  }
  .path-news .featured-news h2 {
    margin-bottom: 20px;
  }
  .path-news .featured-news .featured-news-item:nth-child(even), .path-news .featured-news .featured-news-item:nth-child(odd) {
    margin: 0 0 30px 0;
  }
  .path-news .featured-news .featured-news-item .news-item-inner {
    overflow: hidden;
  }
  .path-news .featured-news .featured-news-item .news-item-inner .cpt-tag-link {
    max-width: calc(100% - 54px);
  }
  .path-news .featured-news .news-image img {
    width: 100%;
  }
  .path-news .news-standard-wrapper .news-item {
    margin: 0 0 30px 0;
  }
  .path-news .news-standard-wrapper .news-item .news-item-inner {
    padding: 0;
  }
  .path-news .news-standard-wrapper .news-item .news-item-inner .news-image {
    margin-right: 0;
    float: none;
  }
  .path-news .news-standard-wrapper .news-item .news-item-inner .news-image img {
    width: 100%;
  }
  .path-news .news-standard-wrapper .news-item .news-item-inner .cpt-tag-link {
    top: 10px;
    left: 10px;
    max-width: calc(100% - 44px);
  }
}
/**
 * @news filters
 * Main Style.
*/
.news-filters {
  box-sizing: border-box;
  width: 100%;
  max-width: 416px;
  margin-right: 0.9375rem;
  border-radius: 10px;
  padding: 40px;
  align-self: flex-start;
  display: inline-block;
  background-color: #f6f6f6;
}
.news-filters .cpt-button-link {
  display: block;
  background-color: #fff;
  text-align: left;
  margin-bottom: 1em;
}
.news-filters .cpt-button-link:hover, .news-filters .cpt-button-link:focus, .news-filters .cpt-button-link:focus-visible {
  background-color: #d4e9ea;
  text-decoration: underline;
  border-color: #d4e9ea;
}
.news-filters .cpt-button-link.active {
  background-color: #a8d2d4;
  text-decoration: underline;
}
.news-filters .cpt-button-link.active:hover, .news-filters .cpt-button-link.active:focus, .news-filters .cpt-button-link.active:focus-visible {
  background-color: #d4e9ea;
}
.news-filters .news-filters-form h2 {
  display: none;
}
.news-filters h2 {
  font-size: 1.824em;
  font-weight: 700;
  margin-top: 0;
}
.news-filters input[type=text] {
  background-image: none;
}
.news-filters .form-type-textfield .form-text {
  margin: 8px 0 20px;
}
.news-filters .form-select {
  width: 100%;
  margin: 8px 0;
}
.news-filters label {
  font-weight: bold;
}
.news-filters legend {
  padding: 25px 0 10px;
  font-weight: bold;
}
.news-filters .bef--secondary summary {
  font-weight: bold;
  margin-bottom: 1em;
}
.news-filters .form-type-select {
  margin-top: 1em;
  margin-bottom: 2em;
}
.news-filters select {
  width: 100%;
}
.news-filters .form-submit {
  margin-top: 20px;
}
.news-filters .form-type-checkbox {
  display: flex;
  align-items: center;
}
.news-filters .form-type-checkbox input[type=checkbox] {
  min-height: 30px;
}
.news-filters .form-type-checkbox label {
  font-weight: normal;
}
.news-filters .form-actions input[type=submit] {
  font-family: "Euclid", sans-serif;
}
.news-filters .form-actions input[value=Reset] {
  background-color: #d4d4d4;
}
.news-filters .form-actions input[value=Reset]:hover {
  background-color: #eaeaea;
}

.path-search .news-filters .fieldgroup,
.path-search .news-filters .form-type-select {
  display: none;
}

@media (max-width: 1023px) {
  .news-filters {
    display: block;
    max-width: none;
    margin: 0;
    padding: 20px;
  }
  .news-filters h2 {
    margin-bottom: 0;
  }
  .news-filters .news-filters-form {
    padding-top: 12px;
  }
  .news-filters .js-form-type-select.js-form-item-field-region-target-id .form-select {
    margin: 8px 0 20px;
  }
  .news-filters.item-collapsible-open .btn-toggle {
    background-image: url("../images/chevron-up-teal.svg");
  }
  .news-filters.item-collapsible-open .news-filters-form {
    display: block;
  }
  .news-filters button.btn-toggle {
    background-image: url("../images/chevron-down-teal.svg");
    background-repeat: no-repeat;
    background-position: right 0 top 50%;
    background-size: 16px;
  }
}
@media (max-width: 767px) {
  .news-filters .form-type-textfield .form-text {
    font-size: 1.25em;
  }
}
/**
 * @file
 * News Detail Page
 */
.page-node-type-news .news-details-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-node-type-news .news-details-header-wrapper::before, .page-node-type-news .news-details-header-wrapper::after {
  content: none;
}
.page-node-type-news .news-published-date {
  color: #065154;
  font-size: 0.909em;
}
.page-node-type-news .news-domain-field-wrapper {
  display: inline-block;
  border-radius: 10px;
  padding: 6px 16px;
  background-color: #2f864c;
  color: #fff;
  font-size: 0.909em;
}
.page-node-type-news .coh-col-xl-8 {
  margin: 0 auto;
}
.page-node-type-news article {
  margin-bottom: 40px;
}
.page-node-type-news article img {
  border-radius: 10px;
}
.page-node-type-news figure article {
  margin-bottom: 0;
}

/**
 * @file
properties page
 */
.path-properties .master-template-breadcrumb {
  display: none;
}

.properties-list-banner {
  background-color: #187988;
}
.properties-list-banner h1 {
  color: #fff;
}

.ui-autocomplete {
  font-family: "Poppins", sans-serif;
  font-size: 0.9em;
  border-radius: 10px;
  padding: 10px 24px;
}

.properties-search-form-wrap {
  padding: 1px 0;
  background-color: #25535B;
}

.properties-search-form .location-input-geocoder {
  display: none;
}
.properties-search-form .main-form-fields {
  color: #fff;
}
.properties-search-form .main-form-fields input,
.properties-search-form .main-form-fields select {
  width: 100%;
  background-color: #fff;
}
.properties-search-form .main-form-fields input {
  background-image: none !important;
}
.properties-search-form .buttons .form-submit {
  background-color: #c4d600;
  color: #065154;
}
.properties-search-form .buttons .form-submit[value="Clear all"] {
  background-color: transparent;
  color: inherit;
  padding: 0.5em;
  height: auto;
}
.properties-search-form .buttons .form-submit[value="Clear all"]:hover {
  text-decoration: underline;
}
.properties-search-form .form-item .description {
  font-size: 0.9em;
  opacity: 0.75;
  margin: 0;
}
.properties-search-form .btn-more-filters {
  color: #fff;
}
.properties-search-form .btn-more-filters:hover, .properties-search-form .btn-more-filters:focus {
  text-decoration: none;
}

.more-filters-form .option-set .fieldset-legend {
  font-weight: 600;
}
.more-filters-form .option-set .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
}
.more-filters-form .option-set .form-checkboxes .form-item {
  margin-right: 36px;
  display: flex;
  align-items: center;
}
.more-filters-form .option-set .form-checkboxes .form-item input[type=checkbox] {
  min-height: 30px;
}
.more-filters-form .buttons .form-submit[value="Clear all"] {
  color: #065154;
  text-decoration: underline;
}
.more-filters-form .buttons .form-submit[value="Clear all"]:hover {
  text-decoration: none;
}

.properties-card-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.properties-card-list .property-row {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 24px;
  display: flex;
}
.properties-card-list .field-content {
  display: flex;
  width: 100%;
}
.properties-card-list .views-field {
  display: flex;
  width: 100%;
}

.property-view-card {
  margin-bottom: 24px;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.property-view-card:hover {
  transform: translateY(-24px);
}
.property-view-card .image-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}
.property-view-card .image-wrapper img {
  display: block;
  width: 100%;
}
.property-view-card .image-wrapper p {
  display: none;
}
.property-view-card .image-wrapper .shared-tag,
.property-view-card .image-wrapper .property-status {
  position: absolute;
  line-height: 1.2;
  /* Taking in consideration the cpt-on-this-page-bar component z-index.*/
  z-index: 19;
}
.property-view-card .image-wrapper .shared-tag {
  display: inline-block;
  top: 12px;
  left: 12px;
  font-size: 0.8em;
  padding: 10px 12px 8px;
  border-radius: 8px;
  text-decoration: none;
  background-color: #25535B;
  color: #fff;
}
.property-view-card .image-wrapper .property-status {
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 6px 0;
  text-align: center;
  color: #065154;
  background-color: #c4d600;
  font-size: 0.9em;
  font-weight: 600;
}
.property-view-card h3 {
  color: #005F63;
  margin-bottom: 6px;
  font-weight: bold;
  padding: 0 12px;
}
.property-view-card h3 a {
  text-decoration: none;
  color: #005F63;
}
.property-view-card .price {
  color: #065154;
  font-size: 1.4em;
  padding: 0 12px;
  font-weight: normal;
}
.property-view-card .price p:first-child {
  font-size: 0.8em;
  margin: 0;
}
.property-view-card .price strong {
  font-weight: bold;
}
.property-view-card .price p {
  padding: 0;
}
.property-view-card p {
  padding: 0 12px;
}
.property-view-card p .map-icon {
  display: inline-block;
  position: relative;
  transform: translateY(5px);
  width: 22px;
  height: 22px;
  margin: 0 12px 0 0;
  background-image: url("../images/icon-location.svg");
  background-size: 22px 22px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.property-view-card .property-location {
  flex-grow: 1;
  color: #065154;
}
.property-view-card p:last-child a {
  display: block;
  background-color: #187988;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  padding: 12px;
}
.property-view-card p:last-child a:hover {
  background-color: #25535B;
}
.property-view-card p:last-child a:after {
  content: "";
  width: 20px;
  height: 13px;
  display: inline-block;
  background-image: url("../images/chevron-right-white.svg");
  background-position: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.property-view-card p:last-child a.btn-disabled {
  background-color: #f6f6f6;
  color: #444;
  cursor: not-allowed;
}
.property-view-card p:last-child a.btn-disabled:hover {
  background-color: #f6f6f6;
}
.property-view-card p:last-child a.btn-disabled:after {
  background-image: none;
}

.geolocation-map-container,
.geolocation-map-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  overflow: hidden;
  border-radius: 10px;
}

.properties-map-view .button-map-view {
  display: none;
}

.properties-list-view .button-list-view {
  display: none;
}

.properties-pin-legend .pin-legend {
  display: block;
  padding-left: 24px;
  color: #065154;
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.properties-pin-legend .pin-legend.pin-available {
  background-image: url("../images/icon-pin-green.svg");
}
.properties-pin-legend .pin-legend.pin-acquired {
  background-image: url("../images/icon-pin-purple.svg");
}
.properties-pin-legend .pin-legend.pin-soon {
  background-image: url("../images/icon-pin-orange.svg");
}

@media (min-width: 1024px) {
  .properties-search-form label {
    display: block;
  }
  .properties-search-form .main-search {
    padding-right: 24px;
    flex: 1 0 auto;
  }
  .properties-search-form .main-search input {
    height: 52px;
    margin-bottom: 6px;
  }
  .properties-search-form .buttons .form-actions {
    max-width: 160px;
  }
  .properties-search-form .main-form-fields {
    display: flex;
    flex: 1 0 auto;
    justify-content: space-between;
  }
  .properties-search-form .main-form-fields .extra-fields {
    display: flex;
    flex: 1 0 auto;
  }
  .properties-search-form .main-form-fields .extra-fields h3 {
    display: none;
  }
  .properties-search-form .main-form-fields .extra-fields .btn-close-filters {
    display: none;
  }
  .properties-search-form .main-form-fields .bedrooms,
.properties-search-form .main-form-fields .price,
.properties-search-form .main-form-fields .radius {
    flex: 1 1 30%;
    padding-right: 24px;
  }
  .properties-search-form .main-form-fields .bedrooms select,
.properties-search-form .main-form-fields .price select,
.properties-search-form .main-form-fields .radius select {
    padding-top: 17px;
    padding-bottom: 16px;
  }
  .properties-search-form .buttons .form-submit {
    padding-left: 48px;
    padding-right: 48px;
    height: 52px;
  }

  .more-filters-form {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    width: 720px;
    transform: translate(-50%, -50%);
    background-color: #f6f6f6;
    padding: 18px 24px 24px 24px;
    box-shadow: 0 0 8px rgba(1, 1, 1, 0.25);
    border-radius: 10px;
  }
  .more-filters-form h3 {
    font-weight: bold;
    margin-bottom: 1em;
  }
  .more-filters-form .btn-close-filters {
    display: flex;
    align-items: center;
    position: absolute;
    top: 18px;
    right: 24px;
    text-decoration: none;
    font-size: 0.9em;
    color: #25535B;
  }
  .more-filters-form .btn-close-filters .icon-x {
    font-size: 32px;
    margin-left: 6px;
    line-height: 1;
  }
  .more-filters-form .buttons .form-submit {
    width: auto;
  }
  .more-filters-form .buttons .form-actions {
    max-width: none;
  }

  .properties-sort-view {
    display: flex;
    max-width: 480px;
  }
  .properties-sort-view .form-select {
    background-color: #fff;
  }
  .properties-sort-view .button-map-view {
    height: 52px;
    box-sizing: border-box;
    padding-left: 48px;
    margin-left: 24px;
    background-color: #f6f6f6;
    background-image: url("../images/icon-map-button.svg");
    background-position: 12px 50%;
    background-repeat: no-repeat;
    background-size: 18px auto;
  }
  .properties-sort-view .button-list-view {
    height: 52px;
    box-sizing: border-box;
    padding-left: 48px;
    margin-left: 0;
    background-color: #f6f6f6;
    background-image: url("../images/icon-list-button.svg");
    background-position: 12px 50%;
    background-repeat: no-repeat;
    background-size: 18px auto;
  }

  .path-properties .views-view-grid .views-row {
    max-width: 1170px;
    float: none;
    margin: 0 auto;
    padding: 24px 12px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .path-properties .views-view-grid .views-row .views-col {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: none;
    width: auto !important;
  }

  .properties-list-header .coh-row {
    padding: 0;
  }
  .properties-list-header h2 {
    margin: 0;
    height: 0;
    overflow: hidden;
  }

  .properties-colection-status {
    text-align: right;
  }

  .properties-pin-legend {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .properties-pin-legend .pin-legend {
    margin-left: 24px;
  }
}
.housing-theme .properties-search-form-wrap,
.housing-theme .properties-search-form .main-form-fields .main-search,
.housing-theme .properties-search-form .main-form-fields .buttons {
  background-color: #2f864c;
}
.housing-theme .properties-list-banner {
  background-color: #419b4b;
}

@media (min-width: 1400px) {
  .properties-search-form .main-form-fields .bedrooms select,
.properties-search-form .main-form-fields .price select,
.properties-search-form .main-form-fields .radius select {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .properties-search-form-wrap {
    background-color: #f6f6f6;
  }
  .properties-search-form-wrap .coh-row {
    padding: 0;
  }
  .properties-search-form-wrap .coh-row .coh-row-inner {
    max-width: none;
    padding: 0;
  }
  .properties-search-form-wrap .coh-row .coh-column {
    margin: 0;
    padding: 0;
  }

  .properties-search-form .main-form-fields {
    display: flex;
    flex-direction: column;
  }
  .properties-search-form .main-form-fields .main-search {
    background-color: #25535B;
    padding: 12px 24px;
  }
  .properties-search-form .main-form-fields .buttons {
    background-color: #25535B;
    order: 2;
    padding: 1px 24px 23px 24px;
  }
  .properties-search-form .main-form-fields .buttons .btn-more-filters {
    display: block;
    flex: 0 1 48%;
    background-color: #fff;
    color: #065154;
    padding: 12px;
    margin-bottom: 1em;
    border-radius: 10px;
    line-height: 24px;
    box-sizing: border-box;
    text-align: center;
  }
  .properties-search-form .main-form-fields .buttons .form-submit[value="Clear all"] {
    padding: 1em;
  }
  .properties-search-form .main-form-fields .form-item .description {
    margin: 0.9em 0 0 0;
  }
  .properties-search-form .main-form-fields .extra-fields {
    order: 3;
    padding: 12px 24px 24px 24px;
    color: #065154;
    display: none;
  }
  .properties-search-form .main-form-fields .extra-fields .btn-close-filters {
    float: right;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 0.9em;
    color: #25535B;
  }
  .properties-search-form .main-form-fields .extra-fields .btn-close-filters .icon-x {
    font-size: 32px;
    margin-left: 6px;
    line-height: 1;
  }
  .properties-search-form .main-form-fields .extra-fields h3 {
    margin-bottom: 1em;
  }
  .properties-search-form .main-form-fields .extra-fields .bedrooms,
.properties-search-form .main-form-fields .extra-fields .price,
.properties-search-form .main-form-fields .extra-fields .radius {
    margin-bottom: 24px;
  }
  .properties-search-form .main-form-fields .extra-fields .bedrooms select,
.properties-search-form .main-form-fields .extra-fields .price select,
.properties-search-form .main-form-fields .extra-fields .radius select {
    background-color: #fff;
  }
  .properties-search-form .more-filters-form {
    padding: 12px 24px 24px 24px;
    display: none;
  }
  .properties-search-form .more-filters-form .btn-close-filters {
    display: none;
  }
  .properties-search-form .more-filters-form h3 {
    display: none;
  }
  .properties-search-form .more-filters-form .buttons .form-submit {
    padding: 1em;
  }
  .properties-search-form.more-filters-open .main-form-fields .extra-fields {
    display: block;
  }
  .properties-search-form.more-filters-open .more-filters-form {
    display: block;
  }
  .properties-search-form .btn-more-filters {
    text-decoration: none;
  }

  .path-properties .views-view-grid .views-row {
    max-width: 96%;
    float: none;
    margin: 0 auto;
    padding: 24px 0;
    box-sizing: border-box;
  }
  .path-properties .views-view-grid .views-row .views-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: none;
    width: auto !important;
  }

  .properties-pin-legend {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 1.1em;
  }
  .properties-pin-legend .pin-legend {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .properties-pin-legend .pin-legend:last-child {
    grid-column: 1/span 2;
    margin: 14px auto 0 auto;
    transform: translateX(-12px);
  }

  .property-view-card {
    transition: all 0s ease 0s;
  }
  .property-view-card:hover {
    transform: none;
  }
  .property-view-card p:last-child a:after {
    height: 10px;
  }

  .properties-sort-view {
    display: flex;
    justify-content: space-between;
  }
  .properties-sort-view .form-select {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .path-properties .views-view-grid .views-row {
    max-width: 96%;
    float: none;
    margin: 0 auto;
    padding: 24px 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .path-properties .views-view-grid .views-row .views-col {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: none;
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .properties-card-list {
    display: block;
  }
  .properties-card-list .property-row,
.properties-card-list .field-content,
.properties-card-list .views-field {
    display: block;
  }

  .properties-search-form .main-form-fields input {
    font-size: 1.25em;
  }
}
/**
 * @file
 * Main Style.
 */
.page-node-type-property .cpt-announcement-banner .coh-col-xl-8 {
  max-width: none;
  flex: 0 0 100%;
}
.page-node-type-property h1 {
  color: #065154;
  margin-bottom: 0.5em;
}
.page-node-type-property .cpt-button-link.btn-full {
  max-width: 640px;
  margin: 0 auto 30px auto;
  background-color: #c4d600;
}
.page-node-type-property .cpt-button-link.btn-full:hover {
  background-color: #e2eb80;
}
.page-node-type-property .coh-col-xl-4 .cpt-button-link.btn-full {
  max-width: none;
  margin: 0;
}
.page-node-type-property .property-features .row-first {
  clear: both;
}
.page-node-type-property .property-features .price {
  float: left;
  margin-right: 44px;
  color: #065154;
  font-size: 1.023em;
}
.page-node-type-property .property-features .price span {
  font-size: 1.818em;
  font-weight: 500;
}
.page-node-type-property .property-features .help-to-buy-icon img {
  margin-top: -10px;
}
.page-node-type-property .property-features .row-second {
  display: flex;
  clear: both;
  margin-bottom: 38px;
}
.page-node-type-property .property-features .row-second div {
  display: flex;
  align-items: center;
  margin-right: 40px;
  font-size: 0.966em;
}
.page-node-type-property .property-features .row-second div img {
  margin-right: 18px;
}
.page-node-type-property .property-body {
  margin-bottom: 38px;
}
.page-node-type-property .geolocation-map-container {
  border-radius: 10px;
}
.page-node-type-property .kitchen-selector-wrapper {
  margin: 12px auto;
  max-width: 1088px;
}
.page-node-type-property .cpt-help-to-buy-calculator,
.page-node-type-property .cpt-mortgage-calculator,
.page-node-type-property .cpt-shared-ownership-calculator,
.page-node-type-property .cpt-shared-equity-calculator {
  margin: 0 auto 30px auto;
  max-width: 1088px;
}
.page-node-type-property .views-view-grid .views-row .views-col {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.page-node-type-property .developments-cards-wrapper h2 {
  float: left;
}
.page-node-type-property .developments-cards-wrapper .cpt-button-link {
  background-color: #187988;
  color: #fff;
  float: right;
  display: block;
  margin-top: 1.6em;
}
.page-node-type-property .developments-cards-wrapper .cpt-button-link:hover {
  background-color: #25535B;
}
.page-node-type-property .developments-cards-wrapper img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.page-node-type-property .developments-cards-wrapper h3 a {
  color: #005F63;
  font-weight: bold;
  font-size: 0.758em;
  text-decoration: none;
}
.page-node-type-property .developments-cards-wrapper h3 + p {
  display: flex;
  color: #005F63;
  font-size: 1.023em;
}
.page-node-type-property .developments-cards-wrapper h3 + p + p {
  font-size: 0.91em;
}
.page-node-type-property .developments-cards-wrapper p:empty, .page-node-type-property .developments-cards-wrapper p:last-child {
  display: none;
}
.page-node-type-property .developments-cards-wrapper .map-icon {
  display: inline-block;
  background-image: url("../images/icon-pin.svg");
  width: 22px;
  height: 22px;
  margin-right: 7px;
}
.page-node-type-property .developments-cards-wrapper .development-cards-list {
  display: flex;
  clear: both;
}

@media (min-width: 1170px) {
  .developments-cards-wrapper .views-element-container {
    clear: both;
    padding: 12px 0;
  }
  .developments-cards-wrapper .development-cards-list {
    margin: 0 -12px;
    display: flex;
    width: calc(100% + 24px);
  }
}
@media (max-width: 767px) {
  .page-node-type-property .property-features .price {
    float: none;
    margin-right: 0;
    font-size: 1.41em;
  }
  .page-node-type-property .property-features .price span {
    font-size: 1.774em;
  }
  .page-node-type-property .property-features .help-to-buy-icon {
    display: none;
  }
  .page-node-type-property .property-features .row-second {
    display: block;
    font-size: 1.328em;
  }
  .page-node-type-property .property-features .row-second div {
    align-items: flex-end;
    display: grid;
    grid-template-columns: 1fr 4fr;
    margin: 0 0 18px 0;
  }
  .page-node-type-property .property-features .row-second div img {
    margin-right: 0;
    height: 30px;
  }
  .page-node-type-property .sidebar-share-wrapper {
    margin-top: 30px;
  }
  .page-node-type-property .developments-cards-wrapper h2 {
    float: none;
  }
  .page-node-type-property .developments-cards-wrapper .cpt-button-link {
    display: block;
    float: none;
    margin: 1em 0;
  }
  .page-node-type-property .developments-cards-wrapper .development-cards-list {
    flex-direction: column;
  }
  .page-node-type-property .developments-cards-wrapper .development-cards-list .coh-column {
    max-width: none;
    padding: 0;
  }
}
/**
 * @file
 * Developments page
 */
.path-developments .master-template-breadcrumb {
  display: none;
}

.developments-list-banner {
  background-color: #187988;
}
.developments-list-banner h1 {
  color: #fff;
}

.developments-search-form-wrap {
  padding: 1px 0;
  background-color: #25535B;
}

.developments-search-form .location-input-geocoder {
  display: none;
}
.developments-search-form .main-search input {
  background-image: none !important;
}
.developments-search-form .main-form-fields {
  color: #fff;
}
.developments-search-form .main-form-fields input,
.developments-search-form .main-form-fields select {
  width: 100%;
  color: #010101;
  background-color: #fff;
}
.developments-search-form .buttons .form-submit {
  background-color: #c4d600;
  color: #065154;
}
.developments-search-form .buttons .form-submit[value="Clear all"] {
  background-color: transparent;
  color: inherit;
  padding: 0.5em;
  height: auto;
}
.developments-search-form .buttons .form-submit[value="Clear all"]:hover {
  text-decoration: underline;
}
.developments-search-form .form-item .description {
  font-size: 0.9em;
  opacity: 0.75;
  margin: 0;
}

.developments-card-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.developments-card-list .development-row {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 24px;
  display: flex;
}
.developments-card-list .field-content {
  display: flex;
  width: 100%;
}
.developments-card-list .views-field {
  display: flex;
  width: 100%;
}

.property-view-card .development-location {
  color: #065154;
  flex-grow: 1;
}

.developments-map-view .button-map-view {
  display: none;
}

.developments-list-view .button-list-view {
  display: none;
}

.developments-pin-legend .pin-legend {
  display: block;
  padding-left: 24px;
  color: #065154;
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.developments-pin-legend .pin-legend.pin-available {
  background-image: url("../images/icon-pin-green.svg");
}
.developments-pin-legend .pin-legend.pin-acquired {
  background-image: url("../images/icon-pin-purple.svg");
}
.developments-pin-legend .pin-legend.pin-soon {
  background-image: url("../images/icon-pin-orange.svg");
}

@media (min-width: 1024px) {
  .developments-search-form label,
.developments-search-form .label {
    display: block;
    margin-bottom: 0;
  }
  .developments-search-form .main-search {
    padding-right: 24px;
    flex: 1 0 auto;
  }
  .developments-search-form .main-search input {
    height: 52px;
    margin-bottom: 6px;
  }
  .developments-search-form .main-form-fields {
    display: flex;
    flex: 1 0 auto;
    justify-content: space-between;
  }
  .developments-search-form .main-form-fields .extra-fields {
    display: flex;
    flex: 1 0 auto;
  }
  .developments-search-form .main-form-fields .extra-fields h3 {
    display: none;
  }
  .developments-search-form .main-form-fields .extra-fields .btn-close-filters {
    display: none;
  }
  .developments-search-form .main-form-fields .price,
.developments-search-form .main-form-fields .radius {
    flex: 1 1 30%;
    padding-right: 24px;
  }
  .developments-search-form .main-form-fields .price select,
.developments-search-form .main-form-fields .radius select {
    color: #010101;
    padding-top: 17px;
    padding-bottom: 16px;
  }
  .developments-search-form .buttons .form-submit {
    padding-left: 48px;
    padding-right: 48px;
    height: 52px;
  }
  .developments-search-form .buttons .form-actions {
    max-width: 160px;
  }

  .developments-sort-view {
    display: flex;
    max-width: 480px;
  }
  .developments-sort-view .form-select {
    color: #010101;
    background-color: #fff;
  }
  .developments-sort-view .button-map-view {
    height: 52px;
    box-sizing: border-box;
    padding-left: 48px;
    margin-left: 24px;
    background-color: #f6f6f6;
    background-image: url("../images/icon-map-button.svg");
    background-position: 12px 50%;
    background-repeat: no-repeat;
    background-size: 18px auto;
  }
  .developments-sort-view .button-list-view {
    height: 52px;
    box-sizing: border-box;
    padding-left: 48px;
    margin-left: 0;
    background-color: #f6f6f6;
    background-image: url("../images/icon-list-button.svg");
    background-position: 12px 50%;
    background-repeat: no-repeat;
    background-size: 18px auto;
  }

  .path-developments .views-view-grid .views-row {
    max-width: 1170px;
    float: none;
    margin: 0 auto;
    padding: 24px 12px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .path-developments .views-view-grid .views-row .views-col {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: none;
    width: auto !important;
  }

  .developments-list-header .coh-row {
    padding: 0;
  }
  .developments-list-header h2 {
    margin: 0;
    height: 0;
    overflow: hidden;
  }

  .developments-colection-status {
    text-align: right;
  }

  .developments-pin-legend {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .developments-pin-legend .pin-legend {
    margin-left: 24px;
  }
}
@media (min-width: 1400px) {
  .developments-search-form .main-form-fields .price select,
.developments-search-form .main-form-fields .radius select {
    color: #010101;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .path-developments .views-view-grid .views-row {
    max-width: 96%;
    float: none;
    margin: 0 auto;
    padding: 24px 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .path-developments .views-view-grid .views-row .views-col {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: none;
    width: auto !important;
  }
}
@media (max-width: 1023px) {
  .developments-search-form-wrap .coh-row {
    padding: 0;
  }
  .developments-search-form-wrap .coh-row .coh-row-inner {
    max-width: none;
    padding: 0;
  }
  .developments-search-form-wrap .coh-row .coh-column {
    margin: 0;
    padding: 0;
  }

  .developments-search-form .main-form-fields {
    display: flex;
    flex-direction: column;
  }
  .developments-search-form .main-form-fields .main-search {
    background-color: #25535B;
    padding: 12px 24px;
  }
  .developments-search-form .main-form-fields .buttons {
    background-color: #25535B;
    order: 2;
    padding: 1px 24px 23px 24px;
  }
  .developments-search-form .main-form-fields .buttons .form-submit[value="Clear all"] {
    padding: 1em;
  }
  .developments-search-form .main-form-fields .buttons .label {
    display: none;
  }
  .developments-search-form .main-form-fields .form-item .description {
    margin: 0.9em 0 0 0;
  }
  .developments-search-form .main-form-fields .extra-fields {
    padding: 12px 24px 24px 24px;
  }
  .developments-search-form .main-form-fields .extra-fields .btn-close-filters {
    float: right;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 0.9em;
    color: #25535B;
  }
  .developments-search-form .main-form-fields .extra-fields .btn-close-filters .icon-x {
    font-size: 32px;
    margin-left: 6px;
    line-height: 1;
  }
  .developments-search-form .main-form-fields .extra-fields h3 {
    margin-bottom: 1em;
  }
  .developments-search-form .main-form-fields .extra-fields .price,
.developments-search-form .main-form-fields .extra-fields .radius {
    margin-bottom: 24px;
  }
  .developments-search-form .main-form-fields .extra-fields .price select,
.developments-search-form .main-form-fields .extra-fields .radius select {
    color: #010101;
    background-color: #fff;
  }
  .developments-search-form .main-form-fields .extra-fields .radius {
    margin-bottom: 0;
  }

  .developments-sort-view {
    display: flex;
    justify-content: space-between;
  }
  .developments-sort-view .form-select {
    color: #010101;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .path-developments .views-view-grid .views-row {
    max-width: 96%;
    float: none;
    margin: 0 auto;
    padding: 24px 0;
    box-sizing: border-box;
  }
  .path-developments .views-view-grid .views-row .views-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: none;
    width: auto !important;
  }

  .developments-pin-legend {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 1.1em;
  }
  .developments-pin-legend .pin-legend {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .developments-pin-legend .pin-legend:last-child {
    grid-column: 1/span 2;
    margin: 14px auto 0 auto;
    transform: translateX(-12px);
  }
}
@media (max-width: 767px) {
  .developments-card-list {
    display: block;
  }
  .developments-card-list .development-row,
.developments-card-list .field-content,
.developments-card-list .views-field {
    display: block;
  }
}
/**
 * @file
 * Development Page
 */
.page-node-type-development .development-body {
  max-width: 864px;
  margin-top: 30px;
}
.page-node-type-development .cpt-announcement-banner .coh-col-xl-8 {
  max-width: none;
  flex: 0 0 100%;
}
.page-node-type-development .developments-cards-wrapper .views-row {
  float: none;
  margin: 0 auto;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.page-node-type-development .developments-cards-wrapper .views-row .views-col {
  display: flex;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: none;
  width: auto !important;
}
.page-node-type-development .developments-cards-wrapper .views-row .views-field,
.page-node-type-development .developments-cards-wrapper .views-row .field-content {
  display: flex;
}
.page-node-type-development .developments-cards-wrapper .property-on-related-develpment {
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
  margin-bottom: 48px;
}
.page-node-type-development .developments-cards-wrapper .property-on-related-develpment:hover {
  transform: translateY(-34px);
}
.page-node-type-development .developments-cards-wrapper .image-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}
.page-node-type-development .developments-cards-wrapper .image-wrapper img {
  display: block;
  width: 100%;
}
.page-node-type-development .developments-cards-wrapper .image-wrapper p {
  display: none;
}
.page-node-type-development .developments-cards-wrapper .image-wrapper .shared-tag,
.page-node-type-development .developments-cards-wrapper .image-wrapper .property-status {
  position: absolute;
  line-height: 1.2;
  /* Taking in consideration the cpt-on-this-page-bar component z-index.*/
  z-index: 19;
}
.page-node-type-development .developments-cards-wrapper .image-wrapper .shared-tag {
  display: inline-block;
  top: 12px;
  left: 12px;
  font-size: 0.8em;
  padding: 10px 12px 8px;
  border-radius: 8px;
  text-decoration: none;
  background-color: #25535B;
  color: #fff;
}
.page-node-type-development .developments-cards-wrapper .image-wrapper .property-status {
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 6px 0;
  text-align: center;
  color: #065154;
  background-color: #c4d600;
  font-size: 0.9em;
  font-weight: 600;
}
.page-node-type-development .developments-cards-wrapper h3 a {
  color: #005F63;
  font-weight: 500;
  font-size: 0.758em;
  text-decoration: none;
}
.page-node-type-development .developments-cards-wrapper .price {
  color: #065154;
}
.page-node-type-development .developments-cards-wrapper .price p:first-child {
  font-size: 0.795em;
  margin-bottom: 0;
}
.page-node-type-development .developments-cards-wrapper .price p:last-child {
  font-size: 1.591em;
  margin-bottom: 0.5em;
  line-height: 1.1;
}
.page-node-type-development .developments-cards-wrapper .price + p {
  font-size: 0.909em;
}
.page-node-type-development .developments-cards-wrapper .price + p + p {
  display: flex;
  color: #065154;
  font-size: 0.909em;
  flex-grow: 1;
}
.page-node-type-development .developments-cards-wrapper .map-icon {
  display: inline-block;
  background-image: url("../images/icon-pin.svg");
  width: 22px;
  height: 22px;
  margin-right: 7px;
}
.page-node-type-development .developments-cards-wrapper p a {
  display: block;
  background-color: #187988;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  border-radius: 10px;
  padding: 0.9em 1.5em 0.8em 1.5em;
  border: 2px solid transparent;
  outline: 0;
  transition: all 0.15s ease;
}
.page-node-type-development .developments-cards-wrapper p a:after {
  content: "";
  width: 20px;
  height: 13px;
  display: inline-block;
  background-image: url("../images/chevron-right-white.svg");
  background-position: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.page-node-type-development .developments-cards-wrapper p a:hover {
  background-color: #25535B;
}
.page-node-type-development .developments-cards-wrapper .cpt-button-link {
  background-color: #187988;
  color: #fff;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.page-node-type-development .developments-cards-wrapper .cpt-button-link:hover {
  background-color: #25535B;
}
.page-node-type-development .developments-cards-wrapper .pager .cpt-button-link {
  max-width: none;
  font-weight: 700;
}
.page-node-type-development .developments-cards-wrapper .pager .cpt-button-link:hover {
  text-decoration: none;
}
.page-node-type-development .section-map a {
  color: #065154;
}
.page-node-type-development .section-map a:hover, .page-node-type-development .section-map a:focus {
  text-decoration: none;
}
.page-node-type-development .section-map .map-body-link a {
  display: inline-block;
  background-color: #c4d600;
  color: #065154;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  border-radius: 10px;
  padding: 0.9em 1.5em 0.8em 1.5em;
  border: 2px solid transparent;
  outline: 0;
  transition: all 0.15s ease;
}
.page-node-type-development .section-map .map-body-link a:hover {
  background-color: #e2eb80;
}
.page-node-type-development .section-map .geolocation-map-container {
  border-radius: 10px;
}
.page-node-type-development .section-map + .ssa-component {
  background-color: #f6f6f6;
}
.page-node-type-development .section-map + .ssa-component .coh-row-inner {
  max-width: 1150px;
}
.page-node-type-development .section-map + .ssa-component img {
  border-radius: 10px;
}
.page-node-type-development .columns-branded-corners &gt; .coh-row &gt; .coh-row-inner &gt; .coh-column:first-of-type::before {
  background-image: url("../images/corner-yellow-bottom-left.svg");
}
.page-node-type-development .columns-branded-corners &gt; .coh-row &gt; .coh-row-inner &gt; .coh-column:last-of-type::after {
  background-image: url("../images/corner-yellow-top-right.svg");
}

@media (max-width: 1023px) {
  .page-node-type-development .map-body-link {
    margin-bottom: 30px;
  }
  .page-node-type-development .developments-cards-wrapper p a:after {
    height: 10px;
  }
  .page-node-type-development .developments-cards-wrapper .property-on-related-develpment {
    transition: all 0s ease 0s;
  }
  .page-node-type-development .developments-cards-wrapper .property-on-related-develpment:hover {
    transform: none;
  }
}
@media (max-width: 767px) {
  .page-node-type-development .developments-cards-wrapper {
    width: 100%;
  }
  .page-node-type-development .developments-cards-wrapper .views-row {
    display: block;
    max-width: 96%;
    float: none;
    margin: 0 auto;
    padding: 24px 0;
    box-sizing: border-box;
  }
  .page-node-type-development .developments-cards-wrapper .views-row .views-col {
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: auto !important;
  }
  .page-node-type-development .developments-cards-wrapper .views-field,
.page-node-type-development .developments-cards-wrapper .field-content,
.page-node-type-development .developments-cards-wrapper .property-on-related-develpment {
    width: 100%;
  }
  .page-node-type-development .developments-cards-wrapper .cpt-button-link {
    max-width: none;
  }
  .page-node-type-development .developments-cards-wrapper p a:after {
    height: 10px;
  }
  .page-node-type-development .map-body-link a {
    display: block;
  }
}
/**
 * @search
 * Main Style.
*/
.path-search h1 span {
  font-weight: normal;
}
.path-search .news-view {
  position: relative;
  display: flex;
  margin: auto;
  max-width: 1340px;
  padding: 50px 0.9375rem;
}
.path-search .news-content-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 66.66667%;
  margin-left: 0.9375rem;
  margin-top: 10px;
}
.path-search .news-header-wrapper {
  text-align: right;
}
.path-search .news-standard-wrapper .views-row {
  padding: 30px 20px;
  border-bottom: 1px solid #747474;
}
.path-search .news-standard-wrapper .views-row .views-field-topic,
.path-search .news-standard-wrapper .views-row .views-field-news-type {
  color: #065154;
  margin: 1em 0;
}
.path-search .news-standard-wrapper .views-row .views-field-title a {
  color: #065154;
  text-decoration: none;
  font-family: "Euclid", sans-serif;
  font-size: 1.364em;
  font-weight: 500;
}
.path-search .news-standard-wrapper .views-row .views-field-title a:hover, .path-search .news-standard-wrapper .views-row .views-field-title a:focus {
  text-decoration: underline;
}
.path-search .news-standard-wrapper .views-row .views-field-field-seo-description {
  margin: 1em 0;
}
.path-search .news-standard-wrapper .views-row .views-field-changed {
  font-size: 0.909em;
  color: #747474;
}
.path-search .news-standard-wrapper .views-row .field-seo-description {
  margin-bottom: 1em;
}
.path-search .news-pager-wrapper {
  margin-top: 2em;
}

@media (max-width: 1023px) {
  .path-search .news-view {
    display: block;
    max-width: 96%;
    padding: 12px;
    margin: 20px 0;
  }
  .path-search .news-content-wrapper {
    display: block;
    max-width: none;
    margin: 20px 0;
  }
  .path-search .news-content-wrapper .news-header-wrapper div {
    text-align: left;
    padding: 0 0 10px 10px;
  }
}
.ck-layout-row {
  display: flex;
  padding: 15px;
}
.ck-layout-row .ck-layout-column {
  flex-grow: 1;
  width: 100%;
}

.cke_editable .ck-layout-row {
  outline: 1px #CCC dashed;
  padding: 15px;
}
.cke_editable .ck-layout-column {
  outline: 1px #CCC dashed;
  padding: 15px;
}

.ck-layout-row.w50-50 {
  display: flex;
  padding: 15px;
}
.ck-layout-row.w50-50 .ck-layout-column {
  flex-grow: 1;
  width: 50%;
}
.ck-layout-row.w50-50 .ck-layout-column + .ck-layout-column {
  margin-left: 15px;
}

.cke_editable .ck-layout-row {
  outline: 1px #CCC dashed;
  padding: 15px;
}
.cke_editable .ck-layout-column {
  outline: 1px #CCC dashed;
  padding: 15px;
}

.ck-layout-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
}
.ck-layout-row .ck-layout-column {
  margin-bottom: 15px;
}
.ck-layout-row .ck-layout-column.top {
  width: 100%;
}
.ck-layout-row .ck-layout-column.left {
  width: calc(50% - 7.5px);
}
.ck-layout-row .ck-layout-column.right {
  width: calc(50% - 7.5px);
  margin-left: 15px;
}
.ck-layout-row .ck-layout-column.bottom {
  width: 100%;
}

.cke_editable .ck-layout-row {
  outline: 1px #CCC dashed;
  padding: 15px;
}
.cke_editable .ck-layout-row .field-media-image img {
  width: 100%;
  height: 100%;
}
.cke_editable .ck-layout-column {
  outline: 1px #CCC dashed;
  padding: 15px;
}

/**
 * @file
 * Main Style.
 */
/*# sourceMappingURL=maps/style.css.map */
</pre></body></html>