@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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; }

h1, h2, h3, h4, h5 {
  font-family: "Roboto", sans-serif; }

a {
  text-decoration: none !important; }

/*--- HEADER STYLES ---------------------*/
header {
  width: 100%;
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.1); }

.top-header {
  width: 100%;
  background: #b91017; }

.top-header-wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 3px 45px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff; }
  .top-header-wrap p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px; }
    .top-header-wrap p span {
      text-transform: uppercase;
      font-weight: 600; }

.logo {
  width: 100%;
  max-width: 290px; }
  .logo img {
    width: 100%; }

.head-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .head-right a {
    color: #fff;
    line-height: 30px;
    padding: 0 12px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px; }
    .head-right a i {
      height: 26px;
      width: 26px;
      margin-top: 2px;
      font-size: 12px;
      color: #b91017;
      background: #fff;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-wrap: wrap; }

.header {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 3px 45px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 120px;
  align-content: center;
  flex-wrap: wrap; }

.logo {
  display: flex;
  align-self: flex-end;
  flex-direction: column;
  padding: 3px 0;
  flex-wrap: wrap;
  align-content: baseline;
  align-items: baseline; }

/*-------- FOOTER STYLES ----------------*/
footer {
  width: 100%;
  background: #0c3259; }

.footer-wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 3px 45px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 70px 40px; }

.foot-col {
  width: calc(33.33% - 20px);
  margin: 10px; }
  .foot-col img {
    width: 100%;
    max-width: 395px; }
  .foot-col .title {
    font-size: 32px;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 800; }
  .foot-col p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 200;
    line-height: 24px; }
    .foot-col p span {
      font-weight: 600; }

.btm-footer {
  width: 100%;
  background: #0a2848;
  padding: 20px 40px; }
  .btm-footer p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center; }

.icon-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px; }
  .icon-row a i {
    height: 31px;
    width: 31px;
    margin: 3px;
    font-size: 14px;
    color: #0c3259;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap; }

/*----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: #b91017 !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: #b91017 !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: #000 !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; }

/*---------- CONTACT STYLES ----------*/
.title-wrap{min-height: 100px; padding: 30px 50px; background-color: #000;}
.title-wrap h1{color: #fff;}
.content-wrap{padding: 70px 50px;}
.content-flex{display: flex; gap: 40px;}
form input, form textarea {padding: 10px; width: 100%;}
.form-whole{width: 100%;}
.form-box{margin-bottom: 14px; gap: 14px;}
.col-half{width: 50%;}
.col-half p{margin: 10px 0px 25px 0px;}
.submit-button{ background-color: #B90F18; color: #fff; border: none; cursor: pointer;}
.submit-button:hover { background-color: #900910; color: #fff; border: none; cursor: pointer;}


/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1080px) {
  .logo {
    max-width: 244px; }

  .header {
    height: 80px; }

  .top-header {
    display: none; } }
@media only screen and (max-width: 1000px) {
  .footer-wrap {
    flex-direction: column;
    text-align: center; }

  .foot-col {
    width: 100%;
    margin: 10px 0; }

  .icon-row {
    margin-bottom: 60px; } }
@media only screen and (max-width: 430px) {
  #menu-button a {
    width: 40px !important; }

  .header {
    flex-wrap: nowrap;
    padding: 5px 30px; } }
