﻿html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}
/* Extract adapted from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, div {
    display: block;
    position: relative;
}

summary {
    display: list-item
}

audio, canvas, progress, video {
    display: inline-block
}

progress {
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline-width: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

figure {
    margin: 1em 40px
}

img {
    border-style: none
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea, optgroup {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    border: 0;
    margin: 0;
    padding: .35em .625em .75em
}

    fieldset ol {
        list-style-type: none;
        # margin-left:0;
        padding-left: 0;
    }

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    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
}
/* End extract */
/*===================================
=            BASE STYLES            =
===================================*/
body, html {
    font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    height: 100%;
    line-height: 1.8;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    color: #363637;
}

html {
    overflow-x: hidden
}

h1 {
    font-size: 2.2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem
}

h4 {
    font-size: 1.4rem
}

h5 {
    font-size: 1.26rem
}

h6 {
    font-size: 1.126rem
}

p {
    font-size: 1rem;
    text-align: left;
    margin: 10px auto 16px auto;
}

li {
    font-size: 1rem;
    text-align: left;
    padding: 0 0 12px 0;
}

.serif {
    font-family: serif
}

.sans-serif {
    font-family: sans-serif
}

.cursive {
    font-family: cursive
}

.monospace {
    font-family: monospace
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 10px auto 26px auto;
    color: #575757;
    text-align: left;
    max-width: 820px;
}

.wide {
    letter-spacing: 4px
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0
}

.image {
    max-width: 100%;
    width: auto;
    height: auto;
}

img {
    vertical-align: middle
}

a {
    color: #A1141C;
    text-decoration: none;
}

.list2cols ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 60px;
    margin-left: auto;
    margin-right: auto;
}

.list2cols li {
    padding-left: 12px;
    margin-left: 0;
}

.list2cols ul:after {
    content: '';
    width 100%;
    display: inline-block;
}

.list2cols li p {
    margin: 0;
    padding: 0;
}

/* Colors 
Darkgreen from logo
https://coolors.co/14543e-ebb017-ff521b-020122-6c8ead
*/
.amber, .hover-amber:hover {
    color: #000 !important;
    background-color: #FFD907 !important
}

.blue-gray, .hover-blue-gray:hover {
    color: #fff !important;
    background-color: #607d8b !important
}

.green, .hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important
}

.shadowblue, .hover-shadowblue:hover {
    color: #fff !important;
    background-color: #6C8EAD !important;
}

.black, .hover-black:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.gray, .hover-gray:hover {
    color: #000 !important;
    background-color: #9e9e9e !important
}

.color-gray {
    color: #9e9e9e !important;
}

.light-gray, .hover-light-gray:hover {
    color: #676767 !important;
    background-color: #f0f0f0 !important
}

.tan, .hover-tan:hover {
    color: #676767 !important;
    background-color: #EFF0E5 !important
}

.dark-gray, .hover-dark-gray:hover {
    color: #fff !important;
    background-color: #676767 !important
}

.color-dark-gray {
    color: #676767 !important;
}

.white, .hover-white:hover {
    color: #000 !important;
    background-color: #fff !important;
}

.darkgreen, .hover-darkgreen:hover {
    color: #fff !important;
    background-color: #15553E !important;
    /* from logo */
}

.xiketic, .hover-xiketic:hover {
    color: #fff !important;
    background-color: #020122 !important;
}

.charcoal, .hover-charcoal:hover {
    color: #fff !important;
    background-color: #222222 !important;
}

.acidgreen, .hover-acidgreen:hover {
    color: #14543E !important;
    background-color: #CBCB29 !important;
}

.slate, .hover-slate:hover {
    color: #fff !important;
    background-color: #73798C !important;
}

.darktrans, .hover-darktrans:hover {
    background-color: rgba(33,33,33,0.35) !important;
    color: #fff !important;
}

.burgundy {
    background-repeat: no-repeat;
    background-color: #A1141C !important;
    color: #f9f9f9 !important;
}

.color-burgundy {
    color: #A1141C !important;
}

