@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: 14px/18px "NeueHansKendrick-Light", Arial, sans-serif;
	color: #888;
	background: #fff url(/img/ui/bg.gif) repeat-x top center;
	height: 100%;
}

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

.flexmiddle {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.animatein {
	visibility: hidden;
}

b {
	font-weight: normal;
	font-family: "NeueHansKendrick-Medium";
}

.redtext {
	color: #ea5c60;
}
.greentext {
	color: #328272;
}

/**** nav ****/
.menubutton {
	position: fixed;
	top: 40px;
	right: 40px;
	width: 20px;
	height: 15px;
	z-index: 9000;
}
.menuicon {
	width: 20px;
	height: 16px;
	position: relative;
	cursor: pointer;
	cursor: hand;
}
.menuicon span {
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: #f6e7dc;
	display: block;
	position: absolute;
	transition: top 0.2s 0.2s, transform 0.2s, opacity 0.2s 0.2s;
	border-right: #818590 1px solid;
	border-bottom: #818590 1px solid;
}
.menuicon span:nth-child(1) {
	top: 0;
}
.menuicon span:nth-child(2) {
	top: 7px;
}
.menuicon span:nth-child(3) {
	top: 14px;
}

.navholder {
	position: fixed;
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	z-index: 8000;
	overflow: hidden;
	transition: height 0.2s;
}
.navholder .homelogo {
	z-index: 95000;
}
.navinner {
	position: relative;
	height: 100vh;
	width: 100%;
}

.navsection {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.05em;
}
.navleft {
	background: rgba(52, 129, 113, 0.95);
	width: 50%;
	height: calc(100vh - 80px);
	position: absolute;
	top: 0;
	left: 0;
}

.navright {
	background: rgba(40, 45, 55, 0.95);
	width: 50%;
	height: calc(100vh - 80px);
	position: absolute;
	top: 0;
	left: 50%;
}

.navfoot {
	background: rgba(129, 133, 144, 0.95);
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.navsection ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navsection ul li {
	margin: 0 0 20px 0;
	padding: 0;
}
.navsection ul li.big {
	font-size: 2.5vw;
	line-height: 1em;
}
.navsection a {
	color: #f6e7dc;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
.navsection a:hover {
	text-decoration: underline;
}

.menuopen .menuicon span:nth-child(1) {
	top: 7px;
	transform: rotate(45deg);
	transition: top 0.2s, transform 0.2s 0.2s;
}
.menuopen .menuicon span:nth-child(2) {
	opacity: 0;
}
.menuopen .menuicon span:nth-child(3) {
	top: 7px;
	transform: rotate(-45deg);
	transition: top 0.2s, transform 0.2s 0.2s;
}
.menuopen .navholder {
	height: 100vh;
}

.pageintro {
	width: 100%;
	height: 90vh;
	position: relative;
	display: flex;
	flex-direction: row;
	margin-bottom: 5vw;
}
.pageintro .pagetitle {
	flex: 1 0 calc(10% - 40px);
	height: calc(100% - 20px);
	padding: 20px 20px 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.pageintro .pagetitle .bluet {
	display: block;
	margin: 0 2vw;
	height: 100px;
	max-width: 80px;
	width: 100%;
}
/*.pageintro .pagetitle img {margin:0 2vw}*/
.pageintro .pagetitle h1 {
	writing-mode: tb-rl;
	transform: rotate(-180deg);
	font-weight: normal;
	font-family: "NeueHansKendrick-Regular";
	font-size: 3.5vw;
	margin: 0;
}
.greenheading {
	-webkit-text-stroke: 2px #348171;
	text-stroke: 2px #348171;
	color: #fff;
}
.redheading {
	-webkit-text-stroke: 2px #ea5c61;
	text-stroke: 2px #ea5c61;
	color: #fff;
}
.blueheadingwhitebg {
	-webkit-text-stroke: 2px #282d37;
	text-stroke: 2px #282d37;
	color: #fff;
}
.creamheadingbluebg {
	-webkit-text-stroke: 2px #f6e7dc;
	text-stroke: 2px #f6e7dc;
	color: #282d37;
}
.redheadingpinkbg {
	-webkit-text-stroke: 2px #eb5c61;
	text-stroke: 2px #eb5c61;
	color: #f6e7dd;
}

.pageintro .pagebanner {
	position: relative;
	height: 90vh;
	width: 100%;
}
.pageintro .pagebanner .cycle-slideshow {
	width: 100%;
	height: 100%;
}
.pageintro .pagebanner .cycle-slideshow .slide {
	width: 100%;
	height: 100%;
	background-size: cover;
}
.pageintro .pagebanner .controls {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #348171;
	color: #fff;
	width: 40vw;
	height: 40px;
	z-index: 1000;
}
.pageintro .pagebanner .controls .cycle-caption {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.05em;
	margin: 10px 0 0 10px;
}
.pageintro .pagebanner .controls .cycle-arrow {
	display: block;
	width: 40px;
	height: 40px;
	background: 50% 50% no-repeat #fff;
	background-size: 30% auto;
	position: absolute;
	bottom: 0;
}
.pageintro .pagebanner .controls .cycle-arrow#prev {
	right: 40px;
	background-image: url("../img/ui/leftarrowgrey.svg");
}
.pageintro .pagebanner .controls .cycle-arrow#next {
	right: 0px;
	background-image: url("../img/ui/rightarrowgreen.svg");
}
.pageintro .pagebanner .controls .cycle-arrow:hover {
	background-color: #f6e7dc;
	cursor: pointer;
	cursor: hand;
}

.cgi {
	position: relative;
}
.cgi:before {
	content: "INDICATIVE CGI";
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 10px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.41);
}

.titlesection {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
}
.titlesection#spec,
.titlesection#plans {
	align-items: flex-end;
}
.bluebg {
	background: #282d37;
	padding-bottom: 10vw;
	color: #f6e7dc;
}
.pinkbg {
	background: #f6e7dd;
	padding: 5vw 0;
	color: #292d37;
}
.titlesection.topoffset {
	margin-top: -5vh;
}
.picsection {
	height: 90vh;
	margin-bottom: 10vw;
}
.sectionpic {
	background: 50% 50% no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 20px;
}
.caption {
	position: absolute;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}
