/* 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 { 

    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent; 	
	-webkit-text-size-adjust:none;
	font-family: 'Roboto Condensed', sans-serif;

}



a {
	color:#000;
	text-decoration:none;
	
}

a:hover{
	color:#000;
	text-decoration:none;
}

p{
	padding:10px 0;
	font-size: 18px;
}

.text-link {
	color:#BF1F24;
	transition: ease .3s;
	font-weight: bold;
}
.text-link:hover {
	color:#363636;
}

.sub-wrapper h3 {
	font-size: 24px;
	font-weight: 600;
}
 
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {text-align:left;}
.right {text-align:right;}
.none{display:none;}

*{
	box-sizing:border-box;
}

body { 
	overflow-x: hidden;
	margin: 0;
}

.wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:20px;
	position:relative;
}

.no-pad-wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	position:relative;
}

.sub-wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:60px 20px 60px 20px;
	position:relative;
}

.sub-wrapper h1, .wrapper h1{
	text-transform: uppercase;
	padding: 15px 0 15px 7px!important;
	color:#BF1F24;
	border-left:10px solid #444;
	margin-bottom:30px;
	font-size: 28px;
	letter-spacing: 2px;
}
.container-1 {
	max-width: 1100px;
	padding:0 30px 0 20px!important;
	margin:0 auto;
	box-sizing: border-box;
}



::selection {
	color:#fff;
	background: #356088;
}
::-moz-selection {
	color:#fff;
	background: #356088;
}

.full-img-bg {
	width:100%;
	height: 100%;
	min-height: auto;
	object-fit: cover;
	object-position: center;
}

.content-list-1 {
	padding: 0 0 0 20px;
	margin:0;
}
.content-list-1 li {
	padding: 2px 0;
	font-size: 20px;
	font-weight: 600;
}

/* HEADER 
----------------------------------------------*/


.header{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: ease .3s;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.40) 100%), url(../siteart/header-bg-2.jpg);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.40) 100%), url(../siteart/header-bg-2.jpg);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.40) 100%), url(../siteart/header-bg-2.jpg);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.40) 100%), url(../siteart/header-bg-2.jpg);
}
.inv-page #header{
	position: relative;
	top: 0;
	width: 100%;
	box-sizing: border-box;
}

#header{
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 999;
	transition:ease .3s;
}
#header-inv {
	position: relative;
	top: 0;
	width: 100%;
	box-sizing: border-box;
}

.logo{
	text-align:center;
	width:30%;
	margin:0;
	display:block;
	padding:20px; 
	background: rgba(255,255,255,0.8);
	transform: skewX(-25deg);
	box-shadow:inset -5px 0px 10px rgba(0, 0, 0, 0.7);
	transition: ease .3s;
	box-sizing: border-box;
	overflow: hidden;
  	margin-left: -30px;
}
.logo img{
	width:100%;
	max-width: 300px;
	margin:0 auto;
	transform: skewX(25deg);
}


