﻿@charset "UTF-8";

@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSans/NotoSans-VariableFont_wdth,wght.ttf')
}

.container-fluid {
    max-width: 1000px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid--tight {
    max-width: 700px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

button:focus {
    outline: 0;
}

.w-20 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 .5rem;
}

@media(min-width:992px) {
    .w-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.accordion-title {
    width: 100%;
}

@media(min-width:992px) {
    .article-header {
        min-height: 440px;
    }
}

.article-header--background-container {
    height: 100%;
    width: 100%;
}

.article-header--content {
    max-width: 450px;
}

@media(min-width:992px) {
    .article-header--content {
        max-width: 1000px;
    }
}

.article-header--img-container img {
    max-width: 100%;
}

@media(min-width:992px) {
    .article-header--img-container img {
        max-width: 450px;
        height: auto;
    }
}

.full-width-section {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow-x: hidden;
}

@media(min-width:992px) {
    .card-section--grid .card-section:before {
        content: '';
        height: 100%;
        width: 95%;
        position: absolute;
        left: 5%;
        top: 0;
        background-color: #fff;
    }
}

@media(min-width:992px) {
    .card-section--grid .card-section--content {
        height: calc(100% - 30px);
    }

        .card-section--grid .card-section--content .card-section--vertical-center {
            width: calc(100% - 4rem);
            top: 50%;
        }
}

.card-section--full-width {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

    .card-section--full-width .card-image--full-width {
        height: 300px;
    }

@media(min-width:992px) {
    .card-section--full-width .card-image--full-width {
        height: 500px;
    }
}

@media(min-width:768px) {
    .card-section--full-width .card .card-body {
        max-width: 500px;
        width: 50%;
    }
}

@media(min-width:992px) {
    .card-section--full-width .card .card-body {
        max-width: 750px;
    }
}

.card-section--full-width .card .card-body .card-content {
    width: auto;
}

@media(min-width:1400px) {
    .card-section--full-width .card .card-body .card-content {
        width: 75%;
        margin: auto;
    }
}

@media(min-width:768px) {
    .card-section--full-width .card-body {
        width: 50%;
    }
}

@media(min-width:992px) {
    .card-section--full-width .card-image {
        width: 50%;
        max-height: 500px;
    }
}

.card-section--swipeable .card {
    max-width: 250px;
}

    .card-section--swipeable .card .card-subtitle {
        display: none;
    }

    .card-section--swipeable .card .card-link {
        display: none;
    }

@media(max-width:991.98px) {
    .card-section--swipeable .mobile-stack .mobile-stack--slider {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }

        .card-section--swipeable .mobile-stack .mobile-stack--slider .card-container .card {
            width: auto !important;
        }
}

@media(min-width:768px) {
    .card-section--one-card .card .card-body {
        max-width: 500px;
    }
}

@media(min-width:992px) {
    .card-section--one-card .card .card-body {
        max-width: 750px;
    }
}

.card-section--one-card .card .card-body .card-content {
    width: auto;
}

@media(min-width:1400px) {
    .card-section--one-card .card .card-body .card-content {
        width: 75%;
        margin: auto;
    }
}

@media(min-width:768px) {
    .card-section--one-card .card-body {
        width: 50%;
    }
}

@media(min-width:992px) {
    .card-section--one-card .card-image {
        width: 50%;
        max-height: 500px;
    }
}

@media(min-width:992px) {
    .card {
        max-width: 250px;
    }
}

.card-image {
    width: 100%;
    overflow: hidden;
}

    .card-image img {
        width: 100%;
    }

.product-cards .mobile-container img {
    width: 40%;
}

@media(min-width:576px) {
    .product-cards .mobile-container img {
        width: inherit;
    }
}

.product-cards h3 {
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    right: 0;
    padding: 0 0 0 10px;
}

@media(min-width:576px) {
    .product-cards h3 {
        top: 0;
        transform: none;
        width: auto;
        right: auto;
        overflow: hidden;
    }
}

@media(min-width:576px) {
    .product-cards ul {
        min-height: 160px;
    }
}

.product-cards .sold-at img {
    height: 30px;
}

.color-detail h1 {
    width: calc(100% - 40px);
}

.color-detail .cta-container a:first-child {
    width: 100%;
}

.color-detail .cta-container a:nth-child(2), .color-detail .cta-container a:nth-child(3) {
    width: calc(50% - .25rem);
    float: left;
}

@media(min-width:992px) {
    .color-detail .cta-container a:first-child {
        width: 75%;
    }

    .color-detail .cta-container a:nth-child(2), .color-detail .cta-container a:nth-child(3) {
        width: calc(37.5% - .25rem);
        float: left;
    }
}

.is-onecoat img {
    width: 15px;
}

@media(min-width:992px) {
    .content-left {
        float: left;
        width: 50%;
    }
}

.content-right {
    position: relative;
}

@media(min-width:992px) {
    .content-right {
        float: right;
        width: 50%;
    }
}

.coordinating-colors .current-color:after {
    content: 'done';
    color: #fff;
    font-family: "Material Icons";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.coordinating-colors .swatch-name, .coordinating-colors .swatch-number {
    display: none;
}

@media(min-width:992px) {
    .shades, .accent, .trim {
        width: auto;
        display: flex;
    }
}

.shades li, .accent li, .trim li {
    width: 33.3333%;
    max-width: 120px;
    float: left;
}

@media(min-width:992px) {
    .shades li, .accent li, .trim li {
        width: 100%;
        max-width: 64px;
        float: none;
    }
}

@media(min-width:992px) {
    .coord-container {
        width: 50%;
        float: left;
    }
}

.carousel {
    margin-bottom: .5rem;
}

.cta-dcp h3, .cta-dcp p {
    max-width: 300px;
    text-align: center;
}

@media(min-width:992px) {
    .cta-dcp h3, .cta-dcp p {
        max-width: 550px;
    }
}

.color-rect {
    display: block;
    float: left;
    height: 57px;
    width: 33.33333%;
}

@media(min-width:768px) {
    .color-rect {
        width: 8.33333333%;
    }
}

@media(min-width:992px) {
    .color-rect {
        position: relative;
        height: 28px;
        width: 3.333333335%;
    }

    .color-rect-tip {
        position: absolute;
        background-color: #fff;
        padding: 15px;
        top: -115px;
        left: 26px;
        z-index: 2;
        min-width: 200px;
    }

        .color-rect-tip:before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 40px 12.5px 0 12.5px;
            border-color: #fff transparent transparent transparent;
            position: absolute;
            bottom: -32px;
            left: -11px;
            -moz-transform: rotate(29deg);
            -ms-transform: rotate(29deg);
            -o-transform: rotate(29deg);
            -webkit-transform: rotate(29deg);
            transform: rotate(29deg);
        }

    .color-rect:nth-child(-n+120) .color-rect-tip {
        top: auto;
        bottom: -115px;
        left: 25px;
    }

        .color-rect:nth-child(-n+120) .color-rect-tip:before {
            bottom: auto;
            top: -32px;
            left: 1px;
            -moz-transform: translateX(-50%) rotate(152deg);
            -ms-transform: translateX(-50%) rotate(152deg);
            -o-transform: translateX(-50%) rotate(152deg);
            -webkit-transform: translateX(-50%) rotate(152deg);
            transform: translateX(-50%) rotate(152deg);
        }

    .color-rect:nth-child(30n+11) .color-rect-tip {
        left: -82px;
    }

        .color-rect:nth-child(30n+11) .color-rect-tip:before {
            bottom: -30px;
            left: 50%;
            -moz-transform: rotate(0) translateX(-50%);
            -ms-transform: rotate(0) translateX(-50%);
            -o-transform: rotate(0) translateX(-50%);
            -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
        }

    .color-rect:nth-child(30n+11):nth-child(-n+120) .color-rect-tip:before {
        bottom: auto;
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
        top: -27px;
        left: 50%;
    }

    .color-rect:nth-child(30n+12) .color-rect-tip {
        left: -82px;
    }

        .color-rect:nth-child(30n+12) .color-rect-tip:before {
            bottom: -30px;
            left: 50%;
            -moz-transform: rotate(0) translateX(-50%);
            -ms-transform: rotate(0) translateX(-50%);
            -o-transform: rotate(0) translateX(-50%);
            -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
        }

    .color-rect:nth-child(30n+12):nth-child(-n+120) .color-rect-tip:before {
        bottom: auto;
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
        top: -27px;
        left: 50%;
    }

    .color-rect:nth-child(30n+13) .color-rect-tip {
        left: -82px;
    }

        .color-rect:nth-child(30n+13) .color-rect-tip:before {
            bottom: -30px;
            left: 50%;
            -moz-transform: rotate(0) translateX(-50%);
            -ms-transform: rotate(0) translateX(-50%);
            -o-transform: rotate(0) translateX(-50%);
            -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
        }

    .color-rect:nth-child(30n+13):nth-child(-n+120) .color-rect-tip:before {
        bottom: auto;
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
        top: -27px;
        left: 50%;
    }

    .color-rect:nth-child(30n+14) .color-rect-tip {
        left: -82px;
    }

        .color-rect:nth-child(30n+14) .color-rect-tip:before {
            bottom: -30px;
            left: 50%;
            -moz-transform: rotate(0) translateX(-50%);
            -ms-transform: rotate(0) translateX(-50%);
            -o-transform: rotate(0) translateX(-50%);
            -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
        }

    .color-rect:nth-child(30n+14):nth-child(-n+120) .color-rect-tip:before {
        bottom: auto;
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
        top: -27px;
        left: 50%;
    }

    .color-rect:nth-child(30n+15) .color-rect-tip {
        left: -82px;
    }

        .color-rect:nth-child(30n+15) .color-rect-tip:before {
            bottom: -30px;
            left: 50%;
            -moz-transform: rotate(0) translateX(-50%);
            -ms-transform: rotate(0) translateX(-50%);
            -o-transform: rotate(0) translateX(-50%);
            -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
        }

    .color-rect:nth-child(30n+15):nth-child(-n+120) .color-rect-tip:before {
        bottom: auto;
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
        top: -27px;
        left: 50%;
    }

    .color-rect:nth-child(30n+16) .color-rect-tip {
        left: -82px;
    }

        .color-rect:nth-child(30n+16) .color-rect-tip:before {
            bottom: -30px;
            left: 50%;
            -moz-transform: rotate(0) translateX(-50%);
            -ms-transform: rotate(0) translateX(-50%);
            -o-transform: rotate(0) translateX(-50%);
            -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
        }

    .color-rect:nth-child(30n+16):nth-child(-n+120) .color-rect-tip:before {
        bottom: auto;
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
        top: -27px;
        left: 50%;
    }

    .color-rect:nth-child(30n+17) .color-rect-tip {
        left: -82px;
    }

        .color-rect:nth-child(30n+17) .color-rect-tip:before {
            bottom: -30px;
            left: 50%;
            -moz-transform: rotate(0) translateX(-50%);
            -ms-transform: rotate(0) translateX(-50%);
            -o-transform: rotate(0) translateX(-50%);
            -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
        }

    .color-rect:nth-child(30n+17):nth-child(-n+120) .color-rect-tip:before {
        bottom: auto;
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
        top: -27px;
        left: 50%;
    }

    .color-rect:nth-child(30n+18) .color-rect-tip {
        left: -82px;
    }

        .color-rect:nth-child(30n+18) .color-rect-tip:before {
            bottom: -30px;
            left: 50%;
            -moz-transform: rotate(0) translateX(-50%);
            -ms-transform: rotate(0) translateX(-50%);
            -o-transform: rotate(0) translateX(-50%);
            -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
        }

    .color-rect:nth-child(30n+18):nth-child(-n+120) .color-rect-tip:before {
        bottom: auto;
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
        top: -27px;
        left: 50%;
    }

    .color-rect:nth-child(30n+19) .color-rect-tip {
        left: -82px;
    }

        .color-rect:nth-child(30n+19) .color-rect-tip:before {
            bottom: -30px;
            left: 50%;
            -moz-transform: rotate(0) translateX(-50%);
            -ms-transform: rotate(0) translateX(-50%);
            -o-transform: rotate(0) translateX(-50%);
            -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
        }

    .color-rect:nth-child(30n+19):nth-child(-n+120) .color-rect-tip:before {
        bottom: auto;
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
        top: -27px;
        left: 50%;
    }

    .color-rect:nth-child(30n+20) .color-rect-tip {
        left: -82px;
    }

        .color-rect:nth-child(30n+20) .color-rect-tip:before {
            bottom: -30px;
            left: 50%;
            -moz-transform: rotate(0) translateX(-50%);
            -ms-transform: rotate(0) translateX(-50%);
            -o-transform: rotate(0) translateX(-50%);
            -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
        }

    .color-rect:nth-child(30n+20):nth-child(-n+120) .color-rect-tip:before {
        bottom: auto;
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
        top: -27px;
        left: 50%;
    }

    .color-rect:nth-child(30n+21) .color-rect-tip {
        left: -190px;
    }

        .color-rect:nth-child(30n+21) .color-rect-tip:before {
            left: auto;
            right: -11px;
            -moz-transform: rotate(-29deg);
            -ms-transform: rotate(-29deg);
            -o-transform: rotate(-29deg);
            -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
        }

    .color-rect:nth-child(30n+21):nth-child(-n+120) .color-rect-tip:before {
        -moz-transform: rotate(208deg);
        -ms-transform: rotate(208deg);
        -o-transform: rotate(208deg);
        -webkit-transform: rotate(208deg);
        transform: rotate(208deg);
        right: -11px;
        left: auto;
        top: -30px;
    }

    .color-rect:nth-child(30n+22) .color-rect-tip {
        left: -190px;
    }

        .color-rect:nth-child(30n+22) .color-rect-tip:before {
            left: auto;
            right: -11px;
            -moz-transform: rotate(-29deg);
            -ms-transform: rotate(-29deg);
            -o-transform: rotate(-29deg);
            -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
        }

    .color-rect:nth-child(30n+22):nth-child(-n+120) .color-rect-tip:before {
        -moz-transform: rotate(208deg);
        -ms-transform: rotate(208deg);
        -o-transform: rotate(208deg);
        -webkit-transform: rotate(208deg);
        transform: rotate(208deg);
        right: -11px;
        left: auto;
        top: -30px;
    }

    .color-rect:nth-child(30n+23) .color-rect-tip {
        left: -190px;
    }

        .color-rect:nth-child(30n+23) .color-rect-tip:before {
            left: auto;
            right: -11px;
            -moz-transform: rotate(-29deg);
            -ms-transform: rotate(-29deg);
            -o-transform: rotate(-29deg);
            -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
        }

    .color-rect:nth-child(30n+23):nth-child(-n+120) .color-rect-tip:before {
        -moz-transform: rotate(208deg);
        -ms-transform: rotate(208deg);
        -o-transform: rotate(208deg);
        -webkit-transform: rotate(208deg);
        transform: rotate(208deg);
        right: -11px;
        left: auto;
        top: -30px;
    }

    .color-rect:nth-child(30n+24) .color-rect-tip {
        left: -190px;
    }

        .color-rect:nth-child(30n+24) .color-rect-tip:before {
            left: auto;
            right: -11px;
            -moz-transform: rotate(-29deg);
            -ms-transform: rotate(-29deg);
            -o-transform: rotate(-29deg);
            -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
        }

    .color-rect:nth-child(30n+24):nth-child(-n+120) .color-rect-tip:before {
        -moz-transform: rotate(208deg);
        -ms-transform: rotate(208deg);
        -o-transform: rotate(208deg);
        -webkit-transform: rotate(208deg);
        transform: rotate(208deg);
        right: -11px;
        left: auto;
        top: -30px;
    }

    .color-rect:nth-child(30n+25) .color-rect-tip {
        left: -190px;
    }

        .color-rect:nth-child(30n+25) .color-rect-tip:before {
            left: auto;
            right: -11px;
            -moz-transform: rotate(-29deg);
            -ms-transform: rotate(-29deg);
            -o-transform: rotate(-29deg);
            -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
        }

    .color-rect:nth-child(30n+25):nth-child(-n+120) .color-rect-tip:before {
        -moz-transform: rotate(208deg);
        -ms-transform: rotate(208deg);
        -o-transform: rotate(208deg);
        -webkit-transform: rotate(208deg);
        transform: rotate(208deg);
        right: -11px;
        left: auto;
        top: -30px;
    }

    .color-rect:nth-child(30n+26) .color-rect-tip {
        left: -190px;
    }

        .color-rect:nth-child(30n+26) .color-rect-tip:before {
            left: auto;
            right: -11px;
            -moz-transform: rotate(-29deg);
            -ms-transform: rotate(-29deg);
            -o-transform: rotate(-29deg);
            -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
        }

    .color-rect:nth-child(30n+26):nth-child(-n+120) .color-rect-tip:before {
        -moz-transform: rotate(208deg);
        -ms-transform: rotate(208deg);
        -o-transform: rotate(208deg);
        -webkit-transform: rotate(208deg);
        transform: rotate(208deg);
        right: -11px;
        left: auto;
        top: -30px;
    }

    .color-rect:nth-child(30n+27) .color-rect-tip {
        left: -190px;
    }

        .color-rect:nth-child(30n+27) .color-rect-tip:before {
            left: auto;
            right: -11px;
            -moz-transform: rotate(-29deg);
            -ms-transform: rotate(-29deg);
            -o-transform: rotate(-29deg);
            -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
        }

    .color-rect:nth-child(30n+27):nth-child(-n+120) .color-rect-tip:before {
        -moz-transform: rotate(208deg);
        -ms-transform: rotate(208deg);
        -o-transform: rotate(208deg);
        -webkit-transform: rotate(208deg);
        transform: rotate(208deg);
        right: -11px;
        left: auto;
        top: -30px;
    }

    .color-rect:nth-child(30n+28) .color-rect-tip {
        left: -190px;
    }

        .color-rect:nth-child(30n+28) .color-rect-tip:before {
            left: auto;
            right: -11px;
            -moz-transform: rotate(-29deg);
            -ms-transform: rotate(-29deg);
            -o-transform: rotate(-29deg);
            -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
        }

    .color-rect:nth-child(30n+28):nth-child(-n+120) .color-rect-tip:before {
        -moz-transform: rotate(208deg);
        -ms-transform: rotate(208deg);
        -o-transform: rotate(208deg);
        -webkit-transform: rotate(208deg);
        transform: rotate(208deg);
        right: -11px;
        left: auto;
        top: -30px;
    }

    .color-rect:nth-child(30n+29) .color-rect-tip {
        left: -190px;
    }

        .color-rect:nth-child(30n+29) .color-rect-tip:before {
            left: auto;
            right: -11px;
            -moz-transform: rotate(-29deg);
            -ms-transform: rotate(-29deg);
            -o-transform: rotate(-29deg);
            -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
        }

    .color-rect:nth-child(30n+29):nth-child(-n+120) .color-rect-tip:before {
        -moz-transform: rotate(208deg);
        -ms-transform: rotate(208deg);
        -o-transform: rotate(208deg);
        -webkit-transform: rotate(208deg);
        transform: rotate(208deg);
        right: -11px;
        left: auto;
        top: -30px;
    }

    .color-rect:nth-child(30n+30) .color-rect-tip {
        left: -190px;
    }

        .color-rect:nth-child(30n+30) .color-rect-tip:before {
            left: auto;
            right: -11px;
            -moz-transform: rotate(-29deg);
            -ms-transform: rotate(-29deg);
            -o-transform: rotate(-29deg);
            -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
        }

    .color-rect:nth-child(30n+30):nth-child(-n+120) .color-rect-tip:before {
        -moz-transform: rotate(208deg);
        -ms-transform: rotate(208deg);
        -o-transform: rotate(208deg);
        -webkit-transform: rotate(208deg);
        transform: rotate(208deg);
        right: -11px;
        left: auto;
        top: -30px;
    }

    .color-rect-inner {
        height: 70px;
        width: 70px;
        display: inline-block;
    }

    .color-rect-text {
        display: inline-block;
        position: absolute;
        left: 85px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-left: 10px;
        max-width: 100px;
    }

        .color-rect-text h3 {
            margin: 0;
            font-size: .75rem;
            line-height: 1;
        }

        .color-rect-text .color-rect-code {
            font-size: .75rem;
            color: #747474;
        }
}

@media(min-width:1200px) {
    .color-rect {
        height: 35px;
    }
}

.section-intro {
    width: 100%;
}

    .section-intro .section-intro-body {
        max-width: 500px;
    }

@media(min-width:992px) {
    .description-list {
        max-width: 250px;
        float: left;
    }
}

.favorite-icon {
    display: block;
    height: 40px;
    width: 40px;
}

    .favorite-icon #favorite-count {
        position: absolute;
        top: 0;
        right: -5px;
    }

        .favorite-icon #favorite-count:before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -10px;
            margin-left: -10px;
            height: 20px;
            width: 20px;
            border-radius: 25px;
            z-index: -1;
        }

    .favorite-icon .material-icons {
        position: absolute;
        top: 10px;
        left: 8px;
    }

.favorites-list li {
    position: relative;
}

.favorites-list .favorite-remove {
    position: absolute;
    top: 50%;
    right: .5rem;
    margin-top: -9px;
}

.favorites-menu {
    height: 100%;
    width: 70%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 3;
}

@media(min-width:992px) {
    .favorites-menu {
        width: 25%;
    }
}

.favorites-menu.show {
    left: 0;
}

@media(min-width:992px) {
    .site-header {
        position: relative;
    }
}

.header-content {
    text-align: center;
    background-color: #2a2e37;
    position: relative;
}

    .header-content .container-fluid {
        height: 100%;
        position: relative;
    }

    .header-content .menu-icon {
        position: absolute;
        top: 50%;
    }

@media(min-width:992px) {
    .header-content .menu-icon {
        display: none;
    }
}

.header-content .menu-icon .material-icons {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -13px;
}

.header-content .lang {
    position: absolute;
    left: .5rem;
}

.header-content .search {
    display: none;
}

@media(min-width:992px) {
    .header-content .search {
        display: block;
        position: absolute;
        top: 6px;
        right: 5rem;
    }
}

.header-content .favorites {
    position: absolute;
    top: 6px;
    right: 1rem;
}

.header-search {
    position: relative;
}

    .header-search input {
        width: calc(100% - 40px);
        background: none;
        float: right;
    }

    .header-search button {
        background: none;
        position: absolute;
        top: 50%;
        margin-top: -12px;
    }

@media(min-width:992px) {
    .search-mobile {
        display: none;
    }
}

.search-desktop {
    display: none;
}

@media(min-width:992px) {
    .search-desktop {
        display: block;
        position: absolute;
        top: .25rem;
        right: 15%;
        background: none;
    }
}

.hero-container {
    text-align: center;
    height: 50vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

    .hero-container .container-fluid {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .hero-container h1 {
        width: 90%;
    }

@media(min-width:992px) {
    .hero-container h1 {
        width: 50%;
    }
}

.hero-container p {
    max-width: none;
}

.header-card {
    text-decoration: none;
}

.hero-home--container {
    width: 100%;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
    height: 65vh;
}

@media(min-width:576px) {
    .hero-home--container {
        height: 75vh;
    }
}

.hero-home--container .slick-slider {
    width: 100%;
}

.hero-home--container .homepage-box {
    position: absolute;
    z-index: 1;
    height: 225px;
    width: 225px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

@media(min-width:576px) {
    .hero-home--container .homepage-box {
        height: 300px;
        width: 300px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
}

.hero-home--container .homepage-box .image-boxes {
    display: flex;
    justify-content: space-between;
    transform: translateY(26px);
}

.hero-home--container .homepage-box .box {
    display: inline-block;
    width: 32%;
    height: 5px;
    border-radius: 5px;
    background-color: #00587c;
}

.image-section {
    min-height: 50vh;
    position: relative;
}

.image-section--animated .image-section--content {
    width: 273px;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}

.menu-title-bar {
    position: relative;
}

    .menu-title-bar .menu-back {
        background: none;
        position: absolute;
        top: 50%;
        padding: 0;
    }

.nav-main {
    overflow: hidden;
    width: 85%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
}

@media(min-width:992px) {
    .nav-main {
        overflow: visible;
        width: 100%;
        height: auto;
        position: static;
    }
}

.nav-main .menu-title-bar {
    display: none;
}

.nav-list {
    width: 100%;
    height: 100%;
    position: absolute;
}

@media(min-width:992px) {
    .nav-list {
        position: static;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
        align-content: stretch;
        align-items: center;
    }
}

.nav-list .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
}

@media(min-width:992px) {
    .nav-list .dropdown {
        display: none;
        background-color: #f9f9f9;
        height: auto;
        width: 200px;
        text-align: center;
        position: absolute;
        top: 100%;
        left: 50%;
    }
}

.nav-link {
    display: block;
    color: #fff;
}

    .nav-link .material-icons {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -12px;
    }

#order-swatch-form-shipping input, #order-swatch-form-shipping select, #order-swatch-form-shipping textarea {
    height: 3.5rem;
}

#order-swatch-form-shipping textarea {
    min-height: 100px;
}

#order-swatch-form-shipping .orderswatch-error-text {
    display: none;
}

#order-swatch-form-shipping .opt-in-field input {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
}

