.all-systems-selector {
  background: url(../../../content/dam/illumina-marketing/images/systems/v2/all-systems-thumbs/all-systems-background.jpg) no-repeat 0px -70px;
  margin: -1px 0 0;
  /* IE11 fix */
}

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

@media (max-width: 1200px) {
  .all-systems-selector {
    background-position: 0px -105px;
  }
}
@media (max-width: 991px) {
  .all-systems-selector {
    background-position: 0px -115px;
  }
}
@media (max-width: 767px) {
  .all-systems-selector {
    background-position: 0px -125px;
  }
}
@media (max-width: 430px) {
  .all-systems-selector {
    background-position: 0px -85px;
  }
}
.all-systems-selector .system-name {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  width: 165%;
  margin-left: -32.5%;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
@media (max-width: 992px) {
  .all-systems-selector .system-name {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .all-systems-selector .system-name {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .all-systems-selector .system-name {
    font-size: 16px;
  }
}

.all-systems-selector .system-col {
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: opacity 0.6s ease-in-out, -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1), -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1), -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1), -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1), -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1);
  padding: 0 30px;
}
@media (max-width: 992px) {
  .all-systems-selector .system-col {
    padding: 0 15px;
  }
}
.all-systems-selector .system-col.selected {
  padding: 0 15px;
}

.all-systems-selector .system-item {
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .all-systems-selector .system-item {
    text-align: center;
  }
}

