/* Sort specificity*/
.step-scroll-form .step-scroll-element-wrapper {
    /*display:none;*/
}

.step-scroll-element-wrapper label,
.step-scroll-element-always-focus-wrapper label {
    display: block;
}

.step-scroll-element-wrapper,
.step-scroll-element-always-focus-wrapper {
    min-height: 255px;
    width: 100%;
    display: block;
    position: relative;
}

.lantra-loader {
    background: transparent url('../img/loading.gif') center center no-repeat;
    width: 100%;
    height: 50px;
    display: block;
    font-size: 0;
}

.view-content {
    display: none;
}

#views-exposed-form-contact-contact-block.step-scroll-form #edit-actions {
    display: none;
}
.step-scroll-element-wrapper label,
.step-scroll-element-always-focus-wrapper label,
.step-scroll-element-wrapper h3,
.step-scroll-element-always-focus-wrapper h3 {
    color: #1c2b39;
    font-size: 20px;
    font-weight: 500;
}


.answer-text {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 25px;
}


.step-scroll-index {
    position: absolute;
    left: -36px;
    top: -1px;
}