.cb--border {
    border: 0px;
}


/* <!-- START styles from compare.css --> */

#compare {
    width: 100%;
    max-width: 1004px;
    margin: 0 auto 50px;
    font-size: 14px;
}

#compare table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    position: relative;
    text-align: center;
    font-size: inherit;
}

#compare th,
#compare td {
    width: 19.5%;
    padding: 15px;
    vertical-align: middle;
    height: 51px;
}

#compare th:first-child,
#compare td:first-child {
    width: 22%;
}

#compare a {
    text-decoration: none;
    color: #006BBA;
}

#compare .callouts td {
    vertical-align: top;
}

#compare .callouts h2 {
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0;
}

#compare .callouts .price {
    display: block;
    white-space: nowrap;
}

#compare .callouts .btn {
    margin: 10px 0;
    padding: 8px;
    color: #fff;
    white-space: nowrap;
}

#compare .data {
    margin-bottom: 40px;
}

#compare .data th {
    background: #333F48;
    border: 1px solid #ccc;
    font-weight: 500;
    position: sticky;
    top: 0;
    z-index: 3;
}

#compare .data td {
    background: #333F48;
    border: 1px solid #fff;
}

#compare .data th:first-child {
    color: #333F48;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    width: 100px;
}

h2,
#compare .data tr td,
#compare .data tr td label {
    color: #fff;
}

#compare .data tr td select {
    border: 1px solid #cbcbcb;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #707372;
}

#compare .data th:first-child {
    color: #707070;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    width: 100px;
}

#compare .data td:first-child {
    text-align: left;
    background: #333F48;
    font-weight: 500;
}

#compare a.thumb-link {
    display: flex;
    align-items: center;
}

#compare a.thumb-link img {
    margin: -8px 2px -8px -8px;
}

#compare .mobile-show {
    display: none
}

#compare .mobile-hide {
    display: block
}

#compare .color-swatches {
    margin: 0;
}

#compare .swatch {
    border: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    overflow: initial;
    margin: 3px 1px;
}

#compare .swatch img {
    border-radius: 50%;
}

#compare .swatch--white {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

#compare .more-info {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
}

#compare .more-info svg {
    opacity: 0.8;
    width: 16px;
    height: 16px;
}

#compare .toggle-models {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-top: 2px;
    text-transform: capitalize;
    letter-spacing: normal;
}

.toggle-models:before {
    content: "Show ";
}

.show-models .toggle-models:before {
    content: "Hide ";
}

.models,
.show-models .check {
    display: none;
}

.show-models .models,
.check {
    display: block;
}


/* Tooltip Styles */

[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}


/* Hide the tooltip content by default */

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}


/* Position tooltip above the element */

[data-tooltip]:before {
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px;
    margin-bottom: 7px;
    white-space: nowrap;
    min-width: 60px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}

.more-info[data-tooltip]:before {
    white-space: normal;
    width: 264px;
}

@media (max-width: 1200px) {
    .more-info[data-tooltip]:before {
        transform: translateX(-24px);
    }
}


/* Triangle to make tooltip look like a speech bubble */

[data-tooltip]:after {
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    border: 7px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.8);
    margin-bottom: -7px;
    content: " ";
    font-size: 0;
    line-height: 0;
}


/* Show tooltip content on hover */

[data-tooltip]:hover {
    z-index: 100;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}


/* Mobile Styles */

@media (max-width: 680px) {
    #compare {
        font-size: 14px;
    }
    #compare .select-series {
        margin: 0 auto;
        padding: 6px;
        width: 100%;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 3px;
        font-size: 13px;
    }
    #compare .mobile-show {
        display: block;
    }
    #compare .mobile-hide {
        display: none;
    }
    #compare th,
    #compare td {
        width: 33.33% !important;
        padding: 10px;
    }
    #compare .data th:first-child {
        font-size: 12px;
    }
    #compare a.thumb-link img {
        display: none;
    }
    /* hide column 3 + 4 on mobile */
    #compare th:nth-of-type(4),
    #compare td:nth-of-type(4),
    #compare th:nth-of-type(5),
    #compare td:nth-of-type(5) {
        display: none;
    }
    #compare .hidden {
        display: none !important;
    }
}


/* <!-- END styles from compare.css --> */


/* <!-- START custom styles --> */

.breakEven,
.costPerBlend {
    display: none;
}

input {
    width: 30%;
    text-align: center;
}

.sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}


/* <!-- END custom styles --> */

h2.heading-thin,
p,
h3 {
    color: #fff;
}

figcaption h3 {
    font-size: 16px;
    font-weight: 100;
}

.ac-mm-wysiwyg p {
    color: #373737;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}

.ac-mm-hero__bg {
    display: block;
    z-index: 1;
    width: 100%;
}

.ac-mm-hero__bg {
    display: none;
}

.ac-mm-hero__bg.mobile {
    display: block;
}

.ac-mm-hero__bg__picture {
    display: block;
    width: 100%;
}

.ac-mm-hero__bg__img {
    display: block;
    width: 100%;
}

.ac-mm-description {
    background: #000;
    overflow: hidden;
    padding: 60px 0 90px;
    position: relative;
    width: 100%;
}

.ac-mm-description .intro {
    color: #fff;
}

.ac-mm-description .description {
    margin: 10px auto 0;
    color: #fff;
}

.ac-mm-description .description a {
    color: #fff;
    text-decoration: underline;
}

.ac-mm-description .description a:hover {
    color: #acacac;
}

.ac-mm-description__container {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 60px);
    z-index: 2;
}

.ac-mm-description__caption__desc {
    margin-top: 20px;
}

.ac-mm-description__caption__heading,
.ac-mm-description__caption__desc p {
    color: #fff;
}

.ac-mm-description__caption__button.btn--secondary {
    color: #fff;
    border-color: #fff;
}

.mz-flexbox .equal-columns {
    justify-content: center;
    width: calc(100% - 160px);
    margin: auto;
}

.panel {
    background-color: #000;
}

.panel .g-col.g-desk--2-3.g-push--desk--1-6 {
    margin-top: 40px;
}

.panel .g-col {
    padding: 0 20px;
}

.panel figcaption h3 {
    border-bottom: 0px;
}


/* MEDIUM ------------------------------------------------------> */

@media screen and (min-width: 768px) {
    .ac-mm-wysiwyg p {
        font-size: 21px;
        line-height: 38px;
    }
    .ac-mm-hero__bg {
        display: block;
    }
    .ac-mm-hero__bg.mobile {
        display: none;
    }
    .ac-mm-description {
        padding: 113px 0 87px;
    }
    .ac-mm-description .description {
        margin: 10px auto 0px;
        max-width: 80%;
    }
    .ac-mm-description__container {
        width: calc(100% - 160px);
    }
    .ac-mm-description__caption__desc {
        margin-top: 22px;
        margin-bottom: 60px;
    }
    .ac-mm-description__caption__button {
        margin-top: 28px;
    }
    .ac-mm-description .intro .description {
        font-size: 26px;
        line-height: 43px;
    }
}

@media screen and (min-width: 1024px) {
    .ac-mm-description__caption {
        align-items: flex-start;
        display: flex;
        width: 100%;
    }
    .ac-mm-description__caption__left {
        flex: 0 0 400px;
        display: block;
        margin-right: 96px;
    }
    .ac-mm-description__caption__right {
        flex: 1 1 20px;
        margin: 0px;
    }
}