@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800&display=swap");

html {
  height: 100%;
  font-size: 100%;
}

* {
  font-family: Inter, Arial, Helvetica, sans-serif !important;
}

body {
  background: white;
  padding: 0px;
  margin: 0px;
  min-height: 100% !important;
  height: 100%;
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  overflow-x: hidden;
  color: #4A495C;
}

a {
  color: #0169FF;
}

p {
  font-size: 18px;
}

a:hover {
  color: #00a7e1;
}

a:focus {
  color: #dedede !important;
  text-decoration: none !important;
}

.text-bright-blue {
  color: #00a7e1;
}

.container {
  max-width: 1260px;
}

.grey_strip {
  width: 100%;
  padding: 25px 0;
  background: #f3f3f3;
}

.grey_strip ul {
  margin: 0;
}

.grey_strip li {
  position: relative;
  height: 100%;
}

.grey_strip li:first-child {
  margin-left: 0;
}

.header-logo {
  max-height: 40px;
  border: none;
  margin: -4px 0 0 0;
}

footer {
  padding: 48px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #0069B5;
  font-size: 16px;
  line-height: 27px;
  color: white;
  font-weight: 400;
}

footer a {
  color: #ececec;
}

footer a:hover {
  color: #fff;
}

footer p {
  font-size: 1.1em;
}

.footer-logo {
  max-width: 260px;
  border: none;
  margin-bottom: 1em;
}

.home-video {
  margin: 1em 0 1.5em 0;
}

