@charset "UTF-8";@font-face {
    font-family: handelgothic_btregular;
    src: url("../fonts/handgotn-webfont.e29f3386fe63.eot");
    src: url("../fonts/handgotn-webfont.e29f3386fe63.eot?#iefix") format("embedded-opentype"),url("../fonts/handgotn-webfont.a2275bfc87c0.woff") format("woff"),url("../fonts/handgotn-webfont.3aa8fbc90f77.ttf") format("truetype"),url("../fonts/handgotn-webfont.2cd10a8adcc2.svg#handelgothic_btregular") format("svg");
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing:antialiased}

@font-face {
    font-family: buxtioniconsmedium;
    src: url("../fonts/buxtionicons-webfont.6702a40b7141.eot");
    src: url("../fonts/buxtionicons-webfont.6702a40b7141.eot?#iefix") format("embedded-opentype"),url("../fonts/buxtionicons-webfont.70dd1be70ca1.woff") format("woff"),url("../fonts/buxtionicons-webfont.b2f9fc52fdb6.ttf") format("truetype"),url("../fonts/buxtionicons-webfont.2d40b252f9d6.svg#buxtioniconsmedium") format("svg");
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing:antialiased}

@media print,screen and (min-width: 40em) {
    .reveal,.reveal.large,.reveal.small,.reveal.tiny {
        right:auto;
        left: auto;
        margin: 0 auto
    }
}

.slide-in-down.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(-100%);
    transition-property: transform,opacity;
    backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(-100%);
    transition-property: transform,opacity;
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(100%);
    transition-property: transform,opacity;
    backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(100%);
    transition-property: transform,opacity;
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform,opacity;
    backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform,opacity;
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform,opacity;
    backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform,opacity;
    backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}

.fade-out.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: top;
    transition-property: transform,opacity;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: right;
    transition-property: transform,opacity;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(90deg);
    transform-origin: bottom;
    transition-property: transform,opacity;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(90deg);
    transform-origin: left;
    transition-property: transform,opacity;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: center;
    transition-property: transform,opacity;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: center;
    transition-property: transform,opacity;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active,.hinge-out-from-top.mui-leave {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform-origin: top;
    transition-property: transform,opacity
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: right;
    transition-property: transform,opacity;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: bottom;
    transition-property: transform,opacity;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: left;
    transition-property: transform,opacity;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform,opacity;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform,opacity;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: scale(.5);
    transition-property: transform,opacity;
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: scale(1.5);
    transition-property: transform,opacity;
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active,.scale-out-up.mui-leave {
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform,opacity
}

.scale-out-up.mui-leave.mui-leave-active {
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform,opacity;
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: rotate(-270deg);
    transition-property: transform,opacity;
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active,.spin-out.mui-leave {
    transform: rotate(0);
    opacity: 1
}

.spin-out.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform,opacity
}

.spin-in-ccw.mui-enter,.spin-out.mui-leave.mui-leave-active {
    transform: rotate(270deg);
    opacity: 0
}

.spin-in-ccw.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform,opacity
}

.spin-in-ccw.mui-enter.mui-enter-active,.spin-out-ccw.mui-leave {
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform,opacity
}

.spin-out-ccw.mui-leave.mui-leave-active {
    transform: rotate(-270deg);
    opacity: 0
}

.slow {
    transition-duration: .75s!important
}

.fast {
    transition-duration: .25s!important
}

.linear {
    transition-timing-function: linear!important
}

.ease {
    transition-timing-function: ease!important
}

.ease-in {
    transition-timing-function: ease-in!important
}

.ease-out {
    transition-timing-function: ease-out!important
}

.ease-in-out {
    transition-timing-function: ease-in-out!important
}

.bounce-in {
    transition-timing-function: cubic-bezier(.485,.155,.24,1.245)!important
}

.bounce-out {
    transition-timing-function: cubic-bezier(.485,.155,.515,.845)!important
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(.76,-.245,.24,1.245)!important
}

.short-delay {
    transition-delay: .3s!important
}

.long-delay {
    transition-delay: .7s!important
}

.shake {
    animation-name: shake-7
}

@keyframes shake-7 {
    0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
        transform: translateX(7%)
    }

    5%,15%,25%,35%,45%,55%,65%,75%,85%,95% {
        transform: translateX(-7%)
    }
}

.spin-ccw,.spin-cw {
    animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.wiggle {
    animation-name: wiggle-7deg
}

@keyframes wiggle-7deg {
    40%,50%,60% {
        transform: rotate(7deg)
    }

    35%,45%,55%,65% {
        transform: rotate(-7deg)
    }

    0%,30%,70%,to {
        transform: rotate(0)
    }
}

.shake,.spin-ccw,.spin-cw,.wiggle {
    animation-duration: .5s
}

.infinite {
    animation-iteration-count: infinite
}

.slow {
    animation-duration: .75s!important
}

.fast {
    animation-duration: .25s!important
}

.linear {
    animation-timing-function: linear!important
}

.ease {
    animation-timing-function: ease!important
}

.ease-in {
    animation-timing-function: ease-in!important
}

.ease-out {
    animation-timing-function: ease-out!important
}

.ease-in-out {
    animation-timing-function: ease-in-out!important
}

.bounce-in {
    animation-timing-function: cubic-bezier(.485,.155,.24,1.245)!important
}

.bounce-out {
    animation-timing-function: cubic-bezier(.485,.155,.515,.845)!important
}

.bounce-in-out {
    animation-timing-function: cubic-bezier(.76,-.245,.24,1.245)!important
}

.short-delay {
    animation-delay: .3s!important
}

.long-delay {
    animation-delay: .7s!important
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("ajax-loader.c5cd7f530057.gif") 50% no-repeat
}

@font-face {
    font-family: slick;
    src: url("fonts/slick.ced611daf770.eot");
    src: url("fonts/slick.ced611daf770.eot?#iefix") format("embedded-opentype"),url("fonts/slick.b7c9e1e479de.woff") format("woff"),url("fonts/slick.d41f55a78e6f.ttf") format("truetype"),url("fonts/slick.f97e3bbf7325.svg#slick") format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(180deg,#fff 50%,#eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(180deg,#eee 50%,#ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(180deg,#fff 0,#eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(180deg,#eee 50%,#fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box {
    position: absolute;
    left: 0;
    top: 0
}

.leaflet-container {
    overflow: hidden
}

.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

.leaflet-tile::selection {
    background: transparent
}

.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast
}

.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0
}

.leaflet-marker-icon,.leaflet-marker-shadow {
    display: block
}

.leaflet-container .leaflet-overlay-pane svg {
    max-width: none!important;
    max-height: none!important
}

.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer {
    max-width: none!important;
    max-height: none!important;
    width: auto;
    padding: 0
}

.leaflet-container img.leaflet-tile {
    mix-blend-mode: plus-lighter
}

.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 {
    filter: inherit;
    visibility: hidden
}

.leaflet-tile-loaded {
    visibility: inherit
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    box-sizing: border-box;
    z-index: 800
}

.leaflet-overlay-pane svg {
    -moz-user-select: none
}

.leaflet-pane {
    z-index: 400
}

.leaflet-tile-pane {
    z-index: 200
}

.leaflet-overlay-pane {
    z-index: 400
}

.leaflet-shadow-pane {
    z-index: 500
}

.leaflet-marker-pane {
    z-index: 600
}

.leaflet-tooltip-pane {
    z-index: 650
}

.leaflet-popup-pane {
    z-index: 700
}

.leaflet-map-pane canvas {
    z-index: 100
}

.leaflet-map-pane svg {
    z-index: 200
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px
}

.lvml {
    behavior: url("#default#VML");
    display: inline-block;
    position: absolute
}

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    pointer-events: auto
}

.leaflet-bottom,.leaflet-top {
    position: absolute;
    z-index: 1000;
    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
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    transition: opacity .2s linear
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1
}

.leaflet-zoom-animated {
    transform-origin: 0 0
}

svg.leaflet-zoom-animated {
    will-change: transform
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    transition: transform .25s cubic-bezier(0,0,.25,1)
}

.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile {
    transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
}

.leaflet-interactive {
    cursor: pointer
}

.leaflet-grab {
    cursor: grab
}

.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair
}

.leaflet-control,.leaflet-popup-pane {
    cursor: auto
}

.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: grabbing
}

.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container {
    pointer-events: none
}

.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted;
    pointer-events: auto
}

.leaflet-container {
    background: #ddd;
    outline-offset: 1px
}

.leaflet-container a {
    color: #0078a8
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: hsla(0,0%,100%,.5)
}

.leaflet-container {
    font-family: Helvetica Neue,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.5
}

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0,0,0,.65);
    border-radius: 4px
}

.leaflet-bar a {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000
}

.leaflet-bar a,.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

.leaflet-bar a:focus,.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-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb
}

.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
}

.leaflet-control-zoom-in,.leaflet-control-zoom-out {
    font: 700 18px Lucida Console,Monaco,monospace;
    text-indent: 1px
}

.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px
}

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0,0,0,.4);
    background: #fff;
    border-radius: 5px
}

.leaflet-control-layers-toggle {
    background-image: url("images/layers.a6137456ed16.png");
    width: 36px;
    height: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url("images/layers-2x.4f0283c6ce28.png");
    background-size: 26px 26px
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px
}

.leaflet-control-layers-expanded .leaflet-control-layers-toggle,.leaflet-control-layers .leaflet-control-layers-list {
    display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px
}

.leaflet-control-layers label {
    display: block;
    font-size: 13px;
    font-size: 1.08333em
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px
}

.leaflet-default-icon-path {
    background-image: url("images/marker-icon.2273e3d8ad92.png")
}

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: hsla(0,0%,100%,.8);
    margin: 0
}

.leaflet-control-attribution,.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
    line-height: 1.4
}

.leaflet-control-attribution a {
    text-decoration: none
}

.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover {
    text-decoration: underline
}

.leaflet-attribution-flag {
    display: inline!important;
    vertical-align: baseline!important;
    width: 1em;
    height: .6669em
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    white-space: nowrap;
    box-sizing: border-box;
    background: hsla(0,0%,100%,.8);
    text-shadow: 1px 1px #fff
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers {
    box-shadow: none
}

.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers {
    border: 2px solid rgba(0,0,0,.2);
    background-clip: padding-box
}

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px
}

.leaflet-popup-content {
    margin: 13px 24px 13px 20px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.08333em;
    min-height: 1px
}

.leaflet-popup-content p {
    margin: 1.3em 0
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-top: -1px;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    pointer-events: auto;
    transform: rotate(45deg)
}

.leaflet-popup-content-wrapper,.leaflet-popup-tip {
    background: #fff;
    color: #333;
    box-shadow: 0 3px 14px rgba(0,0,0,.4)
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    text-align: center;
    width: 24px;
    height: 24px;
    font: 16px/24px Tahoma,Verdana,sans-serif;
    color: #757575;
    text-decoration: none;
    background: transparent
}

.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover {
    color: #585858
}

.leaflet-popup-scrolled {
    overflow: auto
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-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)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)
}

.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999
}

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

.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0,0,0,.4)
}

.leaflet-tooltip.leaflet-interactive {
    cursor: pointer;
    pointer-events: auto
}

.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: ""
}

.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
}

@media print {
    .leaflet-control {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }
}

.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow {
    transition: transform .3s ease-out,opacity .3s ease-in
}

