p {
  margin: 0 0 10px 8px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.6em;
}
.timeline-wrapper a, .timeline-wrapper h2{
  color: #6034bf;
}
.lead {
  font-size: 2em;
  margin-bottom: 40px;
}
.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}

.step1 {
  color: rgba(255, 255, 255, 0.2);
}
.step2 {
  color: rgba(255, 255, 255, 0.4);
}
.step3 {
  color: rgba(255, 255, 255, 0.6);
}
.lead {
  color: rgba(255, 255, 255, 0.6);
}
.timeline-container {
  border-left: 4px solid #6034bf;
  margin: 20px auto;
  width: 900px;
}
.timeline-container-tick {
  background: #6034bf;
  content: "";
  display: block;
  height: 4px;
  left: -8px;
  width: 14px;
  position: relative;
}
.timeline-toggle {
  background:  #6034bf;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  float: right;
  font-size: 12px;
  margin-right: 0;
  padding: 10px 15px;
  text-transform: uppercase;
  white-space: nowrap;
}
.timeline-toggle:hover {
  background:  #6034bf;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.timeline-toggle:focus {
  outline: none;
}
.timeline-wrapper {
  clear: left;
  float: left;
  margin: 0 0 12px;
  width: 900px;
}
.timeline-wrapper .timeline-time::before {
  border-top: 4px solid  #6034bf;
  content: "";
  display: inline-block;
  height: 4px;
  margin-right: 0px;
  vertical-align: middle;
  width: 24px;
}
.timeline-wrapper .timeline-time {
  cursor: pointer;
  font-size: 2.8em;
  font-weight: 400;
  margin: 0 0 30px 0;
  padding: 0;
}
.timeline-wrapper .timeline-time span {
  background: rgba(96, 52, 191, 1);
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  letter-spacing: 0;
  padding: 10px 10px 10px 10px;
  text-align: center;
  font-size: 1.75rem;
}
.timeline-wrapper .timeline-time span:hover {
  background: rgba(0, 0, 0, 1);
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.timeline-series {
  clear: left;
  float: left;
  margin: 0 12px 0 0;
  padding: 4px 4px 4px 0;
  position: relative;
  width: 880px;
}
.timeline-series dt::before {
  border-top: 3px solid #6034bf;
  content: "";
  display: inline-block;
  height: 3px;
  margin-right: 10px;
  vertical-align: middle;
  width: 10px;
}
.timeline-series dt {
  clear: left;
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 0 0 12px;
  text-transform: uppercase;
  white-space: nowrap;
}
.timeline-series dt a {
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.timeline-series dt a .closed {
  color: #999;
  font-size: 1em;
  margin-left: 0;
}
.timeline-series dt a .open {
  color:  #6034bf;
}
.timeline-series dt a:hover {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.timeline-series dd {
  padding-left: 24px;
  width: 100%;
}
.timeline-series dd h3 {
  color: #FFF;
  clear: both;
  float: left;
  font-size: 1.5em;
  margin: 0;
  white-space: nowrap;
}
.tick {
  background:  #6034bf;
  clear: both;
  display: block;
  height: 2px;
  left: 0;
  width: 4px;
  position: relative;
}
.tick-before {
  top: -6px;
}
.tick-after {
  top: -4px;
}
.timeline-event-content {
  display: none;
  margin-bottom: 40px;
}
.timeline-event-content p {
  clear: left;
  float: left;
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 6px 0 10px;
  width: 500px;
  text-align: justify;
}
.timeline-event-content h4 {
  clear: left;
  float: left;
  font-size: 1.4em;
  font-weight: 400;
  margin: 1.5em 0 0.5em 0;
}
.timeline-event-content blockquote {
  border-left: 2px solid  #6034bf;
  clear: left;
  float: left;
  line-height: 1.2em;
  margin-left: 0;
  padding: 0 30px;
  width: 400px;
}
.timeline-event-content blockquote .attribution {
  font-size: 0.7em;
  text-align: right;
}
.timeline-event-content .medias {
  float: right;
  padding: 0 0 12px;
  width: 300px;
}
.timeline-event-content img {
  border-radius: 10px;
}
.timeline-event-content .medias img {
  border: 2px solid rgba(255, 255, 255, 0.85);
  margin: 0;
  width: 300px;
}
.timeline-event-content .medias p {
  clear: both;
  font-size: 1.25em;
  margin: 15px 0;
}
.timeline-event-content .medias p a {
  text-transform: lowercase;
}

@media screen and (max-width: 64em) {
  .timeline-container {
    width: 100%;
  }

  .timeline-wrapper {
    width: 100%;
  }

  .timeline-series {
    width: 100%;
  }

  .timeline-event-content p {
    width: 100%;
  } 
}

@media screen and (max-width: 75em) {
  .timeline-series dd {
    width: 90%;
  }
}

@media screen and (max-width: 64em) {
  .timeline-series dd {
    width: 100%;
  }
  .timeline-series dt {
    white-space: pre-wrap;
  }
}