/* 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=landing) ***/
/*** Skipping CSS Section common (only-param=landing) ***/
/*** Skipping CSS Section navigation (only-param=landing) ***/
/*** Skipping CSS Section forms (only-param=landing) ***/
/*** Skipping CSS Section tsg (only-param=landing) ***/
/*** Skipping CSS Section buttons (only-param=landing) ***/
/*** Skipping CSS Section side-boxes (only-param=landing) ***/
/*** Skipping CSS Section specifications-table (only-param=landing) ***/
/*** Skipping CSS Section blog (only-param=landing) ***/
/*** Skipping CSS Section home (only-param=landing) ***/
/*** Skipping CSS Section sub (only-param=landing) ***/
/*** Skipping CSS Section slider (only-param=landing) ***/
/*** Skipping CSS Section product (only-param=landing) ***/
/*** Skipping CSS Section product-child (only-param=landing) ***/
/*** START ls20/global/landing.css ***/
/* reset header styles */
@media (min-width: 1024px) {
	header,
	body.header-small:not(.product-design) header {
		height: 110px;
		padding-top: 0;
	}	
}
@media (min-width: 1024px) {
	header.header .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-start;
		justify-content: flex-start;
		position: relative;
	}
	.main-navbar > ul > li:first-child > a {
		padding-left: 0;
	}
	.header-container-left {
		margin-top: 15px;
		margin-bottom: 15px;
	}	
}
@media (min-width: 1023px) and (max-width: 1199px) {
	.header-container-right .navbar {
		position: static;
	}
	.top-extra-container,
	body.header-small:not(.product-design) .top-extra-container {
		margin-bottom: 0;
	}
}
@media (min-width: 1024px) {
	.language-selector {
		position: absolute;
		right: 15px;
		top: 5px;
	}
	.main-navbar {
		min-height: 30px;
	}
}
@media (max-width: 1023px) {
	body.show-main-nav .main-navbar {
		display: flex;
		flex-flow: column nowrap;
	}
	body.show-main-nav .main-navbar > * {
		order: 1;
	}
	body.show-main-nav .main-navbar > .local-container-mobile {
		order: 2;
	}
}

.cms-content img:not([src^='https://maps']) { /* Danny: added :not(...) to limit the scope and avoid killing google maps taskId.16810075 */
	max-width: 100% !important;
	height: auto !important;
}
/* taskId.16806758 fix chrome issue table vs. image */
.cms-content table img[width] {
	max-width: none !important ; /* !for(webkit) */
}


.navbar-buttons {
	transition: all 0.3s;	
	z-index: 1;
}
@media (min-width: 1024px) {
	.navbar-buttons {
		position: absolute;
		right: 15px;
		bottom: 5px;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
	}
}
@media (max-width: 1023px) {
	.navbar-buttons {
		display: none;	
	}	
}
.navbar-buttons a {
	background-color: #005cb9;
	color: #fff;
	padding: 4px 15px 6px;
	display: inline-block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	z-index: 22;
	line-height: 1.6em;
	border: 0 none;
	margin-left: 10px;
	display: inline-flex;
	white-space: nowrap;
	align-items: 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"] .navbar-buttons a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;		
}
.navbar-buttons p {
	padding: 0; margin: 0; display: inline;	
}

.navbar-buttons a:hover, 
.navbar-buttons a:focus {
	text-decoration: none;
}

.navbar-buttons a i.fa-envelope {
	content: '';
	background: var(--sprite) no-repeat -325px 0;
	display: inline-block;
	width: 17px;
	height: 13px;
	margin-right: 5px;
}



