﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
/***** 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;  
} 

/*-------- 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 --------*/

#more {
	display: none;
    }

#myBtn {
	color: #ed1924;
    font-family: 'Open Sans';
    font-weight: 700;
    background-color: #fff;
    border: none;
	margin:2% 0;
}

body {overflow-x: hidden; line-height: 1.4;}

body h1 {
	font-family:'Open Sans'; 
	font-weight:700;
	font-size: 30px;
}

body p {
	font-size: 16px;
	font-family: 'Open Sans';
    font-weight: 400;
    padding: 0px 5%;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

iframe {    
	vertical-align: middle;
    margin: 0 5%;
}

.header-container {
	display: block;
	align-items: center;
    width: 90%;
    margin: 0 auto;
}

.headerlogo {
	text-align: center;

}

.headerlogo img {
	max-width: 800px;
    margin: 0 auto;
    margin-top: 2%;
}

.hero-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    width: 90%;
    margin: 0 auto;
    font-size: 0px;
}

.hero-container img {width: 45%;}

.hero-img {
	background-image: url("../siteart/hero-img.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
	width: 60%;
}

.contact-hero-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    width: 90%;
    margin: 0 auto;
    font-size: 0px;
}

.search-equipment {
	background-color: #000;
	font-size: 13px;
    color: #fff;
    text-align: left;
    display: inline-block;
	width:30%;
	padding:5%;
}

.contact-search-equipment {
	background-color: #000;
	font-size: 13px;
    color: #fff;
    text-align: left;
    display: inline-block;
	width:90%;
	padding:2% 5%;
}

.contact-search-equipment h1 {
	text-align: center;
    padding-bottom: 1%;
}

.contact-search {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    align-content: stretch;
}

.form1, .form2, .form3 {
	width:25%;
}

.form1, .form2 {
	padding-right:4%;
}

.bid-button {
	font-size: 13px;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 2%;
	width:418px;
    text-align: left;
    display: block;
    margin: 1%;
    margin-top: 10px;
}

.bid-button a {color:#000;font-family:'Open Sans';font-weight:700;}

.nav-social-container {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
	border-top: #000 solid 1px;
}

.social-butts {
	font-size: 18px;
    width: 20%;
    text-align: right;
}

.social-butts .fa-facebook-square {
	font-size: 30px;
    padding: 0 5%;
    color: #3b5999;
}

.social-butts .fa-linkedin {
	font-size: 30px;
    padding: 0 5%;
    color: #1076a8;
}

.social-butts .fa-twitter-square {
	font-size: 30px;
    padding: 0 5%;
    color: #429cd6;
}


.welcome-copy {
	text-align:center;
	padding:2% 5%;
}

.welcome-copy h1 {font-size:35px;}

.inventory-butts a {
	background-color: #ed1924; 
	border: none;
	color: white;
	padding: 10px 45px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-family:'Open Sans';
	font-weight:700;
	margin: 1%;
	box-sizing: border-box;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
}

.inventory-butts a:hover {
	background-color:#fff;
	color:#ed1924;
}

.submit-butt {
	background-color: #ed1924; 
	border: none;
	color: white;
	padding: 5px 20px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-family:'Open Sans';
	font-weight:700;
	margin: 1%;
	margin-top:5%;
	box-sizing: border-box;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
}

.submit-butt:hover {background-color:#333;color:#fff!important;}

.lists {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    align-content: stretch;
    width: 100%;
    margin: 0 auto;
	padding-bottom:2%;
}

.col1-equipment, .col2-attachments, .col3-parts {
	width:30%;
}

.col-header {
    font-size: 16px;
    font-weight: 700;
    background-color: #ed1924;
    color: #fff;
    padding:5%;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: 'Open Sans';
	margin: 0 5%;
	margin-bottom:5%;
}

.col-list {text-align: center;}

.col-list a {
	text-align:center;
	font-family: 'Open Sans';
	font-size:16px;
	font-weight: 400;
	line-height: 2;
	color:#000;
}

.col-list a:hover{
	color:#ed1924;
	font-weight:700;
}

/*************** Accordion CSS ******************/

/*main {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: baseline;
	align-content: stretch;
	width:100%;
	margin: 0 auto;
}*/

summary {
	font-size: 16px;
	font-weight: 700;
	background-color:#ed1924;
	color: #fff;
	padding: 8%;
	margin: 4%;
	border-radius: 0px;
	text-align: left;
	cursor: pointer;
	position: relative;
	font-family:'Open Sans';
}

details {
	width:20%;
}

.faq__content a {
	color: #000;
    font-family: 'Open Sans';
	line-height: 2;
}

details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}

@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
}

details > summary::after {
  position: absolute;
  content: "+";
  right: 20px;
}

details[open] > summary::after {
  position: absolute;
  content: "-";
  right: 20px;
}

details > summary::-webkit-details-marker {
  display: none;
}

/***********************************************/

.directions-butt {
	background-color: #ed1924; 
	border: none;
	color: white!important;
	padding: 10px 45px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px!important;
	font-family:'Open Sans';
	font-weight:700;
	margin: 1%;
	box-sizing: border-box;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
}

