.advert-container {
    border-top: 1px solid #979797;
    padding: 54px 50px;
    display: none;
}

.advert-container__text {
    margin: 11px 0 15px 0;
}

.advert-container__btn {
    display: inline-block;
}
@media (max-width: 767px) {
    .advert-container {
        border: none;
        padding: 20px 0;
    }

    .advert-container__text {
        margin: 15px 0;
    }
}
.recircbar {
    min-height: 418px;
}

.recircitem {
    font: 200 24px/26px 'Neue Helvetica W01';
    color: #000000;
    padding-bottom:10px;
}

.recircitem a, .recircitem p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0 0 15px;
}

.recircitem .thumbnail {
    position:relative;
    display:block;
    margin-bottom:8px;
}

.recircitem.video .thumbnail::before {
    content:url('../../../../../electronics/images/icon_vid_play_sm.png');
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    -ms-transform: translate(-50%,-50%); /* IE 9 */
   	-webkit-transform: translate(-50%,-50%); /* Safari */
    transform: translate(-50%,-50%);
}

.recircitem img {
    width:100%;
    height:auto;
    border: 1px solid #d3d3d3;
}

.related-article__item:hover img {
     filter: grayscale(100%);
     margin: 0 auto;
     display: block;
}

.related-article__item .related-article__image {
    position: relative;
    margin-bottom: 15px;
}

.related-article__item:hover .related-article__image:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #00ae4d;
    mix-blend-mode: multiply;
    z-index: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .related-article__item:hover .related-article__image:before {
      opacity: 0;
   }
}

.recircbar h3 {
    padding: 50px 0;
    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .recircitem {
        font: 200 20px/22px 'Neue Helvetica W01';
    }

    .recircbar h3 {
        padding: 25px 0;
    }

}

@media (min-width: 768px){
    .recircitem{
        padding-bottom: 40px;
    }
    .recircbar {
        min-height: 0px;
    }
}

@media (min-width: 1200px) {
    .recircitem{
        padding-bottom: 60px;
    }
}

.recircbar .container .recircitem-container {
    padding: 0px;
}

.crux-article__bold-link:focus {
    text-decoration: none;
    color: #00AE4D;
}

.related-article--paid {
    margin-bottom: -20px;
}
.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;
    }

}
.container {
    max-width: 100%;
}

.sub-navigation .links .overview a {
    border-bottom: 4px solid #00ae4d
;
}

.social-share-total {
    font: inherit;
}
.recall-alert {
    padding: 50px;
    display: none;
    cursor: pointer;
}

.recall-alert.breaking {
    background: url('../../../../../cro/apage/images/Icon-Recall.svg') #ec1c24 5% center no-repeat;
}

.recall-alert.cautionary {
    background-color: #f6921e;
}

.recall-alert.regular, .recall-alert.featured {
    background-color: #515151;
}

.recall-alert > .container {
    position: relative;
}

.recall-alert_subhead {
    padding: 0 0 15px;
}

.recall-alert_body,
.recall-alert_body * {
    text-align: left;
    padding: 16px 0 0 0;
}

.recall-alert_body *,
.recall-alert_body p * {
    color: inherit;
    font: inherit;
}

.recall-alert_body a,
.recall-alert_body p a,
.recall-alert_body a:hover,
.recall-alert_body p a:hover {
    border-color: #fff;
    color: #fff;
}

.recall-alert_close {
    top: 0;
    right: 25px;
    position: absolute;
    padding: 0 10px;
    border: none;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    line-height: 45px;
}

.recall-alert .more-link {
    display: none;
}

@media (max-width: 767px) {
    .recall-alert {
        padding: 50px 0;
    }
}
@media only print {
    body .full-print-width {
        margin-left: 0;
        min-width: 100%;
        width: 100%;
    }

    .cr-print-logo {
        padding-top: 20px;
    }

    .recall-alert {
        padding: 50px 0;
    }

    .recall-alert_content, .recall-alert_content * {
        color: #000!important;
    }

    .recall-alert_body a,
    .recall-alert_body p a,
    .recall-alert_body a:hover,
    .recall-alert_body p a:hover {
        border-color: #000;
    }

    .recall-alert_close {
        display: none;
    }

    .cr-print-copyright p {
        border-top: 1px solid #000;
        margin: 0;
        padding: 15px 0;
    }

    .globalfooter,
    .acsModalBackdrop.acsAbandonButton {
        display: none;
    }
}

.gallery .vjs-control-bar,
.gallery .vjs-social-overlay,
.gallery .vjs-share-control {
    display: none!important;
}
.gallery .video-js.vjs-fullscreen .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 .video-js.vjs-fullscreen {
    padding-bottom: 0;
}

.gallery {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: auto;
    display: -webkit-flex;
    background-color: #F3F3F3;
    padding: 0 0 30px;
}

.gallery .video-js {
	height: 100%;
    min-width: 100%;
    width: 100%;
    padding-bottom: 56.25%;
}
.gallery .video-js.vjs-playing {
    z-index: 250;
}

.gallery .placeholder-img{
    width: 100%;
    height: 49vw;
}

.gallery .gallery-slide {
    -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.playing .gallery-slide-info,
.gallery.playing .gallery-slide-controls,
.gallery.playing .gallery-prev-slide,
.gallery.playing .gallery-next-slide {
    display: none;
}

.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 .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: 16vw;
    width: 16vw;
    margin: auto;
    background-size: 16vw 16vw;
    opacity: 0.8;
}
.gallery .gallery-slide-play:hover {
    opacity: 1;
}
.gallery .gallery-slide .gallery-slide-info .gallery-slide-title {
    position: absolute;
    top: 50px;
    width: 100%;
    padding: 0 50px;
    font-size: 2.5vw;
    color: #FFF;
    font-weight: 100;
    font-family: 'Averta W01 Regular';
}

.gallery .gallery-slide .gallery-slide-info .gallery-slide-title .title {
    font-weight: 100;
    font-family: 'Averta W01 Regular';
}

.gallery .gallery-slide div.gallery-slide-info .col-xs-12{
    padding: 0 15px;
}

.gallery .gallery-slide-controls {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 200;
    text-align: center;
    line-height: 50px;
}
.gallery .gallery-slide-controls .gallery-navigation-dots {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    padding-top: 10px;
}
.gallery .gallery-navigation-dots .dot {
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 10px;
    padding: 0;
}
.gallery .gallery-slide-controls .gallery-navigation-dots .dot.active {
    background-color: rgba(0, 174, 77, 0.7)
}

.gallery .gallery-slide-controls a:hover {
    background-color: rgba(255, 255, 255, 0.7);
}
.gallery .gallery-slide-controls a:hover:before {
    display: block;
}
.gallery .gallery-slide-controls a span {
    font-weight: bold;
}

.gallery a{
    outline:none;
    border: 0;
}

.gallery a.gallery-prev-slide,
.gallery a.gallery-next-slide {
    background-size: 90px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    width: 10%;
    position: absolute;
    cursor: pointer;
    z-index: 200;
}

.gallery a.gallery-prev-slide {
    left: 30px;
    background-image: url(../../../../../cro/apage/images/arrowGreyLeft.svg);
}

.gallery a.gallery-next-slide {
    left: auto;
    right: 30px;
    background-image: url(../../../../../cro/apage/images/arrowGreyRight.svg);
}

