/*********************************
  FONTS & GLOBAL TYPOGRAPHY
**********************************/
@font-face {
  font-family: 'Futura';
  src: url('https://us.evocdn.io/dealer/1168/content/media/Fonts/FuturaLT.woff') format('woff');
}

@font-face {
  font-family: 'FuturaBold';
  src: url('https://us.evocdn.io/dealer/1168/content/media/Fonts/FuturaLT-Bold.woff') format('woff');
}

body {
  font-family: "Futura", sans-serif;
  background-position: center center;
}

p { 
  font-family: "Futura", sans-serif;
  margin: 0 0 1em;
  /*JO add below*/
  letter-spacing: .25px;
}

h1, h2, h3, h4, h5 {
  font-family: "FuturaBold", sans-serif;
  margin: 35px 0 25px 0;
}

h1 {
  margin-top: 50px;
}

/* Tighten space between hero curve and FIRST heading on interior pages */

/* Case 1: heading is somewhere inside the first block after .zonetop
   (FAQ, Resources, Industries, etc.) */
section.zonetop + * h1:first-child,
section.zonetop + * h2:first-child,
section.zonetop + * h3:first-child,

/* Case 2: layouts where content is inside .contentblock_container
   (catalog-grid style pages) */
section.zonetop + * .contentblock_container:first-of-type h1:first-child,
section.zonetop + * .contentblock_container:first-of-type h2:first-child,
section.zonetop + * .contentblock_container:first-of-type h3:first-child {
  margin-top: 0 !important;
}


/* Generic helpers */
.blackText p {
  color: #000;
}
.blackText a {
  color: #000;
}
.blackText a:hover {
  color: #EF0000;
}

.testimonialAttribution {
  color: #EF0000;
  font-weight: 700;
  font-style: italic;
}

/* Custom text selection */
::selection {
  background: #7cb2e3;
  color: #000;
}
::-moz-selection {
  background: #7cb2e3;
  color: #000;
}

.cat-tiles a {
  color: #7cb2e3;
}

.cat-tiles a:hover {
  color: #ef0000;
}


/*********************************
  GLOBAL STYLES
**********************************/
.globalRadius {
  border-radius: 10px;
}

.contentRow {
  margin-bottom: 50px;
}

.redDivider {
  display: block;
  width: 500px;
  height: 4px;
  background: #EF0000;
  margin: 40px auto;
}

/* Full-width blue row */
.blueRow {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 50px;
  background: #7cb2e3 !important;
  padding: 60px 0;
  color: #fff;
}

/* Full-width gray row */
.grayRow {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #f3f3f3 !important;
  padding: 1px 100px 60px;
}

/* Inner max width containers */
.inner-1450 {
  max-width: 1450px;
  margin: 0 auto;
  padding: 40px 20px;
}

.inner-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* 2-column list base */
.two-col-list {
  column-count: 1;
  column-gap: 2rem;
  padding-left: 1.2rem;
}
.two-col-list li {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

/* Feature tags (core values style list) */
/* Feature tags (pills inside each column) */
.feature-tags {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

.feature-tags > li {
  background: #F4F7FA;
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 16px;
  text-align: center;
}

/* nested list inside pills (keep what you had before) */
.feature-tags > li > ul {
  list-style: none;
  margin: 12px auto 0;
  padding: 0;
  text-align: center;
}
.feature-tags > li > ul li {
  margin: 6px 0;
  padding-left: 0;
  position: relative;
}
.feature-tags > li > ul li::before {
  content: "•";
  color: #4A4A4A;
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

/*********************************
  FILTERS, BUTTONS, FORMS
**********************************/
.shop-filters .filter-options a,
.shop-filters .filter-section .categories li a {
  color: #000;
}
.shop-filters .filter-options a:hover,
.shop-filters .filter-section .categories li a:hover {
  color: #EF0000;
}

.catalog-grid .tile .footer a {
  color: #7cb2e3;
}

.catalog-grid .tile .footer a:hover {
  color: #EF0000;
}

.button {
  font-family: "FuturaBold", sans-serif;
  padding: 8px 15px;
  border-radius: 5px;
  text-transform: uppercase;
}

.btn-default {
  border: none;
  border-radius: 5px;
}

.fsSubmitButton {
  background-color: #ef0000 !important;
  color: #fff !important;
}
.fsSubmitButton:hover {
  background-color: #ffcf01 !important;
  color: #000 !important;
}

/* Search button (header & search section) */
section.search .search-form button[type=submit] {
  right: 5px;
}

/* Coupon / cart inputs */
.cart-dropdown .promotion_discount .coupon_apply,
.cart-dropdown .promotion_discount .coupon_code {
  border-radius: 5px;
}

.fsRowBody input[type="text"],
.fsForm textarea,
.fsRowBody input[type="email"],
.fsRowBody input[type="number"],
.fsRowBody input[type="tel"],
.fsForm select {
  border: 1px solid rgb(207, 212, 216) !important;
}

.jARAVk,
.jARAVl {
  background-color: #7cb2e3 !important;
  border-radius: 10px !important;
}

/* Store Pick Up dropdown */
.product-shopping-actions .delivery_pickup .row.pickup select[name="pickup_zones"] {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}


/* ECI FORM – MATCH FORMSTACK STYLE */
.eci-form-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0 40px;
  font-family: "Futura", sans-serif;
}
.eci-form-wrapper h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #333;
}
.eci-form-wrapper .form-group label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
  color: #333;
}
.eci-form-wrapper .form-control {
  width: 100%;
  height: 44px;
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 18px;
}
.eci-form-wrapper select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.eci-form-wrapper .form-control::placeholder {
  color: #aaa;
  font-size: 14px;
}
.eci-form-wrapper .g-recaptcha {
  margin: 20px 0 30px;
}
.eci-form-wrapper button[type="submit"],
.eci-form-wrapper .btn.btn-default {
  background: #e60000;
  border: none;
  color: #fff !important;
  padding: 14px 34px;
  font-size: 1.1em;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background .2s ease;
  width: auto;
  display: inline-block;
}
.eci-form-wrapper button[type="submit"]:hover,
.eci-form-wrapper .btn.btn-default:hover {
  background: #cc0000;
}
.eci-form-wrapper .btn-default {
  background-image: none;
  box-shadow: none;
}
.genco-form-intro {
  text-align: left;
  margin-bottom: 20px;
  color: #333;
  font-size: 15px;
}

