:root {
  --font-stack: 'Roboto', Helvetica, sans-serif;
  --condensed: 'Roboto Condensed', Helvetica, sans-serif;
  --xcond: 'Bench Nine', Helvetica, sans-serif;
  --KOA-blue: #0055a5;
  --midnight-blue: #003479;
  --font-size: 1em;
  --piranhaflex: #e68044;
  --alfagomma: #ed253e;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;width:100%;}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: var(--font-stack);
    font-size: 100%;
}
::-moz-selection,
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
img.auto {
        width: auto !important;
    }
/* ==========================================================================
   FONTS
   ========================================================================== */
   @font-face {
	   font-family: 'Roboto';
	   src: url('https://cdn.kuriyama.com/fonts/roboto-regular.woff2') format('woff2'),
			url('https://cdn.kuriyama.com/fonts/roboto-regular.woff') format('woff');
	   font-weight: normal;
	   font-style: normal;
	   font-display: swap;
   }
	@font-face {
		font-family: 'Roboto Condensed';
		src: url('https://cdn.kuriyama.com/fonts/robotocondensed-bold.woff2') format('woff2'),
			url('https://cdn.kuriyama.com/fonts/robotocondensed-bold.woff') format('woff');
		font-weight: 700;
		font-style: normal;
		font-display: swap;
	}
	@font-face {
		font-family: 'Bench Nine';
		src: url('https://cdn.kuriyama.com/fonts/BenchNine-Regular.woff2') format('woff2'),
			url('https://cdn.kuriyama.com/fonts/BenchNine-Regular.woff') format('woff');
		font-weight: 400;
		font-style: normal;
		font-display: swap;
	}
   @font-face {
     font-family: 'icomoon';
     src:  url('../fonts/icomoon.eot?jxijmh');
     src:  url('../fonts/icomoon.eot?jxijmh#iefix') format('embedded-opentype'),
       url('../fonts/icomoon.ttf?jxijmh') format('truetype'),
       url('../fonts/icomoon.woff?jxijmh') format('woff'),
       url('../fonts/icomoon.svg?jxijmh#icomoon') format('svg');
     font-weight: normal;
     font-style: normal;
     font-display: block;
   }

   [class^="icon-"], [class*=" icon-"] {
     /* use !important to prevent issues with browser extensions that change fonts */
     font-family: 'icomoon' !important;
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 1;

     /* Better Font Rendering =========== */
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
   }
   .icon-fax:before {
	 content: "\e906";
   }
   .icon-phone:before {
	 content: "\e900";
   }
   .icon-linkedin:before {
	 content: "\e901";
   }
   .icon-youtube:before {
	 content: "\e902";
   }
   .icon-twitter:before {
	 content: "\e903";
   }
   .icon-facebook-square:before {
	 content: "\e904";
   }
   .icon-sort-desc:before {
	 content: "\e905";
   }
   .icon-sort-down:before {
	 content: "\e905";
   }
   i.icon-phone {
	  transform: rotate(340deg) scaleX(-1);
      display: inline-block;
      position: relative;
      top: 3px;
   }
   i.icon-fax {
	   margin-left: 20px;
   }
/* ==========================================================================
   CORP BANNER
   ========================================================================== */
#corporatebanner {
    background-image: linear-gradient(var(--KOA-blue) 0%, var(--midnight-blue) 100%);
    height: 49px;
    -webkit-box-shadow: 0 4px 3px 0 rgba(0,0,0,.75);
    box-shadow: 0 4px 3px 0 rgba(0,0,0,.75);
    z-index: 10000;
}
#corporatebanner .span_10_of_12 {
    margin: 0 auto;
    padding-top: 7px;
    max-width: 1500px;
}
#corporatebanner img {
    width: auto;
}
#corporatebanner img.mark {
    max-width: 36px;
    margin-left: 4px;
    padding-top: 3px;
}
#corporatebanner ul {
    list-style: none;
    float: right;
    padding: 6px 0 0 0;
    margin: 0;
    width: auto;
}
#corporatebanner li {
    margin-left: 38px;
    display: inline-block;
    position: relative;
}
#corporatebanner li span {
    position: relative;
    top: -2px;
}
#corporatebanner a:link, #corporatebanner a:visited {
    color: #FFF;
    text-decoration: none;
    padding-bottom: 8px;
}
#corporatebanner a:hover, #corporatebanner a:active {
    color: #B5DAFC;
    text-decoration: none;
    padding-bottom: 8px;
}
#corporatebanner ul#scAuth {
    width: 75%;
    font-size: 90%;
    text-align: right;
}

