.pageWrapper {
    overflow-x: hidden;
}
#mainContent {
    padding-top: 80px;
}
.margin-top-10 {margin-top: 10px}
.margin-top-40 {margin-top: 40px}
.margin-top-60 {margin-top: 60px}
.margin-top-80 {margin-top: 80px}
.margin-top-70 {margin-top: 70px}
.margin-btm-30 {margin-bottom: 30px}
.margin-btm-40 {margin-bottom: 40px}
.margin-btm-50 {margin-bottom: 50px}
.margin-btm-60 {margin-bottom: 60px}
.margin-btm-70 {margin-bottom: 70px}
.margin-btm-80 {margin-bottom: 80px}
.margin-btm-90 {margin-bottom: 90px}
.margin-btm-100 {margin-bottom: 100px}
.margin-btm-120 {margin-bottom: 120px}

.padding-top-10 {padding-top: 10px;}
.padding-top-40 {padding-top: 40px;}
.padding-top-60 {padding-top: 60px;}
.padding-btm-30 {padding-bottom: 30px;}
.padding-btm-60 {padding-bottom: 60px;}
.padding-btm-80 {padding-bottom: 80px;}
.padding-btm-125 {padding-bottom: 125px;}
.padding-btm-110 {padding-bottom: 110px;}

.blck-bckgrnd {background: #000;}
.drk-gry-bckgrnd {background: #252526;}
.wht-bckgrnd {background: #fff;}
.lt-gry-bckgrnd {background: #F5F5F5;}
.med-gry-bckgrnd  {background: #F0F0F0;}
.tan-bckgrnd {background: #fefae3;}

.hr-grey {
    background: #D5D5D5;
    height: 1px;
    width: 100%;
    display: block;
}

.italic {
    font-style: italic;
}

.paragraph-bodon-600-21-30 {
    font-size: 2.1rem;
    line-height: 142%;
    text-align: left;
    font-family: "Bodoni Moda", Serif;
    font-weight: 600;
    letter-spacing: 0px;
}
.font-21-30-600 {
    font-size: 2.4rem;
    line-height: 150%;
    font-weight: 600;
}
.skipNavigation a {
    background: #000;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    position: absolute;
    padding: 10px;
    left: 5px;
    top: 5px;
    opacity: 0;
}
.skipNavigation a:focus {
    z-index: 99;
    opacity: 1;
}
.constrainedContent {
    width: 95%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.red-overlay {
    /* background: #555555; */ /* perhaps change later */
    border: 1px solid #E7004C;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
a.red, .red, span.arrow-link.red, a.arrow-link.red {color: #C2002F;}
span.arrow-link,
a.arrow-link {
    text-decoration: none;
    line-height: 175%;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .168rem;
    color: #414042;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    background: url(../arrow-grey-right.html) center right no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
    padding-right: 40px;
    vertical-align: middle;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
span.arrow-link.red,
a.arrow-link.red {
    background: url(../svg/arrow-right-red.svg) no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
}
span.arrow-link:hover,
a.arrow-link:hover,
a.arrow-link:focus {
    background-position: right 5px center;
}
.font-42-48-300 {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 140%;
    letter-spacing: 0;
}
.font-36-48-300 {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 155%;
    letter-spacing: 0;
}
.font-42-60{
    font-size: 3.6rem;
    line-height: 140%;
}
.font-11-19 {
    /*11px / 12px Roboto;*/
    font-size: 1.1rem;
    line-height: 110%;
    letter-spacing: .022rem;
}
.font-11-19 {
    font-size: 1.1rem;
    line-height: 172%;
    letter-spacing: .082rem;
}
.font-12-21 {
    font-size: 1.2rem;
    line-height: 175%;
}
.heading-42-48 h2 {
    font-size: 2.6rem;
    line-height: 120%;
}
.heading-42-36 h2 {
    font-size: 4.2rem;
    line-height: 85%;
}
.font-14-18 {
     font-size: 1.4rem;
     line-height: 130%;
     letter-spacing: .028rem;
}
.font-14-21 {
    font-size: 1.4rem;
    line-height: 150%;
    letter-spacing: .028rem;
}
.font-16-21 {
    font-size: 1.6rem;
    line-height: 130%;
}
.font-16-24 {
    line-height: 150%;
    font-size: 1.6rem;
}
.font-21-30 {
    font-size: 2.1rem;
    line-height: 140%;
}
.font-24-36 {
     /*24px/36px*/
    font-size: 1.6rem;
    line-height: 150%;
}
.heading-30-36 h2 {
    font-size: 2.6rem;
    line-height: 125%;
}
.heading-roboto-14-18 h2,
.heading-roboto-14-18 h3,
.heading-roboto-14-18 h4 {
    /*bold 14px/18px Roboto;*/
    font-family: Roboto, sans-serif;
    font-size: 1.4rem;
    line-height: 130%;
    letter-spacing: .28rem;
}
.heading-roboto-18-23-h4 h4 {
    font-family: Roboto, sans-serif;
    font-size: 1.8rem;
    line-height: 130%;
    letter-spacing: .28rem;
}
.heading-roboto-24-29 h2,
.heading-roboto-24-29 h3,
.heading-roboto-24-29 h4 {
    font-family: Roboto, sans-serif;
    font-size: 2.4rem !important;
    line-height: 130%;
    letter-spacing: .28rem;
}
.heading-roboto-30-36 h2,
.heading-roboto-30-36 h3,
.heading-roboto-30-36 h4 {
    font-size: 3rem;
    line-height: 120%;
}

.header-tranform-upper h2,
.header-tranform-upper h3 {
    text-transform: uppercase;
}
.header-btm-margin-15 h2 {margin-bottom: 15px;}
.header-btm-margin-20 h2 {margin-bottom: 20px;}
.header-h3-btm-margin-15 h3 {margin-bottom: 15px;}
.header-h3-btm-margin-20 h3 {margin-bottom: 20px;}
.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
p strong {
    font-weight: 600;
}
.font-fam-bodoni {
    font-family: "Bodoni Moda", Serif;
}
.paragraph-margin-btm-20 p:not(:last-of-type) {margin-bottom: 20px;}
.paragraph-margin-btm-40 p:not(:last-of-type) {margin-bottom: 40px;}
.txt-color-555555, .txt-color-555555 a {color: #555555;}
.txt-color-676767, .txt-color-676767 a {color: #676767;}
.txt-color-D5D5D5, .txt-color-D5D5D5 a {color: #D5D5D5;}
.txt-color-252526, .txt-color-252526 a {color: #252526;}
.txt-color-blk, .txt-color-blk a {color: #000;}
.txt-transform-upper {text-transform: uppercase;}
.txt-align-center {text-align: center;}
dl dd,
dl dt {display: inline-block}
.max-width-582 {
    max-width: 582px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.list-style ul,
.page-content ul {

}
.list-style ul li,
.page-content ul li{
    padding-left: 14px;
    position: relative;
    margin-bottom: 19px;
}
.list-style ul li {
    padding-left: 22px;
}
.list-style ul li:before,
.page-content ul li:before{
    content: '›';
    position: absolute;
    left: 0;
}
.list-style.list-disc  ul li:before,
.page-content.list-disc ul li:before{
    content: '•';
}
.page-content a {
    text-decoration: underline;
}
.page-content a:hover,
.page-content a:focus{
    text-decoration: none;
}
.col {
    position: relative;
}
.tag-yellow {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 12px;
    padding: 3px 8px;
    background: #FBDE40;
    color: #000000;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: .12rem;
    vertical-align: middle;
    text-transform: uppercase;
}
.tag-right{
    right: 12px;
    left: auto;
}
.tag-black {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 9px 14px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .144rem;
    color: #FFFFFF;
    background: #000;
    text-transform: uppercase;
}
.grey-link {
    /*14px/21px Roboto;*/
    font-size: 1.4rem;
    line-height: 150%;
    letter-spacing: .028rem;
    color: #ADAFB2;
    text-decoration: underline;
}
.grey-link:hover,
.grey-link:focus {
    text-decoration: none;
}
.red-btn {
    background: #C2002F;
    box-shadow: 0px 4px 0px #DBA200;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 125%;
    letter-spacing: .24rem;
    color: #000000;
    text-transform: uppercase;
    padding: 10px 25px;
}
.btn-border {
    border: 2px solid #252526;
    font-size: 1.2rem;
    line-height: 140%;
    font-weight: 700;
    padding: 11px 14px 8px;
    letter-spacing: .144rem;
    color: #252526;
    text-transform: uppercase;
    display: inline-block;
}
.btn-border:hover,
.btn-border:focus {
    background: #252526;
    color: #F5F5F5;
}
.lrg-btn {
    background: #252526;
    border: 2px solid #252526;
    padding: 14px 28px;
    max-width: 376px;
    width: 100%;
    font-size: 1.4rem;
    line-height: 130%;
    font-weight: 700;
    letter-spacing: .28rem;
    color: #F5F5F5;
    text-transform: uppercase;
}
.lrg-btn:hover,
.lrg-btn:focus {
    background: transparent;
    color: #252526;
}
.select-wrapper {
    background: #fff;
    position: relative;
}
span.icon {
    pointer-events: none;
}
.select-wrapper span.icon:after {
    content: "";
    right: 0;
    height: 6px;
    width: 10px;
    position: absolute;
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    background: url(../svg/chevron-slider-down-blk.svg) center no-repeat;
    background-size: contain;
}
select {
    position: relative;
    border: none;
    width: 100%;
    box-sizing: border-box;
/*    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;*/
    cursor: pointer;
    z-index: 2;
    background: transparent;
}
footer,
footer a{
    color: #D5D5D5;
}
footer .logo {width: 160px; margin: 0 auto;}
footer .footer-top {
    padding: 24px 0;
}
footer .footer-top > div {

}
footer .footer-top h2 {
    /*font: normal normal 600 26px/36px*/
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 140%;
    color: #ADAFB2;
}
footer .footer-top h2 span {
    color: #F5F5F5;
}
.blog-cols .col.right-col .floating-label.has-focus label,
footer .footer-top .floating-label.has-focus label {
    color: #fff;
}
.blog-cols .col.right-col form,
footer .footer-top > div form {
    position: relative;
}
.blog-cols .col.right-col div button[type="submit"],
footer .footer-top > div button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 40px;
    padding: 0;
    border: none;
    font-size: 0;
    background: url(../svg/arrow-right-gry.svg) center no-repeat;
    background-size: 16px 16px;
}
.blog-cols .col.right-col form label,
footer .footer-top > div form label {
    color: #D5D5D5;
}
.blog-cols .col.right-col div input[type="email"],
footer .footer-top > div input[type="email"] {
    border: 1px solid #707070;
    color: #fff;
    background: #252526;
    margin-bottom: 0;
}
.footer-center {
}
.footer-center .constrainedContent{
    padding: 30px 0 37px;
    border-bottom: 3px solid #3B3B3B;
}
.footer-center .col:first-of-type,
.footer-center .col:nth-of-type(2) {
    font-size: 1.2rem;
    letter-spacing: .09rem;
    line-height: 175%;
    text-transform: uppercase;
}
.footer-center .col a.dsktop,
.footer-center .col p.dsktop {
    display: none;
    visibility: hidden;
}
.footer-center .col:last-of-type p {
    margin-bottom: 30px;
}
.footer-center .col a.mobile {
    float: right;
}
.footer-center .col .lrg-link {
    display: inline-block;
    font-size: 2.1rem;
    line-height: 170%;
    font-weight: 700;
    letter-spacing: 1.05px;
    margin-top: 25px;
}
.footer-center .col:nth-of-type(2),
.footer-center .col:first-of-type {
    text-align: center;
}
.footer-center .col {
    width: 100%;
}
.footer-center .col:last-of-type {
    max-width: 500px;
    margin:  60px auto 0;
}
.footer-center .col:first-of-type h2{
    font-size: 1.2rem;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    line-height: 175%;
    letter-spacing: .09rem;
    text-transform: uppercase;
    color: #D5D5D5;
}
.footer-btm h2,
.footer-center .col:nth-of-type(2) h2 {
    text-transform: none;
    font-size: 2.6rem;
    line-height: 140%;
    letter-spacing: 0px;
    color: #F5F5F5;
    margin-bottom: 20px;
}
.footer-center dl {
    max-width: 192px;
    width: 100%;
    margin: auto;
    text-align: left;
}
.footer-center dl dd,
.footer-center dl dt {
    display: inline-block;
    margin-bottom: 10px;
}
.footer-center dl dt {
    width: 98px;
}
.footer-center .col:first-of-type .hr-grey {
    width: 67px;
    height: 1px;
    background: #3B3B3B;
    margin: 24px auto 18px;
    display: block;
}
footer a.arrow-link {
    color: #D5D5D5;
    background: url(../svg/arrow-right-gry.svg) no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
}
.footer-center .col:last-of-type {
    text-transform: none;
}
.footer-btm .constrainedContent{
    padding: 30px 0 37px;
    border-bottom: 3px solid #3B3B3B;
}
.footer-btm .col ul li {
    list-style-type: none;
    position: relative;
}
.footer-btm .col > ul > li > button {
    position: absolute;
    font-size: 0;
    right: 0;
    top: 9px;
    height: 25px;
    width: 25px;
    display: inline-block;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.footer-btm .col > ul > li > button:before {
    content: '';
    display: block;
    position: absolute;
    height: 25px;
    width: 25px;
    background: url(../svg/chevron-slider-next-grey.svg) center no-repeat;
    background-size: 7px 13px;
    top: 0;
    left: 0;
    margin: auto 0;
}
.footer-btm .col > ul > li > button.open {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.footer-btm .col ul li a {
    font-size: 1.3rem;
    line-height: 150%;
    text-transform: capitalize;
}
.footer-btm .col > ul > li > a {
    font-weight: 700;
    letter-spacing: 0.97px;
    text-transform: uppercase;
}

.footer-btm .foot-util-nav{
    margin-top: 2em;
}
.footer-btm .col ul li ul.foot-util-nav li a{
    font-weight: 700;
    letter-spacing: 0.97px;
    text-transform: uppercase;
}

.footer-copy {
    font-size: 12px;
    line-height: 21px;
}
.footer-copy .constrainedContent {
    padding: 20px 0 20px;
}
.footer-copy a,
.footer-copy {
    color: #ADAFB2;
}
.copy-inner ul {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: -ms-flex-start;
    justify-content: flex-start;
}
.copy-inner ul li:not(:last-of-type):after {
    content: '|';
    margin: 0 10px;
}
ul.social-media {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: -ms-flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
}
ul.social-media li:not(:last-of-type) {
    margin-right: 20px;
}
ul.social-media li {
    display: inline-block;
    margin-bottom: 0;
}
ul.social-media li button,
ul.social-media li a {
    font-size: 0;
    width: 24px;
    height: 24px;
    display: block;
}
ul.social-media li.pinterest a {
    background: url(../svg/pinterest.svg) center no-repeat;
    background-size: contain;
}
ul.social-media li.facebook a {
    background: url(../svg/facebook-sq.svg) center no-repeat;
    background-size: contain;
}
ul.social-media li.houzz a {
    background: url(../svg/houzz-icon.svg) center no-repeat;
    background-size: contain;
}
ul.social-media li.instagram a {
    background: url(../svg/instagram.svg) center no-repeat;
    background-size: contain;
}

#cartOverlay{
    display: none;
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    justify-content: center;
    align-content: center;
}
#cartOverlay svg{
    position: relative;
    margin: auto;
}

/* Recaptcha positioning */
{!--
<!--
.grecaptcha-badge {
    right:145px !important;
}

@media (max-width: 767px) {
    .grecaptcha-badge {
        right: 80px !important;
    }
}
-->
--}