#pageWrapper {
    width: auto;
    padding: 0;
}
div {
    box-sizing: border-box;
}

p {
    max-width:45em;
}

/* New Typographic Styles to align with new Illumina Brand Guidelines */
/* Added by Adam "El Capitan" Prince | April 27, 2016 */

#pageWrapper {
    font-size: 14px;
}

a {
    color: #328ed1;
}

body {
    //font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
}

p,
ul,
ol {
    margin-bottom: 15px;
}

h1 {
    font-family: "HelveticaNeueW01-55Roma",sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 100;
}

.main-head-copy {
    color: #ffb441;
    font-family: "HelveticaNeueW01-MdExt",sans-serif;
    font-size: 44px !important;
    line-height: 50px !important;
    letter-spacing: 1px;
    font-weight: 100;
    margin-bottom: 0;
    padding: 30px 0 .5em;
}

h2 {
    font-family: "HelveticaNeueW01-55Roma",sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 100;
}

h3 {
    color:#ffb441;
    font-family: "HelveticaNeueW01-55Roma", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 100;
}

h4 {
    font-family: "HelveticaNeueW01-MdExt", sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 100;
}
h5 {
    font-family: "HelveticaNeueW01-55Roma", sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 100;
}
h6 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px 0;
    font-weight: bold;
}

.responsiveMarketoForm h5 {
    color:#ffb441;
    font-family: "HelveticaNeueW01-MdExt", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 100;
}

.btn {
    background-color: #3e7ebe;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-default {
    color:#666;
}

.btn:hover {
    background-color: #328ed1;
    text-decoration: none;
}

