/*
 * ___ _   _ ___ _  _
 * | _ \ | | / __| || |
 * |  _/ |_| \__ \ __ |
 * |_|  \___/|___/_||_|
 * 
 * Real Estate Web Solutions - http://property.pushcreative.com.au/
 * 
 * Copyright (c) 2024. All Rights Reserved.
 */
/* Vars */
/* Base Scaffolding */
.testimonial .testimonial-body:before,
.infoBox:before,
#house-hunter-widget[data-house-hunter-logged-in] #hhMenu:before {
    content: "";
    position: absolute;
    -webkit-transform: scale(.9999);
    -moz-transform: scale(.9999);
    -ms-transform: scale(.9999);
    transform: scale(.9999);
    width: 0;
    height: 0;
    border-style: solid;
    }

/** flex-grid(margin = 0.5rem, flex-basis = 160px, flex-wrap = nowrap) */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    }
html {
    position: relative;
    min-height: 100%;
    font-size: 15px;
    }
body {
    overflow-x: hidden;
    font-size: 13px;
    cursor: default;
    }
article,
aside,
footer,
header,
nav,
main,
section {
    display: block;
    }
audio:not([controls]) {
    display: none;
    height: 0;
    }
script {
    display: none !important;
    }
html {
    height: 100%;
    min-height: 100vh;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    }
body {
    min-height: 100vh;
    margin: 0;
    }
a {
    background-color: transparent;
    }
a:focus {
    outline: 1px dotted currentColor;
    }
a:active,
a:hover {
    outline: 0;
    }
b,
strong {
    font-weight: bold;
    }
address,
dfn {
    font-style: normal;
    }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace,serif;
    font-size: inherit;
    }
pre {
    white-space: pre-wrap;
    }
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
    }
small {
    font-size: 80%;
    }
sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    }
sup {
    top: -.5em;
    }
sub {
    bottom: -.25em;
    }
img,
iframe,
abbr[title] {
    border: 0;
    text-decoration: none;
    }
svg:not(:root) {
    overflow: hidden;
    }
figure {
    margin: 0;
    }
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    padding: 0;
    border: 0;
    }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    }
button,
select {
    text-transform: none;
    }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    }
button[disabled],
html input[disabled] {
    cursor: default;
    }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    }
textarea {
    overflow-x: hidden;
    overflow-y: auto;
    }
table {
    border-spacing: 0;
    }
.oneline {
    display: block;
    overflow: hidden;
    width: 100%;
    -o-text-overflow: ellipsis;
    -o-text-overflow: fade(5%);
    text-overflow: ellipsis;
    text-overflow: fade(5%);
    white-space: nowrap;
    }
dl,
dt,
dd {
    padding: 0;
    margin: 0;
    }
ul,
ol {
    padding: 0;
    list-style-type: none;
    }
ul > li,
ol > li {
    list-style-type: inherit;
    }

/*
    For the sake of readability, hide/show classes are ordered by size/direction:
    1. visibility-size
    2. visibility-size-dn
    3. visibility-size-up
*/
.abs {
    position: absolute;
    }
.rel {
    position: relative;
    }
.static {
    position: static;
    }
.hidden {
    visibility: hidden;
    }
.m0 {
    margin: 0;
    }
.p0 {
    padding: 0;
    }
.hide {
    display: none;
    }
.show {
    display: inherit;
    }
.table {
    display: table;
    width: 100%;
    }
.trow {
    display: table-row;
    }
.tcell {
    display: table-cell;
    }
.inline {
    display: inline;
    }
.block {
    display: block;
    }
.iblock {
    display: inline-block;
    }
.float-left {
    float: left;
    }
.float-right {
    float: right;
    }
.float-none {
    float: none;
    }
.clear-left {
    clear: left;
    }
.clear-right {
    clear: right;
    }
.clear-both {
    clear: both;
    }
.text-left {
    text-align: left;
    }
.text-center {
    text-align: center;
    }
.text-right {
    text-align: right;
    }
.text-justify {
    text-align: justify;
    }

/* Small Screens - 576 and up */
@media only screen and (min-width: 40em) and (min-height: 30em),print {
.hide-sml {
    display: none;
    }
.table-sml {
    display: table;
    }
.trow-sml {
    display: table-row;
    }
.tcell-sml {
    display: table-cell;
    }
.inline-sml {
    display: inline;
    }
.block-sml {
    display: block;
    }
.iblock-sml {
    display: inline-block;
    }
.float-left-sml {
    float: left;
    }
.float-right-sml {
    float: right;
    }
.float-none-sml {
    float: none;
    }
.clear-left-sml {
    clear: left;
    }
.clear-right-sml {
    clear: right;
    }
.clear-both-sml {
    clear: both;
    }
.text-left-sml {
    text-align: left;
    }
.text-center-sml {
    text-align: center;
    }
.text-right-sml {
    text-align: right;
    }
.text-justify-sml {
    text-align: justify;
    }
.show-sml {
    display: inherit;
    }
}

/* Medium Screens - 864 and up */
@media only screen and (min-width: 68.5em) and (min-height: 36em),print {
.hide-med {
    display: none;
    }
.table-med {
    display: table;
    }
.trow-med {
    display: table-row;
    }
.tcell-med {
    display: table-cell;
    }
.inline-med {
    display: inline;
    }
.block-med {
    display: block;
    }
.iblock-med {
    display: inline-block;
    }
.float-left-med {
    float: left;
    }
.float-right-med {
    float: right;
    }
.float-none-med {
    float: none;
    }
.clear-left-med {
    clear: left;
    }
.clear-right-med {
    clear: right;
    }
.clear-both-med {
    clear: both;
    }
.text-left-med {
    text-align: left;
    }
.text-center-med {
    text-align: center;
    }
.text-right-med {
    text-align: right;
    }
.text-justify-med {
    text-align: justify;
    }
.show-med {
    display: inherit;
    }
}

/* Large Screens - 1280px and up */
@media only screen and (min-width: 82em) and (min-height: 48em),print {
.hide-lrg {
    display: none;
    }
.table-lrg {
    display: table;
    }
.trow-lrg {
    display: table-row;
    }
.tcell-lrg {
    display: table-cell;
    }
.inline-lrg {
    display: inline;
    }
.block-lrg {
    display: block;
    }
.iblock-lrg {
    display: inline-block;
    }
.float-left-lrg {
    float: left;
    }
.float-right-lrg {
    float: right;
    }
.float-none-lrg {
    float: none;
    }
.clear-left-lrg {
    clear: left;
    }
.clear-right-lrg {
    clear: right;
    }
.clear-both-lrg {
    clear: both;
    }
.text-left-lrg {
    text-align: left;
    }
.text-center-lrg {
    text-align: center;
    }
.text-right-lrg {
    text-align: right;
    }
.text-justify-lrg {
    text-align: justify;
    }
.show-lrg {
    display: inherit;
    }
}

/* Image backgrounds */
.bg-cover {
    background-size: cover;
    }
.bg-contain {
    background-size: contain;
    }
.bg-stretch {
    background-size: 100% 100%;
    }
.bg-auto {
    background-size: auto auto;
    }
.bg-n {
    background-position: center top;
    }
.bg-e {
    background-position: right center;
    }
.bg-s {
    background-position: center bottom;
    }
.bg-w {
    background-position: left center;
    }
@media only screen and (min-width: 40em) and (min-height: 30em),print {
.bg-cover-sml {
    background-size: cover;
    }
.bg-contain-sml {
    background-size: contain;
    }
.bg-stretch-sml {
    background-size: 100% 100%;
    }
.bg-auto {
    background-size: auto auto;
    }
.bg-default-sml {
    background-position: center center;
    }
.bg-n-sml {
    background-position: center top;
    }
.bg-e-sml {
    background-position: right center;
    }
.bg-s-sml {
    background-position: center bottom;
    }
.bg-w-sml {
    background-position: left center;
    }
}

@media only screen and (min-width: 68.5em) and (min-height: 36em),print {
.bg-cover-med {
    background-size: cover;
    }
.bg-contain-med {
    background-size: contain;
    }
.bg-stretch-med {
    background-size: 100% 100%;
    }
.bg-default-med {
    background-position: center center;
    }
.bg-n-med {
    background-position: center top;
    }
.bg-e-med {
    background-position: right center;
    }
.bg-s-med {
    background-position: center bottom;
    }
.bg-w-med {
    background-position: left center;
    }
}

@media only screen and (min-width: 82em) and (min-height: 48em),print {
.bg-cover-lrg {
    background-size: cover;
    }
.bg-contain-lrg {
    background-size: contain;
    }
.bg-stretch-lrg {
    background-size: 100% 100%;
    }
.bg-default-lrg {
    background-position: center center;
    }
.bg-n-lrg {
    background-position: center top;
    }
.bg-s-lrg {
    background-position: center bottom;
    }
.bg-e-lrg {
    background-position: right center;
    }
.bg-w-lrg {
    background-position: left center;
    }
}

.row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: -2rem;
    margin-left: -2rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.row > .column {
    position: relative;
    padding: 0 2rem;
    }
.row > .column > .row {
    margin-right: -2rem;
    margin-left: -2rem;
    }
