.pl-sn-teamwork .pl-sn-pad {
  padding: 0;
}
.pl-sn-teamwork .big-text {
  font-size: 4em;
  letter-spacing: -0.05em;
  margin: 0 0 .4em;
}
.pl-sn-teamwork .tag-text {
  font-size: 1.2em;
  font-weight: 600;
  opacity: .3;
}
.pl-sn-teamwork .icons {
  margin-top: 1em;
}
.pl-sn-teamwork h4.tag-text {
  text-align: center;
  font-weight: 300;
  letter-spacing: .08em;
  text-transform: uppercase;
  /* text-align: center; */
  margin-bottom: 1em;
  margin-bottom: 4em;
  font-size: 1.7em;
}
.pl-sn-teamwork .pl-tw-splash,
.pl-sn-teamwork .pl-tw-team,
.pl-sn-teamwork .pl-tw-contact {
  padding-top: 7em;
  padding-bottom: 7em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.pl-sn-teamwork .pl-tw-splash {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  min-height: 70vh;
}
.pl-sn-teamwork .pl-tw-splash-pad .pl-tw-splash-icons {
  margin-top: 3em;
}
.pl-sn-teamwork .pl-tw-splash-pad .pl-tw-splash-icons a {
  margin-left: 0;
  margin-right: 1em;
  font-weight: 600;
  margin-bottom: .5em;
}
.pl-sn-teamwork .pl-tw-splash-pad .pl-tw-splash-icons a .pl-icon {
  opacity: .7;
  margin-right: .3em;
}
.pl-sn-teamwork .pl-tw-splash-pad .pl-tw-splash-icons a span {
  opacity: .3;
}
.pl-sn-teamwork .pl-tw-splash-pad .pl-tw-splash-icons a:hover {
  text-decoration: none;
}
.pl-sn-teamwork .pl-tw-splash-pad .pl-tw-splash-icons a:hover span,
.pl-sn-teamwork .pl-tw-splash-pad .pl-tw-splash-icons a:hover .pl-icon {
  opacity: 1;
}
.pl-sn-teamwork .pl-tw-team-pad h2 {
  text-align: center;
  margin-bottom: 2em;
}
.pl-sn-teamwork .pl-tw-member {
  margin-bottom: 6em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.pl-sn-teamwork .pl-tw-member:last-child {
  margin-bottom: 0;
}
.pl-sn-teamwork .pl-tw-member .member-media img {
  border-radius: 50%;
  width: 15em;
  margin-bottom: 1em;
}
.pl-sn-teamwork .pl-tw-member .member-content > div {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.pl-sn-teamwork .pl-tw-member .member-content .subhead {
  font-size: 1.4em;
  line-height: 1.3;
}
.pl-sn-teamwork .pl-tw-mates-wrap .tag-text {
  text-align: center;
}
.pl-sn-teamwork .pl-tw-mates-wrap .pl-tw-mates {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.pl-sn-teamwork .pl-tw-mate {
  text-align: center;
  margin-bottom: 3em;
}
.pl-sn-teamwork .pl-tw-mate .media img {
  border-radius: 50%;
  max-width: 150px;
}
.pl-sn-teamwork .pl-tw-mate h3 {
  margin: 10px 0;
}
.pl-sn-teamwork .pl-tw-mate .subhead {
  line-height: 1.4;
  margin-top: .5em;
}
.pl-sn-teamwork .pl-tw-contact {
  text-align: center;
  font-size: 1.5em;
}
.pl-sn-teamwork .pl-tw-contact .contact {
  margin-top: 1em;
}
@media (max-width: 768px) {
  .pl-sn-teamwork .big-text {
    font-size: 2em;
  }
  .pl-sn-teamwork .headline-image .pl-tw-splash,
  .pl-sn-teamwork .headline-image .pl-tw-team,
  .pl-sn-teamwork .headline-image .pl-tw-contact {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .pl-sn-teamwork .pl-tw-contact {
    font-size: 1em;
  }
}
