.global-footer__mechoopda {
    display: none;
}


/* Notification Link */
.top-bar__notification-link a > .fa {
  margin-right: 0.25rem;
}

@media screen and (max-width: 66.6875em) {
  .top-nav-links--left {
    /*background-color: #6f695d !important;*/
    flex-direction: column !important;
  }
  .top-nav-links--left > li > a {
    /*background-color: #6f695d !important;*/
    border-right: 0 !important;
    /*color: #fff !important;*/
  }
}
@media print, screen and (min-width: 36.0625em) {
  .top-bar {
    padding: 0;
  }

  .top-bar__mobile-menu {
    display: flex;
  }

  .top-bar__mobile-submenu {
    display: none;
  }
}
@media screen and (min-width: 66.75em) {
  .top-bar__notification-link {
    margin-left: auto;
  }
  .top-bar__notification-link a {
    background: rgba(0, 0, 0, 0) !important;
    border-right: 0 !important;
    color: #124980 !important;
    text-decoration: underline;
  }

  .top-bar__mobile-menu {
    display: none;
  }

  .top-bar__mobile-submenu {
    display: block;
  }
}

/* Top Nav Color Changes (10.2022) */
@media screen and (min-width: 66.75em) {
  .top-bar, .top-bar ul {
    background: #9D2235;
  }

  .top-bar.campus-menu .top-bar-left > ul > li > a {
    border-right: 0;
    color: #FFF;
    padding: 1.3125rem 1rem;
    transition: background-color ease-in-out 0.2s, color ease-in-out 0.2s;
  }

  /* All but last 3 */
  .top-bar.campus-menu .top-bar-left > ul > li:nth-last-child(n+4) > a {
    background-color: #9D2235;
    padding: 1.42rem 1rem 1.3125rem;
    font-size: 1rem;
  }

  .top-bar.campus-menu .top-bar-left > ul > li:nth-last-child(n+4) > a:hover {
    background-color: #54111C;
    color: #FFF !important;
    transition: background-color ease-in-out 0.2s, color ease-in-out 0.2s;
  }

  .top-bar.campus-menu .top-bar-left > ul > li:nth-last-child(n+4) > a::after {
    content: "";
    display: block;
    border-bottom: 0.125rem solid #FFF;
    margin-top: 0.3125rem;
    margin-bottom: -0.4375rem;
    width: 0;
    transition: width ease-in-out 0.2s;
  }

  .top-bar.campus-menu .top-bar-left > ul > li:nth-last-child(n+4) > a:hover::after
  {
    width: 100%;
  }


  /* Last 3 */
  .top-bar.campus-menu .top-bar-left > ul > li:nth-last-child(3) {
    margin-left: auto;
  }

  .top-bar.campus-menu .top-bar-left > ul > li:nth-last-child(-n+3) > a {
    background-color: #0A0A05;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
  }

  .top-bar.campus-menu .top-bar-left > ul > li:nth-last-child(-n+3) > a:hover {
    background-color: #E8A50E;
    color: #0A0A05 !important;
    transition: background-color ease-in-out 0.2s, color ease-in-out 0.2s;
  }
}

@media screen and (min-width: 75em) {
  .top-bar.campus-menu .top-bar-left > ul > li:nth-last-child(n+4) > a {
    font-size: 1.1875rem;
  }
  .top-bar.campus-menu .top-bar-left > ul > li:nth-last-child(-n+3) > a {
    padding-left: 1.8125rem;
    padding-right: 1.8125rem;
    font-size: 1.3125rem;
  }
}
/* End Top Nav Color Changes (10.2022)