.btn-small {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn:not('.no-after'):after {
    content: "";
    margin-right: 10px;
}
.btn .fa {
    float: right;
    margin: 2px 0 0 5px;
}

/* End New Additions — AP */

.scroll-nav div span {
    border-color: #ae72b2;
}
.scroll-nav div:hover span,
.scroll-nav div.active span {
    background-color: #ae72b2;
}
#pageWrapper .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}
.cf {
    *zoom: 1;
}
.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.hero {
    background: url(../../../content/dam/illumina-marketing/images/ge-v1.jpg) scroll no-repeat center top white;
    min-height: inherit;
}
.header-copy {
    padding-bottom: 90px;
    max-width: 45em;
}
.body-copy {
    padding: 90px 0;
    max-width: 45em;
}
.persona {
    margin: 0 0 60px;
    position: relative;
    z-index: 1;
}
.persona-container {
    width: 48%;
    float: right;
    padding: 30px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    position: relative;
}
.persona-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 100px;
    width: 70%;
    z-index: -1;
    border-radius: 200px;
    margin-left: -35%;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 50px;
}
.persona-container:first-child {
    float: left;
}
.persona-container ul {
    border-bottom: 1px solid #ccc;
    margin-top: 30px;
}
.persona-container ul li {
    list-style: none;
}
.persona-container ul li > p a {
    display: block;
    padding: 8px 10px;
    background-color: white;
    border: 1px solid #ccc;
    border-bottom: 0;
    color: #666;
    text-decoration: none;
}
.persona-container ul li > p a:after {
    content: "+";
    display: inline-block;
    float: right;
    color: #328ED1;
}
.persona-container ul li > p.close a {
    font-size: 17px;
}
.persona-container ul li > p.close a:after {
    content: "x";
    color: #3e7ebe;
    margin-top: -1px;
}
.persona-container ul li > p .btn-small {
    margin: 10px 0 20px;
}
.accordion p {
    margin-bottom: 0;
}
.accordion .content {
    display: none;
    padding: 10px 30px 30px;
    background-color: white;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
}
.accordion .content li a {
    display: inline-block;
}
.accordion .content ul {
    border: 0;
    margin-top: 20px;
}
.accordion .content ul li {
    margin: 5px 0 5px 15px;
    list-style: outside disc;
}
.sections {
    padding: 60px 0;
}
@media screen and (max-width: 1024px) {
    .sections {
        padding: 60px 0;
        overflow: hidden;
    }
}
h1.sections {
    padding: 20px 0 50px !important;
}
h1.sections:before {
    content: "";
    display: inline-block;
    padding-left: 20px;
}
.sections div {
    width: auto;
    float: none;
}
div.sections.first {
    padding-top: 0;
}
.sections [class^='push'] {
    border-top: 1px solid #bbb;
    float: none;
    width: auto;
}
.sections .push-right {
    margin-left: 33%;
}
.sections .push-left {
    margin-right: 33%;
}
.sections .push-right .bottom,
.sections .push-left .bottom {
    margin: 50px 25% 0 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: white;
}
.sections .push-right .bottom p,
.sections .push-left .bottom p {
    padding: 10px 20px;
}
.sections .push-right .bottom p:first-child,
.sections .push-left .bottom p:first-child {
    padding-top: 15px;
    margin-bottom: 0;
    background-color: #fafafa;
    font-size: 17px;
}
.sections .push-left:before {
    right: 0;
    margin-right: -290px;
}
.sections .push-right:before {
    left: 0;
    margin-left: -290px;
}
.push--pics:before {
    content: '';
    border: 2px solid #cfcfcf;
    display: block;
    position: absolute;
    top: 0;
    width: 220px;
    height: 220px;
    background: url(../../../content/dam/illumina-marketing/images/informatics/redesign2014/icon-graphics.jpg) scroll no-repeat left center transparent;
    -webkit-border-radius: 220px;
    -moz-border-radius: 220px;
    border-radius: 220px;
}
.pics--graph:before {
    background-position: -61px -37px;
}
.pics--devices:before {
    background-position: -505px -26px;
}
.pics--data:before {
    background-position: -907px -28px;
}
.pics--data-cube:before {
    background-position: -74px -338px;
}
.pics--data-find:before {
    background-position: -478px -331px;
}
.pics--data-mobile:before {
    background-position: -900px -331px;
}
.pics--cloud:before {
    background-position: -74px -641px;
}
.pics--performance:before {
    background-position: -492px -630px;
}
.pics--cloud-bulb:before {
    background-position: -900px -630px;
    ;
}
.pics--document:before {
    background-position: -70px -934px;
}
.pics--gears:before {
    background-position: -486px -941px;
}
.pics--wrench:before {
    background-position: -900px -2188px;
}
.pics--data-laptop:before {
    background-position: -900px -930px;
}
.pics--basespace-onsite:before {
    background-position: -70px -1250px;
}
.pics--basespace-sequencers:before {
    background-position: -500px -1253px;
}
.pics--bioinformatics:before {
    background-position: -75px -1572px;
}
.pics--biomarkers:before {
    background-position: -485px -1572px;
}
.pics--population:before {
    background-position: -899px -1563px;
}
.pics--variantstudio:before {
    background-position: -493px -1872px;
}
.pics--nextbio:before {
    background-position: -71px -1872px;
}
.pics--nextbio-clinical:before {
    background-position: -77px -2190px;
}
.pics--nextbio-research:before {
    background-position: -490px -2190px;
}
.pics--hiseq-pop:before {
    background-position: -894px -1253px;
}
.pics--hiseq-pop-scale:before {
    background-position: -894px -1872px;
}
.pics--icon-research:before {
    background-position: 34px -2484px;
    border: 0;
}
.pics--icon-translational-research:before {
    background-position: -224px -2484px;
    border: 0;
}
.pics--icon-healthcare:before {
    background-position: -490px -2484px;
    border: 0;
}
.pics--icon-selection-tool:before {
    background-position: -744px -2484px;
    border: 0;
}
.pics--icon-award:before {
    background-position: -485px -2910px;
    border: 0;
}
.pics--icon-lock:before {
    background-position: -1003px -2484px;
    border: 0;
}
.pics--variant-interpreter:before {
    background-position: -77px -2922px;
}
.pics--basespace-support:before {
    background: url(../../../content/dam/illumina-marketing/images/informatics/redesign2014/icon-support.jpg) scroll no-repeat center center transparent;
}
.pics--speed:before {
    background: url(../../../content/dam/illumina-marketing/images/informatics/redesign2014/icon-speed.jpg) scroll no-repeat center center transparent;
}
.data-privacy-and-security h3 {
    padding-top: 50px;
}
.sections ul {
    margin: 20px 0 20px 15px;
}
.sections ul li {
    padding-bottom: 10px;
}
.sections ul ul li {
    list-style-type: circle;
}
.sections .basespace-login-left {
    position: relative;
    float: left;
    width: 55%;
}
.sections .basespace-login {
    position: relative;
    float: right;
    margin: 0px 0 100px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    width: 41%;
    padding: 30px 10px 10px;
}
.sections .basespace-login .btn {
    min-width: inherit;
    padding: 5px 10px;
    margin-top: 0;
}
.sections .basespace-login .btn:first-child {
    margin-right: 10px;
}
@media screen and (max-width: 1024px) {
    .sections .basespace-login-left {
        width: 100%;
    }
    .sections .basespace-login {
        width: 100%;
        margin-top: 0px;
    }
    .sections .basespace-login p {
        max-width: none;
    }
}
.bookend {
    background-color: #e0e0e0;
    padding: 100px 0;
}
.card {
    float: left;
    margin-right: 15px;
    position: relative;
    width: 140px;
    height: 140px;
    background-color: white;
    border-radius: 2px;
}
.card p {
    position: absolute;
    top: 0;
    left: 0;
    margin: 85px 20px 0;
}
.card p a {
    color: #666;
}
.card p a:after {
    content: none;
}
.bookend .btn,
.btn-white {
    background-color: white;
    color: #666;
    border-color: #ccc;
    border-bottom-color: #e5e5e5;
}
.bookend .btn:hover,
.btn-white:hover {
    color: #328ed1;
    background-color: #fafafa;
    border-color: #c0c0c0;
    border-bottom-color: #e0e0e0;
}
.bookend.translational {
    background-image: url(../../../content/dam/illumina-marketing/images/informatics/redesign2014/translational_footer.jpg);
}
.bookend.translational .btn {
    color: #666;
}
.hero.lvl2 .main-head-copy,
.hero.lvl3 .main-head-copy {
    font-size: 42px;
    line-height: normal !important;
}
.hero.lvl2 .main-head-copy,
.hero.lvl3 .main-head-copy,
.hero.lvl2 .body-copy h2,
.hero.lvl3 .body-copy h2 {
    color: #fff;
}
.hero.lvl2 .header-copy p,
.hero.lvl3 .header-copy p,
.hero.lvl2 .body-copy p,
.hero.lvl3 .body-copy p {
    color: #ededed;
}
/* level1 */

