@import url(/css/reset.css);
@import url(/css/text.css);
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
html {
  height: 100%;
}
body {
  font: 18px/22px "Aeonik-Regular", Arial, sans-serif;
  color: #000;
  background: #fff url(/img/ui/bg.gif) repeat-x top center;
  height: 100%;
}

.resizeimg {
  display: block;
  max-width: 100%;
  height: auto;
}
.animatein {
  visibility: hidden;
}
b {
  font-weight: normal;
  font-family: "Aeonik-Bold", Arial, sans-serif;
}

/**** nav ****/
.homelogo {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 175px;
  height: 63px;
  background: top left no-repeat url(/img/content/logogreen.svg);
  background-size: contain;
  z-index: 3000;
}
.s0 .homelogo {
  background-image: url(/img/content/logo.svg);
}

.navholder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 8000;
  transition: height 0.5s;
}
.navbutton {
  display: block;
  position: fixed;
  width: 23px;
  height: 16px;
  padding: 20px;
  top: 40px;
  right: 40px;
  z-index: 9000;
  cursor: pointer;
  transition: background 0.5s;
}
.scrolled .navbutton {
  background: rgba(5, 66, 51, 0.5);
}
.navbutton .navicon {
  position: relative;
  width: 100%;
  height: 100%;
}
.navbutton .navicon span {
  display: block;
  width: 100%;
  height: 2px;
  background: #475eed;
  position: absolute;
  transition: top 0.5s 0.5s, transform 0.5s, opacity 0.5s, background 1s;
}
.navbutton .navicon span:nth-child(1) {
  top: 0px;
}
.navbutton .navicon span:nth-child(2) {
  top: 7px;
  transform-origin: 50% 50%;
}
.navbutton .navicon span:nth-child(3) {
  top: 14px;
  transform-origin: 50% 50%;
}

.menuopen .navbutton .navicon span {
  transition: top 0.5s, transform 0.5s 0.5s, opacity 0s 0.5s, background 1s;
  background: #08d4b0 !important;
}
.menuopen .navbutton .navicon span:nth-child(1) {
  top: 7px;
  opacity: 0;
}
.menuopen .navbutton .navicon span:nth-child(2) {
  top: 7px;
  transform: rotate(-45deg);
}
.menuopen .navbutton .navicon span:nth-child(3) {
  top: 7px;
  transform: rotate(45deg);
}

.navinner {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.navhide {
  display: flex;
  justify-content: center;
  overflow: hidden;
  transition: height 0.5s;
  height: 0;
  width: 100%;
  background: #054233;
}
.navholder .nav {
  margin: 0;
  display: flex;
  z-index: 50;
  height: 100vh;
  flex-direction: column;
  padding: 0px;
  justify-content: center;
  align-items: flex-start;
}

.nav a {
  font-size: 4vw;
  line-height: 1em;
  font-family: "Aeonik-Bold", Arial, sans-serif;
  text-decoration: none;
  color: #08d4b0;
  padding: 1.5vw 0;
  margin: 1.5vw 0;
  position: relative;
  transition: color 0.2s;
}
.nav a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #fa690f;
  transition: width 0.2s;
  width: 0;
}
.nav a:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: url(/img/ui/linkarroworange.svg) right center no-repeat;
  background-size: 4vw auto;
  position: absolute;
  left: calc(100% + 10px);
  top: 0;
  transition: width 0.2s;
}
.s1 .nav a.n1,
.s2 .nav a.n2,
.s3 .nav a.n3 {
  color: #fff;
}
.nav a:hover {
  color: #fa690f;
}
.nav a:hover:before {
  width: 100%;
}
.nav a:hover:after {
  width: 4vw;
}

/*.menuopen .navholder {height:100vh}*/
.menuopen .navhide {
  height: 100vh;
}

/**** footer ****/
.footerlinks {
  display: flex;
}

.agentlogo {
    margin-bottom: 20px;
  }
