.timeline {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 860px;
  padding: 0;
  list-style-type: none;
}
.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  display: block;
  width: 6px;
  height: 100%;
  transform: translateX(-50%);
  background: rgb(80, 80, 80);
  background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(30, 87, 153)), color-stop(100%, rgb(125, 185, 232)));
  background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
  background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
  background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
  background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
}
.timeline li {
  padding: 1em 0;
}
.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.timeline li:nth-last-of-type(odd) > div {
  text-align: right;
}
.timeline li:nth-last-of-type(odd) > div .flag-wrapper {
  flex-direction: row-reverse;
}
.timeline li:nth-last-of-type(odd) > div .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
.timeline li:nth-last-of-type(even) > div {
  float: right;
}
.timeline li:nth-last-of-type(even) > div .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
.timeline li:nth-last-of-type(even) > div .flag:before {
  left: -36px;
}
.timeline li:nth-last-of-type(even) > div .flag:after {
  left: unset;
  right: 100%;
  border-left-color: transparent;
  border-right-color: #3f02fe;
}
.timeline li:nth-last-of-type(even) > div .flag .desc {
  margin-left: 0.75em;
  margin-right: 0;
}
.timeline li > div {
  position: relative;
  width: 400px;
}
.timeline .flag-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: center;
}
.timeline .flag {
  position: relative;
  display: inline;
  background: #3f02fe;
  color: #fff;
  padding: 15px 10px;
  border-radius: 5px;
  font-weight: 600;
  text-align: left;
}
.timeline .flag:before {
  position: absolute;
  top: 50%;
  right: -36px;
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #3f02fe;
  z-index: 10;
  transform: translateY(-50%);
}
.timeline .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-left-color: #3f02fe;
  pointer-events: none;
  transform: translateY(-50%);
}
.timeline .time-wrapper {
  display: inline;
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250, 80, 80);
  vertical-align: middle;
}
.timeline .time {
  display: inline-block;
  padding: 7px 10px;
  background: transparent;
  color: #233143;
  border: 1px solid #3f02fe;
  font-size: 1.1em;
}
.timeline .desc {
  padding-top: 1.5rem;
  margin-right: 0.75em;
  font-size: 1em;
  line-height: 1.5em;
}
.timeline .desc p {
  margin-bottom: 0.25rem;
}
.timeline {
  /* ================ Timeline Media Queries ================ */
}
@media screen and (max-width: 860px) {
  .timeline {
    width: 100%;
    padding: 4em 0 1em 0;
  }
  .timeline li {
    padding: 2em 0;
  }
  .timeline li:nth-last-of-type(odd) > div, .timeline li:nth-last-of-type(even) > div {
    float: none;
    width: 100%;
    text-align: center;
  }
  .timeline li:nth-last-of-type(odd) > div .flag-wrapper, .timeline li:nth-last-of-type(even) > div .flag-wrapper {
    flex-direction: column;
  }
  .timeline li:nth-last-of-type(odd) > div .flag:before, .timeline li:nth-last-of-type(even) > div .flag:before {
    position: absolute;
    top: -30px;
    left: 50%;
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid #3f02fe;
    z-index: 10;
    transform: translateX(-50%);
  }
  .timeline li:nth-last-of-type(odd) > div .flag:after, .timeline li:nth-last-of-type(even) > div .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -16px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #3f02fe;
    pointer-events: none;
    transform: translateX(-50%);
  }
  .timeline .flag {
    background: #3f02fe;
    z-index: 15;
  }
  .timeline .desc {
    position: relative;
    margin: 0 1em 0 1em;
    padding: 1em;
    background: #3f02fe;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    color: #233143;
    border: 1px solid #3f02fe;
    z-index: 15;
  }
  .timeline .desc p {
    color: #233143;
    margin-top: 0;
  }
  .timeline .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }
  .timeline .time {
    position: relative;
    background-color: #3f02fe;
  }
}
@media screen and (min-width: 400px) and (max-width: 860px) {
  .timeline .desc {
    margin: 1em 4em 0 4em;
  }
  .timeline li::after {
    margin-top: 25px;
  }
}

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