@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 {
  --cyan: #3abaf5;
  --medBlue: #4391f8;
  --darkBlue: #22368F;
  --xdarkBlue: #10152e;
  --KOA-blue: #0055a5;
  --midnight-blue: #003479;
  --ltGray: rgba(0, 0, 0, 0.08);
  --medGray: rgba(0, 0, 0, 0.22);
  --font-stack: 'Source Sans Pro', Helvetica, sans-serif;
  --condensed: 'Roboto Condensed', sans-serif;
}

@font-face {
  font-family: 'Shadows Into Light';
  src: url('/fonts/shadowsintolight.woff2') format('woff2'),
    url('/fonts/shadowsintolight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   STRUCTURE
   ========================================================================== */

/*  SECTIONS  */
.section {
  margin: 0 0 63px 0;
}
.service .section,
.quote .section {
  margin-bottom: 10px;
}

/*  GRID OF TWELVE  */
.span_12_of_12 {
  width: 100%;
}
.span_11_of_12 {
  width: 91.53%;
}
.span_10_of_12 {
  width: 83.06%;
}
.main.span_10_of_12 {
  width: 90%;
}
.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%;
}
h1,
h2,
h3,
h4 {
  color: var(--darkBlue);
}
h1,
h2 {
  font-size: 230%;
  margin: 0.25em 0 0.1em 0;
  font-weight: 900;
  font-style: italic;
}
h3 {
  font-size: 150%;
  line-height: 1.2em;
}
h3 + p {
  margin-top: 0;
}
main h3 {
  margin-bottom: 6px;
}
h4 {
  font-size: 140%;
  margin-bottom: 0;
  font-style: italic;
}
h4 + p {
  margin-top: 0.4em;
}
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%;
}
.wrapper {
  background: rgb(255, 255, 255);
  background: linear-gradient(to bottom, rgba(225, 225, 225, 1) 0%, rgba(225, 225, 225, 1) 42%, rgba(255, 255, 255, 1) 69%);
  border: 1px solid #434343;
  margin: 0 auto;
  border-top: 0 none;
  border-bottom: 0 none;
  max-width: 1500px;
}
.products .wrapper {
  background: rgb(255, 255, 255);
  background: linear-gradient(to bottom, rgba(225, 225, 225, 1) 0%, rgba(255, 255, 255, 1) 42%);
}
.main {
  padding-top: 84px;
  overflow: hidden;
}
main {
  display: grid;
  margin: 20px 3.3%;
  z-index: 200;
  position: relative;
}
.home main {
  grid-template-columns: 50% 49%;
  grid-gap: 1% 27px;
  grid-template-rows: minmax(200px, auto);
}
.product-categories {
  grid-area: 2 / 1 / 3 / 3;
  margin: 75px 0;
}
.contact-buttons {
  grid-area: 3 / 1 / 4 / 3;
}
.products main {
  grid-template-columns: 57% 41%;
  grid-gap: 0.4% 27px;
  grid-template-rows: minmax(283px, auto);
}
.product-data {
  grid-area: 3 / 1 / 4 / 3;
}
.cool {
  grid-area: 2 / 1 /3 / 3;
}
.products main.full {
  display: block;
}

/* ==========================================================================
   HEADER & NAV
   ========================================================================== */
