* {
    box-sizing: border-box;
}

.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;
}

.mobile-active {
    display: block !important;
}

ul, li, p, h1, h2, h3 {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

img[data-sizes="auto"] { 
    display: block; 
}

.HomePageForm #divworkspacearea {
    margin-top: 0;
}

#divworkspacearea {
    margin-top: 10px;
}

.StoreLocatorIframe {
    margin-top: 20px;
}

.StoreLocatorIframe iframe {
    width: 100%;
    height: 830px;
    border: 0;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .HomePageForm #divworkspacearea {
        padding: 0;
    }
}

body {
    font-family: 'Quicksand', sans-serif;
    padding: 0;
    margin: 0;
}

/* HEADER */

header {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 15px 20px 15px;
}

.top-bar {
    width: 100%;
    background-color: #f2f2f2;
    padding: 6px 20px;
    display: flex;
    justify-content: space-between;
}

.site-links li {
    list-style: none;
    display: inline-block;
    padding-right: 15px;
}

.site-links li a {
    font-size: 13px;
    color: #000;
    text-decoration: none;
}

.site-links li a:hover {
    color: #c2161a;
}

#logo img {
    max-width: 80px;
    width: 100%;
    height: auto;
}

/* Dropdown Menu */

header nav > ul {
    margin-left: 20px;
}
.top-bar a,
header nav > ul > li > a {
    color: #000;
    text-decoration: none;
    font-size: .9em;
}

header ul li {
    display: inline-block;
}

header nav#main-nav ul {
    position: relative;
}

header nav#main-nav>ul>li {
    padding-top: 10px;
    padding-bottom: 10px;
}

header nav > ul > li:not(:last-child) {
    padding-right: 1vw;
}

header nav#main-nav ul li:hover > a {
    color: #c2161a;
}

header nav#main-nav>ul>li a {
    text-decoration: none;
    display: block;
}

header nav#main-nav>ul>li:hover .sub-nav {
    display: block;
}

header nav#main-nav>ul>li .sub-nav {
    display: none;
    position: absolute;
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    width: 700px;
    padding: 15px;
    text-align: left;
    z-index: 250;
    margin-top: 10px;
    left: 0;
    right: 0;
}

header nav#main-nav>ul>li .sub-nav-left p.heading {
    font-family: "Times New Roman", serif;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

header nav#main-nav>ul>li .sub-nav-left ul li {
    display: block;
    margin: 0;
    padding: 0;
}

header nav#main-nav>ul>li .sub-nav-left {
    float: left;
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
}

header nav#main-nav>ul>li .sub-nav-left ul li a {
    color: #333;
    line-height: 28px;
    font-size: .9em;
}

header nav#main-nav>ul>li .sub-nav-left ul li a:hover {
    color: #c2161a;
}

header nav#main-nav>ul>li .sub-nav-right {
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
}

header nav#main-nav>ul>li .sub-nav-right .sub-nav-text {
    width: 40%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    color: #000;
    font-size: .9em;
    line-height: 19px;
    flex-grow: 1;
}

header nav#main-nav>ul>li .sub-nav-right .sub-nav-text p.heading {
    margin-bottom: 5px;
}

header nav#main-nav>ul>li .sub-nav-right .sub-nav-text a {
    color: #000;
    text-decoration: underline;
}

header nav#main-nav>ul>li .sub-nav-right .sub-nav-image {
    width: 60%;
    box-sizing: border-box;
    text-align: center;
    flex-grow: 1;
}

header nav#main-nav>ul>li .sub-nav-right .sub-nav-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
}

header .mobile-nav {
    display: none;
    color: #fff;
}

/* End Dropdown Menu */

#account-search {
    margin-left: auto;
    display: flex;
}

#search-box {
    position: relative;
    width: 300px;
    max-width: 100%;
}

#search-box input {
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 10px 30px 10px 15px;
    width: 100%;
}

#search-box button {
    position: absolute;
    background-color: #fff;
    border: 0;
    border-radius: 50px;
    color: #fff;
    padding: 8px 10px;
    top: 3px;
    right: 3px;
}

#search-box button:hover {
    cursor: pointer;
}

#search-box button i {
    color: #000;
}

#account-nav>ul>li {
    position: relative;
}

#account-nav a {
    white-space: nowrap;
}

#account-nav ul {
    margin-top: 2px;
    margin-bottom: 2px;
}

#account-nav ul li a {
    color: #000;
    padding: 10px 0 10px 10px;
}

#account-nav ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 25px;
    right: -15px;
    text-align: right;
    padding: 5px 0;
    background-color: #3a3a3a;
    z-index: 1;
    -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-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;
}

#account-nav li ul li {
    display: block;
}

#account-nav li ul a {
    display: block;
    padding: 0 15px;
    font-size: .9em;
    line-height: 1.75em;
    color: #fff;
    text-decoration: none;
}

