.store-locator-page .search-bar .title {
    float: none;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.5em;
}
.store-locator-page .search-bar {
    height: auto;
    line-height: inherit;
}
.store-locator-page .search-bar>.container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    color: #fff;
}
.store-locator-page .search-bar>.container .description {
    padding-bottom: 20px;
}
.store-locator-page .search-bar>.container .description p {
    color: #fff;
}
.store-locator-page .search-bar .form-container {
    float: none;
}
.store-locator-page .search-bar .form-container .input-container {
    float: none;
}
@media only screen and (max-width: 1279.98px) {
    .store-locator-page .search-bar>.container {
        padding: 0 20px;
    }
    .store-locator-page .search-bar .form-container {
        width: 50%;
    }
    .store-locator-page .search-bar .title {
        width: 50%;
        margin-right: 0;
        padding-right: 20px;
    }
    .store-locator-page .search-bar .form-container .input-container .address {
        width: 100%;
    }
}

@media only screen and (max-width: 1180px) {
    .store-locator-page .search-bar {
        padding-top: 60px;
    }

    .store-locator-page .search-bar>.container .description {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .store-locator-page .search-bar .title {
        display: none;
    }
    .store-locator-page .search-bar .form-container {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 15px;
    }
}











