﻿/*=====================
	CSS reset/normalize
=======================*/
/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
pre {
  white-space: pre-wrap;
}
small {
  font-size: 80%;
}

/*=====================
	base styles
=======================*/
html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
	font-family: "Fira Sans Condensed", sans-serif !important;
}

svg:not(:root) {
  overflow: hidden; /*reset*/
}

/* clear floats */
.group:before,
.group:after {
  content: "";
  display: table;
}
.register-box {
	position: fixed!important;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
}
.clear {
  clear: both;
}

/*image replacement*/
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-style: solid;
  height: 0;
  background-color: #e1e1e1;
}

img {
  border: 0;
}

/*=====================
	typography
=======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 35px;
  font-weight: 400;
  color: #fe0000;
}

p {
  margin: 0;
}

b,
strong {
  font-weight: bold;
}

/*=====================
	link styles
=======================*/
a:focus {
  outline: thin dotted; /*reset*/
}

a,
a:link,
a:visited,
a:active {
  outline: 0; /*reset*/
  color: inherit;
  text-decoration: none;
}
a:hover {
  outline: 0; /*reset*/
  text-decoration: none;
  color: #ccc;
}

/*=====================
	header styles
=======================*/
.header-wrap {
  width: 100%;
  margin: 0;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffffff 1%,
    #cecece 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffffff 1%,
    #cecece 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffffff 1%,
    #cecece 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
}
header {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.logo {
  width: 10%;
  display: inline-block;
}
.logo img {
  display: inline-block;
  width: 60%;
  padding-top: 20px;
}

/*=====================
	nav styles
=======================*/
nav.mobile {
  display: none;
}
#menu-button {
  display: none;
}
/* ----- */

nav.primary {
  width: 83%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  z-index: 900;
}
nav.primary ul {
  margin: 0;
  padding: 0;
  z-index: 900;
}
nav.primary ul li {
  display: inline-block;
  width: 119px;
  z-index: 900;
}
nav.primary ul li a {
  color: #000;
  display: block;
  padding: 75px 25px 35px 25px;
  font-weight: bold;
  font-size: 13px;
  border-left: 2px #bcbcbc solid;
  z-index: 900;
  text-align: center;
}
nav.primary ul li a:hover {
  color: #fe0000;
}

/***** SIDE TABS *****/

.side {
  background: #fff;
  width: 300px;
  height: 300px;
  position: fixed;
  z-index: 100;
}




#phone {
  top: 170px;
  right: -300px;
  height: 159px;
  z-index: 999999;
}

#phoneTab {
  display: block;
  height: 45px;
  width: 45px;
  background: url(/siteart/phonebutton_small.png);
  background-color: #fe0000;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -45px;
  top: 0px;
}


#map {
  top: 250px;
  right: -300px;
  height: 159px;
  z-index: 999999;
}

#mapTab {
  display: block;
  height: 45px;
  width: 45px;
  background: url(/siteart/mapbutton_small.png);
  background-color: #fe0000;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -45px;
  top: 0px;
}


#markets {
  width: 300px;
  height: 350px;
  top: 320px;
  right: -300px;
  z-index: 9999999;
}

#marketTab {
  display: block;
  height: 45px;
  width: 45px;
  background: url(/siteart/marketbutton_small.png);
  background-color: #fe0000;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -45px;
  top: 0px;
  overflow: visible !important;
}

/*.widgetcontainer {
	height: 250px;
	overflow:hidden;
	width: 250px;
}*/

#weather {
  top: 390px;
  right: -300px;
  height: 159px;
  z-index: 999999;
}

#weatherTab {
  display: block;
  height: 45px;
  width: 45px;
  background: url(/siteart/weatherbutton_small.png);
  background-color: #fe0000;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -45px;
  top: 0px;
}

