*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body

.timeline {
  color: #fff;
}
.timeline h1,
.timeline ul li .timelinecontent h2 {
}
.timeline h1 {
  background: #fff;
  padding: 70px 0;
  font-size: 2.5em;
  text-align: center;
}
.timeline ul {
  background: #fff;
  padding: 50px 0;
}
.timeline ul li {
  background: #7E1D17;
  position: relative;
  margin: 0 auto;
  width: 5px;
  padding-bottom: 40px;
  list-style-type: none;
}
.timeline ul li:last-child {
  padding-bottom: 7px;
}
.timeline ul li:before {
  content: "";
  background: #7E1D17;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 3px solid #7E1D17;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.timeline ul li .hidden {
  opacity: 0;
}
.timeline ul li .timelinecontent {
  background: #fff;
  position: relative;
  top: 7px;
  width: 450px;
  padding: 20px;
}
.timeline ul li .timelinecontent h2 {
  color: #fff;
  padding-bottom: 10px;
  text-align: center;
}
.timeline ul li .timelinecontent p {
  text-align: center;
  color: #fff;
}
.timeline ul li .timelinecontent:before {
  content: "";
  background: #7E1D17;
  position: absolute;
  top: 0px;
  width: 38px;
  height: 5px;
}
.timeline ul li:nth-child(odd) .timelinecontent {
  left: 50px;
  background: #fff;
  background: -webkit-linear-gradient(-45deg, #7E1D17, #7E1D17);
  background: linear-gradient(-45deg, #7E1D17, #7E1D17);
}
.timeline ul li:nth-child(odd) .timelinecontent:before {
  left: -38px;
}
.timeline ul li:nth-child(even) .timelinecontent {
  left: calc(-450px - 45px);
  background: #fff;
  background: -webkit-linear-gradient(45deg, #7E1D17, #7E1D17);
  background: linear-gradient(45deg, #7E1D17, #7E1D17);
}
.timeline ul li:nth-child(even) .timelinecontent:before {
  right: -38px;
}

/* -------------------------
   ----- Media Queries -----
   ------------------------- */
@media screen and (max-width: 1020px) {
  .timeline ul li .timelinecontent {
    width: 41vw;
  }
  .timeline ul li:nth-child(even) .timelinecontent {
    left: calc(-41vw - 45px);
  }
}
@media screen and (max-width: 700px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li .timelinecontent {
    width: calc(100vw - 100px);
  }
  .timeline ul li .timelinecontent h2 {
    text-align: initial;
  }
  .timeline ul li:nth-child(even) .timelinecontent {
    left: 45px;
    background: #7E1D17;
    background: -webkit-linear-gradient(-45deg, #7E1D17, #7E1D17);
    background: linear-gradient(-45deg, #7E1D17, #7E1D17);
  }
  .timeline ul li:nth-child(even) .timelinecontent:before {
    left: -33px;
  }
}

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