:root {
  --urine-yellow: #E29034;
  --urine-yellow-lighter: #e59e4f;
}

body #headerLogo a {
  width: 330px;
  height: 62px;
  display: block;
  background: url(../../Images/headerLogoUrine.png) 0 0 no-repeat;
  background-size: contain;
}

  body #headerLogo a img {
    display: none;
  }

body h1, body h2, body a {
  color: var(--urine-yellow);
}
body #bannerWrap {
  background-color: var(--urine-yellow-lighter);
}

  body #bannerWrap a {
    color: #fff;
  }

body .inline-qpoint-logo {
  background: url(../../Images/logo-small-urine.png) 0 0 no-repeat;
}
body img.inline-qpoint-logo {
  display: none;
}


body #heroBanner {
  /*background: url(../../Images/hero-glucose.jpg) center center no-repeat;*/
  background:white;
}

body #menu {
  background-color: var(--urine-yellow);
}

    body #menu ul li a:hover, body #menu ul li a.active {
      background: var(--urine-yellow-lighter);
    }

body #userLoginButton:hover #userLoginMenu li {
  background: var(--urine-yellow);
}

  body #userLoginButton:hover #userLoginMenu li:hover {
    background: var(--urine-yellow-lighter);
  }
body #menu ul li#userLoginButton > a:hover {
  background-color: var(--urine-yellow-lighter) !important;
}

body .button, body input[type="submit"] {
  background: var(--urine-yellow);
  font-weight: normal;
}
  body .button:hover, body input[type="submit"]:hover {
    background: var(--urine-yellow-lighter);
    font-weight: normal;
  }

.link-large svg {
  fill: var(--urine-yellow);
}
.analyte-name::after {
  content: 'hCG';
}
.right-column-loggedin a:not(.button) {
  border: 1px solid var(--urine-yellow);
  border-radius: 5px;
  margin-top: 10px;
}
.gridview th {
    background-color: #E29034;
 }
