@charset "UTF-8";
/* CSS Document */

/*product menu styles*/
.menuProducts, .head-stick, .menuWide, .featuresMenu{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

.menuProducts li{
	float:left;
	display:block;
	}

.menuProducts li ul {
	width:auto !important;
	top:auto !important;
	left:auto !important;
	background-color:#fff !important;
	display:block;
	opacity:1 !important;
	visibility:visible !important;
	position:relative !important;
	margin-bottom:20px;
	}

.menuProducts li ul li{
	width:100%;
	display:block !important;
	padding:0px !important;
	float:none;
	}

.menuProducts li h2{
	color:#00A2D7;
	}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
.col-sm-3 {
    width: 25%;
  }


.head-stick{
	z-index:2000000 !important;
	background-color:#fff;
}

/*Case study*/
.case-studies li{
	display:inline-block !important;
	width:50% !important;
	float:left !important;
	margin-bottom:20px;
	}

.case-studies_text{
	float:left;
	width:70%;
	box-sizing: border-box;
	padding:0px 10px;
}

.case-studies img{
	float:left;
	width:30%;	
	}

/* TONI UPDATES 7/17 */

.contact_german p{
	clear:both;
}

.contact_german span, .contact_german p{
	float:left;
}

.contact_german input{
	margin-top:5px;
	margin-bottom:10px !important;
	clear:both;
	float:left;
}

.contact_german #btnSubmit{
	margin-top:
	}

#ContentPlaceHolderDefault_cp_body_ContactGerman_6_divReason{
	width:100% !important;}

/* radio */
.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: transparent;
	border: 2px solid #ccc;
	border-radius: 9px;
	margin: 0 5px 0 0;
	height: 18px;
	width: 18px;
}
.jcf-radio span{
	display:none;
	position:absolute;
	top:3px;
	left:3px;
	right:3px;
	bottom:3px;
	background:#0099D7;
	border-radius:100%;
}
.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}
.jcf-radio.jcf-checked span {display:block;}

#radioBtns{
	margin-bottom:15px;
	float:left;
	vertical-align:middle;
	margin-top:5px;
	margin-left:10px;
}

#radioBtns li{
	margin-right:20px;
	display:inline-block;
}

.radioP{
	margin-right:2s0px;
	float:left;
	}

/* NADA 100 Box */

.ebmedNada table, .ebmedNada iframe{
	margin:0 auto;
	display:block;
	border-color:#fff !important;}

/* ============================================================
  SECTIONS
============================================================ */



.mfp-iframe h1{
	font-size:1.5rem !important;
	color:#0099d8 !important;
	font-weight:normal !important;
	}

.mfp-iframe h2{
	font-size:1.3rem !important;
	font-weight:normal !important;
}


.careersBtn a{
	background-color:#0099D8 !important;
	color:#fff !important;
	border:0px !important;
	font-size:1em !important;
	text-transform:uppercase !important;
	padding:9px 20px 9px 20px !important;
	border-radius:2px !important;
	margin-top:10px !important;
}
	 
.careersBtn{
	margin-top:20px !important;
	}

#Careers h2{
	text-transform:uppercase;
	}

#Careers a:not(.markBut){
	color:#0099d8;
	}


.mfp-iframe-scaler iframe{
	background:#fff !important;
	}

.mfp-iframe-holder{
	margin-top:40px !important;
}

.ls-video-layer {left: 0px !important;}

video {height: auto !important;top: -180px !important; position: relative;}

section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  /*height: 600px;
  height:400px;*/
   height:300px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
 /* background-image:url(../images/1.jpg);*/
}
section.module.parallax-2 {
  background-image: url("../img/demo/_small/2.jpg");
}
section.module.parallax-3 {
  background-image: url("../img/demo/_small/3.jpg");
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}
/* ============================================================
  TONI'S STYLES
============================================================ */

.zzxyz{
	float:left;
	margin-right:20px;
	}

*:focus{
	outline:none !important;
}

body, html{
	margin:0px;
	font-size:14px;
	font-family:Arial, Helvetica Neue, Helvetica, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;}

p{
	font-size:1rem;
	margin:5px 0px !important;
	}
h1{
	font-size:1.5em;
	}
	
h3, h2{font-size:1.3em;}	

.rightColumn #tabs .section li a:hover, #resources .rightColumn a:hover{
	color:#0099D8 !important;
	}
	
.wrapper{
	background-color:#fff;
	}	

.caged{
	transition-duration: .5s;
	  transition: width .5s;
	  -moz-transition: width .5s;
	  -webkit-transition: width .5s;
	  -o-transition: width .5s;

	width:95% !important;
	max-width:1200px !important;
	margin:0 auto !important;
	display:block !important;
}

.caged2{
	margin:0 auto;
	display:block;
	max-width:1200px;}

.relative{
	position:relative;
	}

.padding{
	padding:20px 20px;
	}
	
.header{display:none;}	

.headnav{
	z-index:11;
	margin:0 auto;
	width:1200px;
	background-color:#fff;
	position:relative;
	padding:15px 0px;
	}

.languageToggle{
	position:absolute;
	right:0px;
	}

.languageToggle p{
	margin-right:10px;
	margin:0px !important;
	float:right;
	display:inline;
	}
	
.languageToggle ul{
	margin-left:10px;
	position:relative !important;
	float:right;
	margin-top:0px !important;
		}

.languageToggle ul li a{
	text-decoration:none;
	color:#0099d8;
	}

.languageToggle ul li:nth-child(1){
	padding:0px;
		}

.languageToggle ul li:nth-child(1)::after{
	margin-left:15px;
	content:"|";
	color:#000;
	}
	
input:focus, select:focus {
    outline:none !important;
}	

button, .subscribe, #moreInfoLink, #btnSubmit, #careersBtn a, .markBut, .landing__contact--form input[type="submit"]{
	background-color:#0099D8;
	color:#fff !important;
	border:0px;
	font-size:1em;
	text-transform:uppercase;
	padding:9px 20px 9px 20px;
	border-radius:2px;
	margin-top:10px;
	text-decoration:none !important;
	}

.landing__contact--form input[type="submit"]{
	margin-top:20px;
			}

.markBut{
	cursor:pointer;
	margin-bottom:10px;
	float:left;
	color:#fff !important;
	}

.magPopIf{
	clear:both;
	}

#blogBtn{
	
	font-size:1em;
	text-transform:uppercase;
	border-radius:2px;
	}

#blogBtn a{
	font-weight:bold;
	color:#003e57;
}
	
.navBar{
	z-index:200000 !important;
	display:block;}
	
.navBar ul li:nth-child(1) a{
	padding-left:0px !important;
	}	
	
.navBar ul li ul li:nth-child(1) a	{
	padding-left:13px !important;
	}			
	
#sLogoGone{
	opacity:0;
	left:40px;
	visibility:hidden;
	position:absolute;
	width:40px;
	/*visibility:hidden;*/}	

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

.sticky2 {
    position: fixed;
    width: 100%;
    left: 0;
    top: 43px;
    z-index: 100;
    border-top: 0px !important;
}


.headnav ul li img{width:20px;}	

.headnav ul li{
	vertical-align:middle;
	z-index:1000000000000;
	position:relative;
	padding:0px 10px;
	display:inline-block;
	}
	

.headnav ul li ul{
	position:absolute;
	margin-top:0px;
	top:0px;
	left:-166px;
	
	}
	#searchBox{
		transition:visibility 2s, opacity 2s;
	visibility:none;
	opacity:0;
	}
#searchBox:hover{
	visibility:visible;
	opacity:1;
	}	

#searchBox:focus{
	display:block !important;
	visibility:visible !important;
	opacity:1 !important
	}

.headnav ul{
	position:absolute;
	right:0px;
	padding:0px;
	margin-top:34px;
	}
	
