article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	-webkit-text-size-adjust: none;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body.is-loading #banner > .inner {
	opacity: 0;
	-moz-transform: translateY(1em);
	-webkit-transform: translateY(1em);
	-ms-transform: translateY(1em);
	transform: translateY(1em);
}
.logo {
	display: block;
	left: 0;
	margin: 0 auto;
	padding: 15px;
	position: absolute;
	right: 0;
	z-index: 10;
}
#banner {
	display: -ms-flexbox;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	padding: 6em 0 6em 0;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	min-height: 100vh;
	height: 100vh;
	position: relative;
	background: #000;
	background-image: url(../img/Desktop_splash.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;
}
#banner:before {
	-moz-transition: opacity 3s ease;
	-webkit-transition: opacity 3s ease;
	-ms-transition: opacity 3s ease;
	transition: opacity 3s ease;
	-moz-transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	transition-delay: 0.25s;
	content: '';
	display: block;
	background-color: #000;
	height: 100%;
	left: 0;
	opacity: 0.1;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
#banner .inner {
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-moz-transition: opacity 1s ease, transform 1s ease;
	-webkit-transition: opacity 1s ease, transform 1s ease;
	-ms-transition: opacity 1s ease, transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	position: relative;
	opacity: 1;
	z-index: 3;
	padding: 0 2em;
}
#banner h1 {
	font-size: 4em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #FFF;
}
#banner p {
	font-size: 1.5em;
	margin-bottom: 1.75em;
}
#banner a {
	color: #FFF;
	text-decoration: none;
}
@media screen and (max-width: 1280px) {
	#banner h1 {
		font-size: 3.5em;
	}
}
@media screen and (max-width: 736px) {
	/*#banner {
		background-attachment: scroll;
	}*/
	#banner h1 {
		font-size: 2.25em;
	}
	#banner p {
		font-size: 1.25em;
	}
	#banner {
		padding: 0 0 6em;
	}
}
.form-control, .btn {
	border-radius: 0;
}
.btn {
	cursor: pointer;
}