.user-is-tabbing :focus {
  outline: 1px dotted currentColor;
  outline-offset: 2px; }

.bio-heading .container-fluid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 40%;
  grid-template-columns: 60% 40%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto; }

.bio-heading .container-fluid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.bio-heading .container-fluid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2; }

.bio-heading .container-fluid > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1; }

.bio-heading .container-fluid > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2; }
  .bio-heading .container-fluid > :nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }
  .bio-heading .container-fluid > :nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2; }
  .bio-heading .container-fluid > :nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2; }

.bio-heading figure {
  margin: 0;
  overflow: hidden;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  position: absolute; }
  .bio-heading figure img {
    position: absolute;
    top: 0;
    left: 0; 
    height: 100%;
    object-fit: cover;
  }

  .bio-heading .name-additional {
    font-size: calc(15px + (400vw - 1200px)/1300); }

.bio-heading .subhead {
  font-size: calc(18px + (400vw - 1200px)/1300); }

.bio-heading .sorting-options .container-fluid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

.bio-heading .sorting-options .container-fluid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.bio-heading .sorting-options ul li {
  padding-left: 0; }
  .bio-heading .sorting-options ul li:before {
    display: none; }
  .bio-heading .sorting-options ul li a {
    color: #B31B1B;
    text-decoration: none; }
  .bio-heading .sorting-options ul li.active a {
    color: #000; }

@media (max-width: 767.98px) {
  .bio-heading .container-fluid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto; }
  .bio-heading .container-fluid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .bio-heading .container-fluid > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .bio-heading .container-fluid > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
    .bio-heading .container-fluid > :nth-child(1) {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 2;
      grid-row: 2; }
    .bio-heading .container-fluid > :nth-child(2) {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 3;
      grid-row: 3; }
    .bio-heading .container-fluid > :nth-child(3) {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      grid-row: 1; }
  .bio-heading figure {
    width: 125px;
    height: 125px;
    position: relative;
    -ms-grid-row-align: start;
        align-self: start;
    -ms-grid-column-align: start;
        justify-self: start;
    margin: 0 0 30px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .bio-heading figure {
    width: 175px;
    height: 175px; } }
