
#scanBanner.masthead {
 margin-top: -5px;
 border-bottom: 4px solid #fcc60a;
 height: 50px;
 background: #d71e28;
}

#brand img.idlogo {
    max-width: unset;
    vertical-align: middle;
    padding-top: 12px;
}

@media only screen and (min-width: 1008px) {
  #scanBanner {
   border-bottom: 4px solid #fcc60a;
   height: 56px;
   background: #d71e28;
   margin-bottom: -3px;
  }
  #brand img.idlogo {
    max-width: unset;
    margin-top: -28px;
    padding-top:0;
  }
  #scanBanner a, #scanBanner a:visited {
    color: white;
    font-size: 13px;
  }
  #scanBanner a:hover, #scanBanner a:focus {
    text-decoration: underline;
    color: white;
  }
}


#mainpage #mainNav a[href*="privacy_security/index.html"], #mainpage #mainNav a[href*="privacy_security/index.html"]:visited, #scanBanner #topSearch a[title="Spanish"], #mainPage #mainNav #topSearch a[title="English"] {
    color: white;
    text-decoration: underline;
}