@charset "UTF-8";
/*
  #0A0A0A [Black]
  - Standard color for object, use when in doubt
  - All text aside from Stock messaging
  - Buy path buttons
*/
/*
  #FFFFFF [White]
  - Use when you want a section to stand out from the background
  - Do not use for text unless on a Black or 50% Black background
*/
/* $color-f6f0ed [Beige] - Sitewide background color */
/* $color-f7f8f4 - Sitewide background color RB */
/*
  #EDE3DE [Dark Beige]
  Use when you want to seperate something from the background without being as intense as White, creatign a more "soft" container
  Use for when the component shouldn't compete with the White containers for the user's attention
*/
/*
  $color-848484 [50% Black]
  - Use when Black is too bold
  - Use to differentiate between the different states of a component
*/
/* $color-cecece [25% Black] - Should be used for graphical elements only */
/* #C70000 [Red] - Use for error messaging */
/* $color-117c91 [Blue] - Use for stock messaging */
/* $color-0a0a0a - Use for stock messaging RB*/
/* $color-ff4f6a [Hot Pink] - Use for promotional messaging */
/* $color-e5572a - Use for promotional messaging RB*/
/*
  #FFE75F [Yellow]
  - Use sparingly for situations where many colors are needed to differentiate between items, as part of a set.
  - Do not use by itself
*/
/*
  #FF8C3F [Orange]
  - Use sparingly for situations where many colors are needed to differentiate between items, as part of a set
  - Do not use by itself
*/
/*
  #308215 [Green]
  - Under consideration
  - Use for success messaging
*/
/* ================================================= */
.font-weight-semibold {
    font-weight: 600 !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

@font-face {
    font-family: 'store_norske_tangobold';
  src: url("../fonts/tangosn-bold-webfont.eot");
  src: url("../fonts/tangosn-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tangosn-bold-webfont.woff2") format("woff2"), url("../fonts/tangosn-bold-webfont.woff") format("woff"), url("../fonts/tangosn-bold-webfont.ttf") format("truetype"), url("../fonts/tangosn-bold-webfont.svg#store_norske_tangobold") format("svg");
  font-weight: 400;
  font-style: normal;
}

html {
    font-family: var(--font-family-sans-serif);
}

h1 {
    font-family: "Supreme LL", "niveau-grotesk";
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
    color: #0a0a0a;
}

.table-success th,
.table-success td,
.table-success thead th {
    border-color: #308215;
}

.table-info th,
.table-info td,
.table-info thead th {
    border-color: #117c91;
}

.table-warning th,
.table-warning td,
.table-warning thead th {
    border-color: #ffe75f;
}

.table-light th,
.table-light td,
.table-light thead th {
    border-color: #ffffff;
}

.form-control {
    height: calc(1.5em + 0.75rem + 2px);
    font-weight: 400;
}

.form-check-input [disabled] ~ .form-check-label {
    color: #6c757d;
}

.btn {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #0a0a0a;
    background-color: #ffffff;
    text-transform: capitalize;
}

.btn:hover {
    color: #0a0a0a;
}

.btn-primary.disabled {
    color: #ffffff;
    background-color: rgba(10, 10, 10, 0.5);
    border-color: rgba(10, 10, 10, 0.5);
}

.btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    box-shadow: 0 0 0 0.2rem rgba(10, 10, 10, 0.7);
}

.btn-secondary {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
}

.btn-secondary:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-secondary:focus, .btn-secondary:focus {
    background-color: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-secondary.disabled {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background-color: rgba(10, 10, 10, 0.7);
    border-color: rgba(10, 10, 10, 0.7);
}

.dropdown-toggle {
    white-space: nowrap;
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

/*lu-siteM - Design system from 2020*/
:root {
    --lu_newblk: $color-0a0a0a;
    --lu_newred: #ff585d;
    --defColor: #efefeb;
    --lu_neworange: #ff8a3d;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
}

@media (min-width: 720px) {
    .mobile-show {
        display: none;
        visibility: hidden;
    }
}

#home-content div.homepage {
    overflow: visible !important;
}

@media (max-width: 45em) {
    #home-content div.homepage {
        display: flex;
        flex-direction: column;
    }

    #home-content div.homepage .lu-siteM {
        order: 3;
    }

    #home-content div.homepage .lu-siteM.sm--ord1 {
        order: 1;
    }

    #home-content div.homepage .lu-siteM.sm--ord2 {
        order: 2;
    }

    #home-content div.homepage > * {
        order: 3;
    }
}

@media screen and (max-width: 767.75px) {
    #home-content div#cert-recs {
        justify-content: center;
    }

    #home-content div#cert-recs .cert-rec {
        width: calc(50% - 30px);
    }
}

