/* compiled by scssphp v1.0.6 on Tue, 25 Jan 2022 01:03:14 +0000 (2.111s) */

/* Harcourts Feed SCSS Document */
/* Colours */
/* Filter */
/* Rotator */
/* All harcourts related styles require full width intro */
.block-width-full .wrap {
  max-width: 100%;
  padding: 0 0 0 0 !important;
}
.agent-multi-listings .uk-tab > * > a {
  font-weight: 400;
}
a.map-link {
  /*color:#ffffff;*/
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a.map-link:hover, .intro-property-info-holder a.map-link:hover {
  color: #00adef;
}
.hc-button {
  display: inline-block;
  background-color: #00adef;
  border: solid 1px #00adef;
  border-radius: 4px;
  color: #fff !important;
  padding: 3px 15px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
a.hc-button:hover {
  background-color: #ffffff;
  color: #00adef;
}
/* New Button Overrides */
.hc-button {
  border: none !important;
  padding: 18px 40px;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-align: center;
}
a.hc-button:hover {
  background-color: #00adef;
  color: #ffffff;
}
.hc-button:before {
  content: '';
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  height: 100%;
  width: 150%;
  top: 0;
  right: 127.5%;
  z-index: -1;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a.hc-button:hover:before {
  transform: skewX(-45deg) translate3d(100%, 0, 0);
}
.hc-button:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 150%;
  top: 0;
  right: 127.5%;
  z-index: -1;
  background: #0085c6;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a.hc-button:hover:after {
  -webkit-transform: skewX(-45deg) translate3d(100%, 0, 0);
  -moz-transform: skewX(-45deg) translate3d(100%, 0, 0);
  -o-transform: skewX(-45deg) translate3d(100%, 0, 0);
  transform: skewX(-45deg) translate3d(100%, 0, 0);
}
/* Properties */
.properties {
  clear: both;
}
p.listing-count {
  font-size: 13px;
  margin-bottom: 0.8em;
  line-height: 1.5;
  padding: 0 5px;
  width: auto;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
.properties .property-item {
  border-bottom: solid 1px #dddddd;
  padding: 10px 5px;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.properties .property-item .content .image {
  display: block;
  width: 100%;
  height: 0;
  padding: 65% 0 0;
  margin: 0 0 0 0;
  overflow: hidden;
  position: relative;
}
.properties .property-item .content .image .image-inner {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.properties .property-item .content .image .image-inner img {
  flex: 1;
  opacity: 1;
  object-fit: cover;
}
.sold-flag, .properties .property-item .openhome-flag {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  z-index: 900;
}
.sold-flag:before, .properties .property-item .openhome-flag:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #00adef transparent transparent transparent;
  z-index: 600;
}
.sold-flag:before {
  border-width: 170px 170px 0 0;
}
.sold-flag .flag-text, .properties .property-item .openhome-flag .flag-text {
  position: absolute;
  color: #fff;
  left: 0px;
  top: 10px;
  padding: 0 10px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 610;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 0px;
  line-height: 1;
  font-size: 11px;
  display: block;
}
.sold-flag .flag-text {
  font-size: 28px;
  top: 40px;
  left: 12px;
  font-weight: 900;
}
.properties .property-item .sold-banner, .properties .property-item .openhome-banner {
  display: none;
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  background: #002b49;
  color: #ffffff;
  z-index: 500;
  padding: 7px 12px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}
.properties .property-item .sold-banner {
  font-size: 12px;
  font-weight: 900;
  background: #00adef;
}
.properties .property-item .content .text {
  display: block;
  clear: both;
  color: #002b49;
  padding: 0 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.properties .property-item .content .text p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.properties .property-item .content .text h3 {
  /*font-weight: 400;*/
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  line-height: 1;
  /*font-size: 20px;*/
  color: #002b49;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.properties .property-item a:hover .content .text h3 {
  color: #00adef;
}
.properties .property-item .content .text .property-address {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
  padding-top: 0;
  padding-bottom: 6px;
  color: #002b49;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.properties .property-item .content .text .property-price {
  padding-top: 0px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #00adef;
}
.properties .property-item .content .text .listingid {
  text-align: left;
  font-size: 12px;
  /*padding-top: 8px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Properties - New Override */
.properties.card .property-item {
  border-bottom: none;
  position: relative;
  background-color: transparent;
}
.properties.card .property-item a {
  position: relative;
  padding-bottom: 2px;
  display: block;
}
/*.properties.card .property-item a:hover {
 background-color:#ffffff;
 -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
 -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
 -ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
 -o-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
 box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
 }
 .properties.card .property-item a:after {
 content:'';
 -webkit-background:repeating-linear-gradient(135deg, $harcourtsCyan, $harcourtsCyan 50px, $harcourtsBlue 0, $harcourtsBlue 100px);
 -moz-background:repeating-linear-gradient(135deg, $harcourtsCyan, $harcourtsCyan 50px, $harcourtsBlue 0, $harcourtsBlue 100px);
 -ms-background:repeating-linear-gradient(135deg, $harcourtsCyan, $harcourtsCyan 50px, $harcourtsBlue 0, $harcourtsBlue 100px);
 -o-background:repeating-linear-gradient(135deg, $harcourtsCyan, $harcourtsCyan 50px, $harcourtsBlue 0, $harcourtsBlue 100px);
 background:repeating-linear-gradient(135deg, $harcourtsCyan, $harcourtsCyan 50px, $harcourtsBlue 0, $harcourtsBlue 100px);
 z-index: 1;
 position: absolute;
 right: 0;
 bottom: 0px;
 left: 0;
 width:100%;
 height:0px;
 @include transition();
 }
 .properties.card .property-item:hover a:after {
 height:2px;
 }*/
.properties.card .property-item .content .image .openhome-banner, .properties.card .property-item .content .image .sold-banner {
  display: block;
}
.properties.card .property-item .content .image .openhome-flag {
  display: none;
}
.properties.card .property-item .content .text {
  padding: 20px;
  text-align: left;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.properties.card .property-item .content .text h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 1.4;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.properties.card .property-item:hover .content .text h3 {
  color: #002b49;
}
.properties.card .property-item .content .text .property-address {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-weight: 400;
  color: #58616d;
  margin-top: 10px;
}
.properties.card .property-item .content .text .property-price {
  color: #002b49;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1.7;
  margin-top: 10px;
}
.properties.card .property-item .content .text .listingid {
  display: none;
}
.properties.card .property-item .content .text p.property-icon-holder {
  padding: 0 0 0 0;
  margin-top: 20px;
  height: auto;
}
/* Property Info Icons */
.property-icon-holder, p.property-icon-holder {
  display: block;
  height: auto;
  line-height: 1;
  padding: 10px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*color:$harcourtsBlue;*/
}
.properties .property-item .module-text p.property-icon-holder {
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.property-icon-holder .property-icon {
  position: relative;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  vertical-align: baseline;
  margin-bottom: 0px;
  margin-right: 15px;
}
.property-icon-holder .property-icon .icontext {
  vertical-align: super;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
  padding-right: 5px;
}
.property-icon-holder .property-icon [class^="harcourts-"], .property-icon-holder .property-icon [class*=" harcourts-"] {
  font-size: 30px;
  line-height: 1;
  /*vertical-align:baseline;*/
}
.properties.list .property-item {
  width: 100%;
  float: none;
  position: relative;
}
.properties.list .property-item a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: -20px;
  margin-top: -10px;
  color: #222222;
}
.properties.list .property-item a:hover {
  color: #06397d;
}
.properties.list .property-item a > * {
  flex: 1;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}
.properties.list .property-item h1 {
  font-size: 16px;
}
.properties.list .property-item .module-image-grow-holder {
  flex-grow: 1;
}
.properties.list .property-item .module-image {
  width: 150px;
  padding: 0;
  height: 100px;
}
.properties.list .property-icon-holder {
  font-size: 12px;
}
.properties.list .property-icon-holder .property-icon [class^="harcourts-"] {
  font-size: 24px;
}
.properties.list .property-item .property-icon-holder {
  display: flex;
}
.properties.list .property-item p {
  margin-bottom: 0;
}
.properties.list .property-item .agent {
  display: inline-block;
}
.properties.list .property-item .listingid {
  flex: unset;
  width: 130px;
}
.properties.list .watchlist-buttons {
  position: absolute;
  right: 0;
  top: 0;
}
.properties.list .watchlist-buttons a {
  color: #00adef;
}
.properties.list .watchlist-buttons a:hover {
  color: #06397d;
}
.featured-rotator {
  position: relative;
}
.featured-rotator ul > li {
  padding-left: 0px;
}
.featured-rotator ul > li:before, .featured-rotator ul > li:marker {
  display: none !important;
}
.featured-rotator a.direction-nav-item {
  position: absolute;
  top: 50%;
  text-decoration: none;
  display: block;
  color: #00adef;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 0;
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
  opacity: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.featured-rotator a.direction-nav-item svg {
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 40px;
  padding: 0px;
  vertical-align: middle;
  display: inline-block;
}
.featured-rotator .prev-item {
  left: 10px;
}
.featured-rotator .next-item {
  right: 10px;
}
@media screen and (max-width: 1800px) {
  .properties.list .property-item .property-icon-holder .property-icon {
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .properties.list .property-item .listingid {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .properties.list .property-item .module-image-grow-holder {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .properties.list .property-item a {
    flex-wrap: wrap;
  }
  .properties.list .property-item a > * {
    flex: unset;
  }
  .properties.list .property-item h1, .properties.list .property-item .property-address {
    width: 100%;
  }
  .properties.list .property-item .agents, .properties.list .property-item .listingid, .properties.list .property-item .property-icon-holder {
    width: calc(50% - 20px);
  }
}
/* Sort form */
#sort-form {
  display: inline-block;
  width: auto;
}
/* Sort Links */
.sort-links {
  display: block;
  width: 100%;
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sort-links a {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
}
.sort-links a.current-option {
  border-bottom: solid 3px #00adef;
  background-color: #f7f7f7;
  color: #00adef;
}
/* Sort Dropdown */
#sort-dropdown {
  float: left;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 13px;
}
#sort-dropdown .select {
  max-width: 200px;
  position: relative;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin-left: 6px;
  background-color: transparent;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#sort-dropdown .select:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: '\f107';
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 22px;
  color: #00adef;
  line-height: 28px;
  vertical-align: middle;
  pointer-events: none;
  z-index: 400;
  font-feature-settings: 'liga';
}
#sort-dropdown .select select {
  border: none !important;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  font-weight: 600;
  padding: 0 2px;
  padding-right: 30px;
}
#oh-date-range {
  max-width: 100%;
  width: 280px;
  position: relative;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin-left: 10px;
  background-color: transparent;
  vertical-align: middle;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#oh-date-range input {
  width: 100%;
  padding: 0 30px;
  height: 30px;
  line-height: 30px;
  padding-right: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: none !important;
  border: none !important;
}
#oh-date-range .icon-date-range {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin-right: 6px;
  position: absolute;
  left: 8px;
  top: 1px;
  bottom: 1px;
  pointer-events: none;
}
#oh-date-range .icon-date-range .material-icons, #oh-date-range .icon-date-range [class^="fa-"], #oh-date-range .icon-date-range [class*="fa-"] {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 15px;
}
#oh-date-range #daterange-clear {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  position: absolute;
  right: 8px;
  top: 1px;
  bottom: 1px;
  cursor: pointer;
  display: none;
}
#oh-date-range #daterange-clear .material-icons, #oh-date-range #daterange-clear [class^="fa-"], #oh-date-range #daterange-clear [class*="fa-"] {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 15px;
  color: #00adef;
  font-weight: 400;
}
.date-picker-wrapper {
  z-index: 505 !important;
}
/* Base Listing Filter Styles */
.listing-filter .label, .listing-filter .select {
  width: 100% !important;
  position: relative;
  height: 30px;
  line-height: 30px;
}
.listing-filter .select:after {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  content: '\f107';
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 22px;
  color: #00adef;
  line-height: 30px;
  vertical-align: middle;
  pointer-events: none;
  z-index: 400;
  font-feature-settings: 'liga';
}
.listing-filter .form-item .select, .listing-filter .form-item .input {
  border-radius: 0px;
  background: #ffffff;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.listing-filter .form-item .input input, .listing-filter .form-item .select select {
  border: none !important;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  line-height: 1;
  vertical-align: middle;
}
.listing-filter .form-item .input input:placeholder {
  color: #000000;
}
.listing-filter .form-item .input input::placeholder {
  color: #000000;
}
.listing-filter .form-item .input input-ms-placeholder {
  color: #000000;
}
.listing-filter .form-item .two-col .select {
  float: left;
  max-width: 50%;
  width: 50%;
}
.listing-filter .form-item .two-col .select.price {
  max-width: 48%;
}
.listing-filter .form-item .two-col .select:nth-child(2) {
  float: right;
}
.listing-filter .subbut-holder .subbut {
  width: 100%;
  max-width: 100%;
  float: left !important;
  text-align: left;
  clear: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0px;
  text-align: right;
}
.listing-filter .subbut-holder .subbut:nth-child(2) {
  float: right !important;
  text-align: right;
  display: none;
}
.listing-filter .subbut-holder .subbut input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  border: solid 0px #00adef;
  /*background-color:$harcourtsCyan;*/
  border-radius: 4px;
  color: #fff;
  padding: 3px 15px;
  height: 30px;
  line-height: 1;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.listing-filter .subbut-holder .subbut input:hover {
  /*background-color:#ffffff;*/
  color: #ffffff;
}
.listing-filter .form-item .subbut {
  width: 100%;
  background-color: #00adef;
  border-radius: 3px;
  color: #fff;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.7px;
  z-index: 1;
  position: relative;
  text-align: center;
  overflow: hidden;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.listing-filter .form-item .subbut input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  width: 100%;
  padding: 3px 15px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.listing-filter .form-item .subbut:before {
  content: '';
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  height: 100%;
  width: 200%;
  top: 0;
  right: 150%;
  z-index: -1;
  pointer-events: none;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.listing-filter .form-item .subbut:hover:before {
  transform: skewX(-45deg) translate3d(100%, 0, 0);
}
.listing-filter .form-item .subbut:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  top: 0;
  right: 150%;
  z-index: -1;
  pointer-events: none;
  background: #0085c6;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.listing-filter .form-item .subbut:hover:after {
  -webkit-transform: skewX(-45deg) translate3d(100%, 0, 0);
  -moz-transform: skewX(-45deg) translate3d(100%, 0, 0);
  -o-transform: skewX(-45deg) translate3d(100%, 0, 0);
  transform: skewX(-45deg) translate3d(100%, 0, 0);
}
.listing-filter .form-item .subbut:hover {
  /*background-color:#ffffff;
   color:#00adef;*/
  color: #ffffff;
  background-color: #00adef;
}
/* Filter icons */
.listing-filter .form-item .search-filter, .search-filter {
  position: relative;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.search-filter:before {
  font-family: "Font Awesome 5 Pro" !important;
  content: '\f002';
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  width: 20px;
  font-size: 15px;
  font-feature-settings: 'liga';
}
.listing-filter .form-item .select.price, .listing-filter .form-item .select.price select {
  position: relative;
  z-index: 200;
}
.select.price:nth-child(1):before {
  content: '';
  position: absolute;
  right: -20px;
  width: 25px;
  height: 1px;
  background-color: #c2c1c1;
  top: 50%;
  z-index: 1;
}
.beds-filter {
  position: relative;
}
.beds-filter select {
  padding-left: 30px;
}
.beds-filter:before {
  font-family: 'harcourts' !important;
  content: '\e901';
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  width: 20px;
  font-size: 20px;
}
.baths-filter {
  position: relative;
}
.baths-filter select {
  padding-left: 30px;
}
.baths-filter:before {
  font-family: 'harcourts' !important;
  content: '\e900';
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  width: 20px;
  font-size: 20px;
}
/* Listing Filter Style Overrides */
.listing-filter {
  position: relative;
}
/* Main */
.listing-filter .form-item {
  clear: none;
  width: 25%;
  float: left;
  margin-bottom: 10px;
  max-width: 100%;
}
.listing-filter .form-item.info-text {
  display: none !important;
}
.listing-filter .form-item:nth-child(4) {
  width: 25%;
  clear: left;
  /*margin-right:1.3%;*/
}
.listing-filter .form-item.subbut-holder {
  float: right;
  width: 25%;
  margin-bottom: 0px;
}
/* Side */
.layout.side .listing-filter .form-item {
  clear: both;
  width: 100%;
  float: none;
}
.layout.side .listing-filter .form-item .two-col .select {
  max-width: 48%;
}
.layout.side .listing-filter .form-item .select, .layout.side .listing-filter .form-item .input {
  background-color: #ffffff;
}
/* Intro */
.block-width-full .listing-filter {
  /*padding:0 1em;*/
  padding: 0px;
  border-top: solid 1px #c2c1c1;
  border-bottom: solid 1px #c2c1c1;
  display: block;
  height: auto;
  color: #58616d !important;
  font-size: 14px;
}
.block-width-full .listing-filter .form-item {
  display: block;
  width: 25%;
  float: left;
  margin-bottom: 0px !important;
  max-width: 100%;
  background-color: #ffffff;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #58616d !important;
  font-size: 14px;
}
.block-width-full .listing-filter .form-item .input, .block-width-full .listing-filter .form-item .select {
  border-radius: 0px !important;
  border-top: 0px;
  height: 50px;
  /*border-bottom:0px;*/
  font-size: 14px;
}
.block-width-full .listing-filter .form-item .input input, .block-width-full .listing-filter .form-item .select select {
  height: 48px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  color: #58616d !important;
  font-size: 14px;
  background: #ffffff;
}
.block-width-full .listing-filter .select:after, .block-width-full .search-filter:before, .block-width-full .beds-filter:before, .block-width-full .baths-filter:before {
  line-height: 50px;
}
.block-width-full .listing-filter .form-item .input input:placeholder {
  color: #58616d !important;
  font-size: 14px;
}
.block-width-full .listing-filter .form-item .input input::placeholder {
  color: #58616d !important;
  font-size: 14px;
}
.block-width-full .listing-filter .form-item .input input-ms-placeholder {
  color: #58616d !important;
  font-size: 14px;
}
.block-width-full .listing-filter .form-item .two-col .select.price {
  max-width: 50%;
  border-left: 0px;
}
.block-width-full .listing-filter .form-item:nth-child(1) {
  width: 25%;
  float: left;
  clear: none;
}
.block-width-full .listing-filter .form-item:nth-child(2) {
  width: 25%;
  float: left;
  clear: none;
  border-left: solid 1px #c2c1c1;
}
.block-width-full .listing-filter .form-item:nth-child(3) {
  width: 25%;
  float: left;
  clear: none;
  border-left: solid 1px #c2c1c1;
}
.block-width-full .listing-filter .form-item:nth-child(4) {
  width: 25%;
  float: left;
  clear: none;
  border-left: solid 1px #c2c1c1;
}
.block-width-full .select.price:nth-child(1):before {
  display: none;
}
.block-width-full .listing-filter .form-item:nth-child(5) {
  width: 45%;
  float: left;
  clear: none;
  border-top: solid 1px #c2c1c1 !important;
}
.block-width-full .listing-filter .form-item:nth-child(5) .select:nth-child(2) {
  border-left: solid 1px #c2c1c1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.block-width-full .listing-filter .form-item:nth-child(6) {
  width: 45%;
  float: left;
  clear: none;
  border-top: solid 1px #c2c1c1 !important;
  border-left: solid 1px #c2c1c1;
}
.block-width-full .listing-filter .form-item:nth-child(6) .select:nth-child(1) {
  border-right: solid 1px #c2c1c1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.block-width-full .listing-filter .form-item:nth-child(6) {
  border-left: solid 1px #c2c1c1;
}
.block-width-full .listing-filter .form-item.subbut-holder {
  width: 10%;
  float: left;
  clear: none;
  border-top: solid 1px #c2c1c1 !important;
}
.block-width-full .listing-filter .form-item .subbut {
  border-radius: 4px;
}
.block-width-full .listing-filter .form-item .subbut input, .block-width-full .listing-filter .subbut-holder .subbut input {
  display: block;
  width: 100%;
  border-radius: 0px !important;
  height: 50px;
}
.block-width-full .listing-filter.full-filter.ajax-filter .form-item {
  width: 25% !important;
  clear: none !important;
}
.block-width-full .listing-filter.full-filter.ajax-filter .form-item:nth-child(5) {
  width: 50% !important;
  clear: left;
}
.block-width-full .listing-filter.full-filter.ajax-filter .form-item:nth-child(6) {
  width: 50% !important;
}
/* Home Page */
.home-page .block-width-full .listing-filter, .landing-page .block-width-full .listing-filter {
  background: transparent;
  border: none;
  text-align: center;
  padding: 0 0px;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.home-page .block-width-full .listing-filter .form-item, .landing-page .block-width-full .listing-filter .form-item {
  clear: none;
  width: 25%;
  margin-left: 0px;
  float: left;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  border-top: 0px !important;
  max-width: 100%;
  height: 50px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.home-page .block-width-full .listing-filter .form-item:nth-child(1), .landing-page .block-width-full .listing-filter .form-item:nth-child(1), .home-page .block-width-full .listing-filter .form-item:nth-child(2), .landing-page .block-width-full .listing-filter .form-item:nth-child(2), .home-page .block-width-full .listing-filter .form-item:nth-child(3), .landing-page .block-width-full .listing-filter .form-item:nth-child(3), .home-page .block-width-full .listing-filter .form-item:nth-child(4), .landing-page .block-width-full .listing-filter .form-item:nth-child(4) {
  width: calc(25% - 1px);
  margin-left: 1px;
}
.home-page .block-width-full .listing-filter .form-item:nth-child(4), .landing-page .block-width-full .listing-filter .form-item:nth-child(4) {
  width: calc(25% - 51px);
}
.home-page .block-width-full .listing-filter .form-item:nth-child(1), .landing-page .block-width-full .listing-filter .form-item:nth-child(1) {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  width: 25%;
  margin-left: 0px;
}
.home-page .block-width-full .listing-filter .form-item:nth-last-child(5), .landing-page .block-width-full .listing-filter .form-item:nth-last-child(5), .home-page .block-width-full .listing-filter .form-item:nth-last-child(4), .landing-page .block-width-full .listing-filter .form-item:nth-last-child(4) {
  width: calc(50% - 1px);
  background: transparent !important;
  color: #ffffff !important;
  margin-left: 0px;
  border-left: 0px !important;
}
.home-page .block-width-full .listing-filter .form-item:nth-last-child(5) .select, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(5) .select, .home-page .block-width-full .listing-filter .form-item:nth-last-child(4) .select, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(4) .select, .home-page .block-width-full .listing-filter .form-item:nth-last-child(5) .input, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(5) .input, .home-page .block-width-full .listing-filter .form-item:nth-last-child(4) .input, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(4) .input {
  width: calc(50% - 1px) !important;
  background: transparent !important;
  border-bottom: solid 1px #ffffff;
  border-left: none;
  border-right: none;
  color: #ffffff !important;
  border-left: 0px !important;
}
.home-page .block-width-full .listing-filter .form-item:nth-last-child(5) .select:after, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(5) .select:after, .home-page .block-width-full .listing-filter .form-item:nth-last-child(4) .select:after, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(4) .select:after, .home-page .block-width-full .listing-filter .form-item:nth-last-child(5) .input:after, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(5) .input:after, .home-page .block-width-full .listing-filter .form-item:nth-last-child(4) .input:after, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(4) .input:after {
  color: #ffffff !important;
}
.home-page .block-width-full .listing-filter .form-item:nth-last-child(5) .select select, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(5) .select select, .home-page .block-width-full .listing-filter .form-item:nth-last-child(4) .select select, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(4) .select select, .home-page .block-width-full .listing-filter .form-item:nth-last-child(5) .input select, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(5) .input select, .home-page .block-width-full .listing-filter .form-item:nth-last-child(4) .input select, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(4) .input select, .home-page .block-width-full .listing-filter .form-item:nth-last-child(5) .select input, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(5) .select input, .home-page .block-width-full .listing-filter .form-item:nth-last-child(4) .select input, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(4) .select input, .home-page .block-width-full .listing-filter .form-item:nth-last-child(5) .input input, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(5) .input input, .home-page .block-width-full .listing-filter .form-item:nth-last-child(4) .input input, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(4) .input input {
  background: transparent !important;
  color: #ffffff !important;
}
.home-page .block-width-full .listing-filter .form-item:nth-last-child(5) .select select option, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(5) .select select option, .home-page .block-width-full .listing-filter .form-item:nth-last-child(4) .select select option, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(4) .select select option, .home-page .block-width-full .listing-filter .form-item:nth-last-child(5) .input select option, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(5) .input select option, .home-page .block-width-full .listing-filter .form-item:nth-last-child(4) .input select option, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(4) .input select option, .home-page .block-width-full .listing-filter .form-item:nth-last-child(5) .select input option, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(5) .select input option, .home-page .block-width-full .listing-filter .form-item:nth-last-child(4) .select input option, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(4) .select input option, .home-page .block-width-full .listing-filter .form-item:nth-last-child(5) .input input option, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(5) .input input option, .home-page .block-width-full .listing-filter .form-item:nth-last-child(4) .input input option, .landing-page .block-width-full .listing-filter .form-item:nth-last-child(4) .input input option {
  color: #58616d !important;
}
.home-page .block-width-full .listing-filter .form-item:nth-last-child(4), .landing-page .block-width-full .listing-filter .form-item:nth-last-child(4) {
  float: right;
}
.home-page .block-width-full .listing-filter .form-item.info-text, .landing-page .block-width-full .listing-filter .form-item.info-text {
  display: none !important;
}
.home-page .block-width-full .listing-filter .form-item.info-text .info-text-holder, .landing-page .block-width-full .listing-filter .form-item.info-text .info-text-holder {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.home-page .block-width-full .listing-filter .form-item.info-text .arrow-right:before, .landing-page .block-width-full .listing-filter .form-item.info-text .arrow-right:before {
  background-color: #ffffff;
}
.home-page .block-width-full .listing-filter .form-item.info-text .arrow-right:after, .landing-page .block-width-full .listing-filter .form-item.info-text .arrow-right:after {
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
.home-page .block-width-full .listing-filter .form-item.subbut-holder, .landing-page .block-width-full .listing-filter .form-item.subbut-holder {
  background: transparent !important;
  border: none !important;
}
@media screen and (min-width: 801px) {
  .home-page .block-width-full .listing-filter .form-item.subbut-holder, .landing-page .block-width-full .listing-filter .form-item.subbut-holder {
    float: right;
    margin-bottom: 0px;
    background: transparent !important;
    border: none !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px !important;
    z-index: 400;
  }
  .home-page .block-width-full .listing-filter .form-item.subbut-holder input, .landing-page .block-width-full .listing-filter .form-item.subbut-holder input {
    text-indent: 400px;
    padding-right: 0 !important;
    position: relative;
  }
  .home-page .block-width-full .form-item.subbut-holder:after, .landing-page .block-width-full .form-item.subbut-holder:after {
    content: '\f002';
    font-family: 'Font Awesome 5 Pro';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 600;
    color: #fff;
    pointer-events: none;
  }
}
/* Extra info buttons */
.extra-info-buttons {
  display: block;
}
.extra-info-buttons a.info-link {
  color: #000;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  margin-right: 5px;
  padding-left: 5px;
  display: inline-block;
  padding-bottom: 5px;
  padding-right: 5px;
}
.extra-info-buttons a.info-link:hover {
  color: #00adef;
}
.extra-info-buttons a.info-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  opacity: 0;
  width: 0px;
  right: auto;
  overflow: hidden;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-color: #00adef;
}
.extra-info-buttons a.info-link:hover:after {
  opacity: 1;
  right: 0;
  width: 100%;
}
/* Pagination controls 			
 .properties-pagination-holder .paginate {
 margin-top:40px;
 }
 .paginate span.paginate-direction {color: $border-color;}
 .properties-pagination-holder .paginate a {color: $harcourtsBlue;}
 .properties-pagination-holder .paginate a:hover {color: $harcourtsCyan;}
 .properties-pagination-holder .paginate a.paginate-number {
 border-color: $border-color;
 }
 .properties-pagination-holder .paginate a.paginate-number.on, 
 .properties-pagination-holder .paginate a.paginate-number:hover {
 background-color: $harcourtsBlue;
 border-color: $harcourtsBlue;
 color:#ffffff;
 }*/
/* pagination */
.properties-pagination-holder {
  margin-top: 20px;
  text-align: center;
  background-color: #f7f7f7;
  padding: 10px 0;
  line-height: 24px;
}
.properties-pagination-holder a {
  position: relative;
  padding: 0 10px;
  padding-right: 12px;
  line-height: 24px;
  color: #00adef;
}
.properties-pagination-holder a:after {
  content: "";
  width: 0px;
  border-right: solid 2px #ccc;
  position: absolute;
  right: 0;
  left: auto;
  top: 3px;
  bottom: 3px;
  line-height: 24px;
  vertical-align: middle;
}
.properties-pagination-holder a:last-child {
  padding-right: 10px;
}
.properties-pagination-holder a:last-child:after {
  display: none;
}
.properties-pagination-holder a:hover, .properties-pagination-holder a.current-page {
  color: #002b49;
}
.properties-pagination-holder.circular {
  background-color: transparent;
}
.properties-pagination-holder.circular a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  padding: 0 0 0 0;
  text-align: center;
  border-radius: 32px;
  display: inline-block;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.properties-pagination-holder.circular a + a {
  margin-left: 5px;
}
.properties-pagination-holder.circular a:after {
  display: none;
}
.properties-pagination-holder.circular a:last-child {
  padding-right: 0px;
}
.properties-pagination-holder.circular a:hover {
  color: #00adef;
}
.properties-pagination-holder.circular a.current-page {
  background-color: #002b49;
  color: #ffffff;
}
/* Property top bar */
#property-top-bar {
  padding: 18px 40px;
  background-color: #f6f6f6;
  font-size: 15px;
  color: #58616d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#property-top-bar b {
  font-weight: 600;
}
#property-top-bar a, #property-top-bar a:hover {
  color: #58616d;
}
#property-top-bar a.back, #property-top-bar a.back:hover {
  color: #00adef;
}
#property-top-bar a.back {
  position: relative;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.7px;
}
#property-top-bar a {
  position: relative;
}
#property-top-bar a.watchlist-button {
  float: right;
}
#property-top-bar a:after {
  display: inline-block;
  color: #bec5cd;
  content: "/\A0";
  padding-left: 4px;
}
#property-top-bar a.back:after {
  display: none;
}
#property-top-bar a.watchlist-button:after {
  display: none;
}
.arrow-left {
  position: relative;
  z-index: 1;
  height: 1px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -ms-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
  margin-right: 3px;
}
a:hover .arrow-left {
  width: 31px;
}
.arrow-left:before, .arrow-left:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.arrow-left:before {
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00adef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.arrow-left:after {
  right: auto;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-135deg);
  transform: translate3d(0, -50%, 0) rotate(-135deg);
  right: 0;
  width: 7px;
  height: 7px;
  border: 1px solid transparent;
  border-top-color: #00adef;
  border-right-color: #00adef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.arrow-right {
  position: relative;
  z-index: 1;
  height: 1px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -ms-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
  margin-right: 3px;
}
a:hover .arrow-right {
  width: 31px;
}
.arrow-right:before, .arrow-right:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.arrow-right:before {
  right: 0;
  left: auto;
  width: 100%;
  height: 1px;
  background-color: #00adef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.arrow-right:after {
  right: 0;
  left: auto;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-135deg);
  transform: translate3d(0, -50%, 0) rotate(-135deg);
  right: 0;
  width: 7px;
  height: 7px;
  border: 1px solid transparent;
  border-bottom-color: #00adef;
  border-left-color: #00adef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Property image rotator(s) */