#searchBar input{
	margin-top:-7px;
	font-size:1em;
	border:0px;
	height:34px;
	padding-left:10px;
	padding-bottom:5px;
	border:1px solid #cccccc;
	background-color:transparent;
	width:200px;
	}	


	
/* NAVIGATION BAR*/
.arrowShift .arrow{
	-ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
	-webkit-transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
	margin-left:10px;
	width:14px;}
	
	
.activeNav{
	font-weight:700 !important;
		}	
	
.arrowShift:hover .arrow{
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
	margin-left:10px;
	width:14px;}	

.menuTall, .menuWide{ 
	left:0px;
	margin:0px;
	padding:0px !important;
	width:100% !important;
	overflow-y:hidden !important;
	}
		
.menuTall{
	height:225px !important;
	}		
	
.menuWide{
	height:230px !important;
	}	
	
.scroller{
	position:relative;
	background-color:#fff;
	width:90%;
	overflow-x:scroll !important;
	/*overflow-x:hidden;*/
	margin:0 auto;
}		
		
.menuTall .scrollContent{
	height:260px;
	margin-top:10px;
	/*overflow-x:scroll !important;*/
	}
	
.menuTall .arrow-left, .menuTall .arrow-right,
.menuWide .arrow-left, .menuWide .arrow-right{
	position:absolute;
	}
	
.menuTall .arrow-left, .menuWide .arrow-left{
	left:25px;
	top:40%;
	}	
	
.menuTall .arrow-right, .menuWide .arrow-right{
	right:25px;
	top:40%;
	}	
	
.menuTall .arrow-right img, .menuWide .arrow-right img, 
.menuTall .arrow-left img, .menuWide .arrow-left img{
	width:20px;
	}	
	

	
.menuWide .scrollContent{
	padding-left:15px;
	margin-top:10px;
	margin-bottom:20px;
	/*overflow-x:scroll !important;*/
	}	
	
	
.menuTall .scrollContent li, .menuWide .scrollContent li{
	width:auto !important;
	display:inline-block !important;
	}	
	
.menuTall .scrollContent li p, .menuWide .scrollContent li p{
	font-weight:200;
	text-align:center;
	width:135px;
	line-height:1.3;}	

.menuTall .scrollContent li img{
	width:135px !important;
	}
		
.featuresMenu .scrollContent li img{
	height:135px;
	}		

.menuWide .scrollContent li img{
	vertical-align:top;
	width:206px;} 

.menuWide .scrollContent li p{
	width:204px;
	margin:0 auto !important;
	margin-top:5px !important;
		}

.navBar li a{text-decoration:none;}

#nav li ul, .menuProducts
{
	list-style:none;
	position: absolute; 
	z-index:200;
	margin-top:10px;
	transition:visibility 1s, opacity 1s; 
	visibility:hidden;
	opacity:0;}

#nav li:hover ul{ 
	/*display: block; */
	height: auto;
	/*top: 40px;*/
	padding:0;
	background-color:#fff;
	color:#000;
	overflow: visible;
	z-index: 10000000000;
	visibility:visible;
	opacity:1;
}

#nav li > ul {
  width:225px;
  padding:5px 0px;
  background-color:#fff; /* cam add */
  
}

#nav li ul{padding:0px 0px;}

#nav li ul li {
vertical-align:top;
line-height:1;
width: 100%;
padding:2px 0px;
color:#000;
}

#nav li ul li a{
	vertical-align:top;
	opacity:1;}

#nav li ul li:hover p{
	color:#0099D8;
}

/* third level */
#nav li ul li ul li {
line-height: 1;
opacity:1 !important;
width: 100%;

padding-bottom: 5px; 
display:none;
position: relative;

}


#nav li ul li:hover ul li  {

display: block;
opacity:1 !important;
line-height: 1;

width: 100%;

padding-bottom: 0px;
/*left: 182px;
top: -39px; */

}


#nav li ul li:hover ul li ul {

display: none;
}

#nav li ul li ul{
  width:245px;
   top:0px !important;
   left:225px;
  /*background-color:#00A2D7 !important;*/
  line-height:1px !important;}

#nav li ul li ul li a {
  /*margin-left:42px;*/
  
  opacity:.6 !important;
/*background-color: #0098d7;*/
}

#nav li ul li ul li a:hover{
  opacity:1;
}

#nav li ul li ul
{
  background-color: transparent;
}

/* end third level */

#nav li a {
  padding:2px 13px 0px 13px;
  color: #fff !important;
  display:block;
}
#nav li a:hover {
text-decoration:none;
color: #FFF !important;
/*background-color:rgba(255,255,255,.1);*/
}

#nav li ul li a:hover {
background-color:transparent;
color:#000 !important;
opacity:1 !important;
}

#nav li ul li a{
padding-bottom:5px !important;
/*width:100%;*/
color: #000 !important;
}
	
	
#logo{
	float:left;
	width:430px;}
	

	
.navBar{
	background-color:#003e57;
	}
	
.navBar ul li{
	vertical-align:middle;
	padding:10px 25px 10px 0px;
	list-style-type:none;
	display:inline-block;
	}	
	
.navBar ul li a{color:#fff;}		

/*SLIDESHOW*/
#slide1 h1, #slide2 h1{
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:normal;
	font-size:45px;
	color:#fff;
	text-transform: uppercase;
	/*width:564px;*/
	width:100% !important;
	text-align:center
	}

.ls-l {
	left:0px !important;
	top:30% !important;
	width:100% !important;
	text-align:center !important;
	}

	
.gradient{
	display:none;
	width:100%;
	height:150px;
	position:absolute;
	bottom:0px;
	z-index:1000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+98&amp;0+0,1+99 */

background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.99) 98%, rgba(255,255,255,1) 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(98%,rgba(255,255,255,0.99)), color-stop(99%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 98%,rgba(255,255,255,1) 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 98%,rgba(255,255,255,1) 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 98%,rgba(255,255,255,1) 99%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 98%,rgba(255,255,255,1) 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


	}
	
.productFinder{
	min-height:216px;
	}

.productFinderPage{margin-top:15px;}		

.productFinder,#contact{
	margin-top:40px;
	}
	
.productFinder, .productFinderPage, .productFinderIndustry{
	float:left;
	width:66%;
	background-color:#003e57;
	margin-right:3%;
	}	
	
.productFinderPage{
	width:100%;
	margin-bottom:30px;}	
	
.productFinder h1, .productFinderIndustry h1, #contact h1, .productFinderPage h1{
	
	font-size:1.5rem;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:10px;
	}	

#cases h1{
	font-size:1.5rem;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:10px;
	}		

.productFinder .dd{
	width:30% !important;
	margin-right:2% !important;
	float:left;
	margin-top:10px;
	}
	
.productFinderIndustry .dd {
	width:48% !important;
	margin-right:2% !important;
	float:left;
	margin-top:10px;
	}	
	
.productFinder p, .productFinderIndustry p{color:#fff;}
	
.productFinderPage .dd{
	width:31% !important;
	margin-right:2% !important;
	float:left;
	}	

#marketsDD2_sl, #marketsDD4_sl {
	height:38px;
	}
	
#marketsDD2_sl #caption, #marketsDD4_sl #caption{
	font-size:1rem;
	line-height:37px;
	height:37px;
	margin-left:5px;
	top:0px !important;
	border-right:1px solid #ccc;
	}

#marketsDD2_dv, #marketsDD4_dv{
	line-height:2.5;
	padding:0px !important;
	top:37px !important;
	}

#marketsDD2_dv input, #marketsDD4_dv input{
	margin-right:10px;
}

div.dd_chk_drop div#checks{
	font-size:1rem;
	padding:0px;
}

div.dd_chk_select{
	background-image:url(/images/arrows_down.png) !important;
	background-size:16px;
	}
 
