@charset "utf-8";
/* CSS Document */




/* ----------------------------------------------------------------
	General
-----------------------------------------------------------------*/
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Cardo', serif;
	font-weight: 300 !important;
	font-size: 12px;
	color: #939598;
}	







figure {
	margin: 0;
	position: relative;
}

header {
	position: fixed;
	display: table;
	width: 100%;
	height: 50px;
	top: 0;
	left: 0;
	/*overflow: hidden;*/
	text-align: right;
	background: rgba(255,255,255,1);
	z-index: 200;/*99*/
}

header .container {
	position: relative;
}

header span a img {
	width: auto;
	height: 50px;
}

.logo-wonder {display: inline-block; position: relative; margin:0 auto 0 55px; float: left;}
.logo-wonder img {padding:10px 0;}

.logo-alterra {display: inline-block; position: relative; float: right;}
.logo-graywood {display: inline-block; position: relative; float: right; margin-right: 20px;}
.logo-alterra img, .logo-graywood img {padding:10px 0;}




	
/*** Top Nav ***/	
#primary-nav {
	display: block;
	position: fixed;
	top: 10px;
	left: 15px;
	z-index: 9000;
	padding: 2px 0 0;
}
#primary-nav-absolute {
	position: absolute;
	top: 15px;
	right: 25px;
	z-index: 99999;
}
#primary-nav > div > span {
	margin-right:0;
}
/*** NAV TOGGLE ***/
#nav-toggle, 
#nav-toggle-alt {
	display: block;
}
#nav-toggle, 
#nav-toggle-alt {
	cursor: pointer; 
	padding: 10px 30px 16px 0px;
}
#nav-toggle span, 
#nav-toggle span:before, 
#nav-toggle span:after,
#nav-toggle-alt span, 
#nav-toggle-alt span:before, 
#nav-toggle-alt span:after{
  cursor: pointer;
  border-radius: 0;
  height: 5px;
  width: 25px;
  background: #939598;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before,
#nav-toggle-alt span:before{
  top: -10px; 
}
#nav-toggle span:after,
#nav-toggle-alt span:after{
  bottom: -10px;
}
#nav-toggle span, 
#nav-toggle span:before, 
#nav-toggle span:after {
  transition: all 250ms ease-in-out;
}
#nav-toggle.open {background: transparent;}
#nav-toggle.open span {
  background-color: transparent;
}
#nav-toggle.open span:before, 
#nav-toggle.open span:after {
  top: 0;
}
#nav-toggle.open span:before {
  transform: rotate(45deg);
}
#nav-toggle.open span:after {
  transform: rotate(-45deg);
}

/*#nav-toggle-alt {display: none;}*/

nav ul {
	list-style: none;
	margin:0;
	padding:75px 0 50px 0;
}
nav {
	display: block;
	position: fixed;
	left: 0;
	width: 100vw;
	height: 100%;
	text-align: center;
	background-color: #e6e6e6;
	z-index: 5000;
	transition: all 0.5s cubic-bezier(0.666, 0, 0.333, 1);
	overflow-y: scroll;
	overflow-x: hidden;
	top: -100%;
}
nav.open {top: 0;}
nav .logo {
	display: block;
	width: auto;
	height: 50px;
	vertical-align: middle;
	margin: 30px auto;
}
nav li a {
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #939598;
	background: rgba(255,255,255,0);
	margin: 0;
	padding: 4px 0;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	cursor: pointer;
}
/*
nav li.active,
nav li:hover {
	background: #2b46bb;
}
*/
/*nav li.subItems a {background: rgba(47,52,82,0.5);}*/
nav li a.active {
	color: #f00;
	background: #fff;
	text-decoration: none;
}
nav li a:hover {
	color: #939598;
	background: #fff;
	text-decoration: none;
}	
nav ul li ul {
	list-style: none;
	margin:0 0 15px;
	padding:0;
	/*background: rgba(47,52,82,0.5);*/
	border-top: 0 solid rgba(59,80,163,1);
	border-bottom: 0 solid rgba(59,80,163,1);
}	
nav ul li ul li a {
	display: block;
	font-size: 0.85em;
	font-weight: 400;
	color: #939598;
	margin: 0;
	padding: 0;
	text-decoration: none;
	line-height: 30px;
	cursor: pointer;
}
nav ul li ul li a:hover {background: #ccc;}
nav ul li ul li {}	



.panel-align {
	padding: 75px 15px;
}	
		








/* Hide the reCAPTCHA logo */
.grecaptcha-badge {
  visibility: hidden;
}




.hero-wrapper {
	position: relative;
	height: auto;
	width: auto;
	min-height: auto;
	min-width: 100%;
	z-index: -9999;
}

/*
.hero-wrapper {
	position: absolute;

	height: auto;
	width: auto;
	min-height: 100%;
	min-width: 100%;
	overflow: hidden;
	z-index: -9999;
}
*/

.hero-copy-wrapper {
	position: relative;
	height: auto;
	width: auto;
	min-height: 100%;
	min-width: 100%;
	margin: 3em 0;
	overflow: hidden;
	background: rgba(0,0,255,0); 
}

.hero-copy-wrapper-alt {
	position: relative;
	width: auto;
	height: 100vh;
	min-height: 100%;
	min-width: 100%;
	margin:0;
	overflow: hidden;
	background: rgba(0,0,255,0); 
}

.hero-copy,
.hero-copy-wrapper-alt .hero-copy{
	position: relative;
	width: 100%;
	height:100vh;
	background-color: rgba(0,243,255,0);
	z-index: 100;
}	

.hero-img-wrapper{
	position: relative;
	min-height: 300px;
	width: 100%;
	overflow: hidden;
}

.copy-wrapper{
	position: relative;
	height: auto;
	width: auto;
	min-height: 100%;
	min-width: 100%;
	margin: 3em 0;
	overflow: hidden;
	background: rgba(0,0,255,0.5); 
}

.scroll-wrapper {
	position: relative;
	height: auto;
	width: auto;
	min-height: 100%;
	min-width: 100%;
	margin: 0;
}

.scroll-content {

}



video {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	z-index: -8888;
}



.stretch {
	height: calc(100vh - 70px);
}

.stretch-alt {
	padding-top: 150px;
	padding-bottom: 150px;
}

.stretch h1 {
	padding: 20px;
}



.intro-cta {
	width: auto;
	min-width: 100%;	
 	text-align: center;	
	background-color: rgba(255,0,0,0);
}


.intro-cta h1 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 4px;
	color: #fff;
	margin: 0;
}

