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

/*===================*/
.brandGuideImage {
    float: right;
    margin: 0px 0px 30px 30px !important;
}

.brandGuideImage img {
	max-width: 500px;
	width: 100%;
}

@media (max-width: 992px) {
	.brandGuideImage {
		float: none;
		margin: 0px 0px 30px 0px !important;
	}
	.brandGuideImage img {
		max-width: 100%;
		width: 100%;
	}
}

/* Product Information & Product Slider*/
.productInformationContainer,.productInformationContainerslider{
	margin-right:auto;
	margin-left:auto;
	width:70%;
}

.productInformationContainer ul li {
	list-style: none;
}

.videoContainer-sm {
    padding: 20px;
    height: 480px !important;
}

.videoContainer-parent{
	height: 150px !important;
	width: 150px;
	padding:5px;
	position:relative;
}
.topVidDiv {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
	cursor:pointer;
}

.pro_icon{
	position:absolute;
	top:40%;
	z-index:1;
	display:flex;
	justify-content:center;
	align-items:center;
	width:50px;
	height:50px;
	background:white;
	border:1px solid #022d46;
	border-radius:50%;
}
.prev_icon{
	margin-left:-20px;
	left:0;
}
.next_icon{
	margin-right:-20px;
	right:0;
}
.pro_img_icon{
	height:30px;
}
.videoContainer-parent.slick-center{
	background-color:#022d46;
}
@media only screen and (max-width: 767.98px) {
	.productInformationContainer{
		width: 90%;
	}

	.videoContainer-parent{
		height: 80px !important;
	}
		
	.videoContainer-sm {
		height: 200px !important;
	}	

	.productInformationContainerslider{
		width: 100%;
	}

	.pro_icon{
		width:30px;
		height:30px;
	}
	.pro_img_icon{
		height:20px;
	}
	
	.prev_icon{
		margin-left:-7px;
	}
	.next_icon{
		margin-right:-7px;
	}
	
}
@media only screen and (max-width: 991.98px) and (min-width: 768px) {	
		
	.videoContainer-sm {
		height: 385px !important;
	}	

	.productInformationContainerslider{
		width: 100%;
	}
	
	.pro_icon{
		width:40px;
		height:40px;
	}
	.pro_img_icon{
		height:25px;
	}
	
	.prev_icon{
		margin-left:-12px;
	}
	.next_icon{
		margin-right:-12px;
	}
	
}
/*===================*/
.parallax_scroll_master_container {
	height: 400px;
}

.parallax_scroll_container {
	z-index: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.parallax_scroll_container .caged {
	position: absolute;
	z-index: 1;
	height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.parallax_scroll {
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	/*height: 100vh;*/
	height: 140%;
    margin-top: -100px;
}
.homepage_banner_tagline_01 {
	position: absolute;
	max-width: 100%;
	top: 15px;
	left: 15px;
	padding-right: 15px;
}
.homepage_banner_tagline_02 {
	position: absolute;
	max-width: 100%;
	bottom: 15px;
	right: 15px;
	padding-left: 15px;
}
/*===================*/

input[type="text"] {
    color: #000000;
	-webkit-text-fill-color: #000000;
	opacity: 1;
	min-width: 80px;
}

.multi {
    height: 110px !important;
}

.regPhoto {
    width: 40%;
    float: right;
}

.regPhoto img {
    width: 100%;
}

.ibexReg {
    /*width: 50%;*/
	width: 57%;
	float:left;
}

.regPhoto .regInput 
{
	width: 100%;
    height: 30px;
    font-size: inherit;
    margin-bottom: 10px;	
}

.submitIt {
    background-color: #022d46;
    width: 100%;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    padding: 10px;
    margin-top:0px;
	cursor: hand;
	cursor: pointer;
}

.submitIt:hover {
	background-color: #53b947;
		}

.ibexInput .firstName, .ibexInput .lastName,.ibexInput .phoneNumber, .ibexInput .email, .ibexInput .company, .ibexInput .position {
    width: 100%;
    height: 30px;
    font-size: inherit;
    margin-bottom: 10px;
}
		
.ibexInput {
    margin-top: 20px;
    background-color: #E6E6E6;
    padding: 10px;
}

.ibex {
    width: 70%;
	float:left;
}

.ibexForm {
    width: 28%;
    float: right;
}

/* GDPR */

#chkGDPR{
	width:auto !important;	
	vertical-align:top;}

#ContentPlaceHolderDefault_cp_body_lblGDPR p{
	display:inline-block;
	width:95%;
	margin:0px !important;
	}	

div#map {
    width: 100% !important;
    margin-left: 0px !important;
}

#map > div {
    width: 100% !important;
    /* margin-top: 100px; */
    float: left !important;
}

.btnHolder {
	width: 200px;
	margin: 0 auto !important;
	}

/*iframe {width: 100%;}*/

.g-recaptcha {
	text-align:center;
	margin: 0 auto 0 400px;
	width: 380px;
		}

