a {
  color: #0063a2;
}

ul.horizontal {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

ul.horizontal.center {
  justify-content: center;
}

ul.horizontal li {
  list-style: none;
  padding-right: 10px;
}

.header-top-right .content ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

.header-top-right .content ul li {
  padding: 0;
  padding-left: 10px;
}

#facets {
  margin-top: 7px;
}

#content-wrapper {
  margin-top: 20px; 
}