#account-nav li ul a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 850px) {
    #account-nav ul {
        margin: 0;
    }

    #account-nav > ul > li > a {
        display: none;
    }

    #account-nav ul ul {
        visibility: visible;
        opacity: 100;
        position: static;
        padding: 0;
        background-color: unset;
    }

    #account-nav li ul li {
        display: inline;
        float: left;
    }
    
    #account-nav li ul a {
        display: inline-block;
        padding: 0 0 0 15px;
        font-size: 13px;
        line-height: unset;
        color: #000;
    }

    #account-nav li ul a:hover {
        text-decoration: none;
        color: #c2161a;
    }
}

@media screen and (max-width: 1450px) {
    #search-box {
        position: relative;
        width: 200px;
        max-width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    header {
        flex-wrap: wrap;
    }

    #logo {
        order: 1;
    }

    header nav {
        flex-basis: 100%;
        order: 3;
    }

    header nav > ul {
        margin-left: 0;
        margin-top: 5px;
    }

    #account-search {
        order: 2;
    }
}

@media only screen and (max-width: 850px) {

    .top-bar {
        padding: 6px 10px;
    }

    .site-links li {
        padding-right: 10px;
    }

    #logo {
        margin-left: 10px;
    }

    #logo img {
        max-width: 80px;
    }

    #account-search {
        margin-right: 10px;
    }

    #account-search ul ul {
        right: -10px;
    }

    header {
        padding: 10px 0 0;
    }

    header nav > ul {
        margin-top: 0;
    }

    header ul li {
        margin: 0;
    }

    header nav#main-nav {
        padding: 10px 0 2px;
    }

    header nav#main-nav .sub-nav-right {
        display: none !important;
    }

    header nav#main-nav>ul>li:hover .sub-nav {
        display: none;
    }

    header nav#main-nav>ul {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 9999;
    }

    header nav#main-nav>ul>li {
        display: block !important;
        margin: 0;
    }

    header nav#main-nav>ul>li:hover:after {
        display: none !important
    }

    header .mobile-nav {
        display: block;
        display: block;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        font-style: italic;
    }

    header nav#main-nav>ul>li,
    header nav#main-nav .mobile-nav {
        background-color: rgb(247 247 247);
        display: block;
        padding: 10px;
        color: #000;
        text-decoration: none;
        text-align: center;
    }

    header nav#main-nav>ul>li:first-of-type {
        border-top: 1px solid #ccc;
    }

    header nav#main-nav>ul>li {
        border-bottom: 1px solid #ccc;
        padding: 0;
    }

    header nav#main-nav>ul>li>a {
        padding: 10px 0;
    }

    header nav#main-nav>ul>li:hover {
        background-color: rgb(228, 228, 228);
    }
}

@media screen and (max-width: 767px) {
    header nav#main-nav>ul>li>a {
        font-size: 1em;
    }
}

@media screen and (max-width: 450px) {
    #search-box {
        width: 180px;
    }
}

/* END HEADER */

/* HOME PAGE */

#home-slide {
    margin-bottom: 20px;
}

#home-slide img {
    width: 100%;
    height: auto;
}

.home-banners {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.home-box img {
    width: 100%;
    height: auto;
}

.home-box {
    flex: 1 0 100%;
    margin-bottom: 5px;
    position: relative;
    font-family: Arial, sans-serif;
}

.home-box a {
    position: relative;
    display: block;
}

.home-box a span {
    position: absolute;
    bottom: 4px;
    font-family: "Times New Roman", Times, serif;
    color: #e1e1e1;
    text-decoration: none;
    display: block;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0 7px 0;
}

.home-box:hover .home-box-hover {
    display: block;
}

.home-box:hover .home-label {
    display: none;
}

.home-box-hover {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    margin-bottom: 5px;
}

.hover-content {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    top: 50%;
}

.home-box-hover a {
    text-decoration: none;
    color: #ffffff;
}

.home-box-hover h3 {
    border-bottom: 1px solid #fff;
    color: #ffffff;
    display: inline;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 22px;
}

.home-box-hover p {
    color: #ffffff;
    padding: 0 30px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 25px;
}

.department-view-all {
    display: block;
    background: #ffffff;
    color: #000;
    padding: 10px 10px;
    text-decoration: none;
    margin-top: 25px;
    display: inline-block;
}

@media only screen and (max-width: 1024px) {

    .home-box-hover {
        display: none !important;
    }

    .home-label {
        display: block !important;
    }

}

/* END HOME PAGE */

/* FOOTER */

#footer-copy {
    margin: 20px;
    text-align: center;
}

#footer-copy p {
    color: #000;
    line-height: 24px;
}

#footer-links {
    background-color: #e7e7e7;
    padding: 50px 12vw 25px 12vw;
    display: flex;
    justify-content: space-between;
}

#footer-links h2 {
    font-family: "Times New Roman", serif;
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 15px;
}

#footer-links h2 a {
    color: #000;
    text-decoration: none;
}

#footer-links ul {
    margin-bottom: 20px;
}

#footer-links li a {
    color: #000;
    line-height: 28px;
    font-size: .9em;
    text-decoration: none;
}

#footer-links li a:hover {
    text-decoration: underline;
}

