#switch {
  form > .row {
    .col-md-5,
    .col-md-7 {
      margin-bottom: 30px;
    }

    @media @tablet-min {
      .col-sm-6 {
        &:first-child {
          padding-right: 10px;
        }
        &:last-child {
          padding-left: 10px;
        }
      }
    }
  }
  .tooltip-icon {
    float: none;
  }
  .date-of-birth .datepicker {
    display: none !important;
  }
  form.hidden-xs.ng-hide {
    display: none !important;
  }
  .content {
    -webkit-transform: none;
    transform: none;
  }
  .back-link{
    line-height: 20px;
    margin-top: 0;
  }
  .heading-area {
    border-bottom: 1px solid @border-gray;
    padding-bottom:0px;
    h1 {
      margin-bottom: 0;
    }
    h2 {
      margin-top: 0;
    }
    h3 {
      margin-top: 0;
    }
    .container {
      @media @tablet-min {
        margin-top: 0;
      }
    }
    @media @phone {
      display: block;
      position: relative;
      padding: 20px 0;
      .row {
        padding-right: 80px;
      }
      .back-link {
         .removeLinkDecoration;
      }
      > .container {
        margin-top: 0;
        > p {
          margin-bottom: 0;
        }
      }

      h1 {
        margin-top: 0;
        font-size: @mobile-font-size-h2;
        margin-bottom: 5px;
      }
      .col-sm-7 {
        padding-right: 0;
      }
      .price {
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 0;
        h2 {
          font-family: @headings-font-family;
          margin-top: 0;
          span {
            display: block;
            font-family: @headings-font-family;
            font-size: @font-size-base;
          }
        }
      }
    }
    .price {
      @media @tablet-min {
        text-align: right;
      }
    }
  }
  .address-finder-btn {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .countdown {
    margin: 0 auto 20px;
    @media @tablet-min {
      float: right;
    }
  }
  .faqs {
    .panel-body {
      .tidy-children;
    }
  }
  .progress-content {
    > h2 {
      @media @tablet-min {
        font-size: 38px;
      }
    }
    @media @tablet-min {
      //width: 560px;
    }
    @media @desktop {
      //width: 750px
    }
  }
  .name-wrapper {
    margin-bottom: 0;
  }
  .email-wrapper {
    position: relative;

    &.email-exists, &.email-unique {
      .email__field {
        padding-right: 50px;
      }
    }

    .email__info, .email__check {
      display: none;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
    }

    &.email-exists .email__info {
      display: block;
    }
    &.email-unique .email__check {
      display: block;
      color: @brand-primary;
      font-size: 20px;
    }
  }
}
.progress-meter {
  position: relative;
  z-index: 20;
  display: block;
  width: 100%;
  padding: 35px 0 40px;
}


.progress-meter-item {
  display: block;
  float: left;
  width: 33.333333%;
  text-align: center;
  position: relative;
  height: 6px;
.front,
  .back {
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    background: @brand-alt;
  }
  .front {
    right: 0;
  }
  .back {
    left: 0;
  }
  &.active-front {
    cursor: pointer;
    .front {
      background: @brand-primary;
    }
  }
  &.active-back .back {
    background: @brand-primary;
  }
  .text {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    color: @text-muted;
    font-size:@font-size-large;
  }
  i {
    color: white;
    background: @brand-alt;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    z-index: 20;
    font-size: 0;
  }
  &.active {
    i {
      background: @brand-primary;
      font-size: @font-size-base;
    }
    .text {
      color: @text-color;
    }
  }
  &:first-child {
    text-align: left;
    i {
      left: 0;
      margin: -15px 0 0 0;
    }
    .text {
      text-align: left;
    }
    .front {
      width: 100%;
    }
  }
  &:last-child {
    text-align: right;
    i {
      left: auto;
      right: 0;
      margin: -15px 0 0 0;
    }
    .text {
      text-align: right;
    }
    .back {
      width: 100%;
    }
  }
}



.mandate-link {
  margin-top: 5px;
  margin-bottom: 20px;
}
div.ovo-checkbox label .custom-checkbox {
  height: auto;
  min-height: 22px;
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

li ol > li {
  margin: 0;
}
li ol > li:before {
  content: counters(item, ".") " ";
}
#mmWrapper {
  a {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 12px;
    text-decoration: underline;

  }
  a:after {
    content: ' Click here'; // Horrible hack to add some text, remove if the wording changes
  }
}

.form-control {
  color: @gray-darker;
  margin-bottom: 0;
}

.confirmation-disclaimer-text{
  margin-top: 5px;
}