/* ICONS */
nav.primary ul li a#home {
  background: url(../siteart/icons/home-icon.png) no-repeat;
  background-position: 35px 25px;
  background-size: 45%;
}
nav.primary ul li a#equipment {
  background: url(../siteart/icons/tractor-icon.png) no-repeat;
  background-position: 36px 29px;
  background-size: 40%;
}
nav.primary ul li a#auction {
  background: url(../siteart/icons/auction-time-icon.png) no-repeat;
  background-position: 36px 30px;
  background-size: 45%;
}
nav.primary ul li a#feed-sales {
  background: url(../siteart/icons/feed-sales-icons.png) no-repeat;
  background-position: 38px 30px;
  background-size: 40%;
}
nav.primary ul li a#produce {
  background: url(../siteart/icons/corn-icon.png) no-repeat;
  background-position: 37px 33px;
  background-size: 40%;
}
nav.primary ul li a#livestock {
  background: url(../siteart/icons/cow-icon.png) no-repeat;
  background-position: 41px 33px;
  background-size: 40%;
}
nav.primary ul li a#hogs {
  background: url(../siteart/icons/pig-icon.png) no-repeat;
  background-position: 44px 35px;
  background-size: 40%;
}
nav.primary ul li a#construction {
  background: url(../siteart/icons/construction-icon.png) no-repeat;
  background-position: 42px 29px;
  background-size: 50%;
}
nav.primary ul li a#aboutus {
  background: url(../siteart/icons/info-icon.png) no-repeat;
  background-position: 35px 30px;
  background-size: 45%;
  z-index: 900;
}
nav.primary ul li a#employment {
  background: url(../siteart/icons/career-icon.png) no-repeat;
  background-position: 41px 38px;
  background-size: 35%;
  z-index: 900;
}
nav.primary ul li a#financing {
  background: url("../siteart/icons/financing-icons.png") no-repeat;
  background-position: 38px 35px;
  background-size: 40%;
}
nav.primary ul li a#contact {
  background: url(../siteart/icons/contact-icon.png) no-repeat;
  background-position: 38px 35px;
  background-size: 40%;
}

/*=====================
	banner styles
=======================*/
.banner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.scrolling {
  width: 100%;
  height: 92px;
}

/*=====================
	layout styles
=======================*/


.flex-container {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
}

.flex-logos {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 20px;
}

.flex-logos img {
	display: block;
	max-width: 100%;
}

.wrap {
  max-width: 60%;
  margin: 0 auto;
}

.col-1-6 {
  width: 16%;
}
.col-1-5 {
  width: 20%;
}
.col-1-4 {
  width: 24%;
}
.col-1-3 {
  width: 33%;
}
.col-1-2 {
  width: 49%;
}
.col-2-3 {
  width: 65%;
}
.col-3-4 {
  width: 75%;
}

.cta-flex {
	display: flex;
	gap: 10px;
}

.cta {
	flex: 1;
	height: 200px;
	display: flex;
	justify-content: center;
	align-content: center;
}

.ag {
	background:#000 url("/siteart/tractor-ag-equipment.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.construction {
	background:#000 url("/siteart/Construction.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.truck {
	background:#000 url("/siteart/Trailer.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.livestock {
	background:#000 url("/siteart/categories/livestock-cta.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.attachs {
	background:#000 url("/siteart/categories/tires-cta.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.produce {
	background:#000 url("/siteart/categories/new-produce-callout.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.livestock {
	background:#000 url("/siteart/categories/new-livestock-callout.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.cta-title {
	align-self: center;
}
/*=====================
	footer styles
=======================*/

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}

.scrolling {
  width: 100%;
  height: 92px;
}

footer {
  margin: 0;
  padding: 2% 0;
  width: 100%;
  background: #1a1a1a;
}
.copyright {
  display: inline-block;
  vertical-align: middle;
  width: 32%;
  margin: 0 1%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
  text-decoration: none;
  font-size: 11px;
  color: #fff;
}
a.footerlink:hover {
  text-decoration: none;
  font-size: 11px;
  color: #fe0000;
}

.footertext {
  font-size: 11px;
  color: #fff;
}

.smallfootertext {
  font-size: 10px;
  color: #fff;
}

.divfooter {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  color: #fff;
}

