﻿/*===================== 
	Color information
	
	- Navy Blue: #002157;
	- Red: #e01a23;
	-
	-
		 
=======================*/
/*===================== 
	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%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: Arial, sans-serif; 
    margin: 0;
	padding:0;
	background:#333;
	}
body.whitebg{
	background:#fff;
}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
img { border: 0;} 

.spacer{padding:2% 0 5% 0;}
.full-width{width:100%;}

/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
		font-size: 36px;
		color:#000;
		font-weight:700;
		padding: 3% 0;
		}
		h1#main-heading{
			text-align:center;
		}
		h1#main-heading:before{
			content:'';
			width:26%;
			height:4px;
			background:#000;
			float:left;
			margin-top:2%;
			
		}
		h1#main-heading:after{
			content:'';
			width:26%;
			height:4px;
			background:#000;
			float:right;
			margin-top:2%;
		}
	h2{
		font-size:36px;
		font-weight:bold;
		text-align:center;
		padding:3% 0 2% 0;
		color:#fff;
	}
	h3{
		font-size:28px;
		font-weight:bold;
		padding:3% 0 2% 0;
		color:#000;
	}
	h3.underline{
		font-size:28px;
		font-weight:bold;
		padding:3% 0 1% 0;
		color:#000;
		border-bottom: #000 solid 1px;
	}
	h3.white_underline{
		font-size:28px;
		font-weight:bold;
		padding:3% 0 1% 0;
		color:#fff;
		border-bottom: #fff solid 1px;
	}
	h4{
		font-size:24px;
		color:#e01a23;
		padding:2% 0;
		font-weight:bold;
	}
	h5{
		font-size:18px;
		font-weight:bold;
		border-bottom: 2px #fff solid;
		color:#fff;
		padding:5px 0 3px 0;
	}
	h6.phone {
		font-size: 16px;
		color:#fff;
		padding:.3% 5% .3% 0;
		text-align:right;
		font-weight:400;
	}

p {
	margin: 0;
	padding:1%;
	font-size:18px;
	color:#000;
	line-height:30px;
	font-weight:400;
	}

.col-1-2 p, .col-1-3 p{
	margin: 0;
	padding:2% 0;
	font-size:16px;
	color:#000;
	line-height:28px;
	font-weight:400;
}
p.banner_text{
	display:inline-block;
}

.bold {
    font-weight: bold;
	}
.white{
	color:#fff;
}
.red{
	color:#e01a23;
}
.blue{
	color:#002157;
}
.italics{
	font-style:italic;
}
.center{
	text-align:center;
}
.headertext{
font-size: 24px;
    color: #e01a23;	
	text-align: left;
}
/*===================== 
	link styles 
=======================*/
.pagepadding{
	padding: 0px 10%;
}
a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #e01a23; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		color:#000;
		text-decoration: underline;
		}  
/**** Landing Page Styles ****/
a.landing_btn{
	display:block;
	margin:45% auto 0 auto;
	max-width:40%;
	text-align:center;
	padding: 2%;
	color:#fff;
	font-size:48px;
	font-weight:bold;
	border:4px solid #fff;
	background:none;
	transition:color,background .4s ease-in-out;
	text-decoration:none;

}
a.landing_btn:hover{
	background:#fff;
	color:#002157;
	text-decoration:none;
}

a.red_btn{
	display:inline-block;
	color:#fff;
	background:#e01a23;
	text-align:center;
	font-size:16px;
	padding:.5% 3%;
	margin:0 0 0 5%;
}
a.red_btn:hover{
	background:#002157;
	text-decoration:none;
}

