@charset "utf-8";
/* CSS Document */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,select{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;color:unset}html{scroll-behavior:smooth}a{text-decoration:none;cursor:pointer}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}button{cursor:pointer;border:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}img{max-width:100%;}
/*=== END RESET ===*/

/*=== CLEARFIX ===*/
.clear{clear:both}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.cf{zoom:1}

/*=== 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%}.flex-height{height:100%}.flex-wrap{flex-wrap:wrap}.set-width{flex-grow:0;flex-shrink:0;flex-basis:auto}.justify-center{justify-content:center}.justify-right{justify-content:flex-end}.justify-left{justify-content:flex-start}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.align-center{align-items:center}.align-top{align-items:flex-start}.align-bottom{align-items:flex-end}.align-stretch{align-items:stretch}.align-all-center{align-items:center;justify-content:center}.align-self-center{align-self:center}.align-self-right{align-self:flex-end}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.mobile-only{display: none}.max-width{margin:0 var(--sm-padding)}.map{min-height:350px;line-height:0;}


*,
*::before,
*::after {
    transition: all 0.3s ease;
}
a:hover {cursor: pointer !important;}

/*=== SELECT STYLES ===*/
::selection, ::-moz-selection {
	background: var(--red);
	color: var(--white);
	text-shadow: none;
}

:root {
	/*=== Fonts ===*/
    --Manrope: "Manrope", sans-serif;

	/*=== Colors ===*/
	--white: #FFFFFF;
    --green: #83A254;
    --dk-green: #8C9C74;
    --black: #000000;
    
    /*=== Font Sizes ===*/
    --p: clamp(16px, 5vw, 20px);

	/*=== Spacing ===*/
	--lg-padding: clamp(75px, 5vw, 100px);
	--sm-padding: clamp(25px, 2.5%, 2.5%);
}

    .white{color: var(--white)}
    .green{color: var(--green)}
    .dk-green{color: var(--dk-green)}
    .black{color: var(--black)}

body {
    position: relative;
	font-family: var(--Manrope), sans-serif !important;
	height: auto !important;
    background-color: var(--tan);
    background-image:
        url("/siteart/logo-background.svg");
}

.page-shadow {
	max-width: 1920px!important;
    width: 100%!important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px!important;
    background-color: rgb(255, 255, 255)!important;
    margin: 0 auto!important;
	overflow-x: hidden;
}
strong, b {
/*	font-family: var(--Manrope);*/
    font-weight: 800;
}
p {
    font-size: clamp(16px, 5vw, 18px);
}
.bold {
	font-family: var(--Manrope);
    font-weight: 900;
}

.thick {
/*	font-family: var(--Manrope);*/
    font-weight: 900 !important;
}

.center {text-align: center;}

.xl-heading, .lg-heading, .md-heading, .sm-heading {
	font-family: var(--Manrope);
    font-weight: 600;
/*	text-transform: uppercase;*/
}

.xl-heading-bold {
	font-family: var(--Manrope);
/*	text-transform: uppercase;*/
    font-weight: 900 !important;
}


.xs-heading {
	font-family: var(--Manrope);
    font-weight: 600;
/*	text-transform: uppercase;*/
	padding-top: 5px;
}
.xl-heading {font-size: clamp(56px, 5vw, 64px);line-height: clamp(56px, 5vw, 64px);}
.lg-heading {font-size: clamp(34px, 5vw, 42px);line-height: clamp(34px, 5vw, 42px);}
.md-heading {font-size: clamp(27px, 5vw, 35px);line-height: clamp(27px, 5vw, 35px);}
.sm-heading {font-size: clamp(18px, 5vw, 26px);line-height: clamp(18px, 5vw, 26px);}
.xs-heading {font-size: clamp(16px, 5vw, 18px);line-height: clamp(16px, 5vw, 18px);}

.sm-padding {padding: 20px 0;}

/*=== BODY STYLES 
============================================*/
.width90 {width: 90%; max-width: 1600px; margin: auto;}
.gimmespace {height: 100px; width: 100%;}

.btn-white {display: flex; justify-content: center; align-items: center; padding: 10px 30px; border: 1px solid var(--white); border-radius: 100px; background: rgba(255,255,255,0.5); color: var(--black); font-weight: 600; max-width: 320px; backdrop-filter: blur(10px); font-family: var(--Manrope);}
.btn-white:hover {background: rgba(0,0,0,0.25); color: var(--white);}

.btn-black {display: flex; justify-content: center; align-items: center; padding: 10px 30px; border: 1px solid var(--black); border-radius: 100px; background: rgba(255,255,255,0.5); color: var(--black); font-weight: 600; max-width: 320px; backdrop-filter: blur(10px); font-family: var(--Manrope);}
.btn-black:hover {background: rgba(0,0,0,0.25); color: var(--black);}

