@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 */
/*
  #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-ff4f6a [Hot Pink] - Use for promotional messaging */
/*
  #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: "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: #ede3de;
  --lu_neworange: #ff8a3d;
}

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

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

#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 {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
div.lu-siteM .sm-grid__item {
  margin: 0;
  padding-left: 0.5em;
  padding-right: 0.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: 0.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: 0.75em;
}
div.lu-siteM .product-call__link {
  color: #ffffff;
  font-size: 0.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: 0.5em;
}
div.lu-siteM .cta-text__content {
  color: var(--defColor, #ede3de);
  font-size: 0.88889em;
  font-weight: 700;
  letter-spacing: 0.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: 0.88889em;
  margin: 0;
  margin-top: 1.125em;
  padding-top: 0.77063em;
  padding-bottom: 0.63562em;
  padding-right: 0.98438em;
  padding-left: 0.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, #ede3de);
}
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: 0.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, #ede3de);
}
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: 0.25em;
}
div.lu-siteM .margin-bot-2 {
  margin-bottom: 0.5em;
}
div.lu-siteM .margin-bot-3 {
  margin-bottom: 0.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: 0.24494em;
  padding-bottom: 0.15012em;
}
div.lu-siteM .ribbon--large {
  font-size: 1.26563em;
  margin-top: 0.39506em;
  position: relative;
}
div.lu-siteM .ribbon--large span.urgency-block {
  padding-top: 0.24494em;
  padding-bottom: 0.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: 0.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: 0.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: 0.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: 0.12332em 0 0;
  padding: 0;
}
div.lu-siteM .overlay-text-block__subtext {
  color: #ffffff;
  font-size: 1em;
  line-height: 1.25;
  margin: 0.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 0.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: 0.88889em;
  line-height: 1.25;
  margin: 0;
  margin-top: 0.63281em;
  margin-bottom: 0.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, #ede3de);
  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: 0.88889em;
  line-height: 1.25;
  margin: 0.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: 0.88889em;
  line-height: 1.25;
  margin: 0.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: 0.75em;
}
div.lu-siteM .curalate-carousel__link {
  color: var(--defColor, #ede3de);
  font-size: inherit;
  font-weight: 700;
}
div.lu-siteM .bottom-spacing--small {
  margin-bottom: 0.25em;
}
div.lu-siteM .bottom-spacing--medium {
  margin-bottom: 0.75em;
}
div.lu-siteM .bottom-spacing--large {
  margin-bottom: 1em;
}
div.lu-siteM .top-spacing--small {
  margin-top: 0.25em;
}
div.lu-siteM .top-spacing--medium {
  margin-top: 0.75em;
}
div.lu-siteM .top-spacing--large {
  margin-top: 1em;
}
div.lu-siteM .font-size--xxs {
  font-size: 0.79012em;
}
div.lu-siteM .font-size--xs {
  font-size: 0.88889em;
}
div.lu-siteM .font-size--sm {
  font-size: 1em;
}
@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: 0.88889em;
  line-height: 1.125;
  padding: 0.75em 0;
  margin: 0 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, #ede3de);
  border-left: 1px solid var(--defColor, #ede3de);
}
div.lu-siteM .mobhpcont li {
  font-size: 12px;
  text-align: center;
  width: 50%;
  float: left;
  color: var(--defColor, #ede3de);
  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, #ede3de);
  border-bottom: 1px solid var(--defColor, #ede3de);
}
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: 0.6243em;
  margin-right: 0.6243em;
  padding: 0.93644em 0 0;
  position: relative;
  font-size: 1.60181em;
  border-top: 1px solid #ffffff;
}
div.lu-siteM .page-head--section {
  margin: 0.79012em 0.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, #ede3de);
  font-family: inherit;
  font-size: 1.60181em;
  font-weight: 700;
  line-height: 1.125;
  margin: 0.12332em 0 0.31215em;
  padding: 0;
}
div.lu-siteM .text-block__subtext {
  color: var(--lu_newblk, #0A0A0A);
  font-size: 1em;
  line-height: 1.25;
  margin: 0.5em 0 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: 0.5em;
  margin-right: 0.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 0.5em;
}
div.lu-siteM .cat-nav__headline {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 6px;
}
div.lu-siteM .cat-nav__subtext {
  font-size: 0.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, #ede3de);
  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: 0.75em;
}
div.lu-siteM .two-wide-block {
  margin-bottom: 1.5em;
}
div.lu-siteM .two-wide-block__content {
  padding: 2em;
  background-color: var(--defColor, #ede3de);
  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, #ede3de);
  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%;
}
@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: 0.51563em;
    padding-bottom: 0.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: 0.09744em;
  }
  div.lu-siteM .hp-primary__subtext {
    font-size: 1.26563em;
    margin-top: 0.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: 0.12332em;
  }
  div.lu-siteM .overlay-text-block__subtext {
    font-size: 1.26563em;
    margin-top: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.79012em;
  }
  div.lu-siteM .font-size--desk-xs {
    font-size: 0.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: 0.75em;
    margin: 0.5em 0;
  }
  div.lu-siteM .text-block__headline {
    font-size: 2.2807em;
  }
  div.lu-siteM .text-block__savings {
    font-size: 2.02729em;
    margin-top: 0.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 .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: 0.79012em;
  }
  div.lu-siteM .font-size--mob-xs {
    font-size: 0.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: 0.10962em;
  }
  div.lu-siteM .hp-primary__subtext {
    font-size: 1em;
    margin-top: 0.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: 0.12332em;
  }
  div.lu-siteM .overlay-text-block__subtext {
    font-size: 1em;
    margin-top: 0.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: 0.88889em;
    margin-top: 0.28125em;
    margin-bottom: 0.84375em;
  }
  div.lu-siteM .text-banner__headline {
    font-size: 2.02729em;
  }
  div.lu-siteM .text-banner__subtext {
    font-size: 0.88889em;
    margin-top: 0.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: 0.88889em;
    margin-top: 0.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: 0.12332em;
    margin-bottom: 0.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: -0.5em;
    margin-right: -0.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;
}

/* 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;
  /*replicating the gutters*/
  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: 39.0625%;
}

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

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