.productFinderPage h1{color:#fff !important;}	
	
.productFinder button, .productFinderPage button, .productFinderIndustry button {
	margin-top:20px;
	float:left;
	}	
	
.productFinderPage button {
	float:left;
	margin-top:20px;

	}	
	
.productFinder button img, .productFinderPage button img, .productFinderIndustry button img{
	margin-left:5px;
	width:10px;}	

.plTexT h1{
	margin-top:20px;
	font-size:1.5rem !important;
	}

.plTexT h2{
	font-size:1.3rem !important;
	margin-top:0px !important;
	font-weight:normal;
	text-transform:uppercase;
		}
	
#contact, #cases{
	float:left;
	width:31%;
	background-color:#003e57;
	color:#fff;
	}	
	
#contact input,#contactPod input, #cases input, #contactCA input{
	border:0px;
	margin-top:10px;
	padding:7px 20px 7px 5px;
	font-size:1em;
	width:100%;
	}

#contactCA textarea{
	width:100%;
	margin-top:10px;
	border:1px solid #ccc;
	height:51px;
	resize:none;	
	padding:5px;
	font-size:1rem !important;
	
}

#contactCA textarea::-webkit-input-placeholder{	
	font-size:1rem !important;
}

 #contactPod button{
	right:0px;
	bottom:0px;
	padding:7px;
	border:0px;
	position:absolute;
	background-color:#0099D8;
	border-radius:0px;
	}

#contact button{
	right:0px;
	bottom:0px;
	padding:9px;
	border:0px;
	position:absolute;
	background-color:#0099D8;
	border-radius:0px;
	}
	
#contact button img, #cases button img{
	width:10px;
	}

#pods ul li:nth-child(3) img{
	width:98%;
	margin:0 auto;
	display:block;
	}
	
	
#about, #industryDescription{
	clear:both;
	margin:20px 0px !important;}	
	
#about img{
	width:31%;
	margin-right:3%;
	float:left;
	margin-top:-20px;}	
	
#about h1, #industryDescription h1{
	font-weight:normal;
	text-transform:uppercase;
	color:#0099d8;
	font-size:1.5rem;
	}

	
#about h1:not(:first-child), #industryDescription h1:not(:first-child){
	margin-top:10px;
	}
	
#about h2, #industryDescription h2{
	margin-top:5px;
	font-weight:normal;
	font-size:1.3em;
	text-transform:uppercase;
	}	
	
#about p, #industryDescription p{margin:0px !important;}	
	
#aboutRight{
	float:left;
	width:66%;}	

.aboutLeftText{
	float:left;
	width:70%;
	padding-right:20px;
	margin-right:20px;
	border-right:1px solid #ccc;
	}

#resources .rightColumn h2, .newsResults h2{
	text-transform:uppercase;
	}
	
#resources .ui-state-default{
	display:none !important;
}

#faqAccord .ui-state-default{
	display:block !important;
}


#faqAccord .ui-state-active{
	background-color: transparent !important;
	margin-bottom:5px;
	font-weight:bold !important;
	color:#000 !important;
	text-transform: initial !important;
}

#faqAccord .ui-accordion-content-active{
	font-size:1rem;
	margin-bottom:10px;
}

#faqAccord .ui-accordion-content-active{
 border-bottom:0px !important;
}

#faqAccord h3:hover{
	cursor:pointer;
	}

.rightColumn .relative2{
	width:100%;
}
	
#pods{
	background-color:#E6E6E6;}	
	
#pods h1{
	text-transform:uppercase;
	color:#0099D8;
	font-weight:normal;
	font-size:1.2em;
	line-height:1.3;
	}		
	
#pods ul li{
	float:left;
	padding:30px 0px;
	display:inline-block;
	width:33%;
	}	
	
#pods input{
	border:1px solid #ccc;
	}

#pods ul li:nth-child(3) .padding{
	padding:5px 5px;
	}
	
#podRight{
	width:35%;
	float:left;
	}
	
#podRight img{
	margin-left:10px;
	margin:0 auto;
	display:block;
	width:90%;}	
	


.podcage{
	background-color:#fff;
	max-height:300px;
	font-weight:normal;
	width:90%;
	border:1px solid #ccc;
	margin:0 auto;
	display:block;
	}	
	
.podcage #dropdowns .dd{
	margin-bottom:10px;
	}

#contactPod button img, .contactTab button img{
	width:10px;
	}

.contactTab{
	margin-bottom:6px;
}
	
#contactPod button{
	padding:10px !important;
	}	
	
#contactPod input[text]{
	margin-top:0px;
	}	
	
#contactPod a{color:#000;}

#contactPod .alert{
	margin-bottom:26px !important;
	}
	
#dropdowns{
	width:65% !important;
	float:left;}	
	
#dropdowns .dd{
	margin:8px 0px 0px 0px;
	width:100% !important;
	}	
#dropdowns .dd .ddTitle .ddTitleText{
	padding:3px 20px 3px 5px;
	}

#dropdowns ul li{
	padding:5px;
	width:100% !important}
	
#dropdowns button{
	margin-top:8px;
	}

footer{
	font-size:1em;
	padding:30px 0px;
	background-color:#003e57;
	}	
	
footer #leftside{
	width:50%;
	color:#fff;
	float:left;}	

#leftside #leftLeft{float:left;}

#leftside #leftRight{
	border-left:1px solid #fff;
	padding-left:15px;
	margin-left:15px;
	float:left;}
	
#leftside #leftRight a{opacity:1;}	
	
#leftside #leftRight p{
	float:left;
	margin-top:0px !important;}	

#leftside #leftRight ul {float:left;}
	
#leftside #leftRight ul li{
	margin-right:10px;
	display:inline-block;
	}	
	

#leftside #leftRight ul li img{
	height:40px;
	vertical-align:middle;
	}	
	
footer #logo{
	width:120px;}

footer #rightSide {
	float:right;
	}
	
footer #rightSide ul li{
	color:#fff;
	display:inline-block;
	margin-right:20px;
	}	
	
footer a {
	opacity:.6;
	text-decoration:none;
	color:#fff;}	
	
footer a:hover{
	color:#fff !important;
	opacity:1;	}
	
/*PRODUCT FINDER*/

.contained{
	position:relative;
	margin-top:40px !important;
	margin-bottom:40px !important;}
	
.contained h1{
	font-size:2rem;
	color:#0099D8;
	text-transform:uppercase;
	font-weight:normal;
	}
	
.productFinderPage{
	background-color:#003e57;
	}	

#pfResults .section{
	padding:20px 10px;
	border:1px solid #ccc;
	}

#pfResults img{
	width:170px;
	margin:0 auto;
}

#pfResults .leftSide{
	width:100%;
}

#pfResults h2{
	text-align:center; 
	font-weight:normal;
	text-transform:uppercase;
	color:#0099d8;
	font-size:1.5rem;
		}

#pfResults p{
	margin:0px!important;
}

#pfResults .leftside span{
	margin:5px 0px;
	display:block;
}

#pfResults .leftside span div div:before{
 	content:'\2022';
	margin-right:5px;
	position:relative;
	display:inline-block;
}

#moreInfoLink{
	width:140px;
	text-align:center;

	margin-top:5px !important;
	display:block;
	margin:0 auto;
}

/*PRODUCT PAGE*/

.pltext #prodMainImage{
	max-width:230px;
	width:30%;
	float:left;
	margin-right:20px;
	}

.leftColumn{
	width:30%;
	float:left;
	margin-top:-225px;}
	
	
.leftColumn .relative{
	width:50%;
	}	
	
.rightColumn{
	width:66%;
	float:left;
	margin-left:4%;
	}

.leftColumn .slider-nav img{margin-right:10px !important;}

