.breadcrumb-wrapper{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	display: block;
	width:100%;
	/*height:30px;*/
}

.breadcrumb-wrapper>ul{
	font-size: 1.0em;
	line-height: normal;
	list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display:inline;
}

.breadcrumb-wrapper>div{
	vertical-align:middle; 
	font-weight:700 !important;
	font-size: 1.4em;
	line-height: normal;
	float:left;
}

.breadcrumb-wrapper>ul>li{
	display: inline;
}

.breadcrumb-wrapper>ul>li>span{
	text-align: left;
}

.breadcrumb-wrapper>ul>li>a{
	margin-left: 4px;
	vertical-align: middle;
	text-decoration: none !important;
	font-size: 1.0em;
	line-height: normal;
	white-space: nowrap;
}