.downloadbrochure {
  display: inline-block;
  background: top left no-repeat url(/img/content/icons/green/down.svg);
  background-size: 1.2em auto;
  line-height: 1.2em;
  padding-top: 1.5em;
  text-decoration: none;
  margin: 40px 0;
}
.downloadbrochure:hover {
  text-decoration: underline;
}
.footerlinks a {
  padding: 5vw 0;
  flex: 0 0 50%;
  text-align: center;
  font-family: "Aeonik-Bold", Arial, sans-serif;
  color: #fff;
  text-decoration: none;
}
.footerlinks a:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 10px;
  background: right center no-repeat url(/img/ui/linkarrowwhite.svg);
  background-size: contain;
}
.footerlinks a:hover {
  text-decoration: underline;
}
.footerlinks .greenlink {
  background: #08d4b0;
}
.footerlinks .bluelink {
  background: #475eed;
}
.footer {
  background: #054233;
  padding: 5vw 0;
  color: #fff;
  position: relative;
  z-index: 100;
}
.footer a {
  color: #fff;
}
.mapletree {
  margin-top: 10vw;
}
.mapletree a {
  color: #08d4b0;
}
.mapletree img {
  margin-bottom: 2.5vw;
}
.misrep {
  font-size: 11px;
  line-height: 13px;
  margin-top: 5vw;
}
.misrep .siren {
  text-align: right;
}

/**** page stuff ****/
h1 {
  font-size: 5vw;
  line-height: 1em;
  font-family: "Aeonik-Bold", Arial, sans-serif;
  font-weight: normal;
}
h2 {
  font-weight: normal;
  font-size: 3vw;
  line-height: 1.3em;
}
h3 {
  font-size: 40px;
  line-height: 1.3em;
  font-weight: normal;
}
h4 {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: normal;
}

.pagename {
  padding: 30px 0 10px 0;
  text-align: center;
  border-bottom: 1px solid #054233;
  position: fixed;
  top: 60vh;
  left: 0px;
  color: #054233;
  font-size: 12px;
  width: 20vh;
  transform-origin: 0% 0%;
  transform: rotate(-90deg);
  z-index: 40;
}

.pagebanner {
  min-height: 100vh;
  width: 100%;
  position: relative;
}
.pagebanner .pic {
  position: absolute;
  top: 0;
  background: 50% 50% no-repeat;
  background-size: cover;
  height: 100%;
}
.pagebanner .pic .slide {
  width: 100%;
  height: 100%;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.pagebanner .text {
  font-size: 5vw;
  line-height: 1em;
  font-family: "Aeonik-Bold", Arial, sans-serif;
  display: flex;
  align-items: center;
  height: 60vh;
  margin: 20vh 0;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 10vw;
  z-index: 500;
}
.pagebanner .downarrow {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 500;
}
.pagebanner .downarrow path {
  fill: #08d4b0;
}

.intro {
  padding: 30vh 10vw;
  display: flex;
}
.intro .icon {
  flex: 0 0 50%;
  height: 10vw;
  background: top left no-repeat;
  background-size: auto 100%;
}
.intro .text {
  flex: 0 0 50%;
}

.iconheading .icon {
  display: block;
  margin-bottom: 10px;
  width: 3vw;
  height: 3vw;
  background: top left no-repeat;
  background-size: contain;
}
.biggertext {
  font-size: 28px;
  line-height: 34px;
}
.bigtext {
  font-size: 22px;
  line-height: 26px;
}
.mediumtext {
  font-size: 18px;
  line-height: 22px;
}
.darkgreentext {
  color: #054233;
}
.greentext {
  color: #08d4b0;
}
.bluetext {
  color: #475eed;
}

/* #Page Styles
================================================== */

/**** home ****/
.homeintro {
  width: 100%;
  height: 100vh;
  background: #08d4b0;
  position: relative;
}

.loadicon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
.loadicon svg {
  width: 160px;
  height: 160px;
  flex: 0 0 160px;
}

.loadicon .mask1 {
  transform-origin: 55% 0% !important;
}
.loadicon .mask2 {
  transform-origin: 55% 55% !important;
}
.loadicon .mask3 {
  transform-origin: 0% 55% !important;
}
.loadicon .mask4 {
  transform-origin: top left !important;
}
/*.loadicon .maskx {transform-origin:0% 0% !important}*/

.homeintro .introicons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.homeintro .introicons svg {
  width: 100%;
  height: 100vh;
}

.introheadings {
  font-size: 5vw;
  line-height: 1em;
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  color: #475eed;
  pointer-events: none;
}
.introheadings .introheadingholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.introheading {
  position: relative;
  padding: 60px 0;
  transition: opacity 0.5s;
  opacity: 0;
  font-family: "Aeonik-Bold", Arial, sans-serif;
}
.introheadingholder.active .introheading {
  z-index: 2000;
  opacity: 1;
  transition: opacity 0.5s 0.5s;
}
.introheading a {
  color: #475eed;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 24px;
  line-height: 1em;
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-family: "Aeonik-Regular", Arial, sans-serif;
}
.introheadingholder.active a {
  pointer-events: all;
}
.introheading a span {
  border-bottom: 2px solid #475eed;
  padding-bottom: 10px;
}
.introheading a span:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1em;
  background: url(/img/ui/linkarrow.svg) right center no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
  margin-left: 10px;
  transition: margin-left 0.2s;
}
.introheading a:hover span:after {
  margin-left: 20px;
}