#property-image-slider {
  position: relative;
  height: 100%;
}
.property-slider-holder {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#property-image-slider .uk-slider-items {
  height: 100%;
}
#property-image-slider.property-slider-new {
  margin-bottom: 0;
  overflow: hidden;
  max-height: 760px;
  max-width: 100%;
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.rotator-loaded #property-image-slider.property-slider-new {
  opacity: 1;
}
.property-slider-holder:after {
  content: '';
  border: solid 3px #00adef;
  border-color: transparent #f6f6f6 #f6f6f6 #f6f6f6;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  display: inline-block;
  z-index: -1;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@keyframes loading-ring {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.rotator-loaded .property-slider-holder:after {
  display: none;
}
#property-image-slider.property-slider-new {
  margin-bottom: 0 !important;
}
#property-image-slider .flexslider {
  margin: 0 0 0 0;
  z-index: 2;
  background: transparent;
}
/*#property-image-slider .sliderimg {
 opacity:0;
 }
 #property-image-slider .sliderimg.unslider-active {
 opacity:1;
 z-index:10;
 }*/
#property-image-slider .img-count {
  position: absolute;
  color: #fff;
  bottom: 10px;
  right: 10px;
}
#property-image-slider .listing-details-images-zoom {
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #ffffff !important;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  pointer-events: none;
  z-index: 610;
}
#property-image-slider .listing-details-images-zoom i.material-icons, #property-image-slider .listing-details-images-zoom [class^="fa-"], #property-image-slider .listing-details-images-zoom [class*="fa-"] {
  font-size: 30px;
}
#property-image-slider a:not(.prev):not(.next):hover {
  cursor: zoom-in;
}
#property-image-slider a:hover .listing-details-images-zoom {
  transform: scale(1.5);
}
#property-image-slider ul > li, #property-thumbnail-slider ul > li {
  text-align: center;
  position: relative;
}
#property-image-slider.property-slider-new ul > li img {
  display: none;
  margin-left: auto;
  margin-right: auto;
}
#property-image-slider ul > li a {
  display: block;
  width: 100%;
  height: 100%;
}
#property-image-slider ul > li:before, #property-thumbnail-slider ul > li:before {
  display: none;
}
#property-image-slider .flex-direction-nav .flex-next, #property-image-slider .flex-direction-nav .flex-prev {
  width: 30px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  background: none !important;
}
#property-image-slider .flex-direction-nav .flex-prev:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-top: solid 2px #00adef;
  border-left: solid 2px #00adef;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#property-image-slider .flex-direction-nav .flex-next:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-top: solid 2px #00adef;
  border-right: solid 2px #00adef;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* New Slider Styles - direction nav */