#corporatebanner #scFloatingCart {
border-right: 0 none;
margin-top: 6px;
}
#companies {
    display: none;
    width: 232px;
    border: 1px solid var(--KOA-blue);
    border-radius: 5px;
    box-shadow: 0 0 3px 3px rgba(0,0,0,.25);
    box-sizing: border-box;
    background: #FFF;
    margin: 0;
    position: absolute;
    right: 0;
    max-height: calc(100vh - 100px);
    height: auto;
}
#companies ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: none;
    width: auto;
    height: auto;
}
#companies li {
    padding: 15px 0;
    display: block;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #CECECE;
}
#companies li:first-child {
    padding-top: 0;
}
#companies li:last-child {
    border: 0 none;
}
#companies li.koa {
    padding:15px 0 5px 0;
}
#companies .koa img {
    clip-path: inset(0px 0px 10px 0px);
}
#companies:before {
    content: " ";
    position: relative;
    top: -7px;
    left: 166px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 7px solid transparent;
    border-right: 10px solid transparent;
    display: block;
}
#companies-parent:hover #companies {
    display: block;
    margin-top: 10px;
}
#companies .inner-companies {
  overflow-y: auto;
  max-height: calc(100vh - 120px);
  height: auto;
  width: 100%;
  padding: 0 20px 15px 20px;
  box-sizing: border-box;
}
.inner-companies::-webkit-scrollbar {
    width: 10px;
}
.inner-companies::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
    border-radius: 8px;
}
.inner-companies::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.5);
}

/* ==========================================================================
   Layout
   ========================================================================== */

