@charset "UTF-8";
/* CSS Document */

/*** CSS file for Tennant to edit for slides, landing pages, etc. ***/

#ctl00_m_g_95b6670e_8390_47fc_951c_c62ab4e68fa1_ctl00_divAdmin, .tc-divAdmin {
	position:absolute;
	z-index:999;
}


/* HOME PAGE TITLE SLIDES */

	/*** General slide styles; DO NOT EDIT! ***/
	
	.tc-title-slide {
	width:960px;
	height:350px;
	position:relative;
	padding-top:102px;
	text-align:left;
}

	.tc-title-slide-text {
	padding:70px 0 0 60px;
	width:414px;
	text-align:center;
}

	.tc-title-slide-text h2, .tc-title-slide-text h4 {
	font-weight:normal;
	font-family:'PT Sans', Arial, sans-serif !important;
	color:black;
}

	.tc-title-slide-text h2 {
		/* font-size:64px;
		margin-bottom:-5px; */
}

	.tc-title-slide-text h4 {
	/* font-size:46px;
	line-height:51px; */
}

	.tc-title-slide-text p {
	font-weight:normal;
	font-size:18px;
	color:black;
}

	.tc-title-slide-text p.tc-green-button, .tc-title-slide-text p.tc-big-orange-button {
	padding:8px 10px;
	min-height:49px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0px 2px 2px #5c6f7b;
  	-webkit-box-shadow: 0px 2px 2px #5c6f7b;
  	box-shadow: 0px 2px 2px #5c6f7b;
  	background:url('images/tc-green-button-bg.png') bottom #b7c56c repeat-x;
	text-align:right !important;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}
	
	#s4-workspace p.tc-big-orange-button {
	background:url('images/tc-big-orange-button-bg.png') bottom #ff8533 repeat-x;	
}

	
	#s4-workspace p.tc-green-button a, #s4-workspace p.tc-big-orange-button a {
	font-family:'PT Sans Bold', Arial, sans-serif;
	color:white !important;
	font-size:22px;
	line-height:24px;
	padding-right:45px;
	display:block;
  	background:url('images/tc-green-button-arrow.png') transparent right 3px no-repeat;
  	height:100%;
  	min-height:49px;
}

	#s4-workspace p.tc-green-button a:hover {
	text-decoration:none;
	color:#d7dfda !important;
}

	#s4-workspace p.tc-big-orange-button a:hover {
	text-decoration:none;
	color:#FFCC66 !important;
}


	/*** SPECIFIC SLIDES ***/
	/*** customize width and position of elements, change background picture ***/
	
	
	/*** Slide1 ***/	
	#tc-title-slide1 {
	background:url('images/tc-title-slide-1.png') no-repeat;
}
	/* #tc-title-slide1 .tc-green-button a {
	padding-top:12px;
} */


	/*** Slide2 ***/	
	#tc-title-slide2 {
	background:url('images/tc-title-slide-2.png') no-repeat;
}

	/*** Slide3 ***/	
	#tc-title-slide3 {
	background:url('images/tc-title-slide-3.png') no-repeat;
}
	#tc-title-slide3 .tc-title-slide-text {
	padding-left:486px;
}	

	/*** Slide4 ***/	
	#tc-title-slide4 {
	background:url('/images/tc-title-slide-4.png') no-repeat;
}

	#tc-title-slide4 .tc-title-slide-text {
	width:500px;
	padding-left:27px;
}

	#tc-title-slide4 .tc-green-button a {
	font-size:18px !important;
}

.tc-title-small-text-box {
	margin-left:200px; 
	margin-top: 300px ;
	width:
}
	/*** tc-defend-ec-h2o ***/	
	#tc-defend-ec-h2o {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/chris-killingstad_962x470.png') no-repeat;
}
	#tc-defend-ec-h2o .tc-title-slide-text {
	padding-left:486px;
	padding-top:8px;

}
	/*** tc-vac-launch ***/	
	#tc-vac-launch {
	background:url('images/tc-title-slide-vac-family.png') no-repeat;
}
	#tc-vac-launch .tc-title-slide-text {
	padding-left:486px;
	padding-top:28px;
}
	#tc-vac-launch h4 {
	padding-bottom:10px;
}