#order-swatch-form-shipping .error-text {
    position: absolute;
}

#order-swatch-form-shipping .form-checkbox {
    position: relative;
    height: 1.5rem;
    width: 1.5rem;
}

    #order-swatch-form-shipping .form-checkbox:checked:after {
        content: '✓';
        font-size: 1rem;
        position: absolute;
        left: 15%;
    }

#order-swatch-step-1 .order-swatch-form-container {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

#order-swatch-step-1 .order-swatch-image {
    width: 50%;
}

#order-swatch-step-2 .order-swatch-image {
    width: 50%;
}

.calculator-container .btn {
    width: 100%;
}

.calculator-container .card {
    display: inline-block;
    max-width: 45%;
}

.calculator-container input {
    width: 60px;
    height: 30px;
}

.calculator-container .step-1, .calculator-container .step-2, .calculator-container .step-3, .calculator-container .step-4, .calculator-container .step-5 {
    right: -2000px;
    position: fixed;
    display: none;
}

    .calculator-container .step-1 .form-fieldset, .calculator-container .step-2 .form-fieldset, .calculator-container .step-3 .form-fieldset, .calculator-container .step-4 .form-fieldset, .calculator-container .step-5 .form-fieldset {
        width: 50%;
        display: block;
    }

.calculator-container .paint-calc--btn {
    padding-left: 60px;
    padding-right: 60px;
    height: 40px;
    width: 100%;
}

@media screen and (min-width:900px) {
    .calculator-container .btn {
        width: auto;
    }

    .calculator-container .active {
        transform: scale(1.1);
    }

    .calculator-container .step-1, .calculator-container .step-2, .calculator-container .step-3, .calculator-container .step-4, .calculator-container .step-5 {
        max-height: 400px;
        min-height: 400px;
    }

        .calculator-container .step-1 .form-fieldset, .calculator-container .step-2 .form-fieldset, .calculator-container .step-3 .form-fieldset, .calculator-container .step-4 .form-fieldset, .calculator-container .step-5 .form-fieldset {
            display: inline-block;
        }

            .calculator-container .step-1 .form-fieldset label, .calculator-container .step-2 .form-fieldset label, .calculator-container .step-3 .form-fieldset label, .calculator-container .step-4 .form-fieldset label, .calculator-container .step-5 .form-fieldset label {
                display: block;
            }

        .calculator-container .step-1 .form-fieldset, .calculator-container .step-2 .form-fieldset, .calculator-container .step-3 .form-fieldset, .calculator-container .step-4 .form-fieldset, .calculator-container .step-5 .form-fieldset {
            width: 50%;
            text-align: left;
            display: block;
        }

        .calculator-container .step-1 img, .calculator-container .step-2 img, .calculator-container .step-3 img, .calculator-container .step-4 img, .calculator-container .step-5 img {
            max-width: 300px;
        }

    .calculator-container #paint-calc--img {
        width: 300px;
    }

    .calculator-container .card {
        max-width: 175px;
        margin-right: 15px;
    }
}

@media(min-width:992px) {
    .pull-quote {
        text-align: center;
    }
}

.pull-quote--large {
    max-width: 930px;
}

.pull-quote--small {
    max-width: 930px;
}

.pull-quote--page .large-quote {
    height: 16px;
    width: 20px;
    position: absolute;
}

.pull-quote--page .large-quote--left {
    top: 0;
    left: 20px;
}

@media(min-width:992px) {
    .pull-quote--page .large-quote--left {
        left: -4px;
    }
}

@media(min-width:992px) {
    .pull-quote--page .pull-quote--img .pullquote-title--small {
        max-width: 235px;
    }
}

@media(min-width:992px) {
    .pull-quote--page .pull-quote--img .pullquote-subtitle {
        max-width: 235px;
    }
}

.pull-quote--page .pull-quote--img .quote-image-container {
    display: flex;
    align-items: flex-start;
}

@media(min-width:992px) {
    .pull-quote--page .pull-quote--img .quote-cta {
        max-width: 214px;
    }
}

.pull-quote--page hr {
    width: 92%;
}

@media(min-width:992px) {
    .pull-quote--page .article--img {
        max-width: 375px;
        min-width: 375px;
    }
}

@media(min-width:992px) {
    .search-container {
        display: none;
    }
}

.search-container-button {
    background: none;
    position: absolute;
    top: 11px;
}

@media(min-width:768px) {
    .search-container-button {
        top: 15px;
    }
}

.search-container .header-search {
    width: 100%;
}

.search-container .aa-dropdown-menu {
    width: 100%;
}

.search-container .aa-dataset-d1 {
    float: left;
    width: 100%;
}

@media(min-width:576px) {
    .search-container .aa-dataset-d1 {
        display: block;
        width: 60%;
    }
}

@media(min-width:768px) {
    .search-container .aa-dataset-d1 {
        width: 46%;
    }
}

.search-container .aa-dataset-d2 {
    display: none;
    width: 27%;
    float: left;
}

@media(min-width:768px) {
    .search-container .aa-dataset-d2 {
        display: block;
    }
}

.search-container .aa-dataset-d3 {
    display: none;
    width: 40%;
    float: left;
}

@media(min-width:576px) {
    .search-container .aa-dataset-d3 {
        display: block;
    }
}

@media(min-width:768px) {
    .search-container .aa-dataset-d3 {
        width: 27%;
    }
}

.search-container .aa-suggestions-category {
    display: none;
}

@media(min-width:576px) {
    .search-container .aa-suggestions-category {
        display: block;
    }
}

.search-container .aa-suggestions-item {
    display: flex;
    align-items: center;
}

.search-container .aa-suggestions-viewall {
    display: none;
}

@media(min-width:576px) {
    .search-container .aa-suggestions-viewall {
        display: block;
    }
}

.search-icon {
    display: block;
    color: #fff;
    height: 66px;
    width: 60px;
    margin: -14px 0;
}

.search-page .refinements {
    display: none;
}

@media(min-width:768px) {
    .search-page .refinements {
        display: block;
    }
}

.search-page .ais-SearchBox-submit {
    width: 35px;
}

.search-page .left-panel {
    float: left;
    width: 250px;
}

.search-page .ais-InstantSearch {
    max-width: 960px;
    overflow: hidden;
    margin: 0 auto;
}

.search-page .ais-Hits-item {
    margin: .5em;
    width: 100%;
    padding: 0 0 15px;
    max-height: 120px;
    overflow: hidden;
}

@media(min-width:768px) {
    .search-page .ais-Hits-item {
        display: flex;
        align-items: center;
    }
}

@media(min-width:992px) {
    .search-page .ais-Hits-item {
        min-height: 135px;
    }
}

.search-page .ais-Hits-item img {
    width: 75px;
    height: 75px;
}

@media(min-width:768px) {
    .search-page .ais-Hits-item img {
        width: 100px;
        height: 100px;
    }
}

@media(min-width:992px) {
    .search-page .ais-Hits-item img {
        width: 120px;
        height: 120px;
    }
}

.swatch {
    position: relative;
}

.swatch-image {
    height: auto;
    width: 100%;
    position: relative;
}

    .swatch-image img {
        display: block;
        max-width: 100%;
    }

    .swatch-image:hover {
        transform: scale(1.1);
    }

.swatch-name, .swatch-number {
    display: block;
}

.swatch .favorite {
    display: none;
    position: absolute;
    bottom: 6%;
    right: 15%;
    z-index: 2;
}

    .swatch .favorite:before {
        content: '';
        display: block;
        position: absolute;
        bottom: -5px;
        right: -5px;
        height: 35px;
        width: 35px;
        border-radius: 50px;
        border: 1px solid #dd414b;
        z-index: -1;
    }

.swatch-small {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: .5rem;
}

.swatch-container .swatch-image img {
    min-height: 80px;
}

table.mobile-ready {
    width: 100%;
}

    table.mobile-ready thead {
        display: none;
        text-transform: uppercase;
    }

@media(min-width:992px) {
    table.mobile-ready thead {
        display: table-row-group;
    }
}

table.mobile-ready td {
    display: block;
}

    table.mobile-ready td:before {
        content: attr(data-title);
        display: inline-block;
        width: 100px;
    }

@media(min-width:992px) {
    table.mobile-ready td {
        display: table-cell;
    }

        table.mobile-ready td:before {
            display: none;
        }
}

@media(min-width:992px) {
    .product-detail .content-left {
        width: 40%;
    }
}

@media(min-width:992px) {
    .product-detail .content-right {
        width: 60%;
    }
}

.product-detail .carousel-no-dots li img {
    width: 80%;
    max-width: 400px;
}

@media(min-width:768px) {
    .product-detail .carousel-no-dots li img {
        width: 100%;
    }
}

.product-detail .cta-anchors .btn {
    width: auto;
    display: inline-block;
}

.product-detail .product-matrix .editable-item-title {
    height: 20px;
}

.product-detail .product-matrix-color-current {
    position: relative;
    width: 100%;
}

@media(min-width:768px) {
    .product-detail .product-matrix-color-current {
        float: left;
        width: 50%;
    }
}

.product-detail .product-matrix-color-current.full {
    width: 100%;
}

.product-detail .product-matrix-color-current input {
    width: 100%;
    height: 50px;
}

.product-detail .product-matrix-color-current .active-color {
    position: absolute;
    top: 25px;
    height: 50px;
    width: calc(100% - 30px);
    border: 1px solid #999;
}

    .product-detail .product-matrix-color-current .active-color img {
        float: left;
        height: 35px;
        width: 35px;
    }

    .product-detail .product-matrix-color-current .active-color div {
        font-weight: 600;
        padding-top: 7px;
        margin: 0 25px 0 50px;
    }

        .product-detail .product-matrix-color-current .active-color div #selected-colorname {
            display: block;
            color: #333;
        }

        .product-detail .product-matrix-color-current .active-color div #selected-colornumber {
            display: block;
            color: #999;
        }

    .product-detail .product-matrix-color-current .active-color .material-icons {
        display: block;
        float: right;
        font-size: 20px;
    }

.product-detail .product-matrix-color-selection {
    width: 100%;
}

@media(min-width:768px) {
    .product-detail .product-matrix-color-selection {
        float: left;
        width: 50%;
    }
}

.product-detail .product-matrix-color-selection input {
    width: 100%;
}

.product-detail .product-matrix-color-selection #recent-colors .recent-color {
    width: 16.6666%;
    padding: 0 3px;
}

.product-list .ui-selectmenu-button.ui-button {
    width: calc(100% - 110px);
}

@media(min-width:992px) {
    .product-list .ui-selectmenu-button.ui-button {
        width: 100%;
    }
}

.product-matrix-color-current .ui-widget {
    font-size: 100%;
}

.product-matrix-color-current .ui-menu a {
    display: block;
}

    .product-matrix-color-current .ui-menu a span.autocomplete-swatch {
        width: 27px;
        height: 27px;
        display: inline-block;
        float: left;
        margin-right: 7px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }

.product-bar-container {
    height: 15px;
    width: 100%;
    overflow: hidden;
}

    .product-bar-container .product-bar-level {
        height: 15px;
    }

.level-1 {
    width: 10%;
}

.level-2 {
    width: 20%;
}

.level-3 {
    width: 30%;
}

.level-4 {
    width: 40%;
}

.level-5 {
    width: 50%;
}

.level-6 {
    width: 60%;
}

.level-7 {
    width: 70%;
}

.level-8 {
    width: 80%;
}

.level-9 {
    width: 90%;
}

.level-10 {
    width: 100%;
}

.product-available-at img {
    max-height: 50px;
}

.editable-item {
    float: left;
    width: 50%;
    position: relative;
}

    .editable-item .btn {
        width: auto;
    }

    .editable-item ul {
        position: absolute;
        z-index: 1000;
        top: calc(100% + 1rem);
        width: calc(100% - 1rem);
    }

.product-details {
    background-color: #2a2e37;
}

@media(min-width:992px) {
    .product-details {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row-reverse;
        align-items: center;
    }
}

@media(min-width:992px) {
    .product-details .product-details-image {
        width: 40%;
    }
}

.product-details .product-details-image img {
    display: block;
    width: 100%;
}

.list {
    padding-left: 20px;
    list-style: outside;
}

.template-product-filter .mobile-filter-hide {
    display: none;
}

@media(min-width:992px) {
    .template-product-filter .mobile-filter-hide {
        display: block;
    }
}

.template-product-filter .mobile-scroll {
    overflow-y: auto;
    height: 55px;
}

@media(min-width:992px) {
    .template-product-filter .mobile-scroll {
        overflow-y: initial;
        height: auto;
    }
}

.template-product-filter .all-filters {
    width: 7500px;
}

@media(min-width:992px) {
    .template-product-filter .all-filters {
        width: auto;
    }
}

.template-product-filter-title p {
    float: right;
}

.template-product-filter .swatch-product {
    background-size: 250%;
    background-position: center center;
}

@media(min-width:992px) {
    .template-product-filter .swatch-product {
        max-width: 50%;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.material-icons {
    vertical-align: middle;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.swatch {
    position: relative;
}

.swatch-link {
    display: block !important;
    text-decoration: none !important;
}

.swatch-image {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: .5rem;
    transition-duration: .3s;
}

    .swatch-image img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    .swatch-image:hover {
        transform: scale(1.1);
    }

.swatch-name, .swatch-number {
    display: block;
    font-size: 12px;
    color: #2a2e37;
    margin-top: .25rem;
    text-align: center;
}

.swatch-name {
    font-size: 14px;
    font-weight: 900;
    color: #2a2e37;
    margin-top: .25rem;
}

.swatch-number {
    font-weight: 700;
}

.swatch .favorite {
    display: none;
    position: absolute;
    bottom: 6%;
    right: 15%;
    color: #fff;
    z-index: 2;
}

    .swatch .favorite:before {
        content: '';
        display: block;
        background-color: #dd414b;
        position: absolute;
        bottom: -5px;
        right: -5px;
        height: 35px;
        width: 35px;
        border-radius: 50px;
        border: 1px solid #dd414b;
        z-index: -1;
    }

.swatch-small {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: .5rem;
    margin-top: -15px;
}

.swatch-product {
    padding: 1rem;
    border-radius: 4px;
}

    .swatch-product .swatch-name, .swatch-product .swatch-number, .swatch-product .swatch-title {
        color: #000;
        text-align: left;
    }

    .swatch-product.is-dark .swatch-name, .swatch-product.is-dark .swatch-number, .swatch-product.is-dark .swatch-title {
        color: #fff;
    }

.swatch-list .swatch {
    margin-bottom: 1rem;
}

    .swatch-list .swatch .col {
        padding: 0 .25rem;
    }

@media(min-width:992px) {
    .swatch-list .swatch .col {
        padding: 0 .5rem;
    }
}

.swatch-container .swatch-image img {
    transition: opacity .25s ease-in-out;
    min-height: 80px;
}

img {
    max-width: 100%;
}

form label {
    display: block;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-family: NotoSans;
    text-transform: uppercase;
    cursor: pointer;
}

form input, form select, form textarea {
    display: block;
    font-size: 16px;
    width: 100%;
    margin-top: .25rem;
    padding: .5rem;
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
}

form textarea {
    min-height: 150px;
}

.opt-in-field {
    color: #808080;
    font-family: NotoSans;
    line-height: 1.4;
    padding-left: 2rem;
    position: relative;
    text-transform: none;
}

    .opt-in-field input {
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
    }

.form-info-heading {
    background-color: #2a2e37;
    max-width: none;
    padding: 2rem 0 1rem 0;
}

@media(min-width:992px) {
    .form-info-heading {
        padding: 2rem 0 2rem 0;
    }
}

.required {
    color: #f00;
}

.colorswatch-error-text {
    color: #f00;
    display: none;
}

.g-recaptcha {
    margin-bottom: 1rem;
}

#order-swatch-form-shipping {
    padding-bottom: 1.5rem;
}

    #order-swatch-form-shipping label {
        margin-bottom: .5rem;
        font-weight: 700;
        cursor: pointer;
    }

    #order-swatch-form-shipping input, #order-swatch-form-shipping select, #order-swatch-form-shipping textarea {
        font-size: .75rem;
        font-weight: 700;
        height: 3.5rem;
        padding: .75rem;
        border-radius: 0;
        border: 1px solid #bbb;
        -webkit-box-shadow: inset 0 0 10px -3px rgba(0,0,0,.2);
        -moz-box-shadow: inset 0 0 10px -3px rgba(0,0,0,.2);
        box-shadow: inset 0 0 10px -3px rgba(0,0,0,.2);
    }

    #order-swatch-form-shipping textarea {
        font-size: .875rem;
        font-family: NotoSans;
        font-weight: 300;
        min-height: 100px;
    }

    #order-swatch-form-shipping .orderswatch-error-text {
        display: none;
    }

    #order-swatch-form-shipping .required {
        top: 5px;
        color: #f00;
    }

    #order-swatch-form-shipping .row {
        margin-bottom: 0;
    }

@media(min-width:992px) {
    #order-swatch-form-shipping .row {
        margin-bottom: 2rem;
    }
}

#order-swatch-form-shipping .row:last-child {
    margin-bottom: 0;
    margin-top: -1rem;
}

#order-swatch-form-shipping .opt-in-div {
    margin-top: 0;
}

#order-swatch-form-shipping .form-fieldset {
    margin-bottom: 2rem;
}

@media(min-width:992px) {
    #order-swatch-form-shipping .form-fieldset {
        margin-bottom: 0;
    }
}

#order-swatch-form-shipping .opt-in-field {
    color: #808080;
    font-family: NotoSans;
    line-height: 1.4;
    padding-left: 2rem;
    position: relative;
    text-transform: none;
}

    #order-swatch-form-shipping .opt-in-field input {
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
    }

#order-swatch-form-shipping .error-text {
    position: absolute;
    font-size: .7rem;
    color: #f00;
    padding: 3px 0 0 0;
}

#order-swatch-form-shipping .form-footer {
    margin-top: 2rem;
}

#order-swatch-form-shipping .required-fields {
    padding-bottom: 15px;
    text-transform: capitalize;
    font-size: .875rem;
}

#order-swatch-form-shipping .form-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 2px solid #cacece;
    position: relative;
    height: 1.5rem;
    width: 1.5rem;
    padding: 0;
}

    #order-swatch-form-shipping .form-checkbox:active, #order-swatch-form-shipping .form-checkbox:checked:active {
        background-color: #e5e5e5;
    }

    #order-swatch-form-shipping .form-checkbox:checked {
        background-color: #2a2e37;
        border: 2px solid #2a2e37;
        color: #fff;
    }

        #order-swatch-form-shipping .form-checkbox:checked:after {
            content: '✓';
            font-size: 1rem;
            position: absolute;
            left: 15%;
            color: #fff;
        }

