.section-inner {
  background-size: cover;
  background-position: center center;
}
.acm-timeline {
  overflow: auto;
  width: 100%;
}
.acm-timeline section {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.acm-timeline .acm-timeline-title {
  margin-top: 0;
  margin-bottom: 0;
}
.acm-timeline .acm-timeline-dates {
  font-size: 13px;
  color: #999999;
  margin: 24px 0 0;
}
.acm-timeline .timeline-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 24px;
  text-align: center;
}
.acm-timeline .blockline:after,
.acm-timeline .blockline:before {
  background-color: #ffffff;
}
.acm-timeline .timeline-caption {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 100;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-decoration: none;
}
.acm-timeline .timeline-desc {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.acm-timeline.style-light .timeline-title,
.acm-timeline.style-light .timeline-caption,
.acm-timeline.style-light .timeline-desc {
  color: #333333;
}
.acm-timeline.style-light .blockline:after,
.acm-timeline.style-light .blockline:before {
  background-color: #333333;
}
.timeline-table {
  padding-top: 48px;
  padding-bottom: 48px;
  color: #818c98;
  width: 1164px;
}
.timeline-table .col {
  margin-bottom: 0;
  float: left;
  min-height: 1px;
}
.timeline-table .col.shadow .col-header {
  border: 0;
}
.timeline-table .col .big-number {
  display: inline-block;
  font-size: 12px;
  color: #999999;
}
.timeline-table .col .big-number sup {
  font-size: 28px;
  top: -1em;
}
.timeline-table .col .btn {
  font-size: 20px;
  padding: 12px 24px;
}
.timeline-table .col .col-header {
  background: #eeeeee;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px 3px 0 0;
  border: 1px solid #e6eaf0;
  border-bottom: 0;
  color: #818c98;
  padding: 12px 24px;
  margin-left: -1px;
  margin-right: -1px;
}
.timeline-table .col .col-header h2,
.timeline-table .col .col-header .h2 {
  font-size: 18px;
}
.timeline-table .col .col-header p {
  margin-bottom: 0;
}
.timeline-table .col ul {
  border: 1px solid #eeeeee;
  border-bottom: 0;
  list-style: none;
  margin: 0 -1px;
  padding: 0;
}
.timeline-table .col ul li {
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  padding: 12px 24px;
  text-align: center;
  background-color: #ffffff;
}
.timeline-table .col ul li.row1 {
  background: #f7f7f7;
}
.timeline-table .col ul li i {
  color: #1eb848;
  font-size: 18px;
}
.timeline-table .col ul li.no i {
  color: #cc0000;
}
.timeline-table .col ul li.no {
  color: #999999;
  text-decoration: line-through;
}
.timeline-table .col .col-footer {
  background: #eeeeee;
  border: 1px solid #d5d5d5;
  padding: 24px;
}
.timeline-table .row-body ul li > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.timeline-table .col-featured {
  z-index: 1;
}
.timeline-table .col-featured .col-header {
  color: #fca654;
}