.hero.lvl1 .main-head-copy {
    min-height: 160px;
}
/* level2 */

.hero.lvl2 {
    background: url(../../../content/dam/illumina-marketing/images/informatics/redesign2014/data-pattern-lg.png) scroll no-repeat center #3e7ebe;
    padding: 100px 0 0;
}
.lvl2 .top {
    background-color: #fafafa;
    padding-top: 100px;
}
.lvl2 .header-copy {
    max-width: 55em;
}
.lvl2 .body-copy {
    padding: 0;
}
.progress {
    margin: 50px 0;
    border-top: 1px solid #dfdfdf;
}
.progress .top {
    padding: 50px 0 0;
}
.progress .top .span4 {
    padding: 0 0 30px;
    background: url(../../../content/dam/illumina-marketing/images/informatics/redesign2014/arrow.png) scroll no-repeat right bottom transparent;
}
.progress .top h3 {
    margin-bottom: 0;
    font-size: 22px;
}
.progress .bottom {
    padding: 0 0 50px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #dfdfdf;
}
.progress .bottom .span4 {
    padding: 30px 0 0;
    background: url(../../../content/dam/illumina-marketing/images/informatics/redesign2014/arrow.png) scroll no-repeat right top transparent;
}
.progress .bottom p {
    padding-right: 50px;
}
.span4,
.sections .span4 {
    float: left;
    width: 30%;
    margin-left: 5%;
}
.span4:first-child {
    margin-left: 0;
}
.span4 h3 small {
    display: block;
    color: #666;
    font-size: .6em;
    font-family: Arial;
    margin-top: 0;
}
.span4 p b {
    display: block;
    margin-bottom: 10px;
}
.sections .span8 {
    float: left;
}
#pageWrapper .additional-resources {
    padding: 70px 0 100px;
}
.additional-resources h4 {
    font-size: 20px;
    color: #ffb441;
}
.lvl3.additional-resources p strong {
    height: 50px;
}
.lvl3.additional-resources p a img {
    position: absolute;
    height: 37px;
    width: 37px;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    top: 0;
    right: 0;
    margin: 150px 20px 0 0;
}
.bookend.lvl2 {
    padding: 50px 0;
    background: url(../../../content/dam/illumina-marketing/images/informatics/redesign2014/informatics-datacenter-footer.png) scroll no-repeat right center #fafafa;
}
.bookend.lvl2 p {
    margin-bottom: 0;
}
.bookend.lvl2 .btn {
    min-width: 350px;
    border-radius: 10px;
}

