.pagegroup {
	margin-bottom: 20px;
}
.pagegroup h2 {
	border-bottom: 1px solid #cdcdcd;
	color: #355b97;
	font-family: 'Oswald';
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.pagegroup h3 {
	color: #262626;
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	margin: 0 0 1em;
}
.pagegroup h4 {
	color: #262626;
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
}
.pagegroup .list-group-item {
	background: #f7f7f7;
	border-color: #cdcdcd;
	border-radius: 0;
}
/* TEXT BLOCKS */
.element_textblocks .article {
	margin-bottom: 20px;
}
.element_textblocks .article:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
.table-of-contents .media {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.table-of-contents .media-heading {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/* LINKS */
.element_links .list-group-item {
	background-image: url(../images/arrow_bent.png);
	background-position: 15px 15px;
	background-repeat: no-repeat;
	min-height: 40px;
	padding-left: 50px;
}
/* FAQS */
.element_faqs dl.faqs dt {
	margin: 0 0 1em;
	font-size: 24px;
	line-height: 24px;
	color: #262626;
	font-weight: 700;
}
.element_faqs dl.faqs dd {
	margin-bottom: 20px;
}
.element_faqs dl.faqs dd .returnToTop {
	font-size: .8em;
	text-transform: lowercase;
	font-style: italic;
}
/* FILES */
.element_files .list-group-item {
	background-image: url(../images/icon_download.png);
	background-position: 15px 10px;
	background-repeat: no-repeat;
	min-height: 40px;
	padding-left: 50px;
}
/* POSTS */
.recordList thead {
	display: none;
}
/*
.recordList a {
	color: #1867b1;
}
.recordList a:hover,
.recordList a:active,
.recordList a:focus {
	color: #bf0000;
}
*/
.element_posttypes h1.title {
	color: #bf0000;
	border-bottom: 1px solid #cdcdcd;
	font-size: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 10px;
	font-weight: 700;
}
.element_posttypes h1.title a {
	color: inherit;
}
.element_posttypes h2.subtitle {
	font-size: 18px;
	line-height: 20px;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 1em;
	color: #262626;
}
.element_posttypes .byline-date {
	border-bottom: 1px dashed #ddd;
	font-size: 14px;
	font-weight: normal;
	line-height: 40px;
	margin: 0 0 10px;
}
.element_posttypes>.post>.content {
	margin-top: 10px;
}
.recordsContainer h4 {
	border-bottom: 2px solid #262626;
	color: #262626;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	margin: 0 0 1em;
	padding-bottom: 1em;
}
.post-image img {
	border-radius: 0;
}
.element_posttypes .permalink {
	display: inline-block;
	width: 85%;
}
.element_posttypes .share-this {
	height: 20px;
	line-height: 20px;
}
.element_posttypes .byline-date .share-this {
	margin-top: 10px;
	padding-right: 5px;
}
.element_posttypes .share-this .at-share-btn {
	border-radius: 10px;
}

.table.recordList>thead>tr>th, .table.recordList>tbody>tr>th, .table.recordList>tfoot>tr>th, .table.recordList>thead>tr>td, .table.recordList>tbody>tr>td, .table.recordList>tfoot>tr>td {
	border-top: 1px dashed #ddd;
}

.table.recordList>tbody>tr:first-child>td {
	border-top: 0;
}

.element_posttypes .filelist .list-group-item {
	background-image: url(../images/icon_download.png);
	background-position: 15px 10px;
	background-repeat: no-repeat;
	min-height: 40px;
	padding-left: 50px;
}
.element_posttypes article {
	margin-bottom: 40px;
}
.element_posttypes article .foot {
	border: 1px solid #cdcdcd;
	background: #f7f7f7;
	padding: 10px 15px;
}
.element_posttypes article .foot .addthis_sharing_toolbox {
	float: right;
}
.element_posttypes .permalink {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.element_forms fieldset.blockLabels { margin-top: 32px; margin-bottom: 32px; }

.pagegroup_images .galleria-info-text {
	text-align: center;
	margin-left: 50px;
}