.team-page * {
  /* margin: 0; */
  /* padding: 0; */
  box-sizing: border-box;
}
.team-page p {
  line-height: 1.4em;
}
.team-page h1,
.team-page h2,
.team-page h3 {
  /*letter-spacing: 1px;*/
}
.team-page section.center {
  max-width: 657px;
  margin-inline: auto;
  margin-top: 4em;
  margin-bottom: 7em;
}
/*.team-page section.center h1 {
  -webkit-font-smoothing: antialiased;
}*/
.team-page section.banner {
  height: 514px;
  margin-bottom: 9em;
}
.team-page section.row.full .c50:last-child {
  height: 100%;
}
.team-page section.row.full .content {
  max-width: 529px;
  margin-left: 9.7em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.team-page section.row.full .content h2 {
  font-size: 25px;
  margin-bottom: 0.15em;
  margin-top: 0;
}
.team-page section.row.full .content h3 {
  font-size: 17px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.5em;
}
.team-page section.row.full .content p {
  font-size: 14px;
  margin: 0;
  margin-bottom: 1em;
}
.team-page section.row.full .content span {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  font-family: starling, sans-serif;
  display: inline-block;
  margin-top: 1em;
  letter-spacing: 0.1px;
}
.team-page .staff-section {
  max-width: 1000px;
  margin-inline: auto;
  padding: 0 2em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  column-gap: 1.5em;
  row-gap: 1.5em;
  position: relative;
}
.team-page .staff-section .staff-profile{
  margin-bottom: 1em;
}
.team-page .staff-section .staff-profile img {
  width: 100%;
}
.team-page .staff-section .staff-profile a {
  text-decoration: none;
}
.team-page .staff-section .staff-profile h2 {
  font-size: 22px;
  margin-bottom: 0.1em;
}
.team-page .staff-section .staff-profile .hddn-content {
  display: none;
}
.team-page .staff-section .staff-profile .hddn-content.open {
  display: block;
}
.team-page .staff-section .staffProfileContainer {
  grid-column: 1 / -1;
  max-height: 0;
  max-width: 595px;
  margin-inline: auto;
  height: 0%;
  width: auto;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}
.team-page .staff-section .staffProfileContainer .staff-info {
  max-width: 595px;
  align-self: center;
}
.team-page .staff-section .staffProfileContainer .staff-info h2 {
  margin-top: 0;
}
.team-page .staff-section .staffProfileContainer img {
  width: 100%;
  height: auto;
}
.team-page .staff-section .staffProfileContainer.active {
  max-height: 5000px;
  height: auto;
  opacity: 1;
  pointer-events: all;
  margin-block: 6em;
}

.team-page .contact-form form select {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid;
  border-radius: 2px;
  padding: 4px;
  cursor: pointer;
  background-image: url("/images/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 5px;
}

.team-page .editorial .copy50full {
  min-height: unset;
  margin-bottom: 4rem;
}
.team-page .editorial .copy50full > div:first-child {
  height: 600px;
}
.team-page .editorial .copy50full .content p {
  max-width: 500px;
}

@media screen and (max-width: 1366px) {
  .team-page section.row.full .content {
    margin-inline: auto;
  }
}

@media screen and (max-width: 1280px) {
  .team-page .editorial .copy50full > div:first-child {
    height: 500px;
  }
}

@media screen and (max-width: 1112px) {
  
  .team-page section.row.full .content {
    max-width: 90%;
  }
}

@media screen and (max-width: 1112px) { 
  .team-page .editorial .copy50full {
    flex-direction: row;
    align-items: center;
 }
}


@media screen and (max-width: 1024px) {
  .team-page .editorial .copy50full > div:first-child {
    min-height: unset;
  }
}

@media screen and (max-width: 768px) {
  .team-page .staff-section{
    padding: 0;
  }
  .team-page section.center,
  .team-page .staff-section {
    max-width: 90%;
  }
  .team-page section.row.full .content {
    margin-top: 2em;
  }
  .team-page .editorial .copy50full {
    flex-direction: column;
  }
  .team-page .editorial .copy50full .c50 {
    max-width: 100%;
  }
    .team-page section.center {
    margin-bottom: 4em;
  }
  .team-page .editorial .copy50full {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 670px) {
  .team-page section.banner {
    height: auto;
  }
  .team-page .staff-section .staffProfileContainer {
    grid-template-columns: 1fr;
    row-gap: 1.5em;
  }
}
