.underline {
  text-decoration: underline;
}

.full-width {
  width: 100%;
}

.no-margin-top {
  margin-top: 0 !important;
}

h1 {
  color: #331934;
}

.resource__listing .views-exposed-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  color: #331934;
}
.resource__listing .views-exposed-form .form-select {
  padding: 0 6px;
  width: 200px;
  color: #331934;
}
.resource__listing .views-exposed-form .form-wrapper {
  margin: 0 1rem;
}
.resource__listing .a-to-z {
  padding: 10px 0;
}
.resource__listing input[type=submit] {
  margin-right: 1rem;
}