div.lu-siteM {
    overflow: visible !important;
    font-size: 16px;
    font-family: inherit;
    color: var(--lu_newblk, #0a0a0a);
}

div.lu-siteM * {
    color: var(--lu_newblk, #0a0a0a);
}

div.lu-siteM a:hover {
    text-decoration: none;
}

div.lu-siteM a:hover div,
    div.lu-siteM a:hover p,
    div.lu-siteM a:hover span {
    text-decoration: underline;
}

div.lu-siteM a:hover .cta {
    text-decoration: none;
}

div.lu-siteM .text-banner__link {
    text-decoration: none;
}

div.lu-siteM .hero--split .hero__content * {
    text-align: center;
}

div.lu-siteM img {
    width: 100%;
    height: auto;
}

div.lu-siteM .image-wrap {
    font-size: 0;
}

div.lu-siteM .overlay-text-block {
    margin: 0;
    padding-left: 1em;
    padding-right: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

div.lu-siteM .overlay-text-block--text-shadow,
  div.lu-siteM [data-lusm-textshadow="true"] {
    text-shadow: 0 0 6em rgba(10, 10, 10, 0.75);
}

div.lu-siteM .product-call__link--text-shadow,
  div.lu-siteM [data-lusm-prodtextshadow="true"] {
    text-shadow: 0 0 1em #0a0a0a;
}

div.lu-siteM .overlay-text-block--down-small,
  div.lu-siteM [data-lusm-placement="down-small"] {
    padding-top: 1em;
}

div.lu-siteM .overlay-text-block--down-medium,
  div.lu-siteM [data-lusm-placement="down-medium"] {
    padding-top: 2em;
}

div.lu-siteM .overlay-text-block--down-large,
  div.lu-siteM [data-lusm-placement="down-large"] {
    padding-top: 4em;
}

div.lu-siteM .overlay-text-block--up-small,
  div.lu-siteM [data-lusm-placement="up-small"] {
    padding-bottom: 1em;
}

div.lu-siteM .overlay-text-block--up-medium,
  div.lu-siteM [data-lusm-placement="up-medium"] {
    padding-bottom: 2em;
}

div.lu-siteM .overlay-text-block--up-large,
  div.lu-siteM [data-lusm-placement="up-large"] {
    padding-bottom: 4em;
}

div.lu-siteM .overlay-text-block--pin--to-top,
  div.lu-siteM [data-lusm-placement="pin-to-top"] {
    top: 1em;
    transform: none;
}

div.lu-siteM .overlay-text-block--pin-to-bottom,
  div.lu-siteM [data-lusm-placement="pin-to-bottom"] {
    bottom: 1em;
    transform: none;
    padding-top: 0;
    padding-bottom: 0;
    top: auto;
}

div.lu-siteM .overlay-text-block--left,
  div.lu-siteM [data-lusm-textalign="left"] {
    text-align: left;
}

div.lu-siteM .overlay-text-block--center,
  div.lu-siteM [data-lusm-textalign="center"] {
    text-align: center;
}

div.lu-siteM .emphasis {
    font-weight: 700;
}

div.lu-siteM .font-light {
    font-weight: 400;
}

div.lu-siteM .font-upper {
    text-transform: none;
}

div.lu-siteM .font-sans,
  div.lu-siteM .font-serif {
    font-family: inherit;
}

div.lu-siteM .font-headline {
    line-height: 1.125;
}

div.lu-siteM .font-body {
    line-height: 1.25;
}

div.lu-siteM .text-align-left {
    text-align: left;
}

div.lu-siteM .text-align-center {
    text-align: center;
}

div.lu-siteM .sm-grid {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    margin-left: -.5em;
    margin-right: -.5em;
}

div.lu-siteM .sm-grid__item {
    margin: 0;
    padding-left: .5em;
    padding-right: .5em;
}

div.lu-siteM .sm-grid__item--sm-2 {
    width: 16.66667%;
}

div.lu-siteM .sm-grid__item--sm-3 {
    width: 25%;
}

div.lu-siteM .sm-grid__item--sm-4 {
    width: 33.33333%;
}

div.lu-siteM .sm-grid__item--sm-6 {
    width: 50%;
}

div.lu-siteM .sm-grid__item--sm-8 {
    width: 66.66667%;
}

div.lu-siteM .sm-grid__item--sm-9 {
    width: 75%;
}

div.lu-siteM .sm-grid__item--sm-10 {
    width: 83.33333%;
}

div.lu-siteM .sm-grid__item--sm-12 {
    width: 100%;
}

div.lu-siteM .cover-link {
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

div.lu-siteM .overlay-none,
  div.lu-siteM [data-lusm-overlay="none"] {
    background-color: transparent;
}

div.lu-siteM .overlay-black-light,
  div.lu-siteM [data-lusm-overlay="black-light"] {
    background-color: rgba(10, 10, 10, 0.15);
}

div.lu-siteM .overlay-black-medium,
  div.lu-siteM [data-lusm-overlay="black-medium"] {
    background-color: rgba(10, 10, 10, 0.25);
}

div.lu-siteM .overlay-black-strong,
  div.lu-siteM [data-lusm-overlay="black-strong"] {
    background-color: rgba(10, 10, 10, 0.35);
}

div.lu-siteM .overlay-white-light,
  div.lu-siteM [data-lusm-overlay="white-light"] {
    background-color: rgba(255, 255, 255, 0.65);
}

div.lu-siteM .overlay-white-medium,
  div.lu-siteM [data-lusm-overlay="white-medium"] {
    background-color: rgba(255, 255, 255, 0.75);
}

div.lu-siteM .overlay-white-strong,
  div.lu-siteM [data-lusm-overlay="white-strong"] {
    background-color: rgba(255, 255, 255, 0.85);
}

div.lu-siteM .product-call {
    margin: 0;
    padding: 0;
    bottom: .75em;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}

div.lu-siteM .product-call--block {
    position: static;
    bottom: auto;
    margin-top: .75em;
}

div.lu-siteM .product-call__link {
    color: #ffffff;
    font-size: .79012em;
    font-weight: 400;
    text-decoration: none;
}

div.lu-siteM .product-call__link--gray {
    color: var(--lu_newblk, #0a0a0a);
}

div.lu-siteM .product-call__link:focus, div.lu-siteM .product-call__link:hover {
    text-decoration: underline !important;
}

div.lu-siteM .cta-text {
    margin: 0;
    padding: 0;
    margin-top: .5em;
}

div.lu-siteM .cta-text__content {
    color: var(--defColor, #efefeb);
    font-size: .88889em;
    font-weight: 700;
    letter-spacing: .07088em;
    text-decoration: none;
    text-transform: none;
}

div.lu-siteM .cta-text__savings {
    color: var(--lu_newblk, #0a0a0a);
    font-family: inherit;
    font-weight: 700;
    text-transform: none;
}

div.lu-siteM .cta-button {
    background-color: transparent;
    border-color: var(--lu_newblk, #0a0a0a);
    border-style: none;
    border-width: 0;
    color: var(--lu_neworange, #ff8a3d);
    display: inline-block;
    font-size: .88889em;
    margin: 0;
    margin-top: 1.125em;
    padding-top: .77063em;
    padding-bottom: .63562em;
    padding-right: .98438em;
    padding-left: .98438em;
}

div.lu-siteM .cta-button--ghost,
  div.lu-siteM [data-lusm-buttonstyle="ghost"] {
    background: none;
    border-color: #ffffff;
}

div.lu-siteM .cta-button--gray-ghost,
  div.lu-siteM [data-lusm-buttonstyle="gray-ghost"] {
    background: none;
    border-color: var(--lu_newblk, #0a0a0a);
    color: var(--lu_newblk, #0a0a0a);
}

div.lu-siteM .cta-button--white,
  div.lu-siteM [data-lusm-buttonstyle="white"] {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--defColor, #efefeb);
}

div.lu-siteM .cta-button--white-gray,
  div.lu-siteM [data-lusm-buttonstyle="white-gray"] {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--lu_newblk, #0a0a0a);
}

div.lu-siteM .cta-button--white-red,
  div.lu-siteM [data-lusm-buttonstyle="white-red"] {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--lu_newred, #ff585d);
}

div.lu-siteM .cta-button--red-white,
  div.lu-siteM [data-lusm-buttonstyle="red-white"] {
    background: var(--lu_newred, #ff585d);
    border-color: var(--lu_newred, #ff585d);
    color: #ffffff;
}

div.lu-siteM .cta-button__content {
    font-weight: 700;
    letter-spacing: .07088em;
    text-decoration: none;
    text-transform: none;
    color: var(--lu_newblk, #0a0a0a);
}

div.lu-siteM .cta-button__content svg {
    display: none;
}

div.lu-siteM .font-book {
    font-weight: 400;
}

div.lu-siteM .font-bold {
    font-weight: 700;
}

div.lu-siteM .font-white,
  div.lu-siteM .font-gray-xlight {
    color: #ffffff;
}

div.lu-siteM .font-gray-light {
    color: var(--defColor, #efefeb);
}

div.lu-siteM .font-gray-medium,
  div.lu-siteM .font-gray,
  div.lu-siteM .font-gray-dark,
  div.lu-siteM .font-gray-xdark {
    color: var(--lu_newblk, #0a0a0a);
}

div.lu-siteM .font-red {
    color: var(--lu_newred, #ff585d) !important;
}

div.lu-siteM .font-blue {
    color: inherit;
}

div.lu-siteM .font-uppercase {
    text-transform: none;
}

div.lu-siteM .no-wrap {
    white-space: nowrap;
}

div.lu-siteM .space-bot-lg {
    margin-bottom: 4em !important;
}

div.lu-siteM .space-top-lg {
    margin-top: 4em !important;
}

div.lu-siteM .space-bot-sm {
    margin-bottom: 2em !important;
}

div.lu-siteM .space-top-sm {
    margin-top: 2em !important;
}

div.lu-siteM .margin-bot-0 {
    margin-bottom: 0;
}

div.lu-siteM .margin-bot-1 {
    margin-bottom: .25em;
}

div.lu-siteM .margin-bot-2 {
    margin-bottom: .5em;
}

div.lu-siteM .margin-bot-3 {
    margin-bottom: .75em;
}

div.lu-siteM .margin-bot-4 {
    margin-bottom: 1em;
}

div.lu-siteM .margin-bot-5 {
    margin-bottom: 1.5em;
}

div.lu-siteM .margin-bot-6 {
    margin-bottom: 2em;
}

div.lu-siteM .margin-bot-7 {
    margin-bottom: 3em;
}

div.lu-siteM .margin-bot-8 {
    margin-bottom: 4em;
}

div.lu-siteM .margin-bot-9 {
    margin-bottom: 6em;
}

div.lu-siteM .margin-bot-10 {
    margin-bottom: 8em;
}

div.lu-siteM .ribbon {
    margin: 0;
    padding: 0;
    background-color: var(--lu_newred, #ff585d);
    color: #ffffff;
    display: block;
    font-family: inherit;
    font-size: 1.26563em;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}

div.lu-siteM .ribbon span.urgency-block {
    display: block;
    padding-top: .24494em;
    padding-bottom: .15012em;
}

div.lu-siteM .ribbon--large {
    font-size: 1.26563em;
    margin-top: .39506em;
    position: relative;
}

div.lu-siteM .ribbon--large span.urgency-block {
    padding-top: .24494em;
    padding-bottom: .15012em;
}

div.lu-siteM .timer__value {
    font-weight: 700;
}

div.lu-siteM .hp-primary {
    margin-bottom: 1em;
    padding: 0;
    position: relative;
    font-family: inherit;
    margin-top: .39506em;
}

div.lu-siteM .hp-primary__main {
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-color: #0a0a0a;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 135%;
}

div.lu-siteM .hp-primary__main:focus .product-call,
    div.lu-siteM .hp-primary__main:hover .product-call {
    opacity: 1;
}

div.lu-siteM .hp-primary__headline {
    color: #ffffff;
    font-size: 2.2807em;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-transform: none;
}

div.lu-siteM .hp-primary__savings {
    color: #ffffff;
    font-family: inherit;
    font-size: 2.02729em;
    font-weight: 700;
    line-height: 1.125;
    margin: 0;
    margin-top: .12332em;
    padding: 0;
}

div.lu-siteM .hp-primary__subtext {
    color: #ffffff;
    font-size: 1em;
    line-height: 1.25;
    font-weight: 400;
    margin: 0;
    margin-top: .75em;
    padding: 0;
}

div.lu-siteM .hp-primary__main--static {
    padding: 0;
    height: auto;
    width: 100%;
    position: relative;
    display: block;
    background: none;
}

div.lu-siteM .hp-primary__main--static a {
    position: static;
}

div.lu-siteM .hp-primary__main--static img {
    width: 100%;
    height: auto;
}

div.lu-siteM .overlay-text-block__headline {
    color: #ffffff;
    font-size: 2.02729em;
    font-weight: 700;
    line-height: 1.125;
    margin: 0;
    padding: 0;
    text-transform: none;
}

div.lu-siteM .overlay-text-block__savings {
    color: #ffffff;
    font-family: inherit;
    font-size: 2.02729em;
    font-weight: 700;
    line-height: 1.125;
    margin: .12332em 0 0;
    padding: 0;
}

div.lu-siteM .overlay-text-block__subtext {
    color: #ffffff;
    font-size: 1em;
    line-height: 1.25;
    margin: .5em 0 0;
    padding: 0;
    font-weight: 400;
}

div.lu-siteM .overlay-text-block__headline--editorial,
  div.lu-siteM [data-lusm-contenttype="editorial"] .overlay-text-block__headline {
    font-family: inherit;
    font-size: 2.2807em;
    font-weight: 700;
    text-transform: none;
}

div.lu-siteM [data-lusm-textcolor="gray"] .overlay-text-block__headline,
  div.lu-siteM [data-lusm-textcolor="gray"] .overlay-text-block__savings,
  div.lu-siteM [data-lusm-textcolor="gray"] .overlay-text-block__subtext {
    color: var(--lu_newblk, #0a0a0a);
}

div.lu-siteM .overlay-text-block__headline--gray,
  div.lu-siteM .overlay-text-block__savings--gray,
  div.lu-siteM .overlay-text-block__subtext--gray {
    color: var(--lu_newblk, #0a0a0a);
}

div.lu-siteM .full-width-overlay {
    margin-bottom: 1em;
    padding: 0;
    position: relative;
    font-family: inherit;
}

div.lu-siteM .full-width-overlay__main {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-color: #0a0a0a;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 105%;
}

div.lu-siteM .full-width-overlay__main:focus .product-call,
    div.lu-siteM .full-width-overlay__main:hover .product-call {
    opacity: 1;
}

div.lu-siteM .full-width-overlay__main--short,
  div.lu-siteM [data-lusm-height="short"] {
    padding-top: 105%;
}

div.lu-siteM .two-wide-overlay {
    margin-bottom: 1em;
    padding: 0;
    position: relative;
    font-family: inherit;
}

div.lu-siteM .two-wide-overlay--outline {
    border: 1px solid #ffffff;
}

div.lu-siteM .two-wide-overlay__main {
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-color: #0a0a0a;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 100%;
}

div.lu-siteM .two-wide-overlay__main:focus .product-call,
    div.lu-siteM .two-wide-overlay__main:hover .product-call {
    opacity: 1;
}

div.lu-siteM .three-wide {
    margin-bottom: 1em;
    padding: 0;
    position: relative;
    font-family: inherit;
    margin-left: 1em;
    margin-right: 1em;
}

div.lu-siteM .three-wide__image {
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-color: #0a0a0a;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 100%;
}

div.lu-siteM .three-wide__image:focus .product-call,
    div.lu-siteM .three-wide__image:hover .product-call {
    opacity: 1;
}

div.lu-siteM .three-wide__text-block {
    border: 1px solid #ffffff;
    border-top: none;
    padding: 1.5em .5em;
    text-align: center;
}

div.lu-siteM .three-wide__headline {
    color: var(--lu_newblk, #0a0a0a);
    font-size: 1.26563em;
    line-height: 1.125;
    text-transform: none;
}

div.lu-siteM .image-skinny {
    margin-bottom: 1em;
    padding: 0;
    position: relative;
    margin-bottom: 3em;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    border: 1px solid #ffffff;
    color: var(--lu_newblk, #0a0a0a);
    padding: 0;
    position: relative;
}

div.lu-siteM .image-skinny__link {
    width: 100%;
    height: 100%;
    display: block;
    padding: 1.5em 0;
}

div.lu-siteM .image-skinny__link:focus, div.lu-siteM .image-skinny__link:hover {
    text-decoration: none;
}

div.lu-siteM .image-skinny__text-block {
    margin: 0;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 100%;
}

div.lu-siteM .image-skinny__headline {
    color: var(--lu_newblk, #0a0a0a);
    font-family: inherit;
    font-size: 1.60181em;
    font-weight: 700;
    text-transform: none;
}

div.lu-siteM .image-skinny__subtext {
    color: var(--lu_newblk, #0a0a0a);
    font-size: .88889em;
    line-height: 1.25;
    margin: 0;
    margin-top: .63281em;
    margin-bottom: .84375em;
    padding: 0;
}

div.lu-siteM .text-banner {
    margin-bottom: 1em;
    padding: 0;
    position: relative;
    font-family: inherit;
}

div.lu-siteM .text-banner:focus .product-call,
    div.lu-siteM .text-banner:hover .product-call {
    opacity: 1;
}

div.lu-siteM .text-banner__link {
    width: 100%;
    height: 100%;
    display: block;
}

div.lu-siteM .text-banner__text-block {
    margin: 0;
    padding-left: 1em;
    padding-right: 1em;
    background-color: var(--defColor, #efefeb);
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    text-align: center;
}

div.lu-siteM .text-banner__text-block--red,
  div.lu-siteM [data-lusm-textblockcolor="red"] {
    background-color: var(--lu_newred, #ff585d);
}

div.lu-siteM .text-banner__text-block--gray,
  div.lu-siteM [data-lusm-textblockcolor="gray"],
  div.lu-siteM .text-banner__text-block--gray-mid,
  div.lu-siteM [data-lusm-textblockcolor="gray-mid"] {
    background-color: var(--lu_newblk, #0a0a0a);
}

div.lu-siteM .text-banner__headline {
    color: #ffffff;
    font-size: 1.60181em;
    font-weight: 700;
    line-height: 1.125;
    margin: 0;
    text-transform: none;
}

div.lu-siteM .text-banner__subtext {
    color: #ffffff;
    font-size: .88889em;
    line-height: 1.25;
    margin: .28125em 0 0;
    padding: 0;
}

div.lu-siteM .block-quote {
    margin-bottom: 1em;
    padding: 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: var(--lu_newblk, #0a0a0a);
    margin: 1em 1em 2em;
    padding: 0;
}

div.lu-siteM .block-quote__text-block {
    margin: 0;
    padding: 1.5em 1em;
    max-width: 100%;
    text-align: center;
}

div.lu-siteM .block-quote__headline {
    color: var(--lu_newblk, #0a0a0a);
    font-size: 1em;
    font-weight: 700;
    text-transform: none;
}

div.lu-siteM .block-quote__subtext {
    color: var(--lu_newblk, #0a0a0a);
    font-size: .88889em;
    line-height: 1.25;
    margin: .28125em 0 0;
    padding: 0;
}

div.lu-siteM .value-prop {
    margin-top: 1em;
    margin-bottom: 2em;
    position: relative;
    padding: 0 1em;
}

div.lu-siteM .value-prop__list {
    margin: 0;
    padding: 0;
}

div.lu-siteM .value-prop__item {
    list-style-type: none;
    margin-bottom: 2em;
    text-align: center;
}

div.lu-siteM .value-prop__item:nth-last-child(-n + 2) {
    margin-bottom: 0;
}

div.lu-siteM .value-prop__image {
    width: 50%;
    height: auto;
}

div.lu-siteM .value-prop__text {
    color: var(--lu_newblk, #0a0a0a);
    font-size: 1.26563em;
    font-weight: 400;
    line-height: 1.25;
    text-transform: none;
}

div.lu-siteM .curalate-carousel {
    margin-top: 1em;
    margin-bottom: 2em;
    position: relative;
    padding: 0 1em;
}

div.lu-siteM .curalate-carousel__copy {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: .75em;
}

div.lu-siteM .curalate-carousel__link {
    color: var(--defColor, #efefeb);
    font-size: inherit;
    font-weight: 700;
}

div.lu-siteM .bottom-spacing--small {
    margin-bottom: .25em;
}

div.lu-siteM .bottom-spacing--medium {
    margin-bottom: .75em;
}

div.lu-siteM .bottom-spacing--large {
    margin-bottom: 1em;
}

div.lu-siteM .top-spacing--small {
    margin-top: .25em;
}

div.lu-siteM .top-spacing--medium {
    margin-top: .75em;
}

div.lu-siteM .top-spacing--large {
    margin-top: 1em;
}

div.lu-siteM .font-size--xxs {
    font-size: .79012em;
}

div.lu-siteM .font-size--xs {
    font-size: .88889em;
}

div.lu-siteM .font-size--sm {
    font-size: 1em;
    font-family: "Supreme LL", sans-serif;
}

@media (max-width: 767.98px) {
    div.lu-siteM .font-size--sm {
        font-size: 16px;
    }
}

div.lu-siteM .font-size--md {
    font-size: 1.26563em;
}

div.lu-siteM .font-size--lg {
    font-size: 1.60181em;
}

div.lu-siteM .font-size--xl {
    font-size: 2.02729em;
}

div.lu-siteM .font-size--xxl {
    font-size: 2.2807em;
}

div.lu-siteM .font-size--xxxl {
    font-size: 2.56578em;
}

div.lu-siteM .font-size--poster {
    font-size: 3.65324em;
}

div.lu-siteM .font-size--lgposter {
    font-size: 4.10989em;
}

div.lu-siteM .customer-update-strip {
    color: var(--lu_newblk, #0a0a0a);
    background-color: #ffffff;
    font-size: .88889em;
    line-height: 1.125;
    padding: .75em 0;
    margin: 0 0 .5em 0;
    text-align: center;
}

div.lu-siteM .customer-update-strip a {
    color: var(--lu_newblk, #0a0a0a);
    text-decoration: underline;
}

div.lu-siteM .customer-update-strip a:focus, div.lu-siteM .customer-update-strip a:hover {
    color: var(--lu_newblk, #0a0a0a);
    text-decoration: underline;
}

div.lu-siteM div.mobhpcont {
    overflow: visible;
    margin: 25px 1% 10px;
    border-top: 1px solid #cecece;
    padding-bottom: 40px;
}

div.lu-siteM .mobhpcont h3 {
    margin: -10px auto auto;
    width: 250px !important;
    text-align: center;
    background: #ffffff;
    line-height: 1px;
    padding: 10px;
    font-size: 1em;
}

div.lu-siteM .mobhpcont ul {
    margin: 10px auto;
    width: 90%;
    display: block;
    border-top: 1px solid var(--defColor, #efefeb);
    border-left: 1px solid var(--defColor, #efefeb);
}

div.lu-siteM .mobhpcont li {
    font-size: 12px;
    text-align: center;
    width: 50%;
    float: left;
    color: var(--defColor, #efefeb);
    margin: 0;
}

div.lu-siteM .mobhpcont li.clear {
    float: none;
}

div.lu-siteM .mobhpcont li a {
    text-transform: none;
    color: var(--lu_newblk, #0a0a0a);
    font-weight: 700;
    display: block;
    padding: 18px 0;
    text-align: center;
    border-right: 1px solid var(--defColor, #efefeb);
    border-bottom: 1px solid var(--defColor, #efefeb);
}

div.lu-siteM ._mini-cart h2 {
    margin: -10px auto auto;
    width: 150px !important;
    text-align: center;
    background: #ffffff;
    line-height: 1px;
    padding: 10px;
    font-size: 1em;
}

div.lu-siteM .checkoutminicart {
    margin-bottom: 12px;
}

div.lu-siteM .page-head {
    margin-bottom: 1em;
    margin-left: .6243em;
    margin-right: .6243em;
    padding: .93644em 0 0;
    position: relative;
    font-size: 1.60181em;
    border-top: 1px solid #ffffff;
}

div.lu-siteM .page-head--section {
    margin: .79012em .79012em 1em;
    padding: 0;
    position: relative;
    font-size: 1.26563em;
}

div.lu-siteM .landing-card-grid {
    align-items: stretch;
}

div.lu-siteM .landing-card-grid__item {
    margin-bottom: 2em;
}

div.lu-siteM .landing-card {
    margin-left: 1em;
    margin-right: 1em;
    height: 100%;
}

div.lu-siteM .landing-card--fw {
    margin-bottom: 2em;
}

div.lu-siteM .landing-card__content {
    border: 1px solid #ffffff;
    text-align: center;
    height: 100%;
    position: relative;
}

div.lu-siteM .landing-card__content a:focus, div.lu-siteM .landing-card__content a:hover {
    text-decoration: none;
}

div.lu-siteM .landing-card__image {
    font-size: 0;
}

div.lu-siteM .landing-card__image img {
    width: 100%;
    height: auto;
}

div.lu-siteM .text-block {
    padding: 1.5em;
}

div.lu-siteM .text-block__headline {
    color: var(--lu_newblk, #0a0a0a);
    font-size: 1.60181em;
    font-weight: 700;
    line-height: 1.125;
    margin: 0;
    padding: 0;
    text-transform: none;
}

div.lu-siteM .text-block__savings {
    color: var(--defColor, #efefeb);
    font-family: inherit;
    font-size: 1.60181em;
    font-weight: 700;
    line-height: 1.125;
    margin: .12332em 0 .31215em;
    padding: 0;
}

div.lu-siteM .text-block__subtext {
    color: var(--lu_newblk, #0a0a0a);
    font-size: 1em;
    line-height: 1.25;
    margin: .5em 0 .75em;
    padding: 0;
    font-weight: 400;
}

div.lu-siteM .text-block__subtext:last-of-type {
    margin-bottom: 0;
}

div.lu-siteM .cat-nav {
    padding: 0;
    margin-left: .5em;
    margin-right: .5em;
    margin-bottom: 2em;
    position: relative;
    align-items: stretch;
}

div.lu-siteM .cat-nav__item {
    padding-bottom: 1em;
    height: 100%;
}

div.lu-siteM .cat-nav__content {
    background-color: #ffffff;
    height: 100%;
}

div.lu-siteM .cat-nav__content a:focus, div.lu-siteM .cat-nav__content a:hover {
    text-decoration: none;
}

div.lu-siteM .cat-nav__image {
    font-size: 0;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

div.lu-siteM .cat-nav__image img {
    width: 100%;
    height: auto;
}

div.lu-siteM .cat-nav__text {
    text-align: center;
    padding: 1em .5em;
}

div.lu-siteM .cat-nav__headline {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 6px;
}

div.lu-siteM .cat-nav__subtext {
    font-size: .88889em;
    text-transform: none;
    color: var(--lu_newred, #ff585d);
    font-weight: 700;
}

div.lu-siteM .cat-nav__cta {
    display: flex;
    justify-content: center;
}

div.lu-siteM .cat-nav__cta:before {
    width: 12px;
    height: 12px;
    content: url("//img.lumens.com/9JWOMRAM/at/qci5yf-fif9lc-c2c372/on-sale.svg");
    margin-right: 4px;
    display: inline-block;
}

div.lu-siteM .warehouse-grid {
    align-items: stretch;
}

div.lu-siteM .overlay-text-block--warehouse .overlay-text-block__savings {
    color: var(--lu_newred, #ff585d);
}

div.lu-siteM .banner-stack {
    display: flex;
    flex-direction: column;
    height: 100%;
}

div.lu-siteM .banner-stack__item {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1em;
}

div.lu-siteM .banner-stack__item a:focus, div.lu-siteM .banner-stack__item a:hover {
    text-decoration: none;
}

div.lu-siteM .banner-stack__item .text-block__headline,
    div.lu-siteM .banner-stack__item .text-block__savings,
    div.lu-siteM .banner-stack__item .text-block__subtext {
    color: #ffffff;
}

div.lu-siteM .banner-stack__item--red {
    background-color: var(--lu_newred, #ff585d);
}

div.lu-siteM .banner-stack__item--gray {
    background-color: var(--lu_newblk, #0a0a0a);
}

div.lu-siteM .hero {
    margin-top: 8px;
}

div.lu-siteM .hero--with-products {
    position: relative;
}

div.lu-siteM .hero__products {
    width: 55%;
    position: absolute;
    right: 0;
}

div.lu-siteM .hero__products img {
    width: auto;
    height: 170px;
    display: inline-block;
}

div.lu-siteM .hero__product {
    text-align: right;
}

div.lu-siteM .hero__content {
    background-color: var(--defColor, #efefeb);
    color: var(--lu_newblk, #0a0a0a);
    padding: 1.5em;
}

div.lu-siteM .hero__image {
    position: relative;
}

div.lu-siteM .hero__image:focus .product-call,
    div.lu-siteM .hero__image:hover .product-call {
    opacity: 1;
}

div.lu-siteM .headline-divider {
    padding: 0 1em;
    position: relative;
    z-index: 0;
}

div.lu-siteM .headline-divider:after {
    width: 100%;
    height: 2px;
    content: " ";
    display: none;
    background-color: var(--lu_newblk, #0a0a0a);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: -1;
}

div.lu-siteM .headline-divider__text {
    display: inline-block;
    background-color: transparent;
    padding-right: .75em;
}

div.lu-siteM .two-wide-block {
    margin-bottom: 1.5em;
}

div.lu-siteM .two-wide-block__content {
    padding: 2em;
    background-color: var(--defColor, #efefeb) !important;
    color: var(--lu_newblk, #0a0a0a);
}

div.lu-siteM .two-wide-block__image {
    width: 100%;
    height: 100%;
    background-position: center center;
}

div.lu-siteM .cta-arrow {
    display: inline-block;
    margin-left: 12px;
}

div.lu-siteM .cta-arrow svg {
    width: 18px;
    height: auto;
    display: none;
    vertical-align: middle;
}

div.lu-siteM .six-wide,
  div.lu-siteM .three-wide2 {
    padding: 0;
    position: relative;
    margin-left: 1em;
    margin-right: 1em;
}

div.lu-siteM .six-wide-block,
  div.lu-siteM .three-wide-block {
    margin-bottom: 2em;
}

div.lu-siteM .product-call-image {
    position: relative;
}

div.lu-siteM .product-call-image:focus .product-call,
    div.lu-siteM .product-call-image:hover .product-call {
    opacity: 1;
}

div.lu-siteM .editorial-layout {
    align-items: center;
    padding: 0;
    position: relative;
    margin-left: 1em;
    margin-right: 1em;
}

div.lu-siteM .editorial-layout__bottom-image {
    margin-top: 64px;
}

div.lu-siteM .editorial-layout__content-2 {
    position: relative;
    overflow: visible;
    z-index: 1;
}

div.lu-siteM .editorial-layout__image {
    position: relative;
    z-index: 0;
    margin-bottom: 16px;
}

div.lu-siteM .editorial-layout__top-image {
    width: 130%;
    margin-bottom: 48px;
    right: 84px;
    overflow: visible !important;
    position: relative;
    z-index: 1;
}

div.lu-siteM .hero__content--ia {
    background: none;
    padding-top: 3em !important;
    justify-content: flex-start !important;
    margin-left: 1em;
    margin-right: 1em;
}

div.lu-siteM .structured-layout {
    overflow: visible;
    margin-left: -8px;
    margin-right: -8px;
}

div.lu-siteM .structured-layout div {
    overflow: visible;
}

div.lu-siteM .structured-layout__image {
    padding-left: 8px;
    padding-right: 8px;
}

div.lu-siteM .structured-layout__content {
    display: flex;
    flex-flow: column;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: -8px;
    margin-bottom: -8px;
    position: relative;
}

div.lu-siteM .structured-layout__text {
    flex-grow: 1;
    background-color: var(--defColor, #efefeb);
    color: var(--lu_newblk, #0a0a0a);
    padding: 3em;
    margin-top: 8px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div.lu-siteM .structured-layout__thumbs {
    margin: 8px -8px;
}

div.lu-siteM .structured-layout__thumb {
    padding-left: 8px;
    padding-right: 8px;
}

div.lu-siteM .ia-header {
    overflow: visible !important;
}

div.lu-siteM .ia-header div {
    overflow: visible !important;
}

div.lu-siteM .ia-header__secondary-image {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 0 0 12px;
    font-size: 0;
    overflow: visible !important;
}

div.lu-siteM .ia-header__content {
    position: relative;
}

div.lu-siteM .ia-header-block__image {
    overflow: visible !important;
}

div.lu-siteM .ia-header__text {
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

div.lu-siteM .featured-title {
    padding: 0 20px;
    width: 100%;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}

@media (min-width: 45em) {
    div.lu-siteM .sm-grid__item--md-5 {
        width: 41.6666666667% !important;
    }

    div.lu-siteM .sm-grid__item--md-7 {
        width: 58.3333333333% !important;
    }

    div.lu-siteM .hero--split {
        flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    div.lu-siteM .hero--split .font-size--xxl {
        font-size: 3.2806973457em;
    }

    div.lu-siteM .hero--split .font-size--lg {
        font-size: 2.6018066406em;
    }

    div.lu-siteM .hero--split .font-size--md {
        line-height: 1.45;
    }

    div.lu-siteM .hero--split .hero__content {
        padding: 0 3em;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (min-width: 63.75em) {
    div.lu-siteM .sm-grid__item--lg-2 {
        width: 16.66667%;
    }

    div.lu-siteM .sm-grid__item--lg-3 {
        width: 25%;
    }

    div.lu-siteM .sm-grid__item--lg-4 {
        width: 33.33333%;
    }

    div.lu-siteM .sm-grid__item--lg-5 {
        width: 41.66667%;
    }

    div.lu-siteM .sm-grid__item--lg-6 {
        width: 50%;
    }

    div.lu-siteM .sm-grid__item--lg-7 {
        width: 58.33333%;
    }

    div.lu-siteM .sm-grid__item--lg-8 {
        width: 66.66667%;
    }

    div.lu-siteM .sm-grid__item--lg-9 {
        width: 75%;
    }

    div.lu-siteM .sm-grid__item--lg-10 {
        width: 83.33333%;
    }

    div.lu-siteM .sm-grid__item--lg-12 {
        width: 100%;
    }

    div.lu-siteM .cta-button {
        margin-top: 2.25em;
    }

    div.lu-siteM .overlay-text-block {
        padding-left: 2em;
        padding-right: 2em;
    }

    div.lu-siteM .super-wide {
        left: 50%;
        max-width: 75.75em;
        position: relative;
        transform: translateX(-50%);
        width: 100vw;
    }

    div.lu-siteM .standard-wide {
        left: 50%;
        max-width: 1252px;
        position: relative;
        transform: translateX(-50%);
        width: 100vw;
    }

    div.lu-siteM .space-bot-lg {
        margin-bottom: 8em !important;
    }

    div.lu-siteM .space-top-lg {
        margin-top: 8em !important;
    }

    div.lu-siteM .space-bot-sm {
        margin-bottom: 4em !important;
    }

    div.lu-siteM .space-top-sm {
        margin-top: 4em !important;
    }

    div.lu-siteM .ribbon--large {
        font-size: 1.60181em;
        margin-top: 0;
    }

    div.lu-siteM .ribbon--large span.urgency-block {
        padding-top: .51563em;
        padding-bottom: .42081em;
    }

    div.lu-siteM .hp-primary {
        margin-top: 0;
    }

    div.lu-siteM .hp-primary__headline {
        font-size: 3.65324em;
    }

    div.lu-siteM .hp-primary__savings {
        font-size: 2.56578em;
        margin-top: .09744em;
    }

    div.lu-siteM .hp-primary__subtext {
        font-size: 1.26563em;
        margin-top: .59259em;
    }

    div.lu-siteM .overlay-text-block__headline {
        font-size: 2.2807em;
    }

    div.lu-siteM .overlay-text-block__savings {
        font-size: 2.02729em;
        margin-top: .12332em;
    }

    div.lu-siteM .overlay-text-block__subtext {
        font-size: 1.26563em;
        margin-top: .39506em;
    }

    div.lu-siteM .overlay-text-block__headline--editorial,
    div.lu-siteM [data-lusm-contenttype="editorial"] .overlay-text-block__headline {
        font-size: 2.56578em;
    }

    div.lu-siteM .image-skinny__text-block {
        padding-left: 2em;
        padding-right: 2em;
    }

    div.lu-siteM .image-skinny__headline {
        font-size: 2.2807em;
    }

    div.lu-siteM .image-skinny__subtext {
        font-size: 1em;
        margin-top: .25em;
        margin-bottom: 1em;
    }

    div.lu-siteM .text-banner__text-block {
        padding-left: 2em;
        padding-right: 2em;
    }

    div.lu-siteM .text-banner__subtext {
        font-size: 1em;
        margin-top: .75em;
    }

    div.lu-siteM .block-quote__text-block {
        padding-left: 2em;
        padding-right: 2em;
    }

    div.lu-siteM .block-quote__headline {
        font-size: 1.60181em;
    }

    div.lu-siteM .block-quote__subtext {
        font-size: 1em;
        margin-top: .5em;
    }

    div.lu-siteM .curalate-carousel {
        margin-left: 0;
        margin-right: 0;
    }

    div.lu-siteM .curalate-carousel__copy {
        font-size: 1.26563em;
    }

    div.lu-siteM .bottom-spacing--small {
        margin-bottom: .5em;
    }

    div.lu-siteM .bottom-spacing--medium {
        margin-bottom: 1.5em;
    }

    div.lu-siteM .bottom-spacing--large {
        margin-bottom: 2em;
    }

    div.lu-siteM .top-spacing--small {
        margin-top: .5em;
    }

    div.lu-siteM .top-spacing--medium {
        margin-top: 1.5em;
    }

    div.lu-siteM .top-spacing--large {
        margin-top: 2em;
    }

    div.lu-siteM .font-size--desk-xxs {
        font-size: .79012em;
    }

    div.lu-siteM .font-size--desk-xs {
        font-size: .88889em;
    }

    div.lu-siteM .font-size--desk-sm {
        font-size: 1em;
    }

    div.lu-siteM .font-size--desk-md {
        font-size: 1.26563em;
    }

    div.lu-siteM .font-size--desk-lg {
        font-size: 1.60181em;
    }

    div.lu-siteM .font-size--desk-xl {
        font-size: 2.02729em;
    }

    div.lu-siteM .font-size--desk-xxl {
        font-size: 2.2807em;
    }

    div.lu-siteM .font-size--desk-xxxl {
        font-size: 2.56578em;
    }

    div.lu-siteM .font-size--desk-poster {
        font-size: 3.65324em;
    }

    div.lu-siteM .font-size--desk-lgposter {
        font-size: 4.10989em;
    }

    div.lu-siteM .customer-update-strip {
        font-size: 1em;
        padding: .75em;
        margin: .5em 0;
    }

    div.lu-siteM .text-block__headline {
        font-size: 2.2807em;
    }

    div.lu-siteM .text-block__savings {
        font-size: 2.02729em;
        margin-top: .12332em;
    }

    div.lu-siteM .cta-button--landing {
        margin-top: 2em;
    }

    div.lu-siteM .hero--with-products {
        padding-bottom: 170px;
    }

    div.lu-siteM .hero--with-products .hero__content {
        position: absolute;
        bottom: 0;
        left: 2em;
        width: 40%;
        padding: 4em 4em 2em 2em;
    }

    div.lu-siteM .hero--split {
        flex-direction: row-reverse !important;
    }

    div.lu-siteM .hero--split .hero__content {
        padding: 0 3em;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    div.lu-siteM .headline-divider {
        padding: 0;
    }

    div.lu-siteM .headline-divider__text {
        padding-right: 1.5em;
    }

    div.lu-siteM .two-wide-block__content {
        padding: 3em;
        height: 100%;
    }

    div.lu-siteM .six-wide,
    div.lu-siteM .three-wide2 {
        margin-right: 0;
        margin-left: 0;
    }

    div.lu-siteM .six-wide-block,
    div.lu-siteM .three-wide-block {
        margin-bottom: 0;
    }

    div.lu-siteM .six-wide-block.padding-top-2em:nth-child(n+7) {
        padding-top: 2em;
    }

    div.lu-siteM .editorial-layout {
        margin-right: 0;
        margin-left: 0;
    }

    div.lu-siteM .editorial-layout__content-1 {
        padding-right: 1em;
    }

    div.lu-siteM .editorial-layout__content-2 {
        padding-left: 1em;
        overflow: visible !important;
    }

    div.lu-siteM .hero__content--ia {
        padding-top: 4em !important;
        margin-right: 0;
        margin-left: 0;
    }

    div.lu-siteM .hero-reverse {
        flex-direction: row !important;
    }

    div.lu-siteM .standard-layout--reversed {
        flex-direction: row-reverse;
    }

    div.lu-siteM .ia-header-block__image {
        transform: scale(105%);
    }

    div.lu-siteM .ia-header__text {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 47.75em) {
    div.lu-siteM [data-lusm-placement="down-small-mobile"] {
        padding-top: 1em;
    }

    div.lu-siteM [data-lusm-placement="down-medium-mobile"] {
        padding-top: 2em;
    }

    div.lu-siteM [data-lusm-placement="down-large-mobile"] {
        padding-top: 4em;
    }

    div.lu-siteM [data-lusm-placement="up-small-mobile"] {
        padding-bottom: 1em;
    }

    div.lu-siteM [data-lusm-placement="up-medium-mobile"] {
        padding-bottom: 2em;
    }

    div.lu-siteM [data-lusm-placement="up-large-mobile"] {
        padding-bottom: 4em;
    }

    div.lu-siteM .overlay-text-block--pin-to-bottom-mobile,
    div.lu-siteM [data-lusm-placement="pin-to-bottom-mobile"] {
        bottom: 1em;
        transform: none;
        padding-top: 0;
        padding-bottom: 0;
        top: auto;
    }

    div.lu-siteM .mobile-hide,
    div.lu-siteM [data-lusm-mobile="false"] {
        display: none;
        visibility: none;
    }

    div.lu-siteM .mobile-hide {
        display: none;
        visibility: hidden;
    }

    div.lu-siteM .medium-only {
        display: none;
        visibility: hidden;
    }

    div.lu-siteM .font-size--mob-xxs {
        font-size: .79012em;
    }

    div.lu-siteM .font-size--mob-xs {
        font-size: .88889em;
    }

    div.lu-siteM .font-size--mob-sm {
        font-size: 1em;
    }

    div.lu-siteM .font-size--mob-md {
        font-size: 1.26563em;
    }

    div.lu-siteM .font-size--mob-lg {
        font-size: 1.60181em;
    }

    div.lu-siteM .font-size--mob-xl {
        font-size: 2.02729em;
    }

    div.lu-siteM .font-size--mob-xxl {
        font-size: 2.2807em;
    }

    div.lu-siteM .font-size--mob-xxxl {
        font-size: 2.56578em;
    }

    div.lu-siteM .font-size--mob-poster {
        font-size: 3.65324em;
    }

    div.lu-siteM .font-size--mob-lgposter {
        font-size: 4.10989em;
    }

    div.lu-siteM .homepage .emailSubscription {
        height: 207px;
    }

    div.lu-siteM .mobhpcont .emailSubscription {
        background: #eee;
        padding: 0 15px;
        margin-top: 20px;
    }

    div.lu-siteM #footerHomeCopy {
        max-width: 95%;
    }

    div.lu-siteM button.medium {
        background: #ffffff;
    }

    div.lu-siteM .mobhpcont .emailSubscription .formactions {
        position: relative;
        float: right;
        bottom: 45px;
        left: 44px;
    }

    div.lu-siteM .mobhpcont .emailSubscription .pretxtcont {
        font-size: 13px;
        line-height: 17px;
    }

    div.lu-siteM .mobhpcont .emailSubscription strong {
        display: block;
        font-size: 15px;
        margin-bottom: 5px;
    }

    div.lu-siteM .mobhpcont h3 {
        font-size: 1em;
    }
}

@media (min-width: 47.75em) {
    div.lu-siteM .overlay-text-block--left,
    div.lu-siteM [data-lusm-textalign="left"] {
        max-width: 80%;
    }

    div.lu-siteM .sm-grid__item--md-2 {
        width: 16.66667%;
    }

    div.lu-siteM .sm-grid__item--md-3 {
        width: 25%;
    }

    div.lu-siteM .sm-grid__item--md-4 {
        width: 33.33333%;
    }

    div.lu-siteM .sm-grid__item--md-6 {
        width: 50%;
    }

    div.lu-siteM .sm-grid__item--md-8 {
        width: 66.66667%;
    }

    div.lu-siteM .sm-grid__item--md-9 {
        width: 75%;
    }

    div.lu-siteM .sm-grid__item--md-10 {
        width: 83.33333%;
    }

    div.lu-siteM .sm-grid__item--md-12 {
        width: 100%;
    }

    div.lu-siteM .cta-button {
        margin-top: 1.6875em;
    }

    div.lu-siteM .mobile-show,
    div.lu-siteM [data-lusm-mobile="only"] {
        display: none;
        visibility: none;
    }

    div.lu-siteM .mobile-only {
        display: none;
        visibility: hidden;
    }

    div.lu-siteM .hp-primary__main {
        padding-top: 60%;
    }

    div.lu-siteM .hp-primary__main--short,
    div.lu-siteM [data-lusm-primaryheight="short"] {
        padding-top: 51%;
    }

    div.lu-siteM .hp-primary__headline {
        font-size: 2.56578em;
    }

    div.lu-siteM .hp-primary__savings {
        font-size: 2.2807em;
        margin-top: .10962em;
    }

    div.lu-siteM .hp-primary__subtext {
        font-size: 1em;
        margin-top: .75em;
    }

    div.lu-siteM .overlay-text-block__headline {
        font-size: 2.02729em;
    }

    div.lu-siteM .overlay-text-block__savings {
        font-size: 2.02729em;
        margin-top: .12332em;
    }

    div.lu-siteM .overlay-text-block__subtext {
        font-size: 1em;
        margin-top: .5em;
    }

    div.lu-siteM .overlay-text-block__headline--editorial,
    div.lu-siteM [data-lusm-contenttype="editorial"] .overlay-text-block__headline {
        font-size: 2.2807em;
    }

    div.lu-siteM .full-width-overlay__main {
        padding-top: 51%;
    }

    div.lu-siteM .full-width-overlay__main--short,
    div.lu-siteM [data-lusm-height="short"] {
        padding-top: 30%;
    }

    div.lu-siteM .two-wide-overlay__main {
        padding-top: 105%;
    }

    div.lu-siteM .overlay-text-block--two-wide,
    div.lu-siteM .two-wide-overlay__main .overlay-text-block {
        top: auto;
        transform: none;
        bottom: 8em;
    }

    div.lu-siteM .three-wide {
        margin-left: 0;
        margin-right: 0;
    }

    div.lu-siteM .image-skinny {
        background-size: contain;
    }

    div.lu-siteM .image-skinny__link {
        background-color: transparent;
    }

    div.lu-siteM .image-skinny__text-block {
        max-width: 60%;
    }

    div.lu-siteM .image-skinny__headline {
        font-size: 2.02729em;
    }

    div.lu-siteM .image-skinny__subtext {
        font-size: .88889em;
        margin-top: .28125em;
        margin-bottom: .84375em;
    }

    div.lu-siteM .text-banner__headline {
        font-size: 2.02729em;
    }

    div.lu-siteM .text-banner__subtext {
        font-size: .88889em;
        margin-top: .28125em;
    }

    div.lu-siteM .block-quote {
        margin-left: 0;
        margin-right: 0;
        margin-top: 2em;
        margin-bottom: 3em;
    }

    div.lu-siteM .block-quote__headline {
        font-size: 1.26563em;
    }

    div.lu-siteM .block-quote__subtext {
        font-size: .88889em;
        margin-top: .28125em;
    }

    div.lu-siteM .value-prop {
        margin-top: 2em;
        margin-bottom: 3em;
        padding: 0;
    }

    div.lu-siteM .value-prop__item {
        border-right: 1px solid #ffffff;
        margin-bottom: 0;
    }

    div.lu-siteM .value-prop__item:last-child {
        border-right: 1px solid #ffffff;
    }

    div.lu-siteM .curalate-carousel {
        margin-top: 2em;
        margin-bottom: 3em;
        padding: 0;
    }

    div.lu-siteM .page-head {
        margin-left: 0;
        margin-right: 0;
    }

    div.lu-siteM .page-head--section {
        margin-left: 0;
        margin-right: 0;
    }

    div.lu-siteM .landing-card {
        margin-left: 0;
        margin-right: 0;
    }

    div.lu-siteM .text-block__headline {
        font-size: 2.02729em;
    }

    div.lu-siteM .text-block__savings {
        font-size: 2.02729em;
        margin-top: .12332em;
        margin-bottom: .24664em;
    }

    div.lu-siteM .landing-card__full-width {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    div.lu-siteM .landing-card__full-width .landing-card__image,
      div.lu-siteM .landing-card__full-width .text-block {
        width: 50%;
    }

    div.lu-siteM .cat-nav {
        margin-left: -.5em;
        margin-right: -.5em;
    }
}

@media (max-width: 63.75em) {
    div.lu-siteM .large-only {
        display: none;
        visibility: hidden;
    }
}

@media (min-width: 47.875em) and (max-width: 64.125em) {
    div.lu-siteM .three-wide-block.sm-grid__item p .cta-arrow {
        margin-left: 6px;
        display: none;
    }
}

@media (min-width: 1024.5px) {
    div.lu-siteM .font-size--desk-poster2,
    div.lu-siteM .font-size--poster2 {
        font-size: 4.5em;
    }
}

@media (min-width: 47.875em) and (max-width: 64.125em) {
    div.lu-siteM .hero--with-products .hero__content {
        position: absolute;
        bottom: 0;
        left: 2em;
        width: 40%;
        padding: 4em 4em 2em 2em;
    }

    div.lu-siteM .hero__products {
        width: 55%;
        position: relative;
        margin-left: 45%;
        display: flex;
        justify-content: center;
    }

    div.lu-siteM .hero__products img {
        height: 135px;
    }

    div.lu-siteM .hero__products .sm-grid__item--sm-4 {
        position: relative;
        width: auto;
        margin: 0 auto;
    }

    div.lu-siteM .two-wide-block__content {
        height: 100%;
    }

    div.lu-siteM .hero .hero--split {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    div.lu-siteM .hero .hero--split:not(.hero-reverse) {
        flex-direction: row-reverse;
    }

    div.lu-siteM .md-nowrap {
        flex-flow: nowrap;
    }

    div.lu-siteM .md-row-reverse {
        flex-direction: row-reverse;
    }

    div.lu-siteM .editorial-layout__content-2 {
        overflow: visible !important;
    }
}

div.super-wide.lu-rebrand > div.hero-fullwidth-img.white-bg > div > div > a > h3 {
    font-size: 1.6em;
    font-weight: 700;
}

.user_is_trade .consumer-content,
.trade-content {
    display: none !important;
}

.user_is_trade .trade-content {
    display: block !important;
}

input#crl8-gallery-square-grid-userForm-emailOptIn, input#crl8-gallery-square-grid-userForm-termsAndConditions {
    z-index: auto;
}

@media (max-width: 767px) {
    .experience-assets-featuredCategoryTile {
        min-height: 186px;
    }
}

/* Page Designer Layout Specific Styles */
.page-container {
    max-width: 1200px;
}

.region {
    position: relative;
    margin-bottom: 0.75rem;
}

.region:before {
    content: "";
    display: block;
    width: 100%;
}

.region .experience-component {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.5rem;
    right: 0.5rem;
}

/* padding-top in percentages refers to parent width this allows us to specify an aspect-ratio         */
.region_landscape-large:before {
    padding-top: calc(400 / 1024 * 100%);
}

.category-banner:before {
    padding-top: 218px;
}

.product-tile:before {
    padding-top: 192px;
}

.region_square:before {
    padding-top: calc(1 / 1 * 100%);
}

.region_landscape-small:before {
    padding-top: calc(1 / 2 * 100%);
}

.region_portrait-small:before {
    padding-top: calc(2 / 1 * 100%);
}

div.sf-interactions-proxyHoverContainer a {
    overflow: visible;
}

/* Components Wrapper Based Styles */
.component-outer .experience-main {
    width: 100%;
}

[class*="experience-assets-"] {
    width: 100%;
}

[class*="experience-assets-"] > .row {
    height: 100%;
}

@media screen and (max-width: 640px) {
    .shortWideTile-split-outer {
        flex-direction: column-reverse;
    }
}

.experience-layouts-2column > .row {
    margin: 0;
}

@media (max-width: 767.98px) {
    .experience-layouts-2column .region {
        margin-bottom: 0;
    }
}

.experience-layouts-2column .region:before {
    display: none;
    padding-top: 0;
}

.experience-layouts-2column .region .experience-component {
    position: static;
}

/*--------------------
  Colors
--------------------*/
.light-bg {
    background-color: #f7f8f4 !important;
}

.gray-bg {
    background-color: #efefeb !important;
}

.black-bg {
    background-color: #0a0a0a !important;
}

.white-bg {
    background-color: #ffffff !important;
}

.red-bg {
    background-color: #ff4f6a !important;
}

.urgency-bg {
    background-color: #ff2835 !important;
}

.metallic-bg {
    background-color: #4d5459 !important;
}

.blue-bg {
    background-color: #117c91 !important;
}

.green-bg {
    background-color: #3c5a32 !important;
}

.yellow-bg {
    background-color: #ffe75f !important;
}

.y-orange-bg {
    background-color: #ffd288 !important;
}

.orange-bg {
    background-color: #ff8c3f !important;
}

.drk-blue-bg {
    background-color: #051C2B !important;
}

.drk-green-bg {
    background-color: #0a0a0a !important;
}

.maroon-bg {
    background-color: #35120e !important;
}

.light-txt {
    color: #f7f8f4 !important;
}

.gray-txt {
    color: #efefeb !important;
}

.black-txt {
    color: #0a0a0a !important;
}

.white-txt {
    color: #ffffff !important;
}

.red-txt {
    color: #ff4f6a !important;
}

.urgency-txt {
    color: #ff2835 !important;
}

.metallic-txt {
    color: #4d5459 !important;
}

.blue-txt {
    color: #117c91 !important;
}

.green-txt {
    color: #3c5a32 !important;
}

.yellow-txt {
    color: #ffe75f !important;
}

.y-orange-txt {
    color: #ffd288 !important;
}

.orange-txt {
    color: #ff8c3f !important;
}

.watermelon-txt {
    color: #ff585d !important;
}

.drk-blue-txt {
    color: #051C2B !important;
}

.drk-green-txt {
    color: #0a0a0a !important;
}

.maroon-txt {
    color: #35120e !important;
}

.dark-blush-txt {
    color: #ede3de !important;
}

.light-blush-txt {
    color: #f9f4f2 !important;
}

.white-txt {
    color: #ffffff !important;
}

.beige-txt {
    color: #f6f0ed !important;
}

.metallic-grey-txt {
    color: #425563 !important;
}

.yellow-orange-txt {
    color: #FDD086 !important;
}

.dark-blue-txt {
    color: #051C2B !important;
}

.dark-green-txt {
    color: #282B21 !important;
}

.dark-maroon-txt {
    color: #35120E !important;
}

.neutral-txt {
    color: #EDE3DE !important;
}

.dark-beige-txt {
    color: #f6f0ed !important;
}

.light-beige-txt {
    color: #f9f4f2 !important;
}

.black-grad {
    background-image: linear-gradient(132deg, rgba(10, 10, 10, 0) 0%, #0a0a0a 100%);
}

.white-gradient {
    background-image: linear-gradient(132deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.85) 100%);
}

.blue-gradient {
    background-image: linear-gradient(132deg, rgba(29, 130, 150, 0.35) 0%, rgba(29, 130, 150, 0) 5%, rgba(29, 130, 150, 0) 80%, rgba(29, 130, 150, 0.85) 100%);
}

.dark-blue-gradient {
    background-image: linear-gradient(132deg, rgba(66, 85, 99, 0.5) 0%, rgba(66, 85, 99, 0) 5%, rgba(66, 85, 99, 0) 80%, #425563 100%);
}

.swt-metallic-gray-bg {
    background-color: #051C2B !important;
}

.swt-gray-bg {
    background-color: #ede3de !important;
}

.swt-blue-bg {
    background-color: #1D8296 !important;
}

.swt-green-bg {
    background-color: #36573B !important;
}

.swt-yellow-bg {
    background-color: #F6EB61 !important;
}

.swt-yellow-orange-bg {
    background-color: #FDD086 !important;
}

.swt-red-bg {
    background-color: #ff585d !important;
}

.swt-dark-blue-bg {
    background-color: #051C2B !important;
}

.swt-dark-green-bg {
    background-color: #282b21 !important;
}

.swt-dark-maroon-bg {
    background-color: #35120e !important;
}

.swt-dark-blush-bg {
    background-color: #ede3de !important;
}

.swt-light-blush-bg {
    background-color: #f9f4f2 !important;
}

.swt-white-bg {
    background-color: #ffffff !important;
}

.swt-beige-bg {
    background-color: #f6f0ed !important;
}

.swt-orange-bg {
    background: #FF8A3D !important;
}

.swt-black-bg {
    background: #101820 !important;
}

.swt-metallic-grey-bg {
    background: #425563 !important;
}

.swt-light-rebrand-background-bg {
    background: #F7F8F4 !important;
}

.swt-medium-rebrand-background-bg {
    background: #EFEFEB !important;
}

.swt-dark-rebrand-background-bg {
    background: #DDDDD3 !important;
}

.swt-neutral-bg {
    background: #ede3de !important;
}

.swt-dark-beige-bg {
    background: #f6f0ed !important;
}

.swt-light-beige-bg {
    background: #f9f4f2 !important;
}

.light-rebrand-background {
    background: #F7F8F4 !important;
}

.medium-rebrand-background {
    background: #EFEFEB !important;
}

.dark-rebrand-background {
    background: #DDDDD3 !important;
}

.super-wide {
    font-size: 16px;
    line-height: normal;
    background: #f7f8f4;
}

.super-wide img {
    vertical-align: baseline;
}

.super-wide h1,
  .super-wide h2,
  .super-wide h3,
  .super-wide h4,
  .super-wide h5 {
    font-weight: 400;
}

.super-wide h1.large,
    .super-wide h2.large,
    .super-wide h3.large,
    .super-wide h4.large,
    .super-wide h5.large {
    font-size: 200%;
}

.super-wide h1 {
    margin-top: .67em;
    margin-bottom: .67em;
}

.super-wide h2 {
    margin-top: .83em;
    margin-bottom: .83em;
    font-size: calc(32px   + 0.390625vw);
    text-align: center;
}

.super-wide h3 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.super-wide h4 {
    margin-top: 1.33em;
    margin-bottom: 1.33em;
}

.super-wide h5 {
    margin-top: 1.67em;
    margin-bottom: 1.67em;
}

.super-wide h3 {
    font-size: 20px;
    margin: 0 0 7px;
}

.super-wide p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 1em;
    margin-bottom: 1em;
}

.super-wide h1,
.super-wide h2,
.super-wide h3,
.lu-rebrand h1,
.lu-rebrand h2,
.lu-rebrand h3 {
    font-family: "ABC Arizona Flare", sans-serif;
    line-height: 1.1 !important;
    font-weight: 300 !important;
}

.super-wide a,
.lu-rebrand a {
    text-decoration: none;
    font-weight: 400;
}

.super-wide a,
.super-wide a:hover,
.lu-rebrand a,
.lu-rebrand a:hover {
    color: #0a0a0a;
}

.super-wide a:hover span,
.super-wide a:hover div,
.super-wide a:hover p,
.lu-rebrand a:hover span,
.lu-rebrand a:hover div,
.lu-rebrand a:hover p {
    text-decoration: underline;
}

.super-wide a:hover h1,
.super-wide a:hover h2,
.super-wide a:hover h3,
.super-wide a:hover h4,
.super-wide a:hover h5,
.lu-rebrand a:hover h1,
.lu-rebrand a:hover h2,
.lu-rebrand a:hover h3,
.lu-rebrand a:hover h4,
.lu-rebrand a:hover h5 {
    text-decoration: none;
}

.super-wide.lu-rebrand a, .super-wide.lu-rebrand p, .super-wide.lu-rebrand button, .super-wide.lu-rebrand span {
    font-family: "Supreme LL", sans-serif;
}

.rule-bottom {
    border-bottom: 1px solid #0a0a0a;
    padding: 7px 0 12px;
}

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

.text-center {
    text-align: center;
}

.txt-double {
    font-size: 200% !important;
}

.txt-1_5 {
    font-size: 150% !important;
}

.txt-42 {
    font-size: 42px !important;
}

.txt-38 {
    font-size: 38px !important;
}

.txt-36 {
    font-size: 36px !important;
}

.txt-30 {
    font-size: 30px !important;
}

.txt-24 {
    font-size: 24px !important;
}

.txt-20 {
    font-size: 20px !important;
}

.txt-18 {
    font-size: 18px !important;
}

.txt-16 {
    font-size: 16px !important;
}

.super-wide {
    width: 100%;
    position: relative;
}

.super-wide .cta {
    overflow-wrap: break-word;
}

.width-10 {
    width: calc(10% - 7.5px) !important;
}

.width-25 {
    width: calc(25% - 7.5px) !important;
}

.width-20 {
    width: calc(20% - 7.5px) !important;
}

.width-30 {
    width: calc(30% - 7.5px) !important;
}

.width-33 {
    width: calc(33.3% - 7.5px) !important;
}

.width-40 {
    width: calc(40% - 7.5px) !important;
}

.width-50 {
    width: calc(50% - 7.5px) !important;
}

.width-60 {
    width: calc(60% - 7.5px) !important;
}

.width-66 {
    width: calc(66% - 7.5px) !important;
}

.width-70 {
    width: calc(70% - 7.5px) !important;
}

.width-75 {
    width: calc(75% - 7.5px) !important;
}

.width-80 {
    width: calc(80% - 7.5px) !important;
}

.width-90 {
    width: calc(90% - 7.5px) !important;
}

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

/*Content Article Fix*/
.article-head * {
    font-family: var(--font-family-sans-serif) !important;
    font-style: initial !important;
}

@media (max-width: 900px) {
    .article-head * .article-title {
        position: relative;
        top: 0;
    }
}

@media (max-width: 900px) {
    .article-head * .article-title h1,
    .article-head * .article-title p[itemprop="about"] {
        color: #0a0a0a !important;
    }
}

.article-head * .article-title h1 {
    font-weight: 400 !important;
    line-height: 1 !important;
}

.article-head * .article-title p[itemprop="about"] {
    color: #ffffff !important;
    line-height: 1.2 !important;
}

@media (max-width: 900px) {
    .article-head * .article-title .cta.white {
        color: #0a0a0a !important;
        border-color: #0a0a0a !important;
    }
}

.hero-fullwidth-img {
    height: calc(100vh - 48px);
  /*--hdrHeight: 148px was set only in one content-slot-subheader-bar-new.2-Canada ship */
    width: 100%;
    margin-top: 0;
    min-height: 620px;
}

@media (max-width: 1200px) {
    .hero-fullwidth-img {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        min-height: unset;
    }
}

@media (max-width: 860px) {
    .hero-fullwidth-img {
        aspect-ratio: 16/9;
    }
}

@media (max-width: 768px) {
    .hero-fullwidth-img {
        aspect-ratio: unset;
    }
}

.hero-fullwidth-img.white-bg > a > div {
    max-height: none;
}

.hero-fullwidth-img.white-bg .hero-copy-inner a > h3 {
    font-size: 1.25em;
    font-weight: 700;
}

@media (min-width: 1216px) {
    .hero-fullwidth-img.white-bg .hero-copy-inner a > h3 {
        font-size: 1.6em;
    }
}

@media (max-width: 767.98px) {
    .hero-fullwidth-img.white-bg .hero-copy-inner a > h3 {
        font-size: 16px;
    }
}

.hero-fullwidth-img .hero-copy-inner a > h3,
  .hero-fullwidth-img .hero-copy-inner a > span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.hero-fullwidth-img .hero-copy-inner a > span {
    display: block;
}

.hero-fullwidth-img .hero-image-fullwidth {
    width: 100%;
    height: calc(100% - 115px);
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1600px) {
    .hero-fullwidth-img .hero-image-fullwidth {
        height: calc(100% - 95px);
    }
}

@media (max-width: 768px) {
    .hero-fullwidth-img .hero-image-fullwidth {
        aspect-ratio: 16/9;
        height: auto;
    }
}

.hero-fullwidth-img .hero-image-fullwidth img {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
}

.hero-fullwidth-img.no-tiles {
    height: 100vh;
}

.hero-fullwidth-img.no-tiles .hero-image-fullwidth {
    height: 100%;
}

@media (max-width: 1600px) {
    .hero-fullwidth-img .hero-split-graphic * {
        font-size: 90%;
    }
}

@media (max-width: 1600px) {
    .hero-fullwidth-img .hero-split-image {
        overflow: hidden;
        height: 100%;
    }
}

@media (max-width: 1600px) {
    .hero-fullwidth-img .hero-split-image img {
        width: auto;
        height: 100%;
    }
}

.hero-fullwidth-img .hero-copy {
    height: 85px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 5px 30px;
}

@media (max-width: 860px) {
    .hero-fullwidth-img .hero-copy {
        height: auto;
    }
}

@media (max-width: 768px) {
    .hero-fullwidth-img .hero-copy {
        flex-direction: column;
        padding: 20px 15px;
        margin: 5px 15px;
    }
}

.hero-fullwidth-img .hero-copy .hero-copy-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

@media (max-width: 768px) {
    .hero-fullwidth-img .hero-copy .hero-copy-inner {
        width: 100% !important;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .hero-fullwidth-img .hero-copy .hero-copy-inner:empty {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-fullwidth-img .hero-copy .hero-copy-inner:last-child {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }
}

.hero-fullwidth-img .hero-copy .hero-copy-inner a > span {
    font-weight: 400;
}

@media (max-width: 768px) {
    .hero-fullwidth-img .hero-copy.rule-bottom {
        border-bottom: none;
    }
}

@media (max-width: 768px) {
    .hero-fullwidth-img .hero-copy.rule-bottom .hero-copy-inner {
        border-bottom: 1px solid #0a0a0a;
        padding-bottom: 3px;
    }
}

@media (max-width: 860px) {
    .hero-fullwidth-img.split {
        aspect-ratio: initial !important;
    }
}

@media (min-width: 1200px) {
    .hero-fullwidth-img.split .hero-split-image {
        width: 64%;
    }
}

.hero-fullwidth-img.split .hero-image-fullwidth {
    display: flex;
    flex-direction: row;
}

@media (max-width: 860px) {
    .hero-fullwidth-img.split .hero-image-fullwidth {
        flex-direction: column-reverse;
        aspect-ratio: unset;
        height: auto;
    }
}

.hero-fullwidth-img.split .hero-image-fullwidth .hero-split-graphic {
    height: auto;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    position: relative;
}

.hero-fullwidth-img.split .hero-image-fullwidth .hero-split-graphic * {
    transition: all .3s linear;
}

.hero-fullwidth-img.split .hero-image-fullwidth .hero-split-graphic :empty {
    display: none;
}

@media (min-width: 1200px) {
    .hero-fullwidth-img.split .hero-image-fullwidth .hero-split-graphic {
        width: 36%;
    }
}

@media (max-width: 860px) {
    .hero-fullwidth-img.split .hero-image-fullwidth .hero-split-graphic {
        aspect-ratio: unset;
        padding: 20px 15px;
    }
}

.hero-fullwidth-img.split .hero-image-fullwidth .hero-left-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.hero-fullwidth-img.split .hero-image-fullwidth .hero-left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-fullwidth-img.split .hero-image-fullwidth .hero-left-content {
    position: relative;
    font-size: .9rem;
    width: 100%;
    height: 100%;
}

.hero-fullwidth-img.split .hero-image-fullwidth .hero-left-content h2 {
    font-size: 3.8em;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.hero-fullwidth-img.split .hero-image-fullwidth .hero-left-content p {
    font-size: 3em;
    padding-bottom: 15px;
    margin: 0 0 1rem;
}

.hero-fullwidth-img.split .hero-image-fullwidth .hero-left-content p,
      .hero-fullwidth-img.split .hero-image-fullwidth .hero-left-content h2 {
    text-align: center;
}

.hero-fullwidth-img.split .hero-image-fullwidth .hero-left-content .cta {
    font-weight: 400;
    font-size: 2.2em !important;
}

.hero-fullwidth-img.split .hero-image-fullwidth .hero-left-content .cta.txt-20 a {
    font-size: 20px;
}

.hero-fullwidth-img.split .hero-image-fullwidth .hero-left-content a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-fullwidth-img.split .hero-image-fullwidth .hero-left-content a:hover {
    text-decoration: none;
}

.hero-fullwidth-img.split .hero-image-fullwidth .hero-left-content a:hover * {
    text-decoration: none;
}

.hero-fullwidth-img.split .hero-image-fullwidth .hero-left-content a:hover .cta {
    text-decoration: underline;
}

.hero-fullwidth-img.split .hero-image-fullwidth .hero-left-content .secondary-head {
    font-size: 0.85em;
    padding: 0 15px 15px;
    margin-bottom: 1rem;
}

.hero-fullwidth-img.split .hero-image-fullwidth .hero-left-content .secondary-head p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.hero-fullwidth-img.split .hero-image-fullwidth .hero-left-content .secondary-head + .txt-24 {
    line-height: 29px;
    margin-bottom: 15px;
    padding-bottom: 1rem;
}

.hero-fullwidth-img.split .hero-image-fullwidth .hero-left-content .secondary-head + .txt-24 p {
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.hero-fullwidth-img.split .hero-image-fullwidth .hero-split-image {
    margin-left: -1px;
    width: 75%;
}

@media (max-width: 1200px) {
    .hero-fullwidth-img.split .hero-image-fullwidth .hero-split-image {
        width: 100%;
    }
}

@media (max-width: 860px) {
    .hero-fullwidth-img.split .hero-image-fullwidth .hero-split-image {
        aspect-ratio: 16/9;
    }
}

.hero-fullwidth-img.split .hero-image-fullwidth .hero-split-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.split_hero {
    font-size: 1rem;
    padding: 0px 0 20px;
}

.split_hero .row {
    margin-left: 0;
    margin-right: 0;
}

.split_hero .hero_links {
    padding: 20px 0px;
    margin: 0px 15px;
    border-bottom: 1px solid #0a0a0a;
}

.split_hero .graphic {
    min-height: 400px;
    position: relative;
}

.split_hero .graphic img {
    width: calc(100% + 5px);
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
    margin-left: -5px;
}

.split_hero .graphic picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
}

.split_hero .graphic .hero_copy {
    position: relative;
    z-index: 1;
    align-items: center;
    min-height: 100%;
}

.split_hero .graphic .hero_copy * {
    text-align: center;
    padding: 0 15px;
    line-height: 1.4;
}

.split_hero .graphic .hero_copy a,
      .split_hero .graphic .hero_copy a:hover {
    text-decoration: none;
}

.split_hero .graphic .hero_copy h1 {
    font-size: 2.0em;
    margin-bottom: .35em;
}

.split_hero .graphic .hero_copy p {
    font-size: .85em;
}

.split_hero .graphic .hero_copy p.cta {
    font-size: 1em;
    font-weight: 500;
}

.split_hero .graphic .hero_copy a:hover p,
      .split_hero .graphic .hero_copy a:hover span {
    text-decoration: none;
}

.split_hero .graphic .hero_copy a:hover p.cta {
    text-decoration: underline;
}

.split_hero .image img {
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 5px);
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.hero_links h2,
.hero_links h3 {
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 5px;
}

@media (min-width: 640px) {
    .hero-left-content {
        font-size: .75rem;
    }

    .hero_copy {
        font-size: 1.5em;
    }
}

@media (min-width: 990px) {
    .hero_copy {
        font-size: 1.4em;
    }

    .hero-left-content {
        font-size: .7rem;
    }
}

@media (min-width: 1200px) {
    .hero_copy {
        font-size: 1.5em;
    }

    .hero-left-content {
        font-size: .75rem;
    }
}

@media (min-width: 2000px) {
    .hero_copy {
        font-size: 1.6em;
    }

    .hero-left-image {
        font-size: 1.0em;
    }

    .hero-left-content, .split_hero {
        font-size: 1.2rem;
    }
}

@media (max-width: 990px) {
    .split_hero .graphic {
        min-height: 200px;
    }

    .hero_links div.col {
        padding-bottom: 20px;
    }

    .hero_copy {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: -5px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .split_hero .graphic .hero_copy p {
        max-width: 85%;
        margin: 0 auto 15px;
    }
}

@media (max-width: 640px) {
    .hero_links {
        font-size: .8em;
    }

    .split_hero .graphic .hero_copy p {
        font-size: 1em;
    }

    .split_hero .graphic .hero_copy p.cta {
        font-size: 1.15em;
        font-weight: 500;
    }
}

@media (max-width: 960px) {
    .split_hero.mobileNo,
  .split_hero .mobileNo {
        display: none !important;
    }
}

.split-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 900px) {
    .split-content {
        flex-direction: column;
    }
}

.split-content.reverse {
    flex-direction: row-reverse;
}

@media (max-width: 900px) {
    .split-content.reverse {
        flex-direction: column-reverse;
    }
}

.split-content > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.split-content .image-container {
    overflow: hidden;
}

.split-content .image-container img {
    width: 100%;
    height: 100%;
    aspect-ratio: 6/4;
    object-fit: cover;
    vertical-align: bottom;
}

.split-content .text-container {
    padding: 15px 5%;
}

@media (max-width: 1200px) {
    .split-content .text-container {
        padding: 15px 20px;
    }
}

.split-content h2 {
    font-size: 32px;
    padding: 0;
}

.split-content h3 {
    font-size: 24px;
    margin: 10px 0;
}

@media (max-width: 767.98px) {
    .split-content h3 {
        font-size: 16px;
    }
}

.split-content .theEditLogo {
    margin-bottom: 20px;
}

@media (max-width: 900px) {
    .split-content .width-33,
    .split-content .width-70,
    .split-content .width-30,
    .split-content .width-60,
    .split-content .width-66,
    .split-content .width-40 {
        width: 100% !important;
    }
}

#hp-row-showroom {
    display: none;
}

.page-tiles {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 1720px;
    padding: 0 1rem;
    flex-wrap: wrap;
    overflow-x: auto;
    margin-bottom: -40px;
}

@media (max-width: 1215.98px) {
    .page-tiles {
        flex-wrap: nowrap;
        scroll-snap-type: inline mandatory;
        scroll-padding-inline: 15px;
        margin-bottom: 10px;
    }
}

.page-tiles > div {
    margin-bottom: 40px;
    position: relative;
}

@media (max-width: 1200px) {
    .page-tiles > div {
        scroll-snap-align: start;
        margin: 0 7.5px;
    }
}

.page-tiles > div:hover .product-call {
    opacity: 1;
}

@media (max-width: 1200px) {
    .page-tiles > div:first-child {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    .page-tiles > div:last-child {
        margin-right: 0;
    }
}

.page-tiles > div a.image-link {
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.page-tiles > div picture {
    display: block;
}

.page-tiles > div img {
    width: 100%;
}

@media (max-width: 767.98px) {
    .page-tiles > div img {
        vertical-align: top;
    }
}

.page-tiles > div .product-call {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    transition: opacity .25s linear;
    display: block;
    padding: 15px;
    left: 0;
    color: #ffffff !important;
    text-align: right;
    text-shadow: 0 0 2px #101820;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.page-tiles > div .product-call > a {
    color: #ffffff !important;
    margin-bottom: 15px;
    display: block;
}

.page-tiles > div .product-call > a:last-child {
    margin-bottom: 0;
}

.page-tiles [class*=experience-assets-] > div:hover .product-call {
    opacity: 1;
    z-index: 3;
}

.page-tiles [class*=experience-assets-] > div .details {
    position: relative;
    z-index: 3;
    margin-top: 15px;
}

@media (max-width: 767.98px) {
    .page-tiles [class*=experience-assets-] > div .details {
        margin-top: 0;
        padding: 0 10px;
    }
}

.page-tiles [class*=experience-assets-] > div .details h3 {
    font-family: "Supreme LL", sans-serif;
    font-size: 20px;
    line-height: 24px !important;
    font-weight: 400;
    margin-bottom: 7px;
    padding: 0;
}

@media (max-width: 767.98px) {
    .page-tiles [class*=experience-assets-] > div .details h3 {
        margin-bottom: 0;
    }
}

.page-tiles [class*=experience-assets-] > div .details h3 a {
    font-weight: 400;
}

.page-tiles [class*=experience-assets-] > div .details span {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.page-tiles [class*=experience-assets-] > div img {
    width: 100%;
}

@media (max-width: 1215.98px) {
    .page-tiles [class*=experience-assets-] > div .product-call {
        bottom: auto;
        display: none;
    }
}

.page-tiles [class*=experience-assets-] .tiles-wrapper .tiles-content {
    position: relative;
}

@media (max-width: 767.98px) {
    .layout-large-tiles .page-tiles [class*=experience-assets-] .tiles-wrapper .tiles-content {
        flex: 1 0 51px;
        max-width: 51px;
    }
}

.page-tiles [class*=experience-assets-] .tiles-wrapper .product-call {
    z-index: 0;
}

.page-tiles [class*=experience-assets-] .tiles-wrapper > div:hover .product-call {
    opacity: 1;
    z-index: 1;
}

.page-tiles .tile-img {
    display: inline-block;
}

@media (max-width: 767.98px) {
    .page-tiles.orientation-vertical {
        flex-wrap: wrap;
        overflow-x: visible;
    }

    .page-tiles.orientation-vertical > div.sqr-wrap {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

    .page-tiles.orientation-vertical > div.sqr-wrap:first-child {
        margin-left: 0;
    }

    .page-tiles.orientation-vertical > div.sqr-wrap:last-child {
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    .page-tiles.layout-small-tiles [class*=experience-assets-] .tiles-wrapper {
        display: flex;
        align-items: center;
        height: 61px;
        padding: 5px;
    }
}

@media (max-width: 767.98px) {
    .page-tiles.layout-small-tiles [class*=experience-assets-] .tiles-wrapper a.image-link {
        flex: 0 0 51px;
        max-width: 51px;
        object-fit: cover;
    }
}

@media (max-width: 767.98px) {
    .page-tiles.layout-small-tiles [class*=experience-assets-] .tiles-wrapper .details {
        margin-top: 0;
        padding: 0 10px;
    }
}

@media (max-width: 767.98px) {
    .page-tiles.layout-small-tiles [class*=experience-assets-] .tiles-wrapper .details h3 {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .page-tiles.layout-large-tiles [class*=experience-assets-] .tiles-wrapper .details {
        margin-top: 15px;
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    .four-up {
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .four-up.layout-small-tiles .tiles-wrapper .tiles-content {
        max-width: 51px;
    }
}

.four-up > div {
    width: calc(25% - 16px);
    min-width: 275px;
    margin-bottom: 28px;
}

@media (max-width: 767.98px) {
    .four-up > div:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .four-up > div {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        min-width: 290px;
    }
}

.four-up > div img {
    aspect-ratio: 425/640;
    object-fit: cover;
    width: 100%;
}

.four-up > div a.image-link {
    aspect-ratio: 425/640;
}

@media (max-width: 767.98px) {
    .four-up > div a.image-link {
        object-fit: cover;
    }
}

/*Four Wide Tile with 8 regions*/
@media (max-width: 767.98px) {
    .experience-assets-fourWideTile .lu-fp-sec h2.title {
        text-align: left;
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .tall-wide > div:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media (max-width: 767.98px) {
    .tall-wide > div:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .tall-wide [class*=experience-assets-] > div {
        display: flex;
        background: #f7f8f4;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
    }
}

@media (max-width: 767.98px) {
    .tall-wide [class*=experience-assets-] > div picture img {
        object-fit: cover;
    }
}

@media (max-width: 767.98px) {
    .tall-wide [class*=experience-assets-] > div .details {
        flex: 0 0 calc(100% - 56px);
        max-width: calc(100% - 56px);
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .tall-wide [class*=experience-assets-] > div .details h3 {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 767.98px) {
    .tall-wide.layout-small-tiles [class*=experience-assets-] > div {
        height: 61px;
        padding: 5px;
    }
}

@media (max-width: 767.98px) {
    .tall-wide.layout-small-tiles [class*=experience-assets-] > div picture {
        flex: 0 0 51px;
        max-width: 51px;
    }
}

@media (max-width: 767.98px) {
    .tall-wide.layout-large-tiles [class*=experience-assets-] > div {
        display: block;
        padding-bottom: 15px;
    }
}

@media (max-width: 767.98px) {
    .tall-wide.layout-large-tiles [class*=experience-assets-] > div .details {
        flex: 0 1 auto;
        max-width: 100%;
        margin-top: 15px;
    }
}

@media (max-width: 767.98px) {
    .tall-wide.layout-large-tiles [class*=experience-assets-] > div .details h3 {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .three-up {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .three-up.layout-small-tiles .tiles-wrapper .tiles-content {
        max-width: 51px;
    }
}

.three-up > div {
    width: calc(33% - 8px);
    min-width: 320px;
}

@media (max-width: 767.98px) {
    .three-up > div:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .three-up > div {
        width: 100%;
        margin-bottom: 30px;
        min-width: 290px;
        margin-left: 0;
        margin-right: 0;
    }
}

.three-up > div img {
    width: 100%;
    aspect-ratio: 550/640;
    object-fit: cover;
    vertical-align: top;
}

.three-up > div a.image-link {
    aspect-ratio: 550/640;
}

@media (max-width: 767.98px) {
    .three-up > div a.image-link {
        object-fit: cover;
    }
}

.lu-fp-sec {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0;
}

.lu-fp-sec.light-blush {
    background-color: #f9f4f2;
}

.lu-fp-sec.dark-blush {
    background-color: #efefeb;
}

.lu-fp-sec.white {
    background: #ffffff;
}

.lu-fp-sec.beige {
    background: #f6f0ed;
}

.list-content-outer .lu-fp-sec {
    padding-top: 0;
}

@media (max-width: 767.98px) {
    .list-content-outer .lu-fp-sec {
        padding-top: 28px;
        padding-bottom: 20px;
    }
}

@media (max-width: 1200px) and (orientation: portrait) {
    .lu-fp-sec {
        min-height: unset;
        padding: 20px 0;
    }
}

@media (max-width: 1200px) and (orientation: landscape) {
    .lu-fp-sec {
        min-height: unset;
        padding: 30px 0;
    }
}

.lu-fp-sec.no-pad {
    padding: 0 !important;
}

.lu-fp-sec h2 {
    width: 100%;
    margin: 0 0 15px;
    padding: 0 15px;
    font-size: 28px;
    font-weight: 300;
    max-width: 1720px;
    font-family: "ABC Arizona Flare", sans-serif;
}

.lu-fp-sec h2.title {
    font-size: 24px;
    line-height: 26px !important;
    margin-bottom: 33px;
}

@media (max-width: 1215.98px) {
    .lu-fp-sec h2.title {
        line-height: 26px !important;
    }
}

[class*=experience-assets-] .lu-fp-sec h2.title {
    margin-bottom: 18px;
}

@media (max-width: 767.98px) {
    .lu-fp-sec h2.title .divider {
        width: 100%;
        height: 0;
        display: block;
        margin: 0;
        background: none;
    }
}

.lu-fp-sec h2 .divider {
    width: 1px;
    height: 32px;
    background: #0a0a0a;
    margin: 2px 15px 0;
    display: inline-block;
    vertical-align: middle;
}

.lu-fp-sec h2 a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #0a0a0a;
    padding-top: 0;
    font-weight: 400;
    margin-top: 4px;
    font-family: "Supreme LL", sans-serif;
}

@media (max-width: 767.98px) {
    .list-content-outer .lu-fp-sec h2 a {
        margin-top: 18px;
    }
}

.lu-reg-sec {
    width: 100%;
    height: auto;
    padding: 40px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.lu-reg-sec.no-pad {
    padding: 0 !important;
}

.lu-reg-sec .jcarousel li p {
    margin-top: 0;
}

.edit_multi {
    font-size: 1rem;
}

.edit_multi > .row {
    font-size: 1rem;
}

.edit_multi .edit_content {
    padding: 15px 0;
}

@media (min-width: 768px) {
    .edit_multi .edit_content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.edit_multi .edit_content .theEditLogo {
    display: block;
    width: 80%;
    max-width: 250px;
    margin-bottom: 15px;
}

.edit_multi p,
  .edit_multi h2 {
    margin-bottom: 15px;
}

.edit_multi .edit_image {
    width: 100%;
}

.edit_multi .edit_image.main_image {
    width: 100%;
    height: 100%;
    aspect-ratio: 2/3;
    object-fit: cover;
}

.edit_multi .edit_tiles {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .edit_multi .edit_tiles > div {
        margin-bottom: 25px;
    }
}

.edit_multi .edit_tiles .edit_image {
    margin-bottom: 15px;
}

.category-title.has-border {
    border-bottom: 1px solid #efefeb;
}

.category-title .pt-30 {
    padding-top: 30px;
}

.category-title .pb-30 {
    padding-bottom: 30px;
}

.category-title h1 {
    font-family: "ABC Arizona Flare", sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    color: #0a0a0a;
    margin-bottom: 0;
}

.split-banner {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

@media screen and (max-width: 1200px) {
    .split-banner {
        padding: 10px 20px;
        flex-direction: column;
    }
}

@media screen and (max-width: 640px) {
    .split-banner {
        padding: 20px 0;
    }
}

.split-banner .split-banner-content,
  .split-banner .split-banner-image {
    aspect-ratio: 1/1;
}

.split-banner .split-banner-col {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

@media (max-width: 1200px) {
    .split-banner .split-banner-col {
        margin: 15px 0;
        padding: 0;
    }
}

@media (max-width: 640px) {
    .split-banner .split-banner-col {
        flex-direction: column-reverse;
    }
}

.split-banner ul[data-element-slideshow="true"] {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

.split-banner ul[data-element-slideshow="true"] li {
    width: 90%;
    height: 90%;
    position: absolute;
    left: 5%;
    top: 5%;
}

.split-banner ul[data-element-slideshow="true"] li img {
    width: 100%;
}

.split-banner a img {
    border: none;
}

.split-banner .slider-controls {
    margin-top: -32px;
    display: flex;
    position: relative;
    justify-content: center;
}

.split-banner .slider-controls > div {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 5px;
    border: 1px solid #ffffff;
    transition: background-color .25s linear;
    background-color: rgba(10, 10, 10, 0.25);
}

.split-banner .slider-controls > div:hover {
    cursor: pointer;
    background-color: rgba(10, 10, 10, 0.4);
}

.split-banner .slider-controls > div.active {
    cursor: initial !important;
    background-color: rgba(10, 10, 10, 0.75) !important;
}

.split-banner .width-50 {
    width: 50% !important;
    padding: 0 7.5px;
}

@media (max-width: 1200px) {
    .split-banner .width-50 {
        width: 100% !important;
    }
}

.split-banner .width-100 {
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 1200px) {
    .split-banner .width-100 {
        width: 100% !important;
        height: 100% !important;
    }
}

.split-banner .width-100.split-banner-content {
    aspect-ratio: 2/1;
}

@media (max-width: 1200px) {
    .split-banner .width-100.split-banner-content {
        aspect-ratio: 1/1;
    }
}

.split-banner .banner-left-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.split-banner .banner-left-image img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
}

.split-banner .split-banner-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.split-banner .banner-full-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.split-banner .banner-full-image img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
}

.split-banner .sb-content-inner {
    position: relative;
    width: 100%;
}

.split-banner .sb-content-inner.full-height {
    height: 100%;
}

.split-banner .sb-content-inner .full-width-link {
    height: 100%;
    display: flex;
    align-items: center;
}

.split-banner .sb-content-inner .full-width-link:hover {
    text-decoration: none;
}

.split-banner .sb-content-inner .full-width-link:hover div, .split-banner .sb-content-inner .full-width-link:hover h2, .split-banner .sb-content-inner .full-width-link:hover p, .split-banner .sb-content-inner .full-width-link:hover span {
    text-decoration: none;
}

.split-banner .sb-content-inner .full-width-link:hover span.cta {
    text-decoration: underline;
}

.split-banner .sb-content-inner .full-width-link .full-width-block {
    width: 100%;
}

.split-banner .sb-content-inner h2 {
    font-size: 32px;
    margin: 0 30px 20px;
}

@media (max-width: 1200px) {
    .split-banner .sb-content-inner h2 {
        font-size: 30px;
    }
}

.split-banner .sb-content-inner p {
    font-size: 18px;
    line-height: 28px;
    margin: 20px 30px;
    margin-top: 0;
}

@media (max-width: 1200px) {
    .split-banner .sb-content-inner p {
        font-size: 16px;
    }
}

.split-banner .sb-content-inner .copy-text {
    padding: 0 30px 20px;
}

.split-banner .sb-content-inner .copy-text p {
    margin: 0;
}

.split-banner .sb-content-inner a.cta {
    display: block;
    font-size: 25px;
    margin: 0 30px 20px;
    text-align: center;
}

@media (max-width: 1200px) {
    .split-banner .sb-content-inner a.cta {
        font-size: 20px;
    }
}

.split-banner .split-banner-image {
    padding: 0 !important;
    position: relative;
    margin-left: -1px;
    overflow: hidden;
}

.split-banner .split-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.split-banner .split-banner-image .product-call {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 15px;
    right: 15px;
    opacity: 0;
    transition: opacity .3s linear;
    text-align: right;
}

.split-banner .split-banner-image .product-call a {
    font-size: 14px;
}

.split-banner .split-banner-image:hover .product-call {
    opacity: 1;
}

.split-banner {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.split-banner .split-banner-content,
  .split-banner .split-banner-image {
    aspect-ratio: 1/1;
}

.split-banner > div {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.split-banner > div ul[data-element-slideshow="true"] {
    width: 100%;
    height: 100%;
    position: relative;
}

.split-banner > div ul[data-element-slideshow="true"] li {
    width: 90%;
    height: 90%;
    position: absolute;
    left: 5%;
    top: 5%;
}

.split-banner > div ul[data-element-slideshow="true"] li img {
    width: 100%;
}

.split-banner > div a img {
    border: none;
}

.split-banner .width-50 {
    width: 50% !important;
    padding: 0 7.5px;
}

.split-banner .width-100 {
    width: 100% !important;
    height: 100% !important;
}

.split-banner .width-100.split-banner-content {
    aspect-ratio: 2/1;
}

.split-banner .split-banner-content {
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.split-banner .split-banner-content h2 {
    font-size: 32px;
    margin: 0 30px 20px 30px;
}

.split-banner .split-banner-content p {
    font-size: 18px;
    line-height: 28px;
    margin: 20px 30px;
    margin-top: 0px;
}

.split-banner .split-banner-content a.cta {
    display: block;
    font-size: 25px;
    margin: 0 30px 20px 30px;
    text-align: center;
}

.split-banner .split-banner-image {
    padding: 0 !important;
    position: relative;
    margin-left: -1px;
    overflow: hidden;
}

.split-banner .split-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.split-banner .split-banner-image .product-call {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 15px;
    right: 15px;
    opacity: 0;
    transition: opacity .3s linear;
    text-align: right;
}

.split-banner .split-banner-image .product-call a {
    font-size: 14px;
}

.split-banner .split-banner-image:hover .product-call {
    opacity: 1;
}

@media (max-width: 1200px) {
    .split-banner {
        padding: 10px 20px;
        flex-direction: column;
    }

    .split-banner > div {
        margin: 15px 0;
        padding: 0;
    }

    .split-banner .width-50 {
        width: 100% !important;
    }

    .split-banner .width-100 {
        width: 100% !important;
        height: 100% !important;
    }

    .split-banner .width-100.split-banner-content {
        aspect-ratio: 1/1;
    }

    .split-banner .split-banner-content h2 {
        font-size: 30px;
    }

    .split-banner .split-banner-content p {
        font-size: 16px;
    }

    .split-banner .split-banner-content a.cta {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .split-banner {
        padding: 20px 0;
    }

    .split-banner > div {
        flex-direction: column-reverse;
        margin: 15px 0;
        padding: 0;
    }
}

#cert-recs-rebrand, #cert-recs-rebrand_top {
    width: 100%;
    max-width: 1720px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

#cert-recs-rebrand h2, #cert-recs-rebrand_top h2 {
    font-size: 24px;
    line-height: 26px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    position: relative;
    margin: 0 0 25px;
}

#cert-recs-rebrand h2 span, #cert-recs-rebrand_top h2 span {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
}

#cert-recs-rebrand .cert-recs-inner, #cert-recs-rebrand_top .cert-recs-inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
}

#cert-recs-rebrand .cert-recs-inner .cert-rec, #cert-recs-rebrand_top .cert-recs-inner .cert-rec {
    width: calc(20% - 30px);
    min-width: 290px;
    position: relative;
    padding-bottom: 55px;
    margin-right: 10px;
}

#cert-recs-rebrand .cert-recs-inner .cert-rec img, #cert-recs-rebrand_top .cert-recs-inner .cert-rec img {
    width: 195px;
    aspect-ratio: 1/1;
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}

#cert-recs-rebrand .cert-recs-inner .cert-rec .certRecName, #cert-recs-rebrand_top .cert-recs-inner .cert-rec .certRecName {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    display: block;
    line-height: 20px;
}

#cert-recs-rebrand .cert-recs-inner .cert-rec .certRecName .certRecBrand, #cert-recs-rebrand_top .cert-recs-inner .cert-rec .certRecName .certRecBrand {
    font-weight: 400;
    display: block;
    margin-top: 7px;
}

#cert-recs-rebrand .cert-recs-inner .cert-rec .certRecPrice, #cert-recs-rebrand_top .cert-recs-inner .cert-rec .certRecPrice {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

@media (max-width: 1200px) {
    #cert-recs h2 {
        width: calc(100% - 40px);
    }
}

@media (max-width: 1200px) {
    #cert-recs .cert-recs-inner {
        scroll-padding-inline: 10px;
        width: 85%;
    }
}

@media (max-width: 860px) {
    #cert-recs .cert-recs-inner {
        width: 95%;
    }
}

@media (max-width: 1200px) {
    #cert-recs .cert-recs-inner .cert-rec {
        scroll-snap-align: start;
    }
}

@media (max-width: 1200px) {
    #cert-recs .cert-recs-inner .cert-rec:last-child {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .mobileOnly {
        display: none;
    }
}

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

.padv-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padh-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.padv-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padh-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.border-black {
    border: 1px solid #0a0a0a;
}

.m-top-20 {
    margin-top: 20px;
}

.fill {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 1024px) {
    .customer-quote {
        padding: 30px 10px !important;
    }
}

@media (max-width: 768px) {
    .customer-quote {
        padding: 40px 10px !important;
    }
}

.customer-quote h2 {
    padding: 0 10px;
    margin: 0 auto 30px;
    font-size: 40px;
    max-width: 450px;
}

@media (max-width: 1024px) {
    .customer-quote h2 {
        font-size: 30px;
    }
}

.customer-quote p {
    margin: 0 auto;
    max-width: 450px;
    font-size: 24px;
    line-height: 30px;
    position: relative;
    padding: 0 10px;
}

@media (max-width: 1024px) {
    .customer-quote p {
        font-size: 20px;
        max-width: 70%;
        line-height: 26px;
    }
}

.customer-quote p:before, .customer-quote p:after {
    content: "“";
    color: #f7f8f4;
    font-size: 225px;
    position: absolute;
}

@media (max-width: 1024px) {
    .customer-quote p:before, .customer-quote p:after {
        font-size: 175px;
    }
}

.customer-quote p:before {
    top: 35px;
    left: -70px;
}

.customer-quote p:after {
    bottom: 35px;
    right: -70px;
    transform: rotate(180deg);
}

.love-your-lumens {
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 640px) {
    .love-your-lumens {
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column;
    }
}

.love-your-lumens > div {
    padding: 0 10px;
}

@media (max-width: 640px) {
    .love-your-lumens > div {
        min-height: unset;
        padding: 20px 10px;
    }
}

.love-your-lumens > div.width-25 {
    width: 25% !important;
}

@media (max-width: 1199px) {
    .love-your-lumens > div.width-25 {
        width: 50% !important;
    }
}

@media (max-width: 640px) {
    .love-your-lumens > div.width-25 {
        width: 100% !important;
    }
}

.love-your-lumens > div.width-75 {
    width: 75% !important;
}

@media (max-width: 1199px) {
    .love-your-lumens > div.width-75 {
        width: 50% !important;
    }
}

@media (max-width: 640px) {
    .love-your-lumens > div.width-75 {
        width: 100% !important;
    }
}

.love-your-lumens .copy-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.love-your-lumens .copy-block h3 {
    font-size: 38px;
    margin-bottom: 4px;
}

@media (max-width: 767.98px) {
    .love-your-lumens .copy-block h3 {
        font-size: 16px;
    }
}

.love-your-lumens .copy-block p {
    font-size: 24px;
}

.love-your-lumens .tintup {
    width: 100%;
    height: 500px;
}

.love-your-lumens .tintup iframe {
    width: 100%;
    height: 500px;
    border: none;
}

.two-across {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 1023px) {
    .two-across {
        flex-direction: column;
    }
}

.two-across .width-50 {
    width: 50% !important;
    padding: 0 10px;
}

@media (max-width: 1023px) {
    .two-across .width-50 {
        width: 100% !important;
        aspect-ratio: initial;
        padding: 40px 20px;
        margin: 7.5px 0;
    }
}

.two-across > div {
    aspect-ratio: 900/320;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.two-across > div h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 15px;
}

.two-across > div p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.two-across > div a {
    font-size: 24px;
    text-align: center;
}

.full-banner div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.full-banner div * {
    line-height: 1.2 !important;
}

.full-banner div h2 {
    font-size: 48px;
    margin: 0 20px 15px;
}

.full-banner div p {
    font-size: 30px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
}

.full-banner div .cta {
    font-size: 32px;
}

.full-banner div b {
    font-weight: 400;
}

.catgoriesTiles.lu-fp-sec {
    padding: 0;
}

.catgoriesTiles h2.title {
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 26px !important;
}

.catgoriesTiles h2.title .divider {
    height: 31px;
    margin-left: 20px;
    margin-right: 20px;
}

@media (max-width: 767.98px) {
    .catgoriesTiles h2.title .divider {
        height: 8px;
        margin: 0;
    }
}

.catgoriesTiles h2.title a {
    line-height: normal;
    margin-top: 0;
}

.catgoriesTiles .page-tiles {
    margin-bottom: 0;
}

.catgoriesTiles .page-tiles .details {
    margin-top: 10px;
}

.catgoriesTiles .page-tiles .details h3 a.tite-title {
    font-family: "Supreme LL", "niveau-grotesk";
    margin-bottom: 0;
}

.catgoriesTiles .page-tiles .mobile_show {
    display: none;
}

.catgoriesTiles .page-tiles.three-up > div {
    min-width: unset;
    margin-bottom: 28px;
}

.catgoriesTiles .page-tiles.three-up > div img {
    aspect-ratio: 394/589;
}

.catgoriesTiles .page-tiles.three-up > div a.image-link {
    aspect-ratio: unset;
}

.catgoriesTiles .page-tiles [class*=experience-assets-] > div .details {
    margin-top: 10px;
}

.catgoriesTiles .page-tiles a.mobile-link {
    display: block;
    background-color: #f7f8f4;
    height: 50px;
    padding: 5px;
}

.catgoriesTiles .page-tiles a.mobile-link picture {
    width: 40px;
    height: 40px;
    float: left;
}

.catgoriesTiles .page-tiles a.mobile-link h3 {
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    height: 40px;
    align-items: center;
    width: calc(100% - 40px);
}

@media (max-width: 767.98px) {
    .catgoriesTiles .page-tiles a.mobile-link h3 {
        text-transform: capitalize;
    }
}

@media screen and (max-width: 768px) {
    .catgoriesTiles .page-tiles .mobile_show {
        display: block;
    }

    .catgoriesTiles .page-tiles .mobile_hide {
        display: none;
    }

    .catgoriesTiles .page-tiles.three-up > div {
        min-width: unset;
        margin-bottom: 0px;
    }

    .catgoriesTiles .page-tiles.three-up > div .mobile_show {
        margin-bottom: 15px;
    }

    .catgoriesTiles .page-tiles.three-up > div img {
        aspect-ratio: 40/40;
    }
}

.catgoriesTiles.square .page-tiles.three-up > div img {
    aspect-ratio: 100/100;
}

.catgoriesTiles.fourNarrowSquare h2.title .divider, .catgoriesTiles.threeFullWidth h2.title .divider, .catgoriesTiles.fourFullWidth h2.title .divider, .catgoriesTiles.twoFullWidth h2.title .divider, .catgoriesTiles.fiveFullWidth h2.title .divider {
    margin-left: 10px;
    margin-right: 10px;
}

.catgoriesTiles.fourNarrowSquare .paragraph, .catgoriesTiles.threeFullWidth .paragraph, .catgoriesTiles.fourFullWidth .paragraph, .catgoriesTiles.twoFullWidth .paragraph, .catgoriesTiles.fiveFullWidth .paragraph {
    font-size: 16px;
}

.catgoriesTiles.fourNarrowSquare .paragraph p, .catgoriesTiles.threeFullWidth .paragraph p, .catgoriesTiles.fourFullWidth .paragraph p, .catgoriesTiles.twoFullWidth .paragraph p, .catgoriesTiles.fiveFullWidth .paragraph p {
    margin: 0;
    font-size: 16px;
}

.catgoriesTiles.fourNarrowSquare .page-tiles .details h3 a.tite-title:hover, .catgoriesTiles.threeFullWidth .page-tiles .details h3 a.tite-title:hover, .catgoriesTiles.fourFullWidth .page-tiles .details h3 a.tite-title:hover, .catgoriesTiles.twoFullWidth .page-tiles .details h3 a.tite-title:hover, .catgoriesTiles.fiveFullWidth .page-tiles .details h3 a.tite-title:hover {
    text-decoration: underline;
}

.threeFullWidth.catgoriesTiles h2.title {
    text-align: left;
    margin-bottom: 11px;
}

@media (max-width: 767.98px) {
    .threeFullWidth.catgoriesTiles h2.title {
        text-align: center;
        margin-bottom: 30px;
    }
}

.threeFullWidth .page-tiles.three-up > div {
    width: calc(33% - 6px);
}

@media (max-width: 767.98px) {
    .threeFullWidth .page-tiles.three-up > div {
        width: 100%;
        margin-bottom: 40px;
    }
}

.threeFullWidth .page-tiles.three-up > div img {
    aspect-ratio: 4 / 3;
}

.threeFullWidth .page-tiles.three-up > div .tite-Paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.threeFullWidth .page-tiles.three-up > div .tite-Linktext {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
}

.fourFullWidth.catgoriesTiles h2.title {
    text-align: left;
    margin-bottom: 11px;
}

@media (max-width: 767.98px) {
    .fourFullWidth.catgoriesTiles h2.title {
        text-align: center;
        margin-bottom: 30px;
    }
}

.fourFullWidth .page-tiles.four-up > div {
    min-width: auto;
    width: calc(25% - 12px);
}

@media (max-width: 767.98px) {
    .fourFullWidth .page-tiles.four-up > div {
        width: calc(50% - 8px);
        margin-bottom: 0;
    }
}

.fourFullWidth .page-tiles.four-up > div a.image-link {
    aspect-ratio: 4 / 3;
}

.fourFullWidth .page-tiles.four-up > div img {
    aspect-ratio: 4 / 3;
}

.fourFullWidth .page-tiles.four-up > div .tite-Paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.twoFullWidth.catgoriesTiles h2.title {
    text-align: left;
    margin-bottom: 11px;
}

@media (max-width: 767.98px) {
    .twoFullWidth.catgoriesTiles h2.title {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .twoFullWidth .two-up {
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .twoFullWidth .two-up.layout-small-tiles .tiles-wrapper .tiles-content {
        max-width: 51px;
    }
}

.twoFullWidth .two-up > div {
    width: calc(50% - 8px);
    margin-bottom: 28px;
}

@media (max-width: 767.98px) {
    .twoFullWidth .two-up > div {
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    .twoFullWidth .two-up > div:last-child {
        margin-bottom: 20px;
    }
}

.twoFullWidth .two-up > div img {
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
}

.twoFullWidth .two-up > div a.image-link {
    aspect-ratio: 3/2;
}

@media (max-width: 767.98px) {
    .twoFullWidth .two-up > div a.image-link {
        object-fit: cover;
    }
}

.twoFullWidth .two-up > div .tite-Paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.fiveFullWidth.catgoriesTiles h2.title {
    text-align: left;
    margin-bottom: 11px;
}

@media (max-width: 767.98px) {
    .fiveFullWidth.catgoriesTiles h2.title {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .fiveFullWidth .five-up {
        justify-content: center;
        flex-wrap: wrap;
    }

    .fiveFullWidth .five-up .experience-r1c1, .fiveFullWidth .five-up .experience-r1c3 {
        margin-right: 16px;
    }
}

@media (max-width: 767.98px) {
    .fiveFullWidth .five-up.layout-small-tiles .tiles-wrapper .tiles-content {
        max-width: 51px;
    }
}

.fiveFullWidth .five-up > div {
    width: calc(20% - 12px);
    margin-bottom: 28px;
}

@media (max-width: 767.98px) {
    .fiveFullWidth .five-up > div:last-child {
        margin-bottom: 30;
    }
}

@media (max-width: 767.98px) {
    .fiveFullWidth .five-up > div {
        width: calc(50% - 8px);
        margin-bottom: 16px;
        margin-left: 0;
        margin-right: 0;
    }
}

.fiveFullWidth .five-up > div img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}

.fiveFullWidth .five-up > div a.image-link {
    aspect-ratio: 1/1;
}

@media (max-width: 767.98px) {
    .fiveFullWidth .five-up > div a.image-link {
        object-fit: cover;
    }
}

.fourNarrowSquare.catgoriesTiles h2.title {
    text-align: left;
    margin-bottom: 11px;
}

@media (max-width: 767.98px) {
    .fourNarrowSquare.catgoriesTiles h2.title {
        text-align: center;
        margin-bottom: 30px;
    }
}

.fourNarrowSquare .page-tiles.four-up > div {
    min-width: auto;
    width: calc(25% - 12px);
}

@media (max-width: 767.98px) {
    .fourNarrowSquare .page-tiles.four-up > div {
        width: calc(50% - 8px);
        margin-bottom: 16px;
    }
}

.fourNarrowSquare .page-tiles.four-up > div a.image-link {
    aspect-ratio: 1 / 1;
}

.fourNarrowSquare .page-tiles.four-up > div img {
    aspect-ratio: 1 / 1;
}

:root {
    --animation-timing: 3s;
  /* Default value */
}

.hero.hero-carousel {
    width: 100%;
    padding-top: 55.25%;
    position: relative;
    background: #ccc;
    overflow: hidden;
    margin-top: 0;
}

@media (max-width: 768px) {
    .hero.hero-carousel {
        aspect-ratio: 390 / 360 !important;
    }
}

.hero.hero-carousel .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.7s ease-in-out;
    opacity: 0;
    display: none;
    pointer-events: none;
}

.hero.hero-carousel .slide.go {
    display: block;
    opacity: 1;
    pointer-events: initial;
}

.hero.hero-carousel .slide img {
    transition: all var(--animation-timing) ease-in-out;
    min-height: unset;
    aspect-ratio: unset;
}

.hero.hero-carousel .slide .copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: calc(15px + 0.390625vw);
    display: flex;
    flex-direction: column;
    width: 100%;
}

.hero.hero-carousel .slide .copy.bottom-center {
    top: unset;
    bottom: 57px;
}

.hero.hero-carousel .slide .copy.bg-gradient {
    background: linear-gradient(0deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.4) 85%, rgba(10, 10, 10, 0) 100%);
    padding-top: 20px;
}

.hero.hero-carousel .slide .copy:hover {
    text-decoration: none;
}

.hero.hero-carousel .slide .copy:hover p {
    text-decoration: none;
}

@media (max-width: 1200px) {
    .hero.hero-carousel .slide .copy {
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 540px) {
    .hero.hero-carousel .slide .copy {
        font-size: calc(10px + 0.390625vw);
        top: 60%;
    }
}

.hero.hero-carousel .slide .copy h2 {
    font-size: 2.2em;
    font-family: "ABC Arizona Flare", sans-serif;
    position: relative;
    margin: 0;
    font-weight: 300;
}

@media (max-width: 361px) {
    .hero.hero-carousel .slide .copy h2 {
        font-size: 1.9em;
    }
}

.hero.hero-carousel .slide .copy h2.deco:before, .hero.hero-carousel .slide .copy h2.deco:after {
    position: absolute;
    top: calc(50% - 1px);
    height: 2px;
    width: 50px;
    background-color: #000000;
    display: block;
    content: "";
    align-items: center;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.hero.hero-carousel .slide .copy h2.deco:before {
    left: -55px;
}

.hero.hero-carousel .slide .copy h2.deco:after {
    right: -55px;
}

.hero.hero-carousel .slide .copy p {
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 1rem;
}

.hero.hero-carousel .slide .copy p.cta {
    font-size: 0.6em;
    text-transform: uppercase;
    padding: 12px 20px;
    background: #0a0a0a;
    border-radius: 24px;
    border: 1px solid #fff;
    color: #ffffff;
}

@media (max-width: 540px) {
    .hero.hero-carousel .slide .copy p.cta {
        font-size: 0.75em;
        padding: 1em 1.5em;
    }
}

.hero.hero-carousel .slide .copy * {
    text-align: center;
    color: #000;
    width: auto;
    align-self: center;
}

.hero.hero-carousel .slide .copy.white * {
    color: #ffffff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.hero.hero-carousel .slide .copy.white .deco:before, .hero.hero-carousel .slide .copy.white .deco:after {
    background: #ffffff;
}

.hero.hero-carousel .slide.panLeft img {
    width: 125%;
    height: 100%;
    object-fit: cover;
}

.hero.hero-carousel .slide.panLeft.go img {
    animation: panLeft var(--animation-timing) ease-in-out forwards;
}

.hero.hero-carousel .slide.panDown img {
    width: 100%;
    object-fit: cover;
    height: 125%;
    transform: translateY(-20%);
}

.hero.hero-carousel .slide.panDown.go img {
    animation: panDown var(--animation-timing) ease-in-out forwards;
}

.hero.hero-carousel .slide.zoom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero.hero-carousel .slide.zoom.go img {
    animation: zoomSlide var(--animation-timing) ease-in-out forwards;
}

.hero.hero-carousel.header_transparent {
    margin-top: -148px;
}

@media (max-width: 1215.98px) {
    .hero.hero-carousel.header_transparent {
        margin-top: 0;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 768px) {
    .hero.hero-carousel.header_transparent {
        aspect-ratio: 390 / 360 !important;
    }
}

@keyframes zoomSlide {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.15);
    }
}

@keyframes panLeft {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-15%);
    }
}

@keyframes panDown {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-20%);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.component5050 {
    width: 100%;
    height: 359px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

@media (max-width: 767.8px) {
    .component5050 {
        height: auto;
        flex-direction: column;
    }
}

.component5050 .main-img {
    width: 50%;
    height: 100%;
    overflow: hidden;
    flex-shrink: 0;
}

@media (max-width: 767.8px) {
    .component5050 .main-img {
        width: 100%;
        height: 273px;
        order: 1;
    }
}

@media (max-width: 390.8px) {
    .component5050 .main-img {
        height: 191px;
    }
}

.component5050 .main-img img {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
}

.component5050 .main-content {
    width: 50%;
    display: flex;
    padding: 72px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
}

@media (max-width: 767.8px) {
    .component5050 .main-content {
        width: 100%;
        padding: 30px 20px;
        text-align: center;
        align-items: center;
        order: 2;
    }
}

.component5050 .main-content h5 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

.component5050 .main-content h3 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.component5050 .main-content p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px;
}

.component5050 .main-content .tite-Linktext {
    display: flex;
    width: 231px;
    height: 40px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #0a0a0a;
    margin-top: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.thin-circle-rays {
    background-image: url("https://img.ydesigngroup.com/9JWOMRAM/at/r98x2hfz65p77frq7gwcwxn7/circle-rays-thin.png");
    background-repeat: no-repeat;
    background-position: top left;
}

.plp-redesign .primary-content .search-result-content .search-result-items .grid-tile.vertical-category-promo-tile .promo-card {
    background: #35120e;
    background: linear-gradient(69deg, #35120e 58%, #fdd086 100%);
    position: relative;
    overflow: hidden;
}

.plp-redesign .primary-content .search-result-content .search-result-items .grid-tile.vertical-category-promo-tile .promo-card:before {
    width: 120%;
    height: 120%;
    content: "";
    display: block;
    position: absolute;
    transition: all .75s ease-in;
    opacity: 0;
    background: url("https://img.lumens.com/9JWOMRAM/at/28nqc32t23qmg6586j4vwkxj/rebrand-card-rays.png") no-repeat center;
    background-size: cover;
    z-index: 1;
    left: -10%;
    top: -10%;
    filter: blur(12px);
}

.plp-redesign .primary-content .search-result-content .search-result-items .grid-tile.vertical-category-promo-tile .promo-card > div {
    z-index: 2;
}

.plp-redesign .primary-content .search-result-content .search-result-items .grid-tile.vertical-category-promo-tile .promo-card > a {
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.plp-redesign .primary-content .search-result-content .search-result-items .grid-tile.vertical-category-promo-tile .promo-card .promo-card-border {
    border-width: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.plp-redesign .primary-content .search-result-content .search-result-items .grid-tile.vertical-category-promo-tile .promo-card .promo-card-border .promo-frshippping {
    padding-top: 0 !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

.plp-redesign .primary-content .search-result-content .search-result-items .grid-tile.vertical-category-promo-tile .promo-card .promo-card-border .promo-card-msg {
    font-weight: 400 !important;
    color: #ffffff !important;
}

.pt_customerservice #leftcolumn .navgroup,
.pt_customerservice .leftcol .headings {
    background-color: #efefeb !important;
    margin-bottom: 16px;
    border-top: none;
    border-top: 0;
    padding: 0 !important;
}

.pt_customerservice #leftcolumn .navgroup h3 {
    font-size: 16px;
    color: #0a0a0a;
    font-weight: 400 !important;
    padding: 20px 0 10px 30px;
}

.pt_customerservice #leftcolumn .navgroup ul li a {
    color: #0a0a0a;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 10px 0 10px 30px;
    display: block;
}

@media (max-width: 1024px) {
    .customer-quote {
        padding: 30px 10px !important;
    }
}

@media (max-width: 768px) {
    .customer-quote {
        padding: 40px 10px !important;
    }
}

.customer-quote h2 {
    padding: 0 10px;
    margin: 0 auto 30px;
    font-size: 40px;
    max-width: 450px;
}

@media (max-width: 1024px) {
    .customer-quote h2 {
        font-size: 30px;
    }
}

.customer-quote p {
    margin: 0 auto;
    max-width: 450px;
    font-size: 24px;
    line-height: 30px;
    position: relative;
    padding: 0 10px;
}

@media (max-width: 1024px) {
    .customer-quote p {
        font-size: 20px;
        max-width: 70%;
        line-height: 26px;
    }
}

.customer-quote p:before, .customer-quote p:after {
    content: "“";
    color: #f7f8f4;
    font-size: 225px;
    position: absolute;
}

@media (max-width: 1024px) {
    .customer-quote p:before, .customer-quote p:after {
        font-size: 175px;
    }
}

.customer-quote p:before {
    top: 35px;
    left: -70px;
}

.customer-quote p:after {
    bottom: 35px;
    right: -70px;
    transform: rotate(180deg);
}

#ltkpopup-content div.ltkpopup-headline,
#ltkpopup-content div.ltkpopup-headline-sms {
    color: #0a0a0a !important;
    font-weight: 300 !important;
    font-family: "ABC Arizona Flare", sans-serif !important;
}

#ltkpopup-wrapper {
    font-family: var(--font-family-sans-serif) !important;
}

#ltkpopup-content {
    color: #0a0a0a !important;
    background-color: #f7f8f4 !important;
}

#ltkpopup-content input[type="text"],
#ltkpopup-content input[type="email"],
#ltkpopup-content input[type="number"],
#ltkpopup-content input[type="tel"] {
    border: 1px solid #0a0a0a !important;
    color: #0a0a0a !important;
}

#ltkpopup-content .ltkpopup-subscribe,
#ltkpopup-content .ltkpopup-close-button,
#ltkpopup-content .ltkpopup-faux-subscribe {
    color: #0a0a0a !important;
    background-color: #ffffff !important;
    border: 1px solid #0a0a0a !important;
}

#ltkpopup-content .ltkpopup-subscribe:hover,
#ltkpopup-content .ltkpopup-close-button:hover,
#ltkpopup-content .ltkpopup-faux-subscribe:hover {
    color: #0a0a0a !important;
    background-color: #ffffff !important;
}

.promoCapsule .promoHead h3 {
    font-weight: 400 !important;
}

.promoCapsule .promoHead strong {
    font-weight: 700 !important;
}

.promoCapsule h1,
.promoCapsule h2,
.promoCapsule h3 {
    font-family: var(--font-family-sans-serif) !important;
}

#specialpromo #promoBottom #promoContainer {
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
}

#specialpromo #promoBottom #promoContainer .promoCapsule {
    width: 290px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    background-color: #ffffff;
}

#specialpromo #promoBottom #promoContainer .promoCapsule .promoBottom {
    min-height: 140px;
    padding-bottom: 10px;
}

#specialpromo #promoBottom #promoContainer .promoCapsule .promoBottom .promoDetailContainer {
    width: 100%;
    height: 100%;
    background-position: bottom right !important;
    background-size: auto 66% !important;
}

#specialpromo #promoBottom #promoContainer .withBorder {
    border: 1px solid #0a0a0a;
}

#specialpromo #promoBottom.landing {
    margin: 0 auto;
    max-width: 1252px;
}

.lu-siteM img {
    width: 100%;
    height: auto;
}

ul[data-element-slideshow="true"] {
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
}

ul[data-element-slideshow="true"] li {
    position: absolute;
    transition: all 2s ease;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
}

ul[data-element-slideshow="true"] li:not(.active) {
    opacity: 0;
    pointer-events: none !important;
}

ul[data-element-slideshow="true"] li.active {
    opacity: 1;
}

.slider-controls {
    margin-top: -32px;
    display: flex;
    position: relative;
    justify-content: center;
}

.slider-controls > div {
    border-radius: 5px;
    width: 10px;
    height: 10px;
    margin: 5px;
    border: 1px solid #ffffff;
    transition: background-color .25s linear;
    background-color: rgba(10, 10, 10, 0.25);
}

.slider-controls > div:hover {
    cursor: pointer;
    background-color: rgba(10, 10, 10, 0.4);
}

.slider-controls > div.active {
    cursor: initial !important;
    background-color: rgba(10, 10, 10, 0.75) !important;
}

.slider-arrows {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    width: 100%;
    transform: translate(0, -50%);
}

.slider-arrows > div {
    width: 45px;
    height: 45px;
    transition: all .25s linear;
    background-color: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    position: relative;
}

.slider-arrows > div:hover {
    background-color: rgba(255, 255, 255, 0.95);
}

.slider-arrows > div:before {
    width: 35px;
    height: 35px;
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath vector-effect='non-scaling-stroke' d='M19.4 21.2L10.3 12l9.2-9.2L16.6 0l-12 12 12 12 2.8-2.8z' fill='%23999'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-size: auto 100%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slider-arrows > div.slider-nxt-arrow:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath vector-effect='non-scaling-stroke' d='M4.6 21.2l9.2-9.2-9.2-9.2L7.4 0l12 12-12 12-2.8-2.8z' fill='%23999'%3E%3C/path%3E%3C/svg%3E");
    right: 5px;
}

#staggered-content-left .staggered-img img {
    width: 100%;
    height: 640px !important;
    object-fit: cover;
    vertical-align: bottom;
}

@media only screen and (max-width: 1200px) {
    #staggered-content-left .staggered-img img {
        height: 410px !important;
    }
}

@media only screen and (max-width: 991px) {
    #staggered-content-left .staggered-img img {
        height: 512px !important;
    }
}

@media only screen and (max-width: 767px) {
    #staggered-content-left .staggered-img img {
        height: 252px !important;
    }
}

#staggered-content-left .staggered-content-txt {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    #staggered-content-left .staggered-content-txt {
        justify-content: unset;
        align-items: unset;
        padding: 26px !important;
    }
}

@media only screen and (max-width: 767px) {
    #staggered-content-left .staggered-content-txt {
        padding: 16px !important;
    }
}

#staggered-content-left .staggered-content-txt .sc-wrap {
    max-width: 440px;
}

@media only screen and (max-width: 1200px) {
    #staggered-content-left .staggered-content-txt .sc-wrap {
        max-width: 330px;
    }
}

@media only screen and (max-width: 991px) {
    #staggered-content-left .staggered-content-txt .sc-wrap {
        max-width: unset !important;
    }
}

#staggered-content-left .staggered-content-txt .sc-wrap .sc-title {
    font-size: 36px;
    color: #000000;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    #staggered-content-left .staggered-content-txt .sc-wrap .sc-title {
        font-size: 30px;
    }
}

#staggered-content-left .staggered-content-txt .sc-wrap .sc-sub-title {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
    font-weight: 400;
}

#staggered-content-left .staggered-content-txt .sc-wrap .sc-link-txt {
    text-align: right;
}

#staggered-content-left .staggered-content-txt .sc-wrap .sc-link-txt a {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
}

#staggered-content-left .staggered-content-txt .sc-wrap .sc-link-txt a:hover {
    text-decoration: underline;
}

#staggered-content-right .staggered-img img {
    width: 100%;
    height: 640px !important;
    object-fit: cover;
    vertical-align: bottom;
}

@media only screen and (max-width: 1200px) {
    #staggered-content-right .staggered-img img {
        height: 410px !important;
    }
}

@media only screen and (max-width: 991px) {
    #staggered-content-right .staggered-img img {
        height: 512px !important;
    }
}

@media only screen and (max-width: 767px) {
    #staggered-content-right .staggered-img img {
        height: 252px !important;
    }
}

#staggered-content-right .staggered-content-txt {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    #staggered-content-right .staggered-content-txt {
        justify-content: unset;
        align-items: unset;
        padding: 26px !important;
        order: 1 !important;
    }
}

@media only screen and (max-width: 767px) {
    #staggered-content-right .staggered-content-txt {
        padding: 16px !important;
    }
}

#staggered-content-right .staggered-content-txt .sc-wrap {
    max-width: 440px;
}

@media only screen and (max-width: 1200px) {
    #staggered-content-right .staggered-content-txt .sc-wrap {
        max-width: 330px;
    }
}

@media only screen and (max-width: 991px) {
    #staggered-content-right .staggered-content-txt .sc-wrap {
        max-width: unset !important;
    }
}

#staggered-content-right .staggered-content-txt .sc-wrap .sc-title {
    font-size: 36px;
    color: #000000;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    #staggered-content-right .staggered-content-txt .sc-wrap .sc-title {
        font-size: 30px;
    }
}

#staggered-content-right .staggered-content-txt .sc-wrap .sc-sub-title {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
    font-weight: 400;
}

#staggered-content-right .staggered-content-txt .sc-wrap .sc-link-txt {
    text-align: right;
}

#staggered-content-right .staggered-content-txt .sc-wrap .sc-link-txt a {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
}

#staggered-content-right .staggered-content-txt .sc-wrap .sc-link-txt a:hover {
    text-decoration: underline;
}

@media only screen and (max-device-width: 991px) {
    .pd-BgImg.left {
        order: 2;
    }
}

.pd-BgImg picture {
    width: 100%;
    height: 100%;
    display: block;
}

.pd-BgImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left-text {
    width: 55%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 25%;
}

@media only screen and (max-device-width: 1200px) {
    .left-text .header {
        font-size: 36px;
    }
}

.left-text .header p {
    font-size: 52px;
    font-weight: 400;
}

@media only screen and (max-device-width: 1200px) {
    .left-text .content {
        font-size: 16px;
        line-height: 24px;
    }
}

.left-text .content p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    padding-top: 20px;
}

@media only screen and (max-device-width: 1200px) {
    .left-text .footer button {
        font-size: 24px;
    }
}

.left-text .footer .shop-now {
    padding-top: 60px;
    font-size: 32px;
    color: #ff8c3f;
    line-height: 24px;
    font-weight: 400;
    background: none;
    border: none;
}

.careerpage .super-wide {
    background: #f7f8f4;
}

@media screen and (min-width: 1200px) {
    .split-content-inner {
        padding: 0 40px;
    }
}

.split-content-inner .split-title {
    background: #f7f8f4;
}

.split-content-inner .split-title h1 {
    background: #f7f8f4;
}

.split-title.core {
    margin: 0 -32px 20px;
}

@media (max-width: 768px) {
    .split-title.core {
        margin: 0 15px 20px;
    }
}

.split-title.core .core-content-item-left {
    flex: 0 0 50%;
    max-width: 50%;
}

.core-values-content {
    display: flex;
    flex-wrap: wrap;
}

.core-values-content .core-content-item-left {
    margin-bottom: 10px;
    padding-right: 5px;
    display: inline-block;
    flex: 0 0 50%;
}

@media (max-width: 768px) {
    .core-values-content .core-content-item-left {
        flex: 0 0 100%;
        padding-right: 0;
    }
}

.core-values-content .core-content-item-left .core-content-item {
    background: #efefeb;
    height: 100%;
}

.core-values-content .core-content-item-right {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    padding-left: 5px;
    display: inline-block;
    flex: 0 0 50%;
}

@media (max-width: 768px) {
    .core-values-content .core-content-item-right {
        flex: 0 0 100%;
        padding-left: 5px;
    }
}

.core-values-content .core-content-item-right .core-content-item {
    background: #efefeb;
    height: 100%;
}

.core-values-content .core-content-item {
    padding: 40px;
}

.core-values-content .core-content-item h3 {
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    padding-bottom: 10px;
    font-family: "Supreme LL", sans-serif;
    margin: 0;
}

.core-values-content .core-content-item p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

@media (max-width: 768px) {
    .core-values-content .core-content-item-left,
  .core-values-content .core-content-item-right {
        width: auto;
        padding: 0 15px;
    }

    .core-values-content .core-content-item {
        padding: 20px;
    }
}

/*  Our Mission  */
.hr-module-wrapper {
    padding: 30px 0 0;
}

@media screen and (min-width: 768px) {
    .hr-module-wrapper {
        padding: 55px 0 0;
    }
}

.split-content-outer {
    padding: 0 0 60px;
}

@media screen and (min-width: 768px) {
    .split-content-outer {
        padding: 0 0 120px;
    }
}

.our-mission-content {
    position: relative;
}

@media screen and (min-width: 1200px) {
    .our-mission-content {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .our-mission-content {
        padding: 0 20px;
    }
}

.our-mission-content section {
    margin: 0 0 30px;
}

@media screen and (min-width: 768px) {
    .our-mission-content section {
        max-width: 42%;
    }
}

.our-mission-content section:last-child {
    margin: 0;
}

.our-mission-content section h1 {
    color: #0a0a0a;
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 10px;
    font-family: inherit;
}

.our-mission-content section h2 {
    color: #0a0a0a;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px;
    font-family: "Supreme LL", sans-serif;
    text-align: left;
}

.our-mission-content section h3 {
    color: #0a0a0a;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px;
    font-family: "Supreme LL", sans-serif;
    font-weight: 700 !important;
    text-align: left;
}

.our-mission-content section p {
    color: #0a0a0a;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.mission-image {
    margin: 0 0 30px;
}

@media screen and (min-width: 768px) {
    .mission-image {
        position: absolute;
        right: 0;
        top: 0;
        width: 49.34%;
        margin: 0;
    }
}

.mission-image img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
    max-width: 100%;
}

/*  Open Positions  */
.positions-content {
    width: 100%;
}

.positions-content .entry {
    background: #ffffff;
    padding: 32px 40px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .positions-content .entry {
        padding: 20px;
        margin: 0 0 10px 0;
    }
}

.positions-content .left-content {
    width: 60%;
    float: left;
}

@media screen and (max-width: 768px) {
    .positions-content .left-content {
        width: 100%;
    }
}

.positions-content .left-content .expendable {
    display: none;
}

.positions-content .left-content h2 {
    font-size: 24px;
    line-height: 32px;
    font-family: "ABC Arizona Flare", sans-serif;
    margin: 0;
    font-weight: 300;
}

.positions-content .left-content h3 {
    font-size: 20px;
    line-height: 24px;
    padding: 35px 0 8px;
    font-family: "Supreme LL", sans-serif;
}

.positions-content .left-content p {
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
}

.positions-content .left-content ul {
    padding: 8px 0 0 14px;
}

.positions-content .left-content li {
    padding-left: 8px;
    font-size: 14px;
    line-height: 18px;
}

.positions-content .left-content li::marker {
    font-size: 10px;
}

.positions-content .left-content .button-row {
    padding-top: 20px;
}

.positions-content .left-content .location {
    padding: 9px 15px 10px 35px;
    border: 1px solid #0a0a0a;
    border-radius: 20px;
    font-size: 16px;
    background: #ffffff url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' overflow='visible' preserveAspectRatio='none' viewBox='0 0 14.000001703258265 20' width='14.000001703258265' height='20'%3e%3cg transform='translate(0, 0)'%3e%3cg transform='translate(8.423448665889837e-7, 0) rotate(0)'%3e%3cpath d='M7,4.21053c-0.43899,0 -0.8681,0.13375 -1.23309,0.38439c-0.36499,0.2506 -0.64946,0.60681 -0.81746,1.02354c-0.168,0.41674 -0.21195,0.8753 -0.12631,1.31772c0.08564,0.44239 0.29704,0.84881 0.60743,1.16775c0.31039,0.31895 0.70587,0.53618 1.13642,0.62418c0.43055,0.088 0.87681,0.04284 1.28237,-0.12979c0.40556,-0.17263 0.75221,-0.46495 0.99608,-0.84c0.24391,-0.37505 0.37407,-0.816 0.37407,-1.26709c0,-0.60488 -0.23383,-1.18498 -0.65008,-1.6127c-0.41624,-0.42772 -0.98079,-0.668 -1.56943,-0.668zM7,0c-1.85899,0.00557 -3.63993,0.76855 -4.9522,2.1216c-1.31227,1.35305 -2.04871,3.18569 -2.0478,5.09594c0,4.15088 2.48585,6.82807 7,12.78246c4.49024,-5.92982 7,-8.61754 7,-12.78246c0.00092,-1.91025 -0.73555,-3.74289 -2.04779,-5.09594c-1.31228,-1.35305 -3.09321,-2.11603 -4.95221,-2.1216zM1.65269,7.19298c0,-1.4573 0.56336,-2.85491 1.56618,-3.88537c1.00281,-1.03046 2.36293,-1.60936 3.78113,-1.60936c1.4182,0 2.77832,0.57889 3.78113,1.60936c1.00281,1.03046 1.56619,2.42807 1.56619,3.88537c0,3.32982 -2.02146,5.61404 -5.34732,10.02807c-3.33268,-4.40702 -5.34731,-6.69474 -5.34731,-10.03158z' style='stroke-width: 0; stroke-linecap: butt; stroke-linejoin: miter; fill: black;' vector-effect='non-scaling-stroke'/%3e%3c/g%3e%3cdefs%3e%3cpath id='path-166610449993383' d='M7,4.21053c-0.43899,0 -0.8681,0.13375 -1.23309,0.38439c-0.36499,0.2506 -0.64946,0.60681 -0.81746,1.02354c-0.168,0.41674 -0.21195,0.8753 -0.12631,1.31772c0.08564,0.44239 0.29704,0.84881 0.60743,1.16775c0.31039,0.31895 0.70587,0.53618 1.13642,0.62418c0.43055,0.088 0.87681,0.04284 1.28237,-0.12979c0.40556,-0.17263 0.75221,-0.46495 0.99608,-0.84c0.24391,-0.37505 0.37407,-0.816 0.37407,-1.26709c0,-0.60488 -0.23383,-1.18498 -0.65008,-1.6127c-0.41624,-0.42772 -0.98079,-0.668 -1.56943,-0.668zM7,0c-1.85899,0.00557 -3.63993,0.76855 -4.9522,2.1216c-1.31227,1.35305 -2.04871,3.18569 -2.0478,5.09594c0,4.15088 2.48585,6.82807 7,12.78246c4.49024,-5.92982 7,-8.61754 7,-12.78246c0.00092,-1.91025 -0.73555,-3.74289 -2.04779,-5.09594c-1.31228,-1.35305 -3.09321,-2.11603 -4.95221,-2.1216zM1.65269,7.19298c0,-1.4573 0.56336,-2.85491 1.56618,-3.88537c1.00281,-1.03046 2.36293,-1.60936 3.78113,-1.60936c1.4182,0 2.77832,0.57889 3.78113,1.60936c1.00281,1.03046 1.56619,2.42807 1.56619,3.88537c0,3.32982 -2.02146,5.61404 -5.34732,10.02807c-3.33268,-4.40702 -5.34731,-6.69474 -5.34731,-10.03158z' vector-effect='non-scaling-stroke'/%3e%3c/defs%3e%3c/g%3e%3c/svg%3e") no-repeat 14px 8px;
    margin: 0 7px 10px 0;
    display: inline-block;
}

.positions-content .right-content {
    width: 233px;
    float: right;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .positions-content .right-content {
        width: 100%;
    }
}

.positions-content .right-content .right-button.sticky {
    position: fixed;
    padding-top: 32px;
}

.positions-content .right-content .apply {
    width: 233px;
    height: 39px;
    padding: 9px 0 10px;
    border: 1px solid #0a0a0a;
    background-color: #0a0a0a;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .positions-content .right-content .apply {
        width: 100%;
        margin-top: 20px;
    }
}

.positions-content .right-content .apply:hover {
    color: #ffffff;
    text-decoration: none;
}

.positions-content .right-content .details {
    width: 100%;
    height: 40px;
    border-radius: 0;
    padding: 9px 0;
    border: 1px solid #0a0a0a;
    background-color: #ffffff;
    font-size: 16px;
    color: #0a0a0a;
    line-height: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    outline: none;
}

.positions-content .right-content .details-expended {
    width: 100%;
    height: 40px;
    border-radius: 0;
    padding: 9px 0;
    border: 1px solid #0a0a0a;
    background-color: #ffffff;
    font-size: 16px;
    color: #0a0a0a;
    line-height: 20px;
    margin-bottom: 10px;
    display: none;
    cursor: pointer;
    outline: none;
}

.positions-content .right-content .share {
    width: 100%;
    height: 40px;
    border-radius: 0;
    padding: 9px 0 9px 30px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    font-size: 16px;
    color: #0a0a0a;
    line-height: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    outline: none;
    background: #ffffff url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' overflow='visible' preserveAspectRatio='none' viewBox='0 0 17 20' width='17' height='20'%3e%3cg transform='translate(0, 0)'%3e%3cdefs%3e%3cpath id='path-1666177979551121' d='M17 16.144578313253007 C16.282222222222224 16.144578313253007 15.639999999999999 16.445783132530117 15.14888888888889 16.91767068273092 C15.14888888888889 16.91767068273092 8.414999999999997 12.751004016064252 8.414999999999997 12.751004016064252 C8.462222222222225 12.520080321285137 8.5 12.28915662650602 8.5 12.048192771084334 C8.5 11.80722891566265 8.462222222222225 11.576305220883533 8.414999999999997 11.345381526104418 C8.414999999999997 11.345381526104418 15.073333333333334 7.218875502008032 15.073333333333334 7.218875502008032 C15.583333333333336 7.7208835341365445 16.25388888888889 8.032128514056222 17 8.032128514056222 C18.567777777777778 8.032128514056222 19.83333333333334 6.686746987951807 19.83333333333334 5.02008032128514 C19.83333333333334 3.3534136546184734 18.567777777777778 2.0080321285140554 17 2.0080321285140554 C15.432222222222219 2.0080321285140554 14.166666666666673 3.3534136546184734 14.166666666666673 5.02008032128514 C14.166666666666673 5.261044176706827 14.20444444444444 5.491967871485942 14.251666666666665 5.7228915662650595 C14.251666666666665 5.7228915662650595 7.593333333333335 9.849397590361445 7.593333333333335 9.849397590361445 C7.083333333333337 9.34738955823293 6.412777777777779 9.036144578313252 5.666666666666666 9.036144578313252 C4.098888888888888 9.036144578313252 2.833333333333333 10.38152610441767 2.833333333333333 12.048192771084334 C2.833333333333333 13.714859437751002 4.098888888888888 15.06024096385542 5.666666666666666 15.06024096385542 C6.412777777777779 15.06024096385542 7.083333333333337 14.748995983935737 7.593333333333335 14.246987951807228 C7.593333333333335 14.246987951807228 14.317777777777778 18.423694779116463 14.317777777777778 18.423694779116463 C14.270555555555557 18.63453815261044 14.24222222222222 18.855421686746986 14.24222222222222 19.076305220883533 C14.24222222222222 20.692771084337345 15.479444444444448 22.00803212851405 17 22.00803212851405 C18.520555555555553 22.00803212851405 19.75777777777778 20.692771084337345 19.75777777777778 19.076305220883533 C19.75777777777778 17.459839357429715 18.520555555555557 16.144578313253007 17 16.144578313253007 Z' vector-effect='non-scaling-stroke'/%3e%3c/defs%3e%3cg transform='translate(-2.833333333333333, -2.0080321285140554)'%3e%3cpath style='stroke-width: 0; stroke-linecap: butt; stroke-linejoin: miter; fill: rgb(10, 10, 10);' d='M17 16.144578313253007 C16.282222222222224 16.144578313253007 15.639999999999999 16.445783132530117 15.14888888888889 16.91767068273092 C15.14888888888889 16.91767068273092 8.414999999999997 12.751004016064252 8.414999999999997 12.751004016064252 C8.462222222222225 12.520080321285137 8.5 12.28915662650602 8.5 12.048192771084334 C8.5 11.80722891566265 8.462222222222225 11.576305220883533 8.414999999999997 11.345381526104418 C8.414999999999997 11.345381526104418 15.073333333333334 7.218875502008032 15.073333333333334 7.218875502008032 C15.583333333333336 7.7208835341365445 16.25388888888889 8.032128514056222 17 8.032128514056222 C18.567777777777778 8.032128514056222 19.83333333333334 6.686746987951807 19.83333333333334 5.02008032128514 C19.83333333333334 3.3534136546184734 18.567777777777778 2.0080321285140554 17 2.0080321285140554 C15.432222222222219 2.0080321285140554 14.166666666666673 3.3534136546184734 14.166666666666673 5.02008032128514 C14.166666666666673 5.261044176706827 14.20444444444444 5.491967871485942 14.251666666666665 5.7228915662650595 C14.251666666666665 5.7228915662650595 7.593333333333335 9.849397590361445 7.593333333333335 9.849397590361445 C7.083333333333337 9.34738955823293 6.412777777777779 9.036144578313252 5.666666666666666 9.036144578313252 C4.098888888888888 9.036144578313252 2.833333333333333 10.38152610441767 2.833333333333333 12.048192771084334 C2.833333333333333 13.714859437751002 4.098888888888888 15.06024096385542 5.666666666666666 15.06024096385542 C6.412777777777779 15.06024096385542 7.083333333333337 14.748995983935737 7.593333333333335 14.246987951807228 C7.593333333333335 14.246987951807228 14.317777777777778 18.423694779116463 14.317777777777778 18.423694779116463 C14.270555555555557 18.63453815261044 14.24222222222222 18.855421686746986 14.24222222222222 19.076305220883533 C14.24222222222222 20.692771084337345 15.479444444444448 22.00803212851405 17 22.00803212851405 C18.520555555555553 22.00803212851405 19.75777777777778 20.692771084337345 19.75777777777778 19.076305220883533 C19.75777777777778 17.459839357429715 18.520555555555557 16.144578313253007 17 16.144578313253007 Z' vector-effect='non-scaling-stroke'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat 78px 9px;
}

@media screen and (max-width: 768px) {
    .positions-content .right-content .share {
        background-position-x: 118px;
    }
}

.positions-content .entry.expend .left-content .expendable {
    display: inline;
    font-size: 14px;
}

.positions-content .entry.expend .right-content .details-expended {
    display: inline;
}

.positions-content .entry.expend .right-content .details {
    display: none;
}

/*  About the Brand  */
.split-title {
    position: relative;
    background: #f7f8f4;
    text-align: center;
    margin: 0 0 30px;
}

@media (max-width: 768px) {
    .split-title {
        margin: 0 0 62px;
    }
}

.split-title:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 17px;
    left: 0;
    background: #0a0a0a;
}

@media (max-width: 768px) {
    .split-title:before {
        height: 2px;
    }
}

.split-title h1 {
    position: relative;
    margin: 0;
    background: #f7f8f4;
    padding: 0 20px;
    font-size: 24px;
    color: #0a0a0a;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-family: "Supreme LL", sans-serif;
}

.brand-content.our-mission-content {
    padding-left: calc(50% + 50px);
}

@media (max-width: 768px) {
    .brand-content.our-mission-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.brand-content.our-mission-content section {
    max-width: 100%;
    margin: 0;
}

.brand-content.our-mission-content p {
    margin: 0 0 15px;
}

.brand-content.our-mission-content p:last-child {
    margin: 0;
}

.brand-content.our-mission-content .mission-image {
    width: 50%;
    height: 100%;
    right: auto;
    left: 0;
}

@media (max-width: 768px) {
    .brand-content.our-mission-content .mission-image {
        width: 100%;
    }
}

.brand-content.our-mission-content .mission-image img {
    aspect-ratio: 1 / 1.12;
    height: 100%;
}

.share-popup .modal-dialog {
    width: 564px;
    max-width: calc(100% - 16px);
    z-index: 9;
}

.share-popup .share-backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00000060;
}

.share-popup .modal-content {
    border-radius: 0;
}

.share-popup .modal-content .modal-body {
    padding: 40px;
}

.share-popup .modal-content .modal-body .close {
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' overflow='visible' preserveAspectRatio='none' viewBox='0 0 24 24' width='30' height='30'%3e%3cg%3e%3cpath xmlns:default='http://www.w3.org/2000/svg' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' style='fill: rgb(187, 187, 187);' vector-effect='non-scaling-stroke'/%3e%3c/g%3e%3c/svg%3e") no-repeat;
    margin-top: -35px;
    margin-right: -35px;
}

.share-popup .modal-content .modal-body .sharecart {
    padding: 0 !important;
}

.share-popup .modal-content .modal-body .sharecart h3 {
    font-family: "Supreme LL", sans-serif, Arial, sans-serif;
}

.share-popup .modal-content .modal-body .sharecart h3.send-to {
    border-top: 1px solid #cecece;
    padding-top: 15px;
    padding-bottom: 5px;
}

.share-popup .modal-content .modal-body .sharecart .textinput {
    width: 100%;
    height: 40px;
    padding: 0 8px;
    border: 1px solid #848484;
    font-size: 14px;
    color: #0a0a0a;
    margin-bottom: 10px;
}

.share-popup .modal-content .modal-body .sharecart .textbox {
    width: 100%;
    height: 80px;
    padding: 0 8px 45px;
    border: 1px solid #848484;
    font-size: 14px;
    color: #0a0a0a;
}

.share-popup .modal-content .modal-body .sharecart .actions {
    text-align: center;
}

.share-popup .modal-content .modal-body .sharecart #shareJobBtn {
    width: 154px;
    height: 40px;
    padding: 0 0 1px;
    border: 1px solid #0a0a0a;
    background-color: #ffffff;
    font-size: 14px;
    color: #0a0a0a;
    text-align: center;
    border-radius: 0;
}

.share-popup .modal-content .modal-body .sharecart #CancelBtn {
    width: 154px;
    height: 40px;
    padding: 0 0 1px;
    font-size: 14px;
    color: #0a0a0a;
    text-align: center;
    display: inline-block;
}

.share-popup .modal-content .modal-body .floating-label {
    display: none;
}

.seo_cat h2 {
    font-family: "ABC Arizona Flare", sans-serif;
    font-weight: 300;
}

.intro-copy h2 {
    font-family: "ABC Arizona Flare", sans-serif;
    font-weight: 300;
    text-align: left;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    height: auto;
}

.jcarousel ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
    position: relative;
}

.jcarousel ul li {
    padding: 0 20px;
}

.jcarousel ul li a {
    color: #0a0a0a;
    text-decoration: none;
    font-weight: 400;
}

.jcarousel ul li a.img_link {
    display: block;
}

.jcarousel ul li a:hover {
    text-decoration: underline;
}

.jcarousel ul li img {
    width: 250px;
    height: auto;
    display: block;
}

.jcarousel-wrapper {
    width: 100%;
    text-align: center;
    position: relative;
}

.jcarousel-wrapper .jcarousel-pagination {
    display: none;
}

.jcarousel-wrapper .jcarousel-pagination a {
    color: #0a0a0a;
    text-decoration: none;
    display: inline-block;
    padding: 7px 10px;
    margin: 0 2px;
    font-size: 16px;
}

.jcarousel-wrapper .jcarousel-pagination a.active {
    background: #0a0a0a;
    color: rgba(255, 255, 255, 0.565);
}

.jcarousel-wrapper .jcarousel-control-prev,
  .jcarousel-wrapper .jcarousel-control-next {
    color: #0a0a0a;
    width: calc(50% - 10px);
    display: inline-block;
    text-align: center;
    background: #ffffff90;
    border: 1px solid #0a0a0a;
    padding: 10px;
    max-width: 34px;
    text-decoration: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.jcarousel-wrapper .jcarousel-control-prev {
    left: 10px;
}

.jcarousel-wrapper .jcarousel-control-next {
    right: 10px;
}

.jcarousel-wrapper .inactive {
    opacity: .1;
    cursor: none;
}

#cert-recs-rebrand .jcarousel li {
    padding: 0 20px;
}

#cert-recs-rebrand .jcarousel li .cert-recs {
    min-width: 290px;
}

#cert-recs-rebrand .jcarousel li .certRecBrand {
    font-weight: 400;
}

#cert-recs-rebrand .jcarousel li .certRecName {
    margin: 10px 0;
    display: inline-block;
    line-height: 1.4;
    font-weight: 400;
    font-size: 16px;
}

#cert-recs-rebrand .jcarousel img {
    width: 195px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .jcarousel-wrapper .jcarousel-pagination {
        display: none;
    }
}

#container.pt_storefront #main {
    max-width: 100%;
}

#container.pt_storefront #main #home-content {
    width: 100%;
}

.edit_image {
    width: 100%;
}

.edit_image.main_image {
    aspect-ratio: 2/2.5;
    object-fit: cover;
    height: 100%;
}

.bold {
    font-weight: 700;
}

.edit_multi .edit_content {
    padding: 15px 0;
}

.edit_multi h2 {
    font-family: "Supreme LL", sans-serif;
    margin-bottom: 15px;
}

.edit_multi p {
    margin-bottom: 15px;
    font-size: 16px;
}

.edit_tiles {
    margin-top: 40px;
}

.edit_tiles .edit_image {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .edit_multi .edit_content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .edit_tiles > div {
        margin-bottom: 25px;
    }
}

.px-38 {
    padding-left: 2.375rem !important;
    padding-right: 2.375rem !important;
}

.px-17 {
    padding-bottom: 1.0625rem !important;
}

.breadcrumb-pd .breadcrumb {
    padding-top: 1.0625rem !important;
    padding-bottom: 20px !important;
}

.breadcrumb-pd .breadcrumb-item {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #0a0a0a;
}

.breadcrumb-pd .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-pd .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 6px;
    color: #0a0a0a;
    content: "|";
}

.cat-banner-h1 {
    width: 100%;
    height: 300px;
    margin: 0 auto 30px;
}

@media (max-width: 1215.98px) {
    .cat-banner-h1 {
        height: unset;
    }
}

.cat-banner-h1 .cat-images {
    display: flex;
    flex-direction: row;
    height: 100%;
}

@media (max-width: 1215.98px) {
    .cat-banner-h1 .cat-images {
        display: block;
    }
}

.cat-banner-h1 .cat-images .left-img {
    width: 80%;
    display: flex;
    align-items: center;
    position: relative;
    max-width: 480px;
}

@media (max-width: 1439.98px) {
    .cat-banner-h1 .cat-images .left-img {
        max-width: 408px;
    }
}

@media (max-width: 1215.98px) {
    .cat-banner-h1 .cat-images .left-img {
        width: 100%;
        max-width: 100%;
    }
}

.cat-banner-h1 .cat-images .left-img .back-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}

@media (max-width: 1215.98px) {
    .cat-banner-h1 .cat-images .left-img .back-img {
        display: none;
    }
}

.cat-banner-h1 .cat-images .left-img .back-img img {
    width: 100%;
    height: 100%;
}

.cat-banner-h1 .cat-images .left-img .cat-left-content {
    position: relative;
    width: 100%;
}

@media (max-width: 1215.98px) {
    .cat-banner-h1 .cat-images .left-img .cat-left-content .heading-one {
        margin-top: 20px;
    }
}

.cat-banner-h1 .cat-images .left-img .cat-left-content .heading-one h1 {
    font-size: 40px;
    margin: 0 30px 20px 30px;
    font-family: "ABC Arizona Flare", sans-serif;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    .cat-banner-h1 .cat-images .left-img .cat-left-content .heading-one + div {
        padding-bottom: 30px;
    }
}

.cat-banner-h1 .cat-images .left-img .cat-left-content .copy {
    padding: 0 60px 35px;
    font-size: 18px;
    line-height: 28px;
}

@media (min-width: 1216px) {
    .cat-banner-h1 .cat-images .left-img .cat-left-content .copy {
        padding: 0 60px 10px;
    }
}

@media (max-width: 767.98px) {
    .cat-banner-h1 .cat-images .left-img .cat-left-content .copy {
        max-width: 100%;
        padding: 0 30px 20px;
    }
}

.cat-banner-h1 .cat-images .left-img .cat-left-content .copy p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

.cat-banner-h1 .cat-images .left-img .cat-left-content.white-txt h1, .cat-banner-h1 .cat-images .left-img .cat-left-content.white-txt h2, .cat-banner-h1 .cat-images .left-img .cat-left-content.white-txt h3, .cat-banner-h1 .cat-images .left-img .cat-left-content.white-txt h4, .cat-banner-h1 .cat-images .left-img .cat-left-content.white-txt h5, .cat-banner-h1 .cat-images .left-img .cat-left-content.white-txt p {
    color: #ffffff;
}

.cat-banner-h1 .cat-images .left-img.orange-back {
    background-color: #ff8c3f;
}

.cat-banner-h1 .cat-images .left-img.watermelon-back {
    background-color: #ff585d;
}

.cat-banner-h1 .cat-images .left-img.white-back {
    background-color: #ffffff;
}

.cat-banner-h1 .cat-images .left-img.black-back {
    background-color: #0a0a0a;
}

.cat-banner-h1 .cat-images .right-img {
    width: calc(100% - 365px);
    display: flex;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1215.98px) {
    .cat-banner-h1 .cat-images .right-img {
        width: 100%;
        max-height: 365px;
    }
}

.cat-banner-h1 .cat-images .right-img:hover .brand-txt a {
    opacity: 1;
}

.cat-banner-h1 .cat-images .right-img picture {
    width: 100%;
    height: 100%;
    display: block;
}

.cat-banner-h1 .cat-images .right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .cat-banner-h1 .cat-images .right-img img {
        width: 100%;
        height: auto;
    }
}

.cat-banner-h1 .cat-images .right-img .brand-txt {
    position: absolute;
    right: 20px;
    bottom: 10px;
    text-align: right;
}

.cat-banner-h1 .cat-images .right-img .brand-txt a {
    text-shadow: 0 0 2px #101820;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    transition: opacity .3s linear;
    opacity: 0;
}

.short-banner {
    background: url("/hp_redesign_code/images/short-banner-bg-390.jpg") no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 10px;
    flex-direction: column;
    background-size: 100% 100%;
}

@media (min-width: 576px) {
    .short-banner {
        background-image: url("/hp_redesign_code/images/short-banner-bg-576.jpg");
    }
}

@media (min-width: 768px) {
    .short-banner {
        background-image: url("/hp_redesign_code/images/short-banner-bg-768.jpg");
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .short-banner {
        background-image: url("/hp_redesign_code/images/short-banner-bg-992.jpg");
    }
}

@media (min-width: 1216px) {
    .short-banner {
        background-image: url("/hp_redesign_code/images/short-banner-bg-1216.jpg");
    }
}

@media (min-width: 1440px) {
    .short-banner {
        background-image: url("/hp_redesign_code/images/short-banner-bg-1440.jpg");
    }
}

.short-banner span {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    max-width: 278px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .short-banner span {
        text-align: left;
        margin-bottom: 0;
        max-width: none;
    }
}

.short-banner .banner-link {
    color: #ffffff !important;
    padding: 7px 0;
    background: #0a0a0a;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    width: 190px;
    text-align: center;
}

@media (min-width: 768px) {
    .short-banner .banner-link {
        margin-left: 20px;
        width: 166px;
    }
}

.full-wide-banner {
    background-color: #ffffff;
}

.full-wide-banner .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.full-wide-banner .inner * {
    line-height: 1.2 !important;
}

.full-wide-banner .inner .full-banner-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.full-wide-banner .inner .full-banner-image.background-width-full img {
    min-width: 100%;
}

.full-wide-banner .inner .inner-contents {
    position: relative;
}

.full-wide-banner .inner h2 {
    font-size: 48px;
    margin: 0 20px 15px;
}

.full-wide-banner .inner h3 {
    font-size: 24px;
    font-weight: 400;
}

.full-wide-banner .inner h3 p {
    font-size: 24px;
}

.full-wide-banner .inner h3 h3 {
    font-size: 24px;
}

.full-wide-banner .inner h3.text-18 {
    font-size: 18px;
    padding: 0 20px;
}

@media (min-width: 992px) {
    .full-wide-banner .inner h3.text-18 {
        padding: 0 30px;
    }
}

.full-wide-banner .inner h3.text-18 p {
    font-size: 18px;
}

.full-wide-banner .inner h3.text-18 h3 {
    font-size: 18px;
}

.full-wide-banner .inner p {
    font-size: 18px;
}

.full-wide-banner .inner p p {
    font-size: 18px;
}

.full-wide-banner .inner a {
    font-size: 20px;
    font-weight: 400;
}

.experience-component.experience-assets-certonaCategoryProductRecommendations {
    padding: 0 16px;
}

.experience-component.experience-assets-certonaCategoryProductRecommendations #cert-recs {
    width: 100%;
    height: 399px;
    border-top: 1px solid #efefeb;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (min-width: 576px) {
    .experience-component.experience-assets-certonaCategoryProductRecommendations #cert-recs {
        height: 483px;
    }
}

@media screen and (min-width: 768px) {
    .experience-component.experience-assets-certonaCategoryProductRecommendations #cert-recs {
        height: 441px;
    }
}

@media screen and (min-width: 1200px) {
    .experience-component.experience-assets-certonaCategoryProductRecommendations #cert-recs {
        height: 431px;
    }
}

.experience-component.experience-assets-certonaCategoryProductRecommendations #cert-recs.type-4-cat {
    max-width: 1252px;
    margin: 20px auto;
    height: auto;
}

.experience-component.experience-assets-certonaCategoryProductRecommendations #cert-recs h2 {
    width: 100%;
    padding: 15px 0 32px;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #0a0a0a;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .experience-component.experience-assets-certonaCategoryProductRecommendations #cert-recs h2 {
        padding: 15px 0 32px;
    }
}

.experience-component.experience-assets-certonaCategoryProductRecommendations .cert-rec {
    border: none;
    position: relative;
    display: inline-block;
    padding: 10px;
    background: #ffffff;
    margin: 0 2% 40px;
}

@media (max-width: 1215.98px) {
    .experience-component.experience-assets-certonaCategoryProductRecommendations .cert-rec {
        margin: 0 0 20px;
    }
}

.experience-component.experience-assets-certonaCategoryProductRecommendations .cert-rec.leftie {
    margin-left: 0;
}

.experience-component.experience-assets-certonaCategoryProductRecommendations .cert-rec a:first-child {
    display: block;
    text-align: center;
}

.experience-component.experience-assets-certonaCategoryProductRecommendations .cert-rec img {
    max-width: 100%;
}

.experience-component.experience-assets-certonaCategoryProductRecommendations .cert-rec .certRecName {
    display: block;
    text-decoration: none;
    color: #0a0a0a;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 15px 0 10px;
}

.experience-component.experience-assets-certonaCategoryProductRecommendations .cert-rec .certRecName .certRecBrand {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-top: 3px;
    font-weight: 400;
}

.experience-component.experience-assets-certonaCategoryProductRecommendations .certRecPrice {
    font-size: 14px;
    line-height: 18px;
    color: #0a0a0a;
    font-weight: 400;
}

.square-tiles {
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .square-tiles {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .square-tiles {
        justify-content: unset;
    }
}

@media (max-width: 767.98px) {
    .square-tiles.orientation-horizontal {
        flex-wrap: nowrap;
        overflow: auto;
    }
}

.square-tiles.shape-square .tile-img {
    display: block;
}

.square-tiles.shape-square .sqr-wrap .experience-component a img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    vertical-align: top;
}

.square-tiles.shape-auto .sqr-wrap img .experience-component a img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

.square-tiles .sqr-wrap {
    margin-bottom: 12px;
}

@media (max-width: 991.98px) {
    .square-tiles .sqr-wrap {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (max-width: 767.98px) {
    .square-tiles .sqr-wrap {
        margin-left: 6px;
        margin-right: 6px;
    }
}

.square-tiles .sqr-wrap .bottom-text {
    padding-top: 8px;
}

@media (max-width: 1215.98px) {
    .square-tiles .sqr-wrap .bottom-text {
        padding-top: 4px;
    }
}

.square-tiles .sqr-wrap .bottom-text h3 {
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0;
    margin-bottom: 7px;
}

.square-tiles .sqr-wrap .bottom-text h3 a {
    color: #0a0a0a;
    text-decoration: none;
    font-weight: 400;
}

.square-tiles .sqr-wrap .bottom-text h3 a:hover {
    text-decoration: underline;
}

.square-tiles .sqr-wrap .bottom-text span {
    font-size: 18px;
    line-height: 24px;
}

.square-tiles.square-tiles-3 {
    overflow: auto;
    flex-wrap: nowrap;
}

@media (max-width: 1215.98px) {
    .square-tiles.square-tiles-3 {
        justify-content: unset;
    }
}

.square-tiles.square-tiles-3 .sqr-wrap {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

@media (max-width: 1215.98px) {
    .square-tiles.square-tiles-3 .sqr-wrap {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 991.98px) {
    .square-tiles.square-tiles-3 .sqr-wrap {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 767.98px) {
    .square-tiles.square-tiles-3 .sqr-wrap {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.square-tiles.square-tiles-3 .sqr-wrap .bottom-text {
    padding-top: 10px;
}

.square-tiles.square-tiles-3 .sqr-wrap .bottom-text h3 {
    font-size: 20px;
    line-height: 24px !important;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0;
}

@media (max-width: 767.98px) {
    .square-tiles.square-tiles-3 .sqr-wrap .bottom-text h3 {
        font-size: 16px;
        line-height: 20px !important;
        margin-bottom: 0;
    }
}

.square-tiles.square-tiles-3.orientation-horizontal .sqr-wrap {
    margin: 0;
}

@media (max-width: 767.98px) {
    .square-tiles.square-tiles-3.orientation-vertical {
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .square-tiles.square-tiles-3.orientation-vertical .sqr-wrap {
        margin-left: 0;
        margin-right: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .square-tiles.square-tiles-3.orientation-vertical .sqr-wrap:last-child {
        margin-bottom: 0;
    }
}

.square-tiles.square-tiles-4 .sqr-wrap {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 8px;
}

@media (max-width: 767.98px) {
    .square-tiles.square-tiles-4 .sqr-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.full_image_content {
    font-size: calc(15px + .390625vw);
    width: 100%;
    aspect-ratio: 1440/640;
    overflow: hidden;
    position: relative;
}

.full_image_content .pro-title h2 {
    margin: 0;
    font-family: "Supreme LL", sans-serif;
    line-height: .9 !important;
    text-align: right;
}

.full_image_content .pro-title h2 span {
    font-size: 55%;
}

@media (min-width: 992px) {
    .full_image_content .pro-title:hover,
    .full_image_content .pro-title:hover span {
        text-decoration: none !important;
    }
}

.full_image_content .product_callout {
    display: none;
    font-size: .7em;
    text-shadow: 0 0 2px rgba(10, 10, 10, 0.35);
    position: absolute;
}

.full_image_content .product_callout a {
    font-weight: 400;
}

@media (min-width: 992px) {
    .full_image_content:hover .product_callout {
        display: block;
    }
}

.full_image_content img {
    aspect-ratio: 1440/640;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 100%;
}

.full_image_content h2 {
    font-size: 2.2em;
    color: #ffffff;
    position: absolute;
}

.full_image_content .content-links {
    position: absolute;
}

.full_image_content .content-links * {
    color: #ffffff;
}

.full_image_content .content-links .con-title {
    font-size: 1.5em;
    font-weight: 400;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ffffff;
    padding-left: .25rem;
}

.full_image_content .content-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.full_image_content .content-links ul li {
    text-align: right;
    margin-bottom: .4rem;
    font-size: 1.125rem;
}

.full_image_content .content-links ul li a {
    font-weight: 400;
}

@media (min-width: 992px) {
    .full_image_content .content-links ul li a:hover {
        color: #ffffff;
    }
}

@media (max-width: 768px) {
    .full_image_content {
        aspect-ratio: unset;
    }

    .full_image_content img {
        aspect-ratio: 385/400;
    }

    .full_image_content h2.top-right {
        top: 0;
        right: 0;
        width: 100%;
        text-align: center !important;
        padding: 1rem;
        text-shadow: 0 0 3px #0a0a0a;
    }

    .full_image_content .content-links.lower-right {
        position: relative;
        margin: 0 auto;
        padding: 1rem;
        right: unset;
        bottom: unset;
    }

    .full_image_content .content-links.lower-right p.con-title {
        text-align: center;
        color: #0a0a0a;
        border-bottom: 1px solid #0a0a0a;
        padding: 0 1rem .5rem;
        margin: 0 auto .5rem;
        max-width: 75%;
    }

    .full_image_content .content-links.lower-right ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }

    .full_image_content .content-links.lower-right ul li {
        width: calc(50% - 14px);
        margin: 7px;
    }

    .full_image_content .content-links.lower-right ul li:nth-child(even) {
        text-align: left;
    }

    .full_image_content .content-links.lower-right ul li a {
        color: #0a0a0a;
    }

    .full_image_content .content-links.lower-right ul li.single:first-child {
        text-align: center;
        width: 100%;
    }
}

.lower-right {
    right: 16px;
    bottom: 16px;
}

.lower-left {
    left: 16px;
    bottom: 16px;
    text-align: left;
}

.top-left {
    top: 16px;
    left: 16px;
    text-align: left;
}

.top-right {
    top: 16px;
    right: 16px;
}

.absolute {
    position: absolute;
}

.featured_split {
    font-size: calc(15px + .390625vw);
}

.featured_split h2 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1 !important;
    font-family: "ABC Arizona Flare", sans-serif;
    font-weight: 300;
}

.featured_split h2 span.sub_title {
    font-family: "Supreme LL", sans-serif;
    font-size: 18px;
}

.featured_split .copy-text {
    margin-bottom: 1rem;
}

.featured_split .copy-text p {
    font-size: .85em;
    line-height: 1.2;
    margin: 0;
}

.featured_split .cta {
    border-radius: 30px;
    display: block;
    background: #0a0a0a;
    padding: 1.2em 1.7em;
    line-height: .75;
    font-size: .5em;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
}

.featured_split .cta p {
    line-height: .75;
    font-size: 1em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

.featured_split .cta:hover {
    color: #ffffff;
}

.featured_split .featured-image img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
    max-height: calc(100vh - 160px);
    object-position: center 75%;
    vertical-align: top;
}

.featured_split .swt-black-bg h2,
  .featured_split .swt-black-bg p {
    color: #ffffff;
}

.featured_split .swt-black-bg .cta {
    color: #0a0a0a;
    background-color: #ffffff;
}

.featured_split .swt-black-bg .cta p {
    color: #0a0a0a;
}

.image-mosaic {
    font-size: calc(15px + .390625vw);
}

.image-mosaic h2 {
    font-size: 2.2rem;
    text-align: right;
    line-height: .9em !important;
    margin-bottom: .2em;
    font-family: "Supreme LL", sans-serif;
}

.image-mosaic h2.section-head {
    font-size: 1.8em;
    margin-bottom: 40px;
    font-family: "ABC Arizona Flare", sans-serif;
    font-weight: 300;
}

.image-mosaic h2.section-head .shop-all {
    font-size: 50%;
}

.image-mosaic .captions-link:hover,
  .image-mosaic .captions-link:hover div,
  .image-mosaic .captions-link:hover span,
  .image-mosaic .captions-link:hover p {
    text-decoration: none;
}

.image-mosaic .captions h3 {
    font-family: "ABC Arizona Flare", sans-serif;
    font-size: 32px;
    line-height: 1.2 !important;
    margin: 0;
    font-weight: 300;
}

.image-mosaic .captions h3 span {
    font-size: 70%;
    font-family: "Supreme LL", sans-serif;
    font-size: 18px;
}

.image-mosaic p {
    font-size: 1rem;
    margin: 0;
    text-align: right;
}

.image-mosaic .lower-left p,
  .image-mosaic .lower-right p,
  .image-mosaic .lower-left h3,
  .image-mosaic .lower-right h3 {
    text-align: left;
}

.image-mosaic div a div {
    text-shadow: 0 0 3px #ffffff;
}

.image-mosaic div a div.white-txt {
    text-shadow: 0 0 3px rgba(10, 10, 10, 0.65);
}

.image-mosaic .relative .product_callout {
    display: none;
    font-size: .7em;
    text-shadow: 0 0 2px rgba(10, 10, 10, 0.35);
}

.image-mosaic .relative .product_callout a {
    font-weight: 400;
}

.image-mosaic .relative:hover .product_callout {
    display: block;
}

@media (max-width: 768px) {
    .image-mosaic .captions h3 {
        font-size: 1.1em;
    }

    .image-mosaic .square img {
        margin: 10px 0;
        display: block;
    }
}

.lower-right {
    right: 16px;
    bottom: 16px;
}

.lower-left {
    left: 16px;
    bottom: 16px;
    text-align: left;
}

.top-left {
    top: 16px;
    left: 16px;
    text-align: left;
}

.top-right {
    top: 16px;
    right: 16px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.square img {
    position: relative;
    width: 100%;
    aspect-ratio: 1/.8;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
}

.experience-assets-customhtml .newLearnMore {
    padding: 20px 0 14px;
    border-top: 1px solid #cecece;
}

@media (max-width: 767.98px) {
    .experience-assets-customhtml .newLearnMore {
        padding: 15px 0;
    }
}

.experience-assets-customhtml .newLearnMore .learn-more-links {
    float: left;
    clear: right;
    width: 100%;
}

.experience-assets-customhtml .newLearnMore .learn-more-links a {
    float: left;
    display: block;
    width: 28%;
    background: url("../images/linkIcon.svg") no-repeat;
    padding: 5px 22px;
    font-weight: 400;
    color: #0a0a0a;
    font-size: 14px;
    line-height: 24px;
    background-position-y: center;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .experience-assets-customhtml .newLearnMore .learn-more-links a {
        height: 35px;
        padding-bottom: 0;
        line-height: 12px;
    }
}

@media (max-width: 767.98px) {
    .experience-assets-customhtml .newLearnMore .learn-more-links a {
        background-position-x: -3px;
        width: 90%;
    }
}

.experience-assets-customhtml .newLearnMore .learn-more-links .doc {
    background: url("../images/fileIcon.svg") no-repeat left;
}

.experience-assets-customhtml .newLearnMore .learn-more-links .vid {
    background: url("../images/vdoIcon.svg") no-repeat left;
}

@media (max-width: 767.98px) {
    .experience-assets-customhtml .newLearnMore .learn-more-links .vid {
        background-position: -4px;
    }
}

.experience-assets-customhtml .newLearnMore h2 {
    text-transform: capitalize;
    font-weight: 400;
    color: #0a0a0a;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 767.98px) {
    .experience-assets-customhtml .newLearnMore h2 {
        font-weight: 400;
    }
}

.experience-assets-customhtml .newLearnMore h2 strong {
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .experience-assets-customhtml .newLearnMore h2 strong {
        font-size: 14px;
    }
}

.experience-assets-customhtml .intro-copy,
.experience-assets-customhtml .full-copy {
    padding: 15px 0 8px 8px;
    margin: 10px 0;
    line-height: 22px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .experience-assets-customhtml .intro-copy,
    .experience-assets-customhtml .full-copy {
        padding: 20px 12px 0 12px;
    }
}

@media (max-width: 767.98px) {
    .experience-assets-customhtml .intro-copy,
    .experience-assets-customhtml .full-copy {
        padding: 20px 15px 0 15px;
    }
}

.experience-assets-customhtml .intro-copy h2,
  .experience-assets-customhtml .full-copy h2 {
    text-transform: unset;
    font-weight: 400;
    color: #0a0a0a;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 0;
}

@media (max-width: 767.98px) {
    .experience-assets-customhtml .intro-copy h2,
      .experience-assets-customhtml .full-copy h2 {
        font-size: 18px;
    }
}

.experience-assets-customhtml .intro-copy p,
  .experience-assets-customhtml .full-copy p {
    font-weight: 400;
    color: #0a0a0a;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 30px !important;
}

.experience-assets-customhtml .intro-copy p a,
    .experience-assets-customhtml .full-copy p a {
    font-weight: 700;
    color: #0a0a0a;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
}

.experience-assets-customhtml .intro-copy p a:hover,
      .experience-assets-customhtml .full-copy p a:hover {
    text-decoration: underline;
}

.experience-assets-customhtml .intro-copy h3,
  .experience-assets-customhtml .full-copy h3 {
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .experience-assets-customhtml .intro-copy h3,
      .experience-assets-customhtml .full-copy h3 {
        margin-bottom: 0;
        font-size: 16px;
    }
}

.experience-assets-customhtml .intro-copy ul,
  .experience-assets-customhtml .full-copy ul {
    font-size: 12px;
    padding-left: 0;
}

@media (max-width: 767.98px) {
    .experience-assets-customhtml .intro-copy ul,
      .experience-assets-customhtml .full-copy ul {
        padding-left: 0;
    }
}

.experience-assets-customhtml .intro-copy ul.relatedCategoryWidget__list .relatedCategoryWidget__item a,
    .experience-assets-customhtml .full-copy ul.relatedCategoryWidget__list .relatedCategoryWidget__item a {
    color: #0a0a0a;
    font-weight: 700;
}

.experience-assets-customhtml .intro-copy ul .relatedCategoryWidget,
    .experience-assets-customhtml .full-copy ul .relatedCategoryWidget {
    max-width: 100%;
    overflow: auto;
    height: 180px;
    margin: 24px 0;
    position: relative;
}

.experience-assets-customhtml .intro-copy ul .relatedCategoryWidget .relatedCategoryWidget__list,
      .experience-assets-customhtml .full-copy ul .relatedCategoryWidget .relatedCategoryWidget__list {
    display: flex;
    width: 2202px;
}

.experience-assets-customhtml .intro-copy ul .relatedCategoryWidget .relatedCategoryWidget__list .relatedCategoryWidget__item,
        .experience-assets-customhtml .full-copy ul .relatedCategoryWidget .relatedCategoryWidget__list .relatedCategoryWidget__item {
    width: 124px;
    float: left;
    margin-right: 8px;
    list-style: none;
    padding: 10px;
    background: #ffffff;
}

.experience-assets-customhtml .intro-copy ul .relatedCategoryWidget .relatedCategoryWidget__list .relatedCategoryWidget__item img,
          .experience-assets-customhtml .full-copy ul .relatedCategoryWidget .relatedCategoryWidget__list .relatedCategoryWidget__item img {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 8px;
}

.experience-assets-customhtml .intro-copy ul .relatedCategoryWidget .relatedCategoryWidget__list .relatedCategoryWidget__item span,
          .experience-assets-customhtml .full-copy ul .relatedCategoryWidget .relatedCategoryWidget__list .relatedCategoryWidget__item span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #0a0a0a;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .experience-assets-customhtml .intro-copy ul li,
      .experience-assets-customhtml .full-copy ul li {
        list-style: none;
        font-size: 10px;
    }
}

@media (max-width: 767.98px) {
    .experience-assets-customhtml .intro-copy ul li h3,
      .experience-assets-customhtml .full-copy ul li h3 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 0;
    }
}

.experience-assets-customhtml .intro-copy > ul,
  .experience-assets-customhtml .full-copy > ul {
    padding-left: 16px;
}

.experience-assets-customhtml .intro-copy {
    margin: 0;
}

.experience-assets-customhtml .intro-copy p {
    margin: 0;
}

.experience-assets-customhtml .intro-copy .relatedCategoryWidget::-webkit-scrollbar-thumb {
    background: #848484;
}

@media (max-width: 767.98px) {
    .experience-assets-customhtml .intro-copy {
        padding-top: 0;
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .experience-assets-customhtml .intro-copy h2 {
        padding-top: 0;
    }
}

.experience-assets-customhtml .full-copy {
    margin: 0;
}

.experience-assets-customhtml .full-copy h2 {
    padding-top: 15px;
}

@media (max-width: 767.98px) {
    .experience-assets-customhtml .full-copy {
        padding: 20px 0 0;
    }
}

.mobile-cat-banner {
    margin: 0 0 14px;
}

.mobile-cat-banner picture {
    display: block;
}

.mobile-cat-banner picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    vertical-align: top;
    aspect-ratio: 382.57 / 92;
}

.experience-assets-mobileonlycategorybanner .lu-reg-sec {
    padding: 0;
    display: block;
}

.experience-assets-mobileonlycategorybanner .catgoriesTiles h2.title {
    margin-bottom: 16px;
    font-size: calc(32px + .390625vw);
    line-height: calc(36px + .390625vw) !important;
    padding: 1rem 1rem 0;
}

.experience-assets-mobileonlycategorybanner .catgoriesTiles h2.title .divider {
    height: 1px;
    margin: 0;
    display: block;
}

.experience-assets-mobileonlycategorybanner .catgoriesTiles h2.title a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #0a0a0a;
    padding-top: 0;
    font-weight: 700;
}

.experience-assets-mobileonlycategorybanner .catgoriesTiles .six-wide > div {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin: 0 0 15px;
}

.experience-assets-mobileCategoryTile a.mobile-link {
    display: block;
    background-color: #f7f8f4;
    padding: 5px;
}

.experience-assets-mobileCategoryTile a.mobile-link picture {
    width: 51px;
    height: 51px;
    float: left;
}

.experience-assets-mobileCategoryTile a.mobile-link img {
    aspect-ratio: 51 / 51;
}

.experience-assets-mobileCategoryTile a.mobile-link h3 {
    width: calc(100% - 51px);
    height: 51px;
    padding: 0 10px;
    text-transform: capitalize;
    font-size: 14px;
    display: flex;
    align-items: center;
}

body #header-wrapper {
    transition: all 0.2s linear;
}

body #header-wrapper header {
    transition: all 0.3s linear;
}

body.header_transparent #header-wrapper #nav-icon-chat > div .LPMcontainer .LPMlabel {
    color: #ffffff !important;
}

body.header_transparent #header-wrapper .dropdown-group .dropdown-menu a,
body.header_transparent #header-wrapper .menu-bar .nav.navbar-nav > li ul.tier-2 > li .mm-col-5 a {
    color: #0a0a0a;
}

body .hero {
    width: 100%;
    height: 100vh;
    font-size: calc(15px + 0.390625vw);
    margin-top: -148px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1216px) {
    body .hero {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }
}

@media (max-width: 1215.98px) {
    body .hero {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    body .hero {
        margin-top: 0;
        height: auto;
        aspect-ratio: unset !important;
    }
}

body .hero a:hover p.cta {
    text-decoration: underline;
}

body .hero a.hero_link {
    text-decoration: none;
}

body .hero a.hero_link:hover {
    text-decoration: none;
}

body .hero a.hero_link:hover h1,
      body .hero a.hero_link:hover h2,
      body .hero a.hero_link:hover div,
      body .hero a.hero_link:hover p {
    text-decoration: none;
}

body .hero a.hero_link:hover p.cta {
    text-decoration: underline;
    background-color: #0a0a0a;
}

body .hero img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

@media (max-width: 768px) {
    body .hero img {
        width: 100%;
        height: auto;
        aspect-ratio: 390/360;
        min-height: 360px;
    }
}

body .hero .hero_content {
    position: absolute;
    left: 50%;
    width: 100%;
}

@media (max-width: 1215.98px) {
    body .hero .hero_content {
        font-size: 0.85rem;
    }
}

body .hero .hero_content.bottom-center {
    bottom: 81px;
    transform: translate(-50%);
    padding-bottom: 10px;
    background: linear-gradient(0deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.4) 85%, rgba(10, 10, 10, 0) 100%);
    padding: 15px 3em 10px;
}

body .hero .hero_content.center-center {
    top: 50%;
    bottom: 8% !important;
    width: 100%;
    transform: translate(-50%);
}

@media (max-width: 1215.98px) {
    body .hero .hero_content.center-center {
        bottom: 9% !important;
    }
}

@media (max-width: 768px) {
    body .hero .hero_content.center-center {
        bottom: unset !important;
        margin-top: -15px;
    }
}

body .hero .hero_content.bg-transparent {
    background: transparent;
}

body .hero .hero_content.bg-gradient {
    background: linear-gradient(0deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.4) 85%, rgba(10, 10, 10, 0) 100%);
}

body .hero .hero_content * {
    text-align: center;
    color: #ffffff;
}

body .hero .hero_content h1 {
    font-size: 2.2em;
    margin-top: 0;
    margin-bottom: 0.4rem;
    font-family: "ABC Arizona Flare", sans-serif;
    line-height: 1.2 !important;
    font-weight: 300;
}

@media (max-width: 768px) {
    body .hero .hero_content h1 {
        margin-bottom: 8px;
    }
}

body .hero .hero_content p {
    font-size: 0.9em;
    margin-top: 0;
    margin-bottom: 0.75em;
}

@media (max-width: 768px) {
    body .hero .hero_content p {
        margin: 0 0 20px;
    }

    body .hero .hero_content p > span {
        display: none;
    }
}

body .hero .hero_content p.cta {
    border-radius: 30px;
    margin: 0 auto;
    max-width: 150px;
    font-size: 0.65em;
    background: rgba(10, 10, 10, 0.5);
    padding: 0.75em 1em;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    transition: all 0.25s linear;
}

@media (max-width: 768px) {
    body .hero .hero_content p.cta {
        font-size: 0.75em;
        padding: 0.5em 0.85em;
        max-width: 120px;
    }
}

body .hero .bottom_links {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #0a0a0a 0%, rgba(10, 10, 10, 0) 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    body .hero .bottom_links {
        position: relative;
        background: transparent;
    }
}

body .hero .bottom_links ul {
    list-style: none;
    margin: 0;
    padding: 1em 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    body .hero .bottom_links ul {
        flex-wrap: wrap;
        width: 100%;
    }
}

body .hero .bottom_links ul li {
    padding: 0 1em;
}

@media (max-width: 768px) {
    body .hero .bottom_links ul li {
        width: 50%;
        font-size: 1rem;
        margin: 5px 0;
        border-right: none;
    }
}

body .hero .bottom_links ul li:not(:last-child) {
    border-right: 1px solid #ffffff;
}

@media (max-width: 768px) {
    body .hero .bottom_links ul li li:nth-child(odd) {
        text-align: center;
        border-right: 1px solid #0a0a0a;
    }

    body .hero .bottom_links ul li li:nth-child(even),
          body .hero .bottom_links ul li li:last-child {
        border-right: 0;
        text-align: center;
    }
}

body .hero .bottom_links ul li a {
    color: #ffffff;
}

@media (max-width: 1216px) {
    body .hero .bottom_links ul li a {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    body .hero .bottom_links ul li a {
        color: #0a0a0a;
    }
}

@media (max-width: 1216px) {
    body .featured_categories > div {
        width: calc(33% - 40px);
    }
}

@media (min-width: 1216px) {
    body.header_transparent .search-enabled .trending-list a {
        color: #0a0a0a !important;
    }

    body.header_transparent .search-enabled #nav-icon-search input[type="text"] {
        color: #0a0a0a;
    }

    body.header_transparent .search-enabled #nav-icon-search input[type="text"]:hover {
        background-color: rbga(#0a0a0a, 0.45) !important;
    }

    body.header_transparent .search-enabled #nav-icon-search button[type="submit"] i {
        background-image: url("https://staging.lumens.com/on/demandware.static/Sites-Lumens-Site/-/default/v1733855583006/images/LU-Header-Sprite-Vector-M.svg");
        top: 0 !important;
    }

    body.header_transparent .search-enabled #nav-icon-search input[type="text"]::-moz-placeholder {
        color: #0a0a0a;
    }

    body.header_transparent .search-enabled #nav-icon-search input[type="text"]::placeholder {
        color: #0a0a0a;
    }
}

@media (min-width: 1216px) {
    div#search-suggestions {
        color: #0a0a0a !important;
    }

    div#search-suggestions * {
        color: #0a0a0a !important;
    }

    body.header_transparent #header-wrapper {
        transition: all 0.2s linear;
        background-color: rgba(10, 10, 10, 0.45);
    }

    body.header_transparent #header-wrapper > header {
        background-color: transparent;
    }

    body.header_transparent #header-wrapper a {
        color: #ffffff;
    }

    body.header_transparent #header-wrapper .minicart .minicarttotal:before {
        background-image: url("https://img.lumens.com/9JWOMRAM/at/2cszcbp4s9rrtj8q6fj2c2b/LU-Header-Sprite-Vector_White_Logo.svg");
    }

    body.header_transparent #header-wrapper .minicart
.minicarttotal
.num-minicart {
        color: #ffffff;
    }

    body.header_transparent #header-wrapper .contact-bar .nav.navbar li {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 17" xmlns:v="https://vecta.io/nano"><path d="M.5.989h1v15h-1z" fill="%23fff"></path></svg>') right center no-repeat;
    }

    body.header_transparent #header-wrapper .contact-bar .nav.navbar li:last-child {
        background-image: none;
    }

    body.header_transparent .promo-bar {
        background-color: rgba(10, 10, 10, 0.25);
    }

    body.header_transparent .promo-bar * {
        color: #ffffff;
    }

    body.header_transparent .lu-sprite {
        background-image: url("https://img.lumens.com/9JWOMRAM/at/2cszcbp4s9rrtj8q6fj2c2b/LU-Header-Sprite-Vector_White_Logo.svg");
    }

    body.header_transparent #nav-icon-search input[type="text"] {
        border: 1px solid #ffffff;
        color: #ffffff;
    }

    body.header_transparent #nav-icon-search input[type="text"]:hover {
        background-color: rbga(#ffffff, 0.45) !important;
    }

    body.header_transparent #nav-icon-search input[type="text"]:focus {
        background-color: rbga(#ffffff, 0.45) !important;
        color: #0a0a0a;
    }

    body.header_transparent #nav-icon-search input[type="text"]:focus ~ button[type="submit"] i {
        background-image: url("https://staging.lumens.com/on/demandware.static/Sites-Lumens-Site/-/default/v1733855583006/images/LU-Header-Sprite-Vector-M.svg");
        top: 0 !important;
    }

    body.header_transparent #nav-icon-search button[type="submit"] i {
        background-image: url("https://img.lumens.com/9JWOMRAM/at/2cszcbp4s9rrtj8q6fj2c2b/LU-Header-Sprite-Vector_White_Logo.svg");
    }

    body.header_transparent #nav-icon-search input[type="text"]::-moz-placeholder {
        color: #ffffff;
    }

    body.header_transparent #nav-icon-search input[type="text"]::placeholder {
        color: #ffffff;
    }

    .header_transparent .pt_storefront .gbl-promo-bar-wrap,
  .header_opaque .pt_storefront .gbl-promo-bar-wrap,
  .header_opaque .pt_storefront > div > .gbl-promo-bar,
  .header_transparent .pt_storefront > div > .gbl-promo-bar {
        position: absolute;
        z-index: 9;
        top: 148px;
        width: 100%;
        background-color: rgba(10, 10, 10, 0.65);
        color: #ffffff;
    }

    .header_transparent .gbl-promo-bar-wrap *:not(.gbl-promo-bar__button) {
        color: #ffffff;
    }

    .header_transparent .pt_storefront .gbl-promo-bar .gbl-promo-bar__savings {
        color: #ffffff;
    }

    .header_transparent .pt_storefront .gbl-promo-bar .gbl-promo-bar__headline,
  .header_transparent
