﻿/***** BEGIN RESET *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}
td {
  vertical-align: top;
}
/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {
  display: block;
}
.clear {
  clear: both;
}

#main-search label {
	font-family: 'Poppins', sans-serif !important;
}
/*-------- 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: 'Poppins', sans-serif !important;
}
a:link, a:visited, a:active {
  text-decoration: none;
	color: #000;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
a:hover {
  text-decoration: none;
	color: #2a3990;
}
hr {
      border: none;
    background: #f1f1f1;
    height: 1px;
    margin: 50px 0;
}

label {
	 font-family: 'Poppins', sans-serif !important;
}

.full.cf {
	max-width: 1290px !important;
	margin: 0 auto !important;
}
/*--- HEADER STYLES ---------------------*/
header {
  width: 100%;
  max-width: 100%;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
position: relative;
	z-index: 99;
}
.top-header {
  background: #232628;
}

.top-header .wrap-80 {
	width: 90% !important;
	max-width: 90%;
	padding: 0
}
.top-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content:space-between;
  align-content: center;
	padding: 5px 0;
	align-items: center;
}

.icon-background1 {
	color: #444444;
}

.social .fa-brands{
	color: #fff;
	  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

.social .fa-brands:hover {
	color: #2a3990;
	-webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

.contact-button {
  background: #444;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 8px;
  -webkit-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  margin-left: 10px;
}
.contact-button:hover {
  cursor: pointer;
  color: #2a3990;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}
.flex-container.header {
  padding: 0;
	width: 90% !important;
	max-width: 90%;
}
.logo-wrap img {
  max-width: 100%;
}
.nav-wrap {
     width: 100%;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
}
.container {
  max-width: 1450px;
  margin: 0 auto;
	width: 90%;
}

.showroom-home.container {
	max-width: 90% !important;
}
.top-phone, .top-phone-mobile {
padding-top: 20px;
}
.top-phone-mobile {
  text-align: center;
  display: none;
}
.top-phone a, .top-phone-mobile a {
  font-weight: 700;
  color: #2a3990 !important;
  -webkit-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}
.top-phone a:hover, .top-phone-mobile a:hover {
  color: #000 !important;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

/*---HEAD SEARCH---*/
.inv-search-wrap {
    padding: 0 12px;
    background: #fff;
    border-radius: 90px;
}

form.inv-search {
    display: flex;
    gap: 10px;
}

.inv-search button {
    padding: 0 !important;
    font-size: 18px;
    background: transparent;
    border: none;
	cursor: pointer;transition: .3s all;
    color: #2a3990;
}

.inv-search button:hover {
	color: #000;
}

.inv-search input {
   padding: 10px !important;
    font-size: 14px !important;
    flex: 2 !important;
    border: none !important;
    min-width: 190px !important;
    height: auto !important;
    background: transparent;
    border: none !important;
    box-sizing: content-box !important;
	line-height: 1 !important;
}

.inv-search textarea:focus,.inv-search input:focus{
    outline: none;
}

/*---BODY--------------------------------*/
.home-container {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}
.flex-container {
  display: flex;
  gap: 20px;
}
.flex-container.home-align {
  height: 100%;
  align-items: center;
}
.wrap-90 {
  width: 90%;
  margin: 0 auto;
}
.wrap-80 {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
	width: 80%;
}
.wrap-70 {
  width: 70%;
  margin: 0 auto;
}
.pad-10 {
  padding: 5px 0;
}
.align-center {
  align-items: center;
}
.just-center {
  justify-content: center;
}
.just-left {
  justify-content: left;
}
.just-right {
  justify-content: right;
}
.just-space {
  justify-content: space-around
}
.center {
  text-align: center;
}
.pad-30 {
  padding: 15px 0;
}
.pad-50 {
  padding: 25px 0;
}
.pad-90 {
  padding: 45px 0;
}

.overlay {
	position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9999;    background: rgb(0 0 0 / 20%);
	 display: flex;
    align-items: center;
    justify-content: left;
	    width: 100%;
}

.relative {
	position: relative;
}

.slide-wrap {
	width: 90%;
    margin: 0 auto;
}

.slide-captions {
 color: #fff;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 30%);
    width: 90%;
    margin: 0 auto;
    padding-left: 0%;
}
.slide-captions h1 {
 text-transform: uppercase;
    font-size: 55px;
    font-weight: 800;
    letter-spacing: .5px;
    line-height: 60px;
    margin-bottom: 10px;
}
.slide-captions p {
font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 28px;
    width: 50%;
}

/**Home page text box */
.relative {
  height: 100%;
  position: relative !important;
}
.column {
  width: 100%;
}
.hometxt {
  flex: 2;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 30px 0;
}

.hometxt .relative {
    width: 90%;
    margin: 0 auto;
}
.hometxt h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
#red-txt {
  color: #2a3990
}
.home-btns {
  padding: 10px 20px;
  background: #232628;
  width: fit-content;
  margin-top: 8px;
  -webkit-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  text-transform: uppercase;
  color: #fff !important;
  text-shadow: none !important;
  cursor: pointer;
  display: inline-block;
}
.home-btns:hover {
  background: #2a3990;
	transition: .3s ease-in;
}
.lewistown {
  margin-right: 10px;
}
.button-wrap {
  display: block;
  position: absolute;
  bottom: 0;
}
.button-txt {
  position: fixed;
  left: 60%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.three-buttons {
    flex: 1;
}
.rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.row {
  padding: 20px 10px;
  background: #000;
}
.row {
 background: #000;
    flex: 1;
    padding: 30px 25px;
}

.three-buttons h3 {color: #fff;}
.row h3, .showroom h2 {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.5;
}
.row p {
  color: #fff;
  font-size: 14px;
}
.column4 {
  float: left;
 flex-basis: 24%;
  box-sizing: border-box;
}
.column4.footer-sect {
	 flex-basis: fit-content !important;
}
.showroom {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px
}
.showroom h2 {
  margin-bottom: 10px;
  font-size: 24px;
}
.showroom a {
  font-size: 18px;
  color: #000 !important;
}

/*** .slick-slide img {
	max-width: 160px;
} ***/

.equipment-page .grid-container,.showroom-page .grid-container,.grid-container.finance-opt {
	 display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px !important;
    grid-auto-rows: minmax(100px, auto);
    text-align: center;
}

.eq-cat {
	 overflow: hidden;border-radius: 5px !important;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px !important;
}

.eq-cat .showroom-label {
    font-weight: 600;
	color: #fff;
	position: relative !important;
	z-index: 3;
	
}
.eq-cat img {
    max-width: 100%;
    width: 100%;
	transition: transform .5s ease;
	display: block;
}


.eq-cat:hover img {
  transform: scale(1.5);
	
}

a.parts-logo {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px !important;
    padding: 0 20px;border-radius: 5px !important;
}

.brandbar {position: relative;}
.swiper.brandslider {
    padding-bottom: 50px;
}
.brandslider .swiper-pagination-horizontal.swiper-pagination-bullets {bottom: -40px !important;}

.swiper-pagination-bullet-active {background:#2a3990 !important}
/*---POP-UP -----------------------------------*/
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popup-box {
	width: 50%;
	margin: 0 auto;
	background: rgba(0,0,0,0.2);
	padding: 35px;
	border-radius: 20px/50px;
	background-clip: padding-box;
	text-align: center;
}
.popup .close {
   position: absolute;
        top: 20px;
    right: 20px;
    transition: all 0.2s;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    text-decoration: none;
    color: #fff !important;
    padding: 0 10px 0px 10px;
    background: #2a3990;
    border: 1px solid #2a3990;
}
.popup .close:hover {
  background: #000; color: #fff !important;border-color: #000;}
.popup .content {
  max-height: 60%;
  overflow: auto;
}

.center {
	text-align: center !important; 
}

.popup a {
	color: #fff !important;
}

.popuptext {
    flex: 1;
}

.popuptext h1 {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1;
}
.popuptext span {
   display: block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.popuptext h2 {
    font-size: 18px;
    margin-top: 20px;
}

.pop-img img {
    max-width: 100%;
    width: 360px;
}

.flex-pop {
    text-align: left;
    align-items: center;
}


.pop-text .inventory-btn {
	width: 100% !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    padding: 10px 0 !important;
	    background: #2f3234 !important;
	
}

.pop-text .inventory-btn:hover {
	background: #000 !important;
}

/*Let's make it appear when the page loads*/
.overlay-pop:target:before {
    display: none;
}
.overlay-pop:before {
	content:"";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	z-index: 999999;
}
.popup {
	background: #fff;
  	background-size: cover;
    background-position: 25% 80%;
    color: #000;
    font-size: 22px;
    font-weight: 300;
    border-radius: 5px;
    width: 80%;
    max-width: 800px;
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    float: none;
    margin: 0 auto;
    text-align: left;
    z-index: 99999999;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px;
}

.pop-text {
	padding: 30px 0;
    background: #fff;
    text-align: center;
    margin: 0 auto;
	width: 95%;display: flex;
}

.pop-text strong {
	text-transform: uppercase;
    font-size: 28px;
	margin: 18px 0;
}

.pop-text p {
	margin: 10px 0;
    font-size: 18px;
    font-weight: 400;
}


.popup-wrap img {
	max-width: 100%;
}
.overlay-pop:target .popup {
    top: -280%;
    left: -100%;
}

.popup .wrapper-inner{width:75%; padding: 20px 0; margin: 0 auto; text-align: center!important}

.overlay:target .popup {
    top: -280%;
    left: -100%;
}

/* Underline From Left */
.hvr-underline-from-left {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2a3990;
  height: 5px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
/* 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.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -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);
}
/*CTA*/
.wrapper {
  background: #fff;
  width: 100%;
}
.cta {
	flex: 1;
  color: #fff !important;
}

.cta {
	background-size: cover !important;
	background-position: center !important;
    display: flex;
    justify-content: flex-start;
    align-items: self-end;
	height: 250px;
}

.showroom-page .flex-container {
  flex-wrap: wrap;
	    gap: 30px;
}
a.cta {
    position: relative;
	overflow: hidden;    background: #000;
}
.cta-flex {
    justify-content: space-between;
    display: flex;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
	gap: 5px;
}

/*
a.cta:before {
	    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    transition: .6s all;
}

a.cta:hover:before {
    background: rgba(255,255,255,0.0);
}
*/

.caption {
    z-index: 9;
    position: absolute;
    bottom: 15%;
    left: 10%;
}

.cta-link {
    padding: 40px 30px;
}

.new-inv {
  background:  linear-gradient(0deg, rgba(0,0,0,.9) 20%, rgba(50,50,52,0) 80%),url("/siteart/5.jpg");
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	transition: transform .4s;
}
.used-inv {
  background:  linear-gradient(0deg, rgba(0,0,0,.9) 20%, rgba(50,50,52,0) 80%),url("/siteart/2.jpg");
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	transition: transform .4s;
}
.lawn-inv {
  background:  linear-gradient(0deg, rgba(0,0,0,.9) 20%, rgba(50,50,52,0) 80%),url("/siteart/3.jpg");
	background-position: 50% 75%;
	background-size: cover;
	width: 100%;
	height: 100%;
	transition: transform .4s;
}
.rent-inv {
  background:  linear-gradient(0deg, rgba(0,0,0,.9) 20%, rgba(50,50,52,0) 80%),url("/siteart/4.jpg");
	background-position: 50% 40%;
	background-size: cover;
	width: 100%;
	height: 100%;
	transition: transform .4s;
}

.cta:hover .used-inv,
.cta:focus .used-inv,.cta:hover .new-inv,
.cta:focus .new-inv,.cta:hover .lawn-inv,
.cta:focus .lawn-inv,.cta:hover .rent-inv,
.cta:focus .rent-inv {
  transform: scale(1.2);
}

.new-inv:hover {

  cursor: pointer;
	
}
a.cta.used-inv:hover {
 
  cursor: pointer;
}
a.cta.lawn-inv:hover {
 
  cursor: pointer;
}
a.cta.rent-inv:hover {
 
  cursor: pointer;
}
/**---- Text Us Script -----------------------------*/
#mainButton {
	background: #2a3990 !important;
}

.brandbar {
  background: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0px;
}

.brandbar img {height:100%;width:100%;object-fit: contain;}
.brandbar a {
    height: 75px;
    width: auto !important;
    display: block;
}
/**---- SCROLLING MANU BAR

.manu-slider img {
	max-width: 100%;width:100%;
}
.manu-slider img:hover {
  opacity: .7;
  -webkit-transition-duration: 0.4s; /* Safari  transition-duration: 0.4s;
}
#text {
  font-size: 18px !important;
  line-height: 25px !important;
}

button {
	
}
/*--------SHOWROOM STYLES--------------------*/
.manu {
      padding: 30px 0 0;
  text-align: center;
  box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
  position: relative;
  flex-wrap: wrap;
	    flex-wrap: wrap;
    flex-basis: 23%;
    color: #fff !important;
    flex-grow: 1;border-radius: 5px !important;
}
.holder {
  box-shadow: none !important;
}
.manu img {
      max-width: 100%;
       padding-bottom: 30px;
}
.container h1 {
  margin-bottom: 10px;
}
.showroom-label {
  position: relative;
  bottom: 0;border-radius: 0 0 5px 5px !important;
  background: #232628;
 padding: 10px 2px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-transform: uppercase;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
	color: #fff;
}
.manu:hover .showroom-label,.eq-cat:hover .showroom-label {
  background: #2a3990;
	color: #fff;
}
.break {
  flex-basis: 100%;
  height: 0;
}

.showroom-title {
    margin: 0 auto;
    text-align: center;
    background: #e8e8e86e;
    color: #000;
    border-bottom: 1px solid #eee;
}

.showroom-title h2 {
    font-size: 22px;
    font-weight: 700;
    padding: 20px 0px;
    width: 90%;
    margin: 0 auto;
}

.showroom-title h2 span {
    color: #e52222;
}
/*--------CONTACT PAGE STYLES--------------------*/
.location-container {
  gap: 10px;
  flex-wrap: wrap;
  justify-content: stretch;
}
.location-img img {
  max-width: 100% !important;
}
.loc-pad {
  margin-left: 15px;
	width: 100%;
	font-size: 15px !important;
}
.contact-information {
  flex: 2;
}

.loc-photo {
    flex: 1;
    overflow: hidden;
}



#contact-head {
	font-size: 20px;
	text-transform: uppercase;
}
.contact-information h2 {
  margin-bottom: 8px;
  text-transform: uppercase;
}
.contact-information a {
  color: #000;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}
.contact-information a:hover {
  color: #2a3990;
}
.flex-container.contact-col {
  margin-bottom: 40px;
}
.inline-block {
  display: inline-block;
	vertical-align: top;
}

.loc-photo .inline-block {
	display: inline-block;
    vertical-align: top;
	object-fit: cover;
    width: 100%;
    height: 100%;border-radius: 10px;overflow: hidden;
}


.map {
  flex-basis: 100%;
	margin-top: 20px;
}
.location {
 margin: 5px 0px;
}

.location:first-of-type {
	margin: 0 !important;
}
.location h3 {
  text-transform: uppercase;
  font-size: 20px;
}
.contact-txt {
  vertical-align: middle;
}

.contact-txt-info {
	vertical-align: top;
	margin-right: 20px;
	width: 45%;
	margin-top: 15px;
}
#c-icons {
 
  text-align: center;
  color: #2a3990;
}

.icon-background {
	color: #2a3990;
}
.gap {
  gap: 50px !important;
}

/* Tabs CSS on Teams page */

.team-members {
	margin: 20px;
}

.grid-container.teams {
     display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    grid-auto-rows: minmax(100px, auto);
    text-align: center;
}
.team-members h2 {
  padding-bottom: 15px;
  text-transform: uppercase;
}
.team-column {
      text-align: center;
    flex-basis: 18%;
    color: #000 !important;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #eee;
    padding: 10px;   
	justify-content: space-between;
}
.team-column h5 {
  font-size: 16px;
  text-transform: uppercase
}

.team-column p {
	font-size: 14px;
}
.team-column a {
  color: #000;
  transition: .2s ease-in;
  font-weight: bold;
	
	
}

.team-column a[href^="mailto:"] {
	
}
.team-column a:hover {
  color: #2a3990;
}
#email-btn {
  margin: 10px auto 0 !important;
  cursor: pointer;
	width: 100% !important;
}
.flex-container.teams {
  justify-content: flex-start;
  flex: 1;
}

.widget {
  position: relative;
  margin: 20px auto 10px;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
}

.widget-tabs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 9px 12px 0;
  text-align: center;
  direction: rtl;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-radius: 3px 3px 0 0;
	display: flex;
}

.widget-tab,
.widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child ~ .widget-tab,
.widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2) ~ .widget-tab,
.widget-list:target:nth-of-type(3) ~ .widget-tabs > .widget-tab:nth-child(3) ~ .widget-tab,
.widget-list:target:nth-of-type(4) ~ .widget-tabs > .widget-tab:nth-child(4) ~ .widget-tab,
.widget-list:target:nth-of-type(5) ~ .widget-tabs > .widget-tab:nth-child(5) ~ .widget-tab,
.widget-list:target:nth-of-type(6) ~ .widget-tabs > .widget-tab:nth-child(6) ~ .widget-tab,
.widget-list:target:nth-of-type(7) ~ .widget-tabs > .widget-tab:nth-child(7) ~ .widget-tab,

.widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child ~ .widget-tab {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  line-height: 36px;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  background: #000;
  border: solid #ddd;
  border-width: 1px 1px 0;
  border-radius: 5px 5px 0 0;
  padding-bottom: 0;
  bottom: auto;
	flex-basis: fit-content;
    flex-grow: 1;
}

.widget-tab > .widget-tab-link,
.widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child ~ .widget-tab > .widget-tab-link,
.widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2) ~ .widget-tab > .widget-tab-link,
.widget-list:target:nth-of-type(3) ~ .widget-tabs > .widget-tab:nth-child(3) ~ .widget-tab > .widget-tab-link,
.widget-list:target:nth-of-type(4) ~ .widget-tabs > .widget-tab:nth-child(4) ~ .widget-tab > .widget-tab-link,
.widget-list:target:nth-of-type(5) ~ .widget-tabs > .widget-tab:nth-child(5) ~ .widget-tab > .widget-tab-link,
.widget-list:target:nth-of-type(6) ~ .widget-tabs > .widget-tab:nth-child(6) ~ .widget-tab > .widget-tab-link,
.widget-list:target:nth-of-type(7) ~ .widget-tabs > .widget-tab:nth-child(7) ~ .widget-tab > .widget-tab-link,

.widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child ~ .widget-tab > .widget-tab-link {
  margin: 0;
  border-top: 0;
	    margin: 0;
    border-top: 0;
    color: #fff !important;
}


.widget-tab + .widget-tab {
  margin-right: -1px;
}

.widget-tab:last-child,
.widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child,
.widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2),
.widget-list:target:nth-of-type(3) ~ .widget-tabs > .widget-tab:nth-child(3),
.widget-list:target:nth-of-type(4) ~ .widget-tabs > .widget-tab:nth-child(4),
.widget-list:target:nth-of-type(5) ~ .widget-tabs > .widget-tab:nth-child(5),
.widget-list:target:nth-of-type(6) ~ .widget-tabs > .widget-tab:nth-child(6),
.widget-list:target:nth-of-type(7) ~ .widget-tabs > .widget-tab:nth-child(7),

.widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child {
  bottom: -1px;
  margin-top: 0;
  padding-bottom: 2px;
  line-height: 34px;
  font-weight: bold;
  color: #000 !important;
  background: white;
  border-top: 0;
}

.widget-tab:last-child > .widget-tab-link,
.widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child > .widget-tab-link,
.widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2) > .widget-tab-link,
.widget-list:target:nth-of-type(3) ~ .widget-tabs > .widget-tab:nth-child(3) > .widget-tab-link,
.widget-list:target:nth-of-type(4) ~ .widget-tabs > .widget-tab:nth-child(4) > .widget-tab-link,
.widget-list:target:nth-of-type(5) ~ .widget-tabs > .widget-tab:nth-child(5) > .widget-tab-link,
.widget-list:target:nth-of-type(6) ~ .widget-tabs > .widget-tab:nth-child(6) > .widget-tab-link,
.widget-list:target:nth-of-type(7) ~ .widget-tabs > .widget-tab:nth-child(7) > .widget-tab-link,

.widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child > .widget-tab-link {
  margin: 0 -1px;
  border-top: 4px solid #2a3990;
	color: #000 !important;
}

.widget-tab-link {
  display: block;
  min-width: 60px;
  padding: 0 10px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  border-radius: 4px 4px 0 0;
}

.widget-list {
  display: none;
  padding-top: clamp(70px, 10%, 70px);
}

.widget-list > li + li {
  border-top: 1px solid #e8e8e8;
}

.widget-list:last-of-type {
  display: block;
}

.widget-list:target {
  display: block;
}

.widget-list:target ~ .widget-list {
  display: none;
}

.widget-list-link {
  display: block;
  line-height: 18px;
  padding: 10px 12px;
  font-weight: bold;
  color: #555;
  text-decoration: none;
  cursor: pointer;
}

.widget-list-link:hover {
  background: #f7f7f7;
}

li:last-child > .widget-list-link {
  border-radius: 0 0 3px 3px;
}

.widget-list-link > img {
  float: left;
  width: 32px;
  height: 32px;
  margin: 2px 12px 0 0;
}

.widget-list-link > span {
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #999;
}


/**locations on contact page */
.tab-wrap {
  display: flex;
  flex-direction: column;
  flex: 75%;
}
.tab {
  cursor: pointer;
  padding: 10px 20px;
  margin: 0px 2px;
  background: #333;
  display: inline-block;
  color: #fff;
  border-radius: 3px 3px 0px 0px;
  box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
}
.panels {
  background: #fffffff6;
  box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
  min-height: 200px;
  border-radius: 3px;
  overflow: hidden;
  padding: 20px;
}
.panel {
  display: none;
  animation: fadein .8s;
}
/* contact page */
.hero-image-container {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.hero-location-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}


.hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  padding: 30px;
  color: white;
}