.g-recaptcha > div {
	width: auto !important;
	height: auto !important;
	margin: 0 auto;
		}

.cookieContent {
	padding: 0px 40px;
	}
	
#cookieDiv a, #cookieDiv a:hover {color: #022d46;}
	
	#cookieDiv p {text-align: center !important;}

#layerslider img {width:100% !important; height: auto !important; margin-left: 0px !important; margin-top: 0px !important;}

#layerslider {
	height: 600px !important;
}

@media (max-width:930px) {
	#layerslider {
		height: 400px !important;
	}
}

@media (max-width:850px) {
	#layerslider {
		height: 280px !important;
	}
}

@media (max-width:750px) {
	#layerslider {
		height: 200px !important;
	}

	
}
.Ads img {
    width: 100%;
}

.Ads li {margin: 0px .5%;width: 32% !important;}

h2.blueHeader {
    background-color: #022d46;
    color: #FFF;
    padding: 10px;
    margin-bottom: 10px;
}

.relatedPods {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0096d6+0,ffffff+85 */
background: #022d46; /* Old browsers */
background: -moz-linear-gradient(to bottom, #aed2e8 0%,#ffffff 65%, #aed2e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(to bottom, #aed2e8 0%,#ffffff 65%, #aed2e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #aed2e8 0%,#ffffff 65%, #aed2e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022d46', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.btnHolder {
	margin-top: 120px;
}

#ContentPlaceHolderDefault_cp_body_secForm input {
	width: 60%;
	padding: 5px 0px;
	font-size: 14px;
	margin-bottom: 15px;
}

#ContentPlaceHolderDefault_cp_body_secForm textarea {
	height: 100px;
	float: left;
	width: 60%;
	margin-bottom: 35px;
}

#ContentPlaceHolderDefault_cp_body_secForm label:nth-last-child(6) {
	float: left;
}

iframe {
	/*float: none;
	clear: both;*/
}

table.bigtext {
	float: left;
	width: inherit;
	/* clear: right; */
	margin-bottom: 30px;
}

ul.contact {
	clear: left;
	float: left;
}

.docUL li {
	padding: 5px 0px;
}

#search-tree {
	width: 100%;
	padding: 10px 0px;
	font-size: 18px;
}

.mid {
	text-align: center;
}

.prodContain img {
	width: 100%;
	margin-right: 10%;
}

.prodContain div {
	width: 10%;
	margin-right: 10%;
	margin-bottom: 20px;
	vertical-align: top;
	display: inline-block;
}

.prodContain {
	text-align: center;
	padding-top: 3%;
}

	.prodContain div:nth-last-child(1) {
		margin-right: 0px;
	}

#mobileSocial a {
	float: left;
	/* width: 80px; */
	margin-left: -14px;
}

.rightColumn ul li {
	list-style: none;
}

#bucketListing li {
	width: 24%;
	float: left;
	margin-right: 1%;
	margin-bottom: 70px;
	list-style: none;
	text-align: center;
}

#listing li {
	width: 40%;
	margin-right: 5%;
	margin-bottom: 30px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}

#listing li:nth-child(odd) {clear:both;}

#listing a p {
	color: #000;
}

.header {
	position: relative;
	background: #022d46;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 50px;
}

#hamburger {
	/* display:none; */
	width: 43px;
	top: 2px;
	left: 20px;
	position: absolute;
	z-index: 999999;
	height: 35px;
	/* background-color: #FFF; */
	padding: 0px 4px;
	/*box-sizing: border-box;
	display: block;
	width: 70px;
	height: 45px;
	position: fixed;
	bottom: 8px;
	right: 0px;
	z-index: 999999;*/
}

	#hamburger:before,
	#hamburger:after,
	#hamburger span {
		background: #FFF !important;
		content: '';
		display: block;
		width: 35px;
		height: 5px;
		position: absolute;
	}

	#hamburger:before {
		top: 5px;
	}

	#hamburger span {
		top: 15px;
	}

	#hamburger:after {
		top: 25px;
	}

	/* Hamburger animation */
	#hamburger:before,
	#hamburger:after,
	#hamburger span {
		-webkit-transition: none 0.5s ease 0.3s;
		transition: none 0.5s ease 0.3s;
		-webkit-transition-property: all;
		transition-property: all;
	}

html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after {
	top: 15px;
}

html.mm-opening #hamburger span {
	opacity: 0;
}

html.mm-opening #hamburger:before {
	transform: rotate( 45deg);
	-webkit-transform: rotate( 45deg);
}

html.mm-opening #hamburger:after {
	transform: rotate( -45deg);
	-webkit-transform: rotate( -45deg);
}

/*End Burger*/

/* 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;
}

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

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

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

.careersBtn a {
	background-color: #022d46 !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;
}

.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;
}

.photo {
	/*height: 600px;*/
	height: 300px;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-size: 100%;
}

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;
	width: 100%;
}