.row-flush {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: 0;
    margin-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.row-flush > .column {
    padding-right: 0;
    padding-left: 0;
    }
.row-flush > .column > .row {
    margin-right: 0;
    margin-left: 0;
    }
.row > .column > .row-flush {
    margin-right: -2rem;
    margin-left: -2rem;
    }
.column {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    }
.column[class*="push-"],
.column[class*="pull-"] {
    position: relative;
    right: auto;
    left: auto;
    }
.column.tiny-1 {
    width: 8.33%;
    }
.column.push-tiny-1 {
    left: 8.33%;
    }
.column.pull-tiny-1 {
    right: 8.33%;
    }
.column.tiny-2 {
    width: 16.66%;
    }
.column.push-tiny-2 {
    left: 16.66%;
    }
.column.pull-tiny-2 {
    right: 16.66%;
    }
.column.tiny-3 {
    width: 25%;
    }
.column.push-tiny-3 {
    left: 25%;
    }
.column.pull-tiny-3 {
    right: 25%;
    }
.column.tiny-4 {
    width: 33.33%;
    }
.column.push-tiny-4 {
    left: 33.33%;
    }
.column.pull-tiny-4 {
    right: 33.33%;
    }
.column.tiny-5 {
    width: 41.66%;
    }
.column.push-tiny-5 {
    left: 41.66%;
    }
.column.pull-tiny-5 {
    right: 41.66%;
    }
.column.tiny-6 {
    width: 50%;
    }
.column.push-tiny-6 {
    left: 50%;
    }
.column.pull-tiny-6 {
    right: 50%;
    }
.column.tiny-7 {
    width: 58.33%;
    }
.column.push-tiny-7 {
    left: 58.33%;
    }
.column.pull-tiny-7 {
    right: 58.33%;
    }
.column.tiny-8 {
    width: 66.66%;
    }
.column.push-tiny-8 {
    left: 66.66%;
    }
.column.pull-tiny-8 {
    right: 66.66%;
    }
.column.tiny-9 {
    width: 75%;
    }
.column.push-tiny-9 {
    left: 75%;
    }
.column.pull-tiny-9 {
    right: 75%;
    }
.column.tiny-10 {
    width: 83.33%;
    }
.column.push-tiny-10 {
    left: 83.33%;
    }
.column.pull-tiny-10 {
    right: 83.33%;
    }
.column.tiny-11 {
    width: 91.66%;
    }
.column.push-tiny-11 {
    left: 91.66%;
    }
.column.pull-tiny-11 {
    right: 91.66%;
    }
.column.tiny-12 {
    width: 100%;
    }
.column.push-tiny-12 {
    left: 100%;
    }
.column.pull-tiny-12 {
    right: 100%;
    }
.column.pull-tiny-none {
    right: 0;
    }
.column.push-tiny-none {
    left: 0;
    }

/* Small Screens */
@media only screen and (min-width: 40em) and (min-height: 30em),print {
.column.sml-1 {
    width: 8.33%;
    }
.column.push-sml-1 {
    left: 8.33%;
    }
.column.pull-sml-1 {
    right: 8.33%;
    }
.column.sml-2 {
    width: 16.66%;
    }
.column.push-sml-2 {
    left: 16.66%;
    }
.column.pull-sml-2 {
    right: 16.66%;
    }
.column.sml-3 {
    width: 25%;
    }
.column.push-sml-3 {
    left: 25%;
    }
.column.pull-sml-3 {
    right: 25%;
    }
.column.sml-4 {
    width: 33.33%;
    }
.column.push-sml-4 {
    left: 33.33%;
    }
.column.pull-sml-4 {
    right: 33.33%;
    }
.column.sml-5 {
    width: 41.66%;
    }
.column.push-sml-5 {
    left: 41.66%;
    }
.column.pull-sml-5 {
    right: 41.66%;
    }
.column.sml-6 {
    width: 50%;
    }
.column.push-sml-6 {
    left: 50%;
    }
.column.pull-sml-6 {
    right: 50%;
    }
.column.sml-7 {
    width: 58.33%;
    }
.column.push-sml-7 {
    left: 58.33%;
    }
.column.pull-sml-7 {
    right: 58.33%;
    }
.column.sml-8 {
    width: 66.66%;
    }
.column.push-sml-8 {
    left: 66.66%;
    }
.column.pull-sml-8 {
    right: 66.66%;
    }
.column.sml-9 {
    width: 75%;
    }
.column.push-sml-9 {
    left: 75%;
    }
.column.pull-sml-9 {
    right: 75%;
    }
.column.sml-10 {
    width: 83.33%;
    }
.column.push-sml-10 {
    left: 83.33%;
    }
.column.pull-sml-10 {
    right: 83.33%;
    }
.column.sml-11 {
    width: 91.66%;
    }
.column.push-sml-11 {
    left: 91.66%;
    }
.column.pull-sml-11 {
    right: 91.66%;
    }
.column.sml-12 {
    width: 100%;
    }
.column.push-sml-12 {
    left: 100%;
    }
.column.pull-sml-12 {
    right: 100%;
    }
.column.pull-sml-none {
    right: 0;
    }
.column.push-sml-none {
    left: 0;
    }
}

/* Medium Screens */
@media only screen and (min-width: 68.5em) and (min-height: 36em),print {
.column.med-1 {
    width: 8.33%;
    }
.column.push-med-1 {
    left: 8.33%;
    }
.column.pull-med-1 {
    right: 8.33%;
    }
.column.med-2 {
    width: 16.66%;
    }
.column.push-med-2 {
    left: 16.66%;
    }
.column.pull-med-2 {
    right: 16.66%;
    }
.column.med-3 {
    width: 25%;
    }
.column.push-med-3 {
    left: 25%;
    }
.column.pull-med-3 {
    right: 25%;
    }
.column.med-4 {
    width: 33.33%;
    }
.column.push-med-4 {
    left: 33.33%;
    }
.column.pull-med-4 {
    right: 33.33%;
    }
.column.med-5 {
    width: 41.66%;
    }
.column.push-med-5 {
    left: 41.66%;
    }
.column.pull-med-5 {
    right: 41.66%;
    }
.column.med-6 {
    width: 50%;
    }
.column.push-med-6 {
    left: 50%;
    }
.column.pull-med-6 {
    right: 50%;
    }
.column.med-7 {
    width: 58.33%;
    }
.column.push-med-7 {
    left: 58.33%;
    }
.column.pull-med-7 {
    right: 58.33%;
    }
.column.med-8 {
    width: 66.66%;
    }
.column.push-med-8 {
    left: 66.66%;
    }
.column.pull-med-8 {
    right: 66.66%;
    }
.column.med-9 {
    width: 75%;
    }
.column.push-med-9 {
    left: 75%;
    }
.column.pull-med-9 {
    right: 75%;
    }
.column.med-10 {
    width: 83.33%;
    }
.column.push-med-10 {
    left: 83.33%;
    }
.column.pull-med-10 {
    right: 83.33%;
    }
.column.med-11 {
    width: 91.66%;
    }
.column.push-med-11 {
    left: 91.66%;
    }
.column.pull-med-11 {
    right: 91.66%;
    }
.column.med-12 {
    width: 100%;
    }
.column.push-med-12 {
    left: 100%;
    }
.column.pull-med-12 {
    right: 100%;
    }
.column.pull-med-none {
    right: 0;
    }
.column.push-med-none {
    left: 0;
    }
}

/* Large Screens */
@media only screen and (min-width: 82em) and (min-height: 48em),print {
.column.lrg-1 {
    width: 8.33%;
    }
.column.push-lrg-1 {
    left: 8.33%;
    }
.column.pull-lrg-1 {
    right: 8.33%;
    }
.column.lrg-2 {
    width: 16.66%;
    }
.column.push-lrg-2 {
    left: 16.66%;
    }
.column.pull-lrg-2 {
    right: 16.66%;
    }
.column.lrg-3 {
    width: 25%;
    }
.column.push-lrg-3 {
    left: 25%;
    }
.column.pull-lrg-3 {
    right: 25%;
    }
.column.lrg-4 {
    width: 33.33%;
    }
.column.push-lrg-4 {
    left: 33.33%;
    }
.column.pull-lrg-4 {
    right: 33.33%;
    }
.column.lrg-5 {
    width: 41.66%;
    }
.column.push-lrg-5 {
    left: 41.66%;
    }
.column.pull-lrg-5 {
    right: 41.66%;
    }
.column.lrg-6 {
    width: 50%;
    }
.column.push-lrg-6 {
    left: 50%;
    }
.column.pull-lrg-6 {
    right: 50%;
    }
.column.lrg-7 {
    width: 58.33%;
    }
.column.push-lrg-7 {
    left: 58.33%;
    }
.column.pull-lrg-7 {
    right: 58.33%;
    }
.column.lrg-8 {
    width: 66.66%;
    }
.column.push-lrg-8 {
    left: 66.66%;
    }
.column.pull-lrg-8 {
    right: 66.66%;
    }
.column.lrg-9 {
    width: 75%;
    }
.column.push-lrg-9 {
    left: 75%;
    }
.column.pull-lrg-9 {
    right: 75%;
    }
.column.lrg-10 {
    width: 83.33%;
    }
.column.push-lrg-10 {
    left: 83.33%;
    }
.column.pull-lrg-10 {
    right: 83.33%;
    }
.column.lrg-11 {
    width: 91.66%;
    }
.column.push-lrg-11 {
    left: 91.66%;
    }
.column.pull-lrg-11 {
    right: 91.66%;
    }
.column.lrg-12 {
    width: 100%;
    }
.column.push-lrg-12 {
    left: 100%;
    }
.column.pull-lrg-12 {
    right: 100%;
    }
.column.pull-lrg-none {
    right: 0;
    }
.column.push-lrg-none {
    left: 0;
    }
}

@media (max-width: 40em),(max-height: 30em) {
.row > .column.tiny-12 {
    padding-bottom: 2rem;
    }
}

ul[class*="grid-"] {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin-right: -2rem;
    list-style-type: none;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
ul[class*="grid-"] > li {
    width: 100%;
    padding-right: 2rem;
    padding-bottom: 2rem;
    margin: 0;
    list-style-type: inherit;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    }
ul[class*="grid-"].flush {
    margin-right: -0px;
    }
ul[class*="grid-"].flush > li {
    padding-right: 0;
    padding-bottom: 0;
    }
ul[class*="grid-"].hairline {
    margin-right: -1px;
    }
ul[class*="grid-"].hairline > li {
    padding-right: 1px;
    padding-bottom: 1px;
    }
ul[class*="grid-"].tight {
    margin-right: -1rem;
    }
ul[class*="grid-"].tight > li {
    padding-right: 1rem;
    padding-bottom: 1rem;
    }
ul[class*="grid-"].onerow > li {
    padding-bottom: 0;
    }
ul[class*="grid-"] > li img {
    max-width: 100%;
    }
ul[class*="grid-"].center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
ul.grid-1 > li {
    width: 100%;
    }
ul.grid-2 > li {
    width: 50%;
    }
ul.grid-3 > li {
    width: 33.33%;
    }
ul.grid-4 > li {
    width: 25%;
    }
ul.grid-5 > li {
    width: 20%;
    }
ul.grid-6 > li {
    width: 16.66%;
    }
ul.grid-8 > li {
    width: 12.5%;
    }
@media only screen and (min-width: 40em) and (min-height: 30em),print {
ul.grid-sml-1 > li {
    width: 100%;
    }
ul.grid-sml-2 > li {
    width: 50%;
    }
ul.grid-sml-3 > li {
    width: 33.33%;
    }
ul.grid-sml-4 > li {
    width: 25%;
    }
ul.grid-sml-5 > li {
    width: 20%;
    }
ul.grid-sml-6 > li {
    width: 16.66%;
    }
ul.grid-sml-8 > li {
    width: 12.5%;
    }
}

@media only screen and (min-width: 68.5em) and (min-height: 36em),print {
ul.grid-med-1 > li {
    width: 100%;
    }
ul.grid-med-2 > li {
    width: 50%;
    }
ul.grid-med-3 > li {
    width: 33.33%;
    }
ul.grid-med-4 > li {
    width: 25%;
    }
ul.grid-med-5 > li {
    width: 20%;
    }
ul.grid-med-6 > li {
    width: 16.66%;
    }
ul.grid-med-8 > li {
    width: 12.5%;
    }
}

@media only screen and (min-width: 82em) and (min-height: 48em),print {
ul.grid-lrg-1 > li {
    width: 100%;
    }
ul.grid-lrg-2 > li {
    width: 50%;
    }
ul.grid-lrg-3 > li {
    width: 33.33%;
    }
ul.grid-lrg-4 > li {
    width: 25%;
    }
ul.grid-lrg-5 > li {
    width: 20%;
    }
ul.grid-lrg-6 > li {
    width: 16.66%;
    }
ul.grid-lrg-8 > li {
    width: 12.5%;
    }
}

.fill,
.fill > iframe,
.fixed-aspect > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
.fixed-aspect {
    position: relative;
    overflow: hidden;
    height: 0;
    }
.fixed-aspect.hedge {
    padding-bottom: 70.5%;
    }
.fixed-aspect.widescreen {
    padding-bottom: 56.25%;
    }
.fixed-aspect.half {
    padding-bottom: 50%;
    }
.fixed-aspect.third {
    padding-bottom: 33.33%;
    }
.fixed-aspect.quarter {
    padding-bottom: 25%;
    }
.fixed-aspect.twothirds {
    padding-bottom: 66.66%;
    }
.fixed-aspect.fourthirds {
    padding-bottom: 75%;
    }
.fixed-aspect.fourfifths {
    padding-bottom: 80%;
    }
.fixed-aspect.golden {
    padding-bottom: 61.8%;
    }
.fixed-aspect.square {
    padding-bottom: 100%;
    }
.fixed-aspect.superwide {
    padding-bottom: 42.85%;
    }
.fixed-aspect.circle {
    padding-bottom: 100%;
    border-radius: 50%;
    }
@media only screen and (min-width: 40em) and (min-height: 30em),print {
.fixed-aspect.widescreen-sml {
    padding-bottom: 56.25%;
    }
.fixed-aspect.half-sml {
    padding-bottom: 50%;
    }
.fixed-aspect.third-sml {
    padding-bottom: 33.33%;
    }
.fixed-aspect.quarter-sml {
    padding-bottom: 25%;
    }
.fixed-aspect.twothirds-sml {
    padding-bottom: 66.66%;
    }
.fixed-aspect.fourthirds-sml {
    padding-bottom: 75%;
    }
.fixed-aspect.fourfifths-sml {
    padding-bottom: 80%;
    }
.fixed-aspect.golden-sml {
    padding-bottom: 61.8%;
    }
.fixed-aspect.square-sml {
    padding-bottom: 100%;
    }
.fixed-aspect.superwide-sml {
    padding-bottom: 42.85%;
    }
.fixed-aspect.circle-sml {
    padding-bottom: 100%;
    border-radius: 50%;
    }
}

@media only screen and (min-width: 68.5em) and (min-height: 36em),print {
.fixed-aspect.widescreen-med {
    padding-bottom: 56.25%;
    }
.fixed-aspect.half-med {
    padding-bottom: 50%;
    }
.fixed-aspect.third-med {
    padding-bottom: 33.33%;
    }
.fixed-aspect.quarter-med {
    padding-bottom: 25%;
    }
.fixed-aspect.twothirds-med {
    padding-bottom: 66.66%;
    }
.fixed-aspect.fourthirds-med {
    padding-bottom: 75%;
    }
.fixed-aspect.fourfifths-med {
    padding-bottom: 80%;
    }
.fixed-aspect.golden-med {
    padding-bottom: 61.8%;
    }
.fixed-aspect.square-med {
    padding-bottom: 100%;
    }
.fixed-aspect.superwide-med {
    padding-bottom: 42.85%;
    }
.fixed-aspect.circle-med {
    padding-bottom: 100%;
    border-radius: 50%;
    }
}

@media only screen and (min-width: 82em) and (min-height: 48em),print {
.fixed-aspect.widescreen-lrg {
    padding-bottom: 56.25%;
    }
.fixed-aspect.half-lrg {
    padding-bottom: 50%;
    }
.fixed-aspect.third-lrg {
    padding-bottom: 33.33%;
    }
.fixed-aspect.quarter-lrg {
    padding-bottom: 25%;
    }
.fixed-aspect.twothirds-lrg {
    padding-bottom: 66.66%;
    }
.fixed-aspect.fourthirds-lrg {
    padding-bottom: 75%;
    }
.fixed-aspect.fourfifths-lrg {
    padding-bottom: 80%;
    }
.fixed-aspect.golden-lrg {
    padding-bottom: 61.8%;
    }
.fixed-aspect.square-lrg {
    padding-bottom: 100%;
    }
.fixed-aspect.superwide-lrg {
    padding-bottom: 42.85%;
    }
.fixed-aspect.circle-lrg {
    padding-bottom: 100%;
    border-radius: 50%;
    }
}

/* type.css **********************************************************************************************/
body {
    font-weight: 400;
    line-height: 1.4;
    }
h1 {
    margin: 0;
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.1;
    font-variant-numeric: lining-nums;
    }
h1.super {
    margin-bottom: 1.5rem;
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.1;
    font-variant-numeric: lining-nums;
    }
h1.super.office-headline {
    text-transform: none;
    font-family: 'montserrat-wf';
    font-weight: 700;
    }
h1.super > small {
    display: block;
    text-transform: none;
    font-family: "Nunito Sans","Arial","Helvetica",sans-serif;
    font-size: 40%;
    font-weight: 400;
    }
h2 {
    margin: 1em 0 0;
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.1;
    font-variant-numeric: lining-nums;
    }
h3.h2 {
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.1;
    }
h3 {
    margin: 1.5rem 0 .5rem 0;
    font-family: "Nunito Sans","Arial","Helvetica",sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    }
h4 {
    margin: 1em 0 0;
    font-family: "Nunito Sans","Arial","Helvetica",sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4;
    }
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
    margin-top: 0;
    }
p,
ul,
ol,
pre,
table,
blockquote {
    margin: 0;
    }

/* Sanitation */
hr {
    opacity: .4;
    margin: 1rem 0;
    border: none;
    border-top: 1px solid currentColor;
    }
a {
    color: inherit;
    text-decoration: none;
    }
a:hover {
    text-decoration: none;
    }
sup,
sub {
    position: relative;
    top: -.4em;
    vertical-align: baseline;
    font-size: 70%;
    }
sub {
    top: .4em;
    }
.multicol {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    -webkit-column-width: 400px;
    -moz-column-width: 400px;
    column-width: 400px;
    }
.multicol > * {
    display: table;
    }
.contentRegion {
    font-size: 1rem;
    }
.contentRegion.cke {
    max-width: 1440px;
    }
.contentRegion p {
    padding-bottom: 1rem;
    }
.contentRegion a:not([class]) {
    text-decoration: underline;
    }
.contentRegion h2 + *,
.contentRegion h3 + *,
.contentRegion h4 + * {
    margin-top: 1rem;
    }
.contentRegion * + h2,
.contentRegion * + h3,
.contentRegion * + h4 {
    margin-top: 1.5rem;
    }
.contentRegion blockquote > :last-child {
    margin-bottom: 0;
    }
.contentRegion blockquote > :first-child {
    margin-top: 0;
    }
.contentRegion em {
    text-shadow: .5px 0 currentColor;
    font-style: normal;
    }
.contentRegion a:not([class]):hover {
    text-decoration: underline;
    }
.contentRegion ul:not([class]),
.contentRegion ol:not([class]) {
    padding-left: 1rem;
    margin-bottom: .75rem;
    }
.contentRegion ul:not([class]) > li {
    padding-left: 0;
    margin-bottom: .5rem;
    text-indent: -1rem;
    }
.contentRegion ul:not([class]) > li:before {
    content: "\25B8";
    display: inline-block;
    width: 1rem;
    color: #beaf87;
    text-indent: 0;
    }
.contentRegion ol:not([class]) > li {
    margin-bottom: .375rem;
    list-style-type: decimal;
    }
.contentRegion a[href^="tel:"]:not([class]) {
    white-space: nowrap;
    }
.contentRegion img {
    height: auto;
    max-width: 100%;
    }
.contentRegion blockquote {
    padding: 0 0 0 1rem;
    margin: 0 0 1rem;
    border-left: .25rem solid currentColor;
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    font-style: italic;
    }
.contentRegion .block.bullet {
    padding-left: .66rem;
    text-indent: -.66rem;
    }
.contentRegion .block.bullet:before {
    content: "\f0da";
    display: inline-block;
    vertical-align: .15em;
    width: .66rem;
    color: #beaf87;
    text-indent: 0;
    font-family: "fontawesome";
    font-size: .75em;
    }
.contentRegion .block.bullet + .bullet {
    margin: .25em 0;
    }
.contentRegion table {
    margin-top: 1rem;
    }
.contentRegion br + .bullet {
    margin-top: .5em;
    }
.contentRegion p:empty,
.contentRegion span:empty {
    display: none;
    }
.flavour {
    display: block;
    color: #beaf87;
    font-weight: 400;
    }
.uc {
    text-transform: uppercase;
    }
small.flavour {
    font-size: 1rem;
    }
hr.coldivider {
    display: none;
    margin: 2rem 0;
    }
input[type=text],
input[type=password],
input[type=file],
input[type=search],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
select,
textarea {
    display: inline-block;
    height: 3.5em;
    padding: 1em;
    border: none;
    border-radius: 0;
    color: #f6f6f6;
    background-color: #252526;
    font-size: inherit;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }
::-ms-expand {
    visibility: hidden;
    opacity: 0;
    }
input[type=text],
input[type=password],
input[type=file],
input[type=search],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
textarea {
    width: 100%;
    }
input:invalid,
textarea:invalid {
    -webkit-box-shadow: -.5rem 0 0 0 #c00 inset;
    box-shadow: -.5rem 0 0 0 #c00 inset;
    }
select:not([multiple]) {
    width: 100%;
    padding-left: .5em;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAOCAYAAABdC15GAAAAV0lEQVR42s3OwREAIAgDQfpvGn340yiISK6AmxXp6UiCvfrAcWT+4mH9axCXA7xFLnB5QC8S4FKAbuRvnAtZhTMhq3FbJAvuiGTAQSQTbkIy4hCSshJcA+zKIuzjPTvsAAAAAElFTkSuQmCC");
    background-position: right calc(50% + 2px);
    background-position: right calc(50% + 2px);
    background-position: right calc(50% + 2px);
    background-repeat: no-repeat;
    background-size: auto 7px;
    line-height: auto;
    }
select[multiple] {
    min-height: 7.5rem;
    background-image: none;
    }
textarea {
    vertical-align: bottom;
    min-height: 10.5em;
    resize: vertical;
    }
form {
    display: block;
    padding: 0;
    margin: 0;
    }
form label:not([class]) {
    display: block;
    margin-top: 1rem;
    text-transform: uppercase;
    }
form .widget {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
form .widget > input,
form .widget > button {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    }
form .widget .prefix,
form .widget .suffix {
    position: relative;
    display: inline-block;
    display: inline-block;
    height: 3.5em;
    padding: 1em;
    padding: 0 0 0 1rem;
    margin-right: -.5em;
    border: none;
    border-radius: 0;
    color: #f6f6f6;
    background: #f00;
    background-color: #252526;
    font-size: inherit;
    line-height: 3.5em;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-order: -100;
    -ms-flex-order: -100;
    order: -100;
    }
form .widget .suffix {
    padding: 0 1rem 0 0;
    -webkit-order: 100;
    -ms-flex-order: 100;
    order: 100;
    }

/* Buttons of all kinds */
button,
a.button,
span.button,
input[type="submit"],
input[type="reset"] {
    display: inline-block;
    width: auto;
    height: 3.5em;
    padding: 1em;
    padding: 0 1.5em;
    border: none;
    border-radius: 0;
    color: #f6f6f6;
    color: #000;
    background-color: #252526;
    background-color: #beaf87;
    text-align: center;
    text-transform: uppercase;
    font-size: inherit;
    line-height: 3.5em;
    white-space: nowrap;
    outline: none;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    }
button.block,
a.button.block,
span.button.block,
input[type="submit"].block,
input[type="reset"].block {
    display: block;
    width: 100%;
    }
button:active,
button:hover,
a.button:active,
a.button:hover,
span.button:active,
span.button:hover,
input[type="submit"]:active,
input[type="submit"]:hover,
input[type="reset"]:active,
input[type="reset"]:hover {
    background-color: #beaf87;
    }
button {
    text-decoration: none;
    }
fieldset.row > .column > button,
fieldset.row > .column > a.button,
fieldset.row > .column > input[type="submit"],
fieldset.row > .column > input[type="reset"] {
    width: 100%;
    }
fieldset.row > .column > label,
form .group label:first-child {
    margin-top: 0;
    }
form .group {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 1rem;
    }
form .group > input,
form .group > select,
form .group > textarea,
form .group > .button,
form .group > button {
    float: left;
    width: auto;
    }
form .group input[type="text"] + button,
form .group input[type="text"] + .button,
form .group input[type="text"] + input[type="submit"] {
    position: relative;
    margin-left: -.25em;
    border-radius: 0;
    }
[data-validation-error] > input,
[data-validation-error] > select,
[data-validation-error] > textarea {
    position: relative;
    background-color: #fee;
    }
[data-validation-error]:after {
    content: attr(data-validation-error);
    position: relative;
    z-index: 0;
    top: -1px;
    display: block;
    padding: .25em .5em;
    border-radius: 0 0 3px 3px;
    color: #fff;
    background: #c00;
    font-size: 80%;
    }
.checkbox-label {
    position: relative;
    width: 100%;
    margin: 0;
    font-weight: 400;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
.checkbox-label + .checkbox-label {
    margin-left: 1.5em;
    }
.checkbox-label.block {
    margin-left: 0;
    }
.checkbox-label > span {
    display: inline-block;
    line-height: inherit;
    }
.checkbox-label input[type~="radio"],
.checkbox-label input[type~="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 2rem;
    }
.checkbox-label input[type~="radio"] + span:before,
.checkbox-label input[type~="checkbox"] + span:before {
    content: "";
    display: inline-block;
    overflow: hidden;
    vertical-align: -3px;
    width: 16px;
    height: 16px;
    margin-right: .25em;
    color: #fff;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAQAAAACkhYXAAAAAAnRSTlMAAQGU/a4AAAAVSURBVHjaY2DAAfj/////YQiTOAAAkCV/gRD5zmQAAAAASUVORK5CYII=");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    line-height: 1em;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
    }
.checkbox-label input[type~="radio"]:indeterminate + span:before,
.checkbox-label input[type~="checkbox"]:indeterminate + span:before {
    opacity: .5;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAQ0lEQVR42u3YuQ0AMAwDMQ2Z/VeJl8gHhwauZysnyXw8wP+Atw8QEHAXcCwOEBAQEBAQEBAQEBDQqgME7Aj0YQU8WQGTF8EfR3kvNQAAAABJRU5ErkJggg==");
    }
.checkbox-label input[type~="radio"]:checked + span:before,
.checkbox-label input[type~="checkbox"]:checked + span:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAs0lEQVR42u3Y0QmAMAwE0I7gCI7gCI6SEdzEETKSIziCI2gFBSm0YL1g0BPuT+iDtElpCCGszkPg/4BvfwQSSCCBXwWOMUuMeARqsoZ4AmpmhPUegFqYscPbwBJOrUosx0afYzoD3COgJP/t0BaMqwa2mQWnmAaIgwOvSAQOWuK03Agc5JDcua5rxel/3GbEEAfrg2KEgzZqMcDBJ4mAcSaj7pwuCBwvrAQSSCCBfGEl0Fk2/znAGdeShn0AAAAASUVORK5CYII=");
    }
.checkbox-label input[type~="radio"] + span:before {
    border-radius: 50%;
    }
.fieldset.submit {
    margin-top: 1.5rem;
    }
.htmlform .htmlform-title {
    margin-bottom: .5rem;
    font-family: "Nunito Sans","Arial","Helvetica",sans-serif;
    font-size: 1.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    }
.htmlform .htmlform-fieldset-legend {
    font-family: "Nunito Sans","Arial","Helvetica",sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4;
    }
.htmlform .submit {
    margin-top: 1rem;
    }
.fieldset.group {
    display: block;
    }
.fieldset.group-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: -1rem;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    }
.fieldset.group-row > * {
    margin-top: 1rem;
    margin-right: 1rem;
    -webkit-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    }
.fieldset.group-row > * label:first-child {
    margin-top: 0;
    }
.helptext {
    opacity: .8;
    display: block;
    font-size: 12px;
    font-weight: 300;
    }
.form-field.capcha {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 1rem;
    margin-top: 1rem;
    background-color: RGBA(0,0,0,.05);
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.form-field.capcha label {
    margin: 0;
    }
.form-field.capcha .capcha-entry {
    padding-left: 1rem;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    }
.form-field.capcha img {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
.file-attachment-wrap input[type="file"] {
    display: none;
    }
.file-attachment-wrap .file-attachment-thumbnails {
    margin-top: 1rem;
    }
.file-attachment-wrap .file-attachment-thumbnails > div {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0 -1px 0  inset;
    box-shadow: 0 -1px 0  inset;
    background-color: #fff;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.file-attachment-wrap .file-attachment-thumbnails > div:after,
.file-attachment-wrap .file-attachment-thumbnails > div:before {
    content: attr(title);
    display: block;
    overflow: hidden;
    padding-left: 1rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
.file-attachment-wrap .file-attachment-thumbnails > div:before {
    content: attr(data-nice-filesize);
    opacity: .5;
    padding-right: 1rem;
    text-align: right;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    }
.file-attachment-wrap .file-attachment-thumbnails > div .preview {
    width: 5rem;
    height: 3.5rem;
    border: 1px solid #fff;
    background-position: center center;
    background-size: cover;
    -webkit-flex: 0 0 5rem;
    -ms-flex: 0 0 5rem;
    flex: 0 0 5rem;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.file-attachment-wrap .file-attachment-thumbnails > div .preview.error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWgAAAD8AgMAAAAnC9anAAAADFBMVEXs2NjQm5vmy8vbs7PpxvkqAAAEXUlEQVR42u2bO27bQBCG1yRUbASWPgJLI9XeI4UpCoEQ6wgsXQm8BM/hSmUAX0K9ylzAZYI4FkUuyZk1NI8iwEyXAPw9+nZm9jXrnJmZmZmZmZmZmZmZmZmZmYa9/K6qpz+tvPCXd+F/9vRLXPmt6q0W1s4G5Xfts6j0zyqyJ0neX6uJHQRxnKbSlRySh5ly9UPNaTm3F06LuQ04LeU24LSU25DTVfUqoLwGlatnAekjLF23OoMoM5AFolzttHgIEEF58ImsUWV2jJQTBm/xvzaC+XJo3Ytc1uTzCSCeFBqp0DssJhxe+IXlhDhOk7UQ6jMQjq8iqA/QHNxIoJ6k3lECdgmmx1oisju4Xgxut/wC8oxk/5ldQBZF7sguIwU2xz6wxzFgw3UlVbNHcTlcgTmOY97tsVE4s3Nxi/1Vaj76RNUPyN+8vaK2CJEdu6IuYfdEam6AQD/8yAqRU2qKLTklO4un2BYZiD17yl1K5Jzo87E0FtlbbuxBsDtG9E0WTlgZ2XDDGoJdMAK7q5KwPSOwp8vfDRIir9ywBtzrQ2TPDWtIoyMHtp9Jb+Fh3pLDeoPDLsmBfZHedSjsgix9cWpborA9OWcuKBuPws7JOXOR3mco7Iws3fUZgcM+UdPx+iEOu6Om46n/uTjsQJQeSOKwAzHTs0ENhV0SpfMhIVDYBbGI5ANeFLYnSo/fobBzYn2KXMJgU6WLkS4GOyPWp2IMWhT2iS2NwiZKryK4GOyP/38kluv5YmcK+55WsMuoYmKwA006RNIY7EAr2BOPENglQ/rRJWGvGNI7l4RdCEgjsInS9xMfYdg+ClCyNAybI/3NJWHfSUjDsDnSjUvCzkWkQdgy0iDsXII1DFtkGGHYdxJxDcP2MtIQbKJ0mM17EGyJ8oTALgTqNQJ7JTDLILA5s0ztkrCJc+PSoyXswFgsVC4Jm7gOWSFzSgybuHoqFnugJWz+chKFzZLep2BT19fARmUOW2DDgcGmSkPfzWB71uZu5xKwqfvGDFj0zmCXrI107RKwqXv04WQBhx1YhxazfdEUNvk8BPpwCpt8ihPQ/W0PO2MeazU4bPqJWQnlWgybfs4HHj7GsAvmwefGobDpZ6oeRBnBpp8E54mjrA/Y9PPrDLysHGF/p5+69xnRYLBrxiVYB7LsPrlCuCFndg6DzbiXKcFvZ1cItNukAvzFmURjlYfvsz+5ZLolsJskbNp9Ywb/ZJ++CLolsOErAmY7Tgd3cHTssB4uHM8J2NR79ALuL/ECTX0e9ixjx954LZiIbGqnxbVT4xmHfSZKX91LlJGWKh1g3zKBBjasg6jjd4JhfU8lv30S69byAk2fej1mmp1xiv18il2Iir2Tmh2fin2qit21ij3Bmp3Miv3Xil3jir3umh36iu8KFF9DaL7hUHx5ovleRvGVj+LbJM0XVYrvwDRfrym+udN8Kaj5vlHxVabmW1Kn+ALWzMzMzMzMzMzMzMzMzOy/sb8ibeg/WROrSwAAAABJRU5ErkJggg==");
    }
.file-attachment-wrap .file-attachment-thumbnails > div .preview.doc {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWgAAAD8CAAAAAB/DmHoAAACfklEQVRo3u3aQU4CQRBAUe5/nw57deNCE+PGAIHYJ9G4Y4FmoKcoq98/ACSPTjE1M5uukDYIQIMWaNCgBRq0QIMGLdCgBRo0aIEGLdCgQQs0aIEGDVqgQQs0aNACDVqgQYMWaNACDRq0QIMWaNCgBRq0QIMGLdCgBRo0aIEGLdCgQd+tQ7u9F9B/dWyjAv1bbWSgL/bc2gzUm1oHOq/03aF3w6HbCXTEgf5uDzoGOqN0Teh2AB0D3Y6gL0Hf/gGpz3Ql6PMVcw96NejzQbQHvR50Xulq0Gmly0GfSe9Arwfdc157FITOKV0ROuWcLgmdUbomdMJ/xKLQ+eZ0Veh006MsdLbpURc62ZkuDJ1rTleGTnWmS0NnmtO1oXue9z2KQ+eRrg6dRro8dAcdBJ1EegLoDjoI+phBegboDjoIuoMeCZ37JfXJoB9Bx0A30KBBg/7pCXQMdAcdBN1BB0F30EHQC34J0K3At4AGDRo0aNCgQYMGDXoi6F27JtCLoVsbJQ0aNGjQoEGDBg06w8LiOtpmCBo0aNCgQYMGDRo0aJuhzdC9DtCgQYMGDRo0aNCuo22GoEGDBg0aNGjQoEGDBr2Q4G15oKPudTyAjoF2Uwk0aNCgQYMGDTrrwvJ+BfOHhcUKDho0aNCgQYMGDRo0aNCgQYMGDRo0aNCgQYMe0Cfoa58LtnHPE0GD/r/Q23mht6HQr/NC9zkmB+h5oPsUzhmg+wzOKaD7BM45oGcINGjQAg0aNALQoAUaNGiBBi3QoEELNGiBBg1aoEELNGjQAg1aoEGDFmjQAg0atECDFmjQoAUatECDBi3QoAUaNGiBBi3QoEELNGiBBg1aK/YFPGfef/WjeJEAAAAASUVORK5CYII=");
    }
.file-attachment-wrap .file-attachment-thumbnails > div .close {
    border-left: 1px solid $form-field-border-color;
    text-align: center;
    font-size: 1.25rem;
    line-height: 3.5rem;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    cursor: pointer;
    -webkit-flex: 0 0 3rem;
    -ms-flex: 0 0 3rem;
    flex: 0 0 3rem;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    }
.form-field {
    position: relative;
    }
[data-validation-message]:after {
    content: attr(data-validation-message);
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    opacity: 0;
    display: block;
    overflow: hidden;
    max-height: 0;
    padding: .25em .5em;
    border-radius: 0 0 3px 3px;
    color: #fff;
    background: #c00;
    font-size: 10px;
    -webkit-transition: opacity .3s,max-height .3s;
    -moz-transition: opacity .3s,max-height .3s;
    transition: opacity .3s,max-height .3s;
    }
[data-validation-message]:hover:after {
    opacity: 1;
    max-height: 2em;
    }
[data-validation-message]:before {
    content: "\f00d";
    position: absolute;
    right: .25em;
    bottom: .25em;
    display: block;
    width: 1.5em;
    border-radius: 50%;
    color: #fff;
    background: #c00;
    text-align: center;
    font-family: "fontawesome";
    font-size: .75rem;
    line-height: 1.5;
    pointer-events: none;
    }
.radiolist-container {
    padding: .25rem .25rem .25rem .75rem;
    margin: .25rem 0;
    background-color: #fff;
    }
.radiolist-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.radiolist-container > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
.radiolist-container > :first-child {
    -webkit-flex: 1 0 100px;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    }
.radio-label {
    position: relative;
    display: inline-block;
    margin: 0;
    border: 1px solid color-input;
    font-size: .9em;
    font-weight: 400;
    line-height: 2.5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
.radio-label input[type~="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 2rem;
    }
.radio-label input[type~="radio"] + span {
    display: block;
    padding: 0 .5rem;
    color: #fff;
    background-color: transparent;
    }
.radio-label input[type~="radio"]:checked + span {
    color: #000;
    background-color: #beaf87;
    }
.radiolist {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    }
.radiolist > span {
    margin: 0;
    }
.radiolist .radio-label {
    min-width: 2rem;
    background-color: #252526;
    text-align: center;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    }
.radiolist .radio-label span {
    display: block;
    }
.radiolist .radio-label + .radio-label {
    border-left: 1px solid #808285;
    }
.doubleslider-container {
    height: 3.5em;
    line-height: 3.5em;
    }
.doubleslider {
    position: relative;
    display: block;
    height: inherit;
    background: -webkit-linear-gradient(top,transparent,transparent 43.5%,#fff 44%,#fff 56%,transparent 56.5%,transparent);
    background: -moz-linear-gradient(top,transparent,transparent 43.5%,#fff 44%,#fff 56%,transparent 56.5%,transparent);
    background: linear-gradient(to bottom,transparent,transparent 43.5%,#fff 44%,#fff 56%,transparent 56.5%,transparent);
    }
.doubleslider.dragging div.knob,
.doubleslider div.knob.dragging {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
    }
.doubleslider div.knob {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 72px;
    height: inherit;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAA8CAYAAAAjW/WRAAABFUlEQVR42u3ciQ2DMBAEwCvdnQMN8Bz4OaRBmgYcrXYtkkT0e9phgwJaFHx8MFQiHPCHkJhWmFraAy0iHAiJgCAgwgELQ+Jijgu79kCLCAdCYlrBjKnlgNEiwoGQmFaYWtoDRreI9kCLaA+0iHBAt5CYVpha2gPyLeLAEBLTCvJTy0GhRYQD8iFxOCAckAuJizlcXNgdCJy0iIOAi5A4BNAi8P6i7pION2/VHQp4FwLepIPvY8GKr7y7sONirkXArwph2B83mFqYVloEvj0OEOEwtTCttAh0bQ8tgvbQImgPIYGh4TC1MK20CNpDSBCOMLVg4rTSImgPIUE4BAQBERKIAo8LOy7mWgTtISQIh6mFafX02QFjI1oH8pBkdQAAAABJRU5ErkJggg==");
    background-position: center right;
    background-size: auto 39px;
    line-height: inherit;
    cursor: ew-resize;
    -ms-touch-action: none;
    }
.doubleslider div.knob:after {
    content: attr(data-caption);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 .5rem 0 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
    pointer-events: none;
    }
.doubleslider div.knob ~ div.knob {
    background-position: center left;
    }
.doubleslider div.knob ~ div.knob:after {
    padding: 0 0 0 .25rem;
    }
.doubleslider .range {
    position: absolute;
    z-index: 1;
    top: 18px;
    bottom: 18px;
    left: 0;
    border-radius: 4px;
    background: rgba(190,175,135,.5);
    pointer-events: none;
    }
form input[tabindex="-1"][name="nch"] {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
.field-group {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: -1rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.field-group .field,
.field-group > .widget {
    margin-right: 1rem;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    }
.field-group .field.w50 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    }
.formgen-heading {
    margin-top: 2rem;
    }

/* @import url(scaffolding3.crush/lists.css);*/
/* Widgets */
.sidenav-right {
    position: fixed;
    z-index: 500;
    top: 0;
    right: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0) skewX(25deg);
    width: 100%;
    width: 320px;
    height: 100%;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    will-change: opacity,transform;
    }
.sidenav-right.active,
.sidenav-right:target {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
    -webkit-transition: transform .5s cubic-bezier(.5,1,0,1),opacity .5s cubic-bezier(.5,1,0,1);
    -moz-transition: transform .5s cubic-bezier(.5,1,0,1),opacity .5s cubic-bezier(.5,1,0,1);
    transition: transform .5s cubic-bezier(.5,1,0,1),opacity .5s cubic-bezier(.5,1,0,1);
    }
.sidenav-left {
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    width: 100%;
    width: 320px;
    height: 100%;
    will-change: opacity,transform;
    }
.sidenav-left.active,
.sidenav-left:target {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
    -webkit-transition: transform .5s cubic-bezier(.5,1,0,1),opacity .5s cubic-bezier(.5,1,0,1);
    -moz-transition: transform .5s cubic-bezier(.5,1,0,1),opacity .5s cubic-bezier(.5,1,0,1);
    transition: transform .5s cubic-bezier(.5,1,0,1),opacity .5s cubic-bezier(.5,1,0,1);
    }
.sidenav-top {
    position: fixed;
    z-index: 500;
    top: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    width: 100%;
    height: 100%;
    will-change: opacity,transform;
    }
.sidenav-top.active,
.sidenav-top:target {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
    -webkit-transition: transform .5s cubic-bezier(.5,1,0,1),opacity .5s cubic-bezier(.5,1,0,1);
    -moz-transition: transform .5s cubic-bezier(.5,1,0,1),opacity .5s cubic-bezier(.5,1,0,1);
    transition: transform .5s cubic-bezier(.5,1,0,1),opacity .5s cubic-bezier(.5,1,0,1);
    }
.sidenav-bottom {
    position: fixed;
    z-index: 500;
    top: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: scale3d(.568);
    -moz-transform: scale3d(.568);
    -ms-transform: scale3d(.568);
    transform: scale3d(.568);
    width: 100%;
    height: 100%;
    margin-left: -200vw;
    will-change: opacity,transform;
    }
.sidenav-bottom.active,
.sidenav-bottom:target {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
    -webkit-transition: transform .5s cubic-bezier(.5,1,0,1),opacity .5s cubic-bezier(.5,1,0,1);
    -moz-transition: transform .5s cubic-bezier(.5,1,0,1),opacity .5s cubic-bezier(.5,1,0,1);
    transition: transform .5s cubic-bezier(.5,1,0,1),opacity .5s cubic-bezier(.5,1,0,1);
    }
[class*="sidenav-"] [data-class-cancel="active"] {
    position: absolute;
    z-index: 2;
    top: 1rem;
    right: 1rem;
    width: auto;
    padding: .5rem;
    color: inherit;
    background-color: inherit;
    cursor: pointer;
    }
.sidenav-overlay {
    opacity: 0;
    background: rgba(0,0,0,.8);
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    }
.sidenav-right.active ~ .sidenav-overlay,
.sidenav-left.active ~ .sidenav-overlay {
    position: fixed;
    z-index: 499;
    top: 0;
    left: 0;
    opacity: 1;
    display: block;
    width: 100vw;
    height: 100%;
    }
[data-dropdown-content] {
    position: absolute;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    display: block;
    -webkit-transform: scale(1,.7);
    -moz-transform: scale(1,.7);
    -ms-transform: scale(1,.7);
    transform: scale(1,.7);
    height: 0;
    min-width: 200px;
    -webkit-box-shadow: 1px 1px 4px RGBA(0,0,0,.1);
    box-shadow: 1px 1px 4px RGBA(0,0,0,.1);
    background-color: #FFF;
    -webkit-transition: transform .3s,opacity .3s;
    -moz-transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    }
[data-dropdown-content].dropdown-open {
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    height: auto;
    }
[data-dropdown-content] ul,
[data-dropdown-content] ul > li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    }
[data-dropdown-content] li > a {
    display: block;
    clear: both;
    padding: .2em 1em;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    }
[data-dropdown-content] li > a:hover {
    background-color: rgba(255,255,255,.1);
    text-decoration: none;
    }
[data-dropdown-content] li.divider {
    overflow: hidden;
    height: 1px;
    margin: .5em 0;
    background-color: #E5E5E5;
    }
[data-dropdown-content] li.header {
    display: block;
    padding: .25em 1.25em;
    color: #666;
    text-transform: uppercase;
    font-size: 80%;
    }
.carousel-wrap {
    display: block;
    overflow: hidden;
    }
.carousel {
    position: relative;
    left: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: transform .5s cubic-bezier(.1,.7,.3,.9);
    -moz-transition: transform .5s cubic-bezier(.1,.7,.3,.9);
    transition: transform .5s cubic-bezier(.1,.7,.3,.9);
    list-style-type: none;
    cursor: ew-resize;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    }
.carousel > * {
    display: inline-block;
    vertical-align: text-top;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    white-space: normal;
    list-style-type: none;
    }
.carousel > * > img {
    display: block;
    width: 100%;
    height: auto;
    }
.carousel.dragging {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    }
.carousel.dragging,
.carousel.dragging * {
    cursor: ew-resize;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
    }
.fixed-aspect > .carousel-wrap,
.fixed-aspect > .carousel-wrap > .carousel.loop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
a.car-next,
a.car-prev {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1.5em;
    padding: .5em 0 .5em 0;
    margin-top: -1em;
    color: #fff !important;
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
a.car-next .sd,
a.car-prev .sd {
    position: relative;
    z-index: 1;
    }
a.car-next {
    right: 0;
    left: auto;
    }
[data-status="allvisible"] ~ a.car-next,
[data-status="allvisible"] ~ a.car-prev {
    display: none;
    }
[data-status="start"] ~ a.car-prev {
    display: none;
    }
[data-status="end"] ~ a.car-next {
    display: none;
    }
.car-thumbs {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    margin: 0;
    background: -webkit-radial-gradient(ellipse farthest-side bottom center,rgba(0,0,0,.3),transparent);
    background: -moz-radial-gradient(ellipse farthest-side bottom center,rgba(0,0,0,.3),transparent);
    background: radial-gradient(ellipse farthest-side at bottom center,rgba(0,0,0,.3),transparent);
    text-align: center;
    line-height: 2rem;
    }
.car-thumbs > * {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 1px;
    border: 1px solid #fff;
    border-radius: 50%;
    }
[data-current-slide="0"] ~ .car-thumbs > :nth-child(0),
[data-current-slide="10"] ~ .car-thumbs > :nth-child(10),
[data-current-slide="20"] ~ .car-thumbs > :nth-child(20) {
    background-color: #fff;
    }
[data-current-slide="1"] ~ .car-thumbs > :nth-child(1),
[data-current-slide="11"] ~ .car-thumbs > :nth-child(11),
[data-current-slide="21"] ~ .car-thumbs > :nth-child(21) {
    background-color: #fff;
    }
[data-current-slide="2"] ~ .car-thumbs > :nth-child(2),
[data-current-slide="12"] ~ .car-thumbs > :nth-child(12),
[data-current-slide="22"] ~ .car-thumbs > :nth-child(22) {
    background-color: #fff;
    }
[data-current-slide="3"] ~ .car-thumbs > :nth-child(3),
[data-current-slide="13"] ~ .car-thumbs > :nth-child(13),
[data-current-slide="23"] ~ .car-thumbs > :nth-child(23) {
    background-color: #fff;
    }
[data-current-slide="4"] ~ .car-thumbs > :nth-child(4),
[data-current-slide="14"] ~ .car-thumbs > :nth-child(14),
[data-current-slide="24"] ~ .car-thumbs > :nth-child(24) {
    background-color: #fff;
    }
[data-current-slide="5"] ~ .car-thumbs > :nth-child(5),
[data-current-slide="15"] ~ .car-thumbs > :nth-child(15),
[data-current-slide="25"] ~ .car-thumbs > :nth-child(25) {
    background-color: #fff;
    }
[data-current-slide="6"] ~ .car-thumbs > :nth-child(6),
[data-current-slide="16"] ~ .car-thumbs > :nth-child(16),
[data-current-slide="26"] ~ .car-thumbs > :nth-child(26) {
    background-color: #fff;
    }
[data-current-slide="7"] ~ .car-thumbs > :nth-child(7),
[data-current-slide="17"] ~ .car-thumbs > :nth-child(17),
[data-current-slide="27"] ~ .car-thumbs > :nth-child(27) {
    background-color: #fff;
    }
[data-current-slide="8"] ~ .car-thumbs > :nth-child(8),
[data-current-slide="18"] ~ .car-thumbs > :nth-child(18),
[data-current-slide="28"] ~ .car-thumbs > :nth-child(28) {
    background-color: #fff;
    }
[data-current-slide="9"] ~ .car-thumbs > :nth-child(9),
[data-current-slide="19"] ~ .car-thumbs > :nth-child(19),
[data-current-slide="29"] ~ .car-thumbs > :nth-child(29) {
    background-color: #fff;
    }
@media (max-width: 40em),(max-height: 30em) {
.carousel-wrap ~ .car-thumbs {
    display: none;
    }
.carousel-wrap:after {
    content: attr(data-current-slide) " / " attr(data-slide-count);
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 3rem;
    margin-left: -1.5rem;
    border-radius: 3px 3px 0 0;
    color: #fff;
    background-color: rgba(0,0,0,.4);
    text-align: center;
    text-shadow: 1px 1px 0 #000;
    font-size: .8rem;
    font-weight: bold;
    pointer-events: none;
    }
}

/* --------------------------------------------------
    :: Block Styles: Tabs
---------------------------------------------------*/
.tabs {
    position: relative;
    display: block;
    height: auto;
    padding: 0;
    margin: 0;
    }
.tabs:after {
    content: " ";
    display: table;
    clear: both;
    }
.tabs > * {
    float: left;
    padding: 0 1rem;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 3rem;
    white-space: nowrap;
    }
ul.tabs,
ol.tabs {
    list-style-type: none;
    }
.tabs > li {
    list-style-type: inherit;
    }
.tabs > * > :first-child {
    display: block;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    }
.tabs.autoWidth {
    table-layout: fixed;
    border-collapse: separate;
    }
.tabs.autoWidth > * {
    display: table-cell;
    float: none;
    width: 1%;
    }
@media only screen and (max-width: 40em),(max-height: 30em) {
.tabs.autoWidth {
    display: block;
    }
dl.tabs.autoWidth > dt {
    display: block;
    float: none;
    clear: both;
    }
}

/* Default cursor styles */
ul.tabs > li,
dl.tabs > dd {
    cursor: pointer;
    }

/* Canned tab styles */
.tabs.bar,
.tabs.bar > * {
    border-radius: 3px 3px 0 0;
    }
.tabs.bar {
    padding: .25rem .25rem 0;
    background-color: #16A085;
    }
.tabs.bar > * {
    color: #fff;
    }
.tabs.bar > :hover {
    background-color: RGBA(0,0,0,.1);
    }
.tabs.bar > .active {
    color: #000;
    background-color: #fff;
    }
.tabs.minimal > * {
    padding: 0;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    transition: box-shadow .3s;
    }
.tabs.minimal > * + * {
    margin-left: 2rem;
    }
.tabs.minimal ~ .tabSection {
    margin-top: 1.5rem;
    }
.tabs.minimal > :hover {
    -webkit-box-shadow: 0 -6px 0 rgba(190,175,135,.2) inset;
    box-shadow: 0 -6px 0 rgba(190,175,135,.2) inset;
    }
.tabs.minimal > .active {
    -webkit-box-shadow: 0 -6px 0 #beaf87 inset;
    box-shadow: 0 -6px 0 #beaf87 inset;
    background-color: transparent;
    font-weight: 700;
    }
.tabs.pointer > * {
    position: relative;
    }
.tabs.pointer > .active {
    color: #fff;
    background-color: color-highlight;
    }
.tabs.pointer > .active:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -.5rem;
    border-color: color-highlight transparent transparent transparent;
    border-style: solid;
    border-width: .5rem;
    }
.tabs.pointer.top > .active:before {
    top: auto;
    bottom: 100%;
    border-color: transparent transparent color-highlight transparent;
    }

/* Site Design */
body {
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 7rem;
    color: #252526;
    font-family: "Nunito Sans","Arial","Helvetica",sans-serif;
    line-height: 1.4;
    }
#site-wrap {
    overflow-x: hidden;
    max-width: 100vw;
    margin: 0 auto;
    background-color: #252526;
    }
#site-main {
    overflow: visible;
    color: color-main;
    background-color: color-main-bg;
    background-color: #fff;
    }
#site-header,
#site-main,
#site-footer {
    margin: 0 auto;
    }
.container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    }
.container-wide {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    margin: 0 auto;
    }
#header-logo {
    position: relative;
    top: 2px;
    width: 240px;
    height: 2.5rem;
    color: #beaf87;
    }

/* Header Styles *********************************************************/
#site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: visible;
    width: 100%;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2);
    box-shadow: 0 1px 0 rgba(255,255,255,.2);
    color: #fff;
    background-color: rgba(37,37,38,.8);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    }
#site-header .container-wide {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
#site-header .container-wide > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
#site-header .container-wide nav {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    }
#site-header .nav-bar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    }
#site-header.scrolled {
    color: #fff;
    background-color: rgba(37,37,38,.8);
    }