/*=====================
	Home Page
=======================*/
/* POP UP */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box {
  width: 75%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.popup .close {
  position: absolute;
  top: 0px;
  right: 15px;
  transition: all 0.2s;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #222;
}
.popup .close:hover {
  color: #ff4620;
}
.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.6);
  position: fixed;
  z-index: 9;
}
.overlay .popup {
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: fixed;
  top: 0;
  left: 27%;
  padding: 25px;
  margin: 15% auto 0 auto;
  z-index: 6666;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.overlay:target .popup {
  top: -100%;
  left: -100%;
}

.hero_video {
  width: 100%;
  height: 600px;
}
.hero-mobile {display:none; }

.hero-img {
  background: url(/siteart/hero-img.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
  position: relative;
}
.hero-img p {
  font-size: 35px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-align: center;
  transform: rotate(-15deg);
  z-index: 300;
  position: absolute;
  left: 42%;
  top: 34%;
}
.red-banner {
  background-color: #ED0000;
  width: 45%;
  padding: 0.5% 0;
  z-index: 400;
  position: absolute;
  margin-bottom: -20px;
  margin-top: -23px;
}
.red-banner p {
  padding-left: 45%;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.social-banner {
  background: url(../siteart/rock-texture.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.social-icons {
  display: inline-block;
  float: right;
  padding: 1% 0;
  width: 30%;
}
.facebook,
.instagram,
.tiktok,
.linkedin,
.youtube {
  display: inline-block;
  margin: 0 1%;
}
.facebook img:hover,
.instagram img:hover,
.tiktok img:hover,
.linkedin img:hover,
.youtube img:hover {
  box-shadow: 0 0 10px 0 #fff;
  border-radius: 100px;
}
.intro {
  background: url(../siteart/intro-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2% 0;
}
.intro a,
.directions {
  color: #ED0000;
}
.intro a:hover,
.directions:hover {
  text-decoration: none;
  cursor: pointer;
}
.directions img {
  width: 10%;
  display: inline-flex;
  vertical-align: middle;
}
.col-1-4,
.col-3-4 {
  display: inline-block;
  vertical-align: top;
}
.intro .col-3-4 {
  width: 73%;
  padding-right: 2%;
}
.call-out-span {
  margin: 3% 0;
}
.call-out-span .col-1-2 {
  display: inline-block;
  width: 49.5%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
figure {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
figure img {
  position: relative;
}
figcaption {
  text-align: center;
  padding: 5% 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 25px;
  text-shadow: 5px 5px 5px #333;
}
.cta:hover figcaption {
  text-decoration: underline;
}
.ag-callout {
  top: 37%;
  left: 35%;
}
.small-callout {
  top: 30%;
  left: 15%;
}
.live-callout {
  top: 30%;
  left: 40%;
}
.produce-callout {
  top: 20%;
  left: 40%;
}

/*=====================
	Auctions Page
=======================*/
.auctions-pg {
  padding: 2% 0;
}

/*=====================
	Feed Sales Page
=======================*/
.feed-sales-col h2 {
  padding-bottom: 2%;
}
.feed-sales-col .col-1-2 {
  display: inline-block;
  vertical-align: top;
}
.feed-sales-col ul {
  margin: 0;
  padding-bottom: 2%;
  line-height: 25px;
}

/*=====================
	Produce Page
=======================*/
.produce-btn {
  background: rgba(254, 0, 0, 1);
  border: #fe0000 2px solid;
  width: 30%;
  text-align: center;
  text-decoration: none;
  padding: 1% 0;
  color: #fff;
  margin: 3% 0;
  text-transform: uppercase;
  font-weight: 800;
}
.produce-btn:hover {
  background-color: transparent;
  border: #fe0000 2px solid;
  color: #fe0000;
  text-decoration: none;
}

/*=====================
	Livestock Page
=======================*/
.livestock-pg ul {
  display: inline;
  text-decoration: none;
  list-style-type: none;
  line-height: 25px;
}

/*=====================
	Construciton Page
=======================*/
.construction-span {
  padding: 2% 0;
}
.construction-pic-div {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
}
.construction-pic-div h4 {
  background: #efefef;
  padding: 1%;
}

/*=====================
	Career Page
=======================*/
.career-pg ul {
  display: inline;
  text-decoration: none;
  list-style-type: none;
  line-height: 25px;
}
.career-pg-bottom {
  margin: 2% 0;
}
.career-btn p {
  background: rgba(254, 0, 0, 1);
  border: #fe0000 2px solid;
  width: 30%;
  text-align: center;
  padding: 1% 0;
  color: #fff;
  margin: 3% 0;
  text-transform: uppercase;
  font-weight: 800;
}
.career-btn p:hover {
  background-color: transparent;
  border: #fe0000 2px solid;
  color: #fe0000;
}

.quarter {
  float: left;
  width: 23%;
  margin: 1%;
}
.quarter input {
  width: 100%;
}
.sendbutton {
  background: #ED0000;
  padding: 6px 0;
  width: 200px;
  color: #fff;
  font-weight: bold;
}
.sendbutton:hover {
  cursor: pointer;
  background: #000;
}

/* Inventory page search */

.show-mobile {
  display: none;
}

.header-search-slide {
  background: #f4f4f4;
  padding: 30px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box !important;
}

.search-outer-container {
  width: 100%;
  max-height: 100%;
  height: 50px;
}

.header-search {
  display: flex;
  height: 100%;
}

.header-search input[type="text"] {
  font-weight: 400;
  font-style: normal;
  font-size: 14px !important;
  color: #808080 !important;
  text-transform: uppercase;
  background: #d3d3d3;
  border: none;
}

.m-md {
  margin: 50px 0;
}

.header-search ::placeholder {
  font-weight: 400;
  font-style: normal;
  font-size: 14px !important;
  color: #808080 !important;
  text-transform: uppercase;
}

.header-search i {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#mobile-form-submit {
  max-height: 80px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#mobile-form-submit:hover {
  background: #ce0303 !important;
  cursor: pointer;
}

.header-search input:focus {
  outline: none !important;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}

/*=====================
	Inventory Page
=======================*/

nav.primary {
  font-family: "Fira Sans Condensed", sans-serif !important;
}

.inven-span {
  margin: 4% 0;
}
.hover-inven {
  background-color: #fe0000;
  display: inline-block;
  vertical-align: top;
  width: 32%;
}
.left-col-mg {
  margin-right: 1%;
}
.bottom-col-mg{
	margin-right: 1%;
	margin-top:1%;
}
.hover-inven img:hover {
  opacity: 0.4;
}
.hover-inven-trk {
  background-color: #fe0000;
  display: inline-block;
}
.hover-inven-trk img:hover {
  opacity: 0.4;
}
.inven-span .hover-inven figcaption {
  position: absolute;
  top: 30%;
  left: 18%;
  font-size: 20px;
  text-shadow: 1px 1px 3px #000;
}
.inven-span .hover-inven-trk figcaption {
  position: absolute;
  top: 30%;
  left: 40%;
  text-shadow: 2px 2px 4px #000;
}

#btnSearch:hover {
  background: #fe0000;
}
.hosted-content .p-tb-10 {
  padding: 3% 0 !important;
}
.hosted-content #listings-title {
  color: #fe0000;
  font-size: 25px;
}
.btn:hover,
.btn-on-auction:hover {
  background: #fe0000 !important;
}
.list-content {
  max-width: 1500px !important;
}
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .view-listing-details-link,
.faceted-search-content .selected-facets-container .selected-facet,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .dealer-phone-mobile-container
  .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .send-email-btn-mobile,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .send-wholesale-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.list-container-flexrow .view-listing-details-link,
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder button,
.contact-options a,
.fin-calc-mobile > a {
  background: #fe0000 !important;
}

.list-top-section .list-listings-count,
.listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {color:#111 !important;}

.modal-content .modal-top .modal-title,
.listing-description,
.list-content .listing-portion-title,
.list-content .list-title .list-title-text,
.dealer-info,
.fin-calc p,
.detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {
  color: #000 !important;
}
.view-listing-details-link,
.buy-now-link {
  color: #fff !important;
}
/* ====================
	MOBILE SCREENS
=================================== */

@media screen and (max-width: 1675px) {
  .wrap {
    max-width: 80%;
  }
  nav.primary {
    display: block;
    width: 100%;
    border-top: 2px solid #bcbcbc;
  }
  .no-border {
    border: none;
  }
}

@media screen and (max-width: 1575px) {
  .small-callout {
    top: 27%;
    left: 7%;
  }
}

@media screen and (max-width: 1475px) {
  nav.primary {
    display: block;
    width: 100%;
    border-top: 2px solid #bcbcbc;
  }
  nav.primary ul li {
    width: 120px;
  }
  nav.primary ul li a {
    padding: 75px 5px 35px 5px;
  }

  .logo {
    width: 20%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .hero-img p {
    position: absolute;
    top: 32%;
  }

  .left-col-mg, .bottom-col-mg{
    margin-left: 0.5%;
  }
  .inven-span .hover-inven figcaption {
    left: 12%;
  }
}

@media screen and (max-width: 1390px) {
  .red-banner {
    background-color: #fe0000;
    width: 45%;
    padding: 1% 0;
  }
  .red-banner p {
    padding-left: 40%;
  }
  .wrap {
    max-width: 77%;
    margin: 0 auto;
  }
  .hero-img {
    height: 500px;
    top: 29%;
  }
	.hero_video {
	  width: 100%;
	  height: 500px;
	}
  .call-out-span .col-1-2 {
    display: inline-block;
    width: 49%;
  }

  nav.primary ul li {
    width: 110px;
  }

  /* ICONS */
  nav.primary ul li a#home {
    background: url(../siteart/icons/home-icon.png) no-repeat;
    background-position: 25px 18px;
    background-size: 55%;
  }
  nav.primary ul li a#equipment {
    background: url(../siteart/icons/tractor-icon.png) no-repeat;
    background-position: 28px 23px;
    background-size: 45%;
  }
  nav.primary ul li a#produce {
    background: url(../siteart/icons/corn-icon.png) no-repeat;
    background-position: 32px 28px;
    background-size: 42%;
  }
  nav.primary ul li a#livestock {
    background: url(../siteart/icons/cow-icon.png) no-repeat;
    background-position: 36px 30px;
    background-size: 42%;
  }
  nav.primary ul li a#trucking {
    background: url(../siteart/icons/trucking-icons.png) no-repeat;
    background-position: 28px 30px;
    background-size: 50%;
  }
  nav.primary ul li a#feed-sales {
    background: url(../siteart/icons/feed-sales-icons.png) no-repeat;
    background-position: 30px 30px;
    background-size: 46%;
  }
  nav.primary ul li a#aboutus {
    background: url(../siteart/icons/info-icon.png) no-repeat;
    background-position: 28px 27px;
    background-size: 52%;
    z-index: 900;
  }
  nav.primary ul li a#employment {
    background: url(../siteart/icons/career-icon.png) no-repeat;
    background-position: 33px 32px;
    background-size: 44%;
    z-index: 900;
  }
  nav.primary ul li a#financing {
    background: url(../siteart/icons/financing-icons.png) no-repeat;
    background-position: 26px 30px;
    background-size: 53%;
  }
  nav.primary ul li a#contact {
	  background-position: 26px 30px;
    background-size: 53%; 
	border-right: 2px #bcbcbc solid; 
  }
}

