/* import depenencies */
/* PROXIMA-NOVA FONT IMPORT */
@import url("https://use.typekit.net/dfs5bxg.css");
/* variables specific to this sheet */
/* primary font elements */
body {
  color: #5A5A5A;
  font: 400 14px/1.5em 'proxima-nova', Arial, "Droid Sans", Helvetica, Arial, sans-serif, arial, sans-serif;
}
b,
strong {
  font-weight: 600;
  line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: 'proxima-nova', Arial, "Droid Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
}
h1 {
  font-size: 54px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 17px;
  font-weight: 300;
}
h6 {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
p {
  display: block;
  color: #5A5A5A;
  margin: 0.75em 0 1.5em;
}
a {
  color: #000000;
  text-decoration: none;
  transition: .5s ease;
}
a:focus,
a:hover,
a:active {
  color: #48A3FF;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.uses_wysiwyg .bodyText > *:first-child,
article.user-content .bodyText > *:first-child,
.user-content article .bodyText > *:first-child {
  margin-top: 0;
}
.uses_wysiwyg em,
article.user-content em,
.user-content article em {
  font-style: italic;
}
.uses_wysiwyg ul,
article.user-content ul,
.user-content article ul {
  margin-left: 2em;
}
.uses_wysiwyg ul > li,
article.user-content ul > li,
.user-content article ul > li {
  position: relative;
}
.uses_wysiwyg ul > li:before,
article.user-content ul > li:before,
.user-content article ul > li:before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -2.5em;
  width: 2em;
  text-align: right;
  color: #48A3FF;
}
.uses_wysiwyg ol,
article.user-content ol,
.user-content article ol {
  list-style: decimal;
  margin-left: 2em;
}
.uses_wysiwyg ul li,
article.user-content ul li,
.user-content article ul li,
.uses_wysiwyg ol li,
article.user-content ol li,
.user-content article ol li {
  margin: 10px 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slide-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url(/assets/layout/_global/images/image-placeholder.png);
  background-size: cover;
  background-position: center;
  transition: all .8s ease;
}
.slick-slider .slide-image.show {
  opacity: 1;
}
.uses_overlay .slick-track:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000 !important;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 20, 44, 0.4);
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.keep_aspect_ratio .img-slide {
  position: relative;
}
.keep_aspect_ratio .img-slide:before {
  content: '';
  display: block;
  width: 100%;
}
.keep_aspect_ratio .img-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: url(/assets/layout/_global/images/image-placeholder.png) center center / cover #555;
}
.keep_aspect_ratio .img-slide:before,
.keep_aspect_ratio .video-slide .embed-container {
  padding-bottom: 56.25%;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
img.slick-slide {
  object-fit: cover;
}
.slick-slide {
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.item {
  position: relative;
  width: 100%;
  height: auto;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 0;
  min-width: 0px;
  height: auto;
  background: none;
  outline: none;
  border: none;
  transition: .5s ease;
}
.slick-arrow:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  opacity: 1;
  transition: .75s ease;
  color: #ffffff;
  background: #48A3FF;
  text-align: center;
  min-width: 40px;
  line-height: 40px;
  padding: 0;
}
.slick-arrow:hover:before {
  cursor: pointer;
  opacity: .5;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  content: '\f060';
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  content: '\f061';
}
.alt-arrow {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  font-size: 1em;
  display: block;
  width: auto;
  cursor: pointer;
}
.alt-arrow.arrow-next:hover i {
  transform: translateX(5px);
}
.alt-arrow.arrow-prev:hover i {
  transform: translateX(-5px);
}
.alt-arrow i {
  transition: .5s ease;
}
/* ------------------------- */
/* ------- variables ------- */
/* ------------------------- */
/* ------------------------- */
/* -------- PADDING -------- */
/* ------------------------- */
.padding-sml {
  padding: 10px;
}
@media only screen and (min-width: 740px) {
  .padding-sml-tablet {
    padding: 10px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-sml-desktop {
    padding: 10px;
  }
}
.padding-sml-top {
  padding-top: 10px;
}
@media only screen and (min-width: 740px) {
  .padding-sml-top-tablet {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-sml-top-desktop {
    padding-top: 10px;
  }
}
.padding-sml-bottom {
  padding-bottom: 10px;
}
@media only screen and (min-width: 740px) {
  .padding-sml-bottom-tablet {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-sml-bottom-desktop {
    padding-bottom: 10px;
  }
}
.padding-sml-left {
  padding-left: 10px;
}
@media only screen and (min-width: 740px) {
  .padding-sml-left-tablet {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-sml-left-desktop {
    padding-left: 10px;
  }
}
.padding-sml-right {
  padding-right: 10px;
}
@media only screen and (min-width: 740px) {
  .padding-sml-right-tablet {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-sml-right-desktop {
    padding-right: 10px;
  }
}
.padding-sml-vert {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 740px) {
  .padding-sml-vert-tablet {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-sml-vert-desktop {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.padding-sml-hoz {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 740px) {
  .padding-sml-hoz-tablet {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-sml-hoz-desktop {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.padding-med {
  padding: 15px;
}
@media only screen and (min-width: 740px) {
  .padding-med-tablet {
    padding: 15px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-med-desktop {
    padding: 15px;
  }
}
.padding-med-top {
  padding-top: 15px;
}
@media only screen and (min-width: 740px) {
  .padding-med-top-tablet {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-med-top-desktop {
    padding-top: 15px;
  }
}
.padding-med-bottom {
  padding-bottom: 15px;
}
@media only screen and (min-width: 740px) {
  .padding-med-bottom-tablet {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-med-bottom-desktop {
    padding-bottom: 15px;
  }
}
.padding-med-left {
  padding-left: 15px;
}
@media only screen and (min-width: 740px) {
  .padding-med-left-tablet {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-med-left-desktop {
    padding-left: 15px;
  }
}
.padding-med-right {
  padding-right: 15px;
}
@media only screen and (min-width: 740px) {
  .padding-med-right-tablet {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-med-right-desktop {
    padding-right: 15px;
  }
}
.padding-med-vert {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 740px) {
  .padding-med-vert-tablet {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-med-vert-desktop {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.padding-med-hoz {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 740px) {
  .padding-med-hoz-tablet {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-med-hoz-desktop {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.padding-lrg {
  padding: 20px;
}
@media only screen and (min-width: 740px) {
  .padding-lrg-tablet {
    padding: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-lrg-desktop {
    padding: 20px;
  }
}
.padding-lrg-top {
  padding-top: 20px;
}
@media only screen and (min-width: 740px) {
  .padding-lrg-top-tablet {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-lrg-top-desktop {
    padding-top: 20px;
  }
}
.padding-lrg-bottom {
  padding-bottom: 20px;
}
@media only screen and (min-width: 740px) {
  .padding-lrg-bottom-tablet {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-lrg-bottom-desktop {
    padding-bottom: 20px;
  }
}
.padding-lrg-left {
  padding-left: 20px;
}
@media only screen and (min-width: 740px) {
  .padding-lrg-left-tablet {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-lrg-left-desktop {
    padding-left: 20px;
  }
}
.padding-lrg-right {
  padding-right: 20px;
}
@media only screen and (min-width: 740px) {
  .padding-lrg-right-tablet {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-lrg-right-desktop {
    padding-right: 20px;
  }
}
.padding-lrg-vert {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 740px) {
  .padding-lrg-vert-tablet {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-lrg-vert-desktop {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.padding-lrg-hoz {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 740px) {
  .padding-lrg-hoz-tablet {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-lrg-hoz-desktop {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.padding-xl {
  padding: 50px;
}
@media only screen and (min-width: 740px) {
  .padding-xl-tablet {
    padding: 50px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-xl-desktop {
    padding: 50px;
  }
}
.padding-xl-top {
  padding-top: 50px;
}
@media only screen and (min-width: 740px) {
  .padding-xl-top-tablet {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-xl-top-desktop {
    padding-top: 50px;
  }
}
.padding-xl-bottom {
  padding-bottom: 50px;
}
@media only screen and (min-width: 740px) {
  .padding-xl-bottom-tablet {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-xl-bottom-desktop {
    padding-bottom: 50px;
  }
}
.padding-xl-left {
  padding-left: 50px;
}
@media only screen and (min-width: 740px) {
  .padding-xl-left-tablet {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-xl-left-desktop {
    padding-left: 50px;
  }
}
.padding-xl-right {
  padding-right: 50px;
}
@media only screen and (min-width: 740px) {
  .padding-xl-right-tablet {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-xl-right-desktop {
    padding-right: 50px;
  }
}
.padding-xl-vert {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 740px) {
  .padding-xl-vert-tablet {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-xl-vert-desktop {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.padding-xl-hoz {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 740px) {
  .padding-xl-hoz-tablet {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 980px) {
  .padding-xl-hoz-desktop {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/* ------------------------- */
/* -------- MARGIN --------- */
/* ------------------------- */
.margin-sml {
  margin: 10px;
}
@media only screen and (min-width: 740px) {
  .margin-sml-tablet {
    margin: 10px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-sml-desktop {
    margin: 10px;
  }
}
.margin-sml-top {
  margin-top: 10px;
}
@media only screen and (min-width: 740px) {
  .margin-sml-top-tablet {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-sml-top-desktop {
    margin-top: 10px;
  }
}
.margin-sml-bottom {
  margin-bottom: 10px;
}
@media only screen and (min-width: 740px) {
  .margin-sml-bottom-tablet {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-sml-bottom-desktop {
    margin-bottom: 10px;
  }
}
.margin-sml-left {
  margin-left: 10px;
}
@media only screen and (min-width: 740px) {
  .margin-sml-left-tablet {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-sml-left-desktop {
    margin-left: 10px;
  }
}
.margin-sml-right {
  margin-right: 10px;
}
@media only screen and (min-width: 740px) {
  .margin-sml-right-tablet {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-sml-right-desktop {
    margin-right: 10px;
  }
}
.margin-sml-vert {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 740px) {
  .margin-sml-vert-tablet {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-sml-vert-desktop {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.margin-sml-hoz {
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (min-width: 740px) {
  .margin-sml-hoz-tablet {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-sml-hoz-desktop {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.margin-med {
  margin: 15px;
}
@media only screen and (min-width: 740px) {
  .margin-med-tablet {
    margin: 15px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-med-desktop {
    margin: 15px;
  }
}
.margin-med-top {
  margin-top: 15px;
}
@media only screen and (min-width: 740px) {
  .margin-med-top-tablet {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-med-top-desktop {
    margin-top: 15px;
  }
}
.margin-med-bottom {
  margin-bottom: 15px;
}
@media only screen and (min-width: 740px) {
  .margin-med-bottom-tablet {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-med-bottom-desktop {
    margin-bottom: 15px;
  }
}
.margin-med-left {
  margin-left: 15px;
}
@media only screen and (min-width: 740px) {
  .margin-med-left-tablet {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-med-left-desktop {
    margin-left: 15px;
  }
}
.margin-med-right {
  margin-right: 15px;
}
@media only screen and (min-width: 740px) {
  .margin-med-right-tablet {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-med-right-desktop {
    margin-right: 15px;
  }
}
.margin-med-vert {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 740px) {
  .margin-med-vert-tablet {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-med-vert-desktop {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.margin-med-hoz {
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (min-width: 740px) {
  .margin-med-hoz-tablet {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-med-hoz-desktop {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.margin-lrg {
  margin: 20px;
}
@media only screen and (min-width: 740px) {
  .margin-lrg-tablet {
    margin: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-lrg-desktop {
    margin: 20px;
  }
}
.margin-lrg-top {
  margin-top: 20px;
}
@media only screen and (min-width: 740px) {
  .margin-lrg-top-tablet {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-lrg-top-desktop {
    margin-top: 20px;
  }
}
.margin-lrg-bottom {
  margin-bottom: 20px;
}
@media only screen and (min-width: 740px) {
  .margin-lrg-bottom-tablet {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-lrg-bottom-desktop {
    margin-bottom: 20px;
  }
}
.margin-lrg-left {
  margin-left: 20px;
}
@media only screen and (min-width: 740px) {
  .margin-lrg-left-tablet {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-lrg-left-desktop {
    margin-left: 20px;
  }
}
.margin-lrg-right {
  margin-right: 20px;
}
@media only screen and (min-width: 740px) {
  .margin-lrg-right-tablet {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-lrg-right-desktop {
    margin-right: 20px;
  }
}
.margin-lrg-vert {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 740px) {
  .margin-lrg-vert-tablet {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-lrg-vert-desktop {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.margin-lrg-hoz {
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (min-width: 740px) {
  .margin-lrg-hoz-tablet {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-lrg-hoz-desktop {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.margin-xl {
  margin: 50px;
}
@media only screen and (min-width: 740px) {
  .margin-xl-tablet {
    margin: 50px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-xl-desktop {
    margin: 50px;
  }
}
.margin-xl-top {
  margin-top: 50px;
}
@media only screen and (min-width: 740px) {
  .margin-xl-top-tablet {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-xl-top-desktop {
    margin-top: 50px;
  }
}
.margin-xl-bottom {
  margin-bottom: 50px;
}
@media only screen and (min-width: 740px) {
  .margin-xl-bottom-tablet {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-xl-bottom-desktop {
    margin-bottom: 50px;
  }
}
.margin-xl-left {
  margin-left: 50px;
}
@media only screen and (min-width: 740px) {
  .margin-xl-left-tablet {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-xl-left-desktop {
    margin-left: 50px;
  }
}
.margin-xl-right {
  margin-right: 50px;
}
@media only screen and (min-width: 740px) {
  .margin-xl-right-tablet {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-xl-right-desktop {
    margin-right: 50px;
  }
}
.margin-xl-vert {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 740px) {
  .margin-xl-vert-tablet {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-xl-vert-desktop {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.margin-xl-hoz {
  margin-left: 50px;
  margin-right: 50px;
}
@media only screen and (min-width: 740px) {
  .margin-xl-hoz-tablet {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 980px) {
  .margin-xl-hoz-desktop {
    margin-left: 50px;
    margin-right: 50px;
  }
}
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
/* ------------------------- */
/* --------- FLEX ---------- */
/* ------------------------- */
.flex {
  display: flex;
}
.flex-center,
.flex-onlycenter {
  justify-content: center;
  align-items: center;
}
.flex-center-align {
  align-items: center;
}
.flex-baseline-align {
  align-items: baseline;
}
.flex-center-justify {
  justify-content: center;
}
.flex-space-between-justify {
  justify-content: space-between;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.flex-row-end {
  align-items: center;
  justify-content: flex-end;
}
.flex-col-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.flex-col-end {
  align-items: flex-end;
  justify-content: flex-end;
}
.flex-grow {
  flex-grow: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-align-self-stretch {
  align-self: stretch;
}
.flex-align-self-center {
  align-self: center;
}
.flex-align-self-start {
  align-self: flex-start;
}
.flex-align-self-end {
  align-self: flex-end;
}
/* ------------------------- */
/* ------ TEXT ALIGN ------- */
/* ------------------------- */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
/* ------------------------- */
/*  RESPONSIVE VIDEO EMBEDS  */
/* ------------------------- */
._embed_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
._embed_container iframe,
._embed_container object,
._embed_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ------------------------- */
/* --------- LINKS --------- */
/* ------------------------- */
/* ------------------------- */
/* -------- BUTTONS -------- */
/* ------------------------- */
.btn {
  font-size: 13px;
  text-align: center;
  border-radius: 3px;
  padding: 7px 15px 5px;
  transition: .5s ease;
  font-weight: 500;
}
.btn_scroll {
  transform-origin: -50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background: #48A3FF;
  padding: 10px 15px;
}
.btn_scroll:hover {
  background: #0063c7;
}
.btn_scroll._up:hover {
  transform: translate(-50%, -75%);
}
.btn_scroll._left:hover {
  transform: translate(-75%, -50%);
}
.btn_scroll._right:hover {
  transform: translate(-25%, -50%);
}
.btn_scroll._down:hover {
  transform: translate(-50%, -25%);
}
.btn_primary {
  color: #ffffff;
  background: #48A3FF;
}
.btn_primary:hover {
  color: #ffffff;
  background: #0063c7;
}
.btn_secondary {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn_secondary:hover {
  background: #0063c7;
  border: 1px solid #0063c7;
}
.btn_terchiery {
  color: inherit;
  border: 1px solid #D1D1D1;
}
.btn_terchiery:hover {
  color: #48A3FF;
  background: #ffffff;
}
/* ------------------------- */
/* --------- GRID ---------- */
/* ------------------------- */
.grid-row {
  display: flex;
  flex-wrap: wrap;
}
.grid-row .col-1 {
  width: 100%;
}
.grid-row .col-2 {
  width: 50%;
}
.grid-row .col-3 {
  width: 33.33%;
}
.grid-row .col-3-2 {
  width: 66.66%;
}
.grid-row .col-4 {
  width: 25%;
}
.grid-row .col-4-3 {
  width: 70%;
}
.grid-row .col-5 {
  width: 20%;
}
.grid-row .col-5-2 {
  width: 40%;
}
.grid-row .col-5-3 {
  width: 60%;
}
.grid-row .col-5-4 {
  width: 80%;
}
@media (min-width: 500px) {
  .grid-row .col-sml-1 {
    width: 100%;
  }
  .grid-row .col-sml-2 {
    width: 50%;
  }
  .grid-row .col-sml-3 {
    width: 33.33%;
  }
  .grid-row .col-sml-3-2 {
    width: 66.66%;
  }
  .grid-row .col-sml-4 {
    width: 25%;
  }
  .grid-row .col-sml-4-3 {
    width: 70%;
  }
  .grid-row .col-sml-5 {
    width: 20%;
  }
  .grid-row .col-sml-5-2 {
    width: 40%;
  }
  .grid-row .col-sml-5-3 {
    width: 60%;
  }
  .grid-row .col-sml-5-4 {
    width: 80%;
  }
}
@media (min-width: 740px) {
  .grid-row .col-med-1 {
    width: 100%;
  }
  .grid-row .col-med-2 {
    width: 50%;
  }
  .grid-row .col-med-3 {
    width: 33.33%;
  }
  .grid-row .col-med-3-2 {
    width: 66.66%;
  }
  .grid-row .col-med-4 {
    width: 25%;
  }
  .grid-row .col-med-4-3 {
    width: 70%;
  }
  .grid-row .col-med-5 {
    width: 20%;
  }
  .grid-row .col-med-5-2 {
    width: 40%;
  }
  .grid-row .col-med-5-3 {
    width: 60%;
  }
  .grid-row .col-med-5-4 {
    width: 80%;
  }
}
@media (min-width: 980px) {
  .grid-row .col-lrg-1 {
    width: 100%;
  }
  .grid-row .col-lrg-2 {
    width: 50%;
  }
  .grid-row .col-lrg-3 {
    width: 33.33%;
  }
  .grid-row .col-lrg-3-2 {
    width: 66.66%;
  }
  .grid-row .col-lrg-4 {
    width: 25%;
  }
  .grid-row .col-lrg-4-3 {
    width: 70%;
  }
  .grid-row .col-lrg-5 {
    width: 20%;
  }
  .grid-row .col-lrg-5-2 {
    width: 40%;
  }
  .grid-row .col-lrg-5-3 {
    width: 60%;
  }
  .grid-row .col-lrg-5-4 {
    width: 80%;
  }
}
.lity-content {
  position: relative;
  background: #FAFAFA;
}
.lity-content img {
  display: block;
  margin: 0 auto;
}
form input,
form textarea,
form select {
  font-family: inherit;
  display: block;
  width: 100%;
  position: relative;
  padding: 10px;
  border: 1px solid #D1D1D1;
  border-radius: 3px;
  outline: none;
  transition: 0.5s ease;
}
form .select {
  position: relative;
}
form .select i {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100%;
}
form .select select {
  padding-right: 30px;
  width: 100%;
  cursor: pointer;
}
form .select select option {
  padding: 5px 10px;
}
form select {
  -webkit-appearance: none;
  appearance: none;
}
form select::-ms-expand {
  display: none;
}
form input[type="submit"] {
  background-color: #48A3FF;
  color: #ffffff;
  border: 0;
  padding: 10px 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}
form input[type="submit"]:hover,
form input[type="submit"]:active {
  background-color: #0063c7;
}
form .form-error,
form .form-success {
  display: none;
  padding: 10px;
  margin: 10px;
  border: 2px solid;
  border-radius: 3px;
  transition: 0.5s 0.5s ease;
}
form .form-error {
  color: #ec1c41;
  background-color: #ffd5d5;
}
form .form-success {
  color: #1dc551;
  background-color: #d5ffd5;
}
/* Layout styles */
/* -- IE 11 styling -- */
_:-ms-fullscreen,
:root #fn-2019-testimonial-imageslider .info-wrapper .testimonial-text .inner-wrapper {
  max-width: 100%;
}
_:-ms-fullscreen,
:root #fn-2019-testimonial-imageslider .info-wrapper .testimonial-text .slide_nav {
  left: 220px;
}
_:-ms-fullscreen,
:root #fn-2019-homepage .home-search .suburb-autocomplete .input-search label {
  display: none;
}
/* -- IE 11 styling --  */
body {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  overflow-x: hidden;
  min-height: 99vh;
}
body * {
  box-sizing: border-box;
}
body a {
  cursor: pointer;
}
body .fas.fa-phone:before {
  transform: rotateY(180deg);
  display: block;
  font-size: 0.85em;
}
section {
  position: relative;
}
section > .ancre {
  position: absolute;
  top: -100px;
}
section.heading-section {
  border-bottom: 1px solid #D1D1D1;
}
section.heading-section h1,
section.heading-section h2,
section.heading-section h3,
section.heading-section h4,
section.heading-section h5,
section.heading-section h6 {
  margin-bottom: 5px;
}
section.heading-section h1:last-child,
section.heading-section h2:last-child,
section.heading-section h3:last-child,
section.heading-section h4:last-child,
section.heading-section h5:last-child,
section.heading-section h6:last-child {
  margin-bottom: 0;
}
section.bg_secondary {
  background-color: #FAFAFA;
}
section.bg_terchiery {
  color: #ffffff;
  background-color: rgba(0, 20, 44, 0.5);
}
section.bg_terchiery h2,
section.bg_terchiery h3,
section.bg_terchiery h6 {
  color: inherit;
}
section.bg_quaternary {
  background-color: #7F8995;
}
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.container-padded {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.logo {
  display: block;
  width: 260px;
  max-width: 100%;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
}
header {
  font-size: 14px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 10px;
  width: 100%;
  color: #5A5A5A;
  background-color: #ffffff;
  border-bottom: 1px solid #D1D1D1;
  transition: 0.5s ease;
}
header .logo {
  max-width: calc(100% - 40px);
}
header a {
  color: #5A5A5A;
}
header a:hover {
  color: #48A3FF;
}
header .btn_primary span {
  color: #ffffff;
}
header.scrolling,
header.homePage.scrolling {
  color: #5A5A5A;
  padding: 10px;
  background-color: #fff;
}
header.scrolling .logo img,
header.homePage.scrolling .logo img {
  filter: none;
}
header.scrolling a,
header.homePage.scrolling a,
header.scrolling #menu a,
header.homePage.scrolling #menu a {
  color: #5A5A5A;
}
header.scrolling a:hover,
header.homePage.scrolling a:hover,
header.scrolling #menu a:hover,
header.homePage.scrolling #menu a:hover {
  color: #48A3FF;
}
header.scrolling a.btn_primary,
header.homePage.scrolling a.btn_primary,
header.scrolling #menu a.btn_primary,
header.homePage.scrolling #menu a.btn_primary {
  color: #fff;
}
header.scrolling a.btn_primary:hover,
header.homePage.scrolling a.btn_primary:hover,
header.scrolling #menu a.btn_primary:hover,
header.homePage.scrolling #menu a.btn_primary:hover {
  color: #fff;
}
header.homePage {
  position: fixed;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
header.homePage .logo img {
  filter: brightness(0) invert(1);
}
header.homePage a,
header.homePage #menu a {
  color: #fff;
}
header.homePage a:hover,
header.homePage #menu a:hover {
  color: #48A3FF;
}
header.homePage a.btn_terchiery,
header.homePage #menu a.btn_terchiery {
  transition-delay: 0s;
}
header #menu a {
  color: #5A5A5A;
  font-weight: 300;
  text-transform: uppercase;
}
header #menu a:hover {
  color: #48A3FF;
}
@media only screen and (min-width: 740px) {
  header #menu.menu_desktop ul > li {
    display: flex;
    align-items: center;
  }
}
.toggle-mobile-menu {
  cursor: pointer;
  font-size: 1.5em;
}
.toggle-mobile-menu i {
  position: relative;
}
.toggle-mobile-menu i:before,
.toggle-mobile-menu i:after {
  transition: 0.5s ease;
}
.toggle-mobile-menu i:after {
  content: "\f00d";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.toggle-mobile-menu.active i:before,
.toggle-mobile-menu.active i:after {
  transform: rotateZ(180deg);
}
.toggle-mobile-menu.active i:before {
  opacity: 0;
}
.toggle-mobile-menu.active i:after {
  opacity: 1;
}
/* ----------------------------- */
/* -------- MENU STYLES -------- */
/* ----------------------------- */
#menu_mobile_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: block;
  width: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
#menu_mobile_bg.active {
  width: 100vw;
}
#menu {
  /* MOBILE MENU */
}
#menu ul,
#menu li,
#menu ol {
  list-style: none;
  padding: unset;
  margin: unset;
  line-height: 1.1em;
}
#menu a {
  color: inherit;
  display: block;
}
#menu.menu_desktop {
  /* MEGA MENU */
}
#menu.menu_desktop a:not(.phone-link) {
  display: block;
  width: 100%;
  line-height: 1.5em;
  padding: 4px 10px;
}
#menu.menu_desktop .nav-parent {
  display: flex;
}
#menu.menu_desktop .nav-parent.basic-nav-parent .nav-child-sub a.parent-link {
  color: #000000;
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D1D1D1;
}
#menu.menu_desktop .nav-parent.basic-nav-parent .nav-child-sub a.parent-link:hover,
#menu.menu_desktop .nav-parent.basic-nav-parent .nav-child-sub a.parent-link:active {
  color: #48A3FF;
}
#menu.menu_desktop .nav-parent.basic-nav-parent .nav-child-sub:nth-child(2) {
  padding-top: 15px;
}
#menu.menu_desktop .nav-child {
  position: relative;
}
#menu.menu_desktop .nav-child:hover .nav-parent-sub,
#menu.menu_desktop .nav-child:active .nav-parent-sub {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
#menu.menu_desktop .nav-parent-sub {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 90%;
  right: 50%;
  transform: translate(50%, 0);
  transform-origin: 50% 0;
  min-width: 200px;
  transition: 0.5s ease;
  padding-top: 10px;
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.25);
}
#menu.menu_desktop .nav-parent-sub .nav-child-sub {
  background: #ffffff;
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
}
#menu.menu_desktop .nav-parent-sub .nav-child-sub:first-child {
  padding-top: 10px;
  border-top: 1px solid #D1D1D1;
}
#menu.menu_desktop .nav-parent-sub .nav-child-sub:last-child {
  padding-bottom: 15px;
  border-bottom: 1px solid #D1D1D1;
}
#menu.menu_desktop .nav-parent-sub a {
  text-transform: capitalize;
  color: #5A5A5A;
  white-space: nowrap;
}
#menu.menu_desktop .nav-parent-sub a:hover {
  color: #48A3FF;
}
#menu.menu_desktop .mega-nav-container {
  right: 0;
  transform: translate(0, 0);
  transform-origin: 0 0;
}
#menu.menu_desktop .mega-nav-container .nav-mega-child:first-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #D1D1D1;
}
#menu.menu_desktop .mega-nav-container .nav-mega-child:last-child {
  padding-top: 10px;
  border-top: 1px solid #D1D1D1;
}
#menu.menu_desktop .mega-nav-container .more-parents {
  white-space: nowrap;
}
#menu.menu_desktop .mega-nav-container .more-parents li {
  padding: 0 20px;
  cursor: pointer;
  min-width: 220px;
}
#menu.menu_desktop .mega-nav-container .more-parents li .parent-link {
  width: 100%;
  padding: 15px 10px;
  color: #5A5A5A;
}
#menu.menu_desktop .mega-nav-container .more-parents li .parent-link i {
  opacity: 0.5;
  margin-right: 10px;
}
#menu.menu_desktop .mega-nav-container .more-parents li .parent-link strong,
#menu.menu_desktop .mega-nav-container .more-parents li .parent-link i {
  transition: 0.5s ease;
}
#menu.menu_desktop .mega-nav-container .more-parents li .parent-link:hover i {
  opacity: 1;
}
#menu.menu_desktop .mega-nav-container .more-parents li .parent-link:hover strong {
  color: #48A3FF;
}
#menu.menu_desktop .mega-nav-container .more-parents li:nth-last-child(n + 2) .parent-link {
  border-bottom: 1px solid #D1D1D1;
}
#menu.menu_desktop .mega-nav-container .more-children {
  padding: 11px 0;
  min-width: 300px;
  transition: 0.5s ease;
}
#menu.menu_desktop .mega-nav-container .btn_primary {
  display: inline-block;
  width: auto;
}
#menu.menu_mobile {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 500px;
  max-width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #ffffff;
  transition: 0.5s ease;
  transform: translate(-100%, 0);
  border-right: 1px solid #D1D1D1;
}
#menu.menu_mobile.active {
  transform: translate(0%, 0);
}
#menu.menu_mobile .mobile_nav {
  display: block;
  width: 100%;
  max-height: 100%;
  overflow-y: scroll;
}
#menu.menu_mobile .menu-header {
  border-bottom: 1px solid #D1D1D1;
}
#menu.menu_mobile .toggle-mobile-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#menu.menu_mobile a {
  padding: 15px;
}
#menu.menu_mobile ol {
  max-height: 0;
  width: 100%;
  overflow: hidden;
  order: 2;
  transition: 1s ease;
}
#menu.menu_mobile ul .parentNoChild:after {
  display: none !important;
}
#menu.menu_mobile ul > li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #D1D1D1;
}
#menu.menu_mobile ul > li li {
  border-top: 1px solid #D1D1D1;
}
#menu.menu_mobile ul > li > a {
  font-weight: 700;
  flex-grow: 1;
}
#menu.menu_mobile ul > li:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  cursor: pointer;
  transition: 0.5s ease;
}
#menu.menu_mobile li.active ol {
  max-height: 100vh;
}
#menu.menu_mobile li.active ol a {
  padding-left: 30px;
}
section.bottom-nav {
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  text-align: center;
  text-transform: uppercase;
}
section.bottom-nav a {
  color: #5A5A5A;
}
section.bottom-nav a:focus,
section.bottom-nav a:hover,
section.bottom-nav a:active {
  color: #48A3FF;
}
section.bottom-nav a:only-child {
  margin: 0 auto;
}
footer {
  margin-top: auto;
}
footer a {
  display: block;
  color: #5A5A5A;
}
footer a:focus,
footer a:hover,
footer a:active {
  color: #48A3FF;
}
footer .nav-footer .contact_details {
  width: 100%;
}
@media (min-width: 740px) {
  footer .nav-footer .contact_details {
    width: 50%;
  }
}
@media (min-width: 980px) {
  footer .nav-footer .contact_details {
    width: 25%;
  }
}
footer .nav-footer .contact_details li {
  list-style: none;
  padding: 5px 10px;
}
footer .nav-footer ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-grow: 1;
}
footer .nav-footer ul > li {
  width: 100%;
}
footer .nav-footer ul > li > a {
  font-weight: 600;
}
footer .nav-footer ul a {
  padding: 5px 10px;
}
footer .office-links {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}
footer .bottom_details {
  font-size: 13px;
}
footer .bottom_details a {
  margin-left: 5px;
}
@media (min-width: 740px) {
  footer .nav-footer li {
    line-height: 1.4em;
  }
  footer .nav-footer .contact_details strong,
  footer .nav-footer .parent {
    font-size: 16px;
    color: #000000;
  }
  footer .nav-footer ul > li {
    width: 50%;
  }
  footer .offices-heading {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  footer .single-office .page-links {
    display: flex;
  }
  footer .single-office .page-links ul {
    width: 80%;
  }
}
@media (min-width: 740px) and (min-width: 980px) {
  footer .nav-footer ul > li {
    width: 25%;
  }
}
@media (max-width: 739px) {
  footer .nav-footer .contact_details a {
    padding: 0;
  }
  footer .nav-footer ul {
    padding: 20px 10px;
  }
  footer .nav-footer ul li {
    border-top: 1px solid #D1D1D1;
  }
  footer .nav-footer ul a {
    padding: 15px 0;
  }
  footer .nav-footer ul > li {
    position: relative;
    cursor: pointer;
  }
  footer .nav-footer ul > li:last-child {
    border-bottom: 1px solid #D1D1D1;
  }
  footer .nav-footer ul > li > a {
    max-width: calc(100% - 40px);
    position: relative;
    color: #000000;
  }
  footer .nav-footer ul > li > a[href="#"] {
    pointer-events: none;
  }
  footer .nav-footer ul > li > a:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
  }
  footer .nav-footer ul > li ol {
    max-height: 0;
    transition: 0.5s ease;
    overflow: hidden;
  }
  footer .nav-footer ul > li.active ol {
    max-height: 100vh;
  }
}
@media only screen and (max-width: 740px) {
  .mobile-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 740px) and (max-width: 980px) {
  .tablet-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 980px) {
  .desktop-hide {
    display: none !important;
  }
}
.dropdown {
  display: block;
  position: relative;
  z-index: 8;
  cursor: pointer;
}
.dropdown:hover .dropdown-container {
  pointer-events: auto;
  top: 100%;
  opacity: 1;
}
.dropdown .dropdown-heading {
  display: block;
  padding: 10px 20px;
  border: 1px solid #D1D1D1;
}
.dropdown .dropdown-heading:after {
  content: "";
  font-family: FontAwesome;
}
.dropdown .dropdown-container {
  position: absolute;
  pointer-events: none;
  top: calc(100% - 10px);
  background-color: #fff;
  border: 1px solid #D1D1D1;
  opacity: 0;
  transition: 0.5s ease;
}
.dropdown .dropdown-container:before,
.dropdown .dropdown-container:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
}
.dropdown .dropdown-container:before {
  left: calc(50% - 10px);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #D1D1D1;
}
.dropdown .dropdown-container:after {
  left: calc(50% - 9px);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
}
.dropdown .dropdown-container > *,
.dropdown .dropdown-container .dropdown-item {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 20px;
}
.print-background {
  padding-right: 0 !important;
}
.print-background h1,
.print-background h2,
.print-background h5,
.print-background span,
.print-background p,
.print-background i {
  color: #5A5A5A !important;
}
.print-background .price p {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  padding-left: 10px;
}
.print-background .bbc-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  padding-left: 10px;
}
li {
  font-size: 9pt !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #5A5A5A !important;
}
@media print {
  header {
    position: relative;
  }
  #banner > *:nth-child(1n+2),
  #banner .btn-step {
    display: none;
  }
  footer {
    display: none;
  }
}
#print-alpha#print-alpha .page-box .container .listing-heading {
  max-height: 5mm;
  white-space: normal;
}
#print-alpha#print-alpha footer {
  position: relative;
}
/* TEMPLATE IMPORTS */
#fn-2019-agents #refine-agents-delta .select,
#fn-2019-agents #refine-agents-delta .radio-container {
  width: 100%;
}
#fn-2019-agents #refine-agents-delta .radio-container:nth-child(3) {
  margin: 0 auto;
}
@media (min-width: 740px) {
  #fn-2019-agents #refine-agents-delta .select,
  #fn-2019-agents #refine-agents-delta .radio-container {
    width: auto;
  }
}
#fn-2019-agents #no-results {
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#fn-2019-agents .radio_btn input[type="radio"] {
  display: none;
}
#fn-2019-agents .radio_btn input[type="radio"]:checked + label {
  font-weight: 700;
}
#fn-2019-agents .radio_btn input[type="radio"]:checked + label:before {
  left: 0;
  width: 100%;
}
#fn-2019-agents .radio_btn label {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 15px 10px;
}
#fn-2019-agents .radio_btn label:before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #48A3FF;
  transition: .5s ease;
}
#fn-2019-agents .radio_btn label:hover,
#fn-2019-agents .radio_btn label:active {
  font-weight: 700;
}
#fn-2019-agents .radio_btn label:hover:before,
#fn-2019-agents .radio_btn label:active:before {
  left: 0;
  width: 100%;
}
#fn-2019-agents .staff-member {
  width: 100%;
  margin: 0 10px 20px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #D1D1D1;
  border-bottom: 2px solid #48A3FF;
}
#fn-2019-agents .staff-image {
  position: relative;
  display: block;
  overflow: hidden;
}
#fn-2019-agents .staff-image:before {
  content: '';
  display: block;
  padding-bottom: 100%;
  background: #f1f1f1;
  position: relative;
}
#fn-2019-agents .staff-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#fn-2019-agents .lower {
  margin-top: auto;
  background-color: #FAFAFA;
}
#fn-2019-agents .lower a {
  color: #5A5A5A;
}
#fn-2019-agents .lower a:hover {
  color: #48A3FF;
}
#fn-2019-agent-show .agent-upper .heading-wrap {
  margin: 0 10px;
}
#fn-2019-agent-show .agent-upper .btn-wrap {
  margin: 5px 0;
}
#fn-2019-agent-show .agent-upper .heading-wrap,
#fn-2019-agent-show .agent-upper .btn-wrap {
  width: 100%;
}
#fn-2019-agent-show .agent-upper h2,
#fn-2019-agent-show .agent-upper h5 {
  margin: 0;
}
#fn-2019-agent-show .agent-upper .btn_primary {
  flex: 1 175px;
  width: 175px;
  font-size: 1em;
  position: relative;
  margin: 5px 10px;
}
@media (min-width: 740px) {
  #fn-2019-agent-show .agent-upper .heading-wrap,
  #fn-2019-agent-show .agent-upper .btn-wrap {
    width: auto;
  }
}
#fn-2019-agent-show .agent-center .container {
  max-width: 1140px;
}
#fn-2019-agent-show .staff-image {
  position: relative;
  display: block;
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
}
#fn-2019-agent-show .staff-image:before {
  content: '';
  display: block;
  padding-bottom: 50%;
  background: #f1f1f1;
  position: relative;
}
#fn-2019-agent-show .staff-image .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#fn-2019-agent-show .contact-details {
  text-align: center;
}
#fn-2019-agent-show .contact-details .phone-numbers {
  width: 100%;
}
#fn-2019-agent-show .contact-details a {
  width: 100%;
}
#fn-2019-agent-show .contact-details a i {
  color: #48A3FF;
}
@media (min-width: 740px) {
  #fn-2019-agent-show .contact-details .phone-numbers,
  #fn-2019-agent-show .contact-details a {
    width: auto;
  }
}
#fn-2019-agent-show .contact-details .social_links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 50px;
}
#fn-2019-agent-show .contact-details .social_links a i {
  color: #5A5A5A;
  padding: 15px;
}
#fn-2019-agent-show .contact-details .social_links a:hover i,
#fn-2019-agent-show .contact-details .social_links a:focus i,
#fn-2019-agent-show .contact-details .social_links a:active i {
  color: #48A3FF;
}
#fn-2019-agent-show .profile-details h3 {
  color: #5A5A5A;
  font-weight: 300;
}
#fn-2019-agent-show .radio_btn input[type="radio"] {
  display: none;
}
#fn-2019-agent-show .radio_btn input[type="radio"]:checked + label {
  font-weight: 700;
}
#fn-2019-agent-show .radio_btn input[type="radio"]:checked + label:before {
  left: 0;
  width: 100%;
}
#fn-2019-agent-show .radio_btn label {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 15px 10px;
}
#fn-2019-agent-show .radio_btn label:before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #48A3FF;
  transition: .5s ease;
}
#fn-2019-agent-show .radio_btn label:hover:before,
#fn-2019-agent-show .radio_btn label:active:before {
  left: 0;
  width: 100%;
}
#fn-2019-agent-show .listing-slider {
  display: flex;
  flex-direction: column-reverse;
}
#fn-2019-agent-show .listing-slider > .slick-list {
  overflow: visible;
  width: 100%;
  max-width: 1260px;
  padding: 0 50px;
  margin: 0 auto;
}
#fn-2019-agent-show .listing-slider > .slick-list .slick-prev {
  left: -100px;
}
#fn-2019-agent-show .listing-slider > .slick-list .slick-next {
  right: -100px;
}
@media (max-width: 1410px) {
  #fn-2019-agent-show .listing-slider > .slick-list .slick-prev {
    left: -45px;
  }
  #fn-2019-agent-show .listing-slider > .slick-list .slick-next {
    right: -45px;
  }
}
#fn-2019-agent-show .listing-slider .slick-dots {
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  background: #ffffff;
  margin-bottom: 40px;
  text-align: center;
}
#fn-2019-agent-show .listing-slider .slick-dots button {
  display: none;
}
#fn-2019-agent-show .listing-slider .slick-dots li {
  display: inline-block;
  cursor: pointer;
  padding: 20px 15px;
  position: relative;
  padding-bottom: 22px;
}
#fn-2019-agent-show .listing-slider .slick-dots li.slick-active {
  font-weight: 700;
}
#fn-2019-agent-show .listing-slider .slick-dots li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  border-bottom: 2px solid #48A3FF;
  transition: .5s ease;
}
#fn-2019-agent-show .listing-slider .slick-dots li:hover,
#fn-2019-agent-show .listing-slider .slick-dots li:active {
  font-weight: 700;
}
#fn-2019-agent-show .listing-slider .slick-dots li.slick-active:after,
#fn-2019-agent-show .listing-slider .slick-dots li:hover:after {
  left: 0;
  width: 100%;
}
#fn-2019-agent-show .listing-slider .slick-dots li:nth-child(1):before {
  content: 'My New Listings';
}
#fn-2019-agent-show .listing-slider .slick-dots li:nth-child(2):before {
  content: 'My Recent Results';
}
#fn-2019-blog .blog-articles,
#fn-2019-blog-show .blog-articles,
#fn-2019-suburb-profiles .blog-articles,
#fn-2019-suburb-show .blog-articles,
#fn-2019-clearing-sale-show .blog-articles,
#fn-2019-testimonial .blog-articles,
#fn-2019-blog .suburb-articles,
#fn-2019-blog-show .suburb-articles,
#fn-2019-suburb-profiles .suburb-articles,
#fn-2019-suburb-show .suburb-articles,
#fn-2019-clearing-sale-show .suburb-articles,
#fn-2019-testimonial .suburb-articles,
#fn-2019-blog .testimonial-articles,
#fn-2019-blog-show .testimonial-articles,
#fn-2019-suburb-profiles .testimonial-articles,
#fn-2019-suburb-show .testimonial-articles,
#fn-2019-clearing-sale-show .testimonial-articles,
#fn-2019-testimonial .testimonial-articles,
#fn-2019-blog .side-links,
#fn-2019-blog-show .side-links,
#fn-2019-suburb-profiles .side-links,
#fn-2019-suburb-show .side-links,
#fn-2019-clearing-sale-show .side-links,
#fn-2019-testimonial .side-links {
  width: 100%;
}
#fn-2019-blog .side-links > *,
#fn-2019-blog-show .side-links > *,
#fn-2019-suburb-profiles .side-links > *,
#fn-2019-suburb-show .side-links > *,
#fn-2019-clearing-sale-show .side-links > *,
#fn-2019-testimonial .side-links > * {
  margin-bottom: 20px;
}
#fn-2019-blog .side-links > *:last-child,
#fn-2019-blog-show .side-links > *:last-child,
#fn-2019-suburb-profiles .side-links > *:last-child,
#fn-2019-suburb-show .side-links > *:last-child,
#fn-2019-clearing-sale-show .side-links > *:last-child,
#fn-2019-testimonial .side-links > *:last-child {
  border-bottom: 2px solid #48A3FF;
}
#fn-2019-blog .categories,
#fn-2019-blog-show .categories,
#fn-2019-suburb-profiles .categories,
#fn-2019-suburb-show .categories,
#fn-2019-clearing-sale-show .categories,
#fn-2019-testimonial .categories {
  border: 1px solid #D1D1D1;
}
#fn-2019-blog .categories li,
#fn-2019-blog-show .categories li,
#fn-2019-suburb-profiles .categories li,
#fn-2019-suburb-show .categories li,
#fn-2019-clearing-sale-show .categories li,
#fn-2019-testimonial .categories li {
  padding: 15px;
}
#fn-2019-blog .categories li.heading,
#fn-2019-blog-show .categories li.heading,
#fn-2019-suburb-profiles .categories li.heading,
#fn-2019-suburb-show .categories li.heading,
#fn-2019-clearing-sale-show .categories li.heading,
#fn-2019-testimonial .categories li.heading {
  font-weight: 600;
  font-size: 1.2em;
  color: #000000;
}
#fn-2019-blog .categories li a,
#fn-2019-blog-show .categories li a,
#fn-2019-suburb-profiles .categories li a,
#fn-2019-suburb-show .categories li a,
#fn-2019-clearing-sale-show .categories li a,
#fn-2019-testimonial .categories li a {
  color: #5A5A5A;
}
#fn-2019-blog .categories li a:hover,
#fn-2019-blog-show .categories li a:hover,
#fn-2019-suburb-profiles .categories li a:hover,
#fn-2019-suburb-show .categories li a:hover,
#fn-2019-clearing-sale-show .categories li a:hover,
#fn-2019-testimonial .categories li a:hover,
#fn-2019-blog .categories li a:active,
#fn-2019-blog-show .categories li a:active,
#fn-2019-suburb-profiles .categories li a:active,
#fn-2019-suburb-show .categories li a:active,
#fn-2019-clearing-sale-show .categories li a:active,
#fn-2019-testimonial .categories li a:active,
#fn-2019-blog .categories li a.active,
#fn-2019-blog-show .categories li a.active,
#fn-2019-suburb-profiles .categories li a.active,
#fn-2019-suburb-show .categories li a.active,
#fn-2019-clearing-sale-show .categories li a.active,
#fn-2019-testimonial .categories li a.active {
  color: #48A3FF;
}
#fn-2019-blog .categories li a.active,
#fn-2019-blog-show .categories li a.active,
#fn-2019-suburb-profiles .categories li a.active,
#fn-2019-suburb-show .categories li a.active,
#fn-2019-clearing-sale-show .categories li a.active,
#fn-2019-testimonial .categories li a.active {
  font-weight: 700;
}
#fn-2019-blog .categories li:nth-child(n+2),
#fn-2019-blog-show .categories li:nth-child(n+2),
#fn-2019-suburb-profiles .categories li:nth-child(n+2),
#fn-2019-suburb-show .categories li:nth-child(n+2),
#fn-2019-clearing-sale-show .categories li:nth-child(n+2),
#fn-2019-testimonial .categories li:nth-child(n+2) {
  border-top: 1px solid #D1D1D1;
}
@media all and (min-width: 740px) {
  #fn-2019-blog .blog-articles,
  #fn-2019-blog-show .blog-articles,
  #fn-2019-suburb-profiles .blog-articles,
  #fn-2019-suburb-show .blog-articles,
  #fn-2019-clearing-sale-show .blog-articles,
  #fn-2019-testimonial .blog-articles,
  #fn-2019-blog .suburb-articles,
  #fn-2019-blog-show .suburb-articles,
  #fn-2019-suburb-profiles .suburb-articles,
  #fn-2019-suburb-show .suburb-articles,
  #fn-2019-clearing-sale-show .suburb-articles,
  #fn-2019-testimonial .suburb-articles,
  #fn-2019-blog .testimonial-articles,
  #fn-2019-blog-show .testimonial-articles,
  #fn-2019-suburb-profiles .testimonial-articles,
  #fn-2019-suburb-show .testimonial-articles,
  #fn-2019-clearing-sale-show .testimonial-articles,
  #fn-2019-testimonial .testimonial-articles {
    max-width: calc(100% - 300px);
    padding-right: 50px;
  }
  #fn-2019-blog .blog-articles .fn-2019-blog-item:first-child .image-wrap:before,
  #fn-2019-blog-show .blog-articles .fn-2019-blog-item:first-child .image-wrap:before,
  #fn-2019-suburb-profiles .blog-articles .fn-2019-blog-item:first-child .image-wrap:before,
  #fn-2019-suburb-show .blog-articles .fn-2019-blog-item:first-child .image-wrap:before,
  #fn-2019-clearing-sale-show .blog-articles .fn-2019-blog-item:first-child .image-wrap:before,
  #fn-2019-testimonial .blog-articles .fn-2019-blog-item:first-child .image-wrap:before,
  #fn-2019-blog .suburb-articles .fn-2019-blog-item:first-child .image-wrap:before,
  #fn-2019-blog-show .suburb-articles .fn-2019-blog-item:first-child .image-wrap:before,
  #fn-2019-suburb-profiles .suburb-articles .fn-2019-blog-item:first-child .image-wrap:before,
  #fn-2019-suburb-show .suburb-articles .fn-2019-blog-item:first-child .image-wrap:before,
  #fn-2019-clearing-sale-show .suburb-articles .fn-2019-blog-item:first-child .image-wrap:before,
  #fn-2019-testimonial .suburb-articles .fn-2019-blog-item:first-child .image-wrap:before,
  #fn-2019-blog .testimonial-articles .fn-2019-blog-item:first-child .image-wrap:before,
  #fn-2019-blog-show .testimonial-articles .fn-2019-blog-item:first-child .image-wrap:before,
  #fn-2019-suburb-profiles .testimonial-articles .fn-2019-blog-item:first-child .image-wrap:before,
  #fn-2019-suburb-show .testimonial-articles .fn-2019-blog-item:first-child .image-wrap:before,
  #fn-2019-clearing-sale-show .testimonial-articles .fn-2019-blog-item:first-child .image-wrap:before,
  #fn-2019-testimonial .testimonial-articles .fn-2019-blog-item:first-child .image-wrap:before,
  #fn-2019-blog .blog-articles .fn-2019-suburb-item:first-child .image-wrap:before,
  #fn-2019-blog-show .blog-articles .fn-2019-suburb-item:first-child .image-wrap:before,
  #fn-2019-suburb-profiles .blog-articles .fn-2019-suburb-item:first-child .image-wrap:before,
  #fn-2019-suburb-show .blog-articles .fn-2019-suburb-item:first-child .image-wrap:before,
  #fn-2019-clearing-sale-show .blog-articles .fn-2019-suburb-item:first-child .image-wrap:before,
  #fn-2019-testimonial .blog-articles .fn-2019-suburb-item:first-child .image-wrap:before,
  #fn-2019-blog .suburb-articles .fn-2019-suburb-item:first-child .image-wrap:before,
  #fn-2019-blog-show .suburb-articles .fn-2019-suburb-item:first-child .image-wrap:before,
  #fn-2019-suburb-profiles .suburb-articles .fn-2019-suburb-item:first-child .image-wrap:before,
  #fn-2019-suburb-show .suburb-articles .fn-2019-suburb-item:first-child .image-wrap:before,
  #fn-2019-clearing-sale-show .suburb-articles .fn-2019-suburb-item:first-child .image-wrap:before,
  #fn-2019-testimonial .suburb-articles .fn-2019-suburb-item:first-child .image-wrap:before,
  #fn-2019-blog .testimonial-articles .fn-2019-suburb-item:first-child .image-wrap:before,
  #fn-2019-blog-show .testimonial-articles .fn-2019-suburb-item:first-child .image-wrap:before,
  #fn-2019-suburb-profiles .testimonial-articles .fn-2019-suburb-item:first-child .image-wrap:before,
  #fn-2019-suburb-show .testimonial-articles .fn-2019-suburb-item:first-child .image-wrap:before,
  #fn-2019-clearing-sale-show .testimonial-articles .fn-2019-suburb-item:first-child .image-wrap:before,
  #fn-2019-testimonial .testimonial-articles .fn-2019-suburb-item:first-child .image-wrap:before,
  #fn-2019-blog .blog-articles .fn-2019-testimonial-item:first-child .image-wrap:before,
  #fn-2019-blog-show .blog-articles .fn-2019-testimonial-item:first-child .image-wrap:before,
  #fn-2019-suburb-profiles .blog-articles .fn-2019-testimonial-item:first-child .image-wrap:before,
  #fn-2019-suburb-show .blog-articles .fn-2019-testimonial-item:first-child .image-wrap:before,
  #fn-2019-clearing-sale-show .blog-articles .fn-2019-testimonial-item:first-child .image-wrap:before,
  #fn-2019-testimonial .blog-articles .fn-2019-testimonial-item:first-child .image-wrap:before,
  #fn-2019-blog .suburb-articles .fn-2019-testimonial-item:first-child .image-wrap:before,
  #fn-2019-blog-show .suburb-articles .fn-2019-testimonial-item:first-child .image-wrap:before,
  #fn-2019-suburb-profiles .suburb-articles .fn-2019-testimonial-item:first-child .image-wrap:before,
  #fn-2019-suburb-show .suburb-articles .fn-2019-testimonial-item:first-child .image-wrap:before,
  #fn-2019-clearing-sale-show .suburb-articles .fn-2019-testimonial-item:first-child .image-wrap:before,
  #fn-2019-testimonial .suburb-articles .fn-2019-testimonial-item:first-child .image-wrap:before,
  #fn-2019-blog .testimonial-articles .fn-2019-testimonial-item:first-child .image-wrap:before,
  #fn-2019-blog-show .testimonial-articles .fn-2019-testimonial-item:first-child .image-wrap:before,
  #fn-2019-suburb-profiles .testimonial-articles .fn-2019-testimonial-item:first-child .image-wrap:before,
  #fn-2019-suburb-show .testimonial-articles .fn-2019-testimonial-item:first-child .image-wrap:before,
  #fn-2019-clearing-sale-show .testimonial-articles .fn-2019-testimonial-item:first-child .image-wrap:before,
  #fn-2019-testimonial .testimonial-articles .fn-2019-testimonial-item:first-child .image-wrap:before {
    padding-bottom: 56.25%;
  }
  #fn-2019-blog .fn-2019-blog-item:first-child .content-wrap,
  #fn-2019-blog-show .fn-2019-blog-item:first-child .content-wrap,
  #fn-2019-suburb-profiles .fn-2019-blog-item:first-child .content-wrap,
  #fn-2019-suburb-show .fn-2019-blog-item:first-child .content-wrap,
  #fn-2019-clearing-sale-show .fn-2019-blog-item:first-child .content-wrap,
  #fn-2019-testimonial .fn-2019-blog-item:first-child .content-wrap,
  #fn-2019-blog .fn-2019-suburb-item:first-child .content-wrap,
  #fn-2019-blog-show .fn-2019-suburb-item:first-child .content-wrap,
  #fn-2019-suburb-profiles .fn-2019-suburb-item:first-child .content-wrap,
  #fn-2019-suburb-show .fn-2019-suburb-item:first-child .content-wrap,
  #fn-2019-clearing-sale-show .fn-2019-suburb-item:first-child .content-wrap,
  #fn-2019-testimonial .fn-2019-suburb-item:first-child .content-wrap,
  #fn-2019-blog .fn-2019-clearing-sale-item:first-child .content-wrap,
  #fn-2019-blog-show .fn-2019-clearing-sale-item:first-child .content-wrap,
  #fn-2019-suburb-profiles .fn-2019-clearing-sale-item:first-child .content-wrap,
  #fn-2019-suburb-show .fn-2019-clearing-sale-item:first-child .content-wrap,
  #fn-2019-clearing-sale-show .fn-2019-clearing-sale-item:first-child .content-wrap,
  #fn-2019-testimonial .fn-2019-clearing-sale-item:first-child .content-wrap,
  #fn-2019-blog .fn-2019-testimonial-item:first-child .content-wrap,
  #fn-2019-blog-show .fn-2019-testimonial-item:first-child .content-wrap,
  #fn-2019-suburb-profiles .fn-2019-testimonial-item:first-child .content-wrap,
  #fn-2019-suburb-show .fn-2019-testimonial-item:first-child .content-wrap,
  #fn-2019-clearing-sale-show .fn-2019-testimonial-item:first-child .content-wrap,
  #fn-2019-testimonial .fn-2019-testimonial-item:first-child .content-wrap {
    padding-top: 30px;
  }
  #fn-2019-blog .fn-2019-blog-item:nth-child(n+2) .tags-wrapper,
  #fn-2019-blog-show .fn-2019-blog-item:nth-child(n+2) .tags-wrapper,
  #fn-2019-suburb-profiles .fn-2019-blog-item:nth-child(n+2) .tags-wrapper,
  #fn-2019-suburb-show .fn-2019-blog-item:nth-child(n+2) .tags-wrapper,
  #fn-2019-clearing-sale-show .fn-2019-blog-item:nth-child(n+2) .tags-wrapper,
  #fn-2019-testimonial .fn-2019-blog-item:nth-child(n+2) .tags-wrapper {
    padding-top: 30px;
  }
  #fn-2019-blog .side-links,
  #fn-2019-blog-show .side-links,
  #fn-2019-suburb-profiles .side-links,
  #fn-2019-suburb-show .side-links,
  #fn-2019-clearing-sale-show .side-links,
  #fn-2019-testimonial .side-links {
    max-width: 300px;
  }
  #fn-2019-blog .categories:last-child,
  #fn-2019-blog-show .categories:last-child,
  #fn-2019-suburb-profiles .categories:last-child,
  #fn-2019-suburb-show .categories:last-child,
  #fn-2019-clearing-sale-show .categories:last-child,
  #fn-2019-testimonial .categories:last-child {
    position: sticky;
    top: 80px;
  }
}
@media all and (min-width: 980px) {
  #fn-2019-blog .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item,
  #fn-2019-blog-show .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item,
  #fn-2019-suburb-profiles .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item,
  #fn-2019-suburb-show .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item,
  #fn-2019-clearing-sale-show .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item,
  #fn-2019-testimonial .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item {
    display: flex;
    flex-wrap: wrap;
  }
  #fn-2019-blog .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item .image-wrap:before,
  #fn-2019-blog-show .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item .image-wrap:before,
  #fn-2019-suburb-profiles .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item .image-wrap:before,
  #fn-2019-suburb-show .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item .image-wrap:before,
  #fn-2019-clearing-sale-show .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item .image-wrap:before,
  #fn-2019-testimonial .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item .image-wrap:before {
    padding-bottom: 75%;
  }
  #fn-2019-blog .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item .item-upper,
  #fn-2019-blog-show .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item .item-upper,
  #fn-2019-suburb-profiles .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item .item-upper,
  #fn-2019-suburb-show .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item .item-upper,
  #fn-2019-clearing-sale-show .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item .item-upper,
  #fn-2019-testimonial .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item .item-upper {
    width: 300px;
  }
  #fn-2019-blog .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item .item-lower,
  #fn-2019-blog-show .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item .item-lower,
  #fn-2019-suburb-profiles .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item .item-lower,
  #fn-2019-suburb-show .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item .item-lower,
  #fn-2019-clearing-sale-show .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item .item-lower,
  #fn-2019-testimonial .lazy-wrapper:nth-child(n+2) .fn-2019-blog-item .item-lower {
    max-width: calc(100% - 300px);
    padding: 0 0 0 15px;
  }
}
#fn-2019-blog .pagination-links,
#fn-2019-blog-show .pagination-links,
#fn-2019-suburb-profiles .pagination-links,
#fn-2019-suburb-show .pagination-links,
#fn-2019-clearing-sale-show .pagination-links,
#fn-2019-testimonial .pagination-links {
  text-align: center;
}
#fn-2019-blog .pagination-links a,
#fn-2019-blog-show .pagination-links a,
#fn-2019-suburb-profiles .pagination-links a,
#fn-2019-suburb-show .pagination-links a,
#fn-2019-clearing-sale-show .pagination-links a,
#fn-2019-testimonial .pagination-links a {
  margin: 0 2px;
}
.fn-2019-blog-item,
.fn-2019-suburb-item,
.fn-2019-clearing-sale-item,
.fn-2019-testimonial-item {
  display: block;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d1d1d1;
}
.fn-2019-blog-item .item-upper,
.fn-2019-suburb-item .item-upper,
.fn-2019-clearing-sale-item .item-upper,
.fn-2019-testimonial-item .item-upper,
.fn-2019-blog-item .item-lower,
.fn-2019-suburb-item .item-lower,
.fn-2019-clearing-sale-item .item-lower,
.fn-2019-testimonial-item .item-lower,
.fn-2019-blog-item .tags-wrapper,
.fn-2019-suburb-item .tags-wrapper,
.fn-2019-clearing-sale-item .tags-wrapper,
.fn-2019-testimonial-item .tags-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
.fn-2019-blog-item .image-wrap,
.fn-2019-suburb-item .image-wrap,
.fn-2019-clearing-sale-item .image-wrap,
.fn-2019-testimonial-item .image-wrap {
  display: block;
  width: 100%;
  height: auto;
}
.fn-2019-blog-item .image-wrap:before,
.fn-2019-suburb-item .image-wrap:before,
.fn-2019-clearing-sale-item .image-wrap:before,
.fn-2019-testimonial-item .image-wrap:before {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 75%;
}
.fn-2019-blog-item .image,
.fn-2019-suburb-item .image,
.fn-2019-clearing-sale-item .image,
.fn-2019-testimonial-item .image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
  background-size: cover;
  background-position: 50%;
}
.fn-2019-blog-item .item-date,
.fn-2019-suburb-item .item-date,
.fn-2019-clearing-sale-item .item-date,
.fn-2019-testimonial-item .item-date {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
}
.fn-2019-blog-item .item-date .date,
.fn-2019-suburb-item .item-date .date,
.fn-2019-clearing-sale-item .item-date .date,
.fn-2019-testimonial-item .item-date .date,
.fn-2019-blog-item .item-date .suburb-name,
.fn-2019-suburb-item .item-date .suburb-name,
.fn-2019-clearing-sale-item .item-date .suburb-name,
.fn-2019-testimonial-item .item-date .suburb-name {
  text-transform: uppercase;
}
.fn-2019-blog-item .item-date a,
.fn-2019-suburb-item .item-date a,
.fn-2019-clearing-sale-item .item-date a,
.fn-2019-testimonial-item .item-date a,
.fn-2019-blog-item .item-date .image-wrap,
.fn-2019-suburb-item .item-date .image-wrap,
.fn-2019-clearing-sale-item .item-date .image-wrap,
.fn-2019-testimonial-item .item-date .image-wrap {
  color: #ffffff;
  font-size: 1.25em;
  padding: 5px;
}
.fn-2019-blog-item .item-date a:hover,
.fn-2019-suburb-item .item-date a:hover,
.fn-2019-clearing-sale-item .item-date a:hover,
.fn-2019-testimonial-item .item-date a:hover,
.fn-2019-blog-item .item-date .image-wrap:hover,
.fn-2019-suburb-item .item-date .image-wrap:hover,
.fn-2019-clearing-sale-item .item-date .image-wrap:hover,
.fn-2019-testimonial-item .item-date .image-wrap:hover,
.fn-2019-blog-item .item-date a:active,
.fn-2019-suburb-item .item-date a:active,
.fn-2019-clearing-sale-item .item-date a:active,
.fn-2019-testimonial-item .item-date a:active,
.fn-2019-blog-item .item-date .image-wrap:active,
.fn-2019-suburb-item .item-date .image-wrap:active,
.fn-2019-clearing-sale-item .item-date .image-wrap:active,
.fn-2019-testimonial-item .item-date .image-wrap:active {
  color: #48A3FF;
}
.fn-2019-blog-item .item-date:after,
.fn-2019-suburb-item .item-date:after,
.fn-2019-clearing-sale-item .item-date:after,
.fn-2019-testimonial-item .item-date:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.fn-2019-blog-item .item-date .date,
.fn-2019-suburb-item .item-date .date,
.fn-2019-clearing-sale-item .item-date .date,
.fn-2019-testimonial-item .item-date .date,
.fn-2019-blog-item .item-date .suburb-name,
.fn-2019-suburb-item .item-date .suburb-name,
.fn-2019-clearing-sale-item .item-date .suburb-name,
.fn-2019-testimonial-item .item-date .suburb-name,
.fn-2019-blog-item .item-date .share-links,
.fn-2019-suburb-item .item-date .share-links,
.fn-2019-clearing-sale-item .item-date .share-links,
.fn-2019-testimonial-item .item-date .share-links {
  position: relative;
  z-index: 2;
}
.fn-2019-blog-item .content-wrap,
.fn-2019-suburb-item .content-wrap,
.fn-2019-clearing-sale-item .content-wrap,
.fn-2019-testimonial-item .content-wrap {
  padding: 15px 0 0;
}
.fn-2019-blog-item .tags-wrapper,
.fn-2019-suburb-item .tags-wrapper,
.fn-2019-clearing-sale-item .tags-wrapper,
.fn-2019-testimonial-item .tags-wrapper {
  text-transform: uppercase;
  color: #D1D1D1;
}
.fn-2019-blog-item .tags-wrapper a,
.fn-2019-suburb-item .tags-wrapper a,
.fn-2019-clearing-sale-item .tags-wrapper a,
.fn-2019-testimonial-item .tags-wrapper a {
  font-size: .75em;
  color: #D1D1D1;
}
.fn-2019-blog-item .tags-wrapper a:hover,
.fn-2019-suburb-item .tags-wrapper a:hover,
.fn-2019-clearing-sale-item .tags-wrapper a:hover,
.fn-2019-testimonial-item .tags-wrapper a:hover,
.fn-2019-blog-item .tags-wrapper a:active,
.fn-2019-suburb-item .tags-wrapper a:active,
.fn-2019-clearing-sale-item .tags-wrapper a:active,
.fn-2019-testimonial-item .tags-wrapper a:active {
  color: #48A3FF;
}
@media all and (min-width: 980px) {
  .fn-2019-blog-item:nth-child(n+2),
  .fn-2019-suburb-item:nth-child(n+2),
  .fn-2019-clearing-sale-item:nth-child(n+2),
  .fn-2019-testimonial-item:nth-child(n+2) {
    display: flex;
    flex-wrap: wrap;
  }
  .fn-2019-blog-item:nth-child(n+2) .item-upper,
  .fn-2019-suburb-item:nth-child(n+2) .item-upper,
  .fn-2019-clearing-sale-item:nth-child(n+2) .item-upper,
  .fn-2019-testimonial-item:nth-child(n+2) .item-upper {
    width: 300px;
  }
  .fn-2019-blog-item:nth-child(n+2) .item-lower,
  .fn-2019-suburb-item:nth-child(n+2) .item-lower,
  .fn-2019-clearing-sale-item:nth-child(n+2) .item-lower,
  .fn-2019-testimonial-item:nth-child(n+2) .item-lower {
    max-width: calc(100% - 300px);
    padding: 0 0 0 15px;
  }
}
.fn-2019-testimonial-item {
  margin-bottom: 20px;
}
.fn-2019-testimonial-item:nth-child(n+2) .item-lower {
  padding: 0;
  max-width: unset;
}
#fn-2019-blog-show .slick-slider .slick-arrow,
#fn-2019-suburb-show .slick-slider .slick-arrow,
#fn-2019-clearing-sale-show .slick-slider .slick-arrow {
  opacity: 0;
}
#fn-2019-blog-show .slick-slider:hover .slick-arrow,
#fn-2019-suburb-show .slick-slider:hover .slick-arrow,
#fn-2019-clearing-sale-show .slick-slider:hover .slick-arrow {
  opacity: 1;
}
#fn-2019-blog-show .item-article,
#fn-2019-suburb-show .item-article,
#fn-2019-clearing-sale-show .item-article {
  border-bottom: 0;
}
#fn-2019-blog-show .item-article,
#fn-2019-suburb-show .item-article,
#fn-2019-clearing-sale-show .item-article,
#fn-2019-blog-show .side-links,
#fn-2019-suburb-show .side-links,
#fn-2019-clearing-sale-show .side-links {
  width: 100%;
}
@media all and (min-width: 740px) {
  #fn-2019-blog-show .item-article,
  #fn-2019-suburb-show .item-article,
  #fn-2019-clearing-sale-show .item-article {
    max-width: calc(100% - 300px);
    padding-right: 50px;
  }
}
#fn-2019-blog-show .side-links .blog-property-value {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  padding-top: 20px;
  border: 1px solid #d1d1d1;
  border-bottom: 2px solid #48A3FF;
}
#fn-2019-blog-show .side-links .blog-property-value .blog-property-value-text {
  width: 74.5%;
  padding: 10px 15px;
}
#fn-2019-blog-show .side-links .blog-property-value .blog-property-value-text h3 {
  font-size: 2em;
  color: inherit;
}
#fn-2019-blog-show .side-links .blog-property-value .blog-property-value-text h3:nth-child(2) {
  font-weight: 300;
}
#fn-2019-blog-show .side-links .blog-property-value .logo-icon {
  display: flex;
  justify-content: flex-end;
  padding: 10px 15px;
  max-width: 25%;
  width: 100%;
}
#fn-2019-blog-show .side-links .blog-property-value .logo-icon img {
  max-height: 40px;
  max-width: 40px;
  width: 100%;
}
#fn-2019-blog-show .side-links .blog-property-value .blog-property-value-btn {
  width: 100%;
  padding: 20px 0 30px;
}
#fn-2019-blog-show .side-links .blog-property-value .blog-property-value-btn a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
#fn-2019-suburb-show .places-list .place-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  border-bottom: 2px solid #48A3FF;
}
#fn-2019-suburb-show .places-list .img-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#fn-2019-suburb-show .places-list .img-wrap:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
#fn-2019-suburb-show .places-list .img-wrap .image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#fn-2019-suburb-show .places-list .inner {
  flex-grow: 1;
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
}
#fn-2019-suburb-show .places-list .inner > *:first-child {
  margin-top: 0;
}
#fn-2019-suburb-show .places-list .inner > *:last-child {
  margin-bottom: 0;
}
#fn-2019-clearing-sales .item {
  width: 100%;
  margin-bottom: 15px;
  background-color: #FAFAFA;
}
#fn-2019-clearing-sales .image-wrap {
  background-color: #D1D1D1;
  position: relative;
  display: block;
  width: 150px;
  height: auto;
}
#fn-2019-clearing-sales .image-wrap:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
#fn-2019-clearing-sales .image-wrap .image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#fn-2019-clearing-sales .item-details {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#fn-2019-clearing-sales .item-details .right .link {
  color: inherit;
  margin-left: 20px;
}
#fn-2019-clearing-sales .item-details .right .link:after {
  color: #48A3FF;
  content: '\f061';
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
}
#fn-2019-clearing-sales .item-details .right .link:hover,
#fn-2019-clearing-sales .item-details .right .link:active {
  color: #48A3FF;
}
#fn-2019-clearing-sales .clearings-area {
  font-weight: 600;
}
#fn-2019-clearing-sale-show .slide-image {
  cursor: pointer;
}
#fn-2019-clearing-sale-show .staff-member {
  position: sticky;
  top: 100px;
  border: 1px solid #D1D1D1;
  border-bottom: 2px solid #48A3FF;
}
#fn-2019-clearing-sale-show .staff-member .center {
  padding: 20px;
}
#fn-2019-clearing-sale-show .staff-member .center a {
  color: #5A5A5A;
}
#fn-2019-clearing-sale-show .staff-member .center a:hover {
  color: #48A3FF;
}
#fn-2019-clearing-sale-show .staff-member .lower {
  background-color: #FAFAFA;
}
#fn-2019-clearing-sale-show .staff-member .lower a {
  color: #5A5A5A;
  border-top: 1px solid #D1D1D1;
  border-bottom: 0;
}
#fn-2019-clearing-sale-show .staff-member .lower a.email {
  border-left: 1px solid #D1D1D1;
}
#fn-2019-clearing-sale-show .staff-member .lower a i {
  color: #48A3FF;
  transition: .5s ease;
}
#fn-2019-clearing-sale-show .staff-member .lower a:hover {
  color: #ffffff;
  border-color: #48A3FF;
  background-color: #48A3FF;
}
#fn-2019-clearing-sale-show .staff-member .lower a:hover i {
  transition: 0s;
  color: inherit;
}
#fn-2019-clearing-sale-show .staff-member .image-wrap {
  background-color: #D1D1D1;
  position: relative;
  display: block;
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: 20px auto 0;
  overflow: hidden;
  border-radius: 300px;
}
#fn-2019-clearing-sale-show .staff-member .image-wrap:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
#fn-2019-clearing-sale-show .staff-member .image-wrap .image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#fn-2019-contact .office-profile,
#fn-2019-contact .contact-form {
  width: 100%;
}
#fn-2019-contact .office-links {
  padding: 15px;
}
#fn-2019-contact .office-links i {
  color: #48A3FF;
  min-width: 30px;
}
#fn-2019-contact .office-links p {
  padding-left: 30px;
}
#fn-2019-contact .contact-form {
  border-bottom: 2px solid #48A3FF;
}
#fn-2019-contact #offices-google-map-bravo {
  position: relative;
  min-height: 300px;
  max-height: 500px;
}
#fn-2019-contact #offices-google-map-bravo:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
@media all and (min-width: 740px) {
  #fn-2019-contact .office-profile {
    max-width: calc(100% - 350px);
  }
  #fn-2019-contact .contact-form {
    max-width: 300px;
  }
}
#fn-2019-homepage {
  overflow: hidden;
}
#fn-2019-homepage #main_slideshow .item:before {
  padding-bottom: 100vh;
}
#fn-2019-homepage .home-search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #ffffff;
}
#fn-2019-homepage .home-search .sliderBody > *,
#fn-2019-homepage .home-search .sliderBody h1,
#fn-2019-homepage .home-search .sliderBody h4 {
  color: inherit;
  text-align: center;
}
#fn-2019-homepage .home-search .sliderBody h1 {
  margin: 15px 0;
}
#fn-2019-homepage .home-search #fn-2019-search-listings .container {
  width: 260px;
  max-width: 100%;
  transition: .5s ease;
}
#fn-2019-homepage .home-search #fn-2019-search-listings .container .ui-autocomplete-input {
  color: rgba(255, 255, 255, 0);
  border-color: #fff;
}
#fn-2019-homepage .home-search #fn-2019-search-listings .container.active {
  width: 470px;
}
#fn-2019-homepage .home-search #fn-2019-search-listings .container.active .radio_container {
  opacity: 1;
  pointer-events: all;
  top: 0;
  transition-delay: .75s;
}
#fn-2019-homepage .home-search #fn-2019-search-listings .container.active .input-search label {
  opacity: 0;
}
#fn-2019-homepage .home-search #fn-2019-search-listings .container.active .ui-autocomplete-input,
#fn-2019-homepage .home-search #fn-2019-search-listings .container.active input::placeholder {
  color: #ffffff;
}
#fn-2019-homepage .home-search .suburb-autocomplete {
  width: 100%;
  order: -1;
  border: 1px solid;
  border-radius: 3px 3px;
  margin: 0 20px;
}
#fn-2019-homepage .home-search .suburb-autocomplete .input-search {
  position: relative;
  align-self: stretch;
}
#fn-2019-homepage .home-search .suburb-autocomplete .input-search label {
  font-size: 14px;
  font-weight: 500;
  line-height: .1em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: .5s ease;
}
#fn-2019-homepage .home-search .suburb-autocomplete .input-search input {
  position: relative;
  width: 100%;
  padding: 10px 10px;
  color: #ffffff;
  background: none;
  outline: none;
  border: 0;
  text-transform: capitalize;
}
#fn-2019-homepage .home-search .suburb-autocomplete .input-search input::placeholder {
  color: rgba(255, 255, 255, 0);
  transition: .5s ease;
}
#fn-2019-homepage .home-search .suburb-autocomplete a {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 0 15px;
  color: #ffffff;
  border-left: 1px solid #ffffff;
  border-radius: 0;
}
#fn-2019-homepage .home-search .suburb-autocomplete a:hover {
  color: #48A3FF;
  background: #fff;
}
#fn-2019-homepage .home-search .toggle_btn span:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: .25em;
}
#fn-2019-homepage .home-search #search-submit span {
  display: none;
}
#fn-2019-homepage .home-search .radio_container {
  position: relative;
  top: -10px;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: .5s ease;
}
#fn-2019-homepage .home-search .radio_container:hover,
#fn-2019-homepage .home-search .radio_container:active,
#fn-2019-homepage .home-search .radio_container:focus {
  pointer-events: all;
}
#fn-2019-homepage .home-search .radio_container:hover .search_radio_dropdown,
#fn-2019-homepage .home-search .radio_container:active .search_radio_dropdown,
#fn-2019-homepage .home-search .radio_container:focus .search_radio_dropdown {
  pointer-events: all;
  opacity: 1;
}
#fn-2019-homepage .home-search .search_radio_dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  pointer-events: none;
  transition: .5s ease;
}
#fn-2019-homepage .home-search .search_radio_dropdown:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px #ffffff;
}
#fn-2019-homepage .home-search .radio_btn {
  color: #5A5A5A;
  background: #ffffff;
  min-width: 125px;
  padding-right: 5px;
}
#fn-2019-homepage .home-search .radio_btn:first-child {
  border-radius: 3px 3px 0 0;
  padding-top: 10px;
}
#fn-2019-homepage .home-search .radio_btn:last-child {
  border-radius: 0 0 3px 3px;
  padding-bottom: 10px;
}
#fn-2019-homepage .home-search .radio_btn label {
  display: block;
  position: relative;
  padding: 5px 20px;
  text-align: left;
  cursor: pointer;
}
#fn-2019-homepage .home-search .radio_btn label:hover,
#fn-2019-homepage .home-search .radio_btn label:active {
  color: #48A3FF;
}
#fn-2019-homepage .home-search .radio_btn input {
  display: none;
}
#fn-2019-homepage .home-search .radio_btn input:checked + label {
  color: #48A3FF;
}
#fn-2019-homepage .btn_scroll._down {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  padding: 0;
  font-size: 16px;
  text-align: center;
  min-width: 40px;
  line-height: 40px;
}
#fn-2019-homepage .listing-slider {
  display: flex;
  flex-direction: column-reverse;
}
#fn-2019-homepage .listing-slider > .slick-list {
  overflow: visible;
  width: 100%;
  max-width: 1260px;
  padding: 0 50px;
  margin: 0 auto;
}
#fn-2019-homepage .listing-slider > .slick-list .slick-prev {
  left: -100px;
}
#fn-2019-homepage .listing-slider > .slick-list .slick-next {
  right: -100px;
}
@media (max-width: 1410px) {
  #fn-2019-homepage .listing-slider > .slick-list .slick-prev {
    left: -45px;
  }
  #fn-2019-homepage .listing-slider > .slick-list .slick-next {
    right: -45px;
  }
}
#fn-2019-homepage .listing-slider .slick-dots {
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  background: #ffffff;
  margin-bottom: 75px;
  text-align: center;
}
#fn-2019-homepage .listing-slider .slick-dots button {
  display: none;
}
#fn-2019-homepage .listing-slider .slick-dots li {
  display: inline-block;
  cursor: pointer;
  padding: 15px 15px;
  position: relative;
  font-size: 16px;
}
#fn-2019-homepage .listing-slider .slick-dots li:hover,
#fn-2019-homepage .listing-slider .slick-dots li.slick-active {
  font-weight: 700;
}
#fn-2019-homepage .listing-slider .slick-dots li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  border-bottom: 2px solid #48A3FF;
  transition: .5s ease;
}
#fn-2019-homepage .listing-slider .slick-dots li.slick-active:after,
#fn-2019-homepage .listing-slider .slick-dots li:hover:after {
  left: 0;
  width: 100%;
}
#fn-2019-homepage .listing-slider .slick-dots li:nth-child(1):before {
  content: 'New Listings';
}
#fn-2019-homepage .listing-slider .slick-dots li:nth-child(2):before {
  content: 'Open Homes';
}
#fn-2019-homepage .listing-slider .slick-dots li:nth-child(3):before {
  content: 'Recent Sales';
}
#fn-2019-homepage .listing-slider .slick-dots li:nth-child(4):before {
  content: 'Recent Rentals';
}
#fn-2019-homepage .testimonial-logo {
  max-width: 50px;
}
#fn-2019-homepage .testimonial-logo img {
  display: block;
  width: 100%;
  height: auto;
}
#fn-2019-homepage #staff-testimonial-slider-charlie .testimonial-name {
  margin: 30px 0 50px;
}
#fn-2019-homepage .social-media-arrows a.slick-arrow {
  font-size: 1em;
  position: relative;
  color: #fff;
}
#fn-2019-homepage #social-media-slider .item {
  margin: 10px 10px 20px;
  position: relative;
  border-bottom: 2px solid #48A3FF;
}
#fn-2019-homepage #social-media-slider .imgLink {
  display: block;
  width: 100%;
}
#fn-2019-homepage #social-media-slider .imgLink:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
#fn-2019-homepage #social-media-slider .imgLink:after {
  content: '\f0c1';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background-color: #48A3FF;
  border-radius: 40px;
  transform: translate(10px, 20px);
}
#fn-2019-homepage #social-media-slider .imgLink[href*="facebook"]:after {
  content: '\f39e';
  font-family: "Font Awesome 5 Brands";
}
#fn-2019-homepage #social-media-slider .imgLink[href*="twitter"]:after {
  content: '\f099';
  font-family: "Font Awesome 5 Brands";
}
#fn-2019-homepage #social-media-slider .imgLink[href*="instagram"]:after {
  content: '\f16d';
  font-family: "Font Awesome 5 Brands";
}
#fn-2019-homepage #social-media-slider .imgLink[href*="pinterest"]:after {
  content: '\f231';
  font-family: "Font Awesome 5 Brands";
}
#fn-2019-homepage #social-media-slider .imgLink[href*="youtube"]:after {
  content: '\f167';
  font-family: "Font Awesome 5 Brands";
}
#fn-2019-homepage #social-media-slider .imgLink[href*="linkedin"]:after {
  content: '\f0e1';
  font-family: "Font Awesome 5 Brands";
}
#fn-2019-homepage #social-media-slider .imgLink[href*="google"]:after {
  content: '\f0d5';
  font-family: "Font Awesome 5 Brands";
}
#fn-2019-homepage #social-media-slider .imgLink img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#fn-2019-homepage .bottomArrows {
  position: relative;
  padding: 50px 0 20px;
}
#fn-2019-homepage .bottomArrows .slick-arrow {
  font-size: 1em;
  position: relative;
  color: #ffffff;
}
#fn-2019-video-homepage {
  overflow: hidden;
}
#fn-2019-video-homepage #main_slideshow .item:before {
  padding-bottom: 100vh;
}
#fn-2019-video-homepage #tango-video-banner {
  max-height: 100vh;
  height: 100%;
  overflow: hidden;
}
#fn-2019-video-homepage .home-search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #ffffff;
}
#fn-2019-video-homepage .home-search .sliderBody > *,
#fn-2019-video-homepage .home-search .sliderBody h1,
#fn-2019-video-homepage .home-search .sliderBody h4 {
  color: inherit;
  text-align: center;
}
#fn-2019-video-homepage .home-search .sliderBody h1 {
  margin: 15px 0;
}
#fn-2019-video-homepage .home-search #fn-2019-search-listings .container {
  width: 260px;
  max-width: 100%;
  transition: .5s ease;
}
#fn-2019-video-homepage .home-search #fn-2019-search-listings .container .ui-autocomplete-input {
  color: rgba(255, 255, 255, 0);
  border-color: #fff;
}
#fn-2019-video-homepage .home-search #fn-2019-search-listings .container.active {
  width: 470px;
}
#fn-2019-video-homepage .home-search #fn-2019-search-listings .container.active .radio_container {
  opacity: 1;
  pointer-events: all;
  top: 0;
  transition-delay: .75s;
}
#fn-2019-video-homepage .home-search #fn-2019-search-listings .container.active .input-search label {
  opacity: 0;
}
#fn-2019-video-homepage .home-search #fn-2019-search-listings .container.active .ui-autocomplete-input,
#fn-2019-video-homepage .home-search #fn-2019-search-listings .container.active input::placeholder {
  color: #ffffff;
}
#fn-2019-video-homepage .home-search .suburb-autocomplete {
  width: 100%;
  order: -1;
  border: 1px solid;
  border-radius: 3px 3px;
  margin: 0 20px;
}
#fn-2019-video-homepage .home-search .suburb-autocomplete .input-search {
  position: relative;
  align-self: stretch;
}
#fn-2019-video-homepage .home-search .suburb-autocomplete .input-search label {
  font-size: 14px;
  font-weight: 500;
  line-height: .1em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: .5s ease;
}
#fn-2019-video-homepage .home-search .suburb-autocomplete .input-search input {
  position: relative;
  width: 100%;
  padding: 10px 10px;
  color: #ffffff;
  background: none;
  outline: none;
  border: 0;
  text-transform: capitalize;
}
#fn-2019-video-homepage .home-search .suburb-autocomplete .input-search input::placeholder {
  color: rgba(255, 255, 255, 0);
  transition: .5s ease;
}
#fn-2019-video-homepage .home-search .suburb-autocomplete a {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 0 15px;
  color: #ffffff;
  border-left: 1px solid #ffffff;
  border-radius: 0;
}
#fn-2019-video-homepage .home-search .suburb-autocomplete a:hover {
  color: #48A3FF;
  background: #fff;
}
#fn-2019-video-homepage .home-search .toggle_btn span:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: .25em;
}
#fn-2019-video-homepage .home-search #search-submit span {
  display: none;
}
#fn-2019-video-homepage .home-search .radio_container {
  position: relative;
  top: -10px;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: .5s ease;
}
#fn-2019-video-homepage .home-search .radio_container:hover,
#fn-2019-video-homepage .home-search .radio_container:active,
#fn-2019-video-homepage .home-search .radio_container:focus {
  pointer-events: all;
}
#fn-2019-video-homepage .home-search .radio_container:hover .search_radio_dropdown,
#fn-2019-video-homepage .home-search .radio_container:active .search_radio_dropdown,
#fn-2019-video-homepage .home-search .radio_container:focus .search_radio_dropdown {
  pointer-events: all;
  opacity: 1;
}
#fn-2019-video-homepage .home-search .search_radio_dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  pointer-events: none;
  transition: .5s ease;
}
#fn-2019-video-homepage .home-search .search_radio_dropdown:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px #ffffff;
}
#fn-2019-video-homepage .home-search .radio_btn {
  color: #5A5A5A;
  background: #ffffff;
  min-width: 125px;
  padding-right: 5px;
}
#fn-2019-video-homepage .home-search .radio_btn:first-child {
  border-radius: 3px 3px 0 0;
  padding-top: 10px;
}
#fn-2019-video-homepage .home-search .radio_btn:last-child {
  border-radius: 0 0 3px 3px;
  padding-bottom: 10px;
}
#fn-2019-video-homepage .home-search .radio_btn label {
  display: block;
  position: relative;
  padding: 5px 20px;
  text-align: left;
  cursor: pointer;
}
#fn-2019-video-homepage .home-search .radio_btn label:hover,
#fn-2019-video-homepage .home-search .radio_btn label:active {
  color: #48A3FF;
}
#fn-2019-video-homepage .home-search .radio_btn input {
  display: none;
}
#fn-2019-video-homepage .home-search .radio_btn input:checked + label {
  color: #48A3FF;
}
#fn-2019-video-homepage .btn_scroll._down {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  padding: 0;
  font-size: 16px;
  text-align: center;
  min-width: 40px;
  line-height: 40px;
}
#fn-2019-video-homepage .listing-slider {
  display: flex;
  flex-direction: column-reverse;
}
#fn-2019-video-homepage .listing-slider > .slick-list {
  overflow: visible;
  width: 100%;
  max-width: 1260px;
  padding: 0 50px;
  margin: 0 auto;
}
#fn-2019-video-homepage .listing-slider > .slick-list .slick-prev {
  left: -100px;
}
#fn-2019-video-homepage .listing-slider > .slick-list .slick-next {
  right: -100px;
}
@media (max-width: 1410px) {
  #fn-2019-video-homepage .listing-slider > .slick-list .slick-prev {
    left: -45px;
  }
  #fn-2019-video-homepage .listing-slider > .slick-list .slick-next {
    right: -45px;
  }
}
#fn-2019-video-homepage .listing-slider .slick-dots {
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  background: #ffffff;
  margin-bottom: 75px;
  text-align: center;
}
#fn-2019-video-homepage .listing-slider .slick-dots button {
  display: none;
}
#fn-2019-video-homepage .listing-slider .slick-dots li {
  display: inline-block;
  cursor: pointer;
  padding: 15px 15px;
  position: relative;
  font-size: 16px;
}
#fn-2019-video-homepage .listing-slider .slick-dots li:hover,
#fn-2019-video-homepage .listing-slider .slick-dots li.slick-active {
  font-weight: 700;
}
#fn-2019-video-homepage .listing-slider .slick-dots li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  border-bottom: 2px solid #48A3FF;
  transition: .5s ease;
}
#fn-2019-video-homepage .listing-slider .slick-dots li.slick-active:after,
#fn-2019-video-homepage .listing-slider .slick-dots li:hover:after {
  left: 0;
  width: 100%;
}
#fn-2019-video-homepage .listing-slider .slick-dots li:nth-child(1):before {
  content: 'New Listings';
}
#fn-2019-video-homepage .listing-slider .slick-dots li:nth-child(2):before {
  content: 'Open Homes';
}
#fn-2019-video-homepage .listing-slider .slick-dots li:nth-child(3):before {
  content: 'Recent Sales';
}
#fn-2019-video-homepage .listing-slider .slick-dots li:nth-child(4):before {
  content: 'Recent Rentals';
}
#fn-2019-video-homepage .testimonial-logo {
  max-width: 50px;
}
#fn-2019-video-homepage .testimonial-logo img {
  display: block;
  width: 100%;
  height: auto;
}
#fn-2019-video-homepage #staff-testimonial-slider-charlie .testimonial-name {
  margin: 30px 0 50px;
}
#fn-2019-video-homepage .social-media-arrows a.slick-arrow {
  font-size: 1em;
  position: relative;
  color: #fff;
}
#fn-2019-video-homepage #social-media-slider .item {
  margin: 10px 10px 20px;
  position: relative;
  border-bottom: 2px solid #48A3FF;
}
#fn-2019-video-homepage #social-media-slider .imgLink {
  display: block;
  width: 100%;
}
#fn-2019-video-homepage #social-media-slider .imgLink:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
#fn-2019-video-homepage #social-media-slider .imgLink:after {
  content: '\f0c1';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background-color: #48A3FF;
  border-radius: 40px;
  transform: translate(10px, 20px);
}
#fn-2019-video-homepage #social-media-slider .imgLink[href*="facebook"]:after {
  content: '\f39e';
  font-family: "Font Awesome 5 Brands";
}
#fn-2019-video-homepage #social-media-slider .imgLink[href*="twitter"]:after {
  content: '\f099';
  font-family: "Font Awesome 5 Brands";
}
#fn-2019-video-homepage #social-media-slider .imgLink[href*="instagram"]:after {
  content: '\f16d';
  font-family: "Font Awesome 5 Brands";
}
#fn-2019-video-homepage #social-media-slider .imgLink[href*="pinterest"]:after {
  content: '\f231';
  font-family: "Font Awesome 5 Brands";
}
#fn-2019-video-homepage #social-media-slider .imgLink[href*="youtube"]:after {
  content: '\f167';
  font-family: "Font Awesome 5 Brands";
}
#fn-2019-video-homepage #social-media-slider .imgLink[href*="linkedin"]:after {
  content: '\f0e1';
  font-family: "Font Awesome 5 Brands";
}
#fn-2019-video-homepage #social-media-slider .imgLink[href*="google"]:after {
  content: '\f0d5';
  font-family: "Font Awesome 5 Brands";
}
#fn-2019-video-homepage #social-media-slider .imgLink img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#fn-2019-video-homepage .bottomArrows {
  position: relative;
  padding: 50px 0 20px;
}
#fn-2019-video-homepage .bottomArrows .slick-arrow {
  font-size: 1em;
  position: relative;
  color: #ffffff;
}
#fn-2019-popout-video-homepage {
  overflow: hidden;
}
#fn-2019-popout-video-homepage #main_slideshow .item:before {
  padding-bottom: 100vh;
}
#fn-2019-popout-video-homepage .home-search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #ffffff;
}
#fn-2019-popout-video-homepage .home-search .sliderBody > *,
#fn-2019-popout-video-homepage .home-search .sliderBody h1,
#fn-2019-popout-video-homepage .home-search .sliderBody h4 {
  color: inherit;
  text-align: center;
}
#fn-2019-popout-video-homepage .home-search .sliderBody h1 {
  margin: 15px 0;
}
#fn-2019-popout-video-homepage .home-search #fn-2019-search-listings .container {
  width: 260px;
  max-width: 100%;
  transition: .5s ease;
}
#fn-2019-popout-video-homepage .home-search #fn-2019-search-listings .container .ui-autocomplete-input {
  color: rgba(255, 255, 255, 0);
  border-color: #fff;
}
#fn-2019-popout-video-homepage .home-search #fn-2019-search-listings .container.active {
  width: 470px;
}
#fn-2019-popout-video-homepage .home-search #fn-2019-search-listings .container.active .radio_container {
  opacity: 1;
  pointer-events: all;
  top: 0;
  transition-delay: .75s;
}
#fn-2019-popout-video-homepage .home-search #fn-2019-search-listings .container.active .input-search label {
  opacity: 0;
}
#fn-2019-popout-video-homepage .home-search #fn-2019-search-listings .container.active .ui-autocomplete-input,
#fn-2019-popout-video-homepage .home-search #fn-2019-search-listings .container.active input::placeholder {
  color: #ffffff;
}
#fn-2019-popout-video-homepage .home-search .suburb-autocomplete {
  width: 100%;
  order: -1;
  border: 1px solid;
  border-radius: 3px 3px;
  margin: 0 20px;
}
#fn-2019-popout-video-homepage .home-search .suburb-autocomplete .input-search {
  position: relative;
  align-self: stretch;
}
#fn-2019-popout-video-homepage .home-search .suburb-autocomplete .input-search label {
  font-size: 14px;
  font-weight: 500;
  line-height: .1em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: .5s ease;
}
#fn-2019-popout-video-homepage .home-search .suburb-autocomplete .input-search input {
  position: relative;
  width: 100%;
  padding: 10px 10px;
  color: #ffffff;
  background: none;
  outline: none;
  border: 0;
  text-transform: capitalize;
}
#fn-2019-popout-video-homepage .home-search .suburb-autocomplete .input-search input::placeholder {
  color: rgba(255, 255, 255, 0);
  transition: .5s ease;
}
#fn-2019-popout-video-homepage .home-search .suburb-autocomplete a {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 0 15px;
  color: #ffffff;
  border-left: 1px solid #ffffff;
  border-radius: 0;
}
#fn-2019-popout-video-homepage .home-search .suburb-autocomplete a:hover {
  color: #48A3FF;
  background: #fff;
}
#fn-2019-popout-video-homepage .home-search .toggle_btn span:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: .25em;
}
#fn-2019-popout-video-homepage .home-search #search-submit span {
  display: none;
}
#fn-2019-popout-video-homepage .home-search .radio_container {
  position: relative;
  top: -10px;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: .5s ease;
}
#fn-2019-popout-video-homepage .home-search .radio_container:hover,
#fn-2019-popout-video-homepage .home-search .radio_container:active,
#fn-2019-popout-video-homepage .home-search .radio_container:focus {
  pointer-events: all;
}
#fn-2019-popout-video-homepage .home-search .radio_container:hover .search_radio_dropdown,
#fn-2019-popout-video-homepage .home-search .radio_container:active .search_radio_dropdown,
#fn-2019-popout-video-homepage .home-search .radio_container:focus .search_radio_dropdown {
  pointer-events: all;
  opacity: 1;
}
#fn-2019-popout-video-homepage .home-search .search_radio_dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  pointer-events: none;
  transition: .5s ease;
}
#fn-2019-popout-video-homepage .home-search .search_radio_dropdown:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px #ffffff;
}
#fn-2019-popout-video-homepage .home-search .radio_btn {
  color: #5A5A5A;
  background: #ffffff;
  min-width: 125px;
  padding-right: 5px;
}
#fn-2019-popout-video-homepage .home-search .radio_btn:first-child {
  border-radius: 3px 3px 0 0;
  padding-top: 10px;
}
#fn-2019-popout-video-homepage .home-search .radio_btn:last-child {
  border-radius: 0 0 3px 3px;
  padding-bottom: 10px;
}
#fn-2019-popout-video-homepage .home-search .radio_btn label {
  display: block;
  position: relative;
  padding: 5px 20px;
  text-align: left;
  cursor: pointer;
}
#fn-2019-popout-video-homepage .home-search .radio_btn label:hover,
#fn-2019-popout-video-homepage .home-search .radio_btn label:active {
  color: #48A3FF;
}
#fn-2019-popout-video-homepage .home-search .radio_btn input {
  display: none;
}
#fn-2019-popout-video-homepage .home-search .radio_btn input:checked + label {
  color: #48A3FF;
}
#fn-2019-popout-video-homepage .lityVideo {
  justify-content: center;
}
#fn-2019-popout-video-homepage .lityVideo .popOutVideo.btn.btn_terchiery.margin-sml-hoz {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  width: 100%;
  transition: 0.5s ease;
}
#fn-2019-popout-video-homepage .lityVideo .popOutVideo.btn.btn_terchiery.margin-sml-hoz:active p,
#fn-2019-popout-video-homepage .lityVideo .popOutVideo.btn.btn_terchiery.margin-sml-hoz:hover p,
#fn-2019-popout-video-homepage .lityVideo .popOutVideo.btn.btn_terchiery.margin-sml-hoz:focus p,
#fn-2019-popout-video-homepage .lityVideo .popOutVideo.btn.btn_terchiery.margin-sml-hoz:active i,
#fn-2019-popout-video-homepage .lityVideo .popOutVideo.btn.btn_terchiery.margin-sml-hoz:hover i,
#fn-2019-popout-video-homepage .lityVideo .popOutVideo.btn.btn_terchiery.margin-sml-hoz:focus i {
  color: #48A3FF;
}
#fn-2019-popout-video-homepage .lityVideo .popOutVideo.btn.btn_terchiery.margin-sml-hoz p {
  margin: 0;
  color: #ffffff;
}
#fn-2019-popout-video-homepage .lityVideo .popOutVideo.btn.btn_terchiery.margin-sml-hoz p,
#fn-2019-popout-video-homepage .lityVideo .popOutVideo.btn.btn_terchiery.margin-sml-hoz i {
  transition: 0.5s ease;
}
#fn-2019-popout-video-homepage .lityVideo .fa-play-circle {
  margin-right: 5px;
}
#fn-2019-popout-video-homepage .btn_scroll._down {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  padding: 0;
  font-size: 16px;
  text-align: center;
  min-width: 40px;
  line-height: 40px;
}
#fn-2019-popout-video-homepage .listing-slider {
  display: flex;
  flex-direction: column-reverse;
}
#fn-2019-popout-video-homepage .listing-slider > .slick-list {
  overflow: visible;
  width: 100%;
  max-width: 1260px;
  padding: 0 50px;
  margin: 0 auto;
}
#fn-2019-popout-video-homepage .listing-slider > .slick-list .slick-prev {
  left: -100px;
}
#fn-2019-popout-video-homepage .listing-slider > .slick-list .slick-next {
  right: -100px;
}
@media (max-width: 1410px) {
  #fn-2019-popout-video-homepage .listing-slider > .slick-list .slick-prev {
    left: -45px;
  }
  #fn-2019-popout-video-homepage .listing-slider > .slick-list .slick-next {
    right: -45px;
  }
}
#fn-2019-popout-video-homepage .listing-slider .slick-dots {
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  background: #ffffff;
  margin-bottom: 75px;
  text-align: center;
}
#fn-2019-popout-video-homepage .listing-slider .slick-dots button {
  display: none;
}
#fn-2019-popout-video-homepage .listing-slider .slick-dots li {
  display: inline-block;
  cursor: pointer;
  padding: 15px 15px;
  position: relative;
  font-size: 16px;
}
#fn-2019-popout-video-homepage .listing-slider .slick-dots li:hover,
#fn-2019-popout-video-homepage .listing-slider .slick-dots li.slick-active {
  font-weight: 700;
}
#fn-2019-popout-video-homepage .listing-slider .slick-dots li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  border-bottom: 2px solid #48A3FF;
  transition: .5s ease;
}
#fn-2019-popout-video-homepage .listing-slider .slick-dots li.slick-active:after,
#fn-2019-popout-video-homepage .listing-slider .slick-dots li:hover:after {
  left: 0;
  width: 100%;
}
#fn-2019-popout-video-homepage .listing-slider .slick-dots li:nth-child(1):before {
  content: 'New Listings';
}
#fn-2019-popout-video-homepage .listing-slider .slick-dots li:nth-child(2):before {
  content: 'Open Homes';
}
#fn-2019-popout-video-homepage .listing-slider .slick-dots li:nth-child(3):before {
  content: 'Recent Sales';
}
#fn-2019-popout-video-homepage .listing-slider .slick-dots li:nth-child(4):before {
  content: 'Recent Rentals';
}
#fn-2019-popout-video-homepage .testimonial-logo {
  max-width: 50px;
}
#fn-2019-popout-video-homepage .testimonial-logo img {
  display: block;
  width: 100%;
  height: auto;
}
#fn-2019-popout-video-homepage #staff-testimonial-slider-charlie .testimonial-name {
  margin: 30px 0 50px;
}
#fn-2019-popout-video-homepage .social-media-arrows a.slick-arrow {
  font-size: 1em;
  position: relative;
  color: #fff;
}
#fn-2019-popout-video-homepage #social-media-slider .item {
  margin: 10px 10px 20px;
  position: relative;
  border-bottom: 2px solid #48A3FF;
}
#fn-2019-popout-video-homepage #social-media-slider .imgLink {
  display: block;
  width: 100%;
}
#fn-2019-popout-video-homepage #social-media-slider .imgLink:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
#fn-2019-popout-video-homepage #social-media-slider .imgLink:after {
  content: '\f0c1';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background-color: #48A3FF;
  border-radius: 40px;
  transform: translate(10px, 20px);
}
#fn-2019-popout-video-homepage #social-media-slider .imgLink[href*="facebook"]:after {
  content: '\f39e';
  font-family: "Font Awesome 5 Brands";
}
#fn-2019-popout-video-homepage #social-media-slider .imgLink[href*="twitter"]:after {
  content: '\f099';
  font-family: "Font Awesome 5 Brands";
}
#fn-2019-popout-video-homepage #social-media-slider .imgLink[href*="instagram"]:after {
  content: '\f16d';
  font-family: "Font Awesome 5 Brands";
}
#fn-2019-popout-video-homepage #social-media-slider .imgLink[href*="pinterest"]:after {
  content: '\f231';
  font-family: "Font Awesome 5 Brands";
}
#fn-2019-popout-video-homepage #social-media-slider .imgLink[href*="youtube"]:after {
  content: '\f167';
  font-family: "Font Awesome 5 Brands";
}
#fn-2019-popout-video-homepage #social-media-slider .imgLink[href*="linkedin"]:after {
  content: '\f0e1';
  font-family: "Font Awesome 5 Brands";
}
#fn-2019-popout-video-homepage #social-media-slider .imgLink[href*="google"]:after {
  content: '\f0d5';
  font-family: "Font Awesome 5 Brands";
}
#fn-2019-popout-video-homepage #social-media-slider .imgLink img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#fn-2019-popout-video-homepage .bottomArrows {
  position: relative;
  padding: 50px 0 20px;
}
#fn-2019-popout-video-homepage .bottomArrows .slick-arrow {
  font-size: 1em;
  position: relative;
  color: #ffffff;
}
#fn-2019-item figure.video-container a,
#fn-2019-items figure.video-container a,
#fn-2019-item-form figure.video-container a,
#fn-2019-items-form figure.video-container a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.6%;
}
#fn-2019-item figure.video-container a:focus:after,
#fn-2019-items figure.video-container a:focus:after,
#fn-2019-item-form figure.video-container a:focus:after,
#fn-2019-items-form figure.video-container a:focus:after,
#fn-2019-item figure.video-container a:active:after,
#fn-2019-items figure.video-container a:active:after,
#fn-2019-item-form figure.video-container a:active:after,
#fn-2019-items-form figure.video-container a:active:after,
#fn-2019-item figure.video-container a:hover:after,
#fn-2019-items figure.video-container a:hover:after,
#fn-2019-item-form figure.video-container a:hover:after,
#fn-2019-items-form figure.video-container a:hover:after {
  color: #48A3FF;
}
#fn-2019-item figure.video-container a:after,
#fn-2019-items figure.video-container a:after,
#fn-2019-item-form figure.video-container a:after,
#fn-2019-items-form figure.video-container a:after {
  content: '\f144';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  font-size: 50px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #ffffff;
  transition: ease-in-out 0.2s;
}
#fn-2019-item figcaption,
#fn-2019-items figcaption,
#fn-2019-item-form figcaption,
#fn-2019-items-form figcaption {
  margin-top: 10px;
}
.item-page .search-options .video-tag a {
  position: relative;
  display: block;
  color: #5A5A5A;
}
.item-page .search-options .video-tag a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  display: block;
  width: 0%;
  height: 2px;
  background-color: #48A3FF;
  transition: 0.5s ease;
}
.item-page .search-options .video-tag a.active,
.item-page .search-options .video-tag a:hover,
.item-page .search-options .video-tag a:active {
  font-weight: 600;
  color: #000000;
}
.item-page .search-options .video-tag a.active:before,
.item-page .search-options .video-tag a:hover:before,
.item-page .search-options .video-tag a:active:before {
  width: 100%;
  left: 0;
}
.item-page .content-container,
.item-page .side-links,
.item-page .items-container {
  width: 100%;
}
.item-page .user-content .video-item {
  max-width: 100%;
  width: 100%;
}
.item-page .user-content .video-item .imgLink {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.item-page .user-content .video-item .imgLink i {
  position: absolute;
  font-size: 45px;
  color: #ffffff;
  transition: ease-in-out 0.2s;
}
.item-page .user-content .video-item .imgLink.active i,
.item-page .user-content .video-item .imgLink:hover i,
.item-page .user-content .video-item .imgLink:active i {
  color: #48A3FF;
}
.item-page .user-content .item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D1D1D1;
}
.item-page .item-list {
  padding: 0 10px;
}
.item-page .side-links > *:last-child {
  border-bottom: 2px solid #48A3FF;
}
@media all and (min-width: 740px) {
  .item-page #single-item article,
  .item-page .content-container {
    max-width: calc(100% - 355px);
    padding-right: 50px;
  }
  .item-page #single-item article:only-child,
  .item-page .content-container:only-child {
    max-width: 100%;
    padding-right: 0;
  }
  .item-page .item-list,
  .item-page .side-links {
    max-width: 355px;
  }
  .item-page .item-list > *:last-child,
  .item-page .categories:last-child {
    position: sticky;
    top: 80px;
  }
  .item-page .user-content .video-item {
    max-width: calc(100% - 355px);
  }
}
.item-page .imgWrap,
.item-page .imgWrap::before,
.item-page .image {
  display: block;
  width: 100%;
  height: auto;
}
.item-page .imgWrap {
  position: relative;
}
.item-page .imgWrap:before {
  content: '';
  padding-bottom: 100%;
}
.item-page .imgWrap .image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.item-page .contact-form-charlie form {
  padding: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item-page .contact-form-charlie fieldset {
  width: 100%;
  padding: 5px;
}
.item-page .contact-form-charlie label {
  padding: 5px;
}
@media (min-width: 740px) {
  .item-page .contact-form-charlie .fieldset_first_name,
  .item-page .contact-form-charlie .fieldset_surname,
  .item-page .contact-form-charlie .fieldset_email_address,
  .item-page .contact-form-charlie .fieldset_mobile {
    width: 50%;
  }
}
.item-page .contact-form-charlie .formSubmitted {
  display: none;
  transition: ease .5s;
}
.item-page .contact-form-charlie .form-success,
.item-page .contact-form-charlie .form-error {
  display: none;
  padding: 10px;
  margin: 10px;
  border: 2px solid;
  border-radius: 3px;
  transition: .5s .5s ease;
  text-align: center;
}
.item-page .contact-form-charlie .form-success {
  color: #1dc551;
  background-color: #d5ffd5;
}
.item-page .contact-form-charlie .form-error {
  color: #ec1c41;
  background-color: #ffd5d5;
}
.item-page .user-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item-page .user-content .bodyText,
.item-page .user-content .document-links {
  padding: 0 10px;
}
.item-page article,
.item-page .item-list {
  width: 100%;
}
.item-page .document-links li {
  padding: 20px;
  border: 1px solid #D1D1D1;
  margin-bottom: 20px;
}
.item-page .document-links .dl-btn {
  text-align: center;
  padding: 40px 0 20px;
}
.item-page .document-links .dl-btn i {
  display: none;
}
.item-page .js-playvideo .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  width: 2em;
  height: 2em;
  color: #fff;
  background-color: rgba(72, 163, 255, 0.9);
  border-radius: 2px;
  padding-left: 5px;
  transition: .5s ease;
}
.item-page .js-playvideo:hover .play-icon {
  opacity: .5;
}
.item-page .js-playvideo .imgWrap {
  background-color: #f1f1f1;
}
.item-page .js-playvideo .imgWrap::before {
  padding-bottom: 70%;
}
.item-page .js-playvideo .category {
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  padding: 20px;
  text-align: right;
}
.item-page .js-playvideo .category:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 200%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.item-page .js-playvideo .cp__tile__description {
  text-transform: capitalize;
}
.item-page .showall-btn .btn {
  display: block !important;
  margin: 0 auto;
  max-width: 150px;
}
#fn-2019-listings {
  /* SORT */
}
#fn-2019-listings #fn-2019-search-listings .container {
  max-width: 100%;
  padding: 0 20px;
  background: #FAFAFA;
  border-bottom: 1px solid #D1D1D1;
}
#fn-2019-listings #fn-2019-search-listings .input-container > div,
#fn-2019-listings #fn-2019-search-listings .input-container > a {
  margin: 0 10px;
}
#fn-2019-listings #fn-2019-search-listings .sale_method select {
  min-width: 100px;
  color: #777;
}
#fn-2019-listings #fn-2019-search-listings .listing_property_type select {
  min-width: 180px;
  color: #777;
}
#fn-2019-listings #fn-2019-search-listings #listing_category {
  display: flex;
  justify-content: space-between;
  width: 260px;
}
#fn-2019-listings #fn-2019-search-listings .radio_btn input[type="radio"] {
  display: none;
}
#fn-2019-listings #fn-2019-search-listings .radio_btn input[type="radio"]:checked + label {
  font-weight: 700;
}
#fn-2019-listings #fn-2019-search-listings .radio_btn input[type="radio"]:checked + label:before {
  left: 0;
  width: 100%;
}
#fn-2019-listings #fn-2019-search-listings .radio_btn label {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 15px 10px;
  font-size: 16px;
}
#fn-2019-listings #fn-2019-search-listings .radio_btn label:before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #48A3FF;
  transition: .5s ease;
}
#fn-2019-listings #fn-2019-search-listings .radio_btn label:hover,
#fn-2019-listings #fn-2019-search-listings .radio_btn label:active {
  font-weight: 700;
}
#fn-2019-listings #fn-2019-search-listings .radio_btn label:hover:before,
#fn-2019-listings #fn-2019-search-listings .radio_btn label:active:before {
  left: 0;
  width: 100%;
}
#fn-2019-listings #fn-2019-search-listings .suburb-autocomplete {
  flex-grow: 1;
  order: 1;
}
#fn-2019-listings #fn-2019-search-listings .suburb-autocomplete .input-search {
  position: relative;
}
#fn-2019-listings #fn-2019-search-listings .suburb-autocomplete .input-search label {
  display: none;
}
#fn-2019-listings #fn-2019-search-listings .icon-inputs {
  position: relative;
  min-width: 200px;
  max-width: 100%;
  order: 2;
  font-size: 16px;
}
#fn-2019-listings #fn-2019-search-listings .icon-inputs i {
  font-style: normal;
}
#fn-2019-listings #fn-2019-search-listings .icon-inputs .input-group-min i {
  font-size: .75em;
}
#fn-2019-listings #fn-2019-search-listings .icon-inputs .clear-checked {
  color: #5A5A5A;
  display: block;
  position: relative;
  cursor: pointer;
  padding: 15px 10px;
  line-height: 1.2em;
}
#fn-2019-listings #fn-2019-search-listings .icon-inputs .clear-checked:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #48A3FF;
  transition: .5s ease;
}
#fn-2019-listings #fn-2019-search-listings .icon-inputs .clear-checked:hover {
  color: #000000;
}
#fn-2019-listings #fn-2019-search-listings .icon-inputs .clear-checked:hover:after,
#fn-2019-listings #fn-2019-search-listings .icon-inputs .clear-checked:active:after {
  left: 0;
  width: 100%;
}
#fn-2019-listings #fn-2019-search-listings .icon-inputs .icon-wrap i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  text-align: center;
}
#fn-2019-listings #fn-2019-search-listings .icon-inputs .icon-input {
  cursor: pointer;
}
#fn-2019-listings #fn-2019-search-listings .icon-inputs .icon-input.input-parent.not-empty .icon-wrap i {
  color: #48A3FF;
}
#fn-2019-listings #fn-2019-search-listings .icon-inputs .icon-input .icon-wrap {
  position: relative;
  width: auto;
  height: auto;
  display: block;
}
#fn-2019-listings #fn-2019-search-listings .icon-inputs .icon-input .icon-wrap:before,
#fn-2019-listings #fn-2019-search-listings .icon-inputs .icon-input .icon-wrap:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  opacity: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.1);
  transition: .5s .5s ease;
}
#fn-2019-listings #fn-2019-search-listings .icon-inputs .icon-input .icon-wrap:before {
  z-index: 0;
}
#fn-2019-listings #fn-2019-search-listings .icon-inputs .icon-input .icon-wrap:after {
  z-index: 5;
  bottom: -2px;
  border-bottom: 7px solid #fff;
}
#fn-2019-listings #fn-2019-search-listings .icon-inputs .icon-input:hover .icon-wrap:before,
#fn-2019-listings #fn-2019-search-listings .icon-inputs .icon-input:active .icon-wrap:before,
#fn-2019-listings #fn-2019-search-listings .icon-inputs .icon-input:hover .icon-wrap:after,
#fn-2019-listings #fn-2019-search-listings .icon-inputs .icon-input:active .icon-wrap:after {
  opacity: 1;
  transition: .5s .25s ease;
}
#fn-2019-listings #fn-2019-search-listings .icon-inputs .icon-input:hover .drop-down-option,
#fn-2019-listings #fn-2019-search-listings .icon-inputs .icon-input:active .drop-down-option {
  top: 100%;
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transition: .5s .25s ease;
}
#fn-2019-listings #fn-2019-search-listings .icon-inputs .icon-input[style*="display: none"] {
  display: block !important;
  opacity: .25;
  pointer-events: none;
}
#fn-2019-listings #fn-2019-search-listings .icon-inputs .drop-down-option {
  width: 100%;
  min-width: 250px;
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 1;
  background: #fff;
  background-color: #ffffff;
  border: 1px solid #D1D1D1;
  pointer-events: none;
  opacity: 0;
  transition: .5s .5s ease;
}
#fn-2019-listings #fn-2019-search-listings .icon-inputs .drop-down-option label {
  width: auto;
  flex-shrink: 1;
}
#fn-2019-listings #fn-2019-search-listings .icon-inputs .drop-down-option label:first-child {
  font-weight: 700;
  padding: 0 10px;
}
#fn-2019-listings #fn-2019-search-listings .icon-inputs .select {
  margin-left: 10px;
}
#fn-2019-listings #fn-2019-search-listings #search-submit {
  order: 3;
}
#fn-2019-listings .listings-sort-container {
  position: relative;
  z-index: 1;
  font-size: 13px;
  line-height: 1em;
}
#fn-2019-listings .listings-sort-container .counter {
  text-transform: uppercase;
}
#fn-2019-listings .listings-sort-container .counter em {
  font-weight: 700;
  margin-right: 3px;
}
#fn-2019-listings .listings-sort-container a {
  color: #5A5A5A;
}
#fn-2019-listings .listings-sort-container a:hover,
#fn-2019-listings .listings-sort-container a:active {
  color: #000000;
}
#fn-2019-listings .listings-sort-container .listings-print {
  text-transform: uppercase;
}
#fn-2019-listings .listings-sort-container #search-sort .dropdown-heading {
  border: none;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
}
#fn-2019-listings .listings-sort-container #search-sort .dropdown-heading:after {
  margin-left: 10px;
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
#fn-2019-listings .listings-sort-container #search-sort .dropdown-container {
  min-width: 190px;
  right: 0;
}
#fn-2019-listings .listings-sort-container #search-sort .dropdown-container:before {
  left: calc(75% - 5px);
}
#fn-2019-listings .listings-sort-container #search-sort .dropdown-container:after {
  left: calc(75% - 4px);
}
@media all and (max-width: 740px) {
  #fn-2019-listing-show #listing-show-header .btn_primary {
    position: absolute;
    right: 20px;
    bottom: -20px;
    z-index: 10;
  }
}
#fn-2019-listing-show #listing-show-header h5 {
  font-size: 19px;
}
#fn-2019-listing-show #listing-slideshow-slick {
  overflow: hidden;
  background-color: #00142c;
}
#fn-2019-listing-show #listing-slideshow-slick .slick-slider {
  position: static;
}
#fn-2019-listing-show #listing-slideshow-slick .slick-list {
  overflow: visible;
}
#fn-2019-listing-show #listing-slideshow-slick .slick-list .item {
  opacity: 0.5;
  transition: 5s;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
