/* section.region-top-header
{
  margin-top: 3rem !important;
}

#block-surveybanner
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#survey-banner
{
  position: absolute;
  z-index: 10;
  top: -3em;

  width: 100%;
  height: 3em;
  background-color: #ffe090;

  display: flex;
  align-items: center;
  justify-content: center;

  -webkit-transition: top 1s linear;
  -moz-transition: top 1s linear;
  -o-transition: top 1s linear;
  transition: top 1s linear;
}

#survey-banner.shown
{
  top: 0;
}

#survey-banner .ajax-progress
{
  display: none;
}
#survey-banner-close span
{
  border: 1px solid;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-left: 0.25rem;
} */