.hero-overlay h2 {
  margin: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

/* Locations Wrapper */
.locations-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Location Cards */
.location-card {
  background: white;
  padding: 35px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  animation: fadeInUp 0.6s ease;
}

.location-card:nth-child(2) {
  animation-delay: 0.2s;
}

.location-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #2a3990;
}


/* Location Header */
.location-header {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}

.location-header h2 {
  margin: 0;
  color: #333;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
}

.location-header h2::after {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #2a3990;
}

/* Contact Details */
.contact-details {
  margin-bottom: 30px;
}

.location-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: #fafafa;
}

.location-item:hover {
  background: #fff;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  transform: translateX(5px);
}

.location-item .fa-stack {
  margin-right: 15px;
  transition: transform 0.3s ease;
}

.location-item:hover .fa-stack {
  transform: rotate(360deg);
}

.icon-background {
  color: #f0f0f0;
  transition: color 0.3s ease;
}

.location-item:hover .icon-background {
  color: #ffe0e0;
}

.c-icons {
  color: #2a3990;
}

.contact-txt {
  flex: 1;
}

.contact-txt a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contact-txt a:hover {
  color: #2a3990;
}

/* Hours Grid */
.hours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 25px;
}

.hours-box {
  background: linear-gradient(135deg, #f8f8f8 0%, #fff 100%);
  padding: 20px;
  border-left: 4px solid #2a3990;
}

.hours-box h4 {
  margin-top: 0;
  color: #2a3990;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.hours-box p {
  margin: 0;
  line-height: 1.8;
}

/* After Hours Section */
.after-hours {
  background: #2a3990;
  color: white;
  padding: 25px;
  margin-top: 25px;
}

.after-hours h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2rem;
  border-bottom: 2px solid rgba(255,255,255,0.3);
  padding-bottom: 10px;
}

