﻿/***** 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;
}

/* CUSTOM */
.show-mobile{display: none;}

.wrapper{
	max-width: 1280px;
	padding: 20px;
	margin: 0 auto;
}

.left{float:left;}
.right{float:right;}

.flex{display: flex; position: relative;}
.flex-wrap{flex-wrap: wrap;}
.flex-column {flex-direction: column;}
.flex-reverse{ flex-direction: row-reverse;}

.vpad{padding: 16px 0;}

.column-grp{width: 27%; position: absolute; top: 0; left: 0; bottom: 0;}
.col75{width: 73%}
.col66{width: calc(66.666666% - 20px); margin-right: 20px;}
.col50{width: calc(50% - 20px); margin-right: 20px;}
.cycle-slideshow{max-height: 700px; overflow: hidden;}
.col33{width: calc(33% - 20px); margin-right: 20px;}
.col33.right{width: calc(33% - 40px); margin-left: 20px;}
.col33 img, .col50 img{width: 100%;}
.text-right {text-align: right;}

.bg-dark{
	background: #002339;
}
.bg-ag{
	background: url("/siteart/bg-ag.jpg") center top;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-tractor{
	background: url("/siteart/bg-tractor.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-white{
	margin: 60px auto;
	background: #fff;
	padding: 60px;
	width: calc(100% - 120px);

	font-family: atten-new, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 30px;
}
.bg-white a:not(.cta-btn){
	color: #000;
}
.underline{
	text-decoration: underline !important;
}
.bg-silver{
	background: #a6b0c1;
}
.silver{
	color: #a6b0c1;
}

.heading{
	font-size: 30px;
	line-height: 42px;
}
.subheading{
	line-height: 42px;
	margin-top: 2px;
}
.silver-underline{
	position: relative;
}
.silver-underline:before {
    content: '';
    height: 4px;
    width: 74px;
    background: #a6b0c1;
    bottom: -19px;
    position: absolute;
}
.bg-white p{
	font-size: 16px;
}

.column-btn:first-of-type{
	margin-top: 40px;
}
.column-btn:last-of-type{
	margin-bottom: 40px;
}
.column-btn{
	border: solid 1px #fff;
	color: #fff;
	font-family: atten-new, sans-serif;
	font-size: 24px;
	font-weight: 700;
	display: flex;
	margin: 10px 20px;
	align-items: flex-start;
}
.column-btn img:nth-of-type(1){
	padding: 12px;
	background: #fff;
	transition: all ease 0.25s;
}
.column-btn img:nth-of-type(2){
	padding: 12px;
	box-sizing: border-box;
	max-width: 75%;
}
.column-btn p{
	padding: 12px;
	vertical-align: center;
}
.column-btn p.single-line{
	padding: 28px 12px 0;
}

.column-btn:hover > img:nth-of-type(1){
	padding-right: 20px;
    	padding-left: 20px;
}
.cta-btn{
	text-align: center;
	color: #fff;
	background: #0f3671;
	border: solid 1px #0f3671;
	line-height: 45px;
	font-family: atten-new, sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.cta-inverted{
	text-align: center;
	color: #0f3671;
	background: transparent;
	border: solid 1px #0f3671;
	line-height: 45px;
}


.cta-btn:hover > .hover-icon {
    opacity: 1;
    margin-left: 4px;
}

.hover-icon {
    vertical-align: top;
    opacity: 0;
    transition: all 0.2s ease;
    margin-left: -12px;
    line-height: 42px;
}



.header{
	font-family: atten-new, sans-serif;
	padding: 20px;
	position: relative;
}
.header #logo{
	font-size: 44px;
	color: #fff;
}

.top-header{
	font-family: atten-new, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	padding: 20px;
	border-bottom: #fff solid 1px;
}
.top-header .fab{
	font-size: 14px;
	margin-left: 2px;
}

.top-header a, .top-header p, .top-header .fa{
	color: #fff !important;
	line-height: 6px;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}




/*---BODY--------------------------------*/

.staff-card{
	min-height: 500px;
	padding-bottom: 60px;
	position: relative;
}
.staff-card .col66 .flex{
	position: absolute;
	left: 60px;
	bottom: 60px;
	right: 60px;
}
.staff-card .col66 p:last-of-type{
    margin-bottom: 90px;
}

/* AUCTIONS */

#auction-wrapper{margin: 40px auto 5%; max-width: 1024px; width: 98%; text-align: center;}

/*--------FORM STYLES--------------------*/

#standard-form{width: 100%;}

#standard-form input, #standard-form textarea{
	width: 98%;
	margin-bottom: 2%;
	padding: 4px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;

	font-family: atten-new, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	
	border: solid 1px #a6b0c1;

	resize: none;
	box-sizing: border-box;
	height: 30px;
}
#standard-form .col50{width: 50%; margin-right: 0;}
#standard-form .CaptchaPanel {
    padding: 10px 0;
}
#standard-form .CaptchaAnswerPanel {
    padding: 5px 0 10px 0;
	text-align: left;
}
#standard-form #CaptchaAnswer {
	margin-bottom: 0;
}

