/* //////////// IMGBOX /////////// */
/* shared */
.iBox.standard .title a{
	font-family: "Trade Gothic LT W01 Bd Cn No-2",Tahoma,Arial;
	font-weight: normal;
	color: #7d0040;	
	font-size: 20px;
	line-height: 20px;
}
 .iBox.standard .content {
	font-family:'Trade Gothic LT W01 Light';
	font-size: 0.938rem;
	margin-top: 8px;
}
.iBox.standard .content p{
	font-size: 0.938rem;
	line-height: 1.3;
	margin-bottom: 10px;
}
.iBox.standard hr{
	border-color:#f0ab00;
	border-width: 1.5px;
	margin: 10px 0px 1.1875rem
}
.iBox.standard .link {
	color:#187fc3;
	font-size: 0.938rem;
	text-transform: uppercase;
	font-family:'Trade Gothic LT W01 Bd Cn No-2';
}
.iBox.standard .link .fa {
	position: relative;
	left: 5px;
}
.iBox.standard .image-container a img {
	margin-bottom: 10px;
}

/*** MEDIA QUERY ***/ 
/*** Mobile ***/ 
@media only screen and (max-width: 40em) { } 
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){
	.iBox.standard { max-width: 325px;}
} 
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.iBox.standard { margin: 2rem auto;}
} 
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) {
}

/* //////////// IMGBOX /////////// */