/*** Staff summaries ***/
/* GW ITS 30 Jan 2018 */

.hp-layout section {
  margin-top: -10px;
}

/* Constrain image sizes when dimensions are unknown and variable */

/* extra small screens first */
.hp-layout.simple img {
  float: right;
  margin: 0 0 0 20px;
  max-width: 40%;
  max-height: 150px;
}

/* medium screens and above */

@media (min-width: 768px) {
  .hp-layout section {
    margin-top: -20px;
		min-height: 250px;
  }

  .hp-layout.simple img {
    float: left;
    margin: 0 20px 0 0;
    padding: 0 0 30px 0;
    max-width: 200px;
    max-height: 275px;
  }
}

/* Display 'Edit summaries' to signed-in contributors */
a.edit-link {
  position: relative;
  top: 0px;
  right: 0;
  color: #fff;
  text-decoration-color: #fff;
  background-color: #88102c;
  padding: 5px;
}