/**
 * --------------------------------------------------------------------------------------------
 * FONT
 *
 * Apply font-size, line-height, and letter-spacing in one go.
 *
 * @usage
 *    @include font($font-size $line-height $letter-spacing);
 *    // All arguments are optional
 * --------------------------------------------------------------------------------------------
 */

.people-block__header h1,
.people-block__header h2,
.people-block__header h3 {
  font-family: "Open Sans Condensed";
  font-weight: bold;
  margin-bottom: 1.875rem;
}

.people-block__header h1,
.people-block__header h1 * {
  font-size: 1.875rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}

@media (min-width: 750px) {
  .people-block__header h1,
  .people-block__header h1 * {
    font-size: 2.75rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .people-block__header h1,
  .people-block__header h1 * {
    font-size: 3.375rem;
    line-height: 3rem;
  }
}

.people-block__header h2,
.people-block__header h2 * {
  font-size: 1.5625rem;
  line-height: 1.4375rem;
  letter-spacing: 0;
}

@media (min-width: 750px) {
  .people-block__header h2,
  .people-block__header h2 * {
    font-size: 1.875rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .people-block__header h2,
  .people-block__header h2 * {
    font-size: 2.75rem;
    line-height: 2.5rem;
  }
}

.people-block__header h3,
.people-block__header h3 * {
  font-size: 1.5625rem;
  line-height: 1.4375rem;
  letter-spacing: 0;
}

@media (min-width: 750px) {
  .people-block__header h3,
  .people-block__header h3 * {
    font-size: 1.5625rem;
    line-height: 1.4375rem;
  }
}

@media (min-width: 1200px) {
  .people-block__header h3,
  .people-block__header h3 * {
    font-size: 2.3125rem;
    line-height: 2.375rem;
  }
}

.people-block__header p,
.people-block__header p * {
  font-family: "Open Sans";
  font-size: .75rem;
  line-height: 1.5;
  letter-spacing: normal;
}

@media (min-width: 1200px) {
  .people-block__header p,
  .people-block__header p * {
    font-size: 1rem;
  }
}

.people-block__header p b,
.people-block__header p strong {
  font-family: "Open Sans";
  font-weight: bold;
}

.people-block__header p i,
.people-block__header p em {
  font-family: "Open Sans";
  font-style: italic;
}

@media (min-width: 750px) {
  .people-block__header {
    margin-right: 28.57143%;
  }
}

@media (min-width: 1200px) {
  .people-block__header {
    margin-right: 21.42857%;
  }
}

.people-block__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 750px) {
  .people-block__cta {
    left: auto;
    bottom: auto;
  }
}

@media (max-width: 749px) {
  .people-block__cta.hidden-on-mobile {
    display: none;
  }
}

@media (min-width: 750px) {
  .people-block__cta.shown-in-mobile {
    display: none;
  }
}

@media (max-width: 749px) {
  .people-block__cta.shown-in-mobile .cta {
    min-width: 50%;
  }
}

.people-block.paragraph--display-option--list .people-block-item {
  position: relative;
  margin-top: 2.5rem;
  width: 100%;
}

@media (min-width: 750px) {
  .people-block.paragraph--display-option--list .people-block-item {
    width: 85.71429%;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .people-block.paragraph--display-option--list .people-block-item {
    width: 78.57143%;
  }
}

.people-block.paragraph--display-option--list .people-block-item__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 750px) {
  .people-block.paragraph--display-option--list .people-block-item__container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.people-block.paragraph--display-option--list .people-block-item__image {
  position: relative;
  vertical-align: top;
  width: 37.5%;
  margin-bottom: auto;
}

.people-block.paragraph--display-option--list .people-block-item__image:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.people-block.paragraph--display-option--list .people-block-item__image > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.people-block.paragraph--display-option--list .people-block-item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  font-family: "object-fit: cover; object-position: 50%";
  border-radius: 50%;
}

@media (min-width: 750px) {
  .people-block.paragraph--display-option--list .people-block-item__image {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .people-block.paragraph--display-option--list .people-block-item__image {
    width: 22.72727%;
  }
}

.people-block.paragraph--display-option--list .people-block-item__content {
  width: 56.25%;
  margin-left: 6.25%;
}

@media (min-width: 750px) {
  .people-block.paragraph--display-option--list .people-block-item__content {
    width: 66.66667%;
    margin-left: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .people-block.paragraph--display-option--list .people-block-item__content {
    width: 72.72727%;
    margin-left: 4.54545%;
  }
}

.people-block.paragraph--display-option--list .people-block-item__content--eyebrow {
  text-align: left;
  color: #e31c3d;
  padding-bottom: .9375rem;
}

.people-block.paragraph--display-option--list .people-block-item__content--teaser {
  display: none;
}

.people-block.paragraph--display-option--grid .people-block-item {
  position: relative;
  display: inline-block;
  width: 43.75%;
  margin-right: 12.5%;
  margin-top: 2.625rem;
  vertical-align: top;
}

@media (max-width: 749px) {
  .people-block.paragraph--display-option--grid .people-block-item:nth-child(even) {
    margin-right: 0 !important;
  }
}

@media (min-width: 750px) {
  .people-block.paragraph--display-option--grid .people-block-item {
    display: inline-block;
    width: 21.42857%;
    margin-right: 11%;
  }
}

@media (min-width: 1200px) {
  .people-block.paragraph--display-option--grid .people-block-item {
    width: 17.85714%;
    margin-right: 7.14286%;
  }
}

.people-block.paragraph--display-option--grid .people-block-item__container {
  display: inline-block;
  width: 100%;
}

.people-block.paragraph--display-option--grid .people-block-item__image {
  position: relative;
  display: block;
  margin-bottom: .75rem;
}

.people-block.paragraph--display-option--grid .people-block-item__image:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.people-block.paragraph--display-option--grid .people-block-item__image > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.people-block.paragraph--display-option--grid .people-block-item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  font-family: "object-fit: cover; object-position: 50%";
  border-radius: 50%;
}

.people-block.paragraph--display-option--grid .people-block-item__content {
  display: block;
}

.people-block.paragraph--display-option--grid .people-block-item__content--eyebrow {
  text-align: center;
}

.people-block.paragraph--display-option--grid .people-block-item__desc {
  display: none;
}

/*# sourceMappingURL=people-block.css.map */
