/******************/
/* GUIDES V2 BASE */
/******************/

/* RULES TO SET STAGE **/
#sideBox,
#breadcrumbs,
#categoryHeader,
#seo-copy,
.grid-subcategories,
.c-page-header,
.back-to-top,
.c-back-to-top,
#changepageSizeForm,
#br-related-searches-widget {
    display: none !important;
}

#mainContent {
    width: 100% !important;
}

.pwa-site .t-header .outer-search {
    margin-bottom: 0px;
}

.desktop-site body {
    overflow-x:hidden;
}

sup {
    top: -0.1em;
}

.sticky-nav {
    position:  sticky;
    top: 164px;
    background-color: #fff;
    z-index: 2;
}

/*@media screen and (orientation: landscape) {
    .tabletHeaderRedesign.screen-md .sticky-nav,
    .tabletHeaderRedesign.screen-lg .sticky-nav {
        top: 122px;
    }
    .tabletHeaderRedesign.screen-sm .sticky-nav {
        top: 121px;
    }
}

@media screen and (orientation: portrait) {
    .tabletHeaderRedesign .sticky-nav {
        top: 116px;
    }
    .tabletHeaderRedesign.screen-sm .sticky-nav {
        top: 120px;
    }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
    .tabletHeaderRedesign.screen-sm .sticky-nav {
        top: 115px;
    }
}*/

.rounded-corners {
    border-radius: 4px;
}

.roundeder-corners {
    border-radius: 8px;
}

.img-scaling {
    height:  100%;
    object-fit:  cover;
}

.hotspot-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

.desktop-site .module-hero .video-wrapper {
    max-height: calc(100vh - 150px);
}

.module-hero.contains-swiper .overlay-component {
    z-index: 2;
}

.video-wrapper.autoplay-video {
  position:  relative;
}

.desktop-site .module-hero img {
    max-height: calc(100vh - 150px);
    object-fit: cover;
}

.full-width video {
    width: 100%;
    height: auto !important;
}

.video-wrapper:not(.initalized-video) video,
.video-wrapper:not(.initalized-video) .video-controls-btn-wrapper,
.video-wrapper.initalized-video img {
  display: none;
}

.pwa-site .video-wrapper img {
    height: 100% !important;
    object-fit: cover;
}

.flex-row {
    display: flex;
}

.desktop-site .right-side-col .right-side-col-inner {
    padding-left: 7.5px;
}

.right-side-col .content-row {
    margin-bottom: 80px;
}

.tabletHeaderRedesign .headerAndNav ~ #content {
    padding-top: 130px;
}

.headerRedesign .redesignedHeaderAndNav ~ #content {
    padding-top: 149px;
}

.pwa-site #mainContent,
.pwa-site #app-main .m-responsive-template {
    margin-top: 0;
}

.pwa-site .faq-component a {
    font-weight: 700;
}

.pwa-site .visuallyhidden {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

html.pwa-site {
    line-height: 1.5;
}

.icon-prefix:before {
    content:'';
    width: 48px;
    height: 48px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 15px;
    vertical-align: bottom;
    border: none;
}

.btn.icon-prefix:before,
.pw-button.icon-prefix:before,
.c-button.icon-prefix:before {
    vertical-align: middle;
}


.btn.icon-prefix {
    text-align:  left;
}

.screen-sm .btn.icon-prefix:before {
    width:  36px;
    height:  36px;
}

.screen-sm .btn.icon-prefix {
    font-size:  10px;
}

.screen-md .btn.icon-prefix {
    font-size:  12px;
}

.no-hover-border:hover,
.no-hover-border:active,
.no-hover-border:focus {
    border-color:  transparent;
}

.icon-prefix.comfort-icon:before {
    background-image: url('/wcsstore/images/Cinmar/interface/icons/comfort_icon_black_48.svg');
}

.icon-prefix.swatch-icon:before {
    background-image: url('/wcsstore/images/Cinmar/interface/icons/swatches_icon_black_64.svg');
}

.icon-prefix.cleaning-icon:before {
    background-image: url('/wcsstore/images/Cinmar/interface/icons/cleaning_icon_black_64.svg');
}

.icon-prefix.faq-header-icon:before {
    background-image: url('/wcsstore/images/Cinmar/interface/icons/faq_icon_black_48.svg');
}

.desktop-site div[data-tracking*="Guide"] img[src*="data:image"] {
    max-height: 450px;
}

/*! END RULES TO SET STAGE **/

/*! GENERAL RULES **/
.desktop-site .full-width {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50%);
    overflow:hidden;
}

