@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/Raleway-Regular.84abe14c9756.ttf");
}

@font-face {
  font-family: 'Raleway Bold';
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/Raleway-Bold.2f99a85426a4.ttf");
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999; 
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}

.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.alert-debug {
  background-color: #fff;
  border-color: #d6e9c6;
  color: #000; }

.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

.label {
  font-weight: bold; }

ul {
  list-style-type: none;
}

.nav-link {
    font-family: "Raleway Bold";
    color: #000000;
}

a {
  color: #3344dd;
}

.page-link {
  color: #3344dd;
}

.page-item.active .page-link{
  background-color: #3344dd;
  border-color: #3344dd;
}

.multiselect__tag {
 background: #22624B
}