.intro-cta h2 {
	font-size: 18px;
	line-height: 1.25em;
	color: #fff;
	margin: 0;
	padding: 0;
}

h1 +  h2 {margin-top: 20px !important;}

.intro-cta a:link,
.intro-cta a:active,
.intro-cta a:visited {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 4px;
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	margin-top: 25px;
}


.intro-cta h2:last-of-type {
	padding-bottom: 20px;
}

.hero-cta h1 {
	font-size: 1.333333333em;
	font-weight: 400;
	max-width: 90%;	
	line-height: 1.5em;
	text-align:center;
	margin: 0 auto;
}

.panel-copy,
.contact-copy {
	font-size: 1.333333333em;
	max-width: 90%;	
	line-height: 1.5em;
	text-align:center;
	margin: 3em auto;
}

.hero-copy-wrapper-alt .panel-copy {
	max-width: 80%;	
}


.panel-copy h1 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 2.5em;
	letter-spacing: 0.1em;
}

.panel-copy h2,
.contact-copy h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.25em;
	margin-bottom: 3em;
}

.contact-copy {
	text-align:center;
	margin: 3em auto 2em;
	color: #58595b;
Bloom Staging - Vasko (from Bruce Cassidy)}

.contact-copy h1 {
	font-weight: 400;
	font-size: 2.5em;
	letter-spacing: 0.1em;
	margin-top: 3em;
}

.contact-copy h2 {
	font-size: 12px;
	margin: 3em 0 1em 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.contact-copy h2 span {font-weight:400;}

@media screen and (min-width: 575px) {
	.contact-copy h2 {font-size: 15px;}

}

.news-copy {font-size: 1em; color:#fff;}
.news-copy h1 {font-size: 1.75em;}
.news-copy h2 {margin-top: 3em; margin-bottom: 0.5em; text-transform: uppercase;}


span.nowrap {white-space: nowrap;}

.news-copy > h1 {margin-top: 1em;}

.news-copy a:link,
.news-copy a:active,
.news-copy a:visited {
	text-decoration: none;
	color: #fff;
}

.news-copy a::after {
	content: "\A";
	white-space: pre;
}

.news-copy a:hover {
	color: #333;
}


.optOut-copy {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
}

.reg-legal {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 11px;
}


.reg-form-wrapper{
	margin: 5em 0;
}

label.error {
	color: #f00;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	padding:5px 0 10px 0;
}


label {
	margin-bottom: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(0,0,0,0.15);
}
::-moz-placeholder { /* Firefox 19+ */
	color: rgba(0,0,0,0.15);
}
:-ms-input-placeholder { /* IE 10+ */
	color: rgba(0,0,0,0.15);
}
:-moz-placeholder { /* Firefox 18- */
	color: rgba(0,0,0,0.15);
}





.form-row,
.form-row-alt {
	position: relative;
	width: 100%;
	background-color: rgba(0,0,0,0);
}	

.form-row:after,
.form-row-alt:after {
	clear: both;
	content: "";
	display: block;
}

.label-alt {
	float: left;
	width: auto;
	height: 100%;
	padding-right: 0.5em;
}

.label-alt-full {
	float: none; /* key */
	width: 100%;
	height: 100%;
}

.label-alt label,
.label-alt-full label,
.input-alt input,
.input-alt select,
.input-alt textarea {
	font-size: 29px;
	font-weight: 400 !important;
	line-height: 1.75em;
	text-transform: capitalize;
}

.input-alt {
	float: none; /* key */
	width: auto; /* key */
	height: 100%;
	overflow: hidden; /* key */
}

.input-alt label.error {float:left; margin-top: 5px 0 10px 0;}

select + label {float:none !important;}

.input-alt input,
.input-alt select,
.input-alt textarea {
	border: 0;
	border-bottom: 1px solid #58595B;	
}

.input-alt input {
	width: 100%;
	height: 100%;
}

.input-alt select {
	width: 100%;
	height: 100%;
	border: 1px solid #58595B;
}

.input-alt textarea {
	width: 100%;
	height: 100%;
	resize: vertical;	
}

.hidden-input {
	display: none;
}	

.v-align-wrapper,
.hero-copy-wrapper-alt .hero-copy .v-align-wrapper {
	display:table;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin:0px auto;
	background-color: rgba(255,0,0,0);
}

/*
.hero-copy-wrapper-alt .hero-copy .v-align-wrapper {
	height: 100vh;
}
*/
.v-align-container{
	display:table-cell;
	vertical-align: middle;
}


.wonder-form-wrapper {
	height:100%;
	width: 100%;	
	margin:6em auto;
}


.wonder-form-container {
	display:table;
	height:100%;
	width: 100%;
	overflow:hidden;
	margin:0 auto;
	background-color: rgba(255,0,0,0);
}

.wonder-form {
	display:table-cell;
	max-width: 500px;
	width: 100%;
	
	vertical-align: middle;
}

#spark-response .success {
    background: green;
    padding: 1rem;
	color: #ffffff;
	font-size: 16px;
}

#spark-response .error {
    background: red;
    padding: 1rem;
	color: #ffffff;
	font-size: 16px;
}


