#profile-complete {
	margin: 25px 0 20px 3px;
}
#profile-complete > b,
#profile-complete > span {
	font-size: 28px;
	font-weight:300;
	color: #2f2f2f;
	display: inline-block;
	vertical-align: middle;
}
#profile-complete > span {
	color: #aaaaaa;
}
#profile-complete > span+i,
#profile-complete > b+i {
	background: url("/img/breadcrumbs-separator.png") no-repeat center 8px;
	display: inline-block;
	width: 23px;
	height: 28px;
	margin: 0 10px;
	vertical-align: middle;
}

#profile-complete > span:last-child {
	background: url("/img/employer-progress-succes.png") no-repeat center 4px;
	display: inline-block;
	width: 23px;
	height: 28px;
}
#profile-complete > span:nth-last-child(3)+i {
	background: url("/img/breadcrumbs-separator.png") no-repeat center -149px;
}