/* bootstrap.css */

footer,
header,
main,
menu,
nav {
  display: block;
  margin:0;
  padding:0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
	margin:0;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width:auto;
}

.btn-primary, .btn-primary:visited {
	box-shadow:none;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}
/* general.css */

.margin-top-0 {
    margin-top:0!important;
}

footer {
    clear:both;
    padding:40px 0;
    background-color:#e9e9e9;
}

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

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

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

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

#AltLinks {
    display:none;
}

body #pageWrapper {
    padding:0 !important;
    max-width:inherit !important;
    width:inherit;
    background-color:white;
}

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

#contentWrapper:before,
#contentWrapper:after {
    content:"";
    display:table;
}

#contentWrapper:after {
    clear:both;
}

.sideBar {
    margin-right:0 !important;
}

.mainContent {
	float:right !important;
    overflow-x:hidden;
    padding-bottom:50px;
}

.mainContent .pageCTAs {
	padding-top:0;
}

#altNav {
    width:auto !important;
    margin:0;
}

.breadcrumb #breadCrumb {
    max-width:1170px !important;
    width:auto!important;
    float:none;
    padding:0 15px;
    margin:0 auto;
}

.breadcrumb #breadCrumb a,
.breadcrumb #breadCrumb strong {
	font-size:11px;
	display:inline-block;
    padding:10px 0 5px;
    margin: 0px 0px 0px 3px;
}
.breadcrumb #breadCrumb a:first-child {
	margin: 0px;
}}

.leftNavigation {
	margin-bottom:50px;
}

.aem-row {
	max-width:1170px;
	margin:0 auto;
	padding:0 15px;
}

.aem-row:before,
.aem-row:after {
	content:'';
	display:table;
}

.aem-row:after {
	clear:both;
}

.aem-row-c0,
.aem-row-c1,
.aem-row-c2,
.aem-row-c3 {
	 float: left;
	 width: 25%;
	 padding: 0 15px;
}

/* end general.css */



/* old template carousel - css/general.css */

.hero .ot-carousel {
	margin-top:-50px;
}

.ot-carousel,
.ot-carousel-container {
    position:relative;
}

.ot-carousel-container {
    width:100%;
	min-height:300px;    
    position:relative;
	overflow:hidden;
}

.ot-carousel > span {
	height:100%;
    position:absolute;
    padding:20px;
    font-size:26px;
	top:0;
    cursor:pointer;
    z-index:100;
}

.ot-carousel .timer {
	height:2px;
	width:0;
	padding:0;
	background-color:#7ca8d4;
}

.ot-carousel > span:hover {
	color:#7ca8d4;    
}    

.ot-carousel > .fa-chevron-left {
	left:0;
}  

.ot-carousel > .fa-chevron-right {
	right:0;
}    

.ot-carousel-container > div {
	width:100%;
	height:100%;
	position:absolute;
    top:0;
    left:0;
    padding:20px 100px 20px 0;
    background-color:white;
    z-index:10;  
}

.ot-carousel-container > div h1 {
	color: #ffb441;
	font-family:'HelveticaNeueW01-ThinEx 710288', sans-serif;
	font-size:34px;
    line-height:normal;
}

.ot-carousel-container > div .roundButton {
	padding:5px 20px;
	height:auto;
	font-size:14px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;            
}

.ot-carousel-container .p2 {
	background: -webkit-linear-gradient(15deg, #bac147 10%, #fff 10%);
	background: -moz-linear-gradient(15deg, #bac147 10%, #fff 10%);
	background: -o-linear-gradient(15deg, #bac147 10%, #fff 10%);
	background: -ms-linear-gradient(15deg, #bac147 10%, #fff 10%);
	background: linear-gradient(15deg, #bac147 10%, #fff 10%);            
}

.ot-carousel-container .p3 {
	background: -webkit-linear-gradient(-15deg, #ffb441 10%, #fff 10%);  
	background: -moz-linear-gradient(-15deg, #ffb441 10%, #fff 10%);  
	background: -o-linear-gradient(-15deg, #ffb441 10%, #fff 10%);  
	background: -ms-linear-gradient(-15deg, #ffb441 10%, #fff 10%);  
	background: linear-gradient(-15deg, #ffb441 10%, #fff 10%);            
}        

.ot-carousel-container > .active {
    z-index:20;      
}

/* end old template carousel */
/* legacy.css */

.supportContainer {
	margin-left:20px;
}

#bread-crumb {
	border-radius:0 0 5px 5px;
}


/* informatics.css */

#pageWrapper {
    max-width:auto;
}

.parsys p {
    line-height:1.42em;
    font-size:inherit;
}
/* company.css */

.seq-comparison-tool-bkg .parsys {
	background-color:transparent;
}

.hero {
	margin-top:50px;
}

.responsive-template .hero {
	margin-top: 0px;
}

.targetparsys .hero {
	margin-top:0;
}

.title.heading #top h1 {
    max-width:1170px;
}

/* videohub area */

.container-featured-video h4,
.container-featured-video a,
.videoHubOverviewList h4,
.videoHubOverviewList a,
.videoHubOverviewList input {
    font-size:inherit;
    line-height:1.42em;    
}

.container-featured-video .column.five {
	padding:0;
}                

.content-featured-video {
    padding:30px 0;
}

.container-featured-video h2 {
    font-size:38px;
    line-height:normal;
}

.videoHubOverviewList .tab-menu li a {
	padding-bottom:6px;
}

.videoHubOverviewList .cta-grid-list .row {
	padding-top:30px;
}

.videoHubOverviewList .cta-grid-list .row:first-child {
	padding-top:0;
}

.remove-parsys-background .parsys {
	background-color:transparent;
}

@media screen and (max-width:1023px){
    body.remove-parsys-background > .parsys {
      margin-top: 44px;
    }	
}
/* responsive.css */

.parsys .row, body > .row.content { 
	width: 100%; 
	max-width: 1170px; 
	margin: 0 auto; 
}
/* mmenu.css */

.responsive-template .hero {
	margin-top: 0px;
}

#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-clear-button {
	display: none!important;
}

.mainnav {
    z-index: 16;
}
.has-sticky .responsive-template .mainnav {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: height .4s;
    -moz-transition: height .4s;
    -o-transition: height .4s;
    transition: height .4s;    
}
    .has-sticky .responsive-template .mainnav header > .container {
        height: 93px; /* Initial uncollapsed height */
        overflow: visible;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; 
        z-index: 12;
        position: relative;
    }

    .responsive-template .mainnav.collapsed header > .container {
        height: 55px;
    }
.responsive-template .mainnav #mainnav-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 44px;
    z-index: 100000;
    background: rgba(255,255,255,0.8);
    display: none;
}
.responsive-template .mainnav #mainnav-overlay-head {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 100000;
    background: rgba(255,255,255,0.8);
    top: 0;
    left: 49px;
    height: 44px;
    display: none;
}

.responsive-template .mainnav.collapsed .top-nav-area .well {
    background: none;
    border-color: transparent;
    padding: 20px 0px 0px;
}

.responsive-template .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;
}
header .logo-area img {
    width: 111px;
    height: 25px;
}
.responsive-template .mainnav.collapsed-mainnav header > .container {
    height: 42px;
}
.mainnav.collapsed-mainnav header > div > menu li:not(.search) {
    height: 0px;
    padding: 0px;
}
.responsive-template .mainnav.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: 38px;
    overflow: hidden;
}
    /*header > div > menu li {
        height: 37.5px;
    }*/
/*.mainnav.collapsed-mainnav header > div > menu {
    height: 0px;
}*/
.mainnav.collapsed-mainnav .logo-area {
    padding: 9px 0px;
}
    .mainnav.collapsed-mainnav .logo-area img {
        width: 90px;
        height: 20px;
    }
.responsive-template .mainnav.collapsed-mainnav .top-nav-area .well {
    background: none;
    border-color: transparent;
    padding-top: 11px;
}

.responsive-template .mainnav.collapsed-mainnav #language-selector {
    opacity: 0;
}
.responsive-template .mainnav.collapsed-mainnav menu ul li.search {
    top: -52px;
    z-index: 9999;
    font-size: 11px;
    letter-spacing:0.3px;
}
.mainnav.collapsed-mainnav header menu ul li.search:after {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mainnav.collapsed-mainnav header menu ul li.search .fa {
    font-size: 13px;
    width: 13px;
}


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


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

/* END ADDED */

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!important;
    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;
}

/* EDITED */
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;
    float: left;
    height: 25px;
}
header .top-nav-area {
    text-align:right;
    margin-bottom:20px;
    position:relative;
}

header .top-nav-area .well {
    padding:5px 5px 5px;
    margin:0;
    display:inline-block;
    border-radius:0 0 5px 5px;
    border:1px solid #e9e9e9;
    border-top:0;
    background-color:white;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 1;
}
    header .top-nav-area .well.hidden-secnav {
        opacity: 0;
    }
