﻿/***** BEGIN RESET *****/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;600&family=Saira:wght@200;300;400;500;600;700;800;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;
}

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: #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;
}

/*-------- BODY STYLES --------*/

body {
  font-family: "Oswald", sans-serif !important;
}

a {
  text-decoration: none;
}

/*--- HEADER STYLES ---------------------*/

.top-wrapper {
  width: 100%;
  padding: 10px 0;
}
.top-header {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
}
.logo {
  max-width: 310px;
  width: 100%;
}
.logo img {
  width: 100%;
}
.AT-logo {
  max-width: 180px;
  width: 100%;
  padding-top: 58px;
}
.AT-logo img {
  width: 100%;
}
.dkgreen {
  color: #1e3b29;
}
.inlinelink {
  margin: 10px 0px;
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  transition-duration: 0.5s;
}
.inlinelink:hover {
  letter-spacing: 0.5px;
}
.banner-1 {
  width: 100%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.banner-1 p {
  font-size: 20px;
  font-weight: 500;
  color: #397f2d;
  text-align: center;
  font-family: "Saira", sans-serif;
}
.banner-1 a {
  font-family: "Saira", sans-serif;
  padding: 10px 20px;
  background: #397f2d;
  color: #fff;
  text-align: center;
  transition: 0.2s ease;
}
.banner-1 a:hover {
  background: #333;
}
.blogleft {
  width: 30%;
  padding: 160px 40px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
}
.blogsection h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}
.blogsection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0px;
}
.blogright {
  display: flex;
  flex-wrap: wrap;
  width: 68%;
  justify-content: space-between;
}
.latestblogpost {
  width: 100%;
  border: solid 2px #427f27;
  padding: 20px 40px;
  box-sizing: border-box;
  border-bottom: solid 10px #427f27;
  display: flex;
  flex-wrap: wrap;
  height: 390px;
  align-items: center;
  align-content: center;
}
.blogpostbox {
  width: 100%;
  border: solid 2px #427f27;
  padding: 30px 20px;
  box-sizing: border-box;
  border-bottom: solid 10px #427f27;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin: 20px 0px;
}
.blogpostbox h3 {
  width: 100%;
}
/*-----------Header Search---------------*/
.header-search,
.header-search-mobile {
  max-width: 495px;
  width: 100%;
  padding-top: 55px;
}
.search-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  border: solid 1px #000;
  background: #fff;
  align-items: center;
}
.search-row input[type="text"] {
  width: 100%;
  padding: 15px 12px !important;
  background-color: #fff !important;
  border: none;
  box-sizing: border-box;
}
.search-row input[type="submit"] {
  float: right;
  width: 100%;
  padding: 14px 0;
  margin: 0 auto;
  margin-top: -21px;
  border: solid 1px #fff;
  border-radius: none;
}
.search-row ::placeholder {
  color: #555;
  font-size: 16px;
}
.formfield {
  width: 87%;
  box-sizing: border-box;
}
.formfield2 {
  width: 13%;
}
.search-row button {
  background: none;
  outline: none;
  border: 0px;
  height: 23px;
  width: 60px;
  display: block;
  cursor: pointer;
}
.search-row button img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.header-search-mobile {
  display: none;
}
/*---BODY--------------------------------*/

