@media only screen and (max-width: 1068px) {
  .page-overview .profile-list-wrapper {
    width: 480px;
    margin-left: auto;
    margin-right: auto
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .profile-list-wrapper {
    width: 230px
  }
}

.page-overview .profile-list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page-overview .profile-list .profile-list-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
  margin-bottom: 52px
}

@media only screen and (max-width: 1068px) {
  .page-overview .profile-list .profile-list-item {
    margin-bottom: 28px
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .profile-list .profile-list-item {
    margin-bottom: 32px
  }
}

.page-overview .profile-list .profile-list-item:nth-child(4n) {
  margin-right: 0
}

@media only screen and (max-width: 1068px) {
  .page-overview .profile-list .profile-list-item:nth-child(2n) {
    margin-right: 0
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .profile-list .profile-list-item {
    margin-right: 0
  }
}

.page-overview .profile-list .profile-list-item.no-image {
  margin-bottom: 22px;
  width: 230px
}

.page-overview .profile-image {
  display: inline-block
}

.page-overview .profile-caption {
  padding-top: 190px
}

.page-overview .profile-caption .profile-name {
  margin-bottom: 2px
}

.page-overview .profile-name {
  font-weight: 500
}

.page-overview .typography-subsection-headline {
  margin-bottom: 33px
}

@media only screen and (max-width: 735px) {
  .page-overview .typography-subsection-headline {
    margin-bottom: 48px
  }
}

.page-overview .keyline {
  border-bottom: 1px solid #d6d6d6
}

.page-overview .section-executiveprofiles {
  padding-top: 53px
}

@media only screen and (max-width: 735px) {
  .page-overview .section-executiveprofiles {
    padding-top: 66px
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-executiveprofiles .keyline {
    padding-top: 24px
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-executiveprofiles .keyline {
    padding-top: 32px
  }
}

.page-overview .section-vpprofiles {
  padding-top: 60px
}

@media only screen and (max-width: 735px) {
  .page-overview .section-vpprofiles {
    padding-top: 72px
  }
}

.page-overview .section-vpprofiles .keyline {
  padding-top: 20px
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-vpprofiles .keyline {
    padding-top: 44px
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-vpprofiles .keyline {
    padding-top: 32px
  }
}

.page-overview .section-boardofdirectors {
  padding-top: 75px
}

@media only screen and (max-width: 735px) {
  .page-overview .section-boardofdirectors {
    padding-top: 66px
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-boardofdirectors .typography-subsection-headline {
    margin-bottom: 30px
  }
}

.page-overview .section-helpline {
  padding-top: 5px;
  padding-bottom: 55px
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-helpline {
    padding-top: 0
  }
}

.page-overview .section-helpline .cta {
  margin-top: 0
}