
body.article #header .content .inner {
  padding: 1rem 2rem;
}

body.article #header .content {
  border: none;
}

body.article #header {
  margin-bottom: 1rem;
}

body.article #header, body.article #header .content .inner {
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}

body.article #header a {
  border-bottom: none !important;
}

body.article.is-preload #header {
  -moz-filter: none;
  -webkit-filter: none;
  -ms-filter: none;
  filter: none;
}

  body.article.is-preload #header > * {
    opacity: 1;
  }

  body.article.is-preload #header .content .inner {
    max-height: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    opacity: 1;
  }
  
  body.article h1 {
    white-space: nowrap;
  }

header > .icons:before {
  content: none !important;
}

#footer ul, #footer ul a {
  letter-spacing: 0.2rem;
  font-size: 0.6rem;
  opacity: 0.75;
  margin-bottom: 0;
  text-transform: uppercase;
  
  list-style: none;
  padding-left: 0;
}

#footer ul li {
  display: inline-block;
  padding: 0 0.5em 0 0;
}

.hline {
  font-weight: normal;
}

form label {
  margin-bottom: 0.5rem;
}

body h2.major {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 736px) {
  header > .icons {
    margin-top: 2.5rem !important;
  }
  
  #footer ul li {
    display: block;
    padding: 0 0 0.5em 0;
  }
  
  #main {
    margin-bottom: 44px;
  }
}