/* HOME PAGE FEATURED SLIDES */

	/*** General slide styles; DO NOT EDIT! ***/
	
	.tc-featured-slide {
	position:relative;
	width:288px;
	height:164px;
}
	
	#tc-body .tc-featured-slide a, #tc-body .tc-featured-slide a:link, #tc-body .tc-featured-slide a:visited {
	position:absolute;
	z-index:10;
	display:block;
	width:100%;
	height:100%;
	background-color:white;   /* Part of workaround to make link clickable in IE */
  	opacity: 0;				  /* Part of workaround to make link clickable in IE */
 	filter: alpha(opacity=1); /* Part of workaround to make link clickable in IE */

}
	#tc-body .tc-featured-slide h3, #tc-body .tc-featured-slide #CategoryTitle {
	position:absolute;
	top:115px;
	left:0px;
	width:203px;
	padding:8px 60px 0px 25px;
	font-family:'PT Sans Bold', Arial, sans-serif;
	display:block;
	color:white !important;
	text-align:right;
	min-height:30px;
	margin:0;
}

	#tc-body .tc-featured-slide h3 {
	background:url('images/tc-secondary-slide-arrow.png') 236px 2px no-repeat;
}
	
	#tc-body .tc-featured-slide #CategoryTitle {
	padding-right:0;
	padding-top:0;
	width:263px;
	min-height:22px;
}
	
	#tc-body .tc-featured-slide #CategoryTitle h3 {
	color:white !important;
	position:relative;
	top:0;
	left:0;
	padding:8px 60px 8px 0;
	background:url('images/tc-secondary-slide-arrow.png') 213px 2px no-repeat;
	min-height:22px;
}

	/*** SPECIFIC SLIDES ***/
	/*** customize width and position of elements, change background picture ***/
	
	
	/*** Slide1 ***/	
	#tc-featured-slide1 {
	background:url('images/tc-featured-slide-1.jpg') no-repeat;
}
	#tc-body #tc-featured-slide1 h3 {
	padding-top:0;
}

	#tc-featured-slide2 {
	background:url('images/tc-featured-slide-2.jpg') no-repeat;
}
	#tc-body #tc-featured-slide2 h3 {
	padding-top:0;
}

	#tc-featured-slide3 {
	background:url('images/tc-featured-slide-3.jpg') no-repeat;
}
	#tc-body #tc-featured-slide3 h3 {
	padding-top:0;
}

	#tc-featured-slide4 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/municipalities-288x164.jpg') no-repeat;
}
	#tc-body #tc-featured-slide4 h3 {
	color:black !important;
}


.tc-title-small-text-box {
	margin-top: -130px; 
	margin-left: 780px;
}

#tc-featured-slide5 {
	background:url('images/tc-featured-slide-5.jpg') no-repeat;
}
	#tc-body #tc-featured-slide5 h3 {
	padding-top:0;
}

	#tc-featured-slide6 {
	background:url('images/tc-featured-slide-6.jpg') no-repeat;
}
	#tc-body #tc-featured-slide6 h3 {
	padding-top:0;
}

	#tc-featured-slide7 {
	background:url('images/tc-featured-slide-7.jpg') no-repeat;
}

	#tc-featured-slide8 {
	background:url('images/tc-featured-slide-8.jpg') no-repeat;
}
	#tc-body #tc-featured-slide8 h3 {
	padding-top:0;
}

	#tc-featured-slide9 {
	background:url('images/tc-featured-slide-9.jpg') no-repeat;
}

	#tc-featured-slide10 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/cs-iss-ceo_288x164.jpg') no-repeat;
}
	#tc-body #tc-featured-slide10 h3 {
	font-size:15px !important;
}

	#tc-featured-slide11 {
	background:url('images/tc-featured-slide-11.jpg') no-repeat;
}
	#tc-body #tc-featured-slide11 h3 {
	padding-top:0;
}

	#tc-featured-slide12 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/500ze-green-288x164.jpg') no-repeat;
}
	#tc-body #tc-featured-slide12 h3 {
	padding-top:0;
}

	#tc-featured-slide13 {
	background:url('/globalassets/globalassets/homepage-images/t16-automotive-squeegee-288x164.jpg') no-repeat;
}
	#tc-body #tc-featured-slide13 h3 {
	padding-top:0;
}


/* #tc-featured-slide12 500ze Green */
	#tc-featured-slide12-green {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/500ze-green-288x164.jpg') no-repeat;
}
	#tc-body #tc-featured-slide12-green h3 {
	padding-top:0;
}
/* #tc-featured-slide12 500ze Green */

/* Nobles */

	/*** scroll button on home page***/
	
	#nobles-tc-mastheadContainer .gv-strip_wrapper {
	top:487px !important;
}

	/*** Nobles tc-vac-launch ***/	
	
	#nobles-tc-vac-launch {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/Upright-Vacuum-Family-Landing.png') no-repeat;
}
	#nobles-tc-vac-launch .tc-title-slide-text {
	padding-left:486px;
	padding-top:28px;
}
	#nobles-tc-vac-launch h4 {
	padding-bottom:10px;
}
	/*** end Nobles tc-vac-launch ***/	

	#nobles-tc-title-slide1 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/Nobles-Scout24_962x470.png') no-repeat;
}

	#nobles-tc-featured-slide2 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/nobles-cleaning-prof-288x164.jpg') no-repeat;
}

	#nobles-tc-title-slide3 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/15B_960x470.png') no-repeat;
}

	#nobles-tc-title-slide3 .tc-title-slide-text {
	padding-left:486px;
}
	
	/*** Slide4 ***/	
	#nobles-tc-title-slide4 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/Nobles-ech20-SS24-32_962x470.png') no-repeat;
}

	#nobles-tc-title-slide4 .tc-title-slide-text {
	width:500px;
	padding-left:27px;
}

	#nobles-tc-title-slide4 .tc-green-button a {
	font-size:18px !important;
}
	/*** End Slide4 ***/
	
	#nobles-tc-featured-slide3 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/food-bev-288x164.jpg') no-repeat;

}


	#nobles-tc-featured-slide4 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/education288x164.jpg') no-repeat;
}

	#nobles-tc-featured-slide6 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/detergent-288x164.jpg') no-repeat;
}

	#nobles-tc-featured-slide9 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/ec-h2O288x164.jpg') no-repeat;
}

