/*---------------------------------

WE NEED THESE TO REFERENCE VARIABLES, MIXINS AND SUCH. DO NOT REMOVE!
Thanks, Friend :)

---------------------------------*/
/*---------------------------------

YOUR CUSTOM STYLES GO UNDER HERE.
You're doing great.

---------------------------------*/
h2, h3, h4, h5, h6, p {
  -webkit-font-smoothing: antialiased;
}

h2, .h2, .d1, .d2 {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  line-height: 1.125;
}

h3, h4, h5, .h3, .h4, .h5 {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  line-height: 1.25;
}

h4, h5, h6 {
  color: #222222;
}

.show-hide-item h5 {
  color: #0077C8;
}

p {
  color: #444648;
}

.d1 {
  font-size: 6rem;
}
@media (max-width: 991.98px) {
  .d1 {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  .d1 {
    font-size: 3rem;
  }
}

.d2 {
  font-size: 5rem;
}
@media (max-width: 991.98px) {
  .d2 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: 3.5rem;
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 2.75rem;
  }
}
@media (max-width: 575.98px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: 1.25rem;
}
@media (max-width: 991.98px) {
  h3, .h3 {
    font-size: 1.125rem;
  }
}

h4, .h4 {
  font-size: 2rem;
}
@media (max-width: 991.98px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.5rem;
}
@media (max-width: 991.98px) {
  h5, .h5 {
    font-size: 1.25rem;
  }
}

h6, .h6 {
  font-size: 1.25rem;
  font-family: "Inter", Helvetica, Arial, sans-serif;
}
@media (max-width: 991.98px) {
  h6, .h6 {
    font-size: 1.125rem;
  }
}

.subheading {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.lead {
  font-size: 1.25rem;
}
@media (max-width: 991.98px) {
  .lead {
    font-size: 1.125rem;
  }
}

.small {
  font-size: 0.875rem;
}

.black-txt {
  color: #222222;
}

.white-txt {
  color: #fff;
}

/*--- End Typography ---*/
.banner-gradient {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .banner-gradient.banner-image {
    min-height: 300px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-gradient.banner-image {
    min-height: 260px;
  }
}
@media (max-width: 575.98px) {
  .banner-gradient.banner-image {
    min-height: 200px;
  }
}
.banner-gradient.banner-large {
  height: -webkit-calc(100vh - 300px);
  height: -moz-calc(100vh - 300px);
  height: calc(100vh - 300px);
}
@media (max-width: 767.98px) {
  .banner-gradient.banner-large {
    height: auto;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(36%, #b57fe1), to(#469adc));
    background: -webkit-linear-gradient(bottom, #b57fe1 36%, #469adc 100%);
    background: -moz-linear-gradient(bottom, #b57fe1 36%, #469adc 100%);
    background: linear-gradient(0deg, #b57fe1 36%, #469adc 100%);
    background-size: cover;
  }
}
.banner-gradient.banner-large img {
  position: absolute;
  left: 60%;
  bottom: 0;
  height: -webkit-calc(100vh - 350px);
  height: -moz-calc(100vh - 350px);
  height: calc(100vh - 350px);
  min-height: 500px;
  width: auto;
}
@media (max-width: 767.98px) {
  .banner-gradient.banner-large img {
    position: relative;
    left: auto;
    max-width: 90%;
    max-height: 500px;
    height: auto;
    min-height: 200px;
    margin: 4rem auto 0;
    display: block;
  }
}
@media (max-width: 575.98px) {
  .banner-gradient.banner-large img {
    margin-top: 2rem;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .banner-image:after {
    content: "";
    display: block;
    min-height: inherit;
    font-size: 0;
  }
}

.banner-color h3, .banner-color .h3, .banner-image h3, .banner-image .h3 {
  font-size: 1.25rem;
}

.btn-primary-light {
  color: #885087;
  background-color: #fff;
  border-color: #fff;
}

.system-specs {
  background: -webkit-linear-gradient(30deg, #e4adc4 6%, #b794e7 82%, #b59fde 100%);
  background: -moz-linear-gradient(30deg, #e4adc4 6%, #b794e7 82%, #b59fde 100%);
  background: linear-gradient(60deg, #e4adc4 6%, #b794e7 82%, #b59fde 100%);
  background-image: url(../../../content/dam/illumina-marketing/images/systems/nextseq-1000-2000/nextseq-1000-2000-specs-bkg-web-graphic.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .system-specs {
    background: -webkit-linear-gradient(30deg, #e4adc4 6%, #b794e7 82%, #b59fde 100%) !important;
    background: -moz-linear-gradient(30deg, #e4adc4 6%, #b794e7 82%, #b59fde 100%) !important;
    background: linear-gradient(60deg, #e4adc4 6%, #b794e7 82%, #b59fde 100%) !important;
  }
}
.system-specs .thumbnail {
  background-color: transparent;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 3rem 0;
  text-align: center;
  width: 100%;
}
.system-specs h3 {
  font-size: 1.5rem;
}
.system-specs .system-specs-subheading {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.table .thead-light th {
  color: #000000;
  -webkit-font-smoothing: antialiased;
}
.table th, .table td {
  color: #000000;
  -webkit-font-smoothing: antialiased;
}

.recommended-workflow.recommended-workflow-blue .recommended-workflow-icon, .recommended-workflow.recommended-workflow-blue .recommended-workflow-step-indicator:before {
  background-color: #679FE3;
}
.recommended-workflow.recommended-workflow-blue .icon-system {
  background-image: url(../../../content/dam/illumina-marketing/images/icons/nextseq-1000-2000-web-icon.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(../../../content/dam/illumina-marketing/images/icons/nextseq-1000-2000-web-icon.svg), -webkit-linear-gradient(transparent, transparent);
  background-image: url(../../../content/dam/illumina-marketing/images/icons/nextseq-1000-2000-web-icon.svg), -moz-linear-gradient(transparent, transparent);
  background-image: url(../../../content/dam/illumina-marketing/images/icons/nextseq-1000-2000-web-icon.svg), linear-gradient(transparent, transparent);
}