  
  .timeline {
    list-style: none;
    margin:0;
    padding: 0;
    position: relative;
  }
  @media screen and (min-width: 64rem) {
    .timeline:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 3.2%;
      background: #56b2db;
      content: '';
      margin-left: -0.625rem;
      width: 0.3rem;
    }
  }
  .timeline > li {
    position: relative;
  }
  .timeline > li .timeline-time {
    display: block;
    padding: 0 0 1.25rem 0;
    position: relative;
    width: 100%;
  }
  @media screen and (min-width: 64rem) {
    .timeline > li .timeline-time {
      padding-right: 7.5rem;
      position: absolute;
      width: 25%;
    }
  }
  .timeline > li span {
    display: block;
    text-align: left;
  }
  @media screen and (min-width: 64rem) {
    .timeline > li span {
      text-align: right;
    }
  }
  .timeline > li span:first-child {
    color: #bed1ec;
    font-size: 0.9375rem;
  }
  .timeline > li span:last-child {
    color: #477DCA;
    font-size: 1.25rem;
  }
  @media screen and (min-width: 64rem) {
    .timeline > li span:last-child {
      font-size: 2.875rem;
    }
  }
  .timeline > li:nth-child(odd) .timeline-time span:last-child {
    color: #ffffff2e;
  }
  .timeline > li:nth-child(odd) .timeline-label {
    background: #ffffff2e;
  }
  .timeline > li:nth-child(odd) .timeline-label:after {
    border-bottom-color: #ffffff2e;
    border-right-color: transparent;
  }
  @media screen and (min-width: 64rem) {
    .timeline > li:nth-child(odd) .timeline-label:after {
      border-bottom-color: transparent;
      border-right-color: #ffffff2e;
    }
  }
  .timeline > li .timeline-label {
    background: #ffffff2e;
    border-radius: 0.3125rem;
    color: #FFF;
    font-size: 95%;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 1.875rem 0;
    padding: 1.25rem;
    position: relative;
  }
  .timeline > li .timeline-label p
  {
      padding:0;
      margin:0;
      font-size:14px;
  }
  @media screen and (min-width: 64rem) {
    .timeline > li .timeline-label {
      font-size: 1.125rem;
      font-weight: 300;
      margin: 0 0 0.9375rem 9%;
    }
  }
  .timeline > li .timeline-label h2 {
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.4);
    margin-top: 0;
    padding: 0 0 0.625rem 0;
  }
  .timeline > li .timeline-label:after {
    position: absolute;
    top: -1.25rem;
    right: auto;
    left: 1.25rem;
    height: 0;
    width: 0;
    border: solid transparent;
    border-bottom-color: #ffffff2e;
    border-right-color: transparent;
    border-width: 0.625rem;
    content: " ";
    pointer-events: none;
  }
  @media screen and (min-width: 64rem) {
    .timeline > li .timeline-label:after {
      border-bottom-color: transparent;
      border-right-color: #ffffff2e;
      left: auto;
      right: 100%;
      top: 0.625rem;
    }
  }
  .timeline .timeline-icon {
    position: relative;
    top: 0;
    left: auto;
    height: 2.5rem;
    width: 2.5rem;
    background: #0079bf;
    border-radius: 50%;
    box-shadow: 0 0 0 0.2rem #56b2db;
    color: #FFFFFF;
    float: right;
    font-family: 'fontawesome';
    font-size: 1.25rem;
    line-height: 2.5rem;
    margin: -3.4375rem 0.3125rem 0 0;
    speak: none;
    text-align: center;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
  }
  .timeline .timeline-icon-green:before
  {
    background: #28a745;
    box-shadow: 0 0 0 0.2rem #28a745;
  }
  @media screen and (min-width: 64rem) {
    .timeline .timeline-icon {
      position: absolute;
      left: 3%;
      margin: 0 0 0 -1.5625rem;
    }
  }
  .timeline .timeline-icon-completed:before {
    content: "\f00c";
  }
  .timeline .timeline-icon-inprogress:before {
    content: "\f017";
  }
  .timeline .timeline-icon-notstarted:before {
    content: "\f133";
  }
  