/***********/
/*! FONTS  */
/***********/
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "Roboto";
	src: url("https://nl-nl.ecolab.com/sdnalco/dcrc-inc/microelectronics_fabrication/webfonts/roboto/Roboto-Regular-webfont.woff") format("woff"),
	url("https://nl-nl.ecolab.com/sdnalco/dcrc-inc/microelectronics_fabrication/webfonts/roboto/Roboto-Regular-webfont.ttf") format("truetype");
}
@font-face {
	font-weight: bold;
	font-style: normal;
	font-family: "Roboto";
	src: url("https://nl-nl.ecolab.com/sdnalco/dcrc-inc/microelectronics_fabrication/webfonts/roboto/Roboto-Bold-webfont.woff") format("woff"),
	url("https://nl-nl.ecolab.com/sdnalco/dcrc-inc/microelectronics_fabrication/webfonts/roboto/Roboto-Bold-webfont.ttf") format("truetype");
}


/***************/
/*! RESET CSS  */
/***************/
:root {
	font-family: Arial, sans-serif;
}
html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*************/
/*! UTILITY  */
/*************/
.bold {
	font-weight: bold;
}
.underline {
	border-bottom: 0.125vw solid #666;
}
.d-inline-block {
	display: inline-block;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mb-1 {
	margin-bottom: 0.35vw !important;
}
.eco-blue {
	color: #007ac9 !important;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/********************/
/*! PAGE STRUCTURE  */
/********************/
#page-main {
	display: table;
	width: 100%;
	height: 100%;
}
#page-row {
	display: table-cell;
	width: 100%;
	height: 100%;
	background: #FFF;
	vertical-align: middle;
}
#page {
	position: relative;
	overflow: hidden;
	margin: auto;
	max-width: 3840px;
	width: 100%;
	background: #FFFFFF;
}
#main-bg {
	display: block;
	width: 100%;
}
#overlaybg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20.7291650773%;
	z-index: 10;
	visibility: visible;
	opacity: 0.7;
	width: 100%;
	background: #000;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#overlaybg.hidden,
#overlaybg.d-none {
	visibility: hidden;
	opacity: 0;
}

#overlaybg.d-none {
	z-index: 0;
}


/*************/
/*! SIDEBAR  */
/*************/
#sidebar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 7;
	width: 20.7291650773%;
	height: 100%;
	border-right: 0.3125vw solid #007ac9;
	background: url('https://nalco.crc-inc.com/microelectronics_fabrication/img/bg-sidebar.jpg');
	background-position: top left;
	background-size: cover;
}
#sidebar-bg {
	width: 100%;
}
#sidebar_headline_wrap * {
	font-family: 'Roboto', sans-serif;
}
#sidebar_headline_wrap {
	position: absolute;
	bottom: 2.5%;
	left: 4.5%;
	margin: 0;
	padding: 6% 7%;
	border: 0.3125vw solid #007ac9;
	border-radius: 0.625vw;
	background-color: #FFF;
	width: 92%;
}
#sidebar_headline_wrap h2.sidebar-headline {
	margin: 0 0 0.75vw;
	color: #007ac9;
	font-weight: normal;
	text-align: left;
	letter-spacing: -0.09vw;
	font-size: 3vw;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
}
#sidebar_headline_wrap h3.sidebar-headline-sub {
	margin: 0;
	color: #727272;
	font-weight: normal;
	text-align: left;
	letter-spacing: -0.08vw;
	font-size: 1.5vw;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
}