#footer-newsletter {
    background-color: #e7e7e7;
    padding: 0 12vw 50px 12vw;
}

#newsletterbox {
    position: relative;
    width: 300px;
    max-width: 100%;
    display: flex;
    margin-left: auto;
}

#newsletterbox input {
    border: 1px solid #ccc;
    border-radius: 50px;
    background-color: #fff;
    padding: 10px 30px 10px 15px;
    width: 100%;
}

#newsletterbox input,button:focus {
    outline: 0;
}

#newsletterbox button {
    position: absolute;
    background-color: #fff;
    border: 0;
    border-radius: 50px;
    color: #fff;
    padding: 8px 10px;
    top: 3px;
    right: 3px;
}

#newsletterbox button:hover {
    cursor: pointer;
}

#newsletterbox button i {
    color: #000;
}

#copyright {
    padding: 20px 30px;
    font-size: .9em;
    display: flex;
    justify-content: space-between;
}

#copyright div {
    flex: 1 0 50%;
}

#copyright div:last-of-type {
    text-align: right;
}

#copyright a {
    color: #000;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    #footer-links {
        padding: 25px 5vw 25px 5vw;
    }

    #footer-newsletter {
        background-color: #e7e7e7;
        padding: 0 5vw 25px 5vw;
    }

    #copyright {
        flex-direction: column;
    }

    #copyright div {
        text-align: center;
        flex: 1 0 100%;
    }

    #copyright div:last-of-type {
        text-align: center;
        padding-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    #footer-links {
        flex-direction: column;
        padding: 25px 5vw 15px 5vw;
        text-align: center;
    }

    #footer-links li a {
        font-size: 1em;
    }

    #footer-newsletter {
        background-color: #e7e7e7;
        padding: 15px 5vw 25px 5vw;
    }
    
    #newsletterbox {
        display: block;
        margin: 0 auto;
    }
}

/* END FOOTER */

/* Department Landing Page */

@media screen and (max-width: 1112px) {
    .department-header {
        background-attachment: initial !important;
    }
}

.department-header {
    margin-bottom: 15px;
    min-height: 500px;
}

@media screen and (min-width: 1600px) {
    .department-header {
        min-height: 680px;
    }
}

.department-header.bedroom {
    background: url(/css/30105/images/department/bedroom-landing-page.jpg) no-repeat center center fixed;
}

.department-header.dining-room {
    background: url(/css/30105/images/department/dining-room-landing-page.jpg) no-repeat center center fixed;
}

.department-header.youth-bedroom {
    background: url(/css/30105/images/department/youth-bedroom-landing-page.jpg) no-repeat center center fixed;
}

.department-header.collections {
    background: url(/css/30105/images/department/collections-landing-page.jpg) no-repeat center center fixed;
}

.department-header div {
    text-align: center;
}

