.masthead {
  background-color: #794BC4;
  width: 100%;
  height: 315px;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.masthead svg {
  fill: #fff;
}
.masthead-banner {
  background-color: #4F0299 !important;
  padding: 2rem;
}
.masthead-banner h1 {
  margin: 0;
  padding: 0;
}
.masthead-banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 460px) {
  .masthead-banner-inner {
    flex-direction: column;
  }
  .masthead-banner-inner h1 {
    padding-bottom: 1em;
  }
}
.masthead-banner .updates-dropdown-container > a.show-updates-dropdown {
  padding: 0.5em 1em;
  line-height: 1.5rem;
  border-radius: 3rem;
  background-color: transparent;
  border: 1px solid #fff !important;
  color: #fff;
}
