#binder {
	background-color: #fff;
	box-shadow: 10px 10px 80px lightgray;
}

main {
	padding-bottom: 5em;
}

body {
	font-size: 14px;
	color: #464e54;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.white-text a:hover,
.white-text a,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6 {
	color: #FFF;
}

.sideblock {
	margin: 1.5rem 0 1.5rem 1rem;
}

.sideblock li {
	line-height: 1.2em;
	padding-bottom: .7em;
	list-style: none;
}

.sideblock ul {
	padding: .5em 1em 0;
}

.graybox {
	padding: 1em;
	background-color: #eff0f1;
	margin-bottom: 1em;
}

.darkgraybox {
	padding: 1em 1em 1.5em;
	background-color: #d7dadb;
	margin-bottom: 1em;
}

.crimsonbox {
	padding: 1em 1em 1.5em;
	background-color: #981e32;
}

h1 {
	color: #981e32;
	font-family: 'Open Sans', 'Lucida Sans', sans-serif;
	font-weight: 400;
}

h2 {
	color: #981e32;
	font-family: 'Open Sans', 'Lucida Sans', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
}

h3 {
	color: #464e54;
	font-family: 'Open Sans', 'Lucida Sans', sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
}

h4 {
	font-family: 'Open Sans', 'Lucida Sans', sans-serif;
	font-weight: 600;
	font-size: 1rem;
}

h5 {
	color: #981e32;
	font-family: 'Open Sans', 'Lucida Sans', sans-serif;
	font-weight: 400;
	font-size: 1rem;
}

blockquote {
	padding-bottom: 0;
	border-left: 1px solid #464e54;
}

figcaption {
	font-size: .7rem;
}

/* Header Styles */
.main-header {
	position: relative;
	display: block;
	padding-top: 25px;
	height: 120px;
	background-color: #981e32;
	max-width: 1188px;
}

.main-header sup a {
	text-decoration: none;
	color: #fff;
}

.main-header sup a:hover {
	text-decoration: none;
	color: #fff;
}

.sup-header-default {
	color: #fff;
	font-size: 2.5em;
	font-weight: 100;
	padding-bottom: .25em;
	text-transform: none;
}

.main-header sub {
	font-size: 1.2em;
}

.header-group {
	padding-left: 2rem;
}