@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;
      } .text-template iframe {
    width: 100%;
    max-width: 100%;
  } @media screen and (min-width: 768px) { .text-template iframe {
      min-height: 220px !important
  }
    } .text-template article {
    color: #6A6A6A;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 0 24px 0;
    max-width: 700px;
    margin: 0 auto;
  } @media screen and (min-width: 480px) { .text-template article {
      padding: 0 64px 24px 64px
  }
    } @media screen and (min-width: 768px) { .text-template article {
      padding: 0 24px 24px 0
  }
    } .text-template article h1,
    .text-template article h2,
    .text-template article h3,
    .text-template article strong {
      font-weight: 500;
    } .text-template article h1 + ul,
      .text-template article h1 + ol,
      .text-template article h3 + ul,
      .text-template article h3 + ol,
      .text-template article p + ul,
      .text-template article p + ol {
        margin-top: -40px;
      } .text-template article h1 + ul + p, .text-template article h1 + ol + p, .text-template article h3 + ul + p, .text-template article h3 + ol + p, .text-template article p + ul + p, .text-template article p + ol + p {
          margin-top: 4px;
        } .text-template article h1 {
      margin: 24px 0;
    } .text-template article h2 {
      margin: 0 0 24px 0;
    } .text-template article h3 {
      margin: 0 0 24px 0;
    } .text-template article h3 + ul,
      .text-template article h3 + ol {
        margin-top: -16px;
      } .text-template article a,
    .text-template article a:visited {
      text-decoration: none;
      color: #00ADEE;
      font-weight: 500;
    } .text-template article p {
      font-size: 18px;
      color: #6A6A6A;
      line-height: 30px;
      margin-bottom: calc(24px * 2);
    } .text-template article p:last-child {
        margin-bottom: 0;
      } .text-template article img {
      max-width: 100%;
      height: auto;
    } .text-template article hr {
      border: none;
      border-top: 1px solid #E6ECF2;
      margin: 64px 0;
    } .text-template article blockquote {
      margin: 64px 0;
    } .text-template article blockquote p {
        font-style: italic;
        font-weight: 300;
        font-size: 24px;
        line-height: 40px;
        margin: 0;
        text-align: center;
      } .text-template article blockquote p:before {
          content: '“';
        } .text-template article blockquote p:after {
          content: '”';
        } @media screen and (min-width: 768px) { .text-template article blockquote p {
          font-size: 34px;
          line-height: 48px;
          letter-spacing: -0.4px
      }
        } .text-template article ul,
    .text-template article ol {
      padding: 0 0 0 40px;
    } .text-template article ul + h2, .text-template article ol + h2 {
        margin-top: 40px;
      } .text-template article ul {
      list-style-type: disc;
    } .text-template article ol {
      margin-bottom: 0;
      padding: 24px 0 16px 40px;
    } .text-template article code {
      line-height: 24px;
    } /* Override styles from blog tags */ .text-template article code .tag {
        display: inline;
        margin: 0;
        transition: none;
      } .text-template article code .token {
        background: none;
      } .text-template .text-box {
    border: 2px solid #efefef;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 25px;
  } .text-template .text-box .header {
      background: #efefef;
      padding: 15px;
    } .text-template .text-box h4 {
      color: #DD8548;
    } .text-template .text-box p {
      font-size: 16px;
    } .text-template .text-box p, .text-template .text-box h4 {
      padding: 15px;
    } .text-template .row {

    display: flex;
    flex-direction: row;
  } @media (max-width: 768px) { .text-template .row {
      flex-direction: column
  }
    } .text-template .row > div {
      flex: 1 1 auto;
    } .compare .row {
    padding: 5px 15px;
  } .compare .row div:nth-child(2),.compare .row div:nth-child(3) {
      flex: 0 0 100px;
      text-align: center;
    } .compare .yes {
    display: inline-block;
    color: green;
    content: "Yes";
  } .compare .no{
    display: inline-block;
    color: red;
    content: "No";
  } body.jobs .text-template h2 {
      --header-offset: 104px;
      padding-top: var(--header-offset);
      margin-top: calc(var(--header-offset) * -1);
    } @media screen and (max-width: 1000px) { body.jobs .text-template h2 {
        --header-offset: 86px
    }
      } body.jobs .text-template h2 a {
        font-size: inherit;
        font-weight: inherit;
        color: #6A6A6A;
        cursor: default;
      } body.careers .text-template > .container {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
