

a {
	color:#fff;
	text-decoration:none;
	
}

a:hover{
	color:#dbac5e;
	text-decoration:none;
}

p{
	padding:20px 0;
}





 
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {text-align:left;}
.right {text-align:right;}
.none{display:none;}

*{
	box-sizing:border-box;
}

body{font-family: 'Montserrat', sans-serif;}

.wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:20px;
	position:static;box-sizing: border-box;
}

.no-pad-wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	position:relative;box-sizing: border-box;
}




::selection {
	color:#fff;
	background: #356088;
}
::-moz-selection {
	color:#fff;
	background: #356088;
}



/* HEADER 
----------------------------------------------*/
.header{
	width:100%;
	display:inline-block;
	text-align:right;
	margin:0 auto;
	background:#000;
	box-sizing: border-box;
	position: relative;
	z-index: 600;
}
.header .wrapper{
	position: relative;
}
.logo{
	text-align:left;
	width:40%;
	margin:0 auto;
	display:inline-block;
	padding:20px 0 0 0;
	vertical-align:bottom;
	float:left;
}
.logo img{
	width:180px;
	padding: 0 0 10px 0;
}
.hiring-banner{
	background: #e42f2f;
	color: #fff !important;
	padding: 15px;
	text-align: center;
	display: block;
	box-sizing: border-box;
	width: 100%;
}
.head-center{
	position: absolute;
	left: 260px;
	right: 50%;
	text-align: left;
	top: 50%;
	transform: translateY(-50%);
}
.head-center h3{

    font-size: 24px;
    color: #fff;
    clear: both;
    display: block;
    letter-spacing: 2px;
}
.head-center a{

    background: #e42f2f;
    color: #fff !important;
    box-sizing: border-box;
    transition: ease all 0.3s;
    display: inline-block;
    width: 180px;
    text-align: center;
    padding: 12px 15px;
    margin-top: 6px;
}
.head-center a:hover{
	background: #003467;
}
.head-contact{
	width:49%;
	display:inline-block;
	vertical-align:bottom;
	padding:0 20px;
	text-align:right;
	margin:0 auto;
	box-sizing: border-box;
}

.head-contact p{
	color:#fff;
	font-size:18px;
	padding:5px 0;
}

.head-contact a{
	color:#fff;
	text-decoration:none;
}

.head-contact a:hover{text-decoration:underline;}


.nav-bar{
	width:100%;
	transform:skew(30deg);
	margin-left:-50px;
	background:#fff;
}



/* HOME PAGE STYLES
-----------------------------------------------*/

.hero-section{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	text-align:center;
	margin:0 auto;
	background:#000;
    position: relative;
}

.hero-bg{
	width:106%;
	vertical-align:top;
	margin:0 auto;
	height:635px;
	background:#000;
}

.cycle-slideshow img{
	width:100%;
	height:635px;
}

.slide-overlay{
	position:absolute;
	left:7%;
	top:30%;
	width:60%;
}

.hero-bg h1{
	font-size:24px;
	padding:25px 15px;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	text-transform:uppercase;
	font-weight:400;
	color:#fff;
	text-align:left;
	letter-spacing:5px;
	width:50%;
	text-shadow:1px 1px 2px #000;
}

.hero-btn{
	display:block;
	background:#0054A6;
	color:#fff;
	text-decoration:none;
	text-align:left;
	text-transform:uppercase;
	font-weight:500;
	padding:15px;
	width:50%;
	transition:ease-out .3s;
}

.hero-btn:hover{
	background:#003264;
	color:#fff;
	transition:ease-in .3s;
}



.facebook{
	width:39%;
	vertical-align:top;
	margin:0 auto;
	overflow-x:hidden;
}

.tagline{
	width:100%;
	background:#000;
	padding:30px 0;
	text-align:center;
}

.tagline h2{
	font-size:24px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
}




.welcome{
	background:url(../siteart/wheat.png) no-repeat;
	background-position:left;
	padding:80px 0 80px 60px;
	display:inline-block;
	text-align:center;
	overflow:hidden;
}

.welc-left{
	width:55%;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	padding:0 250px 0 0;
	text-align:left;
}

.welc-right{
	width:44%;
	display:inline-block;
	vertical-align:middle;
	margin-right:-255px;
	overflow:hidden;
	
}
	
