  /**
 * $file
 * Variables
 *
 ****
 *
 * Page Widths
 * Fonts
 * Colors
 *
 ****
*/
/****
 *
 * Page Widths
 *
 ****/
/****
 *
 * Fonts
 *
 ****/
/****
 *
 * Colors
 *
 ****/
/**
 * $file
 * Variables
 *
 ****
 *
 * Page Widths
 * Fonts
 * Colors
 *
 ****
*/
/****
 *
 * Page Widths
 *
 ****/
/****
 *
 * Fonts
 *
 ****/
/****
 *
 * Colors
 *
 ****/
.view-id-persons_grid {
  margin: 0 -10px;
}

.view-id-persons_grid .view-content {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.view-id-persons_grid .view-content .person {
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .view-id-persons_grid .view-content .col-md-5ths {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.view-id-persons_grid .view-content .views-row {
  display: block;
  height: 100%;
  background: #fff;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
}

.view-id-persons_grid .view-content .views-row .field-name-field-image img {
  width: 100%;
  height: auto;
}

.view-id-persons_grid .view-content .views-row .views-field-title {
  color: #1A2D57;
  font-family: "robotobold", "Helvetica", Arial, sans-serif;
}

.view-id-persons_grid .view-content .views-row .views-field-role {
  font: 1.6rem/1.9rem "robotoregular", "Helvetica", Arial, sans-serif;
  color: #333;
}

.view-id-persons_grid .view-content .views-row .views-field-division {
  font: 1.6rem/1.9rem "robotolight", "Helvetica", Arial, sans-serif;
  color: #333;
}

/*# sourceMappingURL=../sourcemaps/view--persons-grid.css.map */
