/* FONTS - Futura PT *

Futura PT Heavy
font-family: futura-pt, sans-serif;
font-weight: 700;
font-style: normal;
Futura PT Book
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;
Futura PT Book Oblique
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: italic;
Futura PT Bold
font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-style: normal;
Futura PT Cond Book
font-family: futura-pt-condensed, sans-serif;
font-weight: 400;
font-style: normal;
Futura PT Cond Bold
font-family: futura-pt-condensed, sans-serif;
font-weight: 700;
font-style: normal;
*/

@font-face {
    font-family: "futura-pt";
    src: url("https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/l?subset_id=2&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/d?subset_id=2&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/a?subset_id=2&fvd=n3&v=3") format("opentype");
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    font-display: auto;
}

@font-face {
    font-family: "futura-pt";
    src: url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: auto;
}

@font-face {
    font-family: "futura-pt";
    src: url("https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/309dfe/000000000000000000010091/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/309dfe/000000000000000000010091/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: auto;
}

body,
h1,
h2,
h3,
p,
ul {
    margin: 0;
    padding: 0;
}

/* CLS FIX ZD#67279 */
#homebanner {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: calc(796/2048 * 100%);
}

#homebanner>div {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 768px) {
    #homebanner {
        padding-top: calc(715/768 * 100%);
    }
}

#logo,
#mobilenav,
.nav .nav-column {
    text-align: left;
    float: left;
}

#hc1-redirectimg,
#passinoimg,
#searchboxright a,
#topbannerheading,
#topbar,
.topbannercopy,
.topbannerlogo {
    text-align: center;
}

#topbar p,
.nav>li>a {
    font-weight: 400;
}

input[type=button],
input[type=submit],
input[type=text],
textarea {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1264px;
    padding-left: 10px;
    padding-right: 10px;
}

#passinoimg,
#passionsmultimg img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#hc1-redirecttxt {
    font-size: 20px;
    margin-top: 40px;
}

#hc1-redirectimg {
    margin-top: 10px;
}

#topbar {
    width: 100%;
    background-color: #464646;
    padding: 2px 0;
}

#topbar p {
    font-size: 20px;
    padding: 0 10px;
    color: #fff;
}

#topbar a {
    color: #FFF;
    text-decoration: none;
}

#topbar a:hover {
    text-decoration: underline;
}

.fixedheader {
    width: 100%;
    z-index: 25000;
    left: 0;
    background-color: #FFF;
}

.fixed {
    position: fixed;
    top: 0;
}

.nav,
.nav>li>a {
    position: relative;
}

.fixedFix {
    top: 120px !important;
}

#logo {
    width: 30%;
    padding-top: 10px;
}

#logo img {
    max-width: 85%;
    margin-left: 45px;
    height: auto;
}

#navcontainer {
    width: 70%;
    float: left;
}

@media screen and (min-width:1785px) {
    #navcontainer {
        width: 84%;
        padding-left: 1%;
    }
}

@media screen and (min-width:1500px) and (max-width:1784px) {

    #navcontainer {
        width: 80%;
        padding-left: 2%;
    }
}

/*@media screen and (min-width:1350px) {

    .fixedheader {
        position: fixed;
    }
}*/

@media screen and (min-width:1350px) and (max-width:1499px) {

    #navcontainer {
        width: 78%;
        padding-left: 2%;
    }
}

@media screen and (max-width:1349px) {

    #navcontainer {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        float: none;
    }
}

#topnav {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 16px;
    margin-top: 30px;
}

#subnav {
    float: left;
}

#subnav li {
    list-style: none;
    display: inline;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 20px;
}

#subnav li a {
    text-decoration: none;
    color: #2a2a2a;
}

#mainnav {
    width: 80%;
    padding-top: 19px;
    float: left;
}

.nav,
.nav a,
.nav div,
.nav form,
.nav input,
.nav li,
.nav ul {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
}

.nav a {
    text-decoration: none;
}

#accountnav ul li,
#mobilenav ul li,
#stayconnectedheading p,
#topbar p,
.nav .nav-column p,
.nav-nonbold-heading,
.nav>li>a {
    text-transform: uppercase;
}

#accountnav li:hover li a:hover,
#accountnav ul li a:hover,
#footercopyright a:hover,
#footerleftmiddle li a:hover,
#footerright li a:hover,
#footerrightmiddle li a:hover,
#mobilenav li:hover li a:hover,
#seocontentbox li a:hover,
.nav .nav-column p a:hover {
    text-decoration: underline;
}

.nav li {
    list-style: none;
}

.nav {
    display: inline-block;
    cursor: default;
    z-index: 500;
}

.nav>li {
    display: block;
    position: relative;
    float: left;
}

.nav>li>a {
    display: block;
    z-index: 510;
    padding-right: 15px;
    padding-left: 15px;
    height: 30px;
    font-size: 18px;
    color: #2a2a2a;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.nav>li>.nav-shop {
    position: absolute;
    top: 25px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    display: block;
}

.nav>li:hover>a {
    color: #909090;
}

.nav>li>.nav-shop {
    width: 200px;
    left: 0;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.nav>li:hover>div {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.nav .nav-column-border {
    border-left: 2px solid #ccc;
}

.nav .nav-column {
    width: 200px;
    padding: 15px;
}

#footercopyright,
#footerleft {
    padding-left: 2%;
    padding-right: 2%;
}

.nav .nav-column ul {
    padding-bottom: 5px;
}

.nav-nonbold-heading {
    font-weight: 400 !important;
    color: #000;
}

.nav .nav-column p {
    font-weight: 600;
    color: #000;
}

.nav .nav-column p a {
    color: #000;
}

.nav .nav-column li a {
    display: block;
    line-height: 18px;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.nav .nav-column li a:hover {
    color: #909090;
    text-decoration: underline;
}

#accountnav ul li a,
#footercontainer a,
#footercontainer li a,
#mobilenav ul li a,
#searchboxright a {
    text-decoration: none;
}

#mobilenav {
    width: 50px;
    padding-top: 22px;
    padding-left: 10px;
    background-color: #FFF;
}

#mobilenav ul {
    list-style: none;
}

#mobilenav ul li {
    display: block;
    position: relative;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 18px;
    z-index: 100;
}

#mobilenav li:hover ul,
#mobilenav li:hover>ul {
    position: absolute;
    display: block;
}

#accountnav li ul,
#mobilenav li ul {
    display: none;
}

#mobilenav ul li a {
    display: block;
    color: #000;
    white-space: nowrap;
}

#mobilenav ul li:hover a {
    text-decoration: none;
    color: #000;
}

#mobilenav li:hover ul {
    width: 100%;
    z-index: 9999;
}

#mobilenav li:hover li {
    width: 200px;
    clear: both;
}

#mobilenav li:hover li a {
    padding-left: 20px;
    padding-top: 5px;
    background-color: #96948e;
    color: #FFF;
    position: relative;
    border-top: 1px solid #fff;
    height: 35px;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    left: 0;
    top: 0;
    z-index: 200;
}

.products-items a {
    color: #2a2a2a !important;
    background-color: #efefef !important;
}

.products-items {
    position: relative !important;
}

#footercontainer,
#stayconnected {
    background-color: #464646;
    width: 100%;
}

#accountsearchcontainer {
    width: 15%;
    padding-right: 1%;
    float: right;
}

#accountnav {
    margin-bottom: 5px;
    float: right;
}

#accountnav ul {
    list-style: none;
}

#accountnav ul li {
    display: block;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    float: right;
}

#accountnav ul li a {
    display: block;
    color: #000;
    height: 16px;
    padding-left: 12px;
    padding-right: 9px;
    white-space: nowrap;
}

#accountnav li:hover ul {
    display: block;
    position: absolute;
    z-index: 800;
}

#accountnav li:hover li {
    width: 140px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 12px;
    clear: both;
}

#accountnav li:hover li a {
    background-color: #fff;
    color: #000;
    position: relative;
    height: 25px;
    line-height: 25px;
    left: 0;
    top: 5px;
    z-index: 800;
    border: 0;
}

#searchbox {
    width: 224px;
    height: 31px;
    border: 1px solid #b2b2b2;
    margin-bottom: 10px;
    margin-top: 15px;
    float: right;
}

#searchboxleft {
    width: 185px;
    height: 31px;
    float: right;
}

#footer-search p {
    font-size: 18px;
    font-weight: 300;
    color: #FFF;
    padding-bottom: 5px;
}

#searchboxleft input,
#footer-search input {
    width: 170px;
    height: 23px;
    font-size: 14px;
    color: #2a2a2a;
    background-color: #fff;
    padding: 3px 3px 3px 6px;
    border: 1px solid #fff;
}

#searchboxright {
    width: 39px;
    height: 31px;
    float: right;
}

#searchboxright a {
    display: block;
    width: 39px;
    height: 31px;
    line-height: 31px;
    background-color: #fff;
    font-size: 12px;
    font-weight: 700;
    color: #2a2a2a;
}

#searchboxright a:hover {
    color: #a1a1a1;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

#homebanner {
    position: relative;
    width: 100%;
}

#homebanner img {
    width: 100%;
    height: auto;
    display: block;
}

#topbannerheading {
    width: 100%;
    background: rgba(255, 255, 255, .8);
    position: relative;
    z-index: 100;
    padding-top: 15px;
    padding-bottom: 0;
}

#topbannerheading p {
    font-weight: 400;
    font-size: 26px;
    text-transform: uppercase;
}

.topbannerlogo {
    margin-top: 10px;
    margin-bottom: 5px;
}

.topbannerlogo img {
    max-width: 100%;
    height: auto;
}

.topbannercopy {
    margin-bottom: 15px;
}

.topbannercopylarge {
    font-weight: 400;
    font-size: 22px;
    display: block;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.topbannercopy p {
    font-weight: 300;
    font-size: 16px;
    color: #2a2a2a;
}

#footercontainer a,
#footercontainer li,
#footercontainer li a,
#footercontainer p,
#stayconnectedheading p {
    color: #FFF;
}

#stayconnected {
    padding-bottom: 3px;
    margin: 20px 0;
}

#stayconnectedheading p {
    text-align: right;
    font-weight: 400;
    font-size: 27px;
    padding: 12px 0;
}

#subleft,
#submiddle,
#subright,
#subrighttop {
    margin-top: 25px;
}

#subleft img,
#submiddle img,
#subright img,
#subrightbottom img,
#subrighttop img {
    width: 100%;
    height: auto;
    display: block;
}

.footerheading,
.footerheadinglarge,
.footerleftheading {
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
}

#subrightbottom {
    margin-top: 6%;
}

#footercontainer {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 40px;
    letter-spacing: 1px;
}

.footerheading {
    font-size: 20px;
    margin-bottom: 20px;
}

.footerheadingsmall {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.footerheadinglarge {
    font-size: 25px;
    margin-bottom: 20px;
}

#footerleft {
    width: 21%;
    padding-top: 20px;
    float: left;
}

.footerleftheading {
    width: 100%;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFF;
    margin-bottom: 25px;
}

#footerleft p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

#footerleftmiddle,
#footerright,
#footerrightmiddle {
    width: 21%;
    padding-top: 20px;
    padding-left: 2%;
    padding-right: 2%;
    float: left;
}

#footerleftmiddle li {
    list-style: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
}

#footercopyright a,
#seocontentbox li a,
.sitemapcolumn li a {
    color: #FFF;
    text-decoration: none;
}

#footersocialmedia li {
    list-style: none;
    display: inline;
    padding-right: 5px;
}

#footersocialmedia li a {
    color: #FFF;
    list-style: none;
}

#footerright li,
#footerrightmiddle li {
    list-style: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

#footercopyright {
    width: 96%;
    color: #FFF;
    font-size: 13px;
    margin-top: 50px;
}

#seocontentbox {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 30px;
}

#seocontentbox p {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #FFF;
}

#seocontentbox ul {
    padding-left: 30px;
}

#seocontentbox li {
    font-size: 12px;
    line-height: 16px;
    list-style: none;
}

#sitemap ul {
    padding-left: 0 !important;
    margin-bottom: 10px;
}

.sweeps-details ol li,
.sweeps-hero img {
    margin-bottom: 15px;
}

.sitemapcolumnheading {
    font-size: 14px;
    color: #FFF;
    padding-bottom: 10px;
    display: inline-block;
}

.sitemapcolumn li {
    list-style: none;
    font-size: 12px;
    color: #FFF;
    line-height: 18px;
}

.sitemapcolumn li a:hover,
.sweeps-details ol li a,
.trade-about-heading {
    text-decoration: underline;
}

.left-banner {
    overflow: hidden;
    padding-left: 0;
}

.left-banner h2 {
    font-size: 2.25em;
    margin-top: 20%;
    padding-bottom: 15%;
}

.sweeps-hero img,
.trade-hero img {
    margin-top: 15px;
    width: 100%;
    height: auto;
}

.left-banner h3 {
    font-size: 1.5em;
    padding-top: 10%;
    padding-bottom: 10%;
    font-weight: 400;
}

.right-banner {
    padding-right: 0;
}

.right-banner img {
    width: 100%;
    height: auto;
}

.sweeps-details {
    padding: 15px;
    background-color: gray;
    color: #fff;
}

.sweeps-details ol li a {
    color: #fff !important;
}

.trade-contact-us-text,
.trade-design-partners-text,
.trade-sign-up-text {
    display: none;
}

.trade-hero img {
    margin-bottom: 25px;
}

.trade-about-heading,
.trade-contact-us-heading,
.trade-design-partners-heading,
.trade-sign-up-heading {
    text-align: center;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: #fff;
}

.trade-about-heading h2,
.trade-contact-us-heading h2,
.trade-design-partners-heading h2,
.trade-sign-up-heading h2 {
    font-size: 19px;
}

.trade-about-heading,
.trade-contact-us-heading,
.trade-design-partners-heading,
.trade-sign-up-heading:hover {
    cursor: pointer;
}

.trade-about-heading span,
.trade-contact-us-heading span,
.trade-design-partners-heading span,
.trade-sign-up-heading span {
    border: 3px solid gray;
    border-radius: 5px;
    background-color: gray;
    display: inline-block;
    width: 80%;
}

.trade-about-heading span {
    padding: 6px 10px;
}

.trade-sign-up-heading span {
    padding: 6px 10px;
}

.trade-contact-us-heading span {
    padding: 6px 10px;
}

.trade-design-partners-heading span {
    padding: 6px 10px;
}

.trade-about-text h3,
.trade-contact-us-text h3,
.trade-sign-up-text h3 {
    margin-bottom: 5px;
}

.trade-about-text p,
.trade-contact-us-text p,
.trade-sign-up-text p {
    margin-bottom: 15px;
}

h3.trade-red-text-header {
    color: red;
    margin-bottom: 5px;
}

p.trade-red-text-paragraph {
    color: red;
    margin-bottom: 15px;
}

.trade-sign-up-text iframe {
    width: 100%;
}

.ellentopsection a,
.ellentopsection a:visited {
    color: #000 !important;
    text-decoration: none !important;
}

.mfp-counter,
.mfp-title {
    color: gray;
    padding: 5px;
    line-height: 18px;
}

.request-designer-page {
    margin-top: 2%;
}

.request-designer-top {
    margin-bottom: 2.5%;
}

.request-designer-top h2 {
    margin-bottom: 1%;
}

