html,
body {
  background-color: #e8f1f3;
  font-size: 12pt;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
  color: #ec8427;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3em;
}
ul {
  margin-top: 0.5em;
}
.container {
  width: 580px;
  margin: 0 auto;
}
.logo {
  font-size: 24pt;
  font-weight: normal;
  font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.hl-navbar {
  list-style: none;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 3em;
  padding: 0 0 1em;
}
.hl-navbar li {
  float: left;
  width: 116px;
  color: #e8f1f3;
  margin-left: 0;
}
.hl-navbar li:nth-child(1) {
  background-color: #3d4b59;
}
.hl-navbar li:nth-child(2) {
  background-color: #1f97ae;
}
.hl-navbar li:nth-child(3) {
  background-color: #c1a595;
}
.hl-navbar li:nth-child(4) {
  background-color: #e7ad79;
}
.hl-navbar li:nth-child(5) {
  background-color: #e38577;
}
.hl-navbar li a {
  display: block;
  line-height: 2em;
  text-align: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.hl-navbar li a:hover {
  font-style: italic;
}
.hl-section {
  margin-top: 1em;
}
.hl-footer {
  margin-top: 3em;
  font-size: 9pt;
  line-height: 1.2em;
}
