header.card {
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  transition: top 0.5s, width 0.5s, max-width 0.5s, border-radius 0.5s, padding 0.5s;
  width: 90vw;
  max-width: 1400px;
  padding: 0; }
  header.card .page-width-wrapper {
    padding: 0 20px;
    box-sizing: border-box;
    transition: padding 0.5s; }
  header.card.docked {
    top: 0;
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
    padding: 0 20px; }
    header.card.docked .page-width-wrapper {
      padding: 0; }

.hero {
  width: 100%;
  height: 80vh;
  background: url("hero-background.svg");
  background-size: cover;
  position: relative;
  z-index: 1; }
  .hero > h2 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .hero.slim {
    height: unset;
    padding-top: calc(15vh + 80px);
    padding-bottom: calc(10vh + 5vw); }
    .hero.slim > h2 {
      color: #fff;
      position: relative;
      top: 0;
      left: 0;
      transform: none;
      text-align: center;
      padding: 40px 0; }
  .hero > img {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 5vw; }

main {
  position: relative;
  z-index: 1; }
  main article .typo-head {
    margin: 20px 0; }
  main article .typo-text + .typo-text {
    margin-top: 20px; }
  main article .typo-text + h2.typo-head {
    margin-top: 60px; }
  main article .typo-text + h4.typo-head {
    margin-top: 40px; }
  main a {
    color: #ea520f;
    text-decoration: none; }
    main a:hover {
      text-decoration: underline; }
  main > section {
    padding: 10vh 0; }
    main > section.highlight {
      background: #8bc693; }

.page-width-wrapper {
  width: 90vw;
  max-width: 1400px;
  margin: 0 auto 0 auto; }

/* DEMO START */
main > section > article {
  min-height: 80vh; }

main > section:nth-of-type(3) > article {
  min-height: 130vh; }

main > section:nth-of-type(even) > article {
  background: #fafbfc; }

/* DEMO END */
ul.footer {
  padding: 10vh 20px; }
