body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, .56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #1565c0;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  background-color: #fff;
  color: #333;
}

.button.white:hover {
  background-color: hsla(0, 0%, 100%, .77);
}

.button.full-width {
  display: block;
  width: 100%;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #a8a8a8;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #2196f3;
}

.button.tab.w--current:hover {
  background-color: #1565c0;
}

.button.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.white {
  color: #fff;
}

.navigation-link.white.w--current {
  border-bottom-style: solid;
  border-bottom-color: #818181;
  background-color: #383838;
  color: #fff;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  background-color: #000;
  text-align: center;
}

.navigation-bar.top {
  margin-top: 58px;
  margin-bottom: 124px;
  border-radius: 5px;
  background-color: #fff;
}

.navigation-menu {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-color: #000;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.navigation-menu.products {
  height: 0px;
  box-shadow: none;
}

.brand-text {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
}

.brand-link {
  height: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  margin-left: 15px;
  color: #fff;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.section.centered {
  text-align: center;
}

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.hero-slider {
  height: 455px;
  background-color: transparent;
}

.slide {
  padding-top: 82px;
  padding-right: 85px;
  padding-left: 85px;
  background-color: #dbdbdb;
  background-image: url('../images/c12fc26dda3a2f2999a8456630e00139_Procurement.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.two {
  background-color: #dbdbdb;
}

.header-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 11px;
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dbdbdb;
}