/* End Nobles */

/* Alfa-en */
	/*** Title Slide ***/
	#alfa-en-tc-title-slide1 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/retail-960x470.png') no-repeat scroll 0 0 transparent;
}
	/* #tc-title-slide1 .tc-green-button a {
	padding-top:12px;
} */

	/*** Slide2 ***/	
	#alfa-en-tc-title-slide2 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/t16-960x470.png') no-repeat scroll 0 0 transparent;
}

	/*** Slide3 ***/	
	#alfa-en-tc-title-slide3 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/t1-960x470.png') no-repeat scroll 0 0 transparent;
}
	#alfa-en-tc-title-slide3 .tc-title-slide-text {
	padding-left:486px;
}	

	/*** Slide4 ***/	
	#alfa-en-tc-title-slide4 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/ABM-960x470.png') no-repeat scroll 0 0 transparent;
}

	#alfa-en-tc-title-slide4 .tc-title-slide-text {
	width:500px;
	padding-left:27px;
}

	#alfa-en-tc-title-slide4 .tc-green-button a {
	font-size:18px !important;
}

/*** Slide7 ***/	
	#alfa-en-tc-title-slide7 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/alfa_bndes_962x470.png') no-repeat scroll 0 0 transparent;
}
	#alfa-en-tc-title-slide7 .tc-title-slide-text {
	padding-left:486px;
}	
	/*** End Title Slide ***/
	
	/*** Feature Slide1 ***/	
	#alfa-en-tc-featured-slide1 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/automotive-288x164.jpg') no-repeat;
}

#alfa-en-tc-featured-slide1 h3 {
	font-size:14px;
}

	#alfa-en-tc-featured-slide2 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/cleaning-pro-288x164.jpg') no-repeat;
}

#alfa-en-tc-featured-slide2 h3 {
	font-size:14px;
}

	tc-body #alfa-en-tc-featured-slide2 h3 {
	padding-top:0;
}

	#alfa-en-tc-featured-slide3 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/food-bev-288x164.jpg') no-repeat;
}

#alfa-en-tc-featured-slide3 h3 {
	font-size:14px;
}

	#tc-body #alfa-en-tc-featured-slide3 h3 {
	padding-top:0;
}

	#alfa-en-tc-featured-slide4 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/street-clean-288x164.jpg') no-repeat;
}

#alfa-en-tc-featured-slide4 h3 {
	font-size:14px;
}
	#tc-body #alfa-en-tc-featured-slide4 h3 {
	color:black !important;
}

	#alfa-en-tc-featured-slide5 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/warehouse-288x164.jpg') no-repeat;
}
	
	#alfa-en-tc-featured-slide5 h3 {
	font-size:14px;
}

	#tc-body #alfa-en-tc-featured-slide5 h3 {
	padding-top:0;
}

	#alfa-en-tc-featured-slide6 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/school-288x164.jpg') no-repeat;
}

#alfa-en-tc-featured-slide6 h3 {
	font-size:14px;
}

	#tc-body #alfa-en-tc-featured-slide6 h3 {
	padding-top:0;
}

	#alfa-en-tc-featured-slide7 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/detergent-288x164.jpg') no-repeat;
}

#alfa-en-tc-featured-slide7 h3 {
	font-size:14px;
}

	#alfa-en-tc-featured-slide8 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/outdoors--288x164.jpg') no-repeat;
}
#alfa-en-tc-featured-slide8 h3 {
	font-size:14px;
}
	#tc-body #alfa-en-tc-featured-slide8 h3 {
	padding-top:0;
}

	#alfa-en-tc-featured-slide9 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/ec-h2O288x164.jpg') no-repeat;
}
#alfa-en-tc-featured-slide9 h3 {
	font-size:14px;
}

/*	ISSA #alfa-en-tc-featured-slide10 {
	background:url('images/tc-featured-slide-10.jpg') no-repeat;
}
	#tc-body #alfa-en-tc-featured-slide10 h3 {
	font-size:15px !important;
}*/

	#alfa-en-tc-featured-slide11 {
	background:url('/GlobalAssets/GlobalAssets/Homepage-Images/sustainability-288x164.jpg') no-repeat;
}
#alfa-en-tc-featured-slide11 h3 {
	font-size:14px;
}
	#tc-body #alfa-en-tc-featured-slide11 h3 {
	padding-top:0;
}

	/* 500ze #tc-featured-slide12 {
	background:url('images/tc-featured-slide-12.jpg') no-repeat;
}
	#tc-body #alfa-en-tc-featured-slide12 h3 {
	padding-top:0;
}

/* End Feature Slide */
/* End Alfa-en */

/* GLOBAL FOOTER */

	/*** General footer ***/
	
	.footerSection img {
    margin-bottom: 60px;
}
	#tc-footerRight .footerSection img {
	margin-bottom:30px;
}


/* PRODUCT DETAIL PAGE */

	/*** detail page main content body or description ***/
.tech-link {
	list-style-position:outside;
	list-style:none;
}

.tech-link li {
	margin: 10px 0 0 -20px;
}

.tech-link img {
	border:none;
	float:left;
	margin:0 10px 10px 0;
}

