#menu_search {
    position: relative;
    z-index: 101;
}

#search_form_pointer {
    color: #fff;
    display: none;
    left: 500px;
    padding: 0px;
    position: absolute;
    top: 0px;
    z-index: 101;
}

#search_form_focus_help {
    background: #000;
    border:1px solid #fff;
    border-radius: 10px;
    color: #fff;
    display: none;
    left: 25%;
    max-width: 400px;
    padding: 10px;
    position: absolute;
    top: 30px;
    z-index: 101;
}
#search_form_focus_help h3 {
    margin: 5px 0;
}

#search_form_focus_overlay {
    background: rgba(0,0,0,.9);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

body.search-location-prompted #search_form_pointer,
body.search-location-prompted #search_form_focus_help,
body.search-location-prompted #search_form_focus_overlay {
    display: block;
}


.offer_text {
    white-space: nowrap;
}
.offer_text a.offer_link {
    font-size: 14pt;
    font-weight: normal;
}