/* Smaller “Genco” forms */
.genco-form {
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.genco-form .form-control,
.genco-form input,
.genco-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 1.1em;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: border 0.2s ease, box-shadow 0.2s ease;
}
.genco-form .form-control:focus,
.genco-form input:focus,
.genco-form textarea:focus {
  border-color: #ef0000;
  box-shadow: 0 0 0 2px rgba(239,0,0,0.15);
  outline: none;
}
.genco-form textarea {
  resize: vertical;
  min-height: 100px;
}
.genco-submit-btn,
.genco-form button[type="submit"] {
  background: #ef0000;
  color: #fff;
  border: none;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: 140px;
  transition: background 0.2s ease, transform 0.15s ease;
}
.genco-submit-btn:hover,
.genco-form button[type="submit"]:hover {
  background: #cc0000;
  transform: translateY(-1px);
}
.genco-submit-btn:active,
.genco-form button[type="submit"]:active {
  transform: translateY(0);
}

input[type=checkbox],
input[type=radio] {
  line-height: normal;
  margin: 0 8px;
  margin-top: 1px\9;
}

/* Center the Scorpion form fields inside the blue band */
form.contact-form.blueRow {
  text-align: center; /* center the headings */
}

form.contact-form.blueRow .scorpion-fields {
  max-width: 600px;          
  margin: 40px auto 0;       
  text-align: left;         
}


/*********************************
  HEADER STYLING
**********************************/
.header-full .menu .catalog-block > .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-full a.cd-dropdown-trigger {
  text-transform: uppercase;
}
.header-full .cd-dropdown-trigger::before {
  right: 20px;
}
.header-full .cd-dropdown-trigger::after {
  right: 15px;
}
.header-full .menu .additional_linkslist {
  padding-left: 0;
}
.menu .catalog li a,
.menu .container li.menuitem a{
  color: #000;
  text-transform: uppercase;
  letter-spacing: .5px;
}
/*JO edit for SHOPv main menu letter spacing*/
a.cd-dropdown-trigger.hide-mobile {
    letter-spacing: .5px;
}

a.cd-dropdown-trigger, 
a.cd-dropdown-trigger:active, 
a.cd-dropdown-trigger:focus, 
a.cd-dropdown-trigger:hover,
.no-touch a.cd-dropdown-trigger:hover,
a.cd-dropdown-trigger:visited {
  color: #000;
}
.cd-dropdown-trigger::after,
.cd-dropdown-trigger::before {
  background: #000;
}

header .header-full {
  border-bottom: #7cabd8 solid 5px;
  padding-bottom: 25px;
}

header section.search .search-form .form-group input {
  border-color: #ccc;
  border-radius: 5px;
  height: 39px;
}

header section.search .search-form button[type=submit],
section.search .search-form button[type=submit] {
  background: #FFCF01;
  border-radius: 5px;
  right: -32px;
  top: 0px;
}

/* Fix logo sizing across devices */
a.logo img {
  height: auto !important;
  max-height: 72px !important;
  width: auto !important;
}


.toolbar .cart-btn {
  width: 100%;
}
.toolbar .cart-btn > .btn i {
  display: inline-block;
  color: #fff;
}
.toolbar button i,
.toolbar a i {
  color: #fff;
  color: #000;
  font-size: 1.7rem;
  margin-left: 10px;
}
.toolbar .cart-btn > .btn span {
  background-color: #ef0000;
  border-radius: 5px;
  padding: 5px;
  color: #fff;
  font-size: 16px;
}
b.minicart_total {
  color: #fff;
}


/*********************************
  FOOTER STYLING
**********************************/
section.zonebottom {
  margin-top: 0;
}

footer {
  padding-top: 0;
  padding-bottom: 0;
}

.container-fluid.footersection-1 {
  padding: 0;
  background-color: #f3f3f3;
}
.container-fluid.footersection-2 {
  padding-top: 75px;
}
.container-fluid.footersection-3 {
  padding-bottom: 25px;
}
.container-fluid.footersection-6 {
  background-color: #fff;
  padding: 25px;
  margin-top: 25px;
}

.footerDude {
  background-color: #f3f3f3;
  display: block;
  padding: 30px 0;
}
.footerDude img {
  margin-bottom: -90px;
}

/*jo add for footer logo-dude fix*/
.logo_container {
    padding-top: 20px;
}

.social a {
  font-size: 2em;
  margin: 3px 10px;
}


/*********************************
  HEADLINE W/ DUDE STYLING
**********************************/
.headline-with-dude {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
.headline-content h2 {
  margin: 0 0 8px;
  font-size: 42px;
  font-weight: 700;
}
.headline-sub {
  margin: 0 0 16px;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.headline-divider {
  display: inline-block;
  width: 50px;
  height: 4px;
  background: #7cb2e3;
}

/* Base dude settings */
.headline-dude {
  position: absolute;
  top: 0;
  width: 80px;
  height: auto;
  pointer-events: none;
}
.dude-right .headline-dude {
  right: -70px;
}
.dude-left .headline-dude {
  left: -70px;
}


/*********************************
  HOMEPAGE – HERO BAND (with curved bg)
**********************************/
section.zonetop {
  margin-bottom: 0;
}

.hero-band {
  position: relative;
background-image: url("https://us.evocdn.io/dealer/1168/content/media/homepage/gendco-homepage-top-bkgrnd-jo-v2.webp");
    /* background-image: url("https://us.evocdn.io/dealer/1174/content/media/Images/gd-homepage-top-bg-newblue.webp");*/
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-top: 40px;
  padding-bottom: 60px;
}

.hero-inner {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
}


/*********************************
  HOMEPAGE – HERO 
**********************************/
.home-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
}

.home-hero__text {
  flex: 0 1 45%;
  text-align: center;
}

.home-hero__eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  line-height:1.5;
}

.home-hero__headline {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: 25px;
  margin-bottom: 20px;
}

.home-hero__image {
  flex: 0 1 50%;
  text-align: right;
}


/*********************************
  HERO SLIDER 
**********************************/
.slider-fade {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.home-hero__image.slider-fade {
  flex: 0 1 50%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
}
.slider-fade .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  animation: fadeSlide 18s infinite;
}
.home-hero__image.slider-fade img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-fade .slide:nth-child(1) { animation-delay: 0s; }
.slider-fade .slide:nth-child(2) { animation-delay: 6s; }
.slider-fade .slide:nth-child(3) { animation-delay: 12s; }

