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


.car-overview-ratings{display:-ms-flexbox;display:flex;position:relative;padding-top:20px}@media (min-width:768px){.car-overview-ratings{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:767px){.car-overview-ratings{overflow:scroll;padding-right:0}.car-overview-ratings .mobile-swipe-overlay{background-color:rgba(80,80,80,.5);color:#fff;height:60px;left:0;margin:auto;position:absolute;right:0;top:50px;width:210px;z-index:2}.car-overview-ratings .mobile-swipe-overlay__icon{display:block;font-size:70px;line-height:20px;margin:0 auto;text-align:center}.car-overview-ratings .mobile-swipe-overlay__icon:before{top:-10px}.car-overview-ratings .mobile-swipe-overlay__label{color:#fff;text-align:center}}.car-overview-ratings .ratings-item{float:left}@media (min-width:768px){.car-overview-ratings .ratings-item{padding:10px;width:33%}}@media (max-width:767px){.car-overview-ratings .ratings-item{padding-left:15px;padding-right:15px}}.car-overview-ratings .ratings-item__image{width:100%}@media (max-width:767px){.car-overview-ratings .ratings-item__image{margin-bottom:20px;width:120px}}.car-overview-ratings .ratings-item__info{padding-bottom:40px}.car-overview-ratings .ratings-item__info .description{padding-top:5px}.car-overview-ratings .ratings-item__info .link{padding-top:20px}.car-overview-ratings .ratings-item__info .link>a{text-decoration:none;color:#00ae4d}
.find-type-header {
  margin-top: 30px;
  margin-bottom: 30px;
}

.find-type-header__label {
  padding-left: 10px;
}

.type-selector {
  position: absolute;
  z-index: 100;
}

.type-selector.link {
  cursor: pointer;
  left: 0;
  padding: 15px 30px 0 15px;
  top: -69px;
}

.type-selector--active {
  border: 1px solid #979797;
  background-color: #ffffff;
  cursor: default;
}

.type-selector__title,
.type-selector__title .crux-page-title {
  font: 50px / .8 'Averta W01 Light';
  padding: 0;
  margin: 0;
}

.type-selector__title::first-letter {
  text-transform: uppercase;
}

.type-selector__dropdown {
  margin-top: 15px;
  cursor: pointer;
  display: none;
}

.type-selector__dropdown--show {
  display: block;
}

.type-selector__dropdown ul {
  list-style-type: none;
  padding: 0;
}

.type-selector__dropdown-element {
  color: black;
  font-family: 'Averta W01 Light', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.type-selector__dropdown-element:hover {
  text-decoration: none;
  color: black;
  border-bottom: 2px solid #00ae4d;
}

.type-selector__arrow {
  margin-left: 8px;
  display: inline-block;
}

.type-selector__arrow .crux-icons {
  font-size: 30px;
}

.type-selector__arrow .crux-icons-caret-down-big,
.type-selector__arrow.up .crux-icons-caret-up-big {
  display: block;
  text-transform: none;
}

.type-selector__arrow .crux-icons-caret-up-big,
.type-selector__arrow.up .crux-icons-caret-down-big {
  display: none;
  text-transform: none;
}

@media only screen and (min-width: 1200px) {

}

@media only screen and (max-width: 1199px) {
  .type-selector-row {
    width: 100%;
  }
  .type-selector__arrow {
    margin-left: 3px;
  }
}

@media only screen and (min-width: 768px) {
  .type-selector__title {
    white-space: nowrap;
  }
  .type-selector__dropdown-element {
    font-size: 20px;
    line-height: 2.3;
  }
}

@media only screen and (max-width: 767px) {
  .type-selector__title,
  .type-selector__title .crux-page-title{
    font: 30px / 1.2 'Averta W01 Light';
  }

  .type-selector.link {
    padding: 15px 15px 0;
    margin: 0;
    top: -55px;
  }

  .type-selector__dropdown ul li {
    margin-bottom: 10px;
  }

  .type-selector__dropdown-element {
    font-size: 14px;
  }

  .type-selector__arrow .crux-icons {
    font-size: 16px;
  }
}
.car-overview-carousel-cards {
    background-color: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 40px
}

@media screen and (max-width: 767px){
    .car-overview-carousel-cards {
        background-color: #FFF;
        padding-top: 0;
        padding-bottom: 40px
    }
}

.info-section__title {
    padding-buttom: 10px;
}

.info-section__sub-title > a{
    text-transform: capitalize;
}

.overview-carousel_see-all {
    text-align: center;
}
.score-section{font:48px Averta W01 Black,Helvetica,Arial,sans-serif;position:absolute;top:10px;z-index:10;text-align:center}@media (max-width:767px){.score-section{font-size:28px}}.score-section__locker-icon{border-radius:50%;color:#00ae4d;height:64px;width:64px;background-color:#f0f0f0;padding-top:4px}@media (max-width:767px){.score-section__locker-icon{background-size:50%;height:40px;width:40px}}.score-section__overall-score{border-radius:50%;height:64px;width:64px;font-family:Averta W01 Black,Helvetica,Arial,sans-serif;font-size:34px;padding-top:9px}@media (max-width:767px){.score-section__overall-score{background-size:50%;height:40px;width:40px;font-size:18px}}.card{background-color:#fff;border:1px solid #999;padding:9px 13px;position:relative;display:block;list-style:none;margin:0 14px;min-width:calc(25% - 28px);clear:both}@media (min-width:768px) and (max-width:1199px){.card{min-width:calc(50% - 28px)}}.card:after{content:" ";display:table;clear:both}@media (max-width:767px){.card{margin:0;border:0;border-top:1px solid #999}}.card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.card-image-section>img{display:block;width:100%;height:auto}@media (max-width:767px){.card-image-section{width:33.33333%;float:left}}.card-info-section__brand-name{padding-bottom:3px;padding-top:17px}@media (max-width:767px){.card-info-section{width:66.66666%;float:left}}.carousel{margin:38px auto 51px;max-width:calc(1170px + 16%);padding:0 8%;position:relative}@media (max-width:767px){.carousel{margin:0;max-width:100%;padding:0}}.carousel__button{text-align:center}@media (max-width:767px){.carousel__button>button{margin-left:15px;margin-top:20px}}.carousel-slide{overflow:hidden}@media (max-width:767px){.carousel-slide{border-bottom:1px solid #999}}.carousel-slide__content{display:-ms-flex;display:-ms-flexbox;display:flex;padding-left:0;transition:transform 1s ease-in-out}@media (max-width:767px){.carousel-slide__content{display:block}}.carousel-slide-button{cursor:pointer;color:#c8c8c8;font-size:70px;position:absolute;top:35%;left:3%;bottom:0;width:10%}@media (min-width:768px) and (max-width:1199px){.carousel-slide-button{left:0}}.carousel-slide-button__rigth{left:auto;right:-15px}.carousel-slide-button:hover{color:#00ae4d}.carousel-slide-button.inactive{opacity:.5;cursor:default}.carousel-slide-button.inactive:hover{opacity:.5;color:#c8c8c8;cursor:default}.carousel-pagination{padding:0 15px 11px}.carousel_cards{color:#000;padding:0 50px}@media (max-width:767px){.carousel_cards{padding:0}}
.car-types-car-finder {
    margin-bottom: 30px;
}
