.dxg-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  font-size: 16px;
  background-color: #0e0e0e;
  margin: 0 0 2em 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 1em 0.5em rgba(0, 0, 0, 0.5);
  padding: 0.5em 0;
  transition: transform 0.25s ease; }
  .dxg-nav::before {
    opacity: 0;
    pointer-events: none;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    height: 2px;
    width: 100%;
    background-color: #c3b55d;
    transition: opacity 0.25s ease; }
  .dxg-nav.-following {
    position: fixed;
    transform: translateY(-100%) translateY(2px); }
    .dxg-nav.-following::before {
      opacity: 1; }
    .dxg-nav.-following::after {
      content: '';
      display: block;
      top: 100%;
      left: 0;
      width: 100%;
      height: 10px;
      position: absolute; }
  .dxg-nav:hover.-following, .dxg-nav.-mouseout.-following {
    transform: none; }
    .dxg-nav:hover.-following::before, .dxg-nav.-mouseout.-following::before {
      opacity: 0; }
  .dxg-nav, .dxg-nav * {
    box-sizing: border-box; }
  .dxg-nav-container {
    display: flex;
    align-items: center;
    max-width: 60em;
    width: calc(100% - 2em);
    margin: 0 auto; }
    @media (max-width: 767px) {
      .dxg-nav-container {
        display: block; } }
  .dxg-nav-root {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-basis: 6em;
    margin-right: 2em; }
    @media (max-width: 767px) {
      .dxg-nav-root {
        width: 4em;
        margin: 0 auto; } }
    .dxg-nav-root img {
      max-width: 100%; }
  .dxg-nav-links {
    flex-grow: 1; }
  .dxg-nav-link {
    display: inline-block;
    position: relative;
    opacity: 1;
    height: 1.5em;
    text-decoration: none !important;
    margin-right: 1em; }
    @media (max-width: 767px) {
      .dxg-nav-link {
        height: 2rem;
        line-height: 2rem; } }
    .dxg-nav-link .dxg-nav-link-heading, .dxg-nav-link:visited .dxg-nav-link-heading {
      color: #b7b7b7; }
    .dxg-nav-link .dxg-nav-link-body, .dxg-nav-link:visited .dxg-nav-link-body {
      color: lightgrey; }
    .dxg-nav-link.-active .dxg-nav-link-heading, .dxg-nav-link:hover .dxg-nav-link-heading, .dxg-nav-link:hover .dxg-nav-link-body {
      color: #ffffff; }
    .dxg-nav-link:hover .dxg-nav-link-body {
      display: block; }
    .dxg-nav-link-heading {
      font-family: "Slider", sans-serif;
      text-transform: uppercase;
      display: block;
      font-size: 1em; }
    .dxg-nav-link-body {
      position: absolute;
      left: 0;
      font-family: "Eurostile", sans-serif;
      display: none;
      font-size: 0.9em;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .dxg-nav-link-body {
          display: none !important; } }
  .dxg-nav-pages {
    border-bottom: 1px solid #c3b55d;
    padding: 1.25em 0 0.5em 0; }
    .dxg-nav-pages .dxg-nav-link-body {
      bottom: 100%; }
    @media (max-width: 767px) {
      .dxg-nav-pages {
        text-align: center; } }
  .dxg-nav-sites {
    padding: 0.5em 0 1.25em 0; }
    .dxg-nav-sites .dxg-nav-link-body {
      top: 100%; }
    @media (max-width: 767px) {
      .dxg-nav-sites {
        text-align: center; } }