.home-main {
  margin: 1em 0 1.5em 0;
  background-image: url("/images/site/caredge-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}

.home-main-slogan {
  padding: 3.25em 0 0.75em 0.75em;
  font-size: 3.5em;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 3px 3px 5px #000000;
}

.home-ranks-hr {
  padding: 0;
  height: 2px;
  width: 40%;
  background-color: rgba(65, 83, 100, 0.2);
  border: none;
}

.home-ranks-right-border {
  padding: 0 2em;
  border-right: 1px solid rgba(65, 83, 100, 0.1);
}

.home-ranks-sub-title {
  font-size: 1.4em;
  color: #415364;
}

.home-ranks-num {
  color: #a2a9ad;
}

.home-ranks-item a {
  font-size: 1.2em;
  color: #0069B5;
}

.home-ranks-button {
  background-color: #0069B5;
  padding: 8px 0;
  margin: 0.75em;
  border-radius: 8px;
  color: #fff;
  border: none;
  opacity: 0.9;
  max-width: 220px;
}

.home-ranks-button:hover,
.ce-button:hover {
  background-color: #00a7e1;
}

#home-research {
  padding: 0;
  margin: 0;
  background-image: url("/images/site/car-research.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 300px;
  position: relative;
}

#home-shop {
  padding: 0;
  margin: 0;
  background-image: url("/images/site/car-shopping.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 300px;
  position: relative;
}

.text-bottom-center {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.text-bottom-overlay {
  background-color: rgba(255, 255, 255, .8);
}

.text-bottom-overlay h2 {
  margin: 0;
  padding: 0.25em;
  font-size: 2.5em;
  color: #4A495C;
}

.home-blocks {
  margin: 1em 0 2.5em 0;
}

.home-block {
  text-align: center;
}

.home-ad {
  min-height: 280px;
}

.home-form,
.home-news {
  padding: 0.25em 0;
  width: 100%;
  min-height: 280px;
  border: 1px #F4F4F5 solid;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  vertical-align: middle;
}

.home-form-title {
  font-size: 1.1em;
}

.home-form-element {
  margin: 18px 0;
}

.home-submit {
  padding: 6px;
  margin: 10px;
  height: 34px;
  width: 280px;
  font-size: 1.1em;
  font-weight: bold;
  vertical-align: bottom;
  overflow: hidden;
}

.home-select {
  -webkit-appearance: none;
  padding: 6px;
  margin: 10px;
  height: 34px;
  width: 280px;
  font-size: 1.2em;
  vertical-align: bottom;
  overflow: hidden;
}

a.home-news-title {
  color: #666666;
}

a.home-news-date {
  font-size: 0.85em;
  color: #bbbbbb;
  font-style: italic;
}

.home-news-container {
  margin: -5px 0 0 0;
  display: table;
  border-spacing: 10px;
}

.home-news-row {
  display: table-row;
  background-color: #fafafa;
}

.home-news-row-left {
  display: table-cell;
}

.home-news-row-right {
  display: table-cell;
  width: 100%;
  padding: 6px;
  text-align: left;
  vertical-align: middle;
}

.other-news {
  margin: 1em 0;
  padding-top: 1.5em;
  border-top: 1px solid #F4F4F5;
}

.other-news-thumb {
  margin: 0;
  width: 80px;
}

a.other-news-title {
  color: #415364;
  font-size: 1.2em;
  font-weight: bold;
}

a.other-news-title:hover {
  color: #00a7e1;
  text-decoration: none;
}

.other-news-date,
a.other-news-date {
  font-size: 0.85em;
  color: #bbbbbb;
  font-style: italic;
}

.other-news-container {
  display: table;
  border-spacing: 10px;
}

.other-news-row {
  display: table-row;
}

.other-news-row-left {
  display: table-cell;
}

.other-news-row-right {
  display: table-cell;
  width: 100%;
  padding: 6px;
  text-align: left;
  vertical-align: middle;
}

.other-news-ad {
  margin: 2em 0;
  min-width: 300px;
}

.other-news-more {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.news-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.faq {
  padding: 2em;
}

.chart-title {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 900;
  color: #4a495c;
}

.section-title {
  margin: 0 0 24px;
  font-size: 40px;
  font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 900;
  color: #4a495c;
}

.styled-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/images/site/option_arrow.png) no-repeat 96% 0;
  height: 35px;
  overflow: hidden;
  width: 220px;
  margin: 10px 0px 10px 15px;
}

.styled-select select {
  background: transparent;
  border: none;
  font-size: 14px;
  height: 35px;
  padding: 5px;
  width: 268px;
}

.top-select {
  width: 160px;
  font-size: 14px;
  height: 32px;
  margin: 8px 0 0 0;
  padding: 2px;
  border: 1px solid #F4F4F5;
  color: #ffffff;
  background-color: #e52231;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.top-submit {
  width: 30px;
  font-size: 14px;
  height: 32px;
  margin: 8px 0 0 0;
  padding: 2px;
  border: 1px solid #F4F4F5;
  color: #ffffff;
  background-color: #e52231;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.top-select:hover,
.top-submit:hover {
  background-color: #ff1628;
}

.semi-square {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.input-red-white,
.input-blue-white {
  -webkit-appearance: none;
  background-color: #0069B5;
  color: #fff;
  border: 1px solid #0069B5;
  padding: 0 0 0 10px;
}

.input-white-red,
.input-white-blue {
  -webkit-appearance: none;
  background-color: #fff;
  color: #0069B5;
  border: 1px solid #fff;
}

.text-bold {
  font-weight: bold;
}

.mc_form {
  margin: 1.5em 0;
}

.input-white-black {
  background-color: #fff;
  color: #111111;
  border: 1px solid #fff;
}

.styled-input-text {
  padding: 6px;
  height: 36px;
  overflow: hidden;
  width: 240px;
  margin: 10px 5px 10px 5px;
  font-size: 1.2em;
  font-weight: bold;
  border: 1px #ececec solid;
}

.styled-submit {
  padding: 6px;
  height: 34px;
  overflow: hidden;
  width: 60px;
  margin: 10px 5px 10px 5px;
  font-size: 1.2em;
  font-weight: bold;
  vertical-align: bottom;
}

.compare-title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.6em;
}

.compare-wrapper {
  padding: 0;
}

.compare-select {
  width: 100%;
  margin: 0.5em 0.5em 0.5em 0;
  border-radius: 3px;
}

.compare-select-title {
  font-weight: bold;
  margin: 2.5em 0 0.5em 0;
}

.compare-select-wrapper {
  margin: 0;
}

.compare-listings-title {
  font-size: 1.3em;
  font-weight: bold;
  margin: 4em 1em 0 1em;
  padding: 0.5em;
}

.compare-listing-zip-form {
  font-size: 1em;
  margin: 0 0 -1em 0;
  padding: 0 0.5em;
}

.compare-text {
  margin-bottom: -1em;
  font-size: 1.2em;
}

.compare-about {
  padding: 1.5em;
  font-size: 1.2em;
}

.compare-button {
  width: 100%;
  padding: 6px 0;
  margin: 0.5em 0.5em 0.5em 0;
  border-radius: 3px;
}

.compare-comparisons-title {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 1em;
  padding: 0;
}

.compare-lookup-title {
  font-weight: bold;
  margin: 2.5em 0 0.5em 0;
}

.car-logo {
  margin: 5px;
  padding: 5px;
  width: 120px;
}

.general-content {
  padding: 50px 0 50px 0;
  text-align: center;
}

.post-text {
  font-size: 1.2em;
}

.make-info h1 {
  margin: 0 0 20px 0;
  font-size: 1.8em;
  font-weight: bold;
  color: #ccc;
}

.imagedropshadow:hover {
  -moz-box-shadow: 1px 1px 5px #ccc;
  -webkit-box-shadow: 1px 1px 5px #ccc;
  box-shadow: 1px 1px 5px #ccc;
}

.div-right-top {
  font-size: 2em;
  font-weight: bold;
  margin: 20px 0 20px 0;
  background-color: #0069B5;
  color: #fff;
  border: 1px solid #0069B5;
}

.div-search-box {
  background-color: #efefef;
  margin: 30px 0 0 0;
  border: 1px solid #F4F4F5;
}

.div-right-link {
  font-size: 1.2em;
  font-weight: bold;
}

.styled-submit-right {
  padding: 6px;
  height: 34px;
  overflow: hidden;
  width: 90%;
  margin: 10px 5px 10px 5px;
  font-size: 1.2em;
  font-weight: bold;
  vertical-align: bottom;
}

.input-red-white:hover,
.input-blue-white:hover {
  background-color: #00a7e1;
}

.search-input {
  margin: 0.5em 0;
}

.user-form {
  margin: 20px;
  padding: 20px 30px 20px 30px;
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.form-box {
  padding: 20px 20px 5px 20px;
  margin: 20px 0 0 0;
  background: rgba(255, 255, 255, 0.8);
}

.form-hero {
  display: block;
  position: relative;
  width: 100%;
  background: url("/images/site/buy-bg.jpg") no-repeat fixed center center;
  background-size: cover;
}

.form-hero .caption {
  margin: 20px;
}

.form-hero .caption h1 {
  color: #0069B5;
  font-family: "open_bold", Helvetica, Arial, sans-serif;
  font-size: 34px;
  font-weight: bold;
  word-break: break-word;
}

.form-hero .caption h2 {
  color: #222;
  font-family: "open_bold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  word-break: break-word;
}

.form-hero .caption h3 {
  color: #222;
  font-family: "open_bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  word-break: break-word;
}

.form-hero .caption p {
  color: #222;
  font-family: "open_regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0 35px 0;
}

.form-select {
  width: 240px;
  padding: 0 0 0 10px;
  margin: 10px 0 10px 0;
  font-size: 1.2em;
}

.form-select option {
  color: #999;
  font-weight: bold;
}

.full-width {
  width: 100%;
}

.styled-form-submit {
  padding: 6px;
  height: 40px;
  margin: 10px 5px 10px 5px;
  background-color: #0069B5;
  font-size: 1.2em;
  font-weight: bold;
  vertical-align: bottom;
  color: #fff;
  border: 1px #415364 solid;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}

.styled-form-submit:hover {
  background-color: #00a7e1;
}

.styled-form-submit-small {
  padding: 3px 6px 3px 6px;
  height: 30px;
  margin: 10px 10px 20px 10px;
  background-color: #0069B5;
  font-size: 1.1em;
  font-weight: bold;
  vertical-align: bottom;
  color: #fff;
  border: 1px #415364 solid;
}

.styled-form-submit-small:hover {
  background-color: #00a7e1;
}

.form-error {
  color: #ff0000;
  font-weight: bold;
}

.listing-box {
  margin: 12px 0 12px 0;
  padding: 10px 10px 0 10px;
  border: 1px #fcfcfc solid;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.08);
}

.listing-vehicle {
  font-weight: bold;
  font-size: 1.5em;
}

.listing-vehicle a {
  color: #333;
}

.listing-price {
  font-size: 1.8em;
}

.listing-miles,
.div-13em {
  font-size: 1.3em;
}

.listing-details {
  margin: 2px 0 2px 0;
  font-size: 1.1em;
}

.listing-location {
  margin: 6px 0 4px 0;
  font-size: 1em;
  color: #666;
}

.listing-link {
  margin: 0 0 10px 0;
}

.listing-link a {
  font-weight: bold;
  font-size: 1.3em;
}

.grid-listing {
  margin: 8px;
  padding: 0;
  border: 1px #F4F4F5 solid;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}

.grid-listing:hover {
  border: 1px #bbbbbb solid;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}

.grid-listing-hover:hover a {
  text-decoration: none;
}

.grid-listing-title {
  margin: -6px 0 0 0;
  padding: 0;
  color: #666666;
  font-size: 1em;
  font-weight: bold;
}

.grid-listing-info {
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 1em;
  font-weight: normal;
}

.grid-listing-fine {
  margin: 0;
  padding: 0;
  color: #999999;
  font-size: 0.9em;
  font-weight: normal;
  font-style: italic;
}

.grid-listing-price {
  margin: 0;
  padding: 0;
  color: #d42a36;
  font-size: 1.3em;
  font-weight: bold;
}

.grid-listing-photo {
  display: block;
  max-width: 300px;
  min-height: 176px;
  max-height: 176px;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 0 10px 0;
  border-radius: 4px 4px 0 0;
}

.wide-95 {
  width: 95%;
}

.to-dep-button {
  margin: 0 5px 0 -5px;
}

.first-name {
  padding-left: 5px;
  padding-right: 15px;
}

.last-name {
  padding-left: 0;
  padding-right: 15px;
}

.car-listing-content {
  margin: 2em 0em;
  padding: 0 1em;
}

.car-listing-box {
  margin: 20px 0;
  padding: 0;
  width: 100%;
  border: 1px #F4F4F5 solid;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}

.car-listing-photo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0;
}

.car-listing-title {
  font-size: 1.8em;
}

.car-listing-price {
  font-size: 1.8em;
  font-weight: bold;
  color: #0069B5;
}

.car-listing-trim {
  font-size: 1.3em;
  color: #333333;
  margin: 0 0 16px 0;
}

.car-listing-info {
  padding: 0 10px;
}

.car-listing-details {
  margin: 10px 5px;
  padding: 0;
  text-align: left;
  font-size: 1.1em;
}

.car-listing-promo {
  margin: 10px 5px;
  padding: 0 10px;
  text-align: left;
  font-size: 1em;
}

.car-listing-detail {
  white-space: nowrap;
  margin: 5px 0 5px 0;
}

.car-listing-specs {
  padding: 0.85em 1em;
  text-align: left;
  font-size: 1.3em;
}

.car-listing-contact {
  margin: 20px 0;
  padding: 0;
  width: 100%;
  border: 1px #c41622 solid;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.08);
  background-color: #d42b37;
}

.car-listing-check {
  margin: 16px 0 6px 0;
  font-size: 1.6em;
  color: #444444;
}

.car-listing-contact-fine {
  font-size: 0.85em;
  color: #999999;
  font-style: italic;
}

.vehicle-lookup {
  margin: 12px 0 0 0;
  padding: 10px 5px 6px 5px;
  border: 1px #fcfcfc solid;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.08);
}

.listing-hidden,
.listing-show {
  margin: 0;
  padding: 0;
}

.partner-listing-heading {
  margin: 1em 0 -0.5em 0;
  padding: 0;
}

.partner-listing-wrapper {
  width: 100%;
  margin: 1em 0;
  padding: 0;
}

.partner-listing-wrapper:hover {
  background-color: #fffee8;
}

.partner-listing-column {
  float: left;
}

.partner-listing-left {
  width: 25%;
}

.partner-listing-middle {
  width: 55%;
  padding: 0.5em;
}

.partner-listing-right {
  width: 20%;
  padding: 0.5em;
}

.partner-listing-row:after {
  content: "";
  display: table;
  clear: both;
}

.partner-listing-photo-img {
  max-width: 200px;
  max-height: 160px;
}

.partner-listing-title {
  margin: 0 0 0 1em;
  font-size: 1.3em;
  font-weight: 600;
  color: #333333;
}

.partner-listing-price {
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  font-weight: 600;
  color: #333333;
}

.partner-listing-no-price {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  color: #999999;
}

.partner-listing-info {
  font-size: 1em;
  margin: 0.2em 0 0 1.2em;
  color: #333333;
}

.partner-listing-very-low-risk {
  margin: 0.1em 0 0 0;
  font-size: 1em;
  font-weight: 700;
  color: #02c100;
}

.partner-listing-low-risk {
  margin: 0.1em 0 0 0;
  font-size: 0.9em;
  font-weight: 700;
  color: #5dc2fc;
}

.partner-listing-zip-form {
  font-size: 1em;
  margin: 0 0 -1.5em 0;
  padding: 1.25em 0 0 0;
}

.zip-form-text {
  height: 1.75em;
  width: 11em;
}

.zip-form-submit {
  font-size: 1.1em;
  height: 1.75em;
  margin: 0 0 0.75em 0;
  padding: 0 0.5em 0 0.5em;
}

.ad-box {
  margin: 1.5em 0;
  padding: 0;
}

.ad-ins-bottom {
  width: 100%;
  margin: 1em auto;
}

.chart-box {
  margin: 1em 0 2em 0;
  padding: 0 0.25em;
  background-color: #ffffff;
  border-radius: 2px;
  position: relative;
}

.chart-share {
  position: absolute;
  top: 16px;
  right: 18px;
  color: #ccc;
}

.export-wrapper {
  margin: -0.5em 0 0 0;
  font-size: 0.85em;
}

.export-item {
  display: inline;
  margin: 0 2em;
}

.export-link {
  color: #01b200;
}

.car-photo-img {
  width: 100%;
  border-radius: 2px;
}

.car-photo-box,
.nuv-box {
  margin: 2em 0;
  padding: 0.5em;
  border: 1px #F4F4F5 solid;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  border-radius: 2px;
}

.side-box {
  margin: 2em 0;
  padding: 0.5em 0.5em 1em 0.5em;
  border: 1px #9FD4FF solid;
  background-color: #F6FBFF;
  border-radius: 2px;
}

.side-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #555555;
  margin-left: 12px;
}

.related-blog-title {
  margin: 2em 0 0 0;
  font-size: 1.3em;
  font-weight: bold;
  color: #444444;
}

.make-models {
  display: inline-block;
  margin: 0 1em 1em 0;
  font-size: 1.1em;
}

.make-logo {
  margin: 5px;
  padding: 5px;
  width: 160px;
}

.content-box {
  padding: 0.5em 1.5em;
}

.compare-comparisons {
  font-size: 1em;
  margin: 0.75em 0;
}

.compare-visitors {
  font-size: 1.2em;
}

.comparison-link {
  margin: 0.25em 0;
}

.compare-lookup {
  margin: 0;
}

.news-content {
  margin: 0 0 30px 0;
}

.news-body {
  font-size: 1.3em;
}

.news-body h1 {
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 1em;
}

.news-body h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 1em;
}

.news-body h3 {
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 1em;
}

.news-body h4 {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 1em;
}

.news-body h5 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1em;
}

.news-box {
  padding: 1.25em;
}

.news-list-box {
  padding: 1em;
  margin-bottom: 1em;
  position: relative;
}

.news-list-box a {
  text-decoration: none;
}

.news-list-thumb {
  margin: 0 2em 0 0;
  padding: 0;
  max-width: 220px;
}

.news-list-box-text-container {
  padding: 0;
}

.news-list-box-thumb {
  float: left;
}

.news-list-box-thumb img {
  border: 1px solid #eee;
}

.news-list-box-text {
  height: 220px;
  display: table-cell;
  vertical-align: middle;
}

.news-list-box-title h2 {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 1.5em;
  font-weight: bold;
  color: #000;
}

.news-list-box-summary p {
  color: #415364;
}

.news-list {
  margin-top: 15px;
}

.news-photo {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0;
  padding: 0.75em 0 0.5em 0;
}

.news-title {
  padding: 0;
  font-weight: 800;
  font-size: 50px;
  color: #0069B5;
  margin: 0 0 24px;
}

.news-title-summary {
  font-size: 2em;
  font-weight: bold;
  padding: 0;
  margin: 0.25em 0;
  color: #415364;
}

.news-summary,
.news-summary a {
  font-size: 1.1em;
  margin: 2em 0;
  color: #222222;
}

.news-li-item {
  padding: 0 0.5em 1.5em 0.5em;
  font-size: 1.2em;
}

p.news-li-item {
  text-align: left;
}

.news-header {
  padding: 0 0.5em 1.5em 0.5em;
  text-align: left;
  font-size: 1.2em;
}

.news-footer {
  padding: 0 0 30px 10px;
  font-size: 1.2em;
}

.news-list-title {
  font-size: 1.6em;
  font-weight: bold;
  margin: 15px 0 5px 0;
}

.news-posted {
  padding: 0 0.25em 1.25em 0.25em;
  font-size: 0.9em;
  color: #a2a9ad;
}

.ce-button {
  background-color: #0169FF;
  padding: 12px 24px;
  margin: 0.75em 0 0.75em -0.25em;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  border: none;
  opacity: 0.9;
}

.news-thumb {
  margin: 0 1em;
  max-width: 160px;
}

.home-news-thumb {
  max-height: 280px;
  border: 1px solid #F4F4F5;
}

.home-news-thumb-container {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  min-height: 300px;
  position: relative;
  border: 1px solid #ccc;
}

.home-news-thumb-headline {
  margin: 0;
  padding: 0.75em 0.25em;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
  font-size: 1.1em;
  font-weight: bold;
  color: #4A495C;
}

.home-news-thumb-headline:hover {
  background: rgba(0, 167, 225, 0.85);
}

.side-news-thumb-container {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 200px;
  position: relative;
  border: 1px solid #ccc;
  background-position: bottom center;
}

.side-news-thumb-headline {
  margin: 0;
  padding: 0.75em 0.25em;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
  font-size: 18px;
  text-align: left;
  color: black;
  font-weight: bold;
}

.side-news-thumb-headline:hover {
  background: rgba(246, 251, 255, 0.9);
}

.news-listing-containter {
  border-bottom: 1px solid #F4F4F5;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
}

.news-list-inner {
  margin-left: 0.5em;
  padding-right: 2em;
}

.news-video {
  margin-bottom: 1.5em;
}

.news-ul-no-bullets li {
  list-style-type: none;
}

.disqus_comments {
  margin: 2em 0 0 0;
}

.page-title {
  text-align: left;
  font-size: 2em;
  font-weight: bold;
  margin: 5px 5px 10px 5px;
}

#center-share {
  display: flex;
  justify-content: center;
}

.small-lookup-select {
  margin: 5px;
}

.mega-title {
  margin: 0 0 -0.5em 0;
  font-size: 3em;
  font-weight: bold;
}

.huge-title {
  font-size: 2.5em;
  font-weight: bold;
}

.big-title {
  font-size: 2.5em;
  font-weight: 800;
  margin: 0 0 -0.5em 0;
  color: #4A495C;
}

.home-sub-slogan-title {
  margin: 0 0 0.75em 0;
  padding: 0;
  font-size: 3em;
  font-style: italic;
}

.home-section-title {
  margin-top: 1em;
  font-size: 3em;
}

.home-sub-section-title {
  margin: -0.5em 0 0.5em 0;
  padding: 0;
  font-size: 2.5em;
}

.medium-title {
  margin: 0 0 30px 0;
  font-size: 1.6em;
  font-weight: bold;
}

.faq-title {
  font-size: 1.6em;
  font-weight: bold;
}

.faq-box {
  font-size: 1.1em;
  margin: 5px 0 35px 0;
  padding: 10px;
  background-color: #f0f0f0;
}

.home-models {
  text-align: left;
}

.home-slogan {
  font-size: 1.3em;
  color: #555555;
}

.home-medium-title {
  margin: 12px 0;
  font-size: 1.3em;
  color: #555555;
}

.home-section-grey {
  padding: 3em 0;
  margin: 0;
  background-color: #eee;
}

.home-section-white {
  padding: 3em 0;
  margin: 0;
}

.best-models {
  padding: 40px 0 40px 0;
  margin: 0;
  background-color: #0069B5;
}

.best-makes {
  padding: 40px 0 40px 0;
  margin: 0;
}

.rankings {
  padding: 20px 0 30px 0;
}

.rankings-makes {
  background-color: #fafafa;
}

.rankings-models {
  background-color: #fff;
}

.rankings-sub-title {
  font-weight: bold;
  font-size: 1.4em;
}

.rankings-sub-script {
  font-size: 0.9em;
  margin: -20px 0 10px 0;
}

.model-ranks {
  color: #bbb;
  font-size: 0.8em;
}

.model-links {
  color: #eee;
}

.model-links:hover {
  color: #fff;
}

.email-list {
  padding: 1em 2em;
  margin: 0;
  background-color: #415364;
  background-image: url("/images/site/glass_only_transparent.png");
  background-repeat: no-repeat;
  background-position: center;
}

.car-logo-image {
  max-width: 240px;
  margin: 20px 0;
}

.right-side {
  margin: 0;
  padding-left: 5px;
}

.privacy-title {
  font-size: 1.6em;
  font-weight: bold;
  margin: 1em 0;
}

.privacy-text {
  font-size: 1.2em;
  padding: 1em;
  margin: 0em;
}

.u1-red,
.ce-blue {
  color: #0069B5;
}

.ce-dark-blue {
  color: #0069B5;
}

.u1-dark-grey {
  color: #555;
}

.u1-medium-grey {
  color: #aaa;
}

.u1-light-grey {
  color: #F4F4F5;
}

.white {
  color: #fff;
}

.all-makes {
  margin: 40px 0 30px 0;
}

.all-cars {
  margin: 10px 20px;
}

.all-nameplates {
  padding: 40px 0 40px 160px;
}

.pull-left-160 {
  margin-left: -160px;
}

.v-content {
  margin: 26px 0;
  color: #4A495C;
}

.home-process {
  width: 100%;
  padding: 0.5em 0 1em 0;
  background-color: #415364;
  color: #ffffff;
}

.home-process p {
  padding: 0 1em;
  font-size: 1.4em;
}

.home-process hr {
  padding: 0;
  height: 4px;
  width: 50%;
  background-color: #00a7e1;
  border: none;
}

.mw-500 {
  padding: 0 16px 0 16px;
  max-width: 500px;
  margin: 0 auto;
}

.sub-title {
  margin: 0 0 10px 0;
  font-size: 0.9em;
}

.rankings-list {
  text-align: left;
  margin: 0;
}

.rankings-top {
  margin-top: 20px;
}

.rankings-mid-title {
  margin-bottom: 10px;
}

.rankings-small {
  display: none;
}

.related-models {
  font-size: 1.1em;
  margin: 0.25em 1em;
}

.right-ad {
  margin: 1em 0 0 0;
  padding: 0;
}

.main-ad {
  margin: 0 0 30px 0;
}

.sub-ad {
  margin: 40px 0 0 0;
}

.rank-ad {
  margin: 20px 0 30px 0;
}

.navbar {
  margin: 0;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 0;
  min-height: 80px;
  color: #4A495C !important;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #CDCDCD;
}

.main-nav {
  list-style-type: none;
  display: none;
  margin: auto 0;
  padding-left: 40px !important;
}

.nav-select {
  display: none;
}

.logo:hover {
  text-decoration: none;
}

.nav-links{
  text-decoration: none;
  color: #4A495C !important;
  font-family: 'Inter', sans-serif;
  margin: 0 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.nav-links:hover {
  color: #000000;
  text-decoration: none;
}

.main-nav li {
  text-align: left;
  margin: 0 auto;
  padding: 10px 0;
}

.main-nav.active {
  position: relative;
  margin: 4em 0 0 0;
  padding: 0 0 1em 0;
  background-color: #0061c3;
  z-index: 9999;
  opacity: 1;
}

.logo,
.logo a {
  font-size: 28px;
  text-decoration: none;
  color: #fff !important;
  line-height: 48px !important;
  font-weight: bold;
  padding-left: 10px;
}

.main-logo {
  display: inline-block;
  position: absolute;
}

.main-logo img {
  height: 45px;
}

.navbar-toggle {
  position: absolute;
  top: 14px;
  right: 18px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: #0061c3;
  font-size: 32px;
  font-weight: 400;
  float: none;
  border: 0;
  border-radius: 0;
}

.nav-select {
  display: none;
}

.active {
  display: block;
}

.mm-options {
  display: inline-block;
}

.nav-dropbtn {
  border: none;
}

.nav-dropdown {
  position: relative;
  display: inline-block;
}

.nav-dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 320px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  padding: 30px;
}

.nav-dropdown-content a {
  color: #4A495C;
  padding: 8px;
  text-decoration: none;
  display: block;
  font-weight: 400;
}

.nav-dropdown-content-desc {
 color: #000000;
 font-size: 14px;
 font-weight: 300;
}

.nav-dropdown:hover .nav-dropdown-content {
  display: block;
  text-decoration: none;
}

.ribbon-holder {
  overflow: hidden;
  position: relative;
}

.ribbon {
  position: absolute;
  background: white;
  transform: rotate(-45deg);
  text-align: center;
  top: 18px;
  left: -26px;
  width: 116px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.6);
}

.best-to-buy-bold {
  font-weight: bold;
}

.about-small {
  font-size: 0.95em;
  font-style: italic;
}

.options-multi-box {
  margin: 0.25em;
  padding: 0.5em 1em;
  background-color: #fcfcfc;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  max-height: 12em;
  overflow: auto;
  text-align: left;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #00a7e1;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.lform-split-left {
  padding-left: 0;
}

.lform-split-right {
  padding-right: 0;
}

.slider-input-container {
  margin: 1em 0 3.5em 0;
}

.slider-title {
  margin-bottom: 0.5em;
}

.slider-box-title {
  margin: 0.5em 0 -2em 0;
}

.slider-box-spacer {
  height: 3.5em;
  padding: 0 1em;
  border-bottom: 1px solid #ededed;
}

.slider-bar-div {
  max-width: 95%;
}

.slider-value-wrapper {
  margin: 1em 0 0 0;
  max-width: 98%;
  text-align: center;
}

.slider-value-box {
  padding: 2px 4px;
  /*
 background-color:#fcfcfc;
 border:1px solid #dcdcdc;
 border-radius:3px;
*/
  display: inline;
  font-size: 1em;
}

.slider-value-box-left {
  float: left;
}

.slider-value-box-right {
  float: right;
}

.slider-value-divider {
  color: #999999;
}

#listings-search-title {
  margin: 0.5em 0 -0.5em 0;
  font-weight: bold;
}

#search-header {
  margin: 0.75em 0;
  padding: 0.5em 0.1em 0.5em 0.5em;
  background-color: #f5f5f5;
  min-height: 3em;
}

