/***** BEGIN RESET *****/

* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
    font-family:Helvetica, Arial, sans-serif;
}
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

header, nav, article, footer {display:block;}

body {
	background:#222;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	line-height: 1.42857;
}

.wrap {width:85%; max-width:1300px; margin:0 auto;}

.show-tablet {display:none;}


/************************ typography styles **/

p {margin-bottom:16px;}
.no-margin {margin:0 !important;}

a {color:white; text-decoration:underline; transition: all .2s ease-in-out;}
a:hover {color:#d7d7d7; text-decoration:none;}

.red {color:#b41f24;}

h1 {
	color:#fff;
	font-weight:bold;
	font-size:65.84px;
	margin-bottom:0;
	text-shadow: 0px 4px 4px rgba(0,0,0,.8);
}
h2 {
	color:#fff;
	font-weight:bold;
	font-size:34.92px;
	margin-bottom:0;
	text-shadow: 0px 2px 2px rgba(0,0,0,.8);
}
h3 {
	font-size:28px;
	color:#333;
	font-weight:bold;
	margin-bottom:5px;
}
h4 {
	color:#fff;
	font-weight:bold;
	font-size:26px;
	margin-bottom:16px;
}


/************************ header styles **/

header {
	width:100%;
	padding:30px 0 25px;
	background:url('../siteart/layout/pattern-bg.jpg') repeat;	
}
header .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.logo {width:40%;}
.logo img {width:100%; max-width:300px; height:auto; display:block;}
.dealer-logos {width:60%; display: flex; justify-content: space-between; align-items: center;}
.dealer-logos img {width:100%; height:auto; display:block;}
.dealer-logos a {width: calc(33.33% - 1em); margin: .5em;}

.massey img {max-width: 150px; padding: 10px;}
.hesston img {max-width: 200px; padding: 10px;}
img#agco-finance {width: 100%; display: block; margin: 0 auto; height: auto; max-width: 85px; padding: 10px;}

/************************ navigation styles **/

.facebook {
	width:60px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.facebook img {
	width:30px;
	height:30px;
	display:block;
}
.mobile-bar {width:90%; float:left;}


/************************ categories section styles **/

.categories {
	width:100%;
	display:block;
	background:#fff;
	padding:2em 0;
	border-bottom:3px #b41f24 solid;
}
.categories .box {
	width:18%;
	margin:0 1%;
	float:left;
	text-align:center;
}
.categories .box a {text-decoration:none;}
.categories .box img {
	width:100%;
	height:auto;
	max-width:209px;
	display:block;
	margin-bottom:10px;
}
.categories .box a span {
	color:#222;
	font-size:18px;
	font-weight:bold;
	display:block;
	width:100%;
	line-height:20px;
	padding:10px 5px;
	border:2px #b41f24 solid;
	width:calc(100% - 14px);
	transition: all .2s ease-in-out;
}
.categories .box a:hover span {color:#fff; background:#b41f24;}

#formpage{
	display: flex;
	flex-direction: column;
	gap: 24px;
	background-color: white;
	padding: 24px;
	border-radius: 12px;
}

#formpage label{
	color: black;
}

.form-row{
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 24px;
}

.form-input-container{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.form-input{
	border: 2px solid #6A6A6A;
	background-color: #fff;
	border-radius: 6px;
	padding: 12px 12px;
}

.message-input{
	box-sizing: border-box;
	border: 2px solid #6A6A6A;
	width: 100%;
	background-color: #fff;
	border-radius: 6px;
	height: 140px;
	padding: 8px 6px;
}

.form-button-container{
	display: flex;
	justify-content: center;
}

.submit-form-button{
	background-color: black;
	border-radius: 6px;
	color: white;
	width: 100%;
	padding: 12px;
	font-weight: 600;
	width: 60%;
	min-width: 240px;
	cursor: pointer;
}

.submit-form-button:hover{
	background-color: #b41f24;
	color: white;
	transition: all .2s ease-in-out;
}

#captcha{
	color: black;
}

#CaptchaAnswer{
	border: 1px solid black;
	padding: 6px;
}

.CaptchaAnswerPanel{
	color: black;
}

.CaptchaWhatsThisPanel a{
	color: black;
}

.return-home-button{
	background-color: #b41f24;
	color: white;
	cursor: pointer;
	border-radius: 3px;
	padding: 8px 24px;
}

/************************ content styles **/

.welcome-banner {
	width:100%;
	height:281px;
	padding-top:3em;
	display:block;
	background-image:url('../siteart/layout/hay-banner.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	border-bottom:3px #000 solid;
}
.welcome-banner h1 {line-height: 65px;}

article {
	width:100%;
	background:#222;
	padding:3em 0;
}
article.inventory {background:#fff; border-bottom:3px #000 solid;}

.content {
	width:68%;
	float:left;
	margin-right:10%;
}

.address {width:35.5%; float:left;}
.phones {width:38%; float:left;}

.weather {width:22%; float:left;}

.inv {width:100%; display:block;}
.inv iframe {
	width:100%;
	height:2100px;
	display:block;
	background:#fff;
}

.sidebar {width:22%; float:left;}
.sidebar img {
	width:100%;
	width:calc(100% - 2px);
	border:1px #d7d7d7 solid;
	height:auto;
	display:block;
	margin-bottom:15px;
}

.contact-info {width:25%; float:left; margin-right:3%;}

.map {width:72%; float:left; display:block;}
.map iframe {
	width:100%;
	width:calc(100% - 2px);
	height:350px;
	display:block;
	border:1px #d7d7d7 solid;
}

.terms-header{
	font-weight: 700;
	font-size: 20px;
}


/************************ manu logos styles **/

.manu-logos {
	width:100%;
	display:block;
	text-align: center;
	background:#fff;
	padding:3em 2em;
	box-sizing: border-box;
}

.manu-logos a {width:14.285%; float:left;}
.manu-logos img {width:100%; height:auto; display:block; max-width:195px; padding: 0 7px; box-sizing: border-box;}




/************************ scrolling inv & footer styles **/

.scroll-frame {
	width:100%;
	display:block;
	height:90px;
	padding:10px 0;
	overflow:hidden;
	background:#b41f24;
}
.scroll-frame iframe {
	width:100%;
	height:90px;
	display:block;
	background:#b41f24;
}


footer {width:100%; padding:45px 0; line-height:12px; color:#ababaa;}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-size:10px; color:#ababaa;}
a.footerlink:hover {text-decoration:none; color:#ababaa;}

.footertext{font-size:10px; color:#ababaa;}
.smallfootertext{font-size:10px; color:#ababaa;}

.divfooter {width:43%; max-width:585px; text-align:center; margin:0 auto;}



/************************ responsive styles **/


@media screen and (max-width: 1180px) {
	nav li a:link, nav li a:active, nav li a:visited {font-size:15px; padding:0 7px;}
}

@media screen and (max-width: 1024px) {
	.show-tablet {display:block;}
	.hide-tablet {display:none;}
	
	header {padding: 20px 0 15px;}
	.logo img {max-width: 250px;}
	img#agco-finance {max-width: 80px;}
	
	h1 {font-size:60px;}
	h2 {font-size:30px;}
	h3 {font-size:22px;}
	h4 {font-size:22px; margin-bottom:14px;}	
	
	#simple-menu{
		float:left;
		background:url(../siteart/layout/mobile-nav-icon.png) no-repeat center center;
		height:50px;
		width:50px;
		display:block;
		cursor:pointer;
	}
	
	.categories .box {width:31.33333%; margin-bottom:15px;}
	
	.welcome-banner {height:210px;}
	
	.address, .phones {width:50%;}
	
	.contact-info {width:100%; margin:0 0% 15px 0;}
	.map {width:100%;}
	
	.manu-logos a {width:25%; margin-bottom:10px;}
	
	.divfooter {width:70%;}
	
}


@media screen and (max-width: 768px) {
	.hide-768 {display:none;}
	
	img#agco-finance {max-width: 75px;}
	
	body {font-size:14px;}
	.wrap {width:94%;}
	
	p {margin-bottom:14px;}
	
	.welcome-banner h1 {line-height: 45px;}
	h1 {font-size:40px;}
	h2 {font-size:24px;}
	h3 {font-size:20px;}
	h4 {font-size:18px; margin-bottom:12px;}
	
	.categories {padding:25px 0;}
	.categories .box a span {font-size:14px; line-height:16px; padding:5px}
	
	.welcome-banner {height:160px; padding-top:25px;}
	
	article {padding:25px 0;}
	
	.content {width:100%; margin:0 0% 15px 0;}
	
	.sidebar {width:100%;}
	.sidebar img {width:48%; width:calc(48% - 2px); float:left; margin-right:2%;}
	
	.manu-logos a {width:33.33333%; margin-bottom:15px;}
}


@media screen and (max-width: 640px) {
	header {padding: 0;}
	
	.categories .box {width:48%;}
	.form-row{
	flex-direction: column;
	}
}


@media screen and (max-width: 480px) {
	h1 {font-size:30px;}
	h2 {font-size:20px;}
	h3 {font-size:18px;}
	h4 {font-size:18px;}
	
	header {padding:20px 0;}
	
	.logo {width:100%;}
	.logo img {margin: 0 auto;}
	
	.dealer-logos {width:100%;}
	img#agco-finance {max-width: 60px;}
	
	.welcome-banner {height:130px;}
	
	.address, .phones {width:100%;}
	
	.manu-logos a {width:50%;}
}


@media screen and (max-width: 320px) {
	
}