@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: 16px/1.3em "Montserrat", Arial, sans-serif;
	color: #2D2D2C;
	font-weight: 300;
	background: #2D2D2C;
	height: 100%;
}

.playintro .animatein {
	visibility: hidden
}

.resizeimg {
	max-width: 100%;
	height: auto;
}

.swsolid {
	font-family: 'Southworks Solid';
	font-weight: normal;
	text-transform: uppercase
}

.swline {
	font-family: 'Southworks Line';
	font-weight: normal;
	text-transform: uppercase
}

.magenta {
	background: #f0f !important;
	color: #fff !important
}

/**** navigation ****/
.navholder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 9000;
	transition: height 0.5s
}

.navbutton {
	display: block;
	position: fixed;
	width: 40px;
	height: 40px;
	padding: 15px 20px;
	top: 0px;
	right: 0px;
	z-index: 10000;
	cursor: pointer;
	background: #FEF9EA
}

.navbutton .navicon {
	position: relative;
	width: 100%;
	height: 100%
}

.navbutton .navicon span {
	display: block;
	width: 100%;
	height: 2px;
	background: #2D2D2C;
	position: absolute;
	transition: top 0.5s 0.5s, transform 0.5s, opacity 0.5s
}

.navbutton .navicon span:nth-child(1) {
	top: 10px
}

.navbutton .navicon span:nth-child(2) {
	top: 20px;
	transform-origin: 50% 50%
}

.navbutton .navicon span:nth-child(3) {
	top: 30px;
	transform-origin: 50% 50%
}

.menuopen .navbutton .navicon span {
	transition: top 0.5s, transform 0.5s 0.5s, opacity 0s 0.5s
}

.menuopen .navbutton .navicon span:nth-child(1) {
	top: 20px;
	opacity: 0
}

.menuopen .navbutton .navicon span:nth-child(2) {
	top: 20px;
	transform: rotate(-45deg);
}

.menuopen .navbutton .navicon span:nth-child(3) {
	top: 20px;
	transform: rotate(45deg);
}

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

/*.navbg {position:absolute;top:0;left:0;width:100%;height:100%;background:#FEF9EA;transition:height 0.5s}*/

/*.navholder .info {margin:0 1.25vw;position: relative;z-index:50;display:flex;flex-direction:column;justify-content: center;align-items:flex-start;height:0}
.info .timenow {margin-bottom:10px}
.info .timenow .time {font-size:16px;line-height:1.3em}
.info .timenow .ampm, .info .datenow {font-size:10px;line-height:1.3em}
.info .datenow {border-right:1px solid #2D2D2C}
.timedate {border-bottom:1px solid #2D2D2C;padding-bottom:10px;margin-bottom:10px;}
.navclock {width:21px;height:21px}
.navclock circle {fill-rule:evenodd;clip-rule:evenodd;fill:#2D2D2C;}
.navclock line {fill:none;stroke:#2D2D2C;stroke-width:1.8;stroke-miterlimit:10;transform-origin:50% 50%;}
.datetemp {display:flex;font-size:10px;line-height:1.3em}
.degrees {font-size:14px;position: relative;top:-0.3em}
.greeting {font-size:16px}*/

.navhide {
	display: flex;
	overflow: hidden;
	transition: height 0.5s;
	height: 0;
	width: 100%
}

.navholder .nav {
	width: 100%;
	margin: 0;
	display: flex;
	z-index: 50;
	height: 100vh;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	padding: 0px;
	background: #FEF9EA
}

.nav a {
	margin: 5vh 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 0 0 25%;
	color: #2D2D2C;
	text-decoration: none;
	font-size: 11px;
	line-height: 1.3em;
	transition: opacity 0.5s
}

.nav a .pic {
	width: 150px;
	height: 150px;
	background: bottom center no-repeat;
	background-size: contain;
	margin-bottom: 10px
}

.nav a .label,
.footernav a .label {
	position: relative;
	padding: 0 3px
}

.footernav a .label {
	padding: 3px
}

.nav a .label span,
.footernav a .label span {
	position: relative;
	z-index: 50;
}

.nav a .label:before,
.footernav a .label:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #EFC33E;
	transition: width 0.2s
}

.footernav a .label:before {
	transition: none
}

.nav a:hover .label:before,
.footernav a:hover .label:before {
	width: 100%;
}

.footernav a:hover {
	color: #2D2D2C
}

.s1 a.n1 .label:before,
.s2 a.n2 .label:before,
.s3 a.n3 .label:before,
.s4 a.n4 .label:before,
.s5 a.n5 .label:before,
.s6 a.n6 .label:before,
.s7 a.n7 .label:before,
.s8 a.n8 .label:before {
	width: 100%;
}

.s1 a.n1,
.s2 a.n2,
.s3 a.n3,
.s4 a.n4,
.s5 a.n5,
.s6 a.n6,
.s7 a.n7,
.s8 a.n8 {
	color: #2D2D2C
}

.intronav .navbg {
	height: 0
}

.intronav .nav a {
	opacity: 0
}

.intronav .navhide {
	height: 0
}

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

/**** footer ****/
/*.s0 .footernav {display:none}*/
.footernav {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 40px;
	font-size: 12px;
	line-height: 1.5em;
	background: #2D2D2C
}

.footernav a {
	color: #fff;
	text-decoration: none;
	margin: 0 10px;
	padding: 10px
}

/**** general page stuff ****/
b {
	font-weight: 700
}

h1 {
	font-size: 36px;
	line-height: 1.3em
}

h1.bigh1 {
	font-size: 4vw;
	line-height: 1.3em
}

h2 {
	font-size: 30px;
	line-height: 1.3em
}

h3 {
	font-size: 24px;
	line-height: 1.3em
}

h4 {
	font-size: 16px;
	line-height: 1.3em
}

/*.pagecontent {padding-top:170px}*/

.pinkbg {
	background-color: #D0A1C2
}

.yellowbg {
	background-color: #EFC33E
}

.greenbg {
	background-color: #48A150
}

.yellowtext {
	color: #EFC33E
}

.cgi {
	position: relative;
}

.cgi:before {
	content: 'Computer generated image. Indicative only.';
	display: block;
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 500;
	font-size: 12px;
	line-height: 12px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

.homecgi.cgi:before {
	left: auto;
	right: 20px
}





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

/**** home ****/
.homeintro {
	width: 100vw;
	height: 100vh;
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 5000;
	display: none
}

.playintro .homeintro {
	display: block
}

.homeintro .skies {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #856CA6;
	z-index: 0;
	transition: opacity 1s
}

.homeintro .skies div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	transition: opacity 3s;
	opacity: 0
}