.cta-left{
	background:#0054A6;
	transform:skew(20deg);
	display:inline-block;
	width:50%;
	margin:0 auto;
	padding:40px 30px;
	text-align:center;
	border:3px solid #0054A6;
	margin-left:-166px;
	transition:ease-out .3s;
}

.cta-left img{
	width:75px;
	transform:skew(-20deg);
	display:block;
	margin: auto;
}

.cta-left h3{
	text-transform:uppercase;
	transform:skew(-20deg);
	font-size:20px;
	color:#fff;
	font-weight:200;
	text-shadow:1px 1px 2px #000;
	padding-top:15px;
}

.cta-right{
	background:#fff;
	display:inline-block;
	width:49%;
	margin:0 auto;
	padding:40px 30px;
	text-align:center;
	border:3px solid #0054A6;
	margin-left:-58px;
	transition:ease-out .3s;
}

.cta-right img{
	width:75px;
	display:block;
	margin: auto;
}

.cta-right h3{
	text-transform:uppercase;
	font-size:20px;
	font-weight:200;
	color:#0054A6;
	padding-top:15px;
}
   
.cta-left:hover{
	background:#003264;
	transition:ease-in .3s;
}

.cta-right:hover{
	background:#eee;
	transition:ease-in .3s;
}



.cat-section{
	background:url(../siteart/cat-bg2.png) no-repeat #000;
	background-size:cover;
	background-position:center;
	padding:40px;
	text-align:center;
}

.cat{
	width:20%;
	display:inline-block;
	padding:30px;
	margin:20px;
	text-align:left;
	color:#fff;
	text-shadow:1px 1px 2px #000;	
	border:1px solid #fff;
	box-shadow:1px 1px 3px #3a3a3a;
	transition:ease-out .3s;
}

.cat h3{
	text-transform:uppercase;
	font-weight:500;
	font-size:18px;
	letter-spacing:2px;
	text-align:left;
}

.cat:hover{
	background:#fff;
	text-shadow:none;
	color:#000;
	box-shadow:none;
	transition:ease-in .3s;
}

.cat-red{
	width:20%;
	display:inline-block;
	padding:30px;
	margin:20px;
	text-align:left;
	color:#D70000;
	text-shadow:1px 1px 2px #bbb;	
	border:1px solid #D70000;
	box-shadow:1px 1px 3px #3a3a3a;
	transition:ease-out .3s;
}
.cat-red:hover{
	background:#D70000;
	text-shadow:none;
	color:#fff;
	box-shadow:none;
	transition:ease-in .3s;
}



.hover-cat{
	vertical-align:top;
	width:20%;
	display:inline-block;
	padding:50px;
	margin:20px;
	text-align:left;
	color:#fff;
	text-shadow:1px 1px 2px #000;	
	border:1px solid #fff;
	box-shadow:1px 1px 3px #3a3a3a;
	transition:ease-out .3s;
	
	position:relative;
	overflow:hidden;
	
	
}

.hover-cat h3{
	text-transform:uppercase;
	font-weight:500;
	font-size:18px;
	letter-spacing:2px;
	text-align:left;
	padding:20px
}


.employment a{
	color: #0054a6 !important;
	text-decoration: underline;
}

.employment ul {
    padding-left: 20px;
	
    line-height: 19px;
}

/*.cat-title{
	padding:20px;
	background:#ad1115;
	width:100%;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

.cat-title a{
	color:#fff;
	text-decoration:none;
}*/


