* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* = Reset
----------------------------------------------------------------------------------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, a, a img, font, img, dd, dl, dt, li, ol, ul, blockquote, fieldset, form, label, legend, table, caption, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/* = HTML5 Elements
----------------------------------------------------------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* = Body
----------------------------------------------------------------------------------------------------------------- */
body {
    color: #000;
    font-size: 16px;
    font-family: 'Avenir Next LT W01 Regular', sans-serif;
    text-align: left;
    letter-spacing: 0.5px;
    background: #fff;
}

.page-dark {
    background: #000;
}

    .page-dark main {
        color: #fff;
    }

.nav-on, .scroll-disabled {
    height: 100%;
    overflow: hidden;
}


/* = Typography
----------------------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0 0 25px;
    color: #000;
    font-family: 'Baskerville MT W01 Regular', serif;
    font-weight: normal;
}

.page-dark h1, .page-dark h2, .page-dark h3, .page-dark h4, .page-dark h5, .page-dark h6,
.page-dark .h1, .page-dark .h2, .page-dark .h3, .page-dark .h4, .page-dark .h5, .page-dark .h6 {
    color: #fff;
}

h1, .h1 {
    font-size: 3.5em;
    margin: 0 0 35px;
}

h2, .h2 {
    font-size: 2em;
}

h3, .h3 {
    font-size: 2em;
}

h4, .h4 {
    font-size: 2em;
}

h5, .h5 {
    font-size: 1.5em;
}

h6, .h6 {
    font-size: 1.5em;
}

.underline-h1 {
    position: relative;
}

    .underline-h1::after {
        background: #000;
        bottom: 3px;
        content: '';
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%;
    }

p {
    margin: 0 0 30px;
    line-height: 1.5em;
    font-size: 0.875em;
}

    h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
    .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child,
    p:last-child {
        margin-bottom: 0;
    }

h1.large-heading {
    font-family: 'Avenir Next LT W01 Regular', sans-serif;
    font-size: 13.25em;
}

.leader {
    font-size: 1.188em;
}

.leader-medium {
    font-size: 1.5em;
    line-height: 1.35em;
    font-family: 'Baskerville MT W01 Regular', serif;
    font-weight: normal;
}

.leader-large {
    font-size: 2em;
    line-height: 1em;
    font-family: 'Baskerville MT W01 Regular', serif;
    font-weight: normal;
}

blockquote {
    margin: 202px 0;
}

    blockquote p {
        margin: 0;
        font-size: 2em;
        text-align: center;
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1em;
        font-family: 'Baskerville MT W01 Regular', serif;
    }

    blockquote cite {
        font-size: 1em;
        font-style: normal;
        margin-top: 15px;
        display: block;
    }

    blockquote p cite {
        font-size: 0.75em;
    }

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #000;
        opacity: 0.6;
        text-decoration: none;
    }

.designed-pages-list a:hover {
    text-decoration: underline;
}

.page-dark main a,
.page-dark main a:hover {
    color: #fff;
}

.page-dark main .leader-large a {
    position: relative;
}

    .page-dark main .leader-large a::after {
        background: #fff;
        bottom: 0;
        content: '';
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
    }

.uppercase {
    text-transform: uppercase;
}

footer .uppercase {
    margin-bottom: 80px;
}

.avenir {
    font-family: 'Avenir Next LT W01 Regular', sans-serif;
}

.avenirBook {
    font-family: "Avenir LT W01_45 Book1475508", sans-serif;
}

.main-text p a:not([class]),
.main-text ul:not([class]) a:not([class]),
.main-text ol:not([class]) a:not([class]),
.about-us-txt a {
    position: relative;
}

    .main-text p a:not([class])::after,
    .main-text ul:not([class]) a:not([class])::after,
    .main-text ol:not([class]) a:not([class])::after,
    .about-us-txt a::after {
        background: #000;
        bottom: 2px;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
    }

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

hr {
    margin: 60px 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
}

small {
    font-size: 0.8em;
}

address {
    margin: 0 0 20px;
    line-height: 1.5em;
    font-style: normal;
}

sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

pre {
    margin: 0;
}

    pre code {
        font-size: 1.5em;
        white-space: pre-wrap;
    }

figure {
    margin: 0 0 82px;
    padding-bottom: 39px;
    position: relative;
}

figcaption {
    bottom: 0;
    color: #b2b2b2;
    font-size: 0.875em;
    left: 0;
    letter-spacing: normal;
    line-height: 1.4em;
    position: absolute;
}

figure figcaption span {
    color: #000;
    display: inline-block;
    margin-right: 22px;
}

figure .fig-video {
    cursor: pointer;
    height: 30px;
    left: calc(50% - 15px);
    position: absolute;
    top: -15px;
    width: 30px;
    z-index: 1;
}

    figure .fig-video svg {
        display: block;
    }

        figure .fig-video svg path {
            fill: #000;
        }

        figure .fig-video svg .play-icon {
            fill: #fff;
        }

.hide {
    display: none;
}

.hideText {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.clr {
    clear: both;
}

.textLeft {
    text-align: left;
}

.textCenter {
    text-align: center;
}

.highlight {
    color: #000;
}

.indentedTxt {
    display: block;
    text-indent: 45px;
}

.marked {
    color: #fff;
    background: #000;
}

.meta {
    color: #000;
    font-style: italic;
    font-size: 0.9em;
    margin-bottom: 10px;
}

@media screen and (min-width: 1921px) {
    h1, .h1 {
        font-size: 3.92875em;
    }

    h2, .h2 {
        font-size: 2.245em;
    }

    h3, .h3 {
        font-size: 2.245em;
    }

    h4, .h4 {
        font-size: 2.245em;
    }

    h5, .h5 {
        font-size: 28px;
    }

    h6, .h6 {
        font-size: 28px;
    }

    .leader-medium {
        font-size: 28px;
    }

    .leader-large, blockquote p {
        font-size: 2.245em;
    }

    h1.large-heading {
        font-size: 250px;
    }

    figcaption {
        font-size: 15px;
    }

    .indentedTxt {
        text-indent: 60px;
    }
}

@media screen and (max-width: 1650px) {
    blockquote {
        margin: 180px 0;
    }
}

@media screen and (max-width: 1250px) {
    h1.large-heading {
        font-size: 11.625em;
    }
}

@media screen and (max-width: 1200px) {
    figure {
        margin-bottom: 62px;
    }
}

@media screen and (max-width: 1150px) {
    h1.large-heading {
        font-size: 10em;
    }

    blockquote {
        margin: 160px 0;
    }
}

@media screen and (max-width: 950px) {
    h1.large-heading {
        font-size: 8.375em;
    }
}

@media screen and (max-width: 850px) {
    h1, .h1 {
        font-size: 3.07125em;
        margin: 0 0 30px;
    }

    h2, .h2 {
        font-size: 1.755em;
    }

    h3, .h3 {
        font-size: 1.755em;
    }

    h4, .h4 {
        font-size: 1.755em;
    }

    h5, .h5 {
        font-size: 23px;
    }

    h6, .h6 {
        font-size: 23px;
    }

    .leader-medium {
        font-size: 23px;
    }

    .leader-large, blockquote p {
        font-size: 1.755em;
    }

    h1.large-heading {
        font-size: 6.75em;
    }

    blockquote {
        margin: 140px 0;
    }

    figure {
        margin-bottom: 42px;
    }
}

@media screen and (max-width: 700px) {
    h1.large-heading {
        font-size: 14vw;
    }
}

@media screen and (max-width: 600px) {
    h1, .h1 {
        font-size: 2.6425em;
    }

    h2, .h2 {
        font-size: 1.51em;
    }

    h3, .h3 {
        font-size: 1.51em;
    }

    h4, .h4 {
        font-size: 1.51em;
    }

    h5, .h5 {
        font-size: 20px;
    }

    h6, .h6 {
        font-size: 20px;
    }

    .leader-medium {
        font-size: 20px;
    }

    .leader-large, blockquote p {
        font-size: 1.51em;
    }

    figcaption {
        font-size: 12px;
    }

    .indentedTxt {
        text-indent: 30px;
    }

    p {
        font-size: 12px;
    }
}

@media screen and (max-width: 430px) {
    h1, .h1 {
        font-size: 2.21375em;
    }

    h2, .h2 {
        font-size: 1.265em;
    }

    h3, .h3 {
        font-size: 1.265em;
    }

    h4, .h4 {
        font-size: 1.265em;
    }

    h5, .h5 {
        font-size: 17px;
    }

    h6, .h6 {
        font-size: 17px;
    }

    .leader-medium {
        font-size: 17px;
    }

    .leader-large, blockquote p {
        font-size: 1.265em;
    }

    figcaption {
        font-size: 10px;
    }

    h1.large-heading {
        font-size: 18vw;
    }

    .indentedTxt {
        text-indent: 15px;
    }

    p {
        font-size: 10px;
    }
}

/* = Buttons
----------------------------------------------------------------------------------------------------------------- */
.btn {
    display: inline-block;
    padding: 11px 20px 13px;
    font-size: 1em;
    margin: 0;
    line-height: 1.5em;
    color: #fff;
    outline: none;
    cursor: pointer;
    border: 1px solid #000;
    background: #000;
    -webkit-transition: background-color .3s ease, border-color .3s ease, color .3s ease;
    transition: background-color .3s ease, border-color .3s ease, color .3s ease;
}

    .btn:hover {
        color: #fff;
    }

input.btn {
    font-size: 1em;
    line-height: 1.5em;
}

.btn-underline {
    display: inline-block;
    padding: 0;
    font-size: 0.875em;
    margin: 0;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #000;
    outline: none;
    cursor: pointer;
    border: none;
    background: transparent;
    border-bottom: 1px solid #626262;
    transition: color .3s ease;
}

#formSubmit {
    margin-bottom: 40px;
}

.page-dark .btn-underline {
    color: #fff;
}

@media screen and (min-width: 1921px) {
    .btn-underline {
        font-size: 15px;
    }
}

@media screen and (max-width: 600px) {
    .btn-underline {
        font-size: 12px;
    }
}

@media screen and (max-width: 430px) {
    .btn-underline {
        font-size: 10px;
    }
}

/* = ICONS (font based - paste "/iconfont/config.json" file into fontello.com website to add-to/edit these icons)
----------------------------------------------------------------------------------------------------------------- */
.icon:before,
.icon:after {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    text-decoration: none;
}

.icon:before {
    content: '\XXX';
}

/* = Lists
----------------------------------------------------------------------------------------------------------------- */
ul {
    margin: 0 0 30px;
    padding-left: 25px;
    line-height: 1.5em;
    font-size: 0.875em;
}

    ul li {
        margin: 0 0 12px;
    }

        ul li ul {
            margin-top: 20px;
            margin-left: 30px;
            list-style-type: circle;
        }

ol {
    margin: 0 0 30px;
    padding-left: 25px;
    line-height: 1.5em;
}

    ol li {
        margin: 0 0 12px;
    }

        ol li ol {
            margin-top: 20px;
            margin-left: 30px;
            list-style-type: lower-latin;
        }

dl {
    margin: 0 0 35px;
    line-height: 1.5em;
}

dt {
    color: #797979;
    font-weight: 600;
}

dd {
    margin: 0 0 20px;
}

ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