.complementary .leftColumn{
	margin-top:0px;
		}


.fade img{
	/*max-width:338px;*/
	max-width:275px;
	width:100%;
	margin:0 auto;}

.topContent {
	border-bottom:1px solid #000;
	width:100%;
	margin-bottom:20px;
	}
	
.topContent h3{
	text-transform:uppercase;
	font-weight:normal;
	display:inline-block;
	margin-bottom:10px;
	}	
	
.topContent p{
	margin:0px !important;
	float:right;
	display:inline-block;
	}	
	
.topContent  img{
	margin-right:4px;
	width:12px;
	}
	
.colorSelections{
	position:relative;
	z-index:90000;
	margin-top:-75px;
	}	
	
#colorSelect li{
	vertical-align:top;
	display:inline-block;
	width:19%;
	cursor:hand;
	cursor:pointer;
	}	
	
#colorSelect li img{
	width:100%;
	margin:0 auto;
	display:block;}	
	
#colorSelect p{
	line-height:1;
	margin:2px 0px 8px 0px !important;
	font-size:.8em;
	text-align:center;
	}


.prod_link-set-1{
	text-align:center;
	}

.prod_link-set-1 a{
	text-align:center;
	display:inline-block;
	padding:0px 5px;
}
	
.prod_link-set-1 a:first-child:after{
	content:"|";
	color:#ccc;
	margin-left:10px;
	}

.prod_link-set-2{
	margin-top:60px;
}
		
.prod_link-set-2 ul{
	padding-left:0px;
}	
				
.prod_link-set-2 ul li{
	line-height:1.5;
	list-style-type:none;
		}	
				
.prod_link-set-2 ul li a{
	/*color:#000 !important;*/	
}				
						
.rightColumn #tabs ul{
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	margin-top:10px;
	}	
	
.rightColumn #tabs ul li{
	display:inline-block;
	padding:8px 20px;
	/*border-top:1px solid #ccc;*/
	border-left:1px solid #ccc;
	float:left;
}

.rightColumn #tabs ul li:last-of-type{
	border-right:1px solid #ccc;
	}

.rightColumn #tabs ul li h3{
	font-weight:normal;
	text-transform:uppercase;
	}	

#productTabs li{
	border-top:1px solid #ccc;
}
	
#productTabs li a{
	/*padding-left:20px;*/
	color:#000;
	}	
	
#productTabs li:nth-child(1) a{
	padding-left:0px !important;
	} 	
	
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	font-weight:normal !important;
	background-color:#0099D8;
	opacity:1 !important;
	}

.ui-state-active a, .ui-widget-content .ui-state-active a, .ui-widget-header .ui-state-active a{
	color:#fff !important;
	}

#tabs2 .ui-state-active a{color:#0099D8;}

#tabs2 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	font-weight:bold !important;
	text-transform:inherit !important;
	color:#fff /*!important*/;
	opacity:1;
	}
	
.ui-state-default{
	opacity:1 !important;
	}	

.rightColumn #tabs .dd{	
	width:40% !important;
	}
	
.rightColumn #tabs .dd .ddChild{
	height:200px !important;}	
	
.rightColumn #tabs .dd .ddChild ul li{
	width:100%;
	}
	
.rightColumn #tabs h3{
	font-weight:normal !important;
	text-transform:uppercase;
	}	
	
.rightColumn #tabs .row{
	clear:both;
	margin-top:20px !important;
	}
.rightColumn #tabs .section{
	width:100%;
	padding-right:2%;
	float:left;
	line-height:1.5;
	margin-bottom:20px;
	}	
	
.rightColumn #tabs .section ul{
	border:0px;
	}	
	
.rightColumn #tabs .section ul li{
	list-style-type:circle !important;
	width:100%;
	float:left;
	display:block;
	padding:0px!important;
	border-left:0px !important;
	}
	

.rightColumn #tabs .section ul li:last-child{
	border-right:0px !important;
		}


.rightColumn #tabs .section li a{color:#000 !important;}	
	
.rightSide ul{
	padding:0px !important;
	}	
	
.rightSide ul li a{
	color:#000 !important;
	text-decoration:underline;
	}	
	
.rightSide ul li{
	list-style-type:none;
	}	
	
.rightSide ul li img{
	width:23px !important;
	}	
	
/*.rightSide ul li a:before{
	content:url(../images/download.svg);
	margin-right:5px;
	}	
	
.rightColumn #tabs .section ul li a::before{
	content:url(../images/download.png);
	margin-right:5px;
	}*/
	
#tabs table{
	font-size:1rem;
	text-align:center;
	width:100%;
	}	
	
#tabs table tr:nth-child(1){
	color:#fff;
	background-color:#0099db;
	font-weight:normal !important;
	
	}	
	
#tabs table th{
	font-weight:normal;
	text-align:center !important;}	
	
#tabs table tr td:nth-child(1){
	width:30%;
	color:#fff;
	background-color:#4AB7E4;
	text-align:left;
	vertical-align:middle;
	}		
		
#tabs table tr td p{
	display:inline-block;
	margin-right:5px;
	}
	
#tabs table tr:not(:first-child){
	border-bottom:1px solid #e6e6e6;
	}
	
#tabs table tr td{
	border-right:1px solid #e6e6e6;
	height:35px;
	}

/*#tabs #accordion h3{
	display:none;
}*/

.ui-state-default{
	display:none;
	}

#tabs #accordion #tabs-2 h3{
	display:block;
	font-weight:normal !important;
	border-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

	
.checked{
	margin:0 auto;
	}	
	
.checked img{
	margin:0 auto;
	display:block;
	width:10px;
	height:10px !important;
	}

.checkedPlus img{
	margin:0 auto;
	display:block;
	width:10px;
	height:10px !important;
	}

.na{
	text-align:center;
	content:"N/A";
	color:#b4b4b4;
	height:16px !important;
	}

.responsive a, .pinned a{
	text-decoration:none;
	color:#fff;
	}

.featureLink p{
	display:inline-block;
	float:left;
	margin:0px !important; 
		}

/*.responsive a:after{
	margin-left:8px;
	margin-top:2px;
	content:url(/media/1743/table_arrow.svg);
	display:block;
	width:5px;
	height: 10px;
	float:left;
		}*/

.featureLink img{
	margin-left:8px;
	margin-top:5px;
	display:block;
	width:5px;
	height: 10px;
	float:left;
	}


.responsive a p:hover{
	text-decoration:underline !important;
		}

#legend ul{
	line-height:1;
	border-bottom:0px !important;
	text-align:right;
	border-right:0px !important;
	border-top:0px !important;
}

#legend li{
	border-top:0px !important;
	margin-right:20px;
	padding:0px !important;
	border-left:0px !important;
	float:none !important;
}

#legend li:last-of-type{
	border-right:0px !important; 
}

#legend li p{
	float:left;
}

#good::before{
	margin:9px 5px 0px 0px;
	float:left;
	display:block;
	content:url(/media/1722/dot_outline.png);
	}

#best::before{
	margin:9px 5px 0px 0px;
	float:left;
	display:block;
	content:url(/media/1439/dotcheckedplus.png);
}

.slider-nav .slick-slide {
	width:70px !important;
	margin-right:10px !important;
	}

.slider-nav .slick-slide img{
	width:100%;
	}
	
.slider-nav .slick-slide p{
	text-align:center;
	margin:2px 0px !important;
	}

.topContent a{
	color:#000;
	text-decoration:none;
	}

/* RESOURCES */	
.guidespech3{
	display:none !important;
	}


#productTabs li a{
	font-size:1.3rem;
	text-transform:uppercase;
	text-decoration:none;}	
	
#resources {
	max-width:1260px;
	margin:0 auto;
	}	
	