.caption.left {
	right: calc(100% + 20px);
	background: url("../img/ui/rightarrowgreen.svg") top right no-repeat;
	background-size: auto 12px;
	padding-top: 22px;
	text-align: right;
}
.caption.right {
	left: calc(100% + 20px);
	background: url("../img/ui/leftarrowgreen.svg") top left no-repeat;
	background-size: auto 12px;
	padding-top: 22px;
}
.caption.top {
	bottom: calc(100% + 20px);
	background: url("../img/ui/downarrowgreen.svg") bottom left no-repeat;
	background-size: 12px auto;
	padding-left: 22px;
}
.caption.topmargin {
	bottom: calc(100% + 20px);
	left: 20px;
	background: url("../img/ui/downarrowgreen.svg") bottom left no-repeat;
	background-size: 12px auto;
	padding-left: 22px;
}
.caption.topright {
	bottom: calc(100% + 20px);
	right: 0;
	background: url("../img/ui/downarrowgreen.svg") bottom right no-repeat;
	background-size: 12px auto;
	padding-right: 22px;
}
.s2 .caption.left {
	background-image: url("../img/ui/rightarrowred.svg");
}
.s2 .caption.right {
	background-image: url("../img/ui/leftarrowred.svg");
}
.s2 .caption.top,
.s2 .caption.topmargin,
.s2 .caption.topright {
	background-image: url("../img/ui/downarrowred.svg");
}
.titlecontent {
	position: relative;
	flex: 1 0 90%;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.titleheader {
	flex: 1 0 calc(10% - 40px);
	height: calc(100% - 20px);
	padding: 20px 20px 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
.titleheader h1 {
	writing-mode: tb-rl;
	transform: rotate(-180deg);
	font-weight: normal;
	font-family: "NeueHansKendrick-Regular";
	font-size: 3.5vw;
	margin: 0;
	text-transform: uppercase;
}

.fullpic {
	clear: both;
	width: 100%;
	height: 90vh;
	background: 50% 50% no-repeat;
	background-size: cover;
}

.footerbuttons {
	display: flex;
	flex-direction: row;
}
.footerbuttons a {
	flex: 1 1 50%;
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
	padding: 2.5vw 0;
	background: #f6e7dc;
	color: #818590;
	text-decoration: none;
}
.footerbuttons a.download {
	background: #818590;
	color: #f6e7dc;
}
.footerbuttons a:hover {
	text-decoration: underline;
}
.footerbuttons a:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/ui/rightarrowgrey.svg") left center no-repeat;
	background-size: contain;
	margin-left: 10px;
}
.footerbuttons a.download:after {
	background-image: url("../img/ui/download.svg");
	height: 26px;
}

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

/**** holding ****/
.holding {
	background: #292d37;
	color: #f6e7dc;
	font-family: "NeueHansKendrick-Regular";
	font-size: 12px;
	line-height: 18px;
}
.holding #scene {
	height: 80vh;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
}
.holding #scene .icons {
	width: 100%;
	height: 100%;
	background: 50% 50% no-repeat;
	background-size: cover;
}
.holding .holdingintro {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
.holding .holdingintro .logo {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 25%;
	width: 100%;
}
.holding .holdingintro .logo div {
	width: 80%;
	height: 60%;
	margin-top: 5%;
	background: 50% 50% no-repeat url("../img/content/holding/logo.svg");
}
.holding .holdingintro .headingtext {
	width: 65%;
	max-width: 600px;
	height: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.holding .holdingintro .headingtext div {
	width: 80%;
	height: 80%;
	background: 50% 50% no-repeat url("../img/content/holding/heading.svg");
}
.holding b {
	font-family: "NeueHansKendrick-Medium";
	font-weight: normal;
}
.holding h2 {
	font-family: "NeueHansKendrick-Medium";
	font-weight: normal;
	letter-spacing: 0.3em;
}
.holding .holdingintro h2 {
	height: 20%;
	padding-top: 5%;
}

.holding a {
	color: #f6e7dc;
}
.holding .contact {
	background: #358271;
	min-height: 20vh;
	padding: 2.5vw 5vw 7.5vw 10vw;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.holding .contact:before {
	content: "";
	display: block;
	background: url("../img/content/holding/contact.svg") top right no-repeat;
	position: absolute;
	top: 2.5vw;
	left: 0;
	width: 7.5vw;
	height: 20vw;
}
.holding .contact .agents {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}
.holding .contact .agents b {
	font-size: 16px;
	line-height: 22px;
}
.holding .contact .agents .agentcol {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin-right: 10vw;
}
.holding .contact .agents .agentlogo {
	display: block;
	height: 80px;
	width: 180px;
	background: no-repeat top left;
	background-size: contain;
	margin-bottom: 20px;
}
.holding .contact .downloads {
	text-align: right;
}
.holding .contact .downloads img {
	width: 160px;
	margin-bottom: 15px;
	display: block;
	float: right;
}
.holding .contact .downloads a {
	text-transform: uppercase;
	display: block;
	background: url("../img/content/holding/download.svg") right center no-repeat;
	background-size: 30px auto;
	padding-right: 40px;
	line-height: 30px;
}

/**** home ****/
.s0 {
	background: #000;
}
.homeside {
	width: 50%;
	height: 100vh;
	float: left;
	position: relative;
}
#scene1,
#scene2 {
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
#scene1 .icons,
#scene2 .icons {
	width: 100%;
	height: 100%;
	background: 50% 50% no-repeat;
	background-size: cover;
}
#scene1 .st0 {
	fill: #f6e7dc;
}
.greenicons .st0 {
	fill: #f6e7dd;
}
.greyicons .st0 {
	fill: #292d37;
}
.redicons .st0 {
	fill: #ea5c61;
}

.iconholder {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
}
#scene1 {
	background: #eb5c61;
}
#scene2 {
	background: #348271;
}

