.dropdown {
  width: 100%;
}

.dropdown-trigger {
  width: 100%
}

h1.bordered:after,
h2.bordered:after,
h3.bordered:after {
  content: ' ';
  display: block;
  float: none;
  width: 3rem;
  height: .2em;
  margin-top: .3em;
  background: #F47938;
}

.breadcrumb a {
  color: #000000;
  text-transform:uppercase;
}

a.is-active {
  color: #F47938;
  font-weight: bold;
}

.subchapter {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.custom-label {
  margin-bottom: 0 !important;
}