/* -------------------------------------------------------------------------- */
/* Reset -------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
body, div, img, hr, form, fieldset, label, legend, iframe, input, select, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {margin: 0; padding: 0;}
img, a img {border: none; -ms-interpolation-mode: bicubic;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.accessible {position: absolute; left: -9999em;}
.hidden {display: none;}
/* -------------------------------------------------------------------------- */
/* Base --------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
html {
	font: 62.5% "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}
body {
	background: #000;
	color: #5E5E5E;
	font-size: 1.7rem;
	line-height: 1.2105263158;
	letter-spacing: -0.03rem;
	font-weight: 500;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
@media only screen and (min-width: 768px) {
	body {
		font-size: 1.8rem;
		line-height: 1.3333333333;
	}
}
@media only screen and (min-width: 980px) {
	body {
		font-size: 2.4rem;
		letter-spacing: 0;
	}
}
/* -------------------------------------------------------------------------- */
/* Systematic --------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
a,
a:active,
.feature-touch a:hover {
	color: #EC3A37;
	text-decoration: none;
	box-shadow: 0 1px #EC3A37;
	-webkit-transition: all .25s ease-out;
	    -ms-transition: all .25s ease-out;
	        transition: all .25s ease-out;
}
	a:hover {
		color: #EEE;
		box-shadow:  0 1px #EEE;
	}
	a:active,
	.feature-touch a.active {
		color: #FFF;
		box-shadow:  0 1px #EEE;
	}
h1, h2, h3, h4, h5, h6 {
	color: #DDD;
	font-weight: 700;
}
h1 {
	font-size: 3.8rem;
	line-height: 1.28;
}
h1.upper,
h2 {
	font-size: 1.7rem;
	line-height: 1.2962962963;
	margin: .2rem 0;
}
h1.upper {
	text-transform: uppercase;
}
p,
ul,
ol,
dl {
	padding: 0;
	margin: 0 0 1.6rem;
}
ul.list-plain,
.list-plain ul {
	list-style: none;
	padding-left: 0;
}
blockquote {
	font-style: italic;
}
	blockquote footer {
		display: block;
		font-weight: bold;
	}
hr {
	clear: both;
	width: 100%;
	height: 1px;
		overflow: hidden;
	background: #CCC;
	border: 0;
	margin: 0 0 2.2rem;
}
iframe {
	display: block;
	line-height: 0;
	padding: 0;
	margin: 0;
}
video {
	cursor: pointer;
}

.title-light {
	color: #A9A9A9;
}
.line {
	display: block;
}
.nowrap {
	display: inline-block;
}
::-moz-selection {
	color: #000;
	background: rgba(255,255,255,.1);
}
::selection {
	color: #000;
	background: rgba(255,255,255,.4);
}
@media only screen and (min-width: 768px) {
	h1.upper,
	h2 {
		font-size: 1.8rem;
	}
}
@media only screen and (min-width: 980px) {
	h1 {
		font-size: 3.8rem;
	}
	h1.upper,
	h2 {
		font-size: 2.4rem;
		margin: .2rem 0;
	}
	p,
	ul,
	ol,
	dl {
		padding: 0;
		margin: 0 0 1.6rem;
	}
}
/* -------------------------------------------------------------------------- */
/* Grid --------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.row,
.group {
	clear: both;
}
.l-wrap {
	max-width: 54rem;
}
@media only screen and (min-width: 540px) {
	.l-wrap {
		max-width: 54rem;
	}
		.col {
			display: block;
			float: left;
			clear: none;
			margin-left: 2.2rem;
		}

		.col.span-sm-1  {width: 11.7rem;}
		.col.span-sm-2  {width: 25.8rem;}
		.col.span-sm-3  {width: 39.9rem;}
		.col.span-sm-4  {width: 54rem; margin-left: 0;}
		.col:first-child {
			margin-left: 0;
		}
}
@media only screen and (min-width: 768px) {
	.l-wrap {
		max-width: none;
		max-width: 73.5rem;
	}
		.col {
			display: block;
			float: left;
			clear: none;
			margin-left: 3.3rem;
		}

		.col.span-md-1  {width: 15.9rem;}
		.col.span-md-2  {width: 35.1rem;}
		.col.span-md-3  {width: 54.3rem;}
		.col.span-md-4  {width: 73.5rem;}
		.col:first-child {
			margin-left: 0;
		}
}
@media only screen and (min-width: 980px) {
	.l-wrap {
		max-width: 98rem;
	}
		.col {
			margin-left: 4.4rem;
		}
		.col.span-lg-1  {width: 21.2rem; margin-left: 4.4rem;}
		.col.span-lg-2  {width: 46.8rem;}
		.col.span-lg-3  {width: 72.4rem;}
		.col.span-lg-4  {width: 98rem;}
		.col:first-child {
			margin-left: 0;
		}
}
/* -------------------------------------------------------------------------- */
/* Reusables ---------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.marker,
.nick {
	position: relative;
	padding-top: 0;
}
	.marker:before,
	.nick:before {
		position: absolute;
			left: 0;
			top: 0;
		height: 1rem;
			overflow: hidden;
		background: #EE372F;
		content: "";
	}
	.marker:before {
		width: 100%;
	}
	.marker-wide:before {
		width: 100%;
	}
	.nick:before {
		display: none;
	}
@media only screen and (min-width: 540px) {
	.marker:before,
	.nick:before {
		width: 100%;
		height: .8rem;
	}
	.nick:before {
		display: block;
		width: 1.6rem;
	}
}
@media only screen and (min-width: 980px) {
	.marker:before,
	.nick:before {
		height: 1rem;
	}
	.nick:before {
		width: 2.2rem;
	}
}
/* -------------------------------------------------------------------------- */
/* Layout - Global Structure ------------------------------------------------ */
/* -------------------------------------------------------------------------- */
.l-wrap {
	clear: both;
	margin: 0 auto;
}
.page-header {
	overflow: hidden;
	padding: 3.5rem 1.3rem 3rem;
}
.page-title {
	float: left;
	font-size: 1.8rem;
	line-height: 1.3333333333;

	font-size: 2.2rem;
	font-weight: bold;
}
	.page-title .dark {
		color: #565656;
	}