#search-header-page {
  padding: 0.25em 0 0 0.5em;
  font-size: 1.1em;
  text-align: left;
}

#search-footer-page {
  padding: 1em;
}

#search-header-sort {
  margin-top: -0.15em;
  text-align: right;
}

#sort-label {
  float: left;
  margin: 0.5em 0.5em;
  color: #555555;
  font-weight: bold;
}

.result-message {
  padding: 2em;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #666666;
}

.result-links {
  margin-top: 0.5em;
}

.result-links-after {
  margin-bottom: 4em;
}

.result-make-link {
  margin: 0.5em;
  padding: 0.5em;
  border: 1px solid #ffffff;
}

.result-make-link:hover {
  background-color: #fdfdfd;
  border: 1px solid #F4F4F5;
  border-radius: 4px;
}

.seller-info-title {
  font-size: 2em;
  margin: 0.25em 0;
  font-weight: bold;
  color: #555555;
}

.seller-name {
  font-size: 1.8em;
  margin: 1em 0 0.5em 0;
  font-weight: bold;
}

.seller-phone {
  font-size: 2em;
  margin: 0.5em 0 0 0;
  font-weight: bold;
}

.seller-address {
  font-size: 1.6em;
  margin: 0.5em 0 0 0;
}

.seller-misc {
  font-size: 1.2em;
  margin: 1em 0;
}

