@charset "utf-8";
/* CSS Document */

#new_search {
    padding: 3px;
    background: #EDEDED;
    border-bottom: 1.5px solid #8e8e8e;
    position: absolute;
    right: 0px;
    top: 40px;
    width: 284px;
    text-align: center;
    border-radius: 3px 3px 0 0;
}

#new_search input, input:hover {
    padding: 0;
    position: relative;
}

#new_search .go-button {
    padding: 5px 10px 5px 10px;
    background: #7D110C;
    border: none;
    color: white;
    cursor: pointer;
}

#new_search input[type=text] {
    min-width: 50%;
}

#new_search label {
    font-size: 1.2em;
    font-weight: bold;
    font-family: BentonSansRegular, sans-serif;
    color: #767676;
    margin-right: 3px;
    font-weight: 600;

}

#new_search form {
    margin: 0px;
    padding: 0px;
    background: none;  
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
}
    

/*************************************
* Google Custom Search Engine CSS
*************************************/

#bulletin_search {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: left;
}

#bulletin_search_bar {
    text-align: center;
}

#bulletin_search input, input:hover {
    position: relative;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}

#bulletin_search input[type=text] {
    width: 80%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('../img/search.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 10px 12px 40px;
}

#bulletin_search .go-button {
    padding: 5px 10px 5px 10px;
    background: #7D110C;
    border: none;
    color: white;
    cursor: pointer;
}

#bulletin_search .gsc-result {
    padding: 5px;
}

#bulletin_search .gsc-url-top, #bulletin_search .gs-visibleUrl {
    color: #7D110C;
    font-style: italic;
}

#bulletin_search b {
    color: inherit;
}

#bulletin_search .gsc-cursor-page {
    color: #7D110C;
}