/*
.sticky-menu {
    display: none;
}
.sticky-menu .w-container menu span:after,
.sticky-menu .w-container .persona-areas li.group > a:after {
    border-top-color: #ae72b2;
}
.sticky-menu .w-container .persona-areas li.group > a:after {
    top: 6px;
}
.sticky-menu .w-container .persona-areas li a:hover,
.sticky-menu .w-container .persona-areas li a.active {
    border-bottom-color: #ae72b2;
}
.sticky-menu .w-container .persona-areas li.group:hover .subgroup {
    height: 123px;
}
.sticky-menu .w-container .persona-areas li.group:hover .subgroup.height2 {
    height: 82px;
}
.sticky-menu .w-container .persona-areas li.group:hover .subgroup.height3 {
    height: 123px;
}
.sticky-menu .w-container .persona-areas li.group:hover .subgroup.height4 {
    height: 164px;
}
.sticky-menu .w-container .persona-areas li.group:hover .subgroup.height5 {
    height: 205px;
}
.sticky-menu .w-container .persona-areas li.group:hover .subgroup.height6 {
    height: 246px;
}
.sticky-menu .w-container .persona-areas li.group:hover .subgroup.height7 {
    height: 287px;
}
.sticky-menu .w-container menu:hover .more-persona {
    height: 54px;
}
.sticky-menu .w-container menu:hover .more-persona.height68 {
    height: 68px;
}
.no-sticky-menu .sticky-menu {
    display: none !important;
}
.TRI .sticky-menu .w-container .persona-areas li a {
    margin-right: 15px;
}
*/

/* level2 */
/* level3 */

.hero.lvl3 {
    background: url(../../../content/dam/illumina-marketing/images/informatics/redesign2014/data-pattern-lg.png) scroll no-repeat center #3e7ebe;
    padding: 100px 0 50px;
}
.lvl3 .header-copy,
.lvl3 .body-copy {
    padding-top: 0;
    padding-bottom: 0;
}
.lvl3 small {
    margin-top: 0;
}
.hero.lvl3 p {
    max-width: inherit;
}
.hero.lvl3.hero-basespace {
    background: url(../../../content/dam/illumina-marketing/images/informatics/banner-basespace.jpg) scroll no-repeat center bottom white;
    padding: 70px 0 0;
    height: 455px;
}
.hero.lvl3.hero-basespace h3 {
    font-size: 40px;
    margin: 0;
    color: #666;
    letter-spacing: 0px;
}
.hero.lvl3.hero-basespace h4 {
    font-family: Arial;
    font-size: 17px;
    color: #666;
    margin: 5px 0 0;
}
.hero.lvl3.hero-basespace h4 strong {
    font-style: italic;
    color: #ffb441;
    font-weight: bold;
    font-family: 'HelveticaNeueW01 53 Ext', Arial, sans-serif;
    font-size: 15px;
}
@media screen and (max-width: 768px) {
    .hero.lvl3.hero-basespace {
        -moz-background-size: 250%!important;
        -webkit-background-size: 250%!important;
        background-size: 250%!important;
    }
}
.sections.lvl3 [class^="push"] {
    border-top: 0;
    position: relative;
}
.sections.lvl3 [class^="push"] > img {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 0 -500px;
}
.sections.lvl3 .push-left > img {
    left: inherit;
    right: 0;
    margin: 0 -450px 0 0;
}
.sections.lvl3 h3 {
    border-bottom: 1px solid #bbb;
    padding-bottom: 1em;
    color: #666666;
}
.sections.lvl3 h3 small {
    display: block;
    color: #666;
    font-family: Arial;
    font-size: 15px;
}
/* level3 */
/* Software Comparison Table */

