/* GENERIC */
.pagegroup {
	margin-bottom: 40px;
}
.pagegroup h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	color: #333;
	border-bottom: 1px solid #cccccc;
	padding-bottom: .25em;
}
.pagegroup h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	color: #b91515;
}
	.pagegroup h3 a {
		color: #b91515;
	}
	.pagegroup h3 a:hover,
	.pagegroup h3 a:active,
	.pagegroup h3 a:focus {
		color: #1057a7;
		text-decoration: none;
	}
.pagegroup h4 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	color: #333333;
}
/* TEXTBLOCKS */
/* LINKS */
.pagegroup_links ul li {
	padding: 10px 0px 10px 20px;
	border-top: 1px dashed #ccc;
	background: url("../images/arrow_links.png") no-repeat scroll left 16px;
}
.pagegroup_links ul li:first-child {
	border-top: 0px;
}
/* FAQS */
.pagegroup_faqs ul.faqs {
	margin-bottom: 20px;
}
.pagegroup_faqs dl.faqs {
	margin: 0px;
	padding: 10px 0px 0px;
	border-top: 1px solid #ccc;
}
	.pagegroup_faqs dl dt {
		font-size: 30px;
		line-height: 30px;
		font-weight: 600;
		color: #333333;
	}
	.pagegroup_faqs dl dd {
		margin-left: 0px;
		padding-left: 0px;
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
	}
		.pagegroup_faqs dl dd .returnToTop {
			display: block;
			font-style: italic;
			text-transform: lowercase;
		}
/* AUDIOS */
/* IMAGES */
/* FILES */
/* FORMS */
/* POSTS */
.pagegroup_posttypes .recordListDate {
	width: 100px;
}
.pagegroup_posttypes article h1.title {
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
	color: #333;
	border-bottom: 1px solid #cccccc;
	padding-bottom: .25em;
}
	.pagegroup_posttypes article h1.title a {
		color: #333;
	}
	.pagegroup_posttypes article h1.title a:hover,
	.pagegroup_posttypes article h1.title a:active,
	.pagegroup_posttypes article h1.title a:focus {
		color: #b91515;
		text-decoration: none;
	}
.pagegroup_posttypes article h2.subtitle {
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	color: #b91515;
	border-bottom: 0px;
	padding-bottom: 0px;
}
.pagegroup_posttypes article h4 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	color: #333333;
	text-transform: uppercase;
}
.pagegroup_posttypes article h5.byline {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
.pagegroup_posttypes article .abstract {
	margin-bottom: 20px;
}
/* MISCELLANEOUS */
.table-of-contents {
}
	.table-of-contents ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
		.table-of-contents ul li {
			margin: 0px 0px 0px;
			padding: 20px 0px 20px;
			border-top: 1px solid #ccc;
		}
		.table-of-contents ul li:first-child {
			border-top: 0px;
			padding-top: 0px;
		}
		.table-of-contents ul li:after {
			content: "";
			display: block;
			clear: left;
			height: 0px;
		}
			.table-of-contents ul li .image-wrapper {
				float: left;
			}
				.table-of-contents ul li .image-wrapper a.image {
					display: block;
					width: 180px;
					height: 180px;
					background-color: black;
					background-position: center center;
					background-repeat: no-repeat;
					background-size: cover;
					-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) inset;
					-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) inset;
					box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) inset;
				}
			.table-of-contents .toc-content {
				margin-left: 200px;
			}
				.table-of-contents .toc-content h2 {
					font-size: 30px;
					line-height: 30px;
					font-weight: 600;
					color: #333333;
					border-bottom: 0px;
					padding-bottom: 0px;
					margin-bottom: 10px;
					margin-top: 0px;
				}
				.table-of-contents .toc-content a.read-more {
					display: block;
					font-style: italic;
				}	
@media (max-width: 979px) {
	.table-of-contents ul li .image-wrapper {
		float: none;
		margin: 0px auto 10px;
		max-width: 180px;
	}
		.table-of-contents ul li .image-wrapper a.image {
			width: auto;
			max-width: 180px;
		}
	.table-of-contents ul li .toc-content {
		margin-left: 0px;
		text-align: center;
	}
}			