@media only screen and (min-width: 400px) {

}
@media only screen and (min-width: 540px) {
	.page-header {
		padding: 3.4rem 1.6rem 3.1rem;
	}
		.page-title {
			font-size: 1.6rem;
		}
}
@media only screen and (min-width: 768px) {
	.page-header {
		padding-top: 4.1rem;
		padding-bottom: 3.7rem;
	}
		.page-title {
			font-size: 2rem;
		}
}
@media only screen and (min-width: 980px) {
	.page-header {
		padding: 5.3rem 2.2rem 4.8rem;
	}
		.page-title {
			font-size: 2.7rem;
		}

}
/* -------------------------------------------------------------------------- */
/* Modules ------------------------------------------------------------------ */
/* -------------------------------------------------------------------------- */
@media only screen and (min-width: 540px) {
	.block-padded {
		padding-right: 1.6rem;
		padding-left: 1.6rem;
	}
}
@media only screen and (min-width: 980px) {
	.block-padded {
		padding-right: 2.2rem;
		padding-left: 2.2rem;
	}
}


/* Separator used in all sections */
.item {
	padding-bottom: 1rem;
}
@media only screen and (min-width: 980px) {
	.item {
		padding-bottom: 2rem;
	}
}


.introduction {
	font-size: 2.2rem;
	line-height: 1.4545454545;
	font-weight: bold;
	padding-top: 3.8rem;
	padding-right: 1.3rem;
	padding-left: 1.3rem;
	margin-bottom: 5.1rem;
}
	.introduction-image {
		display: block;
		max-width: 100%;
	}
	.introduction-summary {
		font-size: 2.5rem;
		line-height: 1.24;
		font-weight: bold;
		margin-bottom: 3.5rem;
	}
	.introduction-headline {
		font-size: 2.2rem;
		margin-bottom: 0;
	}
	.introduction-copy {
		margin: 0 0 1.6rem;
	}
@media only screen and (min-width: 400px) {
	.introduction-summary {
		font-size: 2.6rem;
		line-height: 1.2307692308;
		letter-spacing: .015rem;
	}
}
@media only screen and (min-width: 540px) {
	.introduction {
		font-size: 1.4rem;
		line-height: 1.5714285714;
		padding-top: 6.1rem;
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 4.6rem;
	}
		.introduction-row {
			margin-bottom: 4rem;
		}
			.introduction-summary {
				font-size: 1.9rem;
				line-height: 1.4210526316;
				padding-top: .2rem;
				padding-right: 1rem;
				margin-bottom: 0;
			}
			.introduction-headline {
				font-size: 1.8rem;
				padding-top: 4rem;
				margin-bottom: .2rem;
			}
}
@media only screen and (min-width: 768px) {
	.introduction {
		font-size: 2rem;
		line-height: 1.5;
	}
		.introduction-summary {
			font-size: 2.7rem;
			line-height: 1.3333333333;
			padding-top: .7rem;
			padding-right: 1rem;
		}
		.introduction-headline {
			font-size: 2.1rem;
			letter-spacing: .02rem;
			padding-top: 4.4rem;
		}
}
@media only screen and (min-width: 980px) {
	.introduction {
		font-size: 2.6rem;
		line-height: 1.3461538462;
		margin-bottom: 7.6rem;
	}
		.introduction-row {
			margin-bottom: 5rem;
		}
			.introduction-summary {
				font-size: 3.6rem;
				line-height: 1.3333333333;
				padding-top: 1.2rem;
				padding-right: 1.2rem;
			}
			.introduction-headline {
				font-size: 2.7rem;
				padding-top: 5.4rem;
				margin-bottom: 0;
			}
}

