.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

li {
  margin-bottom: 5px;
}

.body {
  padding-top: 90px;
  background-color: rgba(102, 102, 50, 0.06);
  font-family: Lato, sans-serif;
}

.brand {
  height: 90px;
  padding: 18px 20px;
  float: left;
  background-color: transparent;
}

.nav-sect {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3000;
  height: 90px;
  padding: 0px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.nav-butt {
  height: 90px;
  padding: 34px 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.03);
  color: #27903a;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-butt:hover {
  background-color: #fff;
}

.nav-butt.w--current {
  background-color: hsla(0, 0%, 100%, 0.4);
  color: #383838;
}

.nav-butt.dd {
  display: block;
}

.search-butt {
  display: inline-block;
  height: 90px;
  padding: 23px 13px 34px;
  clear: none;
  border-left: 1px solid hsla(0, 0%, 100%, 0.5);
  background-color: #27903a;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.search-butt:hover {
  background-color: rgba(0, 84, 165, 0.8);
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 200px;
  margin-top: 0px;
  padding-top: 0px;
  float: none;
  -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;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/pexels-photo-1554646.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pexels-photo-1554646.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.navbar {
  height: 90px;
  border-bottom: 1px solid rgba(56, 56, 56, 0.06);
  background-color: rgba(102, 102, 50, 0.06);
}

.footer-sect {
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 15px;
}

._80 {
  display: block;
  width: 80%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

._80.subtract {
  margin-top: -70px;
  margin-bottom: 60px;
}

.fea-head {
  height: 70px;
  padding: 22px 20px 15px 15px;
  border-left: 3px solid #27903a;
  background-color: #fff;
  box-shadow: 0 -2px 5px 0 #0054a5;
}

.fea-data {
  height: auto;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 3px solid rgba(0, 0, 0, 0.06);
  border-left: 3px solid rgba(0, 0, 0, 0.1);
  background-color: hsla(0, 0%, 100%, 0.4);
}

.find-section {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.text-block {
  display: inline-block;
  color: #27903a;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.content-sect {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

._80-con {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  text-align: left;
}

._80-con.ft-link-wrapper {
  margin-bottom: 20px;
}

._80-con.centred {
  text-align: center;
}

.base-sect {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(102, 102, 50, 0.06);
}

.ft-link {
  display: inline-block;
  margin-right: 10px;
  color: #383838;
  text-decoration: none;
}

.copyright-link {
  display: inline-block;
  margin-right: 10px;
  opacity: 0.4;
  color: #383838;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
}

.copyright-link:hover {
  opacity: 1;
}

.div-block-2 {
  width: 33%;
  padding-right: 20px;
  padding-left: 0px;
  float: left;
}

.unordered-list {
  text-align: left;
}

.list-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.para {
  color: #383838;
  font-size: 15px;
  line-height: 25px;
}

.para.download-summary {
  overflow: hidden;
  max-height: 100px;
  min-height: 100px;
}

.para.vid-para {
  margin-bottom: 40px;
  text-align: left;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #ed1b23;
  font-size: 30px;
  line-height: 35px;
}

.featured-link {
  color: #ed1b23;
  font-size: 60px;
  line-height: 40px;
  font-weight: 100;
  text-decoration: none;
  text-transform: uppercase;
}

.login-butt {
  height: 90px;
  padding: 34px 13px;
  border-left: 2px solid #fff;
  background-color: #0054a5;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.login-butt:hover {
  background-color: rgba(39, 144, 58, 0.7);
}

.main-sect {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 60px;
}

.inner-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #e4e4e4;
  background-image: linear-gradient(25deg, #000, transparent), url('../images/cargo-cargo-container-cargo-ship-1117211.jpg');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: Exo, sans-serif;
}

.h1-inner {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  text-shadow: 2px 2px 4px #000;
}

.column-3 {
  padding-right: 0px;
  text-align: right;
}

.column-4 {
  padding-left: 0px;
}

.breadcrumb {
  display: block;
  width: 80%;
  height: 30px;
  margin: 0px auto 30px;
  padding-top: 0px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.slash {
  display: inline;
  margin-right: 6px;
  margin-left: 6px;
  color: rgba(51, 51, 51, 0.6);
  font-size: 12px;
}

.link {
  color: rgba(56, 56, 56, 0.6);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.link.alert-cloce-link {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-right: 0px;
  padding: 11px;
  -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;
  background-color: #ed1b23;
  color: #fff;
}

.link.alert-cloce-link:hover {
  background-color: #383838;
  color: #ed1b23;
}

.link.alert-logout-link {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-right: 0px;
  padding: 11px;
  -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;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  background-color: rgba(102, 102, 50, 0.06);
  opacity: 0.35;
  color: rgba(56, 56, 56, 0.69);
}

.link.alert-logout-link:hover {
  background-color: rgba(102, 102, 50, 0.06);
  opacity: 1;
  color: #383838;
}

.link-2 {
  color: #0054a5;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.pri-search-wrapper {
  margin-top: 30px;
}

.field {
  height: 50px;
  margin-bottom: 30px;
  border-radius: 6px;
  background-color: transparent;
}

.field:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(44, 44, 44, 0.25);
  background-color: rgba(125, 128, 41, 0.2);
}

.field:active {
  border-color: rgba(44, 44, 44, 0.5);
  background-color: rgba(125, 128, 41, 0.2);
}

.field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(44, 44, 44, 0.5);
  background-color: rgba(125, 128, 41, 0.2);
}

.field.formless {
  position: relative;
  z-index: 1;
  height: 50px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 75.3%, 0.5);
  border-radius: 6px;
  background-color: #fff;
  color: #383838;
}

.field.formless:hover {
  background-color: hsla(0, 0%, 75.3%, 0.15);
}

.field.formless:focus {
  background-color: hsla(0, 0%, 75.3%, 0.15);
}

.button-v3 {
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: #000;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.button-v3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
}

.h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: rgba(56, 56, 56, 0.8);
  font-weight: 400;
}

.field-wrapper {
  margin-bottom: 15px;
}

.field-wrapper.comment {
  margin-bottom: 40px;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.label {
  position: relative;
  color: #2c2c2c;
  font-size: 11px;
  font-weight: 600;
}

.label.light {
  color: rgba(56, 56, 56, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.column-5 {
  padding-left: 0px;
}

.column-6 {
  padding-right: 0px;
}

.divider {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.div-block-3 {
  height: 200px;
  margin-bottom: 10px;
  padding: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.re-col {
  margin: 0px -10px;
}

.button {
  border: 1px solid #ed1b23;
  border-radius: 6px;
  background-color: #ed1b23;
  color: #fff;
}

.button:hover {
  background-color: transparent;
  color: #ed1b23;
}

.feature-title {
  margin-bottom: 30px;
  color: rgba(56, 56, 56, 0.8);
  font-weight: 700;
  text-transform: uppercase;
}

.results-wrapper {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #383838;
  font-size: 30px;
  font-weight: 700;
}

.h2:hover {
  color: #ed1b23;
}

.text-block-3 {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #0054a5;
  font-size: 12px;
  font-style: italic;
  text-transform: none;
}

.company-sumery {
  margin-bottom: 20px;
  color: #383838;
}

.column-7 {
  padding-right: 25px;
  padding-left: 0px;
}

.company-logo {
  width: 100%;
  height: auto;
  max-height: 200px;
  max-width: 200px;
  min-width: 0px;
}

.column-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.sector-text {
  color: #383838;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.inactive {
  border: 1px solid #383838;
  border-radius: 6px;
  background-color: transparent;
  opacity: 0.3;
  color: #383838;
}

.inactive:hover {
  background-color: #383838;
  color: #fff;
}

.active {
  float: right;
  border-radius: 6px;
  background-color: #383838;
}

.active:hover {
  border: 1px solid #383838;
  background-color: transparent;
  color: #383838;
}

.tag-title {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #383838;
  font-size: 12px;
  font-style: normal;
  text-transform: none;
}

.sample-product-results {
  margin-top: 15px;
}

.div-block-4 {
  display: inline-block;
  overflow: hidden;
  width: 90%;
  height: 200px;
  margin-right: 5px;
  margin-bottom: 6px;
  padding: 6px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(56, 56, 56, 0.1);
  background-image: url('../images/pexels-photo-247298.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-4._2 {
  background-image: url('../images/pexels-photo-1554646.jpeg');
}

.pro-pic-title {
  width: auto;
  padding-right: 5px;
  padding-left: 6px;
  color: #383838;
  font-weight: 400;
}

.tab-pane {
  padding-top: 40px;
  padding-bottom: 10px;
  background-color: transparent;
}

.supplier-listing {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tab {
  border-style: dotted dotted none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(102, 102, 50, 0.06);
}

.tab:hover {
  background-color: rgba(102, 102, 50, 0.26);
}

.tab.w--current {
  background-color: #383838;
  color: #fff;
}

.tabs-menu {
  border-bottom: 1px solid rgba(56, 56, 56, 0.1);
}

.product-pic-wrapper {
  height: auto;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
}

.product-title {
  min-height: 50px;
  margin-bottom: 15px;
  color: rgba(56, 56, 56, 0.8);
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-price {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 30px;
  color: rgba(56, 56, 56, 0.8);
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.company-name {
  display: inline;
  margin-bottom: 10px;
  color: #0054a5;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
}

.supplier-title {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #383838;
  font-size: 12px;
  font-style: normal;
  text-transform: none;
}

.link-block-2 {
  width: 100%;
  margin-bottom: 25px;
  text-decoration: none;
}

.company-profile-wrapper {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.comp-no {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #383838;
  font-size: 12px;
  font-style: normal;
  text-transform: none;
}

.company-number {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #0054a5;
  font-size: 12px;
  font-style: normal;
  text-transform: none;
}

.num-employees-title {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #383838;
  font-size: 12px;
  font-style: normal;
  text-transform: none;
}

.incorp-title {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #383838;
  font-size: 12px;
  font-style: normal;
  text-transform: none;
}

.incorporation-date {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #0054a5;
  font-size: 12px;
  font-style: normal;
  text-transform: none;
}

.number-of-emplys {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #0054a5;
  font-size: 12px;
  font-style: normal;
  text-transform: none;
}

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

.com-pro-web {
  display: block;
  margin-bottom: 3px;
  color: #0054a5;
  text-decoration: none;
}

.com-pro-email {
  display: block;
  margin-bottom: 3px;
  color: #0054a5;
  text-decoration: none;
}

.com-pro-social {
  display: block;
  margin-top: 20px;
  margin-bottom: 3px;
}

.link-block-3 {
  margin-right: 10px;
  margin-bottom: 10px;
}

.bold-text {
  font-weight: 700;
}

.serial-text {
  margin-bottom: 12px;
  font-size: 11px;
}

.h3-2 {
  margin-top: 0px;
  font-size: 17px;
  line-height: 20px;
}

.h3-2.product-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 60px;
  min-height: 60px;
  -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;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
}

.h3-2.product-title.details-page {
  display: block;
  max-height: 90px;
  min-height: 0px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.h3-2.document-title {
  overflow: hidden;
  max-height: 40px;
  min-height: 40px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.para-3 {
  margin-bottom: 30px;
  opacity: 0.75;
  color: #000;
  font-size: 13px;
}

.para-3.product-details {
  margin-bottom: 50px;
}

.details-wrapper {
  padding-left: 10px;
}

.lightbox-link {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 270px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-decoration: none;
}

.lightbox-link.details-page {
  overflow: visible;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(51, 51, 51, 0.2);
  background-color: #fff;
}

.pro-col-pics {
  padding-right: 30px;
  padding-left: 0px;
}

.empty-col {
  height: 30px;
}

.column-11 {
  margin-bottom: 7px;
  padding-right: 15px;
}

.divider-2 {
  display: block;
  height: 0px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.sub-cat-list {
  overflow: hidden;
  margin-top: 7px;
}

.subcat-note {
  padding-top: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #999;
}

.sub-cat-col {
  margin-bottom: 10px;
}

.sidebar-title {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.subcategory-icon {
  margin-right: 10px;
  padding-top: 5px;
  float: left;
  opacity: 0.4;
}

.sub-cat-link {
  display: inline;
  min-height: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(39, 144, 58, 0.1);
  font-family: 'Open Sans', sans-serif;
  color: #27903a;
  font-size: 15px;
  line-height: 17px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  -webkit-column-count: 3;
  column-count: 3;
}

.sub-cat-link:hover {
  color: #383838;
  font-style: normal;
}

.sub-cat-link.w--current {
  color: #000;
  font-weight: 600;
}

.sub-dd-1 {
  overflow: hidden;
  height: 0px;
}

.sub-dd-2 {
  overflow: hidden;
  height: 0px;
}

.sub-dd-3 {
  overflow: hidden;
  height: 0px;
}

.form-block {
  margin-bottom: 0px;
}

.se-butt-dd {
  width: 100%;
  border-radius: 6px;
  background-color: #27903a;
  color: #fff;
}

.se-butt-dd:hover {
  background-color: #000;
  color: #fff;
}

.text-field {
  width: 100%;
  margin-bottom: 1px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.select-field {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
}

.box-search {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  background-color: rgba(56, 56, 56, 0.03);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(rgba(56, 56, 56, 0.03)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), rgba(56, 56, 56, 0.03));
}

.column-14 {
  padding-right: 5px;
  padding-left: 5px;
}

.column-15 {
  padding-right: 0px;
  padding-left: 12px;
}

.column-16 {
  padding-right: 12px;
  padding-left: 0px;
}

.text-block-4 {
  margin-right: 13px;
}

.icon {
  width: 11px;
  margin-right: 8px;
  opacity: 0.4;
}

.ddbg.w--open {
  background-color: #f5f5f5;
}

.dropdown-link {
  color: #27903a;
}

.dropdown-link:hover {
  background-color: #fff;
}

.contact-sect {
  padding: 30px 0px;
  background-color: #383838;
}

.h3-contact {
  display: inline-block;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 400;
}

.compname {
  display: inline-block;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 300;
}

.divider-light {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.field-label {
  color: #fff;
}

.field-label.dark {
  margin-top: 5px;
  color: #333;
}

.form-notes {
  margin-bottom: 30px;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 12px;
  font-style: italic;
}

.text-field-2 {
  opacity: 0.7;
}

.form-field {
  border-radius: 6px;
  opacity: 0.6;
}

.form-field:hover {
  opacity: 1;
}

.form-field:focus {
  opacity: 1;
}

.form-field.comments {
  height: 160px;
}

.form-field.range {
  position: relative;
  width: auto;
  height: 80px;
  max-width: 100%;
  min-width: 100%;
}

.form-field.description {
  position: relative;
  width: auto;
  height: 180px;
  max-width: 100%;
  min-width: 100%;
}

.checkbox {
  margin-bottom: 10px;
  color: #fff;
}

.wrapper {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.06);
  text-align: left;
}

.wrapper.deadend {
  display: block;
  text-align: right;
}

.testimonial-wrapper {
  overflow: hidden;
  height: 0px;
}

.form {
  background-color: #ed1b23;
}

.recaptcha {
  margin-bottom: 20px;
}

.neg-col {
  margin-right: -10px;
  margin-left: -10px;
  padding-right: 0px;
  padding-left: 0px;
}

.contact-quick-link {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(56, 56, 56, 0.5);
  background-color: transparent;
  color: #383838;
}

.contact-quick-link:hover {
  background-color: #383838;
  color: #fff;
}

.column-22 {
  padding-right: 10px;
  padding-left: 10px;
}

.columns-6 {
  margin-right: -10px;
  margin-left: -10px;
}

.field-2:hover {
  background-color: #fffce0;
}

.field-2:active {
  background-color: #fffce0;
}

.field-2:focus {
  background-color: #fffce0;
}

.field-2.message {
  min-height: 150px;
}

.header-text-2 {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.comment-form-wrapper.spaced {
  margin-bottom: 60px;
}

.white-button {
  margin-right: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
  opacity: 0.65;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.white-button:hover {
  background-color: #d09e02;
  opacity: 1;
  color: #fff;
}

.white-button.right {
  margin-right: 0px;
  float: right;
}

.clock-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url('../images/clock-circular-outline.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.para-5 {
  margin-bottom: 30px;
  opacity: 0.75;
  color: #000;
  font-size: 13px;
  text-align: center;
}

.para-5.review {
  margin-bottom: 0px;
  text-align: left;
}

.inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  -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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.inner-wrapper.review {
  display: block;
}

.inner-wrapper.vert-flex {
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-style: none;
}

.inner-wrapper.spaced {
  margin-bottom: 10px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom-style: none;
}

.inner-wrapper.date-time {
  margin-bottom: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom-style: none;
}

.commenter-name-text {
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.date-text {
  margin-bottom: 20px;
  opacity: 0.75;
  color: #333;
  font-size: 11px;
  font-weight: 600;
}

.date-text.comments {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.text-time {
  opacity: 0.75;
  font-size: 11px;
}

.div-block-14 {
  width: auto;
  padding: 15px;
  border-radius: 6px;
  background-color: #fff;
}

.inform-title {
  margin-top: 0px;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
}

.column-23 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-23-right {
  padding-left: 20px;
}

.hp-tab {
  width: 100%;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: rgba(56, 56, 56, 0.7);
  font-size: 16px;
  font-weight: 600;
}

.hp-tab:hover {
  font-weight: 700;
}

.hp-tab.w--current {
  padding-left: 0px;
  background-color: transparent;
  color: #27903a;
  font-weight: 700;
}

.hp-tab.splash-tab {
  z-index: -1;
  margin-bottom: 0px;
  padding: 0px;
}

.tabs-menu-2 {
  overflow: scroll;
  width: 26%;
  height: 357px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.hp-pane {
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 20px;
}

.column-24 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-25 {
  padding-left: 30px;
}

.tabs-content {
  padding-top: 0px;
}

.tabs {
  margin-bottom: 20px;
}

.columns-7 {
  margin-top: 25px;
  margin-bottom: 0px;
}

.div-block-15 {
  margin-bottom: 26px;
  padding-left: 10px;
}

.note {
  display: none;
}

.type {
  display: inline-block;
  min-height: 40px;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #0054a5;
  font-size: 15px;
  font-style: italic;
  text-transform: none;
}

.company-title {
  display: inline-block;
  width: 80px;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #383838;
  font-size: 12px;
  font-style: normal;
  text-transform: none;
}

.op-title {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #383838;
  font-size: 15px;
  font-style: normal;
  text-transform: none;
}

.op-date-wrapper {
  margin-bottom: 10px;
}

.button-op {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 15px;
  border: 1px solid #ed1b23;
  border-radius: 6px;
  background-color: #ed1b23;
  color: #fff;
  text-transform: uppercase;
}

.button-op:hover {
  background-color: transparent;
  color: #ed1b23;
}

.op-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 20px 15px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  text-decoration: none;
}

.op-wrapper:hover {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  opacity: 1;
}

.op-pro-list-title {
  display: block;
  width: 100%;
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 10px;
  color: #383838;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
}

.op-pro-list-title.inn-page-title {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
}

.product {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  color: #0054a5;
  font-size: 15px;
  font-style: italic;
  text-transform: none;
}

.op-dec {
  color: #383838;
  font-size: 15px;
  font-style: normal;
}

.subcat-note-small {
  margin-bottom: 15px;
  padding-top: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #999;
  font-size: 12px;
  font-style: italic;
}

.company-title-internal {
  display: inline-block;
  width: 150px;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #383838;
  font-size: 12px;
  font-style: normal;
  text-transform: none;
}

.divider-slim {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.op-cols {
  margin-right: -10px;
  margin-left: -10px;
}

.op-cols.leftcol {
  padding-right: 40px;
}

.divider-slim-lower {
  display: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.internal-nav-wrapper {
  position: relative;
  height: 61px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(39, 144, 58, 0.25);
  background-color: rgba(39, 144, 58, 0.2);
}

.link-block-5 {
  display: block;
  width: 100%;
  height: 240px;
}

.link-block-5.w--current {
  width: 100%;
  height: 250px;
}

.start {
  height: 50px;
}

.internal-nav {
  background-color: transparent;
}

.nav-menu {
  margin-right: -10px;
  margin-left: -10px;
  float: none;
  background-color: transparent;
  text-align: left;
}

.inner-nav {
  padding: 20px 10px;
  color: #383838;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.inner-nav:hover {
  background-color: #fff;
  color: #000;
}

.inner-nav.w--current {
  color: #0054a5;
}

.inner-nav-dd {
  padding: 20px 27px 20px 10px;
  color: #383838;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.inner-nav-dd:hover {
  background-color: #fff;
  color: #000;
}

.icon2 {
  margin-right: 10px;
  opacity: 0.3;
}

.ddbg-2.w--open {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: rgba(39, 144, 58, 0.3);
  background-color: #f5f5f5;
}

.dropdown-link-2 {
  color: #383838;
  font-size: 13px;
}

.dropdown-link-2:hover {
  background-color: #fff;
}

.pro-lightbox {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.image {
  display: block;
  width: auto;
  height: auto;
}

.div-block-16 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  padding: 10px;
  background-color: #fff;
}

.image-2 {
  width: 20px;
  opacity: 0.2;
}

.thumb-wrapper {
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(51, 51, 51, 0.2);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.thumb-wrapper.x1 {
  width: 18.5%;
  margin-right: 3%;
  margin-left: 0%;
  border: 3px solid #fff;
  background-image: url('../images/24_AIO.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 6px 0 rgba(56, 56, 56, 0.5);
}

.thumb-wrapper.text-field-2 {
  width: 18.5%;
  margin-right: 3%;
  margin-left: 0%;
  padding: 0px;
  border-color: #fff;
  background-image: url('../images/gloves.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 6px 0 rgba(56, 56, 56, 0.5);
}

.thumb-wrapper.x3 {
  width: 18.5%;
  margin-right: 3%;
  margin-left: 0%;
  border-color: #fff;
  background-image: url('../images/glove-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 6px 0 rgba(56, 56, 56, 0.5);
}

.thumb-wrapper.x4 {
  width: 18.5%;
  margin-right: 3%;
  margin-left: 0%;
  border-color: #fff;
  background-image: url('../images/glove-3.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 0 6px 0 rgba(56, 56, 56, 0.5);
}

.thumb-wrapper.x5 {
  width: 18.5%;
  margin-right: 0px;
  margin-left: 0%;
  border-color: #fff;
  background-image: url('../images/14-inch-PVC-Glove-with-sandy-finish.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 6px 0 rgba(56, 56, 56, 0.69);
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sr-img-wrapper {
  width: 100%;
  text-decoration: none;
}

.signed-in-message-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  color: #27903a;
  font-size: 12px;
  font-style: italic;
  text-align: left;
}

.section-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.h2-inner {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #0054a5;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}

.inbox-wrapper {
  overflow: hidden;
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
  padding: 20px 15px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  text-decoration: none;
}

.inbox-wrapper:hover {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  opacity: 1;
}

.company-link {
  display: block;
  width: 100%;
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 10px;
  color: #0054a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
}

.inbox-item {
  margin-bottom: 10px;
}

.inbox-item-title {
  display: inline-block;
  width: 200px;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #383838;
  font-size: 12px;
  font-style: normal;
  text-transform: none;
}

.inbox-item-title.full {
  width: 100%;
}

.inbox-action-link {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  color: #27903a;
  font-size: 15px;
  font-style: italic;
  text-transform: none;
}

.inbox-action-link:hover {
  color: #000;
}

.inbox-action-link.last {
  margin-bottom: 0px;
  border-right-style: none;
}

.inbox-action-link.last:hover {
  color: #000;
}

.catelog-title {
  display: block;
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #383838;
  font-size: 12px;
  font-style: normal;
  text-transform: none;
}

.catelog-title.end {
  text-align: right;
}

.catelog-action-link {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  color: #27903a;
  font-size: 15px;
  font-style: italic;
  text-transform: none;
}

.catelog-action-link:hover {
  color: #000;
}

.supplier-tit-row {
  margin-bottom: 10px;
}

.pro-search-wrapper {
  margin-bottom: 20px;
}

.search-but {
  display: inline-block;
  margin-top: 0px;
  margin-right: 15px;
  padding: 5px 10px;
  border: 1px solid #ed1b23;
  border-radius: 6px;
  background-color: #ed1b23;
  color: #fff;
  text-transform: uppercase;
}

.search-but:hover {
  background-color: transparent;
  color: #ed1b23;
}

.image-3 {
  width: 20px;
  float: right;
}

.field-type {
  display: inline-block;
  min-height: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #0054a5;
  font-size: 15px;
  font-style: italic;
  text-transform: none;
}

.title-wrapper {
  padding: 15px;
  background-color: #0054a5;
  color: #fff;
}

.title-wrapper.color-4 {
  background-color: #27903a;
}

.title-wrapper.color-3 {
  background-color: #ed1b23;
}

.wrapper-2 {
  padding: 25px 15px 15px;
  background-color: #fff;
  opacity: 1;
}

.wrapper-2:hover {
  opacity: 1;
}

.card-wrapper {
  overflow: hidden;
  min-height: 0px;
  margin-bottom: 30px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(51, 51, 51, 0.2);
  opacity: 0.7;
}

.card-wrapper:hover {
  opacity: 1;
}

.cols {
  margin-right: -10px;
  margin-left: -10px;
}

.flex-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrapper-2.inner {
  width: 100%;
  margin-bottom: 0px;
}

.flex-wrapper-2.vert {
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: left;
}

.flex-wrapper-2.vert.single {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-wrapper-2 {
  height: 5px;
  background-color: #0054a5;
}

.inner-wrapper-2.color-4 {
  background-color: #7eb371;
}

.inner-wrapper-2.color-4._80 {
  width: 80%;
  background-color: #0054a5;
}

.inner-wrapper-2.color-4._60 {
  width: 60%;
  background-color: #0054a5;
}

.inner-wrapper-2.color-2 {
  background-color: #ff5026;
}

.inner-wrapper-2.color-2._78 {
  width: 78%;
  background-color: #27903a;
}

.inner-wrapper-2._70 {
  width: 70%;
}

.inner-wrapper-2._100 {
  width: 100%;
}

.fancy-text {
  color: #0054a5;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.fancy-text.mini {
  opacity: 0.7;
  color: #0054a5;
  font-size: 15px;
  line-height: 30px;
}

.fancy-text.mini.color-3 {
  color: #ed1b23;
}

.fancy-text.mini.color-2 {
  color: #27903a;
}

.fancy-text.mini.color-4 {
  color: #27903a;
}

.fancy-text.positive-percent {
  padding-left: 16px;
  background-image: url('../images/sort-up.svg');
  background-position: 0px 100%;
  background-size: 13px;
  background-repeat: no-repeat;
  color: #27903a;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
}

.fancy-text.single {
  margin-top: 30px;
  color: #27903a;
  font-size: 50px;
  line-height: 60px;
}

.fancy-text.color-2 {
  color: #27903a;
}

.fancy-text.color-3 {
  color: #ed1b23;
}

.fancy-text.color-4 {
  color: #27903a;
}

.outer-wrapper {
  width: 100%;
  height: 5px;
  margin-top: 7px;
  background-color: #f5f5f5;
}

.item-text {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.item-text.large {
  width: auto;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.title {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.column-27 {
  opacity: 1;
}

.catelog-wrapper {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 20px 15px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  text-decoration: none;
}

.catelog-wrapper:hover {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  opacity: 1;
}

.columns-9 {
  margin-right: -10px;
  margin-left: -10px;
}

.columns-10 {
  margin: 0px -10px 10px;
}

.select-field-2 {
  width: 90%;
}

.checkbox-field {
  margin-left: 15px;
}

.company-logo-wrapper {
  height: auto;
  margin-bottom: 20px;
}

.cp-item-wrapper {
  margin-bottom: 9px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.13);
}

.cp-title-wrapper {
  display: block;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #383838;
  font-size: 12px;
  font-style: normal;
  text-transform: none;
}

.cp-title {
  font-size: 15px;
  line-height: 15px;
}

.cp-data {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-left: 5px;
  color: #0054a5;
  font-size: 14px;
  font-style: normal;
  text-transform: none;
}

.cp-data.ranges {
  display: inline-block;
  margin-bottom: 5px;
}

.con-pro-main-wrapper {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none rgba(0, 0, 0, 0.1);
}

.comp-name {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: left;
}

.heading {
  margin-top: 0px;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #383838;
}

.product-cats {
  height: 30px;
  background-color: #f0f0e8;
}

.product-cats.clear {
  margin-top: 3px;
  background-color: transparent;
}

.column-28 {
  padding-left: 0px;
  border-right: 2px solid #f6f6f2;
}

.pro-cat-4-buy {
  display: inline-block;
  width: auto;
  margin: 4px 10px 0px;
  color: #383838;
  font-size: 12px;
  font-style: normal;
  text-transform: none;
}

.pcfb {
  padding-top: 4px;
  padding-left: 10px;
  text-transform: none;
}

.list-item-export-des {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.neg10 {
  margin-right: -10px;
  margin-left: -10px;
}

.forum-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 20px 15px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  text-decoration: none;
}

.forum-wrapper:hover {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  opacity: 1;
}

.forum-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0054a5;
  font-size: 24px;
  line-height: 34px;
}

.forum-author {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #383838;
  font-size: 13px;
  font-style: italic;
}

.forum-date-wrapper {
  margin-bottom: 20px;
  color: #383838;
  font-size: 13px;
}

.forum-date-copy {
  display: inline-block;
  min-height: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #383838;
  font-size: 13px;
  font-style: italic;
  text-transform: none;
}

.forum-button {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 15px;
  border: 1px solid #ed1b23;
  border-radius: 6px;
  background-color: #ed1b23;
  color: #fff;
  text-transform: uppercase;
}

.forum-button:hover {
  background-color: transparent;
  color: #ed1b23;
}

.comments-title {
  margin-bottom: 30px;
  color: rgba(56, 56, 56, 0.8);
  font-weight: 700;
  text-transform: uppercase;
}

.form-label {
  font-weight: 400;
}

.comments-button {
  background-color: #ed1b23;
}

.commenters-name {
  display: inline-block;
  margin-right: 10px;
  color: #27903a;
  font-size: 16px;
  font-weight: 700;
}

.reply-to-comment {
  display: inline-block;
  margin-right: 10px;
  padding-left: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.comments {
  margin-top: 10px;
  color: #383838;
  font-size: 14px;
  font-style: italic;
}

.comment-date {
  display: inline-block;
  min-height: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #383838;
  font-size: 12px;
  font-style: italic;
  text-transform: none;
}

.comment-time {
  display: inline-block;
  min-height: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #383838;
  font-size: 12px;
  font-style: italic;
  text-transform: none;
}

.comment-dash {
  display: inline-block;
  min-height: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #383838;
  font-size: 12px;
  font-style: italic;
  text-transform: none;
}

.comment-divider {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.comment-title {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #383838;
  font-size: 12px;
  font-style: normal;
  text-transform: none;
}

.commented-by-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.intext {
  color: #27903a;
}

.columns-12 {
  width: 50%;
  margin-right: -10px;
  margin-left: -10px;
}

.comment-link {
  color: #383838;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.comment-link:hover {
  color: #ed1b23;
}

.start-icon-link-wrapper {
  padding: 7px;
  opacity: 0.4;
}

.start-icon-link-wrapper:hover {
  opacity: 0.8;
}

.start-icon {
  width: 25px;
}

.columns-13 {
  margin-right: -10px;
  margin-left: -10px;
}

.brackets {
  font-weight: 400;
}

.cencol {
  text-align: center;
}

.inner-title {
  display: inline-block;
  width: 100px;
}

.confirmation-message-text {
  display: inline;
  font-size: 15px;
  line-height: 25px;
}

.alert-success-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  padding-right: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: rgba(56, 56, 56, 0.25);
}

.alert-inner-wrapper {
  position: relative;
  top: 0px;
  width: 40%;
  padding: 0px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(56, 56, 56, 0.69);
}

.div-block-21 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding: 15px;
  -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;
}

.alert-success-wrapper-card {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: rgba(56, 56, 56, 0.8);
}

.bold-text-2 {
  color: #ed1b23;
}

.text-block-12 {
  display: inline-block;
}

.logout-link {
  opacity: 0.6;
  color: #ed1b23;
  text-decoration: none;
}

.logout-link:hover {
  opacity: 1;
}

.text-divider {
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  color: rgba(56, 56, 56, 0.69);
}

.col-none {
  padding-right: 0px;
  padding-left: 0px;
}

.splash-div {
  display: none;
  height: 0.5px;
}

.splash-div-img {
  position: static;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.splash-img {
  display: block;
  width: auto;
  height: 475px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.2;
}

.image-4 {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}

.agr {
  position: static;
  overflow: hidden;
  height: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  background-color: transparent;
  text-align: center;
}

.fnb {
  overflow: hidden;
  height: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  background-color: transparent;
}

.column-30 {
  padding-right: 10px;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 200px;
  margin-top: 0px;
  padding-top: 0px;
  float: none;
  -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;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/backlit-built-cargo-51325.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/backlit-built-cargo-51325.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.spacer {
  display: none;
  height: 100px;
  background-color: #fff;
}

.section-5 {
  padding: 60px 30px;
  border-top: 3px solid rgba(56, 56, 56, 0.1);
  border-bottom: 3px none rgba(56, 56, 56, 0.1);
}

.section-5.v21 {
  margin-top: -1px;
  padding-top: 110px;
  border-top-width: 1px;
  background-color: rgba(102, 102, 50, 0.06);
  box-shadow: none;
}

.fea-title-copy {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #000;
  font-size: 26px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

.hero-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 300px;
  margin-top: 0px;
  padding-top: 0px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-bottom: 2px solid #27903a;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/cargo-cargo-container-city-262353.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/cargo-cargo-container-city-262353.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.find-section-2 {
  margin-bottom: 0px;
  padding: 45px 20px;
}

.box-search-2 {
  width: 78%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  background-color: hsla(0, 0%, 100%, 0.8);
}

._80-feature {
  display: block;
  width: 80%;
  height: auto;
  margin: 0px auto 30px;
}

.link-block-8 {
  width: 100%;
  margin-bottom: 30px;
  padding: 0px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #f0f0ee;
  text-decoration: none;
}

.link-block-8:hover {
  border-style: dotted dotted none;
  border-color: rgba(39, 144, 58, 0.5);
}

.cat-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: rgba(39, 144, 58, 0.4);
  background-color: transparent;
  color: #27903a;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.cat-title-wrapper:hover {
  background-color: #27903a;
  color: #fff;
}

.cat-pic {
  width: 100%;
  height: 200px;
}

.cat-pic.agri {
  background-image: url('../images/abundance-agriculture-cabbage-2252584.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.cat-pic.agri:hover {
  opacity: 1;
}

.cat-pic.fandb {
  position: relative;
  background-image: url('../images/bread-burlap-close-up-1600711.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.cat-pic.fandb:hover {
  opacity: 1;
}

.cat-pic.industry {
  background-image: url('../images/action-artisan-burnt-1145434.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.cat-pic.industry:hover {
  opacity: 1;
}

.cat-pic.create {
  background-image: url('../images/brainstorming-campaign-collaborate-6224.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.cat-pic.create:hover {
  opacity: 1;
}

.cat-pic.package {
  background-image: url('../images/backlit-built-cargo-51325.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.cat-pic.package:hover {
  opacity: 1;
}

.cat-pic.texti {
  background-image: url('../images/container-decor-design-1974723.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.cat-pic.texti:hover {
  opacity: 1;
}

.cat-pic.miss {
  background-image: url('../images/art-colorful-colourful-942317.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.cat-pic.miss:hover {
  opacity: 1;
}

.cat-description-wrapper {
  padding: 15px;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: rgba(39, 144, 58, 0.4) rgba(39, 144, 58, 0.4) #27903a;
  background-color: transparent;
  color: #333;
}

.text-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -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;
  text-align: center;
  text-decoration: none;
}

.column-33 {
  padding-right: 30px;
  padding-left: 30px;
}

.featured-product {
  width: auto;
  max-height: 200px;
  max-width: 200px;
}

.column-34 {
  padding-right: 30px;
  padding-left: 30px;
}

.hpheader {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.hpsub-header {
  margin-top: 0px;
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 18px;
  font-weight: 300;
}

.company-slider {
  height: 960px;
  padding-right: 2px;
  padding-left: 2px;
  background-color: transparent;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.product-slider {
  height: 960px;
  padding-right: 2px;
  padding-left: 2px;
  background-color: transparent;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.button-2 {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 60px;
  background-color: #fff;
  opacity: 0.8;
  color: #27903a;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #27903a;
  opacity: 1;
  color: #fff;
}

.image-5 {
  width: 350px;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/action-artisan-burnt-1145434.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-7:hover {
  background-image: url('../images/action-artisan-burnt-1145434.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hppromo-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 0 6px #000;
}

.text-block-14 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 0 0 3px #0054a5;
}

.promo-button {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 60px;
  background-color: #ed1b23;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.promo-button:hover {
  background-color: #fff;
  opacity: 1;
  color: #ed1b23;
}

.eu-logo {
  width: 130px;
  margin-right: 30px;
  text-align: right;
}

.container {
  text-align: center;
}

.text-block-15 {
  margin-top: 20px;
}

.cip-contact {
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}

.ce-main-con {
  color: #27903a;
  font-size: 16px;
}

.contact-copy {
  display: block;
  margin-bottom: 20px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.contact-form-wrapper {
  margin-top: 30px;
}

.form-label-2 {
  margin-top: 10px;
  font-weight: 400;
}

.form-field-2 {
  height: 40px;
  background-color: #fff;
  color: #383838;
}

.form-field-2:hover {
  background-color: rgba(39, 144, 58, 0.1);
}

.form-field-2:focus {
  background-color: #27903a;
}

.form-field-2::-webkit-input-placeholder {
  background-color: transparent;
  color: rgba(56, 56, 56, 0.3);
  font-size: 12px;
  font-style: italic;
}

.form-field-2:-ms-input-placeholder {
  background-color: transparent;
  color: rgba(56, 56, 56, 0.3);
  font-size: 12px;
  font-style: italic;
}

.form-field-2::-ms-input-placeholder {
  background-color: transparent;
  color: rgba(56, 56, 56, 0.3);
  font-size: 12px;
  font-style: italic;
}

.form-field-2::placeholder {
  background-color: transparent;
  color: rgba(56, 56, 56, 0.3);
  font-size: 12px;
  font-style: italic;
}

.form-field-2.comments {
  height: 140px;
}

.contact-button {
  margin-right: 0px;
  margin-bottom: 0px;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  background-color: #27903a;
}

.contact-button:hover {
  background-color: #000;
}

.cat-hover-link-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: none;
  width: auto;
  height: 92%;
  margin-right: 11px;
  margin-left: 11px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #27903a;
  text-align: center;
}

.hover-links {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: hsla(0, 0%, 100%, 0.8);
  text-decoration: none;
  text-transform: capitalize;
}

.hover-links:hover {
  color: #fff;
}

.sub-cat-accordion {
  overflow: hidden;
  height: auto;
  margin-bottom: 40px;
  padding: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(56, 56, 56, 0.03);
  cursor: default;
}

.sub-cat-accordion:hover {
  background-color: #f5f5ec;
}

.sub-cat-title {
  display: inline-block;
  margin-bottom: 30px;
  color: #383838;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: default;
}

.link-4 {
  display: block;
  margin-bottom: 13px;
  padding-bottom: 0px;
  border-bottom: 1px dotted rgba(56, 56, 56, 0.25);
  color: rgba(56, 56, 56, 0.69);
  font-weight: 700;
  text-decoration: none;
}

.link-4:hover {
  color: #27903a;
}

._80-search-con {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  opacity: 1;
  text-align: center;
}

.pag {
  margin-right: 10px;
  border: 1px solid #383838;
  border-radius: 6px;
  background-color: transparent;
  opacity: 0.3;
  color: #383838;
}

.pag:hover {
  background-color: #383838;
  opacity: 1;
  color: #fff;
}

.price-wrapper {
  padding-left: 0px;
}

.product-card-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  padding: 20px 30px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.product-card-image {
  height: 260px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.5)), to(hsla(0, 0%, 96.1%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.5), hsla(0, 0%, 96.1%, 0.5));
}

.product-card-image.product-card-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 15px;
  -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;
  text-align: center;
}

.product-name-title {
  margin-top: 6px;
  padding-right: 0px;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  text-transform: capitalize;
}

.product-card {
  width: 100%;
  margin: 5px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  color: #383838;
  text-decoration: none;
  cursor: pointer;
}

.product-card:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.product-card-image-2 {
  height: 260px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.5)), to(hsla(0, 0%, 96.1%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.5), hsla(0, 0%, 96.1%, 0.5));
}

.product-card-image-2.product-card-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.product-card-description-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  padding: 20px 30px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: hsla(0, 0%, 96.1%, 0.5);
}

.cat-text-des {
  overflow: scroll;
  max-height: 100px;
  min-height: 100px;
}

.grid-2 {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-29 {
  padding-right: 15px;
}

.column-35 {
  display: block;
}

.form-note {
  margin-bottom: 15px;
  color: rgba(51, 51, 51, 0.6);
  font-size: 13px;
  line-height: 13px;
  font-style: italic;
}

.form-divider {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.form-h3 {
  margin-bottom: 20px;
  color: #0054a5;
}

.upload-button {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #383838;
  border-radius: 6px;
  background-color: #fff;
  opacity: 0.6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #383838;
  font-size: 12px;
  letter-spacing: 1px;
}

.upload-button:hover {
  border-color: #27903a;
  background-color: #27903a;
  opacity: 1;
  color: #fff;
}

.accordion-in-form {
  overflow: hidden;
  height: 60px;
  margin-bottom: 30px;
  padding: 20px 15px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.1);
  border-radius: 6px;
  background-color: #fff;
  opacity: 1;
  font-weight: 700;
  text-transform: none;
  cursor: default;
}

.accordion-title {
  margin-bottom: 50px;
  color: #0054a5;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.cat-data-wrapper {
  margin-top: 5px;
  margin-bottom: 10px;
}

.pro-date-wrap {
  overflow: hidden;
  height: 0px;
  padding: 0px;
}

.cat-product-pic {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  padding: 15px;
  -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;
  background-color: #fff;
  text-align: center;
}

.image-6 {
  display: block;
  width: auto;
  height: 230px;
  max-height: 230px;
  max-width: 230px;
}

.product-cat-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: rgba(39, 144, 58, 0.4);
  background-color: #0054a5;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.product-cat-title-wrapper:hover {
  background-color: #0054a5;
  color: #fff;
}

.pro-cat-description-wrapper {
  overflow: hidden;
  height: auto;
  padding: 15px;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: rgba(39, 144, 58, 0.4) rgba(39, 144, 58, 0.4) #0054a5;
  background-color: transparent;
  color: #333;
}

.text-block-16 {
  margin-bottom: 0px;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  cursor: row-resize;
}

.columns-15 {
  margin-right: -10px;
  margin-left: -10px;
}

.advanced-search-text {
  position: relative;
  display: inline-block;
  padding-top: 0px;
  line-height: 14px;
  text-align: center;
}

.div-block-33 {
  position: relative;
}

.text-block-17 {
  opacity: 0.75;
  color: #000;
  font-size: 13px;
}

.social-icon {
  margin-top: 60px;
  margin-right: 10px;
  margin-left: 10px;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon:hover {
  opacity: 0.7;
}

.image-7 {
  width: 30px;
}

.download-wrapper {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
}

.download-wrapper:hover {
  color: #418d23;
}

.block-link {
  width: 100%;
  margin-bottom: 40px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  opacity: 0.8;
  color: #000;
  text-decoration: none;
}

.block-link:hover {
  opacity: 1;
}

.block-link.downloads {
  padding-bottom: 40px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}

.para-6 {
  opacity: 0.8;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.para-6.download-summary {
  overflow: hidden;
  max-height: 156px;
  min-height: 156px;
  margin-bottom: 25px;
  color: #333;
}

.file-type-text {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.download-icon {
  width: 40px;
  margin-bottom: 20px;
}

.pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -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;
}

.button-3 {
  max-height: 60px;
  margin-top: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #418d23;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #418d23;
  text-transform: capitalize;
}

.button-3:hover {
  background-color: #418d23;
  color: #fff;
}

.button-3.pagination {
  margin-right: 5px;
  margin-left: 5px;
  border-color: #27903a;
  color: #27903a;
}

.button-3.pagination:hover {
  background-color: #27903a;
  color: #fff;
}

.button-3.pagination.w--current {
  background-color: #418d23;
  color: #fff;
}

.text-icon {
  margin-bottom: 10px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.overlay {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(170, 37, 53, 0.95)), to(rgba(170, 37, 53, 0.95)));
  background-image: linear-gradient(180deg, rgba(170, 37, 53, 0.95), rgba(170, 37, 53, 0.95));
  color: #fff;
}

.overlay._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffccac), to(#ffccac));
  background-image: linear-gradient(180deg, #ffccac, #ffccac);
  color: #333;
}

.button-4 {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #333;
  text-align: center;
  text-transform: uppercase;
}

.button-4:hover {
  border-bottom-color: #333;
}

.button-4.pagination {
  width: auto;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.button-4.pagination:hover {
  border-bottom: 0px none transparent;
  color: #aa2535;
  font-weight: 700;
}

.para-7 {
  opacity: 0.75;
  font-size: 15px;
}

.para-7.intro {
  margin-bottom: 55px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}

.para-7.service {
  overflow: hidden;
  max-height: 60px;
  opacity: 0.75;
}

.text {
  color: rgba(51, 51, 51, 0.7);
}

.text.image-title {
  margin-bottom: 15px;
  color: #ffccac;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
}

.text.image-title._2 {
  color: #aa2535;
}

.image-8 {
  position: relative;
  height: 300px;
  padding: 15px;
  background-image: url('../images/pexels-photo-853006.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-8.image-4 {
  background-image: url('../images/pexels-photo-1152866-1.jpeg');
}

.image-8.image-3 {
  background-image: url('../images/pexels-photo-376361-1.jpeg');
}

.image-8.image-6 {
  background-image: url('../images/pexels-photo-1122408-1.jpeg');
}

.image-8.image-5 {
  background-image: url('../images/pexels-photo-340152-1.jpeg');
}

.image-8.image-2 {
  background-image: url('../images/pexels-photo-238631-2.jpeg');
}

.lightbox-link-2 {
  position: relative;
  width: 100%;
  color: #333;
  text-decoration: none;
}

.h2-2 {
  margin-top: -3px;
  margin-bottom: 30px;
  padding-top: 2px;
  color: #aa2535;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.pagination-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  -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;
}

.grid {
  margin-bottom: 20px;
  grid-template-areas: "Area Area-2 Area-3" "Area-4 Area-6 Area-5";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.column {
  margin-bottom: -6px;
  padding-right: 0px;
  padding-left: 0px;
}

.page-wrapper {
  display: block;
  margin: -60px -30px;
  padding: 60px 30px;
}

.page-wrapper.gallery {
  display: block;
  min-height: 0px;
  padding: 0px;
}

.text-icon-2 {
  margin-bottom: 10px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.mobile-image-icon {
  display: none;
  width: 20%;
}

.lightbox-link-3 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.thumbnail-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -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;
  background-image: url('../images/architectural-design-architecture-ceiling-380768.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
}

.thumbnail-image:hover {
  opacity: 0.7;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.thumbnail-image.image-6 {
  background-image: url('../images/cheerful-colleagues-digital-device-1432942.jpg');
}

.thumbnail-image.image-2 {
  background-image: url('../images/adult-afro-blazer-1056556.jpg');
}

.thumbnail-image.image-5 {
  background-image: url('../images/adult-afro-blur-1181519.jpg');
}

.thumbnail-image.image-3 {
  background-image: url('../images/chairs-chairs-and-tables-contemporary-2678468.jpg');
}

.thumbnail-image.image-4 {
  background-image: url('../images/attractive-beautiful-casual-2077158.jpg');
}

.h3-title {
  overflow: hidden;
  margin-bottom: 25px;
  color: #9b67b3;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 3px;
}

.h3-title.image-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 50px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  line-height: 25px;
}

.wrapper-3 {
  margin-bottom: 60px;
  text-align: center;
}

.magnifi-mobile-icon {
  width: 30px;
  height: 30px;
  background-image: url('../images/zoom-in.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.para-8 {
  overflow: visible;
  font-family: 'Open Sans', sans-serif;
  color: rgba(98, 109, 113, 0.8);
  font-size: 15px;
  text-align: left;
}

.para-8.image-bio {
  display: block;
  overflow: hidden;
  max-height: 125px;
  min-height: 125px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  text-align: center;
}

.image-9 {
  width: 100%;
  height: 330px;
  margin-bottom: 20px;
  background-image: url('../images/pexels-photo-351435.jpeg');
  background-position: 50% 50%;
  background-size: auto;
}

.image-9.gallery-thumbnail-1 {
  display: block;
  width: 100%;
  height: 200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-image: url('../images/pexels-photo-345135.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

.image-9.gallery-thumbnail {
  display: block;
  width: 100%;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  background-size: cover;
}

.magnifi-icon {
  width: 30px;
  height: 30px;
  background-image: url('../images/zoom-in.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.lightbox-link-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #626d71;
  text-align: center;
  text-decoration: none;
}

.overlay-2 {
  position: static;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 144, 58, 0.5)), to(rgba(39, 144, 58, 0.5)));
  background-image: linear-gradient(180deg, rgba(39, 144, 58, 0.5), rgba(39, 144, 58, 0.5));
}

.gal-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80px;
  min-height: 70px;
  margin-top: 10px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #27903a;
  font-size: 17px;
  line-height: 24px;
}

.columns-16 {
  margin-right: -10px;
  margin-left: -10px;
}

.sub-plus {
  display: none;
  margin-bottom: 30px;
  float: right;
  color: #383838;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.sub-minus {
  display: block;
  margin-bottom: 30px;
  float: right;
  color: #383838;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.div-block-34 {
  cursor: pointer;
}

.img-size-warning {
  margin-bottom: 15px;
  float: left;
  color: #ed1b23;
  font-size: 15px;
  line-height: 13px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.img-warning-wrapper {
  position: static;
  display: inline-block;
  width: 100%;
  height: 30px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  -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;
  text-align: left;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding: 6px;
  float: left;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(56, 56, 56, 0.2);
  color: #ed1b23;
  cursor: pointer;
}

.div-block-35:hover {
  background-color: #000;
  color: #fff;
}

.italic-text {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  float: none;
}

.text-block-18 {
  color: #ed1b23;
}

html.w-mod-js *[data-ix="alert-2"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -1000px);
  -ms-transform: translate(0px, -1000px);
  transform: translate(0px, -1000px);
}

html.w-mod-js *[data-ix="cat-acord"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="cat-acord-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="hero-section-2"] {
  height: 600px;
}

html.w-mod-js *[data-ix="click-to-open"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="icon-interaction"] {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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="tranperant-overlay"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hidden-magnifi-icon"] {
  opacity: 0;
  -webkit-transform: translate(0px, -150px);
  -ms-transform: translate(0px, -150px);
  transform: translate(0px, -150px);
}

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);
}

@media (max-width: 991px) {
  .nav-butt {
    height: 20px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #383838;
    color: #fff;
  }
  .nav-butt:hover {
    color: #ed1b23;
  }
  .nav-butt.w--current {
    height: 20px;
    padding-top: 15px;
    padding-bottom: 34px;
    background-color: #fff;
  }
  ._80 {
    width: 90%;
  }
  ._80-con {
    width: 90%;
  }
  .menu-button {
    height: 90px;
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .column-4 {
    margin-bottom: 6px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .breadcrumb {
    width: 90%;
  }
  .column-7 {
    margin-bottom: 30px;
  }
  .pro-pic-title {
    margin-bottom: 20px;
  }
  .company-name {
    line-height: 15px;
  }
  .h3-2.product-title {
    max-height: 50px;
    font-size: 17px;
  }
  .lightbox-link.details-page {
    width: auto;
    height: auto;
  }
  .pro-col-pics {
    padding-right: 0px;
  }
  .column-11 {
    display: block;
    margin-bottom: 5px;
    padding-left: 0px;
    line-height: 15px;
  }
  .sub-cat-col {
    margin-bottom: 0px;
  }
  .sub-cat-link {
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
    line-height: 17px;
  }
  .div-block-14 {
    width: auto;
  }
  .tabs-menu-2 {
    width: 27%;
    height: 487px;
  }
  .div-block-15 {
    padding-left: 0px;
  }
  .subcat-note-small {
    line-height: 14px;
  }
  .op-cols.leftcol {
    padding-right: 0px;
    padding-left: 0px;
  }
  .op-cols.leftcol.second {
    margin-top: 10px;
  }
  .divider-slim-lower {
    display: block;
  }
  .menu-button-2 {
    overflow: visible;
    width: 100%;
    color: #27903a;
    text-align: center;
  }
  .pro-lightbox {
    height: auto;
  }
  .image {
    height: auto;
  }
  .thumb-wrapper {
    width: 100px;
    margin-right: 3px;
    margin-bottom: 10px;
    margin-left: 3px;
  }
  .thumb-wrapper.x1 {
    height: 100px;
  }
  .thumb-wrapper.text-field-2 {
    height: 100px;
  }
  .thumb-wrapper.x3 {
    height: 100px;
  }
  .thumb-wrapper.x4 {
    height: 100px;
  }
  .thumb-wrapper.x5 {
    height: 100px;
  }
  .div-block-17 {
    height: auto;
  }
  .signed-in-message-wrapper {
    width: 90%;
  }
  .card-wrapper {
    min-height: 0px;
    margin-bottom: 19px;
    box-shadow: 0 0 12px 0 hsla(0, 0%, 62.7%, 0.19);
  }
  .comp-name {
    line-height: 20px;
  }
  .pcfb {
    margin-bottom: 15px;
  }
  ._80-feature {
    width: 90%;
  }
  .cat-title-wrapper {
    -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;
  }
  .text-block-13 {
    min-height: 65px;
  }
  .column-33 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-34 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cat-hover-link-wrapper {
    display: none;
  }
  .hover-links {
    line-height: 15px;
  }
  .link-4 {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  ._80-search-con {
    width: 90%;
  }
  .product-cat-title-wrapper {
    -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;
  }
  .text-block-16 {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .para-6.download-summary {
    max-height: 208px;
    min-height: 208px;
  }
  .overlay {
    padding: 20px;
  }
  .overlay._2 {
    padding: 20px;
  }
  .button-4.pagination {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .lightbox-link-2 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .h2-2 {
    margin-bottom: 30px;
  }
  .pagination-wrapper-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mobile-image-icon {
    display: block;
  }
  .thumbnail-image {
    background-position: 50% 0px;
  }
  .h3-title {
    margin-bottom: 30px;
  }
  .h3-title.image-name {
    width: auto;
  }
  .magnifi-mobile-icon {
    width: 50px;
    height: 50px;
  }
  .para-8.image-bio {
    overflow: hidden;
    width: auto;
    max-height: 175px;
    min-height: 175px;
  }
  .image-9 {
    width: auto;
    height: 270px;
  }
  .image-9.gallery-thumbnail-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 200px;
    -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;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 144, 58, 0.5)), to(rgba(39, 144, 58, 0.5))), url('../images/pexels-photo-345135.jpeg');
    background-image: linear-gradient(180deg, rgba(39, 144, 58, 0.5), rgba(39, 144, 58, 0.5)), url('../images/pexels-photo-345135.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .image-9.gallery-thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 230px;
    -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;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(106, 133, 156, 0.8)), to(rgba(106, 133, 156, 0.8))), url('../images/pexels-photo-351435.jpeg');
    background-image: linear-gradient(180deg, rgba(106, 133, 156, 0.8), rgba(106, 133, 156, 0.8)), url('../images/pexels-photo-351435.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
}

@media (max-width: 767px) {
  .body {
    padding-top: 60px;
  }
  .brand {
    height: 60px;
    padding-top: 14px;
  }
  .nav-sect {
    height: 60px;
  }
  .section {
    height: 140px;
  }
  .navbar {
    height: 60px;
  }
  ._80.subtract {
    width: 95%;
    margin-top: 0px;
  }
  .fea-head {
    box-shadow: none;
  }
  .find-section {
    margin-top: 40px;
  }
  .para.vid-para {
    text-align: center;
  }
  .featured-link {
    font-size: 40px;
    line-height: 50px;
  }
  .menu-button {
    height: 60px;
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .inner-header-wrapper {
    height: 140px;
  }
  .h1-inner {
    font-size: 30px;
    line-height: 30px;
  }
  .breadcrumb {
    height: auto;
  }
  .divider {
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .column-7 {
    padding-right: 0px;
  }
  .company-logo {
    width: auto;
    max-height: 200px;
    max-width: 200px;
    margin-bottom: 15px;
  }
  .column-8 {
    margin-bottom: 0px;
  }
  .product-title {
    min-height: 0px;
  }
  .h3-2.product-title.details-page {
    margin-top: 20px;
  }
  .details-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .lightbox-link.details-page {
    height: auto;
    margin-bottom: 20px;
  }
  .column-10 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-field {
    margin-bottom: 10px;
  }
  .select-field {
    margin-bottom: 10px;
  }
  .column-14 {
    padding-left: 10px;
  }
  .column-15 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-16 {
    padding-right: 10px;
    padding-left: 11px;
  }
  .field-label.dark {
    margin-top: 15px;
  }
  .neg-col {
    padding: 0px;
  }
  .div-block-14 {
    margin-bottom: 15px;
  }
  .hp-tab.w--current {
    color: #27903a;
  }
  .tabs-menu-2 {
    width: 100%;
    height: 360px;
    margin-bottom: 30px;
    padding-bottom: 0px;
    float: none;
    border-style: none none dashed;
    border-bottom-width: 2px;
    border-bottom-color: rgba(56, 56, 56, 0.1);
  }
  .hp-pane {
    padding-right: 15px;
    padding-left: 15px;
  }
  .note {
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
  }
  .op-title {
    margin-bottom: 6px;
  }
  .subcat-note-small {
    display: block;
  }
  .company-title-internal {
    width: auto;
  }
  .divider-slim {
    margin-bottom: 6px;
    padding-top: 0px;
    padding-bottom: 6px;
  }
  .op-cols {
    margin-right: 0px;
    margin-left: 0px;
  }
  .divider-slim-lower {
    margin-bottom: 6px;
    padding-top: 0px;
    padding-bottom: 6px;
  }
  .column-26 {
    margin-bottom: 0px;
  }
  .thumb-wrapper {
    width: 100px;
    margin: 5px;
  }
  .h2-inner {
    font-size: 30px;
    line-height: 30px;
  }
  .title-wrapper {
    padding-bottom: 2px;
  }
  .card-wrapper {
    margin-bottom: 25px;
  }
  .title {
    text-align: center;
  }
  .select-field-2 {
    width: 100%;
  }
  .cp-data {
    margin-right: 10px;
    padding-left: 0px;
  }
  .comp-name {
    font-size: 20px;
  }
  .h4 {
    margin-top: 20px;
  }
  .pcfb {
    margin-bottom: 10px;
  }
  .div-block-18 {
    margin-bottom: 25px;
  }
  .comment-divider {
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .image-4 {
    width: 670px;
  }
  .column-30 {
    padding-left: 0px;
  }
  .hero-section {
    height: 140px;
  }
  .hero-section-2 {
    height: 430px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .find-section-2 {
    margin-top: 1px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .text-block-13 {
    min-height: 0px;
  }
  .hpheader {
    text-align: center;
  }
  .company-slider {
    height: 1050px;
  }
  .product-slider {
    height: 1050px;
  }
  .eu-logo {
    margin-bottom: 15px;
  }
  .cat-hover-link-wrapper {
    display: none;
    margin-left: 0px;
  }
  .product-card-description {
    height: 220px;
  }
  .product-card-description-2 {
    height: 220px;
  }
  .form-note {
    margin-bottom: 10px;
  }
  .form-divider {
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .cat-product-pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .image-6 {
    height: auto;
    max-height: 230px;
  }
  .text-block-16 {
    font-size: 13px;
  }
  .para-6.download-summary {
    max-height: none;
  }
  .lightbox-link-2 {
    margin-bottom: 25px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .h2-2 {
    font-size: 30px;
    line-height: 40px;
  }
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .h3-title.image-name {
    max-height: none;
    min-height: 0px;
  }
  .para-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .para-8.image-bio {
    max-height: none;
    min-height: 0px;
    font-size: 16px;
  }
  .image-9.gallery-thumbnail-1 {
    height: 150px;
  }
  .image-9.gallery-thumbnail {
    height: 350px;
    background-size: cover;
  }
  .gal-title {
    max-height: none;
    min-height: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .img-size-warning {
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .brand {
    padding-top: 12px;
  }
  .section {
    height: 180px;
  }
  .content-sect {
    padding-right: 20px;
    padding-left: 20px;
  }
  ._80-con {
    width: 100%;
  }
  ._80-con.ft-link-wrapper {
    width: 100%;
  }
  .base-sect {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ft-link {
    display: block;
    margin-bottom: 6px;
  }
  .main-sect {
    padding-right: 15px;
    padding-left: 15px;
  }
  .inner-header-wrapper {
    height: 180px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .column-4 {
    margin-bottom: 15px;
  }
  .breadcrumb {
    width: 100%;
    height: auto;
  }
  .button-v3 {
    margin-bottom: 0px;
  }
  .column-7 {
    padding-right: 0px;
  }
  .company-logo {
    width: 100%;
    height: 100%;
    max-height: 200px;
    max-width: 200px;
  }
  .pro-pic-title {
    min-height: 60px;
  }
  .h3-2.product-title.details-page {
    margin-top: 20px;
  }
  .para-3 {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .lightbox-link.details-page {
    height: auto;
  }
  .column-15 {
    padding-left: 10px;
  }
  .white-button {
    margin-bottom: 15px;
  }
  .para-5 {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inner-wrapper.spaced {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .inner-wrapper.date-time {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .column-23 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-23-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .type {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .op-title {
    margin-bottom: 0px;
  }
  .thumb-wrapper {
    width: 120px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    clear: both;
  }
  .thumb-wrapper.x1 {
    width: 50%;
    height: 120px;
    margin-right: 0%;
  }
  .thumb-wrapper.text-field-2 {
    width: 50%;
    height: 120px;
    margin-right: 0%;
  }
  .thumb-wrapper.x3 {
    width: 50%;
    height: 120px;
    margin-right: 0%;
  }
  .thumb-wrapper.x4 {
    width: 50%;
    height: 120px;
    margin-right: 0%;
  }
  .thumb-wrapper.x5 {
    width: 50%;
    height: 120px;
  }
  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    text-align: center;
  }
  .inbox-item-title {
    width: 100%;
  }
  .catelog-title {
    width: 100%;
  }
  .field-type {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .title {
    margin-top: 5px;
    margin-left: 1px;
    font-size: 11px;
  }
  .cp-title-wrapper {
    width: 100%;
  }
  .cp-title {
    line-height: 15px;
  }
  .neg10 {
    padding-right: 0px;
  }
  .forum-date-copy {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .comment-date {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .comment-time {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .comment-dash {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .confirmation-message-text {
    line-height: 20px;
    text-align: center;
  }
  .div-block-21 {
    height: 120px;
  }
  .column-30 {
    padding-right: 0px;
  }
  .hero-section {
    height: 180px;
  }
  .section-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-5.v21 {
    padding: 30px 20px;
  }
  .hero-section-2 {
    height: 500px;
  }
  .find-section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hpheader {
    font-size: 30px;
  }
  .company-slider {
    height: auto;
  }
  .product-slider {
    height: auto;
  }
  .section-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hppromo-title {
    font-size: 30px;
    line-height: 40px;
  }
  .eu-logo {
    margin-right: 1px;
    margin-bottom: 15px;
  }
  .cat-hover-link-wrapper {
    margin-right: 0px;
  }
  ._80-search-con {
    width: 100%;
  }
  .product-card-description {
    height: auto;
  }
  .slide-nav {
    display: none;
  }
  .product-card-description-2 {
    height: auto;
  }
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .form-h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .text-block-16 {
    font-size: 14px;
  }
  .para-8 {
    text-align: left;
  }
  .image-9.gallery-thumbnail-1 {
    height: 240px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }
  .image-9.gallery-thumbnail {
    height: 250px;
    background-position: 0px 100%;
    background-size: cover;
  }
  .gal-title {
    max-height: none;
    min-height: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-6a8e20e28d2c-c7686706 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-6a8e20e28d34-c7686706 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-6a8e20e28d3c-c7686706 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-6a8e20e28d44-c7686706 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-912761a273f9-c7686706 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-912761a27401-c7686706 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-912761a27409-c7686706 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-912761a27411-c7686706 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-b356ccd5d8ac-c7686706 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-b356ccd5d8b4-c7686706 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-b356ccd5d8bc-c7686706 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-b356ccd5d8c4-c7686706 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-39d26ba17509-c7686706 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-39d26ba17511-c7686706 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-39d26ba17519-c7686706 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-39d26ba17521-c7686706 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}