*:not(div):first-child {
  margin-top: 0px !important;
}

*.split {
  display: flex;
  align-items: flex-start;
}

*.split.inline {
  display: inline-flex;
}

*.split.wrap {
  margin-bottom: -1.2em;
  flex-wrap: wrap;
}

*.split > * {
  margin: 0px 1.2em 0px 0px;
}

*.split > svg {
  padding-top: 0.2em;
}

*.split.wrap > * {
  margin-bottom: 1.2em;
}

*.split > *:last-child {
  margin-right: 0px;
}

*.split > *.right {
  margin-left: auto;
  justify-content: flex-end;
}

section.content {
  display: flex;
  height: 100%;
  flex-direction: column;
}

article.page {
  flex-grow: 1;
}

footer.legal {
  padding: 1.2em 1.4em;
  align-items: flex-end;
}

footer.legal > * {
  margin-right: 2.4em;
}

footer.legal h6 {
  margin-top: 0.4em;
}

footer.legal nav a {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  footer.legal {
    display: block;
  }

  footer.legal > * {
    margin-right: 0px;
  }

  footer.legal nav.right {
    margin-top: 0.4em;
    justify-content: flex-start;
  }
}