.leaflet-cluster-spider-leg {
    transition: stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

[data-whatinput=mouse] *,[data-whatinput=mouse] :focus,[data-whatinput=touch] *,[data-whatinput=touch] :focus,[data-whatintent=mouse] *,[data-whatintent=mouse] :focus,[data-whatintent=touch] *,[data-whatintent=touch] :focus {
    outline: none
}

[draggable=false] {
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    box-sizing: border-box;
    font-size: 100%
}

*,:after,:before {
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object {
    max-width: none!important
}

button {
    padding: 0;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto
}

[data-whatinput=mouse] button {
    outline: 0
}

pre {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

button,input,optgroup,select,textarea {
    font-family: inherit
}

.is-visible {
    display: block!important
}

.is-hidden {
    display: none!important
}

.row {
    max-width: 1200px;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.row .row {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,screen and (min-width: 40em) {
    .row .row {
        margin-right:-.9375rem;
        margin-left: -.9375rem
    }
}

@media print,screen and (min-width: 64em) {
    .row .row {
        margin-right:-.9375rem;
        margin-left: -.9375rem
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0
}

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-right: auto;
    margin-left: auto
}

.row:not(.expanded) .row {
    max-width: none
}

.row.collapse>.column,.row.collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.row.collapse>.column>.row,.row.collapse>.columns>.row,.row.is-collapse-child {
    margin-right: 0;
    margin-left: 0
}

.column,.columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: .625rem;
    padding-left: .625rem;
    min-width: 0
}

@media print,screen and (min-width: 40em) {
    .column,.columns {
        padding-right:.9375rem;
        padding-left: .9375rem
    }
}

.column.row.row,.row.row.columns {
    float: none;
    display: block
}

.row .column.row.row,.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.small-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.small-offset-0 {
    margin-left: 0
}

.small-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.small-offset-1 {
    margin-left: 8.3333333333%
}

.small-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.small-offset-2 {
    margin-left: 16.6666666667%
}

.small-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.small-offset-4 {
    margin-left: 33.3333333333%
}

.small-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.small-offset-5 {
    margin-left: 41.6666666667%
}

.small-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.small-offset-7 {
    margin-left: 58.3333333333%
}

.small-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.small-offset-8 {
    margin-left: 66.6666666667%
}

.small-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.small-offset-10 {
    margin-left: 83.3333333333%
}

.small-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.small-offset-11 {
    margin-left: 91.6666666667%
}

.small-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-1>.column,.small-up-1>.columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.small-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-2>.column,.small-up-2>.columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.small-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-3>.column,.small-up-3>.columns {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.small-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-4>.column,.small-up-4>.columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.small-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-5>.column,.small-up-5>.columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.small-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-6>.column,.small-up-6>.columns {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.small-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-7>.column,.small-up-7>.columns {
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%
}

.small-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-8>.column,.small-up-8>.columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.small-collapse>.column,.small-collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.small-uncollapse>.column,.small-uncollapse>.columns {
    padding-right: .625rem;
    padding-left: .625rem
}

@media print,screen and (min-width: 40em) {
    .medium-1 {
        -ms-flex:0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .medium-offset-0 {
        margin-left: 0
    }

    .medium-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .medium-offset-1 {
        margin-left: 8.3333333333%
    }

    .medium-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .medium-offset-2 {
        margin-left: 16.6666666667%
    }

    .medium-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .medium-offset-4 {
        margin-left: 33.3333333333%
    }

    .medium-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .medium-offset-5 {
        margin-left: 41.6666666667%
    }

    .medium-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .medium-offset-7 {
        margin-left: 58.3333333333%
    }

    .medium-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .medium-offset-8 {
        margin-left: 66.6666666667%
    }

    .medium-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .medium-offset-10 {
        margin-left: 83.3333333333%
    }

    .medium-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .medium-offset-11 {
        margin-left: 91.6666666667%
    }

    .medium-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-1>.column,.medium-up-1>.columns {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .medium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-2>.column,.medium-up-2>.columns {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .medium-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-3>.column,.medium-up-3>.columns {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .medium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-4>.column,.medium-up-4>.columns {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .medium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-5>.column,.medium-up-5>.columns {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .medium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-6>.column,.medium-up-6>.columns {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .medium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-7>.column,.medium-up-7>.columns {
        -ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .medium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-8>.column,.medium-up-8>.columns {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media print,screen and (min-width: 40em) and (min-width:40em) {
    .medium-expand {
        -ms-flex:1 1 0px;
        flex: 1 1 0px
    }
}

.row.medium-unstack>.column,.row.medium-unstack>.columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media print,screen and (min-width: 40em) {
    .row.medium-unstack>.column,.row.medium-unstack>.columns {
        -ms-flex:1 1 0px;
        flex: 1 1 0px
    }

    .medium-collapse>.column,.medium-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }

    .medium-uncollapse>.column,.medium-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media print,screen and (min-width: 64em) {
    .large-1 {
        -ms-flex:0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .large-offset-0 {
        margin-left: 0
    }

    .large-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .large-offset-1 {
        margin-left: 8.3333333333%
    }

    .large-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .large-offset-2 {
        margin-left: 16.6666666667%
    }

    .large-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .large-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .large-offset-4 {
        margin-left: 33.3333333333%
    }

    .large-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .large-offset-5 {
        margin-left: 41.6666666667%
    }

    .large-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .large-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .large-offset-7 {
        margin-left: 58.3333333333%
    }

    .large-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .large-offset-8 {
        margin-left: 66.6666666667%
    }

    .large-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .large-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .large-offset-10 {
        margin-left: 83.3333333333%
    }

    .large-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .large-offset-11 {
        margin-left: 91.6666666667%
    }

    .large-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-1>.column,.large-up-1>.columns {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .large-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-2>.column,.large-up-2>.columns {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .large-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-3>.column,.large-up-3>.columns {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .large-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-4>.column,.large-up-4>.columns {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .large-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-5>.column,.large-up-5>.columns {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .large-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-6>.column,.large-up-6>.columns {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .large-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-7>.column,.large-up-7>.columns {
        -ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .large-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-8>.column,.large-up-8>.columns {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media print,screen and (min-width: 64em) and (min-width:64em) {
    .large-expand {
        -ms-flex:1 1 0px;
        flex: 1 1 0px
    }
}

.row.large-unstack>.column,.row.large-unstack>.columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media print,screen and (min-width: 64em) {
    .row.large-unstack>.column,.row.large-unstack>.columns {
        -ms-flex:1 1 0px;
        flex: 1 1 0px
    }

    .large-collapse>.column,.large-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }

    .large-uncollapse>.column,.large-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%
}

.column-block {
    margin-bottom: 1.25rem
}

.column-block>:last-child {
    margin-bottom: 0
}

@media print,screen and (min-width: 40em) {
    .column-block {
        margin-bottom:1.875rem
    }

    .column-block>:last-child {
        margin-bottom: 0
    }
}

.align-left {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.align-stretch {
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -ms-flex-order: 6;
    order: 6
}

@media print,screen and (min-width: 40em) {
    .medium-order-1 {
        -ms-flex-order:1;
        order: 1
    }

    .medium-order-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,screen and (min-width: 64em) {
    .large-order-1 {
        -ms-flex-order:1;
        order: 1
    }

    .large-order-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,screen and (min-width: 40em) {
    .medium-flex-container {
        display:-ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,screen and (min-width: 64em) {
    .large-flex-container {
        display:-ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-family: inherit;
    font-size: 14.4px;
    font-size: .9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button.tiny {
    font-size: 9.6px;
    font-size: .6rem
}

.button.small {
    font-size: 12px;
    font-size: .75rem
}

.button.large {
    font-size: 20px;
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.button,.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover {
    background-color: #1779ba;
    color: #fefefe
}

.button:focus,.button:hover {
    background-color: #14679e;
    color: #fefefe
}

.button.primary,.button.primary.disabled,.button.primary.disabled:focus,.button.primary.disabled:hover,.button.primary[disabled],.button.primary[disabled]:focus,.button.primary[disabled]:hover {
    background-color: #1779ba;
    color: #fefefe
}

.button.primary:focus,.button.primary:hover {
    background-color: #126195;
    color: #fefefe
}

.button.secondary,.button.secondary.disabled,.button.secondary.disabled:focus,.button.secondary.disabled:hover,.button.secondary[disabled],.button.secondary[disabled]:focus,.button.secondary[disabled]:hover {
    background-color: #767676;
    color: #fefefe
}

.button.secondary:focus,.button.secondary:hover {
    background-color: #5e5e5e;
    color: #fefefe
}

.button.success,.button.success.disabled,.button.success.disabled:focus,.button.success.disabled:hover,.button.success[disabled],.button.success[disabled]:focus,.button.success[disabled]:hover {
    background-color: #3adb76;
    color: #0a0a0a
}

.button.success:focus,.button.success:hover {
    background-color: #22bb5b;
    color: #0a0a0a
}

.button.warning,.button.warning.disabled,.button.warning.disabled:focus,.button.warning.disabled:hover,.button.warning[disabled],.button.warning[disabled]:focus,.button.warning[disabled]:hover {
    background-color: #ffae00;
    color: #0a0a0a
}

.button.warning:focus,.button.warning:hover {
    background-color: #cc8b00;
    color: #0a0a0a
}

.button.alert,.button.alert.disabled,.button.alert.disabled:focus,.button.alert.disabled:hover,.button.alert[disabled],.button.alert[disabled]:focus,.button.alert[disabled]:hover {
    background-color: #cc4b37;
    color: #fefefe
}

.button.alert:focus,.button.alert:hover {
    background-color: #a53b2a;
    color: #fefefe
}

.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow:focus,.button.hollow:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover {
    background-color: transparent
}

.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button.hollow:focus,.button.hollow:hover {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button.hollow.primary,.button.hollow.primary.disabled,.button.hollow.primary.disabled:focus,.button.hollow.primary.disabled:hover,.button.hollow.primary[disabled],.button.hollow.primary[disabled]:focus,.button.hollow.primary[disabled]:hover {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button.hollow.primary:focus,.button.hollow.primary:hover {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button.hollow.secondary,.button.hollow.secondary.disabled,.button.hollow.secondary.disabled:focus,.button.hollow.secondary.disabled:hover,.button.hollow.secondary[disabled],.button.hollow.secondary[disabled]:focus,.button.hollow.secondary[disabled]:hover {
    border: 1px solid #767676;
    color: #767676
}

.button.hollow.secondary:focus,.button.hollow.secondary:hover {
    border-color: #3b3b3b;
    color: #3b3b3b
}

.button.hollow.success,.button.hollow.success.disabled,.button.hollow.success.disabled:focus,.button.hollow.success.disabled:hover,.button.hollow.success[disabled],.button.hollow.success[disabled]:focus,.button.hollow.success[disabled]:hover {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:focus,.button.hollow.success:hover {
    border-color: #157539;
    color: #157539
}

.button.hollow.warning,.button.hollow.warning.disabled,.button.hollow.warning.disabled:focus,.button.hollow.warning.disabled:hover,.button.hollow.warning[disabled],.button.hollow.warning[disabled]:focus,.button.hollow.warning[disabled]:hover {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:focus,.button.hollow.warning:hover {
    border-color: #805700;
    color: #805700
}

.button.hollow.alert,.button.hollow.alert.disabled,.button.hollow.alert.disabled:focus,.button.hollow.alert.disabled:hover,.button.hollow.alert[disabled],.button.hollow.alert[disabled]:focus,.button.hollow.alert[disabled]:hover {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.hollow.alert:focus,.button.hollow.alert:hover {
    border-color: #67251a;
    color: #67251a
}

.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear:focus,.button.clear:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover {
    border-color: transparent;
    background-color: transparent
}

.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover {
    color: #1779ba
}

.button.clear:focus,.button.clear:hover {
    color: #0c3d5d
}

.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary.disabled:focus,.button.clear.primary.disabled:hover,.button.clear.primary[disabled],.button.clear.primary[disabled]:focus,.button.clear.primary[disabled]:hover {
    color: #1779ba
}

.button.clear.primary:focus,.button.clear.primary:hover {
    color: #0c3d5d
}

.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary.disabled:focus,.button.clear.secondary.disabled:hover,.button.clear.secondary[disabled],.button.clear.secondary[disabled]:focus,.button.clear.secondary[disabled]:hover {
    color: #767676
}

.button.clear.secondary:focus,.button.clear.secondary:hover {
    color: #3b3b3b
}

.button.clear.success,.button.clear.success.disabled,.button.clear.success.disabled:focus,.button.clear.success.disabled:hover,.button.clear.success[disabled],.button.clear.success[disabled]:focus,.button.clear.success[disabled]:hover {
    color: #3adb76
}

.button.clear.success:focus,.button.clear.success:hover {
    color: #157539
}

.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning.disabled:focus,.button.clear.warning.disabled:hover,.button.clear.warning[disabled],.button.clear.warning[disabled]:focus,.button.clear.warning[disabled]:hover {
    color: #ffae00
}

.button.clear.warning:focus,.button.clear.warning:hover {
    color: #805700
}

.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert.disabled:focus,.button.clear.alert.disabled:hover,.button.clear.alert[disabled],.button.clear.alert[disabled]:focus,.button.clear.alert[disabled]:hover {
    color: #cc4b37
}

.button.clear.alert:focus,.button.clear.alert:hover {
    color: #67251a
}

.button.disabled,.button[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.dropdown:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #fefefe transparent transparent;
    border-style: solid;
    border-width: .4em .4em 0;
    position: relative;
    top: .4em;
    display: inline-block;
    float: right;
    margin-left: 1em
}

.button.dropdown.clear.primary:after,.button.dropdown.clear:after,.button.dropdown.hollow.primary:after,.button.dropdown.hollow:after {
    border-top-color: #1779ba
}

.button.dropdown.clear.secondary:after,.button.dropdown.hollow.secondary:after {
    border-top-color: #767676
}

.button.dropdown.clear.success:after,.button.dropdown.hollow.success:after {
    border-top-color: #3adb76
}

.button.dropdown.clear.warning:after,.button.dropdown.hollow.warning:after {
    border-top-color: #ffae00
}

.button.dropdown.clear.alert:after,.button.dropdown.hollow.alert:after {
    border-top-color: #cc4b37
}

.button.arrow-only:after {
    top: -.1em;
    float: none;
    margin-left: 0
}

a.button:focus,a.button:hover {
    text-decoration: none
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

.pagination:after,.pagination:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.pagination:after {
    clear: both
}

.pagination li {
    margin-right: .0625rem;
    border-radius: 0;
    font-size: 14px;
    font-size: .875rem;
    display: none
}

.pagination li:first-child,.pagination li:last-child {
    display: inline-block
}

@media print,screen and (min-width: 40em) {
    .pagination li {
        display:inline-block
    }
}

.pagination a,.pagination button {
    display: block;
    padding: .1875rem .625rem;
    border-radius: 0;
    color: #0a0a0a
}

.pagination a:hover,.pagination button:hover {
    background: #95989a
}

.pagination .current {
    padding: .1875rem .625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #cacaca;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: transparent
}

.pagination .ellipsis:after {
    padding: .1875rem .625rem;
    content: "…";
    color: #0a0a0a
}

.pagination-previous.disabled:before,.pagination-previous a:before {
    display: inline-block;
    margin-right: .5rem;
    content: "«"
}

.pagination-next.disabled:after,.pagination-next a:after {
    display: inline-block;
    margin-left: .5rem;
    content: "»"
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden
}

html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

html.is-reveal-open body {
    overflow-y: hidden
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    background-color: rgba(10,10,10,.45)
}

.reveal,.reveal-overlay {
    display: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.reveal {
    z-index: 1006;
    backface-visibility: hidden;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

@media print,screen and (min-width: 40em) {
    .reveal {
        min-height:0
    }
}

.reveal .column,.reveal .columns {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

@media print,screen and (min-width: 40em) {
    .reveal {
        width:600px;
        max-width: 75rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print,screen and (min-width: 40em) {
    .reveal.tiny {
        width:30%;
        max-width: 75rem
    }
}

@media print,screen and (min-width: 40em) {
    .reveal.small {
        width:50%;
        max-width: 75rem
    }
}

@media print,screen and (min-width: 40em) {
    .reveal.large {
        width:90%;
        max-width: 75rem
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media print,screen and (max-width: 39.99875em) {
    .reveal {
        top:0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

tbody,tfoot,thead {
    border: 1px solid #f1f1f1;
    background-color: #fefefe
}

caption {
    padding: .5rem .625rem .625rem;
    font-weight: 700
}

thead {
    background: #f8f8f8
}

tfoot,thead {
    color: #0a0a0a
}

tfoot {
    background: #f1f1f1
}

tfoot tr,thead tr {
    background: transparent
}

tfoot td,tfoot th,thead td,thead th {
    padding: .5rem .625rem .625rem;
    font-weight: 700;
    text-align: left
}

tbody td,tbody th {
    padding: .5rem .625rem .625rem
}

tbody tr:nth-child(2n) {
    border-bottom: 0;
    background-color: #f1f1f1
}

table.unstriped tbody {
    background-color: #fefefe
}

table.unstriped tbody tr {
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe
}

@media print,screen and (max-width: 63.99875em) {
    table.stack tfoot,table.stack thead {
        display:none
    }

    table.stack td,table.stack th,table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #f3f3f3
}

table.hover tfoot tr:hover {
    background-color: #ececec
}

table.hover tbody tr:hover {
    background-color: #f9f9f9
}

table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
    background-color: #ececec
}

.table-scroll {
    overflow-x: auto
}

.hide {
    display: none!important
}

.invisible {
    visibility: hidden
}

.visible {
    visibility: visible
}

@media print,screen and (max-width: 39.99875em) {
    .hide-for-small-only {
        display:none!important
    }
}

@media screen and (max-width: 0em),screen and (min-width:40em) {
    .show-for-small-only {
        display:none!important
    }
}

@media print,screen and (min-width: 40em) {
    .hide-for-medium {
        display:none!important
    }
}

@media screen and (max-width: 39.99875em) {
    .show-for-medium {
        display:none!important
    }
}

@media print,screen and (min-width: 40em) and (max-width:63.99875em) {
    .hide-for-medium-only {
        display:none!important
    }
}

@media screen and (max-width: 39.99875em),screen and (min-width:64em) {
    .show-for-medium-only {
        display:none!important
    }
}

@media print,screen and (min-width: 64em) {
    .hide-for-large {
        display:none!important
    }
}

@media screen and (max-width: 63.99875em) {
    .show-for-large {
        display:none!important
    }
}

@media print,screen and (min-width: 64em) and (max-width:74.99875em) {
    .hide-for-large-only {
        display:none!important
    }
}

@media screen and (max-width: 63.99875em),screen and (min-width:75em) {
    .show-for-large-only {
        display:none!important
    }
}

.show-for-sr,.show-on-focus {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important
}

.show-on-focus:active,.show-on-focus:focus {
    position: static!important;
    width: auto!important;
    height: auto!important;
    overflow: visible!important;
    clip: auto!important;
    white-space: normal!important
}

.hide-for-portrait,.show-for-landscape {
    display: block!important
}

@media screen and (orientation: landscape) {
    .hide-for-portrait,.show-for-landscape {
        display:block!important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-portrait,.show-for-landscape {
        display:none!important
    }
}

.hide-for-landscape,.show-for-portrait {
    display: none!important
}

@media screen and (orientation: landscape) {
    .hide-for-landscape,.show-for-portrait {
        display:none!important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape,.show-for-portrait {
        display:block!important
    }
}

.show-for-dark-mode {
    display: none
}

.hide-for-dark-mode {
    display: block
}

@media screen and (prefers-color-scheme: dark) {
    .show-for-dark-mode {
        display:block!important
    }

    .hide-for-dark-mode {
        display: none!important
    }
}

.show-for-ie {
    display: none
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .show-for-ie {
        display: block!important
    }

    .hide-for-ie {
        display: none!important
    }
}

.show-for-sticky {
    display: none
}

.is-stuck .show-for-sticky {
    display: block
}

.is-stuck .hide-for-sticky {
    display: none
}

body {
    color: #000;
    font-family: museo-sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    background: #fefefe!important
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0!important
}

h1 {
    font-size: 34px
}

h1 strong {
    font-weight: 900
}

h2 {
    font-size: 40px;
    font-size: 2.5rem
}

h3,p {
    font-size: 20px
}

p {
    line-height: 1.5em;
    margin: 0 0 .9375rem;
    font-size: 1.25rem
}

b,strong {
    font-weight: 700
}

ul {
    margin: .9375rem 0;
    padding: 0 0 0 1.25rem
}

@media print,screen and (min-width: 40em) {
    ul {
        padding:0 0 0 1.875rem
    }
}

ol {
    margin: .9375rem 0;
    padding: 0 0 0 1.5rem
}

@media print,screen and (min-width: 40em) {
    ol {
        padding:0 0 0 2.125rem
    }
}

a:not(.button) {
    color: #000;
    text-decoration: underline;
    transition: all .35s ease;
    white-space: normal;
    word-break: break-word;
    font-size: 20px;
    font-size: 1.25rem
}

a:not(.button):hover {
    color: #f0f0f0
}

a.leaflet-control-zoom-in,a.leaflet-control-zoom-out {
    text-decoration: none!important
}

figure {
    margin: auto
}

.h-100 {
    height: 100%
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.d-inherit {
    display: inherit
}

.filter .column,.filter .columns,.sort .column,.sort .columns {
    z-index: auto
}

@media screen and (min-width: 768px) {
    .hide-767 {
        display:block
    }

    .show-767 {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .hide-767 {
        display:none
    }

    .show-767 {
        display: block
    }
}

@media screen and (max-width: 640px) {
    .text-center-small {
        text-align:center!important
    }
}

hr {
    margin-top: 1em;
    margin-bottom: 1em
}

.font-weight-black {
    font-weight: 900!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-medium {
    font-weight: 500!important
}

.font-weight-light {
    font-weight: 300!important
}

.bg-white {
    background-color: #fff!important
}

.datalist-wrapper input::-webkit-calendar-picker-indicator {
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 100%
}

.featured-listing-block,.image-wrap,.lazyloading {
    background: #fefefe url("../img/loading.08f1aa9b5f58.gif") no-repeat 50%!important
}

.lazyload {
    background-color: #fefefe!important
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #acb4b9
}

.property-search-form .select2-container--default .select2-selection--single {
    border: 0;
    outline: none
}

.content label {
    display: none
}

.content strong {
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem
}

@media print,screen and (min-width: 40em) {
    .content strong {
        font-size:1.25rem
    }
}

.content input,.content select,.content textarea {
    border: none;
    background-color: #f0f0f0;
    margin: 0 0 1em;
    opacity: 1;
    transition: opacity .5s;
    width: 100%;
    border-radius: 50px;
    padding: .75em 1.25em
}

.content input {
    height: 40px;
    line-height: 1em
}

.content select {
    line-height: 1em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f0f0f0;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20256%20256%22%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M213.66%2C101.66l-80%2C80a8%2C8%2C0%2C0%2C1-11.32%2C0l-80-80A8%2C8%2C0%2C0%2C1%2C53.66%2C90.34L128%2C164.69l74.34-74.35a8%2C8%2C0%2C0%2C1%2C11.32%2C11.32Z%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-position: right .75rem center;
    background-size: 1rem;
    padding-right: 2rem
}

.content .form-checkbox-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.content .form-checkbox-list.d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content .form-checkbox-list li {
    margin-bottom: .5em
}

.content .form-checkbox-list li label {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1em auto;
    grid-template-columns: 1em auto;
    gap: .5em;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4
}

.content .form-checkbox-list li label input[type=checkbox] {
    appearance: none;
    background-color: #f0f0f0;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border-radius: 50%;
    transform: translateY(-.075em);
    background-color: #e0e0e0;
    display: -ms-grid;
    display: grid;
    place-content: center;
    transition: all .2s ease-in-out
}

.content .form-checkbox-list li label input[type=checkbox]:before {
    content: "";
    width: .65em;
    height: .65em;
    transform: scale(0);
    transition: transform .12s ease-in-out;
    background-color: #000;
    border-radius: 50%
}

.content .form-checkbox-list li label input[type=checkbox]:checked {
    border-color: #666;
    background-color: #e0e0e0
}

.content .form-checkbox-list li label input[type=checkbox]:checked:before {
    transform: scale(1)
}

.content .form-checkbox-list li label input[type=checkbox]:focus {
    outline: none
}

.content .form-checkbox-list li label span {
    line-height: 1.4
}

.content input:-ms-input-placeholder,.content select:-ms-input-placeholder,.content textarea:-ms-input-placeholder {
    color: #acb4b9;
    letter-spacing: 0
}

.content input::placeholder,.content select::placeholder,.content textarea::placeholder {
    color: #acb4b9;
    letter-spacing: 0
}

.content textarea {
    display: block;
    padding: 1.25em;
    resize: none;
    border-radius: 12px
}

.content.loading input,.content.loading select,.content.loading textarea,.content.success input,.content.success select,.content.success textarea {
    opacity: .5
}

.content.loading .submit,.content.success .submit {
    display: none
}

.content.loading .loading-text {
    display: inline-block
}

.content.success .success-text {
    display: block;
    color: #768b22;
    text-align: center
}

.content.error .error-message {
    display: block;
    color: #c75124;
    text-align: center
}

.content.error.specific-error .error-message .generic {
    display: none
}

.content.error.specific-error .error-message .specific {
    display: block;
    text-align: center
}

.content .loading-text,.content .submit {
    background: #000;
    border: 0;
    box-shadow: none;
    color: #fff;
    margin: 0;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 25px
}

.content .loading-text:focus,.content .loading-text:hover,.content .submit:focus,.content .submit:hover {
    background-color: #333
}

.content .submit {
    margin-top: 2rem;
    width: auto
}

.content .loading-text,.content .success-text {
    display: none
}

.content .error-message {
    color: #bd0000;
    display: none
}

.content .error-message .specific {
    display: none
}

.content div.input-columns {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 16px;
    gap: 1rem
}

.row {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 640px
}

@media print,screen and (min-width: 40em) {
    .row {
        max-width:768px
    }
}

@media print,screen and (min-width: 64em) {
    .row {
        max-width:1024px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media screen and (min-width: 75em) {
    .row {
        max-width:1280px
    }
}

@media screen and (min-width: 90em) {
    .row {
        max-width:1680px
    }
}

.row-fluid {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.row-no-padding {
    padding: 0!important
}

.d-flex {
    display: -ms-flexbox;
    display: flex
}

.slick-list {
    padding: 0!important
}

.slick-loading .slick-list {
    background: #fff url("img/ajax-loader.c5cd7f530057.gif") 50% no-repeat
}

.slick-next,.slick-prev {
    z-index: 1
}

.slick-next:before,.slick-prev:before {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    display: block;
    height: 25px;
    opacity: 1;
    width: 25px
}

.slick-prev {
    left: 3%
}

.slick-prev:before {
    transform: rotate(45deg)
}

.slick-next {
    right: 4%
}

.slick-next:before {
    transform: rotate(-135deg)
}

#map {
    z-index: 1
}

.map-icon {
    background: url("img/map-icon.c59b80a01eeb.svg") no-repeat 0 0;
    background-size: 100% 100%;
    display: block
}

.leaflet-marker-icon.marker-cluster,.map-icon {
    outline: 0 none
}

.leaflet-marker-icon.marker-cluster div {
    background: #000;
    border-radius: 20px;
    height: 40px;
    padding: 5px;
    width: 40px;
    border: 1px solid #707070
}

.leaflet-marker-icon.marker-cluster div span {
    border-radius: 15px;
    color: #fff;
    display: block;
    font: 700 16px/30px museo-sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    height: 30px;
    text-align: center;
    width: 30px
}

.leaflet-marker-icon.marker-cluster.marker-cluster-large div {
    border-radius: 25px;
    height: 50px;
    margin: -5px 0 0 -5px;
    width: 50px;
    padding: 7px
}

.leaflet-marker-icon.marker-cluster.marker-cluster-large div span {
    border-radius: 25px;
    height: 36px;
    line-height: 36px;
    width: 36px
}

.leaflet-marker-icon.marker-cluster.marker-cluster-small {
    padding: 5px
}

.leaflet-marker-icon.marker-cluster.marker-cluster-small div {
    height: 30px;
    width: 30px;
    padding: 4px
}

.leaflet-marker-icon.marker-cluster.marker-cluster-small div span {
    height: 22px;
    width: 22px;
    line-height: 22px
}

.responsive-embed {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden
}

.responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.button {
    border: 0;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    border-radius: 57px;
    padding: 10px 25px;
    transition: all .35s ease;
    text-decoration: none
}

@media screen and (max-width: 640px) {
    .button {
        padding:10px 15px
    }
}

.button span {
    position: relative;
    z-index: 1
}

.button:hover {
    transition: all .35s ease
}

.button.standard {
    background-color: #000;
    color: #fff
}

.button.standard:focus,.button.standard:hover {
    background-color: #f0f0f0;
    color: #000
}

.button.cta {
    background-color: #000;
    color: #fff
}

.button.cta:focus,.button.cta:hover {
    color: #0a0a0a;
    background-color: #f0f0f0
}

.button.cta-grey {
    background-color: #d8d8d8;
    color: #000
}

.button.cta-grey:focus,.button.cta-grey:hover {
    color: #fff;
    background-color: #000
}

.button.cta-white {
    background-color: #fff;
    color: #000
}

.button.cta-white:focus,.button.cta-white:hover {
    color: #fff;
    background-color: #000
}

.button.extra-padding {
    font-size: 19px;
    font-size: 1.1875rem;
    padding: 14px 60px
}

.button.cta-outline {
    background-color: #fff;
    border: 1px solid #000;
    color: #000
}

.button.cta-outline:focus,.button.cta-outline:hover {
    color: #fff;
    background-color: #000
}

.button.cta-outline-dark {
    background-color: #fff;
    border: 1px solid #000;
    color: #000
}

.button.cta-outline-dark:focus,.button.cta-outline-dark:hover {
    background-color: #e6e6e6
}

.button.cta-outline-primary {
    background-color: #000;
    border: 1px solid #000;
    color: #fff
}

.button.cta-outline-primary:focus,.button.cta-outline-primary:hover {
    background-color: #333
}

.button.grey {
    background-color: #f0f0f0;
    color: #000
}

.button.grey:focus,.button.grey:hover {
    background-color: #000;
    color: #fff
}

.button.tab-button {
    color: #000;
    background-color: #f0f0f0;
    border-radius: 50px!important
}

.button.tab-button.active,.button.tab-button:focus,.button.tab-button:hover {
    background-color: #000;
    color: #fff
}

.button.cta-icon i {
    margin-left: 10px
}

button.button {
    z-index: 1
}

button.button:after {
    z-index: -1
}

.main-headline {
    position: absolute;
    top: -9000px;
    left: -9000px
}

.lazyload,.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity .3s
}

.anim-border {
    transition: all .35s ease;
    border: 1px solid #f2f4f5
}

.anim-border:hover {
    border: 1px solid #c7cfd4;
    transform: perspective(1px) scale(1.01)
}

.anim-shadow {
    display: block;
    position: relative;
    transition: all .35s ease
}

.anim-shadow.row {
    display: -ms-flexbox;
    display: flex
}

.anim-shadow:after {
    bottom: 5px;
    box-shadow: 0 0 25px rgba(0,0,0,.75);
    content: "";
    display: block;
    left: 5px;
    opacity: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: opacity .35s;
    z-index: -1
}

.anim-shadow:hover {
    transform: perspective(1px) scale(1.03)
}

.anim-shadow:hover:after {
    opacity: 1
}

.reveal .close-button {
    cursor: pointer;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px
}

.reveal .close-button span {
    background: #fff;
    border-radius: 16px;
    display: block;
    font-size: 28px;
    font-size: 1.75rem;
    height: 100%;
    line-height: 28px;
    line-height: 1.75rem;
    text-align: center;
    width: 100%
}

body.IE .anim-border:hover,body.IE .anim-shadow:hover {
    transform: unset
}

body.IE .anim-shadow:after {
    box-shadow: 0 0 3px transparent
}

@media screen and (max-width: 640px) {
    h1.header {
        text-align:center;
        width: 100%;
        font-size: 24px
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size:26px
    }

    h1 strong {
        font-weight: 900
    }

    h2 {
        font-size: 20px
    }

    h3 {
        font-size: 18px
    }
}

.content-row {
    padding-top: 4em;
    padding-bottom: 4em
}

.form .form-checkbox-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

@media print,screen and (min-width: 40em) {
    .form .form-checkbox-list {
        -ms-flex-direction:row;
        flex-direction: row
    }
}

.block-appraisal_form {
    margin: 1.875rem 0;
    padding: 0 .9375rem
}

@media print,screen and (min-width: 40em) {
    .block-appraisal_form {
        padding:0
    }
}

.block-appraisal_form form {
    position: relative
}

.block-appraisal_form form.processing .form-body,.block-appraisal_form form.success .form-body {
    opacity: .5
}

.block-appraisal_form form.processing .form-body:after,.block-appraisal_form form.success .form-body:after {
    bottom: 0;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.block-appraisal_form form.success .form-body {
    opacity: 0
}

.block-appraisal_form form.success .success-message {
    opacity: 1
}

.block-appraisal_form form.error .error-message {
    display: block
}

.block-appraisal_form form.specific-error .error-message .general {
    display: none
}

.block-appraisal_form form.specific-error .error-message .specific {
    display: inline-block
}

.block-appraisal_form form .form-body {
    opacity: 1;
    position: relative;
    transition: opacity .35s
}

.block-appraisal_form form .success-message {
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .35s;
    z-index: -1
}

.block-appraisal_form form .error-message {
    display: none;
    color: #bd0000
}

.block-appraisal_form form .error-message .specific {
    display: none
}

.block-appraisal_form h3 {
    margin-top: 0
}

.block-appraisal_form label {
    font-weight: 700
}

.block-appraisal_form input[type=checkbox],.block-appraisal_form input[type=radio] {
    height: 16px;
    line-height: 16px;
    margin: 0 .3125rem 0 0;
    padding: 0;
    width: auto
}

.block-appraisal_form .help {
    color: #acb4b9;
    font-size: 14px;
    margin: -1.125rem 0 1.25rem
}

.block-appraisal_form ul {
    list-style: none;
    margin: 0 0 .9375rem;
    padding: 0
}

.block-appraisal_form ul li {
    display: block;
    margin: 0 .9375rem 0 0
}

.block-appraisal_form ul li label {
    display: block;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    line-height: 16px;
    padding: .4375rem 0
}

.block-appraisal_form .submit {
    display: block;
    width: auto
}

.appraisal-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease,visibility .3s ease
}

.appraisal-popup-overlay.active {
    opacity: 1;
    visibility: visible
}

.appraisal-popup {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
    transform: translateX(100%);
    transition: transform .3s ease;
    overflow-y: auto;
    padding: 2rem
}

@media print,screen and (max-width: 39.99875em) {
    .appraisal-popup {
        width:100%;
        height: 100%
    }
}

@media print,screen and (min-width: 40em) {
    .appraisal-popup {
        width:60%;
        padding: 3.75rem 2.75rem
    }
}

.appraisal-popup.active {
    transform: translateX(0)
}

.appraisal-popup .popup-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    z-index: 10001
}

.appraisal-popup .popup-header h2 {
    font-size: 32px;
    font-size: 2rem;
    color: #000;
    font-weight: 600;
    max-width: 90%;
    line-height: 1;
    margin: 0 0 1.75rem
}

@media (max-width: 768px) {
    .appraisal-popup .popup-header h2 {
        -ms-flex-preferred-size:80%;
        flex-basis: 80%
    }
}

.appraisal-popup .popup-header .popup-close {
    background: none;
    border: none;
    font-size: 24px;
    font-size: 1.5rem;
    color: #000;
    cursor: pointer;
    padding: 0;
    width: 30px;
    width: 1.875rem;
    height: 30px;
    height: 1.875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 60px;
    top: 3.75rem;
    right: 40px;
    right: 2.5rem
}

.appraisal-popup .popup-header .popup-close:hover {
    color: #f0f0f0
}

@media print,screen and (min-width: 40em) {
    .appraisal-popup .popup-content {
        max-width:90%
    }
}

.appraisal-popup .popup-content .popup-description {
    margin-bottom: 1.875rem;
    color: #000;
    line-height: 1.5
}

.appraisal-popup .popup-content .appraisal-privacy p {
    margin-top: 1.5625rem;
    font-size: 14.4px;
    font-size: .9rem;
    color: #acb4b9
}

.appraisal-popup .popup-content .appraisal-privacy p a {
    font-size: 14.4px;
    font-size: .9rem
}

.appraisal-popup .popup-content .appraisal-privacy p b {
    color: #000
}

.appraisal-popup .popup-form label {
    display: none
}

.appraisal-popup .popup-form strong {
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem
}

@media print,screen and (min-width: 40em) {
    .appraisal-popup .popup-form strong {
        font-size:1.25rem
    }
}

.appraisal-popup .popup-form input,.appraisal-popup .popup-form select,.appraisal-popup .popup-form textarea {
    border: none;
    background-color: #f0f0f0;
    margin: 0 0 1em;
    opacity: 1;
    transition: opacity .5s;
    width: 100%;
    border-radius: 50px;
    padding: .75em 1.25em
}

.appraisal-popup .popup-form input {
    height: 40px;
    line-height: 1em
}

.appraisal-popup .popup-form select {
    line-height: 1em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f0f0f0;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20256%20256%22%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M213.66%2C101.66l-80%2C80a8%2C8%2C0%2C0%2C1-11.32%2C0l-80-80A8%2C8%2C0%2C0%2C1%2C53.66%2C90.34L128%2C164.69l74.34-74.35a8%2C8%2C0%2C0%2C1%2C11.32%2C11.32Z%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-position: right .75rem center;
    background-size: 1rem;
    padding-right: 2rem
}

.appraisal-popup .popup-form .form-checkbox-list {
    margin: 0
}

.appraisal-popup .popup-form .form-checkbox-list.d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.appraisal-popup .popup-form .form-checkbox-list li {
    margin-bottom: .5em
}

.appraisal-popup .popup-form .form-checkbox-list li label {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1em auto;
    grid-template-columns: 1em auto;
    gap: .5em;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4
}

.appraisal-popup .popup-form .form-checkbox-list li label input[type=checkbox] {
    appearance: none;
    background-color: #f0f0f0;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border-radius: 50%;
    transform: translateY(-.075em);
    background-color: #e0e0e0;
    display: -ms-grid;
    display: grid;
    place-content: center;
    transition: all .2s ease-in-out
}

.appraisal-popup .popup-form .form-checkbox-list li label input[type=checkbox]:before {
    content: "";
    width: .65em;
    height: .65em;
    transform: scale(0);
    transition: transform .12s ease-in-out;
    background-color: #000;
    border-radius: 50%
}

.appraisal-popup .popup-form .form-checkbox-list li label input[type=checkbox]:checked {
    border-color: #666;
    background-color: #e0e0e0
}

.appraisal-popup .popup-form .form-checkbox-list li label input[type=checkbox]:checked:before {
    transform: scale(1)
}

.appraisal-popup .popup-form .form-checkbox-list li label input[type=checkbox]:focus {
    outline: none
}

.appraisal-popup .popup-form .form-checkbox-list li label span {
    line-height: 1.4
}

.appraisal-popup .popup-form input:-ms-input-placeholder,.appraisal-popup .popup-form select:-ms-input-placeholder,.appraisal-popup .popup-form textarea:-ms-input-placeholder {
    color: #acb4b9;
    letter-spacing: 0
}

.appraisal-popup .popup-form input::placeholder,.appraisal-popup .popup-form select::placeholder,.appraisal-popup .popup-form textarea::placeholder {
    color: #acb4b9;
    letter-spacing: 0
}

.appraisal-popup .popup-form textarea {
    display: block;
    padding: 1.25em;
    resize: none;
    border-radius: 12px
}

.appraisal-popup .popup-form.loading input,.appraisal-popup .popup-form.loading select,.appraisal-popup .popup-form.loading textarea,.appraisal-popup .popup-form.success input,.appraisal-popup .popup-form.success select,.appraisal-popup .popup-form.success textarea {
    opacity: .5
}

.appraisal-popup .popup-form.loading .submit,.appraisal-popup .popup-form.success .submit {
    display: none
}

.appraisal-popup .popup-form.loading .loading-text {
    display: inline-block
}

.appraisal-popup .popup-form.success .success-text {
    display: block;
    color: #768b22;
    text-align: center
}

.appraisal-popup .popup-form.error .error-message {
    display: block;
    color: #c75124;
    text-align: center
}

.appraisal-popup .popup-form.error.specific-error .error-message .generic {
    display: none
}

.appraisal-popup .popup-form.error.specific-error .error-message .specific {
    display: block;
    text-align: center
}

.appraisal-popup .popup-form .loading-text,.appraisal-popup .popup-form .submit {
    background: #000;
    border: 0;
    box-shadow: none;
    color: #fff;
    margin: 0;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 25px
}

.appraisal-popup .popup-form .loading-text:focus,.appraisal-popup .popup-form .loading-text:hover,.appraisal-popup .popup-form .submit:focus,.appraisal-popup .popup-form .submit:hover {
    background-color: #333
}

.appraisal-popup .popup-form .submit {
    margin-top: 2rem;
    width: auto
}

.appraisal-popup .popup-form .loading-text,.appraisal-popup .popup-form .success-text {
    display: none
}

.appraisal-popup .popup-form .error-message {
    color: #bd0000;
    display: none
}

.appraisal-popup .popup-form .error-message .specific {
    display: none
}

.appraisal-popup .popup-form div.input-columns {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 16px;
    gap: 1rem
}

.appraisal-popup .popup-form .help {
    color: #acb4b9;
    font-size: 14px;
    margin: -1.125rem 0 1.25rem
}

.appraisal-popup .popup-form .form-checkbox-list {
    list-style: none;
    margin: 0 0 .9375rem;
    padding: 0
}

.appraisal-popup .popup-form .form-checkbox-list li {
    display: block;
    margin: 0 .9375rem 0 0
}

.appraisal-popup .popup-form .form-checkbox-list li label {
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    line-height: 16px;
    height: 30px;
    padding: .4375rem 0;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.appraisal-popup .popup-form .form-checkbox-list li input[type=checkbox] {
    height: 16px;
    line-height: 16px;
    margin: 0 .3125rem 0 0;
    padding: 0;
    width: auto
}

.appraisal-popup .popup-form .form-actions {
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    gap: .9375rem;
    margin-top: 1.5625rem;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media print,screen and (max-width: 39.99875em) {
    .appraisal-popup .popup-form .form-actions {
        -ms-flex-direction:column;
        flex-direction: column
    }

    .appraisal-popup .popup-form .form-actions .button {
        width: 100%
    }
}

.appraisal-popup .error-message {
    background: #f8d7da;
    color: #721c24;
    padding: .9375rem;
    border-radius: 4px;
    margin: 1.25rem 0;
    display: none
}

.appraisal-popup .error-message.show {
    display: block
}

.appraisal-popup .success-message {
    background: #d4edda;
    color: #155724;
    padding: 1.875rem;
    border-radius: 4px;
    text-align: center;
    display: none
}

.appraisal-popup .success-message.show {
    display: block
}

.appraisal-popup .success-message h3 {
    margin-top: 0;
    margin-bottom: .9375rem
}

.appraisal-popup.loading .popup-content {
    opacity: .5;
    pointer-events: none
}

body.popup-open {
    overflow: hidden
}

.block-calculator_currency_converter {
    margin: 4.375rem 0
}

.block-calculator_currency_converter .calculator_box {
    background: #f2f4f5;
    border: 1px solid #2d373d
}

.block-calculator_currency_converter .calculator_title {
    background: #2d373d;
    color: #fff;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    width: 100%
}

.block-calculator_currency_converter .calculator_title span {
    margin-left: 22px;
    font-weight: 700;
    font-size: 20px
}

.block-calculator_currency_converter .calculator_cont {
    padding: .9375rem 0;
    width: 100%
}

.block-calculator_currency_converter .calculator_cont:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.block-calculator_currency_converter .cal_form {
    float: left;
    margin-left: .9375rem;
    width: 375px
}

.block-calculator_currency_converter .cal_form fieldset {
    border: 0;
    margin: 0 .9375rem 0 0;
    padding: 0
}

.block-calculator_currency_converter .cal_form .cal_row {
    margin-bottom: .625rem;
    width: 100%
}

.block-calculator_currency_converter .cal_form .cal_row:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.block-calculator_currency_converter .cal_form label {
    float: left;
    font-weight: 700;
    line-height: 32px;
    width: 160px
}

.block-calculator_currency_converter .cal_form input[type=text] {
    border: 1px solid #777;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    width: 200px
}

.block-calculator_currency_converter .cal_form .select2-container {
    width: 200px!important
}

.block-calculator_currency_converter .cal_form .btn_cal {
    background: #b2d235;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: 700;
    height: 33px;
    line-height: 33px;
    margin: 0 0 0 160px;
    outline: 0 none!important;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,.38);
    width: 200px
}

.block-calculator_currency_converter .cal_col {
    font-size: 14px;
    line-height: 18px;
    margin-right: .9375rem
}

.block-calculator_currency_converter .cal_col .cal_info_title {
    font-weight: 700
}

.block-calculator_stamp_duty {
    margin: 4.375rem 0
}

.block-calculator_stamp_duty .calculator_box {
    background: #f2f4f5;
    border: 1px solid #2d373d
}

.block-calculator_stamp_duty .calculator_title {
    background: #2d373d;
    color: #fff;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    width: 100%
}

.block-calculator_stamp_duty .calculator_title span {
    margin-left: 22px;
    font-weight: 700;
    font-size: 20px
}

.block-calculator_stamp_duty .calculator_cont {
    padding: .9375rem 0;
    width: 100%
}

.block-calculator_stamp_duty .calculator_cont:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.block-calculator_stamp_duty .cal_form {
    float: left;
    margin-left: .9375rem;
    width: 375px
}

.block-calculator_stamp_duty .cal_form fieldset {
    border: 0;
    margin: 0 .9375rem 0 0;
    padding: 0
}

.block-calculator_stamp_duty .cal_form .cal_row {
    margin-bottom: 10px;
    width: 100%
}

.block-calculator_stamp_duty .cal_form .cal_row:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden
}

.block-calculator_stamp_duty .cal_form .cal_row label {
    float: left;
    font-weight: 700;
    line-height: 32px;
    width: 160px
}

.block-calculator_stamp_duty .cal_form .cal_row input[type=text] {
    border: 1px solid #777;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    width: 200px
}

.block-calculator_stamp_duty .cal_form .cal_btn {
    overflow: hidden;
    text-align: center
}

.block-calculator_stamp_duty .cal_form .cal_btn2 {
    margin: 0;
    padding-left: 158px;
    width: 100%
}

.block-calculator_stamp_duty .cal_form .cal_btn a {
    background: #bec2cd;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: 700;
    height: 33px;
    line-height: 33px;
    margin: 0 0 10px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,.38);
    width: 100%
}

.block-calculator_stamp_duty .cal_form .cal_table {
    margin-top: 20px
}

.block-calculator_stamp_duty .cal_form .cal_table th {
    font-weight: 700;
    line-height: 110%;
    padding-bottom: 6px;
    text-align: left;
    vertical-align: bottom
}

.block-calculator_stamp_duty .cal_form .cal_table td {
    font-weight: 700;
    padding-bottom: 6px
}

.block-calculator_stamp_duty .cal_form .cal_table input[type=text] {
    border: 1px solid #777;
    display: block;
    width: 84px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px
}

.block-calculator_stamp_duty .cal_col {
    font-size: 14px;
    line-height: 18px;
    margin: 0 .9375rem 0 0
}

.block-calculator_stamp_duty .cal_col .title_offices {
    font-weight: 700
}

.block-calculator_stamp_duty .cal_col ul {
    list-style: none
}

.block-calculator_stamp_duty .cal_col ul span {
    display: inline-block;
    width: 40px
}

.block-content_grid {
    background: #fff
}

.columns .block-content_grid {
    background-color: transparent
}

.content-grid {
    padding: 1.875rem .9375rem
}

.content-grid .small-6:nth-child(2),.content-grid .small-6:nth-child(3) {
    margin: 0 0 1.25rem
}

.content-grid .columns>a,.content-grid .grid-image-wrapper {
    display: block
}

.content-grid .grid-image {
    background: no-repeat 50%;
    background-size: cover
}

.content-grid figure {
    margin: 0;
    position: relative
}

.content-grid figure a {
    display: block
}

.content-grid figure figcaption {
    background: rgba(0,0,0,.5);
    bottom: 0;
    color: #fff;
    font-size: 12px;
    font-size: .75rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding: .3125rem 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.content-grid .text-content-wrapper {
    display: block
}

.content-grid .text-content {
    height: 100%
}

.content-grid .text-content.dark,.content-grid .text-content.dark a {
    color: #000
}

.content-grid .text-content.light {
    background: #000;
    color: #fff
}

.content-grid .text-content.light a {
    color: #fff
}

.content-grid .text-content a {
    display: block;
    height: 100%;
    width: 100%
}

.content-grid .text-content h2 {
    margin-top: 0
}

.content-grid .text-content p {
    font-size: 15px
}

.content-grid .b_gt {
    background: #bec2cd;
    font-family: handelgothic_btregular;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    text-align: center;
    width: 100%
}

.content-grid .b_gt h2 {
    color: #fff;
    left: 0;
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.content-grid .b_gt .bgt {
    color: #000
}

.content-grid .b_gt .bgt img {
    display: inline-block;
    margin: 0 .0625rem 0 .3125rem;
    height: 11px;
    height: .6875rem
}

@media print,screen and (min-width: 40em) {
    .content-grid {
        padding:4.375rem 0 2.5rem
    }

    .content-grid .columns,.content-grid .columns.small-6 {
        margin: 0 0 1.875rem
    }

    .content-grid figure figcaption {
        font-size: 1.75rem;
        height: 6.25rem;
        line-height: 6.25rem;
        padding: 0
    }

    .content-grid .text-content p {
        font-size: 18px
    }

    .content-grid .b_gt h2 {
        font-size: 3.125rem
    }

    .content-grid .b_gt .bgt {
        color: #000
    }

    .content-grid .b_gt .bgt img {
        margin: 0 .0625rem 0 .625rem;
        height: 1.6875rem
    }
}

h1#entertained.page-headline {
    color: #bec2cd;
    font-family: handelgothic_btregular;
    padding: 0 0 0 1.75rem;
    position: relative
}

h1#entertained.page-headline:before {
    color: #000;
    content: "b";
    display: block;
    left: 0;
    position: absolute
}

h1#entertained.page-headline:after {
    background: url("img/buxton-arrow-black.afeb2ce64409.svg") 0 0 no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 11px;
    left: 18px;
    position: absolute;
    top: 8px;
    width: 10px
}

@media print,screen and (min-width: 40em) {
    h1#entertained.page-headline:after {
        height:26px;
        left: 40px;
        top: 16px;
        width: 18px
    }
}

@media print,screen and (min-width: 40em) {
    h1#entertained.page-headline {
        padding:0 0 0 3.625rem
    }
}

.os-win h1#entertained.page-headline:after {
    top: 7px
}

@media print,screen and (min-width: 40em) {
    .os-win h1#entertained.page-headline:after {
        top:12px
    }
}

.block-event {
    padding: 1.25rem .9375rem .3125rem
}

.block-event:nth-child(odd) {
    background: #f2f4f5
}

@media print,screen and (min-width: 40em) {
    .block-event:nth-child(odd) .medium-6 {
        -ms-flex-order:2;
        order: 2
    }

    .block-event:nth-child(odd) .medium-6+.medium-6 {
        -ms-flex-order: 1;
        order: 1
    }
}

.block-event .event-info-block {
    margin: 0 0 .9375rem
}

.block-event .event-info {
    margin: 0
}

.block-event .event-info.email,.block-event .event-info.link {
    overflow: hidden;
    word-wrap: break-word
}

@media print,screen and (min-width: 40em) {
    .block-event {
        padding:1.875rem 0
    }

    .block-event:nth-child(odd) {
        background: #f2f4f5
    }

    .block-event:nth-child(odd) .medium-6 {
        -ms-flex-order: 2;
        order: 2
    }

    .block-event:nth-child(odd) .medium-6+.medium-6 {
        -ms-flex-order: 1;
        order: 1
    }

    .block-event h3 {
        margin-top: 0
    }
}

.featured-listings {
    padding: 1.25rem 1.5625rem
}

.featured-listings .featured-listings-header {
    margin: 0 -10px
}

.featured-listings h2 {
    width: 100%;
    margin: 0;
    padding: 0
}

.featured-listings p {
    font-size: 15px;
    margin: .625rem 0 1rem
}

.featured-listings ul {
    list-style: none;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%
}

.featured-listings ul.row {
    margin: 0
}

.featured-listings ul li {
    margin: 0 0 .625rem;
    padding: 0;
    position: relative
}

.featured-listings .slick-dots {
    display: none!important
}

.featured-listings .featured-listing-link {
    display: block;
    position: relative
}

.featured-listings .featured-listing-link:after {
    bottom: 10px;
    box-shadow: 0 0 25px rgba(0,0,0,.75);
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .35s;
    z-index: 0
}

.featured-listings .featured-listing-link:hover:after {
    opacity: 1
}

.featured-listings .featured-listing-link:hover span.img-warp {
    bottom: -10px;
    left: -10px;
    right: -10px;
    top: -10px
}

.featured-listings .featured-listing-link:hover figcaption {
    margin: 10px -10px -10px
}

.featured-listings .featured-listing-block {
    background: #fff;
    color: #2d373d;
    margin: 0;
    position: relative;
    transition: margin .35s;
    z-index: 1
}

.featured-listings .featured-listing-block .responsive-object {
    overflow: visible
}

.featured-listings .featured-listing-block .responsive-object .img-warp {
    background-color: #fff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .35s
}

.featured-listings .featured-listing-block .responsive-object .img-warp img {
    min-height: 100%;
    min-width: 100%;
    position: absolute
}

.featured-listings .featured-listing-block figcaption {
    background: #fff;
    margin: 0;
    padding: .625rem;
    transition: margin .35s
}

.featured-listings .featured-listing-block figcaption .suburb {
    display: block;
    font-weight: 700;
    line-height: 20px;
    line-height: 1.25rem
}

.featured-listings .featured-listing-block figcaption .address {
    display: block;
    height: 20px;
    height: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
    overflow: hidden
}

.featured-listings .featured-listing-block figcaption .features {
    display: block
}

.featured-listings .featured-listing-block.blank {
    position: absolute;
    top: 0;
    right: 10px;
    right: .625rem;
    bottom: 0;
    left: 10px;
    left: .625rem;
    background: hsla(0,0%,100%,.5)
}

@media print,screen and (min-width: 40em) {
    .featured-listings .featured-listing-block.blank {
        right:.9375rem;
        left: .9375rem
    }
}

@media print,screen and (min-width: 40em) {
    .featured-listings {
        padding:3.125rem 0 2.5rem
    }

    .featured-listings .featured-listings-header {
        margin: 0
    }

    .featured-listings p {
        font-size: 18px;
        margin: 1rem 0
    }

    .featured-listings ul li {
        margin: 0 0 1.875rem;
        padding: 0 .9375rem
    }

    .featured-listings .featured-listing-link:hover .featured-listing-block .img-wrap {
        left: -10px;
        right: -10px;
        top: -10px
    }

    .featured-listings .medium-6 .featured-listing-block .responsive-object {
        padding-bottom: 35.438%;
        transition: padding .35s
    }

    .featured-listings .medium-6 .featured-listing-block .responsive-object img {
        height: auto;
        top: 50%;
        transform: translateY(-50%)
    }
}

.image-block.position-center {
    width: 75%;
    margin: auto;
    clear: both
}

.image-block.position-left {
    width: 50%;
    float: left
}

.image-block.position-right {
    width: 50%;
    float: right
}

.image-block.position-justify {
    clear: both
}

div.listing-list {
    background-color: #f2f4f5;
    padding: 2.1875rem 0
}

@media print,screen and (min-width: 40em) {
    div.listing-list {
        padding:4.375rem 0
    }
}

.listing-marquee {
    background: #fff;
    height: 44px;
    opacity: 0;
    overflow: hidden;
    padding: 5px 0;
    transition: opacity .5s;
    width: 100%
}

.listing-marquee.initialised {
    opacity: 1
}

.listing-marquee .js-marquee {
    backface-visibility: hidden
}

.listing-marquee ul {
    list-style: none;
    overflow: visible;
    margin: 0;
    padding: 0;
    width: 200px
}

.listing-marquee ul li {
    cursor: default;
    display: inline-block;
    height: 28px;
    padding: .3125rem .25rem
}

.listing-marquee ul li:focus {
    outline: 0 none
}

.listing-marquee ul li div {
    color: #000;
    display: block;
    float: left;
    line-height: 24px;
    padding-right: .625rem
}

.listing-marquee ul li div .sold-text {
    font-weight: 700
}

.listing-marquee ul li div .fa-chevron-right {
    color: #bec2cd
}

.listing-marquee ul li img {
    display: inline-block;
    height: 24px;
    width: 16px
}

@media print,screen and (min-width: 40em) {
    .listing-marquee {
        height:88px;
        padding: 24px 0
    }

    .listing-marquee ul li {
        height: 40px;
        padding: 0 .25rem
    }

    .listing-marquee ul li div {
        line-height: 40px
    }

    .listing-marquee ul li img {
        height: 24px;
        margin-left: 20px;
        width: 16px
    }
}

.office-list {
    background-color: #f2f4f5;
    padding: 1.25rem .9375rem .625rem
}

.office-list .select2-selection--single {
    margin-left: 1.5rem
}

.office-list .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0
}

.office-list figure {
    background: #fff;
    margin: 0 0 1.875rem
}

.office-list figure figcaption {
    padding: .625rem
}

.office-list figure figcaption span {
    display: block
}

.office-list figure figcaption .name {
    font-weight: 700
}

.block-office_list .office-toggle {
    cursor: pointer;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0 0 .625rem;
    padding-right: 4.375rem;
    position: relative
}

@media print,screen and (min-width: 40em) {
    .block-office_list .office-toggle {
        font-size:3.125rem;
        margin: 0 0 1.875rem;
        padding-right: 5.625rem
    }
}

.block-office_list .office-toggle .toggle {
    background-color: transparent;
    border-radius: 1.875rem;
    height: 30px;
    height: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin-top: -.9375rem;
    position: absolute;
    right: 0;
    text-align: center;
    transition: transform .5s;
    top: 50%;
    width: 30px;
    width: 1.875rem
}

@media print,screen and (min-width: 40em) {
    .block-office_list .office-toggle .toggle {
        border-radius:4.25rem;
        height: 4.25rem;
        line-height: 4.25rem;
        margin-top: -2.125rem;
        width: 4.25rem
    }
}

.block-office_list .office-toggle .toggle .fa {
    color: #000
}

.block-office_list .office-toggle.open .toggle {
    transform: rotate(-180deg)
}

.block-office_list .office-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s cubic-bezier(0,1,0,1)
}

.block-office_list .office-container.open {
    max-height: 9999px;
    transition: max-height .3s cubic-bezier(1,0,1,0)
}

body.IE .office-container,body.IE .office-container.open {
    transition: unset
}

@media print,screen and (min-width: 40em) {
    .office-list {
        padding:4.375rem 0 2.5rem
    }
}

.text-block {
    padding: 1.25rem 1.5625rem
}

@media print,screen and (min-width: 40em) {
    .text-block {
        padding:4.375rem 0 2.875rem
    }

    .text-block p {
        margin: 0 0 1.5rem
    }
}

.page-scroll-button {
    display: none;
    background: #f2f4f5;
    padding: .625rem 0
}

.page-scroll-button .scroll-button {
    cursor: pointer;
    height: 30px;
    margin: 0 auto;
    padding: 5px;
    width: 30px
}

.page-scroll-button .scroll-button span {
    border-bottom: 2px solid #2d373d;
    border-left: 2px solid #2d373d;
    display: block;
    height: 20px;
    transform: rotate(-45deg);
    width: 20px
}

.block-value_reports {
    background: #f2f4f5;
    font-size: 12px;
    font-size: .75rem;
    padding: .625rem .9375rem
}

@media print,screen and (min-width: 40em) {
    .block-value_reports {
        font-size:1rem;
        margin: 0;
        padding: 3.4375rem 0
    }
}

.block-value_reports .value-reports .value-report-column {
    margin: 15px 0
}

.block-value_reports .value-reports .value-report-item {
    background: #fff;
    color: #000;
    cursor: pointer;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative
}

.block-value_reports .value-reports .value-report-item:after {
    bottom: 0;
    box-shadow: 0 0 25px rgba(0,0,0,.75);
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .35s;
    z-index: 0
}

.block-value_reports .value-reports .value-report-item:hover:after {
    opacity: 1
}

.block-value_reports .value-reports .value-report-item:hover .image-block {
    bottom: -10px;
    left: -10px;
    right: -10px;
    top: -10px
}

.block-value_reports .value-reports .value-report-item:hover .title {
    margin: 10px -10px -10px;
    padding: .625rem 1.25rem
}

.block-value_reports .value-reports .responsive-cover {
    height: 0;
    padding: 0 0 141.11111%;
    position: relative;
    width: 100%
}

.block-value_reports .value-reports .responsive-cover .image-block {
    background: #fff url("img/placeholder-property-value-report-cover.8a91b299d9db.jpg") 50% 50% no-repeat;
    background-size: cover;
    bottom: 0;
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .35s;
    z-index: 1
}

.block-value_reports .value-reports .title {
    background: #fff;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: .625rem;
    position: relative;
    transition: margin .35s,padding .35s;
    z-index: 1
}

.block-value_reports .value-reports .title h3,.block-value_reports .value-reports .title p {
    margin: 0
}

.block-call_to_action_section .cta-title {
    line-height: 1.125em;
    margin-bottom: .5em;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600
}

.block-call_to_action_section .columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media print,screen and (min-width: 64em) {
    .block-call_to_action_section .columns {
        padding-left:0;
        padding-right: 0
    }
}

@media print,screen and (min-width: 64em) {
    .block-call_to_action_section .text-container {
        text-align:center
    }
}

.page-buxtoncomau .image-text-block {
    background-color: #fefefe
}

.hero {
    margin-top: -140px;
    position: relative
}

.hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .25
}

.hero.full figure figcaption {
    margin-top: 60px
}

@media print,screen and (max-width: 640px) {
    .hero.full figure figcaption {
        margin-top:0
    }
}

.hero.full figure video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    object-fit: cover
}

@media print,screen and (max-width: 767px) {
    .hero.full {
        margin-top:-100px
    }
}

@media print,screen and (max-width: 640px) {
    .hero.full {
        margin-top:-60px
    }
}

.hero.full figure {
    max-height: 100%;
    height: 100vh;
    overflow: hidden
}

.hero.full figure .lazyloaded {
    height: 100%!important
}

.hero.full .hero-arrow-top {
    position: absolute;
    bottom: 0;
    left: -28vw;
    max-width: 60vw;
    z-index: 0
}

@media print,screen and (max-width: 1024px) {
    .hero.full .hero-arrow-top {
        display:none
    }
}

@media screen and (max-height: 500px) {
    .hero.full .hero-arrow-top {
        display:none
    }
}

.hero.full .hero-arrow-bottom {
    position: absolute;
    left: -28vw;
    max-width: 60vw;
    z-index: -1
}

@media print,screen and (max-width: 1024px) {
    .hero.full .hero-arrow-bottom {
        display:none
    }
}

@media screen and (max-height: 500px) {
    .hero.full .hero-arrow-bottom {
        display:none
    }
}

.hero.full h1 {
    margin-bottom: .25em
}

.hero.full p {
    margin-bottom: 1.5em
}

.hero figure {
    margin: 0;
    position: relative
}

.hero figure img {
    width: 100%
}

.hero figure .lazyloaded {
    background-position: 50% 50%;
    background-size: cover;
    height: 225px;
    width: 100%
}

.hero figure figcaption {
    padding: 0;
    margin-top: 80px
}

@media screen and (max-width: 767px) {
    .hero figure figcaption {
        margin-top:40px
    }
}

.hero figure figcaption h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    line-height: 2.75rem;
    margin: 0 0 .35em;
    padding: 0
}

@media screen and (max-width: 640px) {
    .hero figure figcaption h1 {
        font-size:28px;
        line-height: 2rem
    }
}

.hero figure figcaption p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 0;
    padding: 0
}

@media screen and (max-width: 640px) {
    .hero figure figcaption p {
        line-height:1.25rem;
        margin: 0
    }
}

.hero.half {
    height: 90vh;
    max-height: 440px
}

@media screen and (max-width: 640px) {
    .hero.half {
        height:225px
    }
}

.hero.half figure,.hero.half figure .lazyloaded {
    max-height: 440px
}

.hero.light figure figcaption h1,.hero.light figure figcaption p {
    color: #fff
}

.hero.dark figure figcaption h1,.hero.dark figure figcaption p {
    color: #000
}

.hero .form-wrap {
    z-index: 999;
    width: 100%;
    max-width: 900px;
    top: 40%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 1023px) {
    .hero .form-wrap {
        position:absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }
}

.hero .form-wrap.text-headline {
    top: 35%
}

@media screen and (max-width: 1023px) {
    .hero .form-wrap.text-headline {
        top:50%;
        transform: translate(-50%,-50%)
    }
}

.hero .form-wrap.text-headline.no-search {
    top: 50%;
    transform: translate(-50%,-50%)
}

.hero .form-wrap.text-headline.text-caption {
    top: 30%
}

@media screen and (max-width: 1023px) {
    .hero .form-wrap.text-headline.text-caption {
        top:50%;
        transform: translate(-50%,-50%)
    }
}

.hero .form-wrap.text-headline.text-caption.no-search {
    top: 50%;
    transform: translate(-50%,-50%)
}

@media screen and (max-width: 1023px) {
    .hero .form-wrap {
        max-width:100%;
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

.hero .form-wrap a:not(.button) {
    color: #fff
}

.hero .form-wrap .property-search-header ul {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 0;
    padding: 0
}

.hero .form-wrap .property-search-header ul li {
    width: 20%;
    display: block;
    margin-right: 2px
}

.hero .form-wrap .property-search-header ul li a {
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.2);
    padding: .5em;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hero .form-wrap .property-search-header ul li a:active,.hero .form-wrap .property-search-header ul li a:focus,.hero .form-wrap .property-search-header ul li a:hover {
    background-color: #000
}

@media screen and (max-width: 1023px) {
    .hero .form-wrap .property-search-header ul li a {
        font-size:15px
    }
}

.hero .form-wrap .property-search-header ul li:first-child a {
    border-top-left-radius: 5px
}

.hero .form-wrap .property-search-header ul li:last-child {
    margin-right: 0
}

.hero .form-wrap .property-search-header ul li:last-child a {
    border-top-right-radius: 5px
}

.hero .form-wrap .property-search-header ul li.active a {
    background-color: #000
}

.hero .form-wrap .property-search-body {
    background: transparent
}

.hero .form-wrap .property-search-body .property-search-form .commerical-dropdown {
    padding: 0;
    width: 150px
}

@media screen and (max-width: 1023px) {
    .hero .form-wrap .property-search-body .property-search-form .commerical-dropdown {
        width:100%;
        margin: 0 0 10px
    }
}

@media screen and (max-width: 640px) {
    .hero .form-wrap .property-search-body .property-search-form .commerical-dropdown .select2-container {
        margin:0
    }
}

.hero .form-wrap .property-search-body .property-search-form .commerical-dropdown .select2-selection.select2-selection--single {
    height: 60px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #252525;
    background-color: #252525
}

@media screen and (max-width: 1023px) {
    .hero .form-wrap .property-search-body .property-search-form .commerical-dropdown .select2-selection.select2-selection--single {
        border-radius:5px
    }
}

.hero .form-wrap .property-search-body .property-search-form .commerical-dropdown .select2-selection.select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 3.5em;
    padding-left: 20px;
    padding-right: 35px;
    height: 100%
}

.hero .form-wrap .property-search-body .property-search-form .commerical-dropdown .select2-selection.select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
    bottom: 0;
    font-size: 20px;
    width: 35px
}

.hero .form-wrap .property-search-body .property-search-form .commerical-dropdown .select2-selection.select2-selection--single .select2-selection__arrow b {
    margin-top: -10px;
    color: #fff
}

.hero .form-wrap .property-search-body .property-search-form .property-search-wrapper.commercial-wrapper {
    width: -o-calc(100% - 150px)!important;
    width: calc(100% - 150px)!important
}

.hero .form-wrap .property-search-body .property-search-form .property-search-wrapper.commercial-wrapper .select2-container .select2-selection {
    border-radius: 0
}

@media screen and (max-width: 1023px) {
    .hero .form-wrap .property-search-body .property-search-form .property-search-wrapper.commercial-wrapper .select2-container .select2-selection {
        border-radius:5px
    }
}

@media screen and (max-width: 1023px) {
    .hero .form-wrap .property-search-body .property-search-form .property-search-wrapper.commercial-wrapper {
        width:100%!important
    }
}

@media screen and (max-width: 1023px) {
    .hero .form-wrap .property-search-body .property-search-form .property-search-wrapper.commercial-wrapper .more-options-wrap a {
        color:#000
    }
}

.header-commercial+.header-spacer+.hero.full .hero-arrow-bottom,.header-commercial+.header-spacer+.hero.full .hero-arrow-top {
    display: none
}

.header-commercial+.header-spacer+.hero.full .property-search-body {
    background-color: transparent;
    border-radius: 5px
}

@media screen and (max-width: 1023px) {
    .header-commercial+.header-spacer+.hero.full .property-search-body .row-fluid:first-of-type {
        display:block
    }
}

@media screen and (max-width: 1023px) {
    .header-commercial+.header-spacer+.hero.full .property-search-body .row-fluid.option-wrap {
        display:none
    }
}

.header-commercial+.header-spacer+.hero.full .property-search-body .option-wrap .select2-selection--multiple:after {
    color: #000
}

.header-commercial+.header-spacer+.hero.full .property-search-body .option-wrap input.select2-search__field:-ms-input-placeholder {
    color: #000
}

.header-commercial+.header-spacer+.hero.full .property-search-body .option-wrap input.select2-search__field::placeholder {
    color: #000
}

.header-commercial+.header-spacer+.hero.full .property-search-body .option-wrap .select2-selection .select2-selection__placeholder,.header-commercial+.header-spacer+.hero.full .property-search-body .option-wrap .select2-selection .select2-selection__rendered {
    color: #000!important
}

.header-commercial+.header-spacer+.hero.full .property-search-body .option-wrap .select2-selection .select2-selection__arrow b,.header-commercial+.header-spacer+.hero.full .property-search-body .option-wrap .surrounding-wrap label {
    color: #000
}

body {
    overflow-x: hidden
}

body .hero .office-scroll-button {
    display: none
}

body.office-list .hero .property-search-body {
    position: relative;
    padding-bottom: 70px
}

@media screen and (max-width: 1023px) {
    body.office-list .hero .property-search-body {
        padding-bottom:1.25em
    }
}

body.office-list .hero .office-scroll-button {
    display: block;
    background: transparent;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    z-index: 10
}

body.office-list .hero .office-scroll-button .office-arrow-down {
    text-align: center;
    font-weight: 300;
    color: #fff;
    display: block;
    padding: 0;
    width: 100%;
    height: auto;
    cursor: pointer
}

body.office-list .hero .office-scroll-button .office-arrow-down p {
    margin: 0 0 .25em
}

body.office-list .hero .office-scroll-button .office-arrow-down img {
    width: 36px;
    height: 36px
}

@media screen and (max-width: 1023px) {
    body.office-list .hero .office-scroll-button {
        display:none
    }
}

body.office-list .hero .page-scroll-button {
    display: none
}

.no-hero {
    height: 40px
}

@media print,screen and (min-width: 40em) {
    .hero figure {
        height:440px
    }

    .hero figure .lazyloaded {
        height: 100%;
        padding: 0
    }

    .hero.light figure figcaption {
        background: transparent none;
        color: #fff
    }

    .hero.dark figure figcaption {
        background: transparent none;
        color: #000
    }
}

@media screen and (max-width: 40em) {
    .no-hero {
        padding:0 0 30px
    }
}

@media screen and (max-width: 640px) {
    .hero {
        margin-top:-60px
    }

    .hero.full figure {
        height: 100vh;
        min-height: 500px
    }
}

@media screen and (max-height: 500px) {
    .hero figure {
        height:auto;
        max-height: none
    }

    .hero.dark figure figcaption,.hero.light figure figcaption {
        color: #000
    }
}

@media screen and (max-height: 500px) {
    .hero {
        margin-top:-60px
    }
}

.hero .page-scroll-button {
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 10
}

.hero .page-scroll-button .scroll-button {
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    font-weight: 300;
    color: #fff
}

.hero .page-scroll-button .scroll-button span {
    background: url("/static/css/img/scroll_arrow.96fb0b1ebf88.svg") no-repeat;
    background-position: top;
    background-size: 30px;
    height: 15px;
    border-bottom: none;
    border-left: none;
    display: block;
    transform: none;
    width: 100%
}

.icon {
    font-family: buxtioniconsmedium
}

.listing-card {
    color: #000;
    margin: 0 auto .625rem;
    position: relative;
    z-index: 1
}

.listing-card .offer-banner,.listing-card .sold-banner,.listing-card .virtual-banner {
    font-size: .9em;
    background-color: #000;
    color: #fff;
    padding: .5em 1em;
    text-transform: uppercase;
    position: absolute;
    z-index: 99
}

.listing-card .offer-banner,.listing-card .sold-banner {
    left: 0
}

.listing-card .virtual-banner {
    right: 0
}

.listing-card .image-block {
    width: 100%;
    position: relative
}

.listing-card .image-block .image-single {
    aspect-ratio: 3/2;
    overflow: hidden;
    position: relative
}

.listing-card .image-block .image-single img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.listing-card .image-block .image-wrap {
    position: relative;
    transition: bottom .35s,left .35s,right .35s,top .35s
}

.listing-card .image-block .image-wrap .media-container {
    padding: 0
}

.listing-card .image-block .image-wrap .media-container .image-slider ul .slick-arrow {
    z-index: 99
}

.listing-card .image-block .image-wrap .media-container .image-slider ul .slick-arrow.slick-prev {
    left: 6%
}

.listing-card .image-block .image-wrap .media-container .image-slider ul .slick-arrow.slick-next {
    right: 7%
}

.listing-card .image-block .image-wrap .media-container .image-slider ul li.slick-slide figure {
    height: 200px!important
}

.listing-card .image-block .image-wrap .property-link {
    top: 0;
    bottom: 0;
    width: 75%;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer
}

@media print,screen and (max-width: 640px) {
    .listing-card .image-block .image-wrap .property-link {
        top:15%;
        bottom: 15%
    }
}

.listing-card .image-block .image-wrap .property-link.find-marker {
    display: none
}

.listing-card .image-block .no-image {
    background: rgba(0,0,0,.25);
    padding: 0 0 75%;
    width: 100%
}

.listing-card .sold-banner.off-market.not-verified+.image-block .featured-listing-block {
    background-color: #fff!important
}

.listing-card .sold-banner.off-market.not-verified+.image-block .featured-listing-block .image-item {
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    cursor: not-allowed;
    width: 110%;
    height: 110%!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .listing-card .sold-banner.off-market.not-verified+.image-block .featured-listing-block .image-item:before {
        content: "";
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        background: url("/static/img/blur.010c020c4c99.svg");
        background-repeat: no-repeat;
        z-index: 1;
        background-size: 200%;
        background-position: 50%
    }
}

.listing-card .sold-banner.off-market.not-verified+.image-block .image-wrap .property-link,.listing-card .sold-banner.off-market.not-verified+.image-block .image-wrap .slick-arrow {
    display: none!important
}

.listing-card .sold-banner.off-market.not-verified+.image-block+.detail-block .row:first-child {
    margin-bottom: 0
}

.listing-card .listing-thumb {
    position: relative;
    width: 100%;
    background: no-repeat 50%;
    background-size: cover;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: .9375rem
}

@media print,screen and (min-width: 40em) {
    .listing-card .listing-thumb {
        margin-bottom:0
    }
}

.listing-card .detail-block {
    color: #000;
    padding: 1.5em 0;
    position: relative
}

.listing-card .detail-block .address-icons-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .5em
}

.listing-card .detail-block .address-icons-wrap p:not(.icons) {
    font-size: 1em
}

.listing-card .detail-block .address {
    margin: 0;
    line-height: normal;
    font-weight: 600;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%
}

.listing-card .detail-block .icons {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    text-align: right;
    font-size: 12px;
    font-size: .75rem
}

@media print,screen and (min-width: 40em) {
    .listing-card .detail-block .icons {
        font-size:1rem
    }
}

.listing-card .detail-block .icons .number {
    margin: 0 5px
}

.listing-card .detail-block .icons span.icon {
    font-family: buxtioniconsmedium;
    margin: 0
}

.listing-card .detail-block .icons .listing-icon:last-of-type .number {
    margin-right: 0
}

.listing-card .detail-block .auction,.listing-card .detail-block .headline,.listing-card .detail-block .icons,.listing-card .detail-block .inspection,.listing-card .detail-block .link,.listing-card .detail-block .listing-price {
    margin: 0
}

.listing-card .detail-block .headline {
    max-height: 14px;
    overflow: hidden
}

.listing-card .detail-block .listing-price {
    font-size: .975em;
    word-break: break-word
}

.listing-card .detail-block .link {
    color: #000;
    font-weight: 700
}

.listing-card .detail-block .listing-favourite {
    -ms-flex-align: center!important;
    align-items: center!important;
    z-index: 10
}

.listing-card .detail-block .register-off-market {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.listing-card .detail-block .register-off-market p.regsiter {
    margin-top: auto;
    margin-bottom: 0
}

.listing-card .detail-block .register-off-market button {
    width: 100%
}

.listing-card .detail-block .register-off-market button:last-child {
    margin-bottom: 0
}

.listing-card .detail-block .property-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer
}

body.listing-list .image-block .image-wrap .property-link.find-marker {
    display: block
}

@media print,screen and (max-width: 640px) {
    body.listing-list .image-block .image-wrap .property-link.find-marker {
        display:none
    }
}

body.listing-list .detail-block {
    padding: 1em 0
}

.listing-card-link {
    display: block;
    position: relative
}

.listing-card-link:after {
    bottom: 0;
    box-shadow: 0 0 25px rgba(0,0,0,.75);
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .35s;
    z-index: 0
}

.listing-card-link:hover:after {
    opacity: 1
}

.listing-card-link:hover .listing-card .detail-block:after {
    bottom: -10px;
    top: -10px
}

@media print,screen and (min-width: 64em) {
    .listing-card {
        margin:0 0 1.25rem
    }

    .listing-card .image-block {
        width: 100%
    }

    .listing-card .detail-block .headline {
        max-height: 44px
    }
}

.search-page .listing-card {
    margin: .625rem 0
}

@media print,screen and (min-width: 40em) {
    .search-page .listing-card {
        margin:.9375rem 0
    }
}

.search-page .listing-card .listing-details {
    position: relative;
    padding: .3125rem .625rem
}

@media print,screen and (min-width: 40em) {
    .search-page .listing-card .listing-details {
        padding:.625rem 1.25rem
    }
}

.search-page .listing-card .listing-details .arrow {
    position: absolute;
    bottom: 0;
    right: 5px;
    right: .3125rem;
    color: #2d373d
}

@media print,screen and (min-width: 40em) {
    .search-page .listing-card .listing-details .arrow {
        bottom:.3125rem;
        right: 1.25rem
    }
}

.search-page .listing-card .listing-details .arrow .fa {
    font-size: 18px;
    font-size: 1.125rem
}

@media print,screen and (min-width: 40em) {
    .search-page .listing-card .listing-details .arrow .fa {
        font-size:1.5rem
    }
}

.search-page .listing-card:hover .arrow {
    color: #bec2cd
}

.search-page .listing-card .listing-suburb {
    margin: 0;
    padding: 0;
    color: #2d373d;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 700;
    line-height: 11px;
    line-height: .6875rem;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media print,screen and (min-width: 40em) {
    .search-page .listing-card .listing-suburb {
        font-size:1rem;
        line-height: 1.125rem
    }
}

.search-page .listing-card .listing-address {
    margin: 0;
    padding: 0;
    color: #2d373d;
    font-size: 10px;
    font-size: .625rem;
    line-height: 11px;
    line-height: .6875rem;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media print,screen and (min-width: 40em) {
    .search-page .listing-card .listing-address {
        font-size:1rem;
        line-height: 1.125rem
    }
}

.search-page .listing-card .listing-icons {
    margin: 0;
    padding: 0;
    color: #2d373d;
    font-size: 10px;
    font-size: .625rem;
    line-height: 11px;
    line-height: .6875rem;
    width: 100%
}

.leaflet-popup-content-wrapper {
    border-radius: 16px;
    padding: 4px
}

.leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0;
    min-height: 198px;
    width: 200px
}

.leaflet-popup-content-wrapper .leaflet-popup-content .sold-banner {
    background-color: #000;
    color: #fff;
    padding: .5em 1em;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    z-index: 99;
    display: none
}

.leaflet-popup-content-wrapper .leaflet-popup-content .offer-banner {
    height: 60px;
    overflow: hidden;
    position: absolute;
    width: 60px;
    z-index: 99;
    display: none
}

.leaflet-popup-content-wrapper .leaflet-popup-content .offer-banner .triangle {
    background: #bec2cd;
    color: #fff;
    font-size: 16px;
    margin: -15px 0 0 -50px;
    padding: 30px 0 0;
    text-align: center;
    transform: rotate(-45deg);
    vertical-align: bottom;
    width: 120px
}

.leaflet-popup-content-wrapper .leaflet-popup-content .offer-banner {
    line-height: 1;
    height: 75px;
    width: 75px
}

.leaflet-popup-content-wrapper .leaflet-popup-content .offer-banner .triangle {
    margin: -16px 0 0 -46px
}

.leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup {
    position: relative
}

.leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin: 0;
    padding: .375rem .5rem
}

.leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup a.popup-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup .offmarket-frame {
    width: 200px;
    height: 130px;
    position: relative;
    overflow: hidden
}

.leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup .offmarket-frame .image {
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-position: 50%;
    background-size: 150%;
    background-repeat: no-repeat;
    width: 150%;
    height: 150%;
    max-width: inherit
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup .offmarket-frame .image+span:before {
        content: "";
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        background: url("/static/img/blur.010c020c4c99.svg");
        background-repeat: no-repeat;
        z-index: 1;
        background-size: 400%;
        background-position: 50%
    }
}

@supports (-ms-ime-align:auto) {
    .leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup .offmarket-frame .image+span:before {
        content: "";
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        background: url("/static/img/blur.010c020c4c99.svg");
        background-repeat: no-repeat;
        z-index: 1;
        background-size: 400%;
        background-position: 50%
    }
}

.leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup .card-section.offmarket-section {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup .card-section.offmarket-section {
        width: 65%
    }
}

.leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup .card-section.offmarket-section .btn-group {
    margin-top: 5px
}

.leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup .card-section.offmarket-section .btn-group p.btn {
    width: 100%
}

.leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup .card-section.offmarket-section .btn-group p.btn:first-child {
    padding-right: .25em
}

.leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup .card-section.offmarket-section .btn-group p.btn:nth-child(2) {
    padding-left: .25em
}

.leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup .card-section.offmarket-section .btn-group p.btn .button {
    margin-bottom: 0;
    width: 100%;
    font-size: 14px;
    padding: 10px 5px
}

.leaflet-popup-content-wrapper .leaflet-popup-content .listing-icon .number {
    margin: 0 4px 0 0
}

.leaflet-popup-content-wrapper .leaflet-popup-content .listing-icon span.icon {
    margin: 0 8px 0 0
}

.leaflet-popup a.leaflet-popup-close-button {
    height: 22px;
    padding: 4px;
    width: 22px;
    z-index: 1
}

.property-search-form,.property-search-form-agent {
    padding: 0;
    position: relative
}

.property-search-form-agent.search-type-buy .rent-price,.property-search-form-agent.search-type-lease .sale-price,.property-search-form-agent.search-type-rent .sale-price,.property-search-form-agent.search-type-sale .rent-price,.property-search-form-agent.search-type-sold .rent-price,.property-search-form.search-type-buy .rent-price,.property-search-form.search-type-lease .sale-price,.property-search-form.search-type-rent .sale-price,.property-search-form.search-type-sale .rent-price,.property-search-form.search-type-sold .rent-price {
    display: none
}

.property-search-form-agent .property-search-header,.property-search-form .property-search-header {
    padding-bottom: .625rem
}

.property-search-form-agent label,.property-search-form label {
    display: none
}

.property-search-form-agent input+label,.property-search-form input+label {
    display: block
}

.property-search-form-agent input[type=text],.property-search-form input[type=text] {
    border: 1px solid #aaa;
    height: 40px;
    line-height: 40px;
    margin: 0 0 .9375rem;
    padding: 0 .5rem;
    width: 100%
}

.property-search-form-agent .select2-container,.property-search-form .select2-container {
    height: auto;
    line-height: 40px;
    width: 100%
}

.property-search-form-agent .select2-container .select2-selection .select2-selection__rendered,.property-search-form .select2-container .select2-selection .select2-selection__rendered {
    height: auto;
    line-height: normal
}

.property-search-form-agent .select2-container .select2-selection .select2-selection__rendered .select2-search__field,.property-search-form .select2-container .select2-selection .select2-selection__rendered .select2-search__field {
    margin: 0!important;
    max-width: 100%
}

.property-search-form-agent .select2-container .select2-selection .select2-selection__arrow,.property-search-form .select2-container .select2-selection .select2-selection__arrow {
    height: 38px
}

.property-search-form-agent .select2-container .select2-selection.select2-selection--multiple,.property-search-form .select2-container .select2-selection.select2-selection--multiple {
    border: 0;
    height: auto!important
}

.property-search-form-agent .select2-container .select2-selection.select2-selection--multiple .select2-search,.property-search-form .select2-container .select2-selection.select2-selection--multiple .select2-search {
    max-width: 100%
}

.property-search-form-agent .select2-container .select2-selection.select2-selection--multiple .select2-search .select2-search__field,.property-search-form .select2-container .select2-selection.select2-selection--multiple .select2-search .select2-search__field {
    height: auto!important;
    max-width: 100%;
    padding: .5em .75em
}

.property-search-form-agent .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered,.property-search-form .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered {
    display: block;
    height: auto;
    margin-left: 1rem
}

.property-search-form-agent .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice,.property-search-form .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background: transparent none;
    color: #000;
    height: 30px;
    line-height: 30px;
    margin: 4px 6px 4px 0
}

.property-search-form-agent .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove,.property-search-form .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    color: #000
}

.property-search-form-agent .property-search-form-wrapper,.property-search-form .property-search-form-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center
}

.property-search-form-agent .select-options-wrapper,.property-search-form .select-options-wrapper {
    display: none!important
}

body.page-buxtoncomau .property-search-form-agent .select-options-wrapper,body.page-buxtoncomau .property-search-form .select-options-wrapper {
    display: block!important
}

.property-search-form-agent .select-options-wrapper .select2-container .select2-selection,.property-search-form .select-options-wrapper .select2-container .select2-selection {
    background-color: #000;
    border-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
    padding: 18px 20px;
    height: 60px;
    min-width: 120px
}

@media print,screen and (min-width: 40em) {
    .property-search-form-agent .select-options-wrapper .select2-container .select2-selection,.property-search-form .select-options-wrapper .select2-container .select2-selection {
        min-width:125px!important
    }
}

.property-search-form-agent .select-options-wrapper .select2-container .select2-selection .select2-selection__rendered,.property-search-form .select-options-wrapper .select2-container .select2-selection .select2-selection__rendered {
    color: #fefefe!important;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500
}

@media print,screen and (min-width: 40em) {
    .property-search-form-agent .select-options-wrapper .select2-container .select2-selection .select2-selection__rendered,.property-search-form .select-options-wrapper .select2-container .select2-selection .select2-selection__rendered {
        font-size:1.1875rem
    }
}

.property-search-form-agent .select-options-wrapper .select2-container .select2-selection .select2-selection__arrow b,.property-search-form .select-options-wrapper .select2-container .select2-selection .select2-selection__arrow b {
    color: #fefefe!important;
    top: 75%!important;
    left: 30%!important
}

.property-search-form-agent .property-search-wrapper,.property-search-form .property-search-wrapper {
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    width: 100%
}

.property-search-form-agent .property-search-wrapper .select2-selection.select2-selection--multiple,.property-search-form .property-search-wrapper .select2-selection.select2-selection--multiple {
    overflow: hidden!important
}

body.page-buxtoncomau .property-search-form-agent .property-search-wrapper,body.page-buxtoncomau .property-search-form .property-search-wrapper {
    width: 75%!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.property-search-form-agent .property-search-wrapper .select2-container--default .select2-selection--multiple,.property-search-form .property-search-wrapper .select2-container--default .select2-selection--multiple {
    background-color: transparent!important
}

.property-search-form-agent .property-search-wrapper>.select2-container,.property-search-form .property-search-wrapper>.select2-container {
    width: calc(100% - 60px)!important
}

@media screen and (max-width: 1023px) {
    .property-search-form-agent .property-search-wrapper>.select2-container,.property-search-form .property-search-wrapper>.select2-container {
        width:100%!important
    }
}

@media screen and (max-width: 1023px) {
    .property-search-form-agent .property-search-wrapper>.select2-container .select2-selection,.property-search-form .property-search-wrapper>.select2-container .select2-selection {
        border-radius:5px
    }
}

.property-search-form-agent .property-search-wrapper>.select2-container .select2-selection .select2-selection__arrow,.property-search-form .property-search-wrapper>.select2-container .select2-selection .select2-selection__arrow {
    display: none
}

.property-search-form-agent .property-search-wrapper .select2-selection--multiple,.property-search-form .property-search-wrapper .select2-selection--multiple {
    padding-right: 130px
}

@media screen and (max-width: 1023px) {
    .property-search-form-agent .property-search-wrapper .select2-selection--multiple,.property-search-form .property-search-wrapper .select2-selection--multiple {
        padding-right:0
    }
}

.property-search-form-agent .property-search-wrapper .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice,.property-search-form .property-search-wrapper .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background: #ccc;
    height: 100%;
    line-height: 50px;
    color: #000;
    padding-left: 8px;
    padding-right: 10px;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.property-search-form-agent .property-search-wrapper .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove,.property-search-form .property-search-wrapper .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    color: #000;
    margin-right: 0;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    padding: 0;
    text-align: center;
    display: inline-block;
    line-height: normal
}

@media screen and (max-width: 1023px) {
    .property-search-form-agent .property-search-wrapper .select2-container,.property-search-form .property-search-wrapper .select2-container {
        margin:0
    }
}

.property-search-form-agent .property-search-wrapper .select2-container .select2-selection.select2-selection--single,.property-search-form .property-search-wrapper .select2-container .select2-selection.select2-selection--single {
    height: 60px!important;
    max-width: 80%;
    padding: .5em .75em
}

@media screen and (max-width: 1023px) {
    .property-search-form-agent .property-search-wrapper .select2-container .select2-selection.select2-selection--single,.property-search-form .property-search-wrapper .select2-container .select2-selection.select2-selection--single {
        padding-right:.75em;
        height: 60px!important
    }
}

.property-search-form-agent .property-search-wrapper .select2-container .select2-selection.select2-selection--single .select2-selection__rendered,.property-search-form .property-search-wrapper .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: 2.75em
}

@media screen and (max-width: 1023px) {
    .property-search-form-agent .property-search-wrapper .select2-container .select2-selection.select2-selection--single .select2-selection__rendered,.property-search-form .property-search-wrapper .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
        line-height:2.75em
    }
}

.property-search-form-agent .property-search-wrapper .select2-container .select2-selection.select2-selection--multiple .select2-search .select2-search__field,.property-search-form .property-search-wrapper .select2-container .select2-selection.select2-selection--multiple .select2-search .select2-search__field {
    height: 60px!important;
    max-width: 100%;
    padding: 0 0 0 .75em
}

@media screen and (max-width: 1023px) {
    .property-search-form-agent .property-search-wrapper .select2-container .select2-selection.select2-selection--multiple .select2-search .select2-search__field,.property-search-form .property-search-wrapper .select2-container .select2-selection.select2-selection--multiple .select2-search .select2-search__field {
        padding-right:.75em;
        height: 60px!important
    }
}

.property-search-form-agent .property-search-wrapper .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice+.select2-search .select2-search__field,.property-search-form .property-search-wrapper .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice+.select2-search .select2-search__field {
    padding: 0
}

@media screen and (max-width: 1023px) {
    .property-search-form-agent .property-search-wrapper .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice+.select2-search .select2-search__field,.property-search-form .property-search-wrapper .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice+.select2-search .select2-search__field {
        padding-right:.75em
    }
}

.property-search-form-agent .submit,.property-search-form .submit {
    background: #fff;
    color: #0a0a0a;
    height: 60px;
    margin: 0;
    padding: 0;
    border-radius: 50px;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0
}

.property-search-form-agent .submit:focus,.property-search-form-agent .submit:hover,.property-search-form .submit:focus,.property-search-form .submit:hover {
    background-color: transparent
}

.property-search-form-agent .submit img,.property-search-form .submit img {
    width: 16px;
    height: 100%;
    max-height: 23px
}

.property-search-form-agent .option-wrap,.property-search-form .option-wrap {
    display: none
}

.property-search-form-agent .option-wrap.show,.property-search-form .option-wrap.show {
    margin-top: .75em;
    margin-bottom: -.75em;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    z-index: 2
}

@media screen and (max-width: 1023px) {
    .property-search-form-agent .option-wrap.show,.property-search-form .option-wrap.show {
        display:none
    }
}

.property-search-form-agent .option-wrap .columns,.property-search-form .option-wrap .columns {
    margin: 0;
    padding: 0;
    line-height: 1.75em
}

.property-search-form-agent .option-wrap .select2-container--default.select2-container--focus .select2-selection--multiple,.property-search-form-agent .option-wrap .select2-container--default .select2-selection--multiple,.property-search-form .option-wrap .select2-container--default.select2-container--focus .select2-selection--multiple,.property-search-form .option-wrap .select2-container--default .select2-selection--multiple {
    border: 1px solid #aaa
}

.property-search-form-agent .option-wrap input.select2-search__field,.property-search-form .option-wrap input.select2-search__field {
    margin: 5px 0 0!important;
    height: auto!important;
    line-height: 30px!important;
    padding: 0
}

@media print,screen and (min-width: 40em) {
    .property-search-form-agent .option-wrap input.select2-search__field,.property-search-form .option-wrap input.select2-search__field {
        min-width:125px
    }
}

.property-search-form-agent .option-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice,.property-search-form .option-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 30px;
    height: 30px;
    border: 0;
    background-color: #bec2cd;
    font-weight: 700;
    border-radius: 0
}

.property-search-form-agent .option-wrap .select2-container .select2-dropdown.select2-dropdown--below,.property-search-form .option-wrap .select2-container .select2-dropdown.select2-dropdown--below {
    width: 160px!important;
    top: 20px!important;
    font-size: 14px
}

@media screen and (max-width: 1023px) {
    .property-search-form-agent .option-wrap .select2-container .select2-dropdown.select2-dropdown--below,.property-search-form .option-wrap .select2-container .select2-dropdown.select2-dropdown--below {
        width:100%!important
    }
}

.property-search-form-agent .option-wrap .select2-selection,.property-search-form .option-wrap .select2-selection {
    border: 0;
    border-radius: 0;
    height: auto!important;
    background-color: transparent!important;
    font-size: 14px
}

.property-search-form-agent .option-wrap .select2-selection:active,.property-search-form-agent .option-wrap .select2-selection:focus,.property-search-form .option-wrap .select2-selection:active,.property-search-form .option-wrap .select2-selection:focus {
    outline: 1px dotted #fff
}

.property-search-form-agent .option-wrap .select2-selection .select2-selection__placeholder,.property-search-form-agent .option-wrap .select2-selection .select2-selection__rendered,.property-search-form .option-wrap .select2-selection .select2-selection__placeholder,.property-search-form .option-wrap .select2-selection .select2-selection__rendered {
    color: #fff!important
}

.property-search-form-agent .option-wrap .select2-selection .select2-selection__arrow,.property-search-form .option-wrap .select2-selection .select2-selection__arrow {
    height: 20px;
    top: 0;
    right: 5px
}

.property-search-form-agent .option-wrap .select2-selection .select2-selection__arrow b,.property-search-form .option-wrap .select2-selection .select2-selection__arrow b {
    color: #fff
}

.property-search-form-agent .option-wrap .select2-container--default.select2-container--focus .select2-selection--multiple,.property-search-form-agent .option-wrap .select2-container--default .select2-selection--multiple,.property-search-form .option-wrap .select2-container--default.select2-container--focus .select2-selection--multiple,.property-search-form .option-wrap .select2-container--default .select2-selection--multiple {
    height: auto!important
}

.property-search-form-agent .option-wrap .bathroom-dropdown .select2-selection.select2-selection--multiple,.property-search-form-agent .option-wrap .bedrooms-dropdown .select2-selection.select2-selection--multiple,.property-search-form-agent .option-wrap .property-dropdown .select2-selection.select2-selection--multiple,.property-search-form .option-wrap .bathroom-dropdown .select2-selection.select2-selection--multiple,.property-search-form .option-wrap .bedrooms-dropdown .select2-selection.select2-selection--multiple,.property-search-form .option-wrap .property-dropdown .select2-selection.select2-selection--multiple {
    border: 0;
    padding-right: 15px;
    position: relative
}

.property-search-form-agent .option-wrap .bathroom-dropdown .select2-selection.select2-selection--multiple:after,.property-search-form-agent .option-wrap .bedrooms-dropdown .select2-selection.select2-selection--multiple:after,.property-search-form-agent .option-wrap .property-dropdown .select2-selection.select2-selection--multiple:after,.property-search-form .option-wrap .bathroom-dropdown .select2-selection.select2-selection--multiple:after,.property-search-form .option-wrap .bedrooms-dropdown .select2-selection.select2-selection--multiple:after,.property-search-form .option-wrap .property-dropdown .select2-selection.select2-selection--multiple:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 8px;
    right: 10px;
    color: #fff
}

.property-search-form-agent .option-wrap .bathroom-dropdown .select2-selection.select2-selection--multiple .select2-search__field,.property-search-form-agent .option-wrap .bedrooms-dropdown .select2-selection.select2-selection--multiple .select2-search__field,.property-search-form-agent .option-wrap .property-dropdown .select2-selection.select2-selection--multiple .select2-search__field,.property-search-form .option-wrap .bathroom-dropdown .select2-selection.select2-selection--multiple .select2-search__field,.property-search-form .option-wrap .bedrooms-dropdown .select2-selection.select2-selection--multiple .select2-search__field,.property-search-form .option-wrap .property-dropdown .select2-selection.select2-selection--multiple .select2-search__field {
    height: 30px!important
}

.property-search-form-agent .option-wrap .bathroom-dropdown input.select2-search__field,.property-search-form-agent .option-wrap .bedrooms-dropdown input.select2-search__field,.property-search-form-agent .option-wrap .property-dropdown input.select2-search__field,.property-search-form .option-wrap .bathroom-dropdown input.select2-search__field,.property-search-form .option-wrap .bedrooms-dropdown input.select2-search__field,.property-search-form .option-wrap .property-dropdown input.select2-search__field {
    padding: 0!important;
    background-color: transparent!important
}

.property-search-form-agent .option-wrap .bathroom-dropdown input.select2-search__field:-ms-input-placeholder,.property-search-form-agent .option-wrap .bedrooms-dropdown input.select2-search__field:-ms-input-placeholder,.property-search-form-agent .option-wrap .property-dropdown input.select2-search__field:-ms-input-placeholder,.property-search-form .option-wrap .bathroom-dropdown input.select2-search__field:-ms-input-placeholder,.property-search-form .option-wrap .bedrooms-dropdown input.select2-search__field:-ms-input-placeholder,.property-search-form .option-wrap .property-dropdown input.select2-search__field:-ms-input-placeholder {
    color: #fff
}

.property-search-form-agent .option-wrap .bathroom-dropdown input.select2-search__field::placeholder,.property-search-form-agent .option-wrap .bedrooms-dropdown input.select2-search__field::placeholder,.property-search-form-agent .option-wrap .property-dropdown input.select2-search__field::placeholder,.property-search-form .option-wrap .bathroom-dropdown input.select2-search__field::placeholder,.property-search-form .option-wrap .bedrooms-dropdown input.select2-search__field::placeholder,.property-search-form .option-wrap .property-dropdown input.select2-search__field::placeholder {
    color: #fff
}

.property-search-form-agent .surrounding-wrap,.property-search-form .surrounding-wrap {
    position: relative;
    padding-left: 20px!important;
    cursor: pointer
}

.property-search-form-agent .surrounding-wrap input,.property-search-form-agent .surrounding-wrap label,.property-search-form .surrounding-wrap input,.property-search-form .surrounding-wrap label {
    display: inline-block
}

.property-search-form-agent .surrounding-wrap input,.property-search-form .surrounding-wrap input {
    height: 14px;
    width: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.property-search-form-agent .surrounding-wrap label,.property-search-form .surrounding-wrap label {
    font-size: 12px;
    color: #fff
}

.property-search-form-agent .more-options-wrap,.property-search-form .more-options-wrap {
    right: 75px;
    z-index: 99;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width: 1023px) {
    .property-search-form-agent .more-options-wrap,.property-search-form .more-options-wrap {
        position:static;
        top: auto;
        right: auto;
        transform: inherit;
        width: 100%;
        text-align: right;
        margin-top: 1em;
        text-align: center
    }
}

.property-search-form-agent .more-options-wrap p,.property-search-form .more-options-wrap p {
    margin: 0
}

.property-search-form-agent .more-options-wrap a,.property-search-form .more-options-wrap a {
    color: #000;
    display: inline-block;
    position: relative;
    text-decoration: underline
}

@media screen and (max-width: 1023px) {
    .property-search-form-agent .more-options-wrap a,.property-search-form .more-options-wrap a {
        color:#fff
    }
}

.property-search-body .property-worth {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.property-search-body .property-worth .property-worth-heading {
    color: #fff
}

@media print,screen and (min-width: 40em) {
    .property-search-body .property-search-form-agent .select2-container,.property-search-body .property-search-form-agent .surrounding-wrap,.property-search-body .property-search-form-agent input[type=text],.property-search-body .property-search-form .select2-container,.property-search-body .property-search-form .surrounding-wrap,.property-search-body .property-search-form input[type=text] {
        margin:0
    }

    .property-search-body .property-search-form-agent .select2-container+.select2-container,.property-search-body .property-search-form .select2-container+.select2-container {
        display: block;
        height: 0;
        left: 0!important;
        line-height: 24px;
        position: relative!important;
        top: auto!important
    }

    .property-search-body .property-search-form-agent .select2-container+.select2-container .select2-dropdown,.property-search-body .property-search-form .select2-container+.select2-container .select2-dropdown {
        color: #000;
        bottom: 0!important;
        top: 0!important
    }

    .property-search-body .property-search-form-agent .select2-container+.select2-container .select2-dropdown .select2-results,.property-search-body .property-search-form .select2-container+.select2-container .select2-dropdown .select2-results {
        background: #fff
    }
}

ul.sort-listing {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.sort-listing li {
    position: relative;
    width: 100%;
    display: block;
    height: 50px;
    margin-bottom: 10px
}

ul.sort-listing li input[type=radio],ul.sort-listing li label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

ul.sort-listing li input[type=radio] {
    opacity: 0;
    z-index: 100;
    margin: 0
}

ul.sort-listing li input[type=radio]:checked+label {
    background-color: #707070;
    border: 1px solid #707070;
    color: #fff
}

ul.sort-listing li label {
    font-weight: 700;
    padding: 0 1.5em;
    line-height: 50px;
    border-radius: 5px;
    border: 1px solid #95989a;
    background-color: #f7f7f7
}

.select2-container.bathrooms_dropdown .select2-results__options[aria-multiselectable=true] li,.select2-container.bedrooms_dropdown .select2-results__options[aria-multiselectable=true] li,.select2-container.property_type_dropdown .select2-results__options[aria-multiselectable=true] li {
    padding-left: 1.75em;
    position: relative
}

.select2-container.bathrooms_dropdown .select2-results__options[aria-multiselectable=true] li:before,.select2-container.bedrooms_dropdown .select2-results__options[aria-multiselectable=true] li:before,.select2-container.property_type_dropdown .select2-results__options[aria-multiselectable=true] li:before {
    position: absolute;
    left: .5em;
    opacity: 1;
    top: 6px;
    font-family: FontAwesome;
    content: "\f096"
}

.select2-container.bathrooms_dropdown .select2-results__options[aria-multiselectable=true] li[role=group]:before,.select2-container.bedrooms_dropdown .select2-results__options[aria-multiselectable=true] li[role=group]:before,.select2-container.property_type_dropdown .select2-results__options[aria-multiselectable=true] li[role=group]:before {
    display: none
}

.select2-container.bathrooms_dropdown .select2-results__options[aria-multiselectable=true] li[role=group] .select2-results__group,.select2-container.bedrooms_dropdown .select2-results__options[aria-multiselectable=true] li[role=group] .select2-results__group,.select2-container.property_type_dropdown .select2-results__options[aria-multiselectable=true] li[role=group] .select2-results__group {
    margin-left: -1.25em
}

.select2-container.bathrooms_dropdown .select2-results__options[aria-multiselectable=true] li[aria-selected=true],.select2-container.bedrooms_dropdown .select2-results__options[aria-multiselectable=true] li[aria-selected=true],.select2-container.property_type_dropdown .select2-results__options[aria-multiselectable=true] li[aria-selected=true] {
    background-color: transparent
}

.select2-container.bathrooms_dropdown .select2-results__options[aria-multiselectable=true] li[aria-selected=true]:before,.select2-container.bedrooms_dropdown .select2-results__options[aria-multiselectable=true] li[aria-selected=true]:before,.select2-container.property_type_dropdown .select2-results__options[aria-multiselectable=true] li[aria-selected=true]:before {
    content: "\f046"
}

.select2-container.bathrooms_dropdown .select2-results__options[aria-multiselectable=true] li.select2-results__message,.select2-container.bedrooms_dropdown .select2-results__options[aria-multiselectable=true] li.select2-results__message,.select2-container.property_type_dropdown .select2-results__options[aria-multiselectable=true] li.select2-results__message {
    padding-left: 6px
}

.select2-container.bathrooms_dropdown .select2-results__options[aria-multiselectable=true] li.select2-results__message:before,.select2-container.bedrooms_dropdown .select2-results__options[aria-multiselectable=true] li.select2-results__message:before,.select2-container.property_type_dropdown .select2-results__options[aria-multiselectable=true] li.select2-results__message:before {
    display: none
}

.select2-container.bathrooms_dropdown .select2-dropdown,.select2-container.bedrooms_dropdown .select2-dropdown,.select2-container.property_type_dropdown .select2-dropdown {
    width: 180px!important;
    font-size: 14px;
    border: 0
}

.select2-container.bathrooms_dropdown .select2-dropdown ul.select2-results__options .select2-results__group,.select2-container.bedrooms_dropdown .select2-dropdown ul.select2-results__options .select2-results__group,.select2-container.property_type_dropdown .select2-dropdown ul.select2-results__options .select2-results__group {
    padding-left: 0
}

.select2-container.bathrooms_dropdown .select2-dropdown ul.select2-results__options.select2-results__options--nested,.select2-container.bedrooms_dropdown .select2-dropdown ul.select2-results__options.select2-results__options--nested,.select2-container.property_type_dropdown .select2-dropdown ul.select2-results__options.select2-results__options--nested {
    margin-left: -1.75em
}

.select2-container.bathrooms_dropdown .select2-dropdown ul.select2-results__options.select2-results__options--nested .select2-results__option,.select2-container.bedrooms_dropdown .select2-dropdown ul.select2-results__options.select2-results__options--nested .select2-results__option,.select2-container.property_type_dropdown .select2-dropdown ul.select2-results__options.select2-results__options--nested .select2-results__option {
    padding-left: 2.75em
}

.select2-container.bathrooms_dropdown .select2-dropdown ul.select2-results__options.select2-results__options--nested .select2-results__option:before,.select2-container.bedrooms_dropdown .select2-dropdown ul.select2-results__options.select2-results__options--nested .select2-results__option:before,.select2-container.property_type_dropdown .select2-dropdown ul.select2-results__options.select2-results__options--nested .select2-results__option:before {
    left: 1.5em
}

body.listing-list .select2-container.property_type_dropdown .select2-dropdown {
    margin-top: 12px
}

@media screen and (max-width: 640px) {
    body.listing-list .select2-container.property_type_dropdown .select2-dropdown {
        margin-top:0
    }
}

body.listing-list .select2-container .select2-dropdown.select2-dropdown--below {
    font-size: 14px
}

body.listing-list .property-search-form {
    z-index: 10
}

body.listing-list .property-search-form .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background: #ccc;
    height: 100%;
    line-height: 50px;
    color: #000;
    padding-left: 8px;
    padding-right: 10px;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

body.listing-list .property-search-form .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    color: #000;
    margin-right: 0;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    padding: 0;
    text-align: center;
    display: inline-block;
    line-height: normal
}

body.listing-list .property-search-form .select2-container+.select2-container .select2-dropdown {
    top: 10px!important
}

@media screen and (max-width: 640px) {
    body.listing-list .property-search-form .select2-container+.select2-container .select2-dropdown {
        top:0!important
    }
}

body.listing-list .property-search-form .search-wrap.search-dropdown .select2-container+.select2-container .select2-dropdown {
    width: 160px!important
}

@media screen and (max-width: 640px) {
    body.listing-list .property-search-form .select2-container .select2-selection {
        height:50px
    }
}

body.listing-list .property-search-form .select2-container .select2-selection.select2-selection--single {
    border: 0;
    background-color: transparent;
    font-size: 14px
}

body.listing-list .property-search-form .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: 40px
}

@media screen and (max-width: 640px) {
    body.listing-list .property-search-form .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
        font-size:16px;
        line-height: 50px
    }
}

body.listing-list .property-search-form .select2-container .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #000
}

body.listing-list .property-search-form .select2-container .select2-selection.select2-selection--multiple .select2-search .select2-search__field {
    padding: 0;
    padding-left: 0!important;
    background-color: transparent!important;
    border: 0!important
}

body.listing-list .property-search-form .select2-container .select2-selection.select2-selection--multiple .select2-search .select2-search__field:-ms-input-placeholder {
    color: #000
}

body.listing-list .property-search-form .select2-container .select2-selection.select2-selection--multiple .select2-search .select2-search__field::placeholder {
    color: #000
}

body.listing-list .property-search-form .select2-container .select2-selection.select2-selection--multiple .select2-search input:disabled {
    background-color: transparent!important
}

body.listing-list .property-search-form .search-wrap.search-field .select2-container .select2-selection.select2-selection--multiple ul.select2-selection__rendered {
    overflow-y: auto;
    height: 100%;
    max-height: 45px;
    width: 90%
}

@media screen and (max-width: 1023px) {
    body.listing-list .select2-container.bathrooms_dropdown,body.listing-list .select2-container.bedrooms_dropdown,body.listing-list .select2-container.property_type_dropdown {
        display:block
    }
}

.property-search-form-agent .property-search-wrapper .select2-container .select2-selection.select2-selection--single {
    border: 1px solid #fff
}

.property-search-form-agent .select2-results__option {
    padding-left: 15px;
    padding-right: 15px
}

.select2-results__option span,.select2-selection__rendered span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.select2-results__option span img.staff-thumbnail,.select2-selection__rendered span img.staff-thumbnail {
    width: 25px;
    height: 25px;
    max-width: 25px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: .5em
}

.filter.content {
    display: none;
    width: 100%;
    padding: 1em 0 0!important;
    position: fixed;
    height: 100%;
    margin-top: 40px;
    left: 0;
    z-index: 99;
    background-color: hsla(0,0%,100%,.9);
    top: 100px
}

@media screen and (max-width: 767px) {
    .filter.content {
        margin-top:0
    }
}

@media screen and (max-width: 640px) {
    .filter.content {
        top:60px
    }
}

.filter.content h2 {
    margin-bottom: .5em
}

.filter.content.show {
    display: block;
    z-index: 999
}

@media screen and (min-width: 1024px) {
    .filter.content.show {
        display:none
    }
}

.filter.content .search-container,.filter.content .select-container {
    margin-bottom: 8px
}

.filter.content .search-container select,.filter.content .select-container select {
    height: 50px
}

.filter.content .search-container .select2-selection__rendered {
    padding-left: 40px!important
}

.filter.content .property-search-form .select2-container {
    margin-bottom: 0!important
}

.filter.content .property-search-form .select2-container .select2-selection--multiple {
    border-radius: 5px;
    background-color: #fff!important;
    border: 1px solid #ccc!important
}

.filter.content .property-search-form .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0 .5em
}

.filter.content .property-search-form .select2-container .select2-selection--multiple input:disabled {
    background-color: transparent!important
}

.filter.content .property-search-form .select2-container .select2-selection--multiple li.select2-search.select2-search--inline {
    width: inherit!important
}

.filter.content .property-search-form .select2-container .select2-selection--multiple li.select2-search .select2-search__field {
    min-width: 100%;
    background-color: transparent!important;
    border: 0!important;
    height: 48px!important
}

.filter.content .property-search-form .select2-container .select2-selection--multiple li.select2-search .select2-search__field:-ms-input-placeholder {
    color: #000
}

.filter.content .property-search-form .select2-container .select2-selection--multiple li.select2-search .select2-search__field::placeholder {
    color: #000
}

.filter.content .property-search-form .select2-container .select2-selection--multiple .select2-selection__choice+.select2-search.select2-search--inline {
    width: auto!important
}

.filter.content .property-search-form .select-container.select-multiple-custom .select2-selection--multiple .select2-search.select2-search--inline {
    width: inherit!important
}

.filter.content .select2-container--default.select2-container--focus .select2-selection--multiple {
    min-height: 50px!important;
    height: auto!important;
    border-radius: 4px
}

.filter.content .select2-container--default .select2-selection--multiple {
    min-height: 50px
}

.filter.content .property-search-form {
    position: static!important
}

.filter.content .property-search-form .select2-selection.select2-selection--multiple .select2-search {
    width: inherit!important
}

.filter.content .property-search-form .select2-selection.select2-selection--multiple .select2-search.select2-search--inline {
    width: auto!important
}

.filter.content .property-search-form .select2-selection.select2-selection--multiple .select2-search .select2-search__field {
    background-color: transparent!important;
    border: 0!important;
    height: 48px!important;
    padding: 0;
    padding-left: 0!important
}

.filter.content .property-search-form .select2-selection.select2-selection--multiple .select2-search .select2-search__field:-ms-input-placeholder {
    color: #000
}

.filter.content .property-search-form .select2-selection.select2-selection--multiple .select2-search .select2-search__field::placeholder {
    color: #000
}

.filter.content .property-search-form .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background: #fff;
    border: 1px solid #95989a;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    margin-top: 4px;
    margin-bottom: 1px;
    color: #000;
    padding-right: 10px;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.filter.content .property-search-form .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    color: #000;
    margin-right: 0;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f7f7f7;
    padding: 0;
    text-align: center;
    display: inline-block;
    line-height: normal
}

.filter.content .property-search-form .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    height: auto;
    line-height: 48px
}

.filter.content .property-search-form .select2-container .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #000
}

.filter.content .filter-container {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    height: -o-calc(100vh - 200px)!important;
    height: calc(100vh - 200px)!important
}

.filter.content .filter-container .search-container input,.filter.content .filter-container .select-container select {
    height: 50px;
    line-height: 2em;
    background-color: #f7f7f7;
    padding: .5em;
    border: 1px solid #707070
}

.filter.content .filter-container .search-container input:-ms-input-placeholder,.filter.content .filter-container .select-container select:-ms-input-placeholder {
    color: #707070
}

.filter.content .filter-container .search-container input::placeholder,.filter.content .filter-container .select-container select::placeholder {
    color: #707070
}

.filter.content .filter-container .select-container.select-custom {
    display: -ms-flexbox;
    display: flex
}

.filter.content .filter-container .select-container.select-custom label {
    width: 140px;
    display: block;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    padding: 0 .75em;
    border-radius: 5px 0 0 5px
}

.filter.content .filter-container .select-container.select-custom .select2.select2-container {
    width: -o-calc(100% - 140px)!important;
    width: calc(100% - 140px)!important
}

.filter.content .filter-container .select-container.select-custom .select2.select2-container .selection .select2-selection {
    background-color: #fff!important;
    border: 1px solid #ccc!important;
    border-left: 0!important;
    border-radius: 0 5px 5px 0;
    height: 50px
}

.filter.content .filter-container .select-container.select-custom .select2.select2-container .selection .select2-selection .select2-search__field {
    min-width: 100%
}

.filter.content .filter-container .select-container.select-custom select {
    width: -o-calc(100% - 140px)!important;
    width: calc(100% - 140px)!important;
    border: 1px solid #ccc;
    border-left: 0;
    border-radius: 0 5px 5px 0;
    background-color: #fff
}

.filter.content .filter-container .select-container.select-custom:after {
    display: none
}

.filter.content .filter-container .select-container.select-custom .select2-selection__arrow {
    display: block;
    width: 15px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url("/static/img/select_arrowx2.b368ccc9d047.png") no-repeat;
    background-size: 15px;
    background-position: 50%
}

.filter.content .filter-container .select-container.select-custom .select2-selection__arrow b {
    color: transparent
}

@media screen and (max-height: 920px) {
    .filter.content .filter-container .select-container.select-custom.dropdown-top .select2-container--open+.select2-container--open {
        top:-201px!important
    }
}

.filter.content .filter-container .select-container.select-multiple-custom {
    display: -ms-flexbox;
    display: flex
}

.filter.content .filter-container .select-container.select-multiple-custom label {
    width: 140px;
    display: block;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    padding: 0 .75em;
    border-radius: 5px 0 0 5px
}

.filter.content .filter-container .select-container.select-multiple-custom .select2.select2-container {
    width: -o-calc(100% - 140px)!important;
    width: calc(100% - 140px)!important
}

.filter.content .filter-container .select-container.select-multiple-custom .select2.select2-container .selection .select2-selection {
    background-color: #fff!important;
    border: 1px solid #ccc!important;
    border-left: 0!important;
    border-radius: 0 5px 5px 0;
    height: 50px
}

.filter.content .filter-container .select-container.select-multiple-custom .select2.select2-container .selection .select2-selection .select2-search__field {
    min-width: 100%
}

.filter.content .filter-container button {
    width: 100%;
    height: 50px
}

.filter.content .surrounding-wrap {
    margin-top: 0
}

.filter.content .surrounding-wrap input {
    margin-bottom: 0
}

.filter.content .surrounding-wrap label {
    color: #000!important;
    font-size: 1em!important
}

.filter.content .filter-search {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding-top: .75em;
    box-shadow: 5px -5px 5px rgba(0,0,0,.09)
}

.filter.content .filter-search button {
    margin-bottom: 1em;
    width: 100%;
    height: 50px
}

body.listing-list .filter.content {
    margin-top: 0
}

.sort {
    display: none;
    width: 100%;
    padding: 1em 0 0!important;
    position: fixed;
    height: 100%;
    top: 60px;
    left: 0;
    z-index: 99;
    background-color: hsla(0,0%,100%,.9)
}

.sort.show {
    display: block;
    z-index: 999
}

.sort .filter-container {
    overflow-y: auto;
    height: 100%;
    max-height: -o-calc(100vh - 240px)!important;
    max-height: calc(100vh - 240px)!important
}

.sort .filter-container button {
    height: 60px;
    background-color: #f7f7f7;
    padding: .5em 1em;
    border: 1px solid #707070;
    text-align: left;
    width: 100%
}

.sort .filter-search {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding-top: .75em;
    box-shadow: 5px -5px 5px rgba(0,0,0,.09)
}

.sort .filter-search button {
    width: 100%;
    height: 60px;
    margin-bottom: .5em
}

button.close {
    position: absolute;
    right: 1em;
    top: 1em;
    font-weight: 700;
    font-size: 1.25em;
    cursor: pointer
}

.filter .property-search-form .select-container.bathrooms .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice,.filter .property-search-form .select-container.bedrooms .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice,.filter .property-search-form .select-container.property-type .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice,body.listing-list .property-search-form .select-container.bathrooms .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice,body.listing-list .property-search-form .select-container.bedrooms .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice,body.listing-list .property-search-form .select-container.property-type .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    display: none!important
}

.property-search-form {
    z-index: 10
}

body.page-buxtoncomau .select2-results {
    background-color: #000!important;
    border-bottom-left-radius: 30px!important;
    border-bottom-right-radius: 30px!important;
    border: 0!important;
    padding: 20px!important;
    margin-top: -20px!important
}

body.page-buxtoncomau .select2-results .select2-results__option {
    background-color: #000!important;
    color: #fefefe!important
}

body.page-buxtoncomau .select2-results .select2-results__option--highlighted[aria-selected] {
    background-color: #000!important;
    color: #fefefe!important;
    font-weight: 700
}

body.page-buxtoncomau .property-search-wrapper .select2-results {
    background-color: #fff!important;
    border-radius: 0!important;
    border: none!important;
    padding: 10px!important;
    margin-top: 0!important
}

body.page-buxtoncomau .property-search-wrapper .select2-results .select2-results__option {
    background-color: #fff!important;
    color: #000!important
}

body.page-buxtoncomau .property-search-wrapper .select2-results .select2-results__option--highlighted[aria-selected] {
    background-color: #fff!important;
    color: #000!important;
    font-weight: 400
}

body.page-buxtoncomau .select2-container--below.select2-container--open {
    background-color: #000;
    border-top-left-radius: 30px!important
}

body.page-buxtoncomau .select2-container--top.select2-container--open {
    background-color: #000;
    border-bottom-left-radius: 30px!important
}

body.page-buxtoncomau .property-search-wrapper .select2-container--below.select2-container--open {
    background-color: #fff!important;
    border-top-left-radius: 0!important
}

body.page-buxtoncomau .property-search-wrapper .select2-container--top.select2-container--open {
    background-color: #fff!important;
    border-bottom-left-radius: 0!important
}

body.page-buxtoncomau .select2-dropdown {
    border: 0!important;
    background-color: transparent!important
}

body:not(.listing-list) .select2-dropdown--above {
    border-top-left-radius: 30px!important;
    border-top-right-radius: 30px!important;
    overflow: hidden!important
}

body:not(.listing-list) .select2-dropdown--below {
    border-bottom-left-radius: 30px!important;
    border-bottom-right-radius: 30px!important;
    overflow: hidden!important
}

body:not(.page-buxtoncomau):not(.office-list) .select2-container--below.select2-container--open {
    background-color: #fff;
    border-top-left-radius: 30px!important
}

body:not(.page-buxtoncomau):not(.office-list) .select2-container--top.select2-container--open {
    background-color: #fff;
    border-bottom-left-radius: 30px!important
}

body.office-list .select2-container--below.select2-container--open {
    background-color: #fff;
    border-top-left-radius: 30px!important;
    border-top-right-radius: 30px!important
}

body.office-list .select2-container--top.select2-container--open {
    background-color: #fff;
    border-bottom-left-radius: 30px!important;
    border-bottom-right-radius: 30px!important
}

.footer-arrow {
    position: relative;
    height: 0
}

@media screen and (max-height: 500px) {
    .footer-arrow {
        display:none
    }
}

.footer-arrow .hero-arrow-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 600px;
    width: 100%;
    z-index: -1
}

@media print,screen and (max-width: 1024px) {
    .footer-arrow .hero-arrow-footer {
        display:none
    }
}

body.account-page .awards-row,body.account-page .footer-arrow {
    display: none
}

section.awards-row {
    background-color: #f7f7f7;
    padding: 5rem 0
}

section.awards-row img {
    margin: 0 auto 1em;
    display: block;
    width: auto;
    max-height: 120px;
    height: auto
}

section.awards-row h6 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 1em
}

section.awards-row p {
    text-align: center;
    font-size: .75em;
    margin-bottom: 0
}

section.project-row {
    padding: 1.875rem 1.5625rem;
    background-color: #252525;
    position: relative
}

section.project-row .project-links:after {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

footer {
    background: #000;
    color: #fff;
    padding: 3.75rem 1.5625rem
}

footer ul {
    list-style: none;
    margin: 0 0 .5em;
    padding: 0
}

footer a {
    color: #fff!important;
    text-decoration: none!important;
    transition: all .35s ease;
    font-size: 14px!important;
    font-size: .875rem!important
}

footer a.header-link,footer a:hover {
    color: #fff
}

footer a .bgt {
    position: relative;
    color: #bec2cd
}

footer a .bgt img {
    display: inline-block;
    margin: 0 .0625rem 0 .3125rem;
    height: 9px;
    height: .5625rem
}

footer p {
    color: #fff
}

footer section.about-links,footer section.b-links {
    margin: 0 0 1rem
}

footer section.social-icons {
    margin: 0 0 1.25rem
}

footer section.social-icons a {
    color: #000!important;
    font-size: 18px!important;
    font-size: 1.125rem!important
}

footer section.b-links {
    font-family: handelgothic_btregular
}

footer section.b-links .log-in-out {
    font-family: museo-sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    padding: .75rem 0 0
}

footer section.about-links {
    font-size: 14px;
    font-size: .875rem;
    color: #fff
}

footer section.about-links ul li {
    display: inline-block
}

footer section.about-links ul li:after {
    content: " | ";
    padding: 0 8px 0 12px;
    display: inline-block
}

footer section.about-links ul li:last-of-type:after {
    display: none
}

footer .social-icons {
    font-size: 26px;
    font-size: 1.625rem
}

footer .social-icons a {
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 10px;
    font-size: 18px;
    text-align: center;
    position: relative
}

footer .social-icons a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

footer form {
    margin: 0 0 40px;
    position: relative
}

footer form input {
    background: #fff;
    border: 0;
    font-size: 18px;
    font-size: 1.125rem;
    height: 50px;
    line-height: 50px;
    padding: 0 60px 0 10px;
    width: 100%
}

footer form button {
    background: #fff;
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}

footer .nbcf-logo {
    display: block;
    height: auto;
    width: 270px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0
}

footer .copyright {
    color: #fff;
    font-size: 14px;
    font-size: .875rem;
    margin: 0
}

footer .built-by-webit {
    font-size: 14px;
    line-height: 14px
}

footer .built-by-webit a {
    color: #fff
}

@media print,screen and (max-width: 991px) {
    footer section.about-links {
        font-size:1rem
    }

    footer .copyright {
        font-size: .9375rem
    }
}

@media print,screen and (max-width: 40em) {
    section.awards-row .columns:last-child p {
        margin-bottom:inherit
    }

    section.awards-row .columns p {
        margin-bottom: 1.5em
    }

    section.project-row .project-links>div {
        height: 40px
    }

    section.project-row .project-links>div:first-child {
        margin-bottom: 70px
    }

    section.project-row .project-links:after {
        width: 100%;
        height: 10px;
        top: 50%;
        transform: translate(-50%,-50%)
    }

    footer {
        padding: 1.875rem 1.5625rem
    }

    footer .nbcf-logo {
        margin: 0;
        width: 100%;
        max-width: 200px
    }

    footer section.about-links ul li {
        display: block
    }

    footer section.about-links ul li:after {
        display: none
    }

    footer p.copyright {
        text-align: center
    }
}

@media print,screen and (max-width: 480px) {
    footer .social-icons a {
        margin-right:5px
    }

    footer .nbcf-logo {
        max-width: 120px;
        margin-top: -50px
    }
}

.gmap {
    background-color: #e5e3df
}

body.agent-detail header,body.content-page header,body.landing-page header,body.office-detail header,body.office-list header {
    background: rgba(0,0,0,.25)
}

body.agent-detail header.scroll,body.content-page header.scroll,body.landing-page header.scroll,body.office-detail header.scroll,body.office-list header.scroll {
    background: #000
}

body.agent-detail header.header-buxtoncomau,body.content-page header.header-buxtoncomau,body.landing-page header.header-buxtoncomau,body.office-detail header.header-buxtoncomau,body.office-list header.header-buxtoncomau {
    background: #fff;
    color: #000
}

body.agent-detail header.header-buxtoncomau.scroll,body.content-page header.header-buxtoncomau.scroll,body.landing-page header.header-buxtoncomau.scroll,body.office-detail header.header-buxtoncomau.scroll,body.office-list header.header-buxtoncomau.scroll {
    background: #fff
}

body.agent-detail header.header-buxtoncomau .menu-links a,body.content-page header.header-buxtoncomau .menu-links a,body.landing-page header.header-buxtoncomau .menu-links a,body.office-detail header.header-buxtoncomau .menu-links a,body.office-list header.header-buxtoncomau .menu-links a {
    color: #000;
    font-family: museo-sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1;
    transition: opacity .2s
}

body.agent-detail header.header-buxtoncomau .menu-links a.active,body.content-page header.header-buxtoncomau .menu-links a.active,body.landing-page header.header-buxtoncomau .menu-links a.active,body.office-detail header.header-buxtoncomau .menu-links a.active,body.office-list header.header-buxtoncomau .menu-links a.active {
    color: #000;
    font-weight: 700
}

body.agent-detail header.header-buxtoncomau .menu-links a:hover,body.content-page header.header-buxtoncomau .menu-links a:hover,body.landing-page header.header-buxtoncomau .menu-links a:hover,body.office-detail header.header-buxtoncomau .menu-links a:hover,body.office-list header.header-buxtoncomau .menu-links a:hover {
    opacity: .2!important
}

body.agent-detail header.header-buxtoncomau .menu-links a.appraisal:hover,body.content-page header.header-buxtoncomau .menu-links a.appraisal:hover,body.landing-page header.header-buxtoncomau .menu-links a.appraisal:hover,body.office-detail header.header-buxtoncomau .menu-links a.appraisal:hover,body.office-list header.header-buxtoncomau .menu-links a.appraisal:hover {
    opacity: 1!important
}

body.agent-detail header.header-buxtoncomau .menu-links a.btn,body.content-page header.header-buxtoncomau .menu-links a.btn,body.landing-page header.header-buxtoncomau .menu-links a.btn,body.office-detail header.header-buxtoncomau .menu-links a.btn,body.office-list header.header-buxtoncomau .menu-links a.btn {
    border: none;
    color: #fff;
    background: #000;
    border-radius: 57px
}

body.agent-detail header.header-buxtoncomau .menu-links a.btn:hover,body.content-page header.header-buxtoncomau .menu-links a.btn:hover,body.landing-page header.header-buxtoncomau .menu-links a.btn:hover,body.office-detail header.header-buxtoncomau .menu-links a.btn:hover,body.office-list header.header-buxtoncomau .menu-links a.btn:hover {
    background: #f0f0f0;
    color: #000
}

body.agent-detail header.header-buxtoncomau .menu-button a,body.content-page header.header-buxtoncomau .menu-button a,body.landing-page header.header-buxtoncomau .menu-button a,body.office-detail header.header-buxtoncomau .menu-button a,body.office-list header.header-buxtoncomau .menu-button a {
    color: #000
}

body.content-page.account-page header,body.content-page.landing-page header {
    background: #000
}

#top-header {
    height: 40px;
    width: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
    z-index: 1100
}

@media screen and (max-width: 767px) {
    #top-header {
        display:none
    }
}

#top-header ul.top-menu {
    list-style: none;
    padding: 0 1em;
    margin: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}

#top-header ul.top-menu li {
    font-size: 14px
}

#top-header ul.top-menu li a {
    color: #fff;
    padding: 0 1.5em
}

body.listing-list #top-header {
    display: none
}

body.listing-list header {
    margin-top: 0
}

header {
    width: 100%;
    height: 100px;
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 1100;
    transition: all .35s
}

@media screen and (max-width: 767px) {
    header {
        margin-top:0
    }
}

header.scroll {
    background: #000
}

header .login {
    font-family: handelgothic_btregular
}

header .login .bgt {
    position: relative;
    color: #bec2cd
}

header .login .bgt img {
    display: inline-block;
    margin: 0 .0625rem 0 .3125rem;
    height: 9px;
    height: .5625rem
}

header .search-button {
    background: #bec2cd;
    height: 38px;
    overflow: hidden;
    width: 38px
}

header .search-button:focus {
    outline: 0 none
}

header .search-button i {
    color: #000;
    display: block;
    height: 100%;
    line-height: 38px;
    text-align: center;
    width: 100%
}

header .search-button span {
    text-indent: -99999px
}

header .logo {
    display: inline-block;
    margin: 0 auto 0 0
}

header .logo img {
    width: 135px;
    height: 36px
}

header .menu-button {
    height: 38px;
    overflow: hidden;
    width: 38px
}

header .menu-button a {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none
}

header .menu-button a:focus {
    outline: 0
}

header .menu-button a i {
    display: block;
    height: 100%;
    line-height: 38px;
    text-align: center;
    width: 100%
}

header .menu-button a span {
    text-indent: -99999px
}

header .menu-button:focus {
    outline: 0
}

header .menu-links ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header .menu-links li {
    display: inline-block;
    float: left
}

header .menu-links a {
    color: #fff;
    line-height: 60px;
    padding: 15px;
    margin: 0 10px;
    text-decoration: none;
    font-weight: 600
}

@media screen and (max-width: 1199px) {
    header .menu-links a {
        margin:0 5px
    }
}

@media screen and (max-width: 1023px) {
    header .menu-links a {
        margin:0 2px;
        padding: 10px
    }
}

@media screen and (max-width: 880px) {
    header .menu-links a {
        font-size:14px
    }
}

header .menu-links a:hover {
    opacity: .2!important
}

header .menu-links a:focus {
    outline: 0
}

header .menu-links a.btn {
    border-radius: 57px;
    padding: 15px 25px;
    margin: 0 25px;
    background-color: #000;
    color: #fff
}

@media screen and (max-width: 1199px) {
    header .menu-links a.btn {
        margin:0 15px
    }
}

@media screen and (max-width: 1023px) {
    header .menu-links a.btn {
        margin:0 10px;
        padding: 15px
    }
}

@media screen and (max-width: 767px) {
    header .menu-links a.btn {
        padding:10px 15px;
        margin: 0;
        font-size: 1em
    }
}

header .menu-links a.btn:hover {
    border: 1px solid #bec2cd;
    background-color: #000;
    color: #fff
}

header .menu-links a.btn.appraisal {
    margin-right: 10px
}

header .menu-links a.search {
    padding: 15px 10px;
    cursor: pointer;
    margin: 0 10px 0 0
}

header .menu-links a.search span {
    display: inline-block;
    text-indent: -99999px
}

header .menu-links a.sign-in {
    cursor: pointer
}

header .menu-links a.active {
    color: #bec2cd
}

header .menu-links a.active:hover {
    color: #fff
}

@media print,screen and (min-width: 40em) {
    header .logo {
        padding:0;
        margin-right: auto;
        margin-left: 0
    }
}

@media screen and (max-width: 640px) {
    header {
        height:60px
    }

    header .logo img {
        width: 115px;
        height: 28px
    }
}

@media screen and (max-height: 500px) {
    header {
        height:60px
    }

    header .logo img {
        width: 115px;
        height: 28px
    }
}

@media screen and (max-height: 500px) {
    header .menu-links ul li a {
        padding:10px
    }
}

header.header-buxtoncomau {
    background: #fff!important;
    color: #000
}

header.header-buxtoncomau.scroll {
    background: #fff!important
}

header.header-buxtoncomau .menu-links a {
    color: #000;
    font-family: museo-sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1
}

header.header-buxtoncomau .menu-links a.active {
    color: #000;
    font-weight: 700
}

header.header-buxtoncomau .menu-links a:hover {
    opacity: .8!important
}

header.header-buxtoncomau .menu-links a.btn {
    border: 1px solid #000;
    color: #fff;
    background: #000;
    border-radius: 57px
}

header.header-buxtoncomau .menu-links a.btn:hover {
    background: rgba(0,0,0,.25);
    color: #000;
    border-color: #000
}

header.header-buxtoncomau .menu-button a {
    color: #000
}

@media screen and (min-width: 40em) and (max-height:500px) {
    header .row {
        max-width:100%
    }

    header .hide-for-medium {
        display: block!important
    }

    header .show-for-medium {
        display: none!important
    }

    .reveal .property-search-form-agent .property-search-header,.reveal .property-search-form-agent .select2-container,.reveal .property-search-form .property-search-header,.reveal .property-search-form .select2-container {
        margin: 0 0 .625rem
    }

    .reveal .property-search-form-agent .columns,.reveal .property-search-form .columns {
        padding: 0 .625rem
    }

    .reveal .property-search-form-agent .columns.q-column,.reveal .property-search-form .columns.q-column {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .reveal .property-search-form-agent .offmarket-tile,.reveal .property-search-form .offmarket-tile {
        display: none
    }
}

.is-reveal-open header {
    z-index: 1000
}

body.listing-list .header-spacer {
    margin-top: 0
}

@media print,screen and (min-width: 40em) {
    .header-spacer {
        height:100px;
        margin-top: 20px
    }
}

@media screen and (max-width: 767px) {
    .header-spacer {
        margin-top:0
    }
}

@media screen and (max-width: 40em) {
    .header-spacer {
        height:60px
    }
}

@media screen and (min-width: 40em) and (max-height:500px) {
    .header-spacer {
        height:60px
    }
}

#header-menu {
    background: transparent none;
    top: 0!important;
    left: 0!important;
    padding: 38px 0 0
}

@media screen and (min-width: 641px) and (max-width:767px) {
    #header-menu {
        margin-top:40px!important
    }
}

#header-menu .close-button {
    background: transparent none;
    display: block;
    height: 100%;
    margin: -38px 0 0;
    width: 100%;
    z-index: 1
}

#header-menu .close-button:focus {
    outline: 0 none
}

#header-menu nav {
    background: #171717;
    position: absolute;
    right: 0;
    top: 60px;
    width: 100%;
    border-top: 1px solid #fff;
    z-index: 1
}

@media screen and (min-width: 768px) {
    #header-menu nav {
        display:none
    }
}

#header-menu ul {
    list-style: none;
    margin: 0;
    padding: 0 20px
}

#header-menu ul li+li {
    border-top: 1px solid rgba(197,203,207,.5)
}

#header-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: .85em;
    font-weight: 700;
    line-height: 4em;
    display: block;
    width: 100%;
    padding-left: 8px;
    position: relative
}

#header-mobile-search {
    background: transparent none;
    top: 0!important;
    left: 0!important;
    padding: 38px 0 0
}

#header-mobile-search .close-button {
    background: transparent none;
    display: block;
    height: 38px;
    margin: 0;
    width: 100%;
    z-index: 1
}

#header-mobile-search .close-button:focus {
    outline: 0 none
}

#header-mobile-search .form-wrap {
    background: rgba(0,0,0,.75);
    height: 100%;
    padding: 25px 25px 0;
    width: 100%
}

#header-mobile-search .form-wrap .property-search-form,#header-mobile-search .form-wrap .property-search-form-agent {
    max-width: 100%
}

#header-mobile-search .form-wrap .property-search-form-agent .select2-container,#header-mobile-search .form-wrap .property-search-form .select2-container {
    line-height: 1.5
}

#header-mobile-search .form-wrap .property-search-form-agent label,#header-mobile-search .form-wrap .property-search-form label {
    color: #fff
}

#header-mobile-search .submit {
    margin: 0 0 .9375rem
}

#header-mobile-search .offmarket-tile span {
    padding: .625rem
}

#header-desktop-search {
    background: transparent none;
    color: #000;
    left: 0!important;
    padding: 60px 0 0
}

#header-desktop-search .close-button {
    position: absolute;
    color: #000;
    cursor: pointer;
    top: 60px;
    font-size: 4em;
    line-height: 1;
    right: 50px
}

#header-desktop-search .close-button span {
    background: transparent!important
}