.hiring-badge{
	width:14%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.hiring-badge img{max-width:170px;width:100%; display: block;}

.header-right{
	display: flex;
	width: 70%;
	margin: 0;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.header-contact {
	display: inline-block;
	padding:20px 100px 20px 20px;
	border-bottom:10px solid #e0dfe5;
	margin-right:0;
	color:#e0dfe5;
	transition: ease .3s;
}

.header-contact ul{
	padding:0;
    margin:0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
	gap:15px;
}
.header-contact ul li {
	font-size: 18px;
    list-style: none;
}
.header-contact ul li a {
    color:#fff;
	text-decoration: none;
	text-shadow: 2px 2px 3px #000;
		transition: ease .3s;
}
.header-contact ul li .head-social {
    font-size: 34px;
    padding:0 0 0 2px;
}
.header-contact ul li a:hover {
    color:#BF1F24;
}
.alert-banner {
	width:100%;
	background:#BF1F24;
	padding:10px 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:5px 20px;
	transition: ease .3s;
}
.alert-banner p {
	font-size:30px;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-align: center;
	margin:0;
	padding:0;
	line-height: normal;
	transition: ease .3s;
}
.alert-banner a {
	font-size:20px;
	color:#BF1F24;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	background:#fff;
	transition: ease .3s;
	border:1px solid #fff;
	box-sizing: border-box;
	display: block;
	padding:5px 20px;
	text-decoration: none;
}
.alert-banner a:hover {
	color:#fff;
	background:#BF1F24;
}
.shrink .alert-banner {
	padding:5px 20px;
}
.shrink .alert-banner p {
	font-size: 20px;
}
.shrink .alert-banner a {
	font-size: 16px;
}

#header.shrink{background: #fff !important; transition:ease .3s;}
.shrink .logo{padding:0; transition:ease .3s;}
.shrink .logo img{width: 175px;padding:5px 0 0 0; transition:ease .3s;}
.shrink .header-contact{display: none; transition:ease .3s;}
.shrink .bolts-bar{display: none; transition: ease .3s;}
.shrink .hiring-badge img{display: none; transition: ease .3s;}

/* -------------------------------- 

Popup style

-------------------------------- */
	.img-replace {display: inline-block; overflow: hidden; text-indent: 100%; color: transparent; white-space: nowrap;}
    
    .bts-popup {position: fixed; left: 0; top: 25%; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 999999999999999999;}
	.bts-popup.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; z-index: 999999999;}
	.bts-popup-container {
	position: relative;
	width: 720px;
	max-width: 100%;
	margin: 0 auto;
	background: #d12c16; 
	text-align: center;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 999999999;
	box-sizing: border-box;
	padding: 2% 5%;
	border:1px solid #4a4a4a;
	}
	.bts-popup-container p {color: #fff; font-size: 18px; font-family: 'Roboto Condensed', sans-serif; font-weight: normal; line-height: normal;}
	.bts-popup-container .bts-popup-button {padding: 5px 25px; border: 2px solid white; display: inline-block; margin-bottom: 10px;}
    .bts-popup-container h2 {color:#fff;}

	.bts-popup-container a {color: white; text-decoration: none; text-transform: uppercase;}

	.bts-popup-container .bts-popup-close {position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; z-index: 9999; background: #000;}
	.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {content: ''; position: absolute; top: 13px; width: 16px; height: 3px; background-color: white; z-index: 9999;}
	.bts-popup-container .bts-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px; z-index: 9999;}
	.bts-popup-container .bts-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 6px; top: 13px; z-index: 9999;}
	.is-visible .bts-popup-container {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}



/***** Start of primary nav ******/
#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0 80px 0 0;
	display:block;
	margin:0;
	width:100%;
	position:relative;
	text-align: right;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			position: relative;
			}
			nav.primary ul li a {
				color:#fff;
				font-size:18px;
				text-shadow: 2px 2px 3px #000;
				line-height:60px;
				text-decoration:none;
				padding:0 20px;
				display:block;
				margin:0;
				text-align:center;
				text-transform:uppercase;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;	
				font-weight:700;
				}	
			nav.primary ul li a:hover {
				color:#333;
				background:#e0dfe5;
				text-shadow: none;
				}
			nav.primary ul li:hover a {
				color:#333;
				background:#e0dfe5;
				text-shadow: none;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px;
				color:#333;
				background: #e0dfe5;
				text-align:left;
				border-right:none;
				border-left:none;
				border-bottom: #C8C8C8 solid 1px;
				text-shadow: none;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { background:#ECECEF;}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
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; 
	width: 230px;
    position: relative;
    margin:0;
}


/* HOME PAGE STYLES
-----------------------------------------------*/


.wrap-slider-wrap {
	width:100%;
	position: relative;
}
.hero-slider-1 {
	width:100%;
	height: 40vw;
	max-height: calc(100vh - 340px);
	min-height: 400px;
	overflow: hidden;
	
}
.hero-slider-1 img {
	width:100%;
	object-fit: cover;
	object-position: center;
	height: 40vw;
	max-height: calc(100vh - 340px);
	min-height: 400px;
	
}
	
.hero-overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index: 100;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:40px;
}
.hero-overlay h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:45px;
	font-weight: 500;
	color:#fff;
	text-shadow: 0 0 15px #000, 0 0 15px #000;
	text-align: center;
	padding:0;
	margin:0;
}
.hero-overlay h1 span {
	display: block;
	font-size:70px;
	font-weight: 700;
}
.hero-btn-cont-1 {
	display: flex;
	flex-wrap: wrap;
	gap:20px 0;
	max-width:500px;
	width:100%;
	margin:0 auto;
}
.hero-btn-cont-1 a {
	width:50%;
	text-align: center;
	background:#BF1F24;
	font-size: 20px;
	padding:20px 40px 20px 20px;
	transition: ease .3s;
	color:#fff;
	clip-path: polygon(0% 0%,100% 0%,90% 100%,0% 100%);
}
.hero-btn-cont-1 a:nth-of-type(2) {
	padding:20px 20px 20px 40px;
	clip-path: polygon(10% 0%,100% 0%,100% 100%,0% 100%);
}
.hero-btn-cont-1 a:hover {
	background:#000;
}