.after-hours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
}

.after-hours p {
  margin: 0;
  padding: 10px;
  background: rgba(255,255,255,0.1);
  border-radius: 5px;
  transition: all 0.3s ease;
}

.after-hours p:hover {
  background: rgba(255,255,255,0.2);

  transform: scale(1.05);
}

.after-hours strong {
  display: block;
  margin-bottom: 5px;
  font-size: 0.9rem;
}

.after-hours a {
  color: white !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
}

.after-hours a:hover {
  text-decoration: underline;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .locations-wrapper {
    grid-template-columns: 1fr;
  }
  
  .hero-image-container {
    height: 300px;
  }
  
  .hero-overlay h2 {
    font-size: 1.8rem;
  }
  
  .location-card {
    padding: 25px;
  }
  
  .hours-grid {
    grid-template-columns: 1fr;
  }
  
  .after-hours-grid {
    grid-template-columns: 1fr;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.panel-title {
  font-size: 1.5em;
  font-weight: bold
}
.radio {
  display: none;
}
#one:checked ~ .panels #one-panel, #two:checked ~ .panels #two-panel, #three:checked ~ .panels #three-panel, #four:checked ~ .panels #four-panel, #five:checked ~ .panels #five-panel, #six:checked ~ .panels #six-panel {

	display: block
}
#one:checked ~ .tabs #one-tab, #two:checked ~ .tabs #two-tab, #three:checked ~ .tabs #three-tab, #four:checked ~ .tabs #four-tab, #five:checked ~ .tabs #five-tab, #six:checked ~ .tabs #six-tab {
  background: #fff;
  color: #000;
  border-top: 3px solid #2a3990;
}