.seller-small {
  margin: 0.5em 0;
  font-size: 0.8em;
  color: #cccccc;
  font-style: italic;
  text-decoration: none;
}

#seller-map {
  height: 300px;
  margin: 2em 0;
  padding: 0;
  border: 1px #F4F4F5 solid;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}

#dealer-map {
  height: 400px;
  margin: 1.5em 0;
  padding: 0;
  border: 1px #F4F4F5 solid;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}

.nav-nowrap {
  white-space: nowrap;
}

.u1-logo {
  max-width: 550px;
}

.custom-radio-style,
.custom-checkbox-style {
  margin-right: 4px;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  position: relative;
  bottom: 4px;
}

.option-check {
  margin: 5px 0;
}

#mobile-result-link {
  margin-top: 0.5em;
  font-size: 1.1em;
}

.no-mobile-results {
  color: #bbbbbb;
  font-style: italic;
  font-size: 0.9em;
}

ul.share-buttons {
  list-style: none;
  padding: 0;
}

ul.share-buttons li {
  display: inline;
  font-size: 1em;
  color: #00a7e1;
  font-weight: bold;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.btn-ranks {
  font-size: 18px;
  color: #415364;
  background-color: #eee;
  padding: 12px 14px;
}

.btn-ranks:hover {
  color: #ffffff;
  background-color: #00a7e1;
}

.btn-ranks-active {
  color: #ffffff;
  background-color: #0069B5;
}

.ranks-logo-image {
  margin: 1em 2em;
  max-width: 135px;
}

.ranks-car-image {
  margin: 0.85em 1.5em 0.85em 0.75em;
  max-width: 240px;
}

.brand-car-image {
  margin: 0.85em 1.5em 0.85em 0.75em;
  max-width: 300px;
}

.ranks-top-container {
  margin: 1em 0;
  padding: 0;
  display: flex;
  border: 1px solid #eee;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}

.ranks-top-container:hover {
  background-color: #fafafa;
  border: 1px solid #F4F4F5;
}

.ranks-top-img {
  display: table-cell;
}

.ranks-top-text-title {
  margin: 0;
  padding: 0;
  color: #111;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
}

.ranks-top-text-title a {
  color: #111;
  text-decoration: none;
}

.ranks-top-text {
  display: table-cell;
  padding-right: 0.25em;
}

.ranks-table {
  margin: 1em 0;
}

.ranks-top-title {
  font-size: 1.5em;
  font-weight: bold;
}

.ranks-top-sub-title {
  margin: 1.2em 0 0.9em 0;
  font-size: 1.3em;
  font-weight: bold;
}

.ranks-buttons {
  margin: 1.5em 0 -1em 0;
}

.ranks-page-sub-title {
  font-size: 0.85em;
}

.top-link {
  margin: 1.5em 0;
}

.top-link a {
  width: 100%;
  color: #0069B5;
  text-decoration: none;
  font-size: 1.4em;
}

.info-box p {
  font-size: 1em;
}

.info-box h4 {
  font-size: 1.4em !important;
  font-weight: bold;
}

.depreciation-text {
  margin: 24px 0;
}

.ranks-intro p,
.depreciation-text p,
.cto-content p {
  font-size: 18px;
}

.cto-content h2 {
  color: #4A495C;
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  margin: 24px 0;
}

.depreciation-text h2 {
  margin: 0 0 0.5em 0;
  font-size: 1.3em;
}

.footer-right {
  padding-left: 2em;
  max-width: 340px;
}

.footer-social-links {
  margin: -1em 0 0 0;
  padding: 1em;
}

.home-news-link p {
  font-size: 1.4em;
  margin: 1em 0 -1.5em 0;
}

.compare-to-links {
  font-size: 1.1em;
  margin: 0.5em 0;
}

.calc-inputs {
  margin: 1em 0;
  align-self: end;
}

.required-star {
  color: #00a7e1;
  font-size: 0.9em;
}

.compare-chart-legend {
  margin: -1em 0 0 0;
  padding: 0;
  text-align: center;
}

.dvc-legend {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  display: inline-block;
}

.dvc-legend-text {
  margin: 0 1em 0 0.25em;
  display: inline-block;
  font-size: 0.9em;
  color: #333;
}

.photos-title {
  margin: 1em 0 -0.75em 0;
}

.blog-car-photo {
  width: 100%;
  margin-bottom: 0.5em;
}

.toc,
.toc-blog {
  display: table;
  margin-bottom: 1em;
  padding-left: 2em;
}

.toc li,
.toc li a {
  font-size: 18px;
}

.toc-blog li,
.toc-blog li a {
  font-size: 1em;
}

.cto-ul {
  display: table;
  margin: 0 auto 1em auto;
  font-size: 1.3em;
}

.cto-ul li,
.cto-ul li a {
  font-size: 1em;
}

.treemap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 670px;
}

.treemap .node {
  padding: 0.75em 1em;
  margin: 0;
  font-size: 18px;
  overflow: hidden;
  text-align: left;
  display: block;
  color: white;
  position: absolute;
}

.treemap .node:first-child {
  display: none;
}

.treemap .node:hover {
  background: #75aec6 !important;
  transition: background 0.25s;
}

.treemap .node a {
  color: #000;
  text-decoration: none;
}

.cto-photo-box {
  margin: 1em 0 2em 0;
  padding: 0;
  border: 1px #F4F4F5 solid;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  border-radius: 2px;
}

.cto-metric-left {
  text-align: left;
}

.cto-metric-right {
  text-align: right;
}

.carchex-promo {
  margin: 1.5em 0;
  height: 300px;
  width: 100%;
  border: 6px solid #2680b0;
  background: url("/images/site/carchex-bg.jpg");
}

.carchex-promo-title {
  margin: 0.75em 1em 2em 33%;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
}

.carchex-promo-text {
  margin: 1em 0 1em 40%;
  color: #000;
  font-size: 1em;
}

.carchex-green-check {
  color: #41ad49;
}

.carchex-button {
  background-color: #ce0404;
  padding: 8px 16px;
  margin: 0 0 0 50%;
  border-radius: 8px;
  font-size: 1.2em;
  color: #fff;
  border: none;
  opacity: 0.9;
}

.carchex-logo {
  display: inline-block;
  margin: -0.5em 0 0 5em;
  text-align: right;
  width: 120px;
}

.carchex-blog {
  font-size: 0.7em;
}

.carchex-blog .carchex-logo {
  width: 80px;
}

/* start slider */

#carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#slides {
  overflow: hidden;
  position: relative;
  width: 100%;
}