.department-header h1,
.department-header h2 {
    font-family: Times New Roman, Times, serif;
    font-style: italic;
    font-weight: normal;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.department-copy {
    max-width: 315px;
    float: left;
    padding: 45px 25px;
    margin: 0 25px;
    background-color: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}

.department-copy h1 span {
    font-family: Times New Roman, Times, serif;
    text-transform: uppercase;
    font-style: normal;
    clear: both;
    display: block;
}

.department-copy p {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
}

.department-view-all {
    display: block;
    background: #ffffff;
    color: #000;
    padding: 10px 10px;
    text-decoration: none;
    margin-top: 25px;
    display: inline-block;
}

.department-body {
    padding: 20px;
}

.DepartmentStaticContent {
    border: 1px solid #cacaca;
    box-sizing: border-box;
    padding: 1.5%;
    overflow: hidden;
}

.DepartmentLowerText {
    width: 100%;
    float: left;
}

.DepartmentStaticLeft {
    width: 42.6%;
    float: left;
    padding: 0 4%;
}

.DepartmentStaticLeftH1 {
    font-family: Times New Roman, Times, serif;
    font-size: 50px;
    font-style: italic;
    font-weight: normal;
    line-height: 50px;
    padding: 10% 0 7% 0;
}

.DepartmentStaticLeftH1 span {
    font-family: Times New Roman, Times, serif;
    text-transform: uppercase;
    font-style: normal;
}

.DepartmentStaticLeftH2 {
    font-family: Times New Roman, Times, serif;
    font-size: 50px;
    font-style: italic;
    font-weight: normal;
    line-height: 50px;
    padding: 10% 0 7% 0;
}

.DepartmentStaticLeftH2 span {
    font-family: Times New Roman, Times, serif;
    text-transform: uppercase;
    font-style: normal;
}

.DepartmentStaticLeftParagraph {
    font-size: 15px;
    color: #555;
    line-height: 24px;
}

.DepartmentStaticLeftImages {
    padding-top: 12%;
}

.DepartmentStaticLeftImages img {
    width: 30.3%;
    height: auto;
    padding-right: 2%;
}

.DepartmentStaticRight {
    width: 49.4%;
    float: left;
}

.DepartmentDynamicParagraph {
    font-family: Times New Roman, Times, serif;
    font-size: 22px;
    text-transform: uppercase;
    padding: 1.4% 0;
}

.DepartmentStaticRight img {
    width: 100%;
    height: auto;
    display: block;
}

.DepartmentCollectionsThumbnail p {
    font-size: 16px;
}

.DepartmentAttributeListClass li {
    width: 32%;
    float: left;
    font-size: 16px;
    list-style: none;
    text-transform: uppercase;
    text-align: center;
    margin: 0 1% 2.45% 1%;
}

.DepartmentAttributeListClass li:nth-child(3n+1) {
    margin-left: 0;
}

.DepartmentAttributeListClass li:nth-child(3n) {
    margin-right: 0;
}

.DepartmentAttributeListClass li a {
    color: #555;
    text-decoration: none;
}

.DepartmentAttributeListClass img {
    width: 100%;
    height: auto;
    border: 1px solid #cacaca;
    box-sizing: border-box;
}

.DepartmentCollectionsThumbnail {
    display: inline-block;
    padding: 0 2.45% 2.45% 2.45%;
    width: 33%;
    box-sizing: border-box;
}

.DepartmentCollectionsThumbnail:nth-child(3n+1) {
    margin-left: 0;
}

.DepartmentCollectionsThumbnail:nth-child(3n) {
    margin-right: 0;
}

.DepartmentCollectionsThumbnail:nth-child(7) {
    clear: both;
}

.DepartmentCollectionsThumbnail img {
    border: 1px solid #cacaca;
    padding: 2%;
    width: 96%;
    height: auto;
}

.DepartmentCollectionsThumbnail {
    font-size: 13px;
    text-align: center;
    line-height: 25px;
    text-transform: uppercase;
}

.DepartmentCollectionsThumbnail a {
    color: #555555;
    text-decoration: none;
}

@media screen and (max-width: 880px) {

    .DepartmentAttributeListClass li {
        width: 48%;
        margin: 0 2% 2.45% 2%;
    }

    .DepartmentAttributeListClass li:nth-child(3n+1) {
        margin-left: 2%;
    }

    .DepartmentAttributeListClass li:nth-child(3n) {
        margin-right: 2%;
    }

    .DepartmentAttributeListClass li:nth-child(2n+1) {
        margin-left: 0;
    }

    .DepartmentAttributeListClass li:nth-child(2n) {
        margin-right: 0;
    }

    .DepartmentStaticLeftImages img {
        width: 20.3%;
        padding: 0 5%;
    }

    .DepartmentStaticRight {
        display: none;
    }

    .DepartmentStaticLeftImages {
        text-align: center;
        padding-top: 6%;
    }

    .DepartmentStaticLeftH2 {
        padding: 2% 0 2% 0;
    }

    .DepartmentStaticLeft {
        width: 92%;
    }

    .DepartmentCollectionsThumbnail {
        width: 46%;
        margin: 0 3.8% 3.8% 3.8%;
    }

    .DepartmentCollectionsThumbnail:nth-child(3n+1) {
        margin-left: 3.8%;
    }

    .DepartmentCollectionsThumbnail:nth-child(3n) {
        margin-right: 3.8%;
    }

    .DepartmentCollectionsThumbnail:nth-child(2n+1) {
        margin-left: 0;
    }

    .DepartmentCollectionsThumbnail:nth-child(2n) {
        margin-right: 0;
    }

}

@media screen and (max-width: 767px) {
    .department-header {
        background-attachment: scroll !important;
    }

    .department-copy {
        width: 100%;
        margin: 0;
    }

    .department-header div {
        text-align: left;
    }
}

@media screen and (max-width: 570px) {
    .DepartmentAttributeListClass li {
        width: 100%;
        margin: 0 0 2.45% 0;
    }

    .DepartmentAttributeListClass li:nth-child(3n+1) {
        margin-left: 0;
    }

    .DepartmentAttributeListClass li:nth-child(3n) {
        margin-right: 0;
    }

    .DepartmentCollectionsThumbnail {
        width: 97%;
        margin: 0 1.5%;
    }

    .DepartmentCollectionsThumbnail:nth-child(3n+1) {
        margin-left: 1.5%;
    }

    .DepartmentCollectionsThumbnail:nth-child(3n) {
        margin-right: 1.5%;
    }

    .DepartmentCollectionsThumbnail:nth-child(2n+1) {
        margin-left: 1.5%;
    }

    .DepartmentCollectionsThumbnail:nth-child(2n) {
        margin-right: 1.5%;
    }
}

/* end Department Landing Page */

/* Collection Landing Page */

.collections-collage * {
    box-sizing: border-box;
}

.collections-collage {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.collections-collage img {
    max-width: 100%;
    height: auto;
}

.collection-wrapper {
    flex: 1 0 25%;
    text-align: center;
    margin-bottom: 80px;
    padding: 0 30px;
}

.collection-wrapper a {
    text-decoration: none;
    color: #000;
}

@media screen and (max-width: 1024px) {
    .collection-wrapper {
        flex: 1 0 50%;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 500px) {
    .collection-wrapper {
        flex: 1 0 100%;
        margin-bottom: 50px;
    }
}

/* End Collection Landing Page */

/* Static Content Pages */

#staticpagecontent {
    font-size: 16px;
}

#pagetitle h1 {
    font-family: "Times New Roman", serif;
    font-weight: normal;
    text-transform: uppercase;
}

#staticpagecontent p {
    line-height: 24px;
}

