﻿@charset "UTF-8";

* {margin:0; padding: 0; border: 0; outline: 0; background: transparent;}
	
:root {
	--white: #fff;
	--nearwhite: #f2f2f2;
	
	--green: #1e8500;
	--darkgreen: #144d04;
	
	--jeangrey:#cc4a17;
	--altgray: #aaa;
	--lightgray: #c8c8c8;
	--gray: #5b5b5b;
	
	--black: #070707;
}

html {scroll-behavior: smooth;}
body {font-size:100%; font-family: "elza", sans-serif !important; background:var(--white);}

/* SELECTION */	
::selection {color:var(--white); background:var(--green);}
::-moz-selection {color:var(--white); background:var(--green);}


/* CLEAR */
.clear {clear: both;}

/* HEADERS */
/*Remove or simplify font-weight and font-height */
h1, h2, h3, h4 ,h5 ,h6 {line-height: normal;}
h1 {font-size:26px; font-weight:normal;}
h2 {font-size:24px; font-weight:normal;}
h3 {font-size:20px; font-weight:normal;}
h4 {font-size:18px; font-weight:normal;}
h5 {font-size:16px; font-weight:normal;}
h6 {font-size:14px; font-weight:normal;}


/* PARAGRAPH/LIST/GENERAL TEXT */

/* LINKS */
a{transition:.5s ease-in;}
a:link, a:visited {color:inherit; text-decoration:none;}
a:hover, a:active {color:inherit; text-decoration:none;}

a[href^="tel:"] {color:inherit;  text-decoration: none;}

/* IMAGES */
img {display:block;}

/* TEXT EMPHASIS */
em {font-style:italic;}
strong {font-weight: 700;}