a.head_btn{
	box-sizing:border-box;
	display:inline-block;
	zoom:1; 
	*display:inline;
	width:49%;
	text-align:center;
	border: #002157 solid 1px;
	margin:0;
	padding:2% 0;
}
a.select{
	background:#002157;
	color:#fff;
}
a.head_btn:hover{
	background:#002157;
	color:#fff;
	text-decoration:none;
}
.jobbtn{
border: none;
    background: #e01a23;
    color: #fff;
    margin: 5px 10px 20px 10px;
    padding: 10px 0px;
    width: 30%;	
	transition-duration: 0.5s;
	cursor: pointer
}
.jobbtn:hover{
	border: none;
    background: #002157;
    color: #fff;
	width: 32%;
}
.fulljobbtn {
    border: none;
    background: #e01a23;
    color: #fff !important;
    margin: 0px 0px 0px;
    padding: 40px 0px 20px 0px;
    transition-duration: 0.5s;
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    top: 70px;
    z-index: 1;
}
.fulljobbtn:hover{
	border: none;
    background: #002157;
    color: #fff;
}
/*****************************/

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
	background:#333;
	}

header {
	margin: 0 auto;
	width: 100%;
	background:#fff;
	}
	
img.main_logo{
	width: 315px;
	padding:1% 0 1% 4%;
	float:left;
}
.right_head{
	float:right;
	display:block;
	width: 388px;
	padding:1% 4% 1% 0;
}
.head_info{
	float:left;
	max-width: 416px;
	padding: .5% 0 1% .5%;
	font-size: 19px;
	font-weight: 700;
}

/********* Search Form ********/
form.search{
	box-sizing:border-box;
	position:relative;
	width:98%;
	margin:3% 0;
}
form.search input{
	width:100%;
	display:inline-block;
	z-index:50;
	padding: 5px 0 5px 5px;
}
form.search input.searchButton{
	display:inline-block;
	position:absolute;
	z-index:100;
	background: url(../siteart/search.png) no-repeat;
	border:none;
	width:20px;
	top:2px;
	right:0;
}
form.search input.searchButton:hover{
	opacity:.6;
}
/*****************************/

.form-container{
	padding: 24px;
	display: flex;
	flex-direction: column;
}

.form-inputs-container{
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.input-wrapper{
	display: flex;
	flex-direction: row;
	width: 100%;
	gap:24px;
}

.input-left{
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.input-left input{
	border-radius: 3px;
}

.input-right{
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.submit-button-container{
	align-items: center;
	justify-content: center;
	display: flex;
}

.submit-button{
	background-color: #062054;
	color: white;
	padding: 10px 36px;
	align-self: center;
	cursor: pointer;
}

.contact-input{
	padding: 10px;
	box-sizing: border-box;
}


/* New additions */
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
	justify-content: flex-start;
}

.checkbox-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px; /* spacing between checkbox and label */
	justify-content: flex-start;
}

.checkbox-item input{
	width: auto;
}

.checkbox-item label{
	margin: 0;
}

.rental-grid{
	display: grid;
	grid-template-columns: auto auto auto auto;
	gap: 48px;
	padding: 24px 0px;
}

.rental-grid a figure{
	width: 100%;
	box-sizing: border-box;
}

.const_new {
	box-shadow: 0px 0px 7px 2px rgba(0,0,0,.60);
}

.const_new img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.caption{
	box-sizing:border-box;
	width:100%;
	color:#fff;
	font-weight:normal;
	font-size:16px;
	text-align:center;
	background:#e01a23;
	padding: 6px;
}

.caption:hover{
	background:#002157;
}



/**********Landing Page*************/
header.landing{
	width:100%;
	background:#fff;
	position:fixed;
	z-index:100;
	display: flex;
	justify-content: space-around;
}
header.landing img{
	width:35%;
	padding:1% 0;
	display: block;
	margin: auto;
}
/**********************************/

/*===================== 
	nav styles 
=======================*/

#menu-button{ /* hiding responsive menu button */
	display: none;
	}
nav.mobile { /* hiding responsive menu */
	display:none;
}

/***** Start of primary nav ******/
nav.primary {
	width:100%;
	margin:0;
	padding:0;
	background:#002157;
	height: 33px;
    position: relative;
	z-index: 100;

	}
	nav.primary ul {
		max-width:100%;
		display: flex;
		justify-content: center;
		margin:0 auto;
		padding:0;
		}
	
		nav.primary ul li {
			display:block;
			float:left;
			margin:0;
			padding:0;
			list-style-type:none;
			color:#fff;
			}
			nav.primary ul li.line_break{
				padding:8px 0;
			}
			nav.primary ul li a {
				color:#fff;
				text-decoration:none;
				font-weight:700;
				font-size:16px;
				margin:0;
				display:block;
				padding:8px 22px;
				}	
			nav.primary ul li a:hover {
				color:#e01a23;
			}
			nav.primary ul li li a { /* appearance of the sub-level links */
			}
			nav.primary ul li li a:hover { /* appearance of the sub-level links on hover */
			
			}
			
			
			
