﻿/***** BEGIN RESET *****/

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;
}

ol,
ul {
  list-style: none;
}

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;
}

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
  background: #9c2534;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #9c2534;
  color: #fff;
  text-shadow: none;
}

/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

hr {
  border: #000 1px solid;
}

/*--- HEADER STYLES ---------------------*/
header {
}

.translate-bar {
  background: #fff;
  text-align: right;
  padding: 0.35em 1%;
}

.header * {
  box-sizing: border-box !important;
}
.header .bg-white.flex {
  justify-content: space-between;
  width: 100%;
}
.header a.ticker {
  text-transform: uppercase;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  left: 45%;
  transform: translate(-45%, 0);
  color: #9c2534;
}

/*---BODY--------------------------------*/

.right {
  float: right;
}
.left {
  float: left;
}
.full {
  width: 100%;
  height: auto;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.vpad {
  padding-top: 5% !important;
  padding-bottom: 5% !important;
}

.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}

.col33 {
  width: calc(33.3333% - 30px);
  padding: 15px;
}
.col50 {
  width: 50%;
}

.col50pad {
  width: calc(50% - 15px);
  padding: 15px 15px 15px 0;
}
.col50pad:first-of-type {
  width: calc(50% - 15px);
  padding: 15px 0px 15px 15px;
}
.col100 {
  width: calc(100% - 30px);
  padding: 15px;
}

.fullsize {
  width: 100%;
}

.wrapper {
  max-width: 100%;
  /* width: 1280px; */
  margin: 0 auto;
}

.heading {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
}
.hero-text .heading {
  font-size: 48px;
}
.subheading {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.banner {
  line-height: 50px;
  text-align: center;
  padding-top: 10px;
  margin: 0 auto 30px;
  max-width: 1124px;
  background: #9c2534;
}
.banner a {
  font-size: 30px !important;
  color: #fff !important;
  text-transform: uppercase;
  margin: 0 !important;
  padding: 0 !important;
}

.red {
  color: #9c2534 !important;
}
.grey {
  color: #111;
}

.bg-white {
  background: #fff;
  background-size: 100%;
  padding: 15px;
}
.bg-white a {
  line-height: 24px;
  font-family: poppins, sans-serif;
  font-size: 14px;

  color: #000;
}
.bg-white p {
  line-height: 24px;
  font-family: poppins, sans-serif;
  font-size: 14px;

  color: #000;
}
.bg-white ol {
  list-style: disc;
  font-family: poppins, sans-serif;
  font-size: 14px;
  color: #000;
  margin-left: 15px;
}

.bg-red-gradient {
  -moz-background: linear-gradient(
    90deg,
    #aa4451 0%,
    #aa4451 49%,
    #9c2534 50%,
    #9c2534 100%
  );
  -o-background: linear-gradient(
    90deg,
    #aa4451 0%,
    #aa4451 49%,
    #9c2534 50%,
    #9c2534 100%
  );
  -webkit-background: linear-gradient(
    90deg,
    #aa4451 0%,
    #aa4451 49%,
    #9c2534 50%,
    #9c2534 100%
  );
  background: linear-gradient(
    90deg,
    #aa4451 0%,
    #aa4451 49%,
    #9c2534 50%,
    #9c2534 100%
  );
}
.bg-red {
  background: #9c2534;
}

.bg-metal {
  background: url("/siteart/metal-tex.jpg") center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-blur {
  text-shadow: 0px 0 20px #000;
}
.bg-blur p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-family: poppins, sans-serif;
}
.bg-hero {
  background: url(/siteart/hero-acres-text.jpg) 50% 46%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  max-height: 600px;
  display: flex;
  flex-direction: column;
  background-color: black;
}
.relative {
  position: relative;
}
/*
.bg-hero:before{
    content: '';
    position: absolute;
    -moz-backdrop-filter: blur(12px);
    -o-backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
}
*/
.hero-text {
  padding: 30px 15px;
  width: calc(100% - 30px);
}
.hero-text .text-right {
  font-size: 24px;
  color: #aa4451;
  margin-bottom: -12px;
  padding-top: 6px;
}
.hero-text-bg {
  background: rgba(100, 100, 100, 0.5);
  padding: 20px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.hero-img {
  padding: 13% 0;
}
.overlay-bottom {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  color: #000;
  font-weight: 400;
  font-family: poppins, sans-serif;
}
.bg-hero .text-right {
  font-weight: 700;
  font-family: poppins, sans-serif;
  position: absolute;
  bottom: 5%;
  right: 0;
}
.cta-btn0 {
  background: #aa4451;
  transition: all 0.1s ease;
}
.cta-btn1 {
  background: #a33442;
  transition: all 0.1s ease;
}
.cta-btn2 {
  background: #9c2534;
  transition: all 0.1s ease;
}
.cta-btn {
  font-family: poppins, sans-serif;
  color: #fff;
  font-size: 24px;
  background: #9c2534;
  padding: 25px 15px;
  width: calc(100% - 30px);
  display: block;
  transition: all 0.1s ease;
  max-width: 520px;
  border: none;

  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;

  box-sizing: border-box;
}

.bg-white .cta-btn {
  width: 100%;
  border: 1px solid #9c2534;
  color: #fff;
  margin: 0;
  line-height: 30px;
  font-size: 24px;
}

.cta-btn .fa-chevron-right {
  font-size: 24px;
  line-height: 30px;
}
.cta-btn:hover {
  background: #fff;
  color: #9c2534;
}

.cta-btn-lg {
  font-family: poppins, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  transition: all 0.1s ease;
}
.cta-btn0:hover,
.cta-btn1:hover,
.cta-btn2:hover {
  background: #fff;
  color: #9c2534;
}
.cta-btn0:hover .cta-btn-lg,
.cta-btn1:hover .cta-btn-lg,
.cta-btn2:hover .cta-btn-lg {
  color: #9c2534;
}

.cta-btn-lg .fa-chevron-right {
  font-size: 24px;
  line-height: 40px;
}

.extra-bold {
  font-weight: 800;
}
.bold {
  font-weight: 700;
}

.divider-top {
  border-top: solid 1px #111;
  padding-top: 15px;
  margin-top: 20px;
}
.divider {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 1px;
  background: #111;
}

/*----- MANU SLIDER -----*/

.brandbar {
  width: calc(100% - 60px);
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

/*--------FORM STYLES--------------------*/

#standard-form {
  width: 100%;
}
#standard-form input,
#standard-form textarea {
  width: 100%;
  font-family: poppins, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
#standard-form textarea {
  resize: vertical;
  height: 150px;
}
#standard-form .cta-btn {
  width: 100%;
  border: 1px solid #9c2534;
  margin: 0 auto;
  cursor: pointer;
}

