.bx-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;}

.bx-breadcrumb-item {
	margin:0.5em;
   height: auto;
	white-space: nowrap;
}

.bx-breadcrumb-item-angle {
	margin:0 0.1em;
	color: #ffffff;
	vertical-align: top;}

.bx-breadcrumb-item-link {
	border-bottom: none;
	vertical-align: top;
	color: #ffffff;
}

.bx-breadcrumb-item-link:hover {	color: #ffffff;
 }

.bx-breadcrumb-item-text {
	vertical-align: top;
	white-space: normal;
    color: #ffffff;
    line-height: 1.2;
}

.mid2 {
width: 100% !important;
margin-top: 0;
padding: 0.5em;
padding-left: 5.5em;
}