/* globalnav.css */

.hn .cse .gsc-search-button input.gsc-search-button-v2,
.hn input.gsc-search-button-v2 {
    margin:0;
    padding: 9px 27px!important;
    background-color: #337ab7;
    border: none;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

.mainnav {
    position: relative;
    height: 93px;
    z-index: 1035;
    width: 100%;
}

.has-sticky .mainnav {
    position: fixed;
    z-index: 1035;
    top: 0;
    width: 100%;
    -webkit-transition: height .4s;
    -moz-transition: height .4s;
    -o-transition: height .4s;
    transition: height .4s;
}

/* to hide unstyled stickynav before sticky nav CSS is loaded */
.responsive-template .sticky-menu .container {
    opacity: 0;
}

.mainnav header > .container {
     height: 93px;
     overflow: visible;
     -webkit-transition: all .4s;
     -moz-transition: all .4s;
     -o-transition: all .4s;
     transition: all .4s;
 }

.mainnav.collapsed .top-nav-area .well {
    background: none;
    border-color: transparent;
    height: 42px;
}

.mainnav.collapsed #language-selector {
    opacity: 0;
    margin: 0px;
}

header .logo-area, .logo-area img {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    vertical-align: middle;
}

.collapsed-mainnav header > .container {
    height: 42px;
}

.collapsed-mainnav header nav {
    border-top: 0px;
}

header > div > menu li {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    height: 37px;
    overflow: hidden;
}

.collapsed-mainnav header > div >  menu {
    height: 0px;
}

.collapsed-mainnav header > div > menu li:not(.search) {
    height: 0px;
    padding: 0px;
}

.collapsed-mainnav header .logo-area {
    padding: 9px 0px;
}

    .collapsed-mainnav .logo-area img {
        width: 90px;
        height: 20px;
    }

.collapsed-mainnav .top-nav-area .well {
    background: none;
    border-color: transparent;
    padding-top: 11px;
}

.collapsed-mainnav #language-selector {
    opacity: 0;
}

.collapsed-mainnav menu ul li.search {
    top: -66px;
    z-index: 9999;
    font-size: 11px;
    letter-spacing: 0.3px;
}

.collapsed-mainnav header menu ul li.search:after {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.collapsed-mainnav header menu ul li.search .fa {
    font-size: 13px;
    width: 13px;
}

.collapsed-mainnav header menu ul li.active, .collapsed-mainnav header menu ul li:hover {
    border-bottom-color: transparent;
}

.collapsed-mainnav #userStatus, .collapsed-mainnav #cart_button, .collapsed-mainnav .mm-contact, .collapsed-mainnav #language-selector {
    height: 31px;
}

header menu ul li.search {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    top: 0;
    right: 0;
    position: absolute;
}

header {
    font-size:14px;
    background-color:white;
    background:linear-gradient(#fff, #efefef);
}

header .col-md-2,
header .col-md-10 {
    padding:0;
}

header .logo-area .fa {
    display:none;
}

header .language-dropdown {
    padding:5px 10px;
    font-size:12px;
    background-color:white;
    border:1px solid #e9e9e9;
    position:absolute;
    top:0;
    right:0;
    border-radius:5px;
    box-shadow:none;
    margin:30px 0 0 0;
}

header .language-dropdown a {
    display:inline-block;
    color:#328ed1;
    padding:0 5px;
}


header menu li:after {
    content:'\f107';
    font-family:FontAwesome;
    margin-left:5px;
}

header #language-selector .fa {
    margin-right: 5px;
    float: left;
    line-height: 1em;
    font-size: 14px;
}

header .logo-area {
    padding:15px 0;
}

header .logo-area a {
    display:inline-block;
}

.top-nav-area {
    text-align:right;
    margin-bottom:20px;
    position:relative;
}

.top-nav-area .well {
    font-size:12px;
    padding: 5px 5px 0px;
    margin:0;
    display:inline-block;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px;
    border:1px solid #e9e9e9;
    border-top:0;
    background-color:white;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 1;
    height: 28px;
}

    .top-nav-area .well.hidden-secnav {
        opacity: 0;
    }
.top-nav-area .pull-right {
    float: right!important;
}

#userStatus, #cart_button, .mm-contact, #language-selector {
    color: #666!important;
}

#userStatus, #cart-plugin, .mm-contact, #language-selector {
    display:inline-block;
    margin:0 7px;
    color: #666;
    width: auto;
    opacity: 1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-transform: uppercase;
    font-size: 11px;/*
    height: 17px;*/
    white-space: nowrap;
    letter-spacing: 0.3px;
    float: left;
}

    .top-nav-area a, .top-nav-area a:hover {
        color: inherit;
    }

    .top-nav-area .well a:hover, .top-nav-area .well span:hover {
        text-decoration: none;
    }

    #userStatus {
        border-right: 1px solid #ccc;
        padding-right: 12px;
    }

    #userStatus span {
        font-weight: bold;
    }

    #userStatus > a:hover {
        cursor: default;
    }

     #cart_button, #CartDropdown-Container {
        font-size: 11px;
    }

    .top-nav-area .well > #language-selector {
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
    }

    .top-nav-area .well > #language-selector.lang-transition {
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

.top-nav-area .well > a:before, .top-nav-area .well > span:before, #cart_button:before, #CartDropdown-Tab span:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 4px;
    position: relative;
}

header #userStatus:before {
    content: '\f007';
}

header .mm-contact:before {
    content: '\f095';
    top: 1px;
}

header #language-selector:before {
    content: '\f0ac';
}

#cart_button:before, #CartDropdown-Tab span:before {
    content: '\f07a';
}

#cart_button:after {
    content: '\f107';
    font-family:"FontAwesome";
    margin-left: 5px;
    font-weight: bold;
}

#cart_button {
    position: relative;
    /*height: 22px;*/
    display: inline-block;
}

    #cart_button:hover {
        color: inherit;
    }

#userStatus {
    float: left;
    min-width: 31px;
    cursor: pointer;
}

    #userStatus > a {
        margin-right: 0px;
        z-index: 100;
        position: relative;
    }

    #userStatus span a {
        margin:0;
        color: #666;
    }

    #userStatus .fa {
        font-weight: bold;
        margin-left: 5px;
    }

    #userStatus > a:hover {
        cursor: pointer;
    }

#userStatus {
    position: relative;
}

#userDropdown-Container {
    position: absolute;
    top: 23px;
    background: #fff;
    border: 1px solid #e5e5e5;
    left: -9px;
    z-index: 99;
    padding: 0px;
    display: none;
    width: 100%;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
    min-width: 150px;
}

    #userDropdown-Container li a {
        text-transform: none;
        font-size: 12px;
        color: #666;
        padding: 5px 15px;
        height: auto;
        width: 100%;
        margin: 0;
        float: left;
        text-align: left;
    }

        #userDropdown-Container li a:hover {
            background: #e5e5e5;
            cursor: pointer;
        }

.collapsed-mainnav #userDropdown-Container {
    top: 31px;
    background: #efefef;
    border: 1px solid #ccc;
}

.mainnav header > .container{
    z-index: 12;
}

header nav {
    z-index: 11;
}

header ul,
header li {
    list-style:none;
    margin:0;
    padding:0;
}

header menu {
    text-align:left;
    padding:0;
    margin-top:1px;
    margin-bottom:0;
    clear:both;
}

header menu ul {
    display:block;
    margin-bottom:-1px;
    position: relative;
}

header menu ul li {
    font-size:12px;
    float:left;
    padding:10px 0;
    margin-left:20px;
    text-transform:uppercase;
    border-bottom:1px solid transparent;
    cursor:pointer;
}

header menu ul li:first-child {
    margin-left:0;
}

header menu ul li.active,
header menu ul li:hover {
    border-bottom-color:#ffb441;
}

header menu ul li.support.active,
header menu ul li.support:hover {
    border-bottom-color:#7ca8d4;
}

header menu ul li.search {
    float:right;
}

header menu ul li.search:after {
    content:"search";
    display:inline-block;
    font-family: Arial;
}

header menu ul li.search .fa {
    font-size:14px;
}

header nav {
    position:absolute;
    font-size:13px;
    width:100%;
    border-top:1px transparent;
    border-bottom:1px solid #bbb;
    /*background-color:rgba(245,245,245,0.95);*/
    background-color:rgb(245,245,245);
    z-index:11;
}
    header nav a:hover {
        text-decoration: none;
    }

/* From header-footer-2014 */

.align-center {
    text-align:center;
}

.margin-bottom-10 {
    margin-bottom:10px;
}

.border-right {
    border-right:1px solid #ccc;
    padding-right:10px;
    margin-right:5px;
}

#pageWrapper {
    width:auto !important;
    margin:0;
    background-color:#fff;
}

.ilmn-hp-wrapper {
    width:auto !important;
    margin:0;
    padding:0 !important;
}

.ilmn-hp-contentwrapper {
    background-color:white;
}

#contentWrapper {
    width:960px;
    margin:0 auto;
}

#contentWrapper:after {
    content:'';
    display:table;
    clear:both;
}

