nav.reveal {
  box-shadow: 0 6px 7px -3px rgba(31, 42, 54, 0.85);
  min-width: 89px;
  top: 35px;
  border: solid 1px #B3B3B3;
  border-top: 0px;
  position: absolute;
  background-color: white;
  padding: 15px;
  font-family: Infiniti Light;
}
nav.reveal ul {
  margin: 0px;
  list-style-type: none;
}
nav.reveal ul li {
  padding: 2px 0;
}
nav.reveal > section {
  padding-top: 8px;
}
nav.reveal > section:first-child {
  padding-top: 0;
}
nav.reveal > section header {
  font-weight: bold;
  font-family: Infiniti Regular;
  padding-bottom: 4px;
}
nav.reveal > section > header {
  padding-bottom: 10px;
}
nav.reveal > section > section {
  padding: 8px 0 8px 0;
}
nav.reveal > section > section:first-child {
  padding-top: 0px;
}
nav.reveal > section > section > ul li:before {
  font-family: FontAwesome;
  font-weight: 100;
  content: '\f054';
  padding-right: 8px;
}
nav.reveal > section nav ul li {
  padding: 6px 0 0 0;
  font-weight: normal;
}
nav.reveal > section nav ul li:first-child {
  padding: 0;
}
nav.reveal#presskits > section {
  left: 500px;
}
nav.reveal.vertical > section {
  border-top: 2px solid #eeeeee;
}
nav.reveal.vertical > section:first-child {
  border: 0;
  padding: 0;
}
nav.reveal.horizontal > section {
  float: left;
  border-left: 2px solid #eeeeee;
  padding: 0 15px;
}
nav.reveal.horizontal > section:first-child {
  border: 0;
  padding: 0 15px 0 0;
}
nav.reveal.horizontal > section:last-child {
  padding: 0 0 0 15px;
}