/* Service page */
.winter-banner {
    padding: 10px 0;
    text-align: center;
    background: #2a3990;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
	transition: .3s all;
	letter-spacing: .5;
}

.winter-banner:hover {
	background:#be1010
}
.service-column3 {
  flex:1;
}
.service-column3 img, .service-column img {
  max-width: 100%;
	    object-fit: cover;
    width: 100%;
    height: 60%;
}
.service-columns {
    flex: 2;
}
.service .flex-container {gap: 5%;}



.flex-container.service1 {
  flex-wrap: wrap-reverse;
	justify-content:space-between;gap: 5%;
}
.flex-container.service2 {
  flex-wrap: wrap;
	padding-bottom: 10px;gap: 5%;
}
.service {
  margin-top: 50px;
}
.service-column1 {
  flex-basis: 70%;
}
.service-col {
  flex-basis: 47%;
  margin-top: 10px;
}
.service-col li {
  margin: 5px 0;
}
.service-head {
  text-transform: uppercase;
}

#service-head {
	padding-top: 15px;
}

.service-columns a {
	font-weight: 700;
    color: #2a3990;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.service-columns a:hover {
	color: #000;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

.after-hours {
	font-size: 18px !important;
}
/* Finance page */

.finance-logo {display: flex;align-items: center;justify-content: center;padding: 30px 0 !important;}
.finance-logo img, .parts-logo img {
  max-width: 100%;
  width: 250px;
}
.finance-logo,.parts-logo  {
	-webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.parts-logo:hover,.finance-logo:hover {
	opacity: .5;
	-webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}
.career-list {
	    margin-left: 24px;
	line-height: 30px;
}
/*--------FORM STYLES--------------------*/
/*-------- FOOTER STYLES ----------------*/
footer {
  background: #232628;
  padding: 30px 0;
}

footer .flex-container {
	flex-wrap: wrap-reverse !important;
	justify-content: space-between;
	gap: 0 !important;
}
footer h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 19px;
}
.inline {
  display: inline-flex;
}

.inline-flx {
  display: flex;
	gap: 5px;
	    margin-bottom: 8px;
}

footer .wrap-80 {
	padding: 0 !important;
	max-width: 90%;
	width: 90%;
}
.location-info, footer a {
  font-size: 14px;
  color: #FFFFFF !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
footer a {
  font-weight: 400 !important;
  color: #fff !important;
}
footer a:hover {
  color: #2a3990 !important;
}

#direction-btn
{
	margin: 10px 0!important;	
}

.inventory-btn {
	font-size: 18px;
}
#direction-btn, .inventory-btn, #email-btn {
    background: #2a3990;
    width: fit-content;
    margin-top: 8px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    text-transform: uppercase;
    color: #fff !important;
    text-shadow: none !important;
    border: none !important;
    font-family: 'Poppins', sans-serif !important;
    cursor: pointer;
    font-size: 16px;
	padding: 10px 20px !important;
	
}
#direction-btn:hover, .inventory-btn:hover, #email-btn:hover {
  background: #2f3234;
}
footer p {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.footer-sect .inline {
	gap: 5px;
}

.flex-container.flex-foot {
    justify-content: flex-start;
    gap: 35px !important;
	flex-wrap: wrap !important;
}

.column4.footer-sect.foot-links p {
    line-height: 2;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
#inv {
  padding: 5% 0;
}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons) {
  font-family: 'Poppins', sans-serif !important;
} /* Reset font, ignore icons */
.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
  -moz-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
}


