/* distinct name for file finding purposes : _heartest-page.scss */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900");
@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/fonts/bebas-neue-light.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 100; }
@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/fonts/bebas-neue-book.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400; }
/** raleway font collection goes here*/
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 100; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Black.ttf") format("truetype");
  font-weight: 800; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Thin.ttf") format("opentype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-ThinItalic.ttf") format("opentype");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Light.ttf") format("opentype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-LightItalic.ttf") format("opentype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-RegularItalic.ttf") format("opentype");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Medium.ttf") format("opentype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-MediumItalic.ttf") format("opentype");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-SemiBold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-SemiBoldItalic.ttf") format("opentype");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-BoldItalic.ttf") format("opentype");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Black.ttf") format("opentype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-BlackItalic.ttf") format("opentype");
  font-weight: 900;
  font-style: italic; }
html {
  font-size: 62.65%; }

/* See https://www.sitepoint.com/understanding-and-using-rem-units-in-css/ */
body {
  font-size: 1.6rem;
  font-weight: 300; }

/* 14px */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 2.5rem; }

h1 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  word-spacing: 4px;
  font-size: 35px;
  line-height: 40px; }
  @media (min-width: 890px) {
    h1 {
      font-size: 45px;
      line-height: 55px; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 50px;
      line-height: 60px; } }

h2 {
  font-size: 1.9rem; }

h3 {
  font-size: 2.6rem;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 3px; }

h4 {
  font-size: 1.2rem; }

.subheading {
  font-weight: 300;
  font-size: 1.9rem; }

.section-heading {
  text-transform: uppercase;
  text-align: center; }
  .section-heading:after {
    content: "";
    width: 180px;
    height: 0px;
    display: block;
    border-bottom: 2px solid #d4d4d4;
    margin: auto;
    margin-top: 2.5rem; }

.who-are-we-header .section-heading:after {
  max-width: 30vw; }

.section--heading-no-copy-text {
  margin-top: 2.5rem; }

.heardigits-international-brands.section-heading:after {
  content: "";
  position: relative;
  right: 2px; }

.lead-text-header.section-heading {
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 0 20px; }

.section--title-subheading {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 300;
  line-height: normal;
  text-transform: none;
  font-size: 20px;
  letter-spacing: 0;
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 0 20px; }

/*------------------------------------*\
#publications-section
\*------------------------------------*/
.whitepaper-section {
  background-color: #fff;
  font-family: 'Source Sans Pro';
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .whitepaper-section .whitepaper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1250px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 890px) {
      .whitepaper-section .whitepaper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .whitepaper-section .whitepaper-wrapper .whitepaper {
      margin: 25px;
      border-radius: 19px;
      background-color: #F5F5F5;
      width: 530px;
      height: 280px;
      padding: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 890px) {
        .whitepaper-section .whitepaper-wrapper .whitepaper {
          width: 100%;
          max-width: 400px;
          margin: unset;
          margin-bottom: 20px; } }
      .whitepaper-section .whitepaper-wrapper .whitepaper .whitepaper-image {
        height: 235px;
        width: 148px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        @media (max-width: 890px) {
          .whitepaper-section .whitepaper-wrapper .whitepaper .whitepaper-image {
            width: 100px;
            height: 158px; } }
      .whitepaper-section .whitepaper-wrapper .whitepaper .whitepaper-copy-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-left: 20px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .whitepaper-section .whitepaper-wrapper .whitepaper .whitepaper-copy-container .headline-container {
          color: #323E47;
          font-size: 20px;
          text-transform: uppercase;
          font-weight: 600;
          line-height: 1; }
          @media (max-width: 890px) {
            .whitepaper-section .whitepaper-wrapper .whitepaper .whitepaper-copy-container .headline-container {
              font-size: 14px; } }
        .whitepaper-section .whitepaper-wrapper .whitepaper .whitepaper-copy-container .info-container {
          color: #646466; }
          .whitepaper-section .whitepaper-wrapper .whitepaper .whitepaper-copy-container .info-container .name-wrap {
            font-size: 16px !important; }
          .whitepaper-section .whitepaper-wrapper .whitepaper .whitepaper-copy-container .info-container .date-wrap {
            font-size: 20px !important; }

.publications-section {
  padding-top: 50px;
  background-color: #fff; }
  .publications-section .other-research-button {
    color: #EF5350;
    font-size: 20px;
    margin-left: 13vw;
    margin-bottom: 50px;
    text-decoration: underline;
    font-family: "Raleway"; }
    .publications-section .other-research-button a {
      color: #EF5350;
      text-decoration: underline; }
  .publications-section .publication-flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .publications-section .publication-flex-wrapper .publications-wrapper {
      padding-bottom: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-left: 2vw;
      padding-right: 2vw;
      max-width: 1250px; }
      @media (max-width: 890px) {
        .publications-section .publication-flex-wrapper .publications-wrapper {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .publications-section .publication-flex-wrapper .publications-wrapper .publication {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 20px;
        background-color: #F5F5F5;
        border-radius: 19px; }
        @media (max-width: 890px) {
          .publications-section .publication-flex-wrapper .publications-wrapper .publication {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .publications-section .publication-flex-wrapper .publications-wrapper .publication .image-container {
          width: 74px;
          height: 98px;
          border-radius: 10px; }
          @media (max-width: 890px) {
            .publications-section .publication-flex-wrapper .publications-wrapper .publication .image-container {
              margin: 20px; } }
        .publications-section .publication-flex-wrapper .publications-wrapper .publication .copy-container {
          margin-left: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          font-size: 16px;
          line-height: 25px;
          max-width: 421px;
          color: #343F45;
          background-color: #F5F5F5;
          border-radius: 19px; }
          .publications-section .publication-flex-wrapper .publications-wrapper .publication .copy-container .p-headline {
            font-size: 16px;
            line-height: 25px;
            font-weight: 500; }
          .publications-section .publication-flex-wrapper .publications-wrapper .publication .copy-container .p-button {
            color: #EF5350;
            -webkit-text-decoration-color: #EF5350;
                    text-decoration-color: #EF5350; }
            .publications-section .publication-flex-wrapper .publications-wrapper .publication .copy-container .p-button a {
              color: #EF5350;
              -webkit-text-decoration-color: #EF5350;
                      text-decoration-color: #EF5350; }
            .publications-section .publication-flex-wrapper .publications-wrapper .publication .copy-container .p-button a:focus {
              color: #EF5350;
              -webkit-text-decoration-color: #EF5350;
                      text-decoration-color: #EF5350; }