/* Optional-use, Begin targeting styles of first and last links */
nav.primary ul li:last-child  { /* Optional-use, this targets last li */
}
nav.primary ul li:last-child a {  /* Optional-use, this targets last link */
}
nav.primary ul li:first-child a { /* Optional-use, this targets first li */
}
  
/* Optional-use, targeting styles of first and last sub-level links*/
nav.primary ul li li:last-child  {
}
nav.primary ul li li:last-child a {
}
nav.primary ul li li:first-child a {
}
/* Optional-use, End targeting styles of first and last links */
  
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: relative; 
   
}
  
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
  
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
  
nav.primary ul ul li {
    float: none; 
    position: relative;
    margin:0;
}
nav.primary ul ul li a{text-transform: uppercase;}
nav.primary ul li .nav-drp a {
    color: #ffffff;
 background-color: #062054;}

 nav.primary ul li .nav-drp a:hover{
	color:#e01a23 ;
 }
/******** End of primary Nav ***************/

/**** Landing Page Nav ****/

nav.landing_nav{
	max-width:55%;
	margin:0 auto;
	padding:0;
	}
	nav.landing_nav ul {
		margin:0;
		padding:0;
		}
		nav.landing_nav ul li {
			display:block;
			float:left;
			margin:0;
			padding:0;
			list-style-type:none;
			color:#fff;
		}
		nav.landing_nav ul li.break {
			font-size:21px;
			padding-top:25px;
		}
		nav.landing_nav ul li a{
			font-size:21px;
			color:#fff;
			text-decoration:none;
			display:block;
			margin:0;
			padding:25px 18px;
		}
		nav.landing_nav ul li a:hover{
			text-decoration:underline;
		}


/**************************/

/*===================== 
	side tab styles 
=======================*/
.side {
    background: #fff;
    width: 300px;
    height: 500px;
    position: fixed;
    z-index: 100;
}

#facebook {
     top: 199px; 
    height: auto;
    z-index: 999;
	right: -300px;
}

#facebookTab {
	top:-4px;
    display: block;
	height: 150px;
	width: 55px; 
	background:url("../siteart/facebook.png");
    position: absolute;
    right: 290px;
}

/*===================== 
	content styles 
=======================*/

video{display: inline-block; margin: 1% 0;}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/**** Category Button Styles *******/
figure.category{
	display: inline-block;
	zoom:1; 
	*display:inline;
    float: left;
	margin: 2% 1%;
	width: 23%;
}
figure.category img{
	width:100%;
	margin:auto;
	display:block;
}
figure.category figcaption{
	box-sizing:border-box;
	width:100%;
	color:#fff;
	font-weight:bold;
	font-size:21px;
	text-align:center;
	padding:2% 0;
	background:#e01a23;
}
figure.category:hover figcaption {
	background:#002157;
}
/******For the ag side *******/
figure.farm_cat{
	display: inline-block;
	zoom:1; 
	*display:inline;
    float: left;
	margin: 2% 2%;
	width: 29%;
}
figure.farm_cat img{
	width:100%;
	margin:auto;
	display:block;
}
figure.farm_cat figcaption{
	box-sizing:border-box;
	width:100%;
	color:#fff;
	font-weight:bold;
	font-size:21px;
	text-align:center;
	padding:2% 0;
	background:#e01a23;
}
figure.farm_cat:hover figcaption {
	background:#002157;
}
/******For about page *******/
figure.association{
	display: inline-block;
	zoom:1; 
	*display:inline;
    float: left;
	margin: 2% 5%;
	width: 40%;
}
figure.association img{
	max-width:100%;
	margin:auto;
	display:block;
}
figure.association figcaption{
	box-sizing:border-box;
	width:100%;
	color:#000;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding:2% 0;
}
figure.association:hover {
	opacity:.7;
}
/**********************************/