.request-designer-top h3 {
    margin-bottom: 2.5%;
    font-weight: 400;
}

.request-designer-images img {
    width: 100%;
    height: auto;
    margin-bottom: 2%;
}

.request-designer-form {
    margin-right: 3.5%;
    margin-bottom: 2%;
}

.request-designer-form iframe {
    width: 100%;
    margin-bottom: 2%;
}

.request-slide-image {
    margin-left: 5%;
    margin-bottom: 2%;
}

.request-slide-image img {
    width: 100%;
    height: auto;
}

.request-submit-text {
    margin-bottom: 1.25%;
}

#promotionsgraphic,
#shopclearance {
    margin-bottom: 10px;
}

.survey-iframe iframe {
    margin-top: 3%;
}

.request-designer-owl-next {
    margin-top: 1.75%;
}

.moms-description,
.moms-name {
    text-align: right;
}

#promoimg1,
#promoimg2,
#shopclearance {
    text-align: center;
}

.mfp-title {
    float: left;
}

#story-expand a,
.mfp-counter,
img.learnbutton {
    float: right;
}

.mfp-bottom-bar {
    background-color: #fff;
}

@media screen and (min-width:300px) and (max-width:465px) {

    .request-designer-1-form iframe,
    .request-designer-2-form iframe,
    .request-designer-3-form iframe {
        height: 625px;
        clear: both;
    }
}

@media screen and (max-width:497px) {
    .sofa-icon {
        clear: both;
    }
}

@media screen and (min-width:583px) and (max-width:767px) {
    .sofa-icon {
        clear: both;
    }
}

@media screen and (max-width:485px) {
    .trade-sign-up-text iframe {
        height: 1075px !important;
    }
}

@media screen and (max-width:400px) {

    #logo,
    #stayconnected p {
        text-align: center;
    }

    #logo {
        width: 100%;
        padding-top: 15px;
        float: none;
    }

    #logo img {
        max-width: 90%;
        margin-left: 0;
    }

    #topbar p {
        font-size: 14px;
    }

    #topnav {
        margin-top: 10px;
    }

    #accountsearchcontainer {
        width: 79%;
        padding-right: 1%;
        float: right
    }

    #accountnav {
        margin-right: 9px;
    }

    #accountnav ul li {
        font-size: 13px;
    }

    #searchbox {
        width: 174px;
        margin-bottom: 12px;
    }

    #searchboxleft {
        width: 135px;
    }

    #searchboxleft input {
        width: 124px;
    }

    #topbannerheading {
        width: 100%;
        margin-top: 20px;
        padding-top: 0;
        padding-bottom: 0;
    }

    #topbannerheading p {
        font-size: 20px;
    }

    #stayconnected {
        padding-bottom: 10px;
    }

    #stayconnectedheading p {
        padding-top: 8px;
        padding-bottom: 0;
    }

    #subrightbottom {
        margin-top: 25px;
    }

    #footerleft,
    #footerleftmiddle,
    #footerright,
    #footerrightmiddle {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        float: none;
    }

    #footerleftmiddle li {
        font-size: 16px;
        line-height: 32px;
    }

    #footerright li,
    #footerrightmiddle li {
        font-size: 16px;
        line-height: 26px;
    }

    #footercopyright {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 30px;
    }
}

@media screen and (min-width:401px) and (max-width:767px) {

    #logo,
    #stayconnected p {
        text-align: center;
    }

    #logo {
        width: 100%;
        padding-top: 15px;
        float: none;
    }

    #logo img {
        max-width: 80%;
        margin-left: 0;
    }

    #topbar p {
        font-size: 18px;
    }

    #topnav {
        margin-top: 10px;
    }

    #accountsearchcontainer {
        width: 79%;
        padding-right: 1%;
        float: right;
    }

    #accountnav {
        margin-right: 9px;
    }

    #accountnav ul li {
        font-size: 13px;
    }

    #searchbox {
        width: 174px;
        margin-bottom: 12px;
    }

    #searchboxleft {
        width: 135px;
    }

    #searchboxleft input {
        width: 124px;
    }

    #topbannerheading {
        width: 100%;
        margin-top: 20px;
        padding-top: 0;
        padding-bottom: 0;
    }

    #topbannerheading p {
        font-size: 25px;
    }

    #stayconnected {
        padding-bottom: 10px;
    }

    #stayconnectedheading p {
        padding-top: 8px;
        padding-bottom: 0;
    }

    #subrightbottom {
        margin-top: 25px;
    }

    #footerleft,
    #footerleftmiddle,
    #footerright,
    #footerrightmiddle {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        float: none;
    }

    #footerleftmiddle li {
        font-size: 16px;
        line-height: 32px;
    }

    #footerright li,
    #footerrightmiddle li {
        font-size: 16px;
        line-height: 26px;
    }

    #footercopyright {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 30px;
    }

    #promoimg2,
    #promoimg3 {
        text-align: center;
    }
}

@media screen and (max-width:501px) {
    .request-designer-form {
        margin-right: 0;
    }

    .request-slide-image {
        margin-left: 0;
    }
}

@media screen and (min-width:320px) and (max-width:349px) {
    .survey-iframe iframe {
        width: 100%;
        height: 1150px;
    }
}

@media screen and (min-width:350px) and (max-width:389px) {
    .survey-iframe iframe {
        width: 100%;
        height: 1025px;
    }
}

@media screen and (min-width:390px) and (max-width:524px) {
    .survey-iframe iframe {
        width: 100%;
        height: 950px;
    }
}

@media screen and (min-width:525px) and (max-width:546px) {
    .survey-iframe iframe {
        width: 100%;
        height: 900px;
    }
}

@media screen and (min-width:547px) and (max-width:604px) {
    .survey-iframe iframe {
        width: 100%;
        height: 875px;
    }
}

@media screen and (max-width:768px) {
    .promotions-buttons {
        padding: 0 20%;
    }
}

@media screen and (min-width:766px) and (max-width:949px) {
    .survey-iframe iframe {
        width: 100%;
        height: 925px;
    }
}

.promotions-buttons {
    padding: 0 10%;
}

#promotionsgraphic img,
#promotionstext img,
.findadesigner img {
    height: auto;
    width: 100%;
}

@media screen and (min-width:768px) and (max-width:1024px) {
    #topbar {
        padding: 2px 0;
    }

    #topbar p {
        font-size: 20px;
    }

    #footerleftmiddle li {
        font-size: 16px;
        line-height: 32px;
    }

    #footerright li,
    #footerrightmiddle li {
        font-size: 16px;
        line-height: 26px;
    }

    .request-designer-form {
        margin-right: 0 !important;
    }

    .request-slide-image {
        margin-left: 0 !important;
    }
}

@media screen and (min-width:768px) and (max-width:1018px) {
    .left-banner h2 {
        font-size: 1.25em;
    }

    .left-banner h3 {
        font-size: 1em;
    }
}

@media screen and (min-width:768px) and (max-width:1349px) {
    #logo {
        width: 100%;
        padding-top: 5px;
        text-align: center;
        float: none;
    }

    #logo img {
        max-width: 50%;
        margin-left: 0;
        height: auto;
    }

    #topbannerheading p {
        font-size: 25px;
    }
}

@media screen and (min-width:768px) and (max-width:1054px) {

    #topnav {
        margin-top: 10px;
    }

    #subnav li {
        font-size: 16px;
    }

    #mainnav {
        width: 77%;
        float: left;
    }

    #mainnav>ul>li>a {
        padding-right: 2px;
        padding-left: 2px;
        font-size: 13px;
    }

    #accountsearchcontainer {
        width: 21%;
        padding-right: 1%;
        float: right;
    }

    #searchbox {
        width: 154px;
    }

    #searchboxleft {
        width: 115px;
    }

    #searchboxleft input {
        width: 104px;
    }
}

@media screen and (min-width:1055px) and (max-width:1349px) {

    #topnav {
        margin-top: 10px;
    }

    #subnav li {
        font-size: 16px;
    }

    #mainnav {
        width: 74%;
        float: left;
    }

    #mainnav>ul>li>a {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 13px;
    }

    #accountsearchcontainer {
        width: 24%;
        padding-right: 1%;
        float: right;
    }
}

@media screen and (min-width:1025px) and (max-width:1180px) {
    .left-banner h2 {
        font-size: 1.75em;
    }

    .left-banner h3 {
        font-size: 1.25em;
    }
}

@media screen and (min-width:1025px) {
    .careerstext {
        margin-top: -30px;
    }
}

@media screen and (min-width:1350px) and (max-width:1650px) {
    #mainnav {
        padding-top: 22px;
    }

    .nav>li>a {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 15px;
    }

    #subnav li {
        font-size: 16px;
    }
}

@media screen and (min-width:1350px) and (max-width:1800px) {
    #mainnav {
        width: 81%;
        float: left;
    }

    #accountsearchcontainer {
        padding-right: 1%;
        float: right;
    }
}

@media screen and (min-width: 1350px) {
    #logo {
        display: none;
    }

    #desktoplogo {
        text-align: left;
        margin-left: 20px;
        float: left;
    }
}

@media screen and (max-width: 1349px) {
    #desktoplogo {
        display: none;
    }
}

@media screen and (min-width:1651px) and (max-width:1800px) {
    #mainnav>ul>li>a {
        padding-right: 15px;
        padding-left: 15px;
    }
}

#shopproductsheading img {
    width: 100%;
    height: auto;
    display: block;
}

.shopproductstitle p {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 50px;
}

.shopproductstitle a {
    color: #2a2a2a;
    text-decoration: none;
}

.shopproductstitle a:hover {
    text-decoration: underline;
}

.shopproductslinks li {
    list-style: none;
    font-size: 14px;
    line-height: 22px;
}

.shopproductslinks li a {
    text-decoration: none;
    color: #2a2a2a;
}

.shopproductslinks li a:hover {
    text-decoration: underline;
}

#promoimg3,
#promotionstext {
    margin: 0 auto;
}

#promoimg1 {
    margin-top: 5px;
}

#promoimg1 img,
#promoimg2 img,
#promoimg3 img {
    max-width: 100%;
}

#shopclearance a {
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF !important;
    padding: 15px 35px;
    text-decoration: none !important;
    background-color: #e30a13;
    border-radius: 10px;
    line-height: 32px;
}

#shopclearance a:hover {
    background-color: #ca060f;
}

#promotionssignup {
    width: 100%;
    margin-bottom: 40px;
}

#promotionssignupheading p {
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    color: #2a2a2a;
    padding: 12px 0;
}

#stayconnectedthankyou {
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
}

.chooseyourdesigner h2,
.findadesigner h2,
.findadesigner h3 {
    font-weight: 400;
    text-transform: uppercase;
}

@media screen and (max-width:400px) {
    #promotionssignup {
        padding-bottom: 10px;
    }

    #promotionssignupheading p {
        padding-top: 8px;
        padding-bottom: 0;
    }

    #promotionssignup p {
        text-align: center;
    }
}

@media screen and (min-width:401px) and (max-width:767px) {
    #promotionssignup {
        padding-bottom: 10px;
    }

    #promotionssignupheading p {
        padding-top: 8px;
        padding-bottom: 0;
    }

    #promotionssignup p {
        text-align: center;
    }
}

.findadesigner img {
    display: block;
}

.chooseyourdesigner,
.tryourmatchmaker {
    width: 87%;
    background-color: #000;
    border: 10px solid grey;
    text-align: center;
}

.findadesigner h2 {
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 35px;
    text-align: center;
}

.findadesigner li {
    line-height: 22px;
}

.findadesigner h3 {
    font-size: 30px;
    color: #FFF;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    background-color: #000;
    padding: 20px;
}

.chooseyourdesigner {
    padding: 0 10px 25px;
    margin: 20px auto 0;
}

.chooseyourdesigner h2 {
    font-size: 25px;
    margin-bottom: 25px;
    text-align: center;
    color: #FFF;
}

.tryourmatchmaker {
    padding: 25px 10px;
    margin: 30px auto 0;
}

.tryourmatchmaker a {
    font-size: 25px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    color: #FFF !important;
    text-decoration: none !important;
}

#KoteDetailsdynamicContentCMS h1,
#stresslesscopy h1,
.brand-image-txt p,
.givingbackcontent h2,
.givingbacktitle h1,
.joinEmailpara3,
.makeovers-page h1,
.markproducttitle a,
.shop-drexel a,
.storecopy h1,
.styledbySectionTitle {
    text-transform: uppercase;
}

#findadesignerbox {
    margin: 0 auto;
    text-align: center;
}

.findadesignerfooterlinks {
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
}

.findadesignerfooterlinks a,
.findadesignerfooterlinks p {
    font-size: 16px !important;
    line-height: 22px !important;
}

#joinemailoverlay {
    width: 250px;
}

div.pp_default .pp_close {
    margin-right: 0 !important;
    top: -36px !important;
    right: 5px !important;
}

.home-popup,
.pp_default {
    position: relative;
    background: #FFF;
    padding: 0 0 30px;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #1E1E1E;
}

.joinEmailpara1,
.joinEmailpara2,
.joinEmailpara3 {
    margin: 0 0 15px;
    text-align: center;
}

.pp_pic_holder {
    top: 20% !important;
}

.owl-next,
.owl-prev {
    top: 35%;
    position: absolute;
}

.joinEmailpara1 {
    font-size: 24px;
}

.joinEmailpara2 {
    font-size: 38px;
    line-height: 33px;
}

.joinEmailpara3 {
    font-size: 16px;
    color: #6d971b;
}

.joinEmailpara4 {
    font-size: 18px;
    margin: 15px 0;
}

.containerJoinemail input[type=text] {
    width: 100%;
    padding: 6px 0;
    border: 1px solid #ccc;
    text-indent: 5px;
    background: #d0d0d0;
    font-style: italic;
    font-size: 14px;
}

#home-pop-submit {
    text-align: center;
}

.home-pop-submit {
    text-align: center;
    margin: 15px 0 0;
    border: 0;
    padding: 8px !important;
    width: 175px;
    color: #fff;
    font-size: 16px;
    background: #6d971b;
}

::-webkit-input-placeholder {
    color: #000;
    padding-left: 5px;
}

:-moz-placeholder {
    color: #000;
    padding-left: 5px;
}

::-moz-placeholder {
    color: #000;
    padding-left: 5px;
}

:-ms-input-placeholder {
    color: #000;
    padding-left: 5px;
}

.AttributeFilter {
    z-index: 250;
}

.AttributeFilterDivMaterial,
.AttributeFilterDivStyle,
.AttributeFilterDivFinish {
    display: none !important;
}

.owl-prev {
    left: 4px;
}

.owl-next {
    right: 4px;
}

#themarkfootercontainer,
#themarkheadercontainer {
    position: relative;
}

.owl-theme .owl-controls .owl-buttons div {
    background: 0 0 !important;
    color: #2a2a2a !important;
    font-size: 41px !important;
}

@media screen and (min-width:900px) and (max-width:1130px) {

    .owl-next,
    .owl-prev {
        top: 25%;
    }
}

@media screen and (min-width:768px) and (max-width:899px) {

    .owl-next,
    .owl-prev {
        top: 20%;
    }
}

.DesignerSearchResultsForm #divworkspacearea,
.ManageAccountContentForm #divworkspacearea {
    max-width: 1264px;
    margin: 0 auto;
}

