/*
  * desktop.css
  *
  * All browsers, desktop and mobile (device-width > 767) download the desktop.css stylesheet
*/
a:hover:not(.main-menu) a, .services_box:hover a, .services_box:hover h3 {
  color:#0066AA;
}
.accordion h2:hover {
  text-decoration:none;
}
#udbrand_logo a:hover {
  text-decoration:none;
}
#searchdiv:hover {
  opacity:1;
}
#searchdiv, #searchdiv:hover, a#udbrand_logo:hover {
  -webkit-box-shadow:none !important;
  box-shadow:none !important;
  border:none;
  text-decoration:none;
}
input, select, textarea{
  -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5), 0 0 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow:0 1px 0 rgba(255, 255, 255, 0.5), 0 0 3px rgba(0, 0, 0, 0.1) inset
}
input:focus, select:focus, textarea:focus {
  -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}


#udbrand_header {
  background:-webkit-linear-gradient(top, #002663, #00498D) !important;
  background:        linear-gradient(to bottom, #002663, #00498D) !important;
}
#submit_button {
  -webkit-box-shadow:none;
  box-shadow:none;
  cursor:pointer;
  background:#FFD200;
  background:-webkit-linear-gradient(top, #FFD200 0%, #F5AB66 47%, #EF8200 100%);
  background:linear-gradient(to bottom, #FFD200 0%, #F5AB66 47%, #EF8200 100%);
  color:#111;
}
.button, button {
  -webkit-box-shadow:none;
  box-shadow:none;
  background:-webkit-linear-gradient(top, #25A6E1 0%, #188BC0 100%);
  background:linear-gradient(to bottom, #25A6E1 0%, #188BC0 100%);
}
.button:hover, button:hover {
  background:-webkit-linear-gradient(top, #188BC0 0%, #25A6E1 100%);
  background:linear-gradient(to bottom, #188BC0 0%, #25A6E1 100%);
}
.udnorm, .udwarn, .udcrit, .search_wrapper button:after, .button, button, legend  {
    text-shadow: 1px 1px 0 #002663;
}
#toTop:hover {
  background: #F4A74C;
}
.toggle {
  -webkit-border-radius: 1.563em;
  border-radius: 1.563em;
}
legend, fieldset, .button, button, form:not(#ud-search), input, select, textarea {
  -webkit-border-radius: .313em;
  border-radius: .313em;
}
fieldset fieldset legend{
  text-shadow:none;
}

.numtd, .dollahtd {
  -webkit-border-top-left-radius: .313em;
-webkit-border-bottom-left-radius: .313em;
border-top-left-radius: .313em;
border-bottom-left-radius: .313em;
}