@charset "UTF-8";
/* === Global === */
body, h1, h2, h3, h4, h5, h6, button, input, optgroup, select, textarea {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px; }

.container {
  width: 95%;
  max-width: 1440px !important; }

.mobile-only {
  display: none; }

.no-margin {
  margin: 0; }

.no-top-margin {
  margin-top: 0; }

[data-layout-name="text-section"] {
  display: flex;
  justify-content: center;
  padding: 0 1em; }

[data-layout-name="text-section"] > * {
  flex: 0 1 55em;
  max-width: 55em;
  width: 100%;
  margin: 0.9375em auto; }

[data-layout-name="text-section"] * {
  box-sizing: border-box; }

[data-layout-name="text-section"] > * {
  max-width: 55em !important; }

h1, h2, h3, h4, h5, h6 {
  color: #242b67; }

h1 {
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 20px; }

h2 {
  font-size: 1.5em;
  font-weight: 400;
  margin: 15px 0 15px !important; }

h2.hp-h2 {
  font-size: 2.25em; }

h3 {
  font-size: 1.25em;
  font-weight: 600; }

a {
  color: #2962ae; }

.breadcrumbs {
  text-align: left;
  padding: 15px 0;
  text-transform: uppercase;
  border-top: 1px solid #eee;
  margin-bottom: 0; }

.backtoTop .slick-prev::before {
  left: 7px;
  top: 5px; }

/* === Top Bar === */
.top-bar-wrap {
  background-color: #242b67;
  color: #ffffff;
  font-size: 0.875em;
  font-weight: 800; }

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25em 0; }

.top-bar-left, .top-bar-right {
  display: flex;
  align-items: center;
  gap: 0.5em; }

.top-bar-left a, .top-bar-right a {
  color: #fff;
  font-weight: 600;
  text-decoration: none; }

.top-bar-left a:hover, .top-bar-right a:hover {
  text-decoration: underline; }

.tb-phone {
  display: flex;
  margin-left: 0.625em; }

.tb-number {
  margin: 0 0.3125em; }

.tb-icon .material-symbols-outlined {
  font-size: 1.3125em; }

.top-nav {
  display: flex; }

.top-nav a {
  margin: 0 10px !important; }

.pipe {
  display: none; }

/* === Layout: Logo + Search + Nav === */
.header-logo-image-container {
  position: inherit; }

.logo-user-section {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  padding: 1.5em 0;
  gap: 1em; }

.logo-user-section.container {
  padding: 0; }

.logo-wrap {
  flex: 0 0 auto; }

.logo-wrap img {
  max-width: 100%;
  height: auto;
  display: block; }

.search-wrap {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  max-width: 300px;
  width: 100%; }

.center {
  text-align: center; }

.center.cta-wrap {
  text-align: center;
  margin: 1% auto;
  display: block; }

/* === Search Form === */
.search-wrap form {
  display: flex;
  align-items: center;
  border: 2px solid #aaa;
  border-radius: 3.125em;
  box-shadow: 2px 2px 10px #ccc;
  background: #fff;
  padding: 0.25em 1em;
  max-width: 300px;
  width: 100%;
  margin: 0;
  height: 3.125em; }

.search-wrap .form-field {
  margin: 0; }

.search-wrap input[type="text"], .search-wrap input[type="search"], .search-wrap input.form-input {
  border: none;
  background: transparent;
  flex: 1;
  padding: 0.5em;
  font-size: 0.9em;
  outline: none; }

.search-wrap .submit {
  display: flex;
  align-items: center; }

.search-wrap .submit svg {
  width: 1.2em;
  height: 1.2em;
  stroke: #242b67;
  fill: none;
  cursor: pointer; }

header .search-icon.submit {
  position: absolute;
  right: 10%;
  left: auto;
  top: 20% !important;
  width: 1.875em;
  height: 1.875em;
  align-items: center;
  justify-content: center;
  border-radius: 50%; }

.header-icon.search-icon svg, .header-icon.search-icon use {
  fill: #242b67;
  stroke: #242b67; }

#search-results-heading h1.page-heading {
  margin-bottom: 15px; }

.panel--large .panel-body {
  padding: 1.5em;
  margin-bottom: 1em;
  background-color: transparent;
  border-top: 1px solid #ebebeb;
  border-bottom: 3px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-radius: 12px; }

.suggestion-title {
  font-size: 1.25em;
  margin: 0 0 10px; }

.search-suggestion {
  margin-bottom: 1em; }

.search-suggestion a {
  text-transform: capitalize;
  text-decoration: none; }

.search-suggestion a:hover {
  color: #1f1f1f; }

.category-suggestion-list {
  display: flex;
  flex-wrap: wrap; }

.category-suggestion {
  padding-left: .75rem;
  padding-right: .75rem;
  line-height: 1.25;
  font-size: 1em; }

h1.page-heading-search {
  font-size: 1.25em;
  text-transform: capitalize;
  margin: 0 0 15px 0; }

.actionBar-section .form-field {
  margin-bottom: .5em; }

/* === User Icons === */
.user-icons {
  display: flex;
  align-items: center;
  gap: 1.2em;
  list-style: none;
  margin: 0;
  padding: 0; }

.user-icons .navUser-item {
  display: flex;
  align-items: center; }

.navUser-action {
  padding: 0.3125em 0.125em; }

.navUser-action svg {
  fill: #ffffff; }

.header-icon {
  display: block;
  width: 1.2em;
  height: 1.2em;
  stroke: #ffffff;
  fill: none; }

.user-icons .header-icon {
  height: 1.25em;
  stroke: #ffffff;
  transition: stroke 0.2s ease; }

.user-icons .navUser-action:hover .header-icon {
  stroke: #cccccc; }

a.navUser-action {
  display: flex; }

.navUser-action:hover, .navUser-action.is-open {
  color: #fbc500 !important; }

.navUser-action:hover,
.navUser-action:focus,
.navUser-action.is-open {
  color: #fbc500 !important; }

.navUser-action:hover svg, .navUser-action.is-open svg, .navUser-action:focus svg {
  fill: #fbc500 !important; }

div#account-dropdown-signin-list .navUser-or {
  color: #2860a9;
  font-style: normal; }

/* === Account Dropdown === */
header ul.navUser-section.navUser-section--alt {
  padding: 0.625em 0; }

.navUser-item--account {
  position: relative; }

.navUser-item-cartLabel {
  display: inline; }

.navUser-item--account .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #ffffff;
  color: #000000;
  padding: 1em;
  border-radius: 0.25em;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  z-index: 1000; }

.navUser-item--account:hover .dropdown-menu {
  display: block; }

div#account-dropdown-signin-list {
  top: 1.55em;
  color: #242b67;
  min-width: 200px;
  padding: 12px; }

/* === Navigation Menu === */
.navPage-subMenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background: #fff;
  padding: 0 !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  min-width: 180px; }

.navPages-item {
  position: relative; }

.navPages-item:hover .navPage-subMenu {
  display: block; }

.navPages-action {
  text-transform: initial;
  color: #242b67;
  padding: 0 0.675em !important;
  font-size: 17px !important; }

.navPage-subMenu-item > .navPage-subMenu-action {
  margin-top: 0.625em !important;
  margin-bottom: 0.625em !important;
  font-weight: 500;
  white-space: nowrap; }

li.navPage-subMenu-item:hover {
  background: #eee; }

.navPages-action .fa-chevron-down:before {
  content: none; }

.navPage-subMenu-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.navPage-subMenu-item {
  width: 100% !important; }

.navPage-subMenu-action {
  color: #000;
  text-decoration: none;
  font-size: 0.9em;
  display: block;
  transition: color 0.2s ease; }

.navPage-subMenu-action:hover {
  color: #242b67; }

.navPages-item--mobileExtras {
  display: none; }

.navPages-item--mobileExtrasDivider {
  display: none; }

/* === Wishlist Page === */
.new-customer h2 {
  margin: 15px 0 0px !important; }

/* === Overrides === */
#menu-wrapper {
  display: none; }

ul.check-list {
  list-style: none;
  padding-left: 0;
  margin: 1.25em 0; }

ul.check-list li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.625em;
  font-weight: 600; }

ul.check-list li::before {
  content: '';
  position: absolute;
  left: 0.625em;
  top: 0.125em;
  width: 1.25em;
  height: 1.25em;
  background-image: url("https://cdn11.bigcommerce.com/s-124s2l9myk/images/stencil/original/image-manager/checkmark-32x32.png");
  background-size: contain;
  background-repeat: no-repeat; }

/* === HP Hero === */
.lighting-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #f3f3f6; }

.lighting-left {
  flex: 1 1 60%;
  background-image: url("https://cdn11.bigcommerce.com/s-124s2l9myk/images/stencil/original/image-manager/lighting-bkgd.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 25em; }

.lighting-left-inner {
  background-color: rgba(15, 32, 85, 0.85);
  color: #fff;
  padding: 2rem;
  max-width: 25em;
  margin: 2rem; }

.lighting-left-inner h2 {
  font-size: 2em;
  margin-bottom: 1rem;
  color: #fff; }

.lighting-left-inner p {
  margin-bottom: 1.5rem; }

.lighting-button {
  display: inline-block;
  background-color: #fff;
  color: #0f2055;
  padding: 0.75rem 1.25rem;
  font-size: 1.125em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 100em; }

.lighting-button:hover {
  background: #3075CF;
  color: #fff; }

.lighting-right {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem; }

.lighting-right h2 {
  color: #0f2055;
  font-size: 2em;
  margin-bottom: 1.5rem;
  font-weight: 600; }

.showroom-button {
  display: inline-flex;
  align-items: center;
  background-color: #0f2055;
  color: #fff;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  text-decoration: none;
  border-radius: 100em;
  font-size: 1.125em;
  font-weight: 600;
  width: 250px;
  max-width: 100%;
  transition: background-color 0.3s ease; }

.showroom-button:hover {
  background-color: #3075CF;
  color: #fff; }

.showroom-button img {
  vertical-align: middle;
  margin-right: 0.5rem; }

.hero-buttons {
  display: flex;
  flex-flow: column; }

/* === Cards === */
/* grid wrapper -> flex so last row centers */
.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em;
  justify-content: center;
  align-items: stretch; }

/* default: 3-up */
.product-card {
  flex: 1 1 calc((100% - 2*1.25em)/3);
  max-width: calc((100% - 2*1.25em)/3);
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 1.25em;
  overflow: hidden;
  line-height: 1.5;
  border-top: 5px solid #242b67;
  transition: all .2s ease;
  display: flex;
  flex-direction: column; }

.product-card h3 a {
  text-decoration: none;
  text-transform: uppercase; }

/* exactly 4 items → 2×2 and centered */
.card-grid:has(> .product-card:nth-child(4)):not(:has(> .product-card:nth-child(5))) .product-card {
  flex: 1 1 calc((100% - 1*1.25em)/2);
  max-width: calc((100% - 1*1.25em)/2); }

.card-section {
  background: #e7e7e7;
  padding: 1.25em; }

.card-section h2 {
  text-align: center;
  font-weight: 800;
  font-size: 2em;
  line-height: 1.25;
  margin: 0; }

.card-subtitle {
  text-align: center;
  font-size: 1.25em; }

.product-card:hover {
  transform: translateY(-0.125em);
  box-shadow: 0 0.5em 0.75em rgba(0, 0, 0, 0.35); }

.product-card img {
  width: 100%;
  display: block; }

.product-card-body {
  padding: 0.9375em;
  display: flex;
  flex-direction: column;
  flex: 1; }

.product-card-body h3 {
  font-size: 1.325em;
  margin: 0 0 0.625em;
  color: #2b3074;
  font-weight: bold; }

.product-card-body ul {
  padding-left: 1.25em;
  margin: 0.625em 0 0; }

.product-card-body ul li {
  margin-bottom: 0.3125em; }

.product-card-body ul li strong {
  font-weight: bold; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
  margin: 15px 0; }

.cta-wrap {
  margin-top: auto;
  padding-top: 0.75em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
  align-items: center; }

.cta-button {
  text-decoration: none;
  background: #242b67;
  border: 1px solid #444;
  border-radius: 100px;
  color: #fff;
  font-family: inherit;
  padding: 6px 18px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  line-height: 1.2;
  font-weight: 600;
  width: max-content;
  margin: 10px 0; }

.cta-button:hover, .cta-button:focus {
  background: #2962ae;
  border: 1px solid #666;
  color: #fff; }

.cta-button .material-symbols-outlined {
  font-size: 1.25em;
  vertical-align: middle; }

.cta-inline .cta-button {
  margin: 5px 0; }

/* === Location / Map === */
.loc-hero-text {
  padding: 15px 0; }

.hero-title {
  font-size: 2em;
  line-height: 1.1;
  margin: 0 0 .25em 0;
  color: #242b67; }

.hero-title::after {
  content: "";
  display: block;
  width: 3.5em;
  height: .2em;
  background: #fbc500;
  border-radius: 1em;
  margin: .4em 0 0 0; }

.hero-sub {
  font-size: 1.125em;
  color: #333;
  margin: 0 0 1em 0;
  font-weight: 600; }

[data-layout-name="loc-hero"] [id^="sd-image-"] {
  width: 100%;
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 0 0.5em 0.75em rgba(0, 0, 0, 0.35); }

[data-layout-name="loc-hero"] [id^="sd-image-"] img {
  border-radius: inherit; }

/* harmless, keeps parity if the img becomes visible */
.loc-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: .75em;
  margin: 15px 0; }

.loc-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1.5rem 1rem;
  max-width: 1100px;
  margin: 0 auto; }

.loc-address {
  font-style: normal;
  margin: 0.25rem 0; }

.hours-list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0; }

.hours-list li {
  margin: 0.25rem 0; }

.clc-card {
  background: #F3F3F6;
  border-radius: 1.25rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  padding: 1.25rem;
  border-left: 5px solid #242b67;
  transition: all 0.2s ease;
  flex: 0 0 calc(50% - 20px); }

.clc-card-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.75rem 0; }

.map-card {
  padding: 0.5rem; }

.map-responsive {
  border-radius: 1rem;
  overflow: hidden; }

.map-responsive iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/11;
  border: 0;
  display: block; }

.subhead {
  font-size: 1.05em;
  font-weight: 700;
  color: #242b67;
  display: flex;
  align-items: center;
  gap: .4em;
  margin: 1em 0 .5em 0; }

.subhead .material-symbols-outlined {
  font-size: 1.25em; }

.hero-title-center {
  font-size: 2em;
  line-height: 1.1;
  margin: 0 0 .25em 0;
  color: #242b67; }

.hero-title-center::after {
  content: "";
  display: block;
  width: 3.5em;
  height: .2em;
  background: #fbc500;
  border-radius: 1em;
  margin: .4em auto; }

/* === Services === */
.loc-services {
  background: #fff;
  padding: 2em 1em; }

.service-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center; }

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1em;
  flex: 1 1 calc(33.333% - 2em);
  max-width: 22em; }

.service-item .material-symbols-outlined {
  font-size: 3.5em;
  line-height: 1;
  color: #fff;
  background: #242b67;
  border-radius: 50%;
  padding: .75em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.06); }

.button {
  padding: 6px 18px;
  font-size: 1em; }

.tab-title {
  padding: 0; }

span.tab-title {
  color: #fff; }

span.tab-title:hover {
  color: #fff; }

#accordion .ui-accordion-header {
  background-color: #242b67; }

#accordion svg.accordion-icon.arrow.down {
  fill: #fff;
  top: 5px; }

/* === Products === */
body.fixed-nav div#modal.modal--large.open[data-prevent-quick-search-close] {
  top: 60% !important; }

.product-specs {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  column-gap: 2em;
  row-gap: .6em;
  margin: 0; }

.product-specs dt {
  font-weight: 600;
  margin: 0;
  text-transform: capitalize; }

.product-specs dd {
  margin: 0;
  word-break: break-word; }

.card-figcaption .card-figcaption-body, .card-figcaption .card-figcaption-button {
  display: none !important; }

.card-figcaption {
  opacity: 0 !important;
  pointer-events: none !important; }

p.card-stock.card-stock--low {
  color: #a30137;
  font-size: .825em;
  font-style: italic;
  font-weight: 600; }

.alertBox {
  padding: .5em 0 !important; }

.alertBox {
  border: none !important;
  color: #a30137 !important;
  font-weight: 600; }

.alertBox--error svg {
  fill: #a30137 !important; }

.alertBox-icon {
  padding-right: .5em; }

/* stacking & clickability */
.card {
  background-color: transparent;
  margin: 1em 0 1em;
  padding: 5%;
  border-radius: 1.25em;
  border: 1px solid #eee; }

.card:hover {
  transform: translateY(-0.125em);
  box-shadow: 0 0.5em 0.75em rgba(0, 0, 0, 0.35); }

.card-figure {
  position: relative;
  overflow: visible; }

.card-figure > a {
  position: relative;
  z-index: 1;
  display: block; }

.prod-fab {
  position: absolute;
  top: .5rem;
  right: .5rem;
  display: flex;
  gap: .35rem;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .18s ease,transform .18s ease;
  z-index: 4;
  pointer-events: auto; }

/* 🔧 z-index bumped */
.card-figure:hover .prod-fab, .card-figure:focus-within .prod-fab {
  opacity: 1;
  transform: translateY(0); }

.card-text[data-test-info-type=brandName] {
  font-size: .875em;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #333; }

span.price.price--withoutTax {
  font-size: 1.5em;
  font-weight: 600;
  color: #242b67; }

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 999px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s ease,box-shadow .15s ease,border-color .15s ease; }

.icon-btn:hover, .icon-btn:focus-visible {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.25);
  transform: translateY(-1px); }

.icon-btn .material-symbols-outlined {
  font-size: 20px;
  line-height: 1; }

.compare-input {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  border: 0;
  padding: 0; }

.compare-input:checked + .compare-toggle {
  background: #242b67;
  border-color: #242b67;
  color: #fff; }

.card-figure .prod-fab:has(.compare-input:checked) {
  opacity: 1;
  transform: translateY(0); }

.compare-input:checked + .compare-toggle {
  background: #242b67;
  border-color: #242b67;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(36, 43, 103, 0.18), inset 0 0 0 2px #242b67; }

.card:has(.compare-input:checked) {
  box-shadow: 0 0 0 2px rgba(36, 43, 103, 0.18);
  border-color: #242b67; }

.card--alternate:has(.compare-input:checked) {
  border-color: #242b67; }

.page-sidebar + .page-content .productGrid .product {
  margin: .5em 0; }

.productGrid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }

.productGrid .product {
  display: flex;
  float: none;
  width: 50%;
  overflow: visible; }

.productGrid .product .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0; }

.productGrid .product .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%; }

.card-figure {
  flex: 0 0 auto; }

.card-body {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  flex: 1 1 auto;
  min-height: 0; }

.card-cta-row {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: center; }

.productView-title {
  font-size: 2em; }

.productView-brand a {
  font-size: 15px;
  text-decoration: underline; }

h2.productView-brand {
  margin: 0 0 15px !important; }

dt.productView-info-name {
  font-weight: 600; }

.line-item-details {
  padding-bottom: 0px; }

div#add-to-cart-wrapper .form-action {
  display: block;
  float: none; }

.productView-options .form-action {
  width: 100%;
  margin: 0; }

.productView-options .form-action .button--primary {
  width: 100%;
  max-width: 300px; }

form.form.form-wishlist.form-action {
  width: 100%;
  max-width: 300px; }

form.form.form-wishlist.form-action a.button.dropdown-menu-button {
  border: 1px solid;
  color: #191919;
  width: 100%;
  padding: 10px; }

#wishlist-dropdown.is-open {
  border-radius: 0 0 10px 10px; }

.form-field.form-field--increments {
  margin: 25px 0; }

.productView-options .form-action .button {
  border-radius: 25px;
  padding: 12px; }

.category-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3em 4em;
  margin: 1em auto;
  padding: 0 2em; }

.category-item {
  flex: 1 1 calc(33% - 4em);
  text-align: center;
  margin-bottom: 2.2em; }

.category-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  isolation: isolate; }

.category-item img {
  display: block;
  width: 100%;
  height: auto;
  border-top: solid #242b67 5px;
  border-radius: 1.25em;
  box-shadow: 0 0.5em 0.75em rgba(0, 0, 0, 0.1);
  transition: transform .25s ease,box-shadow .25s ease;
  position: relative;
  z-index: 0; }

.category-item a:hover img, .category-item a:focus img {
  transform: translateY(-0.125em);
  box-shadow: 0 0.5em 0.75em rgba(0, 0, 0, 0.35); }

.category-item h3 {
  margin: -1.25em 0 0;
  min-width: 17em;
  max-width: calc(100% - 2rem);
  text-align: center;
  padding: .8em 1.4em;
  background: #242b67;
  color: #fff;
  border-radius: 100em;
  font-weight: 700;
  font-size: 1.05em;
  line-height: 1.2;
  box-shadow: 0 0.35em 1em rgba(0, 0, 0, 0.22);
  transition: background .2s ease,color .2s ease;
  position: relative;
  z-index: 2; }

.category-item a:hover h3, .category-item a:focus h3, .category-item a:focus-visible h3 {
  background: #3075CF;
  color: #fff; }

.category-item a:focus-visible {
  outline: .2em solid #2b2f83;
  outline-offset: .3em;
  border-radius: 1.25em; }

.icon-block-wrap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 70px;
  margin: 30px 0; }

.icon-block-wrap .icon-block {
  grid-column: span 4;
  text-align: center;
  min-width: 0; }

.icon-block-wrap .icon-block:nth-last-child(2) {
  grid-column: 3/span 4; }

.icon-block-wrap .icon-block:last-child {
  grid-column: 7/span 4; }

.icon-block-wrap .icon-block a {
  display: block;
  padding: 25px 30px 10px;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
  transition: background-color .25s ease,transform .25s ease,box-shadow .25s ease; }

.icon-block-wrap .icon-block a:hover, .icon-block-wrap .icon-block a:focus-visible {
  background: #f5f5f5;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); }

.icon-block-wrap img {
  display: block;
  margin: 0 auto 12px;
  max-width: 100%;
  height: auto; }

.icon-block-wrap h2 {
  font-size: 1.25em;
  font-weight: 600;
  margin: 0; }

.icon-block-wrap p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5; }

/* accessibility & motion */
.icon-btn:focus-visible {
  outline: 2px solid #242b67;
  outline-offset: 2px; }

.card-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .5rem;
  justify-content: center; }

