﻿/***** BEGIN RESET 

font-family: 'Asap', sans-serif;
font-family: 'Space Grotesk', sans-serif;

*****/
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: 'Asap', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Space Grotesk', sans-serif;
}
p {
  font-family: 'Asap', sans-serif;
  font-size: 16px;
  line-height: 28px;
}
a:link, a:visited, a:active {
  text-decoration: none;
  font-family: 'Asap', sans-serif;
}
a:hover {
  text-decoration: none;
}
hr {
  border: 1px solid #eee;
  margin: 7% 10%;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--- HEADER STYLES ---------------------*/
header {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 140px;
}
.white-bg {
  background: #222;
}
.top-head {
  justify-content: space-between;
  font-size: 16px;
  align-items: baseline;
	width: 95%;
	margin: 0 auto;
	padding: 5px 0;
	color: #fff;
}
.left-side {
  gap: 30px;
  align-content: flex-end;
  align-items: center;
}
.head-sites {
  display: flex;
  align-items: center;
  justify-content: center
}

a.head-phone,.left-side span {
  font-family: 'Space Grotesk', sans-serif;
  color: #fff !important;
  font-weight: 800;
  font-size: 16px;
  -webkit-transition: .4s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
a.head-phone .fa-solid {
  color: #c23027 !important;
}
a.head-phone:hover {
  color: #c23027 !important;
}
.left-side a:hover {
  color: #000
}
.left-side a {
  color: #c23027;
  font-size: 18px;
  -webkit-transition: .4s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}


.right-side.flex-container {
  gap: 20px;
  align-items: center;
}
.sub-nav .flex-container {
  gap: 15px;
}
.sub-nav ul li a {
  color: #fff !important;
  -webkit-transition: .4s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  font-weight: 600;
}
.sub-nav ul li a:hover {
  color: #c23027 !important;
}
#red {
  color: #c23027 !important;
  padding: 0px 0px 0px 10px !important;
  -webkit-transition: .4s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
#red:hover {
  color: #fff !important;
}
button.holding-link, button.energy-link {
  font-size: 16px;
  padding: 10px 40px;
  color: #fff;
  border: none;
  font-family: 'Asap', sans-serif;
  cursor: pointer;
}
button.holding-link {
  background: #222;
}
button.energy-link {
  background: #c23027;
}
.bottom-head {
  position: relative;
}
.bottom-head .flex-container {
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 5px 0px;
	width: 95%;
}
.logo img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease !important;
  -moz-transition: all 0.4s ease !important;
  -ms-transition: all 0.4s ease !important;
  -o-transition: all 0.4s ease !important;filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
	width: 300px;
}
.logo img:hover {
  opacity: 0.8;
}
.flex-search {
  padding: 0 !important;
  width: 90%;
  margin: 0 auto;
  align-items: flex-start !important;
  gap: 10px;
}
#search {
  position: absolute;
  top: 0;
  bottom: 15px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999999999999;
  box-shadow: rgb(0 0 0 / 18%) 0px 2px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-bg {
  -webkit-animation: slide-down .3s ease-out;
  -moz-animation: slide-down .3s ease-out;
  align-items: center;
  justify-content: center;
}
.search-btn {
  display: none;
}
#search-header input {
  caret-color: #c23027 !important;
}
#search-header input:focus {
  outline-width: 0;
}
.searchTerm::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.searchTerm:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c23027;
}
.searchTerm::-ms-input-placeholder { /* Microsoft Edge */
  color: #c23027;
}
input#search-box:focus {
  outline: none;
}
.search-wrap {
  padding: 13px 0;
  width: 100%;
}
.search-header input[type="text"]:not([class^="Mui"]) {
  width: 100% !important;
  border: none !important;
  font-size: 22px !important;
  color: #000 !important;
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  height: auto !important;
  line-height: 70px !important;
}
#closeSearch {
  float: right;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease !important;
  -moz-transition: all 0.4s ease !important;
  -ms-transition: all 0.4s ease !important;
  -o-transition: all 0.4s ease !important;
  color: #000;
  padding: 20px 0;
}
#closeSearch:hover {
  color: #c41230;
}

a.head-social {
    font-size: 22px;
    color: #c23027;
	transition: .3s all;
}

a.head-social:hover {
	opacity: .7;
    color: #fff;
}

.nav-socials {
    color: #fff !important;
    position: absolute;
    top: 0;
    position: absolute;
    padding: 3px 8px 3px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    background: #000;
    color: #999;
    text-decoration: none;
    top: -38px;
    LEFT: 13px;
}

