@import url("https://fonts.googleapis.com/css?family=Roboto:300i"); /* for quote */ .hero {
  background: url(/img/accent-3.png) no-repeat 64px 100%;
  background-size: 355px 282px;
  padding: 104px 0;
} .hero .container {
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
  } .hero h1 {
    background: white;
    position: relative;
    padding: 8px 0;
    text-align: left;
  } .hero h1:after {
      content: "";
      position: absolute;
      width: calc(70vw - 128px);
      height: 100%;
      left: 10vw;
      top: -64px;
      padding: 64px;
      border: 8px solid #CDD3D8;
      z-index: -1;
      max-width: 750px;
    } .hero .intro {
    color: #6A6A6A;
    background: white;
    margin-left: calc(60% - 200px);
    max-width: 330px;
    padding: 0 8px;
    padding-top: 10px;
    margin-top: 50px;
    text-align: left;
    line-height: 24px;
  } @media (max-width: 480px) { .hero .intro {
      margin-left: 5px
  }
    } .hero .intro p {
      margin: 0;
    } .hero .text-link {
    display: table;
  } .hero .text-link:first-child {
      margin-top: 16px;
    } .hero .text-link.numbered {
      padding-left: 26px;
      text-indent: -26px;
    } .hero .text-link.numbered .numbering {
        color: #9B9B9B;
      } .stitch-data-alternative .hero .intro p {
      margin-bottom: 24px;
    } .stitch-data-alternative h2 {
    text-align: center;
    margin-bottom: 60px;
  } .stitch-data-alternative .no-affiliation {
    font-style: italic;
    max-width: 960px;
    margin: auto;
    padding: 20px;
    opacity: 0.8;
    width: calc(100% - 41px);
  } .stitch-data-alternative .featuregrid {
    display: grid;
    grid-gap: 25px;
    margin: auto;
    padding: 20px;
    max-width: 960px;
    justify-items: center;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  } @media (min-width: 900px) { .stitch-data-alternative .featuregrid {
      grid-template-columns: 1fr 1fr 1fr
  }
    } .stitch-data-alternative .featuregrid .feature {
      color: #6a6a6a;
    } .stitch-data-alternative .featuregrid .feature h4 {
        font-weight: 700;
        margin-bottom: 15px;
      } .stitch-data-alternative .images {
    padding: 64px 0 24px 0;
    background: url(/img/accent-1.png) no-repeat bottom left,
      url(/img/accent-2-flipped.png) no-repeat 68% 24px;
    background-size: 390px 266px, 192px 180px;
  } .stitch-data-alternative .images > div {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(99.9% * 1/3 - (20px - 20px * 1/3));
      max-width: calc(99.9% * 1/3 - (20px - 20px * 1/3));
      width: calc(99.9% * 1/3 - (20px - 20px * 1/3));
    } .stitch-data-alternative .images > div:nth-child(1n) {
      margin-right: 20px;
      margin-left: 0;
    } .stitch-data-alternative .images > div:last-child {
      margin-right: 0;
    } .stitch-data-alternative .images > div:nth-child(3n) {
      margin-right: 0;
      margin-left: auto;
    } .stitch-data-alternative .images > div.top {
        margin-left: calc(99.9% * (-1/5 * -1) - (20px - 20px * (-1/5 * -1)) + 20px) !important;
        z-index: -1;
        transform: scaleX(-1);
      } .stitch-data-alternative .images > div.bottom {
        margin-left: calc(99.9% * -1/12 - (20px - 20px * -1/12) + 20px) !important;
        margin-top: 104px;
      } .stitch-data-alternative .images > div img {
        width: 100%;
        height: auto;
      }