#order-swatch-section {
    padding-top: 0;
}

    #order-swatch-section .cover-spin {
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(255,255,255,.5);
        z-index: 9999;
        display: none;
    }

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#order-swatch-section .cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 46%;
    width: 80px;
    height: 80px;
    border-style: solid;
    border-color: #000;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

#order-swatch-step-1 .order-swatch-form-container {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    background: #2a2e37;
    left: 50%;
}

#order-swatch-step-1 .order-swatch-image {
    margin: -3rem auto 0 auto;
    width: 50%;
}

#order-swatch-step-1 .article-section-titlebar h6 {
    padding-top: 1.5rem;
}

#order-swatch-step-1 #order-swatch-max-exceeded {
    color: #f00;
    padding-bottom: 2rem;
}

#order-swatch-step-1 .search-container-button {
    background: none;
    border: 0 none;
    right: 1rem;
    padding-top: 5.5rem;
}

@media(min-width:576px) {
    #order-swatch-step-1 .search-container-button {
        padding-top: 4.4rem;
    }
}

#order-swatch-step-1 .search-container-button span {
    font-size: 28px;
    position: relative;
    display: block;
}

@media(min-width:768px) {
    #order-swatch-step-1 .search-container-button span {
        margin-top: 1.25rem;
    }
}

#order-swatch-step-1 .placeholder select {
    background: #bbb;
    color: #747474;
}

#order-swatch-step-1 .placeholder .order-item-remove {
    pointer-events: none;
}

#order-swatch-step-2 .article-section-titlebar {
    padding-top: 2rem;
}

#order-swatch-step-2 .order-swatch-image {
    margin: -3rem auto 0 auto;
    width: 50%;
}

@media(min-width:992px) {
    .site-header {
        position: relative;
        box-shadow: 0 0 30px rgba(0,0,0,.1);
    }
}

.header-content {
    text-align: center;
    position: relative;
    padding: .5rem 0;
    background: linear-gradient(#af272f 36%,#fff 0%);
}

    .header-content .container-fluid {
        height: 100%;
        position: relative;
    }

    .header-content .menu-icon {
        color: #747474;
        position: absolute;
        top: 50px;
        left: .5rem;
        margin-top: -.5rem;
        background: none;
        border: 0 none;
        padding-left: 30px;
    }

@media(min-width:992px) {
    .header-content .menu-icon {
        display: none;
    }
}

.header-content .menu-icon .material-icons {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -13px;
}

.header-content .lang {
    position: absolute;
    left: .5rem;
    color: #fff;
}

.header-content .logo {
    display: inline-block;
}

    .header-content .logo img {
        display: block;
        max-height: 75px;
    }

@media(min-width:992px) {
    .header-content .logo img {
        max-height: 175px;
    }
}

.header-content .search {
    display: none;
}

@media(min-width:992px) {
    .header-content .search {
        display: block;
        position: absolute;
        top: 30px;
        right: 5rem;
        color: #4f4f4f;
        margin-top: 40px;
    }
}

.header-content .favorites {
    position: absolute;
    top: 30px;
    right: 1rem;
    color: #fff;
}

@media(min-width:992px) {
    .header-content .favorites {
        margin-top: 40px;
    }
}

.header-search {
    background-color: #f8f8f8;
    padding: .5rem;
    position: relative;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}

    .header-search:after {
        content: "";
        display: table;
        clear: both;
    }

    .header-search input {
        width: calc(100% - 40px);
        font-size: 16px;
        padding: .5rem;
        background: none;
        border: 0 none;
        float: right;
    }

    .header-search button {
        background: none;
        border: 0 none;
        position: absolute;
        top: 50%;
        margin-top: -12px;
    }

#header-desktop-search::-webkit-input-placeholder {
    color: #fff;
}

#header-desktop-search::-moz-placeholder {
    color: #fff;
}

#header-desktop-search:-ms-input-placeholder {
    color: #fff;
}

#header-desktop-search:-moz-placeholder {
    color: #fff;
}

@media(min-width:992px) {
    .search-mobile {
        display: none;
    }
}

.search-desktop {
    display: none;
}

@media(min-width:992px) {
    .search-desktop {
        display: block;
        position: absolute;
        top: .25rem;
        right: 15%;
        background: none;
        border: 1px solid #fff;
        padding: 0;
        border-radius: 25px;
    }
}

@media(min-width:992px) {
    .search-desktop input {
        color: #fff;
    }
}

@media(min-width:992px) {
    .search-desktop button {
        color: #fff;
        left: .5rem;
    }
}

.nav-main {
    overflow: hidden;
    width: 85%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    transition: left .2s ease-in-out;
    background-color: #af272f;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    z-index: 2;
}

@media(min-width:992px) {
    .nav-main {
        overflow: visible;
        width: 100%;
        height: auto;
        position: static;
        background: #fff;
        box-shadow: none;
    }

        .nav-main .menu-title-bar {
            display: none;
        }
}

.nav-main.expand {
    left: 0;
    z-index: 5;
    overflow-y: scroll;
}

.nav-main .menu-title-bar {
    display: none;
}

.nav-list {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: .5rem;
}

@media(min-width:992px) {
    .nav-list {
        position: static;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
        align-content: stretch;
        align-items: center;
        padding: 0 .5rem;
    }
}

@media(min-width:992px) {
    .nav-list li > a {
        padding: 1rem;
    }

    .nav-list li > .dropdown a {
        padding: .5rem;
    }
}

@media(min-width:992px) {
    .nav-list li:hover {
        position: relative;
    }

        .nav-list li:hover > a {
            color: #af272f;
            border-bottom: 3px solid #af272f;
        }

        .nav-list li:hover > .dropdown {
            display: block;
        }

            .nav-list li:hover > .dropdown .dropdown {
                display: none;
            }
}

.nav-list .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all .2s ease-in-out;
    background-color: #af272f;
    z-index: 2;
}

@media(min-width:992px) {
    .nav-list .dropdown {
        display: none;
        background-color: #f9f9f9;
        height: auto;
        width: 200px;
        text-align: center;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -100px;
        padding: 1rem 0;
        box-shadow: 0 3px 5px rgba(0,0,0,.2);
    }

        .nav-list .dropdown a[title="Browse All Colours"] {
            display: none;
        }

        .nav-list .dropdown a {
            color: #000;
            text-transform: none;
        }

        .nav-list .dropdown li:hover a {
            border-bottom-color: transparent;
        }
}

.nav-list .dropdown.show {
    left: 0;
}

.nav-item {
    padding: 0 1rem;
    border-bottom: 1px solid #fff;
}

    .nav-item:last-child {
        border-bottom: 0 none;
    }

@media(min-width:992px) {
    .nav-item {
        border-bottom: 0 none;
        padding: 0;
    }
}

.nav-link {
    display: block;
    font-size: 14px;
    font-family: NotoSans;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 1rem .5rem .9rem;
}

    .nav-link .material-icons {
        color: #fff;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -12px;
    }

@media(min-width:992px) {
    .nav-link {
        color: #747474;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        padding: .5rem;
    }

        .nav-link .material-icons {
            display: none;
        }
}

.btn {
    display: inline-block;
    color: #2a2e37;
    font-size: .875rem;
    font-family: NotoSans;
    line-height: 1.2;
    background-color: transparent;
    border: 3px solid transparent;
    border-radius: 3px;
    padding: 8px 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 100%;
    -webkit-transition: .3s all ease;
    transition: .3s ease all;
}

    .btn.disabled {
        border-color: #e1e1e1 !important;
        color: #e1e1e1 !important;
        background-color: #fff !important;
        cursor: default;
    }

        .btn.disabled:hover {
            border-color: #e1e1e1 !important;
            color: #e1e1e1 !important;
            background-color: #fff !important;
        }

@media(min-width:992px) {
    .btn {
        width: auto;
    }
}

.widget-cta {
    margin-bottom: 10px;
}

.btn-primary {
    color: #fff !important;
    background-color: #af272f !important;
    text-decoration: none !important;
    text-align: center;
    cursor: pointer;
}

    .btn-primary:hover {
        color: #af272f !important;
        background-color: #fff !important;
        border: 3px solid #af272f !important;
    }

.btn-primary-outline {
    color: #af272f;
    border-color: #af272f;
    background-color: #fff;
}

    .btn-primary-outline:hover {
        color: #fff;
        background-color: #af272f;
    }

.btn-secondary {
    color: #fff;
    background-color: #af272f;
}

    .btn-secondary:hover {
        color: #af272f;
        background-color: #fff;
        border: 3px solid #af272f !important;
    }

.btn-icon {
    padding-left: 35px;
}

    .btn-icon .material-icons {
        position: absolute;
        top: 50%;
        left: .5rem;
        margin-top: -12px;
    }

.btn-submit-small {
    background-color: #af272f;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: .3rem 1.5rem;
    margin: 0;
}

.btn-text {
    color: #af272f;
    font-size: .875rem;
    font-family: NotoSans;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-back {
    display: inline-block;
    color: #af272f;
    text-decoration: none;
    padding: 1rem 0 .75rem;
}

    .btn-back .material-icons {
        margin-top: -2px;
    }

@media(min-width:992px) {
    .btn-back {
        padding: 0 .5rem .5rem;
        width: auto;
    }
}

.btn-primary:before {
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    position: absolute;
    opacity: 0;
    content: '';
    background-color: transparent;
    z-index: -2;
    color: #2a7ab0;
}

.btn-primary:hover:before {
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    color: #2a7ab0;
}

.overlay {
    background-color: rgba(42,46,55,.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.menu-title-bar {
    background-color: #f9f9f9;
    text-transform: uppercase;
    padding: 1rem;
    position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,.35);
}

    .menu-title-bar:after {
        content: "";
        display: table;
        clear: both;
    }

    .menu-title-bar .menu-back {
        background: none;
        border: 0 none;
        position: absolute;
        top: 50%;
        margin-top: -12px;
        padding: 0;
        cursor: pointer;
    }

    .menu-title-bar .menu-title {
        font-family: NotoSans;
        text-align: center;
    }

.favorite-icon {
    display: block;
    color: #747474;
    height: 40px;
    width: 40px;
    background-color: transparent;
    border: 1px solid #747474;
    border-radius: 50px;
    cursor: pointer;
    transition-duration: .3s;
}

.favorite-icon--light {
    color: #747474;
    border-color: #747474;
}

.favorite-icon #favorite-count {
    position: absolute;
    top: 0;
    right: -5px;
    color: #dd414b;
    z-index: 2;
    font-family: NotoSans;
    font-weight: 700;
}

    .favorite-icon #favorite-count:before {
        content: '';
        background-color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -10px;
        margin-left: -10px;
        height: 20px;
        width: 20px;
        border-radius: 25px;
        z-index: -1;
    }

.favorite-icon .material-icons {
    position: absolute;
    top: 10px;
    left: 8px;
}

.favorite-icon.active {
    color: #fff;
    background-color: #af272f;
    border-color: #af272f;
}

.favorite-icon:hover {
    color: #fff;
    background-color: #af272f;
    border-color: #af272f;
}

.favorites-list li {
    position: relative;
}

    .favorites-list li:nth-child(even) {
        background-color: #f5f5f5;
    }

.favorites-list .favorite-remove {
    font-size: 18px;
    background: none;
    border: 0 none;
    position: absolute;
    top: 50%;
    right: .5rem;
    margin-top: -9px;
    cursor: pointer;
}

.favorites-list a {
    display: block;
    color: #141414;
    font-size: 14px;
    font-weight: 700;
    padding: .5rem;
    padding-left: 45px;
    text-decoration: none;
}

    .favorites-list a .swatch-name, .favorites-list a .swatch-number {
        text-align: left;
    }

    .favorites-list a .favorite-color-number {
        font-size: 12px;
        font-weight: 500;
        color: #2a2e37;
    }

.favorites-menu {
    height: 100%;
    width: 70%;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: -100%;
    transition: left .2s ease-in-out;
    z-index: 3;
}

@media(min-width:992px) {
    .favorites-menu {
        width: 25%;
    }
}

.favorites-menu.show {
    left: 0;
}

