#IGsearch {
    /* margin-top: 40px; */
    margin-bottom: 5px;
    z-index: 100;
}

hr.color {
    border-color: #800000 !important;
   
}

/*This will change the font size in the header*/
.header-full-title p {
    margin-bottom: 15px;
    font-size: 1.6em;
    text-align: center;
}

 /*div.gsc-clear-button {
    display: inline;
    text-align: right;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('//www.google.com/uds/css/clear.gif'); 
    cursor: pointer;
}*/

/* SS added 10/30/2020 */
.header-full-title {
 
  background-image: url("/OIG/Resources/Images/logo_big.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.header-full {
    background-image: linear-gradient(to top, #1f2d60, #1f2d60);
    border-bottom: solid 2px #FFD506;
    padding:15px 0;
}
h1, h2, h3, h4, h5 {
    color:#000000;
    font-weight:400;
}
a {
  color: #0033ff;
  text-decoration: underline;
}

nav a {
 
  text-decoration: none;
}

#footer-widgets a {
    text-decoration: underline;
}
label.desc, legend.desc {
     font-family: "Open Sans", sans-serif !important;
    font-size: 2.0em  !important;
    font-weight: bold;
    color: #000;
    line-height: 150% !important;
    margin: 0;
    padding: 0 0 3px 0;
    border: none;
    display: block;
    white-space: normal;
    width: 100%;
}

