body {
  padding-bottom: 20px;
}

.navbar {
  margin-bottom: 20px;
}

.nav-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.nav-link:hover {
  color: #00ffff;
}

.nav-link:visited {
  color: #004051;
}

.mega-dropdown {
  position: relative;
}

body > header {
  margin-top: 4.7em;
}

footer h6 {
  font-weight: 700;
} 

footer .nav-item a {
  font-weight: 400;
}

@media (min-width: 768px) {
  .nav-item {
    margin-right: 1.5em;
  }
}

@media (max-width: 768px) {
  footer h6 {
    font-size: 18px;
    text-align: center;
  } 

  .navbar-toggler:focus {
    border: none !important;
    box-shadow: none !important;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #4a4a4a;
  }

  .navbar .nav-link {
    margin: 1em 0;
  }

  .navbar #access {
    margin-bottom: 24px;
  }

  footer .row-cols-4>* {
    flex: 0 0 auto;
    width: 100% !important;
  }

  footer .nav {
    text-align: center;
  }

  footer li.cc_ftr_text_inner a {
    font-size: 18px;
    margin: 1em 0;
  }

  footer li.cc_ftr_text_inner a:hover,
  footer li.cc_ftr_text_inner a:focus {
    opacity: 70%;
  }

  footer p.cc_ftr_text_inner {
    text-align: center;
  }

  footer .nav-item {
    border-bottom: 1px solid #ececec;
  }
}