.tech-link p {
	display:block;
	padding-bottom: 10px;
	float:left;
	width:450px;
}

#tc-shareThis .tc-orange-button {
    margin-left:100px;
}

/* ---- Campaign landing page styles for pages locate here http://www.tennantco.com/am-en/Pages/Admin/ManageCampaigns.aspx  ----- */

.li_landing_page_wrapper{
	width: 960px;
	height: auto;
	margin: -20px auto 0;
	background-color: #f5f8f1;
	font-family: 'PT Sans', sans-serif;
	color: #000;
}
.li_landing_page_wrapper a{
	text-decoration: none;
	color: #fff;
}
.li_landing_page_wrapper img{
	border: none;
}
.li_landing_page_wrapper p{
	margin-top: 20px;
	padding: 0px;
	max-width: 600px;
}
.li_lp_headline{
	font-size: 18px;
	font-weight: 400;
}
.li_left_col{
	width: 600px;
	height: auto;
	padding-right: 20px;
	float: left;
}
.li_left_col ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
ul#li_2_bttns{
	list-style: none;
	padding: 0px;
	margin: 30px 0px 0px 0px;
}
ul#li_2_bttns li{
	margin: 0px;
	padding: 0px;
	width: 250px;
	float: left;
	text-align: center;
}
ul#li_mwl_a_bttn_free{
	list-style: none;
	padding: 0px;
	margin: 30px 0px 0px 0px;
}
ul#li_mwl_a_bttn_free li{
	margin: 0px;
	padding: 0px;
	width: 600px;
	float: left;
	text-align: center;
}
.li_right_col{
	float: right;
}
ul#li_thumbs{
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 300px;
}
.bttn_150{
	width: 150px;
	height: 35px;
	margin: 0px auto;
	padding-top: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	background: url("/Style%20Library/Tennant/Images//tc-orange-button-bg.png") repeat-x scroll left bottom #FF8533;
	border-radius: 5px 5px 5px 5px;
	max-width: 250px;
    min-height: 33px;
}
.bttn_300{
	width: 300px;
	height: 27px;
	margin: 0px auto;
	padding-top: 8px;
	background-color: #f37b1d;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	background: url("/Style%20Library/Tennant/Images/tc-orange-button-bg.png") repeat-x scroll left bottom #FF8533;
	border-radius: 5px 5px 5px 5px;
	max-width: 250px;
    min-height: 33px;

}
.li_tech_panel{
	float: right;
	width: 300px;
	height: 165px;
	border: 1px solid #ABDCE5;
	background-color: #FFF;
	box-shadow: inset 0px 0px 10px rgba(255,255,255,0.6);
	-moz-box-shadow: inset 0px 0px 10px rgba(255,255,255,0.6);
	-webkit-box-shadow: inset 0px 0px 10px rgba(255,255,255,0.6);
}
.li_tech_panel_header{
	background-color: rgba(0,154,199,0.8) !important;
	background-color: #009AC8;
	height: 30px;
	font-weight: bold;	
}
.li_tech_panel_header img{
	margin-left: 0px !important;	
}

.li_tech_panel_title{
	position: absolute;
	margin-top: 5px;
	margin-left: 5px;
	color: #FFF;
}
#li_lp_manufacturing_panel{
	background-image: url('/GlobalAssets/GlobalAssets/Industries/manufacturing-thumb.jpg');
	background-repeat: no-repeat;
}
#li_lp_warehouse_panel{
	background-image: url('/GlobalAssets/GlobalAssets/Industries/warehouse-dis-thumb.jpg');
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

/* Testimonial page */

	/*** Testimonial table styles ***/
	
.testimonial-list img {
                margin-bottom:15px;
                border:0;
}
.testimonial-list td {
                padding:5px;
}

.testimonial-list a {
                font-size:14px;
}

/*Sustainability page*/
.sust_left_col{
	color: #4D4D4F;
	width: 66%;
	height: auto;
	padding-right: 20px;
	float: left;
	font-size: 14px;
}
.sust_left_col h2{
color: #006d3b;
margin: 10px 0 8px 0;
font-size: 150% !important;
}

.sust_left_col h3{
color: #4D4D4F;
margin: 10px 0;
font-size: 17px !important;
}