#staticpagecontent li {
    line-height: 30px;
}

#staticpagecontent a {
    color: #000;
}

#staticpagecontent h2 {
    font-family: "Times New Roman", serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.staticpagenavcopy p {
    font-family: "Times New Roman", serif;
}

.our-story-page .our-story-link,
.family-of-brands-page .family-of-brands-link,
.careers-page .careers-link,
.contact-us-page .contact-us-link {
    color: #c2161a !important;
}

.catalogs-page .catalogs-link,
.customer-care-faqs-page .customer-care-faqs-link,
.quality-construction-page .quality-construction-link,
.product-safety-page .product-safety-link {
    color: #c2161a !important;
}

/* End Static Content Pages */

/* Item Browser/Item Information */

.ItemBrowserPageContainer {
    padding: 20px;
}

#item-info-container {
    max-width: none;
}

/* End Item Browser/Item Information */

/* Brands LP */

.brand-images {
    margin-top: 40px;
    margin-left: 10%;
}

.brand-images img {
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .brand-images {
        margin-left: 0;
    }
}

/* End Brands LP */

/* Catalogs LP */

.catalog-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.catalog-item {
    flex: 1 0 33%;
    max-width: 29%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.catalog-item p {
    margin: 20px 0 10px 0;
}

.catalog-item a {
    color: #8d8d8d;
    text-decoration: none;
}

.catalog-item img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 1024px) {
    .catalog-item {
        flex: 1 0 50%;
        max-width: 45%;
    }
}

@media screen and (max-width: 600px) {
    .catalog-item {
        flex: 1 0 100%;
        max-width: 100%;
    }
}

/* End Catalogs LP */

/* Item Browser Edits */

.ProductThumbnailParagraphCompare {
    position: static;
}

.ProductThumbnailParagraph {
    line-height: 26px;
}

.ItemBrowserPageContainer .ProductThumbnail a {
	position: relative;
}

.ItemBrowserPageContainer .ProductThumbnailIconComingSoon1 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
	padding: 0;
}

.ItemBrowserPageContainer .ProductThumbnailIconComingSoon1 img {
    max-width: 70px;
    height: auto;
}

.ItemBrowserThumbnailContainer .ProductThumbnailIconAddToCart {
    margin-top: 5px;
}

.ItemBrowserThumbnailContainer .ProductThumbnailIconAddToCart a {
    border: 1px solid #224c5d;
    font-size: 14px;
    background: #b4bf47;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
}

.ItemBrowserThumbnailContainer .ProductThumbnailIconAddToCart a:hover {
    color: #b4bf47;
    border: 1px solid #b4bf47;
    background: #fff;
}

/* End Item Browser Edits */

/* Item Information Edits */

.tab-content[data-tab-class="Other"] .emun {
    display: none;
}

#item-info-container #item-info-short-description h1 {
    font-family: "Times New Roman", serif;
    font-weight: normal;
}

#item-info-container #item-info-rotators ul {
    background: #fff;
}

#item-info-container #item-info-bottom .heading {
    font-family: "Times New Roman", serif;
}

#item-info-container .SocialMedia .rrssb-buttons li {
    width: 55px!important;
}

#item-info-container .rrssb-buttons a {
    background-color: transparent!important;
}

#item-info-container #item-info-short-description h2 {
    display: none;
}

/* #item-info-container #item-info-pricing {
    display: none;
} */

.rrssb-buttons li a:active {
    box-shadow: none;
}

#item-info-container .SocialMedia * a {
    color: #000;
}

#item-info-container .icon svg path, .icon svg polygon {
    fill: #6c6c6c!important;
}

#item-info-container #item-info-rotators .heading:after {
    background: none;
}

#item-info-container #item-info-rotators .heading {
    background-color: #e6e7e8;
    padding: 8px 10px;
}

.find-it-now {
    text-decoration: none;
    background-color: #fff;
    padding: 8px 10px;
    float: left;
    max-height: 37px;
    border: 1px solid #ccc;
    margin: 0 5px 10px 0!important;
}

.find-it-now a {
    color: #333;
    display: block;
}

#email-friend a {
    display: block;
}

#email-friend a:hover {
    color: #333;
    text-decoration: underline;
}

#email-friend:hover {
    background: none;
    border: 1px solid #ccc;
}

@media only screen and (min-width: 1025px) {
    #ProductInfo1 {
        min-height: unset;
    }
}

@media screen and (max-width: 1024px) {
    #email-friend, .find-it-now {
        width: 100%;
    }
}

/* End Item Information Edits */

/* Quality and Construction */

#quality-construction-intro {
    display: flex;
    align-items: center;
}