/* tooltips */
.icon-btn[data-tip] {
  position: relative; }

.icon-btn[data-tip]::after {
  content: attr(data-tip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + .5rem);
  transform: translateX(-50%) translateY(6px);
  background: #242b67;
  color: #fff;
  padding: .35rem .5rem;
  border-radius: .375rem;
  white-space: nowrap;
  font-size: .75rem;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: opacity .15s ease,transform .15s ease;
  z-index: 5; }

/* 🔧 ensure above all */
.icon-btn[data-tip]::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + .25rem);
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background: #242b67;
  opacity: 0;
  transition: opacity .15s ease;
  z-index: 5; }

/* 🔧 ensure above all */
.icon-btn:hover[data-tip]::after, .icon-btn:focus-visible[data-tip]::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0); }

.icon-btn:hover[data-tip]::before, .icon-btn:focus-visible[data-tip]::before {
  opacity: 1; }

.prod-fab.top-edge .icon-btn[data-tip]::after {
  bottom: auto;
  top: calc(100% + .5rem); }

.prod-fab.top-edge .icon-btn[data-tip]::before {
  bottom: auto;
  top: calc(100% + .25rem); }

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

.pagination-item .pagination-link:hover {
  color: #2962ae; }

.pagination-item.pagination-item--previous > a svg, .pagination-item.pagination-item--next > a svg {
  fill: #2962ae; }

.pagination-item--next a.pagination-link {
  padding: 3px 0px !important; }

.quickSearchResults {
  display: none; }

.previewCart-emptyBody {
  color: #242b67; }

.cart-item-brand, .previewCartItem-brand, .productView-brand, .compareTable .card .card-body .card-text a, .brandGrid .card .card-body .card-title a {
  text-transform: capitalize; }

#cart-preview-dropdown {
  width: 325px;
  padding-top: 15px; }

.countPill {
  color: #fff; }

#alert-modal.modal button.button {
  color: #fff !important; }

.swal2-icon.swal2-error {
  border-color: #242b67 !important;
  color: #242b67 !important; }

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  background-color: #242b67 !important; }

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
  right: -1.4em !important; }

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
  left: -1.4em !important; }

.facetedSearch-optionColumns {
  text-transform: capitalize; }

#facetedSearch.sidebarBlock {
  position: relative; }

#facetedSearch .facetedSearch-toggle {
  display: none; }

