-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
1 lines (1 loc) · 110 KB
/
index.html
1
<!DOCTYPE html> <html> <head> <link href="/favicon.ico" rel="icon" type="image/x-icon"> <style type="text/css"> html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; box-sizing: border-box; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } html { background-color: #222; font-size: 16px; font-family: Tahoma, Arial, sans-serif; font-weight: 300; } .icon-tiny { width: 20px; height: 20px; } .icon-small { width: 30px; height: 30px; } a { color: #3a82af; text-decoration: none; } a:hover { color: #444; } a.i { color: black; } a.i:hover { color: #3a82af; } .button, .button-half, .button-i, .button-i-half { -webkit-appearance: none; -moz-appearance: none; cursor: hand; display: inline-block; font-size: 0.875rem; padding: 0.75rem; border-radius: 0.125rem; text-align: center; } .button, .button-i { max-width: 15rem; width: 100%; } .button-half, .button-i-half { max-width: 7.5rem; width: 100%; } .button, .button-half { color: white; background-color: #3a82af; border: 2px solid #3a82af; } .button:hover, .button-half:hover { background-color: #224f6b; } .button-i, .button-i-half { color: #3a82af; background-color: white; border: 2px solid #3a82af; } .button-i:hover, .button-i-half:hover { color: white; background-color: #3a82af; } #header-content { background-color: black; color: white; height: 3rem; } #header-grid { display: grid; grid-template-columns: 1fr 45rem 1fr; grid-template-areas: "logo nav search"; grid-gap: 0; max-width: 75rem; margin: 0 auto; } #header-logo { grid-area: logo; align-self: center; display: block; padding-left: 1.25rem; } #header-logo > svg { height: 30px; width: 180px; border: 0; margin: 0; padding: 0; } #header-nav { grid-area: nav; justify-self: center; height: 3rem; margin: 0; } .menu li { background-color: black; display: inline-block; height: 3rem; } .menu li.highlighted { background-color: #224f6b; } .menu li > a { color: white; display: block; font-size: 0.8125rem; line-height: 3rem; letter-spacing: 0.5px; text-transform: uppercase; text-decoration: none; padding: 0 1rem 0 1rem; vertical-align: middle; width: auto; } .menu li:hover > a { color: black; background-color: white; } .menu .sub-menu-hitbox { display: none; position: absolute; z-index: 10; } .menu li:hover .sub-menu-hitbox { display: block; padding: 0 40px 40px 40px; margin-left: -40px; } .menu .sub-menu-1 { grid-template-columns: repeat(1, 12em); } .menu .sub-menu-4 { grid-template-columns: repeat(4, 12em); } .menu .sub-menu { background-color: #dadada; display: grid; grid-gap: 1px; padding: 1px; } .menu .sub-menu span, .menu .sub-menu a { background-color: white; color: #222222; display: block; font-size: 0.8125rem; line-height: 1; padding: 12px; text-decoration: none; } .menu .sub-menu a:hover { background-color: #dadada; } .menu .sub-menu a.menu-footer { grid-column: span 4; } .menu .sub-menu a > em { font-weight: bold; } #show-search { display: grid; grid-template-columns: 1fr; justify-items: right; align-items: center; } #search-form { display: none; height: 3rem; width: auto; padding: 0; border: 0; margin: 0; text-align: right; vertical-align: top; } #search-buttons { height: 3rem; } #search-buttons svg { padding: 0.5rem 0 0 0.5rem; } #search-buttons.menu > li > a { padding: 0 0.5rem; border-right: 1px solid #444; height: 3rem; } #search-buttons.menu > li:first-child > a { border-left: 1px solid #444; } #show-search:target #search-buttons { display: none; } #show-search:target #search-form { display: block; } #search-box { display: inline-block; box-sizing: border-box; height: 2rem; color: #222222; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; width: auto; margin: 8px 0 0 0; padding: 0 40px 0 8px; border: none; vertical-align: middle; border-radius: 4px; } #search-close { position: absolute; margin: 0.6875rem 0 0 -1.75rem; } #splash-content { background-color: white; color: #222; } #splash-content article { display: none; } #splash-content article.show { display: block; } #splash-content > article > a { display: block; height: 40rem; background-size: cover; background-position: center; } #splash-content > article > div { background-color: white; max-width: 75rem; border-radius: 4px; padding: 0; margin: -2.5rem auto 0 auto; z-index: 10; } #splash-content nav { display: grid; grid-template-columns: 1fr max-content; height: 2.5rem; } #splash-content nav > p { color: #999; padding: 0.25rem 0 0 1.5rem; font-weight: bold; font-size: 0.8125rem; align-self: center; } #splash-content .pager { background-color: white; display: grid; grid-template-columns: auto auto auto; border-left: 1px solid #dedede; border-bottom: 1px solid #dedede; height: 100%; } #splash-content .pager a { background-color: #3a82af; border-radius: 50%; font-size: 1.25rem; font-family: "Courier New", Courier; font-weight: bold; color: white; height: 1.25rem; width: 1.25rem; line-height: 0.9; text-decoration: none; text-align: center; vertical-align: middle; align-self: center; margin: 0 0.75rem; } #splash-content .pager span { background-color: #f2f2f2; align-self: center; display: block; line-height: 2.4rem; height: 100%; border-left: 1px solid #dedede; border-right: 1px solid #dedede; padding: 0 0.5rem; vertical-align: middle; } #splash-content .pager em { font-weight: bold; } #splash-content .summary { padding: 0 1.25rem 1.25rem 1.25rem; } #splash-content .summary h1 { font-size: 2.75rem; line-height: 1; font-weight: bold; letter-spacing: -0.125rem; margin: 1rem 0; } #splash-content .summary h2 { font-size: 1.5rem; font-family: Georgia, serif; font-weight: 200; margin: 2rem 0; } #splash-content .summary h3 { text-transform: uppercase; margin: 2rem 0; font-size: 0.75rem; font-weight: bold; } #main-content { background-color: white; border-top: 3px solid #efefef; color: #222; } #main-content section { border-top: 3px solid #efefef; padding-bottom: 2rem; } #main-content section:first-child { border-top: none; } #main-content section > h1 { font-weight: bold; font-size: 1.625rem; margin: 2rem 0; } #main-grid { display: grid; grid-template-columns: auto 18.75rem; grid-template-areas: "articles sidebar"; grid-column-gap: 3.75rem; max-width: 75rem; margin: 0 auto; padding: 0 1.25rem; } #main-sidebar { grid-area: sidebar; } #main-articles { grid-area: articles; } #recent-news > article { border-bottom: 1px solid #efefef; padding-bottom: 1.25rem; margin-top: 1.25rem; margin-bottom: 1.25rem; } #recent-news > article > h2 { font-size: 1rem; line-height: 1.375rem; margin-bottom: 1.25rem; } #recent-news > article > div { font-size: 0.6875rem; color: #999; vertical-align: middle; } #recent-news > article > div span { display: inline-block; margin-right: 0.75rem; } #recent-news > article > div > span, #recent-news > article > div > svg, #recent-news > article > div > a, #recent-news > article > div > a > svg, #recent-news > article > div > a > span { vertical-align: middle; } #research-ui h2 { font-size: 0.875rem; font-weight: normal; color: #666; margin-bottom: 1.25rem; } #research-ui > div { margin-bottom: 1.25rem; } #body-style-menu { display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 1rem; } #body-style-menu > a { display: block; padding: 0.75rem 0; color: black; } #body-style-menu > a:hover { color: #3a82af; } #body-style-menu > a > b { display: block; background-image: url(https://cnd.imgix.net/images/car-sprite.png?h=1320&fm=pjpg&auto=format,compress); background-repeat: no-repeat; background-size: 100%; margin: 0 auto 0.25rem auto; width: 113px; height: 44px; filter: none; } #body-style-menu > a:hover > b { filter: brightness(1.1); } #body-style-menu > a > span { display: block; text-align: center; font-size: 0.6875rem; } #social-content { background-color: black; font-size: 1.25rem; } #social-content > div { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 2.5rem; height: 6rem; max-width: 38rem; margin: 0 auto; } #social-content a { color: #dadada; align-self: center; text-decoration: none; white-space: nowrap; } #social-content svg { border: none; display: inline-block; margin: 0 0.5rem; vertical-align: middle; } #social-content span { display: inline-block; vertical-align: middle; } #social-content a:hover span { color: #aaa; } #social-content a:hover.icon-facebook .fill-color { fill: #3B5998; } #social-content a:hover.icon-twitter .fill-color { fill: #55ACEE; } #social-content a:hover.icon-instagram .fill-color { fill: #E1306C; } #social-content a:hover.icon-youtube .fill-color { fill: #BB0000; } #social-content a:hover.icon-youtube .fill-inverted { fill: #FFFFFF; } #footer-content { background-color: #222; color: #666; } #footer-grid { display: grid; font-size: 0.75em; grid-gap: 20px; grid-template-columns: repeat(6,1fr); line-height: 1em; margin: 0 auto; max-width: 60rem; padding: 20px; } #footer-content .col h1 { color: #dadada; font-weight: bold; margin: 0 0 12px 0; text-transform: uppercase; font-size: 0.75rem; line-height: 1rem; } #footer-content .col a { display: block; color: #666; font-size: 0.75rem; line-height: 1.25rem; text-decoration: none; } #footer-content a:hover { color: #f1f1f1; } #logo-hearst { grid-column: span 6; text-align: center; margin-top: 2rem; } #logo-hearst > svg { height: 2.25rem; width: 8.5625rem; } #copyright { color: #909090; text-align: center; grid-column: span 6; margin-bottom: 6rem; } #main-articles article { border-top: 1px solid #efefef; padding: 1.5rem 0; display: grid; grid-template-columns: 18.75rem 1fr; grid-gap: 2rem; } #main-articles .image { min-width: 300px; min-height: 184px; } #main-article .image > img { background-color: #eee; } #main-articles nav > p { color: #999; padding: 0; font-weight: bold; font-size: 0.8125rem; } #main-articles .summary h1 { font-size: 1.625rem; line-height: 1.25; font-weight: bold; margin: 1rem 0; } #main-articles .summary h2 { font-size: 1.25rem; font-family: Georgia, serif; font-weight: 200; line-height: 1.125; margin: 1rem 0; } #main-articles .summary h3 { text-transform: uppercase; margin: 1rem 0; font-size: 0.75rem; font-weight: bold; } #main-articles .summary > p > a { display: inline-block; font-size: 0.75rem; line-height: 1; font-weight: bold; text-decoration: underline; margin-right: 1rem; } #main-articles .summary > p > a > span { line-height: 1.25; } #main-articles .summary > p > a > svg, #main-articles .summary > p > a > span { vertical-align: top; } #manufacturer-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 3rem 2rem; padding: 2rem 0; border-top: 1px solid #efefef; } #manufacturer-grid > div > h2 { margin: 0 0 1rem 0; } #manufacturer-grid > div > h2 > a { color: #222; font-size: 1.25rem; line-height: 1.25; font-weight: bold; } #manufacturer-grid > div > .image { display: block; width: 230px; height: 138px; background-image: url(https://cnd.imgix.net/images/manu-sprite.png?fm=pjpg&w=460&auto=format,compress); background-size: 100%; margin: 1rem auto; } #manufacturer-grid > div > p { margin-top: 1.25rem; } #manufacturer-grid > div > p > a { font-size: 0.8125rem; color: black; display: block; margin-bottom: 1rem; } #manufacturer-grid > div > p > a:hover { color: #3a82af; } #tradein-content { grid-column: 1 / span 2; display: grid; grid-template-columns: 1fr 1fr; grid-gap: 1.25rem; margin-bottom: 1rem; } #tradein-content > img { justify-self: right; align-self: center; } #tradein-content > div { align-self: center; } #tradein-content > div > h1 { color: #222; font-size: 1.125rem; line-height: 1.25; font-weight: bold; } #tradein-content > div > p { margin-bottom: 1rem; } #research-form { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 1rem; } #research-form select { -webkit-appearance: none; -moz-appearance: none; color: #666; padding: 0.75rem 2rem 0.75rem 0.75rem; font-size: 0.875rem; display: inline-block; width: 100%; } </style> <script> function changeSplashPage(button) { var href = button.href; var pos = href.indexOf("#"); if (pos < 0 || pos == (href.length + 1)) return false; var target = document.getElementById(href.substring(pos + 1)); if (target === null) return false; var current = document.querySelectorAll("#splash-content article.show"); for (var i = 0; i < current.length; i++) current[i].className = null; target.className = "show"; return false; } function changeBodyStyleModel(select) { var make = select.value; var template = document.querySelector("#models-template-" + make); var clone = document.importNode(template.content, true); var drop = document.querySelector("#body-style-model"); drop.innerHTML = ""; drop.appendChild(clone); return false; } function handleSearchForm(form) { var searchQuery = document.getElementById("search-box").value; document.location.href = "https://www.caranddriver.com/search/" + window.encodeURIComponent(searchQuery); return false; } function handleResearchForm(form) { console.log(form); var make = document.getElementById("body-style-make").value; var model = document.querySelector("#body-style-model>select").value; console.log(make + " " + model); return false; } window.onLoad = function() { } </script> <template id="models-template-acura"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="ILX">ILX</option> <option value="MDX">MDX</option> <option value="NSX">NSX</option> <option value="RDX">RDX</option> <option value="RLX">RLX</option> <option value="TLX">TLX</option> </select> </template> <template id="models-template-alfa-romeo"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="4C">4C</option> <option value="Giulia">Giulia</option> <option value="Giulia Quadrifoglio">Giulia Quadrifoglio</option> <option value="Stelvio">Stelvio</option> <option value="Stelvio Quadrifoglio">Stelvio Quadrifoglio</option> </select> </template> <template id="models-template-aston-martin"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="DB11">DB11</option> <option value="DBS Superleggera">DBS Superleggera</option> <option value="Rapide S">Rapide S</option> <option value="Vanquish">Vanquish</option> <option value="Vantage">Vantage</option> </select> </template> <template id="models-template-audi"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="A3">A3</option> <option value="A3 Sportback e-tron">A3 Sportback e-tron</option> <option value="A4">A4</option> <option value="A4 Allroad Quattro">A4 Allroad Quattro</option> <option value="A5">A5</option> <option value="A5 Sportback">A5 Sportback</option> <option value="A6">A6</option> <option value="A7">A7</option> <option value="A8">A8</option> <option value="Q3">Q3</option> <option value="Q5">Q5</option> <option value="Q7">Q7</option> <option value="Q8">Q8</option> <option value="R8">R8</option> <option value="RS3">RS3</option> <option value="RS5">RS5</option> <option value="RS5 Sportback">RS5 Sportback</option> <option value="RS7">RS7</option> <option value="S3">S3</option> <option value="S4">S4</option> <option value="S5">S5</option> <option value="S5 Sportback">S5 Sportback</option> <option value="S6">S6</option> <option value="S7">S7</option> <option value="S8">S8</option> <option value="SQ5">SQ5</option> <option value="TT / TTS">TT / TTS</option> <option value="TT RS">TT RS</option> </select> </template> <template id="models-template-bentley"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Bentayga">Bentayga</option> <option value="Continental GT">Continental GT</option> <option value="Continental GT Speed">Continental GT Speed</option> <option value="Continental Supersports">Continental Supersports</option> <option value="Flying Spur">Flying Spur</option> <option value="Mulsanne">Mulsanne</option> <option value="Mulsanne Speed">Mulsanne Speed</option> </select> </template> <template id="models-template-bmw"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="2-series">2-series</option> <option value="3-series">3-series</option> <option value="3-series Wagon">3-series Wagon</option> <option value="4-series">4-series</option> <option value="4-series Gran Coupe">4-series Gran Coupe</option> <option value="5-series">5-series</option> <option value="6-series">6-series</option> <option value="6-series Gran Coupe">6-series Gran Coupe</option> <option value="6-series Gran Turismo">6-series Gran Turismo</option> <option value="7-series">7-series</option> <option value="8-series">8-series</option> <option value="M2">M2</option> <option value="M3">M3</option> <option value="M4">M4</option> <option value="M5">M5</option> <option value="M6">M6</option> <option value="M6 Gran Coupe">M6 Gran Coupe</option> <option value="M8 Gran Coupe">M8 Gran Coupe</option> <option value="X1">X1</option> <option value="X2">X2</option> <option value="X3">X3</option> <option value="X4">X4</option> <option value="X5">X5</option> <option value="X5 M">X5 M</option> <option value="X6">X6</option> <option value="X6 M">X6 M</option> <option value="X7">X7</option> <option value="Z4">Z4</option> <option value="i3">i3</option> <option value="i8">i8</option> </select> </template> <template id="models-template-bugatti"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Chiron">Chiron</option> <option value="Divo">Divo</option> </select> </template> <template id="models-template-buick"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Cascada">Cascada</option> <option value="Enclave">Enclave</option> <option value="Encore">Encore</option> <option value="Envision">Envision</option> <option value="LaCrosse">LaCrosse</option> <option value="Regal GS">Regal GS</option> <option value="Regal Sportback">Regal Sportback</option> <option value="Regal TourX">Regal TourX</option> </select> </template> <template id="models-template-cadillac"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="ATS">ATS</option> <option value="ATS-V">ATS-V</option> <option value="CT5">CT5</option> <option value="CT6">CT6</option> <option value="CTS">CTS</option> <option value="CTS-V">CTS-V</option> <option value="Escalade / Escalade ESV">Escalade / Escalade ESV</option> <option value="XT4">XT4</option> <option value="XT5">XT5</option> <option value="XTS">XTS</option> </select> </template> <template id="models-template-chevrolet"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Blazer">Blazer</option> <option value="Bolt EV">Bolt EV</option> <option value="Camaro">Camaro</option> <option value="Camaro ZL1">Camaro ZL1</option> <option value="Colorado">Colorado</option> <option value="Corvette">Corvette</option> <option value="Corvette Z06">Corvette Z06</option> <option value="Corvette ZR1">Corvette ZR1</option> <option value="Cruze">Cruze</option> <option value="Equinox">Equinox</option> <option value="Express">Express</option> <option value="Impala">Impala</option> <option value="Malibu">Malibu</option> <option value="Silverado 1500">Silverado 1500</option> <option value="Silverado 2500HD">Silverado 2500HD</option> <option value="Silverado 3500HD">Silverado 3500HD</option> <option value="Sonic">Sonic</option> <option value="Spark">Spark</option> <option value="Suburban">Suburban</option> <option value="Tahoe">Tahoe</option> <option value="Traverse">Traverse</option> <option value="Trax">Trax</option> <option value="Volt">Volt</option> </select> </template> <template id="models-template-chrysler"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="300">300</option> <option value="Pacifica">Pacifica</option> </select> </template> <template id="models-template-dodge"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Challenger">Challenger</option> <option value="Challenger SRT / SRT Hellcat">Challenger SRT / SRT Hellcat</option> <option value="Challenger SRT Demon">Challenger SRT Demon</option> <option value="Charger">Charger</option> <option value="Charger SRT / SRT Hellcat">Charger SRT / SRT Hellcat</option> <option value="Durango">Durango</option> <option value="Durango SRT">Durango SRT</option> <option value="Grand Caravan">Grand Caravan</option> <option value="Journey">Journey</option> <option value="Viper">Viper</option> </select> </template> <template id="models-template-ferrari"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="488GTB">488GTB</option> <option value="812 Superfast">812 Superfast</option> <option value="GTC4Lusso">GTC4Lusso</option> <option value="Portofino">Portofino</option> </select> </template> <template id="models-template-fiat"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="124 Spider">124 Spider</option> <option value="500">500</option> <option value="500 / 500C Abarth">500 / 500C Abarth</option> <option value="500L">500L</option> <option value="500X">500X</option> <option value="500e">500e</option> </select> </template> <template id="models-template-ford"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Bronco">Bronco</option> <option value="C-Max">C-Max</option> <option value="EcoSport">EcoSport</option> <option value="Edge">Edge</option> <option value="Escape">Escape</option> <option value="Expedition / Expedition Max">Expedition / Expedition Max</option> <option value="Explorer">Explorer</option> <option value="F-150">F-150</option> <option value="F-150 Raptor">F-150 Raptor</option> <option value="F-250 Super Duty">F-250 Super Duty</option> <option value="F-350 Super Duty">F-350 Super Duty</option> <option value="F-450 Super Duty">F-450 Super Duty</option> <option value="Fiesta">Fiesta</option> <option value="Fiesta ST">Fiesta ST</option> <option value="Flex">Flex</option> <option value="Focus">Focus</option> <option value="Focus Active">Focus Active</option> <option value="Focus Electric">Focus Electric</option> <option value="Focus RS">Focus RS</option> <option value="Focus ST">Focus ST</option> <option value="Fusion">Fusion</option> <option value="GT">GT</option> <option value="Mustang">Mustang</option> <option value="Mustang Shelby GT350 / GT350R">Mustang Shelby GT350 / GT350R</option> <option value="Mustang Shelby GT500">Mustang Shelby GT500</option> <option value="Ranger">Ranger</option> <option value="Ranger Raptor">Ranger Raptor</option> <option value="Taurus">Taurus</option> <option value="Transit">Transit</option> <option value="Transit Connect">Transit Connect</option> </select> </template> <template id="models-template-genesis"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="G70">G70</option> <option value="G80">G80</option> <option value="G90">G90</option> </select> </template> <template id="models-template-gmc"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Acadia">Acadia</option> <option value="Canyon">Canyon</option> <option value="Savana">Savana</option> <option value="Sierra 1500">Sierra 1500</option> <option value="Sierra 2500HD">Sierra 2500HD</option> <option value="Sierra 3500HD">Sierra 3500HD</option> <option value="Terrain">Terrain</option> <option value="Yukon / Yukon XL">Yukon / Yukon XL</option> </select> </template> <template id="models-template-honda"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Accord">Accord</option> <option value="CR-V">CR-V</option> <option value="Civic">Civic</option> <option value="Civic Si">Civic Si</option> <option value="Civic Type R">Civic Type R</option> <option value="Clarity">Clarity</option> <option value="Fit">Fit</option> <option value="HR-V">HR-V</option> <option value="Insight">Insight</option> <option value="Odyssey">Odyssey</option> <option value="Pilot">Pilot</option> <option value="Ridgeline">Ridgeline</option> </select> </template> <template id="models-template-hyundai"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Accent">Accent</option> <option value="Elantra">Elantra</option> <option value="Elantra GT">Elantra GT</option> <option value="Elantra GT Sport">Elantra GT Sport</option> <option value="Elantra Sport">Elantra Sport</option> <option value="Ioniq">Ioniq</option> <option value="Kona">Kona</option> <option value="Kona Electric">Kona Electric</option> <option value="Nexo">Nexo</option> <option value="Santa Fe">Santa Fe</option> <option value="Santa Fe Sport">Santa Fe Sport</option> <option value="Sonata">Sonata</option> <option value="Tucson">Tucson</option> <option value="Veloster">Veloster</option> <option value="Veloster N">Veloster N</option> </select> </template> <template id="models-template-infiniti"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Q50">Q50</option> <option value="Q50 Red Sport 400">Q50 Red Sport 400</option> <option value="Q60">Q60</option> <option value="Q60 Red Sport 400">Q60 Red Sport 400</option> <option value="Q70">Q70</option> <option value="QX30">QX30</option> <option value="QX50">QX50</option> <option value="QX60">QX60</option> <option value="QX70">QX70</option> <option value="QX80">QX80</option> </select> </template> <template id="models-template-jaguar"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="E-Pace">E-Pace</option> <option value="F-Pace">F-Pace</option> <option value="F-Pace SVR">F-Pace SVR</option> <option value="F-type">F-type</option> <option value="F-type R">F-type R</option> <option value="I-Pace">I-Pace</option> <option value="XE">XE</option> <option value="XF">XF</option> <option value="XF Sportbrake">XF Sportbrake</option> <option value="XJ">XJ</option> <option value="XJR575">XJR575</option> </select> </template> <template id="models-template-jeep"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Cherokee">Cherokee</option> <option value="Compass">Compass</option> <option value="Grand Cherokee">Grand Cherokee</option> <option value="Grand Cherokee SRT">Grand Cherokee SRT</option> <option value="Grand Cherokee Trackhawk">Grand Cherokee Trackhawk</option> <option value="Renegade">Renegade</option> <option value="Wrangler">Wrangler</option> <option value="Wrangler Pickup">Wrangler Pickup</option> </select> </template> <template id="models-template-kia"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Cadenza">Cadenza</option> <option value="Forte / Forte5">Forte / Forte5</option> <option value="K900">K900</option> <option value="Niro">Niro</option> <option value="Optima">Optima</option> <option value="Rio">Rio</option> <option value="Sedona">Sedona</option> <option value="Sorento">Sorento</option> <option value="Soul">Soul</option> <option value="Soul EV">Soul EV</option> <option value="Sportage">Sportage</option> <option value="Stinger">Stinger</option> </select> </template> <template id="models-template-koenigsegg"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Regera">Regera</option> </select> </template> <template id="models-template-lamborghini"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Aventador">Aventador</option> <option value="Huracán">Huracán</option> <option value="Urus">Urus</option> </select> </template> <template id="models-template-land-rover"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Defender">Defender</option> <option value="Discovery">Discovery</option> <option value="Discovery SVX">Discovery SVX</option> <option value="Discovery Sport">Discovery Sport</option> <option value="Range Rover">Range Rover</option> <option value="Range Rover Evoque">Range Rover Evoque</option> <option value="Range Rover Sport">Range Rover Sport</option> <option value="Range Rover Sport Supercharged / SVR">Range Rover Sport Supercharged / SVR</option> <option value="Range Rover Supercharged">Range Rover Supercharged</option> <option value="Range Rover Velar">Range Rover Velar</option> </select> </template> <template id="models-template-lexus"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="ES">ES</option> <option value="GS">GS</option> <option value="GS F">GS F</option> <option value="GX">GX</option> <option value="IS">IS</option> <option value="LC">LC</option> <option value="LS">LS</option> <option value="LX">LX</option> <option value="NX">NX</option> <option value="RC">RC</option> <option value="RC F">RC F</option> <option value="RX">RX</option> <option value="UX">UX</option> </select> </template> <template id="models-template-lincoln"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Aviator">Aviator</option> <option value="Continental">Continental</option> <option value="MKC">MKC</option> <option value="MKT">MKT</option> <option value="MKX">MKX</option> <option value="MKZ">MKZ</option> <option value="Nautilus">Nautilus</option> <option value="Navigator / Navigator L">Navigator / Navigator L</option> </select> </template> <template id="models-template-lotus"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Evora 400">Evora 400</option> </select> </template> <template id="models-template-maserati"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Ghibli">Ghibli</option> <option value="GranTurismo">GranTurismo</option> <option value="Levante">Levante</option> <option value="Quattroporte">Quattroporte</option> </select> </template> <template id="models-template-mazda"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="CX-3">CX-3</option> <option value="CX-5">CX-5</option> <option value="CX-9">CX-9</option> <option value="MX-5 Miata">MX-5 Miata</option> <option value="Mazda 3">Mazda 3</option> <option value="Mazda 6">Mazda 6</option> </select> </template> <template id="models-template-mclaren"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="570S / 570GT">570S / 570GT</option> <option value="600LT">600LT</option> <option value="720S">720S</option> <option value="Senna">Senna</option> </select> </template> <template id="models-template-mercedes-amg"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="C43">C43</option> <option value="C63">C63</option> <option value="CLA45 4Matic">CLA45 4Matic</option> <option value="CLS63 S 4Matic">CLS63 S 4Matic</option> <option value="E43">E43</option> <option value="E63 S 4Matic">E63 S 4Matic</option> <option value="E63 S Wagon">E63 S Wagon</option> <option value="G63 / G65 4Matic">G63 / G65 4Matic</option> <option value="GLA45 4Matic">GLA45 4Matic</option> <option value="GLC43 4Matic / GLC63 4Matic">GLC43 4Matic / GLC63 4Matic</option> <option value="GLC43 Coupe / GLC63 Coupe">GLC43 Coupe / GLC63 Coupe</option> <option value="GLE43 4Matic / GLE63 4Matic">GLE43 4Matic / GLE63 4Matic</option> <option value="GLE43 Coupe 4Matic / GLE63 S Coupe 4Matic">GLE43 Coupe 4Matic / GLE63 S Coupe 4Matic</option> <option value="GLS63 4Matic">GLS63 4Matic</option> <option value="GT / GT Roadster / GT S">GT / GT Roadster / GT S</option> <option value="GT C / GT C Roadster / GT R">GT C / GT C Roadster / GT R</option> <option value="GT53">GT53</option> <option value="GT63 / GT63 S">GT63 / GT63 S</option> <option value="S63 / S65">S63 / S65</option> <option value="SL63 / SL65">SL63 / SL65</option> <option value="SLC43">SLC43</option> </select> </template> <template id="models-template-mercedes-benz"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="A-class">A-class</option> <option value="C-class">C-class</option> <option value="CLA-class">CLA-class</option> <option value="CLS-class">CLS-class</option> <option value="E-class">E-class</option> <option value="E-class Wagon">E-class Wagon</option> <option value="EQC">EQC</option> <option value="G-class">G-class</option> <option value="GLA-class">GLA-class</option> <option value="GLC Coupe">GLC Coupe</option> <option value="GLC-class">GLC-class</option> <option value="GLE-class">GLE-class</option> <option value="GLS-class">GLS-class</option> <option value="Metris">Metris</option> <option value="S-class">S-class</option> <option value="SL-class">SL-class</option> <option value="SLC-class">SLC-class</option> <option value="Sprinter">Sprinter</option> </select> </template> <template id="models-template-mercedes-maybach"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="S560 / S650">S560 / S650</option> </select> </template> <template id="models-template-mini"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Cooper Clubman / S">Cooper Clubman / S</option> <option value="Cooper Clubman JCW">Cooper Clubman JCW</option> <option value="Cooper Convertible / S">Cooper Convertible / S</option> <option value="Cooper Convertible JCW">Cooper Convertible JCW</option> <option value="Cooper Countryman / S">Cooper Countryman / S</option> <option value="Cooper Countryman JCW">Cooper Countryman JCW</option> <option value="Cooper Hardtop / S">Cooper Hardtop / S</option> <option value="Cooper Hardtop JCW">Cooper Hardtop JCW</option> </select> </template> <template id="models-template-mitsubishi"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Eclipse Cross">Eclipse Cross</option> <option value="Lancer">Lancer</option> <option value="Mirage">Mirage</option> <option value="Mirage G4">Mirage G4</option> <option value="Outlander">Outlander</option> <option value="Outlander Sport">Outlander Sport</option> </select> </template> <template id="models-template-nissan"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Altima">Altima</option> <option value="Armada">Armada</option> <option value="Frontier">Frontier</option> <option value="GT-R">GT-R</option> <option value="Kicks">Kicks</option> <option value="Leaf">Leaf</option> <option value="Maxima">Maxima</option> <option value="Murano">Murano</option> <option value="NV1500 / 2500 / 3500">NV1500 / 2500 / 3500</option> <option value="NV200">NV200</option> <option value="Pathfinder">Pathfinder</option> <option value="Rogue">Rogue</option> <option value="Rogue Sport">Rogue Sport</option> <option value="Sentra">Sentra</option> <option value="Sentra NISMO">Sentra NISMO</option> <option value="Titan">Titan</option> <option value="Titan XD">Titan XD</option> <option value="Versa">Versa</option> <option value="Versa Note">Versa Note</option> <option value="Z">Z</option> </select> </template> <template id="models-template-pagani"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Huayra">Huayra</option> </select> </template> <template id="models-template-polestar"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Polestar 1">Polestar 1</option> </select> </template> <template id="models-template-porsche"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="718 Boxster">718 Boxster</option> <option value="718 Cayman">718 Cayman</option> <option value="911">911</option> <option value="911 GT2 RS">911 GT2 RS</option> <option value="911 GT3 / GT3 RS">911 GT3 / GT3 RS</option> <option value="911 Turbo / Turbo S">911 Turbo / Turbo S</option> <option value="Cayenne">Cayenne</option> <option value="Cayenne Turbo / Turbo S">Cayenne Turbo / Turbo S</option> <option value="Macan">Macan</option> <option value="Macan Turbo">Macan Turbo</option> <option value="Panamera">Panamera</option> <option value="Panamera Sport Turismo">Panamera Sport Turismo</option> <option value="Panamera Turbo / Turbo S">Panamera Turbo / Turbo S</option> <option value="Taycan">Taycan</option> </select> </template> <template id="models-template-ram"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="1500">1500</option> <option value="2500">2500</option> <option value="3500">3500</option> <option value="Power Wagon">Power Wagon</option> <option value="ProMaster">ProMaster</option> <option value="ProMaster City">ProMaster City</option> </select> </template> <template id="models-template-rolls-royce"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Cullinan">Cullinan</option> <option value="Dawn">Dawn</option> <option value="Ghost Series II">Ghost Series II</option> <option value="Phantom">Phantom</option> <option value="Wraith">Wraith</option> </select> </template> <template id="models-template-scion"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="FR-S">FR-S</option> <option value="iA">iA</option> <option value="iM">iM</option> <option value="tC">tC</option> </select> </template> <template id="models-template-smart"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Fortwo Electric Drive">Fortwo Electric Drive</option> </select> </template> <template id="models-template-spyker"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="C8">C8</option> </select> </template> <template id="models-template-subaru"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Ascent">Ascent</option> <option value="BRZ">BRZ</option> <option value="Crosstrek">Crosstrek</option> <option value="Forester">Forester</option> <option value="Impreza">Impreza</option> <option value="Legacy">Legacy</option> <option value="Outback">Outback</option> <option value="WRX">WRX</option> <option value="WRX STI">WRX STI</option> </select> </template> <template id="models-template-tesla"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Model 3">Model 3</option> <option value="Model S">Model S</option> <option value="Model X">Model X</option> <option value="Roadster">Roadster</option> </select> </template> <template id="models-template-toyota"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="4Runner">4Runner</option> <option value="86">86</option> <option value="Avalon">Avalon</option> <option value="C-HR">C-HR</option> <option value="Camry">Camry</option> <option value="Corolla">Corolla</option> <option value="Corolla iM">Corolla iM</option> <option value="FT-4X">FT-4X</option> <option value="Highlander">Highlander</option> <option value="Land Cruiser">Land Cruiser</option> <option value="Mirai">Mirai</option> <option value="Prius">Prius</option> <option value="Prius C">Prius C</option> <option value="Prius Prime">Prius Prime</option> <option value="RAV4">RAV4</option> <option value="Sequoia">Sequoia</option> <option value="Sienna">Sienna</option> <option value="Supra">Supra</option> <option value="Tacoma">Tacoma</option> <option value="Tundra">Tundra</option> <option value="Yaris">Yaris</option> <option value="Yaris iA">Yaris iA</option> </select> </template> <template id="models-template-volkswagen"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="Arteon">Arteon</option> <option value="Atlas">Atlas</option> <option value="Atlas Cross Sport">Atlas Cross Sport</option> <option value="Beetle">Beetle</option> <option value="Golf">Golf</option> <option value="Golf Alltrack">Golf Alltrack</option> <option value="Golf GTI">Golf GTI</option> <option value="Golf R">Golf R</option> <option value="Golf SportWagen">Golf SportWagen</option> <option value="Jetta">Jetta</option> <option value="Microbus">Microbus</option> <option value="Passat">Passat</option> <option value="Tiguan">Tiguan</option> <option value="e-Golf">e-Golf</option> </select> </template> <template id="models-template-volvo"> <select> <option value="" disabled selected>Select a Model (optional)</option> <option value="S60">S60</option> <option value="S90">S90</option> <option value="V60">V60</option> <option value="V90">V90</option> <option value="V90 Cross Country">V90 Cross Country</option> <option value="XC40">XC40</option> <option value="XC60">XC60</option> <option value="XC90">XC90</option> </select> </template> </head> <body> <svg xmlns="http://www.w3.org/2000/svg" style="display: none"> <symbol id="icon-comments" viewBox="380 0 20 20"> <title>Comments</title> <path d="M394.57,4.19H385a1.2,1.2,0,0,0-1.2,1.2v11.3l2.4-2.5h8.4a1.2,1.2,0,0,0,1.2-1.2V5.44a1.23,1.23,0,0,0-1.2-1.25Z" style="fill: #1383b3"/> </symbol> <symbol id="icon-clock" viewBox="360 0 20 20"> <title>Clock</title> <path d="M367.46,6.11a5,5,0,0,1,5,0,5.07,5.07,0,0,1,1.82,1.83,5,5,0,0,1-1.82,6.83A5,5,0,0,1,365.64,13a5,5,0,0,1,0-5,5,5,0,0,1,1.82-1.83Zm5,1.88a3.47,3.47,0,0,0-5.92,2.45A3.47,3.47,0,0,0,370,13.92a3.48,3.48,0,0,0,3.47-3.48,3.35,3.35,0,0,0-1-2.45ZM370,10.47h2v1h-3v-4h1v3Z" style="fill: #bababa"/> </symbol> <symbol id="icon-gallery" viewBox="439 0 20 20"> <title>Gallery</title> <path d="M447.56,16.1v-9h8v9Zm1-3h6v-5h-6Z" transform="translate(-5.33 -2.17)" style="fill: #1383b3"/> <polygon points="447.23 1.93 439.23 1.93 439.23 10.93 440.23 10.93 440.23 3.93 447.23 3.93 447.23 1.93" style="fill: #1383b3"/> </symbol> <symbol id="icon-story" viewBox="400 0 20 20"> <title>Story</title> <path d="M410.5,5.1V7.29s0,.36.1.49a4.21,4.21,0,0,0,.47.32h2.43v7h1V7.87A1.64,1.64,0,0,0,414,6.72L412.1,4.63a1.68,1.68,0,0,0-1.23-.53h-4.46a.91.91,0,0,0-.91.91V15.18a.92.92,0,0,0,.92.92h7.2a.88.88,0,0,0,.88-.86V15.1h-8V5.1Zm1,1.11.91.89h0l-.91,0V6.21Z" transform="translate(-5.33 -2.17)" style="fill: #1383b3"/> <path d="M407.27,7.1h1.38a.5.5,0,0,0,0-1h-1.38a.5.5,0,0,0,0,1Z" transform="translate(-5.33 -2.17)" style="fill: #1383b3"/> <path d="M411.74,8.1h-4.41a.5.5,0,0,0,0,1h4.41a.5.5,0,0,0,0-1Z" transform="translate(-5.33 -2.17)" style="fill: #1383b3"/> <path d="M411.79,10.1h-4.6a1.24,1.24,0,0,0-.52.82c0,.29.23.57.52.18h4.6c.28.39.52.11.52-.18a.56.56,0,0,0-.52-.56Z" transform="translate(-5.33 -2.17)" style="fill: #1383b3"/> <path d="M411.79,12.1h-4.6a1,1,0,0,0-.52.77c0,.29.23.56.52.23h4.6c.28.33.52.06.52-.23a.57.57,0,0,0-.52-.57Z" transform="translate(-5.33 -2.17)" style="fill: #1383b3"/> </symbol> <symbol id="icon-shopping" viewBox="419 0 20 20"> <title>Shopping</title> <path d="M433.68,8a1.1,1.1,0,1,0-1.1-1.11A1.09,1.09,0,0,0,433.68,8M430.56,3.6h5.11a1.22,1.22,0,0,1,.83,1.64,7.32,7.32,0,0,0,0,3.45,1.55,1.55,0,0,1-.42,1.48l-5.89,5.89a1.65,1.65,0,0,1-.82.53h-.33a1.45,1.45,0,0,1-.67-.38l-4.29-4.3a1.71,1.71,0,0,1-.55-.83v-.33a1.63,1.63,0,0,1,.53-.83L430,4a2.8,2.8,0,0,1,.49-.33,1.93,1.93,0,0,1,.34-.11" transform="translate(-5.33 -2.17)" style="fill: #1383b3"/> </symbol> <symbol id="icon-youtube" viewBox="330 0 30 30"> <title>YouTube</title> <rect class="fill-color" x="330" y="5" width="30" height="20" rx="4" ry="4" style="fill: #aaa"/> <polygon class="fill-inverted" points="339.75 8.92 344.3 12.46 339.75 16.01 339.75 8.92" transform="translate(4, 2.5)"/> </symbol> <symbol id="icon-instagram" viewBox="300 0 30 30"> <title>Instagram</title> <path class="fill-color" d="M324.14,26l-.34.06H306.2l-.14,0a2.4,2.4,0,0,1-2-1.82l-.06-.34V6.22a.5.5,0,0,0,0-.12,2.36,2.36,0,0,1,1.84-2c.1,0,.21,0,.31-.06h17.66l.12,0A2.37,2.37,0,0,1,326,6c0,.09,0,.19.05.29v17.6c0,.1,0,.2-.05.29A2.37,2.37,0,0,1,324.14,26ZM306,13.11V23.17a.87.87,0,0,0,.87.88h15.25a.88.88,0,0,0,.88-.88V12.05h-1.6a14.78,14.78,0,0,1,.27,3.89,6.79,6.79,0,0,1-.95,2.74,6.84,6.84,0,0,1-9.18,2.42,6.72,6.72,0,0,1-2.66-2.68,6.85,6.85,0,0,1-.53-5.37H306Zm4.42,2a4.46,4.46,0,1,0,4.46-4.39A4.46,4.46,0,0,0,310.42,15.06Zm11.7-5a.91.91,0,0,0,.88-.91V7a.92.92,0,0,0-.92-.93h-2.16A.92.92,0,0,0,319,7V9.12a.85.85,0,0,0,.06.31.91.91,0,0,0,.9.62h2.16Z" style="fill: #aaa"/> </symbol> <symbol id="icon-twitter" viewBox="270 0 30 30"> <title>Twitter</title> <path class="fill-color" d="M284.67,10l.06.93-.94-.11a15.3,15.3,0,0,1-8.94-4.4L273.61,5.2l-.32.91a5.47,5.47,0,0,0,1.16,5.62c.75.79.59.91-.71.43-.45-.15-.85-.26-.88-.2a7,7,0,0,0,.67,2.54,6.06,6.06,0,0,0,2.58,2.42l.92.44-1.09,0c-1.05,0-1.09,0-1,.42a5.7,5.7,0,0,0,3.51,3.11l1.17.4-1,.6a10.48,10.48,0,0,1-5,1.41,5.47,5.47,0,0,0-1.54.15,14.37,14.37,0,0,0,3.62,1.67A15.87,15.87,0,0,0,288,23.73a16.42,16.42,0,0,0,6.25-7.36,19.46,19.46,0,0,0,1.28-5.69c0-.87.06-1,1.11-2A14.7,14.7,0,0,0,298,7.2c.18-.37.16-.37-.79,0-1.6.57-1.83.49-1-.36a5.47,5.47,0,0,0,1.28-2c0-.06-.28,0-.6.21a10.58,10.58,0,0,1-1.65.64l-1,.32-.92-.62a8.06,8.06,0,0,0-1.6-.84,6.49,6.49,0,0,0-3.28.08A5.43,5.43,0,0,0,284.67,10Z" style="fill: #aaa"/> </symbol> <symbol id="icon-facebook" viewBox="240 0 30 30"> <title>Facebook</title> <path class="fill-color" d="M256.33,25V14h3l.36-3h-3.33V9.34c0-.86.08-1.33,1.33-1.33h1.66V5h-2.45c-3.31-.37-4.55,4.12-4.55,4.12V11h-2v3h2V25Z" style="fill: #aaa"/> </symbol> <symbol id="icon-search" viewBox="210 0 30 30"> <title>Search</title> <path d="M219.62,17.22l-5,5a.46.46,0,0,0,0,.6l1.83,1.82a.43.43,0,0,0,.6,0l5-5a8,8,0,0,0,10.08-1.07,7.78,7.78,0,0,0,2.37-5.71,7.82,7.82,0,0,0-2.37-5.72,8.08,8.08,0,0,0-11.43,0,7.83,7.83,0,0,0-2.38,5.72,7.8,7.8,0,0,0,1.31,4.36ZM230.31,9a5.29,5.29,0,0,1,1.62,3.89,5.53,5.53,0,0,1-5.53,5.51,5.29,5.29,0,0,1-3.9-1.61,5.35,5.35,0,0,1-1.61-3.9A5.31,5.31,0,0,1,222.5,9a5.5,5.5,0,0,1,7.81,0Z" transform="translate(-5.33 -2.17)" style="fill: #aaa"/> </symbol> <symbol id="icon-backfires" viewBox="180 0 30 30"> <title>Backfires</title> <path d="M189.34,25h6.13c2.15,0,3.06-1.4,3.55-4.49l.51-3.33c.32-2.07-.7-2.88-1.48-3.15,1-.29,1.85-1,2.12-2.9l.4-2.55C201,6,199.82,5,197.48,5h-5Zm5.7-8.95c.83,0,1,.46.86,1.32l-.51,3.22c-.19,1.16-.54,1.24-1.11,1.24h-1l.94-5.78Zm1.23-8c.62,0,.89.35.78,1l-.43,2.66c-.16.86-.48,1.05-1,1.05h-.86l.75-4.76Z" transform="translate(-5.33 -2.17)" style="fill: #aaa"/> </symbol> <symbol id="logo-hearstautos" viewBox="456 0 140 40"> <title>Hearst Autos</title> <polygon points="466.45 0.19 466.45 6.19 463.45 6.19 463.45 0.19 457.45 0.19 457.45 16.19 463.45 16.19 463.45 10.19 466.45 10.19 466.45 16.19 472.45 16.19 472.45 0.19 466.45 0.19" style="fill: #fff"/> <polygon points="483.45 0.19 483.45 16.19 495.45 16.19 495.45 12.19 489.45 12.19 489.45 10.19 495.45 10.19 495.45 6.19 489.45 6.19 489.45 4.19 495.45 4.19 495.45 0.19 483.45 0.19" style="fill: #fff"/> <path d="M515,2.36l-5.21,16h5.91l.6-2H521l.56,2H528l-5-16Zm3.72,3.55,1.38,6.45h-2.86Z" transform="translate(-5.33 -2.17)" style="fill: #fff"/> <path d="M536.78,18.36h6v-5.8h.55c1.44,0,1.64.68,1.88,2.4l.16,1.19a17.57,17.57,0,0,0,.46,2.22h6.08c-.26-1.18-.46-2.13-.55-2.85l-.2-1.71c-.28-2.3-.8-3.28-2.94-3.64,2.08-.56,3.14-1.8,3.14-3.73,0-3.2-2.06-4.07-6.44-4.07h-8.14Zm6-9V6.27a5.79,5.79,0,0,1,.69,0c1.37,0,2,.44,2,1.45s-.76,1.68-2.21,1.68a3.46,3.46,0,0,1-.45,0Z" transform="translate(-5.33 -2.17)" style="fill: #fff"/> <path d="M566.78,14.36v.14c0,1.2.48,1.75,1.5,1.75s1.47-.5,1.47-1.26a1.3,1.3,0,0,0-.62-1.21c-.8-.44-2.22-.69-4.07-1.35-2.54-.9-3.72-2.29-3.72-4.75,0-3.44,2.5-5.51,7.08-5.51,4.16,0,6.36,1.73,6.36,4.82v.37h-5.21c-.07-1.05-.5-1.56-1.37-1.56A1.19,1.19,0,0,0,566.89,7c0,1.23,1.09,1.18,3.08,1.79,3.64,1.08,5.38,2.21,5.38,5.4,0,3.71-2.66,6.13-7.2,6.13s-7-1.95-7-5.3a4.72,4.72,0,0,1,0-.63Z" transform="translate(-5.33 -2.17)" style="fill: #fff"/> <polygon points="592.45 4.19 588.45 4.19 588.45 17.19 582.45 17.19 582.45 4.19 578.45 4.19 578.45 0.19 592.45 0.19 592.45 4.19" style="fill: #fff"/> <path d="M513.61,33.68c-1.95,0-2.95.43-2.95,1.5,0,.8.57,1.25,1.47,1.25,1.39,0,2.28-.87,2.28-2.72-.2,0-.47,0-.8,0Zm-4-4a6.36,6.36,0,0,1,3-.69c2.6,0,3.59,1.41,3.59,3.44a4.62,4.62,0,0,1-.41,2.29v.91a7.76,7.76,0,0,1,.49,1.76h-1.69c0,.22,0-.08,0-.33s0-.5,0-.67h0a3.26,3.26,0,0,1-2.92,1.49c-1.74,0-2.94-1-2.94-2.6,0-1.79,1.62-2.79,4.48-2.79.35,0,.82,0,1.21,0a1.84,1.84,0,0,0-2.1-2.07,4.88,4.88,0,0,0-2.56.78Z" transform="translate(-5.33 -2.17)" style="fill: #fff"/> <path d="M524.64,36.36a3.34,3.34,0,0,1-3,1.56c-1.86,0-2.89-3.38-2.89-3.38V29.36h2v4.33c0,1.63.25,2.85,1.78,2.85s2.22-1.28,2.22-2.84V29.36h2v5.8a12.69,12.69,0,0,0-.23,2.2h-1.81a3.58,3.58,0,0,1-.07-1Z" transform="translate(-5.33 -2.17)" style="fill: #fff"/> <path d="M531.78,29.36h2v1h-2v3.56c0,1.32.24,2.09,1.51,2.09a2.9,2.9,0,0,0,.94-.17l.06,1.49a5.7,5.7,0,0,1-1.55.21c-2.24,0-3-1.13-3-3.19v-4h-2v-1h2v-1.9l2-.62Z" transform="translate(-5.33 -2.17)" style="fill: #fff"/> <path d="M537,33.47c0,1.79,1,3,2.44,3s2.44-1.17,2.44-3-1-3-2.46-3-2.42,1.17-2.42,3m6.89,0a4.47,4.47,0,0,1-8.93,0,4.47,4.47,0,1,1,8.93,0" transform="translate(-5.33 -2.17)" style="fill: #fff"/> <path d="M545.52,35.9a4.92,4.92,0,0,0,2.24.56c.84,0,1.51-.36,1.51-1.05s-.38-.92-1.72-1.47c-1.55-.63-2.13-1.25-2.13-2.42,0-1.59,1.29-2.56,3.2-2.56a6.05,6.05,0,0,1,2.16.37l-.17,1.51a4.37,4.37,0,0,0-1.94-.46c-.77,0-1.36.35-1.36,1s.42.88,1.58,1.32c1.55.6,2.31,1.27,2.31,2.57,0,1.74-1.38,2.66-3.32,2.66a6.77,6.77,0,0,1-2.48-.43Z" transform="translate(-5.33 -2.17)" style="fill: #fff"/> </symbol> <symbol id="logo-caranddriver" viewBox="0 4 180 30"> <title>Car and Driver</title> <polygon points="54.14 32 72.53 32 72.53 24.07 54.14 24.07 54.14 32" style="fill: #24408e"/> <path d="M105.64,15.37c0,1.2-.22,1.75-.77,1.75h-1V10.45h.76a1,1,0,0,1,1,1.09ZM113,30.13v-5.8c0-3.17-.66-4.37-3.61-5.35,2.73-1,3.5-2,3.5-4.27V11.65c0-3.39-2.29-5.14-6.78-5.14H96.35V34.18h7.54V20.94h.65c.77,0,1.1.44,1.1,1.54v7.87a9.18,9.18,0,0,0,.65,3.83h7.54a7.86,7.86,0,0,1-.87-4.05Z" transform="translate(-4.25 -2.17)" style="fill: #fefefe"/> <polygon points="152.35 4.34 152.35 8.28 146.44 8.28 146.44 14.95 151.8 14.95 151.8 18.78 146.44 18.78 146.44 27.96 152.78 27.96 152.78 32.01 138.25 32.01 138.25 4.34 152.35 4.34" style="fill: #fefefe"/> <polygon points="134.31 32.01 123.71 32.01 118.68 4.34 126.22 4.34 129.39 21.29 131.36 4.34 137.48 4.34 134.31 32.01" style="fill: #fefefe"/> <polygon points="110.31 32.01 117.84 32.01 117.84 4.34 110.31 4.34 110.31 32.01" style="fill: #fefefe"/> <path d="M28.46,22.58h1.75L29.34,16ZM35.57,6.51,39.5,34.17H31.85l-1.07-7.75H28l-1,7.75H20.48l4.6-27.66Z" transform="translate(-4.25 -2.17)" style="fill: #fefefe"/> <path d="M74.13,23c0,.39-.11.56-.29.56h-.38V17.14h.35a.32.32,0,0,1,.32.35Zm.25-7.14H71v8.94h3.71c1.35,0,1.8-.67,1.8-1.87V18a1.88,1.88,0,0,0-2.15-2.08Z" transform="translate(-4.25 -2.17)" style="fill: #fefefe"/> <polygon points="63.9 16.99 63.9 13.7 65.87 13.7 65.87 22.65 64 22.65 62.68 19.25 62.68 22.65 60.86 22.65 60.86 13.7 62.77 13.7 63.9 16.99" style="fill: #fefefe"/> <path d="M61,21.06,61.43,18l.41,3.07Zm2.32-5.2H60.15l-1.48,9h1.84l.34-2.51H62l.35,2.51h2.26Z" transform="translate(-4.25 -2.17)" style="fill: #fefefe"/> <path d="M167.05,15.37c0,1.2-.22,1.75-.77,1.75h-1V10.45h.76a1,1,0,0,1,1,1.09Zm7.5,14.76v-5.8c0-3.17-.66-4.37-3.61-5.35,2.73-1,3.5-2,3.5-4.27V11.65c0-3.39-2.29-5.14-6.77-5.14h-9.73V34.18h7.54V20.94h.65c.77,0,1.1.44,1.1,1.54v7.87a9.18,9.18,0,0,0,.65,3.83h7.54a7.86,7.86,0,0,1-.87-4.05Z" transform="translate(-4.25 -2.17)" style="fill: #fefefe"/> <polygon points="54.14 12.27 72.53 12.27 72.53 4.34 54.14 4.34 54.14 12.27" style="fill: #c4122e"/> <path d="M87.42,28.6c0,1.2-.33,1.75-.87,1.75h-.88V10.45h.77a1,1,0,0,1,1,1.09ZM88.51,6.51H78.13V34.17H89.6c4.16,0,5.58-2.07,5.58-5.79V13c-.11-4.37-2.3-6.45-6.67-6.45Z" transform="translate(-4.25 -2.17)" style="fill: #fefefe"/> <path d="M49.55,15.37c0,1.2-.22,1.75-.77,1.75h-1V10.45h.76a1,1,0,0,1,1,1.09Zm7.32,14.76v-5.8c0-3.17-.66-4.37-3.61-5.35,2.73-1,3.5-2,3.5-4.27V11.65c0-3.39-2.29-5.14-6.78-5.14H40.25V34.18H47.8V20.94h.65c.77,0,1.09.44,1.09,1.54v7.87a9,9,0,0,0,.66,3.83h7.54a7.86,7.86,0,0,1-.87-4.05Z" transform="translate(-4.25 -2.17)" style="fill: #fefefe"/> <path d="M20.43,28.71c-.11,4.37-2.19,6-7.87,6-6.13,0-8.31-1.86-8.31-7V12c0-4.16,2.51-6,8.52-6,4.6,0,7.55,2.3,7.55,5.8v4.81H13.65V11.72c0-1.32-.52-1.49-.88-1.49s-.87.17-.87,1.31V29.12c0,.86.52,1.23,1,1.23s1-.37,1-1.41V22.58h6.56Z" transform="translate(-4.25 -2.17)" style="fill: #fefefe"/> <path d="M172.72,32.92a.91.91,0,0,1,.9-.9.89.89,0,0,1,.9.9.9.9,0,1,1-1.8,0m-.19,0a1.1,1.1,0,1,0,1.09-1.1,1.09,1.09,0,0,0-1.09,1.1" transform="translate(-4.25 -2.17)" style="fill: #fefefe"/> <path d="M173.53,32.91h-.13l0,0,0-.1v-.14l0-.09,0,0h.18c.21,0,.27,0,.27.15s-.12.17-.32.2Zm.48.26a.57.57,0,0,0-.3-.17v0c.22,0,.38-.12.38-.3s-.16-.28-.47-.28h-.44v1h.24v-.24l0-.1,0,0h.1a.33.33,0,0,1,.24.13l.19.22h.28v0Z" transform="translate(-4.25 -2.17)" style="fill: #fefefe"/> </symbol> </svg> <header id="header-content"> <div id="header-grid"> <a href="/" id="header-logo"><svg><use xlink:href="#logo-caranddriver" /></svg></a> <nav id="header-nav"> <ul id="header-menu" class="menu"><li> <a href="/newcars">New Cars</a> <div class="sub-menu-hitbox"> <div class="sub-menu sub-menu-4"> <a href="/acura">Acura</a> <a href="/fiat">Fiat</a> <a href="/lexus">Lexus</a> <a href="/polestar">Polestar</a> <a href="/alfa-romeo">Alfa Romeo</a> <a href="/ford">Ford</a> <a href="/lincoln">Lincoln</a> <a href="/porsche">Porsche</a> <a href="/aston-martin">Aston Martin</a> <a href="/gmc">GMC</a> <a href="/lotus">Lotus</a> <a href="/ram">Ram</a> <a href="/audi">Audi</a> <a href="/genesis">Genesis</a> <a href="/maserati">Maserati</a> <a href="/rolls-royce">Rolls-Royce</a> <a href="/bmw">BMW</a> <a href="/honda">Honda</a> <a href="/mazda">Mazda</a> <a href="/scion">Scion</a> <a href="/bentley">Bentley</a> <a href="/hyundai">Hyundai</a> <a href="/mclaren">McLaren</a> <a href="/smart">Smart</a> <a href="/bugatti">Bugatti</a> <a href="/infiniti">Infiniti</a> <a href="/mercedes-amg">Mercedes-AMG</a> <a href="/spyker">Spyker</a> <a href="/buick">Buick</a> <a href="/jaguar">Jaguar</a> <a href="/mercedes-benz">Mercedes-Benz</a> <a href="/subaru">Subaru</a> <a href="/cadillac">Cadillac</a> <a href="/jeep">Jeep</a> <a href="/mercedes-maybach">Mercedes-Maybach</a> <a href="/tesla">Tesla</a> <a href="/chevrolet">Chevrolet</a> <a href="/kia">Kia</a> <a href="/mini">Mini</a> <a href="/toyota">Toyota</a> <a href="/chrysler">Chrysler</a> <a href="/koenigsegg">Koenigsegg</a> <a href="/mitsubishi">Mitsubishi</a> <a href="/volkswagen">Volkswagen</a> <a href="/dodge">Dodge</a> <a href="/lamborghini">Lamborghini</a> <a href="/nissan">Nissan</a> <a href="/volvo">Volvo</a> <a href="/ferrari">Ferrari</a> <a href="/land-rover">Land Rover</a> <a href="/pagani">Pagani</a> <span> </span> <a href="/list-reviews" class="menu-footer"><em>View All Reviews</em></a> </div> </div> </li><li> <a href="/reviews">Reviews</a> <div class="sub-menu-hitbox"> <div class="sub-menu sub-menu-1"> <a href="/list-reviews-in-depth">In-Depth Reviews</a> <a href="/list-reviews-first-drives">First Drives</a> <a href="/list-reviews-instrumented-tests">Instrumented Tests</a> <a href="/list-reviews-comparison-tests">Comparison Tests</a> <a href="/list-reviews-long-term-tests">Long-Term Tests</a> <a href="/list-reviews-archives">Archived Reviews</a> <a href="/list-reviews">View All Reviews</a> </div> </div> </li><li> <a href="https://blog.caranddriver.com">News</a> <div class="sub-menu-hitbox"> <div class="sub-menu sub-menu-1"> <a href="/auto-shows/2018-new-york-auto-show">New York Auto Show</a> <a href="https://blog.caranddriver.com">Blog</a> <a href="/auto-shows">Auto Shows</a> <a href="https://blog.caranddriver.com">View All News</a> </div> </div> </li><li> <a href="/list-features">Features</a> <div class="sub-menu-hitbox"> <div class="sub-menu sub-menu-1"> <a href="/compare">Compare</a> <a href="/features/2018-10best-trucks-and-suvs-our-top-picks-in-every-segment-feature">10Best Trucks/SUVs</a> <a href="/features/2018-10best-cars-the-best-cars-for-sale-in-america-today-feature">2018 10Best Cars</a> <a href="/comparisons/the-battle-of-the-off-road-beaters-ford-vs-geo-jeep-and-land-rover-feature">Battle of the Beaters</a> <a href="/features/lightning-lap-2017-19-hot-performance-cars-attack-vir-feature">Lightning Lap 2017</a> <a href="/features/2018-editors-choice-for-best-cars-trucks-crossovers-and-suvs">2018 Editors' Choice</a> <a href="/features/new-cars-for-2018-model-change-info-full-tests-and-more-feature">New Cars for 2018</a> <a href="/features/zero-to-sixty-car-and-drivers-60th-anniversary-feature">60th Anniversary</a> <a href="/list-flipbooks">Flipbooks</a> <a href="/list-photo-galleries">Galleries</a> <a href="/list-features">View All Features</a> </div> </div> </li><li> <a href="/features/2018-editors-choice-for-best-cars-trucks-crossovers-and-suvs">Buyer's Guide</a> <div class="sub-menu-hitbox"> <div class="sub-menu sub-menu-1"> <a href="/list-features-shopping-advice">Shopping Advice</a> <a href="/features/2018-editors-choice-for-best-cars-trucks-crossovers-and-suvs">2018 Editors' Choice</a> <a href="/features/2017-editors-choice-for-best-cars-trucks-crossovers-and-suvs">2017 Editors' Choice</a> <a href="/features/what-you-need-to-know-about-certified-pre-owned-cpo-car-programs-feature">CPO Buyer's Guide</a> <a href="/car-comparison-tool">Compare Vehicles</a> <a href="/get-your-car-value?BID=GlobalBuyersGuide">What's My Trade Worth?</a> </div> </div> </li><li class="highlighted"> <a href="/cars-for-sale">Shop For Cars</a> <div class="sub-menu-hitbox"> <div class="sub-menu sub-menu-1"> <a href="/vehicles/New">New Cars for Sale</a> <a href="/vehicles/Used">Used Cars for Sale</a> <a href="/vehicles/CPO">Certified Cars for Sale</a> <a href="https://quotes.caranddriver.com">Get a Free Quote</a> <a href="https://carbuying.caranddriver.com/main.html?referrer_id=ZCAR000023534">Build and Price</a> </div> </div> </li><li> <a href="https://subscribe.hearstmags.com/subscribe/splits/caranddriver/cdb_top_nav_subscribe">Connect</a> <div class="sub-menu-hitbox"> <div class="sub-menu sub-menu-1"> <a href="https://subscribe.hearstmags.com/subscribe/splits/caranddriver/cdb_top_nav_subscribe">Magazine</a> <a href="https://subscribe.hearstmags.com/subscribe/splits/caranddriver/cdb_digital_nav">Digital Edition</a> <a href="https://subscribe.hearstmags.com/subscribe/splits/caranddriver/cdb_gift_nav_link">Give a Gift</a> <a href="https://www.caranddriver.com/reviews/sign-up-for-our-newsletter-today-subscriptions">Newsletter</a> </div> </div> </li></ul> </nav> <div id="show-search"> <ul id="search-buttons" class="menu"><li> <a href="https://backfires.caranddriver.com"><svg style="height: 1.875rem; width: 1.875rem;"><use xlink:href="#icon-backfires"></a> <div class="sub-menu-hitbox"> <div class="sub-menu sub-menu-1"> <a href="https://backfires.caranddriver.com">Sign In</a> <a href="https://backfires.caranddriver.com">Register</a> <a href="https://backfires.caranddriver.com">Backfires</a> </div> </div> </li><li> <a href="#show-search"><svg style="height: 1.875rem; width: 1.875rem;"><use xlink:href="#icon-search" /></svg></a> </li></ul> <form id="search-form" action="/search" onSubmit="return handleSearchForm(this);"><input type="text" id="search-box" placeholder="What are you looking for?" /><a id="search-close" href="#"><svg style="height: 1.875rem; width: 1.875rem;"><use xlink:href="#icon-search" /></svg></a></form> </div> </div> </header> <div id="splash-content"> <article id="splash-article-1" class="show"> <a href="/reviews/2019-gmc-sierra-1500-denali-at4-driven" style="background-image:url(https://cnd.imgix.net/hmg-prod/images/2019-gmc-sierra-denali-placement-1535045383.jpg?fm=pjpg&auto=format,compress)"></a> <div> <nav> <p><a href="/reviews/2019-gmc-sierra-1500-denali-at4-driven">First Drive Review</a><span> • Aug 2018</span></p> <div class="pager"> <a href="#splash-article-5" onClick="return changeSplashPage(this);">‹</a> <span><em>1</em> of <em>5</em></span> <a href="#splash-article-2" onClick="return changeSplashPage(this);">›</a> </div> </nav> <div class="summary"> <h1><a class="i" href="/reviews/2019-gmc-sierra-1500-denali-at4-driven">The 2019 GMC Sierra 1500 Is No Longer Just a Pricier Chevy Silverado</a></h1> <h2>Exclusive content separates this all-new pickup from its corporate sibling.</h2> <h3><span>By </span><a href="/search/Eric%20Stafford">Eric Stafford</a></h3> </div> </div> </article> <article id="splash-article-2"> <a href="/flipbook/2018-monterey-car-week-pebble-beach-auction-preview" style="background-image:url(https://cnd.imgix.net/hmg-prod/images/1998-mercedes-benz-amg-clk-gtr-15-1535410446.jpg?fm=pjpg&auto=format,compress)"></a> <div> <nav> <p><a href="/flipbook/2018-monterey-car-week-pebble-beach-auction-preview">Flipbook</a><span> • Aug 2018</span></p> <div class="pager"> <a href="#splash-article-1" onClick="return changeSplashPage(this);">‹</a> <span><em>2</em> of <em>5</em></span> <a href="#splash-article-3" onClick="return changeSplashPage(this);">›</a> </div> </nav> <div class="summary"> <h1><a class="i" href="/flipbook/2018-monterey-car-week-pebble-beach-auction-preview">$367 Million Changed Hands at the 2018 Monterey Auctions</a></h1> <h2>Records fell, cash abounded, and these 10 cars brought the most money.</h2> <h3><span>By </span><a href="/search/Car%20and%20Driver">Car and Driver</a></h3> </div> </div> </article> <article id="splash-article-3"> <a href="/reviews/2019-chevrolet-malibu-rs-cvt-driven" style="background-image:url(https://cnd.imgix.net/hmg-prod/images/2018-chevrolet-malibu-rs-first-drive-placement-1535341871.jpg?fm=pjpg&auto=format,compress)"></a> <div> <nav> <p><a href="/reviews/2019-chevrolet-malibu-rs-cvt-driven">First Drive Review</a><span> • Aug 2018</span></p> <div class="pager"> <a href="#splash-article-2" onClick="return changeSplashPage(this);">‹</a> <span><em>3</em> of <em>5</em></span> <a href="#splash-article-4" onClick="return changeSplashPage(this);">›</a> </div> </nav> <div class="summary"> <h1><a class="i" href="/reviews/2019-chevrolet-malibu-rs-cvt-driven">Chevrolet Malibu Makes a Virtue of Being Unobtrusive</a></h1> <h2>Behind a facelift and a new RS badge hides GM's new continuously variable automatic transmission.</h2> <h3><span>By </span><a href="/search/Jeff%20Sabatini">Jeff Sabatini</a></h3> </div> </div> </article> <article id="splash-article-4"> <a href="/reviews/2019-hyundai-santa-fe-drive" style="background-image:url(https://cnd.imgix.net/hmg-prod/images/2019-hyundai-santa-fe-first-drive-placement-1535062627.jpg?fm=pjpg&auto=format,compress)"></a> <div> <nav> <p><a href="/reviews/2019-hyundai-santa-fe-drive">First Drive Review</a><span> • Aug 2018</span></p> <div class="pager"> <a href="#splash-article-3" onClick="return changeSplashPage(this);">‹</a> <span><em>4</em> of <em>5</em></span> <a href="#splash-article-5" onClick="return changeSplashPage(this);">›</a> </div> </nav> <div class="summary"> <h1><a class="i" href="/reviews/2019-hyundai-santa-fe-drive">2019 Hyundai Santa Fe Loses the Sport, Keeps the Practicality</a></h1> <h2>The former Santa Fe Sport is redesigned.</h2> <h3><span>By </span><a href="/search/Joe%20Lorio">Joe Lorio</a></h3> </div> </div> </article> <article id="splash-article-5"> <a href="/news/2019-bmw-z4-roadster-30i-m40i" style="background-image:url(https://cnd.imgix.net/hmg-prod/images/2019-bmw-z4-placement-1534445413.jpg?fm=pjpg&auto=format,compress)"></a> <div> <nav> <p><a href="/news/2019-bmw-z4-roadster-30i-m40i">Official Photos and Info</a><span> • Aug 2018</span></p> <div class="pager"> <a href="#splash-article-4" onClick="return changeSplashPage(this);">‹</a> <span><em>5</em> of <em>5</em></span> <a href="#splash-article-1" onClick="return changeSplashPage(this);">›</a> </div> </nav> <div class="summary"> <h1><a class="i" href="/news/2019-bmw-z4-roadster-30i-m40i">The 2019 BMW Z4 Is a Real Roadster Again</a></h1> <h2>The new softtop will offer six-cylinder M40i and four-cylinder 30i versions.</h2> <h3><span>By </span><a href="/search/Joseph%20Capparella">Joseph Capparella</a></h3> </div> </div> </article> </div> <div id="main-content"> <div id="main-grid"> <aside id="main-sidebar"> <section id="recent-news"> <h1>Recent News</h1> <article> <h2><a href="/news/vw-beetle-final-edition-2019-coupe-convertible" class="i">VW Sends Off the Beetle with Final Edition Coupes and Convertibles</a></h2> <div> <svg class="icon-tiny"><use xlink:href="#icon-clock" /></svg><span class="posted-ago">44 minutes ago</span><a href="/news/vw-beetle-final-edition-2019-coupe-convertible" class="comment-count"><svg class="icon-tiny"><use xlink:href="#icon-comments" /></svg><span>3</span></a> </div> </article> <article> <h2><a href="/1968-chevrolet-astro-ii-mid-engined-corvette-concept" class="i">The Idea of the Mid-Engined Corvette Began with This 1960s Concept</a></h2> <div> <svg class="icon-tiny"><use xlink:href="#icon-clock" /></svg><span class="posted-ago">an hour ago</span><a href="/1968-chevrolet-astro-ii-mid-engined-corvette-concept" class="comment-count"><svg class="icon-tiny"><use xlink:href="#icon-comments" /></svg><span>1</span></a> </div> </article> <article> <h2><a href="/news/gm-recall-trucks-suvs-steering" class="i">GM Recalls More Than One Million Trucks to Fix Electric-Assisted Steering</a></h2> <div> <svg class="icon-tiny"><use xlink:href="#icon-clock" /></svg><span class="posted-ago">3 hours ago</span><a href="/news/gm-recall-trucks-suvs-steering" class="comment-count"><svg class="icon-tiny"><use xlink:href="#icon-comments" /></svg><span>6</span></a> </div> </article> <article> <h2><a href="/features/mild-hybrid-cars-how-it-works" class="i">In the Near Future, Most Cars Will Have a Hybrid Setup. Here's How the Simplest Versions Work</a></h2> <div> <svg class="icon-tiny"><use xlink:href="#icon-clock" /></svg><span class="posted-ago">4 hours ago</span><a href="/features/mild-hybrid-cars-how-it-works" class="comment-count"><svg class="icon-tiny"><use xlink:href="#icon-comments" /></svg><span>3</span></a> </div> </article> <article> <h2><a href="/news/2021-bmw-x5-plug-in-hybrid-photos-info" class="i">The New BMW X5 Plug-In Hybrid Is More Promising Than The Old One</a></h2> <div> <svg class="icon-tiny"><use xlink:href="#icon-clock" /></svg><span class="posted-ago">5 hours ago</span><a href="/news/2021-bmw-x5-plug-in-hybrid-photos-info" class="comment-count"><svg class="icon-tiny"><use xlink:href="#icon-comments" /></svg><span>0</span></a> </div> </article> <article> <h2><a href="/news/kia-proceed-wagon-ceed-gt-hot-hatchback" class="i">Kia Has a Cool New Wagon and Hot Hatch in Europe - And Possibly for America</a></h2> <div> <svg class="icon-tiny"><use xlink:href="#icon-clock" /></svg><span class="posted-ago">6 hours ago</span><a href="/news/kia-proceed-wagon-ceed-gt-hot-hatchback" class="comment-count"><svg class="icon-tiny"><use xlink:href="#icon-comments" /></svg><span>4</span></a> </div> </article> <article> <h2><a href="/news/aston-martin-rapide-e-electric-details" class="i">The Aston Martin Rapide E Will Be a Track-Ready Electric Car</a></h2> <div> <svg class="icon-tiny"><use xlink:href="#icon-clock" /></svg><span class="posted-ago">6 hours ago</span><a href="/news/aston-martin-rapide-e-electric-details" class="comment-count"><svg class="icon-tiny"><use xlink:href="#icon-comments" /></svg><span>5</span></a> </div> </article> <article> <h2><a href="/flipbook/bitchin-indeed-a-visual-history-of-the-chevrolet-camaro" class="i">A Visual History of the Chevrolet Camaro, from 1967 to Today</a></h2> <div> <svg class="icon-tiny"><use xlink:href="#icon-clock" /></svg><span class="posted-ago">7 hours ago</span><a href="/flipbook/bitchin-indeed-a-visual-history-of-the-chevrolet-camaro" class="comment-count"><svg class="icon-tiny"><use xlink:href="#icon-comments" /></svg><span>0</span></a> </div> </article> <article> <h2><a href="https://www.caranddriver.com/news/gm-recall-faulty-brakes" class="i">GM Recalls 210,000 Brand-New Cars for Faulty Brakes</a></h2> <div> <svg class="icon-tiny"><use xlink:href="#icon-clock" /></svg><span class="posted-ago">9 hours ago</span><a href="https://www.caranddriver.com/news/gm-recall-faulty-brakes" class="comment-count"><svg class="icon-tiny"><use xlink:href="#icon-comments" /></svg><span>4</span></a> </div> </article> <article> <h2><a href="/features/disney-epcot-center-test-track-review" class="i">Epcot Center's Test Track Reviewed by a Nine-Year-Old</a></h2> <div> <svg class="icon-tiny"><use xlink:href="#icon-clock" /></svg><span class="posted-ago">a day ago</span><a href="/features/disney-epcot-center-test-track-review" class="comment-count"><svg class="icon-tiny"><use xlink:href="#icon-comments" /></svg><span>11</span></a> </div> </article> <article> <h2><a href="/flipbook/concepts-prototypes-inspired-mid-engine-c8-corvette" class="i">10 Cars That Paved the Way for the Mid-Engined C8 Corvette</a></h2> <div> <svg class="icon-tiny"><use xlink:href="#icon-clock" /></svg><span class="posted-ago">a day ago</span><a href="/flipbook/concepts-prototypes-inspired-mid-engine-c8-corvette" class="comment-count"><svg class="icon-tiny"><use xlink:href="#icon-comments" /></svg><span>0</span></a> </div> </article> <article> <h2><a href="/reviews/citroen-ds3-hatchback-drive" class="i">Citroen's DS 3 Is a Mini Cooper Done French and Modern</a></h2> <div> <svg class="icon-tiny"><use xlink:href="#icon-clock" /></svg><span class="posted-ago">a day ago</span><a href="/reviews/citroen-ds3-hatchback-drive" class="comment-count"><svg class="icon-tiny"><use xlink:href="#icon-comments" /></svg><span>21</span></a> </div> </article> <article> <h2><a href="/news/goodwood-revival-best-automotive-event" class="i">Here's What Makes the Goodwood Revival the Best Automotive Event in the World</a></h2> <div> <svg class="icon-tiny"><use xlink:href="#icon-clock" /></svg><span class="posted-ago">a day ago</span><a href="/news/goodwood-revival-best-automotive-event" class="comment-count"><svg class="icon-tiny"><use xlink:href="#icon-comments" /></svg><span>3</span></a> </div> </article> <article> <h2><a href="/features/best-lease-deals-offers" class="i">You Can Lease Three Cars for $199 per Month</a></h2> <div> <svg class="icon-tiny"><use xlink:href="#icon-clock" /></svg><span class="posted-ago">a day ago</span><a href="/features/best-lease-deals-offers" class="comment-count"><svg class="icon-tiny"><use xlink:href="#icon-comments" /></svg><span>6</span></a> </div> </article> <article> <h2><a href="/features/porsche-short-term-rental-host-drive" class="i">Porsche Wants You to Rent Its Cars</a></h2> <div> <svg class="icon-tiny"><use xlink:href="#icon-clock" /></svg><span class="posted-ago">a day ago</span><a href="/features/porsche-short-term-rental-host-drive" class="comment-count"><svg class="icon-tiny"><use xlink:href="#icon-comments" /></svg><span>3</span></a> </div> </article> <article> <h2><a href="/news/acura-nsx-recall-fuel-tank-brake-light-problems" class="i">Acura NSX Recalled for Fuel-Tank and Brake-Light Problems</a></h2> <div> <svg class="icon-tiny"><use xlink:href="#icon-clock" /></svg><span class="posted-ago">2 days ago</span><a href="/news/acura-nsx-recall-fuel-tank-brake-light-problems" class="comment-count"><svg class="icon-tiny"><use xlink:href="#icon-comments" /></svg><span>26</span></a> </div> </article> <article> <h2><a href="/news/2020-mercedes-benz-gle-photos-info" class="i">The Redesigned 2020 Mercedes-Benz GLE Gets a Trick New Suspension and a Third-Row Seat</a></h2> <div> <svg class="icon-tiny"><use xlink:href="#icon-clock" /></svg><span class="posted-ago">2 days ago</span><a href="/news/2020-mercedes-benz-gle-photos-info" class="comment-count"><svg class="icon-tiny"><use xlink:href="#icon-comments" /></svg><span>99</span></a> </div> </article> <article> <h2><a href="/reviews/1983-toyota-supra-reliability-performance" class="i">The 1983 Toyota Supra Is One of the All-Time Great Japanese Cars</a></h2> <div> <svg class="icon-tiny"><use xlink:href="#icon-clock" /></svg><span class="posted-ago">2 days ago</span><a href="/reviews/1983-toyota-supra-reliability-performance" class="comment-count"><svg class="icon-tiny"><use xlink:href="#icon-comments" /></svg><span>73</span></a> </div> </article> <a class="button-i-half" href="https://blog.caranddriver.com">View All</a> </section> </aside> <div id="main-articles"> <section id="research-ui"> <h1>Research and Shop</h1> <div> <h2>By Make and Model</h2> <form id="research-form" onSubmit="return handleResearchForm(this);"> <select id="body-style-make" onChange="return changeBodyStyleModel(this);"> <option value="" disabled selected>Select a Make</option> <option value="acura">Acura</option> <option value="alfa-romeo">Alfa Romeo</option> <option value="aston-martin">Aston Martin</option> <option value="audi">Audi</option> <option value="bentley">Bentley</option> <option value="bmw">BMW</option> <option value="bugatti">Bugatti</option> <option value="buick">Buick</option> <option value="cadillac">Cadillac</option> <option value="chevrolet">Chevrolet</option> <option value="chrysler">Chrysler</option> <option value="dodge">Dodge</option> <option value="ferrari">Ferrari</option> <option value="fiat">Fiat</option> <option value="ford">Ford</option> <option value="genesis">Genesis</option> <option value="gmc">GMC</option> <option value="honda">Honda</option> <option value="hyundai">Hyundai</option> <option value="infiniti">Infiniti</option> <option value="jaguar">Jaguar</option> <option value="jeep">Jeep</option> <option value="kia">Kia</option> <option value="koenigsigg">Koenigsigg</option> <option value="lamborghini">Lamborghini</option> <option value="land-rover">Land Rover</option> <option value="lexus">Lexus</option> <option value="lincoln">Lincoln</option> <option value="lotus">Lotus</option> <option value="maserati">Maserati</option> <option value="mazda">Mazda</option> <option value="mclaren">McLaren</option> <option value="mercedes-amg">Mercedes AMG</option> <option value="mercedes-benz">Mercedes Benz</option> <option value="mercedes-maybach">Mercedes Maybach</option> <option value="mini">Mini</option> <option value="mitsubishi">Mitsubishi</option> <option value="nissan">Nissan</option> <option value="pagani">Pagani</option> <option value="polestar">Polestar</option> <option value="porsche">Porsche</option> <option value="ram">Ram</option> <option value="rolls-royce">Rolls Royce</option> <option value="scion">Scion</option> <option value="smart">Smart</option> <option value="spyker">Spyker</option> <option value="subaru">Subaru</option> <option value="tesla">Tesla</option> <option value="toyota">Toyota</option> <option value="volkswagen">Volkswagen</option> <option value="volvo">Volvo</option> </select> <div id="body-style-model"> <select> <option value="" disabled selected>Select a Model (optional)</option> </select> </div> <div> <input type="submit" class="button-half" value="Research"> <input type="submit" class="button-i-half" value="Shop Cars"> </div> </form> </div> <div> <h2>By Body Style</h2> <div id="body-style-menu"> <a href="/best-sedans"><b style="background-position: 0 0;"></b><span>Sedans</span></a> <a href="/best-suvs-crossovers"><b style="background-position: 0 -44px;"></b><span>SUVs</span></a> <a href="/best-suvs-crossovers"><b style="background-position: 0 -88px;"></b><span>Crossovers</span></a> <a href="/best-hybrid-electric-cars"><b style="background-position: 0 -132px;"></b><span>Hybrid and Electric Cars</span></a> <a href="/best-sports-cars"><b style="background-position: 0 -176px;"></b><span>Sports Cars</span></a> <a href="/best-luxury-cars"><b style="background-position: 0 -220px;"></b><span>Luxury Cars</span></a> <a href="/best-pickup-trucks"><b style="background-position: 0 -264px;"></b><span>Pickup Trucks</span></a> <a href="/best-minivans-vans"><b style="background-position: 0 -306px;"></b><span>Vans and Minivans</span></a> <a href="/best-small-cars"><b style="background-position: 0 -350px;"></b><span>Small Cars</span></a> <a href="/best-hatchbacks"><b style="background-position: 0 -394px;"></b><span>Hatchbacks</span></a> <a href="/best-station-wagons"><b style="background-position: 0 -438px;"></b><span>Station Wagons</span></a> <a href="/best-coupes"><b style="background-position: 0 -482px;"></b><span>Coupes</span></a> <a href="/best-convertibles"><b style="background-position: 0 -526px;"></b><span>Convertibles</span></a> <a href="/vehicles/Used"><b style="background-position: 0 -570px;"></b><span>Used Cars</span></a> <a href="/features/a-guide-to-certified-pre-owned-cpo-programs-by-car-brand-feature"><b style="background-position: 0 -614px;"></b><span>Certified Pre-Owned</span></a> </div> </div> </section> <section id="featured-reviews"> <h1>Featured</h1> <article> <div class="image"> <img src="https://cnd.imgix.net/hmg-prod/images/bugatti-divo-placement-1535034871.jpg?w=300&fm=pjpg&auto=format,compress" srcset="https://cnd.imgix.net/hmg-prod/images/bugatti-divo-placement-1535034871.jpg?w=300&fm=pjpg&auto=format,compress 1x, https://cnd.imgix.net/hmg-prod/images/bugatti-divo-placement-1535034871.jpg?w=300&fm=pjpg&auto=format,compress&dpr=2 2x," height="184" width="300" /> </div> <div class="content"> <nav> <p><a href="/list">Official Photos and Info</a><span> • Aug 2018</span></p> </nav> <div class="summary"> <h1><a class="i" href="/news/the-dollar58-million-bugatti-divo-is-a-lighter-wilder-better-handling-chiron">The $5.8 Million Bugatti Divo Is a Lighter, Wilder, Better-Handling Chiron</a></h1> <h2>It's also more exclusive and already sold out.</h2> <h3><span>By </span><a href="/search/Joseph%20Capparella">Joseph Capparella</a></h3> <p> <a href="/vehicles/New/Bugatti/Divo"><svg class="icon-tiny"><use xlink:href="#icon-shopping" /></svg><span>Shop this Car</span></a> <a href="/news/the-dollar58-million-bugatti-divo-is-a-lighter-wilder-better-handling-chiron"><svg class="icon-tiny"><use xlink:href="#icon-story" /></svg><span>Read Story</span></a> <a href="/photo-gallery/the-dollar58-million-bugatti-divo-is-a-lighter-wilder-better-handling-chiron-gallery"><svg class="icon-tiny"><use xlink:href="#icon-gallery" /></svg><span>17 Photos</span></a> </p> </div> </div> </article> <article> <div class="image"> <img src="https://cnd.imgix.net/hmg-prod/images/2019ram1500placement-1535060851.jpg?w=300&fm=pjpg&auto=format,compress" srcset="https://cnd.imgix.net/hmg-prod/images/2019ram1500placement-1535060851.jpg?w=300&fm=pjpg&auto=format,compress 1x, https://cnd.imgix.net/hmg-prod/images/2019ram1500placement-1535060851.jpg?w=300&fm=pjpg&auto=format,compress&dpr=2 2x," height="184" width="300" /> </div> <div class="content"> <nav> <p><a href="/list-reviews-first-drives">First Drive Review</a><span> • Aug 2018</span></p> </nav> <div class="summary"> <h1><a class="i" href="/reviews/2019-ram-1500-etorque-hybrid-pickup-drive">Ram Pushes Some Hybrid Tech to Pickups, with eTorque</a></h1> <h2>In the 2019 Ram 1500, electric assist is undetectable in operation and invisible to onlookers.</h2> <h3><span>By </span><a href="/search/K.C.%20Colwell">K.C. Colwell</a></h3> <p> <a href="/reviews/2019-ram-1500-etorque-hybrid-pickup-drive"><svg class="icon-tiny"><use xlink:href="#icon-story" /></svg><span>Read Story</span></a> <a href="/photo-gallery/2019-ram-1500-etorque-hybrid-pickup-drive-gallery"><svg class="icon-tiny"><use xlink:href="#icon-gallery" /></svg><span>72 Photos</span></a> </p> </div> </div> </article> <article> <div class="image"> <img src="https://cnd.imgix.net/hmg-prod/images/2019-acura-nsx-placement-1535040483.jpg?w=300&fm=pjpg&auto=format,compress" srcset="https://cnd.imgix.net/hmg-prod/images/2019-acura-nsx-placement-1535040483.jpg?w=300&fm=pjpg&auto=format,compress 1x, https://cnd.imgix.net/hmg-prod/images/2019-acura-nsx-placement-1535040483.jpg?w=300&fm=pjpg&auto=format,compress&dpr=2 2x," height="184" width="300" /> </div> <div class="content"> <nav> <p><a href="/list">Official Photos and Info</a><span> • Aug 2018</span></p> </nav> <div class="summary"> <h1><a class="i" href="/news/2019-acura-nsx-supercar">2019 Acura NSX Gets a Nose Job, a Better Chassis, and More Orange</a></h1> <h2>Two years into the hybrid supercar's run, it looks to improve.</h2> <h3><span>By </span><a href="/search/Alexander%20Stoklosa">Alexander Stoklosa</a></h3> <p> <a href="/vehicles/New/Acura/NSX"><svg class="icon-tiny"><use xlink:href="#icon-shopping" /></svg><span>Shop this Car</span></a> <a href="/news/2019-acura-nsx-supercar"><svg class="icon-tiny"><use xlink:href="#icon-story" /></svg><span>Read Story</span></a> <a href="/photo-gallery/2019-acura-nsx-supercar-gallery"><svg class="icon-tiny"><use xlink:href="#icon-gallery" /></svg><span>38 Photos</span></a> </p> </div> </div> </article> <article> <div class="image"> <img src="https://cnd.imgix.net/hmg-prod/images/jaguar-e-type-zero-placement2-1535147319.jpg?w=300&fm=pjpg&auto=format,compress" srcset="https://cnd.imgix.net/hmg-prod/images/jaguar-e-type-zero-placement2-1535147319.jpg?w=300&fm=pjpg&auto=format,compress 1x, https://cnd.imgix.net/hmg-prod/images/jaguar-e-type-zero-placement2-1535147319.jpg?w=300&fm=pjpg&auto=format,compress&dpr=2 2x," height="184" width="300" /> </div> <div class="content"> <nav> <p><a href="/list-reviews-first-drives">First Drive Review</a><span> • Aug 2018</span></p> </nav> <div class="summary"> <h1><a class="i" href="/reviews/jaguar-e-type-zero-electric-ev-vintage">Battery Power Doesn't Ruin the Jaguar E-type</a></h1> <h2>Jaguar Classic's battery-powered E-type Zero proves less of an apostasy than one might fear.</h2> <h3><span>By </span><a href="/search/Mike%20Duff">Mike Duff</a></h3> <p> <a href="/reviews/jaguar-e-type-zero-electric-ev-vintage"><svg class="icon-tiny"><use xlink:href="#icon-story" /></svg><span>Read Story</span></a> <a href="/photo-gallery/jaguar-e-type-zero-electric-ev-vintage-gallery"><svg class="icon-tiny"><use xlink:href="#icon-gallery" /></svg><span>13 Photos</span></a> </p> </div> </div> </article> </section> <section id="annual-reviews"> <h1>2018-2019 Car Reviews</h1> <article> <div class="image"> <img src="https://cnd.imgix.net/hmg-prod/images/2019-acura-rdx-a-spec-sh-awd-test-placement-1534988925.jpg?w=300&fm=pjpg&auto=format,compress" srcset="https://cnd.imgix.net/hmg-prod/images/2019-acura-rdx-a-spec-sh-awd-test-placement-1534988925.jpg?w=300&fm=pjpg&auto=format,compress 1x, https://cnd.imgix.net/hmg-prod/images/2019-acura-rdx-a-spec-sh-awd-test-placement-1534988925.jpg?w=300&fm=pjpg&auto=format,compress&dpr=2 2x," height="184" width="300" /> </div> <div class="content"> <nav> <p><a href="/list-reviews-instrumented-tests">Instrumented Tests</a><span> • Aug 2018</span></p> </nav> <div class="summary"> <h1><a class="i" href="/reviews/2019-acura-rdx-a-spec-value-not-performance">2019 Acura RDX A-Spec Delivers Value, Not Speed</a></h1> <h2>Don't be fooled by its slick looks.</h2> <h3><span>By </span><a href="/search/David%20Beard">David Beard</a></h3> <p> <a href="/vehicles/New/Acura/RDX"><svg class="icon-tiny"><use xlink:href="#icon-shopping" /></svg><span>Shop this Car</span></a> <a href="/reviews/2019-acura-rdx-a-spec-value-not-performance"><svg class="icon-tiny"><use xlink:href="#icon-story" /></svg><span>Read Story</span></a> <a href="/photo-gallery/2019-acura-rdx-a-spec-value-not-performance-gallery"><svg class="icon-tiny"><use xlink:href="#icon-gallery" /></svg><span>40 Photos</span></a> </p> </div> </div> </article> <article> <div class="image"> <img src="https://cnd.imgix.net/hmg-prod/images/2019-mercedes-benz-cls450-4matic-test-placement-1534899078.jpg?w=300&fm=pjpg&auto=format,compress" srcset="https://cnd.imgix.net/hmg-prod/images/2019-mercedes-benz-cls450-4matic-test-placement-1534899078.jpg?w=300&fm=pjpg&auto=format,compress 1x, https://cnd.imgix.net/hmg-prod/images/2019-mercedes-benz-cls450-4matic-test-placement-1534899078.jpg?w=300&fm=pjpg&auto=format,compress&dpr=2 2x," height="184" width="300" /> </div> <div class="content"> <nav> <p><a href="/list-reviews-instrumented-tests">Instrumented Tests</a><span> • Aug 2018</span></p> </nav> <div class="summary"> <h1><a class="i" href="/reviews/2019-mercedes-benz-cls-new-engine">The 2019 Mercedes-Benz CLS450 4Matic Has a Sweet New Engine</a></h1> <h2>The CLS450 is powered by the carmaker's all-new straight-six. And it sings.</h2> <h3><span>By </span><a href="/search/Josh%20Jacquot">Josh Jacquot</a></h3> <p> <a href="/vehicles/New/Mercedes-Benz/CLS-class"><svg class="icon-tiny"><use xlink:href="#icon-shopping" /></svg><span>Shop this Car</span></a> <a href="/reviews/2019-mercedes-benz-cls-new-engine"><svg class="icon-tiny"><use xlink:href="#icon-story" /></svg><span>Read Story</span></a> <a href="/photo-gallery/2019-mercedes-benz-cls-new-engine-gallery"><svg class="icon-tiny"><use xlink:href="#icon-gallery" /></svg><span>16 Photos</span></a> </p> </div> </div> </article> <article> <div class="image"> <img src="https://cnd.imgix.net/hmg-prod/images/2019-genesis-g70-dynamic-special-edition-test-placement-1534826237.jpg?w=300&fm=pjpg&auto=format,compress" srcset="https://cnd.imgix.net/hmg-prod/images/2019-genesis-g70-dynamic-special-edition-test-placement-1534826237.jpg?w=300&fm=pjpg&auto=format,compress 1x, https://cnd.imgix.net/hmg-prod/images/2019-genesis-g70-dynamic-special-edition-test-placement-1534826237.jpg?w=300&fm=pjpg&auto=format,compress&dpr=2 2x," height="184" width="300" /> </div> <div class="content"> <nav> <p><a href="/list-reviews-instrumented-tests">Instrumented Tests</a><span> • Aug 2018</span></p> </nav> <div class="summary"> <h1><a class="i" href="/reviews/2019-genesis-g70-los-angeles-california">The 2019 Genesis G70 3.3T Is a Worthy 3-Series Competitor</a></h1> <h2>On the third day, Genesis created a small sports sedan, the G70, and it is good. We take it to our own little Eden.</h2> <h3><span>By </span><a href="/search/Tony%20Quiroga">Tony Quiroga</a></h3> <p> <a href="/vehicles/New/Genesis/G70"><svg class="icon-tiny"><use xlink:href="#icon-shopping" /></svg><span>Shop this Car</span></a> <a href="/reviews/2019-genesis-g70-los-angeles-california"><svg class="icon-tiny"><use xlink:href="#icon-story" /></svg><span>Read Story</span></a> <a href="/photo-gallery/2019-genesis-g70-los-angeles-california-gallery"><svg class="icon-tiny"><use xlink:href="#icon-gallery" /></svg><span>25 Photos</span></a> </p> </div> </div> </article> <article> <div class="image"> <img src="https://cnd.imgix.net/hmg-prod/images/2018-mercedes-amg-c43-01-placement-1534884539.jpg?w=300&fm=pjpg&auto=format,compress" srcset="https://cnd.imgix.net/hmg-prod/images/2018-mercedes-amg-c43-01-placement-1534884539.jpg?w=300&fm=pjpg&auto=format,compress 1x, https://cnd.imgix.net/hmg-prod/images/2018-mercedes-amg-c43-01-placement-1534884539.jpg?w=300&fm=pjpg&auto=format,compress&dpr=2 2x," height="184" width="300" /> </div> <div class="content"> <nav> <p><a href="/list-reviews-in-depth">In-Depth Review</a><span> • Aug 2018</span></p> </nav> <div class="summary"> <h1><a class="i" href="/reviews/2018-mercedes-amg-c43-review">2018 Mercedes-AMG C43</a></h1> <h2>Big-time performance and luxury in a tidy wrapper.</h2> <h3><span>By </span><a href="/search/Drew%20Dorian">Drew Dorian</a></h3> <p> <a href="/vehicles/New/Mercedes-AMG/C43"><svg class="icon-tiny"><use xlink:href="#icon-shopping" /></svg><span>Shop this Car</span></a> <a href="/reviews/2018-mercedes-amg-c43-review"><svg class="icon-tiny"><use xlink:href="#icon-story" /></svg><span>Read Story</span></a> <a href="/photo-gallery/2018-mercedes-amg-c43-in-depth-review-gallery"><svg class="icon-tiny"><use xlink:href="#icon-gallery" /></svg><span>140 Photos</span></a> </p> </div> </div> </article> <article> <div class="image"> <img src="https://cnd.imgix.net/hmg-prod/images/2019-audi-rs5-sportback-placement-1534278928.jpg?w=300&fm=pjpg&auto=format,compress" srcset="https://cnd.imgix.net/hmg-prod/images/2019-audi-rs5-sportback-placement-1534278928.jpg?w=300&fm=pjpg&auto=format,compress 1x, https://cnd.imgix.net/hmg-prod/images/2019-audi-rs5-sportback-placement-1534278928.jpg?w=300&fm=pjpg&auto=format,compress&dpr=2 2x," height="184" width="300" /> </div> <div class="content"> <nav> <p><a href="/list-reviews-first-drives">First Drive Review</a><span> • Aug 2018</span></p> </nav> <div class="summary"> <h1><a class="i" href="/reviews/2019-audi-rs5-sportback-high-performance-hatchback-first-drive">The 2019 Audi RS5 Sportback Makes the Case for High-Performance Hatchbacks</a></h1> <h2>Audi's first ever RS5 Sportback sits comfortably between the RS5 coupe and the RS4 wagon.</h2> <h3><span>By </span><a href="/search/Steve%20Siler">Steve Siler</a></h3> <p> <a href="/vehicles/New/Audi/RS5.Sportback"><svg class="icon-tiny"><use xlink:href="#icon-shopping" /></svg><span>Shop this Car</span></a> <a href="/reviews/2019-audi-rs5-sportback-high-performance-hatchback-first-drive"><svg class="icon-tiny"><use xlink:href="#icon-story" /></svg><span>Read Story</span></a> <a href="/photo-gallery/2019-audi-rs5-sportback-first-drive-gallery"><svg class="icon-tiny"><use xlink:href="#icon-gallery" /></svg><span>25 Photos</span></a> </p> </div> </div> </article> <article> <div class="image"> <img src="https://cnd.imgix.net/hmg-prod/images/2019-chevrolet-silverado-high-country-first-drive-placement-1533935126.jpg?w=300&fm=pjpg&auto=format,compress" srcset="https://cnd.imgix.net/hmg-prod/images/2019-chevrolet-silverado-high-country-first-drive-placement-1533935126.jpg?w=300&fm=pjpg&auto=format,compress 1x, https://cnd.imgix.net/hmg-prod/images/2019-chevrolet-silverado-high-country-first-drive-placement-1533935126.jpg?w=300&fm=pjpg&auto=format,compress&dpr=2 2x," height="184" width="300" /> </div> <div class="content"> <nav> <p><a href="/list-reviews-first-drives">First Drive Review</a><span> • Aug 2018</span></p> </nav> <div class="summary"> <h1><a class="i" href="/reviews/2019-chevrolet-silverado-pickup-truck-lighter-larger-first-drive">2019 Chevrolet Silverado 1500 Driven: Longer, Lighter, More Fuel Efficient, and Extremely Refined</a></h1> <h2>Chevy wields a bigger, lighter, more efficient weapon.</h2> <h3><span>By </span><a href="/search/Annie%20White">Annie White</a></h3> <p> <a href="/vehicles/New/Chevrolet/Silverado.1500"><svg class="icon-tiny"><use xlink:href="#icon-shopping" /></svg><span>Shop this Car</span></a> <a href="/reviews/2019-chevrolet-silverado-pickup-truck-lighter-larger-first-drive"><svg class="icon-tiny"><use xlink:href="#icon-story" /></svg><span>Read Story</span></a> <a href="/photo-gallery/2019-chevrolet-silverado-pickup-truck-lighter-larger-first-drive-gallery"><svg class="icon-tiny"><use xlink:href="#icon-gallery" /></svg><span>47 Photos</span></a> </p> </div> </div> </article> <article> <div class="image"> <img src="https://cnd.imgix.net/hmg-prod/images/2019-ford-mustang-bullitt-placement-1532709717.jpg?w=300&fm=pjpg&auto=format,compress" srcset="https://cnd.imgix.net/hmg-prod/images/2019-ford-mustang-bullitt-placement-1532709717.jpg?w=300&fm=pjpg&auto=format,compress 1x, https://cnd.imgix.net/hmg-prod/images/2019-ford-mustang-bullitt-placement-1532709717.jpg?w=300&fm=pjpg&auto=format,compress&dpr=2 2x," height="184" width="300" /> </div> <div class="content"> <nav> <p><a href="/list-reviews-first-drives">First Drive Review</a><span> • Aug 2018</span></p> </nav> <div class="summary"> <h1><a class="i" href="/reviews/2019-ford-mustang-bullitt-first-drive-review">2019 Ford Mustang Bullitt</a></h1> <h2>The legend returns. And you'll hear it coming.</h2> <h3><span>By </span><a href="/search/Josh%20Jacquot">Josh Jacquot</a></h3> <p> <a href="/vehicles/New/Ford/Mustang"><svg class="icon-tiny"><use xlink:href="#icon-shopping" /></svg><span>Shop this Car</span></a> <a href="/reviews/2019-ford-mustang-bullitt-first-drive-review"><svg class="icon-tiny"><use xlink:href="#icon-story" /></svg><span>Read Story</span></a> <a href="/photo-gallery/2019-ford-mustang-bullitt-first-drive-review-gallery"><svg class="icon-tiny"><use xlink:href="#icon-gallery" /></svg><span>16 Photos</span></a> </p> </div> </div> </article> <a class="button" href="/list-reviews">View More Reviews</a> </section> <section id="recent-galleries"> <h1>Recent Galleries</h1> <article> <div class="image"> <img src="https://cnd.imgix.net/hmg-prod/images/1955-ferrari-500-mondial-101-1528474752.jpg?w=300&fm=pjpg&auto=format,compress" srcset="https://cnd.imgix.net/hmg-prod/images/1955-ferrari-500-mondial-101-1528474752.jpg?w=300&fm=pjpg&auto=format,compress 1x, https://cnd.imgix.net/hmg-prod/images/1955-ferrari-500-mondial-101-1528474752.jpg?w=300&fm=pjpg&auto=format,compress&dpr=2 2x," height="184" width="300" /> </div> <div class="content"> <nav> <p><a href="/list-photo-galleries">Gallery</a><span> • Aug 2018</span></p> </nav> <div class="summary"> <h1><a class="i" href="/photo-gallery/admirals-ferrari-500-mondial-gallery">Navy Blue: The Admiral's Ferrari 500 Mondial Goes Up for Sale - Photos</a></h1> <h2>A Ferrari with a most interesting history.</h2> <h3><span>By </span><a href="/search/Car%20and%20Driver">Car and Driver</a></h3> <p> <a href="/news/the-admirals-ferrari-500-mondial-series-ii-goes-up-for-sale"><svg class="icon-tiny"><use xlink:href="#icon-story" /></svg><span>Read Story</span></a> <a href="/photo-gallery/admirals-ferrari-500-mondial-gallery"><svg class="icon-tiny"><use xlink:href="#icon-gallery" /></svg><span>13 Photos</span></a> </p> </div> </div> </article> <article> <div class="image"> <img src="https://cnd.imgix.net/hmg-prod/images/2019-gmc-sierra-denali-99leadgallery-1535045468.jpg?w=300&fm=pjpg&auto=format,compress" srcset="https://cnd.imgix.net/hmg-prod/images/2019-gmc-sierra-denali-99leadgallery-1535045468.jpg?w=300&fm=pjpg&auto=format,compress 1x, https://cnd.imgix.net/hmg-prod/images/2019-gmc-sierra-denali-99leadgallery-1535045468.jpg?w=300&fm=pjpg&auto=format,compress&dpr=2 2x," height="184" width="300" /> </div> <div class="content"> <nav> <p><a href="/list-photo-galleries">Gallery</a><span> • Aug 2018</span></p> </nav> <div class="summary"> <h1><a class="i" href="/photo-gallery/2019-gmc-sierra-1500-denali-at4-driven-gallery">The 2019 GMC Sierra 1500 Is No Longer Just a Pricier Chevy Silverado - Photos</a></h1> <h2>Exclusive content separates this all-new pickup from its corporate sibling.</h2> <h3><span>By </span><a href="/search/Car%20and%20Driver">Car and Driver</a></h3> <p> <a href="/vehicles/New/GMC/Sierra.1500"><svg class="icon-tiny"><use xlink:href="#icon-shopping" /></svg><span>Shop this Car</span></a> <a href="/photo-gallery/2019-gmc-sierra-1500-denali-at4-driven-gallery"><svg class="icon-tiny"><use xlink:href="#icon-gallery" /></svg><span>64 Photos</span></a> </p> </div> </div> </article> <article> <div class="image"> <img src="https://cnd.imgix.net/hmg-prod/images/2019-hyundai-santa-fe-first-drive-placement-1535062627.jpg?w=300&fm=pjpg&auto=format,compress" srcset="https://cnd.imgix.net/hmg-prod/images/2019-hyundai-santa-fe-first-drive-placement-1535062627.jpg?w=300&fm=pjpg&auto=format,compress 1x, https://cnd.imgix.net/hmg-prod/images/2019-hyundai-santa-fe-first-drive-placement-1535062627.jpg?w=300&fm=pjpg&auto=format,compress&dpr=2 2x," height="184" width="300" /> </div> <div class="content"> <nav> <p><a href="/list-photo-galleries">Gallery</a><span> • Aug 2018</span></p> </nav> <div class="summary"> <h1><a class="i" href="/photo-gallery/2019-hyundai-santa-fe-drive-gallery">2019 Hyundai Santa Fe Loses the Sport, Keeps the Practicality - Photos</a></h1> <h2>The former Santa Fe Sport is redesigned.</h2> <h3><span>By </span><a href="/search/Car%20and%20Driver">Car and Driver</a></h3> <p> <a href="/vehicles/New/Hyundai/Santa.Fe"><svg class="icon-tiny"><use xlink:href="#icon-shopping" /></svg><span>Shop this Car</span></a> <a href="/photo-gallery/2019-hyundai-santa-fe-drive-gallery"><svg class="icon-tiny"><use xlink:href="#icon-gallery" /></svg><span>57 Photos</span></a> </p> </div> </div> </article> <a class="button" href="/list-photo-galleries">View All Galleries</a> </section> <section id="comparison-tests"> <h1>Comparison Tests</h1> <article> <div class="image"> <img src="https://cnd.imgix.net/hmg-prod/images/2018-bmw-x2-xdrive28i-vs-2018-jaguar-e-pace-p250-awd-2019-volvo-xc40-t5-awd-r-design-comparison-placement-1533266323.jpg?w=300&fm=pjpg&auto=format,compress" srcset="https://cnd.imgix.net/hmg-prod/images/2018-bmw-x2-xdrive28i-vs-2018-jaguar-e-pace-p250-awd-2019-volvo-xc40-t5-awd-r-design-comparison-placement-1533266323.jpg?w=300&fm=pjpg&auto=format,compress 1x, https://cnd.imgix.net/hmg-prod/images/2018-bmw-x2-xdrive28i-vs-2018-jaguar-e-pace-p250-awd-2019-volvo-xc40-t5-awd-r-design-comparison-placement-1533266323.jpg?w=300&fm=pjpg&auto=format,compress&dpr=2 2x," height="184" width="300" /> </div> <div class="content"> <nav> <p><a href="/list-reviews-comparison-tests">Comparison Test</a><span> • Aug 2018</span></p> </nav> <div class="summary"> <h1><a class="i" href="/reviews/bmw-x2-xdrive28i-vs-jaguar-e-pace-p250-awd-volvo-xc40-t5-awd-comparison-test">BMW X2 xDrive28i vs. Jaguar E-Pace P250 AWD, Volvo XC40 T5 AWD</a></h1> <h2>We endure hipster tacos and backwoods creeps to determine the best new entry-level luxury vehicle on the market, which also happens to be an SUV.</h2> <h3><span>By </span><a href="/search/Daniel%20Pund">Daniel Pund</a></h3> <p> <a href="/reviews/bmw-x2-xdrive28i-vs-jaguar-e-pace-p250-awd-volvo-xc40-t5-awd-comparison-test"><svg class="icon-tiny"><use xlink:href="#icon-story" /></svg><span>Read Story</span></a> <a href="/photo-gallery/bmw-x2-xdrive28i-vs-jaguar-e-pace-p250-awd-volvo-xc40-t5-awd-comparison-test-gallery"><svg class="icon-tiny"><use xlink:href="#icon-gallery" /></svg><span>21 Photos</span></a> </p> </div> </div> </article> <article> <div class="image"> <img src="https://cnd.imgix.net/hmg-prod/images/2019-chevrolet-corvette-zr1-and-2018-porsche-911-gt2-rs-comparison-placement-1532358592.jpg?w=300&fm=pjpg&auto=format,compress" srcset="https://cnd.imgix.net/hmg-prod/images/2019-chevrolet-corvette-zr1-and-2018-porsche-911-gt2-rs-comparison-placement-1532358592.jpg?w=300&fm=pjpg&auto=format,compress 1x, https://cnd.imgix.net/hmg-prod/images/2019-chevrolet-corvette-zr1-and-2018-porsche-911-gt2-rs-comparison-placement-1532358592.jpg?w=300&fm=pjpg&auto=format,compress&dpr=2 2x," height="184" width="300" /> </div> <div class="content"> <nav> <p><a href="/list-reviews-comparison-tests">Comparison Test</a><span> • Jul 2018</span></p> </nav> <div class="summary"> <h1><a class="i" href="/reviews/2019-chevrolet-corvette-zr1-vs-2018-porsche-911-gt2-rs-comparison-test">2019 Chevrolet Corvette ZR1 vs. 2018 Porsche 911 GT2 RS</a></h1> <h2>The most powerful production versions of the Corvette and 911 probe the boundaries of road-car capabilities.</h2> <h3><span>By </span><a href="/search/Eric%20Tingwall">Eric Tingwall</a></h3> <p> <a href="/reviews/2019-chevrolet-corvette-zr1-vs-2018-porsche-911-gt2-rs-comparison-test"><svg class="icon-tiny"><use xlink:href="#icon-story" /></svg><span>Read Story</span></a> <a href="/photo-gallery/2019-chevrolet-corvette-zr1-vs-2018-porsche-911-gt2-rs-comparison-test-gallery"><svg class="icon-tiny"><use xlink:href="#icon-gallery" /></svg><span>35 Photos</span></a> </p> </div> </div> </article> <article> <div class="image"> <img src="https://cnd.imgix.net/hmg-prod/images/alfa-romeo-stelvio-quadrifoglio-vs-mercedes-amg-glc63-s-coupe-porsche-macan-turbo-with-performance-package-placement-1530026718.jpg?w=300&fm=pjpg&auto=format,compress" srcset="https://cnd.imgix.net/hmg-prod/images/alfa-romeo-stelvio-quadrifoglio-vs-mercedes-amg-glc63-s-coupe-porsche-macan-turbo-with-performance-package-placement-1530026718.jpg?w=300&fm=pjpg&auto=format,compress 1x, https://cnd.imgix.net/hmg-prod/images/alfa-romeo-stelvio-quadrifoglio-vs-mercedes-amg-glc63-s-coupe-porsche-macan-turbo-with-performance-package-placement-1530026718.jpg?w=300&fm=pjpg&auto=format,compress&dpr=2 2x," height="184" width="300" /> </div> <div class="content"> <nav> <p><a href="/list-reviews-comparison-tests">Comparison Test</a><span> • Jul 2018</span></p> </nav> <div class="summary"> <h1><a class="i" href="/reviews/alfa-romeo-stelvio-quadrifoglio-vs-mercedes-amg-glc63-s-coupe-4matic-porsche-macan-turbo-with-performance-package-comparison-test">Alfa Romeo Stelvio Quadrifoglio vs. Mercedes-AMG GLC63 S Coupe, Porsche Macan Turbo w/ Performance Package: Alfa Stomps Porsche and AMG!</a></h1> <h2>Thanks to these three Europeans, SUVs are finally having their sports-sedan moment, in which we forget about their compromises and just enjoy the drive.</h2> <h3><span>By </span><a href="/search/Tony%20Quiroga">Tony Quiroga</a></h3> <p> <a href="/reviews/alfa-romeo-stelvio-quadrifoglio-vs-mercedes-amg-glc63-s-coupe-4matic-porsche-macan-turbo-with-performance-package-comparison-test"><svg class="icon-tiny"><use xlink:href="#icon-story" /></svg><span>Read Story</span></a> <a href="/photo-gallery/alfa-romeo-stelvio-quadrifoglio-vs-mercedes-amg-glc63-s-coupe-4matic-porsche-macan-turbo-with-performance-package-comparison-test-gallery"><svg class="icon-tiny"><use xlink:href="#icon-gallery" /></svg><span>22 Photos</span></a> </p> </div> </div> </article> <a class="button" href="/list-reviews-comparison-tests">View All</a> </section> <section id="most-researched"> <h1>Most Researched Manufacturers</h1> <div id="manufacturer-grid"> <div> <h2><a href="/honda">Honda</a></h2> <img src="https://cnd.imgix.net/images/honda.jpg?fm=pjpg&auto=format,compress&w=230" srcset="https://cnd.imgix.net/images/honda.jpg?fm=pjpg&auto=format,compress&w=230 1x, https://cnd.imgix.net/images/honda.jpg?fm=pjpg&auto=format,compress&w=230&dpr=2 2x" width="230" height="138" alt="Honda"> <a href="/vehicles/New/Honda" class="button">Shop for Honda</a> <p> <a href="/features/2018-10best-trucks-and-suvs-our-top-picks-in-every-segment-feature-honda-ridgeline-best-mid-size-pickup-truck-page-9">Honda Ridgeline: Best Mid-Size Pickup Truck</a> <a href="/features/2018-10best-trucks-and-suvs-our-top-picks-in-every-segment-feature">2018 10Best Trucks and SUVs: The Best Models in Every Segment</a> <a href="/reviews/2018-honda-accord-sport-15t-manual-review">2018 Honda Accord Sport 1.5T Manual</a> <a href="/reviews/2018-honda-odyssey-tested-with-nine-speed-automatic-review">2018 Honda Odyssey Nine-Speed Automatic</a> <a href="/honda/accord">The Latest on the Honda Accord</a> <a href="/honda/civic">Honda Civic Reviews, Pricing, and Photos</a> <a href="/honda/cr-v">Honda CR-V Pricing, Options, and Overview</a> <a href="/honda/pilot">Everything You Need to Know About the Honda Pilot</a> </p> </div> <div> <h2><a href="/mazda">Mazda</a></h2> <img src="https://cnd.imgix.net/images/mazda.jpg?fm=pjpg&auto=format,compress&w=230" srcset="https://cnd.imgix.net/images/mazda.jpg?fm=pjpg&auto=format,compress&w=230 1x, https://cnd.imgix.net/images/mazda.jpg?fm=pjpg&auto=format,compress&w=230&dpr=2 2x" width="230" height="138" alt="Mazda"> <a href="/vehicles/New/Mazda" class="button">Shop for Mazda</a> <p> <a href="/features/2018-10best-trucks-and-suvs-our-top-picks-in-every-segment-feature-mazda-cx-5-best-compact-suv-page-4">Mazda CX-5: Best Compact SUV</a> <a href="/features/2018-10best-trucks-and-suvs-our-top-picks-in-every-segment-feature-mazda-cx-9-best-mid-size-suv-page-6">Mazda CX-9: Best Mid-Size SUV</a> <a href="/mazda/cx-5">Mazda CX-5 Reviews, Pricing, and Photos</a> <a href="/mazda/cx-3">Mazda CX-5 Leasing, Options, and Overview</a> <a href="/mazda/mazda-3">The Latest on the Mazda 3</a> <a href="/mazda/mazda-6">Mazda 6 Pricing, Options, and Overview</a> </p> </div> <div> <h2><a href="/chevrolet">Chevrolet</a></h2> <img src="https://cnd.imgix.net/images/chevrolet.jpg?fm=pjpg&auto=format,compress&w=230" srcset="https://cnd.imgix.net/images/chevrolet.jpg?fm=pjpg&auto=format,compress&w=230 1x, https://cnd.imgix.net/images/chevrolet.jpg?fm=pjpg&auto=format,compress&w=230&dpr=2 2x" width="230" height="138" alt="Chevrolet"> <a href="/vehicles/New/Chevrolet" class="button">Shop for Chevrolet</a> <p> <a href="/reviews/2018-chevrolet-cruze-diesel-hatchback-manual-test-review">2018 Chevrolet Cruze Diesel Hatchback Manual</a> <a href="/reviews/2018-chevrolet-equinox-diesel-awd-test-review">2018 Chevrolet Equinox Diesel AWD</a> <a href="/features/2018-10best-cars-the-best-cars-for-sale-in-america-today-feature-chevrolet-camaro-v-6-ss-zl1-coupes-page-4">Chevrolet Camaro V-6 / SS / ZL1 Coupes</a> <a href="/chevrolet/silverado-1500">Chevrolet Silverado Reviews, Pricing, and Photos</a> <a href="/chevrolet/malibu">Chevrolet Malibu Leasing Options and Overview</a> <a href="/chevrolet/equinox">The Latest on the Chevrolet Equinox</a> <a href="/chevrolet/camaro">Everything You Need to Know About the Chevrolet Camaro</a> </p> </div> <div> <h2><a href="/ford">Ford</a></h2> <img src="https://cnd.imgix.net/images/ford.jpg?fm=pjpg&auto=format,compress&w=230" srcset="https://cnd.imgix.net/images/ford.jpg?fm=pjpg&auto=format,compress&w=230 1x, https://cnd.imgix.net/images/ford.jpg?fm=pjpg&auto=format,compress&w=230&dpr=2 2x" width="230" height="138" alt="Ford"> <a href="/vehicles/New/Ford" class="button">Shop for Ford</a> <p> <a href="/reviews/2018-ford-f-150-50l-v-8-4x4-supercrew-review">2018 Ford F-150 5.0L V-8 4x4 SuperCrew</a> <a href="/features/lightning-lap-115-we-lap-the-ford-gt-at-vir-feature">Lightning Lap 11.5: We Lap the Ford GT at VIR!</a> <a href="/ford/f-150">Ford F-150 Leasing Options and Overview</a> <a href="/ford/escape">The Latest on the Ford Escape</a> <a href="/ford/explorer">Ford Explorer Pricing, Options, and Overview</a> <a href="/ford/focus">Ford Focus Reviews, Pricing, and Photos</a> </p> </div> <div> <h2><a href="/jeep">Jeep</a></h2> <img src="https://cnd.imgix.net/images/jeep.jpg?fm=pjpg&auto=format,compress&w=230" srcset="https://cnd.imgix.net/images/jeep.jpg?fm=pjpg&auto=format,compress&w=230 1x, https://cnd.imgix.net/images/jeep.jpg?fm=pjpg&auto=format,compress&w=230&dpr=2 2x" width="230" height="138" alt="Jeep"> <a href="/vehicles/New/Jeep" class="button">Shop for Jeep</a> <p> <a href="/reviews/2018-jeep-renegade-review">2018 Jeep Renegade</a> <a href="/reviews/2017-jeep-renegade-in-depth-model-review">2017 Jeep Renegade</a> <a href="/features/a-history-of-jeeps-corporate-parents-they-all-die-feature">It's a Black-Widow Thing: Why Does Every Company that Owns Jeep Die?</a> <a href="/reviews/2018-jeep-grand-cherokee-trackhawk-full-test-review">2018 Jeep Grand Cherokee Trackhawk</a> <a href="/jeep/grand-cherokee">Jeep Grand Cherokee Reviews, Pricing, and Photos</a> <a href="/jeep/renegade">Everything You Need to Know About the Jeep Renegade</a> <a href="/jeep/cherokee">Jeep Cherokee Pricing, Options, and Overview</a> <a href="/jeep/wrangler">The Latest on the Jeep Wrangler</a> </p> </div> <div> <h2><a href="/toyota">Toyota</a></h2> <img src="https://cnd.imgix.net/images/toyota.jpg?fm=pjpg&auto=format,compress&w=230" srcset="https://cnd.imgix.net/images/toyota.jpg?fm=pjpg&auto=format,compress&w=230 1x, https://cnd.imgix.net/images/toyota.jpg?fm=pjpg&auto=format,compress&w=230&dpr=2 2x" width="230" height="138" alt="Toyota"> <a href="/vehicles/New/Toyota" class="button">Shop for Toyota</a> <p> <a href="/reviews/2017-toyota-highlander-in-depth-model-review-2017-toyota-highlander-engine-and-transmission-review-car-and-driver-page-2">Engine and Transmission</a> <a href="/reviews/2017-toyota-highlander-in-depth-model-review-2017-toyota-highlander-warranty-review-car-and-driver-page-10">Warranty</a> <a href="/toyota/camry">Toyota Camry Reviews, Pricing, and Photos</a> <a href="/toyota/corolla">Toyota Corolla Leasing Options and Overview</a> <a href="/toyota/prius">Everything You Need to Know About the Toyota Prius</a> <a href="/toyota/rav4">Toyota RAV4 Pricing, Options, and Overview</a> </p> </div> </div> </section> </div> <div id="tradein-content"> <img src="https://cnd.imgix.net/images/Vehicle-Mobile-IMG.png?fm=pjpg&auto=format,compress" height="115" width="300" alt="Cars for Trade-In"> <div> <h1>What's Your Car Worth?</h1> <p>We'll help you get your car's trade-in value in under a minute.</p> <a class="button" href="/get-your-car-value?BID=GlobalFooter">Get Your Trade-in Value</a> </div> </div> </div> </div> <div id="social-content"> <div id="social-grid"> <a class="icon-facebook" href="https://www.facebook.com/caranddriver"><svg class="icon-small"><use xlink:href="#icon-facebook" /></svg><span>Facebook</span></a> <a class="icon-twitter" href="https://twitter.com/caranddriver"><svg class="icon-small"><use xlink:href="#icon-twitter" /></svg><span>Twitter</span></a> <a class="icon-instagram" href="https://instagram.com/caranddriver"><svg class="icon-small"><use xlink:href="#icon-instagram" /></svg><span>Instagram</span></a> <a class="icon-youtube" href="https://www.youtube.com/user/caranddriver"><svg class="icon-small"><use xlink:href="#icon-youtube" /><span>YouTube</span></a> </div> </div> <footer id="footer-content"> <div id="footer-grid"> <div id="review-links" class="col"> <h1>Reviews</h1> <a href="/list-reviews-first-drives">First Drives</a> <a href="/list-reviews-instrumented-tests">Instrumented Tests</a> <a href="/list-reviews-comparison-tests">Comparison Tests</a> <a href="/list-reviews-long-term-tests">Long-Term Road Tests</a> <a href="/list-reviews-archives">From the Review Vault</a> </div> <div id="news-links" class="col"> <h1>News</h1> <a href="/list-news-future-cars">Spy Photos</a> <a href="/list-news-auto-shows">Auto Shows</a> <a href="https://blog.caranddriver.com/">Blog</a> </div> <div id="features-links" class="col"> <h1>Features</h1> <a href="/features/lightning-lap-2017-19-hot-performance-cars-attack-vir-feature">Lightning Lap</a> <a href="/features/2018-10best-cars-the-best-cars-for-sale-in-america-today-feature">10Best</a> </div> <div id="buyers-guide-links" class="col"> <h1>Buyer's Guide</h1> <a href="/vehicles">View Cars for Sale</a> <a href="/features/2018-editors-choice-for-best-cars-trucks-crossovers-and-suvs">2018 Editors' Choice</a> <a href="/ford/f-150">Ford F-150</a> <a href="/jeep/wrangler">Jeep Wrangler</a> <a href="/ford/escape">Ford Escape</a> <a href="/honda/accord">Honda Accord</a> <a href="/jeep/grand-cherokee">Jeep Grand Cherokee</a> </div> <div id="about-links" class="col"> <h1>About Car and Driver</h1> <a href="https://subscribe.hearstmags.com/subscribe/splits/caranddriver-lic/cdb_bottom_nav_subscribe">Subscribe</a> <a href="/user-sitemap">User Sitemap</a> <a href="/reviews/contact-us-about-us">Contact Us</a> <a href="http://service.caranddriver.com/">Subscriptions/Customer Service</a> <a href="mailto:[email protected]">Website Feedback</a> </div> <div id="follow-us-links" class="col"> <h1>Follow Us</h1> <a href="https://backfires.caranddriver.com/">Backfires</a> <a href="https://www.facebook.com/caranddriver">Facebook</a> <a href="https://twitter.com/caranddriver">Twitter</a> <a href="https://www.youtube.com/user/CARandDRIVER">YouTube</a> </div> <div id="logo-hearst"><svg><use xlink:href="#logo-hearstautos" /></div> <div id="copyright"> <p>© 2018 Hearst Communications, Inc. All Rights Reserved., <a href="https://www.hearst.com/newsroom/us-magazines-privacy-notice">Privacy Notice</a> | <a href="https://www.hearst.com/newsroom/us-magazines-privacy-notice#_ADDITIONAL_INFO">Your California Privacy Rights</a> | <a href="https://www.hearst.com/newsroom/us-magazines-privacy-notice#_INTEREST_BASED">Interest-Based Ads</a> | <a href="https://www.hearst.com/newsroom/us-magazines-terms-of-use">Terms of Use</a></p> </div> </div> </footer> </body> </html>