.homelogo {
	position: absolute;
	top: 40px;
	left: 25%;
	width: 50%;
	height: 140px;
	background: url("../img/content/logo.svg") top center no-repeat;
	background-size: contain;
	z-index: 2000;
}
.homebuttonholder {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	display: inline;
	text-align: center;
	z-index: 2000;
}
.homebutton {
	border: 1px solid #f6e7dc;
	color: #f6e7dc;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 0.01em;
	padding: 20px 40px;
}
.homebutton:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url("../img/ui/rightarrow.svg") left center no-repeat;
	background-size: contain;
	margin-left: 10px;
	position: relative;
	top: 2px;
}
.homebutton:hover {
	background: rgba(255, 255, 255, 0.1);
}

.homeheading {
	position: absolute;
	top: 25vh;
	left: 0;
	height: 50vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1500;
	color: #f6e7dc;
}
.homeheading h1 {
	font-size: 3vw;
	line-height: 1em;
	font-weight: normal;
	font-family: "NeueHansKendrick-Regular";
	-webkit-text-stroke: 2px #f6e7dc;
	text-stroke: 2px #f6e7dc;
	margin: 10px;
}
.homeheading h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
.leftside .homeheading {
	color: #292d37;
}
.leftside .homeheading h1 {
	color: #eb5c61;
	-webkit-text-stroke: 2px #292d37;
	text-stroke: 2px #292d37;
}
.rightside .homeheading h1 {
	color: #348271;
}

