.menu-burger-mobile.col-12.open span,
.menu-burger-mobile.col-12.open a,
.menu-burger-mobile.col-12.open h4 {
    font-family: 'Roboto', sans-serif;
}

.steps-progress-page h3 {
    text-transform: uppercase !important;
}

.popup-search-2021 input {
    float: none;
}

@media (min-width: 992px) {

    #steps-progress .steps-progress-item:not(.current-step) {
        display: inline-block !important;
    }
}

.step-section.has-banner {
    position: relative !important;
    padding-top: 50px !important;
    border-top: 0 !important;
}

.button {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    border: solid 1px #242424;
    cursor: pointer;
    text-align: center;
    height: 40px;
    padding: 10px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
    transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
}

a, label, span {
    font-family: 'Roboto Condensed', sans-serif;
}
