@layer components {
  #people-list .column {
    padding: 0rem 2rem 3rem 2rem;
    border-right: 1px dashed #ccc;
  }
  #people-list .column:nth-of-type(4n + 4) {
    border-right: none;
  }
  @media (max-width: 860px) {
    #people-list .column {
      width: 100%;
      padding-bottom: 0 !important;
    }
    #people-list .column img {
      width: 100%;
      height: auto;
      display: block;
    }
  }
  #people-intro {
    color: white;
    background: #33af9e;
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  #people-intro nav.breadcrumb {
    color: #999;
  }
  #people-intro nav.breadcrumb span:after,
  #people-intro nav.breadcrumb span:last-child {
    color: #999;
  }
  #people-intro nav.breadcrumb a {
    color: #fff;
  }
  #people-intro nav.breadcrumb a:after {
    color: #999;
  }
  #people-intro h1 {
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-size: 50px;
    letter-spacing: 0.02em;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  @media (max-width: 1080px) {
    #people-intro h1 {
      font-size: 50px;
    }
  }
  @media (max-width: 600px) {
    #people-intro h1 {
      font-size: 40px;
    }
  }
  #people-intro p,
  #people-intro li {
    font-size: 20px;
  }
  @media (max-width: 1080px) {
    #people-intro p,
    #people-intro li {
      font-size: 18px;
    }
  }
  #people-intro p a,
  #people-intro li a {
    color: rgba(255, 255, 255, 0.5);
  }
  #people-intro p.small {
    margin-left: 40px;
  }
  #people-intro p.small a {
    color: rgba(255, 255, 255, 0.5);
  }
  #persondetails {
    padding: 80px 0;
  }
  #persondetails h1 span {
    color: #333;
    font-size: 12px;
  }
  #persondetails h3 {
    color: #641773;
    font-family: "VAG Rounded Light";
  }
  #persondetails .persontext {
    margin-top: 30px;
  }
  #persondetails #peoplelinks {
    background: #13588e;
    padding: 0px;
    margin-top: 30px;
  }
  #persondetails #peoplelinks p {
    color: white;
    margin: 20px;
  }
  #persondetails #peoplelinks h2 {
    font-family: "VAG Rounded Regular";
    color: white;
    padding: 20px;
    line-height: 130%;
  }
  #persondetails #peoplelinks ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #persondetails #peoplelinks ul li {
    margin: 0 0 1px 0;
  }
  #persondetails #peoplelinks ul li a {
    display: block;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    color: white;
  }
  #persondetails #peoplelinks ul li a:hover, #persondetails #peoplelinks ul li a.selected {
    text-decoration: none;
    background: #57b4df;
  }
  article.person-detail h1 span.position {
    display: block;
    font-size: 50%;
    margin-top: 5px;
  }
}
