@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
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, font, 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 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
table {
  border-collapse: collapse;
  width: 100%; }

td {
  vertical-align: top; }

/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {
  display: block; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
/*-------- COLORS --------

*/
/***** END RESET *****/
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
/*---These are Variables. They are being used in place of the hex color easily changes site colors but updating these variables----*/
/*----These are Mixins. They work similarly to variables and are plugged in using @include in place of the CSS----*/
/*-------- BODY STYLES --------*/
* {
  box-sizing: border-box; }

body {
  font-family: "Roboto", sans-serif; }

.pad {
  padding: 5% 10px !important; }

h1, h2, h3, h4, h5 {
  font-family: "urbane-condensed", sans-serif; }

a {
  text-decoration: none !important; }

.btn {
  display: inline-block;
  padding: 14px 30px;
  font-size: 15px;
  background: #da1818;
  color: #fff;
  font-weight: 400;
  border-radius: 5px;
  border: none; }
  .btn i {
    color: #fff;
    padding-left: 10px;
    font-size: 16px;
    transition: .3s ease; }
  .btn:hover i {
    padding-left: 20px;
    transition: ease-out .3s; }

/*--- HEADER STYLES ---------------------*/
header {
  width: 100%;
  background: #01091B; }

.header {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px; }

.logo {
  width: 100%;
  max-width: 240px; }
  .logo img {
    width: 100%; }

/*--------Hero---------*/
.hero {
  width: 100%;
  height: 720px;
  position: relative;
  background: #000; }
  .hero img {
    width: 100%;
    height: 100%;
    background: #000;
    object-fit: cover;
    filter: brightness(0.4); }

.hero-text {
  position: absolute;
  z-index: 120;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1400px;
  width: 98%;
  color: #fff; }
  .hero-text h1 {
    font-size: 52px;
    font-weight: 600;
    color: #fff;
    line-height: 55px;
    font-family: "urbane-condensed", sans-serif; }
    .hero-text h1 span {
      color: #da1818; }
    @media only screen and (max-width: 700px) {
      .hero-text h1 {
        font-size: 40px;
        line-height: 45px; } }
    @media only screen and (max-width: 500px) {
      .hero-text h1 {
        font-size: 32px;
        line-height: 38px; } }
  .hero-text p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-family: "Roboto", sans-serif;
    color: #fff !important;
    max-width: 650px;
    padding: 20px 0; }
  .hero-text hr {
    margin: 0;
    width: 100%;
    max-width: 750px;
    border: solid .5px #b9b9b9;
    margin: 20px 0; }
  .hero-text ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style: disc; }
    .hero-text ul li {
      margin-right: 20px;
      font-size: 15px;
      list-style: disc;
      color: #fff;
      font-size: 14px;
      padding: 10px;
      display: inline-block; }
  .hero-text .btn {
    margin: 20px 0; }

.wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box; }

.why-top {
  width: 1005;
  text-align: center;
  margin: 0 auto 40px auto; }
  .why-top h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    line-height: 36px;
    font-family: "urbane-condensed", sans-serif; }
    @media only screen and (max-width: 600px) {
      .why-top h2 {
        font-size: 25px;
        line-height: 30px; } }
    .why-top h2 span {
      color: #da1818;
      font-size: 18px;
      font-weight: 400; }
  .why-top p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-family: "Roboto", sans-serif;
    max-width: 650px;
    margin: 20px auto 0 auto; }

.why-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 80px;
  width: 100%;
  margin-bottom: 40px;
  gap: 30px; }
  .why-row .why {
    width: calc(33% - 30px);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    padding: 0 35px 45px 35px; }
    .why-row .why i {
      font-size: 30px;
      color: transparent;
      -webkit-text-stroke: 2px #fff;
      background: #01091B;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      margin: -30px auto 10px auto; }
    .why-row .why h3 {
      font-size: 20px;
      font-weight: 600;
      color: #000;
      padding: 30px 0 15px 0; }
      @media only screen and (max-width: 500px) {
        .why-row .why h3 {
          font-size: 18px; } }
    .why-row .why p {
      font-size: 16px;
      line-height: 26px;
      color: #333;
      font-family: "Roboto", sans-serif;
      color: #333; }

.blue-bg {
  width: 100%;
  background: #0F1C3A;
  text-align: center; }
  .blue-bg h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    line-height: 36px;
    font-family: "urbane-condensed", sans-serif;
    color: #fff; }
    @media only screen and (max-width: 600px) {
      .blue-bg h2 {
        font-size: 25px;
        line-height: 30px; } }
  .blue-bg p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-family: "Roboto", sans-serif;
    color: #fff;
    padding: 10px 0;
    max-width: 650px;
    margin: 0 auto; }
  .blue-bg .btn {
    margin: 20px auto 0 auto; }

/*-------- FOOTER STYLES ----------------*/
footer {
  background: #01091B;
  color: #fff;
  padding: 60px 10px 20px 10px;
  width: 100%; }

.footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  color: #fff;
  gap: 70px; }

