.pagegroup {
	margin-top: 20px;
}
.pagegroup:first-child {
	margin-top:0;
}

.pagegroup .article .header h3 {
	color: #162b40;
	font-size: 24px;
	font-weight: 400;
	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;
}

.element_textblocks ul li, .element_textblocks ol li {
	margin-bottom: 12.5px;
}

/* 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 {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	margin-bottom: 0.5em;
	padding-bottom: 20px;
}
.element_posttypes h1 {
	position: relative;
}
.element_posttypes h1:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #004781;
	height: 0;
	width: 0;
	transition: width .25s, height 0s .25s;
}
.element_posttypes h1:hover:before {
	height: 2px;
	width: 100%;
	transition: width .25s, height 0s;
}
.element_posttypes h2.subtitle {
	font-size: 18px;
	line-height: 20px;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 1em;
}
.element_posttypes .byline-date {
	border: 0;
	color: #222C36;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	margin: 0;
	font-style: italic;
	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;
}

legend {
	margin-bottom: 20px;
	padding-top: 10px;
}

/* FORMS  */

.element_forminstances {
	background: #F2F2F2;
	border: 1px solid #CCCCCC;
	padding: 30px 20px;
}

/* WIDGETS */

.social-widgets { padding-top: 80px; padding-bottom: 40px; background-color: #222C36; margin: 0;}
.widget-inner { padding: 0 40px; margin: 0 auto; }

@media (min-width: 1300px) {
	.widget-inner { padding: 0 60px; }
	.yottie-widget { min-height: 570px}
}
@media (min-width: 1200px) {
	.yottie-widget { min-height: 570px !important; }
}
.eapps-twitter-feed-inner {
	border-radius: 0 !important;
}
.elf {
padding-left: 0;
}
.yottie-widget { min-height: 570px}
.last-elf { padding-right: 0; }
.elf { margin-bottom: 40px;  max-height: 570px; overflow: hidden; }
#instaLink_1 { border-radius: 0 ; }

.yottie-widget-inner { border-radius: 0 !important; height: 570px !important; }
.eapps-facebook-feed-inner { border-radius: 0 !important;}
.eapps-facebook-feed-header { border-radius: 0 !important; }
/* IMAGE GALLERIES */
.pagegroup_images .galleria-info-text {
	text-align: center;
	margin-left: 50px;
}



