/* KEYWORDS: +all, +mozilla, +os, +webkit, -android, -chrome, -edge, -firefox, -gecko, -ie, -ie10, -ie11, -ie7, -ie8, -ie9, -ipad, -iphone, -khtml, -linux, -mac, -macos, -mobile, -opera, -presto, -safari, -trident, -trident3, -trident4, -trident5, -trident6, -trident7, -upbrowser, -win, -windows, -windowsphone, -windowsxp, -winphone, -winxp, -universal */

/*** Skipping CSS Section grid (only-param=sub) ***/
/*** Skipping CSS Section common (only-param=sub) ***/
/*** Skipping CSS Section navigation (only-param=sub) ***/
/*** Skipping CSS Section forms (only-param=sub) ***/
/*** Skipping CSS Section tsg (only-param=sub) ***/
/*** Skipping CSS Section buttons (only-param=sub) ***/
/*** Skipping CSS Section side-boxes (only-param=sub) ***/
/*** Skipping CSS Section specifications-table (only-param=sub) ***/
/*** Skipping CSS Section blog (only-param=sub) ***/
/*** Skipping CSS Section home (only-param=sub) ***/
/*** START ls20/global/sub.css ***/
/* iPop Iframes - /objective-selector/ */
html.iframe,
html.iframe body {
    border-top: none;
    box-sizing: border-box;
    overflow-x: hidden;
    min-width: 360px;
	/* taskId.16818851 2021/04/20 - 360px is causing problems on small devices on popup forms */
	min-width: 260px;
}
/* taskId.16818874 2021/05/04 trying to resolve unrelated issue with fz */
@media (max-width: 319px) {
	html.iframe, 
	html.iframe body {
		min-width: 220px;
	}
}
html.iframe body {
    max-width: 100%;
}
html.iframe .btn-back,
html.iframe .header-block,
html.iframe .footer {
    display: none;
}

body.hideRightSidebar .col-content {
	width: 100%;
}

.caption-image {
    background-color: #E2E2E2;
}
.caption-image .container {
    padding: 0;
}
.caption-image img {
    max-width: 100%;
    height: auto;
}
.body-page-title {
	background-color: #f3f3f3;
    overflow: auto;
	filter: none !important;
}
.body-page-title .container {
    background-size: 100% auto;
}

/* taskId.16802831 prevent big images break layout (make all the images on aside to be responsive */
.col-aside img {max-width: 100% !important;	height: auto !important;}

@media (max-width: 767px) {
    .col-content, 
    .col-aside {
        width: 100%;
    }
}
@media (min-width: 768px) {
	.col-aside {
		width: 200px;	
	}
	.col-content {
		width: calc(100% - 230px);	
	}
}

@media (min-width: 768px) {
	.content {
		min-height: 480px;
	}
}

/* breadcrumb */
div.sitePath {
	display: block;
    margin: 15px 0;
    font-size: 13px;
}
div.sitePath a,
div.sitePath a:hover,
div.sitePath a:focus {
	color: #999;
	/* taskId.16817580 2020/05/28 */
	color: #666;
	text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px dotted;
    line-height: 1.3em;
    margin-bottom: 5px;
}
div.sitePath a:hover {
	color: #444;
}
div.sitePath > *:last-child a {
	color: #444;
    border-bottom: 0 none;
    cursor: text;
}
div.sitePath .separ {
    display: none;
}
div.sitePath > * {
    display: inline;
}
div.sitePath > *::after {
	content: '';
	color: #aaa;
	margin: 0 6px 5px;
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-position: -275px -100px;
    width: 7px;
    height: 8px;
    display: inline-block;
	transform: translateY(5px);
}
div.sitePath > *:last-child::after {
	content: '';
    display: none;
}

