.post-type-archive-team .site-main {
  background-color: #eaebeb;
}
.post-type-archive-team .site-main .container {
  background-color: #fff;
}
.post-type-archive-team .team-index__header {
  padding: 50px 0;
}
.post-type-archive-team .team-index__header-inner {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.post-type-archive-team .team-index__header h1 {
  font-family: "Larken", serif;
  text-align: center;
  font-size: 2.875rem;
  line-height: 1em;
  margin-bottom: 25px;
}
.post-type-archive-team .team-index__header p {
  font-size: 1.125rem;
}
.post-type-archive-team .team-index__banner {
  min-height: 480px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 -15px 70px;
}
.post-type-archive-team .team-index__name {
  font-family: "Larken", serif;
  font-size: 2.875rem;
  line-height: 1em;
  text-align: center;
  position: relative;
  font-weight: 900;
  padding: 35px 0;
  margin-top: 30px;
}
.post-type-archive-team .team-index__name::before {
  content: "";
  display: block;
  border-top: 1px solid #313a3a;
  width: 100%;
  max-width: 990px;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.post-type-archive-team .team-index__list {
  list-style: none;
  margin: 0 auto;
  max-width: 990px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.post-type-archive-team .team-index__member {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 35px;
  margin-bottom: 50px;
}
@media (min-width: 48em) {
  .post-type-archive-team .team-index__member {
    width: 50%;
  }
}
@media (min-width: 64em) {
  .post-type-archive-team .team-index__member {
    width: 33.33%;
  }
}
.post-type-archive-team .team-index__member img {
  display: block;
  border-radius: 50%;
  filter: grayscale(100%);
  height: auto;
  margin-bottom: 45px;
}
.post-type-archive-team .team-index__member .img-placeholder {
  display: block;
  width: 100%;
  height: auto;
  min-height: 260px;
  border-radius: 50%;
  background: #eaebeb;
  margin-bottom: 45px;
}
.post-type-archive-team .team-index__member h3 {
  font-family: "Larken", serif;
  color: #ea4f3c;
  font-size: 1.875rem;
  line-height: 1em;
  margin-top: 16px;
}
.post-type-archive-team .team-index__member h4 {
  font-weight: 500;
  font-size: 1.1875rem;
  line-height: 1em;
  text-transform: uppercase;
  margin: 15px 0;
}
.post-type-archive-team .team-index__member nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: auto;
}
.post-type-archive-team .team-index__member nav a {
  display: block;
  margin: 0 5px;
  border: 1px solid #313a3a;
  color: #313a3a;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  max-width: 135px;
  text-align: center;
  padding: 5px;
}
.post-type-archive-team .team-index__member nav a:first-child {
  border-color: #5dd8a1;
  background-color: #5dd8a1;
  color: #fff;
}

/*# sourceMappingURL=team.css.map */
