/*=== BEGIN STYLE 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;
}
a {
	color: unset;
	text-decoration: none;
}

/*=== 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;
}

/*=== ELEMENTS ===*/
body {
	font-family: "roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
}
ol {
	list-style: decimal;
}
h1 {
	font-family: "sanvito-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #0e6e3c;
	font-size: 48px;
	line-height: 32px;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
}
h3 {
	font-size: 28px;
}
p {
	font-size: 16px;
	line-height: 22px;
}
a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}
hr{border:#000 1px solid;}
button.primary-button, button.secondary-button {
	height: 45px;
    padding: 0px 20px;
    font-weight: 800;
	cursor: pointer;
	min-width: 200px;
}
button.primary-button {
	border: 2px solid #0e6e3c;
	background-color: #0e6e3c;
	color: #ffffff;
}
button.primary-button:hover {
	background-color: #ffffff;
	color: #0e6e3c;
}
button.secondary-button {
	border: 2px solid #ffffff;
	background-color: #ffffff;
	color: #000000;
}
button.secondary-button:hover {
	background-color: #0e6e3c;
	color: #ffffff;
}

/*=== GLOBAL ===*/
.flex-container {
	display: flex;
}
.flex-vertical {
	flex-direction: column;
}
.flex-horizontal {
	flex-direction: row
}
.flex-width {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
	width: 100%;
}
.flex-height {
	height: 100%;
}
.flex-wrap {
	flex-wrap: wrap;
}
.set-width {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	width: max-content;
}

.justify-center {
	justify-content: center;
}
.justify-right {
	justify-content: flex-end
}
.justify-left {
	justify-content: flex-start
}
.justify-between {
	justify-content: space-between;
}

.align-center {
	align-items: center;
}
.align-top {
	align-items: flex-start;
}
.align-bottom {
	align-items: flex-end;
}
.align-all-center {
	align-items: center;
	justify-content: center;
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.left-icon {
	margin-right: 15px;
}
.right-icon {
	margin-left: 15px;
}

.mobile-only {
	display: none;
}

.max-width {
	max-width: 1366px;
	width: 90%;
	margin: 0 auto;
}

.clickable {
	cursor: pointer;
}

.about-page, .our-services-page, .trucking-page, .results-page, .contact-page {
	margin: 40px auto;
}
.about-page h1, .our-services-page h1, .trucking-page h1, .contact-page h1, .results-page h1 {
	margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}
.about-page h2, .our-services-page h2, .trucking-page h2, .contact-page h2  {
	font-size: 28px;
	margin-bottom: 25px;
}
.about-page p, .our-services-page p, .trucking-page p, .contact-page  p {
	margin-bottom: 10px;
}

/*=== HEADER ===*/
header.site-header {
	position: relative;
	z-index: 999;
	background-color: #ffffff;
    border-bottom: 1px solid #000000;
}
header.site-header .logo-container .logo {
	width: 33%;
	margin: 25px auto;
}
header.site-header .icons {
	color: #0e6e3c;
	font-size: 20px;
}

/*=== PAGE STYLES ===*/
/*=== DEFAULT.HTM ===*/
.default-page .hero {
	background: url(/siteart/default/JohnDeerePlanting.jpg) no-repeat 200px center;
	background-size: cover;
	height: 425px;
}
.default-page .hero-left {
	background-color: #ffffff;
	position: relative;
	width: calc(50% - 150px);
	padding-left: 5%;
}
.default-page .hero-left h2 {
	margin: 20px 0 40px;
}
.default-page .hero-text {
	max-width: 100%;
    margin-right: 5px;
}
.default-page .hero .angle-white {
	clip-path: polygon(0 0, 15% 0%, 100% 100%, 0% 100%);
	background-color: #ffffff;
	z-index: 995;
	position: absolute;
	top: -5px;
	right: -145px;
    bottom: -5px;
    width: 150px;
}
.default-page .hero .angle-green {
	clip-path: polygon(0 0, 15% 0%, 100% 100%, 0% 100%);
	background-color: #0e6e3c;
	z-index: 990;
	position: absolute;
	top: -5px;
	right: -150px;
    bottom: -5px;
    width: 150px;
}
.default-page .hero-button-group {
    z-index: 998;
    position: relative;
}
.default-page .hero-button-group h4{
    color: #ffffff;
	font-size: 20px;
	margin: auto;
}
.default-page .hero-button-group .left{
	background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url("/siteart/default/JohnDeereCombine.jpg");
	background-position: center;
	background-size: cover;
	height: 325px;
}
.default-page .hero-button-group .left:hover{
	background-image: linear-gradient(transparent, transparent), url("/siteart/default/JohnDeereCombine.jpg");
}
.default-page .hero-button-group .center{
	background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url("/siteart/default/Bobcat.jpg");
	background-position: center;
	background-size: cover;
	height: 325px;
}
.default-page .hero-button-group .center:hover{
	background-image: linear-gradient(transparent, transparent), url("/siteart/default/Bobcat.jpg");
}
.default-page .hero-button-group .right{
	background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url("/siteart/default/SemiTrucksLineUp.jpg");
	background-position: center;
	background-size: cover;
	height: 325px;
}
.default-page .hero-button-group .right:hover{
	background-image: linear-gradient(transparent, transparent), url("/siteart/default/SemiTrucksLineUp.jpg");
}
.default-page .about {
	padding: 50px 0 35px;
}
.default-page .about .text {
	margin: auto 20px auto 0;
}
.default-page .about h3 {
	padding-bottom: 5px;
}
.default-page .about button {
	margin-top: 15px;
}
.default-page .about img {
	width: 50%;
    object-fit: cover;
    object-position: center center;
}
.default-page .contact {
	background-color: #efefef;
	padding: 35px 0;
}
.default-page .contact h5 {
	font-size: 18px;
	padding-bottom: 5px;
}
.default-page .contact a {
	color: #0e6e3c;
	font-weight: bold;
}

/*=== INVENTORYLAYOUT.HTM ===*/
.container.cf {
	margin: 40px auto;
}

/*=== SIDEBAR.HTM ===*/
.sidebar {
	width: 25%;
	margin-left: 20px;
}
.sidebar h3 {
	margin: 10px 0;
	color: #0e6e3c;
}
.sidebar p {
	margin-bottom: 5px;
}
.sidebar img {
	width: 100%;
}

/*=== OUR-SERVICES.HTM ===*/
.our-services-page .financing ol {
	padding-left: 20px;
    margin-bottom: 10px;
}
.our-services-page .financing-image {
	width: 25%;
	padding: 20px 15px;
}
.our-services-page .financing-image img {
	width: 100%;
}

/*=== TRUCKING.HTM ===*/
.trucking-page .hero-image {
	height: 300px;
	object-fit: cover;
}
.trucking-page .about {
	margin: 20px 0 40px;
}
.trucking-page .zd-logo {
	width: 250px;
    height: fit-content;
    margin-right: 35px;
}
.trucking-page .image-gallery img {
	width: calc(33% - 20px);
    object-fit: cover;
    margin: 5px;
    padding: 5px;
    border: 1px solid;
    box-shadow: #000000 0px 0px 5px;
}

/*=== ABOUT.HTM ===*/
.about-page .about-us {
	margin-bottom: 30px;
    padding-bottom: 30px;
	border-bottom: 1px solid #efefef;
}
.about-page .card-container {
	border-bottom: 1px solid #efefef;
	padding-bottom: 40px;
    margin-bottom: 40px;
}
.about-page .card-container h3 {
    font-weight: normal;
    color: #0e6e3c;
}
.about-page .card-container h4 {
	margin: 10px 0;
}
.about-page .card-container .contact-info {
	margin-bottom: 10px;
	color: #0e6e3c;
}
.about-page .card-container img {
	border: 1px solid;
    box-shadow: #000000 0px 0px 5px;
	padding: 5px;
	margin-right: 30px;
	height: fit-content;
	width: 225px;
}

/*=== CONTACT.HTM ===*/
.contact-page .about-group section:first-of-type {margin-right: 10px;}
.contact-page .about-group section:last-of-type {margin-left: 10px;}
.contact-page iframe {
	height: 300px;
}
.contact-page p a {
	color: #0e6e3c;
}
.contact-page .thank-you-message {
	margin-top: 50px;
}

/*=== FOOTER ===*/
footer.site-footer {
	background-color: #000000;
	color: #ffffff;
	padding: 25px 0;
}
footer.site-footer .top-footer {
	margin-bottom: 25px;
}
footer.site-footer img.logo {
	width: 33%;
	height: fit-content;
}
footer.site-footer .association-logo {
	margin-left: 15px;
	height: fit-content;
}
/*=== USED-PARTS.HTM ===*/
.about-us p a {
    text-decoration: underline;
}

/*=== RESPONSIVE ===*/
@media only screen and (min-width: 1535px) {
	.default-page .hero-text {
		margin-left: auto;
	}
}
@media only screen and (max-width: 1200px) {
	/*=== INVENTORY ===*/
	.container.cf {
		margin: 40px 25px;
	}

	/*=== TRUCKING.HTM ===*/
	.trucking-page .image-gallery img {
		width: calc(50% - 22px);
	}
}
@media only screen and (max-width: 1020px) {
	.default-page .hero-left {
		width: 45%;
	}

	/*=== HEADER ===*/
	footer.site-footer img.logo {
		width: 50%;
	}
	header.site-header .icons {
		display: none;
	}

	/*=== SIDEBAR.HTM ===*/
	.sidebar {
		width: 33%;
	}

	/*=== OUR-SERVICES.HTM ===*/
	.our-services-page .financing-image {
		width: 50%;
	}
	
	/*=== ABOUT.HTM ===*/
	.about-page.flex-horizontal {
		flex-direction: column;
	}
	.about-page .sidebar{
		margin: auto;
	}
}
@media only screen and (max-width: 875px) {
	.mobile-only {
		display: flex;
	}
	.desktop-only {
		display: none;
	}
	.flex-horizontal {
		flex-direction: column;
	}
	.reverse-mobile {
		flex-direction: column-reverse;
	}
	button {
		min-width: unset;
	}

	/*=== HEADER ===*/
	header.site-header.flex-vertical {
		flex-direction: row;
	}
	header.site-header .logo-container {
		margin: auto 25px;
	}
	header.site-header .logo-container .logo {
		width: 80%;
    	margin-left: 10px;
	}

	/*=== DEFAULT.HTM ===*/
	.default-page .hero {
		background: url(/siteart/default/JohnDeerePlanting.jpg) no-repeat center;
		background-size: cover;
		height: 325px;
	}
	.default-page .hero-left {
		width: calc(100% - 5%);
		background-color: rgba(255, 255, 255, .7);
	}
	.default-page .hero-button-group h4{
		line-height: 175px;
	}
	.default-page .about button {
		width: 100%;
		margin: 20px 0 35px 0;
	}
	.default-page .contact iframe {
		margin-bottom: 20px;
		height: 250px;
	}
	.default-page .about img {
		width: 100%;
	}

	/*=== SIDEBAR.HTM ===*/
	.sidebar {
		border-top: 1px solid #efefef;
		width: 100%;
		margin: 10px auto;
		padding-top: 20px;
	}

	/*=== OUR-SERVICES.HTM ===*/
	.our-services-page .financing-image {
		width: 75%;
		padding: 20px 15px 0;
	}

	/*=== TRUCKING.HTM ===*/
	.trucking-page .zd-logo {
		margin: 0 0 30px;
	}
	.trucking-page .image-gallery img {
		width: calc(100% - 22px);
	}
	
	/*=== ABOUT.HTM ===*/
	.about-page .card-container {
		align-items: center;
	}
	.about-page .card-container img {
		width: 75%;
		margin: 0 0 20px;
	}

	/*=== CONTACT.HTM ===*/
	.contact-page section:not(:first-of-type){
		margin-top: 20px;
	}
	.contact-page .about-group section:first-of-type {
		margin-right: 0;
	}
	.contact-page .about-group section:last-of-type {
		margin-left: 0;
	}

	/*=== FOOTER ===*/
	footer.site-footer .top-footer .logo {
		margin-bottom: 20px;
		width: 80%;
	}
	footer.site-footer .top-footer, footer.site-footer .bottom-footer p {
		margin-bottom: 20px;
		text-align: center;
	}
	footer.site-footer .top-footer .association-logo:first-of-type {
		margin-right: 15px;
		margin-left: 0;
	}
}

@media only screen and (max-width: 300px) {
	/*=== HEADER ===*/
	header.site-header.flex-vertical {
		flex-direction: column;
	}
	header.site-header .logo-container {
		margin: auto;
	}

	/*=== OUR-SERVICES.HTM ===*/
	.our-services-page .financing-image {
		width: 100%;
	}

	/*=== TRUCKING.HTM ===*/
	.trucking-page .zd-logo {
		width: 100%;
	}
}