@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Raleway", sans-serif;
}

.categories,
.experience,
.function,
.location {
    display: none;
}

.layers-3 {
   display: block;
    margin-bottom: 10px;
}

.filters {
    margin-bottom: 10px;
}
.title {
font-weight: 500;
    font-size: 18px;
    color: #0075bf;
  font-family: "Raleway", sans-serif;
  margin-bottom: 5px;
}

label {
    font-weight: 500;
    margin-right: 10px !important;
    font-size: 16px;
}

label:hover {
    cursor: pointer;
    color: #0075bf;
}

.selection label {
    margin-right: 5px;
    font-weight: normal;
}

.btn {
    background-color: #FF6600 !important;
    color: #fff;
}

a {
    text-decoration: underline;
    
}

input[type="radio"],
input[type="checkbox"] {
    accent-color: #FF6600;
}

.form-group {
    display: block !important;
    margin-bottom: 5px !important;
}

label:has(input:focus-visible),
a:focus {
  outline: 1px solid #1e1e1e !important;
}

.btn:focus-visible {
  outline: solid #000 !important;
  color: #fff !important;
}

.email-label {
  font-weight: bold;
  font-size: 15px;
  color: #292b2c;
  display: block !important;
  font-family: "Raleway", sans-serif;
}

#email {
  width: 100%;
  max-width: 400px;
}

.selection {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 650px) {
  .selection {
    display: block;
  }
  
  label {
    display: block;
  }
}

.departments .title .placeholder {
  display: none;
}

.departments .title:after {
  content: 'Work locations';
}

