.breadcrumb,
.title.heading {
	display: none;
}

.introduction[data-v-787a581a] {
  opacity: 0;
  padding: 2em 8em 2em 2em;
  height: 100vh;
  background-image: url("../../../content/dam/illumina-marketing/images/decade-in-sequencing/dna-helix@2x.png");
  background-repeat: no-repeat;
  background-size: 220px;
  background-position-x: calc(100vw - 140px);
  /* Landscape */
}
@media (min-width: 768px) {
.introduction[data-v-787a581a] {
      padding: 0;
      height: auto;
      background-position-x: 36.2em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
}
}
@media (min-width: 992px) {
.introduction[data-v-787a581a] {
      background-position-x: 48.2em;
}
}
@media (min-width: 1200px) {
.introduction[data-v-787a581a] {
      background-position-x: 50.2em;
}
}
@media (max-width: 374px) {
.introduction[data-v-787a581a] {
      padding-right: 5em;
}
}
@media (max-width: 374px) and (height: 480px) {
.introduction[data-v-787a581a] {
      padding-right: 4em;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.introduction[data-v-787a581a] {
      padding-right: 2em;
}
}
.introduction .content[data-v-787a581a] {
    opacity: 0;
}
.introduction .content h1[data-v-787a581a] {
      color: #FDB34D;
      /* Landscape */
}
@media (max-width: 374px) {
.introduction .content h1[data-v-787a581a] {
          font-size: 1.5em !important;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.introduction .content h1[data-v-787a581a] {
          font-size: 1.5em !important;
}
}
.introduction .content .start[data-v-787a581a] {
      margin-top: 2em;
}
.introduction .content .start a[data-v-787a581a] {
        text-decoration: none;
        margin: 0;
        padding: .5em 1.5em;
        border-radius: 5px;
        background-color: #4280BC;
        color: #FFF;
        font-weight: 600;
        line-height: inherit;
        transition: all .5s;
        display: inline-block;
}
.introduction .content .start a[data-v-787a581a]:hover, .introduction .content .start a[data-v-787a581a]:focus {
          color: #FFF;
          background: #4280BC;
}
@media (min-width: 768px) {
.introduction .content .start[data-v-787a581a] {
          text-align: right;
          margin-top: 0;
}
}
@media (min-width: 768px) {
.introduction .content[data-v-787a581a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.introduction .content > div[data-v-787a581a]:nth-child(1) {
          width: 420px;
}
.introduction .content > div[data-v-787a581a]:nth-child(2) {
          width: 180px;
}
}
@media (min-width: 992px) {
.introduction .content[data-v-787a581a] {
        padding-right: 2em;
}
.introduction .content > div[data-v-787a581a]:nth-child(1) {
          width: 540px;
}
.introduction .content > div[data-v-787a581a]:nth-child(2) {
          width: 200px;
}
}
@media (min-width: 1200px) {
.introduction .content[data-v-787a581a] {
        padding-right: 12em;
}
}

.navigation[data-v-66c5f714] {
  background-color: #FFF;
}
@media (min-width: 768px) {
.navigation[data-v-66c5f714] {
      width: 260px;
      height: 450px;
      position: absolute;
      right: 0;
      border-left: 1px solid #DCDCDC;
}
}
@media (min-width: 992px) {
.navigation[data-v-66c5f714] {
      width: 300px;
}
}
.navigation .explore[data-v-66c5f714] {
    padding: 1em;
    text-align: center;
    max-height: 50px;
    background: linear-gradient(to bottom, #FDB040 0%, #F09837 100%);
}
.navigation .explore p[data-v-66c5f714] {
      color: #FFF;
      font-weight: 600;
      margin: 0;
      cursor: pointer;
      font-size: 1.071em;
      padding: 0 2em;
      position: relative;
}
.navigation .explore p[data-v-66c5f714]:after {
        content: "\f078";
        position: absolute;
        right: 0;
        font-weight: normal;
        font-family: "FontAwesome";
        line-height: 1.2;
        font-size: 1em;
}
.navigation .explore p.is-open[data-v-66c5f714]:after {
        content: "\f077";
}
@media (max-width: 480px) {
.navigation .explore p[data-v-66c5f714] {
          padding: 0 1em;
          font-size: 1em;
}
}
@media (min-width: 768px) {
.navigation .explore p[data-v-66c5f714] {
          padding: 0;
          background: none;
          cursor: default;
}
.navigation .explore p[data-v-66c5f714]:after {
            display: none;
}
}
.navigation .options[data-v-66c5f714] {
    display: none;
}
.navigation .options.is-open[data-v-66c5f714] {
      display: block;
}
.navigation .options .-top[data-v-66c5f714],
    .navigation .options .-bottom[data-v-66c5f714] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
}
.navigation .options .-top a[data-v-66c5f714],
      .navigation .options .-bottom a[data-v-66c5f714] {
        width: 50%;
        padding: 1em 1em .825em 1em;
        text-align: center;
}
.navigation .options .-top a[data-v-66c5f714]:first-child,
        .navigation .options .-bottom a[data-v-66c5f714]:first-child {
          border-right: 1px solid #DCDCDC;
}
.navigation .options .-top a[data-v-66c5f714]:hover,
        .navigation .options .-bottom a[data-v-66c5f714]:hover {
          background-color: #F4F3F4;
          cursor: pointer;
}
.navigation .options .-bottom[data-v-66c5f714] {
      border-top: 1px solid #DCDCDC;
}
@media (min-width: 768px) {
.navigation .options .-bottom[data-v-66c5f714] {
          border: none;
          border-bottom: 1px solid #DCDCDC;
          position: absolute;
          bottom: 0;
          border-bottom: none;
          border-top: 1px solid #DCDCDC;
}
}
.navigation .options ul[data-v-66c5f714] {
      list-style: none;
      padding: 0;
      margin: 0;
      border-top: 1px solid #DCDCDC;
}
.navigation .options ul li[data-v-66c5f714] {
        padding: 0;
        margin: 0;
}
@media (min-width: 768px) {
.navigation .options ul li[data-v-66c5f714] {
            border-bottom: 1px solid #DCDCDC;
}
}
.navigation .options ul li a[data-v-66c5f714] {
          display: block;
          padding: 1em 1em .825em 4em;
          opacity: .325;
          cursor: default;
}
.navigation .options ul li a.is-active[data-v-66c5f714] {
            cursor: default;
}
@media (min-width: 768px) {
.navigation .options ul li a.is-active[data-v-66c5f714] {
                background-color: #F4F3F4;
}
}
.navigation .options ul li a.is-available[data-v-66c5f714] {
            opacity: 1;
            cursor: pointer;
}
@media (min-width: 768px) {
.navigation .options ul li a.is-available[data-v-66c5f714]:hover {
                background-color: #F4F3F4;
}
}
.navigation .options ul.year[data-v-66c5f714] {
        -webkit-column-count: 3;
                column-count: 3;
        -webkit-column-gap: 0;
                column-gap: 0;
        overflow: hidden;
}
@media (min-width: 768px) {
.navigation .options ul.year[data-v-66c5f714] {
            -webkit-column-count: auto;
                    column-count: auto;
}
}
.navigation .options ul.year li[data-v-66c5f714] {
          column-break-inside: avoid;
          page-break-inside: avoid;
          border: none;
}
@media (min-width: 768px) {
.navigation .options ul.year li[data-v-66c5f714] {
              border-bottom: 1px solid #DCDCDC;
              max-height: 27.55px;
}
}
.navigation .options ul.year a[data-v-66c5f714] {
          padding: 0.725em 1em 0.575em;
}
@media (min-width: 768px) {
.navigation .options ul.year a[data-v-66c5f714] {
              padding: .175em 1em .175em 1em;
}
}
.navigation .options ul.category li[data-v-66c5f714] {
        transition: all 1s;
        -webkit-transform: translateY(3em);
                transform: translateY(3em);
        opacity: 0;
}
.navigation .options ul.category li.-in[data-v-66c5f714] {
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0);
}
.navigation .options ul.category li a[data-v-66c5f714] {
          position: relative;
}
.navigation .options ul.category li a[data-v-66c5f714]:before {
            content: "";
            width: 20px;
            height: 20px;
            position: absolute;
            border-radius: 50%;
            left: 20px;
            border: 2px solid #FFF;
            background-color: #FFF;
}
.navigation .options ul.category li:nth-child(1) a[data-v-66c5f714]:before {
          border-color: #FDB34D;
}
.navigation .options ul.category li:nth-child(1) a.is-active[data-v-66c5f714]:before {
          background-color: #FDB34D;
}
.navigation .options ul.category li:nth-child(2) a[data-v-66c5f714]:before {
          border-color: #82AE4B;
}
.navigation .options ul.category li:nth-child(2) a.is-active[data-v-66c5f714]:before {
          background-color: #82AE4B;
}
.navigation .options ul.category li:nth-child(3) a[data-v-66c5f714]:before {
          border-color: #885087;
}
.navigation .options ul.category li:nth-child(3) a.is-active[data-v-66c5f714]:before {
          background-color: #885087;
}
.navigation .options ul.category li:nth-child(4) a[data-v-66c5f714]:before {
          border-color: #C3296E;
}
.navigation .options ul.category li:nth-child(4) a.is-active[data-v-66c5f714]:before {
          background-color: #C3296E;
}
.navigation .options ul.category li:nth-child(5) a[data-v-66c5f714]:before {
          border-color: #31BDC4;
}
.navigation .options ul.category li:nth-child(5) a.is-active[data-v-66c5f714]:before {
          background-color: #31BDC4;
}
.navigation a[data-v-66c5f714] {
    color: inherit;
    text-decoration: none !important;
    transition: background-color .5s;
}
.navigation a.is-active[data-v-66c5f714] {
      font-weight: 600;
}

.stage[data-v-1e64412e] {
  width: 100%;
  padding: 2em;
  z-index: 1;
}
@media (min-width: 768px) {
.stage[data-v-1e64412e] {
      width: 460px;
}
}
@media (min-width: 992px) {
.stage[data-v-1e64412e] {
      width: 330px;
}
}
@media (min-width: 1200px) {
.stage[data-v-1e64412e] {
      width: 510px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.stage h2[data-v-1e64412e] {
      max-width: 175px;
}
}
.stage .content[data-v-1e64412e] {
    margin-bottom: 2em;
    position: relative;
}
.stage .content ul[data-v-1e64412e] {
      padding: 0 0 0 0;
}
.stage .content li[data-v-1e64412e] {
      margin: 0 0 1em 0;
      list-style-type: none;
}
.stage figure[data-v-1e64412e] {
    margin: 0;
    padding: 0;
}
@media (min-width: 768px) {
.stage figure[data-v-1e64412e] {
        position: absolute;
        bottom: 2em;
}
.stage figure img[data-v-1e64412e] {
          max-width: 404px;
          max-height: 135px;
}
}
@media (min-width: 992px) {
.stage figure img[data-v-1e64412e] {
        max-width: 584px;
        max-height: 170px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.stage figure img[data-v-1e64412e] {
        display: none;
}
}
@media (min-width: 1200px) {
.stage figure img[data-v-1e64412e] {
        max-width: 454px;
        max-height: 135px;
}
}
.stage .n-list[data-v-1e64412e] {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -3.3em;
    right: 0;
}
.stage .n-list li[data-v-1e64412e] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #FFF;
      width: 1.5em;
      height: 1.5em;
      margin: 0 .5em 0 0;
      padding: 0;
      background: #FDB34D;
      cursor: pointer;
      opacity: .5;
      transition: opacity .5s;
}
.stage .n-list li[data-v-1e64412e]:hover {
        opacity: 1;
}
.stage .n-list li.selected[data-v-1e64412e] {
        opacity: 1;
}
.stage .n-list li[data-v-1e64412e]:last-child {
        margin-right: 0;
}
.stage.instrument-launch h1[data-v-1e64412e] {
    color: #FDB34D;
}
.stage.instrument-launch .n-list li[data-v-1e64412e] {
    background: #4280BC;
}
.stage.whole-genome-sequencing h1[data-v-1e64412e] {
    color: #82AE4B;
}
.stage.whole-genome-sequencing .n-list li[data-v-1e64412e] {
    background: #4280BC;
}
.stage.rna-sequencing h1[data-v-1e64412e] {
    color: #885087;
}
.stage.rna-sequencing .n-list li[data-v-1e64412e] {
    background: #4280BC;
}
.stage.targeted-sequencing h1[data-v-1e64412e] {
    color: #C3296E;
}
.stage.targeted-sequencing .n-list li[data-v-1e64412e] {
    background: #4280BC;
}
.stage.epigenetics h1[data-v-1e64412e] {
    color: #31BDC4;
}
.stage.epigenetics .n-list li[data-v-1e64412e] {
    background: #4280BC;
}
/* tooltip ( css not scoped )
--------------------------------------------- */
.stage .content sup {
  font-weight: 600;
  cursor: pointer;
  z-index: 1;
  position: static;
  margin-right: .5em;
}
@media (min-width: 768px) {
.stage .content sup {
      position: relative;
}
}
.stage .content sup > span {
    width: 90vw;
    height: auto;
    padding: 1.5em;
    font-weight: 400;
    line-height: 1.6;
    font-size: 13px;
    color: #555;
    display: block;
    opacity: 0;
    z-index: 1;
    background-color: #FFF;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.375);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (min-width: 768px) {
.stage .content sup > span {
        width: 400px;
        left: 12%;
        -webkit-transform: translateX(-12%);
                transform: translateX(-12%);
}
.stage .content sup > span:before {
          content: "";
          width: 0;
          height: 0;
          position: absolute;
          bottom: -10px;
          left: 10%;
          -webkit-transform: translateX(-10%);
                  transform: translateX(-10%);
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 12px solid #FFF;
}
}
.stage.instrument-launch sup {
  color: #4280BC;
}
.stage.whole-genome-sequencing sup {
  color: #4280BC;
}
.stage.rna-sequencing sup {
  color: #4280BC;
}
.stage.targeted-sequencing sup {
  color: #4280BC;
}
.stage.epigenetics sup {
  color: #4280BC;
}

.helix[data-v-18c852a4] {
  position: relative;
  background-image: url("../../../content/dam/illumina-marketing/images/decade-in-sequencing/dna-helix@2x.png");
  background-repeat: no-repeat;
  background-size: 220px;
  background-position-x: -1px;
  overflow: hidden;
}
.helix nav[data-v-18c852a4] {
    width: 72px;
    height: 106px;
    opacity: 0;
    position: absolute;
    top: 13em;
    right: .6em;
}
.helix nav .by-year a[data-v-18c852a4] {
      display: block;
      width: 100%;
      height: 30px;
      position: absolute;
      opacity: .75;
      transition: opacity .5s;
}
.helix nav .by-year a[data-v-18c852a4]:hover {
        opacity: .325;
}
.helix nav .by-year a.ascend[data-v-18c852a4] {
        background: url("../../../content/dam/illumina-marketing/images/decade-in-sequencing/arrow-up@2x.png") center center no-repeat;
        top: 0;
        background-size: 14px;
}
.helix nav .by-year a.descend[data-v-18c852a4] {
        background: url("../../../content/dam/illumina-marketing/images/decade-in-sequencing/arrow-down@2x.png") center center no-repeat;
        bottom: 0;
        background-size: 14px;
}
.helix nav .by-year span[data-v-18c852a4] {
      width: 100%;
      display: block;
      color: #999;
      position: absolute;
      top: 1.5em;
      font-size: 1.714em;
      font-weight: 400;
      text-align: center;
}
.helix nav .by-category[data-v-18c852a4] {
      position: absolute;
      left: -15.8em;
      top: -6em;
      width: 200px;
      height: 300px;
}
.helix nav .by-category a[data-v-18c852a4] {
        width: 120px;
        height: 40px;
        position: absolute;
        display: none;
        opacity: .825;
}
.helix nav .by-category a.is-available[data-v-18c852a4] {
          display: block;
}
.helix nav .by-category a.is-active[data-v-18c852a4] {
          cursor: default !important;
}
.helix nav .by-category a[data-v-18c852a4]:hover:after {
          opacity: .825;
}
.helix nav .by-category a[data-v-18c852a4]:after {
          width: 120px;
          height: 40px;
          transition: all 1s;
          top: 0;
          left: 0;
          opacity: 0;
          content: "";
          position: absolute;
}
.helix nav .by-category a.instrument-launch[data-v-18c852a4] {
          top: 59px;
          right: 20px;
          background: url("../../../content/dam/illumina-marketing/images/decade-in-sequencing/inactive-instrument-launch@2x.png") center center no-repeat;
          background-size: 130px 81px;
}
.helix nav .by-category a.instrument-launch[data-v-18c852a4]:after, .helix nav .by-category a.instrument-launch.is-active[data-v-18c852a4] {
            background: url("../../../content/dam/illumina-marketing/images/decade-in-sequencing/active-instrument-launch@2x.png") center center no-repeat;
            background-size: 130px 81px;
}
.helix nav .by-category a.whole-genome-sequencing[data-v-18c852a4] {
          top: 92px;
          left: 14px;
          background: url("../../../content/dam/illumina-marketing/images/decade-in-sequencing/inactive-whole-genome-sequencing@2x.png") center center no-repeat;
          background-size: 130px 81px;
}
.helix nav .by-category a.whole-genome-sequencing[data-v-18c852a4]:after, .helix nav .by-category a.whole-genome-sequencing.is-active[data-v-18c852a4] {
            background: url("../../../content/dam/illumina-marketing/images/decade-in-sequencing/active-whole-genome-sequencing@2x.png") center center no-repeat;
            background-size: 130px 81px;
}
.helix nav .by-category a.rna-sequencing[data-v-18c852a4] {
          top: 125px;
          left: 69px;
          background: url("../../../content/dam/illumina-marketing/images/decade-in-sequencing/inactive-rna-sequencing@2x.png") center center no-repeat;
          background-size: 130px 81px;
}
.helix nav .by-category a.rna-sequencing[data-v-18c852a4]:after, .helix nav .by-category a.rna-sequencing.is-active[data-v-18c852a4] {
            background: url("../../../content/dam/illumina-marketing/images/decade-in-sequencing/active-rna-sequencing@2x.png") center center no-repeat;
            background-size: 130px 81px;
}
.helix nav .by-category a.targeted-sequencing[data-v-18c852a4] {
          top: 158px;
          left: 5px;
          background: url("../../../content/dam/illumina-marketing/images/decade-in-sequencing/inactive-targeted-sequencing@2x.png") center center no-repeat;
          background-size: 130px 81px;
}
.helix nav .by-category a.targeted-sequencing[data-v-18c852a4]:after, .helix nav .by-category a.targeted-sequencing.is-active[data-v-18c852a4] {
            background: url("../../../content/dam/illumina-marketing/images/decade-in-sequencing/active-targeted-sequencing@2x.png") center center no-repeat;
            background-size: 130px 81px;
}
.helix nav .by-category a.epigenetics[data-v-18c852a4] {
          top: 191px;
          left: 60px;
          background: url("../../../content/dam/illumina-marketing/images/decade-in-sequencing/inactive-epigenetics@2x.png") center center no-repeat;
          background-size: 130px 81px;
}
.helix nav .by-category a.epigenetics[data-v-18c852a4]:after, .helix nav .by-category a.epigenetics.is-active[data-v-18c852a4] {
            background: url("../../../content/dam/illumina-marketing/images/decade-in-sequencing/active-epigenetics@2x.png") center center no-repeat;
            background-size: 130px 81px;
}
@media (min-width: 992px) {
.helix[data-v-18c852a4] {
      width: 311px;
}
}

.references[data-v-274184f0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}
.references .content[data-v-274184f0] {
    width: 90%;
    height: 90%;
    padding: 2em;
    position: relative;
    background-color: #FFF;
    overflow: hidden;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}
@media (min-width: 768px) {
.references .content[data-v-274184f0] {
        width: 70%;
        height: 90%;
}
}
.references .content header[data-v-274184f0] {
      padding: 0;
      margin: 0;
      position: relative;
      background: #FFF;
      margin-bottom: 1.5em;
      padding-bottom: 0.5em;
      border-bottom: 1px solid #CCC;
}
.references .content header span[data-v-274184f0] {
        padding-left: 1.25em;
        margin: 0 .5em;
        position: relative;
        cursor: pointer;
        transition: all .5s;
}
.references .content header span[data-v-274184f0]:hover {
          color: #4280BC;
}
.references .content header span[data-v-274184f0]:before {
          content: '';
          width: 12px;
          height: 12px;
          background: #FFF;
          border: 1px solid #444;
          position: absolute;
          top: 3px;
          left: 0;
          border-radius: 50%;
}
.references .content header span.active[data-v-274184f0]:after {
          content: '';
          width: 6px;
          height: 6px;
          background: #4280BC;
          position: absolute;
          top: 6px;
          left: 3px;
          border-radius: 50%;
}
.references .content header > a[data-v-274184f0] {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: -.5em;
        right: -.5em;
        transition: opacity 1s;
}
.references .content header > a[data-v-274184f0]:hover {
          opacity: .5;
}
.references .content header ~ div[data-v-274184f0] {
        height: 245px;
        overflow-y: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -ms-overflow-style: none;
}
@media (max-width: 767px) {
.references .content header ~ div[data-v-274184f0] {
            height: 85%;
}
}
.references .content ul[data-v-274184f0] {
      padding: 0;
      margin: 0;
      list-style: none;
}
.references .content ol[data-v-274184f0] {
      list-style-position: outside;
      list-style-type: decimal;
      padding: 0 0 0 2em;
      margin: 0;
}
.references .content li[data-v-274184f0] {
      margin: 0 0 1em 0;
}
.references .content .numerical li[data-v-274184f0]:nth-child(35) {
      opacity: 0;
      position: absolute;
}
.references-enter-active[data-v-274184f0], .references-leave-active[data-v-274184f0] {
  transition: opacity 1s;
}
.references-enter[data-v-274184f0], .references-leave-to[data-v-274184f0] {
  opacity: 0;
}
.references-enter .content[data-v-274184f0], .references-leave-to .content[data-v-274184f0] {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
}
/* decade-in-sequencing
--------------------------------------------- */
#decade-in-sequencing {
  background-color: #F4F3F4;
  font: normal normal 400 14px/1.6 "Inter", Helvetica, Arial, sans-serif;
  color: #555;
  position: relative;
  overflow: visible;
  /* vue
    --------------------------------------------- */
  /* vue fade transition
    --------------------------------------------- */
}

#decade-in-sequencing * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#decade-in-sequencing *, #decade-in-sequencing *:before, #decade-in-sequencing *:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

#decade-in-sequencing * :focus, #decade-in-sequencing * :active {
  outline: none !important;
  -moz-outline-style: none;
}

#decade-in-sequencing h1 {
  font: normal normal 400 2em/1.2 "Inter", sans-serif;
  margin: 0 0 1em 0;
}

