/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: test_flatsome
Version: 2.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
  --us-brand-blue: #004c80;
  --us-brand-blue-2: #075b90;
  --us-brand-blue-dark: #063f68;
  --us-brand-orange: #f8b449;
  --us-brand-orange-dark: #d98d19;
  --us-ink: #2e343b;
  --us-muted: #69727d;
  --us-line: #e1e6ea;
  --us-surface: #ffffff;
  --us-surface-soft: #f5f7f8;
  --us-max: 1180px;
  --us-shadow: 0 12px 32px rgba(0, 57, 95, 0.12);
  --us-radius: 10px;
}

html {
    scroll-behavior: smooth;
}

#quote-form {
    scroll-margin-top: 100px; /* Adjust to your header height */
}

/* -- topbar -- */
#top-bar .left-text {
    width: 100%;
    font-weight: 700;
    text-align: center;
}

/* -- main header bar -- */
.header-wrapper #masthead .right-links > ul {
    padding-top: 0px;
}

.us-eyebrow {
    margin-bottom: 12px;
    /*color: var(--brand-orange);*/
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.us-hero-title {
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.17;
}

.us-button .wp-element-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 24px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.us-button-primary .wp-element-button {
    background: #0a78b7;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12);
}

.us-button-ghost .wp-element-button {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.52);
}

.us-button .wp-element-button:hover, 
.us-button .wp-element-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.us-button-primary .wp-element-button:hover, 
.us-button-primary .wp-element-button:focus-visible {
    background: #1188c9;
}

.us-local-line {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.8rem;
}

.product-category.ux-box.ux-text-badge .ux-box-text {
    position: relative;
    bottom: 0;
    background-color: transparent;
}

.product-category {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 9px 14px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 9px;
    text-align: center;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}


.product-category:hover, .product-category:focus-visible {
    transform: translateY(-5px);
    border-color: #d7e4ec;
    box-shadow: var(--us-shadow);
    outline: none;
}

.product-category .header-title {
    display: block;
    margin-top: 4px;
    color: #3d444b;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.28 !important;
    text-transform: capitalize;
}

.product-category .smallest-font {
    display: block;
    margin-top: 5px;
    color: #69727d;
    font-size: 0.66rem;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}


.us-site-shell {
  width: min(calc(100% - 40px), var(--us-max));
  margin-inline: auto;
}

.us-narrow-shell {
  max-width: 980px;
}

.us-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.us-skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  transform: translateY(-150%);
  padding: 10px 14px;
  background: #fff;
  color: var(--us-brand-blue);
  border-radius: 5px;
  box-shadow: var(--us-shadow);
}

.us-skip-link:focus {
  transform: translateY(0);
}

.us-announcement {
  min-height: 31px;
  display: flex;
  align-items: center;
  background: var(--us-brand-orange);
  color: #3f2a02;
  text-align: center;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.us-site-header {
  position: relative;
  z-index: 20;
  background: #fff;
}

.us-masthead {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.us-brand img {
  width: 215px;
}

.us-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.us-phone-link {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  color: #5d646b;
  border: 1px solid #b9c0c5;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
}

.us-phone-link:hover,
.us-phone-link:focus-visible,
.us-round-link:hover,
.us-round-link:focus-visible {
  color: var(--us-brand-blue);
  border-color: var(--us-brand-blue);
}

.us-round-link {
  width: 39px;
  height: 39px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #b9c0c5;
  border-radius: 50%;
  color: #687078;
}

.us-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 6px;
  background: var(--us-brand-blue);
  cursor: pointer;
}

.us-menu-toggle-bars,
.us-menu-toggle-bars::before,
.us-menu-toggle-bars::after {
  width: 20px;
  height: 2px;
  display: block;
  background: #fff;
  content: "";
  transition: transform 0.2s ease;
}

.us-menu-toggle-bars::before {
  transform: translateY(-6px);
}

.us-menu-toggle-bars::after {
  transform: translateY(4px);
}

.us-primary-nav {
  background: var(--us-brand-blue);
  color: #fff;
}

.us-nav-shell {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.us-nav-shell a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  opacity: 0.95;
}

.us-nav-shell a::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 2px;
  background: var(--us-brand-orange);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.18s ease;
  content: "";
}

