/**
 * Parent theme styles - DON'T edit these unless you need to override a whole file. If so, comment the line out from
 * the parent theme list of imports and scroll down to the child theme imports to reference the new file there. The new
 * file should be placed inside the child theme, not the parent theme.
 */

/* RESET first file defined a consistent foundation across browsers to build the site on. */
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
    color: #000;
    background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-size: 100%;
}
legend {
    color: #000;
}
#yui3-css-stamp.cssreset {
    display: none;
}

/* WordPress Core */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;/* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 8.75px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;/* Above WP toolbar. */
}
/**
 * 2.0 - Genericons
 */
.menu-item-has-children a:after, .social-navigation a:before, .dropdown-toggle:after, .bypostauthor > article .fn:after, .comment-reply-title small a:before, .pagination .prev:before, .pagination .next:before, .pagination .nav-links:before, .pagination .nav-links:after, .search-submit:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}
/* Accessibility */
.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
    color: #21759b;
    display: block;
    font: bold 14px/normal "Noto Sans", sans-serif;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}
.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    font: bold 14px/normal "Open Sans", sans-serif;
}
.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}
/**
 * 8.0 Alignments
 */
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright, .wp-caption.alignright, img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
/**
 * 14.2 Galleries
 */
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, .7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}
/**
 * 7.0 Accessibility
 */
/* Text meant only for screen readers */
.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
    color: #21759b;
    display: block;
    font: bold 14px/normal "Noto Sans", sans-serif;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}
.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    font: bold 14px/normal "Open Sans", sans-serif;
}
.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}
/**
 * 8.0 Alignments
 */
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright, .wp-caption.alignright, img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/* GLOBAL CONSTANTS */
/*
Custom Media Query Breakpoints

https://drafts.csswg.org/mediaqueries/#custom-mq
Name your breakpoints in a way that creates a ubiquitous language
across team members. It will improve communication between
stakeholders, designers, developers, and testers.

The Ems Have It: Proportional Media Queries FTW!.
http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw/

PX, EM or REM Media Queries?
http://zellwk.com/blog/media-query-units/

USAGE:

    @media (--mobile-only) {
    }
    @media (--mobile-only), (--wide-only) {
    }
    @media (--tablet-only) and (script) {
}

NB. 1em = 16px

*/
/* 767px */
/* 559px / 767px */
/* 768px / 979px */
/* 980px / 1279px */
/* 1280px / 1599px */
/* 767px */
/* 979px */
/* 1279px */
/* 768px */
/* 980px */
/* 1280px */
/* 1600px */
/* 1920px */
/* 1109px */
/* 1110px */
/* @import '../../../../skypress/assets/css/src/lib/global-constants/colours.css'; */
/*
FONTS

EXAMPLE:

@font-face {
    font-family: 'Futura PT Multilingual W01_n1';
    src: url('var(--font-path)9869762c-2f06-40c3-929e-2d412d64cd87.eot?#iefix') format('eot');;
}
@font-face {
    font-family: 'Futura PT Multilingual W01';
    src: url('var(--font-path)9869762c-2f06-40c3-929e-2d412d64cd87.eot?#iefix') format('eot'),    url('var(--font-path)9ad55860-bbe2-4e51-be58-08b45bdda354.woff2') format('woff2'),    url('var(--font-path)eceb6e13-403b-4d2b-af74-c05bc9c2535e.woff') format('woff'),    url('var(--font-path)956fd236-834e-4736-91af-a04cadf17544.ttf') format('truetype'),    url('var(--font-path)88e3bfcb-64f4-4e6f-9785-472510bd5208.svg#88e3bfcb-64f4-4e6f-9785-472510bd5208') format('svg');
    src: url('var(--font-path)9869762c-2f06-40c3-929e-2d412d64cd87.eot?#iefix');
    font-style: normal;
    font-weight: 100;
}

NB. DO NOT CHANGE SORT ORDER OF PROPERTIES!
The order of properties is deliberate to allow 'CSS Family Grouping' https://www.fonts.com/support/faq/family-grouping

*/
/* stylelint-disable */
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/37bc24");
@font-face {
    font-family: 'FuturaBook';
    src: url('../fonts/webfonts/37BC24_0_0.eot');
    src: url('../fonts/webfonts/37BC24_0_0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/webfonts/37BC24_0_0.woff2') format('woff2'),
    url('../fonts/webfonts/37BC24_0_0.woff') format('woff'),
    url('../fonts/webfonts/37BC24_0_0.ttf') format('truetype');
}
@font-face {
    font-family: 'FuturaLight';
    src: url('../fonts/webfonts/37BC24_1_0.eot');
    src: url('../fonts/webfonts/37BC24_1_0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/webfonts/37BC24_1_0.woff2') format('woff2'),
    url('../fonts/webfonts/37BC24_1_0.woff') format('woff'),
    url('../fonts/webfonts/37BC24_1_0.ttf') format('truetype');
}
@font-face {
    font-family: 'FuturaBookOld';
    font-weight: 400;
    font-style: normal;
    src: local('FuturaBook'), url('../fonts/futurabt-book/FuturaBT-Book.eot'),
    url('../fonts/futurabt-book/FuturaBT-Book.woff2') format('woff2'),
    url('../fonts/futurabt-book/FuturaBT-Book.woff') format('woff'),
    url('../fonts/futurabt-book/FuturaBT-Book.ttf') format('truetype'),
    url('../fonts/futurabt-book/FuturaBT-Book.svg#FuturaBT-Book') format('svg'),
    url('../fonts/futurabt-book/FuturaBT-Book.eot?#iefix') format('embedded-opentype');
}
@font-face {
    font-family: 'FuturaLightOld';
    font-weight: 400;
    font-style: normal;
    src: local('FuturaLight'), url('../fonts/futurabt-light/FuturaBT-Light.eot'),
    url('../fonts/futurabt-light/FuturaBT-Light.woff2') format('woff2'),
    url('../fonts/futurabt-light/FuturaBT-Light.woff') format('woff'),
    url('../fonts/futurabt-light/FuturaBT-Light.ttf') format('truetype'),
    url('../fonts/futurabt-light/FuturaBT-Light.svg#FuturaBT-Light') format('svg'),
    url('../fonts/futurabt-light/FuturaBT-Light.eot?#iefix') format('embedded-opentype');
}
/* stylelint-enable */
/*

PLACEHOLDERS (%)

These fail stylelint selector rules so we exclude them.

*/
/* stylelint-disable selector-no-type */
/* stylelint-enable selector-no-type */
/*

http://cssnext.io/features/#custom-selectors

USAGE:

    a:--enter {

    }

OUTPUT:

    a:hover, a:focus, a--enter {

    }

*/
/*
Please prefix all with 'timing'

USAGE:

    p {
        transition: color $constant-name;
    }

*/
/* global */

/**
 * Child theme global constants (overrides)
 * Should be commented out from the parent theme imports above
 */

/*
Please prefix all with 'color'

USAGE:

    p {
        color: $constant-name;
    }

*/

/* brand - primary */

/* neutral */

/* Form elements */

/* Lincoln square */

/* INTERNAL LIBRARIES */
/*
CLEARFIX - CONTAIN FLOATS

https://github.com/h5bp/html5-boilerplate/blob/v4.3.0/doc/css.md#clearfix

USAGE:

    .something-i-want-to-contain-floats {
        @mixin mixin--clearfix;
    }

*/
/*
IMAGE REPLACEMENT - SCOTT KELLUM METHOD

http://css-tricks.com/examples/ImageReplacement/#kellum

USAGE:

    p {
        @mixin mixin--hide-text;
    }

*/
/*
INTRINSIC RATIO

Calculate padding for a proportional wrapper
Force an intrinsic ratio based on the width of the containing block to used as a
wrapper for fixed aspect-ratio content.
http://alistapart.com/article/creating-intrinsic-ratios-for-video

USAGE:

    div {
        @mixin mixin--intrinsic-ratio 16, 9;
        img {
            @mixin mixin--intrinsic-ratio-element;
        }
    }

*/
/*
PSD TRACKING TO EM

http://justinmarsan.com/css-letter-spacing-in-photoshop-and-browsers/

USAGE:

    p {
        @mixin mixin--psd-tracking 125;
    }

*/
/* @import '../../../../skypress/assets/css/src/lib/mixins/sale-price.css'; */
/*
CSS TRIANGLE MIXIN

https://css-tricks.com/snippets/sass/css-triangle-mixin/

USAGE:

    .foo::before {
        @mixin mixin--triangle down, $color--gray-50, 2em;
        position: absolute;
        left: 50%;
        bottom: 100%;
    }

*/

/* FUNCTIONS - 3rd party code */
/* @import '../../../../skypress-child/assets/css/src/lib/functions/_rem.scss'; */