header .top-nav-area a {
    color: #666;
}
header .top-nav-area .well > a, header .top-nav-area .well > span {
    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;
    vertical-align: middle;
    position: relative;
}
    header .top-nav-area .well a:hover, header .top-nav-area .well span:hover {
        text-decoration: none;
    }
header .top-nav-area .well > a, header .top-nav-area .well > span {
    float: left;
}
    header .top-nav-area .well > .mm-signin {
        border-right: 1px solid #ccc;
        padding-right: 12px;
    }
    header .top-nav-area .well > .mm-signin span {
        font-weight: bold;
    }
    header .top-nav-area .well > .mm-signin > a:hover {
        cursor: default;
    }
    header .top-nav-area #cart-plugin > span {
    	font-size: 0px;
    }
    header .top-nav-area #cart-plugin > span > a, header .top-nav-area #cart-plugin > span > div {
    	font-size: 11px;
    }
    header .top-nav-area .well > #language-selector {
    	-webkit-transition: all 0s;
	    -moz-transition: all 0s;
	    -o-transition: all 0s;
	    transition: all 0s;
    }
    header .top-nav-area .well > #language-selector.lang-transition {
	    -webkit-transition: all .4s;
	    -moz-transition: all .4s;
	    -o-transition: all .4s;
	    transition: all .4s;    	
    }

header .top-nav-area .well > a:before, header .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';
}

header .top-nav-area #cart_button {
    position: relative;
}
header .top-nav-area #cart_button:hover {
    color: inherit;
}
    header .top-nav-area #cart_button img {
        margin: 1px 0px 0px;
        padding: 0px;
        position: absolute;
        left: 0;
        display: none;
    }
    header .top-nav-area #CartDropdown-Tab img {
        display: none;
    }
header #userStatus {
    float: left;
    min-width: 31px;
}
    header #userStatus > a {
        margin-right: 0px;
    }
    header #userStatus span a {
        margin:0;
        color: #666;
    }
    header #userStatus .fa {
        font-weight: bold;
        margin-left: 5px;
    }
    header #userStatus > a:hover {
        cursor: pointer;
    }
header #userStatus span a.mm-myIlmn-num {
    margin-left: 10px;
    color: #bbb;
}
    header #userStatus span a.mm-myIlmn-num:hover {
        cursor:pointer;
        color:#666;
    }
header #userStatus span a.mm-myIlmn-num:after {
    content: '\f107';
    position: relative;
    z-index: 99;
    top: 0px;
    right: 0px;
    font-family: FontAwesome;
    margin-left: 6px;
}

#userStatus {
    position: relative;
}
#userDropdown-Container {
    position: absolute;
    top: 23px;
    background: #fff;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    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;
        padding: 5px 15px;
        height: auto;
        width: 100%;
        margin: 0;
        float: left;
        text-align: left;
    }
        #userDropdown-Container li a:hover {
            background: #e5e5e5;
            cursor: pointer;
        }
.mainnav.collapsed-mainnav #userDropdown-Container {
    margin-top: 9px;
    background: #efefef;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.mainnav header > .container{
    z-index: 12;
}
header nav {
    z-index: 11;
}
.sticky-menu {
    z-index: 10;
}


/* END NEW */
/* EDITED */
header .top-nav-area a.pipe-left {
    margin-left:0px;
    padding-left:15px;
    border-left:1px solid #e5e5e5;
}
/* END EDITED */

header #userStatus span a {
    margin:0;
}

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

header menu {
    text-align:left;
    /* ADDED */
    padding:0;
    margin-top:0;
    margin-bottom:0;
    /* END ADDED */
    clear:both;
}

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

header menu ul li {
    font-size:12px;
    float:left;
    padding:10px 0;
    margin-left:20px;
    text-transform:uppercase;
    font-family:Arial;
    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";
    font-family:Arial;
    display:inline-block;
}

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);
    z-index:11;
}

.hn .fa-chevron-down {
    display:none;
}

.hn a:hover,
.hn a:active {
    text-decoration:none;
}

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

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

.hn .hn-title {
    margin-bottom:10px;
    font-size:16px;
    line-height:1.42em;
    font-weight:bold;
    max-width:inherit;
}

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

.hn .hn-super-title {
    font-size:13px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:10px;
}            

.hn .hn-subtitle,
.hn .title-links {
    font-weight:bold;
    font-size:13px;
    margin:15px 0 5px;
    padding-bottom:0;
}

.hn .hn-subtitle,
.hn .title-links li {
    display: block;
    text-indent: -10px;
    margin-left: 10px;
}

.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-title a:after {
    content:'\f138';
    margin-right:0;
    margin-left:10px;
}

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


.hn.systems-megamenu .row {
	width: auto;
}
.hn.systems-megamenu .col-md-4 {
	padding: 0px 15px;
}
.hn.systems-megamenu .container p {
	font-size: 13px;
}
.hn.systems-megamenu .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;
}

.hn.support a,
.hn.support p {
    color:#fff;
}


.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;
}

.hn .cse .gsc-search-button input.gsc-search-button-v2, 
.hn input.gsc-search-button-v2 {
    margin-top:0;
}

/* Systems Menu Update January 2017 */
.hn-separator {
	border-top: 1px solid #ccc;
	margin: 20px 0px;
}
.megamenu-icon {
	width: 34px;
    float: left;
    margin: 0px 6px 0px 0px;
}


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

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

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

.stickynav .fa-ellipsis-v {
    display:none;
}

.language-dropdown {
    opacity:1;
}

@media (min-width: 992px) and (max-width: 1023px) {
    .mainnav.collapsed-mainnav .logo-area {
        float: none;
        width: auto;
    }
}

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

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