/******For New Farm Products *******/
figure.farm_new{
	display: block;
	width: 100%;
	margin: 0;
	box-shadow: 0px 0px 7px 2px rgba(0,0,0,.60);
}
figure.farm_new img{
	width:100%;
	margin:auto;
	display:block;
}
figure.farm_new figcaption{
	box-sizing:border-box;
	width:100%;
	color:#fff;
	font-weight:normal;
	font-size:16px;
	text-align:center;
	padding:2% 0;
	background:#e01a23;
}
figure.farm_new:hover figcaption {
	background:#002157;
}

.farm_videos{
	box-sizing: border-box;
	width: 100%;
	display: block;
	color: #fff !important;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	margin: 5% 0 0 0;
	padding: 2% 0;
	background:#000;
}
.farm_videos:hover{
	background:#002157;
	text-decoration: none;
}
/**********************************/

/******For New construction Products *******/
figure.const_new{
	display: inline-block;
	zoom:1; 
	*display:inline;
    float: left;
	margin: 2% 3%;
	width: 19%;
	box-shadow: 0px 0px 7px 2px rgba(0,0,0,.60);
}
figure.const_new img{
	width:100%;
	margin:auto;
	display:block;
}
figure.const_new figcaption{
	box-sizing:border-box;
	width:100%;
	color:#fff;
	font-weight:normal;
	font-size:16px;
	text-align:center;
	padding:2% 0;
	background:#e01a23;
}
figure.const_new:hover figcaption {
	background:#002157;
}
/**********************************/

img.finance{
	display:inline-block;
	padding:2%;
	width:20%;
}

/*********Inventory Styles *******/
.hosted-content{
	padding-top:3%;
}
.hosted-content h1{
	text-align:left;
}
.detail-wrapper h2{color:#666 !important}
.hosted-content .listings-wrapper .listings-list .listing-banner h2{
	color:#000;
	font-size:24px;
}
.hosted-content h3{
	font-size:21px;
}
.hosted-content h3#listings-title{
	font-size:24px !important;
}

/*********************************/


/*********** Form Styles *********/
form{
	width:90%;
	margin:3% auto;
}

label{
	display:block;
	margin:2% 0 0 0;
}

input{
	padding:5px;
	border: #ccc solid 1px;
	}
	input:focus{
		border: #000 solid 1px;
	}
	input.form_button{
		width:50%;
		background:#e01a23;
		color:#fff;
		border:none;
		display:block;
		margin:0 auto;
		padding:1% 0;
		font-weight:bold;
	}
	input.form_button:hover{
		background:#002157;
	}
form input{width: 100%;}
select{
	width:101%;
	padding:5px;
	border: #ccc solid 1px;
}
select:focus{
	border: #000 solid 1px;
}

textarea{
	width:100%;
	height:200px;
	border: #ccc solid 1px;
}
textarea:focus{
	border: #000 solid 1px;
}

fieldset{
	width:98%;
	display:block;
	margin:2% 0 0 0;
}
fieldset ul{
	box-sizing:border-box;
	padding:0;
}
fieldset ul li{
	display:block;
	list-style-type:none;
	box-sizing:border-box;
}
fieldset ul li label{
	display:inline-block;
}
fieldset ul li input{
	display:inline-block;
	width:20px;
}
/*********************************/

/*===================== 
	slideshow styles 
=======================*/
.cycle-slideshow img{
	width:100%;
}


/*===================== 
	banner styles 
=======================*/

.banner {
	width:100%;
	height:90px;
	overflow:hidden;
	}
.scroll{
	background:#fff; 
	width:100%; 
	height:90px; 
	padding:0; 
	border:0; 
	margin:0 auto;
}


.auction-banner {
	background: white;
}

.auction-banner > .container img {
	width: 100%;
}
.whitebkgd{
	background: #fff;
}

/*===================== 
	layout styles 
=======================*/

.left{
	float:left;
	padding:1.5% 2% 2% 2%;
}

.wrap {
	width: 100%;
	background:#fff;
	margin: 0;
	padding: 0 10% 1px 10%;
	box-sizing: border-box;
	}