/*************************/
/*! LOGO/BANNER SECTION  */
/*************************/
.logo-wrap {
	position: absolute;
	width: 20.7291650773%;
	top: 3%;
	left: 0;
	z-index: 10;
	height: 6.484375000000001vw;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.logo-wrap img.bg {
	width: 100%;
	height: auto;
}
.headline-touch-click-wrap {
	position: absolute;
	top: 3%;
	left: 20.7291650773%;
	width: 79.2708349227%;
	height: 6.484375000000001vw;
	padding: 0 2%;
	border-top: 0.026041666666666668vw solid #acacac;
	border-bottom: 0.026041666666666668vw solid #acacac;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.headline-touch-click-wrap.z-index-top {
	z-index: 90;
}

/* subtitle */
.subtitle-wrap .subtitle {
	margin: 0;
	color: #007ac9;
	letter-spacing: -0.05vw;
	font-weight: 700;
	font-style: normal;
	font-size: 1.770833vw;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}
.touch-click-text {
	margin: 0;
	color: #727272;
	font-size: 0.9895833333333333vw;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	font-weight: normal;
}


/*************/
/*! BUTTONS  */
/*************/
button.btn,
.link-fullscreen {
	border: none;
	position: absolute;
	z-index: 1;
	padding: 0.46875vw 0.78125vw;
	border-radius: 0.20833333333333334vw;
	background-color: #007ac9;
	color: #FFF;
	font-weight: 700;
	font-size: 0.833334vw;
	cursor: pointer;
	line-height: 1;
}
button.btn:hover {
	background-color: #0868a7;
}
button.zoom_to,
button.button_next,
.link-fullscreen {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
button.zoom_to.hidden,
button.button_next.hidden,
.link-fullscreen.hidden,
.btn-gray-wrapper.hidden,
#piping-legend.hidden {
	visibility: hidden;
	opacity: 0;
}

/* next button */
button.button_next {
	bottom: 3%;
	right: 2%;
	z-index: 2100 !important;
	background-color: #007ac9;
	cursor: pointer;
}
button.button_next:hover {
	background-color: #0868a7;
}
button.back-btn,
button.gray-btn {
	background-color: #757575;
}
button.back-btn:hover,
button.gray-btn:hover {
	background-color: #636363;
}

/* full screen link */
.link-fullscreen {
	right: 2%;
	bottom: 4%;
	background-color: #757575;
	text-decoration: none;
	font-size: 1.09375vw;
	padding: 0.8854166666666666vw 1.25vw;

}
.link-fullscreen:hover {
	background-color: #636363;
}

/******************/
/*! CONTACT FORM  */
/******************/
#contact_us_wrap h3,
#contact_us_wrap p {
	font-family: 'Roboto', sans-serif;
}
#contact_us_wrap {
	position: absolute;
	bottom: 2.5%;
	left: 4.5%;
	margin: 0;
	padding: 6% 7% 7%;
	border: 0.3125vw solid #007ac9;
	border-radius: 0.625vw;
	background-color: #FFF;
	width: 92%;
}
#contact_us_wrap h2.sidebar-headline {
	margin: 0 0 0.75vw;
	color: #007ac9;
	font-weight: normal;
	text-align: left;
	letter-spacing: -0.09vw;
	font-size: 3vw;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
}
#contact_us_wrap h3.sidebar-headline-sub {
	margin: 0;
	color: #727272;
	font-weight: normal;
	text-align: left;
	letter-spacing: -0.08vw;
	font-size: 1.5vw;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
}


#contact_us_wrap h3 {
	margin: 0 0 2%;
	padding: 0;
	color: #585858;
	font-size: 1.5625vw;
}
#contact_us_wrap p,
#contact_us_form .input_text,
#contact_us_form p.error_message {
	font-size: 0.859375vw;
}
#contact_us_wrap p {
	margin: 0 0 5%;
	padding: 0;
	color: #585858;
}
#contact_us_form .input_text {
	margin: 4% 0 0;
	padding: 4%;
	width: 100%;
	border: none;
	background: #ebebeb !important;
	color: #585858;
}
#contact_us_form .input_text:first-of-type {
	margin-top: 0 !important;
}
#contact_us_form p.error_message {
	display: none;
	margin: 1% 0 0;
	color: #c60e0e;
}
#contact_us_form,
#contact_us_form_response {
	display: none;
}
.btn.contact-button {
	position: relative;
	display: inline-block;
	margin: 6% 6% 0 0;
}
.btn.contact-button.grey-button {
	background-color: #757575;
}
.btn.contact-button.grey-button:hover {
	background-color: #636363;
}
.btn.contact-button.close_form {
	margin-top: 0;
	margin-right: 0;
}
#contact_us_form_loading .fa-spinner {
	font-size: 1.875vw;
}