.project {
	font-weight: 500;
	padding-top: 3.7rem;
	margin-bottom: 5.1rem;
}
	.project-information {
		padding-right: 1.3rem;
		padding-left: 1.3rem;
	}
		.project-name {
			font-size: 1.9rem;
			letter-spacing: -.06rem;
			margin-bottom: .8rem;
		}
		.project-details {
			font-size: 1.3rem;
			line-height: 1.2307692308;
			margin-bottom: 3.2rem;
			font-weight: 500;
		}
			.project-details li {
				margin: 0;
			}
				.project-details a:after {
					bottom: -.1rem;
				}
	.project-img-wrapper {
		display: block;
	}
		.project-image {
			display: block;
			width: 100%;
			max-width: 100%;
			margin: 1.4rem 0;
		}
@media only screen and (min-width: 540px) {
	.project {
		padding-top: 2.4rem;
		margin-bottom: 7.5rem;
	}
	.project-featured {
		margin-bottom: 10rem;
	}
		.project-information {
			padding-right: 1.8rem;
			padding-left: 1.8rem;
		}
			.project-name {
				font-size: 1.8rem;
				line-height: 2.6rem;
				margin-top: 1.8rem;
				margin-bottom: 1.8rem;
			}
			.project-details {
				font-size: 1.2rem;
				line-height: 1.6rem;
				margin-bottom: 2.3rem;
			}
				.project-details li {
					margin-bottom: .2rem;
				}
		.project-image {
			width: auto;
			margin: 1.7rem 0;
		}
}
@media only screen and (min-width: 768px) {
	.project-name {
		font-size: 2.2rem;
		margin-bottom: 1.8rem;
	}
	.project-details {
		font-size: 1.4rem;
		line-height: 1.8rem;
		margin-bottom: 2.6rem;
	}
}
@media only screen and (min-width: 980px) {
	.project {
		padding-top: 3.7rem;
	}
		.project-information {
			padding-right: 2.2rem;
			padding-left: 2.2rem;
		}
			.project-name {
				font-size: 2.3rem;
				line-height: 3rem;
				margin-top: 1.8rem;
				margin-bottom: 1.8rem;
			}
			.project-details {
				font-size: 1.5rem;
				line-height: 2rem;
				margin-bottom: 3.2rem;
			}
				.project-details li {
					margin-bottom: 0;
				}
}


.resume .section {
	padding: 4rem 1.3rem 3.4rem;
}
	.resume .about.section {
		font-size: 1.9rem;
		font-weight: 700;
		padding-top: 0;
		margin-top: -.6rem;
	}
		.resume .about.section h2 {
			font-size: 1.9rem;
		}
	.resume .item {
		width: 100%;
			overflow: hidden;
		margin-bottom: -3px;
	}
	.resume .introduction-summary {
		font-size: 2.5rem;
		line-height: 1.2307692308;
		margin-bottom: 1.9rem;
	}
	.resume .upper {
		margin: .7rem 0 2.2rem;
	}
@media only screen and (min-width: 540px) {
	.resume .introduction-summary {
		font-size: 1.9rem;
	}
}
@media only screen and (min-width: 768px) {
	.resume .section {
		padding-top: 4.6rem;
		padding-bottom: 4.6rem;
	}
		.resume .introduction-summary {
			font-size: 2.7rem;
		}
		.resume .about.section {
			font-size: 2.1rem;
		}
}
@media only screen and (min-width: 980px) {
	.resume .section {
		padding: 4rem 2.2rem 5rem;
	}
	.resume .about.section {
		font-size: 2.7rem;
		line-height: 1.3333333333;
		padding-top: 0;
		margin-top: -1rem;
	}
		.resume .about.section .introduction-summary {
			padding-top: 0;
		}
		.resume .introduction-summary {
			font-size: 3.4rem;
			font-size: 3.6rem;
			margin: 0 0 4.5rem;
		}
		.resume .upper {
			margin: 1.3rem 0 3.6rem;
		}
		.resume .section.about h2 {
			font-size: 2.7rem;
			margin: .2rem 0;
		}
}

