.clearfix {
    zoom: 1
}

.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.wrapper.application form.form .step-container, .wrapper.application form.form-inline .step-container {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box
}

.wrapper.application form.form .step-container .step, .wrapper.application form.form-inline .step-container .step {
    position: relative;
    float: left;
    width: 50%;
    border-width: 1px 1px 1px 0;
    font-size: 18px;
    border-style: solid;
    border-color: #bababa;
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #bababa;
    background: #fff
}

.wrapper.application form.form .step-container .step.active, .wrapper.application form.form .step-container .step.done, .wrapper.application form.form-inline .step-container .step.active, .wrapper.application form.form-inline .step-container .step.done {
    color: #fff;
    border-color: #df347f
}

.wrapper.application form.form .step-container .step.active:not(:last-child):after, .wrapper.application form.form .step-container .step.done:not(:last-child):after, .wrapper.application form.form-inline .step-container .step.active:not(:last-child):after, .wrapper.application form.form-inline .step-container .step.done:not(:last-child):after {
    content: "";
    position: absolute;
    top: -1px;
    right: -33px;
    width: 33px;
    height: 50px;
    display: block;
    z-index: 9
}

.wrapper.application form.form .step-container .step.active, .wrapper.application form.form-inline .step-container .step.active {
    background: #df347f
}

.wrapper.application form.form .step-container .step.active:not(:last-child):after, .wrapper.application form.form-inline .step-container .step.active:not(:last-child):after {
    background-image: url(../../img/step-arrow.png?1494912873);
    background-repeat: no-repeat;
    background-position: center
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .wrapper.application form.form .step-container .step.active:not(:last-child):after, .wrapper.application form.form-inline .step-container .step.active:not(:last-child):after {
        background-image: url(../../img/step-arrow@2x.png?1494912873);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 33px 50px
    }
}

.wrapper.application form.form .step-container .step.done, .wrapper.application form.form-inline .step-container .step.done {
    color: #df347f;
    border: 1px solid #df347f;
    background: #fff
}

.wrapper.application form.form .step-container .step.done:not(:last-child):after, .wrapper.application form.form-inline .step-container .step.done:not(:last-child):after {
    background-image: url(../../img/step-done-arrow.png?1494930818);
    background-repeat: no-repeat;
    background-position: center
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .wrapper.application form.form .step-container .step.done:not(:last-child):after, .wrapper.application form.form-inline .step-container .step.done:not(:last-child):after {
        background-image: url(../../img/step-done-arrow@2x.png?1494930818);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 33px 50px
    }
}

.wrapper.application form.form .step-container .step:first-child, .wrapper.application form.form-inline .step-container .step:first-child {
    border-width: 1px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background-clip: padding-box
}

.wrapper.application form.form .step-container .step:last-child, .wrapper.application form.form-inline .step-container .step:last-child {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    background-clip: padding-box
}

.wrapper.application form.form .step-dots, .wrapper.application form.form-inline .step-dots {
    position: absolute;
    right: 0;
    top: -75px
}

.wrapper.application form.form .step-dots .dot, .wrapper.application form.form-inline .step-dots .dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 15px;
    background: #fff;
    border: 1px solid #df347f;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-clip: padding-box
}

.wrapper.application form.form .step-dots .dot.active, .wrapper.application form.form-inline .step-dots .dot.active {
    background: #df347f
}

@media (max-width: 768px) {
    /*.wrapper.application form.form .step-container .step, .wrapper.application form.form-inline .step-container .step {*/
    /*    display: none*/
    /*}*/

    /*.wrapper.application form.form .step-container .step.active, .wrapper.application form.form-inline .step-container .step.active {*/
    /*    display: block;*/
    /*    color: #df347f;*/
    /*    background: 0 0;*/
    /*    text-align: left;*/
    /*    border: 0;*/
    /*    line-height: 1;*/
    /*    height: auto*/
    /*}*/

    /*.wrapper.application form.form .step-container .step.active:not(:last-child):after, .wrapper.application form.form-inline .step-container .step.active:not(:last-child):after {*/
    /*    display: none*/
    /*}*/
}