.dynamicFooter {
    clear: both;
}

.ItemBrowserPageForm #divworkspacearea,
.ItemInformationPageForm #divworkspacearea {
    max-width: 1264px;
    padding: 0 10px;
    margin: 0 auto;
}

.FavoritesBrowserContainer,
.FlyerContainerDiv {
    max-width: 1264px;
    padding: 20px 20px 50px;
    margin: 0 auto;
}

.cancellations p,
.warranty p,
.privacy p,
.returns p,
.warranties p {
    padding-bottom: 15px;
}

.LoginPageContainer {
    margin-top: 35px;
    margin-bottom: 50px;
}

.ItemBrowserPageContainer {
    margin-top: 20px;
}

.RegisterAccountFormPage {
    margin-top: 35px;
    margin-bottom: 50px;
}

.ProductDescriptionHeading,
.careerstext h1,
.careerstext p {
    margin-bottom: 20px;
}

.ItemBrowserProductList {
    margin-top: 55px;
}

.careerstext p {
    line-height: 1.5em;
}

.careersvideo {
    margin-bottom: 10px;
}

.careersvideo p {
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.careersimage img,
.careersvideo img {
    margin-bottom: 30px;
    height: auto;
    max-width: 100%;
}

.careersvideo h2 {
    text-align: center;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 3.5px;
}

.promoimg,
img.couponbutton,
img.learnbutton {
    margin-bottom: 15px;
}

#divShowSalesReps {
    background-color: gray !important;
    color: #fff;
    border: 2px solid #000;
}

#divShowSalesReps h2 {
    color: #fff;
}

.designersummary a,
.designservices a,
.findadesigner-showrooms a,
.findadesigner-showrooms ul li,
.showrooms a {
    color: gray;
}

#formjoinemail iframe {
    width: 100%;
    height: 315px;
}

.savingscardcoupon img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    margin-top: 25px;
}

.coupon-content iframe {
    width: 100% !important;
}

.emailthankyoulink,
.formthankyoulink {
    font-size: 1.5em !important;
    text-decoration: none !important;
}

.makeoverform-header img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    margin-top: 25px;
}

.designerhero img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

.designersummary p {
    text-align: center;
    font-weight: 400;
    margin-bottom: 25px;
}

.summarybold {
    font-weight: 600 !important;
}

.additionaldesign p,
.searchdesigners p {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.25em;
}

.cancellations h3,
.returns h3,
.warranty h3,
.privacy h3,
.warranties h3 {
    font-size: 1.5em;
    padding-bottom: 15px;
}

.showrooms {
    text-align: center;
    margin-bottom: 8px;
}

.showroomssecond {
    margin-bottom: 25px;
}

.designservices {
    margin-bottom: 15px;
}

.designservices ul li,
.showrooms ul li {
    list-style: none;
    display: inline-block;
    color: gray;
}

.designservices ul li:before,
.showrooms ul li:before {
    content: "  ";
}

.designservices ul li:after,
.showrooms ul li:after {
    margin-left: 5px;
    content: "|";
    margin-right: 5px;
}

.designservices ul li:last-child:after,
.showrooms ul li:last-child:after {
    content: "";
}

.designerform iframe {
    width: 100%;
    height: 1150px;
    overflow-y: hidden;
    border: none;
}

.findadesigner-top h3 {
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 1%;
}

.findadesigner-top p {
    margin-top: 1.5%;
    margin-bottom: 3%;
    margin-left: 1%;
}

.findadesigner-top iframe {
    width: 100%;
}

.find-a-designer-steps img {
    width: 100%;
    height: auto;
    margin-top: 2.5%;
}

.findadesigner-showrooms-heading {
    margin-bottom: 1%;
    margin-left: .4%;
}

.findadesigner-showrooms ul li {
    list-style: none;
    display: inline-block;
    margin-left: .4%;
}

/*.cancellations-expanded-minus,
.returns p,
.warranty-expanded-minus,
.privacy-expanded-minus,
.returns-expanded-minus,{
    display: none;
}*/

.findadesigner-showrooms ul li:before {
    content: "  ";
}

.findadesigner-showrooms ul li:after {
    margin-left: 5px;
    content: "|";
    margin-right: 5px;
}

.findadesigner-showrooms ul li:last-child:after {
    content: "";
}

.findadesigner-showrooms {
    margin-bottom: 3%;
}

.additionaldesign {
    margin-left: .4%;
}

.findadesigner-designservices {
    margin-bottom: 3%;
    margin-left: .4%;
}

@media screen and (min-width:390px) and (max-width:500px) {
    .findadesigner-top iframe {
        height: 700px;
        clear: both;
    }

    .coupon-content iframe {
        width: 354px !important;
    }
}

@media screen and (min-width:331px) and (max-width:389px) {
    .findadesigner-top iframe {
        height: 750px;
        clear: both;
    }

    .coupon-content iframe {
        width: 315px !important;
    }
}

@media screen and (min-width:300px) and (max-width:330px) {
    .findadesigner-test iframe {
        height: 650px;
        clear: both;
    }

    .coupon-content iframe {
        width: 260px !important;
    }
}

.rugbutton img {
    width: 100%;
    height: auto;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.givingbacktitle {
    margin-top: 25px;
    border-bottom: 1px solid #000;
}

.givingbacktitle h1 {
    margin-bottom: 10px;
    font-weight: 500;
}

.givingbackcontent {
    margin-top: 50px;
    margin-bottom: 50px;
}

.givingbackcontent h2 {
    margin-bottom: 25px;
    font-weight: 500
}

.givingbackcontent p {
    margin-bottom: 25px;
}

p.givingbacklist {
    margin-bottom: 5px;
}

.givingbackcontent ul li {
    text-indent: 10px;
    list-style: none;
}

.givingbackcontent ul li:before {
    content: "- ";
}

.givingbackvideo iframe {
    width: 100%;
    margin-bottom: 20px;
}

.cancellations,
.returns,
.warranty,
.privacy,
.services-intro,
.services-section-container,
.services-title,
.warranties {
    margin-bottom: 25px;
}

.cancellations span,
.warranty span,
.privacy span,
.returns span {
    margin-right: 10px;
}

#cancellations-text,
#warranty-text,
#privacy-text,
#returns-text {
    display: none;
}

.services-text h2 {
    margin-bottom: 20px;
}

.services-text p {
    line-height: 25px;
    margin-bottom: 10px;
}

#template3copy p,
#template4copy p,
.template5copyone p,
.template5copytwo p,
.template6copy p,
.template7copy p {
    line-height: 18px;
}

.services-text a {
    text-decoration: underline;
    color: #000;
}

.services-text ul li {
    margin-bottom: 15px;
    margin-left: 30px;
}

.services-img img {
    max-width: 100%;
}

.meet-the-smithes {
    margin-top: 25px;
}

.smithes-top-section p {
    margin-bottom: 30px;
    margin-top: 30px;
}

.meet-the-smithes ul li {
    display: inline-block;
    list-style: none;
}

#themarkfooter img,
.template4pic img,
.template5largepic img,
.template5pic img,
.template5smallpic img,
.template6pic img,
.template7pic img {
    display: block;
    width: 100%;
}

.subbanner1,
.subbanner2,
.subbanner5,
.subbanner6,
.subbanner8 {
    margin-bottom: 15px;
}

.meet-the-smithes ul li:after {
    content: " | ";
}

.meet-the-smithes ul li:first-child:before,
.meet-the-smithes ul li:last-child:after {
    content: "";
}

.caitie,
.colleen,
.mark,
.maureen,
.meghan,
.teddy,
.walter-III,
.walter-jr {
    margin-bottom: 2%;
}

.caitie p,
.colleen p,
.mark p,
.maureen p,
.meghan p,
.teddy p,
.walter-III p,
.walter-jr p {
    margin-top: 7%;
}

.meet-the-smithes img {
    max-width: 100%;
    height: auto;
}

.mobile-banner img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

@media screen and (max-width:400px) {
    .form iframe {
        margin-left: none !important;
    }

    #formjoinemail iframe {
        width: 100%;
        height: 830px;
    }

    #wufoo-k97aahs06nd9ko iframe {
        height: 2500px !important;
    }

    .designerhero img {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .designersummary h2,
    .searchdesigners h2 {
        font-size: 1.25em;
    }

    .meet-the-smithes,
    .smithes-top-section {
        margin-bottom: 25px;
    }

    .meet-the-smithes img,
    .smithes-top-section img {
        height: 250px;
    }

    .subbanner3,
    .subbanner7 {
        margin-bottom: 15px;
    }
}

@media screen and (min-width:401px) and (max-width:636px) {
    .designerhero img {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
}

@media screen and (min-width:637px) and (max-width:766px) {
    .designerhero img {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
}

@media screen and (min-width:401px) and (max-width:767px) {
    .form iframe {
        margin-left: 100px !important;
    }

    #formjoinemail iframe {
        width: 100%;
        height: 830px;
    }

    #wufoo-k97aahs06nd9ko iframe {
        height: 1400px !important;
    }

    .meet-the-smithes,
    .smithes-top-section {
        margin-bottom: 25px;
    }

    .subbanner3,
    .subbanner7,
    .subbanner8 {
        margin-bottom: 15px;
    }
}

@media screen and (min-width:767px) and (max-width:928px) {
    .subbanner3 {
        clear: both;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {

    .subbanner7,
    .subbanner8 {
        margin-bottom: 15px;
    }

    .form iframe {
        margin-left: 271px;
    }

    #formjoinemail iframe {
        width: 100%;
        height: 830px;
    }

    .subbanner7 {
        clear: both;
    }
}

@media screen and (min-width:1008px) and (max-width:1052px) {
    #formjoinemail iframe {
        width: 100%;
        height: 830px;
    }
}

@media screen and (min-width:768px) and (max-width:885px) {
    .designconsultation-text h2 {
        font-size: 1em;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 4px;
    }

    .designconsultation-text p {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 400;
    }
}

@media screen and (min-width:886px) and (max-width:1024px) {
    .designconsultation-text h2 {
        font-size: 1.25em;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 4px;
    }

    .designconsultation-text p {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 400;
    }
}

.template1mainbanner {
    margin-top: 25px;
}

.template1mainbanner img {
    width: 100%;
    height: auto;
}

.template1centeredtext {
    margin-top: 15px;
}

.template1centeredtext p {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.template1centeredtext h1 {
    text-align: center;
}

.template1centeredblock {
    margin: 50px 0;
}

.template1centeredblock p {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

.template1centeredblock p span {
    color: #fff;
    background: #1c1c1c;
    padding: 6px 12px;
}

.template1centeredblock p a span:hover {
    background: #454545;
}

.template1righttext,
.template1lefttext {
    margin: 20% 0;
    transform: translateY(-50%);
}

.template1righttext p {
    text-align: right;
}

.template1righttext .h1,
.template1lefttext .h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
}

.template1righttext p a,
.template1lefttext p a {
    font-weight: 600;
    color: #000;
    padding-bottom: 2px;
}

.template1righttext a:hover,
.template1lefttext a:hover {
    border-bottom: 2px solid #000;
}

.template1sectiontitletext {
    margin: 40px 0 20px;
}

.template1sectiontitletext h1 {
    font-size: 22px;
    font-weight: 400;
}

.template1bodyimg img {
    width: 100%;
    margin-bottom: 50px;
}

.template1bodyimglink {
    margin-bottom: 50px;
}

.template1bodyimglink img {
    width: 100%;
}

.template1bodyimglink a:hover img {
    opacity: .7;
}

.bigprice .lg {
    font-size: 80px;
}

.bigprice .sm {
    font-size: 20px;
    display: inline-block;
    text-align: left;
}

#template3copy p,
#template4copy p,
.template3piccopy p,
.template5copyone p,
.template5copytwo p,
.template6copy p,
.template7copy p,
.template7piccopy p {
    font-size: 14px;
}

.template1bannersection1 img,
.template1bannersection2 img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.template3piccopy,
.template7piccopy {
    padding: 10px 0;
    text-align: center;
}

#template3copy {
    margin-top: 15px;
    margin-bottom: 15px;
}

.template3pic {
    margin-top: 25px;
    text-align: center;
}

.template3pic img {
    max-width: 100%;
    height: auto;
}

.template3piccopy a {
    text-decoration: none;
    color: #000;
}

.template3piccopy a:hover {
    text-decoration: underline;
}

#template4copy {
    margin-top: 15px;
    margin-bottom: 15px;
}

.template4pic {
    margin-top: 25px;
    margin-bottom: 10px;
}

.template4pic img {
    height: auto;
}

.template5copyone {
    margin-top: 20px;
    margin-bottom: 25px
}

.template5largepic,
.template5smallpic {
    margin-bottom: 20px;
}

.template5largepic img,
.template5smallpic img {
    height: auto;
}

.template5copytwo {
    margin-top: 5px;
    margin-bottom: 15px;
}

.template5pic,
.template7copy,
.template7pic {
    margin-top: 25px;
}

.template5pic {
    margin-bottom: 10px;
}

.template6copy,
.template6pic {
    margin-bottom: 25px;
    margin-top: 25px;
}

.template5pic img,
.template6pic img {
    height: auto;
}

.template7pic img {
    height: auto;
}

.template7copy {
    margin-bottom: 5px;
}

.template7piccopy a {
    text-decoration: none;
    color: #000;
}

.template7piccopy a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {

    .template1righttext,
    .template1lefttext {
        margin: 0;
        transform: translateY(0);
    }

    .template1righttext p,
    .template1lefttext p {
        text-align: center;
        margin-bottom: 12px;
    }
}

#brandslist a,
#fcgpagecontainer a,
#story-expand a,
#stresslessnav li a,
#view-all-products,
.markproducttitle a {
    text-decoration: none;
}

.eventpageheading p {
    margin: 15px 0 15px 5px;
}

.lewisslideshow,
.lewisvideo {
    margin-bottom: 20px;
}

.lewisslideshow img {
    width: 100%;
    height: auto;
}

.lewistext p {
    padding-bottom: 20px
}

.lewisvideo img {
    width: 100%;
    height: auto;
}

.lewisborder {
    border-top: 2px solid #737373;
    margin: 20px 0;
}

.viewcollection {
    margin: 15px 0;
}

.viewcollection img {
    width: 100%;
    height: auto;
}

.collectionimage {
    margin-top: 20px;
}

.collectionimage img {
    width: 100%;
    height: auto;
}

.collectioninformation {
    margin-bottom: 15px;
}

.collectiontitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
}

.collectionshopbutton {
    background: #000;
    padding: 10px;
    margin-top: 10px;
}

.collectionshopbutton p {
    font-size: 18px;
    text-align: center;
}

.collectionshopbutton p a {
    color: #fff !important;
    text-decoration: none;
}

#brandslist a:hover,
#delivery-info-link a:hover,
#staticpagecontent a,
#stresslessnav li a:hover {
    text-decoration: underline;
}

.ProductGroupsParagraphCustomizable {
    display: none;
}

#intropage {
    padding: 15px;
}

#intropage a {
    color: #FFF !important;
}

.meetthesmithes {
    padding: 15px;
    background-color: #EFEFEF;
}

.meetthesmithes p {
    line-height: 20px !important;
}

#reupholsteringrefinishingleftvideo iframe {
    max-width: 100%;
}