#decade-in-sequencing h2 {
  font: normal normal 600 1.1428em/1.2 "Inter", Helvetica, Arial, sans-serif;
  margin: 0 0 1.5em 0;
}

#decade-in-sequencing h3 {
  font: normal normal 400 1em/1.8 "Inter", Helvetica, Arial, sans-serif;
  margin: 0;
}

#decade-in-sequencing h4 {
  font: normal normal 600 1em/1.8 "Inter", Helvetica, Arial, sans-serif;
  margin: 0;
}

@media (min-width: 768px) {
  #decade-in-sequencing {
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#decade-in-sequencing .-learn {
  padding: 0 1em 0 0;
  position: relative;
  white-space: nowrap;
  font-weight: 600;
  color: #4280BC;
  text-decoration: none;
  transition: all .5s;
}

#decade-in-sequencing .-learn:hover {
  opacity: .5;
}

#decade-in-sequencing .-learn:after {
  content: "\f054";
  position: absolute;
  top: 0;
  right: 0;
  font-weight: normal;
  font-family: "FontAwesome";
  line-height: 1.8;
  font-size: 0.857em;
}

#decade-in-sequencing [v-cloak] {
  display: none !important;
}

#decade-in-sequencing .v-enter-active, #decade-in-sequencing .v-leave-active {
  transition: opacity 2s;
}