.search-container {
    margin-top: 15px;
    background-color: #f8f8f8;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}

@media(min-width:992px) {
    .search-container {
        display: none;
    }
}

@media(min-width:768px) {
    .search-container {
        background-color: #f1f1f1;
        box-shadow: none;
    }
}

.search-container-button {
    background: none;
    border: 0 none;
    position: absolute;
    top: 11px;
    padding: 1px 10px;
}

@media(min-width:768px) {
    .search-container-button {
        top: 15px;
        padding: 1px 6px;
    }
}

.search-container-button span {
    font-size: 25px;
}

@media(min-width:768px) {
    .search-container-button span {
        font-size: 40px;
    }
}

.search-container-relative {
    position: relative;
    padding: 5px 0;
}

@media(min-width:768px) {
    .search-container-relative {
        padding: 15px 0;
    }
}

.search-container .algolia-autocomplete {
    display: block !important;
}

.search-container .autocomplete-container {
    box-shadow: 0 6px 10px rgba(0,0,0,.2);
    background-color: #f1f1f1;
    padding: 5px 0 30px;
}

@media(min-width:576px) {
    .search-container .autocomplete-container {
        padding: 15px 0 30px;
    }
}

@media(min-width:992px) {
    .search-container .autocomplete-container {
        margin: 0 -50%;
    }
}

.search-container .header-search {
    width: 100%;
    border: none;
    box-shadow: none;
    font-size: 1rem;
    padding: 10px 0 10px 50px;
    background: #f8f8f8 !important;
    margin-top: 0;
}

@media(min-width:768px) {
    .search-container .header-search {
        font-size: 1.5rem;
        padding: 5px 0 5px 60px;
        background: #f1f1f1 !important;
    }
}

.search-container .header-search:focus {
    outline: none;
}

.search-container .aa-dropdown-menu {
    width: 100%;
    background-color: #e1e1e1;
}

.search-container .aa-dataset-d1 {
    float: left;
    width: 100%;
    padding: 20px 15px;
}

@media(min-width:576px) {
    .search-container .aa-dataset-d1 {
        display: block;
        width: 60%;
    }
}

@media(min-width:768px) {
    .search-container .aa-dataset-d1 {
        width: 46%;
    }
}

.search-container .aa-dataset-d2 {
    display: none;
    width: 27%;
    float: left;
    padding: 20px 15px;
}

@media(min-width:768px) {
    .search-container .aa-dataset-d2 {
        display: block;
    }
}

.search-container .aa-dataset-d3 {
    display: none;
    width: 40%;
    float: left;
    padding: 20px 15px;
}

@media(min-width:576px) {
    .search-container .aa-dataset-d3 {
        display: block;
    }
}

@media(min-width:768px) {
    .search-container .aa-dataset-d3 {
        width: 27%;
    }
}

.search-container .aa-suggestions-category {
    font-family: NotoSans;
    font-size: 1.25rem;
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #ccc;
    display: none;
}

@media(min-width:576px) {
    .search-container .aa-suggestions-category {
        display: block;
    }
}

.search-container .aa-suggestions-counter {
    font-size: 1rem;
}

.search-container .aa-suggestions-item {
    display: flex;
    align-items: center;
}

.search-container .aa-suggestions-viewall {
    display: none;
}

@media(min-width:576px) {
    .search-container .aa-suggestions-viewall {
        display: block;
    }
}

.search-container .aa-suggestion {
    margin: 0 0 15px;
}

    .search-container .aa-suggestion a {
        text-decoration: none;
    }

    .search-container .aa-suggestion::after {
        content: "";
        clear: both;
        display: table;
    }

    .search-container .aa-suggestion img {
        float: left;
        margin: 0 10px 0 0;
        height: 65px;
    }

    .search-container .aa-suggestion h4 {
        text-transform: none;
        margin-bottom: 2px;
        font-size: .8em;
    }

    .search-container .aa-suggestion h5 {
        text-transform: none;
        margin-bottom: 2px;
        font-size: .7em;
        color: #666;
    }

    .search-container .aa-suggestion h6 {
        text-transform: none;
        font-weight: normal;
        margin-bottom: 2px;
        font-size: .7em;
    }

    .search-container .aa-suggestion .excerpt {
        font-size: .75rem;
        line-height: 1.2;
        color: #666;
    }

.search-container .aa-empty {
    color: #666;
    font-size: .8em;
    margin-bottom: 15px;
}

.search-icon {
    display: block;
    color: #747474;
    height: 66px;
    width: 60px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: -14px 0;
}

    .search-icon.selected {
        color: #747474;
        background-color: transparent;
    }

.search--light {
    color: #fff;
    border-color: #fff;
}

.search .material-icons {
    font-size: 32px;
}

.search.active {
    color: #fff;
    background-color: #af272f;
    border-color: #af272f;
}

.search-page {
    padding-top: 4rem;
}

    .search-page .refinements {
        display: none;
    }

@media(min-width:768px) {
    .search-page .refinements {
        display: block;
    }
}

.search-page .ais-ClearRefinements {
    margin: 1em 0;
}

.search-page .ais-SearchBox {
    margin: 1em 0;
    position: relative;
}

.search-page .ais-SearchBox-input {
    padding: .75rem 2.5rem;
}

.search-page .ais-SearchBox-submit {
    width: 35px;
}

.search-page .ais-Pagination {
    margin-top: 1em;
}

.search-page .left-panel {
    float: left;
    width: 250px;
}

.search-page .ais-RefinementList-item {
    padding: .25rem 0;
}

.search-page .ais-RefinementList-labelText {
    font-size: .75rem;
    padding: .25rem 0;
}

.search-page .right-panel {
    margin-left: 260px;
}

.search-page .ais-InstantSearch {
    max-width: 960px;
    overflow: hidden;
    margin: 0 auto;
}

.search-page .ais-Hits-item {
    margin: .5em;
    width: 100%;
    padding: 0 0 15px;
    overflow: hidden;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #c4c8d8;
    display: flex;
    align-items: center;
}

@media(min-width:992px) {
    .search-page .ais-Hits-item {
        min-height: 135px;
    }
}

.search-page .ais-Hits-list {
    margin: .5em -.5em;
}

.search-page .ais-Hits-item img {
    float: left;
    padding: 10px;
    width: 75px;
    height: 75px;
}

@media(min-width:768px) {
    .search-page .ais-Hits-item img {
        width: 100px;
        height: 100px;
    }
}

@media(min-width:992px) {
    .search-page .ais-Hits-item img {
        width: 120px;
        height: 120px;
    }
}

.search-page .ais-Hits-item img.article {
    padding: 0;
}

.search-page .ais-Hits-item img.color {
    background: none;
}

.search-page .ais-Hits-item div {
    padding: 0 0 10px 10px;
    margin-left: 10px;
}

    .search-page .ais-Hits-item div a {
        text-decoration: none;
    }

@media(min-width:768px) {
    .search-page .ais-Hits-item div {
        padding: 10px;
    }
}

.search-page .ais-Hits-item div h6 {
    font-weight: normal;
    text-transform: none;
    color: #2a2e37;
    margin: 0 0 .5em;
}

.search-page .ais-Hits-item div span {
    display: block;
    font-size: .75rem;
    color: #2a2e37;
    line-height: 1.2em;
}

.search-page .hit-name {
    margin-bottom: .5em;
}

.search-page .hit-description {
    color: #888;
    font-size: 14px;
    margin-bottom: .5em;
}

.pull-quote {
    border: 1px solid #e5e5e5;
    border-right: 0 none;
    border-left: 0 none;
    margin: 3rem auto;
    padding: 1.5rem 0;
    margin-bottom: 2rem;
}

@media(min-width:992px) {
    .pull-quote {
        text-align: center;
    }
}

.pull-quote--large {
    max-width: 930px;
    margin: 0 auto;
}

    .pull-quote--large h3 {
        font-family: NotoSans;
        font-size: 1.5rem;
        font-weight: 900;
        line-height: 1.2;
        margin-bottom: 1rem;
        text-transform: none;
    }

@media(min-width:992px) {
    .pull-quote--large h3 {
        font-size: 1.75rem;
    }
}

.pull-quote--small {
    max-width: 930px;
    margin: 0 auto;
}

    .pull-quote--small h4 {
        line-height: 2;
        text-transform: none;
        line-height: 1.6;
        color: #4f4f4f;
    }

@media(min-width:992px) {
    .pull-quote--small h4 {
        font-size: 18px;
    }
}

.article-header + .pull-quote {
    margin-top: 5rem;
}

.pull-quote--page {
    line-height: 1.4;
}

@media(min-width:992px) {
    .pull-quote--page {
        padding: 4rem 0;
    }
}

.pull-quote--page .large-quote {
    height: 16px;
    width: 20px;
    position: absolute;
}

.pull-quote--page .quote-title {
    color: #2a2e37;
    font-size: 20px;
    font-weight: 900;
}

.pull-quote--page p {
    color: #2a2e37;
}

.pull-quote--page .large-quote--left {
    background-image: url(/Content/images/openquote.png);
    top: 0;
    left: 20px;
}

@media(min-width:992px) {
    .pull-quote--page .large-quote--left {
        left: -4px;
    }
}

.pull-quote--page .large-quote--right {
    background-image: url("/Content/images/closequote.png");
    margin-left: 10px;
}

.pull-quote--page .pull-quote--img {
    text-align: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

    .pull-quote--page .pull-quote--img .pullquote-title {
        color: #2a2e37;
        font-size: 22px;
        text-transform: uppercase;
        line-height: .9;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .pull-quote--page .pull-quote--img .pullquote-title--small {
        color: #a1a1a1;
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 15px;
        line-height: 1;
    }

@media(min-width:992px) {
    .pull-quote--page .pull-quote--img .pullquote-title--small {
        max-width: 235px;
    }
}

.pull-quote--page .pull-quote--img .pullquote-subtitle {
    color: #767676;
    font-size: 14px;
    margin-top: -5px;
    line-height: 1;
}

@media(min-width:992px) {
    .pull-quote--page .pull-quote--img .pullquote-subtitle {
        max-width: 235px;
    }
}

.pull-quote--page .pull-quote--img .quote-image-container {
    display: flex;
    align-items: flex-start;
}

.pull-quote--page .pull-quote--img .quote-cta {
    margin-left: 15px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    background-color: #189acb;
}

@media(min-width:992px) {
    .pull-quote--page .pull-quote--img .quote-cta {
        max-width: 214px;
    }
}

@media(min-width:992px) {
    .pull-quote--page .pull-quote--img .ml-0 {
        margin-left: 0 !important;
    }
}

.pull-quote--page img {
    float: none;
    max-width: 130px;
}

.pull-quote--page hr {
    border: 1px solid #e5e5e5;
    width: 92%;
}

.pull-quote--page .article--content {
    padding-top: 0;
}

    .pull-quote--page .article--content .quote-title {
        line-height: 1.3;
    }

@media(min-width:992px) {
    .pull-quote--page .article--content .quote-title {
        line-height: 1.6;
    }
}

.pull-quote--page .quotted-content {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

@media(min-width:992px) {
    .pull-quote--page .quotted-content {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

@media(min-width:992px) {
    .pull-quote--page .article--img-right .article--img {
        border-left: 1px solid #e5e5e5;
    }

    .pull-quote--page .article--image-left .article--content {
        margin-left: 30px;
    }

    .pull-quote--page .article--image-left .article--img {
        border-right: 1px solid #e5e5e5;
        padding-right: 45px;
    }

        .pull-quote--page .article--image-left .article--img .pull-quote--img {
            text-align: left;
            padding-left: 0;
            padding-right: 0;
        }

    .pull-quote--page .article--img {
        max-width: 375px;
        min-width: 375px;
        padding-left: 2rem;
    }

    .pull-quote--page .pull-quote--img {
        padding-left: 0;
        padding-right: 0;
    }
}

.card-container {
    padding: 0 .25rem;
}

@media(min-width:992px) {
    .card-container {
        padding: 0 15px;
    }
}

.card {
    display: block;
    color: #2a2e37;
    text-decoration: none;
    overflow: hidden;
}

@media(min-width:992px) {
    .card {
        max-width: 250px;
    }
}

.card-image {
    display: block;
    width: 100%;
    overflow: hidden;
}

.card-image--padding img {
    padding: 1rem;
}

.card-image img {
    display: block;
    width: 100%;
}

.card-body {
    background-color: #fff;
    padding: .75rem 0;
    white-space: normal;
}

@media(min-width:992px) {
    .card-body {
        padding: 1rem 0;
    }
}

.card-body .card-title {
    font-size: .875rem;
    font-family: NotoSans;
    text-transform: none;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
}

    .card-body .card-title .card-text {
        margin-top: .5rem;
    }

.card-body .card-subtitle {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    font-family: NotoSans;
}

.card-body .card-text {
    line-height: 1.4;
}

.card-body .card-link {
    color: #af272f;
    font-size: .875rem;
    font-family: NotoSans;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 1.5rem;
    font-weight: 500;
    margin-top: .5rem;
}

.grid-card {
    text-decoration: none;
}

.product-cards {
    text-decoration: none;
}

    .product-cards .mobile-container {
        position: relative;
        margin-bottom: 10px;
    }

@media(min-width:576px) {
    .product-cards .mobile-container {
        margin-bottom: 0;
    }
}

.product-cards .mobile-container img {
    width: 40%;
}

@media(min-width:576px) {
    .product-cards .mobile-container img {
        width: inherit;
    }
}

.product-cards h3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    right: 0;
    padding: 0 0 0 10px;
    font-family: NotoSans;
    font-size: .875rem;
    text-transform: none;
}

@media(min-width:576px) {
    .product-cards h3 {
        position: relative;
        top: 0;
        transform: none;
        width: auto;
        right: auto;
        padding: 0;
        min-height: 45px;
        margin: .75rem 0;
        overflow: hidden;
    }
}

.product-cards .product-rating-info {
    margin-bottom: 5px;
}

.product-cards ul {
    list-style: outside;
    font-size: .75rem;
    margin-bottom: .75rem;
    padding: 1rem 0 1rem 1rem;
    border: 1px solid #ededed;
    border-left: 0 none;
    border-right: 0 none;
}

@media(min-width:576px) {
    .product-cards ul {
        min-height: 160px;
    }
}

.product-cards li {
    margin-bottom: .5rem;
}

    .product-cards li:last-child {
        margin: 0;
    }

.product-cards .sold-at {
    font-family: NotoSans;
    text-transform: uppercase;
    font-weight: 800;
    font-size: .7rem;
}

    .product-cards .sold-at img {
        vertical-align: middle;
        margin: 0 3px;
        height: 30px;
    }

.card-section {
    background-color: #fff;
    padding-top: 5px;
}

@media(min-width:992px) {
    .card-section {
        box-shadow: none;
        background: none;
    }
}

.card-section--background {
    background-color: #af272f;
}

@media(min-width:992px) {
    .card-section--background {
        background-color: #af272f;
    }
}

.card-section--wrapper {
    padding: 1rem 10px;
}

@media(min-width:992px) {
    .card-section--wrapper {
        padding: 4rem 0;
    }
}

.card-section--content {
    position: relative;
}

    .card-section--content a {
        display: block;
        color: #af272f;
        font-size: .875rem;
        font-family: NotoSans;
        text-transform: uppercase;
        text-decoration: none;
        margin-bottom: 1.5rem;
        font-weight: 900;
        margin-top: .5rem;
    }

        .card-section--content a:hover {
            text-decoration: none;
        }

    .card-section--content h3 {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        font-family: NotoSans;
    }

    .card-section--content h4 {
        margin-top: 10px;
        font-weight: 500;
        color: #fff;
        line-height: 1.3;
        font-family: NotoSans;
    }

    .card-section--content p {
        max-width: none;
        margin: .5rem 0;
        line-height: 1.4;
    }

    .card-section--content .card-link {
        color: #af272f !important;
    }

@media(min-width:992px) {
    .card-section--content h3 {
        font-size: 3rem;
    }

    .card-section--content h4 {
        font-size: 1rem;
    }
}

@media(min-width:992px) and (min-width:992px) {
    .card-section--content h4 {
        font-size: 1.25rem;
    }
}

.card-section--grid {
    padding-top: 0;
}

@media(min-width:992px) {
    .card-section--grid {
        position: relative;
        margin: 0 auto;
        background-color: #f4f4f4;
        padding-top: 4rem;
    }
}

@media(min-width:992px) {
    .card-section--grid .card-section {
        position: relative;
        padding-top: 2rem;
        padding-right: 1rem;
    }

        .card-section--grid .card-section:before {
            content: '';
            height: 100%;
            width: 95%;
            position: absolute;
            left: 5%;
            top: 0;
            background-color: #fff;
            box-shadow: 0 0 30px rgba(0,0,0,.1);
        }

    .card-section--grid .card-section-content-right {
        flex-flow: row-reverse;
    }

        .card-section--grid .card-section-content-right:before {
            left: -1rem;
        }
}

.card-section--grid .card-section--content {
    text-align: left;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
}

    .card-section--grid .card-section--content .card-section--vertical-center {
        text-align: center;
        text-decoration: none;
        padding: .5rem;
    }

@media(min-width:992px) {
    .card-section--grid .card-section--content {
        font-size: 1.25rem;
        height: calc(100% - 30px);
        padding: 2rem;
        text-align: left;
        background-color: #af272f;
    }

        .card-section--grid .card-section--content h2, .card-section--grid .card-section--content h3 {
            color: #fff;
        }

        .card-section--grid .card-section--content p {
            color: #fff;
        }

        .card-section--grid .card-section--content .card-section--vertical-center {
            width: calc(100% - 4rem);
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            text-align: left;
        }

            .card-section--grid .card-section--content .card-section--vertical-center .card-link {
                color: #ffb81c !important;
                text-transform: uppercase;
                font-family: NotoSans;
            }
}

.card-section--grid .card-section .row {
    margin-left: 0;
    margin-right: 0;
}

.card-section--grid .card-container {
    margin-bottom: .5rem;
}

    .card-section--grid .card-container .card .card-subtitle {
        line-height: 17px;
        color: #4f4f4f;
        font-size: .875rem;
        text-transform: none;
        font-weight: 400;
    }

    .card-section--grid .card-container .card .card-text {
        display: none;
    }

    .card-section--grid .card-container .card .card-link {
        display: none;
    }

@media(min-width:992px) {
    .card-section--grid .card-container {
        margin-bottom: 30px;
    }
}

.card-section--full-width {
    padding: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

    .card-section--full-width .card-image--full-width {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 300px;
    }

@media(min-width:992px) {
    .card-section--full-width .card-image--full-width {
        height: 500px;
    }
}

@media(min-width:768px) {
    .card-section--full-width.align-left .card {
        flex-direction: row;
    }
}

.card-section--full-width .red-card {
    background-color: #af272f;
}

.card-section--full-width .gray-card {
    background-color: #a6a6a6;
}

.card-section--full-width .card {
    align-items: unset;
}

@media(min-width:768px) {
    .card-section--full-width .card .card {
        max-width: none;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row-reverse;
        align-items: center;
    }
}

.card-section--full-width .card .card-body {
    background: none;
    padding-top: 0;
    padding: 1.5rem 2rem;
}

@media(min-width:768px) {
    .card-section--full-width .card .card-body {
        padding: 1.5rem;
        max-width: 500px;
        width: 50%;
    }
}

@media(min-width:992px) {
    .card-section--full-width .card .card-body {
        max-width: 750px;
    }
}

.card-section--full-width .card .card-body .card-content {
    width: auto;
}

@media(min-width:1400px) {
    .card-section--full-width .card .card-body .card-content {
        width: 75%;
        margin: auto;
    }
}

.card-section--full-width .card .card-body .card-content .card-title {
    text-transform: uppercase;
    text-align: left;
    font-size: 1.5rem;
    padding-top: 1rem;
}

@media(min-width:768px) {
    .card-section--full-width .card .card-body .card-content .card-title {
        padding: 0;
    }
}

@media(min-width:992px) {
    .card-section--full-width .card .card-body .card-content .card-title {
        font-size: 3rem;
    }
}

.card-section--full-width .card .card-body .card-content .card-subtitle {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #fff;
}

@media(min-width:992px) {
    .card-section--full-width .card .card-body .card-content .card-subtitle {
        margin-bottom: 0;
        font-size: 1.25rem;
    }
}

.card-section--full-width .card .card-body .card-content .card-title, .card-section--full-width .card .card-body .card-content .card-text {
    color: #fff;
}

.card-section--full-width .card .card-body .card-content .card-link {
    text-align: left;
    margin: 1rem 0 0;
    display: block;
    color: #ffb81c;
}

@media(min-width:768px) {
    .card-section--full-width .card-body {
        width: 50%;
    }

    .card-section--full-width.align-left .card {
        flex-direction: row;
    }

    .card-section--full-width .card {
        max-width: none;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row-reverse;
        align-items: center;
    }
}

@media(min-width:992px) {
    .card-section--full-width .card-image {
        width: 50%;
        max-height: 500px;
    }

    .card-section--full-width .card-text {
        margin: .5rem 0 1rem;
    }
}

.card-section--swipeable {
    padding: 1rem 0;
}

@media(min-width:992px) {
    .card-section--swipeable {
        padding: 4rem 0;
    }
}

.card-section--swipeable .card-section {
    color: #fff;
    background-color: #af272f;
}

.card-section--swipeable .card-section--content {
    margin-bottom: 2rem;
}

    .card-section--swipeable .card-section--content h2, .card-section--swipeable .card-section--content h3, .card-section--swipeable .card-section--content h4, .card-section--swipeable .card-section--content p {
        text-align: center;
    }

    .card-section--swipeable .card-section--content h3 {
        font-family: NotoSans;
        color: #fff;
    }

    .card-section--swipeable .card-section--content h4 {
        font-family: NotoSans;
        color: #2a2e37;
    }

    .card-section--swipeable .card-section--content p {
        font-family: NotoSans;
        color: #fff;
    }

.card-section--swipeable .large-cards .card {
    width: 250px;
}

.card-section--swipeable .large-cards:hover {
    transition: .3s ease-out;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.3);
}

.card-section--swipeable .small-cards .card {
    width: 200px;
}

.card-section--swipeable .small-cards:hover {
    transition: .3s ease-out;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.3);
}

.card-section--swipeable .card {
    margin-bottom: .5rem;
    max-width: 250px;
}

@media(min-width:992px) {
    .card-section--swipeable .card {
        margin-bottom: 0;
    }
}

.card-section--swipeable .card .content-body {
    color: #fff;
}

.card-section--swipeable .card .card-title {
    line-height: 16px;
}

.card-section--swipeable .card .card-text {
    font-size: .875rem;
    color: #fff;
}

.card-section--swipeable .card .card-subtitle {
    display: none;
}

.card-section--swipeable .card .card-link {
    display: none;
}

@media(max-width:991.98px) {
    .card-section--swipeable .mobile-stack .mobile-stack--slider {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }

        .card-section--swipeable .mobile-stack .mobile-stack--slider .card-container .card {
            width: auto !important;
        }
}

.card-section--swipeable .card .card-image {
    border: 2px solid transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.card-section--swipeable .card-body {
    background: none;
}

.card-section--swipeable .card-title, .card-section--swipeable .card-text, .card-section--swipeable .card-cta {
    color: #fff;
}

.card-section--one-card {
    background-color: #f4f4f4;
}

    .card-section--one-card .card {
        background-color: #fff;
        align-items: unset;
    }

        .card-section--one-card .card .card-body {
            background: none;
            padding: 1.5rem 2rem;
            background: none;
        }

@media(min-width:768px) {
    .card-section--one-card .card .card-body {
        max-width: 500px;
    }
}

@media(min-width:992px) {
    .card-section--one-card .card .card-body {
        max-width: 750px;
    }
}

.card-section--one-card .card .card-body .card-title {
    text-transform: uppercase;
    text-align: left;
    font-size: 1.5rem;
    color: #2a2e37;
    line-height: 1;
}

@media(min-width:992px) {
    .card-section--one-card .card .card-body .card-title {
        font-size: 3rem;
    }
}

.card-section--one-card .card .card-body .card-subtitle {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #575755;
}

@media(min-width:992px) {
    .card-section--one-card .card .card-body .card-subtitle {
        margin-bottom: 0;
        font-size: 1.25rem;
    }
}

.card-section--one-card .card .card-body .card-content {
    width: auto;
}

@media(min-width:1400px) {
    .card-section--one-card .card .card-body .card-content {
        width: 75%;
        margin: auto;
    }
}

.card-section--one-card .card-link {
    text-align: left;
    margin: 1rem 0 0;
    display: block;
}

@media(min-width:768px) {
    .card-section--one-card .card-body {
        width: 50%;
    }

    .card-section--one-card.align-left .card {
        flex-direction: row;
    }

    .card-section--one-card .card {
        max-width: none;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row-reverse;
        align-items: center;
    }
}

@media(min-width:992px) {
    .card-section--one-card .card-image {
        width: 50%;
        max-height: 500px;
    }

    .card-section--one-card .card-title {
        font-size: 3rem;
    }

    .card-section--one-card .card-subtitle {
        font-size: 1.25rem;
    }

    .card-section--one-card .card-text {
        margin: .5rem 0 1rem;
        line-height: 1.6;
    }
}

.card-section--one-card.black-background {
    background-color: #2a2e37;
}

.card-section--swipeable.article-white {
    background-color: #fff;
}

    .card-section--swipeable.article-white .card-section {
        background-color: #fff;
    }

    .card-section--swipeable.article-white .card-section--content h3 {
        color: #2a2e37 !important;
    }

    .card-section--swipeable.article-white .card-section--content h4 {
        color: #747474;
    }

    .card-section--swipeable.article-white .card-section--content p {
        color: #4f4f4f;
    }

    .card-section--swipeable.article-white .card-container .card-body .card-title {
        color: #2a2e37;
    }

    .card-section--swipeable.article-white .card-container .card-body .card-text {
        color: #4f4f4f;
    }

.card-section--one-card + .card-section--one-card {
    padding-top: 0;
}

.card-section--full-width + .card-section--full-width {
    margin-top: 5px;
}

.card-section--full-width + .card-section--swipeable {
    margin-top: 5px;
}

.related-articles .card-container {
    display: flex;
}

.related-articles .card {
    background: #fff;
}

    .related-articles .card .card-body {
        padding: .6rem;
    }

        .related-articles .card .card-body .card-title {
            color: #2a2e37;
        }

        .related-articles .card .card-body .card-subtitle {
            display: none;
        }

        .related-articles .card .card-body .card-text {
            color: #4f4f4f;
            font-size: 12px;
        }

        .related-articles .card .card-body .card-link {
            display: none;
        }

.sort-by-retailer {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 30px;
    font-family: NotoSans;
}

    .sort-by-retailer:after {
        content: "";
        display: table;
        clear: both;
    }

.sort-by-retailer-list {
    float: right;
}

    .sort-by-retailer-list li {
        float: left;
    }

    .sort-by-retailer-list span {
        display: table-cell;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: #2a2e37;
        height: 50px;
        vertical-align: middle;
        padding: 15px;
    }

    .sort-by-retailer-list .btn-sortby {
        color: #af272f;
        font-family: NotoSans;
        height: 50px;
        vertical-align: middle;
        text-transform: uppercase;
        background: none;
        border: 0 none;
        border-bottom: 3px solid transparent;
        cursor: pointer;
        margin: 0 .25rem;
    }

        .sort-by-retailer-list .btn-sortby:hover, .sort-by-retailer-list .btn-sortby:focus, .sort-by-retailer-list .btn-sortby.active {
            outline: none;
            border-bottom: 3px solid #af272f;
        }

        .sort-by-retailer-list .btn-sortby .retailer-logo {
            width: 56px;
        }

.hero-container {
    color: #fff;
    text-align: center;
    height: 50vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 0 0 20px rgba(0,0,0,.4);
}

    .hero-container .container-fluid {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .hero-container h1 {
        color: #fff;
        font-size: 2rem;
        line-height: .9;
        font-family: NotoSans;
        text-transform: uppercase;
        width: 90%;
        margin: 0 auto;
    }

@media(min-width:992px) {
    .hero-container h1 {
        width: 50%;
        font-size: 4rem;
    }
}

.hero-container p {
    color: #fff;
    font-size: 1.5rem;
    margin: 0;
    max-width: none;
}

.hero-home--container {
    width: 100%;
}

    .hero-home--container img {
        width: 100%;
    }

    .hero-home--container h1 {
        visibility: hidden;
    }

    .hero-home--container h2 {
        visibility: hidden;
    }

.order-item {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    margin: 30px 0;
}

    .order-item:after {
        content: "";
        display: table;
        clear: both;
    }

.order-item-swatch {
    width: 100%;
    margin: auto;
    padding: .5rem;
    display: inline-block;
}

.order-item-content {
    width: 100%;
    padding: 0;
    background: #f7f8fa;
    display: inline-block;
    margin: auto;
}

.order-item-remove {
    font-size: 14px;
    background: none;
    border: 0 none;
    position: absolute;
    top: .5rem;
    right: .5rem;
    cursor: pointer;
    color: #f00;
    font-weight: 700;
}

.order-item label {
    display: inline-block;
    font-weight: 900;
    width: 50%;
    text-align: center;
    padding: 0 .5rem 0 .25rem;
    font-size: .875rem;
    margin-top: 1rem;
}

    .order-item label:first-child {
        padding: 0 .25rem 0 .5rem;
    }

    .order-item label span {
        display: block;
        font-size: 1rem;
        color: #2a2e37;
        margin-top: .25rem;
    }

    .order-item label select {
        background: #2e2e2e;
        color: #fff;
        text-align: center;
        margin-right: .5rem;
    }

@media(min-width:992px) {
    .color-detail {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}

.color-detail h1 {
    width: calc(100% - 40px);
    text-align: left;
    text-transform: none;
    margin-top: 1.5rem;
    font-size: 2rem;
}

@media(min-width:992px) {
    .color-detail h1 {
        margin-top: 0;
    }
}

.color-detail h1 + p {
    color: #747474;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: .5rem;
}

.color-detail .favorite-icon {
    position: absolute;
    top: 0;
    right: 0;
}

    .color-detail .favorite-icon .material-icons {
        top: 9px;
        left: 7px;
    }

.color-detail .content-left .slick-slide {
    padding: .5rem 0;
    padding-right: .5rem;
    padding-top: 0;
}

.color-detail .cta-container {
    padding: 1rem 0;
}

    .color-detail .cta-container:after {
        content: "";
        display: table;
        clear: both;
    }

@media(min-width:992px) {
    .color-detail .cta-container {
        margin-top: 1rem;
        border: 1px solid #e5e5e5;
        border-left: 0 none;
        border-right: 0 none;
    }
}

.color-detail .cta-container a {
    text-align: center;
}

    .color-detail .cta-container a:first-child {
        width: 100%;
        margin-bottom: .5rem;
    }

    .color-detail .cta-container a:nth-child(2), .color-detail .cta-container a:nth-child(3) {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-right: 0;
    }

    .color-detail .cta-container a:nth-child(2) {
        margin-right: .25rem;
    }

    .color-detail .cta-container a:nth-child(3) {
        margin-left: .25rem;
    }

@media(min-width:992px) {
    .color-detail .cta-container a:first-child {
        width: 75%;
    }

    .color-detail .cta-container a:nth-child(2), .color-detail .cta-container a:nth-child(3) {
        width: 75%;
        float: left;
        padding-left: 0;
        padding-right: 0;
    }
}

.color-detail-content .color-description {
    line-height: 1.5;
}

.color-detail-content p {
    font-size: .875rem;
    line-height: 1.4;
}

.is-onecoat {
    color: #292929;
    border-radius: 5px;
    padding: .75rem;
}

    .is-onecoat p {
        font-size: .75rem;
        padding: .5rem;
    }

    .is-onecoat img {
        width: 15px;
        float: left;
        margin-right: 1rem;
    }

@media(min-width:992px) {
    .content-left, .content-right {
        padding: 0 1rem;
    }
}

@media(min-width:992px) {
    .content-left {
        float: left;
        width: 50%;
    }
}

.content-left img:hover {
    cursor: pointer;
}

.content-right {
    position: relative;
}

@media(min-width:992px) {
    .content-right {
        float: right;
        width: 50%;
    }
}

.coordinating-colors .display-h5 {
    margin-bottom: 1rem;
    padding-left: .5rem;
    font-weight: 900;
}

.coordinating-colors .current-color:after {
    display: block;
    content: 'done';
    color: #fff;
    font-size: 2rem;
    font-family: "Material Icons";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.coordinating-colors .current-color:hover {
    transform: scale(1);
}

.coordinating-colors .swatch-name, .coordinating-colors .swatch-number {
    display: none;
}

.coordinating-colors .favorite {
    font-size: 14px;
}

    .coordinating-colors .favorite:before {
        width: 24px;
        height: 24px;
    }

.shades:after, .accent:after, .trim:after {
    content: "";
    display: table;
    clear: both;
}

@media(min-width:992px) {
    .shades, .accent, .trim {
        width: auto;
        display: flex;
    }
}

.shades li, .accent li, .trim li {
    width: 33.3333%;
    max-width: 120px;
    float: left;
    padding: 0 .25rem;
}

@media(min-width:992px) {
    .shades li, .accent li, .trim li {
        width: 100%;
        max-width: 64px;
        float: none;
    }
}

.coord-container {
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
}

    .coord-container:first-child {
        padding-bottom: 1rem;
    }

    .coord-container:last-child {
        border-bottom: 0 none;
    }

@media(min-width:992px) {
    .coord-container {
        width: 50%;
        float: left;
    }

        .coord-container:last-child {
            padding-left: 1rem;
        }

        .coord-container:nth-child(2) {
            border-bottom: 0 none;
            border-right: 1px solid #e5e5e5;
            padding-right: 1rem;
        }

        .coord-container:first-child {
            width: 100%;
        }
}

.carousel {
    margin-bottom: .5rem;
}

.cta-dcp {
    padding: 3rem 1rem;
    text-align: center;
    background-size: cover;
}

@media(min-width:992px) {
    .cta-dcp {
        padding: 6rem 0;
    }
}

.cta-dcp h3, .cta-dcp p {
    color: #fff;
    max-width: 300px;
    margin: 0 auto .5rem;
    text-align: center;
    font-family: NotoSans;
}

@media(min-width:992px) {
    .cta-dcp h3, .cta-dcp p {
        max-width: 550px;
    }
}

.cta-dcp h3 {
    font-size: 2rem;
    font-weight: 900;
    font-family: NotoSans;
}

@media(min-width:992px) {
    .cta-dcp h3 {
        font-size: 3rem;
    }
}

.article-header {
    position: relative;
    z-index: 1;
}

@media(min-width:992px) {
    .article-header {
        min-height: 440px;
    }
}

.article-header + * {
    padding-top: 5rem !important;
}

.article-header--background-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

.article-header--background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(3px);
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
}

    .article-header--background:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,.5);
    }

.article-header--content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 450px;
    position: relative;
    z-index: 2;
    padding-top: 1.5rem;
}

@media(min-width:992px) {
    .article-header--content {
        flex-wrap: nowrap;
        max-width: 1000px;
        padding-top: 0;
    }
}

@media(min-width:992px) {
    .article-header--content div:first-child {
        padding-right: 1rem;
    }
}

.article-header--title {
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-family: NotoSans;
}

@media(min-width:992px) {
    .article-header--title {
        font-size: 3.25rem;
    }
}

.article-header--subtitle {
    color: #ffb81c;
    font-size: .875rem;
    margin-bottom: .5rem;
    font-weight: 700;
    font-family: NotoSans;
    text-transform: none;
}

.article-header--img-container {
    margin-top: 1rem;
    margin-bottom: -2rem;
}

@media(min-width:992px) {
    .article-header--img-container {
        margin-top: 2rem;
        margin-left: auto;
        height: auto;
    }
}

.article-header--img-container img {
    max-width: 100%;
    box-shadow: 0 0 30px rgba(0,0,0,.3);
}

@media(min-width:992px) {
    .article-header--img-container img {
        max-width: 450px;
        height: auto;
    }
}

.article-header--img-caption-active {
    margin-bottom: -3rem;
}

.article-header--img-caption {
    font-size: .6rem;
}

.article-section + .article-section {
    padding-top: 2rem;
}

.body-headline {
    font-weight: 900;
    text-transform: uppercase;
    font-family: NotoSans;
    text-align: center;
    margin: 10px 0;
    font-size: 1.5rem;
}

@media(min-width:992px) {
    .body-headline {
        font-size: 2rem;
    }
}

.article-bodycontent {
    margin-bottom: 5px;
}

    .article-bodycontent h2 {
        font-size: 1.5rem;
        margin-bottom: 10px;
        font-weight: 900;
        text-transform: none;
        line-height: 1.2;
    }

@media(min-width:992px) {
    .article-bodycontent h2 {
        font-size: 32px;
    }
}

.article-bodycontent p {
    color: #747474;
    margin-bottom: 20px;
}

.article-bodycontent a {
    color: #af272f;
    text-decoration: underline;
}

    .article-bodycontent a:hover {
        text-decoration: none;
    }

.full-width-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow-x: hidden;
}

    .full-width-section .article--content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

        .full-width-section .article--content .article--title {
            color: #000;
        }

        .full-width-section .article--content p a {
            color: #575755;
            font-weight: 300;
        }

.body-headline + .article-bodycontent {
    padding-top: 0;
}

    .body-headline + .article-bodycontent p {
        text-align: center;
        color: #747474;
        max-width: none;
        margin-bottom: 20px;
    }

.article-section-titlebar h1 {
    font-family: NotoSans;
}

.article-section-titlebar h1, .article-section-titlebar h2, .article-section-titlebar h3 {
    font-size: 1.25rem;
    text-align: center;
    margin: 0;
}

@media(min-width:992px) {
    .article-section-titlebar h1, .article-section-titlebar h2, .article-section-titlebar h3 {
        font-size: 2rem;
    }
}

.article-section-titlebar p {
    color: #2a2e37;
    text-align: center;
    margin-top: .5rem;
    max-width: none;
}

@media(min-width:992px) {
    .article-section-titlebar p {
        margin-top: .5rem;
    }
}

.article-section-titlebar + div, .article-section-titlebar + form {
    margin-top: 2rem;
}

@media(min-width:992px) {
    .article-section-titlebar + div, .article-section-titlebar + form {
        margin-top: 4rem;
    }
}

@media(min-width:992px) {
    .article-dark {
        background-color: #2a2e37;
        padding-top: 4rem;
    }
}

.article-dark h1, .article-dark h2, .article-dark h3, .article-dark p {
    color: #fff;
}

p + .article-light {
    margin-top: 15px;
}

@media(min-width:992px) {
    .article-light {
        background-color: #f4f4f4;
    }
}

@media(min-width:992px) {
    .article-white {
        background-color: #fff;
    }
}

.article--section {
    padding: 2rem 0;
}

    .article--section ol {
        list-style: decimal;
    }

    .article--section ul {
        margin-left: 1rem;
        font-size: .875rem;
        list-style: disc;
    }

    .article--section li {
        margin: 0 0 10px 10px;
        line-height: 1.2rem;
        margin-bottom: .5rem;
    }

.article-padding--less {
    padding: .5rem 0;
}

p {
    max-width: 800px;
    color: #4f4f4f;
}

.article--content {
    padding-top: 1rem;
    padding-left: .7rem;
    padding-right: .7rem;
}

@media(min-width:992px) {
    .article--content {
        padding-top: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.article--content p {
    line-height: 1.6;
    max-width: 800px;
    margin-bottom: 1rem;
}

    .article--content p:last-child {
        margin-bottom: 0;
    }

    .article--content p a {
        color: #af272f;
        font-weight: 700;
    }

    .article--content p .btn-primary {
        color: #fff;
    }

        .article--content p .btn-primary:hover {
            color: #af272f;
        }

    .article--content p a:hover {
        text-decoration: none;
    }

.article--content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
    font-family: NotoSans;
}

@media(min-width:992px) {
    .article--content h2 {
        font-size: 2.5rem;
    }
}

.article--content h3 {
    font-size: 1.5rem;
    line-height: 1;
    text-transform: none;
    margin: 0;
    font-family: NotoSans;
    font-weight: 700;
}

.article--title, .article--content .article--title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    max-width: 580px;
    font-family: NotoSans;
    text-transform: uppercase;
}

@media(min-width:992px) {
    .article--title, .article--content .article--title {
        font-size: 2.5rem;
    }
}

.article--title-small, .article--content .article--title-small {
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
}

@media(min-width:992px) {
    .article--title-small, .article--content .article--title-small {
        font-size: 1.25rem;
    }
}

@media(min-width:992px) {
    .article--image-left, .article--image-right {
        align-items: center;
    }
}

.article--img {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

@media(min-width:992px) {
    .article--img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.article--img .slick-slider {
    margin-bottom: 3rem;
}

@media(min-width:992px) {
    .article--img .slick-slider {
        margin: 1rem;
        margin-bottom: 0;
    }
}

@media(min-width:992px) {
    .article--img-left {
        flex-direction: row-reverse;
        align-items: center;
    }
}

@media(min-width:992px) {
    .article--img-right {
        flex-direction: row-reverse;
        align-items: center;
    }

        .article--img-right img {
            float: right;
        }
}

.img--caption {
    font-size: .6rem;
    clear: right;
    text-align: left;
}

.section-intro {
    color: #fff;
    font-weight: 300;
    width: 100%;
}

    .section-intro .section-intro-title {
        color: #fff;
        font-weight: 900;
        font-size: 2rem;
        text-align: center;
    }

    .section-intro .section-intro-body {
        color: #fff;
        font-weight: 300;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 1rem;
        max-width: 500px;
    }

        .section-intro .section-intro-body i {
            font-style: italic;
        }

        .section-intro .section-intro-body br {
            line-height: 2rem;
        }

.section-contact {
    text-align: center;
    padding-top: 1rem;
}

    .section-contact .contact-info-lable {
        font-weight: 700;
        text-align: center;
        padding-bottom: .4rem;
    }

    .section-contact .contact-info-email {
        color: #fff;
        font-weight: 700;
        text-decoration: none;
    }

    .section-contact .contact-info-phone {
        color: #fff;
        font-weight: 700;
        text-decoration: none;
    }

@media(min-width:992px) {
    .section-contact .contact-info-phone {
        color: #fff;
    }
}

.section-contact .section-contact-info {
    text-align: center;
    padding: 1rem;
    margin: 0 1rem 0 1rem;
    border-top: 1px solid #747474;
    font-weight: 300;
    font-size: .875rem;
}

@media(min-width:992px) {
    .section-contact .section-contact-info {
        display: inline-block;
        margin: 0;
        border-top: none;
        padding: 0 1rem 0 1rem;
    }
}

@media(min-width:992px) {
    .section-contact .contact-info-border {
        border-left: 1px solid #747474;
    }
}

.contact-opt-in {
    font-weight: 300;
    font-size: .7rem;
    padding-left: 3rem;
    margin-top: -2rem;
}

.contact-form form {
    padding-bottom: 1.5rem;
    padding-top: 1rem;
}

    .contact-form form label {
        display: inline-block;
        margin-bottom: .5rem;
        font-weight: 700;
        cursor: pointer;
    }

    .contact-form form input, .contact-form form select, .contact-form form textarea {
        font-size: .75rem;
        font-weight: 700;
        height: 3.5rem;
        padding: .75rem;
        border-radius: 0;
        border: 1px solid #bbb;
        -webkit-box-shadow: inset 0 0 10px -3px rgba(0,0,0,.2);
        -moz-box-shadow: inset 0 0 10px -3px rgba(0,0,0,.2);
        box-shadow: inset 0 0 10px -3px rgba(0,0,0,.2);
    }

    .contact-form form textarea {
        font-size: .875rem;
        font-family: NotoSans;
        font-weight: 300;
    }

    .contact-form form .required {
        top: 5px;
        color: #f00;
    }

    .contact-form form .row {
        margin-bottom: 0;
    }

@media(min-width:992px) {
    .contact-form form .row {
        margin-bottom: 2rem;
    }
}

.contact-form form .row:last-child {
    margin-bottom: 0;
    margin-top: -1rem;
}

.contact-form form .opt-in-div {
    margin-top: 0;
}

@media(min-width:992px) {
    .contact-form form .opt-in-div {
        margin-top: 2rem;
    }
}

.contact-form form .form-fieldset {
    margin-bottom: 2rem;
}

@media(min-width:992px) {
    .contact-form form .form-fieldset {
        margin-bottom: 0;
    }
}

.contact-form form .opt-in-field {
    color: #808080;
    font-family: NotoSans;
    line-height: 1.4;
    padding-left: 2rem;
    position: relative;
    text-transform: none;
}

    .contact-form form .opt-in-field input {
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
    }

.contact-form form .error-text {
    position: absolute;
    font-size: .7rem;
    color: #f00;
    padding: 3px 0 0 0;
}

.contact-form form .form-footer {
    margin-top: 2rem;
}

.contact-form form .required-fields {
    padding-bottom: 15px;
    text-transform: capitalize;
    font-size: .875rem;
}

.contact-form form .form-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 2px solid #cacece;
    position: relative;
    height: 1.5rem;
    width: 1.5rem;
    padding: 0;
}

    .contact-form form .form-checkbox:active, .contact-form form .form-checkbox:checked:active {
        background-color: #e5e5e5;
    }

    .contact-form form .form-checkbox:checked {
        background-color: #2a2e37;
        border: 2px solid #2a2e37;
        color: #fff;
    }

        .contact-form form .form-checkbox:checked:after {
            content: '✓';
            font-size: 1rem;
            position: absolute;
            left: 15%;
            color: #fff;
        }

.disclosure-copy {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}

.form-info-heading {
    background-color: #af272f;
    max-width: none;
}

.email-subscribe-form .article-section {
    padding-top: 2rem;
}

.email-subscribe-form .subscribe-opt-in {
    font-weight: 300;
    font-size: .7rem;
    padding-left: 3rem;
    margin-top: -1.75rem;
}

.email-subscribe-form form {
    padding-bottom: 1.5rem;
}

    .email-subscribe-form form label {
        display: inline-block;
        margin-bottom: .5rem;
        font-weight: 700;
        cursor: pointer;
    }

    .email-subscribe-form form input, .email-subscribe-form form select, .email-subscribe-form form textarea {
        font-size: .75rem;
        font-weight: 700;
        height: 3.5rem;
        padding: .75rem;
        border-radius: 0;
        border: 1px solid #bbb;
        -webkit-box-shadow: inset 0 0 10px -3px rgba(0,0,0,.2);
        -moz-box-shadow: inset 0 0 10px -3px rgba(0,0,0,.2);
        box-shadow: inset 0 0 10px -3px rgba(0,0,0,.2);
    }

    .email-subscribe-form form textarea {
        font-size: .875rem;
        font-family: NotoSans;
        font-weight: 300;
    }

    .email-subscribe-form form .required {
        top: 5px;
        color: #f00;
    }

    .email-subscribe-form form .row {
        margin-bottom: 0;
    }

@media(min-width:992px) {
    .email-subscribe-form form .row {
        margin-bottom: 2rem;
    }
}

.email-subscribe-form form .opt-in-div {
    margin-top: 0;
}

.email-subscribe-form form .form-fieldset {
    margin-bottom: 2rem;
}

@media(min-width:992px) {
    .email-subscribe-form form .form-fieldset {
        margin-bottom: 0;
    }
}

.email-subscribe-form form .opt-in-field {
    color: #808080;
    font-family: NotoSans;
    line-height: 1.4;
    padding-left: 2rem;
    position: relative;
    text-transform: none;
}

    .email-subscribe-form form .opt-in-field input {
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
    }

.email-subscribe-form form .error-text {
    position: absolute;
    font-size: .7rem;
    color: #f00;
    padding: 3px 0 0 0;
}

.email-subscribe-form form .required-fields {
    padding-bottom: 15px;
    text-transform: capitalize;
    font-size: .875rem;
}

.email-subscribe-form form .form-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 2px solid #cacece;
    position: relative;
    height: 1.5rem;
    width: 1.5rem;
    padding: 0;
}

    .email-subscribe-form form .form-checkbox:active, .email-subscribe-form form .form-checkbox:checked:active {
        background-color: #e5e5e5;
    }

    .email-subscribe-form form .form-checkbox:checked {
        background-color: #2a2e37;
        border: 2px solid #2a2e37;
        color: #fff;
    }

        .email-subscribe-form form .form-checkbox:checked:after {
            content: '✓';
            font-size: 1rem;
            position: absolute;
            left: 15%;
            color: #fff;
        }

.email-subscribe-form form #EmailMatchErrMsg {
    padding-top: 5rem;
    pointer-events: none;
}

.email-subscribe-form form .form-footer {
    margin-top: 1rem;
}

.email-subscribe-form .segment .form-checkbox {
    display: inline-block;
}

.email-subscribe-form .segment .segment-field {
    padding: 1rem;
}

.email-subscribe-form .segment .segment-option {
    border-radius: 0;
    border: 1px solid #bbb;
    -webkit-box-shadow: inset 0 0 10px -3px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0 10px -3px rgba(0,0,0,.2);
    box-shadow: inset 0 0 10px -3px rgba(0,0,0,.2);
    height: 3.5rem;
    margin-bottom: 0;
}

    .email-subscribe-form .segment .segment-option input {
        margin: 1rem;
    }

    .email-subscribe-form .segment .segment-option span {
        margin-top: 1.25rem;
        position: absolute;
    }

.image-section {
    padding: 2rem 0;
    min-height: 50vh;
    position: relative;
}

    .image-section:after {
        content: "";
        display: table;
        clear: both;
    }

.image-section--animated .image-section--content {
    width: 273px;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}

    .image-section--animated .image-section--content h2, .image-section--animated .image-section--content h3 {
        color: #fff;
        font-size: 2rem;
    }

    .image-section--animated .image-section--content p {
        color: #fff;
        margin: .5rem 0;
    }

.popular-colors {
    background-color: #575755;
    padding-top: 2rem;
    padding-bottom: 0;
}

@media(min-width:992px) {
    .popular-colors {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
}

.popular-colors h1, .popular-colors h2, .popular-colors h3 {
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
    margin: 0;
    font-family: NotoSans;
}

@media(min-width:992px) {
    .popular-colors h1, .popular-colors h2, .popular-colors h3 {
        font-size: 2rem;
    }
}

.popular-colors p {
    color: #fff;
    font-size: .875rem;
    text-align: center;
    max-width: none;
}

@media(min-width:992px) {
    .popular-colors p {
        margin-top: .5rem;
    }
}

.popular-colors .swatch-image {
    display: block;
    border-radius: 3px;
    overflow: hidden;
}

.popular-colors .swatch-name, .popular-colors .swatch-number {
    color: #fff;
}

.recently-viewed-section {
    margin: 0 auto;
    padding: 2rem 0;
}

@media(min-width:992px) {
    .recently-viewed-section {
        padding: 4rem 0;
    }
}

.recently-viewed-section .mb-slider {
    padding: 1rem 0;
}

    .recently-viewed-section .mb-slider .swatch-image img {
        max-width: 90%;
    }

.recently-viewed-section h3 {
    font-size: .875rem;
    text-align: left;
    margin-bottom: 1rem;
    font-family: NotoSans;
}

@media(min-width:992px) {
    .recently-viewed-section h3 {
        font-size: 2rem;
        text-align: center;
    }
}

.recently-viewed-section .swatch-link {
    max-width: 150px;
}

.recently-viewed-section .favorite:before {
    bottom: -4px;
    right: -6px;
}

.how-to--step {
    max-width: 450px;
    margin: 0 auto 1rem;
    padding: 1rem 0;
}

@media(min-width:992px) {
    .how-to--step {
        padding: 4rem 0;
    }
}

@media(min-width:992px) {
    .how-to--step {
        margin: 0;
        max-width: none;
    }
}

.how-to--img {
    padding: 0;
}

@media(min-width:992px) {
    .how-to--img {
        padding: 0 1rem;
    }
}

footer {
    background-color: #f7f8fa;
}

    footer nav {
        background-color: #af272f;
    }

@media(min-width:992px) {
    footer nav {
        padding: 3rem 0;
    }
}

footer nav .display-h5 {
    color: #fff;
}

@media(min-width:992px) {
    footer nav .display-h5 {
        margin-bottom: .75rem;
    }
}

footer nav li {
    margin-bottom: .75rem;
}

    footer nav li:last-child {
        margin-bottom: 0;
    }

footer nav a {
    color: #fff;
    font-size: .875rem;
    line-height: 1.2;
    text-decoration: none;
    font-family: NotoSans;
}

    footer nav a:hover {
        text-decoration: underline;
    }

.dropdown-container {
    padding-top: 0;
    padding-bottom: 1rem;
    border-top: 1px solid #858585;
    cursor: pointer;
}

@media(min-width:992px) {
    .dropdown-container {
        border-top: 0 none;
        cursor: default;
    }

        .dropdown-container .material-icons {
            display: none;
        }
}

.dropdown-container .footer-nav-trigger {
    padding-top: 1rem;
    padding-bottom: 0;
}

@media(min-width:992px) {
    .dropdown-container .footer-nav-trigger {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.dropdown-container .footer-nav-list {
    display: none;
}

@media(min-width:992px) {
    .dropdown-container .footer-nav-list {
        display: block;
        padding-bottom: 0;
    }
}

.dropdown-container.expand .footer-nav-trigger {
    margin-bottom: .75rem;
}

.dropdown-container.expand .footer-nav-list {
    display: block;
}

.dropdown-container .dropdown-title {
    display: inline-block;
    margin-top: .25rem;
}

.dropdown-container .material-icons {
    float: right;
}

.footer-item {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
    border-bottom: 1px solid #cacaca;
}

    .footer-item p {
        margin-bottom: .5rem;
    }

    .footer-item .display-h5, .footer-item label {
        margin: 0 auto;
    }

    .footer-item .social-icons {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-top: 1.5rem;
    }

        .footer-item .social-icons li {
            display: inline;
            font-size: 20px;
            margin: 0 5px;
        }

            .footer-item .social-icons li a {
                color: #2a2e37;
                text-decoration: none;
            }

                .footer-item .social-icons li a i:hover {
                    color: #af272f;
                }

    .footer-item .label-email {
        display: block;
        width: calc(100% - 75px);
        float: left;
        margin: 0;
    }

        .footer-item .label-email input {
            width: 100%;
            height: 36px;
            margin: 0;
            -webkit-appearance: none;
            border-right: 0;
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
        }

        .footer-item .label-email .btn-submit-small {
            width: 75px;
            height: 36px;
        }

@media(min-width:992px) {
    .footer-item {
        border-bottom: 0 none;
    }

        .footer-item:nth-child(1) {
            order: 1;
        }

        .footer-item:nth-child(2) {
            order: 3;
        }

        .footer-item:nth-child(3) {
            order: 2;
        }
}

.footer-legal {
    padding: 2rem 0;
    text-align: center;
}

    .footer-legal img {
        display: inline-block;
        max-width: 60px;
        margin-bottom: 1rem;
    }

    .footer-legal p {
        font-size: .6875rem;
        max-width: none;
    }

    .footer-legal a {
        color: #4f4f4f;
        text-decoration: none;
    }

        .footer-legal a:hover {
            text-decoration: underline;
        }

@media(min-width:992px) {
    .footer-legal {
        padding-top: 0;
    }

        .footer-legal .container-fluid {
            padding-top: 2rem;
            border-top: 1px solid #cacaca;
        }

        .footer-legal img {
            float: left;
            margin-right: 1rem;
        }

        .footer-legal p {
            text-align: left;
        }
}

.widget-youtube {
    margin: 2rem 0;
}

.widget-youtube-video {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.widget-youtube-caption {
    font-size: .875rem;
    padding-top: 10px;
}

    .widget-youtube-caption a {
        font-weight: bold;
        text-decoration: underline;
    }

    .widget-youtube-caption .caption-title {
        font-weight: 700;
    }

.widget-youtube iframe, .widget-youtube object, .widget-youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.color-palette {
    padding-bottom: 2rem;
    margin-top: 15px;
}

    .color-palette .btn {
        margin-top: 1rem;
    }

.collection--section + .color-palette {
    padding-top: 2rem;
}

.collection--img {
    margin: 0 auto;
}

@media(min-width:992px) {
    .collection--img .carousel-collection {
        display: flex;
    }

        .collection--img .carousel-collection .carousel-item {
            padding-right: .5rem;
        }
}

.collection--content {
    margin-top: 4rem;
}

@media(min-width:992px) {
    .collection--content {
        position: absolute;
        bottom: 2rem;
        left: 2rem;
        max-width: 225px;
        background-color: #fff;
        padding: 2rem 1rem;
        margin-top: 0;
    }

        .collection--content .collection-right {
            right: 2rem;
        }

        .collection--content p {
            font-size: .75rem;
        }

        .collection--content .article--title {
            font-size: 1.5rem;
            margin-bottom: .5rem;
        }

        .collection--content.box-right {
            left: auto;
            right: 2rem;
        }
}

@media(min-width:992px) {
    .collection-right {
        left: inherit;
        right: 2.5rem;
    }
}

.general-content {
    padding: 1rem 0;
}

@media(min-width:992px) {
    .general-content {
        padding: 4rem 0;
    }
}

.general-content p + p {
    margin-top: 1rem;
}

@media(min-width:992px) {
    .description-list {
        max-width: 250px;
        float: left;
    }
}

dl {
    margin-right: 1rem;
}

    dl dt {
        color: #747474;
        font-weight: 700;
        font-size: .875rem;
        margin-bottom: .25rem;
    }

    dl dd {
        font-size: .875rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

        dl dd:last-child {
            margin-bottom: 2rem;
        }

@media(min-width:992px) {
    dl dd:last-child {
        margin-bottom: 1rem;
    }
}

.color-rect {
    display: block;
    float: left;
    height: 57px;
    width: 33.33333%;
    border: 1px solid #fff;
}

.color-rect-tip {
    display: none;
}

@media(min-width:768px) {
    .color-rect {
        width: 8.33333333%;
    }
}

@media(min-width:992px) {
    .color-rect {
        position: relative;
        height: 28px;
        width: 3.333333335%;
    }

    .color-rect-tip {
        position: absolute;
        background-color: #fff;
        padding: 15px;
        top: -115px;
        left: 26px;
        z-index: 2;
        min-width: 200px;
        box-shadow: 0 0 5px rgba(0,0,0,.6);
    }

        .color-rect-tip:before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 40px 12.5px 0 12.5px;
            border-color: #fff transparent transparent transparent;
            position: absolute;
            bottom: -32px;
            left: -11px;
            -moz-transform: rotate(29deg);
            -ms-transform: rotate(29deg);
            -o-transform: rotate(29deg);
            -webkit-transform: rotate(29deg);
            transform: rotate(29deg);
        }

    .color-rect:nth-child(-n+120) .color-rect-tip {
        top: auto;
        bottom: -115px;
        left: 25px;
    }

        .color-rect:nth-child(-n+120) .color-rect-tip:before {
            bottom: auto;
            top: -32px;
            left: 1px;
            -moz-transform: translateX(-50%) rotate(152deg);
            -ms-transform: translateX(-50%) rotate(152deg);
            -o-transform: translateX(-50%) rotate(152deg);
            -webkit-transform: translateX(-50%) rotate(152deg);
            transform: translateX(-50%) rotate(152deg);
        }

    .color-rect:nth-child(30n+11) .color-rect-tip {
        left: -82px;
    }

        .color-rect:nth-child(30n+11) .color-rect-tip:before {
            bottom: -30px;
            left: 50%;
            -moz-transform: rotate(0) translateX(-50%);
            -ms-transform: rotate(0) translateX(-50%);
            -o-transform: rotate(0) translateX(-50%);
            -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
        }

    .color-rect:nth-child(30n+11):nth-child(-n+120) .color-rect-tip:before {
        bottom: auto;
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
        top: -27px;
        left: 50%;
    }

    .color-rect:nth-child(30n+12) .color-rect-tip {
        left: -82px;
    }

        .color-rect:nth-child(30n+12) .color-rect-tip:before {
            bottom: -30px;
            left: 50%;
            -moz-transform: rotate(0) translateX(-50%);
            -ms-transform: rotate(0) translateX(-50%);
            -o-transform: rotate(0) translateX(-50%);
            -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
        }

    .color-rect:nth-child(30n+12):nth-child(-n+120) .color-rect-tip:before {
        bottom: auto;
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
        top: -27px;
        left: 50%;
    }

    .color-rect:nth-child(30n+13) .color-rect-tip {
        left: -82px;
    }

        .color-rect:nth-child(30n+13) .color-rect-tip:before {
            bottom: -30px;
            left: 50%;
            -moz-transform: rotate(0) translateX(-50%);
            -ms-transform: rotate(0) translateX(-50%);
            -o-transform: rotate(0) translateX(-50%);
            -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
        }

    .color-rect:nth-child(30n+13):nth-child(-n+120) .color-rect-tip:before {
        bottom: auto;
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
        top: -27px;
        left: 50%;
    }

    .color-rect:nth-child(30n+14) .color-rect-tip {
        left: -82px;
    }

        .color-rect:nth-child(30n+14) .color-rect-tip:before {
            bottom: -30px;
            left: 50%;
            -moz-transform: rotate(0) translateX(-50%);
            -ms-transform: rotate(0) translateX(-50%);
            -o-transform: rotate(0) translateX(-50%);
            -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
        }

    .color-rect:nth-child(30n+14):nth-child(-n+120) .color-rect-tip:before {
        bottom: auto;
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
        top: -27px;
        left: 50%;
    }

    .color-rect:nth-child(30n+15) .color-rect-tip {
        left: -82px;
    }

        .color-rect:nth-child(30n+15) .color-rect-tip:before {
            bottom: -30px;
            left: 50%;
            -moz-transform: rotate(0) translateX(-50%);
            -ms-transform: rotate(0) translateX(-50%);
            -o-transform: rotate(0) translateX(-50%);
            -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
        }

    .color-rect:nth-child(30n+15):nth-child(-n+120) .color-rect-tip:before {
        bottom: auto;
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
        top: -27px;
        left: 50%;
    }

    .color-rect:nth-child(30n+16) .color-rect-tip {
        left: -82px;
    }

        .color-rect:nth-child(30n+16) .color-rect-tip:before {
            bottom: -30px;
            left: 50%;
            -moz-transform: rotate(0) translateX(-50%);
            -ms-transform: rotate(0) translateX(-50%);
            -o-transform: rotate(0) translateX(-50%);
            -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
        }

    .color-rect:nth-child(30n+16):nth-child(-n+120) .color-rect-tip:before {
        bottom: auto;
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
        top: -27px;
        left: 50%;
    }

    .color-rect:nth-child(30n+17) .color-rect-tip {
        left: -82px;
    }

        .color-rect:nth-child(30n+17) .color-rect-tip:before {
            bottom: -30px;
            left: 50%;
            -moz-transform: rotate(0) translateX(-50%);
            -ms-transform: rotate(0) translateX(-50%);
            -o-transform: rotate(0) translateX(-50%);
            -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
        }

    .color-rect:nth-child(30n+17):nth-child(-n+120) .color-rect-tip:before {
        bottom: auto;
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
        top: -27px;
        left: 50%;
    }

    .color-rect:nth-child(30n+18) .color-rect-tip {
        left: -82px;
    }

        .color-rect:nth-child(30n+18) .color-rect-tip:before {
            bottom: -30px;
            left: 50%;
            -moz-transform: rotate(0) translateX(-50%);
            -ms-transform: rotate(0) translateX(-50%);
            -o-transform: rotate(0) translateX(-50%);
            -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
        }

    .color-rect:nth-child(30n+18):nth-child(-n+120) .color-rect-tip:before {
        bottom: auto;
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
        top: -27px;
        left: 50%;
    }

    .color-rect:nth-child(30n+19) .color-rect-tip {
        left: -82px;
    }

        .color-rect:nth-child(30n+19) .color-rect-tip:before {
            bottom: -30px;
            left: 50%;
            -moz-transform: rotate(0) translateX(-50%);
            -ms-transform: rotate(0) translateX(-50%);
            -o-transform: rotate(0) translateX(-50%);
            -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
        }

    .color-rect:nth-child(30n+19):nth-child(-n+120) .color-rect-tip:before {
        bottom: auto;
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
        top: -27px;
        left: 50%;
    }

    .color-rect:nth-child(30n+20) .color-rect-tip {
        left: -82px;
    }

        .color-rect:nth-child(30n+20) .color-rect-tip:before {
            bottom: -30px;
            left: 50%;
            -moz-transform: rotate(0) translateX(-50%);
            -ms-transform: rotate(0) translateX(-50%);
            -o-transform: rotate(0) translateX(-50%);
            -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
        }

    .color-rect:nth-child(30n+20):nth-child(-n+120) .color-rect-tip:before {
        bottom: auto;
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
        top: -27px;
        left: 50%;
    }

    .color-rect:nth-child(30n+21) .color-rect-tip {
        left: -190px;
    }

        .color-rect:nth-child(30n+21) .color-rect-tip:before {
            left: auto;
            right: -11px;
            -moz-transform: rotate(-29deg);
            -ms-transform: rotate(-29deg);
            -o-transform: rotate(-29deg);
            -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
        }

    .color-rect:nth-child(30n+21):nth-child(-n+120) .color-rect-tip:before {
        -moz-transform: rotate(208deg);
        -ms-transform: rotate(208deg);
        -o-transform: rotate(208deg);
        -webkit-transform: rotate(208deg);
        transform: rotate(208deg);
        right: -11px;
        left: auto;
        top: -30px;
    }

    .color-rect:nth-child(30n+22) .color-rect-tip {
        left: -190px;
    }

        .color-rect:nth-child(30n+22) .color-rect-tip:before {
            left: auto;
            right: -11px;
            -moz-transform: rotate(-29deg);
            -ms-transform: rotate(-29deg);
            -o-transform: rotate(-29deg);
            -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
        }

    .color-rect:nth-child(30n+22):nth-child(-n+120) .color-rect-tip:before {
        -moz-transform: rotate(208deg);
        -ms-transform: rotate(208deg);
        -o-transform: rotate(208deg);
        -webkit-transform: rotate(208deg);
        transform: rotate(208deg);
        right: -11px;
        left: auto;
        top: -30px;
    }

    .color-rect:nth-child(30n+23) .color-rect-tip {
        left: -190px;
    }

        .color-rect:nth-child(30n+23) .color-rect-tip:before {
            left: auto;
            right: -11px;
            -moz-transform: rotate(-29deg);
            -ms-transform: rotate(-29deg);
            -o-transform: rotate(-29deg);
            -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
        }

    .color-rect:nth-child(30n+23):nth-child(-n+120) .color-rect-tip:before {
        -moz-transform: rotate(208deg);
        -ms-transform: rotate(208deg);
        -o-transform: rotate(208deg);
        -webkit-transform: rotate(208deg);
        transform: rotate(208deg);
        right: -11px;
        left: auto;
        top: -30px;
    }

    .color-rect:nth-child(30n+24) .color-rect-tip {
        left: -190px;
    }

        .color-rect:nth-child(30n+24) .color-rect-tip:before {
            left: auto;
            right: -11px;
            -moz-transform: rotate(-29deg);
            -ms-transform: rotate(-29deg);
            -o-transform: rotate(-29deg);
            -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
        }

    .color-rect:nth-child(30n+24):nth-child(-n+120) .color-rect-tip:before {
        -moz-transform: rotate(208deg);
        -ms-transform: rotate(208deg);
        -o-transform: rotate(208deg);
        -webkit-transform: rotate(208deg);
        transform: rotate(208deg);
        right: -11px;
        left: auto;
        top: -30px;
    }

    .color-rect:nth-child(30n+25) .color-rect-tip {
        left: -190px;
    }

        .color-rect:nth-child(30n+25) .color-rect-tip:before {
            left: auto;
            right: -11px;
            -moz-transform: rotate(-29deg);
            -ms-transform: rotate(-29deg);
            -o-transform: rotate(-29deg);
            -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
        }

    .color-rect:nth-child(30n+25):nth-child(-n+120) .color-rect-tip:before {
        -moz-transform: rotate(208deg);
        -ms-transform: rotate(208deg);
        -o-transform: rotate(208deg);
        -webkit-transform: rotate(208deg);
        transform: rotate(208deg);
        right: -11px;
        left: auto;
        top: -30px;
    }

    .color-rect:nth-child(30n+26) .color-rect-tip {
        left: -190px;
    }

        .color-rect:nth-child(30n+26) .color-rect-tip:before {
            left: auto;
            right: -11px;
            -moz-transform: rotate(-29deg);
            -ms-transform: rotate(-29deg);
            -o-transform: rotate(-29deg);
            -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
        }

    .color-rect:nth-child(30n+26):nth-child(-n+120) .color-rect-tip:before {
        -moz-transform: rotate(208deg);
        -ms-transform: rotate(208deg);
        -o-transform: rotate(208deg);
        -webkit-transform: rotate(208deg);
        transform: rotate(208deg);
        right: -11px;
        left: auto;
        top: -30px;
    }

    .color-rect:nth-child(30n+27) .color-rect-tip {
        left: -190px;
    }

        .color-rect:nth-child(30n+27) .color-rect-tip:before {
            left: auto;
            right: -11px;
            -moz-transform: rotate(-29deg);
            -ms-transform: rotate(-29deg);
            -o-transform: rotate(-29deg);
            -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
        }

    .color-rect:nth-child(30n+27):nth-child(-n+120) .color-rect-tip:before {
        -moz-transform: rotate(208deg);
        -ms-transform: rotate(208deg);
        -o-transform: rotate(208deg);
        -webkit-transform: rotate(208deg);
        transform: rotate(208deg);
        right: -11px;
        left: auto;
        top: -30px;
    }

    .color-rect:nth-child(30n+28) .color-rect-tip {
        left: -190px;
    }

        .color-rect:nth-child(30n+28) .color-rect-tip:before {
            left: auto;
            right: -11px;
            -moz-transform: rotate(-29deg);
            -ms-transform: rotate(-29deg);
            -o-transform: rotate(-29deg);
            -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
        }

    .color-rect:nth-child(30n+28):nth-child(-n+120) .color-rect-tip:before {
        -moz-transform: rotate(208deg);
        -ms-transform: rotate(208deg);
        -o-transform: rotate(208deg);
        -webkit-transform: rotate(208deg);
        transform: rotate(208deg);
        right: -11px;
        left: auto;
        top: -30px;
    }

    .color-rect:nth-child(30n+29) .color-rect-tip {
        left: -190px;
    }

        .color-rect:nth-child(30n+29) .color-rect-tip:before {
            left: auto;
            right: -11px;
            -moz-transform: rotate(-29deg);
            -ms-transform: rotate(-29deg);
            -o-transform: rotate(-29deg);
            -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
        }

    .color-rect:nth-child(30n+29):nth-child(-n+120) .color-rect-tip:before {
        -moz-transform: rotate(208deg);
        -ms-transform: rotate(208deg);
        -o-transform: rotate(208deg);
        -webkit-transform: rotate(208deg);
        transform: rotate(208deg);
        right: -11px;
        left: auto;
        top: -30px;
    }

    .color-rect:nth-child(30n+30) .color-rect-tip {
        left: -190px;
    }

        .color-rect:nth-child(30n+30) .color-rect-tip:before {
            left: auto;
            right: -11px;
            -moz-transform: rotate(-29deg);
            -ms-transform: rotate(-29deg);
            -o-transform: rotate(-29deg);
            -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
        }

    .color-rect:nth-child(30n+30):nth-child(-n+120) .color-rect-tip:before {
        -moz-transform: rotate(208deg);
        -ms-transform: rotate(208deg);
        -o-transform: rotate(208deg);
        -webkit-transform: rotate(208deg);
        transform: rotate(208deg);
        right: -11px;
        left: auto;
        top: -30px;
    }

    .color-rect-inner {
        height: 70px;
        width: 70px;
        display: inline-block;
    }

    .color-rect-text {
        display: inline-block;
        position: absolute;
        left: 85px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-left: 10px;
        max-width: 100px;
    }

        .color-rect-text h3 {
            margin: 0;
            font-size: .75rem;
            line-height: 1;
        }

        .color-rect-text .color-rect-code {
            font-size: .75rem;
            color: #747474;
        }
}

@media(min-width:1200px) {
    .color-rect {
        height: 35px;
    }
}

.tags-list {
    margin: 2rem auto;
}

.tags-tag-item {
    margin-bottom: 1rem;
}

    .tags-tag-item .card-body .card-subtitle {
        display: none;
    }

    .tags-tag-item .card-body .card-link {
        display: none;
    }

.slider {
    display: flex;
    flex-wrap: nowrap;
}

.slider-container {
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

@media(min-width:992px) {
    .slider-container {
        overflow: visible;
    }
}

.slider-item {
    width: 250px;
    padding: 0 .5rem;
}

@media(min-width:992px) {
    .slider-item {
        width: 20%;
    }
}

.product-filter-group {
    padding: 1rem 0;
    border-bottom: 1px solid #f4f4f4;
}

    .product-filter-group:first-of-type {
        border-top: 1px solid #f4f4f4;
    }

@media(max-width:991.98px) {
    .product-filter-group {
        padding: 0;
        border: none;
        float: left;
    }
}

.product-filter-title {
    font-size: .75rem;
    margin-bottom: .5rem;
}

    .product-filter-title .btn {
        float: right;
        padding: 0;
        margin-top: -.5rem;
    }

@media(max-width:991.98px) {
    .product-filter-title -filter {
        display: none;
    }
}

.product-filter-item {
    display: block;
    font-size: .75rem;
    padding: .25rem 0;
}

@media(max-width:991.98px) {
    .product-filter-item {
        float: left;
        padding: 10px 15px;
        border: 1px solid #e1e1e1;
        margin: 0 3px 3px 0;
        border-radius: 20px;
    }

        .product-filter-item.mobile-selected {
            background-color: #2a7ab0;
            color: #fff;
            border-color: #2a7ab0;
        }

        .product-filter-item input {
            display: none;
        }
}

.discontinued-product {
    filter: grayscale(100%);
}

    .discontinued-product img {
        opacity: .3;
    }

    .discontinued-product .center-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 35px;
    }

    .discontinued-product.mobile-container .center-text {
        font-size: 15px;
        color: #2a2e37;
        font-weight: 700;
        top: 35%;
        left: 20%;
    }

@media(min-width:768px) {
    .discontinued-product.mobile-container .center-text {
        top: 35%;
        left: 50%;
        font-size: 20px;
    }
}

#search-colors-form {
    position: relative;
    margin: auto;
    padding: 0 1rem;
    max-width: 680px;
    margin: auto;
}

    #search-colors-form label {
        color: #fff;
        font-weight: 700;
        font-size: 1.25rem;
        text-transform: none;
        padding-bottom: 3rem;
    }

    #search-colors-form input[type="search"] {
        border-radius: 3px;
        padding: 1rem;
    }

    #search-colors-form H1 {
        color: #fff;
        font-size: 1.25rem;
        text-align: center;
        padding: 3rem 0 1rem 0;
    }

@media(min-width:992px) {
    #search-colors-form H1 {
        font-size: 1.5rem;
    }
}

#order-swatch-step1 {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

#order-swatch-form-swatches {
    padding-top: 2.5rem;
}

