/**
 * FasciculusEdu's theme implementation.
 */
.hr-boundless {
  background-color: #25355a;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 0.2rem;
}

.field--name-field-quick-links a {
  color: #25355a;
  font-weight: 600;
}
.field--name-field-quick-links a:hover {
  color: #005f7f;
}