/* Latest issue */

.latest-reports {
	float: left;
	width: 62.500em;
	margin: 2em 0 2em 0;
	padding: 0;
	}

.latest-issue {
	float: left;
	width: 28.375em;
	margin: 0 1.750em 0 0;
	padding: 1em;
	background: #efefef;
	}
	
.latest-issue:last-child {
	margin: 0 auto;
	}
	
.latest-issue h2 {
	margin: 0 auto;
	padding: 0;
	font-size: 1.250em;
	font-weight: bold;
	color: #297d3e;
	}
	
.latest-issue h3 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1em;
	color: #297d3e;
	}
	
.latest-issue p {
	margin: 0 0 1em 0;
	}
	
.download-button {
	float: left;
	margin: 0 auto;
}
	


/* Filer and display number of results returned */

.archive-filter {
	float: left;
	width: 62.500em;
	margin: 0 0 2em 0;
	padding: 0 0 1em 0;
	border-bottom: dotted 1px #c2bebf;
	}
	
.archive-filter h2 {
	margin: 0 0 0.500em 0;
	padding: 0;
	font-size: 1.125em;
	font-weight: bold;
	color: #297d3e;
	}
	
.archive-filter p {
	margin: 0 0 2em 0;
	}
	
.filter-form {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

label {
	margin: 0 0.300em 0 0;
	padding: 0.400em 0 0 0;
	font-size: 0.938em;
	color: #297d3e;
	}
	
.filter-form-dropdown {
	margin: 0 0.100em 0 0;
	padding: 0.300em 0.300em 0.300em 0.200em;
	width: 11.500em;
	font-size: 0.875em;
	font-family: 'Source Sans Pro';
	color: #4c4c4c;
	border: solid 1px #c0d8c3;
	}
	
.filter-form li {
	display: inline;
	margin: 0 1em 0 0;
	padding: 0;
	}
	
.filter-form-button {
	margin: 0 auto;
	padding: 0.500em 0.600em 0.500em 0.600em;
	font-family: 'Source Sans Pro';
	font-size: 0.750em;
	background: #297d3e;
	color: #ffffff;
	border: 0;
	text-transform: uppercase;
	}
	
.filter-form-button:hover {
	background: #939598;
	cursor: pointer;
	}
	

/* Search summary */

.search-summary {
	float: left;
	margin: 2em 0 1.750em 0;
	padding: 0.850em;
	width: 60.674em;
	background: #ebf5ed;
	border: solid 1px #c0d8c3;
	}
	
.summary-text {
	font-size: 1em;
	color: #297d3e;
	}
	

/* Issue details */

.issues-list {
	float: left;
	width: 62.500em;
	min-height: 20em;
	margin: 0 auto;
	padding: 0;
	}
	
.issue-module {
	float: left;
	width: 9em;
	margin: 0 1.650em 1.750em 0;
	padding: 0;
	}
	
.issues-list div:nth-child(6n) {
	margin: 0 0 1.750em 0;
	}
	
.issue-module h2 {
	margin: 0 auto;
	padding: 0;
	font-size: 0.938em;
	color: #297d3e;
	text-align: center;
	}
	
.issue-module h3 {
	margin: 0.300em 0 0 0;
	padding: 0;
	font-size: 0.813em;
	color: #4c4c4c;
	text-align: center;
	}
	
.issue-module img {
	margin: 0 0 0.400em 0;
	padding: 0;
	max-width: 100%;
	height: auto;
	border: solid 1px #c0d8c3;
	}