.linkicon {
  cursor: pointer;
}
.linkicon path,
.linkicon rect {
  transition: fill 0.2s;
}
.linkicon:hover path,
.linkicon:hover rect,
.linkicon.active path,
.linkicon.active rect {
  fill: #475eed;
}

/**** building ****/
.s1 .navbutton .navicon span {
  background: #fff;
}
.s1 .pagebanner .text {
  color: #054233;
}
.s1 .pagebanner .pic {
  width: 75%;
  right: 0;
}
.videobutton {
  color: #fff;
  display: flex;
  font-size: 40px;
  line-height: 40px;
  margin: 30px;
  text-decoration: none;
  z-index: 500;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.videobutton:hover {
  text-decoration: underline;
}
.videobutton:before {
  content: "";
  flex: 0 0 1em;
  height: 1em;
  background: url(/img/ui/play.svg) left center no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.lity-close {
  top: 50px;
  right: 50px;
}

.buildinglinesection {
  /* height: 100vh; */
  display: flex;
  overflow-x: hidden;
}
.buildinglinesection .pic1 {
  /* background: 50% 50% no-repeat; */
  background-size: cover;
  position: relative;
  z-index: 10;
  /* height: 80vh; */
  flex: 0 0;
  flex-basis: 100%;
  margin-right: 10vw;
  background-position: top;
  background-repeat: no-repeat;
}
.buildinglinesection .rightcol {
  display: flex;
  flex-direction: column;
  flex: 0 0;
  flex-basis: calc(50% - 10vw);
}
.buildinglinesection .text {
  padding: 0 5vw 5vw 0;
  border-right: 1px solid #054233;
  position: relative;
}
.buildinglinesection .horzline {
  position: absolute;
  bottom: 4vw;
  left: -10vw;
  width: 60vw;
  height: 1px;
  background-color: #054233;
}
.buildinglinesection .rightcol .pic {
  flex: 0 0 55vh;
  width: calc(100% - 5vw);
  background: 50% 50% no-repeat;
  background-size: cover;
}

.availability {
  position: relative;
  display: flex;
  min-height: 100vh;
}
.availability .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10vw 2.5vw 2.5vw 10vw;
}
.availability .plan {
  background: #edeef1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 100%;
}
.availability .plan .north {
  position: absolute;
  bottom: 2.5vw;
  left: 2.5vw;
  width: 40px;
}
.availability .plan .planholder {
  padding: 10vw;
}

.buildingaerial {
  width: 100%;
  height: 90vh;
  background: 50% 50% no-repeat url(/img/content/building/aerial.jpg);
  background-size: cover;
}

.spec {
  padding: 5vw 10vw 2.5vw 10vw;
  overflow-x: hidden;
  position: relative;
}
.spec:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #054233;
  position: absolute;
  bottom: 2.5vw;
  left: 0;
}
.specicons {
  padding: 2.5vw 0;
  display: flex;
  justify-content: space-around;
}
.specicons .icon {
  flex: 0 0 3vw;
  height: 3vw;
  background: 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  position: relative;
  transition: bottom 0.2s;
  bottom: 0;
}
.specicons .icon:hover {
  bottom: 5px;
}