.site-background {
  width: 100%;
  background: url("/siteart/cubes-bg.png") repeat;
  padding: 15px 0;
}
.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.home-about {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.home-about-left {
  width: 40%;
  text-align: center;
}
.home-about-left h1 {
  font-size: 36px;
  margin-top: 80px;
  font-weight: 600;
  line-height: 1.1;
}
.home-about-right {
  width: 60%;
  box-sizing: border-box;
  padding: 20px;
  background-color: #397f2d;
  color: #fff;
}
.home-about-right p {
  font-size: 16px;
  line-height: 1.4em;
  font-family: "Saira", sans-serif;
  text-align: center;
}

.home-contact {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 2px solid #333;
  margin-top: 20px;
}
.home-contact-left {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px 0;
}
.home-contact-left .contact-video {
  width: 49%;
}
.home-contact-left .contact-info {
  width: 49%;
}

.home-contact-right {
  width: 100%;
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.contact-info {
  text-align: center;
  margin: 10px;
}
.contact-info h2 {
  font-size: 22px;
  margin: 10px 0;
  font-weight: 600;
}
.contact-info p i {
  color: #397f2d;
  font-weight: 900;
}
.contact-info p a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}
.contact-info p a:hover {
  text-decoration: underline;
}

.home-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  gap: 20px 0;
}
.home-cta a {
  background: #333;
  transition: 0.3s ease;
  padding: 20px;
  width: 31%;
  box-sizing: border-box;
}
.home-cta a img {
  max-width: 200px;
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.home-cta a p {
  padding-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  font-family: "Saira", sans-serif;
}
.home-cta a:hover {
  background: #397f2d;
}
/*---------reviews----------------*/
.reviewsection {
  background-color: #397f2d;
  padding: 20px 20px;
  overflow: hidden;
}
.reviews-container {
  max-width: 1700px;
  margin: 0 auto;
}
.reviews-container h2 {
  text-align: center;
  color: white;
  font-size: 2.5rem;
  margin-bottom: 40px;
  font-weight: 700;
}
.carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.carousel-track-container {
  overflow: hidden;
  flex: 1;
}
.carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}
.review-box {
  background: white;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  flex: 0 0 calc(25% - 15px);
  min-width: calc(25% - 15px);
}
.review-stars {
  color: #397f2d;
  font-size: 1.5rem;
  margin-bottom: 15px;
  text-align: center;
}
.review-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
  font-style: italic;
}
.review-author {
  font-size: 0.9rem;
  color: #666;
  font-weight: 600;
}
.carousel-btn {
  background: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.carousel-btn:hover {
  background: #f0f0f0;
  transform: scale(1.1);
}
.carousel-btn i {
  color: #397f2d;
  font-size: 1.2rem;
}
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}
.dot.active {
  background: white;
  width: 30px;
  border-radius: 6px;
}

.green-banner {background:#397f2d; padding:20px; color:#fff;display:flex; flex-direction:column; text-align:center;}
.banner-title {font-size:36px; font-weight:600; line-height:1.5; text-transform: uppercase;}
.auction-info {font-size:28px; font-weight:500; line-height:1.5;}



/* Tablet */
@media (max-width: 1024px) {
  .review-box {
    flex: 0 0 calc(33.333% - 14px);
    min-width: calc(33.333% - 14px);
  }
}
/* Below 900px - Show 1 review at a time */
@media (max-width: 900px) {
  .reviewsection {
    padding: 40px 10px;
  }

  .reviews-container h2 {
    font-size: 2rem;
  }

  .carousel-wrapper {
    gap: 0;
  }

  .carousel-btn {
    display: none;
  }

  .review-box {
    flex: 0 0 90%;
    min-width: 90%;
    padding: 25px;
    margin: 0 auto;
  }

  .review-text {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}

/* Extra small screens */
@media (max-width: 471px) {
  .review-box {
    flex: 0 0 85%;
    min-width: 85%;
    padding: 20px;
  }
}
/*---------Equipment to buy----------------*/
.page-header {
  text-align: center;
  padding: 30px 0;
}
.detail-top {
  text-align: center;
  padding: 30px 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.detail-top p {
  font-size: 18px;
  font-weight: 600;
  padding-top: 30px;
}
.page-header h1,
.page-header h2,
.detail-top h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
}
.equip-container {
  width: 100%;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  padding: 30px;
  box-sizing: border-box;
  margin: 15px 0;
}
.equip-container p {
  font-size: 16px;
  line-height: 1.4em;
  font-family: "Saira", sans-serif;
}
.equip-container ul {
  padding: 15px 0 15px 40px;
}
.equip-container ul li {
  list-style: disc;
}
.latestblogpost p {
  margin-top: 8px;
}
/*--------------Our Company--------------*/
.about-company {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-top: 40px;
}
.company-left {
  width: 78%;
}
.company-right {
  width: 22%;
  background-color: #397f2d;
  text-align: center;
  box-sizing: border-box;
  padding: 30px;
  max-height: 470px;
}
.company-right h4,
.two-col-content-1 h4,
.table-content h4 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  overflow-wrap: break-word !important;
}
.company-right ul li {
  margin: 10px 0;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}

.company-left h2,
.two-col-content-1 h2,
.table-content h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0 10px 0;
}
.company-left p,
.two-col-content-1 p,
.table-content p {
  font-family: "Saira", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}
.company-left h3,
.two-col-content-1 h3,
.table-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0;
  line-height: 1.1;
}
.company-left ul {
  padding-left: 25px;
}
.company-left ul li {
  font-size: 16px;
  list-style: disc;
}

