h3{
    color: #FFFFFF;
    background: #A3C2DB;
    background: -webkit-linear-gradient(left, #356288 40%, #eee); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #356288 40%, #eee); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #356288 40%, #eee); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #356288 40%, #eee); /* Standard syntax (must be last) */
}
div.homeSection{
    color: black;
    position: relative;
    padding-top: 10px;
    padding-bottom: 18px;
}
div#accentHome{
    background-color: #FFC107;
    opacity: .6;
    height: 3px;
    display: inherit;
    background: -webkit-linear-gradient(left, #FFC107 10%, #eee ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #FFC107 10%, #eee); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #FFC107 10%, #eee); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #FFC107 10%, #eee); /* Standard syntax (must be last) */
}
input.gsc-search-button-v2  {
    border-color: #666666;
    background-color: #CECECE;
    background-image: none;
    filter: none;
    width: auto !important;
    height: auto !important;
}

li.specialNotice {
    color: red;
    font-size: larger;
}

ul.disc {
    list-style-type: disc;
    padding-left: 24px;
    padding-bottom: 6px;
}
@media all and (min-width: 1025px) {
    div#___gcse_0{
        width: 30%;
    }   
}