:root {
  --dark-purple: #5108af;
  --medium-purple: #9e6ce0;
  --dim-grey: #515052;
}

body {
  color: #333;
  background-image: url('../images/SeamlessTexture_LightGrey.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.footer-section {
  margin-top: auto;
  padding-top: 50px;
}

.footer {
  background-color: #fff;
  max-width: 100%;
  padding-top: 20px;
  box-shadow: inset 1px 1px 3px #00000080;
}

.wrapper-footer {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.social-link-group {
  text-align: center;
  margin-bottom: 10px;
  display: none;
}

.social-icon-link {
  opacity: .36;
  width: 20px;
  margin-right: 12px;
  transition: opacity .2s;
}

.social-icon-link:hover {
  opacity: .9;
}

.social-icon {
  filter: invert();
}

.footer-legal-div {
  flex-direction: row;
  justify-content: center;
  margin-top: auto;
  padding-bottom: 10px;
  display: flex;
}

.footer-link {
  opacity: 1;
  color: #fff;
  letter-spacing: .3px;
  margin-bottom: -5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  opacity: 1;
  color: #f09;
  text-decoration: none;
}

.footer-link.w--current {
  opacity: 1;
}

.footer-link.legal {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: auto;
  padding-left: 10px;
  font-size: 10px;
  font-weight: 400;
}

.footer-link.legal:hover {
  text-decoration: underline;
}

.footer-type {
  opacity: 1;
  color: #fff;
  letter-spacing: .3px;
  margin-bottom: -5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer-type:hover {
  opacity: 1;
  color: #f09;
  text-decoration: none;
}

.footer-type.w--current {
  opacity: 1;
}

.footer-type.legal {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: auto;
  padding-left: 10px;
  font-size: 10px;
  font-weight: 400;
}

.footer-type.legal:hover {
  text-decoration: underline;
}

.header-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.card {
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
  height: 340px;
  padding: 30px;
  transition: box-shadow .4s;
  position: relative;
}

.card.card3-content {
  background-image: url('../images/card3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 450px;
  box-shadow: 0 10px 10px #00000040;
}

.button {
  float: none;
  color: #fff;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  line-height: 22px;
  transition: color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
}

.button.default-button {
  color: #5b697a;
  background-color: #fff;
  align-items: flex-end;
  transition: color .2s, background-color .2s, box-shadow .2s;
  display: inline-block;
}

.button.default-button:hover {
  color: #213d63;
  background-color: #fff;
  box-shadow: 0 1px 5px #0000001a;
}

.button.default-button.card-cta {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.wrapper-profile {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.style-label {
  color: #bebebe;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.card-headline {
  color: #fff;
  margin-top: 10px;
}

.card-headline.dark-card-headline {
  color: #333;
}

.card-headline.dark-card-headline._6col-card {
  width: 40%;
}

.body-section {
  width: 960px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.div-profiles {
  display: flex;
}

.team-profile-card {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  display: flex;
  box-shadow: 0 1px 6px #1112120f;
}

.headline {
  width: 460px;
}

.team-floating-card {
  float: left;
  border-radius: 5px;
  width: 400px;
  margin-right: 50px;
  transition: transform .2s;
  display: block;
  box-shadow: 0 1px 20px #0003;
}

.team-floating-card:hover {
  transform: scale(1.05);
}

.team-floating-card._4-col-last {
  margin-right: 0;
  display: inline-block;
}

.team-row {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.wrapper-team-profile-card {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

.tagline.medium {
  font-size: 24px;
}

.btn {
  float: none;
  background-color: var(--dark-purple);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  border-style: solid;
  border-color: var(--medium-purple);
  background-color: var(--medium-purple);
  color: #fff;
  transform: translate(0, -2px);
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.team-profile-pic {
  filter: grayscale();
  background-image: url('../images/Person-Pic-32x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 100%;
  display: block;
}

.team-profile-pic.team2-profile-pic-image2 {
  background-image: url('../images/Person-Pic-32x.jpg');
}

.team-profile-pic.team2-profile-pic-image3 {
  background-image: url('../images/Person-Pic-22x.jpg');
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50 {
  width: 95%;
  padding-top: 60px;
  padding-bottom: 50px;
}

.wrap.page-width {
  margin-top: -125px;
  transition: transform .2s;
}

.wrap.page-width:hover {
  transform: scale(1.05);
}

.team-text {
  text-align: left;
  font-size: 13px;
  line-height: 24px;
}

.h3-team-names {
  color: var(--dark-purple);
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Zilla Slab, sans-serif;
}

.div-block {
  height: 10px;
}

.section-body {
  margin-top: 60px;
  margin-bottom: auto;
}

.floating-card {
  border-radius: 5px;
  width: 75%;
  margin-top: 220px;
  display: inline-block;
  box-shadow: 0 1px 20px #0003;
}

.floating-card._4-col-last {
  margin-right: 0;
  display: inline-block;
}

.representation-copy {
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Zilla Slab, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}

.representation-links {
  color: var(--dim-grey);
  text-decoration: none;
}

.representation-links:hover {
  color: var(--dark-purple);
  text-decoration: underline;
}

.floating-card-full-width {
  text-align: center;
  margin-top: 20px;
}

.talent-pic {
  filter: grayscale();
  border-radius: 8px;
  margin-top: -100px;
  box-shadow: 0 1px 10px 2px #51505266;
}

@media screen and (max-width: 991px) {
  .wrapper-footer {
    width: 100%;
  }

  .footer-legal-div {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-link.legal, .footer-type.legal {
    margin-right: 0;
    padding-left: 10px;
  }

  .button.default-button.card-cta {
    text-align: center;
    transition: color .2s, background-color .2s, box-shadow .2s;
    display: block;
    bottom: 20px;
    left: 30px;
    right: 30px;
  }

  .card-headline.dark-card-headline._6col-card {
    width: 65%;
  }

  .body-section {
    width: 100%;
  }

  .div-profiles {
    flex-direction: column;
  }

  .team-profile-card {
    padding: 10px;
  }

  .headline {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .team-floating-card {
    width: 75%;
    margin-bottom: 140px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .team-floating-card._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .team-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50 {
    padding-top: 0;
  }

  .wrap.page-width {
    margin-top: auto;
    padding-top: 0;
  }

  .team-text {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-body {
    padding-top: 40px;
  }

  .floating-card {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .floating-card._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-footer {
    flex-direction: column;
    align-items: center;
  }

  .footer-legal-div {
    flex-flow: column wrap;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-link.legal, .footer-type.legal {
    justify-content: center;
    align-self: center;
    margin-right: auto;
    padding-bottom: 10px;
    display: flex;
  }

  .button.default-button.card-cta {
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .card-headline.dark-card-headline._6col-card {
    width: auto;
  }

  .team-profile-card {
    padding: 10px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-text {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .footer-legal-div {
    place-content: center;
    align-self: center;
    width: 100%;
  }

  .footer-link.legal, .footer-type.legal {
    margin-left: auto;
    margin-right: auto;
  }

  .header-section {
    width: 90%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .team-profile-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-floating-card {
    width: 100%;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .floating-card {
    margin-top: 50px;
  }
}


