* {
    box-sizing: border-box;
}

:root {
    --primary: #009439;
    --secondary: #454545;
    --light: #FFF;
    --dark: #000;
    --gray: #666;
    --light-gray: #F4F4F4;
}

body {
    margin: 0 auto;
    font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

h1,
h2,
p {
    padding: 0
}

h1,
h2 {
    margin: 0
}

img {
    border: 0
}

p {
    margin: 0 0 15px;
    line-height: 26px;
}

li {
    padding: 5px 0;
}

ul {
    margin: 15px 0;
}

a {
    color: var(--primary);
}

/* header/footer global styles */

header ul, header li, footer ul, footer li, #sticky-nav ul, #sticky-nav li {
    margin: 0;
    padding: 0;
}

header ul, footer ul, #sticky-nav ul {
    list-style: none;
}

header p, footer p, #sticky-nav p {
    padding: 0;
}

/* end header/footer global styles */

select {
    -webkit-appearance: none;
    border-radius: 0
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

img[data-sizes=auto] {
    display: block;
}

.UserPageForm .workspacearea .grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    padding-left: 10px;
    padding-right: 10px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: unset;
}

#divworkspacearea {
    max-width: 1600px;
    margin: 0 auto;
}

.HomePageForm #divworkspacearea {
    max-width: 100%;
    padding: 0;
}

#item-info-container {
    max-width: 1600px;
}

/* HEADER */

header section#top {
    background: var(--primary);
    color: #fff;
}

header section#top .grid-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    padding: 10px 15px;
}

header section#top .header-button {
    align-self: center;
    flex: 50%;
    text-align: left;
}

header section#top .grid-container>div.mobile {
    display: none;
}

header section#top .grid-container>div:last-of-type {
    align-self: center;
    flex: 50%;
    color: #fff;
    text-align: right;
}

header section#top p {
    margin: 0;
    padding: 0;
    color: #fff;
}

header section#top a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

header section#top a:hover {
    color: #fff;
    text-decoration: underline;
}

header section#top .header-button a:hover {
    color: #fff;
    text-decoration: none;
}

header section#top ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header section#top ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

header section#top ul li:after {
    content: "";
    border-right: 1px solid #fff;
    padding-left: 15px;
}

header section#top ul li:last-of-type:after {
    display: none;
}

#header-top {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#account {
    flex: 1 0 35%;
}

#account .header-phone:before {
    content: '/';
    padding-right: 10px;
}

#account>ul {
    display: flex;
}

#account>ul>li {
    position: relative;
    padding: 10px 10px 10px 0;
}

#account>ul>li.cart a {
    font-family: Arial, sans-serif;
}

#account a {
    white-space: nowrap;
    text-decoration: none;
}

#account img {
    margin-right: 5px;
}

#account>ul {
    margin-left: 10px;
}

#account ul li a {
    color: #333;
    padding-left: 10px;
    font-size: 18px;
}

#account ul li#header-request-quote a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background-color: var(--primary);
    color: #FFF;
    border-radius: 3px;
    padding: 7px 7px;
    margin-left: 10px;
    margin-top: -4px;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#account ul li:first-child a {
    padding-left: 0px;
}

#account ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 35px;
    left: -5px;
    padding: 5px 5px;
    background-color: var(--light);
    z-index: 1000;
    -webkit-transition: opacity .3s ease, visibility 0s ease .3s;
    -moz-transition: opacity .3s ease, visibility 0s ease .3s;
    -o-transition: opacity .3s ease, visibility 0s ease .3s;
    -ms-transition: opacity .3s ease, visibility 0s ease .3s;
    transition: opacity .3s ease, visibility 0s ease .3s;
}

#account li:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#account li ul li {
    display: block;
}

#account li ul a {
    display: block;
    padding: 0 15px;
    font-size: .9em;
    line-height: 1.75em;
    color: #333;
    text-decoration: none;
}

#account li ul a:hover {
    text-decoration: underline;
}

#logo {
    flex-shrink: 0;
    padding: 10px 0;
}

#logo img {
    max-width: 250px;
    width: 100%;
    height: auto;
}

#search {
    flex: 1 0 35%;
    display: flex;
    justify-content: flex-end;
}

#search-box {
    max-width: 350px;
    width: 100%;
    height: 38px;
    margin-right: 5px;
    position: relative;
}

#search-box input {
    width: calc(100% - 10px);
    height: 30px;
    padding: 5px;
    font-size: .8em;
    background-color: var(--light);
    border: 1px solid #333;

}

#search-box input::placeholder {
    color: var(--dark);
}

#search-box input,
button:focus {
    outline: 0;
}

#search-box button {
    height: 34px;
    position: absolute;
    right: 10px;
    top: 0;
    padding: 0 10px;
    background-color: transparent;
    border-radius: 20px;
    color: var(--primary);
    text-transform: uppercase;
    border: 0;
}

#search-box button:hover {
    cursor: pointer;
}

#mobile-nav-container {
    margin-left: 20px;
}

#sticky-header {
    text-align: center;
}

nav ul li,
nav li ul,
#sticky-header.fixed nav li ul {
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

#main-nav {
    position: relative;
    background: var(--dark);
    text-align: center;
    position: relative;
    margin: 0 auto;
    z-index: 600;
}

#main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

#main-nav>ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

#main-nav ul li a {
    font-size: .9em;
    text-decoration: none;
}

/* few DM layout modifications in here - david.w.martin@me.com */

@media screen and (min-width: 768px) and (max-width:1000px) {
    #main-nav > ul > li > a {
        font-size: .7em;
    }
}

#main-nav>ul>li>a {
    display: block;
    padding: 10px 2.5vw;
    color: var(--light);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#main-nav>ul>li>a:hover {
    color: var(--primary);
}

#main-nav li ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    list-style: none;
    text-align: left;
    -webkit-transition: opacity .3s ease, visibility 0s ease .3s;
    -moz-transition: opacity .3s ease, visibility 0s ease .3s;
    -o-transition: opacity .3s ease, visibility 0s ease .3s;
    -ms-transition: opacity .3s ease, visibility 0s ease .3s;
    transition: opacity .3s ease, visibility 0s ease .3s;
}

#main-nav li ul {
    background-color: #e6e6e6;
}

#main-nav li:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#main-nav>ul>li .last {
    right: 0;
}

#main-nav>ul>li>ul>li:last-child {
    padding-bottom: 5px;
}

#main-nav li ul a {
    display: block;
}

#main-nav>ul>li>ul>li>a {
    padding: 15px 20px;
    color: #474747;
}
#main-nav>ul>li>ul>li>a:hover {
    color: #029F5C;
}

#main-nav li li i {
    position: absolute;
    right: 20px;
    font-size: 1.35em !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#main-nav li li:hover i {
    opacity: 1;
}

#main-nav li li ul {
    top: 0;
    left: 220px;
    width: 200px;
}

#main-nav li li li a {
    padding: 6px 10px;
    color: #474747;
}

#main-nav li li li a:hover {
    text-decoration: underline;
    color: #029F5C;
}

@media screen and (min-width: 900px) {
    #slideout-menu-top {
        display: none;
    }
}

@media screen and (max-width: 899px) {
    .hide-on-mobile {
        display: none;
    }

    .slideout-menu-toggle .fa {
        font-size: 30px;
        color: #474747;
    }

    .slideout-menu-toggle .fa-bars {
        display: inline-block;
    }

    .slideout-menu-toggle .fa-close {
        display: none;
    }

    .slideout-menu-toggle.active .fa-close {
        display: inline-block;
    }

    #slideout-menu-top p {
        display: inline-block;
        position: relative;
        padding: 10px;
        margin-top: 10px;
        font-size: 30px;
        font-weight: 600;
        color: #474747;
        text-transform: uppercase;
    }

    #slideout-menu-top p a {
        padding: 6px;
        font-weight: 700;
        text-decoration: none;
    }

    #slideout-menu-top p a:hover {
        color: #474747;
    }

    .close-menu-button {
        position: absolute;
        top: 19px;
        right: 20px;
        font-size: 26px;
        color: #474747;
    }

    nav#main-nav {
        position: absolute;
        left: 0;
        top: 0;
        overflow-y: auto;
        text-align: left;
        width: auto;
        display: none;
        background-color: #e6e6e6;
        color: #474747;
    }

    nav#main-nav.active {
        box-shadow: 0 0 0 200vw rgba(0, 0, 0, .5);
    }

    nav#main-nav>ul {
        display: block;
        width: 75vw;
    }

    nav#main-nav>ul>li {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }

    nav#main-nav li ul {
        display: none;
        visibility: visible;
        opacity: 1;
    }

    nav#main-nav ul li:hover,
    nav#main-nav>ul>li>ul>li:hover,
    nav#main-nav li li li {
        background-color: transparent;
    }

    #main-nav li li:hover i {
        display: none;
        opacity: 0;
    }

    #main-nav>ul>li>a:hover {
        color: #029f5c;
    }

    nav#main-nav li li ul {
        left: 0px;
    }

    nav#main-nav>ul>li>a {
        position: relative;
        font-weight: 400;
        letter-spacing: 1px;
        display: block;
        color: #474747;
        text-decoration: none;
        border-top: 1px solid #a8a09b;
        border-bottom: 1px solid #a8a09b;
        font-size: 16px;
        padding: 10px 50px 10px 10px;
    }

    nav#main-nav>ul>li>ul>li>a {
        position: relative;
        font-weight: 400;
        display: block;
        color: #474747;
        text-decoration: none;
        font-size: 16px;
        padding: 10px 50px 10px 20px;
    }   
    
    nav#main-nav>ul>li>ul>li>ul>li>a {
        padding-left: 30px;
        color: #474747;
    }

    nav#main-nav>ul>li>ul>li>ul>li>a:hover {
        padding-left: 30px;
        color: #009639;
    }

    nav#main-nav>ul>li>a.expandable::after,
    nav#main-nav>ul>li>ul>li>a.expandable::after {
        content: "+";
        color: #474747;
        position: absolute;
        top: 10px;
        right: 15px;
        z-index: 10;
    }

    nav#main-nav>ul>li.active>a.expandable::after,
    nav#main-nav>ul>li>ul>li.active>a.expandable::after {
        content: "-";
        color: #029f5c;
        position: absolute;
        top: 10px;
        right: 15px;
        z-index: 10;
    }

    nav#main-nav>ul>li .sub-nav,
    nav#main-nav>ul>li .item-sub-nav {
        display: none;
        position: absolute;
        width: 550px;
        background: #f7f7f7;
        padding: 15px;
        text-align: left;
        z-index: 250;
        margin-top: 10px;
    }

    nav#main-nav>ul>li .sub-nav,
    nav#main-nav>ul>li .item-sub-nav {
        border: 0;
        padding: 0;
        width: 100%;
        position: relative;
        margin: 0;
    }

}