/* Common CSS for this layout */
/* CMS Tabs */
.cmsTabBlock .ui-widget {
	font-family: Arial, Helvetica, sans-serif;	
}
html[lang="ja-JP"] .cmsTabBlock .ui-widget {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;		
}
.cmsTabBlock .ui-widget-content,
.cmsTabBlock .ui-widget-header {
	padding: 0;
	border: 0 none;	
	background-image: none;
	background-color: transparent;
	border-radius: 0;
}
.cmsTabBlock .ui-widget-header {
	border-bottom: 10px solid #e2e2e2;	
	margin-bottom: 15px;
	margin-top: 25px;
}
.cmsTabBlock .ui-tabs .ui-tabs-nav li {
	background-image: none;
	background-color: #8F8F8F;		
	border-radius: 0;
	border: 0 none;
	color: #fff;
	margin-right: 5px;
}
.cmsTabBlock .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background-color: #E2E2E2;			
	color: #000;
}
.cmsTabBlock .ui-tabs .ui-tabs-nav li a {
	color: #fff;	
}
.cmsTabBlock .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	background-color: #E2E2E2;			
	color: #000;
}
.cmsTabBlock .ui-tabs .ui-tabs-nav li.hideFromTabs {
	display: none;
}
@media (max-width: 640px) {
	.cmsTabBlock .cmsPanel {
		font-size: 14px;
		padding: 0; margin: 0;
		border-bottom: 3px solid #fff;
	}
	.cmsTabBlock .cmsPanelTitle {
		background-color: #E2E2E2;	
		color: #000;
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		padding: 0; margin: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 30px;
		padding-right: 15px;
		position: relative;
	}	
	html[lang="ja-JP"] .cmsTabBlock .cmsPanel {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;		
	}	
	.cmsTabBlock .collapsed .cmsPanelTitle {
		background-color: #8F8F8F;
		color: #fff;			
	}
	.cmsTabBlock .cmsPanelTitle:before {
		font-family: 'FontAwesome';	
		content: '\f107';
		padding-right: 5px;
		position: absolute;
		left: 15px;
		top: 10px;
	}
	.cmsTabBlock .collapsed .cmsPanelTitle:before {
		content: '\f105';
	}	
	.cmsTabBlock .cmsPanelContents {
		padding: 10px 0px;	
	}

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


/* for some reason didn't work from sidebar boxes.css */
/* #demo-request-link .requestDemoBoxDesc {display: none !for(ie8);} */


@media (max-width: 767px) {
	.cms-content[cms-page="2701"] > div {
		padding-top: 35vw !important;
		background-size: 100% auto !important;
		background-position: left top !important;
	} 
	.cms-content[cms-page="2701"] div[style*="height"] {
	    height: auto !important;
	}
	.cms-content[cms-page="2701"] p br {
	    display: none;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.cms-content[cms-page="2701"] > div {
		padding-top: 25vw !important;
		background-size: 100% auto !important;
		background-position: left top !important;
	} 
}
/* =CUSTOM END */

/* Landing */
.cms-content img {
	max-width: 100%;
	height: auto !important;	
}
/* taskId.16814945 2019/01/19 */

#chooseLangTop .dropdown-menu {
	left: auto;
	right: 0px;
}

@media (min-width: 768px) {
	.row-main {
		clear: both;
		overflow: hidden;	
	}
	.col-aside,
	.col-article {
		float: right;	
	}
	.col-aside {
		width: 260px;
		padding-top: 70px;	
	}
	.col-aside:empty {
		display: none;	
	}
	.col-article {
		width: calc(100% - 260px);
	}
	.col-aside:empty + .col-article {
		width: 100%;
	}
	.col-aside > * {
		padding-left: 30px;	
	}	
}
@media (max-width: 767px) {
	.row-main {
		display: flex;
		flex-flow: column-reverse nowrap;
	}
	.col-aside {
		padding-top: 20px;
		padding-bottom: 20px;	
	}
}

body:not(.page-tabs) .cmsTabBox .cmsPanel {
	display: block !important;
	padding-top: 1px;
}
body:not(.page-tabs) .cmsTabBox .cmsPanel:not(:last-child)::after {
	content: '';
	height: 12px; 
	border: 0; 
	display: block;
	box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.1);
}
body:not(.page-tabs) .content .cms-content {
	width: 1170px;
	max-width: 100%;
	margin: 0 auto;
	/* taskId.16814945 2019/01/19 */
	/* padding: 0 0 30px; */
	padding: 30px 0px;
}
/* taskId.16814945 2019/01/21 AM -  '...Can the top spacing match the spacing that is before the "Contact an Expert" button...' */
@media (max-width: 767px) {
	body:not(.page-tabs) .content .cms-content {
		padding: 10px 0;
	}
}

