@charset "UTF-8";
/* CSS Document */

.article-content-section h5{
	font-family: 'ltbrewery_regularregular', Arial, Helvetica, sans-serifa;
	margin-top: 20px;
	margin-bottom:30px;
	margin-left:82px;
}

.each_personnel_cell {
	width:85%;
	height:auto;
	margin-left:82px;
	margin-bottom:50px;
	min-height:180px;
}

.each_personnel_cell .personnel_image{
	width:20%;	
	float:left;
	height:auto;
}

.each_personnel_cell .personnel_image img{
	border:#f6905d;
	border-style:solid;
	border-width:1px;
}

.each_personnel_cell .personnel_text{
	width:80%;	
	float:left;
	height:auto;
}

.each_personnel_cell .personnel_text h3{
	margin-left:30px;
	margin-bottom:5px;
	color: #f6905d;
	font-weight:bold;
	font-size:15px;
}
.each_personnel_cell .personnel_text p{
	margin-left:30px;
	line-height:130%;
	
}
.each_personnel_cell .personnel_text a{
	color: #f6905d;
}

.each_personnel_cell .personnel_text a:hover{
	color: #00245e;
}

.our_team h4 {
	font-family: 'ltbrewery_regularregular', Arial, Helvetica, sans-serifa;
	color: #f6905d;
	font-size:3.8em;
	margin-top: 20px;
	margin-bottom:30px;
	margin-left:82px;
}
