/* Globals */
html {
  font-size: 100%;
}

body {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.011em;
}

.homepage-bg {
  /*background: #f5f5f5 url(../../../content/dam/illumina-marketing/images/home/_v4/graphics/homepage-background.png) center;*/
  /*background-repeat: repeat-y;*/
  /*background-size: contain;*/
  /*background-position: center;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*z-index: -1;*/
}

.breadcrumb {
  display: none;
}

hr {
  border-color: #c1c1c2;
}

.card,
.flex-btn-group {
  visibility: hidden;
}

/* Type Styles */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  color: #444648;
}

h1,
h2,
h3,
h4 {
  color: inherit;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 0;
}

h1 {
  font-size: 4.5rem;
  font-weight: 300;
  letter-spacing: -0.022em;
}

h2 {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: -0.022em;
}

h3 {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: -0.021em;
}

h4 {
  font-size: 1.75rem;
  letter-spacing: -0.02em;
}

.lead {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.017em;
}

/* SEO */
h2.lead {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.027em;
}

/* Bootstrap Homepage Template Breadcrumb Title h1 */
#top h1 {
  display: none;
}

.subheading {
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}

.card {
  background-color: #fff;
  background-clip: border-box;
  border: none;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.05),
    0px 4px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .card {
    border-radius: calc(0.2rem - 1px);
  }
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title-small,
.title-small {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 600;
}

.card-text {
  margin-bottom: 2rem;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.2rem - 1px) calc(0.2rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  border-radius: calc(0.2rem - 1px);
  width: 100%;
}

.card-img-top {
  min-height: 0.1px;
  /* IE Fix */
  width: 100%;
}

@media screen and (min-width: 768px) {
  .card-img-top {
    border-top-left-radius: calc(0.2rem - 1px);
    border-top-right-radius: calc(0.2rem - 1px);
  }
}

.card-horizontal {
  background-image: none;
}

@media screen and (min-width: 768px) {
  .card-horizontal .card-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
  }
}

@media screen and (min-width: 992px) {
  .card-horizontal {
    flex-direction: row;
  }

  .card-horizontal .card-img {
    height: auto;
    max-width: 160px;
    padding: 0;
  }
}

/* Homepage Hero Banner */
.hp-banner {
  background-color: #444648;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hp-banner-body {
  color: #fff;
  padding: 4rem 0;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.hp-banner-body .btn {
  text-shadow: none;
  /* Remove text shadow from buttons */
}

.hp-banner-text {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .hp-banner-body {
    padding: 8rem 0 4rem;
  }
}

@media screen and (min-width: 1200px) {
  .hp-banner-body {
    padding-top: 16rem;
  }
}

.hp-banner-title {
  font-size: 3.4965rem;
}

@media screen and (min-width: 768px) {
  .hp-banner-title {
    font-size: 4.5rem;
  }
}

.background-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.background-video>video {
  display: none;
}

@media only screen and (min-width: 768px) {
  .hp-banner {
    background-image: none;
  }

  .background-video>video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-height: 100%;
    min-width: 100%;
  }
}