.us-nav-shell a:hover::after,
.us-nav-shell a:focus-visible::after {
  transform: scaleX(1);
}

.us-nav-shell .us-nav-special {
  color: #ffe3ad;
}



.us-sport-selector {
  position: relative;
  z-index: 3;
  padding: 28px 0 18px;
  background: #fff;
}

.us-sport-selector .row {
    max-width: none;
}

.us-section-heading {
  display: grid;
  grid-template-columns: minmax(30px, 1fr) auto minmax(30px, 1fr);
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
  text-align: center;
}

.us-compact-heading {
  margin-bottom: 20px;
}

.us-heading-line {
  height: 1px;
  background: var(--us-line);
}

.us-sport-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.us-sport-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 9px 14px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 9px;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.us-sport-card:hover,
.us-sport-card:focus-visible {
  transform: translateY(-5px);
  border-color: #d7e4ec;
  box-shadow: var(--us-shadow);
  outline: none;
}

.us-sport-card img {
  width: 100%;
  max-width: 150px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.us-sport-card-title {
  display: block;
  margin-top: 4px;
  color: #3d444b;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.28;
}

.us-sport-card-meta {
  display: block;
  margin-top: 5px;
  color: var(--us-muted);
  font-size: 0.66rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.us-spec-bar {
  background: #eef4f7;
  border-block: 1px solid #dce7ed;
}

.us-spec-bar ul {
  min-height: 52px;
  display: grid;
  grid-template-columns: repeat(6, auto);
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.us-spec-bar li {
  padding: 4px 18px;
  color: #4e5d67;
  font-size: 0.72rem;
  white-space: nowrap;
}

.us-spec-bar li + li {
  border-left: 1px solid #cddbe3;
}

.us-spec-bar strong {
  color: var(--us-brand-blue);
}

.us-conversion-strip {
  background: #fff;
}

.us-conversion-grid {
  max-width: 990px;
  display: grid;
  grid-template-columns: 1.35fr 0.8fr;
}

.us-quote-panel,
.us-call-panel {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  text-transform: uppercase;
}

.us-quote-panel {
  background: var(--us-brand-orange);
  color: #2a210e;
}

.us-quote-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.us-quote-link {
  padding: 9px 16px;
  border: 2px solid #6e4d0e;
  font-size: 0.65rem;
  font-weight: 800;
}

.us-call-panel {
  flex-direction: column;
  gap: 2px;
  background: var(--us-brand-blue);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.us-call-panel strong {
  font-size: 1rem;
}

.us-section-pad {
  padding: 64px 0;
}

.us-how-it-works {
  background: #fff;
}

.us-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.us-step-card {
  position: relative;
  min-height: 185px;
  padding: 30px 22px 24px;
  background: #fff;
  border: 1px solid var(--us-line);
  border-radius: var(--us-radius);
  box-shadow: 0 8px 22px rgba(0, 57, 95, 0.06);
}

.us-step-number {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  background: var(--us-brand-orange);
  color: #2f2208;
  border-radius: 50%;
  font-weight: 900;
}

.us-step-card h3 {
  color: var(--us-brand-blue);
}

.us-step-card p {
  margin-bottom: 0;
  color: var(--us-muted);
  font-size: 0.9rem;
}

.us-featured {
  background: var(--us-surface-soft);
}

.us-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.us-product-card {
  min-width: 0;
  padding: 18px 18px 20px;
  background: #fff;
  border: 1px solid #e4e9ec;
  border-radius: 9px;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.us-product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--us-shadow);
}

.us-product-image-wrap {
  position: relative;
  min-height: 235px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(to bottom, #fff, #f7fafb);
  border-radius: 7px;
}

.us-product-image-wrap img {
  width: 225px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.us-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.us-badge-stock {
  background: #75a955;
}

.us-badge-new {
  background: var(--us-brand-orange);
}

.us-product-kicker {
  margin: 13px 0 5px;
  color: #92999e;
  font-size: 0.66rem;
  text-transform: uppercase;
}

.us-product-card h3 {
  /*min-height: 40px;*/
  margin-bottom: 5px;
  color: #1e5a86;
  font-size: 0.88rem;
  font-weight: 600;
}

.us-product-card h3 a:hover,
.us-product-card h3 a:focus-visible,
.us-text-link:hover,
.us-text-link:focus-visible {
  text-decoration: underline;
}

.us-product-price {
  margin-bottom: 10px;
  color: #43494f;
  font-size: 0.82rem;
  font-weight: 800;
}

.us-text-link {
  color: var(--us-brand-blue);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.us-reviews {
  padding: 50px 0 38px;
  background: var(--us-brand-blue);
  color: #fff;
}

.us-review-shell {
  max-width: 760px;
  text-align: left;
}

.us-review-copy {
  max-width: 660px;
  margin-inline: auto;
}

.us-stars {
  margin-bottom: 10px;
  color: var(--us-brand-orange);
  letter-spacing: 0.12em;
}

blockquote {
  margin: 0 0 17px;
  color: rgba(255, 255, 255, 0.93);
  font-size: 0.92rem;
  font-style: italic;
}

cite {
  font-size: 0.78rem;
  font-weight: 800;
}

.us-review-controls {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 25px;
}

.us-review-controls span {
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.7;
}

.us-review-controls .us-active {
  background: #fff;
  opacity: 1;
}

.us-pricing {
  background: #fff;
}

.us-pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 45px;
  align-items: center;
}

.us-pricing-copy > p {
  color: #626a71;
}

.us-fact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 0;
}

.us-fact-list div {
  padding: 14px 16px;
  background: #f4f7f8;
  border-left: 4px solid var(--us-brand-orange);
}

.us-fact-list dt {
  color: #707980;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.us-fact-list dd {
  margin: 4px 0 0;
  color: var(--us-brand-blue);
  font-size: 0.9rem;
  font-weight: 800;
}

.us-video-card {
  position: relative;
  min-height: 290px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #26313a;
  border-radius: 10px;
  box-shadow: var(--us-shadow);
}

.us-video-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 60%);
  content: "";
}

.us-video-card img {
  width: 250px;
}

.us-play-button {
  position: absolute;
  z-index: 2;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  padding-left: 5px;
  background: #ff003c;
  color: #fff;
  border-radius: 15px;
  box-shadow: 0 9px 20px rgba(0, 0, 0, 0.25);
  font-size: 1.5rem;
}

.us-video-label {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 14px;
  left: 18px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.us-faq-section {
  background: var(--us-surface-soft);
}

.us-faq-list {
  display: grid;
  gap: 10px;
}

.us-faq-list details {
  background: #fff;
  border: 1px solid #dde4e8;
  border-radius: 8px;
}

.us-faq-list summary {
  position: relative;
  padding: 17px 50px 17px 19px;
  color: #3d464d;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.us-faq-list summary::-webkit-details-marker {
  display: none;
}

.us-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  background: #edf3f6;
  color: var(--us-brand-blue);
  border-radius: 50%;
  content: "+";
}

.us-faq-list details[open] summary::after {
  content: "−";
}

.us-faq-list details p {
  margin: 0;
  padding: 0 19px 20px;
  color: #626b72;
  font-size: 0.9rem;
}

.us-quote-section {
  padding: 70px 0;
  background: linear-gradient(105deg, #04466f, #075b90);
  color: #fff;
}

.us-quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 55px;
  align-items: center;
}

.us-quote-copy h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.us-quote-copy p {
  color: rgba(255, 255, 255, 0.83);
}

.us-quote-contact {
  display: grid;
  gap: 7px;
  margin-top: 24px;
  font-size: 0.9rem;
}

.us-quote-contact a {
  color: #fff0ca;
  font-weight: 800;
}

.us-quote-form {
  display: grid;
  gap: 14px;
  padding: 25px;
  background: #fff;
  color: var(--us-ink);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(0, 22, 38, 0.28);
}

.us-quote-form .submit-container,
.us-quote-form form {
    margin-bottom: 0;
}

.us-quote-form label {
  /*display: grid;*/
  /*gap: 6px;*/
  color: #556069;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}

.us-quote-form input,
.us-quote-form select {
  width: 100%;
  min-height: 44px;
  padding: 8px 11px;
  background: #fff;
  border: 1px solid #cfd7dc;
  border-radius: 5px;
  color: #2e3439;
  text-transform: none;
}

.us-quote-form input:focus,
.us-quote-form select:focus {
  border-color: var(--us-brand-blue);
  outline: 3px solid rgba(0, 76, 128, 0.12);
}

.us-quote-form #nf-field-11-container,
.us-quote-form #nf-field-10-container,
.us-quote-form #nf-field-6-container,
.us-quote-form #nf-field-5-container {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.us-quote-form #nf-field-11-container,
.us-quote-form #nf-field-6-container {
    margin-left: 15px;
}

.us-quote-form #nf-field-7-container textarea {
    height: 100px;
}

.us-quote-form .field-wrap input[type=submit] {
    width: 100%;
}

.us-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.nf-form-fields-required {
    padding-bottom: 9px;   
}

.us-brand-row .row.container {
    margin-bottom: 0 !important;
}


.us-brand-row {
  padding: 26px 0;
  background: #fff;
}

/*.us-brand-row img {*/
/*  width: 100%;*/
/*  max-width: 1000px;*/
/*  margin-inline: auto;*/
/*}*/

.us-site-footer {
  background: var(--us-brand-blue);
  color: #fff;
}

.us-footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 70px;
  padding-block: 48px 44px;
}

