﻿/***** 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 --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none; cursor: pointer !important;}
button:hover {cursor: pointer !important;}

hr{border:#000 1px solid;}
html {font-family: 'inter', sans-serif;}

/*--- HEADER STYLES ---------------------*/
header {border-bottom: 1px #bbb solid;}
.header-wrap {width: 95%; margin: 0 auto; padding: 12px 0; display: flex; justify-content: space-between; align-items: center;}
.header-wrap p {font-size: 16px; line-height: 26px;}
.header-wrap a {color: #000; font-size: 16px; line-height: 26px; font-family: 'inter', sans-serif; font-weight: bold;}
.header-wrap i {color: #F52420;}

.header-nav {width: 95%; margin: 0 auto; padding: 20px 0; display: flex; justify-content: space-between; align-items: center;}

.home-nav .primary ul > li:first-child i, .value-nav .primary ul > li:nth-child(5) a, .about-nav .primary ul > li:nth-child(7) a {color: #F52420 !important;}

/*---BODY--------------------------------*/
/*---DEFAULT---*/
.hero-bkgrd {background: url("/siteart/hero.jpg") no-repeat; background-position: center; background-size: cover;}
.hero-overlay {background: #3B3B3B; background: linear-gradient(90deg, rgba(59, 59, 59, 0.95) 0%, rgba(59, 59, 59, 0.6) 100%);}
.hero-wrap {width: 95%; margin: 0 auto; padding: 200px 0 80px 0;}
.hero-content {width: 750px;}
.hero-content h1 {font-size: 45px; line-height: 55px; color: #fff;}
.hero-content p, .sub-hero p {font-size: 20px; line-height: 30px; color: #fff; margin: 20px 0 35px 0;}
.hero-content button {background: #F52420; width: 250px; padding: 15px 0; color: #fff; border: 1px #F52420 solid; font-family: 'inter', sans-serif; font-size: 17px; line-height: 17px; font-weight: bold;}
.hero-content button:hover {border: 1px #fff solid; background: none; transition: .5s;}

.cat-wrap {width: 95%; margin: 0 auto; padding: 100px 0;}
.cat-top {text-align: center; width: 700px; margin: 0 auto;}
.cat-top h2, .content-wrap h2 {font-size: 40px; line-height: 50px;}
.cat-top p, .content-wrap p {font-size: 20px; line-height: 30px; margin: 20px 0 35px 0;}
.skid-steer {background: url("/siteart/cat/skid-steer-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.tractors {background: url("/siteart/cat/tractors-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.trailers {background: url("/siteart/cat/trailers-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.farm-attachments {background: url("/siteart/cat/farm-attachments-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.used-inv {background: url("/siteart/cat/skid-steer-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.new-inv {background: url("/siteart/cat/tractors-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.cat-content {text-align: center; padding: 100px 0 40px 0;}
.cat-content > div {display: flex; justify-content: center; margin-bottom: 50px;}
.cat-content h3 {font-family: 'inter', sans-serif; font-size: 20px; line-height: 30px; color: #fff; font-style: italic; text-transform: uppercase; font-weight: 500;}
.cat-reel .slick-track {display: flex; gap: 10px;}
.cat-reel .slick-prev:before, .cat-reel .slick-next:before {color: #F52420 !important; opacity: 1 !important; font-size: 25px !important;}
.cat-reel a:hover .cat-overlay {background: rgba(245,36,32,0.45); transition: .8s;}
.cat-bottom {text-align: center; margin-top: 35px;}
.cat-bottom button {background: #F52420; width: 250px; padding: 15px 0; color: #fff; border: 1px #F52420 solid; font-family: 'inter', sans-serif; font-size: 17px; line-height: 17px; font-weight: bold;}
.cat-bottom button:hover {background: #3B3B3B; border: 1px #3B3B3B solid; transition: .5s;}

.grey-bkgrd {background: #F2F2F2;}
.content-width {width: 95%; margin: 0 auto; padding: 100px 0;}
.content-wrap {width: 1000px; margin: 0 auto; text-align: center;}
.btn-flex {display: flex; justify-content: center; gap: 10px;}
.btn-flex button {background: #F52420; width: 250px; padding: 15px 0; color: #fff; border: 1px #F52420 solid; font-family: 'inter', sans-serif; font-size: 17px; line-height: 17px; font-weight: bold;}
.btn-flex button:hover {background: #3B3B3B; border: 1px #3B3B3B solid; transition: .5s;}
.content-width iframe {margin-top: 80px;}

/*---VALUE MY TRADE---*/
.sub-hero h1 {text-align: center; color: #fff; font-size: 40px; line-height: 50px;}
.sub-hero h1 span {font-style: italic; text-decoration: underline;}
.sub-hero-overlay {background: #3B3B3B; background: linear-gradient(90deg, rgba(59, 59, 59, 0.80) 0%, rgba(59, 59, 59, 0.80) 100%);}
.sub-hero-wrap {padding: 120px 0; width: 95%; margin: 0 auto;}
.form-body {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; gap: 50px; margin-bottom: 100px;}
.form-body h2 {font-size: 35px; line-height: 45px;}
.form-body p {font-size: 18px; line-height: 30px; margin: 20px 0 35px 0;}
.form-body > div:first-child {width: 40%; margin-top: 100px;}
.form-body > div:first-child ul li {margin-bottom: 8px;}
.form-body > div:first-child ul li i {color: #F52420;}
.form-body > div:first-child ul li a {font-family: 'inter', sans-serif; font-size: 18px; line-height: 28px; color: #000;}
.form-body > div:first-child ul li a:hover {color: #F52420; transition: .5s;}
.form-body > div:last-child {background: #F2F2F2; padding: 60px 30px; margin-top: -50px; width: 60%;}
.form-body > div:last-child p {margin-top: 0px; margin-bottom: 20px;}

/*---ABOUT US---*/
.sub-hero p {text-align: center; width: 750px; margin: 0 auto; margin-top: 20px;}
.sub-body {width: 95%; margin: 0 auto; margin-top: 100px; margin-bottom: 100px;}
.sub-body h2 {font-size: 35px; line-height: 45px;}
.sub-body p {font-size: 18px; line-height: 30px; margin: 20px 0 35px 0;}
.sub-wrap {width: 1050px;}
.sub-body button {background: #F52420; width: 250px; padding: 15px 0; color: #fff; border: 1px #F52420 solid; font-family: 'inter', sans-serif; font-size: 17px; line-height: 17px; font-weight: bold;}
.sub-body button:hover {background: #3B3B3B; border: 1px #3B3B3B solid; transition: .5s;}
.sub-body iframe {margin-top: 80px;}

/*---CONTACT US---*/
.contact-flex {display: flex; justify-content: space-between; gap: 10px;}
.contact-flex a {text-align: center; width: 100%;}
.contact-flex a > div:first-child {display: flex; justify-content: center;}
.contact-flex a > div:last-child {background: #f2f2f2; padding: 60px 0 40px 0; margin-top: -30px;}
.contact-flex a:hover > div:last-child {background: #3B3B3B; transition: .5s;}
.contact-flex a:hover p, .contact-flex a:hover h2 {color: #fff; transition: .5s;}
.contact-flex a i {background: #F52420; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 25px; line-height: 25px;}
.contact-flex a p {margin: 0px; font-size: 16px; line-height: 26px; color: #000; font-family: 'inter', sans-serif;}
.contact-flex a h2 {font-size: 25px; line-height: 35px; font-weight: bold; color: #000; font-family: 'inter', sans-serif; margin-top: 5px;}

/*--------FORM STYLES--------------------*/
.form-flex > div {display: flex; gap: 10px; margin-bottom: 10px;}
.form-flex input {width: 100%; border: none; background: #fff; color: #595959; font-size: 15px; line-height: 25px; font-family: 'inter', sans-serif; padding: 12px 0 12px 20px;}
.form-textarea {display: flex;}
.form-textarea textarea {width: 100%; border: none; background: #fff; color: #595959; font-size: 15px; line-height: 25px; font-family: 'inter', sans-serif; padding: 12px 0 0 20px; height: 150px;}
.form-body form .submitselect {background: #F52420; width: 160px; padding: 15px 0; color: #fff; border: 1px #F52420 solid; font-family: 'inter', sans-serif; font-size: 17px; line-height: 17px; font-weight: bold; display: flex; justify-content: center; align-items: center; margin-top: 35px;}
.form-body form .submit {background: #F52420; width: 160px; padding: 15px 0; color: #fff; border: 1px #F52420 solid; font-family: 'inter', sans-serif; font-size: 17px; line-height: 17px; font-weight: bold;}
.form-body form .submitselect:hover, .form-body form .submit:hover {background: #000; border: 1px #000 solid; transition: .5s; cursor: pointer !important;}
.form-body #CaptchaAnswer {height: 35px; border: none; background: #fff;}
.form-body .CaptchaWhatsThisPanel a {color: #000; text-decoration: underline; font-family: 'inter', sans-serif;}

/*-------- FOOTER STYLES ----------------*/
footer {background: #3B3B3B;}
.footer-width {width: 95%; margin: 0 auto; padding: 80px 0; display: flex; justify-content: space-between;}
footer p {color: #fff; font-size: 18px; line-height: 30px; font-weight: bold;}
footer ul {margin-top: 12px;}
footer ul li {margin-bottom: 8px;}
footer ul li a {color: #fff; font-size: 15px; line-height: 25px;}
.footer-links > div {display: flex; gap: 50px;}
footer ul li a:hover {color: rgba(255,255,255,0.80); transition: .5s;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.faceted-search-content .selected-facets-container .selected-facet, .list-content .list-error-container .info button:not(.login-button) {background: #F52420 !important;}
.list-top-section .list-listings-count {color: #F52420 !important;}




/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1550px) {
	.header-nav img {width: 310px;}
}

@media only screen and (max-width: 1450px) {
	.header-nav img {width: 290px;}
	.contact-flex {flex-wrap: wrap;}
	.contact-flex a {width: 49%; margin: 0 auto;}
}

@media only screen and (max-width: 1150px) {
	.form-body {flex-wrap: wrap; gap: 50px;}
	.form-body > div:last-child {margin-top: 0px;}
	.form-body > div {width: 100% !important;}
	.sub-wrap {width: 100%;}
}

@media only screen and (max-width: 1050px) {
	.content-wrap {width: 100%;}
}

@media only screen and (max-width: 850px) {
	.contact-flex a {width: 100%;}
}

@media only screen and (max-width: 800px) {
	.hero-content, .cat-top, .sub-hero p {width: 100%;}
}

@media only screen and (max-width: 700px) {
	header {display: none;}
	.header-nav {flex-wrap: wrap; width: 100%; padding: 0px;}
	.header-nav > a {width: 100%; text-align: center; padding: 20px 0;}
	.header-nav > div {width: 100%;}
	.hero-content h1 {font-size: 40px; line-height: 50px;}
	.hero-content p, .cat-top p, .content-wrap p, .sub-hero p {font-size: 19px;}
	.hero-content button, .cat-bottom button, .btn-flex button, .form-body form .submitselect, .form-body form .submit, .sub-body button {font-size: 16px; line-height: 16px;}
	.hero-wrap {padding: 150px 0 60px 0;}
	.cat-top h2, .content-wrap h2, .sub-hero h1 {font-size: 35px; line-height: 45px;}
	.btn-flex button, .btn-flex a {width: 100%;}
	.footer-width {flex-wrap: wrap; gap: 50px;}
	.footer-width > div {width: 100%;}
	.sub-hero-wrap {padding: 100px 0;}
	.form-body h2, .sub-body h2 {font-size: 30px; line-height: 40px;}
}

@media only screen and (max-width: 600px) {
	.form-flex > div {flex-wrap: wrap;}
	.cat-reel .slick-next {right: 11px !important;}
	.cat-reel .slick-prev {left: 11px !important; z-index: 600 !important;}
}

@media only screen and (max-width: 500px) {
	.hero-content h1 {font-size: 35px; line-height: 45px;}
	.hero-content p, .cat-top p, .content-wrap p, .form-body p, .sub-hero p {font-size: 18px;}
	.hero-content button, .cat-bottom button, .form-body form .submitselect, .form-body form .submit, .sub-body button {font-size: 15px; line-height: 15px; width: 220px;}
	.cat-top h2, .content-wrap h2, .sub-hero h1 {font-size: 30px; line-height: 40px;}
	.btn-flex button {font-size: 15px; line-height: 15px;}
	.form-body h2, .sub-body h2 {font-size: 28px; line-height: 38px;}
	.sub-hero-wrap {padding: 80px 0;}
	.form-body > div:first-child, .sub-body {margin-top: 80px;}
	.form-body, .sub-body {margin-bottom: 80px;}
	.form-body > div:last-child {padding: 50px 20px;}
}

@media only screen and (max-width: 400px) {
	.header-nav > a {padding: 15px 0;}
	.header-nav > a img {width: 70%;}
	.hero-content h1 {font-size: 30px; line-height: 40px;}
	.hero-content p, .cat-top p, .content-wrap p, .form-body p, .form-body > div:first-child ul li a, .sub-hero p, .sub-body p {font-size: 16px; line-height: 28px;}
	.footer-links > div {justify-content: space-between;}
	.contact-flex a h2 {font-size: 22px; line-height: 32px;}
	.contact-flex a i {widht: 55px; heihgt: 55px; font-size: 22px; line-height: 22px;}
}

@media only screen and (max-width: 350px) {
	.hero-wrap {padding: 125px 0 50px 0;}
	.hero-content button, .cat-bottom button, .form-body form .submitselect, .form-body form .submit, .sub-body button {width: 100%;}
	.btn-flex {flex-wrap: wrap;}
	.sub-hero-wrap {padding: 70px 0;}
	.form-body > div:first-child, .sub-body {margin-top: 70px;}
	.form-body, .sub-body {margin-bottom: 70px;}
	.contact-flex a h2 {font-size: 20px; line-height: 30px;}
	.contact-flex a i {widht: 50px; heihgt: 50px; font-size: 20px; line-height: 20px;}
}