#site-header.scrolled .nav-bar {
    padding-top: .5rem;
    padding-bottom: .5rem;
    }
#site-header a {
    color: inherit;
    }
#site-header a:hover {
    color: color-hyperlink;
    }
#site-header a svg {
    vertical-align: bottom;
    }
#site-header nav ul.dropdown-menu > li,
#site-header nav ul.dropdown-menu > li > a {
    display: inline-block;
    }
#site-header nav ul.dropdown-menu {
    margin: 0;
    }
#site-header nav ul.dropdown-menu > li > a {
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset;
    font-family: 'montserrat-wf',"Nunito Sans","Arial","Helvetica",sans-serif;
    line-height: 3rem;
    -webkit-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    transition: box-shadow .4s;
    }
#site-header nav ul.dropdown-menu > li {
    position: relative;
    display: inline-block;
    padding: 0 .75rem;
    text-align: center;
    }
#site-header nav ul.dropdown-menu > li > ul {
    position: absolute;
    top: -9999em;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate3d(-50%,0,0) scale(.95);
    -moz-transform: translate3d(-50%,0,0) scale(.95);
    -ms-transform: translate3d(-50%,0,0) scale(.95);
    transform: translate3d(-50%,0,0) scale(.95);
    min-width: 14rem;
    padding: .25rem 0;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    background-color: #fff;
    -webkit-transition: opacity .3s,transform .3s;
    -moz-transition: opacity .3s,transform .3s;
    transition: opacity .3s,transform .3s;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    }
