.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--multiple {
  /* position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px; */
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #eee),
    color-stop(15%, #fff)
  );
  background-image: linear-gradient(#eee 1%, #fff 15%);
  /* cursor: text; */
  line-height: 1;
}

.select2-container :after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #222;
  right: 6px;
  position: absolute;
  top: 16px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
}
body.post-type-archive-gloves .content-text {
  padding: 20px;
}
.searchandfilter select.sf-input-select {
  width: 100%;
  max-width: 100%;
}

.search-filter__search-form {
  /* background: linear-gradient(
    159deg,
    rgba(106, 163, 66, 1) 0%,
    rgba(70, 134, 26, 1) 100%
  ); */
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  /* position: sticky;
  top: 155px; */
}
body.admin-bar .search-filter__search-form {
  top: 187px;
}
#content-wrapper form.searchandfilter {
  color: #222;
}
form.searchandfilter ul li {
  padding: 0 0 5px 0;
}
.search-filter__search .searchandfilter h4 {
  padding-bottom: 0;
  font-size: 14px;
}
.search-filter__search .searchandfilter input[type="submit"] {
  display: inline-block;
  background-color: #559130;
  border-radius: 40px;
  color: #fff;
  border: 0;
  font-weight: bold;
  font-family: proxima-nova-xbold, sans-serif;
  text-transform: uppercase;
  padding: 8px 20px;
  transition: all 0.15s ease-in-out;
  width: 100%;
  margin-top: 20px;
}
.search-filter__search .searchandfilter input[type="submit"]:hover {
  background-color: #35611a;
  color: #fff;
}
table.compare-products-wrapper tr:nth-child(2) {
  background: #eee;
}
table.compare-products-wrapper tr:nth-child(2) > td {
  position: sticky;
  top: 0px;
  background: #eee;
}
table.compare-products-wrapper tr:nth-child(2) > td a {
  display: block;
  border-bottom: red;
}
.compare-products-table-responsive {
  overflow-x: scroll;
  height: 500px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 98%,
    rgba(217, 217, 217, 1) 100%
  );
}
.compare-products-table-wrapper {
  padding: 20px;
  background: #fff;
  width: 100%;
  border-radius: 20px;
}
.table-responsive table {
  min-width: 768px;
  margin-bottom: 0;
}
div.single-product .product-title .product-info-widget {
  width: 100%;
}
div.single-product .product-title .product-info-widget img {
  margin-top: 0;
  max-width: 366px;
}
div.single-product .product-title .row.shopify-row {
  margin-top: 0;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media (min-width: 1024px) {
  div.single-product .product-title .row.shopify-row {
    flex-wrap: nowrap;
  }
}
.return-button {
  text-decoration: none;
  display: inline-block;
  background-color: #559130;
  border-radius: 40px;
  color: #fff;
  border: 0;
  font-weight: bold;
  font-family: proxima-nova-xbold, sans-serif;
  text-transform: uppercase;
  padding: 8px 20px;
  transition: all 0.15s ease-in-out;
  margin-top: 20px;
}

.return-button:hover {
  text-decoration: none;
  background-color: #35611a;
  color: #fff;
}
.search-filter__search a {
  color: #35611a;
  text-decoration: underline;
}
.search-filter__results .glove-category-wrapper > div {
  padding: 0;
}

#content-wrapper form#search-filter-form-6696 {
  max-width: none;
  padding: 0;
  background: transparent;
}
#content-wrapper form#search-filter-form-6696 > ul {
  padding: 0;
}
.search-filter-wrapper {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  flex-basis: 100%;
}
.search-filter__search {
  flex-basis: 100%;
}
.search-filter__results {
  flex-basis: 100%;
}

.search-filter__results .glove-category-wrapper {
  margin-top: 0;
}
.search-filter__results .glove-category-wrapper .row {
  padding: 0px;
}
.search-filter__results .glove-category-wrapper .included-gloves {
  margin-top: 0;
}

.search-filter__results .glove-finder-result .glove-finder-info {
  border-radius: 20px 20px 0 0 !important;
}

.glove-finder-wrapper
  .search-filter__results
  .glove-finder-result
  .glove-finder-desc {
  margin-bottom: 0;
  padding: 0 14% 15px 10%;
}

.compare-section {
  width: 90%;
  background: #e2e2e2;
  border-radius: 0 0 20px 20px;
  text-align: center;
}
.compare-section label {
  margin: 0.5rem 0;
}
.chosen-container-multi .chosen-choices {
  border-radius: 4px;
  padding: 5px 20px 5px 5px !important;
  font-size: 16px;
  min-height: 39px;
}
/* .chosen-container-multi .chosen-choices .search-field {
  display: none;
} */
.chosen-container-multi .chosen-choices:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #222;
  right: 6px;
  position: absolute;
  top: 16px;
}

.chosen-container {
  width: 100% !important;
}

.search-filter__search-form:not(.advance-active)
  ul
  li.sf-field-post-meta-fda_510k_medical_grade,
.search-filter__search-form:not(.advance-active)
  ul
  li.sf-field-post-meta-ce_certified,
.search-filter__search-form:not(.advance-active)
  ul
  li.sf-field-post-meta-ul_certified,
.search-filter__search-form:not(.advance-active)
  ul
  li.sf-field-post-meta-chemical_resistance,
.search-filter__search-form:not(.advance-active)
  ul
  li.sf-field-post-meta-mechanical_resistance_en_3882016,
.search-filter__search-form:not(.advance-active)
  ul
  li.sf-field-post-meta-ansiisea_105-2016,
.search-filter__search-form:not(.advance-active)
  ul
  li.sf-field-post-meta-cold_resistance_en_511,
.search-filter__search-form:not(.advance-active)
  ul
  li.sf-field-post-meta-esd_safe_en_16350,
.search-filter__search-form:not(.advance-active)
  ul
  li.sf-field-post-meta-accreditations,
.search-filter__search-form:not(.advance-active)
  ul
  li.sf-field-post-meta-technology,
.search-filter__search-form:not(.advance-active) ul li.sf-field-post-meta-fit,
.search-filter__search-form:not(.advance-active)
  ul
  li.sf-field-post-meta-other_meta {
  display: none;
}

.pagination {
  margin-top: 20px;
}
#compare-bar {
  transition: all 0.15s ease-in-out;
  transform: translateY(100px);
}
#compare-bar.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  position: sticky;
  width: 100%;
  bottom: 0;
  text-align: center;
  background: #fff;
  padding: 10px 0;
  border-top: 1px solid #d6d6d6;
  transform: translateY(0px);
}
#compare-button {
  display: inline-block;
  text-decoration: none;
  background-color: #6aa342;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  padding: 4px 10px;
  transition: all 0.15s ease-in-out;
  margin: 0 10px;
}
#compare-button:hover {
  background-color: #35611a;
}

.compare-products-wrapper {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  min-width: 600px;
}
.compare-products-wrapper .glove-finder-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-products-wrapper .widget-image {
  max-width: 200px;
}
.compare-products-wrapper .gloveimg {
  width: 40px;
}
td.product-image {
  position: relative;
}
.compare-products-wrapper th {
  padding: 5px 10px;
  line-height: 1;
  font-weight: bold;
  font-size: 13px;
  font-family: proxima-nova-bold, sans-serif;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.compare-products-wrapper td {
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 45px;
  font-size: 14px;
}

#compare-product-images {
  margin: 0 5px;
}
#compare-product-images img {
  padding: 5px;
  border: 1px solid #ededed;
  border-radius: 8px;
  margin: 0 4px;
}
@media (min-width: 768px) {
  .search-filter__search {
    flex-basis: 32%;
  }
  .search-filter__results {
    flex-basis: 66%;
  }
  .search-filter__results .glove-category-wrapper .row {
    padding: 20px 0 20px 30px;
  }
  .table-responsive table {
    margin-bottom: 0;
  }
  .compare-products-table-wrapper {
    padding: 40px;
  }
  #compare-bar.active {
    flex-direction: row;
  }
}

@font-face {
  font-family: "proxima-nova";
  src: url("../assets/fonts/Proxima-Nova-Reg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova-italic";
  src: url("../assets/fonts/proxima-nova-regular-italic-webfont.woff")
    format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "proxima-nova-bold";
  src: url("../assets/fonts/Proxima-Nova-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova-xbold";
  src: url("../assets/fonts/proxima-nova-xbold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova-bold-italic";
  src: url("../assets/fonts/proxima-nova-bold-italic-webfont.woff")
    format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "proxima-nova-condensed-bold";
  src: url("../assets/fonts/proxima_nova_cond_bold-webfont.ttf")
    format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova-condensed";
  src: url("../assets/fonts/proxima-nova-condensed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background: #f1f1f2;
}
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  color: #2d2a26;
  font-family: proxima-nova, sans-serif;
  background-color: #f1f1f2;
  overflow-x: hidden;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: proxima-nova-bold, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 66px;
}
h1 {
  font-family: proxima-nova-xbold, sans-serif !important;
}
h2 {
  font-size: 48px;
  font-family: proxima-nova-xbold, sans-serif !important;
  line-height: 54px;
  color: #2d2a26;
}
h2 a {
  color: #2d2a26;
}
h3 {
  font-size: 36px;
  line-height: 42px;
  color: #2d2a26;
  font-family: proxima-nova-xbold, sans-serif !important;
  padding: 40px 0;
  margin: 0;
}
h4 {
  font-size: 24px;
  line-height: 30px;
  font-family: proxima-nova-xbold, sans-serif !important;
  text-transform: none;
}
h5 {
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}
p {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
}
p a {
  color: #2d2a26;
}
p a:hover {
  color: #2d2a26;
}
b,
strong {
  font-family: proxima-nova-bold, sans-serif;
  font-weight: 700;
}
#content-wrapper.single-post p a {
  text-decoration: underline;
}
a {
  font-family: proxima-nova-bold, sans-serif;
  font-weight: 800;
  font-style: normal;
}
.italic {
  font-family: proxima-nova-italic, sans-serif;
  font-weight: 500;
  font-style: italic;
}
.hide {
  display: none !important;
  visibility: hidden;
}
.fadein {
  opacity: 0;
}
.scale {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.scale0 {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.hover {
  cursor: pointer;
}
.maxwidth-1140 {
  max-width: 1200px;
  margin: auto;
}
.maxwidth-800 {
  max-width: 800px;
  margin: auto;
  float: none;
}
.transition {
  transition: 0.3s all;
}
.extra-sidepadding {
  width: 100%;
  padding: 0 60px;
}
#header-wrapper {
  width: 100%;
  position: fixed;
  background-color: #6aa342;
  height: 135px;
  z-index: 10;
}
#header-wrapper.TrueForm {
  background-color: #814c9e !important;
}
#header-wrapper.PowerForm {
  background-color: #ec7625 !important;
}
#header-wrapper.PowerChem {
  background-color: #34afc8 !important;
}
#header-wrapper.MegaMan {
  background-color: #2d2a26 !important;
}
#header-wrapper.GraphEx {
  background-color: #2d2a26 !important;
}
#header-wrapper.TexSolv {
  background-color: #47c1ae !important;
}
#header-wrapper.CoreSafe {
  background-color: #6baedb !important;
}
/*.home #header-wrapper {background-color: transparent;}*/
rs-fullwidth-wrap {
  padding-top: 120px;
}
#header-slides {
  width: 100%;
  height: 600px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
#header-slides .logo,
#header-slides .logo2 {
  position: absolute;
  height: auto !important;
  width: auto;
  bottom: 70px;
  right: 0px;
  opacity: 0;
}
#header-slides .logo img,
#header-slides .logo2 img {
  width: 160px;
  margin: auto;
  margin-bottom: 20px;
}
#header-slides .logo a,
#header-slides .logo2 a {
  text-decoration: none !important;
}
#header-slides .logo .cta,
#header-slides .logo2 .cta {
  padding-bottom: 8px;
  background-color: #fff;
  color: #2d2a26;
}
#header-slides .logo .cta:hover,
#header-slides .logo2 .cta:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: none !important;
}
#header-slides .logo2 {
  display: none;
}
#header-slides .glove {
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
#header-slides .scale {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#header-slides .slick-slide > div {
  padding: 150px 50px 30px 50px;
  height: 600px;
}
#header-slides .slick-slide > div div {
  height: 100%;
}
#header-slides .slick-slide > div table {
  height: 100%;
  width: 100%;
}
#header-slides .slick-slide > div table td {
  vertical-align: bottom;
}
#header-slides .slick-slide > div table td h1 {
  margin: 0;
  font-size: 80px;
  line-height: 75px;
}
#header-slides .slick-slide > div table td h1:nth-child(2) {
  padding-bottom: 50px;
}
#header-slides .slick-slide > div div.circle {
  background-color: #6aa342;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
