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 ----*/
body {
  overflow-x: hidden;
  height: auto; }

/*---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----*/
/*---Text----*/
.largewhite {
  font-size: 75px;
  font-weight: 700;
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  line-height: 80px; }
  @media only screen and (max-width: 1200px) {
    .largewhite {
      font-size: 65px;
      line-height: 70px; } }
  @media only screen and (max-width: 1000px) {
    .largewhite {
      font-size: 55px;
      line-height: 60px; } }
  @media only screen and (max-width: 700px) {
    .largewhite {
      font-size: 45px;
      line-height: 50px; } }
  @media only screen and (max-width: 500px) {
    .largewhite {
      font-size: 35px;
      line-height: 40px; } }

.largeblack {
  font-size: 75px;
  font-weight: 700;
  color: #000;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  line-height: 80px; }
  @media only screen and (max-width: 1200px) {
    .largeblack {
      font-size: 65px;
      line-height: 70px; } }
  @media only screen and (max-width: 1000px) {
    .largeblack {
      font-size: 55px;
      line-height: 60px; } }
  @media only screen and (max-width: 700px) {
    .largeblack {
      font-size: 45px;
      line-height: 50px; } }
  @media only screen and (max-width: 500px) {
    .largeblack {
      font-size: 35px;
      line-height: 40px; } }

.mediumwhite {
  font-size: 65px;
  font-weight: 700;
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  line-height: 70px; }
  @media only screen and (max-width: 1200px) {
    .mediumwhite {
      font-size: 55px;
      line-height: 60px; } }
  @media only screen and (max-width: 900px) {
    .mediumwhite {
      font-size: 45px;
      line-height: 50px; } }
  @media only screen and (max-width: 700px) {
    .mediumwhite {
      font-size: 30px;
      line-height: 35px; } }

.mediumblack {
  font-size: 65px;
  font-weight: 700;
  color: #000;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  line-height: 70px; }
  @media only screen and (max-width: 1200px) {
    .mediumblack {
      font-size: 55px;
      line-height: 60px; } }
  @media only screen and (max-width: 900px) {
    .mediumblack {
      font-size: 45px;
      line-height: 50px; } }
  @media only screen and (max-width: 700px) {
    .mediumblack {
      font-size: 30px;
      line-height: 35px; } }

.smallerwhite {
  font-size: 50px;
  color: #fff;
  line-height: 55px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase; }
  @media only screen and (max-width: 1000px) {
    .smallerwhite {
      font-size: 32px;
      line-height: 36px; } }
  @media only screen and (max-width: 600px) {
    .smallerwhite {
      font-size: 22px;
      line-height: 25px; } }

.smallerblack {
  font-size: 50px;
  color: #000;
  line-height: 55px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase; }
  @media only screen and (max-width: 1000px) {
    .smallerblack {
      font-size: 32px;
      line-height: 36px; } }
  @media only screen and (max-width: 600px) {
    .smallerblack {
      font-size: 22px;
      line-height: 25px; } }

.smallwhite {
  font-size: 33px;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase; }
  @media only screen and (max-width: 1000px) {
    .smallwhite {
      font-size: 24px;
      line-height: 30px; } }
  @media only screen and (max-width: 600px) {
    .smallwhite {
      font-size: 20px;
      line-height: 24px; } }

.smallblack {
  font-size: 33px;
  color: #000;
  font-weight: 700;
  line-height: 40px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase; }
  @media only screen and (max-width: 1000px) {
    .smallblack {
      font-size: 24px;
      line-height: 30px; } }
  @media only screen and (max-width: 600px) {
    .smallblack {
      font-size: 20px;
      line-height: 24px; } }

.parawhite {
  font-size: 17px;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  line-height: 24px;
  color: #fff; }
  @media only screen and (max-width: 900px) {
    .parawhite {
      font-size: 15px;
      line-height: 22px; } }

.parablack {
  font-size: 17px;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  line-height: 24px;
  color: #000; }
  @media only screen and (max-width: 900px) {
    .parablack {
      font-size: 15px;
      line-height: 22px; } }

.yellow-text {
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  color: #fec00c; }

.highlightSidebars .top-wrap {
  padding-top: 80px; }

/*---------Buttons----*/
.blue-btn {
  border-radius: 5px;
  transition: .3s ease;
  margin: 2px;
  background: linear-gradient(92deg, #1A68B9 1.24%, #0A4889 98.97%);
  padding: 13px 22px;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border: none; }

.yellow-btn {
  border-radius: 5px;
  transition: .3s ease;
  margin: 2px;
  background: linear-gradient(to right, #fec00c, #D8A001);
  padding: 13px 22px;
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border: none; }

.yellow-center-btn {
  border-radius: 5px;
  transition: .3s ease;
  margin: 0 auto;
  background: linear-gradient(to right, #fec00c, #D8A001);
  padding: 13px 22px;
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  border: none; }

.trans-btn {
  border-radius: 5px;
  transition: .3s ease;
  margin: 2px;
  background: transparent;
  padding: 13px 22px;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border: solid 1px #fff; }

.yellow-btn:hover, .yellow-center-btn:hover {
  background: linear-gradient(to right, #D8A001, #C99500); }

.blue-btn:hover {
  background: linear-gradient(92deg, #15589E 1.24%, #053A72 98.97%); }

.trans-btn:hover {
  background: #fff;
  color: #000; }

.header-width {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box; }

.wrap {
  max-width: 1750px;
  margin: 0 auto;
  width: 93%;
  padding: 10px;
  box-sizing: border-box; }

.wrap2 {
  max-width: 1450px;
  margin: 0 auto;
  width: 93%;
  padding: 10px;
  box-sizing: border-box; }

.lgpad {
  padding: 40px 10px; }

.blue-back {
  width: 100%;
  background: radial-gradient(83.73% 83.71% at 49.05% 16.3%, #0D5096 0%, #0C2A4A 100%);
  padding: 30px 10px;
  position: relative; }

.truck-back {
  width: 100%;
  background-image: url("/wp-content/themes/www.machineriestpierre.com/images/fat-truck-back.jpg");
  background-blend-mode: multiply;
  background-color: #1A68B9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.top-wrap {
  max-width: 1750px;
  margin: 0 auto;
  width: 93%;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  padding: 5px 10px; }
  .top-wrap a {
    padding: 0 10px;
    border-right: solid 2px #fff; }
  .top-wrap a:last-of-type {
    border-right: none; }

#enMenu, #esMenu {
  width: 100%;
  flex-direction: column; }

.dual-menu {
  display: none; }

.top-header {
  width: 100%;
  background: #000; }
  .top-header a {
    color: #fff;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    text-transform: uppercase; }

.bottom-head-wrap {
  width: 100%;
  box-shadow: 0 2px 8px 3px rgba(0, 0, 0, 0.2);
  background: #fff; }

.bottom-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1750px;
  margin: 0 auto;
  width: 93%;
  padding: 10px;
  box-sizing: border-box; }

.logo {
  max-width: 250px;
  width: 100%; }
  .logo img {
    width: 100%; }

.menu {
  width: calc(100% - 480px); }

.head-left {
  width: 100%;
  max-width: 200px; }

.head-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 24px 0; }

.socials {
  padding-right: 15px; }

.socials a icon {
  font-size: 22px !important;
  color: #000;
  padding: 0 10px !important; }

.langs, .langs a {
  color: #000;
  font-weight: 400; }

.bottom-head-wrap {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff; }

/*-------Home Page---------*/
.brand {
  width: 95%;
  margin: 12px !important;
  border: solid 1px #ccc;
  padding: 15px;
  height: 100px;
  display: block; }
  .brand img {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: contain; }

.ql {
  width: 100%;
  overflow: hidden;
  display: block;
  transition: .3s ease;
  height: 600px;
  text-align: left !important;
  position: relative; }
  .ql .blue-over {
    background: rgba(16, 83, 152, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 5; }
  .ql img {
    width: 100%;
    transition: .3s ease;
    filter: brightness(0.7);
    height: 100%;
    object-fit: cover; }
  .ql .btm-text {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    z-index: 50; }
  .ql .hidden-txt {
    display: block;
    padding: 0;
    transform: translateY(20px);
    opacity: 0;
    transition: .3s ease; }
  .ql h2 {
    max-width: 350px;
    transition: .3s ease;
    font-size: clamp(20px, 3vw, 50px);
    transform: translateY(20px);
    color: #fff;
    line-height: 1.1;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase; }

.ql:hover .hidden-txt {
  opacity: 1;
  transform: translate(0); }

.ql:hover img {
  transform: scale(1.1); }

.ql:hover h2 {
  transform: translate(0); }

.mobile-ql-btn {
  display: none; }

.video-wrap {
  width: 85%; }

.prevButton-container-qls-home, .nextButton-container-qls-home {
  display: none !important; }

/*----Services---*/
.serv {
  min-height: 180px;
  text-align: center;
  border-right: solid 1px #ccc;
  margin: 12px 12px 12px 0 !important;
  padding: 15px 15px 15px 0 !important;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center; }
  .serv h3 {
    width: 100%;
    font-size: 24px !important;
    line-height: 28px;
    margin: 0; }
  .serv i, .serv icon {
    font-size: 50px;
    color: #1A68B9 !important;
    padding-bottom: 10px; }

.gray-back {
  background: #f2f2f2; }

/*---Contact Home----*/
.contact-home {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 30px 0; }

.contact-left {
  width: 40%; }
  .contact-left img {
    width: 90% !important;
    margin-top: 60px;
    float: right;
    margin-right: -50px !important;
    z-index: 50;
    position: relative; }

.contact-right {
  width: 60%; }

/*----Form----*/
.form1 {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  padding: 40px !important; }
  .form1 h1 {
    font-size: 50px;
    color: #000;
    line-height: 55px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    border-bottom: solid 5px #1A68B9;
    display: inline-block;
    margin-bottom: 15px; }
    @media only screen and (max-width: 1000px) {
      .form1 h1 {
        font-size: 32px;
        line-height: 36px; } }
    @media only screen and (max-width: 600px) {
      .form1 h1 {
        font-size: 22px;
        line-height: 25px; } }
  .form1 h2 {
    font-size: 33px;
    color: #000;
    font-weight: 700;
    line-height: 40px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    border-bottom: solid 5px #1A68B9;
    display: inline-block;
    margin-bottom: 15px; }
    @media only screen and (max-width: 1000px) {
      .form1 h2 {
        font-size: 24px;
        line-height: 30px; } }
    @media only screen and (max-width: 600px) {
      .form1 h2 {
        font-size: 20px;
        line-height: 24px; } }

.form2 {
  width: 100%;
  background: #fff; }

/*----Where to find us-----*/
.dirt-sec {
  width: 100%;
  padding: 70px 0;
  background-image: url("/wp-content/themes/www.machineriestpierre.com/images/dirt.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -4px; }

.find {
  max-width: 1450px;
  margin: 0 auto;
  width: 93%;
  padding: 10px;
  box-sizing: border-box; }

.find-text {
  width: 100%;
  padding-bottom: 30px; }

.home-locs {
  width: 100%;
  padding-bottom: 200px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
  .home-locs .locs-btn {
    width: 300px;
    padding-right: 20px; }
    .home-locs .locs-btn button {
      color: #fff;
      font-size: 22px;
      font-weight: 700;
      text-transform: uppercase;
      width: 300px;
      margin: 5px;
      background: #000;
      padding: 50px 15px;
      text-align: center;
      border: none; }
  .home-locs .locs-container {
    margin-left: 30px;
    background: #fff;
    width: calc(100% - 300px);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
    padding: 20px;
    border-radius: 6px; }
    .home-locs .locs-container h3 {
      font-size: 33px;
      color: #000;
      font-weight: 700;
      line-height: 40px;
      font-family: "Oswald", sans-serif;
      text-transform: uppercase; }
      @media only screen and (max-width: 1000px) {
        .home-locs .locs-container h3 {
          font-size: 24px;
          line-height: 30px; } }
      @media only screen and (max-width: 600px) {
        .home-locs .locs-container h3 {
          font-size: 20px;
          line-height: 24px; } }
    .home-locs .locs-container a {
      color: #000;
      padding: 5px 0;
      font-size: 16px; }
    .home-locs .locs-container a:hover {
      text-decoration: underline; }

.locs-btn .selected {
  background: #1A68B9 !important; }

/*----------Pages------------*/
.about-img {
  max-height: 530px; }
  .about-img img {
    max-height: 100%;
    object-fit: cover;
    width: 100%; }

.contact-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.contact-map {
  width: 450px; }

.contact-info {
  width: calc(100% - 450px);
  padding: 40px;
  background: #fff; }
  .contact-info ul {
    margin: 0 !important;
    padding: 0 !important; }
    .contact-info ul li {
      margin: 0 !important;
      padding: 0 !important;
      list-style: none !important; }
      .contact-info ul li a {
        color: #000; }
      .contact-info ul li a:hover {
        color: #1A68B9; }

.wrap2 h1 {
  padding-bottom: 20px !important; }

.wrap2 h2 {
  padding-bottom: 10px !important; }

/*--------Careers-----*/
.career {
  margin: 10px !important;
  transition: .3s ease;
  display: block;
  color: #fff;
  width: calc(100% - 20px);
  background: linear-gradient(to bottom, #0D5096 0%, #0C2A4A 100%);
  border-radius: 8px;
  padding: 30px;
  text-align: left !important; }
  .career h2 {
    font-size: 33px;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    text-transform: none;
    padding-bottom: 15px;
    min-height: 105px;
    border-bottom: solid 1px #fff;
    padding-bottom: 25px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 1000px) {
      .career h2 {
        font-size: 24px;
        line-height: 30px; } }
    @media only screen and (max-width: 600px) {
      .career h2 {
        font-size: 20px;
        line-height: 24px; } }
  .career .loc {
    text-align: left !important;
    font-size: 17px;
    font-weight: 400;
    font-family: "Noto Sans", sans-serif;
    line-height: 24px;
    color: #fff;
    text-align: left !important; }
    @media only screen and (max-width: 900px) {
      .career .loc {
        font-size: 15px;
        line-height: 22px; } }
  .career .type {
    font-size: 16px;
    font-style: italic;
    color: #fff;
    text-align: left !important; }

.career:hover {
  transform: scale(1.02); }

.small {
  font-size: 16px;
  font-style: italic;
  color: #444; }

.career-page p {
  font-size: 17px;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  line-height: 24px;
  color: #000; }
  @media only screen and (max-width: 900px) {
    .career-page p {
      font-size: 15px;
      line-height: 22px; } }
.career-page h2 {
  font-size: 33px;
  color: #000;
  font-weight: 700;
  line-height: 40px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase; }
  @media only screen and (max-width: 1000px) {
    .career-page h2 {
      font-size: 24px;
      line-height: 30px; } }
  @media only screen and (max-width: 600px) {
    .career-page h2 {
      font-size: 20px;
      line-height: 24px; } }
.career-page .back a {
  color: #444; }
.career-page .back a:hover {
  color: #1A68B9; }

.career-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px; }

.career-left {
  width: 100%; }

.career-right {
  width: calc(37% - 15px);
  margin: 10px 0; }

.PrevButton11, .NextButton11, .PrevButton12, .NextButton12 {
  display: none !important; }

.career-top-new {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.career-text {
  width: 50%;
  padding: 100px 30px 100px 6%; }
  .career-text p {
    padding-top: 10px; }

.blue-back2 {
  width: 100%;
  background: radial-gradient(83.73% 83.71% at 49.05% 16.3%, #0D5096 0%, #0C2A4A 100%);
  padding: 0;
  position: relative; }

.career-img {
  float: right;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  height: 600px; }
  .career-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 600px;
    clip-path: polygon(100% 0%, 88% 50%, 100% 100%, 19% 100%, 0% 50%, 18% 0%); }

/*----Applications---*/
.showroom {
  width: calc(100% - 20px);
  margin: 10px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
  transition: .3s ease;
  display: block; }
  .showroom img {
    width: 100%;
    height: 240px;
    object-fit: contain;
    padding: 20px 30px; }
  .showroom h2 {
    font-size: 18px;
    transition: .3s ease;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    padding: 14px 12px;
    background: #1A68B9;
    color: #fff; }
  .showroom:hover h2 {
    background: #fec00c;
    color: #000; }
  .showroom:hover {
    box-shadow: inset 0 0 4px 2px rgba(0, 0, 0, 0.15); }

/*---404---*/
.errorpage {
  text-align: center;
  max-width: 1450px;
  margin: 0 auto;
  width: 93%;
  padding: 10px;
  box-sizing: border-box;
  margin: 40px auto; }
  .errorpage h1 {
    font-size: 180px;
    font-weight: 800;
    display: content; }
    .errorpage h1 span {
      font-size: 24px;
      font-weight: 600;
      text-transform: uppercase; }

/*------Footer-----*/
.footer-back {
  width: 100%;
  background-color: #000; }

.footer-wrap {
  max-width: 1750px;
  margin: 0 auto;
  width: 93%;
  padding: 10px;
  box-sizing: border-box;
  padding: 120px 10px;
  color: #fff; }

.footer-wrap a:not([data-blockstyles="sheditor-element-ignore"]) {
  color: #fff !important; }

.foot-list ul {
  margin: 0 !important;
  padding: 0 !important; }
  .foot-list ul li {
    list-style: none !important; }
    .foot-list ul li a {
      color: #f0f0f0 !important;
      font-size: 16px !important;
      line-height: 30px !important; }

#enfooter {
  width: 100%; }

.footers {
  display: none; }

.copy {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 50px; }

.prevButton-container-qls-home, .nextButton-container-qls-home {
  display: none; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inv-content .accordion-button {
  font-size: 20px !important;
  background: rgba(245, 51, 63, 0.5);
  color: #000 !important; }

.inv-content .accordion-button:focus {
  border: none !important;
  box-shadow: none !important; }

.inv-content .accordion-item, .inv-content .collapsed {
  background: #fff !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: #1A68B9 !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: #1A68B9 !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: .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 Second !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; }

.mobile-links {
  display: none !important; }

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1450px) {
  .dozer {
    width: 40%; }
    .dozer img {
      width: 100%; }

  .serv h3.smallblack {
    font-size: 20px !important;
    line-height: 24px !important; } }
@media only screen and (max-width: 1300px) {
  .ql {
    height: 350px; }

  .dozer {
    padding: 120px 0 100px 0; }

  .loc-btns {
    width: 220px; }
    .loc-btns button {
      width: 220px; }

  .loc-container {
    width: calc(100% - 220px); } }
@media only screen and (max-width: 1250px) {
  .contact-left {
    display: none; }

  .contact-right {
    width: 100%; } }
@media only screen and (max-width: 1200px) {
  .find {
    flex-direction: column; }

  .dozer {
    padding: 50px 0;
    width: 60%;
    margin: 0 Auto; }

  .contact-row {
    flex-direction: column; }

  .contact-map {
    width: 100%; }
    .contact-map iframe {
      height: 300px !important; }

  .contact-info {
    width: 100%; }

  .career-row {
    flex-direction: column;
    gap: 10px; }

  .career-left {
    width: 100%; }

  .career-right {
    width: calc(100% - 20px);
    margin: 10px; }

  .career h2 {
    min-height: 0; }

  .home-locs {
    flex-direction: column; }

  .locs-btn {
    display: flex;
    flex-direction: row;
    width: 100% !important;
    padding: 0 !important; }
    .locs-btn button {
      padding: 20px 10px !important;
      font-size: 20px !important;
      width: 50% !important; }

  .locs-container {
    width: calc(100% - 10px) !important;
    margin: 0 auto !important; }

  .career h2 {
    min-height: 110px; } }
@media only screen and (max-width: 992px) {
  .about-img {
    display: none !important; }

  .ql {
    height: 240px !important; }

  .ql {
    margin-bottom: -2px; }

  .ql .btm-text h2 {
    font-size: 40px !important;
    line-height: 45px !important;
    max-width: 300px; }

  .career h2 {
    min-height: 0px; } }
@media only screen and (max-width: 900px) {
  .career-top-new {
    flex-direction: column-reverse; }

  .career-text {
    width: 100%;
    padding: 30px 5% 40px 5%; }

  .career-img {
    width: 80%;
    height: 350px;
    margin-left: 20%;
    padding: 20px 0; }
    .career-img img {
      height: 350px; } }
@media only screen and (max-width: 850px) {
  .mobile-remove {
    display: none !important; }

  .dozer {
    padding: 0;
    width: 80%;
    margin: -20px auto 0 auto; }
    .dozer img {
      width: 100%;
      margin-left: 0 !important; }

  .mobile-ql-btn {
    display: inline-block; }

  .hidden-txt {
    display: none; } }
@media only screen and (max-width: 700px) {
  .lgpad {
    padding: 30px 10px; }

  .form1 {
    padding: 30px !important; }

  .form1 .mb-3 {
    margin-bottom: 5px !important; }

  .video-wrap {
    width: 100%; }

  .blue-back {
    padding: 30px 10px 0 10px; }

  .slick-arrow {
    display: none !important; } }
@media only screen and (max-width: 600px) {
  .bottom-header {
    flex-wrap: wrap; }
    .bottom-header .logo {
      width: 50%; }
    .bottom-header .menu {
      width: 50%; }

  .head-left {
    flex-direction: column;
    padding: 3px 0;
    width: 100%;
    max-width: none; }

  .head-left .socials, .head-left .langs {
    display: none; }

  .socials {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .socials icon {
      width: 45px;
      margin: 3px;
      flex-wrap: wrap;
      height: 45px;
      border-radius: 50%;
      padding: 5px;
      background: #fec00c;
      display: flex;
      justify-content: center;
      align-content: center;
      align-self: center; }

  .social-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0; }

  .langs {
    text-align: center; }

  .dozer {
    width: 80%; }

  .top-wrap {
    display: none; }

  .home-locs {
    padding-bottom: 100px; } }
@media only screen and (max-width: 500px) {
  .bottom-header .logo {
    width: calc(100% - 80px); }

  .bottom-header .menu {
    width: 80px; }

  .brd-right {
    border-right: solid 2px #fff; }

  .top-wrap a {
    border: none !important;
    display: block;
    text-align: center !important; }

  .lgpad {
    padding: 20px 10px; }

  .dozer {
    margin: 40px auto 0 auto;
    padding-bottom: 90px; }
    .dozer img {
      width: 100% !important; }

  .footer-wrap {
    padding: 60px 10px; }

  .dirt-sec {
    padding: 10px 0; }

  .footer-wrap ul li {
    list-style: none !important; }

  .footer-wrap a {
    line-height: 30px; }

  .footer-wrap .yellow-text {
    padding-top: 20px !important;
    display: block; }

  .career-img {
    width: 90%;
    height: 240px;
    margin-left: 10%; }
    .career-img img {
      height: 240px; }

  .serv {
    min-height: 150px !important;
    padding: 0 5px !important;
    border: none;
    margin: 5px !important;
    width: calc(100% - 10px) !important; }

  .serv h3.smallblack {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 21px !important; }

  .serv icon {
    font-size: 40px; }

  .brand {
    height: 75px !important;
    padding: 8px !important;
    width: calc(100% - 10px) !important;
    margin: 5px !important; }

  .service-slider .slick-current {
    border-right: solid 1px #ccc !important; } }
@media only screen and (max-width: 430px) {
  .career {
    padding: 15px !important; }

  .showroom img {
    height: 160px; }

  .dozer {
    width: 100%;
    margin-top: 70px !important;
    padding-bottom: 80px; }

  .locs-container {
    padding: 0 20px 20px !important; }

  .locs-btn button {
    font-size: 16px !important;
    font-weight: 500 !important; } }
@media only screen and (max-width: 380px) {
  .top-wrap a {
    font-size: 15 !important;
    line-height: 20px; }

  .showroom img {
    height: 130px; } }
