<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Generated by less 2.2.0 */
/* LESS Document */
/* LESS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6,
sub,
sup {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}


/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2b2b2a;
  font-family: "proxima-nova", "Proxima Nova", helvetica, sans-serif;
  line-height: 1.25;
}
a {
  color: #0078b9;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  color: #00aeef;
  text-decoration: none;
  cursor: pointer;
}
b,
strong {
  font-weight: 600 !important;
}
div {
  box-sizing: border-box;
}
h1 {
  font-size: 24px;
  color: #2b2b2a;
  text-transform: uppercase;
  font-weight: 300;
}
h2 {
  font-size: 24px;
  color: #2b2b2a;
  text-transform: uppercase;
  font-weight: 600;
}
h3 {
  font-size: 18px;
  color: #2b2b2a;
  text-transform: uppercase;
  font-weight: 600;
}
h4 {
	font-size: 18px;
    font-weight: 600;
    color: #2b2b2a;
    padding-left: 0px;
    margin-top: 12px;
}
p {
  font-size: 15px;
  color: #2b2b2a;
  font-weight: 400;
}
body {
  background-image: url(../templates/shared/images/background-grid.png);
  background-repeat: repeat-x;
  background-size: 500px auto;
  background-position: 0 130px;
}
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
div.header {
  height: 86px;
  padding: 4px auto;
  background-color: #fff;
}
img.mainlogo {
  width: 289px;
  height: 68px;
  float: left;
  margin-top: 6px;
}
.sublogos {
  float: right;
  /*margin-top: 14px; */
	margin-top:22px;
}
.sublogos img {
  max-width: 131px;
  max-height: 44px;
  /*margin: auto 10px; */
	margin: auto 9px;
  display: inline-block;
}

.sublogos .logo_shellab {margin-bottom: 10px; height: 16.5px; width: auto;}
.sublogos .logo_bactron {margin-bottom: 4px; height: 30px; width: auto;}
.sublogos .logo_labarmor {margin-bottom: 6px; height: 21px; width: auto;}
.sublogos .logo_cascadetek {height: 42px; width: auto;}
.sublogos .logo_visu {margin-bottom: 9px; height: 24px; width: auto;}
.sublogos .logo_highpoint {margin-bottom: 6px; height: auto; width: 80px;}