.floor-fade:before {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

/* /Homepage Hero Banner */

.hp-banner-promo {
  position: relative;
}

@media screen and (min-width: 768px) {
  .hp-banner-promo {
    padding: 4rem 0 8rem;
  }

  .hp-banner-promo-amr {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.hp-banner-promo-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

@media screen and (min-width: 768px) {
  .hp-banner-promo-img {
    background-position: 30% 50%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .hp-banner-promo-img {
    background-position: 20% 50%;
  }
}

/* Homepage Newsfeed */

.hp-newsfeed {
  border-radius: calc(0.2rem - 1px);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.05),
    0px 4px 8px rgba(0, 0, 0, 0.15);
}

.hp-newsfeed .well {
  padding: 0;
}

.hp-newsfeed .nav>li>a {
  border: none;
  padding: 1rem;
}

.news-center-table>.table {
  margin-bottom: 0;
}

.hp-newsfeed .nav-tabs {
  border-bottom: none;
}

.hp-newsfeed .nav-tabs>li {
  text-align: center;
  width: 50%;
}

.hp-newsfeed .nav-tabs>li.active>a,
.hp-newsfeed .nav-tabs>li.active>a:hover,
.hp-newsfeed .nav-tabs>li.active>a:focus {
  color: #4E60EE;
  border-width: 0;
  border-color: #4E60EE !important;
  transition: border-color 1s ease-in-out;
}

.hp-newsfeed .nav-tabs>li>a:hover {
  background: none !important;
  color: #4E60EE;
  border-color: transparent !important;
}

.hp-newsfeed .hp-tab-underline {
  width: 1px;
  height: 4px;
  left: 15px;
  z-index: 2;
  position: absolute;
  background: #4E60EE;
  transition: 0.3s ease-out;
}

.hp-newsfeed .well {
  background-color: #fff;
  border: none;
  box-shadow: none;
}

.hp-newsfeed .table>tbody>tr>th {
  display: none;
}

.hp-newsfeed .table>tbody>tr {
  border-bottom: 1px solid #eaeaeb;
  transition: background-color 0.3s ease;
}

.hp-newsfeed .table>tbody>tr:nth-of-type(2) {
  border-top: 1px solid #eaeaeb;
}

.hp-newsfeed .table>tbody>tr:hover {
  background-color: #eaeaeb;
  cursor: pointer;
}

.hp-newsfeed .table>tbody>tr>td {
  border: 0;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 2rem 1rem 2rem;
}

/* override styles for addition of publication to component. */
.hp-newsfeed .table>tbody>tr>td.pub-name {
  font-weight: 700;
  color: #444648;
  font-size: 0.875rem;
  padding: 1rem 2rem 0 0;
  display: inline-block;
}

.hp-newsfeed .table>tbody>tr>td.pub-name:before {
  content: "\00b7";
  padding-right: 0.5rem;
}

.hp-newsfeed .table>tbody>tr>td>a {
  color: #444648;
}

.hp-newsfeed .table>tbody>tr>td:first-child {
  color: #828485;
  font-size: 0.875rem;
  padding: 1rem 0.5rem 0 2rem;
  display: inline-block;
}

.hp-newsfeed .newsfeed-all-link {
  margin-bottom: 0;
  padding: 1rem 2rem;
}

.hp-featured-article .card {
  background: none;
  box-shadow: none;
}

.hp-featured-article .card .card-body {
  padding: 0 !important;
}

.hp-featured-article .card .img-wrapper {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.hp-featured-article .card .img-wrapper>img {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  min-width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
  .hp-featured-article .card .card-title {
    font-size: 1.75rem;
  }

  .hp-featured-article .card .img-wrapper {
    padding-top: 64.53804347%;
    margin-bottom: 1.5rem;
  }
}

/* /Homepage Newsfeed */

/* Section: Featured Tools */

.hp-featured-tools {
  background-color: #fff;
  border-width: 1px 0 1px 0;
  border-color: #eaeaeb;
  border-style: solid;
}

.hp-featured-tools-content {
  width: 100%;
}

.hp-featured-tools-list {
  padding: 1rem 0;
}

.hp-featured-tools-list>ul h2 {
  margin-bottom: 0.5rem;
}

.hp-featured-tools-list>ul li {
  margin-bottom: 1.5rem;
}

.hp-featured-tools-img {
  background: url("../../../content/dam/illumina-marketing/images/home/_v4/banners/my-illumina-drip-promo-banner.jpg") no-repeat center center;
  background-size: cover;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hp-featured-tools-content {
    padding-top: 4rem;
  }

  .hp-featured-tools-list {
    padding: 4rem 0 4rem 1rem;
  }

  .hp-featured-tools-img {
    padding: 0;
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 0;
  }
}

/* /Section: Featured Tools */

/* Section: Areas of Interest Nav */

.hp-aoi .flex-btn-group {
  width: auto;
}

.hp-aoi-link {
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: calc(0.2rem - 1px);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.05),
    0px 4px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1rem;
  min-width: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
}

.hp-aoi-link-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  transform: translateX(-80%);
  transition: all 0.3s ease;
  width: 100%;
  z-index: 0;
}

.hp-aoi-link-text {
  color: #444648;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 0.875rem;
  height: 100%;
  padding: 1rem;
  position: relative;
  text-align: center;
  transform: translateX(10%);
  transition: all 0.3s ease;
  z-index: 1;
}

.hp-aoi-link:hover .hp-aoi-link-bg {
  background-position: center center;
  transform: translateX(0px);
}

.hp-aoi-link:hover .hp-aoi-link-text {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  transform: translateX(0px);
  transition: all 0.3s ease;
}

.hp-aoi-link-cancer .hp-aoi-link-bg {
  background-image: url("../../../content/dam/illumina-marketing/images/home/_v4/graphics/hp-aoi-cancer-research-web-graphic.jpg");
}

.hp-aoi-link-microbiology .hp-aoi-link-bg {
  background-image: url("../../../content/dam/illumina-marketing/images/home/_v4/graphics/hp-aoi-microbiology-web-graphic.jpg");
}

.hp-aoi-link-agrigenomics .hp-aoi-link-bg {
  background-image: url("../../../content/dam/illumina-marketing/images/home/_v4/graphics/hp-aoi-agrigenomics-web-graphic.jpg");
}

.hp-aoi-link-cd .hp-aoi-link-bg {
  background-image: url("../../../content/dam/illumina-marketing/images/home/_v4/graphics/hp-aoi-complex-disease-web-graphic.jpg");
}

.hp-aoi-link-rh .hp-aoi-link-bg {
  background-image: url("../../../content/dam/illumina-marketing/images/home/_v4/graphics/hp-aoi-reproductive-health-web-graphic.jpg");
}

.hp-aoi-link-gh .hp-aoi-link-bg {
  background-image: url("../../../content/dam/illumina-marketing/images/home/_v4/graphics/hp-aoi-genetic-health-web-graphic.jpg");
}

.hp-aoi-link-oncology .hp-aoi-link-bg {
  background-image: url("../../../content/dam/illumina-marketing/images/home/_v4/graphics/hp-aoi-clinical-oncology-web-graphic.jpg");
}

.hp-aoi-link-cmbr .hp-aoi-link-bg {
  background-image: url("../../../content/dam/illumina-marketing/images/home/_v4/graphics/hp-aoi-cell-moluecular-web-graphic.jpg");
}

.hp-aoi .dropdown .fa {
  font-size: 1.2rem;
  position: absolute;
  right: 1rem;
}

.hp-aoi ul.dropdown-menu {
  margin-top: 0;
  width: 100%;
}

.hp-aoi ul.dropdown-menu li {
  margin-bottom: 0.5rem;
}

/* /Section: Areas of Interest Nav */

/* Section Customer Stories */
/* A couple wonky overrides - update after launch - AP */

.hp-customer-stories {
  background: linear-gradient(#FFFFFF 0%, #F5F8FC 50%);
}

.hp-customer-stories>.parbase .col-sm-12 {
  margin-top: 2rem;
  text-align: center;
}

.hp-customer-stories .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.hp-customer-stories .card-body>* {
  flex: 0 1 auto;
}

.hp-customer-stories .card-body>.card-text {
  flex-grow: 1;
}

.hp-customer-stories .card-body .card-link {
  align-self: flex-start;
}

@media screen and (min-width: 768px) {
  .hp-customer-stories>.parbase .col-sm-12 {
    margin-top: 4rem;
    text-align: center;
  }
}

/* /Section Customer Stories */

/** Section AMR Banners **/

.hp-amr-promo {
  background-color: #efefef;
  border-width: 1px 0 1px 0;
  border-color: #eaeaeb;
  border-style: solid;
  margin-top: 7em;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.amr-shift {
  top: 6.5rem;
  left: 9.9rem;
}

@media screen and (max-width: 1205px) {
  .amr-shift {
    top: 7rem;
    left: 8.2rem;
  }
}

@media screen and (max-width: 997px) {
  .amr-shift {
    top: 7rem;
    left: 9.9rem;
  }
}

@media screen and (max-width: 767px) {
  .amr-shift {
    top: 0rem;
    left: 0rem;
  }

  .hp-amr-promo {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* Section Spacing */

.hp-aoi {
  padding-top: 2rem;
}

.hp-customer-stories {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.hp-education {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hp-impact-row {
  padding-top: 4rem;
}

.hp-news {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .hp-aoi {
    padding-top: 8rem;
  }

  .hp-education {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .hp-customer-stories {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }

  .hp-impact-row {
    padding-top: 8rem;
  }

  .hp-retail-promo-row {
    margin-top: 2rem;
  }

  .hp-news {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }
}

/* Employee Feature */

.hp-emp-feature-search-jobs>a {
  margin-left: 1rem;
}

.hp-emp-feature .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

@media screen and (max-width: 768px) {
  .hp-emp-feature-search-jobs {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  .hp-emp-feature {
    padding-bottom: 4rem;
  }

  .hp-emp-feature .hp-banner-promo-img {
    background-position: 0 50%;
  }
}

/* /Employee Feature */

/* Feature Promos */

.feature-promos {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  margin-top: 4rem;
  overflow: hidden;
}

.feature-promos .flex-row {
  margin-bottom: 1rem;
}

.feature-promo {
  padding: 1rem 0;
}

.feature-promo a {
  display: inline-block;
}

.feature-promo>.lead {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .feature-promos {
    padding-bottom: 8rem;
  }

  .feature-promos .flex-row {
    margin-bottom: 4rem;
  }

  .feature-promo {
    padding: 4rem 0 8rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-promo a:nth-of-type(2) {
    margin-top: 1rem;
    /* Fixing link vertical spacing issue within this breakpoint range */
  }
}

/* /Feature Promos */

/* Little Bitties */

.img-bleed {
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .img-bleed {
    padding: 0;
    position: absolute;
    height: 100%;
  }

  .img-bleed-left {
    background-position: right center;
    top: 0;
    right: 0;
  }

  .img-bleed-right {
    background-position: left center;
    top: 0;
    left: 0;
  }
}

/* Misc */

@media screen and (min-width: 768px) {
  .hp-retail-promo-row {
    margin-top: 2rem;
  }
}

.hp-impact-row {
  padding-top: 4rem;
}

@media screen and (min-width: 768px) {
  .hp-impact-row {
    padding-top: 8rem;
  }
}

.section a:not(.btn):not([role=tab]):not(.hp-aoi-link):not(.pr-link) {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}