.pwa-site .full-width {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
}

.pwa-site .full-width div[class*="col-"] {
    padding: 0;
}

.full-width .overlay-wrapper-outer {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1240px;
    pointer-events: none;
}

.full-width .overlay-wrapper-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.full-width .overlay-wrapper-outer .overlay-wrapper-inner .overlay-component {
    pointer-events: all;
} 

.overlay-component {
    position: absolute;
}

.overlay-component.bottom-right {
    bottom: 0;
    right: 0;
}

.overlay-component.bottom-left {
    bottom: 0;
    left: 0;
}

.overlay-component.top-right {
    top: 0;
    right: 0;
}

.overlay-component.top-left {
    top: 0;
    left: 0;
}

.module-two-cols,
.module-spotlight,
.submodule-content + .submodule-content,
.module-explore,
.module-twoup,
.module-threeup,
.module-fourup,
.module-altfourup,
.module-callout,
.module-ds {
    margin-top: 80px !important;
}

.pwa-site .module-twoup.text-twoup {
    margin-top: 40px !important;
}

.desktop-site .module-quicknav + div[class*="module-"] {
    margin-top: 20px !important;
}

.pwa-site div.module-hero + div[class*="module-"],
.pwa-site div.module-spotlight + div[id] {
    margin-top: 40px !important;
}

.pwa-site .right-side-col {
    margin-top: 25px !important;
}

.divider-col,
.screen-sm.tabletHeaderRedesign .left-side-col {
    border-right: 1px solid #b5b5b5;
}

.left-side-col .row + .row {
    margin-top:  40px;
}
.left-side-col .row.title-row + .row {
    margin-top: 0;
}

.title-component {
    letter-spacing: 5px;
    font-weight: 600 !important;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid #000;
}

.title-component.text-white {
    border-bottom: 1px solid #fff;
}

.title-component.no-border {
    border-bottom: none;
    padding-bottom: 0;
}

.title-component.rule-line {
    background-color: #fff;
    margin: 0;
}

.title-component.rule-line:after {
    content:  "";
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    z-index: -1;
    border-top: 1px solid #242424;
}

.pwa-site .title-component.rule-line:after {
    bottom: 24px;
    left:  12px;
    right: 12px;
}

.pwa-site .title-component {
    text-transform: uppercase;
    margin-bottom: 18px;
}

.desktop-site .row.lt-compressed-row {
    padding-left: 4%;
    padding-right: 4%;
}

.desktop-site .row.compressed-row {
    padding-left:  8%;
    padding-right:  8%;
}

.vertical-rule {
    height: 100%;
    width: 1px;
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
}

/*! END GENERAL RULES **/

/*! HERO **/ 
.box-menu {
    background-color: rgba(255,255,255,0.95);
    color: #000;
}

.desktop-site .box-menu {
    max-width: 405px;
    padding: 15px;
}

.screen-sm .box-menu {
    font-size: 75%;
}

.pwa-site .box-menu {
    padding: 24px;
}

.hero-menu.box-menu a {
    display: block;    
}

.pwa-site .hero-menu.box-menu a {
    display: inline-block;
    float:  left;
    clear:  left;
}

.pwa-site .hero-menu.box-menu .btn-cta {
    width:  100%;
}

.box-menu hr {
    border: none;
    border-top: 1px solid #000;
    margin-top: 15px;
    margin-bottom: 15px;
}

.pwa-site .jump-label {
    margin-bottom: 10px;
    display:  inline-block;
}

