﻿/***** 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: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background:#0057b8 ;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffdb53;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: #03417c;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*--- HEADER STYLES ---------------------*/
header {}
.headertop {
    background: #03417c;
    padding: 10px 3%;
    display: flex;
    justify-content: flex-end;
	font-family: "Rubik", sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	align-items: center;
	width: 100%;
}
.headertop a {
    color: #fff;
    padding: 0px 14px 0px 7px;
}

.headerbottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.headernav {
    width: 80%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    padding: 0px 3%;
    box-sizing: border-box;
}
.headerlogosect{
	padding: 16px 3%;
    width: 20%;
    box-sizing: border-box;
}
.headerlogosect img{
width: 200px;
}
.herosection {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    overflow: hidden;
}
.heroleft {
    background: #0057b8;
    box-sizing: border-box;
    padding: 20px 3%;
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.heroright {
    width: 60%;
    padding: 30px 0px;
	background: url("/siteart/texture-hero-bkgd.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.heroimg {
    width: 120%;
    position: relative;
    right: 100px;
}
.headerbanner {
    background: #0057b8;
    margin-bottom: 2px;
    padding: 15px 3%;
	font-family: "Rubik", sans-serif;
}
.bannertext{
	color: #fff;
	font-size: 24px;
	font-style: italic;
}
.bannertext span{
	color: #ffdb53;
	font-weight: 600;
	font-style: normal;
}
.heroheader {
    font-family: 'Rubik';
    text-transform: uppercase;
    font-size: 72px;
    line-height: 60px;
    color: #ffdb53;
    font-weight: 500;
    padding-bottom: 8px;
}
.heroheader span{
   width: 100%;
	display: block;
}
.herosubhead {
    font-family: 'Rubik';
    font-size: 32px;
    font-weight: 200;
    font-style: italic;
    color: #fff;
    padding-bottom: 40px;
}
.heropara {
    font-family: 'Rubik';
    font-size: 18px;
    font-weight: 200;
    color: #fff;
	font-style: italic;
    padding-bottom: 40px;
	padding-right: 15px;
}
.yellowoutlinebtn {
    border: solid #ffdb53 2px;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
    padding: 10px 50px;
    font-weight: 500;
    color: #ffdb53;
}
.hpaboutsection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hpaboutimg {
    height: 610px;
    width: 40%;
    background: url(/siteart/dozer-used.jpg);
    background-size: cover;
    background-position: center;
}
.hpabouttext {
    width: 60%;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 10%;
}
.headertext {
    font-family: 'Rubik';
    font-size: 34px;
    padding-bottom: 10px;
    line-height: 28px;
}

.smheadertext {
    font-family: 'Rubik';
    font-size: 25px;
    padding-bottom: 10px;
    line-height: 26px;
}
.headertext span {
    width: 100%;
    display: block;
    font-size: 24px;
    color: #043f79;
}
.paratext {
    font-family: 'Rubik';
    line-height: 33px;
    font-size: 17px;
    margin: 5px 0px 10px 0px;
    color: #000;
}
.paratext a{
    font-family: 'Rubik';
    line-height: 33px;
    font-size: 17px;
    color: #000;
	text-decoration: underline;
}
.bluebtn {
    background: #0057b8;
    color: #fff;
    font-family: 'Rubik';
    font-weight: 500;
    padding: 10px 70px;
	transition-duration: 0.5s;

}
.bluebtn:hover {
    background: #026fe8;
}
.white{color: #fff!important;}
.hplocationsect {
    background: #19222a;
    display: flex;
    align-items: center;
    padding: 8% 3%;
	justify-content: space-between;
}
.yellowbtn {
    background: #ffcc0b;
    color: #000;
    text-transform: uppercase;
    font-family: 'Rubik';
    font-weight: 500;
    padding: 10px 50px;
	transition-duration: 0.5s;
}
.yellowbtn:hover {
    background: #ffd63a;
}
.hplocationleft h3 {
    padding-bottom: 40px;
}

.hplocationtext {
    padding: 45px 40px;
    box-sizing: border-box;
}
.hplocationimg img {
    width: 100%;
}
.hplocationright {
    margin-left: 5%;
    width: 65%;
    background: #26323d;
    border-bottom: solid #0063d2 10px;
    display: flex;
    align-items: center;
}
.linktext {
    font-family: 'Rubik';
    border-bottom: solid 1px;
    padding-bottom: 4px;
	transition-duration: 0.3s;
}
.linktext:hover {
    padding-bottom: 5px;
}
.linktext i{
   font-size: 12px;
}
.hpscrollinginv {
    background: #0057b8;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 90px 20px;
	text-align: center;
}
.hpscrollinginv h3{
    width: 100%;
}
.scrolling-wrap {
    width: 100%;
    margin: 15px 0px 30px 0px;
}
iframe.scrolling {
    height: 90px;
    width: 100%;
}
.hpcontactsect {
    display: flex;
    padding: 80px 3%;
}
.hpcontactleft {
    width: 50%;
}
.flex-box {
    display: flex;
    justify-content: space-between;
}
.half-box {
    width: 50%;
    box-sizing: border-box;
    padding: 20px 20px 20px 0px;
}
.bold{font-weight: 600;}
.hpphonelink {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    font-family: 'Rubik';
}
.hpcontactright {
    width: 50%;
    text-align: center;
}
.hpcontactleft {
    width: 50%;
}
.hpcontactform {
    padding: 30px 0px;
}
.fullformfield {
    width: 100%;
    height: 40px;
    margin: 5px 0px;
	padding: 0px 10px;
	box-sizing: border-box;
	font-family: 'Rubik';
	border: solid #0063d2 1px;
}
.message {
    width: 100%;
    margin: 5px 0px;
    padding: 12px 10px;
    box-sizing: border-box;
    height: 150px;
	font-family: 'Rubik';
	border: solid #0063d2 1px;
}
.submit {
    font-size: 15px;
    width: 240px!important;
    background: #0aadef;
    border: none;
    height: 40px!important;
    font-weight: 700;
    text-transform: uppercase;
	cursor: pointer;
	margin: 0px!important;
	transition-duration: 0.5s;
}
.submit:hover {
   
    background: #4acbff;

}
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
#formpage input.submit-button, #formpage input.submit-button:focus, #submit-btn button {
    background: #0057b8;
    border: none;
    padding: 4px 65px;
    font-weight: 600;
    cursor: pointer;
    color: #fff !important;
    border-radius: none !important;
    animation-timing-function: ease-in;
    font-family: 'Public Sans';
    font-size: 15px;
    text-transform: uppercase;
    height: 35px;
}
#formpage input.submit-button:hover, #submit-btn button:hover{ background:#043f79; color:#000; cursor:pointer;}
#submit-btn {
    padding: 0px;
    position: relative;
    text-align: right;
    background: #ffffff;
    font-family: 'Rubik';
    display: flex;
    justify-content: flex-start;
}
.submit-button {
    padding: 3px 0px;
    position: relative;
    text-align: center;
    background:#0057b8;
    font-family: 'Rubik';
    border: none !important;
    cursor: pointer;
    width: 200px !important;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 34px !important;
	margin: 0px!important;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}
.submit-button:hover{background:#043f79;}
.captcha-button{width:100%; margin:0 auto; display: flex; justify-content: flex-start;}
.include-captcha{display:none; width: 100%;}
#formpage input.submit-button{color:#fff!important;}
.CaptchaPanel{text-align: left!important;}
.CaptchaMessagePanel{font-family: 'Rubik';}
.CaptchaWhatsThisPanel a{color: #000; font-family: 'Rubik';}
/*---BODY--------------------------------*/

.pageheader {
    font-family: 'Rubik';
    font-size: 42px;
    font-weight: 600;
}
.pagepadding {
    margin: 8% 3% 12% 3%;
}
/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
.footer{font-family: 'Rubik'; color: #fff;}

.footertop {
    background: #0f5da6;
    display: flex;
    align-items: flex-start;
    padding: 28px 3%;
}

.footerlogo img{
	width: 220px;
}
.footerlogo{
	width: 100%;
}
.footersocials {
    color: #fff;
    font-size: 24px;
    width: 20%;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}
.footersect {
    display: flex;
    flex-wrap: wrap;
    width: 25%;
    box-sizing: border-box;
    padding: 0px 10px;
}
.footerheader {
    font-size: 16px;
    width: 100%;
    padding-bottom: 5px;
}
.footerlinks {
    width: 100%;
    color: #fff;
    padding: 5px 0px;
    font-size: 15px;
}
.footerlinktext{
	 width: 100%;
    color: #fff;
    padding: 5px 0px;
    font-size: 15px;
	text-decoration: underline!important;
}
.footerbottom {
    background: #03417c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 3%;
}
.footerlegaltext {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.inventorypadding{
		padding: 50px 0px;
		font-family: 'Rubik'!important;
}
.faceted-search-content .selected-facets-container .selected-facet{
	    background: #0057b8!important;
}

.view-listing-details-link{
	    background-color: #03417c!important;
}
.list-content .price-container .price{
	    color: #03417c!important;
}
.faceted-search-content .faceted-section-box .faceted-search{
		background-color: #03417c!important;
}
.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn{
		background-color: #03417c!important;
	
}
.list-top-section .sticky-top-menu .listing-option-bar-content .list-listings-count{
		color: #0057b8!important;
}
.list-content .media-buttons .print-this, .list-content .media-buttons .email-this{
		background-color: #03417c!important;
		border-radius: 0px!important;
		color: #fff!important;
		font-family: 'Rubik'!important;
		padding: 10px 40px!important;
		border: none!important;
}
.list-top-section .list-listings-count{
	color:#0057b8!important; 
}
.list-top-section .list-title{
	font-family: 'Rubik'!important;
	padding: 0 24px 12px 0px!important;
}
.mobile-option-bar .mobile-option-bar-filter{
		color: #0057b8!important;
	
}
.faceted-search-content .mobile-done-button-container .mobile-done-button{
			background-color: #03417c!important;

}
/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1215px) {
	.heroleft{padding: 70px 3%; width: 45%;}	
	.heroright {width: 55%; padding: 60px 0px;}
	.hpaboutimg{width: 45%;}
	.hpabouttext { width: 55%; padding-left: 5%; padding-right: 5%;}
	.hplocationright{flex-wrap: wrap; width: 45%;}
	.hplocationleft {width: 55%;}
}

@media only screen and (max-width: 1155px) {
.headerlogosect {
    padding: 16px 1%;
	width: 18%;
}	
.headerlogosect img {
    width: 175px;
}
.headernav {
	width: 82%;
	padding: 0px 1%;
}
.heroheader{font-size: 58px; line-height: 48px;}
.herosubhead{font-size: 28px; padding-bottom: 20px;}
}

@media only screen and (max-width: 1080px) {
	.herosection{flex-wrap: wrap-reverse;}	
	.heroleft {
        padding: 35px 3%;
        width: 100%;
        position: relative;
        top: 0px;
    }
	.heroright {
        width: 100%;
        padding: 32px 0px;
        text-align: center;
        background: no-repeat;
    }
	.heroimg {
    width: 80%;
    position: relative;
    right: 0px;
	}
	.herosubhead {
        font-size: 35px;
        padding-bottom: 20px;
        width: 100%;
    }
	.heroheader {
        font-size: 72px;
        line-height: 62px;
    }
	.hplocationtext {padding: 45px 24px;}
	.flex-box{flex-wrap: wrap;}
	.half-box {
    width: 100%;
    padding: 5px 20px 10px 0px;
	}
}
@media only screen and (max-width: 1024px) {
.headernav{display: none;}	
.footertop{flex-wrap: wrap; justify-content: space-between;}
.footersect{width: 48%;padding: 18px 10px;}
}

@media only screen and (max-width: 920px) {
.hpaboutsection{flex-wrap: wrap;}	
.hpaboutimg {width: 100%; height: 358px; background-position: 50% 30%;}
.hpabouttext {width: 100%; padding: 10% 3%;}
.hpcontactright img{width: 100%;}
}

@media only screen and (max-width: 830px) {
	.hplocationsect{flex-wrap: wrap;}
	.hplocationleft {width: 100%; margin-bottom: 40px;}
	.hplocationright {width: 100%; margin-left: 0%; }
	.hplocationimg {width: 100%;}
	.hplocationtext {padding: 30px 10px;}
}
@media only screen and (max-width: 800px) {
.mobilehide{display: none;}	
.headertop i{padding: 0px 5px; font-size: 22px;}	
.heroheader {font-size: 60px; line-height: 50px;}
.herosubhead {font-size: 30px;}
.heroimg { width: 100%;}
.hpcontactsect{flex-wrap: wrap; padding: 50px 3%;}
.hpcontactleft {
    width: 100%;
}
.hpcontactright img {
    width: 400px;
}
.hpcontactright {
    width: 100%;
    text-align: center;
}
.pageheader {
font-size: 32px;
}
}

@media only screen and (max-width: 700px) {
.headerlogosect {width: 70%;}
.footerbottom {padding: 10px 1%; flex-wrap: wrap;}
.footertop {padding: 28px 1%;}
.footerlegal{padding-top: 5px;}
}
@media only screen and (max-width: 620px) {
    .heroheader {
        font-size: 48px;
        line-height: 40px;
    }	
	.herosubhead {
        font-size: 28px;
        padding-bottom: 10px;
    }
	.heropara {
	padding-bottom: 22px;
	}
	.headertext {
	line-height: 35px;
	}
	.headertext span {line-height: 24px;}
	.hpscrollinginv {padding: 55px 0px;}
}
@media only screen and (max-width: 520px) {
	.footersect{width: 100%; padding: 10px;}
	.hpcontactright img {
    width: 100%;
}
	
}
@media only screen and (max-width: 350px) {
    .heroheader {
        font-size: 42px;
        line-height: 38px;
    }	
	.herosubhead {
        font-size: 23px;
        padding-bottom: 10px;
    }
	.heropara {
        padding-bottom: 18px;
        font-size: 16px;
        line-height: 28px;
    }
	    .hpcontactright img {
        width: 100%;
    }
	.yellowoutlinebtn{padding: 10px 25px;font-size: 14px;}
	.footerlogo img {width: 90%;}
	
}
@media only screen and (max-width: 260px) {
.headerlogosect img {width: 145px;}
.headertop {font-size: 18px;}
.heroheader {
        font-size: 32px;
        line-height: 28px;
    }
    .herosubhead {
        font-size: 20px;
        padding-bottom: 4px;
    }

}