.homeintro .skies .morning {
	background: #FFEEBC
}

.homeintro .skies .noon {
	background: #DDF2EF
}

.homeintro .skies .evening {
	background: #D0A1C2
}

.homeintro .skies.morning .morning,
.homeintro .skies.noon .noon,
.homeintro .skies.evening .evening {
	opacity: 1
}

.homeintro .sunrise {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100vw;
	height: 100vh;
	transition: top 1s 0s, opacity 0.5s 0s
}

.homeintro #sun {
	fill: #EFC33E;
}

.homeintro #sunpivot {
	opacity: 0
}

.homeintro .skyline {
	position: absolute;
	z-index: 200;
	bottom: 0;
	left: 0;
	transition: bottom 1s, opacity 1s
}

.welcomeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 500;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	transition: top 1s
}

.welcomesection {
	flex-basis: 45%;
	min-width: 260px;
	text-align: center;
	margin-top: 15vh
}

.welcomeholder .enter {
	font-size: 20px;
	display: inline-block;
	position: relative;
	background: #fff;
	padding: 15px 50px;
	box-shadow: 5px 5px 0px 0px #2D2D2C;
	color: #2D2D2C;
	text-decoration: none;
	margin-top: 5vh
}

.welcomeholder .enter:hover {
	box-shadow: 2px 2px 0px 0px #2D2D2C
}

/*.homeout {position:fixed;top:0;left:0}*/
.homeout.homeintro .skies {
	opacity: 0
}

.homeout.homeintro .welcomeholder {
	top: 100vh
}

.homeout.homeintro .skyline {
	bottom: -500px;
	opacity: 0
}

.homeout.homeintro .sunrise {
	opacity: 0;
	top: -50vh
}

/**** building ****/
.buildingbanner {
	position: relative;
	display: flex;
	padding: 3px 0;
	display: none
}

.cgilogo {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	background: rgba(255, 255, 255, 0.8)
}

.cgilogo img {
	min-width: 160px;
	display: block;
	width: 30vw
}

.buildingbanner .pic {
	flex: 0 0;
	flex-basis: calc(65% - 3px);
	margin: 3px 3px 0 0;
	background: url(/img/content/building/banner/exterior.jpg) 50% 50% no-repeat;
	background-size: cover
}

.buildingbanner .vectors {
	display: flex;
	flex-direction: column;
	flex: 0 0 100%;
}

.buildingbanner .skyline {
	background: #D0A1C2 url(/img/content/building/banner/skyline.svg) bottom -4px center no-repeat;
	background-size: 101% auto;
	flex: 0 0 40vh;
	width: 100%;
	margin: 3px 0;
}

.buildingbanner .newoffices {
	background: #4DA7AB url(/img/content/building/banner/lights.svg) bottom -4px center no-repeat;
	background-size: 101% auto;
	flex: 1 0 60vh;
	width: 100%;
	margin: 3px 0;
	color: #fff
}

.buildingbanner .newoffices p {
	margin: 20px;
	font-size: 22px;
	line-height: 1.35em
}

.buildingbanner2 {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #856CA6;
	border-bottom: 0.52vw solid #2D2D2C
}

.buildingbanner2 .block {
	flex: 1 1;
	width: 100%
}

.buildingbanner2 .block1 {
	background: #4DA6AB
}

.buildingbanner2 .block2 {
	background: #D0A2C2
}

.buildingbanner2 img {
	width: 100%;
	height: auto;
	display: block;
	flex: 0 0
}

.bannerphoto {
	width: 100%;
	height: 95vh;
	background: 50% 50% no-repeat;
	background-size: cover
}

.whyheading {
	color: #fff;
	padding: 60px 40px
}

.whygrid {
	margin: 0 37px 60px 37px;
	width: calc(100% - 74px);
	display: flex;
	flex-wrap: wrap
}

.whygrid .whyitem {
	flex: 1 1;
	flex-basis: calc(25% - 6px);
	margin: 3px;
	background: bottom right 20px no-repeat;
	background-size: 5vw auto;
	text-decoration: none;
	color: #2D2D2C
}

.whygrid .whyitem .whytext {
	padding: 2vw 6vw 2vw 2vw
}

.whyitem.design {
	background-color: #856CA6;
	background-image: url(/img/content/building/why/bricks.svg)
}

.whyitem.terraces {
	background-color: #D0A1C2;
	background-image: url(/img/content/building/why/skyline.svg);
	background-position: bottom right
}

.whyitem.connections {
	background-color: #ED6B1C;
	background-image: url(/img/content/building/why/wheel.svg)
}

.whyitem.transport {
	background-color: #CD3125;
	background-image: url(/img/content/building/why/wheel.svg)
}

.whyitem.industrial {
	background-color: #ED6B1C;
	background-image: url(/img/content/building/why/fan.svg)
}

.whyitem.streetfood,
.whyitem.amenity {
	background-color: #48A150;
	background-image: url(/img/content/building/why/burger.svg)
}

.whyitem.culture {
	background-color: #9AC9C4;
	background-image: url(/img/content/building/why/fan.svg)
}

.whyitem.floors {
	background-color: #CD3125;
	background-image: url(/img/content/building/why/arrows.svg)
}

.whyitem.smart {
	background-color: #4DA7AB;
	background-image: url(/img/content/building/why/smart.svg);
	background-position: bottom right
}

.whyitem.soon {
	background-color: #aaa;
	background-image: none
}

.whyitem.quality {
	background-color: #EFC33E;
	background-image: url(/img/content/building/why/wired.svg)
}

.whyitem:hover {
	background-color: #fff
}

.galleryholder {
	width: 100%;
	height: 100vh;
	position: relative;
}

.galleryholder .buildinggallery {
	width: 100%;
	height: 100vh;
	position: relative;
}

.galleryholder .buildinggallery .pic {
	width: 100%;
	height: 100vh;
	background: 50% 50% no-repeat;
	background-size: cover
}

.slick-arrow {
	width: 40px;
	height: 40px;
	border: 0;
	background: 50% 50% no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 40px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 1000
}

.slick-arrow.slick-prev {
	background-image: url(/img/ui/leftarrow.svg);
	right: 100px
}

.slick-arrow.slick-next {
	background-image: url(/img/ui/rightarrow.svg);
	right: 40px
}

.slick-dots {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	position: absolute;
	bottom: 56px;
	right: 180px;
	flex-wrap: wrap;
}

.slick-dots li {
	margin: 0 8px;
	padding: 0;
}