#resources .leftColumn, #resources .rightColumn, #contact2 .leftColumn, #contact2 .rightColumn {
	margin-top:0px;
	width:50%;
	float:left;
	margin-left:0px;
	}	
	
#resources .leftColumn{
	margin-top:7px;
	}
	
#resources .leftColumn .dd{
	margin-bottom:20px;
	width:50% !important;
	}	

.outsideres h1{
	font-size:1.5rem !important;
	color:#0099D8 !important;
	text-transform: uppercase !important;
	}

.outsideres .contactFormat{
	margin-top:0px;
	}

.outsideres .contactFormat span{
	font-weight:normal;
		}


#ddProdLine_msdd{
	margin-bottom:20px !important;
}

#ContentPlaceHolderDefault_cp_body_ResourceTabProductDataSheets_7_lblOr{
	margin-bottom:10px;
}
	
#marketSelect_msdd{
	margin-top:10px;
	}


.common-uses{
	border-bottom:0px !important;
	padding-left:20px;
	}

.common-uses li{
	list-style-type:disc !important;
	display:list-item !important;
	float:none !important;
	border-left:0px !important;		
	border-top:0px !important;
	padding:0px !important; 
		}

.common-uses li:last-of-type{
	border-right:0px !important;
	}

#resources #or{	
	margin-bottom:10px !important;
}

#resources .rightColumn ul{
	padding:5px 0px 0px 20px;
	}	
	
#resources .rightColumn ul li, .pdfList li{
	line-height:1.5;
	list-style-image:url(../images/document.png);
	}

.pdfList a{
	color:#000 !important;
	}

#resources a{
	text-decoration:underline;
	color:#0099D8;
}

#resources #accordian a{
	text-decoration:underline;
}

#resources h2, .rightColumn h2{
	font-weight:500;
	margin-top:10px;
	font-size:1.3rem;
	text-transform:uppercase;
}

.rightColumn h2{
	font-size:1.3rem !important;
	margin-top:0px !important;
	}

.conted img{
	margin:0px 20px 10px 0px;
	float:left;
		}

#btnSubmit{
	padding:9px 20px 9px 20px !important;
	width:auto !important;
	margin:20 auto 0px auto !important;
	display:block;
}
	
.blueStrip{
	border-style:solid;
	background-color:#0099d8;
	width:100%;
	}	
	
#tabs2nav {
	width:95% !important;
	max-width:1200px !important;
	margin:0 auto !important;
	display:block !important;
	}	
	
#tabs2nav li{
	padding:10px 0px;
	display:inline-block;
	}
	
#tabs2nav li{
	margin-right:20px;
	}
	
#tabs2nav a{
	opacity:.7;
	color:#fff;
	text-decoration:none;
	}	

.ui-state-active a, .ui-widget-content .ui-state-active a, .ui-widget-header .ui-state-active a{
	opacity:1 !important;
		}
	
#resources .leftColumn #tabs .dd .ddChild	{
	height:200px !important;
	}
	
#tabs2 h3{
	font-weight:normal;
	margin-top:10px;
	text-transform:uppercase;
	}	

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	font-weight:normal;
		}

#faqAccord h3{
	font-weight:bold;
	font-size:1rem;
	text-transform:inherit !important;
	}

#faqAccord h3:hover{
	cursor:hand;
}

	
#tabs2 #tabs-6 a, #tabs2 #tabs-3 a{
	color:#000;
	text-decoration:none;
	}
	
#tabs2  #tabs-6 .rightColumn ul{
	padding:0px 20px;
	}	
	
#tabs2  #tabs-6 .rightColumn ul li{
	list-style-image:url(../images/document.png);
	}	
	
#tabs2 .leftColumn .dd .ddChild{
	height:200px !important;
	}	
	
#tabs .rightColumn #tabs a{
	text-decoration:none !important;
	}	
	
#tabs2 table{
	width:100%;
	}

#tabs2 table tr td:nth-child(1){
	width:30%;
	}	
	
#tabs2 table tr td:nth-child(2){
	width:70%;
	}
	
#tabs2 input{
	width:90%;
	font-size:1em !important;
	padding:7px 20px 7px 5px;
	margin:5px 0px;
	}

#tabs2 #tabs-2 button{
	margin-top:20px !important;
	margin:0 auto;
	display:block;
	}
	
	
#tabs2 td .dd{margin-top:5px;}	

.study{
	margin:0 auto;
	display:block;
	width:85%;
	}

.study img{
	float:left;
	width:96px;}

.study h1{
	font-weight:bold !important;
	text-transform:capitalize !important;
	margin-left:15px;
	float:left;
	font-size:1em;}

.study p{
	margin:0px !important;
	width:100%;
	float:left;}

.study .slick-prev:before{
	content:url(../images/arrows_light_left_white_small.png);
	}
	
.study .slick-next:before{
	content:url(../images/arrows_light_right_white_small.png);
	}
	
.studyText{
	float:left;
	width:59%;
	margin:0px 0px 0px 15px !important;
}

.studyText h2{
	text-transform:uppercase;
	font-size:1.2rem;
	}

#cLink{
	border-bottom:1px solid #fff;
	color:#fff;
	}

#noStudy {
	margin-top:30px !important;
}

#noStudy img{
	float:left;
	width:100px;
	}


#noStudy span{
	font-weight:bold;
	display:block;
	
	}

#noStudy h1{
	text-align:center;
	font-size:1.75rem;
	}


.portfolio .slick-dots{
	border-bottom:0px !important;
	bottom:-52px;}
	
.portfolio .slick-dots li button:before{
	font-size:18px;
	}	
	
.portfolio {
	float:left;
	width:60%;
	margin-right:20px;
	}	
	
.portfolio img{
	width:100%;
		}	
	
.portfolio p{
	margin-top:0px !important;
	}	
	
	
/* INDUSTRY*/

.productFinderIndustry, #cases{
	margin-top:20px;
	min-height:211px;
	} 	
	
.productFinderIndustry #aboutRight button{
	bottom:0px;
	}	
	
.industrySlides{
	float:left;
	width:38%;
	margin-right:2%;}
	
.industrySlides .slick-slide img{
	width:100%;
	}
	
.industrySlides .slick-dots{
	bottom:10px;
	}
	
.industrySlides .slick-dots li button:before{
	color:#fff;
	font-size:25px;}		
	
.industrySlides .slick-dots li.slick-active button:before{
	color:#fff;
	}	
	
.industrySlides .slick-next, .portfolio .slick-next{
	right:20px;}
	
.industrySlides .slick-prev, .portfolio .slick-prev{
	left:20px;
	}	
	
.industrySlides .slick-prev:before, .portfolio .slick-prev:before, .mobile-landing__case-logos .slick-prev:before, .mobile-landing__photos .slick-prev:before{
	margin-left:-4px !important;
	line-height:0;
	content:url(../images/arrows_light_left_white_small.png);
	}	
	
.industrySlides .slick-next:before, .portfolio .slick-next:before, .mobile-landing__case-logos .slick-next:before, .mobile-landing__photos .slick-next:before{
	
	line-height:0;
	content:url(../images/arrows_light_right_white_small.png);
	}
	
.industrySlides .slick-prev, .industrySlides .slick-next,
.portfolio .slick-prev, .portfolio .slick-next,
.mobile-landing__case-logos .slick-prev, .mobile-landing__case-logos .slick-next,
.mobile-landing__photos .slick-prev, .mobile-landing__photos .slick-next{
	background-color:#0099d8;
	border-radius:50%;
	width:30px;
	height:30px;
	}	
	
