:root {
  --gold: #F3AF15;
  --red:  #B22831;
  --KOA-blue: #0055a5;
  --condensed: 'Oswald', sans-serif;
  --font-stack: 'Source Sans Pro', Helvetica, sans-serif;
}
@font-face {
     font-family: 'Source Sans Pro';
     src: url('fonts/SourceSansPro-Regular.woff');
     font-weight: 400;
}
@font-face {
     font-family: 'Source Sans Pro Italic';
     src: url('fonts/SourceSansPro-Italic.woff');
     font-style: italic;
}
@font-face {
     font-family: 'Source Sans Pro Bold';
     src: url('fonts/SourceSansPro-Bold.woff');
     font-weight: 700;
}
@font-face {
     font-family: 'Source Sans Pro BoldItalic';
     src: url('fonts/SourceSansPro-BoldItalic.woff');
     font-weight: 700;
     font-style: italic;
}
@font-face {
     font-family: 'Source Sans Pro Black';
     src: url('fonts/SourceSansPro-Black.woff');
     font-weight: 900;
}



/*! 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-family: 'Source Sans Pro Bold';
}
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: -0.5em;
}
sub {
	bottom: -0.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] {
	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 {
	background: var(--red);
	text-shadow: none;
  color: white;
}
::selection {
	background: var(--red);
	text-shadow: none;
  color: white;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
.sidebar hr {
	border-top-color: #afafaf;
}
audio,canvas,iframe,img,svg,video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.browserupgrade {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0;
}
img.auto {
	width: auto !important;
}

@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-"] {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-youtube:before {
  content: "\f16a";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-linkedin:before {
  content: "\f0e1";
}
/* ==========================================================================
   Layout
   ========================================================================== */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}
.col {
  display: block;
  float: left;
  margin: 1% 0 0 1.6%;
}
.col:first-child {
  margin-left: 0;
}
.group:before,.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.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-image: linear-gradient(90deg, #266fb2 12.5%, #0056a5 12.5%, #0056a5 50%, #266fb2 50%, #266fb2 62.5%, #0056a5 62.5%, #0056a5 100%);
  background-size: 8px 8px;
  font-size: 100%;
  top: 0px !important;
}
/* ==========================================================================
   CORP BANNER
   ========================================================================== */
#corporatebanner {
	background-color: #003479;
	background-image: -moz-linear-gradient(#0056a5 0%, #003479 100%);
	background-image: -o-linear-gradient(#0056a5 0%, #003479 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0056a5), color-stop(100%, #003479));
	background-image: -webkit-linear-gradient(#0056a5 0%, #003479 100%);
	background-image: -ms-linear-gradient(#0056a5 0%, #003479 100%);
	background-image: linear-gradient(#0056a5 0%, #003479 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;
	position: absolute;
}
#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;
}
#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 #0055a5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,.25);
	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,.3);
	border-radius: 8px;
}
.inner-companies::-webkit-scrollbar-thumb {
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.5);
}
.wrapper {
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  position: relative;
  top: 38px;
  max-width: 1500px;
  border: 2px solid #9b9b9b;
  border-top: 0 none;
  border-bottom: 0 none;
}
.wrapper.span_10_of_12,
    #corporatebanner .span_10_of_12 {
        width: 83.06%;
  }
