/*
Reset
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
}

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

/*
Fonts
*/

@font-face {
	font-family: 'Gotham';
	src: url('/fonts/Gotham-Light.eot');
	src: url('/fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Gotham-Light.woff2') format('woff2'),
		url('/fonts/Gotham-Light.woff') format('woff'),
		url('/fonts/Gotham-Light.ttf') format('truetype'),
		url('/fonts/Gotham-Light.svg#Gotham-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('/fonts/Gotham-Book.eot');
	src: url('/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Gotham-Book.woff2') format('woff2'),
		url('/fonts/Gotham-Book.woff') format('woff'),
		url('/fonts/Gotham-Book.ttf') format('truetype'),
		url('/fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('/fonts/Gotham-Medium.eot');
	src: url('/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Gotham-Medium.woff2') format('woff2'),
		url('/fonts/Gotham-Medium.woff') format('woff'),
		url('/fonts/Gotham-Medium.ttf') format('truetype'),
		url('/fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('/fonts/Gotham-Bold.eot');
	src: url('/fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Gotham-Bold.woff2') format('woff2'),
		url('/fonts/Gotham-Bold.woff') format('woff'),
		url('/fonts/Gotham-Bold.ttf') format('truetype'),
		url('/fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
}

/*
Global
*/

html {
	height: 100%;
	width: 100%;
}

body {
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.55;
	height: 100%;
	width: 100%;
	color: #333;
	position: relative;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

strong, b, strong *, b * {
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
}

i {
	font-style: italic;
}

	strong i, b i, i strong, i b {
		font-weight: 600;
		font-style: italic;
	}

a, a:focus, a:hover {
	color: #d00;
	text-decoration: none;
}

	a:hover {
		color: #f00;
	}

p {
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 {
	font-size: 2.5em;
	padding-top: 0.8em;
	padding-bottom: 0.5em;
	line-height: 1.3em;
}

h2 {
	font-size: 1.7em;
	padding-top: 0.9em;
	padding-bottom: 0.2em;
}

h3 {
	font-size: 1.2em;
	padding-top: 0.9em;
	padding-bottom: 0.8em;
	font-weight: 600;
}

	@media (max-width: 1000px) {

		h1 {
			font-size: 2.1em;
			padding-bottom: 0.6em;
		}

		h2 {
			font-size: 1.5em;
		}

	}

mark {
	background: linear-gradient(rgba(255, 255, 255, 0) 60%, rgb(230, 0, 0, 0.3) 60%);
	padding: 0 2px;
}

ol, ul {
	list-style-type: disc;
	margin: 15px 0 15px 0;
	text-align: left;
}

	ol > * > ol, ul > * > ul {
		list-style-type: circle;
	}

	ul li {
		margin: 0 0 7px 25px;
		padding-left: 5px;
	}

::-webkit-input-placeholder {
	color: #999;
}
:-moz-placeholder {
	color: #999;
	opacity: 1;
}
::-moz-placeholder {
	color: #999;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #999;
}
::-ms-input-placeholder {
	color: #999;
}
::placeholder {
	color: #999;
}

.button,
.button:hover,
.button:focus {
	display: block;
	width: 100%;
	border: 0;
	cursor: pointer;
	color: #fff;
	outline: none;
	padding: 15px 0;
	font-weight: 700;
	border-radius: 3px;
	overflow: hidden;
	text-align: center;
	font-size: 0.95em;
	text-transform: uppercase;
	line-height: 1.4em;
	letter-spacing: 0.2px;
	background: #ee0000;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
	transition: filter 0.2s, box-shadow 0.2s;
	box-shadow: inset 0 -3.5px 0 0 rgba(0,0,0,0.15), inset 0 0 0 1px rgba(0,0,0,0.1);
}

	.button.button-secondary {
		background: #eee;
		color: #555;
		text-shadow: none;
		font-size: 0.85em;
		line-height: 45px;
	}

	.button:hover {
		filter: brightness(1.1);
	}

.header-container {
	width: 100%;
	background: #fff;
	position: relative;
	box-shadow: 0 0.5px 0 rgba(0,0,0,0.2), 0 5px 5px rgba(0,0,0,0.03);
	z-index: 5;
}

	.header-container .fixed-container {
		padding: 0;
	}

	.header-container a {
		display: inline-block;
		color: #333;
		text-decoration: none;
		font-weight: 600;
		line-height: 60px;
		font-size: 1.2em;
		position: relative;
		padding: 0 25px;
	}

	.header-container img {
		height: 31px;
		margin-right: 6px;
		vertical-align: middle;
		position: relative;
		top: -2px;
		transition: transform 0.2s;
	}

	@media (max-width: 1000px) {

		.header-container a {
			padding: 0 15px;
		}

		.header-container img {
			margin-right: 8px;
		}

	}

.nav-container {
	position: fixed;
	z-index: 9;
	background: rgba(255,255,255,0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

	.nav-container .nav-links {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 200px;
		background: #fff;
		z-index: 1;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
	}

		.nav-container .nav-links a {
			display: block;
			padding: 20px;
		}

.footer-container {
	padding: 20px 0;
	width: 100%;
	font-size: 0.9em;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 -0.5px 0 rgba(0,0,0,0.2), 0 -5px 5px rgba(0,0,0,0.03);
}

	.footer-container a {
		color: #333;
	}

		.footer-container a:hover {
			color: #d00;
		}

	.footer-container .footer-item {
		padding: 10px 0;
		margin-right: 15px;
		display: inline-block;
		border-radius: 3px;
	}

		.footer-container .footer-item:last-child {
			margin-right: 0;
		}

	.footer-container .footer-legal {
		float: right;
	}

		@media (max-width: 1000px) {

			.footer-container {
				text-align: center;
			}

			.footer-container .footer-legal {
				float: none;
			}

		}

.body-container {
	width: 100%;
	position: relative;
	box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	padding: 10px 0 30px 0;
}

	.body-container-odd {
		background: #eee;
	}

.hero-container {
	background: #333;
	padding: 0;
	border-top: 0;
	position: relative;
	overflow: hidden;
	text-align:center;
}

	.hero-bg {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		object-fit: cover;
		filter: brightness(0.7);
	}

	.hero-content {
		padding: 100px 30px;
		position: relative;
		z-index: 1;
		box-shadow: inset 0 0 150px rgb(0, 0, 0);
		color: #fff;
		text-shadow: 0 1px 5px rgb(0, 0, 0), 0 1px 15px rgb(0, 0, 0), 0 1px 30px rgb(0, 0, 0), 0 1px 30px rgb(0, 0, 0);
	}

		.hero-content h1 {
			font-weight: 700;
			padding-top: 0;
			padding-bottom: 0.4em;
		}

		.hero-content h3 {
			padding-top: 0;
			padding-bottom: 1.1em;
		}

		.hero-content .button {
			display: inline-block;
			width: auto;
			padding-left: 30px;
			padding-right: 30px;
			font-size: 1.05em;
			box-shadow: 0 1px 20px rgb(0, 0, 0);
		}

.fixed-container {
	width: 100%;
	padding: 0 25px;
	margin: auto;
	max-width: 1200px;
	position: relative;
}

.debug {
	background: #eee;
	color: #666;
	font-size: 0.9em;
	padding: 4px 7px;
	margin: 0 3px;
	border: 1px dashed rgba(0,0,0,0.5);
	border-radius: 3px;
}

.alert {
	background: rgba(125,125,125,0.2);
	padding: 10px 20px;
	margin-bottom: 25px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3);
	border-radius: 3px;
}

	.alert-success {
		color: #588253;
		background: rgba(50,200,20,0.2);
		box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3), 0 0 10px 3px rgba(50,200,20,0.2);
	}

	.alert-error {
		color: #866060;
		background: rgba(200,20,20,0.2);
		box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3), 0 0 10px 3px rgba(200,20,20,0.2);
	}

fieldset {
	display: block;
	padding: 15px 0;
}

	fieldset label {
		display: block;
		font-size: 0.7em;
		font-weight: 600;
		text-transform: uppercase;
		padding-bottom: 5px;
	}

input:not([type='checkbox']), textarea {
	display: block;
	width: 100%;
	font-size: 1em;
	padding: 0 15px;
	border: 0;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(0,0,0,0.5), 0 0.5px 2px rgba(0,0,0,0.3), 0 2px 6px -2px rgba(0,0,0,0.3);
}

button {
	font-family: Gotham, Helvetica, Arial, sans-serif;
}

textarea {
	padding: 15px;
	min-height: 100px;
	line-height: 1.5em;
}

input {
	line-height: 45px;
}

input:disabled {
	filter: brightness(0.8);
	opacity: 0.5;
}

img.image-preview {
	opacity: 0;
	filter: blur(10px);
	scale: 1.1;
}

img.image-final {
	opacity: 0;
}