@keyframes fadeSlide {
  0%   { opacity: 0; }
  8%   { opacity: 1; }
  33%  { opacity: 1; }
  41%  { opacity: 0; }
  100% { opacity: 0; }
}


/*********************************
  3-CARD SECTION 
**********************************/
.home-cards {
  margin-top: 40px;
}
.home-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: stretch;
  margin: 0 auto;
}
.home-cards__welder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-card {
  background: #ffffff;
  border: 3px solid #ffcf01;
  border-radius: 10px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  transition: all .25s ease;
}
.home-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 18px rgba(0,0,0,0.15);
}
.home-card__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-top: 20px;
  letter-spacing: .5px;
}
.home-card__button {
  display: block;
  background: #E52522;
  color: #fff !important;
  padding: 18px 0;
  border-radius: 0 0 8px 8px;
  width: calc(100% + 60px);
  margin: 0 -30px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.5px;
  transition: all .25s;
}
.home-card__button:hover {
  background: #ffcf01;
  color: #000 !important;
}


/*********************************
  SHOP OUR PRODUCTS – HEADER
**********************************/
.home-products__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 100px 0 40px;
  text-align: center;
}
.home-products__title {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}
.home-products__subtitle {
  margin: 8px 0 12px;
  font-size: 20px;
  letter-spacing: .5px;
}
.home-products__divider {
  display: block;
  width: 50px;
  height: 4px;
  background: #7cb2e3;
  margin: 0 auto;
}
.home-products__dude {
  width: 130px;
  height: auto;
  display: block;
}


/*********************************
  PRODUCT GRID
**********************************/
.home-products__grid {
  display: grid;
  grid-template-columns: 2fr 2fr 3fr 2fr;
  grid-auto-rows: 220px;
  gap: 20px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  grid-template-areas:
    "safety gas     tools   tools"
    "safety welding welding medical";
}

/*********************************
  PRODUCT CARDS
**********************************/
.product-card {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.product-card__image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.product-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.product-card:hover .product-card__image-wrap img {
  transform: scale(1.03);
}

/*********************************
  PRODUCT LABELS
**********************************/
.product-card__label {
  position: absolute;
  bottom: 20px;
  left: 0;
  background: #ffcf01 !important;
  color: #000 !important;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0 8px 8px 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  max-width: 85%;
  text-decoration: none;
}
.product-card:hover .product-card__label {
  background: #FAD24E !important;
  color: #000 !important;
}

/* Grid areas */
.product-card--safety  { grid-area: safety; }
.product-card--gas     { grid-area: gas; }
.product-card--tools   { grid-area: tools; }
.product-card--welding { grid-area: welding; }
.product-card--medical { grid-area: medical; }


/*********************************
  HOMEPAGE – INDUSTRIES WE SERVE
**********************************/
.industries {
  padding: 80px 0;
  text-align: center;
}
.industries__inner {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
}
.industries__title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}
.industries__subtitle {
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.industries__divider {
  display: inline-block;
  width: 50px;
  height: 4px;
  background: #7cb2e3;
  margin: 20px auto 40px;
}

/* Icon grid */
.industries__grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 30px;
  align-items: start;
}
.industry-item {
  text-align: center;
}
.industry-item img {
  width: 90px;
  height: auto;
  margin-bottom: 10px;
}
.industry-item span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}


/*********************************
  HOMEPAGE – SHOP OUR BRANDS (NEW)
**********************************/
.home-brands {
  text-align: center;
  padding: 60px 0;
}
.home-brands .home-brands__inner {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
.home-brands .headline-with-dude {
  justify-content: center;
  margin: 0 auto;
}
.home-brands .headline-with-dude .headline-content {
  text-align: center;
}

/* Logo grid */
.home-brands__grid {
  width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.home-brands__item {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #ffffff;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-brands__logo {
  max-width: 100%;
  max-height: 48px;
  height: auto;
}
.home-brands__item--view-all {
  background: #111;
  color: #fff;
  flex-direction: column;
}
.home-brands__view-all-text {
  font-weight: 700;
  margin-bottom: 6px;
}
.home-brands__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}


/*********************************
  HOMEPAGE – TESTIMONIAL
**********************************/
.home-testimonial {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #ffffff;
  padding: 80px 0 0;
}
.home-testimonial__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  position: relative;
}
.home-testimonial__bar-wrap {
  position: relative;
  margin-bottom: 60px;
}
.home-testimonial__bar {
  background: #000;
  height: 40px;
  border-radius: 10px;
}
.home-testimonial__badge-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-testimonial__badge-img img {
  width: 80px;
  height: auto;
}
.home-testimonial__content {
  max-width: 800px;
  margin: 0 auto;
}
.home-testimonial__quote {
  font-size: 1.3em;
  line-height: 1.7;
  margin: 0 0 20px;
}
.home-testimonial__author {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}
.home-testimonial__dude {
  position: absolute;
  right: 40px;
  bottom: -10px;
}
.home-testimonial__dude img {
  max-height: 120px;
  width: auto;
}


/*********************************
  SECTION CURVE (full width separator)
**********************************/
.section-curve {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  line-height: 0;
}
.section-curve__svg {
  display: block;
  width: 100%;
  height: 100px;
}
.section-curve--gray path {
  fill: #f3f3f3;
}


/*********************************
  HOMEPAGE – LOCATIONS
**********************************/
.home-locations {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #f3f3f3;
  padding: 100px 0;
}
.home-locations__inner {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Heading block */
.home-locations__heading {
  text-align: left;
  margin-bottom: 40px;
}
.home-locations__heading h2 {
  margin: 0 0 8px;
  font-size: 42px;
  font-weight: 700;
}
.home-locations__heading p {
  margin: 0 0 16px;
  letter-spacing: 0.5px;
}
.home-section__divider {
  display: inline-block;
  width: 50px;
  height: 4px;
  background: #7cb2e3;
}

/* Desktop grid: list + map */
.home-locations__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: flex-start;
}

/* List: 3 columns desktop */
.home-locations__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 40px;
}

/* Cards */
.location-card h3 {
  margin: 0 0 4px;
  font-weight: 700;
}
.location-card p {
  margin: 0 0 4px;
  line-height: 1.4;
}
.location-card__link {
  font-weight: 700;
  color: #E1251B;
  text-decoration: none;
}
.location-card__link::before {
  content: "↗ ";
}

/* Map image */
.home-locations__map img {
  display: block;
  width: 100%;
  height: auto;
}


