@import url("https://cdn.kuriyama.com/assets/css/normalize.css");
@import url("https://cdn.kuriyama.com/assets/css/common.css");
@import url("https://cdn.kuriyama.com/assets/css/boilerplate.css");
@import url("https://cdn.kuriyama.com/assets/css/fonts.css");
@import url("https://cdn.kuriyama.com/assets/css/layout.css");
@import url("https://cdn.kuriyama.com/assets/css/forms.css");
@import url("https://cdn.kuriyama.com/assets/css/helpers.css");
@import url("https://cdn.kuriyama.com/assets/css/print.css") print;
:root {
  --KOA-blue: #0055a5;
  --midnight-blue: #003479;
  --bright-blue: #0A6FCE;
  --font-stack: 'Source Sans Pro', Helvetica, sans-serif;
  --ltGray: #cfcfcf;
  --medGray: #424242;
  --medGraytoo:#9e9e9e;
  --red: #ae161b;
  --brightred: #c4161c;
  --darkRed: #800307;
  --orange: #ef9635;
}
img.product-logo {
    max-width: 541px;
}
body {
    background-color: white;
    font-size: 100%;
    top:0px;
    position: relative;
    min-height: 100%;
}
.wrapper {
    margin: 0 auto 70px auto;
    position: relative;
    top: 0;
    max-width: 1280px;
}
.main {
  padding-top: 20px;
}
.home .bg {
  background: url('../img/bg-header.png') no-repeat;
  height:559px;
  width: 75%;
  position: absolute;
  z-index: 0;
  top: 80px;
  right: 0;
}
.bg {
  background: url('../img/bg-header-secondary.webp') no-repeat;
  height:298px;
  width: 75%;
  position: absolute;
  z-index: 0;
  top: 50px;
  right: 0;
}
.home .span_8_of_12 {
  width: 60.13%;
}
.home .span_4_of_12 {
  width: 38.26%;
}
/* ==========================================================================
   HEADER + NAV
   ========================================================================== */
header {
  height: auto;
  position: relative;
  z-index: 250;
  top: 70px;
}
header h2 {
  display: block;
  height: auto;
  position: relative;
  left: 4.75%;
}
header h2 img {
  display: block;
  width: 275px;
}
nav {
  background: no-repeat url('/img/bg-nav.webp') right top;
  height: 69px;
  top: 31px;
  position: relative;
  max-width: 1225px;
  width: 100%;
  font-size: 115%;
  left: 4.75%;
}
nav ul {
  list-style: none;
  padding: 6px 30px 0 15px;
  margin: 0 0 5px 0;
}
nav li {
  font-size: 80%;
  position: relative;
  margin-left: 10px;
}
nav li ul li {
  font-size: 100%;
}
nav li::after {
  content: '|';
  font-size: 110%;
  color: black;
}
nav li.last::after {
  color: var(--brightred);
}
#responsive-button,
.corporate-mobile {
  display: none;
}
#social {
  float: right;
  position: relative;
  right: 87px;
  margin-top: 1px;
  top: 40px;
}
#social li {
  display: inline-block;
  padding-right: 25px;
  height: 20px;
  color: #edb743;
}
#social li:last-of-type {
  padding-right: 0;
}
#social li span {
  font-size: 130%;
}
#social li::after {
  content: none;
}
#social a,
.secondary #social a {
  text-decoration: none;
  position: relative;
  top: -3px;
}
#menu ul.nav-menu {
    display: flex;
    justify-content: flex-start;
}
#social svg {
  height: 100%;
  fill: #d50808;
}
.secondary #social svg {
  fill:white;
}
#social svg.x {
  height: 82%;
}
#social a:hover svg,
.social-box a:hover svg {
  fill: var(--orange);
}
nav a {
  margin: 0 11px 0 0;
  padding-bottom: 10px;
}
nav a:link,
nav a:visited {
  color: white;
  text-decoration: none;
}
nav a:hover,
nav a:active {
  color: var(--orange);
}
nav #social a {
    margin: 0 18px 0 0;
}
.icon-chevron-down {
  font-size: 80%;
}
.social {
    font-size: 105%;
}
.social a:link, .social a:visited {
    text-decoration: none;
}
ul.dropdown {
  position: absolute;
  background: var(--brightred);
  top: 22px;
  left: -5px;
  height: auto;
  display: none;
  width: 100%;
  list-style: none;
  margin: 5px 0 5px 5px;
  padding: 5px 15px 0 10px;
  z-index: 1000;
}
.dropdown li {
  display: block;
  margin: 8px 0;
}
.dropdown li::after {
  content: none;
}
.product-parent ul.dropdown {
  width: 150%;
}
/* ==========================================================================
   CONTENT
   ========================================================================== */
