/*
* @author: Chad
*/
.breadcrumb {
    display: none;
}

.intro-name {
    padding: 0 0 20px 0;
    border-bottom: 3px solid #EEE;
}

    .intro-name h2 {
        margin: 0 0 5px 0;
        font-size: 20px;
        font-weight: 700;
    }

ul.multi-col-thumbs {
    margin-bottom: 20px;
}

    ul.multi-col-thumbs > li {
        float: left;
        margin: 0 20px 20px 0;
    }

ul.color-chips {
    margin: 10px 0 20px 0;
}

    ul.color-chips:after,
    ul.three-col-thumbs:after {
        clear: both;
        content: "";
        display: table;
    }

    ul.color-chips li {
        min-height: auto;
        border: none;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

.color-chip {
    width: 57px;
    height: 57px;
    background-position: 0 -87px;
}

ul.three-col-thumbs {
    margin-bottom: 20px;
}

    ul.three-col-thumbs > li {
        width: 220px;
        height: 220px;
        float: left;
        margin: 0 20px 20px 0;
    }

ul.two-col-thumbs > li {
    width: 220px;
    min-height: 295px;
    float: left;
    margin: 0 20px 20px 0;
}

ul.three-col-thumbs .last,
ul.two-col-thumbs .last,
ul.color-chips .last,
ul.multi-col-thumbs .last {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .color-families ul.multi-col-thumbs > li {
        width: 100%;
        height: auto;
    }
}

.color-chip .image-container img {
    width: 100%;
    height: auto;
}

.color-chip .image-container {
    width: 100%;
    aspect-ratio: 1;
}

ul.multi-col-thumbs > li img {
    width: 100%;
}

#color-families-content > .row > .col {
    float: left;
}

#color-families-content .row-1 > .col-1 {
    width: 490px;
    margin-right: 20px;
}

#color-families-content .row-1 > .col-2 {
    width: 190px;
}

#color-families-content h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

#color-families-content .col p {
    margin-bottom: 20px;
}

section.generic {
    float: left;
    clear: left;
    width: 190px;
}

img.color-chart {
    border: 1px solid #f0f0f0;
}

/* Regular Desktop */

@media only screen and (min-width:1024px) {
}

/* Tablet Portrait */

@media only screen and (min-width:768px) and (max-width:1023px) {

    .intro-name {
        width: 100%;
    }

    .color-chip {
        width: 36px;
        height: 36px;
        background-position: 0 -4px;
    }

    ul.three-col-thumbs li {
        width: 151px;
        height: 151px;
    }

        ul.three-col-thumbs li img {
            max-width: 100%;
        }

    #color-families-content .row-1 > .col {
        width: 100%;
        margin: 0 0 20px 0;
    }

    section.generic {
        width: 160px;
    }
}

/* Mobile Portrait & Landscape */

@media only screen and (max-width:767px) {

    section.generic {
        float: none;
        width: auto;
    }

    .breadcrumb {
        display: block;
    }

    .color-chip {
        width: 36px;
        height: 36px;
        background-position: 0 -4px;
    }

    #color-families-content .row-1 > .col {
        width: 100%;
    }

    ul.three-col-thumbs > li,
    ul.two-col-thumbs > li {
        width: 100%;
        height: auto;
        float: none;
    }

        ul.multi-col-thumbs > li img,
        ul.three-col-thumbs > li img,
        ul.two-col-thumbs > li img {
            min-width: 100%;
            height: auto;
        }
}