.label-alt label,
.label-alt-full label,
.input-alt input,
.input-alt select,
.input-alt textarea {
	font-size: 15px;
	font-weight: 400 !important;
	line-height: 1.75em;
	text-transform: none;
	background-color: #fff;
}

.input-alt select {
	margin-right: 0.5em;
}

.check + label {margin:0 2em;}






input.btn-submit[type=submit],button.btn-submit[type=submit] {
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	background-color: #fff;
	width: auto;
	height: 26px;
    margin: 1em auto;
	padding: 0; 
    border:0 none;
    cursor:pointer;
}

input.btn-submit:hover[type=submit] {
}


.input-select-mt {margin-top: 4px;}



.opt_in_legal {font-size:12px !important; line-height:15px; font-style:italic !important;}



.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 11px;
	text-transform: none;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
	border: 1px solid #58595B;
	border-radius: 50%;
  background: #fff;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #fff;
}
.control input:checked ~ .control__indicator {
  background: #58595B;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #58595B;
}
.control input:disabled ~ .control__indicator {
  background: #fff;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
	border-radius: 50%;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  border: solid #fff;
  border-width: 1px;
  /* transform: rotate(45deg); */
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #58595B;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}



/* ----------------------------------------------------------------
	MODAL
-----------------------------------------------------------------*/
.modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #F79548 url('../img/modal-lofts-m.jpg') no-repeat;
	background-size: contain;	
	width: 300px;
	height: 480px;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	z-index: 3000;
}

.modal.visible {display: block;}

.modal__header {
	color: white;
	line-height: 40px;
	text-align: center;
	position: relative;
	height: 40px;
	box-sizing: border-box;
}

.modal__header a {
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	display: block;
	padding: 0 15px;
	font-size: 16px;
	height: 100%;
}

.js-close-modal {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400 !important;
	font-size: 12px;
}

@media screen and (min-width: 575px) {
	.modal {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 390px;
		height: 622px;
	}	
}

@media screen and (min-width: 768px) {
	.modal {
		background: #F79548 url('../img/modal-lofts.jpg') no-repeat;
		background-size: contain;	
		width: 650px;
		height: 282px;
	}	
}


@media (min-width: 992px) {
	.modal {
		width: 800px;
		height: 347px;
	}		
}



/* ----------------------------------------------------------------
	Backgrounds
-----------------------------------------------------------------*/

.chic-home {background-image: url('../img/chic-home.jpg');}
.building-01 {background-image: url('../img/backgrounds/building-01.jpg');}
.building-02 {background-image: url('../img/backgrounds/building-02.jpg');}
.building-03 {background-image: url('../img/backgrounds/building-03.jpg');}
.patio {background-image: url('../img/backgrounds/patio.jpg');}
.lobby {background-image: url('../img/backgrounds/lobby.jpg');}
.lounge {background-image: url('../img/backgrounds/lounge.jpg');}
.dining {background-image: url('../img/backgrounds/dining.jpg');}
.bg-features {background-image: url('../img/backgrounds/bg-features.jpg');}
.interiors {background-image: url('../img/backgrounds/interiors.jpg');}
.interiors-01 {background-image: url('../img/chic-home.jpg');}
.interiors-02 {background-image: url('../img/backgrounds/interiors-01.jpg');}
.interiors-03 {background-image: url('../img/backgrounds/lofts-01.jpg');}
.interiors-04 {background-image: url('../img/backgrounds/lofts-02.jpg');}
.interiors-05 {background-image: url('../img/backgrounds/bg-features.jpg');}
.interiors-06 {background-image: url('../img/backgrounds/lofts-03.jpg');}
.neighbourhood-01 {background-image: url('../img/backgrounds/family.jpg');}
.neighbourhood-02 {background-image: url('../img/backgrounds/east-harbour.jpg');}
.neighbourhood-03 {background-image: url('../img/backgrounds/sidewalk-labs.jpg');}
.neighbourhood-map {background-image: url('../img/backgrounds/map.jpg');}
.amenities-plan  {background-image: url('../img/backgrounds/amenity-plan.jpg');}

.hero-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.contain-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.fs-container {
	width: 100%;
	height: 100%;
	background: rgba(0,255,0,0);
}

.fs-button {
	position: absolute;
	top: 0;
	right: 50px;
	bottom: 0;
	left: 0;
	width:100%;
	height: 100%;
	background: rgba(255,0,0,0);
}

@media (min-width: 500px) {
	.intro-cta h1 {
		font-size: 12px;
	}

	.intro-cta h2 {
		font-size: 22px;
	}

	.intro-cta a:link,
	.intro-cta a:active,
	.intro-cta a:visited {
		font-size: 16px;
	}
}


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

	
}