#KoteDetailsdynamicContentCMS h1 {
    font-size: 22px;
    font-weight: 400;
}

#KoteDetailsdynamicContentCMS h1 sup {
    font-size: 12px;
    font-weight: 400;
}

#KoteDetailsdynamicContentCMS h2 {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    padding-top: 25px;
}

#KoteDetailsdynamicContentCMS li,
#KoteDetailsdynamicContentCMS p {
    font-size: 14px !important;
    line-height: 18px !important;
}

#KoteDetailsdynamicContentCMS a,
#KoteDetailsdynamicContentCMS li a {
    text-decoration: underline !important;
    color: #242424 !important;
}

#KoteDetailsdynamicContentCMS li {
    list-style: decimal;
}

.stainscoveredcontent {
    border: 1px solid #000;
    background-color: #d7d7d7;
    color: #FFF;
    padding: 15px;
    margin-bottom: 15px;
    min-height: 100px;
}

#chicagolandseperator {
    width: 100%;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #000;
    clear: both;
}

#matchmakerpic img {
    max-width: 100%;
    height: auto;
}

#matchmakercopy {
    background-color: #f0e4ca;
    padding: 20px;
    color: #000;
    font-weight: 700;
    font-style: italic;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#matchmakercopy a {
    color: #000;
}

#matchmakerfootercopy {
    margin-top: 30px;
    font-size: 12px;
    line-height: 18px;
}

#photogallery img {
    width: 100%;
    height: auto;
    margin-top: 25px;
}

#photogallery-flight img {
    width: 100%;
    margin-top: 25px;
    height: auto;
}

.storecopy {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 25px;
}

#contactstoreimage,
#contestimage {
    margin-top: 20px;
}

#contactstoreimage img {
    width: 100%;
    height: auto;
}

.storecopy h1 {
    font-size: 22px;
    font-weight: 400;
}

#contestimage {
    text-align: center;
}

#contestimage img {
    max-width: 100%;
    height: auto;
}

#themarkcontent {
    background-image: url(../images/markbg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #1b1201;
}

#themarkheader img,
.markproductpic img {
    width: 100%;
    height: auto;
    display: block;
}

#themarkcopy {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 200px;
}

#themarkcopy p {
    font-size: 14px;
    color: #FFF;
    line-height: 22px;
}

.markproducttitle {
    line-height: 23px;
    border-top: 1px solid #1b1201;
    background: url(../images/markproducttitlebg.jpg);
    text-align: center;
    margin-bottom: 25px;
}

.markproducttitle a {
    font-size: 12px;
    font-weight: 700;
    color: #1b1201;
}

#themarkfooter img {
    height: auto;
}

#viewmarkcatalogheader {
    position: absolute;
    top: 70%;
    right: 20px;
}

#viewmarkcatalogfooter {
    position: absolute;
    top: 10%;
    left: 20px;
}

.CheckoutPageContainer,
.OrderCompletePageContainer,
.ViewCartContainer {
    max-width: 1244px;
    padding: 0 20px;
    margin: 20px auto;
}

.store-locator iframe {
    width: 100%;
}

.styledbySectionDivider {
    width: 80%;
    height: 3px;
    background-color: #363636;
    margin: 30px auto;
    text-align: center;
}

#fcgbanner1,
#fcgbanner2,
#fcgbanner3 {
    width: 225px;
    text-align: center;
    float: left;
}

.styledbySectionTitle {
    display: inline-block;
    background-color: #fff;
    color: #363636;
    font-size: 2.3em;
    margin: 0;
    padding: 0 2%;
    top: -18px;
    position: relative;
}

@media screen and (min-width:320px) and (max-width:360px) {
    .collectionshopbutton p {
        font-size: 14px !important;
        margin-left: -8px !important;
    }
}

@media screen and (min-width:361px) and (max-width:420px) {
    .collectionshopbutton p {
        font-size: 14px !important;
        margin-left: -4px !important;
    }
}

@media screen and (min-width:430px) and (max-width:445px) {
    .collectionshopbutton p {
        font-size: 14px !important;
        margin-left: -2px !important;
    }
}

@media screen and (max-width:400px) {
    #themarkcopy {
        padding-right: 0;
    }

    #viewmarkcatalogfooter,
    #viewmarkcatalogheader {
        display: none;
    }
}

@media screen and (min-width:401px) and (max-width:767px) {
    #themarkcopy {
        padding-right: 0;
    }

    #viewmarkcatalogfooter,
    #viewmarkcatalogheader {
        display: none;
    }
}

.staticpagecontent {
    margin: 15px 0 0;
}

#fcgpagecontainer {
    width: 900px;
    margin: 0 auto;
}

#fcgpagecontainer a {
    color: #242424;
}

#fcgbanner1 {
    height: auto;
    padding-left: 75px;
}

#fcgbanner2,
#fcgbanner3 {
    height: auto;
    padding-left: 50px;
}

.facebook-contest-form {
    background: #efefef;
    padding: 25px 0;
    margin: 25px 0;
}

.contest-p {
    line-height: 18px;
    font-weight: 700;
    color: #1f1f1f;
    margin: 10px 0 0;
}

.contest {
    text-align: right;
}

#brandslist li,
#ekornespromo,
#stresslesslogo,
#stresslessnav,
.brand-image-txt p,
.brand-title h1,
.brand-title span,
.flight-photo-caption,
.outdoor-living,
.product-care-row h2,
.store-locator,
.stresslessbutton {
    text-align: center;
}

.facebook-contest-page img {
    width: 100%;
    height: auto;
    display: block;
}

.news-container {
    margin: 0 0 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.product-care-row {
    margin: 0 0 25px;
}

.product-care-row h2 {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 0;
}

.product-care-row img {
    width: 100%;
    height: auto;
    display: block;
}

.image {
    width: 100%;
    height: auto;
}

.testimonial-block {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
}

.blue-round-large,
.blue-round-small {
    background: #00012a;
    display: block;
    border-radius: 15px;
    padding: 5px;
    height: auto;
}

.flight-photo-caption {
    min-height: 20px;
}

.blue-round-large {
    width: 100%;
}

.blue-round-small {
    width: 56%;
    margin: 0 auto;
}

.blue-round-large a,
.blue-round-small a {
    color: #fff;
    font-size: 32px;
}

#brandslist a,
#brandspage p {
    font-size: 14px;
    color: #2a2a2a;
}

.brand-title h1,
.brand-title span {
    text-transform: uppercase;
}

.outdoor-living img {
    max-width: 100%;
    height: auto;
}

#brandspage {
    margin-top: 25px;
}

#brandspage p {
    line-height: 20px;
}

#brandslist {
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
}

#brandslist ul {
    margin: 0;
    padding: 0;
}

#brandslist li {
    width: 138px;
    height: 130px;
    list-style: none;
    float: left;
}

#brandslist .shopbycolorLabel {
    display: none;
}

.brand-image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 25px;
}

.brand-title span {
    font-size: 30px;
    color: #e6e6e6;
    line-height: 30px;
    display: block;
    margin-left: 12px;
}

.brand-title h1 {
    color: #3b3b3b;
    font-size: 38px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-weight: 400;
}

#rest-story,
.brand-right {
    font-size: 12px;
    color: #3a3a3a;
}

.brand-right {
    margin: 25px 0 0;
}

#rest-story,
.brand-text {
    line-height: 21px;
    margin: 25px 0;
}

#rest-story {
    padding: 7px 22px;
    border: 5px solid #e6e6e6;
}

#rest-story ul,
.brand-text ul {
    margin: 0 0 0 15px;
}

#story-expand a {
    color: #3a3a3a;
    margin-bottom: 10px;
}

#view-all-products {
    padding: 9px;
    border: 1px solid #000;
    box-shadow: 4px 5px 5px #888;
    color: #000;
    float: right;
    font-size: 16px;
}

.brand-image-btm {
    position: relative;
    margin: 0 0 25px;
}

.brand-image-btm img {
    width: 100%;
    height: auto;
    display: block;
}

.brand-image-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .7);
}

div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.facebook .pp_details,
div.light_rounded .pp_details,
div.light_square .pp_details {
    position: relative;
}

.brand-image-txt p {
    font-size: 22px;
    margin: 7px 0;
}

#ekornespromo,
#stresslesscopy,
#stresslesslogo {
    margin-bottom: 25px;
}

#stresslesslogo {
    margin-top: 25px;
}

#stresslesslogo img {
    max-width: 100%;
    height: auto;
}

#stresslesscopy h1 {
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 700;
    padding-bottom: 8px;
}

#stresslesscopy p {
    font-size: 14px;
    color: #2a2a2a;
    line-height: 22px;
    display: block;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.stresslessbutton {
    margin-top: 12px;
}

.stresslessbutton img {
    max-width: 100%;
    height: auto;
}

#stresslessnav {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 10px;
    background-color: #e7e6e2;
    margin-top: 25px;
}

#stresslessnav ul {
    padding-left: 10px;
    padding-right: 10px;
}

#stresslessnav li {
    list-style: none;
    display: inline;
    font-size: 16px;
    padding-left: 8px;
    padding-right: 4px;
    border-left: 1px solid #cdccca;
}

#stresslessnav li:first-child {
    border: 0;
}

#stresslessnav li a {
    color: #2a2a2a;
}

#stresslessrotator .item img {
    display: block;
    width: 100%;
    height: auto;
}

#stresslessslide .owl-theme .owl-controls {
    display: none !important;
}

#stresslessslide img {
    width: 100%;
    height: auto;
    display: block;
}

#stresslessbannercontainer {
    width: 100%;
    background: url(../images/stressless/stresslessbannerbg.jpg) bottom left repeat-x;
}

.stresslessbanner {
    float: left;
    margin-left: 4px;
    margin-right: 4px;
}

.stresslessbanner img {
    max-width: 100%;
    height: auto;
    display: block;
}

#ekornespromo {
    width: 100%;
    margin-top: 30px;
}

#ekornespromo img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:400px) {
    #stresslessnav {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 10px;
        background-color: #e7e6e2;
        text-align: center;
        margin-top: 25px;
    }

    #stresslessnav li {
        list-style: none;
        display: block;
        font-size: 16px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 5px;
        border-left: 0;
    }

    .stresslessbanner {
        margin-left: 0;
        margin-right: 0;
        float: none;
    }

    .stresslessbanner img {
        margin: 0 auto;
    }

    .owl-buttons {
        visibility: hidden !important;
    }
}

@media screen and (min-width:401px) and (max-width:767px) {
    .stresslessbanner {
        margin-left: 0;
        margin-right: 0;
        float: none;
    }

    .stresslessbanner img {
        margin: 0 auto;
    }

    .owl-buttons {
        visibility: hidden !important;
    }
}

@media screen and (min-width:768px) and (max-width:1240px) {
    .stresslessbanner {
        margin-left: 0;
        margin-right: 0;
    }
}

div.dark_rounded .pp_description,
div.light_rounded .pp_description {
    margin-right: 85px;
}

.checkboxselectiontitle p {
    text-align: left;
    padding: 10px 0;
    margin-left: 5%;
}

.checkboxselection p {
    text-align: left;
    padding-top: 5px;
    margin-top: 20px;
}

.contactform textarea {
    width: 100%;
    height: 100px;
    font-size: 14px;
    color: #2a2a2a;
    background-color: #FFF;
    border: 1px solid #d6d6d6;
    margin-top: 7px;
}

.checkboxselection input {
    margin-top: 0 !important;
}

div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.light_rounded .pp_gallery a.pp_arrow_previous {
    margin-top: 12px !important;
}

#staticpagecontent a {
    color: #242424;
}

div.light_rounded #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt {
    color: #000;
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer;
}

div.pp_social {
    display: none !important;
}