#facetedSearch .sidebarBlock-heading {
  font-weight: 800;
  color: #242b67;
  margin: 0 0 .5rem; }

#facetedSearch .facetedSearch-refineFilters p {
  margin: .25rem 0 .75rem;
  color: #667085; }

#facetedSearch .accordion {
  display: block;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  background: #fff; }

#facetedSearch .accordion-block {
  padding: 0;
  border-bottom: 1px solid #eee; }

#facetedSearch .accordion-block:last-child {
  border-bottom: 0; }

#facetedSearch .accordion-navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 12px;
  background: #fff;
  border: 0;
  cursor: pointer; }

#facetedSearch .accordion-navigation .accordion-title {
  font-weight: 800;
  font-size: 1rem;
  color: #0f172a;
  margin: 0; }

#facetedSearch .accordion-navigation .icon {
  width: 20px;
  height: 20px;
  opacity: .75; }

#facetedSearch .accordion-navigation:hover {
  background: #fafafa; }

#facetedSearch .accordion-navigation:focus-visible {
  outline: 2px solid #242b67;
  outline-offset: 2px;
  border-radius: 8px; }

#facetedSearch .accordion-navigation.is-open .toggleLink-text--on {
  display: inline-flex; }

#facetedSearch .accordion-navigation.is-open .toggleLink-text--off {
  display: none; }