header {
  background-image: linear-gradient(#141c38 0%, #111530 90%);
  height: auto;
  width: 100%;
  z-index: 500;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
}
.logo-wrap {
  width: 45%;
}
.logo-wrap span {
  display: block;
  font-family: 'Shadows Into Light';
  color: white;
  transform: rotate(-4deg);
  text-align: center;
  font-size: 200%;
  width: 100%;
  margin-left: 8%;
}
header img.logo {
  margin: 15px 0 15px 7%;
  max-width: 658px;
  width: 90%;
}
header img.crimpers {
  max-width: 633px;
  width: 100%;
  margin-right: 3%;
}
nav {
  width: 100%;
  height: auto;
  padding: 0;
  border: 2px solid var(--cyan);
  border-left: 0 none;
  border-right: 0 none;
  margin-top: 30px;
  position: relative;
}
nav ul {
  list-style-type: none;
  list-style-position: outside;
  padding: 0 1% 0 1%;
  margin: 0;
  font-size: 120%;
  display: flex;
}
nav ul i {
  font-size: 70%;
}
nav li {
  display: block;
  margin: 0;
  position: relative;
  border-right: 1px solid var(--cyan);
  height: 100%;
  padding: 7px 0;
}
nav a {
  padding: 7px 32px 7px 36px;
}
nav a:link,
nav a:visited {
  color: var(--cyan);
  text-decoration: none;
}
nav a:hover,
nav a:active {
  color: var(--xdarkBlue);
  text-decoration: none;
}
nav li:last-child a {
  border-right: 0 none;
}
nav li:hover a {
  background-color: var(--cyan);
  background-image: linear-gradient(var(--cyan) 30%, var(--medBlue) 100%);
  color: var(--xdarkBlue);
}
nav li:hover ul li a i {
  font-size: 90%;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
nav li ul {
  display: none;
  position: absolute;
  margin: 0;
  height: auto;
  width: 110%;
  padding: 0;
  border: 1px solid var(--cyan);
  border-top: 0 none;
  left: 0;
  top: 32px;
  z-index: 300;
  font-size: 85%;
}
nav li ul li {
  padding: 0;
  border: 0 none;
}
nav ul .prod {
  width: 118%;
}
nav ul .lit {
  width: 150%;
}
nav li:hover ul,
nav li ul:hover {
  display: block;
  position: absolute;
  /*top: 33px;*/
  top: 42px;
  left: 0;
}
nav li:hover ul li ul {
  display: none;
  position: absolute;
  margin: 0;
  height: auto;
  width: 110%;
  padding: 0;
  border: 1px solid var(--cyan);
  border-left: 0 none;
  left: 0;
  top: 32px;
  z-index: 300;
  font-size: 85%;
}
nav li:hover ul li:hover ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  font-size: 100%;
  width: 87%;
}
nav li:hover ul li.edge:hover ul {
  right: 100%;
  left: auto;
  border: 1px solid var(--cyan);
  border-right: 0 none;
}
nav li:hover ul a,
nav li ul:hover a {
  background-color: var(--medBlue);
  background-image: none;
  color: white;
}
ul ul li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
nav li ul a {
  border: 0 none;
  color: white;
  padding: 10px 0 10px 16px;
  background: transparent;
  background-image: none;
  display: block;
}
nav li ul a:hover {
  color: var(--darkBlue);
}

/* ==========================================================================
   CONTENT
   ========================================================================== */
main p,
main ul {
  font-size: 120%;
  line-height: 1.44em;
}
main .priority ul {
  font-size: 100%;
}
h1 + p,
h2 + p {
  margin-top: 0;
}
.home p {
  padding-right: 2%;
}
.home h2 {
  margin-top: 0.8em;
}
li {
  margin-bottom: 8px;
}
.product-categories h2 {
  text-align: center;
}
.catalogs {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: center;
  padding-top: 8px;
}
.catalogs a {
  text-align: center;
  width: 23%;
  margin: 0 4% 7px 0;
}
.catalogs img {
  width: 100%;
  max-width: 280px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
}
.catalogs span {
  display: block;
  padding: 6px;
  font-size: 93%;
}
img.app {
  width: 100%;
  max-width: 448px;
  margin-bottom: 15px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .35);
}

.contact-buttons {
  display: flex;
  flex-direction: row;
  margin: 100px 0;
  justify-content: space-between;
  width: 100%;
  padding: 0 3.3%;
  box-sizing: border-box;
}

a.button,
span.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
  color: white;
  background-color: var(--medBlue);
  border: 1px solid var(--darkBlue);
  padding: 15px 30px;
  font-size: 200%;
  font-weight: 700;
}
a.button {
  width: 25%;
  text-align: center;
}
a.button span {
  position: relative;
  top: 2px;
  margin-right: 4px;
}
a.button:hover,
span.button:hover {
  background-image: linear-gradient(var(--medBlue) 30%, var(--darkBlue) 100%);
}
.contact-buttons a.button {
  transition: 0.2s ease-in-out;
  color: white;
}
.contact-buttons a.button:hover {
  transform: scale(1.05);
}
span.button {
  font-size: 120%;
  padding: 5px 10px;
}
a.button .icon-file-text-o {
  font-size: 88%;
}
a.button .icon-envelope-o {
  font-size: 94%;
}
#responsive-button {
  display: none;
}
.features {
  border-left: 1px solid var(--medBlue);
  box-sizing: border-box;
  padding-left: 25px;
}
.features h3 {
  margin: 8px 0 0 0;
}
.features img {
  width: 100%;
  max-width: 421px;
}
.wrap-again {
  display: flex;
  flex-flow: column wrap;
  padding-bottom: 25px;
}
.features ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.features li {
  width: 48.5%;
  margin: 0 0 10px 0;
}
.features .catalog {
  margin-top: 18px;
}
.financing h2 {
  border-bottom: 1px solid var(--medBlue);
  padding-bottom: 20px;
  margin: 5px auto 15px auto;
  color: var(--KOA-blue);
}
.financing {
  text-align: center;
}
.financing p.note {
  font-size: 90%;
}
.financing p,
.financing p.note {
  text-align: left;
}

