.nav__bottom {
  background: #1e3667;
  padding: 40px 0; }

@media (min-width: 992px) {
  .nav__bottom-content {
    padding: 0 40px; } }

.nav__col {
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .nav__col:nth-child(even) {
      border-right: 1px solid #ffffff;
      border-left: 1px solid #ffffff; } }

.nav__list {
  padding: 0 10px; }
  .nav__list .heading-nav {
    font-family: 'helveticaneuemedium';
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    display: inline-block; }
    .nav__list .heading-nav a {
      text-decoration: underline;
      color: #ffffff; }
      .nav__list .heading-nav a:hover {
        text-decoration: none; }
  .nav__list ul {
    padding-left: 0;
    list-style: none; }
    .nav__list ul li {
      color: #ffffff; }
      .nav__list ul li a {
        color: #ffffff;
        text-decoration: underline; }
        .nav__list ul li a:hover, .nav__list ul li a:focus {
          text-decoration: none; }
