@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;500&display=swap");
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

/* Auto Complete */
.YeahAutocomplete_list {
  background: #fff;
  position: absolute;
  margin-top: 38px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  border: solid 1px rgba(0, 0, 0, 0.07);
  padding: 0px !important;
  z-index: 1;
}

.YeahAutocomplete_list li {
  display: block;
  padding: 5px !important;
  text-align: left;
  min-width: 230px;
}

.YeahAutocomplete_list li:hover {
  background: #00868c;
  color: #fff;
  cursor: pointer;
}

/*.yac_loading {
    background: #f2f2f2 url(../img/loading.gif) no-repeat 95% 50% !important;
    background-size: 20px !important;
}*/
#locations_yac .yac_loading {
  /* background: #f2f2f2 !important; */
  background: #f2f2f2 url(../img/loading.gif) no-repeat 95% 50%;
  background-size: 20px !important;
}

@media not print {
  /* Slider */
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-track:before,
  .slick-track:after {
    display: table;
    content: "";
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  [dir=rtl] .slick-slide {
    float: right;
  }
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

@media not print {
  @charset "UTF-8";
  /* Slider */
  /* Arrows */
  .slick-prev,
  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
  }
  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
  }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-prev {
    left: -25px;
  }
  [dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
  }
  .slick-prev:before {
    content: "←";
  }
  [dir=rtl] .slick-prev:before {
    content: "→";
  }
  .slick-next {
    right: -25px;
  }
  [dir=rtl] .slick-next {
    right: auto;
    left: -25px;
  }
  .slick-next:before {
    content: "→";
  }
  [dir=rtl] .slick-next:before {
    content: "←";
  }
  /* Dots */
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
  }
}
/*
Theme Name: Curchods
Author: Parent
Description: Theme for Curchods
Version: 0.0.1
Tags: none
*/
/* Form Elements
===============================*/
form {
  text-align: left;
}

input, textarea {
  border: none;
  font-size: 16px;
}

input, textarea, select {
  background: #f5f5f5;
}

input:focus, textarea:focus, select:focus {
  outline: none;
  background: #e9e9e9;
}

input.invalid, textarea.invalid, select.invalid {
  border-left: solid 2px var(--color-primary);
}

.invalid select {
  border-left: solid 2px var(--color-primary);
}

input[type=text], input[type=number], input[type=email], textarea {
  width: 100%;
  padding: 16px 24px;
}

input[type=number] {
  height: 45px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.nothingtoseehere {
  background: white;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0px;
}

h1, h2, h3, h4, h5, p, a, li, label, textarea, select, div, span {
  color: var(--color-dark);
}

h2 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  h2 {
    font-size: 20px;
  }
}
p.bigger {
  font-size: 20px;
}

p.bigger p, p.bigger span {
  font-size: 20px;
}

p.no_margin {
  margin: 0px;
}

p a {
  color: var(--color-primary);
}

p a:hover {
  color: var(--color-link);
}

label {
  letter-spacing: 0.05em;
  font-size: 11px;
  font-weight: var(--brandon-bold-weight);
  line-height: 1em;
  color: #6e6e6e;
}

/* Auto Complete */
.YeahAutocomplete_list {
  background: #fff;
  position: absolute;
  margin-top: 38px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  border: solid 1px rgba(0, 0, 0, 0.07);
  padding: 0px !important;
  z-index: 23;
  top: 10px;
}

.YeahAutocomplete_list li {
  display: block;
  padding: 16px !important;
  text-align: left;
  min-width: 230px;
  font-size: 12px;
}

.YeahAutocomplete_list li:hover {
  background: var(--color-dark);
  color: #fff;
  cursor: pointer;
}

.yac_loading {
  background: #f2f2f2 url(../img/loading.gif) no-repeat 95% 50% !important;
  background-size: 20px !important;
}

html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: none !important;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.parent_stepform .mbp_steps {
  margin-bottom: 60px;
}

.mbp_progress {
  width: 220px;
  margin: 0 auto;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media (min-width: 768px) {
  .mbp_progress {
    width: 290px;
  }
}
.mbp_circle {
  flex-basis: 32px;
  height: 32px;
  border-radius: 100%;
  border: solid 1px #e0e0e0;
  display: flex;
  justify-content: center;
  align-content: center;
  transition: 0.4s;
}

@media (max-width: 335px) {
  .mbp_circle {
    width: 32px;
    min-width: 32px;
  }
}
.mbp_circle span {
  align-self: center;
  font-size: 12px;
}

.mbp_circle.fill {
  flex-basis: 32px;
  height: 32px;
  background: var(--color-supporting);
  color: var(--color-dark);
  border: none;
}

.mbp_circle.fill span {
  color: var(--color-dark);
}

.mbp_bar {
  height: 4px;
  flex-basis: auto;
  flex: 1;
  position: relative;
  background: transparent;
  width: 100%;
  margin: 0 5px;
  border-radius: 10px;
}

.mbp_bar:before {
  transition: 0.4s;
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  background: var(--color-supporting);
}

.mbp_bar.fill {
  height: 5px;
}

.mbp_bar.fill:before {
  width: 100%;
}

.mbp_step {
  padding: 20px 0;
}

.mbp_labels {
  width: 288px;
  margin-top: 16px;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .mbp_labels {
    width: 354px;
  }
}
.step_label {
  width: 95px;
  margin: 0;
  font-family: var(--font-display);
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 11px;
  line-height: 1em;
  text-transform: uppercase;
  color: var(--color-dark);
}

.step_label.fill {
  color: #4d4e56;
}

.mbp_steps {
  margin-bottom: 0 !important;
}

.mbp_next_step {
  width: auto !important;
}

.mbp_prev_step {
  text-transform: uppercase;
  color: #a0a1a6;
  margin-top: 24px;
  transition: 0.3s;
  font-size: 12px;
  cursor: pointer;
}

.mbp_prev_step:hover {
  color: #4d4e56;
}

ul.nav {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

ul.nav li {
  display: inline-block;
}

.not_mob {
  display: none !important;
}

@media (min-width: 1024px) {
  .not_mob {
    display: inline-block !important;
  }
}
.not_mob_small {
  display: none !important;
}

@media (min-width: 768px) {
  .not_mob_small {
    display: inline-block !important;
  }
  .not_mob_small_flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .only_mob_small {
    display: none !important;
  }
}
.input_group {
  margin-bottom: 16px;
}

.input_group .drop_down .current span {
  font-weight: var(--brandon-bold-weight);
  color: var(--color-dark);
  font-size: 11px;
}

.tabs {
  display: flex;
  justify-content: center;
}

.tabs .tab {
  font-size: 11px;
  text-transform: uppercase;
  padding: 16px;
  color: var(--color-dark);
  font-weight: bolder;
  text-align: center;
  -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.13);
  cursor: pointer;
  letter-spacing: 0.1em;
}

.tabs .tab.selected {
  background: var(--color-accent) !important;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn_list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.btn_list li {
  margin-bottom: 8px;
}

.btn_list li .btn {
  width: 100%;
}

.center {
  text-align: center;
}

.properties {
  position: relative;
}

@media (min-width: 768px) {
  .properties {
    margin: 0px 16px;
  }
}
.card {
  text-align: center;
  background: #fff;
  padding: 24px;
  position: relative;
  border-bottom: solid 2px #e0e0e0;
  z-index: 10;
}

@media (min-width: 768px) {
  .card {
    padding: 32px;
    max-width: 604px;
    margin: 0px auto;
  }
}
.clear {
  clear: both;
}

.reverse_on_mob {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .reverse_on_mob {
    flex-direction: column;
  }
}
.drop_down_overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 22;
  display: none;
}

@media (min-width: 768px) {
  .drop_down_overlay {
    position: fixed;
  }
}
.flex_column_top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
}

.flex_bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end !important;
}

.flex_column_around {
  display: flex;
  flex-direction: column;
  justify-content: space-around !important;
}

.text_right {
  text-align: right;
}

.slick-list,
.slick-slide {
  outline: none !important;
}

@media (max-width: 767px) {
  .lb-next,
  .lb-prev {
    opacity: 1 !important;
    background-size: 32px !important;
  }
}
.keep_ratio_square {
  width: 100%;
  position: relative;
}

.keep_ratio_square:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.keep_ratio_square iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.keep_ratio_youtube {
  width: 100%;
  position: relative;
}

.keep_ratio_youtube:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.keep_ratio_youtube iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.keep_ratio_div_square {
  width: 100%;
  position: relative;
}

.keep_ratio_div_square:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.keep_ratio_div_square > div {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.no_select {
  cursor: default !important;
}

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.icon.small {
  width: 24px;
  height: 24px;
}

.icon.medium {
  width: 32px;
  height: 32px;
}

.icon.large {
  width: 64px;
  height: 64px;
}

.icon-search {
  background: url("img/icons/search.svg") no-repeat 50%/contain;
}

.icon-cross {
  background: url("img/icons/cross.png") no-repeat 50%/contain;
}

.icon-search-white {
  background: url("img/icons/search-white.svg") no-repeat 50%/contain;
}

.icon-contact {
  background: url("img/icons/contact.svg") no-repeat 50%/contain;
}

.icon-view-arrow {
  background: url("img/icons/view-arrow.png") no-repeat 50%/contain;
}

.icon-prev {
  background: url("img/icons/prev.svg") no-repeat 50%/contain;
  transition: background 0.3s;
  border-radius: 100%;
  cursor: pointer;
}

.icon-prev:hover {
  background: #fff url("img/icons/prev-blue.svg") no-repeat 50%/contain;
}

.icon-next {
  background: url("img/icons/next.svg") no-repeat 50%/contain;
  transition: background 0.3s;
  border-radius: 100%;
  cursor: pointer;
}

.icon-next:hover {
  background: #fff url("img/icons/next-blue.svg") no-repeat 50%/contain;
}

.icon-prev-blue {
  background: url("img/icons/prev-blue.svg") no-repeat 50%/contain;
  transition: background 0.3s;
  border-radius: 100%;
  cursor: pointer;
}

.icon-prev-blue:hover {
  background: url("img/icons/prev-blue-hover.svg") no-repeat 50%/contain;
}

.icon-next-blue {
  background: url("img/icons/next-blue.svg") no-repeat 50%/contain;
  transition: 0.3s;
  border-radius: 100%;
  cursor: pointer;
}

.icon-next-blue:hover {
  background: url("img/icons/next-blue-hover.svg") no-repeat 50%/contain;
}

.icon-prev-people {
  background: url("img/icons/prev-people.svg") no-repeat 50%/contain;
  transition: background 0.3s;
  border-radius: 100%;
  cursor: pointer;
}

.icon-prev-people:hover {
  background: url("img/icons/prev-blue-hover.svg") no-repeat 50%/contain;
}

.icon-next-people {
  background: url("img/icons/next-people.svg") no-repeat 50%/contain;
  transition: 0.3s;
  border-radius: 100%;
  cursor: pointer;
}

.icon-next-people:hover {
  background: url("img/icons/next-blue-hover.svg") no-repeat 50%/contain;
}

.icon-circle_next {
  cursor: pointer;
  border-radius: 100%;
  position: relative;
  transition: 0.3s;
  border: solid 2px #fff;
}

.icon-circle_next:before, .icon-circle_next:after {
  content: "";
  width: 2px;
  height: 8px;
  background: #fff;
  position: absolute;
  transition: 0.3s;
  left: 14px;
}

.icon-circle_next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
}

.icon-circle_next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}

.icon-circle_next:hover {
  background: #fff;
}

.icon-circle_next:hover:before, .icon-circle_next:hover:after {
  background: #282A31;
}

.icon-circle_next.invert {
  border: solid 2px #c9c9c9;
}

.icon-circle_next.invert:before, .icon-circle_next.invert:after {
  background: #c9c9c9;
}

.icon-circle_next.invert:hover {
  background: #c9c9c9;
}

.icon-circle_next.invert:hover:before, .icon-circle_next.invert:hover:after {
  background: #fff;
}

.icon-circle_prev {
  cursor: pointer;
  border-radius: 100%;
  position: relative;
  transition: 0.3s;
  border: solid 2px #fff;
}

.icon-circle_prev:before, .icon-circle_prev:after {
  content: "";
  width: 2px;
  height: 8px;
  background: #fff;
  position: absolute;
  transition: 0.3s;
  left: 12px;
}

.icon-circle_prev:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}

.icon-circle_prev:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
}

.icon-circle_prev:hover {
  background: #fff;
}

.icon-circle_prev:hover:before, .icon-circle_prev:hover:after {
  background: #282A31;
}

.icon-circle_prev.invert {
  border: solid 2px #c9c9c9;
}

.icon-circle_prev.invert:before, .icon-circle_prev.invert:after {
  background: #c9c9c9;
}

.icon-circle_prev.invert:hover {
  background: #c9c9c9;
}

.icon-circle_prev.invert:hover:before, .icon-circle_prev.invert:hover:after {
  background: #fff;
}

.icon-down-blue {
  background: url("img/icons/next-blue.svg") no-repeat 50%/contain;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-calander {
  background: url("img/icons/calander.svg") no-repeat 50%/contain;
}

.icon-forsale {
  background: url("img/icons/forsale.svg") no-repeat 50%/contain;
}

.icon-land {
  background: url("img/icons/land.svg") no-repeat 50%/contain;
}

.icon-money {
  background: url("img/icons/money.svg") no-repeat 50%/contain;
}

.icon-management {
  background: url("img/icons/management.svg") no-repeat 50%/contain;
}

.icon-fb {
  background: url("img/icons/facebook-blue.png") no-repeat 50%/contain;
}

.icon-in {
  background: url("img/icons/linked-in-blue.png") no-repeat 50%/contain;
}

.icon-yt {
  background: url("img/icons/youtube-blue.png") no-repeat 50%/contain;
}

.icon-ig {
  background: url(img/icons/instagram-blue.png) no-repeat 50%/20px;
}

.icon-bed {
  background: url("img/icons/bed.svg") no-repeat 50%/contain;
}

.icon-shower {
  background: url("img/icons/shower.svg") no-repeat 50%/contain;
}

.icon-chair {
  background: url("img/icons/chair.svg") no-repeat 50%/contain;
}

.icon-camera {
  background: url("img/icons/camera.svg") no-repeat 50%/contain;
}

.icon-floorplan {
  background: url("img/icons/floorplan.svg") no-repeat 50%/contain;
}

.icon-heart {
  background: url("img/icons/heart.svg") no-repeat 50%/contain;
}

.icon-job {
  background: url("img/icons/job.svg") no-repeat 50%/contain;
}

.icon-office {
  background: url("img/icons/office.svg") no-repeat 50%/contain;
}

.icon-schools {
  background: url("img/icons/schools.svg") no-repeat 50%/contain;
}

.icon-blog {
  background: url("img/icons/blog.svg") no-repeat 50%/contain;
}

.icon-phone2 {
  background: url("img/icons/phone2.svg") no-repeat 50%/contain;
}

.icon-upload {
  background: url("img/icons/upload.svg") no-repeat 50%/contain;
}

.panel {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.18);
  z-index: 4;
}

.panel .header {
  text-align: center;
  padding: 16px 0px;
  -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.13);
}

.panel .header h1 {
  font-size: 24px;
  margin: 0px;
  color: #4d4e56;
}