@media (max-width:1023px){

    header .top-nav-area .well > a.mm-contact:before {
        top: 1px;
    }
    .mainnav.collapsed-mainnav .logo-area > .fa-search {
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .mainnav.collapsed-mainnav .logo-area > .fa-search {
        font-size: 14px;
        width: 14px;
    }
    .responsive-template .sticky-menu {
        top: 40px!important;
    }
    .has-sticky .responsive-template .mainnav header {
        height: 40px;
    }
    .has-sticky .responsive-template .mainnav header > .container {
        height: 40px;
    }
    .responsive-template .mainnav header nav {
        border-top: 0px;
    }
    .mainnav .logo-area img {
        width: 90px;
        height: 20px;
    }
    .responsive-template .mainnav .top-nav-area .well {
        background: none;
        border-color: transparent;
        padding: 11px 0px 0px;
    }

    .responsive-template .mainnav #language-selector {
        width: 0px;
        opacity: 0;
        margin: 0px;
    }
    .responsive-template .mainnav menu ul li.search {
        top: -49px;
        z-index: 9999;
        font-size: 11px;
    }
    .responsive-template .mainnav header menu ul li.active, .responsive-template .mainnav header menu ul li:hover {
        border-bottom-color: transparent;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: none;
        width: 100%;
    }
    body > .parsys {
        margin-top: 0px;
    }

    header, .sticky-menu {
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    body {
        width: 100%;
        -webkit-transition: margin .4s;
        -moz-transition: margin .4s;
        -o-transition: margin .4s;
        transition: margin .4s;
    }
    html.mainnav-open body {
        overflow: hidden;
    }
    html.mainnav-open .mainnav.collapsed-mainnav .logo-area > .fa-search {
        right: -100%;
    }
    html.mainnav-open header nav {
        overflow: scroll;
        margin-left: 0%;
    }
    header > .container {
        left: 0;
        width: 100%!important;
        position: relative;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
    }
    .mainnav-open header > .container {
        left: 90%;
    }
        .mm-contact span {
            display: none;
        }
    #language-selector {
        display: none;
    }
    .responsive-template .mainnav header > .container {
        height: auto;
    }
    .hn.search {
        position: fixed;
        top: 39px;
        background: #f9f9f9;
        border: none;
        overflow: hidden;
        z-index: 0;
        display: none;
        left: 0;
        border-bottom: 1px solid #bbb;
        border-top: 1px solid #bbb;
        padding: 20px 0px;
        width: 100%;
    }
    body #pageWrapper {
        padding-top:60px!important;
    }
    header {
        position:fixed;
        width:100%;
        top:0;
        left:0;
        z-index:99999;
        background-color:white;
    }
    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 {
        margin-top:9px;
        float: left;
    }
    header nav {
        position:fixed;
        margin-left:-90%;
        padding-bottom:42px;
        height:100%;
        width:90%;
        border:0;
        border-right:1px solid #bbb;
        overflow: visible;
        transition:all 0.5s;
        top: 0;
    }
    header nav.open .hn {
        display:block;
    }
    header nav.open .hn.search {
        display: none;
    }
    header nav .container,
    .breadcrumb {
        display:none;
    }  
    
    header nav .hn-title.container,
    header nav .hn.search .col-md-3 {
        display:block;
        padding-bottom:0;
        margin-bottom:0;
    }
    header nav .hn.search > div.container {
        display:block;
        padding-bottom:0;
        margin-bottom:0;
        margin-top: 0px;
    }
    header nav .hn .hn-title {
        font-size:14px;
    }
    header nav .hn > div.container {
        margin-top:20px;
    }
    header nav .hn.search #gcseIllumina {
        padding:10px 15px 0;
    }
    .hn,
    .hn.science {
        display:block;
        padding:10px 0;
        border-bottom:1px solid #bbb;
        position:relative;
    }
    .hn.systems .col-md-7 .col-md-4,
    .hn.systems .col-md-7 .col-md-3,
    .hn.systems .col-md-5 .col-md-4 {
        float:left;
        width:33.333334%;
    }
    .hn.systems .padd-10-0 {
        display:none;
    }
    .hn.systems .col-md-5,
    .hn.systems .col-md-2 {
        margin-bottom:15px;
     }
    .hn > .fa {
        display:block;
        position: absolute;
        right: 0;
        top: 0;
        margin: 4px 9px 0 0;
        padding: 8px;
        border: 1px solid #bbb;
        border-radius: 5px;
        color:#666;
        background:linear-gradient(#fff, #e9e9e9);
    }
        .hn > .fa:hover {
            cursor: pointer;
        }
    header .fa-bars, header .fa-times, header .fa-search {
        display:inline-block !important;
        font-size:22px;
        vertical-align:middle;
        padding:10px 10px 7px 0;
        margin-right:10px;
        border-right:1px solid #bbb;
        float:left;
    }
        header .fa-bars:hover, header .fa-times:hover, header .fa-search:hover {
            cursor: pointer;
        }
    header .fa-search {
        padding:12px 0;
        margin: 0px;
        border-right:0;
        font-size: 16px;
        float:right;
        margin-left: 10px;
    }
    
    header .logo-area {
        padding:0;
    }

    header .top-nav-area {
        display:block;
        margin-bottom:0;
        float: right;
    }
    header .top-nav-area .well {
        display:block;
        border:none;
        background: none;
        padding:12px 0px 0px!important;
        text-align:left;
        border-radius:0;
    }
    .responsive-template header .top-nav-area .well {
    	padding: 11px 0px 0px!important;
    }

        header .top-nav-area .well > a, header .top-nav-area .well > span {
            float: left;
            margin: 0px 10px;
        }
        header .top-nav-area .well > a:before, header .top-nav-area .well > span:before, #cart_button:before, #CartDropdown-Tab span:before {
            font-size: 16px;
            margin-right: 5px;
            top: -1px;
            position: relative;
            vertical-align: middle;
        }
        header .top-nav-area #cart_button img {
            width: 20px;
        }

    header .top-nav-area .well .top-nav-area a,
    header .top-nav-area .well .ldd a {
        margin:0;
        margin-right:5px;
    }
    /* END EDITED */
    header .top-nav-area .well .ldd {
        margin-top:5px;
    }
    header .top-nav-area .well .ldd:before {
        content:'Select Language:';
        display:inline-block;
        color:#666;
        margin-right:5px;
    }
    header .top-nav-area a.pipe-left {
        margin:0;
        padding:0;
        border:0;
    }
    header .top-nav-area .well .language-selector {
        display:none;
    }
    .mainnav.collapsed-mainnav .logo-area, .responsive-template .mainnav.collapsed-mainnav .logo-area {
        padding: 0px;
        height: auto;
        min-height: 1px;
        position: relative;
    }
        .responsive-template .mainnav.collapsed-mainnav .logo-area > .fa-search {
            /*position: absolute;
            right: 0px;
            z-index: 999;*/
        }
            .mainnav.collapsed-mainnav .logo-area > .fa-search:hover {
                cursor: pointer;
            }
    .mainnav.collapsed-mainnav .top-nav-area .well {
        padding-top: 12px;
        margin-right: 0px;
    }
    .mainnav.collapsed-mainnav #userDropdown-Container {
        top: 30px;
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    header .top-nav-area .well > a, header .top-nav-area .well > span {
        font-size: 0px;
    }
    header .top-nav-area #cart-plugin > span a {
        float: left;
        font-size: 0px;
    }
    #cart_button:before, #CartDropdown-Tab span:before {
        font-size: 17px;
    }
    header nav {
        width: 80%;
        margin-left: -80%;
    }
    html.mainnav-open body {
        overflow: hidden;
    }
    .mainnav-open header > .container {
        left: 80%;
    }
    header #userStatus > a {
        font-size: 0px;
        float: right;
        width: 14px;
    }
    header #userStatus .fa {
        font-size: 14px;
        margin: 0px;
        float: right;
    }
}

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

#select-language .modal-body .submit button {
    background: #7CA8D4;
    border-radius: 5px;
    padding: 6px 12px;
    color: #fff;
    font-size: 14px;
    border: none;
}
#select-language .modal-header .close {
    display: none;
}
#select-language .modal-header h4 {
    font-family: "HelveticaNeueW01-LtExt",sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 100;
    padding: 15px 0;
    border-bottom: 1px solid #E5E5E5;
    color: #666;
}
#select-language .modal-header {
    margin-bottom: 15px;
}
#select-language .modal-body .radio input, #select-language .modal-body .checkbox input {
    margin: 0 10px 0 0;
}
#select-language {
    text-align: left;
}

.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%;
    border:0;
    background:#7ca8d4;
    color:white;
}

/*:::::::::: 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 | Added 09-26-16 | Frank Shanley ::::::::::*/
#CartDropdown-Container {    
	position:absolute;
	top:-13px;
	left:-160px;
	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: 380px;
}
#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;
    letter-spacing: 0.3px;
}
#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-Form div#CartDropdown-Form-Inner {
    padding: 10px 5px;
}
#CartDropdown-Form ol {
    list-style-type: none;
}
#CartDropdown-Form li {
    clear: both;
    padding-top: 4px;
}
#CartDropdown-Form label {
    float: left;
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
    text-align: right;
    width: 68px;
}
#CartDropdown-Form .text {
    background: url("../../../Content/images/boxes/form_field_bg.gif") repeat-x scroll 0 -3px transparent;
    border: 1px solid #666666;
    color: #666666;
    font-size: 11px;
    height: 16px;
    margin-left: 7px;
    width: 123px;
}
#CartDropdown-Container a {
    color: #7CA8D4;
    height: auto;
}
#Checkout-Now-Button {
    margin: 0 50px;
}
#CartDropdown-Container table, .cart-table, .cart-table tbody tr td, .cart-pad {
    font-size: 11px;
    padding: 5px;
    width: 259px;
	border-collapse: collapse;
    border-spacing: 0;
	color:#999999;

}
#CartDropdown-Container table.tr.alt {
    background-color: #DDDDDD;
    border-bottom: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;
}
#CartDropdown-Container table .left_col {
    padding-right: 10px;
    width: 175px;
    white-space: normal;
    text-align: left;
}
#CartDropdown-Container table .right_col {
    padding-right: 10px;
    text-align: right;
    width: 80px;
}
#CartDropdown-Container table .right_col .price {
    font-weight: bold;
    padding-left: 3px;
}
#CartDropdown-Container table .right_col span {
    display: inline;
}
#CartDropdown-Container table .right_col .quantity {
    font-weight: bold;
}
#CartDropdown-Container table .alt, .alt td {
    background-color: #F6F6F6;
}
#CartDropDown-Placeholder {
    position: relative;
    float: left;
}
#actionBox {
    position: relative;
    z-index: 1001;
}
#cart_button {
    position: relative;
	/*font-size: 11px;*/ /*Arial Update*/
	color:#666666;
	text-decoration:none;
}
#cart_button:hover {
	color: #7CA8D4;
}
.cart-line {
    border-top: 0px solid #FFB441;
    margin: 2px;
    width: 230px;
}