.btn-green {display: flex; justify-content: center; align-items: center; padding: 10px 30px; border: 1px solid var(--green); border-radius: 100px; background: var(--green); color: var(--black); font-weight: 600; max-width: 320px; font-family: var(--Manrope);}
.btn-green:hover {background: var(--white); color: var(--black);}

/*=== HEADER STYLES
==============================*/

.header-wrap {background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));}
.header-logo {max-width: 100px; height: auto; object-fit: contain; padding: 20px 0;}
.primary.nav {display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 50px;}
.nav-links { border: 1px solid var(--white); border-radius: 100px; background: rgba(255,255,255,0.5); backdrop-filter: blur(10px);}
.first-link {border-radius: 100px 0 0 100px;}
.last-link {border-radius: 0 100px 100px 0;}
.primary.nav ul {z-index: 100;}

.subpage-header {position: relative;}
.subpage-header .header-wrap {background: var(--white);}
.subpage-header .nav-links { border: 1px solid var(--black); border-radius: 100px; background: rgba(0,0,0,0.5);}
.subpage-header .primary.nav > ul > li > a:not(:hover) {color: var(--white);}

.mobile-menu-fb {display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 50px; width: 90% !important; margin: auto;}
.mobile-menu-right {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; gap: 25px;}
a.menu-toggle {padding: 0 !important; margin: 0 !important;}
.btn-phone {color: var(--black); padding: 10px 15px; background-color: var(--green); border-radius: 10px;}
.btn-phone:hover { background-color: var(--white); border-radius: 10px;}

/*=== HOME PAGE 
==============================*/
.home-header {position: absolute; top: 0; width: 100%;}

.home-hero {background: linear-gradient(rgba(0,0,0,0.5)), url("../siteart/green-combine.jpg") center; background-size: cover; padding: 100px 0; }
.home-hero-text {display: flex; flex-direction: column; justify-content: center; align-items: flex-start; min-height: calc(100vh - 200px);}
.home-hero-text h1, .home-hero-text p { max-width: 700px;}

.quicklinks-section { display: flex; justify-content: space-between; align-items: flex-end; gap: clamp(20px, 10vw, 100px); margin-top: -100px; padding: 0 0 100px 0;}
.quicklinks-text {width: 40%}
.quicklinks { width: 60%; display: flex; gap: 20px;}
.quicklink {min-height: 600px; position: relative; overflow: hidden; border-radius: 50px; flex: 1;}
.quicklink::before {content: ''; background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0)); width: 100%; height: 100%; position: absolute; inset: 0; z-index: 1;}
.quicklink img {height: 100%; width: 100%; object-fit: cover; object-position: bottom center !important;}
.quicklink h3 {position: absolute; bottom: 25px; left: 50%; transform: translateX(-50%); z-index: 2; background: linear-gradient(rgba(0,0,0,0));}
.quicklink:hover {flex-grow: 1.5;}
.quicklink:hover > h3 {bottom: 35px;}

.text-sandwich {display: flex; justify-content: space-between; align-items: stretch; gap: 5vw; padding: 100px 0;}
.text-sandwich-text {padding: 100px 50px; max-width: 600px;}
.text-sandwich-img {}
.text-sandwich-img img {object-fit: cover; display: block; height: 100%;}
.text-sandwich-img:first-of-type {border-radius: 0 50px 50px 0; overflow: hidden;}
.text-sandwich-img:last-of-type {border-radius: 50px 0 0 50px; overflow: hidden;}

.photo-banner.home-page {background: linear-gradient(rgba(0,0,0,0.33)), url("../siteart/red-tractor-and-planter.jpg") center 70% no-repeat; background-size: cover;}
.photo-banner > div {display: flex; justify-content: space-between;gap: 50px; align-items: center; padding: 100px 0;}
.photo-banner > div > div {width: 100%;}
.photo-banner > div > div:nth-child(2) {padding: 20px; border-radius: 20px; background: rgba(0,0,0,0.25); backdrop-filter: blur(10px);}

.footer-fb {display: flex; justify-content: space-between; align-items: flex-start; padding: 50px 0; flex-wrap: wrap; gap: 50px; border-top: 1px solid var(--black);}
.footer-fb > div {display: flex; flex-direction: column; gap: 20px;}
.footer-fb > div:last-child {align-items: flex-end;}
.footer-fb > div:last-child a:hover {color: var(--green);}
.footer-logo {max-width: 200px; height: auto;}

/*=== ABOUT PAGE
==============================*/
.subpage-hero {padding: 100px 0; background-repeat: no-repeat !important; background-size: cover !important; background-position: center 75% !important;}
.subpage-hero.about {background: linear-gradient(rgba(0,0,0,0.5)), url("../siteart/red-tractor-and-planter-2.jpg");}