/*******
***** David Martin Styles - david.w.martin@me.com - April-May 2021 
****/

/* Down Carets on menus with dropdowns: */
/* #main-nav li.menu-main--hasChildren > a::after {
    content: "\2228";
    display: inline-block;
    color: #a6a8a2;
    margin-left: 2px;
} */

/* Standardize dropdown menu padding, size */
@media screen and (min-width: 900px) {
    #main-nav>ul>li>ul {
        right: 3em;    left: 3em;
    }

    #main-nav li[class^="menu-main-"] > ul {
        padding: 0 3em 4em;
        box-shadow: 2px 2px 8px 2px rgba(20, 20, 20, 0.5);
    }
}

/* Standardize primary top link in dropdown menus */
.sub-nav__title {
    border-bottom: 1px solid #e4e0de;
    flex-basis: 100%;
    width: 100%;
}

/* hate the !importants, but the specificity in this stylesheet is too messed up to do this cleanly */
.sub-nav__title a {
    color: var(--primary) !important;
    font-size: 19px !important;
    font-weight: bold !important;
    text-align: center !important;
}

/* Nested ul styles */
@media screen and (min-width: 900px) {
    #main-nav li ul.sub-sub-nav {
        position: relative;
        left: 0;
        width: auto;
        background-color: #e6e6e6;
        opacity: inherit;
        padding-left: 10px;
        visibility: inherit;
        transition: opacity 0.25s ease-out;
    }
}

.sub-sub-nav__title {
    color: var(--primary) !important;
    font-weight: bold !important;
}

/* leaf-icon styles */
.menu-main-shopProducts > ul .sub-sub-nav > li, .menu-main-manufacturers > ul .maunfacturers-catalogs > li, .menu-main-specialOffers > ul .sub-sub-nav > li {
    /* background: url('images/list-icon-leaf.png') left top -2px no-repeat; */
    line-height: 1.1;
}
@media screen and (min-width: 900px) {
    .menu-main-shopProducts > ul .sub-sub-nav > li, .menu-main-manufacturers > ul .maunfacturers-catalogs > li, .menu-main-specialOffers > ul .sub-sub-nav > li {
        padding-left: 0;
    }
}

/**** Styles for specific menu items */

/* "Shop Products" */
.menu-main-shopProducts > ul > li.menu-column ul {
    max-height: 330px;
    overflow-y: auto;

    /* Firefox custom scrollbars */
    scrollbar-width: thin;          /* "auto" or "thin" */
    scrollbar-color: var(--primary) rgba(200, 200, 200, 1.0);   /* scroll thumb and track */
}
/* webkit custom scrollbars */
.menu-main-shopProducts > ul > li.menu-column ul::-webkit-scrollbar {
    width: 8px;
}
.menu-main-shopProducts > ul > li.menu-column ul::-webkit-scrollbar-track {
    background: rgba(200, 200, 200, 1.0);
}
.menu-main-shopProducts > ul > li.menu-column ul::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 4px;
}

@media screen and (min-width: 900px) {
    .menu-main-shopProducts > ul {
        display: flex;
        flex-wrap: wrap;
    }

    .menu-main-shopProducts > ul > li.menu-column {
        flex-basis: 25%;
        width: 25%;
    }
}
/* "Manufacturers" */
/* .menu-main-manufacturers {} */

.menu-main-manufacturers .maunfacturers-letters li {
    display: inline-block;
}
.menu-main-manufacturers .maunfacturers-letters li a{
    font-size: 1.5em !important;
    font-weight: bold;
}

/* "Plan Your Visit" */
@media screen and (min-width: 900px) {
    #main-nav .menu-main-planVisit > ul {
        display: flex;
        flex-wrap: wrap;
    }
    .menu-main-planVisit > ul > li.menu-column {
        flex-basis: 33.333%;
        width: 33.333%;
    }
}

.menu-main-planVisit > ul > li.icon-link a {
    position: relative;
    /* padding-left: 4em !important; */
}
.menu-main-planVisit > ul > li.icon-link img {
    position: absolute;
    top: 2.5em; left: 0.5em;
    width: 2.5em; height: 2.5em;
}
.menu-main-planVisit > ul > li.icon-link h3 {
    color: var(--primary);
    text-transform: uppercase;
}

/* "Special Offers" */

@media screen and (min-width: 900px) {
    #main-nav .menu-main-specialOffers > ul {
        display: flex;
        flex-wrap: wrap;
    }
    .menu-main-specialOffers > ul > li.menu-column {
        flex-basis: 33.333%;
        width: 33.333%;
    }
}

/* "Resources" */
@media screen and (min-width: 900px) {
    #main-nav .menu-main-resources > ul {
        display: flex;
        flex-wrap: wrap;
    }
    .menu-main-resources > ul > li.menu-column {
        flex-basis: 33.333%;
        width: 33.333%;
    }
}

/* "About Us" */
@media screen and (min-width: 900px) {
    #main-nav .menu-main-aboutUs > ul {
        display: flex;
        flex-wrap: wrap;
    }
    .menu-main-aboutUs > ul > li.menu-column {
        flex-basis: 33.333%;
        width: 33.333%;
    }
}

/* Note - "nav-sale-banner" styles pulled directly from old production site menu */
.nav-sale-banner { 
    background-color: #EFECEB;
    text-align: center;
    min-height: 160px;
    min-width: 250px;
    font-family: 'Lato';
}
.nav-sale-banner h4 { 
    color: var(--primary);
    padding-top: 25px;
    font-size: 30px;
    font-weight: 100;
    margin: 0;
}
.nav-sale-banner .blocksub1 {
    color: #474747;
    text-transform: uppercase;
    border-bottom: #474747 solid 2px;
    width: 200px;
    margin: auto;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 0;
    letter-spacing: 1px;
}
.nav-sale-banner .blocksub2 {
    padding: 7px 0 20px;
    margin: 0;
}

/* End Mega Menu */

@media screen and (max-width: 1700px) {
    .icon-bar {
        display: none;
    }
}

@media screen and (max-width: 1300px) {
    #search-box {
        max-width: 280px;
    }
}

@media screen and (min-width: 899px) {
    .hide-on-desktop {
        display: none;
    }
}

@media screen and (min-width: 899px) {
    .hide-desktop {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .hide-tablet {
        display: none;
    }
}

@media screen and (max-width: 899px) {
    .hide-mobile {
        display: none !important;
    }

    .hide-intro {
        display: none;
    }

    header section#top ul li:after {
        display: none;
    }

    #account ul li:first-child a {
        padding-left: 15px;
    }

    #header-top {
        flex-wrap: wrap;
    }

    #mobile-nav-container {
        margin-right: 20px;
        order: 1;
    }

    #account {
        flex: 1 0 30%;
        order: 3;
    }

    #account>ul {
        justify-content: flex-end;
        margin-left: 0;
    }

    #account>ul>li:first-of-type {
        order: 3;
    }

    #account ul li#favorites {
        order: 2;
    }

    #account ul li#header-request-quote {
        order: 1;
    }

    #account ul li#header-request-quote a {
        margin-left: 0;
        padding: 7px 11px;
    }

    #account ul ul {
        top: 40px;
        left: auto;
        right: 5px;
        text-align: right;
    }

    #account li ul a {
        font-size: 1em;
    }

    #logo {
        order: 2;
    }

    #logo img {
        max-width: 160px;
    }

    #search {
        order: 4;
        flex-basis: 100%;
        background-color: transparent;
        padding: 0px;
    }

    #search-box {
        max-width: 100%;
        padding-left: 10px;
        margin-right: 0;
    }

    #search-box button {
        background-color: transparent;
    }

    .account-icon {
        width: 100%;
        max-width: 25px;
        height: auto;
    }

    .cart-icon {
        width: 100%;
        max-width: 30px;
        height: auto;
        margin-top: 2px;
    }
}

@media screen and (max-width: 767px) {
    #account ul li#header-request-quote {
        display: none;
    }
}

/* END HEADER */

/* HOME PAGE */
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 999;
    background-color: var(--dark);
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    border-bottom: 1px solid #fff;
}

.icon-bar a:last-child {
    border-bottom: 0;
}

.icon-bar a:hover {
    background-color: var(--primary);
}

#home-slide {
    position: relative;
}

#home-slide img {
    width: 100%;
    height: auto;
    display: block;
}

#home-slide-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px 50px;
    width: 100%;
    max-width: 450px;
    background: rgba(255, 255, 255, .85);
    text-align: center;
    border-radius: 100%;
}

#home-slide-overlay>div {
    margin-top: 30px;
}

#home-slide-overlay>div a {
    margin: 0 10px;
}

#home-slide-overlay h2 {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

#home-slide-overlay p {
    font-size: 4em;
    font-weight: 400;
    text-align: center;
    line-height: unset;
}

.primary-btn {
    display: inline-block;
    padding: 0 0 5px 0;
    color: var(--dark);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2em;
    border-bottom: 2px solid #000;
}

.primary-btn:hover {
    background: none;
    color: var(--dark);
}


.home-title {
    text-align: center;
    margin: 50px 20px;
    position: relative;
}

.home-title h1 {
    font-size: 3em;
    font-weight: normal;
    margin-bottom: 10px;
    color: var(--dark);
}

.shopnow-btn {
    color: var(--light);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 2px solid #FFF;
    max-width: 110px;
    text-align: center;
    margin: 10px auto;
    font-size: 20px;
    line-height: 30px;
}

.shopnow-btn:hover {
    color: var(--light);
}

#special-offerings .shopnow-btn2 {
    color: var(--light);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 2px solid #FFF;
    max-width: 130px;
    text-align: center;
    margin: 10px auto;
    font-size: 20px;
    padding: 0 0 3px 0;

}

#special-offerings .shopnow-btn2:hover {
    color: var(--light);
}

.home-banner-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 10px;
}

#home-banner-columns {
    display: flex;
    justify-content: space-between;
}

.home-banners {
    /* display: flex;
    flex-direction: column; */
    flex: 1 0 33%;
}

.home-banners img {
    width: 100%;
    height: auto;
    object-fit:cover;
}

.home-banners .home-banner {
    margin-bottom: 20px;
}

.home-banners .left-top {
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
}

.home-banners .left-bottom {
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
}

