body {
	position: relative;
	
	background-color: #394452;
	color: #0f1d33;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	min-width: 320px;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: auto;
}

a, a:visited {
	color: #4278bc;
}
a:hover, a:focus, a:active {
	color: #0f1d33;
	text-decoration: none;
}
a, button {
	-moz-transition: color .25s, background-color .25s;
	-webkit-transition: color .25s, background-color .25s;
	transition: color .25s, background-color .25s;
}
.linkify[data-href] {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	border: 0;
	margin: 0;
	margin-bottom: 0.67em;
	padding: 0;
}


/* CONTAINER *//* bootstrap overrides */
@media (min-width: 768px) {
	.container {
		width: auto;
	}
}
@media (min-width: 992px) {
	.container {
		width: auto;
	}
}
/* tablet */
@media (min-width: 600px) {
	.container {}
}
/* laptop */
@media (min-width: 1055px) {
	.container {
		max-width: 1040px;
	}
}
/* desktop */
@media (min-width: 1255px) {
	.container {
		max-width: 1240px;
	}
}


/* MAIN */
#main {
	position: relative;
	background-color: #fff;
}


/* ROOT COMPONENT LISTS/LINKS */
.site-header ul, .site-header li,
.site-footer-cap ul, .site-footer-cap li,
.site-footer ul, .site-footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}


/* FOOTER-CAP */
.site-footer-cap {
	background-color: #2d3744;
	color: #fff;
}
.site-footer-cap-inner {
	display: flex;
	flex-flow: column;
	flex-wrap: nowrap;
	
	padding-bottom: 20px;
}
.site-footer-cap .footer-cap-title {
	flex-grow: 1;
	
	background-image: url(../images/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 80px;
	margin: 0;
	min-width: 275px;
	padding: 0;
	text-indent: -9999px;
}
.site-footer-cap .footer-cap-link {
	flex-grow: 0;
	
	display: flex;
	justify-content: center;
	align-items: center;
}
.site-footer-cap .footer-cap-btn {
	background-color: #b00000;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
	padding: 10px 20px;
	text-transform: uppercase;
}
.site-footer-cap .footer-cap-btn span {
	font-weight: 400;
	text-transform: none;
}
.site-footer-cap .footer-cap-btn:hover, .site-footer-cap .footer-cap-btn:focus {
	background-color: #d00000;
}
@media (min-width: 600px) {
	.site-footer-cap-inner {
		flex-flow: row;
		padding: 0 20px;
	}
	.site-footer-cap .footer-cap-title {
		background-position: left center;
		height: 130px;
	}
	.site-footer-cap .footer-cap-btn {
		padding: 20px 40px;
	}
}
@media (min-width: 768px) {
	.site-footer-cap .footer-cap-btn {
		font-size: 20px;
	}
}

/* FOOTER */
#footer {
	background-color: #394452;
	color: #fff;
	padding-bottom: 50px;
}
/*.site-footer-inner>* {
	outline-color: cyan;
	outline-offset: -1px;
	outline-style: dashed;
	outline-width: 2px;
}*/
.site-footer .link-items {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
.site-footer .link-items a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	padding: 22px 12px;
	text-align: center;
}
.site-footer .link-items>li>a:hover {
	color: #fff;
	text-decoration: underline;
}
/*.footer-site-links .link-items>li {
	position: relative;
}
.footer-site-links .link-items>li:before {
	content: " "
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
	display: block;
	background-color: red;
}*/