#facetedSearch .accordion-navigation:not(.is-open) .toggleLink-text--on {
  display: none; }

#facetedSearch .accordion-navigation:not(.is-open) .toggleLink-text--off {
  display: inline-flex; }

#facetedSearch .accordion-content {
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .28s ease,opacity .2s ease;
  padding: 0 12px; }

#facetedSearch .accordion-content[aria-hidden="false"] {
  max-height: 520px;
  opacity: 1;
  padding: 8px 12px 12px; }

#facetedSearch .navList {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 420px;
  overflow: auto;
  scrollbar-width: thin; }

#facetedSearch .navList-item {
  margin: 0; }

#facetedSearch .navList-action {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: 8px;
  border-radius: 8px;
  text-decoration: none;
  color: #0f172a;
  text-transform: capitalize; }

#facetedSearch .navList-action:hover {
  background: #f6f7fb; }

#facetedSearch .navList-action:focus-visible {
  outline: 2px solid #242b67;
  outline-offset: 2px;
  border-radius: 8px; }

#facetedSearch .navList-action span:not(.navList-action-close) {
  margin-left: auto;
  color: #6b7280;
  font-size: .9em; }

#facetedSearch .navList-action .navList-action-close {
  display: none; }

#facetedSearch .navList-item.is-selected > .navList-action, #facetedSearch .navList-action.is-selected, #facetedSearch .navList-action[aria-current="true"] {
  background: #eef1fb; }