.cta-title{
	width:100%;
	display: block;
	background:#000;
	padding:25px;
	text-align: center;
	color:#fff;
}

.cta-title h3{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:#fff;
	font-size: 28px;
}
.cta-title .fa{font-size: 35px; vertical-align: middle; padding-left: 10px; padding-bottom: 5px;}

.cta-bar{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	background:#494949;
}

.cta{
	display: flex;
	flex-direction: column;
	padding:40px 20px 120px 20px;
	justify-content: center;
	align-items: stretch;
	width: 33.33%;
	box-sizing: border-box;
	background:#000;
}
.cta:nth-of-type(2){
	background:#1d1d1d;
}
.cta:nth-of-type(3){
	background:#363636;
}
.cta img{
	display: block;
	margin: 0 auto; 
	width:100%;
	max-width: 200px;
	height: auto;
}

.cta-txt{text-align: center;}

.cta h4{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 2px;
	color:#fff;
	padding:10px 0;
	text-align: center;
}

.cta-btn{
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	padding: 5px 25px;
	border:1px solid #fff;
	color:#fff;
	font-style: italic;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	transition: ease .3s;
}

.cta-btn:hover{background:#fff; color:#333;transition: ease .3s;}




/*welcome section*/

.welc-section{
	width:100%;
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.welc-left{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	z-index: 200;
	background: #f1f1f1;
	padding:150px 40px 80px 0;
	width:45%;
	box-shadow:1px 1px 2px rgba(85,85,85,0.7);
	margin:-40px auto;
}

.welc-left h2{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 2px;
	padding:15px 0;
	text-align: right;
}

.welc-left h4{
	text-transform: uppercase;
	text-align: right;
	font-style: italic;
	font-weight: 300;
	font-size: 22px;
	letter-spacing: 2px;
	padding:0;
}

.welc-left img{
	width:200px;
	display: block;
	margin:0 0 0 auto;
	padding-top:20px;
}


.welc-right{
	display: block;
	padding:100px 60px;
	text-align: left;
	width: 55%;
	margin:0 0 0 auto;
}


/*SUB PAGES 
------------------------------------------------*/


.flex-content-cont-1 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}



.hours-header {
	background: #000;
	width: 100%;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1.2px;
	text-align: center;
}

.hours-box {
	width:100%;
	padding: 25px;
	overflow: auto;
	border:1px solid #2f2f2f;
	display: flex;
}

.hours-box .hours-col{
	display: flex;
	flex-direction: column;
	text-align: left;
}

.hours-box .hours-col span{
	margin: 0;
	padding:5px;
}

.brand-cont-1 {
	width:100%;
	padding:40px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap:40px 20px;
	background:#ccc;
	box-sizing: border-box;
}
.brand-cont-1 h2 {
	text-align: center;
  font-size: 26px;
  width: 100%;
  margin: 0;
  padding: 5px 20px;
  box-sizing: border-box;
  color: #000;
}
.home-brand-cont {
	padding:140px 20px 80px 20px;
}

.brand-cont-1 a {
	width:100%;
	max-width: 250px;
	margin:0 auto;
	display: block;
	box-sizing: border-box;
	background: rgba(255,255,255,0.4);
  	border: 2px solid #fff;
}
.brand-cont-1 a img {
	max-width: 300px;
	width:100%;
	height: auto;
	margin:0 auto;
	display: block;
	transition: ease .3s;
}
.brand-cont-1 a:hover img {
	opacity: 0.7;
}

/*contact*/

.contact-info{
	width:100%;
	display: inline-block;
	vertical-align: middle;
	margin:30px 0 50px 0;
	padding:20px 0;
	text-align: center;
	border-bottom:1px solid #eaeaea;
}

.ci-third{
	width:30%;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	text-align: center;
}

.ci-third .fa{
	color:#BF1F24;
	font-size: 24px;
	display: block;
	padding:10px 0;
	text-align: center;
}

.ci-third p{
	padding:5px 0;
	text-align: center;
}

.ci-third a{color:#000; text-decoration: none;}
.ci-third a:hover{color:#000; text-decoration: underline;}


.photo-gallery{
	padding:40px 0;
}

.thumbnail{
	display:inline-block; 
	zoom:1; 
	*display:inline;
	width:10%;
	margin:10px;
	vertical-align:bottom;
}

/*Western Plows Page */

.western-plows{
	width:100%;
	display: inline-block;
	margin: 0 auto;
}

.western-plows img{
	width:225px;
	text-align: left;
	margin: 0 auto;
	padding:10px 0;
	display: inline-block;
}

/* Careers Styles */

.current-open-cont-1 {
	display: flex;
	flex-wrap: wrap;
	gap:30px 20px;
	padding:20px 0;
}
.current-open-cont-1 h2 {
	text-align: center;
	font-size: 26px;
	width: 100%;
	margin: 0;
	padding:5px 20px;
	box-sizing: border-box;
	color:#fff;
	background: #BF1F24;
}
.position-col {
	width:100%;
	max-width: 300px;
	padding:20px;
	background:#f1f1f1;
	display: flex;
	flex-direction: column;
	gap:20px;
	justify-content: space-between;
	align-content: center;
}
.position-col p {
	font-size:20px;
	text-align: center;
	padding:20px 0;
	font-weight: 600;
}

/* Financing Form Styles */

.form-anchor {
	display: block;
	padding-top:120px;
}

.flex-form{
	width:100%;
	text-align: left;
	margin:0px auto 0 auto;
	font-size: 15px;
	padding: 20px;
  border: 1px solid #000;
}
.flex-form .form-header {
	font-size: 30px;
	padding:10px 0;
	margin:0;
}
.flex-form h3{
	width:100%;
	text-transform: uppercase;
	font-weight: 600;
	border-top:2px solid #eee;
	padding:20px 0 20px 0;
	margin-top:40px;
}

.flex-form h4 {
	width:100%;
	text-transform: uppercase;
	font-weight: 600;
	margin-top:40px;
	padding:10px 0;
	font-size: 16px;
}
.flex-form label{font-weight: normal;}

.flex-form span{text-align: left; margin: 0; font-size: 12px;}


.flex-form #formpage input, select{margin-top:5px;}

.flex-form .flex-row{
	display: flex; 
	justify-content: space-between; 
	align-items: flex-end; 
	width: 100%;
}

.flex-border{
	border:2px solid #eee;
	padding:20px;
}

.flex-input{
	width:100%;
	display: flex;
	flex-direction: column;
	margin: 10px 5px 5px 5px;
	text-align: left;
}



.check-container {display: inline-block; text-align: left; margin: 0;}
.check-container input[type="checkbox"]{display: inline-block; width:20px !important;}

/*contact page styles*/

.contact-page-info {
	padding:20px;
	box-sizing: border-box;
	background:#f1f1f1;
}
.contact-page-info h2 {
	margin:0;
	padding:10px 0 0 0;
}
.contact-page-info ul {
	padding:0;
	margin:0;
}
.contact-page-info li {
	padding:5px 0;
	margin:0;
	list-style: none;
	font-size: 18px;
	font-weight: 600;
	color:#000;
}
.contact-page-info li a {
	color:#000;
	transition: ease .3s;
}
.contact-page-info li a:hover {
	color:#BF1F24;
}

.map-cont iframe {
	width: 100%;
	height: 100%;
	min-height: 400px;
}


.text-info-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
	padding:60px 0 20px 0;
	box-sizing: border-box;
}
.text-info-wrap h2 {
	text-align: center;
	font-size: 26px;
	width: 100%;
	margin: 0;
	padding:5px 20px;
	box-sizing: border-box;
	color:#fff;
	background: #BF1F24;
}
.text-info-cont {
	width: calc(50% - 10px);
	max-width: 406px;
	padding: 20px;
	background: #f1f1f1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.text-info-cont:last-of-type {
	width: 100%;
	max-width: 100%;
}
.text-info-cont h3 {
	font-size: 20px;
	text-align: center;
	padding: 20px 0;
	margin:0;
	font-weight: 600;
	color:#BF1F24;
	border-bottom: 1px solid #000;
}
.text-info-cont ul {
	padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
  gap: 10px 20px;
}
.text-info-cont ul li {
	font-size: 18px;
	margin:0;
	padding:0 5px 0 0;
	list-style: none;
  	font-weight: bold;
}
.text-info-cont ul li:last-of-type {
	border-right: 0px;
}

/*Gallery styles*/

.gallery {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	padding-top: 40px;
}
.gallery img {
	max-width: 300px;
	width: calc(50% - 10px);
	display: block;
	height: auto;
	object-fit: contain;
	object-position: center;
	cursor: pointer;
}
.mySlides img {
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
	max-height: 84vh;
  	background: #000;
}

/*form styles*/
.parts-request{
	width:100%;
	padding:40px 0;
	text-align:left;
	margin-top:40px;
	border-top:1px solid #eaeaea;
}

.parts-request h3{text-transform:uppercase;}

#formpage {
	width:100%;
	vertical-align: top;
	display:inline-block;
	text-align:left;
}

#formpage p{
	text-align:left;
}
#formpage h4{margin-top:30px;}