@media screen and (max-width: 1275px) {
  .hero-img p {
    font-size: 32px;
    text-align: center;
    transform: rotate(-15deg);
    position: absolute;
    left: 40%;
    top: 30%;
  }
  figcaption {
    text-align: center;
    padding: 5% 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
  }
  .ag-callout {
    top: 23%;
    left: 32%;
  }
  .small-callout {
    top: 27%;
    left: 8%;
  }
  .produce-callout {
    top: 14%;
    left: 38%;
  }
  .live-callout {
    top: 28%;
    left: 37%;
  }
}
@media screen and (max-width: 1200px) {
	.cta-flex {
		flex-wrap: wrap;
	}
	
	.cta {
		flex-basis: 49%;
		height: 300px;
	}
}
@media screen and (max-width: 1150px) {
	/*==============================
		Mobile Nav Styles
	================================*/
	  nav.primary {
		display: none;
	  }
	  #menu-button {
		/* initially will need to be hidden */
		display: block;
		font-size: 25px;
		max-width: 100%;
		position: relative;
		z-index: 900; /* needs to be lower than nav.mobile, adjust as needed */
		padding: 1% 0 1% 3%;
		background-color: #fe0000;
	  }
	  #menu-button a {
		color: #fff;
		text-decoration: none;
		display: block;
	  }
	  nav.mobile {
		display: block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
		overflow: auto;
	  }
	  nav.mobile h3 {
		/* Menu header styles */
		position: relative;
		padding: 12px 10px;
		color: #fff;
		font-size: 20px;
		font-weight: 400;
		border-bottom: 4px solid #222;
	  }
	  nav.mobile .menu-toggle {
		/* Menu close button */
		position: absolute;
		top: 12px;
		right: 10px;
		display: inline-block;
		padding: 6px 9px 5px;
		font-family: Arial, sans-serif;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		vertical-align: top;
	  }
	  nav.mobile .menu-toggle:hover {
		/* Menu close button on hoveer */
		color: #fff;
	  }
	  nav.mobile ul {
		list-style: none;
		font-weight: 300;
		border-top: 1px solid #151515;
		border-bottom: 1px solid #454545;
		margin: 0;
		padding: 0;
	  }
	  nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
	  }
	  nav.mobile ul li a {
		position: relative;
		display: block;
		padding: 10px;
		color: #999;
		text-decoration: none;
	  }
	  nav.mobile ul li a:hover {
		background: #000;
		color: #fff;
	  }
	  nav.mobile ul li li a {
		/* appearance of the sub-level links */
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		color: #ccc;
		text-decoration: none;
	  }
	  nav.mobile ul li li li a {
		/* appearance of third level sub-level links if needed */
		background: #666;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #fff;
		text-decoration: none;
	  }
	  nav.mobile ul li span.click {
		/* dropdown menu idicator arrow be sure to include this image with your image files */
		background: url(../siteart/arrow.png) 10px 12px no-repeat;
		background-size: 45%;
		position: relative;
		display: block;
		float: right;
		margin: -44px 10px 0 0;
		cursor: pointer;
		z-index: 12399994;
		width: 40px;
		height: 40px;
		-webkit-transition: background-size 0.3s ease-in-out;
		-moz-transition: background-size 0.3s ease-in-out;
		transition: background-size 0.3s ease-in-out;
	  }
	  nav.mobile ul li span.click:hover {
		background-size: 60%;
	  }
}