.slick-dots li button {
	background: transparent;
	border: 2px solid #fff;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	font-size: 0;
	position: relative;
}

.slick-dots li.slick-active button:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	position: absolute;
	top: -6px;
	left: -6px
}

/**** location ****/
.locationmap {
	width: 100%;
	height: 100vh;
	position: relative;
}

.locationmap .mapholder {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

#map {
	width: 100%;
	height: 100%
}

.locationmap .mapcategories {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 25vw
}

.locationmap .mapcategories .mapheader {
	background: #2D2D2C;
	color: #fff;
	padding: 30px 20px
}

.locationmap .mapcategories .mapheader h2 {
	margin: 0
}

.amenitylist {
	border-top: 2px solid #2D2D2C;
	font-family: 'Southworks Solid';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	background: top 20px right 20px no-repeat url(/img/ui/rightarrowblack.svg);
	background-size: 24px auto
}

.amenitylist.active {
	background-image: url(/img/ui/downarrowblack.svg)
}

#leisurelist {
	background-color: #48A150
}

#foodlist {
	background-color: #4DA7AB
}

#culturelist {
	background-color: #856CA6
}

#occupierlist {
	background-color: #ED6B1C
}

.amenitylist h4 {
	cursor: pointer;
	cursor: hand;
	padding: 20px;
	margin: 0;
	font-weight: normal;
	font-size: 16px
}

.amenitylist h4:hover {
	text-decoration: underline
}

.amenitylist ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.4s
}

.amenitylist ul li {
	margin: 0;
	padding: 3px 10px 3px 40px;
	cursor: pointer;
	cursor: hand;
	line-height: 1.2em;
	margin-bottom: 5px
}

.amenitylist ul li:hover {
	color: #EFC33E
}

.amenitylist#occupierlist ul li:hover {
	background-color: #EFC33E
}

.amenitylist ul li.active,
.amenitylist#occupierlist ul li.active {
	background: #fff
}

.amenitylist.active ul {
	max-height: 800px
}

.amenitylist#occupierlist {
	padding-bottom: 10px
}

.amenitylist#occupierlist ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: calc(100% - 40px);
	margin-left: 20px;
	overflow: hidden
}

.amenitylist#occupierlist ul li {
	margin: 0;
	padding: 0;
	height: 60px;
	flex: 0 0;
	flex-basis: calc((100% / 3) - 1px);
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #2D2D2C;
	border-bottom: 1px solid #2D2D2C
}

.amenitylist#occupierlist ul li.longlogo {
	flex-basis: calc(50% - 1px)
}

.amenitylist#occupierlist ul li .logo {
	background: 50% 50% no-repeat;
	background-size: contain;
	width: 80%;
	height: 80%
}


.amenitylist#occupierlist ul li.ogilvy,
.amenitylist#occupierlist ul li.interbrand,
.amenitylist#occupierlist ul li.itv,
.amenitylist#occupierlist ul li.omnicom,
.amenitylist#occupierlist ul li.ministryofsound,
.amenitylist#occupierlist ul li.wpp,
.amenitylist#occupierlist ul li.pwc,
.amenitylist#occupierlist ul li.time,
.amenitylist#occupierlist ul li.allies {
	border-right: 0
}

.amenitylist#occupierlist ul li.matches,
.amenitylist#occupierlist ul li.omnicom {
	border-bottom: 0
}

.gm-style .gm-style-iw-c {
	box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.25) !important;
}

.gm-style .gm-style-iw-t::after {
	box-shadow: -2px 5px 0px 0 rgba(0, 0, 0, 0.25)
}

.infowindowinner p {
	margin: 10px
}

.infowindowinner.leisure p.swsolid {
	color: #48A150
}

.infowindowinner.food p.swsolid {
	color: #4DA7AB
}

.infowindowinner.culture p.swsolid {
	color: #856CA6
}

.infowindowinner.occupier p.swsolid {
	color: #ED6B1C
}

.infowindowinner.occupier .logo {
	width: 100px;
	height: 60px;
	margin: 0px;
	background: 50% 50% no-repeat;
	background-size: contain
}

.amenitylist#occupierlist ul li.zoopla .logo,
.infowindowinner.zoopla .logo {
	background-image: url(/img/content/location/logos/black/zoopla.svg)
}

.amenitylist#occupierlist ul li.hsbc .logo,
.infowindowinner.hsbc .logo {
	background-image: url(/img/content/location/logos/black/hsbc.svg)
}

.amenitylist#occupierlist ul li.ogilvy .logo,
.infowindowinner.ogilvy .logo {
	background-image: url(/img/content/location/logos/black/ogilvy.svg)
}

.amenitylist#occupierlist ul li.vodafone .logo,
.infowindowinner.vodafone .logo {
	background-image: url(/img/content/location/logos/black/vodafone.svg)
}

.amenitylist#occupierlist ul li.experian .logo,
.infowindowinner.experian .logo {
	background-image: url(/img/content/location/logos/black/experian.svg)
}

.amenitylist#occupierlist ul li.interbrand .logo,
.infowindowinner.interbrand .logo {
	background-image: url(/img/content/location/logos/black/interbrand.svg)
}

.amenitylist#occupierlist ul li.campari .logo,
.infowindowinner.campari .logo {
	background-image: url(/img/content/location/logos/black/campari.svg)
}

.amenitylist#occupierlist ul li.puma .logo,
.infowindowinner.puma .logo {
	background-image: url(/img/content/location/logos/black/puma.svg)
}

.amenitylist#occupierlist ul li.omnicom .logo,
.infowindowinner.omnicom .logo {
	background-image: url(/img/content/location/logos/black/omnicom.svg)
}

.amenitylist#occupierlist ul li.ministryofsound .logo,
.infowindowinner.ministryofsound .logo {
	background-image: url(/img/content/location/logos/black/ministryofsound.svg)
}

.amenitylist#occupierlist ul li.citymapper .logo,
.infowindowinner.citymapper .logo {
	background-image: url(/img/content/location/logos/black/citymapper.svg)
}

.amenitylist#occupierlist ul li.itv .logo,
.infowindowinner.itv .logo {
	background-image: url(/img/content/location/logos/black/itv.svg)
}

.amenitylist#occupierlist ul li.time .logo,
.infowindowinner.time .logo {
	background-image: url(/img/content/location/logos/black/time.svg)
}

.amenitylist#occupierlist ul li.allies .logo,
.infowindowinner.allies .logo {
	background-image: url(/img/content/location/logos/black/allies.svg)
}

.amenitylist#occupierlist ul li.lcc .logo,
.infowindowinner.lcc .logo {
	background-image: url(/img/content/location/logos/black/lcc.svg)
}