#slides ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

#slides li {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  font-family: lato, sans-serif;
}

/* Styling for prev and next buttons */
.btn-bar {
  max-width: 346px;
  margin: 0 auto;
  display: none;
  position: relative;
  top: 40px;
  width: 100%;
}

#buttons {
  padding: 0 0 5px 0;
  float: right;
}

#buttons a {
  text-align: center;
  display: block;
  font-size: 50px;
  float: left;
  outline: 0;
  margin: 0 60px;
  text-decoration: none;
  display: block;
  padding: 9px;
  width: 35px;
}

a#prev:hover,
a#next:hover {
  color: #fff;
  text-shadow: 0.5px 0px #b14943;
}

.quote-phrase,
.quote-author {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 20px;
}

.quote-phrase {
  height: 120px;
  font-size: 24px;
  font-style: italic;
}

.quote-marks {
  font-size: 30px;
  padding: 0 3px 3px;
  position: inherit;
}

.quote-author {
  font-style: normal;
  font-size: 20px;
  height: 30px;
}

.quoteContainer,
.authorContainer {
  display: table;
  width: 100%;
}

.gate {
  display: none;
}

.gated {
  height: 600px;
  overflow-y: hidden;
  position: relative;
}

.gated .gate {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  display: block;
  height: 600px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.gate_cta {
  background: #0069B5;
  border-radius: 6px;
  margin: 0 auto;
  max-width: 440px;
  padding: 0.25em 1.5em 1em 1.5em;
  position: relative;
  top: 60%;
  text-align: center;
  transform: translateY(-50%);
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.8), 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.gate_cta button {
  background: #3197d6;
  border: none;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 18px;
  margin: 0 auto 18px;
  padding: 13px 33px;
}

.gate_cta .gate-skip {
  color: #93a1af;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

/*
                .gate_cta .gate-skip:hover {
                        text-decoration: underline;
                }
		*/
.gate_cta h3 {
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}

.gate_cta input {
  border: 1px solid #d6dde3;
  border-radius: 2px;
  font-size: 18px;
  margin-bottom: 23px;
  padding: 13px;
  width: 100%;
}

.gate_cta p {
  color: #fcfcfc;
  font-size: 1em;
  margin-bottom: 23px;
  text-align: center;
}

.ce-grade {
  width: 144px;
  height: 144px;
  color: white;
  font-size: 50px;
  font-weight: 800;
  line-height: 144px;
  text-align: center;
  background-color: #EAEAEB;
}

.ce-grade-info {
  margin: 2em 4em;
}

.ce-grade-desc {
  padding-left: 4em;
}

.dealer-breadcrumb {
  margin: 2em 0 -2em 0.25em;
  padding-bottom: 0.5em;
  color: #999;
}

.other-costs-title {
  margin: 0 0 -0.75em 0;
}

.dealer-listing-left {
  margin-top: 0.75em;
}

.dealer-listing-middle {
  margin-top: -0.25em;
}

.car-info-table {
  padding: 0;
  margin: 0;
  font-size: 1.2em;
}

.nav-select-options {
  height: 44px;
  width: 111px;
  padding: 0 4px;
  margin: auto 1px;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #7A7884;
  border-radius: 4px;
  background-color: white;
  color: #7A7884;
}

.nav-select-submit {
  height: 44px;
  width: 96px;
  margin: auto 1px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #0069B5;
  color: #0069B5;
  border-radius: 8px;
  background-color: transparent;
}

.footer-copy {
  margin-top: 10px;
}

th {
  font-weight: normal;
}

.content-box p {
  margin: 24px 0;
}

.content-box h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}

.content-box {
  margin: 24px 0;
  padding: 0;
}

#calculator {
  display: block;
}

.select-grid-3,
.select-grid-4,
.select-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 16px;
}

.select-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.select-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.form-control {
  color: #4A495C;
  border: solid 1px #7A7884;
  border-radius: 4px;
  font-size: 14px;
  padding: 11px 16px;
  height: auto !important;
}

.calculator-fields {
  margin-bottom: 8px;
}

.select-grid-3,
.select-grid-4,
.select-grid div div {
  text-transform: uppercase;
  font-size: 14px;
  color: #4A495C;
  margin-bottom: 4px;
  letter-spacing: 1.6px;
}

h3 {
  font-weight: bold;
  font-size: 24px;
  margin: 24px 0;
}

.mpg-table th {
  width: 20%;
}

.mpg-table td {
  height: 88px;
  vertical-align: middle !important;
  font-size: 16px;
}

.mpg-table td:nth-child(n+3) {
  color: #0069B5;
}

.cta-blue,
.cta {
  border-radius: 2px;
  background: #FFECD1;
  padding: 40px;
  text-align: left;
}

.cta.blue {
  background: #DCF1F9;
}

.cta div:nth-child(1) {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 12px;
  max-width: 600px;
}

.cta div:nth-child(2) {
  font-size: 18px;
}

.cta form {
  margin-top: 8px;
}

.cta input,
.cta select {
  height: 44px;
  font-size: 14px;
  border: 1px solid #7A7884;
  border-radius: 4px;
  background-color: white;
  color: #7A7884;
  padding: 0 12px;
  margin-right: 12px;
}

.top-ce-bar{
 width: 100%;
 height: 60px;
 padding: 20px; 
 background: #0169FF;
 border-bottom: 1px #C9C9CC solid;
 color:#ffffff;
 font-size: 14px;
 font-weight: 500;
 line-height: 21px;
}

.top-ce-bar a{
 color:#ffffff;
}

.top-ce-bar-left{
 padding-left: 10px;
 display: inline-block;
 float: left;
}

.top-ce-bar-right{
 display: inline-block;
 float: right;
}

.top-ce-bar-center{
 display: inline-block;
 float: center;
 text-align:center;
 width:100%;
}

@media (max-width: 9999px) {
  .bigScreen {
    display: block;
  }

  .smallScreen {
    display: none;
  }

  .bigInline {
    display: inline-block;
  }
}

@media screen and (max-width: 1200px) {
  .carchex-promo {
    margin: 1.5em 0;
    height: 330px;
    width: 100%;
    border: 6px solid #2680b0;
    background: url(/images/site/carchex-bg-sm.jpg);
  }

  .carchex-promo-title {
    margin: 0.5em 1em 2em 1em;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
  }

  .carchex-promo-text {
    margin: 1em 2em;
    color: #000;
    font-size: 1em;
  }

  .carchex-button {
    background-color: #ce0404;
    padding: 8px 16px;
    text-align: center;
    margin: 1em 2em;
    border-radius: 8px;
    font-size: 1.2em;
    color: #fff;
    border: none;
    opacity: 0.9;
  }

  .carchex-logo {
    display: inline-block;
    margin: 0.5em 1em 2em 0;
    text-align: right;
    width: 120px;
    float: right;
  }
}