@media screen and (max-width: 1050px) {
  .logo img {
    display: inline-block;
    width: 100%;
  }
  .logo {
    width: 12%;
    margin: 0 auto;
  }
	
	
  .hero-img {
    height: 400px;
  }
	.hero_video {
  width: 100%;
  height: 400px;
}

  .hero-img p {
    font-size: 30px;
    transform: rotate(-15deg);
    position: absolute;
    left: 39%;
    top: 30%;
  }
	
	
  figcaption {
    text-align: center;
    padding: 5% 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
  }
  .ag-callout {
    top: 23%;
    left: 32%;
  }
  .small-callout {
    top: 27%;
    left: 8%;
  }
  .produce-callout {
    top: 14%;
    left: 38%;
  }
  .live-callout {
    top: 28%;
    left: 37%;
  }
  .produce-btn,
  .career-btn p {
    width: 50%;
  }

  
}

@media screen and (max-width: 970px) {
  .left-col-mg {
    margin-right: 1% !important;
  }
  .hover-inven {
    background-color: #fe0000;
    display: inline-block;
    width: 30%;
  }
  .col-1-2 {
    width: 47%;
  }
  .inven-span .hover-inven-trk figcaption {
    position: absolute;
    top: 30%;
    left: 7%;
    font-size: 20px;
  }
  .produce-imgs img {
    display: block;
    width: 75%;
    margin: 2% auto;
  }
}