.conditionslide{background:transparent;width:100%;padding:0 0 5px 0;position:absolute;z-index:999;left:0;-webkit-transition:.5s all ease;-moz-transition:.5s all ease;-o-transition:.5s all ease;transition:.5s all ease;}
.conditionslide a{display:block;text-align:center;color:#fff;padding:3px 0;font-size:14px;text-decoration:none;}
.conditionslide a:hover{color:#0054a6;background:#fff;border-top:1px solid #0054a6;border-bottom:1px solid #0054a6; text-decoration:none;text-shadow:none;}

#other{top:-91px;}
.hover-cat:hover #other{top:0px;}

#attachments{top:-91px;}
.hover-cat:hover #attachments{top:0px;}




.home-contact{
	width:100%;
	background:#333;
	position:relative;
	margin:0 auto;
}

.contact-info{
	position:absolute;
	top:20%;
	left:0;
	background:#0054A6;
	padding:30px 0 30px 150px;
	color:#fff;
	text-align:left;
	width:35%;
}

.contact-info h3{
	color:#fff;
	text-transform:uppercase;
	font-weight:500;
	font-size:22px;
	padding:10px 0;
}

.contact-info p{
	color:#fff;
	font-size:18px;
	text-align:left;
	padding:10px 0;
}

.contact-info a{
	color:#fff;
	text-decoration:none;
}

.contact-info a:hover{
	color:#fff;
	text-decoration:underline;
}

/* STUBBORN INVENTORY PAGES
------------------------------------------------*/
.dealer-contact__branch-name p, .dealer-contact__name p, .dealer-contact__phone p, .dealer-contact__location p, .dealer-contact__details_right-col p {padding: 0px !important;}





/* SUB PAGES
------------------------------------------------*/
.sub{
	width:100%;
	padding:80px 0;
}

.sub h1{
	font-size:24px;
	text-transform:uppercase;
	color:#bdbdbd;
	padding:5px 0;
	font-weight:500;
}



.contact-page{
	width:100%;
	display:inline-block;
	margin:0 auto;
	border:1px solid #eee;
	text-align:center;
}

.contact-third{
	width:32%;
	display:inline-block;
	vertical-align:top;
	margin:0 auto;
	padding:20px;
	text-align:center;
}

.contact-third a{
	color:#000;
	text-decoration:none;
}

.contact-third a:hover{
	color:#0054A6;
	text-decoration:none;
}

.contact-third p{line-height:1.5;}


/* EQUIPMENT PAGES
-----------------------------------------------*/

.img-logo {width: 300px; margin-bottom: 20px;}
.img-logo img {width: 100%;}
.img-flex {display: flex; gap: 10px; margin-top: 20px;}
.img-flex img, .img-flex div {width: 100%;}


/* FOOTER
------------------------------*/


.footer{
	width:100%;
	background:#eaeaea;
	color:#000;
	padding:20px;
	text-align:left;
	font-size:12px;
	box-sizing: border-box;
}

.footer p{
	width:49%;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	padding:0;
}

.footer p:last-child{
	text-align:right;
}

.footer a{
	color:#000;
	text-decoration:none;
}

.footer a:hover{
	color:#000;
	text-decoration:underline;
}

/* HEADER SEARCH */

.keyword-search.search-click {
	transform: skewX(-30deg);
    background: none;
    padding: 0 20px;
    border: none;
	cursor: pointer;
	box-sizing: border-box;font-family: 'Montserrat', sans-serif;
}
.keyword-search p{
	padding: 0 !important;
	display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.pad{
	padding: 30px;
}
.pad form.pad {
    padding: 0 !important;
}

#top-search {
    background: #0054a6;
    border-top: solid 3px #fff;
    box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	right:0;
	z-index: 999;
	width:33%;
}
#top-search input {
    width: calc(100% - 285px);
}

form.pad input {
    height: 41px;
}
form.pad input, form.pad select {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 0;
    padding: 10px;
    margin-bottom: 18px;
    font-size: 16px;
    box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}
form.pad button {
    cursor: pointer;
    outline: none !important;
	border: none !important;
}
.cta {
    background: #e42f2f !important;
    color: #fff;
    text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
    width: 280px;
    max-width: 100%;
    display: inline-block;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    border-radius: 0 !important;
	box-sizing: border-box;
	transition: ease all 0.3s;
}
.cta:hover {
    background: #003467 !important;
}

.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}

.col50{
	width: 50%;
}

