/*Custom design setting for the Sustainability Integrity page*/





@media only screen and (min-width : 600px) {


		/*Custom background*/

		#stage {

		    /*background: #fff url("https://swiss2.mt.com/lab/about_us/sustainability/sustainability-skiff2.jpg") no-repeat !important;*/
		 	background: #fff url("https://www.mt.com/dam/mettler_toledo/about_us/sustainability/sustainability-skiff2.jpg") no-repeat !important;
		    background-position: right 120px !important;

		}



		#myIntro .myTextWrap {
				width: 40%;
			}


		.myTextBox .myTextWrap {
				width: 95%;
			}



		.myTextBox H3 {
			font-size: 2rem;
			line-height: 120%;
		}


		.myWrap .myTextBox {
		/*
			width: 45%;
			float: left;
		*/
			width: 100%;
			margin-right: 2rem;
			padding-bottom: 1rem;
			border-bottom: 1px solid #f0f0f0;
		}



}





@media only screen and (min-width : 599px) and (max-width: 1020px) {

		#stage {

		    background-size: contain!important;
		}

		.microsite-nav {

		 background-color: rgba(255,255,255,0.4); 
		 
		}

		h1 {
			width: 50%;
		}

}		




@media only screen and (min-width : 599px) and (max-width: 840px) {

		#myIntro p:nth-of-type(2) {
		    width: 180%;
		}




}