.lead {
  margin-bottom: 40px;
}
.clear {
  clear: both;
  line-height: 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: 2px solid #999;
}
.timeline-container-tick {
  background: rgba(0, 69, 121, 0.65);
  content: "";
  display: block;
  height: 4px;
  left: -8px;
  width: 14px;
  position: relative;
}
.timeline-container::before {
  background-color: #999;
  content: "";
  display: block;
  height: 2px;
  left: -8px;
  width: 14px;
  position: relative;
  top: -2px;
}
.timeline-container::after {
  background-color: #999;
  content: "";
  display: block;
  height: 2px;
  left: -8px;
  width: 14px;
  position: relative;
  top: 2px;
}
.timeline-toggle {
  background: #eee;
  border: 0;
  color: #999;
  cursor: pointer;
  float: right;
  margin-right: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: 'montserratregular', sans-serif;
  font-size: 0.625em;
  letter-spacing: 0.125em;
}
.timeline-toggle:hover {
  background: #f7f7f7;
  -webkit-transition: background 0.4s ease-in-out;
     -moz-transition: background 0.4s ease-in-out;
       -o-transition: background 0.4s ease-in-out;
          transition: background 0.4s ease-in-out;
}
.timeline-toggle:focus {
  outline: none;
}
.timeline-wrapper {
  clear: left;
  margin: 12px 0 12px;
}
.timeline-wrapper .timeline-time::before {
  border-top: 2px solid #999;
  content: "";
  display: inline-block;
  height: 4px;
  margin-right: 0px;
  vertical-align: middle;
  width: 24px;
}
.timeline-wrapper .timeline-time {
  cursor: pointer;
  margin: 0 0 30px 0;
  padding: 0;
}
.timeline-wrapper .timeline-time span {
  /*background: #8cc63f;*/
  background: #13a64f;
  color: #fff;
  display: inline-block;
  padding: 7px 15px;
  text-align: center;
  letter-spacing: 0.0625em;
  font-weight: normal;
  font-style: normal;
}
.timeline-wrapper .timeline-time span:focus {
	background: #8cc63f;
}
.timeline-wrapper .timeline-time span:hover{
  background: #555;
  color: #fff;
  -webkit-transition: background 0.4s ease-in-out;
     -moz-transition: background 0.4s ease-in-out;
       -o-transition: background 0.4s ease-in-out;
          transition: background 0.4s ease-in-out;
}
.timeline-series {
  margin: 0 12px 0 0;
  padding: 4px 4px 4px 0;
  position: relative;
}
.timeline-series dt::before {
  border-top: 2px solid #999;
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 10px;
  vertical-align: middle;
  width: 10px;
}
.timeline-series dt {
  line-height: 1.2em;
  margin: 0 0 12px;
  font-family: 'montserratregular', sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.125em;
}
.timeline-series dt a {
  color: #999;
  cursor: pointer;
  font-size: 1em;
}
.timeline-series dt a .closed {
  color: #999;
  margin-left: 0;
}
.timeline-series dt a .open {
  color: #7DBADF;
}
.timeline-series dt a:hover {
  color: #777;
  -webkit-transition: color 0.4s ease-in-out;
     -moz-transition: color 0.4s ease-in-out;
       -o-transition: color 0.4s ease-in-out;
          transition: color 0.4s ease-in-out;
}
.timeline-series dd {
    padding-left: 24px;
    padding-bottom: 14px;
    width: 100%;
}
.timeline-series dd h3 {
  color: #999;
  margin: 0;
  white-space: nowrap;
}
.tick {
  background: #999;
  display: block;
  height: 1px;
  left: 0;
  width: 4px;
  position: relative;
}
.tick-before {
  top: -4px;
}
.tick-after {
  top: -3px;
}
.timeline-event-content {
  display: none;
}
.timeline-event-content p {
  line-height: 1.5em;
  margin: 6px 0 10px;
  color: #999;
}
.timeline-event-content h4 {
  margin: 10px 0 0;
  padding: 0 0 0 20px;
}
.timeline-event-content blockquote {
  border-left: 2px solid #999;
  line-height: 1.2em;
  font-size: 1.125em;
  margin-left: 0;
  padding: 0 30px;
}
.timeline-event-content blockquote .attribution {
  text-align: right;
}
.timeline-event-content .media {
  float: left;
  padding: 0 12px 12px 0;
}
.timeline-event-content .media img {
  border: 2px solid #f7f7f7;
  border-radius: 60px;
  height: 120px;
  margin: 0;
  width: 120px;
}
.timeline-event-content .media p {
  margin: 15px 0;
  text-align:center;
}
.timeline-event-content .media p a {
  text-transform: lowercase;
}