#decade-in-sequencing .v-enter, #decade-in-sequencing .v-leave-to {
  opacity: 0;
}

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly8vLi9zcmMvY3NzL3N0eWxlcy5zY3NzPzAwNGMiLCJ3ZWJwYWNrOi8vL3N0eWxlcy5zY3NzPzIzOGIiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUVBO2dEQUNnRDtBQUNoRDtFQUNJLDBCQUF5QjtFQUN6Qix5RkFOK0Q7RUFNbEIsWUFBVztFQUN4RCxtQkFBa0I7RUFBRyxrQkFBaUI7RUF1Q3RDO29EQUNnRDtFQUdoRDtvREFDZ0Q7Q0FHbkQ7O0FBbEREO0VBS1Esb0NBQW1DO0VBQUksbUNBQWtDO0NBQUs7O0FBTHRGO0VBTTJCLHVCQUFzQjtFQUFHLHlDQUE2QztDQUFJOztBQU5yRztFQU8wQix5QkFBd0I7RUFBRyx5QkFBd0I7Q0FBSzs7QUFQbEY7RUFTUyxxRUFaeUM7RUFZTSxrQkFBaUI7Q0FBSzs7QUFUOUU7RUFVUyw2RkFkMEQ7RUFjUixvQkFBbUI7Q0FBSzs7QUFWbkY7RUFXUyx3RkFmMEQ7RUFlWCxVQUFTO0NBQUs7O0FBWHRFO0VBWVMsd0ZBaEIwRDtFQWdCWCxVQUFTO0NBQUs7O0FBRWxFO0VBZEo7SUFlUSxjQUFhO0lBQUcscUJBQWE7SUFBYixxQkFBYTtJQUFiLGNBQWE7R0FtQ3BDO0NDQUE7O0FEbEREO0VBbUJRLG1CQUFrQjtFQUFHLG1CQUFrQjtFQUFHLG9CQUFtQjtFQUM3RCxpQkFBZ0I7RUFBRyxlQUFjO0VBQUcsc0JBQXFCO0VBQUcsb0JBQW1CO0NBT2xGOztBQTNCTDtFQXFCa0IsWUFBVztDQUFLOztBQXJCbEM7RUF3QlksaUJBQWdCO0VBQUcsbUJBQWtCO0VBQUcsT0FBTTtFQUFHLFNBQVE7RUFBRyxvQkFBbUI7RUFDL0UsMkJBQTBCO0VBQUcsaUJBQWdCO0VBQUcsbUJBQWtCO0NBQ3JFOztBQTFCVDtFQTRDZ0IseUJBQXdCO0NBQUs7O0FBNUM3QztFQWdEdUMsdUJBQXNCO0NBQUs7O0FBaERsRTtFQWlENEIsV0FBVTtDQUFLIiwiZmlsZSI6ImRpc3QvY3NzL3N0eWxlcy5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIkZm9udC10eXBlOiBcIkhlbHZldGljYU5ldWVXMDEtNTVSb21hXCIsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7XG4kZm9udC1oZWFkZXI6IFwiSGVsdmV0aWNhTmV1ZVcwMS1NZEV4dFwiLCBzYW5zLXNlcmlmO1xuLyogZGVjYWRlLWluLXNlcXVlbmNpbmdcbi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSAqL1xuI2RlY2FkZS1pbi1zZXF1ZW5jaW5nIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRjRGM0Y0O1xuICAgIGZvbnQ6IG5vcm1hbCBub3JtYWwgNDAwIDE0cHgvMS42ICRmb250LXR5cGU7IGNvbG9yOiAjNTU1O1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTsgb3ZlcmZsb3c6IHZpc2libGU7XG5cbiAgICAqIHsgLXdlYmtpdC1mb250LXNtb290aGluZzogYW50aWFsaWFzZWQ7ICAtbW96LW9zeC1mb250LXNtb290aGluZzogZ3JheXNjYWxlOyB9XG4gICAgKiwgKjpiZWZvcmUsICo6YWZ0ZXIgeyBib3gtc2l6aW5nOiBib3JkZXItYm94OyAtd2Via2l0LXRhcC1oaWdobGlnaHQtY29sb3I6IHJnYmEoMCwgMCwgMCwgMCk7IH1cbiAgICAqIDpmb2N1cywgKiA6YWN0aXZlIHsgb3V0bGluZTogbm9uZSAhaW1wb3J0YW50OyAtbW96LW91dGxpbmUtc3R5bGU6IG5vbmU7IH1cblxuICAgIGgxIHsgZm9udDogbm9ybWFsIG5vcm1hbCA0MDAgMmVtLzEuMiAgJGZvbnQtaGVhZGVyOyBtYXJnaW46IDAgMCAxZW0gMDsgfVxuICAgIGgyIHsgZm9udDogbm9ybWFsIG5vcm1hbCA2MDAgMS4xNDI4ZW0vMS4yICAkZm9udC10eXBlOyBtYXJnaW46IDAgMCAxLjVlbSAwOyB9XG4gICAgaDMgeyBmb250OiBub3JtYWwgbm9ybWFsIDQwMCAxLjBlbS8xLjggICRmb250LXR5cGU7IG1hcmdpbjogMDsgfVxuICAgIGg0IHsgZm9udDogbm9ybWFsIG5vcm1hbCA2MDAgMS4wZW0vMS44ICAkZm9udC10eXBlOyBtYXJnaW46IDA7IH1cblxuICAgIEBtZWRpYSAobWluLXdpZHRoOiA3NjhweCkge1xuICAgICAgICBoZWlnaHQ6IDQ1MHB4OyBkaXNwbGF5OiBmbGV4O1xuICAgIH1cblxuICAgIC4tbGVhcm4ge1xuICAgICAgICBwYWRkaW5nOiAwIDFlbSAwIDA7IHBvc2l0aW9uOiByZWxhdGl2ZTsgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICAgICAgZm9udC13ZWlnaHQ6IDYwMDsgY29sb3I6ICM0MjgwQkM7IHRleHQtZGVjb3JhdGlvbjogbm9uZTsgdHJhbnNpdGlvbjogYWxsIC41cztcbiAgICAgICAgJjpob3ZlciB7IG9wYWNpdHk6IC41OyB9XG5cbiAgICAgICAgJjphZnRlciB7XG4gICAgICAgICAgICBjb250ZW50OiBcIlxcZjA1NFwiOyBwb3NpdGlvbjogYWJzb2x1dGU7IHRvcDogMDsgcmlnaHQ6IDA7IGZvbnQtd2VpZ2h0OiBub3JtYWw7XG4gICAgICAgICAgICBmb250LWZhbWlseTogXCJGb250QXdlc29tZVwiOyBsaW5lLWhlaWdodDogMS44OyBmb250LXNpemU6IDAuODU3ZW07XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvLyBicm93c2VyIGluY29uc2lzdGVuY2llc1xuICAgIC8vICYuaXMtZWRnZSB7XG4gICAgLy8gICAgIC4tbGVhcm4ge1xuICAgIC8vICAgICAgICAgJjphZnRlciB7XG4gICAgLy8gICAgICAgICAgICAgbGluZS1oZWlnaHQ6IGluaGVyaXQ7XG4gICAgLy8gICAgICAgICB9XG4gICAgLy8gICAgIH1cblxuICAgIC8vICAgICAuc3RhZ2UgLm4tbGlzdCBsaSB7XG4gICAgLy8gICAgICAgICBsaW5lLWhlaWdodDogMS40ICFpbXBvcnRhbnQ7XG4gICAgLy8gICAgIH1cbiAgICAvLyB9XG5cbiAgICAvKiB2dWVcbiAgICAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0gKi9cbiAgICBbdi1jbG9ha10geyBkaXNwbGF5OiBub25lICFpbXBvcnRhbnQ7IH1cblxuICAgIC8qIHZ1ZSBmYWRlIHRyYW5zaXRpb25cbiAgICAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0gKi9cbiAgICAudi1lbnRlci1hY3RpdmUsIC52LWxlYXZlLWFjdGl2ZSB7IHRyYW5zaXRpb246IG9wYWNpdHkgMnM7IH1cbiAgICAudi1lbnRlciwgLnYtbGVhdmUtdG8geyBvcGFjaXR5OiAwOyB9XG59XG5cblxuXG4vLyBXRUJQQUNLIEZPT1RFUiAvL1xuLy8gLi9zcmMvY3NzL3N0eWxlcy5zY3NzIiwiLyogZGVjYWRlLWluLXNlcXVlbmNpbmdcbi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSAqL1xuI2RlY2FkZS1pbi1zZXF1ZW5jaW5nIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0Y0RjNGNDtcbiAgZm9udDogbm9ybWFsIG5vcm1hbCA0MDAgMTRweC8xLjYgXCJIZWx2ZXRpY2FOZXVlVzAxLTU1Um9tYVwiLCBIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmO1xuICBjb2xvcjogIzU1NTtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBvdmVyZmxvdzogdmlzaWJsZTtcbiAgLyogdnVlXG4gICAgLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tICovXG4gIC8qIHZ1ZSBmYWRlIHRyYW5zaXRpb25cbiAgICAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0gKi9cbn1cblxuI2RlY2FkZS1pbi1zZXF1ZW5jaW5nICoge1xuICAtd2Via2l0LWZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDtcbiAgLW1vei1vc3gtZm9udC1zbW9vdGhpbmc6IGdyYXlzY2FsZTtcbn1cblxuI2RlY2FkZS1pbi1zZXF1ZW5jaW5nICosICNkZWNhZGUtaW4tc2VxdWVuY2luZyAqOmJlZm9yZSwgI2RlY2FkZS1pbi1zZXF1ZW5jaW5nICo6YWZ0ZXIge1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICAtd2Via2l0LXRhcC1oaWdobGlnaHQtY29sb3I6IHRyYW5zcGFyZW50O1xufVxuXG4jZGVjYWRlLWluLXNlcXVlbmNpbmcgKiA6Zm9jdXMsICNkZWNhZGUtaW4tc2VxdWVuY2luZyAqIDphY3RpdmUge1xuICBvdXRsaW5lOiBub25lICFpbXBvcnRhbnQ7XG4gIC1tb3otb3V0bGluZS1zdHlsZTogbm9uZTtcbn1cblxuI2RlY2FkZS1pbi1zZXF1ZW5jaW5nIGgxIHtcbiAgZm9udDogbm9ybWFsIG5vcm1hbCA0MDAgMmVtLzEuMiBcIkhlbHZldGljYU5ldWVXMDEtTWRFeHRcIiwgc2Fucy1zZXJpZjtcbiAgbWFyZ2luOiAwIDAgMWVtIDA7XG59XG5cbiNkZWNhZGUtaW4tc2VxdWVuY2luZyBoMiB7XG4gIGZvbnQ6IG5vcm1hbCBub3JtYWwgNjAwIDEuMTQyOGVtLzEuMiBcIkhlbHZldGljYU5ldWVXMDEtNTVSb21hXCIsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7XG4gIG1hcmdpbjogMCAwIDEuNWVtIDA7XG59XG5cbiNkZWNhZGUtaW4tc2VxdWVuY2luZyBoMyB7XG4gIGZvbnQ6IG5vcm1hbCBub3JtYWwgNDAwIDFlbS8xLjggXCJIZWx2ZXRpY2FOZXVlVzAxLTU1Um9tYVwiLCBIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmO1xuICBtYXJnaW46IDA7XG59XG5cbiNkZWNhZGUtaW4tc2VxdWVuY2luZyBoNCB7XG4gIGZvbnQ6IG5vcm1hbCBub3JtYWwgNjAwIDFlbS8xLjggXCJIZWx2ZXRpY2FOZXVlVzAxLTU1Um9tYVwiLCBIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmO1xuICBtYXJnaW46IDA7XG59XG5cbkBtZWRpYSAobWluLXdpZHRoOiA3NjhweCkge1xuICAjZGVjYWRlLWluLXNlcXVlbmNpbmcge1xuICAgIGhlaWdodDogNDUwcHg7XG4gICAgZGlzcGxheTogZmxleDtcbiAgfVxufVxuXG4jZGVjYWRlLWluLXNlcXVlbmNpbmcgLi1sZWFybiB7XG4gIHBhZGRpbmc6IDAgMWVtIDAgMDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICBmb250LXdlaWdodDogNjAwO1xuICBjb2xvcjogIzQyODBCQztcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICB0cmFuc2l0aW9uOiBhbGwgLjVzO1xufVxuXG4jZGVjYWRlLWluLXNlcXVlbmNpbmcgLi1sZWFybjpob3ZlciB7XG4gIG9wYWNpdHk6IC41O1xufVxuXG4jZGVjYWRlLWluLXNlcXVlbmNpbmcgLi1sZWFybjphZnRlciB7XG4gIGNvbnRlbnQ6IFwiXFxmMDU0XCI7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICByaWdodDogMDtcbiAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcbiAgZm9udC1mYW1pbHk6IFwiRm9udEF3ZXNvbWVcIjtcbiAgbGluZS1oZWlnaHQ6IDEuODtcbiAgZm9udC1zaXplOiAwLjg1N2VtO1xufVxuXG4jZGVjYWRlLWluLXNlcXVlbmNpbmcgW3YtY2xvYWtdIHtcbiAgZGlzcGxheTogbm9uZSAhaW1wb3J0YW50O1xufVxuXG4jZGVjYWRlLWluLXNlcXVlbmNpbmcgLnYtZW50ZXItYWN0aXZlLCAjZGVjYWRlLWluLXNlcXVlbmNpbmcgLnYtbGVhdmUtYWN0aXZlIHtcbiAgdHJhbnNpdGlvbjogb3BhY2l0eSAycztcbn1cblxuI2RlY2FkZS1pbi1zZXF1ZW5jaW5nIC52LWVudGVyLCAjZGVjYWRlLWluLXNlcXVlbmNpbmcgLnYtbGVhdmUtdG8ge1xuICBvcGFjaXR5OiAwO1xufVxuXG5cblxuLy8gV0VCUEFDSyBGT09URVIgLy9cbi8vIHN0eWxlcy5zY3NzIl0sInNvdXJjZVJvb3QiOiIifQ==*/