.amenitylist#occupierlist ul li.bodyshop .logo,
.infowindowinner.bodyshop .logo {
	background-image: url(/img/content/location/logos/black/bodyshop.svg)
}

.amenitylist#occupierlist ul li.matches .logo,
.infowindowinner.matches .logo {
	background-image: url(/img/content/location/logos/black/matches.svg)
}

.amenitylist#occupierlist ul li.wpp .logo,
.infowindowinner.wpp .logo {
	background-image: url(/img/content/location/logos/black/wpp.svg)
}

.amenitylist#occupierlist ul li.boodlehatfield .logo,
.infowindowinner.boodlehatfield .logo {
	background-image: url(/img/content/location/logos/black/boodlehatfield.svg)
}

.amenitylist#occupierlist ul li.redant .logo,
.infowindowinner.redant .logo {
	background-image: url(/img/content/location/logos/black/redant.svg)
}

.amenitylist#occupierlist ul li.pwc .logo,
.infowindowinner.pwc .logo {
	background-image: url(/img/content/location/logos/black/pwc.svg)
}

.amenitylist#occupierlist ul li.ey .logo,
.infowindowinner.ey .logo {
	background-image: url(/img/content/location/logos/black/ey.svg)
}

.amenitylist#occupierlist ul li.wework .logo,
.infowindowinner.wework .logo {
	background-image: url(/img/content/location/logos/black/wework.svg)
}




/**** connections ****/
.connectionspage {
	background: #9AC9C4;
	width: 100%;
	min-height: calc(100vh - 70px);
	display: flex;
	padding-top: 70px
}

