* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style-type: none;
}

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

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 1px;
	background-color: #000;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	position: relative;
}

#container {
	z-index: 0;

}

.hero {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	bottom: 96px;
	right: 0;
	background-color: #FFF;
	color: #fff;
	padding: 24px;
	min-height: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.hero-centered {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}

.hero .video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content-hack {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}

#content {
	max-width: 1072px;
	margin: 0 auto;
	color: white;
	padding: 72px 0;
	position: relative;
}

h1 {
	font-weight: 300;
	font-size: 18px;
}

h2 {
	font-weight: 500;
	font-size: 18px;
	padding: 24px;
	line-height: 18px;
}

nav {
	color: #fff;
	line-height: 36px;
	padding: 30px 24px;
	margin: 0 auto;
	max-width: 1024px;
	box-sizing: content-box;
}

nav ul li {
	float: left;
	margin-right: 24px;
}

.no-touch a:hover {
	border-bottom: 1px solid;
}

.about {
	padding: 0 24px 48px;
}

.about p {
	font-size: 24px;
}

section, .about {
	margin: 0 auto;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.stretch {
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-o-flex-grow: 1;
	flex-grow: 1;
}

.column {
	float: left;
	width: 50%;
	padding: 48px 24px;
	position: relative;
}

p.a {
	margin-top: 18px;
}

h3 {
	display: inline-block;
	border-bottom: 1px solid;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: 300;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.no-touch a:active {
	opacity: 1;
}

a:active {
	opacity: .3;
}

a.app-store {
	font-weight: 500;
}

a.disabled {
	pointer-events: none;
}

section.about p {
	float: left;
	padding: 96px 36px 0;
	font-size: 24px;
	margin-right: 36px;
	font-weight: 300;
}

.image {
	width: 100%;
	padding-bottom: 66.4%;
	margin-bottom: 18px;
	background-color: #222;
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	pointer-events: none;
}

.image img {
	position: absolute;
	width: 100%;
	height: auto;
}

.questions {
	width: 66.66%;
	padding: 0 24px;
}

.resources {
	width: 33.33%;
	padding: 48px 24px;
}

.question {
	padding: 48px 0;
	font-size: 24px;
}

.question a {
	font-weight: 500;
}

.question .q {
	display: inline;
	border-bottom: 1px solid;
	padding-bottom: 3px;
}

.resources .label {
	opacity: .3;
	font-weight: 500;
}


@media only screen and (max-width: 1072px) {
	.column {
		padding: 48px 12px;
	}	
	
	.features {
		padding: 0 12px;
	}
}

@media only screen and (max-width: 768px) {
	
	.hero {
		height: auto;
		padding: 0;
		position: relative;
		background-color: black;
		min-height: 0 !important;
	}
	
	.resources, .questions {
		width: 100%;
	}
	
	.resources {
		order: 2;
	}
	
	.questions {
		order: 1;
	}
}

@media only screen and (max-width: 640px) {
	
	#content {
		padding: 48px 0;
	}
	
	.column {
		width: 100%;
		padding: 24px 12px;
	}
	
	.about p {
		font-size: 18px;
	}

	.question {
		font-size: 18px;
		padding-top: 24px;
		padding-bottom: 24px;
	}
}

@media only screen and (max-height: 1024px) and (min-width: 768px) {
	
	.hero {
		bottom: 60px;
		min-height: 588px;
	}
	
	.hero-centered {
		max-width: 960px;	
	}
	
	nav {
		line-height: 36px;
		padding: 12px 24px;
		max-width: 960px;
	}
	
	#content {
		max-width: 1008px;
	}
	
	.column {
		padding: 48px 12px;
	}	
	
	.features {
		padding: 0 12px;
	}
	
}

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}