/*  GRID OF TWELVE  */
.span_12_of_12 {
    width: 100%;
}
.span_11_of_12 {
    width: 91.53%;
}
.span_10_of_12 {
    width: 83.06%;
}
.span_9_of_12 {
    width: 74.6%;
}
.span_8_of_12 {
    width: 66.13%;
}
.span_7_of_12 {
    width: 57.66%;
}
.span_6_of_12 {
    width: 49.2%;
}
.span_5_of_12 {
    width: 40.73%;
}
.span_4_of_12 {
    width: 32.26%;
}
.span_3_of_12 {
    width: 23.8%;
}
.span_2_of_12 {
    width: 15.33%;
}
.span_1_of_12 {
    width: 6.866%;
}
body {
    background: url(/img/bg.webp) no-repeat;
    background-size: 100%;
    font-size: 100%;
}
.wrapper {
    margin: 0 auto;
    max-width: 1500px;
}
.contact {
	border: 1px solid var(--KOA-blue);
    height: 46px;
    padding: 10px 3.3%;
    color: #0056a5;
    font: 400 1.1em / 1.4375em var(--font-stack);
    margin: 0 0 2.5% 0;
    box-sizing: border-box;
}
header {
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 50px;
}
header h1 {
  margin: 45px auto 50px auto;
  width: 70%;
}
header h2 {
	font: normal normal 325%/1em var(--xcond);
	background-color: black;
	width: 100%;
	padding: 13px 0;
  color: white;
  margin: 5px auto;
  box-sizing: border-box;
}
main {
  margin: 20px 0;
  z-index: 200;
  position: relative;
  min-height: 500px;
  display: grid;
  grid-template-rows: minmax(300px, auto);
  grid-template-columns: 58% 33%;
  grid-gap: 50px 8%;
}
.cell1 {
  grid-area: 1 / 1 / 3 / 2;
}
.cell2 {
  grid-area: 1 / 2 / 2 / 3;
}
.cell3 {
  grid-area: 2 / 2 / 3 / 3;
}
a.catalog:link {
  text-underline: 0;
}
.catalog {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.catalog img {
  width: 90%;
  max-width: 800px;
  rotate: 6.15deg;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.35)
}
.catalog button {
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 50%;
  background-color: rgba(255,255,255,0.85);
  color: var(--KOA-blue);
  font: normal bold 300%/1.4em var(--condensed);
  padding: 10px 0;
  border: 1px solid var(--midnight-blue);
}
.catalog:hover button {
  background-color: var(--KOA-blue);
  color: white;
}
h1 {
    margin: 0 0 0.1em 0;
}
.form h3 {
  width: 100%;
  background: none;
  font: normal bold 210%/1.1em var(--condensed);
  color: black;
  border-bottom: 8px solid var(--KOA-blue);
  padding: 0 0 10px 0;
  margin: 0 0 5px 0;
}
h3 {
    color: var(--KOA-blue);
    font-size: 1.35em;
}
h4 {
  color: var(--KOA-blue);
    font-size: 1.2em;
    margin-bottom: 10px;
    clear: both;
}
h4 em, h5 em {
    display: block;
    font-style: italic;
    color: var(--KOA-blue);
}
p {
    color: #000;
    font-size: 1.5em;
    line-height: 1.4em;
    margin: 0 0 24px 0;
    padding-right: 20px;
}
.form p {
  margin-bottom: 6px;
}
a:link, a:visited {
    color: #369;
    text-decoration: underline;
}
a:hover, a:active {
    color: #0B67BD;
    text-decoration: none;
}
main ul {
  font-size: 180%;
  margin-top: 0;
}
main li {
  margin-bottom: 20px;
}
section {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
  margin-top: 45px;
}
section div {
  margin: 10px 0;
  border: 1px solid black;
  border-top: 0 none;
  text-align: center;
  width: 47%;
  height: 47%;
  position: relative;
  overflow-x: clip;
  min-height: 401px;
  margin-bottom: 50px;
}
section div img {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
section h2 {
  margin: 0;
  position: relative;
  width: 102%;
  height: 72px;
  top: -27px;
  left: -2px;
}
section h2.long img {
  width: 83%;
  padding: 0 1%;
  display: inline;
}
section h2.long hr {
  width: 7%;
  display: inline-block;
}
section h2 img {
  width: 67%;
  padding: 0 2%;
  display: inline;
}
section h2 hr {
  width: 14.4%;
  display: inline-block;
}
section div.alfagomma {
  background: url(img/bg-alfagomma.webp) right bottom no-repeat;
  background-size: contain;
}
section div.alfagomma,
section div.alfagomma hr {
	border-color: var(--alfagomma);
}
/*section div.alfagomma h2 {
    top: -16px;
    left: -3px;
}*/
section div.piranhaflex {
  background: url(img/bg-piranhaflex.webp) right center no-repeat;
  background-size: contain;
}
section div.piranhaflex,
section div.piranhaflex hr {
	border-color: var(--piranhaflex);
}
/*section div.piranhaflex h2 {
    top: -24px;
    left: -2px;
}*/
section div.kuricrimp {
  background: url(img/bg-kuricrimp.webp) center center no-repeat;
  background-size: contain;
}
section div.kuricrimp,
section div.kuricrimp hr {
	border-color: var(--KOA-blue);
}
section div.kuricrimp h2 {
    top: -26px;
}
section div.argus {
  background: url(img/bg-argus.webp) center center no-repeat;
  background-size: contain;
}
section div.argus,
section div.argus hr {
  border-color: black;
}
section div.argus h2 {
    top: -36px;
}
section div.argus h2 img {
  width: 67%;
  padding: 0 4% 0 0;
  display: inline;
  margin-bottom: 20px;
}
section button {
  position: absolute;
  top: 80%;
  width: 76%;
  padding: 8px;
  margin-left: 12%;
  background-color: rgba(255,255,255, 0.7);
  font: normal 700 185%/1em var(--condensed);
  z-index: 10;
}
section .alfagomma button {
  border: 1px solid var(--alfagomma);
  color: var(--alfagomma);
}
section .alfagomma a:hover button {
  background-color: var(--alfagomma);
  color: white;
}
section .piranhaflex button {
  border: 1px solid var(--piranhaflex);
  color: var(--piranhaflex);
}
section .piranhaflex a:hover button {
  background-color: var(--piranhaflex);
  color: white;
}
section .kuricrimp button {
  border: 1px solid var(--KOA-blue);
  color: var(--KOA-blue);
}
section .kuricrimp a:hover button {
  background-color: var(--KOA-blue);
  color: white;
}
section .argus button {
  border: 1px solid black;
  color: black;
}
section .argus a:hover button {
  background-color: black;
  color: white;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=number] {
    border: 1px solid #666;
    background-image: linear-gradient(#eaeaea 0%, #ffffff 26%);
    color: #4c4c4c;
    box-sizing: border-box;
    box-shadow:inset 2px 2px 5px 0 rgba(0,0,0,0.4);
    width: 100%;
    padding: 6px 5px 5px 10px;
    height: 60px;
    font-size: 120%;
}
textarea {
   border: 1px solid #666;
    background-image: linear-gradient(#eaeaea 0%, #ffffff 26%);
    color: #4c4c4c;
    box-sizing: border-box;
    box-shadow:inset 2px 2px 5px 0 rgba(0,0,0,0.4);
    width: 100%;
    padding: 6px 5px 5px 10px;
    height: 100px;
    resize: vertical;
    min-height: 50px;
    font-size: 120%;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus {
  outline: none;
  border: 1px solid var(--KOA-blue);
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
  -webkit-appearance: number-input;
}
form.fancy-form label {
  width: auto;
  display: block;
  font-weight: 400;
  color: black;
  margin: 20px 0 3px 0;
  font-size: 140%;
  line-height: 1.1em;
}
div.form {
  padding: 0 1%;
  box-sizing: border-box;
}
div.row {
  width: 100%;
  clear: both;
}
div.row.last {
  padding-top:1px;
}
div.row.three-quarters {
  width: 70%;
  float: left;
  clear: none;
}
div.row.one-quarter {
  width: 25%;
  float: left;
  clear: none;
  margin-left: 5%;
}
div.row.half1 {
  width: 49%;
  float: left;
  clear: none;
}
div.row.half2 {
  width: 48.5%;
  float: left;
  margin-left:2.5%;
  clear: none;
}
div.row.last {
  padding-top:1px;
}
div.row.submit {
  text-align: right;
  padding-top: 25px;
  margin: 20px 0;
}
input[type=submit].g-recaptcha,
button.g-recaptcha,
a.button:link,
a.button:visited {
  padding: 8px 0;
  background-color: var(--KOA-blue);
  color: white;
  font-weight: 700;
  text-align: center;
  width: 200px;
  font-size: 200%;
  border: 1px solid var(--KOA-blue);
  text-decoration: none;
}
input[type=submit].g-recaptcha:hover,
input[type=submit].g-recaptcha:active,
button.g-recaptcha:hover,
button.g-recaptcha:active,
a.button:hover,
a.button:active {
  border: 1px solid var(--KOA-blue);
  color: var(--KOA-blue);
  outline: 0 none;
  background-color: transparent;
}
button[disabled].g-recaptcha,
button[disabled].g-recaptcha:hover {
	color:white;
	border: 1px solid lightgray;
	background-color: gray;
}
select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: 130%;
  cursor: pointer;
  line-height: inherit;
  position: relative;
  z-index: 100;
  padding-top: 1px;
}
select::-ms-expand {
  display: none;
}
.select {
  color: #4c4c4c;
  box-sizing: border-box;
  border: 1px solid #666;
  background-image: linear-gradient(#eaeaea 0%, #ffffff 26%);
  width: 100%;
  padding: 6px 5px 5px 10px;
  height: 56px;
  display: grid;
  position: relative;
}
.select::after {
  content: "";
  width: 15%;
  height: 1.2em;
  background-color: black;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  position: absolute;
  top: 20px;
  right: 7px;
  z-index: 90;
}
select:focus {
  outline: none;
}
select + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid transparent;
}
select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--KOA-blue);
}
a.button {
  display: block;
}
img.left {
    margin: 0 1.5% 10px 0;
}
img.small {
    width: 40%;
}
img.medium {
    width: 60%;
}
main h1 img {
  width: auto;
  position: relative;
  top: -13px;
}
.span_12_of_12>img.left {
    margin-bottom: 35px;
}
a.button.large:link,
a.button.large:visited,
a.button.med:link,
a.button.med:visited  {
    background: var(--KOA-blue);
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    font-size: 120%;
    height: auto;
    padding: 10px;
}
a.button.med:link {
    font-size: 100%;
}
a.button.large:hover, a.button.med:hover {
    background: #014381;
}
p a.button {
    display: inline-block;
    width: 40%;
}
a.back {
    font-size: 70%;
    font-weight: normal;
    margin: 3px 8px 0 0;
}
a.back:link, a.back:visited, a.back:hover {
    color: #FFF;
    text-decoration: none;
}
form ul {
    list-style: none;
}
form li {
    margin: 10px;
}
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: white;
  border: 2px solid #999;
  transition: 0.2s all linear;
  margin-right: 4px;
  position: relative;
  top: 2px;
  outline: 0 none;
}
input[type=radio]+label {
  display: inline;
  margin-right: 15px;
}
input[type=radio]:checked {
  box-shadow:inset 0 0 1px 3px #fff;
  background-color: #616161;
  outline: 0 none;
}
input[type=radio]:active {
  outline: 0 none;
}

