.breadwrap {
	padding: 0.75em 0 0;
	margin:0;
	font-size: 10pt;
	overflow-x: auto;
	background: inherit
}

ol.breadcrumbs {
	padding: 0 2em !important;
	text-align: left;
	list-style: none;
	margin: 0 auto;
	max-width: 1260px;
	box-sizing: border-box;
	white-space: nowrap;
	display: flex;
	align-items: center !important;
	justify-content: flex-start; /* Left justify items */
}

.breadcrumbs li {
	padding: 0;
	position: relative;
	margin-right: 1.5em;
	font-weight: bold;
	vertical-align: middle;
	color: #555
}

.breadcrumbs li a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #555
}

.breadcrumbs li a:hover {
	text-decoration: underline;
}

.breadcrumbs li a:after {
	content: '';
	position: absolute;
	top: 0;
	color: #5B98B9;
	right: -1em;
	width: 1.2em;
	height: 1.2em;
	-webkit-transform: scale(0.70) rotate(45deg);
	-moz-transform: scale(0.70) rotate(45deg);
	-o-transform: scale(0.70) rotate(45deg);
	transform: scale(0.70) rotate(45deg);
	z-index: 1;
	box-shadow: 2px -2px
}

.breadcrumbs li a.bread-home img {
	height: 1.3em;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	vertical-align: top;
}

.breadcrumbs li a.bread-home:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.breadcrumbs li.item-current {
	text-decoration: underline;
}


/* tiny tablets and smaller */
@media (max-width:599px) {

	.breadcrumbs li {
		font-size: x-small
	}
}
