.section--bio {
  z-index: 20;
}

.section__wrapper--bio {
  position: relative;
  display: flex;
  background-color: var(--palette-midnight-blue);
  width: auto;
}
@media only screen and (min-width: 650px) {
  .section__wrapper--bio {
    padding: 3rem;
  }
}
@media only screen and (min-width: 860px) {
  .section__wrapper--bio {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 2.25rem 0 0 0;
    width: 100%;
  }
}

.section__content--bio {
  display: flex !important;
  min-height: calc(100vh - 2rem);
  height: auto !important;
  flex-wrap: wrap;
}
@media only screen and (min-width: 860px) {
  .section__content--bio {
    flex-basis: 100%;
    justify-content: center;
    flex-wrap: nowrap;
    width: calc(100% - 120px);
  }
}
@media only screen and (min-width: 1030px) {
  .section__content--bio {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1281px) {
  .section__content--bio {
    width: calc(100% - 250px);
    align-items: center;
  }
}

.bio__nav-bg--mask {
  height: 1rem;
  align-self: center;
  background-color: #8fc93a;
  width: 100%;
  transform-origin: center right;
  z-index: 5;
}

.bio__nav img {
  opacity: 0;
}

@media only screen and (min-width: 860px) {
  .bio__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 39vw;
  }
}
@media only screen and (min-width: 1030) {
  .bio__left {
    width: 25vw;
  }
}


@media only screen and (min-width: 860px) {
  .bio__column-absolute-wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100vh + 5rem);
    left: 7vw;
  }
}

.bio__headshot-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
@media only screen and (min-width: 650px) {
  .bio__headshot-wrapper {
    width: 100%;
    justify-content: flex-start;
    flex-grow: 1;
    z-index: 2;
  }
}
@media only screen and (min-width: 860px) {
  .bio__headshot-wrapper {
    width: 365px;

  }
}
@media only screen and (min-width: 1030px) and (min-height: 1020px) {
  .bio__headshot-wrapper {
    background-color: var(--palette-navy);
    height: 500px;
    max-width: none;
    max-height: none;
  }
}

.bio__headshot {
  width: 100%;
}
@media only screen and (min-width: 650px) {
  .bio__headshot {
    z-index: 5;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    margin: 0;
  }
}