.edge {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.list-check ul {
    margin-left: 30px;
}

    .list-check ul li {
        list-style-type: none;
        padding: 0 0 28px 0;
        line-height: 165%
    }

        .list-check ul li:before {
            content: "\f058";
            font-family: "Font Awesome 5 Free";
            padding: 0 30px 4px 0;
            margin-left: -54px;
            font-size: 1.6rem;
            color: #454545;
            display: inline-block;
            vertical-align: middle
        }

.paddingnormal {
    padding: 20px 40px;
}

.textamber .textPart .inner {
    background-color: #F0EBD8; /*eggshell*/
}
/*===================================
=            ALIGNMENTS            =
===================================*/
.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

.inlineblock {
    display: inline-block;
}

.block {
    display: block;
}

.fullWidth {
    max-width: unset;
    width: 100%;
}

section.escapemargins .innerText {
    padding-left: 0;
    padding-right: 0;
}

.columnWidth {
    max-width: 1600px;
    margin: 0 auto;
}

.mediumWidth {
    max-width: 1200px;
    margin: 0 auto;
}

.textColumnWidth, .textColumnWidth .innerText, .innerTextColumn .innerText {
    max-width: 820px;
    margin: 0 auto;
}

.maxwidth {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.absolute {
    position: absolute;
}

.topleft {
    top: 0;
    left: 0;
}

.top-margin {
    margin-top: 45px;
}

/*===================================
=               FLEX               =
===================================*/
.flex {
    display: flex;
}

.flexrow {
    flex-direction: row;
    width: 100%;
}

.flexcolumn {
    flex-direction: column;
}

.flexwrap {
    flex-wrap: wrap;
}

.justify-between, .space-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.spaceAround, .space-around {
    justify-content: space-around;
    align-items: center;
}

.spaceEvenly, .space-evenly {
    justify-content: space-evenly;
    align-items: center;
}

.alignStretch {
    align-items: stretch;
}

.alignStart {
    align-items: flex-start;
}

.columns-2 > * {
    flex-basis: 50%;
}

.col65 {
    flex: 0 0 65%;
    width: 65%;
}

.col35 {
    flex: 0 0 35%;
    width: 35%;
}

.flex50 {
    flex-basis: 50%;
}

.flex33 {
    flex-basis: 31%;
}

.flex25 {
    flex-basis: 25%;
}

.flex20 {
    flex-basis: 20%;
}

.flex17 {
    flex-basis: 17%;
}

/*===================================
=            MAIN LAYOUT            =
===================================*/
.main {
    min-height: 100%;
}

.topbar {
    width: 100vw;
    z-index: 100;
    transition: 0.25s;
}

    .topbar.navfixed {
        position: fixed;
    }

.navbar {
    align-items: center;
}

.logo {
    width: 280px;
    transition: 0.25s;
    margin: 5px 4px;
}

.topbar.scrolled .logo {
    width: 180px;
}

nav li {
    border: none;
    outline: none;
}

.main-content {
    margin-top: 110px;
}

.borderbottom {
    border-bottom: 1px solid #ccc;
}

/*===================================
=              MENU                =
===================================*/
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
    box-sizing: border-box;
    z-index: 9999;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
    direction: rtl;
    text-align: right;
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
    margin: 0;
    padding: 0;
}






.sm::after {
    content: "";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    overflow: hidden;
}

.sm *, .sm *::before, .sm *::after {
    box-sizing: inherit;
}

#menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 110px;
    width: 100%;
    padding: 30px 0;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    background: #454545;
    list-style: none;
    margin: 0;
}

.topbar.scrolled #menu {
    top: 70px;
}

.sm.collapsed {
    display: none;
}

.sm li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    border-top: 1px solid rgba(180, 176, 176, 0.2)
}

.sm > li:first-child {
    border-top: 0;
}

.sm a {
    display: block;
}

    .sm a, .sm a:hover, .sm a:focus, .sm a:active {
        padding: 13px 20px;
        /* make room for the toggle button (sub indicator) */
        padding-right: 58px;
        color: #fff;
        text-transform: uppercase;
        font-size: 0.865rem;
        font-weight: normal;
        line-height: 18px;
        text-decoration: none;
    }

        .sm a.disabled {
            cursor: default;
        }

        .sm a.current {
            font-weight: 600;
        }

        .sm a span.sub-arrow {
            position: absolute;
            top: 50%;
            margin-top: -17px;
            left: auto;
            right: 4px;
            width: 34px;
            height: 34px;
            overflow: hidden;
            font: bold 14px/34px monospace !important;
            text-align: center;
            text-shadow: none;
            background: rgba(250, 250, 250, 0.4);
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
        }

            .sm a span.sub-arrow:before {
                display: block;
                content: '+';
            }

        .sm a.highlighted span.sub-arrow:before {
            display: block;
            content: '-';
        }

.sm ul {
    display: none;
}

.sm li, .sm a {
    position: relative;
}

.sm ul a, .sm ul a:hover, .sm ul a:focus, .sm ul a:active {
    border-left: 8px solid transparent; /*indent submenu*/
}

.sm-hps ul ul a,
.sm-hps ul ul a:hover,
.sm-hps ul ul a:focus,
.sm-hps ul ul a:active {
    border-left: 16px solid transparent;
}

.main-menu-btn {
    position: relative;
    display: inline-block;
    margin: 6px 18px 8px 0;
    padding: 0;
    width: 42px;
    height: 42px;
    text-indent: 0px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 120;
}

/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    right: 2px;
    height: 4px;
    width: 38px;
    background: #676767;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

    .main-menu-btn-icon:before {
        content: '';
        top: -12px;
        left: 0;
    }

    .main-menu-btn-icon:after {
        content: '';
        top: 12px;
        left: 0;
    }

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
}

    #main-menu-state:checked ~ #primary-menu {
        display: block;
    }