#fn-2019-listing-show #listing-slideshow-slick .slick-list .item.slick-active {
  opacity: 1;
}
#fn-2019-listing-show #listing-slideshow-slick .slide-details {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
  padding-top: 15px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.025em;
  font-weight: 600;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
#fn-2019-listing-show #listing-slideshow-slick .slide-details .slide-count {
  overflow: hidden;
  max-width: 150px;
}
#fn-2019-listing-show #listing-slideshow-slick .slide-details i {
  margin-right: 5px;
}
#fn-2019-listing-show #listing-slideshow-slick .slide-details a {
  color: #ffffff;
  font-weight: 600;
}
#fn-2019-listing-show #listing-slideshow-slick .slide-details a:hover {
  color: #48A3FF;
}
#fn-2019-listing-show #listing-slideshow {
  position: relative;
}
#fn-2019-listing-show #listing-slideshow .displayListingStatus {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 3;
}
#fn-2019-listing-show #listing-slideshow .displayListingStatus span {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 25px;
  text-align: center;
  border-radius: 3px;
  padding: 7px 15px 5px;
  font-weight: 600;
  color: white;
}
#fn-2019-listing-show article {
  width: 100%;
}
#fn-2019-listing-show article .listing-price {
  margin-bottom: 20px;
}
#fn-2019-listing-show article .bbc span {
  margin-right: 10px;
}
#fn-2019-listing-show article i {
  padding: 5px;
  min-width: 30px;
  text-align: center;
}
#fn-2019-listing-show aside {
  width: 100%;
}
#fn-2019-listing-show aside > *:last-child {
  border-bottom: 2px solid #48A3FF;
}
#fn-2019-listing-show aside i {
  font-size: 15px;
  font-weight: 400;
  color: #48A3FF;
  min-width: 25px;
  text-align: center;
}
#fn-2019-listing-show aside a {
  color: #5A5A5A;
}
#fn-2019-listing-show aside a:hover {
  color: #48A3FF;
}
@media all and (min-width: 740px) {
  #fn-2019-listing-show article {
    max-width: calc(100% - 350px);
  }
  #fn-2019-listing-show aside {
    max-width: 300px;
  }
}
#fn-2019-listing-show .listing-links {
  border: 1px solid #D1D1D1;
  width: 100%;
}
#fn-2019-listing-show .listing-links li:nth-child(n + 2) {
  border-top: 1px solid #D1D1D1;
}
#fn-2019-listing-show .listing-links span {
  display: block;
  padding: 15px 10px;
}
#fn-2019-listing-show .listing-links .book-inspection a,
#fn-2019-listing-show .listing-links .two-apply a,
#fn-2019-listing-show .listing-links .genericBlueBtn a {
  display: block;
  background-color: #48a3ff;
  color: #ffffff;
  border: 0;
  padding: 7px 20px 8px;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}