#AltLinks {
    display:none;
}

#ilmn_search_form {
    position:relative !important;
    width:auto !important;
    top:inherit !important;
    left:inherit !important;
}

#ilmn_search_form #search {
    float:none !important;
    width:100% !important;
}

.animate500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.animate700 {
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.divide-top {
    border-top:1px solid #ccc;
    padding-top:10px;
}

.fa.collapse-search {
    display: none;
}

.nav-tabs.mobile-nav-tabs {
    width: 100%;
    display: none;
    border-bottom: 1px solid #ccc;
    background: #e5e5e5;
    z-index: 3!important;
    position: relative;
}
    .nav-tabs.mobile-nav-tabs li {
        display: table-cell;
        width: 33.33%;
        text-align: center;
    }
        .nav-tabs.mobile-nav-tabs > li > a {
            padding: 10px 0;
            color: #666;
            font-size: 14px;
            border-radius: 0!important;
            margin: 0!important;
            border: none;
            border-bottom: 2px transparent;
        }
        .nav-tabs.mobile-nav-tabs > li > a:hover, .nav-tabs.mobile-nav-tabs > li > a:active {
            background: #f9f9f9!important;
            cursor: pointer;
            color: #666;
            border-color: #ddd!important;
        }
        .nav-tabs.mobile-nav-tabs > li.active > a, .nav-tabs.mobile-nav-tabs > li.active > a:hover, .nav-tabs.mobile-nav-tabs > li.active > a:focus {
            background: #f9f9f9;
            border-bottom: 2px solid #ffb441!important;
            border-right: 1px solid #ccc!important;
            border-left: 1px solid #ccc!important;
            border-top: none;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
        }
header .tab-content {
    position: relative!important;
    width: 100%;
    height: 100%;
    z-index: 3!important;
}

.hn {
    display:none;
    padding:20px 0 40px;
}

.hn.search-content {
    padding: 25px 0;
}

.hn.search-content .hn-title small {
    font-weight:normal;
    border-left:1px solid #bbb;
    padding-left:5px;
    color:#bbb;
}

.hn.search-content .p-0 {
    padding: 0;
}

.hn .hn-title {
    margin-bottom:10px;
    font-size:16px;
    line-height:1.42em;
    font-weight:bold;
    max-width:inherit;
}
    .hn .hn-title a:after, .hn .hn-subtitle a:before, .hn .title-links li a:before {
        content: '\f105';
        font-family: FontAwesome;
        margin-right: 5px;
    }
.hn .hn-mobile-title {
    padding: 0px 15px 0px 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 1.42em;
    max-width: inherit;
    display: none;
}

.hn .hn-subtitle:first-child {
    margin-top:0;
}

.hn .hn-super-title {
    /*font-size:16px;
    font-weight:normal;
    text-transform: capitalize;*/
    font-size: 13px;
    font-weight: bold;
    margin: 20px 0px 10px;
}


    .hn.areas-of-interest-content .hn-super-title, .hn.techniques-content .hn-super-title {
        text-transform: uppercase;
    }

    .hn.informatics-content .hn-super-title a, .hn.science-content .hn-super-title a, .hn.company-content .hn-super-title a {
        margin-left: -10px;
        text-indent: 10px;
    }

    .hn.informatics-content .hn-super-title a:before, .hn.science-content .hn-super-title a:before, .hn.company-content .hn-super-title a:before {
        content: '\f105';
        font-family: FontAwesome;
        margin-right: 5px;
    }

    .hn .hn-super-title:first-child {
        margin-top: 0px;
    }



.hn .hn-subtitle {
    font-weight:bold;
    font-size:13px;
    margin: 15px 0 5px;
    padding-bottom:0;
    text-indent: -10px;
    margin-left: 10px;
}

.hn .hn-subtitle,
.hn .title-links li {
    display: block;
    font-weight: bold;
}

.hn .hn-title a:after {
    font-family: "FontAwesome";
    content:'\f054';
    margin-right:0;
    margin-left:6px;
    font-size: 12px;
}

.hn .area-of-interest p {
    font-size:16px;
    font-weight:bold;
    margin-top:10px;
}

.hn ul {
    /*margin-left:10px;*/
    margin-bottom:10px;
}

.hn ul li {
    margin-top:5px;
}

.hn ul li:first-child {
    margin-top:0;
}
.hn > .fa {
    display: none;
}
.hn table.gsc-search-box td {
    vertical-align:top;
}

/* Systems Menu Update January 2017 */
.hn-separator {
    border-top: 1px solid #ccc;
    margin: 20px 0px;
}

header .megamenu-icon {
    /*max-width: 30px;
    max-height: 26px;*/
    max-width: 26px;
    max-height: 22px;
    display: inline;
    margin: 0px 6px 0px 0px;
}

.hn.systems-content .row {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

.hn.systems-content .col-md-4 {
    padding: 0px 15px;
}

.hn.systems-content .container p {
    font-size: 13px;
}

.hn.systems-content .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.padd-10-0 {
    padding:20px 0 0;
}

.padd-10-0 p {
    padding:0;
}

.padd-10-0 p span {
    font-size:13px !important;
}

.language-dropdown {
    opacity:1;
}
/*:::::::::: Support Nav ::::::::::*/
.hn.support-content {
    /*background-color: transparent !important;
    overflow-x: hidden;*/ /* blue bar overflow fix */
    padding: 20px 0px 25px;
}

.hn.support-content a {
    color: #328ed1 !important;
}

.hn.support-content .hn-title {
    width: 50%;
    float: left;
    font-size: 14px;
}

.hn.support-content .hn-title-bottom {
    width: 100%;
}
    .hn.support-content .hn-title-bottom .btn {
        color: #fff!important;
    }
.hn.support-content p  {
    color: #666 !important;
}

p.hn-title-top {
    display: none;
}

.support-blue {
    background-color: #7ca8d4;
    margin-top: 20px;
}
    /* bootstrap override for blue title row */
    .support-blue .py-1 {
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    /*.support-blue p {
        border-right: 1px solid #fff;
        margin: 10px 0px!important;
    }
        .support-blue p:last-child {
            border-right: none;
        }*/

p.hn-super-title.nav-stripe {
    color: #fff !important;
}

a.tracklink.kit-name {
    line-height: 1;
}


.hn.support-content span.fa {
    padding-right: 6px;
}

img.promo {
    float: left;
    width: 84px;
    padding-right: 10px;
}

.nav-bottom {
    margin-top: 25px;
}

.popular-kits {
    float: left;
    width: 100%;
    padding:0px 5px 0px 0px;
    margin: 5px 0px 0px;
}

    .popular-kits a {
        float: left;
        width: auto;
    }
    .popular-kits .kit-thumb {
        width:46px;
        height:34px;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        background-size:cover;
        background-position:center;
        background-blend-mode: multiply;
    }

.hn .support-nav-nosignin .hn-subtitle {
    float: left;
    margin: 5px 0px 0px 10px;
    clear: left;
}
    .hn .support-nav-nosignin .hn-subtitle:first-child {
        margin-top: 4px;
    }
.hn.support-content form {
    float: left;
    width: 100%;
    margin: 0px 0px 5px;
}

div.all-kits {
    margin: 15px 0px;
    padding-top: 5px;
    float: left;
    width: 50%;
}
    div.all-kits a {
        font-size: 13px;
    }

.hn.support-content span.fa.fa-chevron-right {
    color: #666;
    padding-left: 15px;
}

.hn.support-content img.workflow-icon {
    width: 26px;
    float: left;
    padding-right: 5px;
    max-width: none;
}

.support-nav-workflow {
    /*padding-left: 5px !important;
    padding-right: 5px !important;*/
    margin-top: 15px;
}
    .support-nav-workflow a, .support-nav-workflow span {
        width: 33.33%;
        display: table-cell;
        vertical-align: middle;
    }
    .support-nav-workflow:last-child span.fa {
        opacity: 0;
    }


.popular-systems {
    padding-left: 5px!important;
    padding-right: 5px!important;
    text-align: center;
    margin-bottom: 15px!important;
}
    .popular-systems a {
        margin-top: 3px;
        float: left;
        width: 100%;
        text-align: center;
    }
    .popular-systems img {
        max-width: 65px;
    }


.support-mobile-show {
    display: none!important;
}


.hn.support-content .menu-cta {
    display: none;
}

/* Cookied experience system styles */
.support-signin > div > div > a > img {
    max-width: 120px;
}
.support-signin > div > div:nth-child(3) {
    padding-right: 15px!important
}
.support-signin .support-menu-system-feature {
    max-width: 80%;
}
.support-signin .row > div {
    padding: 0 15px!important
}

/* Column adjustments for better Kit name fit */
/*.hn.support-content .row > .col-md-9 {
    padding-right: 0px;
}
.hn.support-content .row > .col-md-9 > col-md-6:last-child {
    padding-left: 25px;
}

*/
.hn.support-content .support-signin, .hn.support-content .support-c-show {
    display: none;
}

.hn.support-content .support-additional-resources p.org-support {
    margin-top: 20px;
}

@media (max-width: 1023px) {

    .hn .hn-title a:after, .hn .hn-subtitle a:before, .hn .title-links li a:before {
        content: ''!important;
        margin: 0!important;
    }

    .hn.areas-of-interest-content .hn-super-title, .hn.techniques-content .hn-super-title {
        text-transform: capitalize;
    }

    .hn.informatics-content .hn-super-title a, .hn.science-content .hn-super-title a, .hn.company-content .hn-super-title a {
        margin-left: 0;
        text-indent: 0;
    }

    .hn.informatics-content .hn-super-title a:before, .hn.science-content .hn-super-title a:before, .hn.company-content .hn-super-title a:before {
        content: '';
        margin-right: 0;
    }

    .nav-tabs.mobile-nav-tabs {
        display: table;
    }
    .popular-kits a {
        line-height: 1.42!important;
    }
    /*.popular-kits a:last-child {
        padding-top: 0px;
    }*/
    .support-blue {
        display: none;
    }
    .support-mobile-show {
        display: block!important;
    }
    .support-additional-resources {
        padding-left: 30px;
        padding-right: 30px;
        display: none;
    }
    .support-nav-workflow:last-child span.fa {
        opacity: 1;
    }
    p.hn-title-top {
        display: block;
    }
    .hn.support-content {
        padding: 0;
    }
    .hn.support-content .hn-title {
        width: 100%;
        margin-left: 15px;
    }
    /*.hn.support-content form {
        float: left;
        width: 90%;
        max-width: 400px;
        margin: 10px 0px 0px 10px;
    }
    .hn.support-content .hn-super-title {
        text-transform: capitalize;
    }*/
    .hn.support-content .col-md-3.support-nav-workflow {
        width: 100%;
        margin-top: 5px;
        font-weight: bold;
        font-size: 14px;
        border-bottom: 1px solid #ccc;
        padding: 0px 15px;
    }
        .support-nav-workflow a {
            float: left;
            width: 55px;
            line-height: 40px;
        }
        .support-nav-workflow span {
            text-align: right;
            float: right;
            line-height: 40px;
        }

    img.workflow-icon {
        width:45px;
    }
    .nav-bottom .col-md-9 > div {
        margin: 10px 0px;
    }


    p.hn-title-bottom {
        display: none;
    }
    .hn.support-content .hn-super-title {
        margin: 20px 0px 15px;
    }
    .hn-separator {
        display: none;
    }
    .nav-bottom {
        margin-top: 0px;
    }
}

@media (max-width:991px) {
    .hn.products-and-services ul .col-xs-12 {
        float: left;
        width: 100%;
    }
}

.planning-tools {
    margin-top: 15px;
}
    .planning-tools li {
        margin-right: 35px!important;
        float: left;
    }

/*@media (min-width: 1024px) {
    .hn.support-content {
        background-color: transparent !important;
        overflow-x: hidden; /* blue bar overflow fix
        padding: 20px 0px 25px;
    }
}*/

.hn.support-content ul {
    margin-left: 0px;
    margin-bottom: 0px;
}

.hn.support-content a {
    color: #328ed1 !important;
}

.hn.support-content .hn-title {
    width: 50%;
    float: left;
    font-size: 14px;
}


.hn.support-content p.hn-subtitle {
    float: left;
    width: 100%;
    margin: 5px 0px 0px 10px;

}
.hn.support-content .hn-title-bottom {
    width: 100%;
    margin: 7px 0px 0px;
}
.hn.support-content p  {
    color: #666 !important;
}

p.hn-title-top {
    display: none;
}

.row.support-blue {
    background-color: #3e7ebe;
    margin-top: 20px;
    max-width: none;
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.hn.support-col-left {
    padding-left: 0px;
}

p.hn-super-title.nav-stripe {
    color: #fff !important;
}

a.tracklink.kit-name {
    line-height: 1;
}

img.promo {
    float: left;
    width: 84px;
    padding-right: 10px;
}

div.all-kits {
    margin: 15px 0px;
    padding-top: 5px;
    float: left;
    width: 50%;
}
    div.all-kits a {
        font-size: 13px;
    }

.hn.support-content span.fa.fa-chevron-right {
    color: #666;
    padding-left: 15px;
}

img.workflow-icon {
    width: 26px;
    float: left;
    padding-right: 5px;
}

    .support-nav-workflow a, .support-nav-workflow span {
        width: 33.33%;
        display: table-cell;
        vertical-align: middle;
    }

.popular-systems {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    margin-bottom: 15px;
}
    .popular-systems a {
        margin-top: 3px;
        float: left;
        width: 100%;
        text-align: center;
    }
    .popular-systems img {
        max-width: 65px;
    }

@media (max-width: 1023px) {
    body {
        padding-top: 42px;
    }
        .hn.support-content .submenu a {
            margin-top: 5px;
        }
    .support-additional-links {
        padding: 0px 30px;
    }
    .submenu-content .col-md-6.support-nav-target {
        padding: 0!important;
    }
        .support-nav-target .col-md-6 {
            padding: 15px!important;
            border-bottom: 1px solid #ccc;
        }

    /* revert column tweak for mobile */
    .hn.support-content .row > .col-md-9 > .col-md-6:first-child {
        padding-right: 15px;
        padding-left: 15px;
    }
    .support-blue {
        display: none;
    }
    .support-additional-resources {
        padding-left: 30px;
        padding-right: 30px;
        display: none;
    }
    .hn.support-content .support-nav-workflow a, .hn.support-content .support-nav-workflow span.fa {
        width: auto;
    }
    .hn.support-content .support-nav-workflow a {
        float: left;
    }
    .hn.support-content .support-nav-workflow a:first-child {
        padding: 9px 9px 9px 0px;
    }
    .hn.support-content .support-nav-workflow span.fa {
        float: right;
        display: none;
    }
    p.hn-title-top {
        display: block;
    }
    .hn.support-content .hn-title {
        width: 100%;
    }

    .popular-systems {
        padding: 0px 15px!important;
    }
    /*div.popular-systems {
        padding: 0px;
        margin: 0px 0px;
        width: 100%;
    }
        .popular-systems a {
            text-align: left;
            margin-top:0;
        }*/
            .popular-systems a:first-child {
                display: none;
            }
    p.hn-title-bottom {
        display: none;
    }

    /*div.popular-systems {
        padding: 0px;
        margin: 0px 0px;
    }
        .popular-systems a {
            text-align: left;
            margin-top:0;
            margin-left: 10px;
        }*/
            .popular-systems a:first-child {
                display: none;
            }
    .popular-systems, .popular-systems a {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .support-blue .container {
        width: 1170px;
    }
}



/* Bootstrap Style Fixes */

@media (max-width: 767px) {
    header .col-xs-3 {
        width: 25%;
        float: left;
    }
    header .col-xs-9 {
        width: 75%;
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    header .col-sm-3, header .col-sm-12 {
        float: left;
    }
    header .col-sm-3 {
        width: 25%;
    }
    header .col-sm-12 {
        width: 100%;
    }
}

/* Breakpoint overrides (mobile nav goes up to 1023px) */
@media (max-width: 1023px) {
    header .px-md-2, header .pr-md-2 {
        padding: 0;
    }
    header .hidden-sm {
        display: none!important;
    }
    .col-md-2.logo-area, header .col-md-9 {
        width: 100%;
    }
    .submenu-content .col-md-3, .submenu-content .col-md-4,
    .submenu-content .col-md-6, .submenu-content .col-md-12 {
        width: 100%;
        padding: 0;
    }
    .hn.systems-content .col-md-4 {
        padding: 0;
    }
}




/*@media (min-width: 992px) and (max-width: 1023px) {
    .hn .submenu-content .hn-subtitle,
    .hn .submenu-content p,
    .hn .submenu-content ul li {
        border-bottom: none;
        padding: 5px 15px;
    }
}*/

.hn.support-content > .container {
    padding: 0px;
}
.hn.support-content .btn-primary {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

    background-color: #3e7ebe;
    border-color: transparent;
    border-radius: 5px;
    white-space: normal;
    text-align: left;
    letter-spacing: 0.3px;
    margin-top: 0px;

}
  .hn.support-content .btn-primary:hover, .hn.support-content .btn-primary:active, .hn.support-content .btn-primary:focus {
      background-color: #328ed1;
      border-color: transparent;
  }

  .hn.support-content .support-signin h5 {
    font-family: "HelveticaNeueW01-55Roma", sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 100;
    margin: 0px 0px 5px 0px;
  }
  .hn.support-content .hn-subtitle a {
    border-bottom:1px solid transparent;
  }
  /*.hn.support-content .hn-super-title {
    padding-bottom: 0px;
  }*/

  .hn.support-content .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
    .support-nav-target img.promo {
        border-radius: 3px;
        /*box-shadow: rgba(0,0,0,0.3) 0 0 5px;*/
        padding-right: 0px;
        margin-right: 10px;
        margin-left: 0px;
        width: 64px;
        border: 1px solid #ccc;
   }

    .support-signin > div.kit-support {
        padding-left: 15px!important;
    }
    @media (min-width: 768px) {
        .hn.support-content .col-sm-6 {
            width: 50%;
            float: left;
        }
    }
    @media (max-width: 1023px) {
        .hn.support-content .col-md-3, .hn.support-content .col-md-6, .hn.support-content .col-md-9 {
            width: 100%;
            float: left;
            padding: 0;
        }
        .hn.support-content .row > .col-md-9 > .col-md-6 {
            padding-right: 15px!important;
            padding-left: 15px!important;
        }
    }




/*:::::::::: Language Modal ::::::::::*/
#select-language .modal-body .radio {
    margin: 0px 0px 10px;
}

#select-language .modal-body .checkbox {
    margin: 20px 0;
}

#language-selector .fa {
    margin: 0 5px 0 0;
}

/* global styles for lang modal */
#select-language {
    width: 100%;
    margin: 0;
}

    #select-language .modal-header {
        min-height: 16.42857143px;
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
    }

        #select-language .modal-header h4 {
            font-family: "HelveticaNeueW01-MdExt", sans-serif;
            font-size: 26px;
            letter-spacing: 1px;
            font-weight: 100;
            color: #666;
            margin: 0;
            line-height: 1.42857143;
        }

        #select-language .modal-header button {
            display: none;
        }

    #select-language .modal-body {
        padding: 15px;
    }

    #select-language p {
        font-size: 13px;
        margin: 0 0 10px;
    }

    #select-language .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    #select-language label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

        #select-language label input {
            margin-left: -20px;
            margin-top: 4px;
            position: absolute;
        }

    #select-language .btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
          touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 5px;
        -webkit-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
        white-space: normal;
    }

        #select-language .btn .fa {
            display: none;
        }

    #select-language .btn-default, #select-language .btn-primary {
        text-align: left;
        letter-spacing: 0.3px;
    }

    #select-language .btn-default {
        color:#666;
    }

    #select-language .btn-primary {
        background-color: #3e7ebe;
        color: #fff;
        border-color: transparent;
    }

    #select-language .btn-primary:hover,
    #select-language .btn-primary:active,
    #select-language .btn-primary:focus {
        background-color: #328ed1;
        border-color: transparent;
    }

    #select-language .btn-primary-outline {
        color: #3e7ebe;
        background-color: transparent;
        background-image: none;
        border-color: #3e7ebe;
    }

        #select-language .btn-primary-outline:hover {
            background-color: #3e7ebe;
            color: #fff;
        }