@media (min-width: 960px) {
    #menu, .topbar.scrolled #menu {
        position: relative;
        left: unset;
        right: unset;
        top: unset;
        width: auto;
        padding: 10px 16px 0 0;
        box-shadow: unset;
        background: transparent;
        border-top: 0;
    }

        #menu.collapsed {
            display: block;
        }

    .sm li {
        border-top: 0;
    }

    .sm ul {
        position: absolute;
    }

    .sm li {
        float: left;
    }

        .sm li li {
            width: 100%;
        }

    .sm a {
        white-space: nowrap;
    }

    .sm ul a {
        white-space: normal;
    }

    .sm .sm-nowrap > li > a, .sm .sm-nowrap > li > :not(ul) a {
        white-space: nowrap;
    }

    .sm a, .sm a:hover, .sm a:focus, .sm a:active, .sm a.highlighted {
        padding: 0.4em 0.8em 0.6em 0.8em;
        color: #626262;
    }

        .sm a:hover, .sm a:focus, .sm a:active {
            background: rgba(250,250,250,0.4);
            color: #A1141C;
        }

        .sm a.highlighted {
            background: #454545;
            color: #fff;
            -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
        }

        .sm a.disabled {
            background: transparent;
            color: #cccccc;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .sm a.has-submenu {
            padding-right: 32px;
        }

        .sm a span.sub-arrow {
            top: 50%;
            margin-top: -3px;
            right: 20px;
            width: 0;
            height: 0;
            border-width: 6px 4.02px 0 4.02px;
            border-style: solid dashed dashed dashed;
            border-color: #c5c5c5 transparent transparent transparent;
            background: transparent;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
        }

        .sm a:hover span.sub-arrow, .sm a:focus span.sub-arrow, .sm- a:active span.sub-arrow {
            border-color: #ddd transparent transparent transparent;
        }

        .sm a.highlighted span.sub-arrow {
            border-color: #ddd transparent transparent transparent;
        }

        .sm a.disabled span.sub-arrow {
            border-color: #ccc transparent transparent transparent;
        }

        .sm a.highlighted span.sub-arrow:before {
            display: none;
        }

    .sm ul {
        border: 0;
        padding: 8px 0;
        background: #454545;
        -webkit-border-radius: 0 4px 4px 4px;
        -moz-border-radius: 0 4px 4px 4px;
        -ms-border-radius: 0 4px 4px 4px;
        -o-border-radius: 0 4px 4px 4px;
        border-radius: 0 4px 4px 4px;
        -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
        box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
    }

        .sm ul a, .sm ul a:hover, .sm ul a:focus, .sm ul a:active, .sm ul a.highlighted {
            border: 0 !important;
            padding: 10px 20px;
            color: #f0f0f0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
        }

    .sm-hps ul a:hover, .sm-hps ul a:focus, .sm-hps ul a:active, .sm-hps ul a.highlighted {
        background: rgba(250,250,250,0.4);
        color: white;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .main-menu-btn {
        display: none;
    }
}

/*===================================
=             SECTIONS             =
===================================*/
section {
    margin: 0 auto;
    padding: 0;
}

.wrap {
    margin: 0 auto;
    padding: 0;
}

.innerText {
    padding: 50px 30px;
}

.overlaywhite .innerText {
    background: rgba(255,255,255,0.92);
}

.overlayleft .innerText {
    min-width: 880px;
    width: 50vw;
    position: relative;
    padding: 40px 20px;
    margin-left: auto;
    margin-right: 0;
}

    .overlayleft .innerText .inner {
        max-width: 820px;
        margin: 0 auto 0 0;
    }

.property-details .innerText {
    padding-bottom: 0;
}

section .scrollNext {
    position: absolute;
    bottom: 16px;
    text-align: center;
    width: 50%;
    margin: 0 25%;
}

    section .scrollNext i {
        color: rgba(255,255,255,0.86);
        font-size: 2.4rem;
        cursor: pointer;
    }

        section .scrollNext i:hover {
            color: rgba(255,255,255,1);
        }

section.fullScreen {
    height: 100%;
    width: 100%;
}

.breakout {
    width: 100vw;
    margin-left: -30px;
}

.inner {
    position: relative;
    padding: 2em;
}

section.staticImage figure {
    margin: 0;
}

.fullWidth img {
    width: 100%;
}

.fullWidth .fullscreenImage {
    height: auto;
    line-height: 100%;
    overflow: hidden
}

.staticImage .wrap img {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.fullWidth .fullscreenImage figure img {
    height: calc(100vh - 100px);
    object-fit: cover;
}

section.staticImage figcaption.bannerCaption {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    padding-bottom: 80px;
}

    section.staticImage figcaption.bannerCaption .captionInner {
        margin: 0 auto;
        padding-top: 30px;
        position: relative;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 70%;
    }

figcaption.bannerCaption h1, figcaption.bannerCaption h2, figcaption.bannerCaption h3, figcaption.bannerCaption p {
    line-height: 165%;
    color: #fff;
    text-shadow: 3px 4px 8px rgba(0, 0, 0, 0.6);
}

figcaption.bannerCaption h1 {
    font-size: 2.4rem;
    font-weight: 600;
    max-width: 960px;
    display: block;
    margin: 0 auto;
    padding: 8px 20px;
    /*! background: rgba(33,33,33,0.35); */
}

figcaption.bannerCaption h2 {
    font-weight: 600;
    display: block;
    margin: 0 auto;
    padding: 8px 20px 16px 20px;
    /*! background: rgba(33,33,33,0.35); */
}

section.parallax .wrap {
    position: relative;
    margin: 0 auto;
    display: block;
    min-height: 100vh;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@supports ( -webkit-touch-callout : none) {
    section.parallax .wrap {
        background-attachment: scroll
    }
}

@supports not ( -webkit-touch-callout : none) {
    section.parallax .wrap {
        background-attachment: fixed;
    }
}

section.parallax .wrap:after {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-image: linear-gradient(to right, rgba(33, 33, 33, 0.5) 0, rgba(33, 33, 33, 0.1)80%);
    margin-top: 0;
    width: 100%;
    content: '';
    z-index: 1;
}

section.parallax.white-overlay .wrap:after {
    background: rgba(255,255,255,0.8);
    z-index: 1;
}

section.parallax.white-overlay .caption {
    z-index: 2;
}

    section.parallax.white-overlay .caption .inner ul {
    }

section.parallax70 .wrap {
    min-height: 70vh;
}

section.parallax50 .wrap {
    min-height: 50vh;
}

section.parallax .innerText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 2vh;
    padding-bottom: 2vh;
    min-height: 96vh;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 5
}

    section.parallax .innerText blockquote {
        background: rgba(255,255,255,0);
    }

section.parallax70 .innerText {
    padding-top: 2vh;
    padding-bottom: 2vh;
    min-height: 66vh;
}

section.parallax50 .innerText {
    padding-top: 2vh;
    padding-bottom: 2vh;
    min-height: 46vh;
}

section.backgroundImage .wrap {
    position: relative;
    margin: 0 auto;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

blockquote {
    margin: 3em auto;
    max-width: 1200px;
    padding: 2em 3em;
}

    blockquote p {
        font-size: 1.6rem;
        color: #fff;
        max-width: 860px;
        text-align: left;
        margin-left: auto;
        text-shadow: 3px 4px 8px rgba(0, 0, 0, 0.6);
        margin: 10px auto 16px 10px;
    }

    blockquote footer {
        color: #fff;
        margin-left: auto;
        margin-right: auto;
        padding-left: 12px;
    }

.buttonwrap {
    margin: -2em auto 0 8px;
    max-width: 1200px;
    padding: 0 3em 2em 3em;
}

.largequote p {
    margin: 12px auto;
    text-align: center;
    max-width: 1200px;
    font-size: 1.6rem;
}

.largequote span {
    font-size: 1rem;
}

div#map, div#map div {
    overflow: visible;
}

#map {
    height: 440px;
    width: 100%;
}

    #map h1.mapwindowHeading {
        margin: 0 0 10px 0;
        font-size: 1.32rem;
        text-align: left;
    }

    #map #bodyContent img {
        max-width: 120px;
    }

    #map #bodyContent p {
        line-height: 160%;
    }