#site-header nav ul.dropdown-menu > li > ul li > a {
    display: block;
    padding: .5rem 1rem;
    color: #000;
    font-weight: normal;
    }
#site-header nav ul.dropdown-menu > li > ul li > a:hover {
    background-color: #beaf87;
    }
#site-header nav ul.dropdown-menu > li.ancestor > a,
#site-header nav ul.dropdown-menu > li.current > a {
    -webkit-box-shadow: 0 -1px 0 0 rgba(255,255,255,.7) inset;
    box-shadow: 0 -1px 0 0 rgba(255,255,255,.7) inset;
    }
#site-header nav ul.dropdown-menu > li:hover > a,
.touch #site-header nav ul.dropdown-menu > li.active > a {
    -webkit-box-shadow: 0 -4px 0 0 #beaf87 inset;
    box-shadow: 0 -4px 0 0 #beaf87 inset;
    }
#site-header nav ul.dropdown-menu > li:hover > ul,
.touch #site-header nav ul.dropdown-menu > li.active > ul {
    top: 99.99%;
    opacity: 1;
    -webkit-transform: translate3d(-50%,0,0) scale(1);
    -moz-transform: translate3d(-50%,0,0) scale(1);
    -ms-transform: translate3d(-50%,0,0) scale(1);
    transform: translate3d(-50%,0,0) scale(1);
    }
#site-header #menuButton {
    padding-right: 0;
    margin-left: 1rem;
    text-align: right;
    font-size: 2rem;
    }
#site-header address {
    text-align: right;
    text-transform: uppercase;
    font-size: .85rem;
    font-weight: 400;
    letter-spacing: .025em;
    }
#site-header address a:last-child {
    padding-left: .5rem;
    margin-left: .5rem;
    border-left: 1px solid #fff;
    }
#site-header .top-bar {
    position: relative;
    color: #252526;
    background-color: #beaf87;
    font-family: "montserrat-wf","Nunito Sans","Arial","Helvetica",sans-serif;
    font-size: 12px;
    }
#site-header .top-bar .container-wide {
    height: 2rem;
    }
#site-header .top-bar .container-wide a {
    color: #fff;
    text-transform: uppercase;
    }
#site-header .top-bar .container-wide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
#site-header .top-bar .container-wide > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
#site-header .top-bar address {
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    }
#site-footer {
    padding: 6vh 0 50px;
    color: #fff;
    background-color: #252526;
    background-image: url(/img/c21pattern-white.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: auto 60px;
    }
#site-footer h3 {
    color: #beaf87;
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    }
#site-footer a {
    color: #fff;
    }
#site-footer a:hover {
    color: #beaf87;
    }
#site-footer .column {
    padding-bottom: 2rem;
    }
#site-footer #finalContainer {
    padding-top: calc(6vh);
    padding-top: calc(6vh);
    padding-top: calc(6vh);
    }
.icons {
    margin-top: .25rem;
    }
.icons > span + span {
    margin-left: 1em;
    }
.propertyTile,
.projectTile {
    position: relative;
    display: block;
    padding: 0;
    -webkit-box-shadow: 1px 3px 6px RGBA(0,0,0,.2);
    box-shadow: 1px 3px 6px RGBA(0,0,0,.2);
    color: #252526;
    background-color: #f6f6f6;
    }
.propertyTile a,
.projectTile a {
    color: inherit;
    }
.propertyTile .icons,
.projectTile .icons {
    margin: .5rem 0;
    }
.propertyTile .image,
.projectTile .image {
    background: -webkit-linear-gradient(left bottom,#dcdcdc,#363636);
    background: -moz-linear-gradient(left bottom,#dcdcdc,#363636);
    background: linear-gradient(to right bottom,#dcdcdc,#363636);
    }
.propertyTile .vcals,
.projectTile .vcals {
    position: absolute;
    right: 1.5rem;
    bottom: .75rem;
    color: #fff;
    background-color: transparent;
    font-size: 1.5rem;
    }
.propertyTile .vcals a,
.projectTile .vcals a {
    color: #beaf87;
    }
.propertyTile .vcals a:hover,
.projectTile .vcals a:hover {
    color: #a19276;
    }
.propertyTile .flag,
.projectTile .flag {
    position: absolute;
    top: 0;
    left: 0;
    padding: .25rem .5rem;
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    font-size: 11px;
    }
.propertyTile .flag.statustext,
.projectTile .flag.statustext {
    color: #fff;
    background: #000;
    }
.propertyTile .flag.auctionsoon,
.projectTile .flag.auctionsoon {
    color: #000;
    background: #e6e7e8;
    }
.propertyTile .flag.newlisting,
.projectTile .flag.newlisting {
    color: #fff;
    background: #beaf87;
    }
.propertyTile .caption,
.projectTile .caption {
    position: relative;
    color: #252526;
    background: #fff;
    }
.propertyTile .details,
.projectTile .details {
    position: relative;
    padding: .75rem 1.5rem;
    background-color: #f6f6f6;
    }
.propertyTile .details:before,
.projectTile .details:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .5rem;
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.05) inset;
    background: -webkit-radial-gradient(ellipse farthest-side at 50% 0,rgba(0,0,0,.05),transparent);
    background: -moz-radial-gradient(ellipse farthest-side at 50% 0,rgba(0,0,0,.05),transparent);
    background: radial-gradient(ellipse farthest-side at 50% 0,rgba(0,0,0,.05),transparent);
    }
.propertyTile .title,
.projectTile .title {
    display: block;
    overflow: hidden;
    width: 100%;
    color: #808285;
    -o-text-overflow: ellipsis;
    -o-text-overflow: fade(5%);
    text-overflow: ellipsis;
    text-overflow: fade(5%);
    font-size: 1rem;
    white-space: nowrap;
    }
.propertyTile hr,
.projectTile hr {
    margin: .5em 0;
    }
.propertyTile .contracttext,
.propertyTile .pricetext,
.projectTile .contracttext,
.projectTile .pricetext {
    display: block;
    overflow: hidden;
    width: 100%;
    color: #000;
    -o-text-overflow: ellipsis;
    -o-text-overflow: fade(5%);
    text-overflow: ellipsis;
    text-overflow: fade(5%);
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    font-size: .85rem;
    font-weight: 400;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: .025em;
    white-space: nowrap;
    }
.propertyTile .pricetext,
.projectTile .pricetext {
    color: #a19276;
    }
.propertyTile .price-panel,
.projectTile .price-panel {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.propertyTile .price-panel > *,
.projectTile .price-panel > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
.propertyTile address,
.projectTile address {
    display: block;
    padding: 1rem 1.5rem;
    background: #fff;
    }
.propertyTile address .suburb,
.projectTile address .suburb {
    display: block;
    font-family: "Nunito Sans","Arial","Helvetica",sans-serif;
    font-size: 1.5rem;
    font-size: 1.15rem;
    font-weight: 500;
    font-weight: 600;
    line-height: 1.4;
    }
.propertyTile address .streetaddress,
.projectTile address .streetaddress {
    display: block;
    color: #a19276;
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .025em;
    }
.propertyTile span.video,
.projectTile span.video {
    position: absolute;
    z-index: 10;
    top: .75rem;
    right: .75rem;
    opacity: .7;
    width: 3rem;
    padding-left: .1rem;
    border-radius: .25rem;
    color: color-highlight;
    background: RGBA(255,255,255,.8);
    text-align: center;
    line-height: 1.9rem;
    }
.slash {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 50%;
    padding: .25rem 1rem;
    color: #fff;
    background-color: #beaf87;
    text-align: center;
    text-transform: uppercase;
    font-family: 'montserrat-wf',sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    }
.propertyTile .favourite,
.projectTile .favourite {
    position: absolute;
    top: .75rem;
    right: 1.25rem;
    display: none;
    color: #a19276;
    font-size: 1.15rem;
    }
[data-househunter-logged-in] .propertyTile .favourite,
[data-househunter-logged-in] .projectTile .favourite {
    display: inline-block;
    }

/* Common Object Types */
.contact-name,
.office-name,
.agent-name {
    display: block;
    margin-bottom: .5rem;
    font-size: 1.25em;
    }
.contact-name > small,
.office-name > small,
.agent-name > small {
    display: block;
    font-size: .71em;
    font-weight: lighter;
    }
.contact-description,
.contact-address,
.office-description,
.office-address,
.agent-description,
.agent-address {
    margin-bottom: .5em;
    font-size: 1em;
    }
abbr {
    display: inline-block;
    width: 4em;
    text-transform: uppercase;
    }
abbr + a {
    display: inline-block;
    }
#headlineContainer,
#searchContainer {
    position: relative;
    padding: calc(12vmin + 6rem) 0 3vmin;
    padding: calc(12vmin + 6rem) 0 3vmin;
    padding: calc(12vmin + 6rem) 0 3vmin;
    background: -webkit-linear-gradient(top,#d0c5a8,#beaf87);
    background: -moz-linear-gradient(top,#d0c5a8,#beaf87);
    background: linear-gradient(to bottom,#d0c5a8,#beaf87);
    text-shadow: 0 1px 0 rgba(255,255,255,.3);
    }
#headlineContainer .container,
#searchContainer .container {
    position: relative;
    }
#headlineContainer h1,
#searchContainer h1 {
    max-width: 800px;
    }
.interactive-container {
    position: relative;
    min-height: calc(25vh + 25vw);
    min-height: calc(25vh + 25vw);
    min-height: calc(25vh + 25vw);
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    }

/** Content Container Regions ************/
section.dual {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
section.dual {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    }
section.dual > * {
    -webkit-flex: 1 1 540px;
    -ms-flex: 1 1 540px;
    flex: 1 1 540px;
    }
section.dual .content-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 6vh 6vw;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
section.dual .content-container > * {
    width: 100%;
    max-width: 700px;
    }
section.dual .content-container h2 + h3,
section.dual .content-container h2 + p {
    font-family: "Nunito Sans","Arial","Helvetica",sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4;
    }
section.dual .bg-cover.fixed-aspect {
    min-height: 50vmin;
    }
section.dual.rev {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    }
section.grey {
    color: #fff;
    background-color: #252526;
    }
section.darkgrey {
    color: #fff;
    background-color: #252526;
    }
section.darkgrey select,
section.darkgrey input,
section.darkgrey span.prefix {
    background-color: #363636;
    }
section.light {
    color: #252526;
    background: -webkit-linear-gradient(top,#f6f6f6,#e6e7e8);
    background: -moz-linear-gradient(top,#f6f6f6,#e6e7e8);
    background: linear-gradient(to bottom,#f6f6f6,#e6e7e8);
    text-shadow: 0 .5px 0 rgba(255,255,255,.2);
    }
.content-container {
    padding: 6vh 0;
    }
[data-template-id="1"] section.dual {
    background-color: #f6f6f6;
    }
[data-template-id="1"] section.dual.rev {
    background-color: #fff;
    }

/*
section.dual + section.dual,
section.dual + section.dual + section.dual + section.dual
{
        flex-direction: row-reverse;

        &>.content-container
        {
            display: flex;
            flex-direction: column;
        }
}

section.dual + section.dual + section.dual
{
        flex-direction: row;

        &>.content-container
        {
            display: flex;
            flex-direction: column;
        }
}
*/
/* Main Side Nav **********************************************/
#sidenav-main {
    color: #fff;
    background: #252526;
    }
#sidenav-main a {
    color: color-sidenav-hyperlink;
    }
#sidenav-main address {
    margin-bottom: .5rem;
    text-align: center;
    font-size: 11px;
    }
#sidenav-main .agency-name {
    text-align: center;
    font-weight: 700;
    }
#sidenav-main .actions {
    padding: .75rem 1rem;
    background-color: #363636;
    }
#sidenav-main .button-group {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: .5em -.5em,-.5em .5em;
    }