.fancybox-lock .fancybox-overlay {
    z-index:999999;
}
/*:::::::::: Language Modal ::::::::::*/

/*:::::::::: solr search ::::::::::*/

#solrSearchContainer .input-group {
    border:1px solid #bbb;
    border-radius:3px;
    background-color:white;
}

#solrSearchContainer .input-group:before,
#solrSearchContainer .input-group:after {
    content:'';
    display:table;
}

#solrSearchContainer .input-group:after {
    clear:both;
}

#solrSearchContainer .input-group input,
#solrSearchContainer .input-group button {
    display:inline-block;
    width:90%;
    border:0;
    margin:0;
    padding:5px;
}

#solrSearchContainer .input-group-btn {
    display:inline-block;
    float:right;
    width:10%;
}

#solrSearchContainer .input-group button {
    width:100%;
    color:white;
}

/* China Search Styling */
.hn.search-content #solrSearchContainer .input-group {
    width: 100%;
    border: none;
    border-radius: 0;
    background: none;
    display: table;
    float: none;
}

.hn.search-content #solrSearchContainer .input-group input {
    width: 100%;
    border: 1px solid #ccc;
    height: 32px;
    display: table-cell;
    float: none;
    -webkit-border-radius: 2px 0px 0px 2px;
    -moz-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
}
    .hn.search-content #solrSearchContainer .input-group input:focus, .hn.search-content #solrSearchContainer .input-group input:active {
        outline: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #bbb;
    }