p.center {
  text-align: center;
}
.contact-footer {
    height: 46px;
    padding: 10px 3.3%;
	border: 1px solid var(--KOA-blue);
	border-left: 0 none;
	border-right: 0 none;
    color: #0056a5;
    font: 400 1.1em / 1.4375em 'Source Sans Pro';
    box-sizing: border-box;
}
.social {
  float: right;
  text-align: center;
  width: auto;
  margin: 0;
  color: #787878;
  font-size: 125%;
}
.social i {
    margin: 0 11px;
}
.social a:link, .social a:visited {
    color: #797979;
    text-decoration: none;
}
.social a:hover {
    color: var(--KOA-blue);
}
footer {
    padding: 21px 0;
    color: var(--KOA-blue);
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    box-sizing: border-box;
}
footer img {
    width: auto;
}
footer img.thomasnet {
    width: 85%;
}
footer p {
    text-transform: uppercase;
    color: #4B4B4B;
    clear: both;
    padding: 32px;
    font-size: 90%;
}
footer div.address {
    text-align: center;
    text-transform: uppercase;
    color: #4B4B4B;
    clear: both;
    padding: 32px;
    font-size: 90%;
}
footer img.logo {
  margin-bottom: 20px;
}
footer ul {
    list-style: none;
    font-size: 90%;
    margin: 5px 15px;
    text-align: center;
    padding: 0;
}
footer li {
    display: inline;
}
footer ul a {
    padding: 0 8px;
    border-right: 1px solid #797979;
}
footer ul li:last-child a {
    border-right: 0 none;
}
footer a:link, footer a:visited {
    color: #4B4B4B;
}
footer a:hover, footer a:active {
    color: var(--KOA-blue);
}
.catalog footer.section {
  margin-top: 49px;
}

.legal {
    font-size: 80%;
    margin: 15px 0 0 0;
    display: block;
}
div.grecaptcha-badge {
  display: none;
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

.featherlight {
  display: none;

  /* dimensions: spanning the background from edge to edge */
  position:fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 2147483647; /* z-index needs to be >= elements on the site. */

  /* position: centering content */
  text-align: center;

  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;

  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 87, 164, 0.6);
}

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content video {
  width: auto;
  height: 100%
}
.featherlight .featherlight-content {
  position: relative;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 75px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  height: 90%;
  max-height:600px;
  background: #fff;
  cursor: auto;
  white-space: normal;
  width: 70%;
}
.featherlight-loading .featherlight-content {
  height: 200px;
  background: #fff url('img/loading.gif') center center no-repeat;
}
.featherlight.small .featherlight-content {
  width: 50%;
}
.featherlight-content img {
  width: auto;
  margin: 10px auto;
}
.featherlight-content .col img {
  width: 100%;
}
.featherlight-content a.button {
  margin: 20px auto;
}
.featherlight-content p,
.featherlight-content ul {
  font-size: 125%;
  line-height: 1.5em;
  text-align: left;
}

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;

  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;

  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff; /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}
.featherlight .featherlight-content img {
  width: 75%;
  margin: 10px auto 40px auto;
}

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  /* styling */
  border: none;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    width: 95%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
    padding: 25px 25px 0;
  }
  .featherlight .featherlight-content img {
    width: 90%;
    margin: 10px auto;
  }
}

/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

/*----COOKIE CONSENT----*/
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
/* ==========================================================================
   Media Queries
   - MIN 320 PIXELS
   - MAX WRAPPER WIDTH IS 1500
   ========================================================================== */

@media screen and (min-width: 320px) {
    body {
        font-size: 80%;
    }
    .wrapper.span_10_of_12 {
        width: 100%;
    }
    .wrapper {
      border: 0 none;
    }
    .span_1_of_12,
    .span_2_of_12,
    .span_3_of_12,
    .span_4_of_12,
    .span_5_of_12,
    .span_6_of_12,
    .span_7_of_12,
    .span_8_of_12,
    .span_9_of_12 {
        width: 100%;
    }
    main h1 {
      margin-top: 0;
      height: 180px;
    }

    main h1 img {
      width: 80%;
      height: auto;
      top: -12px;
    }
    div.catalog a {
      padding-left: 0;
    }
    footer img.thomasnet {
      width: 30%;
    }
    .text div.span_5_of_12,
    div.span_5_of_12.form {
      margin-left: 0;
    }
  #corporatebanner {
    position: absolute;
    top:0;
    height: 49px;
  }
  #corporatebanner .span_10_of_12 {
    padding-top: 4px;
  }
  #corporatebanner .right-nav {
    display: none;
  }
  #corporatebanner .corp-logo {
    display: none;
  }
    .mobileonly {
        display: inline-block;
    }
    .section.group.featured p:first-child {
        margin-top: 0;
    }
    footer img {
        width: 90%;
        float: none;
        display: block;
        margin: 10px auto;
    }
    footer .address img {
        width: auto;
        margin: 0 auto;
        float: none;
    }
    footer ul {
        width: 95%;
        text-align: center;
        margin: 5px auto 0px auto;
        padding: 10px 0 0 0;
        clear: both;
    }
    footer div.logos {
      padding-left: 0;
    }
    footer img.ctpat {
      width: 90%;
      max-width: 132px;
    }
    footer img.logo {
      display: block;
      margin: 0 auto 20px auto;
      width: 90%;
      max-width: 321px;
    }
    .contact {
      height: auto;
      text-align: center;
    }
    a.button:link,
    a.button:visited,
    a.button:hover,
    a.button:active {
      width: 90%;
      margin-bottom: 15px;
    }
    div.form {
      padding: 0 15px;
    }
    div.row.half {
    width: 100%;
    float: none;
    clear: none;
  }
  .buttons {
    margin-left: 0;
  }
  div.row.half.length input[type=text],
  div.row.half.length input[type=number]  {
    margin-bottom: 10px;
    width: 90%;
  }
}
@media screen and (min-width: 354px) {
    .learn-more {
      top: 75px;
      left: 5%;
        width: 20% !important;
    }
    .promo, .purchasing {
      top: 105px;
      left: 5%;
        width: 20% !important
    }
}
@media screen and (min-width: 380px) {
    .featured header h3 {
        font-size: 150%;
    }
    .learn-more {
      top: 75px;
      left: 4%;
        width: 25% !important;
    }
    .promo, .purchasing {
      top: 105px;
      left: 4%;
        width: 25% !important
    }
}
@media screen and (min-width: 400px) {
    #corporatebanner.ec-visible {
      height: 49px;
    }
    .slicknav_menu {
      top:49px;
  	}
    main h1 img {
      width: 70%;
    }
}
@media screen and (min-width: 530px) {
    main h1 img {
      width: 300px;
      height: auto;
    }
    h2 {
      font-size: 2em;
    }
    .video h3 {
      font-size: 2.5em;
    }
}
/* ==========================================================================
   END PHONE
   ========================================================================== */
@media screen and (min-width: 720px) {
    body {
      font-size: 90%;
    }
    .wrapper.span_10_of_12.main {
        position: relative;
    }
    /*  GRID OF TWELVE  */
    .span_12_of_12 {
        width: 100%;
    }
    .span_11_of_12 {
        width: 91.53%;
    }
    .span_10_of_12 {
        width: 83.06%;
    }
    header.section {
        padding-top: 70px;
    }
    #corporatebanner {
      position: fixed;
      height: 49px;
    }
    .span_9_of_12 {
        width: 74.6%;
    }
    .span_8_of_12 {
        width: 66.13%;
    }
    .span_7_of_12 {
    width: 56%;
    }
    .span_7_of_12 {
      margin-right: 2%;
    }
    .span_6_of_12 {
        width: 49.2%;
    }
    .span_5_of_12 {
        width: 40.73%;
    }
    .span_4_of_12 {
        width: 32.26%;
    }
    .span_3_of_12 {
        width: 23.8%;
    }
    .span_2_of_12 {
        width: 15.33%;
    }
    .span_1_of_12 {
        width: 6.866%;
    }
    .main {
        padding-top: 80px;
    }
    div.row.half {
      width: 48%;
      float: left;
    }
     div.row.half input[type=text],
     div.row.half input[type=number]  {
      width: 90%;
      margin-bottom: 20px;
     }
     div.row.half.length input[type=text],
     div.row.half.length input[type=number]   {
      width: 38%;
     }
     div.row.half.length input#hose-length-in {
      margin-left: 10px;
     }
     form.fancy-form div.row.half label {
      margin-top: 0;
     }
    a.button {
      width: 50%;
    }
    h3.title {
      display: block;
    }
    #corporatebanner {
		display:block;
	}
    .span_3_of_12 {
        width: 23.8%;
    }
    .span_4_of_12 {
        width: 32.26%;
    }
    .span_8_of_12 {
        width: 66.13%;
    }
    main h1 {
      height: auto;
    }
    main h1 img {
      top: -18px;
    }
    footer ul {
        margin: 5px 0 0 53px;
        padding: 0;
        float: left;
        clear: none;
        width: auto;
    }
    footer img.thomasnet {
      width: 85%;
    }
    footer img.logo {
        margin: 0;
    }
}
@media screen and (min-width: 830px) {
    body {
        font-size: 100%;
    }
}
@media screen and (min-width: 897px) {
    #corporatebanner li {
      margin-left: 30px;
    }
    #corporatebanner #companies li {
      margin-left: 0;
    }
}
/* ==========================================================================
   END TABLET - OLD VALUE WAS 920px
   ========================================================================== */