/*********************************
  CONTENT PAGE TITLE STYLING
**********************************/
.page-hero-wrap {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.page-hero {
  position: relative;
  width: 100%;
  /* JO edit height: 400px; */
    height: 500px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* blue overlay */
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background: rgba(124, 178, 227, 0.85);*/
  z-index: 1;
}

/* curve glued to bottom */
.page-hero__curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  display: block;
  z-index: 2;
  pointer-events: none;
}

/* content (title/subtitle) */
.page-hero__content {
  position: relative;
  z-index: 3;
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.page-hero__title {
  /* JOedit margin: 0 auto; */
    margin: -200px auto;
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  color: #7cb2e3;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0px 10px;
}

.page-hero__subtitle {
  margin: 20px auto;
  font-size: 1.6em;
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-hero__content .home-section__divider {
  display: inline-block;
  width: 50px;
  height: 4px;
  background: #FFCF01;
}


/*********************************
  LAYOUT STYLING
**********************************/
.tech-specs .item span {
  color: #000;
}
.grayBG {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 20px;
}

/* Hide breadcrumbs on content pages */
body.ex-content-page .row-breadcrumb,
body.ex-content-page .cvo-breadcrumb-wrap,
body.ex-content-page [role="breadcrumb"] {
  display: none !important;
}

.page-content .catalog-grid {
  margin-top: 0;
}

.section__divider {
  display: inline-block;
  width: 250px;
  height: 4px;
  background: #7cb2e3;
}

.introText {
  font-size: 1.4em;
}


/*********************************
  INDUSTRY STYLING
**********************************/
.industry-row .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.industry-row .row > [class*="col-"] {
  float: none;
}
.industry-row .htmlcontent_container {
  display: flex;
  align-items: center;
  justify-content: center;
}


/*********************************
  GLOBAL – FIX HORIZONTAL SCROLL
**********************************/

/* Prevent sideways scrolling overall */
html,
body {
  overflow-x: hidden !important;
}

/* Keep the top footer band safely inside the viewport */
.container-fluid.footersection-1,
.container-fluid.footersection-1 .contentblock_container {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  /* JO edit overflow-x: hidden; */
  height: 172px;
}

/* Remove negative gutters that can cause sideways scroll
   in the hero row and the top footer row */
.page-hero-wrap .row,
.container-fluid.footersection-1 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}


/*********************************
  FAQ STYLING
**********************************/
.faq {
  max-width: 900px;
}
.faq-section {
  margin-bottom: 2.5rem;
}
.faq-section__title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.faq-item__question {
  width: 100%;
  padding: 0.6rem 0.75rem;
  text-align: left;
  background: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.25rem;
  letter-spacing: .25px;
}
.faq-item__question:focus {
  outline: 2px solid #7cb2e3;
  outline-offset: 2px;
}
.faq-item__icon {
  margin-left: 1rem;
  font-weight: 700;
  flex-shrink: 0;
}
.faq-item__answer {
  display: none;
  padding: 1.5rem 0.75rem 0.75rem 0.75rem;
  font-size: 0.95rem;
  line-height: 1.5;
}


/*********************************
  TESTIMONIALS GRID
**********************************/
.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}
.testimonial-card {
  position: relative;
  flex: 1 1 calc(50% - 40px);
  background: #f5f5f5;
  padding: 32px 32px 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}
.testimonial-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}
.testimonial-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #F9D85C;
  transition: width 0.25s ease;
}
.testimonial-card:hover::after {
  width: 100%;
}
.testimonial-card::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 32px;
  height: 32px;
  background: url("https://us.evocdn.io/dealer/1168/content/media/sitewide/bi_chat-quote-fill.png") no-repeat center / contain;
  opacity: 0.35;
  pointer-events: none;
  transition: transform 0.3s ease;
}
.testimonial-card:hover::before {
  transform: translate(4px, -4px) rotate(-6deg) scale(1.05);
}
.testimonial-text {
  margin: 0 0 16px;
  line-height: 1.5;
}
.testimonial-name {
  margin-top: auto;
  margin-bottom: 0;
  font-weight: 700;
  font-style: italic;
  text-align: right;
  color: #e3342f;
}


/*********************************
  RESELLERS GRID
**********************************/
.reseller-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: flex-start;
}
.reseller-card {
  flex: 1 1 calc(25% - 32px);
  min-width: 220px;
  background: #ffffff;
  border-radius: 6px;
  padding: 18px 20px 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.reseller-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 3px;
  background: #000;
  opacity: 0.8;
}
.reseller-city {
  margin: 8px 0 2px;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.reseller-name {
  margin: 0 0 6px;
  font-size: 20px;
}
.reseller-phone {
  margin: 0;
  font-weight: 600;
}
.reseller-phone a {
  color: #e3342f;
  text-decoration: none;
}
.reseller-phone a:hover {
  text-decoration: underline;
}
.reseller-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}


/*********************************
  SDS STYLING
**********************************/
.sds-section {
  margin-bottom: 60px;
}
.sds-heading {
  margin: 0 0 24px;
}
.sds-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.sds-card {
  position: relative;
  flex: 1 1 calc(20% - 32px);
  min-width: 180px;
  background: #f7f7f7;
  border-radius: 6px;
  padding: 32px 16px 20px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.sds-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.sds-title {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.3;
}
.sds-card i.fa-file-pdf-o {
  font-size: 40px;
  color: #ef0000;
}
.sds-card .nLinkArea {
  position: absolute;
  inset: 0;
}
/* Global SDS-style icon formatting */
.sds-card i {
  font-size: 40px;
  color: #ef0000;
  display: block;
  margin-top: 8px;
}


/*********************************
  CONTACT US – LOCATIONS GRID
**********************************/
.genco-locations {
  margin: 40px auto;
  max-width: 1200px;
  padding: 0 20px;
}
.genco-locations__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
.genco-locations__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.genco-location-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.genco-location-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}
.genco-location-card h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.loc-sub {
  color: #ef0000;
  font-style: italic;
  margin: 0 0 10px;
}
.loc-phone {
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
  color: #ef0000;
  text-decoration: none;
}
.loc-phone:hover {
  text-decoration: underline;
}