.home-banners .middle-top {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.home-banners .middle-bottom {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.home-banners .right-top {
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
}

.home-banners .right-bottom {
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
}

.home-banner a {
    position: relative;
    width: 100%;
    height: 100%;
}

.home-banner a:hover .title {
    display: none;
}

.home-banner a:hover .home-banner-hover {
    display: flex;
}

.home-banner .title {
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: var(--light);
    display: block;
    background: var(--dark);
    opacity: 0.81;
    position: absolute;
    z-index: 100;
    bottom: 0;
    padding: 12px 0px;
}

#special-offerings .title {
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: var(--light);
    display: block;
    background: var(--dark);
    opacity: 0.81;
    position: absolute;
    z-index: 100;
    bottom: 0px;
    padding: 12px 10px;
}

#special-offerings {
    display: flex;
    justify-content: space-between;
}

#special-offerings > div {
    flex: 1 0 50%;
}

#special-offerings .special-offering-left {
    padding-right: 10px;

}

#special-offerings .special-offering-right {
    padding-left: 10px;

}

#special-offerings .designcenter-banner {
    padding-bottom: 20px;
}

#special-offerings div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 899px) {
    #special-offerings {
        flex-direction: column;
    }

    #special-offerings div {
        flex: 1 0 100%;
    }

    #special-offerings .special-offering-left {
        padding-right: 0px;
    }

    .special-offering-right {
        padding-left: 0px;
    }

    .special-offering-left img {
        height: 330px;
        padding-bottom: 20px;
    }

    #special-offerings .special-offering-left .title {
        bottom: 20px;
    }

    #home-about-section div p {
        font-size: 1.2em !important;
        line-height: 1.4em !important;
        text-align: center !important;
    }

    #home-about-section .homecopybutton {
        text-align: center;
        margin-bottom: 25px;
    }

    #home-about-section .about-img {
        order: 1;
        align-self: flex-start;
        flex: 100%;
    }

    #home-about-section .about-text {
        padding-right: 0px;
        order: 2;
        align-self: flex-start;
        flex: 100%;
    }

    #dont-miss-out {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #dont-miss-out .home-banners {
        display: flex;
        flex-direction: column;
        flex: 1 0 100% !important;
    }

    #dont-miss-out .trending-btn {
        max-width: 209px !important;
        font-size: 15px !important;
        line-height: 24px !important;
    }

    #dont-miss-out .promotion-btn {
        max-width: 145px !important;
        font-size: 15px !important;
        line-height: 24px !important;
    }

    #dont-miss-out .blog-btn {
        max-width: 82px !important;
        font-size: 15px !important;
        line-height: 24px !important;
    }

    #dont-miss-out .home-banners .left-top {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    #dont-miss-out .home-banners .middle-top {
        margin-left: 0px !important;
        margin-right: 0px !important;

    }

    #dont-miss-out .home-banners .right-top {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .shopnow-btn {
        max-width: 90px !important;
        font-size: 15px !important;
        line-height: 24px !important;
    }

    #special-offerings .shopnow-btn2 {
        max-width: 125px !important;
        font-size: 15px !important;
        padding: 0 0 3px !important;
    }

    .home-title h2 {
        font-size: 24px !important;
    }

    #special-offerings .special-offering-right {
        padding-left: 0px !important;
    }

    .home-banners img {
        width: 100%;
        height: auto;
    }
}

.home-title h2 {
    font-size: 36px;
    color: var(--primary);
}

#home-about-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

#home-about-section div {
    align-self: flex-start;
    flex: 50%;
}

#home-about-section .about-text {
    padding-right: 20px;
    order: 1;
}

#home-about-section div p {
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 500;
}

#home-about-section .about-img {
    order: 2;
}

#home-about-section .about-img img {
    width: 100%;
    height: auto;
}

.home-title h4 {
    font-size: 24px;
    margin: 10px 0;
}

#brands-section {
    background: rgb(42,42,42);
    background: linear-gradient(90deg, rgba(42,42,42,1) 0%, rgba(85,85,85,1) 45%, rgba(85,85,85,1) 55%, rgba(42,42,42,1) 100%);
    margin: 80px 0;
    padding: 50px;
}

.home-brands-slider ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0 0;
    padding: 0;
    right: 0px;
    position: relative;
    list-style: none;
}

.home-brands-slider ul li {
    text-align: center;
    padding: 0 20px;
    margin: 0 0 40px;
    flex: 1 0 20%;

}

.home-brands-slider li a {
    border: 1px solid var(--light);
    display: block;
    padding: 10px;
    background-color: #fff;
}

.home-brands-slider ul li span {
    display: none;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .home-brands-slider ul li {
        flex: 1 0 33% !important;
    }
}

#dont-miss-out {
    display: flex;
    justify-content: space-between;
}

#dont-miss-out .home-banners {
    display: flex;
    flex-direction: column;
    flex: 1 0 33%;
}

#dont-miss-out .blog-btn {
    color: var(--light);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 2px solid #FFF;
    max-width: 110px;
    text-align: center;
    margin: 10px auto;
    font-size: 20px;
    line-height: 30px;

}

#dont-miss-out .blog-btn:hover {
    color: var(--light);
}

#dont-miss-out .promotion-btn {
    color: var(--light);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 2px solid #FFF;
    max-width: 190px;
    text-align: center;
    margin: 10px auto;
    font-size: 20px;
    line-height: 30px;

}

#dont-miss-out .promotion-btn:hover {
    color: var(--light);
}

#dont-miss-out .trending-btn {
    color: var(--light);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 2px solid #FFF;
    max-width: 274px;
    text-align: center;
    margin: 10px auto;
    font-size: 20px;
    line-height: 30px;

}

#dont-miss-out .trending-btn:hover {
    color: var(--light);
}

#dont-miss-out .home-banners img {
    width: 100%;
    /*height: 100%;
    object-fit:cover;*/
}

#dont-miss-out .home-banners .home-banner {
    margin-bottom: 20px;
}

#dont-miss-out .home-banners .left-top {
    margin-right: 10px;
    position: relative;
}

#dont-miss-out .home-banners .middle-top {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

#dont-miss-out .home-banners .right-top {
    margin-left: 10px;
    position: relative;
}

#HomeBrands > li {
    display: none;
}

@media screen and (max-width: 1800px) {
    .home-banner-container {
        max-width: 90vw;
    }
}

@media screen and (max-width: 1200px) {

    .home-banners.left,
    .home-banners.middle,
    .home-banners.right {
        margin-top: 0;
    }

    .home-banner-hover h2 {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 899px) {
    .home-banner-container {
        max-width: none;
        margin: 0 20px;
    }

    #home-about-section .about-text {
        padding-right: 0px;
    }

    #home-slide-overlay {
        position: static;
        transform: none;
        background: none;
        max-width: none;
        padding: 50px 20px 30px;
    }

    #home-slide-overlay>div a {
        margin: 0 5px;
    }

    #home-slide-overlay h2 {
        font-size: 1.5em;
    }

    #home-slide-overlay p {
        font-size: 3em;
    }

    .home-title {
        margin: 45px 20px 50px;
    }

    .home-title h1 {
        font-size: 2em;
    }

    #home-banner-columns {
        flex-direction: column;
        height: auto;
    }
    
    .home-banners {
        flex: 1 0 100%;
    }

    .home-banners .left-top,
    .home-banners .left-bottom {
        margin-right: 0;
        margin-left: 0;
    }

    .home-banners .middle-top,
    .home-banners .middle-bottom {
        margin-right: 0;
        margin-left: 0;
    }

    .home-banners .right-top,
    .home-banners .right-bottom {
        margin-right: 0;
        margin-left: 0;
    }

    .home-banners.left,
    .home-banners.middle,
    .home-banners.right {
        height: auto;
        margin-top: 0;
        width: 100%;
    }

    .home-banners {
        flex: 1 0 100%;
    }

    .home-banner a:hover .title {
        display: block;
    }

    .home-banner a:hover .home-banner-hover {
        display: none;
    }

    #full-width-banner {
        margin-top: 60px;
    }

    #full-width-banner div {
        position: static;
        background: none;
        text-align: center;
        margin: 0 auto;
    }

    #full-width-banner h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .brands-carousel ul {
        margin: 40px auto 50px;
    }

    #home-blog-bg {
        padding: 20px 0 50px;
    }

    #home-blog {
        flex-direction: column;
    }

    #home-blog>div {
        flex: 1 0 100%;
    }

    #home-blog>div:last-of-type {
        padding-left: 0;
        margin-top: 30px;
    }

    #home-bottom-banners {
        flex-direction: column;
        margin-top: 50px;
    }

    #home-bottom-banners>div {
        padding: 0 !important;
    }

    #home-bottom-banners>div:not(:last-of-type) {
        margin-bottom: 50px;
    }
}

/* END HOME PAGE */

/* FOOTER */

#newsletter {
    padding: 50px 20px 1px;
    margin-top: 40px;
    text-align: center;
    background: rgb(42,42,42);
    background: linear-gradient(90deg, rgba(42,42,42,1) 0%, rgba(61,61,61,1) 45%, rgba(61,61,61,1) 55%, rgba(42,42,42,1) 100%);
}

#newsletter h2 {
    font-size: 1.6em;
    font-weight: 400;
    color: var(--light);
    margin-bottom: 8px;
}

#newsletter p {
    color: var(--light);
}

#newsletter-form {
    max-width: 564px;
    position: relative;
    margin: 20px auto;
}

#newsletter-form input {
    width: 100%;
    height: 38px;
    padding: 0 20px;
    border: 0;
    background-color: #fff;
    border-radius: 7px;
}

#newsletter-form input::placeholder {
    color: #A6A6A6;
}

#newsletter-form input,
button:focus {
    outline: 0;
}

#newsletter-form button {
    height: 38px;
    position: absolute;
    right: -2px;
    top: 0;
    padding: 0 30px;
    font-size: 17px;
    font-weight: 500;
    background-color: var(--primary);
    border-radius: 7px;
    color: #FFF;
    text-transform: uppercase;
    border: 0;
    transition: .1s;
}

#newsletter-form button:hover {
    cursor: pointer;
}

#footer {
    background: rgb(0,119,46);
    background: linear-gradient(90deg, rgba(0,119,46,1) 0%, rgba(0,148,57,1) 45%, rgba(0,148,57,1) 55%, rgba(0,119,46,1) 100%);
}

#footer h2 {
    font-size: 1.2em;
    font-weight: 600;
    color: var(--light);
    margin-bottom: 10px;
}

