@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 {
  --font-stack: 'Source Sans Pro', Helvetica, sans-serif;
  --KOA-blue: #0055a5;
  --midnight-blue: #003479;
  --font-size: 1em;
  --darkGreen: #007036;
  --green: #66a33c;
}

body {
    background-image: linear-gradient(90deg, #266fb2 12.50%, #0056a5 12.50%, #0056a5 50%, #266fb2 50%, #266fb2 62.50%, #0056a5 62.50%, #0056a5 100%);
    background-size: 8.00px 8.00px;
    font-size: 100%;
}
.main {
  background-color: white;
}
.wrapper {
    border: 1px solid #434343;
    margin: 0 auto;
    border-top: 0 none;
    border-bottom: 0 none;
    max-width: 1500px;
    overflow: hidden;
}
.col.contact {
    background-color: #c6c6c6;
    height: 46px;
    padding: 10px 3.3%;
    color: #0056a5;
    font: 400 1.1em / 1.4375em 'Source Sans Pro';
    margin: 0 0 2.5% 0;
    box-sizing: border-box;
}
header {
  width: 100%;
  position: relative;
  z-index: 1;
  background: url("img/corn-bg.webp") no-repeat;
  min-height: 550px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  top: -6px;
  background-size: cover;
}
header h2 {
  margin: 40px 0 0 3.3%;
  width: 60%;
}
header h2 img {
    width: 100%;
}
header img.hose {
    width: 33%;
    max-width: 503px;
    height: auto;
    position: relative;
    top: -73px;
    object-fit: scale-down;
}
main {
    margin: 20px 3.3%;
    z-index: 200;
    position: relative;
    min-height: 500px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
figure {
    margin: 50px 0 40px 0;
}
figure img {
  width: 75%;
}
figcaption {
    font-style: italic;
}
main img.no-border {
  border: 0 none;
}
h1 {
    margin: 0 0 5px 0;
    color: var(--darkGreen);
    font: normal 700 190%/1.3em 'Source Sans Pro';
}
.top1 {
  grid-area: top1;
}
.top2 {
  grid-area: top2;
}
.bottom {
  grid-area: bottom;
  width: 97.5%;
}
.grid {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 0.9fr 1.25fr;
  grid-gap: 15px;
  grid-template-areas:
  "top1 top2"
  "bottom bottom";
  justify-content: start;
}

.form h2 {
  width: 100%;
  padding: 0;
  margin: 0 0 5px 0;
  color: var(--green);
  font: italic 700 190%/1.3em 'Source Sans Pro';
}
.form p {
    font-size: 105%;
    margin: 0 0 16px 0;
}
h3 {
    color: var(--darkGreen);
    font-size: 150%;
	margin-bottom: 10px;
}
h4 {
  color: var(--darkGreen);
    font-size: 125%;
    margin: 10px 0;
    clear: both;
}
h4 em,
h5 em {
    display: block;
    font-style: italic;
    color: var(--KOA-blue);
}
p {
    color: #000;
    font-size: 125%;
    line-height: 1.4em;
    margin: 0 0 24px 0;
    padding-right: 20px;
}

a:link, a:visited {
    color: #369;
    text-decoration: underline;
}
a:hover, a:active {
    color: #0B67BD;
    text-decoration: none;
}
img.button {
    width:48%;
}
main ul {
  font-size: 180%;
  margin-top: 0;
}
main li {
  margin-bottom: 20px;
}
#diagram {
    position: relative;
    height: 310px;
    margin-right: -3.85%
}
#diagram img,
#diagram div {
    position: absolute;
}
#diagram img.cutaway {
    z-index: 1;
    top: 95px;
    width: 95%;
    right: 0;
}
#diagram div {
    z-index: 10;
}
#diagram div.item-1 {
    top: 10px;
    left: 140px;
    width: 36%
}
#diagram div.item-2 {
    bottom: 10px;
    left: 15px;
    width: 27%;
}
#diagram div.item-3 {
    bottom: 20px;
    left: 50%;
    width: 29%;
}
#diagram p {
    font-size: 90%;
    margin: 0;
    font-style: italic;
    line-height: 1.2em;
    padding: 0;
}
#diagram div img {
    width: 80px;
}
#diagram div.item-1 img {
    transform: rotate(105deg);
    top: 72px;
}
#diagram div.item-2 img {
    transform: rotate(-50deg);
    top: -38px;
    left: 13px
}
#diagram div.item-3 img {
    transform: rotate(-110deg);
    top: -43px;
    left: -25px;
}
a.button:link,
a.button:visited {
  background-color: var(--darkGreen);
  color: white;
  font: 700 normal 180%/1em 'Source Sans Pro';
  text-align: center;
  border: 1px solid var(--green);
}
a.button:hover,
a.button:active {
  border: 1px solid var(--green);
  color: var(--green);
  outline: 0 none;
  background-color: white;
  box-shadow: none;
  outline: 0 none;
}
a.button:link,
a.button:visited {
  display: block;
  color: white;
  width: 100%;
}
a.button:hover,
a.button:active {
    background: var(--darkGreen);
    outline: 0 none;
}
.rebate {
    margin-bottom: 25px;
    width: 85%;
}
.rebate a:link,
.rebate a:visited,
.rebate a:hover {
    border: 0 none;
}
img.left {
    margin: 0 1.5% 10px 0;
}
img.small {
    width: 40%;
}
img.medium {
    width: 60%;
}
.span_12_of_12>img.left {
    margin-bottom: 35px;
}
a.button.large:link,
a.button.large:visited,
a.button.med:link,
a.button.med:visited  {
    background: var(--KOA-blue);
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    font-size: 120%;
    height: auto;
    padding: 10px;
}
a.button.med:link {
    font-size: 100%;
}
a.button.large:hover, a.button.med:hover {
    background: #014381;
}
p a.button {
    display: inline-block;
    width: 40%;
}
a.back {
    font-size: 70%;
    font-weight: normal;
    margin: 3px 8px 0 0;
}
a.back:link, a.back:visited, a.back:hover {
    color: #FFF;
    text-decoration: none;
}
button.g-recaptcha,
a.button-newsletter {
	padding: 8px;
	background-color: transparent;
	color: var(--darkGreen);
	font-weight: 700;
	text-align: center;
	width: 200px;
	font-size: 200%;
	border: 1px solid var(--darkGreen);
	text-decoration: none;
	cursor: pointer;
}
button.g-recaptcha:hover,
a.button-newsletter:hover {
	background-color: var(--darkGreen);
	color: white;
}
form ul {
    list-style: none;
}
form li {
    margin: 10px;
}
p.center {
  text-align: center;
}
input:focus {
  border: 1px solid var(--green);
  outline: none;
}
.catalog footer.section {
  margin-top: 49px;
}