.connectionsmap {
	flex: 0 0 55%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

.mapgraphic {
	width: 90%;
	height: 90%;
	background: url(/img/content/connections/connections.svg) 50% 50% no-repeat;
	background-size: contain
}

.mapkey {
	position: absolute;
	bottom: 20px;
	right: 0px;
	color: #fff
}

.keylines {
	font-size: 12px;
	line-height: 1em;
	display: flex;
}

.keylines .linescol {
	margin-right: 20px
}

.keylines .line {
	padding: 5px 0
}

.tubecircle {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #2D2D2C
}

.tubecircle.northern {
	background: #2D2D2C
}

.tubecircle.jubilee {
	background: #ACABAB
}

.tubecircle.bakerloo {
	background: #C86D42
}

.tubecircle.waterloo {
	background: #88C4BD
}

.tubecircle.district {
	background: #42A55A
}

.tubecircle.circle {
	background: #EBBD47
}

.mapkey .tubecircle {
	float: left;
	margin-right: 10px
}

.connectionstext {
	display: flex;
	flex-direction: column;
	flex: 0 0 45%
}

.connectionstitle {
	padding: 2vw 20px;
	background: url(/img/content/connections/connectionsbg.svg) right center no-repeat;
	background-size: auto 100%;
}

.connectionstitle h1 {
	margin: 0
}

.connectionshighlights {
	display: flex
}

.connectionshighlights .highlight {
	padding: 40px 20px;
	flex: 0 0;
	flex-basis: calc((100% / 3) - 40px)
}

.connectionshighlights .highlight h4 {
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 0
}

.traveltimes {
	background: #4DA7AB;
	color: #fff;
	flex: 1 1;
	margin-top: 10px;
	padding: 30px 20px
}

.travelcols {
	display: flex;
	justify-content: space-between;
	padding-top: 1vh;
	min-height: 80%
}

.travelcols .travelcol {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 12px;
	line-height: 1.3em;
	flex: 0 1 28%
}

.station {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between
}

.stationname {
	margin-right: 20px
}

.stationname b {
	color: #EFC33E
}

.station .lines {
	display: flex;
	align-items: center
}

.station .lines .tubecircle {
	margin-left: 5px
}


/**** specification ****/
.specbanner {
	min-height: 100vh;
	display: flex;
	background: #fff;
}

.specbanner .pic {
	flex: 0 0 60%;
	background: url(/img/content/specification/banner.jpg) 50% 50% no-repeat;
	background-size: cover
}

.specbanner .downloads {
	margin-bottom: 60px
}

.download {
	color: #856CA6;
	display: inline-block;
	font-size: 14px;
	background: url(/img/ui/downarrowpurple.svg) left center no-repeat;
	background-size: 19px auto;
	padding-left: 25px
}

.specbanner .text {
	padding: 40px 20px 40px 40px;
}

.specbanner h1,
.specbanner h4 {
	color: #856CA6
}

.summaryspec {
	display: flex;
	flex-wrap: wrap
}

.summaryspec .specitem {
	border-top: 1px solid #856CA6;
	padding: 5px 20px 20px 0;
	margin: 0 20px 10px 0;
	flex: 0 0;
	flex-basis: calc(50% - 40px)
}

/**** availability ****/
.planspage {
	display: flex;
	min-height: 100vh;
	width: 100%
}

.planspage .areas {
	width: 25%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0
}

.areashead {
	padding: 40px;
	position: relative;
}

.areashead h1 {
	margin-bottom: 20px
}

.sqswitch {
	display: flex;
	font-size: 10px;
	line-height: 1.3em;
	cursor: pointer
}

.sqswitch span {
	flex: 0 0
}

.sqtrack {
	margin: 0 10px;
	flex: 0 0 25px;
	height: 12px;
	border-radius: 6px;
	background: #EEEEEE;
	display: flex;
	justify-content: flex-start
}

.sqft .sqtrack {
	justify-content: flex-end
}

.sqbutton {
	width: 12px;
	flex: 0 0 12px;
	height: 12px;
	border-radius: 50%;
	background: #EFC33E
}

.availabletable td {
	padding: 4px 0;
	font-size: 14px
}

.availabletable thead td {
	font-size: 8px;
	letter-spacing: 0.1em
}

.availabletable tbody td {
	border-bottom: 1px solid #EFC33E
}

.availabletable tbody tr.available:hover td {
	background: #eee;
	cursor: pointer
}

.availabletable tbody tr.available.active td {
	background: #EFC33E;
	color: #fff;
	font-weight: 500
}

.availabletable tbody .swsolid {
	font-size: 12px
}

.availabletable tbody td.spacer {
	border: 0;
	width: 40px
}

.availabletable .terrace {
	color: #48A150
}

.availabletable .active .terrace {
	color: #fff
}

.availabletable tfoot td {
	font-weight: 500
}

.availabletable .units {
	display: none
}

.pagecontent .sqm {
	display: none
}

.pagecontent .sqft {
	display: block
}

.availabletable .sqm,
.availabletable .sqft {
	width: 50px;
	float: right
}

.availabletable .download {
	margin: 0 0 20px 40px;
	color: #2D2D2C;
	font-size: 10px;
	background-image: url(/img/ui/downarrowyellow.svg)
}

/*.planinfo .sqm, .planinfo .sqft {float:left}*/
.pagecontent.sqft .sqm {
	display: none
}

.pagecontent.sqft .sqft {
	display: block
}

.scrollplan {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	border-bottom: 1px solid #000
}

.planspage .plans {
	flex: 0 0 75%;
	background: #F1FBFA;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 25%
}

.north {
	position: fixed;
	top: 110px;
	right: 40px;
	width: 40px;
	height: 40px;
	background: top right url(/img/content/availability/north.svg) no-repeat;
	background-size: contain;
	z-index: 500
}

.planholder {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.planholder .floorplan {
	width: 90%;
	height: 60vh;
	background: 50% 50% no-repeat;
	background-size: contain
}

.plancontrols {
	position: fixed;
	right: 40px;
	top: 75%;
	display: flex;
	flex-direction: column;
	width: 40px;
	z-index: 1000;
	display: none
}

.plancontrols a {
	flex: 40px;
	width: 40px;
	background: bottom right no-repeat;
	background-size: contain;
	cursor: pointer;
	margin-top: 3px
}

.plancontrols a.floorplan-zoom-in {
	background-image: url(/img/ui/planzoom/zoomin.svg)
}

.plancontrols a.floorplan-zoom-out {
	background-image: url(/img/ui/planzoom/zoomout.svg)
}

.plancontrols a.floorplan-zoom-reset {
	background-image: url(/img/ui/planzoom/zoomreset.svg)
}

.roof .floorplan {
	background-image: url(/img/content/availability/plans/roof.png)
}

.fifth .floorplan {
	background-image: url(/img/content/availability/plans/fifth.png)
}

.fifth.space1 .floorplan {
	background-image: url(/img/content/availability/plans/fifthspace.png)
}

.fourth .floorplan {
	background-image: url(/img/content/availability/plans/fourth.png)
}

.fourth.space1 .floorplan {
	background-image: url(/img/content/availability/plans/fourthspace.png)
}

.third .floorplan {
	background-image: url(/img/content/availability/plans/third.png)
}

/* .second .floorplan {background-image:url(/img/content/availability/plans/second.png)} */
.second.space1 .floorplan {
	background-image: url(/img/content/availability/plans/secondfullspace.png)
}

.secondsuite1.space1 .floorplan {
	background-image: url(/img/content/availability/plans/secondsplitspace.png)
}

.secondsuite2.space1 .floorplan {
	background-image: url(/img/content/availability/plans/seconsplit.png)
}

.second.space2 .floorplan {
	background-image: url(/img/content/availability/plans/secondsplitspace.png)
}

.third.space1 .floorplan,
.first.space1 .floorplan {
	background-image: url(/img/content/availability/plans/typical1-8.png)
}

.third.space2 .floorplan,
.first.space2 .floorplan {
	background-image: url(/img/content/availability/plans/typical1-10.png)
}

.first .floorplan {
	background-image: url(/img/content/availability/plans/first.png)
}

.ground .floorplan {
	background-image: url(/img/content/availability/plans/ground.png)
}

.ground.space1 .floorplan {
	background-image: url(/img/content/availability/plans/groundspace.png)
}

.lowerground .floorplan {
	background-image: url(/img/content/availability/plans/Southworks-Lower-Ground-Floorplan-North.png)
}
.lowergrounds .floorplan {
	background-image: url(/img/content/availability/plans/Southworks-Lower-Ground-Floorplan-South.png)
}

.lowerground.space1 .floorplan {
	background-image: url(/img/content/availability/plans/Southworks-Lower-Ground-Spaceplan-North.png)
}

.lowergrounds.space1 .floorplan {
	background-image: url(/img/content/availability/plans/Southworks-Lower-Ground-Spaceplan-South.png)
}

.plantext {
	flex: 0 0;
	padding: 40px;
	position: relative;
	display: flex;
	align-items: flex-end
}

.planshow {
	display: flex;
	overflow: hidden;
	max-width: 0;
	opacity: 0;
	transition: max-width 0s 0.5s, opacity 0.5s;
	align-items: flex-end
}

.plantext.roof .planshow.roof,
.plantext.fifth .planshow.fifth,
.plantext.fourth .planshow.fourth,
.plantext.third .planshow.third,
.plantext.second .planshow.second,
.plantext.first .planshow.first,
.plantext.ground .planshow.ground,
.plantext.lowerground .planshow.lowerground {
	max-width: 100vw;
	opacity: 1;
	transition: max-width 0s 0.5s, opacity 0.5s
}

.planname {
	margin: 0 40px 0 1px;
	display: flex;
	align-items: flex-end
}

.instantmanaged {
	position: relative
}

.instantmanaged:before {
	content: 'Fitted and Managed Space available from Instant Managed';
	display: block;
	width: fit-content;
	height:auto;
	background-size: contain;
	position: absolute;
	bottom: 15px;
	left: 40px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

.planname h1 {
	margin: 0
}

.plandeets {
	font-size: 10px;
	line-height: 1.3em
}

.planinfo {
	border-bottom: 1px solid #2D2D2C;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start
}

.planinfo .office,
.planinfo .terrace {
	padding: 0 20px 10px 10px;
	border-left: 1px solid #2D2D2C;
	white-space: nowrap;
}

.planinfo .planareas {
	display: flex;
	align-items: flex-end
}

.planinfo .planareas .sqft,
.planinfo .planareas .sqm {
	line-height: 1em;
	margin-left: 3px
}

.plandeets .areaname {
	margin-bottom: 10px
}

.plandeets .bigtext {
	font-size: 20px;
	line-height: 1.3em
}

.plandeets .smalltext {
	font-size: 8px;
	line-height: 1.3em;
	letter-spacing: 0.1em
}

.spacetext {
	padding-left: 10px;
	border-left: 1px solid #2D2D2C;
	opacity: 0;
	transition: opacity 0.2s
}

.spaceinfo {
	display: flex;
	overflow: hidden;
	line-height: 1.5em;
	transition: max-height 0.5s;
	max-height: 0;
	margin: 0;
	padding-left: 1px
}

.spacecol {
	padding-right: 20px;
	padding-bottom: 15px;
	padding-top: 5px
}

.spacecol span {
	display: inline-block;
	width: 25px
}

.borderspace {
	box-sizing: border-box;
	border-right: 1px solid #000;
	padding-right: 9px;
	margin-right: 10px
}

.spacetext.showspace {
	opacity: 1
}

.fifth .fifth .spacetext.showspace.space1 .space1,
.fourth .fourth .spacetext.showspace.space1 .space1,
.third .third .spacetext.showspace.space1 .space1,
.third .third .spacetext.showspace.space2 .space2,
.second .second .spacetext.showspace.space1 .space1,
.second .second .spacetext.showspace.space2 .space2,
.first .first .spacetext.showspace.space1 .space1,
.first .first .spacetext.showspace.space2 .space2,
.ground .ground .spacetext.showspace.space1 .space1,
.lowerground .lowerground .spacetext.showspace.space1 .space1 {
	max-height: 400px;
	transition: max-height 0.5s 0.5s
}


.planbuttons {
	display: flex
}

.planbuttons a {
	text-decoration: none;
	padding: 10px 20px;
	border-right: 1px solid #2D2D2C;
	cursor: pointer
}

.planbuttons a.active {
	background: #EFC33E
}

.planbuttons a:last-child {
	border: 0
}

.planbuttons a:hover {
	text-decoration: underline;
}

.planbuttons .download {
	font-size: 10px;
	padding: 10px 20px 10px 30px;
	margin-left: 10px;
	border-right: 1px solid #2D2D2C;
	background-image: url(/img/ui/downarrowyellow.svg);
	color: #2D2D2C
}

.s0 .planspage {
	position: relative
}

.s0 .planspage .areas {
	position: sticky
}

.s0 .north {
	position: absolute
}

.s0 .planspage .plans {
	margin-left: 0
}

/**** gallery ****/
.videolinks {
	margin-bottom: 3px
}

.videolinks .whyitem {
	flex-basis: calc((100% / 3) - 6px)
}

.videolinks .whyitem:not(.inactive) {
	cursor: pointer
}

.videolinks .whyitem:not(.inactive):hover {
	background-color: #EFC33E
}

.videolinks .whyitem.active:not(.inactive) {
	background-color: #fff
}

.galleryvideos {
	height: 70vh;
	width: calc(100% - 80px);
	margin: 0 40px 40px 40px;
	position: relative;
}

.galleryvideos .videoholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: height 0.2s
}

.galleryvideos.glassbricks .glassbricks,
.galleryvideos.industrial .industrial,
.galleryvideos.terraces .terraces,
.galleryvideos.smart .smart,
.galleryvideos.amenity .amenity,
.galleryvideos.transport .transport {
	height: 70vh
}

.galleryholder .heading {
	padding: 40px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}


.s6 .download {
	background-image: url(/img/ui/downarrowyellow.svg);
	color: #fff
}

.s6 .download:hover {
	text-decoration: none;
}

/*.gallerypage .slick-dots {right:auto;left:40px;width:calc(35% - 200px)}
.gallerypage .slick-arrow.slick-prev {right:auto;left:calc(35% - 140px)}
.gallerypage .slick-arrow.slick-next {right:auto;left:calc(35% - 80px)}*/


/**** contacts ****/
.contactpage {
	color: #fff;
	display: flex;
	width: 100%;
	position: relative;
	flex-direction: column
}

.agents {
	background: #659DC4;
	flex: 0 0;
	flex-basis: calc(72% - 120px);
	padding: 40px 80px 40px 40px;
}

.agents h2 {
	margin-bottom: 60px
}

.agentlogo {
	position: relative;
	margin-bottom: 20px
}

.agentlogo:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	width: 100%;
	background: #fff
}

.agentlogo a {
	display: inline-block;
	padding-right: 40px;
	background: #659DC4;
	position: relative;
}

.agentcontacts {
	display: flex;
	margin-bottom: 40px
}

.agent {
	flex: 0 0;
	flex-basis: calc(25% - 40px);
	margin-right: 40px
}

.agent h4 {
	margin: 0;
	line-height: 1.8em
}

.agent p {
	font-size: 14px;
	line-height: 1.8em
}

.agent a {
	color: #fff
}

.contactpage .downloads ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.contactpage .downloads ul li {
	margin: 15px 0;
	padding: 0
}

.contactpage .downloads .download {
	background-image: url(/img/ui/downarrowyellow.svg);
	color: #fff
}

.contactpage .downloads .download:hover {
	text-decoration: none;
}

.misrep img {
	margin-left: -40px;
	width: calc(100% + 120px)
}

.misrep .text {
	font-size: 12px;
	line-height: 16px;
	margin-left: 25%
}

.middleprof {
	display: flex
}

.middlecap {
	padding: 40px 30px;
	background: #856CA6
}

.professional {
	background: #48A150;
	flex: 0 0;
	flex-basis: calc(70% - 60px);
	padding: 40px 30px;
	font-size: 12px;
	display: flex;
	flex-direction: column
}

.professionaltop {
	flex: 1 1 45%
}

.middlecap .logo {
	position: relative;
	top: 5px;
	margin: 10px 0 0 2px;
	width: 140px
}

.middlecaptext {
	min-width: 260px;
	margin-top: 20px;
	line-height: 1.3em
}

.midcapprojects {
	display: flex;
	justify-content: space-between
}

.midcapproject {
	flex: 0 0 45%
}

.midcapproject .pic {
	width: 100%;
	height: 14vw;
	background: 50% 50% no-repeat;
	background-size: cover;
	margin-bottom: 10px
}

.professional .team {
	display: flex;
	flex-wrap: wrap
}

.member {
	border-top: 1px solid #fff;
	margin: 0 20px 40px 0;
	padding-top: 10px;
	flex: 0 0;
	flex-basis: calc(50% - 20px);
	display: flex;
	justify-content: space-between;
	flex-direction: column
}

.large.member {
	flex-basis: calc(100% - 20px)
}

.member img {
	max-width: 120px
}

.member h4 {
	font-size: 12px
}

.mlm {
	width: 60px
}

/****************************************************
* 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.05em
}

.num {
	text-align: right
}

.mobileshow {
	display: none
}



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

/* biggerest desktop */
@media only screen and (max-width: 1620px) {
	/*.contactpage {flex-direction:column}
		.professional {display:flex;}
		.professionaltop {flex:0 0 45%}*/
}

/* biggest desktop */
@media only screen and (max-width: 1280px) {

	/**** building ****/
	.whygrid .whyitem {
		background-size: 100px auto;
		flex-basis: calc(50% - 6px);
	}

	.whygrid .whyitem .whytext {
		padding-right: 15vw
	}

	/**** location ****/
	.locationmap {
		height: auto;
		min-height: 100vh;
		display: flex;
		flex-direction: row-reverse
	}

	.locationmap .mapholder {
		position: relative;
		flex: 0 0 75%;
		height: 100vh
	}

	.locationmap .mapcategories {
		top: 0;
		left: 0;
		position: relative;
		flex: 0 0 25%
	}

	/**** connections ****/
	.connectionstitle {
		background-position: 140% 50%
	}

}

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

	/**** connections ****/
	.connectionstitle {
		background-position: 180% 50%
	}

	/**** availability ****/
	/*.planspage .areas {flex:0 0 30%}
		.planspage .plans {flex:0 0 70%}*/
	.planspage {
		flex-direction: column
	}

	.planspage .plans {
		width: 100%;
		margin: 0
	}

	.planspage .areas {
		max-height: 166px;
		overflow: hidden;
		transition: max-height 0.5s;
		position: relative;
		width: auto;
		z-index: 600
	}

	.areashead {
		padding: 20px
	}

	.planholder {
		flex-basis: 70vw
	}

	.showareas {
		display: block;
		width: 40px;
		height: 40px;
		background: url(/img/ui/expand.svg) bottom right no-repeat;
		background-size: contain;
		position: absolute;
		top: 106px;
		right: 20px;
		cursor: pointer
	}

	.planspage .areas.expand {
		max-height: 100vh
	}

	.expand .showareas {
		background-image: url(/img/ui/contract.svg)
	}

	.north {
		right: 20px;
		width: 20px;
		height: 20px
	}

	.plancontrols {
		right: 20px
	}

	.plantext {
		padding: 20px
	}

	.instantmanaged:before {
		left: 20px;
		bottom: 140px
	}
}

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

	.agent p {
		font-size: 12px;
		line-height: 1.8em
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

	.mobilehide {
		display: none
	}

	/**** nav ****/
	/*.navholder {height:125px;transition:height 0.5s}*/

	.nav a {
		flex-basis: 25%;
		margin: 5vh 20px
	}

	.nav a .pic {
		width: 100px;
		height: 100px
	}

	/*.pagecontent {transition:top 0.5s}
	.menuopen .pagecontent {position:absolute;top:100vh}*/

	/*.pagecontent {transition:top 0.5s}
	.menuopen .pagecontent {position:absolute;top:100vh}*/

	/**** footer ****/
	.footernav {
		flex-wrap: wrap;
		align-items: space-between
	}

	.footernav a {
		flex: 0 0;
		flex-basis: calc(25% - 20px);
		padding: 10px
	}

	.footernav .label {
		display: inline-block
	}

	/*.pagecontent {padding-top:125px}*/

	/**** home ****/
	.buildingbanner2 {
		height: 60vh
	}

	/**** location ****/
	.locationmap {
		flex-direction: column
	}

	.locationmap .mapholder {
		flex-basis: 90vw
	}

	.locationmap .mapcategories {
		width: 100%
	}

	/**** connections ****/
	.connectionspage {
		height: auto;
		display: block
	}

	.connectionstext {
		flex-basis: 100%;
		height: auto
	}

	.connectionstitle {
		background-position: right center;
		padding: 60px 20px
	}

	.highlight h4 {
		margin: 0
	}

	.mobileshow {
		display: flex
	}

	.connectionsmap {
		height: 100vw;
		width: 100%;
		flex-basis: 100vw
	}

	/**** specification ****/
	.specbanner {
		flex-direction: column-reverse
	}

	.specbanner .pic {
		flex-basis: 100vw
	}

	.specbanner .text {
		padding-left: 20px
	}

	/**** availabiliity ****/
	/*.planspage {flex-direction:column}
	.planspage .areas {max-height:166px;overflow:hidden;transition:max-height 0.5s}
	.areashead {padding:20px}
	.planholder {flex-basis:70vw}
	.showareas {display:block;width:40px;height:40px;background:url(/img/ui/expand.svg) bottom right no-repeat;background-size:contain;position:absolute;top:106px;right:20px;cursor:pointer}
	.planspage .areas.expand {max-height:100vh}
	.expand .showareas {background-image:url(/img/ui/contract.svg)}
	
	.north {top:20px;right:20px;width:20px;height:20px}
	.plantext {padding:20px}*/
	.planshow {
		flex-direction: column;
		align-items: flex-start
	}

	.planname {
		margin: 0 0 20px 1px;
		align-items: flex-start
	}




	/**** gallery ****/
	.galleryholder.gallerypage {
		height: calc(100vh - 125px)
	}

	.galleryholder.gallerypage .buildinggallery {
		height: calc(100vh - 125px)
	}

	.galleryholder.gallerypage .buildinggallery .slide {
		height: calc(100vh - 125px);
		position: relative;
	}

	.galleryholder.gallerypage .buildinggallery .pic {
		width: 100%;
		height: 65vh;
		position: absolute;
		top: 0;
		left: 0
	}

	.galleryholder .heading {
		margin-top: 65vh;
		padding-left: 20px
	}

	.gallerypage .slick-arrow.slick-next {
		right: 20px;
		left: auto
	}

	.gallerypage .slick-arrow.slick-prev {
		right: 80px;
		left: auto
	}

	.gallerypage .slick-dots {
		width: auto;
		left: 20px
	}

	/**** contact ****/
	.agents {
		padding-left: 20px
	}

	.agentcontacts {
		flex-wrap: wrap
	}

	.agent {
		flex-basis: 45%;
		margin-right: 20px
	}

	.middleprof {
		flex-direction: column
	}

	.midcapproject .pic {
		height: 20vw
	}

	.professional,
	.middlecap {
		padding-left: 20px
	}
}

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

	/**** nav ****/
	.navinner {
		padding: 0;
		width: 100%
	}

	.navbutton {
		left: auto;
		right: 0px;
		padding: 2px 10px;
		width: 30px;
		height: 40px
	}

	.navholder .info {
		margin: 0 20px;
		width: calc(100% - 40px)
	}

	.userinfo {
		display: none
	}

	.nav a {
		margin: 5px 10px;
		flex-basis: calc(50% - 20px)
	}

	.nav a .pic {
		width: 50px;
		height: 50px;
		margin-bottom: 5px
	}

	/**** footer ****/
	.footernav a {
		flex-basis: calc(100% - 20px);
		text-align: center
	}

	/**** intro ****/
	.welcomeholder {
		align-items: center
	}

	.welcomesection {
		margin: 0
	}

	.welcomeholder .enter {
		font-size: 14px;
		padding: 10px 30px
	}

	/**** building ****/
	.homecgi.cgi:before {
		bottom: 80px;
		right: auto;
		left: 10px
	}

	.buildingbanner {
		display: flex
	}

	.buildingbanner2 {
		display: none
	}

	.whyheading {
		padding: 20px
	}

	.whygrid {
		margin: 0;
		width: 100%
	}

	.whygrid .whyitem {
		margin: 0;
		flex: 0 0 100%
	}

	.whygrid .whyitem .whytext {
		padding: 20px 60px 60px 20px
	}

	h1.bigh1 {
		font-size: 28px
	}

	.galleryholder,
	.galleryholder .buildinggallery,
	.galleryholder .buildinggallery .pic {
		height: 250px
	}

	.galleryholder {
		padding-bottom: 80px
	}

	.slick-arrow {
		bottom: -60px
	}

	.slick-arrow.slick-next {
		right: 20px
	}

	.slick-arrow.slick-prev {
		right: 80px
	}

	.slick-dots {
		bottom: -46px;
		right: auto;
		left: 20px
	}

	/**** connections ****/
	.connectionstitle {
		padding: 40px 20px;
		background-position: 70vw 50%
	}

	.connectionshighlights {
		flex-direction: column
	}

	.connectionsmap {
		flex-direction: column
	}

	.mapgraphic {
		margin: 20px;
		width: calc(100% - 40px);
		flex-basis: 100vw
	}

	.mapkey {
		position: relative;
		width: calc(100vw - 40px)
	}

	.travelcols {
		flex-direction: column
	}

	/**** specification ****/
	.specbanner .text {
		padding: 40px 20px
	}

	.summaryspec .specitem {
		margin-right: 0;
		flex-basis: calc(100% - 20px)
	}

	/**** availability ****/
	.s0 .planspage {
		position: relative
	}

	.s0 .planspage .areas {
		position: relative
	}

	.s0 .north {
		position: absolute
	}

	.s0 .planspage .plans {
		margin-left: 0
	}

	.planspage {
		flex-direction: column
	}

	.planspage .areas {
		max-height: none;
		overflow: visible;
		height: auto
	}

	.showareas {
		display: none
	}

	.availabletable td {
		padding: 5px 0
	}

	.availabletable tbody td.spacer {
		width: 20px
	}

	.availabletable .download {
		margin: 0 0 20px 20px
	}

	.planholder .floorplan {
		margin-top: 40px
	}

	.plancontrols {
		top: calc(70vw + 20px)
	}

	.planshow {
		flex-direction: column
	}

	.plantext {
		align-items: flex-start
	}

	.planname {
		margin: 0 0 20px 1px
	}

	.instantmanaged:before {
		left: 20px;
		bottom: auto;
		top: -30px
	}

	.planinfo {
		flex-direction: column;
		align-items: flex-start;
		border-left: 1px solid #2D2D2C
	}

	.planinfo .office,
	.planinfo .terrace {
		border: 0
	}

	.planbuttons {
		flex-direction: column
	}

	.planbuttons a {
		border-bottom: 1px solid #2D2D2C;
		border-right: 0
	}

	.planbuttons .download {
		border-right: 0;
		margin-left: 0
	}

	.spaceinfo {
		flex-direction: column;
		margin: 10px 0 0 0
	}

	.spacetext {
		border: 0
	}

	/**** gallery ****/
	.whygrid.videolinks .whyitem .whytext {
		padding: 5px 20px
	}

	.whygrid.videolinks .whyitem {
		background-image: none
	}

	.videolinks h3 {
		margin: 0;
		font-size: 11px;
		line-height: 1.3em
	}

	.galleryvideos {
		margin: 0 0 20px 0;
		width: 100%;
		height: 56.25vw
	}

	.galleryvideos.glassbricks .glassbricks,
	.galleryvideos.industrial .industrial,
	.galleryvideos.terraces .terraces {
		height: 56.25vw
	}

	.galleryholder.gallerypage {
		height: calc(80vh - 80px)
	}

	.galleryholder.gallerypage .buildinggallery {
		height: calc(80vh - 80px)
	}

	.galleryholder.gallerypage .buildinggallery .slide {
		height: calc(80vh - 80px);
		position: relative;
	}

	.galleryholder.gallerypage .buildinggallery .pic {
		width: 100%;
		height: 55vh;
		position: absolute;
		top: 0;
		left: 0
	}

	.galleryholder .heading {
		margin-top: 55vh;
		padding: 20px
	}

	.gallerypage .slick-arrow.slick-next {
		right: 20px;
		left: auto
	}

	.gallerypage .slick-arrow.slick-prev {
		right: 80px;
		left: auto
	}

	.gallerypage .slick-dots {
		left: 20px;
		width: 50%
	}

	/**** connections ****/
	.agents {
		width: calc(100% - 40px);
		padding: 40px 20px
	}

	.misrep {
		background: url(/img/content/contact/misrepbg.svg) no-repeat top right;
		background-size: auto 100px;
		width: 100vw;
		margin-left: -20px;
		padding-top: 100px
	}

	.misrep img {
		display: none
	}

	.misrep .text {
		margin: 0 20px
	}

	.professional {
		flex-direction: column
	}

	.member {
		margin-right: 0;
		flex-basis: 100%
	}

	/**** contact ****/
	.midcapproject .pic {
		height: 40vw
	}
}

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

	/**** nav ****/
	.nav a {
		margin: 5px 10px;
		flex-basis: calc(25% - 20px)
	}

	.nav a .pic {
		width: 50px;
		height: 50px;
		margin-bottom: 5px
	}
}

/* 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: "CircularXXWeb-Regular";
  src: url("/fonts/CircularXXWeb-Regular.woff") format("woff");
}

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

@font-face {
	    font-family: 'Noe Display Bold';
	    src: url('/fonts/Noe Display Bold.eot');
	    src: url('/fonts/Noe Display Bold.eot?iefix') format('eot'),
	         url('/fonts/Noe Display Bold.woff') format('woff');
	    font-weight: normal;
	    font-style: normal; }*/

@font-face {
	font-family: 'Southworks Line';
	src: url('/fonts/Southworks-Line.woff2') format('woff2'),
		url('/fonts/Southworks-Line.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Southworks Solid';
	src: url('/fonts/Southworks-Solid.woff2') format('woff2'),
		url('/fonts/Southworks-Solid.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* h1.welswlinecomemsg {
	font-family: 'Southworks Solid';
	color: red !important;
} */

.theaddress {
	color: #ffffff;
	display: flex;
	padding: 0 40px 40px 0;
	justify-content: flex-start;
	font-size: 16px;
}