ul.color-list li {
    vertical-align: middle;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    height: 30px;
    margin-bottom: 1px;
    list-style-type: none;
}

ul.color-list li:hover {
    background: #BF1E2E;
    cursor: pointer;
    color: white;
}

ul.color-list li div {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    line-height: 30px;
}

ul.color-list {
    width: 100%;
    border: 1px solid #F0F0F0;
    padding-left: 0px;
    list-style-type: none;
    margin-left: 0px;
    margin-top: -15px;
    height: 200px;
    overflow: scroll;
}

/* -----------------------------------------
:: Ben Moore Colors
----------------------------------------- */
/*
 * Teaser
 */
.bm-color-teaser a {
    display: block;
    line-height: 1.2;
}

.bm-color-teaser .bm-color-preview-sm {
    display: block;
    height: 200px;
    margin: 0 0 8px 0;
}

.bm-color-teaser .title {
    display: block;
    color: #000000;
}

.bm-color-teaser .num {
    display: block;
    color: #888888;
}

.bm-color-teaser:hover .title {
    text-decoration: underline;
}

/*
 * Single
 */
body.single-bmc_colors .lrv p {
    margin-bottom: 1rem;
    font-size: 18px;
}

body.single-bmc_colors .color-preview {
    margin-bottom: 2rem;
}

body.single-bmc_colors .lrv-tooltip {
    border-bottom: none;
    line-height: 1;
}

body.single-bmc_colors .lrv-tooltip img {
    opacity: .5;
    margin-bottom: 3px;
}

body.single-bmc_colors .color-harmony,
body.single-bmc_colors .color-shades,
body.single-bmc_colors .color-similar,
body.single-bmc_colors .inspiration-by-color {
    /*border-top: solid 1px #ddd;*/
    padding: 0 0 2.5rem 0;
}

body.single-bmc_colors .color-harmony h2,
body.single-bmc_colors .color-shades h2,
body.single-bmc_colors .color-similar h2,
body.single-bmc_colors .inspiration-by-color h2 {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: solid 1px #DDDDDD;
}

body.single-bmc_colors .color-harmony h3 {
    margin: 0 0 .75rem 0;
}

body.single-bmc_colors .color-harmony-single {
    margin: 0 0 1.5rem 0;
}

body.single-bmc_colors .color-harmony-single:last-of-type {
    margin-bottom: 0;
}

/* -----------------------------------------
:: Inspiration
----------------------------------------- */
.inspiration-teaser {
    width: 400px;
    max-width: 100%;
    padding: 0;
}

.inspiration-teaser .image-wrap {
    position: relative;
}

.inspiration-teaser img {
    width: 100%;
    margin: 0;
}

.inspiration-teaser h2 {
    font-size: 17px;
    margin: 10px 0 0 0;
    line-height: 1.2;
}

.inspiration-teaser-swatches {
    display: block;
}

.inspiration-teaser-swatches .yhd-color-small {
    display: block;
    padding: 10px;
    line-height: 1;
}

.inspiration-teaser-swatches .yhd-color-small span {
    display: block;
}

.inspiration-teaser-swatches .yhd-color-small span.yhd-color-name {
    font-size: 14px;
    padding-bottom: 4px;
}

.inspiration-teaser-swatches .yhd-color-small span.yhd-color-code {
    font-size: 11px;
    clear: both;
}

@media screen and (min-width: 64em) {
    /* Large and up */
    .inspiration-teaser-swatches {
        display: inline-block;
        position: absolute;
        bottom: 0;
        right: 0;
    }
}