/**** building ****/
.introtext {
	width: 90%;
	margin-left: 10%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}
.intropara p {
	width: 60%;
	font-size: 16px;
	line-height: 20px;
}
.introicon {
	flex: 1 0 40px;
	margin-top: -20px;
	margin-right: 10px;
}
.introquote {
	flex: 1 0 40vw;
}
.introquote .quotebig {
	font-size: 32px;
	line-height: 40px;
	color: #348171;
	width: 60%;
}
.introquote .quotesmall {
	font-size: 16px;
	line-height: 20px;
	width: 60%;
}

.buildingpicsleft {
	flex: 0 0 40vw;
	margin-right: 20px;
	height: 100%;
}
.buildingpic1 {
	height: calc(60% - 20px);
}
.buildingpic2 {
	height: calc(40% - 20px);
	width: 65%;
	margin-left: 35%;
}
.buildingpic3 {
	flex: 1 1;
	height: 75%;
}

#plans {
}
.north {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 20px;
	height: auto;
}
.plancaption {
	font-size: 11px;
	line-height: 13px;
	position: absolute;
	bottom: 40px;
	right: 40px;
	text-align:right;
	max-width:300px
}
.plans {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
}
.plans .plancol {
	flex: 0 0 40%;
	padding-right: 10%;
	padding-top: 5vw;
}
.plans h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #f6e7dc;
	display: inline-block;
	padding-bottom: 3px;
}
.planstext {
	margin: 40px 20% 0 50%;
	font-size: 16px;
	line-height: 20px;
}
.splitareas {
}
.splitareas p {
	width: calc(45% - 25px);
	margin-right: 5%;
	float: left;
	position: relative;
	padding-left: 25px;
}
.splitareas p.key:before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
}
.splitareas p.lightgreenkey:before {
	background: #f4a59e;
}
.splitareas p.darkgreenkey:before {
	background: #eb5c61;
}