.foot-col {
  max-width: 350px; }
  .foot-col .foot-logo {
    max-width: 220px;
    width: 100%; }
  .foot-col p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-family: "Roboto", sans-serif;
    color: #fff;
    padding: 20px 0; }
  .foot-col .tag {
    color: #fff;
    font-size: 15px; }
    .foot-col .tag img {
      width: 20px;
      margin-bottom: -6px; }
  .foot-col .bold {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    color: #fff;
    padding-bottom: 20px; }
    @media only screen and (max-width: 500px) {
      .foot-col .bold {
        font-size: 18px; } }
  .foot-col ul li {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-family: "Roboto", sans-serif;
    color: #fff;
    list-style: none; }
    .foot-col ul li a {
      color: #fff; }
      .foot-col ul li a i {
        -webkit-text-stroke: 1px #da1818;
        color: transparent;
        margin-right: 8px; }
    .foot-col ul li a:hover {
      text-decoration: underline; }

.nav-footer {
  padding-top: 30px;
  margin-top: 40px;
  border-top: solid 1px #fff; }
  .nav-footer p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-family: "Roboto", sans-serif;
    color: #fff;
    margin: 0; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper > div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper > div:not(.detail-wrapper) button.page-nav {
  background: #da1818 !important;
  color: #fff !important; }

.body-wrapper > div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper > div:not(.detail-wrapper) .contact-options a,
.body-wrapper > div:not(.detail-wrapper) .fin-calc-mobile > a,
.body-wrapper > div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper > div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper > div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper > div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper > div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
  background: #da1818 !important;
  color: #fff !important; }

.body-wrapper > div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper > div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper > div:not(.detail-wrapper) .fin-calc-mobile > a:hover,
.body-wrapper > div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper > div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper > div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper > div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
  background: #01091B !important;
  color: #fff !important; }

.body-wrapper > div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper > div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
  color: #000 !important;
  border: 1px solid #000 !important; }

.body-wrapper > div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper > div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper > div:not(.detail-wrapper) .title-media-buttons-heading h1 {
  color: #000 !important;
  line-height: 28px !important; }

.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper > div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper > div:not(.detail-wrapper) .fin-calc,
.body-wrapper > div:not(.detail-wrapper) .fin-calc p,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper > div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper > div:not(.detail-wrapper) .info,
.body-wrapper > div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper > div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper > div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper > div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper > div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper > div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper > div:not(.detail-wrapper) .listing-description-text,
.body-wrapper > div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper > div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper > div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper > div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper > div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper > div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper > div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper > div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper > div:not(.detail-wrapper) .rent-title,
.body-wrapper > div:not(.detail-wrapper) .rent-title-details,
.body-wrapper > div:not(.detail-wrapper) span.list-title-text,
.body-wrapper > div:not(.detail-wrapper) a.search-results-link,
.body-wrapper > div:not(.detail-wrapper) h3.listing-portion-title {
  color: #000 !important; }

.body-wrapper > div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper > div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper > div:not(.detail-wrapper) span.parts-listings-count {
  color: #000 !important; }

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1100px) {
  .why-row {
    flex-wrap: wrap; }

  .why-row .why {
    width: calc(50% - 30px);
    margin-bottom: 20px; } }
@media only screen and (max-width: 700px) {
  .hero {
    height: 600px; }

  .hero-text ul {
    flex-direction: column; }
    .hero-text ul li {
      padding: 6px 0; }

  .why-row .why {
    width: calc(100% - 30px);
    margin-bottom: 20px; }

  .footer {
    flex-direction: column;
    gap: 30px; } }
@media only screen and (max-width: 500px) {
  .hero-text {
    top: 10%; } }