.sust_right_col h3{
color: #006D3B;
font-size: 17px;
margin: 20px 10px 10px 20px;
}
.sust_right_col h4{
color: #4D4D4F;
font-size: 14px;
margin: 20px 10px 10px 20px;
}
.sust_right_col{
	color: #4D4D4F;
	width: 30%;
	float: left;
}
.sust_sidebar{
-webkit-box-shadow: rgba(30, 30, 30, 0.246094) 0px 1px 3px 0px;
background: #f3f7f0;
border: 2px solid white;
border-bottom-left-radius: 10px 10px;
border-bottom-right-radius: 10px 10px;
border-top-left-radius: 10px 10px;
border-top-right-radius: 10px 10px;
}
.sust_sidebar p{
font-size: 12px;
line-height: 1.5;
margin: 10px 10px 20px 20px !important;
}
.sust_sidebar h2{
color: #006d3b;
margin: 10px 0 8px 0;
font-size: 150% !important;
}
.sust_sidebar_feature_item{
border: 1px solid #ABDCE5;
height: 165px;
margin-bottom: 17px;
position: relative;
width: 245px;
}
.sust_single_column{
	font-size: 14px;
	width: 600px;
}
.sust_single_column sup{
	font-size: 8px;
}
.sust_single_column dl dd{
	font-size: 12px;
	line-height: 1.5;
	margin-top: 3px;
	margin-right: 20px;
}
.sust_left_col sup{
	font-size: 8px;
}
.sust_right_col sup{
	font-size: 8px;
}
.sust_right_col blockquote, .sust_right_col p{
color: #4D4D4F;
font-size: 12px;
line-height: 1.5;
margin: 10px 10px 20px 20px;
}
.sust_left_col p{
color: #4D4D4F;
font-size: 14px;
line-height: 1.5;
margin: 10px 0px;
}
.sust_single_column p{
	margin: 10px;
	font-size: 12px;
}
.sust_left_col blockquote{
	margin: 10px 20px;
	font-size: 12px;
}
.sust_right_col blockquote em{
	font-size: 12px;
}
.sust_right_col ul li{
font-size: 12px;
line-height: 1.5;
margin: 10px 10px 0px 8px;
}
.sust_left_col ul li{
	line-height: 1.5;
	margin-top: 3px;
	margin-right: 20px;
}
.sust_left_col ol li{
	line-height: 1.5;
	margin-top: 3px;
	margin-right: 20px;
}

/*Sustainability table styles*/
.sust_tr_header{
	font-weight: bold;
	color: #009bca;
}
.sust_tr_bold_header{
	font-weight: bold;
	color: #000;
}
.sust_tr_chart_copy{
	font-size: 10px;
}
.sust_sidebar_image{
	margin-top: 20px;
	text-align: center;
}
.sust_sidebar_image img, .sust_sidebar img{
	width:100%;
}
#WebPartctl00_m_g_d3cf414f_d28d_44da_9a63_62b187d60fcb .sust_sidebar img{
	width: auto;	
}
/*report approach sidebar/textbox modules*/
/*#ra_1{
	background: #66c7e2;
	color: #fff;
}*/
/*br sidebar/textbox modules*/
/*#br_1{
	background: #66c7e2;
}*/
/*t1 sidebar/textbox modules*/
/*#t1_1{
	background: #ff761a;
}
#t1_2{
	background: #66c7e2;
}*/
/*500ze sidebar/textbox modules*/
/*#ze_1{
	background: #c2db75;
}
#ze_2{
	background: #93a6a7;
}*/
/*wastewater sidebar/textbox modules*/
/*#ww_1{
	background: #66c7e2;
}
#ww_2{
	background: #c2db75;
}*/
/*efficiency & conservation sidebar/textbox modules*/
/*#ec_1{
	background: #ff761a;
}
#ec_2{
	background: #c2db75;
}*/
/*Wouter sidebar/textbox modules*/
/*#wk_1{
	background: #c2db75;
}
#wk_2{
	background: #ff761a;
}*/
/*transportation sidebar/textbox modules*/
/*#tr_1{
	background: #ff761a;
}
#tr_2{
	background: #c2db75;
}
#tr_3{
	background: #66c7e2;
}*/
/*optimizing efficiency sidebar/textbox modules*/
/*#oe_1{
	background: #47bbdd;
}
#oe_2{
	background: #998b76;
}*/
/*#oe_3{
	background: #ccb97b;
}*/
/*vision sidebar/textbox modules*/
/*#vi_1{
	background: #b3d251;
}*/
/*supply chain sidebar/textbox modules*/
/*#sc_1{
	background: #ccb97b;
}*/
/*fostering sidebar/textbox modules*/
/*#fo_1{
	background: #47bbdd;
}*/
/*orbio 500-sc sidebars*/
/*#orb_5000_1{
	background: #c2db75;
}
#orb_5000_2{
	background: #66c7e2;
	color: #fff;
}
#orb_5000_3{
	background: #ff761a;
	color: #fff;
}
#orb_5000_4{
	background: #93a6a7;
	color: #fff;
}*/
/* GRI */
.tc-sust-gri-table-gray{
	background: #CCC;
}
.tc-sust-gri-table-categories{
	background: #CEEAF2;
	font-weight: bold;
}
.tc-sust-gri-table-section-header{
	background: #8EC941;
	color: #fff;
}
.tc-sust-gri-table-toc{
	width: 600px;
	height: 120px;
	padding: 20px 0px;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 10px 50px #ccc;
}
.tc-sust-gri-table-toc ul{
	list-style: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.tc-sust-gri-table-toc ul li{
	width: 190px;
	float: left;
	margin-bottom: 10px;
}
#gri-data tr td:first-child{
	width: 50px;
}
#gri-data tr td{
	padding: 10px 10px 0px 10px;
}
.gri-clear{
	clear: both;
}


/*** CSS file for Tennant Case Study pages and thumbnail ***/

#CaseStudyItem {
background:url('/GlobalAssets/GlobalAssets/Company/Case%20Studies/cs-iss-ceo.png') no-repeat;
}

/*** Tennant Product Features ***/

.filmstrip-wrap {
    background-position: 0 45px;
    background-size: 144px 96px;
}

