body {
	background-color: #FFF !important;
	overflow-x: hidden;
}

.headline {
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	font-weight: 500;
	color: #333;
	margin-bottom: 10px;
}

.blurb {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	margin-bottom: 10px;
	line-height: 1.4em;
}

p {
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	color: #333;
}

.credits {
	font-family: 'Arimo', sans-serif;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
	line-height: 1.5em;
}

.theTop {
	padding-top: 5px;
	border-top: 1px dotted #CCC;
}
.theBottom {
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}

.numCon {
	background-color: #f1f1f1;
	width: 50%;
	float: left;
	margin-bottom: 15px;
	box-sizing: border-box;
	padding: 10px;
}

.kicker {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 0px;
}

.bigNum {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 0px;
}
.notBold {
	font-weight: 300;
}

@media (max-width: 900px ) {

}

@media (max-width: 500px ) {
	body {
		padding: 0px 15px;
	}

	.numCon {
		width: 100%;
		float: none;
		margin-bottom: 5px;
	}

}
