﻿/***** 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 {
	background:#fff;
	font-family: 'Lato', sans-serif;
	margin:0;
	color:black;
	font-size:18px;
}

td {vertical-align: top;}


/***** Global text link style *****/

a {
    text-decoration:underline;
    color:#39b54a;
}
a:hover  {
    text-decoration:none;
}

.pages-text ul a:hover{
	color:#3581e3;
}

.info-box p a:hover  {
    color: #39b54a;
}

.top-bar p a:hover {
	color: #39b54a;
	text-decoration:none;
}

img {
    border:0;
	display:inline-block;
	max-width: 100%;
}
.cd-top {
  display: inline-block;
  outline: none; /* Remove outline */
  border: none; /* Remove borders */
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #39b54a url(../siteart/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  padding:5px; /* Some padding */
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius:100px;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #3581e3;
  opacity: 1;
}
.cd-top:hover {
  background-color: #3581e3;
}



h1, h2, h3, h4, h5 {
	font-weight:700;
	line-height:1em;
	margin:0 0 15px 0;
	font-family: 'Lato', sans-serif;
	color: #1b457b;
}

h1 {
	font-size:40px;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
}

h2 {
	font-size:30px
}

h3 {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	font-size:38px;
}

h4 {
	font-size:24px;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	color: #fff;
}

h5 {
	color:#1b457b;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:32px;
}

p {
	margin-bottom:15px;
	font-size:18px;
	font-family: 'Lato', sans-serif;
}

.pages-text ul a{
	color:#fff;
	text-decoration:none;
}

.info-box p a {
	color:#fff;
}
	
.top-bar p a {
	color:#fff;
	text-decoration:none;
}
 
.wrapper {
	width:92%;
	margin:0 auto;
	max-width:1170px;
} 
.wrapper-inv-body {
	width:92%;
	margin:0 auto;
	max-width:1400px;
}

.padit{padding:2% 0;}

.green-button {
	display:inline-block;
	margin-bottom:15px;
	padding:12px 50px;
	background: #39b54a;
	color: #fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	transition-property: background;
    transition-duration: .25s;
    transition-timing-function: linear;
}

.green-button:hover {
	background: #3581e3;
	color:#fff;
}

form .green-button {
	border-style:none;
}

.space-for-sticky {height: 100px;}
.hero-text {
	padding:60px 0;
}

.hero-text h1 {
	color:white;
	font-size:84px;
	text-shadow: 2px 2px 5px #000;
}

.hero-text p {
	color:white;
	font-size:32px;
}

.hero-text .small-box .green-button {
	float: left;
	box-sizing:border-box;
	display:block;
	font-size: 30px;
	font-weight: 700;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}

