.pagegroup {
	margin-bottom: 20px;
}
.pagegroup h2 {
	color: #274671;
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
}
.pagegroup h3 {
	color: #518bd4;
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
}
.pagegroup img {
	max-width: 100%;
	height: auto;
}
.pagegroup h1 {
	font-size: 32px;
	line-height: 32px;
	color: #1a2638;
	font-weight: 900;	
}

/* POSTS */
.element_posttypes .associated-image {
	display: block;
	margin-bottom: 20px;
}
.element_posttypes article {
	margin-bottom: 50px;
}
.element_posttypes h1.title {
	color: #274671;
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 5px;
}
.element_posttypes h1.title a {
	color: inherit;
}
.element_posttypes h2.subtitle {
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	color: #585861;
	margin: 0 0 5px;
}
.element_posttypes h4 {
	color: #518bd4;
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;	
	margin: 0 0 5px;
	text-transform: uppercase;
}
.element_posttypes .digest span.post-browser-date {
	color: #518bd4;
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;	
	margin: 0 0 5px;
	text-transform: uppercase;
}
.element_posttypes .post .header div {
	color: #518bd4;
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;	
	margin: 0 0 5px;
	text-transform: uppercase;
}
.element_posttypes .byline {
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	font-weight: normal;
	color: #585861;
}
.element_posttypes .addthis_sharing_toolbox {
	margin: 30px 0;
}
.element_posttypes .related-posts ul {
	background: #f6f6f6;
	border: 1px solid #d9d9d9;
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}
.element_posttypes .related-posts ul li {
	padding: 29px;
	border-top: 1px solid #d9d9d9;
}
.element_posttypes .related-posts ul li:first-child {
	border-top: 0;
}
.element_posttypes .related-posts ul li .thumbnail {
	float: left;
	padding: 0;
	border: 0;
	border-radius: 0;
}
.element_posttypes .related-posts ul li .content {
	margin-left: 114px;
}
.element_posttypes .related-posts ul li .content .title {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #585861;
	margin: 0 0 10px;
}
.element_posttypes .related-posts ul li .content .title a {
	color: inherit;
}
.element_posttypes .related-posts ul li .content .abstract {
	margin: 0;
	padding: 0;
}

/* goodbye, form titles */
.pagegroup_forms .form .title, .pagegroup_forminstances .form .title {
	display: none;
}

.pagegroup_links .header h2 {
	margin-top: 0;
}
.pagegroup_links .list-group-item {
	border-radius: 0;
	background: #f7f7f7;
	border-color: #cdcdcd;
	padding-left: 50px;
	background: url(../images/arrow_link.png) 15px 15px no-repeat;
}