#header-slides .slick-slide > div div.line {
  width: 0;
  position: absolute;
  top: 7px;
  height: 1px;
  background-color: #fff;
}
#header-slides .slick-slide > div p {
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  padding-top: 2px;
}
#header-slides .slick-slide[data-slick-index="0"] {
  background-color: #6aa342;
}
#header-slides .slick-slide[data-slick-index="0"] h1 {
  margin: 0 0 0 -30px !important;
}
#header-slides .slick-slide[data-slick-index="0"] img:nth-child(2) {
  padding-bottom: 50px;
}
#header-slides .slick-slide[data-slick-index="0"] td:nth-child(2) img {
  filter: drop-shadow(-5px 9px 10px rgba(0, 0, 0, 0.5));
  width: 200px;
}
#header-slides .slick-slide[data-slick-index="1"] {
  background-color: #2d2a26;
}
#header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) {
  width: 45%;
  position: relative;
}
#header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) > div {
  position: absolute;
}
#header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line1 {
  top: 80px;
  left: -270px;
  width: 320px;
}
#header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line1 .line {
  right: -5px;
}
#header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line1 p {
  margin-left: 0;
  margin-top: 5px;
  max-width: 240px;
}
#header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line2 {
  top: 30px;
  left: 120px;
  width: 97px;
}
#header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line2 .line {
  left: -5px;
}
#header-slides
  .slick-slide[data-slick-index="1"]
  td:nth-child(2)
  .line2
  .circle {
  float: right;
  margin-left: -14px;
}
#header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line2 p {
  position: absolute;
  float: none;
  width: 220px;
  top: 0;
  left: calc(100% + 10px);
}
#header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line3 {
  top: 170px;
  left: 100px;
  width: 150px;
}
#header-slides
  .slick-slide[data-slick-index="1"]
  td:nth-child(2)
  .line3
  .circle {
  float: right;
  margin-left: -14px;
}
#header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line3 .line {
  left: -5px;
}
#header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line3 p {
  position: absolute;
  float: none;
  width: 250px;
  top: 0;
  left: calc(100% + 10px);
}
#header-slides .slick-slide[data-slick-index="1"] .scale {
  filter: drop-shadow(-5px 9px 10px rgba(0, 0, 0, 0.75));
  width: 170px;
}
#header-slides .slick-slide[data-slick-index="2"] {
  background-color: #ec7625;
}
#header-slides .slick-slide[data-slick-index="2"] td:nth-child(2) {
  width: 45%;
  position: relative;
}
#header-slides .slick-slide[data-slick-index="2"] td:nth-child(2) > div {
  position: absolute;
}
#header-slides
  .slick-slide[data-slick-index="2"]
  td:nth-child(2)
  > div
  .circle {
  background-color: #2d2a26;
}
#header-slides .slick-slide[data-slick-index="2"] td:nth-child(2) .line1 {
  top: 90px;
  left: -240px;
  width: 300px;
}
#header-slides .slick-slide[data-slick-index="2"] td:nth-child(2) .line1 .line {
  right: -5px;
}
#header-slides .slick-slide[data-slick-index="2"] td:nth-child(2) .line1 p {
  margin-left: 0px;
  margin-top: 5px;
  max-width: 200px;
}
#header-slides .slick-slide[data-slick-index="2"] td:nth-child(2) .line2 {
  top: 40px;
  left: 140px;
  width: 100px;
}
#header-slides .slick-slide[data-slick-index="2"] td:nth-child(2) .line2 .line {
  left: -5px;
}
#header-slides
  .slick-slide[data-slick-index="2"]
  td:nth-child(2)
  .line2
  .circle {
  float: right;
  margin-left: -14px;
}
#header-slides .slick-slide[data-slick-index="2"] td:nth-child(2) .line2 p {
  position: absolute;
  float: none;
  width: 220px;
  top: 0;
  left: calc(100% + 10px);
}
#header-slides .slick-slide[data-slick-index="2"] td:nth-child(2) .line3 {
  top: 180px;
  left: 100px;
  width: 150px;
}
#header-slides
  .slick-slide[data-slick-index="2"]
  td:nth-child(2)
  .line3
  .circle {
  float: right;
  margin-left: -14px;
}
#header-slides .slick-slide[data-slick-index="2"] td:nth-child(2) .line3 .line {
  left: -5px;
}
#header-slides .slick-slide[data-slick-index="2"] td:nth-child(2) .line3 p {
  position: absolute;
  float: none;
  width: 220px;
  top: 0;
  left: calc(100% + 10px);
}
#header-slides .slick-slide[data-slick-index="2"] .scale {
  filter: drop-shadow(-5px 5px 10px rgba(158, 79, 19, 0.5));
  width: 190px;
}
#header-slides .slick-slide[data-slick-index="3"] {
  background-color: #6d6f71;
}
#header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) {
  width: 45%;
  position: relative;
}
#header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) > div {
  position: absolute;
}
#header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) .line1 {
  top: 70px;
  left: -270px;
  width: 310px;
}
#header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) .line1 .line {
  right: -5px;
}
#header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) .line1 p {
  margin-left: 0px;
  margin-top: 5px;
  max-width: 250px;
}
#header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) .line2 {
  top: 120px;
  left: 170px;
  width: 130px;
}
#header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) .line2 .line {
  left: -5px;
}
#header-slides
  .slick-slide[data-slick-index="3"]
  td:nth-child(2)
  .line2
  .circle {
  float: right;
  margin-left: -14px;
}
#header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) .line2 p {
  position: absolute;
  float: none;
  width: 250px;
  top: 0;
  left: calc(100% + 10px);
}
#header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) .line3 {
  top: 210px;
  left: 190px;
  width: 90px;
}
#header-slides
  .slick-slide[data-slick-index="3"]
  td:nth-child(2)
  .line3
  .circle {
  float: right;
  margin-left: -14px;
}
#header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) .line3 .line {
  left: -5px;
}
#header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) .line3 p {
  position: absolute;
  float: none;
  width: 220px;
  top: 0;
  left: calc(100% + 10px);
}
#header-slides .slick-slide[data-slick-index="3"] .scale {
  filter: drop-shadow(-5px 5px 10px rgba(0, 0, 0, 0.5));
  width: 250px;
}
#header-slides.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.rs-layer {
  font-family: proxima-nova, sans-serif;
}
.rs-layer b {
  font-family: proxima-nova-bold, sans-serif;
  font-weight: 800 !important;
}
#rev_slider_1_1_wrapper .rs-layer b {
  font-size: 16px !important;
}
#rev_slider_2_2_forcefullwidth,
#rev_slider_4_2_forcefullwidth {
  display: none;
}
.home #search-nav-wrapper #header-logo {
  top: 0;
  width: 100px;
}
#search-nav-wrapper {
  position: fixed;
  top: 20px;
  right: 0;
}
#search-nav-wrapper #header-logo {
  position: absolute;
  top: 20px;
  left: 50px;
  z-index: 20;
}
#search-nav-wrapper #search-nav {
  position: relative;
}
#search-nav-wrapper #searchbar {
  width: 271px;
  height: 40px;
  float: right;
  overflow: hidden;
  margin-right: 20px;
}
#search-nav-wrapper #searchbar #searchinput {
  width: auto;
}
#search-nav-wrapper #searchbar #searchinput form label {
  margin: 0;
}
#search-nav-wrapper #searchbar #searchinput form ::placeholder {
  color: #fff;
  opacity: 0;
}
#search-nav-wrapper #searchbar #searchinput form :-ms-input-placeholder {
  color: #fff;
  opacity: 0;
}
#search-nav-wrapper #searchbar #searchinput form ::-ms-input-placeholder {
  color: #fff;
  opacity: 0;
}
#search-nav-wrapper #searchbar #searchinput form .search-field {
  border-radius: 15px 0 0 15px;
  width: 220px;
  border: 0;
}
#search-nav-wrapper #searchbar #searchinput form .btn-secondary,
#search-nav-wrapper
  #searchbar
  #searchinput
  form
  .comment-form
  input[type="submit"],
#search-nav-wrapper #searchbar #searchinput form .search-submit {
  opacity: 0.9;
  background-color: #2d2a26;
  width: 25px;
  color: #fff;
  font-size: 20px;
  float: right;
  padding: 6px 38px 5px 13px;
  border-radius: 0 15px 15px 0;
  border: none;
  color: #fff;
  height: 40px;
  position: relative;
}
#search-nav-wrapper #searchbar #searchinput form .btn-secondary:hover,
#search-nav-wrapper
  #searchbar
  #searchinput
  form
  .comment-form
  input[type="submit"]:hover,