.head-socials.flex-container {
    align-items: flex-start;
flex-basis: fit-content;
        flex-direction: column;
    padding: 10px 0 !important;
	gap: 5px
}

.logo-wrap {
	display: flex;
	gap: 20px;
}


/*---BODY--------------------------------*/
.flex-container {
  display: flex;
}
.center {
  text-align: center;
}
.mobile-only, #no-show {
  display: none;
}
.wid-90 {
  width: 90%;
  margin: 0 auto;
}
.wid-80 {
  width: 80%;
  margin: 0 auto;
}
#l-pad {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
#xl-pad {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.page-width {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}
.page-width a {
  color: #000;
  font-weight: 600;
}
.page-width a:hover {
  text-decoration: underline;
}
.small-wid {
  max-width: 950px !important;
}
.page-seperator {
  background: url("../siteart/grey-bg.jpg") no-repeat;
  background-size: cover;
  background-position: 25% 10%;
}
.black-line {
  background: #000 !important;
  height: 1px;
}
.grey-bg {
  background: #f9f9f9;
}
/*-----HOME -------*/
.hero.home-pg {
  background: url("/siteart/hero.jpg") no-repeat;
  background-color: #000;
  background-size: cover;
  background-position: 25% 17%;
}
.hero.inventory-pg {
  background: url("/siteart/inv-bg.jpg") no-repeat;
  background-color: #000;
  background-size: cover;
  background-position: 25% 58%;
}
.hero.sub-pg.parts-pg {
  background: url("/siteart/parts-bg.jpg") no-repeat;
  background-color: #000;
  background-size: cover;
  background-position: 25% 50%;
}
.hero.sub-pg.service-pg {
  background: url("../siteart/serve-bg.jpg") no-repeat;
  background-color: #000;
  background-size: cover;
  background-position: 25% 50%;
}
.hero.sub-pg.rental-pg {
  background: url("../siteart/rental-bg.jpg") no-repeat;
  background-color: #000;
  background-size: cover;
  background-position: 25% 50%;
}
.hero.sub-pg.finance-pg {
  background: url("../siteart/finance-bg.jpg") no-repeat;
  background-color: #000;
  background-size: cover;
  background-position: 25% 50%;
}
.hero.sub-pg.contact-pg {
  background: url("../siteart/inv-bg.jpg") no-repeat;
  background-color: #000;
  background-size: cover;
  background-position: 25% 53%;
}
.hero.sub-pg.pumps-pg {
  background: url("../siteart/pumps-bg.jpg") no-repeat;
  background-color: #000;
  background-size: cover;
  background-position: 25% 53%;
}
.hero.sub-pg.career-pg {
  background: url("../siteart/career-bg.jpg") no-repeat;
  background-color: #000;
  background-size: cover;
  background-position: 25% 0%;
}
.hero.sub-pg.newsletter-pg {
  background: url("../siteart/newsletter-bg.jpg") no-repeat;
  background-color: #000;
  background-size: cover;
  background-position: 25% 90%;
}
.sub-pg .hero-wrapper {
  padding: 80px 0;
}
.sub-pg h1, .inventory-pg h1 {
  font-size: 40px !important;
  font-weight: 500;
}
.header-space {
  height: 140px;
}
.hero-wrapper {
  display: flex;
  align-items: center;
  width: 55%;
  justify-content: center;
  padding: 8% 0 12% 0;
  color: #fff;
  margin: 0 auto;
}
.inventory-pg .hero-wrapper {
  padding: 90px 0 165px;
  width: 90%;
}
.inventory-pg .hero-buttons {
  padding-top: 20px;
}
.hero-text {
  text-align: center;
}
.hero-text h1 {
  text-transform: uppercase;
  font-size: 48px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
}
.inventory-pg .hero-text h1 {
  padding-bottom: 0;
  text-transform: uppercase;
}
.hero-text p {
  font-size: 18px;
  line-height: 28px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  width: 500px;
  margin: 0 auto;
  padding-top: 30px;
}
.hero-buttons a {
  flex-basis: 50%;
}
button.cta-red {
  font-family: 'Space Grotesk', sans-serif;
  padding: 10px;
  flex-basis: 50%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  background: #c23027;
  color: #fff;
  border: none;
  width: 100%;
  border-radius: 5px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  cursor: pointer;
  -webkit-transition: .6s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}