.contr_wrap {
	width: 100%;
	background:#000 url(../siteart/construct_bg.jpg) no-repeat center center fixed;
	background-size:cover;
	margin: 0;
	padding:1% 0 5% 0;
	}
.farm_wrap {
	width: 100%;
	background:#000 url(../siteart/farm_bg.jpg) no-repeat top fixed;
	background-size:cover;
	margin: 0;
	padding:4% 0 5% 0;
	}
.sign_up{
	width:100%;
	background:#333;
}

.container {
	margin: 0 auto;
	}
.container1 {
	max-width: 1100px;
	margin: 0 auto;
	padding:0 0 1% 0;
	}
.Construction-side{
	background:url(../siteart/const_landing.jpg) no-repeat ;
	background-size:cover;
	position:relative;
	display:block;
	width:50%;
	height:100vh;
	float:left;

}
.Farm-side{
	background:url(../siteart/farm_landing.jpg) no-repeat;
	background-size:cover;
	position:relative;
	display:block;
	width:50%;
	height:100vh;
	float:left;
}
.landing_contact{
	clear:left;
}
	
.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}
.col-1-4 { 
	width: 20%;
	float: left;
	padding:4% 2.5% 5% 2.5%;
	}
.col-1-3 { 
	width: 30%;
	display:inline-block;
	float:left;
	padding:4% 1% 4% 2%;
	}
.col-1-2 {
	display:inline-block;
	float:left;
	padding:4% 1% 4% 1%; 
	width: 46%;
	}
.col-2-3 { width: 65%;}
.col-3-4 { width: 75%;}

/******* Div Table **********/
.two-col{
	display:block;
	min-width:350px;
	padding:2% 0 4% 0;
}
.three-col{
	display:block;
	min-width:385px;
	padding:2% 0 4% 0;
}
.four-col{
	display:block;
	min-width:400px;
	padding:2% 0 4% 0;
}
.five-col{
	display:block;
	min-width:450px;
	padding:2% 0 4% 0;
}
div.column2{
	display:inline-block;
	float:left;
	border:1px #000 solid;
	width:50%;
	box-sizing:border-box;
}
div.column3{
	display:inline-block;
	float:left;
	border:1px #000 solid;
	width:33%;
	box-sizing:border-box;
}
div.column4{
	display:inline-block;
	float:left;
	border:1px #000 solid;
	width:25%;
	box-sizing:border-box;
}
div.column5{
	display:inline-block;
	float:left;
	border:1px #000 solid;
	width:20%;
	box-sizing:border-box;
}
div.column6{
	display:inline-block;
	float:left;
	border:1px #000 solid;
	width:16.5%;
	box-sizing:border-box;
}
div.title-row{
	text-align:center;
	border-bottom: 1px #000 solid;
	box-sizing:border-box;
	font-size:16px;
}
div.row{
	border-bottom: 1px #000 solid;
	box-sizing:border-box;
	padding:1% 0 1% 2%;
	font-size:16px;
}
div.column2 div.row:last-child{
	border-bottom: none;
}

.hosted-content div.column5,.hosted-content div.column4, .hosted-content div.column3,.hosted-content div.column2{border:none;}
/****************************/

.hosted-content .column4, .hosted-content .column3 {
	border:none;
}

