.pagegroup {
	margin-bottom: 20px;
}
.pagegroup h2 {
	font-size: 44px;
	line-height: 50px;
	font-weight: 900;
	color: #0e2c50;
}
.pagegroup h3 {
	font-family: 'Lora', serif;
	font-size: 26px;
	line-height: 30px;
	font-style: italic;
	font-weight: bold;
	color: #004589;
}
.pagegroup_faqs dl.faqs dt {
	border-top: 1px solid #d3d3d3;
	font-family: 'Lora', serif;
	font-size: 26px;
	line-height: 30px;
	font-style: italic;
	font-weight: bold;
	color: #004589;
	margin: 0 0 10px;
	padding: 10px 0 0;
}
.pagegroup_faqs dl.faqs dd {
	margin: 0 0 20px;
	padding: 0;
}
.pagegroup_faqs dl.faqs dd .returnToTop {
	display: block;
	font-size: 14px;
	font-style: italic;
	text-transform: lowercase;
}
.recordsContainer .recordListDate {
	width: 100px;
}
.pagegroup_posttypes h1.title {
	font-size: 44px;
	line-height: 50px;
	font-weight: 900;
	color: #0e2c50;
}
.pagegroup_posttypes h2.subtitle {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	color: #53595f;
}
.pagegroup_posttypes h4 {
	font-family: 'Lora', serif;
	font-size: 26px;
	line-height: 30px;
	font-style: italic;
	font-weight: bold;
	color: #004589;
}
.pagegroup_posttypes .byline {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #53595f;
}
.pagegroup_posttypes article .content > .pull-left:first-child {
	display: none;
}

@media (max-width: 979px) {
	.pagegroup h2 {
		font-size: 34px;
		line-height: 36px;
	}
	.pagegroup_posttypes h1.title {
		font-size: 34px;
		line-height: 36px;
	}
}
.uniForm .blockLabels {
	padding: 10px 0;
}
.uniForm .control-label,
.uniForm label {
	font-size: 16px;
	line-height: 18px;
}
.uniForm .help-inline {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	padding-left: 0px;
}
.uniForm textarea {
	width: 50%;
	height: 200px;
}
	
/* MISCELLANEOUS */
.photoGalleryList {
	border: 1px solid #ccc;
	background: #f2f2f2;
	padding: 20px;
}
	.photoGalleryList ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.photoGalleryList ul li {
			margin-top: 10px;
			border-top: 1px solid #ccc;
			padding-top: 10px;
		}
		.photoGalleryList ul li:first-child {
			margin-top: 0;
			border-top: 0;
			padding-top: 0;
		}
		.photoGalleryList ul li:after {
			content: "";
			display: block;
			clear: both;
		}
			.photoGalleryList ul li img {
				display: block;
				float: left;
			}
			.photoGalleryList ul li .info {
				margin-left: 120px;
			}
				.photoGalleryList ul li .info h3 {
					margin-top: 0;
					margin-bottom: 0;
				}
				.photoGalleryList ul li .info .dateUpdated {
					font-style: italic;
				}
				
/* table of contents */
.table-of-contents ul {
	margin-left: 0px;
	list-style: none;
}
	.table-of-contents ul li {
		border-top: 1px solid #d9d9d9;
		/*min-height: 170px;*/
		margin-top: 30px;
		padding-top: 30px;
		zoom: 1;
	}
	.table-of-contents ul li:first-child {
		border-top: 0px;
		margin-top: 0px;
		padding-top: 0px;
	}
		.table-of-contents ul li .image-wrapper {
			float: left;
			border: 1px #cccccc solid;
			background: white;
			padding: 7px;
		}
			.table-of-contents ul li .image-wrapper .image {
				display: block;
				width: 244px;
				/*height: 124px;*/
				height: 105px;
				background-color: black;
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
			}
		.table-of-contents h3 {
			margin-left: 280px;
			margin-bottom: 10px;
			margin-top: 0px;
		}
		.table-of-contents .abstract {
			margin-left: 280px;
			margin-bottom: 10px;
		}
		.table-of-contents .read-more {
			display: block;
			margin-left: 280px;
			padding-left: 0px;
			font-style: italic;
		}
@media (max-width: 979px) {
	.table-of-contents .image-wrapper {
		display: none;
	}
	.table-of-contents h3,
	.table-of-contents .abstract,
	.table-of-contents .read-more {
		margin-left: 0px;
	}
}			
/* VOTING RECORD */
.voteTable {
	width: 100%;
}
	.voteTable td {
		border: 1px solid #ccc;
		vertical-align: top;
		text-align: left;
		font-size: 14px;
		line-height: 16px;
		padding: 4px;
	}
	.voteTable .voteColumnHeader {
		font-weight: 700;
	}
	.voteTable .voteQuestion {
		font-style: italic;
	}