#quality-construction-intro img {
    width: 100%;
    max-width: 298px;
    height: auto;
    margin-right: 30px;
}

#staticpagecontent .quality-construction-icons {
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
    margin-bottom: 50px;
}

#staticpagecontent .quality-construction-icons img {
    max-width: 150px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#quality-construction-features li {
    list-style: disc;
}

#quality-construction-images {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 50px;
}

#quality-construction-images div {
    flex: 1 0 33%;
    padding: 0 10px 30px 10px;
}

#quality-construction-images div img {
    width: 450px;
    max-width: none;
    height: auto;
}

#quality-construction-images div p {
    margin-top: 15px;
}

@media screen and (max-width: 1300px) {
    #quality-construction-images div {
        flex: 1 0 25%;
    }
    
    #quality-construction-images div img {
        width: 250px;
        max-width: none;
    }
}

@media screen and (max-width: 767px) {
    #quality-construction-intro {
        flex-direction: column;
    }

    #quality-construction-intro img {
        margin-right: 0;
        margin-bottom: 25px;
    }

    #staticpagecontent .quality-construction-icons {
        display: flex;
        justify-content: space-evenly;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #staticpagecontent .quality-construction-icons img {
        max-width: 100px;
    }
}

@media screen and (max-width: 430px) {

    #staticpagecontent .quality-construction-icons img {
        max-width: 90px;
    }
}

/* End Quality and Construction */

/* Contact Us */

#content-theme-3 .contact-form label {
    font-size: 1em;
}

.contact-page{
    margin-top: 30px;
}

/* End Contact Us */



/* Customer Care Pages */

.CustomerCareContent {
    min-height: 500px;
    /* margin-top: 26px; */
    position: relative;
}

.CustomerCareContentLeft {
    width: 202px;
    position: absolute;
    top: 0;
}

.CustomerCareTopNav a {
    width: 190px;
    display: block;
    font-size: 12px;
    color: #7b7b7b;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #ccc;
    padding: 12px 0 12px 10px;
    margin-bottom: 12px;
}

.CustomerCareTopNav a:hover {
    color: #dcdcdc;
    background-color: #353535;
    border: 1px solid #353535;
}

.CustomerCareBottomNav {
    padding-top: 20px;
}

.CustomerCareBottomNav a {
    width: 190px;
    display: block;
    font-size: 12px;
    color: #1e1e1e;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 0 0 8px;
}

.CustomerCareBottomNav a:hover {
    text-decoration: underline;
}

.SocialMediaIconsCustomerCare {
    width: 170px;
    height: 20px;
    margin: 50px 0 10px 0;
}

.SocialMediaIconsCustomerCare a {
    width: 20px;
    height: 20px;
    float: left;
    padding: 0 4px;
}

.SocialMediaIcons {
    float: left;
    padding: 0 4px;
}

.CustomerCareContentRight {
    width: 75%;
    margin-left: 25%;
}

.CustomerCareContentRight h2 {
    /* font-family: Times New Roman, Times, serif; */
    font-size: 18px;
    font-weight: normal;
    color: #dcdcdc;
    text-transform: uppercase;
    background-color: #353535;
    /* margin-bottom: 18px;
    padding: 13px 0 12px 15px; */
}

.CustomerCareParagraph h3 {
    font-size: 16px;
    /* font-weight: normal;
    color: #1e1e1e; */
    text-transform: uppercase;
    margin-top: 24px;
}

.CustomerCareParagraph p {
    /* font-size: 12px;
    color: #7b7b7b; */
    padding-top: 8px;
    line-height: 20px;
}

.SchemaLogoContainer {
    display: none;
}

.MailingPhoneEmail {
    border-top: 1px solid #303030;
    margin-top: 20px;
    padding-top: 20px;
}

.MailingPhoneEmailDiv {
    width: 33%;
    float: left;
}

/* .MailingPhoneEmailDiv h3 {
    margin-top: 0;
} */

.MailingPhoneEmailDiv p a {
    color: #7b7b7b;
    text-decoration: none;
}

.MailingPhoneEmailDiv p a:hover {
    text-decoration: underline;
}

.CustomerCareDisclaimer {
    font-size: 12px;
    font-style: italic;
    color: #7b7b7b;
    clear: both;
    padding: 50px 10px 0 10px;
}

.CustomerCareDisclaimer a {
    font-size: 12px;
    font-style: normal;
    color: #353535;
    padding-left: 3px;
}

.ContactUsChatLink a {
    font-size: 12px;
    color: #7b7b7b;
    text-decoration: none;
    padding-top: 8px;
    line-height: 20px;
}

.ContactUsChatLink a:hover {
    text-decoration: underline;
}

.ContactUsChatLink img {
    -webkit-filter: brightness(.5);
    filter: brightness(.5);
    position: relative;
    top: 2px;
    left: 6px;
}

/* end Customer Care Pages */

/* Drew & Jonathan LP */

#drew-jonathan-lp-intro {
    width: 100%;
}