#facetedSearch .navList-item.is-selected > .navList-action .navList-action-close, #facetedSearch .navList-action.is-selected .navList-action-close, #facetedSearch .navList-action[aria-current="true"] .navList-action-close {
  display: inline-flex;
  margin-left: .5rem; }

#facetedSearch a.toggleLink {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: 6px 8px;
  border-radius: 999px;
  font-weight: 700;
  color: #242b67; }

#facetedSearch a.toggleLink:hover {
  background: #eef1fb;
  text-decoration: none; }

#facetedSearch .form-input--small {
  width: 100%;
  height: 40px;
  border: 1px solid #dcdde3;
  border-radius: 10px;
  padding: 0 .75rem; }

#facetedSearch #facet-range-form .button--small {
  height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  background: #242b67;
  border-color: #242b67;
  color: #fff;
  font-weight: 800; }

#facetedSearch .icon svg {
  width: 100%;
  height: 100%;
  display: block; }

#facetedSearch .blocker {
  display: none !important; }

#facetedSearch .navList-action {
  padding-left: 28px;
  position: relative; }

#facetedSearch .navList-action .icon:first-child {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%); }

#facetedSearch .navList-action .navList-action-close {
  display: none !important; }

#facetedSearch .accordion-nav-clear-holder a, #facetedSearch .accordion-content > a.toggleLink[href*="Clear"] {
  display: none !important; }