.specicons .icon.steps {
  background-image: url(/img/content/icons/darkgreen/steps.svg);
}
.specicons .icon.fan {
  background-image: url(/img/content/icons/darkgreen/fan.svg);
}
.specicons .icon.mushroom {
  background-image: url(/img/content/icons/darkgreen/mushroom.svg);
}
.specicons .icon.square {
  background-image: url(/img/content/icons/darkgreen/square.svg);
}
.specicons .icon.up {
  background-image: url(/img/content/icons/darkgreen/up.svg);
}
.specicons .icon.people {
  background-image: url(/img/content/icons/darkgreen/people.svg);
}
.specicons .icon.diagonal {
  background-image: url(/img/content/icons/darkgreen/diagonal.svg);
}
.specicons .icon.spark {
  background-image: url(/img/content/icons/darkgreen/spark.svg);
}
.specicons .icon.circlesquares {
  background-image: url(/img/content/icons/darkgreen/circlesquares.svg);
}
.specicons .icon.circle {
  background-image: url(/img/content/icons/darkgreen/circle.svg);
}
.specicons .icon.activescore {
  background-image: url(/img/content/icons/darkgreen/activescore.svg);
}

.steps .specicons .icon.steps {
  background-image: url(/img/content/icons/green/steps.svg);
}
.fan .specicons .icon.fan {
  background-image: url(/img/content/icons/green/fan.svg);
}
.mushroom .specicons .icon.mushroom {
  background-image: url(/img/content/icons/green/mushroom.svg);
}
.square .specicons .icon.square {
  background-image: url(/img/content/icons/green/square.svg);
}
.up .specicons .icon.up {
  background-image: url(/img/content/icons/green/up.svg);
}
.people .specicons .icon.people {
  background-image: url(/img/content/icons/green/people.svg);
}
.diagonal .specicons .icon.diagonal {
  background-image: url(/img/content/icons/green/diagonal.svg);
}
.spark .specicons .icon.spark {
  background-image: url(/img/content/icons/green/spark.svg);
}
.circlesquares .specicons .icon.circlesquares {
  background-image: url(/img/content/icons/green/circlesquares.svg);
}
.circle .specicons .icon.circle {
  background-image: url(/img/content/icons/green/circle.svg);
}
.activescore .specicons .icon.activescore {
  background-image: url(/img/content/icons/green/activescore.svg);
}

.specitems {
  height: 20vw;
  padding-bottom: 2.5vw;
  margin-bottom: -2.5vw;
  border-right: 1px solid #054233;
  border-left: 1px solid #054233;
  position: relative;
}
.specitems:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #054233;
  position: absolute;
  left: 20vw;
  top: 0;
}

.specitem {
  position: absolute;
  top: 0;
  left: 0;
  height: 20vw;
  display: flex;
  align-items: center;
  transition: opacity 0.5s;
  opacity: 0;
}
.specitem .pic {
  flex: 0 0 20vw;
  height: 20vw;
  background: 50% 50% no-repeat;
  background-size: 10vw auto;
}
.specitem .text {
  padding: 5vw;
  flex: 1 0 45vw;
}

.fan .specitem.fan,
.steps .specitem.steps,
.mushroom .specitem.mushroom,
.square .specitem.square,
.up .specitem.up,
.people .specitem.people,
.diagonal .specitem.diagonal,
.spark .specitem.spark,
.circlesquares .specitem.circlesquares,
.circle .specitem.circle,
.activescore .specitem.activescore {
  opacity: 1;
  transition: opacity 0.5s 0.5s;
}

/**** amenity ****/
.s2 .navbutton .navicon span {
  background: #054233;
}
.s2.scrolled .navbutton {
  background: transparent;
}
.s2 .pagebanner .text {
  color: #fff;
  width: 50vw;
}
.s2 .pagebanner .pic {
  width: 90vw;
  left: 0;
}
.s2 .pagebanner .downarrow path {
  fill: #054233;
}

.s2 .iconheading {
  margin-bottom: 10vw;
}
.s2 .buildinglinesection .text {
  border: 0;
  padding-right: 0;
}
.s2 .buildinglinesection .pic1 {
  flex-basis: calc(65% - 5vw);
  margin-right: 5vw;
}
.s2 .buildinglinesection .rightcol {
  flex-basis: calc(35% - 10vw);
}

.amenityslider {
  width: 100%;
  height: 100%;
  position: relative;
}
.amenityslider .slide {
  width: 100%;
  height: 100%;
  background: 50% 50% no-repeat;
  background-size: cover;
}

