Normally this nav would be up against the main nav, but is shown here like this due to styleguide nav being in the way.

Note the far right link that is being used currently for jobs app.

Background color and active tab color change from implementation to implementation.

For the tab active color target

a.secondary-nav-link {
  &:hover, &:active, &.active { border-bottom: 3px solid $white; }
}