.hn.search-content #solrSearchContainer .input-group-btn {
    width: 70px;
    display: table-cell;
    float: none;
}

.hn.search-content #solrSearchContainer .input-group button {
    height: 32px;
    text-align: center;
    -webkit-border-radius: 0px 2px 2px 0px;
    -moz-border-radius: 0px 2px 2px 0px;
    border-radius: 0px 2px 2px 0px;
    font-size: 0px;
    float: left;
}
    .hn.search-content #solrSearchContainer .input-group button:after {
        content: '\f002';
        font-family: "FontAwesome";
        font-size: 13px;
    }

    .hn.search-content #solrSearchContainer .input-group button:focus {
        outline: none;
    }

@media (max-width: 1023px) {
    #aem-search-form, #gcseIllumina {
        margin: 15px 0px;
    }
}

.fa.search-icon-mobile {
    display: none;
}
    .fa.search-icon-mobile:hover {
        cursor: pointer;
    }

/*:::::::::: solr search ::::::::::*/

/*:::::::::: review-download.html ::::::::::*/

.maroon-box .whitearrow-link,
.featured-section td .pdfDownloadButton {
    display: inline-block;
    margin: 0 0 10px;
    padding: 5px 15px;
    background-color: #7ca8d4;
    color: white;
    border-radius: 3px;
}

.featured-section td .articletitle {
    margin-top:0;
}

.featured-section td > a {
    display:inline-block;
}

.featured-section td > a > img {
    border:1px solid #bbb;
    padding:5px;
}

.featured-section > table > tbody > tr > td {
    padding-top:20px;
}

/*:::::::::: review-download.html ::::::::::*/

/* css for logo in safari*/
.ext-safari header .logo-area a {
    height: 25px;
}

/*:::::::::: Cart Dropdown Styles ::::::::::*/

#CartDropdown-Container {
    position:absolute;
    top: 22px;
    right: -120px;
    z-index:27;
    text-transform: none;
}

#CartDropdown-Tab {
    height: 36px;
    width: 380px;
}

#CartDropdown-Tab span:hover {
    cursor: default;
}

#CartDropdown-Caption {
    width: 380px;
}

#CartDropdown-Caption-Bottom {
    height: 7px;
    width: 380px;
}

#CartDropdown-Form {
    width: 410px;
}

#CartDropdown-Footer-Top {
    height: 7px;
    width: 380px;
}

#CartDropdown-Footer {
    width: 380px;
    float: left;
}

#CartDropdown-Break-Top {
    height: 7px;
    width: 380px;
}

#CartDropdown-Break {
    width: 380px;
}

#CartDropdown-Footer-Bottom {
    height: 7px;
    width: 380px;
    float: left;
}

#CartDropdown-Tab span {
    color: #7CA8D4;
    float: right;
    font-size: 11px;
    padding: 13px 12px 0 0;
    z-index: 1000;

}

#CartDropdown-Container .row {
    margin: 0!important;
}

#CartDropdown-Caption div {
    font-size: 10px;
    padding: 10px 20px;
}

#CartDropdown-Footer a, #CartDropdown-Footer a:hover {
    display: block;
    font-size: 11px;
    padding: 10px 20px;
    text-decoration: none;
}

#CartDropDown-Placeholder {
    position: relative;
    float: left;
}
#actionBox {
    position: relative;
    z-index: 1001;
}
#cart_button {
    position: relative;

    color:#666666;
    text-decoration:none;
}

#cart-plugin {
    z-index:100;
}

