form input::-webkit-input-placeholder {
    color: #191919
}

form input:-moz-placeholder {
    color: #191919
}

form input::-ms-input-placeholder {
    color: #191919
}

form input:-ms-input-placeholder {
    color: #191919
}

form input:focus::-webkit-input-placeholder {
    color: #191919
}

form input:focus:-moz-placeholder {
    color: #191919
}

form input:focus::-ms-input-placeholder {
    color: #191919
}

form input:focus:-ms-input-placeholder {
    color: #191919
}

.no-overflow {
    overflow: hidden
}

.right {
    float: right
}

.hide {
    display: none
}

@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-wobble-vertical2 {
    8.32% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    16.6% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    25% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    33.4% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    41.75% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-wobble-vertical:active,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:hover {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.bounce {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.bounce-repeat {
    -webkit-animation-name: hvr-wobble-vertical2;
    animation-name: hvr-wobble-vertical2;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-wobble-horizontal:active,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:hover {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.hover_pulse,
.hover_pulse2,
.hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hover_pulse.active,
.hvr-pulse-grow:active,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:hover {
    animation-name: hvr-pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.hover_pulse2.active {
    animation-iteration-count: 4
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-pulse:active,
.hvr-pulse:focus,
.hvr-pulse:hover {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.overlay-scale {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: -webkit-transform .2s, opacity .2s, visibility 0s .2s;
    transition: transform .2s, opacity .2s, visibility 0s .2s
}

.overlay-scale.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s
}

@-webkit-keyframes cont-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes cont-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.pulse {
    -webkit-animation-name: cont-pulse;
    animation-name: cont-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.hvr-rotate,
.hvr-rotate2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-rotate:hover {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hvr-rotate2 {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

.hvr-rotate2.active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    background-color: #191919;
    background-attachment: fixed;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 320px
}

@media only screen and (min-width:1024px) {
    body {
        background: url(../images/Desktop_Background_optimised.jpg) center center/cover no-repeat #191919;
        background-attachment: fixed
    }
}

body:before {
    background: url(../images/Mobile_Background_optimised.jpg) center center/cover no-repeat;
    content: "";
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

@media only screen and (min-width:1024px) {
    body:before {
        display: none
    }
}

body.no-scroll {
    overflow: hidden
}

.clear--left {
    clear: left
}

::selection {
    background: #c4ff00;
    color: #7d7dbd
}

body {
    font-family: roc-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal
}

h1,
h2,
h3 {
    color: #7d7dbd;
    line-height: 1.2
}

h3 {
    font-size: 4em
}

a {
    color: #fff
}

p {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 auto 70px;
    max-width: 500px;
    padding: 0 30px;
    text-align: center
}

p.p-wide {
    max-width: 879px
}

p:last-of-type {
    margin-bottom: 0
}

@media only screen and (min-width:768px) {
    p {
        font-size: 18px;
        padding: 0 30px
    }
}

a {
    color: #fff
}

strong {
    font-weight: 500
}

.button {
    background: 0 0;
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 80px;
    padding: 13px 50px 11px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.button:hover {
    background: #000;
    color: #fff
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-slider * {
    outline: 0
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.large-screen,
.large-screen-inline,
.medium-screen,
.medium-screen-inline {
    display: none
}

.tiny-screen {
    display: inline-block
}

@media only screen and (min-width:768px) {
    .tiny-screen {
        display: none !important
    }
    .medium-screen {
        display: block
    }
    .medium-screen-inline {
        display: inline-block !important
    }
}

@media only screen and (min-width:1024px) {
    .small-screen {
        display: none !important
    }
    .large-screen {
        display: block
    }
    .large-screen-inline {
        display: inline-block !important
    }
    .no-tablet {
        display: none
    }
    .min-height-large {
        min-height: 768px;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media only screen and (min-width:1024px) {
    .margin-l-10 {
        margin-left: 10px;
        max-width: calc(100% - 20px) !important
    }
}

.row--mt-42 {
    margin-top: 42px
}

.page-home .mb-50 {
    margin-bottom: 50px
}

.page-home .mb-100 {
    margin-bottom: 100px
}

@media only screen and (min-width:1024px) {
    .page-home .mb-lg-100 {
        margin-bottom: 100px
    }
}

.page-home .pt-40 {
    padding-top: 50px
}

.page-home .pb-50 {
    padding-bottom: 50px
}

@media only screen and (min-width:1024px) {
    .page-home .pt-lg-0 {
        padding-top: 0
    }
    .page-home .pb-lg-100 {
        padding-bottom: 100px
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 40px
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fancybox-button {
    background: #7d7dbd;
    color: #fff
}

.fancybox-slide {
    padding: 44px 0
}

@media only screen and (min-width:768px) {
    .fancybox-slide {
        padding: 44px
    }
}

.wrapper {
    padding-top: 0;
    position: relative;
    z-index: 1
}

section {
    overflow: hidden
}

.layout__inner {
    max-width: 1366px;
    margin: 0 auto;
    width: 100%
}

footer .layout__inner {
    max-width: 1035px
}

.row--carousel .layout__inner--- {
    overflow: hidden
}

#floorplan {
    margin-bottom: 60px
}

@media only screen and (min-width:1024px) {
    #floorplan {
        margin-bottom: 0
    }
}

.row {
    display: flex;
    flex-wrap: wrap
}

.row--justify-center {
    justify-content: center
}

.row--center {
    align-items: center
}

@media only screen and (min-width:1024px) {
    .row--reverse {
        flex-direction: row-reverse
    }
}

.col-12 {
    width: 100%
}

@media only screen and (min-width:1024px) {
    .col-md-6 {
        width: 50%
    }
}

.pt-1 {
    padding-top: 10px
}

.pt-2 {
    padding-top: 20px
}

.pt-3 {
    padding-top: 30px
}

.pt-4 {
    padding-top: 40px
}

.pt-5 {
    padding-top: 50px
}

.pt-7 {
    padding-top: 70px
}

.pb-3 {
    padding-bottom: 30px
}

.pb-5 {
    padding-bottom: 50px
}

.pb-7 {
    padding-bottom: 70px
}

.mb-5 {
    margin-bottom: 50px
}

@media only screen and (min-width:1024px) {
    .pt-md-0 {
        padding-top: 0
    }
    .pt-md-5 {
        padding-top: 50px
    }
    .pt-md-7 {
        padding-top: 70px
    }
    .pb-md-0 {
        padding-top: 0
    }
    .pb-md-7 {
        padding-top: 70px
    }
    .mb-md-0 {
        margin-bottom: 0
    }
}

header {
    height: calc(var(--vh, 1vh) * 100);
    min-height: 735px;
    min-height: 635px;
    position: relative;
    width: 100%;
    z-index: 9999
}

@media only screen and (min-width:1024px) {
    header {
        height: 100vh
    }
}

header .header__content {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    padding-bottom: 40px;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media only screen and (min-width:1024px) {
    header .header__content {
        padding-bottom: 100px;
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

header .site-logo {
    background: url(../images/SVGs/Logo-01.svg) 0 0/100% auto no-repeat;
    height: 190px;
    max-width: 449px;
    margin: -50px auto 0 auto;
    width: 236px
}

header .site-logo span {
    color: transparent;
    font: 0/0 a
}

@media only screen and (min-width:1024px) {
    header .site-logo {
        height: 291px;
        max-width: 641px;
        width: 360px;
        margin-top: 0
    }
    header .site-logo img {
        display: none
    }
}

header .header__intro {
    color: #7d7dbd;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    width: 100%
}

@media only screen and (min-width:1024px) {
    header .header__intro {
        font-size: 20px
    }
}

.header__jump {
    background: url(../images/SVGs/Green-arrow.svg) 0 0/100% auto no-repeat;
    height: 28px;
    width: 51px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    color: transparent;
    font: 0/0 a
}

@media only screen and (min-width:1024px) {
    .header__jump {
        bottom: 43px
    }
}

footer {
    padding: 0 20px 50px 20px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

footer .title--centered {
    margin-top: 20px
}

footer p {
    color: #fff;
    font-size: 11px;
    letter-spacing: 0;
    margin-bottom: 10px;
    max-width: 100%;
    padding: 0
}

footer p a {
    color: #fff !important;
    text-decoration: none !important
}

footer p.footnote {
    margin-bottom: 15px;
    border-top: 2px solid #fff;
    padding-top: 40px
}

footer p.footnote strong {
    font-weight: 300
}

footer a {
    color: #fff;
    text-decoration: none
}

@media only screen and (min-width:1024px) {
    .flex-tablet {
        display: flex;
        align-items: center
    }
}

@media only screen and (min-width:1024px) {
    .flex-flip-md {
        display: flex;
        flex-direction: row-reverse
    }
}

@media only screen and (min-width:1024px) {
    .pe-md-2 {
        padding-right: 3rem !important
    }
}

@media only screen and (min-width:1024px) {
    .ps-md-2 {
        padding-left: 3rem !important
    }
}

.row {
    clear: both
}

.row--carousel {
    overflow: hidden
}

.row--content-floorplan {
    margin-bottom: 100px;
    padding: 0 20px;
    text-align: center
}

@media only screen and (min-width:1024px) {
    .row--content-floorplan {
        padding: 60px 0 0 0
    }
}

.row--content-floorplan h2,
.row--content-floorplan p {
    text-align: left
}

.row--content-floorplan p {
    margin-bottom: 40px
}

.row--content-floorplan img {
    margin: 0 auto;
    max-width: 900px
}

#building.scrolling {
    padding-top: 75px
}

.content {
    padding: 0 20px;
    margin-bottom: 30px
}

@media only screen and (min-width:1024px) {
    .content {
        padding-left: 0;
        padding-right: 100px;
        width: 40%
    }
}

.content p {
    max-width: 303px
}

.floorplan--desktop {
    margin-bottom: 20px
}

.availability-image--1 {
    margin-bottom: 22px
}

.availability-image--2 {
    margin-bottom: 50px
}

@media only screen and (min-width:1024px) {
    .availability-image--2 {
        margin-bottom: 0
    }
}

.carousel__wrapper {
    position: relative
}

.row--carousel {
    position: relative
}

.carousel {
    position: relative;
    max-width: 100%;
    text-align: center;
    width: 100%;
    padding-bottom: 30px
}

@media only screen and (min-width:768px) {
    .carousel {
        padding-bottom: 0
    }
}

.carousel img {
    width: 100%
}

.carousel figcaption {
    font-size: 14px;
    color: #fff;
    line-height: 1.1;
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 8px;
    float: none;
    display: inline-block
}

@media only screen and (min-width:1024px) {
    .carousel figcaption {
        color: #000;
        float: right;
        font-size: 18px;
        margin-top: 0;
        position: absolute;
        right: 20px;
        text-align: right;
        top: 20px
    }
    .carousel figcaption.light {
        color: #fff
    }
}

.carousel--offset-arrows {
    padding-bottom: 50px
}

@media only screen and (min-width:1024px) {
    .carousel--offset-arrows {
        padding-bottom: 0
    }
    .carousel--offset-arrows button.slick-arrow.slick-prev {
        left: -97px;
        bottom: 29px;
        top: auto
    }
    .carousel--offset-arrows button.slick-arrow.slick-next {
        top: auto;
        bottom: 31px;
        right: auto;
        left: -48px
    }
}

ul.slick-dots {
    bottom: 0;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1
}

@media only screen and (min-width:768px) {
    ul.slick-dots {
        bottom: 32px
    }
}

ul.slick-dots li {
    display: inline-block;
    margin: 0 7px
}

ul.slick-dots li button {
    background: 0 0;
    border: 2px solid #c4ff00;
    border-radius: 100%;
    height: 12px;
    padding: 0;
    width: 12px;
    color: transparent;
    font: 0/0 a
}

@media only screen and (min-width:768px) {
    ul.slick-dots li button {
        border: 2px solid #c4ff00
    }
}

ul.slick-dots li.slick-active button {
    background: #c4ff00
}

@media only screen and (min-width:768px) {
    ul.slick-dots li.slick-active button {
        background: #c4ff00
    }
}

button.slick-arrow.slick-next,
button.slick-arrow.slick-prev {
    background: url(../images/SVGs/Green-arrow.svg) 0 0/100% auto no-repeat;
    height: 28px;
    width: 51px;
    display: none !important;
    border: none;
    position: absolute;
    z-index: 2;
    bottom: 0;
    color: transparent;
    font: 0/0 a
}

@media only screen and (min-width:1024px) {
    button.slick-arrow.slick-next,
    button.slick-arrow.slick-prev {
        display: block !important;
        bottom: auto;
        top: 50%;
        height: 28px;
        width: 51px
    }
}

button.slick-arrow.slick-prev {
    left: 40px;
    transform: rotate(90deg)
}

@media only screen and (min-width:1024px) {
    button.slick-arrow.slick-prev {
        margin-top: -14px
    }
}

button.slick-arrow.slick-next {
    right: 40px;
    transform: rotate(-90deg)
}

@media only screen and (min-width:1024px) {
    button.slick-arrow.slick-next {
        margin-top: -14px
    }
}

.slick-slide {
    float: left
}

@media only screen and (min-width:768px) {
    .slick-list {
        padding-bottom: 0
    }
}

.title {
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto 33px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    color: transparent;
    font: 0/0 a
}

@media only screen and (min-width:768px) {
    .title {
        margin: 0 auto 48px;
        font-size: 50px
    }
}

.title--centered {
    text-align: center;
    width: 100%
}

@media only screen and (min-width:768px) {
    .title--centered {
        margin: 0 auto 50px
    }
}

.title-text {
    padding-bottom: 10px
}

.title-text a {
    border-bottom: 2px solid #c4ff00;
    font-size: 26px;
    text-decoration: none
}

.title-text a:hover {
    border-bottom-color: #7d7dbd
}

@media only screen and (min-width:1024px) {
    .title-text a {
        font-size: 35px
    }
}

.title--1 {
    background: url(../images/SVGs/headings/New_beginning_svg.svg) 0 0/100% auto no-repeat;
    height: 127px;
    margin-top: 60px;
    width: 271px
}

@media only screen and (min-width:768px) {
    .title--1 {
        height: 179px;
        width: 382px
    }
}

@media only screen and (min-width:1024px) {
    .title--1 {
        margin-top: 0
    }
}

.title--2 {
    background: url(../images/SVGs/headings/Availability-01.svg) 0 0/100% auto no-repeat;
    height: 64px;
    margin-bottom: 50px;
    width: 251px
}

@media only screen and (min-width:768px) {
    .title--2 {
        height: 83px;
        margin-bottom: 30px;
        width: 328px
    }
}

@media only screen and (min-width:1200px) {
    .title--2 {
        margin-bottom: 95px
    }
}

.title--3 {
    background: url(../images/SVGs/headings/Colourful_Canary.svg) 0 0/100% auto no-repeat;
    height: 125px;
    margin-bottom: 50px;
    width: 290px
}

@media only screen and (min-width:768px) {
    .title--3 {
        height: 173px;
        width: 403px
    }
}

.title--4 {
    background: url(../images/SVGs/headings/custom-space-heading.svg) 0 0/100% auto no-repeat;
    height: 135px;
    margin-bottom: 50px;
    width: 230px
}

.title--northwest {
    background: url(../images/SVGs/headings/3rd-floor-NW_Heading.svg) 0 0/100% auto no-repeat;
    height: 170px;
    margin-bottom: 50px;
    width: 300px
}

@media only screen and (min-width:768px) {
    .title--4 {
        height: 175px;
        width: 300px
    }
}

.title--4b {
    background: url(../images/SVGs/headings/3rd-floor-heading.svg) 0 0/100% auto no-repeat;
    height: 103px;
    margin-bottom: 50px;
    width: 310px;
    margin-top: 50px
}

@media only screen and (min-width:768px) {
    .title--4b {
        height: 130px;
        width: 391px
    }
}

@media only screen and (min-width:1200px) {
    .title--4b {
        margin-top: 0
    }
}

.title--5 {
    background: url(../images/SVGs/headings/Download-plans.svg) 0 0/100% auto no-repeat;
    height: 56px;
    margin-bottom: 50px;
    width: 307px
}

@media only screen and (min-width:768px) {
    .title--5 {
        height: 85px;
        width: 470px
    }
}

.title--6 {
    background: url(../images/SVGs/headings/Breezy-commute.svg) 0 0/100% auto no-repeat;
    height: 140px;
    margin-bottom: 50px;
    width: 288px
}

@media only screen and (min-width:768px) {
    .title--6 {
        height: 162px;
        width: 333px
    }
}

.title--7 {
    background: url(../images/SVGs/headings/Take-it-for-a-spin.svg) 0 0/100% auto no-repeat;
    height: 200px;
    margin-bottom: 50px;
    width: 230px
}

@media only screen and (min-width:768px) {
    .title--7 {
        height: 229px;
        width: 263px
    }
}

.title--8 {
    background: url(../images/SVGs/headings/Specification.svg) 0 0/100% auto no-repeat;
    height: 68px;
    margin-bottom: 90px;
    width: 298px
}

@media only screen and (min-width:768px) {
    .title--8 {
        height: 98px;
        width: 418px
    }
}

.title--9 {
    background: url(../images/SVGs/headings/Contacrt.svg) 0 0/100% auto no-repeat;
    height: 77px;
    margin-bottom: 10px;
    margin-top: 50px;
    width: 238px
}

@media only screen and (min-width:768px) {
    .title--9 {
        height: 108px;
        width: 335px
    }
}

.menu__trigger {
    display: block;
    height: 21px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    right: 30px;
    top: 20px;
    width: 30px;
    z-index: 99999;
    color: transparent;
    font: 0/0 a;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

@media only screen and (min-width:1024px) {
    .menu__trigger {
        right: 40px
    }
}

.menu__trigger span {
    background: #c4ff00;
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 9px;
    position: relative;
    transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out
}

.menu__trigger span:after,
.menu__trigger span:before {
    background: #c4ff00;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.menu__trigger span:before {
    top: -8px
}

.menu__trigger span:after {
    top: 8px
}

.menu__trigger.open {
    width: 20px
}

.menu__trigger.open span {
    background: 0 0
}

.menu__trigger.open span:before {
    transform: rotate(-45deg);
    top: 0
}

.menu__trigger.open span:after {
    transform: rotate(45deg);
    top: 0
}

.nav {
    background: 0 0;
    width: 100%;
    z-index: 9999;
    font-size: 16px;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -webkit-transition: top .3s ease-in-out
}

.nav.visible {
    top: 0;
    left: 0
}

.nav.visible .menu__trigger,
.nav.visible .site-logo {
    opacity: 1
}

.nav .site-logo {
    background: url(../images/SVGs/No50-floating_menu_mobile.svg) 0 center/100% auto no-repeat;
    float: left;
    height: 30px;
    width: 68px;
    margin-left: 20px;
    margin-top: 16px;
    opacity: 0;
    color: transparent;
    font: 0/0 a;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out
}

@media only screen and (min-width:1024px) {
    .nav .site-logo {
        background: url(../images/SVGs/Logo-01.svg) 0 center/100% auto no-repeat;
        margin-left: 40px;
        margin-top: 30px;
        height: 87px;
        width: 108px
    }
}

.nav .layout__inner {
    padding: 0 20px;
    position: relative
}

.nav__list {
    background: #191919;
    display: flex;
    justify-content: flex-end;
    padding: 60px 30px 0;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    text-align: right;
    height: calc(var(--vhNav, 1vh) * 100);
    z-index: 9999;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 80px;
    transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -webkit-transition: right .3s ease-in-out
}

@media only screen and (min-width:1024px) {
    .nav__list {
        width: 50%;
        right: -50%;
        padding: 60px 90px 0
    }
}

@media only screen and (min-width:1200px) {
    .nav__list {
        padding-bottom: 80px
    }
}

.nav__list.open {
    right: 0
}

.nav__list li {
    clear: both;
    display: inline-block;
    float: left;
    font-size: 24px;
    margin: 0 0 30px 0;
    position: relative;
    width: 100%
}

@media only screen and (min-width:1024px) {
    .nav__list li {
        font-size: 29px
    }
}

.nav__list li a {
    border-bottom: 2px solid transparent;
    color: #fff;
    text-decoration: none
}

.nav__list li a:hover {
    color: #c4ff00
}

.nav__list li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0
}

.icons {
    text-align: center;
    margin: 0 auto 0;
    max-width: 490px;
    overflow: hidden;
    width: auto;
    font-style: normal
}

@media only screen and (min-width:1024px) {
    .icons {
        max-width: 930px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:1200px) {
    .icons {
        max-width: 100%
    }
}

.icon__list {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    justify-content: center
}

.icon-list__cols-wrapper {
    display: flex
}

.icon__list--cols {
    display: flex !important;
    flex-wrap: wrap;
    max-width: 768px;
    justify-content: space-around;
    width: 50%
}

@media only screen and (min-width:768px) {
    .icon__list--cols .icon {
        height: 161px
    }
}

.icon {
    background-size: 93px 93px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 8px 30px;
    max-width: 245px;
    padding: 105px 0 30px 0;
    position: relative;
    text-align: center;
    width: calc(50% - 16px)
}

.icon:nth-child(2n+1) {
    clear: both
}

@media only screen and (min-width:1024px) {
    .icon {
        font-size: 16px;
        margin: 0 15px 30px;
        padding: 130px 10px 30px 10px;
        width: calc(50% - 30px)
    }
}

.icon a {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    padding-top: 85px;
    left: 0;
    text-decoration: none;
    width: 100%
}

.icon a:hover {
    color: #7d7dbd
}

@media only screen and (min-width:1024px) {
    .icon a {
        padding-top: 95px
    }
}

a.icon {
    display: inline-block;
    width: 100%;
    text-decoration: none
}

.icon__list--downloads .icon {
    font-family: roc-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal
}

@media only screen and (min-width:1024px) {
    .icon__list--downloads .icon {
        width: calc(25% - 30px)
    }
}

.icon__list--downloads .icon a {
    line-height: 1.2;
    padding-top: 90px
}

@media only screen and (min-width:1024px) {
    .icon__list--downloads .icon a {
        padding-top: 100px
    }
}

.icon-downloads--1 {
    background-image: url(../images/SVGs/stickers/Self-contained_download.svg);
    background-size: 75px auto
}

@media only screen and (min-width:1024px) {
    .icon-downloads--1 {
        background-size: 89px auto
    }
}

.icon-downloads--2 {
    background-image: url(../images/SVGs/stickers/1st_floor_download.svg);
    background-size: 61px auto
}

@media only screen and (min-width:1024px) {
    .icon-downloads--2 {
        background-size: 75px auto
    }
}

.icon-downloads--3 {
    background-image: url(../images/SVGs/stickers/2nd_floor_download.svg);
    background-size: 63px auto
}

@media only screen and (min-width:1024px) {
    .icon-downloads--3 {
        background-size: 75px auto
    }
}

.icon-downloads--4 {
    background-image: url(../images/SVGs/stickers/3rd_floor_download.svg);
    background-size: 75px auto
}

@media only screen and (min-width:1024px) {
    .icon-downloads--4 {
        background-size: 89px auto
    }
}

.icon-downloads--5 {
    background-image: url(../images/SVGs/stickers/3rd_Floor_Info_Pack-01.svg);
    background-size: 63px auto
}

@media only screen and (min-width:1024px) {
    .icon-downloads--5 {
        background-size: 75px auto
    }
}

.icon__list--spec .icon {
    color: transparent;
    font: 0/0 a
}

@media only screen and (min-width:1024px) {
    .icon__list--spec .icon {
        width: calc(25% - 30px)
    }
}

@media only screen and (min-width:1200px) {
    .icon__list--spec .icon {
        width: calc(25% - 30px)
    }
}

.icon-spec--1 {
    background-image: url(../images/SVGs/specs/New-occupancy.svg);
    background-size: 110px auto
}

@media only screen and (min-width:1024px) {
    .icon-spec--1 {
        background-size: 150px auto
    }
}

.icon-spec--2 {
    background-image: url(../images/SVGs/specs/Raised-floor.svg);
    background-size: 110px auto
}

@media only screen and (min-width:1024px) {
    .icon-spec--2 {
        background-size: 150px auto
    }
}

.icon-spec--3 {
    background-image: url(../images/SVGs/specs/Generators-01.svg);
    background-size: 93px auto
}

@media only screen and (min-width:1024px) {
    .icon-spec--3 {
        background-size: 126px auto
    }
}

.icon-spec--4 {
    background-image: url(../images/SVGs/specs/Terrace-01.svg);
    background-size: 101px auto
}

@media only screen and (min-width:1024px) {
    .icon-spec--4 {
        background-size: 136px auto
    }
}

.icon-spec--5 {
    background-image: url(../images/SVGs/specs/Common-areas.svg);
    background-size: 117px auto;
    background-position: center 0
}

@media only screen and (min-width:1024px) {
    .icon-spec--5 {
        background-size: 159px auto
    }
}

.icon-spec--6 {
    background-image: url(../images/SVGs/specs/Tenant-gym.svg);
    background-size: 77px auto;
    background-position: center 0
}

@media only screen and (min-width:1024px) {
    .icon-spec--6 {
        background-size: 105px auto
    }
}

.icon-spec--7 {
    background-image: url(../images/SVGs/specs/Showers.svg);
    background-size: 120px auto;
    background-position: center 0
}

@media only screen and (min-width:1024px) {
    .icon-spec--7 {
        background-size: 165px auto
    }
}

.icon-spec--8 {
    background-image: url(../images/SVGs/specs/Bike-spaces.svg);
    background-size: 133px auto;
    background-position: center 0
}

@media only screen and (min-width:1024px) {
    .icon-spec--8 {
        background-size: 183px auto
    }
}

.icon-spec--9 {
    background-image: url(../images/SVGs/specs/Self-contained-01.svg);
    background-size: 92px auto;
    background-position: center 0
}

@media only screen and (min-width:1024px) {
    .icon-spec--9 {
        background-size: 124px auto
    }
}

.icon-spec--10 {
    background-image: url(../images/SVGs/specs/New-available.svg);
    background-size: 82px auto;
    background-position: center 0
}

@media only screen and (min-width:1024px) {
    .icon-spec--10 {
        background-size: 122px auto
    }
}

.contacts__logo {
    margin-bottom: 20px;
    width: 88px
}

.contacts {
    padding: 0 20px;
    margin-bottom: 50px;
    max-width: 433px
}

.contacts p {
    font-size: 15px;
    margin: 0 0 80px 0
}

.contacts img {
    display: inline-block
}

.contacts .contact-agent-logo {
    display: inline-block
}

.contacts .contact-agent-logo--1 {
    margin: 46px auto 30px;
    width: 240px
}

@media only screen and (min-width:1024px) {
    .contacts .contact-agent-logo--1 {
        width: 308px
    }
}

.contacts .contact-agent-logo--2 {
    margin-bottom: 45px;
    width: 85px
}

@media only screen and (min-width:1024px) {
    .contacts .contact-agent-logo--2 {
        width: 108px
    }
}

.contacts ul {
    border-top: 1px solid #c4ff00;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px
}

.contacts li {
    color: #fff;
    font-size: 15px;
    float: left;
    line-height: 1.6;
    text-align: center;
    width: 100%
}

@media only screen and (min-width:1024px) {
    .contacts li {
        display: inline-block;
        margin: 0 40px 0
    }
}

.contacts li strong {
    display: inline-block;
    font-weight: 400;
    padding-top: 30px;
    width: 100%
}

.contacts li strong.no-border {
    border-top: none
}

.contacts li a {
    border-bottom: 1px solid transparent;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.contacts li a:hover {
    border-bottom: 1px solid #7d7dbd
}

.contact--pipe {
    margin-top: 10px;
    position: relative
}

table {
    margin: 0 auto;
    max-width: 600px;
    width: calc(100% - 40px)
}

@media only screen and (min-width:768px) {
    table {
        margin: 0 auto 0
    }
}

table tr {
    border-bottom: 1px solid #c4ff00
}

table tr:last-of-type {
    border-bottom: none
}

table tr td,
table tr th {
    color: #fff;
    font-size: 10px;
    line-height: 1.2;
    padding: 8px 0 8px 5px;
    text-align: left;
    white-space: nowrap;
    text-transform: uppercase
}

table tr td.lowercase,
table tr th.lowercase {
    text-transform: none
}

@media only screen and (min-width:768px) {
    table tr td,
    table tr th {
        font-size: 13px;
        padding: 8px 0 8px 0
    }
}

table tr td:first-of-type,
table tr th:first-of-type {
    padding-left: 0;
    text-align: left
}

table tr td:last-of-type,
table tr th:last-of-type {
    text-align: right
}

table tr td strong,
table tr th strong {
    font-weight: 500
}

table tr th,
table tr.head {
    font-weight: 500
}

table tr.table__head {
    background: #c4ff00
}

table tr.table__head td {
    color: #fff;
    font-weight: 700
}

.table tr td {
    border-bottom: 1px solid #c4ff00;
    color: #000;
    font-size: 10px
}

p.footnote {
    font-size: 12px;
    margin-top: -40px;
    margin-bottom: 80px
}

.columns {
    overflow: hidden
}

@media only screen and (min-width:1024px) {
    .columns {
        display: flex
    }
    .columns.columns--flipped {
        flex-direction: row-reverse
    }
    .columns.columns--weighted .columns__col--right {
        width: 60%
    }
}

@media only screen and (min-width:1024px) and (max-width:767px) {
    .columns.columns--weighted .columns__col--right {
        margin-top: 60px
    }
}

@media only screen and (min-width:1024px) and (min-width:1024px) {
    .columns.columns--weighted {
        margin-bottom: 50px
    }
}

.columns--margin {
    padding-bottom: 80px
}

@media only screen and (min-width:1024px) {
    .columns--margin {
        padding-bottom: 130px
    }
}

.columns--full {
    text-align: center;
    padding: 50px 0;
    position: relative
}

.columns--full img {
    max-width: 100%
}

@media only screen and (min-width:1024px) {
    .column--flex {
        display: flex
    }
}

@media only screen and (min-width:1024px) {
    .columns__col {
        width: 50%
    }
    .columns__col.columns__col--right {
        float: right
    }
    .columns__col.columns__col--right-large {
        width: 85.3%
    }
    .columns__col.columns__col--left {
        float: left
    }
}

.columns__col img {
    display: block;
    max-width: 100%
}

.columns__col img.not-block {
    display: inline-block
}

@media screen and (max-width:1023px) {
    .columns__col img.not-block {
        margin-bottom: -50px
    }
}

.columns__text {
    padding: 10px 0;
    text-align: center
}

.columns__text>div {
    width: 100%
}

@media only screen and (min-width:1024px) {
    .columns__text {
        display: flex;
        align-items: center;
        padding: 0 20px
    }
    .columns__text.columns__text--top-align {
        align-items: flex-start;
        padding-top: 100px
    }
}

.columns__text p {
    max-width: 340px
}

#specification .columns__text {
    padding: 60px 5px
}

.columns__col-padding {
    padding: 0 20px
}

@media only screen and (min-width:1024px) {
    .columns__col-padding {
        padding: 0
    }
}

img {
    display: block;
    max-width: 100%
}

.images__sub-carousel {
    display: none;
    align-items: baseline;
    overflow: hidden;
    margin-bottom: 130px
}

@media only screen and (min-width:1024px) {
    .images__sub-carousel {
        display: flex
    }
}

.images__sub-carousel figure {
    overflow: hidden
}

.images__sub-carousel figure img {
    width: 100%
}

.images__sub-carousel figcaption {
    font-size: 13px;
    color: #2a423c;
    line-height: 1.1;
    margin-top: 8px;
    text-align: right;
    float: right
}

@media only screen and (min-width:1024px) {
    .images__sub-carousel figcaption {
        border-bottom: 1px solid #c4ff00;
        font-size: 15px
    }
}

.images__left-figure {
    float: left;
    margin-left: 20%;
    margin-right: 35px;
    width: 38%
}

.images__right-figure {
    float: left;
    width: 30%
}

.images__sub-carousel--wide {
    max-width: 1000px;
    margin: 0 auto 130px
}

.images__sub-carousel--wide .images__left-figure {
    margin-left: 0;
    width: calc(60% - 35px)
}

.images__sub-carousel--wide .images__right-figure {
    float: left;
    width: 40%
}

.downloads {
    text-align: center;
    margin: 0 auto 0;
    max-width: 490px;
    overflow: hidden;
    width: auto;
    font-style: normal
}

@media only screen and (min-width:1024px) {
    .downloads {
        max-width: 890px;
        margin-bottom: 80px
    }
}

.downloads__list {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px
}

.download {
    background-size: 43px auto;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 16px;
    font-family: termina, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1.4;
    margin: 0 7px 60px;
    max-width: 232px;
    padding: 60px 10px 0 10px;
    position: relative;
    text-align: center;
    width: calc(50% - 14px)
}

.download.download--wide {
    width: 100%
}

.download a {
    color: #7d7dbd;
    font-size: 24px;
    text-decoration: none
}

.download a span {
    color: #fff;
    font-size: 16px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400
}

.download a:hover {
    color: #fff
}

@media only screen and (min-width:1024px) {
    .download {
        margin: 0 28px 60px;
        width: calc(33% - 14px)
    }
}

.map-container {
    text-align: center
}

.map-container img {
    margin: 0 auto
}

.map-container img.map {
    display: block;
    max-width: 962px;
    width: 100%
}

.sticker-position {
    position: relative
}

@media screen and (max-width:1023px) {
    .sticker-position--small {
        position: relative
    }
}

.sticker-overflow {
    overflow: visible;
    position: relative;
    z-index: 999
}

#spin .sticker-position {
    padding-bottom: 0
}

@media only screen and (min-width:1024px) {
    #spin .sticker-position {
        padding-bottom: 0
    }
}

#facilities .sticker-position,
#location .sticker-position {
    padding-bottom: 110px
}

@media only screen and (min-width:1024px) {
    #facilities .sticker-position,
    #location .sticker-position {
        padding-bottom: 0
    }
}

#catb .sticker-position,
#introduction .sticker-position,
#self-contained .sticker-position {
    padding-bottom: 100px
}

@media only screen and (max-width:992px) {
#self-contained .sticker-position--small {
    padding-bottom: 50px; 
}
}
@media only screen and (min-width:1024px) {
    #catb .sticker-position,
    #introduction .sticker-position,
    #self-contained .sticker-position {
        padding-bottom: 0
    }
}

.stickers {
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute
}

.sticker--1 {
    background-image: url(../images/SVGs/stickers/Elizabeth_line.svg);
    top: 43px;
    left: 24px;
    height: 91px;
    width: 119px
}

@media only screen and (min-width:1200px) {
    .sticker--1 {
        top: 73px;
        left: 44px;
        height: 165px;
        width: 216px
    }
}

.sticker--2 {
    background-image: url(../images/SVGs/stickers/Cycle-studio.svg);
    top: 80px;
    right: 5%;
    height: 103px;
    width: 83px
}

@media only screen and (min-width:1200px) {
    .sticker--2 {
        top: 80px;
        right: 15%;
        height: 154px;
        width: 123px
    }
}

.sticker--3 {
    background-image: url(../images/SVGs/stickers/Fully_fitted_options.svg);
    bottom: 193px;
    left: 40px;
    height: 69px;
    width: 164px
}

@media only screen and (min-width:1200px) {
    .sticker--3 {
        bottom: 73px;
        left: 99px;
        height: 103px;
        width: 242px
    }
}

.sticker--4 {
    background-image: url(../images/SVGs/stickers/50_Bank_Stickers_101125.svg);
    bottom: 100px;
    right: 20px;
    height: 137px;
    width: 137px
}

@media only screen and (min-width:1200px) {
    .sticker--4 {
        bottom: 100px;
        right: 10%;
        height: 157px;
        width: 157px
    }
}

.sticker--5 {
    background-image: url(../images/SVGs/stickers/Jubilee.svg);
    bottom: -40px;
    right: 20px;
    height: 100px;
    width: 100px
}

@media only screen and (min-width:1024px) {
    .sticker--5 {
        bottom: 40px;
        right: calc(50% - 70px)
    }
}

@media only screen and (min-width:1200px) {
    .sticker--5 {
        right: calc(50% - 40px)
    }
}

@media only screen and (min-width:1400px) {
    .sticker--5 {
        right: calc(50% + 40px);
        height: 120px;
        width: 120px
    }
}

.sticker--6 {
    background-image: url(../images/SVGs/stickers/New_reception.svg);
    bottom: -40px;
    display: none;
    left: 20px;
    height: 87px;
    width: 118px;
    z-index: 999
}

@media only screen and (min-width:1024px) {
    .sticker--6 {
        display: block;
        bottom: 0;
        left: calc(50% - 40px)
    }
}

@media only screen and (min-width:1200px) {
    .sticker--6 {
        bottom: 20px
    }
}

@media only screen and (min-width:1400px) {
    .sticker--6 {
        bottom: 40px;
        left: calc(50% - 20px);
        height: 129px;
        width: 176px
    }
}

.sticker--7 {
    background-image: url(../images/SVGs/stickers/Elizabeth-line-close.svg);
    bottom: 20px;
    right: 114px;
    height: 75px;
    width: 100px;
    z-index: 999
}

@media only screen and (min-width:1024px) {
    .sticker--7 {
        display: block;
        bottom: 20px;
        left: calc(50% - 150px);
        right: auto
    }
}

@media only screen and (min-width:1200px) {
    .sticker--7 {
        bottom: 20px;
        left: calc(50% - 280px);
        height: 107px;
        width: 142px
    }
}

.sticker--8 {
    background-image: url(../images/SVGs/stickers/Quiet_spaces.svg);
    bottom: 50px;
    right: 20px;
    height: 100px;
    width: 100px;
    z-index: 999
}

@media only screen and (min-width:1024px) {
    .sticker--8 {
        display: block;
        bottom: 20px;
        left: calc(50% - 40px);
        right: auto
    }
}

@media only screen and (min-width:1200px) {
    .sticker--8 {
        bottom: 20px;
        left: calc(50% - 90px);
        height: 143px;
        width: 143px
    }
}

.sticker--9 {
    background-image: url(../images/SVGs/stickers/50_Bank_Stickers_101125_1.svg);
    bottom: 20px;
    right: calc(50% - 67px);
    height: 100px;
    width: 145px;
    z-index: 999
}

.sticker--meeting {
    background-image: url(../images/SVGs/stickers/50_Bank_Stickers_101125_2.svg);
    bottom: 40px;
    right: calc(50% - 67px);
    height: 100px;
    width: 145px;
    z-index: 999
}

@media only screen and (max-width:992px) {
.sticker--meeting {
    bottom: -65px;
}
}

@media only screen and (min-width:1024px) {
    .sticker--9 {
        display: block;
        bottom: 70px;
        left: calc(50% - 50px);
        right: auto
    }
}

@media only screen and (min-width:1200px) {
    .sticker--9 {
        bottom: 45px;
        left: calc(50% - 110px);
        height: 145px;
        width: 206px
    }
}

.sticker--10 {
    background-image: url(../../images/Deal-direct-sticker.svg);
    bottom: -26px;
    right: 40px;
    height: 80px;
    width: 80px;
    z-index: 999
}

@media only screen and (min-width:1024px) {
    .sticker--10 {
        display: block;
        bottom: 20px;
        left: calc(50% + 120px);
        right: auto
    }
}

@media only screen and (min-width:1200px) {
    .sticker--10 {
        bottom: 40px;
        left: calc(50% + 120px);
        height: 129px;
        width: 129px
    }
}

.sticker--11 {
    background-image: url(../images/SVGs/stickers/Bicycle-storage_sticker-01.svg);
    bottom: 20px;
    right: calc(50% + 23px);
    height: 55px;
    width: 113px;
    z-index: 999
}

@media only screen and (min-width:1024px) {
    .sticker--11 {
        display: block;
        bottom: 30px;
        left: calc(50% - 240px);
        right: auto
    }
}

@media only screen and (min-width:1200px) {
    .sticker--11 {
        bottom: 30px;
        left: calc(50% - 340px);
        height: 83px;
        width: 171px
    }
}

.sticker--12 {
    background-image: url(../images/SVGs/stickers/showers.svg);
    bottom: 74px;
    right: calc(50% - 127px);
    height: 70px;
    width: 121px;
    z-index: 999
}

@media only screen and (min-width:1024px) {
    .sticker--12 {
        display: block;
        bottom: 80px;
        left: calc(50% - 140px);
        right: auto
    }
}

@media only screen and (min-width:1200px) {
    .sticker--12 {
        bottom: 120px;
        left: calc(50% - 210px);
        height: 106px;
        width: 184px
    }
}

.sticker--13 {
    background-image: url(../images/SVGs/stickers/Peloton_bikes.svg);
    height: 96px;
    width: 79px;
    z-index: 999;
    bottom: auto;
    top: -80px;
    right: 20px
}

@media only screen and (min-width:1024px) {
    .sticker--13 {
        display: block;
        bottom: 80px;
        left: calc(50% - 30px);
        right: auto;
        top: auto
    }
}

@media only screen and (min-width:1200px) {
    .sticker--13 {
        bottom: 60px;
        left: calc(50% - 30px);
        height: 128px;
        width: 105px
    }
}

.sticker--14 {
    background-image: url(../images/SVGs/stickers/148_working_opps-01.svg);
    bottom: -26px;
    left: calc(65%);
    height: 80px;
    width: 80px;
    z-index: 999
}

@media only screen and (min-width:1024px) {
    .sticker--14 {
        display: block;
        bottom: -20px;
        left: calc(25%);
        right: auto
    }
}

@media only screen and (min-width:1200px) {
    .sticker--14 {
        bottom: -20px;
        left: calc(50% - 350px);
        height: 118px;
        width: 118px
    }
}

.sticker--15 {
    background-image: url(../images/SVGs/stickers/Cat_B_Fit_Out-01.svg);
    height: 84px;
    width: 89px;
    z-index: 999;
    bottom: 8px;
    left: 20px
}

@media only screen and (min-width:768px) {
    .sticker--15 {
        bottom: 0;
        left: auto;
        right: 20px;
        height: 128px;
        width: 138px
    }
}

@media only screen and (min-width:1200px) {
    .sticker--15 {
        display: block;
        bottom: 40px;
        right: auto;
        left: calc(50% - 150px);
        height: 128px;
        width: 138px
    }
}

.desktop-only {
	display: none;
}

/* Show on desktop only */
@media (min-width: 992px) {
	.desktop-only {
		display: block;
	}
}