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

/* INTRO CSS */

.our-team-page .our-team-intro {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  padding: 180px 0px;
  max-width: 1440px;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/our-team/pro/OurTeam_Hero_Desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

@media only screen and (max-width: 500px) {
  .our-team-page .our-team-intro {
    padding: 80px 0px 120px;
  }
}

.our-team-page .our-team-intro-text-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.our-team-page .our-team-intro-text {
  width: 100%;
  max-width: 700px;
}

.our-team-page .our-team-intro-copy {
  width: 100%;
  max-width: 650px;
}

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

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

.our-team-page .jump-link {
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
  transition: all 250ms;
  cursor: pointer;
}

.our-team-page .jump-link:hover {
  color: #F4F6FC;
}

.our-team-page .jump-link-line {
  width: 2px;
  height: 16px;
  background-color: #FFFFFF;
  margin: 0 10px;
  opacity: 0.25;
}

@media only screen and (max-width: 500px) {
  .our-team-page .jump-link-line {
    width: 100%;
    height: 1px;
    margin: 10px 0;
  }
}

.our-team-page .jump-links-wrapper.blue {
  padding: 0 0 40px;
}

.our-team-page .jump-link.blue {
  color: #0590D5;
}

.our-team-page .jump-link.blue:hover {
  color: #0A2447;
}

.our-team-page .jump-link-line.blue {
  background-color: #0590D5;
}

/* HEADSHOT LINEUP CSS */

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

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

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

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

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

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

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

.our-team-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;
}

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

.our-team-page .headshot-name {
  padding: 40px 40px 5px;
  font-size: 16px;
  font-weight: 700;
}

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

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

/* HEADSHOTS TITLE AND JUMPLINK CSS */

.our-team-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;
}

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

.our-team-page .headshot-section-copy {
  width: 100%;
  max-width: 680px;
}

.our-team-page .jump-link-element {
  position: absolute;
  opacity: 0;
  top: -140px;
}

.our-team-page .blue-section-container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding: 0 30px;
}

.our-team-page .blue-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px 30px;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(90deg, #0590D5, #00CAE0);
}

.our-team-page .blue-section-header-description {
  width: 100%;
  max-width: 500px;
  padding: 20px 0 0;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  font-weight: 200;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
}

.our-team-page .blue-subsection-container {
  width: 100%;
  max-width: 1440px;
  padding: 0 30px 15px;
}

.our-team-page .blue-subsection-header {
  width: 100%;
  padding: 20px 30px;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #0A2447;
}