/**
 * Charity Navigator header related styling
 * Handles sticky header, hide on scroll, cart icon and mobile header
 **/

/* Sticky Header */
#top-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 94040; /* make sure it's on top of share this  */
  background-color: #fff;
  transition:
    top 0.7s ease,
    opacity 0.7s ease;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
