/* .navbar-nav{
    flex-direction: row!important
} */
.navbar-nav .dropdown-menu {
    position: absolute!important;
}

/* need to do this to get it to play nice with our unm styles */
.navbar-unm .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

/* legend replacement, you really shouldnt use legend not in a fieldset */
.category-header {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 22.5px;
  line-height: inherit;
  margin-bottom: 0px;
  color: #333333;
  border: 0;
}

/* pager is bs3 syntax.. bs5 uses pagination. unsure where 
pager is generated though so cant update atm */
.pager__items {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding-left: 0;
  list-style: none;
}

.pager__item a {
  display: block;
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 15px;
  background: #fff;    
}

.pager__item.is-active a {
  background: #ddd;
}