.search-butts a {
	color: #fff;
	text-align: left;
	text-decoration: none;
	display: block;
	font-size: 16px;
	font-family:'Open Sans';
	font-weight:700;
	margin: 5% 0;
}

.search-butts a:hover {
	color:#fff;
}


/*CONTACT FORM*/

.contact-bar {
	width:100%;
	text-align:center;
	padding: 3% 0;

}

.contact-us{padding:0 10%;}

.contact-us h2, .phone-address a {
	font-family: 'Open Sans';
	font-weight:700;
    font-size: 18px;
    color: #000;
}

.contact-us {line-height: 1.25;}

.contact-us p {
	font-family: 'Open Sans';
	font-weight:400;
    font-size: 15px;
    color: #000;
}

.phone-address p {
	font-family: 'Open Sans';
	font-weight:700;
    font-size: 18px;
    color: #000;
}

.phone-address a:hover{color:#ed1924;}

/*--------FORM STYLES--------------------*/


/* Financing Form Styles */

.flex-form{
	width:85%;
	text-align: left;
	margin: 0 auto;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 15px;
}

.flex-form h2{
	width:100%;
	padding:20px 0 20px 0;
	text-align: center; 
	font-size: 25px;
	font-family: 'Open Sans';
	font-weight:700;
    color: #ed1924;
}

.flex-form h4{
	width:100%;
	font-family: 'Open Sans';
	font-weight:700;
	margin-top:40px;
	padding:10px 0;
	font-size: 16px;
}
.flex-form label{font-family: 'Open Sans';font-weight:700;}

.flex-form span{text-align: left; margin: 0; font-size: 12px;}


.flex-form #formpage input, select{margin-top:5px;}

.flex-form .flex-row{
	display: flex; 
	justify-content: space-between; 
	align-items: flex-end; 
	width: 100%;
}

.flex-border{
	border:2px solid #eee;
	padding:20px;
}

.flex-input{
	width:100%;
	display: flex;
	flex-direction: column;
	margin: 10px 5px 5px 5px;
	text-align: left;
}

.check-container {display: inline-block; text-align: left; margin: 0;}
.check-container input[type="checkbox"]{display: inline-block; width:20px !important;}

/*form styles*/
.parts-request{
	width:100%;
	padding:40px 0;
	text-align:left;
	margin-top:40px;
	border-top:1px solid #eaeaea;
}

.parts-request h3{text-transform:uppercase;}

#formpage {
	width:100%;
	vertical-align: top;
	display:inline-block;
	text-align:left;
}

#formpage p{
	text-align:left;
}
#formpage h4{margin-top:30px;}

.form-half{
	width:48%;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}

.add-part{
	padding:30px;
	border:1px solid #f1f1f1;
	margin:20px 0 0 0
}

.add-part h4{margin:0 0 10px 10px !important;}

.formfield {
	width: 100%;
	display:inline-block;
	margin-right: 10px;
	margin-top: 10px;
	min-width: 175px;
	text-align:left;
}

#formpage input,select {
	padding: 6px 5px 10px;
	border: 1px solid #f1f1f1;
	font-family: 'Open Sans';
	font-weight:400;
	color: #2f2f2f;
	font-size: 16px;
	margin-top: 5px;
    border-radius: 2px;
	background:#f1f1f1;
}

#formpage input:focus {
	border: 1px solid #eaeaea;
	border-radius:2px
}

#formpage option{color:#333;background:#fff;}

/*===PLACEHOLDER TEXT STYLES===*/

#formpage ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #767676;
}
#formpage ::-moz-placeholder { /* Firefox 19+ */
  color: #767676;
}
#formpage :-ms-input-placeholder { /* IE 10+ */
  color: #767676;
}
#formpage :-moz-placeholder { /* Firefox 18- */
  color: #767676;
}
#formpage input.submit-button, #formpage input.submit-button:focus {
	background:#ed1924; 
	color:#fff;
	padding:10px;
	text-decoration:none;
	transition:ease-in .3s;
	width: 150px;
	font-size: 18px; 
	height:auto;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-top:3%;
	font-family: 'Open Sans';
	font-weight:700;
}

#formpage input.submit-button:hover{
	background:#2f2f2f; 
	box-shadow:1px 1px 4px #848484;
	transition:ease-out .3s;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}

#formpage textarea {
	padding: 6px 5px;
	border: 1px solid #f1f1f1;
	color: #000;
	font-size: 16px;
	background: #f1f1f1;
	height: 85px;
	border-radius:2px;
	margin-top:10px;
}

#formpage textarea:focus{
	border: 1px solid #eaeaea;
	border-radius:2px
} 