.company-bottom {
  width: 100%;
}
.scope {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px 20px;
  margin-top: 40px;
}
.scope p {
  padding: 20px 10px;
  font-family: "Saira", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.coverage {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 30px 10px;
  background-color: #d0d0d0;
  margin-bottom: 20px;
}
.coverage-left {
  width: 45%;
}
.coverage-right {
  width: 55%;
  display: flex;
  flex-direction: row;
}
.coverage-right-row {
  width: 50%;
}
.coverage h5 {
  font-size: 18px;
  font-weight: 600;
  marign: 10px 0;
  text-trasnform: uppercase;
}
.coverage p {
  font-family: "Saira", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}
.coverage ul {
  padding-left: 30px;
  margin-bottom: 10px;
}
.coverage ul li {
  list-style: disc;
}
.coverage-left ul li {
  text-transform: uppercase;
}

.two-col-content-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 10px;
  padding-top: 40px;
  box-sizing: border-box;
}
.col-left-1 {
  width: 38%;
}
.col-right-1 {
  width: 60%;
}

.table-content {
  margin: 40px auto;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-2-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.table-col-full {
  padding: 20px 0 5px 0;
  width: 100%;
}
.table-col-left {
  width: 49%;
}
.table-col-right {
  width: 49%;
}
.table-2-col img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
}
.table-2-col h3 {
  text-align: center;
}
.table-2-col h4 {
  border-bottom: 1px solid #000;
  margin-top: 20px;
}
.table-2-col ul {
  padding: 0;
  margni: 0;
  list-style: none;
}
.table-2-col ul li {
  padding: 5px;
  margin: 0;
  border-bottom: 1px solid #000;
}

/*----------Thank you------------*/
a.green-btn {
  background-color: #397f2d;
  color: #fff !important;
  display: block;
  width: 160px;
  text-align: center;
  padding: 6px;
  font-weight: 400 !important;
  transition: 0.3s ease;
  margin-bottom: 40px;
}
a.green-btn:hover {
  background-color: #333;
}

/*--------FORM STYLES--------------------*/
.form-width {
  width: 70%;
  margin: 0 auto;
  padding: 40px 0;
}
.flex-form {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 15px;
}
.form-background {
  width: 100%;
  margin: 0 auto;
}
#formpage input,
select {
  padding: 10px 7px;
  border: 1px solid #ccc;
  color: #777 !important;
  font-size: 14px;
  margin-top: 5px;
}
.flex-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
#formpage {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  text-align: left;
  padding: 30px 0px 20px 0;
}
.form-half {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.form-whole {
  width: 100%;
  display: block;
  vertical-align: middle;
  margin: 0 5px;
}
.row-input {
  display: flex;
  flex-direction: row;
}
input[type="text"],
input[type="email"],
input[type="date"],
select,
input[type="phone"] {
  width: 100%;
  box-sizing: border-box;
}
.formfield input {
  height: 100% !important;
  border: none !important;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}
#formpage textarea {
  box-sizing: border-box;
  padding: 6px 5px;
  border: 1px solid #ccc !important;
  color: #000;
  font-size: 16px;
  background: #fff;
  width: 100%;
  height: 100px;
  border-radius: 2px;
  margin-top: 10px;
}
#formpage textarea:focus {
  border: 1px solid #ccc;
  border-radius: 2px;
}

#formpage input.submit-button,
#formpage input.submit-button:focus,
#submit-btn button {
  background: #4b4b4b;
  color: #ffffff;
  padding: 12px 20px;
  text-decoration: none;
  transition: ease-in 0.3s;
  width: 120px;
  border: none;
  height: auto;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto;
  cursor: pointer;
}
#formpage input.submit-button:hover,
#submit-btn button:hover {
  box-shadow: 3px 3px 3px #848484;
  transition: ease-out 0.3s;
}
.submit-button,
#submit-btn {
  padding: 10px 0px 10px 0px;
  position: relative;
  width: 100%;
  text-align: center;
}
.captcha-button {
  width: 120px;
  margin: 0 auto;
}
.include-captcha {
  display: none;
}
#formpage input.submit-button {
  color: #fff !important;
}

#formpage h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  padding: 20px 0;
}

.description {
  width: 100%;
  text-align: center;
  background-color: #fff;
  display: block;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 20px;
}
.description p {
  font-size: 20px;
}

.CaptchaImage {
  width: auto !important;
}