#fn-2019-listing-show .listing-links .book-inspection a:active,
#fn-2019-listing-show .listing-links .two-apply a:active,
#fn-2019-listing-show .listing-links .genericBlueBtn a:active,
#fn-2019-listing-show .listing-links .book-inspection a:hover,
#fn-2019-listing-show .listing-links .two-apply a:hover,
#fn-2019-listing-show .listing-links .genericBlueBtn a:hover,
#fn-2019-listing-show .listing-links .book-inspection a:focus,
#fn-2019-listing-show .listing-links .two-apply a:focus,
#fn-2019-listing-show .listing-links .genericBlueBtn a:focus {
  background-color: #0063c7;
}
#fn-2019-listing-show .drop-down {
  position: relative;
  cursor: pointer;
}
#fn-2019-listing-show .drop-down .drop-down-option {
  border-top: 1px solid #D1D1D1;
}
#fn-2019-listing-show .drop-down .drop-down-option a:hover i {
  color: #0063c7;
}
#fn-2019-listing-show .drop-down #emailAFriendFormDiv fieldset {
  margin-bottom: 0.5em;
}
#fn-2019-listing-show .upcoming-inspections {
  border: 1px solid #D1D1D1;
  margin-top: 10px;
}
#fn-2019-listing-show .upcoming-inspections .inspections-top {
  padding: 15px 15px 20px;
}
#fn-2019-listing-show .upcoming-inspections .inspections-bottom {
  padding: 7px 15px;
  background-color: #FAFAFA;
}
#fn-2019-listing-show .upcoming-inspections .pre-register {
  display: block;
  padding: 7px 15px 5px;
  margin: 0 10px;
  color: #ffffff;
}
#fn-2019-listing-show .upcoming-inspections .pre-register i {
  color: #ffffff;
}
#fn-2019-listing-show .upcoming-inspections .circle {
  position: relative;
  display: block;
  width: 100%;
  max-width: 85px;
  margin: 20px auto 10px;
  border-radius: 100px;
  border: 1px solid #D1D1D1;
}
#fn-2019-listing-show .upcoming-inspections .circle:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#fn-2019-listing-show .upcoming-inspections .date-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
}
#fn-2019-listing-show .upcoming-inspections .day,
#fn-2019-listing-show .upcoming-inspections .month {
  font-size: 13px;
  line-height: 1em;
}
#fn-2019-listing-show .upcoming-inspections .date {
  font-size: 19px;
  font-weight: 300;
  line-height: 1em;
  margin: 0.1em 0 0.2em;
}
#fn-2019-listing-show .upcoming-inspections .time {
  margin: 0 auto 0;
}
#fn-2019-listing-show .upcoming-inspections .slick-arrow {
  top: calc(50% - 44px);
}
#fn-2019-listing-show .upcoming-inspections .slick-arrow:before {
  color: #48A3FF;
  background: none;
}
#fn-2019-listing-show #map-canvas {
  min-height: 300px;
  max-height: 500px;
}
#fn-2019-listing-show #map-canvas:before {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 30%;
}
#fn-2019-listing-show #staff-listing-show-bravo {
  position: relative;
  z-index: 1;
  top: -50px;
}
#fn-2019-listing-show #staff-listing-show-bravo .center a {
  color: #5A5A5A;
}
#fn-2019-listing-show #staff-listing-show-bravo .center a:hover {
  color: #48A3FF;
}
#fn-2019-listing-show #staff-listing-show-bravo .lower a {
  color: #5A5A5A;
  padding: 7px 10px;
}
#fn-2019-listing-show #staff-listing-show-bravo .lower a i {
  color: #48A3FF;
  margin-right: 5px;
  transition: 0.5s ease;
}
#fn-2019-listing-show #staff-listing-show-bravo .lower a:hover,
#fn-2019-listing-show #staff-listing-show-bravo .lower a:hover i {
  color: #ffffff;
}
#fn-2019-listing-show #staff-listing-show-bravo .staff-name {
  font-size: 16px;
}
#fn-2019-listing-show #staff-listing-show-bravo .staff-phone {
  margin: 3px 0 10px;
}
#fn-2019-listing-show #staff-listing-show-bravo .phone {
  width: 49.5%;
}
#fn-2019-listing-show #staff-listing-show-bravo .agent-enquire {
  width: 49.5%;
}
#fn-2019-listing-show #staff-listing-show-bravo .agent-enquire i {
  font-size: 12px;
}
#fn-2019-listing-show #listing-show-delta-opens {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(20, 25, 30, 0.9);
  transition: 0.5s 0.25s ease;
  opacity: 0;
  pointer-events: none;
}
#fn-2019-listing-show #listing-show-delta-opens .bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#fn-2019-listing-show #listing-show-delta-opens.active {
  opacity: 1;
  transition-delay: 0.25s;
  pointer-events: auto;
}
#fn-2019-listing-show #listing-show-delta-opens.active .container {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translate(0, 0%);
}
#fn-2019-listing-show #listing-show-delta-opens .container {
  position: relative;
  max-height: 100%;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #D1D1D1;
  opacity: 0;
  transform: translate(0, 10%);
  transition: 0.5s ease;
  overflow: hidden;
}
#fn-2019-listing-show #listing-show-delta-opens .overflow-container {
  width: calc(100% + 20px);
  overflow-y: scroll;
  max-height: 100vh;
}
#fn-2019-listing-show #listing-show-delta-opens .btn.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #5A5A5A;
  font-size: 1.5em;
}
#fn-2019-listing-show #listing-show-delta-opens .btn.btn-close:hover {
  color: #48A3FF;
}
#fn-2019-listing-show #listing-show-delta-opens .blurb {
  padding: 10px 0;
}
#fn-2019-listing-show #listing-show-delta-opens .opens-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#fn-2019-listing-show #listing-show-delta-opens fieldset {
  width: 50%;
  width: calc(50% - 5px);
  margin: 5px 0;
}
#fn-2019-listing-show #listing-show-delta-opens fieldset.fieldset_submit {
  width: 100%;
}
#fn-2019-listing-show #listing-show-delta-opens fieldset.fieldset_submit input {
  cursor: pointer;
}
#fn-2019-listing-show #listing-show-delta-opens #opens label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin: 5px 0;
  padding: 5px 0;
  margin-left: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(145, 140, 140, 0.07);
  position: relative;
}
#fn-2019-listing-show #listing-show-delta-opens #opens label:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 1px;
  background-color: #D1D1D1;
  opacity: 0;
  transition: 0.5s ease;
}
#fn-2019-listing-show #listing-show-delta-opens #opens label:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  opacity: 0.5;
  border-radius: 2px;
  border: 1px solid #D1D1D1;
  transition: 0.5s ease;
}
#fn-2019-listing-show #listing-show-delta-opens #opens .checked {
  color: #48A3FF;
  border-color: rgba(0, 20, 44, 0.4);
}
#fn-2019-listing-show #listing-show-delta-opens #opens .checked:before {
  width: 100%;
  left: 0%;
  background-color: #48A3FF;
  opacity: 0.5;
}
#fn-2019-listing-show #listing-show-delta-opens #opens .checked:after {
  opacity: 1;
  content: "\f00c";
}
#fn-2019-listing-show #listing-show-delta-opens #opens input {
  display: none;
}
.fn-2019-listing-item {
  display: flex !important;
  flex-direction: column;
  position: relative;
  z-index: 0;
  color: #5A5A5A;
  background: #FAFAFA;
  margin: 0 5px;
  border-bottom: 2px solid #48A3FF;
}
.fn-2019-listing-item .listing-upper {
  padding-bottom: 70%;
  position: relative;
}
.fn-2019-listing-item .feat-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  object-fit: cover;
  font-size: 13px;
  font-weight: 600;
}
.fn-2019-listing-item .details-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .025em;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.fn-2019-listing-item .listing-lower {
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
}
.fn-2019-listing-item .listing-lower.address {
  padding: 13px 15px 15px;
  background: #ffffff;
  flex-grow: 1;
}
.fn-2019-listing-item .listing-lower.address h5 {
  margin: 2px 0;
  font-size: 16px;
}
.fn-2019-listing-item .listing-lower.bbc {
  min-height: 35px;
  padding: 7px 15px;
}
.fn-2019-listing-item .listing-lower.bbc span {
  margin-left: 5px;
}
.fn-2019-listing-item .listing-lower.bbc span i {
  margin-left: 2px;
  font-size: 16px;
}
.fn-2019-listing-item .listing-sold {
  display: none;
}
#fn-2019-maintenance-request .content-container,
#fn-2019-appraisal .content-container {
  padding: 0 5px;
}
#fn-2019-maintenance-request .content-container fieldset,
#fn-2019-appraisal .content-container fieldset,
#fn-2019-maintenance-request .content-container .form-heading,
#fn-2019-appraisal .content-container .form-heading,
#fn-2019-maintenance-request .content-container .maintenance-heading,
#fn-2019-appraisal .content-container .maintenance-heading {
  position: relative;
  display: block;
  padding: 5px;
}
#fn-2019-maintenance-request .content-container .spacing-ajustment,
#fn-2019-appraisal .content-container .spacing-ajustment {
  position: relative;
  padding: 2px;
}
#fn-2019-maintenance-request .content-container .form-heading,
#fn-2019-appraisal .content-container .form-heading {
  font-size: 1.125em;
  color: #48A3FF;
}
#fn-2019-maintenance-request .content-container .form-wrapper input:not([type="radio"]):not([type="submit"]):not(.btn):not(select),
#fn-2019-appraisal .content-container .form-wrapper input:not([type="radio"]):not([type="submit"]):not(.btn):not(select),
#fn-2019-maintenance-request .content-container .form-wrapper textarea,
#fn-2019-appraisal .content-container .form-wrapper textarea {
  font-size: 1em;
  letter-spacing: 0;
  min-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-clip: padding-box;
  border: 1px solid #cfcfcf;
  width: 100%;
  color: black;
  padding: 20px 10px 10px;
  height: 45px;
  line-height: 36px;
}
#fn-2019-maintenance-request .content-container .form-wrapper textarea,
#fn-2019-appraisal .content-container .form-wrapper textarea {
  height: 150px;
  padding: 10px 10px;
}
#fn-2019-maintenance-request .content-container .form-wrapper select,
#fn-2019-appraisal .content-container .form-wrapper select {
  height: 45px;
}
#fn-2019-maintenance-request .content-container .form-wrapper select:not(:first-child),
#fn-2019-appraisal .content-container .form-wrapper select:not(:first-child) {
  padding: 20px 10px 10px;
}
#fn-2019-maintenance-request .content-container .form-wrapper label,
#fn-2019-appraisal .content-container .form-wrapper label {
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
  padding: 15px 10px;
  transition: all 0.2s ease-out;
}
#fn-2019-maintenance-request .content-container .form-wrapper label.offset,
#fn-2019-appraisal .content-container .form-wrapper label.offset {
  line-height: 1;
  font-size: 0.6rem;
  padding: 10px;
}
@media all and (min-width: 740px) {
  #fn-2019-maintenance-request .content-container,
  #fn-2019-appraisal .content-container {
    max-width: calc(100% - 300px);
    padding-right: 50px;
  }
  #fn-2019-maintenance-request .side-links,
  #fn-2019-appraisal .side-links {
    max-width: 300px;
  }
}
#fn-2019-offices .office-section {
  min-height: 50vh;
  display: flex;
}
#fn-2019-offices .office-container,
#fn-2019-offices .office-item {
  padding: 0 5px;
}
#fn-2019-offices .office-item {
  margin-bottom: 20px;
}
#fn-2019-offices .office-item:only-child {
  margin: 0 auto 20px;
}
#fn-2019-offices .office-wrap {
  border: 1px solid #D1D1D1;
  padding: 20px;
}
#fn-2019-opens .register-btn-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: .5s ease;
  background-color: rgba(20, 25, 30, 0.9);
}
#fn-2019-opens .register-btn-wrapper .container {
  position: relative;
  top: 100px;
  max-width: 680px;
  opacity: 0;
  transition: .5s ease;
  background-color: #ffffff;
}
#fn-2019-opens .register-btn-wrapper.show {
  opacity: 1;
  pointer-events: auto;
}
#fn-2019-opens .register-btn-wrapper.show .container {
  top: 0;
  opacity: 1;
}
#fn-2019-opens .register-btn-wrapper .close-cross {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#fn-2019-opens .register-btn-wrapper .register-heading {
  padding: 25px;
  margin: 0;
}
#fn-2019-opens .register-btn-wrapper .register-center {
  padding: 20px;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}