.industrySlides .slick-prev:hover, .industrySlides .slick-prev:focus, .industrySlides .slick-next:hover,
.industrySlides .slick-next:focus,
.portfolio .slick-prev:hover, .portfolio .slick-prev:focus, 
.portfolio .slick-next:hover, .portfolio .slick-next:focus,
.mobile-landing__case-logos .slick-prev:hover, .mobile-landing__case-logos .slick-prev:focus, 
.mobile-landing__case-logos .slick-next:hover, .mobile-landing__case-logos .slick-next:focus,
.mobile-landing__photos .slick-prev:hover, .mobile-landing__photos .slick-prev:focus, 
.mobile-landing__photos .slick-next:hover, .mobile-landing__photos .slick-next:focus
				{
	background-color:#0099d8;
	}	
		
.industrySlidesText{
	margin-top:20px;
	width:100%;
	float:left;
		}

.industrySlidesText h2{
	float:left;
	margin-left:5px;
	margin-top:0px !important;
	vertical-align:middle;
	}

.industrySlidesText img{
	margin-top:6px;
	float:left;
	vertical-align:middle;
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
	}

#industryDescription p{
	clear:both;
}

	
.industrySlidesText a{

	color:#000;	
		}
.industrySlidesText a:hover{		
	color:#0099d8;
		}
		
#industryDescription .caged{
		position:relative;
	} 	

#aboutRight2{
	z-index:1000;
	float:left;
	width:60%;
	position:relative;
	}
	
#aboutRight2 a{
	color:#0099d8;
}

#aboutRight2 ul{
	padding:0px 20px;
}

#aboutRight2 button{
	margin-top:20px
	}	
	
#aboutRight2 button img{
	width:15px;
	margin-left:5px;
	}	

#aboutRight2 .markBut{
	color:#fff !important;
	}

/*Features Page*/

.featureStars{
	border-top:1px solid #ccc;
	padding-top:20px;
	margin-bottom:20px !important;
	}

#featuresIcon{
	float:left;
	width:215px;
	margin: 0px 20px 10px 0px;
	
}

#featuresText{
	margin-top:40px;
	margin-bottom:20px;
}

#featuresText ul{
	padding:0px;
	margin:0px;
}


#featuresText ul li{
	margin-left:20px;
}

#featuresText p{
	margin:5px 0px !important;
}

/*#featuresText ul li::before{
	content:url(/media/1795/bullet-16.svg);
	width:5px !important;
	float:left;
	margin-top:8px;
	margin-right:8px;
}*/

#featuresText ul .stars::after{
	content:"**";
	color:#0099d8;
	margin-left:5px;
}



#featuresText h1{
	font-size:1.5rem;
	text-transform:uppercase;
	color:#0099D8;	
	font-weight:normal;
}

#featuresText h2{
	font-size:1.3rem;
	text-transform:uppercase;
	color:#000;	
	font-weight:normal;
}

#featuresText section{
	margin-bottom:20px;
}

#featuresText a{
	color:#0099d8;
	text-decoration:underline;
}

.featureStars::before{
	content:"**";
	color:#0099d8;
	margin-right:5px;
	}



/* SEARCH RESULTS*/

#searchResults{
	list-style-type:none;
	padding-bottom:10px;
	margin-bottom:20px;
	margin-top:40px;
	border-bottom:1px solid #ccc;
	}

#searchResults li {
	margin-bottom:10px;
}

#searchResults h1{
	text-transform:uppercase;
	margin-bottom:10px;
	font-weight:200;
	}

#searchResults h2{
	text-transform:uppercase;
	color:#0099D8;
	text-decoration:none !important;
	}
	
#searchResults a{
	text-decoration:none;
	color:#0099D8;
}

#searchResults p{
	margin:0px !important;
}

#ContentPlaceHolderDefault_cp_body_SearchResults_4_lView_pg{
	margin-bottom:20px;
	display:block;
	}

.pageSelected{
	color:#0099D8;
	}

/*Recent News*/

.newsResults{
	width:100%;
	float:left;
	}

.newsResults ul li{
	list-style-type:none;
	float:left;
	width:100%;
	margin:10px 0px;
	}

.newsResults h2{
	font-size:1.25em;
	}

.newsResults ul li img{
	float:left;
	min-width:120px;
	max-width:150px;
	margin-right:20px;
	}
	
.newsResults ul li h1{
	margin-bottom:0px;
	font-size:1.3em;
		color:#000;
	text-transform:uppercase;
	}	
	
.newsResults ul li p{
margin:5px 0px !important;
}

.newsResults ul li a{
	color:#0099d8;
		}	

.newsResults ul li a::after{
	margin-left:10px;
	height:5px;
	content:url(/media/1060/arrowtiny.png);
}

.tradeText a, .newsText a{
	color:#000 !important;
}

.subscribe{
	width:120px;
	margin:0 auto;
	color:#fff !important;
	float:none;
	}

.subscribe a p{
	margin:0px !important;
}

.subscribe a{
	color:#fff !important;
	}

#newsletters li{
	list-style-type:none;
	width:25%;
	float:left;
	margin-bottom:20px;
}

#newsletters img{
	width:200px;
	margin:0 auto;
	display:block;
}

#newsletters h1{
	margin-top:10px;
}

#newsletters h2{
	text-align:center;
	font-size:1.2rem;

}


/*#newsletters p{
	margin-top:5px !important;
	}*/

#newsletters h1, #newsletters p{
	text-align:center;
	}

#newsletters p{
	width:90%;
	margin:0 auto !important;
	display:block;
}

#newsletters .subscribe p{
	margin:0px !important;
}

#newsletters .subscribe a{
	text-decoration:none;
}

#newsletters .subscribe{
	margin-top:15px !important;
}

#colorsheets{
	margin-top:20px;
	}

#colorsheets li{
	margin-bottom:20px;
	list-style-type:none;
	float:left;
	width:16%;
}

#colorsheets li img{
	width:80%;
	margin:0 auto;
	display:block;
}

#colorsheets li p{
	
	text-align:center;
}

#colorsheets li a{
	color:#000;
}

#colorsheets li:hover a{
	color:#0099D8;
}

#contact2 .leftColumn .dd{
	width:50% !important; 
}

#contact2 .leftColumn h1{
	margin:0px 0px 10px 0px !important;
	}

#contact2 .rightColumn h1{
	text-transform:uppercase;
	color:#000;
	font-size:1.2rem;
	}

#contact2 h2{
	margin-top:10px;
	font-size:1.3rem;
	font-weight:normal;
}

#contact2 #Careers ul{
	margin-left:20px !important;
	}

#contactResults{
	list-style-type:none;
}

#contactResults h1{
	margin-top:10px;
	color:#0099D8 !important;
}

#contactResults h2{
	margin-top:0px !important;
	font-size:1.2rem;
	text-transform:1.2rem;
}

#contactResults p{
	margin:0px !important;
}


#contactResults a{
	color:#0099D8;
}

#contactZip{
	width:100% !important;
}

.contactTab button{
	padding:11px;
	right:0px;
	position:absolute;
	top:5px;
	border-radius:0px;
	margin-top:0px;
	}

.upTop{
	margin-bottom:20px;
	}

.upTop a{
	color:#0099d8 !important;
	}

.contactForm p{
	margin:0px !important;
	}
	
.contactForm p span{
	color:#0099D8;
	}

/*.contactForm input{
	margin:0px !important;
	}*/

.containValidation, .containValidation input{
	position:relative;
	}

#tabs2 #contact2 .rightColumn input {
	position:relative;
	width:100%;
	margin-bottom:10px !important;
}


#regionSelect_msdd{
	margin-top:20px;
	margin-bottom:20px;
}

/*VALIDATION*/
.formInvalid,.containValidation img{
	display:block;
		}

.formInvalid, .containValidation img{
	position:absolute; 
	right:5px;
	bottom:4px;
	width:25px;
	}
	
.required:after{
	content:"*";
	color:#0099D8;
	margin-left:5px;
		}	
			
.relative2{
	width:60%;
	}	