body:not(.page-tabs) .content > .cms-content {
	padding-bottom: 0px;	
}
body:not(.page-tabs) .content {
	padding-bottom: 0px;
}
body:not(.page-tabs) .content .cmsTabs {
	display: none;
}
body:not(.page-tabs) .cmsPanelTitle {
	x-display: block !important;
	width: 1170px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	padding: 0px 0px 20px;
	font-weight: 300;
	font-size: 26px;
	background-color: transparent;
	color: #444;
}
body:not(.page-tabs) .cmsPanelContents .cms-content h1:first-child,
body:not(.page-tabs) .cmsPanelContents .cms-content h2:first-child,
body:not(.page-tabs) .cmsPanelContents .cms-content h3:first-child,
body:not(.page-tabs) .cmsPanelContents .cms-content h4:first-child {
	margin-top: 0px;	
}
@media (max-width: 767px) {
	body:not(.page-tabs) .cmsPanelContents {
		display: block !important;
	}
	body:not(.page-tabs) .cmsTabBlock .cmsPanelTitle,  
	body:not(.page-tabs) .cmsTabBlock .collapsed .cmsPanelTitle {
		background-color: transparent;
		color: #08107b;
		cursor: text !important;
		font-size: 24px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: 300;
		margin: 20px 0 10px;
		border-bottom: 1px solid #d7d7d7;
		padding: 0 0 5px;
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		width: calc(100% - 30px);
	}
	body:not(.page-tabs) .cmsTabBlock .cmsPanelTitle::before,  
	body:not(.page-tabs) .cmsTabBlock .collapsed .cmsPanelTitle::before {
		display: none;
	}
}
@media (max-width: 640px) {
	/* taskId.16814945 2019/01/19 remove duplicated title */
	body:not(.page-tabs) .cmsTabBlock .cmsPanelTitle {
		display: none;
	}
}

.navbar-contact a {
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    border: 0 none;
    line-height: 1.6em;
    white-space: nowrap;
    margin-left: 10px;
    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 );	    
}

/* taskId.16810268 */
.cmsPanel .cms-content > h2:nth-child(1) {
    margin-top: 30px;
}
@media (min-width: 641px) {
	.cmsTabBlock .cmsPanelTitle {
		display: none !important;
	}	
}
@media (max-width: 767px) {
    .cmsPanel .cms-content > h2:nth-child(1) {
        margin-top: 0px;
    }
}

/* =zoom slideshow START */
/* Moved to: https://www.olympus-lifescience.com/modules/common.tags/widgets/zoom-slideshow/resources/zoom-slideshow.css */
/* =zoom slideshow END */




