﻿@charset "UTF-8";


/* RESET 
------------------------------------------------*/
* {margin:0; padding: 0; border: 0; outline: 0; background: transparent;}
	
html {scroll-behavior: smooth;}

/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
body {font-size:100%; font-family: "nimbus-sans", sans-serif !important; background:#fcfcf7;}

body.page-inv {background:#fefefb !important;}

/* SELECTION */	
::selection {color:#fff; background: #185e26;}
::-moz-selection {color:#fff; background: #185e26;}


/* 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: "nimbus-sans", sans-serif;
font-family: eurostile, sans-serif;
*/




a.green-page-button {display:inline-block; padding:21px 30px; text-transform:uppercase; font-weight:700; border-radius:5px; color:#07190a; background:#32a048; transition:1s ease;}
a.green-page-button i {margin: 0 0 0 10px;}
a.green-page-button:hover {color:#fff; background:#2f4b33; transform: scale(1.05);}


a.lt-green-page-button {display:inline-block; padding:21px 30px; text-transform:uppercase; font-weight:600; border-radius:5px; color:#fff; background:#32a048; transition:1s ease;}
a.lt-green-page-button i {margin: 0 0 0 10px;}
a.lt-green-page-button:hover {color:#0c2710; background:#8fc79b; transform: scale(1.05);}


.mobile-contact-bar {display:none; flex-flow:row wrap; align-items:center; justify-content:space-between; padding:3px 6% 5px; background:#32a048;}
.mobile-contact-bar a {padding:10px 0; font-size:20px; font-weight:600; text-transform:uppercase; color:#07190a; font-family: eurostile, sans-serif;}
.mobile-contact-bar a i {font-size:17px; color:#e8e8e8;}
.mobile-contact-bar a[href^="mailto:"] {margin:0 5% 0 auto;}



/* HEADER
------------------------------------------------*/	
.site-header {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between; padding:28px 3.5%; background:#fcfcf7;}	
	

/* LOGO
------------------------------------------------*/	
.logo {}	
.logo a {text-decoration:none;} 
.logo img.logo-icon {display:inline-block;vertical-align:middle; width:44px; height:44px; margin:0;}
.logo img.logo-wordmark {display:inline-block; vertical-align:middle;width:254px; height:28px; margin:0 0 0 24px; filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(93%);}

.head-contact a {display:inline-block; margin:0 0 0 auto; font-weight:600; font-family: eurostile, sans-serif;}
.head-contact a[href^="mailto:"] {margin:0 20px 0 0; font-size:20px; padding:15px 23px 17px; color:#e8e8e8; border-radius:5px; background:#07190a;}
.head-contact a[href^="mailto:"]:hover {background:#2f4b33; transform: scale(1.05);}
.head-contact a[href^="mailto:"] i {margin:0 4px 0 0;}
.head-contact a[href^="tel:"] {margin:0 15px 0 0; padding:15px 32px 17px; font-size:20px; color:#07190a; border-radius:5px; background:#32a048;}
.head-contact a[href^="tel:"]:hover {color:#67936f; background:#2f4b33; transform: scale(1.05);}
.head-contact a[aria-label] {margin:0; padding:5px 15px; font-size:32px; line-height:32px; color:#484848;}





/*  NAVIGATION
------------------------------------------------*/
#menu-button{display:none;}
nav.mobile {display:none;}

nav.primary {z-index:500; position:relative; margin:0; padding:10px calc(3.5% - 5px) 10px calc(3.5% - 17px); background:#fff;}

nav.primary ul {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between; 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:20px; font-size:22px; line-height:1; font-weight:600; text-align:center; text-decoration:none; text-transform:uppercase; color:#3c3c3c; font-family: eurostile, sans-serif; cursor:pointer; transition:.5s ease-in;
}	

nav.primary ul li a:hover {color:#121212;}

/*  SUB NAV
------------------------------------------------*/
nav.primary ul li li {width: 250px;}
nav.primary ul li li a:link, nav.primary ul li li a:visited{
	width: 250px; padding:15px 0; font-size:.94em; line-height:18px; text-indent:20px; 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 {position:relative; z-index:0;  overflow:hidden; padding:0 0 80px 0; background:#fff;}


.hero-background {position:relative; height:500px; background:green url("/siteart/hero/hay-field-round-bales.webp") no-repeat right bottom; background-size: cover;}

.hero-title {position:absolute; left:1.75%; bottom:-5px; margin:0 1.75% 0 0; font-size:125px; line-height:.85; font-weight:900; text-transform:uppercase; color:#fff; text-shadow:0 -2px 0 #844902;  font-family: eurostile, sans-serif;}

.hero-flair {position:absolute; right:-205px; bottom:-25%;}
.hero-flair img {width: 769px; height:540px}
.hero-subtitle {margin:0 2.5%; font-size:60px; line-height:1; font-weight:700; text-transform:uppercase; color:#5e5e5e; font-family: eurostile, sans-serif;}





/*  PARTS SECTION
------------------------------------------------*/	
.parts-highlights {display:flex; flex-flow:row wrap; align-items:center; justify-content:center; /*width:100%;*/ max-width:1490px; margin:0 auto; padding:35px 0 80px 0; background:#fcfcf7;}


.parts-item {display:flex; flex-flow:column; align-items:center; flex:0 1 415px; /*width:415px; */min-height:410px; margin:calc(110px + 1.5%) 25px 0; padding:12px; border:3px #3ea552 solid; border-radius:20px; background:#fff; box-sizing:content-box; }

.parts-item.part-section-title {
	flex:0 1 419px; 
	align-items:flex-end;
	text-align: right;
	width:419px; min-height:auto; margin:0 25px; border:none; background:transparent;
	font-size:60px; line-height:1.2; font-weight:900; text-transform:uppercase; color:#333; font-family: eurostile, sans-serif;
} 

.parts-image {margin:-100px auto 0 auto;}
.parts-image img {width:100%; max-width: 345px; margin:0 auto;}
.parts-item-body {margin:0 0 8px 0; padding:0 20px; color:#202020;}
.parts-item-body p{font-size:19px; line-height:28px; font-weight:300;  color:#202020;}

.parts-title {margin:0 0 10px 0; font-size:33px; font-weight:800; text-transform:uppercase; color:#282828; font-family: eurostile, sans-serif;}

.parts-note {margin:18px 0 0 0; font-size:16px; font-weight:300;}
.parts-note strong{font-size:21px;}


.parts-item-lower {align-self:flex-end; display:flex; flex-flow:row wrap; align-items:center; justify-content:flex-end; margin: auto 0 0 0;}
.parts-price {margin:0 18px 0 0; font-size:30px; font-weight:800; color:#237d35; font-family: eurostile, sans-serif;}

.parts-link {position: relative; width:54px; height:54px; border-radius:10px; background:#237d35; }
.parts-link::after {position: absolute; z-index:1; top:50%; left:50%; transform: translate(-50%, -50%); font-size:22px; color: #f6f6f6; content: "\f08b"; font-family: FontAwesome;}
.parts-link a {position:relative; display:block; z-index:2; width:100%; height:100%;}




/*  SUB HERO
------------------------------------------------*/
.sub-hero {position:relative; width:100%; height: 350px;}
.sub-hero h1 {position:absolute; left:5%; bottom:-5px; margin:0 5% 0 0; font-size:80px; line-height:.85; font-weight:900; text-transform:uppercase; color:#fff; text-shadow:0 -2px 0 #844902;  font-family: eurostile, sans-serif;}

.hero-resources {background:green url("/siteart/sub-hero/round-bales-at-dusk.webp") no-repeat right bottom; background-size: cover;}
.hero-auction {background:green url("/siteart/sub-hero/hay-bales-low-shadows.webp") no-repeat right bottom; background-size: cover;}
.hero-service {background:green url("/siteart/sub-hero/countryside-landscape-hay-bales-summer.webp") no-repeat right bottom; background-size: cover;}
.hero-contact {background:green url("/siteart/sub-hero/round-hay-bales-green-field-trees.webp") no-repeat right bottom; background-size: cover;}
.hero-thankyou {background:green url("/siteart/sub-hero/golden-straw-bales-hay-stubble-field.webp") no-repeat right bottom; background-size: cover;}



/*  MAIN
------------------------------------------------*/	
.main-home {padding:170px 0 215px 0; background:#fefefb url("/siteart/loose-hay-background.webp") no-repeat; background-position:105% 105%;}
.main-inv {padding:calc(1% + 65px) 5%;}
.main-sub {padding:75px 5%;}
.main-center {text-align: center;}

.main-split {display:flex; flex-flow:row wrap; align-items:flex-start; justify-content:space-between; padding:75px 15%;}
.main-split article {width:85%;}


/*  ARTICLE
------------------------------------------------*/
article {}
article h1 {font-size:40px; line-height:1; font-weight: 800; text-transform: uppercase; color:#237d35; font-family: "eurostile", sans-serif;}
article h2 {margin:10px 0 0 0; font-size:33px; line-height:1; font-weight: 800; text-transform: capitalize; color:#111; font-family: "eurostile", sans-serif;}
article p {display:block; margin:45px 0 0 0; font-size:22px; line-height:30px; font-weight:300; color:#111;}

.location-map {margin:45px 0 0 0; border-radius:2px; overflow:hidden;}
.location-map iframe {width:100%; height:350px;}



/*  RESOURCES TABLE
------------------------------------------------*/
.resource-nav{z-index:500; position:relative; margin:0; padding:20px calc(8.5% - 8px); background:#cbcbb4;}

.resource-nav ul {display:flex; flex-flow:row wrap; align-items:center; justify-content:flex-start; margin:0; padding:0;}
.resource-nav ul li {margin:0; padding:0; list-style-type:none; }
.resource-nav ul li a {
	display:block; margin:0 5px; padding:8px; font-size:20px; line-height:1; font-weight:600; text-align:center; text-decoration:none; color:#111; font-family: eurostile, sans-serif; cursor:pointer; transition:.5s ease-in;
}	
.main-resource {padding:15px 0 85px 0;}

.resource-item {padding:35px 8.5%; font-size:20px; line-height:30px; font-weight:300; color:#111;}
.resource-item:nth-of-type(even){background:#e7e7dc; }
.resource-item h3 {margin:0 0 6px 0; font-size:28px; font-weight:800; text-transform:uppercase; color:#3c3c3c; font-family: eurostile, sans-serif; }

.resource-item ul{width:100%; margin:0; padding:0; column-count: 2; column-gap: 10%;}
.resource-item ul li{padding:3px 0; line-height:30px; list-style: none;}
.resource-item ul li:last-of-type {margin:0;}





/*  COMPANY INTRO
------------------------------------------------*/
.company-intro {width:90%; max-width:1075px; margin:0 auto; }

.company-intro h1{font-size:34px; line-height:1; font-weight: 800; text-align:center; color:#111; font-family: "eurostile", sans-serif;}
.intro-title {display:block; margin:0 0 23px 0; font-size:23px; text-transform:uppercase;}
.intro-title strong{font-size:45px; font-weight: 900; color:#237d35;}

.company-intro p {display:block;margin:60px 0 0 0; font-size:22px; line-height:30px; font-weight:300; text-align:center; color:#111;}
.company-intro p a {font-weight:400;}


/*  COMPANY OVERVIEW
------------------------------------------------*/
.company-overview {background: #FCFCF7; background: linear-gradient(0deg, rgba(252, 252, 247, 1) 0%, rgba(243, 243, 237, 1) 100%);}


/*  COMPANY SERVICES
------------------------------------------------*/
.company-services {display:flex; flex-flow:row wrap; align-items:center; justify-content:center; padding:100px 0 144px 0;}

.services-item {overflow:hidden; width:30.3%; margin:1%; padding:30px 0 0 0; text-align:center; border-radius:44px; box-shadow:0 4px 30px rgba(0,0,0,0.07); background:#fff;}
.services-item img {width:100%; max-width:196px; margin:0 auto;}
.services-item p {padding:0 15px; font-size:25px; font-weight:300; color:#6a645e;}

.services-title {margin:8px 0 10px 0; padding:0 15px; font-size:35px; font-weight:800; text-transform:uppercase; color:#282828;}

.services-link {margin:28px 0 0 0; background:#32a048; transition:1.2s ease-in-out;}
.services-link a {display:block; padding:30px; font-size:23px; font-weight:800; text-transform: uppercase; font-style:italic; color:#0f0f0f; transition:1s ease-in-out;}

.services-link:hover {margin:18px 0 0 0; padding:10px 0 0 0; background:#3faa55;}
.services-link:hover a {padding:30px; color:#000; transform: scale(1.1);}





/*  COMPANY MAP
------------------------------------------------*/
.contact-map .map-address {margin:0 3% 20px 3%; font-size:25px; line-height:1; text-align:center;}  
.contact-map .map-address a{font-size:33px; font-weight:800; letter-spacing:0; font-family: eurostile, sans-serif;}  
.contact-map .map-address a:hover {letter-spacing:0;}





/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {width:100%; height:90px; overflow:hidden; padding:30px 0;}
.scrolling{width:100%; height:90px;}



/*  FOOTER
------------------------------------------------*/
.site-footer {
	display:flex; flex-flow:column wrap; align-items:center; justify-content:space-around;
	padding:25px 8.5%; background:#f0f0e7;
}

.foot-nav {width:90%; margin:0 auto 40px auto; border-bottom: 2px #d8d8c0 solid;}
.foot-nav ul {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-evenly; margin:25px 0;  padding:0;}
.foot-nav ul li {margin:0; padding:0; list-style-type:none;}
				
.foot-nav ul li a {
	display:block; margin:0 4px; padding:12px; font-size:15px; line-height:1; letter-spacing:1px; text-align:center; text-decoration:none; text-transform:uppercase; color:#4e4e4e; transition:.5s ease-in;	
}	

.foot-nav ul li a:hover {letter-spacing:.5px;  color:#ababac;}

.foot-logo {filter: brightness(0) saturate(100%) invert(69%) sepia(11%) saturate(186%) hue-rotate(22deg) brightness(97%) contrast(86%);}
.foot-logo img.logo-icon {width:100%; max-width:185px; height:auto; max-height:185px; margin:0 auto 24px auto;}
.foot-logo img.logo-wordmark {width:100%; max-width:382px; height:auto; max-height:42px; margin:0 auto; }

.foot-socials {margin:0 auto;}
.foot-socials a {display:inline-block; margin:7px; padding:20px; font-size:32px; color:#185e26;}

.foot-copyright{font-size:16px; line-height:1.25; font-weight:600; color:#616156; font-family: eurostile, sans-serif;}


/************************************************ Responsive Styles **/

@media screen and (max-width: 1350px) {
	.parts-highlights {max-width:1000px;}
}

@media screen and (max-width: 1350px) {
	.hero-title {font-size: 100px;}
	.hero-flair {bottom: -5%;}
	
	nav.primary ul li a {padding:20px 10px; font-size: 18px;}
}

@media screen and (max-width: 1250px) {
	.services-item {overflow:hidden; width:47%; margin:1%; padding:30px 0 0 0;}
}

@media screen and (max-width: 1024px) {
	.mobile-contact-bar {display:flex;}
	.head-contact a[href^="mailto:"], 
	.head-contact a[href^="tel:"] {display:none;}	
	.head-contact a[aria-label] {padding:8px 12px; font-size:30px; line-height:30px; color:#232323;}
	
	nav.primary{display:none;}
	#menu-button{display: block; position: relative; z-index:400; cursor:pointer;}
	#menu-button a{font-size:20px; line-height:1; font-weight:600; text-decoration: none; color:#3c3c3c;}
	
	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;
	}
	
	/* 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:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
	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;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
		cursor:pointer;
	}
	nav.mobile ul li a:hover {background:rgba(45,45,45,0.5); color: #fff; border-left:4px #32a048 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);}	

	
	
	.parts-highlights {max-width:60%;}
	
	.parts-item.part-section-title {display:none; }
	.parts-item {flex:100%; height:auto; margin: calc(100px + 1.5%) 10px 0;}
	
	.main-home {background-position:100% 105%;}
	.main-split {padding:75px 5%;}
	.main-split article {width:100%}
	.location-map iframe{width:100%; height:300px;}
	
	.resource-item ul{width:100%; margin:0; padding:0; column-count:1; column-gap:normal;}
}

@media screen and (max-width: 850px) {
	.hero {padding: 0 0 50px 0;}
	.hero-subtitle {margin:15px 2.5% 0 2.5%; font-size: 7vw;}
}

@media screen and (max-width: 768px) {
	.mobile-contact-bar {padding:3px 5% 5px;}
	.mobile-contact-bar a {font-size: 18px;}
	.mobile-contact-bar a[href^="mailto:"] {margin:0 auto;}
	
	.logo img.logo-icon {width: 28px; height:28px;}
	.logo img.logo-wordmark {width: 200px; height: 28px; margin: 0 0 0 12px;}
	
	.hero-title {font-size: 80px;}
	.hero-flair {right: -160px;}
	.hero-flair img {width: 500px; height:351px}
	.hero-background { height:400px; background:green url("/siteart/hero/hay-field-round-bales-mobile.webp") no-repeat right bottom; background-size: cover;}
	
	.sub-hero {height:300px;}
	.sub-hero h1 {font-size:calc(16px + 9vw); bottom:-3px;}

	.hero-resources {background:green url("/siteart/sub-hero/round-bales-at-dusk-mobile.webp") no-repeat right bottom; background-size: cover;}
	.hero-auction {background:green url("/siteart/sub-hero/hay-bales-low-shadows-mobile.webp") no-repeat right bottom; background-size: cover;}
	.hero-service {background:green url("/siteart/sub-hero/countryside-landscape-hay-bales-summer-mobile.webp") no-repeat right bottom; background-size: cover;}
	.hero-contact {background:green url("/siteart/sub-hero/round-hay-bales-green-field-trees-mobile.webp") no-repeat right bottom; background-size: cover;}
	.hero-thankyou {background:green url("/siteart/sub-hero/golden-straw-bales-hay-stubble-field-mobile.webp") no-repeat right bottom; background-size: cover;}
	
	.parts-highlights {max-width:92.5%;}
	
	.company-services {padding:0 0 144px 0;}
	.services-item {width:85%; margin:1% auto 4% auto;}
	.services-item:first-of-type {margin:-115px auto 4% auto;}
	
	.contact-map .map-address {font-size:22px;}
	.contact-map .map-address a {display:block; font-size:26px;}
	
	.foot-logo img.logo-icon {width:100%;}
}

@media screen and (max-width: 525px) {
	.head-contact {display:none;}
	
	.hero-subtitle {margin:25px 2.5% 0 2.5%; font-size:45px;}
}

@media screen and (max-width: 450px) {
	.mobile-contact-bar a[target="_blank"] {display:none;} 
	.mobile-contact-bar a[href^="mailto:"] {margin:0;}
	.mobile-contact-bar a[href^="mailto:"] {margin:0;}
	
	.logo img.logo-icon {width:20px; height:20px;}
	.logo img.logo-wordmark {width:160px; height:20px; margin: 0 0 0 6px;}
}
@media screen and (max-width: 370px){
	.foot-nav ul li {width:100%;}
}