.FeaturedboxContainer{
				
}
.FeaturedboxContainer .FeaturedboxContainer div{
	box-sizing: border-box;			
}
.ImageLeft, .ImageRight{	
	width:40%;
	float:left;	
	padding:15px;			
}
.ContentLeft, .ContentRight{
	float:left;	
	width:60%;
	padding:15px;			
}
.FeatureboxGraphic{
	text-align:center;
	overflow:hidden;
}
.circle{
	-webkit-border-radius: 50%;
	border-radius: 50%;	
	position:relative;			
}
.FeaturedboxContent{
	padding:15px 0 15px 0;				
}
a.FeaturedboxBtnLink{
	padding:15px;					
}
.ImageTop{
	max-width:80%;
	margin:0 auto 0 auto;				
}
.ContentCenter .FeaturedboxContent{
	text-align:center;				
}
.ContentCenter h3{
	text-align:center;				
}
.ContentCenter a.FeaturedboxBtnLink{
	display:inline-block;
	margin:0 auto 0 auto;	
	text-align:center;			
}
@media all and (max-width: 440px){
	.ImageLeft, .ImageRight{	
		width:100%;
		float:left;	
		padding:15px;			
	}
	.ContentLeft, .ContentRight{
		float:left;	
		width:100%;
		padding:15px;			
	}
}