.form-filter {
	padding: 10px 15px 20px;
	color: #fff;
	margin-bottom: 20px;
background: rgb(67,98,145);
background: -moz-linear-gradient(top, rgba(67,98,145,1) 0%, rgba(40,72,113,1) 100%);
background: -webkit-linear-gradient(top, rgba(67,98,145,1) 0%,rgba(40,72,113,1) 100%);
background: linear-gradient(to bottom, rgba(67,98,145,1) 0%,rgba(40,72,113,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#436291', endColorstr='#284871',GradientType=0 );	
}
.product-search-fields {
	display: flex;
	flex-flow: row nowrap;
}
.product-search-fields input[type="text"],
.product-search-fields select {
	max-width: 100%;
	width: 200px;
}
.product-search-fields input[type="text"] {
	padding: 9px 15px ; /* !for(webkit) */
}
.product-search-form .form-filter .product-search-fields input[type="submit"],
.product-search-form .form-filter .product-search-fields input[type="submit"]:hover,
.product-search-form .form-filter .product-search-fields input[type="submit"]:focus {
	background-color: #fff;
	border: 0 none;
	color: #08107b;
	padding: 10px 15px;
	padding: 9px 15px ; /* !for(webkit) */
	/* /products-search/, /laser-scanning/ */
	padding: 7px 15px 8px;
	padding: 6px 15px ; /* !for(webkit) */
	/* padding: 7px 15px 6px !for(ie); */
	cursor: pointer;
	font-weight: normal;
	color: #08107b;
	line-height: 1.6em;
	
	background-color: #fff;
	background-image: none;
}
@media (min-width: 1024px) {
	.product-search-fields > *:not(:last-child) {
		margin-right: 15px;
	}	
}
@media (max-width: 1023px) {
	.form-filter {
		padding-bottom: 5px;
		padding-right: 0px;
	}
	.product-search-fields {
		flex-flow: row wrap;
	}	
	.product-search-fields > * {
		margin-bottom: 15px;
		width: calc(50% - 15px);
		margin-right: 15px;
	}
	.product-search-fields input[type="text"],
	.product-search-fields select {
		width: 100%;
	}	
}
@media (max-width: 479px) {
	.product-search-fields > * {
		width: 100%;
	}
}

/* CMS Tabs START */
/* ---------------------------------------------------------------------------------------- */
.cmsTabBlock a {
	color: #08107b;
}
@media (min-width: 641px) {
    .cmsTabs {
        list-style-type: none;
        border-bottom: 10px solid #f5f5f5;
        padding: 0;
        margin: 25px 0 15px;
        display: flex;
        flex-flow: row nowrap;
        /* flex-flow: row wrap !for(ie); */
        justify-content: flex-start;   
    }
    .cmsTabs li {
        padding: 0;
        margin: 0;
        display: flex;
		
		/* overwrite jquery UI CSS */
		border: 0 none !important;
		background-color: transparent !important;
    }
    .cmsTabs li:not(:last-child) {
        margin-right: 5px;
    }
    .cmsTabs a {
        display: block;
        background-color: #8F8F8F;
        padding: 6px 15px;
        color: #fff;
		text-align: center;
		
		/* overwrite jquery UI CSS */
		color: #fff !important;
    }
    .cmsTabs .ui-tabs-active a {
        background-color: #f5f5f5;
        color: #000 !important;
    }    
}
@media (max-width: 640px) {
    .cmsPanelTitle {
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        background-color: #f5f5f5;
        padding: 10px 15px;
        margin: 3px 0 0;
        transition: all 0.5s;
        display: flex;
        flex-flow: row nowrap;
        align-items: baseline;
    }
	html[lang="ja-JP"] .cmsPanelTitle {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
	}    
    .cmsPanel:not(.collapsed) .cmsPanelTitle {
        background-color: #E2E2E2;
    }
    .cmsPanelTitle::before {
        content: '';
        width: 5px;
        height: 8px;
        display: block;
        background-image: var(--sprite);
        background-position: -150px 0;
        margin-right: 10px;
        transition: all 0.5s;
    }
    .cmsPanel:not(.collapsed) .cmsPanelTitle::before {
        transform: rotate(90deg);
    }
}
/* CMS Tabs END */
/* ---------------------------------------------------------------------------------------- */

/* content CTA buttons */
@media (min-width: 768px) {  
	.content-cta-buttons {
		display: none;
	}
}
@media (max-width: 767px) {
	.content-cta-buttons {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.content-cta-buttons:empty {
		display: none;
	}
	body.hideContactBox .content-cta-buttons {
		display: none;
	}
	.content-cta-buttons a {
        display: inline-block;
        background-color: #005cb9;
		padding: 7px 17px 8px;
        margin-right: 4px;
		color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
		font-weight: 400;
        white-space: nowrap;
		flex: 1 1 auto;
		text-align: center;
background: #005cb9;
xbackground: -moz-linear-gradient(top, #d99333 0%, #a65c11 100%);
xbackground: -webkit-linear-gradient(top, #d99333 0%,#a65c11 100%);
xbackground: linear-gradient(to bottom, #d99333 0%,#a65c11 100%);
xfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d99333', endColorstr='#a65c11',GradientType=0 );		
	}
	html[lang="ja-JP"] .content-cta-buttons a,
	html[lang="es-ES"] .content-cta-buttons a,
	html[lang="pt-PT"] .content-cta-buttons a {
		font-size: 15px;
		padding: 8px 10px;
	}
	html[lang="fr-FR"] .content-cta-buttons a,
	html[lang="es-ES"] .content-cta-buttons a,
	html[lang="pt-PT"] .content-cta-buttons a {
		font-size: 15px;
		padding: 7px 5px 8px;
		margin-right: 5px;
	}
	html[lang="fr-FR"] .content-cta-buttons a:last-child,
	html[lang="es-ES"] .content-cta-buttons a:last-child,
	html[lang="pt-PT"] .content-cta-buttons a:last-child {
		margin-right: 0;
	}
	.content-cta-buttons a:last-child {
		margin-right: 0;
	}
	.content-cta-buttons a span.requestDemoBoxDesc {
		display: none;
	}
}
@media (max-width: 479px) {
	.content-cta-buttons {
		flex-flow: column nowrap;
	}
	.content-cta-buttons a {
		width: 100%;
		margin-right: 0;
		margin-bottom: 3px;
		text-align: left;
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
	}
	.content-cta-buttons a:last-child {
		margin-bottom: 0;
	}
	.content-cta-buttons a::before {
		content: '\f105';
		font-family: 'FontAwesome';
		margin-right: 10px;
	}
}

/* fixed cta buttons */
@media (min-width: 768px) {
    .fixed-cta-buttons {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 4003;
        box-shadow: 0px 0px 3px rgba(0,0,0,0.2);     
        margin-top: -60px;
        transition: all 0.3s;
    }
	.fixed-cta-buttons .container {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.fixed-cta-buttons .container:empty {
		padding-top: 0;
		padding-bottom: 0;
	}
    body.header-fixed-cta .fixed-cta-buttons {
        margin-top: 0;
    }
	/* taskId.16813626 hide CTA buttons for discontinued products */
	body.hideContactBox .fixed-cta-buttons {
		display: none;
	}
    .fixed-cta-buttons .container {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end;
    }
    .fixed-cta-buttons a {
        display: inline-block;
        padding: 6px 17px 8px;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
        background-color: #005cb9;
        margin-left: 10px;
        font-weight: 400;
background: #005cb9;
xbackground: -moz-linear-gradient(top, #d99333 0%, #a65c11 100%);
xbackground: -webkit-linear-gradient(top, #d99333 0%,#a65c11 100%);
xbackground: linear-gradient(to bottom, #d99333 0%,#a65c11 100%);
xfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d99333', endColorstr='#a65c11',GradientType=0 );		
    }
    .fixed-cta-buttons .requestDemoBoxDesc {
        display: none;
    }    
}
@media (max-width: 767px) {
	.fixed-cta-buttons {
		display: none;
	}
}


.instagram-widget-custom-top {
	display: flex;
	flex-flow: row nowrap;	
	align-items: center;
	background-color: #f5f5f5;
	padding: 10px;
	font-size: 10px;
	line-height: 1.1em;
}
.instagram-widget-custom-top p {
	margin: 0;	
}
.instagram-widget-custom-top > *:first-child  {
	flex: 0 0 50px;
	margin-right: 10px;
}
.instagram-widget-custom-top img {
	border-radius: 50%;
	max-width: 100%;
	height: auto;
}
.instagram-widget-custom-bottom {
	white-space: nowrap;
	text-align: center;
}
.instagram-widget-custom-bottom .btn,
.instagram-widget-custom-bottom .btn:hover,
.instagram-widget-custom-bottom .btn:focus {
	background-color: #5280A4;
	border-color: #5280a4;
	color: #fff;
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
}
.instagram-widget-custom-bottom .btn .fa-instagram {
	background: var(--sprite) no-repeat -475px -225px;
	display: inline-block;
	width: 13px;
	height: 12px;
}
@media (max-width: 767px) {
	.instagram-widget-container {
		text-align: center;	
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
	}
	.instagram-widget-container > * {
		width: 100%;	
		max-width: 576px;
	}	
}

/* ---------------------------- gating START ---------------------------- */
/*
	- there is a script in common.js
	- #C15 form is used to protect content
	- add class "gating" to CMS
	- taskId.16814715
*/
.ipop-gating.iPopBlock {
	background-color: rgba(0,0,0,0.9);
}
/* body.gating .cms-content, */
body.gating:not(.gating-blog) .cms-content > *:not(.gating-form),

body.gating:not(.gating-blog) .header-block,
body.gating:not(.gating-blog) .col-aside,
body.gating:not(.gating-blog) #C15,
body.gating:not(.gating-blog) .body-page-title,
body.gating:not(.gating-blog) .col-content > h2,
body.gating:not(.gating-blog) .col-content > .formerTable,
body.gating:not(.gating-blog) .col-content .extra-content {
	display: none;
}
/* taskId.16815300 2019/03/21 AM - hide sidebar only when there is a form, but show when the article is visible */
/*body.gating .col-content,*/
body.show-gating-form .col-content {
	width: 100%
}
/* body.gating.show-gating-content .cms-content, */
body.gating:not(.gating-blog).show-gating-content .cms-content > *:not(.gating-form),

body.gating:not(.gating-blog).show-gating-content .header-block,
body.gating:not(.gating-blog):not(.gating-blog).show-gating-content .col-aside,
body.gating:not(.gating-blog).show-gating-content .body-page-title,
body.gating:not(.gating-blog).show-gating-form #C15,
body.gating:not(.gating-blog).show-gating-form .col-content > h2,
body.gating:not(.gating-blog).show-gating-form .col-content > .formerTable,
body.gating:not(.gating-blog).show-gating-form .col-content .extra-content,
body.gating:not(.gating-blog).show-gating-form .gating-form {
	display: block;
}
body.gating:not(.gating-blog).show-gating-content.page4YNB36HC .body-page-title,
body.gating:not(.gating-blog).show-gating-content .col-content > h2,
body.gating:not(.gating-blog).show-gating-content .col-content > .formerTable,
body.gating:not(.gating-blog).show-gating-content .col-content .extra-content,
body.gating:not(.gating-blog).show-gating-content .gating-form {
	display: none;
}
body.gating .cms-content img,
body.gating .extra-content img {
	max-width: 100%;
	height: auto !important;
}
body.gating .col-content h2 {
	border-bottom: 1px solid #005cb9;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
body.gating #C15 {
	background-color: #f5f5f5;
	padding: 30px;
}
@media (max-width: 979px) {
	body.gating #C15 {
		padding: 15px;
	}
}
body.gating #C15 input[type="text"],
body.gating #C15 input[type="password"],
body.gating #C15 input[type="email"],
body.gating #C15 select {
	background-color: #fff;
}
body.gating #C15 h3 {
	margin-top: 0;
}
body.gating .col-content > .formerTable > .row > div:first-child {
	width: calc(100% - 600px);
}
body.gating .col-content > .formerTable > .row > div:last-child {
	width: 600px;
}
@media (max-width: 979px) {
	body.gating .col-content > .formerTable > .row > div:first-child,
	body.gating .col-content > .formerTable > .row > div:last-child {
		width: 100%;

	}
	body.gating .col-content > .formerTable > .row > div:last-child {
		max-width: 600px;
	}
}

body.gating .cms-content .mediaelement h4,
body.gating .cms-content .media-desc {
    display: none;
}
body.gating .cms-content .mediaelement img {
    margin-bottom: 15px;
}
/* ---------------------------- gating END ---------------------------- */


.etClose {display: none !important;}

/* =POPUP VIDEO GALLERY */
.popup-video.iPopBlock.styled .iPopBox {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}
.popup-video.iPopBlock.styled .iPopCloseBtn {
	right: 25px;
	top: 15px;
}
.multimedia-popup .mediaelement-current-item {
	display: none !important;
}


.pagination {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-flow: row wrap;
	width: 100%;
}
.pagination .pagination {
    margin: 0;
}
.pagination li {
    padding: 0;
    margin: 0;
}
.pagination > li > a, 
.pagination > li > span {
    border: 0 none;
    border-radius: 0;
    margin-right: 3px;
    margin-bottom: 3px;
    background-color: #f2f2f2;
    color: #444;
    transition: all 0.3s;
    display: inline-block;
    padding: 6px 12px;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
    background-color: #e49900;
    color: #fff;
}
.pagination > li.active > a,
.pagination > li.active > a{
    background: #3f3f3f;
    border: 0 none;
    color: #fff;
    pointer-events: none;
    cursor: default;
}

/* search results */
.product-search-results h2 {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.search-products-results-block {
	clear: both;
	overflow: hidden;
}
.search-products-results-block-empty {
	display: none;
}

.category-search {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 25px;
}
.category-search .row > div {
	padding-bottom: 20px;
}
.products-list {
	color: #716d6d;
}
.products-list .row {
	display: flex;
	flex-flow: row wrap;
}
.products-list .row > div {
	margin-bottom: 30px;
	height: auto !important ; /* !for(-ie9 -ie8) */
		
	/* taskId.16819471 2021/12/09 */
	border: 3px solid #F3F3F3;
	border-radius: 10px;
	padding: 30px;
	display: flex;
	flex-flow: column nowrap;
	position: relative;
}
@media (max-width: 1024px) {
	.products-list .row > div {
		padding: 15px;
		width: calc(50% - 10px);
		margin: 0 0 15px;
	}
}
@media (max-width: 479px) {
	.products-list .row > div {
		width: 100%;
	}
}
.products-list a {
	color: #716d6d;
}
/* taskId.16819471 2021/12/09 */
.products-list a.button-2 {
	color: #08107b;
	border-width: 2px;
}
.products-list a.button-2:hover,
.products-list a.button-2:focus {
	color: #fff;
}

/* taskId.16819471 2021/12/09 */
.buttons-container {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding-top: 20px;
	margin-top: auto;
}
@media (max-width: 979px) {
	.buttons-container {
		flex-flow: column nowrap;
		justify-content: center;
		padding-top: 10px;
	}
}

.products-list a.more {
	color: #005cb9;
	/* taskId.16817580 2020/05/28 */ 
	color: #9f6000;
	color: #08107b;
	display: inline-flex;
	margin-top: 10px;
}
.products-list h3 {
	color: #716d6d;
	font-size: 18px;
	padding: 0; margin: 0;
	line-height: 1em;
	margin-bottom: 10px;
	font-size: 22px;
}
.products-list h3 a {
	color: #716d6d;
	
	/* taskId.16819471 2021/12/09 */
	color: #08107b;
	font-weight: bold;
}
.products-list h3 a:hover,
.products-list h3 a:focus {
	text-decoration: none;
}

/* taskId.16819471 2021/12/09 */
.products-list .sub-title {
	font-size: 18px;
	font-weight: bold;
	color: #716D6D;
	margin-top: 30px;
}
@media (max-width: 1024px) {
	.products-list .sub-title {
		margin-top: 15px;
	}
}

.products-list td {
	position: relative;
	padding: 0;
	
	/* taskId.16819471 2021/12/09 */
	position: static;
}
.products-list td:first-child {
	padding-right: 30px;
	/* width: 170px !for(ie8); */
}
.products-list .row > .coach { /* taskId.16806626 - the .coach > div is float:left and there was a shift if multiple products were displayed */
	display: inline;
}
.products-list .coach .product-compare-box { /* Pushpa thinks compare should not be displayed on related Products: /en/tirf-imaging-of-changes/ */
	display: none;
}
.new-label {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	display: inline-block;
	padding: 2px 6px;
	background-color: #005cb9;
	line-height: 1em;
	
	/* taskId.16819471 2021/12/09 */
	top: 15px;
	left: -2px;
	padding: 10px 15px;
	font-weight: bold;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;	
}
.products-list a.bookmark, .products-list a.bookmark:hover, .products-list a.bookmark:focus,
.products-list a.watchlist-remove-link, .products-list a.watchlist-remove-link:hover, .products-list a.watchlist-remove-link:focus {
	color: #a2a0a0;
	text-decoration: none;
}
.products-list a.bookmark:hover, .products-list a.bookmark:focus,
.products-list a.watchlist-remove-link:hover, .products-list a.watchlist-remove-link:focus {
	color: #444;
}
.products-list .shortdesc {
	padding-top: 5px;
}
@media (max-width: 767px) {
	.products-list .shortdesc {
		padding-top: 0;
	}
}
.products-list ul {
	padding: 0; margin: 0;
	margin-left: 20px;
	
	/* taskId.16819471 2021/12/09 */
	list-style-type: disc;
}

/* taskId.16819471 2021/12/09 */
.btn-compare-selected-container {
	text-align: center;
}
.cms-content .products-list .btn-compare-selected,
.cms-content .products-list .btn-compare-selected:hover,
.cms-content .products-list .btn-compare-selected:focus {
	background-color: #005cb9;
	background-image: none;
	padding: 11px 15px;
}
.cms-content .products-list .btn-compare-selected:hover,
.cms-content .products-list .btn-compare-selected:focus {
	color: #08107b;
}

/* if content is hidden in a country, don't show related products as well taskId.16813728 */
.col-content .geo-warning-active.geo-controlled ~ .products-list-container {
    display: none; 
}

/* compare checkboxes */
.product-compare-box {
	display: inline-flex; 
	flex-flow: row nowrap; 
	align-items: center;
	position: relative;
	
	/* taskId.16819471 2021/12/09 */
	padding: 11px 15px;
	background-color: #f3f3f3;
	border: 2px solid #f3f3f3;
	border-radius: 5px;
}
/* taskId.16819471 2021/12/09 */
.buttons-container > *:first-child:not(:last-child) {
	margin-right: 20px;
}
@media (max-width: 979px) {
	.buttons-container > * {
		width: 100%;
		justify-content: center;
	}
	.buttons-container > *:first-child:not(:last-child) {
		margin: 0 0 20px;
	}	
}

.product-compare-box label {
	font-weight: normal; 
	cursor: pointer; 
	color: #a2a0a0;
	
	/* taskId.16819471 2021/12/09 */
	color: #08107b;
}
.product-compare-box input.checkbox[type="checkbox"] {display: inline-block; padding: 0; margin: 0 3px 0 0; }
.product-compare-box label.label-checked {
	text-decoration: underline; 
	cursor: pointer; 
	display: none;
	
	/* taskId.16819471 2021/12/09 */
	text-decoration: none;
	font-weight: bold;
}
.compare-active .product-compare-box label.label-checked {
	display: inline-block; 
	color: #005cb9;
	
	/* taskId.16819471 2021/12/09 */
	color: #08107b;
}
.compare-active .product-compare-box label.label-unchecked {display: none;}
input.btn-compare-selected[type="submit"], a.btn-compare-selected {display: none;}


/* taskId.16819471 2021/12/09 */
.product-compare-box input {
	opacity: 0;
	position: absolute;
	cursor: pointer;
}
.product-compare-box input ~ label.label-box {
	content: '';
	width: 17px;
	height: 17px;
	background-color: #fff;
	border: 1px solid #08107b;
	display: inline-block;
	margin: 0 10px 0 0;
	border-radius: 2px;
	cursor: pointer;
}
.product-compare-box[selected] input ~ label.label-box {
	background-color: #08107b;
}

/* taskId.16814967 2019-01-22 AM */
.col-product[data-img="lg"] .table-products-list-item-header,
.col-product[data-img="lg"] .table-products-list-item-header > tbody,
.col-product[data-img="lg"] .table-products-list-item-header > tbody > tr,
.col-product[data-img="lg"] .table-products-list-item-header > tbody > tr > td {
	display: block;
	width: 100%;
}
.col-product[data-img="lg"] .td-compare {
	padding-top: 15px;
}

@media (max-width: 579px) {
	.col-product {width: 100%; float: left;}
}
@media (max-width: 359px) {
	.table-products-list-item-header, 
	.table-products-list-item-header tr, 
	.table-products-list-item-header td, 
	.table-products-list-item-header tbody {
		display: block;
	}
	.table-products-list-item-header td:first-child {
		margin-bottom: 15px;
	}
}

.table-with-button a[class*="btn"] {
	white-space: nowrap;
}
@media (max-width: 479px) {
	.table-with-button,
	.table-with-button tbody,
	.table-with-button tr,
	.table-with-button td {
		display: block;
	}
	.table-with-button * {
		text-align: left !important;
	}
}

/* moved from template taskId.16809142 */
.header-block {
	position: relative;
}
.header-overlay {
	position: absolute;
	bottom: 0px;
	left: 0px;
	max-height: 100%;
	width: 100%;
}

.list-of-landing-pages {list-style-type: none;	padding: 0;	margin: 0;}
.list-of-landing-pages li {padding: 0; margin: 0;}
.list-of-landing-pages a {padding: 5px 10px; margin-bottom: 3px; background-color: #f5f5f5; color: #444; display: flex; flex-flow: row nowrap; align-items: center; line-height: 1.3em;}
.list-of-landing-pages a:hover {color: #005cb9;}
.list-of-landing-pages a::before {content: ''; display: inline-block; background: var(--sprite) no-repeat -350px -250px; width: 12px; height: 14px; margin-right: 7px; flex: 0 0 auto;}
.list-of-landing-pages a:hover::before {background-position: -300px -250px;}

/* /applications/cellsens_deeplearning/ the client adds inline width for the table - overwrite it */
.appDesc .grid {width: 100% !important;}

/* my account login, built into the system */
.loginBox table.grid {
	display: table;
}
.loginBox table.grid tr {
	display: table-row;
}
.loginBox table.grid tr > * {
	display: table-cell;
	padding-top: 10px;
	padding-bottom: 10px;
}
.loginBox caption {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

/* taskId.16818144 2020/10/30 new category page design START */
/* --------------------------------------------------------------------------------------------------------- */
body.category-page .body-page-title .container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 479px) {
    body.category-page .body-page-title .container {
        display: block;
    }
}

body.category-page .col-aside {
	display: none;
}
body.category-page .col-content {
	width: 100%;
}

body.category-page .col-product .more {
	display: none;
}

body.category-page .cms-content h2,
body.category-page .cms-content h3 {
	color: #716d6d;
}
@media (min-width: 1024px) {
    body.category-page.hideSidebar .cms-content {
        font-size: 14px;
        line-height: 1.8em;
    }
    
    body.category-page .cms-content h2 {
        font-size: 26px;
    }
    body.category-page .cms-content h3 {
        font-size: 22px;
    }
    
    body.category-page.hideSidebar .cms-content h2 {
        font-size: 30px;
    }
    body.category-page.hideSidebar .cms-content h3 {
        font-size: 26px;
    }
    
    body.category-page .grid p {
        margin-bottom: 20px;
    }
    body.category-page .col-sm-6 {
        width: calc(50% - 30px);
		
		/* taskId.16819471 2021/12/09 */
		width: calc(50% - 15px);
    }
}

body.category-page .grid > tbody > tr[cols="2"] {
    /* taskId.16818943 2021/05/27 */
    align-items: center;
}
body.category-page .grid[align="top"] > tbody > tr[cols="2"] {
	align-items: flex-start;
}
body.category-page .cms-content > h2 {
    background-color: #f3f3f3;
    padding: 15px;
    margin: 40px 0;
    text-align: center;
	color: #716d6d;
}
body.category-page .cms-content > .grid {
    margin: 40px 0;
}
body.category-page .col-cat-box-clr {
    display: none;
}
@media (max-width: 1023px) {
    body.category-page .cms-content > h2,
    body.category-page .cms-content > .grid {
        margin: 20px 0;
    }   
    body.category-page .cms-content > .grid > tbody > tr > td:first-child:not(:only-child) {
        padding-bottom: 15px;
    }
}
@media (max-width: 767px) {
    body.category-page .cms-content > * {
        overflow-x: hidden;
    }
    body.category-page .cms-content > h2,
    body.category-page .cms-content > .grid {
        margin: 0px 0 15px;
    }   
    body.category-page .cms-content > h2 {
        padding: 10px 15px;
    }
    html:not(.iframe) body.category-page .col-content {
        padding-top: 0;
    }
    body.category-page .multimedia-player-simple .mediaelement-player {
        margin-bottom: 0px !important;
    }
    body.category-page .col-cat-box {
        margin-bottom: 15px;
    }
    body.category-page .cms-content > .grid > tbody > tr > td:first-child:not(:only-child) {
        padding-bottom: 5px;
    }    
}

body.category-page .row-cat-box .more {
    display: none;
}
body.category-page .multimedia-player-simple .mejs-container .mejs-controls {
    opacity: 0 !important;
    margin: 0;
    position: absolute;
    bottom: 0 !important;
    top: auto !important;
}
body.category-page .multimedia-player-simple.mediaelement-playing:hover .mejs-container .mejs-controls {
    opacity: 1 !important;
}

body.category-page #body-page-title {
    border-color: #f3f3f3;
    background-color: #f3f3f3;
}
body.category-page .col-cat-box h3 a::after, 
body.category-page .col-cat-box .h3 a::after,
body.category-page .col-cat-box h3 a span::after, 
body.category-page .col-cat-box .h3 a span::after {
    display: none;
}

/* /handheld-xrf-analyzers-alt/ */
body.category-page .mediaelement-list {
    display: none;
}

@media (min-width: 1200px) {
	body.category-page table.grid tr[cols="2"] > * {
		width: calc(50% - 20px);
	}	
}

/* override the default padding */
body.category-page .products-list td:first-child {
	padding-right: 0;
}

body.category-page .product-compare-box label {
	margin-bottom: 0;
}
/* taskId.16818144 2020/10/30 new category page design END */
/* --------------------------------------------------------------------------------------------------------- */

/* taskId.16818459 2021/02-08 custom subpage slideshow */
.subpage-slideshow-container:empty {display: none;}
.subpage-slideshow-container:not(:empty) ~ #body-page-title {
	background-color: transparent;
	padding: 40px 0;
}
.page6216 #home-slideshow {visibility: visible !important;}
#page6216 .sitePath {display: none;}

.subpage-slideshow-container:not(:empty) ~ #body-page-title .page-title-container {
	text-align: center;
	padding: 0;
}
.subpage-slideshow-container:not(:empty) ~ #body-page-title .page-title-container * {
	display: inline;
	font-size: 37px;
	margin: 0;
	line-height: 1.1em;
}
html[lang="ja-JP"] .subpage-slideshow-container:not(:empty) ~ #body-page-title .page-title-container * {
	font-size: 28px;
}
.subpage-slideshow-container:not(:empty) ~ #body-page-title .page-title-container h1:after {
	content: ': ';
}
@media (max-width: 1024px) {
	.subpage-slideshow-container:not(:empty) ~ #body-page-title {
		padding: 20px 0;
	}		
}
@media (max-width: 767px) {
	.subpage-slideshow-container:not(:empty) ~ #body-page-title {
		padding: 15px 0;
	}	
	.subpage-slideshow-container:not(:empty) ~ #body-page-title .page-title-container * {
		font-size: 30px;
	}
	html[lang="ja-JP"] .subpage-slideshow-container:not(:empty) ~ #body-page-title .page-title-container * {
		font-size: 24px;
	}
}

