
/***** 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;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

body {
	line-height: 1.42857;
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
}
.inner {
	display: block;
	vertical-align: middle;
	width: 85%;
	height: auto;
	max-width: 1250px;
	margin: 0 auto;
}
.inv-inner {
	display: block;
	vertical-align: middle;
	width: 90%;
	height: auto;
	max-width: 1250px;
	margin: 0 auto;
}
.inner15 {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	height: auto;
	max-width: 1500px;
	padding: 10px;
	margin: 0 auto;
}
.linkfill {
	display: inline-block !important;
	width: 100% !important;
	height: 100% !important;
	line-height: 0 !important;
	font-size: 0 !important;
	color: transparent !important;
	text-decoration: none !important;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	
	z-index: 900; 
}

li {list-style: none;}

/* covid announcement */
div.announcement {
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size:16px;
	padding: 20px;
	text-transform:uppercase;
	text-align:center;	
	color: #1470af;	
	background: #ddd;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px;
	-webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
div.announcement:hover:after {
	content: ' \00BB';
	margin-left: 5px;
	color: #1470af;
	font-size: 16px;
}
div.announcement:hover {
	background: none;
}
div#covid-message{display: none; position: relative; background: #1470af; width: 100%; z-index: 9999;}
div#covid-message img {width: 100%; height: auto; margin: 0 auto; display: block; max-width: 1500px;}


.promo-row {
  display: flex;
  padding-top:50px;
  padding-bottom:40px;
  gap: 20px;
  align-items: flex-start;
  border: 3px solid transparent;
  justify-content: center;
}

/* Left image stays single column */
.left-img img {
  width: 120%;
  max-width: 700px!important;
  height: auto;
  display: block;
}

/* Right side stacks images vertically */
.right-stack {
  display: flex;
  padding-left: 100px;
  flex-direction: column;
  gap: 20px;
  width: 57.5%;
}

.right-stack img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1000px) {

  .promo-row {
    flex-direction: column;
    align-items: center;
  }

  .left-img img {
    width: 100%;
    max-width: 600px; /* adjust as needed */
  }

  .right-stack {
    padding-left: 0;
    width: 100%;
    align-items: center;
  }

  .right-stack img {
    max-width: 600px; /* keeps them from stretching too wide */
    width: 100%;
  }
}
.service1 {margin-bottom:20px;}
.service2 {
	padding-left:20px;margin-bottom:20px;
}
@media (max-width: 1623px) {
  .service2 {
	padding-left:0px;margin-bottom:20px;
}}
@media (max-width: 768px) {

  .service-specials {
    align-items: center;
  }
  .service-specials img {
    max-width: 90%; /* shrinks images on small screens */
  }
}
.specials-page-specials img{max-width:620px;width:100%;}
.service1 {margin-bottom:20px;}
.service2 {
	padding-left:20px;margin-bottom:20px;
}
@media (max-width: 1623px) {
  .service2 {
	padding-left:0px;margin-bottom:20px;
}}
@media (max-width: 768px) {

  .specials-page-specials {
    align-items: center;
  }
  .specials-page-specials img {
    max-width: 90%; /* shrinks images on small screens */
  }
}
/***************************  FONTS  *******************************************/
h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
	margin-bottom: .5em;
    text-transform: uppercase;
    text-align: center;
    color: #1470af;			
}
h2 {		
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size:36px;
	line-height: 1.3;
	text-transform:uppercase;
	color: #1470af;
}
h2#orange {		
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size:22px;
	line-height: 1.3;
	text-transform:uppercase;
	color: #C94616;
}
h3 {font-family: 'Roboto', sans-serif; font-weight:600; font-size:30px;line-height: 1.3;text-transform:uppercase;color: #C94616;}
h3 a {font-family: 'Roboto', sans-serif; font-weight:600;font-size:30px;line-height: 1.3;text-transform:uppercase;color: #1470af; text-decoration:none;}
h3 a:hover {text-decoration:underline;}

h4 {font-family: 'Roboto', sans-serif; font-weight:600;font-size:26px;line-height: 1.3;text-transform:uppercase;color: #C94616; display:inline-block;}
h4 a {font-family: 'Roboto', sans-serif; font-weight:600;font-size:26px;line-height: 1.3;text-transform:uppercase;color: #1470af; text-decoration:none;}
h4 a:hover {text-decoration:underline;}

h5 {font-family: 'Roboto', sans-serif; font-weight:600;font-size:22px;line-height: 1.3;text-transform:uppercase;color: #C94616; display: inline-block;}
h5 a {font-family: 'Roboto', sans-serif; font-weight:600;font-size:22px;line-height: 1.3;text-transform:uppercase;color: #1470af; text-decoration:underline;}
h5 a:hover {text-decoration:none;}

p {
	font-family: 'Roboto', sans-serif; 
	font-weight:500;
	font-size: 15px;
	line-height: 1.5;
	color: #333;
	text-align: left;
}
p.textCenter span {font-family: 'Roboto', sans-serif; font-weight:600;font-size:18px;line-height: 1.3;text-transform: uppercase;color: #1470af; letter-spacing: 2px;}


hr {border: 1px solid #ccc;}

a.link, a.moreless {font-family: 'Roboto', sans-serif; font-weight:600; color: #1470af;line-height: 1.3;text-decoration: none;}
a.link:hover, a.moreless {text-decoration: underline;}
a.link.xs {font-family: 'Roboto', sans-serif; font-weight:600; color: #1470af;line-height: 1.3;text-decoration: none; font-size: 14px;}
a.link.xs:hover {color: #000; transition: .3s ease-in-out all;}

a.inv-link {font-family: 'Roboto', sans-serif; font-weight:600; font-size: 16px;color: #1470af;line-height: 1.3;text-decoration: none;display: block;}
a.inv-link:hover {color: #C94616; text-decoration: none; transition: .3s ease-in-out all;}


a#service-pdf:hover img {opacity: .9; transition: .3s ease-in-out all;}

a#raffle {
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	border-top: 1px solid #C94616;
	border-bottom: 1px solid #C94616;
	color: #C94616;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 10px 0;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 24px;
	-webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
	box-sizing: border-box;
	/*box-shadow: 0px 2px 8px rgba(0,0,0,0.25);*/
}
a#raffle:hover:after {
	content: ' \00BB';
	margin-left: 5px;
	font-size: 24px;
	line-height: 30px;
}
a#raffle:hover {background: transparent; border-top: 3px solid #C94616; border-bottom: 3px solid #C94616;}

/***************  FONT CLASSES  *************************/
.textBlack {color: #333;}
.textWhite {color: #fff; letter-spacing: 2px;}
.textGrey  {color: #ccc;}

.textBlue {color: #1470af;}	


.textLeft { text-align:left;}
.textCenter {text-align:center;}
.textRight {text-align: right;}


/***************************  HEADER  ******************************************/
header .sticky {
  position: fixed;
  z-index: 999999;
  top: 0;
  width: 100%;
}

.headercontainer {
	background-color:#ddd;			
	width: 100%;
	padding: 15px 0px;
}
.header {width:100%; position: relative; display: flex; justify-content: space-between; align-items: center; padding: 1em 3%; box-sizing: border-box;}

img#covid {width: 100%; height: auto; margin: auto; display: block; margin-bottom: 5px; margin-top: 5px;}
.logoinv {display:inline-block; padding:5px 0; max-width:430px; width: 300px; height: auto; box-sizing: border-box;}
.logo {/*z-index:100; position:absolute; margin-top: 4.5%; padding-left: 2%;*/ width: 100%; display: inline-block; padding: 5px 20px; max-width: 400px; height: auto; box-sizing: border-box;}

img.kubota-banner {width: 100%; height: auto; margin: 0 auto; display: block; max-width: 1000px; padding: 15px; box-sizing: border-box;}
img.mobile-kubota-banner {width: 100%; height: auto; margin: 0 auto; display: none; max-width: 500px; padding: 15px; box-sizing: border-box;}

.headerCove {height: 140px; width:auto; padding:20px 15px; display:inline-block; float:none;}
.headerPlank {height:120px; width:auto; padding:40px 15px; display:inline-block; float:none;}

.cycle-slideshow{width: 100%; position: relative; z-index: 1;}
.cycle-slideshow img{width: 100%; height: auto; position: relative; z-index: 2;}
/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 0; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 45px; width: 15px; height: 15px; 
    display: inline-block; color: #ccc; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #1470af;}
.cycle-pager > * { cursor: pointer;}

.hdr-left {width: 100%; display: flex; align-items: center;}

.hdr-contact {width: 100%; display: flex; justify-content: flex-end; align-items: center; margin: 0 5%; font-size: 16px;}
.hdr-contact div {text-align: center; width: calc(33.33% - 1em); margin: 0 .5em .5em;}

#homepage {font-size: 28px;}

.choose-us {display: flex; justify-content: space-between; align-items: center; flex-direction: row; padding-top: 20px; width: 100%;}
.choose-us-row {display: flex; flex-direction: row;}
.choose-us div div {border: 1px #ccc solid; margin: 0 5px; padding: 10px; width: 100%; align-content: center; max-height: 300px; min-height: 200px;}
.choose-us span {font-size: 18px; font-weight: 600; text-transform: uppercase; line-height: 1;}
.choose-us p {text-align: center; padding-top: 10px;}
.choose-us i {font-size: 30px; padding-bottom: 20px;}

.home-equipment {padding-top: 20px;}
.home-equipment span {font-size: 18px; text-transform: uppercase; font-weight: 600; padding: 0 10px; border-right: 2px #585858 solid;}
.home-equipment span:last-child {border-right: none;}

.banner-text-button {display: flex; justify-content: space-around; align-items: center; flex-direction: row; background-color: #fff; height: 100px; border-top: 1px #ccc solid; border-bottom: 1px #ccc solid;}
.banner-text-button p {font-size: 20px; color: #000; font-weight: 600; line-height: 1.2;}
.banner-text-button span {font-size: 16px; color: #333; font-weight: 500;}
.banner-text-button img {height: 60px;}

.interior-list {display: flex; justify-content: space-between; align-items: center; flex-direction: row; padding-top: 5px;}
.interior-list span {font-size: 16px; text-transform: none; font-weight: 400; padding: 10px 15px; border-right: 1px #000 solid; line-height: 1.2;}
.interior-list span:last-child {border-right: none;}

.finance-options {display: flex; justify-content: center; align-items: center; flex-direction: row; padding: 30px 0 0 0;}
.finance-options div {width: 100%; border: 1px #ccc solid; height: 150px; margin: 0 10px; display: flex; justify-content: space-evenly; align-items: center; flex-direction: column;}
.finance-options a {text-decoration: none;}
.finance-options span {font-size: 25px; font-weight: 700; text-transform: uppercase; color: #000;}
.finance-options img {width: 70%;}
.finance-options a:hover {text-decoration: none;}


/***************************  IMAGES  **************************************/
.mainimage {width: 100%; height: auto;}
.pageimage {width: 48%; height: auto; display:inline-block; margin:.5%; box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px;}
.partsimg {width:100%; height:auto; max-width:600px; padding-bottom:10px;}
.manu-logos, .manucontainer {text-align: center;}
.manu-logos img, .manucontainer img {vertical-align: middle;}

.nh-img {
	text-align: center;
	margin:0 auto;
}

.nh-img img {
  width: 60%;
  height: auto;
}


.gif-banner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
	text-align: center;
    margin-top: 2em;
}

.gif-banner video {
    width: 100%;
    height: auto;
    display: block;
}

.side-by-side {
	display: flex;
	justify-content: center;
	gap: 2em;
	margin: 2em auto 1em;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
}

/*.side-by-side a {
  max-width: 500px;
}

.side-by-side img {
  max-width: 700px!important;
  width: 100%;
  height: auto;
}*/

.kubota-app-banner {width: 98%; justify-self: center;}
.kubota-app-banner img {width: 100%;}

/*----------------------POPUP--------------------------*/
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.overlay .popup {
    width: 100%;
    max-width: 200px;
    position: absolute;
    top: 4vw;
    left: 0px;
    right: 0px;
    float: none;
    z-index: 99999999;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.25px;
    line-height: 1.25;
    background: url(/siteart/national-generic-cling-12x14in.jpg) 0% 0% / cover no-repeat rgb(255, 255, 255);
    border-width: 3px;
    border-style: solid;
    border-color: #C94616;
    border-image: initial;
    padding-top: 18%;
    padding-bottom: 25%;
    padding-left: 18%;
    padding-right: 18%;
    margin: 0px auto;
    transition: 0.6s ease-in-out;
}



.popup-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: 10px;
	right: 15px;
	transition: all 0.2s;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: white !important;
	/* border: 1px solid #fff !important; */
	padding: 0 10px 5px 10px;
	/* background: red; */
	opacity: 1.0 !important;
	text-shadow: none !important;
}

.popup .close:hover {
	background: #C94616;
	color: #fff;
}



/*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.85);
	position: fixed;
	z-index: 999999;
}

.popup {
	background: #161b1d;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	border: 2px solid #fff;
	border-radius: 5px;
	width: 95%;
	max-width: 969px;
	position: absolute;
	top: 0.5vw;
	left: 0;
	right: 0;
	float: none;
	padding: 3% 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;
}

.overlay:target .popup {
	top: -280%;
	left: -100%;
}





/***************************  STRUCTURE  *****************************************/
.contentContainer {width: 100%; margin: 0 auto; display: inline-block; text-align: center;}
.contentContainer.inv {width: 100%; margin: 0 auto; display: block; text-align: left;}
.contentFull {width: 100%;}
.contentHalf {float: left;display: inline-block;width: 48%;margin:1%;}
.contentHalf1 {float: left;display: inline-block;width: 31%;margin:1%;}
.contentOneThird {float: left;display: inline-block;width: 32%;margin: 1%;}
.contentTwoThirds {float: left;display: inline-block;width: 64%;margin:1%;}
.contentOneFourth {float: left;display: inline-block;width: 25%;}
.mobilespacing {display:none;}
/*************  STRUCTURE CLASSES  ************************/
.bgWhite { background-color: #fff;}
.bgBlack { background-color: #000;}
.bgGrey { background-color:  #ddd;}		
.bgBlue {background-color: #1470af;}
.bgTexture {background-image:url(../siteart/rockywall.png); background-repeat:repeat; background-attachment: fixed;}	

.paddingV15 { padding: 15px 0px; }
.paddingV30 { padding: 30px 0px; }
.paddingH25p {padding: 0px 0px 0px 25%; }
.margintop15 { margin-top: 15px; }
.marginbottom15 { margin-bottom: 15px;}

.floatleft {float:left;}
.floatright {float:right;}

.contact-bar {width: 100%; box-sizing: border-box; padding: 1em 10%;}
.contact-bar p {font-family: 'Roboto', sans-serif; font-weight:600;font-size:18px;line-height: 1.4;text-transform:uppercase; display: inline-block;}
.contact-bar p a {font-family: 'Roboto', sans-serif; font-weight:600;font-size:18px;line-height: 1.4;text-transform:uppercase;color: #1470af; text-decoration:underline;}
.contact-bar p a:hover {text-decoration:none;}
/***************************  BUTTONS  *****************************************/
a.button {font-family: 'Roboto', sans-serif; font-weight:600;font-size:16px;color:#ccc;background-color:#1470af; border:2px solid #1470af; padding: 15px 20px;text-decoration: none;display: inline-block;text-transform:uppercase;margin: 2% 0;}
a.button:hover {background-color:#DDDDDD;color:#1470af;	text-decoration: none;}
.bttnimg {
	width: 100%;
	max-width: 25%;
	margin:.25%;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px;
}
.bttnimg:hover {box-shadow: none;}
/***************************  FOOTER  *****************************************/
.footercontainer {background: linear-gradient(#ef6e1f, #C94616); width: 100%; padding: 2em 7%; display: flex; text-align: center; justify-content: space-between; align-items: center; box-sizing: border-box;}

.ftr-right {width: 100%; display: flex; align-items: center; margin-left: 5%; flex-wrap: wrap;}
.ftr-right h4 {width: 100%; color: #fff;}
.ftr-right h4 a {color: #fff; font-size: 20px!important;}
.ftr-right a:hover {color: #f4f4f4; transition: .3s ease-in-out all; text-decoration: none;}

img.ftr-logo {display:inline-block; padding:5px 0; max-width:222px; width: 100%; height: auto; box-sizing: border-box;}


.footerinfo {color:#fff; font-family: 'Roboto', sans-serif; font-weight:600;font-size:15px; text-align: center;}
.footerinfo a, a.footerlink {color:#fff; text-decoration:none; font-weight:600;font-size:14px;}
.footerinfo a i {font-size: 18px; padding: 3px;}
.footerinfo a:hover i {color: #f4f4f4; transition: .2s ease-in-out all;}
a.footerlink:hover, .footerinfo a:hover {color:#f4f4f4;}

.footertext{font-family:'Roboto', sans-serif;font-size:12px; color:#fff;}

.smallfootertext{font-family:'Roboto', sans-serif;font-size:12px; color:#fff;}

.divfooter {width: 100%; text-align:center; margin:10px auto;}
.footerHalf {float: left;display: inline-block;width: 46%;margin:1%;}
.divcontact {width: 33.33%;
    display: inline-block; float: left; padding: 10px 0;}
.footerHalf p {letter-spacing: .5px;}

/***************************  SPECIFIC PAGES  ***************************************************************/
/* gallery page 
------------------------------------------------*/
.gallery-wrapper {
	max-width:100%;
	margin:10px auto 0;
	position:relative;
	padding:20px 0 60px;
	text-align:center;
}

.gallery-wrapper a{
	*display:inline-block;
}

h2#bordered-caption {
	padding: 10px;
	font-size: 24px;
	border-bottom: 1px solid #C94616;
	border-top: 1px solid #C94616;
	background: transparent;
	color: #C94616;
	width: 97%;
	display: inline-block;
	margin: 5px 0;
	font-weight: 600;
}



/******* specials page filtered search *******/
.filterDiv-wrapper {overflow: hidden; width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}

.filterDiv {background: #fff; color: #000; width: calc(33.33% - 2em); margin: 1em; flex-wrap: wrap; display: none; /* Hidden by default */ box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px; text-decoration: none;}
.filterDiv.lrg {width: calc(100% - 2em);}
.filterDiv:hover {box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%); transition: .3s ease-in-out all; text-decoration: none;}
.filterDiv img {width: 100%; height: auto; /*aspect-ratio: 3 / 2;*/ object-fit: contain;}

.filterDiv-txt {display: flex; flex-wrap: wrap; text-align: left; padding: 8%; flex-direction: column; width: 80%;}
.filterDiv-txt h2 {font-size: 20px;}
.filterDiv-txt p {display: block; margin-top: .5em;}
.filterDiv-txt p span {font-size: 12px;}

.show {display: flex;}

button.btn {border: none; outline: none; padding: 12px 16px; background: #555555; color: #fff; cursor: pointer; width: calc(20% - .2em); margin: .1em; font-weight: 600; font-family: 'Roboto Condensed', sans-serif; letter-spacing: .5px; text-transform: uppercase;}
button.btn:hover {background-color: #C94616; transition: .3s ease-in-out all;
}
button.btn.active {background-color: #1470af; color: #fff;}

div#myBtnContainer {width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}

/******* productivity plus banner *******/
.banner-wrapper {width: 100%; display: flex; justify-content: center; align-items: center; box-sizing: border-box; margin: 0 auto; box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px; border-top: 1px solid #ccc; border-bottom: 1px solid #eee;}
.banner-wrapper img#productivity {width: 100%; max-width: 250px; margin-right: 7%; display: block;}
.banner-wrapper img#qr-code {width: 100%; max-width: 190px; }
.btn-right {width: 35%; padding: 3em 0; text-align: right;}

a#cta-btn button{ 
	margin: 0 auto;
    padding: 15px;
    border: 0px;
    font-size: 16px;
    color: #fff;
    outline-style: none;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    width: 100%;
    max-width: 300px;
    background: #000;
	border-radius: 30px;
	cursor: pointer;
}
a#cta-btn button:hover {
	background: #1470af;
}

ul#about-list {width: 100%; display: flex; justify-content: center; flex-wrap: wrap;}
ul#about-list li {width: calc(27% - 1em); margin: .5em; padding: 2em; text-align: center; border: 1px solid #ccc;}
ul#about-list li h3 {display: block; margin-bottom: .75em; font-size: 22px;}
ul#about-list li p {text-align: center;}

ul#about-list2 {width: 100%; display: flex; justify-content: center; flex-wrap: wrap;}
ul#about-list2 li {width: calc(27% - 1em); margin: .5em; padding: 2em; text-align: center; border: 1px solid #ccc;}
ul#about-list2 li h3 {display: block; margin-bottom: 5px; font-size: 22px;}
ul#about-list2 li p {text-align: center; padding-bottom: 10px;}
ul#about-list2 button {font-size: 14px; width: 80%; padding: 10px;}

p.card-disclaimer {text-align: center;}


 /* Field Ops Styles */
        .fieldops-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
            margin-top: 30px;
        }

        .fieldops-image-container {
            width: 100%;
        }

        .fieldops-image {
            width: 100%;
            height: 400px;
            object-fit: contain;
        }

        .fieldops-text p {
            font-size: 1.05rem;
            line-height: 1.8;
            margin-bottom: 25px;
            color: #444;
        }

        .app-buttons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
            margin: 25px 0;
        }

        .app-btn {
            display: inline-block;
            padding: 0;
        }

        .app-btn img {
            height: 50px;
            width: auto;
            transition: transform 0.3s ease;
        }

        .app-btn:hover img {
            transform: scale(1.05);
        }

        .web-link {
            display: inline-block;
            margin-top: 5px;
            font-size: 1.1rem;
            color: #0066cc;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .web-link:hover {
            color: #004999;
        }

        /* AgLeader Section */

        /* AgLeader Styles */
        .agleader-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .agleader-badge {
            display: inline-block;
            background: #ff6600;
            color: white;
            padding: 10px 25px;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .agleader-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: start;
            margin-bottom: 30px;
        }

        .agleader-image-container {
            width: 100%;
        }

        .agleader-image {
            width: 100%;
            height: 350px;
            object-fit: cover;
            border-radius: 10px;
        }

        .agleader-text {
            padding: 20px 0;
        }

        .agleader-text p {
            font-size: 1.05rem;
            line-height: 1.8;
            color: #555;
        }

.app-buttons {
    display: flex;
    gap: 15px;
}

.app-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #FF6600;
    border-radius: 50%;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.app-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	text-decoration: none;
}

.app-btn i {
    font-size: 32px;
    color: #FFFFFF; /* Orange color - adjust to your preferred shade */
}

        /* FAQ Section */

        /* FAQ Styles */
        .faq-accordion {
            max-width: 900px;
            margin: 0 auto;
			padding-bottom: 20px;
        }

        .faq-item {
            background: white;
            margin-bottom: 15px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: box-shadow 0.3s ease;
        }

        .faq-item:hover {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .faq-question {
            padding: 20px 25px;
            font-size: 1.15rem;
            color: #333;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            user-select: none;
            transition: background-color 0.3s ease, color 0.3s ease;
        }

        .faq-question:hover {
            background-color: #f8f9fa;
        }

        .faq-item.active .faq-question {
            background-color: #0066cc;
            color: white;
        }

        .faq-icon {
            font-size: 1.8rem;
            font-weight: 300;
            transition: transform 0.3s ease;
            min-width: 30px;
            text-align: center;
			color: #ff6600;
        }
.faq-item.active .faq-icon {
    color: white;
}

        .faq-item.active .faq-icon {
            transform: rotate(180deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }

        .faq-answer-content {
            padding: 25px;
            border-top: 1px solid #e0e0e0;
			text-align: left;
        }

        .faq-answer-content p {
            font-size: 1.05rem;
            color: #555;
            line-height: 1.8;
            margin-bottom: 15px;
        }

        .faq-answer-content ul {
            margin-left: 20px;
            margin-top: 10px;
        }

        .faq-answer-content li {
            margin-bottom: 8px;
            color: #555;
        }

        .faq-answer-content .sub-list {
            margin-left: 30px;
            margin-top: 8px;
        }

        .faq-answer-content .sub-list li {
            list-style-type: circle;
            margin-bottom: 5px;
        }

        .accuracy-option {
            font-weight: 600;
            color: #0066cc;
            margin-top: 15px;
            margin-bottom: 5px;
        }

        .call-prompt {
            background: #ff6600;
            color: white;
            padding: 15px 30px;
            border-radius: 8px;
            text-align: center;
            font-size: 1.1rem;
            font-weight: 600;
            margin-top: 20px;
        }

.faq-section-header {
    margin: 30px 0 15px 0;
    font-size: 1.3rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-left: 12px;
	color:  #C94616;
}

        /* Responsive Design */
        @media (max-width: 768px) {
            h1 {
                font-size: 2rem;
            }

            h2 {
                font-size: 1.5rem;
            }

            .fieldops-content,
            .agleader-content {
                grid-template-columns: 1fr;
            }

            .fieldops-image{
                height: 300px;
            }
			.agleader-image {height: 200px;}

            .app-buttons {
                justify-content: center;
            }

            .faq-question {
                font-size: 1rem;
                padding: 18px 20px;
            }

            .faq-icon {
                font-size: 1.5rem;
            }

            .faq-answer-content {
                padding: 20px;
            }

            .faq-answer-content p {
                font-size: 1rem;
            }
        }
/******* careers page *******/
#disclaimer {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 15px;
    background: #fff;
	border: 1px solid #ccc;
}

/******* specials page *******/

/** tabs tart here **/
.tabs h3 {
	line-height: 26px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
}
.tabs p {
	line-height: 20px;
	font-size: 14px;
	text-align: center;
}
.tabs img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 2em 10px;
}
.tabs a#cta-btn {
	display: inline-block;
	margin: 10px 0;
	padding: 10px 30px;
	color: #fff;
	background: #000;
	text-align: center;
	text-decoration: none;
	border: 1px solid transparent;
	-webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
	font-size: 12px;
}
.tabs a#cta-btn:hover {
	background: transparent;
	border: 1px solid #000;
	color: #000;
}
.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.tabs label {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  display: block;
  padding: 1.5rem 2rem;
  width: 27%;
  cursor: pointer;
  /*background: #cdcdcd;*/
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
  font-family: 'Roboto', sans-serif;
}
.tabs label:hover {
  background: #cdcdcd;
  -webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}
.tabs .tab {
  -webkit-box-ordinal-group: 100;
  -webkit-order: 99;
  -ms-flex-order: 99;
  order: 99;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 4rem;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px;
}
.tabs input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.tabs input[type="radio"]:checked + label { background: #1470af; color: #fff;}
.tabs input[type="radio"]:checked + label + .tab { display: block;}

.tab .left {
	float: left;
	width: 40%;
}
.tab .right {
	float: right;
	width: 54%;
	margin: 2%;
}
/* tabs end */

/* ZOOM BOXES */
.inv-quicklinks {width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.zoom-container{width: calc(33.33% - .5em); margin: .25em; position: relative; overflow: hidden; display: inline-block; border: 1px solid #fff; box-sizing: border-box; text-align: center;}
.zoom-container img{display: block; width: 100%; height: auto; margin: 0 auto; max-width: 160px; padding: 10px;}
.zoom-container .zoom-caption{position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 15px; box-sizing: border-box; z-index: 10; background: rgba(131,131,131,.15); text-transform: uppercase; transition: all .5s ease}
.zoom-container .zoom-caption h4{font-size: 20px; font-weight: 700; color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.zoom-container .zoom-caption img{display: inline; position: relative; top: 3px; left: 6px}
.zoom-container:hover .zoom-caption{background: 0 0}
.zoom-container img#kubota {max-width: 103.5px;}
.zoom-container img#kuhn {padding: 22px 0;}

/* FORMS / SEARCHES */
.form-row {
	width: calc(50% - .5em);
	margin: .25em;
	display: inline-block;
}

.form-row.full {width: 100%!important;}

.form form {width: 100%; display: flex; flex-wrap: wrap; margin: 2em auto; text-align: left;}

h4.form {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#1470af;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:1px;
	display: block;
	margin-top: 10px;
	line-height:100%;
}
.form-row a {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img#page-hero {width: 100%; height: auto; max-width: 650px; display: block; margin: 2em auto;}

/* hdr search */
.header-search {display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; position: relative; font-size: 12px; text-align: center; color: #fff; z-index: 1; width: 100%;}
.header-search .search-select{width: 100%;}
.header-search .search-select .tab-btns{display: flex; justify-content: center; flex-wrap: wrap; font-family: 'Roboto Condensed', sans-serif; letter-spacing: .5px; text-transform: uppercase;}
.header-search .search-select .tab-btns .tab-btn{flex: 1; margin: 0 1px; padding: 5px; background: #585858; font-style: normal; cursor: pointer; font-weight: bold;}
.header-search .search-select .tab-btns .tab-btn:hover{background: #C94616; color: #fff; text-decoration: none; transition: .2s ease-in-out all;}
.header-search .search-select .tab-btns .tab-btn.active-tab{background: #1470af;}
.header-search .search-fields .tab-content{display: none;}
.header-search .search-fields .tab-content.active-tab{display: block;}
.header-search .search-fields{width: 100%; margin: 0;}
.header-search .search-fields form{display: flex; flex-wrap: nowrap; margin: 10px 0 0;}
.header-search .search-fields input[type="submit"]{display: block; width: 100px; background: #C94616!important; color: #fff; border: none!important; transition: all .2s ease-in-out; cursor: pointer;}
.header-search .search-fields input[type="submit"]:hover{background: #333!important; border: none!important;}
.header-search .search-button{width: 150px;}

.slider-text {display: flex; justify-content: center; align-items: center; flex-direction: column; width: 22%; height: auto; padding: 15px; margin: 10px 0px 10px 15px; border: 1px #C94616 solid;}
.slider-text p {text-transform: uppercase; font-weight: 800; color: #1470af; font-size: 20px; line-height: 1.1; text-align: center; padding-bottom: 5px;}
.slider-text span {font-size: 16px; text-align: center; color: #000; text-transform: none; font-weight: 500;}

.slider-flex {display: flex; justify-content: space-between; gap: 20px;}

.form input, .header-search .search-fields input {
	width: 100%;
	padding: 8px!important;
	border: 1px solid #ccc!important;
	color: #333;
	font-size: inherit!important;
	box-sizing: border-box;
	border-radius: 0!important;
	background: #fff;
	line-height: normal!important;
	height: auto!important;
}
.form textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	height: 100px;
	font-family: 'Roboto', sans-serif;
}
.form select {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
}
.form input.checkbox {
	padding: 0; 
	border: 0;
	margin: 0 5px 0 0;
	width: 13px;
	height: 13px;
	display: inline-block;
	background-color: #fff;
	margin-bottom: 8px;
	margin-left:10px;
}

.form input.radio {
	padding: 0; 
	border: 0;
	margin: 0 5px 0 0;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left:10px;
}
.form input.fileUpload {
	width: 100%;
	padding: 10px 8px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
}

.form input.text{
	font-family: 'Roboto', sans-serif;
	fonts-size: 12px;
	color: #333;
}

.form label {
	font-family: 'Roboto', sans-serif;
	fonts-size: 12px;
	color: #333;	
}

/* Keeps Options Grouped */
.spanrespond {
	display:inline-block;
}

/*  FOCUS & HOVER  ============================================================================= */
input:focus,
textarea:focus,
select:focus {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	outline-style: none;
}
input.fileUpload:focus {
	width: 100%;
	padding: 10px 8px;
	border: 1px solid #ccc;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
}
input.radio:focus,
input.checkbox:focus {
	background: none; 
	border: 0;
	outline-style: none;
}
input.button,
input.button:focus {
	margin: 1em auto 0;
	padding: 15px;
	border: 0px;
	font-size: 16px;
	color: #fff;
	outline-style: none;
	transition: all 0.3s ease;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	max-width: 200px; 
	background: #C94616;
}
input.button:hover {
	background-color:#1470af; 
	transition: all 0.3s ease;
	cursor:pointer;
}

/*  SIZE  ============================================================================= */

.formcontainer {
	width: 100%;
}

/*  CAPTCHA  ============================================================================= */

.CaptchaPanel {
	width: 100%;
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: center;
	line-height:normal !important;	
	color:#333; 
	font-family: 'Roboto', sans-serif;
}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:12px;
	line-height:14px;
	color:#333 !important;
	font-family: 'Roboto', sans-serif;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#333; font-family: 'Roboto', sans-serif;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

.form input#CaptchaAnswer {
	width: 100%;
	max-width: 333px;
	margin: 0 auto;
	padding: 8px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	background: #fff;
}



/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {width:100%; height:90px;overflow:hidden;border-top: 5px solid #1470af; border-bottom: 5px solid #1470af; }
.scrolling{width:100%; height:92px;}


h4.slashlines {margin: 0 10px;color: #999;font-size: 18px;}
span.slash {display:inline-block; margin: 0 10px;color: #999;font-size: 18px; font-family:arial, sans-serif; font-weight:bold;}

.manucontainer {width:100%; float:left; display:inline-block;}
.manucontainer img {width:12%; height:auto; display:inline-block; vertical-align: middle;}
.iowamap {width:30%;float:right; display:inline-block; text-align: center; /*border-left: 2px solid #c0c0c0;*/ padding: 0 0 0 40px;}
.iowamap img {width:85%; height:auto; display:inline-block; box-sizing:border-box; /*padding:45px 0 0 45px;*/}
.iowamap p {text-align: center; line-height: 1.2;}


/******  MEDIA QUERIES  ******/
@media screen and (min-width: 1601px) {
	.iowamap img {width: 60%;}

	.slider-text p {font-size: 24px;}
	.slider-text span {font-size: 20px;}
}
@media screen and (min-width: 1420px) and (max-width: 1600px) {
	.slider-text p {font-size: 22px;}
	.slider-text span {font-size: 18px;}
}
@media screen and (max-width: 1400px) {
	.hdr-left {flex-wrap: wrap; padding-left: 5%;}
	
	.logo {max-width: 375px;}
	.hdr-contact {font-size: 14px!important; margin: 0 0 .5em;}
	a.link.xs {font-size: 13px;}
	
	ul#about-list li {width: calc(41% - 1em);}	
	.overlay .popup{
    width: 100%;
    max-width: 35px;
    top: 8vw;
    padding-top: 7%;
    padding-bottom: 21%;
    padding-left: 12%;
    padding-right: 12%;
    }
}
@media screen and (min-width: 1300px) {
	.finance-options img {width: 50%;}
}
@media screen and (max-width: 1200px) {
	.slider-text span {font-size: 15px;}
}
@media screen and (max-width: 1160px) {
	.tabs label {width: 22%;}
	.logo {max-width: 300px;}	
	.logoinv {padding: 5px 10% 5px 0;}
	.header-search .search-fields form {margin: 5px 0 0;}
	.iowamap {width: 40%;}
	
	.slider-text {padding: 10px 15px;}
	.slider-text p {font-size: 18px;}
	
	.filterDiv {width: calc(50% - 2em);}
    .overlay .popup{
        padding-top: 20%;
        padding-bottom: 22%;
        padding-left: 18%;
        padding-right: 18%;
    }
}

@media screen and (max-width: 1020px) {
.header {flex-wrap: wrap; justify-content: center; text-align: center; padding: 1em 5%;}
.logoinv {margin-bottom: 1em; padding: 5px 10%; max-width: 333px;}
.hdr-left {padding-left: 0;}
.tabs li {
	display:inline-block;
	width: 100%;
}

.slider-text {position: relative; width: 100%; padding: 15px; justify-self: center; margin: 0;}
.slider-text p {text-align: center; font-size: 20px;}
.slider-text span {font-size: 16px; text-align: center;}
.slider-text br {display: none;}
	
.slider-flex {flex-direction: column; justify-content: center; margin: 10px 15px 0px 15px;}
	
ul#about-list2 li {width: calc(90% - 1em);}

.footercontainer {flex-wrap: wrap; flex-direction: column-reverse;}
.ftr-right {margin-left: 0;}
.contentHalf1 {width: 98%;}

.manucontainer {width:100%;}
.iowamap {width:25%; float:none; padding-bottom: 20px;}
.footercontainer {padding: 2em 5%;}
.footerinfo {font-size: 15px;}
img.ftr-logo {margin-top: 1.5em;}
.ftr-right h4 a {font-size: 18px!important;}
	
.finance-options span {font-size: 18px;}
}
@media screen and (max-width: 950px)  {
.logo {
	max-width:230px;
}
.zoom-container {width: calc(50% - .5em);}
.zoom-container img#kuhn {padding: 22.5px 0;}

span.slash {display:none;}
h4 {display:block;}
	
ul#about-list li {width: calc(100% - 1em);}
}
@media screen and (max-width: 830px) {
.choose-us-row {width: 100%; flex-direction: column; margin: 0 5px;}
.choose-us div div {margin: 5px 0;}
}
@media screen and (max-width: 767px)  {
/*HEADER*/
.headerCove {height: auto; width:42%; padding:20px 15px; display:inline-block; float:none;}
.headerPlank {height:auto; width:40%; padding:40px 15px; display:inline-block; float:none;}
.contact ul {float:none;}
/*CONTENT*/	
.bttnimg {max-width: 30%;}
.form-row {width: calc(100% - .5em);}
.contentHalf {width: 100%; display: inline-block; margin: 0 auto;}
.contentOneThird {width: 100%; margin: 0 auto;}
.contentTwoThirds {width: 100%;}
.contentOneFourth {width: 50%; display: inline-block;}
.floatleft {float:none;}
.floatright {float:none;}
.mobilespacing {height:auto; width:100%; display:inline-block;}
.paddingH25p {padding: 0;}
.tabs video {margin-bottom: 2em;}
	
	.side-by-side {
    flex-direction: column;
    align-items: center;
		margin: 2em auto;
  }

  .side-by-side a {
    max-width: 90%;
  }

.interior-list {flex-direction: column;}
.interior-list span {border-right: none; border-bottom: 1px #000 solid;}
.interior-list span:last-child {border-bottom: none;}

.finance-options {flex-direction: column; padding-top: 10px;}
.finance-options img {width: 45%; padding: 40px 0;}
.finance-options div {margin: 5px 0; width: 98%; flex-direction: row;}
.finance-options span {font-size: 25px;}
	
/*FOOTER*/	
.footernavbar ul li {width: 100%;padding: 5px;display: inline-block;text-align:center;}
	.cycle-pager {display: none;}
/***PAGES***/
	
.banner-wrapper {flex-wrap: wrap;}

/*PAGE 1*/
.manucontainer img, .manu-logos img	{width:25%;}
.iowamap {width:35%}
.pageimage {width: 80%; height: auto; display:inline-block; margin:1% 0%; float:none;}

.banner-text-button {flex-direction: column; height: 200px;}
.banner-text-button p {text-align: center;}

.tabs label {width: 100%; padding: 1em 2em;}
.tabs .tab {padding: 2em;}
.tab .left, .tab .right {float: none; width: 100%; margin: 0 auto;}
.tabs h3 {font-size: 16px; line-height: 22px;}
.zoom-container img#kubota {max-width: 99.5px;}
.zoom-container img#kuhn {padding: 20.5px 0;}
.zoom-container img {max-width: 150px;}
	
.filterDiv {width: calc(100% - 2em);}
	
img.mobile-kubota-banner {display: block;}
img.kubota-banner {display: none;}
	
button.btn {width: calc(50% - .2em); margin: .1em;}
button.btn:first-child {width: calc(100% - .2em);}
	
h2#orange {font-size: 18px;}
h1 {
    font-size: 36px;		
}
h2 {		
	font-size:30px;
}
h3 {		
	font-size:24px;
}
h4 {		
	font-size:22px;
}
h5 {		
	font-size:20px;
}
.overlay .popup {
    padding-top: 24%;
    padding-bottom: 35%;
    padding-left: 25%;
    padding-right: 25%;
}
}

@media screen and (max-width: 600px){
.bttnimg {max-width:45%; margin:1%;}
.banner-wrapper {flex-direction: column;}
.btn-right {width: 100%; padding: 0 7% 2.5em; box-sizing: border-box; text-align: center;}
.banner-wrapper img#productivity {margin: 2.5em auto 1em; max-width: 200px;}
.iowamap {width: 45%;}
	
/*FOOTER*/	
.footercontainer {padding: 1em 5%;}
.footernavbar ul li {width: 100%;padding: 5px;display: inline-block;text-align:center;}
.divcontact {float: none; width: 100%; margin: 0 auto;}
.hdr-contact, a.link.xs {font-size: 12px!important;}

.overlay .popup {
    padding-top: 28%;
    padding-bottom: 42%;
    padding-left: 30%;
    padding-right: 30%;
    top: 10vh;
}

}

@media screen and (max-width: 500px) {
.choose-us {flex-direction: column;}
}

@media screen and (max-width: 480px){
.header {flex-wrap: wrap; justify-content: center;}
.header-search {width: 100%; margin-bottom: 10px;}
.logoinv {padding: 5px; max-width: 260px;}
	
.contact {display: inline-block;}
.contact ul li {display: block;}
	
.zoom-container {width: calc(100% - .5em);}

.headerCove {height: auto; width:42%; padding:20px 15px; display:inline-block; float:none;}
.headerPlank {height:auto; width:40%; padding:40px 15px; display:inline-block; float:none;}
	
.finance-options img {width: 80%; padding: 10px 0;}
.finance-options div {flex-direction: column; height: 165px; width: 95%;}

/*CONTENT*/	
.contentHalf {width: 98%; display: inline-block;}
.contentOneThird {width: 100%;}
.contentTwoThirds {width: 100%;}
.contentOneFourth {width: 100%;}
a.button {
	width: 80%;
	margin: 10px 0px;
}
a.button:hover {
	text-decoration: none;
}
.floatleft {float:none;}
.floatright {float:none;}
.mobilespacing {height:auto; width:100%; display:inline-block;}
.bttnimg {max-width:46%; margin:1%;}
	
.manucontainer img, .manu-logos img	{width:40%; float:none;}
.manucontainer img#kubota {width: 75px!important;}
.iowamap {width:65%;}
.iowamap img {with: 85%;}
.pageimage {width: 100%;}

}
@media screen and (max-width: 400px) {
.home-equipment {display: flex; flex-direction: column; justify-content: center; align-items: center; padding-top: 5px;}
.home-equipment span {border-right: none; padding-top: 10px; line-height: 1.1;}
.finance-options span {font-size: 20px;}
.finance-options img {padding: 0;}
}
@media screen and (max-width: 365px) {
	.hdr-contact {display: none;}
	.logoinv {margin-bottom: .25em;}
}

@media screen and (max-width: 335px) {
	.zoom-container img#kubota {max-width: 90.5px;}
}