@media screen and (min-width: 1120px) {
  .navbar {
    display: flex !important;
    justify-content: space-between !important;
    height: 76px !important;
    align-items: center !important;
    flex-grow: 1 !important;
    flex-basis: 0 !important;
  }

  .main-nav {
    display: flex;
    margin: 0 150px 0 0;
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 0.5;
    flex-basis: 0;
    line-height: 24px;
  }

  .main-nav li {
    margin: 0;
    border: none;
  }

  .nav-select {
    position: absolute;
    top: 0;
    right: 10px;
    margin-top: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .mm-options {
    margin-right: 1px;
  }

  .logo,
  .logo a {
    margin-top: 0;
    margin-left: 12px;
    display: inline-block;
    font-size: 24px;
    text-decoration: none;
    width: 140px;
    color: #fff !important;
  }

  .logo:hover,
  .nav-links:hover {
    color: rgba(255, 255, 255, 1);
  }
}

@media screen and (max-width: 1119px) {
  .navbar-toggle {
    display: block;
  }

  .nav-select {
    width: 100%;
    display: inline-block;
    text-align: center;
  }

  .nav-select-submit {
    vertical-align: top;
    height: 30px !important;
    width: 100px !important;
    margin: 0 0 -30px 0 !important;
    padding: 0 10px;
    font-size: 14px !important;
    font-weight: 600;
    border: 1px solid #0069B5;
    color: #0069B5;
    border-radius: 4px; 
    background-color: #ffffff;
  }

  .main-nav {
    margin-right: 0;
  }

  .main-nav li{
   margin-left:-10px;
   padding:8px;
   border-bottom: 1px solid #0051c3;
   width:95%;
  }

  .nav-links{
    color:#ffffff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
  }

  .nav-dropdown-content a:hover {
    display: none;
  }

  .nav-dropdown:hover .nav-dropdown-content {
    display: none;
  }

  .bigScreen,
  .smallScreen {
    display: none;
  }

  .medScreen {
    display: block;
  }
}

.reportCta {
  display: flex;
}

.reportCta > :first-child {
  background: #a1cefb;
  padding: 16px;
}

.reportCta > :first-child > :first-child {
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 12px;
  line-height: 1.1em;
  color: black;
  width: 240px;
}

.reportCta iframe {
  margin-bottom: -60px;
}

.reportCta > :first-child > :nth-child(2) {
  font-size: 1.1em;
}

.reportCta img {
  width: 100%;
}

.reportCtaImages {
  display: flex;
  align-items: center;
}
.reportCtaImages img:first-child {
  display: none;
}

.listings-cta, .report-may-cta, .buying-cta {
  display: flex;
}

.buying-cta {
  justify-content: space-between;
}

.listings-cta img {
  width: 250px;
}

.report-may-cta img {
  width: 240px;
  margin-right: 24px;
}

.buying-cta-data {
  text-align: left;
}

.buying-cta img {
  width: 300px;
  margin-left: 24px;
}

.listings-cta-data > :first-child {
  font-weight: bold;
  font-size: 24px;
  margin-top: 30px;
}

.buying-cta-data > :first-child {
  font-weight: bold;
  font-size: 22px;
  margin-top: 8px;
}

.buying-cta-data span {
  color: #0169FF;
}

.report-may-cta-data > :first-child {
  font-weight: bold;
  font-size: 24px;
  margin-top: 15px;
}

.listings-cta-data > :nth-child(2) {
  font-family: Inter;
}

.listings-cta select {
  padding: 8px 12px;
  height: 46px;
  font-size: 14px;
  margin: 0;
  margin-right: 12px;
  width: 180px;
}

.listings-cta form input[type=submit] {
  margin-left: 8px; 
}

.listings-cta form {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

@media (max-width: 764px) {
  .reportCta {
    flex-direction: column;
  }
  .reportCtaImages img:first-child {
    display: block;
  }
  .reportCtaImages img:last-child {
    display: none;
  }
}

@media (max-width: 1200px) {
  #home-search-wrapper {
    margin: 0;
  }

  .partner-listing-left {
    width: 30%;
  }

  .partner-listing-middle {
    width: 50%;
  }

  .news-list-inner {
    margin-left: 2em;
  }
}

@media (max-width: 992px) {

  .select-grid-3,
  .select-grid-4,
  .select-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .home-video {
    margin: 0 0 2em 0;
  }

  .ce-grade {
    margin: 12px 0;
  }

  .ce-grade-info-letter {
    text-align: center;
    margin: 1em 25%;
  }

  .ce-grade-info {
    margin: 2em 2em;
  }

  .ce-grade-desc {
    padding-left: 0;
  }

  header .logo {
    display: table-cell;
    margin: 16px 16px 0 0;
  }

  .bigMenu {
    font-size: 14px;
  }

  .partner-listing-heading {
    margin: 1em 0 0.5em 0;
  }

  .partner-listing-zip-form {
    font-size: 0.9em;
    margin: -0.5em 0 0.75em 0;
    padding: 0 0 0 0;
  }

  .partner-listing-middle {
    text-align: left;
  }

  #home-search-wrapper {
    margin: 0;
  }

  .listing-main,
  .listing-right {
    text-align: center;
  }

  footer .copyright {
    text-align: center;
  }

  .rankings-list {
    text-align: center;
    font-size: 1.2em;
  }

  .rankings-small {
    display: block;
  }

  .rankings-sub-title {
    margin-top: 15px;
  }

  .car-models,
  .rank-links,
  .related_models {
    font-size: 1.3em;
  }

  .car-logo {
    width: 100px;
    margin: 0;
  }

  .best-to-buy {
    font-size: 0.8em;
  }

  .best-to-buy-bold {
    margin-bottom: 1em;
  }

  .all-nameplates {
    margin: 0;
  }

  .car-listing-info {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
  }

  .car-listing-details,
  .car-listing-promo {
    width: 100%;
    text-align: center;
  }

  .news-box {
    margin: 0;
    padding: 0.5em 1.5em;
    box-shadow: none;
    width: 100%;
  }

  .content-box,
  .side-box {
    margin: 0;
    padding: 0.5em 2em;
    /* text-align: center;*/
    box-shadow: none;
    width: 100%;
  }

  .content-box {
    margin-bottom: 2em;
  }

  .other-thumb {
    margin: 0.5em 0;
    width: 300px;
  }

  .side-box {
    margin: 2em 0;
  }

  .side-box-text {
    /* font-size: 1.5em;*/
  }

  .info-box {
    margin: 0.75em;
  }

  .make-models {
    display: block;
    margin: 0 0 0.75em 0;
    font-size: 1.75em;
  }

  .make-logo {
    width: 140px;
  }

  .chart-title {
    margin: -0.5em 0.5em 0.5em 0.5em;
    padding: 0;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 900;
    font-size: 2em;
    color: #4a495c;
  }

  .section-title {
    margin: 0.5em 1em;
    padding: 0;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 900;
    font-size: 2em;
    color: #4a495c;
  }

  .chart-box {
    margin: 0;
    padding: 0.25em 0 0 0.75em;
    box-shadow: none;
    width: 100%;
  }

  .car-photo-box {
    margin: 1em 0.5em;
    padding: 0;
    box-shadow: none;
    width: 97%;
  }

  .news-sidebar {
    margin: 2em 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .news-li-item {
    padding: 0 5px 0 10px;
  }

  .news-footer,
  div.news-li-item {
    text-align: left;
  }

  .news-thumb {
    margin: 0 1em;
    max-width: 280px;
  }

  .page-title,
  .page-sub-title {
    text-align: center;
    margin: 0;
    padding: 0 1em 0.5em 1em;
  }

  .news-listing-containter {
    margin: 0;
    padding: 0 1em 0.5em 1em;
  }

  .first-name {
    padding-left: 12px;
    padding-right: 15px;
  }

  .last-name {
    padding-left: 0;
    padding-right: 22px;
  }

  .home-form,
  .home-news {
    margin: 1.5em 0 1.5em 0;
    padding: 2px 6px;
    width: 100%;
    box-shadow: none;
    text-align: center;
    font-size: 1.2em;
    border-right: none;
    border-left: none;
  }

  .home-ad {
    min-height: 0;
  }

  .home-blocks {
    margin: -1.5em 0 0.5em 0;
  }

  .car-logo-image {
    max-width: 240px;
    margin: 0;
  }

  .right-side {
    padding: 0 15px;
  }

  .compare-title {
    margin: 0 0 0.5em 0;
    padding: 0 1em;
  }

  .compare-select-title {
    margin-top: 0;
    font-size: 1.4em;
  }

  .compare-select-wrapper {
    margin: 0;
  }

  .compare-text {
    margin: 0.5em;
  }

  .compare-about-wrapper {
    margin: 1.5em 0;
  }

  .compare-comparisons-title {
    font-size: 1.4em;
    margin-top: 1.25em;
  }

  .compare-comparisons {
    font-size: 1.3em;
    margin: 0.75em 0;
  }

  .other-news-thumb {
    margin: 0;
    width: 120px;
  }

  a.other-news-title {
    color: #415364;
    font-size: 1.4em;
    font-weight: bold;
  }

  .other-news-more {
    margin-top: 1em;
    font-size: 2em;
    font-weight: bold;
  }

  .lform-split-left {
    padding-left: 0;
    padding-right: 0;
  }

  .lform-split-right {
    padding-left: 0;
    padding-right: 0;
  }

  #listings-search-title {
    margin: 0.5em;
    font-weight: bold;
  }

  .seller-phone {
    text-align: center;
  }

  #home-research {
    margin-bottom: 2em;
  }

  .home-ranks {
    margin: 1.5em 0;
  }

  .home-ranks-right-border {
    border: none;
  }

  .home-news-thumb-container {
    margin-bottom: 2em;
    background-position: top;
  }

  .home-ranks-item {
    text-align: center;
  }

  .ranks-buttons {
    margin: 0 0 1em 0;
    font-size: 0.9em;
  }

  .ranks-buttons-group {
    margin: 1em 0;
  }

  .ranks-top-title {
    margin: 1em 0 1em 0;
    font-size: 1.3em;
  }

  .ranks-top-sub-title {
    margin: 2em 0 1em 0;
    font-size: 1.1em;
  }

  .ranks-top-text {
    padding: 0.5em 0 0.5em 1em;
    font-size: 0.9em;
  }

  .ranks-car-image {
    margin: 0.5em 0 0.5em 0.5em;
    width: 120px;
  }

  .brand-car-image {
    margin: 0.5em 0 0.5em 0.5em;
    max-width: 120px;
  }

  .ranks-logo-image {
    width: 200px;
    margin: 0.5em 0 0.5em 0.5em;
  }

  .footer-left {
    padding: 2em 1em;
  }

  .footer-right {
    padding: 2em 1em;
    margin-bottom: 3em;
  }

  .footer-center {
    padding: 0 2em;
    text-align: left;
  }

  .home-news-link p {
    margin: 0.75em 0 -0.75em 0;
  }

  .compare-chart-legend {
    margin: 1em 0 2em 0;
  }

  .side-news-thumb-container {
    min-height: 300px;
    font-weight: bold;
  }

  .right-wrapper {
    margin: 0 2em;
  }

  .cto-metric-left {
    text-align: center;
  }

  .cto-metric-right {
    text-align: center;
  }

  .cto-ul li {
    margin-left: -1em;
    font-size: 0.85em;
  }

  .dealer-breadcrumb {
    margin: 0.5em 0 0.5em 1.25em;
    padding-bottom: 0.5em;
  }

  .other-costs-title {
    margin: 1em 0 0.5em 0;
  }

  .dealer-listing-middle {
    margin-top: 1em;
  }
}