.form-half{
	width:48%;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}

.add-part{
	padding:30px;
	border:1px solid #f1f1f1;
	margin:20px 0 0 0
}
.add-part h4{margin:0 0 10px 10px !important;}


.formfield {
	width: 100%;
	display:inline-block;
	margin-right: 10px;
	margin-top: 10px;
	min-width: 175px;
	text-align:left;
}

#formpage input,select {
	padding: 6px 5px 10px;
	border: 1px solid #f1f1f1;
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
	font-size: 16px;
	margin-top: 5px;
    border-radius: 2px;
	background:#f1f1f1;
}

#formpage input:focus {
	border: 1px solid #eaeaea;
	border-radius:2px
}

#formpage option{color:#333;background:#fff;}

/*===PLACEHOLDER TEXT STYLES===*/

#formpage ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #767676;
}
#formpage ::-moz-placeholder { /* Firefox 19+ */
  color: #767676;
}
#formpage :-ms-input-placeholder { /* IE 10+ */
  color: #767676;
}
#formpage :-moz-placeholder { /* Firefox 18- */
  color: #767676;
}
#formpage input.submit-button, #formpage input.submit-button:focus {
	background:#BF1F24; 
	color:#fff;
	padding:10px;
	text-decoration:none;
	border-radius:2px;
	transition:ease-in .3s;
	width: 150px;
	border:none;
	height:auto;
}



