﻿/***** BEGIN 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;  
} 

/*-------- COLORS --------

*/

/***** 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;
}

/*-------- BODY STYLES --------*/

body {overflow-x: hidden !important;}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none; cursor: pointer !important;}
button:hover {cursor: pointer !important;}

hr{border:#000 1px solid;}
html {font-family: 'inter-variable', sans-serif !important;}

/*--- HEADER STYLES ---------------------*/
header {display: flex; justify-content: space-between; width: 95%; margin: 0 auto; padding: 20px 0; align-items: center;}
.header-logos {display: flex; align-items: center; gap: 30px;}
.header-logos hr {border: rgba(187,187,187,0.50) 1px solid; height: 62px;}
.header-contact {display: flex; gap: 60px;}
.header-contact a {display: flex; align-items: center; gap: 20px;}
.header-contact a i {background: #194F1A; border-radius: 40px; color: #fff; font-size: 22px; padding: 12px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.header-contact a:last-child i {width: 46px !important; display: flex; justify-content: center;}
.header-contact a span {font-size: 14px; color: #194F1A; font-family: 'arial', sans-serif; font-weight: bold;}
.header-contact a p:last-child {font-family: 'arial', sans-serif; color: #000; font-size: 16px; font-weight: bold; margin-top: 1px;}
.header-contact a:hover i {background: #2A762B;}
.header-contact a:hover p:last-child, .header-contact a:hover p span {color: #2A762B;}
.header-logos img {width: 180px;}

/*---BODY--------------------------------*/
/*---DEFAULT---*/
.site-banner {background-color: #ffcc00;color: #000;text-align: center;padding: 12px 20px;font-weight: bold;font-size: 1rem;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);position: relative;z-index: 10;}

.lg-heading {color: #0F380F;  font-size: 30px; margin-bottom: 10px; line-height: 30px; font-weight: bold;}
.hero-img {background: url("/siteart/hero.jpg") no-repeat; background-position: center; background-size: cover;}
.mobile-hero {display: none;}
.hero-overlay {background: rgba(31,31,31,0.60);}
.hero-wrapper {width: 95%; margin: 0 auto; padding-top: 200px; padding-bottom: 60px;}
.hero-content {width: 700px;}
.h-span h2 {font-family: 'arial', sans-serif; font-weight: bold; font-style: italic; text-shadow: 1px 5px 6px rgba(0, 0, 0, 0.50); font-size: 22px; line-height: 22px; margin-bottom: 10px; color: #FFE610;}
.h-span hr {border: #FFE610 2px solid; width: 52px; margin: 0px;}
.hero-h {margin-top: 10px;}
.hero-h h1 {color: #fff; font-family: 'arial', sans-serif; font-weight: bold; font-size: 38px; line-height: 42px; text-shadow: 1px 5px 6px rgba(0, 0, 0, 0.50);}
.hero-buttons {display: flex; gap: 15px; margin-top: 20px;}
.hero-buttons button {font-size: 15px; background: #2A762B; border-radius: 40px; width: 240px; line-height: 15px; padding: 13px 0 10px 0; color: #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border: 2px #2A762B solid; font-family: 'inter-variable', sans-serif; font-weight: bold; letter-spacing: .5px;}
.hero-buttons a:last-child button {border: 2px #fff solid; background: transparent;}
.hero-buttons a:hover button {background: #194F1A; border: 2px #194F1A solid;}

.call-to {display: flex; justify-content: space-between; gap: 10px; align-items: center; padding: 40px 0 60px 0; width: 95%; margin: 0 auto;}
.call-to > a {width: 100%;}
.new-inventory-bkgrd {background: url("/siteart/new-inventory.jpg") no-repeat; background-position: center; background-size: cover; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 5px;}
.pre-owned-bkgrd {background: url("/siteart/pre-owned.jpg") no-repeat; background-position: center; background-size: cover; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 5px;}
.sales-dept-bkgrd {background: url("/siteart/sales-dept.jpg") no-repeat; background-position: center; background-size: cover; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 5px;}
.service-dept-bkgrd {background: url("/siteart/service-dept.jpg") no-repeat; background-position: center; background-size: cover; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 5px;}
.parts-dept-bkgrd {background: url("/siteart/parts-dept.jpg") no-repeat; background-position: center; background-size: cover; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 5px;}
.cat-overlay {background: rgba(15,56,15,0.90); border-radius: 5px; display: flex; justify-content: center; align-items: center; height: 300px;}
.cat-content {text-align: center; width: 85%; margin: 0 auto; margin-top: -12px;}
.cat-content i {color: #fff; font-size: 22px; border: 2px #fff solid; border-radius: 40px; width: 48px; height: 48px; display: flex; justify-content: center; align-items: center; margin: 0 auto;}
.cat-content h4 {font-family: 'arial', sans-serif; font-size: 28px; font-weight: bold; color: #FFE610; text-shadow: 1px 5px 6px rgba(0, 0, 0, 0.50); padding: 8px 0;}
.cat-content p {font-size: 16px; color: #fff; font-weight: 400; font-family: 'inter-variable', sans-serif;}
.call-to a:hover .cat-overlay {background: rgba(7,34,7,0.93); transition: .5s;}
.call-to a:hover {transition: .5s; transform: translateY(-6px);}

.scrolling-brands h3 {width: 95%; margin: 0 auto; font-family: 'arial', sans-serif; color: #072207; font-weight: bold; font-size: 30px; padding-bottom: 10px;}
.brands-bkgrd {border-top: 4px #FFE610 solid; background: #072207; padding: 20px 0; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 5px;}

.about-bkgrd {background: url("/siteart/about-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; margin-top: 10px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 5px; margin-bottom: 30px;}
.about-overlay {background: linear-gradient(to right,rgba(7,34,7,0.84),rgba(15,56,15,0.84),rgba(25,79,26,0.84),rgba(15,56,15,0.84),rgba(7,34,7,0.84));}
.about-wrapper {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; padding: 80px 0 100px 0;}
.about-content {width: 800px;}
.about-content h2 {font-family: 'arial', sans-serif; font-weight: bold; font-size: 70px; line-height: 65px; text-shadow: 1px 5px 6px rgba(0, 0, 0, 0.50); color: #fff;}
.p-span {margin: 30px 0 25px 0;}
.p-span p {font-family: 'arial', sans-serif; font-weight: bold; font-style: italic; text-shadow: 1px 5px 6px rgba(0, 0, 0, 0.50); font-size: 22px; line-height: 22px; margin-bottom: 10px; color: #FFE610;}
.p-span hr {border: #FFE610 2px solid; width: 52px; margin: 0px;}
.about-content > p {font-family: 'arial', sans-serif; color: #fff; font-size: 18px; line-height: 26px;}
.about-content button {font-size: 15px; background: none; border-radius: 40px; width: 200px; line-height: 15px; padding: 12px 0 10px 0; color: #FFE610; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border: 2px #FFE610 solid; font-family: 'inter-variable', sans-serif; font-weight: bold; letter-spacing: .5px; margin-top: 30px;}
.about-content button:hover {background: #FFE610; color: #0F380F; transition: .5s;}
.about-links li {font-family: 'arial', sans-serif; font-size: 18px; color: #fff; line-height: 30px; text-align: right;}
.about-links a:hover li {color: #FFE610; transition: .5s;}

/*---SHOWROOM---*/
.showroom-hero {background: url("/siteart/showroom-hero.jpg") no-repeat; background-position: center; background-size: cover;}
.showroom-content {text-align: center; width: 560px; margin: 0 auto;} 
.showroom-hero .hero-overlay {background: rgba(31,31,31,0.75);}
.showroom-hero .hero-wrapper {padding-top: 60px; padding-bottom: 60px;}
.showroom-content h1 {color: #FFE610; font-family: 'arial', sans-serif; font-weight: bold; font-size: 38px; line-height: 42px; text-shadow: 1px 5px 6px rgba(0, 0, 0, 0.50);}
.showroom-content span {color: #FFE610; font-family: 'arial', sans-serif; font-weight: bold; font-size: 38px; line-height: 42px; text-shadow: 1px 5px 6px rgba(0, 0, 0, 0.50);}
.showroom-content p {color: #fff; font-size: 18px; font-weight: 500; line-height: 26px; padding: 15px 0 20px 0;}
.showroom-hero-b {display: flex; gap: 15px; justify-content: center;}
.showroom-hero-b button {font-size: 15px; background: #2A762B; border-radius: 40px; width: 240px; line-height: 15px; padding: 13px 0 10px 0; color: #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border: 2px #2A762B solid; font-family: 'inter-variable', sans-serif; font-weight: bold; letter-spacing: .5px;}
.showroom-hero-b a:last-child button {border: 2px #fff solid; background: transparent;}
.showroom-hero-b a:hover button {background: #194F1A; border: 2px #194F1A solid;}
.page-links {width: 95%; margin: 0 auto; display: flex; padding: 20px 0; flex-wrap: wrap;}
.page-links a, .page-links p {color: #2A762B; line-height: 20px;}
.page-links a:hover {color: #194F1A;}
.showroom-wrapper {width: 95%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; padding: 50px 0 100px 0;}
.john-deere-bkgrd {background: url("/siteart/showroom-bkgrds/john-deer-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.john-deere-ce-bkgrd {background: url("/siteart/showroom-bkgrds/john-deere-ce-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.bluewhite-bkgrd {background: url("/siteart/showroom-bkgrds/bluewhite-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.manufacturing-co-bkgrd {background: url("/siteart/showroom-bkgrds/manufacturing-co-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.domries-bkgrd {background: url("/siteart/showroom-bkgrds/domries-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.exact-bkgrd {background: url("/siteart/showroom-bkgrds/exact-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.frontier-bkgrd {background: url("/siteart/showroom-bkgrds/frontier-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.gearmore-bkgrd {background: url("/siteart/showroom-bkgrds/gearmore-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.guss-bkgrd {background: url("/siteart/showroom-bkgrds/guss-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.harlo-products-bkgrd {background: url("/siteart/showroom-bkgrds/harlo-products-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.inventive-bkgrd {background: url("/siteart/showroom-bkgrds/inventive-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.kci-bkgrd {background: url("/siteart/showroom-bkgrds/kci-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.key-dollar-bkgrd {background: url("/siteart/showroom-bkgrds/key-dollar-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.laforge-bkgrd {background: url("/siteart/showroom-bkgrds/laforge-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.orchard-rite-bkgrd {background: url("/siteart/showroom-bkgrds/orchard-rite-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.pessl-bkgrd {background: url("/siteart/showroom-bkgrds/pessl-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.lectroblast-bkgrd {background: url("/siteart/showroom-bkgrds/lectroblast-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.rears-bkgrd {background: url("/siteart/showroom-bkgrds/rears-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.rome-bkgrd {background: url("/siteart/showroom-bkgrds/rome-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.schmeiser-bkgrd {background: url("/siteart/showroom-bkgrds/schmeiser-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.smart-apply-bkgrd {background: url("/siteart/showroom-bkgrds/smart-apply-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.stihl-bkgrd {background: url("/siteart/showroom-bkgrds/stihl-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.surefire-bkgrd {background: url("/siteart/showroom-bkgrds/surepoint-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.t3rra-bkgrd {background: url("/siteart/showroom-bkgrds/t3rra-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.thomas-bkgrd {background: url("/siteart/showroom-bkgrds/thomas-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.weiss-bkgrd {background: url("/siteart/showroom-bkgrds/weiss-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.wilcox-bkgrd {background: url("/siteart/showroom-bkgrds/wilcox-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.cat-overlay {background: rgba(7,34,7,0.88); border-radius: 5px;}
.showroom-wrapper a {width: 18%;}
.showroom-wrapper a img {width: 100%;}
.showroom-wrapper a:hover .cat-overlay {background: rgba(7,34,7,0.95); transition: .5s;}
.showroom-wrapper .cat-overlay {height: 160px;}
.showroom-wrapper a:hover {transition: .5s; transform: translateY(-6px);}

.showroom-header {width: 55% !important;}

/*---SALES DEPT---*/
.sales-hero {background: url("/siteart/sales-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.sales-hero .hero-overlay {background: rgba(31,31,31,0.75);}
.sales-hero .hero-wrapper {padding-top: 60px; padding-bottom: 60px;}
.sales-info {width: 85%; margin: 0 auto; padding: 25px 0 60px 0;}
.sales-info h3 {font-size: 20px; color: #194F1A; margin-bottom: 8px; line-height: 28px;}
.sales-info ul {margin-top: 10px;}
.sales-info p {color: #303030; font-size: 16px; line-height: 24px;}
.sales-info li {color: #303030; font-size: 16px; line-height: 28px;}
.sales-info li i {color: #194F1A;}
.info-buttons {display: flex; gap: 10px; margin-top: 18px;}
.info-buttons button {font-family: 'inter-variable', sans-serif; font-weight: bold; font-size: 15px; background: #2A762B; color: #fff; padding: 12px 0 10px 0; width: 180px; border: none; border-radius: 40px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.info-buttons button.mobile-only {display: none;}
.info-buttons button:hover {background: #194F1A; transition: .5s;}
.form-hr {width: 85%; margin: 0 auto;}
.form-hr hr {border: 1px rgba(0,0,0,0.30) dashed;}
.team-bar {background: #194F1A; width: 95%; margin: 0 auto; border-radius: 5px;}
.team-bar:hover {background: #072207; transition: .5s;}
.team-bar a {display: flex; justify-content: space-between; align-items: center; width: 95%; margin: 0 auto; padding: 12px 0 12px 0;}
.team-bar a h4 {color: #fff; font-family: 'inter-variable', sans-serif; font-size: 25px; font-weight: bold; margin-top: 4px;}
.team-bar a i {color: #fff; font-size: 25px;}
.meet-staff {margin-bottom: 70px;}
.location-team {width: 90%; margin: 0 auto; padding-top: 30px;}
.location-team h5 {font-size: 20px; color: #194F1A;}
.team-flex {display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 10px; margin-top: 15px;}
.joseph-ayerza {background: url("/siteart/sales-team/NEW/Joseph Ayerza.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.jimmy-perry {background: url("/siteart/sales-team/NEW/Jimmy Perry.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.matt-miller {background: url("/siteart/sales-team/NEW/Matt Miller.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.jeff-routt {background: url("/siteart/sales-team/NEW/Jeff Routt.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.austin-wollbrinck {background: url("/siteart/sales-team/austin-wollbrinck.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.philip-christensen {background: url("/siteart/sales-team/philip-christensen.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.paris-gallaher {background: url("/siteart/sales-team/NEW/Paris Gallaher.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.shelley-smith {background: url("/siteart/sales-team/shelley-smith.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.gary-carstens {background: url("/siteart/sales-team/NEW/Gary Carstens.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.dusty-lopes {background: url("/siteart/sales-team/NEW/Dusty Lopes.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.anthony-ayerza {background: url("/siteart/sales-team/NEW/Anthony Ayerza.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.don-york-jr {background: url("/siteart/sales-team/NEW/Don York.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.brandon-manrique {background: url("/siteart/sales-team/NEW/Brandon Manrique.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.team-flex > div {width: 24%;}
.team-flex > div > div {display: flex; justify-content: flex-end; height: 400px; align-items: flex-end; padding: 0 15px 10px 0;}
.team-flex h6 {font-size: 16px; color: #2A762B; font-weight: bold; margin-top: 12px; margin-bottom: 6px;}
.team-flex p {font-size: 14px; color: #555555; margin-bottom: 25px;}
.team-flex i {color: #fff; font-size: 22px;}
.team-flex a:hover i {color: #FFE610; transition: .5s;}
.equipment-online button {width: 240px !important;}

/*---SERVICE DEPT---*/
.aaron-anacleto {background: url("/siteart/service-team/NEW/Aaron Anacleto.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.chris-jones {background: url("/siteart/service-team/chris-jones.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.miguel-munoz {background: url("/siteart/service-team/NEW/Miguel Munoz.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.chris-marshall {background: url("/siteart/service-team/NEW/Chris Marshall.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.malia-jensen {background: url("/siteart/service-team/NEW/Malia Jensen.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.ann-gonzalez {background: url("/siteart/service-team/NEW/Ann Gonzales.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.jeff-wolf {background: url("/siteart/service-team/NEW/Jeff Wolf.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.herbie-castellanos {background: url("/siteart/service-team/NEW/Herbie Catellanos.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.alfonso-ochoa {background: url("/siteart/service-team/NEW/Alfonso Ochoa.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.lisa-hall {background: url("/siteart/service-team/lisa-hall.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}

/*---PARTS DEPT---*/
.parts-hero {background: url("/siteart/parts-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.parts-hero .hero-overlay {background: rgba(31,31,31,0.75);}
.parts-hero .hero-wrapper {padding-top: 60px; padding-bottom: 60px;}
.jeff-crabill {background: url("/siteart/parts-team/NEW/Jeff Crabill.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.jon-samarin {background: url("/siteart/parts-team/jon-samarin.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.john-dias {background: url("/siteart/parts-team/NEW/John Dias.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.kyle-angioli {background: url("/siteart/parts-team/kyle-angioli.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.dave-rhine {background: url("/siteart/parts-team/NEW/Dave Rhine.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.carlos-maldonado {background: url("/siteart/parts-team/NEW/Carlos Maldonado.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.aaron-hurtado {background: url("/siteart/parts-team/aaron-hurtado.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.octaviano-sosa {background: url("/siteart/parts-team/NEW/Octaviano Sosa.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.francisco-soto {background: url("/siteart/parts-team/NEW/Francisco Soto.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.john-michael-yost {background: url("/siteart/parts-team/NEW/John Michael Yost.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.jason-mattson {background: url("/siteart/parts-team/jason-mattson.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.alex-rubi {background: url("/siteart/parts-team/NEW/Alex Rubi.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.edward-aguirre {background: url("/siteart/parts-team/NEW/Edward Aguirre.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.phil-guerrero {background: url("/siteart/parts-team/NEW/Phil Guerrero.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.debbie-martin {background: url("/siteart/parts-team/NEW/Debbie Martin.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.jose-aguirre {background: url("/siteart/parts-team/NEW/Jose Aguirre.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.don-haggmark {background: url("/siteart/parts-team/don-haggmark.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.rene-puga {background: url("/siteart/parts-team/NEW/Rene Puga.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.mario-cervantes {background: url("/siteart/parts-team/NEW/Mario Cervantes.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.greg-ruiz {background: url("/siteart/parts-team/NEW/Greg Ruiz.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.pat-martin {background: url("/siteart/parts-team/NEW/Pat Martin.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.carlos-ramirez {background: url("/siteart/parts-team/NEW/Carlos Ramirez.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.michelle-rocha {background: url("/siteart/parts-team/NEW/Michelle Rocha_.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.armando-martinez {background: url("/siteart/parts-team/NEW/Armando Martinez.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.grupal-grewal {background: url("/siteart/parts-team/NEW/Grupal Grewal.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.ricky-munguia {background: url("/siteart/parts-team/NEW/Ricky Munguia.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.mike-weemes {background: url("/siteart/parts-team/NEW/Mike Weemes.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}

/*---FINANCE---*/
.finance-page {padding: 50px 0 60px 0 !important;}
.finance-page h1 {margin-bottom: 30px !important;}
.finance-buttons {display: flex; gap: 15px;}
.finance-padding {padding: 40px 0px !important;}
.finance-option {margin-bottom: 30px !important;}

/*---PRECISON AG---*/
.precision-info p:last-child {padding-top: 10px;}
.precision-ag-hero {background: url("/siteart/precision-ag-hero.jpg") no-repeat; background-position: center; background-size: cover;}
.precision-ag-hero .hero-overlay {background: rgba(31,31,31,0.75);}
.precision-ag-hero .hero-wrapper {padding-top: 60px; padding-bottom: 60px;}
.philip-christensen-ag {background: url("/siteart/precision-ag-team/philip-christensen-ag.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.dylan-mcclellan {background: url("/siteart/precision-ag-team/NEW/Dylan McClellan.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.kyle-yerrick {background: url("/siteart/precision-ag-team/NEW/Kyle Yerrick.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}

/*---PROMOTIONS---*/
.promotions-hero {background: url("/siteart/promotions-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.promotions-hero .hero-overlay {background: rgba(31,31,31,0.75);}
.promotions-hero .hero-wrapper {padding-top: 60px; padding-bottom: 60px;}
.promo-section {width: 90%; margin: 0 auto; margin-top: 30px; margin-bottom: 100px;}
.promo-border {border: 2px rgba(187,187,187,0.70) solid; border-radius: 5px; margin-bottom: 40px;}
.promo-wrapper {width: 90%; margin: 0 auto; padding: 40px 0; display: flex; gap: 70px; align-items: center;}
.promo-wrapper img {width: 100%;}
.promo-wrapper hr {border: 1px rgba(187,187,187,0.50) solid; height: 270px;}
.promo-wrapper h2 {color: #072207; font-family: 'arial', sans-serif; font-size: 30px; line-height: 35px; font-weight: bold; margin-bottom: 10px;}
.promo-wrapper h3 {color: #194F1A; font-family: 'arial', sans-serif; font-size: 20px; font-weight: 300; margin-bottom: 10px;}
.promo-wrapper p {font-family: 'arial', sans-serif; color: #072207; font-size: 16px; line-height: 24px; margin-bottom: 10px;}
.promo-wrapper span p {margin-bottom: 3px !important;}
.promo-wrapper button {font-family: 'inter-variable', sans-serif; font-weight: bold; font-size: 15px; background: #2A762B; color: #fff; padding: 12px 0 10px 0; width: 180px; border: none; border-radius: 40px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; margin-top: 20px;}
.promo-wrapper button:hover {background: #194F1A; transition: .5s;}
.promo-wrapper div:first-child {width: 40%;}
.promo-wrapper div:last-child {width: 60%;}

/*---PROMOTIONS SUB---*/
.promo-sub-hero {width: 95%; margin: 0 auto; margin-top: 40px; margin-bottom: 30px;}
.promo-sub-hero img {width: 100%;}
.promo-sub-hero-content h1 {color: #0F380F;  font-size: 30px; margin-bottom: 3px; line-height: 35px; font-weight: bold;}
.promo-sub-hero-content h2 {color: #194F1A !important; font-family: 'arial', sans-serif; font-size: 20px !important; font-weight: 300 !important; margin-bottom: 0px !important;}
.promo-p {margin-bottom: 8px;}
.promo-info hr {border: 1px rgba(0,0,0,0.30) dashed; margin-top: 30px; margin-bottom: 40px;}
.promo-border-sub {border: 1px rgba(0,0,0,0.30) solid; border-radius: 3px; margin-top: 15px !important; margin-bottom: 30px;}
.promo-border-sub div {width: 95%; margin: 0 auto; padding: 30px 0; margin-top: 0px !important;}
.instant-rebate-promo span p {margin-bottom: 5px; margin-top: 20px;}

/*---OUR STORY---*/
.our-story-hero {background: url("/siteart/our-story-hero.jpg") no-repeat; background-position: center; background-size: cover;}
.our-story-hero .hero-overlay {background: rgba(31,31,31,0.75);}
.our-story-hero .hero-wrapper {padding-top: 60px; padding-bottom: 60px;}
.sales-info h2 {color: #0F380F;  font-size: 30px; margin-bottom: 30px; line-height: 35px; font-weight: bold;}
.sales-info div {margin-top: 20px;}
.history-button button {font-family: 'inter-variable', sans-serif; font-weight: bold; font-size: 15px; background: #2A762B; color: #fff; padding: 12px 0 10px 0; width: 180px; border: none; border-radius: 40px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; margin-top: 10px;}
.history-button button:hover {background: #194F1A; transition: .5s;}

/*---LOCATION + MAP---*/
.location-map > div {margin-bottom: 50px; border: 1px rgba(0,0,0,0.30) solid; border-radius: 5px;}
.location-map h1 {font-size: 30px; margin-bottom: 20px;}
.location-map h2 {margin-bottom: 10px; font-size: 24px; color: #000; font-family: 'inter-variable', sans-serif;}
.location-map h3 {font-size: 20px !important; margin-bottom: 1px !important; margin-top: 10px;}
.location-map ul {margin-top: 0px !important;}
.location-map a {color: #2A762B; border-bottom: 1px transparent solid;}
.info-buttons a {border-bottom: 0px !important;}
.location-map p a:hover {border-bottom: 1px #2A762B solid; transition: .5s;}
.location-map div {margin-top: 0px;}
.location-hours {display: flex; gap: 50px; margin-top: 0px !important;}
.location-map button {font-family: 'inter-variable', sans-serif; font-weight: bold; font-size: 15px; background: #2A762B; color: #fff; padding: 12px 0 10px 0; width: 180px; border: none; border-radius: 40px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; margin-top: 20px;}
.location-map button:hover {background: #194F1A; transition: .5s;}
.location-padding {width: 95%; margin: 0 auto; padding: 25px 0;  display: flex; justify-content: space-between; align-items: center;}
.location-wrap {width: 50%;}

/*---MEET OUR STAFF---*/
.our-staff {margin-bottom: 0px !important; width: 90%; margin: 0 auto;}
.staff-h {padding-bottom: 10px !important;}
.last-staff {margin-bottom: 70px !important;}

/*---EMPLOYMENT---*/
.employment-info p {margin-bottom: 6px;}
.interest label {font-size: 16px !important; line-height: 30px;}
.interest input {width: 25px !important; margin: 0; margin-bottom: 15px;}
.email-resume a {color: #2A762B; border-bottom: 1px transparent solid;}
.email-resume a:hover {color: #194F1A; border-bottom: 1px #194F1A solid;}

/*---CREDIT APP---*/
.location-wrap img {width: 50%; float: right;}
.credit-app a {color: #2A762B;}
.credit-app a:hover {color: #303030;}

/*---NEWSLETTER---*/
.newsletter-form p {margin-bottom: 0px !important; font-size: 14px !important; line-height: 22px !important; margin-top: 12px;}
.newsletter-form tr:last-child {margin-bottom: 5px !important;}

/*---subscribe on all forms--*/
span.newsletter-subscribe {
    display: inline-flex;margin-top:5px;
    align-items: flex-start;gap:5px;
}
span.newsletter-subscribe input, span.newsletter-subscribe label {
    width: fit-content !important;
}
/*---BLUEWHITE---*/
.less-padding {padding-bottom: 20px !important;}

/*Accordion*/
.flex-container.flex-services {
    justify-content: space-between;
    gap: 15px;
}

.flex-services .page-head {
    flex: 1;
}

.service-section {
    flex: 1;
}

.accordion {
	background: #194F1A;
    color: #fff;
    cursor: pointer;
    padding: 15px 40px;
    font-size: 25px;
    width: 95%;
	margin: 0 auto;
    text-align: left;
    border: none;
    outline: none;
	font-family: 'inter-variable', sans-serif !important;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    letter-spacing: 1px;
	border-radius: 5px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
}

.panel ul.fa-ul {
    padding-inline-start: 0px;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 20px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	margin: 8px 0;
}

.panel p {
    padding: 0px 0;
}

.accordion:after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 28px;
    color: #fff;
    font-weight: 600;
    float: right;
}

.active:after {
  content: "-";
	 font-size: 28px;
  color: #fff;
  float: right;
  margin-left: 5px;/* Unicode character for "minus" sign (-) */
}

/*---TRACTOR PACKAGES---*/
.packages-hero {background: url("/siteart/package-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.packages-hero .hero-overlay {background: rgba(31,31,31,0.75);}
.packages-hero .hero-wrapper {padding-top: 60px; padding-bottom: 60px;}
#tractor-packages {width: 85%; margin: 0 auto; padding: 25px 0 60px 0;}
#tractor-packages h2 {color: #0F380F; font-size: 30px; margin-bottom: 10px; line-height: 30px; font-weight: bold;}
#tractor-packages h3 {line-height: 25px;}
#tractor-packages .packages-flex {display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px;}
#tractor-packages .packages-flex > a {width: 30%; text-align: center;}
.packages-flex > a p {font-size: 15px; line-height: 24px; color: #000;}
.package-price {margin-bottom: 10px; margin-top: 5px;}
.package-price p {color: #2A762B !important;}
.package-apr p {color: #555555 !important; font-size: 14px;}
.packages-flex img {width: 100%; margin-bottom: 10px;}
.packages-disclaimer {margin-top: 80px; background: #E4E4E4; padding: 40px;}
.packages-disclaimer p {color: #3B3B3B; font-size: 16px; line-height: 24px; margin-bottom: 10px;}
.packages-flex > a:hover img {transition: .5s; transform: translateY(-6px);}

.package-detail-flex {display: flex; justify-content: space-between; gap: 70px; margin-top: 35px;}
.package-detail-flex > div {width: 50%;}
.package-detail-flex > div img {width: 100%;}
.package-type {margin-top: 30px;}
.package-detail-flex h4 {color: #2A762B; font-size: 25px; margin: 15px 0 20px 0;}
.package-includes {margin: 30px 0 0 0;}
.package-includes ul {margin: 12px 0 0 0;}
.package-includes li {line-height: 28px;}
.package-includes li i {color: #2A762B;}
.details-disclaimer {margin-top: 30px; background: #E4E4E4; padding: 25px;}
.details-disclaimer p {color: #3B3B3B; font-size: 16px; line-height: 24px; margin-bottom: 10px;}
.details-disclaimer p a {color: #3B3B3B; border-bottom: 1px #3B3B3B solid;}
.details-disclaimer p a:hover {color: #2A762B; border-bottom: 1px #2A762B solid;}
.details-apr p {line-height: 24px;}
.details-apr div p {color: #878787; font-size: 14px;}
.details-buttons {display: flex; gap: 10px; margin-top: 30px; flex-wrap: wrap;}
.details-buttons button {font-size: 15px; background: #2A762B; border-radius: 40px; width: 240px; line-height: 15px; padding: 13px 0 10px 0; color: #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border: 2px #2A762B solid; font-family: 'inter-variable', sans-serif; font-weight: bold; letter-spacing: .5px;}
.details-buttons button:hover {background: #194F1A; border: 2px #194F1A solid;}
.ab-disclaimer {margin-top: 100px;}
.ab-disclaimer p {color: #555555; font-size: 14px; line-height: 24px; margin-bottom: 5px;}

#features {margin-top: 110px;}
#features .our-staff {width: 100%;}
#features .accordion {width: 100%; background: none; font-size: 18px; font-weight: 400; color: #848484; padding: 0px; justify-content: flex-start; gap: 15px; line-height: 26px;}
#features h4 {font-size: 22px; margin-bottom: 18px;}
#features .accordion:before {color: #2A762B; content: '+'; font-size: 28px; font-weight: 400; float: left;}
#features div p, #features ul li {color: #848484; margin-bottom: 8px; font-size: 16px; line-height: 24px;}
#features .panel {padding: 0 30px;}
#features ul li {list-style-type: disc;}
#features .numeral-list li {list-style-type: decimal !important;}
#features .numeral-list > ul li {list-style-type: lower-alpha !important;}
#features ul > ul li {list-style-type: circle !important;}
#features ul > ul > ul li {list-style-type: square !important;}
#features ul > ul {margin-left: 25px;}
#features ul > ul > ul {margin-left: 30px;}
#features .panel > ul {margin-left: 15px;}
#features .panel-table div {display: flex; justify-content: space-between;}
#features .panel-table div p {width: 100%; text-align: center;}
.img-icon-p-flex p {display: flex; align-items: center; gap: 5px;}
#features .img-p-flex {display: flex; gap: 10px; flex-wrap: wrap;}
#features p a, #features li a {color: #2A762B; border-bottom: 1px transparent solid;}
#features p a:hover, #features li a:hover {border-bottom: 1px #2A762B solid; transition: .5s;}

#features .specs .accordion:before, #features .specs .accordion:after {content: '';}
#features .specs .accordion {font-size: 22px; margin-bottom: 18px; color: #000; font-weight: 600; background: #D9D9D9; padding: 12px 0 10px 0; border-radius: 0px; display: flex; justify-content: center; margin-top: 25px;}
#features .specs-flex {display: flex;}
#features .specs-flex div {width: 300px; padding: 10px;}
#features .specs-flex div p {color: #1D1D1D;}
#features .specs-gray {background: #F0F0F0;}
#features .specs p span {font-size: 22px; color: #000; font-weight: 600; padding-left: 10px; color: #2A762B;}

/*---POP-UP -----------------------------------*/

*, *:after, *:before {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
}
.box {
                width: 50%;
                margin: 0 auto;
                background: rgba(0,0,0,0.2);
                padding: 35px;
                border-radius: 20px/50px;
                background-clip: padding-box;
                text-align: center;
}
.popup .close {
    position: absolute;
    top: 25px;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.popup .close:hover {
	transform: translateY(0px);
}
.popup .content {
  max-height: 60%;
  overflow: auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
                content:"";
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                background: rgba(0, 0, 0, 0.5);
                position: fixed;
                z-index: 99999;
}
.overlay .popup {
                background: #fff;
                border-radius: 0px;
				box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
                width: 70%;
                position: absolute;
                top: 23%;
                left: 0;
                right: 0;
                float:none;
                padding: 40px 0;
                margin: 0 auto;
                text-align:left;
                z-index: 99999999;
                -webkit-transition: all 0.6s ease-in-out;
                -moz-transition: all 0.6s ease-in-out;
                transition: all 0.6s ease-in-out;
                color:#000;
                font-size: 16px;font-weight: 400;
}
.popup-width {width: 95%; margin: 0 auto;}
.popup-header {display: flex; justify-content: space-between; margin-bottom: 25px;}
.popup-header h3 {margin-top: 10px !important; line-height: 0px !important;}
.popup-table li {line-height: 25px; padding: 6px 0 3px 0; font-size: 14px;}
#close {font-size: 25px;}
.close {font-size: 25px;}
.quote-pop-flex {display: flex; justify-content: space-between; gap: 50px; margin-top: 25px;}
.quote-pop-flex label {font-weight: bold; font-size: 15px;}
.quote-pop-flex input {width: 100%; margin-top: 5px; height: 40px; font-family: 'inter', sans-serif; font-size: 14px; padding: 5px 0 5px 10px; line-height: 14px; border: 1px #bbb solid; border-radius: 3px;}
.quote-pop-flex .form-flex > div {margin-bottom: 15px;}
.quote-pop-flex > div {width: 50%;}
.quote-pop-flex textarea {width: 100%; margin-top: 5px; border: 1px #bbb solid; font-size: 14px; font-family: 'inter', sans-serif; padding: 5px 0 0 10px; height: 344px; border-radius: 3px;}
.quote-pop-flex .submitselect {background: #2A762B; color: #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 40px; width: 220px; padding: 16px 0 12px 0; font-family: 'inter-variable', sans-serif; font-weight: bold; font-size: 15px; display: flex; justify-content: center; margin-top: 15px;}
.quote-pop-flex .submitselect:hover {color: #fff; background: #194F1A; transition: .5s;}
.quote-pop-flex .submit {background: #2A762B; color: #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 40px; width: 220px; padding: 16px 0 27px 0; font-family: 'inter-variable', sans-serif; font-weight: bold; font-size: 15px; margin-top: -10px;}
.quote-pop-flex .submit:hover {color: #fff; background: #194F1A; transition: .5s; cursor: pointer !important;}
.quote-pop-flex img {width: auto !important;}
.quote-pop-disclaimer p {margin-top: 50px; font-size: 14px; color: #878787; line-height: 24px;}
.quote-pop-flex .CaptchaWhatsThisPanel a {color: #2A762B; border-bottom: 1px #2A762B solid;}

/*--------FORM STYLES--------------------*/
.consign-form {width: 65%; margin: 0 auto; margin-top: 50px; border-radius: 5px; position: relative; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.form-wrapper {padding: 45px;}
.consign-form p {color: #CCC; font-size: 15px; margin-bottom: 20px;}
.consign-form form input {background: #EFEFEF; border: none; width: 100%; padding: 13px 0 13px 17px; font-family: 'inter-variable', sans-serif; font-size: 14px;}
.consign-form td {width: 100%;}
.consign-form form {width: 99%;}
.consign-form form textarea {width: 100%; background: #E9E9E9; border: none; padding: 13px 0 13px 17px; font-family: 'inter-variable', sans-serif; font-size: 14px;}
.consign-form form select {width: 50%; background: #E9E9E9; border: none; padding: 13px 0 13px 17px; font-family: 'inter-variable', sans-serif; font-size: 14px;}
.consign-form form tr {display: flex; gap: 25px; margin-bottom: 12px;}
.consign-form form table {width: 100%;}
.consign-form form .submitselect {background: #2A762B; color: #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 40px; width: 220px; padding: 16px 0 12px 0; font-family: 'inter-variable', sans-serif; font-weight: bold; font-size: 15px; display: flex; justify-content: center;}
.consign-form form .submitselect:hover {color: #fff; background: #194F1A; transition: .5s;}
.consign-form form .CaptchaMessagePanel {color: #303030; font-weight: normal; font-size: 15px;}
.consign-form form .CaptchaWhatsThisPanel a {color: #303030; border-bottom: 1px transparent solid;}
.consign-form form .CaptchaWhatsThisPanel a:hover {border-bottom: 1px #303030 solid; transition: .5s;}
.consign-form form .submit {background: #2A762B; color: #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 40px; width: 220px; padding: 16px 0 12px 0; font-family: 'inter-variable', sans-serif; font-weight: bold; font-size: 15px;}
.consign-form form .submit:hover {color: #fff; background: #194F1A; transition: .5s; cursor: pointer !important;}
.form-wrapper h2 {color: #0F380F;  font-size: 30px; margin-bottom: 10px; line-height: 30px; font-weight: bold;}
.form-wrapper h3 {color: #0F380F; font-size: 20px; margin-top: 30px; line-height: 28px;}
.form-wrapper p {color: #303030; font-size: 16px; line-height: 24px;}
.consign-form #continue {display: flex; margin-top: 10px;}
.get-in-touch {margin-bottom: 60px;}
.anonymous input {width: 25px !important; margin: 0; margin-bottom: 10px;}
.pick-interest {margin-bottom: 6px !important;}

/*-------- FOOTER STYLES ----------------*/
.footer {background: #072207; border-top: 4px #FFE610 solid; margin-top: -55px; position: relative;}
.footer-wrapper {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; padding: 60px 0 75px 0;}
.footer-wrapper h5 {font-family: 'arial', sans-serif; color: #FFE610; font-weight: bold; font-size: 16px; margin-bottom: 5px;}
.footer-wrapper li {color: #fff; font-family: 'arial', sans-serif; font-size: 15px; line-height: 27px;}
.footer-wrapper a:hover li {color: #FFE610;}
.footer-locations ul {padding-left: 20px; margin-bottom: 25px;}
.footer-newsletter {border-bottom: 1px #A4A4A4 solid; margin-top: 50px;}
.footer-newsletter a {display: flex; width: 400px; justify-content: space-between; padding: 8px 8px;}
.footer-newsletter a p {font-size: 15px; color: #fff; font-family: 'arial', sans-serif;}
.footer-newsletter a i {color: #FFE610;}
.footer-newsletter:hover {background: #FFE610; transition: .5s; border-bottom: 1px #FFE610 solid;}
.footer-newsletter:hover i, .footer-newsletter:hover p {color: #072207;}
.quick-links-flex {display: flex; gap: 50px; margin-bottom: 25px;}
.social-links {display: flex; gap: 8px;}
.social-links i {color: #fff; font-size: 27px;}
.social-links a:hover i {color: #FFE610;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inv-header .header-contact a i {width: 46px !important; height: 46px; display: flex; justify-content: center; align-items: center;}
.list-content, .detail-wrapper {margin-top: 50px !important; margin-bottom: 100px !important;}
.list-top-section .list-title {padding-left: 0px !important;}
.list-top-section .list-listings-count, .list-content .price-container .price, .listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {color: #2A762B !important;}
.list-top-section .listing-option-bar-content .list-listings-count {display: contents !important;}
.faceted-search-content .selected-facets-container .selected-facet, .view-listing-details-link, .fresnoequipmentcomhdev-9yt8fn.MuiPaginationItem-previousNext, .fresnoequipmentcomhdev-88jlbf, .list-content .list-error-container .info button:not(.login-button) {background: #2A762B !important;}
.view-listing-details-link:hover {background: #194F1A !important;}
.faceted-search-content button.faceted-search:hover {background: #000 !important;}
.disclaimer span {font-family: 'inter-variable', sans-serif; font-size: 16px; line-height: 24px;}
.list-redesign .contact-container {display: none !important;}

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1450px) {
	.cat-content h4 {font-size: 24px;}
	.cat-content p {font-size: 15px;}
}
@media only screen and (max-width: 1400px) {
	.team-flex > div > div {height: 350px;}
}

@media only screen and (max-width: 1315px) {
	.showroom-wrapper a {width: 23%;}
}

@media only screen and (max-width: 1300px) {
	.team-flex > div > div {height: 325px;}
}

@media only screen and (max-width: 1250px) {
	.call-to {flex-wrap: wrap; justify-content: center;}
	.call-to > a {width: 32%;}
	.call-to > a:nth-child(4), .call-to > a:last-child {width: 48.2%;}
	.scrolling-brands h3 {text-align: center;}
}

@media only screen and (max-width: 1240px) {
	.hero-img {background-position: 0;}
	.call-to {gap: 6px;}
	.cat-content i {font-size: 20px; width: 45px; height: 45px;}
	.about-content {width: 65%;}
	.scrolling-brands h3 {font-size: 27px;}
	.showroom-header {width: 80% !important;}
	.consign-form {width: 75%;}
}

@media only screen and (max-width: 1200px) {
	.team-flex > div > div {height: 300px;}
}

@media only screen and (max-width: 1150px) {
	.header-contact {display: none;}
	header {justify-content: center;}
}

@media only screen and (max-width: 1100px) {
	.team-flex > div > div {height: 275px;}
	.showroom-wrapper {gap: 20px;}
	.cat-overlay {height: 280px;}
	.showroom-wrapper .cat-overlay {height: 140px;}
}

@media only screen and (max-width: 1050px) {
	#tractor-packages .packages-flex > a {width: 47%;}
	.overlay .popup {width: 90%;}
}

@media only screen and (max-width: 1000px) {
	.about-wrapper {flex-wrap: wrap; gap: 60px;}
	.about-content, .about-links {width: 100%;}
	.about-wrapper {padding: 80px 0 35px 0;}
	.showroom-wrapper a {width: 31%;}
	.sales-info, .form-hr, .consign-form, #tractor-packages {width: 95%;}
	.team-flex > div {width: 32%;}
	.team-flex > div > div {height: 350px;}
	.promo-section {width: 95%;}
	.promo-wrapper {padding: 30px 0; gap: 40px;}
	.our-staff {width: 100%;}
	.our-staff .team-bar {width: 100%;}
	.accordion {padding: 15px 20px;}
}

@media only screen and (max-width: 900px) {
	.team-flex > div > div {height: 325px;}
	.location-padding {flex-wrap: wrap; gap: 30px;}
	.location-wrap {width: 100%;}
	.credit-app .location-wrap:last-child {display: flex; justify-content: center;}
	.location-wrap img {width: 60%; float: none;}
	.credit-app .finance-wrap:last-child {display: block !important;}
	.image-wrap img {width: 40% !important;}
	.parts-wrap {display: flex; justify-content: center;}
}

@media only screen and (max-width: 850px) {
	.footer-wrapper {flex-wrap: wrap; gap: 50px;}
	.quick-links {width: 100%;}
	.consign-form form {width: 98%;}
	.team-flex > div > div {height: 300px;}
	.showroom-header {width: 100% !important;}
	.overlay .popup {width: 95%;}
	.quote-pop-flex {gap: 35px;}
}

@media only screen and (max-width: 800px) {
	.team-flex > div > div {height: 275px;}
	.promo-wrapper {flex-wrap: wrap;}
	.promo-wrapper div:first-child {width: 80%; margin: 0 auto;}
	.promo-wrapper hr {display: none;}
	.promo-wrapper div:last-child {width: 100%;}
	.promo-wrapper {padding: 20px 0 60px 0;}
	.location-wrap img {width: 70%;}
	.form-wrapper {padding: 30px;}
	.package-detail-flex {flex-wrap: wrap;}
	.package-detail-flex > div {width: 100%;}
	#features .panel-table div p {font-size: 15px;}
}

@media only screen and (max-width: 755px) {
	.hero-content {width: 100%;}
	.call-to > a {width: 49%;}
	.call-to > a:nth-child(4) {width: 49%;}
	.call-to > a:last-child {width: 99%;}
	.showroom-content {width: 100%;}
	.showroom-wrapper {gap: 15px;}
	.team-flex {justify-content: space-between;}
	.team-flex div {width: 49%;}
	.team-flex > div > div {height: 400px; width: 95%;}
	.cat-overlay {height: 260px;}
	.showroom-wrapper .cat-overlay {height: 120px;}
}

@media only screen and (max-width: 700px) {
	.team-flex > div > div {height: 375px;}
	.location-wrap img {width: 80%;}
	#features .panel-table div p {font-size: 14px;}
}

@media only screen and (max-width: 650px) {
	.team-flex > div > div {height: 350px;}
	.showroom-wrapper a {width: 48%;}
	.showroom-wrapper a img {width: 80%;}
	#tractor-packages .packages-flex > a {width: 100%;}
	#features .panel-table div p {font-size: 13px;}
}

@media only screen and (max-width: 600px) {
	.hero-buttons {flex-wrap: wrap; gap: 10px;}
	.hero-buttons a, .hero-buttons button, .about-content button, .about-content a, .showroom-hero-b a, .showroom-hero-b button, .info-buttons button, .info-buttons a, .history-button button, .history-button a, .promo-wrapper a, .promo-wrapper button, .location-map a, .location-map button {width: 100%;}
	.info-buttons button.mobile-only {display: initial;}
	.hero-buttons button, .showroom-hero-b button, .info-buttons button, .history-button button, .promo-wrapper button, .location-map button {padding: 15px 0 13px 0;}
	.about-content button {padding: 15px 0;}
	.hero-overlay {background: #072207; margin-top: -4px;}
	.hero-img {background: none;}
	.mobile-hero {display: contents;}
	.mobile-hero img {width: 100%;}
	.hero-wrapper {padding-top: 80px; padding-bottom: 75px;}
	.showroom-hero-b {flex-wrap: wrap;}
	.showroom-hero .hero-overlay, .sales-hero .hero-overlay, .precision-ag-hero .hero-overlay, .our-story-hero .hero-overlay {background: rgba(31, 31, 31, 0.8);}
	.info-buttons {flex-wrap: wrap;}
	.consign-form form tr {gap: 12px; flex-wrap: wrap;}
	.consign-form form input, .consign-form form textarea, .consign-form form select {padding: 16px 0 16px 17px;}
	.consign-form form input, .consign-form form textarea {width: 97%;}
	.consign-form form select {width: 100%;}
	.consign-form form {width: 100%;}
	.consign-form form .submitselect {width: 100%; padding: 18px 0 12px 0;}
	.team-flex > div > div {height: 325px;}
	.team-flex div {width: 48%;}
	.promo-wrapper div:first-child {width: 100%;}
	.location-wrap img {width: 100%;}
	.equipment-online button {width: 100% !important;}
	.form-wrapper {padding: 0px;}
	.consign-form {box-shadow: none;}
	.image-wrap img {width: 60% !important;}
	.quote-pop-flex {flex-wrap: wrap; gap: 5px;}
	.quote-pop-flex > div {width: 99%;}
	#features .panel-table div p {font-size: 12px;}
}

@media only screen and (max-width: 550px) {
	.team-flex > div > div {height: 300px;}
	.img-icon-p-flex p {flex-wrap: wrap;}
	#features .panel-table div p {font-size: 11px;}
}

@media only screen and (max-width: 500px) {
	.header-logos a, .header-logos img {width: 100%;}
	.header-logos {gap: 10%;}
	.call-to > a {width: 100%;}
	.call-to > a:nth-child(4), .call-to > a:last-child {width: 100%;}
	.cat-content {padding: 45px 0 50px 0; margin-top: 0px;}
	.footer-locations {width: 100%;}
	.footer-newsletter a {padding: 8px 0; width: 97%; margin: 0 auto;}
	.consign-form form input, .consign-form form textarea {width: 96%;}
	.team-flex > div > div {height: 550px; width: 98%;}
	.team-flex div {width: 100%;}
	.cat-overlay {height: auto;}
	.showroom-wrapper a img {width: 100%;}
	.finance-buttons {gap: 0px; flex-wrap: wrap;}
	#features .panel-table div p {font-size: 10px;}
}

@media only screen and (max-width: 450px) {
	.about-content h2 {font-size: 60px; line-height: 55px;}
	.team-flex > div > div {height: 500px; width: 97%;}
	.promo-wrapper {padding: 20px 0 40px 0;}
	#features .panel-table div p {font-size: 9px;}
}

@media only screen and (max-width: 400px) {
	.about-content h2 {font-size: 50px; line-height: 45px;}
	.scrolling-brands h3 {font-size: 25px; padding-bottom: 8px;}
	.showroom-wrapper a {width: 95%;}
	.consign-form form input, .consign-form form textarea {width: 95.5%;}
	.team-flex > div > div {height: 450px; width: 96%;}
	.promo-border-sub div, .location-padding {width: 93%;}
	.team-bar a h4 {font-size: 20px; margin-top: 3px; line-height: 25px;}
	.last-staff {margin-bottom: 100px !important;}
	.team-bar a {gap: 10px;}
	.accordion {font-size: 20px; padding: 15px 20px;}
	.accordion:after {font-size: 25px;}
	.showroom-wrapper a img {width: 70%;}
	#features img {width: 100%;}
	#features .features-icon img {width: auto !important;}
	#features .panel-table div p {font-size: 8px;}
}

@media only screen and (max-width: 350px) {
	.header-logos {gap: 8%;}
	.quick-links-flex {gap: 0px; justify-content: space-between;}
	.consign-form form input, .consign-form form textarea {width: 95%;}
	.team-flex > div > div {height: 400px; width: 95%;}
	.location-hours {justify-content: space-between; gap: 8px;}
	.showroom-wrapper a img {width: 80%;}
	#features .panel-table div p {font-size: 7px;}
}

@media only screen and (max-width: 325px) {
	.team-flex > div > div {height: 350px;}
}

@media only screen and (max-width: 300px) {
	.about-content h2 {font-size: 40px; line-height: 38px;}
	.consign-form form input, .consign-form form textarea {width: 94.5%;}
	.team-flex > div > div {height: 325px; width: 94%;}
	.details-buttons button, .details-buttons a {width: 100%;}
	#features .panel-table div p {font-size: 6px;}
}