/*********************************
  CORE VALUES
**********************************/
.core-values {
  margin-top: 20px;
}
.core-values-heading {
  text-align: center;
  margin-bottom: 20px;
}
.core-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 20px;
}
.core-value-card {
  background: #f7f9fb;
  padding: 24px 28px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform .25s ease, box-shadow .25s ease;
  position: relative;
  overflow: hidden;
}
.core-value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.12);
}
.core-value-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #f7d35c;
  transition: width 0.25s ease;
}
.core-value-card:hover::after {
  width: 100%;
}
.core-value-card h4 {
  margin-top: 0;
  margin-bottom: 8px;
}
.core-value-card ul {
  padding-left: 18px;
  margin: 0;
  line-height: 1.5;
}


/*********************************
  COMMUNITY LOGOS
**********************************/
.community-logos {
  padding: 60px 0 80px;
  background: #f3f3f3;
}
.community-logos__inner {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 40px;
}
.community-logos__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
}
.community-logos__item {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 170px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.community-logos__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.community-logos__item img {
  max-width: 220px;
  max-height: 110px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/*********************************
  AGRICULTURE GRID
**********************************/
.agriculture-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); /* 4 columns on desktop */
  gap: 32px;
  align-items: flex-start;
  margin: 40px 0;
}

.agriculture-grid__col h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #7cb2e3;  /* brand blue heading */
}

.agriculture-grid__col p {
  margin: 0 0 16px;
  font-size: 0.95rem;
}



/****************************************************
  RESPONSIVE – ALL BREAKPOINTS
****************************************************/