.pwa-site .box-menu .btn-jump,
.pwa-site .box-menu .btn-cta {
    margin-left: 0;
}

.pwa-site .box-menu .btn-jump {
    text-align: left;
}

.pwa-site .box-menu .btn-jump + .btn-jump,
.pwa-site .box-menu .btn-cta {
    margin-top: 10px;
}

.pwa-site .box-menu .btn-jump:focus,
.pwa-site .box-menu .btn-jump:hover {
    border-color: transparent;
}


.tabletHeaderRedesign .hero-menu h1,
.screen-sm .hero-menu h1,
.screen-md .hero-menu h1 {
    margin-bottom: 7px;
}

/*! JUMP NAV BAR **/
.module-quicknav {
    margin-top:  15px;
}

.module-quicknav .quicknav-wrapper {
    display:  flex;
    justify-content:  space-between;
    position:  relative;
    width:  100%;
}

.module-quicknav:not(.stuck) .quicknav-wrapper.condensed {
    width: 75%;
    margin-left:  auto;
    margin-right: auto;
}

.module-quicknav:not(.stuck) .quicknav-wrapper.ultra-condensed {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
}

.screen-sm .module-quicknav.stuck .quicknav-wrapper,
.screen-md .module-quicknav.stuck .quicknav-wrapper {
    padding-left: 12px;
    padding-right: 12px;
}

.module-quicknav .quicknav-wrapper .btn + .btn {
    margin:  0;
}

.module-quicknav.stuck .quicknav-wrapper .btn-cta {
    margin-left: 7px;
}

.module-quicknav .quicknav-wrapper .quicknav-cta-wrapper {
    display: none;
    position:  absolute;
}

