.plugin.articles-teaser {
	margin-top:			50px;
	padding-top:		50px;	
}

.plugin.articles-teaser div.article {	
	margin-top:			50px;
	margin-bottom:		50px;
	
	color:				inherit;	
}

.plugin.articles-teaser div.article img {
	width:				100%;
	height:				auto;
	
	border-radius:		100%;
}

.plugin.articles-teaser div.article h3 {
	margin:				10px 0;
	padding:			0;	
	
	color:				#00275a;
	text-align:			left;
	font-weight:		200;
	font-size:			22px;
	line-height:		32px;
}

.articles div.article p.meta {
	color:				#667e9c;	
}

.articles div.article p.meta i {
	color:				#b3bfce;	
}

.articles a p.meta.multiline i {
	float:				left;
	width:				20px;
	display:			block;
	margin:				3px 6px 0 0;
	text-align:			center;	
}

@media screen and (min-width:768px) {
	.articles h3 {
		font-size:			38px;
	}
}