.jim-look-here {
  color: rgba(51, 51, 51, 0.15);
}

.fw-tl {
  display: block;
  margin: 0 auto;
  max-width: 900px;
  padding: 40px 0;
  position: relative;
}
.fw-tl:after {
  background-color: #900021;
  content: "";
  height: 100%;
  left: 8px;
  position: absolute;
  top: 0;
  width: 4px;
}
@media (min-width: 40em) {
  .fw-tl:after {
    left: calc(50% - 2px);
  }
}

.bg-maroon .fw-tl:after,
.bg-maroon-light .fw-tl:after,
.bg-maroon .fw-tl-event:after,
.bg-maroon-light .fw-tl-event:after {
  background-color: #fc3;
}

.fw-tl-event {
  background-color: #f0efee;
  border-radius: 6px;
  display: block;
  margin: 20px 0 20px 30px;
  overflow: visible;
  padding: 12px 20px;
  position: relative;
}
@media (min-width: 40em) {
  .fw-tl-event {
    margin: 20px 0;
    width: calc(50% - 20px);
  }
}
.fw-tl-event:after {
  background-color: #900021;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  right: calc(100% + 10px);
  top: calc(50% - 10px);
  width: 20px;
}
@media (min-width: 40em) {
  .fw-tl-event:after {
    left: calc(100% + 10px);
    right: unset;
  }
}
@media (min-width: 40em) {
  .fw-tl-event:nth-of-type(even) {
    margin-left: calc(50% + 20px);
  }
  .fw-tl-event:nth-of-type(even):after {
    left: unset;
    right: calc(100% + 10px);
  }
}

.fw-tl-event__title {
  font-size: 1.125em;
  font-weight: 700;
}
.fw-tl-event__title:first-of-type {
  margin: 0;
}

.fw-tl-event p:last-of-type {
  margin-bottom: 0;
}
/*# sourceMappingURL=maps/timeline.css.map */