.showroomlisting-detailhtml {
	padding-top: 30px !important; 
}
.offer-btn:not([class*="Mui"]), .buy-btn:not([class*="Mui"]),.detail-wrapper .details-fin-calc .detail-btn-calc,.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button,.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar,.detail-additional-data .data-row .data-value,.media-buttons .print-this, .media-buttons .email-this,.compare-listings-container .compare-container .button,.ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder button, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder input,.list-top-section .list-title .list-title-text {

font-family: 'Poppins', sans-serif !important;}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
  margin: 2px 3px 3px 4px;
}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type input[type=radio] {
  margin: 0px 3px 0px 6px;
}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i, .parts-list-content .error-message,.mobile-option-bar .mobile-option-bar-filter {
  color: #e52222 !important;
}
.hosted-content .attachment-search .search-checkboxes label .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0px !important;
}
.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {
  background: #e52222 !important;
	color: #fff !important;
}

.column12 .inline-block {
	display: inline-block !important;
}

.row.consent-box {
	background: transparent !important;
	padding: 0 !important;
}
.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button {
  border: solid 1px #e52222 !important;
  transition: ease all 0.2s !important;
}
.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {
  background: #fff !important;
  color: #e52222 !important;
}

.selected-facet span {
	background: transparent !important;
	color: #000 !important;
	padding: 0 !important;
}
.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .calculator-btn {
  background: #000 !important;
  border: solid 1px #000 !important;
  transition: ease all 0.2s !important;
}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {
  background: #fff !important;
  color: #000 !important;
}
.cs-btns a {
  background: #e52222 !important;
  border: solid 1px #e52222 !important;
  transition: ease all 0.2s !important;
}
.cs-btns a:hover {
  background: #fff !important;
  color: #e52222 !important;
}
.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {
  color: #000 !important;
}
.list-content .list-error-container .info div {
  background: transparent !important;
  border: none !important;
}
.list-content .list-error-container .info button {
  background: #e52222 !important;
}
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
  padding-left: 4px;
}
.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {
  background: #000 !important;
}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {
  background: #000 !important;
}
.list-main-section .contact-options a {
  border: #000 solid 1px !important;
  transition: ease all 0.2s !important;
}
.list-main-section .contact-options a:hover {
  background: transparent !important;
  color: #000 !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button,.media-buttons .print-this, .media-buttons .email-this {
  border-color: #000 !important;
  color: #000 !important;
	background: transparent !important;
}
.material-icons, .collapsible-content a {
  color: #fff !important;
}
#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {
  background-color: #000 !important;
}
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
  margin-right: 0 !important;
}
.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc {
  height: 48px !important;
  box-sizing: border-box;
}