/*#cart-plugin {z-index:100}
  .popupContainer {padding-left:0 !important;padding-right:0 !important;border-bottom: 2px solid #ccc;width:100% !important;background-color:white;border:1px solid #ccc;}
  .popupContainer .popupHeader{    padding: 15px 10px;background-color: #eee;}
  .popupContainer .popupHeader span:first-child{float:left;}
  .popupContainer .popupHeader span:last-child{float:right;}
  .popupContainer .popupDetails {    border-bottom: 1px solid #ccc;padding: 0 5px;}
  .popupContainer .popupDetails img{    float: left;margin-right: 10px;}
  .popupContainer .imgContainer {padding:0; height:auto}
  .popupContainer .promoDetails{padding-right: 0;}
  .popupContainer .promoDetails .promoName{text-align:left;font-size: 15px;color: #2C8DD4;word-wrap: break-word;white-space: normal;}
  .popupContainer .promoDetails .promoPrice{text-align:left;color:#ccc; margin:  5px;}
  .popupContainer .promoDetails .myPriceSec, .popupContainer .promoDetails .discSec{float:right;margin: 0;}
  .popupContainer .promoDetails .discSec{color: #ccc; margin:5px}
  .popupContainer .orderTotalDet{margin-top:10px;}
  .popupContainer .orderTotalDet div{float:right;}
  .popupContainer .savingTotDet {padding: 0;}
  .popupContainer .savingTotDet .timeSpan{float:right;color:#ccc;}
  .popupContainer .orderTotalDet {border-bottom:1px solid #ccc;}
  .popupContainer .popupTopLayer{padding:0;padding-bottom: 20px;border-bottom: 1px solid #ccc;}
  .popupContainer .quickOrderSec p{float:left;}
  .popupContainer .quickOrderSec button{float:right;}
  .popupContainer .quickOrderSec{margin-top:20px;padding: 0;}
  .popupContainer .quickOrderSec .knwOrder{padding-left:15px;}
  .popupContainer .detailsSectionCont{max-height: 282px;overflow-y: scroll;}
  .popupContainer .itemQty{ text-align:left;margin:  5px;}
  .popupContainer .cartImg {width:100%; height:65px;}
  .popupContainer p {margin:5px !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;
}

@media(max-width:768px){
    header #CartDropdown-Container{

        top:-15px;
        left:-635%;
    }

}
*/
#cart-plugin {z-index:100}
  .popupContainer {padding-left:0 !important;padding-right:0 !important;border-bottom: 2px solid #ccc;width:100% !important;background-color:white;border:1px solid #ccc;}
  .popupContainer .popupHeader{    padding: 15px 10px;background-color: #eee;}
  .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 #ccc;padding: 5px;}
  .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:#ccc; margin:  5px;}
  .popupContainer .promoDetails .myPriceSec, .popupContainer .promoDetails .discSec{float:right;margin: 0;color:#333}
  .popupContainer .promoDetails .discSec{color: #ccc; margin:5px}
  .popupContainer .orderTotalDet{margin-top:2px;padding-right: 5px;}
  .popupContainer .orderTotalDet strong{color:#333;} 
  .popupContainer .orderTotalDet div{float:right;}
  .popupContainer .savingTotDet {padding: 0;}
  .popupContainer .savingTotDet .timeSpan{float:right;color:#ccc;}
  .popupContainer .orderTotalDet {border-bottom:1px solid #ccc;}
  .popupContainer .popupTopLayer{padding:0;padding-bottom: 20px;border-bottom: 1px solid #ccc;}
  .popupContainer .quickOrderSec p{float:left; margin-top:0px !important; margin-bottom: 0px !important;}
  .popupContainer .quickOrderSec button{float:right;}
  .popupContainer .quickOrderSec{margin-top:10px; margin-bottom:10px;padding: 0;}
  .popupContainer .quickOrderSec .knwOrder{padding-left:15px;}
  .popupContainer .quickOrderSec > a {float: right !important;}
  .popupContainer .detailsSectionCont{max-height: 282px;overflow-y: auto;}
  .popupContainer .itemQty{ margin:5px; float:left; color:#333}
  .popupContainer .cartImg {width:100%; height:65px;}
  .popupContainer p {margin:5px !important;}
  .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;
}

@media(max-width:768px){
    header #CartDropdown-Container{

        top:-15px;
        left:-635%;
    }

}

/* Temp fixes for WCS cart dropdown - may be replaced/joined with integrated styles when ETP starts pulling AEM stylesheets */
.popupContainer .popupHeader span:last-child{height: 17px;}
.popupContainer .popupHeader span:last-child a {line-height: 14px;}
#CartDropdown-Container{top:16px;}
#CartDropdown-Tab{height:7px;}
.popupContainer .popupHeader{padding:15px 15px;}
.popupContainer .popupDetails{padding:10px 15px;margin:0px;}
.popupContainer .quickOrderSec > a{margin-right:15px;}
.popupContainer .orderTotalDet{padding-right:15px;}
.popupContainer .viewMore{text-align:left;margin:5px 0px;padding:0px 15px;}
.mainnav.collapsed #CartDropdown-Container{top:22px;}
#CartDropdown-Form{width:365px;}
#CartDropdown-Form div#CartDropdown-Form-Inner{padding:0px 5px;}
@media(max-width:768px){
    header #CartDropdown-Container{top:23px;}
}


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

.popupContainer .btn {
    display: inline-block;
    margin-bottom: 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!important;
    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 {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    min-width: 0px;
}
.popupContainer .btn-primary:hover {
    color: #fff;
    background-color: #328ed1;
    border-color: #328ed1;
}

/* 2/10/17 */
.popupContainer .detailsSectionCont {
	padding: 0px;
}
.popupContainer p {
	font-size: 11px;
}

/* Fix for user dropdown hover state */

header .top-nav-area .well > .mm-signin:after {
    content: ' ';
    float: none;
    position: absolute;
    right: -14px;
    border-right: 1px solid #ccc;
    margin-left: 8px;
    height: 17px;
}
header .top-nav-area .well > .mm-signin {
	padding-right: 0px;
	margin-right: 20px;
}
#userDropdown-Container {
    top: 22px;
    border: 1px solid #e9e9e9;
}
header .top-nav-area .well > a, header .top-nav-area .well > span {
    height: 22px;
    padding-bottom: 5px;
}
header .top-nav-area .well {
    padding: 5px 5px 0px;
}
header .top-nav-area .well > .mm-signin {
	border-right: none;
}
@media (max-width: 1023px) {
	header .top-nav-area .well > .mm-signin:after {
		display: none;
	}
	.mainnav.collapsed-mainnav #userDropdown-Container {
		top: 29px;
	}
	.responsive-template .mainnav.collapsed-mainnav #userDropdown-Container {
		top: 27px;
		border: 1px solid #ccc;
	}
	header .top-nav-area .well > .mm-signin {
		margin-right: 10px;
	}
	header #userStatus {
		min-width: 0px;
	}
	
	/* --- */
	
	header .top-nav-area .well > a, header .top-nav-area .well > span {
		height: 29px;
	}
}
.responsive-template .mainnav.collapsed-mainnav menu ul li.search {
	top: -57px;
}



.popupContainer .cartImg {
	height: auto;
}

/* *** */


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

/* stickynav.css */
.noscroll {
	overflow: hidden;
}
body.noscroll {
	position: fixed;
}
.noanimate {
	-webkit-transition: all 0s!important;
	-moz-transition: all 0s!important;
	transition: all 0s!important;
}

.has-sticky body {
	padding-top: 134px;
}
.sticky-menu .w-container {
	max-width:1170px;
}

.more-persona,
.sticky-menu .w-container .persona-areas li.group .subgroup {
	top: 50px;
	background: rgba(255,255,255,0.95);
}

.sticky-menu .subgroup ul {
	float: left;
    position: relative;
    width: 100%;
}

.sticky-menu .w-container:before,
.sticky-menu .w-container:after {
    content:'';
	display:table;
}

.sticky-menu {
	top:133px;
}

.sticky-menu.stick {
	z-index:20;
}

.sticky-menu .w-container:after {
    clear:both;
}

.sticky-menu .w-container li a {margin-right:15px}

.sticky-menu ul li {
    padding:15px 0 0;
}

.sticky-menu .w-container li:last-child a {
	margin:0;
}

.title.heading #top h1 {
	padding:10px 15px 0;
}

.hero.lvl2, .hero.lvl3 {
  margin-top:0;
}

.fa.fa-ellipsis-v {
	display:none;
}

@media (max-width:1023px){
    .sticky-menu .w-container {
      padding:0;
    }
    .fa.fa-ellipsis-v {
    	display:inline-block;
    }
	.stickynav .sticky-menu,
	.stickynav .sticky-menu.stick {
    	position:fixed;
        background:white;
		border-bottom:1px solid #bbb;
    }
	/*.stickynav .sticky-menu .switch-persona,
    .stickynav .sticky-menu .persona-areas li {
        float:none;
	}*/
	.stickynav .sticky-menu .switch-persona {
		text-align:left;
	}
	.stickynav .sticky-menu .current-page,
	.stickynav .sticky-menu .switch-persona {
		height:inherit;
		border:0;
	}
	.stickynav .sticky-menu .current-page {
		border:0;
		padding:10px 15px 8px;
	}
	/*.stickynav .sticky-menu .current-page:after {
		right:65px;
		margin:9px 0 0 10px;
	}*/
	.stickynav .fa-ellipsis-v {
    	position:absolute;
    	display:block;
        top:0;
		right:0;
		font-size:23px;
		padding:11px 23px 6px 23px;
		border-left:1px solid #bbb;
    }
    .stickynav .sticky-menu .persona-areas {
    	float:none;
        /*border-top:1px solid #bbb;*/
	}
    .stickynav .sticky-menu .persona-areas li {            
    	padding:5px 15px;
    }
	.more-persona {
    	/*top:42px !important;*/
        width:100%;
        border-bottom:1px solid #bbb;
    }
	.more-persona a {
    	padding:10px 15px;
    	font-size:14px;
    }
    .sticky-menu .w-container .persona-areas li.group .subgroup {
    	float: left;
    	width: 100%;
    	position: relative;
    	height: auto;
    	margin: 0;
    }
    .sticky-menu .w-container .persona-areas li.group > a {
    	margin-bottom: 5px;
    }
}

.mobile .sticky-menu {
  	background:none;
}
.mobile .sticky-menu .w-container {
	padding:0;
}
  .mobile .fa.fa-ellipsis-v,
  .mobile .fa.fa-ellipsis-v {
  	display:inline-block;
}
.mobile .sticky-menu,
.mobile .sticky-menu.stick {
  	position:fixed;
  	top:41px !important;
	background:white;
	border-bottom:1px solid #bbb;
}
	.mobile .sticky-menu.open {
		height: 100%;
		overflow: auto;
	}
.mobile .sticky-menu .fa-ellipsis-v {
  	position:absolute;
  	display:block;
    top:0;
	right:0;
	font-size:23px;
	padding:11px 23px 6px 23px;
	border-left:1px solid #bbb;
    z-index: 99999;	
}
.mobile .sticky-menu .w-container .new-sp,
.mobile .sticky-menu .persona-areas li {
	float:none;
}
.mobile .sticky-menu .new-sp,
.mobile .sticky-menu .new-sp {
	text-align:left;
}
.mobile .sticky-menu .current-page,
.mobile .sticky-menu .new-sp {
	height:inherit;
	border:0;
}
.mobile .sticky-menu .current-page {
	border:0;
	padding:10px 15px 8px;
}
.mobile .sticky-menu .current-page:after {
	right:65px;
	margin:9px 0 0 10px;
}
.mobile .sticky-menu .persona-areas {
  	float:none;
	border-top:1px solid #bbb;
}
  .mobile .sticky-menu .persona-areas li {            
  	padding:5px 15px;
  	float: left;
  	width: 100%;
}
.mobile .more-persona {
	width:100%;
	border-bottom:1px solid #bbb;
}
.mobile .more-persona a {
  	padding:10px 15px;
  	font-size:14px;
}
body.mobile #pageWrapper {
	padding-top:34px!important;
}







/* For Responsive Template (sticky nav update May 2016) */

.responsive-template .sticky-menu {
	position: fixed;
	top: 94px;
	left: 0;
	width: 100%;
	z-index: 10;
	background: #f9f9f9;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-bottom: 1px solid #bbb;
}

	.responsive-template .sticky-menu.collapsed {
		top: 9px;
	}
		.responsive-template .sticky-menu.collapsed .container {
			width: 100%;
		}
		.responsive-template .sticky-menu.collapsed .persona-areas li {
			width: 0px;
			opacity: 0;
			overflow: hidden;
		}
		.responsive-template .sticky-menu.collapsed .persona-areas li.sticky-cta {
			opacity: 1;
			width: auto;
			display: inline;
		}
		.responsive-template .sticky-menu.collapsed  .extended-bg {
			width: 0px!important;
		}
		.responsive-template .sticky-menu.collapsed .switch-persona {
    		background: none;
    		z-index: 10;
		}
			.responsive-template .sticky-menu.collapsed-finished .current-page {
				margin-left: -22px;
				padding: 12px 35px 0px 35px;
				background: url(../../../content/dam/illumina-marketing/images/nav/stickynav-angle-e5-l.png) no-repeat left;
			}


.responsive-template .sticky-menu a {
	color: #328ed1;
}

.responsive-template .sticky-menu .container {
	position: relative;
	padding:0px;
	background: #e5e5e5;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 0;
}
.responsive-template .sticky-menu .extended-bg {
    background: #e5e5e5;
    position: absolute;
    left: 0px;
    height: 40px;
    width: 100%;
    margin-left: 100%;
    top: 0;
}
.responsive-template .sticky-menu .angle-right {
	position: absolute;
    right: -22px;
}

.responsive-template .switch-persona {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	height: 40px;
	width: auto;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	background: url(../../../content/dam/illumina-marketing/images/nav/stickynav-angle-e5-v2.png) no-repeat right, #f9f9f9;
	border-right: none;
}
	.responsive-template .switch-persona.no-persona .current-page:after {
		display: none;
	}

.responsive-template .current-page {
	display: block;
    height: 40px;
    margin: 0;
    /*padding: 12px 50px 0 15px;*/
    font-size: 12px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: none;
	letter-spacing: 0.3px;

	padding: 12px 30px 0px 15px;
	border-right: none;
}
	.responsive-template .current-page:after {
		content: '\f107';
		font-family: FontAwesome;
		margin: 0 0 0 8px;
	    border: none;
	    padding: 0;
	    height: auto;
	    width: auto;
	    right: auto;
	    top: auto;

	    position: relative;
		float: none;
	}
	.responsive-template .current-page:hover {
		cursor: default;
	}



.responsive-template .sticky-menu ul {
	margin: 0;
	padding: 0;
	float: none;
	position: absolute;
	right: 0px;
	z-index: 9;
}

.responsive-template .sticky-menu ul li {
	margin: 0;
	padding: 8px 0;
	list-style: none;
	float: left;
	position: relative;
	color:#666;
	font-size:12px;
	min-height: 40px;
	opacity: 1;
	-webkit-transition: opacity .4s, width .4s;
	-moz-transition: opacity .4s, width .4s;
	-o-transition: opacity .4s, width .4s;
	transition: opacity .4s, width .4s;
}

.responsive-template .sticky-menu .sticky-more > a, .responsive-template .sticky-menu .sticky-disabled > a {
	color: #666;
}
.responsive-template .sticky-menu .sticky-cta a:hover {
	cursor: pointer;
}
.responsive-template .sticky-menu .sticky-more > a:hover, .responsive-template .sticky-menu .sticky-disabled > a:hover {
	cursor: default;
}

.responsive-template .sticky-menu .container li a:hover,
.responsive-template .sticky-menu .container li a.active {
	-webkit-transition-property: border-bottom-color;
	-moz-transition-property: border-bottom-color;
	-o-transition-property: border-bottom-color;
	transition-property: border-bottom-color;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
.responsive-template .sticky-menu .container li a.active {
	font-weight:bold;
}


.responsive-template .sticky-menu li a {
	display: inline-block;
	margin: 5px 20px 0 0;
	color: #328ed1;
	/*border-bottom: 3px solid transparent;*/
	text-decoration:none;
}

.responsive-template .sticky-menu .container .persona-areas li.group {
	position: relative;
}
.sticky-menu .container .persona-areas li.group:hover {
	cursor: pointer;
}
.sticky-menu .container .persona-areas li.group.sticky-more:hover {
	cursor: default;
}
.responsive-template .sticky-menu .container .persona-areas li.group>a {
padding-right: 15px;
position: relative;
}
.responsive-template .sticky-menu .container .persona-areas li.group>a:after {
    content: '\f107';
    position: absolute;
    z-index: 99;
    top: 0px;
    right: 0px;
    font-family: FontAwesome;
}
	.sticky-menu .container .persona-areas li.group>a.open-chev:after {
		content: '\f106';
	}
.responsive-template .sticky-menu .container .persona-areas li.group .subgroup li.group>a:after {
	content: '\f105';
	right: 20px;
	top: 10px;
}

.responsive-template .sticky-menu .container .persona-areas li.group .subgroup {
	/*overflow: visible;*/
	position: absolute;
	/*display:none;*/
	width: 300px;
	border-top: 0;

	top:40px;
	z-index: 15;

	left: 0;
	margin: 0 0 0 -20px;
	border-top: 0;
	background: rgba(255,255,255,0.95);
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #bbb;

	overflow: hidden;
	display: none;
	height: 0px;
}
.responsive-template .sticky-menu .container .persona-areas li.group .subgroup > ul {
	width: 100%;
}
.responsive-template .sticky-menu .container .persona-areas li.group .subgroup li {
	width: 100%;
	padding: 0px;
	min-height: 0px;
}
.responsive-template .sticky-menu .container .persona-areas li.group .subgroup a.sticky-overview {
	display: none;
}
.responsive-template .sticky-menu .container .persona-areas li a:hover,
.responsive-template .sticky-menu .container .persona-areas li a.active {
	border-bottom-color: transparent;
}

.responsive-template .sticky-menu .container .persona-areas li.group .subgroup li:hover a,.sticky-menu .container .persona-areas li.group .subgroup a:hover {
	background: #e5e5e5;
}
.responsive-template .sticky-menu .container .persona-areas li.group .subgroup li:last-child:hover a,.sticky-menu .container .persona-areas li.group .subgroup > a:last-child:hover {
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
.responsive-template .sticky-menu .container .persona-areas li.group li.group .subgroup a:hover {
	background: #666;
	color: #fff;
}

.responsive-template .sticky-menu .container .persona-areas li.group .subgroup a {
	display: block;
	padding: 11px 20px;
	margin: 0;
	min-width: 220px;
}

.responsive-template .sticky-menu .container .persona-areas li.group li.group .subgroup {
	margin-left: 298px;
	opacity: 0;
	display: none;
	z-index: 16;
	left: 0;
	top: 0;
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	-ms-border-radius: 0 5px 5px 5px;
	-o-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background:#e5e5e5;
	border: none;
	overflow: hidden;

	-moz-box-shadow: 1px 1px 1px #bbb;
	-webkit-box-shadow: 1px 1px 1px #bbb;
	box-shadow: 1px 1px 1px #bbb;
}
.responsive-template .sticky-menu .container .persona-areas li.group li.group .subgroup.left {
	margin-left: -300px;
	-webkit-border-radius: 5px 0 5px 5px;
	-moz-border-radius: 5px 0 5px 5px;
	-ms-border-radius: 5px 0 5px 5px;
	-o-border-radius: 5px 0 5px 5px;
	border-radius: 5px 0 5px 5px;

	-moz-box-shadow: -1px 1px 1px #bbb;
	-webkit-box-shadow: -1px 1px 1px #bbb;
	box-shadow: -1px 1px 1px #bbb;
}
	.responsive-template .sticky-menu .container .persona-areas li.group li.group .subgroup a {
		/*color: #fff;*/
	}
	.responsive-template .sticky-menu .container .persona-areas li.group li.group .subgroup.open {
		top: 0;
		opacity: 1;
	}

.responsive-template .sticky-menu .sticky-cta {
	text-transform: uppercase;
	font-size: 12px;
	float: right;
}
	.responsive-template .sticky-menu .sticky-cta a {
		margin-right: 10px;
	}
	.responsive-template .sticky-menu .sticky-cta .fa {
		font-size: 14px;
		margin-right: 2px;
	}
.has-sticky .responsive-template .stickynavcontainer {
	margin-top: 93px;
}
.has-sticky .responsive-template > .stickynavcontainer {
    margin-top: 135px;
} 

.responsive-template .more-persona {
	top: 40px;
	position: absolute;
	display:none;
	min-width: 280px;
	overflow: hidden;
	left: 0;
	z-index: 13;
	margin: 0px 0 0;
	background: rgba(255,255,255,0.95);
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	z-index: 10;
	border: 1px solid #bbb;
}

.responsive-template .more-persona a {
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 45px 0px 15px;
	display: block;
	font-weight: normal;
	text-decoration:none;
	color: #328ed1;
	float: left;
	width: 100%;
	position: relative;
	letter-spacing: 0.3px;
}
	.responsive-template .more-persona a span:after {
		content: '\f138';
		font-family: "FontAwesome";
		display: inline;
		margin-left: 6px;
		font-size:14px;
		position: absolute;
		right: 15px;
		top: 9px;
	}
	.responsive-template .more-persona a:hover {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
		background-color: #e5e5e5;
	}
	.responsive-template .more-persona a span {
		float: left;
		width: 100%;
		padding: 11px 15px 11px 0px;
	}
	.responsive-template .more-persona a:last-child span {
		border-bottom: none;
	}


	.responsive-template .sticky-menu.collapsed-mainnav {
		top: 43px;
	}
		.responsive-template .sticky-menu.collapsed-mainnav .switch-persona, .responsive-template .sticky-menu.collapsed-mainnav .current-page {
			height: 36px;
		}
		.responsive-template .sticky-menu.collapsed-mainnav .more-persona {
			top: 36px;
		}
		.responsive-template .sticky-menu.collapsed-mainnav .current-page {
			padding-top: 9px;
		}
		.responsive-template .sticky-menu.collapsed-mainnav ul li {
			padding: 6px 0px;
			min-height: 36px;
		}
		.responsive-template .sticky-menu.collapsed-mainnav .extended-bg {
			height: 36px;
		}
		 .responsive-template .sticky-menu.collapsed-mainnav .container .persona-areas li.group .subgroup {
		 	top: 36px;
		 }
	/*.responsive-template .sticky-menu.collapsed-mainnav {
		top: 41px!important;
	}*/

.sticky-disabled ul {
	display: block;
	width: 100%;
	float: none;
	position: relative;
}

.sticky-disabled .subgroup>a {
	float: left;
	width: 100%;
}





.responsive-template .sticky-menu.collapsed .persona-areas li.sticky-cta, .sticky-menu.collapsed .persona-areas li.sticky-tools-cta {
	opacity: 1;
	width: auto;
	display: inline;
}
.responsive-template .sticky-menu .sticky-cta a:hover {
	cursor: pointer;
}
.responsive-template .sticky-menu ul li.sticky-cta-container {
	float: right;
	padding: 0;
}
	.responsive-template .sticky-cta-container > ul {
		position: relative;
	}
	.responsive-template .sticky-cta-container li {
		float: left;
	}
.responsive-template .sticky-menu .sticky-cta, .sticky-menu .sticky-tools-cta {
	text-transform: uppercase;
	font-size: 12px;
	float: right;
}

.responsive-template .sticky-menu .sticky-cta a {
	margin-right: 15px;
}
.responsive-template .sticky-menu .sticky-cta .fa, .sticky-menu .sticky-tools-cta .fa {
	font-size: 14px;
	margin-right: 2px;
}
.responsive-template .sticky-menu .sticky-tools-cta img {
	max-height: 18px;
    margin: -2px 3px 0px;
    float: left;
}
.responsive-template .sticky-menu.collapsed-mainnav ul li.sticky-cta-container {
	padding: 0px;
}





@media (max-width:1023px){




	.responsive-template .sticky-menu .sticky-cta .fa, .sticky-menu .sticky-tools-cta .fa {
		font-size: 18px;
		margin-right: 15px;
	}
	.responsive-template .sticky-menu .sticky-cta, .sticky-menu .sticky-tools-cta {
		font-size: 0px;
	}







	.has-sticky body {
		padding-top: 80px;
	}
	.responsive-template .sticky-menu .sticky-cta .fa {
		font-size: 18px;
		margin-right: 15px;
	}
	.responsive-template .new-sp {
    	margin:0;
        padding:0;
    }
    .responsive-template .sticky-menu .container {
      padding:0;
    }
	.responsive-template.stickynav .sticky-menu,
	.responsive-template.stickynav .sticky-menu.stick {
    	position:fixed;
    	top:40px !important;
		border-bottom:1px solid #bbb;
		border-top: 1px solid #bbb;
    }
	.responsive-template .stickynav .sticky-menu .switch-persona {
		text-align:left;
	}
	.responsive-template .stickynav .sticky-menu .current-page,
	.responsive-template .stickynav .sticky-menu .switch-persona {
		/*height:40px;*/
		border:0;
	}
	.responsive-template .stickynav .sticky-menu .current-page {
		border:0;
		padding: 11px 30px 8px 15px;
	}

	/*.responsive-template .stickynav .sticky-menu .current-page:after {
		right:65px;
		margin:9px 0 0 10px;
	}*/
	.responsive-template .stickynav .sticky-menu .persona-areas li {
		/*padding: 8px 0px;*/
		/*min-height: 0px;*/
	}
	.responsive-template .sticky-menu.collapsed-mainnav .container .persona-areas li.group .subgroup {
		/*top: 41px;*/
	}
	.responsive-template .sticky-menu .container .persona-areas li.group .subgroup a.sticky-overview {
		display: block;
	}

    /* Banner top margin changes when we reach this breakpoint as sticky and mainnav are shorter */
    .responsive-template > .stickynavcontainer {
    	margin-top: 76px;
    }
    .has-sticky .responsive-template > .stickynavcontainer {
	    margin-top: 0px;
	} 

	.mobile-collapsed-mainnav header {
    	top: -43px;
    }
    .mobile-collapsed-mainnav .stickynav .sticky-menu {
    	top: 0px!important;
    }
    
    .responsive-template .no-persona {
    	display: none;
    }
    .responsive-template .no-persona .current-page:after {
    	border-style: none;
    }
    .responsive-template .sticky-menu .sticky-cta {
    	font-size: 0px;
    }
}

@media (max-width: 767px) {





	.responsive-template .sticky-menu .sticky-cta, .sticky-menu .sticky-tools-cta {
		font-size: 12px;
	}
	.responsive-template .sticky-menu .sticky-cta .fa, .sticky-menu .sticky-tools-cta .fa {
		font-size: 18px;
	}
	.responsive-template .sticky-menu .sticky-cta-container ul {
		display: block;
	    position: relative;
	    float: left;
	    top: 0;
	    width: 100%!important;
	}
	.responsive-template .stickynav .sticky-menu .persona-areas li.sticky-tools-cta img {
    	display: none;
    }
    .responsive-template .sticky-menu .sticky-cta .fa, .sticky-menu .sticky-tools-cta .fa {
		margin-right: 6px;
	}






	.sticky-disabled ul {
		top: auto;
		padding: 0px;
		background: none;
		float: left;
		width: 100%;
		display: block;
		position: relative;
	}

	.has-sticky body {
		padding-top: 82px;
	}
	.responsive-template .current-page {
		font-size: 14px;
	}
	.responsive-template .stickynav .sticky-menu .current-page:hover {
		cursor: pointer;
	}
	.responsive-template .switch-persona {
		background: #f9f9f9;
	}
	.responsive-template .switch-persona.no-persona .current-page:after {
		display: block;
	}
	.sticky-menu.collapsed-mainnav .switch-persona, .sticky-menu.collapsed-mainnav .current-page {
		min-height: 36px;
		height: auto;
	}
	.responsive-template .sticky-menu .container {
		background: #666;
		overflow: hidden;
	}
	.responsive-template .sticky-menu .sticky-cta {
		font-size: 12px;
	}
		.responsive-template .sticky-menu .sticky-cta .fa {
			font-size: 18px;
		}
	.responsive-template .sticky-menu .container .persona-areas li.group li.group .subgroup, .responsive-template .sticky-menu .container .persona-areas li.group li.group .subgroup.left {
		margin-left: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
		float: left;
	    position: relative;
	    border: none;
	    width: 100%;
	    background: #bbb;
	    left: 0;
	}
	.responsive-template .sticky-menu .container .persona-areas li.group li.group .subgroup.open {
		margin-left: 0px;
	}
	.responsive-template .sticky-menu ul {
		position: fixed;
		padding: 0px 0px;
		float: left;
		display: none;
		height: 100%;
	    top: 78px;
	    padding-bottom: 78px;
	    background: #666;
	    opacity: 0;
	    overflow: scroll!important;
	}
		.responsive-template .sticky-menu ul ul {
			opacity: 1;
		}
	.responsive-template .stickynav .sticky-menu .persona-areas li {
		width: 100%;
		float: left;
		border-bottom: 1px solid #777;
		margin: 0px;
		padding: 0px;
	}
		.responsive-template .stickynav .sticky-menu .persona-areas li:last-child {
			border-bottom: none;
		}
		.responsive-template .stickynav .sticky-menu .persona-areas li a {
			float: left;
			width: 100%;
			padding: 10px 15px;
			color: #fff;
			font-size: 14px;
			margin: 0px 20px 0px 0px;
		}
		.responsive-template .stickynav .sticky-menu .persona-areas li ul {
			height: auto;
		}
	.responsive-template .sticky-menu.collapsed-mainnav .switch-persona, .responsive-template .sticky-menu.collapsed-mainnav .current-page {
		height: auto;
	}
	.responsive-template .sticky-menu.collapsed-mainnav .current-page.mobile-sticky-open:after {
		content: '\f106';
	}
	.responsive-template .sticky-menu.collapsed-mainnav .switch-persona {
		background: #f9f9f9;
	}
	.responsive-template .sticky-menu .more-persona {
		display: block;
	    float: left;
	    position: relative;
	    background: none;
	    border: none;
	    top: 0!important;
	    border-top: 1px solid #777;
	    border-bottom: 1px solid #777;
	    -webkit-border-radius: 0px;
	    -moz-border-radius: 0px;
	    -o-border-radius: 0px;
	    -ms-border-radius: 0px;
	    border-radius: 0px;
	    padding: 15px 0px;
	}
		.responsive-template .sticky-menu .more-persona a {
			color: #fff;
			text-transform: none;
			font-size: 14px;
			float: left;
			width: auto;
			display: block;
			clear: left;
			padding: 0px 15px;
		}
			.responsive-template .sticky-menu .more-persona a span {
				padding-top: 6px;
				padding-bottom: 6px;
			}
		.responsive-template .sticky-menu .more-persona a:hover {
			background: none;
			color: #fff;
		}
		.responsive-template .more-persona a span:after {
			display: inline;
			float: none;
			position: relative;
			top: 1px;
			right: auto;
		}
		.responsive-template .sticky-menu .more-persona > span {
			text-transform: uppercase;
			font-size: 14px;
			color: #fff;
			padding: 5px 15px;
			float: left;
			width: 100%;
		}
	.responsive-template .stickynav .sticky-menu .current-page:after {
		content: '\f107';
	    position: absolute;
	    z-index: 99;
	    top: 0px;
	    right: 15px!important;
	    font-family: FontAwesome;
		font-size: 20px;
    	margin-top: 3px;
	}
	.stickynav .sticky-menu .current-page.mobile-sticky-open:after {
		content: '\f106';
	}

	.responsive-template .sticky-menu .container .persona-areas li.group .subgroup {
		width: 100%;
		position: relative;
		float: left;
		background: none;
		border: none;
		top: 0px!important;
		margin: 0px 0px;
		padding: 5px 15px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
		background: #777;
	}
	.sticky-menu.collapsed-mainnav .container .persona-areas li.group .subgroup {
		top: 0px;
	}
		.responsive-template .sticky-menu .container .persona-areas li.group .subgroup a:hover {
			background: inherit;
		}
	.responsive-template .sticky-menu .container .persona-areas li.group .subgroup a {
		padding: 6px 15px;
		color: #fff;
	}
	.responsive-template .sticky-menu .container .persona-areas li.group>a {
		color: #fff;
	}

	.responsive-template .sticky-menu .container .persona-areas li.group>a:hover {
		cursor: pointer;
	}
		.responsive-template .sticky-menu .container .persona-areas li.group>a:after {
			right: 15px;
			font-size: 20px;
			top: 3px;
		}
	.responsive-template .sticky-menu ul li.sticky-more {
		display: none!important;
	}
}
@media (max-width: 480px) {
	header .top-nav-area .well > .mm-contact {
		display: none;
	}
}

.hn.support {
    background-color: transparent !important;
    overflow-x: hidden; /* blue bar overflow fix */
    padding: 20px 0px 5px;
}

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

/* Overrides of existing styles - may be able to replace existing before launch */
.hn.support a:hover, .hn.support a:active {
	border-bottom: none;
	text-decoration: underline;
}

.hn.support .hn-title {
	width: 50%;
	float: left;
	font-size: 14px;
}
.hn.support .hn-title a:hover, .hn.support .hn-title a:active, .hn.support .support-additional-resources a:hover, .hn.support .support-additional-resources a:active {
	text-decoration: none;
	border-bottom: 1px solid #328ed1;
}
.hn.support .hn-title a:after {
	margin-left: 6px;
}
.hn.support .hn-title-bottom {
	width: 100%;
}
	.hn.support .hn-title-bottom .btn {
		color: #fff!important;
	}
.hn.support p  {
    color: #666 !important;
}

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

.support-blue {
    background-color: #7ca8d4;
    margin-top: 20px;
}
	.support-blue p {
		border-right: 1px solid #fff;	
	}
		.support-blue p:last-child {
			border-right: none;
		}
.hn.support-col-left {
    padding-left: 0px;
}

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

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


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

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

div.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: 4px 0px 0px;
	clear: left;
}
	.hn .support-nav-nosignin .hn-subtitle:first-child {
		margin-top: 4px;
	}
.hn.support 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 span.fa.fa-chevron-right {
    color: #666;
    padding-left: 15px;
}

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

.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;
	}


div.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;
	}


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


.hn.support .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
}

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


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

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