#footer p {
    color: var(--light);
    font-size: .9em;
    line-height: 1.8em;
}

#footer a {
    text-decoration: none;
    color: var(--light);
}

#footer a:hover {
    text-decoration: underline;
}

#footer-content {
    max-width: 1600px;
    display: flex;
    padding: 30px 20px;
    margin: 0 auto;

}

#footer-content>div {
    flex: 1 0 50%;
    display: flex;
}

#footer-content>div>div {
    flex: 1 0 33%;
    padding: 0 5px;
    margin-top:30px;
}

#footer-logo {
    margin-bottom: 25px;
}

#footer-logo img {
    width: 100%;
    max-width: 207px;
    height: auto;
}

#footer-content>div>div>ul>li {
    line-height: 1.8em;
    font-size: .9em;
}

#copyright {
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    background-color: rgb(61,61,61);
}

#copyright p {
    color: var(--light);
    font-size: .9em;
    line-height: 1.8em;
    margin-bottom: 0;
}

#copyright a {
    text-decoration: none;
    color: var(--light);
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    #footer-content {
        flex-direction: column;
    }

    #footer-content>div {
        flex: 1 0 100%;
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    #footer-content {
        flex-direction: column;
    }

    #footer-content>div {
        flex: 1 0 100%;
        flex-direction: column;
        text-align: center;
    }

    #footer-content>div>div>ul {
        margin-bottom: 30px;
    }

    .footerbbbicon {
        margin-bottom: 30px;
    }
}

/* END FOOTER */

small {
    font-size: 40%
}

.email-inline {
    color: var(--primary)
}

.email-inline {
    font-weight: 600
}

.btn {
    font-weight: 500
}

.email-inline:hover {
    cursor: pointer
}

.gold {
    color: #f9dc5c
}

.blacklink {
    color: #000;
    text-decoration: none
}

.blacklink:hover {
    color: #4d4d4d;
    text-decoration: underline
}

iframe {
    border: none
}

.btn {
    margin: 10px 0 20px;
    padding: 7px 25px!important;
    font-size: 17px!important;
    color: var(--primary);
    border: 3px solid #c0b9b4!important;
    background-color: #f1efee!important;
    font-weight: 500;
    border-radius: 0!important;
    text-decoration: none
}

.btn:hover {
    background-color: #c0b9b4
}

/*** AdBar ***********************************************************/

#adbar {
    /* position: relative; */
    position: static;
    background-color: var(--primary); /*#009f5c; */
    /* min-height: 40px; */
    width: 100%;
    z-index: 99999;
}

#adbar .adbartextcontainer {
    margin: auto;
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: 50%;
}

.adbartext {
    margin: 0;
    /* padding: 10px 0; */
    padding: 5px 0 0;
    color: #f3f3f4;
}

#adbar a {
    color: #f3f3f4;
    display: block;
    text-shadow: 0px 2px 6px #333;
    font-size: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media screen and (min-width: 401px) and (max-width: 767px){
    #adbar {
        position: relative;
    }
    #adbar a {
        font-size: 20px;
    }
}

/*** CLEAR FIX ***/

@media screen and (min-width: 1025px) {

    .desktop-clear {
        clear: both;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .tablet-clear {
        clear: both;
    }
}

@media screen and (max-width: 767px) {

    .mobile-clear {
        clear: both;
    }
}

/*** END CLEAR FIX ***/

@media print {
    .no-print,
    .no-print * {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    #divworkspacearea {
        padding-top: 25px;
    }

    .email-field input {
        width: 60%;
        font-size: 1em;
    }

    .email-field .submit-button {
        width: 30%;
    }
}

/*brand TLP MLP page*/
ul.brand-columns {columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/* 2020 Mobile Catalog Page */
.TotalItemCount {
 float: none;
 margin: 0px 5px 10px;
}

#itemBrowserControl_ItemBrowserPagination {
    height: 100%!important;
    padding-bottom: 20px;
}
@media screen and (max-width:767px) {
p.ProductThumbnailParagraph {
   margin-bottom: 9px;
    font-size: 21px!important;
}
.BreadCrumbTrail {
font-size:14px;
}
div.ul-drop-convert p {
font-size: 20px;
}
li.AttributeFilterList {
 font-size:15px;
}
}
.ProductThumbnailParagraphCompare label {
   padding-right:3px;
}
.ProductThumbnailParagraphDescription {
white-space:normal;
}
/* End */

#staticpagecontent a.btn-green {
    background: var(--primary)!important;
    border: none!important;
    color:#fff!important;
    margin: 10px 0 20px;
    padding: 7px 25px!important;
    font-size: 17px!important;
    font-weight: 500;
    border-radius: 0!important;
}

.center,
.tlp-promotop p {
    text-align: center
}

.tlp-promotop {
    background-color: #009f5c
}

.tlp-promotop p {
    color: #f1efee;
    text-transform: uppercase;
    font-size: 3rem;
    padding: 2%;
    line-height: 1.1em
}

@media screen and (max-width:767px) {
    .tlp-promotop p {
        color: #f1efee;
        text-align: center;
        text-transform: capitalize;
        font-size: 2rem;
        padding: 4%;
        line-height: 1.1em
    }
    
}

#bannerbarcopy, #homecopytitle h1, .greenbar, .subbannerpic {
    margin-top: 20px;
}

.addscolor2,
.bgcolor-f1efee {
    background-color: #f1efee
}

.roomplannerpic img,
.subbannerpic img {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.adds-color-1 {
    background-color: #474747;
    color: #fff
}

.EmployeeSpan,
.addsgreen {
    background-color: var(--primary)
}

.addsgreen {
    height: 20px
}

#pagetitle h1,
#staticpagecontent p {
    color: #433d36!important
}
#pagetitle {
    background-color: transparent!important
}

#pagetitle h1 {
    padding: 8px 0!important
}

#staticpagecontent {
    margin: inherit!important;
    line-height: inherit!important;
    font-size: inherit!important
}

#staticpagecontent h2 {
    font-family: "Lato", Arial, sans-sarif!important;
    font-size: 20px!important;
    font-style: normal!important;
    color: var(--primary)!important;
    font-weight: 600!important
}

#staticpagecontent a {
    font-size: 16px!important;
    color: var(--primary)!important;
    font-weight: 600;
    font-family: "Lato", Arial, san-sarif!important;
    text-decoration: none!important
}

#staticpagecontent li {
    line-height: 30px!important;
    font-family: inherit!important;
    font-size: inherit!important
}

#staticpagecontent input[type=text],
#staticpagecontent select,
#staticpagecontent textarea {
    max-width: 375px;
    width: 100%
}

#divworkspacearea .static {
    margin-bottom: 30px
}

#pagecontentheadingcontainer img {
    display: block
}

#sidebar-1 {
    margin-top: 22px
}

#sidebar-1 .blocks {
    text-align: center;
    min-height: 160px;
    margin-bottom: 10px
}

.contactform {
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.contactform input {
    margin-top: unset;
}

#submitcontactform,
.contactform p,
.requiredfields p {
    text-align: left!important
}

#tenantmap iframe,
#tenantvideo iframe {
    max-width: 100%
}

#sidebar-1 .block-1 {
    background-color: var(--primary);
    color: #fff
}

#sidebar-1 h4 {
    padding-top: 25px;
    font-size: 30px;
    font-weight: 100;
    margin: 0
}

#sidebar-1 .blocksub1 {
    font-size: 15px;
    font-weight: 600;
    padding: 11px 0;
    letter-spacing: 1px
}

#sidebar-1 .blocksub2 {
    padding-bottom: 15px
}

#sidebar-1 a {
    font-size: 22px;
    color: #fff;
    text-decoration: none
}

#sidebar-1 .block-2 {
    background-color: #dcd8d5
}

#sidebar-1 .block-2 h4 {
    color: var(--primary)
}

#sidebar-1 .block-2 .blocksub1 {
    color: #474747;
    text-transform: uppercase;
    border-bottom: #474747 solid 2px;
    width: 200px;
    margin: auto
}

#sidebar-1 .block-2 .blocksub2 {
    padding: 7px 0 20px
}

#sidebar-1 .block-2 .blocksub2 a {
    color: var(--primary);
    font-size: 16px
}

#sidebar-1 .block-3 {
    background-color: #474747;
    min-height: 270px
}

#sidebar-1 .block-3 h4 {
    color: #fff
}

#sidebar-1 .block-3 .blocksub1 {
    color: #fff;
    font-weight: 200;
    font-size: 16px;
    margin: 0 18px;
    line-height: 25px
}

#sidebar-1 .block-3 .blocksub2 {
    margin: 10px 0 20px;
    padding: 7px 25px;
    font-size: 17px;
    font-weight: 500;
    color: var(--primary);
    border: 3px solid #c0b9b4;
    background-color: #f1efee
}

#sidebar-1 .block-3 .blocksub2:hover {
    background-color: #eee;
    cursor: pointer
}

#sidebar-1 .block-4 {
    background-color: #f1efee;
    min-height: 200px
}

#sidebar-1 .block-4 h4 {
    color: var(--primary);
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 20px
}

#sidebar-1 .block-4 .blocksub1 {
    font-weight: 400;
    font-size: 16px;
    margin: 0 15px;
    line-height: 25px
}

#sidebar-1 .block-4 .blocksub2 {
    margin: 10px 0 20px;
    padding: 7px 25px;
    font-size: 17px;
    font-weight: 500;
    color: var(--primary);
    border: 3px solid #c0b9b4;
    background-color: #fff
}

#pagecontentheadingcontainer,
#tenantpic {
    border-bottom: 7px solid #bfbfbf;
}

#sidebar-1 .block-4 .blocksub2:hover {
    background-color: #f1efee;
    cursor: pointer
}

#sidebar-1 .block-5 {
    background-color: #dcd8d5
}

#sidebar-1 .block-5 h4 {
    color: var(--primary);
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 10px
}

#sidebar-1 .block-5 .blocksub2 {
    padding: 7px 0 20px;
    margin: 0 30px;
    border-top: solid 3px #474747
}

#sidebar-1 .block-5 .blocksub2 a {
    color: #474747;
    font-size: 16px
}

.subbannerpic img {
    transition: all .2s ease;
    z-index: 0
}

.subbannerpic img:hover {
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, .3) 0 16px 16px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0 16px 16px 0;
    -moz-box-shadow: rgba(0, 0, 0, .3) 0 16px 16px 0
}
.subbannerpic img {
    width: 100%;
    height: auto;
    display: block;
}
.roomplannerdiv {
    margin-top: 20px
}

