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

body {
    background: #f5f5f5 url(../../../content/dam/illumina-marketing/images/home/_v4/graphics/homepage-background.png) center;
    background-repeat: repeat-y;
    background-size: contain;
    color: #444648;
    font-family: "HelveticaNeueW01-55Roma", Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.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;
    font-family: "HelveticaNeueW01-45Ligh", Helvetica, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 1rem;
    margin-top: 0;
}

h1 {
    font-size: 4.5rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.75rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 400;
}

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

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

.subheading {
    color: #828485;
    font-family: "HelveticaNeueW01-75Bold", Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.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(.2rem - 1px);
     }
}

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

.card-title-small,
.title-small {
    font-family: "HelveticaNeueW01-75Bold", Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

.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(.2rem - 1px) calc(.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(.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(.2rem - 1px);
        border-top-right-radius: calc(.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-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(.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: #337ab7;
    border-width: 0;
    border-color: #3e7ebe !important;
    transition: border-color 1s ease-in-out;
}

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

}

.hp-newsfeed .hp-tab-underline {
    width: 1px;
    height: 4px;
    left: 15px;
    z-index: 2;
    position: absolute;
    background: #3e7ebe;
    transition: .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 .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-family: "HelveticaNeueW01-55Roma", Helvetica, sans-serif;
    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-family:"HelveticaNeueW01-75Bold", Helvetica, sans-serif;
    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-family: "HelveticaNeueW01-55Roma", Helvetica, sans-serif;
    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;
}

/* /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(.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 .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 .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 .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 .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 > .parbase .col-sm-12 {
  margin-top: 2rem;
  text-align: center;
}

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

/* /Section Customer Stories */

/* 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;
}

@media screen and (min-width: 768px) {
  .hp-emp-feature-search-jobs {
    text-align: right;
  }
}

@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;
  overflow: hidden;
}

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

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

.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;
  }
}
a:focus,
.btn:focus,
button:focus {
    outline: none;
}

.section .btn {

    border-radius: calc(.2rem - 1px);
    font-size: 1rem;
    padding: 8px 16px;
    position: relative;
    transition: all .3s ease;
    z-index: 20;
}

.section .btn-primary:hover {
    background: #FFF;
    color: #337ab7;
}

.section .btn-primary::before,
.section .btn-primary::after {
    background: #FFF;
}

.section .btn-primary-outline {
    background-color: transparent;
}

.section .btn-primary-outline:hover {
    background: none;
}

.section .btn-primary-outline::before,
.section .btn-primary-outline::after {
    background:  #337ab7;
}

.section .btn-primary-outline:focus,
.section .btn-primary:focus {
    color: #337ab7;
}

.section .btn::before,
.section .btn::after {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all .3s ease;
}

.section .btn::after {
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
}

.section .btn:hover::after {
    width: 100%;
}

.section a:not(.btn):not([role=tab]):not(.hp-aoi-link):not(.pr-link) {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
}

.section a:not(.btn):not([role=tab]):not(.hp-aoi-link):not(.pr-link)::after {
    background-color: #337ab7;
    bottom: -2px;
    content: "";
    display: inline-block;
    left: 0;
    opacity: 0;
    position: absolute;
    height: 2px;
    width: 1px;
    transition: width 0.3s ease, opacity .1s .3s ease;
}

.section a:not(.btn):not([role=tab]):not(.hp-aoi-link):not(.pr-link):hover::after,
/*.section a:not(.btn):not([role=tab]):not(.hp-aoi-link):not(.pr-link):focus::after,*/
.section a:not(.btn):not([role=tab]):not(.hp-aoi-link):not(.pr-link):active::after {
    opacity: 1;
    width: 100%;
    transition: width 0.3s ease, opacity .3s ease;
}

.section a:not(.btn):not([role=tab]):not(.hp-aoi-link):not(.pr-link).white-txt:hover,
.section a:not(.btn):not([role=tab]):not(.hp-aoi-link):not(.pr-link).white-txt:focus,
.section a:not(.btn):not([role=tab]):not(.hp-aoi-link):not(.pr-link).white-txt:active {
    color: #FFF;
}

.section a:not(.btn):not([role=tab]):not(.hp-aoi-link):not(.pr-link).white-txt::after {
    background-color: #FFF;
}

@media screen and (min-width: 768px) {

.hp-emp-feature-search-jobs > a,
.hp-emp-feature-search-jobs > a:hover,
.hp-emp-feature-search-jobs > a:focus,
.hp-emp-feature-search-jobs > a:active {
    color: #FFF;
}

    .hp-emp-feature-search-jobs a::after {
        background-color: #FFF !important;
    }

}
