.bef-menu-filter .bef-links ul {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  justify-content: center;
  line-height: 20px;
  list-style-image: none;
  list-style-type: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  border: 0;
}

.bef-menu-filter .bef-links ul li {
  border-right: none;
  border-radius: 0;
  margin-bottom: 0;
  display: inline-block;
  float: none;
  margin-right: 0px;
}


.bef-menu-filter .bef-links ul li a {
  color: white;
  background-color: #003087;
  border: 1px solid white;
  border-top-color: #003087;
  border-bottom-color: #003087;
  margin: 0 0 0 -1px !important;
  opacity: 1;
  display: block;
  line-height: 44px;
  
  padding: 0 25px;
  border-radius: 0;
  transition: color 0.1s, background-color 0.2s;
}

.bef-menu-filter .bef-links .bef-link--selected {
  color: #003087;
  background-color: white;
  border-color: #003087;
}

.bef-menu-filter .bef-links ul li a:hover {
  text-decoration: none;
  color: #003087;
  background-color: white;
  border-color: #003087;
}