.mobile-option-bar .option-bar-option {
	color: #000 !important;
	font-size: 16px !important;
}
/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1380px) {
  .showroom-home.container {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
	
	.grid-container,.grid-container.finance-opt,.equipment-page .grid-container, .showroom-page .grid-container {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (max-width: 1327px) {
 
}

@media only screen and (max-width: 1284px) {
	
	.grid-container.teams {
		gap: 15px;
	}
	
	
	
}
@media only screen and (max-width: 1236px) {
	.slide-captions h1 {
		font-size: 48px;
		line-height: 1.25;
	}
 	
	.slide-captions p {
		font-size: 18px;
		width: 100%;
	}
	
	
	.contact-information {
    flex-basis: 55%;
}
	
	
	.location-container {
		gap: 10px!important;
	}
	
	
}

@media only screen and (max-width: 1200px) {

	.grid-container.teams {
    grid-template-columns: repeat(3, 1fr);
	}
	
	.slide {
		height: 420px;
	}

	.slide-captions.wrap-80 {
		padding: 0;
	}
	
	
}
@media only screen and (max-width: 1165px) {
	.widget-tab > .widget-tab-link {
		font-size: 14px;
	}
	

	
	  .service-columns {
    flex-basis: 100%;
  }
	.service-column3 {display: none !important;}
	
.service-column3 img {
    width: 100%;
    height: 500px;
}
	
}

@media only screen and (max-width: 1120px) {
	.grid-container,.grid-container.finance-opt,.equipment-page .grid-container, .showroom-page .grid-container {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 1096px) {
	.widget-tabs {
		    flex-wrap: wrap-reverse;
	}
	
	.widget-tab, .widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child ~ .widget-tab, .widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2) ~ .widget-tab, .widget-list:target:nth-of-type(3) ~ .widget-tabs > .widget-tab:nth-child(3) ~ .widget-tab, .widget-list:target:nth-of-type(4) ~ .widget-tabs > .widget-tab:nth-child(4) ~ .widget-tab, .widget-list:target:nth-of-type(5) ~ .widget-tabs > .widget-tab:nth-child(5) ~ .widget-tab, .widget-list:target:nth-of-type(6) ~ .widget-tabs > .widget-tab:nth-child(6) ~ .widget-tab, .widget-list:target:nth-of-type(7) ~ .widget-tabs > .widget-tab:nth-child(7) ~ .widget-tab, .widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child ~ .widget-tab {
		flex-basis: 26%;
		    flex-grow: 1
	}
	
	
}
@media only screen and (max-width: 1074px) {
  .both-location .flex-container {
    display: block !important;
  }
	
	
	
	.loc-photo {
    flex-basis: 40%;
}


	  
	
}



@media only screen and (max-width: 1040px) {

  .service-column3 {
    text-align: center;
  }
  .service {
    margin-top: 20px;
  }
	
	.flex-container.flex-foot {
		gap: 0px !important;
	}
	
	.split-foot {
		flex-basis: 100%;
	}
}
@media only screen and (max-width: 1020px) {
  .gap {
    display: block !important;
  }
  .tab-wrap {
    margin-bottom: 40px;
  }
  .contact-txt {
    font-size: 16px;
  }
  .flex-form {
    width: 100%;
    flex: none !important;
  }
	
	.flex-pop {
		flex-wrap: wrap;
	}
	
	.pop-img, .popuptext {
    flex-basis: 100%;
    text-align: center;
}
}
@media only screen and (max-width: 960px) {
 .manu {
    flex-basis: 40%;
    margin: 0;
  }
  .wrapper {
    padding: 20px 0;
  }
	
	 .cta-wrap.wrapper {
    padding: 0;
  }
	
  .tabs.team-pg .tab {
    padding: 8px 5px !important;
	  font-size: 14px;
  }
  .service-column {
    display: none;
  }
  .service-column1 {
    flex-basis: 100%;
  }
	.inventory-btn {
    font-size: 16px;
}
	.slide-captions h1 {
	}
	

	
	.column4.footer-sect {
    flex-grow: 1;
    flex-basis: 45% !important;
}
	footer .flex-container {
		gap: 22px !important;
	}
	
	
}

@media only screen and (max-width: 930px) {
.contact-information,.loc-photo {
    flex-basis: 100%;
}
	
	.finance-logo,.parts-logo  {
		flex-basis: 30%;
	}
	
	
	.flex-container.finance-opt {
    gap: 0 !important;
	}
	
	.loc-pad {
		margin: 0 !important;
	}
	
	.home-container .flex-container {
		flex-wrap: wrap;
	}
	
	.home-container .flex-container .column {
		flex-basis: 100%;
	}
	.hometxt p {
    padding-bottom: 10%;
}
	
	a.cta {
    position: relative;
    overflow: hidden;
    flex-basis: 36%;
		height: 180px;
}
	
}

@media only screen and (max-width: 890px) {
  footer .flex-container {
	  gap: 25px !important;
  }
  .column4.footer-sect {
    float: none;
    padding: 0;
  }
  footer h3 {
    margin-bottom: 5px;
  }
  .top-phone {
    font-size: 15px;
  }

	
	footer {
		padding: 15px 0;
	}
	

	
	.flex-container.flex-foot {
    justify-content: center;
		flex-wrap: wrap !important;
}

	.widget-tab, .widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child ~ .widget-tab, .widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2) ~ .widget-tab, .widget-list:target:nth-of-type(3) ~ .widget-tabs > .widget-tab:nth-child(3) ~ .widget-tab, .widget-list:target:nth-of-type(4) ~ .widget-tabs > .widget-tab:nth-child(4) ~ .widget-tab, .widget-list:target:nth-of-type(5) ~ .widget-tabs > .widget-tab:nth-child(5) ~ .widget-tab, .widget-list:target:nth-of-type(6) ~ .widget-tabs > .widget-tab:nth-child(6) ~ .widget-tab, .widget-list:target:nth-of-type(7) ~ .widget-tabs > .widget-tab:nth-child(7) ~ .widget-tab, .widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child ~ .widget-tab {
    flex-basis: 40%;
}
	
	.widget-list {
    padding-top: 17%;
}
}


@media only screen and (max-width: 833px) {
	
	.grid-container.teams {
    grid-template-columns: repeat(2, 1fr);
	}
	
	.grid-container,.grid-container.finance-opt,.equipment-page .grid-container, .showroom-page .grid-container {
    grid-template-columns: repeat(2, 1fr);
	}
	
}
@media only screen and (max-width: 850px) {
 .column4.footer-sect {
    flex-basis: 48% !important;
}
	
	footer .flex-container {
		gap: 20px !important;
	}
	
	
}
@media only screen and (max-width: 800px) {
	
	

  .column {
    width: auto;
  }
	
	.rows {
		gap: 15px !important;
	}
  .button-wrapper {
    position: initial;
    margin-top: 20px;
  }
  .home-txt {
    margin-bottom: 15px;
  }
  .pad-90 {
    padding: 20px 0;
  }
  .button-wrap {
    position: initial
  }
  .manu {
    margin: 0;
  }
  .flex-container.pad-30 {
    padding: 0;
  }
  .showroom-page .flex-container {
    gap: 30px;
  }
  .flex-container.bottom {
    margin-top: 30px;
  }
	

}


@media only screen and (max-width: 740px) {
  .top-phone {
    display: none;
  }
  .top-phone-mobile {
    display: block;
    padding-top: 10px;
  }
  .flex-container.header {
    padding: 0px 15px 10px;
  }
 
  .service-col {
    flex-basis: 100%;
    margin: 0;
  }
  .flex-container.service2 {
    gap: 0 !important;
  }

	.slide-captions h1 {
    font-size: 42px;
	}
	

	
}

@media only screen and (max-width: 705px) {
		
	
	
	.widget-tab-link {
    padding: 0 5px;
	}
	.loc-photo {
    flex-basis: 100%;
}
	
	.map, .contact-information {
    flex-basis: 100%;
}
	.contact-txt-info {
		width: 100%;
		margin-right: 0;
	}
	
}
@media only screen and (max-width: 662px) {


	 .home-btns {
    margin-top: 10px;
	  width: 100%;
	  text-align: center;
		     padding: 10px 0px;
  }

		.widget-tab, .widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child ~ .widget-tab, .widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2) ~ .widget-tab, .widget-list:target:nth-of-type(3) ~ .widget-tabs > .widget-tab:nth-child(3) ~ .widget-tab, .widget-list:target:nth-of-type(4) ~ .widget-tabs > .widget-tab:nth-child(4) ~ .widget-tab, .widget-list:target:nth-of-type(5) ~ .widget-tabs > .widget-tab:nth-child(5) ~ .widget-tab, .widget-list:target:nth-of-type(6) ~ .widget-tabs > .widget-tab:nth-child(6) ~ .widget-tab, .widget-list:target:nth-of-type(7) ~ .widget-tabs > .widget-tab:nth-child(7) ~ .widget-tab, .widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child ~ .widget-tab {
		width: 32%;
		margin: 0 !important;
	}
	
	.widget-tabs {
		padding: 9px 5px 0;
	}
	
	.finance-logo,.parts-logo  {
		flex-basis: 46% !important;
	}

}
@media only screen and (max-width: 590px) {
	.widget-tab, .widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child ~ .widget-tab, .widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2) ~ .widget-tab, .widget-list:target:nth-of-type(3) ~ .widget-tabs > .widget-tab:nth-child(3) ~ .widget-tab, .widget-list:target:nth-of-type(4) ~ .widget-tabs > .widget-tab:nth-child(4) ~ .widget-tab, .widget-list:target:nth-of-type(5) ~ .widget-tabs > .widget-tab:nth-child(5) ~ .widget-tab, .widget-list:target:nth-of-type(6) ~ .widget-tabs > .widget-tab:nth-child(6) ~ .widget-tab, .widget-list:target:nth-of-type(7) ~ .widget-tabs > .widget-tab:nth-child(7) ~ .widget-tab, .widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child ~ .widget-tab {
		    flex-basis: 100%;
	}
	.widget-tab.first-tab {
		width: 99% !important;
	}
	

}