/* ≥1200px – Home Brands grid */
@media (min-width: 1200px) {
  .home-brands__grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

/* ≥768px – two-column lists */
@media (min-width: 768px) {
  .two-col-list {
    column-count: 2;
  }
}

/* ≤1024px – Reseller & SDS cards (3 per row) */
@media (max-width: 1024px) {
  .reseller-card,
  .sds-card {
    flex: 1 1 calc(33.333% - 32px);
  }
}

/* ≤900px – hero, cards, products, locations, testimonial,
   headline dude, testimonial grid, contact grid, about logos */
@media (max-width: 900px) {

  /* Hero layout */
  .home-hero {
    flex-direction: column;
    text-align: center;
  }
  .home-hero__text,
  .home-hero__image {
    flex-basis: 100%;
    text-align: center;
  }
  .home-hero__headline {
    font-size: 1rem;
    /* JO-edit line-height: 1.4;*/
  }

  /* 3-card grid – stack */
  .home-cards__grid {
    grid-template-columns: 1fr;
  }

  /* Home products */
  .home-products__header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }
  .home-products__dude {
    margin: 0 auto;
    width: 110px;
  }
  .home-products__grid {
    display: grid;
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto;
    grid-template-areas: none !important;
  }
  .product-card--safety,
  .product-card--gas,
  .product-card--tools,
  .product-card--welding,
  .product-card--medical {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  /* Locations */
  .home-locations {
    padding: 60px 0 80px;
  }
  .home-locations__inner {
    text-align: center;
  }
  .home-locations__heading {
    text-align: center;
    margin: 0 auto 40px;
  }
  .home-section__divider {
    margin-left: auto;
    margin-right: auto;
  }
  .home-locations__grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .home-locations__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .location-card {
    text-align: center;
    margin-bottom: 25px;
  }

  /* Testimonial band */
  .home-testimonial {
    padding: 60px 0 80px;
  }
  .home-testimonial__bar-wrap {
    margin-bottom: 40px;
  }
  .home-testimonial__dude {
    position: static;
    margin: 30px auto 0;
    text-align: center;
  }
  .home-testimonial__dude img {
    max-height: 90px;
  }

  /* Headline “dude” size */
  .headline-dude {
    width: 60px;
    right: -25px;
    left: -25px;
  }

  /* Testimonials grid */
  .testimonial-card {
    flex: 1 1 100%;
  }

  /* Contact locations – 2 columns */
  .genco-locations__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* About page – gray band & community logos */
  .grayRow {
    padding: 20px 20px 40px;
  }
  .community-logos__grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}

/* ≤768px – interior content padding, products grid, industry rows,
   blueRow padding, contact form spacing */
@media (max-width: 768px) {

  /* Interior content pages */
  body.ex-content-page .page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Products grid – 1 column (reinforce) */
  .home-products__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }
  .product-card--tall,
  .product-card--wide {
    grid-column: auto;
  }
  .product-card__label {
    left: 16px;
    bottom: 16px;
  }

  /* Locations list – 2 columns at this width */
  .home-locations__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Industry rows stack */
  .industry-row .row {
    display: block;
  }
  .industry-row .row > [class*="col-"] {
    float: left;
    width: 100%;
  }
  .industry-row .htmlcontent_container {
    display: block;
    text-align: center;
  }

  /* Blue row padding */
  .blueRow {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* Contact form – spacing from locations column */
  .contactform_container {
    margin-top: 40px !important;
  }
}

/* ≤700px – Reseller & SDS cards (single column) */
@media (max-width: 700px) {
  .reseller-card,
  .sds-card {
    flex: 1 1 100%;
  }
}

/* ≤600px – headline dude, industries grid, locations list,
   contact grid, page hero title */
@media (max-width: 600px) {

  /* Headline dude drops under heading */
  .headline-dude {
    position: static;
    display: block;
    margin: 20px auto 0;
  }

  /* Industries */
  .industries__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .industry-item img {
    width: 55px;
  }

  /* Locations – list becomes single column */
  .home-locations__list {
    grid-template-columns: 1fr;
  }

  /* Contact locations – single column */
  .genco-locations__grid {
    grid-template-columns: 1fr;
  }

  /* Page hero title – narrower on mobile */
  .page-hero__title {
    max-width: 85%;
    font-size: 32px;
    padding: 12px 18px;
  }
}

@media (max-width: 768px) {
  .redDivider {
    width: 250px !important;
    margin: 40px auto; /* keep it centered */
  }
}

@media (max-width: 1024px) {
  .agriculture-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .agriculture-grid {
    grid-template-columns: 1fr;
  }
}

/* Shop by menu */
header .header-full .cd-dropdown-content {
	 width: 1090px;
	 /*height: 720px !important;*/
	 display: grid;
	 grid-template-columns: 350px;
	 grid-auto-rows: min-content;
	 background: #f1f9ff;
	 padding: 30px !important;
	 overflow: auto;
}
 @media (max-width: 1469px) {
	 header .header-full .cd-dropdown-content {
		 /*! width: 1170px !important; */
	}
}
 @media (max-width: 1100px) {
	 header .header-full .cd-dropdown-content {
		 width: 98vw !important;
	}
}
 @media (max-width: 1100px) {
	 header .header-full .cd-dropdown-content {
		 grid-template-columns: 300px;
	}
}
 header .header-full .cd-dropdown-content .menu-active {
	 background: #fff;
}
 header .header-full .dropdown-is-active .cd-dropdown-content .menu-active .cd-secondary-dropdown {
	 visibility: visible !important;
}
 header .header-full .cd-dropdown-content > li {
	 border-radius: 8px;
	 display: flex;
	 align-items: center;
	 transition: background 0.2s;
}
 header .header-full .cd-dropdown-content > li::before {
	 content: "";
	 width: 25px;
	 height: 25px;
	 background-size: contain;
	 filter: brightness(0) saturate(100%) invert(31%) sepia(76%) saturate(677%) hue-rotate(167deg) brightness(116%) contrast(92%);
	 position: relative;
	 display: inline-block;
	 flex-shrink: 0;
	 margin-left: 15px;
}
 header .header-full .cd-dropdown-content > li > a {
	 padding-top: 4px;
	 padding-bottom: 4px;
	 padding-left: 15px;
	 width: 100%;
   color: #000 !important;
	 /*! line-height: 1.88; */
}
 header .header-full .cd-dropdown-content > li > a::before, 
 header .header-full .cd-dropdown-content > li > a::after {
	 width: 7px;
	 height: 2px;
	 background: #000;
	 margin-left: auto;
}
 header .header-full .cd-dropdown-content > li > a::before {
	 top: 23px;
}
 header .header-full .cd-dropdown-content > li > a::after {
	 top: 19px;
}
 header .header-full .cd-dropdown-content > li:hover > a {
	 box-shadow: none;
	 font-weight: 400;
}
 header .header-full .cd-dropdown-content .cd-secondary-dropdown {
	 width: 650px !important;
	 height: 660px !important;
     height: 440px !important;
	 display: grid !important;
	 grid-template-columns: repeat(2, 1fr);
	 gap: 10px 15px;
	 overflow: auto;
	 border-radius: 30px;
	 box-shadow: none;
	 position: absolute !important;
	 top: 30px !important;
	 right: 30px !important;
	 left: unset !important;
	 padding: 10px 30px 30px;
	 visibility: hidden !important;
}
 @media (max-width: 1469px) {
	 header .header-full .cd-dropdown-content .cd-secondary-dropdown {
		 /*! width: 500px !important; */
		 grid-template-columns: 1fr 1fr;
	}
}
 @media (max-width: 1366px) {
	 header .header-full .cd-dropdown-content .cd-secondary-dropdown {
		 /*! width: calc(97vw - 660px) !important; */
	}
}
 @media (max-width: 1100px) {
	 header .header-full .cd-dropdown-content .cd-secondary-dropdown {
		 width: calc(97vw - 360px) !important;
		 right: 20px !important;
	}
   header .header-full .cd-dropdown-content > li > a {
     line-height: 1.88;
   }
}
 header .header-full .cd-dropdown-content .cd-secondary-dropdown > li {
	 width: 100%;
	 border: 0 !important;
	 padding: 0;
}
 header .header-full .cd-dropdown-content .cd-secondary-dropdown > li > a {
	 font-weight: 600 !important;
	 color: #252122;
	 font-size: 16px !important;
}
 header .header-full .cd-dropdown-content .cd-secondary-dropdown > li.go-back + li {
	 grid-column: 1 / 3;
}
 @media (max-width: 1469px) {
	 header .header-full .cd-dropdown-content .cd-secondary-dropdown > li.go-back + li {
		 grid-column: 1 / 3;
	}
}
 header .header-full .cd-dropdown-content .cd-secondary-dropdown > li.go-back + li a {
	 font-size: 18px !important;
	 font-weight: 700;
}
 header .header-full .cd-dropdown-content .cd-secondary-dropdown > li li a {
	 font-size: 14px !important;
	 color: #545454;
	 padding: 0;
}
 header .header-full .cd-dropdown-content .cd-secondary-dropdown > li li.menu-see-all {
	 margin-top: 5px;
}
 header .header-full .cd-dropdown-content .cd-secondary-dropdown > li li.menu-see-all a {
	 color: #207bc1;
	 font-weight: 700;
}
 header .header-full .cd-dropdown-content .cd-secondary-dropdown > li li.menu-see-all a::after {
	 content: "\f054 ";
	 font-family: fontawesome;
	 font-weight: 400;
	 font-size: 12px;
	 padding-left: 10px;
}
 header .header-full .cd-dropdown-content .cd-secondary-dropdown > li li.menu-see-all a:hover {
	 text-decoration: underline;
}
 header .header-full .cd-dropdown-content .menu-top-brands {
}
 @media (max-width: 1100px) {
	 header .header-full .cd-dropdown-content .menu-top-brands {
		 grid-column: 1 / 2;
	}
}
 header .header-full .cd-dropdown-content .menu-top-brands h3 {
	 display: block;
	 color: #252122;
	 font-size: 18px;
	 background: 0;
	 padding: 0;
	 border: 0;
	 margin: 10px 0;
	 font-weight: 500;
}
 header .header-full .cd-dropdown-content .menu-top-brands-inner {
	 display: flex;
	 flex-wrap: wrap;
	 gap: 15px;
}
 header .header-full .cd-dropdown-content .menu-top-brand {
	 width: calc(50% - 12px);
	 min-height: 85px;
	 background: #fff;
	 border-radius: 20px;
	 padding: 10px 25px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 border: 2px solid #fff;
	 transition: 0.3s border;
}
 header .header-full .cd-dropdown-content .menu-top-brand:hover {
	 border-color: #207bc1;
}
 @media (max-width: 1100px) {
	 header .header-full .cd-dropdown-content .menu-top-brand {
		 width: calc(55% - 24px);
	}
}
header .header-full .menu .cd-dropdown .cd-dropdown-content .nav-secondary-header {
  height: 150px;
  background: url("https://us.evocdn.io/dealer/1174/content/media/My_Theme/p90348typdoifugh.jpg");
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  height: 120px;
}
header .header-full .menu .cd-dropdown .cd-dropdown-content .nav-secondary-header > a {
  color: #fff;
  font-size: 1.8rem!important;
  line-height: 1!important;
  position: absolute;
  top: 20%;
  left: 20px;
  text-shadow: 1px 1px 5px #000;
}
header .header-full .cd-dropdown-content > li.nav-shop-all::before {
  background-image: url("https://us.evocdn.io/dealer/1174/content/media/My_Theme/shop-all-icon-1.png");
}
header .header-full .cd-dropdown-content > li.nav-cutting-abrasives::before {
  background-image: url("https://us.evocdn.io/dealer/1174/content/media/My_Theme/cutting-abrasive-icon.png");
}
header .header-full .cd-dropdown-content > li.nav-filler-metals-consumables::before {
  background-image: url("https://us.evocdn.io/dealer/1174/content/media/My_Theme/filler-metal-icon.png");
}
header .header-full .cd-dropdown-content > li.nav-gas-equipment-accessories::before {
  background-image: url("https://us.evocdn.io/dealer/1174/content/media/My_Theme/gas-equipment-icon.png");
}
header .header-full .cd-dropdown-content > li.nav-gases::before {
  background-image: url("https://us.evocdn.io/dealer/1174/content/media/My_Theme/gases-icon.png");
}
header .header-full .cd-dropdown-content > li.nav-janitorial::before {
  background-image: url("https://us.evocdn.io/dealer/1174/content/media/My_Theme/janitorial-icon.png");
}
header .header-full .cd-dropdown-content > li.nav-medical::before {
  background-image: url("https://us.evocdn.io/dealer/1174/content/media/My_Theme/medical-icon.png");
}
header .header-full .cd-dropdown-content > li.nav-safety-ppe::before {
  background-image: url("https://us.evocdn.io/dealer/1174/content/media/My_Theme/protective-equipement-icon.png");
}
header .header-full .cd-dropdown-content > li.nav-tools-industrial-supplies::before {
  background-image: url("https://us.evocdn.io/dealer/1174/content/media/My_Theme/tools-icon.png");
}
header .header-full .cd-dropdown-content > li.nav-welding-equipment::before {
  background-image: url("https://us.evocdn.io/dealer/1174/content/media/My_Theme/welding-equipment-icon.png");
}
header .header-full .menu .cd-dropdown-content > li.nav-cutting-abrasives .nav-secondary-header {
  background-image: url("https://us.evocdn.io/dealer/1174/content/media/My_Theme/cutting-abrasives-bg.jpg");
}
header .header-full .menu .cd-dropdown-content > li.nav-filler-metals-consumables .nav-secondary-header {
  background-image: url("https://us.evocdn.io/dealer/1174/content/media/My_Theme/filler-metals-bg.jpg");
}
header .header-full .menu .cd-dropdown-content > li.nav-gas-equipment-accessories .nav-secondary-header {
  background-image: url("https://us.evocdn.io/dealer/1174/content/media/My_Theme/gas-equipment-bg.jpg");
}
header .header-full .menu .cd-dropdown-content > li.nav-gases .nav-secondary-header {
  background-image: url("https://us.evocdn.io/dealer/1174/content/media/My_Theme/gases-bg.jpg");
}
header .header-full .menu .cd-dropdown-content > li.nav-safety-ppe .nav-secondary-header {
  background-image: url("https://us.evocdn.io/dealer/1174/content/media/My_Theme/ppe-bg.jpg");
}
header .header-full .menu .cd-dropdown-content > li.nav-tools-industrial-supplies .nav-secondary-header {
  background-image: url("https://us.evocdn.io/dealer/1174/content/media/My_Theme/tools-bg.jpg");
}
header .header-full .menu .cd-dropdown-content > li.nav-welding-equipment .nav-secondary-header {
  background-image: url("https://us.evocdn.io/dealer/1174/content/media/My_Theme/welding-equipment-bg.jpg");
}
header .header-mobile h3 {
  background-color: #ccc;
}
.header-mobile .header-menu .cd-dropdown-wrapper .cd-dropdown {
  background: #7cb2e3;
}
.header-mobile .header-menu .cd-dropdown-wrapper .cd-dropdown div.dropdown-extras {
  background-color: #aaa;
}
header .header-full .cd-dropdown-content > li:hover {
  background-color: #ffffff88;
}
@media only screen and (min-width: 769px) {
.cd-dropdown-wrapper:hover .cd-dropdown {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .3s 0s,visibility .3s 0s,transform .3s 0s;
    visibility: visible;
  }
header .header-full .cd-dropdown-wrapper:hover .cd-dropdown-content .menu-active .cd-secondary-dropdown {
  visibility: visible !important;
}
}
  /* Additional links dropdown */
  header .header-full .container.verticalmenu {
    position: static;
  }
  .menu .catalog-block {
    position: relative;
  }
  .submenu-container {
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    background-color: #f1f9ff;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 30px);
    transition:
      opacity 0.45s ease,
      transform 0.45s ease;
    z-index: 20;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 5px 0 0;
    box-shadow: -1px 5px 7px 5px rgba(0,0,0,.25);
  }
  .submenu-container--active {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: revert;
  }
  .submenu-container li {
    padding: 0 5px;
  }
  .additional_linkslist .menuitem .submenu-wrapper .submenu-container a {
    text-transform: none;
    padding: 4px 20px;
    font-size: 0.9rem;
    border-radius: 8px;
    width: 100%;
    display: inline-block;
  }
  .additional_linkslist .menuitem .submenu-wrapper .submenu-container a:hover {
    background-color: #ffffffbb;
  }
  .submenu-container li.hide {
    display: revert !important;
  }
  .dropdown-container-al {
    display: none;
  }
  .additional_linkslist .menuitem {
    display: inline-block !important;
    position: relative;
  }
/* Additional styling */
@media only screen and (min-width: 1000px) {
  .toolbar button i, .toolbar a i {
  display: none;
}
}
@media only screen and (max-width: 1000px) {

.toolbar span,
.toolbar .account-btn span{
  display: none;
}
}
@media only screen and (min-width: 769px) {
  .cd-dropdown {
    left: -150px;
  }
}
.header-full .search_container {
  flex-grow: 1;
  width: auto;
}
.shoppingtools_container {
  width: auto;
}
.headersection-1 .vertical-align > div {
  width: auto;
}
.search_container {
  flex-grow: 1;
}
.footersection-1 .contentblock_container {
  padding-inline: 0;
}
#filterswrapper .relsearch {
  display: flex;
}
#filterswrapper .relsearch button {
  position: static;
}
.catalog-grid .tile .price-label {
  color: #4a4a4a;
}
.catalog-single .buttons .qnt-count .incr-btn, 
.catalog-single .buttons .qnt-count .incr-btn-quick {
  color: #4a4a4a;
}
div.customertools .nav .sidebar-logout a {
  color: #4a4a4a
}
@media only screen and (min-width: 768px) {
  .additional_links a.submenu-link {
    pointer-events: none;
    cursor: pointer;
  }
  .home-hero {
    margin-top: -20px;
  }
}
/* ===== MH landing page styling ===== */
.page-content.onecolumn:has(.landingpage-hero-title) {
  margin: 0;
}

