html,
body {
	min-height: 100%;
	height: auto;
}

body.hq {
	background-color: #C1D7CF;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/about-white.png) no-repeat bottom center;
	/*z-index: -1;*/
}

.below-fold {
	z-index: 1978;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}

#about {
	background-color: #fff;
}

#contact {
	background-color: #C1D7CF;
}

.soon {
	color: #fff;
	margin: 0 auto;
	padding: 20px;
	padding-top: 240px;
	max-width: 582px;
	z-index: 1978;
	text-align: center;
}

.soon p {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
}

#about .soon,
#contact .soon {
	padding-top: 80px;
	max-width: 480px;
}

#about .soon {
	padding-bottom: 60px;
}

#about .soon p {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-align: left;
}

#about .soon h3,
#contact .soon h3 {
	color: #000;
	text-align: left;
	line-height: 26px;
	margin-top: 50px;
}

ul.guinea-pigs {
	margin-bottom: 20px;
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
}

.guinea-pigs,
.guinea-pigs li,
.guinea-pigs li a {
	list-style: none;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}

form .mc-field-group input {
	background-color: #fff;
	border: 3px solid #fff;
	color: #000;
	box-shadow: none;
	padding: 3px;
	font-size: 13px;
	-webkit-appearance: none;
	border-radius: 0;
}

.mc-field-group,
.submit {
	width: 25%;
	float: left;
	margin-right: 10px;
}

.mc-field-group-email {
	margin-right: 0;
}

input.error {
	border: 3px solid #f00 !important;
}

.submit {
	width: auto;
	font-size: 23px;
	border: 2px solid #2E312F;
	background-color: #D3E1D7;
	color: #2E312F;
	margin-right: 0;
	padding: 5px 5px !important;
}


/**
 * Early birds
 */

.earlybirds {
	position: absolute;
	top: -64px;
	/*-120px*/
	left: 0;
	width: 100%;
	z-index: 1978;
}

.earlybirds .owl-carousel {
	max-width: 1200px;
	margin: 0 auto;
}

.earlybirds .earlybird {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
	padding: 10px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-transition: margin-top 200ms ease-out 100ms;
	-moz-transition: margin-top 200ms ease-out 100ms;
	-o-transition: margin-top 200ms ease-out 100ms;
	transition: margin-top 200ms ease-out 100ms;
}

.earlybirds .earlybird img {}

.earlybirds .earlybird:hover {
	margin-top: 90px !important;
}

.earlybird .band-container {
	display: inline-block;
	padding: 10px 10px 0 10px;
	min-height: 60px;
	/*http://stackoverflow.com/questions/3922739/limit-text-length-to-n-lines-using-css*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 25px;
	/* fallback */
	max-height: 60px;
	/* fallback */
	-webkit-line-clamp: 2;
	/* number of lines to show */
	-webkit-box-orient: vertical;
}

.earlybird .band {
	font-family: "proxima-nova", sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 18px;
	width: 100%;
	border-bottom: 2px solid #000;
}

.earlybird:hover .band {
	/*	text-indent: 0;
	display: block;
	-webkit-transition: background-color 200ms ease-out 200ms;
	-moz-transition: background-color 200ms ease-out 200ms;
	-o-transition: background-color 200ms ease-out 200ms;
	transition: background-color 200ms ease-out 200ms; */
}

div.showcase-logo {
	text-align: center;
}

.sc-logo {
	position: relative;
	padding-bottom: 40px;
}

.sc-logo .wfm {
	font-size: 46px;
	line-height: 46px;
	font-weight: 700;
	/*	font-size: 46px;
	line-height: 46px; */
	padding-bottom: 10px;
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	text-align: center;
	width: 100%;
	padding: 66px;
	/*padding: 38px;*/
	font-style: italic;
}

#fade {
	background: rgba(211, 225, 215, 0.8);
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}


/**
 * Footer
 * http://css-tricks.com/snippets/css/sticky-footer/
 */

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

.page-wrap {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -100px;
}

.page-wrap:after {
	content: "";
	display: block;
}

.site-footer,
.page-wrap:after {
	/* .push must be the same height as footer */
	height: 100px;
}

.site-footer {
	background: transparent;
}

@media only screen and (max-width: 1280px) {
	.sc-logo img {
		max-width: 120px;
	}
	.soon {
		max-width: 520px;
		padding-top: 210px;
	}
	.soon p {
		font-size: 18px;
		line-height: 22px;
	}
	.sc-logo {
		padding-bottom: 12px;
	}
	.sc-logo .wfm {
		font-size: 34px;
		line-height: 32px;
		padding-bottom: 10px;
		position: absolute;
		top: 0;
		left: 0;
		color: #000;
		text-align: center;
		width: 100%;
		padding: 39px 66px 66px 66px;
	}
}

@media only screen and (max-width: 1023px) {
	.sc-logo img {
		max-width: 120px;
	}
	.soon {
		max-width: 520px;
		padding-top: 200px;
	}
	#about .soon {
		padding-top: 100px;
	}
	.sc-logo .wfm {
		font-size: 34px;
		line-height: 32px;
		padding-bottom: 10px;
		position: absolute;
		top: 0;
		left: 0;
		color: #000;
		text-align: center;
		width: 100%;
		padding: 39px 0 0 0;
	}
	.fixed {
		position: static;
		height: auto;
	}
	.below-fold {
		z-index: 1978;
		position: static;
	}
}

@media only screen and (max-width: 480px) {
	.mc-field-group,
	.submit {
		width: 100%;
		margin-bottom: 10px;
	}
	#mc-embedded-subscribe {
		float: none !important;
	}
}