.home .wrapper {
  background: #707070 url(img/bg-main.webp) center -220px no-repeat;
  background-size: contain;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
header {
  text-align: center;
  position: relative;
  padding-top: 55px;
  height: auto;
}
.home header {
  padding-top: 40px;
  margin-bottom: 30px;
}
main {
  position: relative;
  display: block;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
}
main.details {
  justify-content: space-between;
}
.logo {
  width: 70%;
  max-width: 661px;
}
.buttons {
  list-style: none;
  margin-left: 60px;
  padding: 0;
}
.buttons ul {
  padding: 0;
  margin: 0;
}
.buttons li {
  margin: 20px 0;
}
.buttons a:link,
.buttons a:visited {
    color: var(--gold);
    font-family: 'Source Sans Pro Bold';
    font-size: 160%;
    text-decoration: none;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.buttons a:hover,
.buttons a:active {
  color: var(--red);
  text-decoration: none;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}
.billy {
  text-align: center;
}
.billy img {
  max-width: 409px;
  width: 100%;
  position: relative;
  top: 2px;
  margin: 0 auto;
}
.rebate {
  text-align: center;
  box-sizing: border-box;
  float: right;
}
.rebate img {
  max-width: 185px;
  width: 100%;
}
.rebate .cbc{
  background-color: rgba(255,255,255,0.75);
  display: block;
  padding: 10px;
  margin: 15px auto;
  width: 50%;
  min-width: 185px;
}
p.legal {
  margin-top: 150px;
}
p.email {
  color: var(--red);
  text-align: center;
  font-size: 150%;
  font-style: italic;
}
.email a {
  color: var(--red);
  text-decoration: underline;
}
.email a:hover {
  color:  var(--gold);
}
.step {
  background: linear-gradient(0deg, rgba(112,112,112,1) 0%, rgba(199,199,199,1) 100%);
  height: 100px;
  width: 100%;
  border-top: 1px solid black;
  clear: both;
  position: relative;
}
/* ==========================================================================
   SECONDARY PAGES
   ========================================================================== */
   .secondary .wrapper {
     background-color: #707070;
     background-image: none;
   }
   .secondary header {
     height: auto;
     background: #000 url(img/bg-main.webp) center -400px no-repeat;
   }
   .secondary .logo {
     max-width: 450px;
   }
   .secondary .span_11_of_12.center,
  .secondary .span_8_of_12.center {
     margin: 20px auto;
     float: none;
   }
   .secondary main {
    color: white;
   }
   .section.group.wrapper80  {
     width: 75%;
     margin: 0 auto;
   }
   .secondary .span_8_of_12.center {
     text-align: center;
   }
   
   .secondary header.product {
     background-color: var(--gold);
     background-image: none;
     top: 0;
     height: 117px;
     display: flex;
     flex-flow: row nowrap;
     justify-content: space-between;
     align-items: center;
     padding: 0;
   }
   .secondary .buttons {
     margin: 0 auto;
     padding: 15px 0;
     text-align: center;
   }
   .secondary .buttons li {
     display: inline-block;
     margin: 13px 10px 20px 10px;
     width: 21%;
   }
   .secondary h4 {
     margin-bottom: 0;
     font-family: 'Source Sans Pro Bold';
     line-height: 1.1em;
   }
   .specs {
    padding-top: 30px;
   }
   .small-logo {
     margin-top: 10px;
     width: 100%;
     max-width: 450px;
   }
   ul.benefits {
     list-style: none;
     padding: 0;
     margin: 0;
   }
   .center h4 {
     text-align: center;
   }
   .center .specs  h4,
   .center .hose h4,
   .center .features h4 {
     text-align: left;
   }
   h4+p,
   h4+ul {
     margin-top: 5px;
   }
   header.product h2 {
     font-family: var(--condensed);
     font-weight: 700;
     font-size: 350%;
     color: white;
     margin: 0 1% 0 0;
   }
   header.product .alfagomma {
     margin-left: 1%;
     position: relative;
     width: auto;
   }
   .hose {
     margin-top: 0;
     background: url(/img/hose-bg.jpg) left -100px no-repeat;
   }
   .hose img {
     width: 100%;
     max-width: 503px;
   }
   .hose h4, .hose p {
    padding: 0 150px 0 25px;
   }
   .details p.note {
    padding-left: 25px;
    margin-bottom: 30px;
   }
   .features {
    padding-left: 25px;
    margin-bottom: 10px;
   }
   .features h4 {
    margin-top: 5px;
   }
    .specs h4, .specs p {
    padding: 0 25px 0 0;
   }
   img.badge {
    width: 45%;
    margin-left: 5%;
   }
   h3 {
     font-size: 190%;
     margin-bottom: 3px;
   }
   h4 {
     font-size: 130%;
     color: white;
     font-weight: 800;
   }
   .benefits h4 {
    font-weight: 400;
   }
   h4.condensed {
     font-size: 150%;
     margin-top: 3px;
   }
   .condensed {
     font-family: var(--condensed);
   }
   .secondary ul.list {
     margin-left: 15px;
     padding: 0 15px 0 0;
     list-style-position: outside;
   }
   .list li {
     margin: 8px 0;
   }
   .product-table {
     width: 95%;
     color: black;
     border: 1px solid white;
     margin-left: 25px;
   }
   .product-table td {
     padding: 5px 0;
     text-align: center;
   }
   .top {
     border-bottom: 1px solid white;
   }
   .product-table tr:nth-child(even) td {
     background-color: #d1d3d4;
   }
   .product-table tr:nth-child(odd) td {
     background-color: #e6e7e8;
   }
   thead th {
     border-right: 1px solid white;
     background-color: black;
     color: white;
     font-family: var(--condensed);
     font-weight: 400;
     padding: 5px 10px;
   }
   /*thead th:last-child {
     border-right: 0 none;
   }*/
   thead th.first {
     font: 700 200%/1.4em var(--font-stack);
     text-align: left;
     padding-left: 15px;
   }
   .note {
     font-size: 85%;
   }
   .note a {
     color: white;
   }
   .note-small {
    font-size: 75%;
    color:white;
    font-style: italic;
   }
   .events {
     list-style: none;
   }
   .events li {
     margin-bottom: 15px;
   }
   .events .date {
     float: left;
     display: inline-block;
     margin-right: 15px;
   }
   .events h3 {
     color: var(--gold);
     font-style: italic;
     font-weight: 900;
     font-size: 125%;
   }
   .events p {
     font-family: var(--condensed);
     margin-top: 5px;
   }
   .col.right {
     float: right;
     text-align: left;
   }
   .row {
       margin: 10px 0;
       padding: 10px 0;
       display: block;
   }
   label {
     display: block;
   }
   input,
   textarea {
    padding: 8px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d3d3d3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#d3d3d3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#d3d3d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 );
    border: 1px solid #555;
    width: 90%;
    color: black;
   }
   input:focus,
   textarea:focus {
     background: #d3d3d3;
     background: -moz-linear-gradient(top, #d3d3d3 0%, #ffffff 100%);
     background: -webkit-linear-gradient(top, #d3d3d3#ffffff 0%,#ffffff 100%);
     background: linear-gradient(to bottom, #d3d3d3 0%,#ffffff 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#ffffff',GradientType=0 );
     border: 1px solid var(--gold);
     outline: none;
   }
   select {
    color: black;
   }
   input[type=submit] {
    width: auto;
    padding: 10px 15px;
    background: #8e1225;
    background: -moz-linear-gradient(top, #8e1225 0%, #d71930 100%);
    background: -webkit-linear-gradient(top, #8e1225 0%,#d71930 100%);
    background: linear-gradient(to bottom, #8e1225 0%,#d71930 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e1225', endColorstr='#d71930',GradientType=0 );
    border: 1px solid var(--gold);
    color: white;
    font-family: 'Source Sans Pro Bold';
    font-size: 140%;
   }
   input[type=submit]:hover {
     color: var(--gold);
   }
.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,
footer img.logo {
    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);
}
.social {
    color: #787878;
    float: right;
    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;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media screen and (min-width: 1100px) {
  .social {
      float: right;
      text-align: center;
      width: auto;
      margin: 0;
    }
    footer ul {
    margin: 5px auto 0 auto;
    padding: 0;
    float: none;
  }
  #corporatebanner .right-nav {
      display: inline-block;
    }
}

@media only screen and (max-width: 1730px) {
    .home .wrapper {
      background-position: center -150px;
    }
  }

@media only screen and (max-width: 1645px) {
  .home .wrapper {
    background-position: center -100px;
  }
}
@media only screen and (max-width: 1550px) {
  .home .wrapper {
    background-position: center 0;
  }
}
@media only screen and (max-width: 1375px) {
  .home .wrapper {
    background: #707070 url(img/bg-main-med.webp) center 0px no-repeat;
  }
}
@media screen and (max-width: 1245px) {
    .wrapper.span_10_of_12,
    #corporatebanner .span_10_of_12 {
      width: 100%;
    }
    .wrapper {
      border: 0 none;
    }
    .home .wrapper {
    background-size: contain;
    }
    .billy img {
      width: 85%;
    }
}
@media only screen and (max-width: 1220px) {
  .secondary .logo {
    margin-left: 0.5%;
  }
  .secondary .tag {
    margin-right: 0.5%;
  }
}
@media only screen and (max-width: 1200px) {
  header.product h2 {
    font-size: 350%;
  }
}
@media only screen and (max-width: 1150px) {
  .buttons {
    margin-left: 60px;
  }
  header.product h2 {
    font-size: 300%;
  }
}
@media only screen and (max-width: 1131px) {
  .secondary .logo {
    float: none;
    margin-left: 0;
  }
  .secondary .tag {
    float: none;
    margin-right: 0;
  }
  .secondary header {
    text-align: center;
    height: 158px;
  }
}
@media only screen and (max-width: 1050px) {
  .billy img {
    width: 80%;
  }
}
@media only screen and (max-width: 1010px) {
  .buttons {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 980px) {
  #corporatebanner .span_10_of_12 {
    width: 100%;
    padding: 7px 3.3%;
    box-sizing: border-box;
  }
  header.product h2 {
    font-size: 200%;
  }
}
@media screen and (max-width: 910px) {
  .contact-footer {
    height: auto;
    text-align: center;
  }
  .social {
    float: none;
    text-align: center;
    width: 100%;
    margin: 10px auto;
  }
  .secondary header.product {
    height: 85px;
  }
}
@media only screen and (max-width: 885px) {
  .span_5_of_12.left {
    width: 37%;
  }
  .buttons {
    margin-left: 30px;
  }
  .small-logo {
    width: 95%;
  }
  .hose {
    background-position: left -160px;
  }
  .hose h4, .hose p {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .wrapper {
    background-position: center 30px;
  }
  header {
    top: 0;
    height: auto;
    padding-top: 30px;
  }
  .rebate .cbc {
    margin: 8px auto;
    padding: 7px;
  }
  .rebate img {
    width: 90%;
  }
  .step {
    height: 70px;
  }
  p.email {
    margin: 16px auto;
    font-size: 110%;
  }
  .secondary .buttons li {
    width: auto;
  }
}
@media only screen and (max-width: 780px) {
  .rebate img.sanitary {
    display: none;
  }
  .buttons {
    margin-left: 20px;
    font-size: 90%;
  }
}
@media only screen and (max-width: 740px) {
  header.product {
    box-sizing: border-box;
  }
  .secondary header.product {
    flex-direction: column;
    justify-content: space-around;
    height: 100px;
    text-align: center;
  }
  .billy img {
    width: 75%;
  }
  .rebate {
    padding: 0;
    margin-right: 20px;
  }
  .hose {
    background-position: left -60px;
    background-size: 70%;
  }
  .hose img {
    width: 90%;
  }
  img.badge {
    width: 40%;
  }
  .product-table {
    margin: 0 auto;
  }
  .details p.note {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper {
    top: 0;
  }
  .home .wrapper {
    background: #707070 url(img/bg-main-sm.webp) center 0 no-repeat;
    background-size: auto 438px;
  }
    #corporatebanner {
    display: none;
  }
  .home header {
    padding-top: 35px;
  }
   .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,
  .span_10_of_12,
  .span_11_of_12,
  .span_12_of_12,
  .span_5_of_12.left  {
     width: 100%;
  }
  .secondary .span_9_of_12.center {
    width: 90%;
  }
  .span_3_of_12.nav {
    width: 40%;
  }
  .span_5_of_12.billy {
    width: 40%
  }
  .nav {
    order: 1;
  }
  .billy {
    order: 2;
  }
  .billy img {
    width: 70%;
  }
  .step {
    order:  3;
  }
  .rebate {
    order: 4;
    margin: 0 0 30px 0;
  }
  .buttons {
    margin-left: 15px;
  }
  .benefits h4 {
    padding:  0 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  .product-table {
    overflow-x: auto;
    display: block;
  }
  .specs {
    padding-left: 25px;
  }
  .hose {
    background-size: 60%;
  }
  footer {
    flex-direction: column;
    text-align: center;
  }
  footer img.logo {
    width: 60%;
  }
  footer img.thomasnet {
    width: 15%;
  }
}
@media only screen and (max-width: 595px) {
  .home .wrapper {
    background-size: auto 410px;
  }
}

@media only screen and (max-width: 550px) {
  .home header {
    padding-top: 30px;
  }
  .secondary main {
    top: 0;
  }
  .left {
    text-align: center;
  }
  .rebate {
    float: none;
    text-align: center;
  }
  .secondary .buttons {
    margin: 0 auto;
  }
  .wrapper {
    background-position: center top;
    top: 0;
  }
  .logo {
    width: 80%;
  }
}
@media only screen and (max-width: 495px) {
  .home .wrapper {
    background-size: auto 355px;
  }
  .secondary .buttons li {
    margin: 8px 5px;
  }
  .secondary .buttons a:link {
    font-size: 150%;
  }
}
@media only screen and (max-width: 450px) {
  .home .wrapper {
    background-size: auto 330px;
  }
  .secondary .buttons li {
    width: 40%;
    margin: 5px;
  }
  .benefits img,
  img.tour-banner {
    width: 95%;
  }
  .events h3,
  .events p,
  .specs ul,
  .features ul,
  .center .features h4 {
    text-align: left;
    padding: 0 5px;
  }
  .center h4 {
    padding: 0 10px;
  }
  .section.group.wrapper80 {
    width: 95%;
  }
  ul.events {
    padding-left: 5px;
  }
  .events li {
    clear: both;
  }
  .events .date {
    margin-bottom: 20px;
  }
  footer p {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 421px) {
  .span_3_of_12.nav {
    width: 45%;
  }
  .secondary header.product {
    height: 75px;
  }
  header.product .alfagomma {
    width: 60%;
  }
  header.product h2 {
    font-size: 170%;
  }
}
@media only screen and (max-width: 405px) {
  .home .wrapper {
    background: #707070 url(img/bg-main-xs.webp) center 0 no-repeat;
    background-size: auto 328px;
  }
  .span_3_of_12.nav {
    width: 60%;
  }
  .span_5_of_12.billy {
    width: 35%;
  }
  .billy img {
    width: 92%;
  }
}
@media only screen and (max-width: 380px) {
  .secondary .buttons li {
    width: 48%;
    margin: 0;
  }
  .secondary .buttons a:link {
    font-size: 142%;
  }

}
@media only screen and (max-width: 360px) {
  .home .wrapper {
    background-size: auto 300px;
  }
  .home header {
    padding-top: 15px;
  }
  .logo {
    width: 90%;
  }
  .billy img {
    width: 98%;
  }
}
@media only screen and (max-width: 330px) {
  .home .wrapper {
    background-size: auto 280px;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.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;
}
.inline {
  display: inline;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        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) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]: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;
    }

    @page {
        margin: 0.5cm;
    }

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

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