/*-------- FOOTER STYLES ----------------*/
footer {
  background-color: #333;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
.footer-bottom {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
}
.footer-left a {
  color: #fff;
  font-size: 13px;
  padding: 10px 5px;
  text-decoration: none;
  transition: 0.3s ease;
}
.footer-left a:hover,
a.green {
  background: #397f2d;
  color: #fff;
}
a.green:hover {
  background: #fff;
  color: #397f2d;
}
.footer-right p {
  font-size: 12px;
  color: #fff;
  line-height: 24px;
}
.footer-right a {
  font-size: 12px;
  color: #fff;
}
/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
  padding-top: 20px;
}

.scrolling {
  width: 100%;
  height: 92px;
}
/*----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: #397f2d !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: #397f2d !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;
  /*----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;
}
.list-content {
  padding: 40px 0;
  background-color: #fff;
}

.cta-phone {display:flex; flex-direction: row; gap:15px; justify-content: center; align-items:center;}
.cta-btn {background-color:#fff; color:#333; display:block; width:160px; text-align:center; padding:6px; font-weight:400;  font-family:"Oswald", sans-serif !important; margin-top:15px; margin-bottom:10px; font-size:18px;}
.cta-btn:hover {background-color:#333; color:#fff;
}
/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1300px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .footer-right {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 1250px) {
  .company-right {
    width: 26%;
  }
  .company-left {
    width: 74%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .scope img {
    width: 300px;
    height: 120px;
  }
  .wrapper {
    box-sizing: border-box;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1080px) {
  .blogleft {
    width: 100%;
    padding: 80px 20px;
  }
  .blogright {
    width: 100%;
  }
  .latestblogpost {
    width: 100%;
    margin: 10px 0px;
    height: 200px;
  }
  .latestblogpost h3 {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .header-search-mobile {
    display: block;
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
  }
  .header-search {
    display: none;
  }
  .top-header {
    padding: 20px 5px 0 5px;
    box-sizing: border-box;
  }
  .about-company {
    flex-direction: column;
  }
  .company-right,
  .company-left {
    width: 100%;
  }
  .col-left-1 {
    width: 100%;
    padding: 10px 0;
  }
  .col-right-1 {
    width: 100%;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 850px) {
  .home-cta a {
    width: 100%;
  }
  .center,
  .scrolling-wrap {
    display: none !important;
  }
  .home-contact-left .contact-video,
  .home-contact-left .contact-info {
    width: 100%;
  }

  .home-contact-left {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 780px) {
  .home-about,
  .home-contact {
    flex-direction: column;
  }
  .home-about-left h1 {
    padding: 40px 0;
    margin: 0;
  }
  .home-about-left,
  .home-about-right,
  .home-contact-left,
  .home-contact-right {
    width: 100%;
  }
  .home-contact-left {
    padding-bottom: 20px;
  }
  .home-contact-left img {
    max-width: 550px;
    margin: 0 auto;
    display: block;
  }
  .home-contact-right {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-top: solid 1px #dcdcdc;
    padding-top: 40px;
  }

  .scope img {
    width: 230px;
    height: 100px;
    margin: 0 auto;
    display: block;
  }
  .scope {
    flex-direction: column;
  }
  .coverage {
    flex-direction: column;
  }
  .coverage-left,
  .coverage-right {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  .flex-row {
    flex-direction: column;
  }
  .form-half {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {
  .home-contact-right {
    flex-direction: column;
    justify-content: center;
  }
  .description p {
    fotn-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 550px) {
  .coverage-right {
    flex-direction: column;
  }
  .coverage-right-row {
    width: 100%;
  }
  .company-right {
    height: auto;
  }
  .footer-left a {
    font-size: 16px !important;
    padding: 15px 5px;
    line-height: 30px;
  }
  .latestblogpost {
    width: 100%;
    margin: 10px 0px;
    height: auto;
    padding: 20px;
  }
}

@media only screen and (max-width: 444px) {
.cta-phone {display:flex; flex-direction: column; margin-top:1px; margin-bottom:1px;gap:1px;}
	.cta-btn {width:100%;}
}

@media only screen and (max-width: 360px) {
  .contact-info h2 {
    font-size: 18px;
  }
  .contact-info p a {
    font-size: 15px;
  }
  .scope {
    padding: 20px 10px;
  }
  .scope img {
    max-width: 230px;
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 360px) {
.banner-title {font-size:30px; }
.auction-info {font-size:22px; }
}