#formpage input.submit-button:hover{
	background:#BF1F24; 
	box-shadow:1px 1px 2px #848484;
	transition:ease-out .3s;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}

#formpage textarea {
	padding: 6px 5px;
	border: 1px solid #f1f1f1;
	color: #000;
	font-size: 16px;
	background: #f1f1f1;
	width: 100%;
	height: 85px;
	border-radius:2px;
	margin-top:10px;
}

#formpage textarea:focus{
	border: 1px solid #eaeaea;
	border-radius:2px
} 

.CaptchaPanel{width:100%;}

.CaptchaImagePanel img{width:200px;}

.CaptchaAnswerPanel{
	width:250px;
	margin:0 auto;
}
.CaptchaWhatsThisPanel a{color:#333;}

.submit-button{
	padding:10px 0px 10px 0px;
	position:relative;
	width:100%;
	text-align:center;
}

/*end form styles*/

/* INVENTORY
------------------------------------------------*/
.cf{background:#fff;}
.hosted-content .listings-wrapper .listings-list .listing-banner {

}
.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button{
	background:#BF1F24 !important;
}

.hosted-content .hosted-content .svg-inline--fa.fa-w-10{width:auto !important;}

.hosted-content h1{
	font-size:24px !important;
	letter-spacing: 2px;
	color:#BF1F24;
	text-transform:uppercase;
	padding: 15px 0 15px 7px !important;
	font-weight:bold;
}
	
.hosted-content h3{
	text-transform:none !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2{
	text-transform:none !important;
}



/* FOOTER
------------------------------*/
.footer{
	width:100%;
	color:#fff;
	text-align:center;
	padding: 100px 0;
	background:url(../siteart/footer-bg.png) no-repeat #000;
	background-size: cover;
	background-position: center;
}

.footer a{
	color:#fff;
	text-decoration:none;
	line-height: 1.5;
}

.footer a:hover{
	opacity: 0.7;
}
.foot-half{
	width:49%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 auto;
}

.foot-third{
	width:32%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 auto;
}

.footer h3{
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding:10px 0;
	font-size: 20px;
	text-shadow: 0 0 10px #000;
}

.footer p{padding:10px 0; text-shadow: 0 0 10px #000;}

.footer .fa{font-size: 24px; padding-right: 10px;}

.foot-half img{
	width:350px;
	display: block;
	padding:20px 0;
	margin-right: 0;
}
.foot-social a {
    font-size: 24px;
	text-shadow: 0 0 10px #000;
}

.divfooter{
	width:80%;
	margin-right: 0;
	display: block;
	text-align: right;
	font-size: 11px;
}

.ntda-logo{
	width:100%;
	display:inline-block;
	text-align: left;
	margin: 0 auto;
}

.ntda-logo img{max-width:150px; width:100%; margin-left:0;}

.ntda-logo-mobile{display: none;}


.footer .hiring-badge{
	width:100%;
	display:inline-block;
	text-align: left;
	margin: 0 auto;
}


.footer .hiring-badge img{max-width:150px; width:100%; margin-left:0;}
.hiring-badge-mobile{display: none;}






@media screen and (max-width: 1590px)  {
    .header-contact {
        padding: 20px 20px 20px 20px;
    }  
	nav.primary{padding: 0 20px 0 0;}
}
@media screen and (max-width: 1450px)  {
	nav.primary ul li a{font-size: 16px; padding: 0 10px;}
}

@media screen and (max-width: 1320px)  {
	.cta{padding:50px 50px 130px 50px;}	
	.cta h4{font-size: 20px;}
	.cta-btn{font-size: 16px;}
}
	
@media screen and (max-width: 1215px)  {
	.sub-wrapper{padding:60px 20px 60px 20px;}
	.home-brand-cont {
		padding:40px 20px 40px 20px;
	}
}




@media screen and (max-width: 1170px)  {

	
	.cta.form-half{width: 46%;}
	.cta-btn{display: inline-block; margin: 0 auto;}
	
	.footer{padding: 80px 20px;}
	.foot-half{width: 100%;}
	.divfooter{margin-left:0; margin-right: auto; text-align: left;}
	.ntda-logo{display: none}
	
	
	.foot-half img{margin-right: auto; margin-left: 0; display: inline-block; width:30%; max-width:300px;}
	.ntda-logo-mobile{display: inline-block; width:30%;}
	.ntda-logo-mobile img{max-width:200px; width:100%;}
	
	.footer .hiring-badge{display: none;}
	.hiring-badge-mobile{display: inline-block; width:30%;}
	.hiring-badge-mobile img{width:100%; max-width: 125px;}
}


@media screen and (max-width: 1090px)  {

/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
#menu-button{ 
	width: auto;
	display: block;
	font-size: 24px;
	position: relative;
	z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
	}
	#menu-button a{
		 color:#fff;
		 text-decoration: none;
		 padding:0 0 0 .8em; 
		 font-weight:normal;
		text-shadow: 2px 2px 3px #000;
	  }
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;
}
/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: relative;
		text-decoration: none;
		display: inline-block;
		font-size:16px;
		word-spacing:13px;
		padding:0 0 0 15px;
		color: #ccc !important;
	}
	
	nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
	nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

/* MENU HEADER STYLES */
nav.mobile .mobile_top {
	position: relative;
	display:block;
	padding: 0;
	margin:50px 0 10px 0;
	color: #999;
	font-size: 18px;
	font-weight: 400;
}

/* MENU CLOSE 'X' BUTTON */
nav.mobile .menu-toggle {
	position: absolute;
	padding: 3px 8px 3px;
	font-family: Arial, sans-serif;
	font-size:24px;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	top:-38px;
	right:13px;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}

/* MENU LIST STYLE */
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
	position:relative;
}