button.cta-white {
  font-family: 'Space Grotesk', sans-serif;
  padding: 10px;
  flex-basis: 50%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  background: #fff;
  color: #c23027;
  border: none;
  width: 100%;
  border-radius: 5px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  cursor: pointer;
  -webkit-transition: .6s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}
.cta-red:hover {
  background: #a51d1d;
}
.cta-white:hover {
  color: #222;
}
/***MOBILE CTA **/
.hero-buttons-mobile {
  display: none;
  justify-content: space-between;
}
.hero-buttons-mobile .cta-red, .hero-buttons-mobile .cta-white {
  border-radius: 0;
  flex: 1;
  width: 100%;
  padding: 15px 0;
  box-shadow: none !important;
}
.hero-buttons-mobile a {
  width: 100%;
}
/*CATEGORY ICONS*/
a.cat-btn {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  color: #fff;
  position: relative;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.cat-btn img {
  max-width: 100%;
  width: 100px;
}
.cat-btn img:hover {
  color: #fff
}
.cat-btn:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 31px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.5s ease 0s, left 0.5s ease 0s;
  width: 0;
}
.cat-btn:hover:after {
  width: 100%;
  left: 0;
}
.cat-buttons {
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  gap: 80px;
  color: #fff;
}
.red-bg {
  position: relative;
  background: #c23027;
  height: 45px;
}
.cat-text {
  font-family: 'Space Grotesk', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .5px;
  font-size: 18px;
}
/**MOBILE CTA**/
a.cat-btn-mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #222;
  color: #fff;
  flex-grow: 1;
  flex-basis: 30%;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px;
  border: 1px solid #3a3a3a;
}
.mobile-cat.cat-buttons-wrap.flex-container {
  flex-wrap: wrap;
  background: #222;
  display: none;
}
.cat-btn-mobile img {
  max-width: 100%;
  width: 65px;
}
span.cat-text-mobile {
  font-family: 'Space Grotesk', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .5px;
  font-size: 16px;
}
/*Home text*/
.home-bg {
  background: url(../siteart/home-bg.jpg) no-repeat;
  background-size: cover;
  background-position: 25% 92%;
  padding: 60px 0;
}
.home-wrapper.flex-container {
  width: 90%;
  margin: 0 auto;
  gap: 60px;
  max-width: 1450px;
  align-items: center;
}
span.small-head {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
}
.lot-image, .home-text {
  flex: 1;
}
.home-text h1 {
  text-transform: uppercase;
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 30px;
}
.lot-image img {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
}
.black-btn {
  font-family: 'Space Grotesk', sans-serif;
  padding: 10px 40px;
  flex-basis: 50%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  background: #222;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin-top: 25px;
  cursor: pointer;
  transition: .3s all;
}
.black-btn:hover {
  color: #c23027;
}
.red-btn {
  font-family: 'Space Grotesk', sans-serif;
  padding: 10px 40px;
  flex-basis: 50%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  background: #c23027;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin-top: 25px;
  cursor: pointer;
  transition: .3s all;
}
.red-btn:hover {
  background: #a51d1d;
}
/* MANU SLIDE */
.brand-wrap {
  width: calc(100% - 10px);
  margin: 0 5px;
  display: flex;
  align-items: flex-end;
  padding-top: 100%;
  transition: ease all 0.3s;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}