div.light_rounded .pp_top .pp_left {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_middle {
    background: #fff;
}

div.light_rounded .pp_top .pp_right {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right {
    background: #fff;
}

div.light_rounded .pp_content {
    background-color: #fff;
}

div.light_rounded .pp_next:hover {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_previous:hover {
    background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_expand {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_expand:hover {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_contract {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_contract:hover {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_nav .pp_play {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_arrow_previous {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_rounded .pp_arrow_next {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_rounded .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_middle {
    background: #fff;
}

div.light_rounded .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

div.light_rounded .pp_loaderIcon {
    background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

div.dark_rounded .pp_top .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_middle {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left;
}

div.dark_rounded .pp_top .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

div.dark_rounded .pp_content {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left;
}

div.dark_rounded .pp_next:hover {
    background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
    background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_expand {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_contract {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.dark_rounded .currentTextHolder {
    color: #c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline,
div.dark_rounded .pp_description {
    color: #fff;
}

div.dark_rounded .pp_nav .pp_play {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_arrow_previous {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.dark_rounded .pp_arrow_next {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

div.dark_rounded .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left;
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
    background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

div.dark_square .pp_content,
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right {
    background: #000;
}

div.dark_square .currentTextHolder {
    color: #c4c4c4;
}

div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0;
}

div.dark_square .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous {
    margin-top: 12px !important;
}

div.dark_square .pp_loaderIcon {
    background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

div.dark_square .pp_expand {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_expand:hover {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_contract {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_contract:hover {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.dark_square #pp_full_res .pp_inline {
    color: #fff;
}

div.facebook #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.light_square .pp_content .ppt {
    color: #000;
}

div.dark_square .pp_nav {
    clear: none;
}

div.dark_square .pp_nav .pp_play {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_arrow_previous {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.dark_square .pp_arrow_next {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

div.dark_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.dark_square .pp_next:hover {
    background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.dark_square .pp_previous:hover {
    background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.light_square .pp_content,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right {
    background: #fff;
}

div.light_square .pp_expand {
    background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.light_square .pp_expand:hover {
    background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.light_square .pp_contract {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.light_square .pp_contract:hover {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_square .pp_description {
    margin-right: 85px;
}

div.light_square .pp_nav .pp_play {
    background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_arrow_previous {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_square .pp_arrow_next {
    background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_square .pp_next:hover {
    background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.light_square .pp_previous:hover {
    background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.light_square .pp_loaderIcon {
    background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

div.facebook .pp_top .pp_left {
    background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
    background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

div.facebook .pp_top .pp_right {
    background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

div.facebook .pp_content {
    background: #fff;
}

div.facebook .pp_expand {
    background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.facebook .pp_expand:hover {
    background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.facebook .pp_contract {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.facebook .pp_contract:hover {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.facebook .pp_description {
    margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
    background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default;
}

div.facebook .pp_arrow_next {
    background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default;
}

div.facebook .pp_nav {
    margin-top: 0;
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
    background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_next:hover {
    background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.facebook .pp_previous:hover {
    background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
    outline: 0;
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_top {
    height: 20px;
    position: relative;
}

* html .pp_top {
    padding: 0 20px;
}

.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

* html .pp_top .pp_middle {
    left: 0;
    position: static;
}

.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_content {
    height: 40px;
    min-width: 40px;
}

* html .pp_content {
    width: 40px;
}

.pp_fade {
    display: none;
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

.pp_content_container .pp_left {
    padding-left: 20px;
}

.pp_content_container .pp_right {
    padding-right: 20px;
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px;
}

.pp_description {
    display: none;
    margin: 0;
}

.pp_social {
    float: left;
    margin: 0;
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
}

.pp_social .twitter {
    float: left;
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap;
}

.pp_nav .pp_pause,
.pp_nav .pp_play {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}

a.pp_arrow_next,
a.pp_arrow_previous {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}

.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap;
}

a.pp_close,
a.pp_contract,
a.pp_expand {
    position: absolute;
    text-indent: -10000px;
}

.pp_gallery ul a {
    border: 1px solid #000;
    border: 1px solid rgba(0, 0, 0, .5);
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}

.pp_gallery li.selected a,
.pp_gallery ul a:hover {
    border-color: #fff;
}

.pp_gallery ul a img {
    border: 0;
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.pp_gallery li.default a {
    background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) no-repeat;
    display: block;
    height: 33px;
    width: 50px;
}

.pp_gallery li.default a img {
    display: none;
}

a.pp_next,
a.pp_previous {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    height: 100%;
    width: 49%;
    text-indent: -10000px;
}

.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
    margin-top: 7px !important;
}

a.pp_next {
    float: right;
}

a.pp_previous {
    float: left;
}

a.pp_contract,
a.pp_expand {
    cursor: pointer;
    display: none;
    height: 20px;
    right: 30px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
}

.pp_bottom {
    height: 20px;
    position: relative;
}

* html .pp_bottom {
    padding: 0 20px;
}

.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

* html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}

.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}

#pp_full_res {
    line-height: 1 !important;
}

#pp_full_res .pp_inline {
    text-align: left;
}

.designservices-get-started,
.location-button,
.makeovers-page img,
.more-skus,
.service-request-container h2,
.shop-drexel,
.video-banner,
.video-banner a {
    text-align: center;
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px;
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999;
}

.designer-list-heading {
    margin: 0;
    padding-top: 0;
    padding-bottom: 5px;
    background-color: transparent;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    padding-left: 0;
}

.designers-container .clear {
    clear: none !important;
    display: none !important;
}

.designers-container .address {
    font-size: 16px;
    margin: 5px 0 10px;
    font-weight: 400;
}

.designers-container .desc {
    font-size: 16px;
}

.designers-container .ViewProfileLink,
.designers-container .designer-email,
.designers-container .designer-location,
.designers-container .designer-phone {
    display: none !important;
}

.designers-container .designer-list-block {
    width: 16% !important;
    margin: 25px 0 0;
    display: inline-block;
    clear: none;
    border-bottom: none;
    vertical-align: top;
    padding: 0;
    box-sizing: border-box;
}

.designer-list-description h2,
.designer-list-description p {
    padding-left: 10px;
    margin-bottom: 5px;
}

.designer-list-description,
.designer-list-image {
    width: 100% !important;
}

.designer-list-description h2 a {
    font-size: 14px;
    font-weight: 700 !important;
    font-family: inherit;
}

.designer-list-description p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.designer-list-info {
    display: none;
}

@media screen and (max-width:1025px) {
    .designers-container .designer-list-block {
        width: 24% !important;
    }
}

@media screen and (max-width:768px) {
    .designers-container .designer-list-block {
        width: 49% !important;
    }
}

.more-skus {
    color: #ffffff;
    margin-bottom: 65px;
    margin-top: -30px;
}

.more-skus p {
    background: #811f2c;
    display: inline-block;
    padding: 20px;
    border-radius: 3px;
    font-size: 16px;
}

.makeovers-heading-title {
    font-weight: 700;
}

.makeovers-iframe iframe {
    width: 100%;
}

.makeovers-heading {
    margin-bottom: 15px;
}

.makeovers-heading a {
    text-decoration: underline;
}

.makeovers-heading h4 {
    font-size: 24px;
    font-weight: bold;
}

.makeovers-heading h4 a {
    text-decoration: none !important;
    color: #000 !important;
}

.makeovers-heading h4 a:hover {
    text-decoration: underline !important;
}

.collectionshopbutton a {
    text-decoration: none !important;
}

.location-button a,
.location-button a:visited {
    text-decoration: none;
    color: #fff;
}

.makeovers-page h1 {
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
}

.makeovers-page h2,
.makeovers-page-passino h2 {
    font-size: 18px;
    margin-top: 20px;
}

.makeovers-details {
    margin-bottom: 50px;
}

.makeovers-details h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
}

.makeovers-page img {
    margin: 25px 0;
    width: 100%;
    height: auto;
}

.makeovers-page-passino-paragraph p {
    line-height: 3;
}

.makeovers-page-passino-banner img {
    width: 100%;
    height: auto;
}

.makeovers-page-passino-banner iframe {
    max-width: 1920px;
    max-height: 1080px;
    min-height: 360px;
    width: 100%;
    margin-top: 2.5%;
    text-align: center;
}

.makeover-readmore {
    font-size: 13px;
    font-weight: 700;
    margin-left: 100px;
    max-width: 415px;
}

.makeovers-page-passino .popup-gallery img {
    width: 100%;
    height: auto;
}

.makeovers-page-passino .popup-gallery .grid-25 {
    margin-bottom: 20px;
}

@media screen and (max-width:341px) {
    .makeoverform-iframe iframe {
        width: 100%;
        height: 1750px !important;
    }
}

@media screen and (min-width:342px) and (max-width:400px) {
    .makeoverform-iframe iframe {
        width: 100%;
        height: 1600px !important;
    }
}

@media screen and (min-width:401px) and (max-width:467px) {
    .makeoverform-iframe iframe {
        width: 100%;
        height: 1500px !important;
    }
}

@media screen and (min-width:468px) and (max-width:549px) {
    .makeoverform-iframe iframe {
        width: 100%;
        height: 1200px !important;
    }
}

@media screen and (min-width:550px) and (max-width:642px) {
    .makeoverform-iframe iframe {
        width: 100%;
        height: 1125px !important;
    }
}

@media screen and (min-width:643px) and (max-width:740px) {
    .makeoverform-iframe iframe {
        width: 100%;
        height: 1100px !important;
    }
}

@media screen and (min-width:769px) and (max-width:891px) {
    .makeoverform-iframe iframe {
        width: 100%;
        height: 1070px !important;
    }
}

@media screen and (max-width:341px) {
    .makeoverform-iframe iframe {
        width: 100%;
        height: 1750px !important;
    }
}

@media screen and (max-width: 891px) {
    .survey-iframe iframe {
        width: 100%;
        height: 900px !important;
    }
}

@media screen and (max-width: 581px) {
    .survey-iframe iframe {
        width: 100%;
        height: 940px !important;
    }
}

@media screen and (max-width: 530px) {
    .survey-iframe iframe {
        width: 100%;
        height: 1000px !important;
    }
}

@media screen and (max-width: 422px) {
    .survey-iframe iframe {
        width: 100%;
        height: 1020px !important;
    }
}

@media screen and (max-width: 372px) {
    .survey-iframe iframe {
        width: 100%;
        height: 1060px !important;
    }

    .appointments iframe {
        height: 900px !important;
    }
}

@media screen and (max-width: 354px) {
    .survey-iframe iframe {
        width: 100%;
        height: 1080px !important;
    }

    .appointments iframe {
        height: 930px !important;
    }
}

@media screen and (max-width: 319px) {
    .survey-iframe iframe {
        width: 100%;
        height: 1250px !important;
    }

    .appointments iframe {
        height: 1000px !important;
    }
}

.designers h1 {
    font-size: 1.5em;
    margin-bottom: 1%;
}

.designers p {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 1%;
}

.locations {
    margin-bottom: 25px;
}

.location-button {
    background-color: grey;
    background-clip: content-box;
    margin-top: 1%;
    margin-bottom: 1%;
}

.flood-recovery h3,
.flood-recovery p,
.floodhaulaway h3,
.floodhaulaway p {
    margin-bottom: 3%;
    margin-left: 1%;
}

.location-button:hover {
    background-color: #000
}

.location-button a {
    padding-top: 5%;
    padding-bottom: 5%;
    display: block;
}

.video-banner a,
.video-banner a:visited {
    color: #000;
    text-decoration: none;
}

.designers img {
    width: 100%;
    height: auto;
}

.video-banner {
    background: rgba(255, 255, 255, .8);
    position: absolute;
    margin-top: -10px;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 100;
    padding-top: 15px;
    padding-bottom: 20px;
}

.video-banner a {
    position: relative;
}

.video-banner a {
    top: 35%;
    display: block;
    font-weight: 400;
    font-size: 20px;
}

.flood-recovery h3 {
    margin-top: 3%;
}

.flood-recovery p {
    margin-top: 1.5%;
}

.flood-recovery iframe {
    width: 100%;
}

.flood img {
    width: 100%;
    height: auto;
    margin-top: 2.5%;
}

@media screen and (min-width:390px) and (max-width:500px) {
    .flood-recovery iframe {
        height: 550px;
        clear: both;
    }
}

@media screen and (min-width:331px) and (max-width:389px) {
    .flood-recovery iframe {
        height: 575px;
        clear: both;
    }
}

@media screen and (min-width:300px) and (max-width:330px) {
    .flood-recovery iframe {
        height: 650px;
        clear: both;
    }
}

.floodhaulaway h3 {
    margin-top: 3%;
}

.floodhaulaway p {
    margin-top: 1.5%;
}

.floodhaulaway iframe {
    width: 100%;
}

.floodhaulaway img {
    width: 100%;
    height: auto;
    margin-top: 2.5%;
}

.floodhaulaway-heading {
    margin-bottom: 1%;
    margin-left: .4%;
}

.floodhaulaway ul li {
    list-style: none;
    display: inline-block;
    color: gray;
    margin-left: .4%;
}

.floodhaulaway ul li:before {
    content: "  ";
}

.floodhaulaway ul li:after {
    margin-left: 5px;
    content: "|";
    margin-right: 5px;
}

.floodhaulaway ul li:last-child:after {
    content: "";
}

.floodhaulaway a {
    color: gray;
}

.floodhaulaway {
    margin-bottom: 3%;
}

@media screen and (min-width:390px) and (max-width:500px) {
    .floodhaulaway iframe {
        height: 600px;
        clear: both;
    }
}

@media screen and (min-width:331px) and (max-width:389px) {
    .floodhaulaway iframe {
        height: 625px;
        clear: both;
    }
}

@media screen and (min-width:300px) and (max-width:330px) {
    .floodhaulaway iframe {
        height: 650px;
        clear: both;
    }
}

.career-fair-container img,
.deliveryinfocontent img,
.designservicescontainer img {
    height: auto;
    width: 100%;
}

#e2ma_signup_submit_button {
    border: 1px solid #464646 !important;
}

.designservicescontainer h2 {
    font-size: 1.75em;
    margin-top: 5%;
    margin-bottom: 3%;
}

.designservicescontainer p {
    font-size: 1.25em;
    margin-bottom: 2%;
}

.designservices-top ul {
    list-style: none;
    font-size: 1.25em;
}

.designservices-top ul li {
    text-indent: 3%;
    margin-bottom: 2%;
}

.designservices-top ul li>a {
    text-decoration: none;
    list-style: none;
    color: #000;
}

.designservices-top ul li>a:visited {
    color: #000;
}

.designservices-btm ul {
    list-style: none;
    font-size: 1.25em;
}

.designservices-btm ul li:before {
    content: " - ";
}

.designservices-btm ul li {
    display: block;
    text-indent: 1%;
    margin-bottom: 1%;
}

.designservices-get-started h2 {
    margin-bottom: 1%;
}

@media screen and (min-width:400px) and (max-width:767px) {
    .designservices-bottom a {
        display: block;
        margin-bottom: 3%;
    }
}

.career-fair-container {
    margin-top: 2%;
}

.career-fair-bold {
    font-weight: 700;
}

.career-fair-container h2 {
    margin-bottom: 2%;
    font-size: 1.75em;
}

.career-fair-container p:first-of-type,
.career-fair-container p:nth-of-type(3),
.career-fair-container p:nth-of-type(5) {
    margin-bottom: 3%;
}

.career-fair-container p {
    font-size: 1.25em;
}

.career-fair-container iframe {
    width: 100%;
    height: 548px;
    margin-top: 5%;
}

.delivery-service {
    margin-top: 4%;
}

.delivery-service img {
    width: 100%;
    height: auto;
}

.delivery-service-left h2 {
    font-weight: 600;
    font-size: 1.75em;
    margin-bottom: 2%;
}

.delivery-service-left p {
    margin-bottom: 2%;
}

.delivery-service-left h3 {
    font-size: 1.5em;
    margin-bottom: 1.5%
}

.delivery-service-left ul {
    list-style: none;
    margin-bottom: 6%;
}

.delivery-service-left ul li {
    text-indent: 1%;
    margin-bottom: 2%;
}

.delivery-service-top a {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}

.shop-drexel a,
.shop-drexel a:visited {
    text-decoration: none;
    color: #fff;
}

.delivery-service-top a:visited {
    color: #000;
    font-weight: 600;
}

.delivery-service-bottom {
    margin-top: 3%;
}

@media screen and (min-width:400px) and (max-width:767px) {
    .delivery-service-top p:nth-child(2) {
        margin-top: 2%;
    }
}

.appointment-overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.appointment-overlay img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100% !important;
    width: auto !important;
    margin: auto;
    overflow: hidden;
}

@media screen and (min-width:401px) and (max-width:767px) {
    .appointment-overlay img {
        width: 50%;
        height: auto;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .appointment-overlay img {
        width: 35%;
        height: auto;
    }
}

@media screen and (min-width:390px) and (max-width:500px) {
    .appointments iframe {
        height: 815px;
        clear: both;
    }
}

.appointment-button {
    display: none;
}

@media screen and (max-width: 450px) {
    .appointment-overlay {
        display: none;
    }

    .appointment-button {
        display: block;
    }

    .appointment-button img {
        position: relative;
        margin-bottom: 10px;
    }
}

.drexel-image img,
.service-request-container img {
    width: 100%;
    height: auto;
}

.service-request-container {
    margin-top: 2%;
}

.service-request-container h2 {
    margin-bottom: 6%;
}

.service-request-container p {
    margin-bottom: 10%;
}

.service-request-container iframe {
    width: 100%;
    margin-top: 2%;
}

.drexel-text h1 {
    margin-top: 1.25%;
    margin-bottom: 1.25%;
}

.drexel-text p {
    margin-bottom: 1%;
    font-size: 1em;
    line-height: 1.5;
}

.shop-drexel {
    background-color: #000;
    margin-top: 2%;
}

.shop-drexel a {
    display: block;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 2.25em;
}

.shop-drexel>.fa-caret-right {
    color: #fff;
}


/*** Stores Near Me ***/

.margin-50px {
    margin-bottom: 50px;
}

#stores-near-me {
    margin: 50px auto;
}

#stores-near-me iframe {
    width: 100%;
}

#stores-near-me ul {
    padding: 30px;
}

#stores-near-me li {
    list-style: none;
    margin-bottom: 30px;
}

#stores-near-me li>a {
    text-decoration: underline;
}

#stores-near-me a {
    color: #2a2a2a;
}

#stores-near-me a:hover {
    color: #909090;
}

#stores-near-me a p {
    font-size: 1.125em;
    margin-bottom: 10px;
}

#stores-near-me>div>a {
    font-size: 1.5em;
    font-weight: 600;
}

#stores-near-me img {
    width: 100%;
}

.grid-container img {
    max-width: 100%;
    height: auto;
}


/*  HIDE SAME AND CUSTOMIZE FROM ITEMINFORMATION PAGE  */

.ProductThumbnailIconCustomizable,
.ProductThumbnailIconOnSale,
.ProductThumbnailIconOnDisplay {
    display: none;
}


/* Item Information Page Edits */

.RequestInformation a {
    background: #811f2c !important;
    background-image: none !important;
}

.RequestInformation a:hover {
    background: #811f2c !important;
    background-image: none !important;
}

#email-friend,
#request-information {
    background: #811f2c;
}

#email-friend a:hover,
#request-information a:hover {
    color: #fff;
}

#email-friend:hover,
#request-information:hover {
    background: #fff;
    color: #811f2c;
}

#email-friend:hover a,
#request-information:hover a {
    color: #811f2c;
}


.AdditionalLinksAnchor {
    color: #811f2c !important;
}

.BreadCrumbTrailUL:before {
    content: 'Viewing: ';
}

.AvailabilitySpanValue1,
.OnDisplaySpanName {
    color: #333;
}

.ProductRegularPriceParagraphValue,
.ProductThumbnailParagraphPrice {
    text-decoration: none !important;
    font-weight: normal !important;
}


/* End Item Information Page Edits */

/* checkout terms */
.mfp-iframe-scaler {
    background: #fff;
}

/* Indy Design Consults */

#indy-design-page p {
    font-size: 1.4em;
}

@media screen and (max-width:960px) {
    #indy-design-page p {
        font-size: 1.2em;
    }
}

@media screen and (max-width:760px) {
    .filter-show-button {
        position: static;
        bottom: unset;
        margin: 0;
        z-index: 100;
        background: #811f2c !important;
        background-image: linear-gradient(to bottom, #811f2c, #811f2c) !important;
    }

    .filter-show-button:hover {
        color: #fff;
    }

    #chat-widget-container {
        bottom: 37px !important;
        z-index: 100 !important;
    }
}

/*** Careers Page ***/
#careers-page.grid-container {
    padding-top: 40px;
}

#careers-page h1,
#careers-page .h2 {
    margin-bottom: 25px;
}

#careers-page p {
    margin-bottom: 20px;
}

#careers-page .h2 {
    font-weight: bold;
    text-transform: uppercase;
}

#careers-page .h3 {
    font-weight: bold;
    margin-bottom: 5px;
}

#careers-page li {
    margin-bottom: 10px;
}

#careers-page a {
    color: #222;
}

#careers-page a:hover {
    color: #808080;
}

#careers-page .button {
    margin: 40px 0 50px;
}

#careers-page .button a {
    padding: 15px 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #808080;
}

#careers-page .button a:hover {
    color: #fff;
    background: #464646;
}

@media screen and (max-width: 767px) {
    #careers-page img {
        margin-bottom: 25px;
    }
}

/*** End Careers Page ***/

/*** Worry Free Page ***/

#worry-free.grid-container {
    padding-top: 40px;
}

#worry-free h1 {
    margin-bottom: 25px;
}

#worry-free .text-overlay {
    position: relative;
    text-align: center;
    margin-bottom: 16px;
}

#worry-free .text-overlay p {
    position: absolute;
    display: block;
    top: 50%;
    left: 20px;
    right: 20px;
    transform: translateY(-50%);
    font-size: 2.5em;
    color: #fff;
}

#worry-free .text-overlay p span {
    font-size: .6em;
}

#worry-free .small {
    font-size: .7em;
}

#worry-free .small p span {
    font-size: .8em;
}

#worry-free .video {
    position: relative;
    padding: 6% 0 50%;
    height: 0;
    margin-bottom: 20px;
}

#worry-free .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#worry-free .text-overlay a:hover img {
    opacity: .7;
}

#worry-free p {
    font-size: 1.25em;
}