/* ==========================================================================
   Media Queries
   - MIN 320 PIXELS
   - MAX WRAPPER WIDTH IS 1500
   ========================================================================== */

@media screen and (min-width: 320px) {
    body {
        font-size: 80%;
    }
    .wrapper.span_10_of_12 {
        width: 100%;
    }
    .wrapper {
      border: 0 none;
    }
    div.catalog a {
      padding-left: 0;
    }
    .mobileonly {
        display: inline-block;
    }
    .section.group.featured p:first-child {
        margin-top: 0;
    }
    .featured .col {
        margin-left: 0;
    }
    .col.contact {
      height: auto;
      text-align: center;
    }
    a.button:link,
    a.button:visited,
    a.button:hover,
    a.button:active {
      width: 90%;
      margin-bottom: 35px;
    }
  .buttons .col {
    margin-left: 0;
  }
}

@media screen and (min-width: 400px) {
    #corporatebanner.ec-visible {
      height: 49px;
    }
    .slicknav_menu {
      top:49px;
  	}
}
@media screen and (min-width: 530px) {
    h2 {
      font-size: 2em;
    }
    .video h3 {
      font-size: 2.5em;
    }
}
/* ==========================================================================
   END PHONE
   ========================================================================== */
@media screen and (min-width: 720px) {
    body {
        font-size: 90%;
    }
    .wrapper.span_10_of_12.main {
        position: relative;
    }
    /*  GRID OF TWELVE  */
    .span_12_of_12 {
        width: 100%;
    }
    .span_11_of_12 {
        width: 91.53%;
    }
    .span_10_of_12 {
        width: 83.06%;
    }
    header.section {
        padding-top: 70px;
    }
    .main {
        padding-top: 84px;
    }
    a.button {
      width: 90%;
      margin-bottom: 40px;
    }
}
@media screen and (min-width: 830px) {
    body {
        font-size: 100%;
    }
}
/* ==========================================================================
   END TABLET - OLD VALUE WAS 920px
   ========================================================================== */
