﻿/***** 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;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #040707; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #040707;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family: 'Barlow', sans-serif;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#040707 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.top-header{
	background: #040707;
	color: #fff;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 48px;
	text-transform: uppercase;
	
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	letter-spacing: 1px;
}
.top-header a{
	color: #fff;
}

.logo{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.logo img{
	max-width: 100%;
}

/*---BODY--------------------------------*/
.center{text-align: center;}
.bg-img{
	background: url("/siteart/bg-tractor.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.copy-wrapper{
	max-width: 1200px;
	margin: 0 auto;
}
.blue{
	color: #193847;
}

.heading-lg{
	font-family: 'Barlow', sans-serif;
	font-weight: 800;
	font-size: 72px;
	line-height: 1.1;
	text-transform: uppercase;
}
.heading{
	font-family: 'Barlow', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 1.1;
	text-transform: uppercase;
}
.copy-wrapper p{
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
}

.icons-list li{
	position: relative;
	padding-left: 40px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
}
.icons-list li i{
	position: absolute;
	left: 0;
	top: 7px;
	width: 24px;
	text-align: center;
}

.icons-list-lg li{
	position: relative;
	padding-left: 60px;
	font-size: 24px;
	line-height: 48px;
	font-weight: 800;
}
.icons-list-lg li i{
	position: absolute;
	left: 0;
	top: 12px;
	width: 48px;
	text-align: center;
}


.bg-blue{
	background: #193847;
	color: #fff;
}
.bg-white{
	background: #fff;
	color: #070a0a;
}
.bg-blue a{
	color: #fff;
}
.bg-white a{
	color: #070a0a;
}
.cta-icons{
	display: flex;
	flex-wrap: wrap;
}
.cta-icons a{
	width: 25%;
	text-align: center;
	display: block;
	padding: 20px;
	box-sizing: border-box;
}
.cta-icons a h2{
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #193847;
}
.cta-icons img{
	max-width: 100%;
	margin: 0 auto;
}

.uppercase{text-transform: uppercase;}

/*--------FORM STYLES--------------------*/

.custom-form .flex{display: flex; gap: 10px;}
.custom-form input{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #000000;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #f3f3f3;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #000000;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #f3f3f3;
}
.custom-form label{
	box-sizing: border-box;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	color: #000000;
	line-height: 24px;
	margin-bottom: 24px;
	display: block;
}

.CaptchaPanel{
	text-align: left !important;
	font-family: 'Barlow', sans-serif;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #000000 !important;
}

.cta{
	display: inline-block;
	margin-top: 10px;
	background: #193847;
	color: #fff;
	padding: 20px;
	min-width: 200px;
	text-align: center;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	
	outline: none;
	border: none;
}


/*-------- FOOTER STYLES ----------------*/
footer{}

.footer{
	
	font-family: 'Barlow', sans-serif;
}


.vertical-divider{width: 2px; margin: 0 10px; background: #999; opacity: 0.25}

/* COLUMNS */
.hero-pad{
	padding: 5vw;
	box-sizing: border-box;
}
.pad{
	padding: 3vw 5vw;
	box-sizing: border-box;
}
.align-center{align-items: center;}
.col-row{display: flex; flex-wrap: wrap; position: relative;}

@media (min-width: 1200px){
	
	.right-lg{text-align: right;}
	.hero-pad h1{padding-left: 40px;}
	.col-lg-12{
		width: 100%;
	}
	.col-lg-11{
		width: 91.66667%;
	}
	.col-lg-10{
		width: 83.33333%;
	}
	.col-lg-9{
		width: 75%;
	}
	.col-lg-8{
		width: 66.666667%;
	}
	.col-lg-7{
		width: 58.333333%;
	}
	.col-lg-6{
		width: 50%;
	}
	.col-lg-5{
		width: 41.66667%;
	}
	.col-lg-4{
		width: 33.33333%;
	}
	.col-lg-3{
		width: 25%;
	}
	.col-lg-2{
		width: 16.66667%;
	}
	.col-lg-1{
		width: 8.33333%;
	}
	.col-lg-hidden{display: none !important;}
}
@media (min-width: 992px) and (max-width: 1199px){
	
	.right-md{text-align: right;}
	
	.cta-icons a{
		width: 50%;
	}
	
	.col-md-12{
		width: 100%;
	}
	.col-md-11{
		width: 91.66667%;
	}
	.col-md-10{
		width: 83.33333%;
	}
	.col-md-9{
		width: 75%;
	}
	.col-md-8{
		width: 66.666667%;
	}
	.col-md-7{
		width: 58.333333%;
	}
	.col-md-6{
		width: 50%;
	}
	.col-md-5{
		width: 41.66667%;
	}
	.col-md-4{
		width: 33.33333%;
	}
	.col-md-3{
		width: 25%;
	}
	.col-md-2{
		width: 16.66667%;
	}
	.col-md-1{
		width: 8.33333%;
	}
	.col-md-hidden{display: none !important;}
}
@media (min-width: 768px) and (max-width: 991px){
	
	.nopad-top-sm{padding-top: 0 !important;}
	.nopad-bottom-sm{padding-bottom: 0 !important;}
	
	.pad{padding: 10vw;}
	.col-sm-12{
		width: 100%;
	}
	.col-sm-11{
		width: 91.66667%;
	}
	.col-sm-10{
		width: 83.33333%;
	}
	.col-sm-9{
		width: 75%;
	}
	.col-sm-8{
		width: 66.666667%;
	}
	.col-sm-7{
		width: 58.333333%;
	}
	.col-sm-6{
		width: 50%;
	}
	.col-sm-5{
		width: 41.66667%;
	}
	.col-sm-4{
		width: 33.33333%;
	}
	.col-sm-3{
		width: 25%;
	}
	.col-sm-2{
		width: 16.66667%;
	}
	.col-sm-1{
		width: 8.33333%;
	}
	.col-sm-hidden{display: none !important;}
	
	.footer .logo{padding-top: 40px;}
	.top-header{flex-direction: column;
		line-height: 30px;
	 	padding: 16px 30px;
	}
}
@media (max-width: 767px){
	
	.nopad-top-xs{padding-top: 0 !important;}
	.nopad-bottom-xs{padding-bottom: 0 !important;}
	
.custom-form .flex{
	flex-wrap: wrap;
}
	.cta-icons a h2{font-size: 13px;}
	.heading-lg{
		font-size: 36px;
	}
	.cta-icons a{
		width: 50%;
		font-size: 12px;
	}
	.pad, .hero-pad{padding: 10vw;}
	.footer .logo{padding-top: 40px;}
	.col-xs-11{
		width: 91.66667%;
	}
	.col-xs-10{
		width: 83.33333%;
	}
	.col-xs-9{
		width: 75%;
	}
	.col-xs-8{
		width: 66.666667%;
	}
	.col-xs-7{
		width: 58.333333%;
	}
	.col-xs-6{
		width: 50%;
	}
	.col-xs-5{
		width: 41.66667%;
	}
	.col-xs-4{
		width: 33.33333%;
	}
	.col-xs-3{
		width: 25%;
	}
	.col-xs-2{
		width: 16.66667%;
	}
	.col-xs-1{
		width: 8.33333%;
	}
	.col-sm-12, .col-xs-12{width: 100%;}
	.col-xs-hidden{display: none !important;}
	.top-header{flex-direction: column;}
	
	.top-header{flex-direction: column;
		line-height: 30px;
	 	padding: 16px 30px;
	}
	.top-header a {
		white-space: nowrap;
	}
}