.gallery a.gallery-prev-slide.active,
.gallery a.gallery-next-slide.active {
    opacity: 1;
}

.gallery a.gallery-prev-slide.active:hover {
    background-image: url(../../../../../cro/apage/images/arrowGreenLeft.svg);
}

.gallery a.gallery-next-slide.active:hover{
    background-image: url(../../../../../cro/apage/images/arrowGreenRight.svg);
}

.gallery .col-xs-12{
    padding: 0;
    margin: 0;
}
.gallery .col-xs-6 {
    padding-top: 50px;
}

.gallery .mobile-slide-title {
    font-family: 'Averta W01 Regular';
    font-size: 16px;
    line-height: 18px;
    padding: 10px 0;
}

.gallery .col-xs-12 .mobile-slide-title {
    font-size: 20px;
    line-height: 28px;
    padding: 10px 15px;
}


/* removes iOS native play button */
video::-webkit-media-controls,
video::-webkit-media-controls-start-playback-button {
    display:none !important;
}

.gallery .mobile-play-button-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
}

.gallery .vjs-big-play-button {
    display: none !important;
}

.gallery .gallery-slide {
    position: relative;
}

.gallery .video-js.vjs-fullscreen.vjs-has-started.vjs-paused .vjs-big-play-button {
    display: block!important;
}

.gallery .slide-poster img {
    width: 100%;
}

@media (min-width: 768px) {
    .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,
    .gallery .video-js.vjs-fullscreen.vjs-paused .vjs-control-bar {
        display: -webkit-flex!important;
        display: flex!important;
    }
    .gallery {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0;
        overflow: hidden;
    }

    .gallery .mobile-slide-title {
        display: none;
    }

    .gallery .gallery-slide-play {
        height: 6vw;
        width: 6vw;
        background-size: 6vw 6vw;
    }

    .gallery .col-xs-12,
    .gallery .col-xs-6 {
        padding: 0;
        margin: 0;
        min-width: 100%;
    }

}

.video-container {
    padding: 0;
}

.video-container .videohub {
    padding: 30px 50px 50px;
}

.placeholder-img {
    width: 100%;
}

.video-container .video-thumb-thumbnail {
    border: 1px solid #A8A8A8;
    display: block;
    position: relative;
}

.video-container .title {
    color: #000;
    margin-bottom: 15px;
}

.video-container .video-thumb-title {
    font: bold 18px/1.22 'Averta W01 Bold';
    color: #000000;
    margin-top: 10px;
    display: block;
}

.video-container .video-thumb-title:hover {
    text-decoration: underline!important;
}

.video-container .video-thumb-title span,
.video-container .video-thumb-title span:hover {
    color: #000;
}

.video-container .video-thumb-img {
    width: 100%;
}

.video-container .video-thumb-thumbnail:before {
    background: url(../../../../images/common/play-icon-lg.png) center no-repeat;
    background-size: 65px;
    content: '';
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    -webkit-transform: translateZ(0);
    z-index: 1;
}

.video-container.theme-black .title,
.video-container.theme-black .video-thumb-title span {
    color: #fff;
}

.video-container.theme-black .video-thumb-title:hover {
    background: #fff;
    text-decoration: none!important;
}

.video-container.theme-black .video-thumb-title span:hover,
.video-container.theme-black .video-thumb-title:hover span {
    color: #000;
}

.video-container.theme-black {
    background-color: #000;
}

.video-container.theme-gray {
    background-color: #F3F3F3;
}

.video-container.theme-white {
    background-color: #FFF;
}


@media (max-width: 767px) {

    .video-container  {
        padding: 0 15px;
    }

    .video-container .videohub {
        padding: 20px 0 0;
    }

    .video-container .title {
        margin-bottom: 30px;
    }

    .video-thumb-container:nth-child(3n + 1) {
        padding-right: 10px;
    }

    .video-thumb-container:nth-child(3n - 1) {
        padding-left: 10px;
    }

    .video-container .video-thumb {
        margin-bottom: 20px;
    }

    .video-container .videohub-container {
        padding: 0;
    }
}


.archive-container {
    background-color: #505050;
    padding: 24px 50px;
}

.archive-container .text {
    font: normal 20px/24px 'Averta W01 Bold';
    color: #FFF;
}

.archive-container .bg-link,
.archive-container .bg-link:visited,
.archive-container .bg-link:active,
.archive-container .bg-link:focus {
    color: #FFF;
    border-bottom: 1px solid #FFF;
    font: inherit;
}