.us-footer-grid h2 {
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 12px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.us-footer-grid h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--us-brand-orange);
  content: "";
}

.us-footer-logo {
  width: 240px;
  margin-bottom: 14px;
  background: #fff;
}

.us-footer-grid p,
.us-footer-grid address,
.us-footer-grid li {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  font-style: normal;
}

.us-footer-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.us-footer-grid li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.us-footer-grid li a {
  display: block;
  padding: 8px 0;
}

.us-footer-grid a:hover,
.us-footer-grid a:focus-visible {
  color: var(--us-brand-orange);
}

.us-footer-bottom {
  padding: 14px 0;
  background: #292d31;
  color: #aaa;
  font-size: 0.7rem;
}

@media (max-width: 1080px) {
  .us-nav-shell {
    gap: 14px;
  }

  .us-nav-shell a {
    font-size: 0.67rem;
  }

  .us-sport-grid {
    gap: 5px;
  }

  .us-spec-bar ul {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .us-product-grid {
    gap: 14px;
  }
}

@media (max-width: 900px) {
  .us-site-shell {
    width: min(calc(100% - 28px), var(--us-max));
  }

  .us-masthead {
    min-height: 70px;
  }

  .us-brand img {
    width: 186px;
  }

  .us-phone-link span:not(.us-icon) {
    display: none;
  }

  .us-phone-link {
    width: 39px;
    padding: 0;
    justify-content: center;
  }

  .us-round-link {
    display: none;
  }

  .us-menu-toggle {
    display: grid;
  }

  .us-primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.22);
  }

  .us-primary-nav.us-is-open {
    display: block;
  }

  .us-nav-shell {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 0;
    padding-block: 10px;
  }

  .us-nav-shell a {
    min-height: 44px;
    padding: 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .us-nav-shell a::after {
    display: none;
  }

  .us-hero-grid {
    min-height: 420px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  }

  .us-hero-copy {
    padding-block: 42px;
  }

  .us-hero-visual {
    margin-right: -100px;
  }

  .us-sport-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 4px 1px 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .us-sport-card {
    flex: 0 0 168px;
    scroll-snap-align: start;
    border-color: #edf1f3;
  }

  .us-steps-grid,
  .us-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .us-pricing-layout,
  .us-quote-layout {
    grid-template-columns: 1fr;
  }

  .us-video-card {
    max-width: 520px;
    width: 100%;
    margin-inline: auto;
  }

  .us-quote-form {
    max-width: 680px;
  }

  .us-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }

  .us-footer-grid section:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
    .social-icons {
        padding-top: 15px;
    }
}