.brand-wrap:hover {
  opacity: .7;
}
.nh-ag {
  background: url("/siteart/manu/new-holland-ag.jpg") no-repeat;
  background-size: cover;
  background-position: 20% 50%;
}
.nh-co {
  background: url("/siteart/manu/new-holland-construction.jpg") no-repeat;
  background-size: cover;
  background-position: 55% 50%;
}
.takeuchi {
  background: url("/siteart/manu/takeuchi.jpg") no-repeat;
  background-size: cover;
  background-position: 53% 50%;
}
.link-belt {
  background: url("/siteart/manu/link-belt.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.sakai {
  background: url("/siteart/manu/sakai.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.kuhn {
  background: url("/siteart/manu/kuhn.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.woods {
  background: url("/siteart/manu/woods.jpg") no-repeat;
  background-size: cover;
  background-position: 10% 50%;
}
.kubota {
  background: url("/siteart/manu/kubota.jpg") no-repeat;
  background-size: cover;
  background-position: 45% 50%;
}
.bush-hog {
  background: url("/siteart/manu/bush-hog.jpg") no-repeat;
  background-size: cover;
  background-position: 40% 50%;
}

.gorman-rupp {
  background: url("/siteart/manu/gorman-rupp.jpg") no-repeat;
  background-size: cover;
  background-position: 40% 50%;
}

.cormidi {
  background: url("/siteart/manu/cormidi.jpg") no-repeat;
  background-size: cover;
  background-position: 40% 50%;
}

.massey-ferg {
  background: url("/siteart/manu/massey-ferguson.jpg") no-repeat;
  background-size: cover;
  background-position: 40% 50%;
}

.logo-holder {
  background: rgba(255, 255, 255, 0.70);
  height: 120px;
  display: flex;
  align-items: center;
  width: 100%;
}
.logo-holder img {
  max-width: 180px;
  width: 80%;
  margin: 0 auto;
}
.manu-wrap {
  padding-bottom: 30px;
  width: 90%;
  margin: 0 auto;
}
.red-text {
  margin: 10px 5px;
  text-transform: uppercase;
  font-weight: 900;
  color: #c23027;
}
.red-txt {
  color: #c23027;
}

/*
.banner-ad img {max-width: 90%;width: 100%;margin: 0 auto;}
.banner-ad {display: block; width: 100%;background: #EC2227;text-align: center;}
*/

.banner-ad{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding-bottom: 30px;
	
	
	img{
		max-width: 1200px;width: 100%;
	}
}

.img-filter{
	filter: brightness(1.04);
}
.bannertxt {
  background: #EC2227;
  text-align: center;
  padding: 10px 0 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.bannertxt a {color: #fff;font-family: 'Space Grotesk', sans-serif !important;text-decoration: underline;transition:.3s all;}
.bannertxt a:hover {text-decoration: none;}
.service-bg {
  background: url("../siteart/service-bg.jpg") no-repeat;
  background-color: #000;
  background-size: cover;
  background-position: 25% 58%;
  padding: 90px 0;
  background-attachment: fixed;
}
.service-bg h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}
.service-bg h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
	letter-spacing: 1px;
  font-weight: 400;
}
.service-bg p {
  color: #cacaca;
  width: 90%;
  margin: 10px auto 0;
}
.flex-container.flex-services {
  gap: 90px;
  padding: 70px 0 0;
}
.service-item {
  flex: 1;
  color: #cacaca
}
.service-item p {
  width: 100%;
	
}

.service-item strong {
	transition: .3s all;
}

.service-item a:hover strong {
	color: #c23027;
}
.service-icon {
  color: #c23027;
  font-size: 52px;
  margin-bottom: 20px;
}
.service-item strong {
  color: #fff;
  font-size: 18px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  letter-spacing: .75px;
}


/* PARTS PAGE */
.sub-red.red-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
}
.sub-red.red-bg p {
  font-size: 22px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-family: 'Space Grotesk', sans-serif;
}
.sub-red.red-bg a {
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  -webkit-transition: .6s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}
.sub-red.red-bg a:hover {
  color: #000;
}
.flex-container.flex-page {
  gap: 70px;
}
.right-half.flex-container {
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 20px;
}
.left-half {
  flex: 3;
}
.button-wrap {
  display: flex;
  gap: 10px;
}
a.parts-button {
  background: #222;
  color: #fff;
  padding: 0 15px;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: 'Space Grotesk', sans-serif;
  flex-basis: 24%;
  flex-grow: 1;
  line-height: 22px;
  font-size: 16px;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  -webkit-transition: .6s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}
a.parts-button:hover {
  color: #c23027;
  text-decoration: none !important;
}

a.new-parts-button {
  background: #c23027;
  color: #fff;
  padding: 0 15px;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: 'Space Grotesk', sans-serif;
  flex-basis: 24%;
  flex-grow: 1;
  line-height: 22px;
  font-size: 16px;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  -webkit-transition: .6s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}
a.new-parts-button:hover {
  color: #FFFFFF;
  background-color: #840000;
  text-decoration: none !important;
}
.fa-li .fa-solid {
  color: #c23027
}
.parts-list {
  line-height: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 10px;
}
.parts-list li {
  flex: 1;
  flex-basis: 30%;
}
/* SERVICE PAGE */
.emergency-truck {
  background: #f1f1f1;
  padding: 30px 0;
  border-radius: 2px;
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
}
.emergency-truck .lg-icon {
  font-size: 55px;
  margin-bottom: 15px;
  color: #a51d1d;
}
.emergency-truck button.cta-red {
  box-shadow: none;
  margin-top: 30px;
}
.emergency-truck h2 {
  margin-bottom: 10px;
}
/*financing page*/
h2.red-txt {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 28px;
  font-weight: 600;
  color: #c23027;
}

.flex-container.flex-finance {
    gap: 10%;
    align-items: center;
	justify-content: center;
}

.finance-option.second {text-align: center;}

.finance-option img {max-width: 100%;width: 200px;}

.finance-option { flex-basis: 25%;}
/*Contact page*/
.visit h2, .call h2 {
  margin-bottom: 10px;
}
.half-page, .half-map {
  flex: 1;
}
.contact-flex .half-map {position:relative;overflow: hidden;top: 50px;}
.half-map iframe{position: absolute;top:0;bottom:0;left:0;right:0;margin-top: -75px;}
.contact-flex {
  gap: 60px;
}
.call, .visit {
  flex-basis: 25% !important;
}
.half-page.flex-container {
  flex-wrap: wrap;
}
.contact-info {
  gap: 30px;
  justify-content: space-between;
}
span.flex-container.flex-hours {
  justify-content: space-between;
  gap: 30px;
}
.flex-begin .team-member {
  flex-basis: 21%;
  flex-grow: 0 !important;
}
.team-member {
  flex-basis: 21%;
}
.team h2 {
  font-size: 32px;
  color: #fff;
}
.team-section h3 {
  font-size: 24px;
  text-transform: uppercase;
}
.team-section h4 {
  font-size: 20px;
}
.team-flex.flex-container {
  gap: 50px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.team-border {
    background: #c23027;
    width: 30px;
    height: 5px;
    margin: 10px 0 15px;
}
.red {
  color: #c23027;
}
/* ABOUT PAGE */
.about-img {
  display: flex;
  flex: 1 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.about-img img {
  max-width: 100%;
}
.flex-about .half-page {
  overflow: hidden;
}
.flex-about .half-map {
  flex: 1;
}
.flex-container.flex-about {
  gap: 50px;
}
.about-pad {
  padding-bottom: 60px;
}
/* Career Page */
.career-list {
  line-height: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 20px;
}
.career-list li {
  flex: 1;
  flex-basis: 45%;
}
#iFrame, #iFrame a{
    font-weight: 900 !important;
}


.career-video { position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;margin: 0 auto;}
.career-video iframe{  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;}

.coming-soon {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* HOVER */
/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.cat-btn:hover .hvr-float, a.cat-btn:focus .hvr-float, a.cat-btn:active .hvr-float {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
/*--------TREE PRODUCTS STYLES--------------------*/

.flex-container.flex-products {
    gap: 70px;
    margin-top: 30px;
}

a.tree-products {
    flex: 1;
    padding: 15px 10px;
    border: 1px solid #eee;
    text-align: center;
	cursor: pointer;
	transition: .3s all;
}

a.tree-products:hover {
	opacity: .5;
}
.tree-products img {
    max-width: 100%;
    width: 300px;
}


.tree-pg {
  background: url("../siteart/tree-products.jpg") no-repeat;
  background-size: cover;
  background-position: 27% 240%;
  background-attachment: fixed;
}


/*--PUMPS----*/

ul.fa-ul.pump-list {
    line-height: 38px;
}

.pump-list li {
    flex-basis: 40%;
    flex-grow: 1;
}

.flex-container.flex-pumps {
    justify-content: flex-start;
    gap: 60px;
    margin: 20px 0;
}

.service-side, .rentals-side,.manu-side {
   padding: 0 30px;
    border-radius: 8px;
	flex: 1;
}


.service-side h3, .rentals-side h3 {
	font-size: 20px;	
}


.pump-products {
    cursor: pointer;
    transition: .3s all;
    display: inline-block;
}

.pump-products img {
	max-width: 100%;
	width: 150px;
}

a.pump-products:hover {
	opacity: .7;
}

.flex-pumps strong {
    color: #000;
    font-size: 18px;
}

.flex-pumps strong i {
    color: #c23027;
    margin-right: 10px;
}

/*-------- FOOTER STYLES ----------------*/
footer {
  background: #222222;
}
.newsletter-container {
  border-bottom: 1px solid #3a3a3a;
  color: #fff;
}
.flex-newsletter {
  justify-content: space-between;
  padding: 30px 0px;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}
button.subscribe-btn {
  background: #c23027;
  border: 1px solid #c23027;
  padding: 10px 50px;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif !important;
  cursor: pointer;
  -webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}
button.subscribe-btn:hover {
  background: #91231D;
  border: 1px solid #91231D;
}
.foot-left {
  display: flex;
  gap: 40px;
  align-items: center;
  flex: 1;
}
.foot-right {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
}
h2.foot-head {
  text-transform: uppercase;
  font-size: 32px;
}
p.foot-text {
  color: #979797;
  font-size: 18px;
}
.main-foot.flex-container {
  justify-content: space-evenly;
  padding: 40px 0;
}
.main-foot.flex-container, .main-foot.flex-container a {
  color: #fff;
  font-size: 14px;
}
.foot-col {
  line-height: 24px;
}
.foot-title {
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'Space Grotesk', sans-serif !important;
}
.foot-logo img {
  max-width: 100%;
  width: 90px;
}
a.foot-phone {
  color: #8b8b8b !important;
  font-weight: 600;
  line-height: 32px;
  font-size: 18px !important;
  font-family: 'Space Grotesk', sans-serif !important;
}
.email-box {
  padding: 10px;
  border: 1px solid #3a3a3a;
  flex: 1.5;
  color: #979797
}
.grey-icon {
  color: #8b8b8b !important;
  margin-right: 3px;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-content .list-listing, .list-content .list-main-section, .faceted-search-content, .faceted-search-content .faceted-section-head, .compare-listings-container .compare-container, .bold {
  font-family: 'Asap', sans-serif !important;
}
.list-top-section .list-title .list-title-text, .list-content .list-listing .listing-top-right .listing-dealer-info > *, .list-content .price-container .price, .list-top-section .sticky-top-menu .listing-option-bar-content .list-listings-count {
  text-transform: uppercase !important;
  font-family: 'Space Grotesk', sans-serif !important;
}
.list-content .list-listing-mobile .dealer-phone-container a {
  font-weight: 800 !important;
}
.list-top-section .list-title .list-listings-count {
  color: #979797 !important
}
.list-content .list-listing, .list-content .list-main-section, .faceted-search-content, .compare-listings-container .compare-container {
  border-radius: 5px !important;
}
.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title h3, .list-top-section .sticky-top-menu .listing-option-bar-content .list-listings-count, .mobile-option-bar .mobile-option-bar-filter {
  color: #c23027 !important;
}
.view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .compare-listings-container .compare-container .button {
  background: #c23027 !important;
  transition: all .2s;
  -webkit-transition: all .2s ease-in-out;
  font-family: 'Asap', sans-serif !important;
}
.view-listing-details-link:hover, .faceted-search-content .selected-facets-container .selected-facet:hover, .compare-listings-container .compare-container .button:hover {
  background: #a51d1d !important;
}
.list-content .list-container .buy-btn, .list-content .list-container .contact-btn, .list-content .list-container .check-availability, .list-content .list-container .email-seller, .list-content .list-container .video-chat, .list-content .list-container .facebook-messenger, .list-content .list-container .whatsapp, .list-content .list-container .text {
  background: #222 !important;
  font-family: 'Asap', sans-serif !important;
}
.list-content .list-error-container .info button {
  background: #000 !important;
}
.list-content .list-error-container .info .selected-facet button {
  background: transparent !important;
}
.faceted-search-content .faceted-section-box .faceted-search {
  transition: all .2s;
  -webkit-transition: all .2s ease-in-out;
}
/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1450px) {
  .hero-wrapper {
    width: 90%;
  }
  .flex-container.flex-services {
    gap: 50px;
  }
}
@media only screen and (max-width: 1300px) {
  p.foot-text {
    font-size: 16px;
  }
  .foot-left {
    flex: 1;
    gap: 30px;
  }
  .flex-newsletter {
    gap: 50px;
  }
  .foot-right {
    flex: 1.5;
  }
  button.subscribe-btn {
    padding: 10px 20px;
  }
  .lot-image {
    display: none;
  }
  .service-bg p {
    width: 100%;
  }
}
@media only screen and (max-width: 1235px) {
  .cat-buttons {
    width: 95%;
    gap: 40px;
  }
  .flex-container.flex-page {
    gap: 40px;
  }
  .career-list li {
    flex: 1;
    flex-basis: 100%;
  }
  .career-list {
    gap: 15px;
  }
}

@media only screen and (max-width: 1200px) {
	.flex-container.flex-pumps {
		gap: 10px;
	}.call, .visit {
  flex: 1 !important;
}
	.contact-info {gap: 80px;}
}

@media only screen and (max-width: 1180px) {

  .flex-container.flex-about {
    gap: 35px;
  }
  .flex-about .half-map {
    flex: 2;
  }
	
	.head-socials.flex-container {
    align-items: flex-start;
	}
	
	
}
@media screen and (max-width: 1134px) {
  .sub-nav, .desktop-only,.right-side.flex-container {
    display: none;
  }
  .mobile-only {
    display: flex;
    align-items: center;
    flex-basis: 8%;
    justify-content: space-between;
  }
	
	.left-side {
		display: none;
	}
	
	.mobile-only {
		flex-basis: 100%;
	}
	
	.head-socials.flex-container {
		width: auto !important;
		flex-direction: row;
    padding: 0px 0 !important;
    gap:10px;
		flex-basis: 30%;

	}
	a.head-social {
		font-size: 22px !important;
		margin-right: 5px;
	}
	
	
	.logo img {
    width: 250px;
}
	.logo-wrap .head-socials {
		display: none;
	}

	
  .top-head {
    width: 95%;
    margin: 0 auto;padding: 5px 0;
  }
  .head-sites a, button.holding-link, button.energy-link, .head-sites {
    width: 100%;
  }
  .right-side.flex-container {
    flex-basis: 75%;
  }
  .left-side a, .left-side a, .mobile-right a {
    font-size: 20px;
  }
  .head-socials.flex-container {
    width: 100%;
    justify-content: space-between;
  }
  #red {
    padding: 0 !important;
  }
  .left-side {
    flex-basis: 8%;
  }
  .flex-container.flex-services, .flex-container.flex-about {
    flex-wrap: wrap;
  }
  .service-item {
    flex-basis: 45%;
  }
	.flex-container.flex-products {
    gap: 40px;
	}
	
	.flex-container.flex-pumps {
		flex-wrap: wrap;
		gap: 40px;
	}
	
	.service-side, .rentals-side {
    flex-basis: 40% !important;
}
	
	.manu-side {
		flex-basis: 100%;
	}
	
}
@media screen and (max-width: 1090px) {
  .foot-right {
    flex: 1;
  }
  .email-box {
    min-width: 300px;
  }
  h2.foot-head {
    font-size: 30px;
  }
  .flex-newsletter {
    gap: 15px
  }
  .cat-btn img {
    width: 85px;
  }
  .parts-list li {
    flex: 1;
    flex-basis: 33%;
  }
  .team-member {
    flex-basis: 30%;
  }
  .team-flex.flex-container {
    gap: 35px;
  }

  .flex-about .half-page, .flex-about .half-map {
    flex-basis: 100%;
  }
  .flex-about .half-map {
    order: -1;
  }
  .flex-container.flex-about {
    gap: 70px;
  }
  .about-img img {
    margin: 0 auto !important;
  }
	    .contact-info {
        gap: 5%;
    }
}
@media screen and (max-width: 955px) {
  .main-foot.flex-container {
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .foot-col {
    flex-basis: 30%;
    flex-grow: 1;
    padding-bottom: 30px;
  }
  .flex-container.flex-page, .contact-flex {
    flex-wrap: wrap;
  }
  .left-half, .right-half.flex-container {
    flex-basis: 100%;
  }
  .right-half.flex-container {
    flex-direction: row;
    gap: 10px;
  }
  a.parts-button {
    padding: 10px;
  }
  .emergency-truck .wid-80 {
    width: 90%;
  }
  .half-page, .half-map {
    flex-basis: 100%;
  }
	.half-map iframe{height: 525px !important;}
}
@media screen and (max-width: 910px) {
  .flex-newsletter, .contact-info {
    flex-wrap: wrap;
  }
  .foot-right, .foot-left {
    flex-basis: 100%;
  }
  a.sub-link {
    flex-basis: 30%;
    flex-grow: 1;
  }
  button.subscribe-btn {
    width: 100%;
  }
  .email-box {
    flex-basis: 75%;
  }
  .hero-buttons {
    padding-top: 20px;
  }
  .hero-text h1 {
    font-size: 40px;
  }
  .team-member {
    flex-basis: 45%;
  }
	
	.flex-container.flex-products {
    flex-wrap: wrap;
	}
	.contact-info {gap: 40px;}
	.visit {flex-basis: 100% !important;}
	span.flex-container.flex-hours {justify-content: flex-start !important;}
}
@media screen and (max-width: 850px) {
  .red-bg, .desktop-cat, .hero-buttons {
    display: none;
  }
  .mobile-cat.cat-buttons-wrap.flex-container, .hero-buttons-mobile {
    display: flex;
  }
  .hero-text h1 {
    font-size: 36px;
  }
  .inventory-pg .hero-wrapper {
    padding: 85px 0 80px
  }
	.finance-option {
    flex: 1;
    text-align: center;
}
	.video iframe{
		width: 525px;
		height: 280px;
	}
	
}
@media screen and (max-width: 740px) {
  .right-side.flex-container, .left-side {
    flex-basis: 100%;
  }
  .top-head {
    width: 100%;
    flex-wrap: wrap;
  }
  .left-side, .mobile-only {
    width: 90% !important;
    margin: 0 auto;
    padding: 5px 0;
  }

  .mobile-only {
    justify-content: space-between;
    gap: 30px;
    flex-basis: 90%;
  }
	
  .email-box {
    min-width: auto !important;
  }

  .header-space {
    height: 130px;
  }
  .sub-red.red-bg p {
    font-size: 18px;
  }
  .sub-pg h1 {
    font-size: 32px !important;
  }
	
	.bottom-head .flex-container {
		width: 90% !important;
		padding: 5px 0 !important;
	}
	
	a.tree-products {
		flex-basis: 40%;
		flex-grow: 1;
	}
}
@media only screen and (max-width: 670px) {
  a.parts-button {
    padding: 10px;
    flex-basis: 100%;
    flex-grow: 1;
  }
  .right-half.flex-container {
    flex-wrap: wrap;
  }
	
	.button-wrap a {
		flex-basis: 100%;
	}
	
	.button-wrap {
    flex-wrap: wrap;
    gap: 0px;
}
	.button-wrap .black-btn {
		margin-top: 10px !important;
	}
	
	.bannertxt {font-size: 15px !important;}
}
@media only screen and (max-width: 640px) {
  .service-item {
    flex-basis: 100%;
  }
  a.cat-btn-mobile {
    flex-basis: 45%;
  }
	
	.head-socials.flex-container {
		justify-content: center;
	}
		#xl-pad {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
}
@media screen and (max-width: 605px) {
  .foot-col {
    flex-basis: 48%;
  }
  .bottom-head .flex-container {
    width: 90%;
    margin: 0 auto;
    padding: 5px 0;
  }
  .contact-info {
    gap: 40px;
  }
	.flex-finance {flex-wrap: wrap;gap: 50px !important; }
.finance-option {flex-basis: 100%;}
	span.flex-container.flex-hours {justify-content: space-between !important;}
	
	.flex-container.flex-about {
		display:block;
	}
	.video iframe{
		width: 300px;
		height: 245px;
	}
}
@media only screen and (max-width: 540px) {
  .head-sites {
    flex-wrap: wrap;
  }
  .head-sites a, button.holding-link, button.energy-link, .head-sites {
    flex-basis: 100%;
  }
  .hero-text p {
    display: none;
  }
  .hero-text h1 {
    font-size: 30px;
  }
  .hero-wrapper {
    padding: 50px 0 50px;
  }
	
	.banner-ad{
		flex-direction: column;
		
		img{
			width: 100%;
		}
	}
	
  span.small-head {
    font-size: 18px;
  }
  .parts-list li {
    flex: 1;
    flex-basis: 100%;
  }
  .sub-red.red-bg {
    padding: 15px 0;
    height: auto !important;
  }
  .team-member {
    flex-basis: 100%;
  }

}


@media only screen and (max-width: 460px) {
  a.cat-btn-mobile {
    flex-basis: 100%;
  }
  .hero.home-pg {
    background-position: 63% 8%;
  }
  .call, .visit {
    flex-basis: 100% !important;
  }
  .contact-info {
    justify-content: center;
  }

	
		.sub-link {
    flex-basis: 100%;
}
}
@media only screen and (max-width: 425px) {
  .foot-right, .foot-left, .hero-buttons-mobile {
    flex-wrap: wrap;
  }
  .foot-left {
    flex: 1;
    gap: 10px;
  }
  .main-foot.flex-container {
    text-align: center;
  }
  .foot-col {
    flex-basis: 100%;
  }
  .logo img {
    width: 180px;
  }
  .bottom-head .flex-container {
    padding: 10px 0;
  }
  .hero-buttons-mobile a {
    flex-basis: 100%;
  }
  span.cat-text-mobile {
    font-size: 18px;
  }
  #search {
    bottom: 0
  }
	
	.service-side, .rentals-side,.manu-side {
		flex-basis: 100% !important;
		padding: 0!important;
	}
	
	span.cat-text-mobile {
    font-size: 18px;
    flex-basis: 50%;
}
	
	  .bannertxt {
    font-size: 10px !important;
  }
}