.ui-menu .order-swatch-li:nth-child(even) {
    background-color: #f5f5f5;
}

.ui-menu .add-color {
    display: block;
    text-align: left;
    width: 100%;
    background: none;
    border: 0 none;
    padding: .5rem;
    position: relative;
    padding-left: 3rem;
    cursor: pointer;
}

.ui-menu .swatch-name, .ui-menu .swatch-number {
    text-align: left;
}

.ui-menu .swatch-name {
    float: left;
    margin-left: 42px;
}

.ui-menu .swatch-number {
    margin-top: 0;
}

.ui-menu .search-color-add {
    color: #189acb;
    font-family: NotoSans;
    float: right;
    margin-top: .5rem;
}

.product-detail {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media(min-width:992px) {
    .product-detail {
        padding-top: 4rem;
    }
}

.product-detail h1 {
    font-size: 1.25rem;
    text-transform: capitalize;
    font-family: NotoSans;
}

@media(min-width:768px) {
    .product-detail h1 {
        font-size: 2rem;
    }
}

.product-detail .cta-container {
    border-top: 1px solid #e5e5e5;
    padding: 1rem 0;
    margin: 1rem 0;
}

.product-detail .content-left {
    margin-bottom: 15px;
}

@media(min-width:992px) {
    .product-detail .content-left {
        margin-bottom: none;
        width: 40%;
    }
}

@media(min-width:992px) {
    .product-detail .content-right {
        width: 60%;
    }
}

.product-detail .carousel-container {
    margin-bottom: 15px;
}

.product-detail .carousel-no-dots li {
    background: #f5f5f5;
}

    .product-detail .carousel-no-dots li img {
        width: 80%;
        max-width: 400px;
        margin: 0 auto;
    }

@media(min-width:768px) {
    .product-detail .carousel-no-dots li img {
        width: 100%;
    }
}

.product-detail .cta-anchors {
    margin: 1rem 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1rem;
}

    .product-detail .cta-anchors .btn {
        width: auto;
        display: inline-block;
        padding: .25rem 1rem;
        border-left: 1px solid #e5e5e5;
    }

    .product-detail .cta-anchors .btn-text {
        font-size: .7rem;
    }

@media(min-width:768px) {
    .product-detail .cta-anchors .btn-text {
        font-size: .875rem;
    }
}

.product-detail .cta-anchors .btn:first-child {
    border: none;
    padding: .25rem 1rem .25rem 0;
}

.product-detail li.ui-menu-item {
    background-color: #fff;
}

.product-detail #selected-instructions {
    display: block;
    font-size: .8em;
    font-style: italic;
    color: #aaa;
    padding: 7px 0;
}