.navigation {
  background: #70787c;
  height: 44px;
  z-index: 20;
  text-align: center;
}
.navigation ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
}
.navigation ul a, .navigation ul span {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 12px 0px;
}
.navigation ul li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul li:hover {
  background: #eeefef;
  color: #00385a;
}
.navigation ul li:hover &gt; ul {
  display: block;
}
.navigation ul li.current-menu-item {
  background: #dddddd;
}
.navigation ul li#searchbutton:hover {
    padding-left: 94px;
    width: 154px;
    background: #cfd2d2;
}
.navigation ul ul {
  background: #ffffff;
  display: none;
  left: 0;
  padding: 0;
  position: absolute;
  top: 100%;
}
.navigation ul ul li {
  float: none;
  width: 240px;
  min-width: 100%;
  text-align: left;
  padding-bottom: 5px;
  padding-top: 5px;
}
.navigation ul ul li:hover {
  background: #70787c;
  color: #fff;
}
.navigation ul ul li:hover &gt; a {
  color: #fff !important;
}
.navigation ul ul li ul {
  padding-top: 6px;
  background: #70787c;
}
.navigation ul ul li ul a {
  color: #fff !important;
  font-weight: normal;
}
.navigation ul ul li ul li {
  padding-top: 0px;
  padding-bottom: 0px;
}
.navigation ul ul li ul li:hover {
  background: #00385a;
}
.navigation ul ul a {
  line-height: 120%;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  color: #0078b9 !important;
}
.navigation ul ul ul {
  left: 100%;
  top: 0;
}
.navigation ul :hover a {
  color: #00385a;
}
.navigation .finallink ul {
  right: 0;
  left: auto;
}
.navigation .finallink ul ul {
  right: 240px;
  left: auto;
}
.mobilenav {
  display: none;
}
.mobilenav ul,
.mobilenav li {
  display: block;
  float: none;
  left: auto;
  right: auto;
  text-align: center;
}
.mobilenav ul li,
.mobilenav li li {
  float: none;
}
#nav-icon1 {
  width: 30px;
  height: 45px;
  position: absolute;
  margin: auto auto;
  top: 10px;
  margin-right: 40px;
  top: -32px;
  right: 0;
  float: right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon1:active .mobilenav &gt; ul {
  display: block;
}
#mobilesearch {
  position: absolute;
  margin: auto auto;
  top: 10px;
  margin-left: 40px;
  top: -32px;
  left: 0;
  float: left;
  cursor: pointer;
}
#mobilesearchbox {
  float: right;
  margin-left: 20px;
  background: rgba(255, 255, 255, 0.5);
  padding-bottom: 2px;
  width: 200px;
  margin-bottom: 0;
  margin-top: -12px;
  padding-top: 8px;
  height: 44px;
}
#mobilesearchbox input.search {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 2px #00385a;
  margin-right: 0px;
  margin-left: 4px;
  width: 140px;
  font-size: 15px;
  height: 30px;
  text-align: right;
  color: #70787c;
  display: inline-block;
}
#mobilesearchbox input.button {
  float: right;
  background: #0078b9;
  color: #fff;
  text-align: center;
  padding: 4px 10px;
  font-weight: normal;
  font-size: 15px;
  border: none;
  margin-right: 10px;
}
#mobilesearchbox input.button:hover {
  color: #fff;
  font-weight: normal;
  background: #00aeef;
}
.open {
  display: block;
}
#navlinks {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
#nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 0px;
}
#nav-icon1 span:nth-child(2) {
  top: 9px;
}
#nav-icon1 span:nth-child(3) {
  top: 18px;
}
#nav-icon1.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
img.search {
  height: 22px;
  width: 22px;
  margin-bottom: -4px;
}
#searchbutton:hover .cls-1 {
  fill: #00385a;
}
#searchbutton:hover .searchbox {
  display: block;
  background: #eeefef;
	padding: 4px;
}
#searchbutton .searchbox {
  display: none;
  background: #eeefef;
  right: 0;
  left: auto;
}
#searchbutton li,
#searchbutton li:hover {
  background: #eeefef !important;
}
#searchbutton input.search {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 2px #00385a;
  margin-right: 0px;
  margin-left: 4px;
  width: 160px;
  font-size: 15px;
  height: 30px;
  text-align: right;
  color: #70787c;
  display: inline-block;
}
#searchbutton input.button {
  float: right;
  background: #0078b9;
  color: #fff;
  text-align: center;
  padding: 4px 14px;
  font-weight: normal;
  font-size: 15px;
  border: none;
  margin-right: 10px;
}
#searchbutton input.button:hover {
  color: #fff;
  font-weight: normal;
  background: #00aeef;
}
.rotator {
  background: #fff;
}
.rotator div {
  display: none;
}
.rotatorbox {
  width: 633px;
  float: right;
  background: #e2e4e5;
  padding-bottom: 20px;
  margin-top: -7px;
}
.rotatorbox .halfcolumn {
  font-size: 18px;
  padding-left: 25px;
  margin-left: 0;
  margin-top: 20px;
}
.rotatorbox .halfcolumn li {
  margin-top: 10px;
}
h3.rotatorwysiwyg {
  font-weight: 400;
  text-align: left;
  margin-top: -48px;
  padding: 10px 10px 10px 25px;
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: 2px solid #0078b9;
  display: block;
  z-index: 2;
  position: relative;
}
h1.introtext {
  font-size: 23px;
  color: #2b2b2a;
  text-decoration: none;
  text-transform: none;
  font-weight: 300;
  float: left;
  max-width: 325px;
  min-width: 280px;
  margin-top: 40px;
}
.halfcolumn {
  float: left;
  width: 42%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  min-width: 240px;
}
img.hero {
  width: 358px;
  height: 317px;
  float: left;
  clear: left;
  margin: 40px 0 0 -68px;
}
.buckets {
  padding-top: 40px;
  text-align: justify !important;
}
.bumper {
  width: 100%;
  display: inline-block;
}
.bucket {
  border: solid 1px #70787c;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
  min-height: 428px;
}
.bucket h3 {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background: #70787c;
  padding: 10px 24px 6px 24px;
  clear: both;
}
.bucket h4,
.bucket p {
  padding: 0px 24px 10px 24px;
}
.bucket h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.bucket p {
  font-size: 15px;
}
.bucket .button {
  margin-left: 24px;
  position: absolute;
  bottom: 20px;
}
.bucket a {
  font-weight: 600;
}
.bucket img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.bucket .customprod {
  margin-top: 0px;
}
.bucket .featuredprod {
  padding-top: 18px;
}
.bucket .customprod,
.bucket .featuredprod {
  height: 154px;
  overflow: hidden;
  margin-bottom: 10px;
}
.bucket.three {
  max-width: 270px;
}
.bucket.four {
  max-width: 364px;
  border: none;
}
.bucket.four .homebutton {
  float: left;
  width: 50%;
  height: 174px;
  vertical-align: bottom;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 0 20px 0;
  text-align: center;
  box-sizing: border-box;
  text-transform: uppercase;
}
.bucket.four .homebutton img {
  margin: 0 auto 20px auto;
}
.bucket.four .homebutton :hover {
  background: #e0f5fd;
}
.bucket.four h4 {
  margin-top: 14px;
}
.bucket.four p {
  border-bottom: 1px solid #cfcfcf;
}
.bucket.four a.homebutton.gray {
  background: #eeefef;
  color: #70787c;
  font-weight: 400;
  font-size: 18px;
}
.bucket.four a.homebutton.gray img {
  margin-top: 7px;
  margin-bottom: 26px;
}
.bucket.four a.homebutton.gray:hover,
.bucket.four a.homebutton.blue:hover {
  border: solid 1px #00aeef;
  color: #00aeef;
}
.bucket.four a.homebutton.blue {
  font-weight: 400;
  font-size: 18px;
  background: #e0eff6;
}
.subtitle {
  color: #989898;
}
input[type="submit" i], input[type="reset" i] {
  background: #0078b9;
  color: #fff;
  text-align: center;
  padding: 4px 14px;
  font-weight: normal;
  font-size: 15px;
	border: none;
	font-family: "proxima-nova", "Proxima Nova", helvetica, sans-serif;
}
input[type="submit" i]:hover, input[type="reset" i]:hover {
  color: #fff;
  font-weight: normal;
  background: #00aeef;
}
.button,
a.button {
  background: #0078b9;
  color: #fff;
  text-align: center;
  padding: 4px 14px;
  font-weight: normal;
  font-size: 15px;
	border: none;
	font-family: "proxima-nova", "Proxima Nova", helvetica, sans-serif;
}
.button:hover,
a.button:hover {
  color: #fff;
  font-weight: normal;
  background: #00aeef;
}
.container.sublogos {
  float: none;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 14px;
  padding-bottom: 10px;
  text-align: center;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
	
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
	
}
.container.sublogos img {
  margin: auto 40px;
}