@media (min-width: 768px) {

	header {max-height: 70px;}

	header span a img {
		width: auto;
		height: 70px;
	}
	
	.logo-wonder {display: block; position: relative; max-width:218px; float: none; margin:0 auto;}
	.logo-wonder img {padding:10px 0;}

	.logo-alterra {display: block; position: absolute; top:0; right:25px;}
	.logo-graywood {display: block; position: absolute; top:0; right:95px;}	
	.logo-alterra img, .logo-graywood img {padding:0;}
	
	#primary-nav {
		display: block;
		position: fixed;
		top: 21px;
		left: 15px;
		z-index: 99999;
		padding: 2px 0 0;
	}
	/*
	#nav-toggle {display: none;}
	#nav-toggle-alt {display: block;}
	*/
	nav ul {
		list-style: none;
		margin:0;
		padding:15px 0 10px;
	}
	nav {
		display: block;
		position: fixed;
		left: 15px;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: left;
		background-color: #ffffff;
		border: 1px solid #000000;
		z-index: 900;
		transition: all 0.5s cubic-bezier(0.666, 0, 0.333, 1);
		overflow-y: hidden;
		overflow-x: hidden;
		top: -100%;
	}
	nav.open {top: 70px; z-index: 10001;}
	nav li a {
		display: block;
		font-family: 'Josefin Sans', sans-serif;
		font-size: 10px;
		font-weight: 700;
		letter-spacing: 2px;
		color: #939598;
		background: rgba(255,255,255,0);
		margin: 0;
		padding: 0 25px;
		text-decoration: none;
		text-transform: uppercase;
		cursor: pointer;
	}
	
	nav li a.active {}
	nav li a:hover {
		color: #000;
	}	
	nav ul li ul { margin: 0; padding: 0;}	
	nav ul li ul li a {padding: 0 0 0 35px; line-height: 1.75em; color: #939598;}
	nav ul li ul li a:hover,
	nav ul li ul li a.active {color: #000;}
	nav ul li ul li {}	
	
	.hero-wrapper{
		position: relative;
		height: auto;
		width: auto;
		min-height: 100%;
		min-width: 100%;
		overflow: hidden;
	}

	.hero-copy-wrapper {
		height: 100vh;
		margin:0;
	}
	
	.hero-img-wrapper{
		position: relative;
		height: auto;
		width: auto;
		min-height: 100vh;
		min-width: 100%;
		overflow: hidden;
	}	
	
	.hero-cta h1 {
		font-size: 1.8333333333em;
		max-width: 70%;
	}	
		
	.hero-copy {
		position: relative;
		width: 100%;
		height:100vh;
		background-color: rgba(0,243,255,0);
		z-index: 100;
	}	
	
	.copy-wrapper{
		position: relative;
		/*height: calc(100vh - 70px);*/
		width: auto;
		height: 100vh;
		min-height: 100%;
		min-width: 100%;
		margin:0;
		overflow: hidden;
		background: rgba(0,0,255,0.75); 
	}	
	
	
	
	.panel-copy {
		font-size: 1.833333333em;
		max-width: 70%;	
	}

	.panel-copy h1 {
		font-size:  1.8333333333em;
	}	
	
	.news-copy {
		font-size: 1.25em;
		max-width: 70%;	
	}

	.news-copy h1 {
		font-size:  1.8333333333em;
	}	
	
	.contact-copy h1 {
		margin-top: 0;
	}
	
	video {
		position: fixed;
		top: 70px;
		right: 0;
		bottom: 0;
		min-width: 100%; 
		min-height: 100%;
		border: 1px solid #CCCCCC;
		z-index: -8888;
	}	


	.reg-form-wrapper{
		
		margin: 6em auto;
	}
	
	.stretch {
		height: 100vh;
		background: rgba(0,0,0,0);
		overflow: hidden;
	}		

	.stretch-alt {
		padding-top: 150px;
		padding-bottom: 150px;
		overflow: hidden;
	}	
	
	.intro-cta h1 {
		font-size: 15px;
	}

	.intro-cta h2 {
		font-size: 32px;
	}

	h1 +  h2 {margin-top: 30px !important;}
	
	.intro-cta a:link,
	.intro-cta a:active,
	.intro-cta a:visited {
		font-size: 18px;
	}	
	
	.intro-cta h2:last-of-type {
		padding-bottom: 50px;
	}
	
	.label-alt label,
	.label-alt-full label,
	.input-alt input,
	.input-alt select,
	.input-alt textarea {
		font-size: 22px;
	}
	
	.v-align-wrapper {
		display:table;
		/*height: calc(100vh - 70px);*/
		height: 100vh;
		overflow:hidden;
		margin:0px auto;
		background-color: rgba(255,0,0,0);
	}

	.v-align-container{
		display:table-cell;
		vertical-align: middle;
	}	

	
}
@media (min-width: 992px) {
	.intro-cta h1 {
		font-size: px;
	}

	.intro-cta h2 {
		font-size: 43px;
	}

	h1 +  h2 {margin-top: 40px !important;}

	.hero-cta h1 {
		font-size: 2.38333333333em;
		max-width: 80%;
	}	
	
	.panel-copy {
		font-size: 2.333333333em;
	}
	
	.news-copy {
		font-size: 1.5em;
	}	
	
	.intro-cta a:link,
	.intro-cta a:active,
	.intro-cta a:visited {
		font-size: 25px;
	}
	
	.label-alt label,
	.label-alt-full label,
	.input-alt input,
	.input-alt select,
	.input-alt textarea {}
	
	.contact-copy {text-align: left;}
	
}
@media (min-width: 1200px) {
	.hero-cta h1 {
		font-size: 2.9333333333em;
		max-width: 75%;
	}
}

@media (max-height: 599px) {
	.hero-cta h1 {
		font-size: 1.333333333em;
	}
}

.copy-1,
.copy-2,
.copy-3 {
	opacity: 0;
}




/* ----------------------------------------------------------------
	SOCIAL BUTTONS
-----------------------------------------------------------------*/
.social-icons-wrapper {width:96px;display: inline-block;}
.social-icons-container {width:51px; margin:0 auto;}

.btn-facebook,
.btn-twitter,
.btn-instagram {
	display: inline-block;
	width: 17px !important;
	height: 20px !important;
	margin-right: 1em;
	background: none !important;
}

.btn-facebook span,
.btn-twitter span,
.btn-instagram span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 17px 40px;
	background-position: 0 0; 	
}