div.timeline.root.ltr.customisable-border{
	width:300px !important;
}
	
.contactFormat span{
	font-weight:bold;
	font-size:1.2rem;
	text-transform:uppercase;
	}	

.contactFormat p{
	margin:0px !important;
	}
	
.contactFormat{
	margin-top:20px;
	font-size:1rem;
		}	

.contactFormat td{
	padding:5px 0px;
	}

.contactFormat tr td:nth-child(1){
	width:20% !important;
		}

.contactFormat a{
	color:#0099D8;
	}

#countryName{	
	font-size:1.5rem !important;
	color:#0099D8 !important;
}

#frm{
	min-width:500px;
}

#frm table{
	width:100%;
}

#frm td {
	vertical-align:top;
	padding:0px;
	}

#frm td:nth-child(odd){
	width:30%;
}

#frm td input{
	width:100%;
	font-size:1em !important;
	padding:7px 20px 7px 5px;
	margin:5px 0px;
}

#frm .rightColumn {
	margin-left:0px;
	width:100%;
}

#frm .ddcommon .ddTitle{	
	width:auto;
}

#frm .ddlabel{
	display:block;

}

#frm .dd .ddTitle .ddTitleText{
	width:327px;
}

#frm .dd .ddChild{
	height:100px !important;
		width:100%;
	}

#frm .ddcommon .shadow{	
	box-shadow:none !important;
}

#frm #btnSubmit{
	background-color:#0099d8 !important;
	color:#fff !important;
	border:0px !important;
	font-size:1rem !important;
	-webkit-appearance:none;
	margin-top:0px !important;
}


/* COOKIE */
#cookieDiv {
	padding-top:0px !important;
	}

#cookieDiv p{
	text-align:center;
	}

/* Footer Links */


/* NEW LANDING PAGE UK*/

.landing h1{
	color:#0099d8;
	text-transform:uppercase;	
	margin-bottom:10px;
	}

.landing p{
	margin:8px 0px !important;
}

.landing ul{
	margin-left:20px;
	}

.landing--contact{
	margin-top:15px;
	float:right;
	text-transform:uppercase;
	font-weight:bold;
	}

.landing__photos img{
	width:100%;
	}

.landing__testimonials .size1of4 img{
	width:100%;
}

.landing--contact p{
	display:inline-block;
}

.landing--contact img{
	width:30px;
	vertical-align:middle;
	margin-right:20px;
	}

.landing__case{
	padding-left:0px;
	}

.unit {
	float:left;
	padding:0px 15px;
	box-sizing:border-box;
	}

.last-unit{
	padding:0px;
	}

.size1of8{width:12.5%;}

.size1of4, 
.size2of8{width:25%;}

.size1of3{width:33.33%;}

.size1of6{width:16.66%}

.size3of8{width:37.5%;}

.size1of2,
.size2of4,
.size4of8{width:50%;}

.size5of8{width:62.5%;}

.size2of3{width:66.67%}

.size3of4, 
.size6of8{width:75%;}

.size7of8{width:87.5%;}

.size1of1,
.size2of2,
.size3of3,
.size4of4,
.size8of8{width:100%;}
	

.line--20{
	margin-bottom:20px;
	}

.padding--40{
	padding:40px 0px;
	}

.border--bottom-grey{
	border-bottom:1px solid #ccc;
	padding-bottom:40px;
	}
		
.border--right-grey{
	border-right:1px solid #ccc;
	}
			
.landing__photos--last .line--20:last-of-type{
	margin-bottom:0px;
	}

.landing__case{
	padding-left:40px;
	}

.landing__case-logos img{
	width:100%;
	}

.landing label{
	display:block;
	font-weight:700;
	margin-bottom:8px;
	}


.landing__contact--form input[type=text]{
	width:95%;
	font-size:1rem;
	
}
			
 .landing__contact--form textarea{
	width:100%;
	font-size:1rem;
	border:1px solid #ccc !important;
	}

.landing__contact--form input[type=text]{
	height:38px;
	padding-left:15px;
	}		
							
.landing__contact--form textarea{
	height:80px;
	padding-left:15px;
	}	

.landing__photos .slick-next, .mobile-landing__case-logos .slick-next{
	right:25px !important;
	}

.landing__photos .slick-prev, .mobile-landing__case-logos .slick-prev{
	left:25px !important;
}		
	
.whitepaper-stylee .contactForm input{
	font-size:1em !important;
	padding:7px 20px 7px 5px;
	display:block;
	width:100%;
	margin-bottom:10px !important;
	}

#ContentPlaceHolderDefault_cp_body_WhitePaper_5_compNamerf,
#ContentPlaceHolderDefault_cp_body_WhitePaper_5_namerf,
#ContentPlaceHolderDefault_cp_body_WhitePaper_5_emailrf{
	color:red !important;
	margin-left:10px;}


@media(min-width:1200px) and (max-width:1260px){
	#pods ul li:nth-child(3) .podcage{
		min-height:auto !important;
		}
	}

@media(min-width:1195px) and (max-width:1200px){
	.headnav{
		width:95%;
	}

	#pods ul li:nth-child(3) .podcage{
		min-height:auto !important;
		}	
	
	}	
		
@media(min-width:1024px) and (max-width:1195px){

	.guidespech3{
	display:none !important;
	}

	.headnav{
		width:95%;
	}

	.productFinder, #contact, .productFinderIndustry{
		min-height:237px;
		}
		
	
		
	.menuTall .arrow-left, .menuWide .arrow-left{
		left:15px;
		}
		
	.menuTall .arrow-right, .menuWide .arrow-right{
		right:15px;
		}	

	.aboutLeftText{
	width:65%;
	}

	.rightColumn #tabs .section ul li{
	width:100%;
	}

	#noStudy{
	margin-top:30px !important;
	}

	.navBar ul li{
	padding:10px 14px 10px 0px;
		}

	#pods ul li:nth-child(3) .podcage{
		min-height:auto !important;
		}
	}

@media(min-width:1024px) and (max-width:1105px){

	.common-use ul li{
	width:50%;}

	.topContent p{float:left;}
	
	#colorSelect li{width:18%;}
	
	.productFinderPage .dd, .productFinderIndustry .dd{width:31% !important;}
	
	#resources .leftColumn .dd, .leftColumn .relative,
	#contact2 .leftColumn .dd{width:70% !important;}
	
	.podcage{width:96%;}
	
	
	
	
	.topContent h3{float:left;}
	
	

	.study p{
	width:100%;
		}

	.navBar ul li{
	padding:10px 3px 10px 0px;
		}

	#pods ul li .podcage{
		min-height:auto !important;
		}
	}

@media(min-width:900px) and (max-width:1024px){
	.common-use ul li{
	width:50%;}

	#colorsheets li{
		width:25% !important;
	}

	.headnav{
		width:95%;
	}

	.rightColumn #productTabs li{
	width:auto !important;
	border:0px !important;
	}

	#resources .leftColumn .dd{
	width:90% !important;
}

	.pdfList{
		margin-bottom:20px !important;
	}
	
	.navBar ul li{
		padding:	10px 8px 10px 0px;}
		
	#contact{
		display:none;
		}	
		
	.productFinder{width:100%;}	
	
	.productFinder .dd{
		width:31% !important;
		}
		
	#podRight{display:none;}	
	
	#dropdowns{width:100% !important;}
	
	footer #logo{width:114px;}
	

	#slide1 #slideLogo, #slide2 #slideLogo{
		left:26% !important;
		}
		
	/*#layerslider h1{left:22% !important;}*/	
	
	#colorSelect li{width:18.7%;}
	
	.topContent p{float:left;}
	
	
	.study h1{
	margin-left:0px;
	margin-top:10px !important;
	margin-bottom:5px !important;
	}

	.study img{
	margin:0 auto;
	float:none;
	}

	.study p{
	margin:0px !important;
	width:100%;
	}

	#resources .leftColumn .dd, .leftColumn .relative,
	#contact2 .leftColumn .dd{width:90% !important;}

	#newsletters img{
	width:150px;
	}

	.aboutLeftText{
	width:60%;
	}

	.rightColumn #tabs .section ul li{
	width:100%;
	}

	#noStudy{
	margin-top:0px !important;
	}

	#noStudy img{
	width:80px;
	float:none;
	margin:0 auto;
	display:block;
	}

	#noStudy h1{
	margin-top:25px;
	}

	.navBar ul li{
		padding:10px 0px 10px 0px;
	}
	
	#nav li a{
		padding:2px 0px 0px 12px;
	}

	#pods ul li .podcage{
		min-height:auto !important;
		}
	
	}