.lvl3 .basespace-tier-comparison {
    margin-top: 20px;
    float: left;
    width: 100%;
}
.lvl3 .basespace-tier-comparison table.bordered {
    width: 100%;
    min-width: 650px;
}
.sections.lvl3 .basespace-tier-comparison h3 {
    font-size: 18px;
    position: relative;
    text-align: center;
    padding: 35px 0px 25px;
    float: left;
    width: 100%;
    background: #f9f9f9;
    margin: 0;
    border-top: 1px solid #ccc;
    border-bottom: none;
    border-left: 1px solid #ccc;
    overflow: hidden;
}
.sections.lvl3 .basespace-tier-comparison h3 small {
    font-size: 11px;
    position: absolute;
    width: 100%;
    letter-spacing: 0px;
}
.sections.lvl3 .basespace-tier-comparison table.bordered thead tr th:first-child h3 {
    border-radius: 5px 0px 0px;
}
.sections.lvl3 .basespace-tier-comparison table.bordered thead tr th:last-child h3 {
    width: 100.5%;
    border-right: 1px solid #ccc;
    border-radius: 0px 5px 0px 0px;
    border-left: none;
}
.sections.lvl3 .basespace-tier-comparison table.bordered thead tr th:nth-child(3) {
    border-left: 0px;
}
.sections.lvl3 .basespace-tier-comparison table.bordered thead tr th:nth-child(2n) h3 {
    background: #e5e5e5;
}
.sections.lvl3 .basespace-tier-comparison .available-soon {
    z-index: 10;
    font-size: 10px;
    background: #F68920;
    color: #fff;
    padding: 7px 0px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    width: 100%;
    border-left: 2px solid #f68920;
    border-right: 2px solid #f68920;
    box-sizing: content-box;
    position: absolute;
    top: -23px;
    border-radius: 7px 7px 0px 0px;
    left: -2px;
}
.sections.lvl3 .basespace-tier-comparison .available-soon sup {
    margin-top: -0.4em;
}

.lvl3 .basespace-tier-comparison table.bordered thead tr th:nth-child(3) h3 {
    border-left: none;
}
.lvl3 .basespace-tier-comparison table.bordered tr td,
.lvl3 .basespace-tier-comparison table.bordered tr th {
    width: 24.33%;
    background: #f9f9f9;
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
}
.lvl3 .basespace-tier-comparison table.bordered tr th:first-child {
    width: 27%;
    text-align: left;
}
.lvl3 .basespace-tier-comparison table.bordered thead tr th {
    background: #fff;
    border: none;
    padding: 0;
}
.lvl3 .basespace-tier-comparison table.bordered tr th:last-child {
    border-radius: 0px 5px 0px 0px;
}
.lvl3 .basespace-tier-comparison table.bordered tr th:nth-child(2n),
.lvl3 .basespace-tier-comparison table.bordered tr td:nth-child(2n) {
    background: #e5e5e5;
}
.lvl3 .basespace-tier-comparison table.table td ul li {
    font-size: 15px;
}
.lvl3 .basespace-tier-comparison table.bordered .fa {
    color: #F68920;
    font-size: 17px;
}
.lvl3 .basespace-tier-comparison table.bordered small {
    font-size: 11px;
}
@media screen and (max-width: 1024px) {
    .basespace-tier-comparison.table-responsive {
        overflow: scroll;
    }
}
.sequencing-data-library table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}
.sequencing-data-library table th,
.sequencing-data-library table td {
    text-align: left;
    vertical-align: top;
}
.sequencing-data-library table th {
    border-bottom: 1px solid #cfcfcf;
}
.sequencing-data-library table td:first-child {
    width: 30%;
    padding: 10px 30px 0 0;
}
.sequencing-data-library td table {
    margin: 0;
}
.sequencing-data-library td table th,
.sequencing-data-library td table td {
    border: 1px solid #cfcfcf;
    border-top: 0;
    padding: 3px;
}
.sequencing-data-library td table tr:nth-child(2n) {
    background-color: #fafafa;
}
.sequencing-data-library td table td:first-child {
    width: 15%;
    padding: 3px;
}
.sequencing-data-library td table td:nth-child(2) {
    width: 15%;
}
.sequencing-data-library td table td:nth-child(3) {
    width: 15%;
}
.sequencing-data-library td table td:nth-child(4) {
    width: 15%;
}
.lvl3 [class^="modal"] span.rapid2 {
    background-image: none;
}
.table {
    text-align: left;
}
.table td:nth-child(2n) {
    background-color: #fafafa;
}
.table th,
.table td {
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
    padding: 5px 10px;
}
.table thead th {
    text-align: center;
    vertical-align: bottom;
}
.table td ul {
    margin: 0;
}
.table td ul li {
    padding-bottom: 5px;
}
/* font-size class */