.roomplannerpic {
    margin: 20px 0
}

.roomplannerdiv h2 {
    color: var(--primary);
    margin-top: 40px;
    font-size: 19px;
    text-transform: uppercase
}

.roomplannerpic img {
    width: 100%;
    transition: all .2s ease;
    z-index: 0
}

.CategoryImage a img,
.ProductThumbnailImg {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.roomplannerpic img:hover {
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, .3) 0 16px 16px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0 16px 16px 0;
    -moz-box-shadow: rgba(0, 0, 0, .3) 0 16px 16px 0
}

.homecopybutton {
    margin-top: 40px;
}

#homemap {
    border-top: 7px solid var(--primary);
    margin-top: 40px
}

.addinfoform,
.contactform {
    background-color: #e7e7e7!important
}

#categorypictitle,
#tenantpic .tlp-img-ovrly {
    background: rgba(255, 255, 255, .8);
    width: 100%;
    text-align: center
}

#submitcontactform input {
    margin: 10px 0 20px;
    padding: 7px 25px!important;
    font-size: 17px!important;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary)!important;
    border: 3px solid #c0b9b4!important;
    background-color: #fff!important;
    text-decoration: none
}

#submitcontactform input:hover {
    background-color: #c0b9b4!important
}

#rccontact h2 {
    font-size: 18px;
    color: #2a2a2a;
    font-weight: 400;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e4e0de;
    margin-top: 25px;
    margin-bottom: 20px
}

#rccontact {
    margin-top: 41px
}

#tenanttop #pagetitle {
    background-color: transparent!important;
    text-align: left;
    padding-top: 20px
}

#tenanttop #pagetitle h1 {
    font-size: 24px!important;
    padding-left: 0
}

#tenantpic .tlp-img-ovrly {
    position: absolute;
    height: 30px;
    color: #000;
    margin-top: -30px;
    display: none
}

#tenantvideo,
.tenant-info-section {
    margin-top: 25px
}

.AttributeFilter,
.ProductImageWrapper,
.ProductThumbnailImg,
div.ul-drop-convert p {
    border-color: var(--primary)
}

.AttributeFilterDiv ul,
.RelatedItems h2 {
    border-bottom-color: var(--primary)
}

#tenantpic .tlp-img-ovrly a {
    padding: 6px;
    color: #433d36;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    display: block
}

#brandItemContainer li a:hover,
#coverMaterialContainer li a:hover,
#customUpholsteryContainer li a:hover,
#styleMotionContainer li a:hover,
#typeItemContainer li a:hover {
    color: var(--primary)!important
}

#tenantinfo {
    margin-bottom: 45px
}

#tenantinfoheader {
    margin: 75px 0;
    text-align: center
}

#tenantinfoheader h2 {
    font-size: 40px;
    font-weight: 400;
    float: left
}

#tenantinfoheader a {
    float: left;
    margin-top: 21px
}

.infoheader-cta {
    padding-left: 2%
}

#tenantvideocontainer {
    min-height: 400px
}

#tenantvideo {
    min-height: 213px
}

.tenantvideo-cta {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-decoration: none
}

#brandItemContainer ul,
#typeItemContainer ul {
    margin: 10px!important;
    list-style-type: none;
    flex-direction: column;
    width: 100%
}

#coverMaterialContainer,
#customUpholsteryContainer,
#styleMotionContainer,
#typeItemContainer {
    background-color: #f1efee;
    margin: 30px 0 40px
}

#categorymobilenav ul li a:hover,
#categorynav a:hover,
.CategoryImageAnchor:hover {
    text-decoration: none!important;
    color: var(--primary)!important
}

#tenantcopy {
    margin-top: 20px;
    margin-bottom: 25px
}

#tenantmap {
    margin-top: 25px;
    margin-bottom: 25px
}

#categorynav {
    margin-top: 40px!important
}

#categorynav h3 {
    font-size: 15px!important;
    padding: 10px 0!important;
    margin: 0!important;
    font-weight: 500
}

#categorynav ul {
    padding: 0 0 0 10px!important;
    margin: 0!important
}

#categorynav li {
    line-height: 10px!important
}

.CategoryImage a img {
    transition: all .2s ease;
    z-index: 0
}

.CategoryImage a img:hover {
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, .3) 0 16px 16px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0 16px 16px 0;
    -moz-box-shadow: rgba(0, 0, 0, .3) 0 16px 16px 0
}

#coverMaterialContainer li a,
#customUpholsteryContainer li a,
#styleMotionContainer li a,
#typeItemContainer li a {
    color: #474747!important
}

#categorymobilenav ul {
    margin: 0;
    padding: 0
}

#categorymobilenav ul li {
    padding: 0
}

#brandItemContainer .productImage {
    float: left;
    display: inline-block
}

#brandItemContainer .productTitle {
    display: inline-block;
    padding: 40px
}

#brandItemContainer {
    background-color: #f1efee;
    margin: 30px 0 50px
}

#brandItemContainer ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

#brandItemContainer li {
    line-height: 11px!important;
    width: 50%!important;
    padding: 3px 0!important
}

#brandItemContainer li a {
    color: #474747!important;
    font-size: 15px!important
}

#typeItemContainer .productImage {
    float: left;
    display: inline-block;
    padding: 10px 0
}

#typeItemContainer .productTitle {
    display: inline-block;
    padding: 40px
}

#typeItemContainer ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    height: 500px
}

#coverMaterialContainer ul,
#styleMotionContainer ul {
    flex-direction: column;
    margin: 10px!important;
    list-style-type: none;
    height: 500px;
    width: 50%
}

#typeItemContainer li {
    line-height: 18px!important;
    padding: 5px 10px!important
}

#coverMaterialContainer .productImage {
    float: left;
    display: inline-block;
    padding: 10px 0
}

#coverMaterialContainer .productTitle {
    display: inline-block;
    padding: 40px
}

#coverMaterialContainer ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

#coverMaterialContainer li {
    line-height: 18px!important;
    padding: 5px 10px!important
}

#styleMotionContainer .productImage {
    float: left;
    display: inline-block;
    padding: 10px 0
}

#styleMotionContainer .productTitle {
    display: inline-block;
    padding: 40px
}

#styleMotionContainer ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

#styleMotionContainer li {
    line-height: 18px!important;
    padding: 5px 10px!important
}

#customUpholsteryContainer .productImage {
    float: left;
    display: inline-block;
    padding: 10px 0
}

#customUpholsteryContainer .productTitle {
    display: inline-block;
    padding: 40px
}

#customUpholsteryContainer ul {
    margin: 10px!important;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 50%;
    height: 550px
}

.BreadCrumbTrail,
.DisplayPriceContainer,
.SalePriceContainer,
.paginationTop {
    margin: 0
}

#customUpholsteryContainer li {
    line-height: 18px!important;
    padding: 5px 10px!important;
    max-width: 175px!important
}

#categorypictitle {
    bottom: 44px!important;
    display: block
}

#categorypictitle h2 {
    padding: 3px;
    color: #433d36;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    font-size: 19px
}

ul.CategoryImage {
    margin: 0;
    padding: 0
}

.CategoryImage li {
    line-height: 26px;
    padding: 0
}

.CategoryImageAnchor {
    font-size: 15px!important
}

.filter-show-button {
    background-image: none;
    background-color: var(--primary);
    bottom: 40px;
}

.filter-show-button:hover {
    background-image: none;
    background-color: #15c174
}

.ItemBrowserPageContainer,
.ItemInformationContainer {
    font-family: inherit
}

.AttributeFilter a:hover,
.BreadCrumbTrail a:hover,
.ItemBrowserPageContainer a:hover,
.ItemInformationContainer a:hover {
    text-decoration: none;
    color: #009639
}

.ItemInformationContainer .BasicFunctions {
    margin-top: 10px;
}

#homeleftnav li a:hover,
#homemapcopy a,
#tenantbreadcrumb a:hover,
#tenantinfo a:hover,
#tenantmessage a {
    text-decoration: underline
}

div.ItemBrowserPageContainer h1.ItemBrowserCurrentAttribute {
    font-size: 23px;
    font-weight: 400;
    text-transform: capitalize
}

#homecopy h1,
#homecopytitle h1,
#homeleftnav li,
#homemapcopy h1,
#homemattresstitle a,
#mainnav li:hover li a,
#mainnav li:hover li a:hover,
#mainnav ul li,
#mobilenav a,
.footercolumn h1,
.mattress-button,
.open-promo,
.tenant-info-section h3 {
    text-transform: uppercase
}

.AttributeFilter ul li {
    padding: 0;
    line-height: 26px
}

.AttributeFilterDiv h3,
.AttributeFilterHeadingDimensionFilter {
    font-size: 16px
}

.AttributeFilterMainHeadingH2 {
    font-size: 14px;
    text-align: center
}

#AttributeFilters1_itemBrowserShowsItems i,
div.ul-drop-convert i {
    font-size: 19px
}

.ProductThumbnailImg {
    transition: all .2s ease;
    z-index: 0
}

.ProductThumbnailImg:hover {
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, .3) 0 16px 16px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0 16px 16px 0;
    -moz-box-shadow: rgba(0, 0, 0, .3) 0 16px 16px 0
}

div.ul-drop-convert ul {
    border-color: var(--primary);
    top: 19px
}

div.ul-drop-convert ul li {
    padding: 0;
    line-height: 17px
}

#tenantcopy p,
#tenantgallerylinks li {
    line-height: 20px
}

#itemBrowserControl_ItemBrowserPaginationTop {
    width: 50%;
    text-align: center;
    height: 50px
}

#itemBrowserControl_ItemBrowserPagination {
    width: 100%;
    text-align: center;
    height: 50px
}

.pagination a {
    padding: 20px;
    font-size: 20px
}

.BreadCrumbTrail ul {
    padding: 0
}

.ItemBrowserPageContainer p,
.ItemInformationContainer p {
    font-size: inherit
}


.RequestInformation a {
    background-color: var(--primary);
    background-image: none
}

.RequestInformation a:hover {
    background-color: #15c174;
    background-image: none
}

#mattressSelectorContainer,
.manuNav {
    background-color: #f1efee
}

.ProductInfo .tab-content {
    border-color: var(--primary)!important
}

.ProductInfo h2 {
    border-color: var(--primary)
}

.manufacturer-container {
    text-align: center;
    margin: auto
}

.manuNav {
    padding: 15px
}

.manuNav a {
    padding: 0 17px;
    font-size: 20px;
    font-weight: 700
}

.manuHeadRow {
    margin: 10px 0
}