@media screen and (min-width: 980px) {
    .wrapper.span_10_of_12 {
        width: 90%;
    }
    .main {
      padding-top: 84px;
    }
    .wrapper {
        border: 1px solid #434343;
        border-top: 0 none;
        border-bottom: 0 none;
    }
    div.form {
      padding: 0 1%;
    }

}
@media screen and (min-width: 1025px) {
    .mobileonly {
        display: none;
    }
}
@media screen and (min-width: 1100px) {
    a.button:link,
    a.button:visited,
    a.button:hover,
    a.button:active {
      width: 85%;
    }
    .col.contact {
      text-align: left;
    }
}


@media screen and (min-width: 1245px) {
    .wrapper.span_10_of_12 {
        width: 83.06%;
    }
}

@media screen and (min-width: 1330px) {
    .visible-sm {
      display: none;
    }
    a.button:link,
    a.button:visited,
    a.button:hover,
    a.button:active {
      width: 85%;
    }
}

@media screen and (max-width: 1626px) {
    header {
        min-height: 530px;
    }
}
@media screen and (max-width: 1546px) {
    main ul {
      font-size: 150%;
    }
}

@media screen and (max-width: 1480px) {
    header {
        min-height: 430px;
    }
    header img.hose {
        top: -45px;
    }
    p {
      font-size: 125%;
    }
}
@media screen and (max-width: 1420px) {
    header {
        background: url("img/corn-bg.webp") -50px top no-repeat;
    }
    .main {
      padding-top: 84px;
    }
}

@media screen and (max-width: 1315px) {
    p {
      font-size: 120%;
    }
    h2 {
      font-size: 1.5em;
    }
    #diagram div.item-1 {
        width: 39%;
    }
    #diagram div.item-2 {
        bottom: 32px;
    }
    #diagram div.item-2 img {
        left: 4px;
    }
}

@media screen and (max-width: 1155px) {
    header {
        min-height: 390px;
    }
    header img.hose {
        top: -30px;
    }
    #diagram div.item-3 {
        bottom: 30px;
    }
    .form h2 {
      line-height: 1.1em;
    }
    h1 {
        line-height: 1.1em;
    }
}

@media screen and (max-width: 1097px) {
    header .ag {
      padding: 22px 0;
    }
    p {
      font-size: 110%;
    }
    h2 {
      font-size: 1.4em;
    }
    #diagram div.item-2 img {
        transform: rotate(-60deg);
    }
    #diagram div.item-2 {
        bottom: 38px;
    }
}

@media screen and (max-width: 1061px) {
    #diagram div.item-1 {
        width: 45%;
    }
    #diagram div img {
        width: 75px;
    }
    header {
        min-height: 340px;
        background: url("img/corn-bg-md.webp") no-repeat;
    }
    header img.hose {
        top: -25px;
    }
    img.button {
        width: 100%;
    }
}

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

@media screen and (max-width: 1002px) {
    p {
      font-size: 100%;
    }
    h2 {
      font-size: 1.9em;
    }
    form.fancy-form label {
      font-size: 110%;
    }
}
@media screen and (max-width: 933px) {
    header img.hose {
        top: -50px;
    }
    #diagram div.item-2 {
        bottom: 40px;
    }
    figure img {
        width: 85%;
    }
    #diagram div.item-2 img {
        transform: rotate(-65deg);
    }
}

