﻿/* 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 { 
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent;  
}

ol, ul {}
blockquote, q {quotes: none;}  
blockquote:before, blockquote:after, q:before, q:after {content: '';}  



body {
	overflow-x:hidden;
}

.container {background:#fff; color:#363636 !important;}
.container h2 {color:#363636; text-align:center;}
.container form {max-width:100%;}
.container form label {color:#363636;}
/* TEXT/LINK FORMATTING
------------------------------------------------*/

	/* LINKS */
	a:link, a:visited {
		color:#0064FF;
		text-decoration:none;
	}
	a:hover, a:active {
		color:#7100FF;
		text-decoration:none;
	}
	
	/* LINKS */
	.yellowlink {
		color:#ffd200 !important;
		text-decoration:none;
	}
	.yellowlink:hover {
	color: #DBB400 !important;
	text-decoration: none;
	}

	/* PARAGRAPH/LIST/GENERAL TEXT */
	p, ul, li {font-size: 16px; line-height:1.3;}

	/* HEADERS */
	h1, h2, h3, h4 ,h5 ,h6 {line-height: normal;}
	h1 {font-size:30px; color:#363636}
	h2 {font-size:25px; color:#fff; text-align:left;}
	h3 {font-size:26px; color:#363636;}
	h4 {font-size:26px; color:#fff; text-align:left; line-height:1.3}
	h5 {font-size:20px; color:#fff; text-align:left;}
	h6 {font-size:14px;}


/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {float:left;}
.right {float:right;}

body {
	margin:0;
	min-width:320px;
	line-height:1.3;
	font-family:Arial, Helvetica, sans-serif;
}

::selection {
	color:#fff;
	background: #356088;
}
::-moz-selection {
	color:#fff;
	background: #356088;
}

/* HEADER
------------------------------------------------*/	
.hero	{
	width:100%;
	height:auto;

	float:left;

}

.hero img	{
	width:100%;
}

.top-strip{
	color:#fff;
	font-size:16px;
	line-height:1.6;
	background: #000;
	text-align: left;
	width: 100%;

	padding: 3px 15px;
	display: flex;
	justify-content: space-between;
	
}
.top-strip a {
	color:#fff;
}
.m-top-strip{display: none;}




/* LOGO
------------------------------------------------*/	
.logo {
	float:left;
	width:100%;
}	

.headlogo {
	width:100%;
	max-width: 220px;
	display: block;
}
.mobilelogos{
	width: 100%;
}
.nhlogo {
	width:100%;
	max-width: 250px;
	display: block;
}

.headlogo img {
	width:100%;
}

.tophead {
	width:100%;
	float:left;
	background:#020298;
	padding:0;
	position:relative;
	z-index:2;
}


.margs {padding:0 30px;}

.wraps {
	width:95%;max-width:900px;margin:0 auto;
}



.head-flex{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 10px 30px;
}

.conbutton {
	text-transform:uppercase;
	background:#ffd200;padding:5px 10px;box-sizing:border-box;color:#020298!important;border-radius:5px;font-size:14px;border:1px solid #ffd200;
}

.conbutton:hover {color:#ffd200!important;background:#020298}
.heroslides.slick-slide {
    height: 620px;
}
/*---POP-UP -----------------------------------*/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.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: 10px;
    right: 15px;
	transition: all 0.2s;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
	padding:0 8px 0px 8px;
}
.popup .close:hover {
    background: #000;
	color:#fff;
}
.popup .content {
  max-height: 60%;
  overflow: auto;
}
.popup p{
	font-size: 18px;
	padding: 1% 2%;
	box-sizing: border-box;
}
/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
	content:"";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 99999;
}
.overlay .popup {
	background: #ffd200;
	border:3px solid #ffffff;
	border-radius: 5px;
	width: 100%;
	max-width: 1300px;
	position: absolute;
	top: 6vw;
	left: 0;
	right: 0;
	float:none;
	padding: 40px 0;
	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;
	color:#000;
	font-size: 16px;font-weight: 400;
}
.overlay:target .popup {
    top: -180%;
    left: -100%;
}
/* ---------------------------------------------*/

/*  MAIN
------------------------------------------------*/	
.main {
	width:100%;
	background:#020298;
	color:#FFF;
	padding:20px 0;
}
.main-form {
	width:100%;
	background:#5F5F5F;
	color:#FFF;
	padding:20px 0;
}


.maininsethome {
	max-width:800px;
	margin:0 auto;
	position:inherit;
	padding:0 10px 40px;
}

.maininset {
	max-width:800px;
	margin:0 auto;
	position:inherit;
	padding:46px 10px 40px;
}

.HUGElogo	{
	display:table;
	margin:0 auto 40px;
}
.inventory {
	max-width:1060px;
    margin:0 auto;
	padding:60px 5px;
}


.mainhome {
	background:#020298;
	width:100%;
	float:left;
	padding:80px 0;
}

.logosleft {
	width:calc(50% - 400px);
	float:right;
	margin-top:0px;
	padding:20px;
	box-sizing:border-box;
}

.logosleft img {
	width:50%;float:left;padding:5px 35px;box-sizing:border-box;
}

#floatleft {float:left;}

.maincenter {
	width:100%;max-width:800px;float:left;
}

.maincenter p {color:#fff;}

.subleft h4 {text-transform:uppercase;font-size:22px;}
.mainwraps {width:95%;margin:0 auto;max-width:1300px;}
.subright {width:100%;float:left;margin:50px 0 0;padding-left:10px;box-sizing:border-box;}
.subright h4 {text-transform:uppercase;font-size:22px;}

.subleft {
  width: 100%;
  float: left;
  margin: 50px 0 0;
  padding-right: 10px;
  box-sizing: border-box;
}
.specials-grid {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.specials-row {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.specials-row img {
  width: 240px;
  height: auto;
  object-fit: contain;
  display: block;

}

.specials-row.single {
  justify-content: center;
}


.flex-col{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.flex2{
	width:50%;
	box-sizing: border-box;
}
.flex2 img{ width:55%; margin: auto; display: block;}
/*  CTAS
------------------------------------------------*/	
.ctas {
	width:100%;
	float:left;
	border-bottom:5px solid #fff6cc;
	border-top:5px solid #fff6cc;
	position:relative;
	margin-top:0px;
}

.ctathird {
	width:25%;
	float:left;
	height: 260px;
	
}

.ctathird h2 {
	width:100%;
	float:left;
	padding:40px 10px;
	box-sizing:border-box;
	text-align:center;
	text-transform:uppercase;
}

.overlaycolor {
	width:100%;
	float:left;
	background:rgba(0,0,0,0.50);
	padding:60px 0;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	height: 100%;
}

.ctathird:hover .overlaycolor {
	background:rgba(0,0,0,0.20);
	
}

#agtab {
	background:url("../siteart/genesis-t8-tier-4b-gallery-17.jpg");
	background-size:cover;
	background-position:center;
}

#contab {
	
	background:url("../siteart/kubota-skid.jpg");
	background-size:cover;
	background-position:center;
	border-right:5px solid #fff6cc;
	border-left:5px solid #fff6cc;
	box-sizing:border-box;
}

#atttab {
	
	background:url("../siteart/snow-plow.jpg");
	background-size:cover;
	background-position:center;
	border-right:5px solid #fff6cc;
	box-sizing:border-box;
}


#parttab {	
	background:url("../siteart/Alta-Photo.jpg");
	background-size:cover;
	background-position:center;
}

/*  ARTICLE
------------------------------------------------*/
article {
	width:100%;
	background:#fff6cc;
	color:#fff;
	padding:60px 0;
}

.articleinset {
	max-width:800px;
	padding:0 10px 0;
	margin: auto;
}

.twocolumns1home {
	min-width:240px;
	margin:40px 0 0 0;
	display:block;
	float:left;
	width:40%;
}

.twocolumns1 {
	min-width:240px;
	margin:0;
	display:block;
	float:left;
	width:40%;
}

.twocolumns2 {
	display:block;
	float:right;
	width:50%;
}

.homep{
	color:#363636;
	font-size:18px;
	line-height:1.6;
}

.contactp{
	color:#000;
	font-size:16px;
	line-height:1.6;
	width: 100%;
}
.contactp a{
	color:#000;
	transition-duration: 0.5s;

}
.contactp a:hover{
	color:#5e5e5e;
}

.contact-bottom-links {
	width: 35%!important;
	text-align: center;
}
.col-1 {
	max-width: 800px;
}
.button-link {
	background: #020298;
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 30px;
	color: #fff!important;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.button-link:hover {
	background: #ffd200;
}

.button-link:first-of-type {
	margin-right: 40px;
}
.col-1 h3 {
	text-transform: uppercase;
}
.col-1 hr {
	border-color: #000;
}

.social-link-container {
	width: 100%;
	text-align: center;
	padding-top: 50px;
}
.contact-bottom-links a {
	display: block;
}

div.social-link-container a i {
	font-size: 35px;
	color: #fff!important;
	margin: 0 10px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
div.social-link-container a i:hover {
	color: #ffd200!important;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/

.scrollinginvpadding {background: #C0C0C0;width:100%;float:left;padding-bottom:60px;margin-bottom:20px;}
.scrollinginv {
	margin:60px 0 0;
	border-top:#020298 5px solid;
	border-bottom:#020298 5px solid;
	background:#5d78ff;
}

.mobilecontainer { 
	overflow:hidden; /* must have this property for mobile phones and tablet display! */
	max-width:1060px; 
	margin:0 auto;
	height:92px; 
	padding:7px;
	position: relative;
}
iframe.banner {
	width:100%;
	height:92px;
}	

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*  SECTION
------------------------------------------------*/

.manulogos{
	max-width:1153px;
    margin:0 auto;
	padding:0 0 10px;
}

.manulogos img{
    display:inline-block;
    *float:left;
	margin:40px 25px;
}

.manulogos2{
	text-align:center;
	max-width:1153px;
	padding:0 0 10px;
}

.manulogos2 img{
	margin:20px 17px;
	padding:10px 10px;
	border:solid #ffd200 medium;
	background:#fff;
}

.manulogos2 img:hover{
	border:solid #020298 medium;
	transform:scale(1.1,1.1);
}
 

/*===================== 
	Form styles 
=======================*/
form.consign {
  width: 100%;
  box-sizing: border-box;
  color: #000;
}
form.consign h2{padding:2% 0 0 0; font-size: 22px;}
form.consign p{padding:1% 0; color:#fff;}
form.consign hr{
	width:96%;
	margin: 2% auto;
}
form.consign select {
  width: 100%;
  padding: 9px 10px;
  box-sizing: border-box;
  display: inline-block;
}
form.consign input, form.consign textarea {
  width: 100%;
  padding: 9px 10px;
  box-sizing: border-box;
  display: inline-block;
  font-family: inherit;
}
form.consign textarea {
  height: 100px;
}
form.consign input.consignButton {
  width: 50%;
  display: block;
  margin: 30px auto 20px auto;
  background: #febf18;
  font-size: 21px;
  font-weight: bold;
  color: #000;
  border: none;
}
form.consign input.consignButton:hover {
  cursor: pointer;
  background: #000;
  color:#fff;
}
form.consign label{
	font-size: 18px;
	color:#fff;
}
form.consign input::-webkit-input-placeholder, form.consign textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
form.consign input::-moz-placeholder, form.consign textarea::-moz-input-placeholder { /* Firefox 19+ */
  color: #000;
}
form.consign input:-ms-input-placeholder, form.consign textarea::-mx-input-placeholder { /* IE 10+ */
  color: #000;
}
form.consign input:-moz-placeholder, form.consign textarea:-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity: 1;
}
form.consign input::placeholder, form.consign textarea::placeholder {
  color: #000;
  opacity: 1;
}
form.consign div.col-1-2 {
  width: 49%;
  box-sizing: border-box;
  float: left;
  padding: 1%;
}
form.consign div.col-1-3 {
  width: 32%;
  box-sizing: border-box;
  float: left;
  padding: 1%;
}
form.consign div.col-1-4 {
  width: 24%;
  box-sizing: border-box;
  float: left;
  padding: 1%;
}
form.consign div.col-1-1 {
  width: 98%;
  padding: 1%;
}

.flex-form-container {
	display: flex;
	gap: 25px;
	position: relative;
}
.flex-form-container .flex-width {
	flex-grow:1;flex-shrink:1;flex-basis:100%;
}
.flex-form-container img.hiring {
	position: sticky;
	top: 0px;
	object-fit: contain;
	object-position: top center;
	width: 100%;
}

/*===========INVENTORY=================*/



.sidetwos {
	display:none;
}

/*
.invwrap {
	width:calc(100% - 300px);
	box-sizing:border-box;
	padding-left:20px;
	float:right;

}
*/

.bgcolor {
	width:100%;
	float:left;
	background:#fff;
	padding:0 20px;
	box-sizing:border-box;
}

.sidebars {
width:300px;
float:left;
background:#f2f2f2;
border:1px solid #BDBDBD;
box-sizing:border-box;	
margin-top:15px;
	
position:fixed;
}

.stick {
	margin-top:-80px;
}

.insidesearches select {
width:100%;
float:left;
padding:10px 10px;
box-sizing:border-box;	
color:#767676;
	font-size:14px;
}

.sidebars h3 {
width:100%;
float:left;
text-align:left;
padding:15px 10px;
box-sizing:border-box;
text-transform:uppercase;
font-size:20px;
color:#020298;
text-align:center;
}

.notfull {
width:75%;
float:right;	
}


.invdropbutton {
width:100%;
float:left;	
text-decoration:none;
border-top:1px solid #BDBDBD;
box-sizing:border-box;
padding:15px 15px;
font-weight:500;
font-size:16px;
color:#555;
-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.invdropbutton:hover {
color:	#020298;
cursor:pointer;
}

.invdropbutton .fa {
float:right;	
}

.invdropbuttontwo {
width:100%;
float:left;	
text-decoration:none;
border-top:1px solid #BDBDBD;
border-bottom:1px solid #BDBDBD;
box-sizing:border-box;
padding:15px 15px;
font-weight:500;
font-size:16px;
color:#555;
-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.invdropbuttontwo:hover {
color:	#020298;
cursor:pointer;
}

.invdropbuttontwo .fa {
float:right;	
}

.insidesearches {
padding:0 10px 10px;
width:100%;
float:left;
box-sizing:border-box;	
}

.sidebars input {
width:100%;
float:left;
padding:10px;
box-sizing:border-box;	
}

.sidetwos input {
width:100%;
float:left;
padding:10px;
box-sizing:border-box;	
}


.submitbut {
background:#020298;
color:#fff;
font-size:18px;
text-align:center;
padding:10px 10px;
width:100%;
float:left;
border:2px solid #020298;
box-sizing:border-box;
color:#fff;
text-transform:uppercase;
font-weight:700;
text-decoration:none;
-webkit-transition: all .5s ease; 
-moz-transition: all .5s ease; 
-ms-transition: all .5s ease; 
-o-transition: all .5s ease; 
transition: all .5s ease;

}

.submitbut:hover {
background:rgba(86,86,86,0.00);
border:2px solid #020298;	
	color:#020298;
}

.bottomsearch {
width:100%;
float:left;
padding:10px;
box-sizing:border-box;
border-top:1px solid #BDBDBD;
}

.CaptchaMessagePanel {color: #fff;}

.hosted-content .red, .hosted-content .redtext, .hosted-content .field-validation-error {
font-size:16px;	
}

.search {
	padding: 50px 0;
	background: #fff6cc;
}

.search-box {
	padding: 50px 5%;
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	background: #020298;
	text-align: center;
}

.search-box h2 {
	text-align: center;
	margin-bottom: 10px;
}

.search-bar.flex {
	display:flex;
	width: 100%;
}

.search-bar input {
	padding: 15px;
	border: none;
	border-radius: none; 
	width: 100%;
}

.search-bar input:focus {
	outline: none;
}

.search-bar button {
	padding: 15px;
	border: none;
	background: #000;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	transition:all .2s ease-in;
}

.search-bar button:hover {
	background-color: #333;
}



/*  FOOTER
------------------------------------------------*/
footer {
	padding:25px 0;
	background:#020298 url('../siteart/footer-bar.png') repeat-x;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	position: absolute;
    top: 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}



/*  Stylized Footers 
------------------------------------------------*/
.divfooter {
	max-width:590px;
	/***** Truck 750px   Machine 680px   Tractor 590px   Controller 680px  AuctionTime 560px *****/
	color:#eaeaea;
	margin:0 auto;
	line-height:1;
	text-align:center;
}

.footertext{
	color:#eaeaea;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	color:#ffd200;
	font-size:13px;	
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}

a.footerlink:hover {
	color:#DBB400;
	font-size:13px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

.smallfootertext{
	color:#eaeaea;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}


.bottom-section, .list-top-section, .list-container, .detail-content .detail-main-body, .detail-additional-data, .detail-content-mobile .detail-main-body {
	background: white !important;
	text-align: left !important;
}

/*  Inventory Styles 
------------------------------------------------*/
#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, 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: 0px !important;
    -o-border-radius:0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !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 {color:#ffd200 !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:#ffd200 !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 #ffd200 !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: #000 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .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;}

.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;}
 
/* 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; 
}
.view-listing-details-link, .offer-btn, .contact-options-mobile, .faceted-search-content .selected-facets-container .selected-facet{color: #000 !important;}
.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 {border-color: #000!important; color: #000!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;}


/* +++++++++++++ media queries go here +++++++++++++ */ 

@media screen and (max-width:1550px) {
	.logosleft img {
		padding:5px 5px;
	}
}
@media screen and (max-width:1400px) {

.specials-grid {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.specials-row {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.specials-row img {
  width: 220px;
  height: auto;
  object-fit: contain;
  display: block;
}
	
}
@media screen and (max-width:1280px) {
	.logosleft img {
		width:100%;
	}
}

@media screen and (max-width:1230px) {
.tophead p {
	font-size: 12px;
}
	.top-strip{
		text-align: center;
		width: 100%;
		padding: 3px 15px;
		display: flex;
		justify-content: center;
		flex-direction: column;

	}
	
.specials-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.specials-row {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.specials-row img {
  width: 200px;
  height: auto;
  object-fit: contain;
  display: block;
}
	
}




@media screen and (max-width:1080px) {
.logo {float:none; margin:0}

.headerinset{text-align:center;}
	
	
		.sidetwos {
	display:block;
	width:100%;
	float:left;
background:#f2f2f2;
border:1px solid #BDBDBD;
box-sizing:border-box;	
margin-top:15px;
border-top:none;
margin-bottom:15px;
}

.sidetwos h3 {
width:auto;
text-align:left;
float:left;
color:#020298;	
margin-top:3px;
	text-transform:uppercase;
}

.invdropbutton .fa-sliders {
font-size:25px!important;
	
}

.heroslides.slick-slide {
    height: 350px;
}
.sidebars {
display:none;	
}
	
	.detailed-search {
		max-width:none;
	}
	
	.invwrap {
		width:100%;
		padding:0;
	}
	
	.ctathird h2 {
		font-size:25px;
	}
	
	.logosleft {
		width:100%;
		padding:0 20px;
	}

	.logosleft img {
		width:16.65%;
	}
	
	.maincenter {
		width:100%;max-width:none;padding:20px 40px;
		box-sizing:border-box;
	}
	
.tophead p {
	font-size: 12px;
}	
	
}

@media screen and (max-width:1060px) {
	
	.tophead {
		display:none;
	}
	.top-strip{display: none;}
	.m-top-strip{
		display: block;
		color:#fff;
		font-size:16px;
		line-height:1.6;
		width: 100%;
		background: #000;
		text-align: right;
		padding: 3px 0;
	}
	.m-top-strip a {
		color:#fff;
	}
		
}
@media screen and (max-width:1000px) {
	.flex-form-container {
		flex-direction: column;
	}
	.flex-form-container img.hiring {
		max-width: 500px;
	}
}
@media screen and (max-width:930px) {
	.hero {
		margin-top:-0px;
	}
	
	.ctas {
		margin-top:-5px;
	}
	
	.flex-col{
		flex-direction: column;
	}
	.flex2{
		width:100%;
		box-sizing: border-box;
	}
	.flex2 img{ width:80%; margin: auto; display: block;}

.mainheading {width:90%; margin-bottom:40px !important}

.maintext {width:95%;}

.hometext {width:95%; padding-left:10px; margin-top:50px;}

.map {width:100%; float:none; display:inline-block;}

.contacttext {width:95%; float:none; margin-top:40px; min-height:0}

.demo {	width:95%; float:none; margin:0 auto;}
.demo img{width:100%;}
	
	.tophead {
		display:none;
	}
	.top-strip{display: none;}
	.m-top-strip{
		display: block;
		color:#fff;
		font-size:16px;
		line-height:1.6;
		width: 100%;
		background: #000;
		text-align: right;
		padding: 3px 0;
	}
	.m-top-strip a {
		color:#fff;
	}
	
	.ctathird {
		width:100%;
		height: 180px;
	}
	.overlaycolor{
		    display: flex;
    align-items: center;
	}
	.ctas {
		margin-top:-5px;
	}
	
		#contab {
		border-top:5px solid #fff6cc;
		border-bottom:5px solid #fff6cc;;
		border-right:none;
		border-left:none;
	}
	
	
#atttab {

		border-bottom:5px solid #fff6cc;;
		border-right:none;
		border-left:none;
	}
	.overlaycolor {
		padding:0;
	}

}
@media screen and (max-width:700px){
	.logosleft img {
		width:33.33%;
	}
	
	.specials-row img {
    width: 100%;
    max-width: 200px; 
  }
	
	.subleft {width:100%;float:left;margin:30px 0 0;padding-right:0px;box-sizing:border-box;}
	.subright {width:100%;float:left;margin:30px 0 0;padding-left:0px;box-sizing:border-box;}
	.button-link {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	.contact-bottom-links {
		margin-top: 10px;
		width: 100%!important;
	}
	.col-1 {
		padding: 0 2%;
	}
	form.consign div.col-1-3 {
	  width: 98%;
	  box-sizing: border-box;
	  float: none;
	  padding: 1%;
	}
	form.consign div.col-1-4 {
	  width: 50%;
	  box-sizing: border-box;
	  float: left;
	  padding: 1%;
	}
	form.consign div.col-1-2 {
	  width: 98%;
	  box-sizing: border-box;
	  float: none;
	  padding: 1%;
	}
	.heroslides.slick-slide {
        height: 225px;
    }
}


@media screen and (max-width:500px){
	.wrench {display:none;}
	.send-btn {margin:20px auto 0; display:block;}
	form { text-align:center;}

	form.consign div.col-1-4 {
	  width: 98%;
	  box-sizing: border-box;
	  float: none;
	  padding: 1%;
	}
	.specials-row img {
    width: 100%;
    max-width: 150px; 
  }
	.search-bar.flex {flex-wrap: wrap;}
	.search-bar button {width: 100%;}
}