#sidenav-main .button-group a.button {
    margin-right: .5em;
    margin-bottom: .5em;
    -webkit-flex: 1 1 120px;
    -ms-flex: 1 1 120px;
    flex: 1 1 120px;
    }
#sidenav-main nav {
    padding: 0 1.5rem 1.5rem;
    margin-top: 4rem;
    }
#sidenav-main nav ul.collapse-menu > li + li {
    border-top: 1px solid rgba(255,255,255,.1);
    }
#sidenav-main nav ul.collapse-menu > li > a {
    font-size: 1.15em;
    font-weight: 700;
    }
#sidenav-main nav ul.collapse-menu li > a {
    position: relative;
    display: block;
    padding: .5rem;
    }
#sidenav-main nav ul.collapse-menu li li {
    padding-left: 1rem;
    }
#sidenav-main nav ul.collapse-menu li.hasChildren > a + ul {
    overflow: hidden;
    max-height: 0;
    padding: 0;
    -webkit-transition: max-height .3s,padding .3s;
    -moz-transition: max-height .3s,padding .3s;
    transition: max-height .3s,padding .3s;
    }
#sidenav-main nav ul.collapse-menu li.hasChildren > a.active + ul {
    max-height: 900px;
    padding-bottom: 1rem;
    }
#sidenav-main nav ul.collapse-menu li.hasChildren > a:after {
    content: ">";
    position: absolute;
    right: 0;
    font-family: "slimdings";
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    transition: transform .3s;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    }
#sidenav-main nav ul.collapse-menu li.hasChildren > a.active:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }
#sidenav-main nav ul.collapse-menu + ul.collapse-menu > li {
    border-top: 1px solid rgba(255,255,255,.1);
    }
ul.social {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin-right: -.25rem;
    list-style-type: none;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
ul.social.text-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
ul.social li {
    margin-right: .25rem;
    list-style-type: none;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
ul.social li a {
    display: block;
    width: 2.5rem;
    color: #beaf87;
    text-align: inherit;
    font-size: 1.25rem;
    line-height: 2.5rem;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }
ul.social li a:hover {
    color: inherit;
    }

/** Testimonials ********************/
.testimonial {
    padding: 0;
    margin: 0 0 1.5rem;
    }
.testimonial .testimonial-body {
    position: relative;
    position: relative;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    }
.testimonial .testimonial-body:before {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    border-color: transparent transparent transparent;
    border-width: 1rem;
    }
.testimonial .testimonial-body:after {
    content: "\201D";
    position: absolute;
    right: 1.5rem;
    bottom: .25rem;
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    font-size: 3rem;
    line-height: 1;
    line-height: 1;
    }
.testimonial .testimonial-headline {
    margin-bottom: .5rem;
    font-size: 1.25rem;
    }
.testimonial .testimonial-image {
    overflow: hidden;
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.3);
    box-shadow: 1px 1px 4px rgba(0,0,0,.3);
    }
.testimonial .testimonial-image img {
    display: block;
    width: 100%;
    height: auto;
    }
.testimonial .testimonial-author {
    margin-top: .5rem;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 700;
    }

/** Maps, Map Tiles and supporting CSS ************************************************/
.propertyMapTile {
    overflow: hidden;
    width: 280px;
    padding: 2px;
    font-family: "Nunito Sans","Arial","Helvetica",sans-serif;
    font-size: 12px;
    }
.propertyMapTile + .propertyMapTile {
    border-top: 1px solid #ccc;
    }
.propertyMapTile .slash {
    top: 1em;
    left: 2px;
    width: 60px;
    padding: .25em;
    font-family: "Barlow Condensed","Arial Narrow",sans-serif;
    font-size: 9px;
    }
.propertyMapTile > a,
.propertyMapTile > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.propertyMapTile > a .image,
.propertyMapTile > div .image {
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    }
.propertyMapTile > a .caption,
.propertyMapTile > div .caption {
    -webkit-flex: 10 0 auto;
    -ms-flex: 10 0 auto;
    flex: 10 0 auto;
    }
.propertyMapTile .pricetext,
.propertyMapTile .contracttext {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    -o-text-overflow: fade(5%);
    text-overflow: ellipsis;
    text-overflow: fade(5%);
    white-space: nowrap;
    }
.propertyMapTile .details {
    overflow: hidden;
    margin-top: .25rem;
    font-size: 10px;
    }
.propertyMapTile > a {
    color: inherit;
    text-decoration: inherit;
    }
.propertyMapTile .caption {
    overflow: hidden;
    padding: 0 0 0 .75rem;
    }
.propertyMapTile .icons {
    margin-top: .25rem;
    }
.propertyMapTile .icons abbr[class*="icon-"]:before {
    font-size: 16px;
    }
.propertyMapTile .suburb,
.propertyMapTile h4 {
    display: block;
    font-size: .875rem;
    font-weight: bold;
    line-height: 1.2;
    }
.propertyMapTile .streetAddress {
    color: #beaf87;
    text-transform: uppercase;
    }
.propertyMapTile .office-address {
    margin-top: .25rem;
    }
.infoBox {
    position: relative;
    overflow: visible !important;
    color: #fff;
    background: #252526;
    -webkit-transition: transform .3s,opacity .3s;
    -moz-transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
    }
.infoBox:before {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    border-color: #252526 transparent transparent transparent;
    border-width: .75rem;
    }
.infoBox > img[align="right"] {
    position: absolute !important;
    top: 0;
    right: 0;
    }
.infoBox .mapbox {
    overflow-x: hidden;
    overflow-y: auto;
    width: 280px;
    max-height: 50vh;
    -webkit-box-shadow: 0 0 0 1px #ccc;
    box-shadow: 0 0 0 1px #ccc;
    }
.ib_hidden .infoBox {
    opacity: 0 !important;
    -webkit-transform: translate3d(0,.5rem,0) !important;
    -moz-transform: translate3d(0,.5rem,0) !important;
    -ms-transform: translate3d(0,.5rem,0) !important;
    transform: translate3d(0,.5rem,0) !important;
    }
.cluster > div {
    font-family: "Nunito Sans","Arial","Helvetica",sans-serif !important;
    }
.mapPopup.office {
    padding: .75rem 1.25rem;
    }
.mapPopup.office .button.small {
    height: 30px;
    font-size: 10px;
    line-height: 30px;
    }
.schoolbox {
    padding: .75rem 1rem;
    }
.schoolbox * {
    display: block;
    }
.schoolbox b {
    margin-bottom: .15rem;
    font-size: .90625rem;
    }
.schoolbox a {
    margin-top: .35rem;
    }
.schoolmapbox {
    max-width: 200px;
    }

/* OFI Rows ****************************************/
.ofiRow {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-shadow: 2px 2px 2px #e6e7e8;
    box-shadow: 2px 2px 2px #e6e7e8;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    }
.ofiRow .image {
    -webkit-flex: 0 120px;
    -ms-flex: 0 120px;
    flex: 0 120px;
    }
.ofiRow .details {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 1rem;
    color: #fff;
    background: #252526;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.ofiRow .details .address [itemprop="addressLocality"] {
    font-family: "Nunito Sans","Arial","Helvetica",sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    font-weight: normal;
    line-height: 1.4;
    }
.ofiRow .details .address [itemprop="streetAddress"] {
    display: block;
    color: #beaf87;
    text-transform: uppercase;
    font-size: .85rem;
    font-weight: 400;
    letter-spacing: .025em;
    }
.ofiRow .opentime {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 1rem;
    color: inherit;
    background: #fff;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.ofiRow .opentime span {
    display: block;
    white-space: nowrap;
    }
.ofiRow .opentime .calendar-icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 1rem;
    color: #252526;
    background-color: #beaf87;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    }
.ofiRow .opentime .calendar-icon i {
    font-size: 1.5rem;
    }

/*
.searchBar button.block
{
    margin-top: 2rem;
}
*/
.pager {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 2rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.pager > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
.pager .pager-resultcount {
    text-align: center;
    -webkit-flex: 2 0 auto;
    -ms-flex: 2 0 auto;
    flex: 2 0 auto;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.pager a.next,
.pager a.prev {
    display: inline-block;
    font-size: 2rem;
    line-height: 2rem;
    }
.pager a.next img,
.pager a.prev img {
    display: inline-block;
    vertical-align: bottom;
    }
.pager.overflow .recordCount:before {
    content: "over ";
    }
.pager a.prev {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    }
.pager a.next {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
.pager a[href="#"] {
    opacity: .2;
    pointer-events: none;
    }
.async-loading .loading {
    opacity: 1;
    height: 100%;
    }
.async-loading #result-list-container {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    }
.loading {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    display: block;
    height: 0;
    background-color: rgba(255,255,255,.5);
    }
.loading {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    }
.loading > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }

/* Popup form dialogs *******************************/
.dialog > form {
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
    box-shadow: 0 0 4px rgba(0,0,0,.1);
    }
.dialog > form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    }
.dialog > form > * {
    width: 100%;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
.dialog > form > *[size="grow"] {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-overflow-scrolling: touch;
    }
.dialog > form header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: .75rem 1.5rem;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.1;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.dialog > form header > * {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    }
.dialog > form header [data-class-cancel="active"] {
    position: static;
    padding-right: 0;
    font-family: "slimdings";
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
.dialog > form header small {
    display: block;
    margin-top: .5rem;
    color: #beaf87;
    text-transform: uppercase;
    font-size: .85rem;
    font-weight: 400;
    letter-spacing: .025em;
    }
.dialog > form section {
    padding: 1rem 1.5rem;
    }
.dialog > form footer {
    padding: 0 1rem 1rem;
    }
.dialog > form footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    }
.dialog > form footer > * {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    }

/** Layout Utilities *************************************************/
.gridbag {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    }
.gridbag > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
.gridbag[flow~="col"] {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
.gridbag[flow~="col"] > * {
    width: 100%;
    }
.gridbag[flow="row"] > * {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    }
.gridbag[flow~="row"] {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    }
.gridbag[flow~="justify"] {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.gridbag[flow~="justify"] > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
.gridbag[flow~="center"] {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.gridbag [size="grow"] {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-overflow-scrolling: touch;
    }
.gridbag[align="start"] {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.gridbag[align="end"] {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.gridbag[align="center"] {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    }
.gridbag[item-align="start"] {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.gridbag[item-align="end"] {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    }
.gridbag[item-align="center"] {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.flex-justify,
.flex-toolbar {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.flex-justify > *,
.flex-toolbar > * {
    -webkit-flex: 1 0 content;
    -ms-flex: 1 0 content;
    flex: 1 0 content;
    }
.flex-toolbar > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
.flex-toolbar > .fixed {
    -webkit-flex: 0 0 max-content;
    -ms-flex: 0 0 max-content;
    flex: 0 0 max-content;
    }

/** Tagbox Styles *******************************************************************/
.tagbox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: auto;
    width: 100%;
    padding: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    }
.tagbox input,
.tagbox .tagbox-item {
    display: inline-block;
    border: 0;
    }
.tagbox > input.textbox {
    padding-left: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    background-color: inherit;
    -webkit-flex: 1 3 auto;
    -ms-flex: 1 3 auto;
    flex: 1 3 auto;
    }
.tagbox .tagbox-item {
    position: relative;
    overflow: hidden;
    max-width: 33vw;
    padding: 0 1.5rem 0 .5rem;
    margin-right: 4px;
    border: 1px solid #e6e7e8;
    border-radius: 2px;
    background-color: #f6f6f6;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 2rem;
    letter-spacing: 0;
    white-space: nowrap;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
.tagbox .tagbox-item-delete {
    position: absolute;
    right: 0;
    width: 1.5rem;
    text-align: center;
    font-family: "Nunito Sans","Arial","Helvetica",sans-serif;
    font-size: 1rem;
    line-height: 1.9rem;
    cursor: pointer;
    }
.tagbox .tagbox-item-delete:after {
    content: "\00D7";
    }
.tagbox-listbox {
    z-index: 50;
    z-index: 500;
    left: 0;
    overflow: auto;
    width: 100%;
    max-height: 30vh;
    padding-bottom: 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 1px 1px 3px RGBA(0,0,0,.2);
    box-shadow: 1px 1px 3px RGBA(0,0,0,.2);
    color: #fff;
    background: rgba(37,37,38,.95);
    text-align: left;
    font-size: .90625rem;
    }
.tagbox-listbox mark {
    color: #beaf87;
    background-color: transparent;
    text-decoration: underline;
    }
.tagbox-listbox li {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: .5rem;
    -o-text-overflow: ellipsis;
    -o-text-overflow: fade(5%);
    text-overflow: ellipsis;
    text-overflow: fade(5%);
    white-space: nowrap;
    }
.tagbox-listbox li.header {
    padding-bottom: .25rem;
    padding-left: 1rem;
    border-top: 1px solid #666;
    color: #beaf87;
    text-transform: uppercase;
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    font-size: .85rem;
    font-size: 11px;
    font-weight: 400;
    font-weight: 400;
    letter-spacing: .025em;
    }
.tagbox-listbox li.selected {
    color: #000;
    background-color: #beaf87;
    }
.tagbox-listbox li.selected mark {
    color: #000;
    }
.tagbox-listbox li[data-type]:before {
    content: "\f041";
    display: inline-block;
    width: 2rem;
    text-align: center;
    font-family: "FontAwesome";
    }
// START Fix for Charles submit clicking behaviour .tagbox-listbox:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    }
.tagbox-listbox[style*="block"] + button {
    opacity: .6;
    background-color: #808285;
    -webkit-transition: all .2s .3s;
    -moz-transition: all .2s .3s;
    transition: all .2s .3s;
    cursor: not-allowed;
    pointer-events: none;
    }
.button.small {
    height: 2.5em;
    padding-right: 1rem;
    padding-left: 1rem;
    text-transform: uppercase;
    font-size: .85rem;
    font-weight: 400;
    line-height: 2.5em;
    letter-spacing: .025em;
    }
.button.small + * {
    margin-left: .5rem;
    }
a.button.secondary {
    color: #fff;
    background-color: #252526;
    }

/* Hero Headlines ****************************************************************************/
[data-template-id="1"],
[data-template-id="30"],
[data-template-id="16"],
[data-template-id="21"] {
    padding-top: 0;
    }
[data-template-id="1"] #site-header .top-bar,
[data-template-id="30"] #site-header .top-bar,
[data-template-id="16"] #site-header .top-bar,
[data-template-id="21"] #site-header .top-bar {
    position: relative;
    z-index: 1;
    }
[data-template-id="1"] #site-header.scrolled > .container-wide,
[data-template-id="30"] #site-header.scrolled > .container-wide,
[data-template-id="16"] #site-header.scrolled > .container-wide,
[data-template-id="21"] #site-header.scrolled > .container-wide {
    padding-top: .25rem;
    padding-bottom: .25rem;
    }
[data-template-id="1"] .subheadline,
[data-template-id="30"] .subheadline,
[data-template-id="16"] .subheadline,
[data-template-id="21"] .subheadline {
    margin-bottom: 10vmin;
    font-size: 1.5rem;
    font-weight: 700;
    }
[data-template-id="1"] .hero h1.super,
[data-template-id="30"] .hero h1.super,
[data-template-id="16"] .hero h1.super,
[data-template-id="21"] .hero h1.super {
    max-width: 900px;
    text-shadow: 1px 1px 3px rgba(0,0,0,.2);
    }
[data-template-id="1"] .hero h1.super span.c21,
[data-template-id="30"] .hero h1.super span.c21,
[data-template-id="16"] .hero h1.super span.c21,
[data-template-id="21"] .hero h1.super span.c21 {
    text-transform: uppercase;
    }
.hero {
    position: relative;
    height: 0;
    min-height: 100vh;
    padding: calc(10vh + 6rem) 0 10vh;
    padding: calc(10vh + 6rem) 0 10vh;
    padding: calc(10vh + 6rem) 0 10vh;
    color: #fff;
    background: #252526;
    }
.hero {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    }
.hero > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
.hero.short {
    min-height: 70vh;
    background: -webkit-linear-gradient(top,#252526,#808285);
    background: -moz-linear-gradient(top,#252526,#808285);
    background: linear-gradient(to bottom,#252526,#808285);
    }
.hero.short {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.hero.short > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
[data-loadstate="loaded"] .hero.short {
    background: -webkit-linear-gradient(top,#252526,#808285);
    background: -moz-linear-gradient(top,#252526,#808285);
    background: linear-gradient(to bottom,#252526,#808285);
    }
.hero.short h1.super {
    text-shadow: 1px 1px 4px rgba(0,0,0,.3),1px 1px 0 rgba(0,0,0,.2);
    }
.hero .bg-image {
    opacity: 0;
    background-image: url(/_files/brand_imagery/home_default.jpg);
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
    }
[data-loadstate="loaded"] .hero .bg-image {
    opacity: .8;
    }
.hero .container {
    position: relative;
    }
.hero #filters,
[data-template-id="27"] #filters {
    max-width: 1024px;
    color: #fff;
    font-size: 1.15rem;
    }
.hero #filters select,
[data-template-id="27"] #filters select {
    width: 12rem;
    margin-right: .25rem;
    }
.hero #filters .tagbox,
.hero #filters .sd,
[data-template-id="27"] #filters .tagbox,
[data-template-id="27"] #filters .sd {
    background: #252526;
    }
.hero #filters .tagbox-item,
[data-template-id="27"] #filters .tagbox-item {
    border: 1px solid #808285;
    background-color: #363636;
    }
.hero #filters #ac:before,
[data-template-id="27"] #filters #ac:before {
    content: "\f041";
    padding: 0 .75rem 0 1rem;
    color: #beaf87;
    font-family: "fontawesome";
    font-size: 1.1rem;
    font-size: 2rem;
    line-height: 3.5em;
    line-height: 1;
    }
svg.icon {
    display: inline-block;
    vertical-align: -.5em;
    width: 1.75em;
    height: 1.75em;
    margin-right: .25em;
    line-height: inherit;
    }
.agentTile {
    text-align: center;
    }
.agentTile .name {
    margin-top: 1rem;
    font-family: "Nunito Sans","Arial","Helvetica",sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    }
.agentTile .title {
    text-transform: uppercase;
    font-size: .85rem;
    font-weight: 400;
    letter-spacing: .025em;
    }
.agentTile .contact-email {
    display: block;
    }
.agentTile .contact-info {
    margin-top: .5rem;
    }
.agentTile .agent-image-wrap {
    width: 100%;
    height: auto;
    max-width: 240px;
    margin: 0 auto;
    }
.agentTile .agent-image {
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 .25rem #f6f6f6,0 0 0 0 transparent;
    box-shadow: 0 0 0 .25rem #f6f6f6,0 0 0 0 transparent;
    -webkit-transition: box-shadow .4s,border-color .3s,background-color .5s;
    -moz-transition: box-shadow .4s,border-color .3s,background-color .5s;
    transition: box-shadow .4s,border-color .3s,background-color .5s;
    }
.agentTile .agent-image:hover {
    border-color: #beaf87;
    -webkit-box-shadow: 0 0 0 0 #beaf87,0 0 0 .75rem #beaf87;
    box-shadow: 0 0 0 0 #beaf87,0 0 0 .75rem #beaf87;
    background-color: #d0c5a8;
    }
.agentTile .agent-image:hover .circle {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    }
.agentTile .agent-image .circle {
    -webkit-transition: transform .6s;
    -moz-transition: transform .6s;
    transition: transform .6s;
    }
.button.block + .button.block {
    margin-top: .5rem;
    }
.office-contact {
    margin-bottom: 1rem;
    }
#footer-logo {
    width: auto;
    height: 2.5rem;
    margin-bottom: 1rem;
    color: #beaf87;
    }

/*
[data-carousel-setup]>*:not(:first-child)
{>
    position: absolute;
    top: 0;
    left: 0;

}*/
.spinner {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 100px auto;
    }
.spinner * {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: currentColor;
    -webkit-animation: spinner-animation 2.0s infinite ease-in-out;
    -moz-animation: spinner-animation 2.0s infinite ease-in-out;
    animation: spinner-animation 2.0s infinite ease-in-out;
    }
.spinner .d1 {
    -webkit-animation-delay: -1.0s;
    -moz-animation-delay: -1.0s;
    animation-delay: -1.0s;
    }
@-webkit-keyframes spinner-animation {
0%,
100% {
    -webkit-transform: scale(.0);
    transform: scale(.0);
    }
50% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    }
}

@-moz-keyframes spinner-animation {
0%,
100% {
    -moz-transform: scale(.0);
    transform: scale(.0);
    }
50% {
    -moz-transform: scale(1.0);
    transform: scale(1.0);
    }
}

@keyframes spinner-animation {
0%,
100% {
    -webkit-transform: scale(.0);
    -moz-transform: scale(.0);
    -ms-transform: scale(.0);
    transform: scale(.0);
    }
50% {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    }
}

.policy-reminder {
    max-width: 320px;
    margin: .5rem auto;
    color: #fff;
    text-align: center;
    }
#user-state {
    display: inline-block;
    }
#user-state #stateSelect {
    position: relative;
    padding: .5rem 0;
    margin-left: .5rem;
    cursor: pointer;
    }
#user-state #stateSelect.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: .5rem solid transparent;
    border-bottom-color: #252526;
    }
#user-state #stateMenu {
    position: absolute;
    width: 210px;
    padding: .5rem 0;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    background-color: #252526;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    }
#user-state #stateMenu a {
    padding-right: 1rem;
    padding-left: 1rem;
    color: #beaf87;
    }
#user-state #stateMenu li.active > a {
    color: #000;
    background: #beaf87;
    }

/*
#house-hunter-widget,
#user-state
{
    &::before
    {
        content: "";
        position: absolute;
        width: 1px;
        background: w50;
        top: 0;
        bottom: 0;
    }
}
*/
#house-hunter-widget > a:not([data-dropdown-trigger]),
#user-state + a:not([data-dropdown-trigger]) {
    display: inline-block;
    padding-left: .5rem;
    margin-left: .5rem;
    border-left: 1px solid currentColor;
    }
#house-hunter-widget[data-house-hunter-logged-in] {
    line-height: 2rem;
    }
#house-hunter-widget[data-house-hunter-logged-in] .circle {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    color: #252526;
    background-color: #beaf87;
    text-align: center;
    font-size: .8rem;
    font-weight: 700;
    }
#house-hunter-widget[data-house-hunter-logged-in] #hhMenu {
    position: relative;
    background-color: #252526;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    }
#house-hunter-widget[data-house-hunter-logged-in] #hhMenu:before {
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    border-color: transparent transparent  transparent;
    }
#house-hunter-widget[data-house-hunter-logged-in] #hhMenu a {
    color: #beaf87;
    }
