body {
  background: #f6f7f9;
}

@media (min-width: 1200px){
  .container {
    width: 1030px;
  }
}

ol{
  padding: 20px 30px;
}

ol > li{
  padding-bottom: 12px;
}

.page__header{
  position: relative;
  overflow: hidden;
}

.page__header-background{
  position: absolute;
  bottom: -100px;
}

@media (max-width: 767px){
  .page__header-background{
    bottom: 0;
  }
}

.page{
  padding-top: 20px;
}

.page a.button{
  text-transform: inherit;
}

.header-block--container{
  margin-bottom: 45px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-block--container h1{
  margin-bottom: .125em;
}

.header-block__description{
  font-family: 'Muli', sans-serif;
  font-size: 1em;
  color: #434F68;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
}

.header-block__link{
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,.2);
  padding: 8px 28px;
}

.header-block__link a,
.header-block__link a:hover{
  color: #fff;
  font-size: .75em;
}

.env-warning-badge {
  position: fixed;
  top: -41px;
  left: -120px;
  padding: 4px 0;
  z-index: 10000;

  transform-origin: top right;
  transform: rotate(-45deg);

  background-color: #FEF2DE;
  box-shadow: 0px 5px 24px rgba(0,0,0,.18)
}

.env-warning-badge__inner {
  display: inline-block;
  width: 250px;
  color: #445066;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
}

.env-warning-badge__inner a {
  text-decoration: underline;
}

.resources h2{ margin-top: 0;}

.resources h2:before {
  content: "";
  display: block;
  height: 90px;
  margin: -90px 0 0;
}

.resources h2:before {
  content: "";
  display: block;
  height: 90px;
  margin: -90px 0 0;
}

/* PADDING AND MARGIN HELPERS */

.marb-halfem {
  margin-bottom:.5em;
}