.product-detail .product-matrix {
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #e5e5e5;
}

    .product-detail .product-matrix .editable-item-title {
        margin-bottom: 5px;
        display: block;
        height: 20px;
    }

.product-detail .product-matrix-color-current {
    padding: 0 15px;
    position: relative;
    width: 100%;
}

@media(min-width:768px) {
    .product-detail .product-matrix-color-current {
        float: left;
        width: 50%;
    }
}

.product-detail .product-matrix-color-current.full {
    width: 100%;
}

.product-detail .product-matrix-color-current input {
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    border: 1px solid #999;
}

    .product-detail .product-matrix-color-current input:focus {
        outline: none;
    }

.product-detail .product-matrix-color-current .active-color {
    position: absolute;
    top: 25px;
    background: #fff;
    height: 50px;
    width: calc(100% - 30px);
    padding: 3px;
    border: 1px solid #999;
}

    .product-detail .product-matrix-color-current .active-color img {
        float: left;
        height: 35px;
        width: 35px;
        margin: 5px 5px;
    }

    .product-detail .product-matrix-color-current .active-color div {
        font-size: .85em;
        font-weight: 600;
        padding-top: 7px;
        margin: 0 25px 0 50px;
    }

        .product-detail .product-matrix-color-current .active-color div #selected-colorname {
            display: block;
            color: #333;
            line-height: 1.2em;
        }

        .product-detail .product-matrix-color-current .active-color div #selected-colornumber {
            display: block;
            color: #999;
        }

    .product-detail .product-matrix-color-current .active-color .material-icons {
        display: block;
        float: right;
        font-size: 20px;
        color: #f00;
        margin: 12px 7px;
        cursor: pointer;
    }