@media (max-width: 640px) {
  h1 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .us-announcement {
    min-height: 28px;
    font-size: 0.66rem;
  }

  .us-masthead {
    min-height: 64px;
  }

  .us-brand img {
    width: 168px;
  }

  .us-hero-grid {
    min-height: 410px;
    display: block;
  }

  .us-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 490px;
    padding: 34px 0 120px;
  }

  .us-hero-lead {
    max-width: 92%;
    font-size: 0.9rem;
  }

  .us-hero-actions {
    gap: 9px;
  }

  .us-button {
    min-height: 43px;
    padding: 0 17px;
    font-size: 0.69rem;
  }

  .us-hero-visual {
    position: absolute;
    right: -32px;
    bottom: -10px;
    width: 330px;
    margin: 0;
    opacity: 0.52;
  }

  .us-local-line {
    max-width: 82%;
    font-size: 0.71rem;
  }

  .us-sport-selector {
    padding-top: 22px;
  }

  .us-section-heading {
    display: block;
    margin-bottom: 24px;
  }

  .us-compact-heading {
    margin-bottom: 14px;
  }

  .us-heading-line {
    display: none;
  }

  .us-sport-selector h2 {
    text-align: left;
    font-size: 1.25rem;
  }

  .us-sport-card {
    flex-basis: 150px;
    padding: 8px 8px 11px;
  }

  .us-sport-card img {
    max-width: 118px;
  }

  .us-sport-card-title {
    font-size: 0.74rem;
  }

  .us-sport-card-meta {
    font-size: 0.59rem;
  }

  .us-spec-bar li {
    padding-inline: 14px;
    font-size: 0.66rem;
  }

  .us-conversion-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .us-quote-panel,
  .us-call-panel {
    min-height: 62px;
  }

  .us-quote-title {
    font-size: 0.94rem;
  }

  .us-quote-link {
    padding: 7px 10px;
    font-size: 0.59rem;
  }

  .us-section-pad {
    padding: 48px 0;
  }

  .us-steps-grid,
  .us-product-grid,
  .us-fact-list,
  .us-form-row,
  .us-footer-grid {
    grid-template-columns: 1fr;
  }

  .us-step-card {
    min-height: 0;
  }

  .us-product-grid {
    max-width: 430px;
    margin-inline: auto;
  }

  .us-product-image-wrap {
    min-height: 215px;
  }

  .us-review-shell {
    width: min(calc(100% - 42px), 760px);
  }

  .us-pricing-layout {
    gap: 28px;
  }

  .us-video-card {
    min-height: 260px;
  }

  .us-quote-section {
    padding: 52px 0;
  }

  .us-quote-layout {
    gap: 30px;
  }

  .us-quote-form {
    padding: 19px;
  }

  .us-brand-row {
    overflow: hidden;
  }
  
  .us-brand-row .small-12 {
    width: 33.333%;
    text-align: center;
}

  /*.us-brand-row img {*/
  /*  width: 780px;*/
  /*  max-width: none;*/
  /*  transform: translateX(-12%);*/
  /*}*/

  .us-footer-grid {
    gap: 28px;
    padding-block: 38px;
  }

  .us-footer-grid section:first-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}




@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
