@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/forms.css");
@import url("https://cdn.kuriyama.com/assets/css/helpers.css");
@import url("https://cdn.kuriyama.com/assets/css/print.css") print;
:root {
  --font-stack: 'Source Sans Pro', Helvetica, sans-serif;
  --condensed: 'Pragati_Narrow', sans-serif;
  --KOA-blue: #0055a5;
  --midnight-blue: #003479;
  --font-size: 1em;
  --lightBlue: #aed3f4;
  --bright-blue: #037aff;
}


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

#corporatebanner .corp-wrap {
  margin: 0 auto;
  width: 100%;
  padding: 4px 8%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

body {
  background: url('img/bg.webp') left top repeat-x;
}
header {
  padding-top: 130px;
  margin: 0 8.3%;
  border-bottom: 3px solid var(--KOA-blue);
  text-align: left;
}
header h2 {
  width: 51%;
  margin: 0;
  padding-bottom: 25px;
}
.hoses {
  width: 46%;
  max-width: 742px;
  position: absolute;
  top: 10px;
  right: 0;
}
.mobile-hoses {
  display: none;
}
section {
  margin: 0 8.3%;
}
p {
  font-size: 150%;
}
section.top p {
  width: 50%;
}
section.bottom {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
h2 {
  font-size: 212%;
  color: black;
  font-family: var(--condensed);
  line-height: 1.2em;
}
form {
  border-top: 8px solid var(--KOA-blue);
}
h3 {
  font-size: 175%;
  color: var(--KOA-blue);
}
ul.materials {
  list-style: none;
  margin: 0;
  padding: 0;
}
.materials li {
  display: flex;
  padding: 15px 20px;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.materials li:nth-child(odd) {
  background-color: rgba(255,255,255,0.5);
}
.materials img {
  width: 25%;
  box-shadow: 0 0 6px rgba(0,0,0,0.6);

}
.materials span {
  width: 60%;
  padding: 0 10px 0 20px;
  font-size: 150%;
  color: var(--KOA-blue);
}
.materials li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 25%;
}
.materials li ul li:nth-child(odd) {
  background: transparent;
}
.materials li ul li {
  padding: 10px 0;
}
.materials a {
  color: var(--KOA-blue);
  text-decoration: none;
  font-size: 162.5%;
}
.materials a:link {
  color: var(--KOA-blue);
  text-decoration: none;
}
.materials a:hover,
.materials a:active {
  color: var(--bright-blue);
}
div.form {
  padding-top: 50px;
}
.form a {
  display: block;
  margin-top: 20px;
}
form.fancy-form label {
  margin-top: 10px;
}
div.row.half1, div.row.half2, div.row.three-quarters, div.row.one-quarter {
  margin-bottom: 3px;
}
button.g-recaptcha {
  width: 100%;
  font-family: var(--condensed);
}
iframe {
  width: 100%;
  height: 800px;
}
#webinar-video {
  display: none;
}
.featherlight #webinar-video {
  display: block;
}
.contact-footer {
    padding: 10px 3.3%;
    border: 1px solid var(--KOA-blue);
    border-left: 0 none;
    border-right: 0 none;
    background-color: transparent;
    color: #0056a5;
    font: 400 1.1em / 1.4375em 'Source Sans Pro';
    box-sizing: border-box;
}
footer {
  background-color: transparent;
  margin: 0 auto;
}

/**
  * Featherlight – ultra slim jQuery lightbox
  * Version 1.7.14 - http://noelboss.github.io/featherlight/
  *
  * Copyright 2019, 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;
   /* z-index needs to be >= elements on the site. */
   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, 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 25px 0;
   border-bottom: 25px solid transparent;
   margin-left: 5%;
   margin-right: 5%;
   max-height: 95%;
   background: #fff;
   cursor: auto;
   white-space: normal;
   width: 90%;
   min-height: 800px;
 }
 .featherlight.disc-content .featherlight-content {
   width: 50%;
 }
 .featherlight .featherlight-inner {
   display: block;
 }
 .featherlight script.featherlight-inner,
 .featherlight link.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, 0.3);
   color: #000;
   border: none;
   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: none;
 }
 .featherlight * {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 .featherlight .featherlight-content video {
    width: 100%;
  }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media only screen and (max-width: 1730px) {
  header, section {
    margin: 0 5%;
  }
  .materials a {
    font-size: 150%;
  }
}
@media only screen and (max-width: 1350px) {
  p {
    font-size: 130%;
  }
  .form h2 {
    font-size: 180%;
  }
  h3 {
    font-size: 160%;
  }
  ul.materials {
    font-size: 90%;
  }
}
@media only screen and (max-width: 1250px) {
  section.top p {
    width: 55%;
  }
  section.top p:last-child {
    width: 100%;
  }
  .materials li {
    flex-flow: row wrap;
    border-bottom: 1px solid var(--KOA-blue);
  }
  .materials img.horz,
  .materials img {
    width: 25%;
    flex-basis: auto;
  }
  .materials span {
    width: 70%;
  }
  .materials li ul {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 10%;
  }
  .materials li ul li {
    width: 42%;
    border-bottom: 0 none;
  }
  .materials a {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1100px) {
  p {
    font-size: 125%;
  }
}
@media only screen and (max-width: 840px) {
  .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 {
  width: 100%;
  }
  .hoses {
    display: none;
  }
  .mobile-hoses {
    display: block;
    position: relative;
    right: -5.5%;
  }
  header h2 {
    width: 100%;
  }
  section.top p {
    width: 100%;
  }
  .materials li ul li {
    width: 48%;
  }
  .materials li {
    justify-content: center;
  }
  .materials span {
    width: 100%;
    text-align: center;
  }
  .materials img {
    margin-bottom: 10px;
  }
  .materials img.no-shadow {
    margin-bottom: 0;
  }
  .materials img.horz {
    width: auto;
  }
  .materials a {
      font-size: 135%;
  }
}