.CaptchaMessagePanel, .CaptchaWhatsThisPanel {	font-family: 'Open Sans';font-weight:700; color:#2f2f2f}

.CaptchaPanel{width:100%;}

.CaptchaImagePanel img{width:200px;}

.CaptchaAnswerPanel{
	max-width:400px;
	width: 100%;
	margin: 0 auto;
}
.CaptchaWhatsThisPanel a{color:#333;}

.submit-button{
	padding:0px 0px 30px 0px;
	position:relative;
	width:100%;
	text-align:center;
}

/*end form styles*/

@media screen and (max-width: 1170px)  {
	.form-half{width: 46%;}
}

@media screen and (max-width: 900px)  {
	.flex-form .flex-row{flex-wrap: wrap;}
}

@media screen and (max-width: 700px)  {
	.form-half{width: 98%;}
}

@media screen and (max-width: 450px)  {
	.add-part{padding: 20px;}
}

/*-------- FOOTER STYLES ----------------*/

footer {
	font-family: 'Open Sans';
    font-weight: 400;
	font-size:14px;
}

footer a {color:#000;}

.footer-container{
    display: flex;
    padding: 3% 0;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}

.col-3 {
	line-height: 2.5;
}

.col-3 a:hover {color:#ed1924;}

.col-4 {
	line-height: 2;
}

.col-1, .col-2, .col-3, .col-4 {
	width:26%;
}

.col-1 img {max-width: 200px;}

.col-4 .fa-facebook-square {
	font-size: 20px;
    color: #3b5999;
	padding-right: 2%;
}

.col-4 .fa-linkedin {
	font-size: 20px;
    color: #1076a8;
	padding-right: 2%;
}

.col-4 .fa-twitter-square {
	font-size: 20px;
    color: #429cd6;
	padding-right: 2%;
}

h4 {
	line-height: 1.5;
    font-size: 12px;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.body-wrapper {margin-top:1%;}

.list-title-text, .bold {color:#000;}

.list-content .list-title .list-listings-count {color:#ed1924!important;}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {color:#ed1924!important;}

.view-listing-details-link {background-color:#ed1924!important; color:#fff!important;}

.fa-arrow-left, .detail-content .search-results, .dealer-company-header {color:#000!important;}

.detail-price, .share-container h2 {color:#ed1924!important;}

.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn  {background-color:#ed1924!important;color:#fff!important;}

.detail-content .detail-additional-data .data-row .data-label {background-color:#ed1924!important;}

#contact-info {color: #000!important;  margin-top: 5%;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .detail-content .dealer-info .phone-and-email .send-email-btn {color: #ed1924!important;border: 1px solid #ed1924!important;}

.modal-content .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-content .form-bottom .captcha-and-submit .captcha-placeholder input {background-color:#ed1924; color:#fff;}

.faceted-search-content .selected-facets-container .selected-facet, button.g-recaptcha.button.ts-button, .detail-contact-bar .contact-bar-btn, .contact-options a, .fin-calc-mobile>a {background:#ed1924!important;}


/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width:900px){
	.list-content .list-listing-mobile .price-container .price {color:#ed1924!important;}

	.view-listing-details-link {background-color:#ed1924!important; color:#fff!important;}
	
	.list-content .list-title {text-align:center;}

	.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call, .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text {border:1px solid #ed1924!important; color:#ed1924!important;}
	
	.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .faceted-search-content .mobile-done-button-container .mobile-done-button {background-color:#ed1924!important;color:#fff!important;}

	.detail-content-mobile .detail-additional-data .data-row .data-label {background-color:#ed1924!important;}
	
	.detail-content-mobile .share-listing {color:#000!important;}
	
	.detail-content-mobile .detail-contact-bar .contact-bar-btn, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile {background-color:#ed1924!important;color:#fff!important;}

}

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1400px) {
	.col-list a {font-size:14px;}
	
	.col-header {font-size:14px;}
}

@media only screen and (max-width: 1000px) {
	
	.col-list a {font-size:16px;}
	
	.col-header {font-size:16px;}
	
	.col1-equipment, .col2-attachments, .col3-parts {
	width:100%;
}
	
	.lists {
		display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	}
	
	.col-header {padding: 3%;margin-bottom:0;}
	
	.col-list a {line-height:2.5;}
	
	.nav-social-container {
		border-top:0;
	}

	.headerlogo {
		display:block;
		text-align:center;
		padding:3%;
	}
	
	.headerlogo img {
    max-width: 75%;
}
	
	.header-container {display:block; width:100%;font-family: 'Open Sans';}
	
	.social-butts {display:none;}
	
	.hero-container{
		display: block;
		width:90%;
	}
	
	.hero-img {width: 100%;display: block;height: 400px;}
	
	.search-equipment{width:90%;display:block;font-size:15px;}
	
	.inventory-butts a {width:100%; padding: 15px 0; margin:1% 0;}
	
	.search-butts a {margin: 3% 0;}


	.contact-search-equipment {
		padding:5%;
}

	.contact-search {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		align-content: stretch;
}

	.form1, .form2, .form3 {
		width:75%;
}

	.form1, .form2 {
		padding-right:0;
}

	.footer-container {display:block;}
	
	.col-1, .col-2, .col-3, .col-4 {width:100%; padding:1%;text-align:center;}
	
}