.region_square:before {
  padding-top: 100%;
}

.region_landscape-small:before {
  padding-top: 50%;
}

.region_portrait-small:before {
  padding-top: 200%;
}

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

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

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

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

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

.gray-bg {
  background-color: #ede3de !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: #425563 !important;
}

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

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

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

.gray-txt {
  color: #ede3de !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: #425563 !important;
}

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

.maroon-txt {
  color: #35120e !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%, rgb(66, 85, 99) 100%);
}

.super-wide {
  font-size: 16px;
  line-height: normal;
  background: #f9f4f2;
}
.super-wide img {
  vertical-align: baseline;
}
.super-wide h1,
.super-wide h2,
.super-wide h3,
.super-wide h4,
.super-wide h5 {
  font-weight: 500;
}
.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: 0.67em;
  margin-bottom: 0.67em;
}
.super-wide h2 {
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  font-size: 1.5rem;
}
.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: "store_norske_tangobold", "niveau-grotesk", Arial, sans-serif;
  line-height: 1.1 !important;
}
.super-wide a,
.lu-rebrand a {
  text-decoration: none;
  font-weight: 500;
}
.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;
}

.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: 500 !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 {
  width: 100%;
  height: calc(100vh - var(--hdrHeight));
  margin-top: 0;
  padding-top: 20px;
  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 {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 768px) {
  .hero-fullwidth-img {
    height: auto;
    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-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%;
}
@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: 1600px) {
  .hero-fullwidth-img .hero-copy {
    height: 75px;
  }
}
@media (max-width: 768px) {
  .hero-fullwidth-img .hero-copy {
    flex-direction: column;
    height: auto;
    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:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@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;
}
@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%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-fullwidth-img.split .hero-image-fullwidth .hero-left-content {
  position: relative;
}
.hero-fullwidth-img.split .hero-image-fullwidth .hero-left-content h2 {
  font-size: 48px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.hero-fullwidth-img.split .hero-image-fullwidth .hero-left-content p {
  font-size: 34px;
  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: 500;
  font-size: 36px;
}
.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: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: 34px;
  padding-bottom: 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%;
  -o-object-fit: cover;
     object-fit: cover;
}

.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;
  -o-object-fit: cover;
     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;
  }
}