.bio__main-text {
  font-family: "K-Medium";
  font-size: 1.2rem;
  position: relative;
  padding: 1.5rem 1.5rem 0.1rem 1.5rem;
  color: var(--palette-calypso);
  background-color: var(--palette-gray-light);
}
@media only screen and (min-width: 860px) {
  .bio__main-text {
    margin: -2rem 2rem 0 2rem;
    position: relative;
    z-index: 1;
    width: 480px;
    padding: 2.3rem 4.45rem 4.4rem 4.5rem;
    margin: -2.2rem 0 3 0;
    font-size: 0.9rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1281px) and (min-height: 860px) {
  .bio__main-text {
    width: 620px;
    padding: 2.3rem 4.45rem 4.4rem 4.5rem;
    margin: -2.2rem 0 0 0;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 1600px) and (min-height: 860px) {
  .bio__main-text {
    width: 780px;
  }
}

.button--resume-pdf {
  display: inline-block;
  font-family: "K-Medium";
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  user-select: none;
  color: white;
  position: relative;
  font-size: 1rem;
  z-index: 2;
  border: 5px solid var(--palette-light-yellow);
  display: flex;
  margin-top: 2rem;
  padding: 2rem;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 860px) {
  .button--resume-pdf {
    position: absolute;
    font-size: 0.8rem;
    left: auto;
    padding: 1rem 2.3rem;
    height: 12rem;
    right: 2rem;
    display: flex;
    align-items: flex-start;
    bottom: -68px;
  }
}

.button--resume-pdf:hover {
  border-color: white;
  background: #cee0dc;
  color: #269cc8;
}

.bio__text--mask {
  position: absolute;
  height: 100%;
  opacity: 1;
  background-color: var(--palette-light-yellow);
  transform-origin: center left;
  backface-visibility: hidden;
}

.bio__right {
  display: block;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 860px) {
  .bio__right {
    display: flex;
    margin: 3rem 0 0;
    width: 37vw;
    flex-direction: column;
    overflow: hidden;
    margin: 0;
  }
}
@media only screen and (min-width: 1030px) {
  .bio__right {
    width: 32vw;
  }
}

.bg__diags--bio {
  display: none;
  z-index: 3000;
  position: absolute;
  width: 70vw;
  height: 42rem;
  right: 0;
  bottom: -18rem;
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (min-width: 860px) {
  .bg__diags--bio {
    height: 12rem;
    z-index: 11;
    bottom: -4rem;
    right: 30px;
  }
}

.bio__paragraph {
  display: block;
  width: 85vw;
  margin-top: 2rem;
  font-size: 1.1rem;
  line-height: 1.4;
  font-family: "K-RegularItalic";
  /*color: var(--palette-calypso);*/
  color: #b8b8b8;
  z-index: 10;
}
@media only screen and (min-width: 860px) {
  .bio__paragraph {
    width: auto;
    margin-top: 0;
    margin: 1.6rem 0 0 0;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1281px) {
  .bio__paragraph {
  font-size: 1.5rem;
    line-height: 1.35;
  }
}
@media only screen and (min-width: 1281px) and (min-height: 860px) {
  .bio__paragraph {
    font-size: 1.3rem;
  }
}

.bio__interviews {
  margin: 0 0 1.5rem 0;
}

.bio__interviews-label {
  color: #276688;
  margin: -0.2rem 0 0.5rem 0;
  display: block;
  position: relative;
  border-top: 1px solid #276688;
  padding: 1rem 0 2rem
}
@media only screen and (min-width: 860px) {
  .bio__interviews-label {
    padding: 0.5rem 0 0 3.8rem;
    left: -4.6rem;
  }
}
.bio__quote-person {
  display: block;
  margin: 0.35rem 0.8rem;
  font-family: "K-Medium", sans-serif;
  font-size: 0.95rem;
  font-size: 1rem;
  color: #6f6f88;
  white-space: nowrap;
}

.bio__quote-person img {
  margin: 0 0.75rem;
}

.bio__link {
  padding-bottom: 0.05rem;
  border-bottom: 1px solid #8686a7;
  font-size: 1rem;
  font-family: "K-RegularItalic", sans-serif;
  /*color: #8686a7;*/
    color: #26284c;
}

.bio__date {
  font-size: 0.95rem;
  font-family: "K-RegularItalic", sans-serif;
  color: #276688;
}

.bio__huff-post {
  position: relative;
  top: 1px;
}

.bio__slideshow {
  display: none;
  position: relative;
  z-index: 3000;
  height: 100vw;
  background-color: #b8bdc2;
  user-select: none;
  width: calc(100% - 4rem);
  margin-bottom: 2rem;
}
@media only screen and (min-width: 860px) {
  .bio__slideshow {
    display: block;
    margin: 2rem;
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 1281px) and (min-height: 860px) {
  .bio__slideshow {
    max-width: none;
    max-height: none;
  }
}
.bio__slideshow {
  display: none;
}
@media only screen and (min-height: 400px) {
  .bio__slideshow {
    display: block;
  }
}
@media only screen and (min-height: 550px) {
  .bio__slideshow {
    display: block;
  }
}
/*
.headshot__mask-wrapper {
  height: 100%;
  width: 100%;
}*/

/*.headshot__mask--box {
  position: absolute;
  z-index: 9;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  transform-origin: center left;
  background-color: #8fc93a;
  visibility: hidden;
}*/

.headshot__mask--color {
  position: absolute;
  z-index: 8;
  height: 100%;
  width: 100%;
  background-color: green;
  backface-visibility: hidden;
  transform-origin: center left;
  background-color: #8fc93a;
}

.section__tab {
  align-self: flex-start;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  color: var(--palette-calypso);
  font-family: "K-Medium", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid var(--palette-navy);
}

.bio__header {
  margin-bottom: 1rem;
  font-family: "K-Regular", sans-serif;
  font-size: 0.85rem;
  line-height: 2.3;
}