form.fancy-form {
  margin-bottom: 100px;
}
form.fancy-form label {
  margin: 20px 0 6px 0;
  font-size: 140%;
  line-height: 1.1em;
}
form.fancy-form label[for=machine],
form.fancy-form label[for=serial],
form.fancy-form label[for=file] {
  margin-top: 0;
}
label {
  font-size: 115%;
}
input[type=file] {
  width: auto;
  margin: 0;
  height: 50px;
  font-size: 120%;
  margin-top: 10px;
  cursor: pointer;
  display: block;
}
div.form {
  padding: 0;
}

form h4 {
  font-size: 150%;
  margin: 30px 0 10px 0;
  clear: both;
}

input[type=submit].g-recaptcha,
button.g-recaptcha {
  background-color: var(--darkBlue);
  color: var(--cyan);
  font-weight: 700;
  border: 1px solid var(--cyan);
}
input[type=submit].g-recaptcha:hover,
input[type=submit].g-recaptcha:active,
button.g-recaptcha:hover,
button.g-recaptcha:active {
  border: 1px solid var(--darkBlue);
  color: var(--darkBlue);
  outline: 0 none;
  background-color: var(--cyan);
}
main .span_5_of_12 {
  //padding-top: 3.1em;
}
.compare {
  border: 2px solid var(--medBlue);
  border-top: 0 none;
  text-align: center;
  margin: 48px 0;
  height: auto;
}
.compare header {
  background-color: transparent;
  background-image: none;
  width: 100%;
  height: 41px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -20px;
  text-align: center;
  padding-top: 0;
}
.compare h2 {
  color: var(--darkBlue);
  flex-grow: 3;
  display: inline;
  margin: 0 auto;
  font-size: 170%;
}
.compare hr {
  border: 0;
  height: 2px;
  background: var(--medBlue);
  flex-grow: 8;
  display: inline;
}
.compare img {
  width: 95%;
  transition: 0.2s ease-in-out;
}
.compare img:hover {
  transform: scale(1.05);
}
.compare p {
  font-size: 95%;
  margin-bottom: 0;
}
.compare a.button {
  font-weight: 900;
  font-size: 150%;
  padding: 12px;
  border: 0 none;
  position: relative;
  top: 15px;
  color: white;
  width: auto;
}
section {
  width: 100%;
  margin: 0 0 50px 0;
}
section h2 {
  font-weight: 900;
  color: var(--darkBlue);
  border-bottom: 5px solid var(--darkBlue);
  padding-bottom: 5px;
  margin: 0 0 16px 0;
  font-size: 212%;
}
section h2 span {
  font-size: 90%;
  font-style: italic;
  font-weight: 400;
  padding-left: 10px;
  display: inline-block;
}
.product {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.product.grid {
  display: grid;
  grid-template-rows: minmax(80px, auto) minmax(320px, auto);
  grid-template-columns: 25% 44% 20%;
  grid-gap: 10px 5%;
}
.product img {
  width: 25%;
  object-fit: contain;
}
.product.grid img {
  width: 100%;
  grid-area: 1 / 1 / 3 / 2;
}
.product.grid ul.data,
.product.grid ul.links {
  width: auto;
}
.product ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product ul.data {
  width: 44%;
}
.marking .product ul.data {
  width: 80%;
}
.product ul.links {
  width: 20%;
  font-size: 165%;
}
.links a.button {
  font-size: 80%;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  color: white;
  display: block;
}
.product li {
  display: block;
  margin-bottom: 20px;
}
.product p {
  margin-top: 0;
}
a:link,
a:visited {
  color: var(--medBlue);
}
a:hover,
a:active {
  color: var(--darkBlue);
}
figure {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  justify-content: space-between;
  margin: 10px auto;
  width: 90%;
  max-width: 1000px;
}
figure img {
  width: 48%;
  max-width: 500px;
}
figcaption {
  width: 100%;
  margin-top: 10px;
}
.about .logos {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 6%;
  box-sizing: border-box;
}
.about .logos img {
  width: 25%;
  min-width: 340px;
  margin: 10px 0;
}
.about .logos img.op {
  width: 10%;
  min-width: 150px;
}
.about p {
  padding-right: 2%;
}
/* ==========================================================================
   VIDEO PAGE
   ========================================================================== */
.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.flex h1 {
  width: 100%;
}
.videos .flex div.span_4_of_12 {
  text-align: center;
}

/* ==========================================================================
   DATA TABLES
   ========================================================================== */
.products-table {
  border: 1px solid black;
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
}
.products-table.individual {
  width: 75%;
}
.products-table td {
  text-align: center;
  color: black;
  font-size: 90%;
  font-weight: 400;
  padding: 8px;
}
.products-table td:first-child {
  text-align: left;
}
.products-table td:nth-child(3) {
  font-size: 450%;
  font-weight: 900;
}
.products-table.number td {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
.marking .products-table td:nth-child(1) {
  width: 168px;
}
.marking .products-table td:nth-child(2) {
  width: 120px;
}
.marking .products-table.individual td:nth-child(2) {
  width: 405px;
  text-align: left;
}
.marking .products-table td:nth-child(3) {
  font-size: 100%;
  font-weight: normal;
}
.products-table.pusher tbody tr:first-child td {
  font-weight: 900;
  text-align: center;
}
.products-table.pusher td:first-child {
  border-right: 1px solid black;
}
.products-table.pusher tr:nth-child(2) td:first-child {
  border-right: 0 none;
}
.products-table td:nth-child(2) {
  border-right: 1px solid black;
}
.marking .products-table td:nth-child(2) {
  border-right: 0 none;
}
.products-table th {
  font: 700 125% var(--condensed);
  color: white;
  text-align: center;
  background-color: black;
  padding: 10px;
  border-right: 1px solid white;
}
.products-table th[colspan="2"] {
  text-align: left;
}
.products-table.skiver th[colspan="2"] {
  text-align: center;
}
.products-table tr th {
  border-right: 1px solid white;
}
.products-table tr th:last-child {
  border-right: 0 none;
}
.products-table tr:nth-child(even) td {
  background-color: var(--medGray);
}
.products-table tr:nth-child(odd) td {
  background-color: var(--ltGray);
}
tr.border-bottom td,
td.border-bottom {
  border-bottom: 1px solid black;
}
.contact-footer ul {
  font-size: 1.1em;
}
.thomas-net {
  margin-bottom: 25px;
}
.hsi {
  max-width: 100px;
}
footer .logos {
  text-align: center;
}
.row {
  margin: 10px 0;
  padding: 10px 0;
  display: block;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel,
.slider {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage,
.slider .owl-stage {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after,
.slider .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer,
.slider .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item,
.slider .owl-wrapper,
.slider .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.slider .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  box-sizing: border-box;
}
.owl-carousel .owl-item img,
.slider .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot,
.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next,
.slider .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: white;
  border-radius: 50%;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  height: 30px;
  width: 30px;
}
.slider button.owl-dot {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid white;
  background: transparent;
}
.slider button.owl-dot:hover {
  background: rgba(255, 255, 255, 0.5);
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 7px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
}
.slider button.owl-dot.active {
  background: white;
}
.slider .owl-nav button.owl-prev,
.slider .owl-nav button.owl-next {
  border-radius: 0;
  width: 28px;
  height: 28px;
  background: rgba(0, 0, 0, 0.7)
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: white;
  border-radius: 50%;
}
.owl-carousel.owl-loaded,
.slider.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading,
.slider.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden,
.slider.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item,
.slider.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item,
.slider.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab,
.slider.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated,
.slider .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in,
.slider .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out,
.slider .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut,
.slider .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy,
.slider .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]),
.slider .owl-item .owl-lazy[src^=""],
.slider .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy,
.slider .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -42px;
  position: absolute;
  width: 100%;
}
.owl-stage div.owl-item {
  text-align: center;
  min-height: 304px;
}
.slider .owl-stage div.owl-item {
  min-height: unset;
}
.owl-carousel h3 {
  margin: 0 0 5px 0;
  min-height: 54px;
}
.owl-stage div.owl-item div {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  height: 325px;
  background-color: white;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, .5);
  border: 2px solid white;
}
.owl-stage div.owl-item div:hover {
  border: 2px solid var(--cyan);
}
.owl-carousel a {
  text-decoration: none;
  display: block;
  position: relative;
  padding-top: 10px;
}
.owl-stage div.owl-item div img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.slider .owl-stage div.owl-item div {
  height: auto;
  background-color: transparent;
  box-shadow: none;
  border: 0 none;
}
.slider .owl-stage div.owl-item div:hover {
  border: 0 none;
}
.features .owl-item img {
  width: 100%;
  max-width: unset;
}
.owl-prev,
.owl-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 47%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slider .owl-prev,
.slider .owl-next {
  top: 48%;
}
.owl-prev span,
.owl-next span {
  display: none;
}

