/* GENERIC */
.pagegroup {
	margin-bottom: 40px;
}
.pagegroup h2 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
	color: #940000;
	border-bottom: 1px solid #cccccc;
	padding-bottom: .25em;
	text-transform: uppercase;
}
.pagegroup h3 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
	color: #940000;
	border-bottom: 1px solid #ccc;
	padding-bottom: .25em;
}
.pagegroup h4 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	color: #333333;
	text-transform: uppercase;
}
.pagegroup .well {
	margin: 20px 0px;
}
/* TEXTBLOCKS */
.element_textblocks .article:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
}
/* LINKS */
.pagegroup_links ul li {
	margin-bottom: 20px;
}
/* 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;
		margin-bottom: 20px;
	}
	.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 */
.galleria-container {
	background: #f7f7f7;
	border: 1px solid #ccc;
}
/* FILES */
.pagegroup_files ul li {
	margin-bottom: 20px;
}
/* FORMS */
.uniForm .control-label {
	font-size: 14px;
}
.uniForm .help-block {
	font-size: 14px;
	font-style: italic;
}
.uniForm textarea {
	height: 200px;
}
/* POSTS */
.pagegroup_posttypes .recordListDate {
	width: 100px;
}
.pagegroup_posttypes article h1.title {
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
	color: #940000;
	border-bottom: 1px solid #cccccc;
	padding-bottom: .25em;
	text-transform: uppercase;
}
.pagegroup_posttypes article h2.subtitle {
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	color: #333333;
	border-bottom: 0px;
	padding-bottom: 0px;
	text-transform: none;
}
.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-bottom: 1px dashed #ccc;
		}
		.table-of-contents ul li:after {
			content: "";
			display: block;
			clear: left;
			height: 0px;
		}
			.table-of-contents ul li .image-wrapper {
				float: left;
				/*border: 1px solid #ccc;
				background: #F7F7F7;
				padding: 4px;*/
			}
				.table-of-contents ul li .image-wrapper .image {
					display: block;
					width: 180px;
					height: 180px;
					background-color: black;
					background-position: center center;
					background-repeat: no-repeat;
					background-size: cover;
					-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .25) inset;
					-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .25) inset;
					box-shadow: 0px 0px 20px rgba(0, 0, 0, .25) inset;
				}
			.table-of-contents .toc-content {
				margin-left: 200px;
			}
				.table-of-contents .toc-content h3 {
					font-size: 30px;
					line-height: 30px;
					font-weight: 600;
					color: #333333;
					margin: 0px 0px 10px;
					text-transform: uppercase;
				}
				.table-of-contents .toc-content .abstract {
					margin: 0px 0px 10px;
				}
				.table-of-contents .toc-content a.read-more {
					display: block;
					font-size: 13px;
					font-weight: bold;
					padding-left: 15px;
					background: url('../images/arrow_related_links.png') left center no-repeat;
					text-transform: uppercase;
				}	
@media (max-width: 767px) {
	.table-of-contents ul li .image-wrapper {
		float: none;
		margin: 0px auto 10px;
		width: 180px;
	}
		.table-of-contents ul li .image-wrapper a.image {
		}
	.table-of-contents ul li .toc-content {
		margin-left: 0px;
		text-align: center;
	}
		.table-of-contents ul li .toc-content a.read-more {
			padding-left: 0px;
			background-image: none;
		}
}			