@media screen and (max-width: 950px) {
  .wrap {
    max-width: 85%;
    margin: 0 auto;
  }
  .hero-img {
    height: 400px;
  }
  .hero-img p {
    font-size: 27px;
    position: absolute;
    left: 38%;
    top: 32%;
  }
	.hero_video {
  width: 100%;
  height: 400px;
}

  .red-banner {
    width: 60%;
    padding: 1.5% 0;
  }
  .red-banner p {
    padding-left: 13%;
    font-size: 22px;
  }
  .intro {
    padding: 5% 0;
  }
  .intro .col-3-4 {
    width: 65%;
    padding-right: 6%;
  }
  figcaption {
    text-align: center;
    padding: 5% 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
  }
  .ag-callout {
    top: 23%;
    left: 32%;
  }
  .small-callout {
    top: 27%;
    left: 8%;
  }
  .produce-callout {
    top: 14%;
    left: 38%;
  }
  .produce-btn,
  .career-btn p {
    width: 60%;
  }
  .live-callout {
    top: 28%;
    left: 37%;
  }
  .banner {
    display: none;
  }
  .copyright {
    display: block;
    width: 100%;
  }

  .inven-span .col-1-2 {
    width: 100%;
    margin: 1% 0;
    display: block;
  }
  .inven-span .hover-inven-trk figcaption {
    position: absolute;
    top: 30%;
    left: 8%;
    font-size: 20px;
  }

  /*==============================
	Mobile Nav Styles
================================*/
  nav.primary {
    display: none;
  }
  #menu-button {
    /* initially will need to be hidden */
    display: block;
    font-size: 25px;
    max-width: 100%;
    position: relative;
    z-index: 900; /* needs to be lower than nav.mobile, adjust as needed */
    padding: 1% 0 1% 3%;
    background-color: #fe0000;
  }
  #menu-button a {
    color: #fff;
    text-decoration: none;
    display: block;
  }
  nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #333;
    z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
    overflow: auto;
  }
  nav.mobile h3 {
    /* Menu header styles */
    position: relative;
    padding: 12px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 4px solid #222;
  }
  nav.mobile .menu-toggle {
    /* Menu close button */
    position: absolute;
    top: 12px;
    right: 10px;
    display: inline-block;
    padding: 6px 9px 5px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    background: #222;
    color: #999;
    text-decoration: none;
    vertical-align: top;
  }
  nav.mobile .menu-toggle:hover {
    /* Menu close button on hoveer */
    color: #fff;
  }
  nav.mobile ul {
    list-style: none;
    font-weight: 300;
    border-top: 1px solid #151515;
    border-bottom: 1px solid #454545;
    margin: 0;
    padding: 0;
  }
  nav.mobile ul li {
    border-top: 1px solid #454545;
    border-bottom: 1px solid #151515;
  }
  nav.mobile ul li a {
    position: relative;
    display: block;
    padding: 10px;
    color: #999;
    text-decoration: none;
  }
  nav.mobile ul li a:hover {
    background: #000;
    color: #fff;
  }
  nav.mobile ul li li a {
    /* appearance of the sub-level links */
    background: #444;
    position: relative;
    display: block;
    padding: 10px 10px 10px 15px;
    color: #ccc;
    text-decoration: none;
  }
  nav.mobile ul li li li a {
    /* appearance of third level sub-level links if needed */
    background: #666;
    position: relative;
    display: block;
    padding: 10px 10px 10px 25px;
    color: #fff;
    text-decoration: none;
  }
  nav.mobile ul li span.click {
    /* dropdown menu idicator arrow be sure to include this image with your image files */
    background: url(../siteart/arrow.png) 10px 12px no-repeat;
    background-size: 45%;
    position: relative;
    display: block;
    float: right;
    margin: -44px 10px 0 0;
    cursor: pointer;
    z-index: 12399994;
    width: 40px;
    height: 40px;
    -webkit-transition: background-size 0.3s ease-in-out;
    -moz-transition: background-size 0.3s ease-in-out;
    transition: background-size 0.3s ease-in-out;
  }
  nav.mobile ul li span.click:hover {
    background-size: 60%;
  }
}