#facetedSearch .accordion--navList .accordion-block {
  margin-top: .25em; }

.cagegory-description {
  background: #F3F3F6;
  padding: 1em;
  margin: 2em 0;
  border-radius: 1.25em;
  border-top: 5px solid #242b67;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

.cagegory-description p {
  font-size: 16px !important; }

.cagegory-description h2 {
  margin-top: 0 !important; }

/* === Responsive Video === */
figure.video-responsive {
  margin: 0; }

.video-responsive {
  position: relative;
  width: 100%;
  max-width: 100%; }

.video-responsive iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0; }

@supports (aspect-ratio: 16/9) {
  .video-responsive {
    aspect-ratio: 16/9; }
  .video-responsive iframe {
    position: static; } }

@supports not (aspect-ratio: 16/9) {
  .video-responsive {
    padding-top: 56.25%; }
  .video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; } }

/* === Footer === */
.newsletter-subscription-section {
  border-top: none;
  background: #ebebeb;
  margin: 0 !important;
  padding: 14px 0; }

.newsletter-subscription-section article.newsletter.cta {
  padding: 0 !important; }

.form-prefixPostfix .button {
  border-radius: 999px; }

.footer {
  background: #2f2f2f !important;
  padding: 32px 0 0 !important; }

.footer .container {
  padding-left: 20px;
  padding-right: 20px; }

.footer-info {
  padding: 0 !important;
  margin: 0 !important;
  gap: 28px; }

.footer-info-col {
  font-size: 15px;
  line-height: 1.5; }

.footer-info-heading {
  text-transform: uppercase;
  font-size: 14px !important;
  letter-spacing: .09em;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  width: max-content;
  margin-bottom: 5px; }

.footer-address-block strong {
  text-transform: none; }

.footer-info p {
  margin: 0 0 10px 0 !important;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86) !important;
  text-transform: none !important; }

.footer-logo-img {
  max-width: 170px;
  height: auto;
  display: block;
  margin: 0 0 10px 0; }

.footer-col-1 p {
  max-width: 320px;
  color: rgba(255, 255, 255, 0.78) !important; }

.footer-address-block {
  margin: 0 0 14px 0 !important; }

.footer-address-block p {
  margin: 0 !important; }

.footer-address-block strong {
  display: inline-block;
  margin: 0 0 4px 0;
  font-size: 16px; }

.footer-address-block a {
  color: #6aa9ff !important;
  font-weight: 650 !important;
  font-size: 16px !important;
  line-height: 1.2;
  text-decoration: none; }

.footer-address-block a:hover {
  text-decoration: underline; }

.footer-hours p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.86) !important; }

.footer-hours span {
  display: inline-block;
  min-width: 72px;
  color: rgba(255, 255, 255, 0.7); }

.footer-social {
  margin: 10px 0 0 0 !important; }

.footer-social .footer-info-heading {
  margin: 20px 0 0 0 !important; }

.socialLinks {
  margin: 0 !important;
  padding: 0 !important; }

.socialLinks--alt .icon {
  margin-right: 8px; }

.socialLinks .icon svg {
  fill: rgba(255, 255, 255, 0.9) !important; }

.footer-info-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none; }

.footer-info-list a {
  color: rgba(255, 255, 255, 0.86) !important;
  text-decoration: none;
  display: inline-block;
  line-height: 1.35;
  padding: 0 !important; }

.footer-info-list a:hover {
  text-decoration: underline; }

.footer-info-list .navUser-or {
  display: none; }

.footer-bottom {
  margin-top: 18px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12); }

.footer-copyright p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 12px;
  letter-spacing: .02em; }

/* === Media Queries (px) === */
@media screen and (max-width: 1440px) {
  .navPages-action {
    padding: 0 0.5em !important;
    font-size: 16px !important; } }

@media screen and (max-width: 1366px) {
  .body {
    margin-top: 0px; }
  .logo-user-section {
    gap: 1em; }
  .navPages-action {
    padding: 0 0.5em !important;
    font-size: 15px !important; }
  h1 {
    font-size: 1.75em; }
  .search-wrap {
    max-width: 275px; }
  .search-wrap form {
    max-width: 275px;
    height: 3em; } }