.CaptchaMessagePanel {
  font-family: poppins, sans-serif !important;
}

/*-------- FOOTER STYLES ----------------*/
footer {
}

.scrolling-wrap {
  height: 90px;
}

.footer {
  padding: 15px 15px 30px;
  width: calc(100% - 30px);
  height: 60px;
}
.footer * {
  box-sizing: border-box !important;
}

.footer p.right {
  line-height: 24px;
  color: #fff;
  font-family: poppins, sans-serif;
  font-size: 14px;
  text-align: right;
}
.footer h4 {
  line-height: 24px;
  color: #fff;
  font-family: poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer .cta-btn {
  border: 1px solid #fff !important;
  line-height: 48px;
  color: #fff;
  font-family: poppins, sans-serif;
  font-size: 14px;
  text-align: center;
  padding: 0;
  width: 100%;
  background: #aa4451;
  transition: all 0.1s ease;
}
.footer .cta-btn:hover {
  background: #fff;
  color: #9c2534;
  border-left: 1px solid #9c2534 !important;
}
.footer .cta-btn .fa-chevron-right {
  font-size: 14px;
  line-height: 48px;
  padding-right: 15px;
}
.footer a {
  color: #fff;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

#inv {
  padding: 5% 0;
}
#inv *:not(.loading-spinner):not(.loader) {
  border-radius: 0 !important;
}
#inv *:not(.fa):not(.far):not(.fas):not(.material-icons) {
  font-family: poppins, sans-serif !important;
} /* Reset font, ignore icons */

.compare-chkbox-container .compare-listings .fa-check {
  top: -1px !important;
  left: 6px !important;
}

.faceted-search-content
  .faceted-section-box
  .faceted-option-checkbox-container
  label
  input {
  margin: 2px 3px 3px 4px;
}
.faceted-text-input-searchType .search-type input[type="checkbox"],
.faceted-text-input-searchType .search-type input[type="radio"] {
  margin: 0px 3px 0px 6px;
}

.hosted-content .attachment-search .search-checkboxes label .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0px !important;
}

.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .view-listing-details-link,
.faceted-search-content .selected-facets-container .selected-facet,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .dealer-phone-mobile-container
  .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .send-email-btn-mobile,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .send-wholesale-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.mobile-breadcrumb,