@media (min-width: 768px) {
  .panel .header h1 {
    font-size: 48px;
    font-weight: 100;
  }
}
@media (min-width: 768px) {
  .panel .header {
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.panel .tabs .tab {
  width: 50%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .panel .tabs .tab {
    padding: 24px;
  }
}
.panel .dropdown_items {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.panel .dropdown_items li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 16px;
  border-bottom: solid 1px #dcdcdc;
}

.panel .dropdown_items li label {
  margin: 0px;
  font-weight: var(--brandon-bold-weight);
}

.panel .dropdown_items li .middle_dropdown {
  margin-left: auto;
  margin-right: 16px;
}

.panel .btn-breakout {
  display: none;
  position: absolute;
  top: -25px;
  right: 48px;
}

@media (min-width: 768px) {
  .panel .btn-breakout {
    display: inline-block;
  }
}
.panel .panel_logo {
  position: absolute;
  top: -76px;
  right: 0px;
  left: 0px;
  margin: 0px auto;
  background: #dcdcdc;
  border: solid 5px #fff;
  width: 152px;
  height: 152px;
  border-radius: 8px;
}

.panel .panel_logo img {
  border-radius: 4px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.panel.panel_hero {
  margin-top: 245px;
  padding: 48px 16px;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
}

.panel.panel_hero h1, .panel.panel_hero p, .panel.panel_hero address {
  text-align: center;
}

.panel.panel_hero h1 {
  font-weight: 100;
  margin-bottom: 16px;
}

.panel.panel_hero h2 {
  font-size: 12px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 8px;
}

.panel.panel_hero .post_content {
  text-align: center;
  position: relative;
  margin-bottom: 48px;
}

.panel.panel_hero .post_content p {
  margin-top: 0px;
}

.panel.panel_hero .post_content .more {
  position: absolute;
  bottom: 0px;
  background: linear-gradient(rgba(255, 255, 255, 0) -20px, #fff 60px);
  width: 100%;
  text-align: center;
  left: 0px;
  padding: 64px 0px 12px 0px;
  font-family: FreightPro;
  text-decoration: underline;
}

.panel.panel_hero .post_content .less {
  font-family: FreightPro;
  text-decoration: underline;
  display: none;
}

.panel.panel_hero address {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .panel.panel_hero address {
    font-size: 24px;
  }
}
.panel.panel_hero .contact_link {
  font-size: 20px;
  margin-bottom: 16px;
  display: inline-block;
}

.panel.panel_hero .btns {
  margin-top: 48px;
}

.panel.panel_hero .btns .btn {
  border-radius: 0px;
  border-bottom: solid 1px #a0a1a6;
}

.panel.panel_hero .btns .btn:first-child {
  border-radius: 8px 8px 0px 0px;
}

@media (min-width: 768px) {
  .panel.panel_hero .btns .btn:first-child {
    border-radius: 8px;
  }
}
.panel.panel_hero .btns .btn:last-child {
  border-radius: 0px 0px 8px 8px;
  border: none;
}

@media (min-width: 768px) {
  .panel.panel_hero .btns .btn:last-child {
    border-radius: 8px;
  }
}
@media (min-width: 768px) {
  .panel.panel_hero .btns .btn {
    border-radius: 8px;
    border: none;
    -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-right: 8px;
  }
  .panel.panel_hero .btns .btn:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1024px) {
  .panel.panel_hero .btns .btn {
    margin-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .panel.panel_hero .btns .btn {
    padding: 16px 0px;
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .panel.panel_hero .btns {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .panel.panel_hero {
    padding: 64px;
    margin-top: 25vh;
  }
}
.property h2 {
  margin: 0px;
  text-transform: none;
  font-size: 30px;
  letter-spacing: 0.02em;
}

.property h2 + .italic {
  font-style: italic;
  font-size: 14px;
}

.property .numbers {
  margin-top: 16px;
  height: 28px;
}

.property .img_keep_ratio {
  width: 100%;
  position: relative;
}

.property .img_keep_ratio:before {
  content: "";
  display: block;
  padding-top: 74.6666666667%;
}

.property .img_keep_ratio img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (min-width: 768px) {
  .property .img_keep_ratio {
    width: 100%;
    position: relative;
  }
  .property .img_keep_ratio:before {
    content: "";
    display: block;
    padding-top: 63.6363636364%;
  }
  .property .img_keep_ratio img {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.property .property_details {
  padding: 24px 16px;
}

@media (min-width: 768px) {
  .property .property_details {
    padding: 32px;
  }
}
.property .flex {
  justify-content: space-between;
  margin-top: 24px;
}

.property .flex ul {
  padding-left: 0px;
}

.property .flex ul span {
  letter-spacing: 0.05em;
  font-size: 11px;
  font-weight: var(--brandon-bold-weight);
  line-height: 1em;
}

.property .btns {
  display: flex;
}

.property .btns .btn {
  background: #dcdcdc;
  font-weight: bold;
}

.property .btns .btn i {
  width: 44px;
  margin: auto;
}

.property .btns .btn:hover {
  background: var(--color-dark);
}

.property .btns .btn:hover i {
  background: url("img/icons/heart-white.svg") no-repeat 50%/contain;
}

.property .btns .btn-heart.no_hover i {
  background: url("img/icons/heart-full.svg") no-repeat 50%/contain !important;
}

@media (any-pointer: fine) {
  .property .btns .btn:hover {
    background: #dcdcdc;
  }
}
.property .btns .btn:first-child {
  color: var(--color-dark);
  width: 100%;
  padding: 16px 32px 16px 80px;
}

@media (max-width: 330px) {
  .property .btns .btn:first-child {
    display: block;
  }
}
@media (min-width: 768px) {
  .property .btns .btn:first-child {
    padding: 16px 32px;
  }
}
.property .btns .btn-branch {
  flex-basis: 100% !important;
  border: none !important;
  width: auto !important;
  min-width: auto !important;
  max-width: auto !important;
  padding: 16px 32px !important;
}

.property .icon-heart,
.property .icon-heart-white {
  margin-right: 0px;
}

@media (max-width: 321px) {
  .property .icon-heart,
  .property .icon-heart-white {
    margin-top: 20px;
  }
}
.img_keep_ratio {
  cursor: pointer;
}

.img_keep_ratio a:after {
  content: "";
  background: rgba(85, 102, 135, 0.55) url(img/icons/search-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  box-sizing: border-box;
  padding: 16px;
  border: solid 16px #fff;
  opacity: 0;
  transition: 0.5s;
}

.img_keep_ratio a:hover:after {
  opacity: 1;
}

.img_keep_ratio a:hover .tag {
  opacity: 0;
}

.gallery_images .tag,
.property .tag,
.tag_wrapper .tag {
  position: absolute;
  bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 12px 30px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.28em;
  transition: 0.6s;
}

@media (max-width: 769px) {
  .gallery_images .tag,
  .property .tag,
  .tag_wrapper .tag {
    text-align: center;
  }
}
.gallery_images .tag.reduced,
.property .tag.reduced,
.tag_wrapper .tag.reduced {
  background: var(--color-dark);
}

.gallery_images .tag.new_build, .gallery_images .tag.new_property,
.property .tag.new_build,
.property .tag.new_property,
.tag_wrapper .tag.new_build,
.tag_wrapper .tag.new_property {
  background: #fff;
  color: #c20430;
}

.gallery_images .tag.sold, .gallery_images .tag.under_offer, .gallery_images .tag.let, .gallery_images .tag.stc,
.property .tag.sold,
.property .tag.under_offer,
.property .tag.let,
.property .tag.stc,
.tag_wrapper .tag.sold,
.tag_wrapper .tag.under_offer,
.tag_wrapper .tag.let,
.tag_wrapper .tag.stc {
  background: #c20430;
}

.gallery_images .tag.just_added,
.property .tag.just_added,
.tag_wrapper .tag.just_added {
  background: #55e0c1;
}

.gallery_images .tag.discreet_marketing,
.property .tag.discreet_marketing,
.tag_wrapper .tag.discreet_marketing {
  background: var(--color-accent) url("img/padlock2.png");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: calc(100% - 20px);
  padding-right: 46px;
}

.tag_wrapper .tag {
  position: relative;
}

.property_details {
  background: #fff;
}

.property_details p {
  font-family: "FreightPro";
  color: #4d4e56;
  margin: 4px 0px;
}

.property_details .price {
  color: #4d4e56;
  font-size: 32px;
  font-weight: var(--freight-pro-book-weight);
  margin-bottom: 16px;
}

.property_details .price span {
  font-size: 14px;
  font-style: italic;
  margin-left: 8px;
}

.property_details .short {
  white-space: nowrap;
  overflow: hidden;
}

@media (1024px) {
  .property_details .short {
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .property_details .short {
    display: none;
  }
}
.property_details ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
}

.property_details ul:first-child li {
  margin-right: 12px;
}

.property_details ul:last-child li {
  margin-left: 12px;
}

.property_details ul:last-child li:first-child {
  width: 34px;
}

.property_details ul:last-child li:last-child {
  width: auto;
}

.property_details ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  width: 30px;
}

.property_details ul li i.icon {
  margin: 0px;
}

.property_card__discreet-image {
  background: var(--color-accent) url("img/padlock.png");
}

.property_card__discreet-image p {
  text-transform: uppercase;
  margin: 0px;
  color: #fff;
  text-align: center;
}

.image_slider {
  position: relative;
}

.image_slider ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.image_slider .arrow_btns {
  padding: 0px;
  top: calc(50% - 24px);
  width: calc(100% + 32px);
  left: -16px;
}

@media (min-width: 768px) {
  .image_slider .arrow_btns {
    width: calc(100% + 32px);
    left: -16px;
  }
}
.image_slider .arrow_btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.image_slider .arrow_btn i {
  width: 24px;
  height: 24px;
}

.image_slider .arrow_btn.left {
  left: -24px;
}

.image_slider .arrow_btn.right {
  right: -24px;
}

.image_slider .arrow_btn.left:hover, .image_slider .arrow_btn.right:hover {
  background-color: #d1d7df;
  border-radius: 100%;
  cursor: pointer;
}

.article h1 span,
.article .big_h2 span {
  color: var(--color-primary);
  font-style: italic;
  display: block;
}

.article h2 {
  font-weight: var(--brandon-bold-weight);
  letter-spacing: 0.05em;
  font-size: 24px;
  border-bottom: solid 2px;
  padding-bottom: 4px;
  margin-bottom: 28px;
}

.article h3 {
  font-size: 24px;
  text-transform: none;
  letter-spacing: 0.02em;
  margin-top: 0px;
  font-weight: var(--brandon-bold-weight);
  margin-bottom: 8px;
}

.article p {
  margin-top: 0px;
  line-height: 1.5em;
}

.article ul {
  list-style: disc;
  padding-left: 18px;
  margin: 0px;
}

.article ul li {
  font-size: 20px;
  margin-bottom: 4px;
}

.article .date {
  font-size: 12px;
  text-transform: uppercase;
}

.article .person_block {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  align-items: center;
  padding: 20px 0px;
}

@media (max-width: 767px) {
  .article .person_block {
    display: none;
  }
  .article .person_block:first-child {
    display: flex;
  }
}
@media (min-width: 768px) {
  .article .person_block {
    margin-bottom: 24px;
  }
}
.article .person_block .avatar img {
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 100%;
  margin: 0px;
}

@media (min-width: 768px) {
  .article .person_block .avatar {
    margin-left: 32px;
  }
}
.article .person_block p {
  margin: 0px;
}

.article .person_block .name {
  font-size: 24px;
}

@media (min-width: 768px) {
  .article .person_block .name {
    margin-top: 4px;
  }
}
@media (min-width: 768px) {
  .article .person_block {
    justify-content: flex-end;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
  }
}
.article .main_content {
  background: #fff;
  padding: 16px;
  border-left: solid 1px #ececec;
}

.article .main_content.no_padding {
  padding: 0px;
}

.article .main_content.top_content {
  border-top: solid 1px #ececec;
}

.article .main_content.bottom_content {
  border-bottom: solid 2px #ececec;
}

@media (min-width: 768px) {
  .article .main_content .content_wrap {
    max-width: 854px;
  }
}
@media (min-width: 768px) {
  .article .main_content .smaller_width {
    max-width: 370px;
  }
}
@media (min-width: 1024px) {
  .article .main_content .smaller_width {
    max-width: 464px;
  }
}
@media (min-width: 1280px) {
  .article .main_content .smaller_width {
    max-width: 580px;
  }
}
@media (min-width: 768px) {
  .article .main_content {
    display: flex;
    flex-direction: column;
    width: 57%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 48px;
    padding-right: 16px;
  }
}
@media (min-width: 1024px) {
  .article .main_content {
    padding-left: 64px;
    padding-right: 32px;
  }
}
@media (min-width: 1600px) {
  .article .main_content {
    padding-left: 128px;
    padding-right: 48px;
  }
}
.article .ie_noflex {
  display: block !important;
}

.article .side {
  padding: 0px 16px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  background: #f5f5f5;
}

.article .side.white {
  background: #fff;
}

.article .side .side_content {
  width: 100%;
}

@media (min-width: 768px) {
  .article .side .side_content {
    max-width: 448px;
  }
}
.article .side .quote_underlined {
  border-bottom: solid 1px #ccc;
  padding-bottom: 32px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .article .side {
    padding: 0px 32px;
    width: 43%;
  }
}
.article .featured_img {
  position: relative;
}

.article .featured_img .pre-title-group {
  position: absolute;
  bottom: 12px;
  left: 12px;
  text-align: left;
}

@media (min-width: 768px) {
  .article .featured_img .pre-title-group {
    display: none;
  }
}
.article .quote_block {
  text-align: right;
  padding: 48px 0px 48px 0px;
}

.article .quote_block .quote {
  font-size: 24px;
}

.article .quote_block .name, .article .quote_block .extra {
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 11px;
  font-weight: var(--brandon-bold-weight);
  line-height: 1em;
}

.article .quote_block .extra {
  color: #a0a1a6;
}

.article .job_details {
  width: 100%;
  text-align: left;
  padding: 24px 0px;
}

.article .job_details div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0px;
  border-bottom: solid 1px #dcdcdc;
}

@media (min-width: 768px) {
  .article .job_details div {
    display: block;
    border: none;
    margin: 0px 0px 16px 0px;
  }
}
.article .job_details h3 {
  letter-spacing: 0.05em;
  font-size: 11px;
  font-weight: var(--brandon-bold-weight);
  line-height: 1em;
  text-transform: uppercase;
  border-bottom: solid 1px #a0a1a6;
  padding-bottom: 8px;
  margin-bottom: 32px;
}

.article .job_details h3, .article .job_details p {
  margin: 0px;
  padding-bottom: 8px;
  border: none;
}

@media (min-width: 768px) {
  .article .job_details {
    max-width: 416px;
    text-align: right;
    padding: 0px;
  }
  .article .job_details h3 {
    border-bottom: solid 1px #a0a1a6;
    margin-bottom: 8px;
    margin-top: 12px;
  }
}
.article.reverse_on_mob {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .article.reverse_on_mob {
    flex-direction: row;
  }
}
.article.empty_space {
  height: 24px;
}

@media (min-width: 768px) {
  .article.empty_space {
    height: 64px;
  }
}
@media (min-width: 1280px) {
  .article.empty_space {
    height: 128px;
  }
}
.article .side.white + .main_content {
  border-left: none;
}

.article .post_pagination .btn_group {
  display: flex;
}

.article .post_pagination .btn_group a {
  position: relative;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  letter-spacing: 0.05em;
  line-height: 1em;
  background: var(--color-primary);
  text-transform: uppercase;
  padding: 16px 32px;
  width: 100%;
  font-size: 11px;
  color: #fff;
}

.article .post_pagination .btn_group a:before {
  content: "";
  width: 0px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #781827;
  transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 400ms;
  z-index: -1;
  border-radius: 4px;
  opacity: 0;
}

.article .post_pagination .btn_group a:hover:before {
  width: 100%;
  opacity: 1;
}

.article .post_pagination .btn_group a:first-child {
  border-radius: 4px 0px 0px 4px;
}

.article .post_pagination .btn_group a:last-child {
  border-radius: 0px 4px 4px 0px;
}

.article .meta p {
  margin: 0px;
  display: inline-block;
}

@media (min-width: 768px) {
  .article {
    display: flex;
  }
}
@media (min-width: 768px) {
  .article.layout_main_image .featured_img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .article.layout_main_image .featured_img:before {
    content: "";
    display: block;
    padding-top: 68.5714285714%;
  }
  .article.layout_main_image .featured_img img {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .article.layout_main_image .featured_img img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .article.layout_main_image {
    background: linear-gradient(to left, #ffffff 50%, #f5f5f5 50%);
  }
}
.article.layout_hero .pre_header {
  font-size: 32px;
  margin: 16px 0px 0px 0px;
}

@media (min-width: 768px) {
  .article.layout_hero .pre_header {
    font-size: 52px;
  }
}
@media (min-width: 1280px) {
  .article.layout_hero .pre_header {
    font-size: 76px;
  }
}
.article.layout_hero .meta {
  display: none;
}

@media (min-width: 768px) {
  .article.layout_hero .meta {
    display: inline-block;
  }
}
.article.layout_hero h1,
.article.layout_hero .big_h2 {
  margin: 0px;
}

@media (min-width: 768px) {
  .article.layout_hero h1,
  .article.layout_hero .big_h2 {
    font-size: 52px;
    margin: 64px 0px;
    line-height: 1.1em;
  }
}
@media (min-width: 1280px) {
  .article.layout_hero h1,
  .article.layout_hero .big_h2 {
    font-size: 64px;
  }
}
.article.layout_hero .big_h2 {
  margin: 0px 0px 24px 0px;
}

@media (min-width: 768px) {
  .article.layout_hero .big_h2 {
    margin: 24px 0px 64px 0px;
  }
}
.article.layout_hero .featured_img {
  width: 100%;
  position: relative;
}

.article.layout_hero .featured_img:before {
  content: "";
  display: block;
  padding-top: 91.2%;
}

.article.layout_hero .featured_img img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (min-width: 768px) {
  .article.layout_hero .featured_img {
    height: calc(100vh - 56px);
    width: 43%;
  }
}
.article.layout_hero .pre-title {
  font-size: 12px;
  font-weight: var(--brandon-bold-weight);
  margin: 0px;
}

.article.layout_hero .btn {
  max-width: 225px;
  margin: 32px 0px;
}

@media (min-width: 768px) {
  .article.layout_hero .btn {
    margin: 0px;
  }
}
.article.layout_hero .date {
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -34px;
  top: 50%;
  display: none;
}

@media (min-width: 768px) {
  .article.layout_hero .date {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .article.layout_hero .date {
    left: -24px;
  }
}
@media (min-width: 1600px) {
  .article.layout_hero .date {
    left: 8px;
  }
}
.article.layout_hero .main_content {
  position: relative;
}

@media (min-width: 768px) {
  .article.layout_hero .main_content {
    padding-bottom: 48px;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .article.layout_hero .main_content {
    padding-bottom: 64px;
  }
}
.article.layout_gallery .side {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  background: #fff;
}

@media (min-width: 768px) {
  .article.layout_gallery .side {
    background: #f5f5f5;
  }
}
.article.layout_gallery .image_slider {
  width: 100%;
  position: relative;
  height: 100%;
}

.article.layout_gallery .image_slider:before {
  content: "";
  display: block;
  padding-top: 70.5882352941%;
}

.article.layout_gallery .image_slider img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.article.layout_post .side {
  padding: 0px;
}

.article.layout_post .side_content {
  max-width: 100%;
}

@media (min-width: 768px) {
  .article.layout_post .side_content {
    max-width: 512px;
  }
}
.article.layout_post .main_content {
  position: relative;
  justify-content: space-between;
}

.article.layout_post h1 {
  margin: 0px 0px 16px 0px;
  font-size: 32px;
  line-height: 1.3em;
}

@media (min-width: 1024px) {
  .article.layout_post h1 {
    font-size: 48px;
    margin: 0px;
  }
}
@media (min-width: 768px) {
  .article.layout_post .featured_img {
    width: 100%;
    position: relative;
  }
  .article.layout_post .featured_img:before {
    content: "";
    display: block;
    padding-top: 78.125%;
  }
  .article.layout_post .featured_img img {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.article.layout_post .date {
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -34px;
  top: 50%;
  display: none;
}

@media (min-width: 768px) {
  .article.layout_post .date {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .article.layout_post .date {
    left: -24px;
  }
}
@media (min-width: 1600px) {
  .article.layout_post .date {
    left: 8px;
  }
}
.article.layout_post .btn {
  max-width: 225px;
}

@media (max-width: 767px) {
  .article.layout_post .btn.btn-fullmob {
    max-width: 600px !important;
  }
}
.article.layout_post .meta {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .article.layout_post .meta {
    margin-bottom: 0px;
  }
}
.article.layout_space {
  display: none;
}

.article.layout_space_medium, .article.layout_space_large, .article.layout_space_xlarge {
  display: none;
}

@media (min-width: 768px) {
  .article.layout_space {
    display: flex;
    height: 24px;
    padding: 0px;
  }
  .article.layout_space_medium {
    height: 32px;
    padding: 0px;
    display: flex;
  }
  .article.layout_space_large {
    height: 64px;
    padding: 0px;
    display: flex;
  }
  .article.layout_space_xlarge {
    height: 96px;
    padding: 0px;
    display: flex;
  }
}
.article .gallery_images .arrow_btn {
  position: absolute;
  top: calc(50% - 16px);
  background: none;
}

.article .gallery_images .arrow_btn .icon {
  background-color: #fff;
}

.article .gallery_images .arrow_btn.left {
  left: -16px;
}

.article .gallery_images .arrow_btn.right {
  right: -16px;
}

.article .full_image {
  width: 100%;
}

.article .full_image img {
  width: 100%;
}

.article.margin_bottom_mob {
  width: 100%;
  height: 24px;
  background: #fff;
}

@media (min-width: 768px) {
  .article.margin_bottom_mob {
    display: none;
  }
}
.select-custom {
  width: auto;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: var(--brandon-bold-weight);
  line-height: 1em;
  background: #fff url(img/icons/fake_select_arrow.svg) no-repeat calc(100% - 16px) 50%/11px;
  padding: 16px 32px 16px 16px;
  border-radius: 0px;
  color: var(--color-dark);
}

.select-custom:active, .select-custom:focus {
  background: #f5f5f5 url(img/icons/fake_select_arrow.svg) no-repeat calc(100% - 16px) 50%/11px;
}

.select-custom--border {
  border-bottom: solid 1px #d9d9d9;
}

.select-custom--full {
  width: 100%;
  background: #f5f5f5 url(img/icons/fake_select_arrow.svg) no-repeat calc(100% - 16px) 50%/11px;
}

.page_header {
  background: #fff;
  text-align: center;
  padding: 32px 0px;
  position: relative;
  border-bottom: solid 2px rgba(51, 51, 51, 0.1);
}

.page_header h1 {
  margin: 16px 0px;
}

@media (min-width: 1024px) {
  .page_header h1 {
    line-height: 1.1em;
  }
}
.page_header p {
  max-width: 510px;
  margin: 0px auto;
}

.page_header .meta p {
  margin: 0px;
  display: inline-block;
}

.page_header .padded_icon {
  position: absolute;
  bottom: -16px;
  margin: auto;
  left: 0px;
  right: 0px;
  z-index: 1;
}

@media (min-width: 768px) {
  .page_header .padded_icon {
    bottom: -24px;
  }
}
@media (min-width: 768px) {
  .page_header {
    padding: 64px 0px;
  }
}
.page_form {
  background: #fff;
  padding: 64px 0px;
}

@media (min-width: 768px) {
  .page_form {
    padding: 64px 48px;
    border-left: solid 1px #eaeaea;
    border-right: solid 1px #eaeaea;
    min-height: 100vh;
  }
}
.flex_table h3 {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-transform: uppercase;
  border-bottom: solid 1px #a0a1a6;
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  .flex_table h3 {
    border: none;
    margin-bottom: 0px;
  }
}
.flex_table p.bigger {
  font-size: 20px;
}

@media (min-width: 768px) {
  .flex_table p {
    margin: 0px;
  }
}
.flex_table .fxt_row {
  padding: 32px 0px;
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .flex_table .fxt_row {
    display: flex;
    border: none;
    padding: 0px;
    margin-bottom: 8px;
  }
}
.flex_table .fxt_header {
  display: none;
}

@media (min-width: 768px) {
  .flex_table .fxt_header {
    display: flex;
    border-bottom: solid 1px #a0a1a6;
    margin-bottom: 8px;
  }
}
.flex_table .flex_cell {
  width: 100%;
  flex-basis: 20%;
}

@media (min-width: 768px) {
  .flex_table .flex_cell .mob_heading {
    display: none;
  }
}
.flex_table .flex_cell:first-child {
  flex-basis: 40%;
}

@media (min-width: 768px) {
  .flex_table .flex_cell:first-child {
    flex-basis: 35%;
  }
}
.flex_table .flex_cell:last-child {
  flex-basis: 20%;
}

@media (min-width: 768px) {
  .flex_table .flex_cell {
    display: flex;
    align-items: center;
    flex-basis: 22.5%;
  }
}
.flex_table .mob_heading + p {
  margin-top: 0px;
}

.featured_video {
  height: 100%;
}

.featured_video .video_btn_play {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 120px;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  cursor: pointer;
}

.featured_video .video_btn_play img {
  width: 100%;
  height: 100% !important;
}

@media (min-width: 768px) {
  .featured_video .video_btn_play {
    top: calc(25vh + 30px);
  }
}
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tt_outer {
  visibility: hidden;
  text-align: center;
  padding: 5px 10px;
  border: solid 1px #E5ECED;
  background: #fff;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  top: 0px;
  bottom: 0px;
  height: 22px;
  border-radius: 4px;
  left: -300%;
}

.tt_inner {
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 11px;
  font-weight: var(--brandon-bold-weight);
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
}

.tt_inner:before {
  content: "";
  width: 0px;
  height: 0px;
  background: transparent;
  border-top: solid 6px transparent;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  border-bottom: solid 7px #fff;
  position: absolute;
  right: -14px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: calc(50% - 7px);
}

.tt_inner:after {
  content: "";
  width: 0px;
  height: 0px;
  background: transparent;
  border-top: solid 6px transparent;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  border-bottom: solid 7px #E5ECED;
  position: absolute;
  z-index: -1;
  right: -16px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: calc(50% - 7px);
}

.tt_inner:before, .tt_inner:after {
  left: calc(50% - 8px);
}

.tt_inner:before {
  bottom: -16px;
}

.tt_inner:after {
  bottom: -18px;
}

.tt_outer {
  transition: 0.3s;
}

.tt_outer.right {
  top: -5px;
  left: 105%;
}

.tt_outer.left {
  top: -5px;
  right: 105%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tt_outer {
  visibility: visible;
}

.mbp_tooltip {
  background: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  position: absolute;
  top: 0px;
  text-transform: uppercase;
  display: none;
  letter-spacing: 0.05em;
  font-size: 11px;
  font-weight: var(--brandon-bold-weight);
  line-height: 1em;
}

.mbp_tooltip .outer {
  position: relative;
}

.mbp_tooltip .outer:before {
  content: "";
  width: 0px;
  height: 0px;
  background: transparent;
  border-top: solid 6px transparent;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  border-bottom: solid 7px #fff;
  position: absolute;
  bottom: 0px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mbp_tooltip .outer:after {
  content: "";
  width: 0px;
  height: 0px;
  background: transparent;
  border-top: solid 6px transparent;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  border-bottom: solid 7px #E5ECED;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mbp_tooltip .outer:before, .mbp_tooltip .outer:after {
  top: 14px;
  left: calc(50% - 8px);
}

.mbp_tooltip.grey {
  background: #dcdcdc;
}

.mbp_tooltip.grey .outer {
  position: relative;
}

.mbp_tooltip.grey .outer:before {
  content: "";
  width: 0px;
  height: 0px;
  background: transparent;
  border-top: solid 6px transparent;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  border-bottom: solid 7px #dcdcdc;
  position: absolute;
  bottom: 0px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mbp_tooltip.grey .outer:after {
  content: "";
  width: 0px;
  height: 0px;
  background: transparent;
  border-top: solid 6px transparent;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  border-bottom: solid 7px #E5ECED;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@-webkit-keyframes pulse {
  0% {
    background: #a02239;
  }
  50% {
    background: #eb1744;
  }
  100% {
    background: #a02239;
  }
}
@keyframes pulse {
  0% {
    background: #a02239;
  }
  50% {
    background: #eb1744;
  }
  100% {
    background: #a02239;
  }
}
.youtube-lb {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.youtube-lb__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.youtube-lb iframe {
  border: none;
}

.youtube-lb .keep_ratio_youtube {
  width: 90%;
  max-width: 900px;
}

@media (min-width: 768px) {
  .youtube-lb .keep_ratio_youtube {
    widows: 80%;
  }
}
.full_map .map {
  background: lightgreen;
  height: 504px;
  margin-top: -100px;
}

@media (min-width: 1024px) {
  .full_map .map {
    height: 944px;
  }
}
.mbp_calander .flex {
  display: block;
  margin: 48px 0px 24px 0px;
}

.mbp_calander .relative {
  position: relative;
  display: inline-block;
}

.mbp_calander table {
  margin: 0px auto;
}

.mbp_calander table th, .mbp_calander table td {
  letter-spacing: 0.05em;
  font-size: 11px;
  font-weight: var(--brandon-bold-weight);
  line-height: 1em;
  padding: 10px 8px;
  color: #a0a1a6;
}

@media (min-width: 768px) {
  .mbp_calander table th, .mbp_calander table td {
    padding: 10px 15px;
  }
}
.mbp_calander table td {
  background: whitesmoke;
}

.mbp_calander table td:hover {
  background: var(--color-supporting);
  color: #fff;
  cursor: pointer;
}

.mbp_calander table td.disabled_day {
  color: #dcdcdc;
}

.mbp_calander table td.disabled_day:hover {
  background: whitesmoke;
  color: #dcdcdc;
}

.mbp_calander table td.selected {
  background: var(--color-supporting);
  color: var(--color-dark);
}

.mbp_calander table span {
  color: #a0a1a6;
}

.mbp_calander .not_mob_btns .mbp_calander_next {
  margin-left: 32px;
  position: absolute;
  right: -48px;
  top: calc(50% - 16px);
}

@media (max-width: 767px) {
  .mbp_calander .not_mob_btns .mbp_calander_next {
    display: none;
  }
}
.mbp_calander .not_mob_btns .mbp_calander_prev {
  margin-right: 32px;
  position: absolute;
  left: -48px;
  top: calc(50% - 16px);
}

@media (max-width: 767px) {
  .mbp_calander .not_mob_btns .mbp_calander_prev {
    display: none;
  }
}
.mbp_calander .mbp_month {
  letter-spacing: 0.05em;
  font-size: 11px;
  font-weight: var(--brandon-bold-weight);
  line-height: 1em;
  text-transform: uppercase;
  flex-wrap: wrap;
  flex-basis: 70%;
  margin: 0px 8px;
  display: inline-block;
  vertical-align: top;
  margin-top: 11px;
  min-width: 190px;
}

@media (max-width: 767px) {
  .mbp_calander .mbp_month {
    margin-top: 7px;
    width: 190px;
  }
}
.mbp_calander p.italic {
  margin: 24px 0px 32px 0px;
}

.appointment_form {
  text-align: center;
  background: #fff;
}

.appointment_form form {
  text-align: center;
}

.appointment_form .form_group {
  margin: 32px auto 16px auto;
  text-align: left;
}

@media (min-width: 768px) {
  .appointment_form .form_group {
    margin: 64px auto 48px auto;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .appointment_form .input_col {
    width: calc(50% - 16px);
  }
}
.appointment_form .confirmation_p {
  font-size: 26px;
  max-width: 418px;
  margin: 100px auto 70px auto;
}

.container {
  width: 100%;
  margin: 0px auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 736px;
  }
  .container.cont_full_desktop {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 896px;
  }
  .container.cont_full_desktop {
    max-width: 896px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1152px;
  }
  .container.cont_full_desktop {
    max-width: 1152px;
  }
}
.container-full {
  width: 100%;
}

.container-slider {
  width: 90%;
  margin: 0px auto;
}

.container.relative {
  position: relative;
}

.c23-container {
  width: 90%;
  margin: 0px auto;
}

.c23-container-full {
  width: 100%;
}

@media (min-width: 768px) {
  .c23-container {
    max-width: 736px;
  }
}
@media (min-width: 992px) {
  .c23-container {
    max-width: 940px;
  }
}
@media (min-width: 1024px) {
  .c23-container {
    max-width: 980px;
  }
}
@media (min-width: 1280px) {
  .c23-container {
    max-width: 1240px;
  }
}
@media (min-width: 1920px) {
  .c23-container {
    max-width: 1660px;
  }
}
.row::after {
  content: "";
  clear: both;
  display: table;
}

.flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.space_between {
  justify-content: space-between;
}

@media (max-width: 767px) {
  .flex_tablet {
    display: block;
  }
}
@media (max-width: 1023px) {
  .flex_desktop {
    display: block;
  }
}
@media (max-width: 1279px) {
  .flex_large {
    display: block;
  }
}
@media (min-width: 767px) {
  .flex-md {
    display: flex;
  }
}
@media (min-width: 1023px) {
  .flex-lg {
    display: flex;
  }
}
@media (min-width: 1279px) {
  .flex-xl {
    display: flex;
  }
}
.flex-nowrap {
  flex-wrap: nowrap;
}

@media (min-width: 768px) {
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1280px) {
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
}
.flex-d-col {
  flex-direction: column;
}

/* COLUMNS
===================================*/
.col-1 {
  float: left;
  padding: 0px 16px;
  width: 8.3333333333%;
}

.col-2 {
  float: left;
  padding: 0px 16px;
  width: 16.6666666667%;
}

.col-3 {
  float: left;
  padding: 0px 16px;
  width: 25%;
}

.col-4 {
  float: left;
  padding: 0px 16px;
  width: 33.3333333333%;
}

.col-5 {
  float: left;
  padding: 0px 16px;
  width: 41.6666666667%;
}

.col-6 {
  float: left;
  padding: 0px 16px;
  width: 50%;
}

.col-7 {
  float: left;
  padding: 0px 16px;
  width: 58.3333333333%;
}

.col-8 {
  float: left;
  padding: 0px 16px;
  width: 66.6666666667%;
}

.col-9 {
  float: left;
  padding: 0px 16px;
  width: 75%;
}

.col-10 {
  float: left;
  padding: 0px 16px;
  width: 83.3333333333%;
}

.col-11 {
  float: left;
  padding: 0px 16px;
  width: 91.6666666667%;
}

.col-12 {
  float: left;
  padding: 0px 16px;
  width: 100%;
}

@media (min-width: 768px) {
  .col-tablet-1 {
    float: left;
    width: 8.3333333333%;
    padding: 0px 16px;
  }
  .col-tablet-2 {
    float: left;
    width: 16.6666666667%;
    padding: 0px 16px;
  }
  .col-tablet-3 {
    float: left;
    width: 25%;
    padding: 0px 16px;
  }
  .col-tablet-4 {
    float: left;
    width: 33.3333333333%;
    padding: 0px 16px;
  }
  .col-tablet-5 {
    float: left;
    width: 41.6666666667%;
    padding: 0px 16px;
  }
  .col-tablet-6 {
    float: left;
    width: 50%;
    padding: 0px 16px;
  }
  .col-tablet-7 {
    float: left;
    width: 58.3333333333%;
    padding: 0px 16px;
  }
  .col-tablet-8 {
    float: left;
    width: 66.6666666667%;
    padding: 0px 16px;
  }
  .col-tablet-9 {
    float: left;
    width: 75%;
    padding: 0px 16px;
  }
  .col-tablet-10 {
    float: left;
    width: 83.3333333333%;
    padding: 0px 16px;
  }
  .col-tablet-11 {
    float: left;
    width: 91.6666666667%;
    padding: 0px 16px;
  }
  .col-tablet-12 {
    float: left;
    width: 100%;
    padding: 0px 16px;
  }
}
@media (min-width: 1024px) {
  .col-desktop-1 {
    float: left;
    width: 8.3333333333%;
    padding: 0px 16px;
  }
  .col-desktop-2 {
    float: left;
    width: 16.6666666667%;
    padding: 0px 16px;
  }
  .col-desktop-3 {
    float: left;
    width: 25%;
    padding: 0px 16px;
  }
  .col-desktop-4 {
    float: left;
    width: 33.3333333333%;
    padding: 0px 16px;
  }
  .col-desktop-5 {
    float: left;
    width: 41.6666666667%;
    padding: 0px 16px;
  }
  .col-desktop-6 {
    float: left;
    width: 50%;
    padding: 0px 16px;
  }
  .col-desktop-7 {
    float: left;
    width: 58.3333333333%;
    padding: 0px 16px;
  }
  .col-desktop-8 {
    float: left;
    width: 66.6666666667%;
    padding: 0px 16px;
  }
  .col-desktop-9 {
    float: left;
    width: 75%;
    padding: 0px 16px;
  }
  .col-desktop-10 {
    float: left;
    width: 83.3333333333%;
    padding: 0px 16px;
  }
  .col-desktop-11 {
    float: left;
    width: 91.6666666667%;
    padding: 0px 16px;
  }
  .col-desktop-12 {
    float: left;
    width: 100%;
    padding: 0px 16px;
  }
}
@media (min-width: 1280px) {
  .col-large-1 {
    float: left;
    width: 8.3333333333%;
    padding: 0px 16px;
  }
  .col-large-2 {
    float: left;
    width: 16.6666666667%;
    padding: 0px 16px;
  }
  .col-large-3 {
    float: left;
    width: 25%;
    padding: 0px 16px;
  }
  .col-large-4 {
    float: left;
    width: 33.3333333333%;
    padding: 0px 16px;
  }
  .col-large-5 {
    float: left;
    width: 41.6666666667%;
    padding: 0px 16px;
  }
  .col-large-6 {
    float: left;
    width: 50%;
    padding: 0px 16px;
  }
  .col-large-7 {
    float: left;
    width: 58.3333333333%;
    padding: 0px 16px;
  }
  .col-large-8 {
    float: left;
    width: 66.6666666667%;
    padding: 0px 16px;
  }
  .col-large-9 {
    float: left;
    width: 75%;
    padding: 0px 16px;
  }
  .col-large-10 {
    float: left;
    width: 83.3333333333%;
    padding: 0px 16px;
  }
  .col-large-11 {
    float: left;
    width: 91.6666666667%;
    padding: 0px 16px;
  }
  .col-large-12 {
    float: left;
    width: 100%;
    padding: 0px 16px;
  }
}
@media (min-width: 1600px) {
  .col-extra_large-1 {
    float: left;
    width: 8.3333333333%;
    padding: 0px 16px;
  }
  .col-extra_large-2 {
    float: left;
    width: 16.6666666667%;
    padding: 0px 16px;
  }
  .col-extra_large-3 {
    float: left;
    width: 25%;
    padding: 0px 16px;
  }
  .col-extra_large-4 {
    float: left;
    width: 33.3333333333%;
    padding: 0px 16px;
  }
  .col-extra_large-5 {
    float: left;
    width: 41.6666666667%;
    padding: 0px 16px;
  }
  .col-extra_large-6 {
    float: left;
    width: 50%;
    padding: 0px 16px;
  }
  .col-extra_large-7 {
    float: left;
    width: 58.3333333333%;
    padding: 0px 16px;
  }
  .col-extra_large-8 {
    float: left;
    width: 66.6666666667%;
    padding: 0px 16px;
  }
  .col-extra_large-9 {
    float: left;
    width: 75%;
    padding: 0px 16px;
  }
  .col-extra_large-10 {
    float: left;
    width: 83.3333333333%;
    padding: 0px 16px;
  }
  .col-extra_large-11 {
    float: left;
    width: 91.6666666667%;
    padding: 0px 16px;
  }
  .col-extra_large-12 {
    float: left;
    width: 100%;
    padding: 0px 16px;
  }
}
/* HELPFUL
====================================*/
@media (min-width: 768px) {
  .col_no_collapse.col-tablet-6:nth-child(2n+1) {
    clear: both;
  }
  .col_no_collapse.col-tablet-4:nth-child(2n+1) {
    clear: none;
  }
  .col_no_collapse.col-tablet-4:nth-child(3n+1) {
    clear: both;
  }
  .col_no_collapse.col-tablet-3:nth-child(3n+1) {
    clear: none;
  }
  .col_no_collapse.col-tablet-3:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 1024px) {
  .col_no_collapse.col-desktop-6:nth-child(2n+1) {
    clear: both;
  }
  .col_no_collapse.col-desktop-4:nth-child(2n+1) {
    clear: none;
  }
  .col_no_collapse.col-desktop-4:nth-child(3n+1) {
    clear: both;
  }
  .col_no_collapse.col-desktop-3:nth-child(3n+1) {
    clear: none;
  }
  .col_no_collapse.col-desktop-3:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 1280px) {
  .col_no_collapse.col-large-6:nth-child(2n+1) {
    clear: both;
  }
  .col_no_collapse.col-large-4:nth-child(2n+1) {
    clear: none;
  }
  .col_no_collapse.col-large-4:nth-child(3n+1) {
    clear: both;
  }
  .col_no_collapse.col-large-3:nth-child(3n+1) {
    clear: none;
  }
  .col_no_collapse.col-large-3:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 1600px) {
  .col_no_collapse.col-extra_large-6:nth-child(2n+1) {
    clear: both;
  }
  .col_no_collapse.col-extra_large-4:nth-child(2n+1) {
    clear: none;
  }
  .col_no_collapse.col-extra_large-4:nth-child(3n+1) {
    clear: both;
  }
  .col_no_collapse.col-extra_large-3:nth-child(3n+1) {
    clear: none;
  }
  .col_no_collapse.col-extra_large-3:nth-child(4n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  #is_mobile_only {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  #is_tablet {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  #is_desktop {
    display: none;
  }
}
@media only screen and (max-width: 1599px) {
  #is_large {
    display: none;
  }
}
@media print {
  #is_for_print {
    display: none;
  }
}
.nav_overlay {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
}

body.home form {
  text-align: center;
}

body.home .all_blocks {
  position: relative;
}

body.home .all_blocks .arrow_btns.arrows_properties {
  top: 365px;
}

body.home .all_blocks .arrow_btns.arrows_services {
  top: 777px;
}

body.home .drop_down .current {
  padding: 19px 24px;
}

body.page-template-page-schools .article {
  padding-top: 0px;
}

body.page-template-page-schools section {
  padding: 0px;
}

body.page-template-page-schools h1 {
  margin-top: 48px;
  margin-bottom: 16px;
  text-align: center;
}

@media (min-width: 1024px) {
  body.page-template-page-schools h1 {
    font-size: 60px;
  }
}
body.page-template-page-schools .iframeWrap {
  width: 100%;
}

body.page-template-page-schools .iframeWrap iframe {
  height: calc(100vh - 55px);
}

@media (min-width: 768px) {
  body.page-template-page-schools .iframeWrap iframe {
    height: calc(100vh - 80px);
  }
}
body.page-template-page-schools .iframe_map {
  border: none;
  width: 100%;
}

body.page-template-page-properties {
  background: #f5f5f5;
}

body.page-template-page-properties .main_page {
  display: flex;
  flex-direction: column-reverse;
}

body.page-template-page-properties .main_page .main_section {
  margin-top: 48px;
}

body.page-template-page-properties .main_page .main_section .actions {
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
  justify-content: center;
  align-items: center;
}

body.page-template-page-properties .main_page .main_section .actions li {
  border-top: 0px;
  height: 100%;
}

body.page-template-page-properties .main_page .main_section .actions li .drop_down {
  height: 100%;
}

@media (min-width: 1024px) {
  body.page-template-page-properties .main_page .main_section .actions li:first-child {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  body.page-template-page-properties .main_page .main_section {
    margin-top: 94px;
  }
}
body.page-template-page-properties .main_page .heading {
  display: none;
  text-align: center;
}

body.page-template-page-properties .main_page .heading h1 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 32px 0px 32px 0px;
  font-weight: 400;
  line-height: 1.4em;
}

body.page-template-page-properties .main_page .heading p {
  margin: 0px 0px 32px 0px;
}

@media (min-width: 768px) {
  body.page-template-page-properties .main_page .heading {
    display: block;
  }
}
body.page-template-page-properties .main_page .properties .property {
  margin-bottom: 48px;
}

@media (min-width: 1280px) {
  body.page-template-page-properties .main_page .properties .property .property_details {
    padding: 16px 12px;
  }
}
@media (min-width: 1600px) {
  body.page-template-page-properties .main_page .properties .property .property_details {
    padding: 32px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-properties .main_page .properties .property {
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-properties .main_page .properties .property {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-properties .main_page .properties {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-properties .main_page {
    flex-direction: row;
  }
}
body.page-template-page-properties .mobile_location_input {
  width: 100%;
  display: block;
}

body.page-template-page-properties .mobile_location_input .yac_cont {
  width: 100%;
}

body.page-template-page-properties .mobile_location_input input {
  width: 100%;
  padding: 16px;
}

@media (max-width: 768px) {
  body.page-template-page-properties .mobile_location_input .locations {
    padding: 0px 16px;
    display: flex;
    position: absolute;
    top: 49px;
    width: 100%;
    height: 44px;
    align-items: center;
    background: #f2f2f2;
    border-top: solid 1px #d6d6d6;
    margin-top: -1px;
  }
  body.page-template-page-properties .mobile_location_input .locations .location {
    margin-top: 6px;
    margin-bottom: 4px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-properties .mobile_location_input {
    display: none;
  }
}
.filterStyle,
.mbp_filter_btn,
.filterDropDown .current,
.filterDropDown ul li,
.to {
  padding: 16px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: var(--brandon-bold-weight);
  line-height: 1em;
  text-transform: uppercase;
  height: 48px;
  cursor: pointer;
  color: var(--color-dark);
}

.filterStyle i,
.mbp_filter_btn i,
.filterDropDown .current i,
.filterDropDown ul li i,
.to i {
  margin-right: 4px;
}

.locations .location .cross, .location__extras__loc .cross {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
}

.locations {
  padding: 0px 16px 0px 32px;
  display: none;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .locations {
    min-width: 395px;
    display: flex;
    align-items: center;
    max-width: 50%;
  }
}
.locations .location {
  background: var(--color-dark);
  color: #fff;
  width: auto;
  display: flex;
  align-items: center;
  padding: 0px 8px;
  border-radius: 5px;
  height: 32px;
  font-size: 16px;
  letter-spacing: 0.03em;
  margin-right: 8px;
}

.locations .location span {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}

.locations .location.is_open {
  border-radius: 5px 5px 0px 0px;
}

.locations .yac_cont {
  position: relative;
  flex-basis: 100%;
}

.locations input {
  padding: 16px 0px;
  width: 100%;
  height: 48px;
}

@media (min-width: 330px) {
  .only_iphone5 {
    display: none;
  }
}
body.page-template-page-property {
  background: #f5f5f5;
  /* Mobile
   =========================================*/
  /*
   *
   *  PRINTABLE STYLES
   *
   =========================================*/
}

body.page-template-page-property .slick-initialized {
  overflow: hidden;
}

body.page-template-page-property .slick-arrow {
  display: none !important;
}

body.page-template-page-property .icons_only_desktop {
  display: none;
}

@media (min-width: 768px) {
  body.page-template-page-property .icons_only_desktop {
    display: flex;
  }
}
body.page-template-page-property .gallery {
  display: flex;
  flex-direction: column-reverse;
  background: #fff;
}

body.page-template-page-property .gallery embed {
  height: 324px;
}

@media (min-width: 768px) {
  body.page-template-page-property .gallery embed {
    width: 100%;
    height: 652px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-property .gallery {
    flex-direction: column;
  }
}
body.page-template-page-property .gallery .property_details {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 4px;
}

body.page-template-page-property .gallery .property_details h1 {
  font-size: 20px;
  margin: 0px;
  font-weight: 100;
  line-height: 1.3em;
}

@media (max-width: 767px) {
  body.page-template-page-property .gallery .property_details h1 {
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  body.page-template-page-property .gallery .property_details h1 {
    font-size: 32px;
  }
}
body.page-template-page-property .gallery .property_details .price {
  margin: 24px 0px 16px 0px;
}

@media (min-width: 768px) {
  body.page-template-page-property .gallery .property_details .price {
    margin-top: 0px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  body.page-template-page-property .gallery .property_details .short {
    font-weight: 400;
    font-family: "FreightProBook" !important;
  }
}
body.page-template-page-property .gallery .property_details ul {
  margin-bottom: 16px;
  margin-top: 16px;
}

body.page-template-page-property .gallery .property_details ul li {
  margin-left: 0px;
  margin-right: 16px;
}

body.page-template-page-property .gallery .property_details ul li:last-child {
  width: 30px;
}

@media (min-width: 768px) {
  body.page-template-page-property .gallery .property_details ul li {
    margin-right: 0px;
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-property .gallery .property_details ul {
    justify-content: flex-end;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
body.page-template-page-property .gallery .property_details .info {
  padding: 0px 16px;
}

@media (min-width: 768px) {
  body.page-template-page-property .gallery .property_details .info {
    padding: 32px 0px;
  }
}
body.page-template-page-property .gallery .property_details .title {
  padding: 0px 16px 0px 16px;
}

body.page-template-page-property .gallery .property_details .title p {
  margin: 8px 0px 0px 0px;
}

@media (min-width: 768px) {
  body.page-template-page-property .gallery .property_details .title p {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-property .gallery .property_details .title {
    background: #fff;
    padding: 32px 0px;
    border: none;
  }
}
@media (min-width: 768px) {
  body.page-template-page-property .gallery .property_details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 32px;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-property .gallery .property_details {
    padding: 0px 48px;
  }
}
body.page-template-page-property .gallery .gallery_images {
  width: 100%;
  height: 328px;
}

body.page-template-page-property .gallery .gallery_images .slides div {
  position: relative;
}

body.page-template-page-property .gallery .gallery_images .slides div .image_actions {
  position: absolute;
  top: 0px;
  display: none;
}

body.page-template-page-property .gallery .gallery_images .slides div .image_actions a {
  display: inline-flex;
}

body.page-template-page-property .gallery .gallery_images .slides div:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  body.page-template-page-property .gallery .gallery_images .slides div:before {
    background: rgba(0, 0, 0, 0.6);
  }
}
body.page-template-page-property .gallery .gallery_images .slides div.slick-current:before {
  display: none;
}

body.page-template-page-property .gallery .gallery_images .slides div.slick-current .tag {
  display: inline-block;
}

@media (min-width: 768px) {
  body.page-template-page-property .gallery .gallery_images .slides div.slick-current .image_actions {
    display: flex;
  }
}
body.page-template-page-property .gallery .gallery_images .slides div.slick-current .view_full:before {
  display: none;
}

body.page-template-page-property .gallery .gallery_images .slides div.slick-current .btn-heart:before {
  transition: 0.3s;
  background: var(--color-dark);
}

@media (min-width: 768px) {
  body.page-template-page-property .gallery .gallery_images .slides div.slick-slide {
    width: 672px;
    min-width: 544px;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-property .gallery .gallery_images .slides div.slick-slide {
    min-width: 800px;
  }
}
@media (min-width: 1280px) {
  body.page-template-page-property .gallery .gallery_images .slides div.slick-slide {
    min-width: 1056px;
  }
}
body.page-template-page-property .gallery .gallery_images img {
  height: 328px;
  width: 100vw;
  object-fit: cover;
}

@media (min-width: 768px) {
  body.page-template-page-property .gallery .gallery_images img {
    height: 696px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  body.page-template-page-property .gallery .gallery_images {
    height: 696px;
  }
}
body.page-template-page-property .gallery .gallery_wrapper {
  position: relative;
}

body.page-template-page-property .gallery .gallery_wrapper .arrow_btns {
  top: 50%;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  z-index: 6;
}

@media (min-width: 768px) {
  body.page-template-page-property .gallery .gallery_wrapper .arrow_btns {
    width: 768px;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-property .gallery .gallery_wrapper .arrow_btns {
    width: 920px;
  }
}
@media (min-width: 1280px) {
  body.page-template-page-property .gallery .gallery_wrapper .arrow_btns {
    width: 1176px;
  }
}
body.page-template-page-property .gallery .gallery_wrapper .arrow_btn {
  top: 50%;
  width: 28px;
  height: 28px;
}

body.page-template-page-property .gallery .gallery_wrapper .arrow_btn span:before, body.page-template-page-property .gallery .gallery_wrapper .arrow_btn span:after {
  right: 7px;
}

body.page-template-page-property .gallery .gallery_wrapper .arrow_btn span:before {
  top: 9px;
}

body.page-template-page-property .gallery .gallery_wrapper .arrow_btn span:after {
  top: 13px;
}

body.page-template-page-property .gallery .gallery_wrapper .arrow_btn.left span:before, body.page-template-page-property .gallery .gallery_wrapper .arrow_btn.left span:after {
  right: 9px;
}

body.page-template-page-property .gallery .gallery_wrapper .arrow_btn.left span:before {
  top: 13px;
}

body.page-template-page-property .gallery .gallery_wrapper .arrow_btn.left span:after {
  top: 9px;
}

body.page-template-page-property .tab {
  width: 100%;
  -webkit-box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.13);
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-size: 12px;
  font-weight: 700;
}

body.page-template-page-property .tab i {
  margin-right: 8px;
}

body.page-template-page-property .tab:hover {
  background: #eaeaea;
}

body.page-template-page-property .tab.selected {
  background: #f5f5f5 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--color-dark);
}

@media (min-width: 768px) {
  body.page-template-page-property .tab.selected {
    background: #fff !important;
  }
}
@media (min-width: 768px) {
  body.page-template-page-property .tab.selected:hover {
    background: #fff;
  }
}
@media (max-width: 767px) {
  body.page-template-page-property .tab {
    font-size: 14px;
    background: #f5f5f5 !important;
    transition: 0.3s;
    justify-content: flex-start;
    position: relative;
  }
  body.page-template-page-property .tab:before, body.page-template-page-property .tab:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    background: var(--color-dark);
    right: 16px;
    position: absolute;
    transition: 0.3s;
    top: 23px;
  }
  body.page-template-page-property .tab:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  body.page-template-page-property .tab.is_open {
    background: #f5f5f5 !important;
  }
  body.page-template-page-property .tab.is_open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
body.page-template-page-property .content_main {
  overflow: hidden;
}

@media (max-width: 769px) {
  body.page-template-page-property .content_main {
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-property .content_main {
    width: 60%;
    padding-left: 32px;
    float: left;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-property .content_main {
    padding-left: 48px;
  }
}
body.page-template-page-property .content_side p.reference {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  body.page-template-page-property .content_side.fixed {
    position: fixed;
    background: #fff;
    top: 80px;
    border-right: solid 1px #dcdcdc;
  }
  body.page-template-page-property .content_side.unfixed {
    position: absolute;
    bottom: 48px;
    top: auto;
    right: 0px !important;
    border: none;
  }
}
@media (min-width: 768px) {
  body.page-template-page-property .content_side {
    padding-right: 32px;
    float: right;
    width: 248px;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-property .content_side {
    padding-right: 48px;
    width: 306px;
  }
}
@media (min-width: 1280px) {
  body.page-template-page-property .content_side {
    width: 384px;
  }
}
body.page-template-page-property .similar_properties h2 {
  text-align: center;
}

body.page-template-page-property .similar_properties i {
  margin: 0px auto;
  display: block;
}

body.page-template-page-property .similar_properties .properties {
  margin-top: 32px;
  position: relative;
}

body.page-template-page-property .similar_properties .properties .arrows_properties {
  bottom: 226px;
}

body.page-template-page-property .tag_wrapper {
  position: absolute;
}

body.page-template-page-property .tag_wrapper span {
  display: block;
}

@media (max-width: 767px) {
  body.page-template-page-property .tag_wrapper {
    top: -38px;
    z-index: 5;
  }
  body.page-template-page-property .tag_wrapper .tag {
    width: auto;
  }
}
@media (min-width: 768px) {
  body.page-template-page-property .tag_wrapper {
    bottom: -38px;
    z-index: 5;
    left: 32px;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-property .tag_wrapper {
    left: 48px;
  }
}
body.page-template-page-property .iframe_map {
  border: none;
}

body.page-template-page-property .stations {
  padding: 0px;
}

body.page-template-page-property .stations li {
  background: url("img/station.png") no-repeat;
  padding-left: 24px;
  margin-bottom: 8px;
}

body.page-template-page-property #map_transport {
  width: 1px;
  min-width: 100%;
  height: 310px;
}

@media (max-width: 767px) {
  body.page-template-page-property footer {
    margin-bottom: 58px;
  }
}
body.page-template-page-property .print_image {
  display: none;
}

body.page-template-page-property .openStreetView {
  margin-top: 20px;
}

body.page-template-page-property .accoridan_section .tab_content {
  padding: 24px 16px;
}

@media (min-width: 768px) {
  body.page-template-page-property .accoridan_section {
    display: none;
  }
}
@media (max-width: 767px) {
  body.page-template-page-property .desktop_tabs,
  body.page-template-page-property .not_on_mob {
    display: none !important;
  }
}
@media print {
  body.page-template-page-property .icons_only_desktop,
  body.page-template-page-property .tab_content,
  body.page-template-page-property .print_image,
  body.page-template-page-property .gallery,
  body.page-template-page-property .property_details {
    display: block !important;
  }
  body.page-template-page-property header,
  body.page-template-page-property footer,
  body.page-template-page-property .tabs,
  body.page-template-page-property .content_side .btn_list,
  body.page-template-page-property .similar_properties,
  body.page-template-page-property .arrow_btns,
  body.page-template-page-property .mob_contact_btns,
  body.page-template-page-property .print_hide,
  body.page-template-page-property .gallery_wrapper,
  body.page-template-page-property .quote_section {
    display: none !important;
  }
  body.page-template-page-property h1.town {
    font-size: 36px !important;
  }
  body.page-template-page-property .print_image {
    display: block !important;
    overflow: hidden !important;
  }
  body.page-template-page-property .print_image img {
    width: 40% !important;
    float: left !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
  }
}
body.post-type-archive-branch .branch_list,
body.page-template-page-contact .branch_list {
  padding: 0px 16px;
  margin: 0px 0px 48px 0px;
}

body.post-type-archive-branch .branch_list h3,
body.page-template-page-contact .branch_list h3 {
  font-size: 24px;
  padding: 16px 16px 0px 16px;
  margin: 0px;
}

@media (max-width: 1023px) {
  body.post-type-archive-branch .branch_list h3,
  body.page-template-page-contact .branch_list h3 {
    position: relative;
  }
  body.post-type-archive-branch .branch_list h3:before, body.post-type-archive-branch .branch_list h3:after,
  body.page-template-page-contact .branch_list h3:before,
  body.page-template-page-contact .branch_list h3:after {
    content: "";
    width: 8px;
    height: 3px;
    background: var(--color-dark);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0px;
  }
  body.post-type-archive-branch .branch_list h3:after,
  body.page-template-page-contact .branch_list h3:after {
    transition: 0.3s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  body.post-type-archive-branch .branch_list h3.is_open:after,
  body.page-template-page-contact .branch_list h3.is_open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
body.post-type-archive-branch .branch_list h3:before, body.post-type-archive-branch .branch_list h3:after,
body.page-template-page-contact .branch_list h3:before,
body.page-template-page-contact .branch_list h3:after {
  right: 16px;
}

@media (min-width: 1024px) {
  body.post-type-archive-branch .branch_list h3,
  body.page-template-page-contact .branch_list h3 {
    font-size: 24px;
    padding: 12px 16px 12px 16px;
  }
}
@media (min-width: 1600px) {
  body.post-type-archive-branch .branch_list h3,
  body.page-template-page-contact .branch_list h3 {
    font-size: 32px;
    padding: 12px 16px 12px 32px;
  }
}
body.post-type-archive-branch .branch_list .numbers,
body.page-template-page-contact .branch_list .numbers {
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  body.post-type-archive-branch .branch_list .numbers,
  body.page-template-page-contact .branch_list .numbers {
    height: 42px;
  }
}
body.post-type-archive-branch .branch_list .phone,
body.page-template-page-contact .branch_list .phone {
  text-transform: uppercase;
  color: #4d4e56;
  display: block;
  margin-top: 5px;
  letter-spacing: 0.05em;
  font-weight: var(--brandon-bold-weight);
  line-height: 1em;
  font-size: 14px;
}

body.post-type-archive-branch .branch_list .phone span,
body.page-template-page-contact .branch_list .phone span {
  margin-left: 5px;
}

body.post-type-archive-branch .branch_list .btn div,
body.page-template-page-contact .branch_list .btn div {
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  display: inline-block;
}

@media (min-width: 1024px) {
  body.post-type-archive-branch .branch_list .btn div,
  body.page-template-page-contact .branch_list .btn div {
    display: none;
  }
}
@media (min-width: 1280px) {
  body.post-type-archive-branch .branch_list .btn div,
  body.page-template-page-contact .branch_list .btn div {
    display: inline-block;
  }
}
@media (max-width: 1023px) {
  body.post-type-archive-branch .branch_list .btn,
  body.page-template-page-contact .branch_list .btn {
    border-radius: 0px;
    padding: 10px 0px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  body.post-type-archive-branch .branch_list,
  body.page-template-page-contact .branch_list {
    margin: 0px 0px 128px 0px;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-branch .map,
  body.page-template-page-contact .map {
    display: none;
  }
}
body.post-type-archive-branch .all_blocks,
body.page-template-page-contact .all_blocks {
  position: relative;
  z-index: 2;
  background: #fff;
}

body.post-type-archive-branch .block_text,
body.page-template-page-contact .block_text {
  background: #fff;
}

body.post-type-archive-branch .block_text address,
body.page-template-page-contact .block_text address {
  font-size: 16px;
  width: 220px;
  margin: 24px auto;
  font-style: normal;
}

body.post-type-archive-branch .block_text .contact_link,
body.page-template-page-contact .block_text .contact_link {
  font-size: 20px;
  display: block;
  color: #4d4e56;
}

@media (min-width: 768px) {
  body.post-type-archive-branch .block_text .contact_link,
  body.page-template-page-contact .block_text .contact_link {
    font-size: 24px;
  }
}
body.post-type-archive-branch .arrow_btns,
body.page-template-page-contact .arrow_btns {
  top: 425px;
}

body.post-type-archive-branch .main_section,
body.page-template-page-contact .main_section {
  min-height: 100vh;
}

body.post-type-archive-branch .branch_card,
body.page-template-page-contact .branch_card {
  margin-bottom: 32px;
}

body.post-type-archive-branch .drop_down,
body.page-template-page-contact .drop_down {
  display: none;
}

@media (max-width: 767px) {
  body.post-type-archive-branch .drop_down,
  body.page-template-page-contact .drop_down {
    display: block;
  }
}
body.post-type-archive-branch .drop_down .current,
body.page-template-page-contact .drop_down .current {
  background: #fff;
}

/* body.page-template-page-areaguides .ag_label {
  display: none; }
@media (max-width: 767px) {
  body.page-template-page-areaguides .makesomeroom {
    margin-top: 268px; } }
body.page-template-page-areaguides .hero {
  height: calc(100vh - 48px);
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    body.page-template-page-areaguides .hero {
      padding-bottom: 120px; } }
  body.page-template-page-areaguides .hero:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    z-index: -1; }
  body.page-template-page-areaguides .hero .icon-next {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    margin: 0px auto; }
  body.page-template-page-areaguides .hero .smallheading, body.page-template-page-areaguides .hero h1 {
    text-align: center; }
    @media (min-width: 768px) {
      body.page-template-page-areaguides .hero .smallheading, body.page-template-page-areaguides .hero h1 {
        text-align: left; } }
  body.page-template-page-areaguides .hero h1 {
    margin-bottom: 28px; }
    @media (min-width: 768px) {
      body.page-template-page-areaguides .hero h1 {
        margin-bottom: 0px;
        max-width: 532px; } }
  @media (min-width: 768px) {
    body.page-template-page-areaguides .hero {
      flex-direction: column;
      justify-content: center;
      height: calc(100vh - 270px); } }
  @media (min-width: 1024px) {
    body.page-template-page-areaguides .hero {
      padding-left: 128px; } }
body.page-template-page-areaguides .center_on_mob {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  body.page-template-page-areaguides .center_on_mob h1 {
    text-align: center; }
    @media (min-width: 1025px) {
      body.page-template-page-areaguides .center_on_mob h1 {
        text-align: left; } }
  @media (min-width: 1025px) {
    body.page-template-page-areaguides .center_on_mob {
      display: block; } }
body.page-template-page-areaguides .vertical_line {
  background: #fff;
  height: 64px;
  width: 2px;
  display: none;
  margin: 16px 0px; }
  @media (min-width: 768px) {
    body.page-template-page-areaguides .vertical_line {
      display: inline-block; } }
body.page-template-page-areaguides .smallheading {
  text-transform: uppercase;
  font-weight: var(--brandon-bold-weight);
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 13.2px; }
  @media (min-width: 768px) {
    body.page-template-page-areaguides .smallheading {
      margin: 0px; } }
body.page-template-page-areaguides .scroll_down .icon-next {
  border-radius: 100%; }
  body.page-template-page-areaguides .scroll_down .icon-next:hover {
    background-color: #fff; }
@media (min-width: 768px) {
  body.page-template-page-areaguides .scroll_down {
    margin: 0px auto;
    position: absolute;
    bottom: 32px;
    text-align: center;
    width: 100%;
    left: 0px; }
    body.page-template-page-areaguides .scroll_down .smallheading {
      text-align: center; } } */
/* @media (min-width: 768px) {
  body.blog .layout_hero .featured_img {
    height: calc(100vh - 316px); } }
@media (min-width: 768px) {
  body.blog .layout_hero .pre_header {
    margin-top: 64px; } }
body.blog .layout_hero .main_content {
  position: relative;
  border-bottom: solid 1px #dcdcdc; }
  @media (min-width: 768px) {
    body.blog .layout_hero .main_content {
      border: none; } }
body.blog .the_blogs .layout_space_xlarge {
  height: 0px; }
  @media (min-width: 768px) {
    body.blog .the_blogs .layout_space_xlarge {
      height: 96px; } }
@media (min-width: 768px) {
  body.blog .the_blogs {
    padding-bottom: 96px; } }
body.blog #dd_cats .current span {
  text-overflow: ''; }
body.blog #dd_cats ul li {
  padding: 0px 16px; }
@media (max-width: 767px) {
  body.blog #dd_cats {
    display: none !important; } }
@media (max-width: 767px) {
  body.blog .filters_bar select {
    display: none !important; } }
body.blog .pagination p {
  margin: 16px 0px 48px 0px; }
body.blog .noresults {
  text-align: center;
  margin: 64px 0px; } */
body.single-post .side img.side_image,
body.single-area .side img.side_image {
  margin-left: -32px;
  width: calc(100% + 64px);
  max-width: 200%;
  height: 820px;
  object-fit: cover;
}

@media (max-width: 767px) {
  body.single-post .side img.side_image,
  body.single-area .side img.side_image {
    width: calc(100% + 48px);
  }
}
body.single-post .similar_properties .seperator,
body.single-area .similar_properties .seperator {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  body.single-post .branch_coverage .m_bottom_lg,
  body.single-area .branch_coverage .m_bottom_lg {
    margin-bottom: 0px !important;
  }
}
body.single-area .main_content img {
  width: 100%;
  margin: 32px 0px;
}

body.single-job .article h3 {
  letter-spacing: 0.05em;
  font-size: 11px;
  font-weight: var(--brandon-bold-weight);
  line-height: 1em;
  text-transform: uppercase;
  border-bottom: solid 1px #a0a1a6;
  padding-bottom: 8px;
  margin-top: 12px;
}

body.single-job .article ul li {
  font-size: 20px;
}

body.single-job .layout_hero .main_content {
  padding-bottom: 0px;
}

body.single-job .job_apply_form {
  background: #fff;
}

body.single-job .drop_down .current {
  height: 50px;
  display: flex;
  align-items: center;
}

body.single-job .drop_down .current span {
  width: 100%;
}

.error404 .banner404 {
  padding: 128px 0px;
  background: var(--color-primary);
  text-align: center;
}

.error404 .banner404 h1, .error404 .banner404 p, .error404 .banner404 a {
  color: #fff;
}

.error404 .banner404 p {
  max-width: 434px;
  margin: 0px auto;
}

@media (max-width: 768px) {
  .error404 .banner404 p {
    font-size: 14px;
  }
}
.error404 .banner404 p.sub-heading {
  text-transform: uppercase;
  font-size: 12px;
}

.error404 .all_blocks {
  position: relative;
  background: #fff;
  z-index: 1;
}

.error404 .all_blocks .arrow_btns.arrows_properties {
  top: 365px;
}

.error404 .all_blocks .arrow_btns.arrows_services {
  top: 777px;
}

.error404 h1 {
  font-size: 22px;
}

@media (min-width: 768px) {
  .error404 h1 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .error404 h1 {
    font-size: 64px;
  }
}
body.page-template-page-sitemap h1.site-map-h1 {
  margin-top: 0px;
  margin-bottom: 24px;
}

body.page-template-page-sitemap .sitemap {
  margin: 64px 0px;
}

body.page-template-page-sitemap .sitemap ul li {
  margin-bottom: 16px;
}

body.page-template-page-sitemap .sitemap .sub-menu {
  margin-top: 16px;
}

body.page-template-page-sitemap .sitemap-links__link {
  display: block;
  margin-bottom: 8px;
}

body.page-template-page-payment-details .back_link {
  color: var(--color-dark);
  text-transform: uppercase;
  transition: 0.3s;
  font-size: 11px;
  font-weight: var(--brandon-bold-weight);
}

body.page-template-page-payment-details .back_link span {
  display: inline-block;
  vertical-align: text-top;
  padding-top: 1px;
  transition: 0.3s;
  color: var(--color-dark);
}

body.page-template-page-payment-details .back_link:hover {
  color: #7c8cad;
}

body.page-template-page-payment-details .back_link:hover span {
  color: #7c8cad;
}

body.page-template-page-payment-details .italic_note {
  font-size: 16px;
  text-align: center;
}

body.page-template-page-payment-details .page_header p {
  max-width: 565px;
}

body.page-template-page-payment-details .btn-center {
  max-width: 355px;
}

body.page-template-page-payment-details .amount_box {
  background: #4d4e56;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  padding: 0px 24px;
}

body.page-template-page-payment-details .amount_box span {
  color: #fff;
}

body.page-template-page-payment-details .amount_number {
  font-family: "BrandonTextBold";
  font-size: 24px;
  vertical-align: text-bottom;
}

body.page-template-page-payment-details #same_address {
  margin-right: 5px;
  display: inline-block;
}

body.page-template-page-payment-details #same_address + label {
  display: inline-block;
}

body.page-template-page-payment-details input[type=number] {
  height: auto;
}

:root {
  --curchods-transition: cubic-bezier(0.23, 1, 0.32, 1);
  --plyr-color-main: #971B2F;
  --plyr-video-controls-color:#ffffff !important;
  --plyr-audio-controls-color:#ffffff !important;
  --plyr-audio-controls-color-hover:#ffffff !important;
}

.plyr__controls .plyr__control svg {
  color: #fff !important;
}

.plyr__time {
  color: #fff !important;
}

[data-lastpass-icon-root=true],
#shadow-host-companion {
  display: none;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

section {
  padding: 48px 0px;
}

@media (min-width: 1024px) {
  section {
    padding: 64px 0px;
  }
}
a {
  transition: 0.3s;
  text-decoration: none;
  color: var(--color-dark);
}

a:hover, a:visited, a:active {
  text-decoration: none;
  /* color: #6c7fa3;  */
}

a.btn {
  color: #fff;
}

a.btn-grey {
  color: var(--color-dark);
}

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

ul {
  list-style: none;
}

span {
  line-height: 1em;
}

/* fonts */
@font-face {
  font-family: "Tiempos";
  src: url("../fonts/tiempos/Tiempos Headline - Light.woff") format("woff"), url("../fonts/tiempos/Tiempos Headline - Light.ttf") format("truetype"), url("../fonts/tiempos/Tiempos Headline - Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Tiempos";
  src: url("../fonts/tiempos/Tiempos Headline - Bold.woff") format("woff"), url("../fonts/tiempos/Tiempos Headline - Bold.ttf") format("truetype"), url("../fonts/tiempos/Tiempos Headline - Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Tiempos";
  src: url("../fonts/tiempos/Tiempos Headline - Light Italic.woff") format("woff"), url("../fonts/tiempos/Tiempos Headline - Light Italic.ttf") format("truetype"), url("../fonts/tiempos/Tiempos Headline - Light Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Tiempos";
  src: url("../fonts/tiempos/Tiempos Headline - Bold Italic.woff") format("woff"), url("../fonts/tiempos/Tiempos Headline - Bold Italic.ttf") format("truetype"), url("../fonts/tiempos/Tiempos Headline - Bold Italic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
/* Base */
body {
  background: #fff !important;
  font-family: var(--font-display);
  overflow-x: hidden;
  margin-top: 48px;
}

@media (min-width: 768px) {
  body {
    margin-top: 56px;
  }
}
.narrow-center {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.mw-1400 {
  max-width: 1400px;
}

p, li {
  font-size: 14px;
  font-family: var(--font-display);
  color: var(--color-dark);
  font-weight: 400;
  line-height: 1.5em;
}

a {
  line-height: 1.5em;
}

h2 {
  letter-spacing: 0.02em;
  font-size: 20px;
  color: var(--color-dark);
  line-height: 1.4em;
}

.hdln-1,
#article_content h1 {
  font-family: var(--font-brand);
  font-size: 32px;
  line-height: 1.3em;
  font-weight: 100 !important;
  /* margin-bottom: 0px; */
  padding-bottom: 0px;
}

.hdln-2,
#article_content h2 {
  font-family: var(--font-brand);
  font-size: 32px;
  text-transform: none;
  margin: 0px;
  line-height: 1.1em;
}

.hdln-3 {
  font-family: var(--font-brand);
  padding: 0px 0px 32px 0px;
  border-bottom: solid 1px var(--color-grey);
  font-size: 28px;
  font-weight: 100;
}

@media (min-width: 769px) {
  .hdln-1,
  #article_content h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 28px;
  }
  p, li {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .hdln-1,
  #article_content h1 {
    font-size: 64px;
    line-height: 70px;
  }
}
textarea {
  min-height: 230px;
  font-weight: 100;
}

select {
  width: 100%;
  background: whitesmoke url(img/icons/fake_select_arrow.svg) no-repeat 94% 50%/16px;
  border: none;
  padding: 16px;
  height: 49px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 14px;
}

label {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  line-height: 1em;
}

label .astrix {
  color: var(--color-primary);
  margin-left: 4px;
}

/* Form */
.c23-form label,
.wpcf7-form label {
  margin-bottom: 16px;
  font-weight: 400;
  color: var(--color-primary);
}

.c23-form label span,
.wpcf7-form label span {
  color: var(--color-primary);
  font-size: 12px;
  font-family: var(--font-display);
}

.c23-form input,
.wpcf7-form input {
  height: 68px;
}

.c23-form input,
.c23-form textarea,
.c23-form select,
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  background: #fff;
  font-family: var(--font-display);
  font-size: 18px;
  /* border: solid 1px #F0F0F0; */
  border: solid 1px #ababab;
  padding: 24px;
  color: #000;
}

.c23-form select,
.wpcf7-form select {
  padding: 0px 24px;
  height: 68px;
  font-weight: 100;
  background-image: url(../img/arrow-down.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) center;
}

.c23-form input.invalid,
.c23-form textarea.invalid,
.c23-form select.invalid,
.wpcf7-form input.invalid,
.wpcf7-form textarea.invalid,
.wpcf7-form select.invalid {
  border-color: var(--color-error);
  color: var(--color-error);
  background-image: url(../img/error-icon.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) center;
}

.wpcf7-form-control-wrap {
  margin-top: 16px;
  display: block;
}

.wpcf7-submit {
  background: var(--color-primary) !important;
  color: #fff !important;
  border: none !important;
  cursor: pointer;
}

p.notification.error {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 22;
  background: var(--color-error);
  margin: 0px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 86px;
}

.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}

.gap-24 {
  gap: 24px;
}

.gap-32 {
  gap: 32px;
}

/* fonts */
.font-brand {
  font-family: var(--font-brand);
}

.font-display {
  font-family: var(--font-display);
}

/* sizes */
.txt-11 {
  font-size: 11px;
}

.txt-12 {
  font-size: 12px;
}

.txt-13 {
  font-size: 13px;
}

.txt-14 {
  font-size: 14px;
}

.txt-15 {
  font-size: 15px;
}

.txt-16 {
  font-size: 16px;
}

.txt-18 {
  font-size: 18px;
}

.txt-22 {
  font-size: 22px;
}

.txt-28 {
  font-size: 28px;
}

.txt-32 {
  font-size: 32px;
}

.txt-48 {
  font-size: 48px;
}

.txt-xl {
  font-size: 56px;
}

.txt-64 {
  font-size: 64px;
}

@media (min-width: 768px) {
  .txt-md-14 {
    font-size: 14px;
  }
  .txt-md-16 {
    font-size: 16px;
  }
  .txt-md-18 {
    font-size: 18px;
  }
  .txt-md-22 {
    font-size: 22px;
  }
  .txt-md-32 {
    font-size: 32px;
  }
  .hdln-2 {
    font-size: 56px;
  }
}
@media (min-width: 1024px) {
  .txt-lg-14 {
    font-size: 14px;
  }
}
@media (min-width: 1401px) {
  .txt-xl {
    font-size: 64px;
  }
  .hdln-2 {
    font-size: 64px;
  }
}
/* colors */
.txt-light {
  color: var(--color-light) !important;
}

.txt-dark {
  color: var(--color-dark);
}

.txt-primary {
  color: var(--color-primary) !important;
}

.txt-light-grey {
  color: #8a8a8a;
}

.txt-dark-grey {
  color: var(--color-grey-dark) !important;
}

.txt-error {
  color: var(--color-error) !important;
}

.txt-prime-dark {
  color: var(--color-prime-dark) !important;
}

.txt-prime-accent {
  color: var(--color-prime-accent) !important;
}

/* #9a9a9a */
.bg-primary {
  background: var(--color-primary);
}

.bg-primary-light {
  background: var(--color-primary-light);
}

.bg-primary-lighter {
  background: #F7EAEC;
}

.bg-secondary {
  background: var(--color-secondary);
}

.bg-supporting {
  background: var(--color-supporting) !important;
}

.bg-white {
  background: #fff !important;
}

.bg-prime-dark {
  background: var(--color-prime-dark);
}

.txt-upper {
  text-transform: uppercase;
}

.txt-normal {
  text-transform: none;
}

.txt-underline {
  text-decoration: underline;
}

.txt-underline:hover {
  text-decoration: underline !important;
}

.txt-100 {
  font-weight: 100;
}

.txt-300 {
  font-weight: 300;
}

.txt-400 {
  font-weight: 400;
}

.txt-500 {
  font-weight: 500;
}

.w-25 {
  width: 25%;
}

.w-48 {
  width: 48% !important;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.w-auto {
  width: auto !important;
}

@media (min-width: 769px) {
  .w-md-25 {
    width: 25%;
  }
  .w-md-33 {
    width: 33%;
  }
  .w-md-40 {
    width: 40%;
  }
  .w-md-48 {
    width: 48% !important;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-md-60 {
    width: 60%;
  }
  .w-md-66 {
    width: 66%;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-100 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25%;
  }
  .w-lg-33 {
    width: 33%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-66 {
    width: 66%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .w-lg-100 {
    width: 100%;
  }
}
.m-0 {
  margin: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.m-auto {
  margin: 0px auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.p-0 {
  padding: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.py-xxs {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-xs {
  padding: 16px;
}

.py-xs {
  padding-top: 16px;
  padding-bottom: 16px;
}

.pb-xs {
  padding-bottom: 16px;
}

.pt-xs {
  padding-top: 16px;
}

.py-sm {
  padding: 16px 0px;
}

.p-sm {
  padding: 24px;
}

.pr-sm {
  padding-right: 24px;
}

.pt-sm {
  padding-top: 24px;
}

.pb-32 {
  padding-bottom: 32px;
}

.px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.pb-40 {
  padding-bottom: 40px;
}

.p-md {
  padding: 48px;
}

.py-md {
  padding: 32px 0px !important;
}

.pb-md {
  padding-bottom: 48px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pt-xxl {
  padding-top: 112px;
}

.pb-xxl {
  padding-bottom: 112px;
}

.mt-8 {
  margin-top: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mr-20 {
  margin-right: 20px;
}

.mt-24 {
  margin-top: 24px !important;
}

.my-24 {
  margin: 24px 0px;
}

.mr-40 {
  margin-right: 40px;
}

.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.my-32 {
  margin: 32px 0px !important;
}

.mt-32 {
  margin-top: 32px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.mb-38 {
  margin-bottom: 38px;
}

.mt-48 {
  margin-top: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.my-80 {
  margin: 80px 0px;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-40 {
  margin-left: 40px;
}

.mb-sm {
  margin-bottom: 32px;
}

.mb-md {
  margin-bottom: 48px;
}

.mb-lg {
  margin-bottom: 80px;
}

.mb-xl {
  margin-bottom: 96px;
}

.mw-250 {
  max-width: 250px;
}

.section-spacing-xs {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section-spacing-xs-top {
  padding-top: 24px;
}

.section-spacing-xs-bottom {
  padding-bottom: 24px;
}

.section-spacing-sm {
  padding-top: 32px;
  padding-bottom: 32px;
}

.section-spacing-sm-top {
  padding-top: 32px;
}

.section-spacing-sm-bottom {
  padding-bottom: 32px;
}

.section-spacing-md {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section-spacing-md-top {
  padding-top: 48px;
}

.section-spacing-md-bottom {
  padding-bottom: 48px;
}

.section-spacing-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-spacing-lg-top {
  padding-top: 80px;
}

.section-spacing-lg-bottom {
  padding-bottom: 80px;
}

.section-spacing-xl {
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-spacing-xl-top {
  padding-top: 96px;
}

.section-spacing-xl-bottom {
  padding-bottom: 96px;
}

@media (min-width: 769px) {
  .pl-m-40 {
    padding-left: 40px;
  }
  .pr-m-40 {
    padding-right: 40px;
  }
  .p-sm {
    padding: 32px;
  }
  .pr-sm {
    padding-right: 32px;
  }
  .pt-sm {
    padding-top: 32px;
  }
  .py-sm {
    padding: 24px 0px;
  }
  .pt-m-64 {
    padding-top: 64px;
  }
  .pb-m-64 {
    padding-bottom: 64px;
  }
  .mb-sm {
    margin-bottom: 80px;
  }
  .mb-md {
    margin-bottom: 96px;
  }
  .mb-lg {
    margin-bottom: 112px;
  }
  .mb-xl {
    margin-bottom: 140px;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .my-md-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .mx-md-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .section-spacing-xs {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-spacing-xs-top {
    padding-top: 60px;
  }
  .section-spacing-xs-bottom {
    padding-bottom: 60px;
  }
  .section-spacing-sm {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-spacing-sm-top {
    padding-top: 80px;
  }
  .section-spacing-sm-bottom {
    padding-bottom: 80px;
  }
  .section-spacing-md {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .section-spacing-md-top {
    padding-top: 96px;
  }
  .section-spacing-md-bottom {
    padding-bottom: 96px;
  }
  .section-spacing-lg {
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .section-spacing-lg-top {
    padding-top: 112px;
  }
  .section-spacing-lg-bottom {
    padding-bottom: 112px;
  }
  .section-spacing-xl {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .section-spacing-xl-top {
    padding-top: 140px;
  }
  .section-spacing-xl-bottom {
    padding-bottom: 140px;
  }
}
@media (min-width: 992px) {
  .mb-large-0 {
    margin-bottom: 0px !important;
  }
}
.text-left {
  text-align: left;
}

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

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

@media (min-width: 769px) {
  .text-center-desktop {
    text-align: center;
  }
  .text-right-desktop {
    text-align: right;
  }
}
.d-block {
  display: block !important;
}

.object-cover {
  object-fit: cover;
}

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

.align-end {
  align-items: end;
}

.align-start {
  align-items: flex-start;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-left {
  justify-content: left;
}

.justify-between {
  justify-content: space-between;
}

.pointer {
  cursor: pointer;
}

.overflow-scroll {
  overflow: scroll;
}

.b-none {
  border: none !important;
}

.b-right-none {
  border-right: 0px !important;
}

.b-white {
  border: solid 1px #fff !important;
}

.b-light {
  border: solid 1px var(--color-primary-light);
}

.b-top-light {
  border-top: solid 1px var(--color-primary-light);
}

.b-right-light {
  border-right: solid 1px var(--color-primary-light);
}

.b-bottom-light {
  border-bottom: solid 1px var(--color-primary-light);
}

.b-left-light {
  border-left: solid 1px var(--color-primary-light);
}

.b-top-grey {
  border-top: solid 1px #d8d8d8 !important;
}

.b-right-grey {
  border-right: solid 1px #d8d8d8 !important;
}

.b-bottom-grey {
  border-bottom: solid 1px #d8d8d8 !important;
}

@media (min-width: 769px) {
  .b-md-right-grey {
    border-right: solid 1px #d8d8d8 !important;
  }
}
.nowrap {
  white-space: nowrap;
}

.cursor-pointer {
  cursor: pointer;
}

.pos-relative {
  position: relative;
}

.list-style-disc {
  list-style: disc;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 70.4%; /* The height of the item will now be 56.25% of the width. */
}

.aspect-ratio img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.line-limit-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines you want to limit */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-limit-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines you want to limit */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-limit-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Number of lines you want to limit */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* flex grid */
.flex-row {
  margin: 0px -12px;
}

.flex-col {
  padding-left: 12px;
  padding-right: 12px;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col-12 {
  width: 100%;
}

.flex-col-3 {
  width: 25%;
}

.flex-col-4 {
  width: 33.333%;
}

.flex-col-5 {
  width: 41.666%;
}

.flex-col-6 {
  width: 50%;
}

.flex-col-7 {
  width: 58.333%;
}

.flex-col-8 {
  width: 66.666%;
}

.flex-col-9 {
  width: 75%;
}

@media (min-width: 600px) {
  .flex-col-sm-3 {
    width: 25%;
  }
  .flex-col-sm-4 {
    width: 33.333%;
  }
  .flex-col-sm-5 {
    width: 41.666%;
  }
  .flex-col-sm-6 {
    width: 50%;
  }
  .flex-col-sm-7 {
    width: 58.333%;
  }
  .flex-col-sm-8 {
    width: 66.66%;
  }
  .flex-col-sm-9 {
    width: 75%;
  }
}
@media (min-width: 769px) {
  .flex-row {
    margin: 0px -24px;
  }
  .flex-col {
    padding-left: 24px;
    padding-right: 24px;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-col-md-3 {
    width: 25%;
  }
  .flex-col-md-4 {
    width: 33.333%;
  }
  .flex-col-md-5 {
    width: 41.666%;
  }
  .flex-col-md-6 {
    width: 50%;
  }
  .flex-col-md-7 {
    width: 58.333%;
  }
  .flex-col-md-8 {
    width: 66.66%;
  }
  .flex-col-md-9 {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .flex-col-lg-3 {
    width: 25%;
  }
  .flex-col-lg-4 {
    width: 33.333%;
  }
  .flex-col-lg-5 {
    width: 41.666%;
  }
  .flex-col-lg-6 {
    width: 50%;
  }
  .flex-col-lg-7 {
    width: 58.333%;
  }
  .flex-col-lg-8 {
    width: 66.66%;
  }
}
.flex-dir-col {
  flex-direction: column;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Tabs */
.c23-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.is-loading {
  position: relative;
  min-height: 65px;
}

.is-loading:before {
  content: "";
  /* background: url(../img/loading.gif) no-repeat; */
  background: url("https://curchods.com/wp-content/themes/curchods/img/ring-resize.svg") no-repeat;
  /* background-color: #fff; */
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
}

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

.inline-list li {
  display: inline-block;
}

/* responsive */
.show-desktop {
  display: none !important;
}

.show-desktop-block {
  display: none !important;
}

.show-desktop-flex {
  display: none !important;
}

@media (min-width: 769px) {
  .show-desktop {
    display: inline-block !important;
  }
  .show-desktop-block {
    display: block !important;
  }
  .show-mobile {
    display: none !important;
  }
  .show-desktop-flex {
    display: flex !important;
  }
}
/* Forms */
.c23-label {
  font-size: 14px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.c23-input {
  padding: 24px;
  border: solid 1px #F0F0F0;
  background: transparent;
  font-family: var(--font-display);
}

.c23-input:focus {
  background: transparent;
}

.c23-input::placeholder {
  color: #ccc;
}

.c23-input-group {
  margin-bottom: 40px;
}

.c23-switch {
  border: solid 1px var(--color-primary-light);
  position: relative;
  font-family: var(--font-display);
  /* margin-bottom: 24px; */
}

.c23-switch input {
  display: none;
}

/* Default styles for labels */
.c23-switch__label {
  cursor: pointer;
  height: 68px;
  margin-bottom: 0px !important;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff !important;
}

.c23-switch__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%; /* Initial width for the indicator */
  height: 100%;
  background: var(--color-primary-light);
  transition: cubic-bezier(0.23, 1, 0.32, 1) 0.3s; /* Add a transition for smooth sliding */
  z-index: -1; /* Place the indicator behind the labels */
}

.c23-switch__radio:checked + .c23-switch__label + .c23-switch__indicator {
  left: 50%; /* Expand the indicator to 100% width when the radio is checked */
}

.c23-switch--light {
  align-self: center;
}

.c23-switch--light .c23-switch__label {
  color: var(--color-primary) !important;
  width: 120px;
  height: 40px;
}

.c23-switch--light .c23-switch__indicator {
  background: var(--color-primary);
  border-radius: 3px;
}

.c23-switch--light .c23-switch__radio:checked + .c23-switch__label {
  color: #fff !important;
}

@media (min-width: 769px) {
  .c23-switch--light .c23-switch__label {
    height: 54px;
  }
}
body.no-margin {
  margin: 0px !important;
}

/* header */
.c23-header {
  position: fixed;
  background: var(--color-primary);
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 15px;
  letter-spacing: 0.1em;
  transition: background-color cubic-bezier(0.23, 1, 0.32, 1) 0.6s, padding cubic-bezier(0.23, 1, 0.32, 1) 0.6s, top cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  z-index: 100;
  /* Fixing weird issue on property pages */
  display: flex;
  height: 55px;
  align-items: center;
}

.c23-header-action {
  width: 120px;
}

.c23-header__logo a {
  display: flex;
  align-items: center;
}

.c23-header__logo img {
  transition: height cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}

.c23-header.has-scrolled .txt-16,
.c23-header.is-active .txt-16 {
  transition: 0.5s;
}

.c23-header__logo--prime img {
  width: 100%;
  height: auto !important;
}

@media (min-width: 769px) {
  .c23-header {
    padding: 48px;
    background: transparent;
    height: 80px;
  }
  .page-template-page-prime .c23-header {
    height: var(--header-prime-height);
  }
  .c23-header__logo {
    display: block;
  }
  .c23-header__logo img {
    /* height: 30px; */
    height: 36px;
  }
  .c23-header__logo--prime img {
    width: auto;
    height: 63px !important;
  }
  .c23-header.has-scrolled:not(.is-active) {
    top: -79px;
    padding: 24px 48px;
  }
  .page-template-page-prime .c23-header.has-scrolled:not(.is-active) {
    top: -164px;
  }
  .c23-header.is-active,
  .c23-header.is-static {
    background: var(--color-primary);
    padding: 24px 48px;
  }
  .c23-header.has-scrolled .c23-header__logo img,
  .c23-header.is-active .c23-header__logo img,
  .c23-header.is-static .c23-header__logo img {
    height: 26px;
  }
  /* .c23-header.has-scrolled, */
  .c23-header.is-active,
  .c23-header.is-static {
    background: var(--color-primary) !important;
  }
  .page-template-page-prime .c23-header.has-scrolled,
  .page-template-page-prime .c23-header.is-active,
  .page-template-page-prime .c23-header.is-static {
    background: var(--color-prime-dark) !important;
  }
}
@media (max-width: 768px) {
  .c23-header-action {
    width: 33%;
  }
  .c23-header__logo {
    /* opacity: 0; */
    width: 120px;
    max-width: 33%;
    transition: opacity cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  }
  .c23-header.has-scrolled .c23-header__logo {
    opacity: 1;
  }
  .page-template-page-prime .c23-header {
    background: var(--color-prime-dark);
  }
  /* On Mobile & Menu is Open */
  .c23-header.is-active {
    top: -56px;
  }
}
.c23-burger {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  position: relative;
}

.c23-burger div {
  width: 100%;
  background: white;
  height: 2px;
  position: absolute;
  left: 0px;
  transition: cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
}

.c23-burger div:nth-child(1) {
  top: 0px;
}

.c23-burger div:nth-child(2) {
  top: 7px;
}

.c23-burger div:nth-child(3) {
  bottom: 0px;
}

.c23-burger.is-active div:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}

.c23-burger.is-active div:nth-child(2) {
  opacity: 0;
}

.c23-burger.is-active div:nth-child(3) {
  top: 7px;
  transform: rotate(135deg);
}

.c23-burger--dark div {
  background: #000;
}

.search i {
  margin-right: 0px;
}

.search-open {
  display: none;
}

.search-open i,
.search-closed i,
.search-open span,
.search-closed span {
  vertical-align: middle;
}

.search.is-active .search-open {
  display: block;
}

.search.is-active .search-closed {
  display: none;
}

.search-cross {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  position: relative;
}

.search-cross div {
  width: 100%;
  background: white;
  height: 2px;
  position: absolute;
  left: 0px;
}

.search-cross div:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}

.search-cross div:nth-child(2) {
  top: 7px;
  transform: rotate(135deg);
}

/* mega menu / mega search */
.mega-menu,
.mega-search {
  width: calc(100% - 40px);
  /* min-height: 100vh;
  height: 100%; */
  min-height: 100vh;
  min-height: 100dvh;
  height: 100%;
  position: fixed;
  z-index: 100;
  /* top: -120%; */
  transition: left cubic-bezier(0.23, 1, 0.32, 1) 0.6s, right cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  overflow: scroll;
  -ms-overflow-style: none; /* Hide scrollbar in IE and Edge */
  scrollbar-width: none; /* Hide scrollbar in Firefox */
  top: 0px;
}

.mega-menu::-webkit-scrollbar,
.mega-search::-webkit-scrollbar {
  display: none;
}

.mega-menu {
  left: -100%;
}

.mega-search {
  right: -100%;
}

.mega-menu.is-active {
  left: 0px;
}

.mega-search.is-active {
  right: 0px;
}

@media (min-width: 768px) {
  .mega-menu,
  .mega-search {
    width: 90%;
    top: var(--header-smaller-height);
  }
  .mega-menu.is-active {
    left: 0px;
  }
  .mega-search.is-active {
    /* top: var(--header-smaller-height); */
    right: 0px;
  }
  .search i {
    margin-right: 16px;
  }
}
@media (min-width: 1200px) {
  .mega-menu,
  .mega-search {
    width: 75%;
    top: var(--header-smaller-height);
  }
  .mega-menu {
    left: -100%;
  }
  .mega-search {
    right: -100%;
  }
}
@media (min-width: 1400px) {
  .mega-menu,
  .mega-search {
    width: 50%;
  }
}
.location-search {
  position: relative;
}

.add-location-btn {
  /* display: none; */
  background: transparent;
  font-family: "Inter";
  padding: 18px 24px;
  cursor: pointer;
  border-radius: 3px;
  display: flex;
  border: solid 1px var(--color-primary);
  align-items: center;
  width: 200px;
  justify-content: space-between;
  margin-right: 20px;
}

.add-location-btn span {
  color: var(--color-primary);
  font-family: var(--font-display);
}

.add-location-btn:hover {
  background: var(--color-primary);
}

.add-location-btn:hover span {
  color: #fff;
}

.add-location-btn:hover svg g,
.add-location-btn:hover svg line {
  stroke: #fff !important;
}

.page-template-page-prime .add-location-btn span {
  color: #fff !important;
}

.page-template-page-prime .add-location-btn {
  border: solid 1px #fff !important;
  color: #fff !important;
}

.page-template-page-prime .add-location-btn svg g {
  stroke: #fff !important;
}

.page-template-page-prime .add-location-btn:hover {
  background: var(--color-prime-accent) !important;
  color: var(--color-prime-dark) !important;
}

.page-template-page-prime .add-location-btn:hover svg g {
  stroke: var(--color-prime-dark) !important;
}

.mega-search--results {
  background: var(--color-supporting);
  z-index: 999;
  padding-left: 0px;
}

.mega-search--results li {
  font-size: 32px;
  padding: 12px 0px 12px 0px;
  cursor: pointer;
}

.mega-search--results li .ui-menu-item-wrapper {
  color: #CB8D97;
  text-align: left;
}

.mega-search--results li .ui-menu-item-wrapper strong {
  font-weight: 100;
  color: #9C5363 !important;
}

.mega-search--results li .selected {
  background-color: #0070c9;
  color: #fff;
  font-weight: bold; /* Adjust font weight as needed */
}

.mega-search--results li:hover .ui-menu-item-wrapper {
  color: #9C5363 !important;
}

@media (min-width: 769px) {
  .mega-search--results li {
    font-size: 44px;
  }
}
.ui-autocomplete-loading {
  background-image: url(../img/loading.gif) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
}

.mega-search .c23-select {
  background: transparent;
  color: var(--color-primary);
  padding: 0px;
  font-family: var(--font-display);
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

.mega-search .c23-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.mega-search .c23-select-wrapper::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px; /* Adjust width and height to size the icon */
  height: 10px;
  pointer-events: none; /* Allows clicks to pass through to the select */
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14.095" height="7.754" viewBox="0 0 14.095 7.754"%3E%3Cpath d="M0.353,0.353L7.047,7.047l6.694-6.694" fill="none" stroke="%23720920" stroke-width="1"/%3E%3C/svg%3E') no-repeat center;
  background-size: contain;
}

.mega-search .c23-select:active,
.mega-search .c23-select:focus {
  background: transparent;
  color: var(--color-primary);
}

.mega-search .input-toggle {
  height: 49px;
  /* border: solid 1px var(--color-primary-light); */
  font-family: var(--font-display);
  justify-content: start;
  border: none;
}

.mega-search .input-toggle span {
  color: var(--color-primary);
}

.mega-search .input-toggle div {
  width: 20px;
  height: 20px;
  border: solid 1px var(--color-primary);
  border-radius: 100%;
  margin-right: 12px;
}

.mega-search-input-group {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 30px;
}

@media (min-width: 768px) {
  .mega-search-input-group {
    display: block;
    width: 100%;
    justify-content: space-between;
  }
}
/* mega menu - desktop */
.mega-menu-desktop {
  padding: 60px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.mega-menu-desktop .mega-menu-nav {
  width: 33.333%;
  margin-bottom: 35px;
  padding-right: 20px;
}

.mega-menu-nav--a {
  color: var(--color-dark);
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 1.2em;
}

.mega-menu-nav--a:hover {
  color: var(--color-primary) !important;
}

.mega-menu-nav--a:visited,
.mega-menu-nav--a:active,
.mega-menu-nav-mobile--a:hover,
.mega-menu-nav-mobile--a:visited,
.mega-menu-nav-mobile--a:active {
  color: var(--color-dark);
}

@media (min-width: 1024px) {
  .mega-menu-nav--a {
    font-size: 20px;
  }
}
.sub-nav-section {
  display: none;
  position: fixed;
  width: 50%;
  background: var(--color-primary);
}

.sub-nav-section .sub-nav {
  padding: 32px 48px;
}

/* mega menu - mobile */
#main_nav_mobile {
  padding: 15px 15px 15px 15px;
}

#main_nav_mobile .c23-burger div,
#search_mobile .c23-burger div,
#search_mobile .search-cross div {
  background: var(--color-primary);
}

#main_nav_mobile .icon-search,
#search_mobile .icon-search {
  background: url("../img/icons/search-red.svg") no-repeat 50%/contain;
}

/* IS PRIME */
.page-template-page-prime #main_nav_mobile .c23-burger div,
.page-template-page-prime #search_mobile .c23-burger div,
.page-template-page-prime #search_mobile .search-cross div {
  background: #fff;
}

.page-template-page-prime #main_nav_mobile .icon-search,
.page-template-page-prime #search_mobile .icon-search {
  background: url("../img/icons/search-white.svg") no-repeat 50%/contain;
}

.mega-menu-mobile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.mega-menu-mobile-ul {
  margin-top: 56px;
  margin-bottom: auto;
  padding-bottom: 20px;
}

.mega-menu-mobile-ul > li {
  border-bottom: solid 1px #DED1BE;
}

.mega-menu-mobile-ul > li:last-child {
  border-bottom: none;
}

.mega-menu-mobile-ul > li a {
  padding: 11px 0px;
}

.mega-menu-nav-mobile--a {
  color: var(--color-primary) !important;
  display: block;
  font-size: 18px;
  font-family: var(--font-display);
  text-transform: uppercase;
}

.mega-menu-mobile--subnav {
  margin-left: 38px;
  display: none;
  margin-bottom: 18px !important;
}

.mega-menu-mobile--subnav a {
  color: var(--color-dark);
  font-size: 22px;
  margin-bottom: 0px;
  display: block;
  padding: 0px !important;
}

.mm-bottom-menu {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  /* margin-bottom: 60px; */
}

.mm-bottom-menu a {
  font-size: 20px;
  color: var(--color-primary) !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.mm-bottom-menu a span {
  font-family: var(--font-brand);
  color: var(--color-primary) !important;
}

.mm-bottom-menu a:hover span {
  color: var(--color-primary-bright) !important;
}

.mm-bottom-menu a:hover svg path {
  fill: var(--color-primary-bright) !important;
}

@media (min-width: 769px) {
  .mm-bottom-menu {
    /* padding: 16px 48px 128px 48px; */
    padding: 0px 0px 60px 0px;
  }
  .mm-bottom-menu a {
    font-size: 30px;
  }
  .mega-menu-nav-mobile--a {
    font-size: 48px;
    padding-bottom: 24px;
  }
}
/* branch finder */
.branch-finder {
  height: 100vh;
  overflow: scroll;
  background: var(--color-primary);
}

.branch-finder--input {
  background: transparent;
  width: 100%;
  border: none;
  font-size: 32px;
  padding: 32px 48px !important;
  color: #fff;
  font-family: var(--font-brand);
}

.branch-finder--input:focus {
  background: var(--color-primary);
  color: #fff;
}

.branch-finder--input::placeholder {
  color: var(--color-primary-light);
}

.branch-finder table {
  width: 100%;
  border-collapse: collapse;
}

.branch-finder table.is-loading:before {
  background-color: var(--color-primary);
  background-position: center 18px;
}

.icon-view-arrow {
  opacity: 0;
}

.branch-finder table th,
.branch-finder table td {
  color: var(--color-primary-light);
  padding: 24px !important;
}

@media (min-width: 1401px) {
  .branch-finder table th,
  .branch-finder table td {
    padding: 24px 48px !important;
  }
}
.branch-finder table th {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.branch-finder table td {
  font-size: 18px;
  font-weight: 400;
}

.branch-finder table tr {
  cursor: pointer;
}

.branch-finder table tbody tr:hover {
  background: var(--color-primary-light);
}

.branch-finder table tbody tr:hover td {
  color: #fff !important;
}

.branch-finder table tbody tr:hover .icon-view-arrow {
  opacity: 1;
}

#mobile-branch-finder {
  background: var(--color-primary);
  left: -100%;
  width: 100%;
  /* position: absolute; */
  top: 0px;
  transition: left 0.3s;
  top: 0px;
  z-index: 9999;
  position: fixed;
  height: 100%;
  overflow: scroll;
}

#mobile-branch-finder.is-open {
  left: 0px;
}

#close-branch-finder {
  height: var(--header-mobile-height);
}

/* mega search */
.mega-search {
  padding: 15px;
}

.mega-search form .container-full {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.mega-search form {
  margin-top: 28px;
  margin-bottom: 60px;
  display: flex;
  min-height: calc(100% - 80px);
}

@media (max-width: 767px) {
  .mega-search form .b-right-light {
    border-right: none !important;
  }
}
.mega-search .c23-tabs {
  display: block;
  margin-bottom: 20px;
}

.mega-search .c23-tab {
  font-size: 14px;
  padding: 0px 0px 12px 0px;
  color: #A5A5A5;
  margin-right: 24px;
  box-shadow: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: var(--font-display);
  letter-spacing: 0.1em;
  font-weight: bolder;
}

.mega-search .c23-tab.selected {
  color: var(--color-dark) !important;
}

.tabs__underline {
  height: 2px;
  background-color: var(--color-dark); /* Choose your desired color */
  width: 50%; /* Adjust the initial width to match the first tab */
  transition: 0.3s; /* Add a transition for smooth animation */
}

.mega-search #mega-search--location,
.mega-search #mega-search--woo {
  padding: 20px 0px 16px 0px;
  background: transparent;
  color: var(--color-primary);
  font-size: 28px;
}

.mega-search input::placeholder {
  color: var(--color-primary-light);
}

.mega-search label {
  margin-bottom: 32px;
  font-family: var(--font-display);
  font-size: 16px;
  letter-spacing: 0.05em;
}

#mega-search--location.yac_loading,
#mega-search--woo.yac_loading {
  background: transparent url(../img/loading.gif) no-repeat 95% 50% !important;
  background-size: 20px !important;
}

.location-search {
  margin-bottom: 20px;
  position: relative;
  border-bottom: solid 1px var(--color-primary-light);
}

.location-search .YeahAutocomplete_list {
  top: 62px;
  width: 100%;
}

@media (min-width: 768px) {
  .location-search .YeahAutocomplete_list {
    top: 147px;
  }
  .mega-search form {
    margin-top: 0px;
  }
}
.location-search .YeahAutocomplete_list .yac_li {
  font-family: var(--font-display);
  font-size: 16px;
}

.location-search .YeahAutocomplete_list .yac_li:hover {
  background: var(--color-primary-light);
}

.input_counter {
  border: solid 1px var(--color-primary-light);
  flex-wrap: nowrap;
  align-items: center;
  height: 64px;
  margin-bottom: 24px;
  padding: 0px 32px;
}

.input_counter__minus,
.input_counter__plus {
  position: relative;
  width: 18px;
  height: 18px;
}

.input_counter__minus::before {
  content: "";
  width: 100%;
  height: 2px;
  top: 8px;
  position: absolute;
  background: #fff;
  display: block;
}

.input_counter__plus::before,
.input_counter__plus::after {
  content: "";
  position: absolute;
  background: #fff;
  display: block;
}

.input_counter__plus::before {
  width: 100%;
  height: 2px;
  top: 8px;
  left: 0px;
}

.input_counter__plus::after {
  width: 2px;
  height: 100%;
  top: 0px;
  left: 8px;
}

.input_counter input {
  background: transparent !important;
  color: #fff;
}

/* Chrome, Safari, Edge, Opera */
.input_counter input::-webkit-outer-spin-button,
.input_counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.input_counter input[type=number] {
  -moz-appearance: textfield;
}

.input-toggle {
  height: 64px;
  border: solid 1px var(--color-primary-light);
  color: #fff;
  font-family: var(--font-display);
}

.input-toggle.is-selected div {
  background: var(--color-primary);
}

.mega-search-button {
  border: solid 1px var(--color-primary-light);
  color: var(--color-primary);
  height: 64px;
  transition: 0.4s;
  font-family: var(--font-display);
  border-radius: 3px;
  font-weight: 600;
}

.mega-search-button:hover {
  background: var(--color-primary);
  color: white;
}

@media (min-width: 768px) {
  .mega-search {
    padding: 60px 48px;
  }
  .page-template-page-prime .mega-search {
    padding: 60px 48px 120px 48px;
  }
  .mega-search #mega-search--location,
  .mega-search #mega-search--woo {
    font-size: 44px;
    padding: 22px 0px 16px 0px;
  }
  .mega-search-button {
    margin-top: 48px;
  }
}
/* Prime Menu */
.page-template-page-prime .mega-menu .txt-primary,
.page-template-page-prime .mega-menu-nav-mobile--a {
  color: var(--color-prime-accent) !important;
}

.page-template-page-prime .mega-menu-nav--a,
.page-template-page-prime .mega-menu-mobile--subnav a {
  color: rgba(255, 255, 255, 0.3882352941) !important;
}

.page-template-page-prime .mega-menu-nav--a:hover {
  color: #fff !important;
}

.page-template-page-prime .c23-switch__indicator,
.page-template-page-prime .input-toggle.is-selected {
  background: var(--color-prime-accent);
}

.page-template-page-prime .branch-finder table tbody tr:hover {
  background: #fff;
}

.page-template-page-prime .branch-finder table tbody tr:hover td {
  color: var(--color-prime-accent) !important;
}

.page-template-page-prime .branch-finder {
  background: var(--color-prime-dark);
}

.page-template-page-prime .location-search {
  border-color: #fff;
}

.page-template-page-prime .mega-search input,
.page-template-page-prime .mega-search input::placeholder,
.page-template-page-prime .mega-search .txt-dark,
.page-template-page-prime .mega-search .c23-select,
.page-template-page-prime .mega-search-button span,
.page-template-page-prime .mega-search .input-toggle span,
.page-template-page-prime .mm-bottom-menu a span {
  color: #fff !important;
}

.page-template-page-prime .mm-bottom-menu svg path {
  fill: #fff !important;
}

.page-template-page-prime .mm-bottom-menu a:hover span {
  color: var(--color-prime-accent) !important;
}

.page-template-page-prime .mega-search .txt-dark {
  border-color: var(--color-prime-accent) !important;
}

.page-template-page-prime .mega-search .b-right-light,
.page-template-page-prime .mega-search .input-toggle div {
  border-color: #fff !important;
}

.page-template-page-prime .mega-menu-nav--a.faded {
  color: rgba(255, 255, 255, 0.3882352941);
}

.page-template-page-prime .mega-search-button {
  border-color: #fff !important;
  color: #fff !important;
}

.page-template-page-prime .mega-search-button:hover {
  background: var(--color-prime-accent);
  color: white;
  border-color: var(--color-prime-accent) !important;
}

.page-template-page-prime .b-top-light {
  border-top: solid 1px #737e86;
}

.page-template-page-prime .b-bottom-light {
  border-bottom: solid 1px #737e86;
}

.page-template-page-prime .b-left-light {
  border-left: solid 1px #737e86;
}

.page-template-page-prime .mega-menu.is-active,
.page-template-page-prime .mega-search.is-active {
  /* top: calc(var(--header-prime-mobile-height) + 3px);
  border-top: solid 1px var(--color-prime-light); */
}

.page-template-page-prime .mega-search .tabs__underline {
  background: #fff !important;
}

.page-template-page-prime .mega-search .c23-tab {
  color: rgba(255, 255, 255, 0.3882352941);
}

.page-template-page-prime .mega-search .c23-tab.selected {
  color: #fff !important;
}

@media (min-width: 1024px) {
  .page-template-page-prime .mega-menu.is-active,
  .page-template-page-prime .mega-search.is-active {
    top: var(--header-prime-height);
  }
}
/* hero */
.c23-hero {
  padding-top: var(--header-mobile-height);
  position: relative;
}

.c23-hero-supporting-text {
  padding-bottom: 64px;
}

.c23-hero-supporting-text p {
  font-size: 18px;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
}

.c23-hero-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.7019607843), transparent);
  transition: background 0.6s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}

@media (max-width: 768px) {
  .c23-hero-overlay {
    height: calc(100% + 55px);
  }
}
.c23-hero-overlay.darken {
  background-color: rgba(0, 0, 0, 0.8);
}

.c23-hero-mobile-logo {
  width: 127px;
  padding-top: 24px;
  padding-bottom: 160px;
  margin: 0px auto;
  opacity: 0;
}

@media (min-width: 769px) {
  .c23-hero {
    padding-top: var(--header-height);
    position: static;
  }
  .c23-hero-mobile-logo {
    opacity: 1;
  }
}
/* Style the hero section with the video background */
.c23-hero {
  height: calc(100vh - 52px);
  height: calc(100dvh - 52px);
}

@media (max-width: 768px) {
  .c23-hero {
    height: calc(100dvh - 52px);
    /* Optional: add some safe padding at bottom */
    padding-bottom: env(safe-area-inset-bottom);
  }
}
.c23-hero video {
  /* position: absolute; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* Style the centered content section */
.c23-hero-content {
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 1150px;
  z-index: 1;
  position: relative;
  padding: 0px 15px;
}

.c23-hero h1 {
  font-size: 32px;
  font-weight: 100;
  margin: 16px auto 46px auto;
  max-width: 294px;
}

@media (min-width: 580px) {
  .c23-hero h1 {
    max-width: 480px;
  }
}
@media (min-width: 769px) {
  .c23-hero h1 {
    max-width: 1150px;
    line-height: 95%;
  }
}
.c23-hero-form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 246px;
  position: relative;
  justify-content: center;
}

@media (max-width: 768px) {
  .c23-hero-form {
    padding-bottom: 55px;
  }
}
.c23-hero-form-btn {
  border: none;
  background: #fff;
  font-family: var(--font-display);
  text-transform: uppercase;
  padding: 16px 16px;
  cursor: pointer;
  position: relative;
  z-index: 0;
  color: #000;
  display: block;
}

@media (min-width: 768px) {
  .c23-hero-form-btn {
    white-space: nowrap;
  }
}
.c23-hero-form-btn::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: var(--color-primary);
  height: 100%;
  width: 0%;
  transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 400ms;
  opacity: 0;
  z-index: -1;
}

.c23-hero-form-btn:hover {
  color: #fff;
}

.c23-hero-form-btn:hover::after {
  width: 100%;
  opacity: 1;
}

.c23-hero-form-btn--divider:before {
  content: "";
  position: absolute;
  top: 20%;
  right: 0px;
  width: 1px;
  background: #ccc;
  height: 60%;
}

.c23-hero-btns {
  flex-wrap: nowrap;
  background: #fff;
}

.c23-hero-btns--links {
  max-width: 400px;
  margin: 0px auto;
}

.c23-hero-btns--links a {
  color: #000;
}

.page-template-page-land-new-homes .c23-hero-form-btn {
  line-height: 1.1em;
  width: 90%;
  margin-bottom: 16px;
  display: inline-block;
}

@media (min-width: 769px) {
  .page-template-page-land-new-homes .c23-hero-form-btn {
    margin-bottom: 0px;
    width: 280px;
  }
}
.c23-hero .c23-input {
  background: transparent !important;
  color: #fff !important;
  border-radius: 0px !important;
}

.c23-hero .c23-input.yac_loading {
  background: transparent url(../img/loading.gif) no-repeat 95% 50% !important;
  background-size: 20px !important;
}

.c23-hero .c23-input::placeholder {
  color: #fff !important;
}

.c23-hero .YeahAutocomplete_list {
  top: 54px;
  left: 0px;
  width: 100%;
  z-index: 30;
  margin: 0px auto;
  right: 196px;
  border: none;
}

@media (min-width: 769px) {
  .c23-hero .YeahAutocomplete_list {
    width: 400px;
  }
}
.c23-hero .yac_li {
  font-family: var(--font-display);
}

.c23-hero .yac_li:hover {
  color: #fff;
  background: var(--color-primary-light);
}

.c23-hero-banner {
  height: 52px;
  margin-top: 52px;
  width: 100%;
  text-transform: uppercase;
  transition: 2000ms cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  font-family: var(--font-display);
}

.c23-hero-banner.is-active {
  margin-top: 0px;
}

.c23-hero-banner.bg-prime-dark:hover {
  background: var(--color-prime);
}

.c23-hero-banner .icon-view-arrow {
  opacity: 1;
  transform: rotate(90deg);
  /* margin-left: 16px; */
}

@media (max-width: 768px) {
  .c23-hero-content {
    height: calc(100vh - 55px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
  }
}
@media (min-width: 769px) {
  .c23-hero {
    overflow: hidden;
  }
  .c23-hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px 48px;
  }
  .c23-hero h1 {
    font-size: 48px;
  }
  .c23-hero .c23-input {
    width: 400px;
  }
  .c23-hero-form {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .c23-hero h1 {
    font-size: 62px;
  }
}
@media (min-width: 1201px) {
  .c23-hero h1 {
    font-size: 88px;
  }
  .c23-hero-content {
    max-width: 1240px;
  }
}
/* Hero END */
.header-space {
  width: 100%;
  height: 54px;
}

@media (min-width: 769px) {
  .header-space {
    height: 78px;
  }
}
/* Home Page */
.home-about-section__left .c23-btn {
  margin-bottom: 26px;
}

.home-about-section img {
  width: 100%;
}

@media (max-width: 768px) {
  .home-about-section h2 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .home-about-section__left {
    padding-right: 8%;
  }
}
.svg-arrow-right {
  fill: var(--color-primary);
  transition: 0.4s;
}

.page-template-page-prime .svg-arrow-right {
  fill: var(--color-prime-accent);
}

.c23-btn,
.wpcf7-submit {
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 32px;
  display: inline-block;
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 0;
  border: solid 1px var(--color-primary);
}

.c-23-btn--shortcode {
  width: auto !important;
}

.c-23-btn--shortcode .flex {
  flex-wrap: nowrap;
  gap: 12px;
}

.c-23-btn--shortcode span {
  flex: 1 1 auto;
  min-width: 0;
}

.c-23-btn--shortcode .svg-arrow-right {
  flex: 0 0 16px;
}

@media (max-width: 768px) {
  .c-23-btn--shortcode {
    width: 100% !important;
    margin-bottom: 12px;
  }
}
.btn {
  background: var(--color-primary);
  display: inline-block;
  border: none;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 32px;
  font-size: 12px;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1em;
  font-family: var(--font-display) !important;
}

/* .c23-btn span {
    font-family: var(--font-display) !important;
    line-height: 1.2em;
} */
.c23-btn:hover span {
  color: #fff !important;
}

.c23-btn:hover .svg-arrow-right {
  fill: #fff;
}

.c23-btn::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: var(--color-primary);
  height: 100%;
  width: 0%;
  transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 400ms;
  opacity: 0;
  z-index: -1;
  /* transform: translateZ(0);
  will-change: width, transform, background;
  backface-visibility: hidden; */
}

.c23-btn:hover::after {
  width: 100%;
  opacity: 1;
}

.c23-btn span {
  margin-right: 8px;
  line-height: 11px;
  color: var(--color-primary);
  font-family: var(--font-display) !important;
  line-height: 1.2em;
}

.c23-btn:hover .svg-arrow-right {
  fill: #fff;
}

.c23-btn--white {
  background: #fff;
  border: solid 1px #fff;
}

.c23-btn--white span {
  color: #191919;
}

.c23-btn--white .svg-arrow-right {
  fill: #191919;
}

.c23-btn--white::after {
  background: var(--color-supporting);
}

.c23-btn--white:hover span {
  color: #191919 !important;
}

.c23-btn--white:hover .svg-arrow-right {
  fill: #191919;
}

.c23-btn--transparent {
  background: transparent;
  border: solid 1px #fff;
}

.c23-btn--transparent span {
  color: #fff;
}

.c23-btn--transparent .svg-arrow-right {
  fill: #fff;
}

.c23-btn--transparent::after {
  background: #fff;
}

.c23-btn--transparent:hover span {
  color: #191919 !important;
}

.c23-btn--transparent:hover .svg-arrow-right {
  fill: #191919;
}

.c23-btn--primary {
  background: var(--color-primary);
  border: none;
}

.c23-btn--primary span {
  color: #fff;
}

.c23-btn--primary .svg-arrow-right {
  fill: #fff;
}

.c23-btn--primary::after {
  background: #771424;
}

.c23-btn--primary:hover span {
  color: #fff !important;
}

.c23-btn--primary:hover .svg-arrow-right {
  fill: #fff;
}

.c23-btn--accent {
  background: #DED1BE;
  border: none;
}

.c23-btn--accent span {
  color: #771424;
}

.c23-btn--accent .svg-arrow-right {
  fill: #771424;
}

.c23-btn--accent::after {
  background: #771424;
}

.c23-btn--accent:hover span {
  color: #fff !important;
}

.c23-btn--accent:hover .svg-arrow-right {
  fill: #fff;
}

.c23-btn--prime {
  background: transparent;
  border: solid 1px var(--color-prime);
}

.c23-btn--prime span {
  color: var(--color-prime);
}

.c23-btn--prime .svg-arrow-right {
  fill: #191919;
}

.c23-btn--prime::after {
  background: var(--color-prime);
}

.c23-btn--prime:hover span {
  color: #fff !important;
}

.c23-btn--prime:hover .svg-arrow-right {
  fill: #fff;
}

.c23-btn.reverse-arrow svg {
  transform: rotate(180deg);
}

@media (min-width: 769px) {
  .c23-btn {
    padding: 24px 32px;
    display: inline-block;
    width: 250px;
  }
  .c23-btn.is-large {
    width: 300px;
  }
}
.c23-btn--slim {
  padding: 18px 32px;
  display: inline-block;
  width: 230px;
}

/* property card */
.property-card {
  /* margin-bottom: 80px; */
  margin-bottom: 60px;
}

@media (min-width: 1920px) {
  .property-card {
    /* margin-bottom: 180px; */
    margin-bottom: 80px;
  }
}
.property-card image {
  width: 100%;
}

.property-card .aspect-ratio {
  overflow: hidden;
}

.property-card .img-blur {
  filter: blur(22px);
}

@media (max-width: 768px) {
  .tenure-label {
    margin-bottom: 0px;
    margin-top: 10px !important;
  }
  .property-card-rooms {
    margin-bottom: 0px !important;
  }
}
.discreet-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  /* Semi-transparent dark overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-dark);
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  /* Ensure it appears above the image */
}

.property-card .tag,
.area-todo .tag,
.map-info-panel .tag,
.property-gallery .tag,
.card-tag {
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--color-primary);
  z-index: 1;
  width: 100%;
  padding: 12px 0px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-display);
}

.tag.prime {
  background: var(--color-prime);
  color: var(--color-prime-accent);
  right: 0px;
  left: auto;
  width: 100px;
  font-weight: 300;
}

.tag.new_property,
.tag.new_home,
.tag.short_let,
.tag.land,
.tag.land_plot,
.tag.development_plot,
.tag.custom_build {
  background: var(--color-supporting);
  color: var(--color-primary);
  font-weight: 300;
}

.tag.new_home,
.tag.short_let,
.tag.land,
.tag.land_plot,
.tag.development_plot,
.tag.custom_build {
  right: 0px;
  left: auto;
  width: 124px;
}

.tag.custom_build {
  width: 140px;
}

.property-gallery .tag.prime,
.property-gallery .tag.new_home,
.property-gallery .tag.sold,
.property-gallery .tag.short_let,
.property-gallery .tag.custom_build {
  left: auto;
  right: 10px;
}

.area-todo .tag {
  background: #F7F4ED;
}

.property-card-price {
  color: var(--color-primary);
  font-family: var(--font-display);
}

.property-card-rooms {
  margin-top: 10px;
  font-size: 14px;
}

.property-card.is-loading:before {
  content: "";
  background-image: url(../img/loading-new.gif);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 80px;
  z-index: 9999;
}

.property-card__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .property-card-dev .property-card-town {
    margin-bottom: 12px;
    /* line-height: 1; */
  }
  .property-card-dev-btns .c23-btn {
    font-size: 13px;
    padding: 15px 24px;
  }
}
/* property slider */
.property-card-wrapper {
  width: auto;
}

@media (min-width: 769px) {
  /* 736 */
  .property-card-wrapper {
    width: 185px;
  }
  .property-card-rooms {
    margin-top: 3px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  /* 940 */
  .property-card-wrapper {
    width: 253px;
  }
}
@media (min-width: 1024px) {
  /* 980 */
  .property-card-wrapper {
    width: 266px;
  }
}
@media (min-width: 1280px) {
  /* 1200 */
  .property-card-wrapper {
    width: 340px;
  }
}
@media (min-width: 1920px) {
  /* 1660 */
  .property-card-wrapper {
    width: 493px;
  }
}
.slider-controls {
  position: absolute;
  top: calc(50% - 16px);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 16px;
}

.slider-control-icon {
  border: solid 1px #d8d8d8;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #fff;
}

.slider-control-icon .svg-arrow-right {
  width: 12px;
}

.slider-control-icon--prev {
  margin-right: 20px;
  transform: rotate(180deg);
}

@media (min-width: 769px) {
  .slider-control-icon {
    width: 48px;
    height: 48px;
  }
  .slider-controls {
    top: calc(50% - 24px);
    padding: 0px 40px;
  }
}
@media (min-width: 992px) {
  .slider-controls {
    padding: 0px 60px;
  }
}
.property-slider-controls--prev,
.property-slider-controls--next {
  border: solid 1px #d8d8d8;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.property-slider-controls--prev .svg-arrow-right,
.property-slider-controls--next .svg-arrow-right {
  width: 12px;
}

.property-slider-controls--prev {
  margin-right: 20px;
  transform: rotate(180deg);
}

.big-tabs {
  padding: 16px 0px;
}

.big-tabs .tab {
  font-family: var(--font-brand);
  font-size: 38px;
  /* color: #efefef; */
  color: #d1d1d1;
  margin-right: 20px;
  cursor: pointer;
  transition: 0.4s;
}

.big-tabs .tab.selected {
  color: var(--color-dark);
}

.property-card img {
  width: 100%;
}

.property-card-town {
  font-size: 20px;
  font-family: var(--font-brand);
  margin: 0px;
  width: 100%;
}

.property-card-price {
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
}

.property-slider-h2 {
  margin-bottom: 0px;
}

@media (min-width: 549px) {
  .property-card-town {
    font-size: 24px;
  }
  .property-card-price {
    font-size: 20px;
  }
}
.property-slider-controls {
  margin-bottom: 0px;
  margin-left: auto;
}

@media (min-width: 1024px) {
  .property-slider-controls {
    margin-right: 24px;
  }
}
.property-slider {
  margin-top: 20px;
}

.property-slider.is-few-slides .slick-track {
  margin-left: 0;
  margin-right: auto;
}

.dev-card-image {
  margin-bottom: 24px;
}

/* Full-bleed slider with container-aligned first card */
.section-property-slider .property-slider,
.property-slider.is-full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.section-property-slider .property-slider .slick-list,
.property-slider.is-full-bleed .slick-list {
  padding-left: calc((100vw - 90%) / 2);
}

@media (min-width: 768px) {
  .section-property-slider .property-slider .slick-list,
  .property-slider.is-full-bleed .slick-list {
    /* 736 + 60 */
    padding-left: calc((100vw - 796px) / 2);
  }
}
@media (min-width: 992px) {
  .section-property-slider .property-slider .slick-list,
  .property-slider.is-full-bleed .slick-list {
    /* 940 + 60 */
    padding-left: calc((100vw - 1000px) / 2);
  }
}
@media (min-width: 1024px) {
  .section-property-slider .property-slider .slick-list,
  .property-slider.is-full-bleed .slick-list {
    /* 980 + 60 */
    padding-left: calc((100vw - 1040px) / 2);
  }
}
@media (min-width: 1280px) {
  .section-property-slider .property-slider .slick-list,
  .property-slider.is-full-bleed .slick-list {
    /* 1240 + 60 */
    padding-left: calc((100vw - 1300px) / 2);
  }
}
@media (min-width: 1920px) {
  .section-property-slider .property-slider .slick-list,
  .property-slider.is-full-bleed .slick-list {
    /* 1660 + 60 */
    padding-left: calc((100vw - 1720px) / 2);
  }
}
@media (min-width: 769px) {
  .big-tabs {
    padding: 50px 0px;
  }
  .big-tabs .tab {
    font-size: 64px;
    margin-right: 32px;
  }
  .property-slider {
    margin-top: 0px;
  }
  /* .property-slider-controls {
      margin-bottom: 10px;
  } */
  .property-slider-controls--prev,
  .property-slider-controls--next {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1920px) {
  .property-card-town {
    font-size: 28px;
  }
  .property-card-price {
    font-size: 22px;
  }
}
.section-property-slider.has-button .property-slider-controls {
  margin-right: 0px;
  margin-left: 24px;
  margin-bottom: 16px;
}

@media (min-width: 769px) {
  .section-property-slider.has-button .property-slider-controls {
    margin-right: 24px;
    margin-bottom: 0px;
  }
}
/* area section */
.c23-areas {
  background: var(--color-supporting);
  padding: 48px 0px;
}

.c23-areas-header {
  margin-bottom: 20px;
}

.c23-areas-btn {
  margin-top: 26px;
}

@media (min-width: 768px) {
  .c23-areas-header {
    margin-bottom: 80px;
  }
  .c23-areas {
    padding: 96px 0px 126px 0px;
  }
}
@media (min-width: 1024px) {
  .c23-areas-btn {
    margin-top: 0px;
    text-align: right;
  }
}
.area-card-arrow {
  opacity: 0;
  transition: 0.3s;
}

.area-card {
  padding: 40px 30px 0px 30px;
  position: relative;
  transition: 0.3s;
}

@media (min-width: 769px) {
  .area-card:hover {
    transform: translate(0px, -40px);
  }
  .area-card:hover .area-card-arrow {
    opacity: 1;
  }
}
.area-card-name {
  font-size: 32px;
  color: var(--color-primary);
  font-family: var(--font-brand);
  margin: 0px;
}

.area-card-img-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 120%; /* The height of the item will now be 56.25% of the width. */
  margin-bottom: 40px;
}

.area-card-img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.section-branch-map #map {
  height: 610px;
  width: 100%;
}

.map-filters .tab {
  display: inline-block;
  font-family: var(--font-display);
  color: #bfbfbf;
  margin-left: 22px;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
}

.map-filters .tab.selected {
  color: #000;
}

.section-branch-map-search input {
  font-family: var(--font-brand);
  font-weight: 100;
  border-top: solid 1px var(--color-grey);
  border-bottom: solid 1px var(--color-grey);
  background: #fff;
  background-image: url("../img/icons/search_hover.svg");
  background-repeat: no-repeat;
  font-size: 32px;
  padding: 38px 0px 38px 48px;
  background-size: 24px;
  background-position: left center;
}

.section-branch-map-search.is-loading:before {
  background-position: center right;
}

.section-branch-map-search input::placeholder {
  color: #BFBFBF;
  font-weight: 100;
}

.branch-map-panel,
.map-info-panel {
  background: white;
  border: solid 1px #dddddd;
  position: absolute;
  top: 40px;
  right: 40px;
  width: 410px;
  display: none;
}

.section-branch-map-wrapper.is-loading:before {
  background: rgba(255, 255, 255, 0.7490196078);
  z-index: 1;
}

@media (max-width: 768px) {
  /* .branch-map-panel,
  .branch-map-panel.is-active {
      display: none !important;
  } */
  .branch-map-panel,
  .map-info-panel {
    top: auto;
    right: 5%;
    width: 90%;
    left: 5%;
    bottom: 28px;
  }
  #map-branch-name {
    font-size: 24px !important;
    margin-bottom: 0px !important;
  }
  .branch-map-panel-number,
  .map-info-panel-number {
    border: none !important;
  }
  .map-info-panel .c23-btn,
  .branch-map-panel .c23-btn {
    /* margin-top: 52px !important; */
    margin-top: 0px !important;
  }
  .section-branch-map-search input {
    font-size: 18px;
    background-size: 16px;
    padding: 24px 0px 24px 48px;
  }
  .map-info-panel .property-card__details {
    display: block !important;
  }
  .map-info-panel .tag {
    width: 95px;
    top: -60px;
    right: 0px;
    left: auto;
  }
}
.branch-map-panel.is-active,
.map-info-panel.is-active {
  display: block;
}

.branch-map-panel img,
.map-info-panel img {
  /* height: 200px; */
  aspect-ratio: 16/11;
  width: 100%;
  object-fit: cover;
}

.branch-map-panel-number,
.map-info-panel-number {
  padding: 16px 0px;
  border-bottom: solid 1px #E3E3E3;
  height: 57px;
  align-items: center;
}

.branch-map-panel .c23-btn,
.map-info-panel .c23-btn {
  margin-top: 32px;
}

/* Prime Section */
.home-prime {
  background: linear-gradient(to right, #212D39, #3C4B5D);
  padding: 80px 0px;
}

.home-prime .property-card-town,
.home-prime .property-card-price,
.home-prime .property-card-rooms {
  color: #fff !important;
}

.prime-logo {
  width: 250px;
  margin: 0px auto;
}

.section--prime {
  background: var(--color-prime);
}

.section--prime .hdln-h2 {
  font-size: 28px;
  text-align: center;
  margin: 48px 0px;
  color: #fff;
}

.section--prime .big-tabs .tab {
  color: #465560;
}

.section--prime .big-tabs .tab.selected {
  color: #efefef;
}

.section--prime .svg-arrow-right {
  fill: var(--color-prime-accent) !important;
}

.section--prime p,
.section--prime .property-slider-h2 {
  color: #fff !important;
}

.section--prime .price-label {
  color: #fff !important;
}

.section--prime-heading {
  margin-bottom: 48px;
}

@media (min-width: 767px) {
  .section--prime-heading {
    flex-wrap: nowrap;
    margin-bottom: 0px;
  }
  .section--prime .hdln-h2 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .section--prime {
    padding: 120px 0px;
  }
  .section--prime .hdln-h2 {
    font-size: 38px;
    /* text-align: left; */
    line-height: 1.1em;
  }
}
@media (min-width: 1280px) {
  .section--prime .hdln-h2 {
    font-size: 48px;
  }
}
@media (min-width: 440px) and (max-width: 768px) {
  .section--prime .property-card {
    margin-bottom: 32%;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .section--prime .c23-btn {
    padding: 24px 18px;
    font-size: 12px;
  }
}
/* Services */
.section-services {
  padding: 40px 0px;
}

.section-services h2 {
  margin-bottom: 12px;
}

/* Add your CSS styles here */
.c23-accordion {
  width: 100%;
  /* max-width: 800px;  */
  margin: 0 auto;
  border-bottom: 1px solid #E3E3E3;
}

.c23-accordion-item {
  border-top: 1px solid #E3E3E3;
  /* border-bottom: 1px solid #E3E3E3; */
}

.c23-accordion-button {
  width: 100%;
  font-family: var(--font-brand);
  border: none;
  text-align: left;
  padding: 24px 0px;
  cursor: pointer;
  font-size: 20px;
  background: #fff;
}

.c23-accordion-icon {
  width: 18px;
  height: 18px;
  /* background: #456; */
  position: relative;
  transition: 0.4s;
}

.c23-accordion-icon div {
  background: var(--color-primary);
  width: 100%;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0px;
  transition: 0.4s;
}

.c23-accordion-icon div:last-child {
  height: 100%;
  width: 4px;
  top: 0px;
  left: 7px;
}

.c23-accordion-content {
  display: none;
  padding-bottom: 40px;
}

.c23-accordion-item.active .c23-accordion-content {
  /* display: block; */
}

.c23-accordion-item.active .c23-accordion-icon {
  transform: rotate(90deg);
}

.c23-accordion-item.active .c23-accordion-icon div:first-child {
  opacity: 0;
}

.services-featured-img img {
  width: 100%;
  float: right;
  margin-top: 32px;
}

@media (min-width: 769px) {
  .c23-accordion-button {
    font-size: 28px;
    padding: 40px 0px;
  }
  .section-services {
    padding: 80px 0px;
  }
  .services-featured-img img {
    margin-top: 0px;
  }
}
/* testimonials */
.section-testimonials {
  /* padding: 96px 0px; */
  background: #F7EAEC;
  height: 100%;
  position: relative;
}

.section-testimonials.fixed-section {
  position: fixed;
  top: 78px; /* Adjust this value to the desired scroll position */
  width: 100%;
}

.section-testimonials .testimonial {
  min-height: 340px;
}

.section-testimonials h2 {
  margin-bottom: 20px;
}

.section-testimonials .c23-btn {
  margin-bottom: 60px;
}

.total-reviews {
  margin: 0px;
  font-size: 90px;
  color: var(--color-primary-bright);
  font-family: var(--font-brand);
}

.testimonial-icon {
  /* color: #720a20; */
  color: #E4002B;
  font-size: 136px;
  font-family: var(--font-brand);
  height: 68px;
  line-height: 1em;
}

.testimonial-icon--bright {
  color: #E4002B;
}

.testimonial-icon--close {
  height: 42px !important;
}

.testimonial-quote {
  font-family: var(--font-brand);
  /* color: var(--color-primary); */
  color: var(--color-secondary);
  font-size: 20px;
  margin: 0px;
  font-style: italic;
}

.testimonial-name {
  color: var(--color-primary);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 0px;
}

.testimonial {
  margin-bottom: 32px;
}

@media (min-width: 769px) {
  .testimonial {
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .testimonial-icon {
    font-size: 148px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  .section-testimonials .c23-btn {
    margin-bottom: 0px;
  }
  .testimonial-quote {
    font-size: 28px;
  }
}
@media (min-width: 1201px) {
  .section-testimonials .c23-btn {
    margin-bottom: 0px;
  }
  .testimonial-quote {
    font-size: 32px;
  }
}
.page-template-page-prime .section-testimonials {
  background: var(--color-prime-dark);
}

.page-template-page-prime .section-testimonials h2,
.page-template-page-prime .testimonial-quote,
.page-template-page-prime .testimonial-quote + p,
.page-template-page-prime .testimonial-name {
  color: #fff !important;
}

.page-template-page-prime .testimonial-quote,
.page-template-page-prime .testimonial-quote + p {
  font-family: var(--font-brand);
}

.page-template-page-prime .testimonial-icon--bright {
  color: var(--color-prime-accent) !important;
}

.page-template-page-prime .price-label {
  color: var(--color-prime) !important;
}

/* Section Blog */
.section-blog {
  padding-bottom: 120px;
}

.section-blog h2 {
  margin-bottom: 54px;
}

.section-blog h3 {
  font-size: 24px;
}

.post-card-highlighted {
  background: var(--color-supporting);
  height: 100%;
  margin-bottom: 32px;
}

.post-card-highlighted a {
  padding: 20px;
}

.post-card-highlighted--light {
  background: var(--color-supporting);
}

.post-card-highlighted h3 {
  font-size: 32px;
  line-height: 1.1em;
}

.post-card-highlighted .image_wrapper {
  height: 240px;
  position: relative;
}

.post-card-highlighted img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-blog-post {
  position: relative;
}

.section-blog-post {
  margin-top: 38px;
}

.section-blog-post .txt-32 {
  font-size: 20px;
}

.section-blog-post #post-title {
  min-height: 125px;
}

.section-blog-post .image_wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 67%;
}

.section-blog-post .image_wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.blog-date {
  text-transform: uppercase;
  color: #b4b4b4;
  font-size: 12px;
  margin: 0px;
}

.section-blog-post .dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  position: absolute;
  bottom: 90px;
  left: 0px;
  width: 100%;
}

.section-blog-post .dot {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background-color: #e7e7e7;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.section-blog-post .dot.active {
  background-color: var(--color-primary); /* Highlight the active dot */
}

@media (min-width: 769px) {
  .post-card-highlighted .image_wrapper {
    width: 40%;
    /* height: 100%; */
    height: 568px;
    margin-right: 38px;
  }
  .post-card-highlighted h3 {
    font-size: 48px;
  }
  .section-blog h2 {
    margin-bottom: 96px;
  }
  .section-blog h3 {
    font-size: 38px;
  }
  .section-blog-post .txt-32 {
    font-size: 32px;
  }
  .blog-date {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .post-card-highlighted {
    margin-bottom: 0px;
  }
  .section-blog-post {
    /* margin-left: 60px; */
    margin-top: 0px;
  }
}
@media (min-width: 1920px) {
  .post-card-highlighted .image_wrapper {
    height: 600px;
  }
}
.blog-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--color-supporting);
  padding: 10px 16px;
  font-size: 14px;
  color: var(--color-primary);
  font-family: var(--font-display);
  font-weight: 500;
  text-transform: uppercase;
}

/* footer */
footer {
  background: #fff;
  clear: both;
  z-index: 13;
  position: relative;
  border-top: solid 1px #d8d8d8;
}

footer h4 {
  font-family: var(--font-brand);
  padding: 0px 48px 32px 38px;
  font-size: 25px;
  font-weight: 100;
  white-space: nowrap;
  margin-bottom: 0px;
}

footer .menu {
  margin: 0px;
  padding: 0px;
}

footer .menu a {
  padding: 0px 38px;
  display: block;
  height: 68px;
  font-size: 18px;
  font-family: var(--font-display);
  color: var(--color-dark);
  margin: 0px;
  /* border-bottom: solid 1px #d8d8d8; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 100;
}

footer .menu a::after {
  content: url("../img/tilted-arrow.png");
  /* width:  */
}

footer .menu a:hover {
  color: var(--color-primary);
}

/* .footer-banner { height: 78px; } */
.footer-banner p {
  font-size: 32px;
  color: #fff;
  font-family: var(--font-brand);
  margin: 0px;
}

.footer-banner {
  overflow: hidden;
  white-space: nowrap;
}

.footer-banner img {
  width: 50%;
  padding-top: 64px;
  max-width: 370px;
}

.scrolling-text {
  /* animation: scrollText 30s linear infinite; */
  width: 100%;
  text-align: center;
}

@keyframes scrollText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.footer-menu-col {
  width: 100%;
}

footer .social li {
  display: inline-block;
  margin-right: 16px;
}

footer .social a {
  background-color: #fff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

footer .social a i {
  align-self: center;
  -webkit-align-self: center;
  align-self: center;
}

footer .social {
  padding: 48px 0px 48px 38px;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
}

footer .social a {
  width: 46px;
  height: 46px;
  border: solid 1px #E3E3E3;
}

footer .social a:hover {
  background: #E3E3E3;
}

@media (min-width: 769px) {
  .footer-menu-col {
    width: 50%;
  }
  footer h4 {
    border-bottom: solid 1px #d8d8d8 !important;
    padding: 0px 48px 48px 38px;
  }
}
@media (min-width: 992px) {
  .footer-menu-col {
    width: 25% !important;
  }
  footer h4 {
    margin-top: 160px;
  }
}
@media (max-width: 768px) {
  footer h4 {
    margin-top: 48px;
  }
  footer .menu a {
    border-top: solid 1px #d8d8d8;
    padding: 0px;
    margin: 0px 38px;
    font-size: 14px;
    height: 48px;
  }
  footer .menu li:last-child a {
    border-bottom: solid 1px #d8d8d8;
  }
}
.footer-txt {
  margin: 0px 40px;
  font-size: 12px;
  text-align: center;
}

.footer-txt a {
  font-family: inherit;
  color: #000;
}

@media (max-width: 991px) {
  footer .social {
    border: none;
    text-align: center;
    padding: 32px 0px 32px 0px;
  }
  footer .social a {
    width: 38px;
    height: 38px;
  }
  footer .social .icon {
    width: 16px;
    height: 16px;
  }
  footer .social li {
    margin: 0px 4px;
  }
  .footer-txt {
    max-width: 85%;
    margin: 0px auto 20px auto;
    text-align: center;
  }
}
@media (min-width: 1110px) {
  footer .social a {
    width: 50px;
    height: 50px;
  }
}
.footer-extra {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: #fff;
  width: 100%;
  height: 0px;
  z-index: -1;
}

.footer-extra.scroll-bottom {
  height: 200px;
}

.footer_bottom-menu-col--right {
  margin-bottom: 40px;
}

.footer_bottom-menu-col--right img {
  max-width: 300px;
  margin: 0px auto 0px auto;
  display: block;
}

.footer-logos {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-logos img {
  margin: 0px 16px;
  height: 32px;
}

@media (min-width: 768px) {
  .footer-banner {
    border-top: solid 1px #d8d8d8 !important;
  }
}
@media (min-width: 992px) {
  .footer_bottom {
    display: flex;
    align-items: center;
  }
  .footer_bottom .social {
    padding: 48px 0px 48px 38px;
  }
  .footer_bottom-menu-col--left {
    width: 25%;
  }
  .footer_bottom-menu-col--center {
    width: 50%;
  }
  .footer_bottom-menu-col--right {
    width: 25%;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
  }
  .footer-logos {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .footer_bottom .social a {
    width: 38px;
    height: 38px;
  }
  .footer_bottom .icon.small {
    width: 18px;
    height: 18px;
  }
  .footer_bottom .social li {
    display: inline-block;
    margin: 0px 5px 0px 0px;
  }
}
@media (min-width: 1300px) {
  .footer_bottom .icon.small {
    width: 22px;
    height: 22px;
  }
}
.team-member-contact {
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: solid 1px #ccc;
  border-top: solid 1px #ccc;
  color: var(--color-primary) !important;
  font-family: var(--font-display);
  text-transform: uppercase;
  position: relative;
}

.team-member-contact:before {
  content: "";
  background: var(--color-primary) !important;
  position: absolute;
  top: 0px;
  width: 0%;
  left: 0px;
  height: 100%;
  transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 400ms;
  z-index: -1;
}

.team-member-contact:hover {
  color: #fff !important;
}

.team-member-contact:hover:before {
  width: 100%;
}

.team-member-link svg {
  margin-left: 16px;
  transition: 0.3s;
}

.team-member-link:hover svg {
  margin-left: 24px;
}

.branch-page-team-member-quote .team-member img {
  max-width: 100%;
}

.page-template-page-prime .team-member-name,
.page-template-page-prime .team-member-link {
  color: var(--color-prime-dark) !important;
}

.page-template-page-prime .block-content-image h3 {
  color: var(--color-prime-accent) !important;
}

.page-template-page-prime .block-content-image__content .c23-btn {
  border-color: var(--color-prime-accent) !important;
}

.page-template-page-prime .block-content-image__content .c23-btn::after {
  background-color: var(--color-prime-accent) !important;
}

.page-template-page-prime .block-content-image__content .c23-btn:hover span {
  color: #fff !important;
}

.page-template-page-prime .block-content-image__content .c23-btn span {
  color: var(--color-prime-accent) !important;
}

.page-template-page-prime .c23-hero-form-btn:after {
  background: var(--color-prime-dark) !important;
}

/* Blocks */
.block-content-image {
  /* position: sticky; */
  top: 50px;
  background: #fff;
}

.block-content-image h2 {
  font-family: var(--font-brand);
  font-size: 38px;
}

.block-content-image h3 {
  font-size: 32px;
  font-family: var(--font-brand);
  font-weight: 100;
  color: var(--color-primary);
}

.block-content-image h5 {
  font-family: var(--font-brand);
  font-size: 18px;
  font-weight: 100;
  line-height: 1.3em;
}

.block-content-image .c23-btn {
  margin-top: 60px;
}

.block-content-image hr {
  border-top: solid 1px #e3e3e3;
  margin-bottom: 60px;
}

.block-content-image img,
.block-content-image video {
  /* margin-top: 40px; */
  margin-bottom: 40px;
}

.block-content-image__content {
  background: #fff;
}

.block-content-image__content > h3 {
  margin-top: 0px;
}

.block-content-image video {
  width: 100%;
  /* height: 100%; */
  object-fit: contain;
}

@media (min-width: 768px) {
  .team-member {
    min-height: 320px;
  }
  .team-member-name {
    font-size: 32px;
  }
  .block-content-image {
    background: #fff;
    top: 30px;
  }
  .block-content-image img {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .page-template-page-prime .block-content-image {
    top: 80px;
  }
  .team-member-description {
    display: block;
  }
  .team-member-role {
    margin: 0px;
    font-size: 18px;
  }
  .team-member-link {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .block-content-image h2 {
    font-size: 52px;
  }
  .block-content-image h3 {
    font-size: 32px;
  }
  .block-content-image__content {
    max-width: 500px;
  }
}
@media (min-width: 1201px) {
  .block-content-image h2 {
    font-size: 64px;
  }
  .block-content-image h5 {
    font-size: 24px;
  }
}
.property-featured {
  background: var(--color-supporting);
}

.property-featured img {
  object-fit: cover;
  display: block;
  margin-bottom: 24px;
}

.property-featured h2 {
  font-family: var(--font-brand);
  font-size: 38px;
  margin: 0px;
}

.property-featured .c23-btn {
  background: var(--color-primary);
  border: none;
}

.property-featured--prime {
  background: #DADFE2;
}

/* .property-featured--prime p,
.property-featured--prime h2 {
    color: #fff;
} */
/* .property-featured--prime h2 {
    font-family: var(--font-brand);
    font-size: 38px;
    margin: 0px;
} */
.property-featured--prime .c23-btn {
  color: var(--color-prime-dark);
  border: solid 1px var(--color-prime-dark) !important;
  background: transparent;
}

.property-featured--prime .c23-btn span {
  color: var(--color-prime-dark);
}

.property-featured--prime .c23-btn .svg-arrow-right {
  fill: var(--color-prime-dark);
}

.property-featured--prime .c23-btn::after {
  background: var(--color-prime-dark);
}

.property-featured--prime .c23-btn:hover span {
  color: #fff !important;
}

.property-featured--prime .c23-btn:hover .svg-arrow-right {
  fill: #fff !important;
}

.property-featured-description {
  margin-top: 48px;
}

.property-featured__price {
  font-size: 24px;
  margin: 0px;
}

@media (min-width: 768px) {
  .property-featured h2 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .property-featured img {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .property-featured h2 {
    font-size: 64px;
  }
}
/* Page Header */
.page-header {
  padding: 92px 0px 32px 0px;
  text-align: center;
}

.page-header h1 {
  font-weight: 100;
  margin: 32px 0px 24px 0px;
  color: #000;
  font-size: 48px;
}

.page-header p {
  margin: 0px;
}

@media (min-width: 768px) {
  .page-header {
    padding: 158px 0px 80px 0px;
  }
  .page-header h1 {
    font-size: 64px;
  }
}
/* Page Nav */
.page-nav {
  padding: 12px 0px;
  border-top: solid 2px var(--color-grey);
  border-bottom: solid 2px var(--color-grey);
  background-color: #fff;
}

.page-nav .c23-burger {
  top: 3px;
  cursor: pointer;
}

.page-nav a {
  font-size: 18px;
  font-family: var(--font-brand);
  color: #BFBFBF;
}

.page-nav a.is-active {
  color: #000;
  font-weight: 300;
}

#blog-filters {
  position: sticky;
  top: 0;
  /* Ensures it stays above other content */
  background: #fff;
}

#blog-filters.sticky {
  position: fixed;
  top: 0px;
  padding-top: 80px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.page-nav p {
  font-family: var(--font-display);
  color: #8C8C8C;
  font-size: 14px;
  margin: 0px;
}

.page-nav ul {
  padding: 0px;
  margin: 0px;
  display: none;
}

.page-nav ul li {
  display: block;
  margin: 24px 0px 24px 0px;
  text-align: center;
}

@media (min-width: 769px) {
  .page-nav p {
    margin: 0px 0px 0px 0px;
  }
  .page-nav ul {
    margin-top: 16px;
  }
  .page-nav ul li {
    display: inline-block;
    margin: 0px;
  }
  #blog-filters.is-sticky {
    top: 78px;
  }
}
/* Team Member Page */
.page-content h2 {
  font-family: var(--font-brand);
  margin-top: 0px;
  font-size: 32px;
}

.page-content p {
  font-family: var(--font-display);
}

.page-team-member-info-item p:first-child {
  margin-bottom: 12px;
  white-space: nowrap;
}

.page-team-member-info-item p:first-child + a {
  white-space: nowrap;
}

@media (min-width: 769px) {
  .page-team-member-info {
    padding: 24px;
    display: flex;
    justify-content: center;
  }
  .page-team-member-info-item {
    /* margin: 8px 0px; */
    padding: 0px;
    border-bottom: 0px;
    margin: 0px 5%;
  }
  .team-member-profile {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .team-member-testimonial .testimonial-quote {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .page-team-member-info-item {
    margin: 0px 10%;
  }
}
.services-card,
.services-card-full {
  background: var(--color-supporting);
  transition: cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  cursor: pointer;
  margin-bottom: 50px;
}

@media (max-width: 576px) {
  .services-card-full {
    flex-direction: column-reverse;
  }
  .services-card-full--content p {
    -webkit-line-clamp: 4 !important;
  }
}
@media (min-width: 577px) {
  .services-card-full {
    height: 450px;
  }
}
@media (min-width: 768px) {
  .services-card {
    height: 410px;
    position: relative;
    overflow: hidden;
  }
}
.services-card .svg-arrow-right {
  fill: var(--color-primary);
}

@media (min-width: 768px) {
  .services-card .svg-arrow-right {
    fill: #fff;
  }
}
.services-card::after {
  content: "";
  position: absolute;
  background: var(--color-primary);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  z-index: 0;
  transition: cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}

.services-card h4,
.services-card-full h4 {
  font-family: var(--font-brand);
  color: var(--color-primary);
  margin: 0px;
  font-weight: 100;
  font-size: 44px;
  margin-bottom: auto;
  transition: cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}

.services-card h4 {
  font-size: 38px;
  margin-bottom: 8px;
  line-height: 1.1em;
}

.services-card-full h4 {
  font-size: 38px;
  margin-bottom: 8px;
  line-height: 1em;
}

.services-card p {
  font-size: 16px;
  color: var(--color-primary);
  transition: cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Number of lines you want to limit */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 768px) {
  .services-card p {
    color: transparent;
  }
}
@media (max-width: 767px) {
  .services-card p,
  .services-card-full p {
    margin-bottom: 28px;
  }
}
.services-card-full p {
  font-size: 16px;
  color: var(--color-primary);
  transition: cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  display: -webkit-box;
  -webkit-line-clamp: 6; /* Number of lines you want to limit */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.services-card-full--content {
  padding: 32px;
  width: 55%;
  position: relative;
  z-index: 1;
}

@media (max-width: 576px) {
  .services-card-full--content {
    width: 100%;
  }
}
.services-card-full--content:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0%;
  width: 100%;
  background: var(--color-primary);
  z-index: -1;
  transition: cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}

@media (min-width: 768px) {
  .services-card-full:hover .services-card-full--content::after {
    height: 100%;
  }
}
.services-card-full--img {
  position: relative;
  height: 100%;
  width: 45%;
}

@media (max-width: 576px) {
  .services-card-full--img {
    width: 100%;
  }
}
.services-card-full--img,
.services-card--img {
  position: relative;
}

.services-card-full--img::after,
.services-card--img::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.services-card-full--img img,
.services-card--img img {
  height: 100%;
  object-fit: cover;
  display: block;
  width: 100%;
}

.services-card--img {
  height: 210px;
}

@media (max-width: 767px) {
  .services-card-full--img {
    height: 210px;
    width: 100%;
  }
}
.services-card--img img {
  width: 100%;
}

@media (min-width: 768px) {
  .services-card-full:hover h4,
  .services-card-full:hover p {
    color: #fff;
  }
}
.services-card--content {
  padding: 32px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .services-card--content {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    /* top: calc(100% - 116px); */
    top: calc(100% - 140px);
  }
  .services-card:hover::after {
    height: 100%;
  }
  .services-card:hover .services-card--content {
    color: #fff;
    top: 0px;
  }
  .services-card:hover h4,
  .services-card:hover p {
    color: #fff;
  }
}
@media (min-width: 769px) {
  .services-card--content {
    top: calc(100% - 152px);
  }
}
@media (min-width: 992px) {
  .services-card h4 {
    font-size: 26px;
    margin-bottom: 8px;
  }
  .services-card--content {
    top: calc(100% - 116px);
  }
}
.contact-map {
  margin-bottom: 64px;
}

.contact-map #map,
.area_guides_map,
.curchods-map {
  height: 600px;
}

.c23-table {
  text-align: left;
  border-collapse: collapse;
  min-width: 540px;
}

.c23-table th,
.c23-table td {
  font-family: var(--font-display);
}

.c23-table th {
  font-size: 16px;
  color: #bfbfbf;
  text-transform: uppercase;
  font-family: var(--font-display);
  padding-bottom: 32px;
}

.c23-table td {
  font-size: 16px;
  font-weight: 300;
  padding: 32px 0px;
  vertical-align: top;
}

.c23-table tr {
  border-top: solid 1px #e5e5e5;
}

.c23-table thead tr {
  border: none;
}

.c23-table tr.selected {
  background: var(--color-primary-lighter);
  color: var(--color-primary);
  border-top: solid 1px var(--color-primary-lighter);
}

.c23-table tr.selected + tr {
  border-top: solid 1px var(--color-primary-lighter);
}

.c23-table tr.selected td {
  font-weight: 500;
  padding-left: 32px;
}

@media (max-width: 768px) {
  .page-template-page-contact .c23-table {
    min-width: auto;
  }
  .page-template-page-contact .c23-table td {
    padding: 24px 0px;
  }
  .page-template-page-contact .c23-table td:nth-child(2),
  .page-template-page-contact .c23-table th:nth-child(2) {
    display: none;
  }
  .page-template-page-contact .c23-table td:nth-child(3),
  .page-template-page-contact .c23-table th:nth-child(3) {
    text-align: right;
  }
}
.post-featured-img-full img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 769px) {
  .post-featured-img-full img {
    height: 430px;
  }
}
.area_guides_map {
  width: 100%;
}

#propertyMap #map {
  width: 100%;
  height: 580px;
}

@media (max-width: 768px) {
  #propertyMap #map {
    margin-top: 24px;
  }
}
.branch-team-members {
  margin: 48px -32px 0px -32px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .branch-team-members {
    margin: 24px -32px 0px -32px;
  }
}

.team-member-simple {
  margin: 0px 32px;
}

.team-member-simple img {
  object-fit: cover;
  aspect-ratio: 10/13;
}

.blog-post--hero {
  position: relative;
}

.blog-post--hero img {
  height: 315px;
  object-fit: cover;
  display: block;
  width: 100%;
}

.blog-post--hero--less-padding {
  margin-bottom: -20px;
}

@media (min-width: 769px) {
  .blog-post--hero--less-padding {
    margin-bottom: -60px;
  }
}
.arrow-circle {
  background: #fff;
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: -24px;
  margin: 0px auto;
  left: 0;
  right: 0;
  z-index: 16;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.arrow-circle .svg-arrow-right {
  transform: rotate(90deg);
}

.single-post .hdln-1 {
  margin: 32px auto;
  max-width: 1075px;
}

.blog-post--content {
  max-width: 910px;
  margin: 0px auto 100px auto;
}

.blog-post--content h2 {
  font-family: var(--font-brand);
}

.blog-post--content h3 {
  font-family: var(--font-brand);
  font-weight: 100;
}

.blog-post--content ul {
  list-style: disc;
}

.blog-post--content ul li {
  font-family: var(--font-display);
  font-size: 14px;
  margin-bottom: 12px;
}

@media (min-width: 769px) {
  .blog-post--content ul li {
    font-size: 18px;
  }
}
.blog-post--content .wp-block-separator {
  color: #E3E3E3;
  border-bottom: none;
  margin-bottom: 32px;
}

.blog-post--tag {
  top: 16px;
  left: 16px;
  background: var(--color-supporting);
  padding: 10px 16px;
  font-size: 14px;
  color: var(--color-primary);
  font-family: var(--font-display);
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}

.blog-post--content .wp-block-columns {
  margin-bottom: 32px;
}

.blog-post--heading {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .blog-post--heading {
    margin-top: 0px;
  }
  .blog-post--content .wp-block-columns {
    margin-bottom: 80px !important;
  }
  .blog-post--hero img {
    height: 500px;
  }
}
.blog-post--content .wp-block-post-author {
  flex-direction: column;
  align-items: center;
  margin-bottom: 14px;
}

@media (min-width: 769px) {
  .blog-post--content .wp-block-post-author {
    margin-top: 62px;
  }
}
.blog-post--content .wp-block-post-author__avatar {
  margin: 0px;
}

.blog-post--content .wp-block-post-author__avatar img {
  border-radius: 100%;
  width: 96px;
  height: 96px;
  display: block;
  margin-bottom: 22px;
}

.blog-post--content .wp-block-post-author__content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}

.blog-post--content .wp-block-post-author__byline {
  font-size: 18px;
  color: #8e8e8e;
  text-align: center;
}

.blog-post--content .wp-block-post-author__name {
  font-size: 28px;
  font-family: var(--font-brand);
  text-align: center;
}

/* Property Results */
.properties-header {
  padding: 83px 0px 30px 0px;
}

.properties-header h1 {
  font-weight: 100;
  font-size: 32px;
}

@media (min-width: 768px) {
  .properties-header {
    padding: 126px 0px 48px 0px;
  }
  .properties-header h1 {
    font-size: 48px;
  }
  .properties-header .add-location-btn {
    margin-right: 0px !important;
    margin-left: 24px;
  }
}
.filters-inner {
  justify-content: space-between;
  align-items: center;
}

.filter {
  width: 100%;
  position: relative;
}

.filter-label {
  display: none;
}

@media (min-width: 768px) {
  .filter-label {
    padding-left: 24px;
  }
  .filter {
    height: 54px;
    width: 16.666%;
    border-left: solid 1px #E3E3E3;
    align-items: center;
    display: flex !important;
    justify-content: center;
  }
  .filter:last-child {
    border: none !important;
  }
}
@media (max-width: 768px) {
  .filter.show-desktop {
    display: none !important;
  }
}
.filter .filter-selected {
  width: 100%;
  text-align: left;
}

.filter .filter-selected--text {
  margin: 0px;
  font-family: var(--font-display);
  color: var(--color-primary);
  font-size: 14px;
  cursor: pointer;
  text-align: left;
  width: 100%;
  font-weight: 600;
  margin-top: auto;
}

.filter-options {
  display: none;
  top: 54px;
  background: white;
  left: -1px;
  width: calc(100% + 2px);
  border: solid 1px #e3e3e3;
  z-index: 15;
}

.filter-options.is-active {
  display: block;
}

.filter-options ul {
  margin: 0px;
  padding: 0px;
}

.filter-options ul li {
  font-family: var(--font-display);
  font-size: 14px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #e3e3e3;
  cursor: pointer;
}

.filter-options ul li span {
  height: 54px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.filter-options ul li:hover > span {
  background: var(--color-primary);
  color: #fff;
}

.filter-options__dd {
  padding-bottom: 0px !important;
  border-bottom: none;
}

ul.filter-options__dd li {
  display: block !important;
}

@media (max-width: 768px) {
  .filter-map-grid {
    width: 164px;
  }
  .filter .filter-selected--text {
    height: 65px;
    line-height: 65px;
  }
}
.filter .c23-switch__label {
  font-size: 14px;
}

.filter .c23-switch {
  width: 100%;
  border-left: none;
  border-top: none;
  border-bottom: none;
  border-color: #e3e3e3;
}

.filter .c23-switch label {
  width: 50%;
}

.filter-selected--label {
  font-size: 16px;
  font-family: var(--font-display);
  white-space: nowrap;
}

@media (min-width: 768px) {
  .filter-selected--label {
    font-size: 14px;
  }
  .filter .filter-selected {
    height: 100%;
    line-height: 54px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .filter .c23-switch {
    border: none !important;
  }
  .filter .c23-switch__label {
    text-transform: capitalize;
  }
  .filter-selected,
  .filter .c23-switch__label,
  .filter-options ul li {
    font-size: 14px;
    border: none;
  }
  .filter-options {
    position: absolute;
    border-top: none;
  }
  .filter-options ul {
    /* padding: 8px 0px 8px 0px; */
    padding: 8px 0px 0px 0px;
  }
  .filter-options ul li span {
    padding-left: 10px;
    justify-content: start;
    height: 38px;
    font-size: 12px;
  }
  .filter .filter-selected--text {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .filter-selected--label {
    font-size: 16px;
  }
  .filter-selected,
  .filter .c23-switch__label,
  .filter-options ul li {
    font-size: 16px;
    border: none;
  }
  .filter .filter-selected--text {
    font-size: 16px;
  }
  .filter-options ul li span {
    /* padding-left: 24px; */
    padding-left: 10px;
  }
  .filter .filter-selected {
    padding-left: 24px;
  }
}
.filter-range-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px !important;
  text-align: center;
  height: 54px;
  border-bottom: solid 1px #e3e3e3;
}

.filter--range-value {
  white-space: nowrap;
}

.filter--range-value,
.filter--range-btn {
  font-family: var(--font-display);
}

.filter--range-btn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}

.filter-range--update-btn {
  height: 54px;
  align-items: center;
  display: flex;
  cursor: pointer;
  justify-content: center;
}

.filter-option-dd > span {
  background-image: url("../img/arrow-down-black.png") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 16px) 15px !important;
  background-size: 10px !important;
}

.filter-option-dd.is-active > span {
  background-image: url("../img/arrow-dark-up.png") !important;
}

.filter-option-dd:hover > span {
  background-color: #EAEAEA !important;
  color: #000 !important;
  background-size: 10px !important;
}

.filter-option-dd.is-active > span {
  background-color: #EAEAEA !important;
  color: #000 !important;
}

.filter-option-dd > span {
  justify-content: space-between !important;
  align-items: center;
  padding-left: 12px;
  border-bottom: solid 1px #e3e3e3;
}

.filter-option-dd:last-child span {
  border-bottom: none !important;
}

.filter-option-sub-dd {
  display: none;
}

.filter-option-sub-dd li.is-active {
  background: var(--color-primary);
}

.filter-option-sub-dd li.is-active span {
  color: #fff !important;
}

#property-map .map-info-panel .property-card-price {
  margin: 32px 0px;
}

@media (max-width: 768px) {
  .filter .filter-selected {
    border-bottom: solid 1px #e8e8e8;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .filter .filter-selected--text {
    text-align: right;
  }
  .filter-options {
    border: none;
  }
  .filter-range-option {
    height: 65px;
  }
  .filter--range-btn--minus {
    justify-content: start;
    padding-left: 20px;
  }
  .filter--range-btn--plus {
    justify-content: end;
    padding-right: 20px;
  }
  .filter-options ul li span {
    height: 65px;
  }
}
@media (max-width: 767px) {
  .properties-header-text-and-locations {
    display: flex;
    width: calc(100% - 80px);
  }
  .add-location-btn {
    width: 150px;
    padding: 9px 9px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .properties-header-text-and-locations {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
/* FILTERS MOBILE
==============================*/
.mobile-filter-menu {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 25;
  top: 55px;
  overflow: scroll;
  padding-bottom: 125px;
}

.mobile-filter-padding {
  padding: 24px 20px;
}

.mobile-filters-search-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.mobile-filters-search-btn .svg-arrow-right {
  fill: #fff;
}

/* Property Single */
.property-single-header .hdln-1 {
  margin: 0px 0px 16px 0px;
}

@media (max-width: 768px) {
  .property-single-header {
    margin-top: 38px;
    padding-bottom: 16px !important;
  }
  .property-single-header .hdln-1 {
    margin: 0px;
  }
  .property-single-video-tour-button {
    margin-top: 16px;
  }
}
.property-single-price {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--font-brand);
  margin-bottom: 12px !important;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .property-single-price {
    margin-bottom: 0px !important;
  }
}
.price-label {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-brand);
  margin-left: 4px;
  color: var(--color-primary);
}

.property-single-extra {
  font-size: 14px;
  color: var(--color-grey-dark);
  margin: 0px;
  margin-top: 0px;
}

.play-icon {
  background: var(--color-primary);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.property-single-video embed {
  width: 100%;
}

.property-single-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 32px;
}

.property-single-video > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Optional: Style for the embed or iframe */
.property-single-video embed,
.property-single-video iframe {
  width: 100%;
  height: 100%;
  border: none; /* Remove iframe border if needed */
}

.property-gallery--grid {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.property-gallery--grid img {
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

.property-gallery--grid img:first-child {
  padding-right: 10px;
}

.property-gallery--grid img:nth-child(2),
.property-gallery--grid img:nth-child(3) {
  height: 50%;
}

.property-gallery--grid--right {
  display: flex;
  flex-direction: column;
}

.property-gallery--grid--right a:nth-child(1) img {
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .property-single-price {
    margin-top: 0px;
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .property-gallery .tag {
    right: 10px;
  }
}
#property-gallery-main-img {
  display: flex;
  height: 100%;
  /* aspect-ratio: 3 / 2; */
  /* height: auto; */
}

#property-gallery-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
}

.download-icon {
  padding: 3px;
}

.enquiry-contact-box {
  margin-bottom: 48px;
}

.enquiry-contact-box.is-stacked {
  margin-bottom: 8px;
}

.enquiry-contact-box img {
  width: 160px;
  height: 190px;
  object-fit: cover;
  margin-right: 16px;
}

.property-single-map {
  width: 100%;
  height: 400px;
  margin-top: 38px;
  margin-bottom: 24px;
}

#similar-properties {
  margin: 0px -30px;
}

#shuffle {
  height: 48px;
  font-size: 16px;
  font-family: var(--font-display);
  background: #fff;
  border-radius: 25px;
  border: solid 1px #E3E3E3;
  width: 112px;
  color: var(--color-primary);
  cursor: pointer;
  position: relative;
  z-index: 99 !important;
  pointer-events: auto !important;
}

.key-features {
  background: var(--color-supporting);
  margin-bottom: 50px;
  padding: 28px 35px 35px 35px;
}

.key-features h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #9c9c9c;
  font-family: var(--font-brand);
}

.key-features ul {
  margin-top: 0px;
  padding-left: 0px;
  padding-left: 17px;
  list-style: disc;
  list-style-position: outside;
}

.key-features ul li {
  font-family: var(--font-display);
  font-size: 16px;
  margin-bottom: 8px;
}

.material-information {
  margin-bottom: 50px;
}

.material-information strong {
  font-weight: 600 !important;
}

.post-card img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .post-card {
    max-width: 480px;
  }
}
@media (min-width: 1920px) {
  .post-card img {
    height: 343px;
  }
}
.area-guide-card p {
  font-size: 20px;
  max-width: 500px;
}

.area-guide-card img {
  display: block;
  width: 100%;
  aspect-ratio: 15/10;
  object-fit: cover;
}

.area-guides-content {
  margin-bottom: 40px !important;
}

.area-guides-content h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .area-guides-content {
    margin-bottom: 80px !important;
  }
}
/* Banner Ad */
.banner-ad {
  background: var(--color-supporting);
  flex-wrap: nowrap;
}

.banner-ad .c23-btn .flex {
  flex-wrap: nowrap;
  height: 100%;
}

.banner-ad--text {
  padding: 32px;
}

.banner-ad--text p {
  margin: 0px;
  font-size: 22px;
}

.banner-ad--text p strong {
  color: #E4002B;
}

@media (min-width: 992px) {
  .banner-ad--text p {
    font-size: 32px;
  }
}
.area-todo {
  width: 100%;
  /* max-width: 500px; */
  background: #F7F4ED;
  padding: 24px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.area-todo .blog-tag {
  background: var(--color-dark);
  color: #fff;
}

.area-todo-image {
  position: relative;
}

.area-todo img {
  margin-bottom: 32px;
  height: 240px;
  width: 100%;
  object-fit: cover;
}

.area-todo-title {
  font-size: 32px;
  margin: 0px;
}

@media (min-width: 992px) {
  .area-todo {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .area-todo {
    padding: 32px;
  }
}
.area-guide-intro {
  text-align: center;
  font-size: 22px;
  font-family: var(--font-brand);
  line-height: 1.6em;
  margin: 0px;
}

.area-location {
  padding: 0px 20px;
}

.area-location img {
  /* max-width: 600px; */
  width: 100%;
  height: 410px;
  object-fit: cover;
}

.wp-block-embed-youtube .wp-element-caption {
  font-size: 14px;
  color: var(--color-primary);
  text-transform: uppercase;
  font-family: var(--font-display);
}

.area-quote .full-img {
  height: 173px;
  width: 100%;
  object-fit: cover;
  display: block;
}

.area-quote .c23-block-quote {
  z-index: 7;
  position: relative;
  width: 100%;
  margin: 0px auto 0px auto;
  max-width: 1100px;
}

@media (min-width: 769px) {
  .area-quote .full-img {
    height: 470px;
  }
  .area-quote .c23-block-quote {
    width: 90%;
    margin: -220px auto 0px auto;
  }
}
.area-single-area-slider {
  /* margin-top: -120px; */
  background: var(--color-supporting);
}

.single-area .c23-areas {
  /* padding: 48px 0px 118px 0px; */
  padding: 48px 0px 5px 0px;
}

@media (min-width: 992px) {
  .single-area .c23-areas {
    /* padding: 96px 0px 156px 0px; */
    padding: 96px 0px 5px 0px;
  }
}
.pagination .nav-links {
  height: 52px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: solid 1px #E3E3E3;
  border-bottom: solid 1px #E3E3E3;
}

.page-numbers {
  font-family: var(--font-display);
  width: 114px;
  font-size: 16px;
  text-transform: uppercase;
  color: #E1CACF;
  text-align: center;
  border-left: solid 1px #E3E3E3;
  height: 100%;
  line-height: 50px;
}

.page-numbers:visited,
.page-numbers:hover {
  color: #E1CACF;
}

.page-numbers.current,
.page-numbers.next,
.page-numbers.prev {
  color: var(--color-primary);
}

.page-numbers span {
  color: var(--color-primary);
}

.page-numbers .icon {
  display: none;
}

@media (max-width: 767px) {
  .page-numbers span {
    display: none;
  }
  .page-numbers .icon {
    color: var(--color-primary);
    display: inline-block !important;
  }
}
.location-edit-h1 {
  margin: 0px;
}

@media (min-width: 768px) {
  .location-edit-h1 {
    margin: 0px;
  }
}
.location-edit-overlay {
  display: none;
  background: #fff;
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100%;
  left: 0px;
  z-index: 14;
}

.location-edit-overlay.is-active {
  display: inline-block;
}

#edit-location-search-container {
  margin-top: 48px;
}

@media (max-width: 767px) {
  #edit-location-search-container {
    margin-top: 16px;
  }
}
#location-edit-input {
  font-weight: 100;
  font-size: 48px;
  background: #fff;
  padding: 0px;
}

#location-edit-input::placeholder {
  color: #E8E8E8;
}

@media (max-width: 767px) {
  #location-edit-input {
    font-size: 28px;
    padding: 0px 0px 28px 0px;
  }
}
.location-edit-overlay .properties-header {
  border-bottom: solid 1px #E3E3E3;
}

.edit-location-list {
  background: #fff;
  top: 0px !important;
  margin: 0px;
  padding: 0px;
}

.edit-location-list li,
.edit-location-default-btn {
  font-weight: 100;
  font-size: 48px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .edit-location-list li {
    font-size: 26px;
    padding-bottom: 12px;
  }
}
.edit-location-list li .ui-menu-item-wrapper {
  color: #E8E8E8;
}

.edit-location-list li strong {
  color: #000;
}

.reviews-heading {
  margin-top: 70px;
}

.reviews-heading > p {
  color: red;
}

.reviews-heading .c23-btn {
  width: 100%;
}

.reviews-heading h1 {
  font-size: 32px;
  line-height: 1.3em;
  font-family: var(--font-brand);
  font-weight: 300;
}

@media (min-width: 768px) {
  .reviews-heading h1 {
    font-size: 48px;
    line-height: 58px;
    margin-top: 15px;
  }
}
.review-sub-heading {
  margin-bottom: 16px !important;
}

.page-review .testimonial-icon {
  color: #E4002B;
}

.page-review .testimonial {
  background: #F7F4ED;
  padding: 40px;
}

.page-template-page-properties .is-loading {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 18;
  background: rgba(255, 255, 255, 0.8392156863);
}

.property-results-map {
  height: 650px;
  width: 100%;
  margin-top: 32px;
}

#property-grid-rows {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .property-results-map {
    height: 800px;
  }
  #property-grid-rows {
    margin-top: 80px;
  }
}
#feedback {
  font-size: 1.4em;
}

#selectable .ui-selecting {
  background: #FECA40;
}

#selectable .ui-selected {
  background: #F39814;
  color: white;
}

#selectable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 60%;
}

#selectable li {
  margin: 3px;
  padding: 0.4em;
  font-size: 1.4em;
  height: 18px;
}

.filter-options .ui-accordion {
  font-family: var(--font-display);
  text-transform: uppercase;
}

.filter-options .ui-accordion-header {
  cursor: pointer;
  border-bottom: solid 1px #E3E3E3;
  background: #fff;
}

.filter-options .ui-accordion-header:hover,
.filter-options .ui-accordion-header.ui-state-active {
  background: #EAEAEA;
}

.filter-options .ui-accordion-content {
  height: auto !important;
}

.no-results {
  font-size: 32px;
  margin-top: 80px;
  padding: 0px 24px;
}

.slick-initialized {
  overflow: hidden;
}

[data-aos] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

body[data-aos-easing=c23-easing] [data-aos],
[data-aos][data-aos-easing=c23-easing] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.enquiry-form-wrapper {
  position: relative;
}

@media (min-width: 769px) {
  .the-property-col.is-fixed {
    position: fixed;
    top: 120px;
  }
  .the-property-col.is-unfixed {
    position: absolute;
    bottom: 30px;
    top: auto;
    left: 0px !important;
  }
}
.branch-card {
  margin-bottom: 48px;
}

.branch-card img {
  aspect-ratio: 16/11;
  object-fit: cover;
}

.branch-card__body {
  border: solid 1px #e3e3e3;
}

#property-map-property-close,
.map-panel-close {
  position: absolute;
  top: 18px;
  right: 24px;
  background: url(../img/cross.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  cursor: pointer;
  z-index: 10;
}

.blog-loader {
  width: 100%;
  height: 200px;
}

#posts-container {
  justify-content: flex-start;
}

.page-template-page-valuation .c23-hero {
  height: 440px;
  min-height: auto !important;
  position: relative;
}

.page-template-page-valuation .c23-hero h1 {
  margin-bottom: 0px;
}

.page-template-page-valuation .c23-hero-overlay {
  height: 390px;
}

@media (max-width: 768px) {
  .page-template-page-valuation .c23-hero {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-template-page-valuation .c23-hero-mobile-logo {
    display: none;
  }
}
@media (min-width: 769px) {
  .page-template-page-valuation .c23-hero {
    height: 560px;
  }
  .page-template-page-valuation .c23-hero-overlay {
    height: 560px;
  }
}
.mega-search-locations-list {
  /* margin-top: 30px; */
  display: flex;
}

.msll-location {
  font-family: "Inter";
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 16px;
  letter-spacing: 0.06em;
  margin-right: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.msll-location span {
  color: var(--color-primary);
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 16px;
  margin-left: 8px;
  cursor: pointer;
  letter-spacing: 0.01em;
  font-weight: 600;
}

.msll-location svg {
  transform: rotate(45deg);
}

.msll-location:hover span {
  color: var(--color-primary-bright);
}

.msll-location:hover svg g,
.msll-location:hover svg line {
  stroke: var(--color-primary-bright) !important;
}

.results-page-locations {
  display: flex;
}

.results-page-locations .locations-list {
  display: flex;
}

@media (max-width: 767px) {
  .results-page-locations {
    flex-direction: column-reverse;
    /* width: 50%; */
  }
  .results-page-locations .locations-list {
    flex-wrap: wrap;
  }
}
.rpl-location {
  margin: 0px;
  font-family: var(--font-display);
  color: var(--color-primary);
  font-size: 14px;
  text-align: center;
  border: solid 1px #E3E3E3;
  text-transform: uppercase;
  padding: 12px 16px;
  margin-left: 16px;
  display: flex;
  align-items: center;
}

.rpl-location span {
  background: url("../img/close-primary.png");
  width: 8px;
  height: 8px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 10px;
}

.rpl-location:first-child {
  margin-left: 0px;
}

@media (max-width: 767px) {
  .rpl-location {
    padding: 8px 10px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 16px;
  }
}
.action-btn {
  margin-left: 16px;
  background: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  padding: 12px 16px;
  font-family: var(--font-display);
  font-size: 14px;
  cursor: pointer;
}

.action-btn--light {
  background: #fff;
  color: var(--color-primary);
  border: solid 1px #e3e3e3;
}

@media (max-width: 767px) {
  .action-btn {
    margin-left: 0px !important;
    padding: 8px 10px;
  }
}
.square-video-container {
  width: 100%; /* Make the container fill its parent */
  /* padding-top: 100%;  */
  position: relative;
  overflow: hidden; /* Hide any content that may overflow */
  margin-bottom: 20px;
  /* aspect-ratio: 1 / 1; */
  aspect-ratio: 16/9;
}

video.square-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
}

iframe.square-video {
  /* position: absolute;
  top: 50%;
  left: 50%;


  width: 177.78%;
  height: 100%;

  transform: translate(-50%, -50%); */
  width: 100%;
  height: 100%;
}

.home-header.is-sticky {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3215686275);
  background: #fff;
}

.home-header.is-sticky .page-header {
  padding: 40px 0px 40px 0px;
}

@media (max-width: 767px) {
  .home-header.is-sticky .page-header {
    padding: 70px 0px 10px 0px;
  }
}
.home-header.is-sticky .page-header p {
  display: none;
}

.home-header.is-sticky .page-header h1 {
  font-size: 45px;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .home-header.is-sticky .page-header h1 {
    font-size: 30px;
  }
}
.home-header.is-sticky .section-spacing-sm-bottom {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .home-header.is-sticky .section-spacing-sm-bottom {
    padding-bottom: 20px;
  }
}
.team-content {
  max-width: 1055px;
  margin: -18px auto 75px auto;
}

.team-member-list {
  justify-content: flex-start;
  padding: 0px 10px;
}

.team-member-card {
  width: calc(50% - 20px);
  margin: 0px 10px 30px 10px;
  text-align: left;
  transition: cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}

.team-member-card:hover {
  transform: translate(0px, -10px);
}

.team-member-card:hover h5 {
  color: var(--color-primary-bright);
}

@media (min-width: 576px) {
  .team-member-card {
    width: calc(33.333% - 50px);
    margin: 0px 25px 50px 25px;
  }
  .team-member-list {
    padding: 0px;
  }
}
@media (min-width: 768px) {
  .team-member-card {
    width: calc(25% - 50px);
    margin: 0px 25px 50px 25px;
  }
}
@media (min-width: 1280px) {
  .team-member-card {
    /* width: calc(20% - 80px);
    margin-bottom: 40px;
    margin: 0px 40px 50px 40px; */
    width: calc(20% - 60px);
    margin: 0px 30px 50px 30px;
  }
  .grid-team-members .team-member-card {
    width: auto !important;
    max-width: calc(20% - 20px) !important;
  }
}
/* Image styles */
.team-member-card img {
  width: 100%; /* Full width of the container */
  height: auto; /* Maintain aspect ratio */
  aspect-ratio: 10/13;
  object-fit: cover;
  margin-bottom: 10px;
}

.team-member-card h5 {
  font-size: 24px;
  color: var(--color-primary);
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 100;
  transition: cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}

.team-member-card p {
  font-size: 14px;
  color: #999;
  margin-top: 0px;
}

/* Team Member Page */
.page-team-member {
  padding-top: 78px;
}

.team-member-profile {
  text-align: center;
  margin: 0px auto 43px auto;
}

@media (min-width: 768px) {
  .team-member-profile {
    text-align: center;
    margin: 80px auto 80px auto;
  }
}
.team-member-profile p {
  margin-bottom: 0px;
}

.team-member-profile img {
  width: 260px;
  height: 260px;
  margin: 30px auto 30px auto;
  border-radius: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}

.team-member-profile-name {
  margin: 0px 0px 10px 0px !important;
}

.team-member-profile-role {
  font-size: 18px;
  color: #979797;
  font-weight: 400;
  margin-top: 0px;
  font-family: "Tiempos";
}

.team-member-content {
  max-width: 820px;
  margin: 0px auto;
}

.team-member-content h2 {
  font-size: 32px;
  font-family: "Tiempos";
}

.team-member-branch-btn {
  margin: 40px 0px;
  /* text-align: center; */
}

@media (min-width: 768px) {
  .team-member-branch-btn {
    margin: 80px 0px;
  }
}
.team-member-testimonial {
  background: var(--color-primary-lighter);
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .team-member-testimonial {
    margin-bottom: 110px;
  }
}
.team-member-testimonial-inner {
  max-width: 660px;
  margin: 0px auto;
  padding: 28px 32px;
}

@media (min-width: 992px) {
  .team-member-testimonial-inner {
    padding: 65px 48px;
  }
}
.team-member-testimonial .testimonial {
  margin-bottom: 0px;
}

.team-member-testimonial .testimonial-quote {
  font-size: 28px;
}

/* aspect ratios */
.ar-property-page-image {
  aspect-ratio: 16/11;
}

/* interstitials */
.interstitial {
  margin-bottom: 50px;
  display: flex;
  cursor: pointer;
}

.interstitial img {
  display: none;
  object-fit: cover;
  aspect-ratio: 1.8/1;
  /* max-height: 194px; */
}

.interstitial .interstitial-content {
  width: 100%;
  padding: 28px 60px 28px 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.interstitial .interstitial-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45px;
  height: 100%;
  transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.interstitial .interstitial-content:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M16.172,11.193,10.808,5.676l1.414-1.455,7.778,8-7.778,8-1.414-1.455,5.364-5.517H4V11.193Z' transform='translate(-4 -4.222)' fill='%2300263e'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain; /* Adjust based on your layout */
  width: 16px; /* or desired width */
  height: 16px; /* or desired height */
  display: block;
  position: absolute;
  top: 0px;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.interstitial:hover .interstitial-content:before {
  width: 100%;
}

.interstitial p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  position: relative;
  transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.interstitial h2,
.interstitial h3,
.interstitial h4 {
  font-family: "Tiempos";
  color: #fff;
  font-size: 28px;
  /* max-width: 552px; */
  margin: 0px;
  position: relative;
  transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  line-height: 1.1em;
}

@media (min-width: 768px) {
  .interstitial img {
    display: block;
    width: 40%;
    max-width: 345px;
  }
  .interstitial-content p:last-child {
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .interstitial .interstitial-content {
    /* padding: 50px 60px 50px 60px; */
    padding: 24px 60px 24px 42px;
  }
  .interstitial h2,
  .interstitial h3,
  .interstitial h4 {
    /* font-size: 48px; */
    font-size: 42px;
  }
}
@media (min-width: 1400px) {
  .interstitial img {
    max-width: 375px;
  }
}
.interstitial--red {
  background: var(--color-primary);
}

.interstitial--red h2,
.interstitial--red h3,
.interstitial--red h4,
.interstitial--red p {
  color: #fff;
}

.interstitial--red .interstitial-content:before {
  background: #D00020;
}

.interstitial--red .interstitial-content:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M16.172,11.193,10.808,5.676l1.414-1.455,7.778,8-7.778,8-1.414-1.455,5.364-5.517H4V11.193Z' transform='translate(-4 -4.222)' fill='%23F2E9DB'/%3E%3C/svg%3E");
}

.interstitial--cream {
  background: var(--color-supporting);
}

.interstitial--cream h2,
.interstitial--cream h3,
.interstitial--cream h4,
.interstitial--cream p {
  color: var(--color-primary);
}

.interstitial--cream .interstitial-content:before {
  background: #DED1BE;
}

.interstitial--cream .interstitial-content:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M16.172,11.193,10.808,5.676l1.414-1.455,7.778,8-7.778,8-1.414-1.455,5.364-5.517H4V11.193Z' transform='translate(-4 -4.222)' fill='%23720920'/%3E%3C/svg%3E");
}

.interstitial--prime {
  background: var(--color-prime);
}

.interstitial--prime h2,
.interstitial--prime h3,
.interstitial--prime h4,
.interstitial--prime p {
  color: var(--color-prime-accent);
}

.interstitial--prime .interstitial-content:before {
  background: var(--color-prime-accent);
  line-height: 1.1em;
}

.interstitial--prime .interstitial-content:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M16.172,11.193,10.808,5.676l1.414-1.455,7.778,8-7.778,8-1.414-1.455,5.364-5.517H4V11.193Z' transform='translate(-4 -4.222)' fill='%2300263e'/%3E%3C/svg%3E");
}

.interstitial--prime:hover h2,
.interstitial--prime:hover h3,
.interstitial--prime:hover h4,
.interstitial--prime:hover p {
  color: var(--color-prime);
}

.interstitial--right {
  flex-direction: row-reverse;
}

.interstitial--right .interstitial-content {
  padding: 28px 22px 28px 60px;
}

.interstitial--right .interstitial-content:before {
  left: 0px;
  right: auto;
}

.interstitial--right .interstitial-content:after {
  left: 14px;
  right: auto;
}

@media (min-width: 1024px) {
  .interstitial--right .interstitial-content {
    padding: 50px 40px 50px 60px;
  }
}
.branch-template-default .interstitial img,
.page-template-page-property .interstitial img {
  max-height: 194px;
}

.page-template-page-properties .interstitial {
  width: 90%;
  margin-left: 5%;
  margin-top: -30px;
}

.page-template-page-developments .page-header {
  border-bottom: solid 1px #d8d8d8;
}

.page-template-page-developments .blog-post--hero img {
  object-position: top;
}

.hover-lift {
  transition: cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}

.hover-lift:hover {
  transform: translate(0px, -10px);
}

.c-map-card-image img {
  margin-top: 10px;
  display: block;
  aspect-ratio: 10/7;
  width: 100%;
  object-fit: cover;
}

.c-map-card-image {
  position: relative;
}

.c-map-card + .c23-btn {
  background: #F7EAEC;
  color: var(--color-primary);
  border: none;
  /* margin-top: 16px; */
}

.c-map-grid-rows .c-map-card-image img {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}

.dev-price-from {
  margin-bottom: 0px;
  margin-top: 28px;
}

.c-map-card-location {
  line-height: 1em;
}

.c-map-card-tag {
  margin-bottom: 4px;
}

.c-map-card-price {
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
  text-align: right;
}

#c-map-panel img {
  height: auto;
  width: 100%;
  display: none;
}

@media (min-width: 768px) {
  #c-map-panel {
    width: 50%;
    max-width: 350px;
  }
  #c-map-panel img {
    display: block;
  }
}
@media (min-width: 1200px) {
  #c-map-panel {
    max-width: 500px;
  }
}
.development-contact {
  background: #faf6ef;
  width: 100%;
  margin: 0px auto 32px auto;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.development-contact p {
  margin: 0px;
}

@media (min-width: 1200px) {
  .development-contact {
    width: 80%;
    margin: 0px auto 90px auto;
  }
}
.development-contact img {
  height: auto;
  width: 40%;
  object-fit: cover;
}

.single-developments .back-btn {
  position: absolute;
  background: #f9ecec;
  color: var(--color-primary);
  width: 135px;
  height: 60px;
  top: -32px;
  left: 0px;
}

.single-developments .back-btn svg {
  transform: rotate(180deg);
  margin-right: 12px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .developments-template-default .c23-hero-overlay {
    height: 100%;
  }
  .single-developments-header {
    padding-top: 38px;
  }
  .single-developments .back-btn {
    width: 100px;
    height: 40px;
    font-size: 12px;
    top: -70px;
  }
  .single-developments .back-btn svg {
    width: 11px;
  }
}
.single-developments form .c23-btn {
  width: 100%;
}

@media (min-width: 768px) {
  .single-developments .back-btn {
    top: -80px;
  }
  .development-contact img {
    aspect-ratio: 0.8/1;
    height: 210px;
    width: auto;
  }
}
.development-content {
  font-family: var(--font-display);
  /* max-width: 830px; */
}

.development-contact .c23-btn--top {
  margin-top: auto;
  margin-bottom: 10px;
}

.development-content h2 {
  font-family: var(--font-brand);
  font-size: 32px;
}

@media (min-width: 768px) {
  /* .development-content {
      margin-top: -42px;
  } */
  /* .development-contact-inner {
      flex-wrap: nowrap;
      padding: 30px;
  }
  .development-contact .c23-btn--top {
      margin-top: 0px;
  } */
}
@media (max-width: 767px) {
  .development-content .c23-btn {
    padding: 15px 15px;
  }
}
.single-development-map {
  background: antiquewhite;
  width: 100%;
  height: 610px;
  margin-bottom: 32px;
}

/* 1440px */
.grid-team .divider {
  position: relative;
}

.grid-team .divider::before {
  content: "";
  position: absolute;
  top: 50%; /* Center the line vertically */
  left: 0;
  width: 100%;
  height: 1px; /* Line thickness */
  background-color: #e3e3e3; /* Line color */
  transform: translateY(-50%); /* Perfect vertical centering */
}

.grid-team .team-member {
  margin-bottom: 0px;
}

.grid-team-members .team-member-card {
  margin: 0px;
  width: 50%;
  max-width: calc(50% - 10px);
}

.grid-team-members .team-member-card h5 {
  color: var(--color-prime);
}

@media (min-width: 768px) {
  .grid-team .c23-btn {
    padding: 24px 24px;
  }
  .grid-team-members .team-member-card {
    width: 250px;
    max-width: calc(33% - 20px);
  }
}
.property-featured--prime img {
  margin-bottom: 20px;
}

.prime-featured-secondary-images {
  display: none;
}

.prime-featured-secondary-images img {
  height: auto;
  width: calc(50% - 10px);
}

@media (min-width: 992px) {
  .prime-featured-img-primary img {
    margin-bottom: 20px;
  }
  .prime-featured-secondary-images img {
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .prime-featured-img-primary {
    width: 60%;
  }
  .property-featured--prime img {
    margin-bottom: 0px;
    height: 100%;
  }
  .prime-featured-secondary-images {
    width: 40%;
    display: flex;
    flex-direction: column;
  }
  .prime-featured-secondary-images img {
    height: calc(50% - 10px) !important;
    width: 100%;
  }
  .prime-featured-img-primary {
    padding-right: 20px;
  }
}
.banner404 {
  padding: 140px 0px 69px 0px !important;
  background: #fff !important;
}

.error404 .banner404 h1,
.error404 .banner404 p,
.error404 .banner404 a {
  color: var(--color-dark) !important;
}

.error404 .banner404 p.sub-heading {
  font-family: var(--font-display);
}

@media (min-width: 768px) {
  .page-template-page-register .page-header {
    padding: 158px 0px 40px 0px;
  }
}
/* Animations */
.bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: rotate(90deg) translateX(0);
  }
  40% {
    -webkit-transform: rotate(90deg) translateX(-30px);
  }
  60% {
    -webkit-transform: rotate(90deg) translateX(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: rotate(90deg) translateX(0);
  }
  40% {
    -moz-transform: rotate(90deg) translateY(-30px);
  }
  60% {
    -moz-transform: rotate(90deg) translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: rotate(90deg) translateX(0);
  }
  40% {
    -o-transform: rotate(90deg) translateX(-30px);
  }
  60% {
    -o-transform: rotate(90deg) translateX(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: rotate(90deg) translateX(0);
  }
  40% {
    transform: rotate(90deg) translateX(-30px);
  }
  60% {
    transform: rotate(90deg) translateX(-15px);
  }
}
.tabs-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px var(--color-grey);
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

/* For WebKit-based browsers (Chrome, Safari) */
.tabs-nav::-webkit-scrollbar {
  display: none;
}

.tabs-nav .hdln-3 {
  /* margin-right: 10px; */
  margin-right: 22px;
  border-bottom: none;
  color: #efefef;
  line-height: inherit;
  line-height: 1.15em;
}

.tab-item {
  cursor: pointer;
}

.tab-item.active .hdln-3 {
  color: var(--color-dark);
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-dir-row {
  flex-direction: row;
}

@media (min-width: 768px) {
  .flex-column-md {
    flex-direction: column;
  }
  .flex-column-reverse-md {
    flex-direction: column-reverse;
  }
  .flex-dir-row-md {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .brochure-container.is-fixed {
    position: fixed;
    top: 52px;
    left: 0;
    right: 0;
    z-index: 90;
    background: var(--color-supporting);
    padding: 12px 0px;
  }
}
.hide-mobile {
  display: none;
}

@media (min-width: 768px) {
  .hide-mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}
.show-md {
  display: none;
}

.show-lg {
  display: none;
}

@media (min-width: 768px) {
  .show-md {
    display: block;
  }
  .hide-md {
    display: none;
  }
}
@media (min-width: 992px) {
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
}
.valuation-button {
  position: fixed;
  bottom: -55px;
  left: auto;
  right: 5%;
  z-index: 1000;
  border: solid 1px var(--color-primary);
  border-bottom: none;
  background: rgba(251, 244, 245, 0.7);
  display: inline-block;
  width: 180px;
  padding: 16px 0px;
  text-align: center;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
}

.valuation-button.is-visible {
  bottom: 0px;
}

.valuation-button::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: var(--color-primary);
  height: 100%;
  width: 0%;
  transition: width 400ms var(--curchods-transition), opacity 400ms;
  opacity: 0;
  z-index: -1;
}

.valuation-button:hover {
  color: #fff;
}

.valuation-button:hover::after {
  width: 100%;
  opacity: 1;
}

@media (min-width: 768px) {
  .valuation-button {
    right: 48px;
  }
}
/* Block Builder */
#article_content {
  background: #fff;
}

.full_width {
  width: 100%;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters .col,
.no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.flex {
  display: flex;
}

.flex.f_centered {
  justify-content: center;
  align-items: center;
}

.flex.f_column {
  flex-direction: column;
}

.double_image .left {
  padding-right: 7px;
}

.double_image .right {
  padding-left: 7px;
}

.left_feature_text_wrap span {
  padding: 0 15px;
}

.left_feature_text_wrap span p {
  margin: 0;
}

.simple_heading h2,
.overlapped h2 {
  font-family: var(--font-brand);
  margin: 0;
  font-size: 40px;
  text-transform: none;
}

.small_heading h2 {
  font-family: var(--font-display);
  margin: 0;
  font-size: 24px;
  text-transform: none;
}

.small_heading hr {
  border-top: 2px solid;
  width: 108%;
  margin-top: 15px;
}

.overlapped {
  z-index: 1;
  position: relative;
}

.overlapped h2,
.overlapped p {
  text-align: center;
}

.b_builder_row img.aligncenter {
  display: block;
  margin: auto;
}

.b_builder_row img.alignright {
  display: block;
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 1023px) {
  .b_builder_row {
    padding: 25px 0 !important;
  }
  #article_content {
    padding: 0 32px;
  }
  /* #article_content p,
  .left_feature_text_wrap,
  .simple_heading h2,
  .small_heading {
      padding: 0 15px;
  } */
  .double_image .left,
  .double_image .right {
    padding: 0;
  }
}
.jumbo {
  text-align: center;
  padding: 64px 0px;
  background: var(--color-supporting);
  height: 100vh;
  align-items: center;
  display: flex;
}

.jumbo-short {
  height: auto;
}

.jumbo p {
  font-size: 20px;
  font-weight: 300 !important;
  max-width: 736px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .jumbo p {
    font-size: 24px;
  }
}
.jumbo .btn {
  margin-top: 48px;
}

@media (min-width: 768px) {
  .jumbo {
    padding: 96px 0px;
  }
}
@media (min-width: 1024px) {
  .jumbo {
    padding: 128px 0px;
  }
}
.get_in_touch {
  background: #fbf4f5;
  margin-top: 80px;
  padding: 80px 0px;
}

.single-job-heading {
  text-align: center;
  margin: 80px auto 80px auto;
}

.single-job-details {
  background: #fbf4f5;
  padding: 40px;
}

.single-job-details-item h3 {
  border-bottom: none;
  margin-top: 0px;
  margin-bottom: 8px;
  padding-bottom: 0px;
}

.single-job-details-item {
  margin-bottom: 20px;
}

.single-job-details-content {
  line-height: 1.5em;
}

.single-job-content {
  margin-top: -16px;
}

.page-job-content ul,
.single-job-content ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 20px;
}

.page-job-content ul li {
  font-size: 18px;
  line-height: 1.5em;
}

.page-template-page-jobs h1,
.page-template-page-jobs h2 {
  font-family: var(--font-brand);
  font-weight: 200 !important;
  font-size: 42px;
}

.rotate-180 {
  transform: rotate(180deg);
  margin-right: 8px;
}

.rotate-90 {
  transform: rotate(90deg);
}

@media (max-width: 575px) {
  #prop-contact-sticky .c23-btn {
    padding: 15px 10px;
  }
}
.page-template-page-schools #map_schools {
  height: calc(100vh - 80px) !important;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.locrating-map {
  width: 100%;
  aspect-ratio: 16/9;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

/* CONNOR */
.single-area .wp-block-embed iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

.area-guide-intro {
  font-family: "Inter";
}

.branch-team-members .slick-next {
  right: -50px;
}

.branch-team-members .slick-prev {
  left: -50px;
}

.branch-team-members .slick-next:before,
.branch-team-members .slick-prev:before {
  content: "";
}

@media (min-width: 769px) {
  .page-nav ul li {
    padding: 0px 28px 15px 0px;
  }
}
.propsticky {
  position: fixed;
  top: 25px;
}

.media-appearance-item {
  width: 50%;
  padding-right: 16px;
  max-width: 230px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .media-appearance-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1024px) {
  .media-appearance-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .media-appearance-item {
    width: 20%;
  }
}
/* Cookie Yes */
.cky-consent-container .cky-notice .cky-title,
.cky-preference-header .cky-preference-title,
.cky-accordion-btn {
  font-family: var(--font-brand) !important;
  font-weight: 500 !important;
  font-size: 22px !important;
}

.cky-consent-container .cky-notice-des {
  font-family: var(--font-display) !important;
}

.cky-consent-container .cky-btn {
  letter-spacing: 0.03em;
}

.cky-cookie-des-table div {
  font-size: 14px !important;
}

.hero-full {
  height: 75vh;
  min-height: 580px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 68px;
}

.hero-full.is-full-height {
  height: 100vh;
}

.hero-full img {
  width: 100%;
  height: 75vh;
  min-height: 580px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.hero-full.is-full-height img {
  height: 100vh;
}

.hero-full .hero-full-overlay {
  position: absolute;
  width: 100%;
  height: 75vh;
  min-height: 580px;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.hero-full.is-full-height .hero-full-overlay {
  height: 100%;
}

.hero-full .hero-full-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(25, 25, 25, 0.9) 0%, rgba(25, 25, 25, 0) 50%, rgba(25, 25, 25, 0) 75%, rgba(25, 25, 25, 0.8) 100%);
}

.hero-full-nav {
  background: rgba(151, 27, 47, 0.7);
  text-align: left;
  height: 68px;
  margin-top: 2rem;
  padding: 8px 20px;
}

.hero-full-nav .c23-btn {
  width: auto;
  border: none;
  background: var(--color-primary);
}

.hero-full-nav .c23-btn:after {
  background: #D00020;
}

@media screen and (max-width: 768px) {
  .hero-full-nav {
    height: auto;
    flex-wrap: wrap;
    text-align: center;
  }
  .hero-full-nav .c23-btn {
    width: 240px;
    font-size: 14px !important;
    padding: 20px 16px !important;
    line-height: 1.5em;
  }
  .hero-full-nav .c23-btn span {
    line-height: 1.5em;
  }
}
.hero-full-nav svg {
  margin-right: 12px;
  fill: #fff;
}

.hero-full-nav .c23-btn span {
  color: #fff;
}

/* Developers */
.developer-logo {
  width: 400px !important;
  margin: 0px auto;
  display: block;
}

@media (min-width: 768px) {
  .developer-logo {
    width: 100% !important;
  }
}
.developer-link .c23-btn:after {
  background: #D00020;
}

/* .developer-logos img {
    height: 140px;
    object-fit: contain;
    margin: 0px auto;
} */
.logo-slider {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.developer-logos .slick-slide img {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  object-fit: contain;
  margin: 0px 1rem;
}

.development-video > div {
  aspect-ratio: 16/9;
}

.development-video embed {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1023px) {
  .page-template-page-land-new-homes .property-slider-controls + .c23-btn {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  /* .page-template-page-land-new-homes .property-slider-controls {
      margin-left: auto;
      margin-right: 24px;
      margin-bottom: 0px;
  }
  .page-template-page-land-new-homes .property-slider-controls+.c23-btn {
      margin-top: 0px;
  } */
}
.slick-slide {
  height: auto;
}

.simple-property-slider .property-slider-controls {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .simple-property-slider .property-slider-controls {
    margin-right: 24px;
    margin-bottom: 0px;
  }
}

.register-page-content p {
  font-size: 22px;
}

.register-page-content p:last-child {
  margin-bottom: 0px !important;
}

.slider-control-arrows {
  display: flex;
  align-items: center;
  gap: 24px;
}

.slider-control-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.slider-control-arrow:hover, .slider-control-arrow:focus {
  border-color: var(--color-primary);
  background: #fff;
  outline: none;
}

.slider-control-arrow--prev {
  transform: rotate(180deg);
}

.slider-header {
  border-bottom: solid 1px var(--color-grey);
}
.slider-header .hdln-3 {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .contact-details {
    width: 90%;
    margin: 32px auto 0;
  }
}
@media (min-width: 992px) {
  .contact-details {
    max-width: 480px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.contact-details address {
  font-style: normal;
  font-family: var(--font-brand);
  line-height: 1.3em;
}
@media (min-width: 768px) {
  .contact-details address {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .contact-details address {
    font-size: clamp(14px, 14px + 6 * (100vh - 660px) / 418, 20px);
  }
}
.contact-details .c23-btn {
  padding-top: clamp(16px, 16px + 8 * (100vh - 660px) / 418, 24px);
  padding-bottom: clamp(16px, 16px + 8 * (100vh - 660px) / 418, 24px);
  padding-left: clamp(24px, 24px + 8 * (100vh - 660px) / 418, 32px);
  padding-right: clamp(24px, 24px + 8 * (100vh - 660px) / 418, 32px);
  font-size: clamp(12px, 12px + 4 * (100vh - 660px) / 418, 16px);
}
@media (max-width: 991px) {
  .contact-details .c23-btn {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .contact-details .c23-btn--primary {
    margin-top: 24px !important;
  }
}

.contact-details-item {
  padding-top: clamp(4px, 4px + 6 * (100vh - 660px) / 418, 10px);
  padding-bottom: clamp(4px, 4px + 6 * (100vh - 660px) / 418, 10px);
}
@media (max-width: 991px) {
  .contact-details-item {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
  }
}

.contact-details-label {
  font-size: clamp(12px, 12px + 4 * (100vh - 660px) / 418, 16px);
}
@media (max-width: 991px) {
  .contact-details-label {
    font-size: 16px;
  }
}

.contact-details-value {
  font-size: clamp(14px, 14px + 6 * (100vh - 660px) / 418, 20px);
}
@media (max-width: 991px) {
  .contact-details-value {
    font-size: 16px;
  }
}

.branch-hero {
  position: relative;
  overflow: visible;
  isolation: isolate;
  padding-top: 80px;
  height: 288px;
  color: #fff;
}
@media (min-width: 991px) {
  .branch-hero {
    min-height: 100vh;
  }
}
@media (max-width: 991px) {
  .branch-hero {
    padding-top: 96px;
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .branch-hero {
    padding-top: 72px;
  }
}
.branch-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 31, 52, 0.38);
}
@media (min-width: 992px) {
  .branch-hero::before {
    width: 60%;
  }
}
.branch-hero .branch-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 992px) {
  .branch-hero .branch-hero-background {
    width: 60%;
    background-attachment: fixed;
  }
}
.branch-hero .branch-hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.branch-hero .c23-container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.branch-hero .branch-hero__inner {
  display: flex;
  align-items: stretch;
  height: 100%;
}
@media (max-width: 991px) {
  .branch-hero .branch-hero__inner {
    display: block;
    min-height: 0;
  }
}
.branch-hero .branch-hero__main {
  flex: 0 0 60%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 52px 72px 56px 0;
  color: #fff;
}
@media (min-width: 992px) {
  .branch-hero .branch-hero__main {
    height: calc(100vh - 80px);
  }
}
@media (max-width: 991px) {
  .branch-hero .branch-hero__main {
    padding: 16px 0;
  }
}
.branch-hero .branch-hero-content {
  position: relative;
  z-index: 1;
  max-width: 620px;
}
@media (max-width: 991px) {
  .branch-hero .branch-hero-content {
    display: none;
  }
}
.branch-hero .branch-hero-content > p:first-of-type {
  margin-top: 0;
}
.branch-hero .branch-hero-content p {
  font-size: 28px;
  font-family: var(--font-brand);
  letter-spacing: 0.03em;
  color: var(--color-light);
}
@media (max-width: 991px) {
  .branch-hero .branch-hero-contact-panel {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    min-height: 0;
    overflow-y: visible;
    margin-left: -5vw;
    margin-right: -5vw;
    padding: 40px 5vw 48px;
  }
  .branch-hero .branch-hero-contact-panel::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .branch-hero .branch-hero-contact-panel__inner {
    max-width: none;
  }
}

.branch-hero-contact-panel {
  background: #fff;
}
@media (min-width: 992px) {
  .branch-hero-contact-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    min-height: calc(100vh - 80px);
    overflow-y: auto;
    padding-top: 120px;
    padding-right: calc((100% - 736px) / 2);
    padding-bottom: 40px;
    padding-left: clamp(40px, 5%, 80px);
  }
  .branch-hero-contact-panel__inner {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .branch-hero-contact-panel {
    padding-right: calc((100% - 980px) / 2);
  }
}
@media (min-width: 1280px) {
  .branch-hero-contact-panel {
    padding-right: calc((100% - 1240px) / 2);
  }
}
@media (min-width: 1920px) {
  .branch-hero-contact-panel {
    padding-right: calc((100% - 1660px) / 2);
  }
}
.branch-hero-contact-panel .hdln-2 {
  font-size: clamp(32px, 32px + 16 * (100vh - 660px) / 418, 48px);
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .branch-hero-contact-panel .hdln-2 {
    font-size: 24px;
  }
}

.branch-section-ontop {
  z-index: 4;
  position: relative;
  background: #fff;
}

.opening-times {
  margin-top: clamp(16px, 16px + 8 * (100vh - 660px) / 418, 24px);
  margin-bottom: clamp(16px, 16px + 8 * (100vh - 660px) / 418, 24px);
  display: none;
}

.opening-times-toggle {
  appearance: none;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}
.opening-times-toggle .contact-details-label {
  margin-top: 8px;
}
.opening-times-toggle:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
}

.opening-times-toggle__icon {
  flex: 0 0 auto;
  margin-top: 6px;
  transition: transform 0.25s ease;
  transform: rotate(-90deg);
}

.opening-times-toggle.is-open .opening-times-toggle__icon {
  transform: rotate(0deg);
}

.single-branch .hdln-1 {
  font-size: clamp(32px, 32px + 32 * (100vw - 414px) / 1026, 64px);
  max-width: 80%;
}
@media (max-width: 991px) {
  .single-branch .hdln-1 {
    margin-top: auto;
  }
}
.single-branch .day_row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 4px;
  margin-bottom: 6px;
  font-weight: 300;
}
.single-branch .day_row.today {
  font-weight: 700;
}
.single-branch .day_row div {
  font-family: var(--font-display);
  font-size: clamp(12px, 12px + 4 * (100vh - 660px) / 418, 16px);
  white-space: nowrap;
}
@media (max-width: 991px) {
  .single-branch .day_row div {
    font-size: 16px;
  }
}
.single-branch .day_row .dots {
  width: 100%;
}
.single-branch .day_row .dash {
  margin: 0 2px;
}

@media (min-width: 992px) {
  .single-branch-image {
    padding-right: 100px;
  }
}

@media (max-width: 767px) {
  .branch-content.has-more .branch-content__read-more {
    display: inline-flex;
  }
}
.branch-content.is-expanded .branch-content__read-more {
  display: none;
}

@media (max-width: 767px) {
  .branch-content:not(.is-expanded) .branch-content__more {
    display: none;
  }
}

.branch-content__read-more {
  display: none;
  appearance: none;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.team-member {
  border: 1px solid #e3e3e3;
  padding: clamp(14px, 14px + 46 * (100vw - 414px) / 1026, 60px);
}
.team-member img {
  max-width: 200px;
  width: 40%;
}

.team-member-name {
  font-family: var(--font-brand);
  color: var(--color-primary);
  font-size: clamp(20px, 20px + 22 * (100vw - 414px) / 1026, 42px);
  margin-top: 0;
  margin-bottom: 4px;
}

.team-member-role {
  color: #707070;
  font-size: clamp(16px, 16px + 6 * (100vw - 414px) / 1026, 22px);
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: 100;
}

.team-member-description {
  padding-bottom: clamp(32px, 2vw, 48px);
}
@media (max-width: 991px) {
  .team-member-description {
    display: none;
  }
}

.team-member-link {
  display: flex;
  align-items: center;
  color: var(--color-primary) !important;
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 767px) {
  .branch-team-members {
    margin-left: -12px;
    margin-right: -12px;
  }
  .branch-team-members .slick-list {
    overflow: visible;
  }
  .team-member-simple {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.branch-page-team-member-quote {
  min-height: 100%;
}
.branch-page-team-member-quote .team-member-testimonial {
  padding: 32px;
  margin: 0;
}
@media (min-width: 992px) {
  .branch-page-team-member-quote {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .branch-page-team-member-quote .team-member-testimonial {
    margin-top: 0 !important;
    padding: 48px;
  }
  .branch-page-team-member-quote .team-member {
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .branch-page-team-member-quote .team-member-testimonial {
    max-width: 460px;
  }
}
@media (min-width: 1280px) {
  .branch-page-team-member-quote .team-member-testimonial {
    max-width: 50%;
  }
}

.branch-testimonials-slider-wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: clamp(32px, 5vw, 72px) clamp(28px, 5vw, 76px);
  align-items: center;
  display: flex;
}
.branch-testimonials-slider-wrap .slider-control-arrows {
  position: absolute;
  right: clamp(28px, 5vw, 76px);
  bottom: clamp(28px, 4vw, 56px);
  z-index: 2;
}
@media (max-width: 767px) {
  .branch-testimonials-slider-wrap .slider-control-arrows {
    position: static;
    justify-content: flex-end;
    margin-top: 28px;
  }
}
.branch-testimonials-slider-wrap .slider-control-arrow {
  color: var(--color-primary);
}
.branch-testimonials-slider-wrap .svg-arrow-right {
  fill: currentColor;
}

.branch-testimonials-slider {
  overflow: hidden;
}

.branch-testimonials-slider__slide {
  min-width: 0;
}

.branch-testimonial {
  color: var(--color-primary);
}

.branch-testimonial__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(28px, 4vw, 40px);
}
@media (max-width: 767px) {
  .branch-testimonial__header {
    flex-direction: column;
    gap: 14px;
  }
}

.branch-testimonial__quote-icon {
  color: var(--color-primary);
  font-size: clamp(70px, 8vw, 118px);
  height: 32px;
}

.branch-testimonial__stars {
  width: clamp(112px, 12vw, 164px);
  height: auto;
  margin-top: 6px;
}

.branch-testimonial__quote {
  color: var(--color-primary);
  font-size: clamp(26px, 3.2vw, 32px);
  line-height: 1.32;
  font-style: normal;
  max-width: 760px;
}

.branch-testimonial__name {
  color: var(--color-primary);
  margin-top: clamp(28px, 4vw, 46px);
  padding-right: 140px;
}
@media (max-width: 767px) {
  .branch-testimonial__name {
    padding-right: 0;
  }
}

.branch-icons {
  padding-top: 24px;
  padding-bottom: 24px;
  justify-content: space-evenly;
}
@media (min-width: 992px) {
  .branch-icons {
    display: none;
  }
}
.branch-icons a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.branch-callout {
  background: #F8F4ED !important;
}
.branch-callout .hdln-2 {
  font-size: clamp(25px, 25px + 25 * (100vw - 414px) / 1026, 50px);
  margin-bottom: clamp(24px, 24px + 24 * (100vh - 660px) / 418, 48px);
}
.branch-callout p {
  font-weight: 300;
}

.branch-areas {
  background: #fff;
}

.branch-areas__inner {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(0, 50%);
  gap: clamp(32px, 8vw, 120px);
  align-items: start;
  padding: 24px 0;
}
@media (max-width: 767px) {
  .branch-areas__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 0;
  }
}

.branch-areas__title {
  font-size: clamp(25px, 25px + 25 * (100vw - 414px) / 1026, 50px);
}

.branch-areas__list {
  display: flex;
  flex-direction: column;
}

.branch-areas__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid rgba(216, 216, 216, 0.35);
  padding: 24px 0;
}
.branch-areas__item:first-child {
  padding-top: 0;
}
.branch-areas__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .branch-areas__item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 0;
  }
}

.branch-areas__name {
  font-size: clamp(25px, 25px + 3 * (100vw - 414px) / 1026, 28px);
  line-height: 1.2;
}

.branch-areas__actions {
  width: 380px;
}
@media (max-width: 767px) {
  .branch-areas__actions {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
