.person-view {
  margin-bottom: 244px;
}

.views-exposed-form {
  -webkit-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  grid-gap: 48px;
  gap: 48px;
  margin-bottom: 60px;
  position: relative;
}

.views-exposed-form .js-form-item {
  -webkit-box-flex: 1;
          flex: 1 1 40%;
}

.views-exposed-form .js-form-item input[type=text] {
  background-image: url("/themes/custom/oef/images/search_icon.svg");
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 6px 42px 6px 15px;
  width: 100%;
}

.views-exposed-form .js-form-item select {
  width: 100%;
}

.views-exposed-form .js-form-wrapper input[type=submit].button {
  color: var(--color-white);
  background: var(--color-teal);
  border: 2px solid var(--color-teal);
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
}

.views-exposed-form .js-form-wrapper input[type=submit].button:hover {
  background: var(--color-dark-teal);
  color: var(--color-white);
}

.views-exposed-form .js-form-wrapper input[type=submit][data-drupal-selector=edit-reset].button {
  color: var(--color-slate);
  background: none;
  border: none;
  left: 0;
  margin-top: 64px;
  padding: 0;
  position: absolute;
  text-transform: none;
  text-transform: initial;
  background-image: url(/themes/custom/oef/images/clear_icon.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px;
  padding: 6px 6px 6px 24px;
}

body.opennuclearnetwork-org .views-exposed-form {
  display: none;
}

body.securefisheries-org .views-exposed-form {
  display: none;
}

body.pasocolombia-org .views-exposed-form {
  display: none;
}

body.oursecurefuture-org .views-exposed-form {
  display: none;
}

body.shuraako-org .views-exposed-form {
  display: none;
}

body.xniforpeace-org .views-exposed-form {
  display: none;
}

.view-rows {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  grid-gap: 48px;
  gap: 48px;
  -webkit-box-pack: justify;
          justify-content: left;
  margin-bottom: 60px;
  margin-top: 40px;
  width: 100%;
}

.view-rows .person__teaser {
  width: 30%;
}

.view-title {
  border-top: 2px solid var(--color-pewter);
  padding-top: 60px;
}

@media (min-width: 992px) and (max-width: 1279px) {
  .view-rows {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .view-rows .person__teaser {
    width: 47%;
  }
}

@media (max-width: 991px) {
  .views-exposed-form {
    -webkit-box-align: initial;
            align-items: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    margin-top: 48px;
  }

  .views-exposed-form .js-form-wrapper input[type=submit][data-drupal-selector=edit-reset].button {
    color: var(--color-slate);
    background: none;
    border: none;
    margin: 0;
    padding: 0.75rem 1rem;
    position: relative;
    text-transform: none;
    text-transform: initial;
  }

  .view-rows {
    margin-bottom: 28px;
    margin-top: 48px;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .view-rows .person__teaser {
    width: 47%;
  }

  .view-title {
    padding-top: 48px;
  }
}

@media (max-width: 767px) {
  .view-rows .person__teaser {
    width: 100%;
  }
}
