.member {
  position: relative;
  margin-bottom: calc(8px * 10);
  padding-bottom: calc(8px * 10); }
  .member:not(:last-of-type)::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: min(100%, 960px);
    height: 2px;
    background-color: #DB5A5A;
    content: ""; }
  @media (min-width: 768px) {
    .member .ncColumns.-bias .-mini {
      width: calc((100% - calc(8px * 5)) * 0.2); }
    .member .ncColumns.-bias .-large {
      width: calc((100% - calc(8px * 5)) * 0.8); } }
  .member .title-miniline {
    position: relative;
    padding-bottom: 0.8em; }
    .member .title-miniline::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      width: 2em;
      height: 1px;
      background-color: #E25E27;
      content: ""; }

.layer-shadow {
  padding: 0;
  margin-bottom: 2em; }

.status {
  text-align: center;
  font-weight: 700; }
  .status p {
    margin-bottom: 0; }
  .status .role,
  .status .ruby {
    color: #E25E27; }
  .status .name {
    font-size: 150%;
    margin-bottom: 0; }

.qualification {
  width: min(100%, 300px);
  margin: 3em auto 0; }
  .qualification h3 {
    text-align: center;
    margin-bottom: 1em;
    padding-bottom: 0.8em;
    font-size: 137.5%;
    border-bottom: solid 1px #E25E27; }

.bgLight {
  width: min(100%, 960px);
  margin: 2em auto;
  padding: calc(8px * 6); }
  .bgLight h3 {
    text-align: center; }
  .bgLight dl {
    width: min(100%, 750px);
    margin: auto; }
  .bgLight.public dd {
    width: 100%;
    padding: 0; }
  .bgLight .stack dt {
    margin-bottom: 0; }

.ncButton {
  margin-bottom: 0; }
