/* Time line module*/
.mt-simple-time-line ul.timeline-list:after {
  background-color: #f6f6f6;;
  width: 6px;
  border-radius: 10px;
  background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 80%, rgba(238, 238, 238, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%,rgba(238, 238, 238, 1) 80%,rgba(238, 238, 238, 0) 100%);
  background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%,rgba(238, 238, 238, 1) 80%,rgba(238, 238, 238, 0) 100%);
}
.region--light-typography .mt-simple-time-line ul.timeline-list:after {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%,rgba(255, 255, 255, 0.4) 80%,rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%,rgba(255, 255, 255, 0.4) 80%,rgba(255, 255, 255, 0) 100%);
}
.mt-simple-time-line ul.timeline-list li.timeline-item .timeline-item-wrapper span.timeline-marker {
  width: 18px;
  height: 18px;
  top: 6px;
  background-color: transparent;
  border-radius: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: #c5c5c5;
}
.region--white-background .mt-simple-time-line ul.timeline-list li.timeline-item .timeline-item-wrapper span.timeline-marker {
  background-color: #ffffff;
}
.region--gray-background .mt-simple-time-line ul.timeline-list li.timeline-item .timeline-item-wrapper span.timeline-marker {
  background-color: #f6f6f6;
}
.region--dark-gray-background .mt-simple-time-line ul.timeline-list li.timeline-item .timeline-item-wrapper span.timeline-marker {
  background-color: #575757;
}
.region--black-background .mt-simple-time-line ul.timeline-list li.timeline-item .timeline-item-wrapper span.timeline-marker {
  background-color: #000000;
}
.region--light-typography .mt-simple-time-line ul.timeline-list li.timeline-item .timeline-item-wrapper span.timeline-marker {
  border-color: rgba(255, 255, 255, 0.5);
}
.mt-simple-time-line ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper .timeline-marker {
  right: -9px;
}
.mt-simple-time-line ul.timeline-list.alternate li.timeline-item.even .timeline-item-wrapper .timeline-marker {
  left: -9px;
}
.mt-simple-time-line ul.timeline-list::after {
  height: 105%;
}
.mt-simple-time-line .mt-timeline-date {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #929292;
  text-rendering: optimizeLegibility;
}
.mt-simple-time-line .timeline-item-wrapper {
  margin-bottom: 20px;
}
.mt-simple-time-line .views-field-title h5 {
  margin-top: 0;
}
.mt-simple-time-line ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper {
  padding-right: 40px;
}
.mt-simple-time-line ul.timeline-list.alternate li.timeline-item.even .timeline-item-wrapper {
  padding-left: 40px;
}

ul > li:first-child .timeline-item-wrapper {
  margin-top: 40px;
}
@media (max-width: 576px) {
  .mt-simple-time-line ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper {
    float: left;
    text-align: left;
  }
  .mt-simple-time-line ul.timeline-list.alternate li.timeline-item.even .timeline-item-wrapper {
    float: left;
    text-align: left;
  }
  .mt-simple-time-line ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper .timeline-marker {
    left: -5px;
  }
  .mt-simple-time-line ul.timeline-list.alternate li.timeline-item.even .timeline-item-wrapper .timeline-marker {
    left: -5px;
  }
  .mt-simple-time-line ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper {
    padding-left: 40px;
    padding-right: 0;
  }
  .mt-simple-time-line ul.timeline-list.alternate::after {
    left: 0;
    transform: translateX(0);
  }
  .mt-simple-time-line ul.timeline-list.alternate li.timeline-item .timeline-item-wrapper {
    width: 100%;
  }
}