.btn-facebook span {background-image:url("../img/icon-facebook.png");}
.btn-twitter span {background-image:url("../img/icon-twitter.png");}
.btn-instagram span {background-image:url("../img/icons-instagram.png");}

.btn-facebook:hover span,
.btn-twitter:hover span,
.btn-instagram:hover span {
	background-position: 0 -20px;	
}




/* ----------------------------------------------------------------
  Footer Nav
-----------------------------------------------------------------*/
.footer-nav {
	position: relative;
	text-align: center;
	margin: 3em auto 0;
}

.footer-nav a:link,
.footer-nav a:active,
.footer-nav a:visited {
	display: inline-block;
	width: 96px;
	height: 15px;
	margin: 10px 0;
	padding: 0;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 10px;
	font-weight: 700;
	color: #939598;
	border: 0px solid #f00;
	overflow: hidden;
}

.footer-nav a:hover {
	color: #f48998;
	background-image: url('../img/btn-bg-m.png');
	background-size: 96px 15px;
}

@media (min-width: 768px) {
	.footer-nav {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 10%;
		margin: 0 auto;
		z-index: 1000;
	}

	.footer-nav a:link,
	.footer-nav a:active,
	.footer-nav a:visited {
		width: 154px;
		height: 20px;
		margin: 0;
		padding: 0;
		line-height: 25px;
		font-size: 12px;
	}

	.footer-nav a:hover {
		color: #f48998;
		background-image: url('../img/btn-bg.png');
		background-size: 154px 20px;
	}
	
	.social-icons-wrapper {width:154px;}	
}












/* ----------------------------------------------------------------
  Bouncing Arrow
-----------------------------------------------------------------*/
.arrow,
.arrow-alt{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
	margin: 0 auto;
	z-index: 1000;
}

.arrow a:link,
.arrow a:active,
.arrow a:visited {text-decoration: none; color:rgb(88, 89, 91, 1);}

.arrow span {
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 10px;
}

	span.arrow-sm  {display: block;}
	span.arrow-lg  {display: none;}

@media (min-height: 820px) {
	span.arrow-sm  {display: none;}
	span.arrow-lg  {display: block;}
	.contact-copy {margin-top: 2em;}
}

@media (max-height: 820px) {
	span.arrow-sm  {display: none;}
	span.arrow-lg  {display: block;}
}

.bounce {
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

.left-bounce {
	-webkit-animation: left-bounce 2s infinite;
	animation: left-bounce 2s infinite;
}

.right-bounce {
	-webkit-animation: right-bounce 2s infinite;
	animation: right-bounce 2s infinite;
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
				transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
				transform: translateY(-15px);
	}
}
@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
				transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
				transform: translateY(-15px);
	}
}


@-webkit-keyframes left-bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateX(0);
				transform: translateX(0);
	}
	40% {
		-webkit-transform: translateX(10px);
				transform: translateX(10px);
	}
	60% {
		-webkit-transform: translateX(5px);
				transform: translateX(5px);
	}
}
@keyframes left-bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateX(0);
				transform: translateX(0);
	}
	40% {
		-webkit-transform: translateX(10px);
				transform: translateX(10px);
	}
	60% {
		-webkit-transform: translateX(5px);
				transform: translateX(5px);
	}
}

@-webkit-keyframes right-bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateX(0);
				transform: translateX(0);
	}
	40% {
		-webkit-transform: translateX(-10px);
				transform: translateX(-10px);
	}
	60% {
		-webkit-transform: translateX(-5px);
				transform: translateX(-5px);
	}
}
@keyframes right-bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateX(0);
				transform: translateX(0);
	}
	40% {
		-webkit-transform: translateX(-10px);
				transform: translateX(-10px);
	}
	60% {
		-webkit-transform: translateX(-5px);
				transform: translateX(-5px);
	}
}



.overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  color: white;
  text-transform: capitalize;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
  
.overlay p {
    color: white;
    position: relative;
	text-align: center;
    z-index: 100; }

.overlay p:after {
      content: "+";
      margin-bottom: 0em;
      font-size: 1.2em;
      display: block;
      text-align: center;
}

.overlay img {
    width: 48px;
}



.title-overlay {
  position: absolute;
  width: 100%;
  bottom: 0; /* 73px */ 
  padding-top: .6em;
  padding-bottom: .6em;
  background-color: rgba(0, 0, 0, 1);
}

.title-overlay p {
    color: #ab8d00;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.0em;
}

.title-overlay span {
    color: #ab8d00 ;
}

.hovereffect > .overlay {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}

.hovereffect img {
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
}


.hovereffect:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