.main-detail-data .contact-options a,
.view-listing-details-link,
.cs-btns a,
.g-recaptcha.button {
  background: #9c2534 !important;
  color: #fff !important;
}

.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .buy-now-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .check-availability-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .email-seller-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .video-chat-link {
  background: #333 !important;
}

.list-content .list-title .list-listings-count,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top
  .listing-top-left
  .listing-main-stats
  .price,
#parts-content
  .parts-top-section
  .parts-title-and-breadcrumbs
  .parts-title
  .parts-listings-count,
#inv .error-message,
#inv .info,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-price-value,
.part-list-price {
  color: #333 !important;
}

/* heading */
.list-content .list-title .list-title-text,
.detail-content-mobile .detail-main-body .detail-mobile-top .detail-title,
.main-detail-data .detail-title,
.parts-title-text {
  text-transform: uppercase !important;
  padding-left: 4px;
  font-weight: 800 !important;
  color: #9c2534 !important;
}

.detail-content .detail-additional-data .data-row .data-label,
.detail-content-mobile .detail-additional-data .data-row .data-label,
.part-detail-additional-data .data-label,
.part-detail-content .detail-contact-bar {
  background: #9c2534 !important;
}
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.list-page-nav,
.faceted-search,
.faceted-show-all-btn {
  background: #9c2534 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.dealer-phone-container a {
  border-color: #9c2534 !important;
  color: #9c2534 !important;
}

.material-icons {
  color: #fff !important;
}

#parts-content
  .parts-bottom-section
  .parts-list-view
  .parts-list-content
  .parts-listing-container
  .parts-listing-column
  .parts-button.view-details {
  background-color: #9c2534 !important;
  color: #fff !important;
}

.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .dealer-phone-mobile-container
  .dealer-phone-mobile {
  margin-right: 0 !important;
}

.detail-content
  .detail-main-body
  .main-detail-data
  .details-fin-calc
  .detail-btn-calc {
  height: 48px;
}

.part-contact-container .contact-options a,
.detail-contact-bar a {
  background-color: #9c2534 !important;
  color: #fff !important;
}

.special-break {
  display: none;
}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1580px) {
  .header a.ticker {
    font-size: 30px;
    line-height: 30px;
    left: 40%;
    transform: translate(-40%, 10px);
  }
}
@media only screen and (max-width: 1430px) {
  .header a.ticker {
    font-size: 24px;
    line-height: 24px;
    transform: translate(-40%, 15px);
  }
}
@media only screen and (max-width: 1230px) {
  .header a.ticker {
    font-size: 18px;
    line-height: 18px;
    transform: translate(-40%, 20px);
  }
}
@media only screen and (min-width: 1020px) {
  .special-break {
    display: inline;
  }
}
@media only screen and (max-width: 900px) {
  .footer .col33 {
    width: calc(50% - 30px);
  }
  .bg-white .col33 {
    width: calc(100% - 30px);
  }
  .banner a {
    font-size: 1.25rem !important;
  }
}

@media only screen and (max-width: 1100px) {
  .hero-text .heading {
    font-size: 40px;
  }

  .header .bg-white.flex {
    flex-direction: column;
  }
  .header a.ticker {
    display: block;
    width: 100%;
    text-align: center;
    transform: none;
    position: relative;
    margin: 30px auto 20px;
    left: 0;
    font-size: 30px;
    line-height: 30px;
  }
  #logo {
    margin: 0 auto;
    display: block;
  }
  #header-contact {
    display: none;
  }
}
@media only screen and (max-width: 785px) {
  .hero-text .heading {
    font-size: 36px;
  }
  .col33 {
    width: calc(100% - 30px) !important;
  }
  .footer .col33 {
    width: 100% !important;
  }
  .col50 {
    width: 100%;
  }

  .flex-column-md {
    flex-direction: column;
  }
  .hide-md {
    display: none;
  }

  .bg-hero:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .hero-text {
    max-width: calc(100% - 30px);
  }

  .footer {
    height: auto;
    padding: 15px 15px 60px !important;
  }
  .footer .right:not(.fa-chevron-right),
  .footer .left {
    float: none;
  }
  .footer p.right {
    text-align: left;
  }

  .header a.ticker {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-img {
    padding: 0;
  }
  .overlay-top {
    padding: 5% 0;
  }
  .bg-blur {
    background: rgba(100, 100, 100, 0.5);
  }

  .hero-text .text-right {
    font-size: 20px;
  }
  .hero-text-bg {
    background: none;
    padding: 20px 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 424px) {
  .heading {
    font-size: 30px;
  }
}
