ul.people-list {
  list-style: none;
  padding: 0;
  margin: 50px 0 0 0; }
  ul.people-list li {
    float: left;
    box-sizing: border-box;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 0; }
    ul.people-list li:nth-of-type(4n) {
      margin-right: 0%; }
    @media screen and (max-width: 950px) {
      ul.people-list li {
        float: left;
        box-sizing: border-box;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        padding: 0; }
        ul.people-list li:nth-of-type(2n) {
          margin-right: 0%; } }
    @media screen and (max-width: 640px) {
      ul.people-list li {
        float: none;
        box-sizing: border-box;
        width: 100%;
        margin-right: 10%;
        margin-bottom: 10%;
        padding: 0; }
        ul.people-list li:nth-of-type(1n) {
          margin-right: 0%; } }
  ul.people-list h1, ul.people-list a {
    color: #333; }
  ul.people-list a {
    display: block;
    position: relative;
    overflow: hidden; }
    ul.people-list a:hover > span, ul.people-list a:focus > span {
      background: rgba(255, 255, 255, 0.85); }
  ul.people-list img {
    display: block;
    width: 100%;
    height: auto; }
  ul.people-list span.title {
    background: white;
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 15%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    @media screen and (max-width: 1140px) {
      ul.people-list span.title {
        height: 45%; } }
    @media screen and (max-width: 1024px) {
      ul.people-list span.title {
        height: 60%; } }
    @media screen and (max-width: 950px) {
      ul.people-list span.title {
        height: 30%; } }
    ul.people-list span.title span {
      background: none;
      position: absolute;
      top: 2%;
      left: 0;
      width: 90%;
      padding: 1% 5%; }
      ul.people-list span.title span h1 {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none; }

ul.people-menu {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  ul.people-menu li {
    border-bottom: 1px solid #ccc;
    padding: 0px; }
    ul.people-menu li a {
      display: block;
      padding: 5px;
      font-family: 'PT Serif', serif;
      font-variant: small-caps; }
      ul.people-menu li a:hover {
        background: #ccc;
        text-decoration: none; }
      ul.people-menu li a.selected {
        background: #262262;
        color: white; }

article.person-detail .profile-photo {
  float: left;
  width: 20%; }
  @media screen and (max-width: 800px) {
    article.person-detail .profile-photo {
      width: 40%; } }
  @media screen and (max-width: 640px) {
    article.person-detail .profile-photo {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    article.person-detail .profile-photo {
      width: 100%; } }
  article.person-detail .profile-photo img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 640px) {
    article.person-detail .profile-photo nav {
      display: none; } }
article.person-detail .profile-text {
  float: left;
  width: 75%;
  padding: 0px 0px 0px 3%;
  box-sizing: border-box; }
  @media screen and (max-width: 800px) {
    article.person-detail .profile-text {
      width: 60%; } }
  @media screen and (max-width: 640px) {
    article.person-detail .profile-text {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    article.person-detail .profile-text {
      width: 100%; } }
