body {
	font-family: "Merriweather Sans", sans-serif;
	background-color: #FFF;
	color: #333;
}
#container {
	max-width: 760px;
	margin: 0 auto;
	overflow: auto;
}
nav#case-study {
	text-align: left;
	margin-bottom: 40px;
}
nav#case-study img {
	height: 60px;
	width: 208px;
	margin: 0;
}
nav#case-study a {
	text-align: left;
}
.content-type-title {
    color: #005cb9;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .4rem;
    margin-bottom: .2rem;
    text-align: left;
    text-transform: uppercase;
}
h1 {
	font-size: 28px;	
}
.theme-color-case-study {
	background-color: none;
}
.theme-color-case-study p, .theme-color-case-study li {
	font-size: 14px;
}
.theme-color-case-study .question-group {
	background-color: #DCE8FC;
	border-radius: 0;
}
.widget-quiz .single-feedback .question-title {
	font-size: 16px;
	line-height: 1.4;
}
.widget-quiz .option-number {
	margin-bottom: 0;
	font-weight: 600;
}
.recommendedCourses,
.resources,
.aboutSTEPS {
	overflow: auto;
	padding: 10px 0;
	border-top: dotted 1px #D87900;
	margin: 20px 0;
}
.recommendedCourses h3,
.resources h3,
.aboutSTEPS h3 {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}
.courseTile {
	background-color: #F0F0F0;
	padding: 20px;
	border-radius: 4px;
	margin: 20px 0;
}
.courseTile p {
	font-size: 13px;
	margin: 10px 0;
}
.courseTile .credit {
	text-transform: uppercase;
}
.courseTile .title {
	border-bottom: dotted 1px #D87900;
	display: table;
	padding-bottom: 20px;
}
.courseTile .title img {
	display: table-cell;
	width: 85px;
	margin: auto;
}
.courseTile .title h4 {
	font-weight: 700;
	color: #305390;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 70%;
	height: 85px;
	text-decoration: none;
}
.courseTile a {
	display: block;
	text-align: center;
	font-weight: 600;
	color: #305390;
	text-transform: uppercase;
	text-decoration: underline;
}
.resourceTile {
	background-color: #F0F0F0;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: 16px;
	background-size: 40px;
	text-align: center;
}
.resourceTile h4 {
	color: #3D64A6;
	margin: 36px 0 .5em;
}
.resourceTile a {
	text-transform: uppercase;
	color: #3D64A6;
}
.website {
	background-image: url("icons/icon-website.svg");
}
.document {
	background-image: url("icons/icon-document.svg");
}
.aboutSTEPS p {
	font-size: 14px;
}
[class^="icon-"], [class*=" icon-"] {
	background-image: none;
}