.truck {
	display:block;
	background:url(../siteart/truck_image.jpg) center center no-repeat; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.quickform {
	display:block;
	background:url(../siteart/quickform-background.jpg) center center no-repeat; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	text-align:center;
}
.quickform .hero-text{padding:120px 4% 140px;}
.quickform .hero-text h1 {
	font-size: 60px;
	background: #1b457b;
	display: inline-block;
	padding: 10px 40px;
	line-height: 60px;
	border-radius: 5px;
	text-shadow: none;
}

.quickform .hero-text p {
	background: #1b457b;
	display: inline-block;
	padding: 10px 40px;
	border-radius: 5px;
	text-shadow: none;
}

.quickform .green-button {
	box-sizing:border-box;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}
.bullets{display:inline-block;width:49%;padding-right:20px;box-sizing:border-box;vertical-align:top;}
.bullets i{color:#39b54a;margin-right:5px;}
#start-here{margin:0px;padding: 15px;border: #ccc 1px solid;background: #1b457b;color: #fff;}
#start-here h2{color:#fff;}
#offers i{font-size:42px;vertical-align:middle;color:#39b54a;}
.offer {
	background: #1b457b;
	padding:40px 0;
	text-align:center;
}
 
.offer h2, .customers h3, .offer p, .customers p {
	color: #fff;
}
.credit h3, .credit p {
	color: #1b457b;
}

.small-box {
	float: left;
	width: 33.33%;
	padding:15px;
	box-sizing:border-box;
}
.small-box img {
	height:40px;
	width:auto;
}

/*ABOUT PAGE*/
.small-box-about {
	float:left;
	width: 30%;
	padding:15px;
	box-sizing:border-box;
	padding-bottom:40px;
	color:#1b457b;
	position:static;
}
.large-box-about {
	float:left;
	width: 70%;
	padding:15px;
	box-sizing:border-box;
	padding-bottom:40px;
	position:static;
}

.about-us {
	background: #fff;
	padding:20px 0;
	position:static;
	color:#1b457b;
}

.about-us h4{color:#1b457b;}

.faq {
	padding:0 0;
}

.faq .hero-text {
	padding: 30px 0;
}


.faq-text {
	background: #1b457b;
	padding:20px 0;
	text-align:center;
}

.faq-box {
	float: left;
	width: 25%;
	padding:15px;
	padding-top:40px;
	box-sizing:border-box;
	color: #fff;	
}

.faq-text h2, .fag-box p {
	color: #fff;
}
.faq-text h2{font-size: 20px;text-transform: uppercase;line-height: 1.5em;}
.faq-text span{color:#39b54a;}



/*HOW IT WORKS PAGE*/

.how-it-works {
	background: #1b457b;
	padding:20px 0;
	text-align:center;
	position:static;	
	padding-bottom:40px;
}

.how-title {
	background: #fafafa;
	color: #1b457b;
	padding:40px 0;
	border-bottom:#f1f1f1 1px solid;
}

.how-title h1 {
	font-size:70px;
	padding-left:20px
}

.how-text {
	width: 100%;
	padding:15px;
	box-sizing:border-box;
	color:#fff;
	text-align:left;
}

.how-text h4{color:#fff !important;}

.how-pic {
	width:60%;
	margin:20px auto;

}

.program{}
.program h2{float:left;color:#fff;background:#1b457b;text-transform:uppercase;line-height:1em;padding:10px 20px;margin:0 0 0 0;box-sizing:border-box;}
.program h2.short{width:20%;background:#39b54a;}
.program h2.long{width:80%;}
.program h4{color:#1b457b;padding:10px;border:#1b457b 1px solid;}
.program h4 span{color:#39b54a;}
.program i{color:#39b54a;margin-right:5px;}

/**/

/*INVENTORY*/

.inventory {
	background: #fff;
	padding:20px 0;
	text-align:center;	
}

.inventory-text h1 {
	font-size:70px;
	line-height:70px;
}

.inventory-title {
	background: #fff;
	color: #1b457b;
	padding-top:50px;
	text-align:left;
	
}

.inventory-text {
	width: 100%;
	padding:20px 30px;
	box-sizing:border-box;
	color:#1b457b;
	text-align:left;
	display:block;
	float:left;
	border-right:#ccc 1px solid;
}

.flex-inv-page {
	display: flex; 
	justify-content: space-between;
	width: 100%;
}

.inv-text-text {
	width: 60%;
}

.inventory-image {
	display:block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url url(../siteart/truckslider.jpg) no-repeat;
	width: 100%;
	padding-left: 0;
	padding-bottom:20px;
}

.inventory-form {
	float: right;
	width: 40%;
	padding:0 30px;
	box-sizing:border-box;
	display:inline;
	text-align:left;
}

.inventory-form h4{
	color:#1b457b;
}

.dealer-name { color: #1b457b!important; }

a.view-listing-details-link {background: #39b54a!important; }
a.view-listing-details-link:hover {background: #3581e3!important; }
a.contact-btn {background: #1b457b!important; }
a.contact-btn:hover {background: #3581e3!important; }
a.collapsible-contact-list-item {background: #1b457b!important; }
a.collapsible-contact-list-item:hover {background: #3581e3!important; color: #fff!important; }
button.ts-button.faceted-search {background: #1b457b!important; }
button.ts-button.faceted-search:hover {background: #222!important; }
button.ts-button.selected-facet {background: #1b457b!important; }
button.ts-button.selected-facet:hover {background: #222!important; }
button.ts-button.faceted-show-all-btn {background: #1b457b!important; }
button.ts-button.faceted-show-all-btn:hover {background: #222!important; }

/**/

/*CONTACT US*/

.map {
	width:100%;
	display:block;
	align-content:center;
	margin: 0 auto;
	position:relative; 
}
	
.overlay {
	width:100%;
	min-height:250px; 
	position:absolute; 
	top:0;
}

.blue-tab {
	display:block;
	background: #1b457b;
	padding:10px 20px;
	align-content:center;
	margin:0 auto;
}

.info-box {
	float: left;
	text-align:center;
	height:456px;
	width: 25%;
	padding:15px;
	padding-top:70px;
	box-sizing:border-box;
	color: #fff;	
}
.info-box h2 {
	color: #fff;
}

.info-box i {
	text-align:center;
	border: 2px solid #fff;
	border-radius: 100%;
	width: 91px; 
	height: 91px; 
	line-height: 91px;
	margin:0 auto 15px;
	display:inline-block; 
}

i {	
	box-sizing:border-box;
}

.fa {
	display:inline-block;
}

.contact-us-form {
	text-align:left;
	padding:15px;
	padding-top:40px;
	box-sizing:border-box;
	align-items:center;
	margin:0 auto;
	width:80%;
	
}

/**/

/*APPLY*/

.apply-head {
	
}

.apply-tab {
	background: #1b457b;
	text-align:center;
	position:static;	
	padding:40px 0;
}

.apply-text {
	width: 75%;
	margin: 0 auto;
	padding:40px;
	box-sizing:border-box;
	color:#1b457b;
	border-radius:.5%;
	background-color: #fff;
	text-align:left;
}

.apply-text h5 {
	color:#fff;
}

.form select {
	padding:5px;
	box-sizing:border-box;
	width:100%;
	}

.apply-text form select {
	vertical-align:top;
	padding:6px;
	width:100%;
	margin:5px 0 10px 0;
	box-sizing:border-box;
	font-size:16px;
	font-family: 'Lato', sans-serif;
	color:#1b457b;
}

.apply-text h1 {
	font-size:70px;
	padding-bottom:10px;
}

/**/

.text-box {
	float: left;
	width:66.66%;
	box-sizing:border-box;
	padding-top:30px;
}

.credit-pic {
	float: left;
	width:33.33%;
	box-sizing:border-box;
	height:400px;
	box-sizing:border-box;
	background:url(../siteart/man_suit.jpg) center center no-repeat; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.credit-pic img, .customers-pic img {
	display:block;
}

.customers {
	background: #1b457b;
	padding: 0;
	size:auto;
	text-align:left;
}

.customers-text {
	float: right;
	width:50%;
	box-sizing:border-box;
	padding-top:30px;
	padding-left:50px;
}

.customers-pic {
	float: left;
	width:50%;
	height:450px;
	box-sizing:border-box;
	background:url(../siteart/man_truck.jpg) center center no-repeat; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#Tony {
	text-align:right;
	padding-top:10px;
	padding-right:20px;
}

.logos {
	display:block;
	box-sizing:border-box;
	padding:20px;
	text-align:center;
	
}
	
.logos-box {
	display:inline-block;
	width: 23.33%;
	padding:15px;
	box-sizing:border-box;
	padding-top:15px;
	padding-bottom:20px;
}

.logos img{display:inline-block;max-height: 80px;width:auto;}


.pages-list {
	padding:50px 0;
}
.pages-list img{display:inline-block;}


.pages-text {
	float: left;
	width: 16%;
	padding:15px;
	box-sizing:border-box;
}

.pages-text a i {
	float: right;
	padding:15px;
}

.pages-form {
	float: left;
	width: 33.33%;
	padding:15px;
	box-sizing:border-box;
	border: #ccc 1px solid;
	background:#1b457b;
}

.pages-form .green-button {
	border:none;
	padding:10px 50px;
	width:auto;
	float:right;
}
	
.pages {
	display:block;
	background:url(../siteart/shaking_hands.png) center center no-repeat; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color:white;
	font-size:14px;
}

input {
	padding:5px;
	box-sizing:border-box;
	width:100%;
	margin:5px 0 10px 0;
	
}

input[type=checkbox],
input[type=radio]{ 
	width: 30px;
}

form {
	vertical-align:top;
	margin:0 auto;
}

.form .green-button {
	box-sizing:border-box;
	display:block;
	
}

.float {
	float:left;
}

.CaptchaPanel {
    margin: 0px 0px 0px 0px !important;
    text-align: center;
    padding: 2px !important;
}

.CaptchaImagePanel,
.CaptchaMessagePanel,  
.CaptchaAnswerPanel, 
.CaptchaWhatsThisPanel {
	margin:0px 0px 0px !important;
	font-size: 12px;
	color: #000;
	text-align: left !important;
	font-weight:normal!important;
	padding:0px 0 0!important;
	box-sizing:border-box;
	}

.CaptchaImagePanel{float:left;margin-right:10px !important;}
.CaptchaMessagePanel{
    font-size: 10px;
}
#CaptchaAnswer{margin:5px 0; width:40%;}
fieldset{width:98%;box-sizing:border-box;margin:10px 1% 15px;background:#fff;border: #ccc 1px solid;}


/* header styles */


header {
	display:block;
	background: #fff;
	color: #fff;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	position:fixed;
	width:100%;
	z-index:99;
}
.header-invoice {
	display:block;
	background: #fff;
	color: #000;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	width:100%;
	z-index:99;
}
.stickynav{display:block;width:100%;height:146px;}

.header {
	display:block;
	float:left;
	width: 16.66%;
	padding:15px;
	box-sizing:border-box;
	text-decoration:none;
}
header img{display:inline-block;}

.top-bar {
	background:#1b457b;
	padding:5px 0;
}

.top-bar p {
	padding:0 0 0 0;
	margin-bottom:0;
	color:#fff;
}

.address {
	float:left;
	padding-right:40px;
	padding-top:18px;
}
.address.right{float:right;padding-right:0;}
.address.phone{padding-top:0;}
.address.phone p a{font-size:34px;}
	
.apply {
	background:#39b54a;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 16px !important;
}

/* Navigation links section */

.logo-bar {
	display:block;
	background:#fff;
	margin:20px 15px;
}

.logo {
	float:left;
	width:25%;
	position:fixed;
	
	height:100px;
}

.logo-image {
	float:left;
	width:20%;
	padding:15px 0;

}

.nav-bar {
	float:right;
	width:100%;
	display:block;
	height:50px;
}



/* Footer section styles */


footer {
	color:#fff;
	display:block;
	background:#000;
	font-size:10px;
}

#site {
	text-align:left;
	float:left;
	width:50%;
	padding-top:20px;
	font-size:12px;	
}

#copyright {
	text-align:right;
	float:right;
	width:-50%;
	padding-top:20px;
	font-size:12px;
}

/*Needed for Parallax*/
.parallax-window1 {
    min-height: 200px;
    background: transparent;
}

.parallax-window2 {
    min-height: 300px;
    background: transparent;
}
/*Needed for Parallax*/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2.0%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.5%;
}
.span_10_of_12 {
  	width: 83%;
}

.span_9_of_12 {
  	width: 74.5%;
}

.span_8_of_12 {
  	width: 66%;
}

.span_7_of_12 {
  	width: 57.5%;
}

.span_6_of_12 {
  	width: 49%;
}

.span_5_of_12 {
  	width: 40.5%;
}

.span_4_of_12 {
  	width: 32%;
}

.span_3_of_12 {
  	width: 23.5%;
}

.span_2_of_12 {
  	width: 15%;
}

.span_1_of_12 {
  	width: 6.5%;
}


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 780px) {
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
}


.hosted-content h1{font-size:30px;}
.hosted-content h2{font-size:26px;}
.hosted-content h3{font-size:24px;}
.hosted-content h4{font-size:20px;}
.hosted-content h5{font-size:18px;}
.hosted-content #main-search{display:none;}
.hosted-content .col{margin: 1% 0 1% 0% !important;}


/*===================== 
                Responsive styles 
=======================*/
@media screen and (max-width: 1280px) { 
/*ABOUT US*/
	.logo-image{width:15%;padding:17px 0;}
	
	.hero-text {
		padding:60px 20px;
	
	}
	
	.hero-text h1 {
		font-size:66px;
	}
	
	.hero-text p {
		font-size:26px;
	}
	
	.hero-text .small-box .green-button {
		margin:-10px; 
	} 
	.faq hero-text  {
		margin:0 auto;
	}

/*credidt*/      
	.text-box {
		width:100%;
		padding-bottom:20px;
		
	}
	.credit-pic {
		display:none;
		float: none;
		width:100%;
	}
	.info-box {
		margin:0 auto;
	}
.program h2{font-size: 20px;}
	
}
@media screen and (max-width: 1100px) {
.address.right{float:right;padding-right:0;}
.address{padding-top:0;}
.address.phone p a{font-size:inherit;}	
.logo-image{width:100%;padding:17px 0;text-align:center;float:none;}
header .wrapper{width:96%;}
	
}
@media screen and (max-width: 1010px) {
	.quickform .hero-text h1 {font-size: 40px;line-height: 40px;}
}

@media screen and (max-width: 900px) {

	header {position:relative;}
.stickynav{display:none;}
.top-bar p{font-size:12px;}
	
	.side-bar {
		display:none;
	}
	.body-copy {
		width:100%;
		padding:70px 20px 20px 20px;
	}
	.small-box {		
		width: 96%;		
	}
	.program h2.short{width:40%;}
	.program h2.long{width:60%;}
	
/*About Us*/
	.faq-box {
		padding:30px 30px;
		width:50%;
		height:300px;
	}
	
/*HOW IT WORKS*/	
	.how-title h1 {
	font-size:52px;
	padding-left:20px
	}
	.how-pic {
		width:100%;
	}
	
/*INVENTORY*/
	.flex-inv-page { flex-direction: column; }
	.flex-inv-page > div { width: 100%; }
	
	.inventory-text h1 {
		font-size:52px;
		line-height:70px;
	}
	
	.inventory-form {
		width:100%;
		padding:15px 0;
		float: none;
		box-sizing: border-box;
	}
	.inventory-text {
		width: 100%;
		border-right:none;
		padding:0;
		float:none;
		background-image: none;
	}
	
}
@media screen and (max-width: 768px) {
	.logo-image {
		width:50%;
		float:left;
	}
/*Home*/
	.text-box {
		text-align:none;
		padding-left:20px;
		padding-bottom:15px;
		width:100%;		
	}
		
	.customers-text {
		text-align:right;
		padding-right:20px;
		padding-bottom:15px;
		width:100%;
		display:block;	
	}

	.customers-pic {
		width:100%;
		display:block;
	}
	
/*About Us*/
	.faq-box {
		padding:15px;
		width:100%;
		height:auto;
	}
		
/*contact us*/
	.info-box {
		padding:30px 0;
		width:50%;
		max-height:320px;
	}
		
/*Footer*/	
	.pages-list {
		padding:20px 0;
		
	}
	
	.pages-text {
		width:50%;
		min-height:240px;
		padding:15px;
		padding-bottom:50px;
	}	

	.pages-form {
		text-align:left;
		padding:20px;
		box-sizing:border-box;
		width:100%;
		margin:5px 0 10px 0;
	}

	#site {
		text-align:center;
		width:100%;
		padding-top:20px;	
	}

	#copyright {
		text-align:center;
		width:100%;
		padding-top:0px;
	}
	
}
@media screen and (max-width: 700px) {
	.program h2.short{width:100%;}
	.program h2.long{width:100%;}
	.quickform .hero-text p {font-size: 18px;}
	.quickform .hero-text{padding:80px 4% 80px;}

}

@media screen and (max-width: 570px) {
/*Header*/
	.top-bar {
		background:#1b457b;
		padding:5px 0;
	}
	
	.top-bar p {
		padding:0 0 0 0;
		margin-bottom:0;
	}
	
	.address {
		float:none;
		padding-right:10px;
		padding-top:10px;
		text-align:right;
	}

	
		
/*Inventory*/
	.inventory-image {
		display:none;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	    background: url url(../siteart/truckslider.jpg) no-repeat;
	}
	
/*Footer*/
	.pages-list {
		padding:10px 0;
	}
	
	.pages-text {
		width:auto;
		padding-bottom:10px;
		box-sizing:border-box;		
	}
		
/*contact us*/
	.info-box {
		width:100%;
		text-align:center;
		padding:30px 0;
		max-height:none;
		height:auto;
	}
	
.parallax-window1 {
		min-height: 50px;
		}
		
		
.small-box-about {
	float:none;
	width: 100%;
}
.large-box-about {
	float:none;
	width: 100%;
}
.top-bar p a {
	text-decoration:underline;
}	


.hero-text .small-box .green-button {font-size: 20px;}	
.quickform .hero-text h1 {font-size: 30px;line-height: 30px;}

}
@media screen and (max-width: 480px) {
/*Header*/
	.top-bar {
		background:#1b457b;
		padding:5px 0;
		text-align:center;
	}
	
	.top-bar p {
		padding:0 0 0 0;
		margin-bottom:0;
	}
	
	.address {
		float:none;
		padding-right:0;
		padding-top:10px;
		text-align:center;
		display:inline-block;
	}
	
.address.right{float:none;padding-right:0;}

/*Home*/
	.hero-text {
		padding:30px 20px;
	}
	
	.hero-text h1 {
		font-size:50px;
	}
	
	.hero-text p {		
		font-size:22px;
	}
	.body-copy {
		width:100%;
		padding:20px 20px 20px 20px;
	}
		
/*About Us*/
	.faq-box {
		padding:15px;
		width:100%;
		height:auto;
	}
	
/*Apply*/	
	.apply-text {
		width: 95%;
	}
	
/* Footer section styles */
	#site {
		text-align:center;
		width:100%;
		padding-top:20px;	
	}

	#copyright {
		text-align:center;
		width:100%;
		padding-top:0px;
	}
	
	.logos-box {
			width:100%;
			padding:25px 0;
	}
	.pages-list {
		padding:0;
		padding-bottom:-20px;
	}
	.pages-text {
	float: none;
	width: 100%;
	padding:15px;
	min-height:auto;
}
}