/*===================================
=         SEARCH  AND FORMS        =
===================================*/
fieldset input, fieldset fieldset, fieldset select {
    display: block;
    color: #454545;
    font-size: 100%;
}

input, select {
    width: 240px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 2px 0 6px 0;
    background-color: #f8f8f8;
    margin: 2px 0 6px 0;
    line-height: normal;
    color: #454545;
}

    input[type="checkbox"] {
        width: auto;
        display: inline-block;
        margin-left: 30px;
    }

.swal2-html-container input, .swal2-html-container textarea {
    width: 100%;
}

input:focus, textarea:focus {
    border: 1px solid #ddd;
    -webkit-box-shadow: 2px 4px 8px rgba(150, 150, 150, 0.45);
    -moz-box-shadow: 2px 4px 8px rgba(150, 150, 150, 0.45);
    box-shadow: 2px 4px 8px rgba(150, 150, 150, 0.45);
    background-color: #fafafa;
}

input[type=submit]:hover, button:hover, .button:hover {
    color: #fff !important;
    background-color: #0C432C !important;
}

input[type=submit], button, .button {
    cursor: pointer;
    border-radius: 6px;
    border: none;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    padding: 12px 24px;
    border: 0;
    position: relative;
    /*! color: #fff; */
    font-size: 1rem;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .disabled, input[type=submit]:disabled {
        cursor: not-allowed;
        opacity: 0.3
    }

        .disabled *, :disabled * {
            pointer-events: none
        }

    input[type=submit]:hover, button:hover {
        box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 6px 12px 0 rgba(0,0,0,0.19);
    }

    .button.outline {
        border: 1px solid;
        border-radius: 6px;
        color: #A1141C !important;
        padding: 12px 30px;
    }

        .button.outline.color-burgundy:hover {
            background-color: #fff !important;
            box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 6px 12px 0 rgba(0,0,0,0.19);
        }

    .button i {
        padding-right: 5px
    }

select {
    width: auto;
}

.overlaySearchBox {
    margin: 0 auto;
    width: 100%;
}

    .overlaySearchBox .buttons a {
        margin: 3px 20px;
        width: 100px;
    }

    .overlaySearchBox input, .overlaySearchBox select {
        margin: 0;
    }

.af-form {
    max-width: 340px;
    margin: 30px auto;
    text-align: center;
}

    .af-form input, .af-form button {
        width: 100%;
        margin-bottom: 12px;
    }

.group {
    position: relative;
    margin: 0 0 20px 0;
}

    .group label {
        display: block;
        color: #878787;
        font-size: 0.92rem;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 12px;
        top: 12px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .group.hascheck label {
        position: relative;
        display: inline-block;
        left: unset;
        top: unset;
    }

.floatlabel {
    font-size: 0.92rem;
    font-weight: 400;
    padding: 22px 12px 8px 12px;
    display: block;
    border: 1px solid #eee;
}

    .floatlabel:focus {
        outline: none;
    }

input[type="text"].floatlabel::-moz-placeholder {
    color: #878787;
    font-size: 0.92rem;
    font-family: inherit;
    font-style: normal;
}

input[type="text"].floatlabel::-webkit-input-placeholder {
    color: #878787;
    font-size: 0.92rem;
    font-family: inherit;
    font-style: normal;
}

input[type="text"].floatlabel:-ms-input-placeholder {
    color: #878787;
    font-size: 0.92rem;
    font-family: inherit;
    font-style: normal;
}

/* active state */
input.floatlabel:focus ~ label, input.floatlabel:valid ~ label, textarea.floatlabel:focus ~ label, textarea.floatlabel:valid ~ label {
    top: -1px;
    font-size: 0.7rem;
    color: #878787;
}

.search {
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
    background: #F0EBD8;
    z-index: 50;
    transition: 0.25s;
}

    .search header {
        width: 100%;
        position: relative;
    }

.showfilters {
    display: none;
    text-align: center;
    max-width: 240px;
    margin: 16px auto 16px auto;
}

.search header form fieldset {
    padding: 0;
    visibility: hidden;
}

.search .searchbar {
    width: 100%;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    height: 84px;
}

ul.filters {
    list-style-type: none;
    margin: 4px auto;
    padding: 0;
    width: 100%;
    height: 76px;
    text-align: center;
}

    ul.filters li {
        text-align: center;
        display: inline-block;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: 16%;
        height: 76px;
        height: auto;
        line-height: 1;
    }

        ul.filters li a {
            text-align: center;
            display: inline-block;
            color: #363636;
            padding: 24px 12px;
            width: 100%;
            height: 100%;
            transition: .3s ease;
            position: relative;
            border-right: 1px solid #bbb;
        }

            ul.filters li a.openFilter {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                line-height: 35px;
                height: auto;
                max-height: 70px;
                -webkit-line-clamp: 1;
            }

        ul.filters li i {
            font-size: 1.4rem;
            vertical-align: middle;
            padding: 0 10px 4px 0;
        }

            ul.filters li i.fa-caret-down {
                padding-left: 12px;
            }

        ul.filters li a:last-of-type {
            border-right: 0px;
        }

        ul.filters li a:hover, ul.filters li a.opened {
            background-color: rgba(255,255,255,0.9);
        }

        ul.filters li ul {
            display: block;
            position: absolute;
            top: 64px;
            left: 0;
            width: 100%;
            background-color: #fff;
            margin: 0;
            padding: 0;
            z-index: +1;
        }

            ul.filters li ul li {
                display: block;
                height: auto;
                padding: 0;
                margin: 0;
                width: 100%;
                text-align: left;
            }

                ul.filters li ul li a {
                    text-align: left;
                    padding: 14px 18px 14px 30px;
                    width: 100%;
                    font-size: 0.9rem
                }

                    ul.filters li ul li a:hover {
                        background-color: #ddd;
                    }

.search.scrolled {
    top: 70px;
}

.search.scrolled2 .searchbar {
    height: 54px;
}

    .search.scrolled2 .searchbar ul.filters {
        height: 50px;
    }

        .search.scrolled2 .searchbar ul.filters li a {
            padding: 12px;
        }

        .search.scrolled2 .searchbar ul.filters li button {
            padding: 9px 24px;
            margin-top: -4px
        }

        .search.scrolled2 .searchbar ul.filters li ul {
            top: 48px
        }

        .search.scrolled2 .searchbar ul.filters li a.openFilter {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            line-height: 28px;
            height: auto;
            max-height: 48px;
            -webkit-line-clamp: 1;
        }

/*===================================
=              LISTING             =
===================================*/
.listing {
    margin-top: 30px;
    max-width: 100%;
}

article {
    margin: 0 0 50px 0;
    padding: 0;
    position: relative;
}

    article .imageviewer {
        position: relative;
    }

    article .details {
        flex: 1 1 auto;
    }

    article .propertyType {
        padding: 3px 9px;
    }

/*===================================
=             TEASERS             =
===================================*/
.teaser-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.teaser {
    position: relative;
    flex: 0 1 auto;
}

.width32 .teaser {
    flex: 0 0 32%;
    width: 32%;
    margin: 0 0.5%;
}

.width24 .teaser {
    flex: 0 0 24%;
    width: 24%;
    margin: 0 0.5%;
}

.teaser h2 {
    font-size: 1.4rem;
    text-align: center;
    color: #A1141C;
    margin: 10px auto 12px auto;
}

.redbuttons .teaser {
    border: 2px solid #A1141C;
    color: #454545;
    border-radius: 6px
}

    .redbuttons .teaser h2 {
        color: #A1141C;
    }

.teaser p {
    font-size: 0.92rem;
    text-align: center;
}

.innerspace {
    margin: 0 auto 40px auto;
}

.displaycard {
    background: #fff;
    padding: 0 0 20px 0;
    box-shadow: 0 2px 20px 2px rgba(0,0,0,.16);
    transition: box-shadow 350ms ease-in-out,transform 350ms ease-in-out;
}

    .displaycard:hover {
        box-shadow: 0 10px 20px 3px rgba(0,0,0,.26)
    }

ul.displaycard {
    box-shadow: 0 16px 20px 3px rgba(0,0,0,.2)
}

.displaycard a {
    text-decoration: none;
    color: #676767;
}

.displaycard .details {
    padding: 4px 16px;
    position: relative;
}

.displaycard h2 {
    line-height: 135%;
    font-size: 1.4rem;
}

.displaycard h3 {
    font-size: 1.36rem;
    color: #575757;
    margin: 6px 0;
    line-height: 150%
}

    .displaycard h3 span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 2rem;
        height: 2rem;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }


.property-meta ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.property-meta li {
    margin: 0;
    padding: 0 16px 4px 0;
    font-size: 0.86rem;
    display: inline-block;
    color: #676767;
}

.property .meta-number {
    font-size: 1.25rem;
    color: #454545;
    padding: 0 2px 3px 0;
    display: inline-block;
    vertical-align: middle
}

.details p {
    margin: 0 auto 8px auto;
}

.teaser .offers {
    display: block;
    text-align: left;
}

span.offerprice {
    font-size: 1.25rem;
}

span.offertype {
    padding-right: 0.5rem;
    padding-bottom: 3px;
}

.diagonalribbon {
    font: bold 15px Sans-Serif;
    text-align: center;
    margin-bottom: 1.25rem;
    position: absolute;
    bottom: 2.125rem;
    bottom: 1.28rem;
    right: -0.3875rem;
    z-index: 2;
    font-size: 15px;
    text-transform: uppercase;
    height: 1.96rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    line-height: 1;
    font-weight: 400;
    width: 7.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
}

    .diagonalribbon:before, .diagonalribbon:after {
        height: 0;
        width: 0;
        content: "";
        position: absolute;
        top: 0;
    }

    .diagonalribbon:before {
        left: -1.96rem;
        width: 0;
        height: 0;
        border-top: 16px solid #B0131C;
        border-bottom: 16px solid transparent;
        border-left: 16px solid transparent;
        border-right: 16px solid #B0131C;
    }

    .diagonalribbon:after {
        right: -1.96rem;
        border-top: 16px solid #B0131C;
        border-bottom: 16px solid transparent;
        border-left: 16px solid #B0131C;
        border-right: 16px solid transparent;
    }

.columns-3 article {
    flex: 0 0 31%;
    max-width: 31%;
}

.slider button.slick-next, .slider button.slick-prev {
    z-index: +1;
    width: 34px;
    height: 34px;
}

.slider button:before, .slider button:after {
    font-size: 34px;
}

.slider button.slick-prev {
    left: 15px;
}

.slider button.slick-next {
    right: 15px;
}

    .slider button.slick-prev:hover,
    .slider button.slick-prev:focus,
    .slider button.slick-next:hover,
    .slider button.slick-next:focus {
        box-shadow: unset;
        background: transparent !important
    }

.clickableBlock {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.inner.flex.img-text, .inner.flex.text-img {
    align-items: stretch;
}

.textPart, .imgPart {
    flex: 0 0 50%;
}

.imgPart {
    text-align: center;
}

.img-text.flex .imgPart {
    order: 1;
}

.img-text.flex .textPart {
    order: 2;
}

.img-text .flex .imgPart img {
    object-fit: cover;
    height: 100%;
    width: auto;
    max-width: 100%
}

.imagefullheight .imgPart {
    align-self: center;
}

.imagefullheight img {
    max-height: 100%;
    object-fit: contain;
    max-width: 100%;
    width: auto;
    height: auto;
}

.imagescale40 img {
    max-width: 40%;
}

.imagescale50 img {
    max-width: 50%;
}

.imagescale60 img {
    max-width: 60%;
}

/*===================================
=             PROPERTY             =
===================================*/
.wrap.property {
    margin-top: -50px;
}

.property-banner {
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
    position: relative;
}

    .property-banner .controls {
        position: absolute;
        left: 50px;
        bottom: 20px;
    }

        .property-banner .controls button {
            margin-right: 8px;
            padding: 6px 14px;
            background: rgba(255,255,255,0.9);
            border: 0px solid #ddd;
            font-size: 0.92rem
        }

            .property-banner .controls button i {
                font-size: 1rem;
                padding-right: 5px
            }

            .property-banner .controls button.mini {
                margin-right: 8px;
                margin-left: -12px;
            }

            .property-banner .controls button:hover {
                margin-right: 8px;
                color: #222 !important;
                background: rgba(230,230,220,0.9) !important;
            }

            .property-banner .controls button.active {
                color: #fff !important;
                background-color: #15553E !important;
            }

            .property-banner .controls button.joinright {
                border-right: 0;
                border-radius: 3px 0 0 3px;
            }

            .property-banner .controls button.joinleft {
                border-left: 0;
                border-radius: 0 3px 3px 0;
            }

    .property-banner .slick-slide {
        margin: 0 10px;
    }

    .property-banner img {
        width: auto;
        max-width: 49.75vw;
    }

.property-info {
    padding: 20px 30px 24px 0;
}

.main-description {
    padding-right: 30px;
}

.property-info h1, .property-info h3 {
    margin: 0;
}

.property-essentials {
    margin: 8px 0;
    text-align: center;
    /*! border-left: 1px solid #ccc; */
    padding: 0 20px;
    align-items: center;
    height: 100%;
}

    .property-essentials a.button {
        margin-bottom: 10px;
    }

.embedmap {
    position: relative;
    height: 450px;
    overflow: hidden;
    display: none;
}

    .embedmap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.mapwrap {
    min-height: 480px;
}

#map_canvas {
    min-height: 480px;
    text-align: center;
}

.propertyVideoWrap {
    position: relative;
}

    .propertyVideoWrap a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        color: #454545;
        background-color: rgba(255,255,255,0.7);
    }

        .propertyVideoWrap a span {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: +1;
        }

            .propertyVideoWrap a span i {
                font-size: 4rem;
            }