.owl-prev:hover,
.owl-prev:focus,
.owl-next:hover,
.owl-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slider.owl-theme .owl-nav [class*="owl-"]:hover:before,
.slider .owl-prev:hover:before,
.slider .owl-prev:focus:before,
.slider .owl-next:hover:before,
.slider .owl-next:focus:before {
  color: var(--cyan);
  outline: none;
  background: rgba(0, 0, 0, 0.7)
}
.owl-prev:hover:before,
.owl-prev:focus:before,
.owl-next:hover:before,
.owl-next:focus:before {
  opacity: 1;
  color: var(--darkBlue);
}
.owl-prev:before,
.owl-next:before {
  font-family: 'icomoon';
  font-size: 40px;
  line-height: 1;
  opacity: 1;
  color: var(--cyan);
  top: -3px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.slider .owl-prev:before,
.slider .owl-next:before {
  font-size: 30px;
  color: white;
  -webkit-text-stroke: 0 transparent;
  top: -6px;
}
.owl-prev {
  left: -18px;
}
.slider .owl-prev {
  left: 2px;
}
.owl-prev:before {
  font-family: 'icomoon';
  content: "\f137";
  -webkit-text-stroke: 2px white;
}
.owl-next {
  right: -14px;
}
.slider .owl-next {
  right: 2px;
}
.owl-next:before {
  font-family: 'icomoon';
  content: "\f138";
  -webkit-text-stroke: 2px white;
}
.slider .owl-next:before {
  font-family: 'icomoon';
  content: "\e900";
  right: 8px;
}
.slider .owl-prev:before {
  font-family: 'icomoon';
  content: "\e901";
  right: 8px;
}
/**
 * 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;
}
.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;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    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 .featherlight-content video {
  width: 100%;
}

.home .featherlight .featherlight-content {
  width: 35%;
}
.home .featherlight.video .featherlight-content {
  width: 80%;
}
/* ==========================================================================
   Calculator
   ========================================================================== */
.calculator main {
  display: block;
}
.calculator main .results p {
  margin-bottom: 3px;
  font-style: italic;
}
.calculator main .results ul {
  list-style: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.calculator main .results .flex {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}
.calculator main .results span {
  font-size: 90%;
  padding-left: 3px;
}
.calculator main div.span_12_of_12 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.calculator h1,
.calculator h2 {
  width: 100%;
}
.calculator .row {
  margin: 0;
  padding: 5px 0 5px 50px;
  display: block;
}
.calculator ol.steps {
  margin: 0;
  padding: 0;
}
.calculator ol h4 {
  display: inline;
}
.calculator ol.steps li.step {
  counter-increment: circled;
  margin: 10px 0;
  padding: 10px 0;
  display: block;
}
.calculator ol.steps li.step:before {
  content: counter(circled);
  border: 1px solid var(--KOA-blue);
  border-radius: 50%;
  box-sizing: border-box;
  color: var(--KOA-blue);
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  font-size: 140%;
  margin-right: 5px;
}
.calculator ol.steps {
  list-style: none;
  counter-reset: circled;
}
#id-od,
#thickness {
  display: none;
}
.calculator h2 {
  border-bottom: 3px solid var(--darkBlue);
}
.calculator label {
  width: 250px;
  display: inline-block;
  line-height: 21px;
  margin-bottom: 10px;
}
.calculator .step-title,
.calculator label.step-title {
  color: var(--KOA-blue);
  line-height: 21px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 115%;
}
.calculator .optional .span_7_of_12 {
  margin-top: 10px;
  padding-top: 10px;
}
.calculator .optional .row {
  padding: 5px 0 5px 0;
}
.calculator .optional label {
  width: 300px;
}
.calculator input {
  background-color: white;
  background-image: none;
  border: 1px solid #ccc;
  padding: 5px;
  width: 250px;
  height: 50px;
  box-shadow: none;
}
.calculator input:focus {
  border: 1px solid var(--KOA-blue);
  outline: none;
}
.calculator input#hoseID {
  margin-bottom: 15px;
}
.calculator input[type=radio] {
  transition: none;
}
.calculator input[type="radio"] {
  width: 25px;
  height: 25px;
  top: 5px;
}
.calculator .note {
  font-size: 95%;
  line-height: 130%;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 0;
}
#id-od,
#thickness {
  padding-left: 35px;
}
#inches,
#mm,
#mm-1,
#optional-inches,
#crimper {
  padding: 8px;
  width: 200px;
  height: 42px;
  font-size: 125%;
  border: 1px solid #079ED4;
  background: #D7F2FC;
  display: inline-block;
}
#optional-inches,
#crimper {
  border: 1px solid #07d459;
  background: #d7fce9;
}
.calculator aside {
  background-color: white;
  width: 90%;
  border-top: 3px solid #327CDD;
  padding: 0 3% 2% 3%;
  line-height: 1.4em;
}
.calculator section {
  clear: both;
}
.calculator .hose {
  text-align: right;
}
.calculator .hose img {
  width: auto;
  margin-top: -20px;
}
.calculator .hose h3 {
  margin: 10px auto 15px auto;
  text-align: center;
  padding: 0 0 0 150px;
}
.calculator .hose ul {
  list-style: none;
  margin: 0 auto;
  width: auto;
  padding: 0 0 0 150px;
  text-align: center;
}
.calculator .hose li {
  display: inline-block;
  margin: 0 25px 15px 25px;
}
.calculator .hose a {
  text-decoration: none;
}
.calculator .hose ul img {
  margin-top: 0;
  display: block;
  text-align: center;
  margin-bottom: 6px;
  max-height: 206px;
}
#koa-option,
#custom-option {
  display: none;
}
.visible-sm {
  display: none;
}
.error .image {
  text-align: center;
}
.error .image img {
  width: 100%;
  max-width: 800px;
}
ins {
  background-color: rgba(125, 255, 46, 0.5);
  text-decoration: none;
  padding: 0 2px 2px 2px;
}
.thickness-wrap {
  width: 100%;
  display: grid;
  grid-template-rows: 50px;
  grid-template-columns: 235px 250px;
  grid-column-gap: 18px;
  position: relative;
  margin-left: 37px;
}
.step p {
  margin-left: 39px;
}
/*--- Searchable select menu ---*/
.selectBox {
    position: absolute;
    height: 50px;
    background: white;
    border: 1px solid #ccc;
    padding: 5px;
    width: 235px;
    display: grid;
    grid-template-rows: 45px 34px 1fr;
    align-items: start;
    overflow: hidden;
    cursor: pointer;
    top: 0;
    left: 0;
}
.selectBox::after {
    content: "";
    width: 10%;
    height: 1em;
    background-color: black;
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
    position: absolute;
    top: 16px;
    right: 7px;
    z-index: 90;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}
