.field-name-field-fpp-person-list .field-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: border-box;
}
.field-name-field-fpp-person-list .field-items .field-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.field-name-field-fpp-person-list .field-items .field-item:hover {
  opacity: 0.7;
}
.field-name-field-fpp-person-list .field-items .field-item:hover .field-name-field-person-picture {
  background-size: 45%;
  background-position: center;
}
.field-name-field-fpp-person-list .field-items .field-item:hover .field-name-field-person-picture > img {
  transform: scale(1.1);
}
.field-name-field-fpp-person-list .field-items .field-item:hover .person-profile {
  color: #f5822a;
}
.field-name-field-fpp-person-list .field-items .field-item h3,
.field-name-field-fpp-person-list .field-items .field-item .field-name-field-position {
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
.field-name-field-fpp-person-list .field-items .field-item .field-name-field-person-picture {
  background: #f1f1f1 url(/sites/all/themes/eiti/images/icons/user.svg) no-repeat;
  background-size: 40%;
  background-position: center;
  width: 100%;
  height: 232px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.field-name-field-fpp-person-list .field-items .field-item .field-name-field-person-picture > img {
  transition: all 0.3s ease-in-out;
}
.field-name-field-fpp-person-list .field-items .field-item .person-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.field-name-field-fpp-person-list .field-items .field-item .person-profile {
  margin-top: 5px;
  text-align: center;
  color: #0093cf;
}
.field-name-field-fpp-person-list .field-items .field-item .field-name-field-email {
  display: inline-block;
}
.field-name-field-fpp-person-list .field-items .field-item .field-name-field-email a {
  word-wrap: break-word;
}
.pane-bundle-featured-persons .field-name-field-fpp-person-list .field-items .field-item h3 {
  margin-top: 0;
  text-align: left;
  margin-bottom: 6px;
}
/**
 * @file
 * This file exposes responsive design mixins.
 *
 *@TODO: Allow nesting media queries in other blocks. For 'inline' object responsive behavior.
 */
/**
 * Initialize placeholder mixins.
 */
/**
 * Render/print the mixins for the current file. The current file is the file in
 * which these responsive behavior mixins are included.
 */
@media (max-width: 51em) {
  .field-name-field-fpp-person-list {
    margin-top: 30px;
  }
  .field-name-field-fpp-person-list .field-items {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .field-name-field-fpp-person-list .field-items .field-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 40px;
  }
  .field-name-field-fpp-person-list .field-items .field-item .field-name-field-person-picture {
    min-height: 60vw;
    height: auto;
  }
  .field-name-field-fpp-person-list .field-items .field-item .field-name-field-person-picture > img {
    width: 100%;
  }
  .pane-bundle-featured-persons .field-name-field-fpp-person-list .field-items .field-item .mobject:not(.mobject--small) .group-side {
    float: left;
    margin-right: 1rem;
    text-align: left;
  }
}
@media (min-width: 76em) {
  .field-name-field-fpp-person-list .field-items .field-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .pane-bundle-featured-persons .field-name-field-fpp-person-list .field-items .field-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/**
 * @file
 * Misc helpers and shortcuts
 */
/*
 * Border radius.
 *
 * @see: http://border-radius.com
 * @see: http://caniuse.com/#feat=border-radius
 * @see: http://www.w3.org/TR/css3-background/#corners
 */
/*
 * Box sizing.
 *
 * @see: http://caniuse.com/#feat=css3-boxsizing
 * @see: http://www.w3.org/TR/css3-ui/#box-sizing
 */
/*
 * User select.
 * @see: http://caniuse.com/#feat=user-select-none
 * @see: https://drafts.csswg.org/css-ui-4/#content-selection
 * @see: https://developer.mozilla.org/en-US/docs/Web/CSS/user-select
 *
 * NOTE: This feature is non-standard!
 */
/*
 * CSS Transitions.
 *
 * @see: http://caniuse.com/#feat=css-transitions
 * @see: https://drafts.csswg.org/css-transitions-1
 * @see: https://drafts.csswg.org/css-transitions-1/#animatable-css
 */
/*
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of 'table' rather than 'block' is only necessary if using
 *    ':before' to contain the top-margins of child elements.
 *
 * @see: http://www.paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither
 * @see: http://nicolasgallagher.com/micro-clearfix-hack
 * @see: http://www.satzansatz.de/cssd/onhavinglayout.html
 * @see: http://quirksmode.org/css/css2/display.html
 */
/*
 * Generates text-removing properties for use in image replacement. Does not
 * specify the background image (or it's positioning) itself - this needs to be
 * specified manually (or use one of the sprite mixins, if appropriate):
 *
 * 1. Opera requires some special treatment (!important) in order for the color to be overridden.
 * 2. Webkit seems not to respect width:0 on submit buttons, but font:0 does the trick.
 *
 * @TODO: Needs work!!!
 *
 * @see: http://css-tricks.com/examples/ImageReplacement
 * @see: http://www.ampsoft.net/webdesign-l/image-button.html
 * @see: https://github.com/h5bp/html5-boilerplate/issues/1108
 * @see: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
 */
/*
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 *
 * @see: DRUPAL .element-invisible {}
 */
/*
 * Apply single color to anchor tags.
 */
