.search-row {
    margin: 0% 0%;
    min-height: 48px;
}

form.gsc-search-box * {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: content-box;
}
form.gsc-search-box {
    border-style: none;
    border-width: 0;
    border-spacing: 0 0;
    width: 100%;
    margin-bottom: 2px;
}
.gsc-input-box {
    border: 1px solid #D9D9D9 !important;
}
div.gsc-control-cse,
form.gsc-search-box,
table.gsc-search-box {
    position: relative;
}

td.gsc-input > .gsc-input-box input {
    position: relative;
    background: transparent !important;
    background-image: none !important;
    padding: 0 5px !important;
    border: none;
    border-bottom: 5px solid transparent;
    color: #000;
    cursor: pointer;
    font-size: 32px;
    min-height: 48px;
    width: 97% !important;
}
td.gsc-input:hover > .gsc-input-box input {
    border-bottom: 5px solid #BBBABA;
    color: #000;
    cursor: text;
    margin-left: 0;
}

td.gsc-input > .gsc-input-box input:focus {
    border-bottom: 5px solid #BBBABA;
background-color: #fff !important;
    color: #000;
    cursor: text;
    width: 98%;
    margin-left: 0;
}

 td.gsc-search-button > .gsc-search-button-v2,
 td.gsc-search-button > .gsc-search-button-v2:focus {
    background-color: #5a80b1 !important;
    display: block;
outline: none !important;
    background-position: 50% 50%;
    background-color: transparent;
    font: normal normal 0 sans-serif;
    color: transparent;
    border: 8px solid transparent;
padding: 0 !important;
    height: 39px;
    min-width: 39px;
    width: 60px;
}
 td.gsc-search-button > .gsc-search-button-v2:hover {
    background-color: #AECEF5 !important;
}
.gsc-search-button-v2 > svg {
    -ms-zoom: 2.5;
    transform: scale(2.5);
}

.gsc-branding, 
.gcsc-branding,
td.gsib_b {
    display: none;
}