.hotspot {
	BORDER-BOTTOM: #900 1px dotted; PADDING-BOTTOM: 1px; COLOR: #900; CURSOR: pointer
}
.feature-section H3 {
	MARGIN-BOTTOM: 0px
}
#tt {
	Z-INDEX: 1000; BORDER-BOTTOM: rgb(37,173,211) 1px solid; POSITION: absolute; FILTER: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666'); BORDER-LEFT: rgb(37,173,211) 1px solid; PADDING-BOTTOM: 10px; PADDING-LEFT: 20px; PADDING-RIGHT: 10px; DISPLAY: block; BACKGROUND: #ffffff; BORDER-TOP: rgb(37,173,211) 1px solid; BORDER-RIGHT: rgb(37,173,211) 1px solid; PADDING-TOP: 10px; -moz-box-shadow: 3px 3px 4px #666666; -webkit-box-shadow: 3px 3px 4px #666666; -moz-border-radius: 10px 10px 10px 0; -webkit-border-radius: 10px 10px 10px 0; -khtml-border-radius: 10px 10px 10px 0; box-shadow: 3px 3px 4px #666666; border-radius: 10px 10px 10px 0
}
.filmstrip-wrap H4 {
	PADDING-BOTTOM: 5px !important; PADDING-LEFT: 5px !important; WIDTH: 134px !important; PADDING-RIGHT: 5px !important; PADDING-TOP: 5px !important
}
.IndividualProductVideo span{
background: url("../Tennant/images/video_arrow.png") no-repeat scroll center center transparent !important;
opacity: 1;
}