.pt_storefront
.gbl-promo-bar
.gbl-promo-bar__headline.gbl-promo-bar__time {
        color: #ffffff;
    }

    .header_transparent .pt_storefront > div .gbl-promo-bar-wrap .gbl-promo-bar {
        background-color: transparent;
    }
}

/*Hide the [From] text from search suggested products*/
.search-enabled #nav-icon-search #search-suggestions .search-suggestions-outer .search-suggestion-product h4 .price {
    text-indent: -34px;
    overflow: hidden;
}

.rotating-banner-outer {
    overflow: hidden;
}

.rotating-banner {
    padding: 20px 0;
    width: 100%;
    position: relative;
    display: flex;
    min-width: calc(225px * 9);
  /* Adjust based on the number of images */
    align-items: center;
}

.rotating-banner.scroll {
    animation: scroll 45s linear infinite;
}

.rotating-banner.scroll:hover {
    animation-play-state: paused;
}

.rotating-banner .banner-tile {
    height: 100%;
}

.rotating-banner .banner-tile > div {
    height: 100%;
}

.rotating-banner .banner-tile .img_link {
    width: 130px;
    height: 130px;
    display: flex;
    margin-right: 95px;
    align-items: center;
}

.rotating-banner .banner-tile picture {
    display: block;
}

