.accordion-step-edit {
  float: right;
  height: 30px;
  font-size: 12px;
  margin-right: 16px; }
  .accordion-step-edit:after {
    content: ' ';
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: bottom; }

.accordion-step-item {
  margin-top: 20px; }
  .accordion-step-item:last-child .accordion-step-content:before {
    display: none; }
  .accordion-step-item:after {
    display: table;
    content: ' ';
    clear: both; }

.accordion-step-num {
  width: 28px;
  height: 28px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  background-color: #dae2ed;
  border-radius: 15px; }
  .is-active .accordion-step-num {
    background-color: #ff7519; }

.accordion-step-label {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px; }

.accordion-step-children {
  padding: 20px 32px 32px 0;
  background-color: #FFF;
  border: 1px solid #e9eef5; }

.accordion-step-num, .accordion-step-content {
  float: left; }

.accordion-step-content {
  position: relative;
  width: 100%;
  padding-left: 40px;
  margin-left: -28px; }
  .is-active .accordion-step-content:before {
    background-color: #ff7519; }
  .accordion-step-content:before {
    content: '';
    position: absolute;
    top: 28px;
    bottom: -20px;
    left: 15px;
    width: 1px;
    background-color: #DAE2ED; }
    .accordion-step-content:before.is-active {
      background-color: #ff7519; }

.no-form-accordion-next {
  margin-top: 20px; }

.is-hidden {
  display: none; }