#fn-2019-opens .register-btn-wrapper .register-text,
#fn-2019-opens .register-btn-wrapper fieldset {
  display: block;
  padding: 5px;
}
#fn-2019-opens .register-btn-wrapper .desktop-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#fn-2019-opens .register-btn-wrapper .fieldset_submit {
  margin: 15px auto;
  max-width: 250px;
}
@media (min-width: 740px) {
  #fn-2019-opens .register-btn-wrapper fieldset {
    width: 50%;
  }
}
#fn-2019-opens .search-section .listing-type a {
  position: relative;
  display: block;
  padding: 15px 20px;
}
#fn-2019-opens .search-section .listing-type a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  display: block;
  width: 0%;
  height: 2px;
  background-color: #48A3FF;
  transition: .5s ease;
}
#fn-2019-opens .search-section .listing-type a:hover:before,
#fn-2019-opens .search-section .listing-type a.active:before {
  width: 100%;
  left: 0;
}
#fn-2019-opens .search-section .listing-type a.active {
  font-weight: 700;
}
#fn-2019-opens .date-heading {
  padding: 20px;
}
#fn-2019-opens .date-heading div {
  border-bottom: 1px solid #D1D1D1;
}
#fn-2019-opens .open-listing {
  padding: 0 20px;
}
#fn-2019-opens .open-listing label {
  background-color: #FAFAFA;
}
#fn-2019-opens .open-listing .image-wrap {
  position: relative;
  display: block;
  width: 100%;
}
#fn-2019-opens .open-listing .image-wrap:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 70%;
}
#fn-2019-opens .open-listing .image-wrap .image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
#fn-2019-opens .open-listing input {
  display: none;
}
#fn-2019-opens .open-listing .listing-details {
  width: 100%;
  padding: 15px 0;
}
#fn-2019-opens .open-listing .listing-details .left,
#fn-2019-opens .open-listing .listing-details .right {
  width: 100%;
  text-align: center;
  margin: 5px 0;
}
#fn-2019-opens .open-listing .time {
  width: 100%;
  display: block;
}
@media (min-width: 740px) {
  #fn-2019-opens .open-listing .image-wrap {
    width: 150px;
  }
  #fn-2019-opens .open-listing .listing-details {
    max-width: calc(100% - 150px);
  }
  #fn-2019-opens .open-listing .listing-details .time,
  #fn-2019-opens .open-listing .listing-details .left,
  #fn-2019-opens .open-listing .listing-details .right {
    width: unset;
  }
  #fn-2019-opens .open-listing .listing-details .left {
    padding: 0 15px;
  }
  #fn-2019-opens .open-listing .listing-details .right {
    padding: 0 15px;
    margin-left: auto;
  }
  #fn-2019-opens .open-listing .listing-details .time {
    display: inline-block;
  }
}
#fn-2019-opens .open-listing input:checked ~ label i.fa-calendar:before {
  opacity: 0;
}
#fn-2019-opens .open-listing input:checked ~ label i.fa-calendar:after {
  opacity: 1;
}
#fn-2019-opens .open-listing .calendar-btn {
  padding: 10px;
}
#fn-2019-opens .open-listing .pre-register-btm {
  color: #5A5A5A;
}
#fn-2019-opens .open-listing .pre-register-btm:hover {
  color: #48A3FF;
}
#fn-2019-opens .open-listing i.fa-calendar {
  position: relative;
  cursor: pointer;
}
#fn-2019-opens .open-listing i.fa-calendar:before {
  transition: .5s ease;
}
#fn-2019-opens .open-listing i.fa-calendar:after {
  content: "\f274";
  position: absolute;
  left: 0;
  color: #48A3FF;
  transition: .5s ease;
  opacity: 0;
}
@media print {
  #fn-2019-opens {
    font-size: 14px;
  }
  #fn-2019-opens h4 {
    font-size: 18px;
  }
  #fn-2019-opens .heading-section,
  #fn-2019-opens .search-section,
  #fn-2019-opens #form-property-value-bravo,
  #fn-2019-opens .bottom-nav {
    display: none;
  }
  #fn-2019-opens .counter-wrapper {
    padding: 0;
  }
  #fn-2019-opens section,
  #fn-2019-opens .date-heading,
  #fn-2019-opens .heading-section {
    padding: 10px 0 !important;
  }
  #fn-2019-opens .heading-wrap h2 {
    margin: 0px !important;
  }
  #fn-2019-opens .open-listing {
    width: 100%;
    display: block;
    padding: 0 10px;
    page-break-inside: avoid;
  }
  #fn-2019-opens .open-listing * {
    margin: 0 !important;
    padding: 0 !important;
  }
  #fn-2019-opens .open-listing .image-wrap {
    width: 100px;
  }
  #fn-2019-opens .open-listing .listing-details {
    width: calc(100% - 100px);
  }
  #fn-2019-opens .open-listing .listing-details .left,
  #fn-2019-opens .open-listing .listing-details .right {
    text-align: right;
  }
  #fn-2019-opens .open-listing .calendar-btn,
  #fn-2019-opens .open-listing .pre-register-btm {
    display: none;
  }
  #fn-2019-opens .date-wrapper.print-selected {
    display: block !important;
  }
  #fn-2019-opens .date-wrapper.print-selected .print-selected,
  #fn-2019-opens .date-wrapper.print-selected .date-heading,
  #fn-2019-opens .date-wrapper.print-selected .counter-wrapper {
    display: block !important;
  }
  #fn-2019-opens .print-selected .top-container,
  #fn-2019-opens .print-selected .date-heading,
  #fn-2019-opens .print-selected .counter-wrapper,
  #fn-2019-opens .print-selected .open-listing {
    display: none;
  }
}
#error-page {
  margin: 10px auto 2em;
  padding: 4rem 15px 6rem;
  text-align: center;
}
#error-page h1 {
  font-size: 2em;
  font-weight: 500;
  line-height: 3;
}
#error-page h2 {
  line-height: 1.5;
  color: #5A5A5A;
  font-weight: 400;
}
#error-page p {
  color: gray;
}
#error-page big {
  font-size: 3.5em;
}
#error-page img {
  max-width: 100%;
}
#error-page .btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
}
#error-page .button {
  display: block;
  height: 100%;
  max-width: 190px;
  width: 100%;
  text-transform: uppercase;
}
/* WIDGET IMPORTS */
#blog-slideshow-alpha .blog-item {
  background: #7F8995;
  color: #fff;
  display: flex;
}
#blog-slideshow-alpha .blog-item h3 {
  margin-bottom: 20px;
}
#blog-slideshow-alpha .blog-item h3,
#blog-slideshow-alpha .blog-item h6,
#blog-slideshow-alpha .blog-item p {
  color: #fff;
}
#blog-slideshow-alpha .blog-item .date {
  font-weight: 600;
  font-size: 1em;
}
#blog-slideshow-alpha .blog-item h5,
#blog-slideshow-alpha .blog-item a {
  color: #000;
}
#blog-slideshow-alpha .blog-item .slide_nav {
  margin-top: auto;
}
#blog-slideshow-alpha .blog-item .blog-text,
#blog-slideshow-alpha .blog-item .blog-image {
  position: relative;
  width: 100%;
}
#blog-slideshow-alpha .blog-item .blog-image {
  display: block;
  position: relative;
}
#blog-slideshow-alpha .blog-item .blog-image:before {
  content: '';
  display: block;
  padding-bottom: 65%;
}
#blog-slideshow-alpha .blog-item .blog-image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 50% 15%;
}
@media (min-width: 740px) {
  #blog-slideshow-alpha .blog-item .blog-text,
  #blog-slideshow-alpha .blog-item .blog-image {
    width: 50%;
  }
}
.blog-subscription {
  border: 1px solid #D1D1D1;
}
.blog-subscription h3 {
  max-width: 240px;
  line-height: 1.25em;
}
.blog-subscription .subscription-icon {
  background-color: #FAFAFA;
}
.blog-subscription .logo-icon {
  display: block;
  max-width: 75px;
  margin: 0 auto;
}
.blog-subscription .logo-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.contact-quick-form-alpha fieldset {
  position: relative;
  margin-top: 15px;
}
.contact-quick-form-alpha fieldset input,
.contact-quick-form-alpha fieldset textarea {
  width: 100%;
}
.contact-quick-form-alpha fieldset textarea {
  resize: vertical;
  height: 6em;
  min-height: 6em;
}
.contact-quick-form-alpha .g-recaptcha {
  transform: scale(0.88);
  transform-origin: 0 0;
}
#fn-2019-search-listings form {
  position: relative;
}
#fn-2019-search-listings .suburb-autocomplete ul.ui-autocomplete.ui-widget-content {
  padding: 5px 10px;
  background: #fff;
  font-size: 14px;
  outline: none;
  border: 1px solid #D1D1D1;
  border-radius: 0 0 5px 5px;
}
#fn-2019-search-listings .suburb-autocomplete ul.ui-autocomplete.ui-widget-content li:hover {
  color: #48A3FF;
  cursor: pointer;
}
#fn-2019-search-listings .suburb-autocomplete ul.ui-autocomplete.ui-widget-content .ui-state-hover,
#fn-2019-search-listings .suburb-autocomplete ul.ui-autocomplete.ui-widget-content .ui-state-focus {
  border: unset;
  background: unset;
  font-weight: unset;
  color: unset;
}
#form-property-bravo {
  width: 100%;
  border: 1px solid #D1D1D1;
  border-bottom: 2px solid #48A3FF;
  margin-bottom: 50px;
}
#form-property-bravo #form-property-bravo-element {
  align-items: center;
}
#form-property-bravo .text-container,
#form-property-bravo .step-container-wrapper {
  width: 100%;
}
#form-property-bravo .step-container-wrapper {
  overflow: hidden;
}
#form-property-bravo .step-container {
  width: 400%;
  min-height: 200px;
  transition: .5s ease;
}
#form-property-bravo.current-step-1 .back {
  pointer-events: none;
  opacity: 0;
}
#form-property-bravo.current-step-2 .step-container {
  transform: translateX(-25%) !important;
}
#form-property-bravo.current-step-3 .next {
  pointer-events: none;
  opacity: 0;
}
#form-property-bravo.current-step-3 .submit {
  pointer-events: auto;
  opacity: 1;
}
#form-property-bravo.current-step-3 .step-container {
  transform: translateX(-50%);
}
#form-property-bravo.current-step-4 .back,
#form-property-bravo.current-step-4 .next,
#form-property-bravo.current-step-4 .submit {
  pointer-events: none;
  opacity: 0;
}
#form-property-bravo.current-step-4 .step-container {
  transform: translateX(-75%);
}
#form-property-bravo .step-slide {
  width: 25%;
}
#form-property-bravo .step-slide p {
  padding: 0 5px;
  margin: 10px 0;
}
#form-property-bravo .step-slide .input-wrap {
  position: relative;
  padding: 5px;
}
#form-property-bravo .step-slide input:not([type="radio"]):not(.btn),
#form-property-bravo .step-slide select,
#form-property-bravo .step-slide textarea {
  font-size: 1em;
  letter-spacing: 0;
  min-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  background-clip: padding-box;
  border: 1px solid #cfcfcf;
  width: 100%;
  color: black;
  padding: 1rem .85rem 0.4rem;
  height: 45px;
  line-height: 36px;
}
#form-property-bravo .step-slide input.btn,
#form-property-bravo .step-slide input[type="submit"] {
  width: 100%;
  color: #FFF;
  height: auto;
  line-height: initial;
  min-height: initial;
  padding: 1em;
}
#form-property-bravo .step-slide select {
  position: relative;
  background: none;
  padding: .4rem 1rem;
  line-height: 40px;
  height: 45px;
  z-index: 2;
}
#form-property-bravo .step-slide textarea {
  font: inherit;
  min-height: 70px;
  padding: 1rem 1rem 0.4rem !important;
  width: 100%;
  max-height: 130px;
  resize: vertical;
}
@media (min-width: 415px) {
  #form-property-bravo .step-slide textarea {
    height: auto;
  }
}
#form-property-bravo .step-slide label {
  color: gray;
  font-size: 1.1em;
  padding: 15px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 5px;
  text-align: left;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