.landingpage-hero-title {
  position: relative;
  background-color: #2a2a2a;
  min-height: 420px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}

.landingpage-hero-title > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.landingpage-hero-title .container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.landingpage-hero-title .content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
}

.landingpage-hero-title h1 {
  font-size: 48px;
  margin: 0 0 25px;
  color: #fff;
}

.landingpage-hero-title p:last-child {
  margin-bottom: 0;
}

.landingpage-introtext h2 {
  font-size: 40px;
  margin: 0 0 30px;
}

.landingpage-introtext p {
  margin: 0 0 25px;
}

.catalog-grid:has(.landingpage-introtext) .row-breadcrumb {
  display: none;
}

.htmlcontent_container:has(.landingpage-buttons) {
  margin: 0;
}

.landingpage-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.landingpage-buttons .btn {
  width: 35%;
  padding: 1.5rem;
  font-size: 1.35rem;
  min-width: max-content;
}

@media (max-width: 500px) {
  .landingpage-buttons {
  flex-direction: column;
  align-items: center;
  }
  .landingpage-buttons .btn {
  min-width: min(300px, 90%);
  }
}

.landingpage-category-boxes {
  background: #f3f3f3;
  padding: 70px 0;
  margin-top: 0px;
}

.landingpage-category-boxes h2 {
  text-align: center;
  font-size: 36px;
  color: #444242;
  margin: 0 0 25px;
}