@media only screen and (max-width: 596px) {

	
	#state:before {
		content: " ";
		display: block;
	}
	
			.popuptext span,.pop-text p {
		font-size: 16px;
	}
	
	.popup {
    background: #fff
	}
	
	.popuptext h1 {
    font-size: 24px;
	}
	
	.pop-text {
		width: 90%;
	}
	.slide-captions p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 560px) {
	.column4.footer-sect {
    flex-basis: 100% !important;
}
	.widget-tab > .widget-tab-link {
    font-size: 14px;
}
	.widget-list {
    padding-top: 45%;
}
		.grid-container.teams,.grid-container.finance-opt,.equipment-page .grid-container, .showroom-page .grid-container {
    grid-template-columns: repeat(1, 1fr);
	}
	
	.team-column img {
    max-width: 100%;
    width: 100%;
		margin-bottom: 10px;
}
	
		.grid-container {
    grid-template-columns: repeat(1, 1fr);
	}
	
}

@media only screen and (max-width: 540px) {
	#menu-button {
		text-align: center !important;
	}
	.flex-container.header {
		flex-wrap: wrap;
		gap: 10px;
	}
	.flex-container.teams {
    justify-content: center;
	}
}
@media only screen and (max-width: 510px) {
  .cta, .manu {
    flex: 100%;
  }
  .button-wrap {
    text-align: center;
  }
  .lewistown {
    margin-right: 0;
  }
 
  .inline-block {
    width: 100%;
  }
	
	.flex-container.teams {
		justify-content: center !important;
	}
	
	.team-members h2 {
		text-align: center;
	}
	
	
	.team-tabs {
		width: 100% !important;
	}
	

	.pop-text p {
    margin-bottom: 10px;
    font-size: 18px;
}
	
	.location-img {
		max-width: 100%;
		min-width: 200px;
	}
	

	
	.widget-list {
    padding-top: 250px;
	}

	a.cta {flex-basis: 100%;}
	.popup {width: 95% !important;}
}



@media only screen and (max-width: 450px) {
.slide-captions h1 {
    font-size: 32px;
}
  .contact-button {
    display: none;
  }
  .social {
    margin-right: 0;
  }
  #fb {
    margin-right: 8px;
  }
	
	 .tab {
    display: block;
  }
	
	.tabs.team-pg .tab {
		font-size: 18px;
	}
	


	
	.finance-logo,.parts-logo  {
		flex-basis: 100% !important;
	}
	.flex-container.finance-opt {
		justify-content: center !important;
		text-align: center;
}

	
}

@media only screen and (max-width: 420px) {
	.top-container {
		flex-wrap: wrap;
	gap: 10px;
	}
	
	.inv-search-wrap {
		flex-basis: 100%;
	}
}
@media only screen and (max-width: 393px) {
  .panels {
    padding: 10px;
  }
  .contact-txt {
    font-size: 14px;
  }
 
  #c-icons {
    margin-right: 0;
  }
	
	.cta {
		justify-content: center !important;
		text-align: center;
	}
	
	
	.inline-flx {
		flex-wrap: wrap;
	}
	.caption {
		text-align: left;
	}
	
	}