/* CMS Covid */
header section {
  background-color: var(--color-solar-strand);
  z-index: 200
}
section .long-term-alert-banner {
  margin-left: 1rem !important;
  margin-right: 0 !important;
}
/* /CMS Covid */

.banner {
  background-color: var(--color-blue);
  color: var(--color-white);
  height: 48px;
  z-index: 200;
}

.banner .ub-logo {
  position: absolute;
  display: block;
  top: 43px; /* covid change - top: 10px */
  left: 2rem;
}

#siteTitle {
  background-color: var(--color-white);
  font-family: SofiaWebRegular, Arial, Helvetica, sans-serif;
  font-size: 2rem;
  padding: 1rem 2rem;
  z-index: 200;
}

#siteTitle div:first-child {
  color: var(--color-blue);
}

#siteTitle div:last-child {
  text-align: right;
  color: var(--color-dk-gray);
}

#siteTitle.is-stuck {
  position: fixed;
  top: 0;
  width: 100vw;
  font-family: SofiaWebBold, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  padding: 0.5rem 2rem;
  transition: 0.25s;
}

/* Small Screens */

@media screen and (max-width: 39.9375em) {
  /* CMS Covid */
  header section .long-term-alert-banner {
    margin-left: 0 !important;
  }
  header section .long-term-alert-banner button {
    display: none !important;
  }
  /*
  header section .long-term-alert-banner ul {
    display: none !important;
  }*/
  header section .long-term-alert-banner .text.parbase.section {
    padding: 10px !important;
    overflow: hidden;
    white-space: nowrap !important;
  }
  header section .long-term-alert-banner .text.parbase.section p,
  header section .long-term-alert-banner .text.parbase.section ul {
    display: inline-block !important;
    padding: 0px;
    margin: 0px;
  }
  header section .long-term-alert-banner .text.parbase.section ul > li {
    overflow: unset !important;
  }
  header section .long-term-alert-banner .text.parbase.section p {
    margin-right: 10px;
  }
  header section .long-term-alert-banner .text.parbase.section p > b {
    font-size: 12px !important;
  }
  header section .long-term-alert-banner span.health-check-link {
    padding-bottom: 2px;
    padding-top: 2px;
  }
  /* /CMS Covid */

  .banner .ub-logo {
    left: 10px;
    top: 92px; /* covid addition */
  }

  #siteTitle {
    font-family: SofiaWebBold, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    border-bottom: 2px solid var(--color-dk-gray);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.33);
    padding: 0;
  }
  #siteTitle.is-stuck {
    position: fixed;
    top: 0;
    padding: 0;
  }
  #siteTitle > div {
    padding: 0.33em 0.75em;
  }
}
