.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.job-title {
  font-family: Lato, sans-serif;
}

._wf-header-container {
  color: #fff;
  text-align: center;
}

.divider-gray {
  background-image: linear-gradient(#9e9e9e, #9e9e9e);
  border-radius: 8px;
  width: 90px;
  min-width: 30px;
  max-width: none;
  height: 8px;
  max-height: none;
  margin: 10px auto 20px;
}

.inline-link {
  color: #0f4d8a;
  font-weight: 700;
  text-decoration: none;
}

.heading-2 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
}

.employee-card {
  text-align: center;
  background-color: #f8f9fa;
  border-bottom: 3px solid #bbc7d2;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.copy-block-hiring {
  text-align: center;
  max-width: 70%;
}

._wf-scc-header-lrg {
  font-family: Roboto Condensed, sans-serif;
  font-size: 48px;
  line-height: 125%;
}

.heading-4 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 125%;
}

.heading-4.grey {
  color: #5a6672;
  margin-top: 0;
}

.heading-1 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 125%;
  display: block;
}

.section-60 {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.body-copy-light {
  letter-spacing: normal;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 1.19em;
  line-height: 150%;
}

.txt-emp-name {
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.heading-5 {
  color: #727477;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.heading-5.light {
  color: #bcbdbe;
}

.contributor-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 2.5fr 2.75fr 2.75fr 2.75fr;
  width: 100%;
  margin-bottom: 40px;
}

.section-header {
  background-image: linear-gradient(#102f49e0, #102f49e0), url('../images/bg-chartwatchers.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.leadership-team-grid {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 2.5fr 2.5fr;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
}

.vflex-1172 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.divider {
  border-radius: 5px;
  width: 70px;
  height: 7px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.divider.blue {
  background-image: linear-gradient(#3182cf, #3182cf);
}

.accent-color-yellow {
  color: #ffc900;
}

.circular-img-sml {
  border: 2px solid #bbc7d2;
  border-radius: 100%;
  width: 100px;
  margin: -20px auto 10px;
}

.privacy-note {
  color: #9e9e9e;
}

.privacy-note.warning {
  color: #bcbdbe;
  text-align: center;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 125%;
}

.link {
  color: #9e9e9e;
  font-weight: 700;
}

.fa-icon-block {
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
}

.fa-icon-300 {
  color: #fff;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa 300", sans-serif;
  font-size: 50px;
  line-height: 150%;
  position: absolute;
  transform: translate3d(0, 0, 2px);
}

.fa-icon-cricle-green {
  clear: none;
  color: #21a360;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 110px;
  line-height: 0%;
  display: block;
  position: static;
  transform: translate3d(0, 0, -1px);
}

.fa-icon-400 {
  color: #fff;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa 400", sans-serif;
  font-size: 50px;
  line-height: 150%;
  position: absolute;
  transform: translate3d(0, 0, 2px);
}

.fa-icon-cricle-purple {
  color: #8740a5;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 110px;
  line-height: 0%;
  display: block;
  transform: translate3d(0, 0, -1px);
}

.fa-icon-cricle-orange {
  color: #f70;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 110px;
  line-height: 0%;
  display: block;
  transform: translate3d(0, 0, -1px);
}

.footer-copyright {
  color: #707f8f;
  align-self: flex-end;
  font-size: 14px;
}

.app-link-block {
  display: flex;
}

.footer-social-link-fb {
  margin-left: 32px;
  text-decoration: none;
}

._wf-footer-block {
  color: #a7b0ba;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  display: flex;
}

.footer-social-link-linkedin {
  align-self: auto;
  margin-left: 32px;
  text-decoration: none;
}

.footer-legal-block {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

._wf-footer-wrapper {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

._wf-footer-middle {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._wf-footer-divider {
  background-color: #2d3a49;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-social-link-yt {
  margin-left: 32px;
  text-decoration: none;
}

.social-icons {
  color: #707f8f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 50px;
  line-height: 100%;
  text-decoration: none;
}

.social-icons:hover {
  color: #e0e0e0;
}

.play-link-block {
  color: #707f8f;
  text-align: left;
  flex-flow: column;
  font-size: 14px;
  display: flex;
}

._wf-footer-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

._wf-footer-disclaimer {
  color: #5a6672;
  text-align: center;
  align-self: flex-end;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 12px;
}

._wf-footer-grid {
  grid-template-rows: auto;
  margin-bottom: 30px;
}

.footer-social-link-twitter {
  margin-left: 32px;
  text-decoration: none;
}

.section-footer {
  color: #9e9e9e;
  background-color: #0e273e;
  padding: 40px 0 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 125%;
  position: relative;
}

._wf-footer-legal-spacer {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 125%;
}

.footer-title-block {
  border-bottom: 1px solid #2d3a49;
  width: 100%;
  margin-bottom: 10px;
}

.title-small {
  color: #707f8f;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 125%;
}

._wf-footer-content {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.sml-logo {
  max-width: 220px;
}

.app-link-img {
  height: 50px;
  padding-right: 20px;
}

.footer-legal-link {
  color: #707f8f;
}

.footer-legal-link:hover {
  color: #3a4554;
}

._wf-footer-link {
  color: #a7b0ba;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

._wf-footer-link:hover {
  color: #fff;
  font-weight: 700;
}

._wf-footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.form {
  display: flex;
}

.text-field {
  border: 2px solid #b9bcc0;
  border-radius: 5px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 12px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.submit-button {
  background-color: #39834e;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 1.15em;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #46a561;
}

.email-submission-text {
  color: #333;
  font-family: Lato, sans-serif;
}

@media screen and (min-width: 1440px) {
  .copy-block-hiring {
    text-align: center;
  }

  .play-link-block {
    text-align: left;
  }

  .section-footer {
    clear: none;
  }

  ._wf-footer-link {
    pointer-events: auto;
  }

  ._wf-footer-link:hover {
    color: #ffc900;
  }
}

@media screen and (max-width: 991px) {
  .employee-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-60 {
    padding-top: 20px;
  }

  .contributor-grid {
    grid-template-columns: 2.5fr 2.75fr 2.75fr;
  }

  .leadership-team-grid {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    grid-template-columns: 2.5fr;
  }

  ._wf-footer-wrapper {
    max-width: 728px;
  }

  .play-link-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  ._wf-footer-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._wf-footer-disclaimer {
    padding-left: 0;
    padding-right: 0;
  }

  ._wf-footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .sml-logo {
    max-width: 200px;
  }

  ._wf-footer-social-block {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    margin-top: 10px;
    font-size: 28px;
  }

  .heading-1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .contributor-grid {
    grid-template-columns: 2.5fr 2.75fr;
  }

  .privacy-note {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-copyright {
    align-self: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .app-link-block {
    justify-content: center;
    align-items: center;
  }

  ._wf-footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  ._wf-footer-middle {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  ._wf-footer-top {
    justify-content: flex-start;
    align-items: center;
  }

  ._wf-footer-disclaimer {
    font-size: 14px;
    line-height: 20px;
  }

  ._wf-footer-grid {
    grid-template-columns: 1fr;
  }

  ._wf-footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  ._wf-footer-link:hover {
    color: #1a1b1fbf;
  }

  ._wf-footer-social-block {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .heading-4.grey {
    text-align: center;
  }

  .heading-1 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
  }

  .contributor-grid {
    grid-template-columns: 2.5fr;
  }

  .section-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .leadership-team-grid {
    grid-template-columns: 2.5fr;
  }

  ._wf-footer-wrapper {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._wf-footer-middle {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .play-link-block {
    align-items: center;
  }

  ._wf-footer-top {
    justify-content: flex-start;
    align-items: center;
  }

  ._wf-footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .sml-logo {
    max-width: 160px;
  }

  .app-link-img {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._wf-footer-link {
    align-self: flex-start;
  }
}

#w-node-_359780c9-7d48-bc2c-ded8-87ec5a85e623-66b2e90b, #w-node-_359780c9-7d48-bc2c-ded8-87ec5a85e62f-66b2e90b, #w-node-_359780c9-7d48-bc2c-ded8-87ec5a85e63b-66b2e90b, #w-node-_359780c9-7d48-bc2c-ded8-87ec5a85e647-66b2e90b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}