#header-desktop-search .close-button:focus {
    outline: 0 none
}

#header-desktop-search .facet-search {
    margin-bottom: .625rem!important
}

#header-desktop-search .facet-search a {
    font-weight: 700
}

#header-desktop-search .facet-type {
    font-size: 14px;
    font-size: .875rem
}

#header-desktop-search .facet-type a {
    font-weight: 700;
    font-family: museo-sans,Helvetica Neue,Helvetica,Arial,sans-serif
}

#header-desktop-search .facet-type .facet-category {
    font-size: 14px;
    font-size: .875rem;
    margin-left: .3125rem
}

#header-desktop-search .facet-type .facet-category a {
    font-weight: 400;
    font-family: museo-sans,Helvetica Neue,Helvetica,Arial,sans-serif
}

#header-desktop-search .custom-select {
    position: relative;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    margin: 0 0 12px;
    width: 100%;
    padding: 0 .625rem;
    border-radius: 4px
}

#header-desktop-search .custom-select select {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    outline: none
}

#header-desktop-search .submit {
    background-color: #000;
    color: #fff
}

#header-desktop-search .submit:focus,#header-desktop-search .submit:hover {
    background-color: #f0f0f0;
    color: #000
}

#header-desktop-search .form-wrap {
    background: #fff;
    width: 100%;
    max-width: 960px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 120px 50px 50px
}

