.microsite-header {
  height: 65px;
  background-color: rgba(0, 0, 0, 0.85);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  z-index: 10;
  position: absolute; }
  @media (min-width: 55em) {
    .microsite-header {
      padding: 0 5%; } }
  .microsite-header.microsite-header__solid {
    background-color: #000;
    position: relative; }

.microsite-header__region {
  -ms-flex-align: center;
  align-items: center;
  z-index: 30;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.microsite-header__site-logo {
  margin: 0 auto;
  z-index: 30; }
  @media (min-width: 55em) {
    .microsite-header__site-logo {
      width: 9.47%;
      min-width: 120px; } }

.microsite-logo {
  max-width: 120px; }

.microsite-header__alert {
  background-color: #9b2743;
  color: #FFF;
  padding: 2rem; }
  @media (min-width: 64em) {
    .microsite-header__alert {
      padding: 2rem 5%; } }