*: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;
	color: black;
}

p {
	font-size: 1rem;
	margin: 5px 0px !important;
}

h1 {
	font-size: 1.5em;
	color: #0096d6;
}

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 !important;
}

.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 {
	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;
}

button:hover, .subscribe:hover, #moreInfoLink:hover, #btnSubmit:hover, #careersBtn a:hover, .markBut:hover { background: #00648d; }

.markBut {
	cursor: pointer;
	margin-bottom: 10px;
	float: left;
}

.magPopIf {
	clear: both;
}

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

	#blogBtn a {
		font-weight: bold;
		color: #022d46;
	}

.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;
	border-bottom: 1px solid #c1c1c1;
}

.menuTall {
	height: 235px !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 {
	list-style: none;
	position: absolute;
	z-index: 200;
	margin-top: 10px;
	transition: visibility, opacity;
	transition-duration: 0.3s;
	transition-delay: 0.2s;
	transition-timing-function: ease-in;
	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;
	transition-duration: 0.5s;
	transition-delay: 0s;
	transition-timing-function: ease-out;
	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: #022d46;*/
			}

				#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;
}

#nav ul.blue {
	transition-duration: 0.2s;
	padding-bottom: 10px !important;
	background-color: #022d46 !important;
}

	#nav ul.blue li {
		background-color: #022d46 !important;
		font-weight: normal;
	}

		#nav ul.blue li a, #nav ul.blue li a:hover {
			color: white !important;
		}

#logo {
	float: left;
	width: 140px;
}

.navBar {
	background-color: #022d46;
}

	.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: #022d46;
	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: #022d46;
	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: #022d46;
	border-radius: 0px;
}

#contact button {
	right: 0px;
	bottom: 0px;
	padding: 9px;
	border: 0px;
	position: absolute;
	background-color: #022d46;
	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;
}

.rightColumn .relative2 {
	width: 100%;
}

#pods {
	background-color: #E6E6E6;
}

	#pods h1 {
		text-transform: uppercase;
		color: #022d46;
		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;
	font-weight: normal;
	width: 90%;
	border: 1px solid #ccc;
	margin: 0 auto;
	display: block;
	max-height: 257px;
	overflow-y: auto;
}

	.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: #022d46;
}

	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: left;
}

	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: 1.5rem;
		color: #0099D8;
		text-transform: uppercase;
		font-weight: normal;
	}

.productFinderPage {
	background-color: #022d46;
}

#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: #022d46;
	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;
	/*position: sticky;
	top: 20px;*/
}

.leftColumn .relative { width: 50%; }

.leftColumn .mid img { max-width: 100%; }

.rightColumn {
	width: 66%;
	float: left;
	margin-left: 4%;
	margin-top: -20px;
}

.leftColumn iframe, .rightColumn iframe { max-width: 100%; }

.leftColumn img,.rightColumn img { max-width: 100%; height: auto !important; }

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

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

.fade img {
	max-width: 218px;
	width: 60%;
	margin: 0 auto;
}

.topContent {
	border-bottom: 1px solid #000;
	width: 100%;
	margin-bottom: 10px;
}

	.topContent h3 {
		text-transform: uppercase;
		font-weight: normal;
		display: inline-block;
	}

	.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: 0px;
}

#colorSelect li {
	vertical-align: top;
	display: inline-block;
	width: 19%;
}

	#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;
}

.rightColumn #tabs ul {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

	.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: #022d46;
	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: #022d46;
}

#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: 48%;
	padding-right: 2%;
	float: left;
	line-height: 1.5;
}

	.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: #022d46;
		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;
}

.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 {
	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: #022d46 !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;
}

#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: #022d46;
}

#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: #022d46;
	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 {
			margin-left: -4px !important;
			line-height: 0;
			content: url(../images/arrows_light_left_white_small.png);
		}

	.industrySlides .slick-next:before, .portfolio .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 {
		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 {
			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 {
	min-width: 120px !important;
	margin: 0 auto;
	color: #fff !important;
	float: none;
	width: auto !important;
	cursor: pointer;
}

	.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;
}

#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;
}

.contactForm p {
	margin-bottom: 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%;
}

#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;
	}

@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) {
	.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) {
	#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) {

	.leftColumn { top: 45px; }

	.navBar {
		display: none;
	}

	.header {
		display: block !important;
	}

	.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;
		top: 45px;
		padding-bottom: 45px;
	}

	#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 !important;
	}

	.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: left;
	margin-bottom: 10px;
}

.pagination .previous:after{
	content: "";
    width: 0px;
    height: 0px;
    display: inline-block;
    border-style: solid;
    border-width: 5px 5px 5px 0 ;
    border-color: transparent #000 transparent transparent ;
    margin-left: 10px;
	}

.pagination .next:after{
	content: "";
    width: 0px;
    height: 0px;
    display: inline-block;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #000;
    margin-left: 10px;
	}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
	list-style: none;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