#header-desktop-search .form-wrap .vertical-spacer,#header-desktop-search .form-wrap label {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%
}

#header-desktop-search .form-wrap label b {
    font-weight: 700
}

#header-desktop-search .form-wrap input,#header-desktop-search .form-wrap select,#header-desktop-search .form-wrap textarea {
    border: none;
    background-color: #f0f0f0;
    margin: 0 0 1em;
    opacity: 1;
    transition: opacity .5s;
    width: 100%;
    border-radius: 50px;
    padding: .75em 1.25em
}

#header-desktop-search .form-wrap input {
    height: 40px;
    line-height: 1em
}

#header-desktop-search .form-wrap select {
    line-height: 1em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f0f0f0;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20256%20256%22%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M213.66%2C101.66l-80%2C80a8%2C8%2C0%2C0%2C1-11.32%2C0l-80-80A8%2C8%2C0%2C0%2C1%2C53.66%2C90.34L128%2C164.69l74.34-74.35a8%2C8%2C0%2C0%2C1%2C11.32%2C11.32Z%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-position: right .75rem center;
    background-size: 1rem;
    padding-right: 2rem
}

#header-desktop-search .form-wrap .autocomplete-heading {
    font-weight: 700
}

#header-desktop-search .form-wrap .autocomplete-heading a {
    color: #fff
}

