span.subheading {
  font-weight: 400;
  display: block;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  border-top: 1px solid #0a5796;
  font-size: 0.875em;
}

.timeline {
  list-style: none;
  padding-inline: 0;
  margin: 3rem 0;
}
.timeline, .timeline::before, .timeline::after,
.timeline *,
.timeline *::before,
.timeline *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.timeline-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.timeline-unit:nth-child(even) .timeline-content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.timeline-unit:nth-child(even) .timeline-header {
  text-align: start;
}
.timeline-unit:nth-child(even) .timeline-header::before {
  inset-inline-end: auto;
  inset-inline-start: -3rem;
}
.timeline-unit:nth-child(even) .timeline-heading::before {
  inset-inline-start: auto;
  inset-inline-end: calc( 100% + 1rem);
  -webkit-border-start: none;
          border-inline-start: none;
  -webkit-border-end: 2px solid #0a5796;
          border-inline-end: 2px solid #0a5796;
}
.timeline-unit:nth-child(even) .timeline-heading::after {
  inset-inline-end: auto;
  inset-inline-start: calc( -3rem - 0.5rem);
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
}
.timeline-unit + .timeline-unit {
  padding-top: 1.5rem;
}
.timeline-header, .timeline-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 50% - 1.5rem);
          flex: 0 0 calc( 50% - 1.5rem);
  padding-inline: 1rem;
}
.timeline-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: end;
  position: relative;
}
.timeline-header::before {
  content: "";
  inline-size: 3rem;
  block-size: calc( 100% + 1.5rem);
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: -3rem;
  background: -webkit-gradient(linear, left top, right top, from(#0a5796), to(#0a5796)) no-repeat top center/2px 100%;
  background: linear-gradient(to right, #0a5796 0%, #0a5796 100%) no-repeat top center/2px 100%;
}
.timeline-unit:first-child .timeline-header::before {
  inset-block-start: 50%;
}
.timeline-unit:last-child .timeline-header::before {
  inset-block-start: auto;
  inset-block-end: 50%;
  z-index: -2;
}
.timeline-content {
  background-color: #0a5796;
  color: #ffffff;
}
@media (max-width: 600px) {
  .timeline-content {
    font-size: 0.875rem;
  }
}
.timeline-content > * {
  margin-block: 1rem;
}
.timeline-heading {
  font-size: 1.375rem;
  line-height: 1.2;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-block: 1rem;
  margin: 0;
}
.timeline-heading a {
  display: block;
  -webkit-text-decoration: solid underline currentColor;
          text-decoration: solid underline currentColor;
}
.timeline-heading span {
  display: inline-block;
  min-inline-size: 100%;
  color: unset;
}
.timeline-heading::before {
  content: "";
  inline-size: 3rem;
  block-size: 100%;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: calc( 100% + 1rem);
  -webkit-border-start: 2px solid #0a5796;
          border-inline-start: 2px solid #0a5796;
  background: -webkit-gradient(linear, left bottom, left top, from(#0a5796), to(#0a5796)) no-repeat left center/100% 2px;
  background: linear-gradient(to top, #0a5796 0%, #0a5796 100%) no-repeat left center/100% 2px;
}
.timeline-heading::after {
  content: "";
  position: absolute;
  inline-size: 1rem;
  block-size: 1rem;
  border-radius: 100%;
  background: #de3700;
  inset-block-start: 50%;
  inset-inline-end: calc( -3rem - 0.5rem);
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0a5796;
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0a5796;
}

.timelineL2 {
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.timelineL2-unit {
  position: relative;
  margin-top: 1rem;
}
.timelineL2-unit span {
  display: block;
}
.timelineL2-unit::before {
  content: "";
  inline-size: 3rem;
  block-size: 100%;
  position: absolute;
  inset-inline-start: calc( 100% + 1rem);
  -webkit-border-start: 2px solid #0a5796;
          border-inline-start: 2px solid #0a5796;
  background: -webkit-gradient(linear, left bottom, left top, from(#0a5796), to(#0a5796)) no-repeat center left/100% 2px;
  background: linear-gradient(to top, #0a5796 0%, #0a5796 100%) no-repeat center left/100% 2px;
}
.timelineL2-unit::after {
  content: "";
  position: absolute;
  inline-size: 0.5rem;
  block-size: 0.5rem;
  border-radius: 100%;
  background-color: #de3700;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0a5796;
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0a5796;
  inset-block-start: 50%;
  inset-inline-start: calc( 100% + ( 1.5rem + 1rem ));
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
  
.timeline-unit:nth-child(even) .timelineL2-unit::before {
  transform: scaleX(-1);
  left: -4rem;
} 
.timeline-unit:nth-child(even) .timelineL2-unit::after {
  left: -2.5rem;
}

/*# sourceMappingURL=timeline2.css.map */