/*
 * @file
 * Primary menu overrides.
 */

 .dropdown-menu > li > a:focus {
  color: #183e6d !important; /* Override !important in `.container-fluid a`. */
 }

 .navbar__desktop-search-button {
  padding: 15px;
  background: transparent;
  border: 0;
  color: white;
 }

 .navbar__mobile-search-button {
  background: transparent;
  border: 0;
  color: white;
 }
