* {
  box-sizing: border-box; }

.people-listing, .edit-post-visual-editor .acf-block-preview .people-listing {
  padding: 1.875rem 0; }
  .people-listing__heading, .edit-post-visual-editor .acf-block-preview .people-listing__heading {
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start; }
  .people-listing__intro, .edit-post-visual-editor .acf-block-preview .people-listing__intro {
    width: 100%;
    flex-grow: 1;
    margin-bottom: 1.875rem; }
  .people-listing__wrapper, .edit-post-visual-editor .acf-block-preview .people-listing__wrapper {
    margin-top: 1.25rem; }
  .people-listing__filters, .edit-post-visual-editor .acf-block-preview .people-listing__filters {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center; }
    .people-listing__filters .facetwp-facet, .edit-post-visual-editor .acf-block-preview .people-listing__filters .facetwp-facet {
      margin-bottom: 0; }
    .people-listing__filters label, .edit-post-visual-editor .acf-block-preview .people-listing__filters label {
      padding-right: 1.5625rem;
      font-family: "brother-1816", "Actor", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 0.875rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #002856;
      width: 100%;
      margin-bottom: 0.625rem; }
    .people-listing__filters select, .edit-post-visual-editor .acf-block-preview .people-listing__filters select {
      padding: 0.75rem 1.25rem;
      min-height: 60px;
      background-image: url(../svg/dropdown.svg);
      background-position: calc(100% - 0.9375rem) 50%;
      font-family: "brother-1816", "Actor", sans-serif;
      font-size: 0.875rem;
      color: #4D4D4D;
      max-width: 282px; }
      .people-listing__filters select option, .edit-post-visual-editor .acf-block-preview .people-listing__filters select option {
        font-size: 1em;
        line-height: 1;
        color: #4D4D4D; }
  .people-listing__content, .edit-post-visual-editor .acf-block-preview .people-listing__content {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    border-top: 1px solid; }
  .people-listing__items, .edit-post-visual-editor .acf-block-preview .people-listing__items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
    .people-listing__items .person, .edit-post-visual-editor .acf-block-preview .people-listing__items .person {
      width: 100%;
      text-align: left;
      margin-bottom: 1.875rem;
      padding: 0; }
      .people-listing__items .person > a::after, .edit-post-visual-editor .acf-block-preview .people-listing__items .person > a::after {
        display: none; }
      .people-listing__items .person__photo, .edit-post-visual-editor .acf-block-preview .people-listing__items .person__photo {
        margin-left: 0;
        width: 100%;
        object-fit: cover;
        background-size: cover;
        background-position: center;
        transition: all 0.5s ease; }
        .people-listing__items .person__photo:hover, .people-listing__items .person__photo:focus, .edit-post-visual-editor .acf-block-preview .people-listing__items .person__photo:hover, .edit-post-visual-editor .acf-block-preview .people-listing__items .person__photo:focus {
          opacity: 0.8;
          transform: scale(1.05);
          transition: all 0.5s ease; }
        .people-listing__items .person__photo:after, .edit-post-visual-editor .acf-block-preview .people-listing__items .person__photo:after {
          padding-bottom: 115.2%; }
      .people-listing__items .person__title, .edit-post-visual-editor .acf-block-preview .people-listing__items .person__title {
        margin: 0.875rem auto 0.625rem;
        text-align: left;
        font-family: "brother-1816", "Actor", sans-serif;
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #4D4D4D; }
        .people-listing__items .person__title a, .edit-post-visual-editor .acf-block-preview .people-listing__items .person__title a {
          color: inherit; }
      .people-listing__items .person__position, .edit-post-visual-editor .acf-block-preview .people-listing__items .person__position {
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.2;
        color: #4D4D4D; }
      .people-listing__items .person__link, .edit-post-visual-editor .acf-block-preview .people-listing__items .person__link {
        text-decoration: none;
        display: inline-block; }
  @media screen and (min-width: 500px) {
    .people-listing, .edit-post-visual-editor .acf-block-preview .people-listing {
      padding: 4.375rem 0 4.0625rem; }
      .people-listing__filters, .edit-post-visual-editor .acf-block-preview .people-listing__filters {
        flex-wrap: nowrap; }
        .people-listing__filters label, .edit-post-visual-editor .acf-block-preview .people-listing__filters label {
          width: auto;
          margin-bottom: 0; }
      .people-listing__items, .edit-post-visual-editor .acf-block-preview .people-listing__items {
        flex-direction: row; }
        .people-listing__items .person, .edit-post-visual-editor .acf-block-preview .people-listing__items .person {
          width: calc(1 / 2 * 100% - (1 - (1 / 2)) * 20px * 1.005);
          flex: 0 1 auto; } }
      @media screen and (min-width: 500px) and (min-width: 500px) {
        .people-listing__items .person:nth-child(n), .edit-post-visual-editor .acf-block-preview .people-listing__items .person:nth-child(n) {
          margin-right: 20px; }
        .people-listing__items .person:nth-child(2n), .edit-post-visual-editor .acf-block-preview .people-listing__items .person:nth-child(2n) {
          margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .people-listing__items .person, .edit-post-visual-editor .acf-block-preview .people-listing__items .person {
      width: calc(1 / 3 * 100% - (1 - (1 / 3)) * Min(30px, 3.5vw) * 1.005);
      flex: 0 1 auto;
      text-align: left; } }
  @media screen and (min-width: 768px) and (min-width: 500px) {
    .people-listing__items .person:nth-child(n), .edit-post-visual-editor .acf-block-preview .people-listing__items .person:nth-child(n) {
      margin-right: Min(30px, 3.5vw); }
    .people-listing__items .person:nth-child(3n), .edit-post-visual-editor .acf-block-preview .people-listing__items .person:nth-child(3n) {
      margin-right: 0; } }
  @media screen and (min-width: 992px) {
    .people-listing__items .person, .edit-post-visual-editor .acf-block-preview .people-listing__items .person {
      width: calc(1 / 4 * 100% - (1 - (1 / 4)) * Min(50px, 3.5vw) * 1.005);
      flex: 0 1 auto; } }
  @media screen and (min-width: 992px) and (min-width: 500px) {
    .people-listing__items .person:nth-child(n), .edit-post-visual-editor .acf-block-preview .people-listing__items .person:nth-child(n) {
      margin-right: Min(50px, 3.5vw); }
    .people-listing__items .person:nth-child(4n), .edit-post-visual-editor .acf-block-preview .people-listing__items .person:nth-child(4n) {
      margin-right: 0; } }
  @media screen and (min-width: 1200px) {
    .people-listing__intro, .edit-post-visual-editor .acf-block-preview .people-listing__intro {
      max-width: 50%; }
    .people-listing__filters, .edit-post-visual-editor .acf-block-preview .people-listing__filters {
      max-width: 50%;
      margin-right: 0;
      display: flex;
      justify-content: flex-end; }
      .people-listing__filters label, .edit-post-visual-editor .acf-block-preview .people-listing__filters label {
        max-width: calc(100% - 282px); } }