.manuColContainer p {
    padding: 0;
    margin: 0
}

.historypage .clear-img {
    clear: both
}

.historypage img {
    padding-top: 27px
}

.map-button-wide {
    text-align: center;
    padding: 60px 0
}

#brandCollectionHeading h2,
#mattressPageContainer h1,
#mattressSelectorContainer h2 {
    color: #433d36
}

#mattressSelector h4 {
    background-color: var(--primary)
}

.mattress-button,
body {
    background-color: #fff
}

#mattressPageContainer input {
    vertical-align: middle
}

#mattressSelectorFilterResult {
    width: 95%!important;
    margin: auto
}

.mattress-button {
    margin: 10px 0 20px;
    padding: 7px 25px;
    font-size: 17px;
    font-weight: 500;
    color: var(--primary);
    border: 3px solid #c0b9b4
}

.mattress-button:hover {
    background-color: #f1efee;
    cursor: pointer;
    border: 3px solid #c0b9b4
}

.mattress-tab-nav a {
    background-color: #f1efee;
    color: #433d36
}

.mattress-tab-nav .mattress-tab-active-a {
    color: var(--primary)!important
}

#shopBySize ul li {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 0
}

#shopBySize ul li:hover {
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, .3) 0 16px 16px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0 16px 16px 0;
    -moz-box-shadow: rgba(0, 0, 0, .3) 0 16px 16px 0
}

#brandCollectionHeading h4,
#featuredBrands h3,
.BrandContainer h4 {
    color: #433d36
}

#featuredBrands {
    border: 1px solid var(--primary)
}

.QuoteHowToContainer,
.QuoteHowToContainerStep,
.storevideoscontainer {
    margin: 40px 0
}

.QuoteHowToContainer img {
    border: 1px solid #929292
}

.popupForReqInfoFormFn {
    font-weight: 300
}
@media screen and (max-width:400px) {
    
    #tenantlogo,
    .above-hero-cta {
        display: none
    }
    #brandItemContainer li,
    #customUpholsteryContainer #Catalog,
    #customUpholsteryContainer #CatalogBrand,
    #styleMotionContainer #MotionType,
    #styleMotionContainer #Style {
        height: inherit;
        width: 100%
    }
    #tenantlogo {
        border: none!important
    }
    #tenantinfoheader a,
    #tenantinfoheader h2 {
        float: none;
        display: inline-block
    }
    #tenantinfoheader {
        margin: 25px 0
    }
    #tenantinfoheader a {
        margin-top: 25px
    }
    #sidebar-1 .blocks {
        max-width: none;
        min-height: none
    }
    #brandItemContainer ul {
        margin: 10px!important;
        padding: 0;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%
    }
    #coverMaterialContainer .productTitle,
    #styleMotionContainer .productTitle,
    #typeItemContainer .productTitle {
        padding: 30px 5px
    }
    #typeItemContainer #LivingRoom {
        height: 745px;
        width: 100%
    }
    #typeItemContainer #DiningRoom {
        width: 100%;
        height: 670px
    }
    #typeItemContainer #Bedroom {
        height: 660px;
        width: 100%
    }
    #typeItemContainer #HomeEntertainment {
        height: 590px;
        width: 100%
    }
    #coverMaterialContainer #Cover,
    #typeItemContainer #Accessories,
    #typeItemContainer #HomeOffice {
        height: 490px;
        width: 100%
    }
    #coverMaterialContainer #Material {
        height: 350px;
        width: 100%
    }
    #customUpholsteryContainer .productTitle {
        padding: 30px 1px
    }
    .AttributeFilter {
        top: 65px;
        max-height: 75%;
        -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, .5);
        box-shadow: 0 0 0 9999px rgba(0, 0, 0, .5)
    }
    #AttributeFilters1_itemBrowserShowsItems {
        width: 51%
    }
}

@media screen and (min-width:401px) and (max-width:767px) {
    #tenantlogo,
    .above-hero-cta {
        display: none
    }
    #tenantlogo {
        border: none!important
    }
    #tenantinfoheader h2 {
        margin: 25px 0;
        float: none;
        display: inline-block
    }
    #tenantinfoheader a {
        float: none;
        display: inline-block;
        margin-top: 25px
    }
    #sidebar-1 .blocks {
        max-width: none;
        min-height: 180px
    }
    .AttributeFilter {
        top: 65px;
        max-height: 70%;
        -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, .5);
        box-shadow: 0 0 0 9999px rgba(0, 0, 0, .5)
    }
}
@media screen and (min-width:768px) and (max-width:1024px) {
    #tenantlogo,
    .above-hero-cta {
        display: none
    }
    #coverMaterialContainer .productTitle,
    #styleMotionContainer .productTitle,
    #typeItemContainer .productTitle {
        padding: 30px 5px
    }
    #tenantlogo {
        border: none!important
    }
    #tenantinfo {
        clear: both;
        margin-top: 10px
    }
    #tenantinfoheader a {
        clear: both;
        float: none;
        margin-top: 25px;
        display: inline-block
    }
    #tenantinfoheader h2 {
        float: none
    }
    #typeItemContainer #LivingRoom {
        height: 450px;
        width: 100%
    }
    #typeItemContainer #DiningRoom {
        width: 100%;
        height: 375px
    }
    #typeItemContainer #Bedroom {
        height: 390px;
        width: 100%
    }
    #typeItemContainer #Accessories,
    #typeItemContainer #HomeEntertainment,
    #typeItemContainer #HomeOffice {
        height: 350px;
        width: 100%
    }
    #coverMaterialContainer #Cover {
        height: 325px;
        width: 100%
    }
    #coverMaterialContainer #Material {
        height: 300px;
        width: 100%
    }
    #styleMotionContainer #MotionType,
    #styleMotionContainer #Style {
        height: inherit;
        width: 100%
    }
    #customUpholsteryContainer .productTitle {
        padding: 30px 1px
    }
    #customUpholsteryContainer #Catalog {
        height: 370px;
        width: 100%
    }
    #brandItemContainer ul {
        height: 2500px;
    }
}

.ItemBrowserPageForm #divworkspacearea, .ItemInformationPageForm #divworkspacearea {
    padding: 0 10px
}

.FavoritesBrowserContainer,
.FlyerContainerDiv {
    max-width: 1220px;
    padding: 20px 20px 50px;
    margin: 0 auto
}

.LoginPageContainer {
    margin-top: 35px;
    margin-bottom: 50px
}

.ItemBrowserPageContainer {
    margin-top: 20px
}

.RegisterAccountFormPage {
    margin-top: 35px;
    margin-bottom: 50px
}

#searchbox,
#tenantsubpic {
    margin-top: 20px
}

.FlyerDiv,
.ProductDescriptionHeading {
    margin-bottom: 20px
}

#pingFrame {
    display: none
}

#pagecontentheadingcontainer {
    width: 100%;
    margin-bottom: 21px
}

#pagecontentheadingcontainer img {
    width: 100%;
    height: auto
}

#showroomphotos {
    float: right
}

#tenanttop {
    text-align: center;
    padding: 15px;
    min-height: 85px
}

#tenantbreadcrumb {
    padding-left: 8px;
    padding-bottom: 8px
}

#tenantbreadcrumb li {
    display: inline;
    font-size: 12px;
    letter-spacing: .5px
}

#tenantbreadcrumb li:before {
    content: ">";
    padding: 0 5px
}

#tenantbreadcrumb li:first-child:before {
    content: none
}

#tenantbreadcrumb a {
    text-decoration: none;
    color: #2a2a2a
}

.tenantbreadcrumbselected {
    color: #018241!important
}

#tenantpic img {
    width: 100%;
    height: auto;
    display: block
}

#tenantlogo {
    text-align: left;
    border-right: 2px #433d36 solid
}

#tenantlogo img {
    max-width: 100%;
    height: auto
}

.tenant-info-section h3 {
    font-size: 17px;
    color: #018241;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 400
}

#tenantmessage h2 {
    margin-bottom: 15px
}

#tenantcta {
    min-height: 90px
}

#tenantgallerylinks {
    clear: both;
    padding-top:10px;
}

#tenantinfo p {
    color: #2a2a2a;
    font-size: 16px
}

#tenantinfo a {
    color: #2a2a2a;
    text-decoration: none
}

#tenantsubpic {
    margin-bottom: 25px
}

#tenantsubpic img {
    width: 100%;
    height: auto;
    display: block
}

#tenantcopy p {
    font-size: 14px;
    color: #2a2a2a
}

#tenantmessage {
    margin-top: 60px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #eff2e5
}

#tenantmessage h2 {
    font-size: 25px;
    font-family: "Times New Roman", sans-serif;
    font-style: italic;
    color: #717171
}

#tenantmessage p {
    font-size: 14px;
    color: #717171
}

#tenantmessage a {
    color: #717171
}

.faqletter {
    font-weight: 700;
    color: #018241
}

@media screen and (max-width:400px) {
    #showroomphotos {
        float: none;
        margin-top: 30px
    }
}

@media screen and (min-width:401px) and (max-width:767px) {
    #showroomphotos {
        float: none;
        margin-top: 30px
    }
}

@media screen and (max-width:400px) {
    #tenantlogo {
        text-align: center
    }
    #tenantlogo {
        margin-bottom: 20px
    }
}

@media screen and (min-width:401px) and (max-width:767px) {
    #tenantlogo {
        margin-bottom: 20px
    }
    #tenantlogo {
        text-align: center
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    #tenantlogo {
        text-align: center;
        margin-bottom: 20px
    }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
    #brandItemContainer ul {
        height: 2000px
    }
}

@media screen and (min-width:1201px) {
    #brandItemContainer ul {
        height: 2000px
    }
}

legend,
td,
th {
    padding: 0
}

/****** Bootstrap ****/ 
.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-danger.disabled,
.btn-danger[disabled],
.btn-default.disabled,
.btn-default[disabled],
.btn-info.disabled,
.btn-info[disabled],
.btn-primary.disabled,
.btn-primary[disabled],
.btn-success.disabled,
.btn-success[disabled],
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-warning {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-danger .badge,
.btn-default .badge,
.btn-info .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-warning .badge {
    text-shadow: none
}

.btn.active,
.btn:active {
    background-image: none
}

.btn-default {
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    background-repeat: repeat-x;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc
}

.btn-default:focus,
.btn-default:hover {
    background-color: #e0e0e0;
    background-position: 0 -15px
}

.btn-default.active,
.btn-default:active {
    background-color: #e0e0e0;
    border-color: #dbdbdb
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #e0e0e0;
    background-image: none
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
    background-repeat: repeat-x;
    border-color: #245580
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #265a88;
    background-position: 0 -15px
}

.btn-primary.active,
.btn-primary:active {
    background-color: #265a88;
    border-color: #245580
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #265a88;
    background-image: none
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    background-repeat: repeat-x;
    border-color: #3e8f3e
}

.btn-success:focus,
.btn-success:hover {
    background-color: #419641;
    background-position: 0 -15px
}

.btn-success.active,
.btn-success:active {
    background-color: #419641;
    border-color: #3e8f3e
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #419641;
    background-image: none
}

.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
    background-repeat: repeat-x;
    border-color: #28a4c9
}