.spec {
	font-size: 16px;
	line-height: 20px;
	padding: 0 3% 0 10%;
}
.specintro {
	width: 35%;
	margin: 5vw 0 0 0;
}
.specitems {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.specitems .specitem {
	flex: 1 1 18%;
	margin-right: 2%;
	margin-top: 5vw;
}
.specitems .specitem .specicon {
	width: 4vw;
	height: 4vw;
	margin-bottom: 20px;
	background: left center no-repeat;
	background-size: contain;
}

.availability {
	position: relative;
	flex: 1 0 90%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}
.availabilitytext {
	width: 40%;
	margin: 5vw;
}
.availabletable {
	width: 100%;
	text-transform: uppercase;
}
.availabletable td {
	padding: 10px 20px 40px 5px;
}
.availabletable span {
	color: #5a5a63;
}
.availabletable tr td:first-child {
	font-family: "NeueHansKendrick-Medium", sans-serif;
}
.availabletable .redtext {
	color: #eb5c61;
}
.availabletable .border td {
	border-bottom: 1px solid #eb5c61;
	border-right: 1px solid #eb5c61;
}
.availabletable tr td:last-child {
	border-right: none;
}
.availabletable .roadname {
	text-align: center;
	padding-bottom: 0;
}
.availabletable tr:last-child td {
	background: #fff;
	border: none;
}

/**** location ****/

.s2 .pageintro .pagebanner .controls {
	background: #ea5c61;
}
.s2 .pageintro .pagebanner .controls .cycle-arrow#next {
	background-image: url("../img/ui/rightarrowred.svg");
}

.retailpics {
	height: auto;
	align-items: flex-end;
}
.locationpicsright {
	flex: 0 0 40vw;
	margin-left: 20px;
	height: 100%;
	height: 90vh;
}
.locationpic1 {
	flex: 1 1;
	height: 60vh;
}
.locationpic2 {
	height: calc(60% - 20px);
	width: 60%;
}
.locationpic3 {
	height: calc(40% - 20px);
	width: 100%;
}
.break {
	flex-basis: 100%;
	height: 0;
}

.retaillogos {
	flex-basis: 100%;
	background: #348171;
	margin-top: 20px;
	padding: 20px 0;
	position: relative;
}
.retaillogos .cycle-slideshow {
	width: 80%;
	margin: 0 10%;
	height: 8vw;
}
.retaillogos .slide {
	height: 8vw;
}
.retaillogos .slide .logo {
	background: 50% 50% no-repeat;
	background-size: contain;
	width: 80%;
	height: 80%;
	margin: 10%;
}

.logo-cycle-arrow {
	display: block;
	width: 40px;
	height: 100%;
	background: no-repeat;
	background-size: 20px auto;
	position: absolute;
	top: 0;
}
.logo-cycle-arrow#prev2 {
	left: 0;
	background-image: url("../img/ui/leftarrow.svg");
	background-position: 20px 50%;
}
.logo-cycle-arrow#next2 {
	right: 0;
	background-image: url("../img/ui/rightarrow.svg");
	background-position: right 20px top 50%;
}

.foodpicsright {
	flex: 0 0 40vw;
	margin-left: 20px;
	height: 100%;
	height: 90vh;
}
.foodpic1 {
	flex: 1 1;
	height: 60vh;
}
.foodpic2 {
	height: calc(60% - 20px);
	width: 100%;
}
.foodpic3 {
	height: calc(40% - 20px);
	width: 60%;
}

.foodlogos {
	flex-basis: 100%;
	background: #f6e7dc;
	margin-top: 20px;
	padding: 20px 0;
	position: relative;
}
.foodlogos .cycle-slideshow {
	width: 80%;
	margin: 0 10%;
	height: 8vw;
}
.foodlogos .slide {
	height: 8vw;
}
.foodlogos .slide .logo {
	background: 50% 50% no-repeat;
	background-size: contain;
	width: 80%;
	height: 80%;
	margin: 10%;
}

.foodlogos .logo-cycle-arrow#prev3 {
	left: 0;
	background-image: url("../img/ui/leftarrowgreen.svg");
	background-position: 20px 50%;
}
.foodlogos .logo-cycle-arrow#next3 {
	right: 0;
	background-image: url("../img/ui/rightarrowgreen.svg");
	background-position: right 20px top 50%;
}

