/* [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");
:root {
  --color-link-std: #3b3f4e;
  --color-link-hover: #505052;
}
/* mixins specific to this sheet */
._typo_letterspace {
  letter-spacing: 0px;
}
._typo_font {
  letter-spacing: 0px;
  font-family: 'proxima-nova', 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: #3b3f4e;
  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: #3b3f4e;
  color: var(--color-link-std);
}
._typo_link_inversed a:hover {
  color: #3b3f4e;
  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: #3b3f4e;
  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: 'proxima-nova', 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: 'proxima-nova', 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: #3b3f4e;
  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: #3b3f4e;
}
/**** 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: #3b3f4e;
    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: #3b3f4e;
    background-color: var(--color-primary);
  }
}
@media only screen and (min-width: 416px) {
  ._hamburger-alpha .hamburger:hover {
    color: #3b3f4e;
    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: #3b3f4e;
    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: #3b3f4e;
}
.listings-grid-alpha .content-nav a:hover:after,
.listings-grid-alpha .content-nav a.active:after {
  background: #3b3f4e;
}
.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: #454545;
  }
}
@media only screen and (min-width: 416px) {
  .listings-grid-alpha ul.hv__brand li:hover .ld__imgcontainer:after {
    opacity: 0.3;
    background: #454545;
  }
}
@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: #3b3f4e;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3b3f4e, #6b6689);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3b3f4e, #6b6689);
  /* 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: #3b3f4e;
  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: #3b3f4e;
  border-color: #3b3f4e;
  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: #252731;
  border-color: #252731;
}
#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: #3b3f4e;
  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: #3b3f4e;
  border-color: #3b3f4e;
  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: #252731;
  border-color: #252731;
}
.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: #3b3f4e;
}
@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: #3b3f4e;
  background: linear-gradient(30deg, #0f1014 20%, #51566b 100%);
  opacity: 0.8;
}
#property-alert-container.row #property-alert-form .select-container:before {
  color: #3b3f4e;
}
#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: #3b3f4e;
}
#property-alert-container.row input.labelauty:checked:not([disabled]) + label:hover,
#property-alert-container.row input.labelauty:checked + label {
  background-color: #3b3f4e;
}
#property-alert-container.row .select-container select {
  cursor: pointer;
}
#property-alert-container.row .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3b3f4e;
}
#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: #3b3f4e;
}
/* 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: #3b3f4e !important;
}
.lity-property-alert ~ .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #3b3f4e;
}
.lity-property-alert ~ .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #3b3f4e;
}
.lity-property-alert .lity-close {
  color: black;
  text-shadow: none;
  right: 0px;
  top: 0px;
}
/* BUTTON */
.property-btn-floated {
  background: #3b3f4e !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%;
  }
}
/****** 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 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: #3b3f4e;
  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 #3b3f4e;
}
.form-alpha label:hover:before {
  border: 1px solid #3b3f4e !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(59, 63, 78, 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(15, 16, 20, 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 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: #3b3f4e;
  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 #3b3f4e;
}
.form-modal-alpha label:hover:before {
  border: 1px solid #3b3f4e !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 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 */