.btn-info:focus,
.btn-info:hover {
    background-color: #2aabd2;
    background-position: 0 -15px
}

.btn-info.active,
.btn-info:active {
    background-color: #2aabd2;
    border-color: #28a4c9
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #2aabd2;
    background-image: none
}

.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
    background-repeat: repeat-x;
    border-color: #e38d13
}

.btn-warning:focus,
.btn-warning:hover {
    background-color: #eb9316;
    background-position: 0 -15px
}

.btn-warning.active,
.btn-warning:active {
    background-color: #eb9316;
    border-color: #e38d13
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #eb9316;
    background-image: none
}

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
    background-repeat: repeat-x;
    border-color: #b92c28
}

.btn-danger:focus,
.btn-danger:hover {
    background-color: #c12e2a;
    background-position: 0 -15px
}

.btn-danger.active,
.btn-danger:active {
    background-color: #c12e2a;
    border-color: #b92c28
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #c12e2a;
    background-image: none
}

.img-thumbnail,
.thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    background-repeat: repeat-x;
    background-color: #e8e8e8
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    background-repeat: repeat-x;
    background-color: #2e6da4
}

.navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075)
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

[role=button] {
    cursor: pointer
}

.hide {
    display: none!important
}
@media screen and (max-width:767px) {
    #livechat-compact-container {
        display: block!important
    }
    
}

.mfp-iframe-scaler {
    min-height: 200px
}

.item-info-pagination {
    display: none
}

.RequestInfoPageButtonSend {
    border: none !important;
    background: #009F5C !important;
}

.RequestInfoHeading {
    color: #474747 !important;
    background: #e6e6e6 !important;
}

.our-products-page ul {
    padding:0;
}

/*** Collections on Products Page ***/
#brandItemContainer li {
    padding: 2px !important;
    line-height: 1.25 !important;
    width: unset !important;
}

#brandItemContainer li a {
    padding: 2px 0;
}

#brandItemContainer ul ul {
    height: unset;
    width: unset;
    margin: 0 0 3px 12px !important;
}

#brandItemContainer li li {
    padding: 0 !important;
    height: 20px;
}

#brandItemContainer li li a {
    padding: 3px 0;
    font-size: .825em !important;
    line-height: 20px;
}

#brandItemContainer li>p {
    margin: 0 15px;
    line-height: 1.5;
}

#brandItemContainer li>p>a {
    padding: 3px 0;
    font-size: .825em !important;
}

#brandItemContainer ul#ProductBrands {
    display: block;
    height: unset;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

#ProductBrands .collections-expand {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #BBB1AA;
    white-space: nowrap;
}

#ProductBrands .collections-expand a {
    font-size: .75em !important;
}

#ProductBrands .collections-expand a.expanded i {
    transform: rotate(180deg);
}

#ProductBrands .see-all-collections span,
#ProductBrands .see-less-collections span {
    font-size: 1.75em;
    font-weight: 400;
}

#ProductBrands .see-all-collections span {
    vertical-align: bottom;
}

#ProductBrands .see-less-collections span {
    vertical-align: top;
}

@media screen and (max-width: 1024px) {
    #brandItemContainer ul#ProductBrands {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}
/*** END Collections on Products Page **/


#staticpagecontent > a.c25599  {
    color: black !important;
    font-weight: bold;
}

/* zd 87797 */
p.ProductInfoParagraph.ProductInfoParagraphCollection {
    display: block !important;
    font-size: inherit;
    padding: 0;
}


.quicklyavailable a {
    font-weight: 500; 
    color:var(--primary);
}
.quicklyavailable a:hover {
    text-decoration: underline !important;
}

/* HFM Redesign 3.7.24 */

/* Landing Pages */

#lp-pagetitle {
    text-align: center;
    margin-top: 20px;
}

#lp-pagetitle h1 {
    font-size: 35px;
    color: #2a2a2a;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
}

#lp-pagetitle p {
    font-size: 22px;
    color: var(--primary);
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
}

#lp-pageintro {
    margin-top: 30px;
}

.lp-flex {
    display: flex;
}

.lp-img-flex {
    display: flex;
}

.lp-img-flex > div:first-of-type {
    flex: 1 0 20%;
    padding-bottom: 20px;
}

.lp-img-flex > div:first-of-type img  {
    width: 100%;
    height: auto;
    display: block;
}

.lp-img-flex > div:last-of-type {
    flex: 1 0 80%;
    padding-left: 20px;
}

.lp-map-flex {
    display: flex;
}

.lp-map-flex-40 {
    flex: 1 0 40%;
}

.lp-map-flex-40 img {
    max-width: unset !important;
}

.full-width-img {
    width: 100%;
    height: auto;
    display: block;
}

.left-padding {
    padding-left: 20px;
}

.lp-left-column {
    flex: 1 0 25%;
    padding-right: 20px;
}

.lp-left-column-stores {
    flex: 1 0 75%;
    padding-right: 80px;
}

.lp-sidebar-slideshow img {
    width: 100%;
    height: auto;
    display: block;
}

.lp-right-column {
    flex: 1 0 75%;
}

.lp-right-column-stores {
    flex: 1 0 25%;
}

.lp-border {
    width: 100%;
    border-bottom: 1px solid #bfbfbf;
    padding-top: 20px;
    margin-bottom: 30px;
}

.lp-border-bottom {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.lp-border-left {
    border-left: 1px solid #bfbfbf;
    padding-left: 20px;
}

.lp-accordion .accordion-item {
    margin-bottom: 15px;
    border-radius: 3px;
}

.lp-accordion .accordion-item button[aria-expanded=true] {
    background-color: #ededed;
}

.lp-accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 3em 1em 1.5em;
    color: #FFF;
    border: none;
    background: none;
    outline: none;
    background-color: #009439;
    border-radius: 3px;
}

.lp-accordion.products button {
    color: var(--light);
    background-color: var(--primary);
}

.lp-accordion button:hover,
.lp-accordion button:focus {
    cursor: pointer;
}

.lp-accordion button:hover::after,
.lp-accordion button:focus::after {
    cursor: pointer;
}

.lp-accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-size: 1.4em;
}

.lp-accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 17px;
    width: 22px;
    height: 22px;
    border: 1px solid #FFF;
    border-radius: 22px;
}

.lp-accordion button[aria-expanded=true] .icon {
    border: 1px solid #2a2a2a;
}

.lp-accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 10px;
    left: 5px;
    width: 11px;
    height: 1px;
    background: #FFF;
}

.lp-accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 10px;
    width: 1px;
    height: 11px;
    background: #FFF;
}

.lp-accordion button[aria-expanded=true] .icon::before {
    background: #2a2a2a;
}

.lp-accordion button[aria-expanded=true] {
    color: #009439;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.lp-accordion.products button[aria-expanded=true] {
    color: var(--primary);
}

.lp-accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.lp-accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: unset;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.lp-accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    background-color: #ededed;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    padding: 0 1.5em;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#contact-the-mart {
    border: 1px solid #009439;
    border-radius: 3px;
    padding: 30px 40px;
    margin-top: 30px;
}

#contact-the-mart h2 {
    color: #2a2a2a !important;
}

.partners-logo {
    text-align: center;
    margin-bottom: 30px;
}

.partners-logo img {
    width: 100%;
    max-width: 340px;
    height: auto;
}

#staticpagecontent .column-list {
    columns: 2;
    margin-top: 0;
    margin-left: 0;
    padding-left: 10px;
}

#staticpagecontent .column-list li {
    line-height: 20px !important;
    list-style: none;
    padding-left: 10px;
    color: #454545 !important;
}

#staticpagecontent .column-list li a {
    line-height: 20px !important;
    color: #454545 !important;
    font-weight: 400;
}

#staticpagecontent .column-list-single {
    margin-top: 0;
    margin-left: 0;
    padding-left: 10px;
}

#staticpagecontent .column-list-single li {
    line-height: 20px !important;
    list-style: none;
    padding-left: 10px;
    color: #454545 !important;
}

#staticpagecontent .column-list-single li a {
    position: relative;
    line-height: 20px !important;
    color: #454545 !important;
    font-weight: 400;
}

#staticpagecontent .column-list-single li > ul {
    margin: 5px 0 0 0;
    padding-left: 20px;
    display: none;
}

#staticpagecontent .column-list-single li.expanded > ul {
    display: block;
}

#staticpagecontent .column-list-single li a > .icon {
    position: relative;
    top: 2px;
    right: -4px;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #2a2a2a;
    border-radius: 22px;
}

#staticpagecontent .column-list-single li a > .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 8px;
    left: 4px;
    width: 9px;
    height: 1px;
    background: #2a2a2a;
}

#staticpagecontent .column-list-single li a > .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 4px;
    left: 8px;
    width: 1px;
    height: 9px;
    background: #2a2a2a;
}

#staticpagecontent .column-list-single li.expanded a > .icon::after {
    width: 0;
}

#staticpagecontent .column-list-float > div {
    float: left;
    width: 50%;
    color: #454545 !important;
}

#staticpagecontent .column-list-float > div > div {
    margin-bottom: 20px;
}

#staticpagecontent .column-list-float a {
    color: #454545 !important;
    font-weight: 400;
}

#staticpagecontent .column-list-heading {
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 18px;
    display: block;
}

#staticpagecontent .column-list-copy {
    display: block;
    line-height: 24px;
}

@media screen and (max-width: 899px) {
    #staticpagecontent .column-list-float > div {
        float: none;
        width: 100%;
    }
}

.lp-banner-container {
    max-width: 1600px;
    margin: 0 auto;
}

#lp-banner-columns {
    display: flex;
    justify-content: space-between;
}

.lp-banners {
    /* display: flex;
    flex-direction: column; */
    flex: 1 0 50%;
}

.lp-banners img {
    width: 100%;
    height: auto;
    object-fit:cover;
}

