@import "history-list.css";
.history__color-strip {
  position: sticky;
  z-index: 1;
  top: 6rem;
  width: 100%;
}
.history__color-strip a::after {
  content: none;
}
.history__event__entry--technology .history__event__year {
  color: rgb(51, 105, 125);
}
.history__event__entry--special-event .history__event__year {
  color: rgb(51, 105, 125);
}
.history__event__entry--innovation .history__event__year {
  color: rgb(255, 133, 51);
}
.history__event__entry--coaching .history__event__year {
  color: rgb(55, 168, 219);
}
.history__event__entry--partner .history__event__year {
  color: rgb(135, 136, 138);
}

/*# sourceMappingURL=history-list-filter.css.map */