@media (max-width: 1023px) {
	.hn.support .support-signin .col-md-9, .hn.support .support-signin .col-md-3 {
		padding: 0px 15px!important;
	}
	.hn.support .support-signin .popular-kits a {
		margin-left: 0px;
	}
	
	.support-nav-nosignin > .col-md-5, .hn.support .nav-bottom .col-md-5 {
		padding: inherit!important;
	}
	.hn.support {
		padding: 10px 0px;
	}
	/* revert column tweak for mobile */
	.hn.support .row > .col-md-9 > .col-md-6:first-child {
		padding-right: 15px!important;
		padding-left: 15px!important;
	}
	.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;
	}
	.support-additional-resources {
		padding-left: 30px;
		padding-right: 30px;
		display: none;
	}
	.hn.support .support-nav-workflow span.fa {
		float: right;
	}
	.support-nav-workflow:last-child span.fa {
		opacity: 1;
	}
	p.hn-title-top {
	    display: block; 
	}
	.hn.support .hn-title {
		width: 100%;
		margin-left: 15px;
	}
	.hn.support form {
		float: left;
		width: 90%;
		max-width: 400px;
		margin: 10px 0px 0px 10px;
	}
	.hn.support .hn-super-title {
		text-transform: capitalize;
	}
	.support-nav-workflow {
		width: 100%;
		margin-top: 5px;
		font-weight: bold;
		font-size: 14px;
		border-bottom: 1px solid #e5e5e5;
    	padding: 5px 0px;
	}
		.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;
	}
	.popular-kits {
		margin: 0px 0px;
		padding:0!important;
	}
		.popular-kits a {
			text-align: left;
			margin-left: 10px;
		}
	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;
			}
	p.hn-title-bottom {
	    display: none;
	}
	.hn.support .hn-super-title {
		margin: 20px 0px 15px;
	}

}