.bottomlogos {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.bottomlogos img {
  margin: auto 40px;
}



.boiler {
  border-top: solid 30px #70787c;
  background: #eeefef;
}
.boiler a,
.boiler a:hover {
  font-weight: normal;
}
.boiler .social img {
  height: 30px;
  width: 30px;
  display: inline-block;
  margin: 8px 4px 0 0;
  opacity: .56;
}
.boiler .social img:hover {
  opacity: 1;
}
.boiler .container {
  padding-top: 6px;
}
.boiler .container .bucket {
  float: right;
  border: none;
  min-height: 10px;
}
.boiler .container .bucket.three {
  margin-top: 36px;
  color: #70787c;
  font-size: 14px;
}
.boiler .container .bucket.three a {
  font-size: 16px;
}
.boiler .container .bucket.three .links {
  column-count: 2;
}
.boiler .container .bucket.three .links a {
  display: block;
}
.boiler .container .bucket.four {
  float: left;
}
.boiler .container .bucket.four img {
  width: 231px;
  max-width: 80%;
  float: none;
  margin: 16px 0 10px 0;
  display: block;
}
.boiler .container .bucket.four p {
  border-bottom: none;
  padding: 0;
  font-size: 14px;
}
.boiler .container .bucket.four .certification {
  width: 75px;
  height: 75px;
  float: right;
}
.boiler .container .bucket.four p.legal {
  color: #70787c;
  margin-top: 30px;
  float: left;
}
.mobile980 {
  display: none;
}




/* SEARCH BOX */
.navigation ul li.searchon {
	padding-left: 94px;
    width: 154px;
    background: #cfd2d2;
}
.searchon .cls-1 {
	fill: #00385a;
}
.searchon .searchbox {
	display: block;
    background: #eeefef;
    padding: 4px;
}
.searchon  input.search {
	background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 2px #00385a;
    margin-right: 0px;
    margin-left: 4px;
    width: 160px;
    font-size: 15px;
    height: 30px;
    text-align: right;
    color: #70787c;
    display: inline-block;
}
.searchon  input.button {
	float: right;
    background: #0078b9;
    color: #fff;
    text-align: center;
    padding: 4px 14px;
    font-weight: normal;
    font-size: 15px;
    border: none;
    margin-right: 10px;
}
li#new_searchbox:hover {
	cursor: pointer;
    background: #ffffff14;
}
.navigation ul li#new_searchbox &gt; ul {
	display: none!important;
	-webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.navigation ul li#new_searchbox.searchon &gt; ul {
	display: block !important;
}
#new_searchbox ul li:hover {
    background: #eeefef;
}
li#new_searchbox.searchon:hover {
    background: #cfd2d2;
}