#drew-jonathan-lp-intro img {
    width: 100%;
    height: auto;
    display: block;
}

#drew-jonathan-lp-copy {
    display: flex;
    color: #FFF;
    margin: 70px 0;
}

#drew-jonathan-lp-copy h2 {
    font-size: 1.3em;
}

#drew-jonathan-lp-copy p {
    font-size: 1em;
    line-height: 1.5em;
}

#drew-jonathan-lp-copy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#drew-jonathan-lp-copy > div:first-of-type {
    flex: 1 0 30%;
    padding: 30px 20px 20px 20px;
    background-color: #1e253c;
}

#drew-jonathan-lp-copy > div:last-of-type {
    flex: 1 0 70%;
}

#drew-jonathan-lp-video {
    max-width: 1300px;
    margin: 0 auto 70px auto;
    text-align: center;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#drew-jonathan-lp-video img {
    width: 100%;
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
}

#drew-jonathan-lp-footer {
    display: flex;
    justify-content: space-between;
}

#drew-jonathan-lp-footer > div {
    flex: 1 0 33%;
    display: flex;
    align-items: flex-start;
}

#drew-jonathan-lp-footer > div:last-of-type {
    justify-content: end;
}

#drew-jonathan-lp-footer > div:nth-child(2) {
    justify-content: center;
}

#drew-jonathan-lp-footer img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#drew-jonathan-lp-footer a {
    position: relative;
    display: block;
    width: 98%;
    margin: 0 auto;
}

#drew-jonathan-lp-footer a span {
    position: absolute;
    bottom: 0;
    color: #FFF;
    text-decoration: none;
    display: block;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0 7px 0;
}

@media screen and (max-width: 1300px) {
    #drew-jonathan-lp-copy > div:first-of-type {
        flex: 1 0 40%;
    }

    #drew-jonathan-lp-copy > div:last-of-type {
        flex: 1 0 60%;
    }
}

@media screen and (max-width: 767px) {
    #drew-jonathan-lp-copy {
        flex-direction: column;
        margin: 40px 0;
    }

    #drew-jonathan-lp-copy > div:first-of-type {
        flex: 1 0 100%;
    }

    #drew-jonathan-lp-copy > div:last-of-type {
        flex: 1 0 100%;
        margin-top: 25px;
    }

    #drew-jonathan-lp-video {
        margin-bottom: 40px;
        text-align: center;
    }

    #drew-jonathan-lp-footer {
        flex-direction: column;
    }

    #drew-jonathan-lp-footer > div {
        flex: 1 0 100%;
        margin-bottom: 20px;
    }

    #drew-jonathan-lp-footer a {
        width: 100%;
    }
}

/* End Drew & Jonathan LP */

/* Login/Register/Forgot Password Mediterranean UI */

.LoginPageContainer * {
    box-sizing: border-box
}

.LoginPageInputArea span {
    display: block
}

.LoginPageInputArea input[type=password],
.LoginPageInputArea input[type=text] {
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc
}

.LoginPageForgotPassword {
    text-align: right;
    font-style: italic;
    color: #4d4d4d;
    margin: 0 0 10px;
    font-size: 12px
}

.LoginPageForgotPassword a {
    float: none;
    text-decoration: underline;
}

.LoginPageLabel {
    display: block;
}

.LoginPagePassword {
    margin-top: 0;
}

.LoginPageContainer {
    float: left;
    border: 1px solid #ccc;
    background: none;
    width: 100%;
    padding: 25px 50px;
    box-sizing: border-box;
    border-radius: 0;
}

.LoginPageContainer h2 {
    color: #272727;
    font-size: 20px
}

.LoginPageLabel {
    color: #777;
    font-size: 14px;
    margin-bottom: 5px
}

.LoginPageButton a {
    display: block;
    float: left;
    padding: 10px 50px;
    background: #353535;
    color: #e3e3e3;
    text-align: center;
    text-decoration: none;
    width: auto;
    cursor: pointer;
    border-radius: 0;
    font-size: 1rem;
}

.LoginPageRegister {
    display: none
}

.consumer-new-register p,
.consumer-new-register ul {
    color: #777;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 24px
}

.RegisterAccountFormPage {
    background: #fff;
    border: 1px solid #ccc;
    padding: 25px 50px;
    width: unset !important;
    border-radius: 0
}

.RegisterAccountFormPage h2 {
    color: #272727;
    font-weight: 700
}

.RegisterAccountFormArea input[type=password],
.RegisterAccountFormArea input[type=text] {
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 0
}

#btnRegister,
.RegisterAccountPageButton a {
    display: block;
    float: left;
    padding: 10px 50px;
    background: #353535;
    color: #e3e3e3;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    border: 0;
    box-sizing: border-box;
    width: unset;
    margin: 0 10px 10px 0
}

.LostPasswordPageForm .LostPasswordContainer {
    width: 250px;
    background-color: #e4e4e4;
    padding: 14px;
    margin: 0 auto;
    border-radius: 4px;
    border-top: 0;
    overflow: hidden
}