.disclaimer {
    position: relative;
    margin-top: 50px
}

    .disclaimer:before {
        border-top: 1px solid #ccc;
        max-width: 50%;
        position: absolute;
        top: 0;
        left: 25%;
        right: 25%;
        content: '';
    }

    .disclaimer p {
        font-size: 0.84rem
    }

#floorplanwrap {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(33,33,33,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

    #floorplanwrap .close {
        position: absolute;
        top: 16px;
        right: 60px;
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        padding: 6px;
    }

.floorplan {
    overflow-y: scroll;
    height: 86vh;
    width: calc(86vw - 20px);
    max-width: 1080px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 20px;
    display: flex;
    z-index: 1001;
}

    .floorplan ul {
        list-style-type: none;
        margin: 0;
        padding-left: 10px
    }

    .floorplan li {
        font-size: 0.86rem;
        padding: 0 10px 20px 0;
    }

    .floorplan .floorplan-thumbnails {
        margin-right: 30px;
    }

    .floorplan .thumbnail {
        max-width: 220px;
    }

        .floorplan .thumbnail img {
            width: 100%;
            height: auto;
        }

.smooth_zoom_preloader {
    background-image: url(/Scripts/smoothZoom/zoom_assets/preloader.gif);
}

.smooth_zoom_icons {
    background-image: url(/Scripts/smoothZoom/zoom_assets/icons.png);
}