/* LESS Document */
@media only screen and (max-width: 1260px) {
  .container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1120px) {
  ul.nav {
    float: none;
    margin-left: auto;
    margin-right: auto;
    /*width: 687px;*/
	width: auto;
    float: right;
  }
  .sublogos img {
    max-width: 100px;
    max-height: 34px;
  }
  .sublogos {
    margin-top: 24px;
  }
  .sublogos .logo_highpoint {width: 75px;}
	
  .rotatorbox {
    width: 550px;
    margin-top: -1px;
  }
  .rotatorbox img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1020px) {
  body {
    background-position: 0 120px;
  }
  .header {
    display: inline-flex;
    width: 100%;
  }
  .header .mainlogo {
    margin-left: auto;
    margin-right: auto;
    width: 241px;
    height: 57px;
    display: inline-block;
  }
  .header .sublogos {
    display: none;
  }
  .navigation {
    height: auto;
    position: absolute;
    top: 75px;
    width: 100%;
    background: rgba(112, 120, 124, 0.9);
    border-top: 44px solid #70787c;
  }
  .navigation .container {
    width: 100%;
    max-width: 100%;
  }
  .navigation .container ul li:hover {
    background: rgba(238, 239, 239, 0.24);
  }
  .navigation .container ul li:hover a {
    color: #fff;
  }
  ul.nav {
    display: none;
  }
  .mobilenav {
    display: block;
  }
  .mobilenav ul {
    display: none;
  }
  .navigation ul ul {
    position: relative;
    background: none;
  }
  .navigation ul ul li {
    text-align: center;
    color: #fff !important;
  }
  .navigation ul ul li a {
    color: #fff !important;
  }
  .navigation ul ul li:hover {
    background: rgba(112, 120, 124, 0.29);
    color: #fff;
  }
  .navigation ul ul li:hover a {
    color: #fff !important;
  }
  .navigation ul ul li:hover ul {
    display: none;
  }
  li#searchbutton {
    display: none;
  }
  .boiler .container .bucket {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .boiler .container .bucket.three {
    max-width: 270px;
  }
  .boiler .container .bucket.four {
    clear: both;
  }
  .bucket {
    min-height: 10px;
  }
  .bucket .customprod {
    background: #e2e4e5;
  }
  .bucket.three {
    max-width: 48%;
    min-height: 380px;
    margin-bottom: 20px;
  }
  .bucket.four {
    max-width: 100%;
  }
  .bucket.four .homebutton {
    width: 24%;
  }
  .bucket.four .news {
    float: right;
    width: 48%;
  }
}
@media only screen and (max-width: 980px) {
  .mobile980 {
    display: block;
  }
  .introtext {
    display: none;
  }
  .introtext.mobile980 {
    display: inline-block;
    background: #fff;
    text-align: center;
    width: 90%;
    padding: 30px 5%;
    max-width: none;
    margin-top: 0;
  }
  img.hero {
    display: none;
  }
  .heroimage {
    width: 100%;
    background: #fff;
  }
  .heroimage.mobile980 img {
    width: auto;
    margin: 20px auto 0 auto;
    float: none;
    clear: both;
    display: block;
    height: 260px;
  }
  .rotatorbox {
    width: 112%;
    margin-left: -6%;
    margin-right: -6%;
  }
  .rotatorbox img {
    width: 100%;
  }
  .rotatorbox h3.rotatorwysiwyg {
    text-align: center;
  }
  .rotatorbox .halfcolumn {
    text-align: center;
    min-width: 200px;
  }
  .container.sublogos img {
    margin: auto 2%;
  }
  .boiler .container .bucket.four .certification {
    float: left;
    clear: both;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 720px) {
  h1.introtext {
    font-size: 20px;
    line-height: 30px;
  }
  .heroimage.mobile980 img {
    height: 230px;
  }
  .bucket p {
    padding: 0px 24px 0 24px;
    margin-bottom: 19px;
  }
  .bucket.three {
    max-width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .bucket.four .homebutton {
    width: 50%;
  }
  .bucket.four .news {
    width: 100%;
    text-align: center;
  }
  .bucket.four .news p {
    padding: 0px 24px 10px 24px;
  }
  .bucket .button {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 14px;
    position: relative;
    bottom: 0;
  }
  .boiler .container .bucket.three {
    text-align: left;
    padding-bottom: 0;
    margin: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .rotatorbox {
    margin-top: 10px;
  }
  .rotatorbox .halfcolumn {
    width: 100%;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .boiler .container .bucket {
    text-align: center !important;
  }
  .boiler .container .bucket.three,
  .boiler .container .bucket.four {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
  .boiler .container .bucket.four img {
    margin: 26px auto 10px auto;
  }
  .boiler .container .bucket.four p.legal {
    float: none;
  }
  .boiler .container .bucket.four .certification {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}


</pre></body></html>