.pagegroup {
	margin-bottom: 20px;
}
/*.pagegroup h2 {
	border-bottom: 1px solid #cdcdcd;
	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: #40513c;
	font-family: 'Open Sans';
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
}*/

.pagegroup .article .header h3 {
	color: #3d3d3d;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
}

.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;
}
.table-of-contents .media-heading a {
	text-transform: uppercase;
}
.table-of-contents .media-heading a:active, .table-of-contents .media-heading a:hover, .table-of-contents .media-heading a:focus, .table-of-contents .media-heading a:visited {
	text-decoration: none;
}
.table-of-contents .read-more {
	margin-top: 1em;
}
/* 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 {
	margin-bottom: 0.5em;
}
.element_posttypes h1.title a:link, .element_posttypes h1.title a:visited {
	color: #3d3d3d;
}
.element_posttypes h1.title a:hover, .element_posttypes h1.title a:active, .element_posttypes h1.title a:focus {
	color: #547ea2;
	text-decoration: none;
}
.element_posttypes h1.title::after {
	content: '';
	display: block;
	
	background-color: #3d3d3d;
	height: 3px;
	margin-top: 10px;
	width: 33%;
	
	transition: background-color .2s, color .2s;
}
.element_posttypes h1.title:hover::after {
	background-color: #547ea2;
}

.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: 0;
	color: #75797c;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	margin: 0;
	margin-bottom: 10px;
}
.element_posttypes>.post>.content {
	margin-top: 10px;
}
.recordsContainer h4 {
	border-bottom: 2px solid #40513c;
	color: #40513c;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	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;*/
	margin-top: 20px !important;
}
.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;
}