/*===================== 
	Rental Table
=======================*/

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table h3 {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table h3 {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
	
	.input-wrapper{
		flex-direction: column;
	}
}







/*===================== 
	footer styles 
=======================*/


footer {
	margin: 0;
	width: 100%;
	background:#333;
	}
footer small{
	font-size:12px;
	color:#fff;
	text-align:center;
	display:block;
	padding:1% 0;
}
footer > small > a.logomark{
	color:#fff;
	text-decoration:underline;
}
footer > small > a.logomark:hover{
	text-decoration:none;
}
ul.foot_nav{
	margin:0;
	padding:7% 0 0 0;
	width:100%;
}
ul.foot_nav li{
	font-size: 16px;
	color:#fff;
	list-style-type:none;
}
ul.foot_nav li a{
	display:block;
	color:#fff;
	padding:2px 0;
	text-decoration:none;
}
ul.foot_nav li a:hover{
	text-decoration:underline;
}

p.foot_text{
	font-size: 16px;
	color:#fff;
	padding:7% 0 0 0;
	line-height:24px;
}
.col-1-4 .fa{
	font-size: 28px;
	color:#fff;
}

/********** Landing Page Footer Extras **********/
.landing_contact{
	background:#000;
}
.landing_contact > div{
	max-width:40%;
	margin:0 auto;
}
.landing_contact > div > p{
	display:inline-block;
	color:#fff;
	font-size:24px;
	padding:2% 1%;
}
.landing_contact > div > p > a {
	color:#fff;
	font-size:24px;
}

/*************************************************/

	
.compare-chkbox{padding:0!important;}
.faceted-range .faceted-range-input-container input{width:100%!important;}
.listing-portion-title{color:#000!important;}
.compare-chkbox-container .compare-listings .fa-check{top:5px!important;}
.contact-info-heading h2{color:#000!important;text-align: left!important;}
.detail-content-mobile .contact-options a{background-color: #e01a23!important;}



/*========================== 
	  Responsive styles 
============================*/
@media screen and (max-width: 1830px)  {
	nav.landing_nav ul li.break {
			font-size:18px;
			padding-top:25px;
		}
		nav.landing_nav ul li a{
			font-size:18px;
			padding:25px 16px;
		}
}
@media screen and (max-width: 1590px)  {
	nav.landing_nav{
	max-width:35%;
	text-align:center;
	padding:0;
	}
		nav.landing_nav ul li {
			float:none;
		}
		nav.landing_nav ul li.break {
			display:none;
		}
		nav.landing_nav ul li a{
			padding:12px 18px;
		}
	a.landing_btn{
	max-width:60%;
	padding: 2%;
	font-size:38px;
	border:3px solid #fff;
	}
	.landing_contact > div > p{font-size:18px;}
	.landing_contact > div > p > a {font-size:18px;}
}
@media screen and (max-width: 1280px)  {
	nav.landing_nav{
	max-width:55%;
	text-align:center;
	}
	.landing_contact > div > p{
		display:block;
		color:#fff;
		text-align:center;
		padding:1%;
	}
	.landing_contact > div > p.dot{
		display:none;
	}
.fulljobbtn {   
top: 35px;
	}
	nav.primary ul {
		max-width:100%;
		margin:0 auto;
		padding:0;
		}
		nav.primary ul li a {
			color:#fff;
			font-weight:700;
			font-size:12px;
			padding:5px;
		}	
	figure.category figcaption,figure.farm_cat figcaption{font-size:16px;}
	
	header.landing img{width:25%;}
}
@media screen and (max-width: 1170px)  {
	img.main_logo{width:300px;}
	.head_info{font-size: 15px;}

}
@media screen and (max-width: 1070px)  {
	a.red_btn{
		display:block;
		margin:0 auto;
	}
	p.banner_text{
		display:block;
		text-align:center;
	}
	img.main_logo{
		width:40%;
		padding:1% 0 1% 0;
		float:none;
		display:block;
		margin:auto;
	}
	.right_head{
		float:none;
		display:block;
		width:70%;
		margin:auto;
		padding:0 0 1% 0;
	}
	.left{
		float:none;
		display:block;
		margin:auto;
		max-width:100%;
		padding:1.5% 0 2% 0;
	}
	.head_info{
		float:none;
		max-width: 100%;
		text-align: center;
		width:100%;
		padding: 1% 0;
		font-size: 18px;
	}
	.rental-grid{
		grid-template-columns: auto auto auto;
		gap: 32px;
	}
}
@media screen and (max-width: 890px)  {
	header.landing{position:relative;}
	header.landing img{width:50%;}
	a.landing_btn{margin:0 auto 0 auto;}
	     
	.Construction-side{
		background-size:cover;
		width:100%;
		height:auto;
		float:none;
		padding:20% 0;
		}
	.Farm-side{
		background-size:cover;
		width:100%;
		height:auto;
		float:none;
		padding:20% 0;
		}
	nav.primary ul {
		max-width:100%;
		margin:0 auto;
		padding:0;
		}
		nav.primary ul li.line_break{
			padding:5px 0;
		}
		nav.primary ul li a {
			color:#fff;
			font-size:12px;
			padding:5px;
		}
	h1{font-size: 28px;}
	h2{font-size:24px;}
	p{font-size:14px;}
	.col-1-4 { 
		width: 40%;
		padding:2% 4% 3% 4%;
	}
	.mobile_clear{clear:both}
	.col-1-2 p, .col-1-3 p{font-size:14px;}
	    .fulljobbtn {
        top: 0px;
        padding: 30px 0px;
    }
	video{display:block; margin: 1% auto; width:95%;}
	.headertext {
		font-size: 18px;}
	
	.rental-grid{
		grid-template-columns: auto auto;
		gap: 16px;
	}
}

@media screen and (max-width: 760px)  {
	nav.primary{
		display:none;
	}
	nav.mobile ul ul{display: none;}
	.jobbtn {    margin: 5px 10px;
    padding: 10px 0px;
    width: 90%;}
	.jobbtn:hover {  
    width: 92%;}
	/*==============================
		Mobile Nav Styles			
	================================*/	
	#menu-button{ /* initially will need to be hidden */
		display: block;
		font-size: 32px;
		width:100%;
		position: relative;
		z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
		background:#002157;
		}
		#menu-button a{
			 color:#fff;
			 text-decoration: none;
			 padding: .1em 0 .1em 0.8em;
		  }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		z-index: 500; /* 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: 1.2em;
		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: #000;
		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:55%;
		position:relative;
		display:block;
		float:right;
		margin:-44px 0 0 0;
		cursor:pointer;
		z-index: 12399994;
		width:44px;
		height:44px;
		-webkit-transition:background-size .3s ease-in-out;
		-moz-transition:background-size .3s ease-in-out;
		transition:background-size .3s ease-in-out;
	}
	nav.mobile ul li span.click:hover{
		background-size:60%;
	}
	.landing_contact > div{max-width:60%;}
	h1 {font-size: 21px;}
	h3.underline {font-size: 21px;}
	h4 {font-size: 18px;}
	h1#main-heading:before{display:none;}
	h1#main-heading:after{display:none;}
	figure.category,figure.farm_cat{
		display: block;
		float: none;
		margin: 2% auto;
		width: 50%;
	}
	.cycle-slideshow{
		display:none;
	}
	.banner{
		display:none;
	}
	figure.farm_new figcaption{
		font-size:14px;
	}
	.col-1-3 { 
		width: 60%;
		display:block;
		float:none;
		margin:0 auto;
		padding:4% 0;
	}
	.col-1-2 {
		display:block;
		float:none;
		padding:4% 0; 
		margin:0 auto;
		width: 90%;
	}
	figure.const_new{width: 27%;}
	fieldset ul li label{font-size:14px;}
	
div.row{font-size:12px;}
div.title-row{font-size:12px;}
}
@media screen and (max-width: 520px)  {
	figure.farm_new{
		width: 100%;
		display:block;
		float:none;
		margin:5% auto;
	}
    .fulljobbtn {
        top: 0px;
        padding: 15px 0px;
        font-size: 16px;
    }
	figure.const_new{width: 43%;}
	.col-1-3 { width: 90%;}
	
	.rental-grid{
		grid-template-columns: auto;
		gap: 16px;
	}
	
}
@media screen and (max-width: 420px)  {
	a.landing_btn{
	max-width:80%;
	font-size:28px;
	}
	nav.landing_nav{
	max-width:80%;
	text-align:center;
	}
	header.landing img{width:80%;}
	.landing_contact > div{max-width:90%;}
	.Construction-side{padding:30% 0 20% 0;}
	figure.category,figure.farm_cat{width: 80%;}
	figure.association{
	display: block;
    float: none;
	margin: 2% auto;
	width: 80%;
	}
	.col-1-4 { 
	width: 80%;
	float:none;
	margin:auto;
	padding:3% 0 2% 0;
	}
	figure.const_new{width: 44%;}
	img.main_logo{width:70%;}
		
}
	
