.pagegroup {
	margin-bottom: 40px;
}
.pagegroup h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
	color: #262626;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-top: 0px;
}
.pagegroup h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	color: #000;
}
.pagegroup h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #000;
}
	.pagegroup .well {
		background-color: white;
		border-color: #ccc;
	}
	.pagegroup ul.well {
		list-style-position: inside;
	}
.pagegroup hr {
	color: #000;
	border-color: #000;
}
.pagegroup .article {
	margin-bottom: 20px;
}
.pagegroup .article:after {
	content: "";
	display: block;
	clear: both;
}
/* *************************************** Links ****************************************************** */
.pagegroup_links ul {
	margin: 0px;
	padding: 0px;
}
	.pagegroup_links ul li {
		list-style: none;
	}
	
/* *************************************** FAQS ****************************************************** */
.pagegroup_faqs ul.faqs {
	list-style-position: inside;
	margin-left: 0px;
}
.pagegroup_faqs dl.faqs {
	margin: 0px;
	padding: 0px;
}
	/* h3 styles */
	.pagegroup_faqs dl.faqs dt {
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		color: #262626;	
		margin: 0px 0px 20px;
		padding: 20px 0px 0px;
		border-top: 1px solid #e3e3e3;
	}
	.pagegroup_faqs dl.faqs dt:first-child {
		border-top: 0px;
		padding-top: 0px;
	}
	.pagegroup_faqs dl.faqs dd {
		margin: 0px 0px 20px;
		padding: 0px;
	}
		.pagegroup_faqs dl.faqs dd .returnToTop {
			display: block;
			width: auto;
			font-style: italic;
			font-size: .8em;
		}
		
/* *************************************** Audios ****************************************************** */
.pagegroup_audios .article {
	list-style: none;	
}
	.pagegroup_audios .article h3 {
		line-height: 1em;
		margin-top: 0px;
	}
	
/* *************************************** Images ****************************************************** */

.pagegroup_images .galleria-container {
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}

/* *************************************** Files ****************************************************** */
.pagegroup ul.files {
	margin: 0px 0px 20px;
	padding: 10px;
	list-style-position: inside;	
	list-style-image: url('../../../../_resources/images/icons/files/attach.gif');
}
	.pagegroup ul.files li.document {
		list-style-image: url('../../../../_resources/images/icons/files/page.gif');	
	}
	.pagegroup ul.files li.image {
		list-style-image: url('../../../../_resources/images/icons/files/image.gif');	
	}
	.pagegroup ul.files li.audio {
		list-style-image: url('../../../../_resources/images/icons/files/music.gif');	
	}
	.pagegroup ul.files li.video {
		list-style-image: url('../../../../_resources/images/icons/files/photo.gif');	
	}
	.pagegroup ul.files li.doc {
		list-style-image: url('../../../../_resources/images/icons/files/doc.gif');	
	}
	.pagegroup ul.files li.pdf {
		list-style-image: url('../../../../_resources/images/icons/files/pdf.gif');	
	}
	.pagegroup ul.files li.jpg,
	.pagegroup ul.files li.jpeg {
		list-style-image: url('../../../../_resources/images/icons/files/jpg.gif');	
	}
	.pagegroup ul.files li.xls {
		list-style-image: url('../../../../_resources/images/icons/files/xls.gif');	
	}
/* *************************************** Posts *************************************** */
.recordsContainer .table {
	border: 1px solid #ccc;
	background: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.recordsContainer .table thead {
	display: none;
}
.table th, .table td {
	padding: 8px 16px;
}
.recordListDate {
	width: 50px;
}
.pagegroup_posttypes h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: 300;
	color: #262626;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
}
	.pagegroup_posttypes h1 a {
		color: #e35f25;
	}
	.pagegroup_posttypes h1 a:hover,
	.pagegroup_posttypes h1 a:active,
	.pagegroup_posttypes h1 a:focus {
		color: #2b81bd;
	}
.pagegroup_posttypes h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	color: #000;
}
.pagegroup_posttypes h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #000;
}
.pagegroup_posttypes .byline {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	color: #000000;
}
.pagegroup_posttypes .header {
	margin-bottom: 20px;
}
.pagegroup_posttypes .content {
	margin-bottom: 20px;
}
/* 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;
	}
}			

/* *************************************** Forms *************************************** */
.control-label {
	font-size: 14px;
}

/* *************************************** photo gallery list ***************************************  */
.actionsList .gallery-list {
	border: 1px solid #ccc;
	background: #fff;
	margin: 0px;
	padding: 30px 30px 30px;
}
	.actionsList .gallery-list li {
		display: block;
		zoom: 1;
		border-top: 1px solid #ccc;
		margin-top: 20px;
		padding-top: 20px;
	}
	.actionsList .gallery-list li:first-child {
		border-top: 0px;
		margin-top: 0px;
		padding-top: 0px;
	}
		.actionsList .gallery-list li .image-wrapper {
			display: block;
			float: left;
			border: 1px solid #ccc;
			background: white;
			padding: 4px;
		}
			.actionsList .gallery-list li .image-wrapper img {
				display: block;
			}
		.actionsList .gallery-list li h3 {
			margin-left: 130px;
			margin-top: 0px;
			margin-bottom: 10px;
		}
		.actionsList .gallery-list li .abstract {
			margin-left: 130px;
			margin-bottom: 10px;
		}
		.actionsList .gallery-list li .read-more {
			display: block;
			margin-left: 130px;
			margin-top: 0px;
			padding-left: 0px;
			font-style: italic;
		}
@media (max-width: 767px) {
	.actionsList .gallery-list li .image-wrapper {
		float: none;
		border: 0px;
		padding: 0px;
	}
		.actionsList .gallery-list li .image-wrapper img {
			margin: 0px auto 10px;
		}
	.actionsList .gallery-list li h3 {
		margin-left: 0px;
		text-align: center;
	}
	.actionsList .gallery-list li .abstract {
		margin-left: 0px;
		text-align: center;
	}
	.actionsList .gallery-list li .read-more {
		margin-left: 0px;
		text-align: center;
	}
}