#connections {
	padding-bottom: 0;
	align-items: flex-end;
}
#connections .titleheader {
	padding-bottom: 2.5vw;
}
#connections .titlecontent {
	align-items: stretch;
}
.map {
	flex: 1 1 40%;
	margin-right: 20%;
	background: top left no-repeat url("../img/content/location/map.png") #348271;
	background-size: contain;
}
.connecttext {
	flex: 1 1 30%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-right: 10%;
	padding: 10vw 0;
	font-size: 16px;
	line-height: 20px;
}
.walking {
	background: no-repeat top left url("../img/content/location/greenrail.svg");
	background-size: contain;
	height: 25px;
	padding: 5px 0 0 100px;
	margin-bottom: 20px;
}
.walking.redwalking {
	background-image: url("../img/content/location/redrail.svg");
	margin-top: 40px;
}
#connections h3 {
	font-weight: normal;
	letter-spacing: 0.05em;
	font-size: 32px;
	line-height: 36px;
}

/**** contact ****/
.contactfooter {
	background: #348171;
	color: #f6e7dc;
	padding: 5vw;
	font-size: 16px;
	line-height: 20px;
}
.contactfooter a {
	color: #f6e7dc;
}
.satnav {
	height: 60px;
	background: url("../img/content/bluet.svg") left center no-repeat;
	background-size: contain;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	text-indent: 60px;
	margin-bottom: 5vw;
}
.agents {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 15vw;
}
.agency {
	width: 50%;
}
.agentlogo {
	display: block;
	height: 100px;
	width: 200px;
	margin-bottom: 20px;
	background: left center no-repeat;
	background-size: contain;
}
.agent {
	display: inline-block;
	margin-right: 5vw;
}
.misrep {
	font-size: 11px;
	line-height: 13px;
	color: #282d37;
}