.product-detail .product-matrix-color-selection {
    padding: 0 15px;
    width: 100%;
    margin-top: 1rem;
}

@media(min-width:768px) {
    .product-detail .product-matrix-color-selection {
        margin-top: 0;
        float: left;
        width: 50%;
    }
}

.product-detail .product-matrix-color-selection input {
    width: 100%;
    padding: 5px 10px;
    margin-top: 10px;
}

.product-detail .product-matrix-color-selection #recent-colors {
    margin: 10px -3px 0;
}

    .product-detail .product-matrix-color-selection #recent-colors .recent-color {
        cursor: pointer;
        width: 16.6666%;
        padding: 0 3px;
    }

.product-list .ui-selectmenu-button.ui-button {
    width: calc(100% - 110px);
    background: #fff;
}

@media(min-width:992px) {
    .product-list .ui-selectmenu-button.ui-button {
        width: 100%;
    }
}

.product-list .ui-menu .ui-menu-item {
    padding: 5px 0;
}

    .product-list .ui-menu .ui-menu-item:first-child {
        display: none;
    }

.product-matrix-color-current .ui-widget {
    font-size: 100%;
    font: NotoSans;
}

.product-matrix-color-current .ui-menu {
    background-color: #fff;
}

    .product-matrix-color-current .ui-menu a {
        display: block;
        padding: 6px 10px;
        font-size: .9em;
        border: 1px solid #e5e5e5;
        border-top: none;
        cursor: pointer;
    }

        .product-matrix-color-current .ui-menu a span.autocomplete-swatch {
            width: 27px;
            height: 27px;
            display: inline-block;
            float: left;
            margin-right: 7px;
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
        }

.product-bar {
    border-top: 1px solid #e5e5e5;
    margin-top: 1rem;
    padding: 1rem 0;
}

    .product-bar .display-h5 {
        font-size: .75rem;
        padding: .5rem;
    }

.product-bar-container {
    height: 15px;
    width: 100%;
    background-color: #ddd;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: .5rem;
}

    .product-bar-container .product-bar-level {
        height: 15px;
        border-radius: 25px;
        background: #2480c3;
        background: linear-gradient(to right,#2480c3 1%,#1aa2d6 100%);
    }

.level-1 {
    width: 10%;
}

.level-2 {
    width: 20%;
}

.level-3 {
    width: 30%;
}

.level-4 {
    width: 40%;
}

.level-5 {
    width: 50%;
}

.level-6 {
    width: 60%;
}

.level-7 {
    width: 70%;
}

.level-8 {
    width: 80%;
}

.level-9 {
    width: 90%;
}

.level-10 {
    width: 100%;
}

.product-available-at img {
    max-height: 50px;
}

.editable-item-container {
    margin-top: 1rem !important;
}

.editable-item {
    float: left;
    padding: 0 1rem;
    width: 50%;
    position: relative;
}

    .editable-item:nth-child(2) {
        border-left: 1px solid #e5e5e5;
    }

.editable-item-container {
    margin: 0 -1rem;
}

    .editable-item-container:after {
        content: "";
        display: table;
        clear: both;
    }

.editable-item-selected {
    font-size: .7rem;
    font-family: NotoSans;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .editable-item-selected {
        font-size: .875rem;
    }
}

.editable-item-title {
    color: #2a2e37;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: NotoSans;
}

.editable-item .btn {
    font-size: .75rem;
    padding: 0;
    margin-left: .5rem;
    width: auto;
}

.editable-item ul {
    position: absolute;
    z-index: 1000;
    top: calc(100% + 1rem);
    background: #fff;
    width: calc(100% - 1rem);
    border-top: 1px solid #e5e5e5;
}

    .editable-item ul li {
        padding: 10px 10px;
        font-size: .8em;
        border: 1px solid #e5e5e5;
        border-top: none;
        cursor: pointer;
    }

.product-details {
    background-color: #2a2e37;
    margin-top: 1rem;
}

@media(min-width:992px) {
    .product-details {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row-reverse;
        align-items: center;
    }
}

.product-details-content {
    padding-top: 1rem;
}

    .product-details-content h3, .product-details-content h4 {
        font-size: 1.75rem;
        font-family: NotoSans;
        font-weight: 700;
        margin-bottom: .5rem;
    }

    .product-details-content h4 {
        font-size: 1rem;
    }

    .product-details-content p {
        margin-bottom: 1.5rem;
    }

    .product-details-content ul {
        padding-left: 20px;
        list-style: outside;
        margin-bottom: 1.5rem;
    }

    .product-details-content li {
        margin-bottom: .5rem;
    }

    .product-details-content small {
        display: block;
        font-size: .7rem;
        margin-bottom: .5rem;
    }

@media(min-width:992px) {
    .product-details .product-details-image {
        width: 40%;
    }
}

.product-details .product-details-image img {
    display: block;
    width: 100%;
}

.product-specs h3 {
    text-transform: none;
    margin-bottom: .5rem;
}

.product-specs p {
    margin-bottom: 1.5rem;
}

.list {
    padding-left: 20px;
    list-style: outside;
}

    .list li {
        margin-bottom: .5rem;
    }

.template-product-filter {
    padding-top: 2rem;
}

    .template-product-filter h4 {
        font-family: NotoSans;
    }

    .template-product-filter .mobile-filter-hide {
        display: none;
    }

@media(min-width:992px) {
    .template-product-filter .mobile-filter-hide {
        display: block;
    }
}

.template-product-filter .mobile-scroll {
    overflow-y: auto;
    padding-bottom: 15px;
    margin-bottom: 10px;
    height: 55px;
}

@media(min-width:992px) {
    .template-product-filter .mobile-scroll {
        overflow-y: initial;
        height: auto;
    }
}

.template-product-filter .all-filters {
    width: 7500px;
}

@media(min-width:992px) {
    .template-product-filter .all-filters {
        width: auto;
    }
}

@media(min-width:992px) {
    .template-product-filter {
        padding-top: 4rem;
    }
}

.template-product-filter-title {
    border-bottom: 1px solid #efefef;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

    .template-product-filter-title:after {
        content: "";
        display: table;
        clear: both;
    }

    .template-product-filter-title h1 {
        float: left;
        font-size: 1rem;
        font-family: NotoSans;
    }

    .template-product-filter-title h3 {
        font-size: 1.5rem;
        font-family: NotoSans;
    }

    .template-product-filter-title p {
        float: right;
        font-family: NotoSans;
        text-transform: uppercase;
        color: #a0a0a0;
    }

.template-product-filter .swatch-wrapper {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}

.template-product-filter .swatch-product {
    background-size: 250%;
    background-position: center center;
}

@media(min-width:992px) {
    .template-product-filter .swatch-product {
        max-width: 50%;
    }
}

.template-product-filter .swatch-product .background--dark .swatch-title, .template-product-filter .swatch-product .background--dark .swatch-name, .template-product-filter .swatch-product .background--dark .swatch-number {
    color: #fff;
}

.template-product-filter .subbrand-title {
    margin-bottom: 20px;
}

    .template-product-filter .subbrand-title h2 {
        font-size: 1.3em;
        color: #666;
    }

    .template-product-filter .subbrand-title p {
        margin: 5px 0;
        color: #2a7ab0;
        cursor: pointer;
        font-size: .85em;
    }

        .template-product-filter .subbrand-title p:hover {
            text-decoration: underline;
        }

.product-card-container {
    padding: 15px;
    transition: .3s ease-out;
}

@media(min-width:992px) {
    .product-card-container:hover {
        box-shadow: 0 0 7px 0 rgba(0,0,0,.3);
    }
}

.accordion-title {
    width: 100%;
    background-color: #f6f6f6;
    border: 0 none;
    font-size: 1rem;
    font-family: NotoSans;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 1.5rem 0;
    border: 2px solid #fff;
    border-left: 0 none;
    border-right: 0 none;
    cursor: pointer;
}

@media(min-width:992px) {
    .accordion-title {
        font-size: 2rem;
    }

        .accordion-title .material-icons {
            font-size: 2rem;
        }
}

.accordion-title:focus {
    outline: none;
}

.accordion-title.active {
    color: #fff;
    background-color: #2a2e37;
}

    .accordion-title.active .material-icons {
        transform: rotateX(180deg);
    }

.active + .accordion-section {
    padding: 2rem 0;
}

.filter-color-family:after {
    content: "";
    display: table;
    clear: both;
}

.filter-color-family p {
    font-size: 1.5rem;
    font-family: NotoSans;
    color: #2a2e37;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.filter-color-family a {
    cursor: pointer;
}

.filter-color-family--small {
    padding-top: 1rem;
    transition-duration: .3s;
}

    .filter-color-family--small .family-name {
        visibility: hidden;
    }

@media(min-width:992px) {
    .filter-color-family--small {
        padding: 2rem 0;
    }

        .filter-color-family--small .family-name {
            visibility: visible;
        }
}

.filter-color-family--small + .article-section {
    padding-top: 0 !important;
}

.filter-color-family--small .active {
    position: relative;
}

    .filter-color-family--small .active:after {
        content: 'done';
        color: #fff;
        font-family: 'Material Icons';
        font-style: normal;
        font-size: 32px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -28px;
        margin-left: -15px;
    }

    .filter-color-family--small .active img {
        transform: scale(1.1);
    }

        .filter-color-family--small .active img:hover {
            transform: scale(1.1);
        }

    .filter-color-family--small .active .family-name {
        display: block;
        margin-top: 1rem;
        color: #052a3f;
        opacity: .7;
        font-family: NotoSans;
    }

.filter-color-family-slider {
    overflow-x: scroll;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    height: 120px;
}

@media(min-width:992px) {
    .filter-color-family-slider {
        height: auto;
        overflow: visible;
    }
}

ul.filter-color-family-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: stretch;
    list-style: none;
    width: 1000px;
    height: 100px;
}

.filter-color-family--small ul.filter-color-family-list {
    align-items: center;
}

@media(min-width:992px) {
    .filter-color-family--small ul.filter-color-family-list {
        align-items: baseline;
    }
}

@media(min-width:992px) {
    ul.filter-color-family-list {
        width: auto;
        height: auto;
    }
}

ul.filter-color-family-list li {
    text-align: center;
}

ul.filter-color-family-list a {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #2a2e37;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

    ul.filter-color-family-list a img {
        display: block;
        max-width: 85px;
        margin: 0 auto .5rem;
    }

        ul.filter-color-family-list a img:hover {
            transition-duration: .3s;
            transform: scale(1.1);
        }

ul.filter-color-family-list-large {
    background: #f4f4f4;
    padding: 1rem 0;
    list-style: none;
}

    ul.filter-color-family-list-large:after {
        content: "";
        display: table;
        clear: both;
    }

@media(min-width:992px) {
    ul.filter-color-family-list-large {
        padding: 0;
        padding-bottom: 4rem;
        background: none;
    }
}

ul.filter-color-family-list-large li {
    float: left;
    text-align: center;
    width: 50%;
    padding: .5rem;
}

@media(min-width:992px) {
    ul.filter-color-family-list-large li {
        max-width: calc(19%);
        padding: 0;
    }

        ul.filter-color-family-list-large li:nth-child(3n+1), ul.filter-color-family-list-large li:nth-child(6), ul.filter-color-family-list-large li:nth-child(11) {
            clear: none;
        }
}

ul.filter-color-family-list-large a {
    display: block;
    color: #000;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

    ul.filter-color-family-list-large a.text-light {
        color: #fff !important;
    }

    ul.filter-color-family-list-large a .family-name {
        width: 100%;
        font-size: 1rem;
        font-family: NotoSans;
        position: absolute;
        top: 50%;
        left: 0;
        margin: -8px auto 0;
        opacity: .7;
        font-weight: 900;
        cursor: pointer;
    }

    ul.filter-color-family-list-large a .see-all-colors {
        margin: -14px auto 0;
    }

    ul.filter-color-family-list-large a img {
        display: block;
        margin: 0 auto;
    }

.filter-color-family-container {
    margin-top: 1rem;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    overflow: hidden;
}

@media(min-width:992px) {
    .filter-color-family-container {
        box-shadow: none;
    }
}

.filter-color-family-container h2 {
    margin: 0;
    font-size: 1.25rem;
}

.filter-color-family-container p {
    text-align: center;
    margin-top: .5rem;
}

.filter-color-family-list-hover {
    transition: all .3s ease-in-out;
    opacity: 1;
}

.filter-color-family-list-no-hover {
    transition: all .3s ease-in-out;
    opacity: .5;
}

.mb-slider {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    left: 0;
    transition: left .2s ease-in-out;
}

@media(min-width:992px) {
    .mb-slider {
        justify-content: center;
    }
}

.mb-slider-container {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 .5rem .5rem;
    position: relative;
    padding-left: 0;
}

@media(min-width:992px) {
    .mb-slider-container {
        overflow: hidden;
        width: 100%;
    }
}

table.mobile-ready {
    width: 100%;
    font-size: .875rem;
}

    table.mobile-ready thead {
        display: none;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 1px solid #ebebeb;
    }

@media(min-width:992px) {
    table.mobile-ready thead {
        display: table-row-group;
    }
}

table.mobile-ready tr:nth-child(even) {
    background-color: #ebebeb;
}

table.mobile-ready td {
    display: block;
    padding: .75rem;
}

    table.mobile-ready td:before {
        content: attr(data-title);
        display: inline-block;
        width: 100px;
        font-weight: 700;
        text-transform: uppercase;
    }

@media(min-width:992px) {
    table.mobile-ready td {
        display: table-cell;
    }

        table.mobile-ready td:before {
            display: none;
        }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-top: 1rem;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: '';
                width: 15px;
                height: 15px;
                text-align: center;
                background-color: #747474;
                border-radius: 10px;
            }

        .slick-dots li.slick-active button:before {
            background-color: #af272f;
        }

.p-0 {
    padding: 0 !important;
}

@media(max-width:991.98px) {
    .sm-p-0 {
        padding: 0 !important;
    }
}

.store-color {
    background-color: #af272f;
}

.dealer-color {
    background-color: #2a2e37;
}

.designer-color {
    background-color: #2a2e37;
}

.retailer-color {
    background-color: #f08237;
}

.store {
    overflow-x: hidden;
    padding-top: 2rem;
}

    .store hr {
        margin: 10px 0;
        border: 1px solid #e5e5e5;
    }

    .store a {
        font-weight: 700;
        text-decoration: none;
    }

    .store h1 {
        font-size: 2rem;
        font-family: NotoSans;
    }

    .store .store-header {
        margin-bottom: 30px;
    }

        .store .store-header .material-icons {
            font-size: 16px;
            margin-right: 5px;
            margin-bottom: 3px;
        }

        .store .store-header .search-icon {
            background: none;
            border: 0 none;
            position: absolute;
            top: 50%;
            margin-top: -12px;
        }

        .store .store-header p {
            color: #2a2e37;
        }

    .store .store-search {
        background-color: #af272f;
        color: #fff;
        margin-left: -94px;
        position: relative;
        z-index: 1;
        height: 40px;
        width: auto;
        height: 40px;
    }

@media(min-width:768px) {
    .store .store-search {
        margin-left: -54px;
    }
}

.store .location-search {
    width: 96%;
}

.store .store-search:hover {
    background-color: #af272f !important;
    color: #fff !important;
}

.store .store-search-field {
    display: inline;
    width: 94%;
    margin: 1rem 0;
    font-size: 16px;
    padding: .5rem;
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    height: 40px;
    font-size: 14px;
}

.store .store-list {
    padding: 10px;
}

    .store .store-list .store-details {
        -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.13);
        -moz-box-shadow: 0 1px 10px 0 rgba(0,0,0,.13);
        box-shadow: 0 1px 10px 0 rgba(0,0,0,.13);
        padding: 15px;
        padding-bottom: 0;
        border-radius: 10px;
        margin-bottom: 10px;
    }

        .store .store-list .store-details .store-number {
            color: #fff;
            padding: 0;
            padding-left: 8px;
        }

            .store .store-list .store-details .store-number p {
                height: 25px;
                width: 25px;
                position: absolute;
                top: 5%;
                transform: translate(-50%,-50%);
                border-radius: 50px;
                font-size: 14px;
                color: #fff;
                margin-left: 10px;
            }

                .store .store-list .store-details .store-number p span {
                    left: 8px;
                    position: absolute;
                }

    .store .store-list .store-details-image {
        padding-left: 5px;
    }

        .store .store-list .store-details-image h2 {
            font-size: 12px;
            font-family: NotoSans;
        }

    .store .store-list .store-details p + a {
        margin-top: 5px;
    }

    .store .store-list .store-details .store-info .store-address {
        display: inline;
    }

    .store .store-list .store-details .store-info p {
        display: block;
        font-size: 13px;
        line-height: 1.3;
    }

    .store .store-list .store-details .store-info .store-hours {
        margin-top: 5px;
    }

    .store .store-list .store-details .store-info .store-img {
        object-fit: contain;
        height: 75px;
        width: 75px;
        float: left;
        margin-right: 5px;
    }

    .store .store-list .store-details .store-distance {
        position: absolute;
        right: 15px;
        color: #2a2e37 !important;
        top: 0;
    }

    .store .store-list .store-details .store-open {
        font-weight: 900;
        color: #2a2e37;
        font-family: NotoSans;
    }

    .store .store-list .store-details .store-list-actions {
        margin-top: 10px;
    }

    .store .store-list .hours-dropdown {
        display: none;
    }

.store .loading {
    margin: 0 auto;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: .4rem solid rgba(0,0,0,.2);
    border-top-color: #323232;
    animation: spin 1s infinite linear;
}

.store .loading--double {
    border-style: double;
    border-width: .5rem;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.store .search-filters {
    display: none;
}

.store .search-filter {
    padding-left: 30px;
}

@media(min-width:768px) {
    .store .search-filter {
        padding-left: 0;
    }
}

.store-search-container {
    border-top: 1px solid #e5e5e5;
    padding: 0;
}

    .store-search-container h2 {
        margin-top: 0;
        font-weight: 900;
        max-width: 82%;
    }

    .store-search-container #map {
        height: 290px;
    }

        .store-search-container #map .marker h4 {
            margin: 0;
        }

        .store-search-container #map .marker div {
            margin: 2px 0;
        }