@media (min-width: 800px) {
	.site-footer-inner {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.site-footer-inner>* {
		flex-grow: 1;
		flex-basis: 0;
		
		outline-color: orange;
	}
	.footer-site-links .link-items {
		justify-content: flex-start;
	}
	.footer-social-links .link-items {
		justify-content: flex-end;
	}
}


.page-body {
	padding: 30px 0;
}



/* (SVG) ICONS */
svg.icon {
	height: 24px;
	width: 24px;
}
a .icon-label {
	display: none;
}


/* POSTS *//* FEATURE (BLOCKS) */
.posttypelayout_feature-blocks {
	margin-bottom: 20px;
}
.posttypelayout_feature-blocks .post-items {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.posttypelayout_feature-blocks .post-items>* {
	/*outline-color: cyan;
	outline-offset: -1px;
	outline-style: dashed;
	outline-width: 2px;*/
}
/*.posttypelayout_feature-blocks .hero-items-column {}*/
.posttypelayout_feature-blocks .items-column {
	position: relative;
}

/*.posttypelayout_feature-blocks .items-column:first-child {}*/
.posttypelayout_feature-blocks .next-items-column {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.posttypelayout_feature-blocks .post-item {}
.posttypelayout_feature-blocks .hero-items-column .post-item {
	padding-bottom: 20px;
}
.posttypelayout_feature-blocks .next-items-column .post-item {
	border-top: 1px solid #ccc;
	padding: 20px 0;
	width: 100%;
}
.posttypelayout_feature-blocks .next-items-column .post-item:nth-child(1), .posttypelayout_feature-blocks .next-items-column .post-item:nth-child(3) {}
.posttypelayout_feature-blocks .next-items-column .post-item:nth-child(2), .posttypelayout_feature-blocks .next-items-column .post-item:nth-child(4) {}

/*.posttypelayout_feature-blocks .post-item>img, .posttypelayout_feature-blocks .post-item>article {
}*/
.posttypelayout_feature-blocks .post-item>img {
	flex-grow: 1;
	flex-shrink: 1;
	width: 100%;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;	
	
	/*background-color: rgba(255, 204, 153, 0.5);
	outline-color: orange;
	outline-offset: -1px;
	outline-style: dashed;
	outline-width: 2px;*/

}
.posttypelayout_feature-blocks .post-item:nth-child(3)>img, .posttypelayout_feature-blocks .post-item:nth-child(4)>img {
	display: none;
}
.section.posttypelayout_feature-blocks .post-item>article {
	flex-grow: 1;
	flex-shrink: 1;
	width: 100%;
	
	padding: 0;
	margin: 0 !important;
}
.posttypelayout_feature-blocks .post-item .post-type {
	color: #4278bc;
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.posttypelayout_feature-blocks .post-item:nth-child(3) .post-type, .posttypelayout_feature-blocks .post-item:nth-child(4) .post-type {
	padding-top: 0;
}
.posttypelayout_feature-blocks .post-item .post-title, .posttypelayout_feature-blocks .post-item .post-title a {
	margin: 0;
	padding: 0;
}
.posttypelayout_feature-blocks .post-item .post-title {
	/*padding-bottom: 10px;*/
}
.posttypelayout_feature-blocks .post-item .post-title a {
	display: block;
	color: #0f1d33;
	font-family: 'Open Sans';
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 28px;
}
.posttypelayout_feature-blocks .post-item .post-title a:hover, .posttypelayout_feature-blocks .post-item .post-title a:focus {
	color: #4278bc;
}
.posttypelayout_feature-blocks .hero-items-column .post-item .post-title a {
	font-size: 36px;
	line-height: 40px;
}
.posttypelayout_feature-blocks .post-item .post-date {
	display: none;
}
.posttypelayout_feature-blocks .post-item .post-teaser {
	font-size: 18px;
	line-height: 21px;
	margin-top: 10px;
}
.posttypelayout_feature-blocks .hero-items-column .post-item .post-teaser, .posttypelayout_feature-blocks .next-items-column .post-item:nth-child(1) .post-teaser, .posttypelayout_feature-blocks .next-items-column .post-item:nth-child(2) .post-teaser {
	display: none;
}
@media (min-width: 400px) {
	.posttypelayout_feature-blocks .next-items-column .post-item {
		position: relative;
		border: 0;
		width: 50%;
	}
	.posttypelayout_feature-blocks .next-items-column .post-item::before {
		content: " ";
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		
		display: block;
		background-color: #ccc;
		height: 1px;
	}
	.posttypelayout_feature-blocks .next-items-column .post-item:nth-child(1), .posttypelayout_feature-blocks .next-items-column .post-item:nth-child(3) {
		padding-right: 10px;
	}
	.posttypelayout_feature-blocks .next-items-column .post-item:nth-child(2), .posttypelayout_feature-blocks .next-items-column .post-item:nth-child(4) {
		padding-left: 10px;
	}
	.posttypelayout_feature-blocks .next-items-column .post-item:nth-child(1)::before, .posttypelayout_feature-blocks .next-items-column .post-item:nth-child(3)::before {
		right: 10px;
	}
	.posttypelayout_feature-blocks .next-items-column .post-item:nth-child(2)::before, .posttypelayout_feature-blocks .next-items-column .post-item:nth-child(4)::before {
		left: 10px;
	}
}
@media (min-width: 768px) {
	.posttypelayout_feature-blocks .post-items {
		flex-direction: row;
	}
	.posttypelayout_feature-blocks .items-column {
		width: 50%;
	}
	.posttypelayout_feature-blocks .next-items-column {
		padding-left: 10px;
	}
	.posttypelayout_feature-blocks .next-items-column .post-item {
		/*width: 50%;*/
	}
	.posttypelayout_feature-blocks .next-items-column .post-item:nth-child(1), .posttypelayout_feature-blocks .next-items-column .post-item:nth-child(2) {
		padding: 0 0 20px 20px;
	}
	.posttypelayout_feature-blocks .next-items-column .post-item:nth-child(3), .posttypelayout_feature-blocks .next-items-column .post-item:nth-child(4) {
		padding: 20px 0 20px 20px;
	}
	.posttypelayout_feature-blocks .next-items-column .post-item:nth-child(1)::before, .posttypelayout_feature-blocks .next-items-column .post-item:nth-child(2)::before {
		display: none;
	}
	.posttypelayout_feature-blocks .next-items-column .post-item:nth-child(3)::before, .posttypelayout_feature-blocks .next-items-column .post-item:nth-child(4)::before {
		right: 0;
		left: 20px;
	}
}


/* POSTS *//* DOUBLE (BLOCKS) */
.posttypelayout_double-blocks {
	margin-bottom: 20px;
}
.posttypelayout_double-blocks .post-items {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.posttypelayout_double-blocks .items-column {
	position: relative;
}
.posttypelayout_double-blocks .items-column .post-item {
	padding-bottom: 20px;
}
.posttypelayout_double-blocks .post-item>img {
	flex-grow: 1;
	flex-shrink: 1;
	width: 100%;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;

}
.posttypelayout_double-blocks .post-item:nth-child(3)>img, .posttypelayout_double-blocks .post-item:nth-child(4)>img {
	display: none;
}
.section.posttypelayout_double-blocks .post-item>article {
	flex-grow: 1;
	flex-shrink: 1;
	width: 100%;
	
	padding: 0;
	margin: 0 !important;
}
.posttypelayout_double-blocks .post-item .post-type {
	color: #4278bc;
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.posttypelayout_double-blocks .post-item:nth-child(3) .post-type, .posttypelayout_double-blocks .post-item:nth-child(4) .post-type {
	padding-top: 0;
}
.posttypelayout_double-blocks .post-item .post-title, .posttypelayout_double-blocks .post-item .post-title a {
	margin: 0;
	padding: 0;
}
.posttypelayout_double-blocks .post-item .post-title {
	/*padding-bottom: 10px;*/
}
.posttypelayout_double-blocks .post-item .post-title a {
	display: block;
	color: #0f1d33;
	font-family: 'Open Sans';
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 40px;
}
.posttypelayout_double-blocks .post-item .post-title a:hover, .posttypelayout_double-blocks .post-item .post-title a:focus {
	color: #4278bc;
}
.posttypelayout_double-blocks .post-item .post-date {
	display: none;
}
.posttypelayout_double-blocks .post-item .post-teaser {
	display: none;
	font-size: 18px;
	line-height: 21px;
	margin-top: 10px;
}
@media (min-width: 768px) {
	.posttypelayout_double-blocks .post-items {
		flex-direction: row;
	}
	.posttypelayout_double-blocks .items-column {
		width: 50%;
	}
	.posttypelayout_double-blocks .items-column .post-item:nth-child(1){
		padding-right: 15px;
	}
	.posttypelayout_double-blocks .items-column .post-item:nth-child(2){
		padding-left: 15px;
	}
}


/* POSTS *//* LIST (BLOCKS) */
.posttypelayout_list-blocks .post-items {}
.posttypelayout_list-blocks .post-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	
	border-top: 1px solid #ccc;
	padding: 20px 0;
}
.posttypelayout_list-blocks .post-item:first-child {
	border: 0;
	padding-top: 0;
}
.posttypelayout_list-blocks .post-item>img {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
.section.posttypelayout_list-blocks .post-item>article {
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

@media (min-width: 600px) {
	.posttypelayout_list-blocks .post-item {
		flex-direction: row;
		
		border: 0;
		margin-bottom: 20px;
		padding: 0;
	}
	
	.posttypelayout_list-blocks .post-item>img {
		flex-grow: 1;
		flex-shrink: 1;
		width: 33%;

	}
	.posttypelayout_list-blocks .post-item>article {
		flex-grow: 1;
		flex-shrink: 1;
		width: 67%;
		
		padding: 10px 10px 10px 20px !important;
		margin: 0 !important;
	}
}


.posttypelayout_list-blocks .post-item .post-type {
	color: #4278bc;
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
	line-height: 16px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.posttypelayout_list-blocks .post-item .post-title, .posttypelayout_list-blocks .post-item .post-title a {
	margin: 0;
	padding: 0;
}
.posttypelayout_list-blocks .post-item .post-title {
	padding-bottom: 10px;
}
.posttypelayout_list-blocks .post-item .post-title a {
	display: block;
	color: #0f1d33;
	font-family: 'Open Sans';
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 28px;
}
.posttypelayout_list-blocks .post-item .post-title a:hover, .posttypelayout_list-blocks .post-item .post-title a:focus {
	color: #4278bc;
}

.posttypelayout_list-blocks .post-item .post-date {
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.posttypelayout_list-blocks .post-item .post-teaser {
	font-size: 18px;
	line-height: 21px;
}


/* POSTS *//* IMAGE LIST (BLOCKS) */
.posttypelayout_image-list-blocks .post-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.posttypelayout_image-list-blocks .post-item {
	padding: 0;
	width: 100%;
}
@media (min-width: 480px) {
	.posttypelayout_image-list-blocks .post-item {
		padding: 0 10px;
		width: 50%;
	}
}
@media (min-width: 768px) {
	.posttypelayout_image-list-blocks .post-items {
		flex-direction: column;
	}
	.posttypelayout_image-list-blocks .post-item {
		padding: 0;
		width: 100%;
	}
}
.posttypelayout_image-list-blocks .post-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 20px;
}
.posttypelayout_image-list-blocks .post-item>img {
	flex-grow: 1;
	flex-shrink: 1;
	width: 100%;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;	
	
	/*background-color: rgba(255, 204, 153, 0.5);
	outline-color: orange;
	outline-offset: -1px;
	outline-style: dashed;
	outline-width: 2px;*/

}
.posttypelayout_image-list-blocks .post-item>article {
	flex-grow: 1;
	/*flex-basis: 1;*/
	flex-shrink: 1;
	width: 100%;
	
	padding: 10px 0 !important;
	margin: 0 !important;
	
	/*outline-color: red;
	outline-offset: -1px;
	outline-style: dashed;
	outline-width: 2px;*/
}
.posttypelayout_image-list-blocks .post-item .post-title, .posttypelayout_image-list-blocks .post-item .post-title a {
	margin: 0;
	padding: 0;
}
.posttypelayout_image-list-blocks .post-item .post-title {
	padding-bottom: 10px;
}
.posttypelayout_image-list-blocks .post-item .post-title a {
	display: block;
	color: #2d3744;
	font-family: 'Open Sans';
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 28px;
}
.posttypelayout_image-list-blocks .post-item .post-title a:hover, .posttypelayout_image-list-blocks .post-item .post-title a:focus {
	color: #4278bc;
}
.posttypelayout_image-list-blocks .post-item .post-date {
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.post-layout-footer {
	margin-bottom: 20px;
}
.post-layout-footer .read-more-btn {
	display: block;
	background-color: #7d92ac;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	height: 80px;
	line-height: 80px;
	padding: 0;
	text-transform: uppercase;
}
.post-layout-footer .read-more-btn:hover, .post-layout-footer .read-more-btn:focus {
	background-color: #2d3744;
}



/* Google Ads */
.layout_ads-google {
	margin-bottom: 20px;
}
.ads-google-item>.adsbygoogle {
	display: block;
	/*min-width:360px;*/
	/*max-width:970px;*/
	/*height:90px;*/
	width:100%;
	
	/*outline-color: cyan;
	outline-offset: -1px;
	outline-style: dashed;
	outline-width: 2px;*/
}
/* needs to be local style block? */
/*.ads-google-item>.adsbygoogle-banner-large {
	outline-color: orange;
	
	height: 280px;
	width: 100%;
}*/

.email-signup-section {
	background-color: #dce0e5;
	border-top: 5px solid #b00000;
	margin-bottom: 30px;
	padding: 35px 0;
	text-align: center;
}
.email-signup-section h3 {
	display: none;
}
.email-signup-section form {
	display: inline-flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.email-signup-section form>* {
	height: 56px;
}
.email-signup-section form label {
	flex-grow: 1;
	flex-shrink: 0;
	position: relative;
	background-image: url(../images/logo_newsletter.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 56px 56px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 200px;
}
.email-signup-section form label:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	/*left: 0;*/
	display: block;
	
	background-image: url(../images/signup.png);
	background-position: right center;
	background-repeat: no-repeat;
	/*background-size: 56px 56px;*/
	margin: 0;
	padding: 0;
	width: 137px;
}
.email-signup-section form input {
	border: 0;
	border-radius: 0;
	margin: 10px 0;
}
.email-signup-section form button {
	background-color: #b00000;
	border-radius: 3px;
	border-width: 0px;
	color: #fff;
	font-size: 18px;
	font-style: italic;
	font-weight: 900;
	margin-left: 10px;
	padding: 0 25px;
	text-transform: uppercase;
}
.email-signup-section form button:hover, .email-signup-section form button:focus {
	background-color: #d00000;
	color: #fff;
}
@media (min-width: 600px) {
	.email-signup-section form {
		flex-direction: row;
	}
	.email-signup-section form label {
		margin-right: 10px;
	}
	.email-signup-section form input {
		margin: 0;
	}
}

.lay-copy .page-head {
	border-bottom: 1px solid #bfbfbf;
}
.lay-copy .page-head .breadcrumb {
	display: none;
}
.lay-copy .page-head h1, .lay-copy .page-head h1 a {
	display: block;
	margin: 0;
	padding: 0;
}
.lay-copy .page-head h1 a {
	color: #0f1d33;
	font-size: 48px;
	font-weight: 800;
	line-height: 54px;
	padding: 15px 0;
	text-align: center;
}
.lay-copy .page-head h1 a:hover, .lay-copy .page-head h1 a:focus {
	color: #0f1d33;
}

/* hide page title on record pages */
body.record .lay-copy .page-head {
	display: none;
}

.pagegroup_posttypes article .header h1.title, .pagegroup_posttypes article .header h1.title a {
	display: block;
	margin: 0;
	padding: 0;
}
.pagegroup_posttypes article .header h1.title {
	border: 0;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 20px;
}
.pagegroup_posttypes article .header h1.title a {
	color: #b00000;
	font-size: 48px;
	font-weight: 800;
	line-height: 54px;
	padding: 15px 0;
	text-align: center;
}
.pagegroup_posttypes article .header h1.title a:hover, .pagegroup_posttypes article .header h1.title a:focus {
	color: #b00000;
}

.pagegroup.pagegroup_posttypes article .subhead {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	
	margin-bottom: 15px;
	text-align: center;
	
	/*outline-color: cyan;
	outline-offset: -1px;
	outline-style: dashed;
	outline-width: 2px;*/
}
/*.pagegroup.pagegroup_posttypes article .subhead>* {
	outline-color: Red;
	outline-offset: -1px;
	outline-style: dashed;
	outline-width: 2px;
}*/

.pagegroup_posttypes article .header .subhead h3, .pagegroup_posttypes article .header .subhead h4, .pagegroup_posttypes article .header .subhead h5 {
	color: #333;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	line-height: 20px;
	margin: 0 5px 5px;
}
@media (min-width: 600px) {
	.pagegroup.pagegroup_posttypes article .subhead {
		flex-direction: row;
	}
	.pagegroup_posttypes article .header .subhead h3, .pagegroup_posttypes article .header .subhead h4, .pagegroup_posttypes article .header .subhead h5 {
		margin: 0;
	}
	.pagegroup.pagegroup_posttypes article .subhead>*+*::before {
		content: " -";
		white-space: pre;
	}
}

.pagegroup_posttypes article .content>.post-image {
	margin: 0;
	width: 100%;
}
.pagegroup_posttypes article .content>.post-image>img {
	border-radius: 0;
	height: auto;
	margin: 0;
	margin-bottom: 20px;
	width: 100%;
}


/* home textblock padding override */
.lay-home .pagegroup.pagegroup_textblocks .element {
	padding: 0;
}

.pagegroup .section .pagegroup-title {
	background-color: #dce0e5;
}

/* Link List */
.element_links ul.unstyled.list-group .list-group-item:first-child, .element_links ul.unstyled.list-group .list-group-item:last-child {
	border-radius: 0;
}
.element_links ul.unstyled.list-group .list-group-item {
	padding: 15px 20px;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px solid #dce0e5;
}

.more-stories .image {
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
	width: 30%;
}

/* magnificent popup link */
.mfp-video-link {
	cursor: pointer;
}

.sharing{
	display: inline-block;
	text-indent: -99999px;
	height: 24px;
	width: 24px;
	background-size: contain;
	margin-left: .5em;
}
	.sharing.email{
		background-image: url(../images/icon_email.png);
	}
	.sharing.twitter{
		background-image: url(../images/icon_twitter.png);
	}
	.sharing.facebook{
		background-image: url(../images/icon_facebook.png);
		margin-left: 0px;
	}