/* FIRST LEVEL */
nav.mobile ul li a {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size:15px;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	border-left:4px #333 solid;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-align: left;
}
nav.mobile ul li a:hover {
	background:rgba(45,45,45,0.5); 
	color: #fff; 
	border-left:4px #BF1F24 solid; /* border highlight - Change to fit match site colors */
}

/* SECOND LEVEL */
nav.mobile ul li li:last-child {border:none;}
nav.mobile ul li li a {
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	border-left:4px #444 solid;
	color: #fff;
	text-decoration: none;
}
nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

/* THIRD LEVEL */
nav.mobile ul li li li:last-child {border:none;}
nav.mobile ul li li li a {
	background: #555;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #fff;
	text-decoration: none;
	border-left:4px #555 solid;
}
nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}


.nav-footer {color:#BF1F24; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

/* FONT AWESOME ICONS */

	.header{margin-left: 0; width: 100%;}
	.logo{width: 100%; transform: skewX(0deg); box-shadow: none;margin:0;}
	.logo img{transform: skewX(0deg);}
	.header-right{width: 100%;justify-content: space-between;align-items: center;padding:10px 20px;}
	 .header-contact {
		 padding:0px;
		border-bottom:0px;
	  }
	.shrink .header-contact {
	  display: block;
	}
	
	.hiring-badge{position: absolute;top:0; right: 0;width: auto;}

}

