.page-header--breadcrumbs .breadcrumb-list .breadcrumb-list--item.list-item--home span[itemprop="name"]::before {
	font-weight: 900;
}

.project--body .page-header--breadcrumbs,
.homepage--header .page-header--breadcrumbs {
	background-color: #e3e3e3;
	padding: 1.125rem 20px;
	margin: 0;
}

.project--body .page-header--breadcrumbs .breadcrumb-list,
.homepage--header .page-header--breadcrumbs .breadcrumb-list {
	max-width: 1280px;
	margin: 0 auto;
}

.homepage--header .page-header--breadcrumbs {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
	background-color: rgba(0,0,0,.1);
	margin-top: -3rem;
	margin-bottom: 3rem;
}

.homepage--header.bg-black .page-header--breadcrumbs,
.homepage--header.bg-dark-gray .page-header--breadcrumbs {
	color: #ededed;
}

@media screen and (min-width: 641px) {
  .homepage--header .page-header--breadcrumbs {
	margin-top: -4.5rem;
	margin-bottom: 4.5rem;
  }
}

@media screen and (min-width: 801px) {
  .homepage--header .page-header--breadcrumbs {
	margin-top: -6rem;
	margin-bottom: 6rem;
  }
}