#search-nav-wrapper #searchbar #searchinput form .search-submit:hover {
  background-color: #000;
  opacity: 1;
}
#search-nav-wrapper #searchbar #searchbtn {
  opacity: 0.9;
  background-color: #2d2a26;
  width: 25px;
  color: #fff;
  font-size: 20px;
  float: right;
  padding: 6px 38px 5px 13px;
}
#search-nav-wrapper #searchbar #searchbtn:hover {
  background-color: #000;
  opacity: 1;
}
#search-nav-wrapper #login {
  font-size: 22px;
  color: #fff;
  padding: 5px 15px;
  float: right;
}
#search-nav-wrapper #login:hover {
  color: #2d2a26;
}
#search-nav-wrapper #mobile-menu-icon {
  z-index: 20;
  margin-right: 10px;
  display: none;
  width: 42px;
  color: #fff;
  float: right;
  font-size: 25px;
  padding: 3px 15px 0 5px;
}
#search-nav-wrapper #mobile-menu-icon:hover {
  color: #2d2a26;
}
#mobile-menu {
  display: none;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: #6aa342;
  color: #fff;
}
#mobile-menu > table {
  width: 100%;
  height: auto;
  padding: 5%;
  -webkit-transform: translate(0, -75%);
  transform: translate(0, -75%);
  position: relative;
  top: 50%;
  left: 0;
}
#mobile-menu table {
  text-align: center;
  margin: 0 auto;
}
#mobile-menu table td.bold {
  padding: 15px 10px 0 10px;
}
#mobile-menu table table td {
  padding: 0 15px;
}
#mobile-menu a {
  color: #fff;
}
#mobile-menu i {
  font-size: 25px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
}
#searchbar2-close {
  display: none;
  position: absolute;
  right: 5px;
  top: -32px;
  color: #fff;
  font-size: 20px;
  opacity: 0.5;
}
#searchbar2-close:hover {
  opacity: 1;
}
#searchbar2 {
  display: none;
  position: absolute;
  top: 0;
  width: 75px;
  height: 40px;
  right: 0;
  z-index: 11;
  background-color: white;
  border-radius: 20px;
  border: 2px solid #fff;
  overflow: hidden;
}
#searchbar2 label {
  width: calc(100% - 85px);
}
#searchbar2 input {
  width: 100%;
  border: 0;
  padding: 3px 20px;
  height: 36px;
  outline: none !important;
}
#searchbar2 button {
  border: 0;
  font-size: 18px;
  background-color: #6aa744;
  position: absolute;
  right: 0px;
  top: 0;
  margin: 0;
  padding: 5px 25px;
  color: #fff;
  transition: 0.3s all;
}
#searchbar2 button:hover {
  background-color: #559130;
}
#menu {
  position: relative;
}
#menu-wrapper {
  position: fixed;
  top: 35px;
  right: 0;
}
#menu-wrapper .menu-item {
  display: inline-block;
  color: #fff;
  padding: 8px 30px;
  font-family: proxima-nova-bold, sans-serif !important;
  font-weight: 800;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  border-radius: 15px;
}
#menu-wrapper .menu-item a {
  color: #fff;
  font-family: proxima-nova-bold, sans-serif;
  text-decoration: none;
  font-weight: 700;
}
#menu-wrapper .menu-item:hover {
  background-color: #fff;
  border-radius: 20px;
  color: #6aa342;
  cursor: pointer;
}
#menu-wrapper .menu-item:hover > a {
  color: #6aa342;
}
#menu-wrapper .menu-item ul {
  display: none;
  list-style-type: none;
  padding: 15px 20px 20px 20px;
  background-color: #fff;
  border-radius: 0 20px 20px 20px;
  color: #000;
  position: absolute;
  margin-left: -30px;
  top: 40px;
}
#menu-wrapper .menu-item ul li {
  padding: 5px 0;
  display: block;
}
#menu-wrapper .menu-item ul li.category a {
  padding-left: 0;
  font-family: proxima-nova-bold, sans-serif !important;
}
#menu-wrapper .menu-item ul li a {
  color: #2d2a26;
  font-family: proxima-nova, sans-serif !important;
  font-weight: 400;
  padding-left: 10px;
}
#menu-wrapper .menu-item ul li a:hover {
  color: #6aa342;
}
#menu-wrapper .menu-item-has-children:hover {
  background-color: #fff;
  border-radius: 20px 20px 0 0 !important;
  color: #2d2a26 !important;
}
#menu-wrapper .menu-item-has-children:hover > a {
  color: #2d2a26;
}
#menu-wrapper .menu-item-has-children:hover ul {
  display: block;
}
#content-wrapper {
  width: 100%;
  background-color: #f1f1f2;
}
.row {
  margin: 0 auto;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0;
}
.homepage {
  color: #fff;
}
.homepage .highlightbox {
  background-color: gray;
  text-align: center;
  height: 250px;
  font-size: 36px;
  line-height: 42px;
  margin: auto;
  background-size: 120% auto;
  background-position: center center;
  position: relative;
}
.homepage .highlightbox h4 {
  font-size: 32px;
  line-height: 32px;
  font-family: proxima-nova-condensed-bold, sans-serif !important;
}
.homepage .highlightbox table {
  height: 100%;
  width: 100%;
  text-transform: uppercase;
}
.homepage .highlightbox table td {
  vertical-align: middle;
}
.homepage .highlightbox .cta {
  font-family: proxima-nova-condensed-bold, sans-serif;
}
.homepage .highlightbox .cta:hover {
  background-color: #fff;
}
.homepage .highlightbox a {
  color: #fff;
  text-decoration: none;
}
.homepage .highlightbox a:hover {
  color: #000;
}
.homepage .highlightbox-wrapper:nth-child(1),
.homepage .highlightbox-wrapper:nth-child(2) {
  padding-right: 10px;
}
.homepage .highlightbox-wrapper:nth-child(2),
.homepage .highlightbox-wrapper:nth-child(3) {
  padding-left: 10px;
}
.cta {
  font-weight: 800;
  font-style: normal;
  font-size: 17px;
  line-height: 23px;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 10px 30px 6px 30px;
}
.spacer20 {
  background-color: transparent;
  width: 100%;
  height: 20px;
}
.uppercase {
  text-transform: uppercase;
}
.content-text {
  padding: 20px 50px;
}
.homepage .content-text {
  padding: 20px !important;
}
.fl-module-content {
  margin: 20px 0;
}
.fl-row-content-wrap {
  padding: 10px 0;
}
.full-width-img {
  width: 100%;
  background-color: #6d6f71;
  margin-top: 20px;
}
.full-width-img img {
  width: 100%;
}
.marketing {
  width: 100%;
  min-height: 300px;
  padding: 80px 40px 40px 40px;
}
.marketing table {
  height: 100%;
  width: 100%;
  text-align: center;
}
.marketing table h3 {
  color: #2d2a26;
  text-transform: none;
}
.marketing-ad {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center center;
}
#breadcrumbs {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 300;
  color: #2d2a26;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  padding: 0;
}
#breadcrumbs a {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 300;
  color: #2d2a26;
}
#breadcrumbs a:hover {
  text-decoration: underline !important;
}
#page-heading {
  background-color: #6aa342;
}
#page-heading.TrueForm {
  background-color: #814c9e;
}
#page-heading.PowerForm {
  background-color: #ec7625;
}
#page-heading.PowerChem {
  background-color: #34afc8;
}
#page-heading.MegaMan {
  background-color: #2d2a26;
}
#page-heading.GraphEx {
  background-color: #2d2a26;
}
#page-heading.TexSolv {
  background-color: #47c1ae;
}
#page-heading.CoreSafe {
  background-color: #6baedb;
}
#page-heading h1 {
  color: #fff;
  font-family: proxima-nova-xbold, sans-serif !important;
  text-align: left;
  padding: 250px 0 40px 50px;
  margin: 0;
}
.page h2 {
  color: #2d2a26;
  margin-bottom: 40px;
}
.page .main-description {
  text-align: center;
  padding: 40px 15%;
  color: #2d2a26;
}
.single-use-gloves-boxes {
  position: relative;
  z-index: 5;
}
.single-use-gloves-boxes a:hover {
  text-decoration: none !important;
}
.productlinebox {
  background-color: #fff;
  padding: 40px 20px;
  margin: 10px;
  min-width: 230px;
  max-width: 400px;
  position: relative;
}
.productlinebox.GraphEx img,
.productlinebox.TexSolv img,
.productlinebox.CoreSafe img {
  height: 25px;
  margin-bottom: 5px;
}
.productlinebox::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
}
.productlinebox:hover {
  text-decoration: none !important;
}
.productlinebox table {
  width: 100%;
  height: 100%;
}
.productlinebox table td {
  text-align: center;
}
.productlinebox img {
  height: 35px;
}
.productlinebox p {
  font-weight: 600;
  font-family: proxima-nova-bold, sans-serif;
  color: #2d2a26;
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
  margin-bottom: 22px;
  height: 70px;
}
.productlinebox a,
.productlinebox .cta {
  color: #fff;
}
.productlinebox .cta {
  font-size: 13px;
  line-height: 15px;
  border-radius: 20px;
  border: 0;
  padding-bottom: 10px;
  padding-top: 12px;
  text-transform: uppercase;
}
.productlinebox a:hover {
  text-decoration: none;
}
.productlinebox.trueform .cta {
  background-color: #814c9e;
}
.productlinebox.powerform .cta {
  background-color: #ec7625;
}
.productlinebox.powerchem .cta {
  background-color: #34afc8;
}
.productlinebox.megaman .cta {
  background-color: #2d2a26;
}
.gloves-categories {
  margin: auto;
  text-align: center;
  position: static;
}
.gloves-categories .col-sm-12 {
  display: inline-block;
  min-width: 250px;
}
.glove-category-wrapper {
  margin-top: -80px;
  position: relative;
}
.glove-category-wrapper > div {
  padding: 140px 10%;
}
.glove-category-wrapper #TexSolv .logo,
.glove-category-wrapper #CoreSafe .logo,
.glove-category-wrapper #GraphEx .logo {
  height: 45px;
  width: auto;
}
.glove-category-wrapper .logo {
  width: 279px;
}
.glove-category-wrapper div.col-md-8 {
  padding-right: 40px;
}
.glove-category-wrapper h3 {
  color: #fff;
  font-family: proxima-nova-xbold, sans-serif !important;
}
.glove-category-wrapper p {
  color: #fff;
}
.glove-category-wrapper .included-gloves {
  margin-top: 80px;
  padding: 20px;
  padding: 40px 0 30px 0;
  background-color: #fff;
  border-radius: 20px;
}
.glove-category-wrapper table {
  width: 100%;
}
.glove-category-wrapper table td.glove {
  position: relative;
  margin-bottom: 20px;
  min-height: 200px;
}
.glove-category-wrapper table td.glove:hover .gloveimg {
  -webkit-transform: scale(1.1) translate(0, -50%);
  transform: scale(1.1) translate(0, -50%);
}
.glove-category-wrapper table td.glove table {
  background: #f2f2f2;
  width: 90%;
  border-radius: 0;
  margin: 0;
}
.glove-category-wrapper table td.glove table td {
  width: 100% !important;
}
.glove-category-wrapper table td.glove table td img {
  width: 80%;
  margin: 15px 10%;
}
.glove-category-wrapper table td.glove table td div {
  color: #2d2a26;
  font-family: proxima-nova-bold, sans-serif !important;
  padding: 15px 10% 0 10%;
  font-size: 26px;
  line-height: 30px;
}
.glove-category-wrapper table td.glove table td p {
  color: #2d2a26;
  padding: 0 10%;
}
.glove-category-wrapper table td.glove table td p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 600;
  font-family: proxima-nova-bold, sans-serif !important;
  line-height: 24px;
  margin-bottom: 5px;
}
.glove-category-wrapper table td.glove table td p:nth-of-type(2) {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}
.glove-category-wrapper table td.glove table td p:last-child {
  padding-bottom: 15px;
  font-family: proxima-nova, sans-serif;
}
.glove-category-wrapper table td.glove .gloveimg {
  position: absolute;
  top: 50%;
  right: 0%;
  width: 25%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.glove-category-wrapper table td.glove .new {
  background-color: #6aa342;
  font-weight: bold;
  width: 60px;
  text-align: center;
  padding: 1px 0 0 0;
  color: #fff;
  position: absolute;
  top: -10px;
  right: 22%;
}
.glove-category-wrapper table td {
  color: #2d2a26;
  font-weight: bold;
  vertical-align: middle;
  width: 49.5%;
  display: inline-block;
}
.glove-category-wrapper table td table {
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 20px;
}
.glove-category-wrapper table td table:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.glove-category-wrapper table td table td:nth-child(1) {
  width: 110px;
}
.glove-category-wrapper table td table td:nth-child(2) {
  width: calc(100% - 115px);
}
.glove-category-wrapper table td table td:nth-child(2) p {
  margin-bottom: 5px;
  color: #2d2a26;
}
.glove-category-wrapper table td table td:nth-child(2) p:nth-child(1) {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 28px;
}
.glove-category-wrapper table td table td:nth-child(2) p:nth-child(2) {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}
.glove-category-wrapper table td table td:nth-child(2) p:nth-child(3) {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 22px;
}
.glove-category-wrapper table td table img {
  width: 65px;
  margin: 10px 30px;
  position: static;
}
.glove-category-wrapper table td table a {
  color: #2d2a26;
  text-decoration: none;
}
.glove-category-wrapper table td table a:hover {
  text-decoration: underline;
}
.glove-category-wrapper #trueform {
  background-color: #814c9e;
  padding-top: 200px;
}
.glove-category-wrapper #powerform {
  background-color: #ec7625;
}
.glove-category-wrapper #powerchem {
  background-color: #34afc8;
}
.glove-category-wrapper #megaman {
  background-color: #2d2a26;
}
.single-product .product-title {
  color: #2d2a26;
  padding-left: 40px;
}
.single-product .product-title .logo {
  width: 140px;
}
.single-product .product-title ul {
  padding-left: 20px;
}
.single-product .product-title h3 {
  color: #2d2a26;
  padding: 20px 0 0 0;
  font-family: proxima-nova-xbold, sans-serif !important;
  text-transform: uppercase;
}
.single-product .product-title h4 {
  margin-bottom: 20px;
  font-weight: 400;
  font-family: proxima-nova, sans-serif !important;
  font-size: 20px;
  line-height: 27px;
}
.single-product .product-title a {
  color: #fff;
}
.single-product .product-title a:hover {
  text-decoration: none !important;
}
.single-product .product-title .cta {
  background-color: #6aa342;
  font-family: proxima-nova-bold, sans-serif !important;
  padding-bottom: 8px;
  border: 0;
}