/* Override bootstrap container just for Support (allows full width blue bar
 * without having to change how the rest of the menu operates)
 * and add container styling to unique support-nav-container class.
 */
.hn.support > .container {
	width: 100%;
}
.support-nav-container {
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
  width: auto;
}
@media (min-width: 992px) {
  .support-nav-container, .support-blue .row {
    width: 970px;
  }
}
@media (min-width: 1024px) {
	.hn.support {
    	background-color: transparent !important;
    	overflow-x: hidden; /* blue bar overflow fix */
    	padding: 20px 0px 25px;
	}
	.support-nav-nosignin {
		display: table;
	}
		.support-nav-nosignin > div {
			float: none;
			display: table-cell;
			border-right: 1px solid #e5e5e5;
		}
		.support-nav-nosignin > div:last-child, .support-additional-resources {
			padding-left: 20px!important;
			padding-right: 20px!important;
		}
	.hn.support ul {
		margin-left: 0px;
		margin-bottom: 0px;
	}
}

.hn.support a {
    color: #328ed1 !important;
}
.hn.support .hn-subtitle a {
	border-bottom:1px solid transparent;
}
.hn.support .hn-subtitle a:hover {
	text-decoration: none;
	border-bottom: 1px solid #328ed1;
}

/* Overrides of existing styles - may be able to replace existing before launch */
.hn.support a:hover, .hn.support a:active {
	border-bottom: none;
	text-decoration: underline;
}

