#serviceNav {
  top: 1em;
  list-style: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  margin: 0 0.769231em 0 0;
}
#serviceNav li {
  float: left;
  margin-left: 1.2em;
}
#serviceNav li a {
  color: #004388;
  font-size: 13px;
}
.top-nav {
  top: 4em !important;
}
.nav-primary__list > li:nth-last-child(1),
.nav-primary__list > li:nth-last-child(2) {
  display: none;
}
@media only screen and (max-width: 959px) {
  #serviceNav {
    display: none;
  }
  .top-nav {
    top: inherit !important;
  }
  .nav-primary__list > li:nth-last-child(1),
  .nav-primary__list > li:nth-last-child(2) {
    display: block;
  }
}