/* column overrides for non-bootstrap templates */
.popupContainer .col-xs-3, .popupContainer .col-xs-9, .popupContainer .col-xs-9, .popupContainer .col-xs-12, .popupContainer .col-sm-6 {padding-left:15px;padding-right:15px;float:left;}
.popupContainer .col-xs-3 {width:25%;float:left;}
.popupContainer .col-xs-9 {width:75%;float:left;}
.popupContainer .col-xs-12 {width: 100%;}
@media (min-width:768px) {
    .popupContainer .col-sm-6 {width:50%;}
}
@media (min-width:1023px) {
    .popupContainer .col-md-6 {width: 50%;}
    .popupContainer .col-md-12 {width: 100%;}
}
.popupContainer .no-padding {padding:0px!important;}
  .popupContainer {padding-left:0 !important;padding-right:0 !important;width:100% !important;background-color:white;border:1px solid #ccc;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;overflow:hidden;}
  .popupContainer .popupHeader{float:left;width:100%;padding: 15px 15px;background-color: #eee;text-align: left;border-bottom: 1px solid #ccc;}
  .popupContainer .popupHeader span:first-child{float:left;font-size:12px}
  .popupContainer .popupHeader span:last-child{float:right;}
  .popupContainer .popupHeader a {color:#333 !important;font-size: 18px !important; margin-top:-5px !important;}
  .popupContainer .popupDetails {border-bottom: 1px solid #e5e5e5;padding: 5px;}
  .popupContainer .popupDetails:last-child {border-bottom: none; }
  .popupContainer .popupDetails img{ border:1px solid #ccc;   float: left;margin-right: 10px;}
  .popupContainer .imgContainer {padding:0; height:auto}
  .popupContainer .promoDetails{float: right; padding-right: 0;}
  .popupContainer .promoDetails .promoName{text-align:left;font-weight:bold; font-size:12px;color:#333;word-wrap: break-word;white-space: normal;}
  .popupContainer .promoDetails .promoPrice{text-align:left;color:#bbb;}
  .popupContainer .promoDetails .myPriceSec, .popupContainer .promoDetails .discSec{float:right;margin: 0;color:#333}
  .popupContainer .promoDetails .discSec{color: #ccc; margin:5px}
  .popupContainer .orderTotalDet strong{color:#666;font-style:normal;}
  .popupContainer .orderTotalDet p{font-style:normal;}
  .popupContainer .orderTotalDet div{float:right;}
  .popupContainer .savingTotDet {padding: 0;}
  .popupContainer .savingTotDet .timeSpan{float:right;color:#ccc;}
  .popupContainer .popupTopLayer{padding:0;padding-bottom: 20px;border-bottom: 1px solid #ccc;}
  .popupContainer .quickOrderSec p{text-align: left;margin:7px 0px;font-size:12px;/*float:left; margin-top:0px !important; margin-bottom: 0px !important;*/}
  .popupContainer .quickOrderSec button{float:right;}
  .popupContainer .quickOrderSec{padding:15px;}
  .popupContainer .quickOrderSec > a {float: right !important;}
  .popupContainer .detailsSectionCont{max-height: 280px;overflow-y: auto;border-bottom:1px solid #ccc;}
  .popupContainer .itemQty{float:left; color:#333}
  .popupContainer .cartImg {width:100%; height:65px;}
  .popupContainer p {margin:3px 0px;padding:0px;font-size: 11px;line-height:1.42857143;}
  .popupContainer .knwOrder a {font-size:12px !important;margin:0px !important;text-transform:none !important; }
  .popupContainer .goToCartBtn {
    width: 90px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    border-radius: 5px;
    white-space: normal;
    float: right;
    display: inline-block;
    padding: 10px 10px;
    margin: 5px;
    font-size: 13px;
}
.popupContainer .popupHeader span:last-child{height: 17px;}
.popupContainer .popupHeader span:last-child a {line-height: 14px;}
#CartDropdown-Tab{height:7px;}
.popupContainer .popupDetails{padding:10px 15px;margin:0px;}
.popupContainer .quickOrderSec > a{margin-right:15px;}
.popupContainer .viewMore{text-align:left;margin:5px 0px;padding:0px 15px;}
.popupContainer .viewMore a{color:#328ed1;}
.mainnav.collapsed #CartDropdown-Container{top:31px;}
#CartDropdown-Form{width:365px;}

.popupContainer .promoDetails .promoName, .popupContainer .itemQty {
    margin-top: 0px!important;
}

.popupContainer .btn {
    display: inline-block;
    margin: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none!important;
}

.popupContainer .btn-primary, .popupContainer .btn-primary:visited {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    min-width: 0px;
    letter-spacing: 0.3px;
}

.popupContainer .btn-primary:hover {
    color: #fff;
    background-color: #328ed1;
    border-color: #328ed1;
}

.popupContainer .btn-primary-outline {
    color: #3e7ebe;
    background-color: transparent;
    background-image: none;
    border-color: #3e7ebe;
}

.popupContainer .btn-primary-outline:hover {
    background-color: #3e7ebe;
    color: #fff;
}

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

.popupContainer .detailsSectionCont {
    padding: 0px;
}

#userStatus:after {
    content: ' ';
    float: none;
    position: absolute;
    right: -14px;
    border-right: 1px solid #ccc;
    margin-left: 8px;
    height: 17px;
}

#userStatus {
    padding-right: 0px;
    margin-right: 20px;
}

#userDropdown-Container {
    top: 22px;
    border: 1px solid #e5e5e5;
}

#userStatus, #cart-plugin, .mm-contact, #language-selector {
    height: 100%;
    /*height: 22px;*/
}

#userStatus {
    border-right: none;
}
.hn-subsection ul {
    margin-left: 10px;
}

@media (max-width: 1023px) {
    #userStatus:after {
        display: none;
    }

    #userDropdown-Container {
        background: #efefef;
        border: 1px solid #ccc;
    }

    .mainnav #CartDropdown-Container, .mainnav.collapsed #CartDropdown-Container {
        top: 41px;
        right: 0px;
    }
    .mainnav #userDropdown-Container {
        top: 28px;
        right: 0px;
    }

    header #userStatus {
        min-width: 0px;
    }

    .logo-area {
        float: none;
        width: auto;
        min-height: 0px;
    }

    header .col-md-10 {
        width: auto;
        position: absolute;
        right: 0px;
    }

    #userDropdown-Container li a {
        padding: 8px 15px;
    }

}

.popupContainer .cartImg {
    height: auto;
}

header p {
    color: #666;
    line-height: 1.42857143;
}

header .no-padding {
    padding: 0px!important;
}

header .row {
    margin-left: -15px!important;
    margin-right: -15px!important;
}

.popupContainer .goToCartSec {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}
    .popupContainer .goToCartSec p {
        margin: 7px 0;
        text-align: left;
        font-style: italic;
        font-size: 12px;
    }

@media (min-width:1024px) and (max-width:1200px) {
    header menu ul li {
        font-size: 11px;
        margin-left: 10px;
    }

}

/*@media (min-width:767px) and (max-width:768px){
    header nav .hn .col-md-3 {
        float:left;
        width:50%;
    }
}*/

@media (max-width:1023px){

    body.disable-scroll {
        overflow: hidden;
        position: fixed;
    }

    .mainnav {
        height: auto;
    }

    .mainnav .logo-area > .fa-search {
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    .collapsed-mainnav .logo-area > .fa-search {
        font-size: 14px;
    }

    .fa.search-icon-mobile {
        display: inline-block;
    }

    .mainnav header, .mainnav header > .container {
        height: 42px;
    }

    .mainnav header nav {
        height: 0px;
        padding: 0px;
        overflow: hidden;
    }

    .mainnav header > div > menu {
        height: 0px;
    }

    .mainnav .logo-area img {
        width: 90px;
        height: 20px;
    }

    .mainnav #language-selector {
        width: 0px;
        opacity: 0;
        margin: 0px;
    }

    .mainnav menu ul li.search {
        top: -49px;
        z-index: 9999;
        font-size: 11px;
    }

    .mainnav header menu ul li.active, .mainnav header menu ul li:hover {
        border-bottom: none;
    }

    header {
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    body {
        left: 0;
        width: 100%;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    html.mainnav-open body {
        overflow: hidden;
    }

    html.mainnav-open header .logo-area a {
        float: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

   /* html.mainnav-open .collapsed-mainnav .logo-area > .fa-search {
        right: -100%;
    }*/

    html.mainnav-open header nav {
        height: 100%;
        padding-top: 42px;
    }

    .mainnav header > .container {
        position: relative;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        padding: 0px;
    }

    .mm-contact span {
        display: none;
    }

    #language-selector {
        display: none;
    }

    .mainnav header {
        height: 42px;
    }

    .responsive-template .mainnav header > .container {
       height: 42px;
    }

    .gssb_c {
        z-index:99999!important;
    }

    .gsib_a {
        padding-top:2px!important;
    }

    /*body #pageWrapper {
        padding-top:60px!important;
    }*/

    header {
        position:fixed;
        width:100%;
        top:0;
        left:0;
        z-index:99999;
        background:#f5f5f5;
    }

    header > .container {
        border-bottom:1px solid #bbb;
    }

    header .container {
        width:auto;
    }

    header menu,
    .title.heading {
        display:none;
    }

    .stickynav menu {
        display: block;
        float: left;
    }

    header .logo-area a {
        position: absolute;
        float: none;
        left: 58px;
        margin-top:9px;
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    /*.mainnav-open header .logo-area a {
        margin-left: 60px;
    }*/

    header nav {
        position:fixed;
        height:100%;
        border:0;
        overflow: visible;
        -webkit-transition:all 0.3s;
        -o-transition:all 0.3s;
        transition:all 0.3s;
        top: 0;

        width: 100%;
        padding-top: 42px;
    }

    header nav.search-focused  {

    }

    header nav .hn.open {
        display:block;
    }


    .hn.search-content {
        padding: 0px;
        z-index: 2;
    }

    .breadcrumb {
        display:none;
    }

    header nav .hn-title.container,
    header nav .hn.search-content .col-md-3 {
        display:block;
        /*padding-bottom:0;*/
        margin-bottom:0;
    }

    header nav .hn.search-content > div.container {
        display:block;
        padding-bottom:0;
        margin-bottom:0;
        margin-top: 0px;
    }



    header nav .hn, .mobile-nav-tabs {

        opacity: 0;
        transform: translateY(-20px);
        -moz-transition: transform 0.2s, opacity 0.2s, height 0.4s, border-color 0.2s, transform 0.4s;
        -webkit-transition: transform 0.2s, opacity 0.2s, height 0.4s, border-color 0.2s, transform 0.4s;
        transition: transform 0.2s, opacity 0.2s, height 0.4s, border-color 0.2s, transform 0.4s;
    }
    header nav .hn-titles {
        width: 50%;
        position: absolute;
        left: 0;
        overflow-y: scroll;
    }
    header nav .hn-content {
        width: 50%;
        top: 0;
        left: 50%;
        height: 100%;
        position: absolute;
        overflow: scroll;
    }
    header nav .hn .hn-mobile-title {
        display: block;
        position: absolute;
        width: 100%;
        z-index: 10;
        background: #f9f9f9;
        -webkit-transition: font-size 0.2s;
        -moz-transition: font-size 0.2s;
        transition: font-size 0.2s;
    }
        header nav .hn .hn-mobile-title:hover, header nav .hn .hn-mobile-title:active {
            background: #eee;
        }
        .hn-mobile-title > a, .hn-mobile-title .hn-mobile-title-label {
            padding: 12px 15px;
            float: left;
        }
        header nav .hn .hn-mobile-title .fa {
            font-size: 12px;
            padding: 0;
            position: absolute;
            right: 15px;
            color: #666;
            top: 50%;
            transform: translateY(-50%);
        }

    header nav.open .hn, nav.open .mobile-nav-tabs {
        opacity: 1;
        transform: translateY(0);
    }
    header nav.open .hn:nth-child(2) {
        transition-delay: 0.1s;
    }
    header nav.open .hn:nth-child(3) {
        transition-delay: 0.13s;
    }
    header nav.open .hn:nth-child(4) {
        transition-delay: 0.16s;
    }
    header nav.open .hn:nth-child(5) {
        transition-delay: 0.19s;
    }
    header nav.open .hn:nth-child(6) {
        transition-delay: 0.22s;
    }
    header nav.open .hn:nth-child(7) {
        transition-delay: 0.25s;
    }
    header nav.open .hn:nth-child(8) {
        transition-delay: 0.28s;
    }
    header nav.open .hn:nth-child(9) {
        transition-delay: 0.31s;
    }
    header nav.open .hn:nth-child(10) {
        transition-delay: 0.34s;
    }

    header nav .hn > div.container {
        /*margin-top:20px;*/
        margin: 0;
        /*padding: 0;*/
    }

    #gcseIllumina .gsc-input-box {
        height: 31px!important;
        -moz-border-radius: 3px 0px 0px 3px;
        -webkit-border-radius: 3px 0px 0px 3px;
        border-radius: 3px 0px 0px 3px;
    }
    #gcseIllumina .gsc-input {
        height: 27px!important;
    }
    input.gsc-search-button {
        margin-left: 0!important;
    }

    #gcseIllumina {
        padding: 15px 30px;
        height: 33px;
    }

    #gcseIllumina .gsc-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 13px;
    }
    #gcseIllumina .gsc-input::-moz-placeholder { /* Firefox 19+ */
        font-size: 13px;
    }
    #gcseIllumina .gsc-input:-ms-input-placeholder { /* IE 10+ */
        font-size: 13px;
    }
    #gcseIllumina .gsc-input:-moz-placeholder { /* Firefox 18- */
        font-size: 13px;
    }

    .gssb_a span {
        font-size: 14px;
        line-height: 30px!important;;
    }
    .gssb_c {
        position: fixed!important;
        background: #f5f5f5;
    }
    .gssb_e {
        box-shadow: none!important;
    }
    .gsc-completion-container {
        background: none!important;
        border: none!important;
        box-shadow: none!important;

    }

    #menu-tab {
        overflow: hidden;
        width: 200%;
        position: absolute;
        height: 100%;

        -moz-transition: transform 0.4s;
        -webkit-transition: transform 0.4s;
        transition: transform 0.4s;
    }
    #mobile-search {
        height: 63px; /* baseline for animating */
        -moz-transition: height 0.4s;
        -webkit-transition: height 0.4s;
        transition: height 0.4s;
        z-index: 1;
    }
        #mobile-search .hn {
            display: block;
            position: relative;
        }

    .search-focused #mobile-search {
        height: 100%;
    }

    nav.open.search-focused .mobile-nav-tabs, .search-focused .tab-content {
        opacity: 0.2;
        pointer-events: none;
    }

    .fa.collapse-search {
        display: none;
        position: absolute;
        bottom: 15%;
        font-size: 20px;
        color: #bbb;
        transition: opacity .4s;
        opacity: 0;

        width: 100%;
        text-align: center;
        padding: 50% 0 5%;
        z-index: 1;
    }
    .search-focused .fa.collapse-search {
        opacity: 1;
    }
    .hn-second-level #menu-tab {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #tools-tab { }

        #tools-tab > .container {
            overflow: hidden;
            overflow-y: scroll;
        }
        #tools-tab p {
            margin: 0;
            width: 100%;
        }

        #tools-tab a {
            display: flex;
            text-align: center;
            flex-direction: column;
            height: 130px;
            justify-content: center;
        }

        #tools-tab img {
            display: block;
            margin: 0 auto 6px;
            max-width: 38px;
            max-height: 30px;
        }

    #new-tab { }

    .new-tab-container {
        height: 100%;
        position: absolute;
        width: 100%;
        overflow-y: scroll;
    }
    .hn {
        display:block;
        padding:0px 0;
        border-bottom:1px solid #bbb;
        position:relative;
        height: 44px;
        overflow: visible;
    }

    .hn > .fa {
        display:none;
        position: absolute;
        right: 0;
        top: 0;
        margin: 4px 9px 0 0;
        padding: 8px;
        color:#666;
    }

        .hn > .fa:hover {
            cursor: pointer;
        }

    .mobile-menu-toggle {
        width: 46px;
        float: left;
        height: 42px;
        position: relative;
        padding: 6px 13px;
        border-right: 1px solid #ccc;
        margin-right: 12px;
    }
        .mobile-menu-toggle span {
            width: 18px;
            height: 2px;
            background: #666;
            position: absolute;
            -webkit-transition: transform 0.3s;
            -moz-transition: transform 0.3s;
            -o-transition: transform 0.3s;
            transition: transform 0.3s;
        }
            .mobile-menu-toggle span:first-child {
                top: 14px;
            }
            .mobile-menu-toggle span:nth-child(2n) {
                top: 20px;
                -moz-transition: opacity 0.1s;
                -webkit-transition: opacity 0.1s;
                -o-transition: opacity 0.1s;
                transition: opacity 0.1s;
            }
            .mobile-menu-toggle span:last-child {
                top: 26px;
            }

            .mobile-menu-toggle.times span:first-child {
                transform: translateY(6px) rotate(45deg);
            }
            .mobile-menu-toggle.times span:nth-child(2) {
                opacity: 0;
            }
            .mobile-menu-toggle.times span:last-child {
                transform: translateY(-6px) rotate(-45deg);
            }

    header .fa-search {
        padding:15px 15px;
        margin: -15px 0 0 0;
        border-right:0;
        float:right;
    }

    #search-tab .submenu {
        display: block;
    }
    #search-tab p {
        border: none;
    }


    header .logo-area {
        padding:0;
    }

    .top-nav-area {
        display:block;
        float: right;
        margin-bottom:0;
        padding-right: 0px;
    }

    .top-nav-area .well {
        display:block;
        border:none;
        background: none;
        border-color: transparent;
        padding:12px 0px 0px;
        text-align:left;
        border-radius:0;
        height: 42px;
    }

        #userStatus, #cart-plugin, .mm-contact, #language-selector {
            float: left;
            margin: 0px 10px;
        }

        .top-nav-area .well > a:before, .top-nav-area .well > span:before, #cart_button:before, #CartDropdown-Tab span:before {
            font-size: 15px;
            margin-right: 3px;
            top: 0;
            position: relative;
            vertical-align: middle;
            float: left;
        }

        .top-nav-area .well .top-nav-area a,
        .top-nav-area .well .ldd a {
            margin:0;
            margin-right:5px;
        }

        .top-nav-area .well .ldd {
            margin-top:5px;
        }

        .top-nav-area .well .ldd:before {
            content:'Select Language:';
            display:inline-block;
            color:#666;
            margin-right:5px;
        }

        .top-nav-area a.pipe-left {
            margin:0;
            padding:0;
            border:0;
        }

        .top-nav-area .well .language-selector {
            display:none;
        }

    .mainnav-open .top-nav-area .well {
        transform: translateX(45px);
    }

    .collapsed-mainnav header .logo-area {
        padding: 0px;

    }

        .collapsed-mainnav .logo-area > .fa-search:hover {
            cursor: pointer;
        }

    .collapsed-mainnav .top-nav-area .well {
        padding-top: 12px;
        margin-right: 0px;
        padding-right: 0px;
    }

    .support-nav-target img.promo {
        margin-left: 0px;
    }
    .submenu .hn-mobile-title {
        font-size: 18px;
        position: absolute;
        top: 0;
        width: 100%;
        -webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
        box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
    }

    .submenu .hn-super-title:first-child {
        margin-top: 0!important;
    }

    header nav .hn-open div.container {
        display: block;
        background: #eee;
        margin: 0;
        /*padding: 50px 0px 0px;*/
    }
    header nav .submenu {
        display: none;
    }
    header nav .hn-content .submenu.open .submenu-content {
        display: block;
        height: 100%;
        overflow-y: scroll;
        padding: 50px 0px 0px;
        background: #eee;
    }

    .hn .hn-super-title {
        padding: 12px 15px;
    }
        .hn .hn-super-title a {
            padding: 0;
        }
    .hn .hn-subtitle, .hn p, .hn ul li {
        padding: 0px;
        margin: 0!important;
        border-bottom: 1px solid #ccc;
        text-indent: 0;
        font-weight: normal;
    }
        .hn .hn-subtitle a, .hn p a, .hn ul li a {
            padding: 12px 15px;
            display: block;
        }
    .hn ul {
        margin: 0;
    }
        .hn ul li {
            padding-left: 15px;
        }
    .hn .submenu-content form {
        padding: 12px 15px;
        border-bottom: 1px solid #ccc;
    }

    header nav.disable-anim-delay .hn {
        transition-delay: 0s!important;
    }

    .hn-collapse > .hn {
        transition-delay: 0s!important;
    }

    .submenu {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        display: none;
    }
        .submenu .hn-mobile-title .fa {
            left: 15px;
        }
        .submenu .hn-mobile-title > a, .submenu .hn-mobile-title .hn-mobile-title-label {
            padding: 12px 0;
            width: 100%;
            text-align: center;
        }
    .hn-open .submenu {
        display: block;
    }

    header nav .hn.open .container {
        display: block;
        margin: 0;
        padding: 0;
    }

    header nav .hn.open .row {
        margin: 0!important;
    }

    header nav .hn.open .hn-title.container {
        padding: 12px 15px;
        font-size: 16px;
    }
        .hn .hn-title a {
            padding: 0;
            display: block;
        }

    .hn-subsection {}
        .hn-subsection ul {
            margin-left: 0;
        }
        .hn-subsection .hn-subtitle {
            padding-left: 15px;
        }

        .hn-subsection li a {
            padding-left: 15px;
            display: block;
        }

            .hn-subsection .hn-subsection li a {
                padding-left: 30px;
            }
    .hn .hn-description {
        padding: 12px 15px;
    }
}