#header-desktop-search .form-wrap .autocomplete-heading a:hover {
    text-decoration: underline
}

#header-desktop-search .form-wrap .autocomplete-list {
    list-style: none;
    margin: 0;
    padding: 0
}

#header-desktop-search .form-wrap .autocomplete-list li {
    margin: 0;
    padding: 0
}

#header-desktop-search .form-wrap .autocomplete-list li a {
    color: #fff;
    font-weight: 400;
    text-transform: capitalize
}

#header-desktop-search .form-wrap .autocomplete-list li a:hover {
    text-decoration: underline
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    height: 40px;
    height: 2.5rem
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    line-height: 2.5rem
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    height: 2.375rem
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    display: inline-block;
    color: #2d373d;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -6px;
    margin-top: -8px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107"
}

.select2-container--default.select2-container--focus .select2-selection--multiple,.select2-container--default .select2-selection--multiple {
    border: 1px solid #fff;
    border-radius: 0;
    height: 60px!important;
    overflow: hidden
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    height: auto;
    overflow: auto
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #dadbe3;
    color: #444
}

.select2-dropdown {
    border-color: #fff;
    border-radius: 0
}

input.select2-search__field {
    margin: 5px 0 0!important;
    height: auto!important;
    line-height: 40px!important;
    padding: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 40px;
    height: 40px;
    border: 0;
    background-color: #bec2cd;
    font-weight: 700;
    border-radius: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px
}

#header-mobile-search .select2-container--default.select2-container--focus .select2-selection--multiple,#header-mobile-search .select2-container--default .select2-selection--multiple {
    border: 1px solid #aaa;
    height: 40px
}

#header-mobile-search input.select2-search__field {
    margin: 5px 0 0!important;
    height: auto!important;
    line-height: 30px!important;
    padding: 0
}

#header-mobile-search .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 0;
    font-weight: 700;
    height: 30px;
    line-height: 30px
}

#header-mobile-search .select2-container--default.select2-container--focus .select2-selection--multiple {
    height: auto;
    overflow: auto
}

.user-profile {
    position: relative
}

@media screen and (max-width: 480px) {
    .user-profile {
        position:static
    }
}

.user-profile .menu {
    position: absolute;
    width: 320px;
    top: 80px;
    right: 0;
    border-radius: 0 0 5px 5px;
    overflow: hidden
}

@media screen and (max-width: 640px) {
    .user-profile .menu {
        top:60px
    }
}

@media screen and (max-width: 480px) {
    .user-profile .menu {
        width:100%
    }
}

.user-profile .menu .user-name {
    background-color: #e6e6e6;
    padding: 1em
}

.user-profile .menu .user-name .user {
    display: block;
    padding: .5em .5em .5em 50px;
    color: #252525;
    font-weight: 700;
    position: relative
}

.user-profile .menu .user-name .user img {
    display: block;
    width: 30px;
    height: 100%;
    max-height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px
}

.user-profile .menu .user-links {
    background-color: #fff;
    padding: .5em 1em 1em
}

.user-profile .menu .user-links ul li {
    width: 100%;
    float: none;
    border-bottom: 1px solid #000
}

.user-profile .menu .user-links ul li:last-child {
    border-bottom: 0
}

.user-profile .menu .user-links ul li a {
    color: #000;
    width: 100%;
    font-size: 1em!important;
    font-weight: 300;
    line-height: normal;
    display: block;
    position: relative;
    padding: 1em 1em 1em 50px
}

.user-profile .menu .user-links ul li a img {
    display: block;
    width: 30px;
    height: 100%;
    max-height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px
}

.user-profile .menu .user-links ul li a.cta {
    color: #fff;
    width: 100%;
    line-height: normal;
    font-weight: 700;
    margin: 1em 0 0;
    padding: 10px 25px!important
}

.responsive-object {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden
}

.responsive-object>div:first-child,.responsive-object>iframe:first-child,.responsive-object>img:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.block-accounts-form .block-text {
    margin: 0
}

body.account-page .content-row {
    padding: 4em 0
}

body.account-page .alert-form p {
    font-weight: 700
}

body.account-page .alert-form ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

body.account-page .alert-form ul li {
    display: inline-block;
    padding-right: 1rem;
    width: auto
}

body.account-page .alert-form ul li label {
    -ms-flex-align: baseline;
    align-items: baseline;
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    width: auto
}

body.account-page .alert-form ul li label input[type=checkbox] {
    margin: 0 .3125rem 0 0;
    padding: 0;
    vertical-align: middle;
    width: auto
}

body.account-page .alert-form #id_suburbs {
    height: 200px
}

body.account-page form p {
    margin: 0
}

body.account-page table tbody tr,body.account-page table thead th {
    padding: .3125rem
}

body.account-page .profile-menu ul {
    list-style-type: none;
    padding: 0
}

body.account-page .profile-menu ul li {
    display: block
}

body.account-page.form section.form {
    padding: 0
}

body.account-page .login-wrapper a.login-option {
    color: #000
}

body.account-page .login-wrapper a.login-option:hover {
    text-decoration: underline
}

body.account-page .login-form input:-ms-input-placeholder {
    color: #000
}

body.account-page .login-form input::placeholder {
    color: #000
}

body.account-page .login-form label {
    font-weight: 700
}

body.account-page .login-form label input {
    margin-top: .25em;
    margin-bottom: 1em;
    border: 1px solid #777;
    border-radius: 5px;
    width: 100%
}

body.account-page .login-form .search-container .select2-container--default .select2-selection--multiple {
    padding-left: 35px;
    height: auto!important;
    border: 1px solid #777;
    border-radius: 5px
}

body.account-page .login-form .search-container .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline {
    line-height: 45px;
    margin-top: 5px;
    padding-right: 0
}

body.account-page .login-form .search-container .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    padding-left: 0!important
}

body.account-page .login-form .search-container .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background: #ccc;
    height: 100%;
    line-height: 45px;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

body.account-page .login-form .search-container .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    color: #000;
    margin-right: 0;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    padding: 0;
    text-align: center;
    display: inline-block;
    line-height: normal
}

body.account-page .errorlist {
    margin: -.9375rem 0 .9375rem;
    padding: .625rem;
    list-style: none;
    color: #cc4b37;
    background-color: #f9ecea
}

body.account-page .errorlist li {
    margin: 0;
    padding: 0
}

.form-container .content input,.form-container .content select {
    height: 50px;
    padding: 0 1rem;
    line-height: 20px;
    line-height: 1.25rem
}

.login-wrapper {
    background-color: #f7f7f7;
    padding: 2em;
    border-radius: 5px
}

.login-wrapper .content input,.login-wrapper .content select {
    height: 50px;
    padding: 0 1rem;
    line-height: 20px;
    line-height: 1.25rem
}

.login-wrapper button {
    height: 50px;
    line-height: 20px;
    line-height: 1.25rem
}

.login-wrapper .account-links .columns:last-child p {
    text-align: right
}

.benefits-block {
    padding: 2em
}

@media screen and (max-width: 640px) {
    .benefits-block {
        padding:0
    }
}

@media screen and (max-width: 640px) {
    .benefits-block h2 {
        text-align:center;
        margin-top: 2em!important
    }
}

.benefits-block .benefit-item {
    padding-left: 70px;
    position: relative
}

.benefits-block .benefit-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 50px;
    max-height: 50px
}

.privacy-statement {
    margin-top: 1em;
    padding: 0 2em
}

@media screen and (max-width: 640px) {
    .privacy-statement {
        padding:0
    }
}

a.underline {
    color: #000;
    text-decoration: underline
}

a.underline:hover {
    color: #bec2cd
}

.form-wrapper {
    background-color: #f7f7f7;
    padding: 2em;
    border-radius: 5px;
    margin-bottom: 2em
}

.form-wrapper input,.form-wrapper select {
    height: 50px;
    padding: 0 1rem;
    line-height: 20px;
    line-height: 1.25rem
}

.form-wrapper button {
    height: 50px;
    line-height: 20px;
    line-height: 1.25rem;
    min-width: 235px;
    margin-top: 1em;
    margin-bottom: 0
}

@media screen and (max-width: 640px) {
    .form-wrapper button {
        width:100%;
        margin-top: 0
    }
}

.form-wrapper a.button {
    height: 50px;
    line-height: 28px;
    line-height: 1.75rem
}

@media screen and (max-width: 640px) {
    .form-wrapper a.button {
        width:100%
    }
}

body.error-page h1,body.error-page h2,body.error-page h3,body.error-page h4,body.error-page h5,body.error-page h6,body.error-page p {
    color: #707070
}

body.error-page ul {
    padding: 0 0 0 1rem;
    margin-bottom: 2em
}

body.error-page ul li a {
    color: #707070
}

body.error-page ul li a:active,body.error-page ul li a:focus,body.error-page ul li a:hover {
    color: #000
}

body.error-page .content-row {
    padding: 2em 0
}

body.error-page .form-wrapper {
    padding: 2.5em;
    margin-bottom: 0
}

body.error-page .form-wrapper .content input,body.error-page .form-wrapper .content select {
    height: 50px;
    padding: 0 1rem;
    line-height: 20px;
    line-height: 1.25rem
}

body.error-page .form-wrapper button {
    height: 50px;
    line-height: 20px;
    line-height: 1.25rem;
    width: 100%
}

body.error-page .form-wrapper a.cta {
    height: 50px;
    line-height: 28px;
    line-height: 1.75rem;
    width: 100%
}

body.create-contact-form button {
    height: 50px;
    line-height: 20px;
    line-height: 1.25rem;
    min-width: 235px;
    margin-top: 1em;
    margin-bottom: 0
}

@media screen and (max-width: 640px) {
    body.create-contact-form button {
        width:100%;
        margin-top: 0
    }
}

body.create-contact-form a.button {
    height: 50px;
    line-height: 28px;
    line-height: 1.75rem
}

@media screen and (max-width: 640px) {
    body.create-contact-form a.button {
        width:100%
    }
}

.search-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 1em
}

.search-container input,.search-container select {
    padding-left: 40px!important;
    margin: 0!important
}

.search-container .select2-container {
    margin: 0
}

.select-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 1em
}

.select-container:after {
    content: "";
    display: block;
    width: 15px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url("/static/img/select_arrowx2.b368ccc9d047.png") no-repeat;
    background-size: 15px;
    background-position: 50%
}

.select-container select {
    padding-right: 40px!important;
    margin: 0!important;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none
}

.select-container select::-ms-expand {
    display: none
}

.select-container.select-single .select2-selection__arrow {
    display: block;
    width: 15px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url("/static/img/select_arrowx2.b368ccc9d047.png") no-repeat;
    background-size: 15px;
    background-position: 50%
}

.select-container.select-single .select2-selection__arrow b {
    color: transparent
}

.select-container.select-single:after {
    display: none
}

.currency-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 1em
}

.currency-container:after {
    content: "$";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px
}

.currency-container input {
    padding-left: 25px;
    margin-bottom: 0
}

.currency-container input::-webkit-inner-spin-button,.currency-container input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.date-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 1em
}

.date-container input {
    padding-right: 40px!important;
    margin: 0!important;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none
}

.date-container input::-ms-expand {
    display: none
}

.date-container input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none
}

.date-container input::-webkit-calendar-picker-indicator {
    opacity: 1;
    display: block;
    width: 15px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url("/static/img/select_arrowx2.b368ccc9d047.png") no-repeat;
    background-size: 15px;
    background-position: 50%;
    color: transparent;
    cursor: pointer
}

table thead {
    background: transparent;
    border-width: 0 0 1px;
    border-color: #000
}

table thead tr th {
    padding: .75rem 1rem!important
}

table tbody {
    border: 0
}

table tbody tr:nth-child(2n) {
    background: #f7f7f7
}

table tbody tr td {
    padding: .75rem 1rem
}

table tbody tr td.controls {
    width: 80px
}

table tbody tr td.controls a {
    display: inline-block;
    margin-right: 10px;
    color: #000;
    opacity: 0;
    transition: visibility 0s,opacity .2s linear
}

table tbody tr td.controls a:last-child {
    margin-right: 0
}

table tbody tr:hover td.controls a {
    opacity: 1
}

.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 18px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.switch input:checked+.slider {
    background-color: #b1c91e
}

.switch input:checked+.slider:before {
    transform: translateX(14px)
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d6d6d6;
    transition: .4s
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 1px;
    bottom: 1px;
    background-color: #fff;
    transition: .4s
}

@media screen and (min-width: 961px) {
    .show-960 {
        display:none!important
    }

    .hide-960 {
        display: block!important
    }
}

@media screen and (max-width: 960px) {
    .show-960 {
        display:block!important
    }

    .hide-960 {
        display: none!important
    }
}

.property-icon {
    font-family: buxtioniconsmedium;
    padding: 0 5px 0 10px
}

@media screen and (max-width: 960px) {
    .property-icon {
        padding:0 5px 0 0
    }
}

.mob-header {
    padding: .5em .75em;
    border-bottom: 1px solid #000;
    margin-bottom: 5px
}

.mob-body {
    padding-top: .5em;
    padding-bottom: .5em
}

.mob-row {
    background-color: #f7f7f7;
    padding: .5em .75em
}

.mob-row:nth-child(2n) {
    background-color: #fff
}

.mob-row .details .info .property-icon+span {
    padding-right: 7px
}

.mob-row .details .actions a.button {
    height: auto;
    min-width: 0;
    width: 100%;
    line-height: 1.25em;
    margin-top: 0;
    margin-bottom: .5em
}

@media screen and (max-width: 480px) {
    .mob-row .details .actions a.button {
        font-size:.8rem;
        padding: 10px 15px
    }
}

.notification-status i {
    color: #707070;
    float: right
}

.mob-row .office-toggle {
    cursor: pointer;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
    min-width: unset;
    height: auto;
    outline: 0!important
}

@media print,screen and (min-width: 40em) {
    .mob-row .office-toggle {
        font-size:3.125rem;
        margin: 0 0 1.875rem;
        padding-right: 5.625rem
    }
}

.mob-row .office-toggle .toggle {
    background-color: transparent;
    margin-top: -.9375rem;
    position: absolute;
    right: 10px;
    text-align: center;
    transition: transform .5s;
    width: inherit;
    min-width: unset
}

@media print,screen and (min-width: 40em) {
    .mob-row .office-toggle .toggle {
        border-radius:4.25rem;
        height: 4.25rem;
        line-height: 4.25rem;
        margin-top: -2.125rem;
        width: 4.25rem
    }
}

.mob-row .office-toggle .toggle .fa {
    color: #000
}

.mob-row .office-toggle.open .toggle {
    right: 10px;
    transform: rotate(-180deg)
}

.mob-row .office-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s cubic-bezier(0,1,0,1)
}

.mob-row .office-container>.row {
    padding: 1.625rem 0 .625rem
}

.mob-row .office-container.open {
    max-height: 9999px;
    transition: max-height .3s cubic-bezier(1,0,1,0)
}

.commercial-body .agent .contact-block,body.agent-detail .agent .contact-block {
    background-color: #f7f7f7
}

.commercial-body .agent-thumb,body.agent-detail .agent-thumb {
    position: relative;
    width: 150px;
    border-radius: 50%;
    background: no-repeat 50%;
    background-size: cover;
    overflow: hidden;
    height: 150px;
    margin-bottom: .9375rem
}

@media print,screen and (min-width: 40em) {
    .commercial-body .agent-thumb,body.agent-detail .agent-thumb {
        margin-bottom:0;
        width: 100%;
        height: auto;
        aspect-ratio: 1/1
    }
}

.commercial-body .agent-office-info,body.agent-detail .agent-office-info {
    margin-top: 1rem
}

@media print,screen and (min-width: 64em) {
    .commercial-body .agent-office-info,body.agent-detail .agent-office-info {
        margin-top:0
    }
}

.commercial-body .agent-info,body.agent-detail .agent-info {
    -ms-flex-direction: column;
    flex-direction: column
}

@media print,screen and (min-width: 64em) {
    .commercial-body .agent-info,body.agent-detail .agent-info {
        -ms-flex-direction:row;
        flex-direction: row
    }
}

.commercial-body .slideshow-container,body.agent-detail .slideshow-container {
    position: relative
}

.commercial-body .next,.commercial-body .prev,body.agent-detail .next,body.agent-detail .prev {
    cursor: pointer;
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    font-size: 2em;
    font-weight: 700;
    transition: .2s ease;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.commercial-body .prev,body.agent-detail .prev {
    left: 0
}

.commercial-body .next,body.agent-detail .next {
    right: 0
}

.commercial-body .text,body.agent-detail .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center
}

.commercial-body .numbertext,body.agent-detail .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.commercial-body .dot,body.agent-detail .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}

.commercial-body .dot:hover,body.agent-detail .dot:hover {
    background-color: #717171
}

.commercial-body .fade,body.agent-detail .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s
}

@keyframes fade {
    0% {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@media print,screen and (min-width: 64em) {
    .commercial-body .agent-info-block,body.agent-detail .agent-info-block {
        position:relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .commercial-body .agent-info,body.agent-detail .agent-info {
        width: 100%;
        gap: 3rem
    }

    .commercial-body .agent-info a,.commercial-body .agent-info p,.commercial-body .agent-info span,body.agent-detail .agent-info a,body.agent-detail .agent-info p,body.agent-detail .agent-info span {
        font-size: 1.25rem;
        line-height: 1.5
    }
}

.commercial-body .agent-name,body.agent-detail .agent-name {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: normal;
    margin-bottom: 5px
}

.commercial-body .agent-position,body.agent-detail .agent-position {
    font-weight: 600;
    margin: 0
}

.commercial-body .office-email a,body.agent-detail .office-email a {
    display: block
}

@media print,screen and (min-width: 40em) {
    .commercial-body .office-email a,body.agent-detail .office-email a {
        display:inline
    }
}

.commercial-body .agent-email,.commercial-body .agent-phone,.commercial-body .office-email,.commercial-body .office-phone,body.agent-detail .agent-email,body.agent-detail .agent-phone,body.agent-detail .office-email,body.agent-detail .office-phone {
    margin: 0;
    font-weight: 300
}

.commercial-body .agent-email a,.commercial-body .agent-phone a,.commercial-body .office-email a,.commercial-body .office-phone a,body.agent-detail .agent-email a,body.agent-detail .agent-phone a,body.agent-detail .office-email a,body.agent-detail .office-phone a {
    color: #000;
    text-decoration: underline
}

.commercial-body .agent-email a:hover,.commercial-body .agent-phone a:hover,.commercial-body .office-email a:hover,.commercial-body .office-phone a:hover,body.agent-detail .agent-email a:hover,body.agent-detail .agent-phone a:hover,body.agent-detail .office-email a:hover,body.agent-detail .office-phone a:hover {
    color: #bec2cd
}

.commercial-body .agent-phone,body.agent-detail .agent-phone {
    position: relative;
    z-index: 100;
    color: #000
}

.commercial-body .agent-title-wrap,body.agent-detail .agent-title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 640px) {
    .commercial-body .agent-title-wrap,body.agent-detail .agent-title-wrap {
        -ms-flex-direction:column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.commercial-body .agent-contact-button,body.agent-detail .agent-contact-button {
    margin-top: 1rem
}

@media print,screen and (min-width: 40em) {
    .commercial-body .agent-contact-button,body.agent-detail .agent-contact-button {
        margin-left:auto;
        margin-top: 0
    }
}

@media screen and (max-width: 640px) {
    .commercial-body .agent-contact-button,body.agent-detail .agent-contact-button {
        -ms-flex-order:2;
        order: 2;
        margin-top: 1rem;
        margin-left: 0
    }
}

.commercial-body .office-info a,body.agent-detail .office-info a {
    color: #000;
    text-decoration: underline;
    font-weight: 300
}

.commercial-body .office-info a:hover,body.agent-detail .office-info a:hover {
    color: #bec2cd
}

.commercial-body .office-info a.button,body.agent-detail .office-info a.button {
    color: #000;
    text-decoration: none;
    font-weight: 700
}

.commercial-body .office-info a.button:hover,body.agent-detail .office-info a.button:hover {
    color: #000
}

.commercial-body .agent-description,body.agent-detail .agent-description {
    font-size: 12px;
    font-size: .75rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding: 1.5625rem 0
}

@media print,screen and (min-width: 40em) {
    .commercial-body .agent-description,body.agent-detail .agent-description {
        padding:3.125rem 0;
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.commercial-body .social-links,body.agent-detail .social-links {
    margin: .9375rem 0 0;
    padding: 0;
    list-style: none
}

.commercial-body .social-links li,body.agent-detail .social-links li {
    display: inline-block
}

@media print,screen and (min-width: 40em) {
    .commercial-body .social-links li,body.agent-detail .social-links li {
        margin:0 0 0 .9375rem
    }
}

@media print,screen and (min-width: 64em) {
    .commercial-body .social-links li,body.agent-detail .social-links li {
        margin:0 0 0 1.875rem
    }
}

.commercial-body .social-links li a,body.agent-detail .social-links li a {
    color: #fff
}

.commercial-body .social-links li a .fa,body.agent-detail .social-links li a .fa {
    font-size: 26px;
    font-size: 1.625rem
}

.commercial-body .module,body.agent-detail .module {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: .625rem;
    cursor: pointer
}

@media print,screen and (min-width: 40em) {
    .commercial-body .module,body.agent-detail .module {
        margin-bottom:.9375rem
    }
}

.commercial-body .module.market-update,body.agent-detail .module.market-update {
    background: url("img/tile-latest-market-update.7722834ee659.jpg") 50% 50% no-repeat;
    background-size: cover
}

.commercial-body .module.market-update .caption,body.agent-detail .module.market-update .caption {
    display: block;
    text-indent: -99999px
}

.commercial-body .module.office-video,body.agent-detail .module.office-video {
    background: url("img/tile-office-profile.8be5c219a3dd.jpg") 50% 50% no-repeat;
    background-size: cover
}

.commercial-body .module.office-video .caption,body.agent-detail .module.office-video .caption {
    display: block;
    text-indent: -99999px
}

.commercial-body .module.current-properties,body.agent-detail .module.current-properties {
    background-color: #bec2cd
}

.commercial-body .module.current-properties .caption,body.agent-detail .module.current-properties .caption {
    color: #2d373d;
    font-size: 14px;
    font-size: .875rem;
    line-height: 15px;
    line-height: .9375rem;
    padding: .9375rem
}

@media print,screen and (min-width: 40em) {
    .commercial-body .module.current-properties .caption,body.agent-detail .module.current-properties .caption {
        font-size:1.625rem;
        line-height: 1.75rem;
        padding: 1.5625rem
    }
}

.commercial-body .module.current-properties img,body.agent-detail .module.current-properties img {
    position: absolute;
    width: 37%;
    height: 55%;
    bottom: 8%;
    right: 9%
}

.commercial-body .module.recent-success,body.agent-detail .module.recent-success {
    background-color: #2d373d
}

.commercial-body .module.recent-success .caption,body.agent-detail .module.recent-success .caption {
    color: #fff;
    font-size: 14px;
    font-size: .875rem;
    line-height: 15px;
    line-height: .9375rem;
    padding: .9375rem
}

@media print,screen and (min-width: 40em) {
    .commercial-body .module.recent-success .caption,body.agent-detail .module.recent-success .caption {
        font-size:1.625rem;
        line-height: 1.75rem;
        padding: 1.5625rem
    }
}

.commercial-body .module.recent-success img,body.agent-detail .module.recent-success img {
    position: absolute;
    width: 43%;
    height: 43%;
    bottom: 0;
    right: 0
}

.commercial-body .back-to-offices,body.agent-detail .back-to-offices {
    padding-top: .9375rem
}

@media print,screen and (min-width: 40em) {
    .commercial-body .back-to-offices,body.agent-detail .back-to-offices {
        padding-top:2.8125rem
    }
}

.commercial-body .back-to-offices a,body.agent-detail .back-to-offices a {
    position: relative;
    color: #444e54;
    font-size: 12px;
    font-size: .75rem;
    padding-left: 1.25rem
}

@media print,screen and (min-width: 40em) {
    .commercial-body .back-to-offices a,body.agent-detail .back-to-offices a {
        font-size:1.5rem;
        padding-left: 2.5rem
    }
}

.commercial-body .back-to-offices a .arrow,body.agent-detail .back-to-offices a .arrow {
    position: absolute;
    left: 6px;
    left: .375rem;
    top: 0;
    width: 12px;
    height: 12px;
    border-color: transparent #444e54 #444e54 transparent;
    border-style: solid;
    border-width: 2px;
    transform: rotate(135deg)
}

@media print,screen and (min-width: 40em) {
    .commercial-body .back-to-offices a .arrow,body.agent-detail .back-to-offices a .arrow {
        left:.75rem;
        width: 24px;
        height: 24px
    }
}

.commercial-body .back-to-offices a:hover,body.agent-detail .back-to-offices a:hover {
    color: #bec2cd
}

.commercial-body .back-to-offices a:hover .arrow,body.agent-detail .back-to-offices a:hover .arrow {
    border-color: transparent #bec2cd #bec2cd transparent
}

.commercial-body #contactModal,body.agent-detail #contactModal {
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0,0,0,.25)
}

.commercial-body #contactModal .close-button,body.agent-detail #contactModal .close-button {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px
}

.commercial-body #contactModal form,body.agent-detail #contactModal form {
    text-align: center
}

.commercial-body #contactModal form label,body.agent-detail #contactModal form label {
    display: none
}

.commercial-body #contactModal form input,.commercial-body #contactModal form textarea,body.agent-detail #contactModal form input,body.agent-detail #contactModal form textarea {
    border: 1px solid #aaa;
    height: 40px;
    line-height: 40px;
    margin: 0 0 .9375rem;
    padding: 0 .5rem;
    width: 100%
}

.commercial-body #contactModal form textarea,body.agent-detail #contactModal form textarea {
    height: 120px;
    line-height: 22px;
    padding: .3125rem .5rem;
    resize: none
}

.commercial-body #contactModal form button,body.agent-detail #contactModal form button {
    margin: 0 auto
}

.commercial-body .reveal-overlay iframe,body.agent-detail .reveal-overlay iframe {
    background: url("img/ajax-loader.c5cd7f530057.gif") 50% 50% no-repeat
}

body.agent-detail .our-properties .view-all {
    display: none
}

body.listing-detail .reveal-overlay {
    background-color: rgba(10,10,10,.75)
}

.agent-form .contact-block {
    background-color: #f7f7f7
}

.header-matt-plunkett+div+section.hero {
    display: block!important
}

@media print,screen and (max-width: 960px) {
    .commercial-body .agent-name,body.agent-detail .agent-name {
        font-size:30px
    }
}

@media print,screen and (max-width: 40em) {
    .commercial-body .agent-name,body.agent-detail .agent-name {
        font-size:26px
    }

    .agent-info-block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media print,screen and (max-width: 40em) and (min-width:40em) {
    .agent-info-block {
        -ms-flex-align:center;
        align-items: center
    }
}

@media print,screen and (max-width: 40em) {
    body.agent-detail .contact-office {
        padding:3em .5em 0;
        background-color: #f7f7f7
    }
}

.agent-detail #show-more {
    margin: .75em auto 0
}

.my-story h2 {
    font-size: 32px;
    font-size: 2rem
}

.agent-detail-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column
}

@media print,screen and (min-width: 40em) {
    .agent-detail-header {
        -ms-flex-align:center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.media-container {
    padding: 0
}

@media print,screen and (max-width: 639px) {
    .media-container {
        padding:0
    }
}

.media-container .media-content .content-item {
    display: none
}

.media-container .media-content .content-item.active {
    display: block
}

.media-container .media-content .content-item .diakrit-wrapper {
    width: 100%;
    max-width: 75em;
    margin: 0 auto;
    height: 33.7vw
}

@media screen and (min-width: 1025px) and (max-width:1299px) {
    .media-container .media-content .content-item .diakrit-wrapper {
        height:47vw
    }
}

@media screen and (min-width: 641px) and (max-width:1024px) {
    .media-container .media-content .content-item .diakrit-wrapper {
        height:55vh
    }
}

@media (max-width: 640px) {
    .media-container .media-content .content-item .diakrit-wrapper {
        height:70vh
    }
}

.media-container .media-content .content-item .diakrit-wrapper iframe {
    width: 100%;
    height: 100%
}

.listing-detail-content .slick-next,.listing-detail-content .slick-prev {
    display: none!important
}

.image-slider {
    margin: 0 auto;
    position: relative
}

.image-slider.listing-detail-slider ul li.slick-slide figure.featured-listing-block {
    height: auto;
    max-height: calc(100vh - 300px);
    width: 100%;
    aspect-ratio: 16/10
}

.image-slider.listing-detail-slider .slick-next,.image-slider.listing-detail-slider .slick-prev {
    width: 50px;
    height: 60px;
    background: rgba(0,0,0,.5)
}

.image-slider.listing-detail-slider .slick-next:before,.image-slider.listing-detail-slider .slick-prev:before {
    height: 30px;
    width: 30px
}

.image-slider.listing-detail-slider .slick-next:hover,.image-slider.listing-detail-slider .slick-prev:hover {
    background: rgba(0,0,0,.3)!important
}

.image-slider.listing-detail-slider .slick-next:focus,.image-slider.listing-detail-slider .slick-prev:focus {
    background: rgba(0,0,0,.5)
}

.image-slider.listing-detail-slider .slick-prev {
    left: 0
}

.image-slider.listing-detail-slider .slick-prev:before {
    position: absolute;
    left: 15px;
    top: 15px
}

.image-slider.listing-detail-slider .slick-next {
    right: 0
}

.image-slider .offer-banner,.image-slider .sold-banner {
    background-color: #000;
    color: #fff;
    padding: .5em 1em;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    z-index: 99
}

.image-slider ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.image-slider ul .slick-track {
    background: #f2f4f5
}

.image-slider ul li.slick-slide figure {
    position: relative
}

.image-slider ul li.slick-slide figure:before {
    background: #000;
    bottom: 0;
    content: " ";
    display: block;
    left: 0;
    opacity: .5;
    position: absolute;
    transition: opacity .35s;
    right: 0;
    top: 0;
    z-index: 1
}

.image-slider ul li.slick-active figure:before {
    opacity: 0;
    z-index: -1
}

.image-slider ul li figure {
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0 0 66.666666%
}

@media print,screen and (min-width: 40em) {
    .image-slider ul li figure {
        border-left:1px solid #fff;
        border-right: 1px solid #fff
    }
}

.image-slider ul li figure img {
    height: auto;
    width: 100%
}

.image-slider ul li figure.video {
    position: relative
}

.image-slider ul li figure.video iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.image-slider ul.single-image {
    background: #f2f4f5
}

.image-slider ul.single-image .slick-track {
    transform: none!important;
    width: 100%!important
}

.image-slider ul.single-image .slick-track .slick-slide {
    width: 100%!important
}

.media-controls {
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #95989a
}

.media-controls ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px;
    margin: 0
}

@media print,screen and (max-width: 480px) {
    .media-controls ul {
        padding-left:10px;
        padding-right: 10px;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left
    }
}

.media-controls ul .control-block-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 5px
}

.media-controls ul .control-block-wrap a {
    font-size: 16px;
    font-size: 1rem
}

@media print,screen and (max-width: 640px) {
    .media-controls ul .control-block-wrap {
        padding-top:10px
    }
}

.media-controls ul .control-block-wrap li.button {
    background-color: transparent;
    color: #000;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    padding: 5px 10px
}

@media print,screen and (max-width: 640px) {
    .media-controls ul .control-block-wrap li.button {
        font-size:14px
    }
}

.media-controls ul .control-block-wrap li.button a {
    color: #000
}

.media-controls ul .control-block-wrap li.button a.active,.media-controls ul .control-block-wrap li.button a:focus,.media-controls ul .control-block-wrap li.button a:hover {
    color: #bec2cd!important
}

.media-controls ul .control-block-wrap li.button.clickable {
    cursor: pointer
}

.media-controls ul .control-block-wrap li.button.clickable:focus,.media-controls ul .control-block-wrap li.button.clickable:hover {
    filter: brightness(0) saturate(100%) invert(59%) sepia(0) saturate(6796%) hue-rotate(59deg) brightness(97%) contrast(97%)
}

.media-controls ul .control-block-wrap li.button .media-text {
    min-width: 55px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.media-controls ul .control-block-wrap li.button .media-text .count {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 8px;
    font-size: 14px;
    font-size: .875rem;
    margin-left: 5px;
    text-align: center;
    white-space: nowrap
}

.listing-header-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 20px
}

.listing-header-wrap h1 {
    font-size: 40px;
    font-size: 2.5rem
}

@media print,screen and (min-width: 40em) {
    .listing-header-wrap .property-links {
        position:absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 235px
    }
}

@media print,screen and (max-width: 639px) {
    .listing-header-wrap .property-links {
        width:95px
    }
}

.listing-header-wrap .property-links .button {
    margin-bottom: 0;
    float: right;
    width: 110px;
    padding: 10px 15px;
    position: relative
}

@media print,screen and (max-width: 639px) {
    .listing-header-wrap .property-links .button {
        width:40px;
        height: 40px;
        padding: 10px
    }
}

.listing-header-wrap .property-links .button:nth-child(2n) {
    margin-right: 0
}

.property-links {
    position: relative
}

.mbl-social-link-menu,.social-link-menu {
    text-align: left;
    line-height: normal;
    padding: 1em;
    position: absolute;
    top: 40px;
    right: 0;
    width: 280px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    display: none
}

.mbl-social-link-menu.show,.social-link-menu.show {
    display: block
}

@media print,screen and (max-width: 640px) {
    .mbl-social-link-menu,.social-link-menu {
        width:100%;
        z-index: 9999
    }
}

.mbl-social-link-menu .share-title-wrap,.social-link-menu .share-title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700
}

.mbl-social-link-menu .share-title-wrap .share-title,.social-link-menu .share-title-wrap .share-title {
    margin-bottom: 0
}

.mbl-social-link-menu .share-title-wrap .close,.social-link-menu .share-title-wrap .close {
    margin-left: auto;
    cursor: pointer
}

.mbl-social-link-menu ul,.social-link-menu ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0
}

@media only screen and (min-width: 1200px) {
    .mbl-social-link-menu ul li#shareViaSMS,.social-link-menu ul li#shareViaSMS {
        display:none
    }
}

.mbl-social-link-menu ul li,.social-link-menu ul li {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: .5em
}

.mbl-social-link-menu ul li a#copy-url,.social-link-menu ul li a#copy-url {
    cursor: pointer
}

.mbl-social-link-menu ul li a,.social-link-menu ul li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #000
}

.mbl-social-link-menu ul li a span,.social-link-menu ul li a span {
    background-color: #000;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: relative;
    display: block;
    margin-right: .5em
}

.mbl-social-link-menu ul li a span i,.social-link-menu ul li a span i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.listing-green-buttons {
    margin: 0 0 .9375rem
}

.listing-green-buttons p {
    background: #bec2cd;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 1.2;
    margin: 0;
    position: relative;
    text-align: center;
    transition: background .35s;
    width: 100%
}

@media print,screen and (min-width: 40em) {
    .listing-green-buttons p {
        height:60px
    }
}

.listing-green-buttons p:after {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: width .35s;
    width: 0;
    z-index: 0
}

.listing-green-buttons p:focus:after,.listing-green-buttons p:hover:after {
    background-color: #a1a7b7;
    width: 100%
}

.listing-green-buttons p a {
    color: #fff;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 1
}

@media print,screen and (min-width: 40em) {
    .listing-green-buttons p a {
        font-size:1.125rem
    }
}

.listing-green-buttons p a:focus {
    outline: 0 none
}

.listing-green-buttons input[type=submit] {
    background: #bec2cd;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    font-size: .75rem;
    height: 40px;
    line-height: 40px;
    width: 100%
}

@media print,screen and (min-width: 40em) {
    .listing-green-buttons input[type=submit] {
        font-size:1.125rem;
        height: 60px;
        line-height: 60px
    }
}

.listing-green-buttons input[type=submit]:focus {
    outline: 0 none
}

.listing-price-block .listing-price {
    font-size: 32px;
    font-size: 2rem
}

@media print,screen and (max-width: 639px) {
    .listing-price-block .listing-price {
        border-bottom:1px solid #000;
        padding-bottom: 1em
    }
}

#floorplan_modal figure {
    height: 80vh!important;
    margin: 0;
    padding: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

#floorplan_modal figure img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 95%;
    height: auto!important
}

#floorplan_modal .slick-next:before,#floorplan_modal .slick-prev:before {
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    content: "";
    display: block;
    height: 15px;
    opacity: 1;
    width: 15px
}

