.ms-bread-crumb {

	.ms-bread-crumb-container {
		height: 46px;
	  	margin:0;
	}
	.step {
		height: 46px;
		padding-right: 0;
		padding-left: 1px;
		box-sizing: border-box;
	}
	.step span {
		z-index: 10;
		text-transform: uppercase;
		@include medium-weight;
		font-size: 12px;
		line-height: 12px;
		padding-top: 17px;
		padding-bottom: 17px;
		display: inline-block;
		width: 100%;
		color: white;
		text-align: center;
		background-color: $brand-navy-light;
	}
	.step:before {
		display: inline-block;
		position: absolute;
		left: 1px;
		z-index: 9;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 23px 0 23px 12px;
		border-color: transparent transparent transparent  $brand-grey-light;
	}
	.step:after {
		display: inline-block;
		position: absolute;
		top: 0;
		right: -12px;
		z-index: 11;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 23px 0 23px 12px;
		border-color: transparent transparent transparent  $brand-navy-light;
	}
	.step.current-step span {
		background-color: $brand-navy;
	}
	.step.current-step:after {
		border-color: transparent transparent transparent  $brand-navy!important;
	}
}