@media screen and (max-width: 900px)  {
	.welc-left h2{font-size: 24px;}
	.welc-left h4{font-size: 20px;}
	
	.sub-half{width: 100%; padding-right: 0;}
	.sub-hours{width: 60%; margin-top: 40px;}
	.flex-form .flex-row{flex-wrap: wrap;}
	.col-1-3, .col-2-3, .col-1-2 {
		width:100%;
	}
}






@media screen and (max-width: 820px)  {
	.welc-left{width: 50%;}
	.welc-right{padding:60px 40px 60px 60px;}
	.alert-banner {
		padding:5px 20px;
	}
	.alert-banner p {
		font-size: 20px;
	}
	.alert-banner a {
		font-size: 16px;
	}
	.shrink .alert-banner {
		padding:3px 20px;
	}
	.shrink .alert-banner p {
		font-size: 16px;
	}
	.shrink .alert-banner a {
		font-size: 13px;
	}
	
}

@media screen and (max-width: 700px)  {
	.header-contact ul li a span {
		display: none;
	}
	.logo{width:100%;}
	.shrink .logo{width:100%;}
	
	.cta {
		width:100%;
		padding: 40px 20px;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap:20px;
	}
	.cta img {
		margin:0;
	}
	
	.cta h4{
		margin: 0;
		padding: 0 0 20px 0;
	}
	
	
	.cta-txt{
		text-align: left;
	}
	.wrap-slider-wrap {
		background:url(../siteart/slides/slide1-2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.hero-slider-1 {
		display: none!important;
	}
	.hero-overlay {
		position: static;
		padding:50px 10px;
		height: auto;
	}
	.hero-overlay h1 {
		font-size: 5.5vw;
	}
	.hero-overlay h1 span {
		font-size: 7vw;
	}
	.form-half{width: 98%;}
	
	.welc-left{width: 100%; padding: 40px 40px 40px 0; margin:0;}
	.welc-right{width: 100%; padding:40px;}
	
	.ci-third{width:100%; padding:20px 0;}		
	
	.foot-third{width:48%; padding:20px 0;}
	.foot-half{padding-bottom: 20px;}
}

@media screen and (max-width: 600px)  {

	
	
	.sub-hours{width: 100%; margin-top: 30px;}
	
	.thumbnail{width:20%;}
	.ntda-logo-mobile{width:100%; text-align: center;}
	.foot-half img{width:100%; margin: 0 auto;}
	
	.foot-half:last-child{text-align: center;}
	
	.text-info-cont h3 {
		font-size: 18px;
	}
	.text-info-cont ul li {
		font-size: 14px;
	}
	
}

@media screen and (max-width: 550px)  {
	.western-plows img{display: block;}
	.hiring-badge {
		width:30%;
	}
	.logo img {
		width:70%;
	}
	
}



	
@media screen and (max-width: 450px)  {
	.hero-btn-cont-1 a {
		width:100%;
		max-width: 250px;
		margin:0 auto;
		font-size: 16px;
		padding:10px 20px 10px 10px;
		clip-path: polygon(0% 0%,100% 0%,90% 100%,0% 100%);
	}
	.add-part{padding: 20px;}
	.hero-btn-cont-1 a:nth-of-type(2) {
		padding:10px 10px 10px 20px;
		clip-path: polygon(0% 0%,100% 0%,90% 100%,0% 100%);
	}
	.footer{padding: 20px;}
	.foot-third:last-child{width:100%; text-align: center;}
	.divfooter{text-align: center; margin: 0 auto; width:90%;}
}