#am-skiplinks {
  height: 25px;
  background-color: white;
  overflow: hidden;
  z-index: 999;
  position: relative;
  top: 0px;
  margin-right: 2.5rem; }
  #am-skiplinks .nav {
    justify-content: center;
    flex-wrap: nowrap;
    min-width: 0; }
  #am-skiplinks .nav-item,
  #am-skiplinks .nav-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0; }
  #am-skiplinks .nav-link {
    margin: 0 1em;
    padding: 0;
    text-decoration: underline;
    line-height: 25px;
    color: #4a3f59; }
    #am-skiplinks .nav-link:hover, #am-skiplinks .nav-link:focus {
      color: #0062ac;
      text-decoration: underline; }