.half-photo {padding: 100px 0;}
.half-photo > div {display: flex; justify-content: space-between; align-items: stretch; gap: 50px;}
.half-photo  img {display: block; height: 100%; object-fit: cover;}
.half-photo  iframe {display: block; height: 100%; object-fit: cover; width: 100%;}
.half-photo > div > div:first-child {max-width: 600px;}
.half-photo > div > div {max-width: 50%;}
.half-photo > div > div:has(img:not(.CaptchaImage)) {border-radius: 20px; overflow: hidden;}
.half-photo > div > div:has(iframe) {border-radius: 20px; overflow: hidden; width: 100%;}
.half-photo > div > div:has(#contact-form) {width: 100%;}

/*=== CONTACT PAGE
==============================*/
.subpage-hero.contact {background: linear-gradient(rgba(0,0,0,0.5)), url("../siteart/red-tractor-and-planter.jpg");}

#contact-form {display: flex; flex-direction: column; gap: 10px; font-size: var(--p); max-width: 100%;}
#contact-form label {display: none;}
#contact-form input {padding: 20px; width: 100%; border: 1px solid var(--black);}
#contact-form .input-row {display: flex; flex-direction: row; gap: 10px;}
#contact-form .dualFields {width: 50%;}
#contact-form textarea {width: 100%; height: 200px; border: none; font-family: var(--Inter); padding: 20px; font-size: var(--p); border: 1px solid var(--black);}
#contact-form input.submit:hover {cursor: pointer ;}

/*control the Captcha */
.CaptchaPanel {margin:0 0 0 0 !important;padding:0 0 0 0 !important;text-align: center;line-height:normal !important;}
.CaptchaImagePanel {margin:0 0 0 0;padding:0 0 0 0;}
.CaptchaMessagePanel {padding:0 0 0 0 !important;margin:0 0 0 0 !important;font-weight:normal !important;font-size:12px;line-height:14px;}
.CaptchaAnswerPanel {margin:0 0 0 0;padding:2px 0px 2px 0px !important;}
.CaptchaWhatsThisPanel {line-height:2;text-decoration: underline !important;margin:0 0 0 0;padding:8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}

@media screen and (max-width: 700px) {
    #contact-form .input-row {flex-direction: column; width: 100%;}
    #contact-form .dualFields {width: 100%;}
    #contact-form .submit, #contact-form .captcha-button button {width: 100% !important; max-width: none !important; }
}

/*=== THANK YOU PAGE
==============================*/
.subpage-hero.thank-you {background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.5)), url("../siteart/green-tractor-and-sprayer.jpg");}

/*=== COMMODITIES PAGE
==============================*/
.subpage-hero.commodities {background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.5)), url("../siteart/corn-and-soybean.jpg");}

div.ticker-holder {max-height: 80px !important; overflow: hidden !important; position: relative; z-index: 1;pointer-events: none !important;}
div.colored-border-left {position: absolute; top: 0; left: 0; height: 100%; width: 50px; color: #000; background: #fff; z-index: 20; font-size: 50px; display: flex; justify-content: center; align-items: center; border-radius: 0 10px 10px 0; border-right: 1px solid #D3D3D3; border-top: 1px solid #D3D3D3;  border-bottom: 1px solid #D3D3D3;}
div.colored-border-right {position: absolute; top: 0; right: 0; height: 100%; width: 50px; color: #000; background: #fff; z-index: 20; font-size: 50px; display: flex; justify-content: center; align-items: center; border-radius: 10px 0 0 10px; border-left: 1px solid #D3D3D3; border-top: 1px solid #D3D3D3;  border-bottom: 1px solid #D3D3D3;}


/*=== MEDIA QUERIES 
==============================*/
@media screen and (max-width: 1000px) {
    .primary.nav {display: none !important;}
    
    .quicklinks-section { margin-top: 50px;}
    .quicklinks {flex-direction: column; max-height: 600px;}
    .quicklink {min-height: 0px;}
    
    .text-sandwich {}
    
    .photo-banner > div {flex-direction: column;}
    
    .half-photo > div {flex-wrap: wrap; gap: 100px;}
    .half-photo > div > div {max-width: none !important;}
}

@media screen and (max-width: 800px) {
    .text-sandwich-text {padding: 100px 0;}
    .text-sandwich-img {max-width: 5vw !important;}
}

@media screen and (max-width: 600px) {
    
    .quicklinks-section { flex-direction: column; margin-top: 100px;}
    .quicklinks-section > div { width: 100% !important;}
    
    .footer-fb {justify-content: center !important;}
    .footer-fb > div {align-items: center !important;}
}







