/*********************************
5.1 Education
*********************************/

.education
{
	width: 100%;
	border-left: 3px #4B9FE1 solid;
}
.edu_item
{
	padding-top: 9px;
}
.time_dot
{
	height: 14px;
	width: 16px;
	background-color: #4B9FE1;
	border-radius: 50%;
	display: inline-block;
	margin-left: -9px;
}
.edu_data
{
	width: 250px;
	margin-top: -1px;
}
.edu_time
{
	font-size: 16px;
	font-weight: 700;
	color: #4B9FE1;
	line-height: 0.75;
	text-align: right;
	white-space: nowrap;
	margin-left: 5px;
}
.edu_image
{
	width: 125px;
	margin-left: 17px;
}
.edu_image img
{
	max-width: 100%;
	margin-top: 5px;
}
.edu_content
{
	width: 100%;
}
.edu_title_container
{

}
.edu_title
{
	font-size: 20px;
	font-weight: 700;
	color: #0F2557;
	line-height: 0.75;
}
.edu_school
{
	font-size: 16px;
	font-weight: 700;
	color: #0F2557;
	line-height: 0.75;
	margin-top: 20px;
}
.edu_text
{
	margin-top: 8px;
}