.single-product .product-title .cta:hover {
  background-color: #fff;
  color: #6aa342 !important;
}
.single-product .product-images .request-cta {
  margin-bottom: 30px;
}
.single-product .product-images .request-cta a {
  color: #fff;
  text-decoration: none !important;
}
.single-product .product-images .request-cta .cta {
  background-color: #6aa342;
  font-family: proxima-nova-bold, sans-serif !important;
  padding-bottom: 8px;
  border: 0;
}
.single-product .product-images .request-cta .cta:hover {
  background-color: #fff;
  color: #6aa342 !important;
}

.single-product .product-title .row {
  margin-top: 40px;
}
.single-product .product-title .request-cta {
  width: 235px;
  float: left;
}
.single-product .product-title .product-info-widget {
  width: calc(100% - 235px);
  float: right;
}
.single-product .product-title .product-info-widget img {
  margin-top: -20px;
  width: 100%;
}
#pictograms {
  padding-left: 0;
  list-style-type: none;
}
#pictograms li {
  display: inline-block;
}
#pictograms li img {
  height: 60px;
}
.single-product-tabs {
  background-color: #e5e5e5;
  border-radius: 15px;
  padding-bottom: 40px;
}
.single-product-tabs .nav-tabs {
  margin: auto;
}
.single-product-tabs .nav-tabs .nav-item {
  padding: 40px;
}
.single-product-tabs .nav-tabs .nav-link {
  padding: 0;
  font-family: proxima-nova-bold, sans-serif !important;
  color: #2d2a26;
  text-transform: uppercase;
}
.single-product-tabs .nav-tabs .nav-link:hover,
.single-product-tabs .nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent;
  border-bottom: 3px solid #6aa342;
  padding: 0;
  width: auto;
}
.tab-content {
  padding-top: 20px;
}
.tab-content .tab-pane {
  padding: 0 80px;
}
.tab-content .tab-pane .disclaimer {
  font-size: 14px;
  line-height: 16px;
  padding: 20px 40px;
  font-family: proxima-nova-condensed, sans-serif;
}
.tab-content .tab-pane h4 {
  color: #2d2a26;
  text-align: center;
  margin-bottom: 20px;
}
.tab-content .tab-pane p {
  font-size: 18px;
  line-height: 24px;
}
.tab-content .tab-pane li {
  font-size: 18px;
  line-height: 24px;
}
.tab-content .tab-pane a {
  color: #2d2a26;
}
.tab-content .tab-pane .col-md-6 {
  padding: 0 20px;
}
.tab-content #full-description h4 {
  text-align: left;
}
.tab-content #full-description ul {
  padding-left: 15px;
}
.tab-content #specifications {
  column-count: 2;
  column-gap: 40px;
}
.tab-content #specifications .row {
  border-bottom: 1px solid #6d6f71;
}
.tab-content #specifications .heading {
  margin-top: 20px;
}
.tab-content #specifications .heading:first-child {
  margin-top: 0 !important;
}
.tab-content #specifications p {
  margin-bottom: 0;
}
.tab-content #sizes-ordering table {
  margin: auto;
}
.tab-content #sizes-ordering table tr {
  border-bottom: 1px solid #6d6f71;
}
.tab-content #sizes-ordering table tr td {
  padding: 4px 30px 0 0;
}
.tab-content #sizes-ordering table tr th:nth-child(2),
.tab-content #sizes-ordering table tr td:nth-child(2) {
  width: 110px;
}
.tab-content #sizes-ordering table tr td:nth-child(4) {
  padding-right: 0;
}
.tab-content #documents table {
  margin: auto;
}
.tab-content #documents table h4 {
  text-align: left;
}
.tab-content #documents table p {
  margin-bottom: 0;
}
.tab-content #documents table i {
  margin-right: 10px;
  font-size: 20px;
}
.tab-content #documents table td {
  padding-bottom: 20px;
}
.tab-content #chemical-permeations table {
  margin: auto;
  width: 100%;
  text-align: center;
}
.tab-content #chemical-permeations table tr {
  border-bottom: 1px solid #6d6f71;
}
.tab-content #chemical-permeations table tr th {
  vertical-align: bottom;
  text-align: center;
  font-weight: normal;
}
.tab-content #chemical-permeations table tr th:nth-child(1),
.tab-content #chemical-permeations table tr td:nth-child(1) {
  text-align: left;
}
.tab-content #chemical-permeations table tr td {
  padding: 4px 20px 0 0;
}
.tab-content #chemical-permeations table tr td:nth-child(3) {
  width: 215px;
}
.product-slider .thumbnail-product-slider {
  height: 100%;
  width: 115px;
}
.product-slider .thumbnail-product-slider .slick-list {
  height: 100%;
}
.product-slider .thumbnail-product-slider .slick-slide {
  width: 90px !important;
  height: 80px;
}
.product-slider .thumbnail-product-slider .slick-slide div {
  width: 100%;
  height: 100%;
}
.product-slider .thumbnail-product-slider .slick-slide .hover {
  margin: 5px;
}
.product-slider .thumbnail-product-slider .slick-slide .hover:hover {
  border: 3px solid #6aa342;
}
.product-slider .thumbnail-product-slider .slick-slide .hover div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.product-slider .thumbnail-product-slider .slick-current .hover {
  border: 3px solid #6aa342;
}
.product-slider .main-product-slider .image {
  width: 100%;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.product-slider .carousel-inner {
  height: 400px;
  width: 75%;
  margin-left: 24%;
}
.product-slider .carousel-inner .carousel-item {
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.product-slider .carousel-indicators {
  display: inline-block;
  z-index: 5;
  width: 19%;
  height: 100%;
  position: absolute;
  right: auto;
  bottom: auto;
  top: 0;
  left: 0;
  margin: auto;
}
.product-slider .carousel-indicators li {
  border: 2px solid #6d6f71;
  background-color: transparent;
}
.product-slider .carousel-indicators li div {
  height: 100%;
  width: 100%;
  border: 7px solid transparent;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.product-slider .carousel-indicators li.active {
  border: 3px solid #6aa342;
}
.tech-platforms {
  z-index: 1;
}
.tech-platforms h3 {
  text-transform: none;
  text-align: center;
}
.tech-platforms .left,
.tech-platforms .right {
  opacity: 0.6;
  color: #2d2a26;
  font-size: 55px;
  position: absolute;
  top: 52%;
  left: 0;
  -webkit-transform: translate(-35px, 0);
  transform: translate(-35px, 0);
}
.tech-platforms .left:hover,
.tech-platforms .right:hover {
  opacity: 0.9;
}
.tech-platforms .right {
  left: 100%;
  -webkit-transform: translate(10px, 0px);
  transform: translate(10px, 0);
}
.tech-platforms .related-products-carousel {
  height: 250px;
}
.tech-platforms .related-products-carousel .slick-list {
  height: 100%;
}
.tech-platforms .related-products-carousel .slick-list a:hover {
  text-decoration: none !important;
}
.tech-platforms .related-products-carousel .slick-list .related-product {
  text-align: center;
  width: 100%;
  height: 100%;
  color: #2d2a26 !important;
  border-radius: 20px;
  padding: 12px;
}
.tech-platforms .related-products-carousel .slick-list .related-product p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 17px;
  color: #2d2a26;
}
.tech-platforms .related-products-carousel .slick-list .related-product img {
  width: 100%;
  max-height: calc(100%-20px);
  margin-bottom: 20px;
}
.tech-platforms .related-products-carousel .slick-list .related-product div {
  width: 100%;
  height: 140px;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.tech-platforms .related-products-carousel .slick-list .related-product:hover {
  background-color: #fff;
  text-decoration: none !important;
}
.tech-platforms table td {
  width: calc(50% - 11px);
  display: inline-block;
}
.tech-platforms table td:nth-child(odd) {
  margin: 0 8px 20px 0;
}
.tech-platforms table td:nth-child(even) {
  margin: 0 0 20px 8px;
}
.tech-platforms2 {
  margin-bottom: 20px;
  z-index: 1;
}
.tech-platforms2 .product-tech-block {
  width: 100%;
  height: auto;
  background-size: 120% 130%;
  z-index: 1;
}
.tech-platforms2 .product-tech-block .col-md-8 p {
  font-size: 24px;
  line-height: 30px;
  padding-right: 120px;
  z-index: 1;
}
.tech-platforms2 .product-tech-block .col-md-4 p {
  font-size: 18px;
  line-height: 23px;
  padding-left: 42px;
  z-index: 1;
}
.tech-platforms2 .product-tech-block .logo {
  width: auto;
  height: 56px;
  z-index: 1;
}
.tech-platforms2 .product-tech-block .category {
  width: auto;
  height: 35px;
  margin-bottom: 0;
  z-index: 1;
}
.tech-platforms2 .product-tech-block a {
  color: #fff;
  font-weight: normal;
  z-index: 1;
}
.tech-platforms2 .product-tech-block span {
  margin-left: 40px;
  z-index: 1;
}
.product-tech-block {
  height: 300px;
  padding: 40px 40px 20px 40px;
  color: #fff;
  background-size: 120% 130%;
  background-position: center center;
  position: relative;
  transform-style: preserve-3d;
  z-index: 1;
}
.product-tech-block div {
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
}
.product-tech-block img {
  margin-bottom: 30px;
  width: 100%;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  z-index: 1;
}
.product-tech-block p {
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  z-index: 1;
}
.related-products-wrapper {
  position: relative;
  width: 90% !important;
  margin: auto;
}
.about-us .leadership-heading h3 {
  padding-bottom: 0;
}
.about-us .certifications .logo-title p {
  color: #6aa342;
  font-weight: bold;
}
.about-us .oursingleuse .fl-node-5e1bf0b3ac32f img {
  margin-left: 70px;
}
.tech-intro {
  max-width: 800px;
  margin: auto;
  float: none;
}
.divider-green {
  background-color: #6aa342;
  width: 80%;
  max-width: 375px;
  height: 10px;
  margin: 60px auto;
}
.job-postings td {
  border-top: 1px solid #2d2a26;
  padding-bottom: 20px;
}
.library .fl-html table {
  margin: auto;
}
.library .fl-html table h4 {
  text-align: left;
}
.library .fl-html table a {
  color: #2d2a26;
}
.library .fl-html table p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}
.library .fl-html table i {
  margin-right: 10px;
  font-size: 20px;
}
.library .fl-html table td {
  padding-bottom: 20px;
}
.technologies .handhealth .fl-module-content,
.technologies .gloveperformance .fl-module-content {
  width: 100%;
}
.technologies .divider-green {
  margin-bottom: 0;
}
.technologies .tech-platforms {
  margin: 0px auto 30px auto;
}
.fl-row-content-wrap .fl-col-content {
  padding: 0;
}
.fl-col .product-img img {
  filter: drop-shadow(-5px 5px 10px rgba(0, 0, 0, 0.3));
}
.fl-builder-content {
  margin: auto;
}
#content-wrapper form {
  background: #6aa342;
  border-radius: 20px;
  max-width: 766px;
  width: auto !important;
  margin: auto;
  color: #fff;
  padding: 40px 100px 50px 100px;
}
#content-wrapper form div {
  width: 100%;
}
#content-wrapper form.mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
}
#content-wrapper form.mktoForm .mktoLabel {
  width: 100% !important;
  margin-left: 11px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  font-family: proxima-nova, sans-serif;
}
#content-wrapper form.mktoForm .mktoFormCol {
  margin-bottom: 0;
}
#content-wrapper form.mktoForm .mktoGutter {
  display: none;
}
#content-wrapper form.mktoForm input,
#content-wrapper form.mktoForm select,
#content-wrapper form.mktoForm textarea {
  width: 100% !important;
  border-radius: 20px;
}
#content-wrapper form.mktoForm input[type="text"],
#content-wrapper form.mktoForm input[type="url"],
#content-wrapper form.mktoForm input[type="email"],
#content-wrapper form.mktoForm input[type="tel"],
#content-wrapper form.mktoForm input[type="number"],
#content-wrapper form.mktoForm input[type="date"],
#content-wrapper form.mktoForm select.mktoField,
#content-wrapper form.mktoForm textarea {
  padding: 5px 20px;
  width: 100% !important;
  border: 0;
  box-shadow: none;
}
#content-wrapper form.mktoForm textarea,
#content-wrapper form.mktoForm select,
#content-wrapper form.mktoForm input,
#content-wrapper form.mktoForm button {
  outline: none !important;
}
#content-wrapper form.mktoForm input[type="checkbox"] + label::before,
#content-wrapper form.mktoForm input[type="radio"] + label::before {
  border: 0;
  box-shadow: none;
}
#content-wrapper form.mktoForm button {
  margin-top: 20px !important;
  background: #fff !important;
  border: 1px solid #fff !important;
  font-size: 20px !important;
  border-radius: 20px !important;
  color: #6aa342 !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  padding: 6px 40px 4px 40px !important;
  transition: 0.3s all;
  width: auto !important;
  box-sizing: border-box !important;
}
#content-wrapper form.mktoForm button:hover {
  background: #6aa342 !important;
  color: #fff !important;
  box-shadow: inset 0px 0px 0px 1px #fff;
}
#content-wrapper form.mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}
#content-wrapper .page .gform_wrapper {
  color: #fff;
}
#content-wrapper .page .gform_wrapper .gform_wrapper div.validation_error {
  color: #fff;
}
#content-wrapper .page .gform_wrapper textarea,
#content-wrapper .page .gform_wrapper select,
#content-wrapper .page .gform_wrapper input,
#content-wrapper .page .gform_wrapper button {
  outline: none !important;
}
#content-wrapper .page .gform_wrapper .gfield_required {
  color: #fff !important;
  margin-left: 2px !important;
}
#content-wrapper .page .gform_wrapper label {
  font-size: 20px !important;
  color: #fff;
  line-height: 23px;
  font-weight: normal !important;
}
#content-wrapper .page .gform_wrapper .top_label .gfield_label {
  margin-left: 11px;
  margin-bottom: 4px;
}
#content-wrapper
  .page
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  width: 100%;
  border: 0;
  border-radius: 20px;
  font-size: 20px;
  padding: 5px 20px;
}
#content-wrapper .page .gform_wrapper textarea {
  border-radius: 20px;
  border: 0;
}
#content-wrapper .page .gform_wrapper #gform_reset_button {
  margin: auto;
}
#content-wrapper .page .gform_wrapper .ginput_complex .ginput_left,
#content-wrapper .page .gform_wrapper .ginput_complex .ginput_right {
  width: 100% !important;
}
#content-wrapper .page .gform_wrapper .ginput_complex .ginput_left {
  padding-left: 0 !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}
