.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('../../../../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:nth-child(1){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;
}

/* mobile breakpoints */

@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('../../../../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: 50px;
}
.article-touts-container .featured-section{
    margin-bottom: 50px;
    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:768px) {
    /* 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 .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;
    text-align: center;
    background-color: white;
}

.repairpal-widget-container h2 {
    font-size: 40px;
    font-family: HELVETICA W01;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}

.repairpal-widget-container .repairpal-widget-subtitle {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 24px;
}

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

.repairpal-widget-container	.navigation-item-select, .repairpal-widget-container .zip {
    margin: 0 10px;
}

.repairpal-widget-container .repair {
    margin-top: 25px;
}

.repairpal-widget-container select, .repairpal-widget-container .zip input {
    background-color: #F3F3F3;
    font-size: 32px;
    font-family: NEUE HELVETICA W01;
    font-weight: 200;
    border: 0;
    padding: 0 20px;
    margin: 5px 0;
    height: 65px;
}

.repairpal-widget-container .zip-button input {
    padding: 0 45px;
    font-size: 18px;
    font-family: NEUE HELVETICA W01;
    font-weight: 500;
    border: 2px solid #999;
    background-color: white;
    height: 45px;
    color: #999;
}

.repairpal-widget-container .zip-button #Next_disabled {
    color: #D3D3D3;
    border: 2px solid #D3D3D3;
}

.repairpal-widget-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../../images/topicspage/dropdown-arrow.png) no-repeat #F3F3F3;
    background-position: right 20px center;
    padding-right: 45px;
}

.repairpal-widget-container select::-ms-expand {
    display: none;
}

.repairpal-widget-container select:disabled {
    color: #D3D3D3;
}

.repairpal-widget-container .powered-by-repairpal a {
    font-size: 16px;
    font-family: NEUE HELVETICA W01;
    font-weight: 200;
    color: black;
    text-decoration: none;
}

.repairpal-widget-container .powered-by-repairpal a {
    text-decoration: none;
}

.repairpal-widget-container .zip .typeahead-container {
    display: inline-block;
}

.repairpal-widget-container .zip .typeahead-container input {
    padding: 15px 20px;
}

.repairpal-widget-container #model_list {
    width: 260px;
}

@media (max-width: 768px) {
	.repairpal-widget-container .navigation-item-select, .repairpal-widget-container .zip {
    	margin: 0;
    }
    .repairpal-widget-container .navigation-item-select select, .repairpal-widget-container .zip input {
        width: 95%;
        margin: 5px 0px;
    }
    .repairpal-widget-container .zip .typeahead-container {
        width: 100%;
    }
    .repairpal-widget-container #model_list {
        width: 95%;
    }
}
#topics {
    min-height: 200px;
    padding-bottom: 50px;
    padding-top: 50px;
}

#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;
    }
}
.newsletterSignup-cq-wrapper {
    border-top: 3px solid #000;
    padding: 45px 0;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.newsletterSignup-cq-wrapper h2 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    padding: 0;
    margin: 0;
    line-height: 30px;
}

.newsletterSignup-cq-wrapper p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

.signup-side-left {
    /*min-width: 600px;*/
    padding: 0 0 0 50px;
}

.form-elements-wrapper {
    width: 500px;
}

.signup-side-right {
    padding: 13px 0;
}

.signup-side-right > label {
    display: table;
}

#userEmail {
    width: 280px;
    height: 45px;
    color: #999;
    outline: none;
    font-size: 18px;
    font-weight: lighter;
    padding: 10px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    vertical-align: top;
    float: left;
}

.newsletterSignup-cq-wrapper .btn-primary {
    background: #00ae4d;
    color: #fff;
    width: 145px;
    height: 45px;
    font-size: 18px;
    border: none;
    border-radius: 0;
    vertical-align: top;
    float: left;
}

.newsletterSignup-cq-wrapper .btn-primary:hover{
    background-color: #fff;
    color: #00ae4d;
    border: 2px solid #00ae4d;
}