@media only screen and (min-width: 786px) and (max-width: 990px) {
  .has-search-bar {
    width: calc(66% - 0.75%) !important;
    float: left;
  }
}

@media screen and (max-width: 786px) {
  .show-mobile {
    display: block;
  }
}

@media screen and (max-width: 775px) {
  .wrap {
    max-width: 90%;
    margin: 0 auto;
  }
  .logo {
    width: 30%;
    display: block;
    padding-top: 2%;
  }
  .hero-img {
    height: 300px;
  }
  .hero-img p {
    font-size: 25px;
    text-align: center;
    left: 38%;
    top: 31%;
    position: absolute;
    transform: rotate(-15deg);
  }
	.hero_video {
  width: 100%;
  height: 300px;
}

  .red-banner {
    width: 90%;
    padding: 2% 0;
    margin-bottom: -30px;
    margin-top: -35px;
  }
  .red-banner p {
    padding-left: 2%;
    font-size: 18px;
  }
  .social-icons {
    float: none;
    padding: 5% 0;
    width: 100%;
  }
  .facebook,
  .instagram,
  .linkedin,
  .tiktok{
    margin: 0 3%;
  }
  h1 {
    font-size: 27px;
  }
  .intro .col-3-4 {
    width: 100%;
    display: block;
  }
  .intro .col-1-4 {
    width: 100% !important;
    padding: 7% 0;
  }
  .call-out-span .col-1-2 {
    display: block;
    width: 100%;
  }
  .banner {
    display: none;
  }
  footer {
    width: 100%;
  }
  .small-callout {
    top: 31%;
    left: 27%;
  }
  .divfooter {
    width: 95%;
    padding: 0;
    margin: 0;
  }
  .copyright {
    display: block;
    width: 100%;
  }
  .hover-inven img {
    opacity: 0.4;
  }
  .hover-inven-trk {
    background-color: #fe0000;
    display: inline-block;
  }
  .hover-inven-trk img {
    opacity: 0.4;
  }
  .inven-span .hover-inven figcaption {
    top: 25%;
    left: 2%;
    font-size: 19px;
  }
  .inven-span .hover-inven-trk figcaption {
    position: absolute;
    top: 30%;
    left: 29%;
    font-size: 20px;
  }
  .produce-btn,
  .career-btn p {
    width: 75%;
    padding: 2% 0;
  }
  .feed-sales-col .col-1-2 {
    width: 100%;
  }

  .quarter {
    width: 48%;
    margin: 1% 1% 2% 1%;
  }

  /*==============================
	Mobile Nav Styles
================================*/
  nav.primary {
    display: none;
  }
  #menu-button {
    /* initially will need to be hidden */
    display: block;
    font-size: 25px;
    max-width: 100%;
    position: relative;
    z-index: 900; /* needs to be lower than nav.mobile, adjust as needed */
    padding: 1% 0 1% 3%;
    background-color: #fe0000;
  }
  #menu-button a {
    color: #fff;
    text-decoration: none;
    display: block;
  }
  nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #333;
    z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
    overflow: auto;
  }
  nav.mobile h3 {
    /* Menu header styles */
    position: relative;
    padding: 12px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 4px solid #222;
  }
  nav.mobile .menu-toggle {
    /* Menu close button */
    position: absolute;
    top: 12px;
    right: 10px;
    display: inline-block;
    padding: 6px 9px 5px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    background: #222;
    color: #999;
    text-decoration: none;
    vertical-align: top;
  }
  nav.mobile .menu-toggle:hover {
    /* Menu close button on hoveer */
    color: #fff;
  }
  nav.mobile ul {
    list-style: none;
    font-weight: 300;
    border-top: 1px solid #151515;
    border-bottom: 1px solid #454545;
    margin: 0;
    padding: 0;
  }
  nav.mobile ul li {
    border-top: 1px solid #454545;
    border-bottom: 1px solid #151515;
  }
  nav.mobile ul li a {
    position: relative;
    display: block;
    padding: 10px;
    color: #999;
    text-decoration: none;
  }
  nav.mobile ul li a:hover {
    background: #000;
    color: #fff;
  }
  nav.mobile ul li li a {
    /* appearance of the sub-level links */
    background: #444;
    position: relative;
    display: block;
    padding: 10px 10px 10px 15px;
    color: #ccc;
    text-decoration: none;
  }
  nav.mobile ul li li li a {
    /* appearance of third level sub-level links if needed */
    background: #666;
    position: relative;
    display: block;
    padding: 10px 10px 10px 25px;
    color: #fff;
    text-decoration: none;
  }
  nav.mobile ul li span.click {
    /* dropdown menu idicator arrow be sure to include this image with your image files */
    background: url(../siteart/arrow.png) 10px 12px no-repeat;
    background-size: 45%;
    position: relative;
    display: block;
    float: right;
    margin: -44px 10px 0 0;
    cursor: pointer;
    z-index: 12399994;
    width: 40px;
    height: 40px;
    -webkit-transition: background-size 0.3s ease-in-out;
    -moz-transition: background-size 0.3s ease-in-out;
    transition: background-size 0.3s ease-in-out;
  }
  nav.mobile ul li span.click:hover {
    background-size: 60%;
  }
}
@media screen and (max-width: 790px) {
	.cta {
		flex-basis: 100%;
		height: 200px;
	}
}
@media screen and (max-width: 625px) {
  .hero-img video {
    display: none;
  }
	
	.hero-mobile {display:block; text-align: center; overflow:hidden; }
	.hero-mobile img {width:auto;  height:100%; max-height:300px; margin:0 auto;}
	
  .hover-inven {
    width: 100%;
    display: block;
    margin: 2% auto;
  }
  .inven-span .hover-inven figcaption {
    right: 0;
    left: 0;
  }
}

/*@media screen and (max-width: 540px) {
	.hero-mobile img {width:auto;  height:100%; max-height:200px;}
}
*/
@media screen and (max-width: 450px) {
  .hero-img p {
    left: 30%;
    top: 29%;
  }
  .inven-span .hover-inven figcaption {
    right: 0;
    left: 0;
  }
  .inven-span .hover-inven-trk figcaption {
    left: 0;
    right: 0;
  }
  .small-callout {
    top: 31%;
    left: 32%;
  }

  .quarter {
    width: 100%;
    margin: 2% auto;
  }
}
