body {
    margin: 0;
}

/* Default search box styling (used by search.php / mobile) */
.gsc-control-cse {
    background-color: transparent !important;
    border: #686767 !important;
    padding: 29px 0px 22px 12px !important;
    margin: 0px;
    border-radius: 8px !important;
    overflow: visible !important;
}


/* ===== Desktop header search (menu.php) =====
   Backup copies of the rules that are also inlined in menu.php */

.mobileHide .header-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

/* Native header search form (v7) - backup of the rules
   that are also inlined in menu.php */
.mobileHide .header-row form.header-search {
    flex: 0 1 auto;
    width: 45%;
    min-width: 200px;
    display: flex;
    align-items: center;
    margin: 0 14px;
}

.mobileHide .header-row .header-search input.header-search-input {
    flex: 1 1 auto;
    width: 100%;
    height: 38px;
    padding: 3px 12px !important;
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid #686767;
    border-right: none;
    border-radius: 8px 0 0 8px;
    box-sizing: border-box;
    margin: 0;
}

.mobileHide .header-row .header-search button.header-search-btn {
    flex: 0 0 auto;
    height: 38px;
    padding: 3px 18px !important;
    font-size: 15px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #002855;
    border: 1px solid #002855;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    box-sizing: border-box;
}

.mobileHide .header-row .header-search button.header-search-btn:hover {
    background-color: #00843D;
    border-color: #00843D;
}

.mobileHide .header-row .gsc-control-cse {
    padding: 0 12px !important;
    margin: 0 !important;
}

.mobileHide .header-row form.gsc-search-box,
.mobileHide .header-row table.gsc-search-box {
    margin: 0 !important;
}


input {
 	padding: 3px !important;

}

button {
 	padding: 11px 20px 11px 20px !important;

}


results {
	position: absolute  !important;
}
