/* form ok */
/* $form-placeholder-color: #909090; */
/* Respnsive breakpoints */
/* Fonts */
/* typekit myriad-pro */
/* Menu */
/* Grid */
/* Z-index */
.main-content .step-indicator {
  padding: 0;
  margin: 0;
}

.step-indicator {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: transparent;
  margin: 0;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .step-indicator {
    font-size: 16px;
    justify-content: flex-end;
  }
}
.step-indicator .step {
  list-style: none;
  position: relative;
}
.step-indicator .step .step-counter {
  display: inline-flex;
  color: #009b00;
  border: 2px solid #009b00;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .step-indicator .step .step-counter {
    height: 17px;
    width: 17px;
  }
}
.step-indicator .step .step-counter.selected {
  background: #009b00;
}
.step-indicator .step .step-counter.selected .step-counter-text {
  color: #fff;
}
.step-indicator .step .step-counter-text {
  display: block;
  color: #009b00;
  line-height: 1;
  font-weight: bold;
  font-size: 12px;
}
.step-indicator .step .step-label {
  display: inline-block;
  color: #009b00;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  margin-left: 4px;
  margin-right: 14px;
}
@media (min-width: 768px) {
  .step-indicator .step .step-label {
    font-size: 14px;
    margin-left: 6px;
    margin-right: 22px;
  }
}
.step-indicator .step:last-child .step-label {
  margin-right: 0;
}
.step-indicator .step:last-child::before {
  display: none;
}

/*# sourceMappingURL=step-indicator-scss.css.map */