@media (max-width: 767px) {
    #userStatus, #cart-plugin, #cart_button, .mm-contact, #language-selector {
        white-space: normal;
        font-size: 0px;
    }
        #cart_button::before {
            top: 0px;
        }
        #cart_button:after {
            font-size: 14px;
            margin-left: 0px;
            float: right;
            font-weight: bold;
            margin-top: -2px;
        }

        #cart_button .cart_button-qty {
            font-size: 12px;
            margin-right: 3px;
            margin-left: 1px;
            float: left;
        }

    .popupContainer {
        background: #f9f9f9;
    }

        .popupContainer .popupHeader, .popupContainer .detailsSectionCont {
            display: none;
        }

        .popupContainer .goToCartSec {
            border-top: none;
        }

        .popupContainer .btn {
            float: none!important;
        }

    #CartDropdown-Container, .mainnav.collapsed #CartDropdown-Container {
        position: fixed;
        left: auto;
        width: 100%;
    }

    #CartDropdown-Form {
        width: 75%;
        max-width: 275px;
        float: right;
    }

    .top-nav-area #cart-plugin a {
        float: none!important;
    }

    header #userStatus > a {
        font-size: 0px;
        float: right;
        width: 14px;
    }

    header #userStatus .fa {
        font-size: 14px;
        margin: 0px;
        float: right;
    }
    .popupContainer .goToCartSec, .popupContainer .quickOrderSec {
        padding: 20px 15px;
    }
        .popupContainer .goToCartSec p, .popupContainer .quickOrderSec p {
            margin: 0 0 7px;
        }
}