/* VENDOR - 3rd party code */
/**
 * Swiper 4.0.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 11, 2017
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0,0,0);
}
.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-invisible-blank-slide {
    visibility: hidden;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform,height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0, 0, 0, .5),rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0, 0, 0, .5),rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0, 0, 0, .5),rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0, 0, 0, .5),rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0);
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s top,.2s -webkit-transform;
    transition: .2s transform,.2s top;
    transition: .2s transform,.2s top,.2s -webkit-transform;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s left,.2s -webkit-transform;
    transition: .2s transform,.2s left;
    transition: .2s transform,.2s left,.2s -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1);
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12,end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

/* BASE - http://smacss.com/book/type-base */
/*
GLOBAL BASE
A Base rule is applied to an element using an element selector,
a descendent selector, or a child selector, along with any pseudo-classes.
It doesn't include any class or ID selectors. It is defining the default
styling for how that element should look in all occurrences on the page.
http://smacss.com/book/type-base
*/
/* stylelint-disable selector-no-type */
html {/* apply natural box layout model to all elements - http://paulirish.com/2012/box-sizing-border-box-ftw/ */
    box-sizing: border-box;/*
    base font typography
    set font so 1 = 10px (base 10)
    always set unit-less line-height - http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
    Prevent font scaling in landscape while allowing user zoom
    */
    font-size: 62.5%;/* stylelint-disable-line declaration-property-unit-whitelist */
    line-height: 1;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
}
*, *::before, *::after {/* Inheriting box-sizing - http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
/* Responsive media elements */
img, embed, object, video {
    height: auto;
    max-width: 100%;
}
/* fix element display in IE10/11 (lacks some html5 elements) */
main {
    display: block;
}
/* Remove the gap between images, videos, audio and canvas and the bottom of their containers: h5bp.com/i/440 */
audio, canvas, img, svg, video {
    vertical-align: middle;
}
/* Allow only vertical resizing of textareas. */
textarea {
    resize: vertical;
}
/* remove default styling */
[type=text], button, select, textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
}
/* http://davidwalsh.name/firefox-buttons */
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/*
remove “X” from search input
http://geektnt.com/how-to-remove-x-from-search-input-field-on-chrome-and-ie.html
*/
/* stylelint-disable */
input[type=text]::-ms-clear {
    display: none;
    height: 0;
    width: 0;
}
input[type=text]::-ms-reveal {
    display: none;
    height: 0;
    width: 0;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
.lock-scroll {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
}
/* Removing ie11 select arrows */
select::-ms-expand {
    display: none;
}
/* stylelint-enable */
.image-caption {
    letter-spacing: 0.08333em;
    font-family: 'Libre Baskerville', Georgia, serif;
    font-style: normal;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 20px auto;
    margin: 2rem auto;
    text-align: center;
}

/* LAYOUTS - http://smacss.com/book/type-layout */

/* UTILITIES - https://github.com/inuitcss/inuitcss/tree/6e4095b86224747c4cac775d2757eb61c893f85e/utilities */

/* MODULES - http://smacss.com/book/type-module */
.ir {}
.ir--square {
    height: 0;
    padding-top: 100%;
    position: relative;
}
.ir--16x9 {
    height: 0;
    padding-top: 56.25%;
    position: relative;
}
.ir--18x13 {
    height: 0;
    padding-top: 72.22222%;
    position: relative;
}
.ir--7x10 {
    height: 0;
    padding-top: 142.85714%;
    position: relative;
}
.ir--64x23 {
    height: 0;
    padding-top: 35.9375%;
    position: relative;
}
.ir--64x26 {
    height: 0;
    padding-top: 40.625%;
    position: relative;
}
.ir--63x37 {
    height: 0;
    padding-top: 58.73016%;
    position: relative;
}
.ir--67x33 {
    height: 0;
    padding-top: 49.25373%;
    position: relative;
}
.ir--52x31 {
    height: 0;
    padding-top: 59.61538%;
    position: relative;
}
.ir--1280x730 {
    height: 0;
    padding-top: 57.03125%;
    position: relative;
}
.ir--10x3 {
    height: 0;
    padding-top: 30%;
    position: relative;
}
.ir--10x11 {
    height: 0;
    padding-top: 110%;
    position: relative;
}
.ir--25x27 {
    height: 0;
    padding-top: 108%;
    position: relative;
}
.ir--21x32 {
    height: 0;
    padding-top: 152.38095%;
    position: relative;
}
.ir--43x50 {
    height: 0;
    padding-top: 116.27907%;
    position: relative;
}
.ir--28x13 {
    height: 0;
    padding-top: 46.42857%;
    position: relative;
}
.ir--128x15-banner {
    height: 0;
    padding-top: 125%;
    position: relative;
}
@media (min-width: 559px) {
    .ir--128x15-banner {
        height: 0;
        padding-top: 56.25%;
        position: relative;
    }
}
@media (min-width: 48em) {
    .ir--128x15-banner {
        height: 0;
        padding-top: 28.90625%;
        position: relative;
    }
}
.ir--128x63-banner {
    height: 0;
    padding-top: 125%;
    position: relative;
}
@media (min-width: 559px) {
    .ir--128x63-banner {
        height: 0;
        padding-top: 56.25%;
        position: relative;
    }
}
@media (min-width: 48em) {
    .ir--128x63-banner {
        height: 0;
        padding-top: 49.21875%;
        position: relative;
    }
}
.ir--128x63 {
    height: 0;
    padding-top: 125%;
    position: relative;
}
.page .ir--128x63, .single-post .ir--128x63, .home .ir--128x63 {}
@media (min-width: 48em) {
    .ir--128x63 {
        height: 0;
        padding-top: 49.21875%;
        position: relative;
    }
}
@media (max-width: 47.9375em) {
    .page .ir--128x63, .single-post .ir--128x63, .home .ir--128x63 {
        height: 100%;
        padding: 0;
    }
}
.ir--128x75 {
    height: 0;
    padding-top: 125%;
    position: relative;
}
.home .ir--128x75 {}
.single-post .ir--128x75 {}
@media (max-width: 47.9375em) {
    .home .ir--128x75 {
        height: auto;
        padding: 0;
    }
}
@media (min-width: 48em) {
    .home .ir--128x75 {
        height: 0;
        padding-top: 58.59375%;
        position: relative;
    }
}
@media (max-width: 61.1875em) {
    .single-post .ir--128x75 {
        height: 100%;
        padding: 0;
    }
}
@media (min-width: 61.25em) {
    .single-post .ir--128x75 {
        height: 0;
        padding-top: 58.59375%;
        position: relative;
    }
}
.ir--slider {
    height: 0;
    padding-top: 145.83333%;
    position: relative;
}
@media (min-width: 559px) {
    .ir--slider {
        height: 0;
        padding-top: 56.25%;
        position: relative;
    }
}
@media (min-width: 48em) {
    .ir--slider {
        height: 0;
        padding-top: 56.25%;
        position: relative;
    }
}
.ir--globe {
    height: 0;
    padding-top: 80%;
    position: relative;
}
@media (min-width: 48em) {
    .ir--globe {
        height: 0;
        padding-top: 56.25%;
        position: relative;
    }
}
.ir__item {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ir__item img {/* stylelint-disable-line selector-max-type */
    width: 100%;
}
.ir__item .video-js {
    -ms-flex-align: center;
        align-items: center;
    background-color: transparent !important;/* stylelint-disable-line */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    height: auto  !important;/* stylelint-disable-line */
    position: absolute !important;/* stylelint-disable-line */
}
@media (min-width: 48em) {
    .ir__item .video-js {
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 48%;
    }
}
.burger {
    bottom: 0;
    cursor: pointer;
    height: 23px;
    height: 2.3rem;
    left: 25px;
    left: 2.5rem;
    margin: auto;
    position: absolute;
    top: 0;
    width: 23px;
    width: 2.3rem;
}
.burger path {/* stylelint-disable-line selector-no-type */
    fill: #b2b2b2;
}
.burger .svg-icon__icon-burger {
    display: block;
}
.burger .svg-icon__icon-cross-green {
    display: none;
    height: 15px;
    height: 1.5rem;
    position: relative;
    top: 2px;
    top: .2rem;
    width: 15px;
    width: 1.5rem;
}
.burger--open .svg-icon__icon-burger {
    display: none;
}
.burger--open .svg-icon__icon-cross-green {
    display: block;
}
@media (min-width: 69.375em) {
    .burger {
        display: none;
    }
}
.button {}
.copyright {}
.copyright__text {
    letter-spacing: 0.18182em;
    font-family: 'Copperplate Gothic Light', serif;
    font-style: normal;
    font-weight: 400;
    color: #b2b2b2;
    display: block;
    line-height: 1;
    padding: 0 0 40px;
    padding: 0 0 4rem;
    text-align: center;
    text-transform: uppercase;
}
@media (min-width: 48em) {
    .copyright__text {
        padding: 3rem 0 4rem;
        text-align: left;
    }
}
.footer-navigation .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
}
.footer-navigation .menu-item {
    margin: 0 20px;
    margin: 0 2rem;
    padding: 20px 0 10px;
    padding: 2rem 0 1rem;
}
.footer-navigation .menu-item a {/* stylelint-disable-line selector-no-type */
    letter-spacing: 0.18182em;
    font-family: 'Copperplate Gothic Light', serif;
    font-style: normal;
    font-weight: 400;
    color: #999;
    display: block;
    line-height: 1;
    padding: 20px 0;
    padding: 2rem 0;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-navigation .current-menu-item a, .footer-navigation .current-menu-parent a, .footer-navigation .current-post-parent a {/* stylelint-disable-line selector-no-type */
    position: relative;
}
@media (min-width: 48em) {
    .footer-navigation .menu {
        display: block;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    }
}
@media (min-width: 48em) {
    .footer-navigation .menu-item {
        display: inline-block;
        padding: 1rem 0 2rem;
    }
    .footer-navigation .menu-item:first-child {
        margin-left: 0;
    }
    .footer-navigation .menu-item:last-child {
        margin-right: 0;
    }
}
@media (min-width: 48em) {
    .footer-navigation .current-menu-item a, .footer-navigation .current-menu-parent a, .footer-navigation .current-post-parent a {}
    .footer-navigation .current-menu-item a::after, .footer-navigation .current-menu-parent a::after, .footer-navigation .current-post-parent a::after {
        border-bottom: .2rem solid #999;
        border-top: .2rem solid #999;
        bottom: 1rem;
        content: '';
        display: block;
        height: .5rem;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 2rem;
    }
}
/* @import '../../../../skypress/assets/css/src/modules/site-footer.css'; */
.site-header {
    height: 75px;
    height: 7.5rem;
    position: relative;
}
.home .site-header {
    height: auto;
}
@media (min-width: 69.375em) {
    .site-header {
        height: 11rem;
    }
}
@media (min-width: 69.375em) {
    .home .site-header {
        height: auto;
    }
}
.site-header__inner {
    background: #fff;
    position: fixed;
    top: 0;
    transition: background .3s;
    width: 100%;
    z-index: 9999;
}
.site-header--transparent .site-header__inner {
    background: transparent;
}
.admin-bar .site-header__inner {
    top: 46px;
    top: 4.6rem;
}
@media (min-width: 48em) {
    .admin-bar .site-header__inner {
        top: 3.2rem;
    }
}
.site-header__inner--open {
    background: #fff;
}
.home .site-header__inner--open {
    background: #fff;
}
.site-header__inner--sticky {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-bottom: .1rem solid #e5e5e5;
    transition: all .3s;
}
.home .site-header__inner--sticky {
    background: #fff;
}
.site-header__menu {
    left: -990px;
    left: -99rem;
    opacity: 0;
    padding: 0 0 35px;
    padding: 0 0 3.5rem;
    position: absolute;
    z-index: -1;
}
.site-header__menu--open {
    left: 0;
    opacity: 1;
    position: relative;
    transition: opacity .3s;
    z-index: 1;
}
@media (min-width: 69.375em) {
    .site-header__menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        left: 0;
        opacity: 1;
        padding: 0 5rem;
        position: relative;
    }
}
/* @import '../../../../skypress/assets/css/src/modules/site-logo.css'; */
.site-navigation {
    padding: 0 25px;
    padding: 0 2.5rem;
}
.site-navigation .menu {}
.site-navigation .menu-item {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    text-transform: uppercase;
}
.site-navigation .menu-item a {/* stylelint-disable-line selector-no-type */
    letter-spacing: 0.08333em;
    font-family: 'Copperplate Gothic Light', serif;
    font-style: normal;
    font-weight: 400;
    color: #999;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 20px 0;
    padding: 2rem 0;
    position: relative;
    text-decoration: none;
}
.site-navigation .menu-item a:hover {}
.site-navigation .current-menu-item a, .site-navigation .current-menu-parent a, .site-navigation .current-post-parent a {/* stylelint-disable-line selector-no-type */
    position: relative;
}
@media (min-width: 69.375em) {
    .site-navigation {
        padding: 0;
    }
}
@media (max-width: 69.3125em) {
    .site-navigation .menu-item {}
    .site-navigation .menu-item::after {
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjUgMTguOCIgY2xhc3M9InN2Zy1pY29uIHN2Zy1pY29uX19pY29uLWFycm93Ij48cGF0aCBjbGFzcz0iaWNvbi1hcnJvd19fc3QwIiBkPSJNMCAwdjEuMmw4LjMgOC4zLTguMiA4LjJ2MS4xbDkuNC05LjN6Ii8+PC9zdmc+');
        background-repeat: no-repeat;
        bottom: 0;
        content: '';
        display: block;
        height: 1rem;
        margin: auto;
        position: absolute;
        right: 1rem;
        top: 0;
        width: .5rem;
    }
}
@media (min-width: 69.375em) {
    .site-navigation .menu-item {
        border-bottom: 0;
        display: inline-block;
        margin: 0 2rem;
        padding: 3rem 0;
    }
    .site-navigation .menu-item:first-child {
        margin-left: 0;
    }
    .site-navigation .menu-item:last-child {
        margin-right: 0;
    }
}
@media (min-width: 69.375em) {
    .site-navigation .menu-item a:hover {}
    .site-navigation .menu-item a:hover::after {
        border-bottom: .2rem solid #999;
        border-top: .2rem solid #999;
        bottom: 1rem;
        content: '';
        display: block;
        height: .5rem;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 2rem;
    }
}
@media (min-width: 69.375em) {
    .site-navigation .current-menu-item a, .site-navigation .current-menu-parent a, .site-navigation .current-post-parent a {}
    .site-navigation .current-menu-item a::after, .site-navigation .current-menu-parent a::after, .site-navigation .current-post-parent a::after {
        border-bottom: .2rem solid #999;
        border-top: .2rem solid #999;
        bottom: 1rem;
        content: '';
        display: block;
        height: .5rem;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 2rem;
    }
}
/*
<label class="styled-select">
    <div class="styled-select__dropdown">
        <select class="styled-select__select">
            <option>Please select</option>
            <option>Option One</option>
            <option>Option Two</option>
            <option>Option Three</option>
            <optgroup label="Select">
                <option>Option AOne</option>
                <option>Option ATwo</option>
                <option>Option AThree</option>
            </optgroup>
        </select>
    </div>
</label>
http://jsbin.com/juvixufu/10/edit
*/
.styled-select {/* @map fonts futura medium; */
    letter-spacing: 0.02em;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
}
/* stylelint-disable-next-line selector-no-type */
.styled-select select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;/* Remove select styling */
    background: none;
    border: 0;
    color: #666 !important;/* Necessary evil - fixes weird Firefox bug where select text is blank when you click on it *//* stylelint-disable-line */
    font-size: 16px;
    font-size: 1.6rem;/* Magic font size number to prevent iOS text zoom */
    line-height: 1.2;
    margin: 0;
    max-width: 110%;
    min-width: 110%;
    outline: none;
    padding: 5px 19% 5px 5px;
    padding: .5rem 19% .5rem .5rem;/* Padding works surprisingly well */
    text-indent: .01px;
    text-overflow: '';
    width: 110%;/* Make sure the select is wider than the container so we can clip the arrow *//* This hides native dropdown button arrow in IE */
}
/* core Magento country select */
.styled-select select::-ms-expand {
    display: none;
}
.styled-select--small, .styled-select--2x-small {
    display: inline-block;
    margin-right: 15px;
    margin-right: 1.5rem;
    width: 145px;
    width: 14.5rem;
}
.styled-select--small:last-child, .styled-select--2x-small:last-child {
    margin-right: 0;
}
.styled-select--2x-small {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 145px;
    max-width: 14.5rem;
    width: 50%;
}
.styled-select--full-width {
    width: 100%;
}
.styled-select__dropdown {
    background: #fff;
    border: 1px solid #b2b2b2;
    border: .1rem solid #b2b2b2;
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;/* &:--enter {
            border-color: $color--brand-pale-green;
            outline: 0;
        } *//* Custom arrow - could be an image, SVG, icon font, etc. */
}
.styled-select__dropdown::after {
    background-color: #fff;
    background-image: url('../images/svg-min/icon-arrow-fat.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border-bottom: 1px solid #b2b2b2;
    border-bottom: .1rem solid #b2b2b2;
    bottom: 0;
    content: '';
    font-size: 10px;
    font-size: 1rem;
    pointer-events: none;/* This hack makes the select behind the arrow clickable in some browsers */
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(90deg);
    width: 34px;
    width: 3.4rem;/* set manually to be the same as input height */
    z-index: 1;
}
.styled-select__dropdown--small {
    max-width: 120px;
    max-width: 12rem;
}
.styled-select__select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;/* Remove select styling */
    background: none;
    border: 0;
    color: #666 !important;/* Necessary evil - fixes weird Firefox bug where select text is blank when you click on it *//* stylelint-disable-line */
    font-size: 16px;
    font-size: 1.6rem;/* Magic font size number to prevent iOS text zoom */
    line-height: 1.2;
    margin: 0;
    max-width: 110%;
    min-width: 110%;
    outline: none;
    padding: 5px 19% 5px 5px;
    padding: .5rem 19% .5rem .5rem;/* Padding works surprisingly well */
    text-indent: .01px;
    text-overflow: '';
    width: 110%;/* Make sure the select is wider than the container so we can clip the arrow *//* This hides native dropdown button arrow in IE */
}
.styled-select__select::-ms-expand {
    display: none;
}
/* @import '../../../../skypress/assets/css/src/modules/c-landing-slider.css'; */
.c-slider-thumbs {}
.c-slider-thumbs__segment {}
.c-slider-thumbs__link {}
/* @import '../../../../skypress/assets/css/src/modules/banner.css'; */
.general-section {
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.general-section--about {
    background: url('../images/about-bg.jpg') no-repeat left bottom;
    background-color: #fff;
}
@media (max-width: 47.9375em) {
    .general-section--about {
        background-position: -10rem 0;
        background-size: 100%;
    }
}
@media (min-width: 48em) {
    .general-section--about {
        background-position: left bottom;
        padding: 10rem 0;
    }
}
.general-section--about-primary {
    background: url('../images/about-bg-primary.jpg') no-repeat left bottom;
    background-color: #fff;
}
.general-section--about-secondary {
    background: url('../images/about-bg-secondary.jpg') no-repeat left bottom;
    background-color: #fff;
}
.general-section--designers-primary {
    background: url('../images/expertise-bg-primary.jpg') no-repeat left bottom;
    background-color: #fff;
}
.general-section--expertise-primary {
    background: url('../images/expertise-bg-primary.jpg') no-repeat left bottom;
    background-color: #fff;
}
.general-section--expertise-secondary {
    background: url('../images/expertise-bg-secondary.jpg') no-repeat left bottom;
    background-color: #fff;
}
.general-section--alt-bg {
    background-position: right bottom;
}
.general-section--designers {
    background: #63605d;
}
@media (max-width: 558px) {
    .home .general-section--designers {
        background-position: bottom center !important;/* stylelint-disable-line */
        background-size: contain !important;/* stylelint-disable-line */
        padding-bottom: 40rem !important;/* stylelint-disable-line */
    }
}
@media (max-width: 61.1875em) {
    .single-post .general-section--designers {
        background-position: bottom center !important;/* stylelint-disable-line */
        background-size: contain !important;/* stylelint-disable-line */
        padding-bottom: 40rem !important;/* stylelint-disable-line */
    }
}
.general-section--locations {
    background: #f0f0f0;
}
.home .general-section--locations {}
@media (max-width: 47.9375em) {
    .home .general-section--locations {
        height: 100% !important;/* stylelint-disable-line */
        padding-top: 0 !important;/* stylelint-disable-line */
    }
}
.general-section--no-bg {
    background-image: none;
}
.general-section--post {}
.general-section__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: auto;
}
@media (max-width: 47.9375em) {
    .general-section__inner {
        padding: 6rem 0;
    }
    .single-post .general-section__inner, .home .general-section--designers .general-section__inner {
        padding: 0;
    }
}
.general-section__inner--magic {
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
}
@media (min-width: 61.25em) {
    .general-section__inner--magic {
        height: 100%;
        position: absolute;
    }
}
@supports (display: grid) {
    .general-section__inner--magic {/* top: 50%;
                transform: translateY(-50%); */
        width: 100%;
    }
    .single-post .general-section__inner--magic, .page .general-section__inner--magic, .home .general-section__inner--magic {}
    .single-post .general-section__inner--magic {}
    @media (max-width: 47.9375em) {
        .single-post .general-section__inner--magic, .page .general-section__inner--magic, .home .general-section__inner--magic {
            position: relative;
            top: 0;
            transform: none;
        }
    }
    @media (max-width: 61.1875em) {
        .single-post .general-section__inner--magic {
            position: relative;
            top: 0;
            transform: none;
        }
    }
}
.general-section__inner--magic.expertise, .general-section__inner--magic.about, .general-section__inner--magic.home {}
@media (min-width: 48em) and (max-width: 61.1875em) {
    .general-section__inner--magic.expertise, .general-section__inner--magic.about, .general-section__inner--magic.home {
        height: 100%;
        position: absolute;
    }
}
.general-section__inner--magic.about {}
@media (min-width: 48em) and (max-width: 61.1875em) {
    .general-section__inner--magic.about .section-content__title {
        margin-bottom: 1.5rem;
    }
    .general-section__inner--magic.about p {/* stylelint-disable-line */
        line-height: 1.5;
    }
}
.general-section__inner--locations {}
@media (max-width: 47.9375em) {
    .general-section__inner--locations {
        padding-bottom: 35rem;
        position: relative;
    }
    @supports (display: grid) {
        .general-section__inner--locations {
            padding-bottom: 0;
        }
    }
}
@media (min-width: 69.375em) {
    .general-section__inner {
        min-height: 56rem;
    }
}
@supports (display: grid) {
    .general-section__inner {
        display: -ms-grid;
        display: grid;
        grid-column-gap: 0;
        grid-row-gap: 0;
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        -ms-grid-rows: 1fr;
            grid-template-rows: 1fr;
        margin: 0 auto;
    }
    .general-section__inner--locations {
        grid-column-gap: 0;
        -ms-grid-rows: auto;
            grid-template-rows: auto;
    }
    @media (min-width: 48em) {
        .general-section__inner {
            -ms-grid-columns: 1fr 1fr;
                grid-template-columns: 1fr 1fr;
            -ms-grid-rows: 1fr;
                grid-template-rows: 1fr;
        }
    }
    @media (min-width: 61.25em) {
        .general-section__inner {
            -ms-grid-columns: 1fr 1fr;
                grid-template-columns: 1fr 1fr;
            -ms-grid-rows: 1fr;
                grid-template-rows: 1fr;
        }
    }
}
.general-section__primary, .general-section__secondary {
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    justify-self: center;
    max-width: 100%;
    padding: 0 25px;
    padding: 0 2.5rem;
    position: relative;
    width: 100%;
    z-index: 10;
}
.general-section--locations .general-section__primary, .general-section--locations .general-section__secondary {
    max-width: 100%;
    width: 100%;
}
.general-section__primary--image, .general-section__secondary--image {
    margin-top: 40px;
    margin-top: 4rem;
}
@media (min-width: 61.25em) {
    .general-section__primary, .general-section__secondary {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        margin: 0;
        max-width: 50%;
        padding: 0;
        width: 50%;
    }
}
@media (min-width: 48em) {
    .general-section--locations .general-section__primary, .general-section--locations .general-section__secondary {
        max-width: 100%;
        width: 100%;
    }
}
@supports (display: grid) {
    .general-section__primary, .general-section__secondary {
        -ms-flex: inherit;
            flex: inherit;
        height: auto;
        max-width: 100%;
        position: relative;
        width: 100%;
    }
    @media (min-width: 48em) {
        .general-section__primary, .general-section__secondary {
            max-width: 100%;
            width: 100%;
        }
    }
}
.general-section__primary {
    margin-bottom: 40px;
    margin-bottom: 4rem;
}
.home .general-section--about .general-section__primary {}
.home .general-section--locations .general-section__primary {}
.general-section--designers .general-section__primary {
    -ms-flex-line-pack: left;
        align-content: left;
    -ms-flex-pack: end;
        justify-content: flex-end;
}
.general-section--designers .general-section__primary img {/* stylelint-disable-line selector-no-type */
    width: 100%;
}
.general-section--centered-primary .general-section__primary {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    z-index: 0;
}
.general-section--centered-secondary .general-section__primary {
    z-index: 10;
}
@supports (display: grid) {
    .general-section__primary {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1;
        -ms-grid-row-span: 1;
        -ms-grid-row: 1;
            grid-row: 1 / span 1;
    }
}
.general-section__primary.parallax-element {}
@media (min-width: 48em) {
    .general-section__primary.parallax-element {
        -ms-flex-pack: center;
            justify-content: center;
    }
}
@media (max-width: 47.9375em) {
    .home .general-section--about .general-section__primary {
        margin-bottom: 0;
    }
}
@media (min-width: 48em) {
    .home .general-section--locations .general-section__primary {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
}
@supports (display: grid) {
    .home .general-section--locations .general-section__primary {
        max-width: 100%;
        width: auto;
    }
    @media (min-width: 48em) {
        .home .general-section--locations .general-section__primary {
            max-width: 100%;
            width: auto;
        }
    }
}
@supports (display: grid) {
    .general-section--designers .general-section__primary {
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
            grid-column: 1 / span 2;
        -ms-grid-row-span: 2;
        -ms-grid-row: 1;
            grid-row: 1 / span 2;
        -ms-flex-pack: end;
            justify-content: end;
    }
}
@supports (display: grid) {
    .general-section--centered-primary .general-section__primary {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1;
        -ms-grid-row-span: 1;
        -ms-grid-row: 1;
            grid-row: 1 / span 1;
        position: relative;
    }
}
@media (min-width: 48em) {
    .general-section--centered-primary .general-section__primary {}
    @supports (display: grid) {
        .general-section--centered-primary .general-section__primary {
            -ms-grid-column-span: 3;
            -ms-grid-column: 1;
                grid-column: 1 / span 3;
            -ms-grid-row-span: 2;
            -ms-grid-row: 1;
                grid-row: 1 / span 2;
        }
    }
}
@supports (display: grid) {
    .general-section--centered-secondary .general-section__primary {
        position: relative;
    }
}
.general-section__secondary {
    display: -ms-flexbox;
    display: flex;
}
.general-section--designers .general-section__secondary {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 40px 25px;
    padding: 4rem 2.5rem;
}
.general-section--post-home .general-section__secondary {
    padding: 25px 0;
    padding: 2.5rem 0;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&0.6+0,0+100 */
}
.general-section--post .general-section__secondary {
    padding: 25px 0;
    padding: 2.5rem 0;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&0.6+0,0+100 */
}
.general-section--centered-primary .general-section__secondary {
    z-index: 10;
}
.home .general-section--centered-primary .general-section__secondary {}
.general-section--centered-secondary .general-section__secondary {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    z-index: 0;
}
@supports (display: grid) {
    .general-section__secondary {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1;
        -ms-grid-row-span: 1;
        -ms-grid-row: 2;
            grid-row: 2 / span 1;
    }
}
@media (min-width: 48em) {
    .general-section__secondary {}
    @supports (display: grid) {
        .general-section__secondary {
            -ms-grid-column-span: 1;
            -ms-grid-column: 2;
                grid-column: 2 / span 1;
            -ms-grid-row-span: 1;
            -ms-grid-row: 1;
                grid-row: 1 / span 1;
        }
    }
}
.general-section__secondary--video {
    bottom: 0;
    display: block !important;/* stylelint-disable-line */
    left: 0;
    position: absolute !important;/* stylelint-disable-line */
    right: 0;
    top: 0;
}
@media (max-width: 47.9375em) {
    .general-section__secondary--video {
        -ms-flex-line-pack: end;
            align-content: flex-end;
        display: -ms-flexbox !important;
        display: flex !important;/* stylelint-disable-line */
        margin: auto !important;/* stylelint-disable-line */
        max-width: 38rem !important;/* stylelint-disable-line */
    }
}
@supports (display: grid) {
    .general-section__secondary--video {
        max-width: 100%;
        position: relative !important;/* stylelint-disable-line */
    }
}
.general-section--alt-bg .general-section__secondary.parallax-element {}
.home .general-section__secondary.parallax-element {}
@media (min-width: 48em) {
    .general-section__secondary.parallax-element {
        -ms-flex-pack: left;
            justify-content: left;
    }
}
@media (min-width: 48em) {
    .general-section--alt-bg .general-section__secondary.parallax-element {
        -ms-flex-pack: center;
            justify-content: center;
    }
}
@media (max-width: 47.9375em) {
    .home .general-section__secondary.parallax-element {
        display: none;
    }
}
@media (min-width: 48em) {
    .general-section--designers .general-section__secondary {
        padding: 0;
    }
}
@media (max-width: 47.9375em) {
    .general-section--post-home .general-section__secondary {
        background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(125, 185, 232, 0) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='rgba(153, 0, 0, 0)', endColorstr='rgba(0, 125, 185, 0.9098)', GradientType=0);
                filter: progid:dximagetransform.microsoft.gradient(startColorstr='rgba(153, 0, 0, 0)', endColorstr='rgba(0, 125, 185, 0.9098)', GradientType=0);/* IE6-9 */
    }
}
@media (max-width: 61.1875em) {
    .general-section--post .general-section__secondary {
        background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(125, 185, 232, 0) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='rgba(153, 0, 0, 0)', endColorstr='rgba(0, 125, 185, 0.9098)', GradientType=0);
                filter: progid:dximagetransform.microsoft.gradient(startColorstr='rgba(153, 0, 0, 0)', endColorstr='rgba(0, 125, 185, 0.9098)', GradientType=0);/* IE6-9 */
        -ms-grid-column-span: 2 !important;
        -ms-grid-column: 1 !important;
            grid-column: 1 / span 2 !important;/* stylelint-disable-line */
    }
}
@supports (display: grid) {
    .general-section--centered-primary .general-section__secondary {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1;
        position: relative;
    }
}
@media (min-width: 48em) {
    .general-section--centered-primary .general-section__secondary {}
    @supports (display: grid) {
        .general-section--centered-primary .general-section__secondary {
            -ms-grid-column-span: 1;
            -ms-grid-column: 2;
                grid-column: 2 / span 1;
        }
    }
}
@media (max-width: 47.9375em) {
    .home .general-section--centered-primary .general-section__secondary {
        padding: 5rem 0;
    }
}
@supports (display: grid) {
    .general-section--centered-secondary .general-section__secondary {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1;
        -ms-grid-row-span: 1;
        -ms-grid-row: 2;
            grid-row: 2 / span 1;
        position: relative;
    }
}
@media (min-width: 48em) {
    .general-section--centered-secondary .general-section__secondary {}
    @supports (display: grid) {
        .general-section--centered-secondary .general-section__secondary {
            -ms-grid-column-span: 5;
            -ms-grid-column: 1;
                grid-column: 1 / span 5;
            -ms-grid-row-span: 3;
            -ms-grid-row: 1;
                grid-row: 1 / span 3;
        }
    }
}
.general-section__image {
    padding: 0 25px;
    padding: 0 2.5rem;
    text-align: center;
    width: 100%;
}
@media (min-width: 48em) {
    .general-section__image {
        margin-bottom: 0;
    }
}
.general-section__image--parallax {
    margin: auto;
    width: 90%;
}
.general-section__bg {
    background-repeat: no-repeat;
}
.general-section__bg--primary {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.general-section--designers .general-section__bg--primary {
    background-size: cover;
    width: 100%;
}
@media (min-width: 48em) {
    .general-section__bg--primary {
        position: relative;
        transform: scale(1.1);
    }
}
@media (max-width: 47.9375em) {
    .general-section--designers .general-section__bg--primary {
        min-height: 100%;
    }
}
.general-section__bg--secondary {
    text-align: center;
}
.general-section--locations .general-section__bg--secondary {
    transition: all 1s;
}
.general-section--designers .general-section__bg--secondary {
    position: absolute;
    z-index: 0;
}
.general-section__bg-layer {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    z-index: 0;
}
@media (max-width: 61.1875em) {
    .general-section__bg-layer {
        display: none;
    }
}
@media (min-width: 61.25em) {
    .general-section__bg-layer {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&0.6+0,0+100 */
        background: linear-gradient(to right, rgba(0, 0, 0, .3) 0%, rgba(125, 185, 232, 0) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='rgba(153, 0, 0, 0)', endColorstr='rgba(0, 125, 185, 0.9098)', GradientType=1);
                filter: progid:dximagetransform.microsoft.gradient(startColorstr='rgba(153, 0, 0, 0)', endColorstr='rgba(0, 125, 185, 0.9098)', GradientType=1);/* IE6-9 */
        width: 50%;
    }
}
.general-section__video-wrap {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
}
.general-section__video {}
@media (max-width: 47.9375em) {
    .general-section__video {}
    .ir__item .general-section__video.video-js {
        position: relative !important;/* stylelint-disable-line */
        width: 100%;
    }
}
.section-content {
    padding: 0 25px;
    padding: 0 2.5rem;
    position: relative;
    z-index: 10;
}
.general-section .section-content {
    padding: 0;
}
@media (min-width: 48em) {
    .section-content {
        padding: 0;
    }
}
.section-content--max {
    margin: auto;
    max-width: 920px;
    max-width: 92rem;
}
.section-content--header {
    margin: 0 auto 30px;
    margin: 0 auto 3rem;
    padding: 0 30px;
    padding: 0 3rem;
}
@media (min-width: 48em) {
    .section-content--header {
        margin: 0 auto 5rem;
    }
}
.section-content--header-team {
    padding: 0 30px;
    padding: 0 3rem;
}
@media (min-width: 48em) {
    .section-content--header-team {
        margin: 0 auto 3rem;
    }
}
.section-content--page-size {
    min-height: 500px;
    min-height: 50rem;
}
.section-content--alt {}
.section-content--maxed {
    max-width: 500px;
    max-width: 50rem;
    padding: 0 30px !important;
    padding: 0 3rem !important;
}
/* stylelint-disable-line */
.general-section__primary .section-content--maxed, .general-section__secondary .section-content--maxed {}
@media (max-width: 47.9375em) {
    .general-section__primary .section-content--maxed, .general-section__secondary .section-content--maxed {
        padding: 0 !important;/* stylelint-disable-line */
    }
}
.section-content--maxed-expertise {
    max-width: 500px;
    max-width: 50rem;
    width: 100%;
    padding: 0 30px !important;
    padding: 0 3rem !important;
}
/* stylelint-disable-line */
.general-section__secondary .section-content--maxed-expertise {}
.general-section__primary .section-content--maxed-expertise, .general-section__secondary .section-content--maxed-expertise {}
@media (min-width: 48em) {
    .general-section__secondary .section-content--maxed-expertise {
        padding: 0 !important;/* stylelint-disable-line */
    }
}
@media (max-width: 47.9375em) {
    .general-section__primary .section-content--maxed-expertise, .general-section__secondary .section-content--maxed-expertise {
        padding: 0 3rem !important;/* stylelint-disable-line */
    }
}
.general-section__primary .section-content--homepage, .general-section__secondary .section-content--homepage {}
@media (min-width: 48em) {
    .general-section__primary .section-content--homepage, .general-section__secondary .section-content--homepage {
        padding: 0 4rem !important;/* stylelint-disable-line */
    }
}
.section-content--post {
    opacity: 0;
    transition: right 1s, opacity 1s;
}
@media (max-width: 47.9375em) {
    .section-content--post {
        padding: 0;
    }
}
@media (min-width: 48em) and (max-width: 61.1875em) {
    .section-content--post {
        max-width: 80%;
    }
}
@media (min-width: 61.25em) {
    .section-content--post {
        max-width: 37rem;
    }
}
@media (min-width: 48em) and (max-width: 61.1875em) {
    .section-content--post {
        padding: 2.5rem 0 !important;/* stylelint-disable-line */
    }
}
.section-content--loaded {
    opacity: 1;
}
.section-content__title {
    letter-spacing: 0.1em;
    font-family: 'Copperplate Gothic Light', serif;
    font-style: normal;
    font-weight: 400;
    color: #666;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
}
.section-content--alt .section-content__title {
    color: #fff;
}
.section-content--maxed-expertise .section-content__title {
    text-align: center;
}
.section-content--homepage .section-content__title {}
.section-content--post .section-content__title {
    position: relative;
}
.section-content--post.section-content--alt .section-content__title {}
.section-content--post.section-content--loaded .section-content__title {}
@media (min-width: 48em) {
    .section-content__title {
        letter-spacing: 0.08333em;
        font-size: 2.4rem;
        margin-bottom: 3rem;
    }
}
@media (min-width: 48em) {
    .section-content--alt .section-content__title {
        text-align: left;
    }
}
@media (min-width: 48em) {
    .section-content--maxed-expertise .section-content__title {
        text-align: center;
    }
}
@media (min-width: 48em) {
    .section-content--homepage .section-content__title {
        margin-bottom: 4rem;
    }
}
@media (max-width: 47.9375em) {
    .section-content--post .section-content__title {
        margin-bottom: 3rem;
        padding: 0 3.5rem;
    }
}
@media (min-width: 61.25em) {
    .section-content--post .section-content__title {
        text-align: left;/* &::before {
                    background: $color--white;
                    content: '';
                    display: block;
                    height: .1rem;
                    left: 0;
                    position: absolute;
                    top: 50%;
                    transition: all 1s;
                    width: 0;
                } */
    }
}
@media (min-width: 48em) and (max-width: 61.1875em) {
    .section-content--post.section-content--alt .section-content__title {
        text-align: center;
    }
}
@media (min-width: 61.25em) {
    .section-content--post.section-content--loaded .section-content__title {/* &::before {
                    left: -20rem;
                    width: 17rem;
                }
                */
    }
}
.section-content__image {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    text-align: center;
}
.section-content__secondary .section-content__image {
    margin: 0;
}
.section-content--homepage .section-content__image {}
.section-content__image img {/* stylelint-disable-line */
    opacity: 0;
    transition: opacity 2s;
}
.section-content__image img.active {
    opacity: 1;
    transition: opacity 2s;
}
@media (min-width: 48em) {
    .section-content__image {
        margin-bottom: 5rem;
    }
}
@media (min-width: 48em) {
    .section-content--homepage .section-content__image {
        margin-bottom: 4rem;
    }
}
.section-content__text {
    letter-spacing: 0.07692em;
    font-family: 'Libre Baskerville', Georgia, serif;
    font-style: normal;
    font-weight: 400;
    color: #666;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    text-align: center;
}
.section-content--header .section-content__text {
    text-align: center;
}
.section-content--alt .section-content__text {
    color: #fff;
}
.home .section-content--alt .section-content__text, .post .section-content--alt .section-content__text {}
.section-content--maxed-expertise .section-content__text {}
.section-content--post .section-content__text {}
.section-content--post.section-content--alt .section-content__text {}
.section-content--homepage .section-content__text {}
.additional-block .section-content__text {
    margin-bottom: 0;
}
.section-content__text a {/* stylelint-disable-line selector-no-type */
    color: #666;
    text-decoration: none;
}
.section-content__text p {/* stylelint-disable-line selector-no-type */
    line-height: 1.8;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}
.section-content__text p:last-child {
    margin-bottom: 0;
}
@media (min-width: 48em) {
    .section-content__text {
        margin-bottom: 4rem;
    }
}
@media (min-width: 48em) {
    .home .section-content--alt .section-content__text, .post .section-content--alt .section-content__text {
        text-align: left;
    }
}
@media (min-width: 48em) {
    .section-content--maxed-expertise .section-content__text {
        text-align: center;
    }
}
@media (max-width: 47.9375em) {
    .section-content--post .section-content__text {
        padding: 0 2.5rem;
    }
}
@media (max-width: 47.9375em) {
    .section-content--post.section-content--alt .section-content__text {
        padding: 0 2.5rem;
    }
}
@media (min-width: 48em) {
    .section-content--homepage .section-content__text {
        margin-bottom: 4rem;
    }
}
.section-content__text:last-child {
    margin-bottom: 0;
}
.section-content__link {
    text-align: center;
}
.section-content--post .section-content__link, .section-content--alt .section-content__link {}
@media (min-width: 48em) {
    .section-content--post .section-content__link, .section-content--alt .section-content__link {
        text-align: left;
    }
}
.section-content--override {}
@media (max-width: 47.9375em) {
    .general-section__primary .section-content--override, .general-section__secondary .section-content--override {
        padding: 0 2.5rem !important;/* stylelint-disable-line */
    }
}
/* @import '../../../../skypress/assets/css/src/modules/lodha-link.css'; */
.overlay {
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
}
.general-grid {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-grid-column-align: center;
        justify-items: center;
    padding: 35px 25px;
    padding: 3.5rem 2.5rem;
}
.page-template-team-template .general-grid {}
.general-grid--alt {
    -ms-flex-align: start;
        align-items: start;
    padding: 0;
}
.general-grid--full-bleed {
    padding: 0 !important;/* stylelint-disable-line */
}
.general-grid--mobile-only {
    padding: 0 25px;
    padding: 0 2.5rem;
}
@media (min-width: 48em) {
    .general-grid--mobile-only {
        display: none;
    }
}
.general-grid--team {
    -ms-flex-align: start;
        align-items: flex-start;
}
.general-grid--press {
    -ms-flex-align: stretch;
        align-items: stretch;
}
.general-grid--2col {}
.general-grid--3col {}
@media (min-width: 48em) {
    .general-grid {
        padding: 4.5rem 5rem;
    }
    .general-grid--alt {
        padding: 4.5rem 0 0;
    }
}
.general-grid--featured-first {
    padding: 0 25px;
    padding: 0 2.5rem;
}
@media (min-width: 48em) {
    .general-grid--featured-first {
        padding: 0 5rem;
    }
}
@media (min-width: 48em) {
    .page-template-team-template .general-grid {
        margin-bottom: 5rem;
    }
}
.general-grid__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 100%;
    width: 100%;
}
.general-grid--mobile-only .general-grid__item {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.general-grid--featured-first .general-grid__item {}
.general-grid--2col .general-grid__item {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.general-grid--press .general-grid__item {}
@media (max-width: 47.9375em) {
    .general-grid--featured-first .general-grid__item {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 47.9375em) {
    .general-grid--press .general-grid__item {
        margin-bottom: 3rem;
    }
}
@media (min-width: 48em) {
    .general-grid__item {
        -ms-flex: 1 1 33.33333%;
            flex: 1 1 33.33333%;
        margin-bottom: 5rem;
        max-width: 33.33333%;
        padding: 0 2.5rem;
        width: 33.33333%;
    }
    .general-grid--alt .general-grid__item {
        margin-bottom: 0;
        padding: 0;
    }
    .general-grid--2col .general-grid__item {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        -ms-flex-pack: center;
            justify-content: center;
        margin-bottom: 2rem;
        max-width: 50%;
        width: 50%;
    }
}
.general-grid__item--hidden {
    display: none;
}
.general-grid--featured-first .general-grid__item:first-child {
    border-right: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
@media (min-width: 48em) {
    .general-grid--featured-first .general-grid__item:first-child {
        border-bottom: 1px solid #e5e5e5;
    }
}
.general-grid--team .general-grid__item:last-child {
    margin: auto;
}
.featured-item {
    text-align: center;
    text-decoration: none;
}
.featured-item--press {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
}
.featured-item__image, .featured-item__name, .featured-item__title, .featured-item__bio {
    text-decoration: none;
}
.featured-item__image {
    max-width: 270px;
    max-width: 27rem;
    width: 100%;
}
.featured-item__name {
    letter-spacing: 0.125em;
    font-family: 'Copperplate Gothic Light', serif;
    font-style: normal;
    font-weight: 400;
    color: #666;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}
.featured-item--press .featured-item__name {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    margin-top: 10px;
    margin-top: 1rem;
}
.featured-item__title, .featured-item__bio {
    letter-spacing: 0.07692em;
    font-family: 'Libre Baskerville', Georgia, serif;
    font-style: normal;
    font-weight: 400;
    color: #666;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
}
.featured-item--press .featured-item__title {
    -ms-flex-item-align: end;
        align-self: flex-end;
}
.featured-item__bio {
    color: #999;
    margin-top: 15px;
    margin-top: 1.5rem;
    max-width: 450px;
    max-width: 45rem;
    padding: 0 20px;
    padding: 0 2rem;
    text-align: center;
    width: 100%;
}
.featured-item--press .featured-item__bio {
    display: none;
}
.article-block {
    position: relative;
    width: 100%;
}
.article-block__image {
    height: auto;
    width: 100%;
}
.article-block__title {
    letter-spacing: 0.125em;
    font-family: 'Copperplate Gothic Light', serif;
    font-style: normal;
    font-weight: 400;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-top: .1rem solid rgba(255, 255, 255, .2);
    bottom: 0;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    left: 0;
    padding: 35px 10px;
    padding: 3.5rem 1rem;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.nav-links .nav-previous, .nav-links .nav-next {
    opacity: .5;
    position: absolute;
    top: 35px;
    top: 3.5rem;
    transform: translateY(-50%);
    z-index: 9999;
}
.nav-links .nav-previous svg, .nav-links .nav-next svg {/* stylelint-disable-line selector-no-type */
    width: 89%;
}
.nav-links .nav-previous {/* reverse, because WP */
    right: 10px;
    right: 1rem;
}
.nav-links .nav-next {/* reverse, because WP */
    left: 10px;
    left: 1rem;
    transform: translateY(-50%) rotate(180deg);
}
.nav-links__icon {
    display: block;
    height: 25px;
    height: 2.5rem;
    width: 15px;
    width: 1.5rem;
}
@media (min-width: 61.25em) {
    .nav-links__icon {
        height: 5rem;
        width: 3rem;
    }
}
@media (min-width: 61.25em) {
    .nav-links .nav-previous, .nav-links .nav-next {
        top: 50%;
    }
}
@media (min-width: 61.25em) {
    .nav-links .nav-previous {
        right: 3rem;
    }
}
@media (min-width: 61.25em) {
    .nav-links .nav-next {
        left: 3rem;
    }
}
.post-article {
    position: relative;
}
.slider-caption {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.slider-caption__text-wrap {
    position: relative;
}
@media (min-width: 61.25em) {
    .slider-caption__text-wrap {}
    .slider-caption__text-wrap::after {
        background: rgba(255, 255, 255, .4);
        content: '';
        display: block;
        height: .1rem;
        margin: 2rem 0;
        width: 100%;
    }
}
.slider-caption__text {
    letter-spacing: 0.11111em;
    font-family: 'Copperplate Gothic Light', serif;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    padding: 0 45px;
    padding: 0 4.5rem;
    text-align: left;
    text-transform: uppercase;
}
@media (min-width: 61.25em) {
    .slider-caption__text {
        margin-bottom: 0;
        padding: 0 2rem;
    }
}
.slider-caption__link {
    padding: 0 45px;
    padding: 0 4.5rem;
    position: relative;
    text-align: left;
}
.swiper-slide-active .slider-caption__link, .swiper-slide-active-class .slider-caption__link {}
.swiper-slide-active .slider-caption__link::before, .swiper-slide-active-class .slider-caption__link::before {
    height: 15px;
    height: 1.5rem;
    transition: all .3s;
}
.c-landing-slider--parallax-slides .slider-caption__link {}
.c-landing-slider--parallax-slides .slider-caption__link::before {}
.slider-caption__link::before {
    background: rgba(255, 255, 255, .4);
    content: '';
    display: none;
    height: 0;
    left: 24px;
    left: 2.4rem;
    margin: auto;
    position: absolute;
    top: -20px;
    top: -2rem;
    transition: all .3s;
}
@media (min-width: 61.25em) {
    .slider-caption__link {
        padding: 0 2rem;
    }
    .slider-caption__link::before {
        display: block;
        height: 0;
        left: 2.4rem;
        top: -2rem;
        width: .1rem;
    }
}
@media (max-width: 61.1875em) {
    .c-landing-slider--parallax-slides .slider-caption__link::before {
        display: block;
        height: .1rem;
        left: 2.5rem;
        top: 50%;
        width: 1rem;
    }
}
.c-landing-slider--parallax-slides .swiper-slide .banner__figure {}
.c-landing-slider--parallax-slides .swiper-slide .slider-caption__text, .c-landing-slider--parallax-slides .swiper-slide .slider-caption__link {}
.c-landing-slider--parallax-slides .swiper-slide .slider-caption__link::before {}
.c-landing-slider--parallax-slides .swiper-slide-active-class .banner__figure {}
.c-landing-slider--parallax-slides .swiper-slide-active-class .slider-caption__link::before {}
.c-landing-slider--parallax-slides .swiper-slide-active-class .slider-caption__text, .c-landing-slider--parallax-slides .swiper-slide-active-class .slider-caption__link {}
.c-landing-slider--parallax-slides .swiper-slide-active .banner__figure {}
.c-landing-slider--parallax-slides .swiper-slide-active .slider-caption__text, .c-landing-slider--parallax-slides .swiper-slide-active .slider-caption__link {}
.c-landing-slider--parallax-slides .swiper-slide-active .slider-caption__link::before {}
@media (min-width: 61.25em) {
    .c-landing-slider--parallax-slides .swiper-slide .banner__figure {
        transform: scale(1.3) translateX(-10%);
        transition: transform 1.5s;
    }
}
@media (min-width: 61.25em) {
    .c-landing-slider--parallax-slides .swiper-slide .slider-caption__text, .c-landing-slider--parallax-slides .swiper-slide .slider-caption__link {
        text-indent: 10%;
        transition: text-indent 1.9s;
    }
}
@media (min-width: 61.25em) {
    .c-landing-slider--parallax-slides .swiper-slide .slider-caption__link::before {
        left: 12%;
        transition: left 1.9s;
    }
}
@media (min-width: 61.25em) {
    .c-landing-slider--parallax-slides .swiper-slide-active-class .banner__figure {
        transform: scale(1.3) translateX(0);
        transition: none;
    }
}
@media (min-width: 61.25em) {
    .c-landing-slider--parallax-slides .swiper-slide-active-class .slider-caption__link::before {
        left: 2.4rem;
        transition: none;
    }
}
@media (min-width: 61.25em) {
    .c-landing-slider--parallax-slides .swiper-slide-active-class .slider-caption__text, .c-landing-slider--parallax-slides .swiper-slide-active-class .slider-caption__link {
        text-indent: 0;
        transition: none;
    }
}
@media (min-width: 61.25em) {
    .c-landing-slider--parallax-slides .swiper-slide-active .banner__figure {
        transform: scale(1.3) translateX(0);
        transition: transform 1.5s;
    }
}
@media (min-width: 61.25em) {
    .c-landing-slider--parallax-slides .swiper-slide-active .slider-caption__text, .c-landing-slider--parallax-slides .swiper-slide-active .slider-caption__link {
        text-indent: 0;
        transition: text-indent 1.9s;
    }
}
@media (min-width: 61.25em) {
    .c-landing-slider--parallax-slides .swiper-slide-active .slider-caption__link::before {
        left: 2.4rem;
        transition: left 1.9s;
    }
}
.c-landing-slider--parallax-slides .swiper-wrapper {}
@media (max-width: 61.1875em) {
    .c-landing-slider--parallax-slides .swiper-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.additional-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0 25px;
    padding: 0 2.5rem;
}
@media (min-width: 48em) {
    .additional-block {
        padding: 0 5rem;
    }
}
.additional-block__inner {
    border-top: 1px solid #e5e5e5;
    border-top: .1rem solid #e5e5e5;
    padding: 40px 0;
    padding: 4rem 0;
}
@media (min-width: 48em) {
    .additional-block__inner {
        padding: 5rem 0;
    }
}
.grid-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    width: 100%;
}
.grid-item--accordion {}
.grid-item__image {
    width: 100%;
}
.page-template-contact-us .grid-item__image {
    margin: auto;
}
.grid-item--featured {}
.grid-item__content-wrap {
    width: 100%;
}
.grid-item--featured .grid-item__content-wrap {}
@media (min-width: 48em) {
    .grid-item__content-wrap {
        padding: 4rem 0;
    }
}
@media (max-width: 47.9375em) {
    .grid-item--featured .grid-item__content-wrap {
        padding: 4rem 0;
    }
}
.grid-item__content {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -ms-flex-pack: center;
        justify-content: center;
}
.grid-item--accordion .grid-item__content {
    border-bottom: 1px solid #e5e5e5;
}
.general-grid__item:nth-child(2n) .grid-item__content {}
.general-grid--featured-first .general-grid__item:first-child .grid-item__content {}
.general-grid--featured-first .general-grid__item:nth-child(2n) .grid-item__content {}
.general-grid--featured-first .general-grid__item:nth-child(3n+4) .grid-item__content {}
@media (min-width: 48em) {
    .grid-item__content {
        border-right: 1px solid #e5e5e5;
    }
}
@media (max-width: 47.9375em) {
    .grid-item--accordion .grid-item__content {
        border-right: 0;
    }
}
@media (min-width: 48em) {
    .grid-item--accordion .grid-item__content {
        border-bottom: 0;
    }
}
@media (min-width: 48em) {
    .general-grid__item:nth-child(2n) .grid-item__content {
        border-right: 0;
    }
}
@media (min-width: 48em) {
    .general-grid--featured-first .general-grid__item:first-child .grid-item__content {
        border: 0;
    }
}
@media (min-width: 48em) {
    .general-grid--featured-first .general-grid__item:nth-child(2n) .grid-item__content {
        border-right: 1px solid #e5e5e5;
    }
}
@media (min-width: 48em) {
    .general-grid--featured-first .general-grid__item:nth-child(3n+4) .grid-item__content {
        border-right: 0;
    }
}
.grid-item__title {
    letter-spacing: 0.0625em;
    font-family: 'Copperplate Gothic Light', serif;
    font-style: normal;
    font-weight: 400;
    color: #666;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.grid-item--accordion .grid-item__title {}
@media (min-width: 48em) {
    .grid-item__title {
        letter-spacing: 0.05556em;
        font-size: 1.8rem;
    }
}
@media (max-width: 47.9375em) {
    .grid-item--accordion .grid-item__title {
        cursor: pointer;
        margin: 0;
        padding: 1.8rem 0;
    }
}
.grid-item__title-inner {
    display: block;
    position: relative;
}
.grid-item__arrow {
    bottom: 0;
    display: block;
    height: 10px;
    height: 1rem;
    margin: auto;
    position: absolute;
    right: 5px;
    right: .5rem;
    top: 0;
    transform: rotate(90deg);
    transition: transform .3s;
    width: 10px;
    width: 1rem;
}
.grid-item__title.open .grid-item__arrow {
    transform: rotate(-90deg);
    transition: transform .3s;
}
.grid-item__arrow svg {/* stylelint-disable-line selector-no-type */
    display: block;
    height: 100%;
    width: 100%;
}
.grid-item__arrow path {/* stylelint-disable-line selector-no-type */
    fill: #666;
}
@media (min-width: 48em) {
    .grid-item__arrow {
        display: none;
    }
}
.grid-item__text {
    letter-spacing: 0.07692em;
    font-family: 'Libre Baskerville', Georgia, serif;
    font-style: normal;
    font-weight: 400;
    color: #666;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.grid-item--accordion .grid-item__text {}
.grid-item__text a {/* stylelint-disable-line selector-no-type */
    color: #666;
    text-decoration: none;
}
.grid-item__text p {/* stylelint-disable-line selector-no-type */
    line-height: 1.8;
}
@media (max-width: 47.9375em) {
    .grid-item--accordion .grid-item__text {
        display: none;
        padding: 1rem 0 3rem;
    }
}
.map-hotspots {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.map-hotspots__item {
    display: none;
    position: absolute;
    z-index: 10;
}
.map-hotspots__item::before, .map-hotspots__item::after {
    background: #666;
    content: '';
    display: block;
    position: absolute;
}
.map-hotspots__item::before {
    height: 100%;
    left: 2px;
    left: .2rem;
    width: 1px;
    width: .1rem;
}
.map-hotspots__item::after {}
@media (min-width: 48em) {
    .map-hotspots__item::after {
        border-radius: 100%;
        bottom: 0;
        height: .5rem;
        left: 0;
        width: .5rem;
    }
}
.map-hotspots__item--right {}
.map-hotspots__item--right::before {
    left: auto;
    right: 2px;
    right: .2rem;
}
.map-hotspots__item--right::after {
    left: auto;
    right: 0;
}
.map-hotspots__content {
    display: none;
    padding: 0 20px;
    padding: 0 2rem;
}
@media (min-width: 48em) {
    .map-hotspots__content {
        display: block;
    }
}
.map-hotspots__title {
    letter-spacing: 0.13333em;
    font-family: 'Copperplate Gothic Light', serif;
    font-style: normal;
    font-weight: 400;
    color: #666;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    padding: 0 10px 0 15px;
    padding: 0 1rem 0 1.5rem;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}
.map-hotspots__item--right .map-hotspots__title {
    text-align: right;
}
.map-hotspots__item--uk .map-hotspots__title, .map-hotspots__item--china .map-hotspots__title {}
.map-hotspots__item--uk .map-hotspots__title::before, .map-hotspots__item--china .map-hotspots__title::before {}
.map-hotspots__item--china .map-hotspots__title {
    width: 271px;
    width: 27.1rem;
}
@media (max-width: 47.9375em) {
    .map-hotspots__title {
        cursor: pointer;
    }
}
@media (min-width: 48em) {
    .map-hotspots__title {
        letter-spacing: 0.11111em;
        font-size: 1.8rem;
        padding: 0 2rem;
    }
}
@media (min-width: 48em) {
    .map-hotspots__item--right .map-hotspots__title {
        padding: 0 2rem;
    }
}
@media (max-width: 47.9375em) {
    .map-hotspots__title {
        margin-left: 1rem;
    }
    .map-hotspots__title::before {
        background-image: url('../../dist/images/svg-min/lodha-burger.svg');
        background-position: center center;
        background-repeat: no-repeat;
        bottom: 0;
        content: '';
        display: block;
        height: 1rem;
        left: 0;
        margin: auto;
        position: absolute;
        top: -.1rem;
        width: 1rem;
    }
}
@media (max-width: 47.9375em) {
    .map-hotspots__item--uk .map-hotspots__title, .map-hotspots__item--china .map-hotspots__title {
        width: 11.3rem;
    }
}
@media (max-width: 47.9375em) {
    .map-hotspots__item--uk .map-hotspots__title::before, .map-hotspots__item--china .map-hotspots__title::before {
        bottom: auto;
        top: .2rem;
    }
}
@media (max-width: 47.9375em) {
    .map-hotspots__item--china .map-hotspots__title {
        width: 9rem;
    }
}
.map-hotspots__text {
    letter-spacing: 0.07692em;
    font-family: 'Libre Baskerville', Georgia, serif;
    font-style: normal;
    font-weight: 400;
    color: #808080;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: left;
}
.map-hotspots__item--right .map-hotspots__text {
    text-align: right;
}
.map-hotspots__text > * {
    white-space: nowrap;
}
.map-hotspots__text a {/* stylelint-disable-line */
    color: #808080;
}
.custom-map {
    position: relative;
}
@media (max-width: 47.9375em) {
    .custom-map {
        margin-bottom: 1rem;
    }
}
.custom-map__content {
    background: #f0f0f0;
    text-align: center;
}
.custom-map__image {
    display: block;
    overflow: hidden;
    position: relative;
}
.custom-map__image img {/* stylelint-disable-line */
    height: 100%;
    width: 100%;
}
.custom-map__video {
    display: block;
    height: 0 !important;/* IE11 bug fix *//* stylelint-disable-line declaration-no-important */
    padding-bottom: 56.25% !important;/* 720 / 1280 * 100 *//* stylelint-disable-line declaration-no-important */
    position: relative;
    visibility: hidden;
    width: 100% !important;/* IE11 bug fix *//* stylelint-disable-line declaration-no-important */
}
.c-landing-slider__inner--residential .slider-controls {
    display: none;
}
.slider-controls .swiper-button-next, .slider-controls .swiper-button-prev {
    background-image: none;
    cursor: pointer;
    height: 25.5px;
    height: 2.55rem;/* stylelint-disable-line */
    opacity: .2;
    top: 49.7%;
    transition: opacity .3s;
    width: 14.5px;
    width: 1.45rem;/* stylelint-disable-line *//* .home & {
            top: calc(50% - 25px);

            @media (--from-tablet) {
                top: calc(50% - 51px);
            }
        } */
}
.slider-controls .swiper-button-prev {
    transform: rotate(180deg);
}
@media (min-width: 48em) {
    .c-landing-slider__inner--residential .slider-controls {
        display: block;
    }
}
@media (min-width: 48em) {
    .slider-controls .swiper-button-next, .slider-controls .swiper-button-prev {
        height: 5.13rem;/* stylelint-disable-line */
        width: 2.7rem;/* stylelint-disable-line */
    }
}
@media (min-width: 61.25em) {
    .slider-controls .swiper-button-next, .slider-controls .swiper-button-prev {}
    .slider-controls .swiper-button-next:hover, .slider-controls .swiper-button-prev:hover {
        opacity: .5;
    }
}
.parallax-block {
    -ms-flex-align: center;
        align-items: center;
    background: transparent;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 560px;
    min-height: 56rem;
}
.parallax-block--featured {}
.parallax-block__content {
    max-width: 560px;
    max-width: 56rem;
    width: 100%;
}
.parallax-block--featured .parallax-block__content {
    max-width: 700px;
    max-width: 70rem;
}
.parallax-block__title {/* @map fonts futura book; */
    letter-spacing: 0.03667em;
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
    text-transform: uppercase;
}
.parallax-block__title::after {
    background-color: #fff;
    content: '';
    display: block;
    height: 1px;
    height: .1rem;
    margin: 25px auto;
    margin: 2.5rem auto;
    width: 90px;
    width: 9rem;
}
.parallax-block__text {/* @map fonts futura book; */
    letter-spacing: 0.01667em;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    margin: auto;
    max-width: 400px;
    max-width: 40rem;
    text-align: center;
}
.parallax-block__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
}
.parallax-block__image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.parallax-block__image img {/* stylelint-disable-line */
    width: 100%;
}
@media (min-width: 48em) {
    .parallax-block__image {
        position: absolute;
    }
}
@media (min-width: 61.25em) and (max-width: 79.9375em) {
    .parallax-block__image img {
        transform: scale(1.2);
    }
}
.parallax-element {
    position: relative;
}
.parallax-background {
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-background--designer-post {
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-background__filler {
    overflow: hidden;
    position: relative;
    width: 100%;
}
@media (min-width: 48em) {
    .parallax-background__filler {}
}
.page-template-locations .site-content, .category .site-content {}
@media (min-width: 48em) {
    .page-template-locations .site-content, .category .site-content {}
}
.home .video-js .vjs-tech {
    position: relative !important;/* stylelint-disable-line */
}

/* PRINT - h5bp */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
    *, *:before, *:after, *:first-letter, p:first-line, div:first-line, blockquote:first-line, li:first-line {
        background: transparent !important;
        color: #000 !important;/* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }/*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }/*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}

/**
 * ===================
 * Child theme imports
 * ===================
 */

.c-landing {}

.c-landing-slider {
    margin-bottom: 90px;
    margin-bottom: 9rem;
    overflow: visible !important;
}

.c-landing-slider .swiper-container {
    overflow: visible;
}

.c-landing-slider .slider-caption {
    background: rgba(255, 255, 255, 1);
    left: 11%;
    width: 78%;
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    top: 50%;
    padding: 0;
    transform: none;
}

.c-landing-slider .slider-caption__title {
    line-height: 1.1;
    text-transform: uppercase;
    color: #666;
    text-align: center;
    padding: 30px 30px 20px 30px;
    letter-spacing: 3px;
    letter-spacing: 0.3rem;
    font-size: 22px;
    font-size: 2.2rem;
}

.c-landing-slider .slider-caption__text {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1px;
    letter-spacing: .01rem;
    line-height: 1.4;
    text-transform: none;
    padding: 0 10px 10px;
    color: #666;
    text-align: center;
}

.c-landing-slider .slider-caption__caption a {
    color: #f26f24;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 2.5px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    text-align: center;
}

.c-landing-slider .slider-controls--home {
    display: block;
}

.c-landing-slider .slider-controls--home .swiper-button-prev {
    left: 10px;
    top: 50%;
}

.c-landing-slider .slider-controls--home .swiper-button-next {
    right: 10px;
    top: 50%;
}

@media (min-width: 61.25em) {
    .c-landing-slider {
        margin-bottom: 0;
        overflow: hidden;
    }
}

@media (min-width: 61.25em) {
    .c-landing-slider .swiper-container {
        overflow: hidden;
    }
}

.c-landing-slider__inner--home {
    top: 66px !important;
    top: 6.6rem !important;
}

@media (min-width : 414px) and (max-width : 736px) {
    .c-landing-slider .slider-caption {
        top: 70%;
    }
}

@media (min-width : 320px) and (max-width : 568px) {
    .c-landing-slider .slider-caption {
        top: 60%;
        left: 5%;
        width: 90%;
    }
}

@media (min-width: 48em) {
    .c-landing-slider .slider-caption {
        left: 10%;
        top: 10%;
        padding: 1%;
        width: 40%;
        background: rgba(255, 255, 255, .8);
    }
}

@media (min-width: 61.25em) {
    .c-landing-slider .slider-caption {
        padding: 2%;
        width: 30%;
        top: 19rem;
        left: 6rem;
    }
}

@media (min-width: 80em) {
    .c-landing-slider .slider-caption {
        width: 25%;
    }
}

@media (min-width: 100em) {
    .c-landing-slider .slider-caption {
        width: 20%;
        top: 19rem;
    }
}

@media (min-width : 320px) and (max-width : 568px) {
    .c-landing-slider .slider-caption__title {
        font-size: 1.6rem;
        padding: 20px 20px 10px 20px;
    }
}

@media (min-width : 414px) and (max-width : 736px) {
    .c-landing-slider .slider-caption__title {
        font-size: 2.0rem;
    }
}

@media (min-width: 48em) {
    .c-landing-slider .slider-caption__title {
        font-size: 2.2rem;
    }
}

@media (min-width: 61.25em) {
    .c-landing-slider .slider-caption__title {
        font-size: 3.0rem;
        padding: 20px;
        letter-spacing: 0.1rem;
    }
}

@media (min-width : 320px) and (max-width : 568px) {
    .c-landing-slider .slider-caption__text {
        font-size: 1.2rem;
    }
}

@media (min-width : 414px) and (max-width : 736px) {
    .c-landing-slider .slider-caption__text {
        font-size: 1.3rem;
    }
}

@media (min-width: 48em) {
    .c-landing-slider .slider-caption__text {
        font-size: 1.4rem;
    }
}

@media (min-width: 61.25em) {
    .c-landing-slider .slider-caption__text {
        font-size: 1.6rem;
        padding: 20px;
    }
}

@media (min-width: 48em) {
    .c-landing-slider .slider-caption__caption a {}
}

@media (min-width: 61.25em) {
    .c-landing-slider .slider-caption__caption a {
        font-size: 1.6rem;
        padding: 20px;
    }
}

@media (min-width: 61.25em) {
    .c-landing-slider .slider-controls--home {
        display: block;
    }
}

@media (min-width: 61.25em) {
    .c-landing-slider .slider-controls--home .swiper-button-prev {
        top: 50%;
    }
}

@media (min-width: 61.25em) {
    .c-landing-slider .slider-controls--home .swiper-button-next {
        top: 50%;
    }
}
.c-amenities-slider {
    z-index: 0;
    height: 100%;
    padding-top: 0;
}
.c-amenities-slider .banner__caption {
    z-index: 2;
}
.c-amenities-slider .banner__caption .banner__copy {
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
}
.c-amenities-slider .banner__link {
    color: #fff;
    left: 50%;
    padding: 0 2.5rem;
    padding: 0 2.5rem;
    position: absolute;
    top: 80%;
    transform: translate(-50%, -80%);
    width: 100%;
    z-index: 2;
}
.c-amenities-slider .banner__link a {
    text-decoration: none;
    color: #fff;
}
.c-amenities-slider .banner__link a:link, .c-amenities-slider .banner__link a:visited, .c-amenities-slider .banner__link a:hover, .c-amenities-slider .banner__link a:active {
    text-decoration: none;
    color: #fff;
}
.c-amenities-slider .banner__link p {
    background: #f26f24;
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.3px;
    letter-spacing: .03rem;
    margin: 20px auto;
    margin: 2rem auto;
    max-width: 150px;
    max-width: 15rem;
    padding: 10px;
    padding: 1rem;
    text-align: center;
}
@media (min-width: 48em) {
    .c-amenities-slider {
        height: 0;
        padding-top: 50%;
        position: relative;
        overflow: hidden;
    }
}
@media (min-width: 61.25em) {
    .c-amenities-slider {
        padding-top: 56%;
    }
}
@media (min-width: 120em) {
    .c-amenities-slider {
        padding-top: 57%;
    }
}
.c-amenities-slider--mobile-height {}
@media (max-width: 47.9375em) {
    .c-amenities-slider--mobile-height {
        height: 49rem;
    }
}
.c-amenities-slider--parallax-slides {}
.c-amenities-slider__inner {
    position: relative;
}
.c-amenities-slider--parallax-slides .c-amenities-slider__inner {}
@media (min-width: 48em) {
    .c-amenities-slider__inner {
        position: absolute;
    }
}
.c-amenities-slider__inner--home {
    width: 100%;
    z-index: 0;
}
.admin-bar .c-amenities-slider__inner--home {
    top: 46px;
    top: 4.6rem;
}
@media (min-width: 61.25em) {
    .c-amenities-slider__inner--home {
        top: 9.5rem;
    }
}
@media (min-width: 48em) {
    .admin-bar .c-amenities-slider__inner--home {
        top: 3.2rem;
    }
}
.c-amenities-slider__inner--residential {}
@media (min-width: 61.25em) {
    .c-amenities-slider--parallax-slides .c-amenities-slider__inner {
        padding: 0 35% 0 5%;
    }
}
.c-amenities-slider__wrapper {
    display: -ms-flexbox;
    display: flex;
}
.c-amenities-slider__inner--residential .c-amenities-slider__slide {}
.c-amenities-slider__slide .slider-caption {
    background: rgba(255, 255, 255, 1);
    left: 12%;
    width: 75%;
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    top: 66%;
    padding: 0;
    transform: translateY(0px);
}
.c-amenities-slider__slide .slider-caption:after {
    content: "";
    display: block;
    padding-bottom: 10%;/* reference: https://spin.atomicobject.com/2015/07/14/css-responsive-square/ */
}
.c-amenities-slider__slide .slider-caption__title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    text-transform: uppercase;
    color: #666;
    text-align: center;
    padding: 30px 18px 0;
    padding: 3rem 18px 0;
}
.c-amenities-slider__slide .slider-caption__text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    text-transform: none;
    padding: 10px 0 10px;
    color: #666;
    letter-spacing: 1px;
    text-align: center;
}
.c-amenities-slider__slide .slider-caption__text p {
    padding: 10px 0;
    padding: 1rem 0;
    letter-spacing: 0.3px;
    letter-spacing: 0.03rem;
}
.c-amenities-slider__slide .slider-caption__caption a {
    color: #f26f24;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 2.5px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    text-align: center;
}
.c-amenities-slider__slide .slider-caption__wrapper {
    margin: 0 auto;
}
@media (min-width: 61.25em) {
    .c-amenities-slider__inner--residential .c-amenities-slider__slide {}
    .c-amenities-slider__inner--residential .c-amenities-slider__slide.swiper-slide-prev {
        transform: scale(1.3) translateX(15%);
        transition: transform 1.5s;
    }
    .c-amenities-slider__inner--residential .c-amenities-slider__slide.swiper-slide-active .banner__figure {
        transform: scale(1) translateX(0);
        transition: transform 1.5s;
    }
}
@media (min-width: 34.9375em) and (max-width: 47.9375em) {
    .c-amenities-slider__slide .slider-caption {
        left: 7%;
        width: 86%;
        top: 62%;
    }
}
@media (min-width: 48em) {
    .c-amenities-slider__slide .slider-caption {
        left: 5%;
        top: 13%;
        padding: 1%;
        background: rgba(255, 255, 255, .78);
        width: 26rem;
        height: 26rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
    }
}
@media (min-width: 61.25em) {
    .c-amenities-slider__slide .slider-caption {
        padding: 2%;
        width: 38rem;
        height: 38rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
    }
}
@media (min-width: 48em) {
    .c-amenities-slider__slide .slider-caption__title {}
}
@media (min-width: 61.25em) {
    .c-amenities-slider__slide .slider-caption__title {
        font-size: 2.8rem;
        padding: 20px 20px 10px;
    }
}
@media (min-width: 48em) {
    .c-amenities-slider__slide .slider-caption__text {}
}
@media (min-width: 61.25em) {
    .c-amenities-slider__slide .slider-caption__text {
        font-size: 1.7rem;
        line-height: 1.15;
        padding: 10px 20px 20px;
    }
}
@media (min-width: 48em) and (max-width: 61.1875em) {
    .c-amenities-slider__slide .slider-caption__text p {
        padding: 1rem 2rem;
    }
}
@media (min-width: 48em) {
    .c-amenities-slider__slide .slider-caption__caption a {}
}
@media (min-width: 61.25em) {
    .c-amenities-slider__slide .slider-caption__caption a {
        font-size: 1.6rem;
        padding: 20px;
    }
}
.c-amenities-slider__pagination {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    padding: 0 20px;
    padding: 0 2rem;
    position: absolute;
    text-align: center;
    transform: translate3d(0, 0, 0);
    width: 100%;
    z-index: 10;
}
@media (min-width: 48em) {
    .c-amenities-slider__pagination {
        padding: 0 5rem;
    }
}
@media (min-width: 61.25em) {
    .c-amenities-slider__pagination {
        padding: 0 10rem;
    }
}
.c-amenities-slider__pagination::before {
    background: rgba(255, 255, 255, .5);
    content: ' ';
    display: block;
    height: 1px;
    height: .1rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.c-amenities-slider__pagination-item {
    background: transparent;
    cursor: pointer;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding: 15px 0;
    padding: 1.5rem 0;
    position: relative;
}
.c-amenities-slider__pagination-item::before {
    background: transparent;
    content: ' ';
    display: block;
    height: 1px;
    height: .1rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.c-amenities-slider__pagination-item::after {
    background: rgba(255, 255, 255, .4);
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s;
    width: 1px;
    width: .1rem;
}
.c-amenities-slider__pagination-item--active {}
.c-amenities-slider__pagination-item--active::before {
    background: rgba(255, 255, 255, .4);
}
.c-amenities-slider__pagination-item--active::after {
    height: 15px;
    height: 1.5rem;
    top: -15px;
    top: -1.5rem;
    transition: all .3s;
}
.c-amenities-slider__text {
    letter-spacing: 0.16667em;
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    color: rgba(255, 255, 255, .5);
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 15px 0;
    padding: 1.5rem 0;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}
.c-amenities-slider__pagination-item--active .c-amenities-slider__text {
    color: rgba(255, 255, 255, .9);
}
.c-amenities-slider__pagination-item:last-child .c-amenities-slider__text {
    border: 0;
}
@media (max-width: 374px) {
    .c-amenities-slider__text {
        padding: 0;
    }
}
.c-amenities-slider__progress {
    background-color: rgba(255, 255, 255, .6);
    height: 1px;
    height: .1rem;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 0;
}
.fixed-nav {
    background: #f26f24;
    bottom: 50%;
    display: none;
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 200;
    height: 100px;
    height: 10rem;
    letter-spacing: .08333em;
    position: fixed;
    right: 0;
    width: 25px;
    width: 2.5rem;
    z-index: 90;
}
@media (min-width: 48em) {
    .fixed-nav {
        bottom: 60%;
        display: block;
    }
}
@media (min-width: 61.25em) {
    .fixed-nav {
        top: 18rem;
    }
}
@media (min-width: 80em) {
    .fixed-nav {
        top: 25rem;
    }
}
.fixed-nav__vertical-text {
    background: #f26f24;
    color: #fff;
    left: 30px;
    left: 3rem;
    margin-left: 0;
    padding: 20px 40px 16px 20px;
    padding: 2rem 4rem 1.6rem 2rem;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    transform: rotate(90deg);
    transform-origin: left top;
}
.fixed-nav__vertical-text img {
    bottom: -4px;
    bottom: -.4rem;
    position: absolute;
    right: 25px;
    right: 2.5rem;
    transform: translateY(-70%) rotate(-90deg);
}
.fixed-nav__vertical-text--penthouse {
    left: 28px;
    right: -265px;
}
.page-template-penthouse .site-content .section-content__button.fancybox-pdf {
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    background: #f26f24;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 20px 40px 16px 20px;
    padding: 2rem 4rem 1.6rem 2rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 50%;
}
@media (min-width: 48em) {
    .page-template-penthouse .site-content .section-content__button.fancybox-pdf {
        display: none;
    }
}
.location {}
.location-map .mz-hint {
    bottom: inherit;
    top: 10px;
}
.location-map figure {}
.location-map figure.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: crosshair !important;
}
.location-map figure.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand img {
    -webkit-filter: none;
            filter: none;
}
.location__banner {
    font-size: 14px;
    font-size: 1.4rem;
}
.location__map-holder-details {
    position: absolute;
    display: none;
    max-width: 300px;
    top: 200px;
    left: 200px;
    z-index: 2;
    background: rgba(255, 255, 255, .8);
    font-family: 'FuturaLight', 'Trebuchet MS', 'Arial', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 200;
    padding: 5px;
}
.location__map-holder-details .detailsTitle {
    text-transform: uppercase;
    padding: 5px;
}
.location__map-holder-details .detailsAddress {
    padding: 5px;
}
.location__map-holder-details .detailsExtra {
    padding: 5px;
}
.location__map-holder-key {
    background: #f26f24;
    bottom: 0;
    display: block;
    font-family: 'FuturaLight', 'Trebuchet MS', 'Arial', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 200;
    height: 50px;
    height: 5rem;
    left: 0;
    letter-spacing: .08333em;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 150px;
    width: 15rem;
    z-index: 1;
}
.location__map-holder-key-text {
    background: #f26f24;
    color: #fff;
    display: block;
    margin: 20px 20px 0;
    margin: 2rem 2rem 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.location__map-holder-key-desktop {
    display: none;
}
@media (min-width: 48em) {
    .location__map-holder-key-desktop {
        display: block;
    }
}
.location__map-holder-key-mobile {
    display: block;
}
@media (min-width: 48em) {
    .location__map-holder-key-mobile {
        display: none;
    }
}
.location__map-holder-key-mobile-modal {
    width: 100%;
    max-width: 600px;
}
.location__map-holder-key-mobile-modal div {
    max-height: calc(100vh - 100px);
    overflow: auto;
}
.location__map-key {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 0 5px;
    padding: 5px 0 0;
    color: #fff;
    text-align: center;
}
.location__map-key-shopping {
    background-color: #988133;
}
.location__map-key-finedining {
    background-color: #1e3545;
}
.location__map-key-culture {
    background-color: #650834;
}
.location__map-key-hotels {
    background-color: #574c4a;
}
.location__map-key-details {
    display: inline-block;
}
.c-homepage-slider {
    z-index: 0;
    overflow: hidden;
    padding-top: 157%;/*
    &__pagination {
        bottom: 0;
        display: flex;
        left: 0;
        padding: 0 2rem;
        position: absolute;
        text-align: center;
        transform: translate3d(0, 0, 0);
        width: 100%;
        z-index: 10;

        @media (--from-tablet) {
            padding: 0 5rem;
        }

        @media (--from-desktop) {
            padding: 0 10rem;
        }

        &::before {
            background: $color--progress-item;
            content: ' ';
            display: block;
            height: .1rem;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
        }
    }
    */
}
.c-homepage-slider .banner__caption {
    z-index: 2;
}
.c-homepage-slider .banner__caption .banner__copy {
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
}
.c-homepage-slider .banner__link {
    color: #fff;
    left: 50%;
    padding: 0 2.5rem;
    padding: 0 2.5rem;
    position: absolute;
    top: 80%;
    transform: translate(-50%, -80%);
    width: 100%;
    z-index: 2;
}
.c-homepage-slider .banner__link a {
    text-decoration: none;
    color: #fff;
}
.c-homepage-slider .banner__link a:link, .c-homepage-slider .banner__link a:visited, .c-homepage-slider .banner__link a:hover, .c-homepage-slider .banner__link a:active {
    text-decoration: none;
    color: #fff;
}
.c-homepage-slider .banner__link p {
    background: #f26f24;
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.3px;
    letter-spacing: .03rem;
    margin: 20px auto;
    margin: 2rem auto;
    max-width: 150px;
    max-width: 15rem;
    padding: 10px;
    padding: 1rem;
    text-align: center;
}
@media (min-width: 34.9375em) and (max-width: 47.9375em) {
    .c-homepage-slider {
        padding-top: 71%;
    }
}
@media (min-width: 48em) {
    .c-homepage-slider {
        height: 0;
        padding-top: 50%;
        position: relative;
        overflow: hidden;
    }
}
@media (min-width: 61.25em) {
    .c-homepage-slider {
        padding-top: 56%;
    }
}
@media (min-width: 120em) {
    .c-homepage-slider {
        padding-top: 57%;
    }
}
.c-homepage-slider--parallax-slides {}
.c-homepage-slider__inner {
    position: absolute;
}
.c-homepage-slider--parallax-slides .c-homepage-slider__inner {}
@media (min-width: 48em) {
    .c-homepage-slider__inner {
        position: absolute;
    }
}
.c-homepage-slider__inner--home {
    width: 100%;
    z-index: 0;
}
@media (min-width: 61.25em) {
    .c-homepage-slider__inner--home {
        top: 0;
    }
}
.c-homepage-slider__inner--residential {}
@media (min-width: 61.25em) {
    .c-homepage-slider--parallax-slides .c-homepage-slider__inner {
        padding: 0 35% 0 5%;
    }
}
.c-homepage-slider__wrapper {
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 48em) {
    .c-homepage-slider__wrapper {
        display: -ms-flexbox;
        display: flex;
    }
}
.c-homepage-slider__inner--home .c-homepage-slider__slide {}
.c-homepage-slider__slide .slider-caption {
    background: rgba(255, 255, 255, 1);
    left: 12%;
    width: 75%;
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    top: 66.5%;
    padding: 0;
}
.c-homepage-slider__slide .slider-caption:after {
    content: "";
    display: block;
    padding-bottom: 0;/* reference: https://spin.atomicobject.com/2015/07/14/css-responsive-square/ */
}
.c-homepage-slider__slide .slider-caption__wrapper {
    margin: 0 auto;
}
.c-homepage-slider__slide .slider-caption__title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.1;
    text-transform: uppercase;
    color: #666;
    text-align: center;
    padding: 30px 18px 0;
    padding: 3rem 18px 0;
}
.c-homepage-slider__slide .slider-caption__text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    text-transform: none;
    padding: 10px 0 10px;
    color: #666;
    letter-spacing: 1px;
    text-align: center;
}
.c-homepage-slider__slide .slider-caption__text p {
    padding: 10px 0;
    padding: 1rem 0;
    letter-spacing: 0.3px;
    letter-spacing: 0.03rem;
}
.c-homepage-slider__slide .slider-caption__caption a {
    color: #f26f24;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 2.5px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    text-align: center;
}
@media (min-width: 61.25em) {
    .c-homepage-slider__inner--home .c-homepage-slider__slide {}
    .c-homepage-slider__inner--home .c-homepage-slider__slide.swiper-slide-prev {
        transform: scale(1.3) translateX(15%);
        transition: transform 1.5s;
    }
    .c-homepage-slider__inner--home .c-homepage-slider__slide.swiper-slide-active .banner__figure {
        transform: scale(1) translateX(0);
        transition: transform 1.5s;
    }
}
@media (min-width: 34.9375em) and (max-width: 47.9375em) {
    .c-homepage-slider__slide .slider-caption {
        left: 7%;
        width: 86%;
        top: 62%;
    }
}
@media (min-width: 48em) {
    .c-homepage-slider__slide .slider-caption {
        left: 5%;
        top: 14%;
        padding: 1%;
        width: 26rem;
        height: 26rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        background: rgba(255, 255, 255, .78);
    }
}
@media (min-width: 61.25em) {
    .c-homepage-slider__slide .slider-caption {
        padding: 2%;
        width: 38rem;
        height: 38rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
    }
}
@media (min-width: 100em) {
    .c-homepage-slider__slide .slider-caption {
        width: 38rem;
    }
}
@media (min-width: 48em) {
    .c-homepage-slider__slide .slider-caption__title {}
}
@media (min-width: 61.25em) {
    .c-homepage-slider__slide .slider-caption__title {
        font-size: 2.8rem;
        padding: 20px 20px 10px;
        letter-spacing: 2px;
    }
}
@media (min-width: 48em) {
    .c-homepage-slider__slide .slider-caption__text {}
}
@media (min-width: 61.25em) {
    .c-homepage-slider__slide .slider-caption__text {
        font-size: 1.7rem;
        line-height: 1.15;
        padding: 10px 20px 20px;
    }
}
@media (min-width: 48em) and (max-width: 61.1875em) {
    .c-homepage-slider__slide .slider-caption__text p {
        padding: 1rem 2rem;
    }
}
@media (min-width: 48em) {
    .c-homepage-slider__slide .slider-caption__caption a {}
}
@media (min-width: 61.25em) {
    .c-homepage-slider__slide .slider-caption__caption a {
        font-size: 1.6rem;
        padding: 20px;
    }
}
.c-homepage-slider__pagination {
    display: none;
}
.c-homepage-slider__pagination-item {
    background: transparent;
    cursor: pointer;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding: 15px 0;
    padding: 1.5rem 0;
    position: relative;
}
.c-homepage-slider__pagination-item::before {
    background: transparent;
    content: ' ';
    display: block;
    height: 1px;
    height: .1rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.c-homepage-slider__pagination-item::after {
    background: rgba(255, 255, 255, .4);
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s;
    width: 1px;
    width: .1rem;
}
.c-homepage-slider__pagination-item--active {}
.c-homepage-slider__pagination-item--active::before {
    background: rgba(255, 255, 255, .4);
}
.c-homepage-slider__pagination-item--active::after {
    height: 15px;
    height: 1.5rem;
    top: -15px;
    top: -1.5rem;
    transition: all .3s;
}
.c-homepage-slider__text {
    letter-spacing: 0.16667em;
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    color: rgba(255, 255, 255, .5);
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 15px 0;
    padding: 1.5rem 0;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}
.c-homepage-slider__pagination-item--active .c-homepage-slider__text {
    color: rgba(255, 255, 255, .9);
}
.c-homepage-slider__pagination-item:last-child .c-homepage-slider__text {
    border: 0;
}
@media (max-width: 374px) {
    .c-homepage-slider__text {
        padding: 0;
    }
}
.c-homepage-slider__progress {
    background-color: rgba(255, 255, 255, .6);
    height: 1px;
    height: .1rem;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 0;
}
.c-residence-slider {
    height: 100%;
    padding-top: 0;
    z-index: 0;/*
    &__pagination {
        bottom: 0;
        display: flex;
        left: 0;
        padding: 0 2rem;
        position: absolute;
        text-align: center;
        transform: translate3d(0, 0, 0);
        width: 100%;
        z-index: 10;

        @media (--from-tablet) {
            padding: 0 5rem;
        }

        @media (--from-desktop) {
            padding: 0 10rem;
        }

        &::before {
            background: $color--progress-item;
            content: ' ';
            display: block;
            height: .1rem;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
        }
    }
    */
}
.c-residence-slider .banner__caption {
    z-index: 2;
}
.c-residence-slider .banner__caption .banner__copy {
    font-size: 28px;
    font-size: 2.8rem;
    text-align: center;
}
.c-residence-slider .banner__link {
    color: #fff;
    left: 50%;
    padding: 0 2.5rem;
    padding: 0 2.5rem;
    position: absolute;
    top: 80%;
    transform: translate(-50%, -80%);
    width: 100%;
    z-index: 2;
}
.c-residence-slider .banner__link a {
    color: #fff;
    text-decoration: none;
}
.c-residence-slider .banner__link a:link, .c-residence-slider .banner__link a:visited, .c-residence-slider .banner__link a:hover, .c-residence-slider .banner__link a:active {
    color: #fff;
    text-decoration: none;
}
.c-residence-slider .banner__link p {
    background: #f26f24;
    font-family: 'FuturaLight', 'Trebuchet MS', 'Arial', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 0.3px;
    letter-spacing: .03rem;
    line-height: 1.4;
    margin: 20px auto;
    margin: 2rem auto;
    max-width: 150px;
    max-width: 15rem;
    padding: 10px;
    padding: 1rem;
    text-align: center;
}
.c-residence-slider .banner__link--more-top-spacing {}
@media (min-width: 48em) {
    .c-residence-slider {
        height: 0;
        overflow: hidden;
        padding-top: 50%;
        position: relative;
    }
}
@media (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .c-residence-slider {
        height: 0;
        overflow: hidden;
        padding-top: 100%;
        position: relative;
    }
}
@media (min-width: 61.25em) {
    .c-residence-slider {
        padding-top: 56%;
    }
}
@media (min-width: 120em) {
    .c-residence-slider {
        padding-top: 57%;
    }
}
@media (max-width: 47.9375em) {
    .c-residence-slider .banner__link--more-top-spacing {
        top: 110%;
    }
}
.c-residence-slider--parallax-slides {}
.c-residence-slider__inner {
    position: relative;
}
.c-residence-slider--parallax-slides .c-residence-slider__inner {}
@media (min-width: 48em) {
    .c-residence-slider__inner {
        position: absolute;
    }
}
.c-residence-slider__inner--home {
    width: 100%;
    z-index: 0;
}
.admin-bar .c-residence-slider__inner--home {
    top: 46px;
    top: 4.6rem;
}
@media (min-width: 61.25em) {
    .c-residence-slider__inner--home {
        top: 9.5rem;
    }
}
@media (min-width: 48em) {
    .admin-bar .c-residence-slider__inner--home {
        top: 3.2rem;
    }
}
.c-residence-slider__inner--residential {
    padding-bottom: 160px;
    padding-bottom: 16rem;
}
@media (min-width: 48em) {
    .c-residence-slider__inner--residential {
        padding-bottom: 0;
    }
}
@media (min-width: 61.25em) {
    .c-residence-slider--parallax-slides .c-residence-slider__inner {
        padding: 0 35% 0 5%;
    }
}
.c-residence-slider__wrapper {
    display: -ms-flexbox;
    display: flex;
}
.c-residence-slider__slide .banner {
    overflow: visible;
}
.c-residence-slider__inner--residential .c-residence-slider__slide {}
.c-residence-slider__slide .slider-caption {
    background: rgba(255, 255, 255, 1);
    bottom: -190px;
    bottom: -19rem;
    left: 12%;
    padding: 0;
    top: auto;
    transform: translateY(0);
    width: 75%;
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
}
.c-residence-slider__slide .slider-caption::after {
    content: '';
    display: block;
    padding-bottom: 10%;/* reference: https://spin.atomicobject.com/2015/07/14/css-responsive-square/ */
}
.c-residence-slider__slide .slider-caption__title {
    color: #666;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    padding: 30px 18px 0;
    padding: 3rem 18px 0;
    text-align: center;
    text-transform: uppercase;
}
.c-residence-slider__slide .slider-caption__text {
    color: #666;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 1px;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    text-transform: none;
}
.c-residence-slider__slide .slider-caption__text p {
    letter-spacing: 0.3px;
    letter-spacing: .03rem;
    padding: 10px 0;
    padding: 1rem 0;
}
.c-residence-slider__slide .slider-caption__caption a {
    color: #f26f24;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 2.5px;
    line-height: 1;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.c-residence-slider__slide .banner__caption .banner__copy p:nth-of-type(2) {
    background: #f26f24;
    margin: 20px auto;
    margin: 2rem auto;
    max-width: 150px;
    max-width: 15rem;
    padding: 10px;
    padding: 1rem;
    text-align: center;
}
@media (min-width: 48em) {
    .c-residence-slider__slide .banner {
        overflow: hidden;
    }
}
@media (max-width: 61.1875em) {
    .c-residence-slider__inner--residential .c-residence-slider__slide {}
    .c-residence-slider__inner--residential .c-residence-slider__slide::before {
        background: rgba(255, 255, 255, .4);
        bottom: 0;
        content: '';
        display: block;
        left: 2.5rem;
        position: absolute;
        top: 0;
        width: 0;
        z-index: 1;
    }
}
@media (min-width: 61.25em) {
    .c-residence-slider__inner--residential .c-residence-slider__slide .banner__figure {
        transform: scale(1.3) translateX(-10%);
        transition: transform 1.5s;
    }
    .c-residence-slider__inner--residential .c-residence-slider__slide.swiper-slide-active .banner__figure {
        transform: scale(1) translateX(0);
    }
}
@media (min-width: 34.9375em) and (max-width: 47.9375em) {
    .c-residence-slider__slide .slider-caption {
        bottom: auto;
        left: 7%;
        top: 62%;
        width: 86%;
    }
}
@media (min-width: 48em) {
    .c-residence-slider__slide .slider-caption {
        -ms-flex-align: center;
            align-items: center;
        background: rgba(255, 255, 255, .78);
        bottom: auto;
        display: -ms-flexbox;
        display: flex;
        height: 26rem;
        left: 5%;
        padding: 1%;
        top: 13%;
        width: 26rem;
    }
}
@media (min-width: 61.25em) {
    .c-residence-slider__slide .slider-caption {
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        height: 38rem;
        padding: 2%;
        width: 38rem;
    }
}
@media (min-width: 48em) {
    .c-residence-slider__slide .slider-caption__title {}
}
@media (min-width: 61.25em) {
    .c-residence-slider__slide .slider-caption__title {
        font-size: 2.8rem;
        padding: 0 20px 10px;
    }
}
@media (min-width: 48em) {
    .c-residence-slider__slide .slider-caption__text {
        padding-bottom: 5rem;
    }
}
@media (min-width: 61.25em) {
    .c-residence-slider__slide .slider-caption__text {
        font-size: 1.7rem;
        line-height: 1.15;
        padding: 13px 20px 20px;
    }
}
@media (min-width: 48em) {
    .c-residence-slider__slide .slider-caption__caption a {}
}
@media (min-width: 61.25em) {
    .c-residence-slider__slide .slider-caption__caption a {
        font-size: 1.6rem;
        padding: 20px;
    }
}
.c-residence-slider__pagination {
    display: none;
}
.c-residence-slider__pagination-item {
    background: transparent;
    cursor: pointer;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding: 15px 0;
    padding: 1.5rem 0;
    position: relative;
}
.c-residence-slider__pagination-item::before {
    background: transparent;
    content: ' ';
    display: block;
    height: 1px;
    height: .1rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.c-residence-slider__pagination-item::after {
    background: rgba(255, 255, 255, .4);
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s;
    width: 1px;
    width: .1rem;
}
.c-residence-slider__pagination-item--active {}
.c-residence-slider__pagination-item--active::before {
    background: rgba(255, 255, 255, .4);
}
.c-residence-slider__pagination-item--active::after {
    height: 15px;
    height: 1.5rem;
    top: -15px;
    top: -1.5rem;
    transition: all .3s;
}
.c-residence-slider__text {
    letter-spacing: 0.16667em;
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    color: rgba(255, 255, 255, .5);
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 15px 0;
    padding: 1.5rem 0;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}
.c-residence-slider__pagination-item--active .c-residence-slider__text {
    color: rgba(255, 255, 255, .9);
}
.c-residence-slider__pagination-item:last-child .c-residence-slider__text {
    border: 0;
}
@media (max-width: 374px) {
    .c-residence-slider__text {
        padding: 0;
    }
}
.c-residence-slider__progress {
    background-color: rgba(255, 255, 255, .6);
    height: 1px;
    height: .1rem;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 0;
}
.c-penthouse-slider {
    z-index: 0;
    overflow: hidden;
    padding-top: 157%;/*
    &__pagination {
        bottom: 0;
        display: flex;
        left: 0;
        padding: 0 2rem;
        position: absolute;
        text-align: center;
        transform: translate3d(0, 0, 0);
        width: 100%;
        z-index: 10;

        @media (--from-tablet) {
            padding: 0 5rem;
        }

        @media (--from-desktop) {
            padding: 0 10rem;
        }

        &::before {
            background: $color--progress-item;
            content: ' ';
            display: block;
            height: .1rem;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
        }
    }
    */
}
.c-penthouse-slider .banner__caption {
    z-index: 2;
}
.c-penthouse-slider .banner__caption .banner__copy {
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
}
.c-penthouse-slider .banner__link {
    color: #fff;
    left: 50%;
    padding: 0 2.5rem;
    padding: 0 2.5rem;
    position: absolute;
    top: 80%;
    transform: translate(-50%, -80%);
    width: 100%;
    z-index: 2;
}
.c-penthouse-slider .banner__link a {
    text-decoration: none;
    color: #fff;
}
.c-penthouse-slider .banner__link a:link, .c-penthouse-slider .banner__link a:visited, .c-penthouse-slider .banner__link a:hover, .c-penthouse-slider .banner__link a:active {
    text-decoration: none;
    color: #fff;
}
.c-penthouse-slider .banner__link p {
    background: #f26f24;
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.3px;
    letter-spacing: .03rem;
    margin: 20px auto;
    margin: 2rem auto;
    max-width: 150px;
    max-width: 15rem;
    padding: 10px;
    padding: 1rem;
    text-align: center;
}
.c-penthouse-slider--mobile-height-banner {
    height: 560px;
    height: 56rem;
}
.c-penthouse-slider--mobile-height-banner .slider-caption {}
.c-penthouse-slider--mobile-height-banner .slider-caption__wrapper {}
@media (max-width: 47.9375em) {
    .c-penthouse-slider--mobile-height-banner .slider-caption {
        opacity: .9;
    }
}
@media (max-width: 47.9375em) {
    .c-penthouse-slider--mobile-height-banner .slider-caption__wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (min-width: 48em) {
    .c-penthouse-slider--mobile-height-banner {
        height: 0;
    }
}
@media (min-width: 34.9375em) and (max-width: 47.9375em) {
    .c-penthouse-slider {
        padding-top: 71%;
    }
}
@media (min-width: 48em) {
    .c-penthouse-slider {
        height: 0;
        padding-top: 50%;
        position: relative;
        overflow: hidden;
    }
}
@media (min-width: 61.25em) {
    .c-penthouse-slider {
        padding-top: 56%;
    }
}
@media (min-width: 120em) {
    .c-penthouse-slider {
        padding-top: 57%;
    }
}
.c-penthouse-slider--parallax-slides {}
.c-penthouse-slider__inner {
    position: absolute;
}
.c-penthouse-slider--parallax-slides .c-penthouse-slider__inner {}
@media (min-width: 48em) {
    .c-penthouse-slider__inner {
        position: absolute;
    }
}
.c-penthouse-slider__inner--home {
    width: 100%;
    z-index: 0;
}
.admin-bar .c-penthouse-slider__inner--home {
    top: 46px;
    top: 4.6rem;
}
@media (min-width: 61.25em) {
    .c-penthouse-slider__inner--home {
        top: 9.5rem;
    }
}
@media (min-width: 48em) {
    .admin-bar .c-penthouse-slider__inner--home {
        top: 3.2rem;
    }
}
.c-penthouse-slider__inner--residential {}
@media (min-width: 61.25em) {
    .c-penthouse-slider--parallax-slides .c-penthouse-slider__inner {
        padding: 0 35% 0 5%;
    }
}
.c-penthouse-slider__wrapper {
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 48em) {
    .c-penthouse-slider__wrapper {
        display: -ms-flexbox;
        display: flex;
    }
}
.c-penthouse-slider__inner--residential .c-penthouse-slider__slide {}
.c-penthouse-slider__slide .slider-caption {
    background: rgba(255, 255, 255, 1);
    left: 12%;
    width: 75%;
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    top: 66.5%;
    padding: 0;
}
.c-penthouse-slider__slide .slider-caption:after {
    content: "";
    display: block;
    padding-bottom: 10%;/* reference: https://spin.atomicobject.com/2015/07/14/css-responsive-square/ */
}
.c-penthouse-slider__slide .slider-caption--alt {}
.c-penthouse-slider__slide .slider-caption__title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    text-transform: uppercase;
    color: #666;
    text-align: center;
    padding: 30px 18px 0;
    padding: 3rem 18px 0;
}
.c-penthouse-slider__slide .slider-caption__text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    text-transform: none;
    padding: 10px 0 10px;
    color: #666;
    letter-spacing: 1px;
    text-align: center;
}
.c-penthouse-slider__slide .slider-caption__text p {
    padding: 10px 20px;
    padding: 1rem 2rem;
    letter-spacing: 0.3px;
    letter-spacing: 0.03rem;
}
.c-penthouse-slider__slide .slider-caption__caption a {
    color: #f26f24;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 2.5px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    text-align: center;
}
@media (min-width: 61.25em) {
    .c-penthouse-slider__inner--residential .c-penthouse-slider__slide {}
    .c-penthouse-slider__inner--residential .c-penthouse-slider__slide.swiper-slide-prev {
        transform: scale(1.3) translateX(15%);
        transition: transform 1.5s;
    }
    .c-penthouse-slider__inner--residential .c-penthouse-slider__slide.swiper-slide-active .banner__figure {
        transform: scale(1) translateX(0);
        transition: transform 1.5s;
    }
}
@media (min-width: 34.9375em) and (max-width: 47.9375em) {
    .c-penthouse-slider__slide .slider-caption {
        left: 7%;
        width: 86%;
        top: 62%;
    }
}
@media (min-width: 48em) {
    .c-penthouse-slider__slide .slider-caption {
        left: 5%;
        top: 13%;
        padding: 1%;
        background: rgba(255, 255, 255, .78);
        width: 26rem;
        height: 26rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
    }
}
@media (min-width: 61.25em) {
    .c-penthouse-slider__slide .slider-caption {
        padding: 2%;
        width: 38rem;
        height: 38rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
    }
}
@media (min-width: 48em) {
    .c-penthouse-slider__slide .slider-caption--alt {
        width: 31rem;
        height: 31rem;
    }
}
@media (min-width: 61.25em) {
    .c-penthouse-slider__slide .slider-caption--alt {
        width: 38rem;
        height: 48rem;
        -ms-transform: translateY(0px);
    }
}
@media (min-width: 48em) {
    .c-penthouse-slider__slide .slider-caption__title {}
}
@media (min-width: 61.25em) {
    .c-penthouse-slider__slide .slider-caption__title {
        font-size: 2.8rem;
        padding: 20px 20px 10px;
    }
}
@media (min-width: 48em) {
    .c-penthouse-slider__slide .slider-caption__text {}
}
@media (min-width: 61.25em) {
    .c-penthouse-slider__slide .slider-caption__text {
        font-size: 1.7rem;
        padding: 10px 20px 20px;
    }
}
@media (min-width: 61.25em) {
    .c-penthouse-slider__slide .slider-caption__text p {
        padding: 1rem 0;
    }
}
@media (min-width: 48em) {
    .c-penthouse-slider__slide .slider-caption__caption a {}
}
@media (min-width: 61.25em) {
    .c-penthouse-slider__slide .slider-caption__caption a {
        font-size: 1.6rem;
        padding: 20px;
    }
}
.c-penthouse-slider__pagination {
    display: none;
}
.c-penthouse-slider__pagination-item {
    background: transparent;
    cursor: pointer;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding: 15px 0;
    padding: 1.5rem 0;
    position: relative;
}
.c-penthouse-slider__pagination-item::before {
    background: transparent;
    content: ' ';
    display: block;
    height: 1px;
    height: .1rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.c-penthouse-slider__pagination-item::after {
    background: rgba(255, 255, 255, .4);
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s;
    width: 1px;
    width: .1rem;
}
.c-penthouse-slider__pagination-item--active {}
.c-penthouse-slider__pagination-item--active::before {
    background: rgba(255, 255, 255, .4);
}
.c-penthouse-slider__pagination-item--active::after {
    height: 15px;
    height: 1.5rem;
    top: -15px;
    top: -1.5rem;
    transition: all .3s;
}
.c-penthouse-slider__text {
    letter-spacing: 0.16667em;
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    color: rgba(255, 255, 255, .5);
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 15px 0;
    padding: 1.5rem 0;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}
.c-penthouse-slider__pagination-item--active .c-penthouse-slider__text {
    color: rgba(255, 255, 255, .9);
}
.c-penthouse-slider__pagination-item:last-child .c-penthouse-slider__text {
    border: 0;
}
@media (max-width: 374px) {
    .c-penthouse-slider__text {
        padding: 0;
    }
}
.c-penthouse-slider__progress {
    background-color: rgba(255, 255, 255, .6);
    height: 1px;
    height: .1rem;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 0;
}
.c-landing-popup-slider {
    position: relative;
}
.c-landing-popup-slider .slider-controls--home {
    display: inherit;
}
.c-landing-popup-slider .slider-controls--home .swiper-button-prev, .c-landing-popup-slider .slider-controls--home .swiper-button-next {
    height: 20px;
    height: 2rem;
    top: 95%;
    width: 10px;
    width: 1.0rem;
}
.c-landing-popup-slider .slider-controls--home .swiper-button-prev svg .icon-arrow__st0, .c-landing-popup-slider .slider-controls--home .swiper-button-next svg .icon-arrow__st0 {
    fill: #000;
}
.c-landing-popup-slider .slider-controls--home .swiper-button-prev {
    left: 20px;
}
.c-landing-popup-slider .slider-controls--home .swiper-button-next {
    right: 20px;
}
.c-landing-popup-slider.hidden {
    display: none;
}
@media (min-width: 48em) {
    .c-landing-popup-slider {
        display: inherit;
    }
}
.c-landing-popup-slider.fancybox-inline {
    display: none;
}
.c-landing-popup-slider__inner {
    position: relative;
    height: 100%;
    width: 100%;
}
@media (min-width: 48em) {
    .c-landing-popup-slider__inner {
        height: 700px;
        width: 700px;
    }
}
.c-landing-popup-slider__slide {
    position: static;
    top: 0;
    left: 0;
}
.c-landing-popup-slider__slide .banner__logo {
    left: 12px;
    left: 1.2rem;
    max-width: 110px;
    max-width: 11rem;
    position: absolute;
    top: 12px;
    top: 1.2rem;
    width: 100%;
}
.c-landing-popup-slider__slide_2, .c-landing-popup-slider__slide_3 {
    display: none;
}
@media (min-width: 48em) {
    .c-landing-popup-slider__slide .banner__logo {
        left: 5rem;
        max-width: 20rem;
        position: absolute;
        top: 5rem;
        width: 100%;
    }
}
.c-landing-popup-slider__slide_1 .banner__caption {
    left: 0;
    padding: 0;
    top: 40%;
    transform: none;
    width: 100%;
}
.c-landing-popup-slider__slide_1 .banner__caption .banner__headline {
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem;
    margin-left: 10px;
    margin-left: 1rem;
    width: 50%;
}
@media (min-width: 48em) {
    .c-landing-popup-slider__slide_1 .banner__caption {
        left: 0;
    }
}
@media (min-width: 48em) {
    .c-landing-popup-slider__slide_1 .banner__caption .banner__headline {
        font-size: 2.8rem;
        line-height: 3.3rem;
        margin-left: 4rem;
        width: 40%;
    }
}
.c-landing-popup-slider__slide_2 .banner__caption {
    color: #000;
    padding: 40px;
    padding: 4rem;
    text-align: center;
    top: 75%;
}
.c-landing-popup-slider__slide_2 .banner__caption .banner__copy {
    font-size: 10px;
    font-size: 1rem;
    margin: 0 auto;
    max-width: 95%;
}
@media (min-width: 61.25em) {
    .c-landing-popup-slider__slide_2 .banner__caption {
        width: 70%;
    }
}
@media (min-width: 48em) {
    .c-landing-popup-slider__slide_2 .banner__caption .banner__copy {
        font-size: 1.8rem;
        max-width: 100%;
    }
}
.c-landing-popup-slider__slide_3 .banner__caption {
    left: auto;
    padding: 0;
    top: 78%;
    width: 100%;
    transform: none;
}
.c-landing-popup-slider__slide_3 .banner__caption .banner__headline {
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem;
    text-align: center;
}
@media (min-width: 48em) {
    .c-landing-popup-slider__slide_3 .banner__caption {
        right: 10%;
        top: 70%;
        padding: 0;
        width: 100%;
    }
}
@media (min-width: 48em) {
    .c-landing-popup-slider__slide_3 .banner__caption .banner__headline {
        font-size: 2.8rem;
        line-height: 3.3rem;
        position: absolute;
        right: 1rem;
        text-align: right;
        width: 25%;
    }
}
.c-landing-popup-slider__pagination {
    bottom: 7%;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    transform: translate3d(0, 0, 0);
    width: 100%;
    z-index: 10;
}
@media (min-width: 48em) {
    .c-landing-popup-slider__pagination {
        padding: 0 5rem;
        bottom: 8.5%;
    }
}
@media (min-width: 61.25em) {
    .c-landing-popup-slider__pagination {
        padding: 0;
    }
}
.c-landing-popup-slider__pagination__blip {
    background-color: #f26f24;
    height: 2px;
    left: 12.5%;
    opacity: 0.2;
    width: 24%;
}
.c-landing-popup-slider__pagination__blip-active {
    background-color: #f26f24;
    opacity: 1;
}
.c-landing-popup-slider__pagination__blip_1 {
    margin: 5px 0 5px 13%;
    margin: .5rem 0 .5rem 13%;
}
.c-landing-popup-slider__pagination__blip_2 {
    margin: 5px 1%;
    margin: .5rem 1%;
}
.c-landing-popup-slider__pagination__blip_3 {
    margin: 5px 13% 5px 0;
    margin: .5rem 13% .5rem 0;
}
@media (min-width: 48em) {
    .c-landing-popup-slider .slider-controls--home .swiper-button-prev, .c-landing-popup-slider .slider-controls--home .swiper-button-next {
        height: 3rem;
        top: 92%;
        width: 1.5rem;
    }
}
@media (min-width: 48em) {
    .c-landing-popup-slider .slider-controls--home .swiper-button-prev {
        left: 50px;
    }
}
@media (min-width: 48em) {
    .c-landing-popup-slider .slider-controls--home .swiper-button-next {
        right: 50px;
    }
}
.contact-short-code {}
.contact-short-code__input input {
    border: 1px solid #d3d3d3;
    border-radius: 0;
    box-shadow: none;
    color: #666;
    margin: 10px;
    margin: 1rem;
    padding: 6.25px 6.25px 4.375px 18.75px;
    padding: .625rem .625rem .4375rem 1.875rem;
    width: 100%;
}
.contact-short-code__input .err-msg {
    display: none;
}
.contact-short-code__dropdown select {
    color: #888;
    margin: 10px;
    margin: 1rem;
    padding: 6.25px 6.25px 4.375px 18.75px;
    padding: .625rem .625rem .4375rem 1.875rem;
    width: 100%;
    border-color: #ccc;
    background-color: #fff;
}
.contact-short-code__dropdown div {
    position: relative;
}
.contact-short-code__dropdown div em {
    position: absolute;
    top: 1px;
    z-index: 2;
    right: 0;
    width: 30px;
    height: calc(100% - 2px);
    color: #000;
    display: block;
}
.contact-short-code__dropdown div em::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin: -4px;
    border-top: 6px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.contact-short-code__dropdown-title select {
    width: 40%;
}
.contact-short-code__select-arrow {
    left: 190px;
    left: 19rem;
    top: 160px;
    top: 16rem;
    transform: rotate(90deg);
    pointer-events: none;
    position: absolute!important;
}
.contact-short-code__select-arrow img {
    height: 15px;
    height: 1.5rem;
    width: 15px;
    width: 1.5rem;
}
.contact-short-code__select-arrow--hear {
    left: 94%;
    top: 34%;
}
.contact-short-code__select-arrow--budget {
    left: 94%;
    top: 34%;
}
.contact-short-code__select-arrow--type {
    left: 94%;
    top: 34%;
}
.contact-short-code__select-arrow--city {
    left: 94%;
    top: 34%;
}
.contact-short-code__select-arrow--country {
    left: 80.7%;
    top: 45.5%;
}
@media(min-width: 48em) {
    .contact-short-code__select-arrow--country {
        left: 43.7%;
        top: 81.5%;
    }
}
@media (min-width: 80em) {
    .contact-short-code__select-arrow--country {
        left: 44.7%;
        top: 82%;
    }
}
@media (min-width: 100em) {
    .contact-short-code__select-arrow--country {
        left: 45.7%;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .contact-short-code__select-arrow--country {
        left: 41.7%;
    }
}
.contact-short-code__checkbox {
    width: 100%!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 10px;
    padding-left: 1rem;
}
/* Customize the label (the container) */
.contact-short-code__checkbox .container {
    cursor: pointer;
    display: block;
    font-size: 13.75px;
    font-size: 1.375rem;
    margin-bottom: 7.5px;
    margin-bottom: .75rem;
    padding-left: 21.875px;
    padding-left: 2.1875rem;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
/* Hide the browser's default checkbox */
.contact-short-code__checkbox .container input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
}
/* Create a custom checkbox */
.contact-short-code__checkbox .checkmark {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    height: 27.5px;
    height: 2.75rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 27.5px;
    width: 2.75rem;
}
/* On mouse-over, add a grey background color */
.contact-short-code__checkbox .container:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.contact-short-code__checkbox .container input:checked ~ .checkmark {
    background-color: #2196f3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.contact-short-code__checkbox .checkmark::after {
    content: '';
    display: none;
    position: absolute;
}
/* Show the checkmark when checked */
.contact-short-code__checkbox .container input:checked ~ .checkmark::after {
    display: block;
}
/* Style the checkmark/indicator */
.contact-short-code__checkbox .container .checkmark::after {
    border: solid white;
    border-width: 0 3px 3px 0;
    height: 16.25px;
    height: 1.625rem;
    left: 6px;
    top: 2px;
    transform: rotate(45deg);
    width: 13.129px;
    width: 1.313rem;
}
@media (max-width: 47.9375em) {
    .contact-short-code__checkbox .container {
        width: 150%;
    }
}
.contact-short-code__checkbox-prompt {
    color: #000;
    padding-left: 20px;
    padding-left: 2rem;
    padding-top: 7px;
    padding-top: 0.7rem;
}
.contact-short-code__form {
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    color: rgba(255, 255, 255, .5);
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    max-width: 1000px;
    max-width: 100rem;
    padding: 15px 0;
    padding: 1.5rem 0;
    width: 100%;
    margin: 0 auto;
}
.contact-short-code__form li {
    margin: 0 10%;
    text-align: left;
    width: 80%;
    height: 54px;
    height: 5.4rem;
}
.contact-short-code__form input {}
.contact-short-code__form-left {
    float: left;
    width: 100%;
}
@media (min-width: 48em) {
    .contact-short-code__form-left {
        width: 50%;
    }
}
.contact-short-code__form-right {
    float: left;
    width: 100%;
}
@media (min-width: 48em) {
    .contact-short-code__form-right {
        width: 50%;
    }
}
.contact-short-code__submit {}
.contact-short-code__submit-button {
    background-color: #f26f24;
    border: none;
    color: white;
    display: inline-block;
    font-size: 16px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    width: 105%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}
@media (min-width: 48em) {
    .contact-short-code__submit-button {
        width: 85%;
    }
}
.contact-short-code__submit-button-wrapper {
    padding-left: 10px;
    padding-left: 1rem;
    padding-top: 20px;
    padding-top: 2rem;
}
@media (min-width: 48em) {
    .contact-short-code__submit-button-wrapper {
        padding-top: 0;
    }
}
#fancybox {}
.home #fancybox-outer {
    background: none;
    box-shadow: none;
}
.home #fancybox-content {
    border: 1px solid #f26f24 !important;/* stylelint-disable-line */
}
.home #fancybox-overlay {
    background-color: rgb(60, 60, 60) !important;
    opacity: 0.85 !important;
}
.home #fancybox-close {
    top: -10px;
    right: 5px;
}
.single-post .fixed-nav {
    display: none;
}
.single-post .general-section--designers .parallax-block__image {
    background-color: rgb(175, 175, 175);
}
.availability .slider-caption {
    background: rgba(255, 255, 255, 1);
    left: 12%;
    width: 75%;
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    top: 75%;
    padding: 0;
}
.availability .slider-caption:after {
    content: "";
    display: block;
    padding-bottom: 10%;/* reference: https://spin.atomicobject.com/2015/07/14/css-responsive-square/ */
}
.availability .slider-caption__title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    text-transform: uppercase;
    color: #666;
    text-align: center;
    padding: 30px 18px 0;
    padding: 3rem 18px 0;
}
.availability .slider-caption__text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    text-transform: none;
    padding: 10px 0 10px;
    color: #666;
    letter-spacing: 1px;
    text-align: center;
}
.availability .slider-caption__text p {
    padding: 10px 0;
    padding: 1rem 0;
    letter-spacing: 0.3px;
    letter-spacing: 0.03rem;
}
.availability .slider-caption__text a {
    color: #f26f24;
    letter-spacing: 2.5px;
    line-height: 1;
    text-decoration: none;
}
.availability .slider-caption__caption a {
    color: #f26f24;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 2.5px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    text-align: center;
}
.availability__primary {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.availability__primary form {
    font-family: 'FuturaLight', 'Trebuchet MS', 'Arial', sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.1px;
    letter-spacing: .01rem;
    line-height: 1.4;
    max-width: 1000px;
    max-width: 100rem;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
}
.availability__primary form .availability-sorter__option {
    width: 100%;
}
.availability__primary form .availability-sorter__dropdown {
    background-color: #fff;
    border-color: #e5e5e5;
    color: #666;
    padding: 10px 6.25px 10px 18.75px;
    padding: 1rem .625rem 1rem 1.875rem;
    width: 90%;
}
.availability__primary form .availability-sorter__arrow {
    transform: rotate(90deg);
    position: relative;
    left: 140px;
    left: 14rem;
    top: -32px;
    top: -3.2rem;
    pointer-events: none;
}
.availability__primary form .availability-sorter__arrow img {
    height: 15px;
    height: 1.5rem;
}
@media (min-width: 61.25em) {
    .availability__primary {
        padding-top: 3rem;
    }
}
@media (min-width: 48em) {
    .availability__primary form {
        -ms-flex-flow: row;
            flex-flow: row;
        max-width: 72rem;
        padding-top: 10rem;
    }
}
@media (min-width: 61.25em) {
    .availability__primary form {
        max-width: 100rem;
        padding-top: 0;
    }
}
@media (min-width: 48em) {
    .availability__primary form .availability-sorter__option {
        width: 50%;
    }
}
@media (min-width: 61.25em) {
    .availability__primary form .availability-sorter__arrow {
        left: 20rem;
    }
}
.availability__secondary table {
    color: #666;
    font-family: 'FuturaLight', 'Trebuchet MS', 'Arial', sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.1px;
    letter-spacing: .01rem;
    line-height: 1.4;
    max-width: 1000px;
    max-width: 100rem;
    width: 100%;
}
.availability__secondary table thead tr {
    border-bottom: 3px solid #f26f24;
}
.availability__secondary table thead tr th {
    color: #f26f24;
    padding: 20px 0 20px 10px;
    padding: 2rem 0 2rem 1rem;
    width: 10%;
}
.availability__secondary table thead tr th.floor, .availability__secondary table thead tr th.square_foot, .availability__secondary table thead tr th.square_meters, .availability__secondary table thead tr th.core, .availability__secondary table thead tr th.status {
    display: none;
}
.availability__secondary table tbody tr td {
    margin: 20px 0 20px 10px;
    margin: 2rem 0 2rem 1rem;
    padding: 20px 0 20px 10px;
    padding: 2rem 0 2rem 1rem;
    width: 10%;
}
.availability__secondary table tbody tr td.aptno {
    font-weight: bold;
}
.availability__secondary table tbody tr td.floorplan a {
    background-color: #f26f24;
    color: #fff;
    margin-left: 0;
    padding: 6px;
    padding: .6rem;
    text-decoration: none;
    text-transform: uppercase;
}
.availability__secondary table tbody tr td.floor, .availability__secondary table tbody tr td.square_foot, .availability__secondary table tbody tr td.square_meters, .availability__secondary table tbody tr td.core, .availability__secondary table tbody tr td.status {
    display: none;
}
.availability__secondary table tbody tr.even {
    background-color: #f7f7f7;
}
@media (min-width: 61.25em) {
    .availability__secondary {
        min-width: 95rem;
        padding-bottom: 9rem;
    }
}
@media (min-width: 48em) {
    .availability__secondary table thead tr th {
        padding: 2rem 0 2rem 2rem;
    }
}
@media (min-width: 48em) {
    .availability__secondary table thead tr th.floor, .availability__secondary table thead tr th.square_foot, .availability__secondary table thead tr th.square_meters, .availability__secondary table thead tr th.core, .availability__secondary table thead tr th.status {
        display: table-cell;
    }
}
@media (min-width: 48em) {
    .availability__secondary table tbody tr td {
        margin: 2rem 0 2rem 2rem;
        padding: 2rem 0 2rem 2rem;
    }
}
@media (min-width: 48em) {
    .availability__secondary table tbody tr td.floor, .availability__secondary table tbody tr td.square_foot, .availability__secondary table tbody tr td.square_meters, .availability__secondary table tbody tr td.core, .availability__secondary table tbody tr td.status {
        display: table-cell;
    }
}
.availability__mobile-height {
    height: 270px;
    height: 27rem;
}
@media (min-width: 48em) {
    .availability__mobile-height {
        height: auto;
    }
}
@media (min-width: 34.9375em) and (max-width: 47.9375em) {
    .availability .slider-caption {
        left: 7%;
        width: 86%;
        top: 62%;
    }
}
@media (min-width: 48em) {
    .availability .slider-caption {
        left: 5%;
        top: 40.7%;
        padding: 1%;
        background: rgba(255, 255, 255, .78);
        width: 26rem;
        height: 26rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
    }
}
@media (min-width: 61.25em) {
    .availability .slider-caption {
        top: 35.7%;
        padding: 2%;
        width: 38rem;
        height: 38rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
    }
}
@media (min-width: 48em) {
    .availability .slider-caption__title {}
}
@media (min-width: 61.25em) {
    .availability .slider-caption__title {
        font-size: 2.8rem;
        padding: 20px 20px 10px;
    }
}
@media (min-width: 48em) {
    .availability .slider-caption__text {}
}
@media (min-width: 61.25em) {
    .availability .slider-caption__text {
        font-size: 1.7rem;
        line-height: 1.15;
        padding: 10px 20px 20px;
    }
}
@media (min-width: 48em) and (max-width: 61.1875em) {
    .availability .slider-caption__text p {
        padding: 1rem 2rem;
    }
}
@media (min-width: 61.25em) {
    .availability .slider-caption__text a {
        font-size: 1.6rem;
    }
}
@media (min-width: 48em) {
    .availability .slider-caption__caption a {}
}
@media (min-width: 61.25em) {
    .availability .slider-caption__caption a {
        font-size: 1.6rem;
        padding: 20px;
    }
}
.admin-bar .site-content {
    top: 46px;
    top: 4.6rem;
}
@media (min-width: 48em) {
    .admin-bar .site-content {
        top:  2rem;
    }
}
.page {}
.page--terms___conditions {
    margin: 0 auto;
    max-width: 1000px;
    max-width: 100rem;
    padding-bottom: 40px;
    padding-bottom: 4rem;
    padding-top: 40px;
    padding-top: 4rem;
}
.page--terms___conditions h5 {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
}
.page--privacy {
    margin: 0 auto;
    max-width: 1000px;
    max-width: 100rem;
    padding-bottom: 40px;
    padding-bottom: 4rem;
    padding-top: 40px;
    padding-top: 4rem;
}
.page--privacy h5 {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
}
.c-overview .slider-caption {
    background: rgba(255, 255, 255, 1);
    left: 12%;
    width: 75%;
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    top: 75%;
    padding: 0;
    transform: translateY(0px);
}
.c-overview .slider-caption:after {
    content: "";
    display: block;
    padding-bottom: 10%;/* reference: https://spin.atomicobject.com/2015/07/14/css-responsive-square/ */
}
.c-overview .slider-caption__title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    text-transform: uppercase;
    color: #666;
    text-align: center;
    padding: 30px 18px 0;
    padding: 3rem 18px 0;
}
.c-overview .slider-caption__text {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1;
    text-transform: none;
    padding: 10px 0 10px;
    color: #666;
    letter-spacing: 1px;
    text-align: center;
}
.c-overview .slider-caption__text p {
    padding: 10px 0;
    padding: 1rem 0;
    letter-spacing: 0.3px;
    letter-spacing: 0.03rem;
}
.c-overview .slider-caption__caption a {
    color: #f26f24;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 2.5px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    text-align: center;
}
.c-overview__mobile-height {
    height: 600px;
    height: 60rem;
}
@media (min-width: 48em) {
    .c-overview__mobile-height {
        height: auto;
    }
}
@media (min-width : 320px) and (max-width : 568px) {
    .c-overview .slider-caption {
        top: 70%;
    }
}
@media (min-width : 414px) and (max-width : 736px) {
    .c-overview .slider-caption {
        top: 78%;
    }
}
@media (min-width: 34.9375em) and (max-width: 47.9375em) {
    .c-overview .slider-caption {
        left: 7%;
        width: 86%;
        top: 62%;
    }
}
@media (min-width: 48em) {
    .c-overview .slider-caption {
        left: 5%;
        top: 13%;
        padding: 1%;
        background: rgba(255, 255, 255, .78);
        width: 26rem;
        height: 26rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
    }
}
@media (min-width: 61.25em) {
    .c-overview .slider-caption {
        padding: 2%;
        width: 38rem;
        height: 38rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
    }
}
@media (min-width: 48em) {
    .c-overview .slider-caption__title {}
}
@media (min-width: 61.25em) {
    .c-overview .slider-caption__title {
        font-size: 2.8rem;
        padding: 20px 20px 10px;
    }
}
@media (min-width: 48em) {
    .c-overview .slider-caption__text {}
}
@media (min-width: 61.25em) {
    .c-overview .slider-caption__text {
        font-size: 1.6rem;
        line-height: 1.15;
        padding: 10px 20px 20px;
    }
}
@media (min-width: 48em) and (max-width: 61.1875em) {
    .c-overview .slider-caption__text p {
        padding: 1rem 2rem;
    }
}
@media (min-width: 48em) {
    .c-overview .slider-caption__caption a {}
}
@media (min-width: 61.25em) {
    .c-overview .slider-caption__caption a {
        font-size: 1.6rem;
        padding: 20px;
    }
}
.c-enquiry .slider-caption {
    background: rgba(255, 255, 255, 1);
    left: 12%;
    width: 75%;
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    top: 85%;
    padding: 0;
}
.c-enquiry .slider-caption:after {
    content: "";
    display: block;
    padding-bottom: 10%;/* reference: https://spin.atomicobject.com/2015/07/14/css-responsive-square/ */
}
.c-enquiry .slider-caption__title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    text-transform: uppercase;
    color: #666;
    text-align: center;
    padding: 30px 18px 0;
    padding: 3rem 18px 0;
}
.c-enquiry .slider-caption__text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    text-transform: none;
    padding: 10px 0 10px;
    color: #666;
    letter-spacing: 1px;
    text-align: center;
}
.c-enquiry .slider-caption__text p {
    padding: 10px 0;
    padding: 1rem 0;
    letter-spacing: 0.3px;
    letter-spacing: 0.03rem;
}
.c-enquiry .slider-caption__caption a {
    color: #f26f24;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 2.5px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    text-align: center;
}
.c-enquiry__mobile-height {}
@media (max-width: 47.9375em) {
    .c-enquiry__mobile-height {
        height: 40rem;
    }
}
@media (min-width: 34.9375em) and (max-width: 47.9375em) {
    .c-enquiry .slider-caption {
        left: 7%;
        width: 86%;
        top: 62%;
    }
}
@media (min-width: 48em) {
    .c-enquiry .slider-caption {
        left: 5%;
        top: 50%;
        padding: 1%;
        background: rgba(255, 255, 255, .78);
        width: 26rem;
        height: 26rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
    }
}
@media (min-width: 61.25em) {
    .c-enquiry .slider-caption {
        padding: 2%;
        width: 38rem;
        height: 38rem;
        top: 48%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
    }
}
@media (min-width: 80em) {
    .c-enquiry .slider-caption {
        top: 38%;
    }
}
@media (min-width: 48em) {
    .c-enquiry .slider-caption__title {}
}
@media (min-width: 61.25em) {
    .c-enquiry .slider-caption__title {
        font-size: 2.8rem;
        padding: 20px 20px 10px;
    }
}
@media (min-width: 48em) {
    .c-enquiry .slider-caption__text {}
}
@media (min-width: 61.25em) {
    .c-enquiry .slider-caption__text {
        font-size: 1.7rem;
        line-height: 1.15;
        padding: 10px 20px 20px;
    }
}
@media (min-width: 48em) and (max-width: 61.1875em) {
    .c-enquiry .slider-caption__text p {
        padding: 1rem 2rem;
    }
}
@media (min-width: 48em) {
    .c-enquiry .slider-caption__caption a {}
}
@media (min-width: 61.25em) {
    .c-enquiry .slider-caption__caption a {
        font-size: 1.6rem;
        padding: 20px;
    }
}
.hubspot-form {
    padding: 20px 40px 0 40px;
    padding: 2rem 4rem 0 4rem;
}
@media (min-width: 48em) {
    .hubspot-form {
        display: -ms-flexbox;
        display: flex;
        padding: 4rem;
    }
}
.hubspot-form__col {
    padding-bottom: 20px;
    padding-bottom: 2rem;
}
@media (min-width: 48em) {
    .hubspot-form__col {
        padding-bottom: 0;
        padding-left: 3rem;
        padding-right: 3rem;
        width: 50%;
    }
}

/**
 * Extensions
 * Should be an extension of the parent theme's CSS file
 */

.general-grid {}

.general-grid--lincoln-square-london .general-grid__item {
    margin-bottom: 0;
}

.general-grid--2col .general-grid__item {}

@media (min-width: 48em) and (max-width: 61.1875em) {
    .general-grid--2col .general-grid__item {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        -ms-flex-pack: center;
            justify-content: center;
        margin-bottom: 0;
        max-width: 100%;
        width: 100%;
    }
}
.general-section .parallax-element {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
}
.general-section .parallax-element--enquiry {}
.general-section .parallax-element--availability {}
.general-section .parallax-element--primary-mobile-order {}
.general-section .parallax-element--secondary-mobile-order {}
.single-post .general-section {}
.single-post .general-section--designers .general-section__secondary .section-content__text {
    font-size: 14px;
    font-size: 1.4rem;
}
.general-section--about, .general-section--about-primary, .general-section--about-secondary {
    background-image: none;
}
.general-section__image--parallax-lincoln-square, .general-section__image--parallax-lincoln-square-alt {
    position: relative;
}
.general-section__image--parallax-lincoln-square::after, .general-section__image--parallax-lincoln-square-alt::after {
    background: #f26f24;
    content: '';
    display: block;
    height: 88%;
    position: absolute;
    width: 32.5%;
    z-index: -1;
}
.general-section__image--parallax-lincoln-square-left, .general-section__image--parallax-lincoln-square-alt-left {
    text-align: left;
}
.general-section__image--parallax-lincoln-square {
    width: 100%;
}
@media (min-width: 61.25em) {
    .general-section__image--parallax-lincoln-square {
        width: 75%;
    }
}
.general-section__image--parallax-lincoln-square::after {
    background: #f26f24;
    bottom: -20px;
    bottom: -2rem;
    left: 4px;
    left: .4rem;
}
@media (min-width: 100em) {
    .general-section__image--parallax-lincoln-square::after {
        left: 10%;
    }
}
.general-section__image--parallax-lincoln-square-alt {
    width: 100%;
}
@media (min-width: 61.25em) {
    .general-section__image--parallax-lincoln-square-alt {
        width: 75%;
    }
}
.general-section__image--parallax-lincoln-square-alt::after {
    bottom: -20px;
    bottom: -2rem;
    right: 10px;
    right: 1rem;
}
@media (min-width: 100em) {
    .general-section__image--parallax-lincoln-square-alt::after {
        right: 10%;
    }
}
.general-section__secondary {}
.general-section__secondary.parallax-element {}
@media (max-width: 47.9375em) {
    .general-section__secondary.parallax-element {
        display: block !important;/* stylelint-disable-line */
        margin-top: 5rem;
    }
}
@media (min-width: 48em) and (max-width: 61.1875em) {
    .general-section__secondary.parallax-element {
        padding-left: 0;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .general-section .parallax-element--enquiry {
        margin: 0 auto;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .general-section .parallax-element--availability {
        -ms-flex: 100%;
            flex: 100%;
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 47.9375em) {
    .general-section .parallax-element--primary-mobile-order {
        -ms-grid-row-span: 1;
        -ms-grid-row: 1;
            grid-row: 1 / span 1;
        margin-bottom: 8rem;
    }
}
@media (max-width: 47.9375em) {
    .general-section .parallax-element--secondary-mobile-order {
        -ms-grid-row-span: 1;
        -ms-grid-row: 2;
            grid-row: 2 / span 1;
    }
}
@media (min-width: 61.25em) {
    .general-section .parallax-element {
        margin-top: 10rem;
    }
    .general-section .parallax-element--primary-order {
        -ms-flex-order: 1;/* stylelint-disable-line */
    }
}
.general-section--penthouse-primary {
    background: url('../images/penthouse-bg-primary.jpg') no-repeat right bottom;
    background-color: #fff;
}
@media (min-width: 48em) {
    .general-section--penthouse-primary {
        padding: 10rem 0 5rem;
    }
}
@media (min-width: 61.25em) {
    .general-section--penthouse-primary {
        padding: 10rem 0;
    }
}
.general-section--penthouse-secondary {
    background: url('../images/project-bg-secondary.jpg') no-repeat left bottom;
    background-color: #fff;
}
.general-section--overview-primary {
    background: url('../images/project-bg-primary.jpg') no-repeat right bottom;
    background-color: #fff;
}
@media (min-width: 48em) {
    .general-section--overview-primary {
        padding: 10rem 0 5rem;
    }
}
@media (min-width: 61.25em) {
    .general-section--overview-primary {
        padding: 10rem 0;
    }
}
.general-section--overview-secondary {
    background: url('../images/project-bg-secondary.jpg') no-repeat left bottom;
    background-color: #fff;
}
.general-section--amenities-primary {
    background: url('../images/amenities-bg-primary.jpg') no-repeat right bottom;
    background-color: #fff;
    background-position-x: 85%;
    background-position-y: 50%;
    background-size: 40%;
}
.general-section--make_an_enquiry-primary {
    background: url('../images/make_an_enquiry-bg-primary-v2.jpg') no-repeat center;
    background-color: #fff;
}
.general-section--make_an_enquiry-primary h2 {
    text-align: center;
    width: 100%;
}
@media (min-width: 48em) {
    .general-section--make_an_enquiry-primary h2 {
        margin-top: 10rem;
    }
}
.general-section--availability-primary {
    background-color: #fff;
}
.general-section--availability-primary .parallax-element--primary {
    padding: 0 10px;
    padding: 0 1rem;
}
@media (min-width: 48em) {
    .general-section--availability-primary .parallax-element--primary {
        padding: 0 2.5rem;
    }
}
.general-section--location .general-section__inner--fullwidth {}
.general-section--location .location__caption {
    margin: 0 auto;
    max-width: 100%;
    padding: 40px;
    padding: 4rem;
    text-align: center;
}
.general-section--location .location__caption .banner__headline {
    line-height: 1.1;
}
@media (min-width: 48em) {
    .general-section--location .general-section__inner--fullwidth {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        -ms-grid-rows: 1fr;
            grid-template-rows: 1fr;
    }
}
@media (min-width: 61.25em) {
    .general-section--location .general-section__inner--fullwidth {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        -ms-grid-rows: 1fr;
            grid-template-rows: 1fr;
    }
}
@media (min-width: 61.25em) {
    .general-section--location .location__caption {
        max-width: 50%;
    }
}
.general-section--location-primary {
    background: url('../images/location-bg-primary.png') no-repeat right bottom;
    background-color: #e5e5e5;
}
@media (min-width: 48em) and (max-width: 61.1875em) {
    .general-section--location-primary {
        padding: 5rem 0;
    }
}
.general-section--location-secondary {
    background: url('../images/location-bg-secondary.jpg') no-repeat left bottom;
    background-color: #fff;
}
@media (min-width: 48em) and (max-width: 61.1875em) {
    .general-section--location-secondary {
        padding: 5rem 0;
    }
}
.general-section--location-tertiary {
    background: url('../images/location-bg-tertiary.png') no-repeat right bottom;
    background-color: #e5e5e5;
}
@media (min-width: 48em) and (max-width: 61.1875em) {
    .general-section--location-tertiary {
        padding: 5rem 0;
    }
}
.general-section--location-quaternary {
    background: url('../images/location-bg-quaternary.jpg') no-repeat left bottom;
    background-color: #fff;
}
@media (min-width: 48em) and (max-width: 61.1875em) {
    .general-section--location-quaternary {
        padding: 5rem 0;
    }
}
.general-section--location-banner .banner__headline {
    color: #666;
    margin-bottom: 0;
}
.general-section--location-banner .banner__headline::after {
    border-top: 4px solid #f26f24;
    border-top: .4rem solid #f26f24;
    bottom: 10px;
    bottom: 1rem;
    content: '';
    display: block;
    height: 5px;
    height: .5rem;
    left: 0;
    margin: 30px auto 10px;
    margin: 3rem auto 1rem;
    position: relative;
    width: 100px;
    width: 10rem;
}
.general-section--location-banner .banner__copy {
    font-size: 14px;
    font-size: 1.4rem;
}
@media (min-width: 48em) {
    .general-section--location-banner .banner__copy {
        color: #666;
        font-size: 1.9rem;
        letter-spacing: .01rem;
        line-height: 1.4;
    }
}
.general-section--thankyou .section-content__title {
    color: #666;
}
.general-section__inner {}
.general-section__inner--fullwidth {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
}
.general-section__inner--no-padding-top-mobile {}
@media(max-width: 47.9375em) {
    .general-section__inner--no-padding-top-mobile {
        padding-top: 0;
    }
}
.general-section--penthouse .section-content--maxed {}
.general-section--penthouse .section-content__title {
    text-align: center;
}
.general-section--penthouse .section-content__text p {
    text-align: center;
}
.general-section--penthouse .section-content__text--orange {
    color: #f26f24;
    padding-bottom: 20px;
    padding-bottom: 2rem;
    padding-top: 20px;
    padding-top: 2rem;
}
.general-section--penthouse .section-content__link {
    background: #f26f24;
    color: #fff;
    font-family: 'FuturaLight', 'Trebuchet MS', 'Arial', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.3px;
    letter-spacing: .03rem;
    line-height: 1.4;
    padding: 10px;
    padding: 1rem;
    text-align: center;
}
.general-section--penthouse .section-content__link-text {
    padding-left: 30px;
    padding-left: 3rem;
    padding-right: 30px;
    padding-right: 3rem;
}
@media (min-width: 61.25em) {
    .general-section--penthouse .section-content--maxed {
        background-color: rgba(128, 128, 128, .4);
        max-width: 80rem;
    }
}
@media (min-width: 61.25em) {
    .general-section--penthouse .section-content__link-text {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}
.general-section--penthouse-text-only {
    height: 180px;
    height: 18rem;
}
@media(min-width: 61.25em) {
    .general-section--penthouse-text-only {
        height: 25rem;
    }
}
.section-content {}
.section-content--lincoln-square, .section-content--lincoln-square-alt {
    position: relative;
}
.section-content--lincoln-square::after, .section-content--lincoln-square-alt::after {
    background: #f26f24;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 4px;
    width: .4rem;
    z-index: -1;
}
.section-content--lincoln-square {}
.section-content--lincoln-square::after {
    right: -4px;
    right: -.4rem;
}
.section-content--lincoln-square-alt {}
.section-content--lincoln-square-alt::after {
    left: -4px;
    left: -.4rem;
}
.general-section__secondary .section-content--homepage {}
@media (max-width: 47.9375em) {
    .general-section__secondary .section-content--homepage {
        padding: 0 2.5rem !important;/* stylelint-disable-line */
    }
}
.section-content__title, .section-content__text, .section-content__link {
    text-align: left;
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
}
.section-content--centered .section-content__title, .section-content--centered .section-content__text, .section-content--centered .section-content__link {
    text-align: center !important;/* stylelint-disable-line */
}
.section-content__text {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1px;
    letter-spacing: .01rem;
    line-height: 1.4;
    margin-right: 10px;
    margin-right: 1rem;
}
.section-content__text p {
    line-height: 1.4;
}
.section-content__text--right-padded {
    margin-right: 40px;
    margin-right: 4rem;
}
@media (min-width: 48em) {
    .section-content__text--right-padded {
        margin-right: 1rem;
    }
}
@media (min-width: 48em) {
    .section-content__text {
        font-size: 1.4rem;
    }
}
@media (min-width: 69.375em) {
    .section-content__text {
        font-size: 1.9rem;
    }
}
@media (min-width: 100em) {
    .section-content__text {
        font-size: 2.4rem;
    }
}
.section-content__text--no-margin {
    margin-right: 0;
}
.section-content__title {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 1px;
    letter-spacing: .1rem;
}
@media (min-width: 100em) {
    .section-content__title {
        font-size: 4.8rem;
    }
}
.section-content__link .lodha-link {
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    padding-left: 0;
}
@media (min-width: 100em) {
    .section-content__link .lodha-link {
        font-size: 2rem;
    }
}
.section-content--maxed {}
@media (min-width: 100em) {
    .section-content--maxed {
        max-width: 60rem;
    }
}
.footer-navigation .menu {}
.footer-navigation .menu-item {
    padding: 0;
}
.footer-navigation .menu-item a {/* stylelint-disable-line */
    color: #dedede;
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 10px 0;
    padding: 1rem 0;
}
.footer-navigation .menu-item a::after {
    display: none;
}
@media (max-width: 47.9375em) {
    .footer-navigation .menu {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
@media (min-width: 48em) {
    .footer-navigation .menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start;
    }
}
.footer-navigation--right .menu {}
@media (min-width: 48em) {
    .footer-navigation--right .menu {
        -ms-flex-pack: end;
            justify-content: flex-end;
    }
}
@media (max-width: 47.9375em) {
    .footer-navigation .menu-item {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
}
@media (max-width: 47.9375em) {
    .footer-navigation .menu-item a {
        text-align: center;
    }
}
@media (min-width: 48em) {
    .footer-navigation .menu-item a {
        font-size: 1.5rem;
        letter-spacing: .08rem;
        padding: 2rem 0;
    }
}
.copyright {}
.copyright__text {
    color: #fff;
}
.site-navigation li.make-an-enquiry a {/* stylelint-disable-line */
    color: #f26f24;
}
.site-navigation .menu-item {
    margin: 0 10px;
    margin: 0 1rem;
}
.site-navigation .menu-item a {/* stylelint-disable-line */
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.2px !important;
    letter-spacing: .02rem !important;/* stylelint-disable-line */
}
.site-navigation .menu-item a:hover {}
.site-navigation .menu-item a:hover::after {
    border-bottom: 0;
    border-color: #f26f24;
    width: 30px;
    width: 3rem;
}
.site-navigation .current-menu-item a {}
.site-navigation .current-menu-item a::after {
    border-bottom: 0;
    border-color: #f26f24;
    width: 30px;
    width: 3rem;
}
.site-navigation .current-menu-parent a {}
.site-navigation .current-menu-parent a::after {
    border-bottom: 0;
    border-color: #f26f24;
    width: 30px;
    width: 3rem;
}
@media (min-width: 48em) {
    .site-navigation .menu-item {
        padding: .5rem 0;
    }
}
@media (min-width: 69.375em) {
    .site-navigation .menu-item {
        padding: 4.5rem 0;
    }
}
.slider-controls .swiper-button-next, .slider-controls .swiper-button-prev {
    opacity: .8;
    width: 17px;
    width: 1.7rem;
}
.slider-controls .swiper-button-next {
    right: 15px;
    top: 41.5%;
}
.slider-controls .swiper-button-prev {
    left: 15px;
    top: 42%;
}
@media (min-width: 61.25em) {
    .slider-controls .swiper-button-next, .slider-controls .swiper-button-prev {
        width: 2.7rem;
    }
    .slider-controls .swiper-button-next:hover, .slider-controls .swiper-button-prev:hover {
        opacity: 1;
    }
}
@media (min-width: 48em) {
    .slider-controls .swiper-button-next {
        right: 75px;
        top: 51%;
    }
}
@media (min-width: 61.25em) {
    .slider-controls .swiper-button-next {
        top: 49.5%;
    }
}
@media (min-width: 48em) {
    .slider-controls .swiper-button-prev {
        top: 55%;
    }
}
@media (min-width: 61.25em) {
    .slider-controls .swiper-button-prev {
        top: 50%;
    }
}
.swiper-slide {}
.property-management-nav .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    padding-bottom: 30px;
    padding-bottom: 3rem;
    padding-top: 20px;
    padding-top: 2rem;
}
.property-management-nav .menu-item {
    margin: 0 5px;
    margin: 0 .5rem;
    padding: 0 5px 10px;
    padding: 0 .5rem 1rem;
    position: relative;
}
.property-management-nav .menu-item a {
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    color: #999;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.3px;
    letter-spacing: .03rem;
    text-decoration: underline;
}
.property-management-nav .menu-item a:hover {
    text-decoration: none;
}
.property-management-nav .menu-item:after {}
.property-management-nav .menu-item:last-child {}
.property-management-nav .menu-item:last-child:after {
    display: none;
}
@media (min-width: 48em) {
    .property-management-nav .menu {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding-bottom: 4rem;
    }
}
@media (min-width: 48em) {
    .property-management-nav .menu-item {
        margin: 0 1rem;
        padding: 0 1rem;
    }
}
@media (min-width: 48em) {
    .property-management-nav .menu-item:after {
        background-color: #999;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        right: -1rem;
        top: 0;
        width: .1rem;
    }
}
@media (min-width: 48em) {
    .property-management-nav .menu-item a {
        font-size: 1.6rem;
    }
}

/**
 * Overrides
 * Should be commented out from the parent theme imports above
 */

.site-header {
    height: 107px;
    height: 10.7rem;
}

.home .site-header {
    height: 107px;
    height: 10.7rem;
}

@media (min-width: 61.25em) {
    .site-header {
        height: 13.5rem;
    }
}
.site-footer {
    background-color: #938c87;
    padding: 25px;
    padding: 2.5rem;
    position: relative;
}
@media (max-width: 47.9375em) {
    .site-footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
            flex-flow: column;
    }
}
@media (min-width: 48em) {
    .site-footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding: 2rem 5rem;
    }
}
.site-footer__primary, .site-footer__secondary, .site-footer__tertiary {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
@media (min-width: 48em) {
    .site-footer__primary, .site-footer__secondary, .site-footer__tertiary {
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%;
    }
}
.site-footer__primary {
    margin: auto;
}
@media (min-width: 48em) {
    .site-footer__primary {
        margin: 0;
        max-width: 100%;
    }
}
.site-footer__secondary {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
}
@media (max-width: 47.9375em) {
    .site-footer__secondary {
        -ms-flex-order: 1;
            order: 1;
    }
}
.site-footer__logo {
    padding: 10px 0;
    padding: 1rem 0;
}
.site-footer__logo .svg-icon, .site-footer__logo img {/* stylelint-disable-line */
    max-width: 120px;
    max-width: 12rem;
    width: 100%;
}
.site-footer__logo img {/* stylelint-disable-line */
    position: relative;
    top: 1px;
    top: .1rem;
}
@media (min-width: 48em) {
    .site-footer__logo {
        padding: 0;
    }
}
@media (min-width: 69.375em) {
    .site-footer__logo .svg-icon, .site-footer__logo img {
        max-width: 16rem;
    }
}
.site-navigation .menu {}
.site-navigation .menu-item a {/* stylelint-disable-line selector-no-type */
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.3px;
    letter-spacing: .03rem;
}
@media (min-width: 100em) {
    .site-navigation .menu-item a {
        font-size: 1.4rem;
    }
}
@media (min-width: 120em) {
    .site-navigation .menu-item a {
        font-size: 2rem;
        margin: 0 2rem;
    }
}
.lodha-link {
    letter-spacing: 0.14286em;
    font-family: 'Copperplate Gothic Light', serif;
    font-style: normal;
    font-weight: 400;
    color: #f26f24;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 20px;
    padding-left: 2rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.lodha-link .svg {}
.lodha-link--alt {
    color: #fff;
}
.banner {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.banner--about {}
.banner__figure {
    transition: transform .3s;
    width: 100%;
}
.banner__caption {
    color: #fff;
    left: 50%;
    padding: 0 40px;
    padding: 0 4rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.banner--alt .banner__caption {
    left: auto;
    right: 8%;
    transform: translate(-8%, -50%);
}
@media (min-width: 48em) {
    .banner__caption {
        max-width: 80rem;
        padding: 0;
        width: 70%;
    }
}
@media (min-width: 61.25em) {
    .banner__caption {
        width: 50%;
    }
}
.banner__headline {
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 0.09091em;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: .5;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.banner--centered .banner__headline {
    text-align: center;
}
.banner--about .banner__headline {
    text-shadow: 2px 2px 8px #000;
    text-shadow: .2rem .2rem .8rem #000;
}
@media (max-width: 374px) {
    .banner__headline {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
}
@media (min-width: 48em) {
    .banner__headline {
        letter-spacing: 0.07143em;
        font-size: 2.8rem;
        margin-bottom: 2.5rem;
    }
}
.banner__copy {
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 0.07692em;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.3px;
    letter-spacing: .03rem;
    line-height: 1.4;
}
.banner--centered .banner__copy {
    text-align: center;
}
.banner--about .banner__copy {
    text-shadow: 2px 2px 8px #000;
    text-shadow: .2rem .2rem .8rem #000;
}
.banner--expertise .banner__copy p {/* stylelint-disable-line */
    margin-bottom: 10px;
    margin-bottom: 1rem;
}
.banner--make_an_enquiry .banner__copy p {
    letter-spacing: 0.3px;
    letter-spacing: .03rem;
}
.banner__copy hr {
    border-color: #f26f24;
    width: 10%;
}
@media(min-width: 61.25em) {
    .banner__copy {
        letter-spacing: .075rem;
    }
}
@media (max-width: 374px) {
    .banner__copy {
        font-size: 1rem;
    }
}
.banner__action {/* @map fonts futura book; */
    letter-spacing: 0.15385em;
    background: rgba(255, 255, 255, .25);
    border-radius: 100rem;/* Normally we’d use 100%, instead use large number to not create oval on non-square elements */
    color: transparent;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    overflow: hidden;
    padding: 10px;
    padding: 1rem;
    position: relative;
    text-transform: uppercase;
    transition: color .3s, width .3s;
    white-space: nowrap;
    width: 30px;
    width: 3rem;
}
@media (max-width: 47.9375em) {
    .banner__action {
        display: none;
    }
}
.banner__cta {
    display: block;
    padding: 0 5px;
    padding: 0 .5rem;
}
.banner__icon {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(+50%, -50%);
    transition: right .3s, transform .3s;
}
.banner__icon .svg-icon {
    height: 14.1px;
    height: 1.41rem;
    width: 8.2px;
    width: .82rem;
}
.banner__icon .icon-arrow-fat__st0 {
    fill: #fff;
}
.banner--alt .banner__icon .icon-arrow-fat__st0 {}
.banner--make_an_enquiry .banner__headline {
    line-height: 1.2;
}
@media (min-width: 48em) {
    .banner--make_an_enquiry .banner__headline {
        line-height: .5;
    }
}
.site-logo {
    bottom: 0;
    display: inline-block;
    left: 50%;
    padding: 17.5px 25px;
    padding: 1.75rem 2.5rem;
    position: relative;
    text-align: center;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
}
.site-header__inner--sticky .site-logo {
    margin: 0;
}
.site-header__inner--sticky .site-logo img {
    max-width: 160px;
    max-width: 16rem;
    width: 160px;
    width: 16rem;
}
.page-template-property-management .site-header__inner--sticky .site-logo img {
    max-width: 80px;
    max-width: 8rem;
}
.page-template-property-management .site-header__inner--sticky .site-logo {
    margin: 20px 0 !important;
    margin: 2rem 0 !important;
}
.site-header__inner--sticky .site-logo.site-logo {}
.site-logo .svg-icon, .site-logo img {/* stylelint-disable-line */
    max-width: 100px;
    max-width: 10rem;
    width: 100%;
}
.site-logo img {/* stylelint-disable-line */
    position: relative;
    top: 1px;
    top: .1rem;
}
@media (min-width: 69.375em) {
    .site-logo {
        margin: 2rem 0;
        padding: 0;
        position: absolute;
        width: auto;
        z-index: 1;
    }
}
@media (min-width: 48em) {
    .site-header__inner--sticky .site-logo {
        margin: 3rem 0;
    }
}
@media (min-width: 69.375em) {
    .site-header__inner--sticky .site-logo {
        margin: 4rem 0;
    }
}
@media (min-width: 61.25em) {
    .site-header__inner--sticky .site-logo img {
        max-width: 20rem;
        width: 20rem;
    }
}
@media (min-width: 100em) {
    .site-header__inner--sticky .site-logo img {
        max-width: 24rem;
        width: 24rem;
    }
}
@media (min-width: 48em) {
    .page-template-property-management .site-header__inner--sticky .site-logo img {
        max-width: 16rem;
    }
}
@media (min-width: 69.375em) {
    .site-header__inner--sticky .site-logo.site-logo {
        margin: 5.5rem 0;
    }
}
@media (min-width: 61.25em) {
    .site-logo .svg-icon, .site-logo img {
        max-width: 15rem;
    }
}
@media (min-width: 69.375em) {
    .site-logo .svg-icon, .site-logo img {
        max-width: 16rem;
    }
}
.site-logo-scroll__link {
    display: none;
}
.site-logo-scroll__link img {
    height: 44px;
    height: 4.4rem;
}
.page-template-property-management .site-logo-scroll__link img {
    height: auto;
}
.site-logo__img {}
.page-template-property-management .site-logo__img--standard {
    display: none;
}
.site-logo__img--st-amand {
    display: none;
}
.page-template-property-management .site-logo__img--st-amand {
    display: inline-block;
}
.slider-caption {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.slider-caption__text-wrap {
    position: relative;
}
@media (min-width: 61.25em) {
    .slider-caption__text-wrap {}
    .slider-caption__text-wrap::after {
        background: rgba(255, 255, 255, .4);
        content: '';
        display: block;
        height: .1rem;
        margin: 2rem 0;
        width: 100%;
    }
}
.slider-caption__text {
    letter-spacing: 0.11111em;
    font-family: 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    padding: 0 45px;
    padding: 0 4.5rem;
    text-align: left;
    text-transform: uppercase;
}
@media (min-width: 61.25em) {
    .slider-caption__text {
        margin-bottom: 0;
        padding: 0 2rem;
    }
}
.slider-caption__link {
    padding: 0 45px;
    padding: 0 4.5rem;
    position: relative;
    text-align: left;
}
.swiper-slide-active .slider-caption__link, .swiper-slide-active-class .slider-caption__link {}
.swiper-slide-active .slider-caption__link::before, .swiper-slide-active-class .slider-caption__link::before {
    height: 15px;
    height: 1.5rem;
    transition: all .3s;
}
.c-landing-slider--parallax-slides .slider-caption__link {}
.c-landing-slider--parallax-slides .slider-caption__link::before {}
.slider-caption__link::before {
    background: rgba(255, 255, 255, .4);
    content: '';
    display: none;
    height: 0;
    left: 24px;
    left: 2.4rem;
    margin: auto;
    position: absolute;
    top: -20px;
    top: -2rem;
    transition: all .3s;
}
@media (min-width: 61.25em) {
    .slider-caption__link {
        padding: 0 2rem;
    }
    .slider-caption__link::before {
        display: block;
        height: 0;
        left: 2.4rem;
        top: -2rem;
        width: .1rem;
    }
}
@media (max-width: 61.1875em) {
    .c-landing-slider--parallax-slides .slider-caption__link::before {
        display: block;
        height: .1rem;
        left: 2.5rem;
        top: 50%;
        width: 1rem;
    }
}