.lp-banners .lp-banner {
    margin-bottom: 20px;
}

.lp-banners .left-top {
    margin-right: 10px;
    position: relative;
}

.lp-banners .left-bottom {
    margin-right: 10px;
    position: relative;
}

.lp-banners .right-top {
    margin-left: 10px;
    position: relative;
}

.lp-banners .right-bottom {
    margin-left: 10px;
    position: relative;
}

#staticpagecontent .lp-banner a {
    position: relative;
    width: 100%;
    height: 100%;
    color: var(--light) !important;
    font-weight: 400;
}

.lp-banner a:hover .title {
    display: none;
}

.lp-banner a:hover .lp-banner-hover {
    display: flex;
}

.lp-banner .title {
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: var(--light);
    display: block;
    background: var(--dark);
    opacity: 0.81;
    position: absolute;
    z-index: 100;
    bottom: 0;
    padding: 12px 0px;
}

.tenant-logo {
    text-align: center;
    margin-bottom: 30px;
}

.tenant-logo img {
    width: 100%;
    max-width: 340px;
    height: auto;
}

.lp-sidebar-btn {
    margin-bottom: 15px;
    text-align: center;
}

.lp-sidebar-btn a {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background-color: var(--primary);
    color: #FFF;
    border-radius: 3px;
    padding: 10px 10px;
    display: block;
    width: 100%;
    text-decoration: none;
}

#staticpagecontent .lp-green-btn {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--primary);
    color: #FFF !important;
    border-radius: 3px;
    padding: 8px 20px;
    display: block;
    text-decoration: none;
    display: inline-block;
}

.tenant-info {
    margin-top: 30px;
}

.tenant-info h3 {
    color: var(--primary);
    margin-bottom: 5px;
    padding-left: 28px;
    position: relative;
}

.tenant-info h3::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 21px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: 21px 26px;
}

.tenant-info h3.store-hours-icon::before {
    background-image: url('images/store-hours-icon.jpg');
}

.tenant-info h3.mart-location-icon::before {
    background-image: url('images/mart-location-icon.jpg');
}

.tenant-info h3.phone-icon::before {
    background-image: url('images/phone-icon.jpg');
}

.tenant-info h3.address-icon::before {
    background-image: url('images/address-icon.jpg');
}

.tenant-info h3.email-icon::before {
    background-image: url('images/email-icon.jpg');
}

.tenant-info h3.website-icon::before {
    background-image: url('images/website-icon.jpg');
}

.tenant-info h3.reviews-icon::before {
    background-image: url('images/reviews-icon.jpg');
}

.tenant-info h3.calendar-icon::before {
    background-image: url('images/calendar-icon.jpg');
}

.tenant-info h3.fax-icon::before {
    background-image: url('images/fax-icon.jpg');
}

.tenant-info p {
    padding-left: 28px;
}

.tenant-info a {
    color: #454545;
    text-decoration: none;
}

.lp-bg-flex {
    display: flex;
    padding-top: 10px;
}

.lp-bg-flex > div:first-of-type {
    flex: 1 0 50%;
    padding-right: 20px;
}

.lp-bg-flex > div:last-of-type {
    flex: 1 0 50%;
}

.lp-bg-flex > div:last-of-type img {
    width: 100%;
    height: auto;
    display: block;
}

.lp-bg-list {
    margin: 0 0 20px;
    padding: 0;
}

.lp-bg-list li {
    list-style: none;
}

.lp-bg-list li a {
    text-decoration: none;
}

.lp-bg-subtitle {
    margin-bottom: 20px;
}

.lp-bg-subtitle h2 {
    font-size: 1.4em;
    color: #009439;
    font-weight: 400;
}

#join-program-form {
    max-width: 600px;
    background-color: #FFF;
    margin: 20px auto;
    padding: 10px 20px;
    position: relative;
}

#join-program-form .mfp-close {
    color: #000;
}

#preferred-customer-newsletter-form {
    max-width: 600px;
    background-color: #FFF;
    margin: 20px auto;
    padding: 10px 20px;
    position: relative;
}

#preferred-customer-newsletter-form .mfp-close {
    color: #000;
}

.lp-media-in-news h2 {
    margin-bottom: 15px;
}

.lp-media-in-news p a {
    font-weight: 400 !important;
}

.lp-media-assets {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.lp-media-asset {
    flex: 1 0 calc(25% - 20px);
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #4d4d4d;
    border-radius: 5px;
    background-color: #FFF;
}

.lp-media-asset.blank {
    border: 1px solid #ededed;
    background-color: #ededed;
}

.lp-media-asset-img img {
    width: 100%;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
}

.lp-media-asset-title {
    background-color: #4d4d4d;
    padding: 10px 15px;
}

.lp-media-asset.blank .lp-media-asset-title {
    background-color: #ededed;
}

#staticpagecontent .lp-media-asset-title p {
    color: #FFF !important;
    font-size: 14px;
    font-weight: 600;
    margin: auto;
}

.lp-media-asset-download {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.lp-media-asset-download > p {
    margin: 0 auto 0 0;
    color: #4d4d4d;
    font-size: 12px;
}

#staticpagecontent .lp-media-asset-download > a {
    font-size: 12px !important;
    display: inline-block;
    background-color: var(--primary);
    color: #FFF !important;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    margin-left: 10px;
}

.lp-written-testimonials {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.lp-written-testimonial {
    flex: 1 0 calc(33% - 20px);
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #4d4d4d;
    border-radius: 5px;
    background-color: #FFF;
    padding: 15px 15px 0 15px;
}

.lp-written-testimonial p {
    font-size: 16px;
}

.lp-written-testimonial p .green {
    font-size: 12px;
    color: var(--primary);
}

.lp-written-testimonial .fa-star {
    color: #ffbc00;
    margin-right: 2px;
}

.lp-video-testimonials {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.lp-video-testimonial {
    flex: 1 0 calc(50% - 20px);
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 27.25%;
}

.lp-video-testimonial .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1800px) {
    .lp-banner-container {
        max-width: 90vw;
    }
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
    .lp-left-column {
        flex: 1 0 30%;
    }

    .lp-left-column-stores {
        flex: 1 0 70%;
    }
    
    .lp-right-column {
        flex: 1 0 70%;
    }

    .lp-right-column-stores {
        flex: 1 0 30%;
    }

    .lp-map-flex {
        flex-direction: column;
    }

    .lp-map-flex-60 {
        flex: 1 0 100%;
        order: 2;
    }
    
    .lp-map-flex-40 {
        flex: 1 0 100%;
    }
}

@media screen and (max-width: 899px) {
    .lp-flex {
        flex-direction: column;
    }

    .lp-map-flex {
        flex-direction: column;
    }

    .lp-map-flex-60 {
        flex: 1 0 100%;
        order: 2;
    }
    
    .lp-map-flex-40 {
        flex: 1 0 100%;
    }

    .lp-map-flex-40 img {
        max-width: 100% !important;
    }

    .left-padding {
        padding-left: 0;
    }
    
    .margin-top-mobile {
        margin-top: 20px;
    }

    .lp-left-column {
        flex: 1 0 100%;
        order: 2;
        padding-right: 0;
        margin-top: 25px;
    }

    .lp-left-column-stores {
        flex: 1 0 100%;
        padding-right: 0;
    }

    .lp-left-column.order-1-mobile {
        order: 1;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    
    .lp-right-column {
        flex: 1 0 100%;
    }

    .lp-right-column-stores {
        flex: 1 0 100%;
        margin-top: 25px;
    }

    .lp-right-column.order-2-mobile {
        order: 2;
    }

    .lp-border-left {
        border-left: 0;
        padding-left: 0;
    }

    .lp-banner-container {
        max-width: none;
        margin: 0;
    }

    #lp-banner-columns {
        flex-direction: column;
        height: auto;
    }

    .lp-banners {
        flex: 1 0 100%;
    }

    .lp-banners .left-top,
    .lp-banners .left-bottom {
        margin-right: 0;
    }

    .lp-banners .right-top,
    .lp-banners .right-bottom {
        margin-left: 0;
    }

    .lp-banners.left,
    .lp-banners.right {
        height: auto;
        margin-top: 0;
        width: 100%;
    }

    .lp-banners {
        flex: 1 0 100%;
    }

    .lp-banner a:hover .title {
        display: block;
    }

    .lp-banner a:hover .lp-banner-hover {
        display: none;
    }

    .lp-bg-flex {
        flex-direction: column;
    }
    
    .lp-bg-flex > div:first-of-type {
        flex: 1 0 100%;
        padding-right: 0;
        order: 2;
    }
    
    .lp-bg-flex > div:last-of-type {
        flex: 1 0 100%;
        order: 1;
    }
    
    .lp-bg-flex > div:last-of-type img {
        margin-bottom: 20px;
    }

    .lp-media-assets {
        display: flex;
        flex-wrap: wrap;
    }
    
    .lp-media-asset {
        flex: 1 0 calc(50% - 20px);
    }

    .lp-written-testimonials {
        display: flex;
        flex-wrap: wrap;
    }
    
    .lp-written-testimonial {
        flex: 1 0 calc(100% - 20px);
    }
}

@media screen and (max-width: 767px) {
    .lp-img-flex {
        flex-direction: column;
    }
    
    .lp-img-flex > div:first-of-type {
        flex: 1 0 100%;
    }
    
    .lp-img-flex > div:last-of-type {
        flex: 1 0 100%;
        padding-left: 0;
    }

    .lp-video-testimonials {
        display: flex;
        flex-wrap: wrap;
    }
    
    .lp-video-testimonial {
        flex: 1 0 calc(100% - 20px);
        padding-bottom: 56.25%;
    }
}

@media screen and (max-width: 500px) {
    .lp-media-asset {
        flex: 1 0 calc(100% - 20px);
    }
}

/* End Landing Pages */

/* social media footer */

.socialmedia {
    margin-top:30px;
}

.socialmedia li {
    list-style: none;
    display: inline;
    margin-right: 10px;
}

.socialmedia li a {
    color: #7a6f68;
}

.socialmedia li a:hover {
    color: #4d4d4d;
}


.socialmedia a {
    text-decoration: none;
}
@media screen and (max-width:400px) {
    
    #footercontent .socialmedia .fa-lg {
        font-size: 2.333em;
    }
}
@media screen and (min-width:401px) and (max-width:767px) {
    #footercontent .socialmedia .fa-lg {
        font-size: 2.333em;
    }
}

.fa.fa-twitterX{
	font-family:sans-serif;
}
.fa.fa-twitterX::before{
	content:"𝕏";
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }