:root {
  --font-stack: 'Source Sans Pro', Helvetica, sans-serif;
  --KOA-blue: #0055a5;
  --midnight-blue: #003479;
  --font-size: 1em;
  --lightBlue: rgba(174,211,244,0.7);
}

/*! 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}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: var(--font-size);
    line-height: 1.4;
    font-family: var(--font-stack);
}

::-moz-selection,
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
img.auto {
        width: auto;
}
/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-regular.woff2') format('woff2'),
         url('fonts/sourcesanspro-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
 @font-face {
     font-family: 'Source Sans Pro';
     src: url('fonts/SourceSansPro-semibold.woff2') format('woff2'),
         url('fonts/SourceSansPro-semibold.woff') format('woff');
     font-weight: 500;
     font-style: normal;
     font-display: swap;
 }
@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-bold.woff2') format('woff2'),
         url('fonts/sourcesanspro-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
/* ==========================================================================
   FONTS- ICOMOON
   ========================================================================== */
   @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-search:before {
     content: "\f002";
   }
   .icon-chevron-up:before {
     content: "\f077";
   }
   .icon-facebook-square:before {
     content: "\f082";
   }
   .icon-twitter:before {
     content: "\f099";
   }
   .icon-arrow-circle-right:before {
     content: "\f0a9";
   }
   .icon-sort-desc:before {
     content: "\f0dd";
   }
   .icon-sort-down:before {
     content: "\f0dd";
   }
   .icon-linkedin:before {
     content: "\f0e1";
   }
/* ==========================================================================
   CORP BANNER
   ========================================================================== */