.landingpage-category-boxes p {
  text-align: center;
  margin: 0;
}

.landingpage-category-boxes .container {
  background-color: revert;
}

.lp-categoryboxes-inner {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

@media (max-width: 991px) {
  .lp-categoryboxes-inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 500px) {
  .lp-categoryboxes-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.lp-categorybox {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 20px;
  height: 285px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
}

.lp-categorybox > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: 0.35s all;
}

.lp-categorybox > div {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.lp-categorybox > div img {
  flex-shrink: 0;
}

.lp-categorybox > div::after {
  content: "View Category";
  position: absolute;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  bottom: 100%;
  opacity: 0;
  transition: 0.35s all;
  transform: translateX(-20px);
}

.lp-categorybox::after {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  z-index: -1;
  transition: 0.35s all;
}

.lp-categorybox:hover > img {
  transform: scale(1.05);
}

.lp-categorybox:hover > div::after {
  opacity: 1;
  transform: translateX(0);
}

.lp-categorybox:hover::after {
  opacity: 0.75;
}

.zonebottom:has(.landingpage-category-boxes) > div {
  margin-bottom: 0;
}

.gotAnyQuestions {
  background: #2a2a2a;
  position: relative;
  padding: 0 30px;
}

.gotAnyQuestions > img {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  object-fit: cover;
}
.gotAnyQuestions a {
  margin-top: 20px;
}

.gotAnyQuestions a:hover,
a:focus {
  color: #ffffff;
}

.gotAnyQuestions .questionsInner {
  padding: 100px 100px 100px 0;
  width: 50%;
}

.gotAnyQuestions h3 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 30px;
}

.gotAnyQuestions p {
  color: #fff;
  margin: 0 0 30px;
}

.gotAnyQuestions .questionsLink {
  color: #fff;
  margin: 15px 0;
}
.gotAnyQuestions .customButton {
  display: inline-block;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .gotAnyQuestions > img {
    display: none;
  }
}

@media (max-width: 768px) {
  .gotAnyQuestions .questionsInner {
    width: 100%;
    padding: 50px 0;
  }
}
/* ===== END landing page style ===== */
/* ===== Logged out dropdown ===== */
  body.ex-loggedout .toolbar .account-btn span {
    text-align: center;
  }


  .signinText h3 {
    color: #363a3f;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .signinText ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .signinText ul li {
    margin: 3px 0;
    padding: 0;
  }

  .signinText .fa {
    color: #c10a27;
  }

  .ex-loggedout .toolbar .account-dropdown div.description {
    display: none;
  }

  .ex-loggedout .toolbar .account-dropdown {
    left: 12px;
    width: 320px;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    padding: 20px;
    margin: -4px 0 0;
    border: 3px solid #ffcf01;
    z-index: 9;
    top: 110%;
  }

  .ex-loggedout .toolbar .account-dropdown .arrow_box {
    display: none;
  }

  .ex-loggedout .toolbar .account-dropdown .form-group,
  .ex-loggedout .toolbar .account-dropdown .signin_register {
    background: #E52522;
    text-align: center;
    padding: 15px;
    font-weight: 700;
    border-radius: 3px;
    transition: 0.25s background;
  }

  .ex-loggedout .toolbar .account-dropdown .form-group {
    margin-bottom: 10px;
  }

  .ex-loggedout .toolbar .account-dropdown .signin_register {
    background: #000;
        color: #fff;
  }

  .ex-loggedout .toolbar .account-dropdown .form-group a,
  .ex-loggedout .toolbar .account-dropdown .signin_register a {
    color: #fff;
  }

  .ex-loggedout .toolbar .account-dropdown .form-group:hover,
  .ex-loggedout .toolbar .account-dropdown .signin_register:hover {
    background: #ffcf01;
  }

  .ex-loggedout .toolbar .account-dropdown .form-group:hover a,
  .ex-loggedout .toolbar .account-dropdown .signin_register:hover a {
    color: #000;
  }

  body.ex-loggedout .toolbar .shopping-tools-wrapper .dropdown.open .account-btn > span {
    border-bottom: 2px solid #fff;
  }


/* FIX: stop links turning white while you’re clicking (active/focus) */
.gotAnyQuestions a:hover,
.gotAnyQuestions a:focus { color:#fff; }  /* replace your current comma rule */

a:active,
a:focus { color: inherit; }               /* prevents white on click/hold */

/* this add letter spacing to store mega-menu sub-cats*/
.cd-secondary-dropdown>li>a {
 letter-spacing: 1.25px !important; 
}

.pg-info-text {
    max-width: 925px;
    margin: 0 auto;
  padding-bottom: 20px;
}

ol li, ul li {
    letter-spacing: .25px;
}

ol, ul {
    line-height: 1.5;
}