.block-system-breadcrumb-block {
  position: relative;
  width: 100%;
}
.block-system-breadcrumb-block nav.breadcrumb {
  padding: 0;
}
.block-system-breadcrumb-block nav.breadcrumb ol {
  overflow: scroll;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .block-system-breadcrumb-block nav.breadcrumb ol {
    overflow: hidden;
  }
}
.block-system-breadcrumb-block nav.breadcrumb ol li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #002067;
  font-family: "Fira Sans";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  padding: 10px 0 8px 0;
  font-size: 0.9rem;
  margin-left: 16px;
}
.block-system-breadcrumb-block nav.breadcrumb ol li:before {
  content: "\e907";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "icomoon";
  color: #002067;
  display: block;
}
.block-system-breadcrumb-block nav.breadcrumb ol li:first-child {
  margin-left: 0;
}
.block-system-breadcrumb-block nav.breadcrumb ol li:first-child:before {
  display: none;
}
.block-system-breadcrumb-block nav.breadcrumb ol li:first-child a {
  position: relative;
  top: -1px;
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
}
.block-system-breadcrumb-block nav.breadcrumb ol li:first-child a:after {
  content: "\e900";
  position: absolute;
  display: block;
  text-indent: 0;
  font-family: "icomoon";
  font-size: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.block-system-breadcrumb-block nav.breadcrumb ol li:nth-child(2):before {
  content: "";
  left: -12px;
  width: 1px;
  height: 15px;
  background-color: #B2BBD1;
}
.block-system-breadcrumb-block nav.breadcrumb ol li:last-child {
  color: #B2BBD1;
}
.block-system-breadcrumb-block nav.breadcrumb ol li a {
  color: #002067;
  font-family: "Fira Sans";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  font-size: 0.9rem;
}