#bio header .team a::after {
  width: 100%;
}

#bio #container .s1 {
  position: relative;
  height: 100vh;
  max-height: 600px;
  background: url(/i/team-hero.jpg) no-repeat center/cover;
}

#bio #container .s1 .container {
  position: relative;
  top: 60%;
  transform: translateY(-50%);
}

#bio #container .s1 .back-btn {
  width: 170px;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 13px 0;
  text-align: center;
  border: solid 1px rgba(172, 199, 219, 0.5);
  border-radius: 100px;
  margin-bottom: 3rem;
}

#bio #container .s1 .back-btn span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

#bio #container .s1 .back-btn span::before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 7px;
  background: url(/i/svg/arrow-down.svg) no-repeat center/contain;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
}

#bio #container .s1 .back-btn:hover {
  background: #42928F;
  color: #fff;
  border-color: #42928F;
}

#bio #container .s1 .back-btn:hover span::before {
  background-image: url(/i/svg/arrow-left-white.svg);
}

#bio #container .s1 h1 {
  font-family: "halyard-text";
  font-style: normal;
  font-weight: 200;
  font-size: 4rem;
  line-height: 4.5rem;
  letter-spacing: 0;
  color: #fff;
  text-shadow:2px 2px 2px #000;
}

#bio #container .s1 p {
  font-family: "halyard-text";
  font-style: normal;
  font-weight: 200;
  font-size: 1.77rem;
  line-height: 2.2rem;
  color: #fff;
  text-shadow:1px 1px 1px #000;
}

#bio #container .s1 a {
  font-weight: 400;
  border-bottom: solid 1px #fff;
  color: #fff;
  transition: opacity .3s ease;
}

#bio #container .s1 p a:hover {
  opacity: 0.7;
}

#bio #container .s1 .phone {
  border-right: solid 1px #fff;
  padding-right: 1rem;
  margin-right: 1rem;
}

#bio #container .s1 .title {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 1rem 0;
}

#bio #container .s2 {
  padding: 7.5rem 0;
}

#bio #container .s2 .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}

#bio #container .s2 .container > div {
  width: 50%;
}

#bio #container .s2 .container > div:nth-child(1) {
  max-width: 785px;
}

#bio #container .s2 .container > div:nth-child(2) {
  max-width: 453px;
  transform: translateY(-570px);
  margin-bottom: -570px;
}

#bio #container .s2 .container > div:nth-child(2) img {
  width: 100%;
}

#bio #container .s2 .container .quote {
  padding-left: 1.27rem;
  border-left: solid 3px #2C7881;
  margin-top: 3.35rem;
}
#bio #container .s2 .container div{line-height:1.44rem;}
#bio #container .s2 .container p {
  margin-bottom:1em;
  line-height:1.44rem;
}



/***** MEDIA *****/
@media screen and (max-width: 1350px) {
  #bio #container .s1 .container {
    top: 55%;
  }
  #bio #container .s2 .container > div:nth-child(2) {
    transform: none;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1110px) {
  #bio #container .s1 h1 {
    font-size: 3.5rem;
    line-height: 4.2rem;
  }
  #bio #container .s1 .title {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  #bio #container .s1 p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  #bio #container .s2 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #bio #container .s2 .container > div {
    width: 100%;
  }
  #bio #container .s2 .container > div:nth-child(1) {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  #bio #container .s1 h1 {
    font-size: 2.7rem;
    line-height: 3.3rem;
  }
  #bio #container .s1 .title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  #bio #container .s1 .title br {
    display: none;
  }
  #bio #container .s1 p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  #bio #container .s1 .phone {
    border: none;
    padding-right: 0;
    margin-right: 0;
  }
  #bio #container .s2 {
    padding: 5rem 0;
  }
}
