/* GENERIC */
.pagegroup {
	margin-bottom: 40px;
}
.pagegroup h2 {
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	color: #262626;
}
.pagegroup h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #8b131e;
}
/* LINKS */
.pagegroup_links ul {
	list-style: url('../images/arrow.png');
	padding-left: 30px;
}
/* FAQS */
.pagegroup_faqs dl.faqs {
}
	.pagegroup_faqs dl.faqs dt {
		font-weight: bold;
		font-size: 16px;
		line-height: 20px;
		color: #8b131e;
		border-top: 1px solid #c2c2c2;
		padding: 10px 0px;
	}
	.pagegroup_faqs dl.faqs dd {
		margin-left: 0px;
		margin-bottom: 20px;
	}
		.pagegroup_faqs dl.faqs dd .returnToTop {
			display: block;
			font-style: italic;
			font-size: 12px;
		}
/* IMAGES */
.galleria-container {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}
/* POSTS */
.recordsContainer .recordListDate {
	width: 80px;
}
.pagegroup_posttypes article h1.title {
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	color: #262626;
}
.pagegroup_posttypes article h2.subtitle {
	font-size: 16px;
	line-height: 20px;
	color: #4a4a4a;
}
.pagegroup_posttypes article h4 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #8b131e;
}
.pagegroup_posttypes article h5.byline {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	color: #4a4a4a;
}
/* 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-weight: bold;
					font-size: 16px;
					line-height: 20px;
					color: #8b131e;
					margin: 0px 0px 10px;
				}
				.table-of-contents .toc-content a.read-more {
					display: block;
					font-style: italic;
				}	