.videogallery-par {
    clear: both;
}
.stretchy-wrapper {
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 */

    position: relative;
}
.stretchy-wrapper > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.stretchy-wrapper > div img {
    width: 100%;
}
.gallery {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}
.gallery div.gallery-slide {
    position: relative;
    height: 100%;
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.gallery div.gallery-slide.playing .gallery-slide-info {
    display: none;
}
.gallery div.gallery-slide .gallery-slide-content {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 100;
}
.gallery div.gallery-slide .gallery-slide-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.3);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('/etc/designs/electronics/images/ICON-vid-play.png') no-repeat;
    height: 6vw;
    width: 6vw;
    margin: auto;
    background-size: 6vw 6vw;
    opacity: 0.8;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-play:hover {
    opacity: 1;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-title {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 80%;
    font-size: 2.5vw;
    line-height: 28px;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    font-weight: 100;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 200;
    text-align: center;
    line-height: 50px;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls .gallery-navigation-dots {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    padding-top: 10px;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls .gallery-navigation-dots .dot {
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 10px 3px;
    padding: 0;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls .gallery-navigation-dots .dot.active {
    background-color: rgba(255, 255, 255, 0.7);
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a {
    background-color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    height: 100%;
    width: 330px;
    color: black;
    font-size: 20px;
    padding: 0;
    z-index: 10;
    position: relative;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a .gallery-slide-navigation-text {
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 20px;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide:before,
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide:before {
    content: "";
    height: 50px;
    width: 50px;
    background: url("../../../../electronics/images/vid-arrows-over.png") no-repeat;
    background-size: 50%;
    position: absolute;
    display: none;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide {
    float: left;
    text-align: right;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide .gallery-slide-navigation-text {
    margin-left: 40px;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide:before {
    left: 0;
    background-position: 15px -42px;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide {
    float: right;
    text-align: left;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide .gallery-slide-navigation-text {
    margin-right: 40px;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide:before {
    right: 0;
    background-position: 10px 7px;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a:hover {
    background-color: rgba(255, 255, 255, 0.7);
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a:hover:before {
    display: block;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a span {
    font-weight: bold;
}
@media (max-width: 992px) {
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls {
        height: 30px;
        line-height: 30px;
    }
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls .gallery-navigation-dots {
        padding-top: 0;
    }
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide:before {
        background-position: 8px -25px;
    }
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide:before {
        background-position: 10px 5px;
    }
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide,
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide {
        font-size: 14px;
        width: 250px;
    }
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide:before,
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide:before {
        height: 30px;
        width: 30px;
    }

}

.gallery .vjs-big-play-button {
    display: none !important;
}
.gallery div.vjs-control-bar,
.gallery .vjs-has-started.vjs-paused div.vjs-control-bar {
    display: none !important;
}
.gallery .vjs-has-started .vjs-control-bar {
    display: -webkit-flex !important;
    display: flex!important;
}
.gallery .vjs-poster {
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
}

.brand-card-row-centered{text-align:center}.brand-card-col-centered{display:inline-block;float:none;text-align:left}.brand-score-row,.brand-scores{position:relative;min-height:1px;padding-left:15px;padding-right:15px;float:left;width:100%}.caret-container{width:10px;display:inline-block}.caret{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #078fd4;float:right}.closed .caret{border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:0;border-left:6px solid #078fd4}.closed ul{display:none}#brand-section{background-color:#f6f6f6;padding:26px 0}.brand-card{font-family:Neue Helvetica W01,Helvetica Neue,Helvetica;margin-right:auto;margin-left:auto;padding:20px 15px;background-color:#ededed}.brand-card .overall-score-container{height:172px;width:168px;float:left;font-weight:400}.brand-card .overall-score-container .overall-score-number{line-height:1;font-size:80px}.brand-card .overall-score-container .overall-score-title{font-weight:400;font-size:16px;padding:14px 12px}.brand-card .title{font-family:Helvetica w01,Helvetica Neue,Helvetica;font-size:40px;font-weight:700;margin:15px 0}.brand-card .blurb{margin-bottom:15px}.brand-card .how-to-read-title{margin:4px 0}.brand-card .how-to-read{padding:0 15px;line-height:1.57}.brand-card .how-to-read ul{margin-left:18px;padding:0}.brand-score-section{margin:15px 0;font-size:16px}.brand-score-row{padding:17px 0 17px 15px!important;border-bottom:1px solid #999;display:inline-block;vertical-align:middle;float:left}.brand-score-row .row-title{font-weight:700;font-size:16px}.predicted-reliability-indicator svg{position:absolute;right:-7px;top:0}@media (min-width:768px){.how-to-read{width:568px}.how-to-read ul{width:640px}.brand-score-section{width:568px}.brand-scores{width:400px;margin-left:-15px}.brand-scores .brand-score-row:first-child{border-top:1px solid #999}}@media (max-width:767px){.brand-card .title{font-size:24px}.brand-card .how-to-read-title{text-align:center}.brand-card .how-to-read,.brand-card .how-to-read ul{width:100%}.brand-card .overall-score-container{margin:auto;float:none;height:162px}.brand-score-section{width:100%}.brand-scores{width:100%;margin-top:15px!important}.brand-scores .brand-score-row{padding:15px 0!important}.predicted-reliability-indicator svg{top:-6px;width:150px}}@media (max-width:320px){.predicted-reliability-indicator svg{top:-12px;width:125px}}@media (min-width:950px){.how-to-read{width:568px}.how-to-read ul{width:700px}}.overall-score-container{height:59px;width:80px;margin-left:12px;color:#fff}.overall-poor{background-color:#ed1d24}.overall-fair{background-color:#f8941d}.overall-good{background-color:#ffd500}.overall-very-good{background-color:#bfd730}.overall-excellent{background-color:#00ae4d}.overall-score-title{font-family:Neue Helvetica W01,Neue Helvetica,Helvetica;font-size:11px;font-weight:500;color:#fff;text-align:center;display:block}.overall-score-container .overall-score-label.in-testing{font-size:14px;font-weight:200;padding-top:10px}.overall-score-number{font-family:Neue Helvetica W01,Neue Helvetica,Helvetica;font-size:30px;font-weight:600;color:#fff;text-align:center}.overall-score-container.no-score{height:73px;width:81px;font-weight:500;padding:4px;display:table}.overall-score-container.no-score .overall-score-title{display:table-cell;vertical-align:middle;text-align:center;background-color:#00ae4d}.overall-score-container.no-score img{margin-bottom:4px}.overall-score-container.no-score span{display:block;font-size:13px;line-height:1.5}
.content-topic-tabs ul, .content-topic-tabs ul li{
    list-style-type: none;
}
.content-topic-tabs{
    margin-bottom: 35px;
    text-align: center;
}
.content-topic-tabs .topic-tab-item::after {
    content: "\A ";
    white-space: pre;
}
.content-topic-tabs .topic-tab-item {
    display: inline-block;
    height: 45px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 7px 60px 0;
    font-size: 24px;
    line-height: 31px;
    text-transform: uppercase;
    color:#fff;
    background-color: #00ae4d;
    text-decoration: none;
    font-family: HELVETICA W01;
    font-weight: 700;
}

.content-topic-tabs .topic-tab-item.cfa-health{
    background-color: #00AE4D;
}

.content-topic-tabs .topic-tab-item.cfa-electronics-computers{
    background-color: #00AE4D;
}

.content-topic-tabs .topic-tab-item.cfa-home-garden{
    background-color: #00AE4D;
}

.content-topic-tabs .topic-tab-item.cfa-appliances{
    background-color: #00AE4D;
}

.content-topic-tabs .topic-tab-item.cfa-babies-kids{
    background-color: #00AE4D;
}

.content-topic-tabs .topic-tab-item.cfa-money{
    background-color: #00AE4D;
}

.content-topic-tabs .topic-tab-item.cfa-shopping{
    background-color: #00AE4D;
}

.content-topic-tabs .topic-tab-item.cfa-cars{
    background-color: #00AE4D;
}


.content-topic-tabs  .topic-tab-item:hover {
    position: relative;
    top: 1px;
    height: 43px;
    color: #00ae4d;
    background-color: #fff;
    outline: 2px solid #00AE4D;
    cursor:pointer;
    text-decoration: none;
}

.content-topic-tabs .topic-tab-item.cfa-health:hover{
    outline-color: #00AE4D;
    color: #00AE4D;
}

.content-topic-tabs .topic-tab-item.cfa-electronics-computers:hover{
    outline-color: #00AE4D;
    color: #00AE4D;
}

.content-topic-tabs .topic-tab-item.cfa-home-garden:hover{
    outline-color: #00AE4D;
    color: #00AE4D;
}

.content-topic-tabs .topic-tab-item.cfa-appliances:hover{
    outline-color: #00AE4D;
    color: #00AE4D;
}

.content-topic-tabs .topic-tab-item.cfa-babies-kids:hover{
    outline-color: #00AE4D;
    color: #00AE4D;
}

.content-topic-tabs .topic-tab-item.cfa-money:hover{
    outline-color: #00AE4D;
    color: #00AE4D;
}

.content-topic-tabs .topic-tab-item.cfa-shopping:hover{
    outline-color: #00AE4D;
    color: #00AE4D;
}

.content-topic-tabs .topic-tab-item.cfa-cars:hover{
    outline-color: #00AE4D;
    color: #00AE4D;
}

.container .content-topic-tabs-row .adSpace__adWrap.full-width,
.crux-container .content-topic-tabs-row .adSpace__adWrap.full-width,
.cq-wcm-edit .container .content-topic-tabs-row .adSpace,
.cq-wcm-edit .crux-container .content-topic-tabs-row .adSpace {
    max-width: initial;
    margin-left: calc(-100vw / 2 + 1140px / 2);
    margin-right: calc(-100vw / 2 + 1140px / 2);
}

.cq-wcm-edit .container .content-topic-tabs-row .adSpace .full-width,
.cq-wcm-edit .crux-container .content-topic-tabs-row .full-width {
    margin-left: 0;
    margin-right: 0;
}

/* mobile breakpoints */
@media (max-width: 1199px) {
    .container .content-topic-tabs-row .adSpace__adWrap.full-width,
    .crux-container .content-topic-tabs-row .adSpace__adWrap.full-width {
        width: auto;
        margin-left: calc(-100vw / 2 + 50%);
        margin-right: calc(-100vw / 2 + 50%);
    }
}


@media (max-width: 1199px) {
    .newsletter-sign-up__form .newsletter-sign-up {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .content-topic-tabs-row .content-topic-tabs .topic-tab-item {
        width: 95%;
        height: 60px;
        margin: 1px auto;
        padding: 0 0 0 5px;
        line-height: 60px;
        text-align: left;
        text-transform: capitalize;
        color: #000;
        background-color: #fff;
        font-weight: 700;
        border-top: 1px solid #ccc;
        font-size: 21px;
    }

    .content-topic-tabs-row .content-topic-tabs .topic-tab-item:hover {
        height: 60px;
        color: #fff!important;
        background-color: #00ae4d;
        outline: none;
        margin: 0 auto;
    }

    /* cfa-specific */

    .content-topic-tabs-row .content-topic-tabs .topic-tab-item.cfa-health {
        color: #000;
    }

    .content-topic-tabs-row .content-topic-tabs .topic-tab-item.cfa-electronics-computers {
        color: #000;
    }

    .content-topic-tabs-row .content-topic-tabs .topic-tab-item.cfa-home-garden {
        color: #000;
    }

    .content-topic-tabs-row .content-topic-tabs .topic-tab-item.cfa-appliances {
        color: #000;
    }

    .content-topic-tabs-row .content-topic-tabs .topic-tab-item.cfa-babies-kids {
        color: #000;
    }

    .content-topic-tabs-row .content-topic-tabs .topic-tab-item.cfa-money {
        color: #000;
    }

    .content-topic-tabs-row .content-topic-tabs .topic-tab-item.cfa-shopping {
        color: #000;
    }

    .content-topic-tabs .topic-tab-item.cfa-cars {
        color: #000;
    }

    /* cfa-specific hover */

    .content-topic-tabs .topic-tab-item.cfa-health:hover {
        background-color: #00AE4D;
        color:white !important;
    }

    .content-topic-tabs .topic-tab-item.cfa-electronics-computers:hover {
        background-color: #00AE4D;
        color:white !important;
    }

    .content-topic-tabs .topic-tab-item.cfa-home-garden:hover {
        background-color: #00AE4D;
        color:white !important;
    }

    .content-topic-tabs .topic-tab-item.cfa-appliances:hover {
        background-color: #00AE4D;
        color:white !important;
    }

    .content-topic-tabs .topic-tab-item.cfa-babies-kids:hover {
        background-color: #00AE4D;
        color:white !important;
    }

    .content-topic-tabs .topic-tab-item.cfa-money:hover {
        background-color: #00AE4D;
        color:white !important;
    }

    .content-topic-tabs .topic-tab-item.cfa-shopping:hover {
        background-color: #00AE4D;
        color:white !important;
    }

    .content-topic-tabs .topic-tab-item.cfa-cars:hover {
        background-color: #00AE4D;
        color:white !important;
    }
}

.videogallery-par {
    clear: both;
}
.stretchy-wrapper {
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 */

    position: relative;
}
.stretchy-wrapper > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.stretchy-wrapper > div img {
    width: 100%;
}
.gallery {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}
.gallery div.gallery-slide {
    position: relative;
    height: 100%;
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.gallery div.gallery-slide.playing .gallery-slide-info {
    display: none;
}
.gallery div.gallery-slide .gallery-slide-content {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 100;
}
.gallery div.gallery-slide .gallery-slide-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.3);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('/etc/designs/electronics/images/ICON-vid-play.png') no-repeat;
    height: 6vw;
    width: 6vw;
    margin: auto;
    background-size: 6vw 6vw;
    opacity: 0.8;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-play:hover {
    opacity: 1;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-title {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 80%;
    font-size: 2.5vw;
    line-height: 28px;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    font-weight: 100;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 200;
    text-align: center;
    line-height: 50px;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls .gallery-navigation-dots {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    padding-top: 10px;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls .gallery-navigation-dots .dot {
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 10px 3px;
    padding: 0;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls .gallery-navigation-dots .dot.active {
    background-color: rgba(255, 255, 255, 0.7);
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a {
    background-color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    height: 100%;
    width: 330px;
    color: black;
    font-size: 20px;
    padding: 0;
    z-index: 10;
    position: relative;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a .gallery-slide-navigation-text {
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 20px;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide:before,
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide:before {
    content: "";
    height: 50px;
    width: 50px;
    background: url("../../../../electronics/images/vid-arrows-over.png") no-repeat;
    background-size: 50%;
    position: absolute;
    display: none;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide {
    float: left;
    text-align: right;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide .gallery-slide-navigation-text {
    margin-left: 40px;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide:before {
    left: 0;
    background-position: 15px -42px;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide {
    float: right;
    text-align: left;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide .gallery-slide-navigation-text {
    margin-right: 40px;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide:before {
    right: 0;
    background-position: 10px 7px;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a:hover {
    background-color: rgba(255, 255, 255, 0.7);
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a:hover:before {
    display: block;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a span {
    font-weight: bold;
}
@media (max-width: 992px) {
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls {
        height: 30px;
        line-height: 30px;
    }
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls .gallery-navigation-dots {
        padding-top: 0;
    }
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide:before {
        background-position: 8px -25px;
    }
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide:before {
        background-position: 10px 5px;
    }
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide,
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide {
        font-size: 14px;
        width: 250px;
    }
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide:before,
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide:before {
        height: 30px;
        width: 30px;
    }

}

.gallery .vjs-big-play-button {
    display: none !important;
}
.gallery div.vjs-control-bar,
.gallery .vjs-has-started.vjs-paused div.vjs-control-bar {
    display: none !important;
}
.gallery .vjs-has-started .vjs-control-bar {
    display: -webkit-flex !important;
    display: flex!important;
}
.gallery .vjs-poster {
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
}

.gallery-slide-content .gallery-slide-body {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}
.article-touts-container{
    background-color: #ededed;
    margin-top: 0;
    margin-bottom: 60px;
}
.article-touts-container .featured-section{
    border-top: 10px solid #00AE4D;
}

.article-touts-container .featured-section.cfa-health{
    border-top-color: #00AE4D;
}

.article-touts-container .featured-section.cfa-electronics-computers{
    border-top-color: #00AE4D;
}

.article-touts-container .featured-section.cfa-home-garden{
    border-top-color: #00AE4D;
}

.article-touts-container .featured-section.cfa-appliances{
    border-top-color: #00AE4D;
}

.article-touts-container .featured-section.cfa-babies-kids{
    border-top-color: #00AE4D;
}

.article-touts-container .featured-section.cfa-money{
    border-top-color: #00AE4D;
}

.article-touts-container .featured-section.cfa-shopping{
    border-top-color: #00AE4D;
}

.article-touts-container .featured-section.cfa-cars{
    border-top-color: #00AE4D;
}

.article-touts-container .featured-section .image{
    position: relative;
    display: inline-block;
    width: 598px;
    height: 436px;
}

.article-touts-container .featured-section .deck{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin:  20px 0 0 0;
    width: 530px;
    left: -2px;
    padding-left: 20px;
}
.article-touts-container .featured-section .deck .link {
    margin: 10px 0 25px;
    line-height: 25px;
    text-transform: capitalize;
}

.article-touts-container .featured-section .deck .link a{
    font-size: 20px;
    color: #000;
    text-decoration:none;
}

.article-touts-container .featured-section .deck .link a:hover{
    color: #337ab7;
}

.article-touts-container .featured-section .deck .link:first-child{
    margin-top:0;
}

.article-touts-container .featured-section .deck .play-button img{
    position: relative;
    top: -3px;
    width: 25px;
    margin-left: 20px;
}

.article-touts-container .featured-section .image h2{
    position: absolute;
    width: 75%;
    top: 15px;
    right: 20px;
    margin:0;
    padding:0;
    font-size: 50px;
    line-height: 60px;
    font-weight: 100;
    color: #fff;
    text-align: right;
    z-index: 2;
    text-transform: capitalize;
}

.article-touts-container .featured-section .image img{
    width: 100%;
}

.article-touts-container .featured-section .image .imageOverlay{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: 1;
}

.article-touts-container .featured-section .more-less-button{
    color: #999999;
    text-align: center;
    border: 2px solid #999999;
    margin-top: 50px;
    width: 190px;
    line-height: 46px;
    font-size: 20px;
}

.article-touts-container .featured-section .more-less-button:hover{
    cursor: pointer;
    background-color: #999999;
    color: #fff;
}

@media all and (max-width:1200px) {
    .article-touts-container .featured-section .image{
        width: 60%;
        height:100%;
    }

    .article-touts-container .featured-section .deck{
        width: 35%;
    }
}

@media all and (max-width:767px) {
    /* video player title */
    .topicsGallery.videoWidget .gallery div.gallery-slide .gallery-slide-info .gallery-slide-title {
        font-size: 5.5vw;
    }

    /* video player previous and next buttons */
    .topicsGallery.videoWidget .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide,
    .topicsGallery.videoWidget .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide {
        width: 120px;
    }
    
    .article-touts-container .featured-section .image, .article-touts-container .featured-section .deck{
        width: 100%;
    }

    .article-touts-container {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .article-touts-container .featured-section .image {
        height: 130px;
        overflow: hidden;
        position: relative;
    }

    .article-touts-container .featured-section .image h2 {
        /* max two-lines, use ellipsis for text overflow */
        display: -webkit-box;
        box-sizing: border-box;
        max-height: 120px;
        width: 90%;
        left: 5%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 55px;
        text-align: center;

        /* center vertically */
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .article-touts-container .featured-section .deck .link {
        margin-bottom: 15px;
    }

    .article-touts-container .featured-section .deck .link a {
        font-size: 16px;
    }

    .newsletter-signup-container #newsletterSignup-form .row {
        margin: 0 20px;
    }

    .newsletter-signup-container #newsletterSignup-form {
        padding-top: 20px;
    }

    .newsletter-signup-container #newsletterSignup-form .form-elements-wrapper {
        width: 100%;
    }

    .newsletter-signup-container #newsletterSignup-form #userEmail {
        width: 70%;
    }

    .newsletter-signup-container #newsletterSignup-form input[type="submit"] {
        width: 30%;
    }

    .newsletter-signup-container .newsletterSignup-privacy {
        margin: 20px 0 0 20px;
        text-align: left;
    }

    .container.ad-container {
      padding: 0 20px;
    }
}
        
.repairpal-widget-container {
    float: none;
    padding: 50px 0;
    background-color: white;
    bottom: 5px;
    position: relative;
}

.repairpal-widget-container .repairpal-selector-form {
    margin-left: 0;
    margin-right: 0;
}

.repairpal-widget-container .repairpal-widget-container .powered-by-repairpal {
    text-align: left;
}

.repairpal-widget-container > div {
    margin-bottom: 25px;
}

.repairpal-widget-container .powered-by-repairpal {
    margin-bottom: 20px;
    margin-top: 20px;
}

.repairpal-widget-container .repairpal-header {
    margin-bottom: 10px;
    margin-top: 0;
}

.powered-by-repairpal {
    margin-bottom: 30px
}
@media only screen and (min-width: 1199px) {
    .repairpal-widget-container {
        width: 75%;
    }

    .repairpal-widget-container .powered-by-repairpal {
        text-align: left;
        margin-top: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .repairpal-widget-container {
        bottom: 36px;
    }

    .repairpal-widget-container > div {
        margin-bottom: 8px;
    }
}
@media only screen and (max-width: 767px) {
    .repairpal-widget-container > div {
        margin-bottom: 2px;
    }
}
.repairpal-anchor.crux-body-copy a,.repairpal-anchor.crux-body-copy a:hover{border-bottom:0}html{-ms-overflow-style:-ms-autohiding-scrollbar}.repairpal-selector-form__input-value a.select-box:after{color:#000;content:"\F078";font-family:FontAwesome;font-size:18px;position:absolute;right:14px;top:16px;transform:translateY(5%);z-index:20}@media (min-width:1200px){.model-size,.year-size{width:261px!important}}@media (min-width:768px) and (max-width:1199px){.model-size,.year-size{width:231px!important}}.rel-position{position:relative}.search-term{font-family:Averta W01 Bold,Helvetica,Arial,sans-serif}.service-container-flex{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.repairpal-selector-form{margin-left:auto;margin-right:auto;max-width:800px;position:relative}@media (max-width:767px){.repairpal-selector-form{padding-left:0;padding-right:0;width:92%}}@media (max-width:767px){.repairpal-selector-form__repair-needed{margin-bottom:-1px!important}}.repairpal-selector-form__row{padding-bottom:5px}@media (max-width:767px){.repairpal-selector-form__row{padding-bottom:0}}.repairpal-selector-form__mobile-full-list{font-size:18px;padding-bottom:20px;padding-left:10px;text-decoration:underline}@media (min-width:1200px){.repairpal-selector-form__input-button{padding-right:2px}}@media (min-width:768px) and (max-width:1199px){.repairpal-selector-form__input-button{padding-right:1px}}@media (max-width:767px){.repairpal-selector-form__input-button{margin-bottom:10px;margin-right:15px;padding-left:0;padding-right:0;padding-top:10px;width:168px}}.repairpal-selector-form__input-button a{background-color:#00ae4d;border:0;color:#fff;cursor:pointer;display:inline-block;font-family:Averta W01 Regular,Helvetica,Arial,sans-serif;font-size:2.2rem;font-weight:400;height:60px;line-height:60px;position:relative;text-align:center;text-decoration:none;-ms-touch-action:manipulation;touch-action:manipulation;transition:background-color .3s ease;white-space:nowrap;width:100%}@media (max-width:767px){.repairpal-selector-form__input-button a{font-size:1.6rem}}.repairpal-selector-form__input-button a:focus,.repairpal-selector-form__input-button a:hover{background:#000;text-decoration:none}.repairpal-selector-form__input-value--size{background-color:#fff;border:1px solid #999;color:#000;cursor:pointer;display:inline-block;font-family:Averta W01 Regular,Helvetica,Arial,sans-serif;font-size:2.2rem;font-weight:400;height:60px;overflow:hidden;padding:15px 30px 17px 15px;position:relative;text-overflow:ellipsis;white-space:nowrap;width:100%}@media (min-width:1200px){.repairpal-selector-form__input-value--size{padding-right:0}}@media (min-width:768px) and (max-width:1199px){.repairpal-selector-form__input-value--size{padding-right:0}}@media (max-width:767px){.repairpal-selector-form__input-value--size{font-size:1.6rem;margin-bottom:2px}}.repairpal-selector-form__input-value--size:focus,.repairpal-selector-form__input-value--size:hover{text-decoration:none}@media (min-width:1200px){.repairpal-selector-form__input-value{padding-right:0}}@media (min-width:768px) and (max-width:1199px){.repairpal-selector-form__input-value{padding-right:0}}@media (max-width:767px){.repairpal-selector-form__input-value{margin-bottom:5px;padding-left:0;padding-right:0}}.repairpal-selector-form__input-value input{border-radius:0}.repairpal-selector-form__input-value a.select-box{background-color:#fff;border:1px solid #999;color:#000;cursor:pointer;display:inline-block;font-family:Averta W01 Regular,Helvetica,Arial,sans-serif;font-size:2.2rem;font-weight:400;height:60px;overflow:hidden;padding:15px 30px 17px 15px;position:relative;text-overflow:ellipsis;white-space:nowrap;width:100%}@media (max-width:767px){.repairpal-selector-form__input-value a.select-box{font-size:1.6rem}}.repairpal-selector-form__input-value a.select-box:focus,.repairpal-selector-form__input-value a.select-box:hover{text-decoration:none}@media (max-width:767px){.repairpal-selector-form__selector-btn>a{width:100%}}.repairpal-selector-form__dropdown{background-color:#fff;border:1px solid #999;max-height:420px;overflow-y:scroll;position:absolute;top:59px;width:98.2%;z-index:101}@media (max-width:767px){.repairpal-selector-form__dropdown{height:100%;margin-left:0;margin-right:0;max-height:375px;overflow-y:scroll;position:absolute;top:45px;width:100%;z-index:101}}@media (min-width:768px) and (max-width:1199px){.repairpal-selector-form__dropdown{width:98.1%}}.repairpal-selector-form__dropdown-brand-info{text-align:center}@media (max-width:767px){.repairpal-selector-form__dropdown-brand-info{margin:0 0 10px 10px;text-align:left}}.repairpal-selector-form__dropdown-mobile-make-label{font-size:22px}.repairpal-selector-form__dropdown-list{column-width:140px;padding:15px 25px}@media (max-width:767px){.repairpal-selector-form__dropdown-list{column-width:inherit}}.repairpal-selector-form__dropdown-list>a{color:#000;display:block;font-family:Averta W01 Regular,Helvetica,Arial,sans-serif;font-size:22px;font-weight:400;line-height:normal;margin-bottom:10px;text-decoration:none}.repairpal-selector-form__dropdown-list>a:focus,.repairpal-selector-form__dropdown-list>a:hover{color:#078fd4}.repairpal-selector-form__dropdown-list .car-model-list>span{display:block;font-size:16px;font-weight:300}.repairpal-selector-form__dropdown-list .car-model-list>a{color:#000;display:block;font-family:Averta W01 Regular,Helvetica,Arial,sans-serif;font-size:22px;font-weight:400;line-height:normal;margin-bottom:10px;margin-left:15px}.repairpal-selector-form__dropdown-list .car-model-list>a:focus,.repairpal-selector-form__dropdown-list .car-model-list>a:hover{color:#078fd4;text-decoration:none}.repairpal-selector-form__dropdown-list .car-model-list>a.disabled{cursor:default}.repairpal-selector-form__dropdown-list .car-model-list>a.disabled:focus,.repairpal-selector-form__dropdown-list .car-model-list>a.disabled:hover{color:inherit;text-decoration:none}.repairpal-selector-form__dropdown-single_list{padding:15px 25px}@media (max-width:767px){.repairpal-selector-form__dropdown-single_list{column-width:inherit}}.repairpal-selector-form__dropdown-single_list>a{color:#000;display:block;font-family:Averta W01 Regular,Helvetica,Arial,sans-serif;font-size:22px;font-weight:400;line-height:normal;margin-bottom:10px;text-decoration:none}.repairpal-selector-form__dropdown-single_list>a:focus,.repairpal-selector-form__dropdown-single_list>a:hover{color:#078fd4}.repairpal-selector-form__dropdown-single_list .car-model-list{margin-bottom:10px}.repairpal-selector-form__dropdown-single_list .car-model-list>span{display:block;font-size:16px;font-weight:300}.repairpal-selector-form__dropdown-single_list .car-model-list>a{color:#000;display:block;font-size:22px;font-weight:100;margin-left:15px}.repairpal-selector-form__dropdown-single_list .car-model-list>a:focus,.repairpal-selector-form__dropdown-single_list .car-model-list>a:hover{color:#078fd4;text-decoration:none}.repairpal-selector-form__dropdown-single_list .car-model-list>a.disabled{cursor:default}.repairpal-selector-form__dropdown-single_list .car-model-list>a.disabled:focus,.repairpal-selector-form__dropdown-single_list .car-model-list>a.disabled:hover{color:inherit;text-decoration:none}.repairpal-selector-form__dropdown>div>a{color:#078fd4;font-size:14px}@media (min-width:1200px){.repairpal-selector-form--make{left:15px;overflow-y:hidden;width:814px}}@media (max-width:767px){.repairpal-selector-form--make{height:auto;left:0;max-height:375px;padding:0;top:59px;width:100%}}@media (min-width:768px) and (max-width:1199px){.repairpal-selector-form--make{overflow-y:hidden;width:723px}}.repairpal-selector-form--year{max-height:inherit;overflow-y:scroll}@media (min-width:1200px){.repairpal-selector-form--year{height:189px}}@media (min-width:768px) and (max-width:1199px){.repairpal-selector-form--year{height:189px}}@media (max-width:767px){.repairpal-selector-form--year{height:auto;left:0;max-height:375px;padding:15px 0 0;top:58px}}.repairpal-selector-form--year .repairpal-selector-form__dropdown-list{column-width:155px;padding:15px 30px}@media (max-width:767px){.repairpal-selector-form--year .repairpal-selector-form__dropdown-list{border-left:0;column-width:inherit;padding:0 25px}}.repairpal-selector-form--model{margin:0;overflow-y:scroll}@media (max-width:767px){.repairpal-selector-form--model{height:auto;left:0;right:inherit;top:58px;width:100%}}.repairpal-selector-form--model>div{padding-left:5px;padding-right:5px}.repairpal-selector-form--model>div>.row{margin:0;padding:15px 10px}.repairpal-selector-form--location{top:59px}@media (min-width:1200px){.repairpal-selector-form--location{width:340px}}@media (min-width:768px) and (max-width:1199px){.repairpal-selector-form--location{width:317px}}@media (max-width:767px){.repairpal-selector-form--location{height:auto;left:0;right:inherit;width:100%}}.repairpal-selector-form--service{top:59px}@media (min-width:1200px){.repairpal-selector-form--service{width:400px}}@media (min-width:768px) and (max-width:1199px){.repairpal-selector-form--service{width:354px}}@media (max-width:767px){.repairpal-selector-form--service{height:auto;left:0;right:inherit;top:59px;width:100%}}.repairpal-selector-form--input-button--disabled>a{background:#c8c8c8;color:#dcdcdc;cursor:default;text-decoration:none}.repairpal-selector-form--input-button--disabled>a:focus,.repairpal-selector-form--input-button--disabled>a:hover{background:#c8c8c8;text-decoration:none}.repairpal-selector-form--disabled{color:#c8c8c8;cursor:default}.repairpal-selector-form--disabled>input:-ms-input-placeholder,.repairpal-selector-form--disabled input{background-color:#f0f0f0;color:#dcdcdc;opacity:1}.repairpal-selector-form--disabled>input::placeholder,.repairpal-selector-form--disabled input{background-color:#f0f0f0;color:#dcdcdc;opacity:1}.repairpal-selector-form--disabled>a.select-box{background-color:#f0f0f0;color:#dcdcdc;cursor:default}.repairpal-selector-form--disabled>a.select-box:after{color:#dcdcdc}.repairpal-selector-form__services-modal-link{display:inline-block;padding-left:3%;text-decoration:underline}@media (max-width:767px){.repairpal-selector-form__services-modal-link{padding:2%}}.repairpal-selector-form__services-modal-link--disabled{cursor:default;opacity:.5;text-decoration:none}.repairpal-selector-form__services-modal-link--disabled:focus,.repairpal-selector-form__services-modal-link--disabled:hover{text-decoration:none}.services-modal-background{background-color:rgba(0,0,0,.5);bottom:0;height:100%;left:0;overflow:hidden;position:fixed;right:0;top:0;width:100%;z-index:265}.services-modal-popup{background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:2% auto 5%;opacity:1;width:1030px;z-index:99999}@media (max-width:767px){.services-modal-popup{height:100%;margin:0 auto;overflow-x:scroll;width:100%}}@media (min-width:768px) and (max-width:1199px){.services-modal-popup{height:100%;margin:0;overflow:hidden;width:100%}}@media (min-width:1200px){.services-modal-popup{height:90%;overflow:hidden}}.services-modal-popup__header{background-color:#f0f0f0;margin-bottom:10px;padding:20px 30px}@media (max-width:767px){.services-modal-popup__header{padding:20px 30px 20px 0}}.services-modal-popup__content{overflow-y:auto}@media (max-width:767px){.services-modal-popup__content{max-height:90%}}@media (max-width:767px){.services-modal-popup__title{padding-left:10px;padding-right:10px}}@media (max-width:767px){.services-modal-popup__limit-label{padding-left:10px}}@media (min-width:1200px){.services-modal-popup__category{margin-left:30px;padding-bottom:30px}}@media (min-width:768px) and (max-width:1199px){.services-modal-popup__category{margin-left:30px}}.services-modal-popup__footer{-ms-flex-align:center;align-items:center;background-color:#f0f0f0;display:-ms-flexbox;display:flex;min-height:100px;padding:20px 30px}@media (max-width:767px){.services-modal-popup__footer{padding:10px 20px}.services-modal-popup__footer>div>.repairpal-selector-form__input-button{width:100%}}.services-modal-popup__cancel{-ms-flex:1;flex:1}.services-modal-popup__submit a{padding:0 30px}@media (max-width:767px){.services-modal-popup__submit a{padding:0 10px}}.services-modal-popup__last-line{border-top:1px solid #000;height:10px;margin-bottom:10px;margin-top:-32px}.services-modal-popup__close>a{color:#000;float:right;height:17px;padding:3% 0;width:17px}@media (max-width:767px){.services-modal-popup__close>a{padding:4% 0}}@media (min-width:1200px){.services-modal-popup__individual{column-count:3;columns:3}.services-modal-popup__individual>.services-type{page-break-inside:avoid}}.services-modal-popup__individual-title{margin-bottom:-35px;padding-top:35px}@media (max-width:767px){.services-modal-popup__individual-title{margin-bottom:0;padding-top:36px}}.services-modal-popup__category-name{clear:both;padding-bottom:25px}@media (max-width:767px){.services-modal-popup__category-name{padding-left:10px;padding-right:10px}}.services-type__more-less{float:left;padding-bottom:20px;padding-right:69px;width:320px}.services-type__more-less>a{color:#000;font-size:16px;margin-left:10px;text-decoration:underline}.services-type__service{float:left;padding-bottom:20px;padding-right:69px;width:318px}.services-type__service input[type=checkbox]{display:none}.services-type__service span{display:table-cell;padding-left:20px}.services-type__heading{clear:both;padding-bottom:20px;padding-top:40px}@media (max-width:767px){.services-type__heading{border-top:1px solid #979797;padding:18px 10px}}.services-type__service-addons{margin-left:30px}.services-type__service-variants{cursor:pointer;display:table;padding-left:60px}.services-type__service-variants span{display:inline-table;padding-left:20px}.services-type__service-variant,.services-type__service-variant input{cursor:pointer}.services-type__service-variant label{padding-left:10px!important}.services-type__service-variant label.rp-radio{width:150px}.services-type__service-variant label:before{display:none!important}.crux-icons-caret-down-small,.crux-icons-caret-up-small{float:right}@media (max-width:767px){.crux-icons-caret-down-small,.crux-icons-caret-up-small{top:5px}}@media (max-width:767px){.repairpal-checkbox{padding-left:10px}}.repairpal-checkbox label{cursor:pointer;display:inline-block;font-family:Averta W01 Regular,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.25em;margin-bottom:0;padding-left:35px;padding-top:2px;position:relative}.repairpal-checkbox label:before{background-color:#fff;border:2px solid #d3d3d3;color:#f3f3f3;content:"";display:block;font-family:FontAwesome;font-size:14px!important;height:19px;left:0;line-height:16.5px!important;position:absolute;text-align:center;top:4px;width:19px}@media (max-width:767px){.repairpal-checkbox label:before{font-size:16px}}.repairpal-checkbox input[type=checkbox]:checked+label:before{background-color:#00ae4d;border-color:#00ae4d;content:"\F00C"}.columns-container{display:table;table-layout:fixed;width:100%}.columns-container__column{display:table-cell}
#topics .sectionHeader {
    margin: 0;
}

#topics .container {
    padding: 20px 0 0 0;
    width: 100%;
}

#topics .container .row > div {
    text-align: center;
}

.topic-item {
    display: inline-block;
    padding: 7px 15px 0 15px;
    height: 45px;
    margin-bottom: 15px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 24px;
}

.topic-item:after {
    content: "\a";
    white-space: pre;
}

.topic-item-grey {
    display: inline-block;
    background: #ddd;
    padding: 7px 15px 0 15px;
    height: 45px;
    margin-bottom: 15px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 24px;
    /*box-shadow: 0.50em 0 0 #ddd, -0.50em 0 0 #ddd;*/
}

.topic-item a {
    color: #fff;
    text-transform: uppercase;
}

.topic-item-grey a {
    color: #000;
    text-transform: uppercase;
}

@media (min-width: 581px) and (max-width: 612px) {
    .topic-item {
        display: table;
        max-width: 540px;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 580px) {
    .topic-item {
        display: table;
        max-width: 520px;
        text-align: center;
        width: 100%;
    }

    .topic-item:after {
        content: "";
    }
}

@media only screen and (max-width: 767px) {
    #topics {
        min-height: 0;
        padding: 0;
    }

    #topics .container {
        padding: 30px 0 15px 0;
    }

    .topic-item-grey,
    .topic-item {
        width: 100%;
        height: auto;
        min-width: auto;
        max-width: none;
        padding: 7px 15px;
    }

    .topic-item-grey a,
    .topic-item a {
        display: inline-block;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
    }
}
.newsletter-sign-up-wrapper {
    margin-top: 0;
    margin-bottom: 60px;
}
.newsletter-sign-up-wrapper .crux-component-title,
.newsletter-sign-up-wrapper .newsletter-sign-up__text::first-letter {
    text-transform: capitalize;
}

@media (min-width: 1200px) {
    .newsletter-sign-up-wrapper .newsletter-sign-up {
        width: 100%;
        float: none;
    }

    .newsletter-sign-up-wrapper .newsletter-sign-up__form--email-input-container {
        display: inline-block;
        position: static;
        width: 410px;
    }

    .newsletter-sign-up-wrapper .newsletter-sign-up__form--submit-button-container {
        display: inline-block;
        position: relative;
        top: -17px;
        width: 200px;
        margin-left: 20px;
    }
}

@media (max-width: 1199px) {
    .newsletter-sign-up__form .newsletter-sign-up {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .newsletter-sign-up-wrapper {
        margin-top: 0;
        margin-bottom: 30px;
    }
}
@-webkit-keyframes adRendered {
    from {
        -webkit-opacity: 0.99;
    }
    to {
        -webkit-opacity: 1;
    }
}

@-moz-keyframes adRendered {
    from {
        -moz-opacity: 0.99;
    }
    to {
        -moz-opacity: 1;
    }
}

@keyframes adRendered {
    from {
        opacity: 0.99;
    }
    to {
        opacity: 1;
    }
}

.adSpace .dxTag > *,
.ad-space-article-cq-wrapper .dxTag > * {
    -webkit-animation-name: adRendered;
    -webkit-animation-duration: 0.001s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: adRendered;
    -moz-animation-duration: 0.001s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: 1;
    animation-name: adRendered;
    animation-duration: 0.001s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}
.adSpace__adWrap {
    max-width: 1170px;
    margin: 0 auto 60px;
}

.adSpace__adWrap.full-width {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.crux-container .adSpace__adWrap.full-width,
.container .adSpace__adWrap.full-width {
    max-width: initial;
    margin-left: calc(-100vw / 2 + 1170px / 2);
    margin-right: calc(-100vw / 2 + 1170px / 2);
}

.cq-wcm-edit .container .adSpace,
.cq-wcm-edit .crux-container .adSpace {
    margin-left: calc(-100vw / 2 + 1200px / 2);
    margin-right: calc(-100vw / 2 + 1200px / 2);
}

.cq-wcm-edit .container .adSpace .full-width,
.cq-wcm-edit .crux-container .full-width {
    margin-left: 0;
    margin-right: 0;
}

.adWrap {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.full-width .adWrap {
    max-width: 100%;
    margin: 0;
}

.adWrap iframe {
    width: 100%;
}

.adWrap .dxTag img {
    width: 100%;
    height: auto;
}

.full-width .adWrap iframe,
.adWrap .dxTag img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}

.adSpace__adWrap--bordered {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


/* Overides needed to allow Ads with new UX Style to display same as old Ads, while allowing old Ads to display correctly. */
.adspace.adspace-cars {
    padding: 30px 16px;
}

.adspace__title {
	padding-bottom: 10px;
}

.adspace__sub-title {
	padding-bottom: 20px;
}

.adspace-btn-wrapper .crux-btn {
    margin-bottom: 5px;
}

@media only screen and (min-width: 1199px) {
    .adspace__sub-title {
        width: 700px;
    }
}
@media only screen and (max-width: 1199px) {
    .adSpace__adWrap {
        width: 750px;
    }

    .adSpace__adWrap.full-width {
        width: 100%;
    }

    .crux-container .adSpace__adWrap.full-width,
    .container .adSpace__adWrap.full-width {
        width: auto;
        margin-left: calc(-100vw / 2 + 738px / 2);
        margin-right: calc(-100vw / 2 + 738px / 2);
    }
}

@media only screen and (max-width: 767px) {
    .adSpace {
        width: auto;
    }

    .adSpace__adWrap {
        margin-top: 0;
        margin-bottom: 30px;
        width: 100%;
    }

    .adSpace__adWrap--bordered {
        margin-left: 5%;
        margin-right: 5%;
    }

    .adSpace__adWrap.full-width {
        margin-left: 0;
        margin-right: 0;
    }

    .crux-container .adSpace__adWrap.full-width,
    .container .adSpace__adWrap.full-width {
        margin-left: calc(-100vw / 2 + 50%);
        margin-right: calc(-100vw / 2 + 50%);
    }

    .adWrap {
        padding: 0;
    }
}
.affix-sharing {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  margin-left:0;
  z-index: 250;
}
.affix-sharing.social-pushed {
  z-index: 50;
}

.hero-video .affix-sharing:before{
  height: 56.25vw;
  max-height: 100vh;
}

.affix-sharing .social_sharing_wrapper {
  padding-top: 220px;
}

.affix-sharing.social-pulled .social_sharing_wrapper {
  position: absolute;
}
.affix-sharing.social-fixed .social_sharing_wrapper {
  position: fixed;
  width: 0;
}
.affix-sharing.social-pushed .social_sharing_wrapper {
  position: absolute;
}

/*========================================================================*/

.social_sharing_module {
  position: relative;
  width:40px;
  min-height: 362px;
}

.social_sharing_module .social-shares {
	display:inline-block;
	font-size:12px;
    font-weight: 700;
    font-family: 'Helvetica W01';
    vertical-align: top;
	line-height:14px;
    padding: 0;
    margin: 0 0 10px;
    width: 44px;
    text-align: center;
}

.social_sharing_module .social-shares-total {
	font-size:19px;
	font-weight:700;
}

.social_sharing_module a {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  background: #ccc;
  margin-right: 9px;
  vertical-align: top;
  margin-bottom:10px;
}

.social_sharing_module a span {
  display: none;
}

.social_sharing_module .icon {
  background-image: url('../../../../electronics/images/social_sprite_2x.png');
  background-size: 30px 246px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
}
.social_sharing_module .bg {
  width: 44px;
  height: 44px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .07s ease-in;
  -moz-transition: all .07s ease-in;
  -ms-transition: all .07s ease-in;
  -o-transition: all .07s ease-in;
  transition: all .07s ease-in;
}

.social_sharing_module a:hover .bg {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


.social_sharing_module a.facebook,
.social_sharing_module .bg.facebook {
  background-color: #3b5998;
}

.social_sharing_module .icon.facebook {
  background-position: center -107px;
}

.social_sharing_module a.twitter,
.social_sharing_module .bg.twitter {
  background-color: #4099FF;
}

.social_sharing_module .icon.twitter {
  background-position: center -38px;
}

.social_sharing_module a.pinterest,
.social_sharing_module .bg.pinterest {
  background-color: #C92228;
}

.social_sharing_module .icon.pinterest {
  background-position: center -71px;
}

.social_sharing_module a.email,
.social_sharing_module .bg.email {
  background-color: #078FD4;
}

.social_sharing_module .icon.email {
  background-position: center -173px;
}

.social_sharing_module a.print,
.social_sharing_module .bg.print {
  background-color: #9B9B9B;
}

.social_sharing_module .icon.print {
  background-position: center -204px;
}

.email-share.in {
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.email-share.in .modal-dialog {
    width: 729px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f0f0f0;
    padding: 55px 60px 60px;
    margin: 0 auto;
    min-height: 585px;
}

.email-share .close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.email-share h2 {
    margin: 0;
}

.email-share input {
    width: 100%;
    border: solid 1px #999999;
    padding: 15px;
    margin-top: 30px;
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.27;
    color: #000000;
}

.email-share input[placeholder] {
    color: #000;
}

.email-share input::placeholder {
    color: #999999;
}

.email-share input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999;
}
.email-share input::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
}
.email-share input:-ms-input-placeholder { /* IE 10+ */
    color: #999999;
}
.email-share input:-moz-placeholder { /* Firefox 18- */
    color: #999999;
}

.email-share input.parsley-error {
    border: solid 2px #ec1c24;
    color: #ec1c24;
    padding-right: 60px;
}

.email-share .parsley-errors-list {
    position: relative;
    padding: 0;
    margin: 0;
}

.email-share .parsley-errors-list li {
    display: block;
    padding: 5px 10px 0;
    margin: 0;
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.44;
    color: #ec1c24;
}

.email-share .parsley-errors-list li:after {
    content: '¥';
    font-family: "crux-icons";
    font-size: 45px;
    position: absolute;
    right: 10px;
    top: -62px;
}

.email-share input[type="checkbox"] {
    display: none;
}

.email-share .chkbox-wrapper {
    width: 100%;
    margin-top: 30px;
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    display: inline-block;
}

.email-share .chkbox {
    float: left;
    border: 2px solid #999;
    margin-top: 2px;
    margin-right: 20px;
    width: 23px;
    height: 23px;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
}

.email-share input:checked + .chkbox:after {
    content: "\6d";
    display: block;
    height: 23px;
    width: 23px;
    font-weight: 400;
    line-height: 1;
    font-family: 'crux-icons';
    top: -2px;
    left: -2px;
    padding: 3px;
    position: relative;
    font-size: 18px;
    color: #fff;
    background-color: #00AE4D;
    box-sizing: border-box;
}

.email-share .crux-btn-primary--lg {
    margin-top: 35px;
    margin-bottom: 0;
    border-radius: 0;
}

.email-share .disclaimer {
    margin-top: 30px;
    margin-bottom: 0;
}

.email-share .crux-body-copy a {
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
}

.send-to-friend-error-msg,
.send-to-friend-message {
    position: absolute;
    top: 45%;
}

.send-to-friend-spinner {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../../../../electronics/images/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 1199px) {
    .email-share.in .modal-dialog {
        transform: none;
        top: 15px;
    }
}

@media (max-width: 767px) {
    .email-share.in .modal-dialog {
        top: 0;
        width: 100%;
        padding: 80px 30px 35px;
        min-height: 100%;
    }

    .email-share .chkbox {
        margin-bottom: 10px;
    }
}
.button {
    display: inline-block;
    height: 45px;
    width: 45px;
    background-color: #f0f0f0;
    color: black;
    margin-bottom: 10px;
}

.button:focus {
    outline: 0;
}

.button:hover,
.button:focus {
    color: white;
    text-decoration: none;
}

.button .crux-icons:before {
    top: 9px;
    left: 10px;
    font-size: 25px;
    vertical-align: text-top;
}

.social-facebook:hover,
.social-facebook:focus {
    background-color: #3b5998;
}

.social-twitter:hover,
.social-twitter:focus {
    background-color: #078fd4;
}

.social-pinterest:hover,
.social-pinterest:focus {
    background-color: #bd081c;
}


.social-facebook .crux-icons:before {
    font-size: 24px;
    top: 8px;
    left: 11px;
}

.social-print .crux-icons:before {
    font-size: 29px;
    left: 8px;
    top: 7px;
}

.social-twitter .crux-icons:before {
    font-size: 22px;
    left: 12px;
    top: 10px;
}

.social-collapse {
    background-color: white;
}

.social-collapse:active,
.social-collapse:focus,
.social-collapse:hover {
    color: black;
}

.social-email:hover,
.social-print:hover,
.social-email:focus,
.social-print:focus {
    background-color: #00ae4d;
}

.collapsible {
    display: inline-block;
}

.social-collapse {
    display: none;
}

.new-social-wrapper{
    margin-top: 75px;
    margin-bottom: 15px;
    text-align: right;
}

@media (max-width: 1199px) {
    .button {
        margin-bottom: 0;
    }


    .collapsible.collapsed {
        display: none;
    }

    .collapsible.collapse-off.collapsed {
        display: block;
    }

    .collapsible.collapse-on + .social-collapse {
        display: inline-block;
    }

    .collapsible.collapse-off + .social-collapse {
        display: none;
    }

    .new-social-wrapper {
        margin-top: 40px;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .social-print {
        display: none;
    }

    .new-social-wrapper {
        margin-top: 25px;
        margin-bottom: 5px;
    }
}

.new-email-share.in {
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.new-email-share.in .modal-dialog {
    width: 729px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f0f0f0;
    padding: 55px 60px 60px;
    margin: 0 auto;
    min-height: 585px;
}

.new-email-share .close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.new-email-share h2 {
    margin: 0;
}

.new-email-share input {
    width: 100%;
    border: solid 1px #999999;
    padding: 15px;
    margin-top: 30px;
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.27;
    color: #000000;
}

.new-email-share input[placeholder] {
    color: #000;
}

.new-email-share input::placeholder {
    color: #999999;
}

.new-email-share input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999;
}
.new-email-share input::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
}
.new-email-share input:-ms-input-placeholder { /* IE 10+ */
    color: #999999;
}
.new-email-share input:-moz-placeholder { /* Firefox 18- */
    color: #999999;
}

.new-email-share input.parsley-error {
    border: solid 2px #ec1c24;
    color: #ec1c24;
    padding-right: 60px;
}

.new-email-share .parsley-errors-list {
    position: relative;
    padding: 0;
    margin: 0;
}

.new-email-share .parsley-errors-list li {
    display: block;
    padding: 5px 10px 0;
    margin: 0;
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.44;
    color: #ec1c24;
}

.new-email-share .parsley-errors-list li:after {
    content: '¥';
    font-family: "crux-icons";
    font-size: 45px;
    position: absolute;
    right: 10px;
    top: -62px;
}

.new-email-share input[type="checkbox"] {
    display: none;
}

.new-email-share .chkbox-wrapper {
    width: 100%;
    margin-top: 30px;
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    display: inline-block;
}

.new-email-share .chkbox {
    float: left;
    border: 2px solid #999;
    margin-top: 2px;
    margin-right: 20px;
    width: 23px;
    height: 23px;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
}

.new-email-share input:checked + .chkbox:after {
    content: "\6d";
    display: block;
    height: 23px;
    width: 23px;
    font-weight: 400;
    line-height: 1;
    font-family: 'crux-icons';
    top: -2px;
    left: -2px;
    padding: 3px;
    position: relative;
    font-size: 18px;
    color: #fff;
    background-color: #00AE4D;
    box-sizing: border-box;
}

.new-email-share .crux-btn-primary--lg {
    margin-top: 35px;
    margin-bottom: 0;
    border-radius: 0;
}

.new-email-share .disclaimer {
    margin-top: 30px;
    margin-bottom: 0;
}

.new-email-share .crux-body-copy a {
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;

}

.send-to-friend-error-msg,
.send-to-friend-message {
    position: absolute;
    top: 45%;
}

@media (max-width: 1199px) {
    .new-email-share.in .modal-dialog {
        transform: none;
        top: 15px;
    }
    
}

@media (max-width: 767px) {
    .new-email-share.in .modal-dialog {
        top: 0;
        width: 100%;
        padding: 80px 30px 35px;
        min-height: 100%;
    }

    .new-email-share .chkbox {
        margin-bottom: 10px;
    }

}
.social-static-share {
    background-image: url("../../../../electronics/mweb/images/icn_share.svg");
    height: 45px;
    width: 46px;
    display: block;
}

.social-static-buttons .social_sharing_wrapper {
    padding-top: 15px;
}
.social-static-buttons {
    height: 0;
}
.social-static-buttons .social_sharing_module .bg {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.social-static-buttons .social_sharing_module a {
    border-radius: 30px;
    margin-bottom:5px;
}
/* topics page */

/* core elements start */
body{
	background-color:#fff;
}


/* core elements  end */

/* page start */
#content{
	margin:0 auto;
}

.sampleBox{
	width:100%;
	min-height:200px;
	margin-bottom: 20px;
	background-color:#00CED1;
	outline:1px solid red;
}

.powered-by-repairpal {
	background-color: #FFFFFF;

}

@media all and (max-width:1173px) {
    .container div[class*="col-sm"]:not(.repairpal-selector-form__input-value):not(.repairpal-selector-form__input-button):not(.services-modal-link),
    .container div[class*="col-md"]:not(.repairpal-selector-form__input-value):not(.repairpal-selector-form__input-button):not(.services-modal-link),
    .container div[class*="col-lg"]:not(.repairpal-selector-form__input-value):not(.repairpal-selector-form__input-button):not(.services-modal-link){
        float: none;
        width:100%;
        margin:0;
        padding:0;
    }
    .container,
    .container-fluid,
    .row:not(.repairpal-selector-form__row):not(.repairpal-selector-form__dropdown-list) {
        margin:0;
        padding:0;
    }
    .row .repairpal-selector-form__dropdown-list {
        margin:0;
    }
    .container{
        width:100%;
    }
    .powered-by-repairpal {
        padding-left: 30px;
    }
    .repairpal-widget-container {
        padding-bottom: 10px;
    }
    .repairpal-selector-form__row {
        padding-bottom: 10px;
    }
}

/* page end */

/* components start */
/* header */
.header-cq-wrapper.section{
	background-color:#000;
}

/* components end */


/* overrides start */
.heroSection-cq-wrapper {
    min-height: 0;
}

.row .col-centered{
    float: none;
    margin: 0 auto;
}

.txt-centered{
	text-align: center;
}

@media all and (max-width:1080px) {


}
/* overrides end */

/* header and description start */
.row.content-header-row{
	margin-bottom:50px;
}
.content-header{
	margin-bottom:35px;
}
.content-header h1{
    text-transform: capitalize;
	font-size:75px;
	font-weight: 100;
	color:#000;
	text-align: center;
}
.content-header .content-header-deck{
	font-size:24px;
	line-height:30px;
	font-weight: 300;
}
.content-header-row .bottom-line{
	width:100%;
	height:1px;
	margin:0 auto;
	background-color:#000;
}
.content-header-row .gift-icon{
	position:relative;
	display:block;
	width:32px;
	margin:0 auto;
	top:15px;
}

.social_sharing_wrapper {
	padding-top: 120px;
}

.social_sharing_module .print {
    display: none;
}

@media all and (max-width:1173px) {
	.content-header-row .bottom-line{
		width:90%;
	}
}

.car-ad-container {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.car-ad-container iframe {
    width: 100%;
}

/* prevent page from swimming at lower device widths */

body, header, .container {
   min-width: 10px!important;
}
.sign-in-dialog {
   width: auto;
}

/* styles for text ad at the bottom */
.call-to-action-container{
  font-family: 'Neue Helvetica W01', Helvetica;
  font-weight: 300;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}

.call-to-action-container a{
  color: #00ae4d;
  text-decoration: none;
}

.call-to-action-container a:hover{
  text-decoration: underline;
}

#global-footer {
    margin-top: 0;
}

@media all and (max-width: 799px) {
   .content-topic-tabs .topic-tab-item {
       margin-right: 0;
   }
}
@media all and (max-width: 499px) {
   .form-elements-wrapper {
       width: 100%;
   }
   #userEmail, .newsletterSignup-cq-wrapper .btn-primary {
       width: auto;
   }
   #userEmail, .btn {
       padding: 2%;
   }
   .article-touts-container .featured-section .image h2 {
       width: auto;
   }
   .nav-product-rating-list {
       margin: 0;
   }
   .repairpal-widget-container .crux-container {
      padding-left: 40px;
   }
}
/* header and description end */

@media all and (max-width:620px) {
    #x57{
        display: none;
    }
}

/* mobile breakpoints */

@media (max-width: 768px) {
  .row.content-header-row {
    margin-bottom: 0;
  }

  .content-header-row .content-header h1 {
    margin: 30px 20px 0;
    font-size: 35px;
    text-align: left;
  }

  .content-header .content-header-deck {
    margin: 20px 20px 0;
  }

  .content-header-row .content-header .paragraph {
      font-size: 18px;
  }

  .content-header-row .bottom-line {
    display: none;
  }

  .socialStatic {
    margin-right: 15px;
  }

}


