.board-page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

/* INTRO CSS */

.board-page .board-intro {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  min-height: 560px;
  max-width: 1440px;
  margin: 0 0 50px;
  background-image: url(https://cdn.brief.vet/vetmedux/marketing-site/images/board-of-directors/board-of-directors_v2.0.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

@media only screen and (max-width: 1000px) {
  .board-page .board-intro {
    min-height: 60vw;
    background-position: top right;
    margin: 0;
  }
}

.board-page .board-intro-text-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  left: 0;
  bottom: -50px;
  background: linear-gradient(135deg, rgba(0, 13, 58, 1), rgba(23, 40, 94, 1));
  padding: 100px 40px;
}

@media only screen and (max-width: 1000px) {
  .board-page .board-intro-text-wrapper.desktop {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .board-page .board-intro-text-wrapper {
    position: relative;
    bottom: 0;
    top: -30px;
    z-index: 2;
  }
}

.board-page .board-intro-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 0 30px;
}

@media only screen and (min-width: 1000px) {
  .board-page .board-intro-text-container {
    display: none;
  }
}

.board-page .board-intro-small {
  width: 100%;
  padding: 0 30px 10px;
  max-width: 600px;
  text-transform: uppercase;
  opacity: 0.6;
}

.board-page .board-intro-title {
  width: 100%;
  max-width: 600px;
  padding: 0 30px 10px;
}

.board-page .board-intro-copy {
  width: 100%;
  max-width: 600px;
  font-size: 20px;
  padding: 0 30px;
  opacity: 0.6;
}

.board-page .jump-links-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

@media only screen and (max-width: 500px) {
  .board-page .jump-links-wrapper {
    flex-direction: column;
  }
}

/* HEADSHOT LINEUP CSS */

.board-page .headshot-container {
  width: 100%;
  height: 100%;
  padding: 0 15px 15px;
  max-width: 1440px;
  z-index: 1;
}

.board-page .headshot-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.board-page .headshot-padding {
  width: 25%;
  padding: 15px;
}

@media only screen and (max-width: 1000px) {
  .board-page .headshot-padding {
    width: 50%;
  }
}

@media only screen and (max-width: 700px) {
  .board-page .headshot-padding {
    width: 100%;
  }
}

.board-page .headshot-block {
  width: 100%;
  height: 100%;
  padding: 0 0 20px;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
}

.board-page .headshot-block.no-creds {
  padding: 0 0 35px;
}

.board-page .headshot-block-small {
  width: 100%;
  height: 100%;
  padding: 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FFFFFF;
  box-shadow: rgba(23, 40, 94, 0.08) 0px 4px 24px;
}

.board-page .headshot-image {
  width: 100%;
  flex-shrink: 0;
}

.board-page .headshot-name {
  padding: 30px 0 10px;
}

.board-page .headshot-copy {
  padding: 0px 0 20px;
  line-height: 1.4;
}

.board-page .headshot-footnote {
  display: block;
  padding: 10px 0 0;
  line-height: 1.4;
  font-size: 14px;
}

/* HEADSHOTS TITLE AND JUMPLINK CSS */

.board-page .headshots-title-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  padding: 60px 0 10px;
}

.board-page .headshot-section-title {
  width: 100%;
  max-width: 680px;
}

/* DIVIDERS */

.board-dividers {
  width: 100%;
  max-width: calc(1440px - 60px);
  height: 1px;
  background-color: #DCDFE7;
}