.hovereffect:hover > .overlay {
	opacity:1;
	filter:alpha(opacity=100);
}


.lg-nail {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	float: left;
}


.lg-nail > img {
	max-width: 100%;
	height: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.lg-nail p {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.lg-nail:hover > img {
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
    /*
	-webkit-transform: scale3d(1.06, 1.06, 1.06);
            transform: scale3d(1.06, 1.06, 1.06);
    */
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
  
.lg-nail:hover p {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}




.lg-nail {
	width: 40%;
	margin: 5%;
}


@media only screen and (min-width: 500px) {
	.lg-nail {
		width: 20%;
		margin: 2.5%;
	}
}

@media only screen and (min-width: 768px) {
	.lg-nail {
		width: 16%;
		margin: 2%;
	}
}

@media only screen and (min-width: 992px) {
	.lg-nail {
		width: 9%;
		margin: 2.5%;
	} 
}





/* ----------------------------------------------------------------
	Google Maps
-----------------------------------------------------------------*/


#google-map {
	position: relative;
	width: 100%;
	height: 350px;
}

.gmap {
	border:1px solid #58595b;
}

.gmap img { max-width: none !important;}

.gm-style .gm-style-iw h3 span {
	font-size: inherit;
	font-family: inherit;
}

#map-overlay {
	position: relative;
	padding: 100px 0;
}

#map-overlay #google-map {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

#google-map {
	width: 100%;
}

@media (max-width: 1023px) {
	#google-map {
		margin: 0;
		width: 100%;
		height: 300px;
	}	
}





/* ----------------------------------------------------------------
	Owl Slider Helpers
-----------------------------------------------------------------*/


:root {
  --main-white-color: white;
  --main-black-color: black;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.static {
  position: static;
}

.cover {
	background-color: #ccc !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
  position: relative;
  height: 100vh;
  background-color: #fff;
}

.owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
	width: 20px;	
  border: 3px solid #fff;
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span{
  background: #000;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #58595b;
}

.owl-carousel .owl-nav {
  left: 0;
	right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
	background: rgba(255,0,0,0);	
}

.owl-carousel .owl-nav svg {
  opacity: 0.3;
  transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
  opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.owl-slide-copy h1 {font-size: 1rem; margin-top:0;}
.owl-slide-copy p {font-size: 1rem; line-height: 1.75em;}

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

	
}

@media only screen and (min-width: 768px) {
	.owl-slide-copy h1 {font-size: 1.333333333rem;}
	.owl-slide-copy p {font-size: 1.333333333rem;}
	.cover {background-size: cover;}	
	
}

@media only screen and (min-width: 992px) {
	.owl-slide-copy h1 {font-size: 2rem;}
	.owl-slide-copy p {font-size: 2rem;}
}

@media only screen and (min-width: 1200px) {
	.owl-slide-copy h1 {font-size: 2.333333333rem;}
	.owl-slide-copy p {font-size: 2.333333333rem;}
}

@media only screen and (max-height: 700px) {
	.owl-slide-copy h1 {font-size: 1rem;}
	.owl-slide-copy p {font-size: 1rem;}
}

@media only screen and (min-height: 701px) and (max-height: 860px) {
	.owl-slide-copy h1 {font-size: 2rem;}
	.owl-slide-copy p {font-size: 2rem;}
}

/*
section {
  display: none;
}
*/

@media screen and (max-width: 575px) {
  .owl-carousel .owl-nav {
    top: 5%;
  }
  
  .owl-carousel .owl-nav svg {
    width: 24px;
    height: 24px;
  }
}

.owl-prev {float: left; margin-left:15px;}
.owl-next {float: right; margin-right:15px;}

.owl-dots {
	background: rgba(0,0,255,0);
	bottom: 10px;
  left: 50%;
  transform: translateX(-50%);	
}


.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);	
}

.owl-carousel .owl-item img {
	display: block;
	max-width: 380px;
	margin: 0 auto;
}



.slide-tag {
	position:absolute; 
	bottom:2em; 
	right:2em; 
	color:#fff; 
	text-transform:uppercase; 
	font-family: 'Josefin Sans', sans-serif;	
	font-weight: 700; 
	font-size: 1.5em;letter-spacing: 0.25em;
}


.slide-tag {
	position:absolute; 
	bottom:1.5em; 
	right: 0;
	left: 0;
	color:#fff; 
	text-transform:uppercase; 
	font-family: 'Josefin Sans', sans-serif;	
	font-weight: 700; 
	font-size: 1em;
	letter-spacing: 0.25em;
	text-align: center;
}


@media only screen and (min-width: 768px) {
	.slide-tag {
		bottom:2em; 
		right:2em;
		left: auto;
		font-size: 1.5em;

	}
}




/* ----------------------------------------------------------------
	HELPER
-----------------------------------------------------------------*/

.for-desktop {display: none;}

.full-screen-dl span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100% !important;
}

@media (min-width: 768px) {
	.for-desktop {display: block;}
	
	.full-screen-dl span {
		height: 100vh;
	}	
}


.delay-3s {
    -webkit-animation-delay: 3s; /* Chrome, Safari, Opera */
    animation-delay: 3s;
}

.full-height {height: 100vh;}