#house-hunter-widget[data-house-hunter-logged-in] #hhMenuButton {
    display: inline-block;
    height: 2rem;
    margin-left: 1rem;
    text-transform: none;
    cursor: pointer;
    }
#search-hero {
    min-height: calc(60vh + 6rem);
    min-height: calc(60vh + 6rem);
    min-height: calc(60vh + 6rem);
    }
#loan-calculator {
    overflow: hidden;
    max-height: 0;
    padding: 0;
    color: #fff;
    background: #363636;
    -webkit-transition: max-height .2s,padding .4s;
    -moz-transition: max-height .2s,padding .4s;
    transition: max-height .2s,padding .4s;
    }
#loan-calculator.active {
    max-height: 1024px;
    padding: 2rem 0;
    }
.feature-list-container {
    margin: 1rem 0;
    }
.feature-list-container .feature-list {
    margin-top: .25rem;
    }
.feature-list-container .feature-list li {
    display: inline-block;
    }
.feature-list-container .feature-list li:after {
    content: ", ";
    white-space: pre;
    }
.feature-list-container .feature-list li:last-child:before {
    content: " and ";
    white-space: pre;
    }
.feature-list-container .feature-list li:nth-last-child(2):after,
.feature-list-container .feature-list li:first-child:before,
.feature-list-container .feature-list li:last-child:after {
    content: "";
    }
.kv-list {
    margin-top: .75rem;
    }
.kv-list li {
    max-width: 320px;
    padding: .25rem .5rem;
    }
.kv-list li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.kv-list li > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
.kv-list.stroked li:first-child {
    border-top: 1px solid rgba(0,0,0,.1);
    }
.kv-list.stroked li {
    border-bottom: 1px solid rgba(0,0,0,.1);
    }
#in-progress {
    background: #f00;
    }
.office-name > svg {
    width: 100%;
    height: 2.75rem;
    margin-bottom: 1rem;
    color: #beaf87;
    font-weight: 400;
    }
.officeTile {
    background-color: #252526;
    }
.officeTile .image {
    background-color: #252526;
    }
.officeTile .caption {
    padding: 1rem 1.5rem;
    color: #fff;
    }
.officeTile .caption a:not(.button) {
    color: #beaf87;
    }
.officeTile .caption a:not(.button):hover {
    color: #beaf87;
    }
.officeTile .caption .streetaddress {
    display: block;
    overflow: hidden;
    width: 100%;
    -o-text-overflow: ellipsis;
    -o-text-overflow: fade(5%);
    text-overflow: ellipsis;
    text-overflow: fade(5%);
    white-space: nowrap;
    }
.officeTile .caption .links {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    }
.officeTile .caption .links > * {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    }
svg#agency-logo {
    width: 130px;
    }
.tab-bar {
    margin-bottom: 2rem;
    color: #fff;
    background: #363636;
    }
.homeloans-banner {
    padding: 2rem 0;
    color: #fff;
    background-color: #beaf87;
    background-image: url(/img/hl_banner_background.jpg);
    background-size: cover;
    }
.homeloans-banner .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.homeloans-banner .container > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
.homeloans-banner .caption {
    padding: 0 3rem 0 0;
    font-size: 1.1rem;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    }
.homeloans-banner .button {
    color: #fff;
    background-color: #252526;
    }
.homeloans-banner .button:hover {
    background-color: #a19276;
    }
.homeloans-banner svg {
    width: 220px;
    margin: 2px 0 0;
    }
.blog-hero {
    position: relative;
    padding: 8vh 0;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 90px auto;
    }
.blog-hero .container {
    position: relative;
    z-index: 1;
    }
.blog-hero ul.grid-1 > li:first-child {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.blog-hero:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 75%;
    opacity: .1;
    background-image: url(/img/c21pattern-black.png);
    background-position: left center;
    background-repeat: repeat;
    background-size: 50px auto;
    pointer-events: none;
    }
[data-template-id="30"] .blog-hero:after {
    display: none;
    }
.latest-properties {
    position: relative;
    }
.latest-properties .container {
    position: relative;
    z-index: 1;
    }
.latest-properties:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 60%;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .078;
    background-image: url(/img/c21pattern-black.png);
    background-position: center top;
    background-repeat: repeat;
    background-size: 50px auto;
    pointer-events: none;
    }
.blog-feature {
    position: relative;
    width: 100%;
    min-height: 480px;
    color: #fff;
    }
.blog-feature + .blog-feature {
    margin-top: 2rem;
    }
.blog-feature .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
.blog-feature .caption {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
    border: 1px solid #fff;
    background-color: rgba(0,0,0,.5);
    }
.blog-feature header {
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.1;
    }
.blog-feature header,
.blog-feature .postinfo {
    padding: .75rem 1.5rem;
    }
.blog-feature .postinfo {
    text-transform: uppercase;
    font-size: .85rem;
    font-weight: 400;
    letter-spacing: .025em;
    }
.blog-feature .postinfo .date:after {
    content: " //";
    white-space: pre;
    }
.blog-feature main {
    border-top: 1px solid #fff;
    }
.blog-feature main {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.blog-feature main > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
.blog-feature main a.button {
    border-left: 1px solid #fff;
    }
.blog-tile {
    width: 100%;
    color: #fff;
    background-color: #252526;
    -webkit-transition: color .2s,background-color .2s;
    -moz-transition: color .2s,background-color .2s;
    transition: color .2s,background-color .2s;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    }
.blog-tile {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    }
.blog-tile > * {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    }
.blog-tile:hover {
    color: #252526 !important;
    background-color: #beaf87;
    }
.blog-tile:hover .image {
    opacity: .7;
    }
.blog-tile:hover .postinfo {
    color: #000;
    }
.blog-tile:hover .button {
    background: #fff;
    }
.blog-tile .image {
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    }
.blog-tile header {
    font-size: 1.1rem;
    font-weight: 700;
    }
.blog-tile .caption {
    padding: .75rem 1.5rem;
    }
.blog-tile .abstract {
    margin-bottom: .5rem;
    font-size: 13px;
    }
.blog-tile .postinfo {
    opacity: .8;
    margin: .25rem 0;
    color: #a19276;
    text-transform: uppercase;
    font-size: 11px;
    }
.blog-tile .postinfo .date:after {
    content: " //";
    white-space: pre;
    }
.blog-tile + .blog-tile {
    margin-top: 2rem;
    }
.blog-tile a.button {
    display: none;
    }
.blog-tile.compact header {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    }
.blog-tile.compact .postinfo {
    font-size: 9px;
    letter-spacing: 0;
    }
.blog-tile.compact + .blog-tile.compact {
    margin-top: .5rem;
    }
.blog-tile.compact .image {
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    }
.blog_entry + .blog_entry {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px dotted currentColor;
    }
.showhide {
    max-height: 100vh;
    -webkit-transition: all .2s,padding .4s;
    -moz-transition: all .2s,padding .4s;
    transition: all .2s,padding .4s;
    }
.showhide.hidden {
    overflow: hidden;
    max-height: 0;
    padding: 0 !important;
    }
#appraisal_form #details-section {
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translateX(-2rem);
    -moz-transform: translateX(-2rem);
    -ms-transform: translateX(-2rem);
    transform: translateX(-2rem);
    max-height: 0;
    padding: 0;
    -webkit-transition: all .2s,padding .4s;
    -moz-transition: all .2s,padding .4s;
    transition: all .2s,padding .4s;
    }
#appraisal_form[data-state="details"] #next-button {
    display: none;
    }
#appraisal_form[data-state="details"] #details-section {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    max-height: 100vh;
    padding: 2rem 0;
    }
.appraisal-headline {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #fff;
    background-color: #444;
    text-shadow: 1px 1px 3px rgba(0,0,0,.2);
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    }
#bg-vid {
    position: absolute;
    top: 50%;
    left: 0;
    opacity: .95;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    transition: opacity 1.5s;
    object-fit: cover;
    }
.ua-edge #bg-vid,
.ua-msie #bg-vid {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1.33);
    -moz-transform: translate(-50%,-50%) scale(1.33);
    -ms-transform: translate(-50%,-50%) scale(1.33);
    transform: translate(-50%,-50%) scale(1.33);
    width: calc(100vw + 100vh);
    width: calc(100vw + 100vh);
    width: calc(100vw + 100vh);
    height: calc(100vw + 100vh);
    height: calc(100vw + 100vh);
    height: calc(100vw + 100vh);
    }
@media (max-aspect-ratio: 110/66) {
#bg-vid {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    height: 100%;
    }
}

/*
@media (max-aspect-ratio: 4/3)
{

    .ua-edge #bg-vid, .ua-msie #bg-vid
    {
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        transform: scale(3);
    }
}
*/
.bork {
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
    }
#bg-vid.canplay {
    opacity: 1;
    }
#bg-vid.canplay + .bork {
    opacity: 0 !important;
    }
#homepage-hero {
    overflow: hidden;
    padding-top: calc(10vh + 6rem);
    padding-top: calc(10vh + 6rem);
    padding-top: calc(10vh + 6rem);
    }
.blog-hero h2 {
    margin-bottom: 1.5rem;
    }

/* HACK: Removed because offices thought there was a spelling error (?!) */
/*
em.hr
{
    display: inline-block;
    box-shadow: 0 -0.1em 0 gold3 inset;
    font-style: inherit;
    font-weight: inherit;
}
*/
::selection {
    background-color: rgba(190,175,135,.5);
    }
::-moz-selection {
    background-color: rgba(190,175,135,.5);
    }
.breadcrumb-bar {
    padding: .75rem 0;
    background-color: #e6e7e8;
    }
ol#breadcrumbs {
    padding: 0;
    margin: 0;
    font-size: 0;
    }
ol#breadcrumbs li {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    list-style-type: none;
    }
ol#breadcrumbs li + li:before {
    content: "\f0da";
    display: inline-block;
    width: 1.5rem;
    color: #beaf87;
    text-align: center;
    font-family: "fontawesome";
    }
.sidebar ul.linkList {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid #beaf87;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
.sidebar ul.linkList > li {
    border-bottom: 1px solid #beaf87;
    }
.sidebar ul.linkList > li > a {
    font-size: 1.1rem;
    }
.sidebar ul.linkList > li.ancestor {
    -webkit-order: -100;
    -ms-flex-order: -100;
    order: -100;
    }
.sidebar ul.linkList > li.ancestor > a {
    font-weight: 700;
    }
.sidebar ul.linkList li.hasChildren > a {
    position: relative;
    }
.sidebar ul.linkList li.hasChildren > a:after {
    content: ">";
    position: absolute;
    right: .5rem;
    display: inline-block;
    width: 1rem;
    color: rgba(0,0,0,.6);
    text-align: center;
    text-indent: 0 !important;
    text-shadow: 0 .5px 0 currentColor;
    font-family: slimdings;
    font-size: 15px;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    transition: transform .3s;
    }
.sidebar ul.linkList li.hasChildren > a.active:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }
.sidebar ul.linkList ul li:not(.hasChildren) > a {
    padding: .5rem;
    text-indent: -.75rem;
    }
.sidebar ul.linkList ul li:not(.hasChildren) > a:before {
    content: "\25B8";
    width: .5rem;
    color: #beaf87;
    text-indent: 0;
    }
.sidebar ul.linkList a {
    display: block;
    padding: .75rem 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    }