#content-wrapper .page .gform_wrapper .ginput_complex .ginput_right {
  padding-right: 0 !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}
#content-wrapper .page .gform_wrapper ul li {
  margin-top: 30px !important;
}
#content-wrapper .page .gform_wrapper .ginput_container_select {
  position: relative;
}
#content-wrapper .page .gform_wrapper .ginput_container_select select {
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(http://swsafety.lelndr.co/wp-content/uploads/2019/10/select-arrow.png)
    no-repeat right #fff;
  background-position-x: calc(100% - 20px);
}
#content-wrapper
  .page
  .gform_wrapper
  .ginput_container_select
  select::-ms-expand {
  display: none;
}
#content-wrapper
  .page
  .gform_wrapper
  .field_sublabel_above
  .ginput_complex.ginput_container
  label,
#content-wrapper
  .page
  .gform_wrapper
  .field_sublabel_above
  div[class*="gfield_date_"].ginput_container
  label,
#content-wrapper
  .page
  .gform_wrapper
  .field_sublabel_above
  div[class*="gfield_time_"].ginput_container
  label,
#content-wrapper
  .page
  .gform_wrapper
  .field_sublabel_below
  .ginput_complex.ginput_container
  label,
#content-wrapper
  .page
  .gform_wrapper
  .field_sublabel_below
  div[class*="gfield_date_"].ginput_container
  label,
#content-wrapper
  .page
  .gform_wrapper
  .field_sublabel_below
  div[class*="gfield_time_"].ginput_container
  label {
  font-size: 20px !important;
  margin: 0 0 0.5rem 11px !important;
  line-height: 1.3 !important;
}
#content-wrapper .page .gform_wrapper .button {
  margin-top: 10px !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
  font-size: 20px !important;
  border-radius: 20px !important;
  color: #6aa342 !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  padding: 6px 40px 4px 40px !important;
  transition: 0.3s all;
  width: auto !important;
  box-sizing: border-box !important;
  font-family: proxima-nova-bold !important;
}
#content-wrapper .page .gform_wrapper .button:hover {
  background-color: #6aa342 !important;
  color: #fff !important;
  box-shadow: inset 0px 0px 0px 1px #fff;
}
#content-wrapper .page .gform_wrapper #gform_reset_button {
  background-color: transparent !important;
  color: #fff !important;
  box-shadow: inset 0px 0px 0px 1px #fff;
}
#content-wrapper .page .gform_wrapper #gform_reset_button:hover {
  background-color: #fff !important;
  color: #6aa342 !important;
  box-shadow: inset 0px 0px 0px 0px transparent;
}
#content-wrapper .page .gform_wrapper .gform_footer {
  text-align: center;
  margin: 16px 0 0;
}
#content-wrapper .page .gform_wrapper .gform_footer p:last-of-type {
  clear: right;
}
#content-wrapper .page .gform_wrapper #field_1_11 {
  margin-top: 40px !important;
}
#content-wrapper .page .gform_wrapper p.disclaimer {
  text-align: center;
  margin: 15px auto 0 auto;
}
#content-wrapper .page .gform_wrapper p.intro {
  text-align: center;
}
#content-wrapper .page .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}
#content-wrapper
  .page
  .gform_wrapper
  .ginput_complex.ginput_container_address
  span.ginput_right
  + span.ginput_left {
  padding-right: 0 !important;
}
#content-wrapper .page .gform_wrapper .gfield_checkbox li {
  position: relative;
  padding-left: 40px;
}
#content-wrapper .page .gform_wrapper .gfield_checkbox li label {
  margin-left: 50px;
  height: 50px;
  padding-top: 0px;
}
#content-wrapper .page .gform_wrapper .gfield_checkbox li label:after {
  content: "";
  background: #fff;
  width: 40px;
  height: 38px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
  z-index: 0;
}
#content-wrapper .page .gform_wrapper .gfield_checkbox li label:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 25px;
  border: solid #2d2a26;
  border-width: 0 3px 3px 0;
  left: 13px;
  top: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
}
#content-wrapper .page .gform_wrapper .latest-updates-checkboxes li {
  width: 100%;
  float: left;
}
#content-wrapper .page .gform_wrapper input[type="checkbox"] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
  position: absolute;
  appearance: none;
  cursor: pointer;
}
#content-wrapper .page .gform_wrapper input[type="checkbox"] + label {
  cursor: pointer;
}
#content-wrapper
  .page
  .gform_wrapper
  input[type="checkbox"]:checked
  + label:before {
  opacity: 1;
  top: 3px;
}
#content-wrapper.landing-page .page .gform_wrapper form {
  background: transparent;
  margin-top: -20px;
  padding: 0;
}
#content-wrapper.landing-page .page .gform_wrapper .button {
  color: #2d2a26 !important;
}
#content-wrapper.landing-page .page .gform_wrapper .button:hover {
  background-color: transparent !important;
  color: #fff !important;
}
#content-wrapper.landing-page .page .gform_wrapper #gform_reset_button:hover {
  color: #2d2a26 !important;
}
#content-wrapper.landing-page .marketo-form form {
  background: transparent;
  padding: 0;
}
#content-wrapper.landing-page .marketo-form form .mktoFormRow {
  margin-top: 10px;
}
#content-wrapper.landing-page .marketo-form form .mktoFormRow input,
#content-wrapper.landing-page .marketo-form form .mktoFormRow textarea,
#content-wrapper.landing-page .marketo-form form .mktoFormRow select {
  font-size: 20px;
  padding: 5px 20px 2px 20px;
}
#content-wrapper.landing-page .marketo-form form .mktoOffset {
  display: none;
}
#content-wrapper.landing-page .marketo-form form .mktoButton {
  color: #2d2a26 !important;
  background-image: none;
  margin-top: 10px !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
  font-size: 20px !important;
  border-radius: 20px !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  padding: 6px 40px 3px 40px !important;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  width: auto !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
#content-wrapper.landing-page .marketo-form form .mktoButton:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.contact-us .fl-node-5d9a78acb4760 p,
.contact-us .fl-node-5d9a78acb4760 p a {
  font-family: proxima-nova-condensed, sans-serif;
  color: #2d2a26;
}
.contact-us .fl-node-5d9a78acb4760 a {
  font-weight: normal;
}
.contact-us .fl-node-5d9a78acb4760 h4 {
  text-transform: uppercase;
}
.contact-us .fl-node-5d9a78acb4760 .fl-rich-text {
  margin-left: 50px;
}
.contact-us form .gfield_html p {
  margin-bottom: 50px;
  padding-left: 10px;
}
#contacts .contact {
  margin-bottom: 30px;
}
#contacts .contact table {
  width: 100%;
}
#contacts .contact table div.color {
  width: 30px;
  height: 60px;
  border-radius: 15px;
  background-color: transparent;
  margin-right: 8px;
}
#contacts .contact table div.Green {
  background-color: #6aa342;
}
#contacts .contact table div.Blue {
  background-color: #34afc8;
}
#contacts .contact table div.Yellow,
#contacts .contact table div.YellowDots {
  background-color: #eac45a;
}
#contacts .contact table div.YellowDots,
#contacts .contact table div.OrangeDots,
#contacts .contact table div.PurpleDots {
  background-image: radial-gradient(#2d2a26 20%, transparent 20%);
  background-position: 1px -1px;
  background-size: 7px 7px;
  overflow: hidden;
}
#contacts .contact table div.PurpleCluster {
  background-image: url(/wp-content/uploads/2020/04/purplecluster-bg.png);
  background-size: 16px;
  background-color: #814c9e !important;
  background-position: 50% 35%;
}
#contacts .contact table div.Orange,
#contacts .contact table div.OrangeDots {
  background-color: #ec7625;
}
#contacts .contact table div.Purple,
#contacts .contact table div.PurpleDots {
  background-color: #814c9e;
}
#contacts .contact table div.OrangeDots,
#contacts .contact table div.PurpleDots {
  background-image: radial-gradient(#fff 20%, transparent 20%);
}
#contacts .contact table i {
  font-size: 20px;
  margin-right: 3px;
}
#contacts .contact table p,
#contacts .contact table p a {
  font-family: proxima-nova-condensed, sans-serif;
  color: #2d2a26;
  margin-bottom: 0;
}
#contacts .contact table a {
  font-weight: normal;
}
#contacts .contact table p.emea {
  border-top: 3px solid #2d2a26;
  padding-top: 15px;
}
#contacts .contact hr {
  background-color: #2d2a26;
}
.request-a-sample .fl-node-5d98e6f5a4a72 .fl-rich-text p {
  padding-right: 40px;
}
.request-a-sample .fl-node-5da48d78d8dfd .fl-html {
  text-align: center;
}
.request-a-sample .fl-node-5da48d78d8dfd .fl-html img {
  max-height: 250px;
}
.search-results .content-text article h4 a {
  color: #6aa342;
  text-decoration: underline;
}
.blog h4 a,
.archive h4 a,
.category h4 a {
  color: #2d2a26;
  font-family: proxima-nova-bold, sans-serif !important;
}
.blog h4.see-all,
.archive h4.see-all,
.category h4.see-all {
  text-align: center;
  margin-bottom: 40px;
}
.blog .updated,
.archive .updated,
.category .updated {
  font-size: 14px;
  font-family: proxima-nova, sans-serif;
  margin-bottom: 0;
}
.blog .page table,
.archive .page table,
.category .page table {
  width: 100%;
  height: 100%;
}
.blog .page table td:nth-child(1),
.archive .page table td:nth-child(1),
.category .page table td:nth-child(1) {
  width: 190px;
}
.blog article,
.archive article,
.category article {
  margin-bottom: 40px;
  width: 100%;
}
.blog .post_thumb,
.archive .post_thumb,
.category .post_thumb {
  min-height: 85px;
  height: 100%;
  width: 150px;
  margin-right: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.blog .posts-navigation,
.archive .posts-navigation,
.category .posts-navigation {
  margin-top: 50px;
  text-align: center;
}
.landing-page {
  background-size: cover;
  background-color: transparent;
}
.landing-page .white-bg-left .fl-col-group .fl-col:nth-child(1),
.landing-page .white-bg-right .fl-col-group .fl-col:nth-child(2),
.landing-page .white-bg-all {
  background: #fff;
  border-radius: 20px;
  padding: 5px 2.5%;
}
.landing-page .white-bg-left .fl-col.fl-col-has-cols .fl-col {
  padding: 0;
}
.landing-page .white-bg-right .fl-col.fl-col-has-cols .fl-col {
  padding: 0;
}
.landing-page .fl-rich-text p:last-child {
  margin-bottom: 0;
}
.landing-page #footer {
  background-color: transparent;
}
.landing-page #footer img {
  padding-bottom: 20px;
}
.single-post .post-header,
.single-post .title {
  text-align: center;
}
.single-post .meta {
  width: 100%;
  text-align: center;
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.single-post .featured_img {
  margin: auto;
  max-height: 400px;
  max-width: 768px;
  margin-bottom: 60px;
}
.single-post .post-text {
  padding-right: 80px;
}
.template_news .archive-sidebar,
.single-post .archive-sidebar {
  padding-left: 40px;
}
.template_news .archive-sidebar .row div,
.single-post .archive-sidebar .row div {
  color: #2d2a26;
  margin-bottom: 10px;
}
.template_news .archive-sidebar .row div p,
.single-post .archive-sidebar .row div p {
  font-weight: 700;
  font-family: proxima-nova-bold, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.template_news .archive-sidebar .row div ul,
.single-post .archive-sidebar .row div ul {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.template_news .archive-sidebar .row div ul li,
.single-post .archive-sidebar .row div ul li {
  margin-bottom: 10px;
  line-height: 110%;
}
.template_news .archive-sidebar .row div ul li a,
.single-post .archive-sidebar .row div ul li a {
  font-weight: normal;
  font-family: proxima-nova-condensed, sans-serif;
  color: #2d2a26;
}
.template_news .archive-sidebar ul li span,
.single-post .archive-sidebar ul li span {
  font-size: 11px;
  opacity: 0.6;
}

.template_news .green2 {
  display: none;
}

#NewsNav ul {
  text-align: center;
}
#NewsNav ul li {
  display: inline-block;
  padding: 0 10px 0 5px;
}
#NewsNav ul li a,
#NewsNav ul li:nth-child(1)::after,
#NewsNav ul li:nth-child(2)::after {
  color: #6aa342;
  font-size: 20px;
  font-weight: 600;
  font-family: proxima-nova-bold, sans-serif;
}
#NewsNav ul li:nth-child(1)::after,
#NewsNav ul li:nth-child(2)::after {
  content: "|";
  margin-left: 20px;
}

