.KMC_Progress {
	background-color: #9abe70;
	color: #fbf8f4;
}
.KMC_Progress > .Hold {
	max-width: 1300px;
	margin: 0 auto;
}
.KMC_Progress .Inner {
	display: table;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
}
.KMC_Progress .Inner > div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	white-space: nowrap;
	margin: 0;
	position: relative;
}
.KMC_Progress .Inner > div:first-child,
.KMC_Progress .Inner > div:last-child {
	width: 1px;
	text-transform: lowercase;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.3px;
}
.KMC_Progress .Bar {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 100%;
	height: 10px;
	border-radius: 1000px;
	background-color: #8aab64;
}
.KMC_Progress .Bar.Front {
	background-color: #fbf8f4;
	width: auto;
}