.progress {
  /*direction: ltr;*/
  list-style: none;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #849397;
  margin: 1em 0 2em 0;
  background-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress > li {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 0.8em;
}

.progress > li:before {
  content: attr(data-step);
  display: block;
  background: #fff;
  width: 3.5em;
  height: 3.5em;
  text-align: center;
  margin: 0 auto 1em;
  line-height: 3.5em;
  border-radius: 100%;
  position: relative;
  z-index: 1000;
  box-shadow: 4px 5px 7px #b5b4b4;
}

.progress > li:after {
  content: "";
  position: absolute;
  display: block;
  background: #c1c1c1;
  width: 100%;
  height: 0.5em;
  top: 1.5em;
  right: 50%;
  margin-left: 1.5em\9 ;
  z-index: -1;
}

.progress > li:last-child:after {
  display: none;
}

.progress > li.is-complete {
  /*color: #00A2C4;*/
  z-index: 1;
}

.progress > li.is-complete:before, .progress > li.is-complete:after {
  color: #FFF;
  background: #00A2C4;
}

.progress > li.is-active {
  /*color: #00B5DC;*/
  z-index: 1;
  font-weight: bold;
  color: #777777;
}

.progress > li.is-active:before {
  color: #FFF;
  background: #00B5DC;
}

.progress > li.middle-child {
  z-index: 1;
}

/**
 * Needed for IE8
 */
.progress__last:after {
  display: none !important;
}

/**
 * Size Extensions
 */
.progress--medium {
  font-size: 1.3em;
}

.progress--large {
  font-size: 1.5em;
}
/*# sourceMappingURL=progress.css.map */