#form-property-bravo .step-slide .radio label {
  position: static;
  padding: 5px 15px 5px 5px;
}
#form-property-bravo .step-slide .select:after {
  content: "\f078";
  display: flex;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 0;
  width: auto;
  height: 100%;
  color: lightgray;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#form-property-bravo .step-slide .err label {
  color: #c71414;
}
#form-property-bravo .step-slide .err input,
#form-property-bravo .step-slide .err select,
#form-property-bravo .step-slide .err textarea {
  border-color: #c71414;
}
#form-property-bravo .step-slide label.offset {
  line-height: 1;
  font-size: 0.6rem;
  padding: 5px 0 0 15px;
}
#form-property-bravo .step-slide #residential-or-commercial-toggle {
  margin-bottom: 10px;
}
#form-property-bravo .step-slide #address-select-bravo {
  position: absolute;
  z-index: 100;
  width: calc(100% - 10px);
  margin-left: 5px;
}
#form-property-bravo .step-slide #address-select-bravo ul {
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow: hidden;
  overflow-y: scroll;
  border: 2px solid gray;
  border-top: 0;
  box-sizing: border-box;
}
#form-property-bravo .step-slide #address-select-bravo ul li {
  width: 100%;
  cursor: pointer;
  padding: 1rem;
  text-align: left;
  color: black;
  line-height: 1.2;
  background: white;
}
#form-property-bravo .step-slide #address-select-bravo ul li:hover,
#form-property-bravo .step-slide #address-select-bravo ul li.selected {
  color: white;
  background: #48A3FF;
}
#form-property-bravo .step-slide textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 5.5em;
  height: 5.5em;
}
#form-property-bravo .step-slide .spin-container {
  display: none;
}
#form-property-bravo .step-slide #address-select-bravo ul {
  position: absolute;
  z-index: 11;
  background-color: #ffffff;
  border: 1px solid #D1D1D1;
}
#form-property-bravo .step-slide #address-select-bravo ul:before,
#form-property-bravo .step-slide #address-select-bravo ul:after {
  content: '';
  position: absolute;
  bottom: 100%;
}
#form-property-bravo .step-slide #address-select-bravo ul:before {
  left: 5px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #D1D1D1;
}
#form-property-bravo .step-slide #address-select-bravo ul:after {
  left: 6px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
