.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 0;
  width: 10px;
  background: #123951;
  left: 20%;
  margin-left: -10px;
  border-radius: 4px;
}
.timeline > li .timeline-time {
  display: block;
  position: absolute;
  width: 20%;
  text-align: right;
  padding-right: 20px;
}
.timeline > li .timeline-time > * {
  margin-right: 40px;
  color: #165788;
}
.timeline > li:nth-child(odd) .timeline-time > * {
  color: #2980b9;
}
.timeline > li .timeline-content {
  margin: 0 0 15px 25%;
  background: #165788;
  color: white;
  padding: 20px;
  position: relative;
  border-radius: 5px;
}
.timeline > li:nth-child(odd) .timeline-content {
  background: #2980b9;
}
.timeline > li .timeline-content:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #165788;
  border-width: 10px;
  top: 10px;
}
.timeline > li:nth-child(odd) .timeline-content:after {
  border-right-color: #2980b9;
}
.timeline > li .timeline-content * {
  color: white;
}
.timeline > li .timeline-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  background: #165788;
  box-shadow: 0 0 0 4px white;
  border-radius: 50%;
  left: 20%;
  margin-left: -25px;
}
.timeline > li:nth-child(odd) .timeline-icon {
  background: #2980b9;
}
@media (max-width: 767px) {
  .timeline:before {
    display: none;
  }
  .timeline > li .timeline-time {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
    text-align: left;
    padding-right: 0;
  }
  .timeline > li .timeline-time > * {
    margin-bottom: 0;
  }
  .timeline > li .timeline-content {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }
  .timeline > li .timeline-content:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #165788;
    top: -20px;
  }
  .timeline > li:nth-child(odd) .timeline-content:after {
    border-right-color: transparent;
    border-bottom-color: #2980b9;
  }
  .timeline > li .timeline-icon {
    display: none;
  }
}
@media print {
  .timeline > li .timeline-content:after {
    border: none;
  }
  .timeline > li .timeline-icon {
    display: none;
  }
  .timeline > li .timeline-content:after {
    border-bottom: none;
  }
  .timeline > li:nth-child(odd) .timeline-content:after {
    border-bottom: none;
  }
  .timeline:before {
    background: none;
  }
}