.hn.support .hn-title {
	width: 50%;
	float: left;
	font-size: 14px;
}
.hn.support .hn-title a:hover, .hn.support .hn-title a:active, .hn.support .support-additional-resources a:hover, .hn.support .support-additional-resources a:active,
.hn.support .all-kits:hover, .hn.support .all-kits:active {
	text-decoration: none;
	border-bottom: 1px solid #328ed1;
}
.hn.support .hn-title a:after {
	margin-left: 6px;
}
.hn.support p.hn-subtitle {
    float: left;
    width: 100%;
    margin: 5px 0px 0px;
}
.hn.support .hn-title-bottom {
	width: 100%;
	margin: 7px 0px 0px;
}
.hn.support 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;
    margin-right: 0px;
}

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

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

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


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

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

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



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


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

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

.support-nav-workflow {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
	.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;
	}






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


@media (max-width: 1023px) {
	/* Bootstrap override for tablet nav */
	.hn.support .col-md-3, .hn.support .col-md-6, .hn.support .col-md-9 {
		width: 100%;
	}
	.hn.support {
		padding: 10px 0px;
	}
		.hn.support a {
			margin-top: 5px;
		}

	.support-nav-target > div {
		margin-bottom: 10px;
	}
	
	/* revert column tweak for mobile */
	.hn.support .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 .support-nav-workflow a, .hn.support .support-nav-workflow span.fa {
		width: auto;
	}
	.hn.support .support-nav-workflow a {
		float: left;
	}
	.hn.support .support-nav-workflow a:first-child {
		padding: 9px 9px 9px 0px;
	}
	.hn.support .support-nav-workflow span.fa {
		float: right;
	}
	p.hn-title-top {
	    display: block; 
	}
	.hn.support .hn-title {
		width: 100%;
	}
	/*.popular-kits {
		padding:0!important;
		min-height: 0px!important;
		margin: 5px 0px;
		height: auto;
	}
		.popular-kits a {
			text-align: left;
		}
			.popular-kits a:first-child {
				display: none;
			}
			.popular-kits a:last-child {
				height: auto;
				position: relative;
				float: left;
				width: 100%;
			}
			.popular-kits a:last-child:hover {
				height: auto;
			}*/
	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;
	}
	.hn .hn-super-title {
		margin: 20px 0px 15px;
		float: left;
		width: 100%; 
	}
}