/****************************************************
* 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;
}

.tourlink a {
	font-size: 26px;
	line-height: 40px;
	color: #eb5c61;
	width: 60%;
	text-transform: uppercase;
}

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

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

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

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1099px) {
	.homeheading h1 {
		font-size: 34px;
	}

	.footerbuttons a {
		font-size: 24px;
	}
	.footerbuttons a.download::after {
		height: 20px;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	.specitems .specitem {
		flex: 1 1 30%;
	}
	.caption {
		font-size: 12px;
		line-height: 16px;
	}

	.connecttext {
		margin: 0 0 0 20px;
	}

	.splitareas {
		font-size: 12px;
		line-height: 16px;
	}

	.availabilitytext:first-child {
		width: 30%;
		margin: 5vw;
	}
	.availabilitytext:last-child {
		width: 70%;
		margin: 5vw;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.holding .holdingintro .headingtext div {
		width: 90%;
	}

	.holding .contact {
		display: block;
		padding-left: 15vw;
		padding-top: 10vw;
	}
	.holding .contact:before {
		width: 12.5vw;
		height: 40vw;
		top: 10vw;
	}
	.holding .contact .agents {
		display: block;
	}
	.holding .contact .agents .agentcol {
		display: block;
		margin-right: 0;
		margin-bottom: 10vw;
	}
	.holding .contact .downloads {
		text-align: left;
		margin-top: 20vw;
	}
	.holding .contact .downloads img {
		display: block;
		float: none;
	}
	.holding .contact .downloads a {
		display: inline-block;
	}

	.menubutton {
		top: 20px;
		right: 20px;
	}
	.navsection ul li.big {
		font-size: 20px;
	}
	.homelogo {
		height: 60px;
		top: 10px;
	}
	.homeside {
		width: 100%;
		height: 50vh;
	}
	.homeheading {
		top: 70px;
		height: 100px;
	}
	.homebuttonholder {
		bottom: 20px;
	}
	.homebutton {
		padding: 5px 10px;
	}

	.greenheading {
		-webkit-text-stroke: 0;
		text-stroke: 0;
		color: #348171;
	}
	.redheading {
		-webkit-text-stroke: 0;
		text-stroke: 0;
		color: #ea5c61;
	}
	.blueheadingwhitebg {
		-webkit-text-stroke: 0;
		text-stroke: 0;
		color: #282d37;
	}
	.creamheadingbluebg {
		-webkit-text-stroke: 0;
		text-stroke: 0;
		color: #f6e7dc;
	}
	.redheadingpinkbg {
		-webkit-text-stroke: 0;
		text-stroke: 0;
		color: #ea5c61;
	}

	.pageintro .pagebanner .controls {
		display: none;
	}

	.introtext {
		display: block;
	}
	.introicon {
		width: 40px;
		margin: 10px 0;
	}
	.intropara p {
		width: 95%;
	}

	.introquote {
		margin: 40px 0;
	}
	.introquote .quotebig,
	.introquote .quotesmall {
		width: 95%;
	}
	.titleheader {
		padding: 10px;
	}
	#spec .titleheader,
	#connections .titleheader {
		display: none;
	}
	.picsection {
		height: auto;
	}
	.titlecontent {
		display: block;
	}
	.buildingpicsleft,
	.locationpicsright,
	.foodpicsright {
		margin: 0;
		display: block;
		height: auto;
	}
	.buildingpic1,
	.buildingpic2,
	.buildingpic3,
	.locationpic1,
	.locationpic2,
	.locationpic3,
	.foodpic1,
	.foodpic2,
	.foodpic3 {
		width: 100%;
		margin-left: 0;
		height: 250px;
	}
	.caption {
		display: none;
	}

	.footerbuttons {
		display: block;
	}
	.footerbuttons a {
		font-size: 20px;
		display: block;
		padding: 20px 0;
	}

	/**** building ****/
	/*#plans {width:90%}*/
	.plans {
		display: block;
	}
	.plans h2 {
		border: 0;
	}
	.plantext {
		font-size: 12px;
		line-height: 16px;
	}
	.plans .plancol {
		padding: 10vw 0;
	}
	.plans .plancol {
		padding-right: 10vw;
	}
	.planstext {
		margin: 20px 20px 20px 0;
	}
	/*.plancaption {position:relative;bottom:auto;margin:20px 0}*/
	.north {
		top: 10px;
		right: 10px;
	}

	.spec {
		width: 90vw;
		padding: 5vw;
	}
	.specintro {
		width: 90%;
	}
	.specitems .specitem {
		margin-right: 8%;
		flex: 1 1 35%;
	}
	.specitems .specitem .specicon {
		width: 60px;
		height: 60px;
	}

	.availability {
		position: relative;
		flex: 1 0 90%;
		display: flex;
		flex-direction: column;
	}
	.availabilitytext:first-child,
	.availabilitytext:last-child {
		width: calc(100% - 20px);
		margin: 10px;
		font-size: 12px;
		line-height: 16px;
	}
	.availabletable td {
		padding: 10px 10px 40px 0;
	}

	/**** location ****/
	.map {
		height: 600px;
		width: 100%;
	}
	#connections h3 {
		font-size: 26px;
		line-height: 26px;
	}
	.logo-cycle-arrow {
		display: none;
	}
	.retaillogos .cycle-slideshow {
		margin: 0;
		width: 100%;
	}

	/**** contact ****/
	.agents {
		display: block;
	}
	.agency {
		width: 100%;
		padding-top: 20px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.homeside {
		width: 100%;
		height: 70vh;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.pageintro,
	.pageintro .pagebanner {
		height: 60vh;
	}
}

/* #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: "NeueHansKendrick-Light";
	src: url("/fonts/NeueHansKendrick-Light.eot");
	src: url("/fonts/NeueHansKendrick-Light.eot?iefix") format("eot"),
		url("/fonts/NeueHansKendrick-Light.woff") format("woff"),
		url("/fonts/NeueHansKendrick-Light.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "NeueHansKendrick-Medium";
	src: url("/fonts/NeueHansKendrick-Medium.eot");
	src: url("/fonts/NeueHansKendrick-Medium.eot?iefix") format("eot"),
		url("/fonts/NeueHansKendrick-Medium.woff") format("woff"),
		url("/fonts/NeueHansKendrick-Medium.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "NeueHansKendrick-Regular";
	src: url("/fonts/NeueHansKendrick-Regular.eot");
	src: url("/fonts/NeueHansKendrick-Regular.eot?iefix") format("eot"),
		url("/fonts/NeueHansKendrick-Regular.woff") format("woff"),
		url("/fonts/NeueHansKendrick-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}
