<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.application-tool {
	padding: 30px 70px 60px 70px;
	background: url(/global/img/application-tool/leaf-bg.jpg) bottom right no-repeat;
}

.search-form.aptool {
	display: inline-block;
	margin: 0;
}

.search-form.aptool .search-field {
	width: 420px;
	border: 1px solid #00c6d2 !important;
	background-color: transparent !important;
	color: #00c6d2 !important;
}

.search-form.aptool .search-field:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 198, 210, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 198, 210, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 198, 210, 0.6);
}

.newsearch {
	margin-top: 7px;
	float: right;
}

.application-tool h5 {
	color: #b0c778;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
}

.suggested-searches {
	margin-bottom: 40px;
}

.suggested-searches a {
	font-family:montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight:700;
	font-size: 18px;
	line-height: 18px;
}

.application-tool #product-results {
	margin-top: 20px;
}

.product-result,
.product-result.white {
	position: relative;
	min-height: 200px;
	width: 48%;
	float: left;
	margin: 1px;
	background: url(/global/img/application-tool/product-result-bg.png) bottom left repeat-x #8a9c5d;
}

.product-result.white {
	background: #fff;
}

.product-result.white .decorator {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(255,255,255,0) 30%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,0)), color-stop(30%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,0) 30%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,0) 30%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,0) 30%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(255,255,255,0) 30%); /* W3C */
}

.product-result.white:hover .decorator {
	-webkit-box-shadow: inset 0 0 38px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 0 38px rgba(0,0,0,.1);
	box-shadow: inset 0 0 38px rgba(0,0,0,.1);
	border: none;
}


.product-result .img {
	/* position: absolute; */
	width: 140px;
	height: 140px;
	margin:0 auto 15px auto;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}

.product-result .img:hover {
	border: none;
}

.product-result a.title { display:block; text-align:center; padding:15px 10px 0 10px; }
    
.product-result .details {
	position: relative;
	z-index: 11;
	margin-left: 90px;
	padding-top: 20px;
	padding-right: 10px;
}

.product-result .title {
	position: relative;
	z-index: 11;
	font-family:montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight:400;
	color: #fff;
	font-size: 16px;
	padding: 0;
	margin-bottom: 10px;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	display: block;
}

.product-result.white .title {
	color: #00C6D2;
}

.product-result .title:hover {
	border: none;
}

.applications {
	position: relative;
	z-index: 11;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
}

.product-result.white .applications {
	color: #797979;
}

.tags {
	position: relative;
	z-index: 11;
	margin-top: 20px;
	margin-bottom: 10px;
}

.tag {
	margin: 4px 2px;
	display: inline-block;
	padding: 0 10px;
	font-family:montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight:700;
	font-size: 14px;
	color: #fff;
	height: 25px;
	line-height: 25px;
	background-color: #b0c778;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.29), inset 0 0 13px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.29), inset 0 0 13px rgba(0,0,0,.2);
	box-shadow: inset 0 0 1px rgba(0,0,0,.29), inset 0 0 13px rgba(0,0,0,.2);
}
.tag:hover {
	border: none;
	background: #00c6d2;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.29), inset 0 0 13px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.29), inset 0 0 13px rgba(0,0,0,.2);
	box-shadow: inset 0 0 1px rgba(0,0,0,.29), inset 0 0 13px rgba(0,0,0,.2);
}
#product-prototype,.results-title{
	display:none;
}
#app-autocomplete-results{
    font-family:montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight:400;
	display:none;
	color: #999;
	position:absolute;
	top: 32px;
	left:-25px;
	padding: 0;
    width:455px;
	z-index:999;
	background-color:#fff;
	list-style-type: none;
}
#app-autocomplete-results li{
	padding: 3px 25px;

	white-space: nowrap;
	color:#797979;
	cursor: pointer;
}

.search-it:hover{
	background-color:#ccc;
}





@media (max-width: 979px) {
	.search-form.aptool .search-field {
		width: 300px;
	}
}

@media (max-width: 767px) {
	.application-tool {
		padding: 15px;
	}
	.application-tool h4 {
		font-size: 26px;
		line-height: 26px;
	}
	.search-form.aptool {
		display: block;
	}
	.search-form.aptool .search-field {
		width: 90%;
		margin: 0 auto;
	}

	.newsearch {
		margin-top: 15px;
		float: none;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.product-result {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 479px) {
	.product-result {
		width: 100%;
		float: none;
	}
}</pre></body></html>