#form-property-bravo .step-slide #address-select-bravo li {
  opacity: .5;
  padding: 10px 15px;
  cursor: pointer;
  transition: .5s ease;
}
#form-property-bravo .step-slide #address-select-bravo li:hover,
#form-property-bravo .step-slide #address-select-bravo liactive {
  opacity: 1;
}
#form-property-bravo .form-controls {
  position: relative;
  background-color: #FAFAFA;
}
#form-property-bravo .form-controls .button span {
  color: #5A5A5A;
  transition: .5s ease;
}
#form-property-bravo .form-controls .button:hover span {
  color: #48A3FF;
}
#form-property-bravo .form-controls input[type=submit] {
  font: inherit;
}
#form-property-bravo .form-image {
  position: absolute;
  top: 0;
  left: 20px;
  display: block;
  width: 150px;
  transform: translateY(-50%);
  overflow: hidden;
  border-radius: 150px;
}
#form-property-bravo .form-image:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
#form-property-bravo .form-image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
#form-property-bravo .btn-step-bravo,
#form-property-bravo .next,
#form-property-bravo .submit {
  transition: .5s ease;
}
#form-property-bravo .submit {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
#form-property-bravo #property-submit-bravo {
  background-color: transparent;
  color: #48A3FF;
  text-transform: unset;
}
#form-property-bravo .next a,
#form-property-bravo .submit a {
  display: block;
}
#form-property-bravo .next .button,
#form-property-bravo .submit .button {
  width: 100%;
}
#form-property-bravo .btn-step,
#form-property-bravo .btn-submit {
  cursor: pointer;
  color: #48A3FF;
  background: none;
  border: 0;
}
#form-property-bravo .btn-step i,
#form-property-bravo .btn-submit i {
  color: inherit;
}
@media (min-width: 740px) {
  #form-property-bravo .text-container {
    max-width: 350px;
  }
  #form-property-bravo .step-container-wrapper {
    max-width: calc(100% - 350px);
  }
}
#listings-delta .four-col-desktop {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}
#listings-delta .listing-item {
  width: 100%;
  width: calc(100% - 10px);
  margin: 0 5px 40px;
}
#listings-delta #no-results {
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 500px) {
  #listings-delta .listing-item {
    width: 50%;
    width: calc(50% - 10px);
  }
}
@media (min-width: 740px) {
  #listings-delta .listing-item {
    width: 33.33%;
    width: calc(33.33% - 10px);
  }
}
@media (min-width: 980px) {
  #listings-delta .listing-item {
    width: 25%;
    width: calc(25% - 10px);
  }
}
#property-alert .left-col h2,
#property-alert .left-col p {
  color: #fff;
}
#seo-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #D1D1D1;
  border-bottom: 2px solid #48A3FF;
}
#seo-box .user-content {
  width: 100%;
  padding: 40px 20px;
}
@media (min-width: 740px) {
  #seo-box .user-content {
    flex-grow: 1;
    max-width: calc(100% - 140px);
  }
}
#seo-box .user-content *:last-child {
  margin-bottom: 0;
}
#seo-box .image {
  position: relative;
  display: block;
  width: 100px;
  max-width: 100%;
  margin: 0 auto 20px;
}
@media (min-width: 740px) {
  #seo-box .image {
    margin: 20px;
  }
}
#seo-box .image:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
}
#seo-box .image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center;
}
#staff-listing-show-bravo .staff-member {
  width: 100%;
  margin: 0 10px 20px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #D1D1D1;
  border-bottom: 2px solid #48A3FF;
}
#staff-listing-show-bravo .staff-image {
  position: relative;
  display: block;
  max-width: 140px;
  margin: 20px auto;
  border-radius: 100px;
  border: 1px solid #D1D1D1;
  overflow: hidden;
}
#staff-listing-show-bravo .staff-image:before {
  content: '';
  display: block;
  padding-bottom: 100%;
  background: #f1f1f1;
  position: relative;
}
#staff-listing-show-bravo .staff-image img {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: cover;
  object-position: center;
}
#staff-listing-show-bravo .lower {
  margin-top: auto;
}
#staff-listing-show-bravo .lower a {
  background-color: #FAFAFA;
}
#staff-listing-show-bravo .lower a:hover {
  color: #ffffff;
  background-color: #48A3FF;
}
#staff-listing-show-bravo .lower a:first-child {
  border-right: 1px solid #D1D1D1;
}
#social_media_slideshow {
  margin: 20px 0;
}
#social_media_slideshow .slick-slide {
  margin: 20px 10px;
  border-bottom: 2px solid #48A3FF;
}
#social_media_slideshow a {
  display: block;
  position: relative;
  padding-bottom: 100%;
}
#social_media_slideshow a:before {
  content: '\f0c1';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #48A3FF;
  position: absolute;
  bottom: -15px;
  left: 10px;
  z-index: 1;
  border-radius: 20px;
}
#social_media_slideshow a[href*="facebook"]:before {
  content: '\f39e';
  font-family: "Font Awesome 5 Brands";
}
#social_media_slideshow a[href*="twitter"]:before {
  content: '\f099';
  font-family: "Font Awesome 5 Brands";
}
#social_media_slideshow a[href*="instagram"]:before {
  content: '\f16d';
  font-family: "Font Awesome 5 Brands";
}
#social_media_slideshow a[href*="pintrest"]:before {
  content: '\f231';
  font-family: "Font Awesome 5 Brands";
}
#social_media_slideshow a[href*="youtube"]:before {
  content: '\f167';
  font-family: "Font Awesome 5 Brands";
}
#social_media_slideshow a[href*="linkedin"]:before {
  content: '\f0e1';
  font-family: "Font Awesome 5 Brands";
}
#social_media_slideshow a[href*="google"]:before {
  content: '\f0d5';
  font-family: "Font Awesome 5 Brands";
}
#social_media_slideshow a img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
#social_media_slideshow .alt-arrow {
  margin-top: 20px;
  padding: 10px;
}
#staff-testimonial-slider-charlie .inner-wrapper {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
#fn-2019-testimonial-imageslider .info-wrapper {
  background: #7F8995;
  color: #fff;
  display: flex;
}
@media (max-width: 740px) {
  #fn-2019-testimonial-imageslider .info-wrapper {
    flex-direction: column;
  }
  #fn-2019-testimonial-imageslider .info-wrapper .testimonial-text .inner-wrapper {
    margin-top: 0;
  }
}
#fn-2019-testimonial-imageslider .info-wrapper h3 {
  margin-bottom: 20px;
}
#fn-2019-testimonial-imageslider .info-wrapper h3,
#fn-2019-testimonial-imageslider .info-wrapper h6,
#fn-2019-testimonial-imageslider .info-wrapper p {
  color: #fff;
}
#fn-2019-testimonial-imageslider .info-wrapper .date {
  font-weight: 600;
  font-size: 1em;
}
#fn-2019-testimonial-imageslider .info-wrapper h5,
#fn-2019-testimonial-imageslider .info-wrapper a {
  color: #000;
}
#fn-2019-testimonial-imageslider .info-wrapper .slide_nav {
  margin-top: auto;
}
#fn-2019-testimonial-imageslider .info-wrapper .testimonial-text,
#fn-2019-testimonial-imageslider .info-wrapper .testimonial-image {
  position: relative;
  width: 100%;
}
#fn-2019-testimonial-imageslider .info-wrapper .testimonial-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px;
  max-height: 500px;
}
#fn-2019-testimonial-imageslider .info-wrapper .testimonial-text .inner-wrapper {
  margin-top: 50px;
  max-height: 300px;
  margin-bottom: 20px;
  overflow: hidden;
}
#fn-2019-testimonial-imageslider .info-wrapper .testimonial-text .slide_nav {
  margin-top: 30px !important;
  position: absolute;
  bottom: 20px;
}
#fn-2019-testimonial-imageslider .info-wrapper .testimonial-image {
  display: block;
  position: relative;
}
#fn-2019-testimonial-imageslider .info-wrapper .testimonial-image:before {
  content: '';
  display: block;
  padding-bottom: 65%;
}
#fn-2019-testimonial-imageslider .info-wrapper .testimonial-image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 740px) {
  #fn-2019-testimonial-imageslider .info-wrapper .testimonial-text,
  #fn-2019-testimonial-imageslider .info-wrapper .testimonial-image {
    width: 50%;
  }
}
.form-modal-alpha {
  /**** Component styles 
		-- always use the filename as the dependency classname: ._{filename} 
		-- scope this dependency class within the required component class */
  /* lock body when modal open */
  /* ---------------- STYLES ---------------- */
  background-color: rgba(0, 0, 0, 0.75);
  /* -- Scoped dependencies --  */
  /* Base for label styling */
  /* checkbox aspect -- :BEFORE is background/check border */
  /* checked mark aspect -- :AFTER is the check mark */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */
  /* END -- Scoped dependencies */
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}
.form-modal-alpha ._form-checkboxes {
  /* Base for label styling */
  /* checkbox aspect -- :BEFORE is background/check border */
  /* checked mark aspect -- :AFTER is the check mark */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */
}
.form-modal-alpha ._form-checkboxes [type="checkbox"]:not(:checked),
.form-modal-alpha ._form-checkboxes [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.form-modal-alpha ._form-checkboxes [type="checkbox"]:not(:checked) + label,
.form-modal-alpha ._form-checkboxes [type="checkbox"]:checked + label {
  position: relative;
  display: block;
  padding: 8px 5px 8px 40px;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
																			supported by Chrome and Opera */
}
.form-modal-alpha ._form-checkboxes [type="checkbox"]:not(:checked) + label:before,
.form-modal-alpha ._form-checkboxes [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #8d8d8d;
  background: none;
  border-radius: 4px;
}
.form-modal-alpha ._form-checkboxes [type="checkbox"]:not(:checked) + label:after,
.form-modal-alpha ._form-checkboxes [type="checkbox"]:checked + label:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 50%;
  width: 26px;
  text-align: center;
  font-size: 1.3em;
  line-height: .8;
  color: #48A3FF;
  transition: opacity .2s, transform .2s, color .2s;
}
.form-modal-alpha ._form-checkboxes [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) translateY(-50%);
}
.form-modal-alpha ._form-checkboxes [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1) translateY(-50%);
}
.form-modal-alpha ._form-checkboxes [type="checkbox"]:disabled:not(:checked) + label:before,
.form-modal-alpha ._form-checkboxes [type="checkbox"]:disabled:checked + label:before {
  border-color: #c0c0c0;
}
.form-modal-alpha ._form-checkboxes [type="checkbox"]:disabled:checked + label:after {
  color: #c0c0c0;
}
.form-modal-alpha ._form-checkboxes [type="checkbox"]:disabled + label {
  color: #c0c0c0;
}
.form-modal-alpha ._form-checkboxes [type="checkbox"]:checked:focus + label:before,
.form-modal-alpha ._form-checkboxes [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #48A3FF;
}
.form-modal-alpha ._form-checkboxes label:hover:before {
  border: 1px solid #48A3FF !important;
}
.form-modal-alpha ._form-response .form-response {
  text-align: center;
  padding: 20px;
  border: 1px solid #505050;
  border-radius: 2px;
  margin: 20px 0 0;
  font-weight: 400;
  /*hide validation by default*/
  display: none;
}
.form-modal-alpha ._form-response .form-response.form-error {
  background: none;
  color: #e74444;
  border-color: #e74444;
}
.bg__dark .form-modal-alpha ._form-response .form-response.form-error {
  color: #f39e9e;
  border-color: #f39e9e;
}
.form-modal-alpha ._form-response .form-response.form-success {
  background: none;
  color: #28c06e;
  border-color: #28c06e;
}
.bg__dark .form-modal-alpha ._form-response .form-response.form-success {
  color: #6de1a2;
  border-color: #6de1a2;
}
.form-modal-alpha ._formmodalalpha_icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-modal-alpha ._fa_noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
.form-modal-alpha #form-listing-enquiry {
  height: 800px;
  max-height: 100%;
}
.form-modal-alpha [type="checkbox"]:not(:checked),
.form-modal-alpha [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.form-modal-alpha [type="checkbox"]:not(:checked) + label,
.form-modal-alpha [type="checkbox"]:checked + label {
  position: relative;
  display: block;
  padding: 8px 5px 8px 40px;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
																			supported by Chrome and Opera */
}
.form-modal-alpha [type="checkbox"]:not(:checked) + label:before,
.form-modal-alpha [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #8d8d8d;
  background: none;
  border-radius: 4px;
}
.form-modal-alpha [type="checkbox"]:not(:checked) + label:after,
.form-modal-alpha [type="checkbox"]:checked + label:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 50%;
  width: 26px;
  text-align: center;
  font-size: 1.3em;
  line-height: .8;
  color: #48A3FF;
  transition: opacity .2s, transform .2s, color .2s;
}
.form-modal-alpha [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) translateY(-50%);
}
.form-modal-alpha [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1) translateY(-50%);
}
.form-modal-alpha [type="checkbox"]:disabled:not(:checked) + label:before,
.form-modal-alpha [type="checkbox"]:disabled:checked + label:before {
  border-color: #c0c0c0;
}
.form-modal-alpha [type="checkbox"]:disabled:checked + label:after {
  color: #c0c0c0;
}
.form-modal-alpha [type="checkbox"]:disabled + label {
  color: #c0c0c0;
}
.form-modal-alpha [type="checkbox"]:checked:focus + label:before,
.form-modal-alpha [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #48A3FF;
}
.form-modal-alpha label:hover:before {
  border: 1px solid #48A3FF !important;
}
.form-modal-alpha .form-response {
  text-align: center;
  padding: 20px;
  border: 1px solid #505050;
  border-radius: 2px;
  margin: 20px 0 0;
  font-weight: 400;
  /*hide validation by default*/
  display: none;
}
.form-modal-alpha .form-response.form-error {
  background: none;
  color: #e74444;
  border-color: #e74444;
}
.bg__dark .form-modal-alpha .form-response.form-error {
  color: #f39e9e;
  border-color: #f39e9e;
}
.form-modal-alpha .form-response.form-success {
  background: none;
  color: #28c06e;
  border-color: #28c06e;
}
.bg__dark .form-modal-alpha .form-response.form-success {
  color: #6de1a2;
  border-color: #6de1a2;
}
.form-modal-alpha .hide {
  display: none;
}
.form-modal-alpha h4 {
  padding: 0 40px;
}
.form-modal-alpha.hiddenoverflow form {
  overflow-x: hidden;
}
.form-modal-alpha form {
  max-height: 450px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  top: 50%;
  transform: translateY(-50%);
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  border-radius: 2px;
  background: #ffffff;
  padding: 50px 30px;
  /* firefox ignores OOV padding when overflow:scroll !!! */
  padding-bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px, inset rgba(0, 0, 0, 0.1) 1px 1px;
}
.form-modal-alpha form:after {
  content: '';
  display: block;
  height: 50px;
}
.form-modal-alpha form .form-response {
  display: none;
}
.form-modal-alpha form .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 15px;
  width: 15px;
  cursor: pointer;
}
.form-modal-alpha form .modal-close:before {
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: block;
  position: absolute;
  height: 22px;
  font-size: 1.4rem;
  /* cross thickness */
}
.form-modal-alpha form .text__center {
  text-align: center;
}
.form-modal-alpha form .opens-list {
  padding-top: 20px;
  font-size: 0.9em;
}
.form-modal-alpha form .opens-list p {
  text-align: center;
  padding: 10px 0 20px;
}
.form-modal-alpha form .opens-list ul {
  display: flex;
  flex-flow: row wrap;
}
.form-modal-alpha form .opens-list ul li {
  width: 100%;
}
@media (min-width: 600px) {
  .form-modal-alpha form .opens-list ul li {
    width: 50%;
  }
}
.form-modal-alpha form .opens-list label:before {
  background: none;
}
.form-modal-alpha form .text__left .fieldset_captcha {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-modal-alpha form .text__right .fieldset_submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-modal-alpha form .text__right .fieldset_submit button {
  padding: 15px 40px;
  border-radius: 4px;
  border: 0px;
  outline: 0px;
  background-color: #48A3FF;
  color: #ffffff;
  transition: .5s ease;
}
.form-modal-alpha form .text__right .fieldset_submit button:hover,
.form-modal-alpha form .text__right .fieldset_submit button:active,
.form-modal-alpha form .text__right .fieldset_submit button:focus {
  background-color: #0063c7;
}
.form-modal-alpha form .inner {
  padding: 40px 0;
  display: flex;
  flex-flow: row wrap;
}
.form-modal-alpha form .inner .fschild {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.form-modal-alpha form .inner .fschild input {
  width: 100%;
  border: 1px solid #D1D1D1;
  border-radius: 3px;
}
.form-modal-alpha form .inner .fschild input:focus ~ label {
  top: 0;
  font-size: 9px;
}
.form-modal-alpha form .inner fieldset {
  border-radius: 3px;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  /* Checkboxes */
}
.form-modal-alpha form .inner fieldset textarea {
  border-radius: 3px;
}
.form-modal-alpha form .inner fieldset:nth-child(1) {
  display: block;
  max-width: 100%;
  order: 1;
}
.form-modal-alpha form .inner fieldset:nth-child(2) {
  display: flex;
  order: 4;
}
.form-modal-alpha form .inner fieldset:nth-child(3) {
  display: block;
  max-width: 100%;
  order: 2;
}
.form-modal-alpha form .inner fieldset:nth-child(4) {
  order: 5;
  border: unset !important;
}
.form-modal-alpha form .inner fieldset:nth-child(5) {
  display: block;
  order: 3;
  margin: unset;
  border: unset !important;
}
.form-modal-alpha form .inner fieldset:nth-child(6) {
  order: 6;
  display: none;
}
.form-modal-alpha form .inner fieldset input,
.form-modal-alpha form .inner fieldset select,
.form-modal-alpha form .inner fieldset textarea {
  font-size: 1em;
  min-height: 40px;
  width: 100%;
}
.form-modal-alpha form .inner fieldset.fullheight textarea {
  height: 100%;
  width: 100%;
  max-height: 110px;
}
.form-modal-alpha form .inner fieldset.fullWidth {
  width: 100%;
}
.form-modal-alpha form .inner fieldset.noMargin {
  margin: 0 !important;
}
.form-modal-alpha form .inner fieldset label {
  font-size: 1em;
  width: 100%;
  font-weight: 400;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all 0.2s ease-out;
}
.form-modal-alpha form .inner fieldset.lb-out label,
.form-modal-alpha form .inner fieldset .lb-out label {
  color: #afafaf;
  font-size: 9px;
}
.form-modal-alpha form .inner fieldset textarea {
  padding: 2.5em 10px;
  resize: none;
  border: 1px solid #D1D1D1;
}
.form-modal-alpha form .inner fieldset textarea:focus ~ label {
  top: 10px;
  font-size: 9px;
}
.form-modal-alpha form .inner fieldset input {
  padding-bottom: 0.25em;
  padding: 1em 10px;
}
.form-modal-alpha form .inner fieldset input:focus ~ label {
  top: 0;
  font-size: 9px;
}
.form-modal-alpha form .inner fieldset.dropdown {
  border: 0;
}
.form-modal-alpha form .inner fieldset.dropdown #s2id_form-listing-enquiry-situations {
  width: 100%;
}
.form-modal-alpha form .inner fieldset.dropdown #s2id_form-listing-enquiry-situations .select2-chosen {
  color: #5A5A5A;
}
.form-modal-alpha form .inner fieldset.dropdown #s2id_form-listing-enquiry-situations .select2-choice {
  display: flex;
  height: 47px;
  align-items: center;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #D1D1D1;
  color: #5A5A5A;
}
.form-modal-alpha form .inner fieldset.dropdown #s2id_form-listing-enquiry-situations .select2-choice .select2-arrow {
  background: #ffffff;
  background-image: none;
  border-left: none;
}
.form-modal-alpha form .inner fieldset.dropdown #s2id_form-listing-enquiry-situations .select2-choice .select2-arrow b {
  display: none;
}
.form-modal-alpha form .inner fieldset.dropdown #s2id_form-listing-enquiry-situations .select2-choice .select2-arrow:after {
  content: '\f0dd';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-weight: bold;
  display: block;
  height: 100%;
  top: 60%;
  transform: translateY(-50%);
  color: #5A5A5A;
}
.form-modal-alpha form .inner fieldset ul.topics {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 2em;
}
.form-modal-alpha form .inner fieldset ul.topics label {
  text-align: left;
}
.form-modal-alpha form .inner fieldset ul.topics li {
  width: 100%;
}
@media only screen and (min-width: 416px) {
  .form-modal-alpha form .inner fieldset ul.topics li {
    width: 50%;
  }
}
.form-modal-alpha form .inner fieldset ul.topics li input:focus ~ label {
  top: 10px;
  font-size: 1em;
}
@media only screen and (min-width: 416px) {
  .form-modal-alpha form .inner fieldset ul.topics li:nth-of-type(2n+1) label {
    left: 0;
  }
}
.form-modal-alpha form .inner fieldset .suburb-select2 .select2-container {
  width: 100%;
  height: 100%;
}
.form-modal-alpha form .inner fieldset .suburb-select2 .select2-container a {
  height: 100%;
  display: block;
  background: white;
  padding-left: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.form-modal-alpha form button {
  transition: all 0.2s ease-out;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
																				supported by Chrome and Opera */
}
.form-modal-alpha form button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
  content: "\f1ce";
  animation: fa-spin 2s infinite linear;
}
.form-modal-alpha form button:disabled {
  background: lightgray !important;
}
.form-modal-alpha form button:disabled span {
  display: none;
}
.form-modal-alpha form button:disabled:after {
  display: block;
}
.form-modal-alpha form .captcha-enabled {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
}
.form-modal-alpha form .captcha-enabled fieldset {
  flex-grow: 1;
}
.form-modal-alpha form .captcha-enabled fieldset .g-recaptcha {
  display: flex;
}
@media (min-width: 600px) {
  .form-modal-alpha form .inner .fschild {
    display: inline-block;
    width: calc(50% - 10px);
  }
  .form-modal-alpha form .inner .fschild:nth-child(2) {
    margin-left: 16px;
  }
  .form-modal-alpha form .inner fieldset {
    width: 100%;
  }
  .form-modal-alpha form .inner fieldset textarea {
    border-radius: 3px;
  }
  .form-modal-alpha form .inner fieldset:nth-child(1) {
    max-width: calc(50% - 10px);
  }
  .form-modal-alpha form .inner fieldset:nth-child(2) {
    display: flex;
  }
  .form-modal-alpha form .inner fieldset:nth-child(3) {
    max-width: calc(50% - 10px);
    margin-left: 20px;
  }
  .form-modal-alpha form .inner fieldset:nth-child(4) {
    border: unset !important;
  }
  .form-modal-alpha form .inner fieldset:nth-child(5) {
    display: block;
  }
}
#select2-drop .select2-search {
  display: none;
}
.select2-results .select2-highlighted {
  background-color: #ffffff !important;
}
.select2-results li div,
.select2-results .select2-highlighted div {
  font-size: 14px;
}
.select2-results li:hover,
.select2-results .select2-highlighted:hover,
.select2-results li:active,
.select2-results .select2-highlighted:active,
.select2-results li:focus,
.select2-results .select2-highlighted:focus {
  background-color: #ffffff;
}
.select2-results li:hover div,
.select2-results .select2-highlighted:hover div,
.select2-results li:active div,
.select2-results .select2-highlighted:active div,
.select2-results li:focus div,
.select2-results .select2-highlighted:focus div {
  color: #48A3FF;
}
/* Global LESS */
/**
 * Print stylesheet for Listings Show Alpha
* @version				 1.0
* @lastmodified		16.08.2018
*/
/* LESS -- Pt to Px (roughly): ceil({pt}/32*10)+{pt} = px */
/********
* Branded styles
* -- refer /assets/layout/{layout}/css/print/branding.css
**/
#print-alpha {
  background-color: initial;
  font-family: initial;
  height: auto;
  overflow: initial;
  color: inherit;
  letter-spacing: 0;
  position: static;
  color: #000;
  font-size: 9pt;
  display: block;
  /********
	* Screen AND Print **/
  /*Creates an extra blank page with prints involving multiple pages*/
  /*.page {
		page-break-before:always;
	} */
  /* Text align stuff */
  /* Columns stuff -- hey! it's a print stylesheet */
  /* Table stuff -- hey! it's a print stylesheet */
  /**/
  /*STUFF FOR LISTING-SHOW PAGE*/
  /**/
  /**/
  /*STUFF FOR LISTINGS PAGE*/
  /**/
  /********
	* Screen ONLY **/
  /********
	* Print ONLY **/
}
#print-alpha .page-box {
  padding: 10mm;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
}
#print-alpha .page-box * {
  box-sizing: border-box;
}
#print-alpha .listing-details i {
  font-size: 12pt;
  font-style: normal;
  display: inline-block;
  /*font-weight: 300;*/
  padding: 0 10px 0 2px;
}
#print-alpha header {
  position: static;
  height: auto;
  transition: none;
  margin-bottom: 15px;
}
#print-alpha header #logo img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#print-alpha header p {
  margin: 0;
}
#print-alpha .header p {
  margin: 0;
}
#print-alpha .border-bottom {
  border-bottom: 1px solid #e4e4e4;
}
#print-alpha .border-right {
  border-right: 1px solid #e4e4e4;
}
#print-alpha .container {
  text-align: initial;
}
#print-alpha .content,
#print-alpha p,
#print-alpha a,
#print-alpha h1,
#print-alpha h2,
#print-alpha h3,
#print-alpha h4,
#print-alpha h5,
#print-alpha h6 {
  font-family: Helvetica, Arial, sans-serif !important;
  letter-spacing: 0;
  color: #000;
}
#print-alpha .content {
  position: relative;
  height: 100%;
}
#print-alpha .content .page {
  width: 100%;
  height: 100%;
}
#print-alpha .content .page .print-background {
  background-color: #ffffff;
  color: #48A3FF;
}
#print-alpha .content .page .print-background h1,
#print-alpha .content .page .print-background h2,
#print-alpha .content .page .print-background h3,
#print-alpha .content .page .print-background h4,
#print-alpha .content .page .print-background h5,
#print-alpha .content .page .print-background h6,
#print-alpha .content .page .print-background p {
  color: #48A3FF;
}
#print-alpha .content .page .container {
  position: relative;
  width: 100%;
  height: 280mm;
  overflow: hidden;
  padding: 0;
}
#print-alpha .content .page .container .inner-content {
  padding: 5px;
}
#print-alpha .btn-print {
  position: fixed;
  z-index: 10;
  top: 15px;
  right: 15px;
  padding: 15px;
  width: 40px;
  height: 40px;
  background: white;
  border: 0;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 14px;
  padding: 0;
  font-size: 1.1em;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#print-alpha .btn-print:hover {
  color: inherit;
  background: inherit;
  box-shadow: rgba(0, 0, 0, 0.15) 5px 10px 14px;
}
#print-alpha .btn-print i {
  padding: 0;
}
#print-alpha h1,
#print-alpha h2,
#print-alpha h3,
#print-alpha h4,
#print-alpha h5,
#print-alpha p,
#print-alpha li,
#print-alpha blockquote {
  font-weight: 400;
}
#print-alpha h1,
#print-alpha h2,
#print-alpha h3,
#print-alpha h4,
#print-alpha h5 {
  margin: 0;
}
#print-alpha h1 {
  text-transform: uppercase;
}
#print-alpha h2,
#print-alpha h5 {
  font-weight: 600;
  margin-bottom: 3mm;
}
#print-alpha ul {
  padding: 0 0 0 18px;
}
#print-alpha em {
  font-style: normal;
}
#print-alpha i {
  padding-right: 8px;
}
#print-alpha p {
  font-size: 9pt;
  line-height: 1.5;
  margin: 0 0 3mm;
}
#print-alpha strong {
  font-weight: bold;
}
#print-alpha sup {
  position: absolute;
  margin-top: -2px;
}
#print-alpha .footer {
  bottom: 0;
  width: 100%;
  left: 0;
}
#print-alpha .footer .logo {
  text-align: right;
}
#print-alpha .footer .logo img {
  max-height: 50px;
  max-width: 230px;
}
#print-alpha .padded {
  padding: 15px;
}
#print-alpha .padded-sm {
  padding: 5px;
}
#print-alpha .padded-right {
  padding-right: 50px;
}
#print-alpha .padded-notop {
  padding-top: 0;
}
#print-alpha .grid {
  font-size: 0;
}
#print-alpha .grid-images {
  height: 110mm;
}
#print-alpha .grid-images .image {
  background-color: ##efefef;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#print-alpha .below-grid-content {
  max-height: 135mm;
}
#print-alpha .text-left {
  text-align: left;
}
#print-alpha .text-center {
  text-align: center;
}
#print-alpha .text-right {
  text-align: right;
}
#print-alpha .column {
  display: inline-block;
}
#print-alpha .column-1-2 {
  width: 50%;
}
#print-alpha .column-1-3 {
  width: 33.33%;
}
#print-alpha .column-2-3 {
  width: 66.66%;
}
#print-alpha .column-1-4 {
  width: 25%;
}
#print-alpha .column-2-4 {
  width: 50%;
}
#print-alpha .column-3-4 {
  width: 75%;
}
#print-alpha .column-1-5 {
  width: 20%;
}
#print-alpha .column-2-5 {
  width: 40%;
}
#print-alpha .column-3-5 {
  width: 60%;
}
#print-alpha .column-4-5 {
  width: 80%;
}
#print-alpha .table {
  display: table;
  width: 100%;
}
#print-alpha .table-row {
  display: table-row;
}
#print-alpha .table-cell {
  display: table-cell;
}
#print-alpha .table-cell-top {
  vertical-align: top;
}
#print-alpha .table-cell-middle {
  vertical-align: middle;
}
#print-alpha .table-cell-bottom {
  vertical-align: bottom;
}
#print-alpha .image img {
  width: 100%;
  height: auto;
}
#print-alpha.listing-show h1,
#print-alpha.listing-show h2,
#print-alpha.listing-show h3,
#print-alpha.listing-show h4,
#print-alpha.listing-show h5,
#print-alpha.listing-show h6,
#print-alpha.listing-show p,
#print-alpha.listing-show a {
  color: #5A5A5A;
}
#print-alpha.listing-show .table .table-cell ul {
  padding: 0 0 0 10px;
}
#print-alpha.listing-show .table .table-cell li {
  font-size: 9pt;
  margin-bottom: 5px;
}
#print-alpha.listing-show .column .image {
  width: 100%;
  height: 100%;
  border: 5px solid white;
}
#print-alpha.listing-show .column-1-3 .image {
  height: 50%;
}
#print-alpha.listing-show .left-col {
  padding: 15px 60px 0 10px;
}
#print-alpha.listing-show .right-col .info-box {
  margin-bottom: 10px;
}
#print-alpha.listing-show .right-col .info-box p {
  font-size: 9pt;
}
#print-alpha.listing-show .right-col .info-box p:last-child {
  margin-bottom: 0;
}
#print-alpha.listing-show .right-col .info-box .table-cell {
  padding: 5px 10px 5px 0;
}
#print-alpha.listing-show .right-col .info-box .table-cell:first-child {
  padding-top: 0;
}
#print-alpha.listing-show .right-col .info-box .table-cell:last-child {
  padding-bottom: 0;
}
#print-alpha.listing-show .bbc-container span:last-child i {
  padding-right: 0;
}
#print-alpha.listing-show .agent {
  padding: 0 0 10px;
  margin: 0;
}
#print-alpha.listing-show .agent p {
  padding: 0;
  margin-bottom: 0;
  font-size: 9pt;
}
#print-alpha.listing-show .agent-contact {
  padding-top: 0.25em;
}
#print-alpha.listing-show .agent-contact p {
  font-size: 9pt;
}
#print-alpha.listing-show .footer {
  background: #ffffff;
  padding: 15px;
}
#print-alpha.listings,
#print-alpha.listings p {
  font-size: 9pt;
}
#print-alpha.listings header h3,
#print-alpha.listings header h5 {
  color: #48A3FF;
}
#print-alpha.listings header h5 {
  margin-bottom: 0;
}
#print-alpha.listings .page-box {
  font-size: 12px;
}
#print-alpha.listings .listing-image {
  width: 55mm;
  height: 36mm;
}
#print-alpha.listings .listing-details {
  padding-left: 6mm;
  padding-right: 2mm;
}
#print-alpha.listings .image {
  margin-left: 3mm;
  position: relative;
  width: 100%;
  height: 100%;
}
#print-alpha.listings .status {
  background: red;
  text-transform: uppercase;
  color: #FFF;
  position: absolute;
  top: -1mm;
  left: -3mm;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 9pt;
  /*switching font here since valign issue*/
  font-family: Verdana, sans-serif;
}
#print-alpha.listings .listing-row {
  margin-bottom: 5mm;
  padding-bottom: 5mm;
}
#print-alpha.listings .listing-row.first-child {
  margin-top: 5mm;
}
#print-alpha.listings .listing-row .table-cell {
  text-align: left;
}
#print-alpha.listings .listing-row .listing-details {
  font-size: 8pt;
  line-height: 1.5;
}
#print-alpha.listings .listing-row .listing-details .title {
  font-size: 9pt;
  font-weight: 700;
  text-transform: uppercase;
}
#print-alpha.listings .listing-row .listing-details .description {
  height: 16mm;
  overflow: hidden;
  margin-bottom: 2mm;
}
#print-alpha.listings .listing-row .listing-details .listing-address {
  margin-bottom: 2mm;
}
#print-alpha.listings .listing-row .listing-details .listing-heading {
  text-transform: uppercase;
  max-width: 130mm;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#print-alpha.listings .listing-row .listing-details .table-row .table-cell i {
  padding-right: 0;
}
#print-alpha.listings .listing-row .listing-details .table-row .table-cell i:last-child:after {
  padding-right: 0;
}
#print-alpha.listings .listing-row .listing-details .icons {
  color: #4D4D4F;
}
#print-alpha.listings .footer .table-cell p {
  margin-right: 5mm;
}
#print-alpha.listings .footer .table-cell:first-child p {
  margin-left: 4mm;
}
#print-alpha.listings .footer .table-cell:last-child p {
  border-right: none;
}
@media screen {
  #print-alpha {
    /* Font size mappings
		* 7.5pt / 10px
		* 9pt / 12px
		* 10.5pt / 14px
		* 12pt / 16px
		* 13.5pt / 18px
		* 14.5pt / 20px
		*/
    /* Paragraph stuff */
  }
  #print-alpha html {
    background: #dfdfdf;
  }
  #print-alpha .page-box {
    /* please dont touch!
			 * A4 size is A4 size is A4 size */
    width: 210mm;
    height: 297mm;
    min-height: 297mm;
    padding: 0;
    margin: 10px auto;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.15) 5px 3px 25px 4px;
  }
  #print-alpha .footer {
    position: absolute;
  }
  #print-alpha h1,
  #print-alpha h2,
  #print-alpha h3,
  #print-alpha h4 {
    font-size: 18px;
  }
  #print-alpha h5 {
    font-size: 12px;
  }
}
@media print {
  #print-alpha {
    /* Setting content width, unsetting floats and margins */
    /* Attention: the classes and IDs vary from theme to theme. Thus, set own classes here */
    /** Setting margins */
    /* Paragraph stuff */
    /* Defining all page breaks */
    /* Displaying link color and link behaviour */
    /* NON PRINTABLE ELEMENTS */
  }
  #print-alpha .page-box {
    width: 210mm;
    height: 297mm;
    min-height: 297mm;
    position: relative;
    overflow: hidden;
    page-break-after: always;
    font-size: 11pt;
    background: #fff !important;
  }
  #print-alpha .page,
  #print-alpha .content {
    position: relative;
    height: auto;
  }
  #print-alpha .content,
  #print-alpha .page-box {
    margin: 0;
    float: none;
    padding: 0;
  }
  @page {
    margin: 0cm;
  }
  #print-alpha header #logo {
    filter: unset;
  }
  #print-alpha .footer {
    position: fixed;
  }
  #print-alpha h1,
  #print-alpha h2,
  #print-alpha h3,
  #print-alpha h4 {
    font-size: 13.5pt;
  }
  #print-alpha h5 {
    font-size: 9pt;
  }
  #print-alpha p,
  #print-alpha li,
  #print-alpha blockquote {
    font-size: 10.5pt;
  }
  #print-alpha .paragraph-small p,
  #print-alpha .paragraph-small li {
    font-size: 9pt;
  }
  #print-alpha a {
    page-break-inside: avoid;
  }
  #print-alpha blockquote {
    page-break-inside: avoid;
  }
  #print-alpha h1,
  #print-alpha h2,
  #print-alpha h3,
  #print-alpha h4,
  #print-alpha h5,
  #print-alpha h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  #print-alpha img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  #print-alpha table,
  #print-alpha pre {
    page-break-inside: avoid;
  }
  #print-alpha ul,
  #print-alpha ol,
  #print-alpha dl {
    page-break-before: avoid;
  }
  #print-alpha a:link,
  #print-alpha a:visited,
  #print-alpha a {
    background: transparent;
    color: #520;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
  }
  #print-alpha a {
    page-break-inside: avoid;
  }
  #print-alpha a[href^=http]:after {
    content: " < " attr(href) "> ";
  }
  #print-alpha a:after > img {
    content: "";
  }
  #print-alpha article a[href^="#"]:after {
    content: "";
  }
  #print-alpha a:not(:local-link):after {
    content: " < " attr(href) "> ";
  }
  #print-alpha .btn-print {
    display: none;
  }
}
/* Custom select field */
/* Use function to add hover styles to avoid hover related double tap bug */
/* Adding 'disabled' state to buttons for form submissions */
/* global mixins */
.flex-center-style {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* DISPLAY JUST THE FORM. SOME CLIENTS HAVE REQUESTED FOR THE FORM TO APPEAR ON CERTAIN PAGES, AND THESE STYLES WILL REMOVE ALL OTHER PROPERTY ALERT ELEMENTS EXCEPT FOR THE FORM */
/* Can't be used in propertyAlert.css since the boxes flash before being hidden due to the loading order */
.disable-property-alert-modal .lity-hide {
  display: block !important;
}
.disable-property-alert-modal #form-property-alpha {
  display: none;
}
.disable-property-alert-modal #property-alert #property-alert-container .left-col {
  display: none !important;
}
.disable-property-alert-modal #property-alert #property-alert-container .right-col {
  width: 100%;
  flex-basis: 100%;
  height: auto;
  overflow: auto;
}
.disable-property-alert-modal #property-alert #property-alert-container .right-col #property-alert-form .row {
  flex-flow: row nowrap;
}
#form-property-alpha ~ .background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #48A3FF;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #48A3FF, #aebbff);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #48A3FF, #aebbff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-blend-mode: multiply;
}
#form-property-alpha ~ .background.banner-slick-slider {
  background: none;
  background: transparent;
}
#form-property-alpha {
  min-width: 320px;
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-size: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-flow: nowrap column;
  /* Use matching pure.css widths */
  /* Left panel - info area */
  /* Use matching pure.css widths */
}
.singlestep #form-property-alpha {
  padding: 0;
}
#form-property-alpha .flex {
  display: flex;
}
#form-property-alpha .flex-row {
  flex-flow: nowrap row;
}
#form-property-alpha .flex-col {
  flex-flow: wrap column;
}
#form-property-alpha .self-center {
  display: inline-flex;
  align-self: center;
  justify-self: center;
  align-items: center;
  flex-grow: 0.7;
}
@media (max-width: 670px) {
  #form-property-alpha .md-flex-wrap {
    flex-flow: wrap row;
  }
}
@media (min-width: 671px) {
  #form-property-alpha .self-top {
    justify-self: flex-start;
  }
}
#form-property-alpha.container {
  max-width: 1200px;
  box-sizing: border-box;
  padding: 15px 40px;
  margin: 0 auto;
}
#form-property-alpha .pure-g {
  width: 100%;
}
#form-property-alpha h2,
#form-property-alpha h3 {
  font-size: 1.7em;
  letter-spacing: 0;
  font-weight: 600;
  padding-bottom: 0.5em;
  line-height: 1.2;
}
#form-property-alpha h3 {
  font-size: 1.4em;
  padding: 0;
}
#form-property-alpha h3 em {
  font-style: normal;
  color: #48A3FF;
  padding-right: 10px;
  /*        display: inline-block;
        width: 20px;
        height: 20px;
        display: flex;
        align-items:center;
        justify-content:center;*/
}
#form-property-alpha .property-success h3 {
  padding: 0 0 1em;
}
#form-property-alpha .property-success .button {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: normal;
}
#form-property-alpha form a {
  margin-top: 1.5rem;
  text-transform: none;
  font-size: 1.2em;
  letter-spacing: 0;
}
@media (min-width: 600px) {
  #form-property-alpha form a {
    margin-top: 3rem;
  }
}
#form-property-alpha form .success,
#form-property-alpha form .error {
  opacity: 0;
  min-height: 1rem;
  padding: 1.25em 0 1.5em;
  color: #da4343;
  font-weight: 600;
  font-size: 0.8em;
  line-height: 2;
  transition: all 0.2s ease-out;
}
#form-property-alpha form .success.on,
#form-property-alpha form .error.on {
  opacity: 1;
}
@media (min-width: 640px) {
  #form-property-alpha form .success,
  #form-property-alpha form .error {
    padding: 1.25em 0 2em;
  }
}
#form-property-alpha form .success {
  color: green;
}
#form-property-alpha button,
#form-property-alpha .button,
#form-property-alpha input[type="submit"] {
  display: block;
  color: white;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  background: #48A3FF;
  border-color: #48A3FF;
  padding: 15px 10px;
  /*Messes up valiagnment of 'Find Out How' buttons*/
  /*line-height: 1.2;*/
}
#form-property-alpha button:focus,
#form-property-alpha .button:focus,
#form-property-alpha input[type="submit"]:focus,
#form-property-alpha button:active,
#form-property-alpha .button:active,
#form-property-alpha input[type="submit"]:active,
#form-property-alpha button:hover,
#form-property-alpha .button:hover,
#form-property-alpha input[type="submit"]:hover {
  background: #1589ff;
  border-color: #1589ff;
}
#form-property-alpha button.disabled,
#form-property-alpha .button.disabled,
#form-property-alpha input[type="submit"].disabled,
#form-property-alpha button:disabled,
#form-property-alpha .button:disabled,
#form-property-alpha input[type="submit"]:disabled {
  background: gray !important;
  border-color: gray !important;
}
#form-property-alpha .spin-container {
  display: flex;
  align-items: center;
  position: absolute;
  right: 18px;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
}
#form-property-alpha .address-spinner {
  position: relative;
  right: auto;
  top: auto;
  display: none;
}
#form-property-alpha .fa-chevron-left {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 20;
  color: black;
  font-size: 1.2rem;
}
@media (max-width: 48em) {
  #form-property-alpha .fa-chevron-left {
    left: auto;
    top: auto;
    bottom: 20px;
    right: 50px;
  }
}
#form-property-alpha .fa-close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 22px;
  z-index: 20;
  color: black;
  font-size: 1.4rem;
}
@media (min-width: 42em) {
  #form-property-alpha {
    font-size: 1em;
  }
}
#form-property-alpha .info,
#form-property-alpha > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#form-property-alpha .logo-header {
  align-items: center;
  text-align: center;
  padding: 0 0 2rem;
  transition: opacity 2s ease-out;
}
#form-property-alpha .logo-header img {
  max-width: 100%;
}
#form-property-alpha .info {
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  border: 1px solid white;
  padding: 2rem;
  max-width: 400px;
  min-width: 300px;
  position: relative;
  justify-content: space-around;
  transition: opacity 2s ease-out;
  height: auto;
  width: 90%;
  margin: 1em auto;
}
@media (min-width: 600px) {
  #form-property-alpha .info {
    height: 280px;
    width: 45%;
    margin: 1em;
  }
}
@media (min-width: 670px) {
  #form-property-alpha .info {
    height: 400px;
  }
}
#form-property-alpha .info h2.self-top {
  margin: 0;
  padding: 0;
  min-height: 60px;
}
#form-property-alpha .info p.self-center {
  display: flex;
  flex-grow: 1;
  padding: 2rem 0;
}
#form-property-alpha .info p {
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.5;
}
#form-property-alpha .info form {
  width: 100%;
  margin: 0 auto;
}
#form-property-alpha .info form a {
  transition: all 0.2s ease-out, visibility 0s linear 0s;
  margin: 0;
}
#form-property-alpha .info form a.off {
  transition: all 0.2s ease-out, visibility 0s linear 0.5s;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}