.modal-dialog-centered {
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: 30vh;
    content: "";
}
main {
    margin: 20px 3.3%;
    z-index: 200;
    position: relative;
    top: 110px;
}
.home main {
	top: 150px;
}
.hoses main,
.nozzles main {
  top: 190px;
}
h1 {
    color: var(--brightred);
    font-size: 286.25%;
    font-weight: 400;
    background: url('../img/bg-h1.png') bottom no-repeat;
    margin: 15px 0 10px 0;
    line-height: 1.2em;
    width: 100%;
}
h1 span {
  font-weight: 700;
}
h2 {
    color: var(--brightred);
    font-size: 200%;
    margin-bottom: 8px;
}
h2.featured-header {
  color: white;
  background: url('../img/featured-header.png') no-repeat;
  background-position: -1px 0;
  padding-left: 106px;
  font-size: 180%;
  font-weight: 400;
  margin: 0;
}
h2 span {
  font-weight: 700;
}
h3 {
    color: var(--brightred);
    font-size: 1.35em;
}
main h3 {
    clear: both;
    margin-bottom: 10px;
}
.contact h3 {
  font-weight: 400;
}

h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
}
a.bigButton:link,
a.bigButton:visited {
  text-decoration: none;
  color: white;
}
.bigButton,
a.bigButton {
  color: white;
  background: #780b0d;
  background: -moz-linear-gradient(top, #780b0d 1%, var(--brightred) 100%);
  background: -webkit-linear-gradient(top, #780b0d 1%,var(--brightred) 100%);
  background: linear-gradient(to bottom, #780b0d 1%,var(--brightred) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#780b0d', endColorstr='#c4161c',GradientType=0 );
  font: 700 200% var(--font-stack);
  padding: 10px;
  border: 0 none;
}
.bigButton span {
  font-weight: 900;
}
.bigButton:hover,
a.bigbutton:hover {
  background: var(--brightred);
  background: -moz-linear-gradient(top, var(--brightred) 1%, #780b0d 100%);
  background: -webkit-linear-gradient(top, var(--brightred) 1%,#780b0d 100%);
  background: linear-gradient(to bottom, var(--brightred) 1%,#780b0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4161c', endColorstr='#780b0d',GradientType=0 );
  color:white;
}
form.download {
    margin: 40px auto;
}
.featured-wrap {
  margin-top: 50px;
}
.featured {
  box-shadow: inset 0 0 0 2px var(--red);
  background: #bdbdbd;
  background: -moz-linear-gradient(top, #bdbdbd 0%, #414141 100%);
  background: -webkit-linear-gradient(top, #bdbdbd 0%,#414141 100%);
  background: linear-gradient(to bottom, #bdbdbd 0%,#414141 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#414141',GradientType=0 );
  max-width: 1214px;
  min-height: 300px;
  width: 100%;
  position: relative;
}
.featured .top-corner {
  width: 20px;
  height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg-featured-top.png) no-repeat;
}
.featured .view-more {
  background: -moz-linear-gradient(left,  rgba(191,24,30,0) 0%, rgba(191,24,30,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(191,24,30,0) 0%,rgba(191,24,30,1) 100%);
  background: linear-gradient(to right,  rgba(191,24,30,0) 0%,rgba(191,24,30,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bf181e', endColorstr='#bf181e',GradientType=1 );
  width: 40%;
  float: right;
  height: 32px;
  text-align: right;
  padding: 5px 65px 0 0;
  box-sizing: border-box;
}
.featured .view-more a:link,
.featured .view-more a:visited {
  color: white;
  text-decoration: none;
}
.featured .view-more a:hover,
.featured .view-more a:active {
  color: var(--orange);
}
.featured .bottom-corner {
  width: 53px;
  height: 32px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('../img/bg-featured-bottom.png') no-repeat;
}
ul.featured-products {
  list-style: none;
  margin: 0 50px;
  padding: 30px 0 0 0;

}
ul.featured-products li {
  display: inline-block;
  padding-top: 25px;
  width: 24%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
ul.featured-products img.auto {
  max-width: 235px;
  width: 100%;
}
p {
    color: var(--medGray);
    font-size: 100%;
    margin: 0 0 16px 0;
    padding-right: 20px;
}
p.intro {
  font-size: 150%;
}

h4.date {
    margin-bottom: 0;
    color: #333;
    text-transform: uppercase;
}
h4.date+h3 {
    margin-top: 8px;
}
a:link, a:visited {
    color: var(--red);
    text-decoration: underline;
}
a:hover, a:active {
    color: var(--orange);
    text-decoration: none;
}
a.button,
button.g-recaptcha {
  color: white;
  text-decoration: none;
  background: var(--red);
  background: linear-gradient(to bottom, var(--red) 0%,#d1232a 100%);
  padding: 8px 43px 8px 11px;
  position: relative;
  border: 0 none;
}
.button-corner {
  position: absolute;
  right: 0;
  bottom: 0;
}
a.button:hover,
button.g-recaptcha:hover {
  background: var(--orange);
  background: linear-gradient(to bottom, var(--brightred) 0%,var(--orange) 100%);
}
input[type="file"]::file-selector-button {
  border: 1px solid var(--red);
  background: var(--red);
}
input[type=file]::file-selector-button:hover {
  background: var(--darkRed);
}
.flex {
  display: flex;
  justify-content: space-between;
  height: auto;
  flex-flow: row wrap;
}
main.flex {
  margin: 54px 3.3% 20px 3.3%;
}
.hoses .span_4_of_12,
.nozzles .span_4_of_12 {
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}
.products main h2 {
  background-color: var(--red);
  color: white;
  padding: 10px 0 10px 10px;
  position: relative;
  font-size: 150%;
  margin-top: 30px;
}
.application-icons {
  list-style: none;
  padding: 0;
  margin: 0 auto 10px auto;
}
.application-icons li {
  display: inline-block;
  margin: 0 5px;
}
.application-icons li img {
  width: 30px;
  height: auto;
}
.sign-up {
  background: #c4191f;
  background: linear-gradient(to bottom,  #c4191f 0%,#5f0c0f 100%);
  text-align: center;
  color: white;
  position: relative;
}
.sign-up h3 {
  padding-top: 20px;
  font-size: 1.75em;
  margin-top: 0;
}
.sign-up h3,
.sign-up p {
  color: white;
}
.sign-up p {
  margin: 0 16px;
}
.sign-up .top-corner {
  background: url(../img/bg-footer-top.png) top left no-repeat;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 1000;
  width: 50px;
  height: 50px;
}
.sign-up .bottom-corner {
  bottom: -35px;
}
.comparison-wrap {
  margin-top: 34px;
}
.comparison {
  background: #cdcdcd;
  background: linear-gradient(to bottom, #cdcdcd 0%,#ffffff 100%);
  border: 1px solid var(--red);
  position: relative;
  padding: 18px 0 18px 52px;
  width: 95%;
  box-sizing: border-box;
}
.comparison h2 {
  weight: 900;
  margin-top: 0;
}
.comparison h2 span {
  weight: 700;
}
.ribbon {
  position: absolute;
  left: -7px;
  top: -9px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 19px;
  font-weight: 900;
  color: black;
  text-transform: uppercase;
  text-align: center;
  line-height: 24px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#EB9437 0%, #d03109 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #d03109;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #d03109;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #d03109;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #d03109;
}
.view-charts {
  width: 95%;
  background: #5f0c0f;
  background: linear-gradient(to bottom,  #5f0c0f 0%,#c4191f 100%);
  height: 34px;
  text-align: right;
  position: relative;
  padding: 5px 40px 0 0;
  box-sizing: border-box;
}
.view-charts a:link,
.view-charts a:visited {
  color: white;
  text-decoration: none;
}
.view-charts a:hover,
.view-charts a:active {
  color: var(--orange);
}
.view-charts .bottom-corner {
  right: -35px;
  bottom: -30px;
}

div.skiptranslate {
    display: none;
}
#language {
  float: right;
  position: relative;
  z-index: 10;
    height: 30px;
    overflow: hidden;
    width: 20%;
    right: 80px;
    top: 2px;
}
#language div.skiptranslate {
    display: block;
}
#language div.skiptranslate select {
    display: block;
    height: 24px;
    border: 1px solid #646464;
    font-size: 115%;
    margin-top: 6px;
    color: black;
    width: 90%;
}
select.goog-te-combo {
  font-size: 90%;
  width: 80%;
  height: 24px;
  border: 1px solid #999;
  margin-right: 1%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 10px;
  background: url(/img/arrow-down.png) 90% center no-repeat, white;
  background: url(/img/arrow-down.png) 90% center no-repeat, -moz-linear-gradient(top, white 5%, #dfdfdf 50%);
  background: url(/img/arrow-down.png) 90% center no-repeat, -webkit-linear-gradient(top, white 5%, #dfdfdf 50%);
  background: url(/img/arrow-down.png) 90% center no-repeat, linear-gradient(to bottom, white 5%, #dfdfdf 50%);
}
#language a.goog-logo-link img {
  display: none;
}
.sidebar {
  border-left: 1px solid var(--red);
  font-size: 108%;
  padding-left: 0.75rem;
}
.sidebar h5 {
  margin: 4px 0 6px 0;
  font-size: 110%;
}
h5 em {
  display: block;
  font-style: italic;
  color: var(--red);
}
/* ==========================================================================
   SLIDER
   ========================================================================== */
.slider {
   position: relative;
   top: 100px;
   height: 301px;
}
.slides.col.span_8_of_12 {
    position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides_nav {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../img/arrows.png") no-repeat left top;
    margin-top: -5px;
}
.rslides_nav:hover {
    opacity: 1;
}
.rslides_nav.next {
    left: auto;
    background-position: right top;
    right: 0px;
}
.sg-image, .truespray-image {
    position: relative;
    z-index: 10;
}
.rslides img.learn-more,
.rslides img.promo,
.rslides img.purchasing {
    position: absolute;
    z-index: 20;
    width: auto;
    cursor: pointer;
    float: none;
}
/* ==========================================================================
  NEWS & EVENTS
   ========================================================================== */
   .events {
     border-left: 1px solid var(--brightred);
     padding-left: 20px;
     box-sizing: border-box;
   }
   .events h3 {
     margin-top: 0;
   }
   .events h5 {
     background-color: var(--red);
     padding: 15px 20px 15px 10px;
     color: white;
     font-weight: 900;
     font-size: 115%;
     margin-bottom: 3px;
   }
   .events h5 span {
     font-weight: 400;
     font-style: italic;
     float: right;
     font-size: 85%;
   }
   p.location {
     font-weight: 700;
   }
   .news-stories {
     display: none;
   }
   .news-stories img {
     float: left;
     margin: 0 15px 20px 0;
     width: 40%;
   }
   .news-stories .col.span_12_of_12 {
     clear: both;
     display: block;
     border-bottom: 1px solid var(--red);
     margin-bottom: 30px;
   }
   .news-stories .col.span_12_of_12:last-child {
     border-bottom: 0 none;
   }
   .news-year {
     cursor: pointer;
   }
   .news-year i.icon-chevron-right {
     font-size: 80%;
   }
   #gallery {
     display: none;
   }
/* ==========================================================================
 CATALOGS
  ========================================================================== */

.catalogs main a {
     display: block;
     text-align: center;
 }
.catalogs main a:link {
   text-decoration: none;
 }
.catalogs main img {
     box-shadow: 1px 1px 2px 2px rgba(0,0,0,.5);
     margin: 0 8px 5px 0;
     width: 90%;
 }
.catalogs h3 {
   color: white;
   background-color: var(--red);
   padding: 5px 10px;
   box-sizing: border-box;
   width: 100%;
 }
 .catalogs .flex .span_3_of_12 {
   margin: 1% 0 25px 1%;
 }

 main.catalog-box {
   margin: 0 0 20px 0;
   background-color: white;
   top: 49px;
   padding: 0;
 }
 #flipbook {
   height: 800px;
 }

/* ==========================================================================
   FOOTER
   ========================================================================== */
  .kfp footer {
      /*padding: 21px 32px;*/
      text-transform: uppercase;
      position: relative;
      top: 150px;
      background: #0d0d0d;
      color: white;
      background: linear-gradient(to bottom, #0d0d0d 2%,#4b4b4b 100%);
  }
  .kfp.catalog footer {
      top: 29px;
  }
   .kfp footer.section {
     margin-top: 100px;
     display: block;
   }
   .kfp.catalog footer.section {
     margin: 0 auto;
     max-width: 1280px;
   }
 .social-box {
   background: var(--brightred) url(../img/bg-social.png) top left no-repeat;
   text-align: center;
   padding: 5px 0;
 }
  .kfp footer .social-box p,
  .kfp footer .social-box ul {
    display: inline;
    color: white;
    padding: 0;
    font-size: 100%;
  }
  .social-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 22px;
    float: none;
  }
  .social-box li {
    display: inline-block;
    padding: 0 15px;
    height: 22px;
    position: relative;
    top: -2px;
  }
  .social-box svg {
    height: 100%;
    fill: white;
  }
  .social-box svg.x {
    height: 82%;
  }
  .kfp footer .social-box a:link,
  .kfp footer .social-box a:visited {
    text-decoration: none;
    border: 0 none;
    padding: 0;
  }
.kfp footer img.logo {
    /*max-width: 190px;*/
    margin: 40px 0 0 15px;
}
.kfp footer .col {
  margin-top: 0;
  margin-bottom: 0;
}
.fifty-years img {
  max-width: 269px;
  width: 100%;
}
.kfp .address {
  background: url(../img/bg-footer-top.png) top left no-repeat;
  margin-bottom: 100px;
}
.bottom-corner {
  background: url(../img/bg-footer-bottom.png) bottom right no-repeat;
  height: 72px;
  width: 124px;
  position: absolute;
  right: 0;
  bottom: -1px;
}
.kfp footer p {
    text-transform: uppercase;
    color: white;
    clear: both;
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 70%;
}
.kfp footer .address p {
  padding-left: 68px;
}
.kfp footer ul {
    list-style: none;
    font-size: 90%;
}
.kfp footer p img {
    float: left;
    margin-left: 0;
}
.kfp footer ul.links li {
    display: inline;
}
.kfp footer ul.links  a {
    padding: 0 8px;
    border-right: 1px solid var(--brightred);
}
.kfp footer ul.links li:last-child a {
    border-right: 0 none;
}
.kfp footer ul.links a:link,
.kfp footer ul.links a:visited,
.legal a:link,
.legal a:visited {
    color: white;
}
.kfp footer ul.links a:hover,
.kfp footer ul.links a:active,
.legal a:hover,
.legal a:active {
    color: var(--brightred);
}

.kfp footer .col.legal {
    font-size: 100%;
    margin: 65px 0 15px 0;
    display: block;
    text-align: center;
}
.kfp footer .col.fifty-years {
  margin-top: 30px;
  position: relative;
  z-index: 2000;
  text-align: right;
}
/* ==========================================================================
 FRICTION LOSS CALCULATOR
 ========================================================================== */
 .friction-loss .row {
   display: flex;
   flex-flow: row wrap;
   align-items: flex-start;
   justify-content: flex-start;
 }
 .friction-loss .row.calc {
   justify-content: space-between;
   align-items: center;
 }
 .friction-loss .calc {
   margin-bottom: 30px;
 }
 .friction-loss .calc input {
   width: 95%;
 }
 .total_friction_loss,
 .friction_loss {
   width: auto;
   min-height: 90px;
   font-size: 400%;
   font-weight: bold;
   text-align: left;
   position: relative;
 }
 .friction-loss .select,
 .friction-loss input[type=number] {
   height: 44px;
 }
 select.select_hose {
   font-size: 100%
 }
 .friction-loss .select::after {
  top: 10px;
  width: 8%;
  max-width: 25px;
 }
 .friction-loss input[type=number] {
    padding: 5px;
 }
 /*.total_friction_loss:after,
  .friction_loss:after {
    content: 'PSI';
    position: absolute;
    let: 102%;
    bottom: 15px;
    font-size: 30%;
  }*/

 input[type=text]:focus,
 input[type=tel]:focus,
 input[type=email]:focus,
 input[type=number]:focus,
 .contact textarea:focus {
   outline: none;
   border: 1px solid var(--red);
 }
 input[type=number]::-webkit-inner-spin-button,
 input[type=number]::-webkit-outer-spin-button {
       -webkit-appearance: none;
       margin: 0;
 }
 input[type=number] {
     -moz-appearance: textfield;
     appearance: textfield;
     margin: 0;
 }
 select:focus + .focus {
   border: 2px solid $red;
 }

 .video-wrap {
   text-align: center;
 }
 .video-wrap img {
   margin-bottom: 6px;
 }

/* ==========================================================================
	MOBILE MENU
	========================================================================== */
 .sidr {
   display: block;
   position: fixed;
   top: 0;
   height: 100%;
   z-index: 999999;
   width: 260px;
   overflow-x: hidden;
   overflow-y: auto;
   font-size: 13px;
   font-weight: bold;
   background: #f8f8f8;
   color: #333;
   box-shadow: 0 0 5px 5px #ebebeb inset;
 }
 .sidr .sidr-inner {
   padding: 0 0 15px;
 }
 .sidr .sidr-inner > p {
   margin-left: 15px;
   margin-right: 15px;
 }
 .sidr.right {
   left: auto;
   right: -260px;
 }
 .sidr.left {
   left: -260px;
   right: auto;
 }
 .sidr h1,
 .sidr h2,
 .sidr h3,
 .sidr h4,
 .sidr h5,
 .sidr h6 {
   background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
   background-size: 100%;
   background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
   background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
   background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
   background-image: linear-gradient(#ffffff, #dfdfdf);
   font-size: 11px;
   font-weight: normal;
   padding: 0 15px;
   margin: 0 0 5px;
   color: #333;
   line-height: 24px;
   box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
 }
 .sidr p {
   font-size: 13px;
   margin: 0 0 12px;
 }
 .sidr p a {
   color: rgba(51, 51, 51, 0.9);
 }
 .sidr > p {
   margin-left: 15px;
   margin-right: 15px;
 }
 .sidr ul {
   display: block;
   margin: 0 0 15px;
   padding: 0;
   border-top: 1px solid #dfdfdf;
   border-bottom: 1px solid white;
 }
 .sidr ul li {
   display: block;
   margin: 0;
   line-height: 48px;
   border-top: 1px solid white;
   border-bottom: 1px solid #dfdfdf;
 }
 .sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
   border-top: 0;
   line-height: 49px;
 }
 .sidr ul li:hover > a,
 .sidr ul li:hover > span, .sidr ul li.active > a,
 .sidr ul li.active > span, .sidr ul li.sidr-class-active > a,
 .sidr ul li.sidr-class-active > span {
   box-shadow: 0 0 15px 3px #ebebeb inset;
 }
 .sidr ul li a,
 .sidr ul li span {
   padding: 0 15px;
   display: block;
   text-decoration: none;
   color: #333;
 }
 .sidr ul li ul {
   border-bottom: 0;
   margin: 0;
 }
 .sidr ul li ul li {
   font-size: 13px;
   font-weight: normal;
 }
 .sidr ul li ul ul {
   padding-left: 15px;
 }
 .sidr ul li ul li:last-child {
   border-bottom: 0;
 }
 .sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
   border-top: 1px solid #f5f5f5;
   line-height: 41px;
 }
 .sidr ul li ul li:hover > a,
 .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a,
 .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a,
 .sidr ul li ul li.sidr-class-active > span {
   box-shadow: 0 0 15px 3px #ebebeb inset;
 }
 .sidr ul li ul li a,
 .sidr ul li ul li span {
   color: rgba(51, 51, 51, 0.8);
   padding-left: 30px;
   line-height: 1.75em;
 }
 .sidr form {
   margin: 0 15px;
 }
 .sidr label {
   font-size: 13px;
 }
 .sidr input[type="text"],
 .sidr input[type="password"],
 .sidr input[type="date"],
 .sidr input[type="datetime"],
 .sidr input[type="email"],
 .sidr input[type="number"],
 .sidr input[type="search"],
 .sidr input[type="tel"],
 .sidr input[type="time"],
 .sidr input[type="url"],
 .sidr textarea,
 .sidr select {
   width: 100%;
   font-size: 13px;
   padding: 5px;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   margin: 0 0 10px;
   border-radius: 2px;
   border: 0;
   background: rgba(0, 0, 0, 0.1);
   color: rgba(51, 51, 51, 0.6);
   display: block;
   clear: both;
 }
 .sidr input[type=checkbox] {
   width: auto;
   display: inline;
   clear: none;
 }
 .sidr input[type=button],
 .sidr input[type=submit] {
   color: #f8f8f8;
   background: #333;
 }
 .sidr input[type=button]:hover,
 .sidr input[type=submit]:hover {
   background: rgba(51, 51, 51, 0.9);
 }

  /* ==========================================================================
     FEATHERLIGHT LIGHTBOX
     ========================================================================== */
     /**
      * 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{overflow:hidden}
     .featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}
     .featherlight:last-of-type{background:rgba(0,0,0,.8)}
     .featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}
     .featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 0 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal;}
     .featherlight .featherlight-inner{display:block}
     .featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}
     .featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}
     .featherlight .featherlight-image{width:100%}
     .featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch}
     .featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
     @media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent;}}
     @media print{html.with-featherlight>*>:not(.featherlight){display:none}}

     /**
      * Featherlight Gallery – an extension for the 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.
     **/
     .featherlight-next,.featherlight-previous{display:block;position:absolute;top:25px;right:25px;bottom:0;left:80%;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:rgba(0,0,0,0)}
     .featherlight-previous{left:25px;right:80%}
     .featherlight-next:hover,.featherlight-previous:hover{background:rgba(255,255,255,.25)}
     .featherlight-next span,.featherlight-previous span{display:none;position:absolute;top:50%;left:5%;width:82%;text-align:center;font-size:80px;line-height:80px;margin-top:-40px;text-shadow:0 0 5px #fff;color:#fff;font-style:normal;font-weight:400}
     .featherlight-next span{right:5%;left:auto}
     .featherlight-next:hover span,.featherlight-previous:hover span{display:inline-block}
     .featherlight-first-slide.featherlight-last-slide .featherlight-next,.featherlight-first-slide.featherlight-last-slide .featherlight-previous,.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous,.featherlight-swipe-aware .featherlight-next,.featherlight-swipe-aware .featherlight-previous{display:none}
     @media only screen and (max-device-width:1024px){.featherlight-next:hover,.featherlight-previous:hover{background:0 0}.featherlight-next span,.featherlight-previous span{display:block}}@media only screen and (max-width:1024px){.featherlight-next,.featherlight-previous{top:10px;right:10px;left:85%}.featherlight-previous{left:10px;right:85%}.featherlight-next span,.featherlight-previous span{margin-top:-30px;font-size:40px}}

.featherlight-content video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* ==========================================================================
   Media Queries
   - MIN 320 PIXELS
   - MAX WRAPPER WIDTH IS 1280
   ========================================================================== */
   @media screen and (min-width: 520px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
    height: 30vh;
    }
  }
  @media only screen and (max-width: 2400px) {
    .home .bg, .bg {
      width:76%;
    }
  }
  @media only screen and (max-width: 2325px) {
    .home .bg, .bg {
      width:77%;
    }
  }
  @media only screen and (max-width: 2250px) {
    .home .bg, .bg {
      width:78%;
    }
  }
  @media only screen and (max-width: 2175px) {
    .home .bg, .bg {
      width:79%;
    }
  }
  @media only screen and (max-width: 2100px) {
    .home .bg, .bg {
      width:80%;
    }
  }
  @media only screen and (max-width: 2025px) {
    .home .bg, .bg {
      width:81%;
    }
  }
  @media only screen and (max-width: 1950px) {
    .home .bg, .bg {
      width:82%;
    }
  }
  @media only screen and (max-width: 1875px) {
    .home .bg, .bg {
      width:83%;
    }
  }
  @media only screen and (max-width: 1800px) {
    .home .bg, .bg {
      width:84%;
    }
  }
  @media only screen and (max-width: 1725px) {
    .home .bg, .bg {
      width:85%;
    }
  }
  @media only screen and (max-width: 1700px) {
    .home .bg, .bg {
      width:86%;
    }
  }
  @media only screen and (max-width: 1675px) {
    .home .bg, .bg {
      width:87%;
    }
  }
  @media only screen and (max-width: 1625px) {
    .home .bg, .bg {
      width:88%;
    }
  }
  @media only screen and (max-width: 1575px) {
    .home .bg, .bg {
      width:89%;
    }
  }
  @media only screen and (max-width: 1525px) {
    .home .bg, .bg {
      width:90%;
      top: 10px;
    }
    header {
      top: 55px;
    }
    header h2 {
      float: none;
    }
    nav {
      float: none;
      top: 0;
      width: 100%;
      left: 55px;
    }
    nav ul {
      padding-top: 5px;
      margin-bottom: 10px;
    }
    .slider {
      top: 110px;
    }
    .rslides_nav {
      top: 40%;
    }
    #social {
      top: 10px;
      right: 10%;
    }
    #language {
      top: 0;
    }
  }
  @media only screen and (max-width: 1500px) {
    .home .bg, .bg {
      width:90.5%;
    }
  }
  @media only screen and (max-width: 1475px) {
    .home .bg, .bg {
      width:92%;
    }
    header h2,
    nav {
      left: 4.5%;
    }
  }
  @media only screen and (max-width: 1425px) {
    .home .bg, .bg {
      width:93%;
    }
    header h2,
    nav {
      left: 4%;
    }
    .featured {
      padding-bottom: 32px;
    }
    ul.featured-products li {
      width: 48%;
      text-align: center;
      margin-bottom: 50px;
    }
  }
  @media only screen and (max-width: 1375px) {
    .home .bg {
      width:94%;
      background: url('/img/bg-header-med.png') no-repeat;
    }
    .bg {
      width: 94%;
    }
    header h2,
    nav {
      left: 3.5%;
    }
    .rslides_nav {
      margin-top: -30px;
    }
  }
  @media only screen and (max-width: 1325px) {
    .home .bg, .bg {
      width:95%;
    }
    nav {
      font-size: 90%;
    }
    nav ul {
      padding-top: 8px;
    }
    nav a {
      margin: 0 10px 0 0;
      padding-bottom: 10px;
    }
  }
  @media only screen and (max-width: 1275px) {
    .home .bg, .bg {
      width:96%;
    }
  }
  @media only screen and (max-width: 1225px) {
    .home .bg, .bg {
      width:97%;
    }
    header h2,
    nav {
      left: 0;
    }
    .home main {
      top: 90px;
    }
    .kfp footer.section {
      margin-top: 10px;
    }
  }
@media only screen and (max-width: 1100px) {
  .slider {
    top: 80px;
  }
  .rslides_nav {
    top: 40%;
  }
  #social {
    right: 7%;
  }
  nav li {
	  margin-left: 6px;
  }
  nav a {
	  margin-right: 6px;
  }
}
@media only screen and (max-width: 1000px) {
	.wrapper {
		top: 60px;
	}
  main {
    top: 70px;
  }
	.slider {
		height: auto;
	}
	#corporatebanner .span_11_of_12 {
		margin: 0 3.3%;
		width: 92%;
	 }
	#corporatebanner ul,
	nav {
		display: none;
    }
  .home .bg {
	  top: -26px;
  }
  header{
	  top: 10px;
  }
  header h2 {
  	margin-top: 10px;
  }
	header h2 img {
  	margin: 0 auto;
  	width: 60%;
	}
	#social {
	float: none;
	display: table;
	margin: 10px auto;
  }
  #social a:link, #social a:visited {
	color: white;
  }
  .home main {
	  top: 107px;
  }
}
@media only screen and (max-width: 830px) {
  .home .bg {
    width: 100%;
    top: 48px;
    background: url('/img/bg-header-800.jpg') no-repeat;
  }
  .bg {
    width: 100%;
    top: 40px;
    background: url('/img/bg-header-800.jpg') no-repeat;
    height: 250px;
  }
  .slider {
    top: 80px;
  }
  .rslides_nav {
    top: 50%;
  }
  main {
    top: 110px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 800px) {
    .col {
      margin: 1% 0 1% 0%;
    }
    .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,
    .home .span_8_of_12,
    .home .span_4_of_12,
    .view-charts,
    .comparison {
       width: 100%;
    }
    #corporatebanner {
        display: none;
    }
    .corporate-mobile {
      display: block;
      background: white;
      height: 84px;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      position: relative;
      z-index: 1000;
    }
    .corporate-mobile .mark {
      line-height: 30px;
      padding: 7px 12px;
      width: 45%;
    }
    img.mark {
      max-width: 315px;
      margin-left: 0;
    }
    #responsive-button {
      display: block;
      color: black;
      float: right;
      margin-top: 7px;
      position: relative;
      z-index: 20000;
      right: 15px;
      top: 9px;
    }
    header {
      width: 94%;
    }
    header.section {
      margin: 0 auto;
    }
    nav ul {
      padding: 8px 30px 0 10px;
    }
    .products-table {
      overflow-x: auto;
      display: block;
    }
    .news-stories img {
      float: none;
      margin-right: 0;
      width: 90%;
    }
    footer .col {
      float: none;
    }
   .kfp .address,
    .kfp footer .col.fifty-years {
      text-align: center;
      float: none;
    }
    .kfp footer img.logo {
      margin: 40px auto 0 auto;
      float: none;
      width: 50%;
    }
    .kfp footer .address p {
      padding-left: 0;
    }
    .fifty-years img {
      float: none;
      margin: 0 auto 30px auto;
    }
}
@media only screen and (max-width: 750px) {
	.home .bg, .bg {
      top: 20px;
      background-size: contain;
	}
	.kfp footer .col.fifty-years {
		margin: 15px auto;
	}
	.kfp footer img.logo {
		max-width: 50%;
	}
	.kfp footer .col.legal {
		margin-top: 26px;
	}
}
@media only screen and (max-width: 700px) {
  .wrapper {
      top: 0;
  }
  body.home,
  body  {
    background: url('/img/bg-header-800-secondary.jpg') 0 0 no-repeat;
  }
  .bg, .home .bg {
    background: none;
    display: none;
  }
  header h2 {
    margin: 0 auto 20px auto;
  }
  .slider {
    top: 50px;
  }
  .hoses main,
  .nozzles main {
    top: 90px;
  }
  .home main {
	  top: 35px;
  }
  main {
    top: 65px;
  }
  .kfp footer img.logo {
    max-width: 80%;
  }
  .kfp footer .col.legal {
    margin-top: 20px;
  }
  .kfp footer .address {
    text-align: center;
    background: none;
  }
  .kfp footer .social-box {
    background: var(--brightred);
  }
  .kfp footer .bottom-corner {
    display: none;
  }
  #social svg {
    fill: #fff;
  }
}
@media only screen and (max-width: 600px) {
  ul.featured-products li {
    width: 98%;
  }
  .rslides_nav {
    top: 20%;
  }
  h1 {
	  font-size: 246%;
  }
  h2.featured-header {
    background: url('/img/featured-header-extra-tall.png') no-repeat;
    background-position: -1px 0;
	font-size: 180%;
	line-height: 1.2em;
  }
  .featured .top-corner {
    display: none;
  }
  .featured .view-more {
    width: 60%;
  }
  .kfp footer img.logo {
    width: 80%;
  }
}
@media only screen and (max-width: 560px) {
	body {
		background-position: 0 -45px;
	}
  .corporate-mobile .mark {
    width: 55%;
  }
	h2.featured-header {
		padding-left: 79px;
		background-position: -20px 0;
	}
	main {
		top: 50px;
	}
	  .kfp footer ul.links {
		  padding: 0 20px;
	  }
}
@media only screen and (max-width: 506px) {
	h1 {
		font-size: 216%;
	}
  header h2 img {
    width: 80%;
  }
}
@media only screen and (max-width: 330px) {
	main {
		top: 27px;
	}
	#social li {
		padding-right: 13px;
	}
}