#corporatebanner {
    background-image: linear-gradient(var(--KOA-blue) 0%, var(--midnight-blue) 100%);
    height: 49px;
    box-shadow: 0 4px 3px 0 rgba(0,0,0,.75);
    z-index: 10000;
    position: fixed;
}
#corporatebanner .span_10_of_12 {
    margin: 0 auto;
    padding-top: 10px;
    width: 83.06%;
    max-width: 1500px;
}
#corporatebanner img {
    width: auto;
}
#corporatebanner img.mark {
    max-width: 36px;
    margin-left: 4px;
}
#corporatebanner ul {
    list-style: none;
    float: right;
    padding: 0;
    margin: 0;
    width: auto;
}
#corporatebanner li {
    margin-left: 38px;
    display: inline-block;
    position: relative;
}
 #corporatebanner .right-nav {
  display: inline-block;
  margin-top: 6px;
}
#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;
}
#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: white url(/img/water.webp)100px 100px no-repeat;
    background-size: contain;
    font-family: 'Source Sans Pro';
}
main {
    padding: 50px 2.5% 80px 2.5%;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
header {
  width: 100%;
  height: 1000px;
  padding-top : 80px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.right-side,
.features {
  width: 58.4%;
}
.thanks .features {
  width: 85%;
}
.left-side,
.form {
  width: 41%;
}
header h1 {
  width: 100%;
  margin: 0 0 70px 0;
}
header img.logo {
  width: 100%;
  height: auto;
}
header img.tag {
  width: 75%;
  position: relative;
  right: -25px;
  filter: drop-shadow(0 0 4px rgba(255 255 255 / 0.5));
}
img.hoses {
    width: 110%;
    max-width: 1142px;
    position: relative;
    left: -10%;
    top: -100px;
}
p {
    color: #000;
    font-size: 150%;
    line-height: 1.4em;
    margin: 0 0 12px 0;
}
a:link {
    color: #369;
    text-decoration: underline;
}
a:visited {
    color: #369;
    text-decoration: underline;
}
a:hover, a:active {
    color: #01a6fa;
    text-decoration: none;
}
.features {
  padding-top: 2%;
  margin-top: 50px;
}
.features ul {
  padding: 0 8% 0 0;
  margin: 0;
}
.features li {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 37px 0;
  border-bottom: 2px solid var(--KOA-blue);
}
.features li:last-child {
  border-bottom: 0 none;
}
.features img {
  width: 40%;
  max-width: 380px;
}
.features p {
  font-size: 170%;
  line-height: 1.3em;
  width: 55%;
  margin: 0 0 0 4%;
}
.thanks .features p {
  width: 100%;
  margin-left: 0;
}
.form {
    height: auto;
    padding: 2% 0;
    box-sizing: border-box;
    margin-top: 50px;
}
h2 {
    font: normal 800 220%/1.3em 'Source Sans Pro';
    padding: 0;
    margin: 0 0 5px 0;
    color: var(--KOA-blue);
}
.form p {
  font-size: 140%;
  color: black;
  padding-right: 1%;
}

form.fancy-form label {
  width: auto;
  display: block;
  font-family: "Source Sans Pro";
  color: black;
  margin: 20px 0 3px 0;
  font-size: 155%;
  line-height: 1.1em;
}
div.row {
  width: 100%;
  clear: both;
}
div.row.half {
    width: 50%;
    float: left;
    clear: none;
}
div.row.half input[type=text] {
    width: 90%;
    margin: 0 20px 3px 0;
}
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.three-quarters {
  width: 70%;
  float: left;
  /* margin: 10px 0; */
}
div.row.one-quarter {
  width: 25%;
  float: left;
  clear: none;
  /* margin: 10px 0 27px 5%; */
  margin: 0 0 27px 5%;
}
input[type=text], input[type=tel], input[type=email] {
    border: 1px solid #666;
    background-image: linear-gradient(#eaeaea 0%, #ffffff 26%);
    color: black;
    box-sizing: border-box;
    box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,0.2);
    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%);
  box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,0.2);
  color: black;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 5px 5px 10px;
  height: 100px;
  font-size: 120%;
}
div.row.submit {
  text-align: right;
  margin-bottom: 20px;
  padding-top: 20px;
}
input[type=submit].g-recaptcha,
button.g-recaptcha {
  padding: 8px 0;
  font-family: "Source Sans Pro";
  font-weight: 700;
  text-align: center;
  width: 266px;
  font-size: 200%;
  text-decoration: none;
  border: 1px solid var(--KOA-blue);
  color: var(--KOA-blue);
  outline: 0 none;
  background-color: transparent;
}
input[type=submit].g-recaptcha:hover,
input[type=submit].g-recaptcha:active,
button.g-recaptcha:hover,
button.g-recaptcha:active {
  border: 1px solid var(--KOA-blue);
  outline: 0 none;
  background-color: var(--KOA-blue);
  color: white;
}
button[disabled].g-recaptcha,
button[disabled].g-recaptcha:hover {
    opacity: 0.6;
	background-color: transparent;
	color: var(--KOA-blue);
}
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: 12%;
  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(--red);
}
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: white;
  border: 1px solid #363636;
  transition: 0.2s all linear;
  margin-right: 4px;
  position: relative;
  top: 2px;
  outline: 0 none;
  cursor: pointer;
}
.fancy-form input[type=radio]+label {
  display: inline;
  margin: 0 55px 20px 0;
}
input[type=radio]:checked {
  box-shadow:inset 0 0 0 3px #fff;
  background-color: #363636;
  outline: 0 none;
}
input[type=radio]:active {
  outline: 0 none;
}
h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: var(--KOA-blue);
}
div.grecaptcha-badge,
.grecaptcha-badge {
    opacity: 0;
    display: none;
}
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;
  position: relative;
  z-index: 1;
}
.catalog button {
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 75%;
  background: white;
  color: var(--KOA-blue);
  font: normal bold 300%/1.4em var(--font-stack);
  padding: 10px 0;
  border: 1px solid var(--midnight-blue);
}
.catalog:hover button {
  background: rgb(26,20,121);
  background: linear-gradient(180deg, rgba(26,20,121,1) 0%, rgba(0,212,255,1) 100%);
  color: white;
}
.contact-footer {
    background-color: #c6c6c6;
    height: 46px;
    padding: 10px 3.3%;
    color: #0056a5;
    font: 400 1.1em / 1.4375em 'Source Sans Pro';
    box-sizing: border-box;
}
footer {
    background-color: rgba(226, 226, 226, 1.0);
    padding: 21px 32px;
    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 {
  display: block;
  margin-bottom: 20px;
  width: 90%;
  max-width: 321px;
}
footer ul {
    list-style: none;
    font-size: 90%;
    margin: 5px 15px;
    text-align: center;
    padding: 0;
}
footer li {
    display: inline-block;
}
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);
}
.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);
}
.legal {
    font-size: 80%;
    margin: 15px 0 0 0;
    display: block;
}