#form-property-alpha .info.info-auction {
  justify-content: flex-start;
  text-align: center;
  padding: 3rem 5px 4rem;
}
@media (max-width: 48em) {
  #form-property-alpha .info.info-auction {
    display: none;
  }
}
#form-property-alpha .info.info-auction big {
  font-size: 1.4em;
}
#form-property-alpha .info.info-auction small {
  line-height: 1.6em;
}
#form-property-alpha .info.info-auction .bids {
  margin: 2rem 0 1.5rem;
}
#form-property-alpha .info.info-auction .bid-current {
  padding: 2em 0;
  background: rgba(0, 0, 0, 0.5);
}
#form-property-alpha .info.info-auction .bid-image {
  padding-left: 5px;
  overflow: hidden;
  flex: 1;
}
#form-property-alpha .info.info-auction .bid-image > div {
  height: 100%;
  width: 100%;
}
#form-property-alpha .info.off,
#form-property-alpha .logo-header.off {
  opacity: 0;
}
@media (min-width: 64em) {
  #form-property-alpha {
    flex-direction: column;
  }
  #form-property-alpha.container {
    padding: 50px 50px 50px;
  }
  #form-property-alpha .info {
    padding: 2rem 3rem;
  }
}
/* Form popup styles */
.lity-property-alert .lity-container .lity-content {
  padding: 0;
}
.form-property-container-underlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9998;
  height: 100%;
  width: 100%;
  max-height: 100vh;
  opacity: 0;
  visibility: hidden;
}
.form-property-container-underlay.on {
  visibility: visible;
  opacity: 1;
  display: block;
}
.form-property-container {
  z-index: 9999;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  transition: all 0.2s ease-out, visibility 0s linear 0s;
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-flow: nowrap column;
  /* Use matching pure.css widths */
}
.form-property-container.singlestep {
  display: none;
}
.form-property-container.singlestep form {
  padding: 0;
}
.form-property-container .flex {
  display: flex;
}
.form-property-container .flex-row {
  flex-flow: nowrap row;
}
.form-property-container .flex-col {
  flex-flow: wrap column;
}
.form-property-container .self-center {
  display: inline-flex;
  align-self: center;
  justify-self: center;
  align-items: center;
  flex-grow: 0.7;
}
@media (max-width: 670px) {
  .form-property-container .md-flex-wrap {
    flex-flow: wrap row;
  }
}
@media (min-width: 671px) {
  .form-property-container .self-top {
    justify-self: flex-start;
  }
}
.form-property-container.container {
  max-width: 1200px;
  box-sizing: border-box;
  padding: 15px 40px;
  margin: 0 auto;
}
.form-property-container .pure-g {
  width: 100%;
}
.form-property-container h2,
.form-property-container h3 {
  font-size: 1.7em;
  letter-spacing: 0;
  font-weight: 600;
  padding-bottom: 0.5em;
  line-height: 1.2;
}
.form-property-container h3 {
  font-size: 1.4em;
  padding: 0;
}
.form-property-container h3 em {
  font-style: normal;
  color: #48A3FF;
  padding-right: 10px;
  /*        display: inline-block;
        width: 20px;
        height: 20px;
        display: flex;
        align-items:center;
        justify-content:center;*/
}
.form-property-container .property-success h3 {
  padding: 0 0 1em;
}
.form-property-container .property-success .button {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: normal;
}
.form-property-container form a {
  margin-top: 1.5rem;
  text-transform: none;
  font-size: 1.2em;
  letter-spacing: 0;
}
@media (min-width: 600px) {
  .form-property-container form a {
    margin-top: 3rem;
  }
}
.form-property-container form .success,
.form-property-container form .error {
  opacity: 0;
  min-height: 1rem;
  padding: 1.25em 0 1.5em;
  color: #da4343;
  font-weight: 600;
  font-size: 0.8em;
  line-height: 2;
  transition: all 0.2s ease-out;
}
.form-property-container form .success.on,
.form-property-container form .error.on {
  opacity: 1;
}
@media (min-width: 640px) {
  .form-property-container form .success,
  .form-property-container form .error {
    padding: 1.25em 0 2em;
  }
}
.form-property-container form .success {
  color: green;
}
.form-property-container button,
.form-property-container .button,
.form-property-container input[type="submit"] {
  display: block;
  color: white;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  background: #48A3FF;
  border-color: #48A3FF;
  padding: 15px 10px;
  /*Messes up valiagnment of 'Find Out How' buttons*/
  /*line-height: 1.2;*/
}
.form-property-container button:focus,
.form-property-container .button:focus,
.form-property-container input[type="submit"]:focus,
.form-property-container button:active,
.form-property-container .button:active,
.form-property-container input[type="submit"]:active,
.form-property-container button:hover,
.form-property-container .button:hover,
.form-property-container input[type="submit"]:hover {
  background: #1589ff;
  border-color: #1589ff;
}
.form-property-container button.disabled,
.form-property-container .button.disabled,
.form-property-container input[type="submit"].disabled,
.form-property-container button:disabled,
.form-property-container .button:disabled,
.form-property-container input[type="submit"]:disabled {
  background: gray !important;
  border-color: gray !important;
}
.form-property-container .spin-container {
  display: flex;
  align-items: center;
  position: absolute;
  right: 18px;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
}
.form-property-container .address-spinner {
  position: relative;
  right: auto;
  top: auto;
  display: none;
}
.form-property-container .fa-chevron-left {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 20;
  color: black;
  font-size: 1.2rem;
}
@media (max-width: 48em) {
  .form-property-container .fa-chevron-left {
    left: auto;
    top: auto;
    bottom: 20px;
    right: 50px;
  }
}
.form-property-container .fa-close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 22px;
  z-index: 20;
  color: black;
  font-size: 1.4rem;
}
@media (min-width: 42em) {
  .form-property-container {
    font-size: 1em;
  }
}
.form-property-container.on {
  visibility: visible;
  opacity: 1;
  display: block;
}
.form-property-container .grecaptcha-badge {
  display: block;
  margin: 0 auto;
}
.form-property-container .button.g-recaptcha {
  font-size: 1em;
  width: 100%;
  border: 0;
}
.form-property-container .button.g-recaptcha:hover {
  cursor: pointer;
}
@media (min-width: 64em) {
  .form-property-container .fieldset_captcha {
    width: 50%;
  }
}
.form-property-container .fieldset_captcha .g-recaptcha {
  margin: 0 auto;
}
.form-property-container .termlinks {
  position: absolute;
  left: 10px;
  bottom: 5px;
}
.form-property-container .termlinks a,
.form-property-container .termlinks a:hover,
.form-property-container .termlinks a:focus,
.form-property-container .termlinks a:active {
  display: inline;
  border: 0;
  font-size: 0.8rem;
  background: none;
}
@media (max-width: 64em) {
  .form-property-container .termlinks a,
  .form-property-container .termlinks a:hover,
  .form-property-container .termlinks a:focus,
  .form-property-container .termlinks a:active {
    color: black;
  }
}
@media (min-width: 64em) {
  .form-property-container .termlinks {
    left: auto;
    right: 10px;
    bottom: -45px;
  }
  .form-property-container .termlinks a,
  .form-property-container .termlinks a:hover {
    color: white;
  }
}
.form-property-container .flex-center {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.form-property-container .flex-center .pure-g [class*=pure-u],
.form-property-container .flex-center .next {
  padding: 5px;
  box-sizing: border-box;
  position: relative;
}
.form-property-container .flex-center .next {
  width: 100%;
}
.form-property-container .flex-center .next .button span {
  font-size: 1em;
}
.form-property-container .step {
  position: absolute;
  z-index: 10000;
  box-sizing: border-box;
  padding: 15px;
  background: white;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) translateX(-30%);
  transition: all 0.5s ease-out, visibility 0s linear 0.5s;
}
.form-property-container .step.on {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.5s ease-out, visibility 0s linear 0s;
}
.form-property-container .step input:not([type="radio"]):not(.btn),
.form-property-container .step select,
.form-property-container .step textarea {
  font-size: 1em;
  letter-spacing: 0;
  min-height: 52px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  background-clip: padding-box;
  border: 1px solid #cfcfcf;
  width: 100%;
  color: black;
  padding: 1rem 1rem 0.4rem;
  height: 42px;
  line-height: 36px;
}
.form-property-container .step input.btn,
.form-property-container .step input[type="submit"] {
  width: 100%;
  color: #FFF;
  height: auto;
  line-height: initial;
  min-height: initial;
  padding: 1em;
}
.form-property-container .step select {
  position: relative;
  background: none;
  padding: .4rem 1rem;
  line-height: 50px;
  height: 55px;
  z-index: 2;
}
.form-property-container .step textarea {
  min-height: 70px;
  padding: 1.5rem 1rem 0.4rem !important;
  width: 100%;
  max-height: 130px;
  resize: vertical;
}
@media (min-width: 415px) {
  .form-property-container .step textarea {
    height: auto;
  }
}
.form-property-container .step label {
  color: gray;
  font-size: 1.1em;
  padding: 15px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  position: absolute;
  width: 100%;
  top: 5px;
  text-align: left;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.form-property-container .step .radio label {
  position: static;
  padding: 5px 15px 5px 5px;
}
.form-property-container .step .select:after {
  position: absolute;
  right: 15px;
  top: 24px;
  color: lightgray;
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-property-container .step .err label {
  color: #c71414;
}
.form-property-container .step .err input,
.form-property-container .step .err select,
.form-property-container .step .err textarea {
  border-color: #c71414;
}
.form-property-container .step label.offset {
  line-height: 1;
  font-size: 0.6rem;
  padding: 5px 0 0 15px;
}
.form-property-container .step #residential-or-commercial-toggle {
  margin-bottom: 10px;
}
.form-property-container .step #address-select {
  position: absolute;
  z-index: 100;
  width: calc(100% - 10px);
}
.form-property-container .step #address-select ul {
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow: hidden;
  overflow-y: scroll;
  border: 2px solid gray;
  border-top: 0;
  box-sizing: border-box;
}
.form-property-container .step #address-select ul li {
  width: 100%;
  cursor: pointer;
  padding: 1rem;
  text-align: left;
  color: black;
  line-height: 1.2;
  background: white;
}
.form-property-container .step #address-select ul li:hover,
.form-property-container .step #address-select ul li.selected {
  color: white;
  background: #48A3FF;
}
@media (min-width: 640px) {
  .form-property-container .step {
    max-height: 500px;
    padding: 50px;
  }
}
@media (min-width: 640px) and (max-width: 64em) {
  .form-property-container .step .flex-center {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 64em) {
  .form-property-container {
    max-height: none;
    margin: auto;
    position: fixed;
    visibility: hidden;
    opacity: 0;
  }
  .form-property-container.on {
    visibility: visible;
    opacity: 1;
  }
  .form-property-container .step {
    /*margin-left: 5px;*/
  }
  .form-property-container .fa-close {
    top: 15px;
  }
}
.form-property-container .singlestep {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  overflow-y: scroll;
  width: auto;
  max-width: 800px;
  margin: 0 auto;
}
.form-property-container .singlestep .step {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
  top: auto;
  left: auto;
  height: auto;
  max-height: none;
}
.form-property-container .singlestep .step.step-1 .next,
.form-property-container .singlestep .step.step-2 .next {
  display: none;
}
.form-property-container .singlestep .step.step-2,
.form-property-container .singlestep .step.step-3 {
  padding-top: 0;
}
.form-property-container .singlestep .step.step-2 .fa-chevron-left,
.form-property-container .singlestep .step.step-3 .fa-chevron-left,
.form-property-container .singlestep .step.step-2 .fa-close,
.form-property-container .singlestep .step.step-3 .fa-close {
  display: none;
}
.form-property-container .singlestep .step.step-2 button,
.form-property-container .singlestep .step.step-3 button {
  margin-top: 1em;
}
/* property valuation popup */
/******** MIXINS *********/
/* FORM */
#property-alert {
  /* outer lity container */
  max-height: 100% !important;
  /*overwrites for fn-2018's child commons.less messing with layout*/
}
#property-alert .left-col {
  flex-grow: initial;
}
#property-alert .right-col {
  max-width: initial;
}
#property-alert .col {
  box-sizing: border-box;
}
#property-alert-container.row {
  /* use .row to overrule default propertAlert.css styles */
  /* SELECT 2 - SELECTED */
  /* SCROLL BAR */
}
#property-alert-container.row .color-overlay {
  background: #48A3FF;
  background: linear-gradient(30deg, #0070e1 20%, #7bbdff 100%);
  opacity: 0.8;
}
#property-alert-container.row #property-alert-form .select-container:before {
  color: #48A3FF;
}
#property-alert-container.row #property-alert-form select {
  cursor: pointer;
}
#property-alert-container.row #property-alert-form select:active,
#property-alert-container.row #property-alert-form select:focus,
#property-alert-container.row #property-alert-form input:active,
#property-alert-container.row #property-alert-form input:focus {
  border-color: #48A3FF;
}
#property-alert-container.row input.labelauty:checked:not([disabled]) + label:hover,
#property-alert-container.row input.labelauty:checked + label {
  background-color: #48A3FF;
}
#property-alert-container.row .select-container select {
  cursor: pointer;
}
#property-alert-container.row .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #48A3FF;
}
#property-alert-container.row .select2-search--inline {
  padding: 0 7px;
}
#property-alert-container.row .error,
#property-alert-container.row .error select {
  border-color: #fe9090;
}
#property-alert-container.row #property-alert-form::-webkit-scrollbar-thumb {
  background-color: #48A3FF;
}
/* SELECT 2 - OPTIONS */
#property-alert .select2-choices .select2-search-choice,
.lity-property-alert ~ .select2-container--default .select2-results__option[aria-selected=true],
.lity-property-alert ~ .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #48A3FF !important;
}
.lity-property-alert ~ .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #48A3FF;
}
.lity-property-alert ~ .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #48A3FF;
}
.lity-property-alert .lity-close {
  color: black;
  text-shadow: none;
  right: 0px;
  top: 0px;
}
/* BUTTON */
.property-btn-floated {
  background: #48A3FF !important;
}
/* property valuation popup */
/* Generic content page */
.privacy {
  color: gray;
}
.privacy h1 {
  margin-bottom: 2rem;
}
.privacy h2 {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.privacy h3,
.privacy h4 {
  padding-top: 0.55em;
  padding-bottom: 0.75em;
}
.privacy h1,
.privacy h2,
.privacy h3,
.privacy h4,
.privacy h5 {
  color: #5A5A5A;
}
.privacy ul,
.privacy ol,
.privacy p {
  padding-bottom: 1.5em;
  color: gray;
  margin: 0;
}
.privacy a {
  font-weight: 600;
}
.privacy ul {
  list-style: circle;
  list-style-position: inside;
}
.privacy ul li {
  padding-left: 15px;
  position: relative;
}
.privacy b {
  font-weight: 600;
}
.privacy img {
  max-width: 100%;
}
/* privacy policy styles */