@media(min-width:800px) and (max-width:900px){
	.navBar{
	display:none;
	}
	
	.header{
	display:block;
		}

	.languageToggle{
	z-index:10;
	top:99px;
	margin-right:10px;
	}
	.languageToggle ul{
	display:block !important;
	}

	.languageToggle ul li:nth-child(1)::after{
	color:#fff;
	}

	.languageToggle p{
	color:#fff;
	}
	
	.headnav{
	width:100%;
	}

	#resources .leftColumn .dd{
	width:90% !important;
	}
	
	.headnav ul{
	display:none;
	}

	.navBar ul li{
		padding:	10px 0px 10px 0px;}
		
	#nav li a{
		padding:2px 5px 0px 13px;}
		
	#contact{
		display:none;
		}	
		
	.productFinder{width:100%;}	
	
	.productFinder .dd{
		width:31% !important;
		}	
		
	#podRight{display:none;}		
	
	#dropdowns{width:100% !important;}	
	
	footer #rightSide ul li{
		margin-right:10px;
		}
		
	footer #leftside{width:55%;}	

		
	#slide1 #slideLogo, #slide2 #slideLogo{
		left:21% !important;		
		}	
		
	#colorSelect li{width:18%;}	
	
	.rightColumn #tabs ul li{margin-right:0px;}
	
	#tabs2nav li{margin-right:16px;}
	
	#resources .leftColumn .dd{
		width:75% !important;}
		
	.portfolio img{width:100%;}	
	
	.portfolio .slick-slide img{
		margin-bottom:10px;
		}
		
	.rightColumn #tabs .section ul li{width:100%;}	


	.study h1{
		margin-left:0px;
		margin-top:10px !important;
		margin-bottom:5px !important;
		}

	.study img{
		margin:0 auto;
		float:none;
		}
	
	.study p{
		margin:0px !important;
		width:100%;
		}

	#resources .leftColumn .dd, .leftColumn .relative,
	#contact2 .leftColumn .dd{width:75% !important;}

	#newsletters img{
	width:150px;
	}

	.aboutLeftText{
	width:55%;
	}

	#noStudy h1{
	font-size:1.5rem;
	}

	#noStudy{
	margin-top:35px !important;
	}

	.rightColumn #tabs ul li{
		padding:8px 4px;
		}

	#pods ul li .podcage{
		min-height:auto !important;
		}

	}
	
	
/*IPAD PORTRAIT*/	
@media(min-width:750px) and (max-width:800px){

	#ContentPlaceHolderDefault_cp_body_ResourceTabProductDataSheets_7_orderSampleLB{
	margin-bottom:10px !important;
	}

	.portfolio{
	width:100%;
		}

	.guidespech3{
	display:block !important;
	}

	
	.navBar ul li{
		padding:	10px 2px 10px 0px;}
		
	#nav li a{
		padding:2px 5px 0px 4px;}		
	
	#pods ul li .podcage, #pods ul li{
	height:auto !important;
	min-height:auto !important;	
	}
		
	.arrowShift .arrow{
		margin-left:6px;
		}	
		
	#contact{
		display:none;
		}	
		
	.productFinder{width:100%;}	
	
	.productFinder .dd{
		width:31% !important;
		}
		
	#podRight{display:none;}			
	
	#dropdowns{width:100% !important;}
	
	footer #rightSide ul li{margin-right:5px;}
	
	footer #leftside{width:53%;}
	
	footer #logo{width:107px;}
	
	
	/*#layerslider h1{left:15% !important;}*/	
	
	#slide1 #slideLogo, #slide2 #slideLogo{
		left:20% !important;
		}
		
	.rightColumn #tabs ul li{margin-right:20px;}	
	
	#productTabs li a{padding-left:8px;}
	
	.topContent p{float:left;}
	
	#colorSelect li{width:23.6%;}
	
	.leftColumn{margin-top:-155px;}
	
	#resources .leftColumn .dd{
		width:75% !important;}
	
	#tabs2nav li{margin-right:9px;}
	
	.portfolio img{width:100%;}	
	
	.portfolio .slick-slide img{
		margin-bottom:10px;
		}
		
	.rightColumn #tabs .section ul li{width:100%;}	
	

	#resources .leftColumn .dd{
	width:90% !important;
	}

	#resources .leftColumn .dd, .leftColumn .relative,
	#contact2 .leftColumn .dd{width:90% !important;}


	#newsletters img{
	width:150px;
	}

	.aboutLeftText{
	width:52%;
	}

	.navBar{
	display:none;
	}
	
	.header{
	display:block;
		}

	.headnav ul{
	display:none;
	}

	.languageToggle{
	z-index:10;
	top:99px;
	margin-right:10px;
	}
	.languageToggle ul{
	display:block !important;
	}

	.languageToggle ul li:nth-child(1)::after{
	color:#fff;
	}

	.languageToggle p{
	color:#fff;
	}


	}	


@media (max-width:1260px){
#contactPod .alert{
	margin-bottom:0px !important;
	}
	}

			
	/* TONI's UPDATES */
.YourNameCA{
	width:70% !important;
	float:left;
	}

#providenceSelector_msdd{
	margin-top:10px;
	width:25% !important;
	margin-left:10px;
}

#providenceSelector_msdd .ddTitleText{
	padding:5px 20px 5px 5px !important;
	}
	
#contact2 .rightColumn textarea{
	
	width:100%;
	border:1px solid #c3c3c3;
	resize:none;
	font-size:1rem;
	}
.logos li img{
	height:50px;
}
	

footer #rightSide .logos li{
	margin-right:10px;
}

#quicklinks{
	text-align:right;
	margin-bottom:10px;
	max-width:500px;
	line-height:2;
}	

/* CASE STUDIES UPDATES 8/15/17 */

.case-studies td{
	vertical-align:top;
	width:50%;
	border-right:0px !important;}

.case-studies tr p{
	color:#000;}

.case-studies tr:nth-child(1){
	color:#000 !important;
	background-color:#fff !important;
}
		
.case-studies tr td:nth-child(1){
	vertical-align:top !important;
	width:50% !important;
	background-color:#fff !important;}	

/*#tabs table tr:not(:first-child){
	border-bottom:0px;
	}*/

div.dd_chk_drop div#buttons{
text-align:center !important;}

div.dd_chk_drop div#buttons input{
	background-image:none !important;
	background-color:#0099d8 !important;
	color:#fff;
	}

.common-use ul {
	overflow:hidden;
	padding-bottom:30px;
}

.common-use ul li{
	display: block;
	width: 33%;
	padding: 5px 15px !important;
	border-top: 0px !important;
	border-left: 0px !important;
	float:left;
	}

.rightColumn #tabs .common-use ul li:last-of-type{
	border-right:0px !important;}

.cc_input{
	height:33px;
	min-width:100px;
	padding:0px 10px;
		font-size:14px;
}

.common-use ul li:before{
	content:"•";
	margin-right:10px;}

.line-20{
	margin-bottom:20px;}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