#floorplan_modal .slick-arrow.slick-next:after {
    left: -9px
}

#floorplan_modal .slick-arrow.slick-next:after,#floorplan_modal .slick-arrow.slick-prev:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    top: -12px;
    z-index: -1
}

#floorplan_modal .slick-arrow.slick-prev:after {
    right: -5px
}

#floorplan_modal.reveal {
    top: 50%!important;
    transform: translateY(-50%)!important;
    overflow: hidden
}

@media print,screen and (max-width: 639px) {
    #floorplan_modal.reveal {
        height:auto!important;
        min-height: auto!important
    }
}

#floorplan_modal.reveal .close-button {
    height: 40px;
    width: 40px;
    right: 5px;
    top: 5px
}

#floorplan_modal.reveal .close-button span {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5em;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    display: block;
    box-shadow: 0 0 5px 0 #999
}

#floorplan_modal.reveal .image-slider {
    max-height: 80vh
}

#floorplan_modal.reveal .image-slider figure {
    position: relative;
    border: 0
}

#floorplan_modal.reveal .image-slider figure div.image-item {
    background-size: contain;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#floorplan_modal .slick-arrow {
    cursor: pointer;
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    text-align: center
}

#video_modal figure {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

#video_modal.reveal {
    top: 50%!important;
    transform: translateY(-50%)!important;
    overflow: hidden
}

@media print,screen and (max-width: 639px) {
    #video_modal.reveal {
        height:auto!important;
        min-height: auto!important
    }
}

#video_modal.reveal .close-button {
    height: 40px;
    width: 40px;
    right: 5px;
    top: 5px
}

#video_modal.reveal .close-button span {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5em;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    display: block;
    box-shadow: 0 0 5px 0 #999
}

.listing-heading .h1-col {
    background: #f2f4f5
}

.listing-heading h1 {
    color: #2d373d;
    font-size: 14px;
    line-height: 20px;
    margin: .625rem;
    font-weight: 700
}

@media print,screen and (min-width: 40em) {
    .listing-heading h1 {
        font-size:18px;
        margin: .625rem 0
    }
}

.listing-details {
    padding: .625rem
}

.listing-details p.icons {
    font-size: 24px
}

.listing-details p.icons .icon {
    margin: 0 10px 0 5px
}

.listing-details .headline {
    margin: 0;
    font-size: 12px;
    font-size: .75rem
}

@media print,screen and (min-width: 40em) {
    .listing-details .headline {
        font-size:1.125rem
    }
}

.listing-details .headline strong {
    font-weight: 700
}

.listing-details .description {
    font-size: 1em;
    font-weight: 300
}

.side-wrapper {
    background-color: #f7f7f7;
    padding: 1em;
    border-radius: 5px
}

.side-wrapper h2 {
    margin-bottom: .5em;
    margin-top: 1em!important;
    font-size: 24px;
    font-size: 1.5rem
}

.side-wrapper h2:first-of-type {
    margin-top: 0!important
}

@media print,screen and (max-width: 639px) {
    .side-wrapper {
        padding:0;
        border-top: 0;
        background-color: #fff
    }

    .side-wrapper h2 {
        margin-bottom: .5em;
        margin-top: 1em!important;
        font-size: 1.25rem
    }

    .side-wrapper h2:first-of-type {
        margin-top: 0!important
    }
}

.side-wrapper .row {
    padding-left: 0;
    padding-right: 0
}

.side-wrapper .agents {
    margin-bottom: 0!important
}

@media print,screen and (max-width: 639px) {
    .side-wrapper .agents {
        padding-left:1em;
        padding-right: 1em
    }
}

.recent-sales {
    margin: 0 0 15px
}

.recent-sales table {
    border-collapse: collapse;
    width: 100%
}

.recent-sales thead {
    background: #59636a
}

.recent-sales th {
    color: #fff;
    text-align: left;
    padding: 10px
}

.recent-sales td {
    border-bottom: 1px solid #95989a;
    padding: 4px
}

.inspections {
    list-style: none;
    margin: 0;
    padding: 0
}

.inspections .inspection {
    background: #f2f4f5;
    margin: 0 0 1.875rem;
    position: relative;
    transition: all .35s ease
}

.inspections .inspection:hover {
    background: #000
}

.inspections .inspection:hover .atcb-link {
    background: #59636a
}

.inspections .inspection p {
    display: inline-block;
    margin: 0;
    padding: 4px 0 4px 10px;
    font-weight: 600
}

.inspections .addtocalendar var {
    display: none
}

.inspections .addtocalendar {
    display: inline-block;
    float: right
}

.inspections .atcb-link {
    background: #95989a;
    color: #f2f4f5;
    cursor: pointer;
    display: block;
    height: 56px;
    height: 3.5rem;
    line-height: 56px;
    line-height: 3.5rem;
    outline: none;
    overflow: hidden;
    position: relative;
    text-indent: -99999px;
    width: 56px;
    width: 3.5rem;
    transition: all .35s ease
}

.inspections .atcb-link:before {
    border-top: 2px solid #f2f4f5;
    content: "";
    display: block;
    top: 50%;
    margin-top: -1px;
    position: absolute;
    left: 20%;
    width: 60%
}

.inspections .atcb-link:after {
    border-left: 2px solid #f2f4f5;
    content: "";
    display: block;
    height: 60%;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 20%
}

.inspections .atcb-link:active~ul,.inspections .atcb-link:focus~ul,.inspections .atcb-list:hover {
    visibility: visible
}

.inspections .atcb-list {
    background: #444e54;
    left: 0;
    position: absolute;
    padding: 10px;
    top: 100%;
    width: 100%;
    visibility: hidden;
    z-index: 900
}

.inspections .atcb-item,.inspections .atcb-list {
    list-style: none;
    margin: 0
}

.inspections .atcb-item {
    float: none;
    text-align: left;
    padding: 0
}

.inspections .atcb-item-link {
    color: #f2f4f5;
    text-decoration: none;
    outline: none;
    display: block
}

.inspections .atcb-item.hover,.inspections .atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none
}

.agents .agent-detail {
    display: block;
    color: #000;
    font-size: 16px;
    font-size: 1rem
}

.agents .agent-thumb {
    position: relative;
    width: 100%;
    background: no-repeat 50%;
    background-size: cover;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: .5rem;
    border-radius: 50%
}

.listing-map {
    margin-bottom: 2em
}

@media print,screen and (max-width: 639px) {
    .listing-map {
        margin-bottom:0;
        margin-left: -1em;
        margin-right: -1em
    }
}

.auction-time {
    margin: 0 0 1.25rem;
    font-size: 14px;
    font-size: .875rem
}

@media print,screen and (min-width: 40em) {
    .auction-time {
        font-size:1.25rem
    }
}

.auction-time strong {
    font-weight: 700
}

.contact-form label {
    display: none
}

.contact-form strong {
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem
}

@media print,screen and (min-width: 40em) {
    .contact-form strong {
        font-size:1.25rem
    }
}

.contact-form input,.contact-form select,.contact-form textarea {
    border: none;
    background-color: #f0f0f0;
    margin: 0 0 1em;
    opacity: 1;
    transition: opacity .5s;
    width: 100%;
    border-radius: 50px;
    padding: .75em 1.25em
}

.contact-form input {
    height: 40px;
    line-height: 1em
}

.contact-form select {
    line-height: 1em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f0f0f0;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20256%20256%22%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M213.66%2C101.66l-80%2C80a8%2C8%2C0%2C0%2C1-11.32%2C0l-80-80A8%2C8%2C0%2C0%2C1%2C53.66%2C90.34L128%2C164.69l74.34-74.35a8%2C8%2C0%2C0%2C1%2C11.32%2C11.32Z%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-position: right .75rem center;
    background-size: 1rem;
    padding-right: 2rem
}

.contact-form .form-checkbox-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.contact-form .form-checkbox-list.d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-form .form-checkbox-list li {
    margin-bottom: .5em
}

.contact-form .form-checkbox-list li label {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1em auto;
    grid-template-columns: 1em auto;
    gap: .5em;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4
}

.contact-form .form-checkbox-list li label input[type=checkbox] {
    appearance: none;
    background-color: #f0f0f0;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border-radius: 50%;
    transform: translateY(-.075em);
    background-color: #e0e0e0;
    display: -ms-grid;
    display: grid;
    place-content: center;
    transition: all .2s ease-in-out
}

.contact-form .form-checkbox-list li label input[type=checkbox]:before {
    content: "";
    width: .65em;
    height: .65em;
    transform: scale(0);
    transition: transform .12s ease-in-out;
    background-color: #000;
    border-radius: 50%
}

.contact-form .form-checkbox-list li label input[type=checkbox]:checked {
    border-color: #666;
    background-color: #e0e0e0
}

.contact-form .form-checkbox-list li label input[type=checkbox]:checked:before {
    transform: scale(1)
}

.contact-form .form-checkbox-list li label input[type=checkbox]:focus {
    outline: none
}

.contact-form .form-checkbox-list li label span {
    line-height: 1.4
}

.contact-form input:-ms-input-placeholder,.contact-form select:-ms-input-placeholder,.contact-form textarea:-ms-input-placeholder {
    color: #acb4b9;
    letter-spacing: 0
}

.contact-form input::placeholder,.contact-form select::placeholder,.contact-form textarea::placeholder {
    color: #acb4b9;
    letter-spacing: 0
}

.contact-form textarea {
    display: block;
    padding: 1.25em;
    resize: none;
    border-radius: 12px
}

.contact-form.loading input,.contact-form.loading select,.contact-form.loading textarea,.contact-form.success input,.contact-form.success select,.contact-form.success textarea {
    opacity: .5
}

.contact-form.loading .submit,.contact-form.success .submit {
    display: none
}

.contact-form.loading .loading-text {
    display: inline-block
}

.contact-form.success .success-text {
    display: block;
    color: #768b22;
    text-align: center
}

.contact-form.error .error-message {
    display: block;
    color: #c75124;
    text-align: center
}

.contact-form.error.specific-error .error-message .generic {
    display: none
}

.contact-form.error.specific-error .error-message .specific {
    display: block;
    text-align: center
}

.contact-form .loading-text,.contact-form .submit {
    background: #000;
    border: 0;
    box-shadow: none;
    color: #fff;
    margin: 0;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 25px
}

.contact-form .loading-text:focus,.contact-form .loading-text:hover,.contact-form .submit:focus,.contact-form .submit:hover {
    background-color: #333
}

.contact-form .submit {
    margin-top: 2rem;
    width: auto
}

.contact-form .loading-text,.contact-form .success-text {
    display: none
}

.contact-form .error-message {
    color: #bd0000;
    display: none
}

.contact-form .error-message .specific {
    display: none
}

.contact-form div.input-columns {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 16px;
    gap: 1rem
}

.small-map-wrap {
    margin: 0 -1.25rem .9375rem
}

@media print,screen and (min-width: 40em) {
    .small-map-wrap {
        margin:0 -1.5625rem .9375rem
    }
}

#small-map {
    height: 260px;
    width: 100%
}

#large-map {
    aspect-ratio: 4/3
}

@media print,screen and (min-width: 40em) {
    #large-map {
        aspect-ratio:16/9
    }
}

#large-map a {
    font-size: 12px;
    font-size: .75rem
}

.agent-information {
    margin-bottom: 1em
}

.agent-information a {
    text-decoration: none!important
}

.agent-information a:hover {
    color: #bec2cd
}

.agent-information a.agent-email {
    color: #000;
    text-decoration: underline!important
}

.agent-information a.agent-email:hover {
    color: #bec2cd
}

.agent-information .columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.agent-information .columns:first-child {
    padding-left: 0;
    padding-right: 0
}

@media print,screen and (max-width: 639px) {
    .agent-information .columns:first-child {
        padding-right:.75em
    }
}

.agent-information .columns p {
    margin-bottom: 0;
    word-break: break-all
}

ul.property-features {
    padding-left: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3em
}

@media print,screen and (max-width: 639px) {
    ul.property-features {
        display:block
    }
}

ul.property-features li {
    position: relative;
    width: 33.3333%;
    padding-left: 3em;
    padding-right: 1em;
    margin-bottom: 2em;
    word-break: break-word
}

@media print,screen and (max-width: 639px) {
    ul.property-features li {
        display:block;
        width: 100%;
        margin-bottom: 1em
    }
}

ul.property-features li img {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.listing-office {
    padding-top: 1em
}

.listing-office,.property-description {
    margin-top: 1em;
    border-top: 1px solid #000
}

.property-description {
    padding-top: 2em;
    padding-bottom: 2em
}

@media print,screen and (max-width: 639px) {
    .property-description {
        padding-top:1em;
        border-top: 0
    }
}

.property-events {
    padding: 1em;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 1em
}

@media print,screen and (max-width: 639px) {
    .property-events {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        background-color: #f7f7f7;
        margin-bottom: 3px;
        border-radius: 0
    }
}

.property-events:last-child {
    margin-bottom: 0
}

.property-events h3 {
    margin-bottom: .25em;
    margin-top: .25em!important;
    line-height: 24px;
    line-height: 1.5rem
}

@media print,screen and (max-width: 639px) {
    .property-events h3 {
        margin-bottom:0
    }
}

.property-events p {
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: .5em
}

@media print,screen and (max-width: 639px) {
    .property-events p {
        margin-bottom:0
    }
}

.property-events .button {
    width: 100%;
    margin-bottom: 0
}

@media print,screen and (max-width: 639px) {
    .property-events .button {
        width:40px;
        padding: 10px
    }
}

.property-events .property-event-menu {
    text-align: left;
    padding: 1em 2em 1em 1em;
    width: 100%;
    background-color: #f5f5f5;
    display: none;
    position: relative
}

.property-events .property-event-menu.show {
    display: block
}

@media print,screen and (max-width: 639px) {
    .property-events .property-event-menu {
        position:fixed;
        width: 100%;
        height: auto;
        top: 60px;
        z-index: 99999;
        left: 0
    }
}

.property-events .property-event-menu .close {
    position: absolute;
    top: .5em;
    right: .5em;
    cursor: pointer
}

.property-events .property-event-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.property-events .property-event-menu ul li {
    font-weight: 300;
    margin-bottom: .5em
}

.property-events .property-event-menu ul li a {
    color: #000;
    display: block
}

.rental-btn-group {
    background-color: #f5f5f5;
    padding: 0 1em
}

.rental-btn-group:first-of-type {
    padding-top: 1em
}

.rental-btn-group:last-of-type {
    padding-bottom: 1em
}

@media print,screen and (min-width: 40em) {
    body.listing-detail .listing-heading {
        background:#f2f4f5
    }
}

@media print,screen and (min-width: 64em) {
    body.listing-detail .listing-heading h1 {
        font-size:28px;
        line-height: 30px;
        margin: 1.875rem 0
    }

    body.listing-detail .listing-heading .icons {
        font-size: 20px;
        line-height: 30px;
        margin: 1.875rem 0;
        text-align: right
    }

    body.listing-detail .listing-content .columns.list {
        z-index: 99
    }

    body.listing-detail .listing-content p.icons {
        font-size: 22px
    }

    body.listing-detail .listing-content p.icons .listing-icon {
        margin-right: .75em
    }

    body.listing-detail .listing-content p.icons .listing-icon .icon,body.listing-detail .listing-content p.icons .listing-icon:first-of-type .icon {
        margin: 0
    }

    body.listing-detail .listing-content p.icons .listing-icon .number {
        margin: 0 5px
    }

    body.listing-detail .agents,body.listing-detail .auction-time,body.listing-detail .listing-green-buttons {
        margin: 0 0 3.125rem
    }
}

.back-to-results {
    padding: 1.25rem 0
}

@media print,screen and (min-width: 40em) {
    .back-to-results {
        padding:0 0 2.5rem
    }
}

.back-to-results a {
    position: relative;
    color: #444e54;
    font-size: 12px;
    font-size: .75rem;
    padding-left: 1.25rem
}

@media print,screen and (min-width: 40em) {
    .back-to-results a {
        font-size:1.5rem;
        padding-left: 2.5rem
    }
}

.back-to-results a .arrow {
    position: absolute;
    left: 6px;
    left: .375rem;
    top: 0;
    width: 12px;
    height: 12px;
    border-color: transparent #444e54 #444e54 transparent;
    border-style: solid;
    border-width: 2px;
    transform: rotate(135deg)
}

@media print,screen and (min-width: 40em) {
    .back-to-results a .arrow {
        left:.75rem;
        width: 24px;
        height: 24px
    }
}

.back-to-results a:hover {
    color: #bec2cd
}

.back-to-results a:hover .arrow {
    border-color: transparent #bec2cd #bec2cd transparent
}

.property-details-form {
    background-color: #f7f7f7;
    position: relative
}

.property-details-form #get-in-touch {
    position: absolute;
    top: -80px
}

@media print,screen and (min-width: 40em) {
    #enquire-now-btn {
        float:right
    }
}

.zoom {
    background-color: #ddd;
    height: 100%;
    margin: auto;
    overflow: hidden;
    width: 100%
}

.zoom .media {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
    transform-style: preserve-3d
}

body.listing-detail .media-container {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 640px;
    margin: auto
}

@media print,screen and (min-width: 40em) {
    body.listing-detail .media-container {
        max-width:768px
    }
}

@media print,screen and (min-width: 64em) {
    body.listing-detail .media-container {
        max-width:1024px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media screen and (min-width: 75em) {
    body.listing-detail .media-container {
        max-width:1280px
    }
}

@media screen and (min-width: 90em) {
    body.listing-detail .media-container {
        max-width:1680px
    }
}

.listing-detail .property-report-cta {
    background-color: #000;
    color: #fff
}

@media print,screen and (min-width: 40em) {
    .listing-detail .property-report-cta {
        text-align:center
    }
}

.listing-detail .property-report-cta .property-report-cta-content {
    padding: 50px 2em
}

.listing-detail .property-report-cta .property-report-cta-content .property-report-cta-body {
    max-width: 600px;
    margin: auto;
    padding-bottom: 30px
}

.listing-detail .property-report-cta .property-report-cta-content .property-report-btn {
    color: #000;
    background-color: #fff
}

.listing-detail-section {
    padding-top: 30px
}

.listing-detail-section .listing-content h2 {
    font-size: 20px;
    font-size: 1.25rem
}

.listing-detail-section .listing-content .row {
    padding-left: 0;
    padding-right: 0
}

body.listing-list {
    padding: 0;
    background: #fff
}

body.listing-list .footer-arrow {
    display: none
}

body.listing-list section.search {
    background: #fff;
    padding: .9375rem
}

@media print,screen and (min-width: 40em) {
    body.listing-list section.search {
        padding:1.875rem 0 2.5rem
    }
}

body.listing-list section.search h1 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0;
    font-weight: 400
}

@media print,screen and (min-width: 40em) {
    body.listing-list section.search h1 {
        font-size:2.375rem
    }
}

body.listing-list section.search .property-search-header {
    display: none
}

body.listing-list form:not(.general-search-form) .select2-container .select2-selection--multiple {
    border: 0;
    background-color: transparent
}

body.listing-list .property-list {
    height: 100vh;
    max-height: -o-calc(100vh - 254px)!important;
    max-height: calc(100vh - 254px)!important;
    overflow: auto;
    width: 100%;
    max-width: 33.3333333333%;
    padding-right: 1.5rem
}

@media screen and (min-width: 641px) {
    body.listing-list .property-list {
        display:block!important
    }
}

@media screen and (max-width: 640px) {
    body.listing-list .property-list {
        max-height:-o-calc(100vh - 180px)!important;
        max-height: calc(100vh - 180px)!important;
        max-height: 100%!important;
        width: 100%;
        max-width: 100%;
        margin: 105px auto 0;
        padding-right: 0
    }
}

body.listing-list .property-list .columns {
    padding-left: 0!important;
    padding-right: 0!important
}

body.listing-list .property-map {
    width: 100%;
    max-width: -o-calc(100% - 400px)!important;
    max-width: calc(100% - 400px)!important;
    height: 100vh;
    max-height: -o-calc(100vh - 254px)!important;
    max-height: calc(100vh - 254px)!important;
    overflow: hidden
}

@media screen and (min-width: 641px) {
    body.listing-list .property-map {
        display:block!important;
        padding-left: 1rem
    }
}

@media screen and (max-width: 640px) {
    body.listing-list .property-map {
        max-width:100%!important;
        height: 100vh;
        max-height: -o-calc(100vh - 132px)!important;
        max-height: calc(100vh - 132px)!important;
        margin: 60px auto 0
    }
}

body.listing-list .map .controls {
    display: none
}

body.listing-list .map .error,body.listing-list .map .error-drawn-shape {
    display: none;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 100%;
    z-index: 1
}

body.listing-list .map .error-drawn-shape .message,body.listing-list .map .error .message {
    background: hsla(0,0%,100%,.75);
    color: red;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin: -1.25rem 0 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,.25)
}

body.listing-list .map.error-drawn-shape .error-drawn-shape,body.listing-list .map.error .error {
    display: block
}

body.listing-list #results {
    transition: opacity .5s;
    opacity: 1;
    background-color: #fff;
    display: none
}

body.listing-list #results.loading {
    opacity: .5;
    position: relative
}

body.listing-list #results.loading:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

body.listing-list .cards {
    padding: 1.5625rem .9375rem;
    width: 100%
}

body.listing-list #next-page {
    padding: .625rem 0 0;
    text-align: center
}

body.listing-list #next-page a {
    color: #000;
    display: none;
    font: 700 18px/18px museo-sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-decoration: none;
    transition: opacity .5s;
    opacity: 1
}

body.listing-list #next-page a.active {
    display: inline-block
}

body.listing-list #next-page a.loading {
    opacity: .5
}

body.listing-list .offmarket-tile {
    background-color: #f2f4f5;
    color: #000;
    display: block;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 400;
    position: relative;
    text-align: center;
    width: 100%
}

@media print,screen and (min-width: 40em) {
    body.listing-list .offmarket-tile {
        font-size:1rem;
        line-height: 1.25rem;
        margin: -3.75rem 0 0
    }
}

body.listing-list .offmarket-tile span {
    display: block;
    padding: 1.25rem;
    position: relative;
    z-index: 1
}

body.listing-list .offmarket-tile span:before {
    background: #f2f4f5;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .35s;
    z-index: -1
}

body.listing-list .offmarket-tile:after {
    bottom: 0;
    box-shadow: 0 0 25px rgba(0,0,0,.75);
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .35s;
    z-index: 0
}

body.listing-list .offmarket-tile:hover:after {
    opacity: 1
}

body.listing-list .offmarket-tile:hover span:before {
    bottom: -10px;
    left: -10px;
    right: -10px;
    top: -10px
}

body.listing-list .awards-row,body.listing-list .project-row,body.listing-list footer {
    display: none
}

body.listing-list .leaflet-popup-content-wrapper .leaflet-popup-content {
    min-height: auto;
    width: 355px!important
}

body.listing-list .leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup {
    background-color: #fff;
    padding: 5px;
    display: -ms-flexbox;
    display: flex;
    border-radius: 12px;
    font-size: 13px
}

body.listing-list .leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup img {
    width: 50%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

body.listing-list .leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup .card-section {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

body.listing-list .leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup .card-section p {
    font-size: 13px
}

body.listing-list .leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup .card-section p.view-more {
    margin-top: auto
}

body.listing-list .leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup .card-section p.view-more a {
    font-size: 13px;
    color: #000
}

body.listing-list .leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup .card-section p.view-more a:active,body.listing-list .leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup .card-section p.view-more a:focus,body.listing-list .leaflet-popup-content-wrapper .leaflet-popup-content .listing-popup .card-section p.view-more a:hover {
    color: #000
}

body.listing-list .search-wrap {
    background-color: #fff;
    padding: .5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px
}

body.listing-list .search-wrap .search-container,body.listing-list .search-wrap .select-container {
    margin-bottom: 0
}

body.listing-list .search-wrap .search-container input,body.listing-list .search-wrap .search-container select,body.listing-list .search-wrap .select-container input,body.listing-list .search-wrap .select-container select {
    background-color: transparent;
    border: 0;
    font-size: 14px;
    margin-top: 0!important
}

body.listing-list .search-wrap .search-container input:-ms-input-placeholder,body.listing-list .search-wrap .search-container input :-ms-input-placeholder,body.listing-list .search-wrap .search-container select:-ms-input-placeholder,body.listing-list .search-wrap .search-container select :-ms-input-placeholder,body.listing-list .search-wrap .select-container input:-ms-input-placeholder,body.listing-list .search-wrap .select-container input :-ms-input-placeholder,body.listing-list .search-wrap .select-container select:-ms-input-placeholder,body.listing-list .search-wrap .select-container select :-ms-input-placeholder {
    color: #000
}

body.listing-list .search-wrap .search-container input:-ms-input-placeholder,body.listing-list .search-wrap .search-container input ::placeholder,body.listing-list .search-wrap .search-container select:-ms-input-placeholder,body.listing-list .search-wrap .search-container select ::placeholder,body.listing-list .search-wrap .select-container input:-ms-input-placeholder,body.listing-list .search-wrap .select-container input ::placeholder,body.listing-list .search-wrap .select-container select:-ms-input-placeholder,body.listing-list .search-wrap .select-container select ::placeholder {
    color: #000
}

body.listing-list .search-wrap .search-container input:-ms-input-placeholder,body.listing-list .search-wrap .search-container select:-ms-input-placeholder,body.listing-list .search-wrap .select-container input:-ms-input-placeholder,body.listing-list .search-wrap .select-container select:-ms-input-placeholder {
    color: #000
}

body.listing-list .search-wrap .search-container input::placeholder,body.listing-list .search-wrap .search-container select::placeholder,body.listing-list .search-wrap .select-container input::placeholder,body.listing-list .search-wrap .select-container select::placeholder {
    color: #000
}

body.listing-list .search-wrap .select-container.select-single {
    width: auto
}

body.listing-list .search-wrap .select-container.select-single .select2-container {
    width: auto!important
}

body.listing-list .search-wrap .select-container.select-single .select2-container .select2-selection.select2-selection--single {
    height: 42px
}

body.listing-list .search-wrap .select-container.select-single .select2-container .select2-selection.select2-selection--single span.select2-selection__rendered {
    width: auto;
    padding-right: 30px;
    line-height: 42px
}

body.listing-list .search-wrap .select-container.select-single .select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
    right: 0
}

body.listing-list .search-wrap .select-container.property-type {
    width: auto
}

body.listing-list .search-wrap .select-container.property-type:after {
    right: 0
}

body.listing-list .search-wrap .select-container.property-type .select2-container,body.listing-list .search-wrap .select-container.property-type .select2-container .select2-search.select2-search--inline {
    width: auto
}

body.listing-list .search-wrap .select-container.property-type .select2-container .select2-search.select2-search--inline input.select2-search__field {
    min-width: 100%
}

body.listing-list .search-listing {
    margin-top: 1.35em;
    margin-bottom: 1.35em
}

@media print,screen and (min-width: 40em) {
    body.listing-list .search-listing {
        -ms-flex-pack:justify;
        justify-content: space-between
    }
}

@media screen and (max-width: 640px) {
    body.listing-list .search-listing {
        margin-top:0;
        margin-bottom: 0
    }
}

body.listing-list .search-listing h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0
}

body.listing-list .results-title.columns {
    -ms-flex: unset;
    flex: unset
}

body.listing-list .sort-list.columns {
    -ms-flex: unset;
    flex: unset;
    -ms-flex-align: center;
    align-items: center
}

@media print,screen and (min-width: 40em) {
    body.listing-list .sort-list.columns {
        display:-ms-flexbox!important;
        display: flex!important
    }
}

body.listing-list .sort-list p {
    display: inline-block;
    float: left;
    margin: 0;
    font-size: 14px
}

body.listing-list .sort-list .content {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-left: 8px
}

body.listing-list .sort-list .content .select-container {
    margin-bottom: 0
}

body.listing-list .leaflet-control-zoom {
    position: fixed;
    bottom: 15px;
    right: 15px
}

body.listing-list .search-listing-container {
    width: -o-calc(100% - 960px)!important;
    width: calc(100% - 960px)!important;
    padding-right: 0
}

body.listing-list .search-listing-container.columns {
    -ms-flex: unset;
    flex: unset
}

@media screen and (max-width: 1199px) {
    body.listing-list .search-listing-container.columns {
        -ms-flex:initial;
        flex: initial
    }
}

@media screen and (max-width: 1199px) {
    body.listing-list .search-listing-container {
        width:100%!important;
        padding-right: .9375rem
    }
}

body.listing-list .filter-listing-container {
    width: 960px
}

body.listing-list .filter-listing-container.columns {
    -ms-flex: unset;
    flex: unset
}

@media screen and (max-width: 1199px) {
    body.listing-list .filter-listing-container.columns {
        -ms-flex:initial;
        flex: initial
    }
}

@media screen and (max-width: 1199px) {
    body.listing-list .filter-listing-container {
        width:100%
    }
}

.search-filters-mobile {
    background-color: #fff;
    position: fixed;
    width: 100%;
    padding-top: 1em;
    top: 60px;
    left: 0;
    z-index: 99
}

@media screen and (max-width: 640px) {
    .search-filters-mobile .columns {
        display:-ms-flexbox;
        display: flex!important
    }
}

.search-filters-mobile .columns button {
    width: 25%;
    height: 40px;
    padding: 10px 10px 10px 35px;
    margin-right: 8px;
    margin-bottom: .75rem;
    color: #707070;
    position: relative
}

@media screen and (max-width: 480px) {
    .search-filters-mobile .columns button {
        font-size:14px
    }
}

.search-filters-mobile .columns button:last-child {
    margin-right: 0
}

.search-filters-mobile .columns button.active,.search-filters-mobile .columns button:active,.search-filters-mobile .columns button:focus,.search-filters-mobile .columns button:hover {
    color: #707070;
    background-color: #bec2cd;
    outline: 0
}

.search-filters-mobile .columns button img {
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 100%;
    max-height: 20px
}

@media screen and (max-width: 480px) {
    .search-filters-mobile .columns button img {
        width:15px;
        max-height: 15px
    }
}

@media print,screen and (min-width: 64em) {
    body.listing-list .map .controls {
        display:block;
        position: absolute;
        top: 15px;
        left: 15px;
        width: 100%;
        z-index: 1
    }

    body.listing-list .map .controls .search-area .active-text,body.listing-list .map .controls .search-draw .active-text {
        display: none
    }

    body.listing-list .map .controls .search-area.active,body.listing-list .map .controls .search-draw.active {
        text-transform: lowercase
    }

    body.listing-list .map .controls .search-area.active .active-text,body.listing-list .map .controls .search-draw.active .active-text {
        display: inline;
        text-transform: none
    }

    body.listing-list .cards {
        padding: 2.5rem 0
    }

    body.listing-list #next-page {
        padding: 1.25rem 0 0
    }
}

#map.mode-create {
    cursor: crosshair
}

path.leaflet-line {
    stroke: #496172;
    stroke-width: 2
}

div.leaflet-edge {
    background-color: #496172;
    box-shadow: 0 0 0 2px #fff,0 0 10px rgba(0,0,0,.35);
    border-radius: 50%;
    cursor: move;
    outline: none;
    transition: background-color .25s;
    display: none
}

div.leaflet-edge.disabled {
    pointer-events: none;
    background-color: #bbb
}

path.leaflet-polygon {
    fill: #496172;
    stroke: #496172;
    stroke-width: 2;
    fill-opacity: .25
}

.option-wrap .select2-selection__choice,.select-multiple-custom .select2-selection__choice {
    display: none!important
}

body.listing-list .search-filters .property-search-form .select2-container .select2-selection.select2-selection--multiple .select2-search .select2-search__field {
    max-height: 42px;
    height: 100%!important
}

body.listing-list .property-search-form .select-container.property-type .select2-selection.select2-selection--multiple .select2-search .select2-search__field {
    width: auto!important
}

@media screen and (min-width: 641px) {
    body.listing-list .filter.show,body.listing-list .sort.show {
        display:none
    }
}

@media screen and (max-width: 1023px) {
    body.listing-list .select2-dropdown {
        margin-top:0
    }
}

.market-update-videos-page section.archive,.market-update-videos-page section.content {
    padding: 1.25rem .9375rem
}

.market-update-videos-page section.video {
    padding: 1.25rem .9375rem 2.1875rem
}

.market-update-videos-page section.archive {
    background: #f2f4f5
}

.market-update-videos-page .video-info h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: .625rem 0 1.875rem
}

.market-update-videos-page .video-info h2:after {
    content: " Market Update";
    display: inline
}

.market-update-videos-page .archive-header {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin: .625rem 0 1.875rem
}

.market-update-videos-page .archive-block {
    background: #fff;
    margin: 0 0 1.875rem;
    position: relative;
    opacity: 1;
    transition: opacity .5s
}

.market-update-videos-page .archive-block.active {
    opacity: .5
}

.market-update-videos-page .archive-block.active a {
    cursor: default
}

.market-update-videos-page .archive-block .placeholder-img,.market-update-videos-page .archive-block .thumbnail-img {
    background-size: cover;
    background-position: 50% 50%;
    height: 0;
    overflow: hidden;
    padding: 0 0 75%;
    width: 100%
}

.market-update-videos-page .archive-block .placeholder-img {
    background: url("img/market-video-tile.b753933533b3.jpg") 50% 50% no-repeat
}

.market-update-videos-page .archive-block p {
    font-weight: 700;
    margin: 0;
    padding: .625rem
}

.market-update-videos-page .archive-block a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media print,screen and (min-width: 40em) {
    .market-update-videos-page section.archive,.market-update-videos-page section.content,.market-update-videos-page section.video {
        padding:2.5rem
    }

    .market-update-videos-page section.video {
        padding: 2.5rem 2.5rem 4.6875rem
    }

    .market-update-videos-page .video-info h2 {
        font-size: 3.125rem;
        font-weight: 400;
        line-height: 3.125rem;
        margin: 1.875rem 0 4.375rem
    }

    .market-update-videos-page .archive-header {
        font-size: 3.125rem;
        font-weight: 400;
        margin: .625rem 0 3.125rem
    }
}

.office-card-wrap {
    display: block;
    position: relative
}

.office-card-wrap:after {
    bottom: 0;
    box-shadow: 0 0 25px rgba(0,0,0,.75);
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .35s;
    z-index: 0
}

.office-card-wrap:hover:after {
    opacity: 1
}

.office-card-wrap:hover .office-thumb {
    bottom: -10px;
    left: -10px;
    right: -10px;
    top: -10px
}

.office-card-wrap:hover .office-details {
    margin: 0 -10px 0 10px
}

.office-card-wrap:hover .office-details:after {
    bottom: -10px;
    top: -10px
}

.office-card {
    background-color: #fefefe;
    margin: .625rem 0;
    position: relative;
    z-index: 1
}

@media print,screen and (min-width: 40em) {
    .office-card {
        margin:.9375rem 0
    }
}

.office-card .office-thumb-wrap {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 92px
}

.office-card .office-thumb {
    background-color: #59636a;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    transition: all .35s;
    right: 0;
    top: 0
}

.office-card .office-details {
    background: #fff;
    height: 92px;
    padding: .625rem;
    position: relative;
    transition: margin .35s;
    z-index: 1
}

.office-card .office-details:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    transition: bottom .35s,top .35s
}

.office-card .office-details .arrow {
    position: absolute;
    bottom: 0;
    right: 5px;
    right: .3125rem;
    color: #2d373d
}

@media print,screen and (min-width: 40em) {
    .office-card .office-details .arrow {
        bottom:.3125rem;
        right: 1.25rem
    }
}

.office-card .office-details .arrow .fa {
    font-size: 18px;
    font-size: 1.125rem
}

@media print,screen and (min-width: 40em) {
    .office-card .office-details .arrow .fa {
        font-size:1.5rem
    }
}

.office-card .office-address,.office-card .office-email,.office-card .office-name,.office-card .office-phone {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #2d373d;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.office-card .office-name {
    font-weight: 700
}

body.office-list {
    padding: 0;
    background: #fefefe
}

body.office-list .heading {
    padding: 1.5625rem .9375rem
}

@media print,screen and (min-width: 40em) {
    body.office-list .heading {
        padding:2.5rem 0
    }
}

body.office-list .heading h1 {
    margin: 0 0 .5em;
    padding: 0
}

body.office-list .heading p {
    margin: 0;
    padding: 0
}

@media print,screen and (min-width: 40em) {
    body.office-list .heading p {
        font-size:1.375rem
    }
}

body.office-list .rich-text {
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media print,screen and (min-width: 40em) {
    body.office-list .rich-text {
        padding-top:4rem;
        padding-bottom: 4rem
    }
}

body.office-list .map {
    width: 100%;
    height: 265px;
    height: 16.5625rem
}

@media print,screen and (min-width: 40em) {
    body.office-list .map {
        height:21.875rem
    }
}

@media print,screen and (min-width: 64em) {
    body.office-list .map {
        height:41.875rem
    }
}

@media screen and (max-height: 500px) {
    body.office-list .map {
        max-height:60vh
    }
}

body.office-list .map img {
    margin-left: 50%;
    margin-right: 50%;
    transform: translateX(-50%)
}

body.office-list .map .map-info {
    color: #000
}

body.office-list .map .map-info:hover {
    color: #bec2cd
}

.offices {
    padding: .9375rem;
    background-color: #f2f4f5
}

@media print,screen and (min-width: 40em) {
    .offices {
        padding:2.1875rem 0
    }
}

.bg-light-grey,.bg-light-grey.standard {
    background-color: #f7f7f7
}

.bg-light-grey.grey {
    background-color: #fff
}

@media (max-width: 768px) {
    .bg-light-grey.grey .content-tile .text-tile {
        padding-left:0!important
    }
}

.content-tile .text-tile {
    min-height: 500px;
    padding: 3.5em 2em!important;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start
}

.bg-light-grey .content-tile .text-tile.standard {
    background-color: #f7f7f7
}

.bg-light-grey .content-tile .text-tile.grey {
    background-color: #fff!important
}

@media screen and (min-width: 75em) {
    .content-tile .text-tile.medium-order-1 {
        padding:3.5em 5em 3.5em .9375rem!important
    }

    .content-tile .text-tile.medium-order-2 {
        padding: 3.5em .9375rem 3.5em 5em!important
    }
}

.content-tile .text-tile h2 {
    margin: 0!important;
    line-height: 1.2
}

.content-tile .text-tile p {
    text-align: left;
    width: 100%;
    margin-bottom: 1em
}

.content-tile .text-tile p:first-of-type {
    margin-top: .75em
}

.content-tile .text-tile p:last-of-type {
    margin-bottom: 2em
}

@media print,screen and (max-width: 640px) {
    .content-tile .text-tile p:last-of-type {
        margin-bottom:1em
    }
}

@media print,screen and (max-width: 1024px) {
    .content-tile .text-tile p {
        margin-bottom:1em
    }
}

.content-tile .text-tile a:not(.button) {
    text-decoration: underline;
    color: #000
}

.content-tile .text-tile a:not(.button):focus,.content-tile .text-tile a:not(.button):hover {
    color: #000
}

.content-tile .text-tile .button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    text-decoration: none!important
}