.color-alt		{color:#ffffff !important;}
.color-alt-1	{color:#f48998 !important;}	
.color-alt-2	{color:#ffe453 !important;}	
.color-alt-3	{color:#F79548 !important;}	
.color-alt-4	{color:#BACF9E !important;}
.color-alt-5	{color:#A089C0 !important;}
.color-alt-6	{color:#A5D2EC !important;}

.bgcolor-alt-1	{background-color:#f48998 !important;}	
.bgcolor-alt-2	{background-color:#ffe453 !important;}	
.bgcolor-alt-3	{background-color:#F79548 !important;}	
.bgcolor-alt-4	{background-color:#BACF9E !important;}
.bgcolor-alt-5	{background-color:#A089C0 !important;}
.bgcolor-alt-6	{background-color:#A5D2EC !important;}

.mt-xs {margin-top: 2em !important;}
.mt-sm {margin-top: 4em !important;}
.mt-md {margin-top: 6em !important;}
.mt-lg {margin-top: 8em !important;}
.mt-xl {margin-top: 10em !important;}

.mb-xs {margin-bottom: 2em !important;}
.mb-sm {margin-bottom: 4em !important;}
.mb-md {margin-bottom: 6em !important;}
.mb-lg {margin-bottom: 8em !important;}
.mb-xl {margin-bottom: 10em !important;}

.plr-none {padding: 0 0 !important;}

.pt-xs {padding-top: 2em !important;}
.pt-sm {padding-top: 4em !important;}
.pt-md {padding-top: 6em !important;}
.pt-lg {padding-top: 8em !important;}
.pt-xl {padding-top: 10em !important;}

.pb-xs {padding-bottom: 2em !important;}
.pb-sm {padding-bottom: 4em !important;}
.pb-md {padding-bottom: 6em !important;}
.pb-lg {padding-bottom: 8em !important;}
.pb-xl {padding-bottom: 10em !important;}


a.popup-href{
	position: absolute;
	width: 51%;
	height: 20%;
	top: 46%;
	left: 49%;
	z-index: 9;
	font-size: 0;
	line-height: 0;
}
@media(max-width: 767px){
	a.popup-href {
		width: 100%;
		height: 11%;
		top: 74%;
		left: 0;
		z-index: 9;
	}
}





/* Homeowner Style */

.site-main {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding: 150px 0 100px;
	width: 100%;	
	line-height: 1.2;
}

.heading {    
	position: relative;
	margin-bottom: 30px;
}
.heading  a.logout-link {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #000000;
}
.heading h2 {
	font-family: 'Josefin Sans';
	margin: 0 0 15px;
	font-size: 1.15em;
	line-height: 1.2;
    letter-spacing: 2px;
}

.heading p {
	font-size: 2em;
	margin: 0;
	line-height: 1.2;
}

.archive-title {
	font-size: 36px;
	margin: 0;
	line-height: 1.2;	
}

.main-download {
	margin-bottom: 70px;
}

.main-download .item {
	position: relative;
	margin-bottom: 10px;
}

.main-download .item>span {
	display: inline-block;
	color: #939598;
    font-weight: 500;
    border: 2px solid #939598;
    font-family: 'Josefin Sans';	
	font-size: 1.25em;
	padding: 5px 20px 3px 20px;
	line-height: 1.4;
	position: relative;
	width: 66%;
    text-transform: uppercase;
}

.main-download .item a {
	background: #939598; 
	color: #fff;
	line-height: 1.4;
	display: inline-block;
	padding: 8px 20px 4px 20px;
    font-family: 'Josefin Sans';
    font-size: 1.25em;
	/*margin-left: 10px;*/
	width:33.333333333%;
    text-decoration: none;
	position: relative;
	bottom: -1px;
    text-transform: uppercase;
	text-align:center;
}

.additional-download {
	margin: -15px;
}

.additional-download:before,
.additional-download:after {
	content: "";
	display: table;
	clear: both;
}

.additional-download .item {
	float: left;
	width: 50%;
	padding: 10px 15px;
}

.additional-download .item a {
font-family: 'Josefin Sans';
color: #939598;
text-decoration: none;
	display: block;
	border: 2px solid #939598;
  font-weight: 500;
  font-style: normal;	
	font-size: 1.25em;
	text-align: center;	
	line-height: 1;
	box-sizing: border-box;
    text-transform: uppercase;
    padding: 10px 10px 6px;
    letter-spacing: 1px;
	transition: all 250ms ease-in-out;
}

.additional-download .item a:hover,
.additional-download .item a.active {
	background: #939598;
	color:#fff
}

.additional-download .item a span {
	display: block;
}

.note {
	font-size: 1.5em;
	color:#ff0000;
}

.homeowner-form input[type=password] {
	border: 1px solid #000000;
	height: 40px;/*55px*/
	line-height:40px;
	font-size: 36px;
	padding: 0 20px;
	width:100%;
	max-width: 500px;
	margin-bottom: 40px;
}

.homeowner-form input[type=submit] {
	font-family: 'Josefin Sans';
	background: none;
    font-weight: 700;
	color: #58595b;
	height: 55px;
	padding: 0;
	font-size: 2em;
	border: 0;
    letter-spacing: 2px;
}

@media (max-width: 767px) {
	.site {
		padding: 0 15px;
	}
	
	.main-download .item a,
	.main-download .item>span {
		width: 100%;
	}
	
	.main-download .item a {
		margin: 0;
		text-align: center;
	}
	
	.additional-download .item {
		width: 100%;
	}
}


.logo-wonder {display: inline-block; position: relative; margin:0 auto 0 70px; float: left;}
.logo-wonder img {padding:10px 0;}

.logo-alterra {display: inline-block; position: relative; float: right; margin-right:15px;}
.logo-graywood {display: inline-block; position: relative; float: right; margin-right: 20px;}
.logo-alterra img, .logo-graywood img {padding:10px 0;}

@media (min-width: 768px) {
	.logo-wonder {display: block; position: relative; max-width:218px; float: none; margin:0 auto;}
	.logo-wonder img {padding:10px 0;}

	.logo-alterra {display: block; position: absolute; top:0; right:25px; margin-right:0;}
	.logo-graywood {display: block; position: absolute; top:0; right:95px;}	
	.logo-alterra img, .logo-graywood img {padding:0;}
}

/*** Top Nav ***/	
#primary-nav {
	display: block;
	position: fixed;
	top: 10px;
	left: 15px;
	z-index: 9000;
	padding: 2px 0 0;
}
#primary-nav-absolute {
	position: absolute;
	top: 15px;
	right: 25px;
	z-index: 99999;
}
#primary-nav > div > span {
	margin-right:0;
}
/*** NAV TOGGLE ***/
#nav-toggle, 
#nav-toggle-alt {
	display: block;
}
#nav-toggle, 
#nav-toggle-alt {
	cursor: pointer; 
	padding: 10px 30px 16px 0px;
}
#nav-toggle span, 
#nav-toggle span:before, 
#nav-toggle span:after,
#nav-toggle-alt span, 
#nav-toggle-alt span:before, 
#nav-toggle-alt span:after{
  cursor: pointer;
  border-radius: 0;
  height: 5px;
  width: 25px;
  background: #939598;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before,
#nav-toggle-alt span:before{
  top: -10px; 
}
#nav-toggle span:after,
#nav-toggle-alt span:after{
  bottom: -10px;
}
#nav-toggle span, 
#nav-toggle span:before, 
#nav-toggle span:after {
  transition: all 250ms ease-in-out;
}
#nav-toggle.open {background: transparent;}
#nav-toggle.open span {
  background-color: transparent;
}
#nav-toggle.open span:before, 
#nav-toggle.open span:after {
  top: 0;
}
#nav-toggle.open span:before {
  transform: rotate(45deg);
}
#nav-toggle.open span:after {
  transform: rotate(-45deg);
}


nav ul {
	list-style: none;
	margin:0;
	padding:75px 0 50px 0;
}
nav {
	display: block;
	position: fixed;
	left: 0;
	width: 100vw;
	height: 100%;
	text-align: center;
	background-color: #e6e6e6;
	z-index: 5000;
	transition: all 0.5s cubic-bezier(0.666, 0, 0.333, 1);
	overflow-y: scroll;
	overflow-x: hidden;
	top: -100%;
}
nav.open {top: 0;}
nav .logo {
	display: block;
	width: auto;
	height: 50px;
	vertical-align: middle;
	margin: 30px auto;
}
nav li a {
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #939598;
	background: rgba(255,255,255,0);
	margin: 0;
	padding: 4px 0;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	cursor: pointer;
}

nav li a.active {
	color: #f00;
	background: #fff;
	text-decoration: none;
}
nav li a:hover {
	color: #939598;
	background: #fff;
	text-decoration: none;
}	
nav ul li ul {
	list-style: none;
	margin:0 0 15px;
	padding:0;
	border-top: 0 solid rgba(59,80,163,1);
	border-bottom: 0 solid rgba(59,80,163,1);
}	
nav ul li ul li a {
	display: block;
	font-size: 0.85em;
	font-weight: 400;
	color: #939598;
	margin: 0;
	padding: 0;
	text-decoration: none;
	line-height: 30px;
	cursor: pointer;
}
nav ul li ul li a:hover {background: #ccc;}
nav ul li ul li {}	

@media (min-width: 768px) {

	header {max-height: 70px;}

	header span a img {
		width: auto;
		height: 70px;
	}
	
	.logo-wonder {display: block; position: relative; max-width:218px; float: none; margin:0 auto;}
	.logo-wonder img {padding:10px 0;}

	.logo-alterra {display: block; position: absolute; top:0; right:25px;}
	.logo-graywood {display: block; position: absolute; top:0; right:95px;}	
	.logo-alterra img, .logo-graywood img {padding:0;}
	
	#primary-nav {
		display: block;
		position: fixed;
		top: 21px;
		left: 15px;
		right:auto;
		z-index: 99999;
		padding: 2px 0 0;
	}

	nav ul {
		list-style: none;
		margin:0;
		padding:15px 0 10px;
	}
	nav {
		display: block;
		position: fixed;
		left: 15px;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: left;
		background-color: #ffffff;
		border: 1px solid #000000;
		z-index: 900;
		transition: all 0.5s cubic-bezier(0.666, 0, 0.333, 1);
		overflow-y: hidden;
		overflow-x: hidden;
		top: -100%;
	}
	nav.open {top: 70px; z-index: 10001;}
	nav li a {
		display: block;
		font-family: 'Josefin Sans', sans-serif;
		font-size: 10px;
		font-weight: 700;
		letter-spacing: 2px;
		color: #939598;
		background: rgba(255,255,255,0);
		margin: 0;
		padding: 0 25px;
		text-decoration: none;
		text-transform: uppercase;
		cursor: pointer;
	}
	
	nav li a.active {}
	nav li a:hover {
		color: #000;
	}	
	nav ul li ul { margin: 0; padding: 0;}	
	nav ul li ul li a {padding: 0 0 0 35px; line-height: 1.75em; color: #939598;}
	nav ul li ul li a:hover,
	nav ul li ul li a.active {color: #000;}
	nav ul li ul li {}	
}