@media (min-width: 1200px) {
  .support-nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .support-nav-container, .support-blue .container {
    width: 1170px;
  }
}



/* Bootstrap Style Fixes */
.hn.support > .container {
	padding: 0px;
}
.hn.support .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 .btn-primary:hover, .hn.support .btn-primary:active, .hn.support .btn-primary:focus {
      background-color: #328ed1;
      border-color: transparent;
  }

  .hn.support .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 .hn-subtitle a {
    border-bottom:1px solid transparent;
  }
  .hn.support .hn-subtitle a:hover {
    text-decoration: none;
    border-bottom: 1px solid #328ed1;
  }
  .hn.support .hn-super-title {
  	padding-bottom: 0px;
  }

  .hn.support .row.nav-bottom > .col-md-3 {
    padding: 0px 15px;
  }
	.hn.support .row .row {
		margin: 0px -15px;
	}
  .hn.support .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;
  }
  .hn.support .row.support-blue .col-md-9 {
  	padding-left: 0px;
  }
  .hn.support .row.support-blue .col-md-9 > .col-md-6:first-child {
  	padding-left: 0px!important;
  }
  .support-nav-workflow {
  	padding-left: 0px!important;
  	padding-right: 0px!important;
  }
  .support-nav-container > .row {
  	width: auto;
  }
    .hn.support .row.support-blue .col-md-9 > .col-md-6:nth-child(2) {
  	padding-left: 10px;
  }
  	.hn.support .row.support-blue .col-md-9 > .col-md-6:nth-child(2) .hn-super-title {
  		border-left: 1px solid #fff;
  		padding-left: 25px;
  	}
  .hn.support .support-nav-target {
  	padding: 0px 0px 0px 25px!important;
  }
    .support-nav-target > div {
  	padding-right: 5px!important;
  }
    .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: 7px;
	   	width: 74px;
   }

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

	img, .img-responsive, figure, .tab-content > .tab-pane, .table-responsive {
    	page-break-inside: avoid;
	}
	
	.mainnav, .collapsed-mainnav-finished, .sticky-menu {
    	width: 1169px;
    	display: none;
    }
    
    .has-sticky body {
    	padding-top: 0;
    }
	
	/* BOOTSTRAP PRINT OVERRIDES */
	
	.container, .container-fluid, .content-section {
		width: 1170px;
    }
    
    .tab-content > .tab-pane {
    	display: block !important;
    	opacity: 1 !important;
    	visibility: visible !important;
	}
	
	.thumbnail-feature-collapse {
		display: block !important;
    	opacity: 1 !important;
    	visibility: visible !important;
	}
	
	div.breadcrumb {
    	display: inline-block;
    }
    
    .title.heading #top h1 {
    	display: inline-block;
    }
   	
   	.col-md-pull-8 {
   		right:66%;
   	}
   	
   	.col-sm-pull-6 {
   		right:50%;
   	}
   	
	[class*="col-md-"] {
        float: left;
    }
    
    [class*="col-sm-"] {
        float: left;
    }

    [class*="col-xs-"] {
        float: left;
    }

    .col-md-12, .col-sm-12, .col-xs-12 { 
        width:100% !important;
    }

    .col-md-11, .col-sm-11, .col-xs-11 { 
        width:91.66666667% !important;
    }

    .col-md-10, .col-sm-10, .col-xs-10 { 
        width:83.33333333% !important;
    }

    .col-md-9, .col-sm-9, .col-xs-9 { 
        width:75% !important;
    }

    .col-md-8, .col-sm-8, .col-xs-8 { 
        width:66.66666667% !important;
    }

    .col-md-7, .col-sm-7, .col-xs-7 { 
        width:58.33333333% !important;
    }

    .col-md-6, .col-sm-6, .col-xs-6 { 
        width:50% !important;
    }

    .col-md-5, .col-sm-5, .col-xs-5 { 
        width:41.66666667% !important;
    }

    .col-md-4, .col-sm-4, .col-xs-4 { 
        width:33.33333333% !important;
    }

    .col-md-3, .col-sm-3, .col-xs-3 { 
        width:25% !important;
    }

    .col-md-2, .col-sm-2, .col-xs-2 { 
        width:16.66666667% !important;
    }

    .col-md-1, .col-sm-1, .col-xs-1 { 
        width:8.33333333% !important;
    }
    
}