@media (max-width: 479px) {
    .mm-contact {
        display: none;
    }
}

/*:::::::::: / Cart Dropdown Styles ::::::::::*/

/*:::::::::: Chinese Search Page | mmenu.css ::::::::::*/

.bootstrapsearchinput, .searchresults, .searchpagination {
    max-width: 960px;
    margin: 0 auto;
    padding:25px;
    border: 1px solid #e5e5e5;
    color:#666!important;
}

.bootstrapsearchinput.parbase.searchinput.section {
  border-top: 1px solid #e5e5e5;
  border-bottom: 0;
}

.bootstrapsearchinput.parbase.searchinput.section .input-group-addon {
  background-color:#7ca8d4;
  color:white;
  border:0;
}

.parbase.section.searchresults {
  background-color: #f9f9f9;
}

.searchpagination.parbase.section {
  border-top:0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 50px;
}

.parbase.section.searchresults .bootstrap-description {
  padding-top: 5px;
  padding-bottom: 10px;
}

.parbase.section.searchresults .bootstrap-title {
  font-size:18px!important;
  color:#328ed1;
}

.parbase.section.searchresults .bootstrap-url {
    color:#999!important;
    word-wrap: break-word;
}

.searchpagination.parbase.section #pager li {
  margin:5px;
}

@media screen and (max-width:1024px) {
    .bootstrapsearchinput, .searchresults, .searchpagination {
      margin:0 15px;
    }

    .bootstrapsearchinput.parbase.searchinput.section {
      margin-top:70px;
    }
}

@media screen and (max-width:500px) {
    .searchpagination.parbase.section #pager-header {
      text-align:center;
      display: block;
    }

    .searchpagination.parbase.section #pager {
      display:block;
      margin-top:20px;
      text-align: center;
      padding: 0;
    }
}
/*:::::::::: Chinese Search Page ::::::::::*/


/*:::::::::: Browser Detector Modal ::::::::::*/
.unsupported-browser {
  background-image: url(../../../content/dam/illumina-marketing/images/unsupported-browser/ie8-bg.png);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 7000;
}
    .unsupported-browser__modal {
      background-color: #fff;
      border: 1px solid #bbb;
      border-radius: 5px;
      margin: 30px auto;
      padding: 15px;
      position: relative;
      width: 660px;
      box-shadow: 0 3px 9px rgba(0,0,0,.5);
    }
        .unsupported-browser__modal p {
          margin-bottom: 15px;
        }
        .unsupported-browser__modal img {
          display: block;
          margin-bottom: 15px;
          max-width: 100%;
          height: auto;
        }
    .unsupported-browser__message-intro {
      margin-bottom: 25px;
    }
        .unsupported-browser__message-intro strong {
          display: block;
          font-size: 19px;
          margin-bottom: 5px;
        }
    .unsupported-browser__message-option-row {
      *zoom: 1;
      margin-left: -15px;
      margin-right: -15px;
      text-align: center;
    }
        .unsupported-browser__message-option-row:before,
        .unsupported-browser__message-option-row:after {
          content: "";
          display: table;
        }
        .unsupported-browser__message-option-row:after {
          clear: both;
        }
    .unsupported-browser__message-option-item {
      float: left;
      padding: 0 15px;
      width: 25%;
    }
        .unsupported-browser__message-option-item img {
          border: none;
          margin-bottom: 10px;
        }
    .unsupported-browser__close-modal {
      color: #3e7ebe;
      cursor: pointer;
      text-decoration: underline;
    }
/*:::::::::: Browser Detector Modal ::::::::::*/


/*:::::::::: Footer ::::::::::*/
footer {
    clear:both;
    padding:40px 0;
    background-color:#e9e9e9;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer .fa {
    font-size:24px!important;
}

footer p {
    color: #666;
    margin-bottom:10px;
    font-size:12px;
    line-height:1.42em;
}

footer p b {
    font-size:14px;
}

footer .col-md-4 {
    text-align:right;
}
/*:::::::::: Footer ::::::::::*/



/*
 * google-search.css
 * TODO: move back to google-search.css file after ETP switches reference to the globalnav lib
 */

/* google-search.css */

.gsst_a .gscb_a {
    color:#ccc!important;
    cursor:pointer;
    top:4px;
    position:relative
}

.cse .gsc-search-button input.gsc-search-button-v2,input.gsc-search-button-v2 {
    height:auto!important;
    width:auto!important
}

.gsc-input-box {
    height:32px;
    border-radius:3px
}

input::-ms-clear {
    display:none;
}

table.gsc-search-box td.gsc-input {
    padding-right:0px!important
}

.gssSearch.section {
    max-width:960px;
    padding:0 15px;
    margin:25px auto
}

.gsc-tabhActive {
    color:#fff!important
}

html>body .gsc-inline-block {
    width:auto!important
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color:#fff!important;
    padding:5px
}

.gsc-getlink-image {
    height:29px;
    max-width:24px
}

.gsc-getlink-box.gsc-inline-block {
    margin-top:4px
}

.gsc-getlink {
    position:relative!important
}

