﻿/***** 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 {

}

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: 'open-sans', sans-serif;}

/*--- HEADER STYLES ---------------------*/
.header-top {background: #000;}
.header-top-wrap {width: 1150px; margin: 0 auto; padding: 5px 0; display: flex; justify-content: space-between; align-items: center;}
.header-top-left a{ display: flex; gap: 10px; align-items: center; font-family: 'open-sans', sans-serif; font-weight: 500; font-size: 16px; line-height: 26px; color: #fff; text-transform: uppercase;}
.header-top-left i {color: #C00000;}
.header-top-right button {background: #C00000; width: 160px; display: flex; justify-content: center; align-items: center; font-family: 'open-sans', sans-serif; font-size: 16px; line-height: 26px; color: #fff; border: none; padding: 4px 0;}
.header-top-right button:hover {background: #fff; color: #C00000; transition: .8s;}

.header-bottom {background: #C00000; display: flex; align-items: center;}
.header-bottom > div:last-child {width: 100%; clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%); background-color: #2b4d5e}
.header-bottom > div:first-child {width: 40%;}
.header-bottom > div:first-child a {display: flex; justify-content: center; align-items: center;}
.header-bottom > div:first-child img {width: 172px;}

.nav-flex-open {display: flex;}
.sub-nav-flex {width: 80%; margin: 0 auto; display: flex; justify-content: space-between; padding: 25px 0;}
.sub-nav-links {display: flex; justify-content: space-between; width: 950px; margin: 0 auto;}
.sub-nav-links > div {width: 100%;}
.sub-nav-links p a {font-family: 'oswald', sans-serif; font-weight: 500; font-size: 24px; line-height: 34px; color: #333; text-transform: uppercase;}
.sub-nav-links ul {margin-top: 15px;}
.sub-nav-links li {margin-bottom: 8px;}
.sub-nav-links li a {font-family: 'oswald', sans-serif; font-size: 16px; line-height: 26px; color: #888; font-weight: 500;}
.sub-nav-img {width: 400px;}
.sub-nav-img img {width: 100%;}
.main-nav-x a {background: #C00000; height: 35px; width: 35px; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 25px; line-height: 25px; top: 20px; right: 20px; position: relative;}
.ag-bkgrd {background: url("/siteart/agriculture.jpg") no-repeat; background-position: center; background-size: cover; width: 100%; height: 300px; display: flex; align-items: self-end;}
.construction-bkgrd {background: url("/siteart/construction.jpg") no-repeat; background-position: center; background-size: cover; width: 100%; height: 300px; display: flex; align-items: self-end;}
.gov-bkgrd {background: url("/siteart/government.jpg") no-repeat; background-position: center; background-size: cover; width: 100%; height: 300px; display: flex; align-items: self-end;}
.app-bkgrd {background: url("/siteart/application.jpg") no-repeat; background-position: center; background-size: cover; width: 100%; height: 300px; display: flex; align-items: self-end;}
.sub-img-flex {gap: 50px;}
.sub-img-flex > a {width: 100%;}
.sub-img-flex > a p {color: #fff; font-family: 'oswald', sans-serif; text-transform: uppercase; font-size: 20px; line-height: 30px; font-weight: bold;}
.sub-img-flex > a > div > div {clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%); background-color: #2b4d5e; padding: 20px 40px 20px 20px; width: 180px;}
.careers-bkgrd {background: url("/siteart/careers.jpg") no-repeat; background-position: center; background-size: cover; width: 100%; height: 300px; display: flex; align-items: self-end;}
.service-tech-bkgrd {background: url("/siteart/service-tech-careers.jpg") no-repeat; background-position: center; background-size: cover; width: 100%; height: 300px; display: flex; align-items: self-end;}
.business-ops-bkgrd {background: url("/siteart/business-ops-careers.jpg") no-repeat; background-position: center; background-size: cover; width: 100%; height: 300px; display: flex; align-items: self-end;}
.career-dev-bkgrd {background: url("/siteart/career-development-programs.jpg") no-repeat; background-position: center; background-size: cover; width: 100%; height: 300px; display: flex; align-items: self-end;}
.sub-categories {position: absolute; background: #fff; width: 100%;}
#OurCompany .sub-nav-links {width: auto; margin: 0px;}
#OurCompany .career-dev-bkgrd {width: 400px;}
#OurCompany .sub-nav-flex {justify-content: center; gap: 80px;}

/*---BODY--------------------------------*/
/*---DEFAULT---*/
.hero-bkgrd {background: url("/siteart/hero.jpg") no-repeat; background-position: center; background-size: cover;}
.hero-overlay {background: rgba(43,77,94,0.70);}
.hero-wrap {width: 90%; margin: 0 auto; padding: 125px 0 60px 0;}
.hero-content {width: 800px;}
.hero-content h1 {font-family: 'oswald', sans-serif; font-weight: bold; font-size: 40px; line-height: 50px; color: #fff; text-transform: uppercase;}
.hero-content p {font-family: 'open-sans', sans-serif; font-size: 16px; line-height: 28px; color: #fff; margin: 20px 0 30px 0}
.hero-content button {background: #C00000; border: none; width: 230px; padding: 10px 0 12px 0; font-family: 'oswald', sans-serif; font-weight: bold; font-size: 15px; line-height: 25px; color: #fff; text-transform: uppercase;}
.hero-content button:hover {background: #9D0000; transition: .8s;}

.cat-bkgrd {background: #F2F2F2;}
.cat-wrap {width: 90%; margin: 0 auto; padding: 80px 0; display: flex; gap: 10px;}
.cat-card {width: 100%; background: #fff; position: relative;}
.cat-card img {width: 100%;}
.cat-card-wrap {padding: 40px 20px;}
.cat-card-wrap h3 {font-family: 'oswald', sans-serif; font-weight: bold; font-size: 32px; line-height: 42px; text-transform: uppercase; margin-bottom: 15px;}
.cat-card-wrap p {font-family: 'open-sans', sans-serif; font-size: 16px; line-height: 26px; margin-bottom: 10px;}
.card-hide {max-height: 0; overflow: hidden; transition: max-height 0.8s ease;}
/* Reveal on hover */ 
.cat-card:hover .card-hide {max-height: 500px;}
.cat-card-wrap ul {padding-left: 20px;}
.cat-card-wrap li {font-family: 'open-sans', sans-serif; font-size: 16px; line-height: 26px; margin-bottom: 5px; list-style: disc;}
.cat-card-wrap button {background: #C00000; border: none; width: 230px; padding: 10px 0 12px 0; font-family: 'oswald', sans-serif; font-weight: bold; font-size: 15px; line-height: 25px; color: #fff; text-transform: uppercase; margin-top: 15px;}
.cat-card-wrap button:hover {background: #9D0000; transition: .8s;}

.links-wrap.auction-ban {width: 90%; margin: 0 auto; padding: 80px 0; display: flex; flex-wrap: wrap; justify-content: space-between;}
.links-wrap.auction-ban > a {width: 49%;}
.links-wrap.auction-ban .links-overlay {background: rgba(192,0,0,0.75); height: 100%; display: flex; align-items: flex-end;}
.links-wrap.auction-ban a:hover .links-overlay {background: rgba(192,0,0,0.60); transition: .8s;}
.links-wrap.auction-ban .links-card-wrap i {color: #fff; font-size: 20px; line-height: 26px; margin-bottom: 8px;}
.links-wrap {width: 90%; margin: 0 auto; padding: 80px 0; display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;}
.links-wrap > a {width: 32%;}
.baler-bkgrd {background: url("/siteart/baler-consignment.jpg") no-repeat; background-position: center; background-size: cover; height: 100%;}
.combine-bkgrd {background: url("/siteart/combine-consignment.jpg") no-repeat; background-position: center; background-size: cover; height: 100%;}
.general-bkgrd {background: url("/siteart/general-equipment.jpg") no-repeat; background-position: center; background-size: cover; height: 100%;}
.sprayer-bkgrd {background: url("/siteart/sprayer-consignment.jpg") no-repeat; background-position: center; background-size: cover; height: 100%;}
.tractor-bkgrd {background: url("/siteart/tractor-consignment.jpg") no-repeat; background-position: center; background-size: cover; height: 100%;}
.auction-bkgrd {background: url("/siteart/auction-services.jpg") no-repeat; background-position: center; background-size: cover; height: 100%;}
.register-bkgrd {background: url("/siteart/auction.jpeg") no-repeat; background-position: center; background-size: cover; height: 100%;}
.links-overlay {background: rgba(43,77,94,0.85); height: 100%; display: flex; align-items: flex-end;}
.links-wrap a:hover .links-overlay {background: rgba(43,77,94,0.70); transition: .8s;}
.links-card-wrap {padding: 125px 50px 40px 50px;}
.links-card-wrap h3 {font-family: 'oswald', sans-serif; font-weight: bold; font-size: 32px; line-height: 42px; color: #fff; text-transform: uppercase; margin-bottom: 15px;}
.links-card-wrap p {font-family: 'open-sans', sans-serif; font-size: 16px; line-height: 26px; color: #fff;}
.links-card-wrap > div {display: flex; align-items: center; gap: 20px; margin-top: 20px;}
.links-card-wrap > div p {font-weight: bold; margin-bottom: 0px;}
.links-card-wrap i {color: #fff; font-size: 16px; line-height: 26px;}
.links-wrap a:hover .links-card-wrap i {padding-left: 10px; transition: .8s;}

.faq-wrap {width: 90%; margin: 0 auto; padding: 0 0 80px 0;}
.faq-wrap h2 {font-family: 'oswald', sans-serif; font-weight: bold; font-size: 35px; line-height: 45px; text-transform: uppercase;}
.faq-flex {display: flex; gap: 10px; flex-wrap: wrap; margin: 25px 0;}
.faq-flex > section {width: 49%;}
/*Accordion*/
.flex-container.flex-services {
    justify-content: space-between;
    gap: 15px;
}

.flex-services .page-head {
    flex: 1;
}

.service-section {
    flex: 1;
}

.accordion {
	background: #f2f2f2 !important;
	border: none !important;
    color: #000 !important;
    cursor: pointer;
    font-size: 16px;
    width: 100% !important;
	margin: 0 auto;
    text-align: left;
    outline: none;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 25px 30px 25px 30px !important;
	font-family: 'open-sans', sans-serif;
	gap: 50px;
	line-height: 28px;
	height: 115px;
}

.accordion p {
	margin-bottom: 0px !important;
}

/* 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;
}

.panel p {
    padding: 0px 0;
}

.accordion:after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 25px;
    color: #000;
    float: right;
}

.active:after {
  content: "-";
	 font-size: 25px;
  color: #000;
  float: right;
  margin-left: 5px;/* Unicode character for "minus" sign (-) */
}
.panel p {font-size: 16px; line-height: 28px;}
.panel p a {color: #2b4d5e;}
.panel p a:hover {border-bottom: 1px #2b4d5e solid;}
.panel img {width: 100%;}
.view-more > button {width: 162px !important; margin: 0 auto !important; background: #C00000 !important; color: #fff !important; font-family: 'oswald', sans-serif !important; font-weight: bold !important; font-size: 15px !important; line-height: 25px !important; padding: 10px 0 12px 0 !important; text-transform: uppercase !important; display: flex !important; justify-content: center !important; align-items: center !important; height: auto !important;}
.view-more > .accordion:after {content: none !important;}
.panel ul {padding-left: 20px;}
.panel li {list-style: disc; margin-bottom: 5px; line-height: 28px;}
.faq-flex > div {width: 49%;}
.faq-flex section {margin-bottom: 10px;}

.faq-flex p {margin-bottom: 10px;}


.about-bkgrd {background: url("/siteart/about-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.about-overlay {background: #2B4D5E; background: linear-gradient(130deg, rgba(43, 77, 94, 0.9) 0%, rgba(43, 77, 94, 0.98) 100%);}
.about-wrap {width: 90%; margin: 0 auto; padding: 100px 0; text-align: center;}
.about-wrap h3 {font-family: 'oswald', sans-serif; font-weight: bold; font-size: 32px; line-height: 42px; text-transform: uppercase; margin-bottom: 15px; color: #fff;}
.about-wrap p {font-family: 'open-sans', sans-serif; font-size: 16px; line-height: 26px; color: #fff;}
.about-wrap div {display: flex; gap: 10px; justify-content: center; margin-top: 25px; flex-wrap: wrap;}
.about-wrap button {width: 190px; display: flex; justify-content: center; align-items: center; border: 1px #fff solid; padding: 10px 0 12px 0; font-family: 'oswald', sans-serif; font-weight: bold; font-size: 15px; line-height: 25px; color: #fff; text-transform: uppercase; background: none;}
.about-wrap button:hover {background: #C00000; border: 1px #C00000 solid; transition: .8s;}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer {background: #F2F2F2;}
.footer-wrap {width: 1250px; margin: 0 auto; padding: 100px 0;}
.footer-top {display: flex; justify-content: center; gap: 50px; align-items: center; flex-wrap: wrap;}
.footer-top p {font-family: 'oswald', sans-serif; font-weight: bold; font-size: 24px; line-height: 34px; color: #333;}
.footer-top a {font-family: 'open-sans', sans-serif; font-size: 18px; line-height: 28px; color: #888;}
.footer-top a:hover {color: #C00000; transition: .8s;}
.footer-bottom {display: flex; justify-content: space-between; margin-top: 50px;}
.footer-bottom p {font-family: 'oswald', sans-serif; font-weight: bold; font-size: 24px; line-height: 34px; color: #333; text-transform: uppercase;}
.footer-bottom ul {margin-top: 20px;}
.footer-bottom ul li {margin-bottom: 8px;}
.footer-bottom li a {font-family: 'open-sans', sans-serif; font-size: 18px; line-height: 28px; color: #888;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1800px) {
	.links-card-wrap {padding: 125px 45px 40px 45px;}
}

@media only screen and (max-width: 1650px) {
	.links-card-wrap {padding: 125px 40px 40px 40px;}
}

@media only screen and (max-width: 1450px) {
	.links-card-wrap {padding: 125px 35px 40px 35px;}
	.sub-img-flex {gap: 25px;}
	.accordion {height: 140px;}
}

@media only screen and (max-width: 1375px) {
	.footer-wrap {width: 90%;}
	.header-top-wrap {width: 90%;}
	.header-bottom > div:first-child {width: 29%;}
}

@media only screen and (max-width: 1300px) {
	.sub-img-flex > a > div > div {width: 100%;}
}

@media only screen and (max-width: 1250px) {
	.links-card-wrap {padding: 125px 30px 40px 30px;}
	.faq-flex {gap: 0px;}
	.faq-flex > section, .faq-flex > div {width: 100%;} 
	.accordion {padding: 25px 25px 25px 25px !important;}
	.accordion {height: auto;}
}

@media only screen and (max-width: 1050px) {
	.cat-wrap {flex-wrap: wrap;}
	.cat-card, .links-wrap > a {width: 49%;}
	.links-card-wrap {padding: 125px 25px 40px 25px;}
	.footer-top {gap: 35px;}
}
	
@media only screen and (max-width: 1023px) {
	header {background: #C00000;}
	.header-bottom {width: 90%; margin: 0 auto; padding: 15px 0;}
	.header-bottom > div:last-child {background: none; clip-path: none; display: flex; justify-content: flex-end;}
	.header-top-left {display: none;}
	.header-top-wrap {justify-content: flex-end;}
	.header-bottom > div:first-child {width: auto;}
}

@media only screen and (max-width: 900px) {
	.hero-content {width: 100%;}
}

@media only screen and (max-width: 850px) {
	.footer-bottom {flex-wrap: wrap; gap: 50px;}
	.footer-bottom > div {width: 46%;}
}

@media only screen and (max-width: 800px) {
	.card-hide {max-height: none; opacity: 1;}
	.auction-btn button {width: 45%;}
}

@media only screen and (max-width: 700px) {
	.footer-bottom > div {width: 45%;}
}

@media only screen and (max-width: 650px) {
	.hero-content h1 {font-size: 35px; line-height: 45px;}
	.hero-content p, .cat-card-wrap p, .links-card-wrap p, .accordion, .about-wrap p {font-size: 15px; line-height: 26px;}
	.cat-card, .links-wrap > a {width: 100%;} 
	.cat-card-wrap h3, .links-card-wrap h3, .about-wrap h3 {font-size: 30px; line-height: 40px;}
	.links-card-wrap {padding: 125px 20px 40px 20px;}
	.faq-wrap h2 {font-size: 32px; line-height: 42px;}
	.accordion {padding: 25px 20px 25px 20px !important;}
}

@media only screen and (max-width: 600px) {
	.footer-bottom > div {width: 100%;}
	.links-wrap.auction-ban > a {width: 100%;}
}

@media only screen and (max-width: 450px) {
	.hero-content h1 {font-size: 32px; line-height: 42px;}
	.cat-card-wrap h3, .links-card-wrap h3, .about-wrap h3 {font-size: 28px; line-height: 38px;}
	.faq-wrap h2 {font-size: 30px; line-height: 40px;}
}

@media only screen and (max-width: 350px) {
	.auction-btn > a:first-child button {margin-bottom: 10px;}
	.auction-btn button {width: 95%;}
}

@media only screen and (max-width: 300px) {
	.hero-content button, .cat-card-wrap button, .about-wrap button, .about-wrap a {width: 100%;}
}