@media (max-width: 1280px) {
  .logo-user-section.container {
    flex-wrap: wrap; }
  .logo-wrap {
    order: 1; }
  .search-wrap {
    order: 2;
    margin-left: auto; }
  .main-menu-wrap {
    order: 3;
    flex: 0 0 auto;
    background: #242b67;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); }
  .main-menu-wrap .navPages-list.nav-page-list.two {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1em;
    padding: 0.75rem 1rem; }
  .main-menu-wrap .navPages-item > .nav-page-list > .navPages-action {
    color: #fff;
    font-weight: 700;
    padding: 0.5rem 0.25rem;
    line-height: 1.25;
    text-decoration: none; }
  .main-menu-wrap .navPages-item > .nav-page-list > .navPages-action .fa, .main-menu-wrap .navPages-item > .nav-page-list > .navPages-action .icon {
    color: #fff;
    fill: #fff; }
  .main-menu-wrap .navPages-item > .nav-page-list > .navPages-action:hover, .main-menu-wrap .navPages-item > .nav-page-list > .navPages-action:focus {
    opacity: 0.9;
    text-decoration: none; }
  .main-menu-wrap .navPage-subMenu {
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }
  .main-menu-wrap .navPage-subMenu .navPages-action {
    color: #1b245d; }
  .navPages-action {
    padding: 0 0.5em !important; }
  .header-logo-image {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .header-logo-image-container:after {
    padding-bottom: 0; }
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33%; }
  .newsletter-subscription-section article.newsletter.cta {
    max-width: 90%;
    margin: 0 auto; } }

@media (min-width: 1025px) {
  #facetedSearch .facetedSearch-navList {
    position: sticky;
    top: 1rem; } }

@media (max-width: 1024px) {
  .product-card {
    flex: 1 1 calc((100% - 1*1.25em)/2);
    max-width: calc((100% - 1*1.25em)/2); }
  .service-item .material-symbols-outlined {
    font-size: 3.5em;
    padding: 0.75em; }
  #facetedSearch .accordion-navigation {
    padding: 0px 12px; }
  .footer-info-col {
    font-size: 14px; }
  article.footer-info-col.footer-info-col--small-4 {
    width: 50%; }
  .page-sidebar + .page-content .productGrid .product {
    width: 50%; }
  [data-sub-layout-container][data-layout-name="product-hero"] {
    flex-direction: column !important; }
  [data-sub-layout-container][data-layout-name="product-hero"] > [data-sub-layout] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important; }
  [data-sub-layout-container][data-layout-name="service-hero"] {
    flex-direction: column !important; }
  [data-sub-layout-container][data-layout-name="service-hero"] > [data-sub-layout] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important; }
  category-item {
    flex: 1 1 calc(33.333% - 4em); } }

@media (max-width: 900px) {
  .product-specs {
    grid-template-columns: auto 1fr; }
  .icon-block-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px; }
  .icon-block-wrap .icon-block {
    grid-column: auto !important; }
  .icon-block-wrap .icon-block:nth-last-child(2), .icon-block-wrap .icon-block:last-child {
    grid-column: auto !important; }
  .category-grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0;
    padding: 0 0 2.5rem 16px;
    scroll-padding-left: 16px;
    overscroll-behavior-x: contain; }
  .category-item {
    flex: 0 0 70%;
    max-width: 70%;
    margin: 0 16px 0 0;
    scroll-snap-align: start;
    scroll-snap-stop: always; }
  .category-item:last-child {
    margin-right: 16px; }
  .main-menu-wrap .navPages-list.nav-page-list.two {
    gap: .625em; }
  .tb-phone:first-of-type {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 15px; }
  .tb-icon {
    display: none; }
  .tb-phone {
    flex-direction: column;
    text-align: center; } }

@media (min-width: 801px) {
  .navPage-subMenu-item > .navPage-subMenu-action {
    border-bottom: 0;
    margin-bottom: 0.9375em; }
  .productGrid .product {
    width: 25%; } }

@media screen and (max-width: 800px) {
  .body {
    margin-top: 50px; }
  .mobile-only {
    display: block; }
  .header, .header.is-open {
    height: 6.25em; }
  .header .user-icons svg {
    fill: #ffffff !important; }
  .breadcrumb {
    font-size: 15px; }
  .main-menu-wrap {
    display: none; }
  .search-wrap {
    display: none; }
  #menu-wrapper {
    display: block; }
  .pipe {
    display: block; }
  .navUser-item--account:hover .dropdown-menu {
    display: none; }
  a.navUser-action {
    display: flex; }
  .navUser-item-cartLabel {
    display: inline-flex; }
  .navPages-item--mobileExtras {
    display: list-item; }
  .navPages-item--mobileExtrasDivider {
    display: list-item;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin: 8px 0; }
  .top-nav {
    display: none; }
  header .countPill {
    color: #6293d6 !important; }
  i.icon.mega-nav-pages {
    left: 0.9375em; }
  .logo-user-section.container.fixed {
    width: 100%; }
  .header-logo-image {
    max-height: 3.125em; }
  .tb-icon {
    display: none; }
  .tb-phone {
    margin-left: 0; }
  .lighting-right {
    padding: 0 2em 1em; }
  .lighting-right h2 {
    text-align: center; }
  .hero-buttons
a.mobileMenu-toggle.is-open, a.mobileMenu-toggle.is-open {
    border: none !important; }
  .quickSearch-mobileToggle, header div.search-icon.submit {
    display: none !important; }
  .m-search-wrap {
    margin: 1em 0; }
  .m-search-wrap .form-imput {
    height: 2.5em !important;
    text-align: left !important; }
  .logo-user-section.container.fixed {
    height: 60px; }
  .card-grid > .clc-card {
    flex: 1 1 100%; }
  .card-grid > .map-card {
    flex: 1 1 100%; }
  .map-responsive {
    border-radius: 1em;
    overflow: hidden; }
  .map-responsive iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/11;
    border: 0; }
  .cta-button {
    font-size: 1.125em; }
  .prod-fab {
    opacity: 1;
    transform: none; }
  .service-item {
    flex: 1 1 100%;
    max-width: 100%; }
  [data-layout-name="loc-hero"] div, [data-layout-name="service-hero"] div {
    max-width: 100%;
    flex-basis: 100%; }
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33%; }
  .facetedSearch-toggle-text {
    display: none; }
  #facetedSearch a.toggleLink {
    justify-content: center; }
  .facetedSearch-toggle-indicator {
    text-align: center; }
  .logo-user-section {
    justify-content: start; }
  div#menu .mega-cat-dropdown {
    background: #eee;
    box-shadow: -2px 5px 5px #999;
    padding: 0; }
  .m-search-wrap .container {
    padding: 0; }
  .mega-cat-dropdown li.navPages-item a.navPages-action {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #ccc; }
  .mega-cat-dropdown .sticky-navpages {
    margin-top: 80px !important;
    padding: 0;
    width: 100%; }
  .mega-nav-pages svg {
    margin: 0 10px; }
  .sticky-navpages i.icon.mega-nav-pages {
    left: 0px;
    margin: 0 20px; }
  i.icon.mega-nav-pages.mobile-icon-active {
    transform: rotate(180deg);
    margin: 0px !important; }
  .ci-intro {
    padding: 1em; }
  .tb-phone {
    flex-direction: row;
    text-align: left; }
  .tb-phone:first-of-type {
    border-right: none;
    padding-right: 0; } }

