:root {
  --black: black;
  --bright-red: #e61320;
  --black-75: #000000bf;
  --white-2: white;
  --hgw-red: #b12029;
  --white-smoke-3: #edeff2;
  --red2: #af2931;
  --dim-gray: #735260;
  --indian-red: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --crimson: #cf404d;
  --red3: #b82e34;
  --blue: #0808e7;
  --silver-2: #d9dbda;
  --white: #ffffff40;
  --linear-silver: #00000040;
}

body {
  font-size: 0;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 48px;
}

h2 {
  color: #bec3c7;
  text-align: center;
  background-color: #af2931;
  border: 1px solid #000;
  margin: 20px auto 10px;
  font-family: Noto Serif Georgian, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  display: block;
}

h3 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  line-height: 20px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #000;
  margin: 0 auto;
  font-family: IBM Plex Sans Condensed, sans-serif;
  font-size: 20px;
  line-height: 24px;
  display: inline;
  overflow: auto;
}

img {
  max-width: 100%;
  font-family: PT Serif, serif;
  display: inline-block;
}

.section {
  background-color: #0000;
  background-image: linear-gradient(to right, #000, #0000001a 10%), linear-gradient(270deg, #000, #0000001a 10%);
  border: 2px solid #b12029;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 0;
  display: block;
  position: static;
}

.section.section-gray {
  background-image: linear-gradient(to right, #000, #0000001a 10%), linear-gradient(270deg, #000, #0000001a 10%);
  border: 2px #b12029;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.section.about {
  background-image: linear-gradient(to right, #000, #0000001a 10%), linear-gradient(270deg, #000, #0000001a 10%);
}

.section.products {
  background-image: linear-gradient(to right, #000, #0000001a 10%), linear-gradient(270deg, #000, #0000001a 10%);
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.color-separator {
  color: #fff;
  background-color: #b12029;
  margin-left: auto;
  margin-right: auto;
  padding: 45px;
  display: block;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.heading-1 {
  color: #b12029;
  text-shadow: 1px 1px 2px #0006;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-subheading {
  color: #d9dbda;
  letter-spacing: 0;
  text-transform: none;
  background-color: #b12029;
  border-width: 1px;
  border-color: #00000040;
  border-radius: 1px;
  margin-top: 25px;
  display: block;
  box-shadow: 1px 1px 4px #000;
}

.section-title-group {
  margin-bottom: 25px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 2px solid #b12029;
  border-radius: 3px;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: static;
}

.footer-text {
  text-align: center;
  letter-spacing: 0;
  flex: 1;
  align-self: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: inline;
}

.left-navigation {
  background-color: #0000;
  background-image: linear-gradient(#000 50%, #00000040);
  border: 2px solid #b12029;
  width: 20%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Merriweather, serif;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.nav-link {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: var(--bright-red);
  letter-spacing: 2px;
  font-weight: 700;
  text-decoration: underline;
}

.nav-link:active {
  font-family: Playfair Display, sans-serif;
  -webkit-text-decoration: overline double;
  text-decoration: overline double;
}

.nav-link.w--current {
  color: var(--bright-red);
  letter-spacing: 2px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 26px;
  -webkit-text-decoration: overline dotted;
  text-decoration: overline dotted;
  display: block;
}

.nav-link.w--current:hover {
  letter-spacing: 3px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: underline;
  display: block;
}

.nav-link.w--current:active, .nav-link.w--current:focus {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-menu {
  float: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.logo-link {
  float: none;
  text-align: center;
  margin: 10px auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.logo-link.w--current {
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.banner {
  border: 2px solid #b12029;
  flex-flow: wrap;
  place-content: space-between space-around;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Georgia, Times, Times New Roman, serif;
  display: flex;
}

.content {
  color: #000;
  background-image: linear-gradient(#000 50%, #00000040);
  border: 5px #b12029;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: IBM Plex Sans Condensed, sans-serif;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.paragraph-form {
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
}

.header-logo {
  max-height: 50vh;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
  display: block;
  position: static;
}

.products-container {
  text-align: center;
  flex: 0 0 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.home-container {
  flex-wrap: wrap;
  flex: 0 0 100%;
  place-content: center;
  align-items: center;
  margin: 10px 10% 5%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.iso-cert-image {
  flex: 0 auto;
  order: 0;
  max-width: 30%;
  max-height: 30%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: block;
  position: relative;
}

.arrows {
  color: #b12029;
  margin: auto;
  font-size: 85%;
  font-weight: 700;
  line-height: 100%;
  display: block;
  position: absolute;
}

.arrow-bars {
  width: 35px;
}

.mask {
  background-image: linear-gradient(#00000080, #00000080);
  margin-left: 35px;
  margin-right: 35px;
  padding-left: 0;
  padding-right: 0;
}

.slider {
  background-color: #0000;
  width: 55vw;
  height: 65vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slides.slide-1 {
  background-color: var(--black-75);
  background-image: url('../images/Buffalo1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slides.slide-2 {
  background-image: url('../images/cougar-4x4-mrap-08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.slides.slide-3 {
  background-color: var(--black-75);
  background-image: url('../images/Cougar-6x6-MRAP.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slides.slide-4 {
  background-color: var(--black-75);
  background-image: url('../images/FMTV-handles.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slides.slide-5 {
  background-color: var(--black-75);
  background-image: url('../images/Husky-Mine-Detection-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slides.slide-6 {
  background-color: var(--black-75);
  background-image: url('../images/RG-33-gunport.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 0;
}

.slides.slide10 {
  background-color: var(--black-75);
  background-image: url('../images/Caiman_mine-resistant_ambush-protected_vehicles_in_Iraq_edited.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.caption {
  flex-direction: row;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-nav {
  z-index: 1;
  background-image: linear-gradient(#000000bf, #000000bf);
  margin-left: 35px;
  margin-right: 35px;
  font-size: 12px;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
}

.caption-slide1 {
  background-color: var(--black-75);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(#000000bf, #000000bf);
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.caption-slide2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-image: linear-gradient(#000000bf, #000000bf);
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  line-height: 20px;
}

.slides-slide-7 {
  background-color: var(--black-75);
  background-image: url('../images/PKSV.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slides-slide-8 {
  background-color: var(--black-75);
  background-image: url('../images/MRAP-Collage.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slides-slide-9 {
  background-color: var(--black-75);
  background-image: url('../images/Army-HMMWV.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.sitelock {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  bottom: 0;
  left: 0;
}

.footer-wrap {
  justify-content: center;
  display: flex;
}

.google-map {
  border: 3px solid #af2931;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 350px;
  justify-content: center;
  align-items: stretch;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.contact-info {
  flex-flow: row;
  place-content: center space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.contact {
  color: #b12029;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin: 10px auto;
  padding: 5px;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.contact.phone {
  flex-flow: column;
  order: -1;
  align-self: center;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.contact.fax {
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.contact.address {
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px;
  font-size: 18px;
  line-height: 20px;
}

.contact-columns {
  flex-flow: wrap;
  flex: 0 90%;
  place-content: center;
  align-items: center;
  display: flex;
}

.slide-7 {
  background-color: var(--black-75);
  background-image: url('../images/cougar-4x4-mrap-08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block {
  flex: 0 0 100%;
  align-self: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
}

.div-block-2 {
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  align-items: center;
  padding: 6px;
  display: flex;
}

.div-block-3 {
  flex: 0 40%;
  align-self: center;
  padding: 3px;
}

.div-block-4 {
  flex: 0 40%;
}

.column-3 {
  flex: 0 48%;
}

.link {
  line-height: 22px;
}

.text-block {
  color: var(--black);
  text-align: center;
  font-family: PT Serif, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 22px;
}

.text-block-2 {
  color: var(--black);
  text-align: center;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

.success-message-2 {
  border: 2px solid var(--hgw-red);
  padding: 15px;
  font-family: PT Serif, serif;
  font-size: 16px;
}

.error-message {
  border: 2px solid var(--hgw-red);
  font-family: PT Serif, serif;
}

.submit-button {
  border: 2px solid var(--black);
  background-color: var(--hgw-red);
  color: var(--white-smoke-3);
  text-align: center;
  text-transform: uppercase;
  margin: 3px;
  font-family: PT Serif, serif;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 1px 1px 3px #000;
}

.form-label {
  color: var(--hgw-red);
  text-align: left;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 24px;
}

.form {
  color: var(--hgw-red);
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 700;
}

.form-block {
  font-family: PT Serif, serif;
}

.paragraph {
  color: var(--hgw-red);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-6 {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 5px;
}

.text-block-3 {
  color: var(--red2);
  font-size: 14px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.contact-link {
  font-size: 18px;
}

.paragraph-2 {
  color: #b12029;
  text-align: center;
}

.div-block-7 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.button-2 {
  color: #d9dbda;
  text-align: center;
  text-transform: uppercase;
  background-color: #b12029;
  border: 2px solid #000;
  font-family: IBM Plex Sans Condensed, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  box-shadow: inset -3px -2px 4px 2px #0000004d, 3px 1px 4px 1px #0006;
}

.div-block-9 {
  text-align: center;
}

.italic-text-2 {
  font-weight: 600;
}

.link-2 {
  font-size: 18px;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01)translate(0);
}

@media screen and (min-width: 1440px) {
  .section-heading.heading-1 {
    text-shadow: 1px 1px 3px var(--black);
    font-family: PT Serif, serif;
  }

  .section-subheading {
    font-family: Oswald, sans-serif;
    font-size: 24px;
    font-weight: 600;
  }

  .banner {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    align-content: stretch;
  }

  .slides.slide-1 {
    background-color: #000000bf;
    background-position: 50% 95%;
    background-size: contain;
  }

  .slides.slide-3, .slides.slide-4 {
    background-color: #000000bf;
    background-size: contain;
  }

  .slides.slide-5, .slides.slide-6, .slides.slide10 {
    background-color: #000000bf;
    background-position: 50%;
    background-size: contain;
  }

  .caption {
    color: var(--white-2);
    text-align: center;
    letter-spacing: 0;
    font-family: PT Serif, serif;
    font-weight: 700;
  }

  .caption-slide1 {
    background-color: var(--black-75);
    color: #fff;
    text-align: center;
    font-family: PT Serif, serif;
    font-size: 18px;
    font-weight: 700;
  }

  .caption-slide2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
  }

  .slides-slide-7, .slides-slide-8, .slides-slide-9, .slide-7 {
    background-color: #000000bf;
    background-position: 50%;
    background-size: contain;
  }

  .div-block.header-div {
    order: -1;
    align-self: flex-start;
  }

  .div-block.iso-div {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .form-label {
    margin-bottom: 5px;
    font-family: PT Sans, sans-serif;
  }

  .text-block-3 {
    text-align: left;
  }

  .header-div {
    flex: 0 0 100%;
    order: -1;
    align-self: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .italic-text {
    font-weight: 400;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .submit-button-2 {
    text-align: center;
    background-color: #b12029;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
  }

  .text-field {
    margin-bottom: 5px;
  }

  .form-2 {
    text-align: center;
  }

  .link-block {
    color: #b12029;
    font-family: PT Sans, sans-serif;
    font-size: 18px;
  }

  .button {
    font-size: 18px;
  }

  .div-block-8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .isocert-button {
    text-align: center;
    background-color: #b12029;
    border: 1px solid #000;
    border-radius: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 2px 2px 5px 1px #00000091;
  }
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0;
    padding-left: 0;
  }

  h4 {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 20px;
    display: flex;
  }

  .hamburger-button {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .hamburger-button.w--open {
    float: left;
    background-color: #b12029;
    margin-left: auto;
  }

  .section {
    background-image: linear-gradient(to right, #000, #0000001a 10%), linear-gradient(270deg, #000, #0000001a 10%);
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .section.section-gray {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.products {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .color-separator {
    padding: 20px;
  }

  .section-heading.heading-1 {
    margin: 0 auto;
    font-size: 36px;
    line-height: 38px;
    display: block;
    position: static;
  }

  .section-subheading {
    margin-top: 15px;
    font-size: 22px;
    line-height: 26px;
  }

  .section-title-group {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-title-group.products {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }

  .footer.center {
    padding-bottom: 10px;
  }

  .footer-text {
    font-size: 14px;
    line-height: 18px;
  }

  .left-navigation {
    border-width: 3px;
    width: auto;
    height: auto;
    margin-right: auto;
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    overflow: visible;
  }

  .nav-link {
    text-align: left;
    letter-spacing: 2px;
    margin-left: 10px;
    margin-right: 0;
    padding: 10px 0 10px 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .nav-link:hover {
    color: #b12029;
    letter-spacing: 2px;
    font-size: 18px;
  }

  .nav-link:active {
    text-align: left;
  }

  .nav-link:focus {
    color: #b12029;
    font-size: 18px;
  }

  .nav-link.w--current {
    letter-spacing: 2px;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 0;
    padding: 10px 0 10px 10px;
    font-size: 16px;
    line-height: 18px;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .nav-link.w--current:hover {
    color: #b12029;
    font-size: 18px;
  }

  .nav-link.w--current:active {
    color: #b12029;
    text-align: left;
  }

  .nav-menu {
    background-color: #000c;
    width: 101%;
  }

  .nav-menu:hover {
    display: block;
  }

  .logo-link {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .logo-link.w--current {
    float: left;
    clear: none;
    margin: auto 0 0;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    position: static;
  }

  .content {
    width: auto;
    height: auto;
  }

  .paragraph-form {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 18px;
    position: static;
    inset: 0;
    overflow: visible;
  }

  .header-logo {
    clear: none;
    max-width: 95%;
    margin-top: 65px;
    margin-bottom: auto;
    overflow: visible;
  }

  .products-container {
    flex-flow: wrap;
    order: -1;
    align-content: flex-start;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
    position: static;
    top: 0;
    left: 0;
    right: 0;
  }

  .home-container {
    margin-top: 50px;
    margin-bottom: 20%;
    display: block;
  }

  .contact-container {
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .iso-cert-image {
    max-width: 30vw;
    max-height: 30vh;
  }

  .nav-icon {
    float: right;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-container {
    margin-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .inquiry-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .arrows {
    font-size: 75%;
  }

  .slider {
    order: 1;
    width: 90vw;
    height: 50vh;
  }

  .sitelock {
    display: block;
  }

  .google-map {
    text-align: center;
    align-items: center;
    width: 90%;
  }

  .contact-info {
    text-align: center;
  }

  .contact-columns {
    text-align: center;
    flex-grow: 1;
  }

  .submit-button {
    font-size: 14px;
    line-height: 20px;
  }

  .form-label {
    font-size: 16px;
  }

  .form {
    padding: 10px;
    font-size: 16px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 24px;
  }

  .contact-link {
    font-size: 16px;
    line-height: 18px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-7 {
    flex: 0 0 100%;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .italic-text-2, .italic-text-3 {
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

  .hamburger-button {
    float: right;
    clear: none;
    padding: 10px;
    overflow: visible;
  }

  .hamburger-button.w--open {
    background-color: #b12029;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-heading.heading-1 {
    font-size: 28px;
    line-height: 30px;
  }

  .section-subheading {
    font-size: 20px;
    line-height: 26px;
  }

  .left-navigation {
    border-width: 3px;
    top: 0;
    left: 0;
  }

  .nav-link {
    border: 1px solid #bec3c7;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 21px;
  }

  .nav-link:hover {
    color: #b12029;
    font-size: 18px;
  }

  .nav-link:active {
    text-align: left;
  }

  .nav-link:focus {
    color: #b12029;
    font-size: 18px;
  }

  .nav-link.w--current {
    border-color: #bec3c7;
    padding-left: 10px;
    font-size: 16px;
    line-height: 21px;
  }

  .nav-link.w--current:hover {
    color: #b12029;
    font-size: 18px;
    line-height: 21px;
  }

  .nav-link.w--current:active {
    color: #b12029;
    text-align: left;
    font-size: 18px;
  }

  .nav-link.w--current:focus {
    color: #b12029;
    font-size: 18px;
  }

  .nav-menu {
    display: block;
  }

  .logo-link {
    margin-left: 0;
  }

  .content {
    background-image: linear-gradient(#000 50%, #00000040);
    width: auto;
    height: auto;
  }

  .products-container {
    flex-basis: 90%;
  }

  .iso-cert-image {
    max-width: 20vw;
    margin-top: 23px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-icon {
    direction: ltr;
    text-align: right;
    text-transform: none;
    background-color: #b12029;
    padding: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    text-decoration: none;
  }

  .nav-icon:active, .nav-icon:focus {
    font-size: 16px;
  }

  .arrows {
    font-size: 65%;
    line-height: 100%;
  }

  .slides-slide-8 {
    background-size: contain;
  }

  .contact-info {
    flex-wrap: wrap;
    align-items: center;
  }

  .contact-columns {
    text-align: center;
    flex-grow: 1;
  }

  .column-3 {
    flex-grow: 1;
  }

  .submit-button {
    font-size: 13px;
    line-height: 16px;
  }

  .form-label, .form {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-color: #0000;
  }

  .hamburger-button {
    padding: 5px;
  }

  .section {
    background-color: #fff;
    border-width: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .color-separator {
    padding: 15px;
  }

  .section-heading.heading-1 {
    height: 35px;
    font-size: 20px;
    line-height: 24px;
  }

  .section-subheading {
    margin-top: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .section-title-group {
    flex: 0 0 90%;
    order: -1;
    align-self: center;
    margin-bottom: 10px;
  }

  .footer.center {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-text {
    font-size: 12px;
  }

  .left-navigation {
    background-image: linear-gradient(#000 50%, #00000040);
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 0;
    left: 0;
  }

  .logo-link {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .logo-link.w--current {
    max-width: 80%;
    padding-left: 0;
  }

  .banner {
    border-width: 3px;
    height: auto;
  }

  .paragraph-form {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .header-logo {
    margin-top: 45px;
    margin-bottom: 0;
  }

  .products-container {
    height: 35px;
    min-height: 35px;
    margin-bottom: 5px;
  }

  .home-container {
    margin-top: 5%;
    margin-bottom: 5%;
    position: static;
  }

  .iso-cert-image {
    max-width: 20vw;
    margin-top: 0;
  }

  .about-container {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .inquiry-container {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    padding: 7px;
    display: flex;
  }

  .arrows {
    font-size: 50%;
  }

  .arrow-bars {
    width: 25px;
  }

  .mask {
    margin-left: 25px;
    margin-right: 25px;
  }

  .slider {
    width: 95vw;
    height: 45vh;
  }

  .slides.slide-1 {
    width: 100%;
  }

  .slider-nav {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 9px;
    line-height: 10px;
  }

  .caption-slide1 {
    font-size: 13px;
    line-height: 16px;
  }

  .caption-slide2 {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
  }

  .slides-slide-8 {
    background-size: 90% 60%;
  }

  .sitelock {
    padding-left: 0;
    padding-right: 0;
  }

  .google-map {
    align-items: center;
  }

  .contact-columns {
    flex: 1;
  }

  .div-block-2 {
    align-self: center;
  }

  .div-block-3, .div-block-4 {
    flex-grow: 1;
    flex-basis: 55%;
  }

  .column-3 {
    flex: 0 auto;
    align-self: center;
  }

  .form-label {
    flex: 0 0 90%;
  }

  .form {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    display: flex;
  }

  .formfield1 {
    flex: 0 0 90%;
  }

  .div-block-5 {
    flex: 0 auto;
    align-self: center;
  }

  .paragraph {
    font-size: 16px;
    line-height: 18px;
  }
}