@media print,screen and (max-width: 640px) {
    .content-tile .text-tile .button {
        margin-top:1em
    }
}

.content-tile .text-tile .rich-text {
    width: 100%
}

.content-tile .img-tile {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.hide-button .content-tile .text-tile p:last-of-type {
    margin-bottom: 0
}

.hide-button .content-tile .text-tile .button {
    display: none!important
}

.left-text .content-tile .text-tile h1,.left-text .content-tile .text-tile h2,.left-text .content-tile .text-tile h3,.left-text .content-tile .text-tile h4,.left-text .content-tile .text-tile h5,.left-text .content-tile .text-tile h6,.left-text .content-tile .text-tile p {
    text-align: left
}

.left-text .content-tile .text-tile .button {
    margin-left: 0
}

.py-grey {
    background-color: #fff;
    padding-top: 4em;
    padding-bottom: 4em
}

@media screen and (max-width: 640px) {
    .py-grey {
        padding-top:0;
        padding-bottom: 2em
    }
}

.py-grey .content-tile .text-tile {
    background-color: transparent;
    padding: 0 2em!important;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

@media screen and (max-width: 640px) {
    .py-grey .content-tile .text-tile {
        padding:2em 2em 0!important
    }
}

@media screen and (max-width: 640px) {
    .py-grey .content-tile .text-tile h1 {
        text-align:center
    }
}

.py-grey .content-tile .text-tile h2 {
    text-align: left;
    width: 100%;
    margin-top: 0
}

.py-grey .content-tile .text-tile p {
    text-align: left;
    width: 100%
}

.py-grey .content-tile .text-tile .button {
    margin: 0 auto 0 0
}

.py-grey .img-tile {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.office-listing {
    width: 100%
}

.office-listing a {
    color: #000
}

.office-listing a.noline {
    text-decoration: none
}

.office-listing .office-row {
    padding: 3px
}

.office-listing .office-row,.office-listing .office-row a {
    font-size: 20px;
    font-size: 1.25rem
}

.office-listing .office-row .col {
    display: block;
    padding: 5px
}

.office-listing .office-row .col.street,.office-listing .office-row .col.suburb,.office-listing .office-row .col.tel,.office-listing .office-row .col.web {
    padding-top: 10px;
    width: 25%
}

.office-listing .office-row .col.suburb {
    font-weight: 700;
    width: 27%
}

.office-listing .office-row .col.suburb a {
    text-decoration: underline
}

.office-listing .office-row .col.street {
    width: 29%
}

.office-listing .office-row .col.tel {
    width: 15%
}

.office-listing .office-row .col.web {
    width: 29%
}

.office-listing .office-row:last-of-type {
    margin-bottom: 1.5em
}

.office-listing.columns {
    padding: 0
}

.office-listing-mob {
    width: 100%
}

.office-listing-mob:first-of-type {
    border-top: 1px solid #000
}

.office-listing-mob:nth-child(odd) {
    background-color: #f7f7f7
}

.office-listing-mob a {
    color: #000
}

.office-listing-mob a.noline {
    text-decoration: none
}

.office-toggle {
    position: relative;
    padding: .75em 50px .75em 0;
    font-size: 1em;
    margin: 0;
    cursor: pointer
}

.office-toggle .toggle {
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    transition: transform .5s
}

.office-toggle.open .toggle {
    transform: rotate(-180deg);
    transition: transform .5s
}

.office-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s cubic-bezier(0,1,0,1)
}

.office-container.open {
    max-height: 9999px;
    transition: max-height .3s cubic-bezier(1,0,1,0)
}

.office-container .street {
    font-size: 20px;
    font-size: 1.25rem
}

.block-office_list .show-less .office-listing .office-row {
    display: none
}

.block-office_list .show-less .office-listing .office-row:nth-child(-n+5) {
    display: -ms-flexbox;
    display: flex
}

.block-office_list .show-less .office-listing-mob {
    display: none
}

.block-office_list .show-less .office-listing-mob:nth-child(-n+5) {
    display: block
}

.block-office_list .show-all .office-listing .office-row {
    display: -ms-flexbox;
    display: flex
}

.block-office_list .show-all .office-listing-mob {
    display: block!important
}

.block-office_list #show-more {
    margin: 1em auto 0
}

@media screen and (max-width: 640px) {
    #agent-list .columns {
        display:none
    }

    #agent-list .columns:nth-child(-n+5),#agent-list.show-all .columns {
        display: -ms-flexbox;
        display: flex
    }

    #agent-list.show-all+.row {
        display: none!important
    }
}

@media screen and (min-width: 641px) {
    .hide-medium {
        display:none!important
    }

    .show-medium {
        display: block!important
    }
}

@media screen and (max-width: 640px) {
    .hide-small {
        display:none!important
    }

    .show-small {
        display: block!important
    }

    .content-tile .text-tile {
        min-height: auto;
        background-color: hsla(0,0%,87.8%,.5)
    }

    .bg-light-grey .content-tile .text-tile,.bg-light-grey.standard .content-tile .text-tile {
        background-color: #f7f7f7
    }

    .bg-light-grey.grey .content-tile .text-tile {
        background-color: #fff
    }

    .content-tile .text-tile .button {
        margin-bottom: 0
    }

    .content-tile .img-tile {
        height: 150px
    }

    .office-detail .content-tile .img-tile {
        height: auto
    }

    .office-listing-mob .office-container .cta-outline {
        margin-top: 1em
    }

    .careers {
        padding-top: 0;
        padding-bottom: 0
    }

    .careers .content-tile .text-tile {
        padding: 3.5em 2em!important
    }

    .careers .content-tile .text-tile h2,.careers .content-tile .text-tile p {
        text-align: center
    }

    .careers .content-tile .text-tile .button {
        margin: 20px auto 0
    }
}

@media screen and (max-width: 1024px) {
    .content-tile .text-tile {
        min-height:300px
    }
}

#content+.cta-icon i {
    transform: rotate(0deg);
    transition: all .3s ease
}

#content.open+.cta-icon i {
    transform: rotate(-180deg);
    transition: all .3s ease;
    margin: 0
}

#show-more {
    cursor: pointer;
    text-align: center;
    margin: 2em auto 0
}

.favTabContent {
    background-color: transparent!important
}

#buxton-offices-button,#buxton-offices-button-mob {
    display: none;
    cursor: pointer
}

body.office-list #buxton-offices-button,body.office-list #buxton-offices-button-mob {
    display: block
}

body.office-list .view-office {
    display: none
}

body.office-list .leaflet-control-container>div {
    top: static;
    bottom: 15px;
    left: static;
    right: 15px
}

.row.agent-list>.columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row.agent-list>.columns .agent-link {
    text-decoration: none!important
}

@media print,screen and (min-width: 40em) {
    .row.agent-list>.columns .agent-link {
        width:100%
    }
}

.row.agent-list>.columns .agent-phone {
    position: relative;
    z-index: 100
}

.row.agent-list>.columns .agent-phone a.button.cta-white {
    margin-top: 1em
}

@media print,screen and (min-width: 40em) {
    .row.agent-list>.columns .agent-phone a.button.cta-white {
        text-decoration:underline!important;
        background-color: transparent;
        padding: 0;
        color: #000;
        font-size: 1.25rem;
        font-weight: 400;
        margin-top: .5em
    }
}

.agent-card {
    margin: .625rem 0;
    width: 100%
}

@media print,screen and (min-width: 40em) {
    .agent-card {
        margin:.9375rem 0
    }
}

.agent-card .agent-details {
    position: relative;
    text-align: center;
    margin-top: 1em;
    font-size: 1em;
    line-height: 24px;
    line-height: 1.5rem
}

.agent-card .agent-thumb {
    position: relative;
    background: no-repeat 50%;
    background-color: #fff;
    background-size: cover;
    overflow: hidden;
    width: 80%;
    padding-bottom: 80%;
    border-radius: 50%;
    display: block;
    margin: 0 auto
}

.agent-card .agent-name {
    margin: 0 0 .5em;
    padding: 0;
    color: #000;
    font-size: 1em;
    font-weight: 700;
    width: 100%
}

.agent-card .agent-phone,.agent-card .agent-position {
    margin: 0;
    padding: 0;
    color: #000;
    width: 100%
}

body.agent-detail .hero-text-wrap,body.office-detail .hero-text-wrap {
    width: 100%
}

@media print,screen and (min-width: 40em) {
    body.agent-detail .hero-text-wrap,body.office-detail .hero-text-wrap {
        -ms-flex-pack:distribute;
        justify-content: space-around;
        -ms-flex-align: center;
        align-items: center
    }
}

@media print,screen and (min-width: 40em) {
    body.agent-detail .hero-text-wrap .office-contact-button,body.office-detail .hero-text-wrap .office-contact-button {
        margin-left:auto
    }
}

body.agent-detail .hero,body.office-detail .hero {
    position: relative;
    width: 100%;
    background: no-repeat 50%;
    background-size: cover;
    overflow: hidden;
    height: 40vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media print,screen and (min-width: 40em) {
    body.agent-detail .hero,body.office-detail .hero {
        height:70vh
    }
}

body.agent-detail .hero .hero-text,body.office-detail .hero .hero-text {
    width: 100%;
    text-align: left;
    margin-top: 80px
}

@media screen and (max-width: 767px) {
    body.agent-detail .hero .hero-text,body.office-detail .hero .hero-text {
        margin-top:40px
    }
}

body.agent-detail .hero .hero-text h3,body.office-detail .hero .hero-text h3 {
    margin: 0 0 .5em;
    padding: 0;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.25em
}

body.agent-detail .hero .hero-text p,body.office-detail .hero .hero-text p {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1.5em
}

body.agent-detail .hero .hero-text.light,body.office-detail .hero .hero-text.light {
    text-shadow: 0 1px 2px rgba(0,0,0,.75)
}

body.agent-detail .hero .hero-text.light h3,body.agent-detail .hero .hero-text.light p,body.office-detail .hero .hero-text.light h3,body.office-detail .hero .hero-text.light p {
    color: #fff
}

body.office-detail .office {
    background-color: #fff;
    padding: 4em 0
}

body.office-detail .office .hero-text h1 {
    margin-bottom: 2rem;
    line-height: 1em
}

body.office-detail .office .hero-text h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25em;
    font-weight: 600
}

body.office-detail .office .hero-text h3 {
    margin: 0 0 .625rem;
    padding: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem
}

body.office-detail .office .hero-text p {
    margin: 0 0 1em;
    padding: 0;
    font-weight: 500
}

body.office-detail .office .hero-text a:not(.button) {
    display: block;
    color: #000
}

body.office-detail .office .hero-text a:not(.button):hover {
    color: #bec2cd
}

body.office-detail .office .hero-text .office-details-container {
    gap: 16px;
    gap: 1rem;
    margin-bottom: 3.125rem;
    -ms-flex-direction: column;
    flex-direction: column
}

@media print,screen and (min-width: 40em) {
    body.office-detail .office .hero-text .office-details-container {
        -ms-flex-direction:row;
        flex-direction: row;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

body.office-detail .office-address,body.office-detail .office-email,body.office-detail .office-name,body.office-detail .office-phone {
    color: #000;
    margin-bottom: 0
}

body.office-detail .office-address a,body.office-detail .office-email a,body.office-detail .office-name a,body.office-detail .office-phone a {
    display: block;
    color: #000
}

body.office-detail .office-address a:hover,body.office-detail .office-email a:hover,body.office-detail .office-name a:hover,body.office-detail .office-phone a:hover {
    color: #bec2cd
}

body.office-detail .office-name {
    font-weight: 700
}

body.office-detail .office-email {
    margin-bottom: 1em
}

body.office-detail .office-profile {
    position: absolute;
    top: -9000px;
    left: -9000px
}

body.office-detail a.office-search-link {
    position: relative;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 11px;
    font-size: .6875rem;
    line-height: 14px;
    line-height: .875rem;
    color: #2d373d;
    margin-bottom: .625rem;
    padding-bottom: .625rem
}

@media print,screen and (min-width: 40em) {
    body.office-detail a.office-search-link {
        font-size:1.375rem;
        line-height: 1.3125rem;
        border-bottom: 1px solid #2d373d
    }
}

body.office-detail a.office-search-link .arrow {
    color: #2d373d;
    display: inline-block;
    float: right;
    margin-top: -3px;
    padding: 0 0 0 5px
}

@media print,screen and (min-width: 40em) {
    body.office-detail a.office-search-link .arrow {
        bottom:.5rem;
        margin-top: 0;
        position: absolute;
        right: 0
    }
}

body.office-detail a.office-search-link .arrow .fa {
    font-size: 18px;
    font-size: 1.125rem
}

@media print,screen and (min-width: 40em) {
    body.office-detail a.office-search-link .arrow .fa {
        font-size:1.75rem
    }
}

body.office-detail a.office-search-link.last {
    border-bottom: 0
}

body.office-detail a.office-search-link:hover,body.office-detail a.office-search-link:hover .arrow {
    color: #bec2cd
}

body.office-detail .agents {
    padding: 3em 0;
    background: #f7f7f7
}

body.office-detail .mobile-search-links {
    padding-top: 10px
}

body.office-detail .back-to-offices {
    padding-top: 2.8125rem
}

body.office-detail .back-to-offices a {
    position: relative;
    color: #444e54;
    font-size: 24px;
    font-size: 1.5rem;
    padding-left: 2.5rem
}

body.office-detail .back-to-offices a .arrow {
    position: absolute;
    left: 12px;
    left: .75rem;
    top: 0;
    width: 24px;
    height: 24px;
    border-color: transparent #444e54 #444e54 transparent;
    border-style: solid;
    border-width: 2px;
    transform: rotate(135deg)
}

body.office-detail .back-to-offices a:hover {
    color: #bec2cd
}

body.office-detail .back-to-offices a:hover .arrow {
    border-color: transparent #bec2cd #bec2cd transparent
}

body.office-detail #map {
    width: 100%;
    height: 265px;
    height: 16.5625rem
}

@media print,screen and (min-width: 40em) {
    body.office-detail #map {
        height:30rem
    }
}

body.office-detail .suburb-report-cta {
    background-color: #fff;
    color: #000;
    text-align: left
}

body.office-detail .suburb-report-cta .suburb-report-cta-content {
    padding-top: 50px;
    padding-bottom: 50px
}

body.office-detail .suburb-report-cta .suburb-report-cta-content .suburb-report-cta-body {
    padding-bottom: 30px
}

body.office-detail .tapi-embedded-request {
    max-width: 600px
}

body.office-detail .bg-white {
    background-color: #f7f7f7!important
}

.commercial-body .commercial-info,.commercial-body .commercial-thumb {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.commercial-body .office-address,.commercial-body .office-email,.commercial-body .office-name,.commercial-body .office-phone,body.agent-detail .office-address,body.agent-detail .office-email,body.agent-detail .office-name,body.agent-detail .office-phone {
    color: #000;
    margin-bottom: 0;
    font-weight: 300
}

.commercial-body .office-address a,.commercial-body .office-email a,.commercial-body .office-name a,.commercial-body .office-phone a,body.agent-detail .office-address a,body.agent-detail .office-email a,body.agent-detail .office-name a,body.agent-detail .office-phone a {
    color: #000
}

.commercial-body .office-address a:hover,.commercial-body .office-email a:hover,.commercial-body .office-name a:hover,.commercial-body .office-phone a:hover,body.agent-detail .office-address a:hover,body.agent-detail .office-email a:hover,body.agent-detail .office-name a:hover,body.agent-detail .office-phone a:hover {
    color: #bec2cd
}

.commercial-body .office-name,body.agent-detail .office-name {
    font-weight: 700
}

.commercial-body .office-profile,body.agent-detail .office-profile {
    position: absolute;
    top: -9000px;
    left: -9000px
}

.text-container {
    padding-top: 4em;
    padding-bottom: 4em
}

.text-container h2 {
    margin-top: 0
}

.text-container .button {
    margin-bottom: 0
}

.contact-block {
    background-color: #fff;
    padding: 2em;
    border-radius: 5px
}

.contact-block .contact-block h2 {
    margin-bottom: .5em
}

.contact-block .button:first-child {
    float: left
}

.property-stats {
    margin-top: 2em
}

.property-stats .stats-block {
    position: relative;
    margin-bottom: 40%
}

@media screen and (max-width: 1199px) {
    .property-stats .stats-block {
        width:100%
    }
}

.property-stats .stats-block img {
    display: block;
    width: 100%;
    height: auto
}

.property-stats .stats-block .stats-circle {
    width: 75%;
    height: 0;
    padding-bottom: 75%;
    position: absolute;
    background-color: hsla(0,0%,100%,.9);
    border-radius: 50%;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (max-width: 960px) {
    .property-stats .stats-block .stats-circle {
        width:80%;
        padding-bottom: 80%
    }
}

.property-stats .stats-block .stats-info {
    text-align: center;
    width: 90%;
    height: 110%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50%
}

.property-stats .stats-block .stats-info h2.stats-title {
    line-height: normal;
    width: 70%
}

@media print,screen and (max-width: 1023px) and (min-width:961px) {
    .property-stats .stats-block .stats-info h2.stats-title {
        line-height:normal;
        font-size: 20px;
        margin-top: 1em!important
    }
}

@media print,screen and (max-width: 960px) {
    .property-stats .stats-block .stats-info h2.stats-title {
        font-size:20px;
        margin-bottom: 0
    }
}

.property-stats .stats-block .stats-info h3.stats-tally {
    font-size: 8vw;
    line-height: normal;
    margin-bottom: 0
}

@media print,screen and (min-width: 1200px) {
    .property-stats .stats-block .stats-info h3.stats-tally {
        font-size:110px
    }
}

@media print,screen and (max-width: 960px) {
    .property-stats .stats-block .stats-info h3.stats-tally {
        font-size:9vw;
        line-height: normal;
        margin-bottom: 0
    }
}

.property-stats .stats-block .stats-info h2.stats-sub {
    margin-top: -.5em!important;
    width: 70%
}

@media print,screen and (max-width: 1023px) and (min-width:961px) {
    .property-stats .stats-block .stats-info h2.stats-sub {
        font-size:20px
    }
}

@media print,screen and (max-width: 960px) {
    .property-stats .stats-block .stats-info h2.stats-sub {
        font-size:20px;
        margin-bottom: 0
    }
}

.property-stats .stats-block .stats-info p.stats-event {
    font-size: 14px;
    font-weight: 300;
    margin-top: 1em;
    margin-bottom: 0;
    width: 70%
}

@media print,screen and (max-width: 960px) and (min-width:641px) {
    .office-detail .property-stats .stats-block {
        margin-bottom:60%
    }
}

.office-detail .property-stats .stats-block .stats-info {
    height: 78%
}

.office-detail .property-stats .stats-block .stats-info h2.stats-title {
    margin-bottom: .5em
}

@media print,screen and (max-width: 1024px) {
    .office-detail .property-stats .stats-block .stats-info h2.stats-title {
        font-size:20px
    }
}

.office-detail .property-stats .stats-block .stats-info h3.stats-tally {
    font-size: 80px;
    line-height: 1em
}

@media print,screen and (max-width: 1024px) {
    .office-detail .property-stats .stats-block .stats-info h3.stats-tally {
        font-size:60px
    }
}

.office-detail .property-stats .stats-block .stats-info h2.stats-sub {
    margin-bottom: 0
}

@media print,screen and (max-width: 1024px) {
    .office-detail .property-stats .stats-block .stats-info h2.stats-sub {
        font-size:20px
    }
}

.office-detail .property-stats .stats-block .stats-info p.stats-event {
    margin-top: .5em
}

#our-properties {
    padding: 4em 0
}

ul.button-group {
    list-style: none;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 .625rem;
    gap: 8px
}

@media print,screen and (min-width: 40em) {
    ul.button-group {
        -moz-flex-direction:row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

ul.button-group li {
    margin: 0
}

ul.button-group li:first-child a {
    border-radius: 4px 0 0 4px
}

ul.button-group li:last-child a {
    border-radius: 0 4px 4px 0
}

ul.button-group li a {
    border-radius: 0;
    min-width: 120px;
    background-color: #bec2cd;
    color: #fff
}

@media print,screen and (max-width: 480px) {
    ul.button-group li a {
        padding:10px;
        width: 100%;
        min-width: 0
    }
}

@media print,screen and (max-width: 320px) {
    ul.button-group li a {
        font-size:.85rem
    }
}

ul.button-group li a:active,ul.button-group li a:focus,ul.button-group li a:hover {
    background-color: #000;
    color: #fff
}

ul.button-group li a.active {
    background-color: #000
}

.carousel-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 0 .9375rem
}

@media print,screen and (min-width: 40em) {
    .carousel-nav {
        -ms-flex-pack:end;
        justify-content: flex-end
    }
}

#instagram-blog {
    background-color: #fff;
    padding: 4em 0
}

#instagram-blog .button {
    min-width: 150px
}

#instagram-blog .blog-social-item.instagram {
    background-color: #fff;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-top: 2.5em;
    margin-bottom: 2.5em
}

@media print,screen and (max-width: 640px) {
    #instagram-blog .blog-social-item.instagram {
        margin-top:1.5em;
        margin-bottom: 1.5em
    }
}

#instagram-blog .blog-social-item.instagram .columns {
    margin-bottom: 1em
}

@media print,screen and (max-width: 640px) {
    #instagram-blog .blog-social-item.instagram .columns {
        margin-bottom:.5em
    }
}

#instagram-blog .blog-social-item.instagram .columns:nth-last-child(-n+3) {
    margin-bottom: 0
}

@media print,screen and (max-width: 1199px) {
    #instagram-blog .blog-social-item.instagram .columns img {
        width:100%;
        padding: 0 .5em
    }
}

@media print,screen and (max-width: 640px) {
    #instagram-blog .blog-social-item.instagram .columns:nth-child(odd) img {
        padding-right:.25em
    }
}

@media print,screen and (max-width: 640px) {
    #instagram-blog .blog-social-item.instagram .columns:nth-child(2n) img {
        padding-left:.25em
    }
}

@media print,screen and (max-width: 1199px) {
    .row.agent-list>.columns {
        -ms-flex:0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row.agent-list>.columns .agent-thumb {
        width: 80%;
        padding-bottom: 80%
    }
}

@media print,screen and (max-width: 960px) {
    .expand-960 {
        width:100%!important;
        max-width: 100%!important;
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important
    }

    .row.agent-list>.columns {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }

    .row.agent-list>.columns .agent-thumb {
        width: 60%;
        padding-bottom: 60%
    }

    .sold-features .property-stats .stats-block {
        width: 100%
    }

    .sold-features .property-stats .stats-block .stats-info h2.stats-title {
        font-size: 18px
    }

    .sold-features .property-stats .stats-block .stats-info h3.stats-tally {
        font-size: 8vw
    }

    .sold-features .property-stats .stats-block .stats-info p.stats-event {
        font-size: 13px
    }
}

@media print,screen and (max-width: 40em) {
    .agents h1 {
        text-align:center
    }

    .row.agent-list>.columns {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row.agent-list>.columns .agent-link {
        text-decoration: none!important
    }

    .row.agent-list>.columns .agent-card {
        display: -ms-flexbox;
        display: flex
    }

    .row.agent-list>.columns .agent-card .agent-image {
        width: 40%
    }

    .row.agent-list>.columns .agent-card .agent-image .agent-thumb {
        width: 110px;
        height: 110px;
        padding-bottom: 0;
        margin-left: auto;
        margin-right: 0
    }

    .row.agent-list>.columns .agent-card .agent-details {
        margin-top: 0;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
        padding: 0 0 0 1.5em;
        width: 60%
    }

    ul.button-group li a {
        border-radius: 0;
        min-width: auto
    }

    .contact-office {
        padding: 3em .5em;
        background-color: #fff
    }

    .contact-office .office-thumb {
        height: 125px;
        width: 125px;
        border-radius: 50%;
        overflow: hidden
    }

    .contact-office .office-thumb img {
        display: block;
        margin: 0 0 0 auto;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .contact-office-form {
        padding: 3em 1em;
        background-color: #f7f7f7
    }

    .contact-office-form h2 {
        text-align: center;
        width: 100%
    }
}

@media print,screen and (max-width: 40em) and (max-width:40em) {
    .property-stats .stats-block {
        position:relative;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        width: 100%
    }

    .property-stats .stats-block img {
        display: block;
        width: 75%;
        height: auto;
        margin-left: auto
    }

    .property-stats .stats-block .stats-circle {
        width: 55%;
        height: 0;
        padding-bottom: 55%;
        border-radius: 50%;
        bottom: 0;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff
    }

    .property-stats .stats-block .stats-info {
        width: 55%;
        height: 55%;
        bottom: auto;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    .property-stats .stats-block .stats-info h2.stats-title {
        font-size: 16px
    }

    .property-stats .stats-block .stats-info h2.stats-sub {
        font-size: 14px
    }

    .property-stats .stats-block .stats-info p.stats-event {
        font-size: 10px;
        margin-top: 0;
        margin-bottom: 0
    }

    .property-stats .stats-block:first-child {
        margin-top: 2em
    }

    .property-stats .stats-block:last-child {
        margin-bottom: 2em
    }

    .property-stats .columns:last-child .stats-block {
        margin-bottom: 0;
        width: 100%
    }

    .property-stats .columns:last-child .stats-block img {
        margin-left: 0;
        margin-right: auto
    }

    .property-stats .columns:last-child .stats-block .stats-circle {
        left: auto;
        right: 0
    }

    .property-stats .columns:last-child .stats-block .stats-info {
        bottom: auto;
        left: auto;
        right: 0
    }
}

@media print,screen and (max-width: 480px) {
    .office-info,.office-info .button {
        font-size:.85em
    }

    .stats-info p.stats-event {
        font-size: 9px
    }
}

@media print,screen and (max-width: 360px) {
    .row.agent-list>.columns .agent-card {
        margin-left:1em
    }

    .row.agent-list>.columns .agent-card .agent-details {
        padding: 0 0 0 1em
    }

    .row.agent-list>.columns .agent-card .agent-details .agent-phone {
        padding: 10px 15px
    }
}

#view-our-people {
    position: absolute;
    top: -80px
}

@media print,screen and (max-width: 640px) {
    #view-our-people {
        top:0
    }
}

@media print,screen and (max-width: 640px) {
    body.agent-detail .office-info,body.office-detail .office-info {
        height:100%;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    body.agent-detail .office-info h2.office-name,body.office-detail .office-info h2.office-name {
        margin-bottom: .25em
    }

    body.agent-detail .office-info a,body.office-detail .office-info a {
        text-decoration: none
    }

    body.agent-detail .office-info .button,body.office-detail .office-info .button {
        margin-bottom: 0
    }
}

body.logged-out .hero-arrow-bottom,body.logged-out .hero-arrow-top {
    display: none
}

body.logged-out h2 {
    text-align: center
}

body.content-page .block-image_text,body.content-page .featured-listings,body.content-page .office-block {
    background-color: #f2f4f5
}

body.content-page .content {
    padding: 1px 0
}

body.content-page .block-image_text,body.content-page .block-text {
    margin: 2em 0
}

@media print,screen and (min-width: 40em) {
    body.content-page .block-image_text,body.content-page .block-text {
        margin:4em 0;
        padding: 0
    }
}

@media screen and (max-width: 640px) {
    body.content-page .block-image_text,body.content-page .block-text {
        margin:2em 0
    }
}

body.content-page .block-image_text a,body.content-page .block-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #2d373d
}

body.content-page .block-image_text a:hover,body.content-page .block-text a:hover {
    color: #bec2cd
}

body.content-page .block-image_text .rich-text h3:first-child,body.content-page .block-text .rich-text h3:first-child {
    margin-top: 25px
}

@media print,screen and (min-width: 40em) {
    body.content-page .block-image_text .rich-text h3:first-child,body.content-page .block-text .rich-text h3:first-child {
        margin-top:0
    }
}

body.content-page .block-image_text {
    padding: 2.1875rem .9375rem;
    margin: 2.1875rem 0
}

@media print,screen and (min-width: 40em) {
    body.content-page .block-image_text {
        padding:4.375rem 0;
        margin: 4.375rem 0
    }
}

body.content-page .block-event a {
    text-decoration: underline;
    font-weight: 700;
    color: #2d373d
}

body.content-page .block-event a:hover {
    color: #bec2cd
}

body.content-page .block-text h2,body.content-page .block-text h3,body.content-page .block-text h4,body.content-page .block-text h5,body.content-page .block-text h6 {
    margin-bottom: 0
}

body.content-page .block-image {
    padding: 0 .9375rem .3125rem
}

@media print,screen and (min-width: 40em) {
    body.content-page .block-image {
        padding:0
    }
}

body.content-page .block-page_headline {
    margin: 2.25em 0 1em
}

@media print,screen and (min-width: 40em) {
    body.content-page .block-page_headline .page-headline#buxton-weekly-property-magazine {
        margin:1.875rem 0 -2.5rem
    }

    body.content-page .block-page_headline .page-headline#request-an-up-to-date-market-appraisal {
        margin: 2.5rem 0 0
    }
}

body.content-page .block-page_headline .page-subheadline {
    font-size: 16px;
    font-size: 1rem;
    margin: .625rem 0 0;
    font-weight: 400
}

@media print,screen and (min-width: 40em) {
    body.content-page .block-page_headline .page-subheadline {
        font-size:1.375rem;
        line-height: 1.375rem;
        margin: 1.875rem 0 0
    }
}

body.content-page .block-iframe {
    margin: 2.1875rem .9375rem
}

@media print,screen and (min-width: 40em) {
    body.content-page .block-iframe {
        margin:4.375rem 0
    }
}

body.content-page .block-section_heading {
    padding: 0 .9375rem
}

@media print,screen and (min-width: 40em) {
    body.content-page .block-section_heading {
        padding:0
    }
}

body.content-page .section-heading {
    margin: 0;
    font-weight: 400;
    outline: 0 none
}

body.content-page .section-heading.small {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700
}

@media print,screen and (min-width: 40em) {
    body.content-page .section-heading.small {
        font-size:1.375rem
    }
}

body.content-page .section-heading.large {
    font-size: 28px;
    font-size: 1.75rem
}

@media print,screen and (min-width: 40em) {
    body.content-page .section-heading.large {
        font-size:3.125rem
    }
}

body.content-page .block-button_group {
    padding: .625rem .9375rem
}

@media print,screen and (min-width: 40em) {
    body.content-page .block-button_group {
        margin:4.375rem 0;
        padding: 0
    }
}

body.content-page .block-button_group .button {
    font-size: 14px;
    font-size: .875rem
}

@media print,screen and (min-width: 40em) {
    body.content-page .block-button_group .button {
        font-size:1.125rem
    }
}

body.content-page .block-page_headline+.block-button_group {
    margin-top: .9375rem
}

@media print,screen and (min-width: 40em) {
    body.content-page .block-page_headline+.block-button_group,body.content-page .block-section_heading+.block-text,body.content-page.two-column .content .row .columns>.block-text {
        margin-top:1.875rem
    }
}

body.content-page.two-column .content .row .columns>.block-iframe {
    margin-top: .9375rem
}

@media print,screen and (min-width: 40em) {
    body.content-page.two-column .content .row .columns>.block-iframe {
        margin-top:1.875rem
    }
}

body.content-page.two-column .content .row .columns>.block-button_group {
    margin-bottom: .875rem;
    margin-top: .9375rem
}

@media print,screen and (min-width: 40em) {
    body.content-page.two-column .content .row .columns>.block-button_group {
        margin-top:1.875rem
    }
}

body.content-page.two-column .content .row .columns .block-content_grid>.content-grid {
    margin-top: .9375rem
}

@media print,screen and (min-width: 40em) {
    body.content-page.two-column .content .row .columns .block-content_grid>.content-grid {
        margin-top:1.875rem
    }
}

body.content-page.two-column .content .row .columns .block-button_group+.block-content_grid>.content-grid {
    margin-top: 0
}

body.content-page.two-column .content .row .columns .block-content_grid>.content-grid {
    padding-top: 0;
    padding-bottom: 0
}

body.content-page.two-column .content .row .columns .block-content_grid .content-grid .columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: .625rem;
    padding-left: .625rem
}

@media print,screen and (min-width: 40em) {
    body.content-page.two-column .content .row .columns .block-content_grid .content-grid .columns {
        padding-right:.9375rem;
        padding-left: .9375rem
    }
}

body.content-page.two-column .content .row .columns .block-content_grid .content-grid .columns.single {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: .625rem;
    padding-left: .625rem
}

@media print,screen and (min-width: 40em) {
    body.content-page.two-column .content .row .columns .block-content_grid .content-grid .columns.single {
        padding-right:.9375rem;
        padding-left: .9375rem
    }
}

body.content-page .block-button_group+.block-text,body.content-page .block-text+.block-text {
    margin-top: -1.25rem
}

@media print,screen and (min-width: 40em) {
    body.content-page .block-button_group+.block-text,body.content-page .block-text+.block-text {
        margin-top:-2.5rem
    }
}

body.content-page .block-image_text .block-text {
    margin: 0
}

.tile-logo {
    margin: 1em auto 2em
}

.bux-link {
    margin: 4em auto 0;
    padding-left: 30px;
    position: relative;
    color: #000;
    font-weight: 700
}

@media screen and (max-width: 1199px) {
    .bux-link {
        margin:1.5em auto 0
    }
}

.bux-link:hover {
    color: #bec2cd
}

.bux-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 15px;
    height: 22px;
    background: url("/static/img/buxton-arrow-black.afeb2ce64409.svg") no-repeat;
    background-size: 15px
}

.news-feature {
    background-color: #fff;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem
}

@media screen and (max-width: 1023px) {
    .news-feature {
        padding-top:2rem;
        padding-bottom: 2rem
    }

    .news-feature .row {
        padding-left: .5rem;
        padding-right: .5rem
    }
}