.slidercontrols {
  position: absolute;
  left: 10vw;
  bottom: 30px;
  display: flex;
  z-index: 1000;
}
.slidercontrols .cycle-arrow {
  flex: 0 0 25px;
  height: 25px;
  background: 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
}
.slidercontrols .cycle-prev {
  background-image: url(/img/ui/backarrowwhite.svg);
}
.slidercontrols .cycle-next {
  background-image: url(/img/ui/linkarrowwhite.svg);
}
.slidercontrols .cycle-pager {
  margin: 0 10px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.slidercontrols .cycle-pager span {
  margin: 0 5px;
  flex: 0 0 6px;
  height: 6px;
  background: #fff;
  overflow: hidden;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}
.slidercontrols .cycle-pager span.cycle-pager-active {
  flex: 0 0 10px;
  height: 10px;
}

.amenitypics {
  min-height: 90vh;
  padding-left: 10vw;
  width: calc(100% - 10vw);
  display: flex;
}
.amenitypics .leftcol {
  flex: 0 0 30%;
  height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.amenitypics .pic {
  background: 50% 50% no-repeat;
  background-size: cover;
  flex: 0 0;
  flex-basis: calc((100% - 2.5vw) / 2);
}
.amenitypics .pic:first-child {
  width: 75%;
}
.amenitypics .pic:last-child {
  width: 100%;
  margin-top: 2.5vw;
}
.amenitypics .bigpic {
  flex: 0 0;
  flex-basis: calc(70% - 2.5vw);
  height: calc(90vh - 2.5vw);
  margin: 2.5vw 0 0 2.5vw;
  background: 50% 50% no-repeat;
  background-size: cover;
}

.amenitymap {
  display: flex;
  padding-left: 10vw;
  margin-top: 5vw;
}
.amenitymap .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 25%;
  font-size: 16px;
  line-height: 20px;
}
.amenitymap .amenitylist {
  margin: 1.25vw 0;
  display: flex;
}
.amenitymap .marker {
  flex: 0 0 60px;
  height: 100%;
  float: left;
  background: top left no-repeat;
  background-size: 30px auto;
}
.amenitymap .amenitylist ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.amenitymap .amenitylist ul li {
  margin: 0 0 5px 0;
  padding: 0;
}

.amenitymap .map {
  flex: 1 1 70%;
  margin-left: 2.5vw;
}

.logostrip {
  padding: 5vw 8vw;
  background: #475eed;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.logostrip .logo {
  background: 50% 50% no-repeat;
  background-size: contain;
  margin: 1.25vw;
  flex: 0 0 12%;
  height: 6vw;
}

.investment {
  padding: 10vw;
}
.investmentpoints {
  margin-top: 5vw;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}
.investmentpoints .point {
  flex: 0 0;
  flex-basis: calc((100% / 5) - 30px);
  margin-right: 30px;
  display: flex;
  flex-direction: column;
}
.s2 .investmentpoints .iconheading,
.s3 .investmentpoints .iconheading {
  font-family: "Aeonik-Bold", Arial, sans-serif;
  margin-bottom: 30px;
}
.investmentpoints .icon {
  width: 5vw;
  height: 5vw;
  margin-bottom: 20px;
  background: left center no-repeat;
  background-size: contain;
}
.investmentpoints .smallText {
  line-height: 1.3em;
}

.occupiers {
  padding-top: 5vw;
  overflow: hidden;
}
.occupiers h2 {
  margin-left: 10vw;
}
.occupiergrid {
  display: flex;
  flex-wrap: wrap;
  padding: 0vw 10vw 5vw 10vw;
  border-top: 1px solid #054233;
  margin-top: 15vw;
  position: relative;
}
.occupiergrid:after {
  content: "";
  display: block;
  width: 1px;
  height: 80vw;
  right: 10vw;
  top: -10vw;
  background: #054233;
  position: absolute;
}
.occupiergrid .logoholder {
  height: 9vw;
  flex: 0 0 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.occupiergrid .logoholder:before {
  content: "";
  display: block;
  width: 50vw;
  height: 1px;
  bottom: 0;
  left: -10vw;
  background: #054233;
  position: absolute;
}
.occupiergrid .logoholder:after {
  content: "";
  display: block;
  width: 1px;
  height: 40vw;
  left: 0;
  top: -10vw;
  background: #054233;
  position: absolute;
}
.occupiergrid .logoholder .logo {
  width: 75%;
  height: 75%;
  background: 50% 50% no-repeat;
  background-size: contain;
}



/**** location ****/
.s3 .navbutton .navicon span {
  background: #fff;
}
.s3 .pagebanner .text {
  color: #054233;
  left: 15vw;
}
.s3 .pagebanner .pic {
  width: 90vw;
  right: 0;
}

/*.s2 .iconheading {margin-bottom:10vw}
.s2 .buildinglinesection .text {border:0;padding-right:0}
.s2 .buildinglinesection .pic1 {flex-basis:calc(65% - 5vw);margin-right:5vw}
.s2 .buildinglinesection .rightcol {flex-basis:calc(35% - 10vw)}*/

.fullimg {
  width: 100%;
  height: auto;
  text-align: center;
}
.fullimg img {
  display: block;
}

.s3 .investmentpoints .point {
  flex-basis: calc((100% / 4) - 60px);
  margin-right: 60px;
}

/**** terms ****/
.textpage {
  padding: 10vw;
  margin: 0 auto;
  max-width: 800px;
}

/****************************************************
* Misc
****************************/
/*hide social stuff and headings on prettyphoto*/
.ppt {
  display: none !important;
}
.pp_social {
  display: none !important;
}
.pp_description {
  display: none !important;
}

.smallText {
  font-size: 11px;
}
.smallprint {
  font-size: 11px;
  color: #bbbdc0;
}
.smallprint a {
  color: #bbbdc0;
}
.padTop {
  margin-top: 30px;
}
.largeText {
  font-size: 13px;
}

.superscript {
  vertical-align: baseline;
  font-size: 0.8em;
  position: relative;
  top: -0.4em;
}
.subscript {
  vertical-align: baseline;
  font-size: 0.8em;
  position: relative;
  top: 0.4em;
}

.vmiddle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.caps {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.num {
  text-align: right;
}

/* #Media Queries
================================================== */

@media only screen and (min-width: 768px) {

	.buildinglinesection .pic1 {
		flex: 0 0 50vh;
		width: 100%;
		margin: 0 0 40px 0;
	  }

	.buildinglinesection {
		/* height: 100vh; */
		display: flex;
		overflow-x: hidden;
	  }
	  .buildinglinesection .pic1 {
		/* background: 50% 50% no-repeat; */
		background-size: contain;
		position: relative;
		z-index: 10;
		/* height: 80vh; */
		flex: 0 0;
		flex-basis: calc(50% - 10vw);
		margin-right: 10vw;
		background-position: bottom;
		background-repeat: no-repeat;
	  }
}

/* biggest desktop */
@media only screen and (max-width: 1230px) {
  .lity-close {
    top: 0px;
    right: 0px;
  }
}

/* bigger desktop */
@media only screen and (min-width: 1100px) and (max-width: 1229px) {
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 959px) and (max-width: 1099px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }
  .biggertext {
    font-size: 22px;
    line-height: 28px;
  }
  .bigtext {
    font-size: 18px;
    line-height: 22px;
  }
  .mediumtext {
    font-size: 14px;
    line-height: 18px;
  }

  /*.pagebanner {min-height:60vh}*/
  .pagebanner .downarrow {
    display: none;
  }

  /**** building ****/

  /*.buildinglinesection {flex-direction:column;overflow-x:visible}*/
  .buildinglinesection {
    height: auto;
    margin-bottom: 40px;
  }
  .buildinglinesection .pic1 {
    /* height: 50vh; */
  }
  .buildinglinesection .rightcol .pic {
    flex-basis: 35vh;
  }

  .availability {
    flex-direction: column;
  }

  /**** amenity ****/
  .amenitymap {
    flex-direction: column;
  }
  .amenitymap .text {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .amenitymap .marker {
    flex: 0 0 30px;
    background-size: 15px auto;
  }
  .amenitymap .amenitylist {
    flex: 0 0;
    flex-basis: calc((100% / 3) - 20px);
    margin-right: 20px;
  }
  .logostrip .logo {
    flex-basis: 20%;
    height: 10vw;
  }
  .investmentpoints {
    flex-wrap: wrap;
  }
  .investmentpoints .point {
    flex-basis: 28%;
    margin-bottom: 40px;
  }

  /**** location ****/
  .s3 .investmentpoints .point {
    flex-basis: 35%;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 1.3em;
  }
  h2 {
    font-size: 24px;
    line-height: 1.3em;
  }
  h3 {
    font-size: 20px;
    line-height: 1.3em;
  }

  .mobilehide {
    display: none;
  }

  .biggertext {
    font-size: 18px;
    line-height: 22px;
  }
  .bigtext {
    font-size: 16px;
    line-height: 20px;
  }
  .mediumtext {
    font-size: 14px;
    line-height: 18px;
  }

  /**** nav ****/
  .homelogo {
    top: 5vw;
    left: 5vw;
    width: 90px;
    height: 30px;
  }
  .navbutton {
    top: 0;
    right: 0;
  }
  .nav a {
    font-size: 20px;
    line-height: 1em;
  }
  .pagename {
    display: none;
  }

  .nav a:hover:before,
  .nav a:hover:after {
    display: none;
  }

  /**** footer ****/
  .footerlinks {
    flex-direction: column;
  }
  .footerlogo {
    width: 60px;
    margin-bottom: 40px;
  }
  .agentlogo {
    margin-bottom: 20px;
  }

  .pagebanner {
    display: flex;
    flex-direction: column-reverse;
  }
  .pagebanner .text,
  .s3 .pagebanner .text {
    font-size: 12vw;
    line-height: 1.3em;
    left: auto;
    width: auto;
    margin: 20vh 10vw;
  }
  .pagebanner .pic {
    position: relative;
    height: 100vh;
    width: 100%;
  }
  .s1 .pagebanner .pic,
  .s2 .pagebanner .pic,
  .s3 .pagebanner .pic {
    width: 100%;
    left: auto;
    right: auto;
  }
  /*.s2 .pagebanner .text {color:#054233}*/
  .s1 .pagebanner .text {
    color: #ffffff;
  }

  .intro {
    flex-direction: column;
    padding: 10vw;
  }
  .intro .icon {
    width: 100%;
    flex-basis: 80px;
    margin-bottom: 40px;
  }

  /**** home ****/
  .introheading {
    font-size: 12vw;
    line-height: 1.1em;
    padding: 0 15vw;
    width: calc(100% - 30vw);
    text-align: center;
    margin-bottom: 10vh;
  }

  /**** building ****/
  .videobutton {
    font-size: 30px;
    line-height: 1em;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.58);
  }

  .buildinglinesection {
    flex-direction: column;
    padding: 0 10vw;
  }
  .buildinglinesection .text {
    border: 0;
  }
  .buildinglinesection .horzline {
    display: none;
  }
  .buildinglinesection .pic1 {
    flex: 0 0 100vh;
    width: 100%;
    margin: 0 0 40px 0;
  }
  .iconheading .icon {
    width: 40px;
    height: 40px;
  }

  .availability .plan .north {
    width: 20px;
  }

  .spec {
    margin: 40px 0;
    overflow: visible;
  }
  .spec:after {
    display: none;
  }
  .specicons {
    display: none;
  }
  .specitems {
    height: auto;
    padding: 0;
    border: 0;
  }
  .specitem {
    position: relative;
    opacity: 1;
    border-bottom: #054233 1px solid;
  }
  .specitem:last-child {
    border: 0;
  }

  /**** amenity ****/
  .s2 .pagebanner .text {
    width: auto;
  }
  .s2 .buildinglinesection .pic1 {
    flex-basis: 60vh;
  }

  .amenitypics {
    flex-direction: column;
    padding: 0;
    width: 90vw;
    margin: 0 5vw 40px 5vw;
  }
  .amenitypics .leftcol {
    flex: 0 0 50vh;
    flex-direction: row;
    width: 100%;
  }
  .amenitypics .pic {
    height: 50vh;
    flex-basis: calc(50% - 2.5vw);
  }
  .amenitypics .pic:last-child {
    margin-left: 5vw;
    height: 40vh;
  }
  .amenitypics .bigpic {
    flex-basis: 50vh;
    margin: 5vw 0 0 0;
  }

  .amenitymap {
    padding: 0 5vw;
  }
  .amenitymap .amenitylist {
    flex-direction: column;
    flex: 1 1 45%;
    margin: 0 10px 20px 0;
    font-size: 12px;
    line-height: 1.3em;
  }

  .logostrip {
    padding: 5vw;
  }
  .logostrip .logo {
    flex-basis: 25%;
    height: 20vw;
    margin: 10px;
  }

  .investmentpoints {
    margin-top: 40px;
  }
  .investmentpoints .point {
    flex-direction: row;
  }
  .investmentpoints .icon {
    flex: 0 0 15vw;
    height: 15vw;
    margin-right: 30px;
  }
  .investmentpoints .point,
  .s3 .investmentpoints .point {
    flex-basis: 100%;
    margin: 0 0 40px 0;
  }
  .investmentpoints .iconheading .icon {
    width: 40px;
    height: 40px;
  }
  .s2 .investmentpoints .iconheading,
  .s3 .investmentpoints .iconheading {
    margin-bottom: 15px;
    font-size: 10vw;
    line-height: 1em;
  }

  .occupiergrid::after {
    height: 200vw;
  }
  .occupiergrid .logoholder {
    flex-basis: 50%;
    height: 20vw;
  }
  .occupiergrid .logoholder::before {
    width: 200vw;
  }
  .occupiergrid .logoholder::after {
    height: 200vw;
  }

  .s2 .buildingaerial,
  .s3 .buildingaerial {
    height: 50vh;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

@font-face {
  font-family: "Aeonik-Regular";
  src: url("/webfonts/Aeonik-Regular.woff2") format("woff2"),
    url("/webfonts/Aeonik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik-Bold";
  src: url("/webfonts/Aeonik-Bold.woff2") format("woff2"),
    url("/webfonts/Aeonik-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Owl slider */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.photo-gallery {
  padding: 100px 0;
}

.owl-carousel {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .owl-carousel {
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1400px) {
  .owl-carousel {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.owl-carousel img {
  max-height: 300px;
  width: auto;
  object-fit: contain;
}

@media only screen and (min-width: 1024px) {
  .owl-carousel img {
    max-height: 600px;
  }
}

@media only screen and (min-width: 1400px) {
  .owl-carousel img {
    max-height: 800px;
  }
}

.owl-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 20px;
  width: 60px;
  margin: 0 auto;
  z-index: -1;
}

.owl-nav button span {
  font-size: 50px;
  color: #054233;
}

@media only screen and (min-width: 1024px) {
  .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: -1;
  }

  .owl-nav button span {
    font-size: 150px;
    color: #054233;
  }

  .owl-nav .owl-next {
    position: relative;
    right: -80px;
  }

  .owl-nav .owl-prev {
    position: relative;
    left: -80px;
    top: -50%;
  }
}

@media only screen and (min-width: 1024px) {
  .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: -1;
  }

  .owl-nav button span {
    font-size: 150px;
    color: #054233;
  }

  .owl-nav .owl-next {
    position: relative;
    right: -80px;
  }

  .owl-nav .owl-prev {
    position: relative;
    left: -80px;
    top: -50%;
  }
}

@media only screen and (min-width: 1400px) {
  .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: -1;
  }

  .owl-nav button span {
    font-size: 150px;
    color: #054233;
  }

  .owl-nav .owl-next {
    position: relative;
    right: -80px;
  }

  .owl-nav .owl-prev {
    position: relative;
    left: -80px;
    top: -50%;
  }
}


.plan.suite, .plan.mainplan {
  display: none;
  background-color: #cef7ef;
}

.plan.suite.active, .plan.mainplan.active {
  display: block;
}
.group-buttons{
  display: flex;
  flex-direction: column;
  padding: 0 0 1.5rem 0;
}

.group-buttons button {
  margin: 5px 0;
  background-color: #08d4b0;
  border: 0;
  padding: 10px 15px;
  border-radius: 5px;
  color: white;
  font-size: 18px;
}

.group-buttons button:hover {
  background-color: #054233;
  cursor: pointer;
  border: 0;
}

.maple{
  width: 50%;
  max-width: 200px;
}

.logo.tag{
  max-height: 80px;
  @media only screen and (max-width: 767px) {
    max-height: 50px;
  }
}