.LostPasswordHeading {
    font-size: 20px;
    font-weight: 400;
    color: #777;
    padding-bottom: 10px
}

.LostPasswordLabel,
.LostPasswordText {
    display: none
}

.LostPasswordUsername {
    border: 0;
    width: 96%;
    padding: 9px 2%;
    border-radius: 4px
}

.LostPasswordPageButton {
    margin-top: 10px
}

.LostPasswordPageButton a {
    background-color: #949494;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 7px 0;
    border-radius: 4px;
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase
}

.LoginRegisterContainer {
    height: 432px;
    background-color: #e4e4e4;
    padding: 14px
}

.LoginRegisterColumnLeft {
    width: 45%;
    float: left;
    padding-right: 5%
}

.LoginRegisterColumnRight {
    width: 50%;
    float: left;
    border-left: 1px dotted #aaa;
    box-sizing: border-box;
    padding-left: 5%
}

.LoginRegisterHeading {
    font-size: 20px;
    font-weight: 400;
    color: #777;
    padding-bottom: 10px
}

.LoginLabel,
.LoginRegisterParagraph,
.RegisterLabel {
    display: none
}

.LoginInput,
.LostPasswordInput,
.RegisterInput {
    border: 0;
    width: 96%;
    margin: 2px 0;
    padding: 9px 2%;
    border-radius: 4px
}

.LoginRegisterButton a {
    background-color: #949494;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 7px 0;
    border-radius: 4px;
    margin-top: 15px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase
}

.RegisterRequiredInfo {
    margin-top: 4px;
    color: #777;
    font-size: 10px
}

.RegisterLabelCheckBox {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #777;
    display: inline-block;
    padding-top: 10px
}

.RegisterInputCheckBox {
    width: auto;
    display: inline-block;
    position: relative;
    top: 2px
}

.LostPasswordContainer {
    border-top: 1px dotted #aaa;
    margin-top: 50px;
    padding-top: 14px
}

@media only screen and (max-width:450px) {
    .LoginRegisterContainer {
        height: 792px
    }

    .LoginRegisterColumnLeft {
        width: 100%;
        float: none;
        padding-right: 0
    }

    .LoginRegisterColumnRight {
        width: 100%;
        float: none;
        border-left: 0;
        border-top: 1px dotted #aaa;
        margin-top: 30px;
        padding: 14px 0 0
    }

    .LostPasswordContainer {
        margin-top: 30px
    }
}

/* End Login/Register/Forgot Password Mediterranean UI */

/* sales aids */
.sales-aids ul {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}

.sales-aids ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 20%;
    box-sizing: border-box;
    background: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0 15px 0 0;
}

.sales-aids ul li a img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    border: 1px solid #e4e4e4;
    display: block;
    padding: 25px;
    margin: 0 0 15px 0;
    box-sizing: border-box;
}

.sales-aids ul li a {
    display: block;
    font-size: 14px;
    text-decoration: none;
}

.sales-aids ul li a span {
    margin-bottom: 5px;
    margin-left: 15px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
    .sales-aids ul li {
        width: 33%;
    }
}

@media only screen and (max-width: 768px) {
    .sales-aids ul li {
        width: 50%;
    }
}

/* end sales aids */

/* Sales Aids Search */
/* search results page styles */
#search-container.sales-aids #search-results-container {
    box-sizing: border-box;
}

#search-results-container h2 {
    margin: 0 0 10px 0;
    font-family: Times New Roman, Times, serif;
    font-size: 28px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#search-container.sales-aids #search-results-container #search-input {
    white-space: nowrap;
    margin: 0 0 15px 0;
    position: relative;
}

#search-container.sales-aids #search-results-container .search-box-container {
    display: inline-block;
    min-width: 600px;
}

#search-container.sales-aids #search-results-container input[type="text"] {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    font-weight: bold;
}

#search-container.sales-aids #search-results-container .no-results {
    margin: 15px 0;
}

#search-container.sales-aids #search-results-container #search-results ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 20%;
    box-sizing: border-box;
    background: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0 15px 0 0;
}

#search-container.sales-aids #search-results-container #search-results ul li a {
    text-decoration: none;
}

#search-container.sales-aids #search-results-container #search-results ul li a img {
    width: 100%;
    border: 1px solid #e4e4e4;
    display: block;
    padding: 25px;
    margin: 0 0 15px 0;
    box-sizing: border-box;
}

#search-container.sales-aids #search-results-container #search-results ul li a p {
    margin-bottom: 5px;
    margin-left: 15px;
    text-transform: uppercase;
}

#search-container.sales-aids #search-results-container .load-more {
    text-align: center;
    font-size: 14px;
    margin: 15px 0;
    cursor: pointer;
}

#search-container.sales-aids #search-results-container .load-more a.previous {
    display: block;
    float: left;
    text-decoration: none;
}

#search-container.sales-aids #search-results-container .load-more a.next {
    display: block;
    float: right;
    text-decoration: none;
}

#search-container.sales-aids #search-results-container .result-count {
    margin: 0 0 25px;
    color: #333;
}

/* end search results page styles */