/* css specific to the site */

.bcls-active {
  border-left: 3px rgb(243, 148, 36) solid;
}

h1 i.fal, h1 i.fab, h1 i.fas, h1 i.far, th i.fal, th i.fab, th i.fas, th i.far, th i.fad {
  font-size: 3rem;
  color:rgb(243, 148, 36);
  margin-right: 1rem;
}
.card-icon i {
  color: rgb(243, 148, 36);
}

div.card-content > ul {
  margin-left: -2.5rem;
}