#planViewer {
    overflow: hidden;
    text-align: center;
    margin-right: 20px;
}

.description, .closingDate {
    border-top: 1px solid #ccc;
}

.action-points {
    position: relative;
}

    .action-points h2 {
        font-size: 1.26rem;
    }

.infobox {
    padding: 16px 30px;
    margin-bottom: 30px;
    border-radius: 6px;
}

    .infobox ul {
        margin: 0;
        padding: 0 0 10px 16px;
    }

    .infobox.attachments a.button {
        min-width: 220px;
        margin-bottom: 10px;
    }

/*===================================
=              PAGING              =
===================================*/
.paging {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

    .paging a {
        padding: 10px 16px;
        border: 1px solid #ddd;
        border-right: 0;
    }

        .paging a:last-of-type {
            border-right: 1px solid #ddd;
        }

        .paging a:hover, .paging a.active {
            background: #15553E;
            color: #fff;
        }

.ellipsis {
    padding: 0 16px
}

/*===================================
=              FOOTER              =
===================================*/

footer .wrap > div {
    padding: 30px 50px;
}

footer p {
    font-size: 0.86rem
}

footer a {
    color: #bbb;
    text-decoration: none;
}

    footer a:hover {
        color: #fff;
    }

.logos {
    border-top: 1px solid #bbb;
    padding: 40px 30px 0 30px;
}

    .logos ul {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
    }

    .logos img {
        max-width: 110px;
        max-height: 110px;
        padding: 6px;
    }

/*===================================
=             OVERLAYS             =
===================================*/
.overlay {
    display: none;
    padding: 0;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
}

.overlay-content {
    overflow-y: scroll;
    max-height: 78vh;
    width: auto;
}

.overlay_close,
.popup_close {
    position: absolute;
    top: -18px;
    right: -36px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background-image: url(../Images/close.png);
}

.overlay-content blockquote {
    padding: 1.4em 2em 1.2em 2em;
    margin: 1em auto 1em auto;
    max-width: 820px;
}

.overlay-content p {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.overlay-content blockquote p {
    font-size: 1rem;
    color: #454545;
    max-width: 820px;
    text-align: left;
    margin-left: auto;
    margin-bottom: 6px;
    text-shadow: unset;
    font-style: italic;
}

.overlay-content blockquote .author {
    font-family: 'Open Sans';
    font-size: 0.826rem;
    font-style: normal;
    opacity: 0.8;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
}

.more {
    display: inline;
    padding-left: 10px;
}

@media (max-width:1280px) {
    #floorplanwrap .close {
        right: 40px;
    }

    .inner .inner {
        position: relative;
        padding: 0;
    }
}

@media (max-width: 960px) {
    .property-details, .property-header {
        flex-direction: column;
    }

    .main-description {
        padding-right: 0;
    }

    #floorplanwrap .close {
        right: 30px;
        top: 2px
    }

    .columns-2 > * {
        flex-basis: auto;
    }

    .col65, .col35 {
        flex: 0 0 100%;
        width: auto;
    }

    .property-essentials.flexcolumn {
        flex-direction: row;
        justify-content: space-around
    }

    .overlayleft .innerText {
        min-width: unset;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .listing.columns-3 article {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .inner {
        padding: 2em 0;
    }

    .list-check ul {
        margin-left: 16px;
    }

    footer .flex {
        flex-direction: column;
    }

    footer .wrap > div {
        flex: 1 1 auto;
        width: auto;
    }
}

@media (max-width:860px) {
    .property-banner img {
        max-width: 100%;
    }

    .fullWidth .fullscreenImage figure img {
        height: 50vh;
        object-fit: cover;
    }

    figcaption.bannerCaption h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .displaycard h3 {
        font-size: 1.24rem;
    }
}

@media screen and (max-device-width: 844px) and (max-device-height: 500px) {
    .search {
        display: none;
    }
}

@media (max-width:810px) {
    .property-essentials {
        margin: 20px 0 10px 0;
        border-top: 1px solid #ccc;
        padding: 50px 20px 20px 20px;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .property-essentials a.button {
            flex: 0 0 46%;
            margin-bottom: 30px;
            padding: 18px 30px;
        }

            .property-essentials a.button:last-of-type {
                flex: 0 0 96%;
                margin-bottom: 30px;
            }

    blockquote p {
        font-size: 1.34rem;
        width: 90%;
    }

    .logos {
        padding: 40px 0 0 0;
    }

        .logos img {
            max-width: 96px;
            max-height: 96px;
            padding: 6px;
        }

    section.parallax .wrap {
        background-attachment: scroll;
        /* needs more targeting for iOs */
    }

    .teaser-wrapper.flex {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .columns-3 article {
        flex: 1 1 100%;
        width: 100%;
        max-width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

    .teaser-wrapper article.team-member {
        display: flex;
        padding-bottom: 0;
    }

        .teaser-wrapper article.team-member .image {
            flex: 0 0 33%;
            width: 100%;
        }

        .teaser-wrapper article.team-member .details {
            flex: 0 0 67%
        }
}

@media (max-width:768px) {
    h1 {
        font-size: 2rem;
    }

    .property-banner .controls {
        position: relative;
        left: unset;
        bottom: unset;
        padding: 6px 0;
        margin: 0 10px;
        display: flex;
        justify-content: space-between;
    }

        .property-banner .controls button {
            margin: 0 2px;
            width: auto;
            flex: 0 0 23%;
            padding: 10px;
            background: rgba(230,230,220,0.9);
            border: 0px solid #ddd;
            border-right-color: rgb(221, 221, 221);
            border-right-style: solid;
            border-right-width: 0px;
            font-size: 0.92rem;
        }

            .property-banner .controls button.joinright {
                border-right: 0;
                border-radius: 3px;
            }

            .property-banner .controls button.mini {
                margin-right: 2px;
                margin-left: 2px;
                border-radius: 3px;
            }

            .property-banner .controls button:hover {
                margin-right: 2px;
                color: #222 !important;
                background: rgba(230,230,220,0.9) !important;
            }

    .floorplan {
        flex-direction: column;
    }

        .floorplan .floorplan-thumbnails {
            margin-right: 0;
        }

    #planViewer {
        margin-right: 0;
    }

    .floorplan li {
        font-size: 0.82rem;
        padding: 0 0 16px 0;
    }

    .floorplan .thumbnail {
        max-width: 180px;
        margin-right: 20px;
        display: inline-block;
    }

    .featuredProperties.flex, .text-img.flex, .teaser-wrapper.flex {
        flex-direction: column;
        flex-wrap: wrap;
    }

        .text-img.flex .textPart {
            order: 2;
        }

        .text-img.flex .imgPart {
            order: 1;
        }

    .columns-3 article {
        flex: 1 1 100%;
        width: 100%;
        max-width: 94%;
        margin-left: auto;
        margin-right: auto;
    }

        .columns-3 article .image {
            width: 100%;
        }

    .teaser-wrapper article.team-member .image {
        flex: 0 0 40%;
        width: 100%;
    }

    .teaser-wrapper article.team-member .details {
        flex: 0 0 60%
    }

    .search .searchbar {
        height: auto;
    }

    .showfilters {
        display: block;
    }

    .search .searchbar form {
        display: none;
    }

    .search .searchbar.opened, .search.scrolled2 .searchbar.opened {
        height: calc(100vh - 100px);
    }

    ul.filters {
        height: auto;
        text-align: left;
        margin-left: 30px;
        margin-right: 30px;
        width: auto;
        position: relative;
    }

        ul.filters li {
            width: 32%;
            margin-bottom: 40px;
            position: unset;
        }

            ul.filters li.update {
                display: block;
                width: auto;
                margin: 40px auto 30px auto;
            }

    .search .searchbar ul.filters li button, .search.scrolled2 .searchbar ul.filters li button {
        padding: 18px 48px;
    }

    ul.filters li ul {
        width: calc(100vw - 60px);
        position: absolute;
        left: 0;
        right: 0;
        top: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .teaser-wrapper.width24 {
        align-items: center;
        flex-wrap: wrap;
    }

    .width24 .teaser {
        flex: 1 1 48%;
        width: auto;
        margin: 0 1% 16px 1%;
    }
}

@media (max-width:680px) {
    .logos .flex {
        flex-wrap: wrap;
    }

    .logos img {
        max-width: 100px;
        max-height: 100px;
    }

    .listing.flex {
        flex-direction: column;
    }

    .listing.columns-3 article {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .teaser-wrapper article.team-member {
        display: unset;
        padding-bottom: 16px;
    }

        .teaser-wrapper article.team-member .image {
            flex: 0 0 auto;
        }

        .teaser-wrapper article.team-member .details {
            flex: auto;
        }
}

@media (max-width:640px) {
    h1 {
        font-size: 1.6rem;
    }

    h2 {
        font-size: 1.4rem;
    }

    h3 {
        font-size: 1.26rem;
    }

    .teaser-wrapper.width24 {
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .width24 .teaser {
        flex: 1 1 98%;
        width: auto;
        min-width: 80%;
        margin: 0 1% 16px 1%;
    }

    blockquote {
        margin: 3em auto;
        padding: 2em 1em;
    }

        blockquote p {
            min-width: unset;
        }
}

@media (max-width:580px) {
    .property-banner .controls button i {
        display: none;
    }

    .property-details ul {
        padding-left: 20px
    }

    .property-meta ul {
        padding-left: 0px;
    }

    .property-essentials a.button {
        flex: 0 0 96%;
        margin-bottom: 30px;
    }

    .overlay-content blockquote {
        padding: 1.4em 0 1.2em 0;
        margin: 1em auto 1em auto;
        max-width: 80vw;
    }

        .overlay-content blockquote p {
            font-size: 1rem;
        }
}

@media (max-width:480px) {
    h1 {
        font-size: 1.4rem;
    }

    h2 {
        font-size: 1.2rem;
    }

    h3 {
        font-size: 1.06rem;
    }

    p, li {
        font-size: 0.92rem;
    }

    .property-details ul {
        padding-left: 0;
    }

    .property .meta-number {
        font-size: 1rem;
    }

    .property-meta li {
        font-size: 0.82rem;
        padding: 0 10px 4px 0;
    }

    figcaption.bannerCaption h1 {
        font-size: 1.76rem;
    }
}

@media (max-width:420px) {
    .logo {
        width: 200px;
    }
}