.contact {
	float: right;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3333333333;
}
@media only screen and (min-width: 540px) {
	.contact {
		font-size: 1.6rem;
	}
}
@media only screen and (min-width: 768px) {
	.contact {
		font-size: 2rem;
	}
}
@media only screen and (min-width: 980px) {
	.contact {
		font-size: 2.6rem;
	}
}

.credit {
	font-size: 1.2rem;
	line-height: 2.6666666667;
	padding: 1.3rem;
}
	.credit-link:after {
		bottom: .9rem;
	}

.back-to-top {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.1;
	padding: 0;
	margin: 0 2.2rem 2rem;
}

.photo-container {
	margin: 0 0 1.1rem;
}
.video-container {
	position: relative;
	cursor: pointer;
}
	.video-container .video-button {
		position: absolute;
			top: 0;
			left: 0;
			z-index: 10;
		display: block;
		width: 100%;
		height: 100%;
		background: url(images/modules/button-play.png) 50% 50% no-repeat;
		background-size: 80px;
		content: "";
		-webkit-transition: all .15s ease-out;
		    -ms-transition: all .15s ease-out;
		        transition: all .15s ease-out;
	}
	.video-button {
		position: relative;
	}
		.video-button:before {
			position: absolute;
				left: -1000rem;
				top: -1000rem;
			display: block;
			width: 1px;
			height: 1px;
				overflow: hidden;
			background: url(images/modules/button-play-hover.png),url(images/modules/button-play-active.png);
			background-repeat: no-repeat, no-repeat;
			content: "";
		}
	.video-container:hover .video-button {
		background: rgba(238,54,46,.25) url(images/modules/button-play-hover.png) 50% 50% no-repeat;
		background-size: 80px;
	}
	.video-container:active .video-button {
		background-color: rgba(238,54,46,.5);
	}
	.video-container.is-animating .video-button {
		opacity: 0;
	}
	.video-container.is-playing .video-button,
	.video-container.is-paused .video-button {
		z-index: -1;
	}
	.is-touch-device .video-container .video-button {
		display: none;
	}
	.video-container.is-active .video-button {
		background-image: url(images/modules/button-play-active.png);
	}
	.photo,
	.video {
		display: block;
		width: 100%;
		margin: 0 0 1.1rem;
	}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
	.video-container .video-button {
		background-image: url(images/modules/button-play@2x.png);
	}
		.video-button:before {
			background: url(images/modules/button-play-hover@2x.png),url(images/modules/button-play-active@2x.png);
		}
	.video-container:hover .video-button {
		background: rgba(238,54,46,.25) url(images/modules/button-play-hover@2x.png) 50% 50% no-repeat;
		background-size: 80px;
	}
	.video-container.is-active .video-button {
		background: rgba(238,54,46,.5) url(images/modules/button-play-active@2x.png) 50% 50% no-repeat;
		background-size: 80px;
	}
}
@media only screen and (min-width: 540px) {
	.photo,
	.video {
		margin-bottom: 2.2rem;
	}
}
@media only screen and (min-width: 768px) {
	.is-touch-device .video-container .video-button {
		display: block;
	}
}

.showhide {}
	.showhide-layer {
		height: 0;
		overflow: hidden;
		-webkit-transition: height .5s ease-in-out;
		    -ms-transition: height .5s ease-in-out;
		        transition: height .5s ease-in-out;
	}
	.showhide-trigger {
		display: inline-block;
		font-weight: 700;
		margin: 0 0 3.9rem;
	}
@media only screen and (min-width: 980px) {
	.showhide-trigger {
		margin: 0 0 3.6rem;
	}
}
/* -------------------------------------------------------------------------- */
/* Video Player ------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.avPlayer,
video {
	position: relative;
	display: block;
	max-width: 100%;
}


/* -------------------------------------------------------------------------- */
/* Size Controls ------------------------------------------------------------ */
/* -------------------------------------------------------------------------- */
.sm-only {/* sm = 489 and below */}
.lg-only {/* lg = 490 and above */
	display: none;
}
@media only screen and (min-width: 540px) {
	.sm-only {
		display: none;
	}
	.lg-only {
		display: block;
	}
	span.lg-only {
		display: inline;
	}
}
/* -------------------------------------------------------------------------- */
/* Clearfixes --------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.l-wrap:after, .row:after, .group:after {display:block;clear:both;content:"";height:0;visibility:hidden;}