/* APP STYLES */
.pagegroup {
	margin-bottom: 40px;
}
.pagegroup h2 {
	font-family: 'Oswald', serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	color: #bf6405;
}
.pagegroup h3 {
	font-family: 'Oswald', serif;
	font-size: 30px;
	line-height: 34px;
	font-weight: 400;
	color: #38383b;
}
@media (max-width: 767px) {
	.pagegroup h2 {
		font-size: 26px;
		line-height: 30px;
	}
	.pagegroup h3 {
		font-size: 20px;
		line-height: 24px;
	}
}
.pagegroup_files ul {
	margin: 0 0 20px;
	padding: 20px;
	border: 1px solid #ceced8;
}
.pagegroup_files ul li {
	margin-top: 20px;
}
.pagegroup_files ul li:first-child {
	margin-top: 0px;
}
.pagegroup_files ul li .title {
	font-weight: bold;
}
.pagegroup_posttypes .navbar .btn {
	background: #dd7406;
	background: -webkit-linear-gradient(#dd7406, #bf6405); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#dd7406, #bf6405); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#dd7406, #bf6405); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#dd7406, #bf6405); /* Standard syntax (must be last) */
	color: #fff;
	text-shadow: none;
}
.pagegroup_posttypes .navbar .btn:hover {
	background: #bf6405;
}
.recordsContainer .recordListDate {
	width: 80px;
}
.element_posttypes .digest article {
	border-bottom: 1px solid #ceced8;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.element_posttypes h1.title {
	font-family: 'Oswald', serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	color: #bf6405;
}
.element_posttypes h2.subtitle {
	font-family: 'Oswald', serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	color: #5e5e63;
}
.element_posttypes h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #38383b;
}
.element_posttypes .byline {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	font-weight: 400;
	color: #38383b;
}
.element_posttypes .content {
	margin-bottom: 20px;
}
.element_posttypes .permalink {
	border-top: 1px solid #ceced8;
	border-bottom: 1px solid #ceced8;
	margin: 0 0 20px;
	padding: 10px 0; 
}
.element_posttypes .post-image img {
	max-width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.element_posttypes h1.title {
		font-size: 26px;
		line-height: 30px;
	}
	.element_posttypes h2.subtitle {
		font-size: 22px;
		line-height: 26px;
	}
	.element_posttypes h4 {
		font-size: 20px;
		line-height: 24px;
	}
}
.element_forms form .controls textarea {
	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;
	}