/*----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) {
    footer img {
        width: 90%;
        float: none;
        display: block;
    }
    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;
    }
    a.button:link,
    a.button:visited,
    a.button:hover,
    a.button:active {
      width: 90%;
      margin-bottom: 15px;
    }
  div.row.half.length input[type=text],
  div.row.half.length input[type=number]  {
    margin-bottom: 10px;
    width: 90%;
  }
}

/* ==========================================================================
   END PHONE
   ========================================================================== */
@media screen and (min-width: 720px) {
    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%;
    }
    footer ul {
        margin: 5px 0 0 53px;
        padding: 0;
        float: left;
        clear: none;
        width: auto;
    }
    footer div.logos {
      padding-left: 20px;
    }
    footer img.thomasnet {
      width: 85%;
    }
}
@media screen and (min-width: 897px) {
    #corporatebanner li {
      margin-left: 30px;
    }
    #corporatebanner #companies li {
      margin-left: 0;
    }
}
/* ==========================================================================
   END TABLET
   ========================================================================== */

@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%;
    }
    footer ul {
    margin: 5px auto 0 auto;
    padding: 0;
    float: none;
  }
}

@media screen and (min-width: 1330px) {
    #corporatebanner .corp-logo {
      display: inline-block;
    }
    #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: 2400px) {
  header {
    height: 900px
  }
  .features {
    padding-top: 130px;
  }
}
@media screen and (max-width: 2200px) {
  header {
    height: 850px
  }
}
@media screen and (max-width: 2000px) {
  header {
    height: 800px
  }
}
@media screen and (max-width: 1800px) {
  header {
    height: 750px
  }
}
@media screen and (max-width: 1600px) {
  header {
    height: 700px
  }
}
@media screen and (max-width: 1443px) {
    header {
      height: 650px
    }
    p {
      font-size: 1.5em;
    }
    input[type=text], input[type=tel], input[type=email], .select {
      height: 45px;
    }
}
@media screen and (max-width: 1315px) {
    p {
      font-size: 1.35em;
    }
    form.fancy-form label {
      font-size: 130%;
    }
    button.g-recaptcha {
      font-size: 170%;
      padding: 5px 0;
      width: 150px;
    }
}
@media screen and (max-width: 1265px) {
  header {
    height: 550px;
    padding-top: 40px;
  }
  img.hoses {
    top: -75px;
  }
  .features,
  .form {
    margin-top: 0;
    padding-top: 50px;
  }
  div.row.half1,
  div.row.half2 {
	width: 100%;
	float: none;
	margin-left:0;
  }
  div.row {
	margin-bottom: 15px;
  }
}
@media screen and (max-width: 1245px) {
    #corporatebanner .span_10_of_12 {
        width: 90%;
    }
	header img.tag {
		right: 0;
	}
  .features p {
    font-size: 140%;
  }
}
@media screen and (max-width: 1245px) {
  .features {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1097px) {
    header {
      height: 500px
    }
    p {
      font-size: 1.25em;
    }
    form.fancy-form label {
      font-size: 120%;
    }
    input[type=text], input[type=password], input[type=tel], input[type=email] {
      height: 50px;
    }
	.catalog button {
		font-size: 250%;
	}
}
@media screen and (max-width: 1002px) {
    p {
      font-size: 1em;
    }
    form.fancy-form label {
      font-size: 110%;
    }
    input[type=text], input[type=tel], input[type=email], .select {
      height: 45px;
    }
}
@media screen and (max-width: 980px) {
    .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%;
    }
  #corporatebanner {
    position: absolute;
    top:0;
    height: 49px;
  }
  #corporatebanner .span_10_of_12 {
    padding-top: 8px;
  }
  #corporatebanner .right-nav {
    display: none;
  }
  .catalog {
    margin-top: 60px;
  }
  .contact-footer {
    height: auto;
    text-align: center;
  }
  .social {
    float: none;
    text-align: center;
    width: 100%;
    margin: 10px auto;
  }
  footer {
      flex-direction: column;
  }
  footer img {
    float: none;
    margin: 20px auto 0 auto;
  }
  footer img.logo {
      width: 60%;
  }
  footer li {
    margin: 5px 0;
  }
  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: 950px) {
    header {
      height:460px;
    }
    header img.tag {
      left: 66px;
    }
    main {
        margin-top: 25px;
    }
    .select::after {
      top: 12px;
    }
}
@media screen and (max-width: 910px) {
  header {
    height: 440px
  }
}
@media screen and (max-width: 750px) {
    p {
    font-size: 125%;
  }
  .features,
  .form {
    width: 100%;
  }
  .features ul li:first-of-type {
    padding-top: 0;
  }
  .features {
    padding-top: 0;
  }
  .features ul {
    padding-right: 1%;
  }
}
@media screen and (max-width: 720px) {
    body {
      background-position: 30px 60px;
    }
    header {
      padding-top: 0;
      height: 335px;
    }
    header h1 {
      margin-bottom: 30px;
    }
    img.hoses {
        width: 100%;
        max-width: 526px;
        top: -37px;
    }
    h2 {
      font-size: 190%;
    }
    .form p,
    .features p {
      font-size: 140%;
    }
    .mobileonly {
        display: inline-block;
    }
}

