/* Hide the Find Address input box */
label[for="FindAddress"], #autocomplete {
    display: none !important;
}