@media (max-width: 767px) {
  .partner-listing-column {
    width: 100%;
    text-align: center;
  }

  partner-listing-left {
    margin: 0 2em;
    text-align: center;
  }

  .partner-listing-middle {
    text-align: center;
  }

  .partner-listing-photo-img {
    max-width: 280px;
    max-height: 300px;
    margin: 0;
    padding: 0;
  }

  .partner-listing-right {
    display: none;
  }

  .partner-listing-wrapper:hover {
    background-color: #ffffff;
  }

  .faq {
    margin: 0 1.5em;
  }

  .grey_strip ul li {
    margin-bottom: 25px !important;
  }

  .bigScreen,
  .medScreen {
    display: none;
  }

  .smallScreen {
    display: block;
  }

  .bigInline {
    display: none;
  }

  .listing-link {
    margin: 5px 0 10px 0;
  }

  .vehicle-lookup {
    border: none;
    box-shadow: none;
  }

  .home-models {
    text-align: center;
  }

  .pull-left-160 {
    margin-left: 0;
  }

  .car-models,
  .rank-links {
    font-size: 1.6em;
  }

  .model-links {
    font-size: 1.3em;
  }

  .best-to-buy {
    font-size: 1em;
  }

  .car-listing-col {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .car-listing-box {
    padding: 4px;
    width: 100%;
    box-shadow: none;
    text-align: center;
    font-size: 1.2em;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .car-listing-trim {
    padding: 0;
    margin: 10px;
  }

  .car-listing-price {
    padding: 0;
    margin: 5px;
  }

  .car-listing-detail {
    white-space: normal;
  }

  .first-name,
  .last-name {
    padding-left: 6px;
    padding-right: 18px;
  }

  .footer-logo {
    max-width: 300px;
    margin-bottom: 2em;
  }

  .home-process {
    width: 100%;
    padding: 2em 1em;
  }

  .best-to-buy,
  .best-to-buy-bold {
    font-size: 1.6em;
  }

  .car-logo {
    width: 200px;
    margin: 5px;
  }

  .best-models {
    padding: 2em 1em;
  }

  .nuv-box,
  .car-photo-box {
    padding: 1em;
  }

  #DepreciationTableSmall {
    font-size: 1em;
  }

  .news-ul-no-bullets {
    margin: 0;
    padding: 0;
  }

  .news-ul-no-bullets li {
    margin-bottom: 3em;
  }

  .grid-listing {
    font-size: 1.4em;
    margin: 10px 0;
    padding: 16px 12px;
    border: 1px #F4F4F5 solid;
    border-radius: 0;
    box-shadow: none;
    background-color: #ffffff;
  }

  .grid-listing-photo {
    display: block;
    max-width: 372px;
    max-height: none;
    width: 100%;
    margin: 0 auto 10px auto;
    border-radius: 0;
  }

  .rankings-sub-title {
    font-size: 1.8em;
  }

  .about-numbers,
  .info-box p {
    font-size: 1.3em;
  }

  .news-li-item {
    padding-top: 1em;
    font-size: 1.3em;
  }

  .compare-select-title {
    margin-top: 1.75em;
    font-size: 1.4em;
  }

  .compare-text {
    margin-bottom: 1em;
  }

  .compare-chart {
    margin: 1.5em 0;
  }

  .about-small {
    color: #999;
  }

  .news-wrapper {
    margin: 0;
  }

  .other-news-thumb {
    margin: 0 1em 0 0;
    width: 200px;
  }

  .other-news-more {
    margin: 0.5em 0;
  }

  a.other-news-title {
    color: #415364;
    font-size: 1.5em;
    font-weight: bold;
  }

  .other-news-date,
  a.other-news-date {
    font-size: 0.9em;
    color: #bbbbbb;
    font-style: italic;
  }

  #search-header-page {
    padding: 0.25em 0 0 0.5em;
    text-align: center;
  }

  #search-header-sort {
    margin-top: 1em;
    text-align: center;
  }

  .mega-title,
  .big-title {
    margin: 0 0 0.25em 0;
    padding: 0 0.25em;
  }

  .post-text {
    padding: 0 1em;
  }

  .form-control {
    font-size: 18px;
  }

  input[type="checkbox"],
  input[type="radio"] {
    padding: 10px;
    height: 20px;
    width: 20px;
  }

  .small-home-main {
    margin: -1.5em 0 -1em 0;
    background-color: #415364;
  }

  .other-news-mobile-link:hover {
    text-decoration: none;
  }

  .other-news-mobile-hr {
    margin: 0 4em 1em 4em;
    border-top: 1px solid #a2a9ad;
    text-align: center;
    opacity: 0.4;
  }

  .content-box,
  .chart-box,
  .nuv-box,
  .side-box {
    margin-left: 0;
    margin-right: 0;
    border: none;
    box-shadow: none;
  }

  .content-box,
  .nuv-box {
    max-width: 99%;
  }

  .chart-box {
    max-width: 97%;
    text-align: center;
  }

  .side-box-text a {
    font-size: 1.4em;
  }

  .side-title {
    font-size: 1.6em;
  }

  .side-box {
    padding-bottom: 1.5em;
  }

  .compare-to-links {
    font-size: 1.4em;
  }

  .footer-right {
    padding: 1em;
  }

  .footer-copy {
    padding: 1em 0;
  }

  .review-videos {
    max-width: 96%;
  }

  .photos-title {
    margin: 1em 0 -0.25em 0;
  }

  .car-info-table {
    padding: 0;
    margin: 0;
    font-size: 0.9em;
  }
}

@media (max-width: 520px) {
  .bestText,
  .bestYear,
  .bestBar {
    display: none;
  }

  .form-hero {
    background: #ffffff;
    background-color: #ffffff;
    min-height: 800px;
  }

  .form-hero .caption h1 {
    margin: -40px 0 0 0;
  }

  .form-hero .caption h2 {
    margin: 0 0 -20px 0;
  }

  .user-form {
    padding: 60px 10px 10px 0px;
    margin: 0 5px 0 0;
  }

  .to-dep-button {
    margin: 0 15px 0 5px;
  }

  .home-main {
    margin: 0;
    min-height: 140px;
    background-size: 150%;
  }

  .home-main-slogan {
    padding: 1em 0 0 0;
    margin: auto;
    font-size: 2.5em;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 3px 3px 5px #000000;
    text-align: center;
  }

  .footer-logo {
    max-width: 300px;
    margin-bottom: 2em;
  }

  .u1-logo {
    max-width: 330px;
  }

  .home-ranks-item {
    font-size: 1.2em;
  }

  .news-list-thumb {
    max-width: 140px;
    margin: 0 1em 0 0;
  }

  .news-list-box,
  .news-list-box:hover {
    box-shadow: none;
    border: none;
    background-color: #faf9f9;
  }

  .news-list-box-text {
    height: 140px;
  }

  .news-list-box-title h2 {
    font-size: 1.3em;
    margin: 0 0 0.25em 0;
  }

  .news-list-box-summary p {
    font-size: 1.1em;
  }

  .other-news-mobile {
    margin: 1em 0 4em 0;
    padding: 0 1em;
  }

  .other-news-thumb {
    width: 120px;
  }

  .other-news-mobile-thumb {
    margin: 0;
  }

  .other-news-mobile-text {
    margin: 0;
    font-size: 0.9em;
  }

  .other-news-mobile-link:hover {
    text-decoration: none;
  }

  ul.share-buttons {
    margin-top: 2em;
  }

  ul.share-buttons li.bigScreen {
    display: none;
  }

  ul.share-buttons img.share-buttons-icons {
    width: 24px;
  }

  .chart-share {
    top: 2px;
    right: 10px;
  }

  .carchex-promo {
    margin: 1.5em 0;
    height: 360px;
    width: 100%;
    border: 6px solid #2680b0;
  }

  .carchex-promo-title {
    margin: 0.5em 1em 1em 1em;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
  }

  .carchex-promo-text {
    margin: 1em;
    font-size: 0.9em;
  }

  .carchex-button {
    width: 80%;
    margin: 0 10%;
  }

  .carchex-logo {
    display: block;
    margin: 0.5em auto;
    width: 100px;
    float: none;
  }
}

@media (max-width: 414px) {
  .footer-logo {
    max-width: 280px;
    margin-bottom: 2em;
  }
}

@media (max-width: 360px) {
  .grey_strip li {
    display: block;
    width: 100%;
  }

  .div-home {
    margin: 30% 0 -100px 0;
  }

  .hero .caption h1 {
    padding-top: 40px;
  }

  .footer-logo {
    max-width: 240px;
    margin-bottom: 2em;
  }
}


@media screen and (max-width: 1360px) {
 .nav-select-options {
    height: 30px;
    width: 90px;
    padding: 0 2px;
    font-size: 12px;
    font-weight: 300;
 }
 .nav-select-submit {
    height: 30px;
    width: 72px;
    font-size: 12px;
 }
 .main-logo img {
   height: 30px;
 }
 .nav-links {
  font-size:14px;
 }
}


