@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;700&display=swap');

body#finder_body * {
    font-family: 'Heebo', sans-serif;
}

.brew-finder {
    margin: auto;
    max-width: 1030px;
}

legend {
    display: none;
}

fieldset {
    border: 0px solid #DDD;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

#finder_body #finder_tab_nav {
    display: none;
}

#finder_body #tab-form,
#finder_body #vipcopyright {
    box-shadow: none;
    display: none;
    width: 100%;
}

#finder_body .panel-footer {
    display: none;
}

#finder_body .panel-body {
    padding: 0;
}

#finder_body form#finder {
    align-content: center;
    align-items: baseline;
    color: #c7a557;
    display: flex;
    flex-flow: row wrap;
    font-size: 16px;
    justify-content: center;
    margin-bottom: 2em !important;
    max-width: 960px;
    text-transform: uppercase;
}

#finder_body .form-horizontal .form-group {
    margin: 0;
}

#finder_body .form-horizontal .control-label {
    padding: 0;
}

#finder_body .form-horizontal .control-label:empty {
    display: none;
}

#finder_body .form-horizontal .form-group::before,
#finder_body .form-horizontal .form-group::after {
    display: none;
}

#finder_body .form-horizontal .form-group {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 0;
}

#finder_body .form-horizontal .form-group:not(:last-child) {
    margin-right: 10px;
}

#finder_body .form-horizontal .form-group .col-sm-2,
#finder_body .form-horizontal .form-group .col-sm-10 {
    width: auto;
}

#finder_body .form-horizontal .form-group .col-sm-2:empty {
    display: none;
}

#finder_body .form-horizontal #form-group-BFPTYP {
    display: none;
}

#finder_body .form-horizontal .form-group .col-sm-10 {
    padding: 0;
    width: 100%;
}

#finder_body select,
#finder_body input,
.brew-finder html * select,
.brew-finder html * input,
body#finder_body * select,
body#finder_body * input,
body#finder_body select,
body#finder_body input {
    background-color: #f7f5ee !important;
    border: 1px solid #cfae70 !important;
    border-radius: 4px;
    box-sizing: border-box;
    color: #787878 !important;
    flex-grow: 1;
    font-family: inherit !important;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    margin: 0 0.25em 0.25em !important;
    outline: 0;
    padding: 12px !important;
    text-transform: initial;
    width: auto !important;
}

#finder_body select,
#finder_body input,
.brew-finder html * select,
.brew-finder html * input,
body#finder_body * select,
body#finder_body * input,
body#finder_body select,
body#finder_body input,
body#finder_body input.search {
    max-width: 100%;
    width: 100% !important;
}

#finder_body select,
#finder_body input,
.brew-finder html * select,
.brew-finder html * input,
body#finder_body * select,
body#finder_body * input,
body#finder_body select,
body#finder_body input {
    margin-top: 5px !important;
    padding-left: 10px !important;
}

body#finder_body input::-webkit-input-placeholder {
    color: #787878;
    opacity: 1;
}

body#finder_body input::-moz-placeholder {
    color: #787878;
    opacity: 1;
}

body#finder_body input:-ms-input-placeholder {
    color: #787878;
    opacity: 1;
}

#finder_body .form-horizontal .form-group .col-sm-10 input::-webkit-input-placeholder {
    color: #202020;
    font-family: inherit !important;
}

#finder_body .form-horizontal .form-group .col-sm-10 input::-moz-placeholder {
    color: #202020;
    font-family: inherit !important;
}

#finder_body .form-horizontal .form-group .col-sm-10 input:-ms-input-placeholder {
    color: #202020;
    font-family: inherit !important;
}

#finder_body .form-horizontal .form-group .col-sm-10 input::-ms-input-placeholder {
    color: #202020;
    font-family: inherit !important;
}

#finder_body .form-horizontal .form-group .col-sm-10 input::placeholder {
    color: #202020;
    font-family: inherit !important;
}

#finder_body #submitBtn,
.brew-finder html * #submitBtn,
body#finder_body * #submitBtn,
body#finder_body #submitBtn,
#finder_body input#startover {
    background: #bf9340 !important;
    border: 0 !important;
    border-radius: 4px;
    box-shadow: 0 0 0 -4px rgba(0,28,75,.4);
    color: #fff !important;
    cursor: pointer;
    flex-grow: 0;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    max-width: initial;
    padding: 1rem 1.5rem !important;
    position: relative;
    text-transform: uppercase;
    transition: 0.2s ease;
    width: initial !important;
}

body#finder_body #submitBtn:hover,
#finder_body input#startover:hover {
    background: #cfae70 !important;
    box-shadow: 0 12px 18px -4px rgba(0,28,75,.4);
    color: #fff !important;
    transform: scaleX(1.05) scaleY(1.05);
}

#form-group-submit .finder_form_right {
    padding-right: 0;
}

#finder_form form>select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

#miles {
    max-width: 100px;
}

#content {
    padding-bottom: 0;
}

#finder_zip {
    max-width: 200px;
}

select#storeType+br {
    display: none;
}

#finder_body input#startover {
    margin-top: 20px !important;
}

#finder_body .swal-title {
    color: red;
    font-size: 18px;
    margin: 0;
}

#finder_body .swal-footer {
    margin-top: 0;
    padding-top: 0;
    text-align: center;
}

form#finder {
    align-items: inherit;
    flex-flow: column wrap;
    margin: 0 auto 2em;
    min-width: 300px;
    width: 80%;
}

#finder_body .form-horizontal .form-group .col-sm-10 input[type=submit] {
    margin-top: 0.25em !important;
}

body#finder_body input.search {
    margin-top: 10px !important;
}

@media screen and (max-width: 389px) {
    * {
        box-sizing: border-box;
    }

    #panel_search_results>div>div {
        overflow-x: scroll;
        width: calc(100vw - 10px);
    }

    #finder_disclaimer {
        margin: 10px 0;
        padding: 10px 20px;
    }
}

@media (max-width: 370px) {
    form#finder {
        min-width: 260px;
    }
}