.pagegroup a {
	font-weight: bold;
	color: #0d3270;
}
.pagegroup h2 {
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	color: #0d3270;
}
	.pagegroup h2 a {
	}
.pagegroup h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #b18435;
}
.pagegroup h4 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #595959;
}
	.pagegroup ul.well {
		list-style-position: inside;
	}
	
.btn-primary {
	filter: none;
	background-color: #183664;
	background-image: -webkit-linear-gradient(to bottom, #183664, #060c19);
	background-image: -moz-linear-gradient(to bottom, #183664, #060c19);
	background-image: linear-gradient(to bottom, #183664, #060c19);
}	
.btn-primary:hover {
	background-image: none;
	background-color: #11203d;
}
/* *************************************** Links ****************************************************** */
.pagegroup_links ul {
	margin: 0px;
	padding: 0px;
}
	.pagegroup_links ul li {
		list-style: none;
	}
	
/* *************************************** FAQS ****************************************************** */
.pagegroup_faqs ul.faqs {
	list-style-position: inside;
}
.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 {

}

/* *************************************** 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 *************************************** */
.pagegroup_posttypes h1 {
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	color: #0d3270;
}
.pagegroup_posttypes h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #b18435;
}
.pagegroup_posttypes h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #595959;
}
.pagegroup_posttypes .byline {
	font-size: 14px;
}
.pagegroup_posttypes .relatedpostlist .well {
	margin-left: 0px;
}
/* MISCELLANEOUS */
		
/* featured photo */
.actionsList .featured-photo {
	border: 1px solid #ccc;
	padding: 9px;
}
	.actionsList .featured-photo .image-wrapper {
		width: 580px;
		margin: 0px auto;
		background: black;
	}
		.actionsList .featured-photo .image-wrapper img {
			display: block;
			margin: 0px auto;
			width: 100%;
			height: 100%;
			max-width: 580px;
		}
	.actionsList .featured-photo .caption {
		padding: 20px;
	}
		#copy .actionsList .featured-photo .caption h2 {
			margin: 0px;
		}
		.actionsList .featured-photo .caption p {
			margin: 0px;
			padding: 0px;
		}
			.actionsList .featured-photo .caption .read-more {
				display: inline-block;
				padding-left: 15px;
				background: url('../images/template/arrow_red.png') 8px 5px no-repeat;
				font-style: italic;
			}
			
/* photo gallery list */
.actionsList .gallery-list {
	border: 1px solid #ccc;
	background: #f2f2f2;
	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 h2 {
			margin-left: 130px;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		.actionsList .gallery-list li .abstract {
			margin-left: 130px;
		}
		#copy .actionsList .gallery-list li .read-more {
			display: block;
			margin-left: 130px;
			margin-top: 0px;
			padding-left: 8px;
			background: url('../images/template/arrow_red.png') 0px 5px no-repeat;
			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;
	}
}			
.pagegroup_textblocks .buttons {
	list-style: none;
	margin: 0px;
	padding: 20px 20px 10px;
	background: #ececec;
	-webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .5);
	box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .5);
	zoom: 1;
}	
.pagegroup_textblocks .buttons:after {
	content: "";
	display: block;
	clear: both;
}
	.pagegroup_textblocks .buttons li {
		float: left;
		width: 50%;
	}
	.pagegroup_textblocks .buttons li:nth-child(odd) {
		clear: left;
	}
		.pagegroup_textblocks .buttons li a {
			display: block;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
			-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
			box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
			background-position: 5px center;
			background-repeat: no-repeat;
			height: 40px;
			line-height: 40px; 
			padding: 0px 10px 0px 45px;
			font-size: 16px;
			background-color: #fff;
			color: #666;
			font-weight: bold;
			text-decoration: none;
			margin-right: 5px;
			margin-bottom: 10px;
		}
		.pagegroup_textblocks .buttons li a:hover,
		.pagegroup_textblocks .buttons li a:focus {
			text-decoration: none;
			color: #333;
		}		
		.pagegroup_textblocks .buttons li:nth-child(even) a {
			margin-right: 0px;
			margin-left: 5px;
		}
@media (max-width: 979px) {
	.pagegroup_textblocks .buttons li {
		float: none;
		width: 100%;
	}
		.pagegroup_textblocks .buttons li a {
			margin-left: 0px !important;
			margin-right: 0px !important;
		}
}
/* **** FORMS **** */
.form-horizontal .control-label {
	width: 250px;
	font-size: 14px;
}
.form-horizontal .controls {
	margin-left: 270px;
}
/*.form-horizontal textarea {
	height: 200px;
}*/
@media (max-width: 979px) {
	.form-horizontal .control-label {
		width: 160px;
	}
	.form-horizontal .controls {
		margin-left: 180px;
	}	
}

/* voting record */
.voteTable td {
	padding: 10px;
}

/* Newsletter Signup Module */
.module#newsletter-signup .signup-button input:hover {
    background-color: #EEBC66;
}


#newsletter-signup > div > form > div > div.signup-input > label {
	position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
	border: 0;
}


#home-newsletter {
	position: relative;
	/* border-top: 10px solid #67be6b; */
	/* background: url(../images/bg-newslettersignup.png) no-repeat center center; background-size:cover; padding: 30px 0 60px;
	background-color: white; */
}

#home-newsletter .container {
	margin: auto;
	max-width: 1020px;
  }

.module#newsletter-signup {
	/* margin-top: 50px; */
	margin-bottom: 0px;
}
.module#newsletter-signup .signup-title { margin-bottom: 15px; font-size: 36px; font-weight: bold; line-height:30px; text-transform: uppercase; flex-basis: 100%; color: white; }
.module#newsletter-signup .signup-title em { font-size:20px; line-height:24px; text-transform: capitalize; font-weight: normal; white-space: nowrap; }
.module#newsletter-signup .signup-input { margin-bottom: 15px; width: 75%; }
.module#newsletter-signup .signup-input input { width: 100%; height:35px; line-height:50px; }
.module#newsletter-signup .signup-button input { text-align: center; background-image:url(../images/icon-subscribe.png); background-position:left 40px center; background-repeat: no-repeat; padding-left:70px; padding-right: 40px; font-size: 18px; line-height: 35px; background-color: #c58d21; margin-bottom: 10px;}

@media (min-width:768px) {
	.module#newsletter-signup .signup-input { display:inline-block; width:35%; margin-bottom:0; }
	.module#newsletter-signup .signup-button { display:inline-block; width:33%; }
}

@media (min-width:768px) {
	.module#newsletter-signup .signup-button input {
		margin-left: 20px;
	}
}

@media (min-width:992px) {
	.module#newsletter-signup .signup-align { width: 100%; display: flex; }
	.module#newsletter-signup .signup-align>div { flex: none; }

	.module#newsletter-signup .signup-title { text-align:right; padding-right:20px; margin-bottom:0; }

	.module#newsletter-signup .signup-title em { display: block;}
	.module#newsletter-signup .signup-button { text-align: left; padding-left:20px; }

	.module#newsletter-signup .signup-button input { margin-bottom: 0px; }

	.module#newsletter-signup .signup-button input {
		margin-left: 0px;
	}
}