/* @group Staff Section (showing all members) */
.staffSection img {
  margin-bottom: 0.7rem !important;
  border: 1px solid #dfdcdc;
  background-color: white !important;
  padding: .25rem; }

.staffSection figcaption {
  min-height: 60px;
  color: #2e3b3a;
  font-size: 16px; }

/* @end */
/* @group Modal content for projects referencing a staff member */
.staffModal i {
  position: absolute;
  right: 0rem;
  top: -2rem;
  font-size: 1.5rem;
  color: white;
  opacity: 0.4;
  filter: alpha(opacity=40); }

.staffModal i:hover, .staffModal i:active, .staffModal i:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.staffModal blockquote {
  margin-top: 2rem;
  font-size: 1.112em;
  line-height: 1.38em;
  padding-left: 20px; }
  .staffModal blockquote:before, .staffModal blockquote .last:after {
    font-family: Georgia,Times,Times New Roman,serif;
    color: #1f92d1;
    font-size: 2.8em; }
  .staffModal blockquote:before {
    content: '\201C';
    left: 8px;
    margin-top: 7px;
    position: absolute; }
  .staffModal blockquote .last:after {
    content: '\201D';
    margin-top: 13px;
    margin-left: 2px;
    position: absolute; }

.staffModal h2 {
  line-height: 1em; }
  .staffModal h2 span {
    color: #94abaa; }
  .staffModal h2 .Position {
    font-size: 1em; }