@media screen and (min-width: 980px) {
    .wrapper.span_10_of_12,
    #corporatebanner .span_10_of_12 {
        width: 90%;
    }
    .main {
      padding-top: 50px;
    }
    #corporatebanner .right-nav {
      display: inline-block;
      margin-top: 6px;
    }
    div.form {
      padding: 0 1%;
    }
}
@media screen and (min-width: 1025px) {
    .mobileonly {
        display: none;
    }
}
@media screen and (min-width: 1100px) {
    a.button:link,
    a.button:visited,
    a.button:hover,
    a.button:active {
      width: 80%;
    }
    .contact {
      text-align: left;
    }
    footer ul {
    margin: 5px auto 0 auto;
    padding: 0;
    float: none;
  }
}
@media screen and (min-width: 1245px) {
    .wrapper.span_10_of_12, #corporatebanner .span_10_of_12 {
        width: 83.06%;
    }
}
@media screen and (min-width: 1330px) {
    #corporatebanner .corp-logo {
      display: inline-block;
      max-width: 255px;
    }
    #corporatebanner .right-nav {
      margin-top: 0;
    }
    #corporatebanner .span_10_of_12 {
      padding-top: 10px;
    }
    .visible-sm {
      display: none;
    }
    a.button:link,
    a.button:visited,
    a.button:hover,
    a.button:active {
      width: 65%;
    }
}

@media screen and (max-width: 3002px) {
  main h1 img {
    width: 320px;
  }
}
@media screen and (max-width: 1785px) {
  section div {
   height: 400px;
   min-height: auto;
  }
}
@media screen and (max-width: 1546px) {
    section div {
      height: 360px;
    }
    p {
        font-size: 1.45em;
      }
    header h2 {
      font-size: 230%;
    }
    header h1 {
      width: 80%;
    }
    main ul {
      font-size: 150%;
    }
    .form h2 {
      font-size: 200%;
    }
}

@media screen and (max-width: 1443px) {
    p {
      font-size: 1.35em;
    }
    .video h3 {
      font-size: 2em;
    }
    .video h4 {
      font-size: 1.9em;
    }
}
@media screen and (max-width: 1420px) {
    header h2 {
      font-size: 200%;
    }
    .main {
      padding-top: 50px;
    }
    input[type=text], input[type=tel], input[type=email], input[type=number],
    .select {
      height: 50px;
    }
    .select::after {
      width: 1.3em;
      height: 1em;
      top: 15px;
    }
}
@media screen and (max-width: 1345px) {


}
@media screen and (max-width: 1315px) {
    p {
      font-size: 1.2em;
    }
    form.fancy-form label {
      font-size: 130%;
    }
    button.g-recaptcha {
      font-size: 170%;
      padding: 5px 0;
      width: 150px;
    }
}
@media screen and (max-width: 1245px) {
  div.row.half1,
  div.row.half2 {
	width: 100%;
	float: none;
	margin-left:0;
  }
  div.row {
	margin-bottom: 15px;
  }
}
@media screen and (max-width: 1146px) {
    .catalog button {
      font-size: 250%;
      padding: 6px 0;
    }
    .form h3 {
      font-size: 180%;
    }
    section div {
      height: 300px;
    }
}

@media screen and (max-width: 1097px) {
  section div {
    height: 280px;
  }
  section button {
    width: 90%;
    margin-left: 5%;
  }
    p {
      font-size: 1.1em;
    }
    form.fancy-form label {
      font-size: 120%;
    }
    input[type=text], input[type=password], input[type=tel], input[type=email] {
      height: 50px;
    }
}

