@font-face {
    font-family: 'Onest_regular';
    src: url('../fonts/Onest-regular.woff') format('woff');
    font-weight: regular;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Onest_bold';
    src: url('../fonts/Onest-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal; 
    font-display: swap;
}

/* No underline on the header navigation links */
#header-outer #top nav > ul > li > a .menu-title-text:after,
#header-outer #top nav > ul > li > a:hover .menu-title-text:after,
#header-outer #top nav > ul > .sfHover > a .menu-title-text:after,
#header-outer .flux-mobile-only.mobile-header li > a .menu-title-text:after {
    display: none !important;
}

/* Header call-to-action button */
#header-outer #top nav > ul.buttons > li.menu-item-cta > a.header-cta-button {
    border: 2px solid #ffffff;
    padding: 11px 20px !important;
    line-height: 1;
    display: inline-block;
    transition: background-color 0.2s ease;
}
#header-outer #top nav > ul.buttons > li.menu-item-cta > a.header-cta-button .menu-title-text {
    color: #ffffff !important;
    transition: color 0.2s ease;
}
#header-outer #top nav > ul.buttons > li.menu-item-cta > a.header-cta-button:hover {
    background-color: #ffffff;
}
#header-outer #top nav > ul.buttons > li.menu-item-cta > a.header-cta-button:hover .menu-title-text {
    color: #0b0b0b !important;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul.buttons > li.menu-item-cta > a .menu-title-text:after {
    display: none !important;
}


/*

:root {
    --size-factor: 1;
}




  @media (max-width: 1200px) {
    :root {
      --size-factor: 1;
    }
  }
  
  @media (max-width: 768px) {
    :root {
      --size-factor: 0.8;
    }
  }
  
  @media (max-width: 480px) {
    :root {
      --size-factor: 0.75;
    }
  }
  



h1, h2, h3, h4, h5, h6, p {
    font-family: 'Onest_regular' !important;
    font-weight: 400 !important;
}

p {
    font-size: 16px !important;
    color: #bababa !important;
    line-height: 1.688em !important;
}

strong {
    font-family: 'Onest_bold' !important;
}


h1 {
    font-size: calc(50px * var(--size-factor));
    line-height: 1.25 !important;
    text-align: center !important;
    @media (max-width: 1024px) {
        font-size: 30px !important;
        padding-left: 4vw !important;
        padding-right: 4vw !important;
    }
    @media (max-width: 768px) {
        font-size: 25px !important;
        padding-left: 8vw !important;
        padding-right: 8vw !important;
    }
}


h2 {
    font-size: calc(40px * var(--size-factor));
    font-weight: 700 !important;
    font-family: 'Onest_bold' !important;
}


h3 {
    font-size: calc(24px * var(--size-factor));
    color: #ffffff !important;
}


#header-outer.small-nav {
    background: #00000046 !important;
    background-color: #00000046 !important;
    width: 100vw !important;
    max-width: unset !important;
    margin: 0 auto !important;
}


.container.main-content {
    max-width: 100% !important;
        padding: 0 !important;
} 

.centerthis {
    margin-left: auto !important;
    margin-right: auto !important;
}

.flux-button.large.see-through, .flux-button {
 padding: 22px 28px !important;
 @media (max-width: 599px) {
    padding: 18px 24px !important;
 }

}

/*
/* Product card action buttons (Request a quote / Learn More) */
.product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}
.product-actions .flux-button {
    margin: 0 !important;
    padding: 16px 24px !important;
    opacity: 1 !important;
}
.product-actions .flux-button svg {
    margin: 0 6px;
    vertical-align: -3px;
}