@media (max-width: 768px) {
  .product-card {
    width: 100%; }
  .service-item {
    flex: 1 1 calc(33.333% - 2em);
    min-width: 16em;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1em; } }

@media (max-width: 640px) {
  .product-card {
    flex: 1 1 100%;
    max-width: 100%; } }

@media screen and (max-width: 600px) {
  .top-bar-right {
    position: absolute;
    top: 1.875em;
    right: 1.875em;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    z-index: 8; }
  .top-bar-right .navUser-section {
    display: flex;
    gap: 0.5rem;
    margin: 0; }
  .top-bar-right .navUser-item .header-icon {
    width: 1.375em;
    height: 1.375em; }
  .top-bar-right .countPill {
    transform: translate(-0.125em, -0.375em);
    font-size: 0.75em; }
  .header .user-icons svg {
    fill: #242b67 !important; }
  .lighting-left-inner h2, .lighting-right h2 {
    font-size: 2rem; }
  .hero-buttons {
    flex-flow: column;
    align-items: center; }
  article.footer-info-col.footer-info-col--small-4 {
    width: 100%; }
  .page-sidebar + .page-content .productGrid .product {
    width: 50%; }
  .cta-button {
    font-size: 16px; }
  #facetedSearch .accordion-navigation .accordion-title {
    font-weight: 600 !important;
    font-size: 16px;
    padding: 10px; }
  span.tab-title {
    font-size: 18px; }
  #accordion svg.accordion-icon.arrow.down {
    top: 0px; }
  .footer, .footer-social .footer-info-heading, .footer-info-col > :first-child {
    text-align: center;
    margin: 0 auto !important; }
  .footer-info {
    justify-content: center; }
  .footer-info-col
.footer-logo-img {
    margin-left: auto;
    margin-right: auto; }
  .footer-col-1 {
    text-align: center; }
  .footer-logo-img {
    margin-left: auto;
    margin-right: auto; }
  .footer-col-1 p {
    margin-left: auto;
    margin-right: auto; }
  .footer-addresses, .footer-hours, .footer-social {
    margin-left: auto;
    margin-right: auto; }
  .footer-address-block {
    text-align: center; }
  .footer-hours span {
    min-width: 0; }
  .socialLinks {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto !important;
    padding: 0 !important; }
  .socialLinks--alt .icon {
    margin-right: 0 !important; }
  .footer-info-list {
    text-align: center; }
  .footer-info-list li {
    margin: 0 0 4px 0; }
  .footer-info-list a {
    display: inline-block;
    padding: 4px 0; }
  .footer-col-1 p {
    max-width: none; }
  .icon-block-wrap {
    grid-template-columns: 1fr;
    gap: 35px; }
  .category-item {
    flex: 0 0 80%;
    max-width: 80%; }
  .top-bar-right a {
    color: #2860a9; }
  h2.hp-h2 {
    font-size: 1.75em; }
  .product-specs {
    grid-template-columns: 1fr;
    row-gap: 0; }
  dd.product-spec__value {
    margin-bottom: 15px; }
  .footer-hours {
    text-align: center; } }

@media screen and (max-width: 425px) {
  .body {
    margin-top: 85px; }
  .top-bar-left {
    width: 100%; }
  .tb-phone {
    flex-flow: column;
    width: 50%;
    text-align: center;
    line-height: 1.25;
    margin: 0.3125em 0; }
  .top-bar-right {
    position: absolute;
    top: 3.4375em; }
  h2, .lighting-left-inner h2, .lighting-right h2 {
    font-size: 1.5em !important;
    line-height: 1.25; }
  .category-item {
    flex: 0 0 85%;
    max-width: 85%; }
  .header, .header.is-open {
    height: 9em; }
  .top-bar.container {
    padding: 0;
    width: 100%; }
  .top-bar {
    flex-direction: column; }
  header .user-icons {
    flex-direction: row; }
  .top-bar-left {
    background: #000; }
  .top-bar-right {
    position: relative;
    display: flex;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    justify-content: center;
    gap: 0;
    right: 0;
    align-items: center; }
  .top-bar-right a {
    color: #fff; }
  header ul.navUser-section.navUser-section--alt {
    padding: 10px 0;
    float: none;
    width: auto; }
  .header .user-icons svg {
    fill: #fff !important; }
  .lighting-section {
    margin-top: 5em; }
  .lighting-left-inner h2, .lighting-right h2 {
    font-size: 1.75rem; }
  .category-item h3 {
    padding: .7em 1em;
    min-width: 15em; }
  .ci-intro h1 {
    font-size: 1.625em !important; } }

@media screen and (max-width: 375px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 100%; }
  .cta-button {
    font-size: 14px; }
  .category-item h3 {
    padding: .75em;
    min-width: 12em; }
  .lighting-left-inner {
    padding: 1em 1.5em 1.5em; }
  .lighting-button {
    width: 100%; }
  .category-item h3 {
    min-width: 15em; } }

@media (prefers-reduced-motion: reduce) {
  .icon-btn, .prod-fab {
    transition: none; }
  .icon-btn[data-tip]::after, .icon-btn[data-tip]::before {
    transition: none; }
  #facetedSearch .accordion-content {
    transition: none; } }
