/* Start Case Study List */
div.caseStudies {
	padding-top: 15px;
}
div.caseStudies .study {
	display: block;
	overflow: hidden;
	padding: 10px;
}
div.caseStudies .study:nth-of-type(odd) {
	background: rgba(0,0,0,0.05);
}
div.caseStudies .study img.logo {
	float: left;
	width: 20%;
	display: block;
	box-sizing: border-box;
}
div.caseStudies .study div.details {
	float: right;
	width: calc(80% - 15px);
	display: block;
	box-sizing: border-box;
	font-size: 16px;
}
div#content div.caseStudies .study div.details h2 {
	font-size: 22px;
	margin: 0px;
	margin-bottom: 15px;
}
div.caseStudies .study div.details dl, div.caseStudies .study div.details dl dt, div.caseStudies .study div.details dl dd {
	padding: 0px;
	margin: 0px;
}
div.caseStudies .study div.details dl {
	overflow: hidden;
}
div.caseStudies .study div.details dl dt {
	float: left;
	width: 100px;
	clear: left;
	padding-bottom: 15px;
}
div.caseStudies .study div.details dl dd {
	float: left;
	width: calc( 100% - 100px );
	clear: right;
	font-weight: normal;
	padding-bottom: 15px;
}
@media screen and (max-width: 1100px) {
	div.caseStudies .study img.logo {
		float: none;
		clear: both;
		width: 80%;
		max-width: 300px;
		margin: 0px auto 15px auto;
	}
	div.caseStudies .study div.details {
		float: none;
		clear: both;
		width: 100%;
	}
}




/* Pagination */
div.pagination {
	text-align: center;
	margin-top: 15px;
	padding: 10px;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
}