.store-list {
    font-size: 13px;
}

    .store-list .vert-margin {
        margin: 15px 0;
    }

    .store-list h4 {
        margin: 0 0 3px;
        font-size: 18px;
    }

.store-list-image {
    width: 100%;
}

.store-list-actions {
    text-align: right;
}

    .store-list-actions a {
        display: block;
        margin-bottom: 10px;
        font-size: 15px;
    }

        .store-list-actions a i {
            line-height: 2em;
        }

    .store-list-actions .col-left {
        float: left;
        width: 50%;
        text-align: left;
    }

        .store-list-actions .col-left a {
            margin: 5px 0 0;
        }

    .store-list-actions .col-right {
        float: right;
        width: 50%;
    }

        .store-list-actions .col-right a {
            margin: 5px 0 0;
        }

.store-list-distance {
    margin: 5px 0;
}

    .store-list-distance span {
        text-transform: uppercase;
    }

.store-locations {
    font-size: 18px;
}

.store-locations-item {
    margin: 3px 0;
}

.store-staticmap {
    height: 445px;
    width: 445px;
    margin: auto;
    background-size: cover;
    background-position: center;
}

.store .store-detail--header h1 {
    margin-bottom: 5px;
    margin-top: 1rem;
    font-size: 1rem;
}

.store .store-detail--header h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    text-transform: none;
}

.store .store-detail--header .store-address p {
    line-height: 1;
}

    .store .store-detail--header .store-address p + p {
        margin-top: 3px;
    }

.store .store-detail--header .phone-number {
    border-right: 1px solid #e5e5e5;
    margin-right: 15px;
    padding: 0;
}

    .store .store-detail--header .phone-number p {
        font-size: 18px;
    }

.store .store-detail--header h5 {
    margin-bottom: 10px;
    font-weight: 700;
}

.store .store-detail--header .store-back-btn {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

    .store .store-detail--header .store-back-btn .material-icon {
        margin-top: -2px;
    }

    .store .store-detail--header .store-back-btn a {
        color: #0078aa;
        font-size: 10px;
    }

.store .store-detail--header .store-detail--direction {
    margin: 10px 0;
}

.store .store-detail--header .store-detail--hours {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 15px 0;
    padding: 10px 0;
    padding-right: 15px;
}

    .store .store-detail--header .store-detail--hours .display-h5 {
        margin-bottom: 1rem;
        padding-left: .5rem;
        font-weight: 900;
        color: #2a2e37;
        text-transform: uppercase;
    }

    .store .store-detail--header .store-detail--hours .phone-number a {
        color: #2a2e37;
    }

    .store .store-detail--header .store-detail--hours h4 {
        color: #4f4f4f;
        font-size: 12px;
        font-weight: 900;
    }

    .store .store-detail--header .store-detail--hours .store-hour--day {
        font-size: 18px;
        color: #2a2e37;
        font-weight: 700;
    }

    .store .store-detail--header .store-detail--hours .store-hour--today {
        font-size: 14px;
        color: #2a2e37;
        font-weight: 700;
        float: right;
        margin-top: 3px;
    }

    .store .store-detail--header .store-detail--hours .store-hour--hours {
        float: right;
        color: #2a2e37;
        font-size: 14px;
    }

@media screen and (min-width:900px) {
    .store .store-detail--header .content-right {
        padding: 0 1.5rem;
    }
}

.store .store-detail--header .content-right .btn-back {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

    .store .store-detail--header .content-right .btn-back .material-icons {
        margin-left: -10px;
    }

@media(min-width:768px) {
    .store .store-detail--header .content-right .btn-back .material-icons {
        margin-left: -15px;
    }
}

.store .store-detail--header .content-right .links {
    font-size: 14px;
    text-transform: uppercase;
    color: #af272f;
    cursor: pointer;
}

.store .swiper-container {
    height: 50px;
    margin-top: 10px;
    margin-bottom: 15px;
    box-shadow: 0 10px 30px -20px rgba(0,0,0,.75);
    width: 440px;
}

.store .swiper-wrapper {
    width: 1000px;
    height: 50px;
}

.store .swiper-slide {
    text-align: center;
    font-size: 12px;
    display: inline;
    border-radius: 10px;
    padding: 8px 10px;
    cursor: pointer;
    background-color: #fff;
    line-height: .5;
    padding: 10px 5px;
    margin-top: 1px;
    height: 40px;
    margin-right: 2px;
}

    .store .swiper-slide .material-icons {
        color: #fff;
        font-size: 18px;
        color: #fff;
        padding-bottom: 3px;
        padding-top: 0;
        padding-right: 2px;
        margin-top: -1px;
    }

    .store .swiper-slide .ppg-icon {
        color: #af272f;
    }

        .store .swiper-slide .ppg-icon.active {
            color: #fff;
        }

    .store .swiper-slide .thd-icon {
        color: #f08237;
    }

        .store .swiper-slide .thd-icon.active {
            color: #fff;
        }

    .store .swiper-slide .dealer-icon {
        color: #2a2e37;
    }

        .store .swiper-slide .dealer-icon.active {
            color: #fff;
        }

.ppgpaints-filter {
    background-color: #fff;
    border: 1px solid #af272f;
    color: #af272f;
    font-weight: 900;
}

.thd-filter {
    color: #f08237;
    border: 1px solid #f08237;
    font-weight: 900;
}

.dealer-filter {
    color: #2a2e37;
    border: 1px solid #2a2e37;
    font-weight: 900;
    line-height: .3;
    width: auto !important;
}

.ppgpaints-filter.active {
    background-color: #af272f;
    border: 1px solid #af272f;
    color: #fff;
}

.thd-filter.active {
    color: #fff;
    border: 1px solid #f08237;
    background-color: #f08237;
}

.dealer-filter.active {
    color: #fff;
    border: 1px solid #2a2e37;
    background-color: #2a2e37;
}

.mobile-hide {
    display: none;
}

.desktop-hide {
    display: block;
}

@media screen and (max-width:900px) {
    .desktop-hide {
        display: block;
    }
}

.overflow-none {
    overflow-y: auto !important;
    height: auto !important;
}

@media screen and (min-width:900px) {
    .store-detail--header {
        padding-bottom: 2rem;
    }

    .mobile-hide {
        display: block !important;
    }

    .desktop-hide {
        display: none !important;
    }

    .store-list {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 725px;
    }

    #store-list {
        padding: 0;
    }

    .skeleton-cont {
        padding: 0;
    }

    .store .store-list-actions {
        text-align: left;
    }

        .store .store-list-actions .btn {
            width: 100%;
            display: inline-block;
            padding: .6rem .5rem;
        }

        .store .store-list-actions .more-info-btn {
            margin-right: 5px;
        }

    .store .store-details {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

        .store .store-details:hover {
            -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.13) !important;
            -moz-box-shadow: 0 1px 10px 0 rgba(0,0,0,.13) !important;
            box-shadow: 0 1px 10px 0 rgba(0,0,0,.13) !important;
        }

    .store .store-header {
        max-width: 750px;
        margin: auto;
        text-align: center;
        margin-bottom: 25px;
    }

        .store .store-header #userAddress {
            max-width: 400px;
            display: inline;
        }

        .store .store-header #submit-find-location {
            height: 40px;
            margin-left: -20px;
        }

        .store .store-header .store-search {
            font-size: 16px;
            margin-right: 5px;
            margin-bottom: 3px;
            top: 0;
            right: 30px;
            position: relative;
        }

        .store .store-header .location-search {
            width: auto;
        }

        .store .store-header .btn-primary-outline {
            width: auto;
        }

    .store #map {
        height: 725px;
    }
}

.skeleton-cont {
    width: 100%;
    height: 250px;
}

@keyframes loading {
    to {
        background-position: 350% 0,34px 180px,120px 20px,120px 40px,120px 60px,34px 20px,0 0;
    }
}

.skeleton-cont:empty::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0 10px 45px rgba(0,0,0,.1);
    background-image: linear-gradient(90deg,rgba(211,211,211,0) 0,rgba(211,211,211,.8) 50%,rgba(211,211,211,0) 100%),linear-gradient(lightgrey 40px,transparent 0),linear-gradient(lightgrey 16px,transparent 0),linear-gradient(lightgrey 16px,transparent 0),linear-gradient(lightgrey 16px,transparent 0),linear-gradient(lightgrey 60px,transparent 0),linear-gradient(white 300px,transparent 0);
    background-size: 200px 300px,300px 40px,200px 16px,200px 16px,200px 16px,60px 60px,100%,100% 100%;
    background-position: -150% 0,34px 180px,120px 20px,120px 40px,120px 60px,34px 20px,0 0;
    background-repeat: no-repeat;
    animation: loading 1.5s infinite;
}

.calculator-container {
    padding-bottom: 100px;
    text-align: center;
}

    .calculator-container .btn {
        width: 100%;
        margin-bottom: 10px;
        text-decoration: none;
    }

    .calculator-container .progress-bar {
        background-color: #af272f;
        height: 10px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .calculator-container .card {
        display: inline-block;
        max-width: 45%;
        text-align: left;
        -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.13) !important;
        -moz-box-shadow: 0 1px 10px 0 rgba(0,0,0,.13) !important;
        box-shadow: 0 1px 10px 0 rgba(0,0,0,.13) !important;
    }

        .calculator-container .card .card-info {
            padding: 10px;
        }

            .calculator-container .card .card-info p {
                font-size: .7rem;
            }

    .calculator-container input {
        width: 60px;
        height: 30px;
        padding-left: 25px;
        border: 1px solid #e5e5e5;
    }

    .calculator-container .step-1, .calculator-container .step-2, .calculator-container .step-3, .calculator-container .step-4, .calculator-container .step-5 {
        right: -2000px;
        position: fixed;
        display: none;
    }

        .calculator-container .step-1 p, .calculator-container .step-2 p, .calculator-container .step-3 p, .calculator-container .step-4 p, .calculator-container .step-5 p {
            display: inline-block;
        }

        .calculator-container .step-1 .paint-calc-header, .calculator-container .step-2 .paint-calc-header, .calculator-container .step-3 .paint-calc-header, .calculator-container .step-4 .paint-calc-header, .calculator-container .step-5 .paint-calc-header {
            text-align: left;
            margin-top: 20px;
            margin-bottom: 10px;
        }

            .calculator-container .step-1 .paint-calc-header p, .calculator-container .step-2 .paint-calc-header p, .calculator-container .step-3 .paint-calc-header p, .calculator-container .step-4 .paint-calc-header p, .calculator-container .step-5 .paint-calc-header p {
                display: inline-block;
            }

        .calculator-container .step-1 .form-fieldset, .calculator-container .step-2 .form-fieldset, .calculator-container .step-3 .form-fieldset, .calculator-container .step-4 .form-fieldset, .calculator-container .step-5 .form-fieldset {
            text-align: left;
            width: 50%;
            text-align: left;
            display: block;
        }

            .calculator-container .step-1 .form-fieldset label, .calculator-container .step-2 .form-fieldset label, .calculator-container .step-3 .form-fieldset label, .calculator-container .step-4 .form-fieldset label, .calculator-container .step-5 .form-fieldset label {
                display: block;
                margin-bottom: 5px;
            }

            .calculator-container .step-1 .form-fieldset input, .calculator-container .step-2 .form-fieldset input, .calculator-container .step-3 .form-fieldset input, .calculator-container .step-4 .form-fieldset input, .calculator-container .step-5 .form-fieldset input {
                margin-bottom: 10px;
            }

    .calculator-container .animate-offscreen {
        transition: transform 500ms ease-in-out;
        transform: translateX(-4000px);
        position: relative;
        display: block;
    }

    .calculator-container .animate-center {
        transition: transform 500ms ease-in-out;
        transform: translateX(-2000px);
        position: relative;
        display: block;
    }

    .calculator-container .bring-back {
        transform: none;
    }

    .calculator-container .active {
        transition: transform 250ms ease-in-out;
        border: 2px solid #af272f;
        -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.13) !important;
        -moz-box-shadow: 0 1px 10px 0 rgba(0,0,0,.13) !important;
        box-shadow: 0 1px 10px 0 rgba(0,0,0,.13) !important;
    }

    .calculator-container .paint-calc--btn {
        margin: 20px auto;
        padding-left: 60px;
        padding-right: 60px;
        height: 40px;
        background-color: #af272f;
        width: 100%;
    }

        .calculator-container .paint-calc--btn:disabled {
            background-color: #ccc;
        }

    .calculator-container .article--content {
        text-align: left;
    }

    .calculator-container .back-btn {
        color: #ffb63a;
        font-weight: 700;
        text-align: left;
        cursor: pointer;
    }

    .calculator-container .disabled-btn {
        color: #ccc;
        cursor: default;
    }

@media screen and (min-width:900px) {
    .calculator-container .btn {
        width: 49%;
    }

    .calculator-container .btn-primary-outline {
        width: 100%;
    }

    .calculator-container .active {
        transform: scale(1.1);
    }

    .calculator-container .step-1, .calculator-container .step-2, .calculator-container .step-3, .calculator-container .step-4, .calculator-container .step-5 {
        max-height: 400px;
        min-height: 400px;
    }

        .calculator-container .step-1 .form-fieldset, .calculator-container .step-2 .form-fieldset, .calculator-container .step-3 .form-fieldset, .calculator-container .step-4 .form-fieldset, .calculator-container .step-5 .form-fieldset {
            display: inline-block;
        }

            .calculator-container .step-1 .form-fieldset label, .calculator-container .step-2 .form-fieldset label, .calculator-container .step-3 .form-fieldset label, .calculator-container .step-4 .form-fieldset label, .calculator-container .step-5 .form-fieldset label {
                display: block;
                margin: 0 0 5px;
                font-size: .9375rem;
            }

        .calculator-container .step-1 .paint-calc-header, .calculator-container .step-2 .paint-calc-header, .calculator-container .step-3 .paint-calc-header, .calculator-container .step-4 .paint-calc-header, .calculator-container .step-5 .paint-calc-header {
            text-align: center;
            margin-bottom: 40px;
        }

            .calculator-container .step-1 .paint-calc-header h3, .calculator-container .step-2 .paint-calc-header h3, .calculator-container .step-3 .paint-calc-header h3, .calculator-container .step-4 .paint-calc-header h3, .calculator-container .step-5 .paint-calc-header h3 {
                color: #2a2f38;
                text-transform: uppercase;
                font-size: 1.5rem;
            }

            .calculator-container .step-1 .paint-calc-header p, .calculator-container .step-2 .paint-calc-header p, .calculator-container .step-3 .paint-calc-header p, .calculator-container .step-4 .paint-calc-header p, .calculator-container .step-5 .paint-calc-header p {
                color: #2a2e37;
                font-size: .875rem;
                text-align: center;
            }

        .calculator-container .step-1 .form-fieldset, .calculator-container .step-2 .form-fieldset, .calculator-container .step-3 .form-fieldset, .calculator-container .step-4 .form-fieldset, .calculator-container .step-5 .form-fieldset {
            text-align: left;
            width: 50%;
            text-align: left;
            display: block;
        }

            .calculator-container .step-1 .form-fieldset label, .calculator-container .step-2 .form-fieldset label, .calculator-container .step-3 .form-fieldset label, .calculator-container .step-4 .form-fieldset label, .calculator-container .step-5 .form-fieldset label {
                display: block;
                margin-bottom: 5px;
            }

            .calculator-container .step-1 .form-fieldset input, .calculator-container .step-2 .form-fieldset input, .calculator-container .step-3 .form-fieldset input, .calculator-container .step-4 .form-fieldset input, .calculator-container .step-5 .form-fieldset input {
                margin-bottom: 10px;
            }

        .calculator-container .step-1 img, .calculator-container .step-2 img, .calculator-container .step-3 img, .calculator-container .step-4 img, .calculator-container .step-5 img {
            max-width: 300px;
        }

    .calculator-container .step-num {
        color: #959595;
        font-weight: 700;
        margin-bottom: 40px;
    }

    .calculator-container .container-fluid {
        padding: 0;
    }

    .calculator-container #paint-calc--img {
        width: 300px;
    }

    .calculator-container .card {
        max-width: 175px;
        margin-right: 15px;
        box-shadow: none;
    }

    .calculator-container .paint-calc--btn {
        width: auto;
    }
}

#printResults {
    -webkit-print-color-adjust: exact;
    display: none;
    color: #2a2e37;
}

    #printResults .print-results--header {
        background: linear-gradient(#af272f 30%,#fff 0%);
        background-color: #af272f;
        text-align: center;
        height: 80px;
    }

    #printResults .print-results--image {
        max-height: 250px;
    }

    #printResults .print-result--paint-output {
        padding-bottom: 30px;
    }

        #printResults .print-result--paint-output h2 {
            color: #af272f;
        }

        #printResults .print-result--paint-output .print-result--subtitle {
            color: #2a2e37;
            padding-bottom: 5px;
        }

        #printResults .print-result--paint-output p {
            color: #2a2e37;
            line-height: 1.2;
        }

    #printResults .print-result--room-spec {
        padding-bottom: 30px;
    }

    #printResults table {
        width: 100%;
    }

        #printResults table .print-results--table-header {
            font-family: NotoSans;
            color: #af272f;
            padding: 5px;
            font-size: 1.2rem;
            border-bottom: 3px solid #af272f;
        }

        #printResults table td {
            padding: 5px;
            font-size: 1.2rem;
            border-bottom: 1px solid #2a2e37;
        }

    #printResults .print-results--contact-text {
        color: #2a2e37;
    }

    #printResults .print-result--footer {
        text-align: center;
        background-color: #af272f;
    }

        #printResults .print-result--footer img {
            margin: auto;
            padding: 15px;
            max-width: 122px;
        }

        #printResults .print-result--footer p {
            color: #fff;
        }

@media print {
    section, header, footer {
        display: none;
    }

    #printResults {
        display: block;
    }
}

.side-bar {
    visibility: hidden;
    padding: 30px;
    position: fixed;
    background-color: #af272f;
    z-index: 1;
    right: 50px;
    bottom: 400px;
    text-align: center;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.3);
}

.side-bar--close-btn.material-icons {
    color: #fff;
    cursor: pointer;
    font-size: 1.3rem;
    position: absolute;
    top: 3px;
    right: 3px;
}

.side-bar p.side-bar--copy {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 25px;
}

.side-bar a.side-bar--cta {
    color: #ffb81c;
    font-family: NotoSans;
    text-decoration: none;
    text-transform: uppercase;
}

@media(min-width:1700px) {
    .side-bar {
        visibility: visible;
        width: 320px;
    }
}

@media(min-width:1450px) and (max-width:1700px) {
    .side-bar {
        visibility: visible;
        width: 200px;
        right: 30px;
    }
}

@media(min-width:1300px) and (max-width:1450px) {
    .side-bar {
        visibility: visible;
        width: 160px;
        right: 10px;
        padding: 20px;
    }

        .side-bar p.side-bar--copy {
            line-height: 1.3;
            margin-top: 0;
            margin-bottom: 10px;
        }

        .side-bar a.side-bar--cta {
            line-height: 1.3;
        }
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-family: NotoSans;
    color: #575755;
}

@media(min-width:992px) {
    body {
        background-color: #fff;
    }
}

body * {
    box-sizing: border-box;
}

input {
    font-family: NotoSans;
}

b, strong {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 700;
}

h4, h5, h6 {
    text-transform: none;
}

h1, h2, h3, h4, h5, h6, .article--title, .article--title-small {
    color: #2a2e37;
}

    h2 + p {
        margin-top: .5rem;
    }

small {
    color: #4f4f4f;
    font-size: 75%;
    font-weight: 300;
    font-style: italic;
}

em {
    font-style: italic !important;
}

ul, li {
    color: #4f4f4f;
}

.display-h1, .display-h2, .display-h3, .display-h4, .display-h5, .display-h6 {
    color: #2a2e37;
    font-family: NotoSans;
    text-transform: uppercase;
}

.display-h3 {
    font-size: 1rem;
}

.display-h5 {
    font-size: .875rem;
}

p {
    font-size: 1rem;
    line-height: 1.6;
}

    p + a {
        margin-top: 1rem;
    }

.hidden {
    display: none;
}

.slider-thumbs {
    margin-top: .5rem;
}

    .slider-thumbs:after {
        content: "";
        display: table;
        clear: both;
    }

    .slider-thumbs li {
        float: left;
        min-height: 100px;
        width: 100px;
        margin-right: .5rem;
    }

        .slider-thumbs li:last-child {
            margin: 0;
        }

    .slider-thumbs img {
        display: block;
    }

.controls {
    display: none;
}

@media(min-width:992px) {
    .controls {
        display: block;
    }
}

.controls .prev, .controls .next {
    color: #fff;
    background: rgba(0,0,0,.3);
    border: 0 none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .controls .prev .material-icons, .controls .next .material-icons {
        font-size: 2rem;
    }

.controls .prev {
    left: 0;
}

.controls .next {
    right: 0;
}

.nogrow {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
}