@media screen and (max-width: 580px) {
  body {
    background: transparent;
  }
    header {
      height: 415px;
    }
    .right-side {
      width: 40%;
    }
    .left-side {
      width: 60%;
    }
    img.hoses {
      width: 180%;
      top: 40px;
      left: -15%;
    }
    header h1 {
      margin-bottom: 5px;
    }
    header img.tag {
      left: 120px;
      width: 60%;
    }
    footer img {
        width: auto;
    }
}

@media screen and (max-width: 480px) {
  header {
    height: 345px;
  }
  header img.tag {
    left: 100px;
  }
    .form {
        margin: 15px auto;
    }
    div.row.half {
    width: 100%;
    float: none;
    clear: both;
  }
  div.row.half input[type=text] {
    width: 100%;
  }
  .features img,
  .features p {
    width: 100%;
  }
  .features p {
    padding-top: 10px;
    margin-left: 0;
  }
  footer {
    padding: 20px 2px;
  }
    footer img.thomasnet {
        width: 25%;
    }
    footer img.logo {
        width: 90%;
    }
    footer img {
        display: block;
        margin: 10px auto;
    }
}
@media screen and (max-width: 405px) {
  img.hoses {
    top: 17px;
  }
  header img.tag {
    left: 90px;
  }
  header {
    height: 290px;
  }
}
@media screen and (max-width: 390px) {
  img.hoses {
    left: -22%;
  }
  header {
    height: 265px;
  }
  header img.tag {
    left: 83px;
  }
    footer div.address {
        padding: 16px;
    }
    .select::after {
        top: 16px;
    }
    input[type=text], input[type=tel], input[type=email], .select {
        height: 40px;
    }
}
@media screen and (max-width: 330px) {
  body {
    font-size: 95%;
  }
  header img.tag {
    left: 70px;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.required {
  color: red;
}
.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;
}
.inline {
    display: inline;
}
img.first {
    margin-top: 10px;
}
.no-break {
  white-space: nowrap;
}
.note,
.form p.note {
  font-size: 87.5%;
}

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