/* header */
header.l-header .hide-for-small {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 75rem;
}

header.l-header .hide-for-small::after {
  content: " ";
  display: block;
  clear: both;
}

header.l-header .hide-for-small > a {
  float: left;
  margin-right: 100px;
}

header.l-header .hide-for-small .site-slogan {
  font-size: 1em;
  color: #999;
  font-family: "Lato", sans-serif;
}

header.l-header .hide-for-small #main-menu {
  clear: left;
  float: right;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  color: #666;
  margin-top: 1em;
  border-bottom: 1px solid #999;
}

header.l-header .hide-for-small #main-menu * {
  font-size: 14px;
}

header.l-header .hide-for-small #main-menu a {
  color: #666;
}