select::-ms-expand {
  display: none;
}

/* Extended-warranty CSS start */
.warranty-widget-card {
  padding: 32px !important;
  max-width: 1140px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05),
  0px 4px 8px rgba(48, 49, 51, 0.1) !important;
  border-radius: 4px !important;
  border: none !important;
  margin-top: 64px;
}

.widget-text-padding {
  padding: 0 24px !important;
}

.title-text-h1 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  color: #0069B5;
  margin-bottom: 0;
}

.title-text-h2 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 150%;
  color: #0069B5;
  margin-bottom: 32px;
}

.title-text-h3 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 150%;
  color: #0069B5;
  margin-bottom: 0;
}

.title-text-h4 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  color: #0069B5;
}

.buy-insurance-how-it-works-card-title {
  color: #333333 !important;
}

.extended-page-title-subtext,
.testimonial-title {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #333333;
}

.extended-page-title-subtext {
  margin-bottom: 32px;
}

.testimonial-title {
  margin-top: 32px;
  color: #0069B5 !important;
}

.extended-trust-container {
  margin-bottom: 32px;
}

.extended-trust-container > h5,
.title-text-h5,
.key-areas-coverage-subText,
.buy-insurance-subText {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #0069B5;
}

.key-areas-coverage-subText {
  font-weight: 500 !important;
  color: #333333 !important;
}

.buy-insurance-subText {
  color: #0069B5 !important;
}

.key-areas-coverage-subText > span {
  font-weight: 500 !important;
  color: #0069B5 !important;
}

.extended-trust-container > h6,
.road-assistance-text,
.road-assistance-subText,
.title-text-h6,
.electricity-note-title,
.buy-insurance-label {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #0069B5;
}

.buy-insurance-label {
  font-weight: 300 !important;
  color: #0069B5 !important;
}

.buy-insurance-input {
  padding: 14px 16px;
  gap: 8px;
  width: 100%;
  max-width: 343px;
  height: 64px;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 8px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  color: #333333;
  outline: none;
  margin-top: 16px;
}

.buy-insurance-button {
  padding: 0px 24px;
  gap: 4px;
  width: 100%;
  max-width: 343px;
  height: 52px;
  background: #0069B5;
  border-radius: 8px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 16px;
}

.buy-insurance-call-text {
  color: #0069B5 !important;
}

.buy-insurance-call-text > span {
  color: #0069B5 !important;
}

.buy-insurance-how-it-works-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 16px;
  gap: 16px;
  width: 100%;
  background: #faf9f9;
  border-radius: 24px;
  margin: 32px 0;
}

.how-it-works-card-subText {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
  text-align: center;
}

.how-it-works-card-subText-width {
  max-width: 695px;
  width: 100%;
  margin: 32px 0 0 0;
}

.how-it-works-card-subText > a {
  color: #0069B5 !important;
}

.how-it-works-card-step-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 16px;
}

.how-it-works-card-step1,
.how-it-works-card-step2,
.how-it-works-card-step3,
.how-it-works-card-step4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 215px;
  width: 100%;
}

.electricity-note-title,
.how-it-works-card-title {
  font-weight: 700 !important;
  color: #0069B5 !important;
}

.road-assistance-number {
  margin-top: 24px;
}

.road-assistance-subText {
  margin-top: 32px;
  color: #0069B5 !important;
}

.extended-trust-container > h5,
.extended-trust-container > p {
  margin-bottom: 24px;
}

.extended-trust-container > h6 {
  margin-bottom: 8px;
}

.extended-trust-container > p,
.need-extended-warranty-text,
.testimonial-text,
.coverage-highlights-items-text,
.key-areas-coverage-item-text,
.electricity-note-text,
.paragraph-text,
.how-it-works-card-title {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}

.paragraph-text > a {
  color: #0069B5 !important;
}

.key-areas-coverage-item-text {
  margin-top: 16px;
  max-width: 800px;
  width: 100%;
}

.coverage-exclusions-text-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 800px;
  width: 100%;
  margin-top: 32px;
}

.testimonial-text {
  margin-top: 24px;
}

.road-assistance-text {
  margin-bottom: 0;
}

.coverage-highlights-items-text {
  color: #0069B5 !important;
  font-weight: 600 !important;
}

.road-assistance-container {
  min-width: 250px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.road-assistance-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}

.road-assistance-card,
.trust-text-card,
.need-extended-warranty-card,
.testimonial-card,
.coverage-highlights-card,
.warranty-coverage-details-card,
.key-areas-coverage-card,
.coverage-exclusions-card,
.buy-insurance-card {
  padding: 64px;
  max-width: 1140px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05),
  0px 4px 8px rgba(48, 49, 51, 0.1);
  border-radius: 4px;
  margin-bottom: 24px;
}

.buy-insurance-card,
.buy-insurance-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.buy-insurance-form {
  margin-top: 32px;
  gap: 16px;
}

.assistance-card {
  padding: 32px;
  gap: 8px;
  width: 100%;
  background: #faf9f9;
}

.need-extended-warranty-card {
  background: #0069B5 !important;
}

.testimonial-card {
  background: #0069B5 !important;
}

.color-white {
  color: #ffffff !important;
}

.need-extended-warranty-text-container {
  width: 250px;
}

.need-extended-warranty-text-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 88px;
}

.view-details-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  display: flex;
  justify-content: center;
  text-decoration-line: underline;
  color: #0069B5;
  margin-top: 64px;
}

.testimonial-text-card {
  padding: 32px 32px 72px;
  background: #ffffff;
  border-radius: 16px;
}

.coverage-image-style {
  width: 100%;
}

.coverage-highlights-items-wrapper {
  display: none;
}

.coverage-highlights-items-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 0px;
  gap: 8px;
  max-width: 311px;
  width: 100%;
  background: #faf9f9;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  margin: 32px 0;
}

.key-areas-coverage-item-card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 24px;
  max-width: 1012px;
  width: 100%;
  background: #faf9f9;
  border-radius: 4px;
  margin-top: 32px;
}

.electricity-note-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  max-width: 1012px;
  width: 100%;
  background: #faf9f9;
  border-radius: 4px;
  margin-top: 32px;
}

@media (max-width: 1024px) {
  .road-assistance-wrapper {
    margin-top: 32px !important;
    flex-direction: column;
    gap: 32px;
  }

  .need-extended-warranty-text-wrapper {
    margin-top: 48px !important;
    flex-direction: column;
    gap: 16px;
  }

  .coverage-image-style {
    display: none !important;
  }

  .road-assistance-card,
  .trust-text-card,
  .need-extended-warranty-card,
  .testimonial-card,
  .coverage-highlights-card,
  .warranty-coverage-details-card,
  .key-areas-coverage-card,
  .coverage-exclusions-card,
  .buy-insurance-card {
    padding: 32px !important;
  }

  .coverage-highlights-items-wrapper {
    display: block;
  }
}

#getQuoteEstimateBtn {
  background-color: #0378cd !important;
  border-color: #0378cd !important;
}

.fade {
  opacity: 1 !important;
}

.popover > .arrow {
  border-width: 0px !important;
}

.popover-body {
  border: none !important;
}

.cBcBID {
  border: 1px solid #d9d9d9 !important;
  border-radius: 0.4rem !important;
  font-weight: 400 !important;
  font-size: 1.5rem !important;
  line-height: 165% !important;
}

.jLfClo {
  font-weight: 400 !important;
  font-size: 1.5rem !important;
  line-height: 165% !important;
}

.promotionBanner {
  text-align: center;
  background-color: #FBD037;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
}

.promotionBanner > a {
  text-decoration: none;
  color: #4A495C;
}

.slidein {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background-color: #004171;
  font-family: Inter, sans-serif;
  background-image: url(/images/site/slidein-bg.png);
  background-size: cover;
  padding: 32px;
  color: white;
  transform: translateX(300px);
  animation: slide 1s forwards;
  animation-delay: 2s;
}

.slideinFast {
  animation-delay: 0.1s;
}

@keyframes slide {
  100% { transform: translateX(0); }
}

.slideinHeader {
  font-size: 25.61px;
  line-height: 28.5px;
  font-weight: 900;
}

.slideinHeader span {
  font-style: italic;
}

.slidein ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 12px;
}

.slidein li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 11.38px;
}

.slidein li :first-child {
  margin-right: 4px;
}

.slidein form {
  display: flex;
  justify-content: space-between;
}

.slidein input {
  border-radius: 6px;
  outline: none;
  border: none;
}

.slidein input[type=email] {
  width: 167px;
  padding: 8px 0 8px 16px;
  font-family: Inter, sans-serif;
  color: black;
}

.slidein input[type=submit] {
  font-weight: 900;
  color: white;
  background-color: #0169FF;
  font-size: 11.38px;
  padding: 10px;
}

.slideinDisclaimer {
  font-size: 6.4px;
  margin-top: 6px;
}

.slideinDisclaimer a {
  color: white;
  text-decoration: underline;
}

.hiddenInput {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.slideinThanks {
  width: 171px;
  text-align: center;
  margin: 70px auto 0;
}

.slideinSubheader {
  font-weight: 500;
  font-size: 11.38px;
  margin-top: 8px;
}

.slideinClose{
  float:right;
  color:#fff;
  display:inline-block;
  font-weight:bold;
  margin:-20px -10px 0 0;
}

.slideinClose:hover{
  cursor: pointer;
}
