.nav-links {
  display: none;
}

.main {
    -moz-hyphens: none;
}

#container > .wrap {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #70686f;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #70686f;
}

#header {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#branding {
  bottom: 0;
  position: absolute;
  margin-top: 0.25rem;
  padding-left: 75px;

  text-shadow: 1px 0px 0px #686868, 1px 1px 0px #686868, 0px 1px 0px #686868, 
    -1px 1px 0px #686868, -1px 0px 0px #686868, -1px -1px 0px #686868, 
    0px -1px 0px #686868, 1px -1px 0px #686868, 1px 4px 5px #aeaeae;
}

#site-description {
  color: #b5b5b5;
}

#menu-secondary {
  right: 0;
  position: absolute; 
  padding-top: 0px;
  padding-right: 75px;
  margin: 0.25rem 0;
}

#menu-secondary li a {
  color: #b7c7d7;
  font-size: 0.9125rem;
}

#footer {
  display: none;
}

.eme_period {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