#worry-free p a {
    color: #222;
}

#worry-free p a:hover {
    color: #808080;
}

#worry-free .green-guard img {
    float: left;
    margin-right: 20px;
}

#worry-free .green-guard p {
    margin-top: 70px;
    padding: 20px;
}

@media screen and (max-width: 1024px) {
    #worry-free .text-overlay p {
        font-size: 2em;
    }
}

@media screen and (max-width: 960px) {
    #worry-free .text-overlay p {
        font-size: 1.75em;
    }
}

@media screen and (max-width: 767px) {
    #worry-free .text-overlay p {
        font-size: 2em;
    }

    #worry-free p {
        font-size: 1em;
    }

    #worry-free .green-guard p {
        margin-top: 50px;
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    #worry-free .text-overlay p {
        font-size: 1.75em;
    }
}

@media screen and (max-width: 400px) {
    #worry-free h1 {
        font-size: 1.5em;
    }

    #worry-free .text-overlay p {
        font-size: 1.2em;
    }
}

/*** End Worry Free Page ***/

/*** Outdoor Page ***/

#outdoor-page.grid-container {
    padding-top: 40px;
}

#outdoor-page h1 {
    text-transform: uppercase;
    margin-bottom: 25px;
}

#outdoor-page p {
    font-size: 1.3em;
    margin-bottom: 20px;
}

#outdoor-page a {
    color: #222;
}

#outdoor-page a:hover {
    color: #808080;
}

#outdoor-page img {
    margin-bottom: 16px;
}

/*** End Outdoor Page ***/

/*** findadesigner.inc OLD ***/

#find-a-designer h1 {
    margin-bottom: 50px;
}

#find-a-designer h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 5px;
}

.find-a-designer-bottom-text {
    text-align: center;
    margin-top: 50px;
}

#find-a-designer .bottom-buttons,
#find-a-designer .top-buttons {
    margin-top: 20px;
    text-align: center;
}

#find-a-designer .top-buttons-left {
    padding-left: 0px !important;
}

#find-a-designer .bottom-buttons a,
#find-a-designer .top-buttons a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff !important;
    background-color: #811f2c;
    border: 1px solid #811f2c;
    cursor: pointer;
    padding: 1vw;
    display: block;
}

#find-a-designer .find-a-designer-steps {
    text-align: left;
    padding: 0px !important;
}

#find-a-designer .find-a-designer-steps h2 {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {

    #find-a-designer .bottom-buttons,
    #find-a-designer .top-buttons {
        text-align: center;
        padding-left: 0px !important;
    }

    #find-a-designer .bottom-buttons a,
    #find-a-designer .top-buttons a {
        font-size: 16px;
        padding: 10px 30px;
        width: 60%;
        margin-left: 13%;
    }
}

/*** END findadesigner.inc OLD ***/

/*** designersbystore.inc OLD ***/

#designer-locations div {
    text-align: center;
    margin-bottom: 20px;
}

#designer-locations img {
    width: 100%;
    height: auto;
}

#designer-locations a {
    text-decoration: none;
    text-transform: none;
    color: #000;
    font-size: 20px;
}

#designer-locations a:hover {
    text-decoration: underline;
}

#designer-locations span a {
    background-color: #dadada;
    font-weight: 600;
    padding: 1px;
    display: block;
    padding: 8px 0 8px 0;
    width: 80%;
    margin-left: 10%;
}

/*** END designersbystore.inc ***/

/*** designersbystore.inc & findadesigner.inc NEW ***/

#designers-by-store,
#designers-by-store h1,
#designers-by-store .overlay-image,
#designers-by-store .content-container>div,
#designers-by-store .main-content,
#find-designer .hero p,
#find-designer .links-questions {
    margin-bottom: 35px;
}

#designers-by-store img,
#find-designer img {
    display: block;
    width: 100%;
    height: auto;
}

#designers-by-store .overlay-image,
#find-designer .overlay-image {
    position: relative;
}

#designers-by-store .overlay,
#find-designer .overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, .3)
}

#designers-by-store .overlay>div {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 1.3em;
    color: #000;
}

#designers-by-store .content-container {
    padding: 0 35px;
}

#designers-by-store h2,
#find-designer h2,
#find-designer .left-image p,
#find-designer .right-image p {
    margin-bottom: 15px;
}

#designers-by-store p,
#designers-by-store a {
    font-size: 1.15em;
}

#designers-by-store ul,
#find-designer ul {
    list-style: none;
}

#designers-by-store a,
#find-designer p a {
    text-decoration: none;
    color: #000;
}

#designers-by-store a:hover,
#find-designer p a:hover {
    text-decoration: underline;
}

#designers-by-store ul a,
#find-designer .links-questions a {
    line-height: 1.5;
}

#find-designer .overlay>div {
    position: absolute;
    padding: 25px;
}

#find-designer .overlay>div,
#find-designer .links-questions {
    font-size: 1.3em;
}

#find-designer .hero {
    margin-bottom: 50px;
}

#find-designer h1 {
    margin-bottom: 20px;
}

#find-designer h1 span {
    white-space: nowrap;
}

#find-designer .hero a,
#find-designer .mobile-text a {
    display: inline-block;
    padding: 8px 20px;
    font-size: 1.25em;
    text-decoration: none;
    color: #fff;
}

#find-designer .hero a {
    background-color: #30563a;
}

#find-designer .mobile-text a {
    margin: 10px 0;
    background-color: #30563a;
}

#find-designer .hero a:hover {
    background-color: #000;
    color: #fff;
}

#find-designer .mobile-text a:hover {
    background-color: #555;
}

#find-designer .left-image .overlay>div,
#find-designer .right-image .overlay>div {
    max-width: 345px;
}

#find-designer .left-image .overlay>div {
    padding-right: 10%;
}

#find-designer .overlay p a,
#find-designer .mobile-links a {
    font-weight: 600;
}

#find-designer .right-image .overlay>div {
    right: 0;
    bottom: 0;
}

#find-designer .right-image {
    text-align: right;
}

#find-designer .mobile-links {
    display: none;
    padding: 20px 15px 0;
}

#find-designer .mobile-links p {
    margin-bottom: 10px;
}

#find-designer .text-section {
    margin-top: 35px;
}

@media screen and (min-width: 1025px) {
    #find-designer .hero .overlay>div {
        padding: 3vw;
    }
}

@media screen and (max-width: 1024px) {

    #designers-by-store .overlay>div,
    #designers-by-store p,
    #designers-by-store a,
    #find-designer .overlay>div,
    #find-designer .links-questions {
        font-size: 1em;
    }
}

@media screen and (max-width: 767px) {

    #designers-by-store,
    #designers-by-store h1 {
        margin-bottom: 0;
    }

    #find-designer .hero {
        margin-bottom: 25px;
    }

    #find-designer .overlay>div,
    #find-designer .links-questions {
        font-size: 1.3em;
    }

    #find-designer .mobile-section {
        margin-top: 35px;
    }

    #find-designer .right-image .overlay>div {
        bottom: unset;
    }
}

@media screen and (max-width: 500px) {

    #find-designer .overlay>div,
    #find-designer .links-questions {
        font-size: 1em;
    }
}

@media screen and (max-width: 400px) {
    #designers-by-store .content-container {
        padding: 0;
    }

    #find-designer .overlay>div {
        padding: 15px;
    }

    #find-designer h1 {
        padding-right: 30px;
        line-height: 1.5;
    }

    #find-designer .overlay p a {
        display: none;
    }

    #find-designer .mobile-links {
        display: block;
    }
}

/*** End designersbystore.inc & findadesigner.inc NEW ***/

/*item information page edits 9/11/2018*/
.RequestInformation {
    margin: 10px 0px 12px 10px;
}

/* End */

/*** In the News ***/
#in-news-page.grid-container {
    padding-top: 40px;
}

#in-news-page h1,
#in-news-page p,
#in-news-page img {
    margin-bottom: 20px;
}

#in-news-page p,
#in-news-page img {
    margin-bottom: 20px;
}

#in-news-page .video {
    position: relative;
    padding: 6% 0 10% 0;
    height: 0;
    margin-bottom: 32px;
}

#in-news-page .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#in-news-page h2 {
    margin-bottom: 15px;
}

#in-news-page p {
    font-size: 1.3em;
}

#in-news-page a {
    color: #222;
}

#in-news-page a:hover {
    color: #808080;
}

.seo-section {
    font-weight: 300;
    font-size: 16px;
    color: #2a2a2a;
    padding: 0 66px;
}

.seo-section img {
    max-width: 100%;
    height: auto
}

.seo-text h2 {
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

@media screen and (max-width:768px) {
    #in-news-page .video {
        padding: 6% 0 50% 0;
    }
}

/* MEET THE SMITHES (NEW) */

/*#meet-the-smithes {
    margin: 0vw 8vw;
}*/

#meet-the-smithes img {
    margin-bottom: 50px;
    max-width: 100%;
    height: auto;
    display: block;
}

#meet-the-smithes h1 {
    margin: 20px 0;
    font-size: 1.75em;
}

#meet-the-smithes p {
    font-size: 1.2em;
}

#meet-the-smithes p.h1 {
    font-size: 1.65em;
    font-weight: 600;
    margin-bottom: 10px;
}

#meet-the-smithes hr {
    margin: 60px 0;
}

#meet-the-smithes .text-left,
#meet-the-smithes .text-right {
    display: inline-block;
    margin-bottom: 50px;
}

#meet-the-smithes .text-right p {
    text-align: right;
}

#meet-the-smithes .text-right {
    text-align: right;
}

@media screen and (max-width:1024px) {

    #meet-the-smithes img {
        clear: both;
        margin: 0 auto;
    }

    #meet-the-smithes hr {
        margin: 35px 0;
    }

    #meet-the-smithes .text-right,
    #meet-the-smithes .text-left {
        margin-bottom: 35px;
    }

    #meet-the-smithes .text-right p {
        text-align: left;
    }

    /*#meet-the-smithes .smithe-today {
        margin-top: 70px;
    }*/

    #meet-the-smithes p.h1 {
        margin-top: 20px;
    }
}

/****Designer Alfred Beam****/
.designer-buttons ul {
    list-style: none;
}

.designer-buttons li {
    float: left;
}

.designer-buttons a {
    text-decoration: none;
    color: #000;
    padding: 10px 30px;
    width: 150px;
}

.designer-buttons a:hover {
    text-decoration: underline;
}

/***promotions page***/
.makeovers-iframe {
    position: relative;
    padding: 6% 0 22% 0;
    height: 0;
    margin-bottom: 32px;
}

.makeovers-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media screen and (max-width: 767px) {
    .makeovers-iframe {
        position: relative;
        padding: 6% 0 50% 0;
        height: 0;
        margin-bottom: 32px;
    }
}

/*54606 10-8-19 JD*/
#email-friend a {
    color: #fff !important;
}

#email-friend:hover a {
    color: #811f2c !important;
}

/*55110 10-22-19 JD*/
.photo-slurp-code {
    text-align: center;
}

.photo-slurp-code h2 {
    font-weight: 400;
    font-size: 26px;
    text-transform: uppercase;
    padding-top: 15px;
}

.photo-slurp-code p {
    font-weight: 300;
    font-size: 16px;
    color: #2a2a2a;
    padding: 5px 0px 20px 0px;
}

.ps-poweredby-link,
.ps-source-provider {
    height: 0 !important;
}

.ps-report-link {
    display: none !important;
}

/* Zendesk #58311 - SG - FUTURA FONT - */
body {
    font-family: "futura-pt", "Trebuchet MS", sans-serif;
    font-size: 14px;
    color: #2a2a2a;
}

