#content article {
  width: auto;
  max-width: 1400px;
  padding: 0;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    #content article {
      padding: 0 20px; } }
  #content article .intro {
    position: relative; }
    #content article .intro img.cover-image {
      display: block;
      width: 100%;
      height: auto; }
    #content article .intro .overlay {
      position: absolute;
      z-index: 100;
      background: rgba(220, 235, 236, 0.9);
      color: #333;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 2% 5%;
      box-sizing: border-box; }
      #content article .intro .overlay h1 {
        color: #b48f07; }
      #content article .intro .overlay hr {
        border-top: 1px dotted #333; }
      #content article .intro .overlay p {
        font-size: 14px; }
      @media screen and (max-width: 800px) {
        #content article .intro .overlay {
          position: static; } }
  #content article .body {
    padding: 30px 0 70px 0; }
    #content article .body #page-navigation {
      float: left;
      width: 25%;
      border-right: 1px dotted #ccc;
      padding: 0 5%;
      margin-right: 5%;
      box-sizing: border-box; }
      #content article .body #page-navigation a {
        display: block;
        background: rgba(220, 235, 236, 0.7);
        padding: 5px 10px;
        border-bottom: 1px solid white; }
        #content article .body #page-navigation a:hover {
          text-decoration: none;
          background: #dcebec; }
    #content article .body #page-text {
      float: left;
      width: 70%;
      padding-right: 5%;
      box-sizing: border-box; }

ul.people-list {
  list-style: none;
  padding: 0 40px;
  margin: 50px auto 0 auto; }
  ul.people-list li {
    float: left;
    box-sizing: border-box;
    width: 30.66667%;
    margin-right: 4%;
    margin-bottom: 4%;
    padding: 0;
    margin-bottom: 50px;
    border-right: 2px solid #dcebec;
    padding-right: 4%;
    min-height: 900px;
    box-sizing: border-box; }
    ul.people-list li:nth-of-type(3n) {
      margin-right: 0%; }
    ul.people-list li:nth-of-type(3n+3) {
      padding-right: 0;
      border-right: none; }
    @media screen and (max-width: 800px) {
      ul.people-list li {
        float: left;
        box-sizing: border-box;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
        padding: 0; }
        ul.people-list li:nth-of-type(2n) {
          margin-right: 0%; }
        ul.people-list li:nth-of-type(2n+2) {
          padding-right: 0px;
          border-right: none; } }
    @media screen and (max-width: 640px) {
      ul.people-list li {
        float: none;
        box-sizing: border-box;
        width: 100%;
        margin-right: 4%;
        margin-bottom: 4%;
        padding: 0;
        border-right: none;
        padding: 20px; }
        ul.people-list li:nth-of-type(1n) {
          margin-right: 0%; } }
  ul.people-list a {
    display: block;
    position: relative;
    color: #333; }
  ul.people-list h3 {
    font-family: "Aileron", "Arial", Helvetica, sans-serif;
    font-size: 20px; }
  ul.people-list img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 0 auto;
    border-radius: 100%; }

article.person-detail h1 span.position {
  display: block;
  font-size: 50%;
  margin-top: 5px; }