/* Global LESS -- old templates */
#suburb-profile-show-alpha {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}
#suburb-profile-show-alpha .bottom-content #places-gallery-slideshow-bravo {
  display: none;
}
#suburb-profile-show-alpha .bottom-content #places-gallery-slideshow-mobile {
  display: block;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profile-show-alpha .left-content {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #suburb-profile-show-alpha .right-content {
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #suburb-profile-show-alpha .bottom-content {
    clear: both;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profile-show-alpha .left-content {
    width: 70%;
  }
  #suburb-profile-show-alpha .right-content {
    width: 30%;
  }
  #suburb-profile-show-alpha .bottom-content #places-gallery-slideshow-bravo {
    display: block !important;
  }
  #suburb-profile-show-alpha .bottom-content #places-gallery-slideshow-bravo-mobile {
    display: none;
  }
}
/* Localised LESS -- old templates */
#suburb-profile-show-alpha .bxslider img {
  max-width: 100%;
}
#suburb-profile-show-alpha h2 {
  padding-top: 2em;
}
#suburb-profile-show-alpha .map-wrapper {
  margin: 2rem 0;
  overflow: hidden;
}
#suburb-profile-show-alpha #map_canvas {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .staff-listing-show-bravo * {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .staff-listing-show-bravo * {
    text-align: left;
  }
}
.staff-listing-show-bravo h1 {
  font-weight: 600;
  font-size: 2em;
  display: block;
  width: 100%;
}
.staff-listing-show-bravo h1 small {
  font-size: 0.6em;
  text-transform: uppercase;
}
.staff-listing-show-bravo .ctas button {
  margin: 0 5px 10px 5px;
  min-width: 140px;
}
@media only screen and (max-width: 767px) {
  .staff-listing-show-bravo .ctas {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .staff-listing-show-bravo .ctas {
    justify-content: center;
  }
}
.staff-listing-show-bravo .info-block {
  margin: 2em 0;
}
.staff-listing-show-bravo .info-block:first-child {
  margin: 0 0 2em;
}
.staff-listing-show-bravo .info-block .btn-container {
  padding: 2em 0 0;
}
.staff-listing-show-bravo .info-block .icon-calendar {
  font-size: 2em;
  position: absolute;
  margin-top: -2px;
}
.staff-listing-show-bravo .soi {
  margin: 2em 0;
}
@media only screen and (max-width: 767px) {
  .staff-listing-show-bravo .soi {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .staff-listing-show-bravo .soi {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .staff-listing-show-bravo .social-icons {
    text-align: center;
  }
  .staff-listing-show-bravo .social-icons a:last-child {
    padding-right: 0;
    argin: 0;
  }
}
@media (max-width: 767px) {
  .staff-listing-show-bravo .social-icons {
    text-align: center;
  }
  .staff-listing-show-bravo .social-icons a:last-child {
    padding-right: 0;
    argin: 0;
  }
}
.staff-listing-show-bravo #map_canvas {
  height: 400px;
}
/* From staff-atom */
/* 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: 'zenuicon';
  src: url('/assets/layout/staff-dakota/fonts/icons/icons.eot');
  src: url('/assets/layout/staff-dakota/fonts/icons/icons.eot?#iefix') format('embedded-opentype'), url('/assets/layout/staff-dakota/fonts/icons/icons.woff') format('woff'), url('/assets/layout/staff-dakota/fonts/icons/icons.ttf') format('truetype'), url('/assets/layout/staff-dakota/fonts/icons/icons.svg#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Importing for the sake of the custom Rate My Agent icon */
@font-face {
  font-family: 'bbc';
  src: url('/assets/layout/_global/fonts/real-estate-icons/bbc.eot?odg0a9');
  src: url('/assets/layout/_global/fonts/real-estate-icons/bbc.eot?#iefixodg0a9') format('embedded-opentype'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.woff?odg0a9') format('woff'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.ttf?odg0a9') format('truetype'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.svg?odg0a9#bbc') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="bbc-"],
[class*=" bbc-"] {
  font-family: 'bbc';
  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;
}
.bbc-bed-large:before {
  content: "\e600";
}
.bbc-bath-large:before {
  content: "\e601";
}
.bbc-car-large:before {
  content: "\e602";
}
/*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";
}
.icon_social-google-plus:before {
  content: "\ea8b";
}
.icon_social-facebook:before {
  content: "\ea90";
}
.icon_social-twitter:before {
  content: "\ea96";
}
.icon_social-linkedin:before {
  content: "\eaca";
}
.icon_social-pinterest:before {
  content: "\ead1";
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'zenuicon' !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";
}
/* variables specific to this sheet */
/* mixins specific to this sheet */
._typo_letterspace {
  letter-spacing: 0px;
}
._typo_font {
  letter-spacing: 0px;
  font-family: 'proxima-nova', 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_zenuicon {
  display: inline-block;
  font: normal normal normal 14px/1 'zenuicon';
  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: #3b3f4e;
  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: #3b3f4e;
  color: var(--color-link-std);
}
._typo_link_inversed a:hover {
  color: #3b3f4e;
  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: #3b3f4e;
  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: 'proxima-nova', Arial, sans-serif;
  line-height: 1.4;
  font-size: 1em;
  font-weight: 300;
  color: #505052;
}
b,
strong {
  font-weight: 500;
}
b b,
strong b,
b strong,
strong strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'proxima-nova', Arial, sans-serif;
  letter-spacing: 0px;
  text-align: center;
}
h1 {
  font-size: 1.75em;
  line-height: 1.2;
}
h2,
big {
  font-size: 1.7em;
}
h2 {
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin-bottom: 2em;
}
h2 b,
h2 strong {
  font-weight: 600;
}
h3 {
  font-weight: 600;
  font-size: 1.3em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
.twostepheading h1,
.twostepheading h2,
.twostepheading h3 {
  line-height: 1;
  font-size: 3em;
  font-weight: 600;
  text-transform: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
.twostepheading p {
  text-align: left;
}
.twostepheading .preintro {
  text-transform: uppercase;
  font-size: 1.4em;
  letter-spacing: 0.5px;
}
.twostepheading .intro {
  font-size: 1rem;
  padding-top: 1em;
  padding-right: 20px;
}
.twostepheading .button {
  margin: 2em 0 0;
}
.twostepheading.secondary {
  font-size: 0.8em;
}
p {
  letter-spacing: 0px;
  text-align: center;
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  color: #3b3f4e;
  color: var(--color-primary);
}
nav a {
  font-weight: 400;
  color: gray;
}
a:hover {
  color: #505052;
  color: var(--color-body);
}
nav a:hover {
  color: #3b3f4e;
  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: #3b3f4e;
  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: #3b3f4e;
  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;
}
/* Page size */
/* Colours */
/* 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: #3b3f4e;
  --color-primary-darken: #303340;
  --color-primary-lighten: #666d89;
  --color-primary-lighten-more: #666d89;
  /* --- 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: #3b3f4e;
  --button-bg-primary-light: #666d89;
  --button-bg-primary-darken: #303340;
}
/* Local Globals */
/* Use function to add hover styles to avoid hover related double tap bug */
.padding-vert-md {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-vert-lg {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-vert-xl {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-vert-xxl {
  padding-top: 75px;
  padding-bottom: 75px;
}
.padding-hoz-md {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-hoz-lg {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-hoz-xl {
  padding-left: 50px;
  padding-right: 50px;
}
.padding-hoz-xxl {
  padding-left: 75px;
  padding-right: 75px;
}
/*
	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: #3b3f4e;
  color: var(--color-link-std);
}
.in__invlinks a:hover {
  color: #3b3f4e;
  color: var(--color-primary);
}
.in__invlinks a {
  color: var(--color-link-hover);
  color: #505052;
  color: var(--color-body);
}
.in__invlinks a:hover {
  color: #3b3f4e;
  color: var(--color-link-std);
}
.in__invlinks a:hover {
  color: #3b3f4e;
  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: #3b3f4e;
  color: var(--color-link-std);
}
.in__rev__link a:hover {
  color: #3b3f4e;
  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: #3b3f4e;
  color: var(--color-link-std);
}
.in__rev__link a:hover {
  color: #3b3f4e;
  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__top {
  border-top: 1px solid #e5e3e3;
}
.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 {
  font-size: 1.1em;
  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(59, 63, 78, 0.8);
  transform: scale(1.2) translateY(-50%);
}
/* GLOBAL FORM STYLES */
/*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: 'proxima-nova', 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: 1px solid #dfdfdf;
  /*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-alpha form,
form {
  background: none;
  padding: 0;
}
.form-alpha form *,
form * {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.form-alpha form label,
form label {
  letter-spacing: 0px;
  font-family: 'proxima-nova', Arial, sans-serif;
  line-height: 1.4;
  font-size: 1em;
  font-weight: 300;
  color: #505052;
}
.form-alpha form .input-btn,
form .input-btn,
.form-alpha form select,
form select,
.form-alpha form textarea,
form textarea,
.form-alpha form select,
form select,
.form-alpha form input,
form input {
  letter-spacing: 0px;
  font-family: 'proxima-nova', 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: 1px solid #dfdfdf;
  /*border-bottom: 1px solid rgba(100,100,100,0.2);*/
  /*border-right: 1px solid rgba(100,100,100,0.2);*/
}
.form-alpha form .input-btn:not([type=submit]),
form .input-btn:not([type=submit]),
.form-alpha form select:not([type=submit]),
form select:not([type=submit]),
.form-alpha form textarea:not([type=submit]),
form textarea:not([type=submit]),
.form-alpha form select:not([type=submit]),
form select:not([type=submit]),
.form-alpha form input:not([type=submit]),
form input:not([type=submit]) {
  width: 100%;
  /*box-shadow: inset rgba(0,0,0,0.3) 1px 1px 1px;*/
}
.form-alpha form .input-btn:focus,
form .input-btn:focus,
.form-alpha form select:focus,
form select:focus,
.form-alpha form textarea:focus,
form textarea:focus,
.form-alpha form select:focus,
form select:focus,
.form-alpha form input:focus,
form input:focus {
  outline: 0;
}
.form-alpha form select,
form select {
  /* For the sake of icon labels not being clickable */
  position: relative;
  z-index: 1;
}
.form-alpha form .disabled,
form .disabled {
  background: #ededed;
}
.form-alpha form .input-btn,
form .input-btn {
  text-align: left;
}
.form-alpha form .input-btn:active,
form .input-btn:active,
.form-alpha form .input-btn:focus,
form .input-btn:focus,
.form-alpha form .input-btn:hover,
form .input-btn:hover {
  background: #fff;
}
.form-alpha form .input-btn span,
form .input-btn span {
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
}
.form-alpha form textarea,
form textarea {
  min-height: 100px;
}
.form-alpha form input[type=text],
form input[type=text],
.form-alpha form input[type=email],
form input[type=email] {
  width: 100%;
}
.form-alpha form input[type=submit],
form input[type=submit] {
  letter-spacing: 0px;
  font-family: 'proxima-nova', Arial, sans-serif;
  line-height: 1.4;
  font-size: 1em;
  color: #505052;
  font-size: 1.1rem;
  height: 2.8em;
  display: inline-flex;
  align-items: center;
  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: #3b3f4e;
  background: var(--button-bg-primary);
  cursor: pointer;
  white-space: nowrap;
  height: 3.2em;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.5px;
  padding: 0 1.5em;
  padding-top: 1px !important;
  min-width: 175px;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 15px;
  background: transparent;
  border: 1px solid #ccc;
  font-weight: 400;
  color: #353535;
}
.form-alpha form input[type=submit].btn-outline-1,
form input[type=submit].btn-outline-1 {
  background: transparent;
  border: 1px solid #ccc;
  font-weight: 400;
  color: #353535;
}
.form-alpha form input[type=submit].btn-outline-1:hover,
form input[type=submit].btn-outline-1:hover,
.form-alpha form input[type=submit].btn-outline-1:focus,
form input[type=submit].btn-outline-1:focus,
.form-alpha form input[type=submit].btn-outline-1:active,
form input[type=submit].btn-outline-1:active {
  background: #efefef;
  color: #3b3f4e;
}
.form-alpha form input[type=submit].btn-sm,
form input[type=submit].btn-sm {
  font-size: .7rem;
  padding: 0 1.5em;
  height: 2.5em;
  border-radius: 2px;
}
header .form-alpha form input[type=submit].btn-sm,
header form input[type=submit].btn-sm {
  margin-left: 6px;
}
header .form-alpha form input[type=submit].left-space,
header form input[type=submit].left-space {
  margin-left: 20px;
}
.form-alpha form input[type=submit].btn-secondary,
form input[type=submit].btn-secondary {
  background: #0f1014;
}
.form-alpha form input[type=submit].btn-secondary:hover,
form input[type=submit].btn-secondary:hover,
.form-alpha form input[type=submit].btn-secondary:focus,
form input[type=submit].btn-secondary:focus {
  background: #252731;
}
.form-alpha form input[type=submit].btn-darkoverlay,
form input[type=submit].btn-darkoverlay {
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
.form-alpha form input[type=submit]:focus,
form input[type=submit]:focus {
  background: #303340;
  background: var(--button-bg-primary-darken);
  color: white;
}
@media only screen and (min-width: 416px) {
  .form-alpha form input[type=submit]:hover,
  form input[type=submit]:hover {
    background: #303340;
    background: var(--button-bg-primary-darken);
    color: white;
  }
}
@media only screen and (min-width: 416px) {
  .form-alpha form input[type=submit]:hover,
  form input[type=submit]:hover {
    background: #303340;
    background: var(--button-bg-primary-darken);
    color: white;
  }
}
.form-alpha form input[type=submit]:hover,
form input[type=submit]:hover,
.form-alpha form input[type=submit]:focus,
form input[type=submit]:focus,
.form-alpha form input[type=submit]:active,
form input[type=submit]:active {
  background: #efefef;
  color: #3b3f4e;
}
.form-alpha form .fieldset_submit,
form .fieldset_submit {
  text-align: center;
}
.form-alpha form option:focus,
form option:focus {
  background-color: #fff;
  outline: 0;
  border: 0;
  box-shadow: none;
}
.form-alpha form option:checked,
form option:checked {
  color: white;
  box-shadow: 0 0 10px 100px #3b3f4e inset;
}
.form-alpha form fieldset,
form fieldset {
  min-width: 0;
  /* this fixes glitches with fieldset not adhering to parent width */
  width: 100%;
  position: relative;
}
.form-alpha form fieldset.icon input,
form fieldset.icon input {
  padding-left: 40px;
}
.form-alpha form fieldset.icon:before,
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-alpha form fieldset.icon-search:before,
form fieldset.icon-search:before {
  content: "\f002";
}
.form-alpha form fieldset.err input,
form fieldset.err input {
  box-shadow: inset rgba(199, 71, 71, 0.4) 0 0 0 2px;
}
.form-alpha form .inner,
form .inner {
  padding: 0 0 40px;
}
.form-alpha form .inner .fieldset__50 fieldset,
form .inner .fieldset__50 fieldset {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .form-alpha form .inner .fieldset__md__50,
  form .inner .fieldset__md__50 {
    width: calc(50% - 10px);
  }
  .form-alpha form .inner .fieldset__md__33,
  form .inner .fieldset__md__33 {
    width: calc(33.33% - 14px);
  }
  .form-alpha form .inner .fieldset__md__33:nth-of-type(0n+2),
  form .inner .fieldset__md__33:nth-of-type(0n+2) {
    margin-right: 10px;
  }
  .form-alpha form .inner .fieldset__md__33:nth-of-type(0n+3),
  form .inner .fieldset__md__33:nth-of-type(0n+3) {
    margin-left: 10px;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .form-alpha form .inner .fieldset__md__50,
  form .inner .fieldset__md__50 {
    width: calc(50% - 10px);
  }
  .form-alpha form .inner .fieldset__md__33,
  form .inner .fieldset__md__33 {
    width: calc(33.33% - 14px);
  }
  .form-alpha form .inner .fieldset__md__33:nth-of-type(0n+2),
  form .inner .fieldset__md__33:nth-of-type(0n+2) {
    margin-right: 10px;
  }
  .form-alpha form .inner .fieldset__md__33:nth-of-type(0n+3),
  form .inner .fieldset__md__33:nth-of-type(0n+3) {
    margin-left: 10px;
    margin-right: 0;
  }
}
.form-alpha form .inner .fieldset_notes,
form .inner .fieldset_notes {
  width: 100%;
  margin: 0 !important;
}
.form-alpha form .__space,
form .__space {
  margin-left: 4px;
}
.form-alpha form.search-simple,
form.search-simple {
  display: flex;
  flex-flow: row nowrap;
  max-width: 600px;
  margin: 0 auto;
}
.form-alpha form.search-simple input,
form.search-simple input {
  border: 0;
  box-shadow: none;
  width: calc(100% - 104px);
}
.form-alpha form.search-simple button,
form.search-simple button {
  width: 120px;
  margin-left: 4px;
}
.form-alpha form.search-simple ~ .nil-result,
form.search-simple ~ .nil-result {
  padding: 1em;
  color: red;
  font-size: 0.8em;
}
.form-alpha .form-response.form-success {
  background: none;
}
.form-alpha .form-response {
  margin-bottom: 2em;
}
.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: 'proxima-nova', 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: #3b3f4e;
  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: #3b3f4e !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: #3b3f4e;
  background: var(--color-primary);
}
.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: 320px;
  overflow-x: hidden;
  /* small side-scroll overflow bug on mobile */
}
body,
body * {
  box-sizing: border-box;
}
.outer-container {
  /*	padding:15px;

    ._mix_resp(min, @breakpt-mobile, {
        padding:0 @padding-page-md;

	    .outer-reverse {
			margin:0 -@padding-page-md;
	    }
    });

    ._mix_resp(min, @breakpt-desktop-lg, {
        padding:0 @padding-page-lg;

	    .outer-reverse {
			margin:0 -@padding-page-lg;
	    }
    });
*/
}
.container {
  max-width: 1000px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  /*    .outer-container & {
    	padding-left:0;
    	padding-right:0;
    }*/
}
.inner-box {
  width: 100%;
}
.inner-box-1-2 {
  max-width: 500px;
}
.inner-box-2-3 {
  max-width: 666.66666667px;
}
@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: absolute;
}
/******* FLEX *******/
.flex {
  display: flex;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.flex-center-align {
  align-items: center;
}
.flex-center-justify {
  justify-content: center;
}
.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-child-1-2 > * {
  width: 50%;
  flex: 0 0 50%;
}
/******* 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: 3rem;
  padding-bottom: 3rem;
}
@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;
}
/*******************************/
/* GENERAL COMPONENTS (LOCAL) */
.alert-info {
  display: none;
}
.desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  .desktop {
    display: block;
  }
}
.logo {
  padding-bottom: 0;
}
.logo a {
  color: #787878;
  font-size: 1.8em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .logo {
    text-align: center;
    padding-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .logo {
    text-align: center;
    padding-bottom: 1em;
  }
}
header {
  /* Home page */
  padding: 20px 0;
}
header.nothome {
  border-bottom: 1px solid #e5e5e5;
}
.staff-alpha header {
  padding-bottom: 0;
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
}
.staff-alpha header .nav li a {
  color: white;
}
header nav {
  flex-grow: 1;
}
.staff-alpha header nav {
  margin-bottom: 0;
}
header nav.mscroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
header nav.mscroll .nav {
  /*padding-right: 10px;*/
}
header > * {
  align-self: center;
}
header .logo {
  opacity: 0;
  animation: showme 2s forwards 2s;
}
@media only screen and (max-width: 767px) {
  header .logo {
    display: none;
  }
}
@media (max-width: 767px) {
  header .logo {
    display: none;
  }
}
@keyframes showme {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header nav ul {
  height: 100%;
}
header nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
header nav ul li a {
  font-weight: 300;
  letter-spacing: 0.5px;
}
header nav ul li a:hover {
  color: #3b3f4e;
}
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: #3b3f4e;
    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: #3b3f4e;
    background-color: var(--color-primary);
  }
}
@media only screen and (min-width: 416px) {
  header .menu-btn:hover {
    color: #3b3f4e;
    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: #3b3f4e;
    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;
  }
}
@media only screen and (min-width: 768px) {
  header .menu-btn {
    display: none;
  }
}
@media (min-width: 768px) {
  header .menu-btn {
    display: none;
  }
}
.nav {
  display: flex;
  flex-flow: row nowrap;
  /*padding-bottom: 10px;*/
}
.nav li {
  padding: 0 10px;
}
.nav li:first-child {
  padding-left: 0;
}
.nav li a {
  font-weight: 300;
  letter-spacing: 0.5px;
}
.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: #0f1014;
  -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: #3b3f4e;
  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: #3b3f4e;
  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: #3b3f4e;
    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: #3b3f4e;
    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,
footer a {
  color: white;
}
footer h4 {
  line-height: 2.2;
  padding: 0.5em 0 1em;
}
footer p {
  text-align: left;
  line-height: 2;
  font-size: 1.1em;
}
footer > div {
  padding: 0.85em 0;
}
footer > div:first-child {
  padding-top: 3em;
}
footer > div:last-child {
  padding-bottom: 3em;
}
footer .nav a {
  color: #787878;
}
footer .upper div {
  text-align: center;
}
footer .upper .footer-nav.mscroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
footer .upper .footer-nav.mscroll .nav {
  padding: 10px 10px 10px 0;
}
footer .upper .footer-nav.mscroll .nav li:last-child {
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  footer .upper br {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .upper br {
    display: none;
  }
}
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 wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  footer .middle .social-links {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  footer .middle .social-links {
    justify-content: flex-end;
  }
}
footer .middle .social-links a {
  display: block;
  padding: 5px 12px 0;
  font-size: 1.1em;
  /*border-left:1px solid rgba(255,255,255,0.1);*/
  /*
				&:last-child {
					border-right:1px solid rgba(255,255,255,0.1);
				}
*/
  color: rgba(255, 255, 255, 0.5);
}
footer .middle .social-links a:hover {
  color: #3b3f4e;
  color: var(--color-primary);
}
footer .middle .social-links a.ratemyagent i {
  position: relative;
  top: 2px;
}
footer .middle .social-links .fa {
  min-width: 50px;
  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;
}
footer .lower li {
  line-height: 2;
  padding: 0 8px;
}
footer .lower > div {
  align-items: center;
}
footer .lower .policy {
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  footer .lower .policy {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  footer .lower .policy {
    align-items: center;
    justify-content: flex-end;
  }
}
footer a:hover {
  color: #3b3f4e !important;
  color: var(--color-primary) !important;
}
footer .num-std em:nth-child(2) {
  padding-right: 5px;
}
footer .num-std em:nth-child(6) {
  padding-right: 5px;
}
footer .num-long em:nth-child(4) {
  padding-right: 5px;
}
footer .num-long em:nth-child(7) {
  padding-right: 5px;
}
footer .num-short em:nth-child(4) {
  padding-right: 5px;
}
.banner__main {
  position: relative;
  background: #efefef;
  overflow: hidden;
  transition: background 0.5s ease-out;
  min-height: 450px;
  max-height: 650px;
  height: 60vw;
}
.banner__main .banner-inner {
  height: 100%;
  opacity: 1;
  transition: opacity 0.8s ease-out;
}
.banner__main .banner-inner .inner > div {
  padding-top: 2em;
}
@media only screen and (max-width: 599px) {
  .banner__main .banner-inner .inner > div {
    padding-top: 2em;
  }
}
@media (max-width: 599px) {
  .banner__main .banner-inner .inner > div {
    padding-top: 2em;
  }
}
.banner__main .banner-inner .inner > div > * {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}
.banner__main .banner-inner .inner > div > *:nth-child(1) {
  transition-delay: 0.5s;
}
.banner__main .banner-inner .inner > div > *:nth-child(2) {
  transition-delay: 0.8s;
}
.banner__main .banner-inner .inner > div > *:nth-child(3) {
  transition-delay: 1.2s;
}
.banner__main .banner-inner .inner > div > *:nth-child(4) {
  transition-delay: 1.5s;
}
.banner__main .banner-inner .bg__overlay {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.6s ease-out 0.2s;
}
@media only screen and (max-width: 599px) {
  .banner__main .banner-inner {
    background-position: top right !important;
  }
  .banner__main .banner-inner .left-col .inner {
    align-items: flex-end;
    padding-bottom: 4rem;
  }
}
@media (max-width: 599px) {
  .banner__main .banner-inner {
    background-position: top right !important;
  }
  .banner__main .banner-inner .left-col .inner {
    align-items: flex-end;
    padding-bottom: 4rem;
  }
}
@media (min-width: 600px) and (max-width: 998px) {
  .banner__main .left-col {
    width: 55%;
  }
  .banner__main .right-col {
    width: 45%;
  }
}
.banner__main.square .left-col {
  position: relative;
  width: 100%;
}
.banner__main.square .right-col {
  width: 100%;
  position: absolute;
  order: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner__main.square .banner-inner {
  width: 100%;
  background-position: top center !important;
}
@media only screen and (max-width: 415px) {
  .banner__main.square .inner {
    align-items: flex-end;
    padding-bottom: 3rem;
  }
}
@media (max-width: 415px) {
  .banner__main.square .inner {
    align-items: flex-end;
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .banner__main.square {
    display: flex;
    flex-flow: row nowrap;
  }
  .banner__main.square .left-col,
  .banner__main.square .right-col {
    position: relative;
    width: 50%;
  }
  .banner__main.square .banner-inner {
    width: 100%;
    background-position: top center !important;
  }
}
@media (min-width: 768px) {
  .banner__main.square {
    display: flex;
    flex-flow: row nowrap;
  }
  .banner__main.square .left-col,
  .banner__main.square .right-col {
    position: relative;
    width: 50%;
  }
  .banner__main.square .banner-inner {
    width: 100%;
    background-position: top center !important;
  }
}
.banner__main.loading .banner-inner {
  opacity: 0;
  transition: none;
}
.banner__main.loading .banner-inner .inner > div > * {
  opacity: 0;
  transform: translateX(-50px);
}
.banner__main.loading .banner-inner .bg__overlay {
  transform: translateX(-550px);
  opacity: 0;
}
.listing-counter li {
  padding: 10px;
}
/* Background image loader */
[data-bgurl] {
  background: #efefef;
  position: relative;
}
[data-bgurl] > * {
  position: relative;
}
[data-bgurl] .bg_banner {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  display: none;
}
/*  --------- Slick components ------------ */
.banner__slick {
  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;
  }
}
.banner__slick .slick-track .ld__img {
  max-width: 100vw;
}
@media only screen and (min-width: 768px) {
  .banner__slick .slick-track .ld__img {
    max-width: 1000px;
  }
}
@media (min-width: 768px) {
  .banner__slick .slick-track .ld__img {
    max-width: 1000px;
  }
}
.banner__slick .slick-slide {
  background: black;
  transition: background 0.5s ease-out 0.2s;
}
.banner__slick .slick-slide .ld__imgcontainer {
  opacity: 0.5;
  transition: opacity 0.5s ease-out 0.2s;
}
.banner__slick .slick-slide.slick-active {
  background: white;
}
.banner__slick .slick-slide.slick-active .ld__imgcontainer {
  opacity: 1;
}
.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: #3b3f4e;
  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;
}
@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: #3b3f4e;
  color: var(--color-link-std);
}
.cp__sub-navigation a:hover {
  color: #3b3f4e;
  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: #3b3f4e;
  color: var(--color-link-std);
}
.cp__sub-navigation a:hover {
  color: #3b3f4e;
  color: var(--color-primary);
}
.cp__sub-navigation a {
  color: gray;
}
.cp__sub-navigation a.active {
  color: #3b3f4e;
  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: #3b3f4e;
  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: #3b3f4e;
  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: #3b3f4e;
  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: #3b3f4e;
  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: #3b3f4e;
  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: #3b3f4e;
  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__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: #3b3f4e;
  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: 5px;
}
.cp__offices .office .link a {
  font-weight: 600;
  color: #3b3f4e;
  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;
}
@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;
  max-height: 75px;
  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: #3b3f4e;
}
.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 i {
  color: #3b3f4e;
  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: #3b3f4e;
  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: #3b3f4e;
  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 .button {
  display: inline-block;
  line-height: 2.7em;
  color: white;
}
.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: #8188a1;
}
.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(59, 63, 78, 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: #3b3f4e;
  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: #3b3f4e;
  color: var(--color-primary);
  display: flex;
  align-items: flex-end;
  padding: 0 20px 0 0;
  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__share a {
  color: lightgray;
}
.cp__share a:hover {
  color: #3b3f4e;
  color: var(--color-primary);
}
.cp__share i {
  font-size: 2em;
}
.cp__share i.icon-envelope {
  font-size: 2.5em;
  position: relative;
  top: 4px;
}
/* scroll and highlight */
.cp__highlight {
  background: #0f1014 !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: #3b3f4e !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 #0f1014;
  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;
  }
}
.suburb-profile .inner {
  display: flex;
  flex-flow: row wrap;
}
.suburb-profile .inner .left-col,
.suburb-profile .inner .right-col {
  height: auto;
}
.suburb-profile .inner .left-col {
  background-blend-mode: multiply;
}
.suburb-profile .inner .left-col h2,
.suburb-profile .inner .left-col h3 {
  margin: 0 0 0.5em;
}
.suburb-profile .inner .left-col,
.suburb-profile .inner .left-col p {
  color: white;
}
.recent-news ul li {
  position: relative;
  height: 350px;
  margin: 2px 0;
}
@media only screen and (min-width: 768px) {
  .recent-news ul li {
    margin: 2px;
    width: calc(50% - 4px);
  }
}
@media (min-width: 768px) {
  .recent-news ul li {
    margin: 2px;
    width: calc(50% - 4px);
  }
}
.recent-news ul li .recent-news-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.recent-news ul li .recent-news-text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  height: 45%;
  transition: height 0.16666667s cubic-bezier(0.11, 0.84, 0.66, 0.99);
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 25px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
.recent-news ul li .recent-news-text p {
  text-align: left;
  margin: 0;
}
.recent-news ul li .recent-news-text .date {
  text-transform: uppercase;
}
.recent-news ul li .recent-news-text h3 {
  font-size: 1.75em;
  text-align: left;
  line-height: 1.1;
}
@media only screen and (min-width: 416px) {
  .recent-news ul li:hover .recent-news-text {
    height: 55%;
    background: rgba(0, 0, 0, 0.7);
    transition: height 0.5s cubic-bezier(0.11, 0.84, 0.66, 0.99), background 0.5s linear;
  }
}
@media only screen and (min-width: 416px) {
  .recent-news ul li:hover .recent-news-text {
    height: 55%;
    background: rgba(0, 0, 0, 0.7);
    transition: height 0.5s cubic-bezier(0.11, 0.84, 0.66, 0.99), background 0.5s linear;
  }
}
.reviews ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.reviews li {
  width: 100%;
  padding: 0 20px 3em;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.reviews li:last-child {
  padding-bottom: 0;
}
.reviews li .user-icon {
  font-size: 2.5em;
  padding: 0 0 .75em;
}
.reviews li h3 {
  padding: 1em 0 0.5em;
  font-size: 1.4em;
}
@media only screen and (min-width: 768px) {
  .reviews li {
    padding: 0 20px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .reviews li {
    padding: 0 20px;
    width: 50%;
  }
}
.reviews li img {
  max-width: 115px;
  height: auto;
  padding: 0 0 10px;
}
.social-icons a {
  font-size: 1.6em;
  padding: 10px 16px 10px 0;
  display: inline-block;
  color: gray;
}
.left-col-content,
.right-col-content {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .left-col-content {
    flex-grow: 1;
    padding-right: 60px;
    width: 66.66%;
  }
}
@media (min-width: 768px) {
  .left-col-content {
    flex-grow: 1;
    padding-right: 60px;
    width: 66.66%;
  }
}
@media only screen and (min-width: 768px) {
  .right-col-content {
    max-width: 300px;
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .right-col-content {
    max-width: 300px;
    width: 33.33%;
  }
}
/*******************************/
/* GRANULAR ELEMENT STYLES */
button,
.button,
.btn {
  letter-spacing: 0px;
  font-family: 'proxima-nova', Arial, sans-serif;
  line-height: 1.4;
  font-size: 1em;
  color: #505052;
  font-size: 1.1rem;
  height: 2.8em;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  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: #3b3f4e;
  background: var(--button-bg-primary);
  cursor: pointer;
  white-space: nowrap;
  height: 3.2em;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.5px;
  padding: 0 1.5em;
  padding-top: 1px !important;
  min-width: 175px;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
button.btn-outline-1,
.button.btn-outline-1,
.btn.btn-outline-1 {
  background: transparent;
  border: 1px solid #ccc;
  font-weight: 400;
  color: #353535;
}
button.btn-outline-1:hover,
.button.btn-outline-1:hover,
.btn.btn-outline-1:hover,
button.btn-outline-1:focus,
.button.btn-outline-1:focus,
.btn.btn-outline-1:focus,
button.btn-outline-1:active,
.button.btn-outline-1:active,
.btn.btn-outline-1:active {
  background: #efefef;
  color: #3b3f4e;
}
button.btn-sm,
.button.btn-sm,
.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 .btn.btn-sm {
  margin-left: 6px;
}
header button.left-space,
header .button.left-space,
header .btn.left-space {
  margin-left: 20px;
}
button.btn-secondary,
.button.btn-secondary,
.btn.btn-secondary {
  background: #0f1014;
}
button.btn-secondary:hover,
.button.btn-secondary:hover,
.btn.btn-secondary:hover,
button.btn-secondary:focus,
.button.btn-secondary:focus,
.btn.btn-secondary:focus {
  background: #252731;
}
button.btn-darkoverlay,
.button.btn-darkoverlay,
.btn.btn-darkoverlay {
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
button:focus,
.button:focus,
.btn:focus {
  background: #303340;
  background: var(--button-bg-primary-darken);
  color: white;
}
@media only screen and (min-width: 416px) {
  button:hover,
  .button:hover,
  .btn:hover {
    background: #303340;
    background: var(--button-bg-primary-darken);
    color: white;
  }
}
@media only screen and (min-width: 416px) {
  button:hover,
  .button:hover,
  .btn:hover {
    background: #303340;
    background: var(--button-bg-primary-darken);
    color: white;
  }
}
/* 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;
  }
}
/* BG colors */
.bg__light {
  background: #f1f1f1;
}
.bg__dark {
  background: #0f1014;
}
.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: #666d89;
  color: var(--color-primary-lighten-more);
}
.bg__dark a button,
.bg__dark a button:hover {
  color: white;
}
.bg__overlay {
  background: rgba(0, 0, 0, 0.6);
  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;
}
/* 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;
}
#map-canvas {
  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 {
  display: block;
  font-size: 2.2em;
  font-weight: 600;
  text-align: center;
}
.listing-counter .pure-g li h3 {
  font-weight: 300;
}
/* --- Borders --- */
.border-top {
  border-top: 1px solid #dfdfdf;
}
.border-bottom {
  border-bottom: 1px solid #dfdfdf;
}
.btn-container {
  text-align: center;
}
/* --- Star Rating --- */
.stars {
  cursor: pointer;
  /*	&:hover {
    .star polygon {
      fill: #ffd055 !important;
    }
  }
  */
}
.stars .star {
  zoom: 0.7;
  float: left;
}
.stars .star polygon {
  fill: #828282;
}
.stars[data-stars] .star polygon {
  fill: #ecb011;
}
.stars[data-stars="1"] .star:nth-child(1) ~ .star polygon {
  fill: #828282;
}
.stars[data-stars="2"] .star:nth-child(2) ~ .star polygon {
  fill: #828282;
}
.stars[data-stars="3"] .star:nth-child(3) ~ .star polygon {
  fill: #828282;
}
.stars[data-stars="4"] .star:nth-child(4) ~ .star polygon {
  fill: #828282;
}
.stars[data-stars="5"] .star:nth-child(5) ~ .star polygon {
  fill: #828282;
}
/****************************/
/* 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-modal-alpha form .fa-close {
  color: var(--color-link-hover);
  color: #505052;
  color: var(--color-body);
  color: #9f9f9f;
  font-family: 'zenuicon' !important;
  font-size: 2.2em;
  top: 12px;
  right: 12px;
}
.form-modal-alpha form .fa-close:hover {
  color: #3b3f4e;
  color: var(--color-link-std);
}
.form-modal-alpha form .fa-close:hover {
  color: #3b3f4e;
  color: var(--color-primary);
}
.form-modal-alpha form .fa-close:before {
  content: "\e908";
}
.listings-grid-alpha .content-nav a {
  color: #505052;
}
.listings-grid-alpha .content-nav a.noClick {
  cursor: initial;
}
.listings-grid-alpha li {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .listings-grid-alpha li {
    margin: 0 0 2.5em;
  }
}
@media (min-width: 768px) {
  .listings-grid-alpha li {
    margin: 0 0 2.5em;
  }
}
.listings-grid-alpha li a {
  /*pointer-events: none;*/
}
.listings-grid-alpha li .ld__img {
  box-shadow: rgba(0, 0, 0, 0) 5px 5px 5px 5px;
  z-index: 2;
  transition: transform 0.16666667s linear, box-shadow 0.16666667s linear;
}
.listings-grid-alpha li .ld__img .ld__imgcontainer {
  box-shadow: inset rgba(255, 255, 255, 0) 0 0 0 5px, inset rgba(0, 0, 0, 0.3) 0 0 155px;
  transition: box-shadow 0.16666667s linear;
}
.listings-grid-alpha li .ld__img:after {
  content: '';
  background-image: url(../images/plus.svg);
  background-size: 114px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  opacity: 0;
  transform: translateY(-50%);
}
.listings-grid-alpha li.loader .inner-container,
.listings-grid-alpha li.loading .inner-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: #efefef;
}
.listings-grid-alpha li.loader .inner-container .fa,
.listings-grid-alpha li.loading .inner-container .fa {
  color: #cecece;
}
.listings-grid-alpha li.loader.no-overlay,
.listings-grid-alpha li.loading.no-overlay {
  padding: 5px;
}
.listings-grid-alpha li.loader.no-overlay .inner-container,
.listings-grid-alpha li.loading.no-overlay .inner-container {
  padding: 70px 0;
}
.listings-grid-alpha li .inner-container {
  display: flex;
  flex-flow: row wrap;
  height: auto;
}
@media only screen and (min-width: 600px) {
  .listings-grid-alpha li .inner-container {
    height: 365px;
  }
}
@media (min-width: 600px) {
  .listings-grid-alpha li .inner-container {
    height: 365px;
  }
}
.listings-grid-alpha li .inner-container .inner {
  background: #383838;
  height: 165px;
}
.listings-grid-alpha li .inner-container .ld__img {
  height: 215px;
}
.listings-grid-alpha li .inner-container .inner,
.listings-grid-alpha li .inner-container .ld__img {
  color: white;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .listings-grid-alpha li .inner-container .inner,
  .listings-grid-alpha li .inner-container .ld__img {
    width: 50%;
    height: 100%;
  }
}
@media (min-width: 600px) {
  .listings-grid-alpha li .inner-container .inner,
  .listings-grid-alpha li .inner-container .ld__img {
    width: 50%;
    height: 100%;
  }
}
.listings-grid-alpha li .inner-container .d-corner {
  display: none;
}
.listings-grid-alpha li .inner-container .inner {
  transition: padding 0.16666667s linear;
  padding: 25px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .listings-grid-alpha li .inner-container .inner {
    padding: 35px;
  }
}
@media (min-width: 768px) {
  .listings-grid-alpha li .inner-container .inner {
    padding: 35px;
  }
}
@media only screen and (min-width: 600px) {
  .listings-grid-alpha li .inner-container .inner {
    justify-content: center;
  }
}
@media (min-width: 600px) {
  .listings-grid-alpha li .inner-container .inner {
    justify-content: center;
  }
}
.listings-grid-alpha li .inner-container .inner .listing-salemethod,
.listings-grid-alpha li .inner-container .inner .listing-statepc,
.listings-grid-alpha li .inner-container .inner .listing-price {
  display: none;
}
.listings-grid-alpha li .inner-container .inner .listing-street {
  order: 1;
  font-size: 1em;
  text-transform: uppercase;
}
.listings-grid-alpha li .inner-container .inner .listing-suburb {
  order: 2;
  padding-top: 4px;
  line-height: 1;
  font-size: 2em;
  text-transform: capitalize;
  font-weight: 600;
}
.listings-grid-alpha li .inner-container .inner p {
  text-align: left;
  margin: 0;
}
.listings-grid-alpha li .inner-container .inner .in__bedbathcar {
  position: absolute;
  bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .listings-grid-alpha li .inner-container .inner .in__bedbathcar {
    bottom: 35px;
  }
}
@media (min-width: 768px) {
  .listings-grid-alpha li .inner-container .inner .in__bedbathcar {
    bottom: 35px;
  }
}
.listings-grid-alpha li .inner-container .inner .in__bedbathcar span,
.listings-grid-alpha li .inner-container .inner .in__bedbathcar i {
  color: white;
}
.listings-grid-alpha li .inner-container .inner .in__bedbathcar span:last-child i {
  padding-right: 0;
}
@media only screen and (min-width: 600px) {
  .listings-grid-alpha li:nth-of-type(2n + 2) .ld__img {
    order: 2;
  }
}
@media (min-width: 600px) {
  .listings-grid-alpha li:nth-of-type(2n + 2) .ld__img {
    order: 2;
  }
}
.listings-grid-alpha li:nth-of-type(2n + 2) .inner {
  align-items: flex-end;
}
.listings-grid-alpha li:nth-of-type(2n + 2) .inner p {
  text-align: right;
}
@media only screen and (min-width: 416px) {
  .listings-grid-alpha li:hover .ld__img {
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.15) 5px 15px 40px 15px, rgba(0, 0, 0, 0.075) 5px 5px 15px 0px;
    transition: transform 0.5s cubic-bezier(0.11, 0.84, 0.66, 0.99), box-shadow 0.5s cubic-bezier(0.11, 0.84, 0.66, 0.99);
  }
  .listings-grid-alpha li:hover .ld__img .ld__imgcontainer {
    box-shadow: inset white 0 0 0 5px, inset rgba(0, 0, 0, 0) 0 0 5px;
    transition: box-shadow 0.5s cubic-bezier(0.11, 0.84, 0.66, 0.99);
  }
  .listings-grid-alpha li:hover .ld__img .ld__imgcontainer:after {
    position: absolute;
    display: block;
    content: '';
    width: 200%;
    height: 300px;
    opacity: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    left: -100px;
    top: -750px;
    transform: rotate(-15deg);
    animation: glimmer 0.8s linear 0.3s forwards;
  }
  @keyframes glimmer {
    0% {
      top: -750px;
      opacity: 0;
      height: 10px;
    }
    50% {
      top: -200px;
      opacity: 0.6;
      height: 100px;
    }
    100% {
      top: 450px;
      opacity: 0.2;
      height: 1000px;
    }
  }
  .listings-grid-alpha li:hover .ld__img:after {
    opacity: 1;
    transition: transform 0.2s cubic-bezier(0.11, 0.84, 0.66, 0.99) 0.3s, opacity 0.2s ease-out 0.1s;
    transform: translateY(-50%) rotate(90deg);
  }
  .listings-grid-alpha li:hover .inner {
    padding: 30px 25px;
    transition: padding 0.5s cubic-bezier(0.11, 0.84, 0.66, 0.99);
  }
}
@media only screen and (min-width: 416px) and only screen and (min-width: 768px) {
  .listings-grid-alpha li:hover .inner {
    padding: 40px;
  }
}
@media only screen and (min-width: 416px) and (min-width: 768px) {
  .listings-grid-alpha li:hover .inner {
    padding: 40px;
  }
}
@media only screen and (min-width: 416px) {
  .listings-grid-alpha li:hover .ld__img {
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.15) 5px 15px 40px 15px, rgba(0, 0, 0, 0.075) 5px 5px 15px 0px;
    transition: transform 0.5s cubic-bezier(0.11, 0.84, 0.66, 0.99), box-shadow 0.5s cubic-bezier(0.11, 0.84, 0.66, 0.99);
  }
  .listings-grid-alpha li:hover .ld__img .ld__imgcontainer {
    box-shadow: inset white 0 0 0 5px, inset rgba(0, 0, 0, 0) 0 0 5px;
    transition: box-shadow 0.5s cubic-bezier(0.11, 0.84, 0.66, 0.99);
  }
  .listings-grid-alpha li:hover .ld__img .ld__imgcontainer:after {
    position: absolute;
    display: block;
    content: '';
    width: 200%;
    height: 300px;
    opacity: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    left: -100px;
    top: -750px;
    transform: rotate(-15deg);
    animation: glimmer 0.8s linear 0.3s forwards;
  }
  @keyframes glimmer {
    0% {
      top: -750px;
      opacity: 0;
      height: 10px;
    }
    50% {
      top: -200px;
      opacity: 0.6;
      height: 100px;
    }
    100% {
      top: 450px;
      opacity: 0.2;
      height: 1000px;
    }
  }
  .listings-grid-alpha li:hover .ld__img:after {
    opacity: 1;
    transition: transform 0.2s cubic-bezier(0.11, 0.84, 0.66, 0.99) 0.3s, opacity 0.2s ease-out 0.1s;
    transform: translateY(-50%) rotate(90deg);
  }
  .listings-grid-alpha li:hover .inner {
    padding: 30px 25px;
    transition: padding 0.5s cubic-bezier(0.11, 0.84, 0.66, 0.99);
  }
}
@media only screen and (min-width: 416px) and only screen and (min-width: 768px) {
  .listings-grid-alpha li:hover .inner {
    padding: 40px;
  }
}
@media only screen and (min-width: 416px) and (min-width: 768px) {
  .listings-grid-alpha li:hover .inner {
    padding: 40px;
  }
}
.form-property-container #form-address ~ .fa-spin {
  color: #0f1014;
}
.form-property-container .button {
  padding: 0;
  display: flex;
}
/* 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 .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;
}
#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;
}
.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;
}
.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;
}
.home {
  /* property alerts */
}
.home .banner__main.loading {
  background: #efefef;
}
.home .banner__main.loading .left,
.home .banner__main.loading .right {
  transition: none;
  opacity: 0;
}
.home .listing-counter {
  text-align: center;
  max-width: 1200px;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.home .listing-counter h2 {
  margin-bottom: 1.4em;
  font-weight: 600;
}
.home .listing-counter .pure-g li {
  margin-bottom: 30px;
}
@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: inline-flex;
}
.home .left-col,
.home .right-col {
  width: 100%;
  height: 100%;
  display: flex;
}
.home .left-col .inner,
.home .right-col .inner {
  padding: 15px;
  width: 100%;
  height: 100%;
  max-width: 500px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .home .left-col,
  .home .right-col {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .home .left-col,
  .home .right-col {
    width: 50%;
  }
}
.home .left-col {
  justify-content: flex-end;
}
.home .right-col {
  justify-content: flex-start;
}
:root {
  --sidecol-width: 250px;
}
.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 .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 !important;
  z-index: 2;
  font-size: 0.9em;
  line-height: initial;
}
.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: #3b3f4e;
  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 .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 .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: #3b3f4e;
  color: var(--color-link-std);
}
.listing-show .opens p a:first-child:hover {
  color: #3b3f4e;
  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: #3b3f4e;
  color: var(--color-link-std);
}
.listing-show .opens p a:first-child:hover {
  color: #3b3f4e;
  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;
  }
}
.listings h1 {
  margin-bottom: 3em;
}
.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: 1000px;
    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: 1000px;
    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(59, 63, 78, 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: #0f1014;
}
.listings .switch-category-list .load-spinner {
  margin-bottom: 4em;
}
@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: #3b3f4e;
  background: #ffffff;
}
.select2_propertytypes .select2-highlighted {
  background: #3b3f4e;
  color: white;
}
main.blog {
  margin-top: 4em;
}
main.blog h1 {
  margin-bottom: 3em;
  text-transform: uppercase;
}
.blog-show * {
  text-align: left;
}
.blog-show .banner__main {
  height: auto;
  min-height: 0;
}
.blog-show h2 {
  margin-bottom: 1em;
}
.blog-show p {
  max-width: none;
}
.blog-show .date {
  text-transform: uppercase;
}
.blog-show .padded {
  padding: 2em 0;
}
.blog-show .padded p {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .blog-show .inner-padding {
    padding-right: 4em;
  }
}
@media (min-width: 768px) {
  .blog-show .inner-padding {
    padding-right: 4em;
  }
}
.blog-show .float-right {
  float: right;
}
.blog-show .prevnext {
  display: flex;
}
.blog-show .prevnext a {
  font-weight: 600;
}
.blog-show .prevnext a small {
  font-weight: 300;
}
.blog-show .prevnext a.disabled {
  color: lightgray;
}
.blog-show .prevnext a:last-child {
  margin: 0 0 0 auto;
  text-align: right;
}
.blog-show .side-column strong {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .blog-show aside {
    padding-top: 1em;
  }
}
@media (max-width: 767px) {
  .blog-show aside {
    padding-top: 1em;
  }
}
#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 .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: 1000px;
    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: 1000px;
  }
}
.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 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: #3b3f4e;
  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: #3b3f4e;
  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(59, 63, 78, 0.8);
}
.pillar .hamburger__sidenav .hamburger-box .hamburger-inner > *:before {
  position: absolute;
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  left: -5px;
  background: rgba(59, 63, 78, 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;
}
.fn_staff .cp__agents .agent .detail {
  flex-grow: 1;
}
.fn_staff .cp__agents .agent .photo {
  max-width: 150px;
}
.suburb-profile-show * {
  text-align: left;
}
.suburb-profile-show .banner__main {
  height: auto;
  min-height: 0;
}
.suburb-profile-show h2 {
  margin-bottom: 1em;
}
.suburb-profile-show p {
  max-width: none;
}
.suburb-profile-show .subtext {
  text-transform: uppercase;
}
.suburb-profile-show .padded {
  padding: 2em 0;
}
.suburb-profile-show .padded p {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .suburb-profile-show .inner-padding {
    padding-right: 4em;
  }
}
@media (min-width: 768px) {
  .suburb-profile-show .inner-padding {
    padding-right: 4em;
  }
}
.suburb-profile-show .float-right {
  float: right;
}
.suburb-profile-show .prevnext {
  display: flex;
}
.suburb-profile-show .prevnext a {
  font-weight: 600;
}
.suburb-profile-show .prevnext a small {
  font-weight: 300;
}
.suburb-profile-show .prevnext a.disabled {
  color: lightgray;
}
.suburb-profile-show .prevnext a:last-child {
  margin: 0 0 0 auto;
  text-align: right;
}
.suburb-profile-show .side-column strong {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .suburb-profile-show aside {
    padding-top: 1em;
  }
}
@media (max-width: 767px) {
  .suburb-profile-show aside {
    padding-top: 1em;
  }
}
.suburb-profile-show #map_canvas {
  height: 400px;
}
#suburb-profile-show-alpha {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px 3rem;
}
#suburb-profile-show-alpha h3,
#suburb-profile-show-alpha h4,
#suburb-profile-show-alpha h5,
#suburb-profile-show-alpha p {
  text-align: left;
}
#suburb-profile-show-alpha .top-content {
  padding-bottom: 2rem;
}
#suburb-profile-show-alpha .left-content {
  width: 60%;
  float: left;
}
#suburb-profile-show-alpha .right-content {
  width: 40%;
  float: left;
}
#suburb-profile-show-alpha .right-content h3 {
  padding-top: 1rem;
}
#suburb-profile-show-alpha .right-content a:after {
  content: "|";
  display: inline-block;
  padding: 0 3px 0 7px;
}
#suburb-profile-show-alpha .social-header-links {
  float: right;
  margin-top: 4rem;
  font-size: 1.6rem;
}
#suburb-profile-show-alpha .social-header-links.home-middle li {
  float: left;
  padding-right: 20px;
}
#suburb-profile-show-alpha .map-wrapper {
  width: 100%;
  height: 400px;
  float: left;
}
#suburb-profile-show-alpha:after {
  content: '';
  display: block;
  clear: both;
}
.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(59, 63, 78, 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;
}
/* [2] ---- CUSTOMISATIONS ---- */
h2 {
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: .25em;
}
/* 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: #3b3f4e;
  --color-primary-darken: #303340;
  --color-primary-lighten: #666d89;
  --color-primary-lighten-more: #666d89;
  /* --- 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 */