h1 {
    font-family: "Futura PT Light", "futura-pt", "Trebuchet MS", sans-serif;
    font-size: 1.75em;
}

h2,
#subnav li,
#location-page .location_em,
.wufoo .info h2 {
    font-family: "Futura PT Light", "futura-pt", "Trebuchet MS", sans-serif !important;
}

#pagetitle {
    background-color: transparent;
}

#pagetitle h1 {
    padding: 0;
    font-size: 1.75em;
}

/* END Zendesk #58311 - SG - FUTURA FONT - */

/* #59227 3/19/20 JD */
#item-info-container #item-info-pagination a {
    color: #000;
    font-weight: bold;
    text-transform: uppercase !important;
}

/*  #59578 3/26/20 JD */
#footercontainer {
    padding-bottom: 140px;
}

@media screen and (max-width:1024px) {
    #footercontainer {
        padding-bottom: 135px;
    }
}

@media screen and (max-width:500px) {
    #footercontainer {
        padding-bottom: 160px;
    }
}

/*59652 3/27/20 JD*/
.header-phone {
    margin-top: -10px;
}

.header-phone a {
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
    color: #fff !important;
    background-color: #811F2C;
}

@media screen and (max-width:990px) {
    #accountnav {
        margin-top: 10px;
    }
}

/* ZD #59849 - BW - 4/2/20 */
/*.mobile-order {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mobile-order-1 {
    order:1;
}

.mobile-order-2 {
    order:2;
    width: 100%;
    margin: 25px 0 0 0;
}

.mobile-order-3 {
    order:3;
}
*/

/* #60165  4/13/2020 JD Homepage */
#topbannerheading p span {
    font-size: .75em;
}

#shop-popular-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    box-sizing: border-box;
}

#shop-popular-categories div {
    align-self: center;
    text-align: center;
    margin: 20px auto;
}

#shop-popular-categories div img {
    max-width: 100%;
    height: auto;
    display: block;
}

#shop-popular-categories a {
    text-decoration: none;
    color: #fff;
}

#shop-popular-categories a span {
    color: #fff;
    background-color: #464646;
    border: 1px solid #464646;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    display: block;
    margin: 10px;
}

#shop-popular-categories a span:hover {
    color: #464646;
    background-color: #fff;
}

@media screen and (max-width:768px) {
    #shop-popular-categories {
        grid-template-columns: 50% 50%;
    }
}


/* New Home Page Design */
.home-title {
    text-align: center;
    margin: 0 auto;
    border-bottom: solid 2px #222;
    width: 70%;
}

.home-title h2 {
    display: inline-block;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #222;
    background-color: #fff;
    margin: auto;
    padding: 0 20px;
    transform: translateY(50%);
}

.shop-price {
    padding: 0 10%;
}

.shop-price div {
    margin-top: 20px;
}

.shop-price div a,
.shop-categories div a {
    text-decoration: none;
    color: #000;
    text-align: center;
    display: block;
}

.shop-price div a span {
    text-align: center;
    display: block;
    margin: -20px;
}

.inspired-containerbox {
    margin: 0 4%;
}

#inspired {
    text-align: center;
}

#inspired .owl-prev,
#inspired .owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    color: #ccc;
}

#inspired .owl-prev {
    left: -35px;
}

#inspired .owl-next {
    right: -35px;
}

#inspired a {
    color: #222;
    text-decoration: none;
}

#inspired span {
    font-size: 16px;
    color: #222;
}

.shop-categories {
    padding: 0 80px;
}

.shop-categories div {
    margin: 20px auto;
}

.shop-categories div img {
    max-width: 100%;
    height: auto;
    display: block;
}

.shop-categories a {
    text-decoration: none;
    color: #222;
}

.shop-categories a span {
    color: #222;
    text-align: center;
    font-size: 18px;
    display: block;
    margin: 10px;
}

.stay-connected {
    background-image: url('/css/1238/images/homepage/StayConnectedBackground.jpg');
    background-color: #ccc;
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.stay-connected h3 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    padding-top: 30px;
}

.stay-connected p {
    font-size: 18px;
}

.stay-connected .email-field {
    margin: 25px 10%;
}

@media screen and (max-width: 600px) {
    .stay-connected .email-field {
        margin: 25px 3%;
    }
}

.stay-connected a {
    text-decoration: none;
    color: #000;
    position: absolute;
    margin-top: -20px;
    right: 20px;
}

.stay-connected a:hover {
    text-decoration: underline;
}

.working-with-designer {
    display: block;
    text-align: center;
}

.working-with-designer a {
    text-decoration: none;
    color: #000;
    font-size: 23px;
}

.working-with-designer span {
    font-size: 16px;
    display: block;
}


@media screen and (max-width:768px) {
    .home-title {
        width: 100%;
        border: none;
    }

    .home-title h2 {
        transform: unset;
        font-size: 2.2em;
    }

    .shop-popular-categories {
        grid-template-columns: 50% 50%;
    }

    .shop-categories {
        padding: 0px;
    }

    .stay-connected {
        height: 235px;
    }

    .stay-connected .email-field input {
        font-size: 1em;
        width: 60%;
    }

    .stay-connected .email-field .submit-button {
        width: 35%;
        margin-left: -15px;
    }

}

/* 64777 10/1/20 JD */
.hp-home-makeover {
    margin: 50px 75px 0;
}

.hp-worry-free-furniture {
    margin: 50px 75px;
}

.hp-design-project,
.stay-connected {
    margin: 0 75px;
}

.stay-connected a {
    right: 95px;
}

@media screen and (max-width:768px) {

    .hp-home-makeover {
        margin: 50px 0px 0px;
    }

    .hp-worry-free-furniture {
        margin: 50px 0px;
    }

    .hp-design-project,
    .stay-connected {
        margin: 0px;
    }
}

/* 65248 10/14/20 JD */
.hp-home-makeover img,
.hp-worry-free-furniture img,
.hp-design-project img {
    width: 100%;
    height: auto;
    display: block;
}

/* End New Home Page Design */

/* promotions.inc */
/* 63369 7/30/20 JD */
#Promotions-Video {
    position: relative;
    padding: 6% 0 50% 0;
    height: 0;
    margin-bottom: 32px;
}

#Promotions-Video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#promotions-form iframe {
    height: 750px;
}

@media screen and (max-width:992px) {
    #promotions-form iframe {
        height: 760px;
    }
}

@media screen and (max-width:768px) {
    #promotions-form iframe {
        height: 800px;
    }
}

@media screen and (max-width: 576px) {
    #promotions-form iframe {
        height: 900px;
    }
}

@media screen and (max-width: 400px) {
    #promotions-form iframe {
        height: 1000px;
    }
}

/* /custom-dining.inc */
#custom-dining section {
    margin-bottom: 50px;
}

#custom-dining .customizable a,
#custom-dining .tiles a {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #202020;
    color: #fff;
    display: block;
    padding: 10px 20px;
    margin: 0 auto;
    width: 175px;
    text-align: center;
}

#custom-dining .customizable,
#custom-dining .custom-dining {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 20px;
    justify-content: start;
    align-items: start;
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    box-sizing: border-box;
}

#custom-dining .custom-dining p {
    padding-right: 75px;
}

#custom-dining .options,
#custom-dining .design-it {
    padding-left: 50px;
}

#custom-dining .tiles {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 20px;
    justify-content: start;
    align-items: start;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

#custom-dining .tiles div {
    padding: 0 20px;
    margin-bottom: 20px;
}

#custom-dining .customizable a {
    margin-top: 30px;
}

#custom-dining .customizable img {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:768px) {

    #custom-dining .tiles,
    #custom-dining .customizable,
    #custom-dining .custom-dining {
        grid-template-columns: 100%;
        padding: 0;
    }

    #custom-dining .custom-dining img {
        display: block;
        margin: 0 auto;
    }

    #custom-dining .custom-dining div:first-of-type {
        order: 2;
    }

    #custom-dining .custom-dining p {
        padding-right: 0;
    }

    #custom-dining .options,
    #custom-dining .design-it {
        padding-left: 0;
    }

    #custom-dining .options h3 {
        margin-bottom: 10px;
    }

    #custom-dining .tiles div {
        padding: 0;
    }

}

/* BW/ZD:63110 */
.demo-header {
    margin-bottom: 15px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: auto;
}

.demo-iframe {
    max-width: 425px;
    border: 1px solid #222222;
}

/* bristow.inc */

#bristow-page {
    padding: 25px 0 0 0;
}

#bristow-page .dining-collection {
    position: relative;
    max-height: 437px;
    height: 33.5vw;
}

#bristow-page .dining-colors {
    position: absolute;
    left: 0;
    bottom: 0;
}

#bristow-page .finish {
    display: grid;
    grid-template-columns: 60% 40%;
    justify-content: end;
    align-items: center;
    padding: 0 10px;
}

#bristow-page .finish div {
    align-self: end;
}

#bristow-page .finish div div {
    text-align: center;
}

#bristow-page .finish div p span {
    text-transform: uppercase;
}

#bristow-page .collection img {
    box-sizing: border-box;
    padding: 31.5px;
}

#bristow-page .collection div p span {
    text-transform: uppercase;
}

@media screen and (max-width:1024px) {
    #bristow-page {
        margin-top: 0px;
    }

    #bristow-page .dining-collection {
        position: unset;
        height: auto;
    }

    #bristow-page .dining-colors {
        position: unset;
    }

    #bristow-page .finish {
        display: block;
    }

    #bristow-page .finish div:last-of-type img {
        box-sizing: border-box;
        padding: 31.5px;
    }

}

/* Quick Ship ZD#65968 JC */

.quick-ship-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1264px;
    box-sizing: border-box;
}

.quick-ship-row {
    display: flex;
    margin-bottom: 25px;
}

.quick-ship-copy {
    flex-grow: 1;
    flex-basis: 0;
    padding: 10px;
}

.quick-ship-copy p {
    margin-bottom: 1%;
    font-size: 1em;
    line-height: 1.5;
}

.quick-ship-copy span {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.quick-ship-copy a {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    color: #FFF;
    background-color: #385723;
}

.quick-ship-image {
    flex-grow: 1;
    flex-basis: 0;
    padding: 10px;
}

.quick-ship-image img {
    width: 100%;
    height: auto;
    display: block;
}

.quick-ship-products-heading {
    padding: 0 10px;
    margin-bottom: 20px;
}

.quick-ship-products ul {
    display: flex;
}

.quick-ship-products ul li {
    list-style: none;
    flex-grow: 1;
    flex-basis: 0;
    padding: 10px;
}

.quick-ship-products ul li img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 767px) {

    .quick-ship-row {
        flex-direction: column;
    }

    .quick-ship-copy {
        margin-bottom: 25px;
    }

    .quick-ship-products ul {
        flex-direction: column;
    }

    .quick-ship-copy-order {
        order: 2;
    }

}

/* End Quick Ship ZD#65968 JC */

/* ZD#67674 JC No results found LP */

.no-results {
    display: flex;
    justify-content: center;
}

.no-results>div {
    display: flex;
    flex-direction: column;
    margin: 0 100px;
}

.our-products-page ul li {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .no-results>div {
        margin: 0 20px;
    }
}

@media screen and (max-width: 400px) {
    .no-results {
        flex-direction: column;
        text-align: center;
    }

    .our-products-page ul li {
        text-align: center;
    }
}

.mfp-bg {
    z-index: 26000;
}

.print-popup,
.mfp-wrap {
    z-index: 26200;
}

/* ZD#69716 JC */

#AttributeFilters1_dimensionFilterContainer {
    margin-bottom: 25px;
}

#priceSliders {
    margin: 10px 0 25px 0;
}

/* ZD#70176 JC Home Page Updates */

.home-clearance {
    display: block;
    width: 100%;
    border: 4px solid #c00000;
    padding: 20px 0;
    color: #c00000;
    box-sizing: border-box;
    font-size: 50px;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
}

.home-clearance .fa {
    position: relative;
    top: 5px;
}

.stay-connected-home {
    text-align: center;
    margin-top: 40px;
}

.stay-connected-home p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

#stay-connected-social {
    margin-top: 30px;
    font-size: 20px;
}

#stay-connected-social li {
    list-style: none;
    display: inline;
    padding-right: 5px;
}

#stay-connected-social li a {
    color: #222;
    list-style: none;
}

.home-copy {
    font-weight: 300;
    font-size: 16px;
    color: #2a2a2a;
    margin-bottom: 30px;
}

.home-copy img {
    max-width: 100%;
    height: auto
}

@media screen and (max-width: 767px) {
    .home-clearance {
        padding: 15px 0;
        font-size: 30px;
    }
    .tiktok-icon {
        width:30px !important;
        max-width: 30px !important;
        height:30px; 
    }
}

/* 70228 JD */
#item-info-container #item-info-pagination a {
    color: #000;
}

#consist-of-container .product-group-item .product-group-info p {
    color: #000;
}

#item-info-container #basic-function-icons li a .fa {
    color: #333;
}

#item-info-pricing .price {
    color: #811f2c;
}

#item-info-pricing .add-to-cart a {
    background-color: #811f2c;
    border: 1px solid #811f2c;
}

#item-info-pricing .add-to-cart a:hover {
    background-color: #fff;
    color: #811f2c;
    border: 1px solid #811f2c;
}

#email-friend a {
    color: #fff;
}

#request-information,
#email-friend {
    background-color: #811f2c;
}

#request-information:hover a,
#email-friend:hover a {
    color: #811f2c;
}

#request-information a:hover,
#email-friend a:hover {
    color: #811f2c;
    text-decoration: none;
}

.RequestInfoPageButtonSend {
    border: 1px solid #811f2c;
    background: #811f2c;
}

.RequestInfoPageButtonSend:hover {
    border: 1px solid #811f2c;
}

.filter-show-button {
    background: #811f2c;
}

#item-info-product-info {
    margin: 0;
}

#item-info-product-info .product-tab-heading.tab-active {
    border-bottom: 3px solid #811f2c;
}

#item-info-product-info .product-tab-heading.tab-active {
    border-bottom: 3px solid #811f2c;
}

#item-info-draping .customize-choice-tabs::-webkit-scrollbar-track {
    background: #811f2c;
}

#item-info-product-info .product-tab-heading {
    color: #811f2c;
}

#item-info-short-description .view-collection {
    color: #811f2c;
}

#item-info-draping .draping-pagination a {
    color: #811f2c;
}

#item-info-draping .customize-choice-tabs li.selected a span {
    background: #811f2c;
}

#snap-shot a {
    color: #811f2c;
}

#item-info-rotators .heading:after {
    background: #811f2c;
}

#item-info-draping .customize-choice-tabs li.selected a span {
    background: #811f2c;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #811f2c !important;
}

.noUi-handle {
    background-color: #811f2c;
}

#item-info-container .item-info-links>p {
    display: flex;
    align-items: center;
}

#item-info-container .item-info-links a {
    color: #2a2a2a;
}

#item-info-container #item-info-draping {
    margin: 0;
    padding: 0;
}

#item-info-container .item-info-links>p>img {
    margin-right: 5px;
}

#item-info-right #item-info-actions {
    margin: 0;
    display: inline-block;
}

@media screen and (max-width: 1024px) {

    #request-information,
    #email-friend {
        width: auto;
    }
}

/* End Epiphany 4 BravoV2 item information color changes  */

