body {
	max-width: 1170px;
	max-width: 73.125rem;
	margin: 0 auto;
	padding: 0;
	font-family: "Source Sans Pro", Arial, sans-serif;
	line-height: 1.5;
	color: #2e2e2e;
	font-weight: 300;
}

	code, pre {
		font-family: "Source Code Pro", monospace;
		font-weight: 300;
	}

	img {
		max-width: 100%;
		vertical-align: middle;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 600;
	}

	h1 {
		font-size: 32px;
		font-size: 2rem;
	}

	h2 {
		font-size: 28px;
		font-size: 1.75rem;
	}

	h3 {
		font-size: 24px;
		font-size: 1.5rem;
	}

	header {
		display: block;
	}

	label {
		cursor: pointer;
	}

	small {
		font-size: 13px;
		font-size: .8125rem;
	}

	[class*="module-"] {
		background: #fff8dd;
	}

	.module-text {
		padding: 50px 20px;
		padding: 3.125rem 1.25rem;
	}

		.wrapper {
			max-width: 970px;
			max-width: 60.625rem;
			margin: 0 auto;
		}

			.headline {
				margin: 0 0 20px;
				margin: 0 0 1.25rem;
			}

			.content {
				margin-bottom: 20px;
			}

	.grid-wrapper {
		margin: .5em 0;
	}

	.grid-wrapper:before,
	.grid-wrapper:after {
		content: " ";
		display: table;
	}

	.grid-wrapper:after {
		clear: both;
	}

	.grid-unit {
		width: 475px;
		float: left;
		margin: 0 0 0 20px;
	}

	.grid-unit:first-child {
		margin-left: 0;
		height: 300px;
	}

	.grid-unit:last-child {
		height: 500px;
	}

	.gradient-percent {
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 15%,rgba(0,0,0,0.75) 20%,rgba(0,0,0,0.85) 25%,rgba(0,0,0,0.95) 30%,rgba(0,0,0,1) 45%,rgba(0,0,0,1) 100%);
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 15%,rgba(0,0,0,0.75) 20%,rgba(0,0,0,0.85) 25%,rgba(0,0,0,0.95) 30%,rgba(0,0,0,1) 45%,rgba(0,0,0,1) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 15%,rgba(0,0,0,0.75) 20%,rgba(0,0,0,0.85) 25%,rgba(0,0,0,0.95) 30%,rgba(0,0,0,1) 45%,rgba(0,0,0,1) 100%);
	}

	.gradient-px {
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 45px,rgba(0,0,0,0.75) 60px,rgba(0,0,0,0.85) 75px,rgba(0,0,0,0.95) 90px,rgba(0,0,0,1) 135px,rgba(0,0,0,1) 100%);
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 45px,rgba(0,0,0,0.75) 60px,rgba(0,0,0,0.85) 75px,rgba(0,0,0,0.95) 90px,rgba(0,0,0,1) 135px,rgba(0,0,0,1) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 45px,rgba(0,0,0,0.75) 60px,rgba(0,0,0,0.85) 75px,rgba(0,0,0,0.95) 90px,rgba(0,0,0,1) 135px,rgba(0,0,0,1) 100%);
	}