.fs38 {
    font-size: 38px !important;
}
.fs32 {
    font-size: 32px !important;
}
.fs28 {
    font-size: 28px !important;
}
.fs24 {
    font-size: 24px !important;
}
.fs18 {
    font-size: 18px !important;
}
.fs15 {
    font-size: 15px !important;
    line-height: 21px;
}
.fs11 {
    font-size: 11px !important;
}
/* color class */

.pumpkin {
    color: #ffb441 !important;
}
.red {
    color: #C5246E !important;
}
.purple {
    color: #885087 !important;
}
.darkgray {
    color: #666 !important;
}
.lightgray-bg {
    background-color: #fafafa;
}
.position-absolute {
    position: absolute;
}
.inline-block {
    display: inline-block !important;
}
.fs6em {
    font-size: .6em !important;
}
.no-border {
    border: 0 !important;
}
.parsys p a:after {
    content: none;
}

/* Added by Adam "El Capitan" Prince | April 6, 2016 | Tab Card Styles */
/* These override Informatics CSS */
/* For Bootstrap Nav Tabs */

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ccc;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    text-align: center;
    width: 20%;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
/* Custom Styles */

strong {
    font-weight: bold;
}
.btn.disabled,
.btn[disabled] {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    pointer-events: none;
}
.tab-card {
    background-color: #fff;
    border-color: #ccc;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    margin-bottom: 15px;
    position: relative;
}
.tab-card:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 100px;
    width: 70%;
    z-index: -1;
    border-radius: 200px;
    margin-left: -35%;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 50px;
}
.nav-tabs {
    border-bottom: 2px solid #ccc;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-width: 0;
}
.nav-tabs > li > a {
    border: none;
    color: #666;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.nav-tabs > li > a small {
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
    border: none;
    color: #328ed1 !important;
    background: transparent;
    outline: none;
}
.nav-tabs > li > a::after {
    content: "";
    background: #328ed1;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}
.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
    transform: scale(1);
}
.tab-nav > li > a::after {
    background: #328ed1 none repeat scroll 0% 0%;
    color: #fff;
}
.tab-content {
    background-color: #f0f0f0;
    padding: 30px 30px 15px 30px;
}
.tab-content img {
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.hero-default-purple-bkg {
    background: url('//assets.illumina.com/content/dam/illumina-marketing/images/banners/hero-default-purple-bkg.jpg') no-repeat;
    background-size: cover;
    padding: 15px 30px;
}
.hero-default-purple-bkg h2 {
    color: #fff;
    font-family: "HelveticaNeueW01-MdExt", sans-serif;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 29px;
    margin-bottom: 0;
}
/* This overrides the RGH menu:hover height. Due to a name change, menu item was wrapping/getting cut off */
/* Added by Adam Prince on May 11, 2016 */
.sticky-menu .w-container menu:hover .more-persona {
    height: 130px !important;
}
/* RGH overrides to get Sticky nav working
   Applied to Informatics */

#altNav {
	z-index: 9;
}
.responsive-template .sticky-menu {
	top: 94px!important;
}

body.responsive-template #pageWrapper {
	margin-top: 41px;
	top: 94px;
}
#contentWrapper {
	z-index: 8;
}
