/* location search */

#location-search-box button::before {
    content: "";
    color: #0f6cae;
    font-size: 1.3rem;
}

#location-search-box button span {
    margin-top: -300px;
    position: absolute;
    color: #fff;
}


#location-search-box .input-group-button {
    width: 75px;
    box-shadow: 0 0 10px 0 transparent;
    border: 2px solid #003b68;
    border-left: 0;
    background-color: #003b68;
    border-radius: 0 14px 14px 0;
    cursor: pointer;
}

#location-search-box .input-group-button::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AcVCg45w2bqzwAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAHjSURBVEjHxdY7aFZBEAXg75qIhTEaBU2tpBC7IBgfTSoxQiy0EcFCsRKfRcBCopWSgAgWNmIjdlaiSECwUMHGRtRGErSSCPGBIKKRscj+sFnun9xA0APL3T27s7PMnJ29IkLDNhgRUxExGRH9Te1WaI416VthbVOjKiIWml+Ng9iLbehO/Be8wkPcx6+lOujAYZxDzyKH/IgreNDUwUpcxz5Lw+3k6E9OljmoMFaz+Swms/G7ciMcw6XSa+ngKA4U3B3sxI2Mu4o9KQc5jmConYPuFPMcIxjFTE1IpnEqhTPHhZTDOWSaPZF03mqjhaZ7ImJ3al0ZX0XEzcJ2f2s+T/I99Kf+b+zA14YJ7sNENn6Ek9CZErou6byF99iFwDN8b7Pxegyk/gw2pP72JPPpKiKmFjndcTxpMzdck4MFVbTsqCJiIGX9FlYl/m26NFJJWChEW1N/HL3Z7R7Bz068SOSbLMl9abxYkj/jeVrfm/EvEz8vRI+LcnGm5rRDqXUVt/98sXai7h5sjIjXhZ4PZfPDGT+Y8acLm6cR0VH3HnyqUcQYLmfyy7EplY+zBT+v4JXVtMK1mno0iw/YkhW7zfNKwhzu4uI/Ldf/5cFZ1ifTEv4q2qlo2f4qfrTOhG9Njf4C0EWk9x5z6KYAAAAASUVORK5CYII=);
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    content: "";
    display: block;
    margin: 0 auto;
}

#location-search-box .input-group-field.form-text {
    border-radius: 14px 0 0 14px;
    background-image: none;
}

#location-search-box .input-group .error {
    display: inline-block;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1.54;
    padding: 0 0 5px 20px;
}

#dealer-locator-form .error {
    color: red;
}

#location-search-error, #location-search-postcode-error {
    position: absolute;
    bottom: -10px;
    opacity: 1;
}

#no-results-notice {
    display: none;
    /*position: absolute;
    bottom: -30px;*/
    left: 0;
    opacity: 1;
}

.form-actions {
    position: relative;
}

/* service-center related */

.service-locator-form .form-actions .form-submit,
.service-locator-form .form-actions .reset {
    margin-top: 28px !important;
    height: 55px;
}

@media screen and (max-width: 39.9988em) {

    .service-locator-form .form-actions .form-submit,
    .service-locator-form .form-actions .reset {
        margin-top: 10px !important;
    }


}

@media screen and (max-width:52em) {
    .service-locator-form .form-actions {
        width: 100% !important;
    }
}