.page-id-3238 .fl-builder-content .ce-mark h3 {
  padding-bottom: 0;
}
.page-id-3238 .fl-builder-content .ce-mark img {
  max-width: 200px;
}
.page-id-3238 .fl-builder-content h3 {
  padding-bottom: 20px;
}
.popup {
  position: fixed;
  top: 50px;
  background-color: white;
  border-radius: 20px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  height: calc(100% - 100px);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.35);
  z-index: 100;
  width: 90%;
  max-width: 1100px;
}
.popup table {
  width: auto;
}
.popup table td {
  padding: 30px 40px;
}
.popup table td p:hover,
.popup table td p.active {
  border-bottom: 3px solid #6aa342;
}
.popup table td i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  opacity: 0.7;
}
.popup table td i:hover {
  opacity: 1;
}
.popup .content {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  position: relative;
}
.popup .content .photos,
.popup .content .videos,
.popup .content .threesixty {
  width: calc(100% - 60px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.popup .content .main {
  width: calc(100% - 250px);
  float: right;
  height: 75vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.popup .content .indicators {
  float: right;
  max-width: 200px;
}
.popup .content .indicators > div {
  width: 80px;
  height: 80px;
  margin: 10px;
  float: left;
}
.popup .content .indicators div div {
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 5px;
}
.popup .content .indicators div div:hover {
  border: 3px solid #6aa342;
}
.popup .content .indicators .active {
  border: 3px solid #6aa342;
}
.popup .content .indicators .active:hover {
  border: 3px solid #6aa342;
}
#footer {
  background-color: #6aa342;
  width: 100%;
  padding: 60px 5% 30px 5%;
  position: relative;
  color: #fff;
  border-bottom: 20px solid #2d2a26;
}
#footer .maxwidth-1140:nth-child(1) {
  padding-bottom: 50px;
}
#footer table {
  width: 100%;
  height: 100%;
}
#footer table td {
  vertical-align: middle;
  min-width: 132px;
}
#footer img {
  float: left;
  padding-bottom: 50px;
  width: 300px;
  padding-bottom: 0;
  width: auto;
  height: 75px;
}
#footer p {
  font-size: 17px;
  line-height: 23px;
}
#footer p:nth-child(1) {
  margin-bottom: 5px;
}
#footer a {
  color: #fff;
  font-weight: normal;
  font-family: proxima-nova, sans-serif;
}
#footer i {
  font-size: 30px;
}
#footer i.fa-linkedin {
  padding: 0 0 0 15px;
}
#footer .row:nth-child(2) .col-md-4 table td {
  text-align: center;
}
#footer .row:nth-child(2) .col-md-8 table {
  text-align: left;
}
#footer .row:nth-child(2) .col-md-8 table td p,
#footer .row:nth-child(2) .col-md-8 table td a {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 300;
  color: #fff;
}
#footer #cookies {
  z-index: 10;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #2d2a26;
  width: 100%;
  padding: 42px 0 35px 0;
  text-align: center;
}
#footer #cookies table {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
#footer #cookies table td .cta {
  background-color: #fff;
  color: #6aa342;
  padding-bottom: 7px;
  font-weight: normal;
}
#footer #cookies table td .cta:hover {
  color: #fff;
  background-color: transparent;
}
#footer #cookies table td p {
  margin: 0;
}
#footer #cookies table td a {
  margin-left: 10px;
}
#footer #cookies i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  font-size: 20px;
}
@media (max-height: 767px) {
  .popup .content .main {
    height: 60vh;
  }
}
@media (max-width: 1220px) {
  #footer .row .col-md-8 {
    width: 80%;
    -webkit-box-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    margin-top: 20px;
    text-align: left;
  }
  #footer .row .col-md-4 {
    width: 19%;
    max-width: 19%;
    flex: 0 0 19%;
  }
  #footer .row:nth-child(2) .col-md-8 table {
    text-align: left;
  }
  #footer .maxwidth-1140:nth-child(1) {
    margin-bottom: 0px;
  }
  #header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) {
    -webkit-transform: scale(0.88);
    transform: scale(0.88);
  }
  .homepage .highlightbox {
    background-size: 130%;
  }
  .single-product-tabs .nav-tabs .nav-item,
  .single-product-tabs .nav-tabs .banner .nav li,
  .banner .nav .single-product-tabs .nav-tabs li {
    padding: 40px 30px;
  }
  #rev_slider_1_1_wrapper .rs-layer b {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .about-us .oursingleuse .fl-node-5e1bf0b3ac32f img {
    margin-left: 40px;
  }
  .landing-page-inner {
    padding: 0 20px;
  }
}
@media (max-width: 1120px) {
  .product-tech-block p {
    font-size: 16px;
  }
  .tech-platforms2 .product-tech-block .col-md-8 p {
    font-size: 21px;
    line-height: 28px;
    padding-right: 100px;
  }
}
@media (max-width: 1110px) {
  #search-nav-wrapper #mobile-menu-icon {
    display: block;
  }
  #menu .menu {
    display: none;
  }
  #header-wrapper {
    height: 81px;
  }
  .home #header-wrapper {
    height: 135px;
  }
  #search-nav-wrapper #header-logo {
    top: 0;
  }
  #header-slides .slick-slide td:nth-child(2) {
    -webkit-transform: scale(0.9) translate(0px, -20px);
    transform: scale(0.9) translate(0px, -20px);
  }
  #header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) {
    -webkit-transform: scale(0.8) translate(-20px, 0);
    transform: scale(0.8) translate(-20px, 0);
  }
  #header-slides .slick-slide > div table td:nth-child(2),
  #header-slides .slick-slide > div table td:nth-child(3) {
    vertical-align: middle;
  }
  #header-slides .slick-slide[data-slick-index="0"] td:nth-child(2) img {
    width: 150px;
    margin: auto auto auto 50px;
  }
  #header-slides
    .slick-slide[data-slick-index="0"]
    td:nth-child(3)
    img:nth-child(1) {
    width: 200px;
    margin: auto;
  }
  #header-slides
    .slick-slide[data-slick-index="0"]
    td:nth-child(3)
    img:nth-child(2) {
    width: 250px;
    margin: auto;
  }
  #header-slides .slick-slide > div table td h1:nth-child(2) {
    padding-bottom: 100px;
  }
  #header-slides .logo {
    display: none;
  }
  #header-slides .logo2 {
    right: auto;
    left: 50px;
    bottom: 40px;
    display: block;
  }
  .homepage .highlightbox {
    background-size: auto 120%;
  }
  .gloves-categories {
    width: 500px;
  }
  .extra-sidepadding {
    padding: 0px;
  }
  .single-product-tabs .nav-tabs .nav-item,
  .single-product-tabs .nav-tabs .banner .nav li,
  .banner .nav .single-product-tabs .nav-tabs li {
    padding: 40px 20px;
    font-size: 14px;
  }
  .popup .content .photos,
  .popup .content .videos,
  .popup .content .threesixty {
    width: calc(100% - 20px);
  }
  .popup .content .main {
    width: calc(100% - 280px);
    margin-right: 30px;
  }
  .tech-platforms table td .product-tech-block {
    height: 320px;
  }
  .tech-platforms table td .product-tech-block p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 964px) {
  #header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line2 {
    width: 100px;
  }
  #header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line3 {
    width: 100px;
  }
  #header-slides
    .slick-slide[data-slick-index="1"]
    td:nth-child(3)
    img:nth-child(1) {
    width: 150px;
    margin: auto;
  }
  #header-slides
    .slick-slide[data-slick-index="1"]
    td:nth-child(3)
    img:nth-child(2) {
    width: 200px;
    margin: auto;
  }
  #header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) .line2 {
    top: 70px;
  }
  #header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) .line2 p {
    width: 180px;
  }
  #header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line3 p,
  #header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line2 p,
  #header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) .line3 p,
  #header-slides .slick-slide[data-slick-index="2"] td:nth-child(2) .line2 p,
  #header-slides .slick-slide[data-slick-index="2"] td:nth-child(2) .line3 p {
    width: 150px;
  }
  #header-slides .slick-slide > div table td h1 {
    font-size: 66px;
    line-height: 66px;
  }
  .glove-category-wrapper table td table td:nth-child(2) {
    -webkit-transform: scale(0.8) translate(-20px, 0);
    transform: scale(0.8) translate(-20px, 0);
  }
  #contacts .contact table p {
    font-size: 17px;
    line-height: 21px;
  }
  .product-slider .carousel-inner {
    width: 70%;
    margin-left: 29%;
  }
  .single-post .archive-sidebar {
    padding-left: 0;
  }
  #footer p {
    font-size: 15px;
    line-height: 21px;
  }
  #footer .row:nth-child(2) .col-md-8 table td:nth-child(2) p {
    text-align: center;
  }
  .tab-content .tab-pane p,
  .tab-content .tab-pane li {
    font-size: 16px;
    line-height: 24px;
  }
  .tab-content #full-description {
    padding: 0 30px;
  }
  .about-us .oursingleuse .fl-node-5e1bf0b3ac32f img {
    margin-left: 0px;
  }
}
@media (max-width: 900px) {
  #footer .row:nth-child(1) table td:nth-child(2) {
    padding-left: 15px;
  }
  #cookies table td:nth-child(1) {
    width: 100%;
    display: inline-block;
    padding-bottom: 30px;
  }
  #cookies table td:nth-child(2) {
    width: 53%;
    display: inline-block;
    text-align: right;
  }
  #cookies table td:nth-child(3) {
    width: 46%;
    display: inline-block;
    text-align: left;
  }
  #header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) {
    width: 40%;
  }
  #header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) > div p,
  #header-slides .slick-slide[data-slick-index="2"] td:nth-child(2) > div p {
    font-size: 12px;
    line-height: 14px;
  }
  #header-slides .slick-slide[data-slick-index="1"] .scale {
    width: 170px;
    margin-left: -10px;
  }
  #header-slides .slick-slide[data-slick-index="0"] td:nth-child(2) img {
    margin: 0 0 0 80px;
  }
  #header-slides .slick-slide[data-slick-index="0"] td:nth-child(3) img {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  #header-slides .slick-slide td:nth-child(2) {
    -webkit-transform: scale(0.9) translate(-50px, 0);
    transform: scale(0.9) translate(-50px, 0);
  }
  #header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) {
    -webkit-transform: scale(0.8) translate(-50px, 0);
    transform: scale(0.8) translate(-50px, 0);
  }
  .homepage .highlightbox .cta {
    font-size: 14px;
    line-height: 19px;
  }
  .single-product-tabs .nav-tabs .nav-item,
  .single-product-tabs .nav-tabs .banner .nav li,
  .banner .nav .single-product-tabs .nav-tabs li {
    font-size: 12px;
  }
  .landing-page .white-bg-left .fl-col-group .fl-col:nth-child(1),
  .landing-page .white-bg-right .fl-col-group .fl-col:nth-child(2),
  .landing-page .white-bg-all {
    padding: 5px 5%;
  }
}
@media (max-width: 850px) {
  .single-product .product-title .product-info-widget {
    width: 300px;
  }
  .single-product .product-title .product-info-widget img {
    margin-top: 20px;
  }
  .product-slider .carousel-indicators {
    top: auto;
    bottom: 0;
    height: auto;
    width: 100%;
  }
  .product-slider .carousel-indicators li {
    display: inline-block;
  }
  .product-slider .carousel-inner {
    width: 100%;
    margin-left: 0;
    height: 450px;
    padding-bottom: 110px;
  }
  #header-slides .slick-slide td:nth-child(2) {
    -webkit-transform: scale(0.85) translate(-50px, -50px);
    transform: scale(0.85) translate(-50px, -50px);
  }
  #header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) {
    -webkit-transform: scale(0.8) translate(-90px, -50px);
    transform: scale(0.8) translate(-90px, -50px);
  }
  .single-product-tabs .nav-tabs .nav-item,
  .single-product-tabs .nav-tabs .banner .nav li,
  .banner .nav .single-product-tabs .nav-tabs li {
    padding: 40px 10px;
  }
}
@media (max-width: 767px) {
  #NewsNav ul {
    text-align: left;
    padding-left: 0;
    margin-bottom: 20px;
  }
  #page-heading h1 {
    padding-left: 35px;
    padding-right: 20px;
  }
  #rev_slider_2_2_forcefullwidth,
  #rev_slider_4_2_forcefullwidth {
    display: block;
  }
  #rev_slider_1_1_forcefullwidth,
  #rev_slider_3_1_forcefullwidth {
    display: none;
  }
  #search-nav-wrapper #header-logo {
    left: 35px;
    width: 100px;
  }
  .home #header-wrapper {
    height: 81px;
  }
  .home #search-nav-wrapper #header-logo {
    top: -10px;
    width: 62px;
  }
  rs-fullwidth-wrap {
    padding-top: 70px;
  }
  #header-slides .slick-slide > div table {
    width: 100%;
    margin: 50px 0 0 0;
  }
  #header-slides .slick-slide > div table td h1 {
    text-align: center;
    font-size: 53px;
    line-height: 53px;
  }
  #header-slides .slick-slide > div table td {
    width: 100% !important;
    display: inline-block;
  }
  #header-slides
    .slick-slide[data-slick-index="0"]
    > div
    table
    td:nth-child(1) {
    margin-bottom: 7vh;
  }
  #header-slides
    .slick-slide[data-slick-index="0"]
    > div
    table
    td:nth-child(2) {
    width: 40% !important;
  }
  #header-slides
    .slick-slide[data-slick-index="0"]
    > div
    table
    td:nth-child(3) {
    width: 58% !important;
  }
  #header-slides .slick-slide td:nth-child(2) {
    -webkit-transform: scale(0.85) translate(0px, -20px);
    transform: scale(0.85) translate(0px, -20px);
  }
  #header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) {
    -webkit-transform: scale(0.8) translate(-20px, 0px);
    transform: scale(0.8) translate(-20px, 0px);
  }
  #header-slides,
  #header-slides .slick-slide > div {
    height: 90vh;
    min-height: 600px;
    max-height: 700px;
  }
  #header-slides .slick-slide {
    padding-bottom: 40px;
  }
  #header-slides .slick-slide[data-slick-index="0"] td:nth-child(2) img {
    width: 150px;
    float: right;
  }
  #header-slides
    .slick-slide[data-slick-index="0"]
    td:nth-child(3)
    img:nth-child(1) {
    width: 200px;
  }
  #header-slides
    .slick-slide[data-slick-index="0"]
    td:nth-child(3)
    img:nth-child(2) {
    width: 250px;
  }
  #header-slides .slick-slide[data-slick-index="1"] .scale,
  #header-slides .slick-slide[data-slick-index="2"] .scale {
    margin: auto;
    width: 150px;
  }
  #header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line1 p {
    max-width: 140px;
  }
  #header-slides .slick-slide[data-slick-index="3"] .scale {
    margin: auto;
    width: 200px;
  }
  #header-slides .slick-slide > div table td h1:nth-child(2) {
    padding-bottom: 0px;
  }
  #header-slides .logo2 {
    left: 0%;
    width: 100%;
    text-align: center;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    bottom: 20px;
  }
  #header-slides .slick-slide[data-slick-index="3"] .logo2 {
    bottom: 40px;
  }
  #header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line1 {
    top: 65px;
    left: 50%;
    margin-left: -230px;
    width: 170px;
  }
  #header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line2 {
    top: 5px;
    left: 50%;
    margin-left: 35px;
  }
  #header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line3 {
    top: 130px;
    left: 50%;
    margin-left: 10px;
  }
  #header-slides .slick-slide[data-slick-index="2"] td:nth-child(2) .line1 {
    top: 65px;
    left: 50%;
    margin-left: -230px;
    width: 170px;
  }
  #header-slides .slick-slide[data-slick-index="2"] td:nth-child(2) .line2 {
    top: 5px;
    left: 50%;
    margin-left: 35px;
    width: 70px;
  }
  #header-slides .slick-slide[data-slick-index="2"] td:nth-child(2) .line3 {
    top: 130px;
    left: 50%;
    margin-left: 10px;
    width: 100px;
  }
  #header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) .line1 {
    top: 65px;
    left: 50%;
    margin-left: -230px;
    width: 170px;
  }
  #header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) .line2 {
    top: 25px;
    left: 50%;
    margin-left: 35px;
    width: 100px;
  }
  #header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) .line3 {
    top: 160px;
    left: 50%;
    margin-left: 40px;
  }
  .homepage .highlightbox {
    background-size: cover;
  }
  .homepage .highlightbox:nth-child(1),
  .homepage .highlightbox:nth-child(2) {
    margin-right: auto;
    margin-top: 20px;
  }
  .homepage .highlightbox-wrapper:nth-child(1),
  .homepage .highlightbox-wrapper:nth-child(2) {
    padding-right: 0px;
  }
  .homepage .highlightbox-wrapper:nth-child(2),
  .homepage .highlightbox-wrapper:nth-child(3) {
    padding-left: 0px;
  }
  .home .highlightbox-wrapper:nth-child(1) {
    margin-right: auto;
    margin-top: -20px;
  }
  .homepage .highlightbox .cta {
    font-size: 17px;
    line-height: 23px;
  }
  .productlinebox {
    margin: 10px auto;
  }
  .about-us .manufacturing .fl-node-5d9624b268942 {
    display: table-header-group;
  }
  .about-us .manufacturing .fl-node-5d9624b268940 {
    display: table-footer-group;
  }
  .about-us .oursingleuse .fl-node-5e1bf0b3ac32f .fl-photo-content {
    width: 100%;
    text-align: center;
  }
  .glove-category-wrapper > div {
    padding: 140px 4%;
  }
  .glove-category-wrapper table td table:hover {
    background-color: transparent;
  }
  #footer .col-md-5,
  #footer table {
    text-align: center;
  }
  #footer img {
    padding: 0px;
    margin: 30px;
    float: none;
  }
  #footer .col-md-4 {
    margin: 10px auto 30px auto;
    /*.glove-category-wrapper .included-gloves {padding:10px 20px 20px 0}*/
  }
  .glove-category-wrapper .included-gloves table .glove {
    width: 100%;
  }
  .glove-category-wrapper table td table td:nth-child(2) {
    transform: scale(1) translate(0, 0);
  }
  #footer .row .col-md-8 {
    min-width: 100%;
    margin-top: 0;
  }
  #footer .col-md-8 table td {
    display: block;
    width: 100%;
    text-align: center;
  }
  #footer .row .col-md-4 {
    width: 99%;
    max-width: 99%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 99%;
    flex: 0 0 99%;
  }
  #footer .row:nth-child(1) table td:nth-child(2) {
    padding-left: 0px;
  }
  .landing-page #footer .col-md-12 {
    text-align: center;
  }
  #content-wrapper form {
    padding: 20px 50px;
    /*.gform_footer .button {float:left}*/
  }
  body .page .gform_wrapper p.disclaimer,
  body .page .gform_wrapper p.intro {
    margin: 40px auto 0 auto;
  }
  .contact-us .fl-node-5d9a78acb4760 .fl-rich-text {
    margin-left: 0px;
  }
  .contact-us .fl-node-5d9a77bfd7aae {
    max-width: 100%;
  }
  #content-wrapper .page .gform_wrapper .gform_footer {
    margin-bottom: 50px;
  }
  .tech-platforms table td .product-tech-block p {
    font-size: 18px;
    line-height: 24px;
  }
  .tech-platforms table td {
    width: calc(100%);
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .blog .post_thumb,
  .archive .post_thumb,
  .category .post_thumb {
    width: 100px;
  }
  .blog .page table td:nth-child(1),
  .archive .page table td:nth-child(1),
  .category .page table td:nth-child(1) {
    width: 140px;
  }
  .content-text {
    padding-left: 35px;
  }
  .single-product .product-title {
    padding-left: 0;
  }
  .single-product .product-title .logo {
    margin-top: 20px;
  }
  .single-product .product-title .product-info-widget {
    margin-top: -20px;
  }
  .single-post .post-text {
    padding-right: 0;
  }
  .single-post .featured_img {
    max-width: 100%;
  }
  .single-post .archive-sidebar,
  .template_news .archive-sidebar {
    margin-top: 40px;
  }
  .template_news .green2 {
    display: block;
  }
  .template_news .archive-sidebar {
    padding-left: 0;
  }
  .archive-sidebar .row div:nth-child(odd) {
    padding-right: 20px;
  }
  .archive-sidebar .row div:nth-child(even) {
    padding-left: 20px;
  }
  .extra-sidepadding {
    padding: 0 60px;
  }
  .single-product-tabs .nav-tabs .nav-item,
  .single-product-tabs .nav-tabs .banner .nav li,
  .banner .nav .single-product-tabs .nav-tabs li {
    padding: 10px 20px;
    width: 100%;
  }
  .nav-tabs {
    padding: 10px 0;
  }
  .tab-content #chemical-permeations table {
    font-size: 12px;
  }
  .tab-content #chemical-permeations table h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .tab-content .tab-pane .disclaimer {
    padding: 20px 0;
  }
  .tab-content #chemical-permeations table tr td:nth-child(3) {
    width: 170px;
  }
  .tab-content #chemical-permeations {
    padding: 0 20px;
  }
  .single-product-tabs .nav-tabs .nav-item,
  .single-product-tabs .nav-tabs .banner .nav li,
  .banner .nav .single-product-tabs .nav-tabs li {
    font-size: 14px;
  }
  .request-a-sample .fl-node-5d98e6f5a4a72 .fl-rich-text p {
    padding-right: 0px;
  }
  .page-id-3238 .fl-builder-content .fl-col-group {
    border-bottom: 1px solid #2d2a26;
  }
  .page-id-3238 .fl-builder-content h3 {
    padding-top: 0px;
  }
  .tech-platforms2 .product-tech-block .col-md-8 p {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .tech-platforms2 .product-tech-block .col-md-4 {
    text-align: center;
  }
  .tech-platforms2 .product-tech-block .col-md-4 p {
    padding-left: 0;
    margin-top: 5px;
  }
  .tech-platforms2 .product-tech-block span {
    margin-left: 0;
  }
  .tech-platforms2 .product-tech-block {
    background-size: 215% 115%;
  }
}
@media (max-width: 640px) {
  .gform_footer .button:nth-child(odd) {
    float: left;
  }
  .gform_footer .button:nth-child(even) {
    float: right;
  }
  .popup .content .indicators {
    width: 100%;
    max-width: 100%;
    padding: 0 40px;
  }
  .popup .content .indicators > div {
    margin: 0;
  }
  .popup .content .indicators > div {
    width: 25%;
    height: 55px;
  }
  .popup .content .indicators div div {
    width: 100%;
    height: 100%;
  }
  .popup .content .main {
    width: 88%;
    height: 250px;
    margin-left: 0px;
    margin-right: 5%;
    margin-top: 20px;
  }
  .popup table td {
    padding: 30px 0px 10px 40px;
  }
  .request-a-sample .fl-node-5d98e6ede1b67 .fl-node-5d98e6ede1bcd .fl-html img {
    max-height: 200px;
  }
  .tab-content #sizes-ordering table {
    font-size: 12px;
  }
  #footer img {
    width: 200px;
    width: auto;
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  #page-heading h1 {
    padding-left: 20px;
  }
  .glove-category-wrapper .included-gloves table {
    width: 100%;
    margin-left: 0%;
  }
  .glove-category-wrapper .included-gloves table .glove {
    margin-bottom: 20px;
  }
  #header-slides .slick-slide > div table td h1 {
    font-size: 50px;
    line-height: 50px;
  }
  h1 {
    font-size: 50px;
    line-height: 55px;
  }
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
  h3 {
    font-size: 26px;
    line-height: 32px;
    padding: 30px 0;
  }
  h4 {
    font-size: 20px;
    line-height: 26px;
  }
  h5 {
    font-size: 16px;
    line-height: 21px;
  }
  p {
    font-size: 16px;
    line-height: 22px;
  }
  .glove-category-wrapper div .logo {
    width: 250px;
  }
  .fl-module-content {
    margin: 20px auto 20px auto;
  }
  .gform_footer .button:nth-child(odd) {
    float: none;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .gform_footer .button:nth-child(even) {
    float: none;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #content-wrapper .page .gform_wrapper .gform_footer {
    margin-bottom: 20px;
  }
  body .page .gform_wrapper p.disclaimer {
    margin: 15px auto 0 auto;
  }
  .content-text {
    padding: 20px;
  }
  .single-product .product-title .request-cta {
    float: none;
    margin: auto;
    text-align: center;
  }
  .single-product .product-title .product-info-widget {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .single-product .product-title .product-info-widget img {
    width: 300px;
    margin-top: 0;
    margin: 20px auto 0 auto;
  }
  .tab-content #specifications {
    column-count: 1;
    padding: 0 20px;
  }
  .tab-content .tab-pane .disclaimer {
    font-size: 11px;
    line-height: 13px;
  }
}
@media (max-width: 575px) {
  .archive-sidebar .row div:nth-child(odd) {
    padding-right: 0;
  }
  .archive-sidebar .row div:nth-child(even) {
    padding-left: 0;
  }
  #NewsNav ul li a,
  #NewsNav ul li:nth-child(1)::after,
  #NewsNav ul li:nth-child(2)::after {
    font-size: 17px;
  }
}
@media (max-width: 550px) {
  #search-nav-wrapper #searchbar {
    width: 250px;
  }
  #search-nav-wrapper #searchbar #searchinput form .search-field {
    width: 199px;
  }
  #content-wrapper form {
    padding: 20px;
  }
  .extra-sidepadding {
    padding: 0 40px;
  }
  .tab-content #chemical-permeations table tr th {
    line-height: 14px;
  }
  .tech-platforms2 .product-tech-block .logo {
    width: 100%;
    height: auto;
  }
  .product-tech-block {
    height: 300px;
    padding: 30px 20px 20px 20px;
  }
  .tech-platforms2 .product-tech-block .col-md-8 p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 500px) {
  h2 {
    font-size: 36px;
    line-height: 43px;
  }
  #mobile-menu .singleuse td {
    width: 49%;
    display: inline-block;
  }
  #mobile-menu .singleuse td:nth-child(odd) {
    text-align: right;
  }
  #mobile-menu .singleuse td:nth-child(even) {
    text-align: left;
  }
  #search-nav-wrapper #searchbar {
    width: calc(100% - 205px);
    margin-right: 5px;
  }
  #search-nav-wrapper #mobile-menu-icon {
    margin-right: 5px;
  }
  #search-nav-wrapper .search-form label {
    width: calc(100% - 55px);
  }
  #search-nav-wrapper #searchbar #searchinput form .search-field {
    width: 100%;
  }
  #header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line1 {
    width: 150px;
    text-align: left;
    margin-left: -200px;
  }
  #header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line2 {
    width: 140px;
    text-align: left;
  }
  #header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line3 {
    width: 160px;
  }
  #header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line2 p {
    margin: 0 0 0 15px;
  }
  #header-slides .slick-slide td:nth-child(2) {
    -webkit-transform: scale(0.7) translate(-20px, -20px);
    transform: scale(0.7) translate(-20px, -20px);
  }
  #header-slides .slick-slide[data-slick-index="3"] td:nth-child(2) {
    -webkit-transform: scale(0.6) translate(-40px, 0px);
    transform: scale(0.6) translate(-40px, 0px);
  }
  #header-slides .slick-slide[data-slick-index="0"] td:nth-child(3) img {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  #content-wrapper form {
    padding: 1px 20px 10px 20px;
  }
  #cookies table td p {
    max-width: 300px;
    margin: auto !important;
  }
  .blog h4,
  .archive h4,
  .category h4 {
    font-size: 15px;
    line-height: 19px;
  }
  .extra-sidepadding {
    padding: 0 20px;
  }
  .tab-content .tab-pane {
    padding: 0 20px;
  }
  .tab-content .tab-pane .col-md-6 {
    padding: 0px;
  }
  .popup table td:nth-child(2),
  .popup table td:nth-chiild(3) {
    padding-left: 20px;
  }
  .popup .content .indicators > div {
    height: 46px;
  }
  .main-product-slider .slick-slide {
    padding-left: 25px;
  }
  .tab-content #full-description ul {
    padding-left: 15px;
  }
  #content-wrapper .page .gform_wrapper .button {
    font-size: 18px !important;
  }
}
@media (max-width: 450px) {
  #NewsNav ul li a,
  #NewsNav ul li:nth-child(1)::after,
  #NewsNav ul li:nth-child(2)::after {
    font-size: 14px;
  }
  #NewsNav ul li {
    padding: 0 5px;
  }
  #NewsNav ul li:nth-child(1)::after,
  #NewsNav ul li:nth-child(2)::after {
    margin-left: 10px;
  }
  #search-nav-wrapper #header-logo {
    width: 80px;
    left: 20px;
  }
  #search-nav-wrapper #searchbar {
    width: calc(100% - 175px);
  }
  #page-heading h1,
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
  #header-slides .slick-slide[data-slick-index="0"] td:nth-child(2) img {
    width: 120px;
    float: none;
  }
  #header-slides
    .slick-slide[data-slick-index="0"]
    td:nth-child(3)
    img:nth-child(1) {
    width: 120px;
    float: right;
  }
  #header-slides
    .slick-slide[data-slick-index="0"]
    td:nth-child(3)
    img:nth-child(2) {
    width: 150px;
    float: right;
    margin-right: -15px;
  }
  #header-slides,
  #header-slides .slick-slide > div {
    max-height: 600px;
  }
  h2 {
    font-size: 34px;
    line-height: 38px;
  }
  .page .main-description {
    padding: 40px 5px;
  }
  .glove-category-wrapper > div {
    padding: 140px 20px;
  }
  .glove-category-wrapper > div > div {
    padding: 0 0 0 10px;
  }
  .fl-builder-content {
    width: 100%;
  }
  #cookies table td:nth-child(2) {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  #cookies table td:nth-child(3) {
    width: 100%;
    text-align: center;
  }
  .blog .post_thumb,
  .archive .post_thumb,
  .category .post_thumb {
    width: 80px;
    margin-right: 10px;
  }
  .blog .page table td:nth-child(1),
  .archive .page table td:nth-child(1),
  .category .page table td:nth-child(1) {
    width: 120px;
  }
  .extra-sidepadding {
    padding: 0px;
  }
  .technologies #page-heading h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .tech-platforms .left {
    -webkit-transform: translate(-25px, 0px);
    transform: translate(-25px, 0);
  }
  .tech-platforms .right {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0);
  }
  .tech-platforms table td .product-tech-block p {
    font-size: 18px;
    line-height: 24px;
  }
  .popup table td {
    padding: 30px 0px 10px 20px;
  }
  .popup table td p {
    font-size: 14px;
  }
  .tab-content #sizes-ordering table {
    font-size: 10px;
  }
  .tab-content #chemical-permeations table tr td:nth-child(3) {
    width: 100px;
  }
}
@media (max-width: 399px) {
  #page-heading h1,
  h1 {
    font-size: 35px;
    line-height: 40px;
  }
  #search-nav-wrapper #header-logo {
    width: 70px;
  }
  #search-nav-wrapper #searchbar {
    width: calc(100% - 165px);
  }
  #footer table td {
    display: block;
    width: 100%;
    text-align: center;
  }
  #header-slides .slick-slide > div table td h1 {
    font-size: 40px;
    line-height: 40px;
  }
  #header-slides .slick-slide[data-slick-index="1"] .scale {
    width: 100px;
  }
  #header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line1 {
    top: 23px;
    margin-left: -180px;
    width: 120px;
  }
  #header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line2 {
    top: 2px;
    margin-left: 25px;
    width: 100px;
  }
  #header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line3 {
    top: 80px;
    margin-left: 0px;
    width: 110px;
    text-align: left;
  }
  #header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) .line3 p {
    margin: 0;
  }
  #header-slides .slick-slide[data-slick-index="1"] td:nth-child(2) {
    margin-top: 20px;
  }
  #header-slides .slick-slide[data-slick-index="0"] td:nth-child(2) img {
    width: 100px;
    margin: 0;
  }
  #mobile-menu table td.bold {
    padding: 8px 10px 0 10px;
  }
  .single-product .product-title .product-info-widget img {
    width: 270px;
  }
  .glove-category-wrapper table td table td:nth-child(2) {
    -webkit-transform: scale(0.8) translate(-20px, 0);
    transform: scale(0.8) translate(-20px, 0);
  }
  .glove-category-wrapper #TexSolv .logo,
  .glove-category-wrapper #CoreSafe .logo,
  .glove-category-wrapper #GraphEx .logo {
    height: auto;
    width: 100%;
  }
  .tab-content .tab-pane p,
  .tab-content .tab-pane li {
    font-size: 14px;
    line-height: 21px;
  }
  .tab-content #chemical-permeations table {
    font-size: 10px;
  }
  #content-wrapper .page .gform_wrapper .button {
    font-size: 15px !important;
    padding: 6px 30px 4px 30px !important;
  }
}
@media (max-width: 350px) {
  #header-slides .slick-slide td:nth-child(2) {
    -webkit-transform: scale(0.63) translate(-20px, -20px);
    transform: scale(0.63) translate(-20px, -20px);
  }
  h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .tab-content #sizes-ordering table {
    font-size: 8.5px;
  }
}