/******************/
/*! POPUP/IMAGES  */
/******************/
.zoomimg {
	position: absolute;
	z-index: 100;
	display: none;
}
.zoomimg .zoomedimg {
	width: 0;
	opacity: 0;
	margin-top: 10%;
}
.zoomimg .zoomedimg.no_shrink {
	width: 100%;
	opacity: 0;
	margin-top: 0;
}


/****************/
/*! INFO BOXES  */
/****************/
.infobox {
	position: absolute;
	background-color: #FFFFFF;
	opacity: 0;
	margin-left: 10%;
	-webkit-box-shadow: 0.4166666666666667vw 0.4166666666666667vw 0.625vw 0 rgba(0, 0, 0, 0.65);
	box-shadow: 0.4166666666666667vw 0.4166666666666667vw 0.625vw 0 rgba(0, 0, 0, 0.65);
}

.infobox-text a {
	color: #007ac9;
	text-decoration: none;
	-webkit-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}
.infobox-text a:hover {
	color: #0f507b;
}

.infobox-title-wrap,
.infobox-text ul,
.infobox-text .slide-content,
.infobox-text .slide-content2,
.infobox-text .main-content,
.slide-control-wrap,
.general-link-wrap {
	padding-left: 1.40625vw;
	padding-right: 1.40625vw;
}
.infobox-title-wrap {
	position: relative;
	padding-top: 1.0416666666666665vw;
	padding-bottom: 0.8854166666666666vw;
	margin-bottom: 1.25vw;
	background-color: #007ac9;
}
.infobox-title {
	position: relative;
	margin: 0;
	width: 100%;
	color: #FFFFFF;
	text-align: left;
	font-weight: 700;
	font-size: 1.301vw;
}
.infobox-title:focus,
.infobox-title:focus-visible,
.email-form-heading:focus,
.email-form-heading:focus-visible {
	outline: none;
}
.infobox-close {
	position: absolute;
	top: 25%;
	right: 2.5%;
	cursor: pointer;
	border: none;
	background: transparent;
	border-radius: 50%;
	padding: 0;
}

.infobox-close i {
	color: #FFFFFF;
	font-size: 1.7vw;
	vertical-align: top;
}

/* Infobox text section */
.infobox-text {
	overflow: hidden;
	margin: 0;
	width: 100%;
	text-align: left;
	font-size: 1.0416666666666665vw;
	font-weight: 400;
}
.infobox-text .slide-heading {
	margin-top: 0;
	font-size: 1.0416666666666665vw;
	color: #666666;
}
.infobox-text p {
	margin-top: 0;
	margin-bottom: 0.703125vw;
	color: #666666;
}
.infobox-text ul {
	margin: 0;
	color: #666666;
	list-style: none;
}
.infobox-text li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 0.6770833333333334vw;
}

.infobox-text li ul {
	margin-top: 0.2vw;
	padding-right: 0;
	padding-left: 0;
}

.infobox-text li ul li {
	margin-bottom: 0.1vw;
}

.infobox-text li i {
	position: relative;
	margin-right: 0.5vw;
	top: 0.2vw;
	font-size: 0.75vw;
}
.infobox-text li i.yellow-bullet {
	color: #e0a500;
}
.infobox-text li i.blue-bullet {
	color: #007ac9;
}
.infobox-text sup {
	vertical-align: super;
	font-size: 50%;
	line-height: 1;
}
.infobox-text img.infobox-img {
	width: 100%;
	height: auto;
	display: block;
	padding-bottom: 0.546875vw;
	padding-top: 0.546875vw;
}