#property-image-slider.property-slider-new .flex-direction-nav {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#property-image-slider.property-slider-new .flex-direction-nav .flex-prev, #property-image-slider.property-slider-new .flex-direction-nav .flex-next {
  /*border:solid 2px #ffffff;
   border-radius:100px;*/
  padding: 15px;
  width: 15px;
  height: 15px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#property-image-slider.property-slider-new .flex-direction-nav .flex-prev:before, #property-image-slider.property-slider-new .flex-direction-nav .flex-next:before {
  border-color: #ffffff;
  margin: 15px;
  width: 15px;
  height: 15px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#property-image-slider.property-slider-new .flex-direction-nav .flex-prev:before {
  left: 0;
  -webkit-transform: translateX(25%) rotate(-45deg);
  -moz-transform: translateX(25%) rotate(-45deg);
  -ms-transform: translateX(25%) rotate(-45deg);
  -o-transform: translateX(25%) rotate(-45deg);
  transform: translateX(25%) rotate(-45deg);
}
#property-image-slider.property-slider-new .flex-direction-nav .flex-next:before {
  right: 0;
  -webkit-transform: translateX(-25%) rotate(45deg);
  -moz-transform: translateX(-25%) rotate(45deg);
  -ms-transform: translateX(-25%) rotate(45deg);
  -o-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
}
#property-image-slider.property-slider-new .flex-direction-nav a.flex-prev:hover, #property-image-slider.property-slider-new .flex-direction-nav a.flex-next:hover, #property-image-slider.property-slider-new .flex-direction-nav a.flex-prev:hover:before, #property-image-slider.property-slider-new .flex-direction-nav a.flex-next:hover:before {
  border-color: #00adef;
}
.unslider-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 15px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.unslider-arrow.next {
  right: 0px !important;
}
.unslider-arrow.prev {
  left: 0px !important;
}
.unslider-arrow.next:before, .unslider-arrow.prev:before {
  border-color: #ffffff;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.unslider-arrow.prev:before {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  width: 15px;
  height: 15px;
  border-top: solid 5px #00adef;
  border-left: solid 5px #00adef;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.unslider-arrow.next:before {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  width: 15px;
  height: 15px;
  border-top: solid 5px #00adef;
  border-right: solid 5px #00adef;
  right: 50%;
  left: auto;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -moz-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  -o-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#property-thumbnail-slider ul li {
  cursor: pointer;
}
#property-thumbnail-slider .thumbnail-holder {
  width: 135px;
  height: 135px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: solid 1px #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#property-thumbnail-slider .thumbnail-holder img {
  max-width: none;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-width: 135px;
  min-height: 135px;
  width: auto;
  height: auto;
  text-align: center;
}
/* Intro property info */
.intro-property-info-holder {
  /*background-color: #002b49;
   background: #001f49 radial-gradient(circle at 50% 10%,#002e6d,#001f49);*/
  position: relative;
  z-index: 1;
  width: 100%;
  display: table;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
/*.intro-property-info-holder:after {
 content: '';
 background: transparent repeating-linear-gradient(135deg,transparent,transparent 50px,rgba(0,0,0,.04) 0,rgba(0,0,0,.04) 100px);
 position: absolute;
 left: 0;
 bottom: 0;
 top: 0;
 right: 0;
 z-index: -1;
 }*/
.intro-property-info-holder a:hover {
  color: #ffffff;
}
.intro-property-info-holder .left-holder {
  width: 40%;
  padding: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  display: flex;
  vertical-align: middle;
  flex-direction: column;
  justify-content: center;
}
.intro-property-info-holder .summary-text-holder {
  display: block;
}
.intro-property-info-holder .hc-button {
  margin-top: 4em;
  clear: left;
  float: left;
}
.intro-property-info-holder .hc-button + .hc-button {
  margin-top: 2em;
}
.intro-property-info-holder .right-holder {
  width: 100%;
  display: flex;
  position: relative;
  vertical-align: middle;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}
.intro-property-info-holder h1, .intro-property-info-holder h2, .intro-property-info-holder h3, .intro-property-info-holder h3.listing-price, .intro-property-info-holder p {
  /*color:#fff;*/
  margin-top: 0px;
}
/*.intro-property-info-holder h1 {font-size:48px;}*/
.intro-property-info-holder h2 {
  margin-top: 0px;
  /*font-size:48px;*/
}
.intro-property-info-holder .right-holder .extra-info-buttons {
  position: absolute;
  left: 0;
  /*color:#fff;*/
  bottom: 0;
  padding: 20px;
  z-index: 600;
}
.intro-property-info-holder .right-holder .extra-info-buttons a {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 0;
}
.intro-property-info-holder .right-holder .extra-info-buttons a:after {
  display: none;
}
.intro-property-info-holder .right-holder .extra-info-buttons [class^="harcourts-"], .intro-property-info-holder .right-holder .extra-info-buttons [class*=" harcourts-"] {
  margin-right: 5px;
}
.next-open-home {
  font-size: 80%;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1.5;
  margin-top: 22px;
}
.logo-holder {
  display: block;
  clear: both;
  width: auto;
  height: 30px;
  margin-top: 4em;
}
.logo-holder img {
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: none;
  display: block;
}
/* Property details divider */
.property-detail-divider {
  padding-top: 1.8em;
  padding-bottom: 1.8em;
  height: 1px !important;
  line-height: 1px !important;
  font-size: 14px;
  /*border-top: solid #e1e1e1 1px;
   background:$border-color;*/
  position: relative;
  clear: both;
}
.property-detail-divider:after {
  content: '';
  background: #dddddd;
  height: 1px !important;
  line-height: 1px !important;
  position: absolute;
  top: 1.8em;
  left: 0;
  right: 0;
}
/* Property detail styles */
.content h2.property-address, h2.property-address, .content h1.property-address, h1.property-address {
  padding-bottom: 6px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
}
h2.property-address [class^="harcourts-"], h2.property-address [class*=" harcourts-"], h1.property-address [class^="harcourts-"], h1.property-address [class*=" harcourts-"] {
  color: #00adef;
  margin-right: 5px;
}
.content h3.listing-price, h3.listing-price {
  color: #00adef;
  padding: 8px 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
}
.property-description {
  margin-bottom: 0;
  max-height: 100%;
  overflow: hidden;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.property-description.reduced-desc {
  height: 250px;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, black), color-stop(0.8, black), color-stop(0.9, rgba(0, 0, 0, 0.5)), color-stop(1, rgba(0, 0, 0, 0)));
  -webkit-mask-size: contain;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.property-description.full-desc {
  max-height: 100%;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#description-readmore {
  display: none;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 1.6px;
  position: relative;
  font-size: 85%;
  line-height: 1.5;
}
#description-readmore:after {
  position: relative;
  content: '\f107';
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 85%;
  line-height: 1.5;
  vertical-align: middle;
  pointer-events: none;
  z-index: 400;
  font-feature-settings: 'liga';
  padding-left: 3px;
}
.property-description.full-desc + #description-readmore:after {
  content: '\f106';
}
/* Two column details layout */
.listing-left-col {
  float: left;
  width: 65%;
  margin-right: 5%;
  margin-top: 1em;
}
.listing-right-col {
  float: left;
  width: 30%;
  margin-top: 1em;
}
.listing-layout .listing-left-col {
  width: 55%;
}
.listing-layout .listing-right-col {
  width: 40%;
}
/* Side details boxes */
.boxed-details-holder {
  border: solid 1px #dddddd;
  border-top: none;
  margin-bottom: 1.8em;
  background-color: #ffffff;
}
.boxed-details-holder h3 {
  padding: 0 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  color: #fff;
  background-color: #00adef;
}
.boxed-details-holder .boxed-details-inner {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.boxed-details-holder p {
  margin: 0;
}
.boxed-details-holder.staff-holder .boxed-details-inner, .boxed-details-holder.staff-holder .boxed-details-inner p, .boxed-details-holder.staff-holder .boxed-details-inner h4 {
  text-align: center;
}
.boxed-details-holder.staff-holder p {
  padding-bottom: 20px;
}
.boxed-details-holder.staff-holder p:last-of-type {
  padding-bottom: 0px;
}
.content .staff-holder h4, .staff-holder h4 {
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: 300;
}
.agent-image {
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.agent-image img {
  max-width: 100%;
}
.side-box-holder {
  background-color: #ffffff;
  padding: 20px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Content heading */
.content h3.content-heading, h3.content-heading {
  position: relative;
  font-weight: 400;
  font-size: 125%;
  color: #001f49;
  letter-spacing: 0.5px;
}
/* Content Open Homes */
.content-open-homes p {
  margin-bottom: 0px;
  margin-top: 0;
}
.content-open-homes p [class^="harcourts-"], .content-open-homes p [class*=" harcourts-"] {
  color: #00adef;
  margin-right: 5px;
}
/* Content Auction Info */
.content-auction-info p {
  margin-bottom: 0px;
}
/* Auction and open homes content */
.auction-open-holder .half-content {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.auction-open-holder .half-content + .half-content {
  margin-left: 2%;
}
/* Agent Form */
.content .agent-form-holder h4, .agent-form-holder h4 {
  padding-top: 0px;
  padding-bottom: 10px;
  /*font-weight:300;*/
  margin: 0 0 0 0;
  font-weight: 400;
  font-size: 100%;
  color: #00adef;
}
.agent-form-holder .agent-image {
  float: left;
  width: 80px;
  height: 80px;
  max-width: 30%;
}
.agent-form-holder .agent-info {
  float: left;
  max-width: 70%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.agent-form-holder .agent-info .phone-holder {
  display: block;
  font-size: 13px;
}
.agent-form-holder .agent-info .agent-phone-holder .phone-number {
  display: inline-block;
  margin-right: 0.5em;
}
.agent-form-holder .agent-info .agent-phone-holder .phone-number:last-of-type {
  margin-right: 0em;
}
.agent-form-holder .agent-info .agent-phone-holder .phone-number a {
  color: #000000;
}
.agent-form-holder .agent-info .agent-phone-holder .phone-number a:hover {
  color: #00adef;
}
.features-holder {
  margin-bottom: 1.8em;
}
/* Features Table */
.features-holder .standard-table td {
  white-space: normal;
}
.features-holder .standard-table td:nth-child(1) {
  white-space: nowrap;
}
/*.features-holder .standard-table,
 .features-holder .standard-table tr,
 .features-holder .standard-table td {border:none !important;}*/
/* Features list */
.features-holder ul.features-table-list {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.features-holder ul.features-table-list > li {
  padding-left: 0;
  display: block;
  max-width: 600px;
  line-height: 1.4;
  padding-bottom: 15px;
}
.features-holder ul.features-table-list > li:before {
  display: none;
}
.features-holder ul.features-table-list > li b {
  display: inline-block;
  width: 48%;
  font-weight: 600;
  letter-spacing: 0.6px;
  /*float:left;*/
  color: #58616d;
}
.features-holder ul.features-table-list > li p {
  display: inline-block;
  max-width: 48%;
  /*float:left;*/
  color: #58616d;
  vertical-align: top;
  margin: 0 0 0 0 !important;
  margin-left: 4% !important;
}
.features-description {
  margin-bottom: 0;
  max-height: 100%;
  overflow: hidden;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.features-description.reduced-desc {
  height: 250px;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, black), color-stop(0.8, black), color-stop(0.9, rgba(0, 0, 0, 0.5)), color-stop(1, rgba(0, 0, 0, 0)));
  -webkit-mask-size: contain;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.features-description.full-desc {
  max-height: 100%;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#features-readmore {
  display: none;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 1.6px;
  position: relative;
  font-size: 85%;
  line-height: 1.5;
}
#features-readmore:after {
  position: relative;
  content: '\f107';
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 85%;
  line-height: 1.5;
  vertical-align: middle;
  pointer-events: none;
  z-index: 400;
  font-feature-settings: 'liga';
  padding-left: 3px;
}
.features-description.full-desc + #features-readmore:after {
  content: '\f106';
}
.features-title {
  position: relative;
  cursor: pointer;
  font-weight: 300;
}
.features-title.hide-features:before {
  content: '';
  position: absolute;
  top: 20%;
  right: 0;
  width: 15px;
  height: 15px;
  line-height: inherit;
  border-top: solid 2px #00adef;
  border-right: solid 2px #00adef;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.features-title.show-features:before {
  content: '';
  position: absolute;
  top: 40%;
  right: 5px;
  width: 15px;
  height: 15px;
  line-height: inherit;
  border-top: solid 2px #00adef;
  border-right: solid 2px #00adef;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* Grid class styles */
.properties .property-item {
  float: left;
  padding: 10px 5px;
  padding-bottom: 5px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.properties .property-item img {
  vertical-align: middle;
}
/* Featured rotator */
.featured-rotator {
  color: #58616d;
  position: relative;
  margin-bottom: 1.8em;
  /*overflow:hidden;*/
  padding: 0 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.featured-rotator-prev, .featured-rotator-next {
  display: none;
}
.featured-rotator a {
  color: #58616d;
}
.featured-rotator a:hover {
  color: #00adef;
}
#main .featured-rotator {
  margin-bottom: 18px;
}
.featured-rotator .slides > li {
  height: 100%;
  position: relative;
}
.featured-rotator .slides > li.flex-active-slide {
  /*display: flex !important;*/
}
/* Image*/
.featured-rotator .module-image {
  position: relative;
  display: flex;
  float: left;
  width: 80%;
  height: 0;
  padding: 42.5% 0 0;
  overflow: hidden;
  background-color: #efefef;
  border-left: none;
  /*border-left: solid 5px #00adef;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/*.featured-rotator .slides > li.flex-active-slide .module-image {opacity:1;}*/
.featured-rotator .module-image .module-image-inner {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.featured-rotator .module-image-inner.image-as-background img {
  display: none;
}
/* Caption */
.featured-rotator .caption-holder {
  /*position:relative;*/
  display: block;
  opacity: 1;
  /*float:left;
   width:38%;
   padding:28px;*/
  height: 0;
  padding: 42.5% 0 0;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  width: 400px;
  max-width: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 0;
  height: auto;
}
/*.featured-rotator .flex-active-slide .caption-holder {
 opacity:1;
 }*/
.featured-rotator .caption-holder .wrap {
  font-weight: inherit;
  display: table;
  vertical-align: middle;
  padding: 28px;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
}
.featured-rotator .wrap .caption {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
}
.featured-rotator .caption h2 {
  color: #00adef;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0.1px;
  padding: 0 0 20px;
  margin: 0 !important;
  order: 1;
}
.featured-rotator .caption h3 {
  color: #001f49;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.4px;
  padding: 0 0 10px;
  margin: 0 !important;
  order: 2;
}
.featured-rotator .caption p.rotator-price {
  padding: 0 0 0 0;
  margin: 0px 0 0 0;
  color: #001f49;
  font-size: 20px;
  order: 3;
}
.featured-rotator .caption p.rotator-text {
  padding: 0 0 0 0;
  margin: 0px 0 0 0;
  font-size: 12px;
  line-height: 1.8;
  max-height: 7.2em;
  overflow: hidden;
  order: 5;
  padding-top: 10px;
}
.featured-rotator .caption .caption-button {
  order: 6;
  margin-top: 20px;
  margin-bottom: 0;
}
.featured-rotator .caption p.property-icon-holder {
  padding: 0 0 0 0;
  margin: 0px 0 0 0;
  color: #58616d;
  order: 4;
  margin: 0 !important;
}
.featured-rotator .flex-direction-nav {
  position: absolute;
  left: 0;
  right: 0;
}
.featured-rotator .flex-direction-nav a {
  background-color: #ffffff;
}
.featured-rotator .flex-direction-nav .flex-prev {
  left: 10px;
}
.featured-rotator .flex-direction-nav .flex-next {
  right: 10px;
}
/* Iframe */
iframe {
  border: none !important;
  width: 100%;
}
/* Harcourts Icons */
@font-face {
  font-family: 'harcourts';
  src: url('../../../edit/sdks/harcourts/fonts/harcourts.eot?mcvrtz');
  src: url('../../../edit/sdks/harcourts/fonts/harcourts.eot?mcvrtz#iefix') format('embedded-opentype'), url('../../../edit/sdks/harcourts/fonts/harcourts.ttf?mcvrtz') format('truetype'), url('../../../edit/sdks/harcourts/fonts/harcourts.woff?mcvrtz') format('woff'), url('../../../edit/sdks/harcourts/fonts/harcourts.svg?mcvrtz#harcourts') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="harcourts-"], [class*=" harcourts-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'harcourts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.harcourts-calendar:before {
  content: "\e913";
}
.harcourts-location:before {
  content: "\e914";
}
.harcourts-boxed-plus:before {
  content: "\e912";
}
.harcourts-camera:before {
  content: "\e90e";
}
.harcourts-external-link:before {
  content: "\e90f";
}
.harcourts-play-circle:before {
  content: "\e910";
}
.harcourts-redo:before {
  content: "\e911";
}
.harcourts-bathroom:before {
  content: "\e900";
}
.harcourts-bedroom:before {
  content: "\e901";
}
.harcourts-boatpad:before {
  content: "\e902";
}
.harcourts-carpad:before {
  content: "\e903";
}
.harcourts-carport:before {
  content: "\e904";
}
.harcourts-dining:before {
  content: "\e905";
}
.harcourts-garage:before {
  content: "\e906";
}
.harcourts-landsize:before {
  content: "\e907";
}
.harcourts-lounge:before {
  content: "\e908";
}
.harcourts-pool:before {
  content: "\e909";
}
.harcourts-shower:before {
  content: "\e90a";
}
.harcourts-study:before {
  content: "\e90b";
}
.harcourts-tenniscourt:before {
  content: "\e90c";
}
.harcourts-toilet:before {
  content: "\e90d";
}
@media screen and (max-width: 1280px) {
  .intro-property-info-holder .left-holder {
    width: 45%;
  }
  .intro-property-info-holder .left-right {
    width: 55%;
  }
}
@media screen and (max-width: 1010px) {
  .featured-rotator .module-image {
    display: block;
    width: 100%;
    float: none;
    clear: both;
    height: auto;
    border-left: none;
    border-bottom: none;
  }
  .featured-rotator .caption-holder {
    display: block;
    width: 100%;
    float: none;
    clear: both;
    height: auto;
    padding: 0;
    position: relative;
    transform: translateY(0%);
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    margin-top: -100px;
  }
  .featured-rotator .caption-holder .wrap {
    display: block;
    position: relative;
    margin: 0;
  }
  .featured-rotator .caption-holder .wrap .caption {
    display: block;
  }
  .featured-rotator a.direction-nav-item {
    margin-top: 12px;
    padding-top: 12px;
    top: auto;
    bottom: 100px;
  }
  .featured-rotator .prev-item {
    left: auto;
    right: calc(50% + 240px + 20px);
  }
  .featured-rotator .next-item {
    left: calc(50% + 240px + 20px);
    right: auto;
  }
}
@media screen and (max-width: 980px) {
  .sort-links {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    /*.intro-property-info-holder {
     flex-direction:column-reverse;
     }*/
  }
  .intro-property-info-holder .left-holder {
    width: 40%;
    /*display:block;*/
  }
  .intro-property-info-holder .right-holder {
    width: 60%;
    /*display:block;*/
  }
}
@media screen and (max-width: 850px) {
  .listing-left-col, .listing-right-col {
    width: 100% !important;
    margin-right: 0 !important;
    float: none !important;
    clear: both !important;
  }
  #property-thumbnail-slider .thumbnail-holder {
    width: auto;
    height: 100px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  #property-thumbnail-slider .thumbnail-holder img {
    min-width: 100px;
    min-height: 100px;
  }
  .intro-property-info-holder {
    flex-direction: column-reverse;
  }
  .intro-property-info-holder .left-holder, .intro-property-info-holder .right-holder {
    width: 100%;
  }
  #property-image-slider ul > li, #property-thumbnail-slider ul > li {
    height: 500px !important;
  }
  #property-image-slider.property-slider-new {
    max-height: 500px;
    /* Grid class styles */
  }
  .properties .property-item {
    float: left;
    display: inline-block;
  }
  .properties .property-item img {
    vertical-align: middle;
  }
}
@media screen and (max-width: 800px) {
  /* Listing Filter Style Overrides */
  .layout.side .listing-filter .form-item:nth-child(4) {
    max-width: 48%;
    margin-right: 4%;
    clear: none;
    float: left;
  }
  .layout.side .listing-filter .form-item:nth-child(5) {
    max-width: 48%;
    clear: none;
    float: left;
  }
  .block-width-full .listing-filter .form-item:nth-child(6) .select:nth-child(1) {
    border-right: none;
  }
  .block-width-full .listing-filter .form-item:nth-child(6) .select:nth-child(2) {
    border-left: solid 1px #c2c1c1;
    /* Ajax filter overrides*/
  }
  .block-width-full .listing-filter.full-filter .form-item, .block-width-full .listing-filter.full-filter.ajax-filter .form-item {
    width: 50% !important;
    clear: none !important;
    border-top: solid 1px #c2c1c1 !important;
    border-bottom: none !important;
    height: 52px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block-width-full .listing-filter.full-filter .form-item:nth-child(1), .block-width-full .listing-filter.full-filter.ajax-filter .form-item:nth-child(1), .block-width-full .listing-filter.full-filter .form-item:nth-child(2), .block-width-full .listing-filter.full-filter.ajax-filter .form-item:nth-child(2) {
    border-top: none !important;
  }
  .block-width-full .listing-filter.full-filter .form-item:nth-child(2n+1), .block-width-full .listing-filter.full-filter.ajax-filter .form-item:nth-child(2n+1) {
    border-left: none !important;
  }
  .block-width-full .listing-filter.full-filter .form-item:nth-child(2n +), .block-width-full .listing-filter.full-filter.ajax-filter .form-item:nth-child(2n +) {
    clear: left !important;
  }
  .block-width-full .listing-filter.full-filter .form-item > *, .block-width-full .listing-filter.full-filter.ajax-filter .form-item > * {
    border: none !important;
  }
  .block-width-full .listing-filter.full-filter .form-item:nth-child(5), .block-width-full .listing-filter.full-filter.ajax-filter .form-item:nth-child(5), .block-width-full .listing-filter.full-filter .form-item:nth-child(6), .block-width-full .listing-filter.full-filter.ajax-filter .form-item:nth-child(6) {
    width: 100% !important;
    clear: left;
    border-left: none !important;
  }
  .block-width-full .listing-filter.full-filter .form-item.subbut-holder, .block-width-full .listing-filter.full-filter.ajax-filter .form-item.subbut-holder {
    float: right;
    margin-top: 0px !important;
    width: 100% !important;
    max-width: none;
    height: auto;
    padding-top: 1px;
  }
  .block-width-full .listing-filter.full-filter .form-item.subbut-holder .subbut, .block-width-full .listing-filter.full-filter.ajax-filter .form-item.subbut-holder .subbut {
    max-width: 50%;
    float: right !important;
    margin-left: auto;
  }
  .home-page .block-width-full .listing-filter.hpfilter .form-item, .landing-page .block-width-full .listing-filter.hpfilter .form-item {
    width: calc(50% - 1px) !important;
    clear: none !important;
    max-width: none;
    float: left;
    border-radius: 2px !important;
    overflow: hidden;
    margin-top: 2px !important;
  }
  .home-page .block-width-full .listing-filter.hpfilter .form-item:nth-child(2n+3), .landing-page .block-width-full .listing-filter.hpfilter .form-item:nth-child(2n+3) {
    margin-left: 0px;
    clear: left !important;
  }
  .home-page .block-width-full .listing-filter.hpfilter .form-item:nth-child(5), .landing-page .block-width-full .listing-filter.hpfilter .form-item:nth-child(5), .home-page .block-width-full .listing-filter.hpfilter .form-item:nth-child(6), .landing-page .block-width-full .listing-filter.hpfilter .form-item:nth-child(6) {
    width: 100% !important;
    clear: left;
  }
  .home-page .block-width-full .listing-filter.hpfilter .form-item.subbut-holder, .landing-page .block-width-full .listing-filter.hpfilter .form-item.subbut-holder {
    float: right;
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 700px) {
  .layout.side .listing-filter .form-item:nth-child(4) {
    max-width: 48%;
    margin-right: 4%;
    clear: none;
    float: left;
  }
  .layout.side .listing-filter .form-item:nth-child(5) {
    max-width: 48%;
    clear: none;
    float: left;
    /* Home page filter */
  }
  .home-page .block-width-full .listing-filter .form-item:nth-child(1), .landing-page .block-width-full .listing-filter .form-item:nth-child(1) {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .home-page .block-width-full .listing-filter .form-item:nth-child(2), .landing-page .block-width-full .listing-filter .form-item:nth-child(1) {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  .home-page .block-width-full .listing-filter .form-item:nth-child(5), .landing-page .block-width-full .listing-filter .form-item:nth-child(5) {
    clear: none;
  }
}
@media screen and (max-width: 550px) {
  #property-thumbnail-slider .thumbnail-holder {
    width: auto;
    height: 50px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  #property-thumbnail-slider .thumbnail-holder img {
    min-width: 50px;
    min-height: 50px;
  }
  .sort-links a {
    margin-left: 0;
  }
  .sort-links a:first-of-type {
    margin-left: 10px;
  }
  #property-thumbnail-slider {
    display: none !important;
  }
}
@media screen and (max-width: 650px) {
  #oh-date-range {
    clear: both;
    float: left;
    margin-left: -8px;
    width: 250px;
  }
  .featured-rotator {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .featured-rotator .caption-holder {
    position: relative !important;
    transform: translateY(0%);
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
    margin-top: 0 !important;
  }
  .featured-rotator a.direction-nav-item {
    bottom: 0;
    transform: translateY(0%);
  }
  .featured-rotator .prev-item {
    left: 0 !important;
    right: auto !important;
  }
  .featured-rotator .next-item {
    right: 0 !important;
    left: auto !important;
  }
}
@media screen and (max-width: 520px) {
  .content .boxed-details-holder h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
  }
  .auction-open-holder .half-content {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .auction-open-holder .half-content + .half-content {
    padding-top: 1.8em;
    padding-bottom: 0px;
  }
  .auction-open-holder .half-content.has-bot-divider {
    padding-bottom: 1.8em;
    border-bottom: solid 1px #dddddd;
  }
}
@media screen and (max-width: 480px) {
  .hc-button {
    padding: 18px 25px;
  }
  .intro-property-info-holder .left-holder {
    padding: 40px;
  }
  .intro-property-info-holder .left-holder h1 {
    padding-top: 0;
    /* Ajax filter overrides*/
  }
  .block-width-full .listing-filter.full-filter .form-item, .block-width-full .listing-filter.full-filter.ajax-filter .form-item {
    width: 100% !important;
    clear: both !important;
    border-top: solid 1px #c2c1c1 !important;
    border-left: none !important;
    border-bottom: none !important;
    border-right: none !important;
    margin: 0 !important;
    max-width: none !important;
  }
  .block-width-full .listing-filter.full-filter .form-item:nth-child(2), .block-width-full .listing-filter.full-filter.ajax-filter .form-item:nth-child(2) {
    border-top: solid 1px #c2c1c1 !important;
  }
  .block-width-full .listing-filter.full-filter .form-item:nth-child(1), .block-width-full .listing-filter.full-filter.ajax-filter .form-item:nth-child(1) {
    border-top: none !important;
  }
  .block-width-full .listing-filter.full-filter .form-item:nth-child(5), .block-width-full .listing-filter.full-filter.ajax-filter .form-item:nth-child(5), .block-width-full .listing-filter.full-filter .form-item:nth-child(6), .block-width-full .listing-filter.full-filter.ajax-filter .form-item:nth-child(6) {
    width: 100% !important;
    clear: left;
  }
  .block-width-full .listing-filter.full-filter .form-item > *, .block-width-full .listing-filter.full-filter.ajax-filter .form-item > * {
    border: none !important;
  }
  .block-width-full .listing-filter.full-filter .form-item .subbut, .block-width-full .listing-filter.full-filter.ajax-filter .form-item .subbut {
    max-width: none !important;
  }
  .listing-filter .form-item:nth-child(5), .layout.side .listing-filter .form-item:nth-child(5) {
    max-width: 48%;
    clear: none;
    float: left;
  }
  #oh-date-range {
    width: 254px;
    /* Home page filter */
  }
  .home-page .block-width-full .listing-filter .form-item:nth-child(4), .landing-page .block-width-full .listing-filter .form-item:nth-child(4) {
    margin-right: 0;
  }
  .home-page .block-width-full .listing-filter .form-item:nth-child(5), .landing-page .block-width-full .listing-filter .form-item:nth-child(5) {
    clear: none;
  }
  .home-page .block-width-full .listing-filter .form-item.info-text, .landing-page .block-width-full .listing-filter .form-item.info-text {
    display: none !important;
  }
  .home-page .block-width-full .listing-filter.hpfilter .form-item, .landing-page .block-width-full .listing-filter.hpfilter .form-item {
    width: 100% !important;
    clear: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none;
    float: none;
    border-radius: 2px !important;
    overflow: hidden;
    margin-top: 2px !important;
    border: none !important;
  }
  .home-page .block-width-full .listing-filter.hpfilter .form-item > *, .landing-page .block-width-full .listing-filter.hpfilter .form-item > * {
    border: none !important;
  }
  .home-page .block-width-full .listing-filter.hpfilter .form-item:nth-child(2n+3), .landing-page .block-width-full .listing-filter.hpfilter .form-item:nth-child(2n+3) {
    margin-left: 0px;
    clear: left !important;
  }
  .home-page .block-width-full .listing-filter.hpfilter .form-item:nth-child(5), .landing-page .block-width-full .listing-filter.hpfilter .form-item:nth-child(5), .home-page .block-width-full .listing-filter.hpfilter .form-item:nth-child(6), .landing-page .block-width-full .listing-filter.hpfilter .form-item:nth-child(6) {
    width: 100% !important;
    clear: left;
  }
  .home-page .block-width-full .listing-filter.hpfilter .form-item.subbut-holder, .landing-page .block-width-full .listing-filter.hpfilter .form-item.subbut-holder {
    float: right;
    margin-top: 10px !important;
    /* Features list block */
  }
  .features-holder ul.features-table-list {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .listing-filter select, .listing-filter textarea, .listing-filter input[type="text"], .listing-filter input[type="password"], .listing-filter input[type="datetime"], .listing-filter input[type="datetime-local"], .listing-filter input[type="date"], .listing-filter input[type="month"], .listing-filter input[type="time"], .listing-filter input[type="week"], .listing-filter input[type="number"], .listing-filter input[type="email"], .listing-filter input[type="url"], .listing-filter input[type="search"], .listing-filter input[type="tel"], .listing-filter input[type="color"] {
    font-size: 13px !important;
    /* Collapsing Description */
  }
  .property-description.reduced-desc {
    height: 240px;
  }
}
@media screen and (max-width: 450px) {
  #property-top-bar {
    text-align: center;
  }
  #property-top-bar .address, #property-top-bar a {
    /*display:none;*/
  }
  #property-top-bar a.back {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 420px) {
  /* Container Flash listing filter */
  .block-width-full .listing-filter .form-item {
    border-bottom: none !important;
  }
  .block-width-full .listing-filter .form-item .input, .block-width-full .listing-filter .form-item .select {
    border-top: none !important;
  }
  .block-width-full .listing-filter .form-item .two-col .select {
    width: 50% !important;
    max-width: 50% !important;
  }
  .block-width-full .listing-filter .form-item .two-col .select:nth-child(2) {
    border-left: none !important;
  }
  .home-page .block-width-full .listing-filter .form-item, .landing-page .block-width-full .listing-filter .form-item {
    border-radius: 4px !important;
    /* Ajax filter overrides*/
  }
  .block-width-full .listing-filter.full-filter.ajax-filter .form-item {
    width: 100% !important;
    clear: both !important;
    border-top: solid 1px #c2c1c1 !important;
    border-left: none !important;
    border-bottom: none !important;
    border-right: none !important;
    margin: 0 !important;
    max-width: none !important;
  }
  .block-width-full .listing-filter.full-filter.ajax-filter .form-item:nth-child(2) {
    border-top: solid 1px #c2c1c1 !important;
  }
  .block-width-full .listing-filter.full-filter.ajax-filter .form-item:nth-child(1) {
    border-top: none !important;
  }
  .block-width-full .listing-filter.full-filter.ajax-filter .form-item:nth-child(5), .block-width-full .listing-filter.full-filter.ajax-filter .form-item:nth-child(6) {
    width: 100% !important;
    clear: left;
  }
  .block-width-full .listing-filter.full-filter.ajax-filter .form-item:nth-child(5) .two-col > *:first-child, .block-width-full .listing-filter.full-filter.ajax-filter .form-item:nth-child(6) .two-col > *:first-child {
    border-left: none !important;
  }
  .block-width-full .listing-filter.full-filter.ajax-filter .form-item:nth-child(5) .two-col > *:nth-child(2), .block-width-full .listing-filter.full-filter.ajax-filter .form-item:nth-child(6) .two-col > *:nth-child(2) {
    border-left: solid 1px #c2c1c1 !important;
  }
  .block-width-full .listing-filter.full-filter.ajax-filter .form-item > * {
    border: none !important;
  }
  .block-width-full .listing-filter.full-filter.ajax-filter .form-item > * > * {
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
  }
  #sort-dropdown, p.listing-count {
    float: none;
    display: block;
    margin-bottom: 0.8em;
    padding-left: 0px;
  }
  #sort-dropdown {
    margin-bottom: 0.4em;
  }
  #oh-date-range {
    width: 280px;
  }
  p.listing-count {
    margin-top: 0.8em;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22api2test%2Fedit%2Fsdks%2Fharcourts%2Fharcourts.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CkCAAA%3BAAAA%2CaAAA%3BAAAA%2CYAAA%3BAAAA%2CaAAA%3BAAAA%2C2DAAA%3BAAgCA%3BAAAA%3B8BAAA%3BAAAA%3BAAEA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAYC%3BAAAA%3BiBAAA%3BAAAA%3BAA1DD%2C0BAAA%3BAAgEA%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUC%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAkBC%3BAAAA%2CmDAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAwBC%3BAAAA%3B%3B%3BmDAAA%3BAAAA%3BAA7HF%2CgBAAA%3BAAuIA%3BAAAA%2CcAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3BWAAA%3BAAAA%3BAASC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAcC%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAoBA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAgBC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQC%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAeC%3BAAAA%2CiBAAA%3BAAAA%3BAAED%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAhTH%2C%2BBAAA%3BAAyTA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAKE%3BAAAA%3B%3BiBAAA%3BAAAA%3BAA9TF%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BIAAA%3BAAmWG%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUC%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BeAAA%3BAAAA%3BAApZH%2CyBAAA%3BAA4ZA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAWC%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B8BAAA%3BAAAA%3BAASE%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASI%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3BeAAA%3BAAAA%3BAAKN%3BAAAA%3B%3BSAAA%3BAAAA%3BAAKU%3BAAAA%2CiBAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAAOhB%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%2CoBAAA%3BAAAA%3BAAEC%3BAAAA%2C2BAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAmBC%3BAAAA%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAUD%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAQD%3BAACI%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAlmBJ%2CeAAA%3BAA2mBA%3BAAAA%3BcAAA%3BAAAA%3BAA3mBA%2CgBAAA%3BAAinBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAhoBF%2CmBAAA%3BAAuoBA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAgBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAkBF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAaC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAASD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWF%3BAAAA%2C0BAAA%3BAAAA%3BAA9vBA%2CgCAAA%3BAAswBC%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAiBA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAaC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAAGF%3BAAAA%3B%3BaAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAWC%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAeC%3BAAAA%3BiBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAgBC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAgBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAmBC%3BAAAA%2CmDAAA%3BAAAA%3BAAED%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAyBC%3BAAAA%3B%3B%3BmDAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAl8BF%2CkBAAA%3BAA68BE%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAgBD%3BAAAA%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWA%3BAAAA%2CqBAAA%3BAAAA%3BAACC%3BAAAA%2CqBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAcD%3BAAAA%2CqBAAA%3BAAAA%3BAACC%3BAAAA%2CqBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAzgCH%2CoCAAA%3BAAwhCA%3BAAAA%2CqBAAA%3BAAAA%3BAAxhCA%2CUAAA%3BAA6hCC%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOC%3BAAAA%2C2BAAA%3BAAAA%3BAAEA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAA5iCF%2CUAAA%3BAAmjCC%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMC%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAA7jCF%2CWAAA%3BAAokCC%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAYC%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAaA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%3BkBAAA%3BAAAA%3BAACA%3BAAAA%3BkBAAA%3BAAAA%3BAACA%3BAAAA%3BkBAAA%3BAAAA%3BAAED%3BAAAA%3BmBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BAAMC%3BAAAA%2CgBAAA%3BAAAA%3BAAED%3BAAAA%3B%3B%3B2CAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3BiCAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMD%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B2CAAA%3BAAAA%3BAAOA%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAWC%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAArtCJ%2CeAAA%3BAA8tCC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAcC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAeA%3BAAAA%3BmBAAA%3BAAAA%3BAAYA%3BAAAA%2C0BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B8BAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAUC%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAKC%3BAAAA%2C4BAAA%3BAAAA%3BAAOH%3BAAAA%2CeAAA%3BAAAA%3BAAMA%3BAAAA%2C2BAAA%3BAAAA%3BAAIC%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAMC%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%3B0BAAA%3BAAAA%3BAAOF%3BAACC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAYC%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAAA%3BAA72CJ%2CwBAAA%3BAA63CA%3BAAAA%2CiBAAA%3BAAAA%3BAACC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWC%3BAAAA%2CiBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAeC%3BAAAA%3B%3BcAAA%3BAAAA%3BAA15CJ%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BIAAA%3BAAAA%2CgBAAA%3BAAu7CA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAaA%3BAAAA%2CsBAAA%3BAAAA%3BAAGC%3BAAAA%2CgBAAA%3BAAAA%3BAAGF%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAWC%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%3BiBAAA%3BAAAA%3BAAj%2FCF%2CsBAAA%3BAAw%2FCA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOC%3BAAAA%2CmBAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAQA%3BAAAA%2CqBAAA%3BAAAA%3BAAIO%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAML%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAGF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAeC%3BAAAA%2CcAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAgBD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAeC%3BAAAA%2CcAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAA3nDF%2C%2BBAAA%3BAA0oDA%3BAAAA%3BeAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAOA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQC%3BAAAA%2CaAAA%3BAAAA%3BAAED%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAuBC%3BAACE%3BAAAA%3B%3B%3B%3BkDAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BoDAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2C8BAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAhtDD%3B%3B%3B%3B%3B%3BIAAA%3BAAguDC%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAeC%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAACC%3BAAAA%2CwBAAA%3BAAAA%3BAAGF%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAOA%3BAAAA%2CgBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3B%3B8BAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAuBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAnzDF%2CuCAAA%3BAA40DE%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B4CAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B4CAAA%3BAAAA%3BAASC%3BAAAA%2CwBAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAaC%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAmBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAqBJ%3BAAAA%2CkBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAA18DF%2CyBAAA%3BAA09DA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAA19DA%3B%3B%3B%3B%3B%3B%3B%3B%3BIAAA%3BAAg%2FDC%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAWC%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKC%3BAAAA%2CkBAAA%3BAAAA%3BAAEF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAYC%3BAAAA%3BkBAAA%3BAAAA%3BAAlhEF%2CoDAAA%3BAA4hEE%3BAAAA%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAMC%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CoBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAtkED%2C8BAAA%3BAAilEA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3B%3B%3BWAAA%3BAAAA%3BAA5lED%2C4BAAA%3BAAwmEA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAASC%3BAAAA%3BoBAAA%3BAAAA%3BAAQD%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAaC%3BAAAA%2CmBAAA%3BAAAA%3BAA9qEH%2C%2BBAAA%3BAAorEA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%2CaAAA%3BAAAA%3BAACA%3BAAAA%2CaAAA%3BAAAA%3BAAlsEA%2CwBAAA%3BAAssEA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%2CYAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAAGC%3BAAAA%2CsBAAA%3BAAAA%3BAAED%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWC%3BAAAA%2CkBAAA%3BAAAA%3BAAIH%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAA5vEA%2CqBAAA%3BAAswEA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAtwEA%2CwBAAA%3BAAkxEC%3BAAAA%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%3BoBAAA%3BAAAA%3BAAvxED%2C0BAAA%3BAA%2BxEC%3BAAAA%2CqBAAA%3BAAAA%3BAA%2FxED%2CoCAAA%3BAAsyEC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%2CkBAAA%3BAAAA%3BAA3yEF%2CgBAAA%3BAAgzEC%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMC%3BAAAA%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%2CoBAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BAACC%3BAAAA%2CiBAAA%3BAAAA%3BAAGL%3BAAAA%2CuBAAA%3BAAAA%3BAAv1EA%2CoBAAA%3BAA01EA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAA31EA%3B%3BgEAAA%3BAAAA%2CmBAAA%3BAAk2EA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAQC%3BAAAA%2CgBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAWF%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAaC%3BAAAA%2CmBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAwBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAv9ED%2CuBAAA%3BAAk%2FEC%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOC%3BAAAA%2CyBAAA%3BAAAA%3BAAz%2FEF%2CsBAAA%3BAA%2B%2FEA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASC%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%2CsBAAA%3BAAAA%3BAAGC%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%2C%2BBAAA%3BAAAA%3BAArhFH%2CUAAA%3BAAwhFC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAxhFD%2C%2BEAAA%3BAAwiFC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAYE%3BAAAA%2CgBAAA%3BAAAA%3BAApjFH%2CaAAA%3BAAujFC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAvjFD%3B%3BIAAA%3BAAklFE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAgBC%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3BWAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3BWAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAQF%3BAAAA%3B%3BWAAA%3BAAAA%3BAAKC%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAAvqFF%2CYAAA%3BAA0qFA%3BAAAA%3BcAAA%3BAAAA%3BAA1qFA%2CqBAAA%3BAAgrFA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAeA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAMA%3BAAEC%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAGD%3BAAEC%3BAAAA%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAeC%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMC%3BAAAA%2CmBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%3BoCAAA%3BAAAA%3BAAKA%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAAOD%3BAAEC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BQAAA%3BAAAA%3BAAgBA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAQD%3BAAEC%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAOC%3BAAAA%3BsBAAA%3BAAAA%3BAAMD%3BAAAA%2CmCAAA%3BAAAA%3BAAGC%3BAAAA%2CgBAAA%3BAAAA%3BAAKD%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%3B2BAAA%3BAAAA%3BAAOC%3BAAAA%3B0BAAA%3BAAAA%3BAAIC%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%2CsCAAA%3BAAGC%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAQE%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3B8BAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAQC%3BAAAA%2CgCAAA%3BAAAA%3BAAKD%3BAAAA%2CiCAAA%3BAAAA%3BAAGA%3BAAAA%2C2BAAA%3BAAAA%3BAAIE%3BAAAA%2C4BAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAYC%3BAAAA%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAUA%3BAAAA%3B2BAAA%3BAAAA%3BAAKA%3BAAAA%3BgBAAA%3BAAAA%3BAAMA%3BAAAA%3BgCAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAGC%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAOA%3BAAAA%3BiCAAA%3BAAAA%3BAAKA%3BAAAA%3BgCAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEC%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAOC%3BAAAA%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAEA%3BAAAA%2CsBAAA%3BAAAA%3BAAGD%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAID%3BAAEC%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAASA%3BAAAA%3B8BAAA%3BAAAA%3BAAIC%3BAAAA%3B2BAAA%3BAAAA%3BAACA%3BAAAA%3B0BAAA%3BAAAA%3BAAAA%3BAAIH%3BAAEC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B8BAAA%3BAAAA%3BAAIC%3BAAAA%3BwBAAA%3BAAAA%3BAAIC%3BAAAA%3BqCAAA%3BAAAA%3BAAAA%3BAAOH%3BAAEC%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAGC%3BAAAA%3B8BAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAUA%3BAAAA%2C6CAAA%3BAAAA%3BAAKC%3BAAAA%2CgCAAA%3BAAAA%3BAAID%3BAAAA%3BgBAAA%3BAAAA%3BAAMC%3BAAAA%2C4BAAA%3BAAAA%3BAAID%3BAAAA%2C%2BBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAOA%3BAAAA%3B0BAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAEA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2C6BAAA%3BAAAA%3BAASG%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAWC%3BAAAA%2C4BAAA%3BAAAA%3BAAKD%3BAAAA%3B2BAAA%3BAAAA%3BAAKA%3BAAAA%3BgBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAASH%3BAAAA%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAASA%3BAAAA%3BgCAAA%3BAAAA%3BAAqBA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAMD%3BAAEC%3BAAAA%2CuBAAA%3BAAAA%3BAAGC%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%2CsCAAA%3BAAKC%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%3B8BAAA%3BAAAA%3BAAGA%3BAAAA%2CiCAAA%3BAAAA%3BAAEA%3BAAAA%3B8BAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAUC%3BAAAA%2C6CAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAID%3BAAAA%3BgBAAA%3BAAAA%3BAAIC%3BAAAA%2CiCAAA%3BAAAA%3BAAGA%3BAAAA%2C8CAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAEA%3BAAAA%3B%3BkCAAA%3BAAAA%3BAASH%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOC%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%22%7D */