.layout-center,
.layout-center--form,
.header__content {
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
  max-width: 1190px;
}

@media (min-width: 40em) {
  .layout-center--form {
    padding: 0 68px;
  }
}

.header__region {
  clear: both;
}

@media (min-width: 50em) {
  .header__region {
    background-color: #fff;
  }
}

.header--home .header__region {
  background-color: transparent;
}

.header__content {
  min-height: 1.5rem;
}

@media (min-width: 50em) {
  .header__content {
    min-height: 6.5rem;
  }
}

@media (min-width: 60em) {
  .header__content {
    min-height: 7rem;
  }
}

@media (min-width: 75em) {
  .header__content {
    min-height: 7.5rem;
  }
}

@media (orientation: landscape) and (min-width: 50em) and (max-width: 74.9375em) {
  .header__content {
    min-height: 6rem;
  }
}

.header__logo {
  position: absolute;
  top: .8rem;
  left: 1rem;
  width: 4rem;
  z-index: 100;
  margin: 0 10px 0 0;
  padding: 0;
  display: block;
}

@media (min-width: 50em) {
  .header__logo {
    position: relative;
    display: block;
    float: left;
    left: 0;
    width: 14%;
    background-image: none;
  }
}

@media (min-width: 55.5em) {
  .header__logo {
    width: 12%;
  }
}

@media (min-width: 75em) {
  .header__logo {
    left: -.4rem;
  }
}

@media (orientation: landscape) and (min-width: 50em) and (max-width: 74.9375em) {
  .header__logo {
    margin-top: 0;
  }
}

.header__logo-image {
  vertical-align: bottom;
}

.path-frontpage .header__logo-image--globe {
  fill: #fff;
}

.header--home .header__logo-image--globe {
  fill: #fff;
}

.header__logo-image--name {
  fill: #000;
}

.path-frontpage .header__logo-image--name {
  fill: #fff;
}

.header--home .header__logo-image--name {
  fill: #fff;
}

.header--home .header__logo-image--text {
  fill: #fff;
}

.header__site-name {
  margin: 0;
}

.header__site-link:link, .header__site-link:visited {
  text-decoration: none;
}

.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

.header__site-slogan {
  margin: 0;
}

.header--annual-report {
  padding: 2rem 0 4rem;
  background-color: #fff;
  text-align: center;
}