@media (min-width: 1200px) {
	.landing-extra-buttons {
		display: none;	
	}
}
@media (max-width: 1199px) {
	.landing-extra-buttons {
		margin-top: 20px;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.landing-extra-buttons a {
		background-color: #E49900;
		border: 1px solid #E49900;
		border-radius: 0;
		text-align: left;
		color: #fff;	
		width: calc(50% - 10px);
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;	
		font-weight: 300;
	}
	.landing-extra-buttons a:hover,
	.landing-extra-buttons a:focus {
		background-color: #E49900;
		border: 1px solid #E49900;	
		color: #fff;	
	}
	.navbar-contact,
	a.navbar-contact {
		display: none;	
	}	
}
@media (max-width: 479px) {
	.landing-extra-buttons a {
		width: 100%;
		margin-bottom: 10px;
	}
}

/* minimum height for landing pages without content - geo restricted pages taskId.16810944 */
@media (min-width: 768px) {
	html, body {
		height: 100%;
	}
	body {
		display: flex ;  /* !for(-ie) */
		flex-flow: column nowrap;
	}
	body > .container-content {
		flex: 1 1 auto;
	}	
}

@media (min-width: 1200px) {
	body.huge-title h1.pageTitle, 
	body.huge-title .h1.pageTitle {
		font-size: 70px;
	}	
}
@media (min-width: 1025px) and (max-width: 1199px) {
	body.huge-title h1.pageTitle, 
	body.huge-title .h1.pageTitle {
		font-size: 50px;
	}	
}

/* taskId.16814945 2019/01/21 AM - "...remove the line that appears between the accordions..." */
@media (max-width: 767px) {
	.subaccord h3 {
		border-top: 1px solid transparent;
	}	
}
/* taskId.16814945 2019/01/21 AM - "...the spacing seems too close to the video and images..." */
@media (max-width: 767px) {
	.formerTable .row > div:first-child {
		padding-bottom: 15px;
	}	
}

.geo-warning-section {
	margin-top: 30px;
}

@media (min-width: 768px) {
    body {
        display: flex ; /* !for(-ie) */
        flex-flow: column nowrap ; /* !for(-ie) */
        min-height: 100vh ; /* !for(-ie) */
    }
    body > .row-main {
        flex: 1 1 auto ; /* !for(-ie) */
    }
    .cms-content .geo-warning-section {
        /* min-height: 400px !for(ie); */
    }    
}

/* taskId.16818143 2020/10/07 START */
/* ====================================================================== */
@media (min-width: 1025px) {
	.page-tabs .cmsTabBlock .cmsPanel {
		margin-bottom: 30px;
	}
	body.page-tabs.tabs-style-2 .ui-tabs .ui-tabs-nav li {
		margin-right: 3px;
	}
	body.page-tabs.tabs-style-2 .cmsTabBlock .cmsPanel {
		background-color: #eeeeee;
		background-image: none;
	}
	body.page-tabs.tabs-style-2 .cmsTabBlock .cmsTabs .cmsTab a {
		background-color: #667895;
		font-size: 17px;
		transition: all 0.3s;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		border-bottom: 3px solid #fff;
	}
	body.page-tabs.tabs-style-2 .cmsTabBlock .cmsTabs .cmsTab a:hover {
		background-color: #C7C7C7;
	}
	body.page-tabs.tabs-style-2 .cmsTabBlock .cmsTabs .cmsTab.ui-tabs-active a {
		background-color: #eee;
		font-size: 20px;
		border-bottom-color: #eee;
	}
	body.page-tabs.tabs-style-2 .cmsTabBlock .cmsTabs .cmsTab a span {
		color: #fff;
	}
	body.page-tabs.tabs-style-2 .cmsTabBlock .cmsTabs .cmsTab.ui-tabs-active a span {
		color: #222;
	}
	body.page-tabs.tabs-style-2 .cmsTabBlock .cmsPanel h2, 
	body.page-tabs.tabs-style-2 .cmsTabBlock .cmsPanel h3 {
		color: #444;
	}
	body.page-tabs.tabs-style-2 .dynamic-placeholders input[type="text"], 
	body.page-tabs.tabs-style-2 .dynamic-placeholders input[type="email"], 
	body.page-tabs.tabs-style-2 .dynamic-placeholders input[type="password"], 
	body.page-tabs.tabs-style-2 .dynamic-placeholders select, 
	body.page-tabs.tabs-style-2 .dynamic-placeholders textarea {
		background-color: #fff;
	}
	body.page-tabs.tabs-style-2 .cmsTabBlock .cmsPanel .learn-more {
		background-color: #667895;
	}
}
/* taskId.16818143 2020/10/07 END */
/* ====================================================================== */


/*** END ls20/global/landing.css ***/

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