/* How/back section */
.infobox-text .content-lists-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}
.infobox-text .slide-wrap,
.infobox-text .slide-wrap2,
.infobox-text .main-wrap {
	min-width: 100%;
	max-height: 100vh;
	-webkit-transition: max-height 500ms ease;
	-o-transition: max-height 500ms ease;
	transition: max-height 500ms ease;
}
.infobox-text .slide-wrap.hidden,
.infobox-text .slide-wrap2.hidden,
.infobox-text .main-wrap.hidden {
	max-height: 0;
}
.infobox-text .slide-content,
.infobox-text .slide-content2,
.infobox-text .main-content,
.infobox-text .general-link-wrap {
	width: 100%;
	-webkit-transition: margin-left 500ms ease;
	-o-transition: margin-left 500ms ease;
	transition: margin-left 500ms ease;
}
.infobox-text .main-content.hidden,
.infobox-text .slide-content,
.infobox-text .general-link-wrap {
	margin-left: -100%;
}
.infobox-text .slide-content2 {
	margin-left: -200%;
}
.infobox-text .main-content,
.infobox-text .slide-content.hidden,
.infobox-text .slide-content2.hidden,
.infobox-text .general-link-wrap.hidden {
	margin-left: 0;
}
.general-link-wrap {
	display: inline-block;
	margin-top: 0.6770833333333334vw;
	margin-bottom: 0.6770833333333334vw;
}
.slide-control-wrap {
	text-align: right;
	padding-bottom: 1.25vw;
	padding-top: 0.3125vw;
}
.two_slides .slide-control-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
button.slide-btn {
	position: relative;
	padding: 0.5989583333333334vw 1.953125vw;
	font-size: 1.0416666666666665vw;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -0.026041666666666668vw;
	border-radius: 0;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
}
button.slide-btn1,
button.slide-btn2 {
	padding: 0.5989583333333334vw 1.0416666666666665vw;
}

.two_slides button.slide-btn {
	max-height: none;
	width: auto;
	margin-left: 0.6510416666666667vw;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.two_slides button.slide-btn.hidden {
	width: 0;
	max-height: 0;
	margin-left: 0;
	opacity: 0;
	padding: 0;
}


/********************************/
/*! Buttons, Images, Infoboxes  */
/********************************/
#piping-legend {
	position: absolute;
	bottom: 2%;
	left: 23%;
	max-width: 1025px;
	width: 27%;
}
#piping-legend img {
	display: block;
	width: 100%;
	height: auto;
}

.btn-gray-wrapper {
	position: absolute;
	background-color: #f7f7f7;
	border-radius: 0.26041666666666663vw;
	border: 0.052083333333333336vw solid #c5c5c5;
	width: 19.270833333333336vw;
	height: 5.989583333333334vw;
	bottom: 23%;
	left: 23%;
}

/* chilled_water_systems */
#btn-chilled_water_systems {
	top: 48%;
	left: 46%;
}
.zoomimg.chilled_water_systems {
	top: 33.6%;
	left: 41.13%;
	max-width: 807px;
	width: 21.01563%;
}
.infobox.chilled_water_systems {
	top: -68%;
	left: 109%;
	width: 162%;
}


/* ultra_pure_water */
#btn-ultra_pure_water {
	top: 40.5%;
	left: 67%;
}
.zoomimg.ultra_pure_water {
	top: 32.73%;
	left: 54.46%;
	max-width: 854px;
	width: 22.23959%;
}
.infobox.ultra_pure_water {
	top: -3%;
	right: 101%;
	width: 144%;
}


/* cooling_water_systems */
#btn-cooling_water_systems {
	top: 40%;
	left: 39%;
}
.zoomimg.cooling_water_systems {
	top: 23.45%;
	left: 25.25%;
	max-width: 1231px;
	width: 32.0573%;
}
.infobox.cooling_water_systems {
	top: -33%;
	left: 116%;
	width: 108%;
}