.all-systems-selector .system-col:first-child {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.all-systems-selector .system-col:nth-child(2),
.all-systems-selector .system-col:last-child {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.all-systems-selector .system-col:nth-child(3),
.all-systems-selector .system-col:nth-last-child(2) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.all-systems-selector .system-col:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.all-systems-selector .system-row {
  height: 285px;
  margin-top: 50px;
  -webkit-box-align: end;
  -moz-box-align: end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

@media (max-width: 1200px) {
  .all-systems-selector .system-row {
    height: 215px;
  }
}
@media (max-width: 991px) {
  .all-systems-selector .system-row {
    height: 165px;
  }
}
.all-systems-selector .system-iseq {
  flex-basis: 11%;
  -webkit-flex-basis: 11%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.all-systems-selector .system-iseq.selected {
  flex-basis: 9%;
  -webkit-flex-basis: 9%;
}

.all-systems-selector .system-iseq.not-selected {
  flex-basis: 7%;
  -webkit-flex-basis: 7%;
}

.all-systems-selector .system-miniseq {
  flex-basis: 11%;
  -webkit-flex-basis: 11%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.all-systems-selector .system-miniseq.selected {
  flex-basis: 12%;
  -webkit-flex-basis: 12%;
}

.all-systems-selector .system-miniseq.not-selected {
  flex-basis: 7%;
  -webkit-flex-basis: 7%;
}

.all-systems-selector .system-miseq {
  flex-basis: 15%;
  -webkit-flex-basis: 15%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.all-systems-selector .system-miseq.selected {
  flex-basis: 18%;
  -webkit-flex-basis: 18%;
}

.all-systems-selector .system-miseq.not-selected {
  flex-basis: 13%;
  -webkit-flex-basis: 13%;
}

.all-systems-selector .system-nextseq-550 {
  flex-basis: 12%;
  -webkit-flex-basis: 12%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.all-systems-selector .system-nextseq-550.selected {
  flex-basis: 11%;
  -webkit-flex-basis: 11%;
}

.all-systems-selector .system-nextseq-550.not-selected {
  flex-basis: 8%;
  -webkit-flex-basis: 8%;
}

.all-systems-selector .system-nextseq-1000-2000 {
  flex-basis: 14%;
  -webkit-flex-basis: 14%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .all-systems-selector .system-nextseq-1000-2000 {
    padding: 0 3px;
  }
}
@media (min-width: 992px) {
  .all-systems-selector .system-nextseq-1000-2000 {
    padding: 0 15px;
  }
}

.all-systems-selector .system-nextseq-1000-2000.selected {
  flex-basis: 16%;
  -webkit-flex-basis: 16%;
}

.all-systems-selector .system-nextseq-1000-2000.not-selected {
  flex-basis: 10%;
  -webkit-flex-basis: 10%;
}

.all-systems-selector .system-nextseq-1000-2000 img {
  margin-bottom: -3px !important;
}

.all-systems-selector .system-hiseq {
  flex-basis: 19%;
  -webkit-flex-basis: 19%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.all-systems-selector .system-hiseq.selected {
  flex-basis: 22%;
  -webkit-flex-basis: 22%;
}

.all-systems-selector .system-hiseq.not-selected {
  flex-basis: 16%;
  -webkit-flex-basis: 16%;
}

.all-systems-selector .system-novaseq,
.all-systems-selector .system-novaseq-x {
  flex-basis: 13%;
  -webkit-flex-basis: 13%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.all-systems-selector .system-novaseq.selected,
.all-systems-selector .system-novaseq-x.selected {
  flex-basis: 8%;
  -webkit-flex-basis: 8%;
}
.all-systems-selector .system-novaseq.not-selected,
.all-systems-selector .system-novaseq-x.not-selected {
  flex-basis: 7%;
  -webkit-flex-basis: 7%;
}

.all-systems-selector .system-hiseqx {
  flex-basis: 19%;
  -webkit-flex-basis: 19%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.all-systems-selector .system-hiseqx.selected {
  flex-basis: 22%;
  -webkit-flex-basis: 22%;
}

.all-systems-selector .system-hiseqx.not-selected {
  flex-basis: 16%;
  -webkit-flex-basis: 16%;
}

/* Legacy class names for interim state before 1/13/20 launch */
.all-systems-selector.all-systems-legacy .system-col {
  padding: 0 15px;
}

.all-systems-selector.all-systems-legacy .system-nextseq {
  flex-basis: 12%;
  -webkit-flex-basis: 12%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.all-systems-selector.all-systems-legacy .system-nextseq.selected {
  flex-basis: 15%;
  -webkit-flex-basis: 15%;
}

.all-systems-selector.all-systems-legacy .system-apex {
  flex-basis: 13%;
  -webkit-flex-basis: 13%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.all-systems-selector.all-systems-legacy .system-apex.selected {
  flex-basis: 12%;
  -webkit-flex-basis: 12%;
}

.all-systems-selector.all-systems-legacy .system-apex.not-selected {
  flex-basis: 9%;
  -webkit-flex-basis: 9%;
}

/* End Legacy class names for interim state before 1/13/20 launch */
.all-systems-selector .system-col.selected img {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 1s cubic-bezier(0.175, 1, 0.12, 1);
  -o-transition: all 1s cubic-bezier(0.175, 1, 0.12, 1);
  -moz-transition: all 1s cubic-bezier(0.175, 1, 0.12, 1);
  transition: all 1s cubic-bezier(0.175, 1, 0.12, 1);
}

.all-systems-selector .system-col.selected,
.all-systems-selector .system-col.not-selected {
  -webkit-transition: all 1s cubic-bezier(0.175, 1, 0.12, 1);
  -o-transition: all 1s cubic-bezier(0.175, 1, 0.12, 1);
  -moz-transition: all 1s cubic-bezier(0.175, 1, 0.12, 1);
  transition: all 1s cubic-bezier(0.175, 1, 0.12, 1);
}

.all-systems-selector .system-col.on-load {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.all-systems-selector .system-item,
.all-systems-selector .system-item img {
  margin: 0 auto;
  min-height: 1px;
}

.all-systems-selector .system-headline {
  margin: 50px 0 0;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: opacity 0.8s ease-in-out, -o-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: opacity 0.8s ease-in-out, transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), -moz-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.8s ease-in-out, transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.8s ease-in-out, transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), -moz-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), -o-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.all-systems-selector .system-headline.on-load {
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.all-systems-selector .system-choose {
  margin: 30px 0 50px 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.all-systems-selector .system-choose.on-load {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.all-systems-selector .system-item .marker {
  width: 0;
  height: 5px;
  background: #ffb441;
  display: block;
  margin: 10px auto 0 auto;
  -webkit-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.all-systems-selector .system-item .marker.open {
  width: 100%;
  max-width: 60px;
}

.all-systems-selector .system-item:hover .marker {
  width: 100%;
  max-width: 60px;
}

.all-systems-selector .system-content-row {
  padding: 25px 0;
}

.all-systems-selector .system-content {
  display: none;
}

.all-systems-selector .system-content.selected {
  display: block;
}

.all-systems-selector .application-headline {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease;
  -o-transition: opacity 0.4s ease-in-out, -o-transform 0.4s ease;
  -moz-transition: opacity 0.4s ease-in-out, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
}

.all-systems-selector .application-headline.on-load {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}

.all-systems-selector .application-card {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease;
  -o-transition: opacity 0.4s ease-in-out, -o-transform 0.4s ease;
  -moz-transition: opacity 0.4s ease-in-out, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
}

.all-systems-selector .application-card.on-load {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.all-systems-selector .system-content [class*=col-]:nth-child(2) .application-card {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.all-systems-selector .system-content [class*=col-]:nth-child(3) .application-card {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.all-systems-selector .application-name {
  background: #ffb441;
  text-align: center;
  padding: 12px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  margin: 0;
  letter-spacing: 0.3px;
}

.all-systems-selector .application-card--gray .application-name {
  background: #666;
}

.all-systems-selector .application-data {
  padding: 10px;
}

.all-systems-selector--gray .application-name {
  background-color: #fff;
  color: #666;
}

.all-systems-selector--gray .application-data {
  background-color: #fff;
}

.all-systems-selector .application-card--gray .application-data {
  background: #fff;
}

.all-systems-selector .application-data .data-1 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  margin: 0;
}

.all-systems-selector .system-cta-row {
  margin: 30px 0;
  text-align: center;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease;
  -o-transition: opacity 0.4s ease-in-out, -o-transform 0.4s ease;
  -moz-transition: opacity 0.4s ease-in-out, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.all-systems-selector .system-cta-row.on-load {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.all-systems-selector .cta-headline {
  font-size: 17px;
  margin: 0 0 15px 0;
  letter-spacing: 0.3px;
}

@media (max-width: 767px) {
  .all-systems-seq-array {
    background: none;
  }
}
.all-systems-seq-array .system-col img {
  margin: auto;
  max-width: 55%;
}

.all-systems-seq-array .system-headline {
  margin: 0 0 20px 0;
  text-align: center;
}

.all-systems-seq-array .system-name {
  text-align: center;
  display: block;
  font-size: 16px;
  margin: 0 0 25px 0;
}

.all-systems-seq-array .application-headline {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.75px;
  text-transform: uppercase;
}

.all-systems-seq-array .application-name {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px;
}

.all-systems-seq-array .application-name:last-of-type {
  border-bottom: 3px solid #ccc;
  margin: 0 0 20px 0;
}

.all-systems-seq-array .system-cta-row .btn {
  margin: 25px auto 0 auto;
}

.all-systems-seq-array .system-cta-row .col-md-12 {
  text-align: center;
}

.all-systems-selector .application-name {
  font-size: 18px;
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape), (max-height: 768px) and (orientation: landscape), (min-width: 992px) and (max-width: 1366px) and (max-height: 768px) and (orientation: landscape) {
  .all-systems-selector .application-name {
    padding: 5px 10px;
    font-size: 16px;
  }
  .all-systems-selector .system-content-row {
    padding: 15px 0 25px;
  }
  .all-systems-selector .cta-headline {
    font-size: 16px;
  }
  .all-systems-selector .system-cta-row {
    margin: 20px 0;
  }
  .all-systems-selector .system-headline {
    margin-top: 20px;
  }
  .all-systems-selector .system-row {
    margin-top: 0px;
    height: 260px;
  }
  .all-systems-selector.consumed {
    -webkit-transition: background-position 0.5s ease;
    -o-transition: background-position 0.5s ease;
    -moz-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
  }
  .all-systems-selector.consumed .system-item img {
    max-width: 90%;
  }
  .all-systems-selector.consumed .system-item[data-system=novaseq] .img {
    max-width: 75%;
  }
  .all-systems-selector.consumed .system-row {
    -webkit-transition: margin 0.5s ease;
    -o-transition: margin 0.5s ease;
    -moz-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
  }
  .all-systems-selector.consumed .system-name {
    padding-top: 10px;
  }
  .all-systems-selector.consumed .system-item.selected .marker {
    height: 3px;
    -webkit-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    transition: height 0.5s ease;
    margin-top: 5px;
  }
  .all-systems-selector.consumed .system-content-row {
    padding-top: 15px;
    -webkit-transition: padding 0.5s ease;
    -o-transition: padding 0.5s ease;
    -moz-transition: padding 0.5s ease;
    transition: padding 0.5s ease;
  }
  .all-systems-selector.consumed .application-name {
    padding: 5px 10px;
    -webkit-transition: padding 0.5s ease;
    -o-transition: padding 0.5s ease;
    -moz-transition: padding 0.5s ease;
    transition: padding 0.5s ease;
  }
}
/*@media(max-height:768px){.all-systems-selector{background-position: 0 -155px;}
.all-systems-selector.consumed{background-position:0 -260px}
.all-systems-selector.consumed .system-row{height:250px}
}
*/
@media (min-width: 768px) and (max-height: 768px) and (orientation: landscape) {
  .all-systems-selector {
    background-position: 0px -255px;
    -webkit-transition: background-position 0.5s ease;
    -o-transition: background-position 0.5s ease;
    -moz-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
  }
  .all-systems-selector .system-headline {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .all-systems-selector .system-row {
    margin-top: 10px;
    -webkit-transition: margin 0.5s ease;
    -o-transition: margin 0.5s ease;
    -moz-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
    padding: 0 40px;
    height: 245px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
  .all-systems-selector {
    background-position: 0 -180px;
  }
  .all-systems-selector .system-row {
    height: 170px;
  }
  .all-systems-selector .system-novaseq .selected,
  .all-systems-selector .system-novaseq-x .selected {
    flex-basis: 12%;
    -webkit-flex-basis: 12%;
  }
}
@media (max-width: 991px) and (max-height: 768px) and (min-width: 768px) and (orientation: landscape) {
  .all-systems-selector {
    background-position: 0 -320px;
  }
}
@media (max-width: 991px) {
  .all-systems-selector .carousel-systems-desktop {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) and (max-height: 768px) and (orientation: landscape) {
  .all-systems-selector .system-row {
    height: 285px;
  }
  .all-systems-selector {
    background-position: 0px -255px;
  }
}
.all-systems-selector .item.system-col {
  display: none;
}

.all-systems-selector .carousel {
  padding: 25px 0px;
}

.all-systems-selector .carousel img {
  height: 250px;
}

.all-systems-selector .carousel .application-card {
  margin: 15px 0px;
}

.all-systems-selector .carousel-control {
  background: none;
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.all-systems-selector .carousel-control .fa {
  font-size: 26px;
}

.all-systems-selector .item.system-col.active,
.all-systems-selector .item.system-col.next,
.all-systems-selector .item.system-col.prev {
  display: block;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.mobile-show {
  display: none;
}

.mobile-hide {
  display: block;
}

.all-systems-selector .carousel-systems-mobile {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .all-systems-selector .carousel-systems-mobile .system-novaseq-x img {
    height: 124px;
  }
}

@media (max-width: 767px) {
  .mobile-show {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
  .all-systems-selector .system-item:hover .marker,
  .all-systems-selector .system-item .marker.open {
    width: 0px;
  }
  .all-systems-selector .system-headline h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  .all-systems-selector .application-headline {
    margin: 50px 0px 0px;
  }
  .all-systems-selector .carousel-control {
    height: 165px;
  }
  .all-systems-selector .carousel-indicators {
    bottom: auto;
    top: 200px;
  }
  .all-systems-selector .carousel-indicators li {
    height: 14px;
    width: 14px;
    margin-right: 5px;
    border-color: #666;
  }
  .all-systems-selector .carousel-indicators li.active {
    background: #666;
    border-color: #666;
    height: 14px;
    width: 14px;
    margin-right: 5px;
  }
  .all-systems-selector .carousel img {
    height: 145px;
  }
  .all-systems-selector .system-headline {
    margin: 20px 0px 0px;
  }
  .all-systems-selector .carousel {
    padding: 0;
  }
  .carousel-systems-mobile .btn {
    display: block;
    text-align: center;
  }
}
.system-badge {
  background: -webkit-linear-gradient(45deg, #ff4438 6%, #ffb719 100%);
  background: -moz- oldlinear-gradient(45deg, #ff4438 6%, #ffb719 100%);
  background: linear-gradient(45deg, #ff4438 6%, #ffb719 100%);
  color: #fff;
  padding: 0.5em 0.7em 0.4em;
  border-radius: 12px;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0px);
  -moz-transform: translateX(-50%) translateY(0px);
  -ms-transform: translateX(-50%) translateY(0px);
  -o-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
  line-height: 1;
  letter-spacing: 0.05em;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.system-badge--hidden {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(10px);
  -moz-transform: translateX(-50%) translateY(10px);
  -ms-transform: translateX(-50%) translateY(10px);
  -o-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);
}
@media (max-height: 768px) {
  .system-badge {
    top: -20px;
  }
}
@media (max-width: 767px) {
  .system-badge {
    position: relative;
    top: 0;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    display: inline-block;
    margin: 0 auto 10px;
  }
}

.system-badge--pumpkin {
  background-color: #ffb441;
}