.sidebar ul.linkList li li a {
    border-top: 1px dotted rgba(0,0,0,.2);
    }
.sidebar ul.linkList ul li:not(.current) > a:hover {
    background-color: rgba(190,175,135,.15);
    }
.sidebar ul.linkList ul li.current > a {
    background-color: rgba(190,175,135,.34);
    font-weight: 700;
    }
.sidebar ul.linkList ul li[depth="2"] > a {
    padding-left: 1.5rem;
    }
.sidebar ul.linkList ul li[depth="3"] > a {
    padding-left: 2.5rem;
    }
.sidebar ul.linkList ul ul li[depth="4"] > a {
    padding-left: 3.5rem;
    }
.sidebar ul.linkList li.hasChildren > a + ul {
    overflow: hidden;
    max-height: 0;
    padding: 0;
    -webkit-transition: max-height .3s,padding .3s;
    -moz-transition: max-height .3s,padding .3s;
    transition: max-height .3s,padding .3s;
    }
.sidebar ul.linkList li.hasChildren > a.active + ul {
    max-height: 600px !important;
    padding-bottom: 1rem !important;
    }
.sidebar ul.linkList li.hasChildren.ancestor > a {
    font-weight: 700;
    }
.sidebar {
    position: relative;
    border-left: 1px solid rgba(0,0,0,.05);
    }
.sidebar:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1rem;
    width: 1rem;
    background: -webkit-radial-gradient(farthest-side right center,rgba(0,0,0,.05),transparent);
    background: -moz-radial-gradient(farthest-side right center,rgba(0,0,0,.05),transparent);
    background: radial-gradient(farthest-side at right center,rgba(0,0,0,.05),transparent);
    }
.blend-screen {
    opacity: .3;
    mix-blend-mode: overlay;
    }
.ua-msie .blend-screen,
.ua-edge .blend-screen {
    display: none !important;
    }
.htmlform-title {
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.1;
    }
#houseHunterNavContainer {
    padding: 2rem;
    }
#houseHunterNavContainer h1 {
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.1;
    font-variant-numeric: lining-nums;
    }
.iframe-wrap {
    margin-bottom: 2rem;
    }
.blog-content p:first-child {
    font-family: "Nunito Sans","Arial","Helvetica",sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    }
.nextprev {
    width: 100%;
    padding-top: 0;
    margin-top: 2rem;
    border-top: 1px solid #808285;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.nextprev {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.nextprev > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
.nextprev .next:before,
.nextprev .prev:before {
    position: absolute;
    top: 50%;
    margin-top: -1.5rem;
    font-family: "slimdings";
    font-size: 2rem;
    }
.nextprev .next {
    position: relative;
    padding-right: 2.5rem;
    padding-left: 10%;
    text-align: right;
    }
.nextprev .next:before {
    content: ">";
    right: 0;
    }
.nextprev .prev {
    position: relative;
    padding-right: 10%;
    padding-left: 2.5rem;
    }
.nextprev .prev:before {
    content: "<";
    left: 0;
    }
.nextprev .prev + .next {
    border-left: 1px solid #808285;
    }
.nextprev small {
    font-size: .85rem;
    }
.nextprev a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-shadow: 0 .5px 0 #fff;
    font-family: "Nunito Sans","Arial","Helvetica",sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
    }
.nextprev a:hover {
    background-color: rgba(190,175,135,.5);
    }
.nextprev a:hover:before {
    opacity: 1;
    }
.nextprev > * {
    -webkit-flex: 1 1 220px;
    -ms-flex: 1 1 220px;
    flex: 1 1 220px;
    }
form.async-loading {
    opacity: .8;
    pointer-events: none;
    }
.validation-messages {
    margin: 1rem 0;
    color: #000;
    }
.validation-messages:empty {
    display: none;
    }
.validation-messages > div {
    padding: .33rem .75rem;
    margin-bottom: .25rem;
    border: 1px solid #c00;
    background: #fee;
    }
#loan-calculator {
    background-image: url(/img/mc_background.jpg);
    background-position: center center;
    background-size: cover;
    }
#loancalculator .mc-list > li {
    font-size: 1.5rem;
    }
#loancalculator .mc-list > li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
#loancalculator .mc-list > li > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
#loancalculator .mc-list > li output {
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    }
#loancalculator .mc-list > li output:before {
    content: "$";
    }
#loancalculator .mc-list > li:nth-child(5) {
    padding-top: .5rem;
    margin-top: .5rem;
    border-top: 1px solid currentColor;
    }
#loancalculator .mc-list > li:nth-child(3) {
    padding-top: .5rem;
    margin-top: .5rem;
    border-top: 1px dotted currentColor;
    }
#loancalculator .results {
    padding-left: 2rem;
    border-left: 1px dotted currentColor;
    }

/*
.projectTile
{
    display: block;
    padding: 0;
    box-shadow: 1px 1px 3px RGBA(0,0,0,0.1);
    position: relative;

    a
    {
        color: inherit;
    }

    .vcals
    {
        font-size: $(textsize-h3);
        position: absolute;
        right: 1.25rem;
        bottom: 0.75rem;
        background-color: transparent;

        a
        {
            color: gold3;
        }

        a:hover
        {
            color: dark-gold;
        }

    }

    .caption
    {
        background: grey5;
        color: #fff;
    }

    .details
    {
        padding: 0.75rem 1.5rem;
    }

    .title
    {
        @include oneline;
        font-size: $(textsize-callout);
    }

    hr
    {
        margin: 0.5em 0;
    }

    .pricetext
    {
        opacity: 0.8;
        font-size: 0.75rem;
        @include oneline;
    }

    .price-panel
    {
        @fragment flex-justify;
    }

    address
    {
        background: grey6;
        padding: 1rem 1.5rem;
        display: block;

        .name
        {
            @include type-h3;
            display: block;
        }

        .suburb
        {
            @include type-smallcaps;
            color: gold1;
            display: block;
        }
    }

    span.video
    {
        z-index: 10;
        width: 3rem;
        padding-left: 0.1rem;
        line-height: 1.9rem;
        text-align: center;
        position: absolute;
        right: 0.75rem;
        top:  0.75rem;
        border-radius: 0.25rem;
        color: color-highlight;
        background: RGBA(255,255,255,0.8);
        opacity: 0.7;
    }
}
*/
dl.project-info dt {
    padding: .5rem 1rem;
    background: #e6e7e8;
    font-family: "Nunito Sans","Arial","Helvetica",sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    }
dl.project-info dd {
    padding: .5rem 1rem 1rem;
    background: #f6f6f6;
    }
dl.project-info + * {
    margin-top: 2rem;
    }
* + dl.project-info {
    margin-top: 2rem;
    }
a.doc {
    display: block;
    padding: .25rem 0;
    }
.byline {
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    }
.byline .blog_headshot {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto .5rem;
    border: 3px solid #fff;
    border-radius: 50%;
    }
.alert {
    padding: .5rem 1rem;
    margin-bottom: 2rem;
    color: #fff;
    background-color: #363636;
    }
.alert {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.alert > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
.alert > *:nth-child(-n + 1) {
    min-width: 200px;
    margin-right: .5rem;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    }
[data-mutex-content] {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    display: block;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .2s,padding .3s,opacity .2s;
    -moz-transition: max-height .2s,padding .3s,opacity .2s;
    transition: max-height .2s,padding .3s,opacity .2s;
    }
[data-mutex-content].mutex-open {
    visibility: visible;
    opacity: 1;
    max-height: 100vh;
    padding: 2rem 0;
    -webkit-box-shadow: 0 2px 0 0 rgba(255,255,255,.1);
    box-shadow: 0 2px 0 0 rgba(255,255,255,.1);
    background: rgba(37,37,38,.96);
    }
[data-mutex-content] a:not([class]):hover {
    -webkit-box-shadow: -8px 0 0 0 #363636,-8px 0 0 0 #363636;
    box-shadow: -8px 0 0 0 #363636,-8px 0 0 0 #363636;
    background-color: #363636;
    }
[data-mutex-content] li[depth="2"] > a {
    color: #beaf87 !important;
    font-family: "Nunito Sans","Arial","Helvetica",sans-serif;
    font-size: 1.5rem;
    font-size: 1.25rem;
    font-weight: 500;
    font-weight: 400;
    line-height: 1.4;
    }
[data-mutex-content] li[depth="3"] {
    margin-top: .25rem;
    }
[data-mutex-content] li[depth="3"] > a {
    padding-left: .75rem !important;
    text-indent: -.75rem;
    }
[data-mutex-content] li[depth="3"] > a:before {
    content: "\f0da";
    display: inline-block;
    width: .75rem;
    color: #beaf87;
    text-align: center;
    text-indent: 0;
    font-family: "fontawesome";
    font-size: 11px;
    }
#desktop-nav > a {
    position: relative;
    display: inline-block;
    padding: 0 1rem;
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset;
    font-family: 'montserrat-wf',"Nunito Sans","Arial","Helvetica",sans-serif;
    line-height: 3rem;
    -webkit-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    transition: box-shadow .4s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    }
#desktop-nav > a:hover {
    background: rgba(255,255,255,.1);
    }
#desktop-nav > a.active {
    background-color: #beaf87;
    }
#desktop-nav > a.ancestor {
    background-color: rgba(255,255,255,.1);
    }
#desktop-nav .submenu li a {
    display: block;
    padding: .25rem 0;
    }
.buttonbar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 1.5rem;
    margin-right: -.5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.buttonbar.text-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.buttonbar a.button {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 300px;
    margin-right: .5rem;
    margin-bottom: .5rem;
    line-height: 1rem;
    white-space: normal;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1 1 300px;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
div.RMA-widget {
    margin-top: 2rem;
    margin-bottom: 2rem;
    }
div.RMA-widget:after {
    content: "Disclaimer: This widget is provided by a 3rd party, and its content is not under the control of Century 21.";
    opacity: .7;
    margin: .25rem 0;
    font-size: 11px;
    }
.embedded-video {
    margin-bottom: 1rem;
    background: -webkit-linear-gradient(top,#f6f6f6,#e6e7e8);
    background: -moz-linear-gradient(top,#f6f6f6,#e6e7e8);
    background: linear-gradient(to bottom,#f6f6f6,#e6e7e8);
    }
.blog-disclaimer {
    margin-top: .5rem;
    color: #dcdcdc;
    font-size: .7rem;
    }
.contentRegion:not(:empty) + .htmlform {
    padding: 1.5rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(0,0,0,.2);
    background: #f6f6f6;
    }
ul.footer-links {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style-type: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
ul.footer-links li {
    display: inline-block;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
ul.footer-links li + li:before {
    content: "•";
    display: inline-block;
    margin: 0 .25em;
    color: #beaf87;
    }
#bg-vid {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    }
#bg-vid.canplay {
    opacity: 1;
    }
.row.vcenter {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.contentRegion ul.social {
    margin: 2rem 0 3rem;
    }
.contentRegion ul.social a {
    width: 3.5rem;
    font-size: 2rem;
    }
.google-map-container {
    background: -webkit-linear-gradient(top,#dcdcdc,#808285);
    background: -moz-linear-gradient(top,#dcdcdc,#808285);
    background: linear-gradient(to bottom,#dcdcdc,#808285);
    }
.google-map-container .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0;
    }
.google-map-container figure {
    display: none;
    }
[data-template-id="36"] h1.super + * {
    font-size: 1.25rem;
    }
[data-template-id="36"] .appraisal-headline {
    position: relative;
    }
[data-template-id="36"] .appraisal-headline > div * {
    position: relative;
    }
[data-template-id="36"] .appraisal-headline > div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    }

/*
    .homepage-hh-login
    {
        background: b30;
        text-align: center;
        padding: 0.5rem 1rem;
        margin-top: 10vh;
        display: none;
        h3
        {
            margin-bottom: 0;
        }

        .buttonbar{
            margin-top: 0.5rem;
            flex-wrap: no-wrap;
        }

        .buttonbar>a.button
        {
            flex: 1 1 40%;
        }
    }
    */
.doubleslider,
.doubleslider * {
    -ms-touch-action: none;
    touch-action: none;
    }
.office-contact abbr + a {
    overflow: hidden;
    vertical-align: bottom;
    width: calc(100% - 5rem);
    width: calc(100% - 5rem);
    width: calc(100% - 5rem);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    }
.stroke > .officeTile {
    -webkit-box-shadow: 0 0 0 6px #beaf87;
    box-shadow: 0 0 0 6px #beaf87;
    }
.stroke > .officeTile span[itemprop="suburb"] {
    color: #beaf87;
    font-weight: 700;
    }
big {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    }
#newslettersubscription input,
#newslettersubscription span {
    background-color: #363636;
    }
.househunter-page {
    background-color: #f6f6f6;
    }
.tableList {
    border-top: 1px solid #beaf87;
    }
.tableList > li {
    padding: .25rem;
    border-bottom: 1px solid #beaf87;
    }
img.block {
    width: 100%;
    height: auto;
    }
#propertyTabs {
    background-color: #f6f6f6;
    }
.homeloans-disclaimer {
    opacity: .8;
    display: block;
    padding: 0 2rem;
    color: inherit;
    text-align: center;
    font-size: .8rem;
    }
.field.optional > label > span:last-child {
    text-transform: lowercase;
    }
.field.optional > label > span:last-child:before {
    content: "(";
    }
.field.optional > label > span:last-child:after {
    content: ")";
    }
.hero-image,
.blog-feature .bg-cover,
.blog-tile .fixed-aspect,
.dual .fixed-aspect {
    -webkit-filter: contrast(105%) saturate(93%) sepia(16%);
    filter: contrast(105%) saturate(93%) sepia(16%);
    }
[data-loadstate="loaded"] .hero-image:after,
[data-loadstate="loaded"] .blog-feature .bg-cover:after,
[data-loadstate="loaded"] .blog-tile .fixed-aspect:after,
[data-loadstate="loaded"] .dual .fixed-aspect:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(50% 50%,circle farthest-corner,rgba(103,119,133,.7) 80%,rgba(240,240,255,.4) 98%);
    background: -moz-radial-gradient(50% 50%,circle farthest-corner,rgba(103,119,133,.7) 80%,rgba(240,240,255,.4) 98%);
    background: radial-gradient(50% 50%,circle farthest-corner,rgba(103,119,133,.7) 80%,rgba(240,240,255,.4) 98%);
    mix-blend-mode: overlay;
    pointer-events: none;
    }
.ua-msie .hero-image:after,
.ua-edge .hero-image:after,
.ua-msie .blog-feature .bg-cover:after,
.ua-edge .blog-feature .bg-cover:after,
.ua-msie .blog-tile .fixed-aspect:after,
.ua-edge .blog-tile .fixed-aspect:after,
.ua-msie .dual .fixed-aspect:after,
.ua-edge .dual .fixed-aspect:after {
    display: none;
    }
[data-template-id="40"] .contentRegion table.stocklist {
    overflow: scroll;
    width: 100%;
    border-collapse: compact;
    border-spacing: 0;
    }
[data-template-id="40"] .contentRegion table.stocklist th {
    padding: 1rem .25rem .85rem;
    color: #fff;
    background-color: #252526;
    text-align: center;
    font-weight: 700;
    }
[data-template-id="40"] .contentRegion table.stocklist th:last-child {
    padding-right: 2rem;
    }
[data-template-id="40"] .contentRegion table.stocklist th:last-child:first-child {
    text-align: center;
    }
[data-template-id="40"] .contentRegion table.stocklist th:first-child {
    padding-left: 2rem;
    }
[data-template-id="40"] .contentRegion table.stocklist tr td {
    padding: .75rem .25rem .75rem;
    background: #fff;
    text-align: center;
    }
[data-template-id="40"] .contentRegion table.stocklist tr td:last-child {
    padding-right: 2rem;
    }
[data-template-id="40"] .contentRegion table.stocklist tr td:first-child {
    padding-left: 2rem;
    text-align: center;
    }
[data-template-id="40"] .contentRegion table.stocklist tr:nth-child(odd) > td {
    background-color: #e6e7e8;
    }
[data-template-id="40"] .contentRegion table.stocklist tr:hover td {
    background-color: rgba(190,175,135,.3);
    }
@media (max-width: 40em),(max-height: 30em) {
[data-template-id="40"] .contentRegion table.stocklist {
    font-size: .7rem;
    }
[data-template-id="40"] .contentRegion table.stocklist th,
[data-template-id="40"] .contentRegion table.stocklist td {
    padding: .33rem !important;
    }
}

.blog-content img[style*="width"] {
    height: auto !important;
    max-width: 100% !important;
    }
.househunter-page .tab-bar {
    margin-bottom: 2rem;
    color: #fff;
    background: #363636;
    }
.househunter-page .zebra-table {
    width: 100%;
    border-collapse: compact;
    border-spacing: 0;
    }
.househunter-page .zebra-table th {
    padding: 1rem 0 .85rem;
    color: #fff;
    background-color: #252526;
    text-align: left;
    font-weight: 700;
    }
.househunter-page .zebra-table th:last-child {
    padding-right: 2rem;
    text-align: right;
    }
.househunter-page .zebra-table th:last-child:first-child {
    text-align: left;
    }
.househunter-page .zebra-table th:first-child {
    padding-left: 2rem;
    }
.househunter-page .zebra-table tr td {
    padding: .75rem 1rem .75rem 0;
    background: #fff;
    }
.househunter-page .zebra-table tr td:last-child {
    padding-right: 2rem;
    text-align: right;
    }
.househunter-page .zebra-table tr td:first-child {
    padding-left: 2rem;
    text-align: left;
    }
.househunter-page .zebra-table tr:nth-child(odd) > td {
    background-color: #e6e7e8;
    }
.househunter-page .zebra-table tr:hover td {
    background-color: rgba(190,175,135,.3);
    }
.househunter-page .validation-messages > div > header {
    font-weight: bold;
    }
.househunter-page .validation-messages > div > header:first-child:last-child {
    font-weight: normal;
    }
.househunter-page .validation-messages > div.success {
    border: 1px solid #00b;
    background: #eef;
    }
.househunter-page fieldset.submit {
    margin-top: 1rem;
    }
.househunter-page #loginform .widget,
.househunter-page .nolabels .widget {
    margin-bottom: 1rem;
    }
.welcome-panels > li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    }
.welcome-panel {
    padding: 1.5rem;
    border: 1px solid #e6e7e8;
    border-radius: 3px;
    background: #f6f6f6;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    }
.househunter-profile {
    background-color: #f6f6f6;
    }
.househunter-profile .profile-grid li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    }
.househunter-profile .panel {
    padding: 1.5rem;
    background-color: #fff;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    }
.househunter-profile .panel .formgen-heading {
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.1;
    }
.househunter-profile .panel .preferences label {
    text-transform: none;
    font-family: "Nunito Sans","Arial","Helvetica",sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    }
.househunter-profile .panel .preferences label small {
    display: block;
    text-transform: none;
    font-size: 1rem;
    font-weight: normal;
    }
.househunter-register .formgen-heading {
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.1;
    }
.househunter-register label small {
    display: block;
    text-transform: none;
    font-size: 1rem;
    font-weight: normal;
    }
section.househunter-page.dual {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    }

/* Crap Laptops */
@media (min-width: 68.5em) and (min-height: 36em) {
#menuButton {
    display: none;
    }
}

/* Larger, lanscape screens */
@media (min-width: 82em) and (min-aspect-ratio: 3/2) {
[data-template-id="27"] .alert .callout {
    font-size: 1.25rem;
    }
[data-template-id="27"] .alert .callout a {
    color: #beaf87;
    font-weight: 700;
    }
[data-template-id="27"] .alert {
    padding-top: 2vh;
    padding-bottom: 2vh;
    }
}

@media (min-width: 40em) and (min-height: 30em) {
a[href^="tel:"] {
    text-decoration: inherit !important;
    pointer-events: none;
    }
.c21-contact-details-box {
    float: right;
    width: 50%;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    }
.c21-contact-details-box img {
    width: 100%;
    height: auto;
    margin: 0 auto 1rem;
    }
.c21-contact-details-box > .iframe-wrap {
    margin-bottom: 0;
    }
}

.c21-contact-details-box img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    }
.c21-contact-details-box > .iframe-wrap {
    margin-bottom: 0;
    }
@media (min-width: 68.5em) and (min-height: 36em) {
/** C21 Seal Graphic **/
.nav-bar:after {
    content: "";
    position: absolute;
    top: -1px;
    right: 2%;
    bottom: -51%;
    width: 9rem;
    background-image: url(/img/c21seal.svg);
    background-position: top right;
    background-size: contain;
    pointer-events: none;
    }
[data-template-id="3"] .nav-bar:after {
    display: none;
    }
}

@media (max-width: 68.5em),(max-height: 36em) {
body {
    padding-top: 6.75rem;
    }
html {
    font-size: 14px;
    }
h1.super {
    font-size: 2.75rem;
    }
#menuButton {
    margin-left: 2rem;
    }

/*****************************************************/
#desktop-nav > a,
#desktop-nav > div {
    display: none;
    }
[data-template-id="3"] #map-container,
[data-template-id="3"] #search-results,
[data-template-id="39"] #map-container,
[data-template-id="39"] #search-results {
    width: 50%;
    }