/*** Certified Pre-owned ***/
#productGrid .tc-amsearch-firstcol a {
    display:inline-block;
    width:100%;
	margin:0;
}
/*** Tennant World right side image margin ***/
.product-image-large { right:0 !important;}
/* TERMS OF SALE */
.term-sale section {width: 960px; position: relative;}
.term-sale .col-2 {float: left; width: 16%;margin: .5em 0;}
.term-sale .americas {height: 15em;}
.term-sale .europe {height: 15em;}
.term-sale .asia {height: 15em;}
.term-sale .americas2 {height: 7em;}
.term-sale .col-6 {float: left;width: 50%;}
.term-sale .col-4 {float: left;width: 33%;}
.term-sale .term-sale ul{list-style-type: none;}
.term-sale li{display: inline;}
.term-sale .tc-orange-button {width: 50%;float: left;}
.term-sale .tc-orange-button:first-child {margin-right: 2em;}
.term-sale a img {border:none;}
.term-sale a :hover:after{background: #333;background: rgba(0,0,0,.8);border-radius: 5px;bottom: 26px;color: #fff;content: attr(title);left: 20%;padding: 5px 15px;position: absolute;z-index: 98;width: 220px;}
.term-sale h4 {font-size: 1em !important; line-height: 4em;}
.term-sale .term-sale .tc-orange-button {margin-right: 2em;}
.term-sale .clearfix { display: inline-block; }
.term-sale .clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

/* MY TENNANT INTERNAL SALES TOOLS */
.mt-internal-sales h2{color: #bd0c0c}
.mt-internal-sales h3, .mt-internal-sales h4 {color: #353636;}
.mt-internal-sales p {color: #404141;}
/* THUMBNAIL IMAGE & CAPTION*/
.mt-internal-sales ul.mt-internal-figureCaption {width:100%;}
.mt-internal-sales ul.mt-internal-figureCaption li {display: inline-block;list-style-type: none;}
.mt-internal-sales figure {max-width:100px;margin:0 55px 20px -40px;background-color:#bd0c0c;border: 1px solid #bd0c0c;}
.mt-internal-sales figcaption {margin-top: -5px; padding: 5px; font-size: 1em; font-weight:500;color: #fff;text-align: center; vertical-align: center; }
.mt-internal-sales .mt-internal-figureCaption a:hover {text-decoration: none !important;}
.mt-internal-sales figure:hover {border: 1px solid #d51212;}
.mt-internal-sales figure:hover, .mt-internal-sales figcaption:hover {background-color:#d51212;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;} 

/* MY TENNANT LINK BUTTON*/
ul.mt-btn-link  {margin: 0 0 20px -45px;}
ul.mt-btn-link li {display: inline-block;list-style-type: none; margin: 15px 5px;}
ul.mt-btn-link a span { padding: 10px; background: #BD0C0C; color: #fff !important;}
.mt-btn-link a:hover {text-decoration:  none !important;}
ul.mt-btn-link a span:hover {color: #fff !important;background: #D51212;text-decoration: none !important;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}

.mt-green-button P {margin: 10px 0;BORDER-BOTTOM: #b3c98c 1px solid; TEXT-ALIGN: center; BORDER-LEFT: #b3c98c 1px solid; PADDING-BOTTOM: 5px; BACKGROUND-COLOR: #d9eaba; PADDING-LEFT: 10px; PADDING-RIGHT: 5px; FONT-SIZE: 1.2em; BORDER-TOP: #b3c98c 1px solid; BORDER-RIGHT: #b3c98c 1px solid; PADDING-TOP: 10px; -webkit-border-radius: 7px 7px 7px 7px; border-radius: 7px 7px 7px 7px
}
.mt-green-button P:hover {
 BORDER-BOTTOM: #b4ca8c 1px solid; BORDER-LEFT: #b4ca8c 1px solid; BACKGROUND-COLOR: #adc288; BORDER-TOP: #b4ca8c 1px solid; BORDER-RIGHT: #b4ca8c 1px solid;-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;}
.mt-orange-button {margin-top: 20px; width: 95%;}
.mt-orange-button P {margin: 10px 0;
BORDER-BOTTOM: #F37B1D 1px solid; TEXT-ALIGN: center; BORDER-LEFT: #F37B1D 1px solid; PADDING-BOTTOM: 5px; PADDING-LEFT: 10px; PADDING-RIGHT: 5px; FONT-SIZE: 1.2em; BORDER-TOP: #F37B1D 1px solid; BORDER-RIGHT: #F37B1D 1px solid; PADDING-TOP: 10px; -webkit-border-radius: 7px 7px 7px 7px; border-radius: 7px 7px 7px 7px
}
.mt-orange-button P:hover {
 BORDER-BOTTOM: #b4ca8c 1px solid; BORDER-LEFT: #b4ca8c 1px solid; BACKGROUND-COLOR: #d86b16; BORDER-TOP: #b4ca8c 1px solid; BORDER-RIGHT: #b4ca8c 1px solid;-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;}
/* MY TENNANT ACCORDION */
section.mt-container-spacing {margin: 2em 0 1em 0;}
section.mt-container-spacing:first-child {margin: 0 0 1em 0;}
#accordion, #accordion ul, #accordion li, #accordion a {margin: 0;padding: 0;border: 0;list-style: none;font-weight: normal;text-decoration: none;line-height: 1.3;font-family: 'Open Sans', sans-serif;font-size: 14px;position: relative;}
#accordion a {line-height: 1.3;}
#accordion {width: 100%;padding: 3px;}
#accordion > ul > li {margin: 0 0 2px 0;line-height: 10px;}
#accordion > ul > li:last-child {margin: 0;}
#accordion > ul > li > a {font-size: 15px;display: block;color: #458A8B!important;text-shadow: 0 1px 1px rgba(0,0,0,.2);border: 1px solid #458A8B;}
#accordion > ul > li > a > span {display: block;padding: 6px 10px;font-weight: bold;}
#accordion > ul > li > a:hover {text-decoration: none;}
#accordion > ul > li.active {border-bottom: none;}
#accordion > ul > li.active > a {border: 1px solid #458A8B;color: #458A8B !important;text-shadow: 0 1px 1px rgba(0,0,0,.2);}
#accordion > ul > li.active > a span {}
#accordion > ul > li.has-sub2 > a span {background: url(http://assets.tennantco.com/GlobalAssets/WebAssets/Tennant%20Resources/images/my-tennant-internal/icon_minus.png) 100% center no-repeat;}
#accordion > ul > li.has-sub2.active > a span {background: url(http://assets.tennantco.com/GlobalAssets/WebAssets/Tennant%20Resources/images/my-tennant-internal//icon_plus.png) 100% center no-repeat;}
/* SUB MENU */
#accordion ul ul {padding: 5px 12px;display: none;background-color: #C7DACF;border: 1px solid #458A8B;}
#accordion ul ul li {color: #404141;padding: 3px 0;}
#accordion ul ul a {display: block;font-size: 13px;font-weight: bold;}
#accordion ul ul a:hover {color: #404141;}
ul.bullets li {margin-left: 10px !important; list-style-type: circle !important;}

/* MY TENNANT TABLES */
.mt-lists {width:100%;margin-top:20px;}
.mt-lists li {margin:5px 10px 0; list-style-type: none;}
p .mt-title-box {width: 95%;padding: 10px; background-color: ;font-size: 2.5em; text-transform: uppercase;  }
.CSSTableGenerator {margin:20px 0;padding:0px;border-left: 1px solid #458A8B;width:100%; box-shadow: 3px 3px 5px rgba(51,51,51,.1);
-moz-border-radius-bottomleft:0px;-webkit-border-bottom-left-radius:0px;border-bottom-left-radius:0px;

-moz-border-radius-bottomright:0px;
-webkit-border-bottom-right-radius:0px;
border-bottom-right-radius:0px;

-moz-border-radius-topright:0px;
-webkit-border-top-right-radius:0px;
border-top-right-radius:0px;

-moz-border-radius-topleft:0px;
-webkit-border-top-left-radius:0px;
border-top-left-radius:0px;
}
.CSSTableGenerator table{width:100%;height:100%;margin:0px;padding:0px;}
.CSSTableGenerator tr:last-child td:last-child{
-moz-border-radius-bottomright:0px;
-webkit-border-bottom-right-radius:0px;
border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
-moz-border-radius-topleft:0px;
-webkit-border-top-left-radius:0px;
border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
-moz-border-radius-topright:0px;
-webkit-border-top-right-radius:0px;
border-top-right-radius:0px;
}
.CSSTableGenerator tr:last-child td:first-child{
-moz-border-radius-bottomleft:0px;
-webkit-border-bottom-left-radius:0px;
border-bottom-left-radius:0px;
}
.CSSTableGenerator th {color:#fff;background-color:#458A8B; text-transform: uppercase;}
.CSSTableGenerator tr:nth-child(odd){ background-color:#c7dacf; }
.CSSTableGenerator tr:nth-child(even){ background-color:#e2e9e4; }
.CSSTableGenerator td{vertical-align:middle;border-width:0;text-align:center;padding:7px;font-size:12px;font-family:arial;font-weight:normal;color:#333;}
.CSSTableGenerator th, .CSSTableGenerator td { border-right:1px solid #458A8B;border-bottom:1px solid #458A8B; }
.CSSTableGenerator td img {border: 1px solid #458A8B; }

.CSSTableGenerator tr:last-child td{border-right:1px solid #458A8B;}
.CSSTableGenerator tr td:last-child{border-bottom:1px solid #458A8B;} */
.CSSTableGenerator tr:last-child td:last-child{
border-width:0px 0px 0px 0px;}
.CSSTableGenerator tr:first-child td:last-child{
border-width:0px 0px 1px 1px;
}*/
/*MY TENNANT MAIN CONTENT AREA IMAGE*/
.img-align-right {float: right;margin:10px 0 10px 10px;}
.img-align-left {float: left;margin:10px 10px 10px 0;}

/* SIDEBAR LINKS & ICONS */
.mt-internal-sales-sb tr {font-size: 12px;}
.mt-internal-sales-sb tr img {margin-right: 2px;}
.mt-internal-sales-sb tr {margin: 10px;}

/* EMEA ENGLISH TENNANT LOCATOR HOMEPAGE FEATURE */
.emea-tco-locator {margin-top:2.8em;}
.emea-tco-locator-text p {color: rgba(255,255,255,0);}
#emea-en-tco-locator-bg {background-image: url("http://assets.tennantco.com/GlobalAssets/WebAssets/Tennant%20Resources/images/Homepage/emea-en-tennantLocator-960x470.png");}
#emea-en-tco-locator-bg p.tc-big-orange-button {margin-top: 8em;}
/* EMEA DE TENNANT LOCATOR HOMEPAGE FEATURE */
#emea-de-tco-locator-bg {background-image: url("http://assets.tennantco.com/GlobalAssets/WebAssets/Tennant%20Resources/images/Homepage/emea-de-tennantLocator-960x470.png");}
#emea-de-tco-locator-bg p.tc-big-orange-button {margin-top: 8em;}
/* EMEA NL TENNANT LOCATOR HOMEPAGE FEATURE */
#emea-nl-tco-locator-bg {background-image: url("http://assets.tennantco.com/GlobalAssets/WebAssets/Tennant%20Resources/images/Homepage/emea-nl-tennantLocator-960x470.png");}
#emea-nl-tco-locator-bg p.tc-big-orange-button {margin-top: 8em;}
/* EMEA FR TENNANT LOCATOR HOMEPAGE FEATURE */
#emea-fr-tco-locator-bg {background-image: url("http://assets.tennantco.com/GlobalAssets/WebAssets/Tennant%20Resources/images/Homepage/emea-fr-tennantLocator-960x470.png");}
#emea-fr-tco-locator-bg p.tc-big-orange-button {margin-top: 8em;}
/* EMEA IT TENNANT LOCATOR HOMEPAGE FEATURE */
#emea-it-tco-locator-bg {background-image: url("http://assets.tennantco.com/GlobalAssets/WebAssets/Tennant%20Resources/images/Homepage/emea-it-tennantLocator-960x470.png");}
#emea-it-tco-locator-bg p.tc-big-orange-button {margin-top: 8em;}
/* EMEA PT TENNANT LOCATOR HOMEPAGE FEATURE */
#emea-pt-tco-locator-bg {background-image: url("http://assets.tennantco.com/GlobalAssets/WebAssets/Tennant%20Resources/images/Homepage/emea-pt-tennantLocator-960x470.png");}
#emea-pt-tco-locator-bg p.tc-big-orange-button {margin-top: 8em;}
/* EMEA ES TENNANT LOCATOR HOMEPAGE FEATURE */
#emea-es-tco-locator-bg {background-image: url("http://assets.tennantco.com/GlobalAssets/WebAssets/Tennant%20Resources/images/Homepage/emea-es-tennantLocator-960x470.png");}
#emea-es-tco-locator-bg p.tc-big-orange-button {margin-top: 8em;}
/* EMEA RU TENNANT LOCATOR HOMEPAGE FEATURE */
#emea-ru-tco-locator-bg {background-image: url("http://assets.tennantco.com/GlobalAssets/WebAssets/Tennant%20Resources/images/Homepage/emea-ru-tennantLocator-960x470.png");}
#emea-ru-tco-locator-bg p.tc-big-orange-button {margin-top: 8em;}

/* EMEA PRODUCT DETAILS */
.tco-locator-productDetail {width: 100%;}
.signup-blue {margin-top:25px;background-color: #41a1d1;background-image: none;border: 0 solid rgba(0, 0, 0, 0);border-radius: 5px;color: #FFFFFF !important;cursor: pointer;font-family: "PT Sans Bold",sans-serif !important;padding: 2px 4px 1px;text-transform: uppercase;line-height: -5px;}
.signup-blue:hover {background-color: #64beeb;}