/* 73988 */
.no-price {
    color: #811f2c !important;
}

/*73989*/

.ProductThumbnailIconPurchaseOnline {
    display: none;
}

/* item browser text display order */
.ProductThumbnailDetails {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    padding: 0;
}

.ProductThumbnailDetails>* {
    flex: 100%;
    order: 2;
}

.ProductThumbnailParagraphDescription {
    order: 1;
}

/* 74152 */
.price3-container {
    display: none;
}

/* ADA */
#stay-connected-social ul li a:hover {
    color: #7f7f7f;
}


#stay-connected-social ul li a img {
    filter: invert(15%) sepia(17%) saturate(0%) hue-rotate(139deg) brightness(100%) contrast(83%);
}
#stay-connected-social ul li a img:hover {
    filter: invert(54%) sepia(1%) saturate(0%) hue-rotate(335deg) brightness(92%) contrast(86%);
}

#footercopyright h1,
#footercopyright p {
    font-size: 13px;
    display: inline-block;
    font-family: "Futura PT Light", "futura-pt", "Trebuchet MS", sans-serif;
    font-weight: normal;
}

/* ZD#79112 JC */

.ItemBrowserPageContainer .ProductThumbnailParagraphPrice3 {
    display: none;
}

/* 81983 */
#item-info-status p,
.item-availability-message div span p {
    color: #000 !important;
}

/* ADA Contract Fixes */
#item-info-pricing .has-sale {
    color: #5c5c5c;
}

#item-info-pricing .sale-price-container {
    color: #e10000;
}

.rrssb-buttons li.twitter a {
    background-color: #0080a4;
}

/* zd 85681 */
.AttributeFilterDivRoom {
    display: none;
}


/*** Locations Pages - Zendesk #60610 - SG ***/

#location-page h1,
#location-page p {
    margin-bottom: 10px;
}

#location-page h1 {
    font-size: 2rem;
    text-transform: uppercase;
}

#location-page nav {
    margin: 0 10% 30px;
    text-align: center;
    overflow: hidden;
}

#location-page nav>p {
    margin: 25px 0;
    font-size: 2rem;
    text-transform: uppercase;
}

#location-page nav>a {
    padding: 10px;
    font-size: 1.25rem;
    text-decoration: none;
    color: #2a2a2a;
}

#location-page .location-image,
#location-page .design-image {
    width: 60%;
    float: left;
    margin-bottom: 30px;
}

#location-page .location-info,
#location-page .location-text,
#location-page .design-text {
    width: 40%;
    float: left;
    box-sizing: border-box;
    padding-left: 30px;
}

#location-page,
#location-page .location-image,
#location-page .location-text,
#location-page .design-text,
#location-page .design-image,
#location-page .design-team {
    margin-bottom: 30px;
}

#location-page .location-info {
    margin-bottom: 10px;
}

#location-page .location-info a {
    color: #2a2a2a;
}

#location-page .design-text {
    padding: 3vw 30px 0 0;
}

#location-page .about-text h2 {
    margin: 20px 0 10px;
    font-size: 1.5rem;
}

#location-page .about-text ul {
    list-style: none;
}

@media screen and (min-width: 1920px) {
    #location-page .design-text {
        padding-top: 75px;
    }
}

@media screen and (max-width: 1200px) {

    #location-page nav {
        margin: 0 5% 30px;
    }

    #location-page h1 {
        font-size: 1.5rem;
    }

    #location-page .location-text {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {

    #location-page nav {
        margin: 0 0 30px;
    }

    #location-page nav>p {
        font-size: 1.75rem;
    }

    #location-page nav li a span {
        padding: 0 15px;
    }

    #location-page .design-text {
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {

    #location-page nav>p {
        font-size: 1.5rem;
    }

    #location-page .location-image,
    #location-page .location-info,
    #location-page .location-text,
    #location-page .design-text,
    #location-page .design-image {
        float: none;
        width: 100%;
        padding: 0;
    }

    #location-page .design-section {
        display: flex;
        flex-wrap: wrap;
    }

    #location-page .design-text {
        order: 2;
    }
}

/*** END Locations Pages ***/

/* zd 86565 */
/*title*/
#location-page .location_em {
    font-weight: bold;
    color: #2a2a2a;
}

#location-page nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    /*width: 90%; */
    margin: 0 auto;
}

/* both ul's */
/*#location-page nav ul{
    margin-left: -15px;
}*/

/* items width fix */
#location-page nav li {
    flex-grow: 0;
    /* text-align: center; */
    padding: 0 35px;

}

#location-page nav li a {
    display: block;
    padding: 5px 0;
    font-size: 18px;
    text-decoration: none;
    color: #2a2a2a;
}

#location-page nav li a span {
    display: block;
    /* border-left: 1px solid #2a2a2a; */
}

#location-page nav li a:hover {
    text-decoration: underline;
}


/* individual names spacing fix */
/* #location-page nav li.location_state {
    padding-right: 30px;
} */

/* extra ul */
#location-page ul.location_extra {
    width: 80%;
    margin: 0 auto;
}

/* state names */
#location-page nav li.location_state a {
    padding: 4px 0 0;
    font-size: 20px;
    text-decoration: none;
    font-family: "Futura PT Light", "futura-pt", "Trebuchet MS", sans-serif;
    font-weight: bold;
}

#location-page nav li.location_state a:hover {
    text-decoration: none;
}

/* extra ul name fixes */
#location-page nav ul.location_extra li a span {
    display: block;
    /* border-left: none !important; */
}

@media screen and (max-width: 767px) {
    /* fix on mobile */

    #location-page nav ul {
        display: none;
        flex-direction: column;
    }

    #location-page nav ul li {
        border-left: none !important;
    }

    #location-page li.location_state {
        padding: 15px 0 0 0;
        text-align: center;
    }
}

/* zd 87747 */

.store-locator-divider {
    width: 70%;
    margin: 30px auto 20px;
    border: 1px solid #2a2a2a;
}

#store-locator-buttons {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

#store-locator-buttons ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style-type: none !important;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

#store-locator-buttons ul li {
    width: 33%;
    padding: 0px;
    text-transform: uppercase;
    margin-bottom: 25px;
    box-sizing: border-box;
}

#store-locator-buttons ul li a {
    display: inline-block;
    clear: both;
    margin: 10px 0;
    padding: 15px 0px;
    font-size: 16px;
    text-decoration: none;
    width: 75%;
    background: white;
    border: 2px solid #2a2a2a;
    color: #2a2a2a;
}

#store-locator-buttons ul li a:hover {
    background: #2a2a2a;
    color: white;
}

@media screen and (max-width: 768px) {
    #store-locator-buttons ul {
        display: block;
    }

    #store-locator-buttons ul li {
        width: 100%;
    }
}

#indiana_map img,
#florida_map img {
    object-fit: cover;
    width: 100%;
    max-height: 100%;
}

#indiana_map .store_copy,
#florida_map .store_copy {
    padding: 30px 0 0;
}

#indiana_map h2,
#florida_map h2 {
    margin: 0 0 10px;
}

#indiana_map .map_frame,
#florida_map .map_frame {
    position: relative;
    overflow:hidden;
    padding-bottom:56.25%;
    height: 0;
}
#indiana_map .map_frame iframe,
#florida_map .map_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


html {
    scroll-padding-top: 170px;
    /* height of sticky header */
}

@media screen and (max-width: 768px) {
    #indiana_map .map_frame iframe,
    #florida_map .map_frame iframe {
        padding: 20px 0px;
    }
    
    html {
        scroll-padding-top: 0px;
        /* height of sticky header */
    }
}


/* sf 00382531 */

/* sustainability containing div */
.sustainability_container {
    position: relative;
}


.sustainability_container > img {
    filter: brightness(55%);
}

.sustainability_overlay {

    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    margin: 15px 15px;
    padding-top: 25px;

    font-size: 20px;
    color: white;
}
/* 
.sustainability_overlay > p {
    margin: 0 20px;
} */



/* store-locator.inc "schedule your appointment" buttons */
.appt_button {
    color: white !important;
    background-color: black !important;
    border: 2px solid black;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    margin: 10px 30px;
}


/* Careers Page */

#careers-buttons {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

#careers-buttons ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style-type: none !important;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

#careers-buttons ul li {
    width: 33%;
    padding: 0px;
    text-transform: uppercase;
    margin-bottom: 25px;
    box-sizing: border-box;
}

#careers-buttons ul li a {
    display: inline-block;
    clear: both;
    margin: 10px 0;
    padding: 15px 0px;
    font-size: 16px;
    text-decoration: none;
    width: 75%;
    background: white;
    border: 2px solid #2a2a2a;
    color: #2a2a2a;
}

#careers-buttons ul li a:hover {
    background: #2a2a2a;
    color: white;
}

/* End Careers Page */


/* Custom LP */

#custom-lp * {
    box-sizing: border-box;
}

#custom-lp p {
    font-size: 1.2em;
}

#custom-lp .intro {
    margin-bottom: 50px;
    margin-top: 30px;
}

#custom-lp .intro img {
    width: 100%;
    height: auto;
    display: block;
}

#custom-lp .mobile-img {
    margin-bottom: 30px;
}

#custom-lp .mobile-img img {
    width: 100%;
    height: auto;
    display: block;
}

#custom-lp .img-right-flex {
    display: flex;
    margin-bottom: 50px;
}

#custom-lp .img-right-flex .custom-copy {
    flex: 1 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}

#custom-lp .img-right-flex .custom-img {
    flex: 1 0 50%;
    display: flex;
    align-items: center;
}

#custom-lp .img-right-flex .custom-img img {
    width: 100%;
    height: auto;
    display: block;
}

#custom-lp .img-left-flex {
    display: flex;
    margin-bottom: 50px;
}

#custom-lp .img-left-flex .custom-copy {
    flex: 1 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}

#custom-lp .img-left-flex .custom-img {
    flex: 1 0 50%;
    display: flex;
    align-items: center;
}

#custom-lp .img-left-flex .custom-img img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 767px) {
    #custom-lp .intro {
        margin-top: 20px;
    }

    #custom-lp .img-right-flex {
        flex-direction: column;
        margin-bottom: 30px;
    }
    
    #custom-lp .img-right-flex .custom-copy {
        flex: 1 0 100%;
        padding: 0 20px;
    }
    
    #custom-lp .img-right-flex .custom-img {
        flex: 1 0 100%;
    }
    
    #custom-lp .img-left-flex {
        flex-direction: column;
        margin-bottom: 30px;
    }
    
    #custom-lp .img-left-flex .custom-copy {
        flex: 1 0 100%;
        padding: 0 20px;
    }

    #custom-lp .img-left-flex.section-2 .custom-copy {
        padding: 30px 20px 0 20px;
    }

    #custom-lp .img-right-flex.section-3 .custom-copy {
        padding: 0 20px 30px 20px;
    }
    
    #custom-lp .img-left-flex .custom-img {
        flex: 1 0 100%;
    }
}

/* End Custom LP */


/*** echair-main ***/

#echair-main,
#echair-main h1,
#echair-main.overlay-image,
#echair-main .content-container>div,
#echair-main .main-content
 {
    margin-bottom: 35px;
}

#echair-main img {
    display: block;
    width: 100%;
    height: auto;
}

#echair-main .overlay-image {
    position: relative;
}

#echair-main .overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, .3)
}

#echair-main .overlay>div {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 1.3em;
    color: #000;
}

#echair-main .content-container {
    padding: 0 35px;
}

#echair-main h2 {
    margin-bottom: 15px;
}

#echair-main p,
#echair-main a {
    font-size: 1.15em;
}

#echair-main ul {
    list-style: none;
}

#echair-main a {
    text-decoration: none;
    color: #000;
}

#echair-main a:hover {
    text-decoration: underline;
}

#echair-main ul a{
    line-height: 1.5;
}



@media screen and (max-width: 1024px) {

    #echair-main .overlay>div,
    #echair-main p,
    #echair-main a {
        font-size: 1em;
    }
}

@media screen and (max-width: 767px) {

    #echair-main,
    #echair-main h1 {
        margin-bottom: 0;
    }

   }



@media screen and (max-width: 400px) {
    #echair-main .content-container {
        padding: 0;
    }
}
    

/*** End echair-main ***/




/* testimonials */

section#testimonials {
	padding: 15px 45px 25px;
    margin: 50px 12% 0px;
}

@media screen and (max-width: 767px) {
	section#testimonials {
		padding: 15px 45px 5px;
	}
}

section#testimonials h3 {
	width: 100%;
    font-weight: normal;
    font-size: 2.05em;
    margin: 0 0 25px;
    text-transform: uppercase;
    color: #333;
    text-align: center;
    font-family: 'Crimson Text', serif;
}

section#testimonials h3:after {
    content: ' ';
    border-bottom: 2px solid var(--primary-btn);
    border-bottom: 2px solid var(--primary-btn);
    display: block;
    width: 105px;
    padding-top: 5px;
    margin:0 auto;
}

.testimonial-carousel img {
    max-width: 100%;
    height: auto;
}

.testimonial-carousel .owl-carousel {
    list-style-type: none;
    margin: 15px auto 45px;
    width: calc(100% - 60px);
}

.testimonial-carousel .owl-prev,
.testimonial-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #243e5f;
    background: none;
	width: 55px;
}

section#testimonials .owl-carousel .owl-nav button.owl-prev:hover,
section#testimonials .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #f5f5f5;
	color: #243e5f;
}

.testimonial-carousel .owl-prev {
    left: -65px;
}

.testimonial-carousel .owl-next {
    right: -65px;
}

.testimonial-carousel ul .carousel-slide {
    width: calc(100% - 2px);
    border: 1px solid #d7d7d7;
    padding: 20px 20px 40px;
    display: block;
}

.testimonial-carousel ul li {
	list-style: none;
}

.testimonial-carousel ul li a {
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    text-transform: uppercase;
    color: var(--primary);
}

.testimonial-carousel ul li a > p {
    font-weight: 600;
}

.testimonial-carousel ul li a > p > span {
    font-weight: 400;
}

.testimonial-carousel ul li img {
    margin-bottom: 15px;
}

.testimonial-carousel ul li a:hover {
    text-decoration: none;
}

.testimonial-carousel ul .testimonial-slide {
    width: calc(100% - 2px);
    border: 1px solid #d7d7d7;
    padding: 20px 20px 40px;
    display: block;
}

.testimonial-carousel ul .testimonial-slide  p {
    line-height: 1.6em;
    color: var(--primary);
}

.testimonial-carousel ul .testimonial-slide .rating {
    margin-bottom: 15px;
}

.testimonial-carousel ul .testimonial-slide .rating .fa {
    padding-right: 5px;
    color: var(--primary-btn);
}

.testimonial-carousel ul .testimonial-slide .fa-quote-left,
.testimonial-carousel ul .testimonial-slide .fa-quote-right {
    display: inline-block;
}

.testimonial-carousel ul .testimonial-slide .fa-quote-left:before {
    content: '\f10d';
    color: var(--primary);
}

.testimonial-carousel ul .testimonial-slide .fa-quote-right:before {
    content: '\f10e';
    color: var(--primary);
}

.testimonial-carousel ul .testimonial-slide .testimonial {
    display: inline;
    line-height: 1.8em;
}

/* end testimonials */


/* End */