@media (min-width: 768px) {
	.app-extra-side-content {
		margin-top: 20px;
	}	
}

/* taskId.16819471 2021/12/09 /accessories/ */
body.category-page table.products-list,
body.category-page table.products-list > tbody {
	display: block;
}
body.category-page table.products-list > tbody > tr {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
body.category-page table.products-list > tbody > tr > * {
	border: 3px solid #F3F3F3;
	padding: 30px;
	border-radius: 10px;
	width: calc(50% - 15px);
	margin: 0 0 30px;
	display: flex;
	flex-flow: column nowrap;
}
body.category-page table.products-list > tbody > tr > * > *:last-child {
	margin-top: auto;
	padding-top: 20px;
}
body.category-page table.products-list > tbody > tr > *:first-child {
	padding-right: 30px;
}
@media (max-width: 1024px) {
	body.category-page table.products-list > tbody > tr > * {
		padding: 15px;
		width: calc(50% - 10px);
		margin: 0 0 20px;
	}
	body.category-page table.products-list > tbody > tr > * > *:last-child {
		padding-top: 10px;
	}
	body.category-page table.products-list > tbody > tr > *:first-child {
		padding-right: 15px;
	}	
}
@media (max-width: 479px) {
	body.category-page table.products-list > tbody > tr > * {
		width: 100%;
	}
}

body.category-page table.products-list > tbody > tr > *:empty {
	display: none;
}
body.category-page table.products-list > tbody > tr > * > h3 + p {
	padding-top: 15px;
}

/* fullwidth sections for subpage START */
/* --------------------------------------------------------------- */
body.fullwidth .container.container-content {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
@media (min-width: 1025px) {
	body.fullwidth :is(.section-light-grey, .section-dark-grey, .section-dark-gradient, .section-dark-gradient-reversed) {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media (min-width: 767px) and (max-width: 1024px) {
	body.fullwidth :is(.section-light-grey, .section-dark-grey, .section-dark-gradient, .section-dark-gradient-reversed) {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
body.fullwidth .section-light-grey {
	background-color: #f5f5f5;
	background-color: var(--light-grey-2);
}
body.fullwidth .section-dark-grey {
	background-color: var(--dark-grey);
}
body.fullwidth .section-dark-gradient {
	background: rgb(153,153,153);
	background: -moz-linear-gradient(left, rgba(153,153,153,1) 0%, rgba(51,51,51,1) 100%);
	background: -webkit-linear-gradient(left, rgba(153,153,153,1) 0%,rgba(51,51,51,1) 100%);
	background: linear-gradient(to right, rgba(153,153,153,1) 0%,rgba(51,51,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#333333',GradientType=1 );	
}
body.fullwidth .section-dark-gradient-reversed {
	background: rgb(51,51,51);
	background: -moz-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 100%);
	background: -webkit-linear-gradient(left, rgba(51,51,51,1) 0%,rgba(153,153,153,1) 100%);
	background: linear-gradient(to right, rgba(51,51,51,1) 0%,rgba(153,153,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#999999',GradientType=1 );	
}
@media (min-width: 1200px) {
	body.fullwidth .cms-content > *,
	body.fullwidth .printlink,
	body.fullwidth div.sitePath {
		padding-left: calc((100% - 1140px)/2);
		padding-right: calc((100% - 1140px)/2);
	}	
	/* there is extrra spacing on tables */
	body.fullwidth .cms-content > table.grid {
		padding-left: calc((100% - 1160px)/2);
		padding-right: calc((100% - 1160px)/2);		
	}
	body.category-page.fullwidth .cms-content > h2 {
		padding-left: 0;
		padding-right: 0;
		margin-left: calc((100% - 1140px)/2);
		margin-right: calc((100% - 1140px)/2);
	}
}
@media (max-width: 1199px) {
	body.fullwidth .printlink,
	body.fullwidth div.sitePath {
		padding-left: 15px;
		padding-right: 15px;
	}	
}
body.fullwidth .cms-content .grid.section {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (max-width: 1024px) {
	body.fullwidth .cms-content .grid.section {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
@media (max-width: 767px) {
	body.fullwidth .cms-content .grid.section {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media (max-width: 979px) {
	body.fullwidth .cms-content .grid td {
		order: 2;
	}
	body.fullwidth .cms-content .grid th {
		order: 1;
	}
}

body.fullwidth :is(.section-dark-grey, .section-dark-gradient, .section-dark-gradient-reversed) :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, a) {
	color: var(--yellow);
}
body.fullwidth :is(.section-dark-grey, .section-dark-gradient, .section-dark-gradient-reversed) :is(p, ul, ol, div) {
	color: #fff;
}

/* fullwidth sections for subpage END */
/* --------------------------------------------------------------- */

/* taskId.16819222 2021/08/20 START */
/* ------------------------------------------------------------ */

.grid.slide[class*="box-"],
.grid.slide[class*="box-"] > tbody,
.grid.slide[class*="box-"] > tbody > tr,
.grid.slide[class*="box-"] > tbody > tr > td {
	display: block;
}
.grid.slide[class*="box-"] {
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.grid.slide[class*="box-"] > tbody::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );	
}
.grid.slide[class*="box-"] > tbody > tr {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	padding: 100px 0;
	margin: 0;
	z-index: 1;
	position: relative;
}
.grid.slide[class*="box-"] > tbody > tr > td {
	background-color: #fff;
	width: auto;
	padding: 50px;
}
@media (min-width: 1921px) {
	.grid.slide[class*="box-"] {
		width: 1920px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 767px) {
	.grid.slide[class*="box-"] > tbody > tr > td {
		padding: 30px;
	}
}

/* taskId.16819612 2022/02/02 update styles /about-us/ */
.grid.slide[class*="box-left"] {
	background-position: right top;
	background-size: 100% auto;
}
.grid.slide[class*="box-left"] > tbody > tr,
.grid.slide[class*="box-right"] > tbody > tr {
	padding: 150px 0 50px;
}
.grid.slide[class*="box-left"] > tbody > tr {
	align-items: flex-start;
}
.grid.slide[class*="box-left"] > tbody > tr > td,
.grid.slide[class*="box-right"] > tbody > tr > td {
	width: calc(50vw - 150px);
	line-height: 1.6em;	
}
.grid.slide[class*="box-left"] > tbody > tr > td {
	padding-left: calc((100vw - 1140px)/2);
}
.grid.slide[class*="box-right"] > tbody > tr {
	align-items: flex-end;
}
.grid.slide[class*="box-right"] > tbody > tr > td {
	padding-right: calc((100vw - 1140px)/2);
}
@media (min-width: 1921px) {
	.grid.slide[class*="box-left"] > tbody > tr > td {
		padding-left: calc((1920px - 1140px)/2);
	}
	.grid.slide[class*="box-left"] {
		background-size: 100% auto;
		background-position: center bottom;
		background-attachment: scroll;
	}
}
@media (max-width: 1680px) {
	.grid.slide[class*="box-left"] {
		background-size: cover;
		background-attachment: scroll;
	}
}
@media (max-width: 1199px) {
	.grid.slide[class*="box-left"] > tbody > tr > td {
		padding-left: 30px;
	}
	.grid.slide[class*="box-right"] > tbody > tr > td {
		padding-right: 30px;
	}
}
@media (max-width: 1024px) {
	.grid.slide[class*="box-left"] > tbody > tr > td,
	.grid.slide[class*="box-right"] > tbody > tr > td {
		width: 50vw;
	}	
}
@media (max-width: 575px) {
	.grid.slide[class*="box-left"] > tbody > tr > td,
	.grid.slide[class*="box-right"] > tbody > tr > td {
		width: calc(100vw - 60px);
	}	
}

.grid.slide {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;	
}
html[lang="ja-JP"] .grid.slide {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;	
}
.grid.slide h1 {
	font-size: 42px;
	color: #08107b;
	margin: 0 0 30px;
}
@media (max-width: 767px) {
	.grid.slide {
		font-size: 14px;
	}
	.grid.slide h1 {
		font-size: 30px;
		margin: 0 0 15px;
	}	
}
/* taskId.16819222 2021/08/20 END */
/* ------------------------------------------------------------ */

html.iframe body.page-downloading-help .cms-content {
	width: 600px;
	max-width: 100%;
}
html.iframe body.page-downloading-help .cms-content h3 {
	border-bottom: 1px solid #005cb9;
	padding: 0 0 10px;
	margin: 20px 0 20px;
}

/* classic navigation on normal cms pages (not category or product */
.side-navigation-container .x4 a {
	font-family: Arial, Helvetica, sans-serif;	font-size: 14px; color: #444; border-bottom: 1px dotted #c1c1c1;
}
html[lang="ja-JP"] .side-navigation-container .x4 a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
}

/* side navigation */
.side-navigation-container {
	margin-top: 30px;
	background-color: $lightest-grey;

background: rgb(249,249,249);
background: -moz-linear-gradient(left, rgba(249,249,249,1) 50%, rgba(244,244,244,1) 100%);
background: -webkit-linear-gradient(left, rgba(249,249,249,1) 50%,rgba(244,244,244,1) 100%);
background: linear-gradient(to right, rgba(249,249,249,1) 50%,rgba(244,244,244,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f4f4f4',GradientType=1 );

}
body.hide-side-nav .side-navigation-container {
    display: none;
}
.side-navigation-container ul {
	padding: 0; margin: 0; list-style-type: none;
}
.side-navigation-container li {
	padding: 0; margin: 0;
}
.side-navigation-container a {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #08107b;
	padding: 14px;
	display: block;
}
html[lang="ja-JP"] .side-navigation-container a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
}
.side-navigation-container ul ul a {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	border-bottom: 1px dotted #c1c1c1;
	padding: 4px 8px;
	line-height: 1.4em;
	border-left: 5px solid transparent;
    transition: all 0.2s ease-in-out;
}
html[lang="ja-JP"] .side-navigation-container ul ul a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
}
.side-navigation-container ul ul a:hover {
	color: #005cb9;
	text-decoration: none;
}
.side-navigation-container ul ul ul a {
	padding-left: 20px;
}
.side-navigation-container ul ul ul ul a {
	padding-left: 35px;
}
.side-navigation-container .currentPageLi > a {
	color: #005cb9;
	border-left: 5px solid #005cb9;
}
.side-navigation-container .left-item-1-active > a {
	font-weight: bold;
}

.page1180 .row-main {
	flex-flow: row-reverse nowrap;
}
.page1180 .side-box,
.page1180 .pageId71 {
	display: none;
}

/* =FAQ taskId.16820621 2023/03/01 */
.page-faq .cms-content tbody {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
table.faq > tbody > tr {
	position: relative;
	width: 100%;
}
table.faq > tbody > tr > td {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin: 0 0 30px;
	padding: 0;
	display: flex;
	flex-flow: column nowrap;
}
@media (max-width: 1023px) {
	table.faq > tbody > tr > td {
		margin: 0 0 15px;
	}
}

table.faq > tbody > tr > td > * {
	display: flex;
	flex-flow: row nowrap;
	margin: 0;
	padding: 0 15px 0 0;
}
table.faq > tbody > tr > td > *:first-child {
	align-items: center;
	font-size: var(--fz-h4);
	line-height: 1.3em;
}
table.faq > tbody > tr > td > *:nth-child(2):not(:last-child) span {
	margin-top: 10px;
}
table.faq > tbody > tr > td p:not(:last-child) span {
	margin-bottom: 10px;
}
table.faq > tbody > tr > td > *:not(:first-child) {
	flex: 1 1 auto;
}
table.faq > tbody > tr > td > *::before {
	width: 70px;
	content: '';
	background-color: var(--light-grey-2);
	display: block;
	flex: 0 0 auto;
	font-size: 36px;
	font-weight: bold;
	padding: 25px 0;
	text-align: center;
	margin-right: 15px;
	height: 100%;
}
table.faq > tbody > tr > td > *:last-child::before {
	padding: 20px 0;
}
table.faq > tbody > tr > td > *:not(:first-child)::before {
	padding-bottom: 0;
}
table.faq > tbody > tr > td > *:first-child::before {
	content: 'Q';
	background-color: var(--blue);
	color: #fff;
}
table.faq > tbody > tr > td > *:nth-child(2)::before {
	content: 'A';
}

/*** END ls20/global/sub.css ***/

/*** Skipping CSS Section slider (only-param=sub) ***/
/*** Skipping CSS Section product (only-param=sub) ***/
/*** Skipping CSS Section product-child (only-param=sub) ***/
/*** Skipping CSS Section landing (only-param=sub) ***/
/*** Skipping CSS Section landing-directory (only-param=sub) ***/
/*** Skipping CSS Section slideshow (only-param=sub) ***/
/*** Skipping CSS Section news (only-param=sub) ***/
/*** Skipping CSS Section events (only-param=sub) ***/
/*** Skipping CSS Section resources (only-param=sub) ***/
/*** Skipping CSS Section micro (only-param=sub) ***/
/*** Skipping CSS Section museum (only-param=sub) ***/
/*** Skipping CSS Section product-gallery (only-param=sub) ***/
/*** Skipping CSS Section search (only-param=sub) ***/
/*** Skipping CSS Section objective-finder (only-param=sub) ***/
/*** Skipping CSS Section content-slideshow (only-param=sub) ***/
/*** Skipping CSS Section microscopes-configurator (only-param=sub) ***/
/*** Skipping CSS Section related-applications (only-param=sub) ***/
/*** Skipping CSS Section grayed-out (only-param=sub) ***/
/*** Skipping CSS Section downloads (only-param=sub) ***/
/*** Skipping CSS Section bioscapes (only-param=sub) ***/
/*** Skipping CSS Section camera-selection (only-param=sub) ***/
/*** Skipping CSS Section camera-migration-guide (only-param=sub) ***/
/*** Skipping CSS Section video (only-param=sub) ***/
/*** Skipping CSS Section compare (only-param=sub) ***/
/*** Skipping CSS Section empty (only-param=sub) ***/
/*** Skipping CSS Section my-account (only-param=sub) ***/
/*** Skipping CSS Section print (only-param=sub) ***/
/*** Skipping CSS Section service-provider (only-param=sub) ***/
/*** Skipping CSS Section ecs (only-param=sub) ***/
/*** Skipping CSS Section ecs-home (only-param=sub) ***/
/*** Skipping CSS Section ecs-sub (only-param=sub) ***/
/*** Skipping CSS Section sitemap (only-param=sub) ***/
/*** Skipping CSS Section dir-list-dynamic (only-param=sub) ***/
/*** Skipping CSS Section sub-slideshow (only-param=sub) ***/
/*** Skipping CSS Section objective-finder-legacy (only-param=sub) ***/
/*** Skipping CSS Section globalstyles (only-param=sub) ***/
/* TIME: 0.0090479850769043 */