.module-quicknav .quicknav-wrapper .quicknav-divider {
    width: 1px;
    background-color:  #b5b5b5;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}

.module-quicknav.stuck .quicknav-wrapper .quicknav-divider {
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 0.93333em;
    margin-right: 0.93333em;
}

.module-quicknav.stuck {
    background-color: #fff;
    z-index: 2;
}

.module-quicknav.stuck .quicknav-wrapper .btn {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 0.75em;
}

.module-quicknav .quicknav-wrapper .btn-jump {
    padding-left: 0;
    padding-right: 0;
}

.module-quicknav.stuck .quicknav-wrapper .quicknav-cta-wrapper {
    display: block;
    position:  relative;
}

.module-quicknav.stuck .quicknav-wrapper .btn-cta {
    padding: 0.93333em 1em;
}

.module-quicknav.stuck .row {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    border-top: 1px solid #242424;
}

.module-quicknav.stuck .row .col-xs-12 {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.screen-sm .module-quicknav .btn {
    font-size: 0.6em;
}

.screen-sm .module-quicknav.stuck .btn {
    font-size: 0.5em;
}

.screen-md .module-quicknav .btn {
    font-size: 0.8em;
}

.screen-md .module-quicknav.stuck .btn {
    font-size: 0.6em;
}

/*.screen-sm:not(.tabletHeaderRedesign) .module-quicknav.stuck .row .col-xs-12 {
    margin-top: 19px;
    border-top: 1px solid #242424;
}*/

/*! QUICK NAV TILES **/
.desktop-site .module-quicknav-tiles .col-xs-12 {
    display:  flex;
    justify-content:  center;
}

.pwa-site .module-quicknav-tiles {
    border-top:  1px solid #000;
    border-bottom:  1px solid #000;
    padding-top:  40px;
    padding-bottom:  40px;
}

.desktop-site .module-quicknav-tiles .quicknav-tile {
    margin-left:  3%;
    margin-right:  3%;
}

.module-quicknav-tiles .quicknav-tile a {
    display:  flex;
    flex-direction:  column;
    text-align:  center;
}

.module-quicknav-tiles .quicknav-tile a:hover {
    text-decoration:  none;
}

.module-quicknav-tiles .quicknav-tile a:hover span {
    color:  #787878;
}

.module-quicknav-tiles .quicknav-tile a span {
    margin-top:  15px;
}

.pwa-site .module-quicknav-tiles .quicknav-tile a span {
    padding: 0 !important;
}

/*! SPOTLIGHT **/
.module-spotlight .text-col .wrapper {
    background-color:  #242424;
    height:  100%;    
}

.desktop-site .module-spotlight .text-col .wrapper {
    display:  flex;
    align-items:  flex-end;
}

.desktop-site .module-spotlight .text-col .wrapper span {
    font-size: clamp(0.5em, 3vw - 1em, 0.75em);
}

.desktop-site .module-spotlight .text-col .wrapper h3 {
    font-size: clamp(1em, 3vw - 1em, 1.563em);
}

.desktop-site .module-spotlight .text-col .wrapper p {
    font-size: clamp(0.8em, 3vw - 1em, 1em);
}

.desktop-site .module-spotlight .text-col .wrapper a {
    font-size: clamp(0.75em, 3vw - 1em, 0.9375em);
}

.desktop-site .module-spotlight .text-col .wrapper .inner-wrapper {
    padding:  25px;
}

.pwa-site .module-spotlight .text-col .wrapper .inner-wrapper {
    padding:  25px 50px 25px 15px;
}

.pwa-site .module-spotlight .text-col {
    margin-top:  5px;
}

/*! TWO UP **/
.module-twoup .text-wrapper {
    padding-right:  5%;
}

.pwa-site .module-twoup .row > div + div {
    margin-top: 40px;
}

.desktop-site .module-twoup.text-twoup > .row {
    display: flex;
    justify-content: space-between;
}

.desktop-site .module-twoup.text-twoup .divider {
    border-left: 1px solid #000;
}

.desktop-site .module-twoup.text-twoup p {
    margin-bottom: 0px;
}

.module-twoup.text-twoup a {
    font-weight: 700;
}

/*! THREE UP **/
.desktop-site .module-threeup .row.tile-row {
    display:  flex;
    justify-content: space-between;
    padding-top:  15px;
    padding-bottom:  15px;
}

.desktop-site .module-altfourup .row.tile-row {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}

.desktop-site .module-altfourup .row.lt-compressed-row > div,
.desktop-site .module-threeup .row.compressed-row > div {
   padding:  0;
}

.desktop-site .module-threeup .row.tile-row > div {
   width: 29%;
}

.desktop-site.screen-md .module-threeup .row.tile-row > div {
    width:  27%;
}

.desktop-site.screen-sm .module-threeup .row.tile-row > div {
    width:  29%;
}

.desktop-site .module-altfourup .row.tile-row > div {
    width: 20%;
}

.desktop-site .module-altfourup .row.tile-row:before,
.desktop-site .module-altfourup .row.tile-row:after,
.desktop-site .module-threeup .row.tile-row:before,
.desktop-site .module-threeup .row.tile-row:after {
    display:  none;
}

.module-altfourup .rule-row hr,
.module-threeup .rule-row hr {
    border: none;
    border-top: 1px solid #242424;
}

.pwa-site .module-altfourup .tile-row > div + div,
.pwa-site .module-threeup .tile-row > div + div {
    margin-top: 40px;
}

.pwa-site .module-altfourup .rule-row,
.pwa-site .module-threeup .rule-row {
    margin-top: 20px;
}

/*! FOUR UP **/
.desktop-site:not(.tabletHeaderRedesign) .module-fourup.text-fourup .text-callout-row p {
    padding-right: 20%;
}

.desktop-site .module-fourup.text-fourup > div + div {
    margin-top: 80px;
}

.desktop-site.screen-sm:not(.tabletHeaderRedesign) .module-fourup.text-fourup .text-callout-row > div {
    width: 50%;
}

.desktop-site.screen-sm:not(.tabletHeaderRedesign) .module-fourup.text-fourup .text-callout-row > div:nth-child(3) {
        clear: both;
}

.desktop-site.screen-sm:not(.tabletHeaderRedesign) .module-fourup.text-fourup .text-callout-row > div:nth-child(n+3) {
        margin-top: 40px;
}

@media screen and (orientation: portrait) {
    .tabletHeaderRedesign .module-fourup.text-fourup .text-callout-row > div {
        width: 50%;
    }
    .tabletHeaderRedesign .module-fourup.text-fourup .text-callout-row > div:nth-child(n+3) {
        margin-top: 40px;
    }
}

.pwa-site .module-fourup.text-fourup .text-callout-row > div + div {
    margin-top: 40px;
}

.module-fourup .rule-row hr {
    border: none;
    border-top: 1px solid #242424;
}

.pwa-site .module-threeup .tile-row > div + div {
    margin-top: 40px;
}

.pwa-site .module-fourup .rule-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*! DS MENU RULES **/
.desktop-site .ds-menu {
    max-width:  405px;
}

.desktop-site .ds-menu.top-right {
    top:  0%;
    right:  5%;
}

.desktop-site .ds-menu.top-left {
    top: 0%;
    left:  5%;
}

.desktop-site .ds-menu.bottom-left {
    bottom: 0%;
    left: 5%;
}

.desktop-site .ds-menu.bottom-right {
    bottom: 0%;
    right: 5%;
}

.ds-menu .logo-container-component {
    background-color: #000;
    border-radius: 9px 9px 0 0;
    box-shadow: 0 -11px 10px 0 rgba(0,0,0,0.2);
    padding: 20px;
}

.ds-menu.top-right .logo-container-component,
.ds-menu.top-left .logo-container-component {
    border-radius: initial;
    box-shadow: none;
}

.ds-menu.top-right .links-container-component,
.ds-menu.top-left .links-container-component     {
    border-radius: 0 0 9px 9px;
    box-shadow: 0 11px 10px 0 rgb(0,0,0,0.2);
}

.ds-menu .links-container-component {
    background-color: rgba(255,255,255,0.9);
    padding: 15px 50px;
}

.ds-menu .links-container-component ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.ds-menu .links-container-component ul li {
    display: inline-block;
    text-align: center;
    padding: 0 15px;
}

.ds-menu .links-container-component ul li img {
    min-height: 64px;
    min-width: 64px;
    margin-bottom: 10px;
}

.ds-menu .links-container-component ul li a {
    font-weight: normal;
}

.ds-menu .links-container-component ul li a:hover, 
.ds-menu .links-container-component ul li a:active,
.ds-menu .links-container-component ul li a:focus {
  text-decoration: none;
}

.ds-menu .links-container-component ul li span {
    display: inline-block;
    font-weight: 700;
    text-transform:uppercase;
    letter-spacing:3px;
    text-align:left;
    vertical-align: middle;
    line-height:1.2;
}

.pwa-site .ds-menu {
    margin-top: -50px;
    position: relative;
}

.pwa-site .ds-menu .logo-container-component {
    padding: 20px 50px;
}

.pwa-site .ds-menu .links-container-component p {
    margin-top: 15px;
    padding-left: 15%;
    padding-right: 15%;
}


/*! FAQs  **/
.faq-icon {
    position: relative;
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: top;
}

.pwa-site .faq-icon {
    height:  12px;
    width:  12px;
}

.faq-icon span {
    position: absolute;
    left: 0;
    top: 12px;
    display: block;
    width: 100%;
    height: 3px;
    opacity: 1;
    background: #000;
}

.pwa-site .faq-icon span {
    top: 9px;
    height: 2px;
}

.faq-icon span:last-of-type {
    -webkik-transform: rotate(90deg);
    transform:rotate(90deg);
    transition: .3s ease-in-out;
}

.faq-component {
    padding-left: 0 !important;
    margin-top: 30px;
    list-style-type: none !important;
}

.pwa-site .faq-component {
    margin-bottom: 0px;
    margin-top: 15px;
}

.faq-component li {
    list-style-type:none;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
}

.pwa-site .faq-component li:first-of-type {
    margin-top: 0;
}

.faq-component .question-component {
    display:inline-block;
    width: calc(100% - 27px);
    margin-left: 6px;
    margin-bottom: 0px;
}

.faq-component li .answer-component {
    display: block;
    opacity: 0;
    height: 0;
    transition: .3s ease-in-out;
    overflow: hidden;
}

.faq-component li.active-question .faq-icon span:last-of-type {
    opacity: 0;
    -webkik-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq-component li.active-question .answer-component {
    opacity: 1;
    margin-top: 15px;
    height: auto;
}

.show-more-faqs-btn {
    display: block;
}

.pwa-site .show-more-faqs-btn {
    margin-left: auto;
    margin-right: auto;
}

/*! ICON CONTAINER **/
.icons-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
    margin-bottom: 48px;
}

.screen-xs .icons-container,
.pwa-site .icons-container {
    grid-template-columns: 1fr;
}

.icons-container .icon-callout {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.icons-container img {
    width: 45px;
    height: 45px;
}

.icons-container span {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 8px;
}

/*! KEEP EXPLORING COMPONENT **/
.module-explore .title-row hr {
    border: none;
    border-bottom: 1px solid #000;
}

.pwa-site .module-explore .row > div + div {
    margin-top: 40px;
}

/*! STICKY FOOTER **/

.screen-xs .module-footer a {
    display: block;
    color: #FFF;
    margin-bottom: 15px;
    padding: 14px 30px;
}

.screen-xs .module-footer a.is--btn-secondary,
.screen-xs .module-footer a.is--secondary-btn,
.screen-xs .module-footer a.pw--secondary {
    background-color: transparent;
    border: 1px solid #FFF;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}


.module-footer .btn.btn-secondary {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
}

.module-footer {
    opacity: 0;
    margin-top: 0px !important;
    height: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index:999;
    background-color: rgba(0,0,0,0.9);
    -webkit-transition: opacity 0.3s ease-in, height 0.3s ease-in;
    transition: opacity 0.3s ease-in, height 0.3s ease-in;
}

.module-footer .col-xs-12 {
    margin-top: 9px;
}

.module-footer.scrolled {
    opacity: 1;
    height: 63px;
    -webkit-transition: opacity 0.3s ease-in, height 0.3s ease-in;
    transition: opacity 0.3s ease-in, height 0.3s ease-in;
}

.pwa-site .module-footer.scrolled {
    height: 90px;
}

.pwa-site .module-footer.icon-footer.scrolled {
    height: 100px;
}

.pwa-site .module-footer.two-up-footer.scrolled {
    height: 132px;
}

.pwa-site .module-footer.three-up-footer.scrolled {
    height: 200px;
}

.pwa-site .module-footer.icon-footer {
    background-color: #fff;
}

.pwa-site .module-footer.icon-footer .col-xs-12 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.pwa-site .module-footer.icon-footer .link-wrapper {
    padding-left: 24px;
    padding-right: 24px;
}

.pwa-site .module-footer.icon-footer.one-up .link-wrapper {
    display: flex;
}

.pwa-site .module-footer.icon-footer.two-up .link-wrapper {
    padding-left: 8px;
    padding-right: 8px;
    width: 50%;
}

.pwa-site .module-footer.icon-footer.three-up .link-wrapper {
    padding-left: 8px;
    padding-right: 8px;
    width: 33%;
}

.pwa-site .module-footer.icon-footer.four-up .link-wrapper {
    padding-left: 8px;
    padding-right: 8px;
    width: 25%;
}

.pwa-site .module-footer.icon-footer a {
    color: #000 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 10px;
    font-weight: bold;
}

.pwa-site .module-footer.icon-footer.one-up a {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    align-items: center;
}


.pwa-site .module-footer.icon-footer span {
    display: block;
    line-height: 1.2;
    margin-top: 8px;
}

.pwa-site .module-footer.icon-footer.one-up span {
    margin-top: 0px;
    margin-left: 8px;
    font-weight: 600;
}

.extole-overlay-cta-wrapper {
    bottom: 80px !important; 
}

.pwa-site .extole-overlay-cta-wrapper {
    bottom: 100px !important;
}