/* boiler_systems */
#btn-boiler_systems {
	top: 34%;
	left: 82.75%;
}
.zoomimg.boiler_systems {
	top: 23%;
	right: 11.2%;
	max-width: 688px;
	width: 17.91667%;
}
.infobox.boiler_systems {
	width: 180%;
	right: 121%;
	top: 5%;
}


/* wastewater */
#btn-wastewater {
	top: 20%;
	left: 42%;
}
.zoomimg.wastewater {
	top: 13.52%;
	left: 43.92%;
	max-width: 1410px;
	width: 36.71875%;
}
.infobox.wastewater {
	top: 89%;
	left: -27%;
	width: 85%;
}


/* waterborne_pathogen_risk_mngmt */
#btn-waterborne_pathogen_risk_mngmt {
	bottom: 14%;
	left: 4%;
}
.zoomimg.waterborne_pathogen_risk_mngmt {
	top: 0;
	right: 0;
	height: 100%;
	max-width: 3044px;
	width: 79.2708349227%;
}
.zoomimg .zoomedimg.waterborne_pathogen_risk_mngmt {
	height: 100%;
	position: absolute;
}
.infobox.waterborne_pathogen_risk_mngmt {
	top: 13%;
	left: 29%;
	width: 40%;

}


/* hot_water_systems */
#btn-hot_water_systems {
	top: 50.5%;
	left: 77%;
}
.zoomimg.hot_water_systems {
	top: 23%;
	right: 11.2%;
	max-width: 688px;
	width: 17.91667%;
}
.infobox.hot_water_systems {
	top: 5%;
	right: 117%;
	width: 180%;
}


/* process_cooling_water */
#btn-process_cooling_water {
	top: 56%;
	left: 55%;
}
.zoomimg.process_cooling_water {
	top: 45.3%;
	left: 48.13%;
	max-width: 1099px;
	width: 28.6197901%;
}
.infobox.process_cooling_water {
	bottom: 51%;
	left: 53%;
	width: 110%;
}


/* scrubbers */
#btn-scrubbers {
	top: 70%;
	left: 79.5%;
}
.zoomimg.scrubbers {
	top: 51.05%;
	right: 12.68%;
	max-width: 1265px;
	width: 32.94271%;
}
.infobox.scrubbers {
	bottom: 59%;
	right: 42%;
	width: 99%;
}


/* process_vacuum */
#btn-process_vacuum {
	top: 87%;
	left: 70.75%;
}
.zoomimg.process_vacuum {
	top: 66.36%;
	right: 23.35%;
	max-width: 851px;
	width: 22.16146%;
}
.infobox.process_vacuum {
	bottom: 96%;
	left: -80%;
	width: 146%;
}


/* fab_sub_fab */
#btn-fab_sub_fab {
	top: 76.75%;
	left: 62.75%;
}
.zoomimg.fab_sub_fab {
	top: 56.55%;
	left: 54.4%;
	max-width: 885px;
	width: 23.04688%;
}
.infobox.fab_sub_fab {
	bottom: 100%;
	right: -79%;
	width: 138%;
}


/* air_handlers */
#btn-air_handlers {
	top: 62%;
	left: 67%;
}
.zoomimg.air_handlers {
	top: 44.85%;
	right: 17.25%;
	max-width: 949px;
	width: 24.71355%;
}
.infobox.air_handlers {
	bottom: 0%;
	right: 104%;
	width: 131%;
}


/* analytical_support */
#btn-analytical_support {
	top: 14%;
	left: 4%;
}
.zoomimg.analytical_support {
	top: 0;
	right: 0;
	height: 100%;
	max-width: 3044px;
	width: 79.2708349227%;
}
.zoomimg .zoomedimg.analytical_support {
	height: 100%;
	position: absolute;
}
.infobox.analytical_support {
	top: 14%;
	left: 31.5%;
	width: 41%;
}