@media screen and (max-width: 1022px) {
    main ul {
     font-size: 130%;
     padding-left: 30px;
    }
    .form h2 {
      font-size: 150%;
      margin-top: 0;
    }
}

@media screen and (max-width: 1002px) {
    main {
      grid-template-columns: 48% 48%;
      grid-gap: 50px 3%;
    }
    .cell1 {
      grid-area: 1 / 1 / 2 / 3;
    }
    .cell2 {
      grid-area: 2 / 1 / 3 / 2;
    }
    .cell3 {
      grid-area: 2 / 2 / 3 / 3;
    }
    section div {
      height: 390px;
    }
    p {
      font-size: 1em;
    }
    form.fancy-form label {
      font-size: 110%;
    }
    input[type=text], input[type=password], input[type=tel], input[type=email],
    .select {
      height: 45px;
    }
}
@media screen and (max-width: 980px) {
  main {
    padding: 0 2%;
  }
  .contact-footer {
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 910px) {
    .contact-footer {
      height: auto;
      text-align: center;
      padding-bottom: 0;
    }
    .social {
      float: none;
      text-align: center;
      width: 100%;
      margin: 10px auto;
    }
    section div {
      height: 340px;
    }
    section div.alfagomma,
    section div.piranhaflex,
    section div.kuricrimp,
    section div.argus {
      background-size: 90%;
    }
}
@media screen and (max-width: 830px) {
  section div {
    height: 310px;
  }
}
@media screen and (max-width: 750px) {
  .main {
      padding-top: 45px;
    }
    header h1 {
      width: 90%;
      margin: 35px auto 25px auto;
    }
    main ul {
      font-size: 125%;
        padding-left: 20px;
    }
    section div {
      height: 280px;
    }
    .form h2 {
      font-size: 250%;
    }
    p {
    font-size: 1.1em;
  }
  form.fancy-form label {
    font-size: 140%;
  }
  .text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 720px) {
  header {
    margin-bottom: 20px;
  }
  header h2 {
    padding: 13px;
  }
    .text div:nth-child(2) img {
      width: 92%;
      margin: 0 auto;
    }
    .text div:nth-child(2) {
      text-align: center;
    }
    p {
      font-size: 1.5em;
    }
    .contact-footer {
      font-size: 140%;
    }
    footer {
        flex-direction: column;
    }
    footer img.logo {
        width: 60%;
        margin: 0 auto;
    }
    footer .logos {
        text-align: center;
    }
    footer .span_1_of_12 {
        width: 100%;
        text-align: center;
    }
    footer img.thomasnet {
        width: 15%;
    }
  }
@media screen and (max-width: 600px) {
  main {
    grid-template-columns: 98%;
    grid-template-rows: minmax(450px, auto);
    grid-gap: 20px 0;
  }
  section div {
    height: 235px;
  }
  section button {
    top: 75%;
  }
  section h2,
  section div.kuricrimp h2 {
    top: -28px;
  }
  section div.argus h2 {
    top: -38px;
  }
  .cell2 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .cell3 {
    grid-area: 3 / 1 / 4 / 2;
  }
  .catalog {
    width: 60%;
    margin: 10px auto 25px auto;
  }
}
@media screen and (max-width: 520px) {
    footer img {
        width: auto;
    }
}
@media screen and (max-width: 480px) {
  section div {
    width: 90%;
    height: 380px;
    margin: 0 auto 50px auto;
  }
  section div.argus {
    margin-bottom: 5px;
  }
  section h2, section div.kuricrimp h2 {
    top: -29px;
  }
  section div.argus h2 {
    top: -39px;
  }
  .social {
    font-size: 150%;
    }
    .contact-footer {
      font-size: 150%;
    }
    .legal {
        font-size: 100%;
    }
    footer img {
      float: none;
      display: block;
      margin: 10px auto;
    }
}
@media screen and (max-width: 420px) {
  p {
    width: 90%;
    margin: 0 0 0 5%;
  }
  section div {
    height: 310px;
  }
    footer div.address {
        padding: 16px;
    }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */
.required {
  color: red;
}
.required sup {
  font-size: 116%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.inline {
    display: inline;
}
img.first {
    margin-top: 10px;
}
.note {
    font-size: 87.5%;
}
.no-break {
  white-space: nowrap;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }


    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