/* TO BE COMPLETED */
.list-arrows--inline {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .list-arrows--inline li {
        position: relative;
    }

        .list-arrows--inline li:before {
            content: '\2192';
        }

/* = Tables
----------------------------------------------------------------------------------------------------------------- */
.tableWrap {
    overflow: auto;
}

table {
    width: 100%;
    margin: 0 0 20px;
    border-spacing: 0;
    border-collapse: collapse;
}

th {
    padding: 15px 10px;
    color: #000;
    border: 1px solid #E3EAEF;
    background: #E3EAEF;
}

td {
    padding: 10px;
    border: 1px solid #E3EAEF;
    background: #fff;
}

/* = Flex
----------------------------------------------------------------------------------------------------------------- */
.flx {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flx-inl {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.flx--col {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flx--jc {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flx--jc--btw {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flx--ac {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.flx--ai {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flx--wr {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flx--noSh {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

/* = Embed video
----------------------------------------------------------------------------------------------------------------- */
.embed-container {
    margin: 40px 0;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed, .embed-container > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .embed-container:first-child {
        margin-top: 0;
    }

    .embed-container:last-child {
        margin-bottom: 0;
    }

.modal .embed-container {
    margin: 0;
}

.modal.modal--location .embed-container {
    padding-bottom: calc(100vh - 178px);
}

/* = Object fit images
----------------------------------------------------------------------------------------------------------------- */
.ofi {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.ofi--abs {
    position: absolute;
    top: 0;
    left: 0;
}

.ofi--contain {
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.ofi--top {
    object-position: center top;
    font-family: 'object-fit: cover; object-position: center top;';
}

    .ofi--top.ofi--contain {
        font-family: 'object-fit: contain; object-position: center top;';
    }

.ofi--scaledown {
    object-fit: scale-down;
    font-family: 'object-fit: scale-down;';
}

/* = Lazyload  images
----------------------------------------------------------------------------------------------------------------- */
.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

/* = Forms
----------------------------------------------------------------------------------------------------------------- */
form {
    margin: 40px 0;
}

    form:first-child {
        margin-top: 0;
    }

    form:last-child {
        margin-bottom: 0;
    }

    form[action="/for-sale"] {
        margin: 0;
    }

input.text,
textarea,
select,
input[type=text],
input[type=password] {
    color: #000;
    width: 100%;
    padding: 12px 16px;
    margin: 0;
    font-size: 1em;
    font-family: 'Avenir Next LT W01 Regular', sans-serif;
    font-weight: 400;
    border: 1px solid #000;
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    input.text:focus,
    textarea:focus,
    select:focus,
    input[type=text]:focus,
    input[type=password]:focus {
        outline: none;
        border-color: #000;
    }

/*Cross browser & device resets*/
select {
    padding-right: 44px;
    cursor: pointer;
    outline: none;
    color: #000;
    background: #fff url(/assets/icons/icon-subtoggle.svg) right 15px center no-repeat;
    background-size: 16px auto;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #2c2c2c;
    }

    select::-ms-expand {
        display: none;
    }

    select option {
        color: #000;
    }

        select option:first-child {
            color: #76757B;
        }

    select:invalid {
        color: #000;
    }

    select:valid {
        color: #000;
    }

.checkradio-group {
    margin: 5px 0 0;
}

textarea,
input.text,
input[type="text"],
input[type=password],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

textarea,
input.text,
input[type="text"] {
    -webkit-border-radius: 0;
    border-radius: 0;
}

textarea {
    min-height: 150px;
    min-width: 100%;
    max-width: 100%;
}

::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    font-family: 'Avenir Next LT W01 Regular', sans-serif;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
    font-family: 'Avenir Next LT W01 Regular', sans-serif;
}

:-ms-input-placeholder {
    color: #000;
    opacity: 1;
    font-family: 'Avenir Next LT W01 Regular', sans-serif;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
    font-family: 'Avenir Next LT W01 Regular', sans-serif;
}

/*Start - Custom checkbox and radio buttons*/
input[type="checkbox"],
input[type="radio"] {
    opacity: 0;
    float: left;
    margin: 0;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    outline: none;
}

.checkradio-label {
    cursor: pointer;
    margin-bottom: 12px;
    padding-left: 35px;
    line-height: 1.5em;
    display: block;
    position: relative;
    outline: none;
}

    .checkradio-label:last-child {
        margin-bottom: 0;
    }

    .checkradio-label:before,
    .checkradio-label:after {
        pointer-events: none;
    }

    .checkradio-label:before {
        position: absolute;
        top: 0;
        left: 0;
        content: ' ';
        height: 22px;
        width: 22px;
        margin-right: 10px;
        border: 1px solid #000;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: #fff;
    }

.checkradio-label--check:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
}

.checkradio-label--radio:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    height: 12px;
    width: 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #000;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
}

.checkradio-label--radio:before,
.checkradio-label--radio:after {
    border-radius: 50%;
}

.checkradio-group input[type="radio"]:checked + .checkradio-label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.checkradio-group input[type="checkbox"]:checked + .checkradio-label--check:after {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}
/*End - Custom checkbox and radio buttons*/

.form-field {
    margin-bottom: 25px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .form-field:last-child {
        margin-bottom: 0;
    }

    .form-field > label {
        display: block;
        margin: 0 0 6px;
        width: 100%;
        font-weight: 600;
    }

    .form-field label {
        color: #000;
    }

.form-field--submit {
    margin-bottom: 0;
}

    .form-field--submit .btn {
        margin-bottom: 5px;
    }

    .msg { margin: 0 0 50px; padding: 36px; background: #f5f5f5; }
    .msg p { margin-bottom: 0; }
    .msg ul {  margin-bottom: 0; }
    .msg ul li { margin-bottom: 10px; }
    .msg ul li:last-child {margin-bottom: 0;}
    
    .msgError { padding-left: 101px; color: #fff; background: #f16974 url(/assets/icons/error.svg) no-repeat 36px center; }
    .msgSuccess { padding-left: 101px; color: #fff; background: #1fc1b1 url(/assets/icons/success.svg) no-repeat 36px center; }
    .msgSuccess h3 { color: #fff; margin: 0 0 25px; }
    
    .msgError a,
    .msgSuccess a { color: #fff; font-weight: bold; }
    
    @media screen and (min-width:751px) {
        .form-field {
            margin-bottom: 25px;
        }
    
            .form-field > label {
                width: 25%;
                margin: 0 30px 0 0;
                padding: 10px 0;
            }
    
            .form-field > input:not(#formSubmit),
            .form-field > select,
            .form-field > .checkradio-group,
            .form-field > textarea {
                width: calc(75% - 30px);
                min-width: calc(75% - 30px);
            }
    
        .form-field--submit .btn {
            margin: 0;
        }
    
        .form-field--noLabel > input:not(#formSubmit),
        .form-field--noLabel > select,
        .form-field--noLabel > .checkradio-group,
        .form-field--noLabel > textarea {
            width: 100%;
            min-width: 100%;
        }
    
        .checkradio-group {
            margin: 10px 0 5px;
        }
    }
    
    @media screen and (max-width: 900px) {
        .msg { padding: 18px; }
        .msgError, .msgSuccess { padding-left: 65px; color: #fff; background-position: 18px center; }
    }
    
    @media screen and (max-width: 600px) {
        .msg ul li { font-size: 12px; }
    }
    
    @media screen and (max-width: 430px) {
        .msg ul li { font-size: 10px; }
    }
    

/* = Slider defaults
----------------------------------------------------------------------------------------------------------------- */
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

    .lSSlideWrapper > .lightSlider:after {
        clear: both;
    }

    .lSSlideWrapper .lSSlide {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-transition: all 1s;
        -webkit-transition-property: -webkit-transform,height;
        -moz-transition-property: -moz-transform,height;
        transition-property: transform,height;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    .lSSlideWrapper .lSFade {
        position: relative;
    }

        .lSSlideWrapper .lSFade > * {
            position: absolute !important;
            top: 0;
            left: 0;
            z-index: 0;
            margin-right: 0;
            width: 100%;
        }

    .lSSlideWrapper.usingCss .lSFade > * {
        opacity: 0;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    .lSSlideWrapper .lSFade > *.active {
        z-index: 1;
    }

    .lSSlideWrapper.usingCss .lSFade > *.active {
        opacity: 1;
    }

/* Slider Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

    .lSSlideOuter .lSPager.lSpg > li {
        cursor: pointer;
        display: inline-block;
        padding: 0 5px;
    }

        .lSSlideOuter .lSPager.lSpg > li a {
            background-color: #222222;
            border-radius: 30px;
            display: inline-block;
            height: 8px;
            overflow: hidden;
            text-indent: -999em;
            width: 8px;
            position: relative;
            -webkit-transition: all 0.4s linear 0s;
            transition: all 0.4s linear 0s;
            z-index: 1;
        }

        .lSSlideOuter .lSPager.lSpg > li:hover a,
        .lSSlideOuter .lSPager.lSpg > li.active a {
            background-color: #428bca;
        }

/** Slider Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .lSSlideOuter .lSPager.lSGallery li {
        overflow: hidden;
        -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
        transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    }

        .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
            border-radius: 5px;
        }

    .lSSlideOuter .lSPager.lSGallery img {
        display: block;
        height: auto;
        max-width: 100%;
    }

    .lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
        content: " ";
        display: table;
    }

    .lSSlideOuter .lSPager.lSGallery:after {
        clear: both;
    }

/* Slider actions */
.lSAction > a {
    width: 38px;
    height: 38px;
    display: block;
    top: calc(50% - 19px);
    background: #000;
    cursor: pointer;
    position: absolute;
    margin-top: -16px;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    z-index: 1;
}

.lSAction > .lSPrev {
    left: 0;
}

.lSAction > .lSNext {
    right: 0;
}

.lSAction > a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    overflow: hidden;
}

/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

/* = Header
----------------------------------------------------------------------------------------------------------------- */
header {
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    z-index: 999999;
    -webkit-transition: background .3s ease, top .3s ease;
    transition: background .3s ease, top .3s ease;
}

.header-hidden header {
    top: -92px;
}

.header-hidden.location-on header {
    top: 0;
}

.hdr-main {
    background: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.hdr-btn {
    white-space: nowrap;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    font-size: 0.875em;
}

.hdr-nav {
    margin: 0 35px;
    text-align: center;
    min-width: calc(100% - 410px);
    display: inline-block;
    vertical-align: middle;
}

.hdr-subnav {
    background: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.hdr-subnav .on { color: #ccc; }

.page-dark--headersub .hdr-subnav {
    background: #000;
}

    .page-dark--headersub .hdr-subnav a {
        color: #fff;
    }

.page-hashero .hdr-main {
    background: transparent;
}

.header-switch .hdr-main,
.page-dark .hdr-main,
.page-dark-header .hdr-main {
    background: #000;
}

.header-switch .hdr-main, .header-switch .hdr-subnav {
    padding: 0;
}

.page-dark--headersub .hdr-main {
    background: #fff;
}

.header-switch .hdr-btn,
.page-dark .hdr-btn,
.page-dark-header .hdr-btn,
.page-hashero .hdr-btn {
    color: #fff;
}

.page-dark--headersub .hdr-btn {
    color: #000;
}

.header-switch.page-dark .hdr-main {
    background: #fff;
}

.header-switch.page-dark .hdr-btn {
    color: #000;
}

@media screen and (min-width: 851px) {
    .page-has-subnav header {
        -webkit-transition: top .3s ease;
        transition: top .3s ease;
    }

    .page-has-subnav.header-switch header {
        box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.04);
    }
}

@media screen and (min-width: 1921px) {
    .hdr-btn {
        font-size: 15px;
    }
}

@media screen and (max-width: 850px) {
    header {
        border-bottom: 1px solid #ddd;
    }

    .header-hidden header {
        top: -96px;
    }

    .page-hashero header {
        border-color: transparent;
    }

    .hdr-main, .header-switch .hdr-main {
        padding: 37px 0;
    }

    .hdr-subnav,
    .page-dark--headersub:not(.header-switch) .hdr-subnav {
        padding: 0;
        background: #000;
    }

    .page-dark-header .hdr-subnav {
        background: #fff;
    }

    .hdr-main > .container {
        display: block;
    }

    .header-switch header,
    .page-dark header,
    .page-dark-header header,
    .header-switch.page-dark header {
        border-color: transparent;
    }


    .hdr-nav {
        margin: 0;
        min-width: 2px;
        width: 2px;
        overflow: hidden;
    }

    .hdr-btn {
        line-height: 20px;
    }

    .hdr-btn--right {
        float: right;
    }
}

@media screen and (max-width: 600px) {
    .hdr-btn {
        font-size: 12px;
    }
}

@media screen and (max-width: 440px) {
    .hdr-main, .header-switch .hdr-main {
        padding: 38px 0;
    }

    .hdr-btn span {
        display: none;
    }
}

@media screen and (max-width: 430px) {
    .hdr-btn {
        font-size: 10px;
    }
}

/* = Greedy nav
----------------------------------------------------------------------------------------------------------------- */
.greedy-nav {
    position: relative;
    min-width: 250px;
}

.greedy-nav--sub {
    width: 100%;
}

.greedy-nav a {
    display: block;
    padding: 36px 0;
    white-space: nowrap;
    font-size: 0.875em;
    font-weight: normal;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

    .greedy-nav a:hover {
        color: #ccc;
    }

.greedy-nav .more {
    display: inline-block;
    padding: 36px 30px 36px 15px;
    margin-right: 12px;
    border: 0;
    cursor: pointer;
    outline: none;
    position: relative;
    font-size: 0.875em;
    line-height: 1.4em;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.page-dark--headersub .greedy-nav .more {
    color: #fff;
}

.greedy-nav .more:after {
    content: attr(count);
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    top: calc(50% - 9px);
    text-align: center;
    background-color: transparent;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.page-dark--headersub .greedy-nav .more:after {
    border-color: #fff;
}

.greedy-nav .moreburger {
    position: relative;
    width: 32px;
    height: 4px;
    background: #fff;
    margin: auto;
}

    .greedy-nav .moreburger:before,
    .greedy-nav .moreburger:after {
        content: '';
        position: absolute;
        left: 0;
        width: 32px;
        height: 4px;
        background: #fff;
    }

    .greedy-nav .moreburger:before {
        top: -8px;
    }

    .greedy-nav .moreburger:after {
        bottom: -8px;
    }

.greedy-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 1em;
}

    .greedy-nav ul li {
        margin: 0;
    }

.greedy-nav > ul:not(.hidden-links) {
    display: inline-table;
    margin: 0;
}

    .greedy-nav > ul:not(.hidden-links) > li {
        padding: 0 15px;
        display: table-cell;
        position: relative;
    }

/* .hdr-subnav .greedy-nav > ul:not(.hidden-links) { display: flex; width: 100%; }
.hdr-subnav .greedy-nav > ul:not(.hidden-links) > li { display: flex; flex: 1; }
.hdr-subnav .greedy-nav > ul:not(.hidden-links) > li a { width: 100%; } */
.hdr-subnav .greedy-nav > ul:not(.hidden-links) > li {
    font-family: 'Baskerville MT W01 Regular', serif;
}

.greedy-nav .hidden-links {
    position: absolute;
    min-width: 200px;
    padding: 20px 0;
    right: 0px;
    top: 80px;
    text-align: center;
    z-index: 2;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 7px rgba(0,0,0,0.2);
    background: #fff;
}

    .greedy-nav .hidden-links a, .page-dark-header .greedy-nav .hidden-links a, .header-switch .greedy-nav .hidden-links a {
        color: #666;
        font-family: 'Baskerville MT W01 Regular', serif;
        padding: 17px 25px;
    }

    .greedy-nav .hidden-links a.on, .page-dark-header .greedy-nav .hidden-links a.on, .header-switch .greedy-nav .hidden-links a.on {
        color: #ccc;
    }

    .greedy-nav .hidden-links li {
        display: block;
        margin: 0;
        position: relative;
    }

    .greedy-nav .hidden-links .has-children:before {
        content: '';
        position: absolute;
        right: 93px;
        width: 100px;
        height: 100%;
        background-color: transparent;
    }

    .greedy-nav .hidden-links li:first-child {
        border-top: none;
    }

    .greedy-nav .hidden-links .has-children > ul {
        display: none;
    }
    /* .greedy-nav .hidden-links .has-children:hover > ul { display: block; } */
    .greedy-nav .hidden-links .has-children > ul {
        position: absolute;
        right: calc(100% + 15px);
        top: -5px;
        padding: 5px 15px;
        border: 2px solid #111;
        margin: -2px 0 0;
        min-width: 200px;
        background: #F6F4F5 url(/_img/bg.jpg) repeat top left;
    }

.greedy-nav .hidden {
    visibility: hidden;
    display: none;
}

.greedy-nav ul li a span {
    line-height: 1.4em;
    position: relative;
}

.greedy-nav ul li a[title='Previous Article'] span, .greedy-nav ul li a[title='Next Article'] span {
    vertical-align: bottom;
}

.greedy-nav > ul > li > a > span::after {
    background: #000;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .5s;
    width: 0;
}

.page-dark-header .greedy-nav ul li a span::after, .header-switch .greedy-nav ul li a span::after {
    background: #fff;
}

/* .greedy-nav ul li a.on span::after, .greedy-nav ul li:hover a span::after {
    width: 100%;
} */

.greedy-nav > ul:not(.hidden-links) li ul {
    background-color: #fff;
    min-width: 180px;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 7px rgba(0,0,0,0.2);
}

.greedy-nav > ul:not(.hidden-links) > li > ul {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%, -20px);
    padding: 20px 0;
    min-width: 180px;
    background-color: #fff;
    z-index: 8;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 200ms, transform 200ms;
    transition: opacity 200ms, transform 200ms;
}

.greedy-nav > ul:not(.hidden-links) > li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
}
/* .greedy-nav > ul:not(.hidden-links) > li > ul:before { content: ""; position: absolute; top: -13px; left: 50%; margin-left: -12px; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 12px solid #000; }
.greedy-nav > ul:not(.hidden-links) > li > ul:after { content: ""; position: absolute; top: -10px; left: 50%; margin-left: -10px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #fff; } */
.greedy-nav > ul:not(.hidden-links) li ul li {
    width: 100%;
    position: relative;
}

    .greedy-nav > ul:not(.hidden-links) li ul li a {
        padding: 17px 25px;
        text-transform: none;
        font-family: 'Baskerville MT W01 Regular', serif;
        color: #666;
    }

    .greedy-nav > ul:not(.hidden-links) li ul li ul {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        padding: 5px 0;
    }

    .greedy-nav > ul:not(.hidden-links) li ul li:hover ul {
        display: block;
    }

    .greedy-nav > ul:not(.hidden-links) li ul li ul li {
        font-weight: normal;
        margin: 0;
    }

        .greedy-nav > ul:not(.hidden-links) li ul li ul li a {
            font-weight: normal;
        }

.header-switch .greedy-nav--main a,
.page-dark .greedy-nav--main a,
.page-dark-header .greedy-nav--main a,
.page-hashero .greedy-nav--main a {
    color: #fff;
}

.page-dark .greedy-nav--main .hidden-links a {
    color: #666;
}

    .header-switch .greedy-nav--main a.on span,
    .page-dark .greedy-nav--main a.on span,
    .page-dark-header .greedy-nav--main a.on span,
    .page-hashero .greedy-nav--main a.on span {
        border-color: #fff;
    }

.page-dark--headersub .greedy-nav--main a {
    color: #000;
}

.header-switch .greedy-nav--main a:hover,
.page-dark .greedy-nav--main a:hover,
.page-dark-header .greedy-nav--main a:hover,
.page-hashero .greedy-nav--main a:hover {
    color: #ccc;
}

.page-dark--headersub .greedy-nav--main a:hover {
    color: #333;
}

.header-switch .greedy-nav--main .more,
.page-dark .greedy-nav--main .more,
.page-dark-header .greedy-nav--main .more,
.page-hashero .greedy-nav--main .more,
.page-dark--headersub:not(.header-switch) .greedy-nav--sub .more {
    color: #fff;
}

.page-dark--headersub .greedy-nav--main .more {
    color: #000;
}

.header-switch .greedy-nav--main .more:after,
.page-dark .greedy-nav--main .more:after,
.page-dark-header .greedy-nav--main .more:after,
.page-hashero .greedy-nav--main .more:after,
.page-dark--headersub:not(.header-switch) .greedy-nav--sub .more:after {
    color: #fff;
    border-color: #fff;
}

.page-dark--headersub .greedy-nav--main .more:after {
    color: #000;
    border-color: #000;
}

/* .header-switch .greedy-nav--main .hidden-links,
.page-dark .greedy-nav--main .hidden-links,
.page-dark-header .greedy-nav--main .hidden-links,
.page-dark--headersub:not(.header-switch) .greedy-nav--sub .hidden-links {background: #000; border-color: #292929;} */

.page-dark--headersub .greedy-nav--main .hidden-links {
    background: #fff;
    border-color: #000;
}

.header-switch .greedy-nav--main .hidden-links li,
.page-dark .greedy-nav--main .hidden-links li,
.page-dark-header .greedy-nav--main .hidden-links li,
.page-dark--headersub:not(.header-switch) .greedy-nav--sub .hidden-links li {
    border-color: #303030;
}

.page-dark--headersub .greedy-nav--main .hidden-links li {
    border-color: #bebebe;
}

.header-switch.page-dark .greedy-nav--main a {
    color: #000;
}

    .header-switch.page-dark .greedy-nav--main a:hover {
        color: #333;
    }

.header-switch.page-dark .greedy-nav--main .more,
.header-switch.page-dark .greedy-nav--main .more:after {
    color: #000;
    border-color: #000;
}

.header-switch.page-dark .greedy-nav--main .hidden-links {
    background: #fff;
    border-color: #bebebe;
}

    .header-switch.page-dark .greedy-nav--main .hidden-links li {
        border-color: #bebebe;
    }

@media screen and (min-width: 1921px) {
    .greedy-nav a, .greedy-nav .more {
        font-size: 15px;
    }
}

@media screen and (max-width: 850px) {
    .hdr-main .greedy-nav {
        visibility: hidden;
        height: 1px;
        border: none;
        min-width: 150px;
    }

    .greedy-nav a, .greedy-nav .more {
        padding-bottom: 41px;
        padding-top: 41px;
    }
}

@media screen and (max-width: 600px) {
    .greedy-nav a, .greedy-nav .more {
        font-size: 12px;
    }
}

@media screen and (max-width: 430px) {
    .greedy-nav a, .greedy-nav .more {
        font-size: 10px;
    }
}

/* = Nav Hamburger
----------------------------------------------------------------------------------------------------------------- */
.hdr-burger {
    display: none;
    left: 50%;
    position: absolute;
    top: calc(50% - 12px);
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.hamburger {
    position: relative;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 23px;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    overflow: hidden;
}

    .hamburger:focus {
        outline: none;
    }

    .hamburger span {
        display: block;
        position: absolute;
        top: calc(50% - 1px);
        margin-top: 0px;
        left: 0;
        right: 0;
        height: 1px;
        background: #000;
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }

        .hamburger span:before,
        .hamburger span:after {
            content: "";
            position: absolute;
            display: block;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #000;
            -webkit-transition: 0.3s ease;
            transition: 0.3s ease;
        }

        .hamburger span:before {
            top: -6px;
        }

        .hamburger span:after {
            bottom: -6px;
        }

.nav-on .hamburger span {
    background: none;
}

    .nav-on .hamburger span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .nav-on .hamburger span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 100%;
    }

.header-switch .hamburger span,
.page-dark .hamburger span,
.page-dark-header .hamburger span,
.page-hashero .hamburger span {
    background-color: #fff;
}

    .header-switch .hamburger span:before,
    .header-switch .hamburger span:after,
    .page-dark .hamburger span:before,
    .page-dark .hamburger span:after,
    .page-dark-header .hamburger span:before,
    .page-dark-header .hamburger span:after,
    .page-hashero .hamburger span:before,
    .page-hashero .hamburger span:after {
        background-color: #fff;
    }

.header-switch.page-dark .hamburger span,
.header-switch.page-dark .hamburger span:before,
.header-switch.page-dark .hamburger span:after,
.page-hashero.nav-on:not(.header-switch) .hamburger span:before,
.page-hashero.nav-on:not(.header-switch) .hamburger span:after,
.page-dark--headersub .hamburger span,
.page-dark--headersub .hamburger span:before,
.page-dark--headersub .hamburger span:after {
    background-color: #000;
}

.header-switch.nav-on .hamburger span,
.page-dark.nav-on .hamburger span,
.page-dark-header.nav-on .hamburger span,
.header-switch.page-dark.nav-on .hamburger span,
.page-hashero.nav-on .hamburger span,
.page-dark--headersub.nav-on .hamburger span {
    background: none;
}


@media screen and (max-width: 850px) {
    .hdr-burger {
        display: block;
    }
}

/* = Mobile menu
----------------------------------------------------------------------------------------------------------------- */
.mobile-menu-wrap {
    position: fixed;
    top: 94px;
    left: 0;
    padding: 45px 40px;
    width: 100%;
    height: calc(100% - 94px);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    background: #000;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.2);
    z-index: 999999;
}

.mobile-menu {
    position: relative;
    max-height: 100%;
    overflow: auto;
}

    .mobile-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .mobile-menu ul li {
            margin: 0;
            padding: 2px 0;
            position: relative;
            border-bottom: 1px solid #fff;
        }

            .mobile-menu ul li:last-child {
                border: none;
            }

    .mobile-menu a {
        display: block;
        padding: 8px 0;
        font-size: 28.08px;
        white-space: nowrap;
        color: #fff;
        font-family: 'Baskerville MT W01 Regular', serif;
        line-height: 1;
        text-align: center;
    }

        .mobile-menu a.on, .mobile-menu a:hover {
            color: #ccc;
        }

    .mobile-menu .has-children > ul {
        display: none;
    }

    .mobile-menu .has-children.sub-on > ul {
        display: block;
    }

    .mobile-menu .has-children ul a {
        font-family: 'Avenir Next LT W01 Regular', sans-serif;
        font-size: 14px;
        padding: 6px 0;
    }

    .mobile-menu .has-children > ul {
        margin: 30px auto 50px 0;
    }

        .mobile-menu .has-children > ul > li {
            border: none;
        }

            .mobile-menu .has-children > ul > li > ul {
                margin: 0 0 5px 10px;
            }

.cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0.75;
    display: none;
    background: #fff;
}

@media screen and (max-width: 850px) {
    .nav-on .mobile-menu-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media screen and (max-width: 600px) {
    .mobile-menu a {
        font-size: 24.16px;
    }

    .mobile-menu .has-children ul a {
        font-size: 12px;
    }
}

@media screen and (max-width: 430px) {
    .mobile-menu a {
        font-size: 20.24px;
    }

    .mobile-menu .has-children ul a {
        font-size: 10px;
    }
}

@media screen and (max-width: 400px) {
    .mobile-menu-wrap {
        height: calc(100% - 95px);
        top: 95px;
    }
}

@media screen and (max-width: 360px) {
    .mobile-menu-wrap {
        height: calc(100% - 96px);
        top: 96px;
    }
}

@media screen and (max-width: 340px) {
    .mobile-menu-wrap {
        height: calc(100% - 95px);
        /* padding: 45px 30px 30px; */
        top: 95px;
    }

    /* .mobile-menu a {
        padding: 10px 0;
    }

    .mobile-menu .icon--chevDown {
        background-size: 14px auto;
    }

    .mobile-menu .has-children > ul > li > .icon--chevDown {
        top: 13px;
        background-size: 11px auto;
    } */
}

/* = Containers & Modals
----------------------------------------------------------------------------------------------------------------- */
main {
    padding-top: 86px;
}

.page-hashero main {
    padding-top: 0;
}

.main {
    padding: 50px 0;
}

.container {
    width: auto;
    margin: 0 34px;
    position: relative;
}

.inner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.inner--400 {
    max-width: 400px;
}

.inner--500 {
    max-width: 500px;
}

.inner--600 {
    max-width: 600px;
}

.inner--700 {
    max-width: 700px;
}

.inner--900 {
    max-width: 900px;
}

.inner--1000 {
    max-width: 1000px;
}

.inner--1100 {
    max-width: 1100px;
}

.inner--1200 {
    max-width: 1200px;
}

.pre-footer {
    clear: both;
    margin-bottom: 55px;
}

.modal {
    display: none;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 92px;
    left: 0;
    height: calc(100% - 92px);
    width: 100%;
    z-index: 9999;
}

.header-hidden .modal {
    height: 100%;
    top: 0;
}

.page-dark .modal {
    background: rgba(0, 0, 0, 0.75);
}

.modal.modal--location {
    background: transparent;
}

.page-has-subnav .modal {
    top: 178px;
    left: 0;
    height: calc(100% - 178px);
}

.page-has-subnav.header-hidden .modal {
    height: calc(100% - 86px);
    top: 86px;
}

.page-has-subnav .modal.modal--location {
    top: 178px;
    height: calc(100% - 178px);
}

.modal.on {
    display: block;
}

.modal .modal-inner {
    max-width: 850px;
    width: 90%;
    max-height: 90%;
    left: 50%;
    top: 40%;
    padding: 45px 40px 40px;
    margin: 0 auto;
    background: #fff;
    display: block;
    float: none;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: auto;
    -webkit-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
}

.page-dark .modal .modal-inner {
    background: transparent;
}

.modal.modal--location .modal-inner {
    background: transparent;
    height: auto;
    max-width: none;
    padding: 0;
    top: 0;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.modal.on .modal-inner {
    top: 50%;
}

.modal.modal--location.on .modal-inner {
    bottom: 0;
    max-height: none;
    top: 0;
}

.page-dark .modal .modal-inner p, .page-dark .modal .modal-inner a {
    color: #fff;
}

.page-dark .modal .modal-inner a {
    text-decoration: none;
}

.modalClose {
    cursor: pointer;
    text-decoration: none;
    top: 0;
    right: 34px;
    margin-top: 25px;
    width: 26px;
    height: 26px;
    color: #000;
    position: absolute;
    text-align: center;
    line-height: 1;
    z-index: 1;
}

    .modalClose img {
        height: auto;
        width: 26px;
    }

.modal-content a {
    text-decoration: underline;
}

.modal-content p:last-child {
    margin-bottom: 5px;
}

.modal-content hr {
    border-color: #000;
}

.page-dark .modal-content hr {
    border-color: #fff;
}

.modal-content .h2 {
    position: static;
    text-align: center;
}

    .modal-content .h2 span {
        display: none;
    }

.modal--youtube .modal-inner, .modal--compareContrast .modal-inner {
    background: transparent;
}

.modal--youtube .modal-inner {
    padding: 10px 0 0;
}

.modal--team .modal-inner {
    max-height: 65%;
    max-width: 600px;
    text-align: center;
}

    .modal--team .modal-inner p {
        font-size: 0.875em;
    }

.modal--team h3 {
    bottom: 5%;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

    .modal--team h3 a {
        color: #fff;
    }

.modal--compareContrast .modal-inner {
    max-width: 744px;
    text-align: center;
}

    .modal--compareContrast .modal-inner hr {
        border-color: #707070;
        margin: 45px 0;
    }

    .modal--compareContrast .modal-inner p {
        font-size: 0.875em;
        margin: 0 auto;
        max-width: 460px;
    }

.modal--requestForm .modal-inner h6 {
    font-family: 'Avenir Next LT W01 Regular', sans-serif;
    font-size: 0.875em;
    font-weight: 400;
}

@media screen and (min-width: 851px) {
    .modal--location .modalClose {
        display: none;
    }
}

@media screen and (min-width: 1921px) {
    .modal--team .modal-inner p, .modal--compareContrast .modal-inner p, .modal--requestForm .modal-inner h6 {
        font-size: 15px;
    }

    .inner--500 {
        max-width: 600px;
    }
}

@media screen and (max-width: 850px) {
    main {
        padding-bottom: 70px;
        padding-top: 94px;
    }

    .container {
        margin: 0 37px;
    }

    .modal {
        top: 94px;
        height: calc(100% - 94px);
    }

        .modal.modal--location {
            height: calc(100vh - 188px);
            top: 188px;
        }

    .modalClose {
        margin-right: 37px;
        right: 0;
    }

    .modal--team .modal-inner {
        max-height: 80%;
    }

    .modal--team h3 {
        bottom: 2%;
    }

    .page-has-subnav .modal {
        top: 188px;
        height: calc(100% - 188px);
    }

    .page-has-subnav.header-hidden .modal {
        height: calc(100% - 94px);
        top: 94px;
    }

    .pre-footer {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 600px) {
    .modal--team .modal-inner p, .modal--compareContrast .modal-inner p, .modal--requestForm .modal-inner h6 {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .main {
        padding: 40px 0 60px;
    }

    .pre-footer {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 440px) {
    .container {
        margin: 0 38px;
    }

    .modalClose {
        margin-right: 38px;
    }
}

@media screen and (max-width: 430px) {
    .modal--team .modal-inner p, .modal--compareContrast .modal-inner p, .modal--requestForm .modal-inner h6 {
        font-size: 10px;
    }
}

@media screen and (max-width: 400px) {
    main {
        padding-top: 95px;
    }

    .modal {
        top: 95px;
        height: calc(100% - 95px);
    }
}

@media screen and (max-width: 360px) {
    main {
        padding-top: 96px;
    }

    .modal {
        top: 96px;
        height: calc(100% - 96px);
    }
}

@media screen and (max-width: 340px) {
    main {
        padding-top: 95px;
    }

    .modal {
        top: 95px;
        height: calc(100% - 95px);
    }
}

/* = Banners and intros.
----------------------------------------------------------------------------------------------------------------- */
.banner-intro {
    padding-bottom: 458px;
    position: relative;
}

    .banner-intro.banner-large {
        padding-bottom: 728px;
    }
    /* .home .banner-intro { padding-top: 100px; } */
    .banner-intro .container {
        left: 50%;
        margin-left: 0;
        margin-right: 0;
        padding: 0 34px;
        position: absolute;
        top: 39.25%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        ;
    }

.page-has-logo .banner-intro .container {
    top: 27.75%;
}

.logo {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.page-has-large-heading .banner-intro {
    min-height: calc(100vh - 86px);
    padding-bottom: 0;
}

    .page-has-large-heading .banner-intro .container {
        top: 42%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.banner-intro h1 {
    margin-bottom: 0;
}

.banner-intro .price-in-address {
    margin-top: 30px;
}

.home .banner-intro h1 {
    line-height: 1.2em;
}
/* .for-sale .banner-intro { padding: 255px 0 279px; } */
.banner-intro--full-height {
    padding: 80px 0;
    min-height: calc(100vh - 82px);
}

.banner-hero {
    min-height: 600px;
    height: 100vh;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .banner-hero:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.3;
    }

    .banner-hero h1 {
        color: #fff;
    }

/* @media screen and (max-width: 1650px) {
    .page-has-large-heading .banner-intro .container { top: 29%; }
}

@media screen and (max-width: 1250px) {
    .page-has-large-heading .banner-intro .container { top: 30%; }
} */

@media screen and (max-width: 1200px) {
    .banner-intro {
        padding-bottom: 420px;
    }

        .banner-intro .container {
            padding: 0 40px;
        }
}

/* @media screen and (max-width: 1150px) {
    .page-has-large-heading .banner-intro .container { top: 31%; }
} */

@media screen and (max-width: 1024px) {
    .banner-intro {
        padding-bottom: 380px;
    }

        .banner-intro .container {
            padding: 0 35px;
        }
}

/* @media screen and (max-width: 1000px) {
    .page-has-large-heading .banner-intro .container { top: 21%; }
}

@media screen and (max-width: 850px) {
    .page-has-large-heading .banner-intro { padding-bottom: 800px; }
    .banner-intro--full-height { padding: 70px 0;  min-height: calc(100vh - 74px); }
}

@media screen and (max-width: 750px) {
    .page-has-large-heading .banner-intro { padding-bottom: 650px; }
    .page-has-large-heading .banner-intro .container { top: 27%; }
} */

@media screen and (max-width: 700px) {
    .page-has-large-heading .banner-intro {
        padding-bottom: 700px;
    }

        .page-has-large-heading .banner-intro .container {
            padding: 0;
            top: 37%;
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

            .page-has-large-heading .banner-intro .container h1 {
                padding-bottom: 15px;
                -ms-transform-origin: center;
                -webkit-transform-origin: center;
                transform-origin: center;
                -ms-transform: rotate(-90deg);
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

            .page-has-large-heading .banner-intro .container .logo + .inner h1 {
                padding-bottom: 0;
                -ms-transform: none;
                -webkit-transform: none;
                transform: none;
            }
}

@media screen and (max-width: 600px) {
    .banner-intro {
        padding-bottom: 340px;
    }

    .banner-intro--full-height {
        min-height: calc(100vh - 72px);
    }

    .page-has-large-heading .banner-intro {
        padding-bottom: 550px;
    }

    .logo {
        width: 217px;
    }

    .page-has-large-heading .banner-intro .container h1 {
        padding-bottom: 12px;
    }

    .page-has-large-heading .banner-intro .container {
        top: 41%;
    }
}

@media screen and (max-width: 480px) {
    /* .banner-intro { padding: 90px 0 50px;  } */
    .banner-intro {
        padding-bottom: 300px;
    }

    .banner-intro--full-height {
        padding: 60px 0;
        min-height: calc(100vh - 70px);
    }
}

/* @media screen and (max-width: 440px) {
    .page-has-large-heading .banner-intro {
        padding-bottom: 450px;
    }
} */

@media screen and (max-width: 430px) {
    .logo {
        width: 168px;
    }

    .page-has-large-heading .banner-intro .container h1 {
        padding-bottom: 10px;
    }

    .page-has-large-heading .banner-intro .container {
        top: 39%;
    }
}

@media screen and (max-width: 400px) {
    .banner-intro {
        padding-bottom: 260px;
    }

        .banner-intro .container {
            padding: 0 20px;
        }
}

@media screen and (max-width: 360px) {
    .banner-intro--full-height {
        min-height: calc(100vh - 66px);
    }
}

/* = Columns
----------------------------------------------------------------------------------------------------------------- */
.col-two-thirds--right {
    overflow: auto;
}

    .col-two-thirds--right .col {
        float: right;
        width: calc(66.666% - 15px);
    }

/* = Text columns
----------------------------------------------------------------------------------------------------------------- */
.colsText {
    margin: 108px 0;
}

    .colsText:first-child {
        margin-top: 0;
    }

    .colsText:last-child {
        margin-bottom: 0;
    }

    .colsText .pv-slider {
        padding-bottom: 137px;
    }

        .colsText .pv-slider + .lSAction {
            bottom: 137px;
        }

    .colsText h2 {
        margin-bottom: 57px;
        text-align: center;
    }

        .colsText h2:last-child {
            margin-bottom: 0;
        }

    .colsText h4 {
        font-size: 1.5em;
    }

    .colsText p {
        font-size: 0.875em;
        letter-spacing: normal;
        line-height: 1.4em;
    }

    .colsText .colsTextContainer {
        flex-basis: calc(50% - 23px);
    }

    .colsText .colsTextContainer p {
        margin-bottom: 30px;
    }

    .colsText .colsTextContainer:last-of-type p:last-of-type {
        margin-bottom: 0;
    }

.arrow {
    background: url(/assets/icons/icon-right-arrow.svg) no-repeat center/100% auto;
    display: inline-block;
    font-size: 0;
    margin-right: 10px;
    height: 28px;
    vertical-align: top;
    width: 22px;
}

.colsText p .arrow, .modal--requestForm .arrow, .pv-slider .pv-slide .arrow, .blog-list p .arrow, figcaption .arrow {
    height: 20px;
    margin-right: 0;
    width: 14px;
}

p .arrow {
    height: 24px;
    margin-right: 0;
    width: 16px;
}

.pv-slider .pv-slide .arrow, figcaption .arrow {
    margin-right: 18px;
}

.hdr-subnav .arrow {
    background-position: center 4px;
    height: 18px;
    margin-left: 10px;
    margin-right: 0;
    width: 14px;
}

    .hdr-subnav .arrow.left-arrow {
        background-image: url(/assets/icons/icon-left-arrow.svg);
        margin-left: 0;
        margin-right: 10px;
    }

@media screen and (min-width: 701px) {
    .colsText .cols {
        display: flex;
        gap: 45px;
    }

    .colsText .cols-header {
        max-width: calc(50% - 20px);
    }
}

@media screen and (min-width: 1201px) {
    .colsText--2-left {
        padding-right: calc(33.333% + 15px);
        position: relative;
    }

    .colsText--heading-right h2, .colsText--heading-left h2 {
        font-family: 'Avenir Next LT W01 Regular', sans-serif;
        padding: 0 5%;
        position: absolute;
        text-align: center;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 33.3%;
    }

    .colsText--heading-right h2 {
        right: 0;
    }

    .colsText--2-right {
        padding-left: calc(33.333% + 15px);
    }

    .colsText--heading-right {
        padding-right: calc(33.333% + 15px);
        position: relative;
    }

    .colsText--heading-left {
        margin-left: 0;
        padding-left: calc(33.333% + 15px);
        position: relative;
        width: 100%;
    }


        .colsText--heading-left h2 {
            left: 0;
        }

    .colsText .cols-header {
        max-width: calc(50% - 22.5px);
    }

    .colsText--3 .cols-header {
        max-width: calc(33.333% - 30px);
    }
}

@media screen and (min-width: 1921px) {
    .colsText h4 {
        font-size: 28px;
    }

    .colsText p {
        font-size: 15px;
    }

    .arrow {
        width: 26px;
        height: 33px;
    }

    .colsText p .arrow, .modal--requestForm .arrow, .pv-slider .pv-slide .arrow, .blog-list p .arrow, figcaption .arrow, .hdr-subnav .arrow {
        height: 21px;
        width: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .colsText .ac-info.green-house {
        margin-bottom: 57px;
    }

    .colsText--2-left .colsTextContainer, .colsText--heading-right .colsTextContainer {
        padding-right: 0;
    }

    .colsText--2-right .colsTextContainer, .colsText--heading-left .colsTextContainer {
        padding-left: 0;
    }

    .colsText h2 { clear: both; }
}

@media screen and (max-width: 850px) {
    .colsText h4 {
        font-size: 23px;
    }
}

@media screen and (max-width: 600px) {
    .colsText h4 {
        font-size: 20px;
    }

    .colsText p {
        font-size: 12px;
    }

        .colsText p .arrow, .modal--requestForm .arrow, .pv-slider .pv-slide .arrow, .blog-list p .arrow, figcaption .arrow {
            height: 18px;
            width: 13px;
        }

    .hdr-subnav .arrow {
        background-position: center 2px;
        height: 14px;
        width: 11px;
    }
}

@media screen and (max-width: 430px) {
    .colsText h4 {
        font-size: 17px;
    }

    .colsText p {
        font-size: 10px;
    }

    .arrow {
        width: 17px;
        height: 21px;
    }

    .colsText p .arrow, .modal--requestForm .arrow, .pv-slider .pv-slide .arrow, .blog-list p .arrow, figcaption .arrow {
        height: 13px;
        width: 10px;
    }

    .hdr-subnav .arrow {
        height: 12px;
        width: 9px;
    }
}

/* = Property List
----------------------------------------------------------------------------------------------------------------- */
.property-list, .team-list {
    clear: left;
    margin-bottom: 100px;
    position: relative;
}

.team-list {
    margin-top: 100px;
}

.team-list {
    margin-bottom: 235px;
}

    .property-list:first-child, .team-list:first-child {
        margin-top: 0;
    }

.property-list--moreBtn {
    margin-bottom: 78px;
}

.team-list--moreBtn {
    margin-bottom: 112px;
}

.more-properties, .more-team-members, .all-properties {
    text-align: center;
    font-size: 0.875em;
}

.more-properties {
    margin-bottom: 185px;
}

.more-team-members {
    margin-bottom: 219px;
}

.all-properties {
    margin-bottom: 254px;
}

.more-properties a, .more-team-members a {
    border-bottom: 1px solid #626262;
}

.property-card, .team-card {
    display: block;
    width: 100%;
}

.property-card {
    border-bottom: 1px solid #000;
    padding-bottom: 33px;
    position: relative;
}

.team-card {
    margin: 0;
}

.pc-image, .tc-image {
    position: relative;
    height: 0;
    padding-top: 66%;
    background: #ddd;
}

    .pc-image .overlay {
        background: #fff;
        content: '';
        cursor: pointer;
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        -webkit-transition: opacity 300ms ease;
        transition: opacity 300ms ease;
        width: 100%;
        z-index: 1;
    }

    .pc-image:hover .overlay, .selected .pc-image .overlay, .pc-image.sold .overlay {
        opacity: 0.75;
    }

    .pc-image span {
        background: #000;
        border-radius: 50%;
        display: none;
        height: 32px;
        left: 50%;
        position: absolute;
        top: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 32px;
        z-index: 2;
    }

        .pc-image span::after {
            color: #fff;
            content: '+';
            font-weight: 700;
            left: 50%;
            position: absolute;
            text-align: center;
            top: 5px;
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .pc-image .pc-imgText {
        color: #fff;
        font-family: 'Avenir Next LT W01 Regular', sans-serif;
        font-size: 42px;
        left: 0;
        line-height: normal;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 3;
    }

.tc-image {
    padding-top: 149%;
}

    .tc-image .overlay-container {
        background: rgba(0,0,0,0.2);
        color: #fff;
        height: 100%;
        left: 0;
        opacity: 1;
        overflow: auto;
        position: absolute;
        text-align: center;
        top: 0;
        -webkit-transition: opacity 300ms ease;
        transition: opacity 300ms ease;
        width: 100%;
    }

        .tc-image .overlay-container .overlay-txt {
            bottom: 15%;
            left: 0;
            padding-left: 15%;
            padding-right: 15%;
            position: absolute;
            width: 100%;
        }

            .tc-image .overlay-container .overlay-txt h6 {
                font-family: 'Avenir Next LT W01 Regular', sans-serif;
                margin-bottom: 0;
            }

            .tc-image .overlay-container .overlay-txt p {
                padding-top: 30px;
            }

            .tc-image .overlay-container .overlay-txt p:empty {
                display: none;
            }

        .tc-image .overlay-container a, .tc-image .overlay-container span {
            text-decoration: underline;
            -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

            .tc-image .overlay-container a:hover, .tc-image .overlay-container span:hover {
                opacity: 0.8;
            }

.team-card .overlay-container:hover {
    cursor: pointer;
}

.team-list .team-card a:hover {
    color: #fff;
    text-decoration: underline;
}

.team-card .full-txt, .team-card .email-lnk, .compareContrastSelection .pc-image.sold span {
    display: none;
}

.compareContrastSelection .pc-image span {
    display: block;
}

.compareContrastSelection .selected .pc-image span {
    background: #47d52e;
}

.pc-info {
    margin-top: 36px;
}

.tc-name {
    font-size: 1.5em;
    margin-top: 36px;
    text-align: center;
}

.pc-bedsPrice {
    padding: 15px 0;
    border: 1px solid #000;
    border-width: 1px 0 1px;
    font-size: 0.875em;
    position: relative;
}

.pc-address {
    margin: 52px 0 42px;
    text-align: center;
}

.pc-size {
    bottom: 15px;
    font-size: 0.875em;
    left: 0;
    /* padding-bottom: 15px; */
    position: absolute;
    text-align: center;
    width: 100%;
}

.modal .pc-address,
.modal-content > h3 {
    color: #000;
}
/* .modal-content > .h4 { margin-top:40px; padding-top:25px; border-top:2px solid #000; text-align: center;} */
.modal-content a:hover {
    text-decoration: underline;
}

.pc-video, .filters + .property-list .pc-video {
    position: absolute;
    bottom: -15px;
    height: 30px;
    left: calc(50% - 15px);
    width: 30px;
}

    .pc-video svg {
        display: block;
    }

        .pc-video svg path {
            fill: #000;
        }

        .pc-video svg .play-icon {
            fill: #fff;
        }

.pc-price--sold span {
    text-decoration: line-through;
}

.pc-price--sold .pc-sold {
    text-decoration: none;
    margin-right: 8px;
}

p.about-us-txt {
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 246px;
}

.team-heading {
    font-size: 3.5em;
    margin-bottom: 173px;
    text-align: center;
}

#map .leaflet-shadow-pane, #map .leaflet-popup-close-button {
    display: none;
}

#map .leaflet-popup-content-wrapper {
    border-radius: 0;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 7px rgba(0,0,0,0.2);
}

    #map .leaflet-popup-content-wrapper .leaflet-popup-content {
        margin: 15px;
    }

        #map .leaflet-popup-content-wrapper .leaflet-popup-content .ac-image {
            height: 315px;
            max-height: 100%;
            max-width: 100%;
            padding-top: 0;
            width: 480px;
        }

.pv-map #map .leaflet-popup-content-wrapper .leaflet-popup-content .ac-image {
    height: 210px;
    width: 320px;
}

#map .leaflet-popup-tip-container {
    display: none;
}

#map .leaflet-control-zoom {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    margin-right: 0;
}

    #map .leaflet-control-zoom > a {
        border: none;
        border-radius: 0;
        font-size: 0;
        height: 38px;
        text-decoration: none;
        -webkit-transition: opacity 0.35s linear 0s;
        transition: opacity 0.35s linear 0s;
        width: 38px;
    }

    #map .leaflet-control-zoom .leaflet-control-zoom-in {
        background: #000 url(/assets/icons/icon-plus.svg) center no-repeat;
        float: right;
    }

    #map .leaflet-control-zoom .leaflet-control-zoom-out {
        background: #000 url(/assets/icons/icon-minus.svg) center no-repeat;
        float: left;
        margin-right: 1px;
    }

    #map .leaflet-control-zoom .leaflet-disabled {
        opacity: 0.5;
    }

@media screen and (min-width: 1921px) {
    .tc-name {
        font-size: 28px;
    }

    p.about-us-txt {
        font-size: 2.245em;
    }

    .more-properties, .more-team-members, .all-properties, .pc-bedsPrice, .pc-size {
        font-size: 15px;
    }
}

@media screen and (min-width: 321px) and (max-width: 600px) {
    .team-list--moreBtn .team-card {
        margin-top: 48px;
    }

        .team-list--moreBtn .team-card:first-child {
            margin-top: 0;
        }
}

@media screen and (min-width:601px) and (max-width:900px) {
    .property-card {
        width: calc(50% - 18px);
        margin: 36px 36px 0 0;
    }

        .property-card:nth-child(even) {
            margin-right: 0;
        }

        .property-card:nth-child(-n+2) {
            margin-top: 0;
        }

    .tc-image:hover .overlay-container {
        opacity: 1;
    }

    .tc-image:hover .overlay-container {
        opacity: 1;
    }

    .team-list--moreBtn .team-card {
        width: calc(50% - 18px);
        margin: 36px 36px 0 0;
    }

        .team-list--moreBtn .team-card:nth-child(2n+2) {
            margin-right: 0;
        }

        .team-list--moreBtn .team-card:nth-child(-n+2) {
            margin-top: 0;
        }
}

@media screen and (max-width: 900px) {
    .team-card {
        width: 50%;
    }
}

@media screen and (min-width:801px) and (max-height:850px), screen and (max-width:800px) and (max-height:750px) {
    .modal .pc-address,
    .modal-content > .h4 {
        margin-top: 30px;
        padding-top: 0;
        border-top: none;
    }
}

@media screen and (min-width:801px) and (max-height:750px), screen and (max-width:800px) and (max-height:650px) {
    .modal .pc-address,
    .modal-content > .h4 {
        display: none;
    }
}

@media screen and (min-width:901px) and (max-width:1200px) {
    .property-card {
        width: calc(33.333% - 24px);
        margin: 36px 36px 0 0;
    }

        .property-card:nth-child(3n+3) {
            margin-right: 0;
        }

        .property-card:nth-child(-n+3) {
            margin-top: 0;
        }

    .team-card {
        width: 33.333%;
    }

    .tc-image:hover .overlay-container {
        opacity: 1;
    }
}

@media screen and (min-width: 901px) {
    .team-list--moreBtn .team-card {
        width: calc(33.333% - 24px);
        margin: 36px 36px 0 0;
    }

        .team-list--moreBtn .team-card:nth-child(3n+3) {
            margin-right: 0;
        }

        .team-list--moreBtn .team-card:nth-child(-n+3) {
            margin-top: 0;
        }
}

@media screen and (min-width: 1201px) {
    .property-card {
        width: calc(25% - 27px);
        margin: 36px 36px 0 0;
    }

        .property-card:hover, .team-card:hover {
            opacity: 1;
        }

        .property-card:nth-child(4n+4) {
            margin-right: 0;
        }

        .property-card:nth-child(-n+4) {
            margin-top: 0;
        }

    .team-card {
        width: 25%;
    }

    .tc-image .overlay-container {
        opacity: 0;
    }

    .tc-image:hover .overlay-container {
        opacity: 1;
    }
}

@media screen and (min-width: 1921px) {
    .team-heading {
        font-size: 3.92875em;
    }
}

@media screen and (max-width: 1300px) {
    .pv-map #map .leaflet-popup-content-wrapper .leaflet-popup-content .ac-image {
        height: 105px;
        width: 160px;
    }
}

@media screen and (max-width: 950px) {
    #map .leaflet-popup-content-wrapper .leaflet-popup-content .ac-image {
        height: 210px;
        width: 320px;
    }

    .tc-name {
        margin-top: 18px;
    }
}

@media screen and (max-width: 850px) {
    .tc-name {
        font-size: 23px;
    }

    p.about-us-txt {
        font-size: 1.755em;
        margin-bottom: 164px;
    }

    .team-heading {
        font-size: 3.07125em;
        margin-bottom: 116px;
    }

    .pv-map #map .leaflet-popup-content-wrapper .leaflet-popup-content .ac-image {
        height: 210px;
        width: 320px;
    }

    .more-properties {
        margin-bottom: 125px;
    }

    .more-team-members {
        margin-bottom: 146px;
    }

    .team-list {
        margin-bottom: 157px;
    }
}

@media screen and (max-width: 650px) {
    .tc-name {
        margin-top: 24px;
    }
}

@media screen and (max-width: 600px) {
    .property-card {
        margin: 48px 0 0;
        padding-bottom: 30px;
    }

        .property-card:first-child {
            margin-top: 0;
        }

    .property-list--moreBtn, .team-list--moreBtn {
        margin-bottom: 50px;
    }

    #map .leaflet-popup-content-wrapper .leaflet-popup-content .ac-image, .pv-map #map .leaflet-popup-content-wrapper .leaflet-popup-content .ac-image {
        height: 105px;
        width: 160px;
    }

    p.about-us-txt {
        font-size: 1.51em;
    }

    .tc-name {
        font-size: 20px;
    }

    .team-heading {
        font-size: 2.6425em;
    }

    .more-properties, .more-team-members, .all-properties, .pc-bedsPrice, .pc-size {
        font-size: 12px;
    }

    .team-list--moreBtn .team-card {
        width: 100%;
    }
}

@media screen and (max-width: 430px) {
    .property-card {
        padding-bottom: 28px;
    }

    p.about-us-txt {
        font-size: 1.265em;
        margin-bottom: 82px;
    }

    .tc-name {
        font-size: 17px;
    }

    .team-heading {
        font-size: 2.21375em;
        margin-bottom: 59px;
    }

    .more-properties {
        margin-bottom: 65px;
    }

    .more-team-members {
        margin-bottom: 73px;
    }

    .team-list {
        margin-bottom: 79px;
    }

    .more-properties, .more-team-members, .all-properties, .pc-bedsPrice, .pc-size {
        font-size: 10px;
    }
}

/* = Property view
----------------------------------------------------------------------------------------------------------------- */
.pv-left {
    width: 48%;
    margin-right: 5%;
}

.pv-right {
    width: 47%;
}

.pv-map-inner {
    position: relative;
    ;
    margin: 0 auto;
    overflow: visible;
}

.pv-map-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 70%;
    border-radius: 20px;
}

.pv-map iframe,
.pv-map .map-view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pv-title {
    width: 100%;
    padding: 0 0 100px;
    background: #fff;
}

.area-detail .pv-title {
    padding-bottom: 192px;
    top: 116px;
}

.pv-title h1 {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.pv-title.shrink {
    padding: 0 0 20px;
}

    .pv-title.shrink h1 {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

.header-switch .pv-title.shrink {
    top: 116px;
    padding: 0 0 10px;
}

.header-switch.header-hidden .pv-title.shrink {
    top: -141px;
    padding: 0 0 10px;
}

.pv-details {
    margin-bottom: 80px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
}

.pv-row {
    border-top: 1px solid #000;
    padding: 14px 0;
    font-size: 1.25em;
    position: relative;
    text-align: center;
}

.pl-tabs-content {
    margin-bottom: 80px;
}

    .pv-images, .pl-tabs-content > div, .pl-tabs-content > ul {
        visibility: hidden;
        height: 0;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .pl-tabs-content > div {
        margin-bottom: 0;
    }

        .pv-images.on, .pl-tabs-content > div.on, .pl-tabs-content > ul.on {
            visibility: visible;
            height: auto;
            opacity: 1;
        }

.pv-images.on {
    margin-bottom: 40px;
}

.pv-image {
    height: 0;
    padding-top: 75%;
    overflow: hidden;
    position: relative;
    cursor: grab;
}

.blog-list .pv-image {
    padding-top: 65%;
}

a .pv-image {
    cursor: pointer;
}

.pv-image img {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    width: 100%;
}

.pv-image:after {
    display: none;
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    background: rgba(0,0,0,0.2) url(/assets/icons/icon-prop-zoom.svg) center no-repeat;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.pv-image:focus:after,
.pv-image:hover:after {
    opacity: 1;
}

.pv-video, .ac-video {
    position: absolute;
    top: -15px;
    cursor: pointer;
    left: calc(50% - 15px);
    z-index: 1;
}

.pv-video {
    z-index: 3;
}

    .pv-video svg, .ac-video svg {
        display: block;
    }

        .pv-video svg path, .ac-video svg path {
            fill: #000;
        }

        .pv-video svg .play-icon, .ac-video svg .play-icon {
            fill: #fff;
        }

.pv-slider + .lSAction {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 77px;
}

    .pv-slider + .lSAction > a {
        position: absolute;
        margin: 0;
        bottom: 0;
        top: auto;
    }

        .pv-slider + .lSAction > a.disable {
            opacity: 0.25;
            cursor: default;
        }

        .pv-slider + .lSAction > a img {
            left: 50%;
            position: absolute;
            top: 50%;
            -ms-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

    .pv-slider + .lSAction > .lSPrev {
        left: 0;
        right: auto;
    }

    .pv-slider + .lSAction > .lSNext {
        right: 0;
        left: auto;
    }

.slider-container .pv-slider {
    overflow: visible;
}

    .slider-container .pv-slider p {
        bottom: 0;
        color: #b2b2b2;
        font-size: 0.875em;
        left: 0;
        letter-spacing: normal;
        line-height: 1.4em;
        position: absolute;
        right: 0;
    }

    .slider-container .pv-slider + .lSAction {
        bottom: 51px;
    }

    .slider-container .blog-list .pv-slider + .lSAction {
        bottom: 0;
    }

    .slider-container .pv-slider .pv-slide {
        padding-bottom: 51px;
        position: relative;
    }

    .slider-container .blog-list .pv-slider .pv-slide {
        padding-bottom: 0;
    }

.pv-floorplan {
    visibility: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

    .pv-floorplan.on {
        visibility: visible;
        height: auto;
        margin-bottom: 40px;
        opacity: 1;
    }

    .pv-floorplan .pv-slide img, .lg-floorplan .lg-item img {
        border: 1px solid #000;
        padding: 14px;
    }

.pv-tabs-header {
    border: 1px solid #000;
    border-width: 1px 0;
    margin: 0 0 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.875em;
}

    .pv-tabs-header a {
        min-height: 50px;
        padding: 14px 16px;
        margin: 0 15px;
    }

        .pv-tabs-header a.on {
            background: #000;
            color: #fff;
        }

        .pv-tabs-header a span {
            display: inline-block;
            vertical-align: middle;
            padding-right: 10px;
        }

        .pv-tabs-header a.on path {
            fill: #fff;
        }

.page-property .lg-outer .lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}

.pv-description p,
.pv-description > div {
    font-size: 0.875em;
    letter-spacing: normal;
    line-height: 1.4em;
}

.lg-outer {
    height: calc(100% - 92px);
    top: 92px;
    -webkit-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
}

.header-hidden .lg-outer {
    height: 100%;
    top: 0;
}

.page-has-subnav .lg-outer {
    height: calc(100% - 178px);
    top: 178px;
}

.page-has-subnav.header-hidden .lg-outer {
    height: calc(100% - 86px);
    top: 86px;
}

.lg-backdrop {
    top: 86px;
    -webkit-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
}

.header-hidden .lg-backdrop {
    top: 0;
}

.page-has-subnav .lg-backdrop {
    top: 178px;
}

.page-has-subnav.header-hidden .lg-backdrop {
    top: 86px;
}

.lg-outer .lg-inner {
    left: 50%;
    margin: 0 auto;
    max-width: 850px;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
    width: 90%;
}

.lg-toolbar {
    top: 4px;
}

#lg-counter {
    margin-left: 34px;
    margin-top: 25px;
    padding-left: 0;
    padding-top: 0;
}

.lg-toolbar .lg-close {
    border: none;
    height: 26px;
    margin-right: 34px;
    margin-top: 25px;
    padding: 0;
    width: 26px;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    bottom: 25px;
}

.lg-actions .lg-prev {
    right: 74px;
}

.lg-actions .lg-next {
    right: 34px;
}

@media screen and (min-width: 851px) {
    .pv-tab--map {
        display: none;
    }
}

@media screen and (min-width: 1651px) {
    .page-property .lg-outer .lg {
        max-width: 1500px;
    }
}

@media screen and (min-width: 1701px) {
    .page-property .lg-outer .lg {
        max-width: 1600px;
    }
}

@media screen and (min-width: 1801px) {
    .page-property .lg-outer .lg {
        max-width: 1700px;
    }
}

@media screen and (min-width: 1901px) {
    .page-property .lg-outer .lg {
        max-width: 1800px;
    }
}

@media screen and (min-width: 1921px) {
    .pv-description p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1500px) {
    .page-property .lg-outer .lg {
        margin-left: 50px;
        margin-right: 50px;
        max-width: none;
        width: auto !important;
    }
}

@media screen and (max-width: 1200px) {
    .page-property .lg-outer .lg {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .page-property .lg-outer .lg {
        margin-left: 35px;
        margin-right: 35px;
    }
}

@media screen and (max-width: 850px) {
    .property-view {
        display: block;
    }

    .pv-title {
        top: 73px;
        padding: 0 0 50px;
    }

    .header-switch .pv-title.shrink {
        top: 73px;
    }

    .pv-left,
    .pv-right {
        width: 100%;
        margin: 0;
    }

    .pv-tabs-content {
        margin: 0 0 60px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .pv-map {
        margin-bottom: 80px;
    }

    .lg-outer {
        height: calc(100% - 94px);
        top: 94px;
    }

    .page-has-subnav .lg-outer {
        height: calc(100% - 188px);
        top: 188px;
    }

    .page-has-subnav.header-hidden .lg-outer {
        height: calc(100% - 94px);
        top: 94px;
    }

    .lg-backdrop {
        top: 94px;
    }

    .page-has-subnav .lg-backdrop {
        top: 188px;
    }

    .page-has-subnav.header-hidden .lg-backdrop {
        top: 94px;
    }
}

@media screen and (max-width: 600px) {
    .pv-title {
        top: 72px;
    }

    .header-switch .pv-title.shrink {
        top: 72px;
    }

    .pv-map-container {
        padding-top: 85%;
    }

    .pv-tabs-header a {
        margin: 0 10px;
    }

    .pv-image:after,
    .pv-image:after {
        opacity: 0.4;
    }

    .page-property .lg-outer .lg {
        margin-left: 30px;
        margin-right: 30px;
    }

    .slider-container .pv-slider p, .pv-tabs-header, .pv-description p {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .pv-title {
        top: 68px;
        padding: 0 0 40px;
    }

    .header-switch .pv-title.shrink {
        top: 68px;
    }

    .pv-map-container {
        padding-top: 100%;
    }

    .pv-tabs-header {
        font-size: 0.750em;
        justify-content: space-between;
    }

        .pv-tabs-header a {
            margin: 0;
            text-align: center;
            align-content: center;
        }

            .pv-tabs-header a span {
                transform: scale(0.9);
                transform-origin: bottom;
                padding-right: 8px;
            }

    .pv-tabs-content {
        margin: 0 0 50px;
    }

    .page-property .lg-outer .lg {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media screen and (max-width: 430px) {
    .pv-title {
        top: 67px;
    }

    .header-switch .pv-title.shrink {
        top: 67px;
        padding: 0 0 8px;
    }

    .slider-container .pv-slider p, .pv-tabs-header, .pv-description p {
        font-size: 10px;
    }
}

@media screen and (max-width: 400px) {
    .page-property .lg-outer .lg {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 380px) {
    .pv-tabs-header {
        font-size: 3vw;
    }

        .pv-tabs-header a {
            min-height: 46px;
            padding: 12px;
        }

            .pv-tabs-header a span {
                transform: scale(0.85);
                transform-origin: center;
                padding-right: 6px;
            }
}

@media screen and (max-width: 360px) {
    .pv-title {
        top: 66px;
    }

    .header-switch .pv-title.shrink {
        top: 66px;
    }

    .slider-container .pv-slider + .lSAction {
        bottom: 43px;
    }

    .slider-container .pv-slider .pv-slide {
        padding-bottom: 43px;
    }
}

/* = Areas List
----------------------------------------------------------------------------------------------------------------- */
.area-list {
    font-size: 1em;
    list-style: none;
    margin: 216px 0 100px;
    padding-left: 0;
    position: relative;
    width: 100%;
}

    .area-list:first-child {
        margin-top: 0;
    }

    .area-list:last-child {
        margin-bottom: 0;
    }

    .area-list .area-list-item {
        float: left;
        margin: 0 38px 76px 0;
        width: calc(33.33% - 26px);
    }

        .area-list .area-list-item:nth-child(3n) {
            margin-right: 0;
        }

.area-card {
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
}

.ac-image {
    position: relative;
    height: 0;
    padding-top: 66%;
    display: block;
    background: #ddd;
}

    .ac-image:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.2;
    }

.ac-info {
    margin-top: 30px;
}

    .ac-info.green-house {
        margin-top: 57px;
    }

.ac-row {
    border-top: 1px solid #000;
    padding: 14px 0;
    font-size: 0.875em;
    position: relative;
}

.ac-info.green-house .ac-row:last-child {
    border-bottom: 1px solid #000;
}

.rating {
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    position: absolute;
    right: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
}

    .rating.rating-red {
        background: #f16974;
    }

    .rating.rating-yellow {
        background: #edb52a;
    }

    .rating.rating-green {
        background: #1fc1b1;
    }

.ac-imgText {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0 15px;
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: "Avenir LT W01_45 Book1475508", sans-serif;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.leaflet-popup-content .ac-imgText {
    font-size: 32px;
}

@media screen and (min-width:601px) and (max-width:900px) {
    .area-card {
        width: calc(50% - 15px);
        margin: 50px 30px 0 0;
    }

        .area-card:nth-child(even) {
            margin-right: 0;
        }

        .area-card:nth-child(-n+2) {
            margin-top: 0;
        }
}

@media screen and (min-width:901px) {
    .area-card {
        width: calc(33.333% - 20px);
        margin: 60px 30px 0 0;
    }

        .area-card:nth-child(3n+3) {
            margin-right: 0;
        }

        .area-card:nth-child(-n+3) {
            margin-top: 0;
        }
}

@media screen and (min-width: 1921px) {
    .ac-row {
        font-size: 15px;
    }
}

@media screen and (max-width: 1650px) {
    .area-list {
        margin-top: 210px;
    }
}

@media screen and (max-width: 1400px) {
    .area-list {
        margin-top: 200px;
    }
}

@media screen and (max-width: 1250px) {
    .area-list {
        margin-top: 190px;
    }
}

@media screen and (max-width: 1150px) {
    .area-list {
        margin-top: 180px;
    }
}

@media screen and (max-width: 1000px) {
    .area-list {
        margin-top: 170px;
    }

        .area-list .area-list-item {
            width: calc(50% - 19px);
        }

            .area-list .area-list-item:nth-child(3n) {
                margin-right: 38px;
            }

            .area-list .area-list-item:nth-child(2n) {
                margin-right: 0;
            }
}

@media screen and (max-width: 850px) {
    .area-list {
        margin-top: 160px;
    }

    .leaflet-popup-content .ac-imgText {
        font-size: 28.08px;
    }
}

@media screen and (max-width: 750px) {
    .area-list {
        margin-top: 150px;
    }
}

@media screen and (max-width: 700px) {
    .area-list {
        margin-top: 140px;
    }

        .area-list .area-list-item {
            margin-right: 0;
            width: 100%;
        }
}

@media screen and (max-width: 600px) {
    .area-list {
        margin-top: 130px;
    }

    .area-card {
        margin: 50px 0 0;
    }

        .area-card:first-child {
            margin-top: 0;
        }

    .ac-row {
        font-size: 12px;
    }

    .leaflet-popup-content .ac-imgText {
        font-size: 24.16px;
        padding: 0 5px;
    }
}

@media screen and (max-width: 440px) {
    .area-list {
        margin-top: 120px;
    }
}

@media screen and (max-width: 430px) {
    .ac-row {
        font-size: 10px;
    }

    .leaflet-popup-content .ac-imgText {
        font-size: 20.24px;
    }
}

/* = Areas Detail
----------------------------------------------------------------------------------------------------------------- */
.area-detail .ac-info {
    margin-bottom: 80px;
    margin-top: 43px;
}

    .area-detail .ac-info .ac-row {
        font-size: 21px;
        overflow: auto;
    }

.ac-info .ac-row .acr-label {
    float: left;
    margin-right: 2%;
    width: 74%;
}

.ac-info .ac-row .acr-data {
    float: left;
    text-align: right;
    width: 24%;
}

.area-detail .ac-info .ac-row:last-child {
    border-bottom: 1px solid #000;
}

/* @media screen and (max-width: 1650px) {
    .compare-view {
        padding-top: 170px;
    }
}

@media screen and (max-width: 1400px) {
    .compare-view {
        padding-top: 160px;
    }
}

@media screen and (max-width: 1250px) {
    .compare-view {
        padding-top: 150px;
    }
}

@media screen and (max-width: 1150px) {
    .compare-view {
        padding-top: 140px;
    }
}

@media screen and (max-width: 1000px) {
    .compare-view {
        padding-top: 130px;
    }
}

@media screen and (max-width: 850px) {
    .compare-view {
        padding-top: 120px;
    }
}

@media screen and (max-width: 750px) {
    .compare-view {
        padding-top: 110px;
    }
}

@media screen and (max-width: 600px) {
    .compare-view {
        padding-top: 100px;
    }
}

@media screen and (max-width: 440px) {
    .compare-view {
        padding-top: 90px;
    }
} */

/* = The Area
----------------------------------------------------------------------------------------------------------------- */
.map-view a {
    font-size: 0.875em;
    position: relative;
}

    .map-view a::after {
        background: #000;
        bottom: 0;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
    }

.the-area .ac-info {
    margin-bottom: 34px;
    margin-top: 38px
}

    .the-area .ac-info .ac-row {
        overflow: auto;
    }

        .the-area .ac-info .ac-row:last-child {
            border-bottom: 1px solid #000;
        }

.the-area .homes-in-areas {
    font-size: 0.875em;
}

    .the-area .homes-in-areas a {
        border-bottom: 1px solid #000;
    }

.the-area .social-icons {
    margin-top: 40px;
}

@media screen and (min-width: 1921px) {
    .map-view a, .the-area .homes-in-areas {
        font-size: 15px;
    }
}

@media screen and (max-width: 1650px) {
    .the-area .ac-title .map-view {
        margin-bottom: 160px;
    }
}

@media screen and (max-width: 1400px) {
    .the-area .ac-title .map-view {
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 1250px) {
    .the-area .ac-title .map-view {
        margin-bottom: 140px;
    }
}

@media screen and (max-width: 1150px) {
    .the-area .ac-title .map-view {
        margin-bottom: 130px;
    }
}

@media screen and (max-width: 1000px) {
    .the-area .ac-title .map-view {
        margin-bottom: 120px;
    }
}

@media screen and (max-width: 850px) {
    .the-area .ac-title .map-view {
        margin-bottom: 110px;
    }
}

@media screen and (max-width: 750px) {
    .the-area .ac-title .map-view {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 600px) {
    .the-area .ac-title .map-view {
        margin-bottom: 90px;
    }

    .the-area .homes-in-areas {
        font-size: 12px;
    }
}

@media screen and (max-width: 430px) {
    .the-area .ac-title .map-view {
        margin-bottom: 80px;
    }

    .the-area .homes-in-areas {
        font-size: 10px;
    }
}

/* = Libraries list Icons
----------------------------------------------------------------------------------------------------------------- */
.library-group {
    margin: 100px 0;
    position: relative;
}

    .library-group:first-child {
        margin-top: 0;
    }

    .library-group:last-child {
        margin-bottom: 0;
    }

    .library-group > h2 {
        margin-bottom: 50px;
        text-align: center;
    }

    .library-group .more {
        margin-top: 60px;
    }

.library-list {
    position: relative;
}

.library-card {
    display: block;
    width: 100%;
}

.lc-image {
    display: block;
    position: relative;
    height: 0;
    padding-top: 58%;
    background: #000;
    border: 1px solid transparent;
    overflow: hidden;
}

    .lc-image .h1 {
        position: absolute;
        margin: 0 0 40px;
        padding: 0 20px;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        z-index: 1;
    }

.lc-info {
    margin: 50px auto;
    text-align: center;
    max-width: 500px;
    font-size: 0.875em;
}

.lc-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}

.lc-action {
    text-align: center;
}

    .lc-action a {
        text-transform: uppercase;
    }

.lc-video {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 15px);
    z-index: 1;
}

    .lc-video svg {
        display: block;
        width: 100%;
    }

.library-card svg path {
    fill: #000;
}

.library-card svg .play-icon {
    fill: #fff;
}

.library-card--dark svg path {
    fill: #fff;
}

.library-card--dark svg .play-icon {
    fill: #000;
}

.library-card--dark .lc-image {
    border-color: #3f3f3f;
}

.library-card--black-title .lc-image .h1 {
    color: #000;
}

.library-card--black-title .lc-image:after {
    background: #fff;
    opacity: 0.3;
}

@media screen and (min-width:851px) and (max-width: 1200px) {
    .lc-image .h1 {
        font-size: 4vw;
        margin-bottom: 3vw;
    }
}

@media screen and (min-width:851px) {
    .library-card {
        width: calc(50% - 15px);
        margin: 50px 30px 0 0;
    }

        .library-card:nth-child(even) {
            margin-right: 0;
        }

        .library-card:nth-child(-n+2) {
            margin-top: 0;
        }
}

@media screen and (min-width: 1921px) {
    .lc-info {
        font-size: 15px;
    }
}

@media screen and (max-width: 850px) {
    .library-card {
        margin: 50px 0 0;
    }

        .library-card:first-child {
            margin-top: 0;
        }
}

@media screen and (max-width:600px) {
    .lc-image .h1 {
        font-size: 6.5vw;
        margin-bottom: 6vw;
    }

    .library-group > h2 {
        margin-bottom: 40px;
    }

    .library-group .more {
        margin-top: 50px;
    }

    .lc-info {
        font-size: 12px;
        margin: 40px 0;
    }
}

@media screen and (max-width: 480px) {
    .library-group > h2 {
        margin-bottom: 30px;
    }

    .lc-info {
        margin: 30px 0;
    }
}

@media screen and (max-width: 430px) {
    .lc-info {
        font-size: 10px;
    }
}

/* = Filters
----------------------------------------------------------------------------------------------------------------- */
.filters {
    text-align: center;
}

    .filters .filter-burger {
        display: none;
        padding: 0 33px;
        position: relative;
        text-align: center;
    }

    .filters .hamburger {
        display: none;
    }

    .filters .filter-burger h6 {
        cursor: pointer;
        display: inline-block;
        font-family: 'Avenir Next LT W01 Regular', sans-serif;
        font-size: 0.875em;
    }

    .filters.filters-on .filter-burger h6 {
        border-bottom: 1px solid #000;
    }

    .filters ul {
        display: inline-table;
        font-size: 1em;
        list-style: none;
        margin-left: 34px;
        margin-right: 34px;
        padding-left: 0;
        position: relative;
        text-align: left;
        width: 100%;
    }

    .filters.stickyFilters {
        background: #fff;
        height: auto;
        left: 0;
        position: fixed;
        top: 92px;
        -webkit-transition: top .3s ease-out;
        transition: top .3s ease-out;
        width: 100%;
        z-index: 99999;
    }

    .filters.stickyFilters > ul {
        margin-left: 0;
        margin-right: 0;
        padding-left: 34px;
        padding-right: 34px;
    }

.header-hidden .filters.stickyFilters {
    top: 0;
}

.header-hidden.location-on .filters.stickyFilters {
    top: 86px;
}

.filters li {
    cursor: pointer;
    font-family: 'Baskerville MT W01 Regular', serif;
    text-align: center;
}

.filters > ul > .grid-toggle .filter-label {
    display: inline-block;
    width: 85px;
}

.grid-label, .location-on .location-label, .filters > ul > li .filter-label .grid-label, .location-on .filters > ul > li .filter-label .location-label {
    display: none;
}

.location-on .grid-label, .location-on .filters > ul > li .filter-label .grid-label {
    display: inline-block;
}

.filters > ul > li {
    display: table-cell;
    font-size: 0.875em;
    padding: 31px 15px;
    position: relative;
}

    .filters > ul > li:not(.grid-toggle) > .filter-label, .filters > ul > .grid-toggle .grid-label, .filters > ul > .grid-toggle .location-label {
        position: relative;
    }

        .filters > ul > li:not(.grid-toggle) > .filter-label::after, .filters > ul > .grid-toggle .grid-label::after, .filters > ul > .grid-toggle .location-label::after {
            background: #000;
            bottom: 0;
            content: '';
            display: block;
            height: 1px;
            left: 50%;
            position: absolute;
            transform: -ms-translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            transition: all .5s;
            width: 0;
        }

.filters .compareContrast.compareContrastActive .filter-label::after {
    width: 100%;
}

.filters > ul > li.property-quantity {
    background: #ccc;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-family: 'Avenir Next LT W01 Regular', sans-serif;
    height: 32px;
    line-height: 32px;
    padding: 0;
    width: 32px;
}

.filters > ul > li:nth-last-child(2) {
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
    width: 25%;
}

.filters .info {
    background: #000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-family: 'Baskerville MT W01 Regular', serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    margin-right: 12px;
    padding-right: 1px;
    width: 18px;
}

.location-on .filters .compareContrast {
    visibility: hidden;
}

.filters .goBtn {
    background: #47d52e;
    border-radius: 50%;
    color: #fff;
    display: none;
    line-height: 33px;
    margin: 0;
    padding: 0;
    height: 33px;
    position: absolute;
    right: 34px;
    text-align: center;
    top: 48px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 33px;
    z-index: 2;
}

    .filters .goBtn.goBtnActive {
        display: inline-block;
    }

    .filters .goBtn a {
        color: #fff;
    }

.filters > ul > li.goBtn > .filter-label::after {
    display: none;
}

.filters ul ul {
    background: #fff;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 7px rgba(0,0,0,0.2);
    display: block;
    left: 50%;
    margin-top: 0;
    max-height: 400px;
    opacity: 0;
    overflow: auto;
    padding: 20px 0;
    position: absolute;
    top: 80px;
    -ms-transform: translateX(-50%, -20px);
    -webkit-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
    -webkit-transition: opacity 200ms, transform 200ms;
    transition: opacity 200ms, transform 200ms;
    visibility: hidden;
    width: 215px;
    z-index: 3;
}

    .filters ul ul li {
        color: #757575;
        margin-bottom: 0;
        padding: 17px 25px;
    }

        .filters ul ul li.on {
            color: #000;
        }

.filters select {
    display: none;
}

@media screen and (min-width: 900px) {
    .filters > ul > li:not(.grid-toggle):hover > .filter-label::after, .filters > ul > .grid-toggle:hover .grid-label::after, .filters > ul > .grid-toggle:hover .location-label::after {
        width: 100%;
    }

    .filters > ul > li.property-quantity:hover > .filter-label::after {
        width: 0;
    }

    .filters ul ul li:hover {
        color: #ccc;
    }
}

@media screen and (min-width: 1025px) {
    .filters > ul > li:hover ul {
        opacity: 1;
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        visibility: visible;
    }
}

/* @media screen and (min-width: 1651px) {
    .filters.stickyFilters > ul {
        max-width: 1500px;
    }
}

@media screen and (min-width: 1701px) {
    .filters.stickyFilters > ul {
        max-width: 1600px;
    }
}

@media screen and (min-width: 1801px) {
    .filters.stickyFilters > ul {
        max-width: 1700px;
    }
}

@media screen and (min-width: 1901px) {
    .filters.stickyFilters > ul {
        max-width: 1800px;
    }
} */

@media screen and (min-width: 1921px) {
    .filters .filter-burger h6, .filters > ul > li {
        font-size: 15px;
    }
}

@media screen and (max-width: 1500px) {
    .filters.stickyFilters > ul {
        margin-left: 0;
        margin-right: 0;
        /* padding-left: 50px;
        padding-right: 50px; */
        max-width: none;
    }
}

@media screen and (max-width: 1320px) {
    .filters .filter-burger {
        padding-left: 40px;
        padding-right: 40px;
    }

    .filters .hamburger {
        left: 40px;
    }
    /* .filters.stickyFilters > ul { padding-left: 40px; padding-right: 40px; } */
}

@media screen and (max-width: 1092px) {
    /* .filters > ul > li { padding-bottom: 19px; padding-top: 19px; vertical-align: middle; } */
    .filters > ul > li.property-quantity {
        margin-top: 27px;
    }

    .filters > ul > li:nth-last-child(2) {
        width: 33.33%;
    }
}

@media screen and (max-width: 1024px) {
    .filters .filter-burger {
        padding-left: 35px;
        padding-right: 35px;
    }

    .filters .hamburger {
        left: 35px;
    }
    /* .filters.stickyFilters > ul { padding-left: 35px; padding-right: 35px; } */
}

@media screen and (max-width: 900px) {
    .filters {
        background: #000;
        margin-bottom: 56px;
    }

        .filters .filter-burger {
            display: block;
            padding: 37px 30px;
        }

        .filters .hamburger {
            left: 30px;
        }

        .filters.stickyFilters .hamburger span, .filters.stickyFilters .hamburger span::before, .filters.stickyFilters .hamburger span::after {
            background: #000;
        }

        .filters.stickyFilters.filters-on .hamburger span {
            background: none;
        }

        .filters.stickyFilters > ul {
            background: #fff;
            display: block;
            height: calc(100% - 190px);
            left: -100%;
            margin: 0;
            max-width: 100%;
            overflow: auto;
            padding-bottom: 30px;
            padding-top: 30px;
            position: fixed;
            top: 190px;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
            width: 100%;
        }

    .header-hidden .filters > ul {
        max-height: calc(100% - 94px);
        top: 94px;
    }

    .filters.stickyFilters {
        background: #fff;
        padding-top: 0;
        top: 94px;
    }

        .filters.stickyFilters > ul {
            margin-left: 0;
            margin-right: auto;
            padding-top: 0;
        }

    .filters > ul > li {
        border-bottom: 1px solid #343434;
        color: #000;
        display: block;
        float: none;
        font-size: 28.08px;
        margin-bottom: 0;
        margin-right: 0;
        padding: 2px 0;
        text-align: center;
        width: 100%;
    }

    .grid-label, .location-label {
        width: auto;
    }

    .filters > ul > li .filter-label {
        display: inline-block;
        padding: 8px 0;
    }

    .filters > ul > .grid-toggle .filter-label {
        width: auto;
    }

    .filters > ul > li.property-quantity:first-child {
        background: transparent;
        border-bottom: none;
        border-radius: 0;
        color: #fff;
        height: auto;
        line-height: 24px;
        margin-bottom: 60px;
        margin-top: 0;
        padding-top: 2px;
        width: 100%;
    }

    .filters > ul > li.property-quantity:first-child .filter-label {
        background: #ccc;
        border-radius: 50%;
        font-family: 'Avenir Next LT W01 Regular', sans-serif;
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        width: 40px;
    }

    .filters > ul > li:nth-last-child(3) {
        border-bottom: none;
    }

    .filters > ul > li:nth-last-child(2) {
        display: none;
    }

    .filters > ul > li .info {
        background: #fff;
        color: #000;
        text-align: center;
    }

    .filters.stickyFilters > ul > li .info {
        background: #000;
        color: #fff;
        height: 21px;
        line-height: 21px;
        width: 21px;
    }

    .filters.filters-on > ul {
        left: 0;
    }

    .filters .goBtn {
        display: none;
    }

    .filters ul ul {
        background: #000;
        box-shadow: none;
        display: none;
        margin: 30px auto 50px 0;
        opacity: 1;
        padding: 0;
        position: static;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        visibility: visible;
        width: auto;
    }

    .filters.stickyFilters ul ul {
        background: #fff;
    }

    .filters .has-children.sub-on ul {
        display: block;
    }

    .filters ul ul li {
        color: #fff;
        font-family: 'Avenir Next LT W01 Regular', sans-serif;
        font-size: 14px;
        margin-bottom: 0;
        padding: 2px 0;
        text-align: center;
    }

    .filters.stickyFilters ul ul li {
        color: #000;
    }

    .filters ul ul li .filter-option {
        padding: 6px 0;
    }
}

@media screen and (max-width: 600px) {
    .filters .filter-burger {
        padding-left: 30px;
        padding-right: 30px;
    }

    .filters .hamburger {
        left: 30px;
    }

    .filters.stickyFilters > ul {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .filters .filter-burger h6, .filters ul ul li {
        font-size: 12px;
    }

    .filters > ul > li {
        font-size: 24.16px;
    }
}

@media screen and (max-width: 480px) {
    .filters .filter-burger {
        padding-left: 25px;
        padding-right: 25px;
    }

    .filters .hamburger {
        left: 25px;
    }

    .filters.stickyFilters > ul {
        padding-bottom: 25px;
        padding-top: 25px;
    }
}

@media screen and (max-width: 430px) {
    .filters .filter-burger h6, .filters ul ul li {
        font-size: 10px;
    }

    .filters > ul > li {
        font-size: 20.24px;
    }
}

@media screen and (max-width: 400px) {
    .filters .filter-burger {
        padding-left: 20px;
        padding-right: 20px;
    }

    .filters .hamburger {
        left: 20px;
    }

    .filters.stickyFilters {
        top: 95px;
    }

        .filters.stickyFilters > ul {
            padding-bottom: 20px;
            padding-top: 20px;
        }
}

@media screen and (max-width: 360px) {
    .filters.stickyFilters {
        top: 96px;
    }
}

@media screen and (max-width: 340px) {
    .filters.stickyFilters {
        top: 95px;
    }
}

/* = Community
----------------------------------------------------------------------------------------------------------------- */
.community-list {
    column-gap: 48px;
    display: flex;
    flex-wrap: wrap;
    font-size: 1em;
    list-style: none;
    margin-bottom: 120px !important;
    padding-left: 0;
}

    .community-list li {
        border-bottom: 1px solid #000;
        flex-basis: calc(25% - 36px);
        padding: 44px 0 82px;
        position: relative;
        text-align: center;
    }

        .community-list li:nth-child(-n+4) {
            border-top: 1px solid #000;
        }

        .community-list li h3 {
            height: 64px;
            line-height: 1;
            margin-bottom: 40px;
        }

        .community-list li p {
            font-size: 0.875em;
            letter-spacing: normal;
            line-height: 1.4em;
        }

        .community-list li p:last-child {
            bottom: 64px;
            left: 0;
            position: absolute;
            width: 100%;
        }

        .community-list li a {
            text-transform: uppercase;
        }

@media screen and (min-width: 1921px) {
    .community-list li p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1430px) {
    .community-list li {
        flex-basis: calc(33.33% - 32px);
    }

        .community-list li:nth-child(-n+4) {
            border-top: none;
        }

        .community-list li:nth-child(-n+3) {
            border-top: 1px solid #000;
        }
}

@media screen and (max-width: 1100px) {
    .community-list li {
        flex-basis: calc(50% - 24px);
    }

        .community-list li:nth-child(-n+3) {
            border-top: none;
        }

        .community-list li:nth-child(-n+2) {
            border-top: 1px solid #000;
        }
}

@media screen and (max-width: 850px) {
    .community-list {
        margin-bottom: 80px !important; 
    }
}

@media screen and (max-width: 700px) {
    .community-list {
        display: block;
    }

        .community-list li:nth-child(-n+2) {
            border-top: none;
        }

        .community-list li:first-child {
            border-top: 1px solid #000;
        }

        .community-list li h3 {
            height: auto;
        }
}

@media screen and (max-width: 600px) {
    .community-list li {
        padding-bottom: 79px;
    }

    .community-list li p {
        font-size: 12px;
    }
}

@media screen and (max-width: 450px) {
    .community-list {
        margin-bottom: 40px !important; 
    }
}

@media screen and (max-width: 430px) {
    .community-list li {
        padding-bottom: 78px;
    }

    .community-list li p {
        font-size: 10px;
    }
}

/* = Our Story
----------------------------------------------------------------------------------------------------------------- */
/* .our-story h1.large-heading { margin-bottom: 85px; margin-top: 51px; } */
.our-story .lSSlideOuter {
    margin-bottom: 91px;
}

.our-story .blog-list .lSSlideOuter {
    margin-bottom: 0;
}

.our-story .leader-large {
    margin-bottom: 65px;
}

.our-story .social-icons {
    margin-top: 335px;
}

@media screen and (max-width: 850px) {
    .our-story .social-icons {
        margin-top: 224px;
    }
}

@media screen and (max-width: 450px) {
    .our-story .social-icons {
        margin-top: 113px;
    }
}

/* = Blog
----------------------------------------------------------------------------------------------------------------- */
.blog-list {
    font-size: 1em;
    list-style: none;
    margin-bottom: 0;
    margin-top: -21px;
    overflow: auto;
    padding-left: 0;
}

.blog-list:last-of-type {
    margin-bottom: 256px;
}

    .blog-list li.small-blog {
        margin-bottom: 0;
        margin-right: 33.33%;
        overflow: auto;
        padding-right: 16px;
        padding-top: 21px;
        width: 66.67%;
    }

    .blog-list li.small-blog-right {
        margin-left: 33.33%;
        margin-right: 0;
        padding-left: 16px;
        padding-right: 0;
    }

    .blog-list li.small-blog > a {
        display: block;
        float: left;
        margin-bottom: 208px;
        margin-right: 48px;
        width: calc(50% - 24px);
    }

    .blog-list li.small-blog > a:last-child {
        margin-right: 0;
    }

        .blog-list li.large-blog {
            margin-bottom: 0;
            margin-right: 33.33%;
            padding-right: 16px;
            padding-top: 21px;
            width: 66.67%;
        }

        .blog-list li.large-blog-right {
            margin-left: 33.33%;
            margin-right: 0;
            padding-left: 16px;
            padding-right: 0;
        }

        .blog-list li.large-blog > a {
            display: block;
            margin-bottom: 208px;
        }

        .blog-list li .lSSlideWrapper {
            margin-bottom: 137px;
        }
        /* .blog-list li .pv-slider + .lSAction { bottom: 137px; } */
        .blog-list li p {
            font-size: 0.875em;
            letter-spacing: normal;
            line-height: 1.4em;
        }

.blog .colsText {
    margin-top: 0;
}

.blog .social-icons {
    margin-top: 205px;
}

@media screen and (min-width: 701px) {
    .large-blog .colsText--2 .cols {
        column-count: 2;
        display: block;
        gap: 0;
        column-gap: 40px;
    }
}

@media screen and (min-width: 1201px) {
    .blog-list li a:hover {
        opacity: 1;
    }

    .blog-list li a img:hover {
        opacity: 0.6;
    }
}

@media screen and (min-width: 1921px) {
    .blog-list li p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .blog-list {
        margin-bottom: 180px;
    }

        .blog-list li.small-blog {
            margin-right: 0;
            padding-right: 0;
            width: 100%;
        }

        .blog-list li.small-blog-right {
            margin-left: 0;
            padding-left: 0;
        }

        .blog-list li.small-blog > a {
            margin-bottom: 131px;
        }

            .blog-list li.large-blog {
                margin-right: 0;
                padding-right: 0;
                width: 100%;
            }

            .blog-list li.large-blog-right {
                margin-left: 0;
                padding-left: 0;
            }

            .blog-list li.large-blog > a {
                margin-bottom: 131px;
            }

            .blog-list li .lSSlideWrapper {
                margin-bottom: 107px;
            }
}

@media screen and (max-width: 850px) {
    .blog-list {
        margin-bottom: 140px;
    }

        .blog-list li.small-blog, .blog-list li.large-blog {
            margin: 0;
        }

        .blog-list li.small-blog > a, .blog-list li.large-blog > a {
            margin-bottom: 90px;
        }

        .blog-list li.small-blog > a {
            float: none;
            margin-right: 0;
            width: 100%;
        }

        .blog-list li.small-blog > a:last-child, .blog-list li.large-blog > a:last-child {
            margin-bottom: 0;
        }

            .blog-list li .lSSlideWrapper {
                margin-bottom: 77px;
            }
}

@media screen and (max-width: 600px) {
    .blog-list li p {
        font-size: 12px;
    }
}

@media screen and (max-width: 430px) {
    .blog-list li p {
        font-size: 10px;
    }
}

/* = Compare View
----------------------------------------------------------------------------------------------------------------- */
.compare-view .compare-title {
    margin-bottom: 207px;
    width: 100%;
}

.compare-view .compare-list {
    list-style: none;
    margin-bottom: 0;
    overflow: auto;
    padding-left: 0;
}

    .compare-view .compare-list .compare-list-item {
        float: left;
        margin: 0 38px 121px 0;
        width: calc(50% - 19px);
    }

        .compare-view .compare-list .compare-list-item:nth-child(2n) {
            margin-right: 0;
        }

        .compare-view .compare-list .compare-list-item .lSSlideWrapper {
            padding-top: 15px;
        }

        .compare-view .compare-list .compare-list-item .pv-slider {
            overflow: visible;
        }

        .compare-view .compare-list .compare-list-item .pv-slide {
            position: relative;
        }

            .compare-view .compare-list .compare-list-item .pv-slide .pv-imgText {
                color: #fff;
                font-size: 3.5em;
                left: 0;
                line-height: normal;
                position: absolute;
                right: 0;
                text-align: center;
                top: 50%;
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                z-index: 3;
            }

        .compare-view .compare-list .compare-list-item .pv-image:before {
            background: rgba(0,0,0,0.2);
            content: '';
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 2;
        }

        .compare-view .compare-list .compare-list-item .pv-details {
            border-bottom: none;
            margin-bottom: 0;
        }

            .compare-view .compare-list .compare-list-item .pv-details .pv-row:last-child {
                padding-bottom: 0;
            }

@media screen and (min-width: 1921px) {
    .compare-view .compare-list .compare-list-item .pv-slide .pv-imgText {
        font-size: 3.92765em;
    }
}

@media screen and (max-width: 1650px) {
    .compare-view .compare-title {
        margin-bottom: 200px;
    }
}

@media screen and (max-width: 1400px) {
    .compare-view .compare-title {
        margin-bottom: 190px;
    }
}

@media screen and (max-width: 1250px) {
    .compare-view .compare-title {
        margin-bottom: 180px;
    }
}

@media screen and (max-width: 1150px) {
    .compare-view .compare-title {
        margin-bottom: 170px;
    }
}

@media screen and (max-width: 1000px) {
    .compare-view .compare-title {
        margin-bottom: 160px;
    }

    .compare-view .compare-list .compare-list-item .pv-slide .pv-imgText {
        font-size: 2.25em;
    }
}

@media screen and (max-width: 850px) {
    .compare-view .compare-title {
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 750px) {
    .compare-view .compare-title {
        margin-bottom: 140px;
    }

    .compare-view .compare-list .compare-list-item {
        margin-right: 0;
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .compare-view .compare-list .compare-list-item {
        margin-bottom: 81px;
    }
}

@media screen and (max-width: 600px) {
    .compare-view .compare-title {
        margin-bottom: 130px;
    }
}

@media screen and (max-width: 440px) {
    .compare-view .compare-title {
        margin-bottom: 120px;
    }
}

/* = Valuation
----------------------------------------------------------------------------------------------------------------- */
/* .valuation h1.large-heading { margin-bottom: 344px; } */
.valuation .area-list, .valuation .area-list .ac-row {
    overflow: auto;
}

    .valuation .area-list .ac-image {
        background: none;
    }

        .valuation .area-list .ac-image::after {
            display: none;
        }

        .valuation .area-list .ac-image .ac-imgText {
            color: #000;
        }

    .valuation .area-list .ac-row:last-child {
        border-bottom: 1px solid #000;
    }

    .valuation .area-list .ac-row .acr-label {
        width: 32%;
    }

    .valuation .area-list .ac-row .acr-data {
        width: 66%;
    }

    .valuation .area-list .homes-in-areas {
        font-size: 0.875em;
        margin-top: 46px;
    }

    .valuation .area-list .homes-in-areas .uppercase {
        border-bottom: 1px solid #000;
    }

.valuation .lSSlideOuter {
    margin-bottom: 165px;
}

.author {
    font-size: 0.875em;
    margin-bottom: 219px;
    text-align: center;
}

.author span {
    border-bottom: 1px solid #000;
}

p:last-child.author {
    margin-bottom: 35px;
}

@media screen and (min-width: 1921px) {
    .valuation .area-list .homes-in-areas, .author {
        font-size: 15px;
    }
}

@media screen and (max-width: 1200px) {
    /* .valuation h1.large-heading { margin-bottom: 228px; } */
    .valuation .area-list {
        margin-top: 80px;
    }

    .valuation .lSSlideOuter {
        margin-bottom: 110px;
    }
}

@media screen and (max-width: 850px) {
    /* .valuation h1.large-heading { margin-bottom: 114px; } */
    .valuation .area-list {
        margin-top: 40px;
    }

    .valuation .lSSlideOuter {
        margin-bottom: 55px;
    }

    .author {
        margin-bottom: 146px;
    }

    p:last-child.author {
        margin-bottom: -38px;
    }
}

@media screen and (max-width: 600px) {
    .valuation .area-list .homes-in-areas, .author {
        font-size: 12px;
    }
}

@media screen and (max-width: 430px) {
    .valuation .area-list .homes-in-areas, .author {
        font-size: 10px;
    }

    .author {
        margin-bottom: 73px;
    }

    p:last-child.author {
        margin-bottom: -111px;
    }
}

/* = Blog View
----------------------------------------------------------------------------------------------------------------- */
.blog-view .greedy-nav--sub > ul:not(.hidden-links) {
    overflow: auto;
    width: 100%;
}

    .blog-view .greedy-nav--sub > ul:not(.hidden-links) li:first-child {
        float: left;
        padding-left: 0;
    }

    .blog-view .greedy-nav--sub > ul:not(.hidden-links) li:last-child {
        float: right;
        padding-right: 0;
    }

.blog-view .lSSlideOuter {
    margin-bottom: 108px;
}

/* = Join Our Team
----------------------------------------------------------------------------------------------------------------- */
.join-our-team h2 {
    font-size: 3.5em;
    margin-bottom: 100px;
}

.join-our-team p {
    margin-bottom: 210px;
}

@media screen and (max-width: 850px) {
    .join-our-team h2 {
        font-size: 3.07125em;
        margin-bottom: 67px;
    }

    .join-our-team p {
        margin-bottom: 140px;
    }
}

@media screen and (max-width: 600px) {
    .join-our-team h2 {
        font-size: 2.6425em;
    }
}

@media screen and (max-width: 430px) {
    .join-our-team h2 {
        font-size: 2.21375em;
        margin-bottom: 34px;
    }

    .join-our-team p {
        margin-bottom: 70px;
    }
}

/* = Energy Efficient
----------------------------------------------------------------------------------------------------------------- */
.energy-efficient h2 {
    font-size: 3.5em;
    margin-bottom: 195px;
    margin-top: 235px;
}

@media screen and (min-width: 1921px) {
    .energy-efficient h2 {
        font-size: 3.92875em;
    }
}

@media screen and (max-width: 850px) {
    .energy-efficient h2 {
        font-size: 3.07125em;
        margin-bottom: 130px;
        margin-top: 157px;
    }
}

@media screen and (max-width: 600px) {
    .energy-efficient h2 {
        font-size: 2.6425em;
    }
}

@media screen and (max-width: 430px) {
    .energy-efficient h2 {
        font-size: 2.21375em;
        margin-bottom: 65px;
        margin-top: 79px;
    }
}

/* = Library
----------------------------------------------------------------------------------------------------------------- */
.library-two-col {
    overflow: auto;
}

    .library-two-col h2 {
        margin-bottom: 70px;
    }

    .library-two-col .col {
        float: left;
        margin-right: 36px;
        width: calc(50% - 18px);
    }

    .library-two-col .end-col {
        margin-right: 0;
    }

    .library-two-col .col .library-img {
        display: block;
        height: 0;
        margin-bottom: 50px;
        padding-top: 66%;
        position: relative;
    }

        .library-two-col .col .library-img img {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

        .library-two-col .col .library-img .library-imgText {
            bottom: 50px;
            color: #000;
            font-family: 'Baskerville MT W01 Regular', serif;
            font-size: 3.5em;
            left: 0;
            position: absolute;
            text-align: center;
            width: 100%;
        }

            .library-two-col .col .library-img .library-imgText.whtText {
                color: #fff;
            }

        .library-two-col .col .library-img .library-video {
            cursor: pointer;
            left: 50%;
            position: absolute;
            top: 50%;
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

            .library-two-col .col .library-img .library-video svg {
                display: block;
            }

                .library-two-col .col .library-img .library-video svg path {
                    fill: #000;
                }

                .library-two-col .col .library-img .library-video svg .play-icon {
                    fill: #fff;
                }

    .library-two-col .col p {
        font-size: 0.875em;
        margin-bottom: 45px;
    }

@media screen and (min-width: 1921px) {
    .library-two-col .col .library-img .library-imgText {
        font-size: 3.92875em;
    }

    .library-two-col .col p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1000px) {
    .library-two-col .col .library-img .library-imgText {
        bottom: 30px;
        font-size: 2.5em;
    }
}

@media screen and (max-width: 850px) {
    .library-two-col .col .library-img .library-imgText {
        font-size: 3.07125em;
    }
}

@media screen and (max-width: 750px) {
    .library-two-col .col {
        float: none;
        margin-right: 0;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .library-two-col .col .library-img .library-imgText {
        font-size: 2.5425em;
    }

    .library-two-col .col p {
        font-size: 12px;
    }
}

@media screen and (max-width: 430px) {
    .library-two-col .col .library-img .library-imgText {
        font-size: 2.21375em;
    }

    .library-two-col .col p {
        font-size: 10px;
    }
}

/* = Social Icons
----------------------------------------------------------------------------------------------------------------- */
.sharePrompt {
    cursor: pointer;
}

.social-icons {
    margin: 134px 0 112px;
}

.share-icons {
    display: none;
    text-align: center;
}

.share-icons.active {
    display: block;
}

    .social-icons .si {
        display: block;
        margin: 15px auto 0;
        width: 24px;
        height: 24px;
    }

    .share-icons .si {
        display: inline-block;
        height: 24px;
        margin-right: 10px;
        width: 24px;
    }

        .social-icons .si:first-child {
            margin-top: 0;
        }

        .share-icons .si:last-child {
            margin-right: 0;
        }

    .social-icons .si--facebook, .share-icons .si--facebook {
        background: url(/assets/icons/icon-facebook.svg) 0 0 no-repeat;
        background-size: 24px;
    }

    .social-icons .si--instagram {
        background: url(/assets/icons/icon-instagram.svg) 0 0 no-repeat;
        background-size: 24px;
    }

    .share-icons .si--whatsapp {
        background: url(/assets/icons/icon-whatsapp.svg) 0 0 no-repeat;
        background-size: 24px;
        display: none;
    }

    .share-icons .si--linkedin {
        background: url(/assets/icons/icon-linkedin.svg) 0 0 no-repeat;
        background-size: 24px;
    }

    .share-icons .si--twitter {
        background: url(/assets/icons/icon-twitter.svg) 0 0 no-repeat;
        background-size: 24px;
    }

.page-dark .social-icons .si--facebook, .page-dark .share-icons .si--facebook {
    background-image: url(/assets/icons/icon-facebook-white.svg);
}

.page-dark .social-icons .si--instagram {
    background-image: url(/assets/icons/icon-instagram-white.svg);
}

.page-dark .share-icons .si--whatsapp {
    background-image: url(/assets/icons/icon-whatsapp-white.svg);
}

.page-dark .share-icons .si--linkedin {
    background-image: url(/assets/icons/icon-linkedin-white.svg);
}

.page-dark .share-icons .si--twitter {
    background-image: url(/assets/icons/icon-twitter-white.svg);
}

@media screen and (max-width: 1368px) {
    .share-icons .si--whatsapp {
        display: inline-block;
    }
}

@media screen and (max-width: 850px) {
    .social-icons {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 480px) {
    .social-icons {
        margin-bottom: 60px;
    }
}

/* = Mailing list
----------------------------------------------------------------------------------------------------------------- */
.mailing-signup {
    position: relative;
}

.mailing-signup__title {
    cursor: pointer;
}

    .mailing-signup__title .h4 {
        margin-bottom: 16px;
    }

    .mailing-signup__title span {
        display: inline-block;
        width: 26px;
        height: 15px;
        background: url(/assets/icons/icon-signuptoggle.svg) center no-repeat;
    }

    .mailing-signup__title.on span {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.mailing-signup__form {
    margin: 50px 0 0;
    display: none;
}

    .mailing-signup__form.on {
        display: block;
    }

.apply-form {
    margin: 134px 0 97px;
}

    form input:not(#formSubmit), .mailing-signup__form input:not(#formSubmit), .apply-form input {
        font-size: 2em;
        padding: 0.6em;
        text-align: center;
        border: none;
        font-family: 'Baskerville MT W01 Regular';
    }

    form ::-webkit-input-placeholder, .mailing-signup__form ::-webkit-input-placeholder, .apply-form ::-webkit-input-placeholder {
        color: #000;
        font-family: 'Baskerville MT W01 Regular';
    }

    form ::-moz-placeholder, .mailing-signup__form ::-moz-placeholder, .apply-form ::-moz-placeholder {
        color: #000;
        font-family: 'Baskerville MT W01 Regular';
    }

    form :-ms-input-placeholder, .mailing-signup__form :-ms-input-placeholder, .apply-form :-ms-input-placeholder {
        color: #000;
        font-family: 'Baskerville MT W01 Regular';
    }

    form :-moz-placeholder, .mailing-signup__form :-moz-placeholder, .apply-form :-moz-placeholder {
        color: #000;
        font-family: 'Baskerville MT W01 Regular';
    }

    .mailing-signup__form label, .apply-form label {
        color: #000;
        float: none;
        font-family: 'Baskerville MT W01 Regular';
        font-size: 0.875em;
        font-weight: 400;
        padding: 31px 0;
        text-align: center;
        width: 100%;
    }

    .mailing-signup__form textarea, .apply-form textarea {
        float: none;
        height: 336px;
        width: 100%;
    }

    form .form-field, .mailing-signup__form .form-field, .apply-form .form-field {
        margin: 0;
        border-top: 1px solid #000;
        text-align: center;
    }

    form .form-field--submit .btn-underline, .mailing-signup__form .form-field--submit .btn-underline, .apply-form .form-field--submit .btn-underline {
        margin: 30px auto 0;
    }

        form .form-field--submit .btn-underline:hover, .mailing-signup__form .form-field--submit .btn-underline:hover, .apply-form .form-field--submit .btn-underline:hover {
            opacity: 0.6;
        }

    .mailing-signup__form .form-field.form-field--submit, .apply-form .form-field.form-field--submit {
        border-top: none;
    }

.page-dark .mailing-signup__title span {
    background: url(/assets/icons/icon-signuptoggle-white.svg) center no-repeat;
}

.page-dark .mailing-signup__form input {
    color: #fff;
    background: #000;
}

.page-dark .mailing-signup__form .form-field {
    border-color: #fff;
}

.page-dark .mailing-signup__form ::-webkit-input-placeholder {
    color: #fff;
}

.page-dark .mailing-signup__form ::-moz-placeholder {
    color: #fff;
}

.page-dark .mailing-signup__form :-ms-input-placeholder {
    color: #fff;
}

.page-dark .mailing-signup__form :-moz-placeholder {
    color: #fff;
}

.page-dark .mailing-signup__form label, .page-dark .apply-form label {
    color: #fff;
}

.form-privacy--container {
    width: 100%;
}

.form-privacy {
    font-size: 0.875em;
}

.modal--requestForm .form-privacy {
    margin: 60px auto 0;
    max-width: 460px;
}

.form-privacy a {
    text-decoration: underline;
}

@media screen and (min-width: 1921px) {
    form input, .mailing-signup__form input, .apply-form input {
        font-size: 2.245em;
    }

    .mailing-signup__form label, .apply-form label, .form-privacy {
        font-size: 15px;
    }
}

@media screen and (max-width: 850px) {
    .mailing-signup__title .h4 {
        margin-bottom: 14px;
    }

    form input, .mailing-signup__form input, .apply-form input {
        font-size: 1.755em;
    }
}

@media screen and (max-width: 600px) {
    form input, .mailing-signup__form input, .apply-form input {
        font-size: 1.51em;
    }

    .mailing-signup__form label, .apply-form label, .form-privacy {
        font-size: 12px;
    }
}

@media screen and (max-width: 430px) {
    form input, .mailing-signup__form input, .apply-form input {
        font-size: 1.265em;
    }

    .mailing-signup__form label, .apply-form label, .form-privacy {
        font-size: 10px;
    }
}

/* = Footer
----------------------------------------------------------------------------------------------------------------- */
footer {
    color: #fff;
    background: #000;
    font-size: 0.875em;
}

    footer a {
        border-bottom: 1px solid #afafaf;
        color: #fff;
    }

        footer a:hover {
            color: #fff;
            opacity: 0.8;
        }

            footer .uppercase a {
                border-bottom: none;
            } 

.ftr-top {
    padding: 80px 0 165px;
}

    .ftr-top span {
        display: block;
    }

.ftr-bottom {
    padding-bottom: 35px;
    position: relative;
}

.ftr-logos {
    width: calc(100% - 275px);
}

    .ftr-logos span {
        display: inline-block;
        margin-right: 50px;
        max-width: calc(25% - 38px);
    }

    .ftr-logos span:nth-child(2) {
        max-width: calc(50% - 76px);
    }

    .ftr-logos span:nth-child(2) img:first-child {
        margin-right: 50px;
    }

    .ftr-logos span:last-child {
        margin-right: 0;
    }

    .ftr-logos span img {
        height: 55px;
    }

.ftr-copyright {
    position: absolute;
    right: 0;
    bottom: 35px;
}

    .ftr-copyright a {
        border-bottom: none;
        margin-right: 10px;
    }

@media screen and (min-width: 400px) {
    .mobile-linebreak {
        display: none;
    }
}

@media screen and (min-width: 1921px) {
    footer {
        font-size: 15px;
    }
}

@media screen and (max-width: 1300px) {
    .ftr-logos span, .ftr-logos span:nth-child(2) img:first-child { 
        margin-right: 35px; 
    }
}

@media screen and (max-width: 1200px) {
    .ftr-top {
        padding-bottom: 60px;
    }

    .ftr-copyright {
        margin-bottom: 150px;
        position: relative;
        bottom: 0;
        text-align: center;
    }

    .ftr-logos {
        max-width: none;
        text-align: center;
        width: 100%;
    }

    .ftr-logos span, .ftr-logos span:nth-child(2) {
        max-width: none;
    }

    .ftr-logos span, .ftr-logos span:nth-child(2) img:first-child { 
        margin-right: 50px; 
    }
}

@media screen and (max-width: 950px) {
    .ftr-logos span {
        margin-right: 40px;
        /* max-width: calc(25% - 30px); */
    }

    /* .ftr-logos span:nth-child(2) {
        max-width: calc(50% - 60px);
    } */

    .ftr-logos span:nth-child(2) img:first-child {
        margin-right: 40px;
    }
}

@media screen and (max-width: 900px) {
    .ftr-logos span {
        margin-right: 30px;
        /* max-width: calc(25% - 24px); */
    }

    /* .ftr-logos span:nth-child(2) {
        max-width: calc(50% - 48px);
    } */

    .ftr-logos span:nth-child(2) img:first-child {
        margin-right: 30px;
    }
}

@media screen and (max-width: 850px) {
    footer {
        font-size: 12px;
    }
}

@media screen and (max-width: 800px) {
    .ftr-logos span {
        margin-right: 20px;
    }

    .ftr-logos span img { height: 40px; }

    .ftr-logos span:nth-child(2) img:first-child {
        margin-right: 20px;
    }

    /* .ftr-logos span, .ftr-logos span:nth-child(2) {
        margin-bottom: 35px;
        margin-right: 0;
        max-width: none;
        width: 100%;
    }

    .ftr-logos span:last-child {
        margin-bottom: 0;
    } */
}

@media screen and (max-width: 600px) {
    .ftr-logos span {
        margin-right: 15px;
    }

    .ftr-logos span img { height: 30px; }

    .ftr-logos span:nth-child(2) img:first-child {
        margin-right: 15px;
    }
}

@media screen and (max-width: 430px) {
    footer {
        font-size: 10px;
    }

    .ftr-logos span img {
        height: 40px;
    }
}

@media screen and (max-width: 500px) {
    .ftr-logos span {
        margin-right: 10px;
    }

    .ftr-logos span img { height: 20px; }

    .ftr-logos span:nth-child(2) img:first-child {
        margin-right: 10px;
    }
}

@media screen and (max-width: 430px) {
    footer {
        font-size: 10px;
    }

    /* .ftr-logos span img {
        height: 40px;
    } */
}

/* @media screen and (max-width: 400px) {
    .ftr-logos span:nth-child(2) img:first-child {
        margin-right: 25px;
    }
} */

@media screen and (max-width: 350px) {
    .ftr-logos span {
        margin-right: 5px;
    }

    .ftr-logos span:nth-child(2) img:first-child {
        margin-right: 5px;
    }
}

/* = Clearing
----------------------------------------------------------------------------------------------------------------- */
.clearFix:after {
    content: "";
    display: table;
    clear: both;
}

/* = Experimental Styles
----------------------------------------------------------------------------------------------------------------- */
.home-copy {
    background: #343434;
}

    .home-copy .body-inner {
        background: #fff;
        margin: 0 auto;
        width: 1872px;
    }

    .home-copy header {
        left: 50%;
        right: auto;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 1872px;
    }


/* = Msgbox widget
----------------------------------------------------------------------------------------------------------------- */
.msgboxxContainer {
    right: 24px;
}