.newsletterSignup-privacy{
    font-size: 12px;
    text-align: center;
}
@media only screen and (max-width: 767px) {

    .newsletterSignup-cq-wrapper {
        padding: 25px 0 30px;
    }

    .newsletterSignup-cq-wrapper .btn-primary {
        float: none;
        width: initial;
    }

    .signup-side-left {
        padding: 0 15px;
        text-align: center;
    }

    .signup-side-right {
        width: 100%;
        margin: 0;
        padding: 5px 15px;
    }

    .signup-side-right .form-elements-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
    	display: flex;
    	width: 100%;
    }

    .signup-side-right #userEmail {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
		flex: 1;
		float: none;
		display: block;
        border: 1px solid #999;
        -webkit-border-radius: 0;
        -webkit-appearance: none;
    }
}
.adSpace {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 1170px;
    margin: 15px auto 0px;
}

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

.adWrap iframe {
    width: 100%;
}

.adWrap .dxTag img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 1199px) {
    .adSpace {
        width: 750px;
    }
}

@media only screen and (max-width: 767px) {
    .adSpace {
        width: auto;
        margin-left: 5%;
        margin-right: 5%;
    }

    .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.gplus,
.social_sharing_module .bg.gplus {
  background-color: #d34836;
}

.social_sharing_module .icon.gplus {
  background-position: center -141px;
}

.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;
}

#emailshare {
    height:420px;
}

.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;
}

.send-to-friend-message,
.send-to-friend-error-msg {
    font-weight: 200;
    font-size: 36px;
    margin: 50px 0 15px 0;
}

/* modal form styles */

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

.email-share label .chkbox {
    float: left;
    border: 1px solid #666;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    margin-right: 8px;
    display: inline-block;
}

.email-share input + label {
    height: 22px;
    line-height: 22px;
    font-weight: 300;
    color: #666;
    vertical-align: top;
}

.email-share input:checked + label .chkbox {
    background: #078FD4;
    color: #fff;
    border: 1px solid #078FD4;
}

.email-share input:checked + label .chkbox:after {
    content: url("../../../../electronics/images/icon_white_check.png");
}

.email-share label[for="to"],
.email-share label[for="from"] {
    display: none;
}
.email-share input[type="password"],
.email-share input[type="text"],
.email-share input[type="email"] {
    font-size: 32px;
    font-family: "Neue Helvetica W01";
    font-weight: 100;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f6f6f6;
    border: none;
    padding: 0 10px;
    color: #999;
    margin-bottom: 20px;
}

.email-share input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

.email-share input.parsley-error,
.email-share select.parsley-error,
.email-share textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.email-share .parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.email-share .parsley-errors-list.filled {
    opacity: 1;
    margin-top: -15px;
    margin-bottom: 10px;
}

.email-share button {
    background: #00ae4d;
    border: 2px solid #00ae4d;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    display: block;
    margin: 20px auto;
    width: 110px;
    height: 44px;
    line-height: 40px;
}

.email-share button:hover {
    background:#fff;
    color:#00ae4d;
}

.email-share h2,
.email-share .h2 {
    font-weight: 200;
    font-size: 36px;
    margin: 0 0 15px 0;
}

.email-share p.disclaimer {
    margin: 30px 0 0 0;
    font-size: 12px;
}

.email-share .modal-content {
    border : none;
    box-shadow: none;
}

.email-share .modal-content .close-modal {
    background: url('../../../../electronics/images/shop-close.png');
    width: 43px;
    height: 43px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.email-share .modal-dialog {
    padding-top: 15%;
}
@media (max-width: 767px) {
    .email-share:before {
        content:"";
        display: block;
        width: 1px;
        float: left;
        height: calc(100% + 1px);
        margin-left: -1px;

    }
    .email-share:after{
        content:"";
        width: 100%;
        display: block;
        clear: both;
    }
    
    .email-share *{
        -webkit-overflow-scrolling: touch;
    }

}

body .modal-backdrop.in {
    background-color: #FFF;
    opacity: 0.95;
    position: fixed;
    z-index: 1030;
}

.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;
}

@media all and (max-width:1173px) {
    .container div[class*="col-sm"], .container div[class*="col-md"], .container div[class*="col-lg"]{
        float: none;
        width:100%;
        margin:0;
        padding:0;
    }
    .container, .container-fluid, .row{
        margin:0;
        padding:0;
    }
    .container{
        width:100%;
    }
}

/* 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%;
}

.container.ad-container {
	margin-bottom: 20px;
}

.container.newsletter-signup-container {
	margin-bottom: 50px;
}

/* 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;
}

@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;
   }
}
/* 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;
  }

}