.gsc-control-cse .gsc-getlink-textbox {
    width:320px!important
}
#search-serp-page-cta {
  max-width: 900px;
  margin: 0 auto 100px;
  padding: 30px;
  border-top: 1px solid #ccc;
  font-size: 18px;
  line-height: 24px;
  color: #777;
}
#search-serp-page-cta p {
    font-size:24px;
    color:#555;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding-left:0 !important;
}

.text.parbase.section fieldset {
    display:none;
}
#gcseIllumina .gsib_a {
    padding: 0 6px!important;
}

#gcseIllumina input.gsc-input {
    min-height: 0;
    height: 29px!important;
    margin: 0!important;
}

#gcseIllumina > div {
    position:relative;
    top:inherit;
    right:inherit;
    width:auto;
}

.cse .gsc-search-button input.gsc-search-button-v2,input.gsc-search-button-v2 {
    height:auto!important;
    width:auto!important;
    padding:6px 27px!important;
}


.gsc-input-box {
    /*height:27px!important;
    border-radius:3px*/
    height: 31px!important;
    border-radius: 3px 0 0 3px!important;
}

.gsc-input {
    /*margin: -0.0625em 0px 0px !important;
    height: 1.25em !important;*/
    margin: 0;
    height: 31px;
}


.gsc-search-box .gsc-input>input:focus,
.gsc-input-box-focus {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}











/*
 *  *   *   *   *   *   *   *   *   *   *   *
 * Override styles for ETP & Temp-Override  *    // TODO: These should ideally live in a
 * For bootstrap consistency                *    // separate file that only ETP + temp-override references
 *  *   *   *   *   *   *   *   *   *   *   *
*/








/* Custom override for megamenu tabs + misc */
    header .img-responsive {
        max-width: 100%;
    }
	header .tab-content {
		background: none;
	    border: none;
	    margin: 0;
	    padding: 0;
	    position: initial;
	}

    header .col-xs-6 {
        width: 50%;
        float: left;
    }

    header .col-split-group-spacing > [class*="col-"] {
        margin-bottom: 30px;
    }

	header .tab-content li {
		display: block;
	}


	@media(max-width:767px) {
	    header .hidden-xs {
	        display: none!important;
	    }
	}

	@media(min-width:768px) and (max-width:991px) {
	    header .hidden-sm {
	        display: none!important;
	    }
	}

	@media(min-width:992px) and (max-width:1199px) {
	    header .hidden-md {
	        display: none;!important;
	    }
	}

	@media(min-width:1200px) {
	    header .hidden-lg {
	        display: none!important;
	    }
	}

	header .btn-primary {
	    background-color: #3e7ebe;
	    border-color: transparent;
	    line-height: 1.42857143;
	    min-width: 0;
	}

	header .row {
	    width: auto;
	}
	/* column classes */
	header .col-md-2, header .col-md-3, header .col-md-4, header .col-md-6, header .col-md-8, header .col-md-9, header .col-md-12,
	header .col-sm-2, header .col-sm-3, header .col-sm-4, header .col-sm-6, header .col-sm-8, header .col-sm-9, header .col-sm-12,
	header .col-xs-2, header .col-xs-3, header .col-xs-4, header .col-xs-6, header .col-xs-8, header .col-xs-9, header .col-xs-12 {
	    padding-left: 15px;
	    padding-right: 15px;
	    position: relative;
	}
	header .logo-area {
		padding: 15px 0;
	}

	/* border classes */
	header .border-web-gray-1 {
		border: 1px solid #e5e5e5;
	}
	header .border-top-web-gray-1 {
		border-top: 1px solid #e5e5e5;
	}
	header .border-right-web-gray-1 {
		border-right: 1px solid #e5e5e5;
	}
	header .border-bottom-web-gray-1 {
		border-bottom: 1px solid #e5e5e5;
	}
	header .border-left-web-gray-1 {
		border-left: 1px solid #e5e5e5;
	}
	header .border-right-white {
	    border-right: 1px solid #fff;
	}
	header .border-right-light-gray {
       border-right: 1px solid #bbb;
    }
    header .border-bottom-light-gray {
        border-bottom: 1px solid #bbb;
    }

	@media (max-width: 1023px) {
		header .logo-area {
			padding: 0;
		}
	}

	header .p-0 {
		padding: 0!important;
	}
	header .m-0 {
	    margin: 0!important;
	}
	header .pl-2 {
	    padding-left: 30px!important;
	}
	header .pr-2 {
	    padding-right: 30px!important;
	}
	header .py-1 {
	    padding-top: 15px!important;
	    padding-bottom: 15px!important;
	}
	header .px-2 {
	    padding-right: 30px!important;
	    padding-left: 30px!important;
	}

	@media (min-width: 1024px) {
        header .px-md-2 {
            padding-right: 30px!important;
            padding-left: 30px!important;
        }
        header .pr-md-2 {
            padding-right: 30px!important;
        }
    }

    header p {
        font-size: 13px;
    }

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

	header .mt-1 {
		margin-top: 15px!important;
	}















/* from bootstrap/tab.css */


@media (min-width: 768px) {
	header .tab-panel .nav-tabs.nav-justified > li {
		vertical-align: middle;
	}

	header .tab-panel .nav-tabs.nav-justified > li > a {
	    border-radius: 0;
	    display:table;
	    width: 100%;
	    height: 100%;
	}

	header .tab-panel .nav-tabs.nav-justified > li > a .content {
	    display: table-cell;
	    width: 100%;
	    height: 100%;
	    vertical-align: middle;
	}
}

@media (max-width: 767px) {
	header .tab-panel .nav-tabs.nav-justified > li.equal-height-box {
		height: auto !important;
	}
}

header .tab-panel .nav-tabs > li > a {
	background-color: #f9f9f9;
	border-radius: 0;
	color: #bbb;
	font-weight: bold;
	transition: all 0.2s ease;
}

header .tab-panel  .nav-tabs > li.active > a {
	background-color: #fff;
	color: #328ed1;
}

header .tab-panel .nav-tabs > li.active > a:hover,
header .tab-panel .nav-tabs > li.active > a:focus {
	background-color: #fff !important;
    border-color: #ddd !important;
    border-bottom-color: transparent !important;
	color: #328ed1;
}

header .tab-panel header .tab-content .well {
	background-color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 20px 0 0 0;
}

















/* from bootstrap/bootstrap.css */

header .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
header .nav > li {
  position: relative;
  display: block;
}
header .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
header .nav > li > a:hover,
header .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
header .nav > li.disabled > a {
  color: #777;
}
header .nav > li.disabled > a:hover,
header .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
header .nav .open > a,
header .nav .open > a:hover,
header .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
header .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
header .nav > li > a > img {
  max-width: none;
}
header .nav-tabs {
  border-bottom: 1px solid #ddd;
}
header .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
header .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
header .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
header .nav-tabs > li.active > a,
header .nav-tabs > li.active > a:hover,
header .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;

  border-bottom-color: transparent;
}
header .nav-tabs .nav-justified {
  width: 100%;
  border-bottom: 0;
}
header .nav-tabs .nav-justified > li {
  float: none;
}
header .nav-tabs .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
header .nav-tabs .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  header .nav-tabs .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  header .nav-tabs .nav-justified > li > a {
    margin-bottom: 0;
  }
}
header .nav-tabs .nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
header .nav-tabs .nav-justified > .active > a,
header .nav-tabs .nav-justified > .active > a:hover,
header .nav-tabs .nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  header .nav-tabs .nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  header .nav-tabs .nav-justified > .active > a,
  header .nav-tabs .nav-justified > .active > a:hover,
  header .nav-tabs .nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
header .nav-pills > li {
  float: left;
}
header .nav-pills > li > a {
  border-radius: 4px;
}
header .nav-pills > li + li {
  margin-left: 2px;
}
header .nav-pills > li.active > a,
header .nav-pills > li.active > a:hover,
header .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
header .nav-stacked > li {
  float: none;
}
header .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
header .nav-justified {
  width: 100%;
}
header .nav-justified > li {
  float: none;
}
header .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
header .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  header .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  header .nav-justified > li > a {
    margin-bottom: 0;
  }
}
header .nav-tabs-justified {
  border-bottom: 0;
}
header .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
header .nav-tabs-justified > .active > a,
header .nav-tabs-justified > .active > a:hover,
header .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  header .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  header .nav-tabs-justified > .active > a,
  header .nav-tabs-justified > .active > a:hover,
  header .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
header .tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
header .tab-content > .active {
  display: block;
  visibility: visible;
}
header .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}









/* ETP-specific overrides */

html.mainnav-open body #page > div:not(.header_wrapper_position), html.mainnav-open header .logo-area a {
    opacity: 1!important;
    pointer-events: all!important;
}

/*:::::::::: Breadcrumb ::::::::::*/

.breadcrumb {
	background: none;
	margin-bottom: 0;
	padding: 0;
	font-size: 11px;
}
    #breadCrumb a,
    #breadCrumb strong {
        display:inline-block;
        padding:0 0 0;
        margin: 0px 0px 0px 4px;
    }

    #breadCrumb a:first-child {
        margin: 0px;
    }

/*:::::::::: / Breadcrumb ::::::::::*/
