

@font-face {
  font-family: "CircularXXWeb-Book";
  src: url("../fonts/CircularXXWeb-Book.woff") format("woff");
}

@font-face {
  font-family: "CircularXXWeb-Book";
  src: url("../fonts/CircularXXWeb-Book.woff2") format("woff2");
}

@font-face {
  font-family: "CircularXXWeb-Medium";
  src: url("../fonts/CircularXXWeb-Medium.woff") format("woff");
}

@font-face {
  font-family: "CircularXXWeb-Medium";
  src: url("../fonts/CircularXXWeb-Medium.woff2") format("woff2");
}

/* subset */

@font-face {
  font-family: "CircularXXSub-BookSubset";
  src: url("../fonts/CircularXXSub-BookSubset.woff2") format("woff2");
}

@font-face {
  font-family: "CircularXXSub-BookSubset";
  src: url("../fonts/CircularXXSub-BookSubset.woff") format("woff");
}

@font-face {
  font-family: "CircularXXSub-MediumSubset";
  src: url("../fonts/CircularXXSub-MediumSubset.woff2") format("woff2");
}

@font-face {
  font-family: "CircularXXSub-MediumSubset";
  src: url("../fonts/CircularXXSub-MediumSubset.woff") format("woff");
}



.space__small {height:20px;}
.space__30 {height:20px; background:#edf1ed; max-width:1500px; margin: 0 auto}
.space__40 {height:20px;}
.space__50 {height:20px;}
.space__60 {height:20px;}


.spacer_home_footer {height: 50px;}

.tube_wrapper {width: 926px; height: 806px; padding: 50px 0;}

html, body {
  width: 100%;
  min-height: 100vh;
}
body {
    margin: auto;
    font-family: CircularXXWeb-Book, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
}

a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration:underline;
}


  img {
 display: block;}

.hide-on-mobile {
    display: none;
}
.show-on-mobile {
    display: block;
}
@media only screen and (min-width: 768px) {
    .hide-on-mobile {
        display: block;
    }
    .show-on-mobile {
        display: none;
    }





}

.wrapper_main {
    background: #ffffff;
    overflow: hidden;
}


.l-header-container {
    display: flex;
}

.contact .m-content-hero__image,
.building .m-content-hero__image,
.accommodation .m-content-hero__image,
.location .m-content-hero__image {margin-top: 120px;}

.m-content-hero__image {
    position: relative;
    background-size: cover;
    overflow: hidden;
    margin-top: 0px;
}

.m-content-hero__image img {
   width:100%;
}

.full-width-column img {
    display: block;
    width: 100%;
    height: 100%;
}

