@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Hind+Madurai:wght@300;400;500;600;700&family=Play:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Hind+Madurai:wght@300;400;500;600;700&family=Play:wght@400;700&display=swap");
/*-------- BODY STYLES --------*/
* {
  box-sizing: border-box; }

body {
  margin: 0; }

a {
  text-decoration: none; }

.btn-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 30px; }

.green-btn {
  background: linear-gradient(to bottom, #367C2B, #2B6322);
  margin: 3px;
  color: #fff;
  font-size: 14px;
  font-family: "Hind Madurai", sans-serif;
  padding: 12px 20px;
  text-align: center;
  display: inline-block; }

.green-btn:hover {
  background: linear-gradient(to bottom, #2b6322, #1B4514); }

.link {
  color: #000;
  margin: 3px;
  font-size: 14px;
  font-family: "Hind Madurai", sans-serif;
  padding: 12px 20px;
  text-align: center;
  display: inline-block; }

.link:hover {
  background: #FFDE00; }

/*--- HEADER STYLES ---------------------*/
.top-header {
  width: 100%;
  background: #367C2B; }

.top-wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.top-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
  .top-left a {
    color: #fff;
    font-size: 15px;
    padding: 7px 15px;
    font-family: "Didact Gothic", sans-serif; }
  .top-left a:hover {
    text-decoration: underline; }

.top-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .top-right a i {
    color: #fff;
    display: flex;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
    background: rgba(225, 225, 225, 0.2);
    justify-content: center;
    align-items: center;
    transition: .3s ease;
    font-size: 14px;
    margin: 3px; }
  .top-right a i:hover {
    background: #FFDE00;
    color: #000; }

.middle-header {
  max-width: 1500px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 10px; }
  .middle-header img {
    max-width: 240px;
    width: 100%; }

.right-middle {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 25px 0; }
  .right-middle a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 20px; }
    .right-middle a i {
      font-size: 30px;
      color: #367C2B;
      padding: 10px 10px 0 0; }
    .right-middle a p {
      font-size: 16px;
      line-height: 24px;
      color: #222;
      font-family: "Didact Gothic", sans-serif;
      margin: 0;
      font-family: "Hind Madurai", sans-serif; }
      .right-middle a p span {
        font-size: 18px;
        font-weight: 900; }

.search-row {
  width: 300px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: solid 1px #ccc; }
  .search-row input {
    width: calc(100% - 50px);
    border: none;
    padding: 12px;
    background: #f2f2f2; }
  .search-row button {
    width: 50px;
    border: none;
    background: #f2f2f2; }

/*---BODY--------------------------------*/
/*-------------Hero------------------*/
.hero {
  max-width: 1500px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 80px 10px; }

.hero-left {
  width: 40%; }
  .hero-left h1 {
    font-size: 60px;
    line-height: 65px;
    font-family: "Play", sans-serif;
    padding-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin: 0; }
    @media only screen and (max-width: 1400px) {
      .hero-left h1 {
        font-size: 55px;
        line-height: 60px; } }
    @media only screen and (max-width: 900px) {
      .hero-left h1 {
        font-size: 45px;
        line-height: 50px; } }
    @media only screen and (max-width: 500px) {
      .hero-left h1 {
        font-size: 35px;
        line-height: 40px; } }
    @media only screen and (max-width: 400px) {
      .hero-left h1 {
        font-size: 30px;
        line-height: 34px; } }
  .hero-left h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Hind Madurai", sans-serif;
    padding-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #367C2B; }
    @media only screen and (max-width: 900px) {
      .hero-left h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 0; } }
    @media only screen and (max-width: 500px) {
      .hero-left h2 {
        font-size: 20px;
        line-height: 24px; } }
  .hero-left p {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    font-family: "Didact Gothic", sans-serif;
    margin: 0; }

.hero-right {
  width: 50%; }
  .hero-right img {
    width: 100%; }

/*---------Brands---------*/
.inv-brandslider a {
  max-width: 270px; }

.brandbar .width {
  width: 98%;
  margin: 0 auto; }

.brandbar {
  background: transparent;
  margin: 0px auto;
  text-align: center;
  padding: 10px 0px;
  width: 100%;
  max-width: 1700px;
  top: 0;
  left: 0;
  right: 0;
  display: block !important; }

.manu-slider img {
  width: 70%;
  max-width: 250px;
  max-height: 200px;
  padding: 0 0 2px 0;
  box-sizing: border-box;
  background-color: #fff;
  margin: 15px auto;
  background: #fff;
  transition: .3s ease; }

.slick-slide img {
  width: 80%;
  margin: 0 auto;
  object-fit: contain;
  height: 80px;
  transition: .3s ease; }

.slick-slide img:hover {
  transform: scale(0.9); }

.slick-list {
  max-width: 1700px !important; }

.slick-prev {
  width: 50px;
  height: 50px;
  display: block;
  background-color: #01549a;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  transition: .3s ease-in-out; }

.slick-next {
  width: 50px;
  height: 50px;
  display: block;
  background-color: #01549a;
  text-align: center;
  padding: 15px 0;
  margin-left: 10px;
  cursor: pointer;
  transition: .3s ease-in-out; }

.slick-list {
  margin: 0 auto !important; }

/*------About------*/
.gray-back {
  background: #f2f2f2; }

.page-wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 80px 10px; }

.row2 {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.flex2 {
  width: 50%; }

.about-text {
  padding-right: 40px;
  padding-top: 3%; }
  .about-text h2 {
    font-size: 42px;
    line-height: 45px;
    font-family: "Play", sans-serif;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 600;
    color: #000;
    margin: 0; }
    @media only screen and (max-width: 800px) {
      .about-text h2 {
        font-size: 35px;
        line-height: 38px; } }
    @media only screen and (max-width: 550px) {
      .about-text h2 {
        font-size: 30px;
        line-height: 34px; } }
    @media only screen and (max-width: 380px) {
      .about-text h2 {
        font-size: 26px;
        line-height: 30px; } }
  .about-text p {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    font-family: "Didact Gothic", sans-serif;
    padding-bottom: 30px; }

.about-img img {
  width: 90%;
  float: right; }

.icons {
  padding: 15px; }
  .icons i {
    font-size: 35px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
    color: transparent; }
  .icons h3 {
    font-size: 22px;
    color: #2B6322;
    font-family: "Hind Madurai", sans-serif; }

/*------QLS------*/
.qls-sec {
  text-align: center; }

.qls-sec h2 {
  font-size: 42px;
  line-height: 45px;
  font-family: "Play", sans-serif;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 600;
  color: #000;
  max-width: 800px;
  margin: 0 auto; }
  @media only screen and (max-width: 800px) {
    .qls-sec h2 {
      font-size: 35px;
      line-height: 38px; } }
  @media only screen and (max-width: 550px) {
    .qls-sec h2 {
      font-size: 30px;
      line-height: 34px; } }
  @media only screen and (max-width: 380px) {
    .qls-sec h2 {
      font-size: 26px;
      line-height: 30px; } }

.qls-sec p {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-family: "Didact Gothic", sans-serif;
  max-width: 1000px;
  margin: 0 auto; }

.qls-sec .btn-row {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.qls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 40px 0; }

.qls a {
  width: calc(25% - 8%);
  margin: 0 auto;
  position: relative;
  border: solid 10px #367C2B;
  height: 400px; }

.qls a h3 {
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 24px;
  font-family: "Hind Madurai", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  color: #000; }

.qls a img {
  width: 160%;
  position: absolute;
  transition: .3s ease;
  bottom: 5px;
  left: -25%;
  bottom: -10%;
  margin: 0 auto; }

.qls a img:hover {
  transform: scale(1.1); }

/*-------Links----------*/
.green-back {
  background: url("/siteart/green-background.jpg") center center no-repeat;
  background-size: cover;
  clip-path: polygon(100% 21.25%, 100% 100%, 0% 100%, 0% 21.25%, 5.5% 0%, 94.75% 0%); }

.bottom-links {
  max-width: 1500px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto; }
  .bottom-links h2 {
    font-size: 35px;
    line-height: 38px;
    font-family: "Play", sans-serif;
    max-width: 500px;
    padding-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding-top: 50px !important;
    max-width: 800px;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 900px) {
      .bottom-links h2 {
        font-size: 28px;
        line-height: 32px; } }
    @media only screen and (max-width: 500px) {
      .bottom-links h2 {
        font-size: 24px;
        line-height: 30px; } }

.links-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 1500px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 50px; }
  .links-row a {
    width: 25%;
    transition: .3s ease;
    border: solid 3px #fff;
    height: 400px;
    position: relative; }
    .links-row a img {
      width: 100%;
      transition: .3s ease;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.8); }
    .links-row a .link-text {
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      justify-content: center;
      display: flex;
      flex-direction: column;
      align-content: center;
      max-width: 90%;
      margin: 0 auto; }
    .links-row a h3 {
      font-size: 30px;
      margin: 0;
      font-family: "Play", sans-serif;
      text-transform: uppercase;
      color: #fff;
      padding-bottom: 15px;
      text-align: center; }
    .links-row a p {
      color: #fff !important;
      transition: .3s ease;
      text-align: center;
      font-size: 16px;
      line-height: 24px;
      color: #222;
      font-family: "Didact Gothic", sans-serif;
      bottom: 0;
      position: absolute;
      opacity: 0; }
  .links-row a:hover {
    width: 60%; }
    .links-row a:hover img {
      filter: brightness(0.3); }
    .links-row a:hover p {
      position: relative;
      opacity: 1; }

.contact-info {
  padding: 10px 0; }
  .contact-info a {
    color: #000;
    font-weight: 600;
    transition: .3s ease;
    padding: 5px 0;
    display: inline-block; }
  .contact-info .bold {
    font-weight: 600;
    color: #000;
    padding-top: 20px;
    font-size: 22px; }
  .contact-info a:hover {
    color: #367C2B; }

/*-----Finance-----*/
.fin-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
  .fin-wrap img {
    max-width: 400px;
    width: 100%;
    padding-right: 40px;
    object-fit: contain; }

.fin-text {
  width: calc(100% - 400px); }
  .fin-text h1, .fin-text h2 {
    font-size: 42px;
    line-height: 45px;
    font-family: "Play", sans-serif;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 600;
    color: #000; }
    @media only screen and (max-width: 800px) {
      .fin-text h1, .fin-text h2 {
        font-size: 35px;
        line-height: 38px; } }
    @media only screen and (max-width: 550px) {
      .fin-text h1, .fin-text h2 {
        font-size: 30px;
        line-height: 34px; } }
    @media only screen and (max-width: 380px) {
      .fin-text h1, .fin-text h2 {
        font-size: 26px;
        line-height: 30px; } }
  .fin-text p {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    font-family: "Didact Gothic", sans-serif; }

/*--------FORM STYLES--------------------*/
.flex-form H2 {
  font-family: "Hind Madurai", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: 600;
  margin: 20px 5px 10px 5px; }

.flex-form {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
  background: #fff; }

#formpage {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  text-align: left; }

#formpage label {
  font-size: 18px;
  font-family: "Didact Gothic", sans-serif;
  font-weight: 500;
  padding: 10px 0 5px 0; }

#formpage input, select {
  padding: 14px;
  border: 1px solid #ccc;
  color: #777 !important;
  font-size: 14px; }

.flex-row {
  display: flex;
  flex-direction: row;
  width: 100%; }

.form-half {
  width: calc(50% - 10px);
  display: inline-block;
  vertical-align: middle;
  margin: 5px; }

.form-whole {
  width: calc(100% - 10px);
  display: block;
  vertical-align: middle;
  margin: 5px; }

.form-third {
  width: calc(33.33% - 10px);
  display: block;
  vertical-align: middle;
  margin: 5px; }

input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"] {
  width: 100%;
  box-sizing: border-box; }

#formpage textarea {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  padding: 14px;
  border: 1px solid #ccc !important;
  color: #000;
  background: #fff;
  width: 100%;
  height: 100px;
  border-radius: 2px; }

#formpage textarea:focus {
  border: 1px solid #ccc;
  border-radius: 2px; }

#formpage input.submit-button, #submit-btn button {
  background: linear-gradient(to bottom, #367C2B, #2B6322);
  margin: 3px;
  color: #fff;
  font-size: 14px;
  font-family: "Hind Madurai", sans-serif;
  padding: 12px 20px;
  text-align: center;
  display: block;
  border: none !important; }

.captcha-button {
  display: inline-block; }

#formpage input.submit-button:hover, #submit-btn button:hover {
  background: #2B6322;
  color: #fff !important;
  cursor: pointer; }

.submit-button, #submit-btn {
  padding: 10px 0px 10px 0px;
  position: relative;
  width: 100%;
  text-align: center; }

.include-captcha {
  display: none; }

#formpage input.submit-button {
  color: #fff !important; }

.CaptchaPanel {
  text-align: left !important; }

/*-------- FOOTER STYLES ----------------*/
footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 60px 10px 20px 10px; }

.foot-left {
  width: calc(100% - 500px);
  max-width: 600px; }
  .foot-left h2 {
    font-size: 42px;
    line-height: 45px;
    font-family: "Play", sans-serif;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 600;
    color: #000;
    margin: 0; }
    @media only screen and (max-width: 800px) {
      .foot-left h2 {
        font-size: 35px;
        line-height: 38px; } }
    @media only screen and (max-width: 550px) {
      .foot-left h2 {
        font-size: 30px;
        line-height: 34px; } }
    @media only screen and (max-width: 380px) {
      .foot-left h2 {
        font-size: 26px;
        line-height: 30px; } }
  .foot-left p {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    font-family: "Didact Gothic", sans-serif;
    padding: 10px 0;
    margin: 0; }
  .foot-left img {
    max-width: 160px;
    width: 100%;
    padding-top: 20px; }

.foot-right {
  width: 500px;
  display: flex;
  flex-direction: row;
  justify-content: space-bewteen; }

.foot-col {
  width: 50%;
  padding: 0 10px; }
  .foot-col ul li {
    list-style: none; }
  .foot-col ul li a {
    color: #000;
    font-family: "Hind Madurai", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 28px; }
  .foot-col ul li a:hover {
    text-decoration: underline; }

.bottom-footer {
  padding: 10px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  border-top: solid 1px #333;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .bottom-footer p {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    font-family: "Didact Gothic", sans-serif; }
  .bottom-footer .socials {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 160px; }
    .bottom-footer .socials a i {
      color: #000;
      font-size: 18px;
      padding: 10px; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.search-row input[type="text"] {
  border: none !important;
  padding: 12px !important;
  background: #f2f2f2 !important;
  height: 35px !important; }

.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: #367C2B !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: #367C2B !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: #FFDE00 !important;
  color: #000 !important;
  /*----Border----*/ }

.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;
  /*-----------------------OTHER TEXT STYLES-----------------------*/
  /*----Page Title----*/ }

.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;
  /*-----------------------MEDIA QUERIES-----------------------*/ }

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1400px) {
  .hero-left {
    width: 50%;
    padding-right: 15px; }

  .qls a {
    height: 330px; } }
@media only screen and (max-width: 1200px) {
  .qls {
    flex-wrap: wrap; }

  .qls a {
    width: calc(50% - 6%);
    margin: 40px 20px;
    height: 400px; }

  .qls a img {
    left: 0;
    width: 100%; }

  .links-row {
    flex-wrap: wrap; }
    .links-row a {
      width: 50%; }

  .green-back {
    clip-path: none; }

  .foot-right {
    width: 350px; }

  .foot-left {
    width: calc(100% - 400px); } }
@media only screen and (max-width: 1100px) {
  .hero, .row2 {
    display: flex;
    flex-direction: column;
    justify-content: center; }

  .hero-left, .hero-right, .flex2 {
    width: 100%;
    padding: 10px 0; }

  nav.primary ul li a {
    width: 130px !important; }

  .about-img img {
    width: 60%;
    margin: 0 auto;
    float: none;
    display: block; }

  .about-text p {
    margin: 0; }

  .icons h3 {
    margin: 0; } }
@media only screen and (max-width: 900px) {
  .qls a {
    height: 330px; }

  .links-row a {
    width: 100%; }

  .links-row a p {
    position: relative;
    opacity: 1; }

  .links-row a img {
    filter: brightness(0.5); }

  footer {
    flex-direction: column; }

  .foot-left {
    width: 100%; }

  .foot-right {
    width: 100%;
    justify-content: flex-start; }

  .fin-wrap {
    flex-direction: column; }

  .fin-wrap img {
    margin: 0 auto;
    padding: 0; }

  .fin-text {
    width: 100%;
    text-align: center; }
    .fin-text a {
      margin: 0 auto; } }
@media only screen and (max-width: 800px) {
  .right-middle {
    display: none; }

  .middle-header img {
    margin: 0 auto; }

  .page-wrap {
    padding: 60px 10px; }

  .form-third, .form-half {
    width: calc(100% - 10px); }

  .flex-row {
    flex-direction: column; } }
@media only screen and (max-width: 750px) {
  .qls a {
    width: calc(100% - 6%);
    height: 400px; }

  .qls a img {
    left: 0;
    width: 80%; } }
@media only screen and (max-width: 650px) {
  .top-left {
    display: none; }

  .top-wrap {
    padding: 5px; }

  .hero {
    padding: 30px 10px; }

  .page-wrap {
    padding: 30px 10px; }

  .about-img img {
    width: 90%; } }
@media only screen and (max-width: 600px) {
  .qls a img {
    left: 0;
    width: 100%; } }
@media only screen and (max-width: 500px) {
  .qls a {
    height: 350px; }

  .fin-wrap img {
    max-width: 300px; }

  .flex-form h2 {
    margin: 0;
    font-size: 20px; }

  .flex-form {
    padding: 25px; }

  #formpage label {
    font-size: 16px; }

  #formpage input, #formpage select, #formpage textarea {
    padding: 12px; } }
@media only screen and (max-width: 400px) {
  .btn-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }

  .qls a {
    height: 300px; }

  .foot-right {
    flex-direction: column; }

  .foot-col ul {
    padding: 0; }

  .bottom-footer {
    flex-direction: column;
    justify-content: flex-start; } }
@media only screen and (max-width: 350px) {
  .qls a {
    margin: 20px 10px; }

  .links-row a {
    height: 430px; } }