.selectBox:focus {
  outline:none;
}
.selectBox p {
  margin: 8px 0 8px 5px;
}
.calculator input.search-box {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    outline: none;
    display: none;
    font-size: 90%;
    height: 30px;
    margin-bottom: 15px;
}
.calculator ul.options {
    list-style: none;
    padding: 0;
    overflow-y: auto;
    border-bottom: 1px solid #ccc;
    display: none;
    overflow-y: scroll;
    height: 100%;
}

.calculator  ul.options li {
    padding: 4px;
    cursor: pointer;
    font-size: 90%;
    font-family: var(--condensed);
}
.calculator ul.options li::before {
  content: "";
  border: 0 none;
}
.options li:hover {
    background-color: #f0f0f0;
}
.selected-option {
  display: none;
    padding: 10px;
    cursor: pointer;
}
#clear-button {
    background-color: var(--cyan);
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: none;
}
#clear-button:hover {
    background-color: var(--KOA-blue);
}
#ferrule-thickness {
  grid-area: 1 /2 / 2 / 3;
}


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

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media screen and (max-width: 2000px) {
  .featherlight-content img {
    width: 100%;
  }
}
@media screen and (max-width: 1720px) {
  .catalogs img {
    width: 90%;
  }
}
@media screen and (max-width: 1600px) {
  .contact-buttons a.button {
    font-size: 170%;
  }
  nav a {
    padding: 7px 32px 7px 36px;
  }
}
@media screen and (max-width: 1500px) {
  .contact-buttons a.button {
    padding: 13px;
  }
  .product-categories h2 {
    margin-bottom: 5px;
  }
  header img.crimpers {
    width: 50%;
  }
  nav ul {
    font-size: 110%;
  }
  nav li:hover ul,
  nav li ul:hover {
    top: 40px;
  }
}
@media screen and (max-width: 1452px) {
  .compare h2 {
    font-size: 160%;
  }
  .product ul.links {
    width: 25%;
  }
  p {
    font-size: 115%;
    line-height: 1.3em;
  }
  .products-table td {
    padding: 7px;
  }
  nav ul {
    font-size: 100%;
  }
  nav li:hover ul,
  nav li ul:hover {
    top: 37px;
  }
}
@media screen and (max-width: 1420px) {
  .logo-wrap span {
    font-size: 170%;
  }
  .calculator .hose ul,
  .calculator .hose h3 {
    padding: 0;
  }
}
@media screen and (max-width: 1406px) {
  .logo-wrap span {
    font-size: 165%;
  }
  nav {
    border-image: none;
    border-color: var(--cyan);
    border-left: 0 none;
    border-right: 0 none;
  }
}
@media screen and (max-width: 1352px) {
  .contact-buttons a.button {
    font-size: 150%;
  }
  .logo-wrap span {
    font-size: 160%;
  }
  nav ul .sub {
    top: 27px;
  }
  .features li {
    width: 48%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1326px) {
  .logo-wrap span {
    margin-left: 5%;
  }
  nav a {
    padding: 8px 16px 8px 18px;
  }
  .logo-wrap span {
    font-size: 155%;
  }
}
@media screen and (max-width: 1260px) {
  .compare h2 {
    font-size: 140%;
  }
  p {
    font-size: 110%;
  }
  nav ul .sub {
    top: 28px;
  }
  .logo-wrap span {
    font-size: 150%;
  }
}
@media screen and (max-width: 1231px) {
  .logo-wrap span {
    margin-left: 10%;
    font-size: 140%;
  }
  div.row.half1,
  div.row.half2 {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  div.row {
    margin-bottom: 15px;
  }
  .calculator .hose ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .calculator .hose li {
    margin: 0 15px 15px;
    width: 40%;
    font-size: 80%;
  }
  .calculator .hose ul img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}

@media screen and (max-width: 1186px) {
  a.button {
    padding: 15px 20px;
  }
  h1 {
    font-size: 220%;
  }
  .home p {
    font-size: 110%;
  }
  h3,
  .calculator h3 {
    font-size: 135%;
  }
  .col.contact {
    height: auto;
    text-align: center;
  }
  .product ul.links {
    width: 26%;
  }
  .catalogs a {
    width: 33%;
  }
}
@media screen and (max-width: 1152px) {
  nav a {
    padding: 8px 13px 8px 15px;
  }
  .logo-wrap span {
    font-size: 135%;
  }
}

@media screen and (max-width: 1125px) {
  .logo-wrap span {
    font-size: 128%;
  }
  .catalogs span {
    padding: 3px;
  }
}
@media screen and (max-width: 1122px) {
  .visible-sm {
    display: inline-block;
    position: relative;
    top: -6px;
  }
  .corp-logo {
    display: none;
  }
  .logo-wrap span {
    font-size: 150%;
  }
  .wrapper.span_10_of_12 {
    width: 100%;
    border: 0 none;
  }
  a.button {
    padding: 15px 25px;
    font-size: 150%;
  }
  .owl-stage div.owl-item div {
    height: 290px;
  }
  .owl-stage div.owl-item div img {
    max-height: 230px;
    width: auto;
    max-width: 100%;
  }
  .owl-prev,
  .owl-next {
    top: 43%;
  }
  .contact-buttons {
    margin: 20px auto;
  }
  .contact-buttons a.button {
    margin: 50px auto;
    width: 30%;
    font-size: 135%;
    text-align: center;
    box-sizing: border-box;
  }
  .home .featherlight .featherlight-content {
    width: 70%;
  }
  .home .featherlight.video .featherlight-content {
    width: 90%;
  }
}
@media screen and (max-width: 1016px) {
  .logo-wrap span {
    font-size: 145%;
  }
}
@media screen and (max-width: 1005px) {
  #corporatebanner ul.right-nav,
  #menu {
    display: none;
  }
  #responsive-button {
    display: block;
    color: var(--KOA-blue);
    float: right;
    margin-top: 7px;
    position: fixed;
    z-index: 20000;
    right: 15px;
    top: 28px;
  }
  .main {
    padding-top: 84px;
  }
  h1 {
    margin-bottom: 0;
  }
  header {
    padding: 15px 0 10px 0;
  }
  section h2 {
    font-size: 185%;
  }
  .compare h2 {
    font-size: 120%;
  }
  div.product-data {
    margin-top: 85px;
  }
  .links a.button {
    font-size: 70%;
  }
  .product ul.data {
    width: 40%;
  }
  p {
    font-size: 100%;
    line-height: 1.2em;
  }
  .products-table {
    font-size: 90%;
  }
  .product {
    flex-wrap: wrap;
  }
  .product > ul.data,
  .product > img {
    flex: 0.3 0 45%;
  }
  .product > ul.links {
    flex: 0 1 100%;
    margin-top: 20px;
  }
  .products-table {
    width: 100%;
  }
  .product > ul.links li {
    display: inline-block;
    width: 48%;
    margin-right: 1.5%;
  }
  a.button {
    padding: 15px 10px;
  }
  .logo-wrap span {
    font-size: 140%;
  }
  .product-categories {
    margin-top: 40px;
  }
}
@media screen and (max-width: 980px) {
  .contact-buttons a.button {
    font-size: 124%;
  }
}
@media screen and (max-width: 950px) {
  .logo-wrap span {
    font-size: 135%;
  }
}
@media screen and (max-width: 935px) {
  header img.logo {
    margin: 10px 0 5px 7%;
  }
  .logo-wrap span {
    margin-left: 5%;
    width: 99%;
  }
}
@media screen and (max-width: 910px) {
  .contact-buttons a.button {
    font-size: 160%;
    width: 45%;
    margin: 0 auto 30px auto;
  }
  .contact-buttons {
    flex-wrap: wrap;
    margin: 50px auto 35px auto;
  }
}
@media screen and (max-width: 897px) {
  .logo-wrap span {
    margin-left: 7%;
    font-size: 130%;
  }
}
@media screen and (max-width: 845px) {
  .logo-wrap span {
    font-size: 110%;
  }
  h1,
  h2 {
    font-size: 200%;
  }
  .home main {
    display: block;
  }
  .features {
    border-left: 0 none;
    margin-top: 50px;
  }
  h3 {
    font-size: 200%;
  }
  .owl-carousel h3 {
    font-size: 120%;
  }
}
@media screen and (max-width: 810px) {
  a.button {
    padding: 10px 5px;
    font-size: 135%;
  }
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 200%;
  }
  .home p {
    font-size: 95%;
    line-height: 1.5em;
  }
  .product-categories {
    margin-top: 23px;
  }
  .product-categories h2 {
    margin-bottom: 0;
  }
  .products-table {
    overflow-x: auto;
  }
  .products-table th {
    padding: 7px;
  }
  .products-table td:nth-child(3) {
    font-size: 400%;
  }
  .products-table.pusher tbody tr > td {
    font-size: 300%;
  }
  .products-table td {
    padding: 5px;
  }
  .compare h2 {
    width: 70%;
    margin-top: -11px;
  }
  .compare hr {
    flex-grow: 22;
  }
  .compare p {
    padding: 0 10px;
  }
}
@media screen and (max-width: 760px) {
  #corporatebanner {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  h1,
  h2 {
    font-size: 180%;
  }
  a.button {
    padding: 10px 5px;
    font-size: 120%;
  }
  .logo-wrap span i {
    display: inline;
  }
  .products-table td:nth-child(3) {
    font-size: 350%;
  }
  .products-table.pusher tbody tr > td {
    font-size: 250%;
  }
  p {
    margin-top: 6px;
  }
  .compare a.button {
    font-size: 120%;
  }
  .home .featherlight .featherlight-content {
    width: 90%;
  }
}
@media screen and (max-width: 706px) {
  .logo-wrap span {
    font-size: 100%;
  }
}
@media only screen and (max-width: 670px) {
  .compare h2 {
    width: 65%;
  }
  .marking .products-table {
    overflow-x: : scroll;
  }

}
/*  GO FULL WIDTH BELOW 650 PIXELS */
@media only screen and (max-width: 650px) {
  .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 {
    width: 100%;
  }
  header {
    flex-flow: column wrap;
    text-align: center;
  }
  .logo-wrap {
    width: 100%;
  }
  .logo-wrap span {
    font-size: 165%;
    width: 85%;
    text-align: center;
    margin: 0 auto;
  }
  .logo-wrap span i {
    display: block;
  }
  header img.logo {
    width: 80%;
    margin: 0 auto;
  }
  header img.crimpers {
    width: 70%;
    margin: 10px auto;
  }
  .home .span_4_of_12 {
    text-align: center;
  }
  .catalogs {
    flex-flow: column nowrap;
    text-align: center;
    align-items: center;
  }
  .catalogs a {
    width: 50%;
    margin-bottom: 15px;
  }
  .contact-buttons {
    flex-direction: column;
  }
  a.button {
    margin: 0 auto 20px auto;
    width: 80%;
    text-align: center;
  }
  .compare {
    margin-top: 15px;
  }
  .compare h2 {
    font-size: 180%;
    margin-top: 0;
    width: 75%;
  }
  .compare a.button {
    top: 40px;
    font-size: 165%;
    width: auto;
    padding: 12px 20px;
  }
  .product li {
    margin-bottom: 10px;
  }
  .links a.button {
    font-size: 100%;
  }
  .features {
    border-left: 0 none;
    padding-left: 0;
  }
  .contact-buttons a.button {
    width: 100%;
    margin: 20px auto;
    font-size: 165%;
  }
  .owl-stage div.owl-item div {
    height: 260px;
  }
  .calculator .hose img {
    margin-top: 0;
    width: 80%;
    margin-right: 100px;
  }
}
@media only screen and (max-width: 590px) {
  .product > ul.data,
  .product > ul.links {
    flex: 0 1 100%;
  }
  .product > img {
    flex: 0 1 90%;
    margin: 0 auto 10px auto;
  }
  .product > ul.links li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .compare h2 {
    font-size: 160%;
  }
  div.row.submit {
    margin-top: 40px;
    text-align: center;
  }
  input[type=submit].g-recaptcha {
    width: 90%;
  }
  .features li {
    width: 90%;
  }
  .owl-stage div.owl-item div {
    height: 280px;
  }
}
@media only screen and (max-width: 480px) {
  .catalogs a {
    width: 80%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 420px) {
  h1 {
    font-size: 160%;
    margin-top: 0;
  }

}
@media only screen and (max-width: 321px) {
  .compare a.button {
    top: 20px;
  }
  .calculator .hose li {
    margin: 0 0 15px;
  }
}