/** ***********************************
FOR SLUG (SITE) SPECIFIC STYLES ONLY **/
header {
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  transition: .5s ease;
}
header.scrolling {
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.75);
}
header .off {
  display: block !important;
}
header:not(.nothome) {
  position: fixed;
}
header:not(.nothome) nav {
  min-height: 50px;
}
header:not(.nothome) nav a {
  color: #fff;
}
header:not(.nothome) nav a:active,
header:not(.nothome) nav a:hover,
header:not(.nothome) nav a:focus {
  color: #ddd;
}
/* Slug | Site specific styles */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slide-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url(/assets/layout/_global/images/image-placeholder.png);
  background-size: cover;
  background-position: center;
  transition: all .8s ease;
}
.slick-slider .slide-image.show {
  opacity: 1;
}
.uses_overlay .slick-track:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000 !important;
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .5;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.keep_aspect_ratio .img-slide {
  position: relative;
}
.keep_aspect_ratio .img-slide:before {
  content: '';
  display: block;
  width: 100%;
}
.keep_aspect_ratio .img-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: url(/assets/layout/_global/images/image-placeholder.png) center center / cover #555;
}
.keep_aspect_ratio .img-slide:before,
.keep_aspect_ratio .video-slide .embed-container {
  padding-bottom: 56.25%;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
img.slick-slide {
  object-fit: cover;
}
.slick-slide {
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.item {
  position: relative;
  width: 100%;
  height: auto;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 0;
  min-width: 0px;
  height: auto;
  background: none;
  outline: none;
  border: none;
  transition: .5s ease;
}
.slick-arrow:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  opacity: 1;
  transition: .75s ease;
  color: #fff;
  background: #3b3f4e;
  padding: 10px;
}
.slick-arrow:hover:before {
  cursor: pointer;
  opacity: .5;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  content: '\f104';
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  content: '\f105';
}
.alt-arrow {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  font-size: 1em;
  display: block;
  width: auto;
  cursor: pointer;
}
.alt-arrow.arrow-next:hover i {
  transform: translateX(5px);
}
.alt-arrow.arrow-prev:hover i {
  transform: translateX(-5px);
}
.alt-arrow i {
  transition: .5s ease;
}
/* Slug | Site specific styles */
/** Templates **/
#grant-lynch-homepage p {
  max-width: 100%;
}
#grant-lynch-homepage section {
  position: relative;
}
#grant-lynch-homepage section .sectionheading {
  visibility: hidden;
  position: absolute;
  top: -10vh;
  left: 0;
  z-index: 11111;
  color: #333;
  opacity: .5;
  font-size: 40px;
  font-weight: 900;
  padding: 20px;
  background: #eee;
}
#grant-lynch-homepage .text-slideshow {
  position: relative;
  z-index: 0;
}
#grant-lynch-homepage .text-slideshow.text-right .text-container {
  margin-left: auto;
  justify-content: flex-start;
}
#grant-lynch-homepage .text-slideshow .text-container {
  max-width: 1000px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  min-height: 450px;
  z-index: 12;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 50px 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
}
#grant-lynch-homepage .text-slideshow .text-container .text-wrap {
  width: 500px;
  max-width: 100%;
  padding: 20px;
}
#grant-lynch-homepage .text-slideshow .text-container .text-wrap h1 {
  font-size: 3em;
  font-weight: 600;
  margin: 0 0 .25em 0;
}
#grant-lynch-homepage .text-slideshow .text-container .text-wrap * {
  text-align: inherit;
}
#grant-lynch-homepage .text-slideshow .text-container .text-wrap a {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 5px 25px;
}
#grant-lynch-homepage .text-slideshow .text-container .text-wrap a:hover {
  background: #666;
}
#grant-lynch-homepage .text-slideshow .slick-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
#grant-lynch-homepage .text-slideshow .slick-slider img {
  object-position: center;
}
@media (min-width: 768px) {
  #grant-lynch-homepage .text-slideshow.text-left .text-container {
    justify-content: flex-end;
  }
  #grant-lynch-homepage .text-slideshow .text-container {
    max-width: 50%;
    min-height: 650px;
  }
}
#grant-lynch-homepage #statistic-short-code-counter .list {
  width: 1000px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
}
#grant-lynch-homepage #statistic-short-code-counter .item {
  display: block;
  width: 100%;
  padding: 20px;
  text-align: center;
  margin: 0;
}
#grant-lynch-homepage #statistic-short-code-counter .item span {
  font-size: 2em;
  font-weight: 900;
}
@media (min-width: 768px) {
  #grant-lynch-homepage #statistic-short-code-counter .item {
    width: 33.33%;
  }
}
#grant-lynch-homepage .text_over_img {
  position: relative;
}
#grant-lynch-homepage .text_over_img .container {
  color: #fff;
  z-index: 12;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 30px;
}
#grant-lynch-homepage .text_over_img .bg_image,
#grant-lynch-homepage .text_over_img .bg_image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#grant-lynch-homepage .text_over_img .bg_image {
  z-index: 10;
  background: #000;
}
#grant-lynch-homepage .text_over_img .bg_image img {
  opacity: .25;
  object-fit: cover;
  object-position: center;
}
#grant-lynch-homepage .carousel-slider .item {
  display: flex;
  flex-direction: column-reverse;
}
#grant-lynch-homepage .carousel-slider .item article {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}
#grant-lynch-homepage .carousel-slider .item article .blurbText {
  order: -1;
}
#grant-lynch-homepage .carousel-slider .item .fa {
  color: #ffe714;
}
#grant-lynch-homepage .carousel-slider .item figure {
  width: 100%;
  max-width: 150px;
  margin: 30px auto;
}
#grant-lynch-homepage .carousel-slider .item .imgWrap {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  background: #000;
  border-radius: 100%;
  overflow: hidden;
}
#grant-lynch-homepage .carousel-slider .item .imgWrap img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
#grant-lynch-homepage .item-button-section figure a,
#grant-lynch-homepage .blog-articles-delta .container a,
#grant-lynch-homepage .item-button-section figure li,
#grant-lynch-homepage .blog-articles-delta .container li,
#grant-lynch-homepage .item-button-section figure div,
#grant-lynch-homepage .blog-articles-delta .container div,
#grant-lynch-homepage .item-button-section figure img,
#grant-lynch-homepage .blog-articles-delta .container img {
  position: relative;
  display: block;
  width: 100%;
}
#grant-lynch-homepage .item-button-section figure a,
#grant-lynch-homepage .blog-articles-delta .container a,
#grant-lynch-homepage .item-button-section figure li,
#grant-lynch-homepage .blog-articles-delta .container li {
  width: 100%;
  margin: 5px auto;
  overflow: hidden;
}
#grant-lynch-homepage .item-button-section figure .imgText,
#grant-lynch-homepage .blog-articles-delta .container .imgText,
#grant-lynch-homepage .item-button-section figure .headlineText,
#grant-lynch-homepage .blog-articles-delta .container .headlineText {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 1.5em;
  text-align: center;
  word-break: break-word;
  padding: 20px;
}
#grant-lynch-homepage .item-button-section figure .imgText,
#grant-lynch-homepage .blog-articles-delta .container .imgText,
#grant-lynch-homepage .item-button-section figure .headlineText,
#grant-lynch-homepage .blog-articles-delta .container .headlineText,
#grant-lynch-homepage .item-button-section figure img,
#grant-lynch-homepage .blog-articles-delta .container img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: .5s ease;
}
#grant-lynch-homepage .item-button-section figure .imgText,
#grant-lynch-homepage .blog-articles-delta .container .imgText,
#grant-lynch-homepage .item-button-section figure .headlineText,
#grant-lynch-homepage .blog-articles-delta .container .headlineText {
  transform: scale(1.01);
}
#grant-lynch-homepage .item-button-section figure .imgWrap,
#grant-lynch-homepage .blog-articles-delta .container .imgWrap,
#grant-lynch-homepage .item-button-section figure .image-wrapper,
#grant-lynch-homepage .blog-articles-delta .container .image-wrapper {
  background: url(/assets/layout/_global/images/image-placeholder.png) center center / cover #000;
  padding-bottom: 100%;
}
#grant-lynch-homepage .item-button-section figure .imgWrap .image,
#grant-lynch-homepage .blog-articles-delta .container .imgWrap .image,
#grant-lynch-homepage .item-button-section figure .image-wrapper .image,
#grant-lynch-homepage .blog-articles-delta .container .image-wrapper .image {
  background-size: cover;
  transform: scale(1.1);
  transition: .5s ease;
}
#grant-lynch-homepage .item-button-section figure .imgWrap img,
#grant-lynch-homepage .blog-articles-delta .container .imgWrap img,
#grant-lynch-homepage .item-button-section figure .image-wrapper img,
#grant-lynch-homepage .blog-articles-delta .container .image-wrapper img {
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
  transition: .5s ease;
}
#grant-lynch-homepage .item-button-section figure a:hover .headlineText,
#grant-lynch-homepage .blog-articles-delta .container a:hover .headlineText,
#grant-lynch-homepage .item-button-section figure li:hover .headlineText,
#grant-lynch-homepage .blog-articles-delta .container li:hover .headlineText,
#grant-lynch-homepage .item-button-section figure a:hover .imgText,
#grant-lynch-homepage .blog-articles-delta .container a:hover .imgText,
#grant-lynch-homepage .item-button-section figure li:hover .imgText,
#grant-lynch-homepage .blog-articles-delta .container li:hover .imgText {
  transform: scale(1.1);
  opacity: 0;
}
#grant-lynch-homepage .item-button-section figure a:hover .image,
#grant-lynch-homepage .blog-articles-delta .container a:hover .image,
#grant-lynch-homepage .item-button-section figure li:hover .image,
#grant-lynch-homepage .blog-articles-delta .container li:hover .image,
#grant-lynch-homepage .item-button-section figure a:hover .imgWrap img,
#grant-lynch-homepage .blog-articles-delta .container a:hover .imgWrap img,
#grant-lynch-homepage .item-button-section figure li:hover .imgWrap img,
#grant-lynch-homepage .blog-articles-delta .container li:hover .imgWrap img {
  transform: scale(1);
}
@media (min-width: 416px) {
  #grant-lynch-homepage .item-button-section figure li,
  #grant-lynch-homepage .blog-articles-delta .container li {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (min-width: 768px) {
  #grant-lynch-homepage .item-button-section figure li,
  #grant-lynch-homepage .blog-articles-delta .container li {
    width: calc(33.33% - 40px);
    margin: 20px;
  }
}
#grant-lynch-homepage .item-button-section article {
  width: 100%;
}
#grant-lynch-homepage .item-button-section .item {
  width: 100%;
}
@media (min-width: 416px) {
  #grant-lynch-homepage .item-button-section .item {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (min-width: 768px) {
  #grant-lynch-homepage .item-button-section .item {
    width: calc(33.33% - 40px);
    margin: 20px;
  }
}
#grant-lynch-homepage .use-bg-image-item article {
  color: #fff;
  z-index: 12;
}
#grant-lynch-homepage .use-bg-image-item figure img,
#grant-lynch-homepage .use-bg-image-item:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#grant-lynch-homepage .use-bg-image-item:after {
  content: '';
  background: rgba(0, 0, 0, 0.75);
}
#grant-lynch-homepage .instagram-lightwidget {
  padding-top: 30px;
}
#grant-lynch-homepage #section1 .slick-slider img {
  object-position: center 25%;
}
#grant-lynch-homepage #section8 .slick-slider {
  padding: 30px 0;
}
#grant-lynch-homepage #section4 .slick-slider,
#grant-lynch-homepage #section8 .slick-slider {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
#grant-lynch-homepage #section4 .slick-slider .slick-arrow,
#grant-lynch-homepage #section8 .slick-slider .slick-arrow,
#grant-lynch-homepage #section4 .slick-slider .slick-arrow:before,
#grant-lynch-homepage #section8 .slick-slider .slick-arrow:before {
  letter-spacing: 0;
  width: 30px;
  border: 0;
}
#grant-lynch-homepage #section4 .slick-slider .slick-arrow:before,
#grant-lynch-homepage #section8 .slick-slider .slick-arrow:before {
  font-size: 40px;
  color: #3b3f4e;
  background: none;
  padding: 20px 0;
}
#grant-lynch-homepage #section9 .text_over_img {
  position: static;
}
#grant-lynch-homepage #section9 .text_over_img .container {
  min-height: auto;
}
#grant-lynch-homepage #section9 .form-alpha {
  position: relative;
  z-index: 12;
}
#grant-lynch-homepage #section9 .form-alpha .inner {
  justify-content: space-between;
  padding: 0;
}
#grant-lynch-homepage #section9 .form-alpha fieldset {
  width: 100%;
  margin: 0 0 10px;
  max-width: 100%;
}
#grant-lynch-homepage #section9 .form-alpha .fieldset_notes {
  width: 100%;
}
#grant-lynch-homepage #section9 .form-alpha .captcha-container {
  flex-wrap: wrap;
}
#grant-lynch-homepage #section9 .form-alpha fieldset.fieldset_submit {
  align-self: flex-start;
}
#grant-lynch-homepage #section9 .form-alpha fieldset.fieldset_submit button.btn-outline-1 {
  color: #fff;
}
#grant-lynch-homepage #section9 .form-alpha fieldset.fieldset_submit button:hover {
  color: #3b3f4e;
}
@media (min-width: 768px) {
  #grant-lynch-homepage #section9 .form-alpha fieldset {
    width: calc(33.33% - 10px);
  }
  #grant-lynch-homepage #section9 .form-alpha fieldset.fieldset_submit {
    text-align: right;
  }
}
