/* [1] ---- BASE LAYOUT GLOBALS ---- */
/** Components **/
/**** Component GLOBALISATION ****
	-- import this in an appropriate layout less to globalise all relevant styles */
/* Import and globally scope all dependencies */
/**** Component Dependency Class ****

	if a layout should use this dependency as a global style it should be imported from an appropriate layout .less file
		and globally scoped by calling the surrounding dependency class (ie. ._{classname})

	eg. 	@import "../../_global/less/_component/dependencies/form-checkboxes.less"; 
			._form-checkboxes; */
/* Scoped dependencies --
	-- use (reference) in components to scope styles (--- only do a standard import of dependencies via a layout) 
		this avoids conflict with other globally scoped styles within a layout 
		all custom component -OR- component dependency styles should be added to a layout's components.less */
/* Mixins required */
/* GLOBAL vars -- TIP: use standardised variables where possible
	-- & define all required variables for this component here (in case it's removed from a layouts variable.less) */
/* Global breakpoints */
/* LOCAL vars -- Modify these in a layout if you wish to avoid overwriting globals */
/* CSS variables */
@import url("https://use.typekit.net/dfs5bxg.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,300italic,400italic');
:root {
  --color-link-std: #007ee1;
  --color-link-hover: #505052;
}
/* mixins specific to this sheet */
._typo_letterspace {
  letter-spacing: 0px;
}
._typo_font {
  letter-spacing: 0px;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.4;
  font-size: 1em;
  font-weight: 300;
  color: #505052;
}
/* style dependency -- Property value popup -- empty is OK */
._typo_btn_n_input {
  font-size: 1.1rem;
  height: 2.8em;
  font-weight: 400;
}
._typo_fontaws {
  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;
}
._typo_fontaws_abs {
  color: #505052;
  position: absolute;
  top: 49%;
  left: 14px;
  transform: translateY(-50%);
}
._typo_link_hover:not(.btn):focus,
._typo_link_hover:not(.button):focus,
._typo_link_hover:not(.btn):active,
._typo_link_hover:not(.button):active,
._typo_link_hover:not(.btn):hover,
._typo_link_hover:not(.button):hover {
  color: #505052;
  color: var(--color-link-hover);
}
._typo_link_inversed_inner {
  color: #505052;
  color: var(--color-link-hover);
}
._typo_link_inversed_inner:hover {
  color: #007ee1;
  color: var(--color-link-std);
}
._typo_link_inversed a {
  color: var(--color-link-hover);
  color: #505052;
  color: var(--color-body);
}
._typo_link_inversed a:hover {
  color: #007ee1;
  color: var(--color-link-std);
}
._typo_link_inversed a:hover {
  color: #007ee1;
  color: var(--color-primary);
}
._typo_list {
  position: relative;
}
._typo_list:before {
  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;
  color: #007ee1;
  color: var(--color-link-std);
  content: '\f0da';
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.2em;
}
/* primary font elements */
@media only screen and (max-width: 767px) {
  html {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 0.9rem;
  }
}
body {
  letter-spacing: 0px;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.4;
  font-size: 1em;
  font-weight: 300;
  color: #505052;
}
b,
strong {
  font-weight: 400;
}
b b,
strong b,
b strong,
strong strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 0px;
}
h1 {
  font-size: 1.75em;
}
h2,
big {
  font-size: 1.5em;
}
h2 b,
h2 strong {
  font-weight: 600;
}
h3 {
  font-weight: 600;
  font-size: 1.2em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
p {
  letter-spacing: 0px;
}
a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  color: #007ee1;
  color: var(--color-link-std);
}
nav a {
  font-weight: 400;
  color: gray;
}
a:not(.btn):focus,
a:not(.button):focus,
a:not(.btn):active,
a:not(.button):active,
a:not(.btn):hover,
a:not(.button):hover {
  color: #505052;
  color: var(--color-link-hover);
}
/* Others */
em {
  font-style: normal;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}
sup {
  font-size: 70%;
  vertical-align: super;
}
/* Non standard */
.text__upper {
  text-transform: uppercase;
}
.text__left {
  text-align: left;
}
.text__center {
  text-align: center;
}
.text__right {
  text-align: right;
}
.text__thin {
  font-weight: 100;
}
/* Typography required --- GLOBAL SCOPE */
._grid-gallery-alpha .grid-gallery-alpha p {
  text-align: center;
}
._grid-gallery-alpha .grid-gallery-alpha .inner {
  text-shadow: rgba(0, 0, 0, 0.4) 2px 2px;
}
._grid-gallery-alpha .grid-gallery-alpha .inner h4 {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  padding-bottom: 6px;
}
._grid-gallery-alpha .grid-gallery-alpha .inner p {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.5px;
}
._grid-gallery-alpha .grid-gallery-alpha li {
  padding-bottom: 50%;
  position: relative;
  /* remove any inline custom list styles */
}
.cp__item ._grid-gallery-alpha .grid-gallery-alpha li {
  padding-left: 0;
}
.cp__item ._grid-gallery-alpha .grid-gallery-alpha li:before {
  display: none;
}
._grid-gallery-alpha .grid-gallery-alpha li:not(.no-overlay) .inner-container {
  position: absolute;
  top: 40px;
  bottom: 40px;
  right: 40px;
  left: 40px;
}
._grid-gallery-alpha .grid-gallery-alpha li .listing-statepc,
._grid-gallery-alpha .grid-gallery-alpha li .listing-salemethod {
  display: none;
}
._grid-gallery-alpha .grid-gallery-alpha li .inner {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 0 20px;
  text-align: center;
  color: white;
  opacity: 0;
  transform: translateY(-40%);
  transition: transform 0.6s ease-out 0.1s, opacity 0.4s ease-out 0.1s;
}
._grid-gallery-alpha .grid-gallery-alpha li .inner.show {
  opacity: 1;
  transform: translateY(-50%);
}
._grid-gallery-alpha .grid-gallery-alpha li.no-overlay {
  padding-bottom: 0;
}
._grid-gallery-alpha .grid-gallery-alpha li.no-overlay .inner-container {
  padding: 5px;
}
._grid-gallery-alpha .grid-gallery-alpha li.no-overlay .inner {
  text-shadow: none;
  position: relative;
  top: 0;
  padding: 20px 0;
  text-align: left;
  color: inherit;
}
._grid-gallery-alpha .grid-gallery-alpha li.no-overlay .inner.show {
  transform: initial;
}
._grid-gallery-alpha .grid-gallery-alpha li.no-overlay .inner h4 {
  font-size: inherit;
}
._grid-gallery-alpha .grid-gallery-alpha li.no-overlay .inner p {
  color: inherit;
  font-size: inherit;
  text-align: left;
  line-height: 1;
}
._grid-gallery-alpha .grid-gallery-alpha.grid-tall li {
  padding-bottom: 66%;
}
._grid-gallery-alpha .grid-gallery-alpha.grid-wide li {
  padding-bottom: 40%;
}
._grid-gallery-alpha .grid-gallery-alpha li.loader .inner-container,
._grid-gallery-alpha .grid-gallery-alpha li.loading .inner-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: #efefef;
}
._grid-gallery-alpha .grid-gallery-alpha li.loader .inner-container .fa,
._grid-gallery-alpha .grid-gallery-alpha li.loading .inner-container .fa {
  color: #cecece;
}
._grid-gallery-alpha .grid-gallery-alpha li.loader.no-overlay,
._grid-gallery-alpha .grid-gallery-alpha li.loading.no-overlay {
  padding: 5px;
}
._grid-gallery-alpha .grid-gallery-alpha li.loader.no-overlay .inner-container,
._grid-gallery-alpha .grid-gallery-alpha li.loading.no-overlay .inner-container {
  padding: 70px 0;
}
.grid-gallery-alpha p {
  text-align: center;
}
.grid-gallery-alpha .inner {
  text-shadow: rgba(0, 0, 0, 0.4) 2px 2px;
}
.grid-gallery-alpha .inner h4 {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  padding-bottom: 6px;
}
.grid-gallery-alpha .inner p {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.grid-gallery-alpha li {
  padding-bottom: 50%;
  position: relative;
  /* remove any inline custom list styles */
}
.cp__item .grid-gallery-alpha li {
  padding-left: 0;
}
.cp__item .grid-gallery-alpha li:before {
  display: none;
}
.grid-gallery-alpha li:not(.no-overlay) .inner-container {
  position: absolute;
  top: 40px;
  bottom: 40px;
  right: 40px;
  left: 40px;
}
.grid-gallery-alpha li .listing-statepc,
.grid-gallery-alpha li .listing-salemethod {
  display: none;
}
.grid-gallery-alpha li .inner {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 0 20px;
  text-align: center;
  color: white;
  opacity: 0;
  transform: translateY(-40%);
  transition: transform 0.6s ease-out 0.1s, opacity 0.4s ease-out 0.1s;
}
.grid-gallery-alpha li .inner.show {
  opacity: 1;
  transform: translateY(-50%);
}
.grid-gallery-alpha li.no-overlay {
  padding-bottom: 0;
}
.grid-gallery-alpha li.no-overlay .inner-container {
  padding: 5px;
}
.grid-gallery-alpha li.no-overlay .inner {
  text-shadow: none;
  position: relative;
  top: 0;
  padding: 20px 0;
  text-align: left;
  color: inherit;
}
.grid-gallery-alpha li.no-overlay .inner.show {
  transform: initial;
}
.grid-gallery-alpha li.no-overlay .inner h4 {
  font-size: inherit;
}
.grid-gallery-alpha li.no-overlay .inner p {
  color: inherit;
  font-size: inherit;
  text-align: left;
  line-height: 1;
}
.grid-gallery-alpha.grid-tall li {
  padding-bottom: 66%;
}
.grid-gallery-alpha.grid-wide li {
  padding-bottom: 40%;
}
.grid-gallery-alpha li.loader .inner-container,
.grid-gallery-alpha li.loading .inner-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: #efefef;
}
.grid-gallery-alpha li.loader .inner-container .fa,
.grid-gallery-alpha li.loading .inner-container .fa {
  color: #cecece;
}
.grid-gallery-alpha li.loader.no-overlay,
.grid-gallery-alpha li.loading.no-overlay {
  padding: 5px;
}
.grid-gallery-alpha li.loader.no-overlay .inner-container,
.grid-gallery-alpha li.loading.no-overlay .inner-container {
  padding: 70px 0;
}
/* << globally scope the dependency */
/**** Component Dependency Class ****

	if a layout should use this dependency as a global style it should be imported from an appropriate layout .less file
		and globally scoped by calling the surrounding dependency class (ie. ._{classname})

	HTML structure required:

			<div class="hamburger hamburger--spin js-hamburger">
				<div class="hamburger-box">
					<div class="hamburger-inner"></div>
				</div>
			</div>

	jQuery active/inactive toggle:

		$('.hamburger').toggleClass('is-active');

		!!!TODO: 
			-- Patternise the complete navigation (mobile) 
			-- Include JS script for menu toggle so no custom script necessary

			*/
/* GLOBAL vars -- TIP: use standardised variables where possible 
	-- & define all required variables for this component here (in case it's removed from a layouts variable.less) */
/* LOCAL vars -- TIP: for non-standardised variables use a localised naming convention to avoid conflict 
	-- allows simple customisation with a variable RE-definition within a layouts components.less
	-- allows calculated methods based on standardised layout variables (above) */
/* CSS variables */
:root {
  --color-primary: #007ee1;
}
/**** Component styles 
	-- always use the filename as the dependency classname: ._{filename} 
	-- scope this dependency class within the required component class */
._hamburger-alpha .hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  float: right;
  margin: 0;
  padding: 0 0 0 10px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
._hamburger-alpha .hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 18px;
}
._hamburger-alpha .hamburger .hamburger-box .hamburger-inner {
  top: 50%;
  display: block;
  margin-top: 0;
}
._hamburger-alpha .hamburger .hamburger-box .hamburger-inner:after,
._hamburger-alpha .hamburger .hamburger-box .hamburger-inner:before {
  display: block;
  content: "";
}
._hamburger-alpha .hamburger .hamburger-box .hamburger-inner:before {
  top: -8px;
}
._hamburger-alpha .hamburger .hamburger-box .hamburger-inner:after {
  bottom: -8px;
}
._hamburger-alpha .hamburger .hamburger-box .hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
._hamburger-alpha .hamburger .hamburger-box .hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
._hamburger-alpha .hamburger .hamburger-box .hamburger-inner,
._hamburger-alpha .hamburger .hamburger-box .hamburger-inner:after,
._hamburger-alpha .hamburger .hamburger-box .hamburger-inner:before {
  position: absolute;
  width: 26px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 2px;
  background-color: #505052;
}
._hamburger-alpha .hamburger .hamburger-box .hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
}
._hamburger-alpha .hamburger.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}
._hamburger-alpha .hamburger.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
._hamburger-alpha .hamburger.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
@media only screen and (min-width: 416px) {
  ._hamburger-alpha .hamburger:hover {
    color: #007ee1;
    color: var(--color-primary);
  }
  ._hamburger-alpha .hamburger:hover .hamburger .hamburger-inner,
  ._hamburger-alpha .hamburger:hover .hamburger .hamburger-inner:after,
  ._hamburger-alpha .hamburger:hover .hamburger .hamburger-inner:before {
    background-color: #007ee1;
    background-color: var(--color-primary);
  }
}
@media only screen and (min-width: 416px) {
  ._hamburger-alpha .hamburger:hover {
    color: #007ee1;
    color: var(--color-primary);
  }
  ._hamburger-alpha .hamburger:hover .hamburger .hamburger-inner,
  ._hamburger-alpha .hamburger:hover .hamburger .hamburger-inner:after,
  ._hamburger-alpha .hamburger:hover .hamburger .hamburger-inner:before {
    background-color: #007ee1;
    background-color: var(--color-primary);
  }
}
/****** GLOBAL COMPONENT
	-- add all required styles (do not relay on any layout styles)
	-- import this component within a layout before any layout specific variables are set */
/* Scoped dependencies --
	-- use (reference) in components to scope styles (--- only do a standard import of dependencies via a layout)
		this avoids conflict with other globally scoped styles within a layout
		all custom component -OR- component dependency styles should be added to a layout's components.less */
/* GLOBAL vars -- TIP: use standardised variables where possible
	-- & define all required variables for this component here (in case it's removed from a layouts variable.less) */
/* Global breakpoints */
/* LOCAL vars -- TIP: for non-standardised variables use a localised naming convention to avoid conflict
	-- allows simple customisation with a variable RE-definition within a layouts components.less
	-- allows calculated methods based on standardised layout variables (above) */
/* ---------------- STYLES ---------------- */
.listings-grid-alpha {
  /* -- Scoped dependencies --  */
  /* END -- Scoped dependencies */
}
.listings-grid-alpha .content-nav {
  text-align: center;
  margin-bottom: 3em;
}
.listings-grid-alpha .content-nav a {
  position: relative;
  display: inline-block;
  font-size: 1.2em;
  line-height: 2;
  color: #505052;
  padding: 5px 10px;
  margin: 0 5px;
}
.listings-grid-alpha .content-nav a:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  transition: background 0.2s ease-out;
  background: rgba(80, 80, 82, 0);
}
.listings-grid-alpha .content-nav a:hover,
.listings-grid-alpha .content-nav a.active {
  color: #007ee1;
}
.listings-grid-alpha .content-nav a:hover:after,
.listings-grid-alpha .content-nav a.active:after {
  background: #007ee1;
}
.listings-grid-alpha .content-nav a.noClick {
  cursor: initial;
}
.listings-grid-alpha .content-nav a.noClick:after {
  display: none;
}
.listings-grid-alpha ul li .ld__img {
  background: #efefef;
  position: absolute;
  height: 100%;
  width: 100%;
}
.listings-grid-alpha ul li .ld__img .ld__imgcontainer {
  height: 100%;
}
.listings-grid-alpha ul li .ld__img .ld__imgcontainer:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.3;
  background: black;
  transition: opacity 0.3s ease-out, background 0.8s ease-out;
}
.listings-grid-alpha ul li .inner p small {
  display: block;
  margin-top: 10px;
}
.listings-grid-alpha ul li.no-overlay {
  padding: 0;
}
.listings-grid-alpha ul li.no-overlay .ld__img {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.listings-grid-alpha ul li.no-overlay .ld__imgcontainer:after {
  display: none;
}
@media only screen and (min-width: 416px) {
  .listings-grid-alpha ul.hv__brand li:hover .ld__imgcontainer:after {
    opacity: 0.3;
    background: #2d79b4;
  }
}
@media only screen and (min-width: 416px) {
  .listings-grid-alpha ul.hv__brand li:hover .ld__imgcontainer:after {
    opacity: 0.3;
    background: #2d79b4;
  }
}
@media only screen and (min-width: 416px) {
  .listings-grid-alpha ul.hv__dark li:hover .ld__imgcontainer:after {
    opacity: 0.5;
    background: black;
  }
}
@media only screen and (min-width: 416px) {
  .listings-grid-alpha ul.hv__dark li:hover .ld__imgcontainer:after {
    opacity: 0.5;
    background: black;
  }
}
.listings-grid-alpha .btn-container,
.listings-grid-alpha .content-container {
  text-align: center;
}
/* IE fix for image overflowing the text */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .listings-grid-alpha .ld__img {
    z-index: 0 !important;
  }
}
.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: #007ee1;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #007ee1, #4872ff);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #007ee1, #4872ff);
  /* 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: #007ee1;
  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: #007ee1;
  border-color: #007ee1;
  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: #0062ae;
  border-color: #0062ae;
}
#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: #007ee1;
  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: #007ee1;
  border-color: #007ee1;
  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: #0062ae;
  border-color: #0062ae;
}
.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: #007ee1;
}
@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;
}
/******** 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: #007ee1;
  background: linear-gradient(30deg, #00457b 20%, #1598ff 100%);
  opacity: 0.8;
}
#property-alert-container.row #property-alert-form .select-container:before {
  color: #007ee1;
}
#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: #007ee1;
}
#property-alert-container.row input.labelauty:checked:not([disabled]) + label:hover,
#property-alert-container.row input.labelauty:checked + label {
  background-color: #007ee1;
}
#property-alert-container.row .select-container select {
  cursor: pointer;
}
#property-alert-container.row .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #007ee1;
}
#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: #007ee1;
}
/* 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: #007ee1 !important;
}
.lity-property-alert ~ .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #007ee1;
}
.lity-property-alert ~ .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #007ee1;
}
.lity-property-alert .lity-close {
  color: black;
  text-shadow: none;
  right: 0px;
  top: 0px;
}
/* BUTTON */
.property-btn-floated {
  background: #007ee1 !important;
}
/** Main Theme **/
/****************************/
/* FN 2018 LAYOUT */
/* Global CSS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */
b {
  font-weight: 600;
}
i {
  font-style: italic;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
  /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/yahoo/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
  /*font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;*/
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}
/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em;
}
.pure-u {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class*="pure-u"] {
  /*font-family: sans-serif;*/
}
.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}
.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}
.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5000%;
  *width: 12.4690%;
}
.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}
.pure-u-1-5 {
  width: 20%;
  *width: 19.9690%;
}
.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}
.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
  *width: 24.9690%;
}
.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}
.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}
.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5000%;
  *width: 37.4690%;
}
.pure-u-2-5 {
  width: 40%;
  *width: 39.9690%;
}
.pure-u-5-12,
.pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}
.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}
.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
  *width: 49.9690%;
}
.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}
.pure-u-7-12,
.pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}
.pure-u-3-5 {
  width: 60%;
  *width: 59.9690%;
}
.pure-u-5-8,
.pure-u-15-24 {
  width: 62.5000%;
  *width: 62.4690%;
}
.pure-u-2-3,
.pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}
.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}
.pure-u-3-4,
.pure-u-18-24 {
  width: 75%;
  *width: 74.9690%;
}
.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}
.pure-u-4-5 {
  width: 80%;
  *width: 79.9690%;
}
.pure-u-5-6,
.pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}
.pure-u-7-8,
.pure-u-21-24 {
  width: 87.5000%;
  *width: 87.4690%;
}
.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}
.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}
.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
  width: 100%;
}
@media screen and (min-width: 22em) {
  .pure-u-xs-1,
  .pure-u-xs-1-1,
  .pure-u-xs-1-2,
  .pure-u-xs-1-3,
  .pure-u-xs-2-3,
  .pure-u-xs-1-4,
  .pure-u-xs-3-4,
  .pure-u-xs-1-5,
  .pure-u-xs-2-5,
  .pure-u-xs-3-5,
  .pure-u-xs-4-5,
  .pure-u-xs-5-5,
  .pure-u-xs-1-6,
  .pure-u-xs-5-6,
  .pure-u-xs-1-8,
  .pure-u-xs-3-8,
  .pure-u-xs-5-8,
  .pure-u-xs-7-8,
  .pure-u-xs-1-12,
  .pure-u-xs-5-12,
  .pure-u-xs-7-12,
  .pure-u-xs-11-12,
  .pure-u-xs-1-24,
  .pure-u-xs-2-24,
  .pure-u-xs-3-24,
  .pure-u-xs-4-24,
  .pure-u-xs-5-24,
  .pure-u-xs-6-24,
  .pure-u-xs-7-24,
  .pure-u-xs-8-24,
  .pure-u-xs-9-24,
  .pure-u-xs-10-24,
  .pure-u-xs-11-24,
  .pure-u-xs-12-24,
  .pure-u-xs-13-24,
  .pure-u-xs-14-24,
  .pure-u-xs-15-24,
  .pure-u-xs-16-24,
  .pure-u-xs-17-24,
  .pure-u-xs-18-24,
  .pure-u-xs-19-24,
  .pure-u-xs-20-24,
  .pure-u-xs-21-24,
  .pure-u-xs-22-24,
  .pure-u-xs-23-24,
  .pure-u-xs-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xs-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-xs-1-12,
  .pure-u-xs-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-xs-1-8,
  .pure-u-xs-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }
  .pure-u-xs-1-6,
  .pure-u-xs-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-xs-1-5 {
    width: 20%;
    *width: 19.9690%;
  }
  .pure-u-xs-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-xs-1-4,
  .pure-u-xs-6-24 {
    width: 25%;
    *width: 24.9690%;
  }
  .pure-u-xs-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-xs-1-3,
  .pure-u-xs-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-xs-3-8,
  .pure-u-xs-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }
  .pure-u-xs-2-5 {
    width: 40%;
    *width: 39.9690%;
  }
  .pure-u-xs-5-12,
  .pure-u-xs-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-xs-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-xs-1-2,
  .pure-u-xs-12-24 {
    width: 50%;
    *width: 49.9690%;
  }
  .pure-u-xs-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-xs-7-12,
  .pure-u-xs-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-xs-3-5 {
    width: 60%;
    *width: 59.9690%;
  }
  .pure-u-xs-5-8,
  .pure-u-xs-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }
  .pure-u-xs-2-3,
  .pure-u-xs-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-xs-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-xs-3-4,
  .pure-u-xs-18-24 {
    width: 75%;
    *width: 74.9690%;
  }
  .pure-u-xs-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-xs-4-5 {
    width: 80%;
    *width: 79.9690%;
  }
  .pure-u-xs-5-6,
  .pure-u-xs-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-xs-7-8,
  .pure-u-xs-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }
  .pure-u-xs-11-12,
  .pure-u-xs-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-xs-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-xs-1,
  .pure-u-xs-1-1,
  .pure-u-xs-5-5,
  .pure-u-xs-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-1-2,
  .pure-u-sm-1-3,
  .pure-u-sm-2-3,
  .pure-u-sm-1-4,
  .pure-u-sm-3-4,
  .pure-u-sm-1-5,
  .pure-u-sm-2-5,
  .pure-u-sm-3-5,
  .pure-u-sm-4-5,
  .pure-u-sm-5-5,
  .pure-u-sm-1-6,
  .pure-u-sm-5-6,
  .pure-u-sm-1-8,
  .pure-u-sm-3-8,
  .pure-u-sm-5-8,
  .pure-u-sm-7-8,
  .pure-u-sm-1-12,
  .pure-u-sm-5-12,
  .pure-u-sm-7-12,
  .pure-u-sm-11-12,
  .pure-u-sm-1-24,
  .pure-u-sm-2-24,
  .pure-u-sm-3-24,
  .pure-u-sm-4-24,
  .pure-u-sm-5-24,
  .pure-u-sm-6-24,
  .pure-u-sm-7-24,
  .pure-u-sm-8-24,
  .pure-u-sm-9-24,
  .pure-u-sm-10-24,
  .pure-u-sm-11-24,
  .pure-u-sm-12-24,
  .pure-u-sm-13-24,
  .pure-u-sm-14-24,
  .pure-u-sm-15-24,
  .pure-u-sm-16-24,
  .pure-u-sm-17-24,
  .pure-u-sm-18-24,
  .pure-u-sm-19-24,
  .pure-u-sm-20-24,
  .pure-u-sm-21-24,
  .pure-u-sm-22-24,
  .pure-u-sm-23-24,
  .pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-sm-1-12,
  .pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-sm-1-8,
  .pure-u-sm-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }
  .pure-u-sm-1-6,
  .pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.9690%;
  }
  .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-sm-1-4,
  .pure-u-sm-6-24 {
    width: 25%;
    *width: 24.9690%;
  }
  .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-sm-1-3,
  .pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-sm-3-8,
  .pure-u-sm-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }
  .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.9690%;
  }
  .pure-u-sm-5-12,
  .pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-sm-1-2,
  .pure-u-sm-12-24 {
    width: 50%;
    *width: 49.9690%;
  }
  .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-sm-7-12,
  .pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.9690%;
  }
  .pure-u-sm-5-8,
  .pure-u-sm-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }
  .pure-u-sm-2-3,
  .pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-sm-3-4,
  .pure-u-sm-18-24 {
    width: 75%;
    *width: 74.9690%;
  }
  .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.9690%;
  }
  .pure-u-sm-5-6,
  .pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-sm-7-8,
  .pure-u-sm-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }
  .pure-u-sm-11-12,
  .pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-5-5,
  .pure-u-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-1-2,
  .pure-u-md-1-3,
  .pure-u-md-2-3,
  .pure-u-md-1-4,
  .pure-u-md-3-4,
  .pure-u-md-1-5,
  .pure-u-md-2-5,
  .pure-u-md-3-5,
  .pure-u-md-4-5,
  .pure-u-md-5-5,
  .pure-u-md-1-6,
  .pure-u-md-5-6,
  .pure-u-md-1-8,
  .pure-u-md-3-8,
  .pure-u-md-5-8,
  .pure-u-md-7-8,
  .pure-u-md-1-12,
  .pure-u-md-5-12,
  .pure-u-md-7-12,
  .pure-u-md-11-12,
  .pure-u-md-1-24,
  .pure-u-md-2-24,
  .pure-u-md-3-24,
  .pure-u-md-4-24,
  .pure-u-md-5-24,
  .pure-u-md-6-24,
  .pure-u-md-7-24,
  .pure-u-md-8-24,
  .pure-u-md-9-24,
  .pure-u-md-10-24,
  .pure-u-md-11-24,
  .pure-u-md-12-24,
  .pure-u-md-13-24,
  .pure-u-md-14-24,
  .pure-u-md-15-24,
  .pure-u-md-16-24,
  .pure-u-md-17-24,
  .pure-u-md-18-24,
  .pure-u-md-19-24,
  .pure-u-md-20-24,
  .pure-u-md-21-24,
  .pure-u-md-22-24,
  .pure-u-md-23-24,
  .pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-md-1-12,
  .pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-md-1-8,
  .pure-u-md-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }
  .pure-u-md-1-6,
  .pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-md-1-5 {
    width: 20%;
    *width: 19.9690%;
  }
  .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-md-1-4,
  .pure-u-md-6-24 {
    width: 25%;
    *width: 24.9690%;
  }
  .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-md-1-3,
  .pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-md-3-8,
  .pure-u-md-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }
  .pure-u-md-2-5 {
    width: 40%;
    *width: 39.9690%;
  }
  .pure-u-md-5-12,
  .pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-md-1-2,
  .pure-u-md-12-24 {
    width: 50%;
    *width: 49.9690%;
  }
  .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-md-7-12,
  .pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-md-3-5 {
    width: 60%;
    *width: 59.9690%;
  }
  .pure-u-md-5-8,
  .pure-u-md-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }
  .pure-u-md-2-3,
  .pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-md-3-4,
  .pure-u-md-18-24 {
    width: 75%;
    *width: 74.9690%;
  }
  .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-md-4-5 {
    width: 80%;
    *width: 79.9690%;
  }
  .pure-u-md-5-6,
  .pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-md-7-8,
  .pure-u-md-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }
  .pure-u-md-11-12,
  .pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-5-5,
  .pure-u-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-1-2,
  .pure-u-lg-1-3,
  .pure-u-lg-2-3,
  .pure-u-lg-1-4,
  .pure-u-lg-3-4,
  .pure-u-lg-1-5,
  .pure-u-lg-2-5,
  .pure-u-lg-3-5,
  .pure-u-lg-4-5,
  .pure-u-lg-5-5,
  .pure-u-lg-1-6,
  .pure-u-lg-5-6,
  .pure-u-lg-1-8,
  .pure-u-lg-3-8,
  .pure-u-lg-5-8,
  .pure-u-lg-7-8,
  .pure-u-lg-1-12,
  .pure-u-lg-5-12,
  .pure-u-lg-7-12,
  .pure-u-lg-11-12,
  .pure-u-lg-1-24,
  .pure-u-lg-2-24,
  .pure-u-lg-3-24,
  .pure-u-lg-4-24,
  .pure-u-lg-5-24,
  .pure-u-lg-6-24,
  .pure-u-lg-7-24,
  .pure-u-lg-8-24,
  .pure-u-lg-9-24,
  .pure-u-lg-10-24,
  .pure-u-lg-11-24,
  .pure-u-lg-12-24,
  .pure-u-lg-13-24,
  .pure-u-lg-14-24,
  .pure-u-lg-15-24,
  .pure-u-lg-16-24,
  .pure-u-lg-17-24,
  .pure-u-lg-18-24,
  .pure-u-lg-19-24,
  .pure-u-lg-20-24,
  .pure-u-lg-21-24,
  .pure-u-lg-22-24,
  .pure-u-lg-23-24,
  .pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-lg-1-12,
  .pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-lg-1-8,
  .pure-u-lg-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }
  .pure-u-lg-1-6,
  .pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.9690%;
  }
  .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-lg-1-4,
  .pure-u-lg-6-24 {
    width: 25%;
    *width: 24.9690%;
  }
  .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-lg-1-3,
  .pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-lg-3-8,
  .pure-u-lg-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }
  .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.9690%;
  }
  .pure-u-lg-5-12,
  .pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-lg-1-2,
  .pure-u-lg-12-24 {
    width: 50%;
    *width: 49.9690%;
  }
  .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-lg-7-12,
  .pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.9690%;
  }
  .pure-u-lg-5-8,
  .pure-u-lg-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }
  .pure-u-lg-2-3,
  .pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-lg-3-4,
  .pure-u-lg-18-24 {
    width: 75%;
    *width: 74.9690%;
  }
  .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-lg-4-5 {
    width: 80%;
    *width: 79.9690%;
  }
  .pure-u-lg-5-6,
  .pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-lg-7-8,
  .pure-u-lg-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }
  .pure-u-lg-11-12,
  .pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-5-5,
  .pure-u-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-1-2,
  .pure-u-xl-1-3,
  .pure-u-xl-2-3,
  .pure-u-xl-1-4,
  .pure-u-xl-3-4,
  .pure-u-xl-1-5,
  .pure-u-xl-2-5,
  .pure-u-xl-3-5,
  .pure-u-xl-4-5,
  .pure-u-xl-5-5,
  .pure-u-xl-1-6,
  .pure-u-xl-5-6,
  .pure-u-xl-1-8,
  .pure-u-xl-3-8,
  .pure-u-xl-5-8,
  .pure-u-xl-7-8,
  .pure-u-xl-1-12,
  .pure-u-xl-5-12,
  .pure-u-xl-7-12,
  .pure-u-xl-11-12,
  .pure-u-xl-1-24,
  .pure-u-xl-2-24,
  .pure-u-xl-3-24,
  .pure-u-xl-4-24,
  .pure-u-xl-5-24,
  .pure-u-xl-6-24,
  .pure-u-xl-7-24,
  .pure-u-xl-8-24,
  .pure-u-xl-9-24,
  .pure-u-xl-10-24,
  .pure-u-xl-11-24,
  .pure-u-xl-12-24,
  .pure-u-xl-13-24,
  .pure-u-xl-14-24,
  .pure-u-xl-15-24,
  .pure-u-xl-16-24,
  .pure-u-xl-17-24,
  .pure-u-xl-18-24,
  .pure-u-xl-19-24,
  .pure-u-xl-20-24,
  .pure-u-xl-21-24,
  .pure-u-xl-22-24,
  .pure-u-xl-23-24,
  .pure-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-xl-1-12,
  .pure-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-xl-1-8,
  .pure-u-xl-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }
  .pure-u-xl-1-6,
  .pure-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-xl-1-5 {
    width: 20%;
    *width: 19.9690%;
  }
  .pure-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-xl-1-4,
  .pure-u-xl-6-24 {
    width: 25%;
    *width: 24.9690%;
  }
  .pure-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-xl-1-3,
  .pure-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-xl-3-8,
  .pure-u-xl-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }
  .pure-u-xl-2-5 {
    width: 40%;
    *width: 39.9690%;
  }
  .pure-u-xl-5-12,
  .pure-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-xl-1-2,
  .pure-u-xl-12-24 {
    width: 50%;
    *width: 49.9690%;
  }
  .pure-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-xl-7-12,
  .pure-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-xl-3-5 {
    width: 60%;
    *width: 59.9690%;
  }
  .pure-u-xl-5-8,
  .pure-u-xl-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }
  .pure-u-xl-2-3,
  .pure-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-xl-3-4,
  .pure-u-xl-18-24 {
    width: 75%;
    *width: 74.9690%;
  }
  .pure-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-xl-4-5 {
    width: 80%;
    *width: 79.9690%;
  }
  .pure-u-xl-5-6,
  .pure-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-xl-7-8,
  .pure-u-xl-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }
  .pure-u-xl-11-12,
  .pure-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-5-5,
  .pure-u-xl-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 110em) {
  .pure-u-xxl-1,
  .pure-u-xxl-1-1,
  .pure-u-xxl-1-2,
  .pure-u-xxl-1-3,
  .pure-u-xxl-2-3,
  .pure-u-xxl-1-4,
  .pure-u-xxl-3-4,
  .pure-u-xxl-1-5,
  .pure-u-xxl-2-5,
  .pure-u-xxl-3-5,
  .pure-u-xxl-4-5,
  .pure-u-xxl-5-5,
  .pure-u-xxl-1-6,
  .pure-u-xxl-5-6,
  .pure-u-xxl-1-8,
  .pure-u-xxl-3-8,
  .pure-u-xxl-5-8,
  .pure-u-xxl-7-8,
  .pure-u-xxl-1-12,
  .pure-u-xxl-5-12,
  .pure-u-xxl-7-12,
  .pure-u-xxl-11-12,
  .pure-u-xxl-1-24,
  .pure-u-xxl-2-24,
  .pure-u-xxl-3-24,
  .pure-u-xxl-4-24,
  .pure-u-xxl-5-24,
  .pure-u-xxl-6-24,
  .pure-u-xxl-7-24,
  .pure-u-xxl-8-24,
  .pure-u-xxl-9-24,
  .pure-u-xxl-10-24,
  .pure-u-xxl-11-24,
  .pure-u-xxl-12-24,
  .pure-u-xxl-13-24,
  .pure-u-xxl-14-24,
  .pure-u-xxl-15-24,
  .pure-u-xxl-16-24,
  .pure-u-xxl-17-24,
  .pure-u-xxl-18-24,
  .pure-u-xxl-19-24,
  .pure-u-xxl-20-24,
  .pure-u-xxl-21-24,
  .pure-u-xxl-22-24,
  .pure-u-xxl-23-24,
  .pure-u-xxl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xxl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-xxl-1-12,
  .pure-u-xxl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-xxl-1-8,
  .pure-u-xxl-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }
  .pure-u-xxl-1-6,
  .pure-u-xxl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-xxl-1-5 {
    width: 20%;
    *width: 19.9690%;
  }
  .pure-u-xxl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-xxl-1-4,
  .pure-u-xxl-6-24 {
    width: 25%;
    *width: 24.9690%;
  }
  .pure-u-xxl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-xxl-1-3,
  .pure-u-xxl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-xxl-3-8,
  .pure-u-xxl-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }
  .pure-u-xxl-2-5 {
    width: 40%;
    *width: 39.9690%;
  }
  .pure-u-xxl-5-12,
  .pure-u-xxl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-xxl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-xxl-1-2,
  .pure-u-xxl-12-24 {
    width: 50%;
    *width: 49.9690%;
  }
  .pure-u-xxl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-xxl-7-12,
  .pure-u-xxl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-xxl-3-5 {
    width: 60%;
    *width: 59.9690%;
  }
  .pure-u-xxl-5-8,
  .pure-u-xxl-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }
  .pure-u-xxl-2-3,
  .pure-u-xxl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-xxl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-xxl-3-4,
  .pure-u-xxl-18-24 {
    width: 75%;
    *width: 74.9690%;
  }
  .pure-u-xxl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-xxl-4-5 {
    width: 80%;
    *width: 79.9690%;
  }
  .pure-u-xxl-5-6,
  .pure-u-xxl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-xxl-7-8,
  .pure-u-xxl-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }
  .pure-u-xxl-11-12,
  .pure-u-xxl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-xxl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-xxl-1,
  .pure-u-xxl-1-1,
  .pure-u-xxl-5-5,
  .pure-u-xxl-24-24 {
    width: 100%;
  }
}
/**
 * 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: #FFF;
  color: #505052;
}
#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: #505052;
}
#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: #505052;
}
#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: #FFF;
  padding: 15px;
}
#print-alpha.listings,
#print-alpha.listings p {
  font-size: 9pt;
}
#print-alpha.listings header h3,
#print-alpha.listings header h5 {
  color: #505052;
}
#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;
  }
}
/* Global Component Styles */
/****** GLOBAL COMPONENT
	-- add all required styles (do not relay on any layout styles) 
	-- import this component within a layout before any layout specific variables are set */
/* Scoped dependencies --
	-- use (reference) in components to scope styles (--- only do a standard import of dependencies via a layout) 
		this avoids conflict with other globally scoped styles within a layout 
		all custom component -OR- component dependency styles should be added to a layout's components.less */
/* checkbox styles */
/* form error/success */
/* form error/success */
/* GLOBAL vars -- TIP: use standardised variables where possible 
	-- & define all required variables for this component here (in case it's removed from a layouts variable.less) */
/* Global breakpoints */
/* LOCAL vars -- TIP: for non-standardised variables use a localised naming convention to avoid conflict 
	-- allows simple customisation with a variable RE-definition within a layouts components.less
	-- allows calculated methods based on standardised layout variables (above) */
/* set as 'a' in layout for font awesome v5.2 spinner */
._formalpha_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;
}
/* ---------------- STYLES ---------------- */
.form-alpha {
  /* -- 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 */
  width: 100%;
  height: auto;
}
.form-alpha [type="checkbox"]:not(:checked),
.form-alpha [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.form-alpha [type="checkbox"]:not(:checked) + label,
.form-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-alpha [type="checkbox"]:not(:checked) + label:before,
.form-alpha [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #828286;
  background: none;
  border-radius: 4px;
}
.form-alpha [type="checkbox"]:not(:checked) + label:after,
.form-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: #007ee1;
  transition: opacity .2s, transform .2s, color .2s;
}
.form-alpha [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) translateY(-50%);
}
.form-alpha [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1) translateY(-50%);
}
.form-alpha [type="checkbox"]:disabled:not(:checked) + label:before,
.form-alpha [type="checkbox"]:disabled:checked + label:before {
  border-color: #b6b6b8;
}
.form-alpha [type="checkbox"]:disabled:checked + label:after {
  color: #b6b6b8;
}
.form-alpha [type="checkbox"]:disabled + label {
  color: #b6b6b8;
}
.form-alpha [type="checkbox"]:checked:focus + label:before,
.form-alpha [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #007ee1;
}
.form-alpha label:hover:before {
  border: 1px solid #007ee1 !important;
}
.form-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-alpha .form-response.form-error {
  background: none;
  color: #e74444;
  border-color: #e74444;
}
.bg__dark .form-alpha .form-response.form-error {
  color: #f39e9e;
  border-color: #f39e9e;
}
.form-alpha .form-response.form-success {
  background: none;
  color: #28c06e;
  border-color: #28c06e;
}
.bg__dark .form-alpha .form-response.form-success {
  color: #6de1a2;
  border-color: #6de1a2;
}
.opens .form-alpha [type="checkbox"]:not(:checked) + label,
.opens .form-alpha [type="checkbox"]:checked + label {
  padding: 0;
}
.opens .form-alpha [type="checkbox"]:not(:checked) + label:before,
.opens .form-alpha [type="checkbox"]:checked + label:before {
  display: none;
}
.opens .form-alpha [type="checkbox"]:not(:checked) + label:after,
.opens .form-alpha [type="checkbox"]:checked + label:after {
  width: 100%;
  top: 50%;
}
.opens .form-alpha [type="checkbox"]:not(:checked) + label:after {
  content: 'Register for this opening';
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  box-shadow: none;
  font-family: inherit;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 2px;
  width: 100%;
  height: 100%;
  top: 0;
  line-height: 1.2;
  font-size: 1em;
  color: white;
  background: rgba(0, 126, 225, 0.4);
  transform: none;
  transition: none;
}
.opens .form-alpha [type="checkbox"]:not(:checked) + label:hover:after {
  /*transform: scale(0.9) translateY(-55%) translateX(-55%);*/
}
.opens .form-alpha [type="checkbox"]:checked + label:after {
  font-size: 2em;
  box-shadow: none;
  text-shadow: rgba(0, 0, 0, 0.4) 3px 6px;
  color: white;
  transition: none;
  transform: scale(0) translateY(-50%);
  animation: scaleup 1.2s ease-out forwards;
  /* non animated version */
  top: 0;
  height: 100%;
  transform: scale(1) translateY(0%);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: none;
  background: rgba(0, 69, 123, 0.5);
}
@keyframes scaleup {
  0% {
    transform: scale(0.5) translateY(90%);
    opacity: 0;
  }
  5% {
    transform: scale(1) translateY(-50%);
    opacity: 1;
  }
  10% {
    transform: scale(0.5) translateY(-150%);
    opacity: 0;
  }
  11% {
    transform: scale(0.5) translateY(90%);
    opacity: 0;
  }
  20% {
    transform: scale(1) translateY(-50%);
    opacity: 1;
  }
  30% {
    transform: scale(0.5) translateY(-150%);
    opacity: 0;
  }
  31% {
    transform: scale(0.5) translateY(90%);
    opacity: 0;
  }
  45% {
    transform: scale(1) translateY(-50%);
    opacity: 1;
  }
  60% {
    transform: scale(0.5) translateY(-150%);
    opacity: 0;
  }
  61% {
    transform: scale(0.5) translateY(90%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(-50%);
    opacity: 1;
  }
}
.opens .form-alpha .open-item {
  position: relative;
}
.opens .form-alpha .open-item h3 {
  line-height: 1.1;
  padding: 10px 0 5px;
}
.opens .form-alpha .open-item .link-info {
  position: absolute;
  right: 12px;
  bottom: 2px;
}
.opens .form-alpha .open-item .image {
  width: 100%;
  padding-bottom: 33%;
}
.form-alpha .hide {
  display: none;
}
.form-alpha h4 {
  padding: 0 40px;
}
.form-alpha.nopad form {
  padding: 0;
}
.form-alpha form {
  /*max-width: 800px;*/
  margin: 0 auto;
  position: relative;
  border-radius: 2px;
  background: #f1f1f1;
  padding: 50px 30px;
  /* firefox ignores OOV padding when overflow:scroll !!! */
  /* add class "fixed-form" for any fixed / modal type 
			-- however "form-alpha" should probably not be "modal'ed" */
}
.fixed-form .form-alpha form {
  padding-bottom: 0;
}
.fixed-form .form-alpha form:after {
  content: '';
  display: block;
  height: 50px;
}
.form-alpha form .form-response {
  display: none;
}
.form-alpha form .text__center {
  text-align: center;
}
.form-alpha form .inline {
  display: inline-block;
}
.form-alpha form .inner {
  padding: 40px 0;
  display: flex;
  flex-flow: row wrap;
}
.form-alpha form .inner fieldset {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  order: 1;
}
.form-alpha form .inner fieldset label,
.form-alpha form .inner fieldset input,
.form-alpha form .inner fieldset select,
.form-alpha form .inner fieldset textarea {
  font-size: 1em;
}
.form-alpha form .inner fieldset.half {
  width: calc(50% - 10px);
}
@media only screen and (min-width: 768px) {
  .form-alpha form .inner fieldset.half {
    width: calc(25% - 10px);
  }
}
@media (min-width: 768px) {
  .form-alpha form .inner fieldset.half {
    width: calc(25% - 10px);
  }
}
.form-alpha form .inner fieldset.col-right {
  margin-left: 20px !important;
  margin-right: 0 !important;
}
@media only screen and (min-width: 768px) {
  .form-alpha form .inner fieldset.col-right {
    margin-left: 10px !important;
  }
}
@media (min-width: 768px) {
  .form-alpha form .inner fieldset.col-right {
    margin-left: 10px !important;
  }
}
.form-alpha form .inner fieldset.notes {
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.form-alpha form .inner fieldset.state {
  flex-grow: 1;
}
.form-alpha form .inner fieldset.pcode {
  max-width: 150px;
}
.form-alpha form .inner fieldset textarea {
  width: 100%;
  min-height: 150px;
}
.form-alpha form .inner fieldset label {
  font-weight: 400;
  position: absolute;
  top: 22px;
  left: 10px;
  transform: translateY(-50%);
  transition: all 0.2s ease-out;
}
.form-alpha form .inner fieldset.lb-out label,
.form-alpha form .inner fieldset .lb-out label {
  color: #afafaf;
  top: 12px;
  font-size: 9px;
}
.form-alpha form .inner fieldset input,
.form-alpha form .inner fieldset textarea {
  padding-bottom: 0.25em;
  padding-top: 1em;
}
.form-alpha form .inner fieldset input:focus ~ label,
.form-alpha form .inner fieldset textarea:focus ~ label {
  top: 12px;
  font-size: 9px;
}
.form-alpha form .inner fieldset > div.fschild {
  position: relative;
}
.form-alpha form .inner fieldset > div.fschild:first-child {
  margin-bottom: 20px;
}
.form-alpha form .inner fieldset.dropdown select {
  padding-right: 22px;
  appearance: none;
  -webkit-appearance: none;
}
.form-alpha form .inner fieldset.dropdown: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: "\f0d7";
  position: absolute;
  top: 14px;
  right: 10px;
  color: rgba(0, 0, 0, 0.65);
}
.form-alpha form .inner fieldset.suburb-select2 .select2-container {
  width: 100%;
  height: 100%;
}
.form-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-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-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";
  /* this only works with font awesome v4.7 */
  /* v5.2 spinner keframe is renamed to "a" -- yes, wtf right */
  animation: fa-spin 2s infinite linear;
}
.form-alpha form button:disabled {
  /* !important has been removed 
				--- if there is a problem / conflict here, lets solve another way if it comes up*/
  background: rgba(150, 150, 150, 0.6);
}
.form-alpha form button:disabled span {
  display: none;
}
.form-alpha form button:disabled:after {
  display: block;
}
.form-alpha form .captcha-enabled {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: flex-end;
}
.form-alpha form .captcha-enabled fieldset {
  flex-grow: 1;
}
.form-alpha form .captcha-enabled.invisible {
  justify-content: center;
}
.form-alpha form .captcha-enabled.invisible .fieldset_captcha {
  width: 0;
  flex-grow: 0;
}
@media only screen and (max-width: 415px) {
  .form-alpha form .captcha-enabled {
    flex-flow: row wrap;
    justify-content: center;
  }
  .form-alpha form .captcha-enabled fieldset {
    width: 100%;
  }
  .form-alpha form .captcha-enabled fieldset .g-recaptcha {
    width: 160px;
    margin: 0 auto;
  }
  .form-alpha form .captcha-enabled button {
    margin-top: 2em;
  }
}
@media (max-width: 415px) {
  .form-alpha form .captcha-enabled {
    flex-flow: row wrap;
    justify-content: center;
  }
  .form-alpha form .captcha-enabled fieldset {
    width: 100%;
  }
  .form-alpha form .captcha-enabled fieldset .g-recaptcha {
    width: 160px;
    margin: 0 auto;
  }
  .form-alpha form .captcha-enabled button {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .form-alpha form {
    max-height: none;
    overflow-y: visible;
  }
  .form-alpha form .inner fieldset {
    width: calc(50% - 10px);
  }
  .form-alpha form .inner fieldset:nth-of-type(2n+1) {
    margin-right: 10px;
  }
  .form-alpha form .inner fieldset:nth-of-type(2n+2) {
    margin-left: 10px;
  }
  .form-alpha form .inner fieldset > div.fschild {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .form-alpha form {
    max-height: none;
    overflow-y: visible;
  }
  .form-alpha form .inner fieldset {
    width: calc(50% - 10px);
  }
  .form-alpha form .inner fieldset:nth-of-type(2n+1) {
    margin-right: 10px;
  }
  .form-alpha form .inner fieldset:nth-of-type(2n+2) {
    margin-left: 10px;
  }
  .form-alpha form .inner fieldset > div.fschild {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .form-alpha form .inner fieldset.mobile-first {
    order: 0;
  }
}
@media (max-width: 767px) {
  .form-alpha form .inner fieldset.mobile-first {
    order: 0;
  }
}
.form-alpha form .inner.full-width fieldset {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}
.form-alpha form.opensPreregister {
  display: flex;
  flex-flow: row wrap;
  padding-left: 0;
  padding-right: 0;
  background: none;
}
.form-alpha form.opensPreregister .open-selection {
  text-align: center;
  padding: 20px 0 0;
  font-size: 1.2rem;
}
.form-alpha form.opensPreregister .open-selection strong {
  color: #28c06e;
  padding: 2px 8px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin: 0 0 0 4px;
  display: inline-block;
  background: white;
}
.form-alpha form.opensPreregister .open-selection strong.flash {
  animation: flash 1s cubic-bezier(0.11, 0.84, 0.66, 0.99) forwards;
  -webkit-animation: flash 1s cubic-bezier(0.11, 0.84, 0.66, 0.99) forwards;
}
@keyframes flash {
  0% {
    background: white;
    transform: scale(1);
  }
  5% {
    background: rgba(40, 192, 110, 0.3);
    transform: scale(1.2);
  }
  100% {
    background: white;
    transform: scale(1);
  }
}
@-webkit-keyframes flash {
  0% {
    background: white;
    transform: scale(1);
  }
  5% {
    background: rgba(40, 192, 110, 0.3);
    transform: scale(1.2);
  }
  100% {
    background: white;
    transform: scale(1);
  }
}
.form-alpha form.opensPreregister input {
  border: 1px solid #dfdfdf;
}
.form-alpha form.opensPreregister .inner {
  padding: 30px 0;
}
.form-alpha form.opensPreregister .opens-form {
  width: 100%;
  align-self: flex-start;
}
.form-alpha form.opensPreregister .opens-form h4 {
  font-size: 1.4rem;
}
.form-alpha form.opensPreregister .opens-form h4 strong {
  font-weight: 600;
}
.form-alpha form.opensPreregister .opens-form fieldset {
  margin-bottom: 10px;
}
.form-alpha form.opensPreregister .opens-form fieldset.fieldset_captcha {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .form-alpha form.opensPreregister .opens-form {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    order: 2;
    max-width: 350px;
    width: 40%;
  }
  .form-alpha form.opensPreregister .opens-form fieldset {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .form-alpha form.opensPreregister .opens-form {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    order: 2;
    max-width: 350px;
    width: 40%;
  }
  .form-alpha form.opensPreregister .opens-form fieldset {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.form-alpha form.opensPreregister .opens-list {
  width: 100%;
  flex-grow: 1;
}
.form-alpha form.opensPreregister .opens-list h2 {
  z-index: 2;
  background: white;
  padding: 40px 25px;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .form-alpha form.opensPreregister .opens-list h2 {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
  }
}
@media (min-width: 1200px) {
  .form-alpha form.opensPreregister .opens-list h2 {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
  }
}
.form-alpha form.opensPreregister .opens-list .open-item {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  .form-alpha form.opensPreregister .opens-list .open-item {
    flex-flow: row nowrap;
  }
}
@media (min-width: 600px) {
  .form-alpha form.opensPreregister .opens-list .open-item {
    flex-flow: row nowrap;
  }
}
.form-alpha form.opensPreregister .opens-list .open-item .left-col {
  width: 100%;
  height: auto;
  padding: 0;
  flex-grow: 1;
  background: #efefef;
}
.form-alpha form.opensPreregister .opens-list .open-item .left-col .image {
  height: 100%;
}
@media only screen and (min-width: 600px) {
  .form-alpha form.opensPreregister .opens-list .open-item .left-col {
    max-width: 200px;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 600px) {
  .form-alpha form.opensPreregister .opens-list .open-item .left-col {
    max-width: 200px;
    width: 100%;
    height: auto;
  }
}
.form-alpha form.opensPreregister .opens-list .open-item .right-col {
  width: 100%;
  max-width: none;
  flex-grow: 1;
  display: flex;
  flex-flow: row wrap;
  padding: 20px 15px;
  border: 1px solid #dfdfdf;
  border-top: 0;
}
@media only screen and (min-width: 600px) {
  .form-alpha form.opensPreregister .opens-list .open-item .right-col {
    flex-flow: row nowrap;
    border: 1px solid #dfdfdf;
    border-left: 0;
  }
}
@media (min-width: 600px) {
  .form-alpha form.opensPreregister .opens-list .open-item .right-col {
    flex-flow: row nowrap;
    border: 1px solid #dfdfdf;
    border-left: 0;
  }
}
.form-alpha form.opensPreregister .opens-list .open-item .right-col .listing-info {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.form-alpha form.opensPreregister .opens-list .open-item .right-col .listing-info h3,
.form-alpha form.opensPreregister .opens-list .open-item .right-col .listing-info p {
  padding: 2px 0;
  font-size: 1.1rem;
}
.form-alpha form.opensPreregister .opens-list .open-item .right-col .listing-info .in__bedbathcar {
  font-size: 0.91666667rem;
}
.form-alpha form.opensPreregister .opens-list .open-item .right-col .listing-info .in__bedbathcar em {
  font-weight: 300;
}
.form-alpha form.opensPreregister .opens-list .open-item .right-col .register {
  width: 100%;
  flex: 100% 1 1;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: flex-start;
}
@media only screen and (min-width: 600px) {
  .form-alpha form.opensPreregister .opens-list .open-item .right-col .register {
    flex-flow: column;
    justify-content: flex-end;
  }
}
@media (min-width: 600px) {
  .form-alpha form.opensPreregister .opens-list .open-item .right-col .register {
    flex-flow: column;
    justify-content: flex-end;
  }
}
.form-alpha form.opensPreregister .opens-list .open-item .right-col .register p {
  flex-grow: 1;
  font-size: 1.1rem;
}
.form-alpha form.opensPreregister .opens-list .open-item .right-col .register label {
  margin-top: 10px;
  width: 104px;
  height: 27px;
}
.form-alpha form.opensPreregister .opens-list .open-item .right-col .register label:after {
  content: 'Pre-Register';
  font-family: inherit;
  /*font-size: 0.9em;*/
  /*IE Fix*/
  font-size: 15px;
  background: #8f8f8f;
  border-radius: 2px;
  text-shadow: none;
}
.form-alpha form.opensPreregister .opens-list .open-item .right-col .register input:checked ~ label:after {
  content: 'Selected';
  border-radius: 2px;
  background: #28c06e;
  /*IE Fix*/
  font-size: 15px;
}
@media only screen and (min-width: 1200px) {
  .form-alpha form.opensPreregister .opens-list {
    width: 60%;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .form-alpha form.opensPreregister .opens-list {
    width: 60%;
    padding-right: 30px;
  }
}
.form-alpha .grecaptcha-badge {
  z-index: 2;
}
/* Select2 */
.suburb2-dropdown .select2-search input {
  padding: 10px;
  background: none;
}
.suburb2-dropdown li {
  padding: 5px;
}
/* Opens -- Mobile status bar */
.opens_mobilebar {
  display: flex;
  flex-flow: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  opacity: 0;
  height: 80px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  transform: translateY(100px);
  transition: all 0.4s ease-out;
}
@media only screen and (min-width: 1200px) {
  .opens_mobilebar {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .opens_mobilebar {
    display: none !important;
  }
}
.opens_mobilebar.on {
  opacity: 1;
  transform: translateY(0);
}
.opens_mobilebar .mobilebartitle {
  text-align: center;
}
.opens_mobilebar a {
  cursor: pointer;
}
/* Bed Bath Car -- icons, overwritten by layout if set */
[class^="icon-"],
[class*=" icon-"] {
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
}
.icon-bed:before {
  content: 'Bed';
  display: inline-block;
}
.icon-bath:before {
  content: 'Bath';
  display: inline-block;
}
.icon-car:before {
  content: 'Car';
  display: inline-block;
}
/****** GLOBAL COMPONENT
	-- add all required styles (do not rely on any layout styles) 
	-- import this component within a layout before any layout specific variables are set */
/* Scoped dependencies --
	-- use (reference) in components to scope styles (--- only do a standard import of dependencies via a layout) 
		this avoids conflict with other globally scoped styles within a layout 
		all custom component -OR- component dependency styles should be added to a layout's components.less */
/* GLOBAL vars -- TIP: use standardised variables where possible 
	-- & define all required variables for this component here (in case it's removed from a layouts variable.less) */
/* ---------------- STYLES ---------------- */
.banner-bravo {
  max-height: 700px;
  width: 100%;
  position: relative;
  background: #efefef;
  overflow: hidden;
  height: 150vw;
}
@media only screen and (min-width: 415px) {
  .banner-bravo {
    height: 100vw;
    /* 16:9 */
  }
}
@media (min-width: 415px) {
  .banner-bravo {
    height: 100vw;
    /* 16:9 */
  }
}
@media only screen and (min-width: 550px) {
  .banner-bravo {
    height: 56.25vw;
    /* 16:9 */
  }
}
@media (min-width: 550px) {
  .banner-bravo {
    height: 56.25vw;
    /* 16:9 */
  }
}
@media only screen and (min-width: 768px) {
  .banner-bravo.isVideo {
    max-height: 36.25vw;
  }
}
@media (min-width: 768px) {
  .banner-bravo.isVideo {
    max-height: 36.25vw;
  }
}
.banner-bravo.on .inner-banner {
  opacity: 1;
}
.banner-bravo .inner-banner {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  background: black;
  transition: opacity 2s cubic-bezier(0.12, 0.92, 0.44, 1) 0.4s;
  /* OVERLAY STYLES */
  /* Video banner background */
}
.banner-bravo .inner-banner > div {
  /*background-blend-mode: darken;*/
}
.banner-bravo .inner-banner .slick-container {
  opacity: 0.6;
  height: 100%;
}
.banner-bravo .inner-banner .slick-container .banner-bravo-inner {
  height: 100%;
}
.banner-bravo .inner-banner .slick-container .banner-bravo-inner .slide {
  height: 100%;
  /*background-blend-mode: darken;*/
}
.banner-bravo .inner-banner .slick-container .banner-bravo-inner.overlay:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.5;
}
.banner-bravo .inner-banner .slick-container .banner-thumbnails-wrapper {
  height: 100%;
  max-height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner-bravo .inner-banner .slick-container .banner-thumbnails-wrapper .banner-thumbnails {
  height: 100%;
  margin: 0 10%;
}
.banner-bravo .inner-banner .slick-container .banner-thumbnails-wrapper .banner-thumbnails .thumbnail {
  width: 150px;
  height: 80px;
  margin: 15px 10px 0;
  border: 2px solid #FFF;
  transition: transform 0.2s ease;
}
.banner-bravo .inner-banner .slick-container .banner-thumbnails-wrapper .banner-thumbnails .thumbnail:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.banner-bravo .inner-banner.dot_1 .banner-bravo-inner:after {
  background: rgba(0, 0, 0, 0.2) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAADouaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzA2NyA3OS4xNTc3NDcsIDIwMTUvMDMvMzAtMjM6NDA6NDIgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxOC0wNC0wNVQxNzowNjozNysxMDowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTgtMDQtMDVUMTc6MDY6MzcrMTA6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE4LTA0LTA1VDE3OjA2OjM3KzEwOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDplODNhMDAwNy00MGFkLTBlNDktOWRiNS1lNWVlNjJlYTk1YTk8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkYjI5YmQwMS0zODlmLTExZTgtODkzNi1kN2I0ODRhMzY3N2M8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo5NzFjMTkxNy03MDAyLTIyNDYtYTRiZC05YTcyMWYxZGZmZDI8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jcmVhdGVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6OTcxYzE5MTctNzAwMi0yMjQ2LWE0YmQtOWE3MjFmMWRmZmQyPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE4LTA0LTA1VDE3OjA2OjM3KzEwOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmU4M2EwMDA3LTQwYWQtMGU0OS05ZGI1LWU1ZWU2MmVhOTVhOTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxOC0wNC0wNVQxNzowNjozNysxMDowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5zUkdCIElFQzYxOTY2LTIuMTwvcGhvdG9zaG9wOklDQ1Byb2ZpbGU+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjQ8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+NDwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+JgWlhgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAAJ0lEQVR42mTKsQ0AIAzAMJf/fw4zNKOVQVANHF9TPbCOCwAA//8DAE4rBwGhBxuuAAAAAElFTkSuQmCC');
  background-size: 2px;
}
.banner-bravo .inner-banner.grad_1 .banner-bravo-inner:after {
  background: linear-gradient(to top right, #007ee1, #fcfeff);
  opacity: 0.2;
}
.banner-bravo .inner-banner .text-container {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: white;
}
.banner-bravo .inner-banner .row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.banner-bravo .inner-banner .row h1 {
  font-size: 2.5em;
  width: 100%;
  text-align: center;
  padding: 0 0 1em;
}
.banner-bravo .inner-banner .banner-bravo-inner.video {
  overflow: hidden;
}
.banner-bravo .inner-banner .banner-bravo-inner.video,
.banner-bravo .inner-banner .banner-bravo-inner.video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-bravo .inner-banner .banner-bravo-inner.video .video-js,
.banner-bravo .inner-banner .banner-bravo-inner.video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-bravo .search-form-bravo {
  width: 100%;
  max-width: 800px;
}
.banner-bravo .search-form-bravo .suburb-autocomplete .ui-autocomplete {
  max-height: 175px;
  overflow-y: scroll;
}
.banner-bravo .search-form-bravo .inputs {
  display: flex;
  flex-flow: row wrap;
  padding: 15px;
}
.banner-bravo .search-form-bravo .inputs fieldset {
  min-width: 0;
  height: auto;
  width: 33.33%;
}
.banner-bravo .search-form-bravo .inputs fieldset.method {
  /*padding: 10px;*/
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: white;
  border-radius: 2px;
  color: #505052;
}
.banner-bravo .search-form-bravo .inputs fieldset.method .select2-choice {
  padding: 0;
  display: flex;
  align-items: center;
}
.banner-bravo .search-form-bravo .inputs fieldset.method .select2-choice .select2-chosen {
  height: 100%;
  display: flex;
  align-items: center;
  /*padding-top: 3px;*/
  padding: 10px;
}
.banner-bravo .search-form-bravo .inputs fieldset.submit,
.banner-bravo .search-form-bravo .inputs fieldset.method {
  max-width: 150px;
}
.banner-bravo .search-form-bravo .inputs fieldset.submit button,
.banner-bravo .search-form-bravo .inputs fieldset.method button {
  width: 100%;
}
.banner-bravo .search-form-bravo .inputs fieldset.location {
  flex-grow: 1;
  margin: 0 5px;
}
.banner-bravo .search-form-bravo .inputs fieldset input {
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .banner-bravo .search-form-bravo .inputs fieldset {
    width: 100%;
  }
  .banner-bravo .search-form-bravo .inputs fieldset.location,
  .banner-bravo .search-form-bravo .inputs fieldset.submit,
  .banner-bravo .search-form-bravo .inputs fieldset.method {
    max-width: none;
    margin: 0 0 5px;
  }
}
@media (max-width: 599px) {
  .banner-bravo .search-form-bravo .inputs fieldset {
    width: 100%;
  }
  .banner-bravo .search-form-bravo .inputs fieldset.location,
  .banner-bravo .search-form-bravo .inputs fieldset.submit,
  .banner-bravo .search-form-bravo .inputs fieldset.method {
    max-width: none;
    margin: 0 0 5px;
  }
}
.banner-bravo .search-form-bravo .inputs .select2-container,
.banner-bravo .search-form-bravo .inputs .select2-container .select2-choice {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
.banner-bravo .search-form-bravo .filters {
  display: none;
  line-height: 2;
}
.banner-bravo .search-form-bravo .filters .inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 10px;
  font-size: 0.9em;
}
.banner-bravo .search-form-bravo .filters .inner fieldset {
  width: auto;
}
.banner-bravo .search-form-bravo .filters .inner select {
  flex-grow: 1;
  width: auto;
  margin: 0 5px;
  background: none;
}
.banner-bravo .search-form-bravo .filters .inner .input-group {
  text-align: center;
  display: flex;
  align-items: center;
}
.banner-bravo .search-form-bravo .filters .inner .input-group .select2-container {
  min-width: 50%;
}
.banner-bravo .search-form-bravo .filters .inner .input-group .select2-container .select2-choice {
  width: 100%;
  font-weight: 500;
}
@media only screen and (min-width: 416px) {
  .banner-bravo .search-form-bravo .filters .inner .input-group .select2-container .select2-choice:hover {
    color: white !important;
    /*border-bottom: 1px solid white;*/
  }
}
@media only screen and (min-width: 416px) {
  .banner-bravo .search-form-bravo .filters .inner .input-group .select2-container .select2-choice:hover {
    color: white !important;
    /*border-bottom: 1px solid white;*/
  }
}
.banner-bravo .search-form-bravo .filters .inner .input-group:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  content: '\f0d7';
  display: inline-block;
  margin-right: 15px;
  opacity: 0.6;
}
.banner-bravo .search-form-bravo .filters .inner .select2-container.select2-container-disabled .select2-choice {
  background-color: transparent;
  background-image: none;
  border: 0;
  cursor: default;
  color: gray !important;
}
.select2_propertytypes {
  min-width: 200px !important;
}
.select2_propertytypes .select2-results li,
.select2_bravolower .select2-results li {
  font-size: 0.8em;
  font-weight: 500;
}
/*@import "../../_global/less/form-property/form-property-alpha.less";*/
/*@import "../../_global/less/_component/form-listing-enquiry-alpha.less";*/
/****** GLOBAL COMPONENT
	-- add all required styles (do not relay on any layout styles) 
	-- import this component within a layout before any layout specific variables are set */
/* Scoped dependencies --
	-- use (reference) in components to scope styles (--- only do a standard import of dependencies via a layout) 
		this avoids conflict with other globally scoped styles within a layout 
		all custom component -OR- component dependency styles should be added to a layout's components.less */
/* checkbox styles */
/* form error/success */
/* GLOBAL vars -- TIP: use standardised variables where possible 
	-- & define all required variables for this component here (in case it's removed from a layouts variable.less) */
/* Global breakpoints */
/* LOCAL vars -- TIP: for non-standardised variables use a localised naming convention to avoid conflict 
	-- allows simple customisation with a variable RE-definition within a layouts components.less
	-- allows calculated methods based on standardised layout variables (above) */
._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;
}
/* lock body when modal open */
._fa_noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
/* ---------------- STYLES ---------------- */
.form-modal-alpha {
  /* -- 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: 50;
}
.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 #828286;
  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: #007ee1;
  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: #b6b6b8;
}
.form-modal-alpha [type="checkbox"]:disabled:checked + label:after {
  color: #b6b6b8;
}
.form-modal-alpha [type="checkbox"]:disabled + label {
  color: #b6b6b8;
}
.form-modal-alpha [type="checkbox"]:checked:focus + label:before,
.form-modal-alpha [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #007ee1;
}
.form-modal-alpha label:hover:before {
  border: 1px solid #007ee1 !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: #f1f1f1;
  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;
  cursor: pointer;
}
.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 .inner {
  padding: 40px 0;
  display: flex;
  flex-flow: row wrap;
}
.form-modal-alpha form .inner fieldset {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  /* Checkboxes */
}
.form-modal-alpha form .inner fieldset label,
.form-modal-alpha form .inner fieldset input,
.form-modal-alpha form .inner fieldset select,
.form-modal-alpha form .inner fieldset textarea {
  font-size: 1em;
}
.form-modal-alpha form .inner fieldset.fullheight {
  height: 200px;
}
.form-modal-alpha form .inner fieldset.fullheight textarea {
  height: 100%;
  width: 100%;
  min-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-weight: 400;
  position: absolute;
  top: 22px;
  left: 10px;
  transform: translateY(-50%);
  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;
  top: 12px;
  font-size: 9px;
}
.form-modal-alpha form .inner fieldset input,
.form-modal-alpha form .inner fieldset textarea {
  padding-bottom: 0.25em;
  padding-top: 1em;
}
.form-modal-alpha form .inner fieldset input:focus ~ label,
.form-modal-alpha form .inner fieldset textarea:focus ~ label {
  top: 12px;
  font-size: 9px;
}
.form-modal-alpha form .inner fieldset > div.fschild {
  position: relative;
}
.form-modal-alpha form .inner fieldset > div.fschild:first-child {
  margin-bottom: 20px;
}
.form-modal-alpha form .inner fieldset.dropdown select {
  padding-right: 22px;
  appearance: none;
  -webkit-appearance: none;
}
.form-modal-alpha form .inner fieldset.dropdown: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: "\f0d7";
  position: absolute;
  top: 14px;
  right: 10px;
  color: rgba(0, 0, 0, 0.65);
}
.form-modal-alpha form .inner fieldset ul.topics {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .form-modal-alpha form .inner fieldset ul.topics {
    margin-top: -20px;
  }
}
@media (min-width: 768px) {
  .form-modal-alpha form .inner fieldset ul.topics {
    margin-top: -20px;
  }
}
.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%;
  }
}
@media (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: 22px;
  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;
  }
}
@media (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 only screen and (max-width: 415px) {
  .form-modal-alpha form .captcha-enabled {
    flex-flow: row wrap;
    justify-content: center;
  }
  .form-modal-alpha form .captcha-enabled fieldset {
    width: 100%;
  }
  .form-modal-alpha form .captcha-enabled fieldset .g-recaptcha {
    width: 160px;
    margin: 0 auto;
  }
  .form-modal-alpha form .captcha-enabled button {
    margin-top: 2em;
  }
}
@media (max-width: 415px) {
  .form-modal-alpha form .captcha-enabled {
    flex-flow: row wrap;
    justify-content: center;
  }
  .form-modal-alpha form .captcha-enabled fieldset {
    width: 100%;
  }
  .form-modal-alpha form .captcha-enabled fieldset .g-recaptcha {
    width: 160px;
    margin: 0 auto;
  }
  .form-modal-alpha form .captcha-enabled button {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .form-modal-alpha form {
    max-height: none;
    overflow-y: visible;
  }
  .form-modal-alpha form .inner fieldset {
    width: calc(50% - 10px);
  }
  .form-modal-alpha form .inner fieldset.fullheight {
    height: 100%;
    position: relative;
  }
  .form-modal-alpha form .inner fieldset.fullheight textarea {
    position: absolute;
    /* fix a flex bug: when column select box is open expands the container height */
    left: 0;
    height: 172px;
    width: 100%;
  }
  .form-modal-alpha form .inner fieldset:nth-of-type(2n+1) {
    margin-right: 10px;
  }
  .form-modal-alpha form .inner fieldset:nth-of-type(2n+2) {
    margin-left: 10px;
  }
  .form-modal-alpha form .inner fieldset > div.fschild {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .form-modal-alpha form {
    max-height: none;
    overflow-y: visible;
  }
  .form-modal-alpha form .inner fieldset {
    width: calc(50% - 10px);
  }
  .form-modal-alpha form .inner fieldset.fullheight {
    height: 100%;
    position: relative;
  }
  .form-modal-alpha form .inner fieldset.fullheight textarea {
    position: absolute;
    /* fix a flex bug: when column select box is open expands the container height */
    left: 0;
    height: 172px;
    width: 100%;
  }
  .form-modal-alpha form .inner fieldset:nth-of-type(2n+1) {
    margin-right: 10px;
  }
  .form-modal-alpha form .inner fieldset:nth-of-type(2n+2) {
    margin-left: 10px;
  }
  .form-modal-alpha form .inner fieldset > div.fschild {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .form-modal-alpha form .inner fieldset.fullheight {
    order: 2;
  }
}
@media (max-width: 767px) {
  .form-modal-alpha form .inner fieldset.fullheight {
    order: 2;
  }
}
/****** GLOBAL COMPONENT
	-- add all required styles (do not rely on any layout styles) 
	-- import this component within a layout before any layout specific variables are set */
._banner__video {
  float: none;
  list-style: outside none none;
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  /*&.loaded .placeholder-image {
		opacity: 0;
	}*/
}
._banner__video.container {
  position: relative;
}
._banner__video.background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}
._banner__video video,
._banner__video source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}
._banner__video.loaded .ytplayer-container {
  display: block;
}
._banner__video .ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
._banner__video .placeholder-image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
._banner__video .ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
._banner__video .ytplayer-player {
  position: absolute;
}
._banner__video .container {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 30px 0 30px;
  margin: 30px auto;
}
/****** GLOBAL COMPONENT
	-- add all required styles (do not rely on any layout styles) 
	-- import this component within a layout before any layout specific variables are set */
/* Scoped dependencies --
	-- use (reference) in components to scope styles (--- only do a standard import of dependencies via a layout) 
		this avoids conflict with other globally scoped styles within a layout 
		all custom component -OR- component dependency styles should be added to a layout's components.less */
/* GLOBAL vars -- TIP: use standardised variables where possible 
	-- & define all required variables for this component here (in case it's removed from a layouts variable.less) */
/* ---------------- STYLES ---------------- */
.testimonials-alpha {
  /* hide during load to avoid showing the pre-init list view */
}
.testimonials-alpha .slick-container {
  overflow: visible !important;
  /* so nav dots are visible duirng resize */
}
.testimonials-alpha.display-as-list .slick-container .slick-item {
  margin-bottom: 40px;
}
.testimonials-alpha .slick-dots li button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #333;
  border-radius: 10px 10px 10px 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 4px;
  transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  width: 10px;
}
.testimonials-alpha .slick-dots li button:hover {
  background-color: #333;
}
.testimonials-alpha .slick-dots li button:before {
  display: none;
}
.testimonials-alpha .slick-dots li.slick-active button {
  background-color: #333;
}
.testimonials-alpha .slick-item h2 {
  padding-bottom: 35px;
}
.testimonials-alpha .slick-item p {
  font-size: 1.4em;
  padding-bottom: 30px;
}
.testimonials-alpha .slick-item span {
  font-size: 1em;
  padding-bottom: 2rem;
  display: block;
}
.testimonials-alpha .slick-item span:last-child {
  padding-bottom: 0;
}
.testimonials-alpha .slick-prev:before,
.testimonials-alpha .slick-next:before {
  color: #007ee1;
}
.testimonials-alpha .slick-arrow.slick-prev,
.testimonials-alpha .slick-arrow.slick-next {
  z-index: 2;
  font-size: 30px;
  transform: translate(0, -200%);
}
@media only screen and (min-width: 416px) {
  .testimonials-alpha .slick-arrow.slick-prev,
  .testimonials-alpha .slick-arrow.slick-next {
    transform: translate(0, -200%);
  }
}
@media (min-width: 416px) {
  .testimonials-alpha .slick-arrow.slick-prev,
  .testimonials-alpha .slick-arrow.slick-next {
    transform: translate(0, -200%);
  }
}
.testimonials-alpha .slick-arrow.slick-prev:before,
.testimonials-alpha .slick-arrow.slick-next:before {
  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;
}
.testimonials-alpha .slick-arrow.slick-prev {
  left: 15px;
}
@media only screen and (min-width: 416px) {
  .testimonials-alpha .slick-arrow.slick-prev {
    left: 50px;
  }
}
@media (min-width: 416px) {
  .testimonials-alpha .slick-arrow.slick-prev {
    left: 50px;
  }
}
.testimonials-alpha .slick-arrow.slick-prev:before {
  content: '\f053';
}
.testimonials-alpha .slick-arrow.slick-next {
  right: 15px;
}
@media only screen and (min-width: 416px) {
  .testimonials-alpha .slick-arrow.slick-next {
    right: 50px;
  }
}
@media (min-width: 416px) {
  .testimonials-alpha .slick-arrow.slick-next {
    right: 50px;
  }
}
.testimonials-alpha .slick-arrow.slick-next:before {
  content: '\f054';
}
/*Typography LESS style conflict fix*/
.cp__item .testimonials-alpha ul li:before {
  display: none !important;
}
/****** GLOBAL COMPONENT
	-- add all required styles (do not relay on any layout styles) 
	-- import this component within a layout before any layout specific variables are set */
/* Scoped dependencies --
	-- use (reference) in components to scope styles (--- only do a standard import of dependencies via a layout) 
		this avoids conflict with other globally scoped styles within a layout 
		all custom component -OR- component dependency styles should be added to a layout's components.less */
/* GLOBAL vars -- TIP: use standardised variables where possible 
	-- & define all required variables for this component here (in case it's removed from a layouts variable.less) */
/* Global breakpoints */
/* LOCAL vars -- TIP: for non-standardised variables use a localised naming convention to avoid conflict 
	-- allows simple customisation with a variable RE-definition within a layouts components.less
	-- allows calculated methods based on standardised layout variables (above) */
:root {
  --sidecol-width: 250px;
}
/* ---------------- STYLES ---------------- */
.listing-slider-alpha .ld__img {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
body:not(.iscorp) .listing-slider-alpha .banner__main {
  /* Required so search drop-down does not chop off */
  overflow: initial;
  transition: background 0.2s ease;
  /* Banner -- Custom gallery nav */
}
body:not(.iscorp) .listing-slider-alpha .banner__main > * {
  transition: opacity 1s ease-out 0.5s;
}
body:not(.iscorp) .listing-slider-alpha .banner__main.loading {
  background: #efefef;
}
body:not(.iscorp) .listing-slider-alpha .banner__main.loading > * {
  transition: none;
  opacity: 0;
}
body:not(.iscorp) .listing-slider-alpha .banner__main .banner__slick {
  /*height: 0;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100% !important;
}
body:not(.iscorp) .listing-slider-alpha .banner__main.slick__controls .counter,
body:not(.iscorp) .listing-slider-alpha .banner__main .slick__controls .counter {
  bottom: auto;
  right: 10px;
  top: 10px;
}
body:not(.iscorp) .listing-slider-alpha .banner__main:not(.banner-bravo) .inner-banner {
  position: absolute;
  /*so it's above the Property Alerts boxes*/
  z-index: 5;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  transform: translateX(-1000px);
  transition: all 1s ease-out 1.5s;
}
body:not(.iscorp) .listing-slider-alpha .banner__main:not(.banner-bravo) .inner-banner a {
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 60px 40px 38px;
  display: block;
  font-weight: 600;
  font-size: 1.2em;
}
body:not(.iscorp) .listing-slider-alpha .banner__main:not(.banner-bravo) .inner-banner a i.icon-house {
  font-size: 3.2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
}
body:not(.iscorp) .listing-slider-alpha .banner__main:not(.banner-bravo) .inner-banner a i.fa {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
body:not(.iscorp) .listing-slider-alpha .banner__main:not(.banner-bravo) .inner-banner a span {
  display: block;
  max-width: 125px;
  padding-top: 2px;
}
body:not(.iscorp) .listing-slider-alpha .banner__main:not(.banner-bravo) .inner-banner.on {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  body:not(.iscorp) .listing-slider-alpha .banner__main:not(.banner-bravo) .inner-banner {
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  body:not(.iscorp) .listing-slider-alpha .banner__main:not(.banner-bravo) .inner-banner a {
    padding: 30px 60px 30px 38px;
  }
  body:not(.iscorp) .listing-slider-alpha .banner__main:not(.banner-bravo) .inner-banner a span {
    max-width: none;
  }
}
@media (max-width: 767px) {
  body:not(.iscorp) .listing-slider-alpha .banner__main:not(.banner-bravo) .inner-banner {
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  body:not(.iscorp) .listing-slider-alpha .banner__main:not(.banner-bravo) .inner-banner a {
    padding: 30px 60px 30px 38px;
  }
  body:not(.iscorp) .listing-slider-alpha .banner__main:not(.banner-bravo) .inner-banner a span {
    max-width: none;
  }
}
body:not(.iscorp) .listing-slider-alpha .banner__main .gallery-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  flex-flow: row nowrap;
}
@media only screen and (min-width: 769px) {
  body:not(.iscorp) .listing-slider-alpha .banner__main .gallery-nav {
    display: flex;
  }
}
@media (min-width: 769px) {
  body:not(.iscorp) .listing-slider-alpha .banner__main .gallery-nav {
    display: flex;
  }
}
body:not(.iscorp) .listing-slider-alpha .banner__main .gallery-nav button {
  width: 50%;
  height: 100%;
  padding: 0;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  -webkit-appearance: none;
  background: none;
  background: transparent;
  cursor: pointer;
}
body:not(.iscorp) .listing-slider-alpha .banner__main .gallery-nav button.nav-left:after {
  content: '';
  width: 100%;
  max-width: 600px;
  height: 50px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAABkCAYAAAAxFujrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIzMERENTlGNTdENzExRTg4NUFBQThEQjNBNUYyMDQzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIzMERENUEwNTdENzExRTg4NUFBQThEQjNBNUYyMDQzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjMwREQ1OUQ1N0Q3MTFFODg1QUFBOERCM0E1RjIwNDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjMwREQ1OUU1N0Q3MTFFODg1QUFBOERCM0E1RjIwNDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4KKR2aAAAElklEQVR42uyceYhNURzHzzMIkciSXdZIhCQZZF+zjxkTsk/yh20iIoqkbGlSZC1rGFvWsZOlCIkI2bImsoeZ8fx+3d8r8p657537vfe89+63vv+8P849n9+5771zfud3TiAYDKpkVTGVxPLhfXgf3of34X14czWZvFy3keJxCJ5FziEHyDxDy465JZ7hxZEnkH8F/9aSWNuLJ/BxYcBDWpzI8GPIhcH/a2Eiwo8mFwTtaUEiwY+IAjyk+YkAnxkDeEhz4xk+XQM8pNnxCJ/mAHhIs+IJfig5P+isZkR6nknT28Hk7YBZ5zLyNJPn9gPJO8glQO3XCPdhwIAEZn/ybnJJUPsrydNNhO9D3gcEX0WeauKStjcYPCfSd91r+F5g8NXkKbLkjSgvXvse5P3k0qD215InFQXuxch3lxFHga+zC+72yHcmHyKXAbW/gTzBLribI98JDL6JPDEacLfgO5KPAME3y4j/Mi17m0o+DATfQh5PLjQtdd1eRrwsqH1eB4yJFRwJ307Ay4Ha30kepQOO+rVvSz5OLg8C53XAcF1wxMi3AYPvIWc6Ae40fGvyCSB4roAXONWgU/CtwOD7BTzfyUadgG8p4BVA4AfJ6eSfTjesC9+CnEeuCALnWWEaAlwXvrmMeCUQ+FHyEBS4Dnwz8klyZVC/jpEHIcFjhW9KPgUEPy7gP9CLjmjhm5BPk6uA+sNfI05hf3djqRkNfGMZ8aqgvnDbnML+5laCwS58IxnxaqB+nFVWCts1cLvwDQS8OqgP58l93Qa3A1+ffEZF2PFwQBeUlbt3Hbwo+HoCXhP07IsC/lV5pEjwdQW8Fui5lwT8i/JQ4eDrCHht0DMvC/gn5bHCJTP4L6cL6Hk8Y2tIfqYMULiRH0d+Cnoeb0/tBC59teGfKGuDATU6nN/jjG45E+FZjyUAz0HPRWd2tf/qHoEDkKqwmxnak5yH8uP3AvT8Dl4GwM709oEE4BWoD+h9PO2FzX0JwGtQP/jrdcDtAESzpL0nAXgD6ks3hd27105m3CV3Jb8F9aeHBKCUifCsO/IGoALQk7xX4ep1tOBZt+U1RQUAXamlBc+6Ja/pO1DfePGTiwyA7qbFTWUVGb0H9a8feRcqAE5sV92QAHwABWCAsupyS5oIz7ouAfgICkCoIruEifCsa+AA8NbVNnKKifCsq8oqLUUFIE3egBQT4VlXFDZNNYy81YkAoAqSQgnKz6D2M5RVf5diIjyLU9O8GYFKTY8gb9QJALoIEb0pweVo62PlcKP89Dw4AKOVVW0dMBGedU5hNyLHxhIAN+vt0VvQnHJfE00A3D5swMUHXHWBKj7gsvPVdgPgxRmbPIUtO+GTFjl2AuDVASN0wRFfKLKyqAB4ebTsqCxYUAHg01UrTIVnHVbAIkNlHShcYSo8C1ZeKuKDhUtNhWdBCov/0EuT4VmOl5SLZsqP37/yb04wzxkOBGBOst6WMi8R7skZmaz35CT9DUnR3I21yL8VLUHhk/o+vJCz/gjAMp224vEaSL4WgvvNhdHZOg2ZcE+OZ/KvfvXhfXgf3odPBv0WYABQ5ehLw+ul/QAAAABJRU5ErkJggg==") left 20px center / 35px no-repeat;
  display: block;
  margin: 0 0 0 auto;
}
body:not(.iscorp) .listing-slider-alpha .banner__main .gallery-nav button.nav-right:after {
  content: '';
  width: 100%;
  max-width: 600px;
  height: 50px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAABkCAYAAAAxFujrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFBNjRDM0ExNTdENzExRThCQjYzRjRENDlENDJDMTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFBNjRDM0EyNTdENzExRThCQjYzRjRENDlENDJDMTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUE2NEMzOUY1N0Q3MTFFOEJCNjNGNEQ0OUQ0MkMxMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUE2NEMzQTA1N0Q3MTFFOEJCNjNGNEQ0OUQ0MkMxMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4rk/UeAAAEuElEQVR42uycV4xNURSG9xxdiCce1OCJR2+i9xrdDDIRMyJ6dCEiJEQQJQgiQgQxRBt1lAzRiS5EGaJEixa9j2Mtd+0Embkzc+7571333rOS/+2evff3n3PP2WXtneK6rknWcEwSRwAfwAfwAXwAH8AXHQtJI+IVvnQE1y4gjSdxLymftCru6LmH50Fz3X/jF2mIx7JiJi8XzXELDjYgM5HhZ7nhI5+UkYjwM93ixU/SoESCn+GWLNiA9ESAn+Z6CzZgQDzDT3UjCzYgNR7hJ7v+BBvQVyN8SiEzOROkE+NX/CT1J23T1McpCH4caRGgru9iwA7NffvqoLrKkrJIPTTfeSN3fhyoTn4C+pD2aIXnWEwaCzSgJ2m/VvgU0hLSaKAB/BfI0QhvDVhGGgmq/xupO+mgRnhrwArSMFAbvsgTcEgjvDWAJyuGgNrxWQw4rBHeGrCaNBhoQFfSUY3w1oA1pAygAZ1JxzROYLry6K8DtaeifP6aa7zzNkqR1pIGgtr1kdSJdFIjvDVgPWkAqG0fxIBTGuGtARtJ/UDte0/qSDqjEd4asImUCjLgHakD6ZxGeLv4kSUDFpQB7UjnNcJzlBEDegMNaEO6GKtPXbj4IS+/nSD4KtIDbKTxzv89abGV1A1kwhtSW9JljfDWgO3SXUXEKzHgqkZ4a0C2fKsR8VIMuKYRnqOcGNARaEBr0vVYv/AKm6zoCZysqErKJTXUCM/xldQLOFavRjpCaqDtsf9/xLZbvtWIeE5qSbqtEd4asE8aiYinpFakOxrhrQE5wDH7EzEgT8N//v+wszUnQOXXkHdAfY3wHJ/EANRYvaYJzQXW0wjP8VEMOA0qv5YYUFcjvJ2s6IyarKCoLX+BOlpeeIU1Mk+6xIg4Kj1BVXfeDlU3A8EfkjI1PvaV5bvfGFT+I/nsPdAGX8mE5uibgMp/LI/6fW0vPLs40RQIznf8nrZPnQVvBuzh8R2/q62Tw+B7SS1A5T+TgVNecX7sRBl8lzyOqFFd65KM6qIFX8GEZnXbgsp/IeC3tE1mlBfw9qDy7VTWzZJeiIbnjgsnHXYAg9/wcrEDBuc7jp69ve61AAcIvl0GLYh4LX+ja5EU4oDAtxjcggWv2PCi5ZVIC3IA4Mj82rcCftmPwvyE52VqXqfvBQK3y9SX/CrQL3iboNAbDH7Bz0IdH8H7AsF5ueu83wU7PoBvMLiUFDvNdRZRuBMh+DoT2j2BiA8GO8HpGd7m4aWD2sVT210MMA3NKzxfwzm4qARE9KKGZ3ibfIzOvT0ejaGm4wE8EwjOeTxRSTouCTyDrzTYdHPuFeZGcXKlWPAMvpw0FNQGTl7g7I2objQoDjyDLyUNB9Vv01aivsWkKHgG5+1lo0B12+1lB0yMIhw8bywcAwaP2baycPB8BAxyQyGPA2K6obAw+PkmdAQMCjzNhBKTjEb4Z6C6fsg4INsoiYLg+SU3yed6eP88Z2Sr2T4e7j/PBwdM8amOfAFXdXDAn4jCmRlp8XxayvRkPS0l6c/JSfoTkqxmJ+vZWEl/KprVvGQ9D89qwV/gQ+MNnBXJMZATZdjLGU/xdwSk0ZN+qm48H8AH8AF8AB/AJ0r8FmAAZ8qI7XAoxxgAAAAASUVORK5CYII=") right 20px center / 35px no-repeat;
  display: block;
  margin: 0 auto 0 0;
}
body:not(.iscorp) .listing-slider-alpha .banner__main.banner__cta__1 {
  /* This banner lost it's height somewhere somehow????? */
  height: 400px;
}
body:not(.iscorp) .listing-slider-alpha .banner__main.banner__cta__1 .search-wrapper {
  padding-bottom: 100px;
}
body:not(.iscorp) .listing-slider-alpha .banner__main.banner__cta__1 .cta-container {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 125px;
}
@media only screen and (min-width: 768px) {
  body:not(.iscorp) .listing-slider-alpha .banner__main.banner__cta__1 .cta-container {
    height: 150px;
  }
}
@media (min-width: 768px) {
  body:not(.iscorp) .listing-slider-alpha .banner__main.banner__cta__1 .cta-container {
    height: 150px;
  }
}
body:not(.iscorp) .listing-slider-alpha .banner__main.banner__cta__1 .cta-container .inner {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 500px;
  margin: -25px auto 0;
  padding: 0 10px;
}
body:not(.iscorp) .listing-slider-alpha .banner__main.banner__cta__1 .cta-container .inner a {
  width: 100%;
}
body:not(.iscorp) .listing-slider-alpha .banner__main.banner__cta__1 .cta-container .inner button,
body:not(.iscorp) .listing-slider-alpha .banner__main.banner__cta__1 .cta-container .inner .button {
  white-space: normal;
}
body:not(.iscorp) .listing-slider-alpha .banner__main.banner__cta__1 .cta-container .inner button {
  height: auto;
  padding: 10px 20px;
  width: 100%;
}
body:not(.iscorp) .listing-slider-alpha .banner__main.banner__cta__1 .cta-container .inner .lower {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
body:not(.iscorp) .listing-slider-alpha .banner__main.banner__cta__1 .cta-container .inner .lower .lower-blurb {
  display: block;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 8px;
}
body:not(.iscorp) .listing-slider-alpha .banner__main.banner__cta__1 .cta-container .inner .lower .lower-blurb,
body:not(.iscorp) .listing-slider-alpha .banner__main.banner__cta__1 .cta-container .inner .lower .lower-blurb:hover {
  background: none;
  border-color: white;
  color: white;
}
body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  max-width: 768px;
}
body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper h1 {
  height: auto;
  color: #FFF;
  font-weight: 900;
  font-size: 2.2em;
  /*Nasty hack to force slider contents to appear higher. Are incorrectly valigned in flex for some reason*/
  margin-top: -30px;
}
body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper p {
  font-weight: 400;
  color: white;
}
body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons {
  margin-top: 50px;
}
body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons input {
  display: none;
}
body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons #property-alert-btn,
body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons label,
body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons .button {
  font-size: 1em;
  cursor: pointer;
  background: rgba(117, 117, 117, 0.9);
  color: #FFF;
  display: block;
  padding: 10px 0;
  font-weight: 300;
  border-radius: 4px;
  transition: background 0.2s ease;
  margin-bottom: 4px;
  margin-right: 4px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons > div:nth-of-type(2n+2) #property-alert-btn,
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons > div:nth-of-type(2n+2) label {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons > div:nth-of-type(2n+2) #property-alert-btn,
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons > div:nth-of-type(2n+2) label {
    margin-right: 0;
  }
}
body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons input:checked + label {
  background: rgba(0, 69, 123, 0.9);
}
body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .primary-search {
  padding: 0;
  margin-top: 6px;
}
body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .primary-search .row {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .primary-search fieldset {
  padding-right: 0;
}
body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .primary-search button {
  padding: 10px;
  margin-top: 5px;
  background: #f28000;
}
body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .primary-search button:hover {
  background: #ff9926;
}
body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .primary-search .search-input .fa-close {
  position: absolute;
  cursor: pointer;
  right: 15px;
  color: #e97d00;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 2px;
  display: none;
}
body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .primary-search .suburb-select {
  background: white;
  z-index: 1;
  color: black;
  text-shadow: none;
  width: 100%;
  height: 100%;
}
body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .primary-search .suburb-select option {
  text-transform: capitalize;
}
body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .primary-search .suburb-select option,
body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .primary-search .suburb-select option:selected {
  color: black;
}
@media only screen and (min-width: 35.5em) {
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .primary-search .row {
    flex-flow: row nowrap;
  }
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .primary-search fieldset {
    padding-right: 4px;
  }
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .primary-search button {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 35.5em) {
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .primary-search .row {
    flex-flow: row nowrap;
  }
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .primary-search fieldset {
    padding-right: 4px;
  }
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .primary-search button {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
}
body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons {
  justify-content: center;
}
body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons .pure-u-1-2 {
  max-width: 260px;
}
@media only screen and (min-width: 768px) {
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons .pure-u-md-1-2:last-child #property-alert-btn,
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons .pure-u-md-1-3:last-child #property-alert-btn,
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons .pure-u-md-1-4:last-child #property-alert-btn,
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons .pure-u-md-1-2:last-child label,
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons .pure-u-md-1-3:last-child label,
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons .pure-u-md-1-4:last-child label {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons .pure-u-md-1-2:last-child #property-alert-btn,
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons .pure-u-md-1-3:last-child #property-alert-btn,
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons .pure-u-md-1-4:last-child #property-alert-btn,
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons .pure-u-md-1-2:last-child label,
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons .pure-u-md-1-3:last-child label,
  body:not(.iscorp) .listing-slider-alpha .banner__main .search-wrapper .filter-buttons .pure-u-md-1-4:last-child label {
    margin-right: 0 !important;
  }
}
.listing-slider-alpha .banner__property {
  display: flex;
  flex-flow: row nowrap;
  max-width: initial;
}
.listing-slider-alpha .banner__property .transform__width {
  transition: width 0.5s ease-out;
}
.listing-slider-alpha .banner__property .banner__primary,
.listing-slider-alpha .banner__property .banner__secondary {
  position: relative;
}
.listing-slider-alpha .banner__property .banner__primary,
.listing-slider-alpha .banner__property .banner__secondary,
.listing-slider-alpha .banner__property .banner__primary .switch-category,
.listing-slider-alpha .banner__property .banner__secondary .switch-category {
  height: 400px;
}
@media only screen and (min-width: 1200px) {
  .listing-slider-alpha .banner__property .banner__primary,
  .listing-slider-alpha .banner__property .banner__secondary,
  .listing-slider-alpha .banner__property .banner__primary .switch-category,
  .listing-slider-alpha .banner__property .banner__secondary .switch-category {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .listing-slider-alpha .banner__property .banner__primary,
  .listing-slider-alpha .banner__property .banner__secondary,
  .listing-slider-alpha .banner__property .banner__primary .switch-category,
  .listing-slider-alpha .banner__property .banner__secondary .switch-category {
    height: 600px;
  }
}
@media only screen and (min-width: 1600px) {
  .listing-slider-alpha .banner__property .banner__primary,
  .listing-slider-alpha .banner__property .banner__secondary,
  .listing-slider-alpha .banner__property .banner__primary .switch-category,
  .listing-slider-alpha .banner__property .banner__secondary .switch-category {
    height: 800px;
  }
}
@media (min-width: 1600px) {
  .listing-slider-alpha .banner__property .banner__primary,
  .listing-slider-alpha .banner__property .banner__secondary,
  .listing-slider-alpha .banner__property .banner__primary .switch-category,
  .listing-slider-alpha .banner__property .banner__secondary .switch-category {
    height: 800px;
  }
}
.listing-slider-alpha .banner__property .banner__primary.js-fixed,
.listing-slider-alpha .banner__property .banner__secondary.js-fixed {
  /*flex-shrink:0 !important;*/
}
.listing-slider-alpha .banner__property .banner__primary .btn-back,
.listing-slider-alpha .banner__property .banner__secondary .btn-back {
  position: absolute;
  top: 15px;
  left: 15px;
  color: white;
  height: auto;
  padding: 6px 14px;
  z-index: 2;
  font-size: 0.9em;
}
.listing-slider-alpha .banner__property .banner__primary {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
@media only screen and (min-width: 1800px) {
  .listing-slider-alpha .banner__property .banner__primary {
    width: calc(100% - 500px);
  }
}
@media (min-width: 1800px) {
  .listing-slider-alpha .banner__property .banner__primary {
    width: calc(100% - 500px);
  }
}
.listing-slider-alpha .banner__property .banner__primary .slick-slide {
  width: 100vw;
  max-width: 1200px;
  display: block;
}
.listing-slider-alpha .banner__property .banner__primary .slick-slide.slick-current:after {
  opacity: 0;
}
.listing-slider-alpha .banner__property .banner__primary .slick-slide:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  transition: opacity 0.6s ease-out 0.6s;
}
.listing-slider-alpha .banner__property .banner__primary .banner__slick {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.listing-slider-alpha .banner__property .banner__primary .banner__slick * {
  height: 100%;
}
.listing-slider-alpha .banner__property .banner__primary .banner__slick .ld__imgcontainer {
  position: absolute;
  height: 100%;
  width: 100%;
}
.listing-slider-alpha .banner__property .banner__primary .banner__slick .slick-arrow,
.listing-slider-alpha .banner__property .banner__primary .banner__slick .counter {
  opacity: 1;
}
.listing-slider-alpha .banner__property .banner__primary .banner__slick .slick-arrow.slick-next {
  right: 53px;
}
.listing-slider-alpha .banner__property .banner__primary .banner__slick .slick-arrow.slick-prev {
  right: 96px;
}
.listing-slider-alpha .banner__property .banner__primary .banner__slick .slick-arrow.btn-gallery {
  cursor: pointer;
}
.listing-slider-alpha .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon {
  width: 20px;
  height: 20px;
  position: relative;
}
.listing-slider-alpha .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.listing-slider-alpha .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span:after,
.listing-slider-alpha .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span:before {
  background: white;
  position: absolute;
  content: '';
  display: block;
  opacity: 0.7;
  transition: opacity 0.3s ease-out;
}
.listing-slider-alpha .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span:nth-child(1):after,
.listing-slider-alpha .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span:nth-child(1):before {
  top: 0;
  left: 0;
}
.listing-slider-alpha .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span:nth-child(1):after {
  width: 10px;
  height: 4px;
}
.listing-slider-alpha .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span:nth-child(1):before {
  width: 4px;
  height: 6px;
  top: 4px;
}
.listing-slider-alpha .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span:nth-child(2):after,
.listing-slider-alpha .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span:nth-child(2):before {
  bottom: 0;
  right: 0;
}
.listing-slider-alpha .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span:nth-child(2):after {
  width: 10px;
  height: 4px;
}
.listing-slider-alpha .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span:nth-child(2):before {
  width: 4px;
  height: 6px;
  bottom: 4px;
}
@media only screen and (min-width: 416px) {
  .listing-slider-alpha .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon:hover span:after,
  .listing-slider-alpha .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon:hover span:before {
    opacity: 1;
  }
}
@media only screen and (min-width: 416px) {
  .listing-slider-alpha .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon:hover span:after,
  .listing-slider-alpha .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon:hover span:before {
    opacity: 1;
  }
}
.listing-slider-alpha .banner__property .banner__secondary {
  display: none;
  background: #efefef;
  width: 250px;
  flex-shrink: 0;
}
.listing-slider-alpha .banner__property .banner__secondary .box {
  height: 33.33%;
}
.listing-slider-alpha .banner__property .banner__secondary .box.padding {
  padding: 20px;
}
.listing-slider-alpha .banner__property .banner__secondary .box__small {
  height: 50%;
  width: 100%;
}
.listing-slider-alpha .banner__property .banner__secondary .box .box {
  padding: 0;
  height: 70%;
  width: 50%;
}
.listing-slider-alpha .banner__property .banner__secondary .box .box:first-child {
  border-right: 1px solid #d6d4d4;
}
.listing-slider-alpha .banner__property .banner__secondary .category-selectors {
  height: 33.33%;
}
@media only screen and (min-width: 1800px) {
  .listing-slider-alpha .banner__property .banner__primary {
    /*max-width: 1325px;*/
  }
  .listing-slider-alpha .banner__property .banner__secondary {
    display: block;
  }
}
@media (min-width: 1800px) {
  .listing-slider-alpha .banner__property .banner__primary {
    /*max-width: 1325px;*/
  }
  .listing-slider-alpha .banner__property .banner__secondary {
    display: block;
  }
}
.listing-slider-alpha .banner__property .cp__map {
  height: auto;
}
.listing-slider-alpha .banner__property .cp__map .map,
.listing-slider-alpha .banner__property .cp__map #map-canvas {
  height: 100%;
}
.listing-slider-alpha .banner__secondary a i {
  font-size: 2.2em;
}
/* Global LESS */
/* 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 */
/* property valuation popup */
/* Variable LESS files
-- these will over-ride any pre-existing global component variables */
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,900italic,900,700italic,700,600,400italic,400,300italic,300');*/
@font-face {
  font-family: 'fnicon';
  src: url('/assets/layout/fn-2018/fonts/icons/fn2018.eot');
  src: url('/assets/layout/fn-2018/fonts/icons/fn2018.eot?#iefix') format('embedded-opentype'), url('/assets/layout/fn-2018/fonts/icons/fn2018.woff') format('woff'), url('/assets/layout/fn-2018/fonts/icons/fn2018.ttf') format('truetype'), url('/assets/layout/fn-2018/fonts/icons/fn2018.svg#fn2018') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fniconPlus';
  src: url('/assets/layout/fn-2018/fonts/icons/fniconPlus.eot');
  src: url('/assets/layout/fn-2018/fonts/icons/fn2018Plus.eot?#iefix') format('embedded-opentype'), url('/assets/layout/fn-2018/fonts/icons/fn2018Plus.woff') format('woff'), url('/assets/layout/fn-2018/fonts/icons/fn2018Plus.ttf') format('truetype'), url('/assets/layout/fn-2018/fonts/icons/fn2018Plus.svg#fn2018') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fnicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-com_appraisal:before {
  content: "\e924";
}
.icon-com_gavel:before {
  content: "\e925";
}
.icon-com_key:before {
  content: "\e926";
}
.icon-blog_subscribe:before {
  content: "\e920";
}
.icon-city:before {
  content: "\e921";
}
.icon-error_404:before {
  content: "\e922";
}
.icon-error_500:before {
  content: "\e923";
}
.icon-com_develop:before {
  content: "\e91b";
}
.icon-com_manage:before {
  content: "\e91d";
}
.icon-com_market:before {
  content: "\e91e";
}
.icon-armchair:before {
  content: "\e900";
}
.icon-bath:before {
  content: "\e901";
}
.icon-bed:before {
  content: "\e902";
}
.icon-building:before {
  content: "\e903";
}
.icon-calculator:before {
  content: "\e904";
}
.icon-camera:before {
  content: "\e906";
}
.icon-car:before {
  content: "\e907";
}
.icon-close:before {
  content: "\e908";
}
.icon-coffee:before {
  content: "\e909";
}
.icon-enquire:before {
  content: "\e90a";
}
.icon-envelope:before {
  content: "\e90b";
}
.icon-facebook:before {
  content: "\e90c";
}
.icon-flag:before {
  content: "\e90d";
}
.icon-gallery_view:before {
  content: "\e90e";
}
.icon-google_map_pin:before {
  content: "\e90f";
}
.icon-home_pin:before {
  content: "\e910";
}
.icon-house:before {
  content: "\e911";
}
.icon-love_hearts:before {
  content: "\e912";
}
.icon-map_button:before {
  content: "\e913";
}
.icon-map_view:before {
  content: "\e914";
}
.icon-person:before {
  content: "\e915";
}
.icon-pinterest:before {
  content: "\e916";
}
.icon-plan:before {
  content: "\e917";
}
.icon-calendar:before {
  content: "\e905";
}
.icon-street_sign:before {
  content: "\e918";
}
.icon-twitter:before {
  content: "\e919";
}
.icon-floor:before {
  font-family: "fniconPlus" !important;
  content: '\e942';
}
.icon-land:before {
  font-family: "fniconPlus" !important;
  content: '\e916';
}
.icon-video:before,
.icon-tour:before {
  font-size: .8em;
  display: block;
  font-family: "FontAwesome" !important;
}
.icon-video:before {
  content: '\f008';
}
.icon-tour:before {
  content: '\f212';
}
/*Including social icons since custom InspectRE icon is included*/
@font-face {
  font-family: 'social';
  src: url('/assets/layout/_global/fonts/social/social.eot?odg0a9');
  src: url('/assets/layout/_global/fonts/social/social.eot?#iefixodg0a9') format('embedded-opentype'), url('/assets/layout/_global/fonts/social/social.woff?odg0a9') format('woff'), url('/assets/layout/_global/fonts/social/social.ttf?odg0a9') format('truetype'), url('/assets/layout/_global/fonts/social/social.svg?odg0a9#bbc') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon_social-"],
[class*=" icon_social-"] {
  /*Using !important since some glyphs need to also be preceded 'fa' class to inherit FontAwesome font stylings*/
  /*.fa will overwrite font-family*/
  font-family: 'social' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon_social-ratemyagent:before {
  content: "\e900";
}
/* variables specific to this sheet */
/* mixins specific to this sheet */
._typo_letterspace {
  letter-spacing: 0px;
}
._typo_font {
  letter-spacing: 0px;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.4;
  font-size: 1em;
  font-weight: 300;
  color: #505052;
}
/* style dependency -- Property value popup -- empty is OK */
._typo_btn_n_input {
  font-size: 1.1rem;
  height: 2.8em;
  font-weight: 400;
}
._typo_fontaws {
  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;
}
._typo_fontaws_abs {
  color: #505052;
  position: absolute;
  top: 49%;
  left: 14px;
  transform: translateY(-50%);
}
._typo_fnicon {
  display: inline-block;
  font: normal normal normal 14px/1 fnicon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
._typo_link_inversed_inner {
  color: #505052;
  color: var(--color-body);
}
._typo_link_inversed_inner:hover {
  color: #007ee1;
  color: var(--color-primary);
}
._typo_link_inversed a {
  color: var(--color-link-hover);
  color: #505052;
  color: var(--color-body);
}
._typo_link_inversed a:hover {
  color: #007ee1;
  color: var(--color-link-std);
}
._typo_link_inversed a:hover {
  color: #007ee1;
  color: var(--color-primary);
}
._typo_list {
  position: relative;
}
._typo_list:before {
  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;
  color: #007ee1;
  color: var(--color-primary);
  content: '\f0da';
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.2em;
}
/* primary font elements */
@media only screen and (max-width: 767px) {
  html {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 0.9rem;
  }
}
body {
  letter-spacing: 0px;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.4;
  font-size: 1em;
  font-weight: 300;
  color: #505052;
}
b,
strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 0px;
}
h1 {
  font-size: 1.75em;
  line-height: 1.2;
}
h2,
big {
  font-size: 1.5em;
}
h2 {
  letter-spacing: -0.5px;
}
h2 b,
h2 strong {
  font-weight: 600;
}
h3 {
  font-weight: 600;
  font-size: 1.2em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
p {
  letter-spacing: 0px;
}
a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  color: #007ee1;
  color: var(--color-primary);
}
nav a {
  font-weight: 400;
  color: gray;
}
a:hover {
  color: #505052;
  color: var(--color-body);
}
nav a:hover {
  color: #007ee1;
  color: var(--color-primary);
}
/* Others */
small {
  font-size: 0.8em;
}
.big-sm {
  font-size: 1.1em;
}
sup {
  vertical-align: super;
  font-size: 0.6em;
}
em {
  font-style: normal;
}
blockquote {
  font-size: 1.2em;
  font-weight: 600;
  padding: 2rem 20px 2rem 25px;
  line-height: 1.5;
  color: #007ee1;
  letter-spacing: -0.25px;
}
blockquote:before,
blockquote:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  font-size: 1em;
  top: -0.3em;
}
blockquote:before {
  content: '\f10d';
  padding: 0 5px 0 0;
}
blockquote:after {
  content: '\f10e';
  padding: 0 0 0 5px;
}
.cp__item blockquote p,
blockquote p {
  padding-bottom: 1em;
  color: #007ee1;
  display: inline-block;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
ol li {
  list-style: none;
}
hr {
  border-color: #e5e3e3;
  border-style: solid;
  border-bottom: 0;
}
figcaption {
  padding: 10px 10px 20px;
  text-align: center;
  font-family: georgia, courier;
  font-size: 0.8em;
}
/* Non standard */
.text__upper {
  text-transform: uppercase;
}
.text__left {
  text-align: left;
}
.text__center {
  text-align: center;
}
.text__right {
  text-align: right;
}
.text__thin {
  font-weight: 100;
}
.para__center p,
.para__center h1,
.para__center h2,
.para__center h3,
.para__center h4,
.para__center h5 {
  max-width: 600px;
  margin: 0 auto;
}
.para__nopad p {
  padding: 0 !important;
}
.feat__p p {
  font-size: 1.2em;
  padding: 10px 0 0;
  color: gray;
}
.__fade {
  opacity: 0.7;
}
/* font awesome spinner */
.fa.fa-spin {
  color: lightgrey;
  font-size: 32px;
  margin: 0 auto;
  transform-origin: 16px;
}
.fa-sm {
  font-size: 80% !important;
}
/* WYSIWYG overwrite */
.uses_wysiwyg article .columns h1 {
  font-size: 1.75em;
  line-height: 1.2;
}
.uses_wysiwyg article .columns h2,
.uses_wysiwyg article .columns big {
  font-size: 1.5em;
}
.uses_wysiwyg article .columns h3 {
  font-size: 1.2em;
}
.uses_wysiwyg article .columns h4 {
  font-size: 1.2em;
}
.uses_wysiwyg article .columns h5 {
  font-size: 1em;
}
.uses_wysiwyg article .columns em {
  font-style: italic;
}
.uses_wysiwyg article .columns b,
.uses_wysiwyg article .columns strong {
  font-weight: bold;
}
.uses_wysiwyg article .columns ul,
.uses_wysiwyg article .columns ol {
  text-align: left;
}
.uses_wysiwyg article .columns ul li,
.uses_wysiwyg article .columns ol li {
  list-style-position: inside;
}
.uses_wysiwyg article .columns ul li {
  list-style-type: initial;
  list-style-type: none;
}
.uses_wysiwyg article .columns ol li {
  list-style-type: decimal;
}
.uses_wysiwyg article .columns em {
  font-style: italic;
}
.uses_wysiwyg article .columns b,
.uses_wysiwyg article .columns strong {
  font-weight: bold;
}
.uses_wysiwyg article .columns u {
  text-decoration: underline;
}
.uses_wysiwyg article .columns s {
  text-decoration: line-through;
}
.uses_wysiwyg article .columns p {
  text-align: left;
}
.uses_wysiwyg article .columns p img {
  max-width: 100%;
  height: auto !important;
}
/* Page size */
/* Colours */
/* old style dependency */
/* Forms & Buttons */
/* Global breakpoints */
/* Layers --- zindex */
/* CSS variables */
:root {
  /* --- Generic -- use within plugin CSS */
  --brand: #007ee1;
  /* --- Update via JS:
	-- Only primary colour is updated by JS (to identify corporate view state) */
  --color-primary: #007ee1;
  --color-primary-darken: #0070c8;
  --color-primary-lighten: #48afff;
  --color-primary-lighten-more: #48afff;
  /* --- END JS configurable CSS vars */
  /* --- JS reference/cache:  */
  --color-corporate: #ef3123;
  --color-corporate-darken: #e82011;
  --color-corporate-lighten: #f68a82;
  --color-corporate-lighten-more: #fbcdc9;
  /* --- END JS ref CSS vars */
  --color-body: #505052;
  --link-color-rev: var(--color-body);
  --link-color-hover-rev: var(--color-brand-primary);
  --link-color-active: var(--color-brand-primary);
  --link-color-active-highlight: var(--color-primary-lighten);
  --button-bg-primary: var(--color-primary);
  --button-bg-primary-light: var(--color-primary-lighten);
  --button-bg-primary-darken: var(--color-primary-darken);
}
/* Local Globals */
/* Use function to add hover styles to avoid hover related double tap bug */
/*
	minor assistive styles
	non-function based
	include classes directly in html, or other classes
*/
.debug {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 800px;
  background: #f6e6e6;
  border: 10px solid white;
  padding: 15px;
  z-index: 999;
  max-height: 600px;
  min-width: 600px;
  overflow-y: scroll;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 5px;
}
.debug-lity {
  position: relative;
  left: auto;
  right: auto;
  margin: auto;
  top: auto;
  transform: none;
}
.off,
.off.fa {
  display: none;
}
.in__no-select {
  -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 */
}
.in__upper {
  text-transform: capitalize;
}
.in__fullheight {
  height: 100%;
}
.in__fullwidth {
  width: 100%;
}
.in__invlinks a {
  color: var(--color-link-hover);
  color: #505052;
  color: var(--color-body);
}
.in__invlinks a:hover {
  color: #007ee1;
  color: var(--color-link-std);
}
.in__invlinks a:hover {
  color: #007ee1;
  color: var(--color-primary);
}
.in__invlinks a {
  color: var(--color-link-hover);
  color: #505052;
  color: var(--color-body);
}
.in__invlinks a:hover {
  color: #007ee1;
  color: var(--color-link-std);
}
.in__invlinks a:hover {
  color: #007ee1;
  color: var(--color-primary);
}
.in__feat__p p {
  font-size: 1.2em;
  padding: 10px 0 0;
  color: gray;
}
.in__rev__link a {
  color: var(--color-link-hover);
  color: #505052;
  color: var(--color-body);
}
.in__rev__link a:hover {
  color: #007ee1;
  color: var(--color-link-std);
}
.in__rev__link a:hover {
  color: #007ee1;
  color: var(--color-primary);
}
.in__rev__link a {
  color: var(--color-link-hover);
  color: #505052;
  color: var(--color-body);
}
.in__rev__link a:hover {
  color: #007ee1;
  color: var(--color-link-std);
}
.in__rev__link a:hover {
  color: #007ee1;
  color: var(--color-primary);
}
.in__link__arrow a {
  position: relative;
  padding-left: 20px;
}
.in__link__arrow a:before {
  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;
  color: #cecece;
  left: 2px;
  top: 6px;
  font-size: 0.6em;
  content: '\f04b';
  position: absolute;
}
.in__bord__all {
  border: 1px solid #e5e3e3;
}
.in__bord__top {
  border-top: 1px solid #e5e3e3;
}
.in__bord__bot {
  border-bottom: 1px solid #e5e3e3;
}
.in__bord__top-0 {
  border-top: none;
}
.in__bord__aft {
  position: relative;
}
.in__bord__aft:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  border-bottom: 1px solid #d6d4d4;
}
.in__abcenter > * {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.in__fullsize {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.in__bedbathcar {
  padding-top: 0.5em;
  font-weight: 500;
}
.in__bedbathcar,
.in__bedbathcar span {
  color: #505052;
}
.in__bedbathcar i {
  color: gray;
  font-size: 1.8em;
  line-height: 1rem;
  position: relative;
  top: .25em;
  padding: 0 10px 0 4px;
}
.in__counter {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 96px;
  height: 40px;
  width: 62px;
  border-radius: 2px;
  letter-spacing: 0.5px;
  font-size: 13px;
  color: white;
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.listing-show .in__counter {
  right: 139px;
}
.in__videobtn {
  position: relative;
}
.in__videobtn:before {
  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: '\f04b';
  background: rgba(0, 0, 0, 0.3);
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.1em;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-radius: 2px;
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  transform-origin: 50% 0%;
  transition: background 0.3s ease-out, transform 0.3s ease-out;
}
.in__videobtn:hover:before {
  background: rgba(0, 126, 225, 0.8);
  transform: scale(1.2) translateY(-50%);
}
/* GLOBAL FORM STYLES */
/* Import and globally scope any dependencies */
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[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 */
}
/* checkbox aspect -- :BEFORE is background/check border */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #828286;
  background: none;
  border-radius: 4px;
}
/* checked mark aspect -- :AFTER is the check mark */
[type="checkbox"]:not(:checked) + label:after,
[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: #007ee1;
  transition: opacity .2s, transform .2s, color .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) translateY(-50%);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1) translateY(-50%);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  border-color: #b6b6b8;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #b6b6b8;
}
[type="checkbox"]:disabled + label {
  color: #b6b6b8;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #007ee1;
}
/* hover style just for information */
label:hover:before {
  border: 1px solid #007ee1 !important;
}
/* << globally scope the dependency */
.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-response.form-error {
  background: none;
  color: #e74444;
  border-color: #e74444;
}
.bg__dark .form-response.form-error {
  color: #f39e9e;
  border-color: #f39e9e;
}
.form-response.form-success {
  background: none;
  color: #28c06e;
  border-color: #28c06e;
}
.bg__dark .form-response.form-success {
  color: #6de1a2;
  border-color: #6de1a2;
}
/* << globally scope the dependency */
/*input[type=text]:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, input[type=email]:-webkit-autofill{
    background-color: black !important;
    background-image: none;
    color: none;
}
input[type=text]:-webkit-autofill, input[type=email]{
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}*/
._fm__input {
  letter-spacing: 0px;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.4;
  font-size: 1em;
  font-weight: 300;
  color: #505052;
  font-size: 1.1rem;
  height: 2.8em;
  font-weight: 400;
  background: #fff;
  /*Reduces size of selection area in dropdowns*/
  padding: 10px;
  border-radius: 2px;
  border: 0;
  /*border-bottom: 1px solid rgba(100,100,100,0.2);*/
  /*border-right: 1px solid rgba(100,100,100,0.2);*/
}
._fm__input:not([type=submit]) {
  width: 100%;
  /*box-shadow: inset rgba(0,0,0,0.3) 1px 1px 1px;*/
}
._fm__input:focus {
  outline: 0;
}
form * {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
form label {
  letter-spacing: 0px;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.4;
  font-size: 1em;
  font-weight: 300;
  color: #505052;
}
form .input-btn,
form select,
form textarea,
form select,
form input {
  letter-spacing: 0px;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.4;
  font-size: 1em;
  font-weight: 300;
  color: #505052;
  font-size: 1.1rem;
  height: 2.8em;
  font-weight: 400;
  background: #fff;
  /*Reduces size of selection area in dropdowns*/
  padding: 10px;
  border-radius: 2px;
  border: 0;
  /*border-bottom: 1px solid rgba(100,100,100,0.2);*/
  /*border-right: 1px solid rgba(100,100,100,0.2);*/
}
form .input-btn:not([type=submit]),
form select:not([type=submit]),
form textarea:not([type=submit]),
form select:not([type=submit]),
form input:not([type=submit]) {
  width: 100%;
  /*box-shadow: inset rgba(0,0,0,0.3) 1px 1px 1px;*/
}
form .input-btn:focus,
form select:focus,
form textarea:focus,
form select:focus,
form input:focus {
  outline: 0;
}
form select {
  /* For the sake of icon labels not being clickable */
  position: relative;
  z-index: 1;
}
form .disabled {
  background: #ededed;
}
form .input-btn {
  text-align: left;
}
form .input-btn:active,
form .input-btn:focus,
form .input-btn:hover {
  background: #fff;
}
form .input-btn span {
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
}
form textarea {
  min-height: 100px;
}
form input[type=text],
form input[type=email] {
  width: 100%;
}
form input[type=submit] {
  letter-spacing: 0px;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.4;
  font-size: 1em;
  font-weight: 300;
  color: #505052;
  font-size: 1.1rem;
  height: 2.8em;
  font-weight: 400;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  color: #fff;
  background: #007ee1;
  background: var(--button-bg-primary);
  cursor: pointer;
  white-space: nowrap;
  padding: 0 1.5em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #00457b;
  padding: 0 15px;
}
form input[type=submit].btn-sm {
  font-size: .7rem;
  padding: 0 1.5em;
  height: 2.5em;
  border-radius: 2px;
}
header form input[type=submit].btn-sm {
  margin-left: 6px;
}
header form input[type=submit].left-space {
  margin-left: 20px;
}
form input[type=submit].btn-secondary {
  background: #00457b;
}
form input[type=submit].btn-secondary:hover,
form input[type=submit].btn-secondary:focus {
  background: #0062ae;
}
form input[type=submit].btn-darkoverlay {
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
form input[type=submit]:focus {
  background: #0070c8;
  background: var(--button-bg-primary-darken);
}
@media only screen and (min-width: 416px) {
  form input[type=submit]:hover {
    background: #0070c8;
    background: var(--button-bg-primary-darken);
  }
}
@media only screen and (min-width: 416px) {
  form input[type=submit]:hover {
    background: #0070c8;
    background: var(--button-bg-primary-darken);
  }
}
form input[type=submit]:hover,
form input[type=submit]:focus,
form input[type=submit]:active {
  background: #007ee1;
}
form input[type=submit].btn-150 {
  min-width: 150px;
}
form input[type=submit].btn-short {
  height: auto;
  padding: 6px 1.5em;
}
form input[type=submit].btn-commercial {
  background: #fe000c;
}
form input[type=submit].btn-commercial:hover,
form input[type=submit].btn-commercial:focus,
form input[type=submit].btn-commercial:active {
  background: #ff656c;
}
form input[type=submit].font-reset {
  font-size: 1rem;
}
form input[type=submit].btn-outline-1 {
  background: transparent;
  border: 1px solid #ccc;
  font-weight: 400;
  color: #353535;
  font-size: 1em;
}
form input[type=submit].btn-outline-1:hover,
form input[type=submit].btn-outline-1:focus,
form input[type=submit].btn-outline-1:active {
  background: #efefef;
  color: #007ee1;
}
form input[type=submit].btn-list {
  text-align: center;
  margin-bottom: 12px;
  white-space: normal;
  line-height: 1.2;
  height: auto;
  padding: 12px;
}
form input[type=submit].btn-outline-2 {
  background: transparent;
  border: 1px solid #00457b;
  color: #00457b;
}
form input[type=submit].btn-topright {
  position: absolute;
  top: 10px;
  right: 20px;
}
form input[type=submit].btn-outline-none {
  background: transparent;
  border: none;
  color: #00457b;
}
form option:focus {
  background-color: #fff;
  outline: 0;
  border: 0;
  box-shadow: none;
}
form option:checked {
  color: white;
  box-shadow: 0 0 10px 100px #007ee1 inset;
}
form fieldset {
  min-width: 0;
  /* this fixes glitches with fieldset not adhering to parent width */
  width: 100%;
  position: relative;
  /* native CSS resets */
  padding: 0;
  margin: 0;
  border: 0;
  /* end resets */
}
form fieldset.icon input {
  padding-left: 40px;
}
form fieldset.icon:before {
  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;
  color: #505052;
  position: absolute;
  top: 49%;
  left: 14px;
  transform: translateY(-50%);
  color: #828286;
}
form fieldset.icon-search:before {
  content: "\f002";
}
form fieldset.err select,
form fieldset.err input {
  box-shadow: inset rgba(199, 71, 71, 0.4) 0 0 0 2px;
  border: 0;
}
form .fieldset__50 fieldset {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  form .fieldset__md__50 fieldset {
    width: 50%;
  }
}
@media (min-width: 768px) {
  form .fieldset__md__50 fieldset {
    width: 50%;
  }
}
form .__space {
  margin-left: 4px;
}
form.search-simple {
  display: flex;
  flex-flow: row nowrap;
  max-width: 600px;
  margin: 0 auto;
}
form.search-simple input {
  border: 0;
  box-shadow: none;
  width: calc(100% - 104px);
}
form.search-simple button {
  width: 120px;
  margin-left: 4px;
}
form.search-simple ~ .nil-result {
  padding: 1em;
  color: red;
  font-size: 0.8em;
}
.form-alpha .form-response.form-success {
  background: none;
}
.form-property-container input,
.form-property-container textarea,
.form-property-container select {
  border: 1px solid rgba(100, 100, 100, 0.1);
}
/* -------------- JQUERY UI SELECT ------------------- */
.suburb-autocomplete input {
  padding-right: 25px;
}
.ui-widget {
  letter-spacing: 0px;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.4;
  font-size: 1em;
  font-weight: 300;
  color: #505052;
}
.ui-widget .ui-menu-item {
  line-height: 2;
  padding: 0 8px;
}
.ui-widget .ui-state-hover,
.ui-widget .ui-widget-content .ui-state-hover,
.ui-widget .ui-widget-header .ui-state-hover,
.ui-widget .ui-state-focus,
.ui-widget .ui-widget-content .ui-state-focus,
.ui-widget .ui-widget-header .ui-state-focus {
  background: #007ee1;
  color: white;
  border: 0;
}
/* -------------- SELECT 2 ------------------- */
.select2-container {
  display: inline-block;
}
.select2-choice,
.select2-container .select2-choice {
  border: 0;
  background: none;
  height: auto;
  line-height: inherit;
}
.select2-choice,
.select2-container .select2-choice,
.select2-choice.select2-default,
.select2-container .select2-choice.select2-default {
  color: inherit !important;
  /* override SELECT2 css IMPORTANT */
}
@media only screen {
  .select2-choice:hover,
  .select2-container .select2-choice:hover,
  .select2-choice.select2-default:hover,
  .select2-container .select2-choice.select2-default:hover {
    color: #007ee1 !important;
    color: var(--color-primary) !important;
  }
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 0;
  background: inherit;
}
.select2-choice,
.select2-choices,
.select2-container .select2-choice,
.select2-container .select2-choices {
  box-shadow: none !important;
}
.select2-chosen,
.select2-container .select2-choice > .select2-chosen {
  margin-right: 10px;
}
.select2-arrow,
.select2-container .select2-choice .select2-arrow {
  display: none;
}
.select2-drop {
  margin-top: 10px;
  padding-top: 5px;
  min-width: 130px;
  /*margin-left: -10px;*/
}
.select2-drop-active {
  border: 0;
}
.select2-results .select2-highlighted {
  background: #007ee1;
  background: var(--color-primary);
}
.sort-by-select {
  position: relative;
  color: #828286;
  padding-left: 10px;
}
.sort-by-select .select2-chosen {
  display: flex !important;
  align-content: center;
  justify-content: space-between;
}
.sort-by-select .select2-chosen:before {
  content: '\f0b0';
  margin-right: .5em;
}
.sort-by-select .select2-chosen:after {
  content: '\f0d7';
  opacity: .5;
  margin-left: .5em;
}
.sort-by-select .select2-chosen:before,
.sort-by-select .select2-chosen:after {
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 1.5em;
  pointer-events: none;
  transition: all 0.2s ease-out;
}
.sort-by-select .select2-chosen:before:hover,
.sort-by-select .select2-chosen:after:hover,
.sort-by-select .select2-chosen:before:focus,
.sort-by-select .select2-chosen:after:focus {
  color: #505052;
}
.sort-by-select .select2-container {
  min-width: 150px !important;
}
.mobile {
  display: block !important;
}
.mobile.isflex {
  display: flex !important;
}
.mobile.isinline {
  display: inline !important;
}
@media only screen and (min-width: 768px) {
  .mobile,
  .mobile.isflex,
  .mobile.isinline {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mobile,
  .mobile.isflex,
  .mobile.isinline {
    display: none !important;
  }
}
.desktop {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .desktop {
    display: block !important;
  }
  .desktop.isflex {
    display: flex !important;
  }
  .desktop.isinline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .desktop {
    display: block !important;
  }
  .desktop.isflex {
    display: flex !important;
  }
  .desktop.isinline {
    display: inline !important;
  }
}
.mobile-lg {
  display: block !important;
}
.mobile-lg.isflex {
  display: flex !important;
}
.mobile-lg.isinline {
  display: inline !important;
}
@media only screen and (min-width: 1100px) {
  .mobile-lg,
  .mobile-lg.isflex,
  .mobile-lg.isinline {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .mobile-lg,
  .mobile-lg.isflex,
  .mobile-lg.isinline {
    display: none !important;
  }
}
.desktop-lg {
  display: none !important;
}
@media only screen and (min-width: 1100px) {
  .desktop-lg {
    display: block !important;
  }
  .desktop-lg.isflex {
    display: flex !important;
  }
  .desktop-lg.isinline {
    display: inline !important;
  }
}
@media (min-width: 1100px) {
  .desktop-lg {
    display: block !important;
  }
  .desktop-lg.isflex {
    display: flex !important;
  }
  .desktop-lg.isinline {
    display: inline !important;
  }
}
body {
  min-width: 200px;
  overflow-x: hidden;
  /* small side-scroll overflow bug on mobile */
}
body,
body * {
  box-sizing: border-box;
}
.outer-container {
  padding: 15px;
}
@media only screen and (min-width: 416px) {
  .outer-container {
    padding: 0 20px;
  }
  .outer-container .outer-reverse {
    margin: 0 -20px;
  }
}
@media (min-width: 416px) {
  .outer-container {
    padding: 0 20px;
  }
  .outer-container .outer-reverse {
    margin: 0 -20px;
  }
}
@media only screen and (min-width: 1600px) {
  .outer-container {
    padding: 0 30px;
  }
  .outer-container .outer-reverse {
    margin: 0 -30px;
  }
}
@media (min-width: 1600px) {
  .outer-container {
    padding: 0 30px;
  }
  .outer-container .outer-reverse {
    margin: 0 -30px;
  }
}
.container {
  max-width: 1200px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.outer-container .container {
  padding-left: 0;
  padding-right: 0;
}
.inner-box {
  width: 100%;
}
.inner-box-1-2 {
  max-width: 600px;
}
.inner-box-2-3 {
  max-width: 800px;
}
@media only screen and (max-width: 767px) {
  .inner-box-1-2,
  .inner-box-2-3 {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .inner-box-1-2,
  .inner-box-2-3 {
    max-width: none;
  }
}
.inner-box-center {
  margin: 0 auto;
}
.pos-abs {
  position: absolute;
}
.pos-rel {
  position: relative;
}
/******* FLEX *******/
.flex {
  display: flex;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.flex-onlycenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-row {
  flex-direction: row !important;
}
.flex-col {
  flex-direction: column !important;
}
.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 !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-align-center {
  align-items: center;
}
.flex-space-between {
  justify-content: space-between;
}
.flex-child-1-2 > * {
  width: 50%;
  flex: 0 0 50%;
}
.flex-row-reverse-even:nth-child(even) {
  flex-direction: row-reverse !important;
}
/******* PADDING *******/
.padding {
  padding: 15px;
}
.padding-sm-persist {
  padding: 10px;
}
.padding-sm {
  padding: 10px;
}
.padding-lg-persist {
  padding: 30px;
}
.padding-lg {
  padding: 15px;
}
.padding-xlg-persist {
  padding: 60px;
}
.padding-xlg {
  padding: 15px;
}
.padding-xxlg-persist {
  padding: 80px;
}
.padding-xxlg {
  padding: 40px;
}
@media only screen and (min-width: 768px) {
  .padding-xlg {
    padding: 20px;
  }
  .padding-xxlg {
    padding: 60px;
  }
}
@media (min-width: 768px) {
  .padding-xlg {
    padding: 20px;
  }
  .padding-xxlg {
    padding: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .padding-sm {
    padding: 10px;
  }
  .padding-md {
    padding: 20px;
  }
  .padding-lg {
    padding: 30px;
  }
  .padding-xlg {
    padding: 60px;
  }
  .padding-xxlg {
    padding: 80px;
  }
}
@media (min-width: 1200px) {
  .padding-sm {
    padding: 10px;
  }
  .padding-md {
    padding: 20px;
  }
  .padding-lg {
    padding: 30px;
  }
  .padding-xlg {
    padding: 60px;
  }
  .padding-xxlg {
    padding: 80px;
  }
}
.padding-row {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .padding-row {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .padding-row {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
.padding-row-lg {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
@media only screen and (min-width: 768px) {
  .padding-row-lg {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .padding-row-lg {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}
.padding-row-sm {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .padding-row-sm {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .padding-row-sm {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.padding-top {
  padding-top: 4rem;
}
.padding-top-lg {
  padding-top: 7rem;
}
.padding-top-sm {
  padding-top: 2rem;
}
.padding-top-xs {
  padding-top: 1rem;
}
.padding-bot {
  padding-bottom: 4rem;
}
.padding-bot-sm {
  padding-bottom: 2rem;
}
.padding-bot-xs {
  padding-bottom: 1rem;
}
.padding-bot-xxs {
  padding-bottom: 0.5rem;
}
.padding-bot-nil {
  padding-bottom: 0rem;
}
.padding-right {
  padding-right: 15px;
}
.padding-right-lg {
  padding-right: 30px;
}
.padding-right-sm {
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .padding-right-md-lg {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .padding-right-md-lg {
    padding-right: 30px;
  }
}
.padding-left {
  padding-left: 15px;
}
.padding-left-lg {
  padding-left: 30px;
}
.padding-left-sm {
  padding-left: 10px;
}
/*.margin{

	margin:15px;
	&-top {
		margin-top: 4rem;

		&-lg {
			margin-top: 7rem;
		}
		&-sm {
			margin-top: 2rem;
		}
	}

	&-bot {
		margin-bottom: 4rem;

		&-sm {
			margin-bottom: 2rem;
		}
		&-xs {
			margin-bottom: 1rem;
		}
		&-xxs {
			margin-bottom: 0.5rem;
		}
		&-nil {
			margin-bottom: 0rem;
		}
	}
}
*/
#covidModal {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.covid-mobile-trigger {
  display: none;
}
.covidInfoMobile {
  display: none;
}
.covid-modal-trigger.commercial-cvd-btn {
  background-image: url(/assets/layout/fn-2018/images/covid_button_commercial.png);
}
.covid-modal-trigger.commercial-cvd-btn:hover p,
.covid-modal-trigger.commercial-cvd-btn:focus p,
.covid-modal-trigger.commercial-cvd-btn:active p {
  color: #e97d00;
}
.covid-modal-trigger {
  display: flex;
  height: 46px;
  width: 165px;
  margin-left: 40px;
  background-image: url(/assets/layout/fn-2018/images/covid_button_plain.png);
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  .covid-modal-trigger {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.covid-modal-trigger:hover p,
.covid-modal-trigger:focus p,
.covid-modal-trigger:active p {
  color: var(--color-primary);
}
.covid-modal-trigger p {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: white;
  font-weight: 400;
  transition: ease-in-out 0.2s;
}
.modalOverflowHidden {
  overflow: hidden;
}
.covid-modal-underlary {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
}
.covidModalBody {
  max-width: 1170px;
  background-color: white;
  position: absolute;
  padding: 20px;
  max-height: 650px;
  height: 100%;
  z-index: 1001;
  overflow-y: auto;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.63);
}
.covidModalBody .modal-close-btn {
  position: absolute;
  right: 20px;
}
.covidModalBody .modal-close-btn i {
  font-size: 25px;
}
.covidModalBody h3 {
  text-align: center;
  font-size: 28px;
  padding-top: 30px;
}
.covidModalBody li:before {
  content: "\f0da";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 8px;
  color: #e87d00;
}
#covidModal.show {
  display: flex;
  justify-content: center;
  align-items: center;
}
#covidModal.closed {
  display: none;
}
@media (max-width: 1100px) {
  .covid-desktop-trigger {
    display: none;
  }
  .covid-mobile-trigger {
    display: flex;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .covid-mobile-trigger p {
    margin-left: 10px;
    height: 100%;
  }
  .covidInfoMobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .covidModalContent {
    padding-bottom: 40px;
  }
}
/*******************************/
/* GENERAL COMPONENTS (LOCAL) */
.hidden {
  display: none;
}
header {
  padding: 20px 0;
}
header > * {
  align-self: center;
}
header .logo img {
  width: 100%;
  max-width: 200px;
  min-width: 115px;
}
header nav ul {
  height: 100%;
}
header nav ul li {
  padding: 0 10px;
}
header nav ol {
  display: none;
}
header .place_right {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  justify-content: flex-end;
}
header .place_right .left-space {
  margin-left: 20px;
}
header .place_right .header-cta {
  display: flex;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 599px) {
  header .place_right .header-cta {
    display: none;
    flex-flow: column nowrap;
    align-items: flex-end;
  }
  header .place_right .header-cta .left-space {
    margin-bottom: 5px;
  }
  header .place_right .header-cta button {
    width: 96px;
    padding: 0;
  }
}
@media (max-width: 599px) {
  header .place_right .header-cta {
    display: none;
    flex-flow: column nowrap;
    align-items: flex-end;
  }
  header .place_right .header-cta .left-space {
    margin-bottom: 5px;
  }
  header .place_right .header-cta button {
    width: 96px;
    padding: 0;
  }
}
header .menu-btn {
  color: #505052;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  transition: none;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media only screen and (min-width: 416px) {
  header .menu-btn:hover {
    color: #007ee1;
    color: var(--color-primary);
  }
  header .menu-btn:hover .hamburger .hamburger-inner,
  header .menu-btn:hover .hamburger .hamburger-inner:after,
  header .menu-btn:hover .hamburger .hamburger-inner:before {
    background-color: #007ee1;
    background-color: var(--color-primary);
  }
}
@media only screen and (min-width: 416px) {
  header .menu-btn:hover {
    color: #007ee1;
    color: var(--color-primary);
  }
  header .menu-btn:hover .hamburger .hamburger-inner,
  header .menu-btn:hover .hamburger .hamburger-inner:after,
  header .menu-btn:hover .hamburger .hamburger-inner:before {
    background-color: #007ee1;
    background-color: var(--color-primary);
  }
}
@media only screen and (max-width: 599px) {
  header .menu-btn {
    order: 2;
    margin-left: 20px;
  }
  header .menu-btn span {
    display: none;
  }
  header .menu-btn .hamburger {
    padding: 0;
  }
}
@media (max-width: 599px) {
  header .menu-btn {
    order: 2;
    margin-left: 20px;
  }
  header .menu-btn span {
    display: none;
  }
  header .menu-btn .hamburger {
    padding: 0;
  }
}
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  float: right;
  margin: 0;
  padding: 0 0 0 10px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 18px;
}
.hamburger .hamburger-box .hamburger-inner {
  top: 50%;
  display: block;
  margin-top: 0;
}
.hamburger .hamburger-box .hamburger-inner:after,
.hamburger .hamburger-box .hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger .hamburger-box .hamburger-inner:before {
  top: -8px;
}
.hamburger .hamburger-box .hamburger-inner:after {
  bottom: -8px;
}
.hamburger .hamburger-box .hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger .hamburger-box .hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger .hamburger-box .hamburger-inner,
.hamburger .hamburger-box .hamburger-inner:after,
.hamburger .hamburger-box .hamburger-inner:before {
  position: absolute;
  width: 26px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 2px;
  background-color: #505052;
}
.hamburger .hamburger-box .hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
}
.hamburger.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}
.hamburger.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.nav__main {
  position: relative;
  margin-bottom: 1.5rem;
  color: white;
  background: #00457b;
  -webkit-tap-highlight-colour: rgba(0, 0, 0, 0);
  -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 */
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  .nav__main {
    padding: 60px;
  }
}
@media (min-width: 768px) {
  .nav__main {
    padding: 60px;
  }
}
.nav__main > div {
  min-height: 400px;
}
.nav__main h2 {
  font-weight: 600;
}
.nav__main .menu {
  position: relative;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.nav__main .menu ol {
  display: none;
}
.nav__main .col-left {
  padding-bottom: 4rem;
}
.nav__main .col-left h2 {
  font-size: 1.6em;
  padding-bottom: 2.5rem;
}
.nav__main .col-left ul > li li {
  padding-left: 10px;
}
.nav__main .col-left ul > li a.parent {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.5em;
  font-weight: 600;
  line-height: 2;
  position: relative;
}
.nav__main .col-left ul > li a.parent:hover {
  color: #ffffff;
}
.nav__main .col-left ul > li a.parent: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;
  position: absolute;
  top: 3px;
  right: -20px;
  content: '\f0da';
  color: rgba(255, 255, 255, 0.5);
  transform-origin: 5px;
  transition: all 0.3s ease-out;
}
.nav__main .col-left ul > li a.parent.active {
  color: #ffffff;
}
.nav__main .col-left ul > li a.parent.active:after {
  color: #007ee1;
  color: var(--color-primary);
  transform: rotate(90deg);
}
.nav__main .col-left ul > li ol {
  padding: 10px 0;
}
.nav__main .col-left ul > li ol li a {
  font-size: 1.1em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2;
}
.nav__main .col-left ul > li ol li a:hover {
  color: #007ee1;
  color: var(--color-primary);
}
@media only screen and (min-width: 1200px) {
  .nav__main .col-left {
    padding-bottom: 0;
  }
  .nav__main .col-left ul > li a.parent:after {
    display: none;
  }
  .nav__main .col-left ul > li a.parent.active:after {
    display: block;
    color: #007ee1;
    color: var(--color-primary);
    transform: none;
  }
  .nav__main .col-left ul > li ol {
    position: absolute;
    height: 100%;
    padding: 0 0 0 45px;
    left: 225px;
    top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
  .nav__main .col-left ul > li ol li a {
    line-height: 2.4;
  }
}
@media (min-width: 1200px) {
  .nav__main .col-left {
    padding-bottom: 0;
  }
  .nav__main .col-left ul > li a.parent:after {
    display: none;
  }
  .nav__main .col-left ul > li a.parent.active:after {
    display: block;
    color: #007ee1;
    color: var(--color-primary);
    transform: none;
  }
  .nav__main .col-left ul > li ol {
    position: absolute;
    height: 100%;
    padding: 0 0 0 45px;
    left: 225px;
    top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
  .nav__main .col-left ul > li ol li a {
    line-height: 2.4;
  }
}
@media only screen and (max-width: 1199px) {
  .nav__main .col-left ul {
    font-size: 1.1em;
  }
}
@media (max-width: 1199px) {
  .nav__main .col-left ul {
    font-size: 1.1em;
  }
}
.nav__main .col-right {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
@media only screen and (min-width: 1200px) {
  .nav__main .col-right {
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .nav__main .col-right {
    align-items: flex-end;
  }
}
.nav__main .box {
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 0.65em;
  width: 100%;
  max-width: 600px;
}
@media only screen and (min-width: 110em) {
  .nav__main .box {
    max-width: 700px;
  }
}
@media (min-width: 110em) {
  .nav__main .box {
    max-width: 700px;
  }
}
.nav__main .box h2 {
  padding-bottom: 0.5em;
  margin-top: -5px;
}
.nav__main .box a {
  display: block;
  margin-top: 1.5rem;
}
.nav__main .box a button {
  text-transform: uppercase;
}
.nav__main .box p {
  font-size: 0.9em;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
}
.nav__main .box .content {
  padding: 30px;
  max-width: 350px;
}
.nav__main .box .box-image {
  background: rgba(255, 255, 255, 0.05);
}
@media only screen and (min-width: 80em) {
  .nav__main .box .box-image {
    flex-grow: 1;
  }
}
@media (min-width: 80em) {
  .nav__main .box .box-image {
    flex-grow: 1;
  }
}
.nav__main .icon-close {
  position: absolute;
  top: 12px;
  right: 12px;
  transition: color 0.3s ease-out;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-size: 2.5rem;
}
.nav__main .icon-close:hover {
  color: #ffffff;
}
footer h4 {
  line-height: 2.2;
  padding: 0.5em 0 1em;
}
footer a {
  color: #505052;
}
footer > section {
  padding: 3em 0;
}
footer .upper div {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer .upper br {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .upper br {
    display: none;
  }
}
footer .upper .videolinks .link {
  padding: 10px 0;
  border-right: 1px solid #dbd9d9;
  font-size: 1.2em;
  line-height: 1.2;
}
footer .upper .videolinks .link:last-child {
  border: 0;
}
@media only screen and (max-width: 767px) {
  footer .upper .videolinks big {
    position: relative;
  }
  footer .upper .videolinks big: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: '\f0da';
    position: absolute;
    right: -20px;
    top: 4px;
    font-size: 20px;
    color: #a7a6a6;
  }
}
@media (max-width: 767px) {
  footer .upper .videolinks big {
    position: relative;
  }
  footer .upper .videolinks big: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: '\f0da';
    position: absolute;
    right: -20px;
    top: 4px;
    font-size: 20px;
    color: #a7a6a6;
  }
}
footer .middle a {
  color: white;
}
footer .middle li {
  line-height: 2.2;
  font-size: 0.95em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  footer .middle li {
    text-align: left;
  }
}
@media (min-width: 768px) {
  footer .middle li {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  footer .middle .quick-links {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  footer .middle .quick-links {
    padding-bottom: 2rem;
  }
}
footer .middle .social-links {
  font-size: 1.6em;
  padding-top: 1em;
  display: flex;
  flex-flow: row;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  footer .middle .social-links {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  footer .middle .social-links {
    justify-content: flex-start;
  }
}
footer .middle .social-links a {
  display: block;
  padding: 5px 12px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  margin: 5px 0;
}
footer .middle .social-links a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
footer .middle .social-links a:hover {
  color: #007ee1;
  color: var(--color-primary);
}
footer .middle .social-links a.ratemyagent i {
  position: relative;
  top: 2px;
}
footer .middle .social-links .fa {
  min-width: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer .middle .social-links {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .middle .social-links {
    text-align: center;
  }
}
footer .middle .footer-search {
  padding-bottom: 1em;
}
footer .middle .footer-search fieldset {
  display: inline;
}
footer .lower p,
footer .lower li {
  font-size: 0.85em;
  color: grey;
}
footer .lower li {
  line-height: 2;
  padding: 0 8px;
}
footer .lower a {
  color: grey;
}
footer .lower > div {
  align-items: center;
}
footer .lower .logo {
  padding-bottom: 0;
}
footer .lower .logo img {
  max-width: 200px;
}
@media only screen and (max-width: 767px) {
  footer .lower .logo {
    text-align: center;
    padding-bottom: 1em;
  }
}
@media (max-width: 767px) {
  footer .lower .logo {
    text-align: center;
    padding-bottom: 1em;
  }
}
footer .lower .office-address {
  margin-bottom: 5px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  footer .lower .office-address {
    text-align: right;
  }
}
@media (min-width: 768px) {
  footer .lower .office-address {
    text-align: right;
  }
}
footer .lower .office-address a {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  footer .lower .policy li {
    padding: 0 0 0 16px;
  }
}
@media (min-width: 768px) {
  footer .lower .policy li {
    padding: 0 0 0 16px;
  }
}
footer .lower .office-address,
footer .lower .policy {
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  footer .lower .office-address,
  footer .lower .policy {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  footer .lower .office-address,
  footer .lower .policy {
    align-items: center;
    justify-content: flex-end;
  }
}
footer a:hover {
  color: #007ee1;
  color: var(--color-primary);
}
.banner__main {
  position: relative;
  background: #fff;
  overflow: hidden;
  transition: background 0.5s ease-out;
}
@media only screen and (max-width: 1099px) {
  .banner__main .banner__slick ._banner__video .placeholder-image {
    display: block !important;
  }
}
@media (max-width: 1099px) {
  .banner__main .banner__slick ._banner__video .placeholder-image {
    display: block !important;
  }
}
.banner__main .banner__slick .ytplayer-container {
  display: none;
}
body:not(.isoffice) .banner__main .banner__slick .ytplayer-container .ytplayer-player {
  transform: translateX(-25%);
}
@media only screen and (min-width: 1100px) {
  .banner__main .banner__slick .ytplayer-container {
    display: block;
  }
}
@media (min-width: 1100px) {
  .banner__main .banner__slick .ytplayer-container {
    display: block;
  }
}
img {
  max-width: 100%;
}
.fn_staff img,
.agents img {
  display: block;
  object-position: top;
}
#pint-alpha .table .table-cell li {
  color: #505052;
}
/*  --------- Slick components ------------ */
.banner__slick {
  position: relative;
  overflow: hidden;
  height: 485px;
}
@media only screen and (min-width: 375px) {
  .banner__slick {
    height: 470px;
  }
}
@media (min-width: 375px) {
  .banner__slick {
    height: 470px;
  }
}
.banner__slick li {
  background-size: cover;
}
.banner__slick * {
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .banner__slick {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .banner__slick {
    height: 500px;
  }
}
@media only screen and (min-width: 1600px) {
  .banner__slick {
    height: 600px;
  }
}
@media (min-width: 1600px) {
  .banner__slick {
    height: 600px;
  }
}
.cp__tile .ld__slick {
  position: relative;
}
.cp__tile .ld__slick > div {
  position: absolute;
  height: 100%;
  width: 100%;
}
.cp__tile .ld__slick > div div {
  height: 100%;
}
.banner .slick-arrow,
.cp__tile .slick-arrow {
  display: none !important;
  /* over-ride js display style */
}
.banner.slick__controls .slick-arrow,
.cp__tile.slick__controls .slick-arrow,
.banner .slick__controls .slick-arrow,
.cp__tile .slick__controls .slick-arrow {
  display: flex !important;
  align-items: center;
  z-index: 5;
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  padding: 0 10px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0;
  font-size: 0;
  background: #007ee1;
  transform: none;
  border-radius: 2px;
}
.banner.slick__controls .slick-arrow.slick-prev:before,
.cp__tile.slick__controls .slick-arrow.slick-prev:before,
.banner .slick__controls .slick-arrow.slick-prev:before,
.cp__tile .slick__controls .slick-arrow.slick-prev:before,
.banner.slick__controls .slick-arrow.slick-next:before,
.cp__tile.slick__controls .slick-arrow.slick-next:before,
.banner .slick__controls .slick-arrow.slick-next:before,
.cp__tile .slick__controls .slick-arrow.slick-next:before {
  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;
  color: white;
  font-size: 25px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  width: 20px;
  height: 20px;
  margin: -2px auto 0;
  text-indent: 0;
}
.banner.slick__controls .slick-arrow.slick-prev,
.cp__tile.slick__controls .slick-arrow.slick-prev,
.banner .slick__controls .slick-arrow.slick-prev,
.cp__tile .slick__controls .slick-arrow.slick-prev {
  left: auto;
  right: 53px;
  z-index: 2;
}
.banner.slick__controls .slick-arrow.slick-prev:before,
.cp__tile.slick__controls .slick-arrow.slick-prev:before,
.banner .slick__controls .slick-arrow.slick-prev:before,
.cp__tile .slick__controls .slick-arrow.slick-prev:before {
  content: '\f0d9';
}
.banner.slick__controls .slick-arrow.slick-next:before,
.cp__tile.slick__controls .slick-arrow.slick-next:before,
.banner .slick__controls .slick-arrow.slick-next:before,
.cp__tile .slick__controls .slick-arrow.slick-next:before {
  content: '\f0da';
}
.banner.slick__controls .counter,
.cp__tile.slick__controls .counter,
.banner .slick__controls .counter,
.cp__tile .slick__controls .counter {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 96px;
  height: 40px;
  width: 62px;
  border-radius: 2px;
  letter-spacing: 0.5px;
  font-size: 13px;
  color: white;
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
.listing-show .banner.slick__controls .counter,
.listing-show .cp__tile.slick__controls .counter,
.listing-show .banner .slick__controls .counter,
.listing-show .cp__tile .slick__controls .counter {
  right: 139px;
}
.listing-show .banner.slick__controls .counter,
.listing-show .cp__tile.slick__controls .counter,
.listing-show .banner .slick__controls .counter,
.listing-show .cp__tile .slick__controls .counter {
  right: 10px;
}
@media only screen and (max-width: 415px) {
  .banner .cp__tile__image .counter,
  .cp__tile .cp__tile__image .counter,
  .banner .cp__tile__image .slick-arrow,
  .cp__tile .cp__tile__image .slick-arrow {
    opacity: 1;
  }
}
@media (max-width: 415px) {
  .banner .cp__tile__image .counter,
  .cp__tile .cp__tile__image .counter,
  .banner .cp__tile__image .slick-arrow,
  .cp__tile .cp__tile__image .slick-arrow {
    opacity: 1;
  }
}
@media only screen and (min-width: 416px) {
  .banner .cp__tile__image:hover .counter,
  .cp__tile .cp__tile__image:hover .counter,
  .banner .cp__tile__image:hover .slick-arrow,
  .cp__tile .cp__tile__image:hover .slick-arrow {
    opacity: 1;
  }
}
@media only screen and (min-width: 416px) {
  .banner .cp__tile__image:hover .counter,
  .cp__tile .cp__tile__image:hover .counter,
  .banner .cp__tile__image:hover .slick-arrow,
  .cp__tile .cp__tile__image:hover .slick-arrow {
    opacity: 1;
  }
}
/*  --------- END -- Slick components ------------ */
@media only screen and (max-width: 767px) {
  .cp__news {
    padding-bottom: 2em;
  }
}
@media (max-width: 767px) {
  .cp__news {
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 1249px) {
  .cp__news.outer-reverse {
    margin: 0;
  }
}
@media (max-width: 1249px) {
  .cp__news.outer-reverse {
    margin: 0;
  }
}
.cp__sub-navigation {
  line-height: 2;
  margin-top: 6px;
}
.cp__sub-navigation a {
  color: var(--color-link-hover);
  color: #505052;
  color: var(--color-body);
}
.cp__sub-navigation a:hover {
  color: #007ee1;
  color: var(--color-link-std);
}
.cp__sub-navigation a:hover {
  color: #007ee1;
  color: var(--color-primary);
}
.cp__sub-navigation a {
  color: var(--color-link-hover);
  color: #505052;
  color: var(--color-body);
}
.cp__sub-navigation a:hover {
  color: #007ee1;
  color: var(--color-link-std);
}
.cp__sub-navigation a:hover {
  color: #007ee1;
  color: var(--color-primary);
}
.cp__sub-navigation a {
  color: gray;
}
.cp__sub-navigation a.active {
  color: #007ee1;
  color: var(--color-primary);
  font-weight: 600;
  position: relative;
}
.cp__sub-navigation a.active:before {
  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;
  color: #007ee1;
  color: var(--color-link-std);
  content: '\f0da';
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.2em;
}
.cp__sub-navigation a.active:before {
  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;
  color: #007ee1;
  color: var(--color-primary);
  content: '\f0da';
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.2em;
}
.cp__sub-navigation a.active:before {
  left: -14px;
  top: 0;
}
.cp__sub-navigation .list__1 div,
.cp__sub-navigation .list__2 div {
  width: 50%;
}
.cp__sub-navigation .list__1 div:nth-of-type(2n+1),
.cp__sub-navigation .list__2 div:nth-of-type(2n+1) {
  border-right: 1px solid #dfdfdf;
}
.cp__sub-navigation .list__3 div {
  width: 33.33%;
}
.cp__sub-navigation .list__3 div:nth-of-type(3n+1) {
  border-right: 1px solid #dfdfdf;
}
.cp__sub-navigation .list__3 div:nth-of-type(3n+2) {
  border-right: 1px solid #dfdfdf;
}
@media only screen and (max-width: 767px) {
  .cp__sub-navigation .list div {
    width: 50%;
  }
  .cp__sub-navigation .list div:nth-of-type(2n+1),
  .cp__sub-navigation .list div:nth-of-type(3n+1),
  .cp__sub-navigation .list div:nth-of-type(3n+2) {
    border: 0;
  }
}
@media (max-width: 767px) {
  .cp__sub-navigation .list div {
    width: 50%;
  }
  .cp__sub-navigation .list div:nth-of-type(2n+1),
  .cp__sub-navigation .list div:nth-of-type(3n+1),
  .cp__sub-navigation .list div:nth-of-type(3n+2) {
    border: 0;
  }
}
@media only screen and (max-width: 415px) {
  .cp__sub-navigation .list div {
    border-bottom: 1px solid #dddbdb;
    padding: 6px 0;
    width: 100%;
  }
  .cp__sub-navigation .list div:last-child {
    border: 0;
  }
}
@media (max-width: 415px) {
  .cp__sub-navigation .list div {
    border-bottom: 1px solid #dddbdb;
    padding: 6px 0;
    width: 100%;
  }
  .cp__sub-navigation .list div:last-child {
    border: 0;
  }
}
.cp__sub-navigation .search-options a {
  display: inline-block;
  line-height: 2.66666667rem;
}
@media only screen and (min-width: 768px) {
  .cp__sub-navigation .search-options a {
    line-height: 4rem;
  }
}
@media (min-width: 768px) {
  .cp__sub-navigation .search-options a {
    line-height: 4rem;
  }
}
.cp__sub-navigation .search-options a:before {
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .cp__sub-navigation .search-options a:before {
    line-height: 4rem;
  }
}
@media (min-width: 768px) {
  .cp__sub-navigation .search-options a:before {
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cp__sub-navigation .search-options > div.pure-u-md-1-4:nth-child(1),
  .cp__sub-navigation .search-options > div.pure-u-md-1-3:nth-child(1),
  .cp__sub-navigation .search-options > div.pure-u-md-1-2:nth-child(1),
  .cp__sub-navigation .search-options > div.pure-u-lg-1-4:nth-child(1),
  .cp__sub-navigation .search-options > div.pure-u-lg-1-3:nth-child(1),
  .cp__sub-navigation .search-options > div.pure-u-lg-1-2:nth-child(1) {
    border-right: 1px solid #dfdfdf;
  }
  .cp__sub-navigation .search-options > div.pure-u-md-1-4:nth-child(2),
  .cp__sub-navigation .search-options > div.pure-u-md-1-3:nth-child(2),
  .cp__sub-navigation .search-options > div.pure-u-lg-1-4:nth-child(2),
  .cp__sub-navigation .search-options > div.pure-u-lg-1-3:nth-child(2) {
    border-right: 1px solid #dfdfdf;
  }
  .cp__sub-navigation .search-options > div.pure-u-md-1-4:nth-child(3),
  .cp__sub-navigation .search-options > div.pure-u-lg-1-4:nth-child(3) {
    border-right: 1px solid #dfdfdf;
  }
}
@media (min-width: 1024px) {
  .cp__sub-navigation .search-options > div.pure-u-md-1-4:nth-child(1),
  .cp__sub-navigation .search-options > div.pure-u-md-1-3:nth-child(1),
  .cp__sub-navigation .search-options > div.pure-u-md-1-2:nth-child(1),
  .cp__sub-navigation .search-options > div.pure-u-lg-1-4:nth-child(1),
  .cp__sub-navigation .search-options > div.pure-u-lg-1-3:nth-child(1),
  .cp__sub-navigation .search-options > div.pure-u-lg-1-2:nth-child(1) {
    border-right: 1px solid #dfdfdf;
  }
  .cp__sub-navigation .search-options > div.pure-u-md-1-4:nth-child(2),
  .cp__sub-navigation .search-options > div.pure-u-md-1-3:nth-child(2),
  .cp__sub-navigation .search-options > div.pure-u-lg-1-4:nth-child(2),
  .cp__sub-navigation .search-options > div.pure-u-lg-1-3:nth-child(2) {
    border-right: 1px solid #dfdfdf;
  }
  .cp__sub-navigation .search-options > div.pure-u-md-1-4:nth-child(3),
  .cp__sub-navigation .search-options > div.pure-u-lg-1-4:nth-child(3) {
    border-right: 1px solid #dfdfdf;
  }
}
.cp__sidenav {
  padding: 20px;
  max-width: 340px;
  margin: 0 auto;
  margin-bottom: 3em;
  align-self: flex-start;
}
.cp__sidenav h3 {
  font-size: 1.1em;
  line-height: 1.6;
  text-align: center;
  padding: 20px 0 30px;
}
.cp__sidenav a {
  color: gray;
  line-height: 2;
}
.cp__sidenav a:not(.active) {
  font-weight: 300 !important;
}
.cp__sidenav a.active {
  color: #007ee1;
  color: var(--color-primary);
  font-weight: 600;
  position: relative;
}
.cp__sidenav a.active:before {
  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;
  color: #007ee1;
  color: var(--color-link-std);
  content: '\f0da';
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.2em;
}
.cp__sidenav a.active:before {
  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;
  color: #007ee1;
  color: var(--color-primary);
  content: '\f0da';
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.2em;
}
.cp__sidenav a.active:before {
  left: -14px;
  top: 0;
}
.cp__sidenav a:hover {
  color: #007ee1;
  color: var(--color-primary);
}
.cp__sidenav .list > div {
  padding: 10px 0;
  border-top: 1px solid #dfdfdf;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cp__subscribe fieldset {
  margin-bottom: 15px;
}
.cp__subscribe fieldset:last-child {
  margin-bottom: 0;
}
.cp__subscribe h3 {
  font-size: 1.6em;
  padding: 0 20px 20px;
}
.cp__calculator iframe {
  width: 100%;
  min-height: 1000px;
}
/* Map containers */
#fn-homepage-offices {
  /* home page and offices */
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #fn-homepage-offices {
    height: 300px;
  }
}
@media (max-width: 767px) {
  #fn-homepage-offices {
    height: 300px;
  }
}
.cp__map {
  /* results / listing page */
  height: 500px;
}
.cp__map #map-canvas {
  height: 100%;
}
/* Office list */
.cp__offices {
  font-size: 1.1em;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .cp__offices {
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .cp__offices {
    padding-bottom: 4rem;
  }
}
.cp__offices a {
  color: white;
}
.cp__offices a:hover {
  color: #007ee1;
  color: var(--color-primary);
}
.cp__offices li {
  width: 46%;
  flex: 0 0 46%;
  margin: 0 2%;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cp__offices li:nth-last-child(2):nth-child(odd),
.cp__offices li:last-child:nth-child(even) {
  border: 0;
}
.cp__offices .office {
  background: #efefef;
  min-height: 160px;
  padding: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-flow: column;
  border-bottom: 8px solid white;
}
@media only screen and (min-width: 768px) {
  .cp__offices .office {
    border: 4px solid white;
  }
}
@media (min-width: 768px) {
  .cp__offices .office {
    border: 4px solid white;
  }
}
.cp__offices .office p,
.cp__offices .office a {
  color: gray;
}
.cp__offices .office h4 {
  padding-bottom: 5px;
}
.cp__offices .office .link {
  padding-top: 10px;
}
.cp__offices .office .link a {
  font-weight: 600;
  color: #007ee1;
  color: var(--color-primary);
}
.cp__offices .office.office-intl {
  flex-flow: row wrap;
  padding: 0;
}
.cp__offices .office.office-intl h4 {
  padding-bottom: 20px;
}
.cp__offices .office.office-intl p {
  line-height: 1.6;
}
.cp__offices .office.office-intl .detail {
  padding: 40px 25px 50px;
}
.cp__offices .office.office-intl .office-map {
  background: #dfdede;
}
@media only screen and (max-width: 767px) {
  .cp__offices .office.office-intl .office-map {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cp__offices .office.office-intl .office-map {
    height: 250px;
  }
}
.cp__offices .office .distance {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  padding: 7px 12px 6px;
  font-size: 0.7em;
  bottom: 0;
  right: 0;
}
.cp__agents {
  padding-bottom: 6rem;
  /* generic */
}
.cp__agents .cp__content-load {
  padding: 10px;
}
.cp__agents .cp__content-load .cp__tile__image > div {
  padding-bottom: 30%;
  background: #f4f4f4;
}
.cp__agents .btn-update-filter {
  margin-top: 2em;
}
.cp__agents .agent {
  background: #efefef;
  border-bottom: 8px solid white;
}
.cp__agents .agent .ld__imgcontainer {
  background-position: top !important;
}
@media only screen and (min-width: 768px) {
  .cp__agents .agent:nth-of-type(2n+1) {
    border-right: 4px solid white;
  }
  .cp__agents .agent:nth-of-type(2n+2) {
    border-left: 4px solid white;
  }
}
@media (min-width: 768px) {
  .cp__agents .agent:nth-of-type(2n+1) {
    border-right: 4px solid white;
  }
  .cp__agents .agent:nth-of-type(2n+2) {
    border-left: 4px solid white;
  }
}
.cp__agents .agent h4 {
  padding-bottom: .5em;
}
.cp__agents .agent p {
  color: gray;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 400px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-bottom: 2px;
}
.cp__agents .agent > div {
  /*Client has requested to change this to 200px to better match agent-show page*/
  height: 200px;
}
.cp__agents .agent > div > div {
  display: flex;
  justify-content: center;
  flex-flow: column;
  height: 100%;
}
.cp__agents .agent > div > div:first-child {
  padding: 15px;
}
.cp__agents .agent > div > div a {
  color: gray;
}
.cp__agents .agent > div > div a:hover {
  color: #007ee1;
}
.cp__agents .agent > div > div .link {
  flex-grow: 0.5;
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
}
.cp__agents .agent > div > div .link.main-office-link a {
  color: #007ee1;
}
.cp__agents .agent > div > div .link.main-office-link a:hover {
  color: #000;
}
.cp__agents .agent > div > div .link i {
  color: #007ee1;
  color: var(--color-primary);
  display: block;
  padding-bottom: 5px;
  font-size: 2.2rem;
}
.cp__agents .agent > div > div .link i.icon-person {
  padding: 0;
  font-size: 2.4rem;
}
.cp__agents .agent .photo {
  background: #dfdfdf;
  position: relative;
  left: 0.5px;
  /* chrome rendering bug (showing parent bg to the right of already right-aligned image) */
}
/* Generic content page */
.cp__item {
  color: gray;
}
.cp__item h1 {
  margin-bottom: 2rem;
}
.cp__item h2 {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.cp__item h3,
.cp__item h4 {
  padding-top: 0.55em;
  padding-bottom: 0.75em;
}
.cp__item h1,
.cp__item h2,
.cp__item h3,
.cp__item h4,
.cp__item h5 {
  color: #505052;
}
.cp__item ul,
.cp__item ol,
.cp__item p {
  padding-bottom: 1.5em;
  color: gray;
}
.cp__item a {
  font-weight: 600;
}
.cp__item ul li {
  padding-left: 15px;
  position: relative;
}
.cp__item ul li:before {
  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;
  color: #007ee1;
  color: var(--color-link-std);
  content: '\f0da';
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.2em;
}
.cp__item ul li:before {
  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;
  color: #007ee1;
  color: var(--color-primary);
  content: '\f0da';
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.2em;
}
.cp__item b {
  font-weight: 600;
}
.cp__item img {
  max-width: 100%;
}
.cp__item .breadcrumb-back {
  display: inline-block;
  padding-top: .75em;
  padding-bottom: .75em;
}
.cp__item .button {
  display: inline-block;
  line-height: 2.7em;
  color: white;
  font-weight: 400;
}
.cp__item .button-container {
  text-align: center;
}
.cp__item .button-left .button-container {
  text-align: left;
}
.cp__item .columns {
  column-gap: 40px;
}
.cp__item .columns.columns-2 {
  column-count: 2;
}
.cp__item .columns.columns-3 {
  column-count: 3;
}
.cp__item .columns.columns-4 {
  column-count: 4;
}
@media only screen and (max-width: 1599px) {
  .cp__item .columns.columns-4 {
    column-count: 2;
  }
}
@media (max-width: 1599px) {
  .cp__item .columns.columns-4 {
    column-count: 2;
  }
}
@media only screen and (max-width: 1199px) {
  .cp__item .columns.columns-3 {
    column-count: 2;
  }
}
@media (max-width: 1199px) {
  .cp__item .columns.columns-3 {
    column-count: 2;
  }
}
@media only screen and (max-width: 767px) {
  .cp__item .columns.columns-2 {
    column-count: 1;
  }
  .cp__item .columns.columns-3 {
    column-count: 1;
  }
  .cp__item .columns.columns-4 {
    column-count: 1;
  }
}
@media (max-width: 767px) {
  .cp__item .columns.columns-2 {
    column-count: 1;
  }
  .cp__item .columns.columns-3 {
    column-count: 1;
  }
  .cp__item .columns.columns-4 {
    column-count: 1;
  }
}
.cp__item__banner {
  background: #efefef;
  padding: 15px;
  text-align: center;
  margin-bottom: 2em;
}
.cp__item__banner .image,
.cp__item__banner .video {
  margin: 0 auto;
  max-width: 600px;
}
.cp__item__banner .image .box,
.cp__item__banner .video .box {
  padding-bottom: 60%;
  background: #e2e2e2;
}
.cp__item__banner.left-column {
  padding: 0;
}
.cp__item__banner.left-column .image {
  max-width: none;
}
.cp__item__banner iframe {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .cp__item {
    font-size: 1.05em;
  }
}
@media (max-width: 767px) {
  .cp__item {
    font-size: 1.05em;
  }
}
/* Content feature tiles -- ie. image + text */
.cp__tile > article,
.cp__tile .article {
  padding: 4px 4px 2.5rem;
}
.cp__tile > article .ld__img,
.cp__tile .article .ld__img {
  background: #efefef;
}
.cp__tile > article .slick-track div,
.cp__tile .article .slick-track div,
.cp__tile > article .ld__imgcontainer,
.cp__tile .article .ld__imgcontainer {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.cp__tile > article a,
.cp__tile .article a {
  color: #505052;
}
.cp__tile > article.hover-overlay a,
.cp__tile .article.hover-overlay a {
  /* Sergy doesnt like these hovers */
}
.cp__tile > article.hover-overlay a:hover .ld__img,
.cp__tile .article.hover-overlay a:hover .ld__img,
.cp__tile > article.hover-overlay a:hover .slick-track,
.cp__tile .article.hover-overlay a:hover .slick-track {
  background: #7bc5ff;
}
.cp__tile > article.hover-overlay a:hover .ld__imgcontainer,
.cp__tile .article.hover-overlay a:hover .ld__imgcontainer,
.cp__tile > article.hover-overlay a:hover .slick-track div,
.cp__tile .article.hover-overlay a:hover .slick-track div {
  filter: saturate(2) sepia(0.5);
  opacity: 0.6;
}
.cp__tile > article.hover-zoom a:hover .ld__imgcontainer,
.cp__tile .article.hover-zoom a:hover .ld__imgcontainer {
  transition: transform 0.65s ease-out;
  transform: scale(1.06) rotate(1.5deg);
}
.cp__tile > article .hover-bar,
.cp__tile .article .hover-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  padding: 0;
  z-index: 2;
  background: rgba(0, 126, 225, 0.8);
  transform-origin: 0 0;
  transform: scaleX(0);
}
.cp__tile > article a:hover .hover-bar,
.cp__tile .article a:hover .hover-bar {
  transition: transform 0.55s ease-out;
  transform: scaleX(1);
}
.cp__tile__image {
  position: relative;
}
.cp__tile__image > div {
  padding-bottom: 66.6%;
}
.cp__tile__image .ld__slick {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cp__tile__image .fa-spin {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}
.cp__tile__image .cp__fancy-border {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  padding: 0 !important;
  top: 10px;
  left: 10px;
  z-index: 2;
  box-shadow: rgba(255, 255, 255, 0) 0 0 0 14px;
  transition: box-shadow 0.5s ease-out;
  /*			article:hover &,
			.article:hover & {
				box-shadow: rgba(255,255,255,1) 0 0 0 14px;
			}*/
}
.cp__tile__image .cp__fancy-border .bd-left,
.cp__tile__image .cp__fancy-border .bd-right,
.cp__tile__image .cp__fancy-border .bd-top,
.cp__tile__image .cp__fancy-border .bd-bottom {
  display: block;
  position: absolute;
  background: #007ee1;
  transition: transform 0.5s ease-out;
}
.cp__tile__image .cp__fancy-border .bd-left,
.cp__tile__image .cp__fancy-border .bd-right {
  width: 1px;
  height: 100%;
  transform: scaleY(0);
}
.cp__tile__image .cp__fancy-border .bd-left {
  top: 0;
  left: 0;
  transform-origin: 0 0;
  transition-delay: 0s;
}
.cp__tile__image .cp__fancy-border .bd-right {
  bottom: 0;
  right: 0;
  transform-origin: 0 100%;
  transition-delay: 0s;
}
.cp__tile__image .cp__fancy-border .bd-top,
.cp__tile__image .cp__fancy-border .bd-bottom {
  height: 1px;
  width: 100%;
  transform: scaleX(0);
}
.cp__tile__image .cp__fancy-border .bd-top {
  top: 0;
  left: 0;
  transform-origin: 100% 0;
  transition-delay: 0.5s;
}
.cp__tile__image .cp__fancy-border .bd-bottom {
  bottom: 0;
  right: 0;
  transform-origin: 0 100%;
  transition-delay: 0.5s;
}
article:hover .cp__tile__image .cp__fancy-border .bd-right,
article:hover .cp__tile__image .cp__fancy-border .bd-left,
.article:hover .cp__tile__image .cp__fancy-border .bd-left,
.article:hover .cp__tile__image .cp__fancy-border .bd-right {
  transform: scaleY(1);
}
article:hover .cp__tile__image .cp__fancy-border .bd-top,
article:hover .cp__tile__image .cp__fancy-border .bd-bottom,
.article:hover .cp__tile__image .cp__fancy-border .bd-top,
.article:hover .cp__tile__image .cp__fancy-border .bd-bottom {
  transform: scaleX(1);
}
.cp__tile__short .cp__tile__image > div {
  padding-bottom: 50%;
}
.cp__tile__description {
  position: relative;
}
.cp__tile__description h3 {
  padding: 1em 20px 0 0;
}
.cp__tile__description .category {
  position: absolute;
  top: -30px;
  height: 30px;
  background: white;
  color: #007ee1;
  color: var(--color-primary);
  display: flex;
  align-items: flex-end;
  padding: 0 15px 0 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.cp__tile .lower {
  padding: 1em 0;
}
.cp__tile .lower h4 {
  text-transform: capitalize;
  font-weight: 600;
}
.cp__tile .lower h4 span {
  font-weight: 300;
}
/* Title + Para intro */
.cp__intro p {
  font-size: 1.2em;
  padding: 10px 0 0;
  color: gray;
}
.cp__intro > * {
  position: relative;
}
.cp__intro > h2:last-child:after,
.cp__intro > p:last-child: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;
  font-size: 20px;
  content: "\f0d7";
  position: absolute;
  color: #a7a6a6;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cp__tile .cp__intro {
  width: 100%;
}
.cp__share a {
  color: lightgray;
}
.cp__share a:hover {
  color: #007ee1;
  color: var(--color-primary);
}
.cp__share i {
  font-size: 2em;
}
.cp__share i.icon-envelope {
  font-size: 2.5em;
  position: relative;
  top: 4px;
}
.cp__share i.fa.fa-print {
  font-size: 1.7em;
  position: relative;
  top: -4px;
}
/* scroll and highlight */
.cp__highlight {
  background: #00457b !important;
}
.cp__highlight h4,
.cp__highlight p,
.cp__highlight a {
  color: white !important;
}
.cp__highlight h4.link a,
.cp__highlight p.link a,
.cp__highlight a.link a {
  color: #007ee1 !important;
  color: var(--color-primary) !important;
}
/* Loading content animations -- snazzy facebook style */
.cp__content-load .cc-spinner {
  height: 15px;
  width: calc(95.625px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.cp__content-load .cc-spinner,
.cp__content-load .cc-spinner * {
  box-sizing: border-box;
}
.cp__content-load .cc-spinner .cc {
  height: 15px;
  width: 15px;
  margin-left: calc(16.875px);
  transform: rotate(45deg);
  border-radius: 10%;
  border: 3px solid #00457b;
  overflow: hidden;
  background: transparent;
  animation: circles-to-rhombuses-animation 1200ms linear infinite;
}
.cp__content-load .cc-spinner .cc:nth-child(1) {
  animation-delay: calc(150ms);
  margin-left: 0;
}
.cp__content-load .cc-spinner .cc:nth-child(2) {
  animation-delay: calc(300ms);
}
.cp__content-load .cc-spinner .cc:nth-child(3) {
  animation-delay: calc(450ms);
}
@keyframes circles-to-rhombuses-animation {
  0% {
    border-radius: 10%;
    /*transform: rotate(0deg);*/
  }
  17.5% {
    border-radius: 10%;
    /*transform: rotate(0deg);*/
  }
  50% {
    border-radius: 100%;
    /*transform: rotate(90deg);*/
  }
  93.5% {
    border-radius: 10%;
    /*transform: rotate(180deg);*/
  }
  100% {
    border-radius: 10%;
    /*transform: rotate(180deg);*/
  }
}
.cp__content-load .snazzyimg {
  position: absolute;
  width: 1500px;
  height: 1500px;
  border-radius: 1500px;
  left: -25%;
  right: -75%;
  background: #e0e0e0;
  transform-origin: 40% 0;
  transform: scale(0) translateY(-50%);
  animation: imgloader 6s ease-in-out forwards infinite;
}
.cp__content-load .snazzytext {
  display: block;
  width: 180px;
  height: 15px;
  background: #e0e0e0;
  position: relative;
  overflow: hidden;
}
.cp__content-load .snazzytext:before {
  content: "";
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100px;
  background: linear-gradient(to right, #e0e0e0, #d3d3d3, #d3d3d3, #e0e0e0);
  animation: textloader 3s linear forwards infinite;
}
.cp__content-load .snazzytext.snazzytext-light {
  background: #efefef;
}
.cp__content-load .snazzytext.snazzytext-light:before {
  background: linear-gradient(to right, #efefef, #e2e2e2, #e2e2e2, #efefef);
}
.cp__content-load .snazzytext.snazzytext-short {
  margin-top: 10px;
  width: 90px;
}
.cp__content-load .snazzytext.snazzytext-tall {
  height: 20px;
}
@keyframes textloader {
  0% {
    transform: translateX(-100px);
  }
  20% {
    transform: translateX(300px);
  }
  100% {
    transform: translateX(300px);
  }
}
@keyframes imgloader {
  0% {
    transform: scale(0) translateY(-50%);
    opacity: 0;
  }
  60% {
    transform: scale(1) translateY(-50%);
    opacity: 1;
  }
  100% {
    transform: scale(0) translateY(-50%);
    opacity: 0;
  }
}
/*******************************/
/* GRANULAR ELEMENT STYLES */
button,
.button,
.psudo-btn {
  letter-spacing: 0px;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.4;
  font-size: 1em;
  font-weight: 300;
  color: #505052;
  font-size: 1.1rem;
  height: 2.8em;
  font-weight: 400;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  color: #fff;
  background: #007ee1;
  background: var(--button-bg-primary);
  cursor: pointer;
  white-space: nowrap;
  padding: 0 1.5em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
button.btn-sm,
.button.btn-sm,
.psudo-btn.btn-sm {
  font-size: .7rem;
  padding: 0 1.5em;
  height: 2.5em;
  border-radius: 2px;
}
header button.btn-sm,
header .button.btn-sm,
header .psudo-btn.btn-sm {
  margin-left: 6px;
}
header button.left-space,
header .button.left-space,
header .psudo-btn.left-space {
  margin-left: 20px;
}
button.btn-secondary,
.button.btn-secondary,
.psudo-btn.btn-secondary {
  background: #00457b;
}
button.btn-secondary:hover,
.button.btn-secondary:hover,
.psudo-btn.btn-secondary:hover,
button.btn-secondary:focus,
.button.btn-secondary:focus,
.psudo-btn.btn-secondary:focus {
  background: #0062ae;
}
button.btn-darkoverlay,
.button.btn-darkoverlay,
.psudo-btn.btn-darkoverlay {
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
button:focus,
.button:focus,
.psudo-btn:focus {
  background: #0070c8;
  background: var(--button-bg-primary-darken);
}
@media only screen and (min-width: 416px) {
  button:hover,
  .button:hover,
  .psudo-btn:hover {
    background: #0070c8;
    background: var(--button-bg-primary-darken);
  }
}
@media only screen and (min-width: 416px) {
  button:hover,
  .button:hover,
  .psudo-btn:hover {
    background: #0070c8;
    background: var(--button-bg-primary-darken);
  }
}
/* Section banner header */
@media only screen and (max-width: 767px) {
  .banner-header big {
    display: block;
    padding: 6px 0;
    font-size: 1.35em;
  }
}
@media (max-width: 767px) {
  .banner-header big {
    display: block;
    padding: 6px 0;
    font-size: 1.35em;
  }
}
/* Inline Videos */
figure {
  padding: 20px 0;
}
figcaption {
  font-family: inherit;
  font-size: 1.75em;
  line-height: 1.2em;
  color: #505052;
}
.video-link {
  width: 100%;
  padding-bottom: 56.5%;
  display: block;
  position: relative;
}
.video-link:before {
  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: '\f04b';
  background: rgba(0, 0, 0, 0.3);
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.1em;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-radius: 2px;
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  transform-origin: 50% 0%;
  transition: background 0.3s ease-out, transform 0.3s ease-out;
}
.video-link:hover:before {
  background: rgba(0, 126, 225, 0.8);
  transform: scale(1.2) translateY(-50%);
}
/* BG colors */
.bg__light {
  background: #f1f1f1;
}
.bg__dark {
  background: #00457b;
}
.bg__dark,
.bg__dark h1,
.bg__dark h2,
.bg__dark h3,
.bg__dark h4,
.bg__dark h5 {
  color: #fff;
}
.bg__dark a,
.bg__dark a span {
  color: white;
  transition: all 0.2s ease-out;
}
.bg__dark a:hover,
.bg__dark a:hover span {
  color: #48afff;
  color: var(--color-primary-lighten-more);
}
.bg__dark a button,
.bg__dark a button:hover {
  color: white;
}
/* Animate out/in */
.anim__pop {
  display: inline-block;
  opacity: 1;
  transform: translateY(0px);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.anim__pop.anim__out {
  opacity: 0;
  transform: translateY(20px);
}
/* Image Loader */
.ld__img {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.ld__imgcontainer {
  position: absolute;
  height: 100%;
  width: 100%;
}
.dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* Filter Results */
.refine a {
  color: gray;
}
.refine a:hover {
  color: #007ee1;
  color: var(--color-primary);
}
.refine .dropdown:after,
.refine .dropdown .select-bg: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;
  margin-left: 8px;
  font-size: 20px;
  content: "\f0d7";
  position: absolute;
  color: #a7a6a6;
}
.refine .dropdown .input-btn {
  position: relative;
  z-index: 2;
  padding-right: 30px;
  background: none;
}
.refine .dropdown .input-btn + .select2-container {
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
}
.refine .dropdown .input-btn ~ .btn-clear {
  position: static;
}
.refine .dropdown .clear-on:after {
  display: none;
}
.refine .dropdown .clear-on .btn-clear .fa-close {
  z-index: 4;
  cursor: pointer;
  color: #505052;
  display: block;
}
.refine .dropdown-refine {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 4px;
}
.refine .dropdown-refine .fa-close {
  position: absolute;
  display: none;
  cursor: pointer;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.refine .dropdown-refine .center {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .refine .dropdown-refine .center {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .refine .dropdown-refine .center {
    flex-wrap: wrap;
  }
}
.refine .dropdown-refine .bottom {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  padding-bottom: 1em;
}
.refine .dropdown-refine .fieldset__padding fieldset {
  padding: 4px;
}
.refine .dropdown-refine .fieldset__padding__lg fieldset {
  padding: 10px;
}
.refine .dropdown-refine .childpadding > * {
  padding: 4px;
}
.refine .dropdown-refine .selectors__updown {
  text-align: center;
}
.refine .dropdown-refine .selectors__updown select {
  border: 0;
  background: none;
}
.refine .dropdown-refine .selectors__updown p {
  font-size: 0.95em;
  color: grey;
}
@media only screen and (min-width: 1200px) {
  .refine .dropdown-refine .selectors__updown p {
    /* max responsive width of pure-css */
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .refine .dropdown-refine .selectors__updown p {
    /* max responsive width of pure-css */
    font-size: 1.1em;
  }
}
.refine .dropdown-refine .selectors__updown .fa {
  font-size: 1.8em;
  color: #b6b3b3;
  padding: 4px 15px;
}
.refine .dropdown-refine .selectors__updown .fa:hover {
  cursor: pointer;
  transition: all 0.2s ease-out;
  color: #007ee1;
  color: var(--color-primary);
}
.refine .dropdown-refine .selectors__updown .pricefromto > div {
  max-width: 170px;
}
@media only screen and (max-width: 767px) {
  .refine .dropdown-refine .selectors__updown {
    /* max responsive width of pure-css */
    padding: 2em 0;
  }
  .refine .dropdown-refine .selectors__updown .pricefromto {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .refine .dropdown-refine .selectors__updown {
    /* max responsive width of pure-css */
    padding: 2em 0;
  }
  .refine .dropdown-refine .selectors__updown .pricefromto {
    justify-content: center;
  }
}
@media only screen and (max-width: 34.5em) {
  .refine .dropdown-refine .selectors__updown {
    /* max responsive width of pure-css */
  }
  .refine .dropdown-refine .selectors__updown .pricefromto {
    padding-top: 1em;
  }
  .refine .dropdown-refine .selectors__updown .pad-top-sm {
    padding-top: 1em;
  }
}
@media (max-width: 34.5em) {
  .refine .dropdown-refine .selectors__updown {
    /* max responsive width of pure-css */
  }
  .refine .dropdown-refine .selectors__updown .pricefromto {
    padding-top: 1em;
  }
  .refine .dropdown-refine .selectors__updown .pad-top-sm {
    padding-top: 1em;
  }
}
.refine .dropdown-refine .checkbox {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  padding-bottom: 2em;
}
.refine .dropdown-refine .checkbox [type="checkbox"]:not(:checked) + label:before,
.refine .dropdown-refine .checkbox [type="checkbox"]:checked + label:before {
  background: white;
}
.refine .dropdown-refine .checkbox [type="checkbox"]:not(:checked) + label,
.refine .dropdown-refine .checkbox [type="checkbox"]:checked + label {
  padding: 13px;
  top: calc(50% - 13px);
}
.refine .dropdown-refine .select2-container {
  text-align: center;
  width: 100%;
  font-size: 1.3em;
  font-weight: 400;
}
.refine .dropdown-refine .select2-container#s2id_listing_property_type {
  /* Fix cursor issue on IOS */
  visibility: hidden;
}
.refine .dropdown-refine .inputs .dropdown select {
  padding-right: 30px;
}
.refine .dropdown-refine .inputs .dropdown .select-bg {
  background: white;
}
.refine .dropdown-refine .inputs .dropdown .select-bg select {
  background: none;
  background: transparent;
  position: relative;
  z-index: 3;
}
.refine .dropdown-refine .inputs .dropdown.disable-arr:after {
  display: none;
}
.refine .dropdown-refine .inputs .dropdown:after,
.refine .dropdown-refine .inputs .dropdown .select-bg:after {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.refine .options > div:nth-of-type(0n+2) {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
@media (min-width: 1024px) and (max-width: 1250px) {
  .refine .options {
    padding: 30px 0;
  }
  .refine .options .desktop {
    display: none !important;
  }
}
.refine .switch {
  position: relative;
  padding-left: 35px;
}
.refine .switch i {
  font-size: 2em;
  position: absolute;
  top: -0.2em;
  left: 0;
}
.refine .switch.active {
  font-weight: 600;
  color: #505052;
}
.refine .switch.active i {
  color: #007ee1;
  color: var(--color-primary);
}
.refine .switch:first-child {
  padding-right: 20px;
}
/* links header */
@media only screen and (max-width: 767px) {
  .links-header {
    padding: 0;
  }
  .links-header .link {
    position: relative;
    padding: 6px 0;
  }
  .links-header .link:not(:last-child):after {
    content: '';
    width: calc(100% - 40px);
    left: 20px;
    border-bottom: 1px solid #dddada;
    display: block;
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .links-header {
    padding: 0;
  }
  .links-header .link {
    position: relative;
    padding: 6px 0;
  }
  .links-header .link:not(:last-child):after {
    content: '';
    width: calc(100% - 40px);
    left: 20px;
    border-bottom: 1px solid #dddada;
    display: block;
    position: absolute;
    bottom: 0;
  }
}
/* property valuation  */
.form-property-container input,
.form-property-container .select,
.form-property-container textarea {
  background: #efefef;
}
.form-property-container textarea,
.form-property-container select {
  width: 100%;
}
.form-property-container .select {
  border: 5px solid white;
}
.form-property-container form select:not([type=submit]),
.form-property-container form textarea:not([type=submit]),
.form-property-container form input:not([type=submit]) {
  box-shadow: none;
}
.form-property-container .fa-spin,
.form-property-container .address-spinner {
  font-size: 16px;
  transform-origin: 8px;
}
#form-property-alpha-element .select {
  background-color: white;
  padding: 5px 0;
  height: unset;
}
#form-property-alpha-element .select #form-bedrooms,
#form-property-alpha-element .select #form-bathrooms,
#form-property-alpha-element .select #form-carspace,
#form-property-alpha-element .select #form-land,
#form-property-alpha-element .select #form-aboutme {
  text-shadow: unset;
  color: gray;
  background-color: #efefef;
}
#form-property-alpha-element .select option {
  text-shadow: unset;
}
#map-canvas {
  background: #efefef;
  height: 440px;
}
@media only screen and (min-width: 768px) {
  #map-canvas {
    height: 500px;
  }
}
@media (min-width: 768px) {
  #map-canvas {
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  #map-canvas {
    height: 700px;
  }
}
@media (min-width: 1200px) {
  #map-canvas {
    height: 700px;
  }
}
#map-canvas .gm-style img {
  /*	    width: 100%;
	    min-height: 150px;
	    background: #efefef;
*/
}
/* SELECT2 */
.no-search .select2-search {
  display: none;
}
/* --- Counters --- */
.listing-counter .pure-g li span {
  font-size: 2em;
  font-weight: 600;
}
.listing-counter .pure-g li h3 {
  font-weight: 300;
}
/* ---- Maps ---- */
.gm-style-iw {
  -webkit-overflow-scrolling: touch;
}
.gm-style-iw::-webkit-scrollbar {
  width: 6px;
}
.gm-style-iw::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.gm-style-iw::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 0;
}
/* ---- Responsive Embed Containers ---- */
.embed-container {
  position: relative;
  height: 650px;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*IE fix for image overflowing the text*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .listings-grid-alpha .ld__img {
    z-index: 0 !important;
  }
}
.cp__agents.in__bord__top .ld__imgagent img {
  left: 0;
  right: 0;
  margin: auto;
}
/****************************/
/* GLOBAL COMPONENTS
/* EXTEND ALL INDIVIDUAL COMPONENT STYLES HERE */
/* TIP: You can just redefine variables here to alter the original global style */
/* TIP: To successfully override any component classes, you must specify every class layer from the component stylesheet */
/* TIP: You can optionally extend classes via -- &:extend(.{class} all) -- "all" refers to subcursive extension */
/* OVERRIDE ---- COMPONENT VARIABLES */
/* OVERRIDE ---- COMPONENT DEPENDENCY STYLES */
/* All component dependencies should be classed as ._{filename} */
/* OVERRIDE ---- COMPONENT STYLES */
.form-alpha form.opensPreregister .opens-list .open-item .right-col .listing-info .in__bedbathcar i {
  font-size: 1.485rem;
}
.form-modal-alpha form .fa-close {
  color: var(--color-link-hover);
  color: #505052;
  color: var(--color-body);
  color: #9f9f9f;
  font-family: 'fnicon' !important;
  font-size: 2.2em;
  top: 12px;
  right: 12px;
}
.form-modal-alpha form .fa-close:hover {
  color: #007ee1;
  color: var(--color-link-std);
}
.form-modal-alpha form .fa-close:hover {
  color: #007ee1;
  color: var(--color-primary);
}
.form-modal-alpha form .fa-close:before {
  content: "\e908";
}
.form-property-container #form-address ~ .fa-spin {
  color: #00457b;
}
/* over-ride applicable global component variables */
/* Template Specific Styles */
.agent .agents h3 {
  padding-bottom: 0.8em;
}
.agent .agents .ld__img {
  background: #e7e6e6;
}
.agent .agents .mobile.links-header {
  flex-flow: row nowrap;
  position: relative;
}
.agent .agents .mobile__photo {
  width: 200px;
}
.agent .agents .mobile__links {
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
  align-self: flex-start;
  justify-self: flex-start;
}
@media only screen and (max-width: 449px) {
  .agent .agents .mobile.links-header {
    flex-flow: column nowrap;
  }
  .agent .agents .mobile__links,
  .agent .agents .mobile__photo {
    width: 100%;
  }
  .agent .agents .mobile__links .ld__img,
  .agent .agents .mobile__photo .ld__img {
    padding-bottom: 100%;
  }
}
@media (max-width: 449px) {
  .agent .agents .mobile.links-header {
    flex-flow: column nowrap;
  }
  .agent .agents .mobile__links,
  .agent .agents .mobile__photo {
    width: 100%;
  }
  .agent .agents .mobile__links .ld__img,
  .agent .agents .mobile__photo .ld__img {
    padding-bottom: 100%;
  }
}
.agent .agents .left-col {
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .agent .agents .left-col {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .agent .agents .left-col {
    padding-right: 30px;
  }
}
.agent .agents .right-col h3:not(:first-child) {
  padding-top: 1em;
}
.agent .agents .right-col h3 {
  padding-bottom: 0.2em;
}
.agent .agents .right-col p {
  line-height: 1.6;
}
.agent .agents .right-col .photo {
  background: #efefef;
  width: 100%;
  max-width: 198px;
  height: 200px;
}
.agent .agents .link {
  line-height: 3;
}
@media only screen and (min-width: 416px) {
  .agent .agents .link {
    line-height: 4;
  }
}
@media (min-width: 416px) {
  .agent .agents .link {
    line-height: 4;
  }
}
@media only screen and (min-width: 768px) {
  .agent .agents .link {
    line-height: 3;
  }
}
@media (min-width: 768px) {
  .agent .agents .link {
    line-height: 3;
  }
}
@media only screen and (min-width: 1200px) {
  .agent .agents .link {
    border-right: 1px solid #dadada;
  }
}
@media (min-width: 1200px) {
  .agent .agents .link {
    border-right: 1px solid #dadada;
  }
}
.agent .agents .link:last-child {
  border: 0;
}
.agent .agents .RMA-widget iframe {
  width: 100%;
}
.iscorp.agent .agents.directorOrManagement .right-col .photo {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.iscorp.agent .agents.directorOrManagement .right-col .photo:before {
  content: '';
  display: block;
  padding-bottom: 109.6%;
}
.iscorp.agent .agents.directorOrManagement .right-col .photo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-position: top;
}
#banner-selector article {
  position: relative;
  cursor: pointer;
  padding: 4px;
}
#banner-selector article > div:before {
  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: '\f14a';
  color: white;
  text-shadow: rgba(0, 0, 0, 0.2) 5px 2px 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  z-index: 2;
  width: 50px;
  text-align: center;
  font-size: 2em;
}
#banner-selector article > div:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: green;
  opacity: 0;
}
#banner-selector article:hover > div:after {
  opacity: 0.2;
}
#banner-selector article.select > div:before {
  opacity: 1;
}
#banner-selector article.select > div:after {
  opacity: 0.5;
}
#banner-selector .banner-selection {
  border: 5px solid #164163;
  border-bottom: 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 200px;
  left: 0;
  padding: 20px;
  z-index: 2;
  transform: translateY(100%);
  transition: transform 0.4s ease-out;
}
#banner-selector .banner-selection.on {
  transform: translateY(0);
}
#banner-selector .banner-selection p {
  font-weight: 600;
  padding: 15px;
  word-break: break-all;
  background: white;
}
.lity-text {
  color: white;
}
.blog .blog-fiter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: right;
  font-weight: 700;
  padding: 5px 5px 10px;
}
.blog .blog-fiter a {
  padding-left: 10px;
  display: inline-block;
}
.blog-show .cp__item__banner .video {
  max-width: initial;
}
.blog-show .share-icons a {
  font-size: 1.6rem;
  margin-right: 10px;
}
.blog-show img {
  display: block;
  object-position: center;
}
.blog-show .places h3 {
  padding-top: 0;
}
.careers article {
  padding: 0;
}
.careers h1 {
  padding-bottom: 0.75em;
}
.careers h2 {
  font-size: 1.4em;
  padding-bottom: 0.8em;
  font-weight: 600;
}
.careers .button-container {
  padding-right: 20px;
}
.careers .button-container button,
.careers .button-container .button {
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .careers .button-container button,
  .careers .button-container .button {
    font-size: 0.9em;
  }
}
@media (max-width: 1199px) {
  .careers .button-container button,
  .careers .button-container .button {
    font-size: 0.9em;
  }
}
.careers .button-container span.button {
  background: #efefef;
  color: #505052;
  font-weight: 300;
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .careers .description p {
    padding-top: 2em;
  }
}
@media (max-width: 767px) {
  .careers .description p {
    padding-top: 2em;
  }
}
@media only screen and (min-width: 1200px) {
  .careers .description {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .careers .description {
    padding-left: 20px;
  }
}
.careers.career h1 {
  margin-bottom: 0;
  padding-bottom: 0.25em;
}
.careers.career h4 {
  font-size: 1em;
  padding-bottom: 1.5em;
}
.careers.career .cp__item .button-container {
  padding: 0;
}
.careers.career .cp__item a {
  display: inline-block;
  width: auto;
}
#clearing-sale-show-alpha {
  max-width: 1030px;
  padding-bottom: 60px;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#clearing-sale-show-alpha .image-slideshow i {
  display: none;
}
#clearing-sale-show-alpha .image-slideshow h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 30px;
  padding: 20px;
}
#clearing-sale-show-alpha .image-slideshow .bxslider li {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#clearing-sale-show-alpha .image-slideshow .slickSlider {
  padding-bottom: 60%;
}
#clearing-sale-show-alpha .image-slideshow .slickSlider .slick-list {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#clearing-sale-show-alpha .image-slideshow .slickSlider .slick-slide {
  width: 100%;
  background-color: #f1f1f1;
  background-size: cover;
  background-position: center center;
}
#clearing-sale-show-alpha .image-slideshow .slickSlider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 50px;
  max-width: 50%;
  height: 100%;
  transform: translate(0, 0);
}
#clearing-sale-show-alpha .image-slideshow .slickSlider .slick-arrow:before {
  font-family: FontAwesome;
  font-size: 50px;
  opacity: 1;
  transition: .5s ease;
}
#clearing-sale-show-alpha .image-slideshow .slickSlider .slick-arrow.slick-prev {
  left: 0 !important;
}
#clearing-sale-show-alpha .image-slideshow .slickSlider .slick-arrow.slick-prev:before {
  content: '\f104';
}
#clearing-sale-show-alpha .image-slideshow .slickSlider .slick-arrow.slick-prev:hover:before {
  opacity: .25;
  transform: translate(-10px, 0);
}
#clearing-sale-show-alpha .image-slideshow .slickSlider .slick-arrow.slick-next {
  right: 0 !important;
}
#clearing-sale-show-alpha .image-slideshow .slickSlider .slick-arrow.slick-next:before {
  content: '\f105';
  transition: .5s ease;
}
#clearing-sale-show-alpha .image-slideshow .slickSlider .slick-arrow.slick-next:hover:before {
  opacity: .25;
  transform: translate(10px, 0);
}
#clearing-sale-show-alpha .title {
  padding: 40px 20px;
  font-size: 18px;
  font-weight: 600;
}
#clearing-sale-show-alpha .time {
  margin-top: 10px;
  font-size: 0.9em;
  font-weight: 500;
}
#clearing-sale-show-alpha .lower-container {
  padding: 0 20px;
  line-height: 1.5em;
  font-size: 1.1em;
}
#clearing-sale-show-alpha .lower-container h2 {
  font-size: 1.1em;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 10px;
}
#clearing-sale-show-alpha .lower-container .staff {
  margin-top: 20px;
}
#clearing-sale-show-alpha .lower-container .staff img {
  max-width: 300px;
}
#clearing-sale-show-alpha .lower-container .staff a {
  color: #505052;
  text-decoration: none;
}
#clearing-sale-show-alpha .lower-container .staff a:hover {
  color: #1598ff;
}
#clearing-sale-show-alpha .lower-container .staff b {
  font-weight: 500;
}
#clearing-sale-show-alpha .lower-container .staff .name {
  font-weight: 600;
}
#clearing-sale-show-alpha .lower-container .staff .email a {
  font-weight: 500;
}
#clearing-sale-show-alpha .lower-container .staff .email a:hover {
  text-decoration: underline;
}
#clearing-sale-show-alpha .lower-container .tools-links h3 {
  font-weight: 600;
  margin-top: 10px;
}
#clearing-sale-show-alpha .lower-container .tools-links a {
  display: block;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #clearing-sale-show-alpha {
    padding-top: 20px;
  }
  #clearing-sale-show-alpha .image-slideshow h2 {
    padding: 30px;
  }
  #clearing-sale-show-alpha .image-slideshow .bxslider li {
    height: 400px;
  }
  #clearing-sale-show-alpha .title {
    padding: 60px 30px;
  }
  #clearing-sale-show-alpha .lower-container {
    padding: 0 30px;
  }
  #clearing-sale-show-alpha .row .description {
    float: left;
    width: 65%;
    padding-right: 5%;
  }
  #clearing-sale-show-alpha .row .staff {
    float: left;
    width: 30%;
  }
  #clearing-sale-show-alpha .row:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #clearing-sale-show-alpha {
    padding-top: 20px;
  }
  #clearing-sale-show-alpha .image-slideshow h2 {
    padding: 20px;
  }
  #clearing-sale-show-alpha .image-slideshow .bxslider li {
    height: 600px;
  }
  #clearing-sale-show-alpha .title {
    padding: 30px;
  }
  #clearing-sale-show-alpha .lower-container {
    padding: 0 30px;
  }
}
#listings-charlie {
  max-width: 1030px;
  padding: 20px;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listings-charlie .title {
  text-align: center;
}
#listings-charlie .title span {
  display: block;
  padding: 24px;
  font-size: 20px;
  text-transform: uppercase;
}
#listings-charlie .row a {
  display: block;
  width: 100%;
  color: #505052;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listings-charlie .row a .image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}
#listings-charlie .row a .address {
  color: #00457b;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
}
#listings-charlie .row a .address i {
  display: none;
}
#listings-charlie .row a .bbc {
  display: none;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #listings-charlie {
    padding: 30px;
  }
  #listings-charlie .title span {
    font-size: 25px;
  }
  #listings-charlie .row a {
    width: 50%;
    float: left;
  }
  #listings-charlie .row:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #listings-charlie {
    padding: 30px;
  }
  #listings-charlie .row a {
    width: 33.33%;
  }
}
.corporate-contact .cp__item {
  margin-top: 4px;
}
#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;
}
#error-page p {
  color: gray;
}
#error-page big {
  font-size: 3.5em;
}
#error-page img {
  max-width: 100%;
}
.home {
  /* property alerts */
}
.home .spin:after {
  transform: rotate(180deg);
}
.home select {
  font-size: 1rem;
  font-weight: 100;
  background: rgba(0, 0, 0, 0.15);
  height: 46px;
  box-shadow: none;
  color: white;
  appearance: none;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 2;
}
.home select option {
  color: black;
}
.home select:disabled {
  color: #98acbb;
}
@media only screen and (max-width: 1099px) {
  .home select {
    font-weight: 400;
    background: rgba(205, 218, 230, 0.2);
    border: 1px solid #a6b3c0;
    border: 1px solid rgba(255, 255, 255, 0.6);
  }
}
@media (max-width: 1099px) {
  .home select {
    font-weight: 400;
    background: rgba(205, 218, 230, 0.2);
    border: 1px solid #a6b3c0;
    border: 1px solid rgba(255, 255, 255, 0.6);
  }
}
.home select option {
  background: white;
}
.home .select {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 100%;
}
.home .select.full {
  width: 100%;
}
.home .select.small {
  width: auto;
  margin-left: 4px;
}
@media only screen and (min-width: 416px) {
  .home .select.small {
    min-width: 100px;
  }
}
@media (min-width: 416px) {
  .home .select.small {
    min-width: 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .home .select.small {
    min-width: 120px;
  }
}
@media (min-width: 1800px) {
  .home .select.small {
    min-width: 120px;
  }
}
.home .select: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: '\f0d7';
  position: absolute;
  top: 16px;
  right: 6px;
  color: rgba(255, 255, 255, 0.7);
}
.home .select.loader:after {
  content: '\f1ce';
  color: rgba(255, 255, 255, 0.4);
  animation: fa-spin 2s linear infinite;
}
.home .cp__offices .select2-container {
  justify-content: center;
}
.home .cp__offices .select2-container a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.home .cp__offices .select2-container:after {
  top: 22px;
  right: 12px;
}
.home .banner__main {
  overflow: unset;
}
.home .banner__main.loading {
  background: #efefef;
}
.home .banner__main.loading .left,
.home .banner__main.loading .right {
  transition: none;
  opacity: 0;
}
.home .banner__main h2 {
  padding-top: 0.5rem;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .home .banner__main h2 {
    padding-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .home .banner__main h2 {
    padding-top: 1.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .home .banner__main h2 {
    padding-top: 3.5rem;
  }
}
@media (min-width: 1600px) {
  .home .banner__main h2 {
    padding-top: 3.5rem;
  }
}
@media (min-width: 1100px) and (max-width: 1600px) {
  .home .banner__main h2 span.desktop {
    display: none !important;
  }
}
.home .banner__main h2 #propertycount {
  min-width: 70px;
  display: inline-block;
  text-align: right;
}
.home .banner__main .mobileHeadline {
  display: block;
}
@media only screen and (min-width: 515px) {
  .home .banner__main .mobileHeadline {
    display: none;
  }
}
@media (min-width: 515px) {
  .home .banner__main .mobileHeadline {
    display: none;
  }
}
.home .banner__main .desktopHeadline {
  display: none;
  padding-right: 20px;
}
@media only screen and (min-width: 515px) {
  .home .banner__main .desktopHeadline {
    display: block;
  }
}
@media (min-width: 515px) {
  .home .banner__main .desktopHeadline {
    display: block;
  }
}
.home .banner__main big {
  font-size: 1em;
}
@media only screen and (min-width: 1600px) {
  .home .banner__main big {
    font-size: 1.2em;
  }
}
@media (min-width: 1600px) {
  .home .banner__main big {
    font-size: 1.2em;
  }
}
.home .banner__main .left,
.home .banner__main .right {
  opacity: 1;
  transition: opacity 1s ease-out 0.5s;
}
.home .banner__main .primary-search {
  width: 100%;
  padding: 1.75rem 0;
}
@media only screen and (min-width: 416px) {
  .home .banner__main .primary-search {
    padding: 2rem 0;
  }
}
@media (min-width: 416px) {
  .home .banner__main .primary-search {
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .banner__main .primary-search {
    padding: 3rem 0 2rem;
  }
}
@media (min-width: 768px) {
  .home .banner__main .primary-search {
    padding: 3rem 0 2rem;
  }
}
@media only screen and (min-width: 1600px) {
  .home .banner__main .primary-search {
    padding: 4rem 0 3rem;
  }
}
@media (min-width: 1600px) {
  .home .banner__main .primary-search {
    padding: 4rem 0 3rem;
  }
}
.home .banner__main .primary-search .search-input.suburb-autocomplete .fa-close {
  position: absolute;
  cursor: pointer;
  right: 15px;
  color: #007ee1;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.home .banner__main .primary-search .search-input.suburb-autocomplete .ui-widget {
  max-height: 200px;
  overflow-y: scroll;
}
@media only screen and (min-width: 680px) {
  .home .banner__main .primary-search .search-input.suburb-autocomplete .ui-widget {
    max-height: 800px;
    overflow-y: unset;
  }
}
.home .banner__main .primary-search .search-input.suburb-autocomplete .ui-widget .ui-menu-item {
  text-align: left;
}
.home .banner__main .primary-search .search-input input {
  width: 100%;
}
.home .banner__main .primary-search button {
  padding: 0 1em;
  min-width: 100px;
}
@media only screen and (min-width: 1800px) {
  .home .banner__main .primary-search button {
    min-width: 120px;
  }
}
@media (min-width: 1800px) {
  .home .banner__main .primary-search button {
    min-width: 120px;
  }
}
@media only screen and (max-width: 599px) {
  .home .banner__main .primary-search .flex {
    flex-flow: row wrap;
  }
  .home .banner__main .primary-search .flex button {
    margin: 4px 0 0;
    flex-grow: 1;
  }
  .home .banner__main .primary-search .flex button:last-child {
    margin-left: 4px;
  }
}
@media (max-width: 599px) {
  .home .banner__main .primary-search .flex {
    flex-flow: row wrap;
  }
  .home .banner__main .primary-search .flex button {
    margin: 4px 0 0;
    flex-grow: 1;
  }
  .home .banner__main .primary-search .flex button:last-child {
    margin-left: 4px;
  }
}
.home .banner__main .primary-search .row {
  display: flex;
  flex-flow: row nowrap;
}
.home .banner__main .primary-search .primary-options {
  flex-wrap: wrap;
}
.home .banner__main .primary-search .primary-options select {
  height: 100%;
}
.home .banner__main .primary-search .primary-options .select:after {
  right: 10px;
}
.home .banner__main .primary-search .primary-options .row {
  width: 100%;
}
.home .banner__main .primary-search .primary-options .mobile-submit {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 599px) {
  .home .banner__main .primary-search .primary-options .mobile-submit {
    padding-top: 3px;
  }
  .home .banner__main .primary-search .primary-options .mobile-submit button {
    width: calc(50% - 4px);
  }
}
@media (max-width: 599px) {
  .home .banner__main .primary-search .primary-options .mobile-submit {
    padding-top: 3px;
  }
  .home .banner__main .primary-search .primary-options .mobile-submit button {
    width: calc(50% - 4px);
  }
}
@media only screen and (min-width: 600px) {
  .home .banner__main .primary-search .primary-options {
    flex-wrap: nowrap;
  }
  .home .banner__main .primary-search .primary-options .mobile-submit {
    width: auto;
    padding-left: 6px;
  }
}
@media (min-width: 600px) {
  .home .banner__main .primary-search .primary-options {
    flex-wrap: nowrap;
  }
  .home .banner__main .primary-search .primary-options .mobile-submit {
    width: auto;
    padding-left: 6px;
  }
}
@media only screen and (min-width: 1100px) {
  .home .banner__main .primary-search .primary-options button {
    margin-left: 4px;
    margin-right: 0;
  }
}
@media (min-width: 1100px) {
  .home .banner__main .primary-search .primary-options button {
    margin-left: 4px;
    margin-right: 0;
  }
}
.home .banner__main .primary-search .buylease {
  width: 80px;
  margin-right: 4px;
  color: white;
}
@media only screen and (max-width: 1099px) {
  .home .banner__main .primary-search .buylease {
    border: 1px solid rgba(255, 255, 255, 0.6);
  }
}
@media (max-width: 1099px) {
  .home .banner__main .primary-search .buylease {
    border: 1px solid rgba(255, 255, 255, 0.6);
  }
}
@media only screen and (min-width: 416px) {
  .home .banner__main .primary-search .buylease {
    width: 100px;
  }
}
@media (min-width: 416px) {
  .home .banner__main .primary-search .buylease {
    width: 100px;
  }
}
.home .banner__main .primary-search .options {
  text-align: right;
  font-size: 0.9em;
  padding-top: 4px;
  position: relative;
}
.home .banner__main .primary-search .options a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1199px) {
  .home .banner__main .primary-search .options a {
    color: rgba(255, 255, 255, 0.9);
    /*padding-top: 5px;*/
    display: block;
  }
}
@media (max-width: 1199px) {
  .home .banner__main .primary-search .options a {
    color: rgba(255, 255, 255, 0.9);
    /*padding-top: 5px;*/
    display: block;
  }
}
.home .banner__main .primary-search .options .full {
  width: 100%;
}
.home .banner__main .primary-search .options .more-options-container {
  display: none;
  margin-bottom: 4px;
  height: 49px;
  width: 100%;
  /*z-index: @z-content-overlay;*/
}
@media only screen and (max-width: 599px) {
  .home .banner__main .primary-search .options .more-options-container {
    height: auto;
  }
}
@media (max-width: 599px) {
  .home .banner__main .primary-search .options .more-options-container {
    height: auto;
  }
}
.home .banner__main .primary-search .options .btn-more-options {
  padding-top: 5px;
  margin-right: -5px;
}
.home .banner__main .primary-search .options .btn-more-options:after {
  padding: 0 5px;
  content: "\f0d7";
  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;
  transition: transform 0.2s ease-out;
}
.home .banner__main .primary-search.commercial {
  padding: 2rem 0 1.5rem;
}
@media only screen and (min-width: 1600px) {
  .home .banner__main .primary-search.commercial {
    padding: 3rem 0 2.5rem;
  }
}
@media (min-width: 1600px) {
  .home .banner__main .primary-search.commercial {
    padding: 3rem 0 2.5rem;
  }
}
.home .banner__main .primary-search.commercial .options .space {
  width: 100%;
}
.home .banner__main .primary-search.commercial .options .more-options-container {
  display: flex;
  height: auto;
}
@media only screen and (max-width: 599px) {
  .home .banner__main .primary-search .select.small.half {
    width: calc(50% - 2px);
    margin-top: 5px;
  }
  .home .banner__main .primary-search .select.small.full {
    width: 100%;
  }
  .home .banner__main .primary-search .options .row {
    width: 100%;
    margin-top: 4px;
  }
  .home .banner__main .primary-search .options .row .small {
    width: 33.33%;
  }
  .home .banner__main .primary-search.commercial .options .space {
    display: none;
  }
  .home .banner__main .primary-search.commercial .options .small {
    width: calc(50% - 2px);
  }
  .home .banner__main .primary-search.commercial .options .small.nospace,
  .home .banner__main .primary-search.commercial .options .small:first-child {
    margin-left: 0;
  }
  .home .banner__main .primary-search .no-margin-left {
    margin-left: 0 !important;
  }
}
@media (max-width: 599px) {
  .home .banner__main .primary-search .select.small.half {
    width: calc(50% - 2px);
    margin-top: 5px;
  }
  .home .banner__main .primary-search .select.small.full {
    width: 100%;
  }
  .home .banner__main .primary-search .options .row {
    width: 100%;
    margin-top: 4px;
  }
  .home .banner__main .primary-search .options .row .small {
    width: 33.33%;
  }
  .home .banner__main .primary-search.commercial .options .space {
    display: none;
  }
  .home .banner__main .primary-search.commercial .options .small {
    width: calc(50% - 2px);
  }
  .home .banner__main .primary-search.commercial .options .small.nospace,
  .home .banner__main .primary-search.commercial .options .small:first-child {
    margin-left: 0;
  }
  .home .banner__main .primary-search .no-margin-left {
    margin-left: 0 !important;
  }
}
.home .banner__main .primary-links {
  width: 100%;
  max-width: 650px;
  /*
			a {
				* {
					color:white;
					transition: all 0.2s ease-out;
				}
				&:hover * {
					color: lighten(@color-brand-primary, 20%);
					color: var(--color-primary-lighten-more);
				}
			}*/
}
@media only screen and (min-width: 1600px) {
  .home .banner__main .primary-links {
    width: 90%;
  }
}
@media (min-width: 1600px) {
  .home .banner__main .primary-links {
    width: 90%;
  }
}
.home .banner__main .primary-links br {
  display: none;
}
@media only screen and (max-width: 394px) {
  .home .banner__main .primary-links br {
    display: block;
  }
}
@media (max-width: 394px) {
  .home .banner__main .primary-links br {
    display: block;
  }
}
.home .banner__main .primary-links i {
  font-size: 2.4em;
  padding-bottom: 5px;
}
.home .banner__main .primary-links div > div {
  padding: 0 4px 4px;
}
@media only screen and (min-width: 416px) {
  .home .banner__main .primary-links div > div {
    padding: 8px;
  }
}
@media (min-width: 416px) {
  .home .banner__main .primary-links div > div {
    padding: 8px;
  }
}
.home .banner__main .primary-links .box {
  position: relative;
}
.home .banner__main .primary-links .box * {
  letter-spacing: 0.5px;
}
.home .banner__main .primary-links .box:nth-of-type(0n+2):before,
.home .banner__main .primary-links .box:nth-of-type(0n+2):after {
  content: '';
  position: absolute;
  top: 25%;
  height: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.home .banner__main .primary-links .box:nth-of-type(0n+2):before {
  left: 0;
}
.home .banner__main .primary-links .box:nth-of-type(0n+2):after {
  right: 0;
}
.home .banner__main .primary-links .box:hover * {
  opacity: 1;
}
.home .banner__main .right {
  z-index: 5;
  position: relative;
  padding-bottom: 20px;
}
.home .banner__main .right .primary-links {
  flex-direction: column;
  justify-content: flex-end;
}
.home .banner__main .right .links-container {
  width: 100%;
}
.home .banner__main .right .links-inner {
  padding: 0;
}
@media only screen and (min-width: 1100px) {
  .home .banner__main .right {
    padding-bottom: 0px;
  }
}
@media (min-width: 1100px) {
  .home .banner__main .right {
    padding-bottom: 0px;
  }
}
.home .banner__main .right .img-au {
  /*background: url('/assets/layout/fn-2018/images/australia.png') center / contain no-repeat;*/
  opacity: 0.15;
  position: absolute;
  right: 25px;
  width: 25%;
  padding-bottom: 30%;
  display: none;
}
@media only screen and (min-width: 1100px) {
  .home .banner__main .right .img-au {
    top: 40px;
    display: block;
  }
}
@media (min-width: 1100px) {
  .home .banner__main .right .img-au {
    top: 40px;
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .home .banner__main .right .img-au {
    top: 70px;
  }
}
@media (min-width: 1600px) {
  .home .banner__main .right .img-au {
    top: 70px;
  }
}
.home .banner__main .right .flex {
  position: relative;
}
.home .banner__main .select2 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 45px;
  width: 100%;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1099px) {
  .home .banner__main .select2 {
    font-weight: 400;
    background: rgba(205, 218, 230, 0.2);
    border: 1px solid #a6b3c0;
    border: 1px solid rgba(255, 255, 255, 0.6);
  }
}
@media (max-width: 1099px) {
  .home .banner__main .select2 {
    font-weight: 400;
    background: rgba(205, 218, 230, 0.2);
    border: 1px solid #a6b3c0;
    border: 1px solid rgba(255, 255, 255, 0.6);
  }
}
.home .banner__main .select2 a,
.home .banner__main .select2 a:hover {
  color: white !important;
}
@media only screen and (max-width: 1099px) {
  .home .banner__main .left {
    width: 100%;
  }
  .home .banner__main .right {
    width: 100%;
    /*				background: rgba(22,65,99,0.6);
				background: linear-gradient(to bottom, rgba(22,65,99,0.3), rgba(22,65,99,0.6));*/
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .home .banner__main .right .flex {
    justify-content: flex-start;
  }
  .home .banner__main .right .primary-options {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home .banner__main .right .primary-links {
    flex-grow: 1;
    align-items: flex-end;
    max-width: none;
    width: 100%;
  }
  .home .banner__main .right .primary-links .links-container {
    background: #00457b;
    width: 100%;
    padding: 20px;
  }
  .home .banner__main .right .primary-links .links-inner {
    display: flex;
    flex-flow: row nowrap;
    max-width: 600px;
    margin: 0 auto;
  }
  .home .banner__main .right .primary-links a {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
  }
  .home .banner__main .right .primary-links a div > div:last-child {
    display: none;
  }
  .home .banner__main .right .primary-links big {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.2px;
  }
  .home .banner__main .right .primary-links .box {
    width: 31%;
  }
  .home .banner__main .right .primary-links .box:nth-of-type(0n+2) {
    width: 38%;
  }
  .home .banner__main .right .primary-links .box:nth-of-type(0n+2):before,
  .home .banner__main .right .primary-links .box:nth-of-type(0n+2):after {
    height: 40px;
    top: auto;
    bottom: 20px;
  }
}
@media (max-width: 1099px) {
  .home .banner__main .left {
    width: 100%;
  }
  .home .banner__main .right {
    width: 100%;
    /*				background: rgba(22,65,99,0.6);
				background: linear-gradient(to bottom, rgba(22,65,99,0.3), rgba(22,65,99,0.6));*/
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .home .banner__main .right .flex {
    justify-content: flex-start;
  }
  .home .banner__main .right .primary-options {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home .banner__main .right .primary-links {
    flex-grow: 1;
    align-items: flex-end;
    max-width: none;
    width: 100%;
  }
  .home .banner__main .right .primary-links .links-container {
    background: #00457b;
    width: 100%;
    padding: 20px;
  }
  .home .banner__main .right .primary-links .links-inner {
    display: flex;
    flex-flow: row nowrap;
    max-width: 600px;
    margin: 0 auto;
  }
  .home .banner__main .right .primary-links a {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
  }
  .home .banner__main .right .primary-links a div > div:last-child {
    display: none;
  }
  .home .banner__main .right .primary-links big {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.2px;
  }
  .home .banner__main .right .primary-links .box {
    width: 31%;
  }
  .home .banner__main .right .primary-links .box:nth-of-type(0n+2) {
    width: 38%;
  }
  .home .banner__main .right .primary-links .box:nth-of-type(0n+2):before,
  .home .banner__main .right .primary-links .box:nth-of-type(0n+2):after {
    height: 40px;
    top: auto;
    bottom: 20px;
  }
}
.home .feat_categories > .flex {
  height: 100%;
}
.home .feat_categories > .flex .flex > div {
  width: 100%;
  max-width: 650px;
}
.home .feat_categories .box {
  position: relative;
  padding: 35px 5px;
  color: #505052;
}
.home .feat_categories .box:hover {
  color: #007ee1;
  color: var(--color-primary);
}
.home .feat_categories .box i {
  display: block;
  font-size: 1.8rem;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1400px) {
  .home .feat_categories .box i {
    font-size: 2.2em;
  }
}
@media (min-width: 1400px) {
  .home .feat_categories .box i {
    font-size: 2.2em;
  }
}
.home .feat_categories .box p {
  font-size: 1.1em;
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  .home .feat_categories .box p {
    max-width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .home .feat_categories .box p {
    max-width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1400px) {
  .home .feat_categories .box p {
    font-size: 1.2em;
  }
}
@media (min-width: 1400px) {
  .home .feat_categories .box p {
    font-size: 1.2em;
  }
}
.home .feat_categories .box:nth-of-type(1n+4):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.home .feat_categories .box:nth-of-type(3n+2) > div:before,
.home .feat_categories .box:nth-of-type(3n+2) > div:after {
  content: '';
  position: absolute;
  top: 25%;
  height: 50%;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.home .feat_categories .box:nth-of-type(3n+2) > div:before {
  left: 0;
}
.home .feat_categories .box:nth-of-type(3n+2) > div:after {
  right: 0;
}
@media only screen and (max-width: 567px) {
  .home .feat_categories .box:nth-of-type(3n+2) > div:after {
    display: none;
  }
  .home .feat_categories .box:nth-of-type(2n+2) > div:before {
    content: '';
    position: absolute;
    top: 25%;
    height: 50%;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
  }
  .home .feat_categories .box:nth-of-type(2n+2) > div:before {
    left: 0;
  }
  .home .feat_categories .box:nth-of-type(1n+3):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 567px) {
  .home .feat_categories .box:nth-of-type(3n+2) > div:after {
    display: none;
  }
  .home .feat_categories .box:nth-of-type(2n+2) > div:before {
    content: '';
    position: absolute;
    top: 25%;
    height: 50%;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
  }
  .home .feat_categories .box:nth-of-type(2n+2) > div:before {
    left: 0;
  }
  .home .feat_categories .box:nth-of-type(1n+3):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .home .feat_categories .box {
    font-size: 0.8em;
  }
}
.home .feat__awards {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .home .cp__news article:nth-of-type(1n+3) {
    display: none;
  }
}
@media (max-width: 767px) {
  .home .cp__news article:nth-of-type(1n+3) {
    display: none;
  }
}
.home .pa-btn-step.off {
  display: block;
}
:root {
  --sidecol-width: 250px;
}
.iscorp .ld__img img {
  object-fit: contain;
}
.iscorp .listing-show .banner__primary .listing-status {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 40px;
  width: 120px;
  background-color: #e97d00;
  color: #ffffff;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  font-weight: 600;
  border-radius: 2px;
}
@media only screen and (min-width: 416px) {
  .iscorp .listing-show .banner__primary .listing-status {
    height: 50px;
    width: 150px;
    font-size: 1.5em;
  }
}
.iscorp .listing-show .banner__secondary .disabled {
  pointer-events: none;
}
.iscorp .listing-show .banner__control .enquire.disabled {
  pointer-events: none;
}
.listing-show #flash-message {
  padding: 21px 20px 20px;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1em;
  display: block;
  position: relative;
  text-align: center;
  border: 1px solid #e97d00;
}
.listing-show #flash-message a.close {
  font-size: 3rem;
  padding: 0 10px 0;
  position: absolute;
  right: 20px;
}
.listing-show #flash-message.alert-warning {
  border-color: #cc2222;
}
.listing-show #flash-message.alert-warning a.close {
  cursor: pointer;
  color: #cc2222;
}
.listing-show h1 {
  text-transform: capitalize;
}
@media only screen and (min-width: 600px) {
  .listing-show h1 br {
    display: none;
  }
}
@media (min-width: 600px) {
  .listing-show h1 br {
    display: none;
  }
}
.listing-show h1 span {
  font-weight: 300;
}
.listing-show .btn-container {
  padding: 10px 0 5px;
}
.listing-show .banner__property {
  display: flex;
  flex-flow: row nowrap;
}
.listing-show .banner__property .transform__width {
  transition: width 0.5s ease-out;
}
.listing-show .banner__property .banner__primary,
.listing-show .banner__property .banner__secondary {
  position: relative;
}
.listing-show .banner__property .banner__primary,
.listing-show .banner__property .banner__secondary,
.listing-show .banner__property .banner__primary .switch-category,
.listing-show .banner__property .banner__secondary .switch-category {
  height: 400px;
}
@media only screen and (min-width: 1200px) {
  .listing-show .banner__property .banner__primary,
  .listing-show .banner__property .banner__secondary,
  .listing-show .banner__property .banner__primary .switch-category,
  .listing-show .banner__property .banner__secondary .switch-category {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .listing-show .banner__property .banner__primary,
  .listing-show .banner__property .banner__secondary,
  .listing-show .banner__property .banner__primary .switch-category,
  .listing-show .banner__property .banner__secondary .switch-category {
    height: 600px;
  }
}
@media only screen and (min-width: 1600px) {
  .listing-show .banner__property .banner__primary,
  .listing-show .banner__property .banner__secondary,
  .listing-show .banner__property .banner__primary .switch-category,
  .listing-show .banner__property .banner__secondary .switch-category {
    height: 800px;
  }
}
@media (min-width: 1600px) {
  .listing-show .banner__property .banner__primary,
  .listing-show .banner__property .banner__secondary,
  .listing-show .banner__property .banner__primary .switch-category,
  .listing-show .banner__property .banner__secondary .switch-category {
    height: 800px;
  }
}
.listing-show .banner__property .banner__primary.js-fixed,
.listing-show .banner__property .banner__secondary.js-fixed {
  /*flex-shrink:0 !important;*/
}
.listing-show .banner__property .banner__primary .btn-back,
.listing-show .banner__property .banner__secondary .btn-back {
  position: absolute;
  top: 15px;
  left: 15px;
  color: white;
  height: auto;
  padding: 6px 14px;
  z-index: 2;
  font-size: 0.9em;
}
.listing-show .banner__property .banner__primary {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
@media only screen and (min-width: 1800px) {
  .listing-show .banner__property .banner__primary {
    width: calc(100% - 500px);
  }
}
@media (min-width: 1800px) {
  .listing-show .banner__property .banner__primary {
    width: calc(100% - 500px);
  }
}
.listing-show .banner__property .banner__primary .banner__slick {
  height: 100%;
}
.listing-show .banner__property .banner__primary .banner__slick .slick-arrow,
.listing-show .banner__property .banner__primary .banner__slick .counter {
  opacity: 1;
}
.listing-show .banner__property .banner__primary .banner__slick .slick-arrow.slick-next {
  right: 53px;
}
.listing-show .banner__property .banner__primary .banner__slick .slick-arrow.slick-prev {
  right: 96px;
}
.listing-show .banner__property .banner__primary .banner__slick .slick-arrow.btn-gallery {
  cursor: pointer;
}
.listing-show .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon {
  width: 20px;
  height: 20px;
  position: relative;
}
.listing-show .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.listing-show .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span:after,
.listing-show .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span:before {
  background: white;
  position: absolute;
  content: '';
  display: block;
  opacity: 0.7;
  transition: opacity 0.3s ease-out;
}
.listing-show .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span:nth-child(1):after,
.listing-show .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span:nth-child(1):before {
  top: 0;
  left: 0;
}
.listing-show .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span:nth-child(1):after {
  width: 10px;
  height: 4px;
}
.listing-show .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span:nth-child(1):before {
  width: 4px;
  height: 6px;
  top: 4px;
}
.listing-show .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span:nth-child(2):after,
.listing-show .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span:nth-child(2):before {
  bottom: 0;
  right: 0;
}
.listing-show .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span:nth-child(2):after {
  width: 10px;
  height: 4px;
}
.listing-show .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon span:nth-child(2):before {
  width: 4px;
  height: 6px;
  bottom: 4px;
}
@media only screen and (min-width: 416px) {
  .listing-show .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon:hover span:after,
  .listing-show .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon:hover span:before {
    opacity: 1;
  }
}
@media only screen and (min-width: 416px) {
  .listing-show .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon:hover span:after,
  .listing-show .banner__property .banner__primary .banner__slick .slick-arrow .expand-icon:hover span:before {
    opacity: 1;
  }
}
.listing-show .banner__property .banner__secondary {
  display: none;
  background: #efefef;
  width: 250px;
  flex-shrink: 0;
}
.listing-show .banner__property .banner__secondary .box {
  height: 33.33%;
}
.listing-show .banner__property .banner__secondary .box.padding {
  padding: 20px;
}
.listing-show .banner__property .banner__secondary .box__small {
  height: 50%;
  width: 100%;
}
.listing-show .banner__property .banner__secondary .box .box {
  padding: 0;
  height: 70%;
  width: 50%;
}
.listing-show .banner__property .banner__secondary .box .box:first-child {
  border-right: 1px solid #d6d4d4;
}
.listing-show .banner__property .banner__secondary .category-selectors {
  height: 33.33%;
}
@media only screen and (min-width: 1800px) {
  .listing-show .banner__property .banner__primary {
    /*max-width: 1325px;*/
  }
  .listing-show .banner__property .banner__secondary {
    display: block;
  }
}
@media (min-width: 1800px) {
  .listing-show .banner__property .banner__primary {
    /*max-width: 1325px;*/
  }
  .listing-show .banner__property .banner__secondary {
    display: block;
  }
}
.listing-show .banner__property .cp__map {
  height: auto;
}
.listing-show .banner__property .cp__map .map,
.listing-show .banner__property .cp__map #map-canvas {
  height: 100%;
}
.listing-show .banner__secondary a i {
  font-size: 2.2em;
}
.listing-show .banner__control h4 a i {
  font-size: 1.6em;
}
@media only screen and (max-width: 1799px) {
  .listing-show .banner__control h4 a {
    display: flex;
  }
}
@media (max-width: 1799px) {
  .listing-show .banner__control h4 a {
    display: flex;
  }
}
.listing-show .banner__control i {
  padding-right: 8px;
}
@media only screen and (max-width: 415px) {
  .listing-show .banner__control h4 a {
    display: block;
  }
  .listing-show .banner__control h4 a i {
    padding-right: 0;
  }
}
@media (max-width: 415px) {
  .listing-show .banner__control h4 a {
    display: block;
  }
  .listing-show .banner__control h4 a i {
    padding-right: 0;
  }
}
.listing-show .banner__property,
.listing-show .banner__control {
  /* icon placement fix */
}
.listing-show .banner__property a,
.listing-show .banner__control a {
  color: #505052;
}
.listing-show .banner__property a i,
.listing-show .banner__control a i {
  transition: all 0.2s ease-out;
  color: gray;
}
.listing-show .banner__property a.active i,
.listing-show .banner__control a.active i,
.listing-show .banner__property a:hover:not(.disabled) i,
.listing-show .banner__control a:hover:not(.disabled) i {
  color: #007ee1;
  color: var(--color-primary);
}
.listing-show .banner__property a.active p,
.listing-show .banner__control a.active p,
.listing-show .banner__property a.active span,
.listing-show .banner__control a.active span {
  color: #505052;
  font-weight: 600;
}
.listing-show .banner__property a.disabled *,
.listing-show .banner__control a.disabled * {
  cursor: default;
  color: lightgrey;
}
@media only screen and (max-width: 1799px) {
  .listing-show .banner__property a p,
  .listing-show .banner__control a p {
    display: inline;
  }
}
@media (max-width: 1799px) {
  .listing-show .banner__property a p,
  .listing-show .banner__control a p {
    display: inline;
  }
}
@media only screen and (max-width: 415px) {
  .listing-show .banner__property a p,
  .listing-show .banner__control a p {
    display: block;
  }
}
@media (max-width: 415px) {
  .listing-show .banner__property a p,
  .listing-show .banner__control a p {
    display: block;
  }
}
.listing-show .banner__property .icon-enquire,
.listing-show .banner__control .icon-enquire {
  padding-top: 3px;
}
.listing-show .banner__control br {
  display: none;
}
.listing-show .banner__control .flex > div {
  height: 90px;
  background: #efefef;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.listing-show .banner__control .flex > div > span {
  width: 100%;
  text-align: center;
  height: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  border-right: 1px solid #d5d5d5;
}
.listing-show .banner__control .flex > div > span h4 span {
  padding-top: 0.15em;
}
.listing-show .banner__control .flex > div:last-child span {
  border: 0;
}
.listing-show .banner__control .flex > div.flex-half {
  flex-grow: 0.5;
}
@media only screen and (max-width: 1199px) {
  .listing-show .banner__control .flex > div {
    width: 50%;
    order: 2;
  }
  .listing-show .banner__control .flex > div:nth-of-type(0n+2) span {
    border: 0;
  }
  .listing-show .banner__control .flex > div.flex-half {
    width: 25%;
    order: 1;
  }
  .listing-show .banner__control .flex > div.flex-half span {
    border: 0;
  }
}
@media (max-width: 1199px) {
  .listing-show .banner__control .flex > div {
    width: 50%;
    order: 2;
  }
  .listing-show .banner__control .flex > div:nth-of-type(0n+2) span {
    border: 0;
  }
  .listing-show .banner__control .flex > div.flex-half {
    width: 25%;
    order: 1;
  }
  .listing-show .banner__control .flex > div.flex-half span {
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .listing-show .banner__control .flex > div br {
    display: block;
  }
}
@media (max-width: 767px) {
  .listing-show .banner__control .flex > div br {
    display: block;
  }
}
@media only screen and (min-width: 1800px) {
  .listing-show .banner__control {
    display: none;
  }
}
@media (min-width: 1800px) {
  .listing-show .banner__control {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .listing-show .banner__control {
    position: relative;
  }
  .listing-show .banner__control:after {
    content: '';
    position: absolute;
    bottom: 50%;
    margin: 0 auto;
    width: calc(100% - 30px);
    border-bottom: 1px solid #d6d4d4;
    left: 0;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .listing-show .banner__control {
    position: relative;
  }
  .listing-show .banner__control:after {
    content: '';
    position: absolute;
    bottom: 50%;
    margin: 0 auto;
    width: calc(100% - 30px);
    border-bottom: 1px solid #d6d4d4;
    left: 0;
    right: 0;
  }
}
.listing-show .floorplan-container {
  border: 10px solid #efefef;
}
.listing-show h1,
.listing-show h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
.listing-show h4 {
  padding-bottom: 0.5em;
}
.listing-show p {
  color: gray;
}
.listing-show .info-title {
  padding-bottom: 1.8em;
}
.listing-show .info-title span {
  padding-right: 4px;
}
.listing-show .info-block {
  padding-top: 1.75em;
}
.listing-show .info-block:after {
  clear: both;
  content: '';
  display: block;
}
.listing-show .info-block.rei-info-block button.tenancy-app-button {
  letter-spacing: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.4;
  background-image: none;
  background-color: #00457b;
  background: #00457b !important;
  box-shadow: none !important;
  border-radius: 4px !important;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  padding: 6px 1.5em;
  font-size: 1rem;
  border: 0;
  outline: 0;
  height: auto;
}
.listing-show .info-block.rei-info-block button.tenancy-app-button:hover,
.listing-show .info-block.rei-info-block button.tenancy-app-button:focus,
.listing-show .info-block.rei-info-block button.tenancy-app-button:active {
  background: #007ee1;
}
.listing-show .info-block.rei-info-block button.tenancy-app-button span {
  padding: 0;
  background: none !important;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.4;
  margin-left: 0;
}
.listing-show .banner__property p,
.listing-show .text-feat {
  font-size: 1.1em;
  line-height: 1.6;
}
.listing-show .description {
  padding-right: 4vw;
  padding-bottom: 2rem;
}
.listing-show .description p {
  padding: 0.5em 0;
}
@media only screen and (max-width: 767px) {
  .listing-show .property__detail .padding-left {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .listing-show .property__detail .padding-left {
    padding: 0;
  }
}
.listing-show .property__detail .listing-heading {
  font-weight: 300;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.listing-show .outer-reverse .photo {
  padding-bottom: 0 !important;
}
.listing-show .outer-reverse .photo .ld__img img {
  position: relative !important;
  object-position: top;
}
.listing-show .outer-reverse.cp__agents .photo .ld__img img {
  position: absolute !important;
}
.listing-show .agent {
  margin: 4px;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .listing-show .agent:nth-of-type(2n+1),
  .listing-show .agent:nth-of-type(2n+2) {
    border: 0;
  }
}
@media (min-width: 768px) {
  .listing-show .agent:nth-of-type(2n+1),
  .listing-show .agent:nth-of-type(2n+2) {
    border: 0;
  }
}
.listing-show #emailAFriendFormDiv fieldset {
  margin-top: 4px;
}
.listing-show #emailAFriendFormDiv input:not([type=submit]),
.listing-show #emailAFriendFormDiv select,
.listing-show #emailAFriendFormDiv textarea {
  background: #efefef;
}
.listing-show .opens p {
  padding: 4px 4px 4px 8px;
  background: #efefef;
  margin: 2px 0;
  display: flex;
  flex-flow: row nowrap;
}
.listing-show .opens p a:first-child {
  color: var(--color-link-hover);
  color: #505052;
  color: var(--color-body);
  flex-grow: 1;
}
.listing-show .opens p a:first-child:hover {
  color: #007ee1;
  color: var(--color-link-std);
}
.listing-show .opens p a:first-child:hover {
  color: #007ee1;
  color: var(--color-primary);
}
.listing-show .opens .icon {
  max-height: 20px;
}
.listing-show .opens .icon i {
  font-size: 1.6em;
}
.listing-show .opens p {
  padding: 4px 4px 4px 8px;
  background: #efefef;
  margin: 2px 0;
  display: flex;
  flex-flow: row nowrap;
}
.listing-show .opens p a:first-child {
  color: var(--color-link-hover);
  color: #505052;
  color: var(--color-body);
  flex-grow: 1;
}
.listing-show .opens p a:first-child:hover {
  color: #007ee1;
  color: var(--color-link-std);
}
.listing-show .opens p a:first-child:hover {
  color: #007ee1;
  color: var(--color-primary);
}
.listing-show .opens .icon {
  max-height: 20px;
}
.listing-show .opens .icon i {
  font-size: 1.6em;
}
@media only screen and (max-width: 1249px) {
  .listing-show .outer-reverse {
    margin: 0;
  }
}
@media (max-width: 1249px) {
  .listing-show .outer-reverse {
    margin: 0;
  }
}
.listing-show .two-apply a {
  display: block;
  width: 152px;
  background: #00457b;
  height: auto;
  padding: 6px 1.5em;
  border-radius: 4px;
  color: #fff;
  transition: all .3s;
  font-weight: 400;
  text-align: center;
}
.listing-show .two-apply a:hover,
.listing-show .two-apply a:focus,
.listing-show .two-apply a:active {
  background-color: #007ee1;
}
.isoffice .agent .photo {
  padding-bottom: 0;
}
.isoffice .agent .photo .ld__imgagent {
  padding-bottom: 100%;
}
.listings .in__bedbathcar .price {
  display: block;
  font-weight: 300;
  padding-top: 14px;
  padding-right: 20px;
}
.listings .in__bedbathcar .price:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .listings .refine .padding-lg-persist {
    padding: 30px 10px;
  }
  .listings .refine .switch-container {
    padding-left: 20px;
  }
  .listings .refine .options > div {
    border: 0;
  }
  .listings .refine .select2-container .select2-choice {
    padding: 0;
  }
  .listings .refine .select2-chosen,
  .listings .refine .select2-container .select2-choice > .select2-chosen {
    margin-right: 0;
  }
  .listings .refine .switch:first-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .listings .refine .padding-lg-persist {
    padding: 30px 10px;
  }
  .listings .refine .switch-container {
    padding-left: 20px;
  }
  .listings .refine .options > div {
    border: 0;
  }
  .listings .refine .select2-container .select2-choice {
    padding: 0;
  }
  .listings .refine .select2-chosen,
  .listings .refine .select2-container .select2-choice > .select2-chosen {
    margin-right: 0;
  }
  .listings .refine .switch:first-child {
    padding-right: 0;
  }
}
.listings .refine .options {
  align-content: center;
}
.listings .refine .dropdown {
  position: relative;
}
.listings .refine .dropdown a,
.listings .refine .dropdown .select2-container {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.listings .refine .dropdown:after {
  margin-left: 0;
  right: 14px;
  top: 0;
  position: absolute;
}
@media only screen and (max-width: 415px) {
  .listings .refine .dropdown:after {
    right: -5px;
  }
}
@media (max-width: 415px) {
  .listings .refine .dropdown:after {
    right: -5px;
  }
}
@media only screen and (min-width: 1200px) {
  .listings .refine .dropdown:after {
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .listings .refine .dropdown:after {
    right: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .listings .refine .search-controls .selectors__updown {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media (min-width: 768px) {
  .listings .refine .search-controls .selectors__updown {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media only screen and (min-width: 1200px) {
  .listings .refine .search-controls .selectors__updown {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (min-width: 1200px) {
  .listings .refine .search-controls .selectors__updown {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (min-width: 1600px) {
  .listings .refine .search-controls {
    max-width: 1200px;
    margin: 0 auto;
    /*				form > .pure-g {
					padding: 0 10vw;
				}
*/
  }
  .listings .refine .search-controls .selectors__updown,
  .listings .refine .search-controls .inputs {
    padding-left: 0;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .listings .refine .search-controls {
    max-width: 1200px;
    margin: 0 auto;
    /*				form > .pure-g {
					padding: 0 10vw;
				}
*/
  }
  .listings .refine .search-controls .selectors__updown,
  .listings .refine .search-controls .inputs {
    padding-left: 0;
    padding-right: 3vw;
  }
}
@media only screen and (max-width: 767px) {
  .listings .refine .padding-top-mobile {
    padding-top: 3em;
  }
}
@media (max-width: 767px) {
  .listings .refine .padding-top-mobile {
    padding-top: 3em;
  }
}
.listings .inner-box {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 30px);
  z-index: 2;
}
.listings .inner-box .inline-block {
  background: rgba(0, 126, 225, 0.8);
  display: inline-block;
  padding: 5px 12px 5px;
  font-size: 0.75em;
  text-transform: uppercase;
  color: white;
  border-radius: 2px;
}
.listings .inner-box .inline-block.block-secondary {
  background: #00457b;
}
.listings .switch-category-list .load-spinner {
  margin-bottom: 4em;
}
.listings .switch-category-list .counter {
  opacity: 0 !important;
}
@media only screen and (min-width: 1200px) {
  .listings .switch-category-list article .slick-slider .slick-arrow,
  .listings .switch-category-list .article .slick-slider .slick-arrow {
    transition: opacity 0.2s ease-out;
    opacity: 0;
  }
  .listings .switch-category-list article:hover .slick-slider .slick-arrow,
  .listings .switch-category-list .article:hover .slick-slider .slick-arrow {
    opacity: 1;
  }
  .listings .switch-category-list article:hover .counter,
  .listings .switch-category-list .article:hover .counter {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .listings .switch-category-list article .slick-slider .slick-arrow,
  .listings .switch-category-list .article .slick-slider .slick-arrow {
    transition: opacity 0.2s ease-out;
    opacity: 0;
  }
  .listings .switch-category-list article:hover .slick-slider .slick-arrow,
  .listings .switch-category-list .article:hover .slick-slider .slick-arrow {
    opacity: 1;
  }
  .listings .switch-category-list article:hover .counter,
  .listings .switch-category-list .article:hover .counter {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .listings .switch-category-list article .slick-slider .slick-arrow,
  .listings .switch-category-list .article .slick-slider .slick-arrow {
    display: none !important;
  }
  .listings .switch-category-list article .slick-slider .counter,
  .listings .switch-category-list .article .slick-slider .counter {
    opacity: 1;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .listings .switch-category-list article .slick-slider .slick-arrow,
  .listings .switch-category-list .article .slick-slider .slick-arrow {
    display: none !important;
  }
  .listings .switch-category-list article .slick-slider .counter,
  .listings .switch-category-list .article .slick-slider .counter {
    opacity: 1;
    right: 10px;
  }
}
.listings .btn-update-filter {
  margin-top: 2em;
}
/* SELECT 2 stuff */
.select2_propertytypes .select2-results {
  text-align: left;
}
.select2_propertytypes .select2-selected {
  display: block;
  background: #ffffff;
  color: #afafaf;
}
.select2_propertytypes .select2-selected.select2-highlighted {
  color: #007ee1;
  background: #ffffff;
}
.select2_propertytypes .select2-highlighted {
  background: #007ee1;
  color: white;
}
.fn2018-items-alpha .container article .description {
  margin-bottom: 15px;
}
.fn2018-items-alpha .container article .image .ld__img {
  min-height: 300px;
}
.fn2018-items-alpha .container article .button-container {
  text-align: left;
}
.fn2018-items-alpha .container article:nth-child(odd) > .pure-g {
  flex-direction: row-reverse;
}
.fn2018-items-alpha .container article:nth-child(odd) .button-container {
  /*text-align: left;*/
}
.fn2018-items-alpha #contact-quick-form-alpha {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fn2018-items-alpha #contact-quick-form-alpha .fieldset_captcha,
.fn2018-items-alpha #contact-quick-form-alpha .fieldset_submit {
  flex-grow: 1;
  width: auto;
}
.fn2018-items-alpha #contact-quick-form-alpha .fieldset_captcha * {
  max-width: 100% !important;
}
.fn2018-items-alpha #contact-quick-form-alpha .fieldset_submit {
  margin-bottom: 10px;
}
#fn-pdf-download-form .top-section {
  padding: 27px 0 ;
}
#fn-pdf-download-form .item-content {
  display: flex;
  flex-wrap: nowrap;
  padding: 28px 0;
  min-height: 500px;
}
#fn-pdf-download-form .item-content h2 {
  padding-bottom: 0;
}
#fn-pdf-download-form .uses_wysiwyg {
  width: 65%;
}
#fn-pdf-download-form .uses_wysiwyg li:before {
  content: "\f0da";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 8px;
  color: #e87d00;
}
#fn-pdf-download-form .images {
  width: 32%;
  margin-left: 40px;
}
#fn-pdf-download-form .images img {
  display: block;
  width: 100%;
}
#fn-pdf-download-form #flash-message,
#fn-pdf-download-form .panel-danger {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 740px;
  height: 74px;
  margin: 0 auto 20px;
  width: 100%;
  border-radius: 2px;
}
#fn-pdf-download-form #flash-message .close,
#fn-pdf-download-form .panel-danger .close {
  display: none;
}
#fn-pdf-download-form .alert-success {
  color: #28c06e;
  border: 1px solid #28c06e;
}
#fn-pdf-download-form .panel.panel-danger {
  color: #e74444;
  border: 1px solid #e74444;
}
#fn-pdf-download-form .panel.panel-danger h3 {
  font-size: 16px;
  font-weight: 300;
}
#fn-pdf-download-form #download-pdf-form {
  display: flex;
  flex-wrap: wrap;
  padding: 52px 18px;
  margin: 64px 0 80px;
  background-color: #f1f1f1;
}
#fn-pdf-download-form #download-pdf-form h4 {
  width: 100%;
  padding: 0 0 90px;
  text-align: center;
}
#fn-pdf-download-form #download-pdf-form fieldset {
  padding: 10px;
}
#fn-pdf-download-form #download-pdf-form .fieldset_first_name,
#fn-pdf-download-form #download-pdf-form .fieldset_surname,
#fn-pdf-download-form #download-pdf-form .fieldset_email_address,
#fn-pdf-download-form #download-pdf-form .fieldset_mobile,
#fn-pdf-download-form #download-pdf-form .fieldset_suburb,
#fn-pdf-download-form #download-pdf-form .fieldset_postcode {
  width: 49.5%;
}
#fn-pdf-download-form #download-pdf-form .fieldset_first_name input::placeholder,
#fn-pdf-download-form #download-pdf-form .fieldset_surname input::placeholder,
#fn-pdf-download-form #download-pdf-form .fieldset_email_address input::placeholder,
#fn-pdf-download-form #download-pdf-form .fieldset_mobile input::placeholder,
#fn-pdf-download-form #download-pdf-form .fieldset_suburb input::placeholder,
#fn-pdf-download-form #download-pdf-form .fieldset_postcode input::placeholder {
  color: #505052;
  opacity: 1;
}
#fn-pdf-download-form #download-pdf-form .fieldset_submit {
  display: flex;
  justify-content: center;
}
#fn-pdf-download-form #download-pdf-form .fieldset_submit input {
  max-width: 216px;
  width: 100%;
}
@media (max-width: 770px) {
  #fn-pdf-download-form .item-content {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #fn-pdf-download-form .uses_wysiwyg {
    max-width: 100%;
    width: 100%;
  }
  #fn-pdf-download-form .images {
    max-width: 100%;
    width: 100%;
    margin: unset;
  }
  #fn-pdf-download-form .fieldset_captcha {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 680px) {
  #fn-pdf-download-form #download-pdf-form .fieldset_first_name,
  #fn-pdf-download-form #download-pdf-form .fieldset_surname,
  #fn-pdf-download-form #download-pdf-form .fieldset_email_address,
  #fn-pdf-download-form #download-pdf-form .fieldset_mobile,
  #fn-pdf-download-form #download-pdf-form .fieldset_suburb,
  #fn-pdf-download-form #download-pdf-form .fieldset_postcode {
    width: 100%;
  }
}
#fn-category-items-form .top-section {
  padding: 27px 0;
}
#fn-category-items-form #fn-item-bravo .images {
  display: none;
}
#fn-category-items-form #fn-item-bravo .uses_wysiwyg {
  width: 100%;
  padding-right: 40px;
}
#fn-category-items-form .item-form-download-pdf,
#fn-category-items-form #fn-item-bravo {
  width: 49.5%;
}
#fn-category-items-form #fn-2018-items-bravo .multi-item-container {
  max-width: 1200px;
  margin: 0 auto;
}
#fn-category-items-form #fn-2018-items-bravo .multi-item-container .items-content {
  display: flex;
  padding: 50px 0 45px;
  border-top: 0.5px solid #d6d4d4;
}
#fn-category-items-form #fn-2018-items-bravo .single-video .video-heading,
#fn-category-items-form #fn-2018-items-bravo .multi-video .video-heading {
  padding-top: 15px;
}
#fn-category-items-form #fn-2018-items-bravo .single-video .video-heading span,
#fn-category-items-form #fn-2018-items-bravo .multi-video .video-heading span {
  color: gray;
  font-size: 15px;
}
#fn-category-items-form #fn-2018-items-bravo .single-video .video-heading span i,
#fn-category-items-form #fn-2018-items-bravo .multi-video .video-heading span i {
  color: #007ee1;
  font-size: 15px;
}
#fn-category-items-form #fn-2018-items-bravo .single-video .uses_wysiwyg {
  width: 49.5%;
  margin-right: 20px;
}
#fn-category-items-form #fn-2018-items-bravo .single-video .video-and-image {
  width: 49.5%;
  margin-left: 20px;
}
#fn-category-items-form #fn-2018-items-bravo .single-video .video-and-image .item {
  max-width: 550px;
  padding-top: 0.75em;
}
#fn-category-items-form #fn-2018-items-bravo .multi-video .items-content {
  flex-wrap: wrap;
}
#fn-category-items-form #fn-2018-items-bravo .multi-video .uses_wysiwyg {
  width: 100%;
}
#fn-category-items-form #fn-2018-items-bravo .multi-video .video-and-image {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#fn-category-items-form #fn-2018-items-bravo .multi-video .video-and-image .item {
  max-width: 49.5%;
  width: 100%;
  padding-top: 20px;
}
#fn-category-items-form #fn-2018-items-bravo .multi-video .video-and-image .item:nth-child(odd) {
  padding-right: 10px;
}
#fn-category-items-form #fn-2018-items-bravo .multi-video .video-and-image .item:nth-child(even) {
  padding-left: 10px;
}
#fn-category-items-form .item-and-form {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#fn-category-items-form .item-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 28px 0;
  min-height: 500px;
}
#fn-category-items-form .item-content .brochure-download {
  max-width: 178px;
  width: 100%;
  height: 26.5px;
  margin: 40px auto 0;
}
#fn-category-items-form .item-content .brochure-download a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #007ee1;
  font-size: 11px;
  color: #FFF;
}
#fn-category-items-form .item-content h2 {
  padding-bottom: 0;
}
#fn-category-items-form .uses_wysiwyg ul li:before {
  content: "\f0da";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 8px;
  color: #e87d00;
}
#fn-category-items-form .images {
  width: 32%;
  margin-left: 40px;
}
#fn-category-items-form .images img {
  display: block;
  width: 100%;
}
#fn-category-items-form #flash-message,
#fn-category-items-form .panel-danger {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 740px;
  height: 74px;
  margin: 0 auto 20px;
  width: 100%;
  border-radius: 2px;
}
#fn-category-items-form #flash-message .close,
#fn-category-items-form .panel-danger .close {
  display: none;
}
#fn-category-items-form .alert-success {
  color: #28c06e;
  border: 1px solid #28c06e;
}
#fn-category-items-form .panel.panel-danger {
  color: #e74444;
  border: 1px solid #e74444;
}
#fn-category-items-form .panel.panel-danger h3 {
  font-size: 16px;
  font-weight: 300;
}
#fn-category-items-form #download-pdf-form-category {
  display: flex;
  flex-wrap: wrap;
  padding: 52px 18px;
  margin: 64px 0 80px;
  background-color: #f1f1f1;
}
#fn-category-items-form #download-pdf-form-category h4 {
  width: 100%;
  padding: 0 0 90px;
  text-align: center;
}
#fn-category-items-form #download-pdf-form-category fieldset {
  padding: 10px;
}
#fn-category-items-form #download-pdf-form-category .fieldset_first_name,
#fn-category-items-form #download-pdf-form-category .fieldset_surname,
#fn-category-items-form #download-pdf-form-category .fieldset_email_address,
#fn-category-items-form #download-pdf-form-category .fieldset_mobile,
#fn-category-items-form #download-pdf-form-category .fieldset_suburb,
#fn-category-items-form #download-pdf-form-category .fieldset_postcode {
  width: 49.5%;
}
#fn-category-items-form #download-pdf-form-category .fieldset_first_name textarea::placeholder,
#fn-category-items-form #download-pdf-form-category .fieldset_surname textarea::placeholder,
#fn-category-items-form #download-pdf-form-category .fieldset_email_address textarea::placeholder,
#fn-category-items-form #download-pdf-form-category .fieldset_mobile textarea::placeholder,
#fn-category-items-form #download-pdf-form-category .fieldset_suburb textarea::placeholder,
#fn-category-items-form #download-pdf-form-category .fieldset_postcode textarea::placeholder,
#fn-category-items-form #download-pdf-form-category .fieldset_notes textarea::placeholder,
#fn-category-items-form #download-pdf-form-category .fieldset_first_name input::placeholder,
#fn-category-items-form #download-pdf-form-category .fieldset_surname input::placeholder,
#fn-category-items-form #download-pdf-form-category .fieldset_email_address input::placeholder,
#fn-category-items-form #download-pdf-form-category .fieldset_mobile input::placeholder,
#fn-category-items-form #download-pdf-form-category .fieldset_suburb input::placeholder,
#fn-category-items-form #download-pdf-form-category .fieldset_postcode input::placeholder,
#fn-category-items-form #download-pdf-form-category .fieldset_notes input::placeholder {
  color: #505052;
  opacity: 1;
}
#fn-category-items-form #download-pdf-form-category .fieldset_submit {
  display: flex;
  justify-content: center;
}
#fn-category-items-form #download-pdf-form-category .fieldset_submit input {
  max-width: 216px;
  width: 100%;
}
@media (max-width: 970px) {
  #fn-category-items-form #fn-2018-items-bravo .single-video .video-heading,
  #fn-category-items-form #fn-2018-items-bravo .multi-video .video-heading {
    display: flex;
    justify-content: center;
    padding-top: 15px;
  }
  #fn-category-items-form #fn-2018-items-bravo .single-video .video-heading span,
  #fn-category-items-form #fn-2018-items-bravo .multi-video .video-heading span {
    color: gray;
    font-size: 15px;
  }
  #fn-category-items-form #fn-2018-items-bravo .single-video .video-heading span i,
  #fn-category-items-form #fn-2018-items-bravo .multi-video .video-heading span i {
    color: #007ee1;
    font-size: 15px;
  }
  #fn-category-items-form #fn-2018-items-bravo .single-video .uses_wysiwyg,
  #fn-category-items-form #fn-2018-items-bravo .multi-video .uses_wysiwyg {
    margin-right: 0;
  }
  #fn-category-items-form #fn-2018-items-bravo .single-video .uses_wysiwyg ol,
  #fn-category-items-form #fn-2018-items-bravo .multi-video .uses_wysiwyg ol,
  #fn-category-items-form #fn-2018-items-bravo .single-video .uses_wysiwyg ul,
  #fn-category-items-form #fn-2018-items-bravo .multi-video .uses_wysiwyg ul {
    padding-left: 40px;
  }
  #fn-category-items-form #fn-2018-items-bravo .single-video .uses_wysiwyg li,
  #fn-category-items-form #fn-2018-items-bravo .multi-video .uses_wysiwyg li {
    margin-top: 5px;
    text-align: left;
  }
  #fn-category-items-form #fn-2018-items-bravo .single-video .uses_wysiwyg *,
  #fn-category-items-form #fn-2018-items-bravo .multi-video .uses_wysiwyg * {
    text-align: center;
  }
}
@media (max-width: 870px) {
  #fn-category-items-form .item-and-form {
    flex-direction: column;
  }
  #fn-category-items-form .item-and-form #fn-item-bravo {
    width: 100%;
  }
  #fn-category-items-form .item-and-form #fn-item-bravo .uses_wysiwyg {
    padding-right: 0;
  }
  #fn-category-items-form .item-and-form .item-form-download-pdf {
    width: 100%;
  }
}
@media (max-width: 770px) {
  #fn-category-items-form .item-content {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #fn-category-items-form .item-content .uses_wysiwyg {
    margin-right: 0;
  }
  #fn-category-items-form .item-content .uses_wysiwyg ol,
  #fn-category-items-form .item-content .uses_wysiwyg ul {
    padding-left: 40px;
  }
  #fn-category-items-form .item-content .uses_wysiwyg li {
    margin-top: 5px;
    text-align: left;
  }
  #fn-category-items-form .item-content .uses_wysiwyg * {
    text-align: center;
  }
  #fn-category-items-form .uses_wysiwyg {
    margin-right: 0;
  }
  #fn-category-items-form .uses_wysiwyg ol,
  #fn-category-items-form .uses_wysiwyg ul {
    padding-left: 40px;
  }
  #fn-category-items-form .uses_wysiwyg li {
    margin-top: 5px;
    text-align: left;
  }
  #fn-category-items-form .uses_wysiwyg * {
    text-align: center;
  }
  #fn-category-items-form .uses_wysiwyg {
    max-width: 100%;
    width: 100%;
  }
  #fn-category-items-form .images {
    max-width: 100%;
    width: 100%;
    margin: unset;
  }
  #fn-category-items-form #fn-2018-items-bravo .single-video .items-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #fn-category-items-form #fn-2018-items-bravo .single-video .uses_wysiwyg {
    width: 100%;
    margin-right: 0;
  }
  #fn-category-items-form #fn-2018-items-bravo .single-video .uses_wysiwyg * {
    text-align: center;
  }
  #fn-category-items-form #fn-2018-items-bravo .single-video .video-and-image {
    width: 100%;
    margin-left: 0;
  }
  #fn-category-items-form #fn-2018-items-bravo .single-video .video-and-image .item {
    max-width: 100%;
    padding-top: 0.75em;
  }
  #fn-category-items-form #fn-2018-items-bravo .multi-video .items-content {
    flex-direction: column;
  }
  #fn-category-items-form #fn-2018-items-bravo .multi-video .uses_wysiwyg {
    width: 100%;
    margin-right: 0;
  }
  #fn-category-items-form #fn-2018-items-bravo .multi-video .uses_wysiwyg * {
    text-align: center;
  }
  #fn-category-items-form #fn-2018-items-bravo .multi-video .video-and-image .item {
    max-width: 100%;
    width: 100%;
    padding-top: 20px;
  }
  #fn-category-items-form #fn-2018-items-bravo .multi-video .video-and-image .item:nth-child(odd) {
    padding-right: 0;
  }
  #fn-category-items-form #fn-2018-items-bravo .multi-video .video-and-image .item:nth-child(even) {
    padding-left: 0;
  }
}
@media (max-width: 680px) {
  #fn-category-items-form #download-pdf-form-category .fieldset_first_name,
  #fn-category-items-form #download-pdf-form-category .fieldset_surname,
  #fn-category-items-form #download-pdf-form-category .fieldset_email_address,
  #fn-category-items-form #download-pdf-form-category .fieldset_mobile,
  #fn-category-items-form #download-pdf-form-category .fieldset_suburb,
  #fn-category-items-form #download-pdf-form-category .fieldset_postcode {
    width: 100%;
  }
}
#fn-category-items-form #select-current-status {
  top: 90px !important;
  left: 110px !important;
}
#fn-category-items-form #s2id_select-current-status {
  letter-spacing: 0;
  font-family: 'proxima-nova', Arial, sans-serif;
  line-height: 1.8;
  font-size: 1em;
  font-weight: 300;
  color: #505052;
  font-size: 1.1rem;
  height: 2.8em;
  font-weight: 400;
  background: #fff;
  padding: 10px;
  border-radius: 2px;
  border: 0;
  width: 100%;
}
#fn-category-items-form #s2id_select-current-status:after {
  content: '\f078';
  font-family: FontAwesome;
  display: inline-block;
  font-weight: 100;
  font-size: 14px;
  position: absolute;
  right: 8px;
  top: 10px;
}
#fn-pdf-download-form-media .top-section {
  padding: 27px 0 ;
}
#fn-pdf-download-form-media .item-content {
  display: flex;
  flex-wrap: nowrap;
  padding: 28px 0;
  min-height: 500px;
}
#fn-pdf-download-form-media .item-content h2 {
  padding-bottom: 0;
}
#fn-pdf-download-form-media .uses_wysiwyg {
  width: 65%;
}
#fn-pdf-download-form-media .uses_wysiwyg li:before {
  content: "\f0da";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 8px;
  color: #e87d00;
}
#fn-pdf-download-form-media .images {
  width: 32%;
  margin-left: 40px;
}
#fn-pdf-download-form-media .images img {
  display: block;
  width: 100%;
}
#fn-pdf-download-form-media #flash-message,
#fn-pdf-download-form-media .panel-danger {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 740px;
  height: 74px;
  margin: 0 auto 20px;
  width: 100%;
  border-radius: 2px;
}
#fn-pdf-download-form-media #flash-message .close,
#fn-pdf-download-form-media .panel-danger .close {
  display: none;
}
#fn-pdf-download-form-media .alert-success {
  color: #28c06e;
  border: 1px solid #28c06e;
}
#fn-pdf-download-form-media .panel.panel-danger {
  color: #e74444;
  border: 1px solid #e74444;
}
#fn-pdf-download-form-media .panel.panel-danger h3 {
  font-size: 16px;
  font-weight: 300;
}
#fn-pdf-download-form-media #download-pdf-form-media {
  display: flex;
  flex-wrap: wrap;
  padding: 52px 18px;
  margin: 64px 0 80px;
  background-color: #f1f1f1;
}
#fn-pdf-download-form-media #download-pdf-form-media h4 {
  width: 100%;
  padding: 0 0 90px;
  text-align: center;
}
#fn-pdf-download-form-media #download-pdf-form-media fieldset {
  padding: 10px;
}
#fn-pdf-download-form-media #download-pdf-form-media .fieldset_first_name,
#fn-pdf-download-form-media #download-pdf-form-media .fieldset_surname,
#fn-pdf-download-form-media #download-pdf-form-media .fieldset_email_address,
#fn-pdf-download-form-media #download-pdf-form-media .fieldset_mobile {
  width: 49.5%;
}
#fn-pdf-download-form-media #download-pdf-form-media .fieldset_first_name input::placeholder,
#fn-pdf-download-form-media #download-pdf-form-media .fieldset_surname input::placeholder,
#fn-pdf-download-form-media #download-pdf-form-media .fieldset_email_address input::placeholder,
#fn-pdf-download-form-media #download-pdf-form-media .fieldset_mobile input::placeholder {
  color: #505052;
  opacity: 1;
}
#fn-pdf-download-form-media #download-pdf-form-media .fieldset_submit {
  display: flex;
  justify-content: center;
}
#fn-pdf-download-form-media #download-pdf-form-media .fieldset_submit input {
  max-width: 216px;
  width: 100%;
}
@media (max-width: 770px) {
  #fn-pdf-download-form-media .item-content {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #fn-pdf-download-form-media .uses_wysiwyg {
    max-width: 100%;
    width: 100%;
  }
  #fn-pdf-download-form-media .images {
    max-width: 100%;
    width: 100%;
    margin: unset;
  }
  #fn-pdf-download-form-media .fieldset_captcha {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 680px) {
  #fn-pdf-download-form-media #download-pdf-form-media .fieldset_first_name,
  #fn-pdf-download-form-media #download-pdf-form-media .fieldset_surname,
  #fn-pdf-download-form-media #download-pdf-form-media .fieldset_email_address,
  #fn-pdf-download-form-media #download-pdf-form-media .fieldset_mobile {
    width: 100%;
  }
}
#fn-pdf-download-form-minimal .top-section {
  padding: 27px 0 ;
}
#fn-pdf-download-form-minimal .item-content {
  display: flex;
  flex-wrap: nowrap;
  padding: 28px 0;
  min-height: 500px;
}
#fn-pdf-download-form-minimal .item-content h2 {
  padding-bottom: 0;
}
#fn-pdf-download-form-minimal .uses_wysiwyg {
  width: 65%;
}
#fn-pdf-download-form-minimal .uses_wysiwyg li:before {
  content: "\f0da";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 8px;
  color: #e87d00;
}
#fn-pdf-download-form-minimal .images {
  width: 32%;
  margin-left: 40px;
}
#fn-pdf-download-form-minimal .images img {
  display: block;
  width: 100%;
}
#fn-pdf-download-form-minimal #flash-message,
#fn-pdf-download-form-minimal .panel-danger {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 740px;
  height: 74px;
  margin: 0 auto 20px;
  width: 100%;
  border-radius: 2px;
}
#fn-pdf-download-form-minimal #flash-message .close,
#fn-pdf-download-form-minimal .panel-danger .close {
  display: none;
}
#fn-pdf-download-form-minimal .alert-success {
  color: #28c06e;
  border: 1px solid #28c06e;
}
#fn-pdf-download-form-minimal .panel.panel-danger {
  color: #e74444;
  border: 1px solid #e74444;
}
#fn-pdf-download-form-minimal .panel.panel-danger h3 {
  font-size: 16px;
  font-weight: 300;
}
#fn-pdf-download-form-minimal #download-pdf-form {
  display: flex;
  flex-wrap: wrap;
  padding: 52px 18px;
  margin: 64px 0 80px;
  background-color: #f1f1f1;
}
#fn-pdf-download-form-minimal #download-pdf-form h4 {
  width: 100%;
  padding: 0 0 90px;
  text-align: center;
}
#fn-pdf-download-form-minimal #download-pdf-form fieldset {
  padding: 10px;
}
#fn-pdf-download-form-minimal #download-pdf-form .fieldset_first_name input::placeholder,
#fn-pdf-download-form-minimal #download-pdf-form .fieldset_surname input::placeholder,
#fn-pdf-download-form-minimal #download-pdf-form .fieldset_email_address input::placeholder,
#fn-pdf-download-form-minimal #download-pdf-form .fieldset_mobile input::placeholder,
#fn-pdf-download-form-minimal #download-pdf-form .fieldset_street input::placeholder,
#fn-pdf-download-form-minimal #download-pdf-form .fieldset_suburb input::placeholder,
#fn-pdf-download-form-minimal #download-pdf-form .fieldset_postcode input::placeholder {
  color: #505052;
  opacity: 1;
}
#fn-pdf-download-form-minimal #download-pdf-form .fieldset_first_name,
#fn-pdf-download-form-minimal #download-pdf-form .fieldset_surname,
#fn-pdf-download-form-minimal #download-pdf-form .fieldset_email_address,
#fn-pdf-download-form-minimal #download-pdf-form .fieldset_mobile,
#fn-pdf-download-form-minimal #download-pdf-form .fieldset_street {
  width: 49.5%;
}
#fn-pdf-download-form-minimal #download-pdf-form .fieldset_suburb {
  width: 30%;
}
#fn-pdf-download-form-minimal #download-pdf-form .fieldset_postcode {
  width: 19.5%;
}
#fn-pdf-download-form-minimal #download-pdf-form .fieldset_submit {
  display: flex;
  justify-content: center;
}
#fn-pdf-download-form-minimal #download-pdf-form .fieldset_submit input {
  max-width: 216px;
  width: 100%;
}
@media (max-width: 770px) {
  #fn-pdf-download-form-minimal .item-content {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #fn-pdf-download-form-minimal .uses_wysiwyg {
    max-width: 100%;
    width: 100%;
  }
  #fn-pdf-download-form-minimal .images {
    max-width: 100%;
    width: 100%;
    margin: unset;
  }
  #fn-pdf-download-form-minimal .fieldset_captcha {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 680px) {
  #fn-pdf-download-form-minimal #download-pdf-form .fieldset_first_name,
  #fn-pdf-download-form-minimal #download-pdf-form .fieldset_surname,
  #fn-pdf-download-form-minimal #download-pdf-form .fieldset_email_address,
  #fn-pdf-download-form-minimal #download-pdf-form .fieldset_mobile,
  #fn-pdf-download-form-minimal #download-pdf-form .fieldset_street {
    width: 100%;
  }
  #fn-pdf-download-form-minimal #download-pdf-form .fieldset_suburb {
    width: 75%;
  }
  #fn-pdf-download-form-minimal #download-pdf-form .fieldset_postcode {
    width: 24.5%;
  }
}
@media (max-width: 520px) {
  #fn-pdf-download-form-minimal #download-pdf-form .fieldset_suburb,
  #fn-pdf-download-form-minimal #download-pdf-form .fieldset_postcode {
    width: 100%;
  }
}
#fn-pdf-download-form-detailed .top-section {
  padding: 27px 0 ;
}
#fn-pdf-download-form-detailed .item-content {
  display: flex;
  flex-wrap: nowrap;
  padding: 28px 0;
  min-height: 500px;
}
#fn-pdf-download-form-detailed .item-content h2 {
  padding-bottom: 0;
}
#fn-pdf-download-form-detailed .uses_wysiwyg {
  width: 65%;
}
#fn-pdf-download-form-detailed .uses_wysiwyg li:before {
  content: "\f0da";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 8px;
  color: #e87d00;
}
#fn-pdf-download-form-detailed .images {
  width: 32%;
  margin-left: 40px;
}
#fn-pdf-download-form-detailed .images img {
  display: block;
  width: 100%;
}
#fn-pdf-download-form-detailed #flash-message,
#fn-pdf-download-form-detailed .panel-danger {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 740px;
  height: 74px;
  margin: 0 auto 20px;
  width: 100%;
  border-radius: 2px;
}
#fn-pdf-download-form-detailed #flash-message .close,
#fn-pdf-download-form-detailed .panel-danger .close {
  display: none;
}
#fn-pdf-download-form-detailed .alert-success {
  color: #28c06e;
  border: 1px solid #28c06e;
}
#fn-pdf-download-form-detailed .panel.panel-danger {
  color: #e74444;
  border: 1px solid #e74444;
}
#fn-pdf-download-form-detailed .panel.panel-danger h3 {
  font-size: 16px;
  font-weight: 300;
}
#fn-pdf-download-form-detailed #download-pdf-form {
  display: flex;
  flex-wrap: wrap;
  padding: 52px 18px;
  margin: 64px 0 80px;
  background-color: #f1f1f1;
}
#fn-pdf-download-form-detailed #download-pdf-form h4 {
  width: 100%;
  padding: 0 0 90px;
  text-align: center;
}
#fn-pdf-download-form-detailed #download-pdf-form fieldset {
  padding: 10px;
}
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_state input::placeholder,
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_suburb input::placeholder,
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_postcode input::placeholder,
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_first_name input::placeholder,
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_surname input::placeholder,
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_email_address input::placeholder,
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_mobile input::placeholder,
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_street input::placeholder,
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_situation .fieldset_contact_by_phone input::placeholder,
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_subscribe input::placeholder,
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_comments_requests input::placeholder {
  color: #505052;
  opacity: 1;
}
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_first_name,
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_surname,
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_email_address,
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_mobile {
  width: 49.5%;
}
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_state {
  width: 49.5%;
}
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_suburb {
  width: 35%;
}
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_postcode {
  width: 14.5%;
}
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_situation {
  width: 49.5%;
}
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_state,
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_situation {
  position: relative;
}
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_state .fa-caret-down,
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_situation .fa-caret-down {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 10px;
  z-index: 1;
}
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_contact_by_phone,
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_subscribe {
  display: flex;
  align-items: center;
  width: 24.5%;
}
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_contact_by_phone input,
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_subscribe input {
  position: relative;
  left: unset;
  width: 20%;
  appearance: checkbox;
}
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_contact_by_phone label,
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_subscribe label {
  max-width: 79%;
  padding: 0;
}
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_contact_by_phone label:before,
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_subscribe label:before {
  display: none;
}
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_contact_by_phone label:after,
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_subscribe label:after {
  display: none;
}
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_subscribe {
  justify-content: flex-start;
}
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_contact_by_phone {
  justify-content: center;
}
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_captcha {
  padding: 30px 10px 10px;
}
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_submit {
  display: flex;
  justify-content: center;
}
#fn-pdf-download-form-detailed #download-pdf-form .fieldset_submit input {
  max-width: 216px;
  width: 100%;
}
@media (max-width: 970px) {
  #fn-pdf-download-form-detailed #download-pdf-form .fieldset_situation {
    width: 100%;
  }
  #fn-pdf-download-form-detailed #download-pdf-form .fieldset_contact_by_phone,
  #fn-pdf-download-form-detailed #download-pdf-form .fieldset_subscribe {
    width: 49.5%;
  }
}
@media (max-width: 870px) {
  #fn-pdf-download-form-detailed #download-pdf-form .fieldset_state {
    width: 100%;
  }
  #fn-pdf-download-form-detailed #download-pdf-form .fieldset_suburb {
    width: 75%;
  }
  #fn-pdf-download-form-detailed #download-pdf-form .fieldset_postcode {
    width: 24.5%;
  }
}
@media (max-width: 770px) {
  #fn-pdf-download-form-detailed .item-content {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #fn-pdf-download-form-detailed .uses_wysiwyg {
    max-width: 100%;
    width: 100%;
  }
  #fn-pdf-download-form-detailed .images {
    max-width: 100%;
    width: 100%;
    margin: unset;
  }
  #fn-pdf-download-form-detailed .fieldset_captcha {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 680px) {
  #fn-pdf-download-form-detailed #download-pdf-form .fieldset_first_name,
  #fn-pdf-download-form-detailed #download-pdf-form .fieldset_surname,
  #fn-pdf-download-form-detailed #download-pdf-form .fieldset_email_address,
  #fn-pdf-download-form-detailed #download-pdf-form .fieldset_mobile,
  #fn-pdf-download-form-detailed #download-pdf-form .fieldset_suburb,
  #fn-pdf-download-form-detailed #download-pdf-form .fieldset_postcode {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #fn-pdf-download-form-detailed #download-pdf-form .fieldset_contact_by_phone,
  #fn-pdf-download-form-detailed #download-pdf-form .fieldset_subscribe {
    justify-content: center;
    width: 100%;
  }
  #fn-pdf-download-form-detailed #download-pdf-form .fieldset_contact_by_phone input,
  #fn-pdf-download-form-detailed #download-pdf-form .fieldset_subscribe input {
    width: 5px;
    margin-right: 20px;
  }
  #fn-pdf-download-form-detailed #download-pdf-form .fieldset_contact_by_phone label,
  #fn-pdf-download-form-detailed #download-pdf-form .fieldset_subscribe label {
    min-width: 135px;
  }
}
#fn-pdf-download-form-links-sale .top-section,
#fn-pdf-download-form-links-lease .top-section {
  padding: 27px 0 ;
}
#fn-pdf-download-form-links-sale .top-section .link-banner,
#fn-pdf-download-form-links-lease .top-section .link-banner {
  width: 100%;
  margin-top: 6px;
  background-color: #f1f1f1;
}
@media screen and (min-width: 768px) {
  #fn-pdf-download-form-links-sale .top-section .link-banner,
  #fn-pdf-download-form-links-lease .top-section .link-banner {
    height: 95px;
  }
}
#fn-pdf-download-form-links-sale .top-section .link-banner > div,
#fn-pdf-download-form-links-lease .top-section .link-banner > div {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: 100%;
}
#fn-pdf-download-form-links-sale .top-section .link-banner .link-container,
#fn-pdf-download-form-links-lease .top-section .link-banner .link-container {
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #fn-pdf-download-form-links-sale .top-section .link-banner .link-container,
  #fn-pdf-download-form-links-lease .top-section .link-banner .link-container {
    display: flex;
    padding: 20px 0;
  }
}
#fn-pdf-download-form-links-sale .top-section .link-banner .lease-sale-link,
#fn-pdf-download-form-links-lease .top-section .link-banner .lease-sale-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #fn-pdf-download-form-links-sale .top-section .link-banner .lease-sale-link,
  #fn-pdf-download-form-links-lease .top-section .link-banner .lease-sale-link {
    width: 33.33%;
    height: 100%;
    padding: 0 15px;
  }
}
#fn-pdf-download-form-links-sale .top-section .link-banner .lease-sale-link a,
#fn-pdf-download-form-links-lease .top-section .link-banner .lease-sale-link a {
  color: #505052;
}
#fn-pdf-download-form-links-sale .top-section .link-banner .lease-sale-link a:hover,
#fn-pdf-download-form-links-lease .top-section .link-banner .lease-sale-link a:hover,
#fn-pdf-download-form-links-sale .top-section .link-banner .lease-sale-link a:active,
#fn-pdf-download-form-links-lease .top-section .link-banner .lease-sale-link a:active,
#fn-pdf-download-form-links-sale .top-section .link-banner .lease-sale-link a:focus,
#fn-pdf-download-form-links-lease .top-section .link-banner .lease-sale-link a:focus {
  color: #007ee1;
}
#fn-pdf-download-form-links-sale .top-section .link-banner .lease-sale-link .fa-caret-right,
#fn-pdf-download-form-links-lease .top-section .link-banner .lease-sale-link .fa-caret-right {
  margin-right: 10px;
}
#fn-pdf-download-form-links-sale .top-section .link-banner .lease-sale-link:nth-child(2),
#fn-pdf-download-form-links-lease .top-section .link-banner .lease-sale-link:nth-child(2) {
  border-top: 1px solid #d6d4d4;
  border-bottom: 1px solid #d6d4d4;
}
@media screen and (min-width: 768px) {
  #fn-pdf-download-form-links-sale .top-section .link-banner .lease-sale-link:nth-child(2),
  #fn-pdf-download-form-links-lease .top-section .link-banner .lease-sale-link:nth-child(2) {
    border: 0;
    border-left: 1px solid #d6d4d4;
    border-right: 1px solid #d6d4d4;
  }
}
#fn-pdf-download-form-links-sale .top-section .link-banner .lease-sale-link:nth-child(2) a,
#fn-pdf-download-form-links-lease .top-section .link-banner .lease-sale-link:nth-child(2) a {
  color: #007ee1;
}
#fn-pdf-download-form-links-sale .item-content,
#fn-pdf-download-form-links-lease .item-content {
  display: flex;
  flex-wrap: nowrap;
  padding: 28px 0;
  min-height: 500px;
}
#fn-pdf-download-form-links-sale .item-content h2,
#fn-pdf-download-form-links-lease .item-content h2 {
  padding-bottom: 0;
}
#fn-pdf-download-form-links-sale .uses_wysiwyg,
#fn-pdf-download-form-links-lease .uses_wysiwyg {
  width: 65%;
}
#fn-pdf-download-form-links-sale .uses_wysiwyg li:before,
#fn-pdf-download-form-links-lease .uses_wysiwyg li:before {
  content: "\f0da";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 8px;
  color: #e87d00;
}
#fn-pdf-download-form-links-sale .images,
#fn-pdf-download-form-links-lease .images {
  width: 32%;
  margin-left: 40px;
}
#fn-pdf-download-form-links-sale .images img,
#fn-pdf-download-form-links-lease .images img {
  display: block;
  width: 100%;
}
#fn-pdf-download-form-links-sale #flash-message,
#fn-pdf-download-form-links-lease #flash-message,
#fn-pdf-download-form-links-sale .panel-danger,
#fn-pdf-download-form-links-lease .panel-danger {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 740px;
  height: 74px;
  margin: 0 auto 20px;
  width: 100%;
  border-radius: 2px;
}
#fn-pdf-download-form-links-sale #flash-message .close,
#fn-pdf-download-form-links-lease #flash-message .close,
#fn-pdf-download-form-links-sale .panel-danger .close,
#fn-pdf-download-form-links-lease .panel-danger .close {
  display: none;
}
#fn-pdf-download-form-links-sale .alert-success,
#fn-pdf-download-form-links-lease .alert-success {
  color: #28c06e;
  border: 1px solid #28c06e;
}
#fn-pdf-download-form-links-sale .panel.panel-danger,
#fn-pdf-download-form-links-lease .panel.panel-danger {
  color: #e74444;
  border: 1px solid #e74444;
}
#fn-pdf-download-form-links-sale .panel.panel-danger h3,
#fn-pdf-download-form-links-lease .panel.panel-danger h3 {
  font-size: 16px;
  font-weight: 300;
}
#fn-pdf-download-form-links-sale #download-pdf-form,
#fn-pdf-download-form-links-lease #download-pdf-form {
  display: flex;
  flex-wrap: wrap;
  padding: 52px 18px;
  margin: 64px 0 80px;
  background-color: #f1f1f1;
}
#fn-pdf-download-form-links-sale #download-pdf-form h4,
#fn-pdf-download-form-links-lease #download-pdf-form h4 {
  width: 100%;
  padding: 0 0 90px;
  text-align: center;
}
#fn-pdf-download-form-links-sale #download-pdf-form fieldset,
#fn-pdf-download-form-links-lease #download-pdf-form fieldset {
  padding: 10px;
}
#fn-pdf-download-form-links-sale #download-pdf-form .fieldset_first_name input::placeholder,
#fn-pdf-download-form-links-lease #download-pdf-form .fieldset_first_name input::placeholder,
#fn-pdf-download-form-links-sale #download-pdf-form .fieldset_surname input::placeholder,
#fn-pdf-download-form-links-lease #download-pdf-form .fieldset_surname input::placeholder,
#fn-pdf-download-form-links-sale #download-pdf-form .fieldset_email_address input::placeholder,
#fn-pdf-download-form-links-lease #download-pdf-form .fieldset_email_address input::placeholder,
#fn-pdf-download-form-links-sale #download-pdf-form .fieldset_mobile input::placeholder,
#fn-pdf-download-form-links-lease #download-pdf-form .fieldset_mobile input::placeholder,
#fn-pdf-download-form-links-sale #download-pdf-form .fieldset_street input::placeholder,
#fn-pdf-download-form-links-lease #download-pdf-form .fieldset_street input::placeholder,
#fn-pdf-download-form-links-sale #download-pdf-form .fieldset_suburb input::placeholder,
#fn-pdf-download-form-links-lease #download-pdf-form .fieldset_suburb input::placeholder,
#fn-pdf-download-form-links-sale #download-pdf-form .fieldset_postcode input::placeholder,
#fn-pdf-download-form-links-lease #download-pdf-form .fieldset_postcode input::placeholder {
  color: #505052;
  opacity: 1;
}
#fn-pdf-download-form-links-sale #download-pdf-form .fieldset_first_name,
#fn-pdf-download-form-links-lease #download-pdf-form .fieldset_first_name,
#fn-pdf-download-form-links-sale #download-pdf-form .fieldset_surname,
#fn-pdf-download-form-links-lease #download-pdf-form .fieldset_surname,
#fn-pdf-download-form-links-sale #download-pdf-form .fieldset_email_address,
#fn-pdf-download-form-links-lease #download-pdf-form .fieldset_email_address,
#fn-pdf-download-form-links-sale #download-pdf-form .fieldset_mobile,
#fn-pdf-download-form-links-lease #download-pdf-form .fieldset_mobile,
#fn-pdf-download-form-links-sale #download-pdf-form .fieldset_street,
#fn-pdf-download-form-links-lease #download-pdf-form .fieldset_street {
  width: 49.5%;
}
#fn-pdf-download-form-links-sale #download-pdf-form .fieldset_suburb,
#fn-pdf-download-form-links-lease #download-pdf-form .fieldset_suburb {
  width: 30%;
}
#fn-pdf-download-form-links-sale #download-pdf-form .fieldset_postcode,
#fn-pdf-download-form-links-lease #download-pdf-form .fieldset_postcode {
  width: 19.5%;
}
#fn-pdf-download-form-links-sale #download-pdf-form .fieldset_submit,
#fn-pdf-download-form-links-lease #download-pdf-form .fieldset_submit {
  display: flex;
  justify-content: center;
}
#fn-pdf-download-form-links-sale #download-pdf-form .fieldset_submit input,
#fn-pdf-download-form-links-lease #download-pdf-form .fieldset_submit input {
  max-width: 216px;
  width: 100%;
}
@media (max-width: 770px) {
  #fn-pdf-download-form-links-sale .item-content,
  #fn-pdf-download-form-links-lease .item-content {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #fn-pdf-download-form-links-sale .uses_wysiwyg,
  #fn-pdf-download-form-links-lease .uses_wysiwyg {
    max-width: 100%;
    width: 100%;
  }
  #fn-pdf-download-form-links-sale .images,
  #fn-pdf-download-form-links-lease .images {
    max-width: 100%;
    width: 100%;
    margin: unset;
  }
  #fn-pdf-download-form-links-sale .fieldset_captcha,
  #fn-pdf-download-form-links-lease .fieldset_captcha {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 680px) {
  #fn-pdf-download-form-links-sale #download-pdf-form .fieldset_first_name,
  #fn-pdf-download-form-links-lease #download-pdf-form .fieldset_first_name,
  #fn-pdf-download-form-links-sale #download-pdf-form .fieldset_surname,
  #fn-pdf-download-form-links-lease #download-pdf-form .fieldset_surname,
  #fn-pdf-download-form-links-sale #download-pdf-form .fieldset_email_address,
  #fn-pdf-download-form-links-lease #download-pdf-form .fieldset_email_address,
  #fn-pdf-download-form-links-sale #download-pdf-form .fieldset_mobile,
  #fn-pdf-download-form-links-lease #download-pdf-form .fieldset_mobile,
  #fn-pdf-download-form-links-sale #download-pdf-form .fieldset_street,
  #fn-pdf-download-form-links-lease #download-pdf-form .fieldset_street {
    width: 100%;
  }
  #fn-pdf-download-form-links-sale #download-pdf-form .fieldset_suburb,
  #fn-pdf-download-form-links-lease #download-pdf-form .fieldset_suburb {
    width: 75%;
  }
  #fn-pdf-download-form-links-sale #download-pdf-form .fieldset_postcode,
  #fn-pdf-download-form-links-lease #download-pdf-form .fieldset_postcode {
    width: 24.5%;
  }
}
@media (max-width: 520px) {
  #fn-pdf-download-form-links-sale #download-pdf-form .fieldset_suburb,
  #fn-pdf-download-form-links-lease #download-pdf-form .fieldset_suburb,
  #fn-pdf-download-form-links-sale #download-pdf-form .fieldset_postcode,
  #fn-pdf-download-form-links-lease #download-pdf-form .fieldset_postcode {
    width: 100%;
  }
}
#items-igloo #item-image-slideshow-bravo,
#items-igloo .heading-wrapper {
  display: none;
}
#items-igloo .list-container {
  padding-top: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#items-igloo .list-container ul {
  display: flex;
  flex-flow: row wrap;
}
#items-igloo .list-container ul .wrapper {
  opacity: 1;
  transition: all 1s;
  width: 100%;
  display: block;
  max-width: 425px;
  margin-bottom: 2px;
  height: 240px;
}
#items-igloo .list-container ul .wrapper li {
  position: relative;
  height: 100%;
}
#items-igloo .list-container ul .wrapper li iframe {
  width: 100%;
  height: 100%;
}
#items-igloo .list-container ul .wrapper .image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}
#items-igloo .list-container ul .wrapper .image-wrapper .image {
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
}
#items-igloo .list-container ul .wrapper a.grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  color: white;
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}
#items-igloo .list-container ul .wrapper a.grid h3 {
  width: 100%;
  font-size: 28px;
  line-height: initial;
  position: relative;
  z-index: 1;
}
#items-igloo .list-container ul .wrapper a.grid .line {
  content: "";
  height: 1px;
  width: 30%;
  background: white;
  position: relative;
  transition: all 0.5s;
  margin-top: 0.6em;
  z-index: 1;
}
#items-igloo .list-container ul .wrapper a.grid .underlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#items-igloo .list-container ul .wrapper a.list {
  display: none;
}
#items-igloo .list-container ul .wrapper .overlay {
  text-align: center;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media only print, only screen and (min-width: 640px) {
  #items-igloo .list-container ul .wrapper {
    width: 50%;
    max-width: none;
  }
  #items-igloo .list-container ul .wrapper:nth-child(even) {
    padding-left: 1px;
  }
  #items-igloo .list-container ul .wrapper:nth-child(odd) {
    padding-right: 1px;
  }
  #items-igloo .list-container ul .wrapper .underlay {
    opacity: 0;
  }
  #items-igloo .list-container ul .wrapper a.grid {
    flex-flow: row wrap;
  }
  #items-igloo .list-container ul .wrapper .overlay {
    text-align: center;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  #items-igloo .list-container ul .wrapper h3 {
    opacity: 1;
    transition: all 0.5s;
  }
  #items-igloo .list-container ul .wrapper .underlay {
    opacity: 1;
    transition: all 0.5s;
  }
}
@media only print, only screen and (min-width: 980px) {
  #items-igloo .container {
    /*display: inline-block;*/
    width: 100%;
  }
  #items-igloo .container .list-container {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  #items-igloo .container .list-container ul .wrapper {
    width: 33.33%;
  }
  #items-igloo .container .list-container ul .wrapper .underlay {
    opacity: 1;
    transition: all 0.5s;
  }
  #items-igloo .container .list-container ul .wrapper h3 {
    opacity: 1;
    transform: scale(1, 1);
    margin-top: -15px;
  }
  #items-igloo .container .list-container ul .wrapper .line {
    opacity: 1;
    transform: scale(1, 1);
  }
  #items-igloo .container .list-container ul .wrapper:nth-child(3n+1) {
    padding-right: 1px;
  }
  #items-igloo .container .list-container ul .wrapper:nth-child(3n+2) {
    padding-right: 1px;
    padding-left: 0;
  }
  #items-igloo .container .list-container ul .wrapper:nth-child(3n+3) {
    padding-right: 1px;
  }
  #items-igloo .container .list-container ul .wrapper:hover .underlay {
    opacity: 0;
  }
  #items-igloo .container .list-container ul .wrapper:hover h3,
  #items-igloo .container .list-container ul .wrapper:hover .line {
    transform: scale(1.3, 1.3);
    opacity: 0;
  }
  #items-igloo .container .list-container ul .wrapper:hover .line {
    margin-top: 20px;
    width: 35%;
  }
  #items-igloo .container .list-container-alt {
    max-width: 1200px;
  }
}
.offices.office h3 {
  padding-bottom: 0.8em;
}
@media only screen and (min-width: 768px) {
  .offices.office .left-col {
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .offices.office .left-col {
    padding-right: 3rem;
  }
}
.offices.office .right-col h3:not(:first-child) {
  padding-top: 1em;
}
.offices.office .right-col h3 {
  padding-bottom: 0.2em;
}
.offices.office .right-col p {
  line-height: 1.6;
}
.offices.office .link {
  line-height: 3;
}
.offices.office .link:last-child {
  border: 0;
}
@media only screen and (min-width: 1200px) {
  .offices.office .link {
    border-right: 1px solid #dadada;
  }
}
@media (min-width: 1200px) {
  .offices.office .link {
    border-right: 1px solid #dadada;
  }
}
.offices .map {
  margin-top: 4px;
  width: 100%;
  height: 200px;
  background: #efefef;
}
@media print {
  .print_view header,
  .print_view .banner__abstract,
  .print_view .opens-form,
  .print_view .print_hide,
  .print_view footer {
    display: none !important;
  }
  .selected_listings .opens .open-item,
  .selected_listings .opens h2 {
    display: none !important;
  }
  .selected_listings .opens h2.selected_listing {
    display: block !important;
  }
  .selected_listings .opens .open-item.selected_listing {
    display: table !important;
  }
  .opens * {
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto;
    box-sizing: border-box;
  }
  .opens .form-alpha form.opensPreregister {
    display: block;
  }
  .opens h1,
  .opens h2 {
    text-align: center;
    padding: .25cm !important;
    page-break-after: avoid;
    page-break-before: avoid;
    page-break-inside: avoid;
  }
  .opens h2 {
    margin: .25cm .5cm !important;
    padding: .5cm .25cm !important;
  }
  .opens h2:nth-child(n+2) {
    margin-top: .5cm !important;
    page-break-before: always;
  }
  .opens .pure-g {
    display: block;
  }
  .opens .opens-list * {
    max-width: 100% !important;
  }
  .opens .open-item {
    width: 100%;
    display: table !important;
    padding: .5cm .5cm 0 !important;
    page-break-after: avoid;
    page-break-before: avoid;
    page-break-inside: avoid;
  }
  .opens .left-col {
    width: 30% !important;
    display: table-cell !important;
    vertical-align: middle;
  }
  .opens .right-col {
    width: 70% !important;
    display: table-cell !important;
    vertical-align: middle;
  }
  .opens .right-col .listing-info {
    width: 60% !important;
    display: inline-block !important;
    padding: .5cm !important;
  }
  .opens .right-col .text-right {
    width: 39% !important;
    display: inline-block !important;
    text-align: right !important;
    padding: .5cm !important;
  }
  .opens .right-col .text-right input,
  .opens .right-col .text-right label {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .pillar aside {
    position: sticky;
    top: 20px;
  }
}
@media (min-width: 768px) {
  .pillar aside {
    position: sticky;
    top: 20px;
  }
}
.pillar big {
  font-size: 1.15em;
}
.pillar h2 {
  font-weight: 400;
  position: relative;
}
.pillar h2.active {
  margin-left: 20px;
}
.pillar h2.active: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;
  color: #e97d00;
  color: var(--color-primary);
  content: '\f0da';
  position: absolute;
  left: -20px;
  top: 50%;
  font-size: 0.8em;
  transform: translateY(-50%);
}
.pillar figure {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 1600px) {
  .pillar figure {
    margin-left: -60px;
    margin-right: 60px;
  }
}
@media (min-width: 1600px) {
  .pillar figure {
    margin-left: -60px;
    margin-right: 60px;
  }
}
.pillar .img-container {
  background: #efefef;
}
.pillar .img-container.js-load {
  min-height: 200px;
}
.pillar .img-container img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.4s ease-out 0.3s;
}
.pillar article,
.pillar .cp__sidenav {
  order: 1;
}
@media only screen and (max-width: 767px) {
  .pillar article {
    order: 2;
  }
}
@media (max-width: 767px) {
  .pillar article {
    order: 2;
  }
}
.pillar .cp__sidenav a {
  display: block;
  padding: 4px 20px;
  line-height: 1.4;
  text-transform: capitalize;
  position: relative;
}
.pillar .cp__sidenav a:before {
  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;
  color: #007ee1;
  color: var(--color-link-std);
  content: '\f0da';
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.2em;
}
.pillar .cp__sidenav a:before {
  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;
  color: #007ee1;
  color: var(--color-primary);
  content: '\f0da';
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.2em;
}
.pillar .cp__sidenav a:before {
  top: 50%;
  transform: translateY(-50%);
}
.pillar .cp__sidenav__mobile {
  position: fixed;
  top: auto;
  margin-bottom: 70px;
  bottom: 0;
  right: 15px;
  max-height: 300px;
  max-width: 280px;
  z-index: 2;
  border: 5px solid white;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 20px 5px, inset rgba(0, 0, 0, 0.05) 0 -40px 60px -20px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-out, visibility 0s linear 0s;
}
.pillar .cp__sidenav__mobile.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
}
@media only screen and (min-width: 768px) {
  .pillar .cp__sidenav__mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .pillar .cp__sidenav__mobile {
    display: none !important;
  }
}
.pillar .hamburger__sidenav {
  position: fixed;
  z-index: 2;
  bottom: 30px;
  right: 20px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-out, visibility 0s linear 0s;
}
.pillar .hamburger__sidenav.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
}
@media only screen and (min-width: 768px) {
  .pillar .hamburger__sidenav {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .pillar .hamburger__sidenav {
    display: none !important;
  }
}
.pillar .hamburger__sidenav .hamburger-box .hamburger-inner,
.pillar .hamburger__sidenav .hamburger-box .hamburger-inner:after,
.pillar .hamburger__sidenav .hamburger-box .hamburger-inner:before {
  width: 18px;
  content: none;
  background: none;
}
.pillar .hamburger__sidenav .hamburger-box .hamburger-inner > * {
  position: absolute;
  width: 18px;
  height: 2px;
  background: rgba(0, 126, 225, 0.8);
}
.pillar .hamburger__sidenav .hamburger-box .hamburger-inner > *:before {
  position: absolute;
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  left: -5px;
  background: rgba(0, 126, 225, 0.8);
}
.pillar .hamburger__sidenav .hamburger-box .hamburger-inner > *:nth-child(1) {
  top: -8px;
}
.pillar .hamburger__sidenav .hamburger-box .hamburger-inner > *:nth-child(3) {
  top: 8px;
}
.pillar .video-container {
  margin-right: 0;
  max-width: 100%;
  margin-left: 0;
}
.fn_staff .cp__agents .agent .detail {
  flex-grow: 1;
}
.fn_staff .cp__agents .agent .photo {
  max-width: 150px;
}
.suburb-profile p {
  color: gray;
}
.suburb-profile p em {
  font-style: normal;
  color: #007ee1;
}
.video-content .cp__tile__description h3 {
  font-weight: 300;
  padding: 0.75em 0 .4em;
}
.video-content .cp__tile__description p {
  color: gray;
}
.video-content .cp__tile__description b {
  font-weight: 600;
}
.video-content .cp__tile__image {
  position: relative;
}
.video-content .cp__tile__image:before {
  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: '\f04b';
  background: rgba(0, 0, 0, 0.3);
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.1em;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-radius: 2px;
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  transform-origin: 50% 0%;
  transition: background 0.3s ease-out, transform 0.3s ease-out;
}
.video-content .cp__tile__image:hover:before {
  background: rgba(0, 126, 225, 0.8);
  transform: scale(1.2) translateY(-50%);
}
.video-content .disable .cp__tile__image:before {
  display: none;
}
.video-content .disable .ld__imgcontainer {
  filter: grayscale(0.9) brightness(1.4) sepia(0.4) !important;
}
.video-content .disable .ld__imgcontainer:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #824646;
  opacity: 0.4;
}
.youtube-background .container.search-wrapper h1 {
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1100px) and (max-width: 1414px) {
  .home .banner__main #youtube .ytplayer-container {
    transform: scale(1.25);
  }
}
@media (min-width: 1600px) and (max-width: 1705px) {
  .home .banner__main #youtube .ytplayer-container {
    transform: scale(1.1);
  }
}
.testimonials-landing .testimonial-item:nth-of-type(odd) {
  background: #efefef;
}
.testimonials-landing .testimonial-item:nth-of-type(odd) .inner {
  text-align: right;
}
.testimonials-landing h1 {
  padding-bottom: 0.25em;
}
.testimonials-landing .testimonial-from {
  padding-bottom: 0.5em;
}
.testimonials-landing .feature {
  margin-top: 1px;
}
.testimonials-landing .inner {
  margin: 0 auto;
  max-width: 800px;
}
.privacy h2.nospace {
  font-weight: 600;
  margin: 0;
  padding: 0;
}
/* [2] ---- CHILD THEME STYLES ---- */
/** Locals **/
/********* ALPHA ************/
/********* BRAVO ************/
/* Main theme over-ride + new commons */
.listing-show .in__counter {
  right: 10px;
}
._in_border-fill:before,
._in_border-fill:after,
._in_border-fill .inner:before,
._in_border-fill .inner:after {
  content: '';
  display: block;
  position: absolute;
  background: #dfdfdf;
  background: #007ee1;
}
._in_border-fill:before,
._in_border-fill:after {
  height: 1px;
  width: 100%;
  transform: scaleX(0);
}
._in_border-fill .inner:before,
._in_border-fill .inner:after {
  width: 1px;
  height: 100%;
  transform: scaleY(0);
}
._in_border-fill:before {
  transform-origin: 0% 0%;
  left: 0;
  top: 0;
  animation: borderstylinparta 5s ease-out 1s forwards;
}
._in_border-fill:after {
  transform-origin: 100% 100%;
  right: 0;
  bottom: 0;
  animation: borderstylinpartb 5s ease-out 1s forwards;
}
._in_border-fill .inner:before {
  transform-origin: 100% 0%;
  right: 0;
  top: 0;
  animation: borderstylinpartc 5s ease-out 1s forwards;
}
._in_border-fill .inner:after {
  transform-origin: 0% 100%;
  left: 0;
  bottom: 0;
  animation: borderstylinpartd 5s ease-out 1s forwards;
}
@keyframes borderstylinparta {
  0% {
    transform: scaleX(0);
  }
  12% {
    transform: scaleX(1);
  }
  24% {
    transform: scaleX(1);
  }
  36% {
    transform: scaleX(1);
  }
  48% {
    transform: scaleX(0);
  }
}
@keyframes borderstylinpartc {
  12% {
    transform: scaleY(0);
  }
  24% {
    transform: scaleY(1);
  }
  36% {
    transform: scaleY(0);
  }
  48% {
    transform: scaleY(0);
  }
  60% {
    transform: scaleY(0);
  }
}
@keyframes borderstylinpartb {
  24% {
    transform: scaleX(0);
  }
  36% {
    transform: scaleX(1);
  }
  48% {
    transform: scaleX(1);
  }
  60% {
    transform: scaleX(0);
  }
}
@keyframes borderstylinpartd {
  36% {
    transform: scaleY(0);
  }
  48% {
    transform: scaleY(1);
  }
  60% {
    transform: scaleY(1);
  }
  65% {
    transform: scaleY(0);
  }
}
/* Main theme over-ride + new commons */
/* Miscellaneous mixins used for this child theme */
@media only screen and (min-width: 416px) {
  ._m_linksondark:hover {
    color: #1598ff;
  }
}
@media only screen and (min-width: 416px) {
  ._m_linksondark:hover {
    color: #1598ff;
  }
}
._m_buttonsondark {
  background: #007ee1;
}
._m_buttonsondark,
._m_buttonsondark span {
  color: white;
}
@media only screen and (min-width: 416px) {
  ._m_buttonsondark:hover {
    color: white;
    background: #1598ff;
  }
}
@media only screen and (min-width: 416px) {
  ._m_buttonsondark:hover {
    color: white;
    background: #1598ff;
  }
}
/* Child theme mixins */
/**********************************
***********************************
***********************************
***********************************
* LOCAL VARS
*/
/**********************************
***********************************
***********************************
***********************************
* GLOBALS
*/
.outer-container {
  padding: 0;
}
.outer-container .container {
  padding-left: 15px;
  padding-right: 15px;
}
body > .alert.alert-info {
  display: none;
}
/* Header */
header {
  align-items: stretch;
  /**************
		* OFFICES HEADER
		******************/
}
header .topbar-wrapper {
  width: 100%;
}
header .topbar-wrapper .topbar {
  padding-top: 4px;
  padding-bottom: 4px;
}
header .topbar-wrapper .topbar a {
  display: inline-block;
  margin-left: 20px;
  color: #FFF;
}
header .topbar-wrapper .topbar a.topbar-contactus {
  margin-left: 0;
}
header .topbar-wrapper .topbar a.topbar-email {
  display: none;
}
@media (min-width: 768px) {
  header .topbar-wrapper {
    background: rgba(0, 0, 0, 0.03);
  }
  header .topbar-wrapper .topbar a {
    color: #505052;
    font-size: 80%;
  }
  header .topbar-wrapper .topbar a.topbar-contactus {
    display: none;
  }
  header .topbar-wrapper .topbar a.topbar-email {
    display: block;
  }
  header .topbar-wrapper .topbar a:hover {
    color: #007ee1;
  }
}
.outer-container header.container {
  padding: 0 20px;
}
header .logo {
  padding: 12px 0;
}
header .logo img {
  display: block;
  /*Logo should resize without distortion with width:100%;*/
  width: 100%;
  height: auto;
  min-width: 0;
  /* Is set for wider logos. Smaller, taller logos may need individual child styles */
  /* Max-height needs to be initial or else logo distortion occurs in some browsers (ie. Chrome) */
  max-width: 320px;
  max-height: initial !important;
}
header .menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .place_right {
  align-self: stretch;
  align-items: stretch;
  /* Navigation */
}
header .place_right ul.menu {
  align-items: stretch;
}
header .place_right ul > li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 0;
  margin: 0 5px;
  /* Children */
}
header .place_right ul > li:last-child {
  margin: 0 15px 0 5px;
}
header .place_right ul > li > a {
  padding: 10px;
  color: #505052;
  font-weight: 400;
  letter-spacing: 0.25px;
  border-radius: 4px;
}
header .place_right ul > li > a.btn {
  text-align: center;
}
header .place_right ul > li > a.btn,
header .place_right ul > li > a.btn:hover,
header .place_right ul > li > a.btn:active,
header .place_right ul > li > a.btn:focus {
  color: white;
  border-radius: 4px;
}
header .place_right ul > li > a:hover:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #00457b;
}
header .place_right ul > li ol {
  display: none;
  background: white;
  position: absolute;
  min-width: 160px;
  top: 100%;
  right: -15px;
  z-index: 2;
  text-align: right;
  padding: 13px 20px 15px;
  box-shadow: rgba(0, 0, 0, 0.2) 7px 7px 10px 5px;
}
header .place_right ul > li ol li {
  line-height: 1.2;
  padding: 6px 0;
}
header .place_right ul > li ol:hover {
  display: block;
}
header .place_right ul > li:hover ol {
  display: block;
  margin-top: -4px;
}
header .place_right .submenu {
  position: fixed;
  right: -250px;
  top: 0;
  width: 250px;
  height: 100%;
  background: white;
  padding: 30px 40px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
}
header .place_right .submenu li {
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
  line-height: 1.4;
  width: 100%;
}
header .place_right .submenu li a:hover:after {
  display: none;
}
header .place_right .submenu .back {
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  display: block;
}
.isoffice header {
  position: relative;
  z-index: 5;
  padding: 0;
  flex-flow: row wrap;
}
.isoffice header > .container {
  align-self: stretch;
  align-self: center;
}
/* Banners */
.banner__main {
  /* Required so search drop-down does not chop off */
  overflow: initial;
  /* Banner -- Custom gallery nav */
}
.banner__main > * {
  transition: opacity 1s ease-out 0.5s;
}
.banner__main.loading {
  background: #efefef;
}
.banner__main.loading > * {
  transition: none;
  opacity: 0;
}
.banner__main .gallery-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  flex-flow: row nowrap;
}
@media only screen and (min-width: 769px) {
  .banner__main .gallery-nav {
    display: flex;
  }
}
@media (min-width: 769px) {
  .banner__main .gallery-nav {
    display: flex;
  }
}
.banner__main .gallery-nav button {
  width: 50%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-appearance: none;
  background: none;
  background: transparent;
}
.banner__main .gallery-nav button.nav-left:after {
  content: '';
  width: 100%;
  max-width: 600px;
  height: 50px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAABkCAYAAAAxFujrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIzMERENTlGNTdENzExRTg4NUFBQThEQjNBNUYyMDQzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIzMERENUEwNTdENzExRTg4NUFBQThEQjNBNUYyMDQzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjMwREQ1OUQ1N0Q3MTFFODg1QUFBOERCM0E1RjIwNDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjMwREQ1OUU1N0Q3MTFFODg1QUFBOERCM0E1RjIwNDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4KKR2aAAAElklEQVR42uyceYhNURzHzzMIkciSXdZIhCQZZF+zjxkTsk/yh20iIoqkbGlSZC1rGFvWsZOlCIkI2bImsoeZ8fx+3d8r8p657537vfe89+63vv+8P849n9+5771zfud3TiAYDKpkVTGVxPLhfXgf3of34X14czWZvFy3keJxCJ5FziEHyDxDy465JZ7hxZEnkH8F/9aSWNuLJ/BxYcBDWpzI8GPIhcH/a2Eiwo8mFwTtaUEiwY+IAjyk+YkAnxkDeEhz4xk+XQM8pNnxCJ/mAHhIs+IJfig5P+isZkR6nknT28Hk7YBZ5zLyNJPn9gPJO8glQO3XCPdhwIAEZn/ybnJJUPsrydNNhO9D3gcEX0WeauKStjcYPCfSd91r+F5g8NXkKbLkjSgvXvse5P3k0qD215InFQXuxch3lxFHga+zC+72yHcmHyKXAbW/gTzBLribI98JDL6JPDEacLfgO5KPAME3y4j/Mi17m0o+DATfQh5PLjQtdd1eRrwsqH1eB4yJFRwJ307Ay4Ha30kepQOO+rVvSz5OLg8C53XAcF1wxMi3AYPvIWc6Ae40fGvyCSB4roAXONWgU/CtwOD7BTzfyUadgG8p4BVA4AfJ6eSfTjesC9+CnEeuCALnWWEaAlwXvrmMeCUQ+FHyEBS4Dnwz8klyZVC/jpEHIcFjhW9KPgUEPy7gP9CLjmjhm5BPk6uA+sNfI05hf3djqRkNfGMZ8aqgvnDbnML+5laCwS58IxnxaqB+nFVWCts1cLvwDQS8OqgP58l93Qa3A1+ffEZF2PFwQBeUlbt3Hbwo+HoCXhP07IsC/lV5pEjwdQW8Fui5lwT8i/JQ4eDrCHht0DMvC/gn5bHCJTP4L6cL6Hk8Y2tIfqYMULiRH0d+Cnoeb0/tBC59teGfKGuDATU6nN/jjG45E+FZjyUAz0HPRWd2tf/qHoEDkKqwmxnak5yH8uP3AvT8Dl4GwM709oEE4BWoD+h9PO2FzX0JwGtQP/jrdcDtAESzpL0nAXgD6ks3hd27105m3CV3Jb8F9aeHBKCUifCsO/IGoALQk7xX4ep1tOBZt+U1RQUAXamlBc+6Ja/pO1DfePGTiwyA7qbFTWUVGb0H9a8feRcqAE5sV92QAHwABWCAsupyS5oIz7ouAfgICkCoIruEifCsa+AA8NbVNnKKifCsq8oqLUUFIE3egBQT4VlXFDZNNYy81YkAoAqSQgnKz6D2M5RVf5diIjyLU9O8GYFKTY8gb9QJALoIEb0pweVo62PlcKP89Dw4AKOVVW0dMBGedU5hNyLHxhIAN+vt0VvQnHJfE00A3D5swMUHXHWBKj7gsvPVdgPgxRmbPIUtO+GTFjl2AuDVASN0wRFfKLKyqAB4ebTsqCxYUAHg01UrTIVnHVbAIkNlHShcYSo8C1ZeKuKDhUtNhWdBCov/0EuT4VmOl5SLZsqP37/yb04wzxkOBGBOst6WMi8R7skZmaz35CT9DUnR3I21yL8VLUHhk/o+vJCz/gjAMp224vEaSL4WgvvNhdHZOg2ZcE+OZ/KvfvXhfXgf3odPBv0WYABQ5ehLw+ul/QAAAABJRU5ErkJggg==") left 20px center / 35px no-repeat;
  display: block;
  margin: 0 0 0 auto;
}
.banner__main .gallery-nav button.nav-right:after {
  content: '';
  width: 100%;
  max-width: 600px;
  height: 50px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAABkCAYAAAAxFujrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFBNjRDM0ExNTdENzExRThCQjYzRjRENDlENDJDMTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFBNjRDM0EyNTdENzExRThCQjYzRjRENDlENDJDMTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUE2NEMzOUY1N0Q3MTFFOEJCNjNGNEQ0OUQ0MkMxMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUE2NEMzQTA1N0Q3MTFFOEJCNjNGNEQ0OUQ0MkMxMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4rk/UeAAAEuElEQVR42uycV4xNURSG9xxdiCce1OCJR2+i9xrdDDIRMyJ6dCEiJEQQJQgiQgQxRBt1lAzRiS5EGaJEixa9j2Mtd+0Embkzc+7571333rOS/+2evff3n3PP2WXtneK6rknWcEwSRwAfwAfwAXwAH8AXHQtJI+IVvnQE1y4gjSdxLymftCru6LmH50Fz3X/jF2mIx7JiJi8XzXELDjYgM5HhZ7nhI5+UkYjwM93ixU/SoESCn+GWLNiA9ESAn+Z6CzZgQDzDT3UjCzYgNR7hJ7v+BBvQVyN8SiEzOROkE+NX/CT1J23T1McpCH4caRGgru9iwA7NffvqoLrKkrJIPTTfeSN3fhyoTn4C+pD2aIXnWEwaCzSgJ2m/VvgU0hLSaKAB/BfI0QhvDVhGGgmq/xupO+mgRnhrwArSMFAbvsgTcEgjvDWAJyuGgNrxWQw4rBHeGrCaNBhoQFfSUY3w1oA1pAygAZ1JxzROYLry6K8DtaeifP6aa7zzNkqR1pIGgtr1kdSJdFIjvDVgPWkAqG0fxIBTGuGtARtJ/UDte0/qSDqjEd4asImUCjLgHakD6ZxGeLv4kSUDFpQB7UjnNcJzlBEDegMNaEO6GKtPXbj4IS+/nSD4KtIDbKTxzv89abGV1A1kwhtSW9JljfDWgO3SXUXEKzHgqkZ4a0C2fKsR8VIMuKYRnqOcGNARaEBr0vVYv/AKm6zoCZysqErKJTXUCM/xldQLOFavRjpCaqDtsf9/xLZbvtWIeE5qSbqtEd4asE8aiYinpFakOxrhrQE5wDH7EzEgT8N//v+wszUnQOXXkHdAfY3wHJ/EANRYvaYJzQXW0wjP8VEMOA0qv5YYUFcjvJ2s6IyarKCoLX+BOlpeeIU1Mk+6xIg4Kj1BVXfeDlU3A8EfkjI1PvaV5bvfGFT+I/nsPdAGX8mE5uibgMp/LI/6fW0vPLs40RQIznf8nrZPnQVvBuzh8R2/q62Tw+B7SS1A5T+TgVNecX7sRBl8lzyOqFFd65KM6qIFX8GEZnXbgsp/IeC3tE1mlBfw9qDy7VTWzZJeiIbnjgsnHXYAg9/wcrEDBuc7jp69ve61AAcIvl0GLYh4LX+ja5EU4oDAtxjcggWv2PCi5ZVIC3IA4Mj82rcCftmPwvyE52VqXqfvBQK3y9SX/CrQL3iboNAbDH7Bz0IdH8H7AsF5ueu83wU7PoBvMLiUFDvNdRZRuBMh+DoT2j2BiA8GO8HpGd7m4aWD2sVT210MMA3NKzxfwzm4qARE9KKGZ3ibfIzOvT0ejaGm4wE8EwjOeTxRSTouCTyDrzTYdHPuFeZGcXKlWPAMvpw0FNQGTl7g7I2objQoDjyDLyUNB9Vv01aivsWkKHgG5+1lo0B12+1lB0yMIhw8bywcAwaP2baycPB8BAxyQyGPA2K6obAw+PkmdAQMCjzNhBKTjEb4Z6C6fsg4INsoiYLg+SU3yed6eP88Z2Sr2T4e7j/PBwdM8amOfAFXdXDAn4jCmRlp8XxayvRkPS0l6c/JSfoTkqxmJ+vZWEl/KprVvGQ9D89qwV/gQ+MNnBXJMZATZdjLGU/xdwSk0ZN+qm48H8AH8AF8AB/AJ0r8FmAAZ8qI7XAoxxgAAAAASUVORK5CYII=") right 20px center / 35px no-repeat;
  display: block;
  margin: 0 auto 0 0;
}
.banner__main.banner__cta__1 {
  /* This banner lost it's height somewhere somehow????? */
  height: 400px;
}
.banner__main.banner__cta__1 .search-wrapper {
  padding-bottom: 100px;
}
.banner__main.banner__cta__1 .cta-container {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 125px;
}
@media only screen and (min-width: 768px) {
  .banner__main.banner__cta__1 .cta-container {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .banner__main.banner__cta__1 .cta-container {
    height: 150px;
  }
}
.banner__main.banner__cta__1 .cta-container .inner {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 500px;
  margin: -25px auto 0;
  padding: 0 10px;
}
.banner__main.banner__cta__1 .cta-container .inner a {
  width: 100%;
}
.banner__main.banner__cta__1 .cta-container .inner button,
.banner__main.banner__cta__1 .cta-container .inner .button {
  white-space: normal;
}
.banner__main.banner__cta__1 .cta-container .inner button {
  height: auto;
  padding: 10px 20px;
  width: 100%;
}
.banner__main.banner__cta__1 .cta-container .inner .lower {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
.banner__main.banner__cta__1 .cta-container .inner .lower .lower-blurb {
  display: block;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 8px;
}
.banner__main.banner__cta__1 .cta-container .inner .lower .lower-blurb,
.banner__main.banner__cta__1 .cta-container .inner .lower .lower-blurb:hover {
  background: none;
  border-color: white;
  color: white;
}
.banner__main .search-wrapper {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  max-width: 768px;
}
.banner__main .search-wrapper h1 {
  height: auto;
  color: #FFF;
  font-weight: 900;
  font-size: 2.2em;
  /*Nasty hack to force slider contents to appear higher. Are incorrectly valigned in flex for some reason*/
  margin-top: -30px;
}
.banner__main .search-wrapper p {
  font-weight: 400;
  color: white;
}
.banner__main .search-wrapper .filter-buttons {
  margin-top: 40px;
}
.banner__main .search-wrapper .filter-buttons input {
  display: none;
}
.banner__main .search-wrapper .filter-buttons #property-alert-btn,
.banner__main .search-wrapper .filter-buttons label,
.banner__main .search-wrapper .filter-buttons .button {
  font-size: 1em;
  cursor: pointer;
  background: rgba(117, 117, 117, 0.9);
  color: #FFF;
  display: block;
  padding: 10px 0;
  font-weight: 300;
  border-radius: 4px;
  transition: background 0.2s ease;
  margin-bottom: 4px;
  margin-right: 4px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .banner__main .search-wrapper .filter-buttons > div:nth-of-type(2n+2) #property-alert-btn,
  .banner__main .search-wrapper .filter-buttons > div:nth-of-type(2n+2) label {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .banner__main .search-wrapper .filter-buttons > div:nth-of-type(2n+2) #property-alert-btn,
  .banner__main .search-wrapper .filter-buttons > div:nth-of-type(2n+2) label {
    margin-right: 0;
  }
}
.banner__main .search-wrapper .filter-buttons input:checked + label {
  background: rgba(0, 69, 123, 0.9);
}
.banner__main .search-wrapper .primary-search {
  padding: 0;
  margin-top: 6px;
}
.banner__main .search-wrapper .primary-search .row {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.banner__main .search-wrapper .primary-search fieldset {
  padding-right: 0;
}
.banner__main .search-wrapper .primary-search button {
  padding: 10px;
  margin-top: 5px;
  background: #f28000;
}
.banner__main .search-wrapper .primary-search button:hover {
  background: #ff9926;
}
.banner__main .search-wrapper .primary-search .search-input .fa-close {
  position: absolute;
  cursor: pointer;
  right: 15px;
  color: #e97d00;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 2px;
  display: none;
}
.banner__main .search-wrapper .primary-search .suburb-select {
  background: white;
  z-index: 1;
  color: black;
  text-shadow: none;
  width: 100%;
  height: 100%;
}
.banner__main .search-wrapper .primary-search .suburb-select option {
  text-transform: capitalize;
}
.banner__main .search-wrapper .primary-search .suburb-select option,
.banner__main .search-wrapper .primary-search .suburb-select option:selected {
  color: black;
}
@media only screen and (min-width: 35.5em) {
  .banner__main .search-wrapper .primary-search .row {
    flex-flow: row nowrap;
  }
  .banner__main .search-wrapper .primary-search fieldset {
    padding-right: 4px;
  }
  .banner__main .search-wrapper .primary-search button {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 35.5em) {
  .banner__main .search-wrapper .primary-search .row {
    flex-flow: row nowrap;
  }
  .banner__main .search-wrapper .primary-search fieldset {
    padding-right: 4px;
  }
  .banner__main .search-wrapper .primary-search button {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
}
.banner__main .search-wrapper .filter-buttons {
  justify-content: center;
}
.banner__main .search-wrapper .filter-buttons .pure-u-1-2 {
  max-width: 260px;
}
@media only screen and (min-width: 768px) {
  .banner__main .search-wrapper .filter-buttons .pure-u-md-1-2:last-child #property-alert-btn,
  .banner__main .search-wrapper .filter-buttons .pure-u-md-1-3:last-child #property-alert-btn,
  .banner__main .search-wrapper .filter-buttons .pure-u-md-1-4:last-child #property-alert-btn,
  .banner__main .search-wrapper .filter-buttons .pure-u-md-1-2:last-child label,
  .banner__main .search-wrapper .filter-buttons .pure-u-md-1-3:last-child label,
  .banner__main .search-wrapper .filter-buttons .pure-u-md-1-4:last-child label {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .banner__main .search-wrapper .filter-buttons .pure-u-md-1-2:last-child #property-alert-btn,
  .banner__main .search-wrapper .filter-buttons .pure-u-md-1-3:last-child #property-alert-btn,
  .banner__main .search-wrapper .filter-buttons .pure-u-md-1-4:last-child #property-alert-btn,
  .banner__main .search-wrapper .filter-buttons .pure-u-md-1-2:last-child label,
  .banner__main .search-wrapper .filter-buttons .pure-u-md-1-3:last-child label,
  .banner__main .search-wrapper .filter-buttons .pure-u-md-1-4:last-child label {
    margin-right: 0 !important;
  }
}
.banner__abstract {
  background: #efefef;
  height: 140px;
}
/* ---- Form Property Alpha for homepages ---- */
/* Conditionals for if Form Property boxes are included */
.form-property #form-property-alpha {
  position: static;
  z-index: 3;
}
@media (min-width: 42em) {
  .form-property #form-property-alpha {
    position: absolute;
  }
}
@media (min-width: 64em) {
  .form-property #form-property-alpha.container {
    padding: 0;
  }
}
.form-property #form-property-alpha .button {
  height: auto;
}
/* Slick slider */
.banner .banner__slick,
.cp__tile .banner__slick {
  /*height: 0;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100% !important;
}
.banner.slick__controls .counter,
.cp__tile.slick__controls .counter,
.banner .slick__controls .counter,
.cp__tile .slick__controls .counter {
  bottom: auto;
  right: 10px;
  top: 10px;
}
.banner:not(.banner-bravo) .inner-banner,
.cp__tile:not(.banner-bravo) .inner-banner {
  position: absolute;
  /*so it's above the Property Alerts boxes*/
  z-index: 5;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  transform: translateX(-1000px);
  transition: all 1s ease-out 1.5s;
}
.banner:not(.banner-bravo) .inner-banner a,
.cp__tile:not(.banner-bravo) .inner-banner a {
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 60px 40px 38px;
  display: block;
  font-weight: 600;
  font-size: 1.2em;
}
.banner:not(.banner-bravo) .inner-banner a i.icon-house,
.cp__tile:not(.banner-bravo) .inner-banner a i.icon-house {
  font-size: 3.2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
}
.banner:not(.banner-bravo) .inner-banner a i.fa,
.cp__tile:not(.banner-bravo) .inner-banner a i.fa {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.banner:not(.banner-bravo) .inner-banner a span,
.cp__tile:not(.banner-bravo) .inner-banner a span {
  display: block;
  max-width: 125px;
  padding-top: 2px;
}
.banner:not(.banner-bravo) .inner-banner.on,
.cp__tile:not(.banner-bravo) .inner-banner.on {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  .banner:not(.banner-bravo) .inner-banner,
  .cp__tile:not(.banner-bravo) .inner-banner {
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .banner:not(.banner-bravo) .inner-banner a,
  .cp__tile:not(.banner-bravo) .inner-banner a {
    padding: 15px 30px 15px 15px;
  }
  .banner:not(.banner-bravo) .inner-banner a span,
  .cp__tile:not(.banner-bravo) .inner-banner a span {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .banner:not(.banner-bravo) .inner-banner,
  .cp__tile:not(.banner-bravo) .inner-banner {
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .banner:not(.banner-bravo) .inner-banner a,
  .cp__tile:not(.banner-bravo) .inner-banner a {
    padding: 15px 30px 15px 15px;
  }
  .banner:not(.banner-bravo) .inner-banner a span,
  .cp__tile:not(.banner-bravo) .inner-banner a span {
    max-width: none;
  }
}
/* Agents */
.cp__agents .agent {
  background: none;
  /*border: 1px solid @form-border-color !important;*/
  margin: 4px 0;
}
@media only screen and (min-width: 768px) {
  .cp__agents .agent {
    margin: 4px;
  }
}
@media (min-width: 768px) {
  .cp__agents .agent {
    margin: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .cp__agents .agent {
    width: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .cp__agents .agent {
    max-width: calc(50% - 40px);
  }
  .cp__agents .agent:nth-of-type(2n+1) {
    margin-right: 36px;
  }
}
@media (min-width: 1200px) {
  .cp__agents .agent {
    max-width: calc(50% - 40px);
  }
  .cp__agents .agent:nth-of-type(2n+1) {
    margin-right: 36px;
  }
}
.cp__agents .agent .pure-g {
  flex-wrap: nowrap;
}
.cp__agents .agent > div {
  height: 180px;
  /* mobile column layout */
}
.cp__agents .agent > div .detail {
  order: 2;
  flex-grow: 1;
  text-align: left;
  position: relative;
}
.cp__agents .agent > div .detail:first-child {
  padding-right: 100px;
  padding-left: 25px;
}
.cp__agents .agent > div .detail a.enquire {
  position: absolute;
  display: block;
  padding: 30px 15px;
  background: #efefef;
  right: 10px;
  top: 10px;
}
.cp__agents .agent > div .photo {
  order: 1;
  width: 180px;
  left: 0;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .cp__agents .agent > div .photo {
    /*width: 10vw;*/
  }
}
.cp__agents .agent > div .photo .ld__imgagent img {
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 499px) {
  .cp__agents .agent > div {
    flex-flow: column;
    height: auto;
  }
  .cp__agents .agent > div .detail {
    width: 100%;
  }
  .cp__agents .agent > div .detail:first-child {
    padding: 30px 20px;
  }
  .cp__agents .agent > div .detail a.enquire {
    top: auto;
    bottom: 10px;
  }
  .cp__agents .agent > div .photo {
    width: 100%;
    padding-bottom: unset;
  }
}
@media (max-width: 499px) {
  .cp__agents .agent > div {
    flex-flow: column;
    height: auto;
  }
  .cp__agents .agent > div .detail {
    width: 100%;
  }
  .cp__agents .agent > div .detail:first-child {
    padding: 30px 20px;
  }
  .cp__agents .agent > div .detail a.enquire {
    top: auto;
    bottom: 10px;
  }
  .cp__agents .agent > div .photo {
    width: 100%;
    padding-bottom: unset;
  }
}
.recent-news h2 {
  margin-bottom: 2em;
}
.recent-news .recent-news-text {
  background-color: #f5f5f5;
  min-height: 360px;
  padding: 40px 20px;
  display: flex;
  flex-flow: column;
}
.recent-news .recent-news-text h3 {
  padding-bottom: 20px;
}
.recent-news .recent-news-text p {
  flex-grow: 1;
  letter-spacing: initial;
}
.recent-news .recent-news-text a {
  display: block;
  padding-top: 20px;
  width: 100%;
  text-align: center;
}
.recent-news .recent-news-image {
  min-height: 360px;
  position: relative;
}
.recent-news .recent-news-image a {
  height: 100%;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
}
.recent-news .date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-size: 1.2em;
  padding-top: 2px;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  text-align: center;
}
.recent-news .date big {
  font-size: 1.15em;
  display: block;
  line-height: 1;
}
/* Listing Grids */
.listings-grid-alpha {
  padding-top: 0;
  /* GRID OVERLAY EFFECT */
  /* RESPONSIVE STUFF */
  /*********
		* ALPHA
		****************/
  /*********
		* BRAVO
		****************/
}
.listings-grid-alpha .content-nav {
  margin-bottom: 2em;
  text-align: left;
}
.listings-grid-alpha .content-nav a,
.listings-grid-alpha .content-nav a.active {
  font-size: 1em;
  padding: 0;
  color: #505052;
}
.listings-grid-alpha .content-nav a:after,
.listings-grid-alpha .content-nav a.active:after {
  display: none;
}
.listings-grid-alpha .grid-gallery-alpha li.loader.no-overlay .inner-container,
.listings-grid-alpha .grid-gallery-alpha li.loading.no-overlay .inner-container {
  padding: 33% 0;
}
.listings-grid-alpha .inner-container,
.listings-grid-alpha .grid-gallery-alpha li .inner-container {
  height: 100%;
  display: flex;
  flex-flow: column;
}
.listings-grid-alpha .inner-container .ld__img,
.listings-grid-alpha .grid-gallery-alpha li .inner-container .ld__img {
  /* make text animate-in will come in UNDER the image */
  z-index: 2;
}
.listings-grid-alpha .inner-container .ld__imgcontainer,
.listings-grid-alpha .grid-gallery-alpha li .inner-container .ld__imgcontainer {
  transition: transform 1s cubic-bezier(0.04, 1.03, 0.74, 0.56);
}
@media only screen and (min-width: 416px) {
  .listings-grid-alpha .inner-container:hover .ld__imgcontainer,
  .listings-grid-alpha .grid-gallery-alpha li .inner-container:hover .ld__imgcontainer {
    transform: scale(1.08);
  }
}
@media only screen and (min-width: 416px) {
  .listings-grid-alpha .inner-container:hover .ld__imgcontainer,
  .listings-grid-alpha .grid-gallery-alpha li .inner-container:hover .ld__imgcontainer {
    transform: scale(1.08);
  }
}
.listings-grid-alpha .inner-container .inner,
.listings-grid-alpha .grid-gallery-alpha li .inner-container .inner {
  padding: 20px;
  border: 1px solid #efefef;
  background: #FFF;
  border-top: 0;
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
  align-content: flex-start;
}
.listings-grid-alpha .inner-container .inner > *,
.listings-grid-alpha .grid-gallery-alpha li .inner-container .inner > * {
  width: 100%;
}
.listings-grid-alpha .inner-container .inner .listing-street,
.listings-grid-alpha .grid-gallery-alpha li .inner-container .inner .listing-street {
  text-transform: capitalize;
}
.listings-grid-alpha .inner-container .inner .listing-street,
.listings-grid-alpha .grid-gallery-alpha li .inner-container .inner .listing-street,
.listings-grid-alpha .inner-container .inner h4 strong,
.listings-grid-alpha .grid-gallery-alpha li .inner-container .inner h4 strong {
  order: 1;
  font-weight: 600;
  color: #505052;
}
.listings-grid-alpha .inner-container .inner p,
.listings-grid-alpha .grid-gallery-alpha li .inner-container .inner p {
  color: #505052;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}
.listings-grid-alpha .inner-container .inner p small,
.listings-grid-alpha .grid-gallery-alpha li .inner-container .inner p small {
  margin: 0;
  font-size: 1rem;
}
.listings-grid-alpha .inner-container .listing-salemethod.d-corner,
.listings-grid-alpha .grid-gallery-alpha li .inner-container .listing-salemethod.d-corner {
  display: block;
  position: absolute;
  top: 14px;
  right: 14px;
  width: auto;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  text-align: center;
  padding: 15px 10px;
  text-transform: capitalize;
  min-width: 125px;
}
.listings-grid-alpha .inner-container .listing-salemethod.d-corner.sneak,
.listings-grid-alpha .grid-gallery-alpha li .inner-container .listing-salemethod.d-corner.sneak {
  background: rgba(0, 69, 123, 0.5);
}
.listings-grid-alpha .inner-container .listing-salemethod.d-corner span,
.listings-grid-alpha .grid-gallery-alpha li .inner-container .listing-salemethod.d-corner span {
  display: block;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 0 0;
}
.listings-grid-alpha .inner-container .listing-street,
.listings-grid-alpha .grid-gallery-alpha li .inner-container .listing-street {
  order: 1;
}
.listings-grid-alpha .inner-container .listing-suburb,
.listings-grid-alpha .grid-gallery-alpha li .inner-container .listing-suburb {
  order: 2;
  width: auto;
}
.listings-grid-alpha .inner-container .listing-statepc,
.listings-grid-alpha .grid-gallery-alpha li .inner-container .listing-statepc {
  order: 3;
  width: auto;
  display: block;
  padding-left: 4px;
}
.listings-grid-alpha .inner-container .listing-price,
.listings-grid-alpha .grid-gallery-alpha li .inner-container .listing-price {
  order: 4;
  margin: 5px 0 0;
  /* Breaks in IE */
  /*._mix_resp(min, @breakpt-desktop {
						padding-right: 150px;
					});*/
}
.listings-grid-alpha .inner-container .listing-price .sale-method,
.listings-grid-alpha .grid-gallery-alpha li .inner-container .listing-price .sale-method {
  display: none;
}
.listings-grid-alpha .inner-container .listing-bedbathcar,
.listings-grid-alpha .grid-gallery-alpha li .inner-container .listing-bedbathcar {
  bottom: 20px;
  right: 20px;
  font-size: 0.9em;
  order: 5;
  width: auto;
  flex-grow: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
@media only screen and (min-width: 1200px) {
  .listings-grid-alpha .inner-container .listing-bedbathcar,
  .listings-grid-alpha .grid-gallery-alpha li .inner-container .listing-bedbathcar {
    font-size: 0.8em;
    /*Causes text overlap and breaks in conjuction with other elements in IE*/
    /*position: absolute;*/
  }
}
@media (min-width: 1200px) {
  .listings-grid-alpha .inner-container .listing-bedbathcar,
  .listings-grid-alpha .grid-gallery-alpha li .inner-container .listing-bedbathcar {
    font-size: 0.8em;
    /*Causes text overlap and breaks in conjuction with other elements in IE*/
    /*position: absolute;*/
  }
}
.listings-grid-alpha .inner-container .listing-bedbathcar em,
.listings-grid-alpha .grid-gallery-alpha li .inner-container .listing-bedbathcar em {
  padding-left: 6px;
}
.listings-grid-alpha .inner-container .listing-bedbathcar i,
.listings-grid-alpha .grid-gallery-alpha li .inner-container .listing-bedbathcar i {
  padding: 0 0 0 6px;
  color: lightgray;
}
.listings-grid-alpha .btn-container {
  padding-top: 4rem;
}
.listings-grid-alpha .btn-container .btn-topright {
  position: absolute;
  top: 10px;
  right: 20px;
}
.listings-grid-alpha .listing-suburb {
  text-transform: capitalize;
}
@media only screen and (min-width: 416px) {
  .gridhover_op_1 .listings-grid-alpha li:hover .ld__imgcontainer:after {
    opacity: 0.1 !important;
  }
  .gridhover_op_2 .listings-grid-alpha li:hover .ld__imgcontainer:after {
    opacity: 0.2 !important;
  }
  .gridhover_op_3 .listings-grid-alpha li:hover .ld__imgcontainer:after {
    opacity: 0.3 !important;
  }
  .gridhover_op_4 .listings-grid-alpha li:hover .ld__imgcontainer:after {
    opacity: 0.4 !important;
  }
  .gridhover_op_5 .listings-grid-alpha li:hover .ld__imgcontainer:after {
    opacity: 0.5 !important;
  }
  .gridhover_op_6 .listings-grid-alpha li:hover .ld__imgcontainer:after {
    opacity: 0.6 !important;
  }
  .gridhover_op_7 .listings-grid-alpha li:hover .ld__imgcontainer:after {
    opacity: 0.7 !important;
  }
  .gridhover_op_8 .listings-grid-alpha li:hover .ld__imgcontainer:after {
    opacity: 0.8 !important;
  }
  .gridhover_op_9 .listings-grid-alpha li:hover .ld__imgcontainer:after {
    opacity: 0.9 !important;
  }
  .gridhover_op_10 .listings-grid-alpha li:hover .ld__imgcontainer:after {
    opacity: 1 !important;
  }
  .gridhover_blend_color .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: color;
  }
  .gridhover_blend_color-burn .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: color-burn;
  }
  .gridhover_blend_color-dodge .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: color-dodge;
  }
  .gridhover_blend_darken .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: darken;
  }
  .gridhover_blend_difference .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: difference;
  }
  .gridhover_blend_exclusion .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: exclusion;
  }
  .gridhover_blend_hard-light .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: hard-light;
  }
  .gridhover_blend_lighten .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: lighten;
  }
  .gridhover_blend_luminosity .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: luminosity;
  }
  .gridhover_blend_multiply .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: multiply;
  }
  .gridhover_blend_overlay .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: overlay;
  }
  .gridhover_blend_saturation .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: saturation;
  }
  .gridhover_blend_screen .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: screen;
  }
  .gridhover_blend_soft-light .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: soft-light;
  }
}
@media only screen and (min-width: 416px) {
  .gridhover_op_1 .listings-grid-alpha li:hover .ld__imgcontainer:after {
    opacity: 0.1 !important;
  }
  .gridhover_op_2 .listings-grid-alpha li:hover .ld__imgcontainer:after {
    opacity: 0.2 !important;
  }
  .gridhover_op_3 .listings-grid-alpha li:hover .ld__imgcontainer:after {
    opacity: 0.3 !important;
  }
  .gridhover_op_4 .listings-grid-alpha li:hover .ld__imgcontainer:after {
    opacity: 0.4 !important;
  }
  .gridhover_op_5 .listings-grid-alpha li:hover .ld__imgcontainer:after {
    opacity: 0.5 !important;
  }
  .gridhover_op_6 .listings-grid-alpha li:hover .ld__imgcontainer:after {
    opacity: 0.6 !important;
  }
  .gridhover_op_7 .listings-grid-alpha li:hover .ld__imgcontainer:after {
    opacity: 0.7 !important;
  }
  .gridhover_op_8 .listings-grid-alpha li:hover .ld__imgcontainer:after {
    opacity: 0.8 !important;
  }
  .gridhover_op_9 .listings-grid-alpha li:hover .ld__imgcontainer:after {
    opacity: 0.9 !important;
  }
  .gridhover_op_10 .listings-grid-alpha li:hover .ld__imgcontainer:after {
    opacity: 1 !important;
  }
  .gridhover_blend_color .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: color;
  }
  .gridhover_blend_color-burn .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: color-burn;
  }
  .gridhover_blend_color-dodge .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: color-dodge;
  }
  .gridhover_blend_darken .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: darken;
  }
  .gridhover_blend_difference .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: difference;
  }
  .gridhover_blend_exclusion .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: exclusion;
  }
  .gridhover_blend_hard-light .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: hard-light;
  }
  .gridhover_blend_lighten .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: lighten;
  }
  .gridhover_blend_luminosity .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: luminosity;
  }
  .gridhover_blend_multiply .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: multiply;
  }
  .gridhover_blend_overlay .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: overlay;
  }
  .gridhover_blend_saturation .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: saturation;
  }
  .gridhover_blend_screen .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: screen;
  }
  .gridhover_blend_soft-light .listings-grid-alpha li:hover .ld__imgcontainer:after {
    mix-blend-mode: soft-light;
  }
}
@media only screen and (min-width: 1000px) {
  .listings-grid-alpha li {
    width: calc(33.33% - 30px);
  }
  .listings-grid-alpha li:nth-of-type(3n+2) {
    margin-left: 45px;
    margin-right: 45px;
  }
}
@media (min-width: 1000px) {
  .listings-grid-alpha li {
    width: calc(33.33% - 30px);
  }
  .listings-grid-alpha li:nth-of-type(3n+2) {
    margin-left: 45px;
    margin-right: 45px;
  }
}
.alpha .listings-grid-alpha .listings-container .pure-u-md-1-3 {
  margin-bottom: 45px;
}
@media only screen and (min-width: 1000px) {
  .alpha .listings-grid-alpha .listings-container .pure-u-md-1-3 {
    width: calc(33.33% - 30px);
  }
  .alpha .listings-grid-alpha .listings-container .pure-u-md-1-3:nth-of-type(3n+2) {
    margin-left: 45px;
    margin-right: 45px;
  }
}
@media (min-width: 1000px) {
  .alpha .listings-grid-alpha .listings-container .pure-u-md-1-3 {
    width: calc(33.33% - 30px);
  }
  .alpha .listings-grid-alpha .listings-container .pure-u-md-1-3:nth-of-type(3n+2) {
    margin-left: 45px;
    margin-right: 45px;
  }
}
.bravo .listings-grid-alpha {
  padding-bottom: 0;
}
.bravo .listings-grid-alpha .listings-container .pure-u-md-1-3 {
  margin-bottom: 7.5px;
}
@media only screen and (min-width: 768px) {
  .bravo .listings-grid-alpha .listings-container .pure-u-md-1-3 {
    width: calc(33.33% - 5px);
  }
  .bravo .listings-grid-alpha .listings-container .pure-u-md-1-3:nth-of-type(0n+4) {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .bravo .listings-grid-alpha .listings-container .pure-u-md-1-3:nth-of-type(0n+2) {
    width: calc(66.66% - 2.5px);
    margin-left: 7.5px;
    margin-right: 0;
  }
  .bravo .listings-grid-alpha .listings-container .pure-u-md-1-3:nth-of-type(0n+6) {
    width: calc(66.66% - 2.5px);
    margin-right: 7.5px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .bravo .listings-grid-alpha .listings-container .pure-u-md-1-3 {
    width: calc(33.33% - 5px);
  }
  .bravo .listings-grid-alpha .listings-container .pure-u-md-1-3:nth-of-type(0n+4) {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .bravo .listings-grid-alpha .listings-container .pure-u-md-1-3:nth-of-type(0n+2) {
    width: calc(66.66% - 2.5px);
    margin-left: 7.5px;
    margin-right: 0;
  }
  .bravo .listings-grid-alpha .listings-container .pure-u-md-1-3:nth-of-type(0n+6) {
    width: calc(66.66% - 2.5px);
    margin-right: 7.5px;
    margin-left: 0;
  }
}
/* END -- Listing Grids */
/* Footer */
footer h4 {
  padding: 0;
}
footer > section {
  padding: 4em 0;
}
footer .upper {
  display: flex;
  justify-content: center;
  font-size: 1.4em;
  padding: 2.5em 0;
  border-top: 1px solid #d6d4d4;
}
footer .upper p {
  text-align: center;
  padding: 0 20px;
}
footer .upper p strong {
  font-weight: 700;
}
footer .upper .pa-btn-step.off {
  display: inline-block;
}
@media only screen and (min-width: 416px) {
  footer .middle a:hover,
  footer .middle .social-links a:hover {
    color: #1598ff;
  }
}
@media only screen and (min-width: 416px) {
  footer .middle a:hover,
  footer .middle .social-links a:hover {
    color: #1598ff;
  }
}
footer .middle .social-links-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 15px 0;
}
footer .middle .social-links {
  flex-flow: row wrap;
  padding-top: 0;
}
footer .lower > div {
  align-items: flex-start;
}
footer .lower .logo a img {
  width: 100%;
  max-width: 320px;
}
footer .footer-column {
  display: flex;
  flex-flow: column nowrap;
  align-content: flex-start;
}
@media only screen and (min-width: 768px) {
  footer .footer-column {
    flex-flow: row nowrap;
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  footer .footer-column {
    flex-flow: row nowrap;
    max-height: 200px;
  }
}
footer .footer-column h3 {
  padding-top: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  footer .footer-column h3 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  footer .footer-column h3 {
    text-align: left;
  }
}
footer .footer-column h3,
footer .footer-column li {
  line-height: 2.2;
}
#property-alert-container .select2-search-field input {
  width: 100%;
}
#property-alert-container .select2-container-multi .select2-choices {
  border: 0;
}
#property-alert-container .select2-container-multi .select2-choices .select2-search-field,
#property-alert-container .select2-container-multi .select2-choices .select2-search-field input {
  width: 100% !important;
}
/**********************************
	***********************************
	***********************************
	***********************************
	* PAGES
	*/
/* Listing Show */
.listing-show h1 br {
  display: block;
}
.listing-show h1 span {
  font-size: 0.9em;
}
.listing-show h2 {
  font-weight: 300;
}
.listing-show .banner__control {
  display: flex;
}
.listing-show .banner__control h4 a {
  display: flex;
}
.listing-show .banner__property {
  /*.banner__secondary {
				display: block;
				width: 25%;
				flex-shrink: 1;
				flex-grow: 1;
				overflow: hidden;

				.banner__slick {
					height: 100%;
					position: relative;

					&:after {
						content:'';
						display: block;
						position: absolute;
						top:0;
						bottom:0;
						left: 0;
						right:0;
						background: rgba(255,255,255,0.4);
					}
				}

				&:first-child {
					.ld__imgcontainer {
						background-position: center right !important;;
					}
				}

				&:last-child {
					.ld__imgcontainer {
						background-position: center left !important;
					}
				}
			}*/
}
.listing-show .banner__property .banner__secondary {
  width: 0;
}
.listing-show .banner__property .banner__primary {
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
  /*max-width: 1200px;*/
}
.listing-show .banner__property .banner__primary .slick-slide {
  width: 100vw;
  max-width: 1200px;
}
.listing-show .banner__property .banner__primary .slick-slide:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  transition: opacity 1s ease-in-out;
}
.listing-show .banner__property .banner__primary .slick-slide.slick-active:after {
  opacity: 0;
}
.listing-show .banner__control {
  font-size: 0.9em;
  border-bottom: 1px solid #d6d4d4;
}
.listing-show .banner__control .flex > div {
  background: white;
  flex-grow: 0;
  padding-right: 20px;
}
.listing-show .banner__control .flex > div > span {
  border: 0;
}
.listing-show .banner__control .flex > div .flex-half {
  padding-left: 2px;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .listing-show .banner__control .flex > div .flex-half {
    width: auto;
  }
}
@media (min-width: 768px) {
  .listing-show .banner__control .flex > div .flex-half {
    width: auto;
  }
}
.listing-show .banner__control .flex > div .flex-half h4 {
  padding: 0;
}
.listing-show .banner__control .flex > div .flex-half h4 i {
  color: lightgray;
}
.listing-show .banner__control .flex > div .flex-half h4 a {
  padding: 8px;
  justify-content: center;
}
.listing-show .banner__control .flex > div .flex-half h4 a.disabled {
  background: #f4f4f4;
}
.listing-show .banner__control .flex > div .flex-half h4 a.enquire {
  background: #00457b;
  color: white;
  border-radius: 4px;
  padding: 6px 10px;
}
.listing-show .banner__control .flex > div .flex-half h4 a.active i {
  color: #007ee1;
}
.listing-show .banner__control .flex > div .flex-half h4 span {
  line-height: 1;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 415px) {
  .listing-show .banner__control .flex > div .flex-half h4 span {
    padding-left: 2px;
  }
}
@media (max-width: 415px) {
  .listing-show .banner__control .flex > div .flex-half h4 span {
    padding-left: 2px;
  }
}
.listing-show .banner__control .flex > div.push-right {
  flex-grow: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .listing-show .banner__control .flex > div.push-right {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .listing-show .banner__control .flex > div.push-right {
    justify-content: flex-end;
  }
}
.listing-show .opens p {
  background: none;
  padding: 0;
}
.listing-show .opens p i {
  display: none;
}
.listing-show .property__detail .in__bedbathcar {
  display: flex;
  flex-flow: row nowrap;
}
.listing-show .property__detail .in__bedbathcar span {
  display: flex;
  flex-flow: column;
  padding: 0 25px 0 0;
}
.listing-show .property__detail .in__bedbathcar span em {
  font-size: 1.2em;
  text-align: center;
}
.listing-show .property__detail .in__bedbathcar span i {
  padding: 0;
  color: lightgray;
  top: 0;
  margin-top: 0.4em;
}
.listing-show .property__detail .mobile .in__bedbathcar {
  padding: 25px 0 20px;
}
.listing-show .property__detail .desktop .in__bedbathcar {
  padding-bottom: 40px;
}
.listing-show .cp__agents .padding-row-lg {
  padding-top: 0;
}
.listing-show .padding-row-lg {
  padding-bottom: 2.5rem;
}
/* END PAGE -- Listing Show */
/* Forms */
.form-success,
.quick-form-success {
  color: white;
  margin: 0 auto 20px;
  padding: 20px 5px;
  background: #8dc63e;
  text-align: center;
  border-radius: 5px;
  display: none;
  box-sizing: border-box;
}
.form-error,
.quick-form-error {
  color: #d63830;
  margin: 0 auto 20px;
  padding: 20px 5px;
  background: #ebcdcc;
  border: solid 1px #d63830;
  border-radius: 5px;
  text-align: center;
  display: none;
  box-sizing: border-box;
}
.no-ajax .form-error,
.no-ajax .quick-form-error {
  display: block;
}
/* --- */
/* Property Value form */
.form-property-container button:hover,
.form-property-container .button:hover {
  color: white;
}
.lity-property-alert .select2-drop {
  margin-left: 0px;
}
.lity-property-alert .select-container select {
  letter-spacing: 0px;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.4;
  font-size: 1em;
  font-weight: 300;
  color: #505052;
  text-shadow: none;
  font-weight: 400;
}
/* --- */
/* Columns */
/* This messes up the property alerts layout... */
/* Overwrite has been put in propertyAlert.less */
.left-col {
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .left-col {
    padding-right: 4rem;
  }
}
@media (min-width: 768px) {
  .left-col {
    padding-right: 4rem;
  }
}
.right-col {
  max-width: 250px;
}
.right-col button,
.right-col .btn,
.right-col .button {
  width: 100%;
  max-width: none;
  min-width: auto;
}
/**********************************
	***********************************
	***********************************
	***********************************
	* MINOR PIECES
	*/
button,
.button,
.btn,
a.psudo-btn {
  background: #00457b;
}
button:hover,
.button:hover,
.btn:hover,
a.psudo-btn:hover,
button:focus,
.button:focus,
.btn:focus,
a.psudo-btn:focus,
button:active,
.button:active,
.btn:active,
a.psudo-btn:active {
  background: #007ee1;
}
button.btn-150,
.button.btn-150,
.btn.btn-150,
a.psudo-btn.btn-150 {
  min-width: 150px;
}
button.btn-short,
.button.btn-short,
.btn.btn-short,
a.psudo-btn.btn-short {
  height: auto;
  padding: 6px 1.5em;
}
button.btn-commercial,
.button.btn-commercial,
.btn.btn-commercial,
a.psudo-btn.btn-commercial {
  background: #fe000c;
}
button.btn-commercial:hover,
.button.btn-commercial:hover,
.btn.btn-commercial:hover,
a.psudo-btn.btn-commercial:hover,
button.btn-commercial:focus,
.button.btn-commercial:focus,
.btn.btn-commercial:focus,
a.psudo-btn.btn-commercial:focus,
button.btn-commercial:active,
.button.btn-commercial:active,
.btn.btn-commercial:active,
a.psudo-btn.btn-commercial:active {
  background: #ff656c;
}
button.font-reset,
.button.font-reset,
.btn.font-reset,
a.psudo-btn.font-reset {
  font-size: 1rem;
}
button.btn-outline-1,
.button.btn-outline-1,
.btn.btn-outline-1,
a.psudo-btn.btn-outline-1 {
  background: transparent;
  border: 1px solid #ccc;
  font-weight: 400;
  color: #353535;
  font-size: 1em;
}
button.btn-outline-1:hover,
.button.btn-outline-1:hover,
.btn.btn-outline-1:hover,
a.psudo-btn.btn-outline-1:hover,
button.btn-outline-1:focus,
.button.btn-outline-1:focus,
.btn.btn-outline-1:focus,
a.psudo-btn.btn-outline-1:focus,
button.btn-outline-1:active,
.button.btn-outline-1:active,
.btn.btn-outline-1:active,
a.psudo-btn.btn-outline-1:active {
  background: #efefef;
  color: #007ee1;
}
button.btn-list,
.button.btn-list,
.btn.btn-list,
a.psudo-btn.btn-list {
  text-align: center;
  margin-bottom: 12px;
  white-space: normal;
  line-height: 1.2;
  height: auto;
  padding: 12px;
}
button.btn-outline-2,
.button.btn-outline-2,
.btn.btn-outline-2,
a.psudo-btn.btn-outline-2 {
  background: transparent;
  border: 1px solid #00457b;
  color: #00457b;
}
button.btn-topright,
.button.btn-topright,
.btn.btn-topright,
a.psudo-btn.btn-topright {
  position: absolute;
  top: 10px;
  right: 20px;
}
button.btn-outline-none,
.button.btn-outline-none,
.btn.btn-outline-none,
a.psudo-btn.btn-outline-none {
  background: transparent;
  border: none;
  color: #00457b;
}
a.psudo-btn {
  display: inline-block;
  color: white;
}
a.psudo-btn:focus,
a.psudo-btn:hover,
a.psudo-btn:active {
  color: white;
}
.btn-container {
  padding: 25px 0 5px;
}
.btn-container > div {
  display: block;
  padding: 5px 0;
}
.bg__dark a,
.bg__dark a span {
  color: white;
  transition: all 0.2s ease-out;
}
.bg__dark a:hover,
.bg__dark a:hover span {
  /*display:none;*/
  /*what was this for*/
  /*color: lighten(@color-brand-primary, 20%);
					color: var(--color-primary-lighten-more);*/
}
.bg__dark button,
.bg__dark .button,
.bg__dark .btn {
  background: #007ee1;
}
.bg__dark button,
.bg__dark .button,
.bg__dark .btn,
.bg__dark button span,
.bg__dark .button span,
.bg__dark .btn span {
  color: white;
}
@media only screen and (min-width: 416px) {
  .bg__dark button:hover,
  .bg__dark .button:hover,
  .bg__dark .btn:hover {
    color: white;
    background: #1598ff;
  }
}
@media only screen and (min-width: 416px) {
  .bg__dark button:hover,
  .bg__dark .button:hover,
  .bg__dark .btn:hover {
    color: white;
    background: #1598ff;
  }
}
/* ---- Lazy Loading ----- */
.loading-spinner {
  display: none;
  top: 50%;
  left: 50%;
  font-size: 10vh;
  z-index: 1;
  position: static;
  width: 100%;
  text-align: center;
}
/* ---- SElect2 General ----- */
.ui-autocomplete-category {
  /* Custom Class */
  padding: 8px;
  background: #efefef;
  text-transform: capitalize;
  font-size: 0.9em;
  font-weight: 500;
}
.ui-autocomplete .suburb i {
  /* Counters */
  display: none;
}
#one-form .one-form-btn.btn-short {
  background-color: #00457b;
  font-size: 1rem;
  height: auto;
  min-width: 150px;
  padding: 6px 1.5em;
  line-height: 1.4;
  letter-spacing: 0;
  font-family: 'Montserrat', Arial, sans-serif;
}
/* Main theme over-ride + new commons */
/* Child theme typography */
.form-alpha form {
  background: white;
}
.form-alpha form input,
.form-alpha form select,
.form-alpha form textarea,
.form-alpha form .select2-container {
  border: #dfdfdf 1px solid;
  border-radius: 2px;
}
form fieldset.err,
form fieldset.err .select2-container a {
  box-shadow: inset red 0 0 0 2px !important;
}
.select2-drop {
  margin-left: 0;
}
.suburb-select2 .select2-container {
  width: 100%;
  height: 100%;
}
.suburb-select2 .select2-container a {
  height: 100%;
  display: block;
  background: white;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.suburb-select2 .select2-container a .select2-chosen {
  font-weight: 400;
}
.suburb-select2 .select2-offscreen {
  top: 40px !important;
  width: 100% !important;
}
.suburb2-dropdown .select2-search input {
  padding: 10px;
  background: none;
}
.suburb2-dropdown li {
  padding: 5px;
}
/* Child theme typography */
@media only screen and (max-width: 767px) {
  .agent .agents h1 {
    margin: 2rem 0 0;
  }
}
@media (max-width: 767px) {
  .agent .agents h1 {
    margin: 2rem 0 0;
  }
}
.agent .agents .mobile__links .ld__img,
.agent .agents .mobile__photo .ld__img {
  padding-bottom: 110%;
}
.agent .agents .right-col .photo {
  width: 100%;
  max-width: none;
  height: 0;
  padding-bottom: 110%;
}
.agent .listings-grid-alpha.no-listings {
  display: none;
}
.cp__agents {
  /* Layout 1 (commons.less) */
  /* Layout 2 */
}
.cp__agents.agents {
  padding-bottom: 0;
}
.cp__agents.agents .ld__imgcontainer a {
  display: block;
  width: 100%;
  height: 100%;
}
.cp__agents .agent {
  border: 1px solid #d6d4d4 !important;
  /* Fix for long position title overflowing container */
}
.cp__agents .agent > div > div {
  height: auto;
}
.cp__agents .agents-bravo .agent {
  border: 0 !important;
  margin-bottom: 32px;
}
.cp__agents .agents-bravo .agent .ld__img img {
  display: block;
  object-position: top;
}
@media only screen and (min-width: 36em) {
  .cp__agents .agents-bravo .agent {
    width: calc(50% - 24px);
  }
  .cp__agents .agents-bravo .agent:nth-of-type(2n+1) {
    margin-right: 0;
  }
  .cp__agents .agents-bravo .agent:nth-of-type(3n+1),
  .cp__agents .agents-bravo .agent:nth-of-type(3n+2) {
    margin-right: 0;
  }
  .cp__agents .agents-bravo .agent:nth-of-type(2n+1) {
    margin-right: 48px;
  }
}
@media (min-width: 36em) {
  .cp__agents .agents-bravo .agent {
    width: calc(50% - 24px);
  }
  .cp__agents .agents-bravo .agent:nth-of-type(2n+1) {
    margin-right: 0;
  }
  .cp__agents .agents-bravo .agent:nth-of-type(3n+1),
  .cp__agents .agents-bravo .agent:nth-of-type(3n+2) {
    margin-right: 0;
  }
  .cp__agents .agents-bravo .agent:nth-of-type(2n+1) {
    margin-right: 48px;
  }
}
@media only screen and (min-width: 48em) {
  .cp__agents .agents-bravo .agent {
    width: calc(33.33% - 40px);
  }
  .cp__agents .agents-bravo .agent:nth-of-type(2n+1) {
    margin-right: 0;
  }
  .cp__agents .agents-bravo .agent:nth-of-type(3n+1),
  .cp__agents .agents-bravo .agent:nth-of-type(3n+2) {
    margin-right: 48px;
  }
}
@media (min-width: 48em) {
  .cp__agents .agents-bravo .agent {
    width: calc(33.33% - 40px);
  }
  .cp__agents .agents-bravo .agent:nth-of-type(2n+1) {
    margin-right: 0;
  }
  .cp__agents .agents-bravo .agent:nth-of-type(3n+1),
  .cp__agents .agents-bravo .agent:nth-of-type(3n+2) {
    margin-right: 48px;
  }
}
.cp__agents .agents-bravo .agent .pure-g {
  background: #f6f6f6;
  flex-flow: column nowrap;
  padding: 15px;
  height: 100%;
}
.cp__agents .agents-bravo .agent .pure-g .photo {
  width: 100%;
  padding-bottom: 100%;
}
.cp__agents .agents-bravo .agent .pure-g .photo .ld__img {
  position: absolute;
  top: 0;
}
.cp__agents .agents-bravo .agent .pure-g .detail {
  width: 100%;
  padding-left: 5px;
  padding-bottom: 0;
  justify-content: flex-start;
}
.cp__agents .agents-bravo .agent .pure-g .detail a.enquire {
  right: 0;
  top: 15px;
  background: white;
}
.cp__agents .agents-bravo .agent .pure-g .detail p {
  overflow: visible;
}
.agents.agent .mobile__photo {
  margin-bottom: 15px;
}
.agents.agent .mobile__photo .photo {
  padding-bottom: 100%;
}
.agents.agent h1,
.agents.agent h2 {
  font-size: 1.4em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}
.agents.agent h2 {
  padding-bottom: 1.2em;
}
.agents.agent .btn-outline-1 {
  width: 60%;
  min-width: 220px;
  margin-bottom: 12px;
}
.form-alpha.agent form {
  padding: 0;
  background: none;
}
.form-alpha.agent form input,
.form-alpha.agent form select,
.form-alpha.agent form textarea {
  border: 1px solid #dfdfdf;
}
.agent .agents #testimonials {
  margin-bottom: 60px;
}
.agent .agents #testimonials .testimonials-heading {
  text-align: center;
  margin-bottom: 1em;
}
.agent .agents #testimonials .page-control {
  font-size: 1rem;
}
.agent .agents #testimonials .page-control .slide_nav {
  position: relative;
  max-width: 300px;
  margin: auto;
  text-align: center;
}
.agent .agents #testimonials .page-control .slide_nav .alt-arrow {
  position: absolute;
  cursor: pointer;
}
.agent .agents #testimonials .page-control .slide_nav .alt-arrow.arrow-prev {
  left: 0;
}
.agent .agents #testimonials .page-control .slide_nav .alt-arrow.arrow-next {
  right: 0;
}
.agent .agents #staff-testimonial-slider-delta .info-wrapper {
  text-align: center;
}
.agent .agents #staff-testimonial-slider-delta .info-wrapper .inner-wrapper {
  max-width: 767px;
  margin: auto;
}
.agent .agents #staff-testimonial-slider-delta .info-wrapper .inner-wrapper .testimonial-name {
  margin: 1em auto 2em;
}
.blog-show h1 {
  margin: 0;
}
.blog-show article {
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .blog-show article {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .blog-show article {
    padding-right: 60px;
  }
}
.blog-show .wrapper {
  margin-bottom: 1em;
}
.blog-show .wrapper p {
  margin: 0;
  padding: 0;
}
.blog-show .wrapper.share-icons {
  padding-bottom: 2em;
}
.blog-show .wrapper.share-icons .fa {
  padding-right: 8px;
  font-size: 1.5em;
  padding: 10px;
  background: #efefef;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.isoffice {
  /**************************************************
	* OFFICE HOME **/
}
.isoffice.home {
  /*** SLICK ************/
  /**********************
		HOME PAGE ************
		BRAVO TEMPLATE ************/
  /* End page */
  /**********************
		HOME PAGE ************
		CHARLIE TEMPLATE ************/
  /* End page */
  /**********************
		HOME PAGE ************
		BASIC-ALPHA TEMPLATE ************/
  /* End page */
}
.isoffice.home .content-nav > a.js-listingsgrid-nav {
  display: block;
}
.isoffice.home h2 {
  font-weight: 600;
  margin-bottom: 1.4em;
  width: 100%;
}
.isoffice.home .banner__main {
  min-height: 470px;
}
.isoffice.home .banner__main .banner__slick .image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.isoffice.home .banner__video {
  height: 400px;
  /*video {
				width: auto;
				height: auto;
				min-width: 100%;
				min-height: 100%;

				 Center the video
				position: absolute;
				left: 50%;
				top: 25%;
				transform: translate(-50%,-25%);
			}*/
}
@media only screen and (min-width: 768px) {
  .isoffice.home .banner__video {
    height: 600px;
    /*video {
					top: 25%;
					transform: translate(-50%,-25%);
				}*/
  }
}
@media (min-width: 768px) {
  .isoffice.home .banner__video {
    height: 600px;
    /*video {
					top: 25%;
					transform: translate(-50%,-25%);
				}*/
  }
}
.isoffice.home .banner__video:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.2) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAADouaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzA2NyA3OS4xNTc3NDcsIDIwMTUvMDMvMzAtMjM6NDA6NDIgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxOC0wNC0wNVQxNzowNjozNysxMDowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTgtMDQtMDVUMTc6MDY6MzcrMTA6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE4LTA0LTA1VDE3OjA2OjM3KzEwOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDplODNhMDAwNy00MGFkLTBlNDktOWRiNS1lNWVlNjJlYTk1YTk8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkYjI5YmQwMS0zODlmLTExZTgtODkzNi1kN2I0ODRhMzY3N2M8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo5NzFjMTkxNy03MDAyLTIyNDYtYTRiZC05YTcyMWYxZGZmZDI8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jcmVhdGVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6OTcxYzE5MTctNzAwMi0yMjQ2LWE0YmQtOWE3MjFmMWRmZmQyPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE4LTA0LTA1VDE3OjA2OjM3KzEwOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmU4M2EwMDA3LTQwYWQtMGU0OS05ZGI1LWU1ZWU2MmVhOTVhOTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxOC0wNC0wNVQxNzowNjozNysxMDowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5zUkdCIElFQzYxOTY2LTIuMTwvcGhvdG9zaG9wOklDQ1Byb2ZpbGU+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjQ8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+NDwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+JgWlhgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAAJ0lEQVR42mTKsQ0AIAzAMJf/fw4zNKOVQVANHF9TPbCOCwAA//8DAE4rBwGhBxuuAAAAAElFTkSuQmCC');
  background: rgba(0, 0, 0, 0.2);
  background-size: 2px;
}
.isoffice.home .banner__main .search-form {
  width: 100%;
}
.isoffice.home .banner__main .search-form .filter-buttons label,
.isoffice.home .banner__main .search-form .filter-buttons #property-alert-btn {
  height: 42px;
}
.isoffice.home .banner__main .search-wrapper .row {
  height: auto;
}
.isoffice.home .banner__main .ui-autocomplete {
  text-align: left;
  max-height: 200px;
  overflow-y: scroll;
}
.isoffice.home .listing-counter {
  text-align: center;
  max-width: 1200px;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.isoffice.home .listing-counter .pure-g li {
  margin-bottom: 30px;
}
.isoffice.home .listings-grid-alpha {
  padding-top: 3rem;
  padding-bottom: 0;
  border-top: 1px solid #d6d4d4;
}
.isoffice.home .listings-grid-alpha .btn-container {
  padding: 0;
}
.isoffice.home .content-link-list h2 {
  text-align: center;
}
.isoffice.home .content-link-list .background {
  background-size: cover;
  background-position: 50% 50%;
}
.isoffice.home .content-link-list .background ul {
  padding: 20px 0;
}
.isoffice.home .content-link-list .background ul li {
  margin: 20px 0;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 240px;
}
.isoffice.home .content-link-list .background ul li a {
  text-align: center;
  color: inherit;
  font-size: 1.8em;
  line-height: initial;
  padding: 0 10px;
  font-weight: 600;
  width: 95%;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.isoffice.home .content-link-list .background ul li a:hover {
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 580px) {
  .isoffice.home .how-can-we-help .content-link-list .background ul li {
    min-height: unset;
    margin: 10px 0;
  }
}
.isoffice.home .how-can-we-help .content-link-list .background ul li a {
  padding: .8em 15px;
  font-size: 1.4em;
}
.isoffice.home .contact-quick-form-alpha #contact-quick-form-alpha {
  background: url(/assets/layout/fn-2018/images/childsiteformbg.jpg) center / cover no-repeat;
  padding: 30px;
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 70px;
}
.isoffice.home .contact-quick-form-alpha #contact-quick-form-alpha fieldset {
  margin: 4px;
}
.isoffice.home .contact-quick-form-alpha #contact-quick-form-alpha fieldset.fieldset_captcha {
  margin-bottom: 0px !important;
}
.isoffice.home .contact-quick-form-alpha #contact-quick-form-alpha fieldset.fieldset_submit input {
  width: 100%;
}
.isoffice.home .contact-quick-form-alpha #contact-quick-form-alpha fieldset .g-recaptcha {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .isoffice.home .listing-counter .pure-g li {
    margin-bottom: 0;
  }
  .isoffice.home .contact-quick-form-alpha #contact-quick-form-alpha {
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .isoffice.home .contact-quick-form-alpha #contact-quick-form-alpha fieldset {
    width: 32%;
  }
  .isoffice.home .contact-quick-form-alpha #contact-quick-form-alpha fieldset.fieldset_submit input {
    width: 100%;
  }
  .isoffice.home .contact-quick-form-alpha #contact-quick-form-alpha fieldset .g-recaptcha {
    justify-content: flex-start;
  }
}
@media (max-width: calc(768px - 1px)) {
  .isoffice.home .recent-news.recent-news-text {
    min-height: 10px;
  }
}
@media (max-width: 400px) {
  .isoffice.home h2 {
    font-weight: 600;
    margin-bottom: 1.4em;
    width: 100%;
    text-align: center;
  }
  .isoffice.home .js-listingsgrid-nav h2 {
    padding-bottom: 2em;
  }
  .isoffice.home .meet-team h2 {
    padding-bottom: 3em;
  }
  .isoffice.home .btn-topright {
    top: 50px;
    right: 50%;
    transform-origin: 50%;
    transform: translate(50%);
  }
}
.isoffice.home .meet-team .ontop {
  z-index: 2;
}
.isoffice.home .homepage-staff-slider {
  background-image: url(/assets/layout/fn-2018/images/staff_bg.png);
  background-position: 50%;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .isoffice.home .homepage-staff-slider .draggable {
    padding: 30px 0;
  }
}
.isoffice.home .homepage-staff-slider .draggable .slick-slide {
  transition: all 0.2s ease;
  transform: scale(0.8, 0.8);
}
.isoffice.home .homepage-staff-slider .draggable .slick-slide.slick-current + .slick-active {
  transform: scale(1);
}
.isoffice.home .homepage-staff-slider .draggable .slick-slide a {
  display: block;
  margin: 0 15px;
  padding: 15px 15px 30px;
  /*border: 1px solid rgba(255,255,255,.5);*/
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
  font-weight: 100;
}
.isoffice.home .homepage-staff-slider .draggable .slick-slide a .image {
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.1);
  padding-bottom: 110%;
  background-size: cover;
  background-position: 50% 15%;
  margin-bottom: 20px;
}
.isoffice.home .homepage-staff-slider .draggable .slick-slide a span {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 400;
}
@media only screen and (max-width: 1299px) {
  .isoffice.home .homepage-staff-slider .slick-prev {
    left: 15px;
  }
  .isoffice.home .homepage-staff-slider .slick-next {
    right: 15px;
  }
}
@media (max-width: 1299px) {
  .isoffice.home .homepage-staff-slider .slick-prev {
    left: 15px;
  }
  .isoffice.home .homepage-staff-slider .slick-next {
    right: 15px;
  }
}
.isoffice.home .slick-prev:before,
.isoffice.home .slick-next:before {
  content: " ";
  height: 20px;
  width: 20px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  display: block;
  transform: rotate(45deg);
}
.isoffice.home .slick-next:before {
  border-left: 0;
  border-right: 2px solid white;
  transform: rotate(-45deg);
}
.isoffice.home.bravo header {
  height: auto;
  border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
}
.isoffice.home.bravo header .menu > li > a {
  color: white;
}
.isoffice.home.bravo header .menu > li > a:hover:after {
  background: white;
}
.isoffice.home.bravo header nav .hamburger .hamburger-box .hamburger-inner,
.isoffice.home.bravo header nav .hamburger .hamburger-box .hamburger-inner:after,
.isoffice.home.bravo header nav .hamburger .hamburger-box .hamburger-inner:before {
  background: white;
}
.isoffice.home.bravo .banner__main {
  margin-top: -80px;
}
.isoffice.home.bravo .banner__main .banner__slick {
  height: 50vw;
  min-height: 500px;
  max-height: 800px;
}
.isoffice.home.bravo .banner__main .search-wrapper {
  margin-top: 40px;
}
.isoffice.home.bravo .banner__main .search-wrapper .filter-buttons #property-alert-btn,
.isoffice.home.bravo .banner__main .search-wrapper .filter-buttons label {
  box-shadow: inset white 0 0 0 1px;
  background: none;
}
.isoffice.home.bravo .banner__main .search-wrapper .filter-buttons input:checked + label {
  box-shadow: inset white 0 0 0 0;
  background: #69696c;
}
.isoffice.home.bravo .listings-grid-alpha li {
  padding-bottom: 33.33%;
  margin-left: 0;
  margin-right: 0;
}
.isoffice.home.bravo .listings-grid-alpha li .inner-container {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.isoffice.home.bravo .listings-grid-alpha li .inner-container .listing-street,
.isoffice.home.bravo .listings-grid-alpha li .inner-container .listing-statepc,
.isoffice.home.bravo .listings-grid-alpha li .inner-container .listing-price,
.isoffice.home.bravo .listings-grid-alpha li .inner-container .listing-bedbathcar,
.isoffice.home.bravo .listings-grid-alpha li .inner-container .listing-salemethod.d-corner {
  display: none;
}
.isoffice.home.bravo .listings-grid-alpha li .inner-container .inner {
  z-index: 2;
  border: 0;
}
.isoffice.home.bravo .listings-grid-alpha li .inner-container .inner p {
  color: white;
}
.isoffice.home.bravo .listings-grid-alpha li .inner-container .inner .listing {
  /*&-bedbathcar,*/
}
.isoffice.home.bravo .listings-grid-alpha li .inner-container .inner .listing-salemethod,
.isoffice.home.bravo .listings-grid-alpha li .inner-container .inner .listing-suburb {
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
}
.isoffice.home.bravo .listings-grid-alpha li .inner-container .inner .listing-salemethod,
.isoffice.home.bravo .listings-grid-alpha li .inner-container .inner .listing-suburb,
.isoffice.home.bravo .listings-grid-alpha li .inner-container .inner .listing-salemethod span,
.isoffice.home.bravo .listings-grid-alpha li .inner-container .inner .listing-suburb span {
  color: white;
}
.isoffice.home.bravo .listings-grid-alpha li .inner-container .inner .listing-salemethod,
.isoffice.home.bravo .listings-grid-alpha li .inner-container .inner .listing-suburb {
  line-height: 1.4;
  font-size: 1.4em;
  text-transform: capitalize;
}
.isoffice.home.bravo .listings-grid-alpha li .inner-container .inner .listing-suburb {
  font-weight: 600;
}
.isoffice.home.bravo .listings-grid-alpha .listings-container {
  height: 400px;
  overflow: hidden;
}
.isoffice.home.bravo .listings-grid-alpha .listings-container .slick-list {
  width: 100%;
  height: 100%;
}
.isoffice.home.bravo .listings-grid-alpha .listings-container .slick-list li {
  padding: 0;
}
.isoffice.home.bravo .listings-grid-alpha .listings-container .slick-list .slick-track > div {
  display: none;
}
.isoffice.home.bravo .listings-grid-alpha .listings-container .slick-next,
.isoffice.home.bravo .listings-grid-alpha .listings-container .slick-prev {
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.isoffice.home.bravo .listings-grid-alpha .listings-container .slick-prev {
  left: 30px;
}
.isoffice.home.bravo .listings-grid-alpha .listings-container .slick-next {
  right: 30px;
}
@media only screen and (min-width: 768px) {
  .isoffice.home.bravo .listings-grid-alpha .listings-container {
    height: auto;
  }
}
@media (min-width: 768px) {
  .isoffice.home.bravo .listings-grid-alpha .listings-container {
    height: auto;
  }
}
@media only screen and (max-width: 599px) {
  .isoffice.home.bravo .listings-grid-alpha li {
    padding-bottom: 50%;
  }
}
@media (max-width: 599px) {
  .isoffice.home.bravo .listings-grid-alpha li {
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 415px) {
  .isoffice.home.bravo .listings-grid-alpha li {
    padding-bottom: 80%;
  }
}
@media (max-width: 415px) {
  .isoffice.home.bravo .listings-grid-alpha li {
    padding-bottom: 80%;
  }
}
.isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container .slick-next,
.isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container .slick-prev {
  transform: translateY(calc(-50% - 100px));
}
.isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li {
  height: 0;
  min-height: 0;
  position: relative;
  padding: 0 0 33.33% 0;
}
.isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li h3 {
  text-align: center;
}
.isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(2n+1) .inner-container .inner: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: '\f077';
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  color: #b0b0b0;
}
.isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li.recent-news-image .ld__imgcontainer:after {
  display: none;
}
.isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li.recent-news-text a a {
  color: var(--color-link-hover);
  color: #505052;
  color: var(--color-body);
}
.isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li.recent-news-text a a:hover {
  color: #007ee1;
  color: var(--color-link-std);
}
.isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li.recent-news-text a a:hover {
  color: #007ee1;
  color: var(--color-primary);
}
.isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li.recent-news-text a a {
  color: var(--color-link-hover);
  color: #505052;
  color: var(--color-body);
}
.isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li.recent-news-text a a:hover {
  color: #007ee1;
  color: var(--color-link-std);
}
.isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li.recent-news-text a a:hover {
  color: #007ee1;
  color: var(--color-primary);
}
.isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li.pure-u-md-1-3 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li .ld__imgcontainer .inner:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li .inner-container {
    position: absolute;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li .inner-container .inner {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(1n+1) .inner-container .inner:after {
    top: 13px;
    right: 10px;
    position: absolute;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li.pure-u-md-1-3 {
    width: calc(33.33% - 5px);
    margin-left: 0;
    margin-right: 0;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:after {
    position: absolute;
    display: block;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(1) .inner-container .inner:after {
    transform: rotate(90deg);
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(2) {
    width: calc(66.66% - 2.5px);
    margin-left: 7.5px;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(3) {
    order: 3;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(3) .inner-container .inner:after {
    transform: rotate(90deg);
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(4) {
    order: 4;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(5) {
    order: 5;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(6) {
    order: 2;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(7) {
    order: 7;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(7) .inner-container .inner:after {
    left: 10px;
    right: auto;
    transform: rotate(-90deg);
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(8) {
    order: 6;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
}
@media (min-width: 768px) {
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li .inner-container {
    position: absolute;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li .inner-container .inner {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(1n+1) .inner-container .inner:after {
    top: 13px;
    right: 10px;
    position: absolute;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li.pure-u-md-1-3 {
    width: calc(33.33% - 5px);
    margin-left: 0;
    margin-right: 0;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:after {
    position: absolute;
    display: block;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(1) .inner-container .inner:after {
    transform: rotate(90deg);
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(2) {
    width: calc(66.66% - 2.5px);
    margin-left: 7.5px;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(3) {
    order: 3;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(3) .inner-container .inner:after {
    transform: rotate(90deg);
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(4) {
    order: 4;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(5) {
    order: 5;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(6) {
    order: 2;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(7) {
    order: 7;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(7) .inner-container .inner:after {
    left: 10px;
    right: auto;
    transform: rotate(-90deg);
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li:nth-child(8) {
    order: 6;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
}
@media only screen and (max-width: 767px) {
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container {
    height: auto;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li {
    padding: 0;
    height: 100%;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li .inner-container .inner {
    padding: 0;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li .inner-container .inner .ld__img {
    position: relative;
    padding-bottom: 100%;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li .inner-container .inner .text {
    order: 2;
    padding: 20px 0 40px;
    min-height: 150px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li .inner-container .inner .text h3 {
    padding: 0;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li .inner-container .inner:after {
    order: 1;
    width: 100% !important;
    text-align: center;
    padding: 20px 0 0;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li.recent-news-image {
    display: none;
  }
}
@media (max-width: 767px) {
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container {
    height: auto;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li {
    padding: 0;
    height: 100%;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li .inner-container .inner {
    padding: 0;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li .inner-container .inner .ld__img {
    position: relative;
    padding-bottom: 100%;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li .inner-container .inner .text {
    order: 2;
    padding: 20px 0 40px;
    min-height: 150px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li .inner-container .inner .text h3 {
    padding: 0;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li .inner-container .inner:after {
    order: 1;
    width: 100% !important;
    text-align: center;
    padding: 20px 0 0;
  }
  .isoffice.home.bravo .listings-grid-alpha.recent-news .listings-container li.recent-news-image {
    display: none;
  }
}
.isoffice.home.bravo .content-link-list .background ul li a {
  color: white;
  border: 1px solid white;
  background: none;
}
.isoffice.home.basic-alpha .help h2 {
  text-align: center;
  padding-bottom: 2em;
}
.isoffice.home.basic-alpha .help .grid .box {
  margin: 20px 0;
  background: #efefef;
  border-left: 1px solid white;
  position: relative;
}
.isoffice.home.basic-alpha .help .grid .box .image-box {
  padding-bottom: 100%;
  background: #dfdfdf;
  height: auto;
  position: relative;
}
.isoffice.home.basic-alpha .help .grid .box .image-box .ld__img {
  position: absolute;
}
.isoffice.home.basic-alpha .help .grid .box .image-box .ld__imgcontainer:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
.isoffice.home.basic-alpha .help .grid .box .image-box h3 {
  color: white;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.isoffice.home.basic-alpha .help .grid .box .text-box {
  font-weight: 400;
  text-align: center;
}
.isoffice.home.basic-alpha .help .grid .box .text-box p {
  padding: 30px 15px 40px;
}
.isoffice.home.basic-alpha .help .grid .box .text-box .cta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.isoffice.home.basic-alpha .help .grid .box .text-box button {
  transform: translateY(50%);
}
@media only screen and (min-width: 1200px) {
  .isoffice.home .contact-quick-form-alpha #contact-quick-form-alpha {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .isoffice.home .contact-quick-form-alpha #contact-quick-form-alpha fieldset {
    width: unset;
  }
  .isoffice.home .contact-quick-form-alpha #contact-quick-form-alpha fieldset.fieldset_captcha {
    width: 362px;
  }
  .isoffice.home .contact-quick-form-alpha #contact-quick-form-alpha fieldset.fieldset_submit {
    width: 116px;
  }
  .isoffice.home .contact-quick-form-alpha #contact-quick-form-alpha fieldset.fieldset_submit input {
    width: 100px;
  }
}
.cp__item {
  font-weight: 400;
}
.cp__item ._article {
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .cp__item ._aside {
    max-width: 220px;
  }
}
@media (min-width: 768px) {
  .cp__item ._aside {
    max-width: 220px;
  }
}
.cp__item ._aside .btn-list {
  width: 100%;
  min-width: auto;
}
.cp__item article {
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .cp__item aside {
    max-width: 220px;
  }
}
@media (min-width: 768px) {
  .cp__item aside {
    max-width: 220px;
  }
}
.cp__item aside .btn-list {
  width: 100%;
  min-width: auto;
}
.cp__item .item-head {
  padding-bottom: 2em;
}
.cp__item .item-head .left {
  flex-grow: 1;
  height: 220px;
  border: 1px solid #dfdfdf;
  padding: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .cp__item .item-head .left {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .cp__item .item-head .left {
    margin-right: 10px;
  }
}
.cp__item .item-head .left:before,
.cp__item .item-head .left:after,
.cp__item .item-head .left .inner:before,
.cp__item .item-head .left .inner:after {
  content: '';
  display: block;
  position: absolute;
  background: #dfdfdf;
  background: #007ee1;
}
.cp__item .item-head .left:before,
.cp__item .item-head .left:after {
  height: 1px;
  width: 100%;
  transform: scaleX(0);
}
.cp__item .item-head .left .inner:before,
.cp__item .item-head .left .inner:after {
  width: 1px;
  height: 100%;
  transform: scaleY(0);
}
.cp__item .item-head .left:before {
  transform-origin: 0% 0%;
  left: 0;
  top: 0;
  animation: borderstylinparta 5s ease-out 1s forwards;
}
.cp__item .item-head .left:after {
  transform-origin: 100% 100%;
  right: 0;
  bottom: 0;
  animation: borderstylinpartb 5s ease-out 1s forwards;
}
.cp__item .item-head .left .inner:before {
  transform-origin: 100% 0%;
  right: 0;
  top: 0;
  animation: borderstylinpartc 5s ease-out 1s forwards;
}
.cp__item .item-head .left .inner:after {
  transform-origin: 0% 100%;
  left: 0;
  bottom: 0;
  animation: borderstylinpartd 5s ease-out 1s forwards;
}
@keyframes borderstylinparta {
  0% {
    transform: scaleX(0);
  }
  12% {
    transform: scaleX(1);
  }
  24% {
    transform: scaleX(1);
  }
  36% {
    transform: scaleX(1);
  }
  48% {
    transform: scaleX(0);
  }
}
@keyframes borderstylinpartc {
  12% {
    transform: scaleY(0);
  }
  24% {
    transform: scaleY(1);
  }
  36% {
    transform: scaleY(0);
  }
  48% {
    transform: scaleY(0);
  }
  60% {
    transform: scaleY(0);
  }
}
@keyframes borderstylinpartb {
  24% {
    transform: scaleX(0);
  }
  36% {
    transform: scaleX(1);
  }
  48% {
    transform: scaleX(1);
  }
  60% {
    transform: scaleX(0);
  }
}
@keyframes borderstylinpartd {
  36% {
    transform: scaleY(0);
  }
  48% {
    transform: scaleY(1);
  }
  60% {
    transform: scaleY(1);
  }
  65% {
    transform: scaleY(0);
  }
}
.cp__item .item-head .left p {
  padding: 0;
  margin: 0;
  max-width: 400px;
  text-align: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  color: #505052;
}
.cp__item .item-head .right {
  height: 220px;
  background: #efefef;
}
@media only screen and (min-width: 768px) {
  .cp__item .item-head .right {
    max-width: 220px;
  }
}
@media (min-width: 768px) {
  .cp__item .item-head .right {
    max-width: 220px;
  }
}
.cp__item .item-head .right .btn-list {
  width: 100%;
  min-width: auto;
}
.cp__item .btn-container {
  padding-top: 10px;
}
/*For an individual listing, like listing-show.*/
.listing-show {
  /*Fix for images disappearing at mobile size*/
}
.listing-show .banner__property .banner__primary .button {
  top: auto;
  bottom: 15px;
}
.listing-show #inspect-real-estate-form a,
.listing-show .one-form-btn {
  letter-spacing: 0px;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.4;
  font-size: 1em;
  font-weight: 300;
  color: #505052;
  font-size: 1.1rem;
  height: 2.8em;
  font-weight: 400;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  color: #fff;
  background: #007ee1;
  background: var(--button-bg-primary);
  cursor: pointer;
  white-space: nowrap;
  padding: 0 1.5em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #00457b;
  display: inline-block;
  font-size: 1rem;
}
.listing-show #inspect-real-estate-form a.btn-sm,
.listing-show .one-form-btn.btn-sm {
  font-size: .7rem;
  padding: 0 1.5em;
  height: 2.5em;
  border-radius: 2px;
}
header .listing-show #inspect-real-estate-form a.btn-sm,
header .listing-show .one-form-btn.btn-sm {
  margin-left: 6px;
}
header .listing-show #inspect-real-estate-form a.left-space,
header .listing-show .one-form-btn.left-space {
  margin-left: 20px;
}
.listing-show #inspect-real-estate-form a.btn-secondary,
.listing-show .one-form-btn.btn-secondary {
  background: #00457b;
}
.listing-show #inspect-real-estate-form a.btn-secondary:hover,
.listing-show .one-form-btn.btn-secondary:hover,
.listing-show #inspect-real-estate-form a.btn-secondary:focus,
.listing-show .one-form-btn.btn-secondary:focus {
  background: #0062ae;
}
.listing-show #inspect-real-estate-form a.btn-darkoverlay,
.listing-show .one-form-btn.btn-darkoverlay {
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
.listing-show #inspect-real-estate-form a:focus,
.listing-show .one-form-btn:focus {
  background: #0070c8;
  background: var(--button-bg-primary-darken);
}
@media only screen and (min-width: 416px) {
  .listing-show #inspect-real-estate-form a:hover,
  .listing-show .one-form-btn:hover {
    background: #0070c8;
    background: var(--button-bg-primary-darken);
  }
}
@media only screen and (min-width: 416px) {
  .listing-show #inspect-real-estate-form a:hover,
  .listing-show .one-form-btn:hover {
    background: #0070c8;
    background: var(--button-bg-primary-darken);
  }
}
.listing-show #inspect-real-estate-form a:hover,
.listing-show .one-form-btn:hover,
.listing-show #inspect-real-estate-form a:focus,
.listing-show .one-form-btn:focus,
.listing-show #inspect-real-estate-form a:active,
.listing-show .one-form-btn:active {
  background: #007ee1;
}
.listing-show #inspect-real-estate-form a.btn-150,
.listing-show .one-form-btn.btn-150 {
  min-width: 150px;
}
.listing-show #inspect-real-estate-form a.btn-short,
.listing-show .one-form-btn.btn-short {
  height: auto;
  padding: 6px 1.5em;
}
.listing-show #inspect-real-estate-form a.btn-commercial,
.listing-show .one-form-btn.btn-commercial {
  background: #fe000c;
}
.listing-show #inspect-real-estate-form a.btn-commercial:hover,
.listing-show .one-form-btn.btn-commercial:hover,
.listing-show #inspect-real-estate-form a.btn-commercial:focus,
.listing-show .one-form-btn.btn-commercial:focus,
.listing-show #inspect-real-estate-form a.btn-commercial:active,
.listing-show .one-form-btn.btn-commercial:active {
  background: #ff656c;
}
.listing-show #inspect-real-estate-form a.font-reset,
.listing-show .one-form-btn.font-reset {
  font-size: 1rem;
}
.listing-show #inspect-real-estate-form a.btn-outline-1,
.listing-show .one-form-btn.btn-outline-1 {
  background: transparent;
  border: 1px solid #ccc;
  font-weight: 400;
  color: #353535;
  font-size: 1em;
}
.listing-show #inspect-real-estate-form a.btn-outline-1:hover,
.listing-show .one-form-btn.btn-outline-1:hover,
.listing-show #inspect-real-estate-form a.btn-outline-1:focus,
.listing-show .one-form-btn.btn-outline-1:focus,
.listing-show #inspect-real-estate-form a.btn-outline-1:active,
.listing-show .one-form-btn.btn-outline-1:active {
  background: #efefef;
  color: #007ee1;
}
.listing-show #inspect-real-estate-form a.btn-list,
.listing-show .one-form-btn.btn-list {
  text-align: center;
  margin-bottom: 12px;
  white-space: normal;
  line-height: 1.2;
  height: auto;
  padding: 12px;
}
.listing-show #inspect-real-estate-form a.btn-outline-2,
.listing-show .one-form-btn.btn-outline-2 {
  background: transparent;
  border: 1px solid #00457b;
  color: #00457b;
}
.listing-show #inspect-real-estate-form a.btn-topright,
.listing-show .one-form-btn.btn-topright {
  position: absolute;
  top: 10px;
  right: 20px;
}
.listing-show #inspect-real-estate-form a.btn-outline-none,
.listing-show .one-form-btn.btn-outline-none {
  background: transparent;
  border: none;
  color: #00457b;
}
.listing-show .one-form-btn {
  margin-bottom: 30px;
}
.listing-show .sneak-preview-container {
  position: absolute;
  width: 100%;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.listing-show .sneak-preview-container .d-corner {
  position: absolute;
  width: 150px;
  padding: 15px;
  background: rgba(0, 69, 123, 0.5);
  top: 10px;
  left: 10px;
  text-align: center;
}
.listing-show .sneak-preview-container .d-corner span {
  display: block;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
}
.listing-show .listing-heading {
  margin-top: 1.2em;
}
.listing-show .photo .ld__img {
  position: static;
}
/* responsive aspect ratio for mobile slider */
@media all and (max-width: 767px) {
  .listing-show .banner__property .banner__primary {
    height: auto;
  }
  .listing-show .banner__property .banner__primary .switch-category {
    position: relative;
    z-index: 1;
    height: 40vh;
  }
  .listing-show .banner__property .banner__primary .switch-category > .ld__img {
    position: absolute;
  }
}
.listings .refine {
  border-bottom: 1px solid #efefef;
}
.listings .refine .refine-form {
  flex-wrap: wrap;
}
@media only screen and (min-width: 1055px) {
  .listings .refine .refine-form {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1055px) {
  .listings .refine .refine-form {
    flex-wrap: nowrap;
  }
}
.listings .refine .refine-form .field,
.listings .refine .refine-form .submit {
  flex-grow: 1;
}
@media only screen and (min-width: 1055px) {
  .listings .refine .refine-form .field,
  .listings .refine .refine-form .submit {
    width: auto;
  }
}
@media (min-width: 1055px) {
  .listings .refine .refine-form .field,
  .listings .refine .refine-form .submit {
    width: auto;
  }
}
.listings .refine h2 {
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .listings .refine h2 {
    padding: 1em 0;
  }
}
@media (max-width: 767px) {
  .listings .refine h2 {
    padding: 1em 0;
  }
}
.listings .refine .padding-row-sm {
  padding-bottom: 1.5em;
}
.listings .refine .submit {
  padding: 14px 4px;
}
@media only screen and (max-width: 767px) {
  .listings .refine .submit {
    padding: 6px 4px;
  }
}
@media (max-width: 767px) {
  .listings .refine .submit {
    padding: 6px 4px;
  }
}
.listings .refine .icon-search:before {
  left: 18px;
  z-index: 2;
  color: #bcbcbe;
}
.listings .refine .field {
  padding: 14px 4px;
}
@media only screen and (max-width: 767px) {
  .listings .refine .field {
    padding: 6px 4px;
  }
}
@media (max-width: 767px) {
  .listings .refine .field {
    padding: 6px 4px;
  }
}
.listings .refine .field.small {
  /*._mix_resp(min, @breakpt-ipad, {
					flex: 0.5 1;
				})*/
}
.listings .refine .field fieldset {
  border: #dfdfdf 1px solid;
  /*Breaks on IE*/
  /*&.dropdown{
					label{
						position:absolute;
						left:5px;
					}
			    }*/
}
.listings .refine .field fieldset label i {
  font-size: 1.7em;
  line-height: 1;
  color: lightgray;
}
.listings .refine .field fieldset > div {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.listings .refine .field fieldset select {
  background: transparent;
  text-align-last: center;
}
.listings .refine .field option:checked {
  color: #007ee1;
}
.listings .refine .dropdown:after {
  display: none;
}
.listings .refine .input-btn ~ .btn-clear {
  position: absolute;
  right: 10px;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
}
.listings .refine .fa-close {
  display: none;
}
.listings .refine .input-btn,
.listings .refine input,
.listings .refine select,
.listings .refine textarea {
  font-size: 1em;
  text-align: center;
}
.listings .refine .fieldset-suburb {
  padding: 0px 4px;
}
@media only screen and (max-width: 767px) {
  .listings .refine .fieldset-suburb {
    padding: 0 4px 6px;
  }
}
@media (max-width: 767px) {
  .listings .refine .fieldset-suburb {
    padding: 0 4px 6px;
  }
}
.listings .refine .fieldset-suburb .suburb-autocomplete {
  border: #dfdfdf 1px solid;
}
.listings .refine .fieldset-suburb .suburb-autocomplete .input-btn,
.listings .refine .fieldset-suburb .suburb-autocomplete input,
.listings .refine .fieldset-suburb .suburb-autocomplete select,
.listings .refine .fieldset-suburb .suburb-autocomplete textarea {
  text-align: left;
}
.listings .refine .fieldset-suburb .suburb-autocomplete .fa-close {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.listings .refine .dropdown .select2-container {
  position: absolute;
  left: 0;
}
.listings .listings-print {
  font-size: 0.95rem;
  color: #828286;
  margin-right: 3px;
}
.listings .listings-print:hover {
  color: #505052;
}
.listings .listings-print i {
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .listings .refine .refine-container #search-form {
    /*Fix for some items being cut off by container*/
  }
  .listings .refine .refine-container #search-form #s2id_listing_property_type {
    width: 360px;
  }
}
/* IE Fixes :( */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .listings .refine .field .fieldset-dropdown label {
    display: none;
  }
}
@media print {
  .topbar-wrapper,
  header .place_right,
  .refine-container,
  .more-container,
  footer .middle {
    display: none !important;
  }
  .grid-gallery-alpha .pure-u-1 {
    width: 33.33% !important;
  }
}
.offices.office .map {
  height: 400px;
}
.offices.office h1,
.offices.office h2 {
  font-size: 1.4em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}
.offices.office h2 {
  padding-bottom: 1.2em;
}
.offices.office h3 {
  padding-bottom: 0.4em;
  padding-top: 1em;
}
.offices.office .left-col {
  padding-bottom: 2em;
}
.offices.office .left-col p {
  line-height: 1.6;
  padding: 0;
}
.offices.office .btn-outline-1 {
  margin-bottom: 12px;
}
.form-alpha.office form {
  padding: 0;
  background: none;
}
.form-alpha.office form input,
.form-alpha.office form select,
.form-alpha.office form textarea {
  border: 1px solid #dfdfdf;
}
.places {
  padding-top: 1em;
}
/* Child specific templates */
/* Main theme over-ride + new commons */
/* [3] ---- CUSTOMISATIONS ---- */
/* Slug | Site specific styles */
/* Page size */
/* Colours */
/* main brand */
/* blue */
/* misc */
/* old style dependency */
/* Forms & Buttons */
/* Global breakpoints */
/* Layers --- zindex */
/* CSS variables */
:root {
  /* --- Update via JS:
	-- Only primary colour is updated by JS (to identify corporate view state) */
  --color-primary: #007ee1;
  --color-primary-darken: #0070c8;
  --color-primary-lighten: #48afff;
  --color-primary-lighten-more: #48afff;
  /* --- END JS configurable CSS vars */
  /* --- JS reference/cache:  */
  --color-corporate: #ef3123;
  --color-corporate-darken: #e82011;
  --color-corporate-lighten: #f68a82;
  --color-corporate-lighten-more: #fbcdc9;
  /* --- END JS ref CSS vars */
  --color-body: #505052;
  --link-color-rev: var(--color-body);
  --link-color-hover-rev: var(--color-brand-primary);
  --link-color-active: var(--color-brand-primary);
  --link-color-active-highlight: var(--color-primary-lighten);
  --button-bg-primary: var(--color-primary);
  --button-bg-primary-light: var(--color-primary-lighten);
  --button-bg-primary-darken: var(--color-primary-darken);
}
/* Slug | Site specific styles */
#property-alert .captcha .hidden {
  display: block;
}
/* Slug | Site specific styles */