.archive-container .bg-link:hover {
    color: #00ae4d;
    border-bottom: 1px solid #00ae4d;
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
    .archive-alert .archive-container .container {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .archive-container {
        padding: 15px 0;
    }
    .archive-container .text {
        font: normal 18px/1.17 'Averta W01 Bold';
    }
}
.subnavigation {
    background-color: #f0f0f0;
    position: relative;
    z-index: 10;
}

.subnavigation .placeholder-img {
    width: 100%;
}

.sub-navigation .nav-wrapper {
    padding: 0 50px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.sub-navigation .nav-wrapper .container {
    height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.sub-navigation .nav-wrapper .header-text {
    font: 50px / .8 'Averta W01 Light';
    margin: 40px 0 15px;
    text-transform: capitalize;
}

.sub-navigation .links {
    white-space: nowrap;
}

.sub-navigation ul.product-nav {
    display: inline-table;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

.sub-navigation .product-nav li {
    display: inline-flex;
    margin-right: 40px;
    padding: 0;
    position: relative;
}

.sub-navigation .product-nav li:last-child {
    margin-right: inherit;
}

.sub-navigation .links a,
.sub-navigation .links a span {
    display: inline-block;
    color: #000;
    font: 400 18px / 1.22 'Averta W01 Regular';
}

.sub-navigation .links a {
    border-bottom: 4px solid transparent;
    color: #000;
    max-height: 40px;
}

.sub-navigation .links a,
.sub-navigation .links a:hover {
    padding-bottom: 5px;
    text-decoration: none;
}

.sub-navigation .links a:hover,
.sub-navigation .links .on a {
    border-bottom: 4px solid #00ae4d;
}

.subnav-login {
    display: none;
    position: absolute;
    z-index: 9999;
}

.subnav-login.bottom-right,
.subnav-login.bottom-left {
    margin-top: 5px;
}

.subnav-login.bottom-right {
    margin-left: -15px;
}

.subnav-login.bottom-left {
    margin-left: 40px;
}

.subnav-login .description-box {
    background: #fff;
    border: 1px solid #999;
    box-shadow: none;
    color: #000;
    font: 12px / 16px 'Averta W01 Bold';
    margin: 0;
    max-height: 200px;
    overflow: visible;
    padding: 12px 12px 7px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: auto;
    z-index: 0;
}

#log-in-popup-wrap .description-box.popup-tiers,
#subnav-log-in-wrap .description-box.popup-tiers{
    padding: 7px 12px;
    width: auto;
    white-space: nowrap;
}

.subnav-login .description-box a {
    color: #00ae4d;
    display: inline-block;
    font: 12px 'Averta W01 Bold';
    padding: 5px 0;
}

.subnav-login .description-box a:hover {
    text-decoration: none;
}

.sub-navigation .product-navigation li .subnav-lock-icon {
    background: url("/etc/designs/cro/apage/images/lock-inactive.svg") center 2px / 40% no-repeat;
    cursor: pointer;
    float: right;
    height: 25px;
    margin: 0;
    padding: 0;
    position: static;
    width: 25px;
}

.sub-navigation .product-navigation .subnav-lock-icon.subnav-lock-icon-active {
    background-image: url("/etc/designs/cro/apage/images/lock-active.svg");
}

.subnav-login::before,
.subnav-login::after {
    position: absolute;
    content: '';
}

.subnav-login.bottom-left::before,
.subnav-login.bottom-right::before {
    top: -7px;
    border-bottom: 8px solid #999;
}

.subnav-login.bottom-left::after,
.subnav-login.bottom-right::after {
    top: -5px;
    border-bottom: 7px solid #fff;
}

.subnav-login.bottom-right::before {
    left: 21px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.subnav-login.bottom-right::after {
    left: 22px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.subnav-login.bottom-left::before {
    right: 19px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.subnav-login.bottom-left::after {
    right: 20px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.ratings-reliability-box {
    display: none;
    margin: 0 0 0 -15px;
    min-width: 200px;
    padding-top: 10px;
    position:absolute;
    z-index: 9999;
}
.ratings-reliability-items {
    background: #fff;
    border: 1px solid #999;
    box-shadow: -1px 2px 4px rgba(0, 0, 0, .5);
    margin: 0;
    min-width: 300px;
    padding: 20px;
    position: absolute;
    width: auto;
}

.ratings-reliability-items::before,
.ratings-reliability-items::after {
    bottom: 100%;
    content: '';
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.ratings-reliability-items::before {
    border: 9px solid transparent;
    border-bottom-color: #999;
    left: calc(11% - 1px);
}

.ratings-reliability-items::after {
    border: 8px solid transparent;
    border-bottom-color: #fff;
    left: 11%;
}

.ratings-reliability-items .nav-item {
    display: block;
    color: #000;
    padding-bottom: 20px;
}

.ratings-reliability-items .nav-item:last-child {
    padding-bottom: 0;
}

.ratings-reliability-items .nav-item:hover {
    text-decoration: underline!important;
}

.ratings-reliability-items .nav-item .nav-item-text {
    color: #00ae4d;
    font: 18px / 1.22 'Averta W01 Bold';
    white-space: nowrap;
}

.ratings-reliability-items .nav-item:hover .nav-item-text {
    color: #000;
}

@media (max-width: 1350px) {

    .sub-navigation .links a,
    .sub-navigation .links a span {
        font-size: 16px;
    }

    .sub-navigation .product-navigation li .subnav-lock-icon {
        background-position: center top;
    }
}

@media (max-width: 1199px) {
    .sub-navigation .product-nav li {
        margin-right: 20px;
    }

    .ratings-reliability-items .nav-item .nav-item-text,
    .sub-navigation .links a,
    .sub-navigation .links a span {
        font-size: 14px;
        line-height: 1.35;
    }

    .subnav-login.bottom-right,
    .subnav-login.bottom-left {
        margin-top: 3px;
    }

    .ratings-reliability-items {
        min-width: 220px;
    }

    .ratings-reliability-items .nav-item {
        padding-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .sub-navigation .nav-container {
        display: block;
    }

    .sub-navigation ul.product-nav {
        text-align: left;
    }

    .product-nav li a {
        font: 300 18px/34px 'Averta W01 Regular';
    }
}
@media (max-width: 767px){
    .sub-navigation .nav-wrapper {
        padding: 0;
        position: static;
    }

    .sub-navigation .nav-container {
        display: block;
        padding: 0;
    }

    .sub-navigation .nav-wrapper .container {
        height: auto;
        min-height: 82px;
    }

    .sub-navigation .nav-wrapper .header-text {
        font: 30px / 1.2 'Averta W01 Light';
        margin: 0;
        padding: 15px 0 5px;
    }

    .sub-navigation .links {
        overflow: auto;
        margin-bottom: 0;
    }

    .sub-navigation .product-navigation {
        overflow: auto;
        padding: 0 15px;
        white-space: nowrap;
    }

    .sub-navigation .product-navigation::-webkit-scrollbar {
        display: none;
    }

    .sub-navigation .product-navigation > .row > div {
        padding-left: 0;
        padding-right: 0;
    }

    .sub-navigation ul.product-nav {
        min-height: 0;
        text-align: start;
    }

    .sub-navigation .product-nav li {
        padding-bottom: 0;
    }

    .sub-navigation .product-nav .recommended {
        display: inline-block;
    }

    .sub-navigation .links a {
        line-height: 1.21;
    }

    .sub-navigation .left-blur {
        background: linear-gradient(to right, rgba(243,243,243,1) 0%, rgba(243,243,243,0.8) 100%);
    }

    .sub-navigation .right-blur {
        background: linear-gradient(to right, rgba(243,243,243,0.8) 0%, rgba(243,243,243,1) 100%);
    }

    .sub-navigation .product-navigation li .subnav-lock-icon {
        background-position: 5px 2px;
        height: 25px;
    }

    .subnav-login.bottom-left {
        margin-left: 36px;
    }

    .subnav-login.bottom-right {
        margin-left: -18px;
    }

    .subnav-login.bottom-left::before {
        right: 18px;
    }

    .subnav-login.bottom-left::after {
        right: 19px;
    }
}

@media only print {
    .sub-navigation {
        background-color: #fff;
    }

    .sub-navigation .nav-container {
        padding-top: 20px;
    }

    .sub-navigation .nav-wrapper {
        padding: 0;
        position: static;
    }

    .sub-navigation .nav-wrapper .header-text {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 0;
    }

}
body {
    position: relative;
}

.preview-image .placeholder-img {
    width: 100%;
}

.preview-image-wrapper .crux-component-title a{
    display: inline-block;
}
.preview-image-wrapper .crux-component-title a:after{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    margin-top: -1px;
}
.preview-image-wrapper .crux-component-title a:hover:after{
    background: #00AE4D;
}

.preview-image img.image {
    width: 100%;
    height: auto;
    bottom: 0;
    position: absolute;
}

.preview-image .text-wrapper .text p {
    margin-bottom: 20px;
}

.preview-image .text-wrapper .text p:last-child {
    margin-bottom: 0;
}

.preview-image .text-wrapper .text * {
    font: inherit;
}

.preview-image .preview-image-wrapper.image .text-wrapper .text {
    overflow: auto;
    height: 16.5vw;
    position: relative;
}

.preview-image .preview-image-wrapper {
    padding: 0 50px;
}

.preview-image .preview-image-wrapper.image {
    background-color: #f3f3f3;
    height: 18.42vw;
    overflow: hidden;
    position: relative;
    padding: 0;
}

.preview-image .text-wrapper {
    margin-top: 30px;
}

.preview-image .text-wrapper.with-image {
    margin-top: 0;
}

.preview-image .preview-image-wrapper.image .text-wrapper {
    position: relative;
    top: 1vw;
    width: 100%;
}

.preview-image .top-blur {
	background: linear-gradient(to bottom, rgba(243,243,243,1) 0%, rgba(243,243,243,0.9) 40%, rgba(243,243,243,0.8) 70%, rgba(243,243,243,0.1) 100%);
}

.preview-image .bottom-blur {
	background: linear-gradient(to bottom, rgba(243,243,243,0.1) 0%, rgba(243,243,243,0.8) 40%, rgba(243,243,243,0.9) 70%, rgba(243,243,243,1) 100%);
}

.preview-image .social .affix-sharing {
    z-index: auto;
}

.preview-image .social .affix-sharing .social_sharing_wrapper {
    z-index: 250;
}

.preview-image .top-blur {
    top: -1px;
}

.preview-image .bottom-blur {
    bottom: -1px;
}

.preview-image .text-wrapper .overview-ratings-text {
    font-size: 20px;
}
@media (max-width: 1199px) {
    .preview-image .text-wrapper {
        margin-top: 20px;
    }
}
@media (max-width: 991px) {
    .preview-image .preview-image-wrapper.image {
        height: 18.2vw;
    }

    .preview-image .preview-image-wrapper.image .text-wrapper {
        top: 1vw;
    }

    .preview-image .preview-image-wrapper.image .text-wrapper .text {
        height: 16.3vw;
    }
}
@media (max-width: 767px) {
    .preview-image .preview-image-wrapper,
    .preview-image .preview-image-wrapper.image {
        background-color: #fff;
        height: auto;
        overflow: visible;
        padding: 0;
    }

    .preview-image .text-wrapper {
        padding-top: 25px;
        position: static;
    }

    .preview-image img.image {
        position: static;
    }

    .preview-image .mobile-text-wrapper {
        background: #fff;
        margin: 0;
        padding: 15px 0;
    }

    .preview-image .mobile-share-icon {
        background: url('../../../../../cro/apage/images/Icon-Share.svg') #000 center no-repeat;
        float: right;
        height: 54px;
        width: 54px;
        margin: 0 0 20px 20px;
        border-radius: 50%;
    }

    .social_sharing_module .social-shares {
        display: none;
    }

    .preview-image .social .affix-sharing {
        top: 78px;
        right: 70px;
        z-index: 250;
    }

    .preview-image .affix-sharing .social_sharing_wrapper {
        padding-top: 0;
        position: static;
    }

    .preview-image .social_sharing_module a {
        height: 54px;
        width: 54px;
        margin-right: 0;
        border-radius: 50%;
    }

    .preview-image .social_sharing_module .bg {
        display: none;
    }

    .preview-image .social_sharing_module .icon {
        top: 11px;
        left: 11px;
    }

    .preview-image .mobile-text-wrapper .text {
        height: auto!important;
    }

    .preview-image .text-wrapper .text p {
        margin-bottom: 15px;
    }

    .preview-image .text-wrapper .text * {
        font: 18px / 1.4 'Averta W01 Regular';
    }

    .preview-image .text-wrapper .text a:hover,
    .preview-image .text-wrapper .text a:focus {
        color: #00AE4D;
    }
}
@media only print {
    .preview-image {
        padding-bottom: 25px;
    }

    .preview-image .preview-image-wrapper {
        background-color: #fff;
        height: auto;
        margin: 20px 0 0;
    }

    .preview-image .text-wrapper {
        padding-top: 0;
        position: static;
    }

    .preview-image .text-wrapper .text,
    .preview-image .text-wrapper .text * {
        font-family: 'Averta W01 Bold';
        font-size: 14px;
    }

    .preview-image .text-wrapper .text {
        height: auto;
        overflow: visible;
    }

    .preview-image .text-wrapper .text p {
        margin-bottom: 15px;
    }
}
.preview-copy {
    padding: 0 50px;
}

.preview-copy .title {
    line-height: 1.28;
    margin-top: 40px;
}
@media (max-width: 767px) {
    .preview-copy {
        padding: 0;
        margin: 20px 0;
    }

    .preview-copy .text {
        font-size: 12px;
    }

}
.bg-hero-image {
    position: relative;
    overflow: hidden;
}

.bg-hero-image .text a,
.bg-hero-image .text a:focus,
.bg-hero-image .text a:hover {
    border-bottom: 0;
    color: #FFF;
    text-decoration: underline!important;
}

.hero-text-wrapper {
    position: absolute;
    width: 100%;
    top: 15%;
    z-index: 1;
    padding: 0 50px;
}

.buying-guide-preview .placeholder-img {
    width: 100%;
}

.buying-guide-preview .hero-image-wrapper {
    position: relative;
}

.buying-guide-preview .hero-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.buying-guide-preview .img-responsive {
    width: 100%;
}

.buying-guide-preview h3 {
    margin-bottom: 10px;
}

.buying-guide-preview h3 a {
    color: inherit;
    font: inherit;
}

.buying-guide-preview h3 a:hover {
    color: inherit;
}

.buying-guide-preview .text * {
    font: inherit;
}

.buying-guide-preview .text i {
    font-style: italic;
}

.buying-guide-preview .text b {
    font-weight: bold;
}

.buying-guide-preview .more-link,
.buying-guide-preview .hero-text-wrapper {
    display: none;
}

.buying-guide-preview-more {
    display: inline-block;
    margin-top: 20px;
}

.buying-guide-preview-more:focus,
.buying-guide-preview-more:hover {
    color: #fff;
}

@media(max-width: 991px) {
    .buying-guide-preview .text p {
        font-size: 16px;
    }
}

@media(max-width: 767px) {
    .hero-text-wrapper {
        padding: 0;
    }

    .buying-guide-preview h3 a {
        font-size: 30px;
        line-height: 1.2;
    }

    .buying-guide-preview .hero-text-wrapper .text {
        display: none;
    }
}

@media(max-width: 400px) {
    .buying-guide-preview .hero-image-wrapper {
        position: static;
    }

    .buying-guide-preview .hero-image-wrapper::before {
        z-index: 1;
    }

    .buying-guide-preview .img-responsive {
        height: 100%;
        position: absolute;
        width: 100%;
    }

    .hero-text-wrapper {
        padding: 10vw 0;
        position: relative;
        z-index: 2;
    }
}
@media only print {
    .buying-guide-preview .bg-hero-image {
        position: static;
    }

    .buying-guide-preview .hero-image-wrapper {
        display: none;
    }

    .buying-guide-preview .hero-text-wrapper {
        color: #000;
        padding: 0;
        position: static;
    }

    .buying-guide-preview .hero-text-wrapper .text {
        display: block;
    }

    .buying-guide-preview h3 a,
    .bg-hero-image .text a,
    .bg-hero-image .text,
    .bg-hero-image .text * {
        color: #000 !important;
    }
}
.best-content .best-item {
    text-decoration: none;
    overflow: hidden;
    display: block;
    margin-bottom: 60px;
}

.best-content h2.crux-section-header {
    margin: 60px 0 20px;
}

.best-content .best-item img {
    width: 100%;
    display: block;
    border: 1px solid #d3d3d3;
}

.best-content .best-item:hover .title,
.best-content .best-item:hover .text {
    color: #00ae4d;
}

.best-content .best-item .text {
    margin: 10px 0 0;
    line-height: 1.28;
}

.best-content .best-item .title {
    margin: 0;
    padding: 0;
}

.best-content .best-item.main .title {
    margin: 15px 0 0;
}

.best-content .best-item.main img {
    width: 100%;
    margin: 0 0 15px;
    border: none;
}

.best-content .best-item.main .img-wrapper {
    margin: 8px auto 0;
}

.best-content .best-item .img-wrapper {
    position: relative;
    margin: 8px -7.5px 0 auto;
}


.best-content .best-item:hover img {
    filter: grayscale(100%);
    margin: 0 auto;
    display: block;
}

.best-content .best-item:hover .img-wrapper:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #00ae4d;
    mix-blend-mode: multiply;
    z-index: 1;
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none){
    .best-content .best-item:hover .img-wrapper:before{
        opacity: 0
    }
    .best-content .best-item:hover img {
        filter: none;
    }
}
@supports not (mix-blend-mode: multiply) {
    .best-content .best-item:hover .img-wrapper:before{
        opacity: 0
    }
    .best-content .best-item:hover .img-wrapper img {
        filter: none;
    }
}
@media (max-width: 767px) {
    .best-content .best-item {
        margin-bottom: -55px;
    }

    .best-content .best-item.main {
        margin-bottom: 20px;
    }

    .best-content .best-item .img-wrapper {
        width: 128px;
        min-width: 128px;
        margin: 0;
    }

    .best-content .best-item.main .img-wrapper {
        width: initial;
        min-width: initial;
    }

    .best-content .best-item .col-xs-9.col-sm-8.col-lg-5 {
        margin-left: 143px;
        position: relative;
        top: -75px;
        width: initial;
    }

}
.advertEditable .placeholder-img {
    width: 100%;
}

.advert-container__text p {
    margin: 11px 0 15px 0;
}

@media (max-width: 767px) {
    .advert-container__text p {
        margin: 15px 0;
        font-size: 14px;
        line-height: 1.43;
    }

    .advert-container__btn .crux-btn-special--lg {
        font-size: 1.3rem;
    }

    .advert-container .advert-container__btn .advert-container__long-text {
        padding: 0 34px;
    }
}
.main-articles__membership {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.main-articles__membership .crux-icons-member-expert {
    color: #00ae4d;
    vertical-align: top;
}

.main-articles__membership-body {
    padding: 20px;
    text-align: left;
    position: relative;
    height: 100%;
}

.main-articles__membership-body .crux-icons-member-expert:before {
    font-size: 25px;
    vertical-align: middle;
    padding-right: 5px;
}

.main-articles__membership .crux-article__bold-link--small:focus {
    text-decoration: none;
    color: #000;
}

.main-articles__membership .line {
    height: 2px;
    background-color: #c8c8c8;
    margin: 20px 0 40px;
}

.main-articles__membership .main-articles__membership-title {
    display: inline-block;
    text-align: left;
}

.main-articles__membership .description {
    padding-top: 20px;
}

.main-articles__membership .description.bottom {
    padding-bottom: 11px;
}

.main-articles__membership .item-wrapper {
    width: 50%;
    text-align: center;
    height: 110px;
}

.main-articles__membership .item {
    padding-bottom: 30px;
}

.main-articles__membership .item.last {

}

.main-articles__membership .account-info {
    line-height: 1;
}

.main-articles__membership .tooltiptext {
    visibility: hidden;
    width: 230px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 440px;
    left: 15px;
    opacity: 0;
    transition: opacity 1s;
    border: solid 1px #979797;
    text-align: left;
    padding: 10px 10px;
}


.main-articles__membership .bottom .tooltiptext {
    bottom: 185px;
    top: auto;
    box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.5);
}

.main-articles__membership .top .tooltiptext {
    top: 340px;
}

.main-articles__membership .right.top .tooltiptext {
    top: 330px;
}

.main-articles__membership .tooltip-title {
    font-weight: bold;
    font-family: 'Averta W01 Bold', Helvetica, Arial, sans-serif;
}

.main-articles__membership .tooltiptext:before,
.main-articles__membership .tooltiptext:after {
    content: "";
    position: absolute;
    bottom: 100%;
    border-style: solid;

}

.main-articles__membership .left .tooltiptext:before,
.main-articles__membership .left .tooltiptext:after {
    left: 50px;
}

.main-articles__membership .right .tooltiptext:before,
.main-articles__membership .right .tooltiptext:after {
    right: 50px;
}

.main-articles__membership .tooltiptext:after {
    border-width: 8px;
    border-color: transparent transparent white transparent;
}

.main-articles__membership .left .tooltiptext:after {
    left: 51px;
}

.main-articles__membership .right .tooltiptext:after {
    right: 51px;
}

.main-articles__membership .tooltiptext:before {
    border-width: 9px;
    border-color: transparent transparent #979797 transparent;
}

.main-articles__membership .bottom.right .tooltiptext:before,
.main-articles__membership .bottom.right .tooltiptext:after,
.main-articles__membership .bottom.left .tooltiptext:before,
.main-articles__membership .bottom.left .tooltiptext:after {
    bottom: -15px;
    transform: rotate(180deg);
}

.main-articles__membership .bottom.right .tooltiptext:before,
.main-articles__membership .bottom.left .tooltiptext:before {
    bottom: -18px;
}

.main-articles__membership .bottom.left .tooltiptext:after {
    left: 46px;
}

.main-articles__membership .bottom.left .tooltiptext:before {
    left: 45px;
}

.main-articles__membership bottom.right .tooltiptext:after {
    right: 50px;
}

.main-articles__membership bottom.right .tooltiptext:before {
    right: 49px;
}

.main-articles__membership .item-wrapper:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.main-articles__membership .item-wrapper .item-img,
.main-articles__membership .img-wrapper .item-img,
.main-articles__membership .item .img-wrapper {
    height: 40px;
    width: 40px;
}


.main-articles__membership .item .img-wrapper {
    display: inline-block;
    vertical-align: top;
}

.main-articles__membership .item .link {
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
}

.main-articles__membership .item-wrapper .item-description{
    font-family: 'Averta W01 Bold', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding-top: 10px;
}

.main-articles__membership .item-wrapper .item-description .crux-article__bold-link {
    font-size: 14px;
    line-height: 16px;
}

.main-articles__membership .item .item-description{
    display: inline-block;
    width: calc(100% - 50px);
    padding-left: 20px;
}

.main-articles__membership .item-wrapper.left {
    float: left;
    padding: 0 10px 10px 0;
}

.main-articles__membership .item-wrapper.right {
    float: right;
}

.main-articles__membership .item-wrapper.right.top {
    float: left;
}

.main-articles__membership-body .crux-btn {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
    cursor: pointer;
    text-decoration: none;
    left: 20px;
}

.main-articles__membership-body .crux-btn.benefits {
    width: inherit;
}

.main-articles__membership-body .crux-btn:hover {
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .main-articles__membership .description.bottom {
        padding-bottom: 25px;
    }
}

@media (max-width: 1199px) {
    .main-articles--wrapper .main-articles__membership {
        width: calc(100% - 30px);
        background-color: white;
        margin: 0 auto 0;
        padding: 30px;
        float: none;
    }

    .main-articles__membership {
        position: static;
    }

    .main-articles__membership .crux-body-copy.main-articles__membership-title {
        font-size: 16px;
    }

    .main-articles__membership-body {
        padding: 0;
    }

    .main-articles__membership-body .crux-btn {
        width: 100%;
        position: static;
    }

    .main-articles__membership-body button {
        position: static;
        width: 100%;
    }
    .main-articles__membership .line {
        height: 0;
        margin: 0 0 40px;
    }

    .main-articles__membership .item-wrapper {
        width: 25%;
        height: 105px;
    }

    .main-articles__membership .item-wrapper.left {
        padding: 0 0 10px 0;
    }

    .main-articles__membership .item-wrapper:hover .tooltiptext {
        visibility: hidden;
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .main-articles__membership .item-wrapper {
        width: 50%;
    }

    .main-articles__membership .main-articles__membership-body .item-wrapper.right,
    .main-articles__membership .main-articles__membership-body .item-wrapper.left {
        height: auto;
        float: none;
        display: inline-block;
        padding: 0 0 25px 0;
        width: calc(50% - 2px);
        vertical-align: top;
    }

    .main-articles--wrapper .main-articles__membership {
        width: 100%;
        padding: 20px;
    }

    .main-articles__membership .line {
        height: 1px;
        margin: 20px 0 40px;
    }
}
.white {
    color: #fff !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

#global-footer {
    margin-top: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.container-fluid > .row > .col-xs-12 {
    min-height: 0;
}
.previewImage .new-social.social{
    float: right;
}
.main-articles__membership,
.main-articles__membership-body .crux-btn {
    position: relative !important;
}

.main-articles__membership-body {
    padding: 20px 0;
}

.subscriber .main-articles__membership-body {
    padding: 20px 0;
}

.main-articles__membership-body .crux-btn {
    bottom: 0;
    left: 0;
    width: 100% !important;
    padding: 0 30px;
}

.main-articles__membership {
    border: 10px solid #DCDCDC;
}

.main-articles__membership .tooltiptext {
    left: -10px!important;
}

@media (min-width: 1200px) {
    #overview-ab-options {
        padding-top: 20px;
    }
}

@media (max-width: 1199px) {
    #overview-ab-options {
        margin: 30px 0;
    }
}

@media (max-width: 991px) {
    .main-articles__membership {
        padding: 0;
    }
    .main-articles__membership-body {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    #overview-ab-options {
        margin: 0 0 30px;
    }
}


.overview-recently-tested {
    color: #000;
    background-color: #f0f0f0;
    padding: 0 50px;
}

.overview-recently-tested-placeholder-img {
    width: 100%;
}

.overview-recently-tested-info-container {
    margin-top: 31px;
}

.overview-recently-tested-btn-more-container {
    margin-bottom: 61px;
    text-align: center;
}

.overview-recently-tested-head {
    padding-bottom: 10px;
}

.overview-recently-tested-see-full-list a {
    text-transform: lowercase;
}

.overview-recently-tested-category-info {
    padding: 0 15px;
}

.overview-recently-tested-subhead p {
    font: inherit;
}

.overview-recently-tested .carousel-flex {
    margin: 38px 0 51px;
}

.overview-recently-tested .carousel-flex .carousel-pagination {
    padding: 0 15px 11px;
    text-transform: none;
    font-size: 12px;
    font-size: 1.2rem;
}

.overview-recently-tested .carousel-flex .carousel-slide-item {
    background-color: #fff;
    border: 1px solid #979797;
    padding: 28px 10px 20px;
    position: relative;
    display: block;
}

.overview-recently-tested .carousel-flex .carousel-slide-disable-transform {
    transform: none!important;
    transition-duration: 0s;
}

.overview-recently-tested .carousel-flex .item-content,
.overview-recently-tested .carousel-flex .item-content:hover,
.overview-recently-tested .carousel-flex .item-content:visited,
.overview-recently-tested .carousel-flex .item-content:active,
.overview-recently-tested .carousel-flex .item-content:focus {
    color: #000;
}

.overview-recently-tested .carousel-flex .item-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.overview-recently-tested .carousel-slide-item-img {
    max-height: 167px;
}

.overview-recently-tested .carousel-flex .item-overall-score {
    color: #000;
    display: block;
    font-size: 34px;
    font-weight: bold;
    left: -3px;
    position: absolute;
    text-align: center;
    top: -16px;
    z-index: 3;
}

.overview-recently-tested .carousel-flex .item-overall-score p {
    font-size: 9px;
    padding: 1px 1px 0;
}

.overview-recently-tested .carousel-flex .item-overall-score-value {
    border-radius: 50%;
    color: #fff;
    font-family: 'Averta W01 Black';
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    width: 40px;
}

.overview-recently-tested .carousel-flex .item-overall-score-value.excellent {
    background-color: #00ae4d;
}
.overview-recently-tested .carousel-flex .item-overall-score-value.very-good {
    background-color: #bfd730;
}
.overview-recently-tested .carousel-flex .item-overall-score-value.good {
    background-color: #ffd500;
}
.overview-recently-tested .carousel-flex .item-overall-score-value.fair {
    background-color: #f8941d;
}
.overview-recently-tested .carousel-flex .item-overall-score-value.poor {
    background-color: #ed1d24;
}

.overview-recently-tested .carousel-flex .item-overall-score.lock {
    background-color: #f0f0f0;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.overview-recently-tested .carousel-flex .item-overall-score.lock .crux-icons-lock-solid {
    color: #00ae4d;
    font-size: 20px;
    margin-top: 6px;
}

.overview-recently-tested .carousel-flex .item-overall-score.lock:hover {
    background-color: #00ae4d;
}

.overview-recently-tested .carousel-flex .item-overall-score.lock:hover .crux-icons-lock-solid {
    color: #fff;
}

.overview-recently-tested .carousel-flex .item-overall-score.lock:hover .crux-icons-lock-solid:before {
    content: "\4d";
}

.overview-recently-tested .carousel-flex .item-brand-name {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 17px;
}

.overview-recently-tested .btn-more.all {
    display: inline-block;
}

.subscriber .overview-recently-tested .carousel-slide-item {
    padding-bottom: 55px;
}

.subscriber .crux-icons-recommended span {
    display: inline-block;
    margin-left: 5px;
    padding-top: 2px;
    vertical-align: top;
}

.subscriber .overview-recently-tested .carousel-slide-item .item-content__description {
    position: static;
}

.subscriber .overview-recently-tested .carousel-slide-item .price-and-shop__model--ctn .crux-btn {
    position: absolute;
    bottom: 20px;
    height: 30px;
    padding: 0 20px;
    border-radius: 5px;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Averta W01 Bold', Helvetica, Arial, sans-serif;
    z-index: 3;
}
@media (max-width: 767px) {
    .overview-recently-tested {
        background-color: #fff;
        padding: 0;
    }

    .overview-recently-tested-info-container {
        margin-top: 15px;
    }

    .overview-recently-tested-category-info {
        display: none;
    }

    .overview-recently-tested-btn-more-container {
        margin-bottom: 30px;
        text-align: center;
    }

    .overview-recently-tested-head {
        padding: 0 0 15px 15px;
    }

    .overview-recently-tested .carousel-flex {
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid #999;
        margin: 0;
    }

    .overview-recently-tested .carousel-flex .carousel-slide-content {
        display: block;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: color 0 ease-in;
        transition: none;
    }

    .overview-recently-tested .carousel-flex .carousel-slide-item-hidden {
        display: none;
    }

    .overview-recently-tested .carousel-flex .carousel-slide-item {
        border-right: 0;
        border-left: 0;
        border-bottom: 0;
        margin: 0;
        padding: 19px;
    }

    .overview-recently-tested .carousel-flex .item-overall-score {
        font-family: 'Averta W01 Light';
        font-size: 18px;
        line-height: 23px;
        top: -8px;
    }

    .overview-recently-tested .carousel-flex .item-brand-name {
        padding-top: 0;
    }

    .overview-recently-tested .carousel-slide-item-img {
        max-width: calc(100% - 10px);
        max-height: 83px;
    }

    .overview-recently-tested .btn-more.load {
        margin: 20px auto 0;
        padding: 0 35px;
        font-size: 18px;
    }

    .subscriber .overview-recently-tested .carousel-slide-item {
        padding-bottom: 19px;
    }

    .subscriber .overview-recently-tested .carousel-slide-item .price-and-shop__model--ctn .crux-btn {
        position: relative;
        bottom: inherit;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .overview-recently-tested .btn-more {
        margin-left: 15px;
    }
    .overview-recently-tested-btn-more-container {
        text-align: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .overview-recently-tested-info-container {
        margin-top: 15px;
    }

    .overview-recently-tested-btn-more-container {
        margin-bottom: 30px;
    }

    .overview-recently-tested-subhead,
    .overview-recently-tested-subhead p {
        font-size: 18px;
    }

    .overview-recently-tested .carousel-flex {
        margin: 20px 0;
    }

    .overview-recently-tested .carousel-flex .carousel-pagination {
        padding-bottom: 5px;
    }

    .overview-recently-tested .carousel-flex .item-overall-score {
        font-family: 'Averta W01 Light';
        font-size: 18px;
        line-height: 23px;
    }

    .overview-recently-tested .carousel-flex .item-brand-name {
        padding-top: 10px;
    }

    .carousel-flex .carousel-control.left {
        left: 0;
    }

    .carousel-flex .carousel-control.right {
        right: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .overview-recently-tested .carousel-flex {
        margin: 38px auto 51px;
        max-width: calc(1170px + 16%);
        padding: 0 8%;
    }

    .overview-recently-tested .carousel-flex .item-overall-score.lock {
        height: 70px;
        width: 70px;
        line-height: 70px;
    }

    .overview-recently-tested .carousel-flex .item-overall-score.lock .crux-icons-lock-solid {
        margin-top: 13px;
        font-size: 30px;
    }

    .overview-recently-tested .carousel-flex .item-overall-score {
        font-size: 30px;
    }

    .overview-recently-tested .carousel-flex .item-overall-score-value {
        font-size: 30px;
        height: 70px;
        line-height: 70px;
        margin-top: 2px;
        width: 70px;
    }
}
@media (min-width: 1200px) {
    .overview-recently-tested .carousel-flex {
        margin: 15px auto 51px;
        max-width: calc(1170px + 16%);
        padding: 0 8%;
    }

    .overview-recently-tested .carousel-flex .item-overall-score {
        font-size: 34px;
    }

    .overview-recently-tested .carousel-flex .item-overall-score.lock {
        height: 70px;
        width: 70px;
        line-height: 70px;
    }

    .overview-recently-tested .carousel-flex .item-overall-score.lock .crux-icons-lock-solid {
        margin-top: 13px;
        font-size: 30px;
    }

    .overview-recently-tested .carousel-flex .item-overall-score-value {
        font-size: 30px;
        height: 70px;
        line-height: 70px;
        margin-top: 2px;
        width: 70px;
    }

}
@media only print {
    .overview-recently-tested {
        background: #fff;
        padding: 0;
    }

    .overview-recently-tested .carousel-flex .carousel-slide-item-hidden,
    .overview-recently-tested-category-info {
        display: block;
    }

    .overview-recently-tested .carousel-flex {
        border-bottom: 0;
        max-width: none;
        padding: 0;
    }

    .overview-recently-tested-category-info .crux-body-copy a:hover {
        border-color: #000;
        color: #000;
    }

    .overview-recently-tested .carousel-flex .carousel-slide {
        overflow: visible;
    }

    .overview-recently-tested .carousel-flex .carousel-slide-content {
        display: block;
        overflow: visible;
        transform: none!important;
        transition-duration: 0s;
    }

    .overview-recently-tested .carousel-flex .carousel-slide-item {
        border: 0;
        float: left;
        margin: 5px;
        padding: 15px;
        page-break-inside: avoid;
        width: calc(25% - 40px);
    }

    .overview-recently-tested .carousel-flex .carousel-slide-item:nth-child(4n + 5) {
        clear: left;
    }

    .overview-recently-tested .carousel-flex .item-overall-score.lock {
        display: none;
    }

    .overview-recently-tested .carousel-flex .img-responsive {
        page-break-inside: avoid;
    }

    .overview-recently-tested .carousel-flex .item-overall-score .item-overall-score-value {
        color: #000;
    }

    .overview-recently-tested .carousel-flex .carousel-slide-item > div {
        padding: 0;
        width: 100%;
    }

    .overview-recently-tested .carousel-flex .item-brand-name {
        padding: 15px 15px 0 0;
    }

}
.productTypeItem .more-link,
.productTypeItem a,
.productTypeItem a:active,
.productTypeItem a:focus,
.productTypeItem a:hover {
    color: #078FD4;
    cursor: pointer;
}

.productTypeItem .market-text {
    display: none;
}

.productTypeItem .market-text .more-link,
.productTypeItem .market-text .more-link:active,
.productTypeItem .market-text .more-link:focus {
    border-bottom: 1px solid #000000;
    color: #000;
    margin: 5px;
    padding: 0;
}

.productTypeItem .market-text .more-link:hover {
    background-color: #00AE4D;
    border-bottom: 0;
    color: #fff;
}

.product-type-item-wrapper {
    margin-bottom: 20px;
    margin-top: 25px;
}

.productTypeItem .img-responsive {
    margin-bottom: 20px;
}

.productTypeItem .img-responsive.scale-75 {
    width: 75%;
}

.productTypeItem .img-responsive.scale-100 {
    width: 100%;
}

.product-type-one .productTypeItem .img-responsive {
    float: left;
    width: 37.5%;
}

.product-type-one .product-type-info-container {
    float: left;
    padding-left: 30px;
    width: 62.5%;
}

.product-type-item-wrapper h3,
.productTypeItem .market-text {
    color: #000;
    letter-spacing: .3px;
}

.product-type-item-wrapper h3 a {
    font-family: 'Averta W01 Bold';
    font-size: 26px;
    font-weight: bold;
    line-height: 1.23;
}

.product-type-item-wrapper .product-type-info-container .icon-lock {
    background: url('../../../../../cro/apage/images/lock-inactive.svg') center / 40% no-repeat;
    cursor: pointer;
    height: 17px;
    width: 25px;
    display: inline-block;
}

.product-type-item-wrapper .product-type-info-container .icon-lock.icon-lock-active {
    background-image: url('../../../../../cro/apage/images/lock-active.svg');
}

.product-type-item-wrapper h3 a,
.product-type-item-wrapper h3 a:focus,
.product-type-item-wrapper h3 a:active {
    color: #000;
}

.product-type-item-wrapper h3 a:hover {
    color: #00AE4D;
}

.productTypeItem .market-text {
    font-family: 'Averta W01 Regular';
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.productTypeItem .market-text * {
    font: inherit!important;
}

.product-type-item-ratings-link {
    font-family: 'Averta W01 Regular';
    font-size: 18px;
    line-height: 1.3;
}

a.product-type-item-ratings-link,
a.product-type-item-ratings-link:active,
a.product-type-item-ratings-link:focus {
    color: #00ae4d;
    text-decoration: underline!important;
}

.product-type-info-container a.product-type-item-ratings-link:hover {
    color: #FFF;
    background: #00ae4d;
}

.product-type-item-ratings-link-all {
    margin-right: 25px;
}

@media (max-width: 767px) {
    .product-type-item-wrapper {
        position: relative;
        margin-top: 0;
    }

    .productTypeItem .img-responsive {
        width: 120px;
    }

    .product-type-one .img-responsive {
        float: none;
        width: 120px;
    }

    .product-type-one .product-type-info-container {
        float: none;
        padding-left: 0;
        width: 100%;
    }

    .product-type-item-wrapper h3 a {
        font-size: 16px;
        line-height: 1.38;
    }

    .product-type-item-ratings-link-all {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}
.product-type-info-container div.icon-lock {
    top: 1px;
    position: relative;
    right: 5px;
}
.product-type-info-container .product-type-item-ratings-link--recommended-divider {
    width: 100%;
    position: relative;
    margin-top: 15px;
}
.productTypeItem .market-text {
    display: none;
}

.productTypeItem .market-text .more-link {
    margin-left: 5px;
}

.product-type-item-wrapper {
    margin-bottom: 20px;
    margin-top: 25px;
}

.productTypeItem .img-responsive {
    margin-bottom: 20px;
}

.productTypeItem .img-responsive.scale-75 {
    width: 75%;
}

.productTypeItem .img-responsive.scale-100 {
    width: 100%;
}

.product-type-one .productTypeItem .img-responsive {
    float: left;
    width: 37.5%;
}

.product-type-one .product-type-info-container {
    float: left;
    padding-left: 30px;
    width: 62.5%;
}

.product-type-item-wrapper .product-type-info-container .icon-lock {
    background: url('../../../../../cro/apage/images/lock-inactive.svg') center / 40% no-repeat;
    cursor: pointer;
    height: 17px;
    width: 25px;
    display: inline-block;
}

.product-type-item-wrapper .product-type-info-container .icon-lock.icon-lock-active {
    background-image: url('../../../../../cro/apage/images/lock-active.svg');
}

.productTypeItem .market-text {
    margin-bottom: 5px;
}

.productTypeItem .market-text * {
    font: inherit!important;
}

.productTypeItem .market-text .crux-icons {
    font: 11px 'crux-icons' !important;
    padding-left: 2px;
    top: -2px;
}

.product-type-info-container h3 a {
    font: inherit;
}

.product-type-info-container .product-type-item-ratings-link {
    color: #00AE4D;
}

.product-type-info-container .product-type-item-ratings-link--recommended {
    position: relative;
}

.product-type-info-container .product-type-item-ratings-link--recommended-divider {
    width: 100%;
    position: relative;
    margin-top: 15px;
}

.product-type-info-container div.icon-lock {
    top: 1px;
    position: relative;
    right: 5px;
}

.product-type-info-container .product-type-item-ratings-link.crux-article__bold-link:hover,
.product-type-info-container .product-type-item-ratings-link.crux-article__bold-link:focus {
    color: #000;
}

.description-box {
    color: #000;
    font: 12px / 16px 'Averta W01 Bold';
}

.description-box .sign-in-1,
.description-box .subscribe {
    color: #00ae4d;
    display: inline-block;
    font: 12px 'Averta W01 Bold';
    padding: 5px 0;
}

@media (max-width: 767px) {
    .product-type-item-wrapper {
        position: relative;
        margin-top: 0;
    }

    .productTypeItem .img-responsive {
        width: 120px;
    }

    .product-type-one .img-responsive {
        float: none;
        width: 120px;
    }

    .product-type-one .product-type-info-container {
        float: none;
        padding-left: 0;
        width: 100%;
    }

    .product-type-item-ratings-link-all {
        bottom: 0;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
    }
}
.product-types {
    padding: 0 50px;
}

.product-types > .container {
    padding-bottom: 60px;
    padding-top: 10px;
}

.product-types .placeholder-img {
    width: 100%;
    margin: 0 -15px;
}

.product-type-title-container {
    display: flex;
}

.product-type-title-container .product-type-title {
    flex: 1;
}

.product-types .cap-title {
    text-transform: capitalize;
}

.product-type-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-type-container .product-type-item:hover {
    outline: 5px solid #f3f3f3;
}

/*fix for Safari 8*/
.product-type-container .product-type-item {
    width: calc(33.33333333% - 1px);
}

.product-type-container.product-type-two .product-type-item {
    width: calc(41.66666667% - 1px);
}

.product-type-container.product-type-two .product-type-item:last-child {
    margin-left: 8.33333333%;
}

.product-type-container.product-type-one .product-type-item {
    width: calc(66.66666667% - 1px);
}

@media (max-width: 1199px) {
    .social-wrapper .collapsible.collapsed {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-types {
        background-color: #F3F3F3;
        padding: 0;
    }

    .product-types > .container {
        padding-bottom: 0;
        padding-top: 0;
    }

    .product-type-container {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-top: 0;
        overflow: auto;
        position: relative;
    }

    .product-type-title-container .product-type-title {
        margin: 25px 0 20px;
    }

    .product-type-container::-webkit-scrollbar {
        display: none;
    }

    .product-type-container .mobile-swipe-overlay {
        position: absolute;
        top: 40px;
        left: calc(50% - 105px);
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 60px;
        width: 210px;
        background: rgba(80, 80, 80, .5);
        z-index: 1;
    }

    .product-type-container .product-type-item {
        min-width: 140px;
        padding-left: 10px;
        padding-right: 10px;
        width: auto;
    }

    .product-type-container .product-type-item:nth-child(2) {
        min-width: 145px;
        padding-left: 15px;
    }

    .product-type-container .product-type-item:last-child {
        min-width: 145px;
        padding-right: 15px;
    }

    .product-type-container.product-type-one .product-type-item {
        width: auto;
    }

    .product-type-container.product-type-one .img-responsive {
        margin-left: 0;
        margin-right: 15px;
    }

    .product-type-item-ratings-mobile-link-container {
        padding-bottom: 50px;
        text-align: center;
    }

    .product-type-item-ratings-mobile-link-container a {
        display: inline-block;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .product-type-item-ratings-mobile-link-container {
        text-align: left;
    }
}
@media only print {
    .product-types {
        background: #fff;
        padding: 0;
    }

    .product-type-container {
        display: block;
        overflow: visible;
        padding-bottom: 10px;
    }

    .product-type-container .product-type-item {
        position: static;
        float: left;
        padding: 0 15px;
        width: calc(33.33333333% - 1px);
    }

    .product-type-container .product-type-item:nth-child(3n + 5) {
        clear: left;
    }

    .product-type-container.product-type-two .product-type-item {
        width: calc(41.66666667% - 1px);
    }

    .product-type-container.product-type-one .product-type-item {
        width: 100%;
    }

    .product-type-container.product-type-one .img-responsive {
        float: left;
        width: 37.5%;
    }

    .product-type-container .product-type-item:hover {
        outline: none;
    }

    .productTypeItem .img-responsive {
        page-break-inside: avoid;
        width: 75%;
    }

    .product-type-item-wrapper h3 {
        font-size: 16px;
        line-height: 1.38;
    }

    .product-type-item-wrapper h3 a:hover {
        color: #000
    }

    .product-type-info-container .market-text {
        display: block!important;
        font-size: 14px;
    }

    .product-type-info-container .market-text .more-hidden {
        display: block;
    }

    .product-type-info-container .market-text .more-link {
        display: none;
    }

    .product-type-item-ratings-link {
        font-size: 14px;
    }

    .product-type-item-ratings-link-all {
        position: static;
    }
}