hr.coldivider.med {
    display: block;
    }
ul.searchResults > li {
    padding-bottom: .5rem;
    }
ul.searchResults > li .propertyTile > a,
ul.searchResults > li .projectTile > a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    max-width: 100%;
    background: #fff;
    line-height: 1.3;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
ul.searchResults > li .propertyTile > a .image,
ul.searchResults > li .projectTile > a .image {
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    }
ul.searchResults > li .propertyTile > a .image .fixed-aspect,
ul.searchResults > li .projectTile > a .image .fixed-aspect {
    padding-bottom: 100% !important;
    }
ul.searchResults > li .propertyTile > a .caption,
ul.searchResults > li .projectTile > a .caption {
    background: transparent;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    }
ul.searchResults > li .propertyTile > a .title,
ul.searchResults > li .propertyTile > a hr,
ul.searchResults > li .projectTile > a .title,
ul.searchResults > li .projectTile > a hr {
    display: none;
    }
ul.searchResults > li .propertyTile > a .icons,
ul.searchResults > li .projectTile > a .icons {
    font-size: 11px;
    }
ul.searchResults > li .propertyTile > a address,
ul.searchResults > li .projectTile > a address {
    padding: .25rem 1rem 0;
    }
ul.searchResults > li .propertyTile > a address .suburb,
ul.searchResults > li .projectTile > a address .suburb {
    font-size: 1rem;
    }
ul.searchResults > li .propertyTile > a .details,
ul.searchResults > li .projectTile > a .details {
    padding: 0 1rem .25rem;
    background-color: transparent;
    }
ul.searchResults > li .propertyTile > a .details:before,
ul.searchResults > li .projectTile > a .details:before {
    display: none;
    }
.officeTile address > * {
    display: inline-block;
    }
.officeTile .streetaddress:after {
    content: ", ";
    white-space: pre;
    }
section.dual .content-container {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    }
.homeloans-banner .container {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.homeloans-banner .container .caption {
    font-size: 1rem;
    }
}

@media (max-width: 40em),(max-height: 30em) {
html {
    font-size: 13px;
    }
#header-logo {
    height: 2rem;
    }
body {
    padding-top: 5rem;
    }
body.overlay-header {
    padding-top: 3.5rem;
    }
.container-wide {
    padding: .25rem 5% !important;
    }
#site-header address {
    display: none;
    }
#site-header .top-bar {
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    }
#site-header .top-bar #user-state + a {
    display: none;
    }
#menuButton {
    font-size: 1.5rem;
    }

/*
    ul.linkList
    {
        @fragment grid-base(0.25rem, 1, li);

        &>li
        {
            flex: 1 1 220px;

            @include oneline;
        }
    }
*/
hr.coldivider.sml {
    display: block;
    }
[data-template-id="1"] #homepage-hero h1.super,
[data-template-id="30"] #homepage-hero h1.super {
    display: none;
    }
[data-template-id="1"] #filters .widget,
[data-template-id="30"] #filters .widget {
    display: block;
    }
[data-template-id="1"] #filters .widget > *,
[data-template-id="30"] #filters .widget > * {
    width: 100%;
    margin-bottom: .25rem;
    }
[data-template-id="1"] #filters .widget > .button,
[data-template-id="30"] #filters .widget > .button {
    width: 160px;
    }
.contentRegion div[replaces="table"] {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.contentRegion div[replaces="table"] img[align="right"],
.contentRegion div[replaces="table"] img[align="left"] {
    display: block;
    float: none !important;
    margin-right: auto;
    margin-left: auto;
    }
.ofiRow {
    display: block;
    }
.ofiRow .details,
.ofiRow .opentime > div:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
    }
#search-hero form#filters .widget {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
#search-hero form#filters .widget [name="radius"] {
    display: none;
    }
#search-hero form#filters .widget button {
    width: 100%;
    margin-top: 1rem;
    }
.blog-feature .postinfo .author,
.blog-feature .date:after {
    display: none;
    }
.blog-feature,
.blog-feature .image {
    min-height: 100vmin;
    }
.widget {
    margin-right: -.25rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.widget > * {
    margin-right: .25rem;
    margin-bottom: .25rem;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
.fieldset.group-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.contentRegion a[href^="tel:"]:not([class]) {
    display: inline-block;
    padding: .15rem .4rem;
    border-radius: 4px;
    background-color: #beaf87;
    text-decoration: none;
    white-space: nowrap;
    }
.contentRegion a[href^="tel:"]:not([class]):before {
    content: "\f095";
    display: inline-block;
    margin-right: .15em;
    font-family: "fontawesome";
    }
.widget input[type="text"],
.widget input[type="password"],
.widget input[type="file"],
.widget input[type="search"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="tel"],
.widget input[type="number"],
.widget textarea {
    width: auto;
    }
.widget .prefix {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    }
[data-template-id="1"] .hero #filters,
[data-template-id="30"] .hero #filters {
    font-size: 1.15rem;
    }
[data-template-id="1"] .homeloans-banner,
[data-template-id="30"] .homeloans-banner {
    padding: 1rem 0;
    }
[data-template-id="1"] .homeloans-banner .container,
[data-template-id="30"] .homeloans-banner .container {
    text-align: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    }
[data-template-id="1"] .homeloans-banner .container > *,
[data-template-id="30"] .homeloans-banner .container > * {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    }
[data-template-id="1"] .homeloans-banner .container svg,
[data-template-id="30"] .homeloans-banner .container svg {
    max-width: 180px;
    margin-right: 1rem;
    }
[data-template-id="1"] .homeloans-banner .container > div,
[data-template-id="30"] .homeloans-banner .container > div {
    display: none;
    }
[data-template-id="1"] .homeloans-banner .container .button,
[data-template-id="30"] .homeloans-banner .container .button {
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    }
[data-template-id="1"] a.blog-tile p.abstract,
[data-template-id="1"] a.blog-tile span.button.small,
[data-template-id="1"] a.blog-tile span.author,
[data-template-id="1"] a.blog-tile .date:after,
[data-template-id="30"] a.blog-tile p.abstract,
[data-template-id="30"] a.blog-tile span.button.small,
[data-template-id="30"] a.blog-tile span.author,
[data-template-id="30"] a.blog-tile .date:after {
    display: none;
    }
[data-template-id="1"] #homepage-hero {
    min-height: calc(90vh);
    min-height: calc(90vh);
    min-height: calc(90vh);
    }
.officeTile address > * {
    display: inline !important;
    }
.alert {
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.alert > :last-child {
    margin-top: .5em;
    }
.agentTile .agent-image-wrap {
    width: 150px;
    height: 150px;
    }
[data-template-id="30"] #homepage-hero h1.super {
    display: block;
    }
[data-template-id="30"] #homepage-hero h1.super > small {
    font-size: 1.15rem;
    }
}

@media print {
html {
    font-size: 11px !important;
    }
body {
    padding: 0 !important;
    color: #000 !important;
    background-color: #fff !important;
    font-size: 11px !important;
    }
#site-header,
#site-main,
#site-footer {
    position: relative !important;
    max-width: none;
    margin: 0 auto;
    }
#site-header .container,
#site-main .container,
#site-footer .container {
    width: 90%;
    max-width: none;
    margin: 0 auto;
    }
}

/* Maps */
/* Vars */
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    top: 0;
    left: 0;
    }
.leaflet-container {
    overflow: hidden;
    }
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
    }

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
    }
.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
    }

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
    max-width: none !important;
    max-height: none !important;
    }
.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
    }
.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    touch-action: none;
    touch-action: pinch-zoom;
    }
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
    }
.leaflet-container {
    -webkit-tap-highlight-color: transparent;
    }
.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51,181,229,.4);
    }
.leaflet-tile {
    visibility: hidden;
    -webkit-filter: inherit;
    filter: inherit;
    }
.leaflet-tile-loaded {
    visibility: inherit;
    }
.leaflet-zoom-box {
    z-index: 80;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 0;
    height: 0;
    }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
    }
.leaflet-pane {
    z-index: 40;
    }
.leaflet-tile-pane {
    z-index: 20;
    }
.leaflet-overlay-pane {
    z-index: 40;
    }
.leaflet-shadow-pane {
    z-index: 50;
    }
.leaflet-marker-pane {
    z-index: 60;
    }
.leaflet-tooltip-pane {
    z-index: 65;
    }
.leaflet-popup-pane {
    z-index: 70;
    }
.leaflet-map-pane canvas {
    z-index: 10;
    }
.leaflet-map-pane svg {
    z-index: 20;
    }
.leaflet-vml-shape {
    width: 1px;
    height: 1px;
    }
.lvml {
    position: absolute;
    display: inline-block;
    behavior: url(../site.crush/#default#VML);
    }

/* control positioning */
.leaflet-control {
    position: relative;
    z-index: 80;
    pointer-events: visiblePainted;
    pointer-events: auto;
    }
.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 90;
    pointer-events: none;
    }
.leaflet-top {
    top: 0;
    }
.leaflet-right {
    right: 0;
    }
.leaflet-bottom {
    bottom: 0;
    }
.leaflet-left {
    left: 0;
    }
.leaflet-control {
    float: left;
    clear: both;
    }
.leaflet-right .leaflet-control {
    float: right;
    }
.leaflet-top .leaflet-control {
    margin-top: 10px;
    }
.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
    }
.leaflet-left .leaflet-control {
    margin-left: 10px;
    }
.leaflet-right .leaflet-control {
    margin-right: 10px;
    }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
    }
.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    }
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
    }
.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    }
.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
    }
.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0,0,.25,1);
    -moz-transition: -moz-transform .25s cubic-bezier(0,0,.25,1);
    -o-transition: -o-transform .25s cubic-bezier(0,0,.25,1);
    transition: transform .25s cubic-bezier(0,0,.25,1);
    }
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    }
.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
    }

/* cursors */
.leaflet-interactive {
    cursor: pointer;
    }
.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    }
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
    }
.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
    }
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    }

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
    }
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
    pointer-events: visiblePainted;
    pointer-events: auto;
    }

/* visual tweaks */
.leaflet-container {
    background: #ddd;
    outline: 0;
    }
.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
    }
.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255,255,255,.5);
    }

/* general typography */
.leaflet-container {
    font: 12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif;
    }

/* general toolbar styles */
.leaflet-bar {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.65);
    box-shadow: 0 1px 5px rgba(0,0,0,.65);
    }
.leaflet-bar a,
.leaflet-bar a:hover {
    display: block;
    width: 26px;
    height: 26px;
    border-bottom: 1px solid #ccc;
    color: black;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    }
.leaflet-bar a,
.leaflet-control-layers-toggle {
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    }
.leaflet-bar a:hover {
    background-color: #f4f4f4;
    }
.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    }
.leaflet-bar a:last-child {
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    }
.leaflet-bar a.leaflet-disabled {
    color: #bbb;
    background-color: #f4f4f4;
    cursor: default;
    }
.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    }
.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    }
.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    text-indent: 1px;
    font: bold 18px 'Lucida Console',Monaco,monospace;
    }
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
    }

/* layers control */
.leaflet-control-layers {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.4);
    box-shadow: 0 1px 5px rgba(0,0,0,.4);
    background: #fff;
    }
.leaflet-control-layers-toggle {
    width: 36px;
    height: 36px;
    background-image: url(../site.crush/images/layers.png);
    }
.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(../site.crush/images/layers-2x.png);
    background-size: 26px 26px;
    }
.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
    }
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
    }
.leaflet-control-layers-expanded .leaflet-control-layers-list {
    position: relative;
    display: block;
    }
.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
    }
.leaflet-control-layers-scrollbar {
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 5px;
    }
.leaflet-control-layers-selector {
    position: relative;
    top: 1px;
    margin-top: 2px;
    }
.leaflet-control-layers label {
    display: block;
    }
.leaflet-control-layers-separator {
    height: 0;
    margin: 5px -10px 5px -6px;
    border-top: 1px solid #ddd;
    }

/* Default icon URLs */
.leaflet-default-icon-path {
    background-image: url(../site.crush/images/marker-icon.png);
    }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
    margin: 0;
    background: #fff;
    background: rgba(255,255,255,.7);
    }
.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
    }
.leaflet-control-attribution a {
    text-decoration: none;
    }
.leaflet-control-attribution a:hover {
    text-decoration: underline;
    }
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
    }
.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
    }
.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
    }
.leaflet-control-scale-line {
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 5px 1px;
    border: 2px solid #777;
    border-top: none;
    background: #fff;
    background: rgba(255,255,255,.5);
    font-size: 11px;
    line-height: 1.1;
    white-space: nowrap;
    }
.leaflet-control-scale-line:not(:first-child) {
    margin-top: -2px;
    border-top: 2px solid #777;
    border-bottom: none;
    }
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
    }
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0,0,0,.2);
    background-clip: padding-box;
    }

/* popup */
.leaflet-popup {
    position: absolute;
    margin-bottom: 20px;
    text-align: center;
    }
.leaflet-popup-content-wrapper {
    padding: 1px;
    border-radius: 0;
    text-align: left;
    }
.leaflet-popup-content {
    margin: 1px;
    line-height: 1.4;
    }
.leaflet-popup-content p {
    margin: 18px 0;
    }
.leaflet-popup-tip-container {
    position: absolute;
    left: 50%;
    overflow: visible;
    width: 40px;
    height: 20px;
    margin-left: -20px;
    }
.leaflet-popup-tip {
    position: relative;
    top: -1px;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-color: #252526 transparent transparent transparent;
    border-style: solid;
    border-width: 8px;
    }
.leaflet-popup-content-wrapper {
    -webkit-box-shadow: 0 3px 14px rgba(0,0,0,.4);
    box-shadow: 0 3px 14px rgba(0,0,0,.4);
    color: #fff;
    background: #252526;
    }
.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 14px;
    padding: 4px 4px 0 0;
    border: none;
    color: #c3c3c3;
    background: transparent;
    text-align: center;
    text-decoration: none;
    font: 16px/14px Tahoma,Verdana,sans-serif;
    font-weight: bold;
    }
.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
    }
.leaflet-popup-scrolled {
    overflow: auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    }
.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1;
    }
.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    -webkit-filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);
    }
.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
    }
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
    }

/* div icon */
.leaflet-div-icon {
    border: 1px solid #666;
    background: #fff;
    }

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
    color: #222;
    background-color: #fff;
    white-space: nowrap;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
    }
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    background: transparent;
    pointer-events: none;
    }

/* Directions */
.leaflet-tooltip-bottom {
    margin-top: 6px;
    }
.leaflet-tooltip-top {
    margin-top: -6px;
    }
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
    }
.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
    }
.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
    }
.leaflet-tooltip-left {
    margin-left: -6px;
    }
.leaflet-tooltip-right {
    margin-left: 6px;
    }
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
    }
.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
    }
.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
    }

/* Vars */
.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: -webkit-transform .3s ease-out,opacity .3s ease-in;
    -moz-transition: -moz-transform .3s ease-out,opacity .3s ease-in;
    -o-transition: -o-transform .3s ease-out,opacity .3s ease-in;
    transition: transform .3s ease-out,opacity .3s ease-in;
    }
.leaflet-cluster-spider-leg {
    -webkit-transition: -webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;
    -moz-transition: -moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;
    -o-transition: -o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;
    transition: stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in;
    }
.marker-cluster div {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 3px #beaf87;
    box-shadow: 0 0 0 3px #beaf87;
    color: #fff;
    background-color: #252526;
    text-align: center;
    font-family: "Nunito Sans","Arial","Helvetica",sans-serif;
    font-size: .9rem;
    font-weight: 700;
    }
.marker-cluster span {
    line-height: 36px;
    }

/*
.leaflet-pane.leaflet-tile-pane
{
    filter: saturate(0.3) brightness(1.1);
}*/