/* TEXT STYLINGS */
.dark {color:#131313;}
.gray {color:#4F4F4F;}
.heavy {font-weight:800;}

/* ALIGNMENT */
.left {float:left;}
.right {float:right;}
.center {text-align:center;}



/*

font-family: "loos-normal", sans-serif;

*/



a.green-pill {display:inline-block; position:relative; padding:20px 50px; font-size:20px; line-height:1; font-weight:600; text-align:center; text-decoration:none; color:var(--white); border-radius:2px; background:var(--green); transition:.33s ease-in;}
a.green-pill:hover {color:var(--white) !important; background:var(--darkgreen);}

a.outline-pill {margin:3px; font-size:26px; border:3px var(--white) solid; background:transparent }
a.outline-pill:hover {color:var(--white) !important; background:var(--darkgreen);}






/* HEADER
------------------------------------------------*/	
.head-top {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between; padding:1% 5%; background:var(--nearwhite);}
.head-top a {position: relative; font-size:18px;}
.head-top a[aria-label^="Facebook"] {margin:0 auto 0 0; width:31px; height:31px; line-height:33px; text-align: center; color:var(--white); border-radius:50%; background:var(--green);}
.head-top a[aria-label^="Facebook"]:hover {color:var(--white); background:var(--black); }
.head-top a[href^="tel:"] {margin:0 0 0 3.5%;}
.head-top a .fa-solid {margin:0 4px 0 0; color:var(--green); transition:.5s ease-in;}

.head-top a:hover {color:var(--green);}
.head-top a:hover .fa-solid {color:var(--black);}



.site-header {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between; padding:20px 6%;}	



/* LOGO
------------------------------------------------*/	
.logo img {max-width:100%;}	

/*  NAVIGATION
------------------------------------------------*/
#menu-button{display:none;}
nav.mobile {display:none;}

nav.primary {z-index:500; position:relative; margin:0; padding:0;}

nav.primary ul {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-around; margin:0; padding:0;}
nav.primary ul li {margin:0; padding:0; list-style-type:none; }
				
nav.primary ul li a {
	display:block; margin:0 5px; padding:12px 20px;
    font-size:18px; line-height:1; font-weight:700; text-align:center; text-decoration:none; text-transform:uppercase; color:var(--black); cursor:pointer; transition:.5s ease-in;	
}	

nav.primary ul li a:hover {color:var(--green);}

/*  SUB NAV
------------------------------------------------*/
nav.primary ul li li {width: auto;}
nav.primary ul li li a:link, nav.primary ul li li a:visited{
padding:25px 30px; font-size:.94em; line-height:18px; text-align:left; color:#fff; border:0; background: #181818;
}

nav.primary ul li li a:hover,nav.primary ul li li a:active {line-height:18px; color:#fff; background:#058fce;}

/*  NAV DROPDOWNS
------------------------------------------------*/
nav.primary ul ul {display: none; position: absolute;} 
nav.primary ul ul ul {position: absolute; left: 100%; top:0;}
nav.primary ul li:hover > ul {display: block; line-height:18px; z-index: 500;}
nav.primary ul ul li {float: none; position: relative; margin:0;}




/*  HERO
------------------------------------------------*/
.hero {display:flex; flex-flow:row wrap; align-items:center;}

.hero-category::before {content:''; position:absolute; z-index:0; width:100%; height: 100%; background:var(--black); background: linear-gradient(225deg, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.5) 100%); transition:.5s ease-in;}
.hero-category {position:relative; width: 50%; height:700px;}
.hero-category:hover::before {opacity:.5;}

.hero-category.cat-tractors {background:var(--black) url("/siteart/tractors-loaders-balers.jpg") no-repeat center; background-size: cover;}
.hero-category.cat-feedlot {background:var(--black) url("/siteart/tractor-feeder-cattle.jpg") no-repeat center; background-size: cover;}

.hero-category .hero-overlay {position:absolute; z-index: 5; bottom:35px; left:5%; color:var(--white); text-shadow:0px 0px 8px var(--black); font-family: "loos-normal", sans-serif;}
.hero-category .hero-overlay span {font-size:22px; font-weight:200;}
.overlay-title {display:inline-block; font-size:30px; line-height:1.75; font-weight:900; border-top:5px var(--white) solid;}
.overlay-subtitle {margin:0 0 30px 0; font-size:24px; line-height:1.75; font-weight:500;}



/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {width:100%; height:90px; overflow:hidden;}
.scrolling{width:100%; height:90px;}



/*  CONTACT BANNER
------------------------------------------------*/	
.contact-banner::before {content:''; position:absolute; z-index:0; top:0; left:0; width:100%; height: 100%; background:#151515; background: linear-gradient(0deg, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.5) 100%); transition:.5s ease-in;}
.contact-banner {position:relative; z-index: 1; padding:calc(30px + 3.5%)  5%; text-align:center; color:var(--nearwhite); background:var(--black) url("/siteart/fall-cornfield-background.jpg") no-repeat center; background-size: cover;}
.contact-banner h1 {position:relative; margin-bottom:15px; font-size:26px; font-weight:700;}
.contact-banner p {position:relative; font-size:22px; font-weight:500;}

.contact-banner a {margin-top:55px;}





/*  INVENTORY PADDING
------------------------------------------------*/	
.inv-main {padding:35px 6%;}

























/*  SUB MAIN
------------------------------------------------*/	
.sub-main {display:flex; flex-flow:row wrap; }
.sub-main h1 {font-size:33px; font-weight:800; text-transform: uppercase;}
.sub-main h2 {font-size:23px; font-weight:400; text-transform: uppercase;}
.sub-main h3 {font-size:20px; font-weight:800; text-transform: uppercase;}

.sub-main .sub-body {width:100%; max-width:850px; padding:8rem 5% 15rem 5%; box-sizing:border-box;}
.sub-main .sub-body article {margin:3.25rem 0 0 0;}

.sub-main .sub-hero {display: block; position: relative; width:calc(100% - 850px); height:auto; margin:0;}

.sub-hero .sub-header {position: absolute; top:0; left:-2.65vh; font-size:6vh; font-weight:800; letter-spacing:-2.75vh; text-transform: uppercase; text-align:right;  writing-mode: vertical-lr; text-orientation: upright; color:#fff; cursor:default;}




/*  MAIN
------------------------------------------------*/	
.main {}
.main-inv {padding:45px 5%;}
.main-sub {padding:5%;}

.main-sub h1 {margin:0 0 8px 0; font-size:38px; font-weight:900; text-transform: uppercase; text-align: center; color:var(--green);}
.main-sub h1 span {color:var(--black);}
.main-sub h2 {margin:0 0 15px 0; font-size:26px; text-align: center; font-weight: 600;}
.main-sub h3 {margin:0 0 8px 0;}
.main-sub h4 {margin:0 0 8px 0; font-weight: 600;}
.main-sub .sub-heading {margin:0 5% 15px 5%; font-size:23px; line-height:36px; font-weight:300; text-transform:capitalize; text-align: center;}


.sub-hero {overflow:hidden; position:relative; display:flex; flex-flow:row wrap; justify-content:center; width:100%; margin:3.5rem 0 5rem 0; border:1px var(--lightgray) solid; border-radius: 40px; line-height:0;}
.sub-hero img {width:100%; object-fit:cover;}
.sub-hero iframe {width:calc(100% - 450px); height:390px; object-fit:cover;}

.sub-hero .sub-hero-contact {display:flex; flex-flow:column wrap; justify-content:space-around; box-sizing:border-box; width:450px; height:auto; padding:35px 85px; font-size:20px; line-height:30px; font-weight: 300; background:var(--white);}
.sub-hero .sub-hero-contact strong {font-size:28px; line-height:30px; font-weight:900;}


.sub-hero .sub-hero-contact a[href^="tel:"] {position:relative;}
.sub-hero .sub-hero-contact a[href^="tel:"]::before {
	content: "\f095"; position: absolute; z-index:2; top:-5px; left:-45px; width:35px; height:35px; transition:1.2s all;  
	font-size:15px; line-height:35px;  text-align: center; color:#fff; border-radius:35px; background:var(--green); font-family: FontAwesome;
}

.sub-hero .sub-hero-contact a[href^="mailto:"] {position:relative; }
.sub-hero .sub-hero-contact a[href^="mailto:"]::before {
	content: "\f0e0"; position: absolute; z-index:2;  top:-5px; left:-45px; width:35px; height:35px; transition:1.2s all;
	font-size:15px; line-height:35px;  text-align: center; color:#fff; border-radius:35px; background:var(--green); font-family: FontAwesome;
}

.sub-hero .sub-hero-contact a[target="_blank"] {position:relative;}
.sub-hero .sub-hero-contact a[target="_blank"]::before {
	content: "\f3c5"; position: absolute; z-index:2; top:9px; left:-45px; width:35px; height:35px; transition:1.2s all;
	font-size:15px; line-height:35px;  text-align: center; color:#fff; border-radius:35px; background:var(--green); font-family: FontAwesome;
}

.sub-hero .sub-hero-contact a:hover::before {background:#555;}


.main-sub article {margin:0 15%}
.main-sub article h1, .main-sub article h2 {text-align:left;}

.sub-body-section {margin:3.5rem 0; padding:3rem 2.5rem;  border:1px #e7e7e7 solid; border-radius:40px; background:var(--white);}
.sub-body-section h3 {margin:0 0 15px 0; font-size: 25px; color:var(--green);}
.sub-body-section img {max-width:100%;}


  

/*  ARTICLE
------------------------------------------------*/
article h1 {margin:0 0 38px 0;}
article h2 {font-weight:900; text-transform: uppercase;}
article h3 {font-weight:900; text-transform: uppercase;}
article p {font-size:20px; line-height:30px; font-weight: 400;}
article p a {font-weight: 700;}

article ul {margin:8px 0 8px 35px; list-style: none;}
article ol {margin:8px 0 8px 35px; list-style: inside decimal;}

article ul li,
article ol li {font-size:20px; line-height:33px; font-weight: 300;}



/*  BRAND BANNER
------------------------------------------------*/
.brand-banner {display:flex; flex-flow:column wrap; align-items:center; justify-content:center; padding:60px 5%; text-align:center; background:var(--nearwhite);}
.brand-banner h2{margin-bottom:30px; font-weight:800; text-transform: uppercase; font-family: "loos-normal", sans-serif;}

.brand-logo img {max-width:100%;}









/*  COMPANY DETAILS
------------------------------------------------*/	
.company-details {display:flex; flex-flow:row wrap; justify-content:space-between;}
 
.company-details .company-faq {padding:50px 4% 50px 4%; width:50%; box-sizing:border-box;}
.company-faq-title {font-size:42px; font-weight:800; text-transform: uppercase; font-family: "loos-normal", sans-serif;}
.company-faq-title span {font-size:20px; color:var(--gray);}
.company-faq-intro {margin:10px 0 30px 0; font-size:18px; line-height:28px; }

.accordion-section {display: flex; flex-flow: column;}
.accordion-title {position: relative; cursor: pointer;margin:0 0 10px 0; padding:30px 15px;font-size:20px; font-weight:700; color:var(--black); border-bottom:1px var(--gray) solid;}
.accordion-title::after {
	content: "\2b"; position: absolute; right:10px; width:30px; height:30px; line-height:30px; text-align: center;
	color:var(--white); border-radius:50%; background:var(--green); font-family: "Font Awesome 7 Free";
}

.accordion-body {overflow: hidden; height: 0px; padding: 0 16px;  background:var(--nearwhite); transition: all 0.3s linear; }
.accordion-body p {font-size:18px; line-height:1.65;  font-family: "roboto-condensed", sans-serif;}

.accordion-active {margin:0; border:0; background:var(--nearwhite);}
.accordion-active::after {content: "\f068"; position: absolute; background:var(--darkgreen);font-family: "Font Awesome 7 Free";}
.accordion-active + .accordion-body {height: unset; padding:15px; padding-top:5px;}

.company-details .company-map {width:50%; height:auto;}
.company-details .company-map iframe {width:100%; height:100%;}















/*  FOOTER
------------------------------------------------*/
.site-footer {background:var(--lightgray);}

.foot-main {display:flex; flex-flow:row wrap; align-items:flex-start; justify-content:space-between; padding:80px 5% 10% 5%;}


.foot-logo {margin:0 auto 45px 0;}
.foot-logo img {max-width:100%;}


.foot-nav {display:flex; flex-flow:row wrap; align-items:flex-start; justify-content:flex-start;}

.foot-links {margin:0 65px 0 0;}
.foot-links:last-of-type {margin: 0;}
.foot-links strong {font-size:20px; font-weight: 600; line-height:2; }
.foot-links ul {list-style:none; }
.foot-links ul li{font-size:18px; font-weight: 400; line-height: 32px;}



.foot-contact::before {display:block; content:''; width:110%; height:1px; margin:30px -5%; background:var(--altgray);}
.foot-contact {display:flex; flex-flow:row wrap; align-items:flex-start; justify-content:space-between; box-sizing:border-box; width: 100%; padding:0 5%; font-weight:300;}
.foot-contact::after {display:block; content:''; width:110%; height:1px; margin:30px -5%;  background:var(--altgray);}
.foot-contact .fc-title {margin:0 auto 0 0; font-weight:700;}
.foot-contact a {margin:0 0 0 4%;}


.foot-copyright {box-sizing:border-box; width: 100%; padding:0 5% 25px 5%; text-align:right;}
.foot-copyright strong {font-weight:500;}



/************************************************ Responsive Styles **/

@media screen and (max-width: 1024px) {
	nav.primary{display:none;}
	#menu-button{display: block; font-size:22px; line-height:1; position: relative; z-index:400; cursor:pointer;}
	#menu-button a{color:var(--green); text-decoration: none; padding:0;}
	
	nav.mobile ul li a .fa{
		width:25px;
		font-weight:100;
		padding:8px 3px;
		margin:0 0 0 5px;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	
	nav.mobile ul li .fa-chevron-down {position:absolute; right:10px; margin:18px 0 0 0;}

	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -285px;
		width: 285px;
		height: 100%;
		z-index: 500;
		overflow:auto;
		padding-bottom:40px;
		background:#333;
		cursor:pointer;
	}
	
	/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: absolute;
		text-decoration: none;
		vertical-align: top;
		z-index:9999;
		display: inline-block;
		
		top: 15px;
		left: 15px;
		font-size:16px;
		word-spacing:13px;
		color: #ccc !important;
	}
	
	nav.mobile .social-media a {color:#ccc; text-decoration:none; cursor:pointer;}
	nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}
	
	/* MENU HEADER STYLES */
	nav.mobile .menu-header {	
		color: #ccc;
		padding: 23px 0;
		position: relative;
		font-size: 18px;
		background:#313131;
	}			
	nav.mobile .menu-title {position: absolute; vertical-align: top; top: 16px; right: 47px; text-transform:uppercase; font-size:12px; color: #ccc;}
		
	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {position: absolute; top: 8px; right: 10px; padding: 6px 9px 5px; display: inline-block; font-weight: 700; font-size: 18px; line-height: 1; color: #ccc; text-decoration: none; vertical-align: top; cursor:pointer; font-family: Arial, sans-serif;}
	nav.mobile .menu-toggle:hover {color: #fff;}
	
	/* MENU LIST STYLE */
	nav.mobile ul {list-style: none; font-weight: 300; margin:0; padding:0;}
	nav.mobile ul li {color: #999; font-size:15px; border-bottom: 1px solid #303030;}
	
	/* FIRST LEVEL */
	nav.mobile ul li a {
		color: #999;
		position: relative;
		display: block;
		font-size:15px;
		text-align:right;
		text-decoration: none;
		border-left:4px #333 solid;
		padding: 15px 35px 15px 20px;
		cursor:pointer;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {background:rgba(45,45,45,0.5); color: #fff; border-left:4px #C8102E solid;}
	
	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {color: #ccc; background: #444; border-left:4px #444 solid; padding: 15px 10px 15px 15px;}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}
	
	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {color: #ccc; background: #555; border-left:4px #555 solid;}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}	
	
	
	.overlay-title {font-size:28px;}
	.overlay-subtitle {font-size:22px;}
	
	
	
	.main-sub .sub-heading { font-size:19px; line-height:30px;}
	.sub-hero {overflow:hidden; position:relative; width:100%; height:325px; margin:5rem 0 8rem 0;}
	.sub-hero img {width:auto; height:100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
	.sub-hero iframe {height:325px;}
	.main-sub article {margin:0 10%}
	
	
	.company-details {display:flex; flex-flow:column wrap;}
	.company-details .company-map {width:100%; height:400px;}
	.company-details .company-faq {width:100%;}
}

@media screen and (max-width: 900px) {
	.hero-category {position:relative; width:100%; height:500px;}
	
	
	.overlay-title {display:inline-block; font-size:30px; line-height:1.75; font-weight:900; border-top:5px var(--white) solid;}
	.overlay-subtitle {margin:0 0 30px 0; font-size:24px; line-height:1.75; font-weight:500;}

}

@media screen and (max-width: 768px) {
	.head-top a :not(i) {display:none;}
	.head-top a {font-size: 25px;}
	.head-top a[aria-label^="Facebook"] {font-size:18px;}
	
	.contact-banner {padding:calc(30px + 3.5%)  5%; background:var(--gray) url("/siteart/fall-cornfield-mobile.jpg") no-repeat center; background-size: cover;}
	
	
	.main-sub {display: flex; flex-flow:column wrap;}
	.main-sub h1 {order:1;}
	.main-sub .sub-heading {order:3; line-height:28px;}
	.sub-hero {order:2;flex-flow:column wrap; height:auto; min-height: 280px; margin:1.5rem 0 3.5rem 0;}
	.sub-hero iframe {width:100%; height:280px;}
	.sub-hero .sub-hero-contact {align-items: flex-start; width:100%; padding:35px 5% 35px 65px;}
	.main-sub article {order:4; margin:0 8%}


	
	.foot-main {display:flex; flex-flow:column wrap; align-items:flex-start; justify-content:flex-start;}
	.foot-contact {}
	.foot-links {margin:0 65px 45px 0;}
	.foot-contact {order:3; flex-flow:column wrap; align-items:center; justify-content:center; text-align:center; }
	.foot-contact .fc-title {margin:0 auto;}
	.foot-contact a {margin:15px 0 0 0;}
}

@media screen and (max-width: 600px){
	.main-sub {padding:11% 5% 45px 7%;}	
	.main-sub article {margin: 0 15%;}
}

@media screen and (max-width: 550px) {
	.main-sub article {margin:0 5%}
	.sub-hero {min-height:250px;}
	.sub-body-section {padding: 2rem 1.25rem;}
}

@media screen and (max-width: 450px){
	.foot-main {display:flex; flex-flow:column wrap; align-items:center; justify-content:center;}
	.foot-logo {margin:0 auto;}
	.foot-nav {display:flex; flex-flow:column wrap; align-items:center; justify-content:center;}
	.foot-links {margin:45px 0; text-align:center;}
}