.page-tiles {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1720px;
  padding: 0 15px;
  flex-wrap: wrap;
  overflow-x: auto;
  margin-bottom: -40px;
}
@media (max-width: 1200px) {
  .page-tiles {
    flex-wrap: nowrap;
    -ms-scroll-snap-type: inline mandatory;
        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;
  }
}
@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 .details {
  margin-top: 15px;
}
.page-tiles > div .details h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 7px;
  line-height: 24px;
  padding: 0;
}
.page-tiles > div .details span {
  font-weight: 400;
}
.page-tiles > div a.image-link {
  overflow: hidden;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.page-tiles > div img {
  width: 100%;
}
.page-tiles > div .product-call {
  opacity: 0;
  transition: opacity 0.25s linear;
  display: block;
  padding: 15px;
  width: 100%;
  bottom: 58px !important;
  top: auto !important;
  left: 0;
  color: #ffffff !important;
  position: absolute;
  z-index: 2;
  text-align: right;
  text-shadow: 0 0 2px #101820;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.page-tiles > div .product-call > a {
  color: #ffffff !important;
  margin-bottom: 5px;
  display: block;
}
.page-tiles > div .product-call > a:last-child {
  margin-bottom: 0;
}
.page-tiles > div:hover .product-call {
  opacity: 1;
}

.four-up > div {
  width: calc(25% - 30px);
  min-width: 275px;
}
.four-up > div img {
  aspect-ratio: 425/640;
  -o-object-fit: cover;
     object-fit: cover;
}
.four-up > div a.image-link {
  aspect-ratio: 425/640;
}

.lu-fp-sec.light-blush {
  background-color: #f9f4f2;
}
.lu-fp-sec.dark-blush {
  background-color: #ede3de;
}
.lu-fp-sec.white {
  background: #ffffff;
}

.three-up > div {
  width: calc(33% - 30px);
  min-width: 320px;
}
.three-up > div img {
  width: 100%;
  aspect-ratio: 550/640;
  -o-object-fit: cover;
     object-fit: cover;
}
.three-up > div a.image-link {
  aspect-ratio: 550/640;
}

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

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

@media (min-width: 720px) {
  .mobile-show {
    display: none;
    visibility: none;
  }
}
.lu-fp-sec {
  width: 100%;
  height: auto;
  min-height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 0;
}
@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: 500;
  max-width: 1720px;
}

.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;
}

.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 0.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;
  -o-object-fit: cover;
     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;
  -o-object-fit: cover;
     object-fit: cover;
}
.split-banner .sb-content-inner {
  position: relative;
}
.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 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%;
  -o-object-fit: cover;
     object-fit: cover;
}
.split-banner .split-banner-image .product-call {
  position: absolute;
  width: calc(100% - 30px);
  bottom: 15px;
  right: 15px;
  opacity: 0;
  transition: opacity 0.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;
}

#cert-recs-rebrand {
  width: 100%;
  max-width: 1720px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
#cert-recs-rebrand h2 {
  font-size: 28px;
  width: 100%;
  text-align: left;
  font-weight: 500;
  position: relative;
  margin: 15px 0;
}
#cert-recs-rebrand h2 span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
#cert-recs-rebrand .cert-recs-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow-x: auto;
  -ms-scroll-snap-type: inline mandatory;
      scroll-snap-type: inline mandatory;
}
#cert-recs-rebrand .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 {
  width: 195px;
  aspect-ratio: 1/1;
  display: block;
  margin: 0 auto;
  margin-bottom: 35px;
}
#cert-recs-rebrand .cert-recs-inner .cert-rec .certRecName {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  display: block;
  line-height: 20px;
}
#cert-recs-rebrand .cert-recs-inner .cert-rec .certRecName .certRecBrand {
  font-weight: 400;
  display: block;
  margin-top: 7px;
}
#cert-recs-rebrand .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: #f6f0ed;
  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: 500;
}

.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: rgb(53, 18, 14);
  background: linear-gradient(69deg, rgb(53, 18, 14) 58%, rgb(253, 208, 134) 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 0.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.scrolled_:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  left: 0;
  top: 0;
  filter: blur(3px);
}
.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: 500 !important;
  color: #ffffff !important;
}

.pt_customerservice #leftcolumn .navgroup,
.pt_customerservice .leftcol .headings {
  background-color: #ede3de;
  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: #f6f0ed;
  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: 500 !important;
  font-family: "store_norske_tangobold", var(--font-family-sans-serif) !important;
}

#ltkpopup-wrapper {
  font-family: var(--font-family-sans-serif) !important;
}

#ltkpopup-content {
  color: #0A0A0A !important;
  background-color: #f6f0ed !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 0.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 0.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;
  -o-object-fit: cover;
     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: 500;
  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;
  -o-object-fit: cover;
     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: 500;
  text-decoration: none;
}
#staggered-content-right .staggered-content-txt .sc-wrap .sc-link-txt a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=marketing-component-support.css.map */