/* 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=grayed-out) ***/
/*** Skipping CSS Section common (only-param=grayed-out) ***/
/*** Skipping CSS Section navigation (only-param=grayed-out) ***/
/*** Skipping CSS Section forms (only-param=grayed-out) ***/
/*** Skipping CSS Section tsg (only-param=grayed-out) ***/
/*** Skipping CSS Section buttons (only-param=grayed-out) ***/
/*** Skipping CSS Section side-boxes (only-param=grayed-out) ***/
/*** Skipping CSS Section specifications-table (only-param=grayed-out) ***/
/*** Skipping CSS Section blog (only-param=grayed-out) ***/
/*** Skipping CSS Section home (only-param=grayed-out) ***/
/*** Skipping CSS Section sub (only-param=grayed-out) ***/
/*** Skipping CSS Section slider (only-param=grayed-out) ***/
/*** Skipping CSS Section product (only-param=grayed-out) ***/
/*** Skipping CSS Section product-child (only-param=grayed-out) ***/
/*** Skipping CSS Section landing (only-param=grayed-out) ***/
/*** Skipping CSS Section landing-directory (only-param=grayed-out) ***/
/*** Skipping CSS Section slideshow (only-param=grayed-out) ***/
/*** Skipping CSS Section news (only-param=grayed-out) ***/
/*** Skipping CSS Section events (only-param=grayed-out) ***/
/*** Skipping CSS Section resources (only-param=grayed-out) ***/
/*** Skipping CSS Section micro (only-param=grayed-out) ***/
/*** Skipping CSS Section museum (only-param=grayed-out) ***/
/*** Skipping CSS Section product-gallery (only-param=grayed-out) ***/
/*** Skipping CSS Section search (only-param=grayed-out) ***/
/*** Skipping CSS Section objective-finder (only-param=grayed-out) ***/
/*** Skipping CSS Section content-slideshow (only-param=grayed-out) ***/
/*** Skipping CSS Section microscopes-configurator (only-param=grayed-out) ***/
/*** Skipping CSS Section related-applications (only-param=grayed-out) ***/
/*** START ls20/global/grayed-out.css ***/
.page-404 .cms-content {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.page-404 .cms-content h2,
.page-404 .cms-content .h2,
.page-404 .cms-content h3,
.page-404 .cms-content .h3,
.cms-content .global-login-form h2,
.cms-content .global-login-form .h2,
.cms-content .global-login-form h3,
.cms-content .global-login-form .h3{
    color: #666;
}
@media (max-width: 1024px) {
	.page-404 .cms-content {
		padding-top: 75px;
		padding-bottom: 75px;
	}
}
@media (max-width: 767px) {
	.page-404 .cms-content {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
.page-404 .cms-content h2 {
	font-size: 36px;
	text-transform: uppercase;
	color: #e49900;
	margin-top: 30px;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.page-404 .cms-content h2 {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.page-404 .cms-content img {
		width: 200px;
		height: auto;
	}
}
.page-404 .cms-content form,
.content-search form {
	width: 300px;
	margin: 0 auto;
	background-color: #f5f5f5;
	max-width: 100%;
}
@media (min-width: 768px) {
	.content-search form {
		width: 500px;
		margin-bottom: 25px;
	}
}
.page-404 .cms-content form > div,
.content-search form > div {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.page-404 .cms-content form input[type="text"],
.content-search form input[type="text"] {
	border: 0 none;
	background-color: transparent;
	padding: 15px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	flex: 1 1 auto;
}
html[lang="ja-JP"] .page-404 .cms-content form input[type="text"],
html[lang="ja-JP"] .content-search form input[type="text"] {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
}
.page-404 .cms-content form input[type="text"]:focus,
.content-search form input[type="text"]:focus {
	outline: none;
	box-shadow: none;
}
.page-404 .cms-content form button, 
.page-404 .cms-content form button:hover, 
.page-404 .cms-content form button:focus,
.content-search form button, 
.content-search form button:hover, 
.content-search form button:focus {
	background-color: transparent !important;
	border: 0 none;
	border-radius: 0;
    display: block;
    width: 17px;
    height: 17px;
    background-image: var(--sprite) !important;
    background-position: -75px -75px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 15px 0 0;
    padding: 0;
}
.page-404 img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity: 0.5;
}
.page-404 .cms-content img {
	opacity: 1;
}
.page-404 .top-social i {
	color: #A8A8A8;
}
.page-404 .navbar-nav > li > a {
	color: #999;
}
.page-404 .body-page-title,
.page-404 .breadcrumb {
	display: none;
}

/* 404 START */
/* ==================================== */
.page-404 .cms-content {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
@media (max-width: 1024px) {
	.page-404 .cms-content {
		padding-top: 75px;
		padding-bottom: 75px;
	}
}
@media (max-width: 767px) {
	.page-404 .cms-content {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
.page-404 .cms-content h2 {
	font-size: 36px;
	text-transform: uppercase;
	color: #e49900;
	margin-top: 30px;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.page-404 .cms-content h2 {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.page-404 .cms-content img {
		width: 200px;
		height: auto;
	}
}
.page-404 .cms-content form,
.content-search form {
	width: 300px;
	margin: 0 auto;
	background-color: #f5f5f5;
	max-width: 100%;
}
@media (min-width: 768px) {
	.content-search form {
		width: 500px;
		margin-bottom: 25px;
	}
}
.page-404 .cms-content form > div,
.content-search form > div {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.page-404 .cms-content form input[type="text"],
.content-search form input[type="text"] {
	border: 0 none;
	background-color: transparent;
	padding: 15px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	flex: 1 1 auto;
}
html[lang="ja-JP"] .page-404 .cms-content form input[type="text"],
html[lang="ja-JP"] .content-search form input[type="text"] {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
}
.page-404 .cms-content form input[type="text"]:focus,
.content-search form input[type="text"]:focus {
	outline: none;
	box-shadow: none;
}
.page-404 .cms-content form button,
.content-search form button {
	background-color: transparent;
	color: #838383;
	background-image: none;
	border: 0 none;
	border-radius: 0;
	text-shadow: none;
	flex: 0 0 auto;
	font-size: 18px;
	padding-right: 15px;
}
.page-404 img,
.global-login-form img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity: 0.5;
}
.page-404 .top-extra-container,
.global-login-form .top-extra-container {
    opacity: 0.5;
}
.page-404 .cms-content img {
	opacity: 1;
}
.page-404 .top-social i {
	color: #A8A8A8;
}
.page-404 .main-navbar > ul > li > a,
.global-login-form .main-navbar > ul > li > a {
	color: #999;
}
.page-404 .body-page-title,
.page-404 .sitePath,
.page-login .body-page-title,
.page-login .sitePath {
	display: none;
}

.cms-content .global-login-form .popup-form {
    width: 300px;
}
.cms-content .global-login-form {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 300px);
}
.global-login-form .popup-form a {
    color: #444;
    text-decoration: underline;
}
.global-login-form .popup-form .dynamic-placeholders > div {
    margin-bottom: 20px;
    /* /* width: 300px !for(ie); */
 */
}
.global-login-form .popup-form h2 {
    border: 0 none;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.global-login-form .popup-form .dynamic-placeholders input[type="text"], 
.global-login-form .popup-form .dynamic-placeholders input[type="email"], 
.global-login-form .popup-form .dynamic-placeholders input[type="password"] {
    height: 50px;
    padding-left: 15px;
    width: 300px;
    /* /* min-width: 300px !for(ie); */
 */
}
@media (max-width: 319px) {
    .global-login-form .popup-form .dynamic-placeholders input[type="text"], 
    .global-login-form .popup-form .dynamic-placeholders input[type="email"], 
    .global-login-form .popup-form .dynamic-placeholders input[type="password"] {
        width: 100%;
    }    
}
.global-login-form .popup-form .dynamic-placeholders label {
    left: 15px;
    top: 15px;
}
.global-login-form .popup-form .dynamic-placeholders input:focus ~ label, 
.global-login-form .popup-form .dynamic-placeholders .filled ~ label {
    top: 6px;    
}
.global-login-form .popup-form input ~ .fa-eye, 
.global-login-form .popup-form input ~ .fa-eye-slash {
    top: 18px;
}
.cms-content .global-login-form .popup-form .row {
    margin-left: 0;
    margin-right: 0;
    /* display: block !for(ie); */
}
.cms-content .global-login-form .popup-form .row > div {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.cms-content .global-login-form .popup-form .checkbox-container {
    margin-bottom: 15px;
}

/* 404 END */
/* ==================================== */
/*** END ls20/global/grayed-out.css ***/

/*** Skipping CSS Section downloads (only-param=grayed-out) ***/
/*** Skipping CSS Section bioscapes (only-param=grayed-out) ***/
/*** Skipping CSS Section camera-selection (only-param=grayed-out) ***/
/*** Skipping CSS Section camera-migration-guide (only-param=grayed-out) ***/
/*** Skipping CSS Section video (only-param=grayed-out) ***/
/*** Skipping CSS Section compare (only-param=grayed-out) ***/
/*** Skipping CSS Section empty (only-param=grayed-out) ***/
/*** Skipping CSS Section my-account (only-param=grayed-out) ***/
/*** Skipping CSS Section print (only-param=grayed-out) ***/
/*** Skipping CSS Section service-provider (only-param=grayed-out) ***/
/*** Skipping CSS Section ecs (only-param=grayed-out) ***/
/*** Skipping CSS Section ecs-home (only-param=grayed-out) ***/
/*** Skipping CSS Section ecs-sub (only-param=grayed-out) ***/
/*** Skipping CSS Section sitemap (only-param=grayed-out) ***/
/*** Skipping CSS Section dir-list-dynamic (only-param=grayed-out) ***/
/*** Skipping CSS Section sub-slideshow (only-param=grayed-out) ***/
/*** Skipping CSS Section objective-finder-legacy (only-param=grayed-out) ***/
/*** Skipping CSS Section globalstyles (only-param=grayed-out) ***/
/* TIME: 0.0039670467376709 */