.cary-logo {
  color: #263238;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
}
.cary-logo strong {
  color: #09a0f7;
  display: block;
  font-size: 27px;
  font-weight: 700;
}
.cary-logo span {
  color: #5d6e7b;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  letter-spacing: .18em;
  margin-top: 6px;
}
.navigation .logo {
  min-width: 245px;
  padding-left: 24px;
  padding-right: 24px;
}
.navigation .contact {
  float: right;
}
.navigation .contact a {
  background: #f7d809;
  color: #263238;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 44px;
  line-height: 44px;
  padding: 0 17px;
  position: static;
  text-align: center;
  width: auto;
}
.navigation .contact a strong {
  color: #263238;
  display: inline;
  font-size: 14px;
  line-height: inherit;
}
.navigation .contact a i {
  color: #263238;
  margin-right: 8px;
}
.main-nav ul > li > a {
  font-size: 13px;
  padding-left: 12px;
  padding-right: 12px;
}
.welcome .slide > .inner {
  height: 750px;
}
.welcome .slide {
  background-color: #27333a;
  background-position: center;
  position: relative;
}
.welcome .slide:before {
  background: linear-gradient(90deg, rgba(25,34,40,.84), rgba(25,34,40,.42), rgba(25,34,40,.18));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cary-hero-copy {
  color: #fff;
  max-width: 650px;
  position: relative;
  z-index: 2;
}
.cary-hero-copy .eyebrow {
  color: #8ed5ff;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  letter-spacing: .12em;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.cary-hero-copy h1 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 22px;
  text-transform: uppercase;
}
.cary-hero-copy p {
  color: rgba(255,255,255,.92);
  font-size: 19px;
  line-height: 31px;
  margin-bottom: 30px;
  max-width: 600px;
}
.cary-hero-actions .button {
  margin-right: 12px;
  margin-bottom: 12px;
}
.cary-search-panel .tabpanel {
  border: 0;
}
.cary-search-panel .section-tab .nav-tabs > li > a {
  font-size: 16px;
  min-width: 175px;
}
.cary-search-panel .banner-form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}
.cary-search-panel .banner-form .item {
  box-sizing: border-box;
  border-right-color: rgba(255,255,255,.18);
  float: none;
  margin: 0;
  max-width: 100%;
  padding: 0 14px;
  width: 200px;
}
.cary-search-panel .banner-form select {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 0;
  box-shadow: 0 8px 22px rgba(15,29,38,.22);
  color: #263238;
  font-weight: 600;
  font-size: 14px;
  height: 50px;
  padding: 0 16px;
  width: 100%;
}
.cary-search-panel .banner-form .button {
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.cary-search-panel .banner-form select:focus,
.cary-search-panel .banner-form select:hover {
  border-color: #f7d809;
  outline: none;
}
.cary-filter-row select {
  -webkit-appearance: none;
  appearance: none;
  background: #2e566e;
  border: 1px solid #44728e;
  border-radius: 0;
  color: #fff;
  height: 44px;
  padding: 0 14px;
  width: 100%;
}
.cary-filter-row select {
  background: #fff;
  color: #5d6e7b;
}
.cary-search-panel .banner-form option {
  color: #263238;
}
.cary-home-intro {
  padding-bottom: 0;
}
.cary-home-intro .inner {
  padding-bottom: 34px;
}
.cary-home-intro .main-heading {
  margin-bottom: 22px;
}
.cary-home-intro p {
  margin-left: auto;
  margin-right: auto;
  max-width: 790px;
}
.cary-home-results .inner {
  padding-top: 54px;
}
.cary-card-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 15px;
}
.featured-car,
.listing {
  background: #fff;
  box-shadow: 0 12px 34px rgba(38,50,56,.11);
  height: 100%;
}
.featured-car .image,
.listing .image {
  background: #eef4f7;
  overflow: hidden;
  position: relative;
}
.featured-car .image img,
.listing .image img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}
.photo-count {
  background: rgba(38,50,56,.82);
  border-radius: 2px;
  bottom: 12px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 7px 9px;
  position: absolute;
  right: 12px;
}
.featured-car .content,
.listing .content {
  min-height: 190px;
  padding: 20px;
}
.featured-car .content .title,
.listing .content .title {
  min-height: 54px;
}
.featured-car .content .title a,
.listing .content .title a {
  color: #263238;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
}
.vehicle-meta {
  color: #5d6e7b;
  font-size: 14px;
  margin: 6px 0 12px;
}
.vehicle-card-actions {
  margin-top: 14px;
}
.cary-why .service {
  min-height: 215px;
  float: none;
  padding: 0 18px;
  width: 100%;
}
.cary-why .service p {
  margin-left: auto;
  margin-right: auto;
  max-width: 210px;
}
.cary-about-band .call-to-action {
  margin-top: 10px;
}
.page-title .title {
  font-family: "Oswald", sans-serif;
}
.inventory-intro {
  margin-bottom: 34px;
}
.cary-filter-row {
  align-items: center;
  background: #f5f9fb;
  border: 1px solid #dce7ec;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
  padding: 18px;
}
.cary-filter-row .filter-item {
  min-width: 170px;
}
.cary-filter-row .filter-actions {
  margin-left: auto;
}
.listings .listings-grid,
.listings-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}
.listings .listings-grid:before,
.listings .listings-grid:after,
.listings-grid:before,
.listings-grid:after {
  display: none;
}
.listings .listings-grid .listing,
.listings.related-vehicles .listings-grid .listing,
.listings-grid .listing {
  float: none;
  margin: 0;
  max-width: none;
  padding: 0;
  width: auto;
}
.listings .listings-grid .listing .content {
  min-height: 218px;
  padding: 24px;
  padding-bottom: 24px;
}
.listings .listings-grid .listing .content .title {
  min-height: 58px;
}
.listings .listings-grid .listing .content .price {
  display: inline-block;
  line-height: 36px;
  margin-top: 8px;
  padding: 0 14px;
  position: static;
}
.listing .price span,
.featured-car .price span,
.car-details .price span {
  color: #88949b;
  font-size: 13px;
  font-weight: 300;
}
.main-car-details .item {
  border-bottom: 1px solid #e7eef2;
}
.car-details .title {
  color: #263238;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}
.car-details .image {
  background: #eef4f7;
  margin-bottom: 20px;
  position: relative;
}
.car-details .image img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}
.detail-gallery-thumbs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 30px;
}
.detail-thumb {
  background: #eef4f7;
  border: 3px solid transparent;
  cursor: pointer;
  height: 82px;
  overflow: hidden;
  padding: 0;
}
.detail-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.detail-thumb.active,
.detail-thumb:focus {
  border-color: #09a0f7;
  outline: none;
}
.detail-disclaimer {
  background: #f5f9fb;
  border-left: 4px solid #09a0f7;
  color: #5d6e7b;
  margin-top: 22px;
  padding: 16px 18px;
}
.footer .twitter,
.footer form {
  display: none;
}
.footer .top {
  padding-top: 76px;
}
.footer .bottom {
  padding: 24px 0;
}
.responsive-menu {
  left: 100%;
  right: auto;
  width: 100%;
}
.responsive-menu.open {
  left: 0;
}
.footer-address li {
  margin-bottom: 12px;
}
.footer-links li {
  border-bottom: 1px solid rgba(255,255,255,.08);
  margin-bottom: 11px;
  padding-bottom: 11px;
}
.footer-links a {
  color: #a9bcc9;
  display: inline-block;
  font-size: 15px;
}
.footer-links a:hover,
.footer-links a:focus {
  color: #09a0f7;
}
.legal-page .inner {
  padding-top: 72px;
}
.legal-page .legal-shell {
  background: #fff;
  border: 1px solid #e0e8ed;
  box-shadow: 0 16px 40px rgba(38,50,56,.08);
  padding: 46px 54px;
}
.legal-page .legal-updated {
  color: #7e909b;
  font-size: 13px;
  letter-spacing: .08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.legal-page .legal-intro {
  color: #5d6e7b;
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 36px;
}
.legal-page .legal-section {
  border-top: 1px solid #e8eff3;
  padding: 28px 0 4px;
}
.legal-page .legal-section h3 {
  color: #263238;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.legal-page .legal-section p {
  color: #5d6e7b;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 15px;
}
.legal-page .legal-note {
  background: #f5f9fb;
  border-left: 4px solid #09a0f7;
  color: #5d6e7b;
  margin-top: 34px;
  padding: 18px 22px;
}
.hidden-by-filter {
  display: none !important;
}
.no-results {
  background: #f5f9fb;
  border: 1px solid #dce7ec;
  color: #5d6e7b;
  display: none;
  margin-top: 20px;
  padding: 24px;
  text-align: center;
}
.no-results.show {
  display: block;
}
@media (max-width: 1199px) {
  .cary-card-grid,
  .listings .listings-grid,
  .listings-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .navigation .logo {
    min-width: 220px;
  }
  .main-nav ul > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 991px) {
  .cary-card-grid,
  .listings .listings-grid,
  .listings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .welcome .slide > .inner {
    height: 660px;
    padding-top: 130px;
  }
  .cary-hero-copy h1 {
    font-size: 48px;
  }
  .detail-gallery-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .navigation {
    height: 150px;
  }
  .navigation .logo {
    height: 82px;
    min-width: 100%;
    text-align: center;
  }
  .navigation .contact {
    float: left;
  }
  .responsive-menu-open {
    top: 101px;
  }
  .welcome {
    margin-top: 150px;
  }
  .welcome .slide > .inner {
    height: 620px;
    padding-top: 90px;
  }
  .cary-hero-copy h1 {
    font-size: 38px;
  }
  .cary-hero-copy p {
    font-size: 17px;
    line-height: 27px;
  }
  .cary-home-intro {
    padding-bottom: 24px;
  }
  .cary-search-panel .banner-form .item,
  .cary-filter-row .filter-item {
    max-width: 100%;
    width: 100%;
  }
  .cary-filter-row .filter-actions {
    margin-left: 0;
    width: 100%;
  }
  .cary-card-grid,
  .listings .listings-grid,
  .listings-grid {
    grid-template-columns: 1fr;
  }
  .featured-car .image img,
  .listing .image img {
    height: 250px;
  }
  .car-details .image img {
    height: 300px;
  }
  .detail-gallery-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .detail-thumb {
    height: 72px;
  }
  .legal-page .legal-shell {
    padding: 30px 24px;
  }
  .legal-page .legal-section h3 {
    font-size: 21px;
  }
  .page-title {
    margin-top: 150px;
  }
}