.cta-section.centered-accented {
  background-color: #2196f3;
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.cta-heading.inline-block {
  display: inline-block;
  margin-top: 0px;
  margin-right: 13px;
}

.align-right {
  text-align: right;
}

.white-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.fixed-image-section {
  padding: 117px 20px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 125px;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.hero-section {
  height: 100vh;
  padding-top: 250px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 20px;
  border: 2px solid #2196f3;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #2196f3;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #1565c0;
  color: #1565c0;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: hsla(0, 0%, 100%, .64);
  color: hsla(0, 0%, 100%, .72);
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  font-family: Oswald, sans-serif;
  font-weight: 300;
  text-align: center;
}

.form-label {
  margin-bottom: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

.section-subheading.center {
  color: red;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

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

.section-title-group.centered {
  text-align: center;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border-style: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  margin-bottom: 0px;
  float: left;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.round-image {
  margin-bottom: 13px;
  border-radius: 100px;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.social-button:hover {
  background-color: #1565c0;
  opacity: 1;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, .36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.profile-image {
  margin-bottom: 15px;
  border-radius: 100px;
}

.hero-with-nav {
  background-color: #dbdbdb;
}

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

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
}

.footer.centered-accented {
  background-color: #f1f1f1;
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #2196f3;
  text-decoration: none;
}

.link:hover {
  color: #1565c0;
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #8f8f8f;
  text-decoration: none;
}

.sidemenu-link:hover {
  color: #333;
}

.grid-image {
  margin-bottom: 20px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  color: rgba(0, 0, 0, .74);
  text-decoration: none;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  padding: 6px;
  float: left;
  color: #919191;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #dbdbdb;
}

.nav-link {
  display: block;
  padding: 7px 0px;
  text-align: center;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.content {
  overflow: hidden;
  width: 80%;
  float: left;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #4caf50;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.background {
  background-color: #dbdbdb;
}

.custom-container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.rich-text h1 {
  margin-top: 30px;
}

.rich-text h3 {
  margin-top: 30px;
}

.rich-text h5 {
  margin-top: 30px;
}

.rich-text h4 {
  margin-top: 30px;
}

.rich-text h6 {
  margin-top: 30px;
}

.image-column {
  text-align: center;
}

.content-column {
  padding-top: 42px;
  background-color: #000;
}

.feature-column {
  text-align: center;
}

.image {
  max-height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.headerh5 {
  margin-bottom: 0px;
  color: #333;
  font-size: 14px;
  line-height: 18px;
}

.headerh4 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 20px;
}

.unordered-list {
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
}

.products {
  display: block;
  overflow: hidden;
  height: auto;
  border-top-right-radius: 5px;
  background-color: #818181;
  box-shadow: inset 0 0 8px 0 #000;
}

.image-2 {
  width: 75px;
  height: 50px;
  margin-top: 1px;
  margin-bottom: 1px;
  text-align: left;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
}

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

.column-3 {
  text-align: center;
}

.column-4 {
  text-align: center;
}

.column-5 {
  text-align: center;
}

.row {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

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

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

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

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

.heading-3 {
  text-transform: uppercase;
}

.heading-4 {
  color: #272727;
  text-transform: none;
}

.heading-5 {
  margin-top: 20px;
  color: #272727;
  text-align: left;
  text-transform: uppercase;
}

.image-4 {
  width: 75px;
  height: 50px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.image-5 {
  width: 75px;
  height: 50px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.graders {
  display: block;
  overflow: hidden;
  height: 100%;
  border-top: 5px solid #000;
  background-color: #dadada;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/graders.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/graders.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.trailers {
  overflow: hidden;
  height: 0px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .66), hsla(0, 0%, 100%, .66)), url('../images/2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .66), hsla(0, 0%, 100%, .66)), url('../images/2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ditchers {
  overflow: hidden;
  height: 0px;
}

.column-6 {
  text-align: left;
}

.column-7 {
  text-align: left;
}

.column-8 {
  text-align: left;
}

.column-9 {
  text-align: left;
}

.column-10 {
  text-align: left;
}

.column-11 {
  text-align: left;
}

.column-12 {
  text-align: left;
}

.column-13 {
  text-align: left;
}

.column-14 {
  text-align: left;
}

.column-15 {
  text-align: left;
}

.column-16 {
  text-align: left;
}

.column-17 {
  text-align: left;
}

.column-18 {
  text-align: left;
}

.column-19 {
  text-align: left;
}

.column-20 {
  text-align: left;
}

.column-21 {
  text-align: left;
}

.column-22 {
  text-align: left;
}

.column-23 {
  text-align: left;
}

.column-24 {
  text-align: left;
}

.column-25 {
  text-align: left;
}

.column-26 {
  text-align: left;
}

.column-27 {
  text-align: left;
}

.column-28 {
  text-align: left;
}

.redbg {
  min-height: 300px;
  margin-top: 35px;
  background-image: -webkit-linear-gradient(270deg, red, red);
  background-image: linear-gradient(180deg, red, red);
}

.mainpic {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  min-height: 280px;
  margin-top: -30px;
  margin-right: 20px;
  float: right;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;

}

.subpic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: -20px;
  margin-left: 20px;
  padding: 5px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 3px 3px 10px 0 #000;
}

.subpic.right {
  margin-right: 20px;
  margin-left: auto;
  padding: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 3px 3px 10px 0 #000;
}

.image-6 {
  position: relative;
  z-index: 2;
  max-height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;

}

.body {
  padding: 5px;
}

.whiteribbon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 300px;
  margin-left: 10px;
  float: left;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.blackbox {
  position: static;
  display: block;
  width: 300px;
  margin: 10px -150px 20px -10px;
  padding: 5px;
  float: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
  text-align: center;
}

.h6slider {
  margin-bottom: 0px;
  color: red;
  font-size: 26px;
}

.h2slider {
  margin-bottom: 0px;
  color: #797979;
}

.paragraph {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.slidecontainer {
  padding-top: 10px;
}

.slider {
  height: 385px;
  background-color: transparent;
}

.productmenu {
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.brand-icon {
  max-width: 100%;
}

.brand-icon.rmsicon {
  height: 30px;
  max-width: 100%;
}

.brand {
  display: inline-block;
  /*max-width: 19%;*/
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.implements {
  overflow: hidden;
  height: 0px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), url('../images/2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), url('../images/2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-4 {
  text-align: left;
}

.backbtn {
  background-color: red;
  color: #fff;
}

.productmenu-image {
  max-height: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.productmenu-image.rebelmenu {
  max-width: 160px;
  margin-top: 33px;
}

.productmenu-image.juniormenu {
  max-height: 100px;
}

.productmenu-image.cadet {
  max-height: 80px;
  max-width: 80%;
}

.productmenu-text {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #006834;
  text-align: center;
}

.productmenuh3 {
  color: #d32f2f;
  text-align: center;
  text-shadow: 1px 1px 0 #000;
}

.productmenu-header-text {
  margin-top: 12px;
  font-family: Bellmt, sans-serif;
  color: #007838;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
}

.heading-7 {
  margin-top: 15px;
  color: #007137;
  font-weight: 400;
}

.div-block-5 {
  margin-top: 15px;
}

.div-block-6 {
  text-align: right;
}

.rebel {
  height: 140px;
}

.productmenu-blocks {
  padding-top: 10px;
  text-align: center;
}

.picture-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.specialist-li {
  text-align: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-8 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-menu {
  overflow: auto;
  width: 20vw;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #d32f2f;
  background-image: -webkit-linear-gradient(270deg, #590400, #e30009);
  background-image: linear-gradient(180deg, #590400, #e30009);
}



.product-page-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-menu-dropdown {
  width: 100%;
}

.dropdown-list {
  display: block;
  overflow: hidden;
  height: 0px;
}

.section-2 {
  border-bottom: 5px solid #000;
}

.sidemenu-header {
  margin: 10px;
  padding-right: 5px;
  padding-left: 5px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 16px;
}

.sidemenu-text {
  margin-right: 15px;
  margin-left: 15px;
  color: #fff;
}

.list-item {
  color: #fff;
}

.list-item-2 {
  color: #fff;
}

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

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

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

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

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

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

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

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .hamburger-button:hover {
    color: #2196f3;
  }
  .hamburger-button.w--open {
    background-color: #333;
  }
  .hamburger-button.white {
    color: #fff;
  }
  .hero-slider {
    height: 400px;
  }
  .slide {
    background-color: transparent;
  }
  .form-wrapper.squeezed {
    padding-right: 10%;
    padding-left: 10%;
  }
  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
  }
  .nav-menu {
    padding: 17px;
    background-color: #333;
  }
  .logo-link {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .content {
    width: 100%;
    height: auto;
  }
  .content-column {
    padding-top: 0px;
    background-color: #252525;
  }
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .blackbox {
    height: auto;
  }
  .slider {
    height: 385px;
    background-color: transparent;
  }
  .right-content {
    width: 40vw;
  }
  .sidemenu-header {
    font-size: 14px;
    line-height: 18px;
  }
  .sidemenu-text {
    font-size: 14px;
    line-height: 18px;
  }
  .list-item {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .brand-link.on-top {
    float: left;
  }
  .brand-link.left-spacing {
    padding-left: 0px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-slider {
    height: 260px;
  }
  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .cta-heading {
    margin-bottom: 10px;
  }
  .form-wrapper.squeezed {
    padding-right: 9px;
    padding-left: 0px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-fours {
    width: 33.33%;
  }
  .image-column {
    margin-bottom: 10px;
  }
  .content-column {
    margin-bottom: 13px;
    text-align: center;
  }
  .unordered-list {
    float: none;
    text-align: center;
  }
  .column {
    text-align: center;
  }
  .redbg {
    margin-top: 30px;
  }
  .blackbox {
    margin-right: -100px;
  }
  .slider {
    height: 375px;
    background-color: transparent;
  }
  .brand {
    max-width: 33%;
  }
  .productmenu-text {
    text-align: center;
  }
  .heading-7 {
    text-align: center;
  }
  .productmenu-blocks {
    text-align: center;
  }
  .left-menu {
    width: 40vw;
  }
}

@media (max-width: 479px) {
  .button.tab {
    margin-bottom: 9px;
  }
  .hero-slider {
    height: 170px;
  }
  .slide {
    padding-right: 25px;
    padding-left: 25px;
  }
  .grid-fours {
    width: 50%;
  }
  .content-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .redbg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .mainpic {
    width: 80%;
    min-height: 200px;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .subpic {
    width: 40%;
    margin-bottom: -40px;
  }
  .whiteribbon {
    width: 100%;
    height: auto;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: none;
  }
  .blackbox {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    background-image: -webkit-linear-gradient(270deg, #000, #000);
    background-image: linear-gradient(180deg, #000, #000);
  }
  .slidecontainer {
    padding-top: 0px;
    padding-bottom: 75px;
  }
  .slider {
    height: 490px;
    background-color: transparent;
  }
  .brand {
    max-width: 50%;
  }

  .rms-image {

    max-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    /* padding: 10px; */
  }
  .productdivider {
    border-bottom: 5px solid #000
  }

  .header-row {
    padding: 0;
    text-align: center;
  }
  .header-proprietor {
    margin-top: 0px;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    max-width: 170px;
  }

  .left-menu {
    width: 100vw;
    height: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .right-content {
    width: 100vw;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .product-page-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
}

/* CSS used here will be applied after bootstrap.css */.nav { margin-bottom: 0; }
.nav > li.dropdown.open { position: static; }
.nav > li.dropdown.open .dropdown-menu {display:table; width: 100%; text-align: center; left:0; right:0; }
.dropdown-menu>li { display: table-cell; }

.pdfobject-container { height: 700px;}
.pdfobject { border: 1px solid #666; }

.rms-image {

  max-height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  /* padding: 10px; */
}
.productdivider {
  border-bottom: 5px solid #000
}

.header-row {
  padding: 0;
  text-align: center;
}
.header-proprietor {
  margin-top: 0px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  max-width: 170px;
}
button.tablinks.sidebarbtn {
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #ffffff1f;
  color: white;
  font-weight: lighter;
  font-family: bell-mt;
  margin-bottom: 1px;
  font-size: 0.875rem;
}

@font-face {
  font-family: 'Bellb';
  src: url('../fonts/BELLB.TTF') format('undefined');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bell';
  src: url('../fonts/BELL.TTF') format('undefined');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Belli';
  src: url('../fonts/belli.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bellmt';
  src: url('../fonts/BellMT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bell mt fett';
  src: url('../fonts/bell-mt-fett.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

.tab.product {
  background-color: black;
  height: 35px;
  text-align: center;
}

button.tablinksproduct {
  background-color: #2c2c2c;
  color:white;
  height: 35px;
  border-radius: 12px 12px 0px 0px;
  font-weight: bolder;
}

button.tablinksproduct.brochure.active {
  background-color: #ed4630;
  height: 35px;
  border-radius: 12px 12px 0px 0px;
  font-weight: bolder;
}

button.tablinksproduct.video.active {
  background-color: #ed4630;
  height: 35px;
  border-radius: 12px 12px 0px 0px;
  font-weight: bolder;
}
button.tablinksproduct.gallery.active {
  background-color: #ed4630;
  height: 35px;
  border-radius: 12px 12px 0px 0px;
  font-weight: bolder;
}