#standard-form .cta-btn{
	cursor: pointer;
}
/*-------- FOOTER STYLES ----------------*/
footer{}

.footer{
	font-family: atten-new, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	padding: 20px;
}

.footer a, .footer p, .footer .fa{
	color: #fff !important;
	line-height: 30px;
}

.footer .fab{
	font-size: 14px;
	margin-left: 2px;
}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

#inv{padding: 5% 0;}
#inv *:not(.loading-spinner):not(.loader){border-radius: 0!important;}
#inv *:not(.fa):not(.far):not(.fas):not(.material-icons){font-family: atten new, sans-serif!important;} /* Reset font, ignore icons */


.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;}

.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .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, .mobile-breadcrumb, .g-recaptcha button {background:#0f3671 !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, #inv .email-seller-link, #inv .video-chat-link {background: #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 {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;}

.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: #0f3671 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button, .faceted-search, .list-page-nav, .faceted-show-all-btn {background: #000 !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn {border-color: #000!important; color: #000!important;}

.material-icons {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;}



/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 1600px) {
	.col75 img{
    		transform: translate(0, -50%);
    		top: 50% !important;
	}
}

@media only screen and (max-width: 1280px) {
	.column-grp{position: relative; width: 100%;}
	.column-grp .flex{flex-direction: row; flex-wrap: wrap;}
	.column-btn{width: calc(50% - 32.5px);}
	.column-btn:nth-child(1), .column-btn:nth-child(2){margin-top: 40px !important;}
	.column-btn {margin-right: 0;}
	.column-btn:nth-child(3), .column-btn:nth-child(4){margin-bottom: 40px;}

	.col75{width: 100%;}
	
	.staff-card .col66{width: calc(50% - 20px);}
	.staff-card .col33{width: calc(50% - 20px);}
	.staff-card > .col33{max-height: 580px;}
	
	.header .left{width: 100%;
	display: flex;
	justify-content: center;}
}


@media only screen and (max-width: 780px) {

	.column-grp .flex{flex-direction: column; flex-wrap: nowrap;}
	.column-btn{width: calc(100% - 40px);}
	.column-btn, .column-btn:nth-child(2) {margin: 10px 20px !important;}
	.column-btn:first-of-type {margin-top: 40px !important;}
	.column-btn:last-of-type {margin-bottom: 40px !important;}


	.bg-white{padding: 40px; width: auto; margin: 20px 0px;}
	.col33:first-of-type{margin-bottom: 20px;}
	.col33{ width: 100%; margin-right: 0;}	

	.footer .right{float: none;}
	.footer {text-align: center;}
	
	
	.staff-card {justify-content: center;}
	.staff-card .col66{width: 100%; order: 2;}
	.staff-card .col33{width: 100%;}
	.staff-card  > .col33{width: 100%; padding-bottom: 120%; order: 1; margin-bottom: 40px;}
	.staff-card .col66 .flex{
		position: relative;
		left: unset;
		right: unset;
		bottom: unset;
	}
	.staff-card .col66 p:last-of-type{
		margin: 0;
	}
}

@media only screen and (max-width: 600px) {
	.show-mobile{display: block;}
	.top-header .show-mobile{display: inline-block;}
	.top-header, .top-header .fa, .top-header .fab {font-size: 16px; letter-spacing: 4px;}
	.hide-mobile{display: none;}

	.col50{width: 100%;}

	.footer .fab {font-size: 24px; padding-bottom: 20px; margin: 0;}
	.footer .flex-column{padding: 40px 0; font-size: 18px;}
}






