.about-us.region--content-top .breadcrumb ol,
.page-insights .breadcrumb ol {
  background: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
}

.about-us.region--content-top .block--system-breadcrumb-block {
  margin-bottom: 20px;
}

.block--system-breadcrumb-block {
  width: 100%;
  margin-bottom: 30px;
}

.breadcrumb {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

.breadcrumb ol {
  display: inline-block;
}

.breadcrumb ol li::before {
  content: '>';
  color: #000;
  font-weight: 100;
}

.breadcrumb ol li:last-child {
  color: #262626;
  font-weight: 400;
}

.breadcrumb ol a {
  color: #1b1919;
  font-weight: 400;
}

.breadcrumb ol a:hover {
  text-decoration: none;
  color: #e30613;
  transition: none;
}

/*# sourceMappingURL=maps/breadcrumb.css.map */