.news-feature .heading-container {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-feature h1 {
    margin-top: 1em!important
}

@media screen and (max-width: 1023px) {
    .news-feature h1 {
        text-align:center
    }
}

.news-feature .news-item {
    background-color: #fff
}

.news-feature .news-item,.news-feature .news-item .news-text {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.news-feature .news-item .news-text h2 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: .5em!important;
    color: #000
}

.news-feature .news-item .news-text a {
    text-decoration: none!important
}

.news-feature .news-item .news-text .news-category {
    color: #999;
    font-size: 14px
}

@media screen and (max-width: 1023px) {
    .news-feature .news-item .news-text .news-category {
        font-style:italic;
        margin-bottom: 0
    }
}

.news-feature .news-item .news-text .summary {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1em;
    font-size: 15px;
    font-weight: 300
}

.news-feature .news-item .news-text .button {
    margin-top: auto;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.news-feature .news-item .news-text .cta-icon {
    display: block;
    width: 100%;
    height: 40px;
    background: url("/static/img/buxton-arrow-black.afeb2ce64409.svg") no-repeat 50%;
    background-size: 20px;
    margin-bottom: 3em
}

.news-feature .news-item .news-image {
    margin-top: 1.5em
}

@media print,screen and (min-width: 40em) {
    .news-feature .news-item .news-image {
        margin-top:2.5em
    }
}

.news-feature .news-item .news-image img {
    width: 100%
}

.news-feature .news-text {
    -ms-flex-order: 1;
    order: 1
}

.news-feature .news-image {
    -ms-flex-order: 2;
    order: 2;
    margin-top: auto
}

.awards-row {
    background-color: #f7f7f7;
    padding: 2rem 0
}

.awards-row .row {
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 1024px) {
    .awards-row .row {
        display:-ms-flexbox;
        display: flex
    }
}

.awards-row .awards-section-title {
    margin-bottom: 0;
    font-size: 36px;
    font-size: 2.25rem
}

@media screen and (max-width: 1023px) {
    .awards-row .awards-section-title {
        margin-bottom:1rem;
        font-size: 1.5rem
    }
}

.block-sold_listing_marquee {
    width: 100%;
    padding: 15px 15px 4em
}

@media screen and (max-width: 1023px) {
    .block-sold_listing_marquee {
        display:none!important
    }
}

.block-sold_listing_marquee hr {
    border: 1px solid #fff;
    border-left: 0;
    border-right: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

@media screen and (max-width: 1023px) {
    .news-feature .row {
        padding-left:.5rem;
        padding-right: .5rem
    }

    .news-feature .columns:first-child .news-item {
        padding-top: 10px!important
    }

    .news-feature .columns:nth-child(2n) .news-item,.news-feature .columns:nth-child(odd) .news-item {
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        position: relative;
        padding: 0 10px 20px
    }

    .news-feature .columns:nth-child(2n) .news-item:after,.news-feature .columns:nth-child(odd) .news-item:after {
        content: "";
        display: block;
        width: -o-calc(100% - 20px)!important;
        width: calc(100% - 20px)!important;
        height: 1px;
        background-color: #d3d3d3;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px
    }

    .news-feature .columns:nth-child(2n) .news-item .news-text,.news-feature .columns:nth-child(odd) .news-item .news-text {
        -ms-flex-order: 2;
        order: 2;
        width: 55%;
        padding-left: 1rem;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        height: 100%
    }

    .news-feature .columns:nth-child(2n) .news-item .news-text h2,.news-feature .columns:nth-child(odd) .news-item .news-text h2 {
        margin-top: 0!important;
        line-height: normal;
        margin-bottom: .25em
    }

    .news-feature .columns:nth-child(2n) .news-item .news-text .cta-icon,.news-feature .columns:nth-child(2n) .news-item .news-text .summary,.news-feature .columns:nth-child(odd) .news-item .news-text .cta-icon,.news-feature .columns:nth-child(odd) .news-item .news-text .summary {
        display: none
    }

    .news-feature .columns:nth-child(2n) .news-item .news-image,.news-feature .columns:nth-child(odd) .news-item .news-image {
        -ms-flex-order: 1;
        order: 1;
        display: block;
        width: 45%;
        margin-top: 0
    }

    .news-feature .columns:last-child .news-item {
        padding-bottom: 10px
    }

    .news-feature .columns:last-child .news-item:after {
        display: none
    }
}

body.content-page .block-sold_listing_marquee {
    background-color: hsla(0,0%,87.8%,.5);
    padding-top: 2em;
    padding-bottom: 4em;
    position: relative
}

body.content-page .block-sold_listing_marquee:before {
    content: "";
    display: block;
    width: 100%;
    max-width: 1172px;
    max-width: 73.25rem;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0
}

body.content-page .block-sold_listing_marquee .listing-marquee {
    max-width: 1172px;
    max-width: 73.25rem;
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width: 1023px) {
    body.content-page .block-sold_listing_marquee {
        display:none
    }
}

.franchised-opportunities {
    background-color: #fff
}

.franchised-slider {
    margin-top: 2em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 960px) {
    .franchised-slider {
        display:block;
        position: relative
    }
}

.franchised-slider .feature-image {
    width: 35%;
    display: block;
    float: left;
    z-index: 2
}

@media screen and (max-width: 1199px) {
    .franchised-slider .feature-image {
        width:40%
    }
}

@media screen and (max-width: 960px) {
    .franchised-slider .feature-image {
        width:120px;
        position: absolute;
        top: -2em;
        right: 2em;
        float: none
    }
}

.franchised-slider .feature-image img {
    border-radius: 50%;
    overflow: hidden;
    width: 100%
}

.franchised-slider .feature-content {
    width: 65%;
    display: block;
    float: left;
    background-color: #fff;
    padding: 4em 6em 4em 4em;
    position: relative
}

@media screen and (max-width: 1199px) {
    .franchised-slider .feature-content {
        width:60%;
        padding: 2em 5em 2em 2em
    }
}

@media screen and (max-width: 1023px) {
    .franchised-slider .feature-content {
        padding:2em 5em 2em 2em
    }
}

@media screen and (max-width: 960px) {
    .franchised-slider .feature-content {
        padding:2em;
        width: 100%;
        float: none
    }
}

.franchised-slider .feature-content:before {
    content: "";
    display: block;
    width: 20%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: -20%;
    top: 0;
    z-index: 1
}

.franchised-slider .feature-content h2 {
    position: relative;
    padding-left: 90px;
    min-height: 2.5em;
    line-height: 2.5em
}

@media screen and (max-width: 960px) {
    .franchised-slider .feature-content h2 {
        padding-left:0;
        width: calc(100% - 150px);
        min-height: auto;
        line-height: 1.5em;
        margin-bottom: 1.5em
    }
}

.franchised-slider .feature-content h2 .slider-header-icon {
    position: absolute;
    left: 0;
    max-width: 60px;
    height: auto
}

@media screen and (max-width: 960px) {
    .franchised-slider .feature-content h2 .slider-header-icon {
        display:none
    }
}

.block-method_of_sale_block .columns>h1 {
    margin-bottom: 1em
}

@media screen and (max-width: 640px) {
    .block-method_of_sale_block .columns>h1 {
        margin-top:1em!important;
        margin-bottom: .25em
    }
}

.method-slider.slick-slider {
    margin-bottom: 0;
    padding-bottom: 4em
}

@media screen and (max-width: 640px) {
    .method-slider.slick-slider {
        text-align:center
    }
}

.method-slider img.tile-logo {
    max-height: 110px;
    width: 110px
}

.method-slider .slick-arrow.slick-disabled {
    display: none!important
}

.method-slider .slick-arrow.slick-prev {
    left: -3%
}

@media screen and (max-width: 640px) {
    .method-slider .slick-arrow.slick-prev {
        left:25px;
        top: unset;
        bottom: 5px
    }
}

.method-slider .slick-arrow.slick-next {
    right: -3%
}

@media screen and (max-width: 640px) {
    .method-slider .slick-arrow.slick-next {
        right:25px;
        top: unset;
        bottom: 5px
    }
}

.method-slider .slick-arrow.slick-next:before,.method-slider .slick-arrow.slick-prev:before {
    border-bottom: 6px solid #000;
    border-left: 6px solid #000;
    height: 20px;
    width: 20px
}

@media screen and (max-width: 640px) {
    .method-slider .slick-arrow.slick-next:before,.method-slider .slick-arrow.slick-prev:before {
        border-bottom:3px solid #000;
        border-left: 3px solid #000;
        height: 15px;
        width: 15px
    }
}

.method-slider .slick-list .slick-slide:active,.method-slider .slick-list .slick-slide:focus {
    outline: 0
}

.method-slider .slick-list .slick-slide h1 {
    margin-bottom: .25em;
    line-height: normal
}

.method-slider .slick-list .slick-slide p {
    font-weight: 300
}

.method-slider .slick-list button {
    display: none
}

.method-slider .slick-dots {
    bottom: 1em;
    left: 0
}

.method-slider .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0
}

.method-slider .slick-dots li button:before {
    font-size: 13px;
    color: #fff;
    opacity: 1;
    transition: all .2s ease
}

.method-slider .slick-dots li button:focus:before,.method-slider .slick-dots li button:hover:before {
    color: #59636a;
    opacity: 1
}

.method-slider .slick-dots li.slick-active button:before {
    color: #bec2cd;
    opacity: 1
}

.property-carousel {
    padding: 0
}

.property-carousel.slick-slider {
    margin-bottom: 0
}

@media screen and (max-width: 960px) {
    .property-carousel.slick-slider {
        padding-bottom:3em
    }
}

.property-carousel .slick-list .slick-slide:active,.property-carousel .slick-list .slick-slide:focus {
    outline: 0
}

.property-carousel .slick-dots {
    bottom: 1em;
    left: 0
}

.property-carousel .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0
}

.property-carousel .slick-dots li button:before {
    font-size: 13px;
    color: #f7f7f7;
    opacity: 1;
    transition: all .2s ease
}

.property-carousel .slick-dots li button:focus:before,.property-carousel .slick-dots li button:hover:before {
    color: #59636a;
    opacity: 1
}

.property-carousel .slick-dots li.slick-active button:before {
    color: #bec2cd;
    opacity: 1
}

.full-width-cta {
    background-color: #fff
}

.full-width-cta .columns {
    min-height: 380px
}

@media screen and (max-width: 1200px) {
    .full-width-cta .columns {
        min-height:350px
    }
}

@media screen and (max-width: 960px) {
    .full-width-cta .columns {
        min-height:320px
    }
}

@media screen and (max-width: 640px) {
    .full-width-cta .columns {
        min-height:auto
    }
}

.full-width-cta .text-content {
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.full-width-cta .text-content .text-field {
    width: 540px;
    margin-left: auto;
    margin-right: 1em
}

@media screen and (max-width: 1200px) {
    .full-width-cta .text-content .text-field {
        width:100%;
        margin-right: auto;
        padding: 2em
    }
}

@media screen and (max-width: 640px) {
    .full-width-cta .text-content .text-field {
        padding:2em .5em;
        text-align: center
    }
}

.full-width-cta .text-content .text-field h2 {
    font-weight: 900
}

.full-width-cta .text-content .text-field .button {
    margin-top: .75em;
    margin-bottom: 0
}

.full-width-cta .image-content {
    background-size: cover;
    background-position: 0;
    position: relative
}

@media screen and (max-width: 640px) {
    .full-width-cta .image-content {
        background-position:50%;
        height: 120px;
        margin-top: 2em;
        height: 180px
    }
}

.full-width-cta .image-content img.hand-img {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    max-height: 110%
}

@media screen and (max-width: 640px) {
    .full-width-cta .image-content img.hand-img {
        left:50%;
        transform: translateX(-50%);
        width: auto;
        max-height: 120%
    }
}

.full-width-cta.show-hand {
    background-color: #f7f7f7
}

.full-width-cta.show-hand .image-content img.hand-img {
    display: block
}

.rent-services .service-content h3 {
    font-size: 1.5em
}

@media print,screen and (min-width: 40em) {
    .services-block {
        min-height:250px
    }
}

.services-block img {
    width: 100%;
    margin-bottom: 1em
}

.services-block .service-content {
    margin-bottom: 3.75rem
}

.services-block .service-content h2 {
    padding-left: 60px;
    position: relative;
    margin-bottom: 1em;
    line-height: 1.25em
}

.services-block .service-content h2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 45px
}

.services-block .service-content .button {
    margin-top: .5em;
    margin-bottom: 0;
    background-color: #f0f0f0;
    color: #000
}

.services-block .service-content .button:hover {
    background-color: #000;
    color: #fff
}

.services-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimony {
    background-color: #fff
}

body.agent-detail .testimony {
    background-color: #f7f7f7
}

.testimony img.ratemyagent {
    margin-bottom: 1em;
    width: 150px
}

.testimony .button {
    margin-bottom: 0
}

.testimonial-header {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.5em
}

.testimonial-header .carousel-nav {
    margin-left: auto
}

.testimony-carousel {
    position: relative;
    padding: .5em 0
}

.testimony-carousel .testimonial-slide {
    margin: 0 27px
}

.testimony-carousel .slideshow-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    gap: 1rem
}

@media screen and (max-width: 1024px) {
    .testimony-carousel .slideshow-container {
        -ms-flex-pack:center;
        justify-content: center
    }
}

.testimony-carousel .slider-item {
    display: block;
    -ms-flex: 0 0 calc(33.333% - 1rem);
    flex: 0 0 calc(33.333% - 1rem);
    margin-bottom: 2rem
}

@media screen and (max-width: 1024px) {
    .testimony-carousel .slider-item {
        -ms-flex:0 0 100%;
        flex: 0 0 100%;
        max-width: 500px
    }
}

@media screen and (max-width: 640px) {
    .testimony-carousel .slider-item {
        -ms-flex:0 0 100%;
        flex: 0 0 100%
    }
}

.testimony-carousel .slider-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}

.testimony-carousel .next,.testimony-carousel .prev {
    cursor: pointer;
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    font-size: 2em;
    font-weight: 700;
    transition: .2s ease;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000
}

.testimony-carousel .prev {
    left: 0
}

.testimony-carousel .next {
    right: 0
}

.testimony-carousel .heading {
    margin-bottom: .25em
}

.testimony-carousel .rating {
    display: -ms-flexbox;
    display: flex;
    gap: .75em;
    -ms-flex-align: center;
    align-items: center
}

.testimony-carousel .rating i {
    width: 14px;
    height: 14px
}

.testimony-carousel .date {
    font-weight: 300;
    margin-top: 1.5em
}

.testimony-carousel .name {
    font-weight: 700;
    margin-top: 2em
}

.testimony-carousel .name span {
    font-weight: 300;
    display: block
}

.slideshow-container {
    position: relative
}

@media screen and (max-width: 640px) {
    .slideshow-container {
        margin-bottom:1.75em
    }
}

.dot-controller {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2em;
    width: 20px
}

@media screen and (max-width: 960px) {
    .dot-controller {
        width:auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: unset;
        bottom: -2.5em;
        right: unset
    }
}

.dot-controller .dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .2s ease
}

.dot-controller .dot.active {
    background-color: #bec2cd
}

.dot-controller .dot:hover {
    background-color: #717171
}

.content-tile .rich-text {
    margin: 0 auto
}

.method-slider .content-row {
    position: relative;
    padding: 4em 2em 6em
}

.method-slider .content-row:after {
    content: "";
    width: 15px;
    height: 22px;
    display: block;
    background: url("/static/img/buxton-arrow-grey.25ee59f80e02.svg") no-repeat 50%;
    background-size: 15px 22px;
    position: absolute;
    top: 50%;
    right: .5em;
    transform: translateY(-50%)
}

.method-slider .content-row .slider-item img {
    display: block;
    margin: 0 auto 1em
}

.method-slider .content-row .slider-item h1 {
    color: #bec2cd;
    margin-bottom: 0
}

.method-slider .content-row .slider-item h2 {
    margin-bottom: .5em
}

.circle-text-row {
    margin-top: 1em
}

.circle-text-block {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.circle-text-block p {
    font-size: 15px;
    font-size: .9375rem
}

.circle-text-block .text-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.circle-text-block .buying-tips-cta {
    margin-top: auto;
    margin-bottom: 0;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.circle-text-block .circle-image {
    width: 100%
}

.circle-text-block .circle-image img {
    width: 95%;
    border-radius: 50%;
    display: block;
    margin: 0 auto
}

@media screen and (max-width: 1023px) {
    .news-feature {
        padding-bottom:4em
    }

    .news-feature .row {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .news-feature .columns:first-child .news-item {
        padding-top: 10px!important
    }

    .news-feature .columns:nth-child(2n) .news-item,.news-feature .columns:nth-child(odd) .news-item {
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        position: relative;
        padding: 0 10px 20px
    }

    .news-feature .columns:nth-child(2n) .news-item:after,.news-feature .columns:nth-child(odd) .news-item:after {
        content: "";
        display: block;
        width: -o-calc(100% - 20px)!important;
        width: calc(100% - 20px)!important;
        height: 1px;
        background-color: #d3d3d3;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px
    }

    .news-feature .columns:nth-child(2n) .news-item .news-text,.news-feature .columns:nth-child(odd) .news-item .news-text {
        -ms-flex-order: 2;
        order: 2;
        width: 55%;
        padding-left: 1rem;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        height: 100%
    }

    .news-feature .columns:nth-child(2n) .news-item .news-text h2,.news-feature .columns:nth-child(odd) .news-item .news-text h2 {
        margin-top: 0!important;
        line-height: normal;
        margin-bottom: .25em
    }

    .news-feature .columns:nth-child(2n) .news-item .news-text .cta-icon,.news-feature .columns:nth-child(2n) .news-item .news-text .summary,.news-feature .columns:nth-child(odd) .news-item .news-text .cta-icon,.news-feature .columns:nth-child(odd) .news-item .news-text .summary {
        display: none
    }

    .news-feature .columns:nth-child(2n) .news-item .news-image,.news-feature .columns:nth-child(odd) .news-item .news-image {
        -ms-flex-order: 1;
        order: 1;
        display: block;
        width: 45%;
        margin-top: 0
    }

    .news-feature .columns:last-child .news-item {
        padding-bottom: 10px
    }

    .news-feature .columns:last-child .news-item:after {
        display: none
    }

    .news-feature .block-sold_listing_marquee {
        display: none!important
    }
}

@media screen and (max-width: 1023px) {
    .circle-text-row {
        padding:3em 0;
        margin-top: 0;
        overflow: hidden
    }

    .circle-text-row .circle-text-block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 1023px) and (min-width:40em) {
    .circle-text-row .circle-text-block {
        min-height:300px
    }
}

@media screen and (max-width: 1023px) {
    .circle-text-row .circle-text-block .text-block {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 100%
    }

    .circle-text-row .circle-text-block .buying-tips-cta {
        margin-top: auto;
        margin-bottom: 0;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .circle-text-row .circle-text-block .circle-image {
        width: 100%;
        max-width: 300px;
        left: -100px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .circle-text-row .circle-text-block .circle-image img {
        width: 100%
    }

    .circle-text-row .circle-text-block .text-block {
        width: 100%;
        padding: 1em 1em 1em 230px
    }

    .circle-text-row .columns:nth-child(2n) .circle-text-block .circle-image {
        left: auto;
        right: -100px
    }

    .circle-text-row .columns:nth-child(2n) .circle-text-block .text-block {
        padding-left: 1em;
        padding-right: 230px
    }
}

@media screen and (max-width: 640px) {
    .content-row {
        padding:2em 0
    }

    .bux-link {
        margin: 2em auto 0
    }

    .rent-services {
        background-color: #fff
    }

    .rent-services .content-row {
        padding: 2em 0
    }

    .testimony {
        background-color: #fff
    }

    .services-block {
        margin-bottom: 1em;
        height: auto;
        border-radius: 0;
        padding: .5em
    }

    .services-block .services-block {
        margin-bottom: 0
    }

    .services-block .service-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding-right: 3em
    }

    .services-block .service-wrap h2 {
        margin-bottom: 0;
        text-align: left
    }

    .services-block .service-wrap img {
        width: 40%;
        margin-bottom: 0;
        margin-right: 1.5em
    }

    .services-block .service-content {
        padding: 2em 0
    }

    .services-block .service-content .rich-text,.services-block .service-content h2 {
        text-align: left
    }

    .services-block.office-toggle .service-wrap .toggle {
        font-size: 2rem;
        text-align: center;
        line-height: 1.125;
        width: 35px;
        height: 35px;
        right: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .services-block.office-toggle .service-wrap .toggle i {
        transform: rotate(-90deg);
        transition: transform .5s
    }

    .services-block.office-toggle.open .service-wrap .toggle i {
        transform: rotate(0deg);
        transition: transform .5s
    }

    .services-block.office-toggle.open .office-container {
        max-height: 999px;
        margin-top: .5em
    }

    .rent-services .content-row .columns:last-of-type .services-block {
        margin-bottom: 0
    }

    .news-feature .columns:nth-child(2n) .news-item .news-text,.news-feature .columns:nth-child(odd) .news-item .news-text {
        width: 65%
    }

    .news-feature .columns:nth-child(2n) .news-item .news-text h2,.news-feature .columns:nth-child(odd) .news-item .news-text h2 {
        font-weight: 500;
        font-size: 24px
    }

    .news-feature .columns:nth-child(2n) .news-item .news-image,.news-feature .columns:nth-child(odd) .news-item .news-image {
        width: 35%
    }

    .method-slider .row section.columns {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-bottom: 2em;
        position: relative;
        text-align: center
    }

    .method-slider .row .columns:nth-child(4),.method-slider .row .columns:nth-child(5) {
        display: block
    }

    .method-slider .row .slider-item {
        text-align: center;
        position: relative
    }

    .method-slider .row .slider-item h1,.method-slider .row .slider-item p {
        display: none
    }
}

@media screen and (max-width: 480px) {
    .circle-text-row .circle-text-block .circle-image {
        max-width:250px
    }

    .circle-text-row .circle-text-block .text-block {
        padding-left: 1em
    }
}

@media screen and (max-width: 480px) and (min-width:40em) {
    .circle-text-row .circle-text-block .text-block {
        padding-left:175px
    }
}

@media screen and (max-width: 480px) {
    .circle-text-row .circle-text-block .text-block h1 {
        font-size:34px;
        line-height: normal;
        margin-bottom: 0
    }

    .circle-text-row .circle-text-block .text-block h2 {
        line-height: normal
    }

    .circle-text-row .columns:nth-child(2n) .circle-text-block .text-block {
        padding-right: 0
    }
}

@media screen and (max-width: 480px) and (min-width:40em) {
    .circle-text-row .columns:nth-child(2n) .circle-text-block .text-block {
        padding-right:175px
    }
}

@media screen and (max-width: 420px) {
    .news-feature .columns:nth-child(2n) .news-item .news-text h2,.news-feature .columns:nth-child(odd) .news-item .news-text h2 {
        font-size:20px
    }

    .news-feature .columns:nth-child(2n) .news-item .news-text .news-category,.news-feature .columns:nth-child(odd) .news-item .news-text .news-category {
        font-size: 13px
    }
}

#full-desc .rich-text ul,#limited-desc .rich-text ul {
    padding-left: 0;
    width: 100%;
    max-width: 640px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 640px) {
    #full-desc .rich-text ul,#limited-desc .rich-text ul {
        padding-left:1.25rem;
        max-width: 100%
    }
}

#full-desc .rich-text ul li,#limited-desc .rich-text ul li {
    text-align: left
}

#full-desc .rich-text {
    display: none
}

body.content-page .block-page_headline+.block-text {
    margin-top: 0!important
}

body.page-inside-buxton .block-text {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto
}

@media print,screen and (min-width: 40em) {
    body.page-inside-buxton .block-text {
        max-width:768px
    }
}

@media print,screen and (min-width: 64em) {
    body.page-inside-buxton .block-text {
        max-width:1024px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media screen and (min-width: 75em) {
    body.page-inside-buxton .block-text {
        max-width:1280px
    }
}

@media screen and (min-width: 90em) {
    body.page-inside-buxton .block-text {
        max-width:1680px
    }
}

body.page-inside-buxton .block-text a {
    border: 0;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    border-radius: 57px;
    padding: 10px 25px;
    transition: all .35s ease;
    text-decoration: none;
    background-color: #d8d8d8;
    color: #000
}

body.page-inside-buxton .block-text a:focus,body.page-inside-buxton .block-text a:hover {
    color: #fff;
    background-color: #000
}

@media screen and (max-width: 640px) {
    body.page-inside-buxton .block-text a {
        padding:10px 15px
    }
}

body.page-inside-buxton .block-text .row {
    padding: 0
}

@media print,screen and (min-width: 40em) {
    body.page-inside-buxton .block-text .rich-text {
        max-width:58.3333333333%
    }
}

body.page-inside-buxton .news-feature .news-image {
    -ms-flex-order: 1;
    order: 1
}

body.page-inside-buxton .news-feature .news-text {
    -ms-flex-order: 2;
    order: 2
}

body.page-inside-buxton section.content-block {
    background-color: #f7f7f7
}

@media screen and (max-width: 768px) {
    body.page-inside-buxton .content-block.even.agent h2 {
        text-align:center
    }
}

@media screen and (max-width: 768px) {
    .block-news_feature_section .news-feature .news-item {
        -ms-flex-direction:column!important;
        flex-direction: column!important
    }

    .block-news_feature_section .news-feature .news-item .news-image,.block-news_feature_section .news-feature .news-item .news-text {
        width: 100%!important
    }

    .block-news_feature_section .news-feature .news-item .news-image {
        margin-bottom: 1.5rem
    }

    .block-news_feature_section .news-feature .news-item .news-text {
        padding-left: 0!important
    }

    .block-news_feature_section .news-feature .news-item .news-text .button {
        margin-top: 1rem!important
    }
}

@media (max-width: 768px) {
    .block-buying_tips h2,.block-method_of_sale_block h2 {
        padding-left:1rem
    }
}

body.page-contact-us .bg-light-grey .content-tile .text-tile,body.page-contact-us .bg-light-grey.standard .content-tile .text-tile {
    background-color: #fff;
    padding: 0!important
}

.disputeresolution .rich-text,body.page-privacy-policy .rich-text,body.page-privacy-policy .rich-text p,body.page-privacy-policy .rich-text ul,body.page-terms-and-conditions .rich-text,body.page-terms-and-conditions .rich-text p,body.page-terms-and-conditions .rich-text ul {
    font-size: 20px!important;
    font-size: 1.25rem!important
}

body.page-news a {
    text-decoration: none!important
}

body.landing-page header {
    background: #000
}

body.landing-page header .buttons {
    display: none
}

body.landing-page header .buttons-landing-page {
    display: block!important
}

body.landing-page .no-hero {
    height: 0
}

.search-page.content-page .block-page_headline {
    padding: 2rem
}

@media print,screen and (min-width: 40em) {
    .search-page.content-page .block-page_headline {
        padding:2.25rem 0
    }
}

.search-page.content-page .block-page_headline .page-headline {
    line-height: 1.2;
    margin-bottom: 0
}

.search-page.content-page .block-page_headline .page-subheadline {
    line-height: 1.2
}

.search-page.content-page #results {
    transition: opacity .5s;
    opacity: 1
}

.search-page.content-page #results.loading {
    opacity: .5;
    position: relative
}

.search-page.content-page #results.loading:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.search-page.content-page #next-page {
    padding: .625rem 0 0;
    text-align: center
}

@media print,screen and (min-width: 64em) {
    .search-page.content-page #next-page {
        padding:1.25rem 0 0
    }
}

.search-page.content-page #next-page a {
    color: #000;
    display: none;
    font: 700 18px/18px museo-sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-decoration: none;
    transition: opacity .5s;
    opacity: 1
}

.search-page.content-page #next-page a.active {
    display: inline-block
}

.search-page.content-page #next-page a.loading {
    opacity: .5
}

.site-search-results {
    padding: 2.1875rem 0;
    background: #f2f4f5
}

.site-search-results .pagination {
    padding-left: 0
}

.site-search-results .pagination li {
    font-size: 14px;
    font-size: .875rem
}

@media print,screen and (min-width: 40em) {
    .site-search-results .pagination li {
        font-size:1.125rem
    }
}

.site-search-results .pagination .current {
    background-color: #bec2cd
}

body.sold-page .hero>figure {
    height: auto;
    max-height: none
}

body.sold-page .hero figure img {
    height: auto
}

body.sold-page .hero figure figcaption {
    background: transparent none;
    font-size: 16px;
    padding: .625rem .9375rem;
    position: relative;
    color: #2d373d
}

@media print,screen and (min-width: 40em) {
    body.sold-page .hero figure figcaption {
        font-size:28px;
        padding: .9375rem 1.25rem
    }
}

body.sold-page .hero .slick-slide figure:before {
    bottom: 176px
}

body.sold-page .hero .slick-slide figcaption {
    background: #fff;
    transition: color .5s ease;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

body.sold-page .hero .slick-slide.slick-current figcaption {
    color: #2d373d
}

body.sold-page .block-page_headline {
    background: #fff;
    padding: 1.5625rem .9375rem .625rem
}

@media print,screen and (min-width: 40em) {
    body.sold-page .block-page_headline {
        padding:2.5rem 0
    }
}

body.sold-page .block-page_headline .page-headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 0 0 .625rem
}

@media print,screen and (min-width: 40em) {
    body.sold-page .block-page_headline .page-headline {
        font-weight:400;
        font-size: 3.125rem;
        line-height: 3.125rem;
        margin: 0 0 1.875rem
    }
}

body.sold-page .block-page_headline .page-subheadline {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    font-weight: 400
}

@media print,screen and (min-width: 40em) {
    body.sold-page .block-page_headline .page-subheadline {
        font-size:1.375rem;
        line-height: 1.375rem
    }
}

body.sold-page .listing-list {
    padding: 1.5625rem .9375rem
}

@media print,screen and (min-width: 40em) {
    body.sold-page .listing-list {
        padding:2.1875rem 0
    }
}

body.form section.content {
    margin: 0 0 2.5rem
}

body.form section.content .block-text {
    padding: 0 .9375rem
}

body.form section.form {
    margin: 0 0 2.5rem
}

body.form section.form form {
    padding: 0 .9375rem
}

body.form section.form label {
    font-weight: 700;
    line-height: 30px
}

body.form section.form label[for=id_contact-a-buxton-local-area-expert-for-an-up-to-date-market-appraisal] {
    display: block;
    line-height: 20px;
    margin: 0 0 1.25rem
}

body.form section.form label[for=id_address],body.form section.form label[for=id_comments],body.form section.form label[for=id_email],body.form section.form label[for=id_office],body.form section.form label[for=id_phone] {
    display: none
}

body.form section.form input,body.form section.form select {
    border: 1px solid #777;
    height: 40px;
    line-height: 40px;
    margin: 0 0 1.25rem;
    outline: 0 none;
    padding: 0 .5rem;
    width: 100%
}

body.form section.form textarea {
    border: 1px solid #777;
    height: 98px;
    line-height: 20px;
    margin: 0 0 .9375rem;
    outline: 0 none;
    padding: .5rem;
    resize: none;
    width: 100%
}

body.form section.form input.submit {
    background: #bec2cd;
    border: 0;
    color: #fff;
    display: block;
    font-weight: 700;
    margin: .625rem 0 0;
    width: auto
}

body.form section.form input[type=checkbox],body.form section.form input[type=radio] {
    height: 16px;
    line-height: 16px;
    margin: 0 .3125rem 0 0;
    padding: 0;
    width: auto
}

body.form section.form ul {
    list-style: none;
    margin: 0 0 .9375rem;
    padding: 0
}

body.form section.form ul li {
    display: block;
    margin: 0 .9375rem 0 0
}

body.form section.form ul li label {
    display: block;
    font-weight: 400;
    line-height: 16px;
    height: 30px;
    padding: .4375rem 0
}

body.form section.form .help {
    color: #acb4b9;
    font-size: 14px;
    margin: -1.125rem 0 1.25rem
}

body.form section.form .select2-container {
    box-shadow: 0 0 5px rgba(0,0,0,.25);
    margin: 0 0 1.25rem
}

body.form section.form .select2-container .select2-selection--single {
    border: 1px solid #777;
    border-radius: 0;
    height: 40px;
    outline: 0 none
}

body.form section.form .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px
}

body.form section.form .select2-container .select2-selection--single .select2-selection__arrow {
    height: 40px
}

body.form .select2-dropdown {
    box-shadow: 0 0 5px rgba(0,0,0,.25)
}

@media print,screen and (min-width: 40em) {
    body.form section.content,body.form section.form {
        margin:0 0 5rem
    }

    body.form section.content .block-text,body.form section.form form {
        padding: 0
    }
}

:-ms-input-placeholder {
    letter-spacing: 0!important
}

:-ms-input-placeholder,::placeholder {
    letter-spacing: 0!important
}

:-ms-input-placeholder {
    letter-spacing: 0!important
}

::placeholder {
    letter-spacing: 0!important
}

input:disabled {
    background-color: #efefef!important
}

.blog {
    background-color: #f7f7f7
}

.blog .footer-arrow {
    display: none
}

.blog .blog-header {
    margin-top: 3em
}

.blog section.post-summary {
    background-color: #fff;
    margin-bottom: 1em
}

.blog section.post-summary a {
    color: #000
}

.blog section.post-summary .post-content {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
}

@media screen and (max-width: 640px) {
    .blog section.post-summary .post-content {
        padding:0 1em 0 0;
        margin-left: -.5rem
    }
}

.blog section.post-summary h2.post-title {
    margin-bottom: .25em;
    font-weight: 700
}

@media screen and (max-width: 640px) {
    .blog section.post-summary h2.post-title {
        line-height:normal
    }
}

.blog section.post-summary p.post-description {
    margin-top: 1em
}

@media screen and (max-width: 640px) {
    .blog section.post-summary p.post-description {
        display:none
    }
}

.blog section.post-summary .post-date {
    font-size: 14px;
    color: #999
}

.blog section.post-summary .post-date span {
    font-style: italic
}

@media screen and (max-width: 640px) {
    .blog section.post-summary .post-date {
        line-height:normal;
        margin-bottom: 0
    }
}

.blog section.post-summary .cta-icon {
    display: block;
    width: 30px;
    height: 40px;
    background: url("/static/img/buxton-arrow-black.afeb2ce64409.svg") no-repeat 50%;
    background-size: 20px;
    margin-top: 1em;
    margin-bottom: 0
}

@media screen and (max-width: 640px) {
    .blog section.post-summary .cta-icon {
        display:none
    }
}

.blog section.post-summary.even .post-content {
    padding: 0 1.25em 0 .5em
}

@media screen and (max-width: 640px) {
    .blog section.post-summary.even .post-content {
        padding:0 1em 0 0
    }
}

.blog .post-thumb {
    position: relative;
    width: 100%;
    background: no-repeat 50%;
    background-size: cover;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%
}

.blog #results {
    transition: opacity .5s;
    opacity: 1
}

.blog #results.loading {
    opacity: .5;
    position: relative
}

.blog #results.loading:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.blog #next-page {
    padding: .625rem 0 0;
    text-align: center
}

@media print,screen and (min-width: 64em) {
    .blog #next-page {
        padding:1.25rem 0 0
    }
}

.blog #next-page a {
    display: none;
    text-decoration: none;
    transition: opacity .5s;
    opacity: 1
}

.blog #next-page a.active {
    display: inline-block
}

.blog #next-page a.loading {
    opacity: .5
}

.blog .blog-social {
    padding: .9375rem
}

@media print,screen and (min-width: 40em) {
    .blog .blog-social {
        padding:5.625rem 0 1.875rem
    }
}

.blog .blog-social-heading {
    font-size: 20px;
    font-size: 1.25rem
}

@media print,screen and (min-width: 40em) {
    .blog .blog-social-heading {
        font-size:3.125rem
    }
}

.blog .blog-social-subheading {
    font-size: 16px;
    font-size: 1rem
}

@media print,screen and (min-width: 40em) {
    .blog .blog-social-subheading {
        font-size:1.375rem
    }
}

.blog .blog-social-item-wrapper {
    margin: 0 0 3.125rem;
    padding: 0 .9375rem
}

@media print,screen and (min-width: 40em) {
    .blog .blog-social-item-wrapper {
        margin:0;
        padding: 0
    }
}

.blog .blog-social-item-wrapper .blog-social-item {
    display: table;
    margin: 0 auto
}

@media print,screen and (min-width: 64em) {
    .blog .blog-social-item-wrapper .blog-social-item.facebook {
        padding:22px 0 0
    }
}

.blog .blog-scroll-button {
    padding: 1.75rem 0
}

.blog .blog-scroll-button .scroll-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000;
    height: 80px;
    width: 100%;
    cursor: pointer;
    margin: 0 auto;
    padding: 5px
}

.blog .blog-scroll-button .scroll-button span {
    width: 20px;
    height: 20px;
    transform: rotate(135deg);
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    display: block
}

.post section.content {
    padding-left: .9375rem;
    padding-right: .9375rem
}

@media print,screen and (min-width: 40em) {
    .post section.content {
        padding-left:0;
        padding-right: 0
    }
}

.post h1 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 1.25rem 0 .3125rem
}

@media print,screen and (min-width: 40em) {
    .post h1 {
        font-size:3.125rem;
        margin: 3.75rem 0 .625rem
    }
}

.post .post-date {
    font-style: italic;
    font-size: 10px;
    font-size: .625rem
}

@media print,screen and (min-width: 40em) {
    .post .post-date {
        font-size:1rem
    }
}

.post .image-block {
    width: 100%;
    margin-top: .625rem;
    margin-bottom: 1.25rem
}

@media print,screen and (min-width: 40em) {
    .post .image-block {
        margin-top:1.875rem;
        margin-bottom: 3.75rem
    }
}

.post .block-image {
    margin-bottom: 1.25rem
}

@media print,screen and (min-width: 40em) {
    .post .block-image {
        margin-bottom:3.75rem
    }
}

.post .block-quote {
    background-color: #f2f4f5;
    padding: 1.25rem;
    margin-bottom: 1.875rem
}

@media print,screen and (min-width: 40em) {
    .post .block-quote {
        padding:2.8125rem;
        margin-bottom: 3.75rem
    }
}

.post .block-quote blockquote {
    margin: 0;
    padding: 0;
    font-style: italic;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500
}

@media print,screen and (min-width: 40em) {
    .post .block-quote blockquote {
        font-size:2rem
    }
}

.post .block-quote blockquote footer {
    font-size: 14px;
    font-size: .875rem;
    margin: .625rem 0 0;
    padding: .625rem
}

@media print,screen and (min-width: 40em) {
    .post .block-quote blockquote footer {
        font-size:1.125rem;
        margin: 1.25rem 0 0;
        padding: .9375rem
    }
}

.post .post-navigation {
    background-color: #f2f4f5;
    margin-top: 1.875rem;
    padding: 1.875rem 0
}

@media print,screen and (min-width: 40em) {
    .post .post-navigation {
        margin-top:3.75rem;
        padding: 3.75rem 0
    }
}

.post .post-navigation a {
    position: relative;
    color: #444e54;
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 2.5rem
}

@media print,screen and (min-width: 40em) {
    .post .post-navigation a {
        font-size:1.5rem;
        padding-left: 2.5rem
    }
}

.post .post-navigation a .arrow {
    position: absolute;
    left: 12px;
    left: .75rem;
    top: 3px;
    top: .1875rem;
    width: 16px;
    height: 16px;
    border-color: transparent #444e54 #444e54 transparent;
    border-style: solid;
    border-width: 2px;
    transform: rotate(135deg)
}

@media print,screen and (min-width: 40em) {
    .post .post-navigation a .arrow {
        top:.125rem;
        width: 24px;
        height: 24px
    }
}

.post .post-navigation a:hover {
    color: #dadbe3
}

.post .post-navigation a:hover .arrow {
    border-color: transparent #bec2cd #bec2cd transparent
}

.post .post-navigation .next-post {
    padding-left: 0;
    padding-right: 2.5rem
}

.post .post-navigation .next-post .arrow {
    position: absolute;
    left: auto;
    right: 12px;
    right: .75rem;
    top: 4px;
    top: .25rem;
    transform: rotate(-45deg)
}

@media print,screen and (min-width: 40em) {
    .post .post-navigation .next-post .arrow {
        top:.3125rem
    }
}

.post .post-navigation .text-right {
    text-align: right
}

.instagram-logo {
    text-align: center
}

.instagram-logo img {
    width: 25%;
    margin-bottom: .625rem
}

.instagram-thumb {
    position: relative;
    width: 100%;
    background: no-repeat 50%;
    background-size: cover;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 0;
    border: 1px solid #fefefe
}

.our-properties .favTabContent {
    display: none
}

.our-properties .favTabContent.active {
    display: -ms-flexbox;
    display: flex
}

.core_logic_property_report #daintegration {
    margin-top: -40px
}

.core_logic_suburb_report p.da-module-title {
    font-size: 24px;
    font-size: 1.5rem
}

.core_logic_suburb_report #daintegration {
    margin-top: -40px
}

.image-slider ul li.slick-slide figure.featured-listing-block {
    position: relative!important;
    padding: 0!important;
    height: 33.7vw;
    border: 0!important
}

.image-slider ul li.slick-slide figure.featured-listing-block img {
    width: auto!important;
    margin: 0 auto!important;
    background-color: #fff;
    height: inherit!important
}

@media screen and (min-width: 1025px) and (max-width:1299px) {
    .image-slider ul li.slick-slide figure {
        height:47vw
    }
}

@media screen and (min-width: 641px) and (max-width:1024px) {
    .image-slider ul li.slick-slide figure {
        height:55vw
    }
}

@media (max-width: 640px) {
    body.listing-detail .media-container .image-slider ul li.slick-slide figure {
        height:64.75vw!important
    }
}