.toggle-cta {
    background: transparent;
    color: #fff;
    border: solid 2px #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}
.toggle-cta.active {
    background: #fff;
    color: #295b89 !important;
    border: solid 2px #fff;
}

@media screen and (max-width:1670px){
	.hero-bg{width:90%;}
	
	.welc-right{width:57%; margin-right:-176px;}
	.welc-left{padding:0 100px 0 0;}
}

@media screen and (max-width:1600px){
	.hover-cat h3{font-size:16px;}
	.cat h3{font-size:16px;}
}

@media screen and (max-width:1455px){
	.hero-bg{width:73%;}
	
	.hero-bg h1{width:50%; font-size:2vw;}
	.hero-btn{width:50%;}
	
	.cat, .cat-red{padding:30px 0 30px 15px;}
	.hover-cat h3{font-size:14px;}
	.cat h3{font-size:14px;}
}

@media screen and (max-width:1310px){
	.hero-bg{width:62%;}
	.sub{padding:60px 20px;}
	
	.slide-overlay{ left:4%;}
	#top-search {width:38%;}
}

@media screen and (max-width:1225px){
	.facebook{width:43%;}
	
	.cta-left h3{font-size:18px;}
	.cta-right h3{font-size:18px;}
	
	.contact-info{width:45%;}
	
	#inv_address {width:45%;}
	#inv_hours {width: 45%;}
	
}

@media screen and (min-width: 1171px)  {	
	.show-md{
		display: none !important;
	}
}
@media screen and (max-width:1170px){
	
	.hide-md{display: none !important;}	
	.nav-bar{margin-left:-26px; position:relative; z-index:999999;}
	.slide-overlay{left:0;}
	.hero-bg h1{width:60%;}
	.hero-btn{width:60%;}
	.hero-bg > .wrapper{position:static;}
	
	.welc-left{width:100%; padding:0 20px;} 
	.welc-right{width:100%; margin:30px -90px 30px 0;}
	
	.facebook{
		width:100%;
		display:block;
		margin:auto;
		text-align: center;
	}
	.hero-bg{width:100%; height:auto; padding:0;}
	.hero-section{display:block;}
	.cycle-slideshow img{
		width:100%;
		height:auto;
	}
	#top-search {
		background: #0054a6;
		border-top: solid 3px #fff;
		box-sizing: border-box;font-family: 'Montserrat', sans-serif;
		position:relative;
		right:auto;
		z-index: auto;
		width:100%;
	}
}

@media screen and (max-width:1120px){
	.cat, .cat-red{width:42%;}
	.hover-cat{width:42%;}
	.hover-cat h3{font-size:16px;}
	.cat h3{font-size:16px;}
}

@media screen and (max-width:1088px){
	.facebook{width:54%;}
	
	
	
}

@media screen and (max-width:950px){
	.slide-overlay{width:100%;}
	.hero-section{display:block;}
	.hero-bg{width:100%; height:auto; padding:0;}
	.facebook{width:100%; background:#eee;}
	.hero-bg h1{font-size:3vw;}
}

@media screen and (max-width:850px){
	.contact-info{width:55%;}
	.contact-info h3{font-size:20px;}
	.contact-info p{font-size:16px;}
}

@media screen and (max-width:775px){
	.logo{width:29%;}
	.head-contact{width:70%;}
	
	.nav-bar{width:100%; margin-left:0; transform:skew(0deg);}
	
	.contact-third{width:100%;}
	
	#other{top:0;}
	#attachments{top:0;}
	
}

@media screen and (max-width:700px){
	.welcome{padding:20px;}
	.welc-right{margin:0 auto;}
	
	.cta-left{width:100%; transform:skew(0deg); margin:0 auto;}
	.cta-left img{transform:skew(0deg);}
	.cta-left h3{transform:skew(0deg);}
	
	.cta-right{width:100%; transform:skew(0deg); margin:0 auto;}
	.cta-right img{transform:skew(0deg);}
	.cta-right h3{transform:skew(0deg);}
	
	.contact-info{width:100%; position:relative; padding:30px 0 30px 30px;}
}

@media screen and (max-width:630px){
	.head-contact p{font-size:16px;}
	
	.cat-section{padding:40px 20px;}
	.cat, .cat-red{width:100%; margin:10px auto;}
	.hover-cat{width:100%; margin:10px auto;}
}

@media screen and (max-width:550px){
	.logo{width:100%;text-align:center;}
	.logo img{ margin:0 auto;}
	.head-contact{width:100%; text-align:center;}
	
	.hero-bg h1{font-size:4vw; width:80%;}
	.hero-btn{width:80%;}
	
	.slide-overlay{top:340px;}
	
	.footer p{width:100%; text-align:center; padding:5px;}
	.footer p:last-child{text-align:center;}
	
	.img-flex {flex-wrap: wrap;}
}


@media screen and (max-width:410px){
	.hero-btn{font-size:14px;}
	.tagline h2{font-size:22px;}
}

@media only screen and (max-width: 350px) {
	.img-logo {width: 100%;}
}