.hero__images__wrapper {display: flex; flex-wrap: wrap; justify-content:  space-between; width: 100%}
.hero-building-image {flex: 0 0 33%;  background: #000 url(../images/building-hero-3-modules.jpg) center center no-repeat;   background-size: cover;width: 100%; float: left; height: 90vh; position:}
.hero-location-image {flex: 0 0 33%; background: #000 url(../images/location-hero-3-modules-3.jpg) center center no-repeat;   background-size: cover;width: 100%; float: left; height: 90vh; position:}
.hero-plans-image {flex: 0 0 33%;background: #000 url(../images/suites-hero-3-modules.jpg) center center no-repeat;   background-size: cover;width: 100%; float: left; height: 90vh; position:}


.building__link {display: contents;}


.hero-building-image:hover, .hero-location-image:hover, .hero-plans-image:hover {
  
background: url(../images/grey-rollover.png) center center no-repeat;   background-size: cover;width: 100%; float: left; height: 90vh; position: relative;
overflow-x: hidden;
    opacity: 1;
    transition: all 0.3s ease;
}

.privacy__inner {max-width:1200px; text-align:left;}

.body_table {}
.body_table tr {border-bottom:1px solid #000;}
.body_table td {padding:20px; text-align:left;}

.full-width-column-green-middle .privacy__inner p {
text-align: left;
}

.full-width-column-green-middle .privacy__inner p strong {
font-weight:900;
}


    .home .m-header--center {height: 80px;}
    .home__wrapper__module {display:flex; justify-content: flex-start; flex-wrap:wrap; width:100%; position: relative; max-width: 1500px; margin: 80px auto 0 auto;}
    .home__module__left {flex: 0 0 40%; mix-blend-mode: multiply;}
    .home__module__middle {flex: 0 0 40%; mix-blend-mode: multiply;}
    .home__module__right {flex: 0 0 20%; mix-blend-mode: multiply; align-self: flex-start; margin-top: 40%;}
    @media only screen and (min-width: 768px) {
        .home .m-header--center {height: 120px;}
        .home__wrapper__module {margin: 120px auto 0 auto;}
        .home__module__left {flex: 0 0 33.3333%;}
        .home__module__middle {flex: 0 0 33.3333%;}
        .home__module__right {flex: 0 0 33.3333%; margin-top: 35%;}
    }

    .text-home-left-wrapper {width: 100%; }

    .text-home-left {position: absolute; left:70px; bottom: -150px; width:400px;}

    .home h2.header__title {letter-spacing: 1px}

    .spacer-normal {height: 200px}


.fitted_suite_orange {
    border-radius: 25px;
    background: #aecf85;
    padding: 10px 20px;
    width: 160px;

    text-align: center;
    margin-top: 60px;
    margin-right:20px;
  color:#000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.soa-preview-header-left { position:relative; padding:30px 0; text-align:left;}

.soa-preview-header {flex:0 0 25%; margin-right:2%;}

.row-soa, .row-soa-7  {
  background: linear-gradient(#437b58, #b2c4b6);
  padding: 50px 0;
  margin-bottom: 10px;
}

.soa-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  transition: all 0.2s linear;
  grid-gap: 0px;
  min-height:70px;
  max-width:1400px;
  margin:0 auto;
  align-items: center;
  justify-content: center;
}


.brochure-outline-column a {
    margin-top: 20px;
    display: inline-block;
    padding: 20px 80px 20px 0px;
    background-image: url(../images/download-button.png);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: right center;
    color: #fff;
    font-size: 0.6em;
}

.soa-row-special {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 1fr;
  border-bottom: 0px solid #fff;
  box-sizing: border-box;
  transition: all 0.2s linear;
  grid-gap: 0px;
    max-width:1400px;
  margin:0 auto;
  font-size:0.9em;
  color:#fff;
  padding-bottom:30px;
}


.connectivity {
    color: #467d5b;
    text-align: center;
}
.connectivity h2.header__title {
    color: #467d5b;
    text-align: center;
}
.connectivity p {
    font-family: CircularXXWeb-Book, sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 1.4em;
}

.accommodation .header__title__center.space__below {
    color: #fff;
    letter-spacing: 3px
}

.l-amenities--container {
    display: flex;
    flex-wrap: wrap;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.l-amenities--left {
    flex: 0 0 100%;
}
.l-amenities--left img {
    display: block;
    width: 100%;
}
.l-amenities--right {
    flex: 0 0 100%;
    background-color: #e6e1de;
}
@media only screen and (min-width: 768px) {
    .l-amenities--container {
        flex-wrap: nowrap;
    }
    .l-amenities--left {
        flex-grow: 1;
        flex-shrink: 1;
    }
    .l-amenities--right {
        flex: 0 0 350px;
    }
}



.l-row {
    display: flex;
    flex-wrap: wrap;
}

.floorplan-column-1.toggle-heading {
     margin-top:30px;

}

.floorplan-column-1 {
    flex: 0 0 25%;
margin-right:5%;
    padding:20px;
    text-align: left;
    color:#fff;
}

.floorplan-column-plan {
    flex: 0 0 65%;

}

.floorplan-column-plan img {width:100%; height:auto}

.floorplan-column-1 table {
    text-align: left;

    width: 100%;

}
.floorplan-column-1 table th, .floorplan-column-1 table td {
    padding: 0px 0;

}
.table-column-2 {
    width: 100px;
}
.table-column-3 {
    width: 100px;
}
.align-centre {
    text-align: center;
}


.onoffswitch {
    position: relative;
    display: inline-block;
    width: 67px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    top:7px;
    padding-left:10px;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #545454;
    border-radius: 13px;

}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    text-align: left;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 22px;
    padding: 0;
    line-height: 22px;
    font-size: 14px;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #000;
    color: #fff;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #000;
    color: #fff;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 15px;
    margin: 3.5px;
    background: #f0a382;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 41px;
    border: 2px solid #545454;
    border-radius: 13px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.acordion-amenities {
    margin: 40px;
    border-bottom: 1px solid #807f7f;
}
.amenities-row.hotels {
    border-top: 1px solid #807f7f;
    padding: 10px 0;
    cursor: pointer;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amenities-row:after {
    content: '+';
    font-size: 20px;
    font-weight: 100;
}


.amenities-row.restaurants {
    border-top: 1px solid #807f7f;
    padding: 10px 0;
    cursor: pointer;
    color: #28377c;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.amenities-row.occupiers {
    border-top: 1px solid #807f7f;
    padding: 10px 0;
    cursor: pointer;
    color: #b96030;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amenities-row.is-toggled:after {
    content: '-';
}

.amenities-row:hover {
    color: black;
}
.amenities-detail {
    display: none;
}

.amenities-detail li:before {
    
    display: inline-block;
    width: 1.7em; /* Also needed for space (tweak if needed) */
    margin-left: -1.7em;
}


.amenities-detail ul {
    counter-reset: items;
    margin: 0 0 1em 0em;
    padding: 0;
    list-style-position: inside;

}
.amenities-detail li {
    display: block;
    counter-increment: items;
    line-height: 110%;
    padding-bottom: 8px;
    color: grey;
    cursor: pointer;
    font-size:14px;
}
.amenities-detail li:hover {
    color: black;
}


.amenities-detail.restaurants li:before {
    color: #669EC5;
}
.amenities-detail.coffee li:before {
    color: #E68952;
}
.amenities-detail.hotels li:before {
    color: #70B683;
}
.amenities-detail.occupiers li:before {
    color: #777877;
}


.amenity-visible {
    display: block;
}


@keyframes flash {
    50%, from, to {
  opacity: 1; }

    25%, 75% {
  opacity: 0; } }







.m-brochure-row__map__circle.hotels {
    cursor: pointer;
    fill: #000;
    r: 8; }


    .m-brochure-row__map__circle.restaurants {
    cursor: pointer;
    fill: #302b81;
    r: 8; }


    .m-brochure-row__map__circle.occupiers {
    cursor: pointer;
    fill: #b85f17;
    r: 8; }

.m-brochure-row__map__circle.hotels.is-active {
    animation: flash linear 2.7s infinite;
    -webkit-animation: flash linear 2.7s infinite;
    stroke: #000000;
    stroke-width: 15px;
    stroke-opacity: 0.4; }

.m-brochure-row__map__circle.restaurants.is-active {
    animation: flash linear 2.7s infinite;
    -webkit-animation: flash linear 2.7s infinite;
    stroke: #302b81;
    stroke-width: 15px;
    stroke-opacity: 0.4; }


.m-brochure-row__map__circle.occupiers.is-active {
    animation: flash linear 2.7s infinite;
    -webkit-animation: flash linear 2.7s infinite;
    stroke: #b85f17;
    stroke-width: 15px;
    stroke-opacity: 0.4; }



.m-brochure-row__map__close {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: white;
    cursor: pointer;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column; }
@media only screen and (max-width: 750px), (max-height: 650px) {
    .m-brochure-row__map__close {
  display: none; } }
.m-brochure-row__map__close > div {
    width: 40%;
    height: 1px;
    margin: 0 auto;
    background-color: #f00;
    transform: rotate(45deg); }
.m-brochure-row__map__close > div + div {
    transform: rotate(-45deg) translateY(-1px); }

.m-brochure-row__map__add {
    position: absolute;
    top: 15%;
    left: 10%;
    background-color: red;
    cursor: pointer;
    display: none; }

.m-brochure-row__map__save {
    position: absolute;
    top: 20%;
    left: 10%;
    background-color: red;
    cursor: pointer;
    display: none; }


@media only screen and (min-width: 750px) and (min-height: 650px) {
    .m-brochure-row__column--sticky {
  max-height: calc(100vh - 110px);
  position: sticky;
  top: 110px; } }

.m-brochure-row__column--text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 300px; }
.m-brochure-row__column--text > * {
    width: 100%;
    margin-top: auto;
    padding: 20px 0px;
    text-align: center; }

.m-brochure-row__red-asterisk {
    color: #ee242d;
 }

.red-asterisk:before {
    content: '*';
    display: inline-block;
    vertical-align: middle;
    color: #ee242d;
    font-size: 22px;
 }

.m-brochure-row__expand-map {
    display: none; }

@media only screen and (min-width: 800px) {
    .two-column--indented {
  margin-top: -12%;
    }
}
    
@media only screen and (min-width: 750px) {
    
    .m-brochure-row__expand-map {
  display: block;
  height: 43px;
  line-height: 28px;
  width: 60px;
  position: absolute;
  top: 47%;
  right: 0px;
  color: #ee242d;
  cursor: pointer; } }
.m-brochure-row__expand-map .m-brochure-row__expand-map__button {
    cursor: pointer;
    float: right;
    width: 23px;
    height: 28px;
    background-image: url('/assets/images/red-button-arrow.png');
    background-repeat: no-repeat; }
.m-brochure-row__expand-map:hover .m-brochure-row__expand-map__button {
    background-image: url('/assets/images/red-button-arrow-over.png'); }

.map-white {
    background: rgba(255, 255, 255, 0.8);
    z-index: 0; }


.m-brochure-row__map {
    display: block;
}
.m-brochure-row__map__svg {
    overflow: hidden;
    height: auto;
    display: block;
    width: 100%;
}

@media only screen and (min-width: 750px) {
    .m-brochure-row__map__list {
        display: block;
        box-sizing: border-box;
        padding: 20px 20px;
        /*position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 80%;
       */
        background-color: rgba(255, 255, 255, 0.84);
    }
}

.m-brochure-row__map__list__title {
    color: red;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    cursor: pointer;
    border-bottom: 1px solid #e2dfdf;
}
.m-brochure-row__map__list__title:after {
    content: '+';
    font-size: 1em;
    margin-left: 5px;
}
.m-brochure-row__map__list__title.is-active:after {
    content: '-';
    font-size: 1em;
    margin-left: 5px;
}
.m-brochure-row__map__list__title__calltoaction {
    font-size: 10px;
    color: black;
    display: inline; }

.m-brochure-row__map__list__group {
    display: none;
}

.m-brochure-row__map__list__group--first {
    display: block; }

.m-brochure-row__map__list__button {
    cursor: pointer;
}
.m-brochure-row__map__list__button:hover, .m-brochure-row__map__list__button.is-hover, .m-brochure-row__map__list__button.is-active {
    color: #ee242d;
}



@keyframes flash {
    50%, from, to {
  opacity: 1; }

    25%, 75% {
  opacity: 0; } }

.m-brochure-row__map__circle {
    cursor: pointer;
    fill: #f00;
    r: 8; }

.m-brochure-row__map__circle.is-active {
    animation: flash linear 2.7s infinite;
    -webkit-animation: flash linear 2.7s infinite;
    stroke: #f00;
    stroke-width: 15px;
    stroke-opacity: 0.4; }

.m-brochure-row__map__close {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: white;
    cursor: pointer;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column; }
@media only screen and (max-width: 750px), (max-height: 650px) {
    .m-brochure-row__map__close {
  display: none; } }
.m-brochure-row__map__close > div {
    width: 40%;
    height: 1px;
    margin: 0 auto;
    background-color: #f00;
    transform: rotate(45deg); }
.m-brochure-row__map__close > div + div {
    transform: rotate(-45deg) translateY(-1px); }

.m-brochure-row__map__add {
    position: absolute;
    top: 15%;
    left: 10%;
    background-color: red;
    cursor: pointer;
    display: none; }

.m-brochure-row__map__save {
    position: absolute;
    top: 20%;
    left: 10%;
    background-color: red;
    cursor: pointer;
    display: none; }




ul {
  margin: 0;
}
ul.schedule__info__list {
  list-style-type: none;
    padding-left:0px;
}
ul.schedule__info__list > li {
  text-indent: -5px;

}
ul.schedule__info__list > li:before {
  content: "-";
  text-indent: -5px;
}


@media screen and (max-width: 1024px) {
  .soa-row {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0px;
    font-size: 1.5vw;
  }
    
    .row-soa {padding: 4vw 4vw;}
}

.soa-row:hover, .soa-row:link, .soa-row:visited, .soa-row:active {
  background: #467d5b;
}
.soa-row-header, .soa-row-header-7 {
  font-weight: 400;
}
.soa-row-item {
  line-height: 1.5em;
  pointer-events: none;
  font-size:0.9em;
  color: #fff;
  text-align:left;
  padding-left: 15px;
}

.soa-row-item-7, .soa-row-item-2, .soa-row-item-3, 
.soa-row-item-4, .soa-row-item-5, .soa-row-item-eight, .soa-row-item-plus, .soa-row-item-seventh, .soa-row-item-sixth, .soa-row-item-fifth, .soa-row-item-fourth,
.soa-row-item-third, .soa-row-item-second, .soa-row-item-first, .soa-row-item-ground {
  line-height: 1.5em;
  pointer-events: none;
  font-size:0.9em;
  color: #fff;


}
.soa-row-item-plus {
    padding-right: 15px;
}


.content__wrapper__outer.sand {
    display: block;
    max-width: 1500px;
    width:100%;
    margin:0 auto;
    background: #edf1ed;
    text-align:center;
    padding-top: 30px;
}
.content__wrapper__inner__left.sand {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
}
.content__wrapper__inner__right.sand {
    display: block;
}
@media only screen and (min-width: 768px) {
    .content__wrapper__outer.sand {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        justify-content: center;
    }
    .content__wrapper__inner__left.sand {
        display: unset;
        flex: 0 0 30%;
    }
    .content__wrapper__inner__right.sand {
        display: unset;
        flex: 0 0 66%;
    }
}




.soa-row-preview {
  visibility: hidden;
  height: 0;
  transition: all 0.3s linear;
  opacity: 0;
  display:flex;
  max-width:1400px;
  margin:0 auto;
  position:relative;
  flex-wrap:wrap;
}

.soa-row-preview--active {
  /* height: 100vw; */
  height: 100%;
  padding-bottom: 30px;
  visibility: visible;
  opacity: 1;

}

.soa-preview-header-left-title {
    font-weight: 400;
    margin-bottom: 7px;
    color:#ffffff;
    padding-left: 15px;
}
.soa-preview-header-right {
  display: grid;
  grid-template-columns: 1fr 45px;
  grid-gap: 10px;
}
.soa-preview-header-right div {
  display: block;
  height: 1.5em;
  line-height: 1.5em;
}
.soa-preview-header-right div:first-child,
.soa-preview-header-right div:nth-child(3) {
  margin-left: auto;
  padding-right: 5px;
}
.soa-preview-content {
flex: 1;
}
.soa-preview-content-label img {
width:50px; padding:10px 0;
}
.soa-preview-content-image {
 
  padding-bottom: 0;
  box-sizing: border-box;
  width: auto;
  margin: auto;
  max-width: 100%;
  padding:30px 0 60px 0;
}
.soa-preview-info {
  position:absolute;
  bottom:20px; left:0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left:30px;
}
.soa-preview-info-label {
  display: flex;
  margin-bottom: 5px;
}
.soa-preview-info-label div {
  margin-left: 10px;
}
.soa-preview-info-note {
  font-size: 12px;
  margin-top: 20px;
      max-width:1400px;
  margin:0 auto;
  color:#fff;
}
.soa-preview-switch {
  margin-right: auto;
}
.soa-preview-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10%;
  margin: 70px auto;
}
.soa-preview-table-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 5px;
}
.soa-preview-table-row-right {
  text-align: right;
}

.soa-preview-info-label div {
    margin-left: 10px;
}




.more_text {font-weight: 600; letter-spacing: 1px}

.slide {
  width: 700px;
  height: 500px;
  overflow: hidden;
  position: relative;


}
.slide > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  animation: slide 25s infinite;
  opacity: 0;
}
.slide > div:nth-child(2) {
  animation-delay: 5s;
}
.slide > div:nth-child(3) {
  animation-delay: 10s;
}
.slide > div:nth-child(4) {
  animation-delay: 15s;
}
.slide > div:nth-child(5) {
  animation-delay: 20s;
}

@keyframes slide {
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    transform: scale();
  }
}

@media only screen and (max-width: 600px) {
.slide {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}
}

@media only screen and (max-width: 768px) {
  .hero-building-image {flex: 0 0 100%; height: 60vh; margin-bottom: 10px}
.hero-location-image {flex: 0 0 100%;  height: 60vh; margin-bottom: 10px}
.hero-plans-image {flex: 0 0 100%;height: 60vh;}

}

.hero-building-image:hover figcaption, .hero-location-image:hover figcaption, .hero-plans-image:hover figcaption {
    opacity: 1;
}
.hero-building-image figcaption, .hero-location-image figcaption, .hero-plans-image figcaption {
  opacity: 0;
}

    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

       .swiper-button-next, .swiper-button-prev {color:#ffffff!important;}

.caption {
    color: #467d5b;
    text-decoration: none;
    text-align: center;
    font-size: 1.0em;
    padding: 20px;
}

.lazy-fadeup {
    transition: transform 1s, opacity 1s;
    transform: translateY(100px);
    opacity: 0.2;
}
.lazy-fadeup.is-loaded {
    transform: translateY(0px);
    opacity: 1;
}

.lazy-fadeup-double {
    transition: transform 1s, opacity 1s;
    transform: translateY(180px);
    opacity: 0.2;
}
.lazy-fadeup-double.is-loaded {
    transform: translateY(0px);
    opacity: 1;
}

.lazy-fadeup-1 {
    transition: transform 1s, opacity 1s;
    transform: translateY(150px);
    opacity: 0.2;
}
.lazy-fadeup-1.is-loaded {
    transform: translateY(0px);
    opacity: 1;
}

.lazy-fadeup-2 {
    transition: transform 1s, opacity 1s;
    transform: translateY(290px);
    opacity: 0.2;
}
.lazy-fadeup-2.is-loaded {
    transform: translateY(0px);
    opacity: 1;
}

.lazy-fadeup-3 {
    transition: transform 1s, opacity 1s;
    transform: translateY(70px);
    opacity: 0.2;
}
.lazy-fadeup-3.is-loaded {
    transform: translateY(0px);
    opacity: 1;
}

.lazy-fadeup-4 {
    transition: transform 1s, opacity 1s;
    transform: translateY(70px);
    opacity: 0.2;
}
.lazy-fadeup-4.is-loaded {
    transform: translateY(0px);
    opacity: 1;
}

.more_button_wrapper {display:flex; margin-top:30px; border: 0px solid #000}
.more_button_wrapper img {width:auto;}
.more_text {line-height:12px; font-weight: 500}
.more_button {margin-left:20px; line-height:12px}

figcaption .tile-text1 {
  display: inline-block;
  position:absolute;
  left:calc( 50%  -  78px );
  top:50%;
}

figcaption .tile-text2 {
  display: inline-block;
  position:absolute;
  left:calc( 50%  -  93px );
  top:50%;
}

figcaption .tile-text3 {
  display: inline-block;
  position:absolute;
  left:calc( 50%  -  170px );
  top:50%;
}

.tile-text1, .tile-text2, .tile-text3 {font-size: 36px; text-align: center; letter-spacing: 4px; font-weight: 300; line-height:1.2em;}

.tile-text1:after, .tile-text2:after, .tile-text3:after  {
    display: block;
    content: '';
    width: 140px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -10px;
   left:calc( 50%  -  70px );
}


#content {
  flex-grow: 1;
  display: flex;
}
.wrapper {
  width: 100%;
}
.grecaptcha-badge {
  display: none;
}

.m-header {
  
    z-index: 9999;
    
    font-family: helvetica, Arial, sans-serif;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
}

.m-header--center {
    display: flex;
    max-width: 1400px;
    margin:0 auto;
    flex-direction: row;
    height: 125px;
    top: 0px;
    padding-top: 0px;
    text-align: center;
    align-items: center;
    justify-content: center;
}


.home .m-header__logo__wrapper {
    flex: 0 0 100%;
    padding-top: 10px;
    background: #fff;
    text-align: center;
    width: 100%;
    align-self: center;
}
.building .m-header__logo__wrapper, .location .m-header__logo__wrapper, .accommodation .m-header__logo__wrapper, .team .m-header__logo__wrapper {
    flex:0 0 100%;
    background:#fff;
    text-align:center;
    width:100%;
    align-self: center;
}
a.m-header__logo_section img {
    width: 40px;
}
@media only screen and (min-width: 600px) {
    a.m-header__logo_section img {
        width: 56px;
    }
}


.m-header__logo {
    display: inline-block;
    font-family: CircularXXWeb-Medium, sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #467d5b;
}
@media only screen and (min-width: 768px) {
    .m-header__logo {
        font-size: 21px;
    }
}



.m-header__logo_section img {
  width: 56px;
  text-align: center;
  margin: 0 auto;
}
.m-header__logo___subtitle {
  text-align: center;
  font-size: 20px;
  color: gray;
}

.m-header__menu {
    position: absolute;
    width: 100%;
    max-width: 1500px;
    font-family: CircularXXWeb-Medium, sans-serif;
    font-weight: 600;
    /*right: 0;*/
}

.m-header__search {
  flex: 0 0 0px;
  transform: translateY(-5px);
}
.m-header__search > svg {
  cursor: pointer;
  width: 30px;
  float: right;
}
.m-menu__item {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 0.8vw;
  font-weight: 500;
  margin-right: 7px;
  position: relative;
}
.m-menu__item:after {
  transition: 500ms all;
  opacity: 0;
  content: '';
}
.m-menu__item:hover:after, .m-menu__item.m-menu__item--active:after {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: black;
  bottom: -11px;
  left: 0px;
}
.m-menu__item--subitem {
  color: gray;
}
.m-menu__item--subitem + .m-menu__item--subitem {
  margin-left: 15px;
}
.m-menu__item--submenu-stress {
  color: black;
}
.m-menu__wrapper {
  display: flex;
  flex-direction: row;
  padding-left: 0px;
  justify-content: space-between;
}




.m-menu__wrapper--submenu {
  justify-content: center;
}
.m-menu__wrapper--mainmenu {
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}

.m-menu__burger {
  width: 40px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  float: right;
  margin-right: 25px;
  margin-top: 3px;
}
@media only screen and (min-width: 1550px) {
    .m-menu__burger {
        margin-right: 0;
    }
}


.m-burger-menu__item {border-top:0px #c6c0c0 solid; padding-top:10px; text-align: center}

.m-burger-menu__item li a span {font-size:29px; color:#fff;  letter-spacing: 0px; text-decoration:underline}
.m-burger-menu__item li a {font-size:20px; color:#fff;  letter-spacing: 0px; }


.m-burger-menu__item li a:hover {text-decoration: none}

.m-burger-menu__container {padding-left:0px;}
.m-burger-menu__container ul a {font-weight:100; text-transform:capitalize;}
.m-burger-menu__container ul { padding:10px 0;}

.m-burger-menu__item ul li {border-top:0px solid; color: #fff;}


.m-menu__burger > div {
  width: 40px;
  height: 2px;
  background-color: #282825;
  margin-top: 8px;
}



.component-map-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: calc(12px* 2);
}

.component-map-left * {
    font-size: 1em;}


.amenities-row {
    border-top: 1px solid black;
    padding: 10px 0;
    cursor: pointer;
    color: gray;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amenities-row:after {
    content: '+';
    font-size: 20px;
    font-weight:100;
    color:#626767;
}

.amenities-row.is-toggled:after {
    content: '-';
}

.amenities-row:hover {
    color: black;
}
.amenities-detail {
    display: none;
}

.amenities-detail li:before {
    
    display: inline-block;
    width: 1.7em; /* Also needed for space (tweak if needed) */
    margin-left: -1.7em;
}


.amenities-detail ul {
    counter-reset: items;
    margin: 0 0 1em 0em;
    padding: 0;
    list-style-position: inside;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.amenities-detail li {
    display: block;
    counter-increment: items;
    line-height: 110%;
    padding-bottom: 8px;
    color: grey;
    cursor: pointer;
    font-size:14px;
    text-align:left;
}
.amenities-detail li:hover {
    color: black;
}

.amenities-detail.restaurants li:before {
    color: #669EC5;
}
.amenities-detail.coffee li:before {
    color: #E68952;
}
.amenities-detail.hotels li:before {
    color: #70B683;
}
.amenities-detail.occupiers li:before {
    color: #777877;
}


.amenity-visible {
    display: block;
}

/* Location Map Styles */

.m-brochure-row {
    background-color: white;
    position: relative;
    min-height: 500px;
}
.m-brochure-row--has-map {
    overflow: hidden;
}
.m-brochure-row--no-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.m-brochure-row--double {
    max-height: 100%; }

.m-brochure-row__column-plans {
    max-width: 100%;
    text-align: left; }

.m-brochure-row__column--spec-page {
    box-sizing: border-box;
    padding: 50px; }

.m-brochure-row__column--spec-page p {
    font-size: 14px;
    line-height: 22px; }

@media only screen and (min-width: 750px) and (min-height: 650px) {
    .m-brochure-row__image-tube-map {
    padding-top: 26.457766%;
    padding-bottom: 26.457766%; } }

@media only screen and (min-width: 750px) and (min-height: 650px) {
    .m-brochure-row__image-location-map {
    padding-top: 31.675749%;
    padding-bottom: 31.675749%; } }

@media only screen and (max-width: 600px) {
    .horizontal-spacer-100 {
    height: 0px; } }

@media only screen and (max-width: 600px) {
    .horizontal-spacer-140 {
    height: 20px; } }

@media only screen and (min-width: 750px) and (min-height: 650px) {
    .m-brochure-row__column--sticky {
    max-height: calc(100vh - 110px);
    position: sticky;
    top: 110px; } }

.m-brochure-row__column--text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 300px; }
.m-brochure-row__column--text > * {
    width: 100%;
    margin-top: auto;
    padding: 20px 0px;
    text-align: center; }



.red-asterisk:before {
    content: '*';
    display: inline-block;
    vertical-align: middle;
    color: #ee242d;
    font-size: 22px;
}

.m-brochure-row__expand-map {
    display: none; }

@media only screen and (min-width: 800px) {
    .two-column--indented {
    margin-top: -12%;
    }
}
    
@media only screen and (min-width: 750px) {
    
    .m-brochure-row__expand-map {
    display: block;
    height: 43px;
    line-height: 28px;
    width: 60px;
    position: absolute;
    top: 47%;
    right: 0px;
    cursor: pointer; } }
.m-brochure-row__expand-map .m-brochure-row__expand-map__button {
    cursor: pointer;
    float: right;
    width: 23px;
    height: 28px;
    background-image: url('/assets/images/red-button-arrow.png');
    background-repeat: no-repeat; }
.m-brochure-row__expand-map:hover .m-brochure-row__expand-map__button {
    background-image: url('/assets/images/red-button-arrow-over.png'); }

.map-white {
    background: rgba(255, 255, 255, 0.8);
    z-index: 0; }


.m-brochure-row__map {
    display: block;
}
.m-brochure-row__map__svg {
    overflow: hidden;
    height: auto;
    display: block;
    width: 100%;
}

@media only screen and (min-width: 750px) {
    .m-brochure-row__map__list {
        display: block;
        box-sizing: border-box;
        padding: 20px 20px;
        /*position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 80%;
       */
        background-color: rgba(255, 255, 255, 0.84);
    }
}

.m-brochure-row__map__list__title {
    color: red;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    cursor: pointer;
    border-bottom: 1px solid #e2dfdf;
}
.m-brochure-row__map__list__title:after {
    content: '+';
    font-size: 1em;
    margin-left: 5px;
}
.m-brochure-row__map__list__title.is-active:after {
    content: '-';
    font-size: 1em;
    margin-left: 5px;
}
.m-brochure-row__map__list__title__calltoaction {
    font-size: 10px;
    color: black;
    display: inline; }

.m-brochure-row__map__list__group {
    display: none;
}

.m-brochure-row__map__list__group--first {
    display: block; }

.m-brochure-row__map__list__button {
    cursor: pointer;
}
.m-brochure-row__map__list__button:hover, .m-brochure-row__map__list__button.is-hover, .m-brochure-row__map__list__button.is-active {
    color: #725436;
}

@keyframes flash {
    50%, from, to {
    opacity: 1; }

    25%, 75% {
    opacity: 0; } }

.m-brochure-row__map__circle {
    cursor: pointer;
    fill: #725436;}

.m-brochure-row__map__circle.is-active {
    animation: flash linear 2.7s infinite;
    -webkit-animation: flash linear 2.7s infinite;
    stroke: #725436;
    stroke-width: 15px;
    stroke-opacity: 0.4; }

.m-brochure-row__map__close {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: white;
    cursor: pointer;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column; }
@media only screen and (max-width: 750px), (max-height: 650px) {
    .m-brochure-row__map__close {
    display: none; } }
.m-brochure-row__map__close > div {
    width: 40%;
    height: 1px;
    margin: 0 auto;
    background-color: #f00;
    transform: rotate(45deg); }
.m-brochure-row__map__close > div + div {
    transform: rotate(-45deg) translateY(-1px); }

.m-brochure-row__map__add {
    position: absolute;
    top: 15%;
    left: 10%;
    background-color: red;
    cursor: pointer;
    display: none; }

.m-brochure-row__map__save {
    position: absolute;
    top: 20%;
    left: 10%;
    background-color: red;
    cursor: pointer;
    display: none; }

.spec__wrapper {display:flex; justify-content: space-between; flex-wrap: wrap; max-width: 1400px; margin:0 auto;}
.spec__block {background:pinka; flex: 0 0 32%; border-top:1px solid #ccc; line-height:1.6em; padding:0px 0; margin-bottom:20px;}
.spec__block p {padding-right:20px;}


.horizontal__spacer {min-height:50px;}

.tube__map {width:1200px; height:687px; text-align:center; margin:0 auto;}

#footer {
  margin-top: auto;
}
.m-footer {
  background-color: #467d5b;
  color: #7c7c7c;
  display: flex;
  flex-direction: column;
  margin: 0 auto 0 auto;
  max-width: 1500px;
}
.m-footer__row {
    margin: auto;
    width: 100%;
    padding: 10px 25px 25px 25px;
    box-sizing: border-box;
    display: block;
}
/*@media only screen and (min-width: 1550px) {
    .m-footer__row {
        padding: 10px 0 25px 0;
    }
}
*/
.m-footer__row-base {
  margin: auto;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.m-footer__row + .m-footer__row {
  margin-top: 60px;
}
.m-footer__item--sitename {
  font-size: 25px;
}
.m-footer__item--container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.m-footer__item {
    font-size: 14px;
    text-align: center;
}
.m-footer__link {
    display: inline-block;
    fill: white;
    flex: 0 0 auto;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 30px;
}
.m-footer__item--sitename {
  color: #fff;
  font-size: 28px;
}
.m-footer a:hover {
  color: #fff;
}
@media only screen and (min-width: 768px) {
    .m-footer__row {
        display: flex;
        justify-content: space-between;
    }
    .m-footer__item {
        text-align: left;
    }
    .m-footer__item--container {
        justify-content: flex-end;
    }
    .m-footer__link {
        margin-left: 20px;
        padding-top: 43px;
        padding-bottom: 0;
    }
}


.m-burger-menu {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
background: url(../images/nav-bg-green.jpg) center center repeat; 
  overflow-y: scroll;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms, visibility 0s ease-in 500ms;
}
.m-burger-menu.is-toggled {
  opacity: 1;
  visibility: visible;
  transition: opacity 500ms, visibility 500ms;
}
.m-burger-menu__wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.m-burger-menu__close {
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
  font-weight:100;
}
.m-burger-menu__close:after, .m-burger-menu__close:before {
  content: '';
  width: 25px;
  height: 2px;
  display: block;
  position: relative;
  top: 0px;
  transform-origin: 50%;
  background-color: #fff;
}
.m-burger-menu__close:before {
  top: -5px;
  transform: rotate(45deg);
}
.m-burger-menu__close:after {
  top: -7px;
  transform: rotate(-45deg);
}
.m-burger-menu__container {
  list-style-type: none;
  width: 100%;
}
.m-burger-menu__container > li {
  margin-bottom: 10px;
}
.m-burger-menu__container .m-burger-menu__container > li {
  text-indent: 0px;
  margin-bottom: 5px;
}
.m-burger-menu__container .m-burger-menu__container > li:before {
  content: "";
  text-indent: 0px;
}
.m-burger-menu__item {
  font-size: 20px; font-weight: 100;
}


.l-main--schedule { background-image: url("../images/cross-section.png"); background-repeat: no-repeat; 
background-position: bottom 60px right 10px; 


background-size:40%; max-width:1400px; margin:0 auto;}

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
  }

  .modalContent {
    background-color: #e7e2df;
    margin: auto;
    padding: 20px;
    width: 72%;
    overflow: auto;
    box-sizing: border-box;
   box-shadow: 7px 7px 16px #9a9a9a;
  max-height: 90%;
  }

  .modalClose {
    color: #53432d;
    float: right;
    font-size: 28px;
    font-weight: normal;
       line-height: 11px;
    padding-left: 20px;
  }


  .modalClose:hover,
  .modalClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }


.acordion-floorplans {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;;
}
.floorplan-row {
    cursor: pointer;
    border-top: 1px solid  #ccc;
    padding: 12px 0;
    display: flex;
}




.floorplan-row.row__ground  {
   min-height:43px;
}


.floorplan-row.row__one  {
   min-height:30px;
}

.floorplan-row.row__two  {
   min-height:30px;
}
.floorplan-row.row__three  {
   min-height:27px;
}
.floorplan-row.row__four  {
   min-height:30px;
}
.floorplan-row.row__five  {
   min-height:30px;
}
.floorplan-row.row__six  {
   min-height:28px;
}

.floorplan-row.row__seven  {
   min-height:33px;
}

.floorplan-row.row__eight  {
   min-height:37px;
}

.floorplan-row-top {
    cursor: pointer;
    border-top: 0px solid black;
    padding: 10px 0;
    display: flex;
}


.floorplan-row-total {
    cursor: pointer;
    border-top: 2px solid black;
    padding: 10px 0px 0px 0px;
    display: flex;
    font-weight:600;
}

.floorplan-row > *, .floorplan-row-total > *, .floorplan-row-top > * {
    flex-grow: 1;
}



.floorplan-row:after {
    content: '+';
    /* width: 13px; */
     font-size: 20px;
    color:#725436;
}


.floorplan-row:last-child:after {
    content: ' ';
    /* width: 13px; */
    font-size: 20px;
    color:#725436;
}

.floorplan-row.is-toggled:after {
    content: '-';
}
.floorplan-row:hover {
    background-color: rgba(255,255,255,0.5);
}
.floorplan-details {
    display: none;
}
.floorplan-visible {
    display: block;
}
.floorplan-not-to-scale {

    padding-top:10px;
}



.component-floorplan-popup-body { display:flex;}
.component-floorplan-popup-info { flex: 0 0 20%; position:relative;}
.component-floorplan-popup-plan {flex:0 0 60%; padding:30px 0; }

.component-floorplan-popup-plan-basement {flex:0 0 80%; padding:30px 0; }




.component-floorplan-popup-plan img {width:90%;}







@media (max-width: 600px) {
    .m-footer {padding:0px 0px}
    .m-footer__row-base {flex-direction: column;}
    .m-footer__item {text-align:center; }
    .m-footer__item--container {display:block; padding-top:10px;}
    .m-footer__row + .m-footer__row {margin-top:30px;}
    .m-footer__link {margin: 0 10px;}
}


.location .grid-5-by-5 {
    background:#edf1ed;
    max-width:1500px;
    margin:0 auto;
}
.building .grid-5-by-5 {
    background:#edf1ed;
    max-width:1500px;
    margin:0 auto;
}
.building .grid-5-by-5-2 {
    background:#edf1ed;
    max-width:1500px;
    margin:0 auto;
}
@media only screen and (min-width: 768px) {
    .location .grid-5-by-5 {
        /* Activate grid layout */
        display: grid;
        /* Create 5 columns, each 1 "fractional unit" wide */
        grid-template-columns: repeat(12, 1fr);
        /* Create 5 rows, each 1 "fractional unit" high */
        grid-template-rows: repeat(2, 1fr);
        /* Add a 10px gap between columns and rows */
        grid-gap: 0px;
    }
    .building .grid-5-by-5 {
        /* Activate grid layout */
        display: grid;
        /* Create 5 columns, each 1 "fractional unit" wide */
        grid-template-columns: repeat(12, 1fr);
        /* Create 5 rows, each 1 "fractional unit" high */
        grid-template-rows: repeat(2, 1fr);
        /* Add a 10px gap between columns and rows */
        grid-gap: 0px;
    }
    .building .grid-5-by-5-2 {
        /* Activate grid layout */
        display: grid;
        /* Create 5 columns, each 1 "fractional unit" wide */
        grid-template-columns: repeat(12, 1fr);
        /* Create 5 rows, each 1 "fractional unit" high */
        grid-template-rows: repeat(1, 1fr);
        /* Add a 10px gap between columns and rows */
        grid-gap: 0px;
    }
}

    .building .grid-5-by-5-special {
        /* Activate grid layout */
        display: grid;
        /* Create 5 columns, each 1 "fractional unit" wide */
        grid-template-columns: repeat(6, 2fr);
        /* Create 5 rows, each 1 "fractional unit" high */
        grid-template-rows: repeat(1, 1fr);
        /* Add a 10px gap between columns and rows */
        grid-gap: 0px;
    }
}






.accommodation .grid-5-by-5 {

  /* Activate grid layout */
  display: grid;

  /* Create 5 columns, each 1 "fractional unit" wide */
  grid-template-columns: repeat(12, 1fr);

  /* Create 5 rows, each 1 "fractional unit" high */
  grid-template-rows: repeat(1, 1fr);

  /* Add a 10px gap between columns and rows */
  grid-gap: 0px;
background:#edf1ed;
max-width:1400px;
margin:0 auto;
}

.building .main__images__thumb {padding:20px 0}





.building .item-1 {
  grid-column: 1 / 8;
  grid-row: 1 / 2;

}
.building .item-2 {
  grid-column: 8 / 13;
  grid-row: 1 / 2;

}

.building .item-4 {
  grid-column: 6 / 13;
  grid-row: 2 / 6;

}
.building .item-3 {
  grid-column: 1 / 6;
  grid-row: 2 / 6;

}

.building .item-5 {
  grid-column: 1 / 6;
  grid-row: 2 / 6;

}

.location .item-2 {
  grid-column: 1 / 5;
  grid-row: 1 / 2;
}
.location .item-1 {
  grid-column: 5 / 13;
  grid-row: 1 / 2;
}
.location .item-4 {
  grid-column: 1 / 6;
  grid-row: 2 / 6;
}
.location .item-3 {
  grid-column: 6 / 13;
  grid-row: 2 / 6;
}

.accommodation .item-2 {
  grid-column: 1 / 4;
  grid-row: 2 / 2;
}
.accommodation .item-1 {
  grid-column: 4 / 13;
  grid-row: 1 / 2;
}
.accommodation .item-4 {
  grid-column: 6 / 13;
  grid-row: 1 / 1;
}
.accommodation .item-3 {
  grid-column: 1 / 6;
  grid-row: 1 / 1;
}

.item {
    padding: 0em;
}

.main__images__thumb.space__above {padding-top: 0;}
@media only screen and (min-width: 768px) {
    .main__images__thumb.space__above {padding-top: 50px;}
}

.break__margin__left {margin-left: -100px;}

img.home__five {width: 100%; padding: 0 20px 0 20px; box-sizing: border-box;}

.north_symbol {position:absolute; left:0; bottom:0;}
.north_symbol img {max-width:50px;}
.north_symbol .small {font-size:12px;}


.caption_right__line { margin-left: 23%; border-left:1px solid #725436; padding-left:0px; height:30px; background: aorange}
.caption_right__text { margin-left: 23%; padding-top:5px; font-size: 13px; color:#725436; letter-spacing: 1px}

.caption_left__line { margin-left: 10%;border-left:1px solid #725436; padding-left:0px; height:30px; background: aorange}
.caption_left__text {  margin-left: 10%; padding-top:5px; font-size: 13px; color:#725436;}


.caption_full-width__line { margin-right: 10%;border-right:1px solid #725436; padding-left:0px; height:30px; background: aorange}
.caption_full-width__text {  margin-right: 10%; padding-top:5px; font-size: 13px; text-align: right}

.item-2-inner {padding: 2% 10% 0% 10%; }
.item-3-inner {padding: 6% 10% 0% 10%; }

h2.header__title {
    color:#467d5b;

    letter-spacing: 0px;
    font-size: 21px;
    text-align: center;
    line-height: 1.4em;
    flex: 0 0 100%;
    margin: 0;
}

h2.header__title span {
    position: relative;
    color:#467d5b;
    font-family: CircularXXWeb-Mediuum, sans-serif;
    font-weight: 600;
    letter-spacing:3px;
    font-size:21px;
    line-height: 1.4em;
    text-align:center;
}

h2.header__text {
    color:#467d5b;
    font-family: CircularXXWeb-Book, sans-serif;
    font-weight: 300;
    font-size: 21px ;
    text-align: center;
    line-height: 1.4em; flex: 0 0 100%;
    margin: 0;
}

.full-width-column-green-middle p, .align-vertical-center p {
    color:#467d5b; 
    font-family: CircularXXWeb-Book, sans-serif; 
    font-weight: 300;
    font-size: 21px;
    text-align:center;
    line-height: 1.4em;
    flex: 0 0 100%;
    margin: 15px 0 15px 0;
}

.building .full-width-column-green-middle div {margin: 0 25px;}
.full-width-column.space_above {padding-top: 0;}
@media only screen and (min-width: 768px) {
    .building .full-width-column-green-middle div {margin: 0 20%;}
    .full-width-column.space_above {padding-top: 50px;}
}


       .team-wrapper-outer {display: flex; flex-wrap: wrap; width:100%;  padding-top:100px }

        .team-inner-left {flex: 0 0 230px; text-align: left; padding: 25px}
        .team-inner-left p {color: #ffffff}

        .team-inner-bottom {width: 100%; text-align: left; padding: 0 25px 0 25px}
        .team-inner-bottom p {font-size: 11px; color: #fff}

        .team-inner-bottom-unit {max-width:1000px;}

        .team-inner-right {flex:  0 0 20%;  text-align: left;padding: 25px}
        .team-inner-right p {color: #ffffff}

        .cush-wake-logo {width: 240px; height: 51px}
        .cbre-logo {width: 205px; height: 51px}



.downloads_outer_wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    max-width: 900px;
    margin: 0 auto;
}

.download-cell {
    margin: 30px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 160px;
    color:#fff;
}

.sub__title {font-size:24px}

.small__divider {min-height:50px;}

.kf__logo {width:180px; height:68px}

.half-width-wrapper {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 auto; max-width: 1400px; margin-top: 50px}


.half-width-column-left {flex: 0 0 38%; background: agreen; padding: 0 0 0 10%}
.half-width-column-right {
    flex: 0 0 38%;
    background: apink;
    padding: 0 10% 0 0%
}


h2.header__title__center {
    position: relative;
    font-family: CircularXXWeb-Medium, sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 21px;
    line-height: 1.4em;
}


h2.header__title__center:after {
    display: block;
    content: '';
    width: 120px;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left:  calc(50% - 60px);
}

.page__content__section__wrapper {margin-top:100px; max-width:1400px; margin:0 auto;}

.page__content__section__wrapper .text__main {width:50%; margin-left:20%;}


.header__title__center.space__below {margin-bottom:60px;}

.full-width-column {
    max-width: 1500px;
    background: #edf1ed;
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    overflow: auto;
}
.full-width-column-green {
    max-width: 1500px;
    box-sizing: border-box;
    padding: 0 25px;
    background: #edf1ed;
    text-align: center;
    margin: 0 auto;
    margin-top: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location .full-width-column-green, .accommodation .full-width-column-green {
    max-width: 1500px;
    background:#edf1ed;
    text-align: center;
    margin: 0 auto;
    margin-top: 140px;
    min-height:320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accommodation .full-width-column-green.no-top {
    max-width: 1500px;
    background:#edf1ed;
    text-align: center;
    margin: 0 auto;
    min-height:320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accommodation .header__title div {
    padding: 50px 0;
}
.full-width-column-green-middle {
    max-width: 1500px;
    background:#edf1ed;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 25px 30px 25px;
}
@media only screen and (min-width: 768px) {
    .full-width-column-green-middle {
        padding: 50px 0 50px 0;
    }
}

.green-with-centered-text {
    max-width: 1500px;
    box-sizing: border-box;
    background: #edf1ed;
    text-align: center;
    margin: 0 auto;
    margin-top: 80px;
    padding: 50px 25px 50px 25px;
}
@media only screen and (min-width: 768px) {
    .green-with-centered-text {
        padding: 0 25px;
        margin-top: 125px;
        padding: 50px 25px 50px 25px;
    }
}
.full-width-column-green-gradient {
    max-width: 1500px;
    background: linear-gradient(to left, #5c8867, #c0d2cf);
    text-align: center;
    margin: 0 auto;
    margin-top: 125px;
    padding: 50px 0 50px 0;
}
.full-width-column-green-gradient h2.header__title {
    color: white;
}



.location .item-3-inner h2.header__title {letter-spacing: 0px; font-size: 21px;}

.building .item-3-inner h2.header__title {letter-spacing: 0px; font-size: 21px;}


.accommodation .item-3-inner h2.header__title {letter-spacing: 0px; font-size: 23px;}

.location .grid-5-by-5 .item-3-inner, .location .grid-5-by-5 .item-2-inner {     display: flex;
    align-items: center;
    justify-content: center;
    height: 90%;
}

.accommodation .floorplan-column-plan img {margin-top: 30px}

.building .item-3-inner, .building .item-2-inner {
    display: flex;
    align-items: center;
    justify-content: center; height:90%;
}
.building .item-3-inner .align-vertical-center, .building .item-2-inner .align-vertical-center,
.location .item-3-inner .align-vertical-center, .location .item-2-inner .align-vertical-center {
    max-width: 100%;
}
@media only screen and (min-width: 768px) {
    .building .item-3-inner .align-vertical-center, .building .item-2-inner .align-vertical-center,
.location .item-3-inner .align-vertical-center, .location .item-2-inner .align-vertical-center {
        max-width: 470px;
    }
}
@media only screen and (min-width: 1024px) {
    .building .item-3-inner .align-vertical-center, .building .item-2-inner .align-vertical-center,
.location .item-3-inner .align-vertical-center, .location .item-2-inner .align-vertical-center {
        max-width: 470px;
    }
}

@media only screen and (min-width: 840px) {
    .choice__image {
        padding-bottom: 70px;
    }
}


.accommodation .grid-5-by-5 .item-3-inner { padding-top: 35%}

.building .full-width-column-green-middle h2.header__title {letter-spacing: 0px; font-size: 23px;}

.full-width-column-no-top {
  max-width: 1400px;

    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
}


.text__main__left {max-width:1400px;  margin:0 auto; padding: 30px;}

.full-width-column-brown {


    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    padding-bottom:40px;
}

.full-width-column-brown p {color:#fff;}
.full-width-column-brown h2.header__title {color:#fff;}

.full-width-column-brown h2.header__title:after {
    display: block;
    content: '';
    width: 70px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.download__button {width:56px; height:56px}


.text__main__center { max-width:750px;taxt-align:center; margin:0 auto }
.text__main__center p { line-height: 26px; font-size: 16px}


.text__main {padding-top: 30px; padding-right: 110px}
.text__main p { line-height: 26px; font-size: 16px; font-weight: 500}


@media only screen and (max-width: 768px) {
 .grid-5-by-5  {
        grid-template-columns: 1fr;
   }
.item-1, .item-2, .item-3, .item-4 {grid-column: auto; grid-row: auto;}

  }

@media only screen and (max-width: 1500px) {
    .grid-5-by-5 {margin-right: 30px; margin-left: 30px;}
}

@media only screen and (max-width: 1400px) {
    .grid-5-by-5 {margin-right: 30px; margin-left: 30px;}

    .acordion-floorplans  {margin-right: 30px; margin-left: 30px;}
    .floorplan-row-total {margin-right: 30px; margin-left: 30px;}
    .floorplan-not-to-scale  {margin-right: 30px; margin-left: 30px;}

    .spec__wrapper {margin-right: 30px; margin-left: 30px;}

    .floorplan-row.row__ground  {min-height:44px;}

    .floorplan-row.row__one  {min-height:25px;}

    .floorplan-row.row__two  {min-height:30px;}

    .floorplan-row.row__three  {min-height:27px;}

    .floorplan-row.row__four  {min-height:30px;}

    .floorplan-row.row__five  {min-height:27px;}

    .floorplan-row.row__six  {min-height:28px;}

    .floorplan-row.row__seven  {min-height:33px;}

    .floorplan-row.row__eight  {min-height:37px;}

    .m-header--center {position: relative;}

    .tube_wrapper {width: 100%; height: 100%}
}

@media only screen and (max-width: 1300px) {
    .floorplan-row {padding:10px 0 ;}
    .floorplan-row.row__ground  {min-height:40px;}
    .floorplan-row.row__one  {min-height:30px;}
    .floorplan-row.row__two  {min-height:29px;}
    .floorplan-row.row__three  {min-height:28px;}
    .floorplan-row.row__four  {min-height:28px;}
    .floorplan-row.row__five  {min-height:28px;}
    .floorplan-row.row__six  {min-height:29px;}
    .floorplan-row.row__seven  {min-height:32px;}
    .floorplan-row.row__eight  {min-height:35px;}
}

@media only screen and (max-width: 1200px) {
    .floorplan-row {padding:10px 0 ;}
    .floorplan-row.row__ground  {min-height:36px;}
    .floorplan-row.row__one  {min-height:26px;}
    .floorplan-row.row__two  {min-height:25px;}
    .floorplan-row.row__three  {min-height:24px;}
    .floorplan-row.row__four  {min-height:25px;}
    .floorplan-row.row__five  {min-height:27px;}
    .floorplan-row.row__six  {min-height:25px;}
    .floorplan-row.row__seven  {min-height:28px;}
    .floorplan-row.row__eight  {min-height:33px;}
}

@media only screen and (max-width: 1024px) {
    .floorplan-row {padding:5px 0 ;}
    .floorplan-row.row__ground  {min-height:37px;}
    .floorplan-row.row__one  {min-height:29px;}
    .floorplan-row.row__two  {min-height:30px;}
    .floorplan-row.row__three  {min-height:27px;}
    .floorplan-row.row__four  {min-height:28px;}
    .floorplan-row.row__five  {min-height:29px;}
    .floorplan-row.row__six  {min-height:29px;}
    .floorplan-row.row__seven  {min-height:30px;}
    .floorplan-row.row__eight  {min-height:35px;}

    .slide {
        width: 100%;
        height: 370px;
        overflow: hidden;
        position: relative;
    }

    #modal_img_A .main__images__thumb,
    #modal_img_B .main__images__thumb,
    #modal_img_C  .main__images__thumb,
    #modal_img_D  .main__images__thumb,
    #modal_img_E  .main__images__thumb,
    #modal_img_F  .main__images__thumb,
    #modal_img_M .main__images__thumb,
    #modal_img_O .main__images__thumb,
    #modal_img_J  .main__images__thumb,
    #modal_img_K  .main__images__thumb,
    #modal_img_L .main__images__thumb {width:100%;}

    .text__main {padding-right: 20px;}

    .item-3-inner {padding: 0% 3% 0% 10%;}
    .hero-building-image, .hero-location-image, .hero-plans-image  { height: 60vh;}

    .building .grid-5-by-5 {margin-top: 50px;  grid-template-rows: repeat(4, 1fr);}

    .location .item-3  {padding-top: 0px;}
    .location .full-width-column {margin-top: 0px;}

    /*.l-amenities--left {flex: 0 0 400px;}*/

    .tube__map {height: auto}

    #modal_img_M .component-floorplan-popup-body img,
    #modal_img_L .component-floorplan-popup-body img,
    #modal_img_C .component-floorplan-popup-body img,
    #modal_img_D .component-floorplan-popup-body img {width:100%;}

    .grid-5-by-5:nth-of-type(2n) {margin-top: 0px;}
}



@media only screen and (max-width: 768px) {
    .floorplan-row {padding:0px 0 ;}
    .floorplan-row.row__ground  {min-height:32px;}
    .floorplan-row.row__one  {min-height:29px;}
    .floorplan-row.row__two  {min-height:30px;}
    .floorplan-row.row__three  {min-height:27px;}
    .floorplan-row.row__four  {min-height:28px;}
    .floorplan-row.row__five  {min-height:29px;}
    .floorplan-row.row__six  {min-height:29px;}
    .floorplan-row.row__seven  {min-height:30px;}
    .floorplan-row.row__eight  {min-height:33px;}

    .location .grid-5-by-5,
    .accommodation .grid-5-by-5,
    .building .grid-5-by-5,
    .home .grid-5-by-5 {grid-template-rows: repeat(1, 1fr);}

    .item-2-inner {
        padding: 30px 25px 30px 25px;
    }
    .item-3-inner {
        padding: 30px 25px 30px 25px;
    }
    .l-amenities--left {
        flex: 0 0 100%;
    }
    .l-amenities--right {
        flex: 0 0 100%; padding-top:30px;
    }

    .slide {
      width: 100%;
      height: 450px;
      overflow: hidden;
      position: relative;
    }

    .grid-5-by-5 #modal_img_L .order-a { order: 1;}
    .grid-5-by-5 .item-2 .order-b { order: 2;}
    .grid-5-by-5 #modal_img_M .order-d { order: 3;}
    .grid-5-by-5 .item-3 .order-c { order: 4;}

    .spec__block {flex: 0 0 50%;}
    .contact .item-2-inner {padding: 2% 10% 0% 10%;}
    .contact .page__content__section__wrapper .text__main {    width: 70%;}

    .soa-row-item-eight, .soa-row-item-seventh, .soa-row-item-sixth, .soa-row-item-fifth,
    .soa-row-item-fourth, .soa-row-item-third, .soa-row-item-second, .soa-row-item-first,
    .soa-row-item-ground, .soa-row-item-terraces,
    .soa-row-item-header, .soa-row-item-total {display:none;}

    .accommodation .soa-preview-header {
        flex: 0 0 100%;
    }

    .soa-row {height:50px}
    .soa-row-item, .soa-row-item-2, .soa-row-item-3, .soa-row-item-4, .soa-row-item-5, .soa-row-item-plus {font-size: 1.2em;}

    .floorplan-column-1 {
    flex: 0 0 30%;
    margin-right:0%;

    padding:20px;
    text-align: left;
}

.floorplan-column-plan {
    flex: 0 0 64%;

}
}


@media only screen and (max-width: 600px) {

    .caption_right__line {margin-left: 5%;}
    .caption_right__text {margin-left: 5%;}
    .main__images__thumb {max-width: 100%}

    .text__main {padding-right: 0px;}
    .item-2-inner {padding: 30px 25px 30px 25px;}
    .item-3-inner {padding: 30px 25px 30px 25px;}
    .m-header--center {height: 80px; padding-top: 0px;}

    /*.m-header__menu { padding-top: 5px;}*/

    .hero__images__wrapper {margin-top:60px;}
    .grid-5-by-5 {margin-top: 40px; grid-template-rows: repeat(1, 1fr);}


    h2.header__title {margin-top:0px;}
    .m-footer__row {padding: 0px;}

    .page__content__section__wrapper {margin:0px 30px;}

    .page__content__section__wrapper .text__main {
        width: 100%;
        margin-left: 0%;
    }

    .contact .m-content-hero__image, .building .m-content-hero__image, .accommodation .m-content-hero__image, .location .m-content-hero__image {
        margin-top: 90px;
    }

    .spec__block {
        flex: 0 0 100%; margin-bottom: 0px;}

    .contact .item-2-inner {
        padding: 2% 0% 0% 0%;
    }

    .contact .page__content__section__wrapper .text__main {
        width: 100%;
    }
    .m-footer {margin-top: 0px;}
    .slide {
      width: 100%;
      height: 210px;
      overflow: hidden;
      position: relative;
    }
    .accommodation .soa-preview-header {
        flex: 0 0 100%;
    }
    .accommodation .soa-preview-content{
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
    .soa-row {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr ;
        grid-gap: 0px;
        font-size: 12px;
    }

    .floorplan-column-1 {
    flex: 0 0 86%;

    padding:20px;
    text-align: left;
}

.floorplan-column-plan {
    flex: 0 0 100%;

}

 .home__module__left {flex: 0 0 100%; mix-blend-mode: multiply;}
 .home__module__middle {flex: 0 0 80%; mix-blend-mode: multiply; margin:0 auto; margin-top: -60px;}
    .home__module__right {flex: 0 0 100%; mix-blend-mode: multiply; align-self: flex-start; margin-top: -60px;}

    .spacer_home_footer {height:auto}

    .home .m-header__logo__wrapper {
   padding-top:0px;
}

.m-menu__burger {
    width: 30px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer;
    float: right;
    margin-right: 25px;
    margin-top: -10px;
}
}