.rotating-banner .banner-tile img {
    width: 130px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    /* Adjust based on the total width of all images */
    }
}

.value-props {
    padding: 30px 20px;
}

@media (min-width: 768px) {
    .value-props {
        padding: 38px 24px;
    }
}

@media (min-width: 992px) {
    .value-props {
        padding: 38px;
    }
}

.value-props h2 {
    color: #000 !important;
    font-size: 32px !important;
    line-height: normal !important;
    margin: 0;
}

.value-props .login-content {
    margin: 18px 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.value-props .login-content a {
    color: #ff8c3f;
    text-decoration: none;
    font-weight: 700;
}

.value-props .value-props-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 18px;
    text-align: center;
}

@media (min-width: 768px) {
    .value-props .value-props-list {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width: 992px) {
    .value-props .value-props-list {
        margin-left: -38px;
        margin-right: -38px;
    }
}

.value-props [class*=column-] {
    position: relative;
    padding: 0 0 40px;
}

.value-props [class*=column-]:last-child {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .value-props [class*=column-] {
        padding: 0 20px;
    }
}

.value-props [class*=column-]:after {
    width: 200px;
    height: 1px;
    content: "";
    background: #d9d9d9;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

@media (min-width: 768px) {
    .value-props [class*=column-]:after {
        width: 1px;
        height: 78px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        margin: 0;
        left: auto;
        bottom: auto;
    }

    .value-props [class*=column-].column-4:nth-child(2n):after {
        display: none;
    }

    .value-props [class*=column-].column-5:nth-child(2n):after {
        display: none;
    }
}

@media (min-width: 992px) {
    .value-props [class*=column-].column-4:nth-child(2n):after {
        display: block;
    }

    .value-props [class*=column-].column-4:last-child:after {
        display: none;
    }

    .value-props [class*=column-].column-5:nth-child(2n):after {
        display: block;
    }

    .value-props [class*=column-].column-5:last-child:after {
        display: none;
    }
}

.value-props [class*=column-]:last-child:after {
    display: none;
}

.value-props [class*=column-] .props-content h3 {
    color: #000;
    font-family: "Supreme LL", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px !important;
    margin: 0 0 3px;
}

.value-props [class*=column-] .props-content p {
    color: #000;
    font-family: "Supreme LL", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.value-props [class*=column-] .props-content .cta-link {
    margin-top: 12px;
}

.value-props [class*=column-] .props-content .cta-link a {
    color: #000;
    font-family: "Supreme LL", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: underline;
}

.value-props [class*=column-] .props-content .cta-link a:hover {
    text-decoration: none;
}

.value-props .column-3 {
    flex: 1 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .value-props .column-3 {
        flex: 1 0 33.33%;
        max-width: 33.33%;
    }
}

.value-props .column-4 {
    flex: 1 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .value-props .column-4 {
        flex: 1 0 50%;
        max-width: 50%;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .value-props .column-4 {
        flex: 1 0 25%;
        max-width: 25%;
        margin-bottom: 0;
    }
}

.value-props .column-5 {
    flex: 1 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .value-props .column-5 {
        flex: 1 0 50%;
        max-width: 50%;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .value-props .column-5 {
        flex: 1 0 20%;
        max-width: 20%;
        margin-bottom: 0;
    }
}