@media screen and (max-width: 840px) {
    header {
        min-height: 300px;
        background-position: 0 top;
    }
    header img.hose {
        top: -20px;
    }
    #diagram div.item-2 {
        bottom: 54px;
    }
    #diagram div.item-2 img {
        transform: rotate(-80deg);
    }
    #diagram div.item-3 {
        bottom: 45px;
    }
  }
@media screen and (max-width: 800px) {
    header {
        min-height: 310px;
    }
    footer div.address {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 760px) {
  #corporatebanner {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .main {
      padding-top: 84px;
    }
    #diagram div.item-1 {
      left: 60px;
      width: 48%;
    }
    main ul {
      font-size: 125%;
        padding-left: 20px;
    }
  .text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 720px) {
  header {
    margin-bottom: 20px;
    min-height: 270px;
  }
  figcaption {
    font-size: 1.5em;
  }
  h1 {
    font-size: 210%;
  }

  .form h2 {
    font-size: 240%;
  }
  #diagram {
    right: -30px;
  }
  #diagram p {
    font-size: 120%;
  }
  #diagram div.item-1 {
    width: 40%;
    left: 120px;
  }
  #diagram div.item-3 {
    bottom: 10px;
  }
  #diagram div.item-2 {
    bottom: 30px;
    width: 30%;
    left: 25px;
  }
  #diagram div.item-2 img {
    top: -45px;
  }
  p {
      font-size: 1.5em;
    }
  }
@media screen and (max-width: 650px) {
    header {
        background-position: -100px top;
    }
    #diagram div.item-2 {
        bottom: 20px;
    }
}
@media screen and (max-width: 600px) {
  .ag img {
    width: 60%;
  }
  header {
    min-height: 225px;
  }
  #corporatebanner .right-nav {
    display: none;
  }
}
@media screen and (max-width: 560px) {
    header h2 {
        width: 75%;
        margin-top: 25px;
    }
    header img.hose {
        top: -15px;
    }
    #diagram div.item-1 {
        width: 50%;
        left: 90px;
    }
    #diagram div.item-2 {
        left: 15px;
    }
    figcaption {
        font-size: 1.25em;
    }
}
@media screen and (max-width: 507px) {
    header {
        min-height: 200px;
        display: block;
        justify-content: flex-end;
        background: url("img/corn-bg-sm.webp") 0 4px no-repeat;
        background-position: 0 top;
    }
    header h2 {
        width: 94%;
        margin: 0 auto 0 auto;
        padding-top: 30px;
    }
    header img.hose {
        position: absolute;
        top: 70px;
        width: 35%;
        right: 0;
    }
    h1 {
        width: 65%;
    }
    #diagram div.item-2 {
        left: 3px;
        bottom: 30px;
    }
    #diagram div.item-3 {
        bottom: 55px;
        width: 35%;
    }
    #diagram p {
        font-size: 110%;
    }
    p {
        font-size: 1.3em;
    }
    figure {
        margin-top: 30px;
    }
    main {
        margin-top: 10px;
    }
    main .legal {
        font-size: 90%;
    }
}
@media screen and (max-width: 435px) {
    h1 {
        font-size: 225%;
    }
    figure img {
        width: 100%;
    }
    #diagram {
        margin-right: -15px;
    }
    #diagram div.item-1 {
        left: 65px;
    }
    #diagram div.item-2 {
        left: 0;
        bottom: 47px;
    }
    #diagram div.item-3 {
        width: 40%;
        bottom: 60px;
    }
}
@media screen and (max-width: 411px) {
    header {
        min-height: 175px;
    }
    #diagram div.item-1 {
        width:65%;
    }
    #diagram div.item-2 {
        bottom: 40px;
        left: -6px;
    }
    #diagram div.item-3 {
        width: 40%;
        bottom: 65px;
    }
    h1 {
        width: 85%;
    }
}
@media screen and (max-width: 350px) {
    h1 {
        width: 100%;
    }
}