.residential-banner .project-logo{
	position: absolute;
	z-index: 1;
	height: 100vh;
	width: 100vw;
	display: flex;
	align-items: center;
	opacity: 0;
}
.residential-banner {
	overflow: hidden;
}
.residential-banner .slideshow{
	padding:0;
	height:100vh;
}

.residential-banner .project-logo img{
	max-width:40vw;
	margin-left: calc(4*var(--gutter));
}

.residential-banner .slides::before{
	content:"";
	width:100vw;
	height:100vh;
	position: absolute;
	z-index: 333;
}

.residential-banner .address{
	font-size:18px;
	font-weight:normal;
	letter-spacing: -1px;
}

.residential-single {
	background: var(--lightest-bg);
	padding-bottom: calc(2*var(--gutter));
}

section.stats{
	padding-left:40%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom:calc(2*var(--gutter));
}
section.stats .small{
	flex:0 1 70%;
	display: flex;
	flex-wrap: wrap;
}

section.stats .big{
	flex:0 1 30%;
}

section.stats .title{
	font-size:14px;
	font-weight:bold;
	text-transform: lowercase;
	color:var(--red);
	line-height:20px;
	margin-bottom:0px;
}
.single-c_residential .showslider button.modal__close {
	background: var(--charcoal) url(../images/close-white.svg) center center no-repeat;

	background-size: contain;
}
section.stats .title::first-letter{
	text-transform: uppercase;
}

section.stats .value{
	letter-spacing: -.5px;
}
section.stats .big .value{
	font-size:155px;
	line-height:155px;
	letter-spacing: -3px;
}
section.stats .key-detail{
	flex:0 1 50%;
	border-left:1px solid #aaa;
	padding-left:10px;
	margin-bottom:30px;
}

nav#jumpto{
	background:rgba(255,255,255,.95);
	padding:20px var(--gutter);
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	  z-index: 4;
}

nav#jumpto ul{
	list-style: none;
	margin:0;
}

nav#jumpto ul li{
	display: inline-block;
	margin:0;
}

nav#jumpto ul li a{
	font-size:14px;
	line-height:14px;
	font-weight:400;
	text-transform: uppercase;
	letter-spacing: .5px;
	color:var(--charcoal);
	padding: 20px 0;
	margin-right: 40px;
}
nav#jumpto ul li a:hover{
	  -webkit-text-stroke-width: .5px;
}


nav#jumpto .button{
	min-width:120px;
	padding:20px 40px;
	color: #fff;
	position: relative;
	box-shadow: none;
}
nav#jumpto .button span{
	z-index: 3;
	color:#fff;
	font-size:14px;
}

nav#jumpto .button:before{
	z-index: 0;
}
nav#jumpto .button:after{
	content:"";
	top:0;
	left:0;
	z-index: -1;
	width:100%;
	height:100%;
	background:var(--charcoal);
	position: absolute;

}
#register-section .text{
	padding-bottom:calc(2*var(--gutter));
}

#register-section .strapped{
	max-width:1300px;
}




@media only screen and (max-width:1024px) {
		section.stats .big .value{
			font-size:100px;
			line-height:100px;
			letter-spacing: -2px;
		}

		  nav#jumpto{
			  display: none;
		  }
}
@media only screen and (max-width: 768px) {

	section.stats{
		padding-top:0;
		padding-left: calc(60px + var(--gutter));
		padding-right: var(--gutter);
	}
	section.stats .small{
		flex:0 1 100%;
	}
  .residential-banner .project-logo img {
  max-width: 70%;
  margin-left: var(--gutter);
  }

}