.timeline-container {font-family: 'HaasText', helvetica, arial, sans-serif!important;}

.timeline-container h3{font-family: 'HaasTextBold', helvetica, arial, sans-serif!important;font-size: 24px;margin: 0;padding: 0;font-weight: bold;}


.timeline {position: relative; overflow: auto;font-size: 13px}

.past {
  background-color: #dddddd!important;
  color: #000000;
}

.timeline:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: #dddddd;
  left: 0;
}


.timeline ul {
  list-style: none;
  margin: 0 auto;
  max-width: 75%;
  z-index: 1;
}
.timeline li {
  background: #dddddd;
  padding: 1em;
  margin: 1em auto;
  position:static;
  float: none;
  max-width: 80%;
}
.timeline li:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 1em solid #dddddd;
  border-left: 1em solid transparent;
  position: absolute;
  left: -1em;
  top: 0;
}
.timeline h2 {
  background: #dddddd;
  max-width: 50%;
  margin: 60px auto;
  padding: 1em;
  text-align: center;
  position: relative;
  clear: both;
  font-size: 30px
}
.timeline li p {
  margin: 0 auto 0 2em;
  width: 95%;
  max-width: 90%;
  font-family: 'BWHaasText', helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 1em;
}

.timeline li h3 {
  margin: 0 auto;
  width: 100%;
  font-family: 'BWHaasText', helvetica, arial, sans-serif;
}

.timeline p a, .timeline a{
  border-bottom: 1px solid #0e7241;
}
.future {background-color: #dddddd!important; color:#0e7241;}

.future:before {border-top: 1em solid #dddddd!important}


@media screen and (min-width: 1020px) {
  .timeline h2 {
    max-width: 30%;
  }
  .timeline-container {max-width: 1000px; margin: 0 auto;}

  .timeline:before {left: 50%;}

  .timeline ul {
    padding-left: 0;
    max-width: 1000px;
    margin: 0 auto;
    list-style: none;
    padding: 0 0 0 1em;
    z-index: 1;
  }

  .timeline li{   position: relative; margin }
  .timeline li { width: 42%;}
  .timeline li:nth-child(even) {
    float: right;
    margin-top: 2em;
  }
  .timeline li:nth-child(odd) {
    float: left;
  }
  .timeline li:nth-child(odd):before {
    border-top: 1em solid #dddddd;
    border-right: 1em solid transparent;
    right: -1em;
    left: auto;
  }
  .timeline li:nth-of-type(2n+1) { clear: both;}
}

@media screen and (min-width: 760px) {
  .timeline-container {max-width: 1000px; margin: 0 auto;}

  .timeline:before {left: 50%;}

  .timeline h2 {
    max-width: 40%;
  }

  .timeline ul {
    padding-left: 0;
    max-width: 800px;
    margin: 0 auto;
    list-style: none;
    padding: 0 0 0 1em;
    z-index: 1;
  }

  .timeline li{   position: relative; margin }
  .timeline li { width: 38%;}
  .timeline li:nth-child(even) {
    float: right;
    margin-top: 2em;
  }
  .timeline li:nth-child(odd) {
    float: left;
  }
  .timeline li:nth-child(odd):before {
    border-top: 1em solid #dddddd;
    border-right: 1em solid transparent;
    right: -1em;
    left: auto;
  }
  .timeline li:nth-of-type(2n+1) { clear: both;}
}
@media screen and (max-width: 760px){
  .timeline:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: #dddddd;
    left: 50%;
    z-index: -1;
}
}

