		@import url("forms.css");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* {
	outline: none;
}


/* UTILITY CLASSES */

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.imgLeft {
	float: left;
	margin-right: 20px;
}

.imgRight {
	float: right;
}

.fLeft {
	float: left;
	margin-left: 20px;
}

.fRight {
	float: right;
	margin-right: 20px;
}

.btn {
	font-size: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	height: 44px;
	line-height: 44px;
	padding: 0 5px;
	background-color: #ee5d22;
	color: #fff;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	overflow: visible;
}

.btn:before {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-right: 15px solid #ee5d22;
	content: '';
	top: 0px;
	left: -15px;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.btn:after {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 15px solid #ee5d22;
	content: '';
	top: 0px;
	right: -15px;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.btn:hover {
	background-color: #c4480c;
}

.btn:hover:before {
	border-right: 15px solid #c4480c;
}

.btn:hover:after {
	border-left: 15px solid #c4480c;
}


.btn2 {
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 30px 6px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f15c22 url(../png/btnarrow.png) 93% center no-repeat;
    color: #fff;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
	    float: left;
    margin-top: 10px;
    margin-left: 6px;
}



.btn2:hover {
	background-color: #c4480c;
}

.btn2:hover:before {
	border-right: 15px solid #c4480c;
}

.btn2:hover:after {
	border-left: 15px solid #c4480c;
}

a {
	color: #f15c22;
}

.link {
	text-decoration: none;
	color: #f15c22;
	background: url(../png/orangearrow.png) right center no-repeat;
	padding: 5px 12px 5px 0px;
	font-size: 1.2em;
	margin-top: 10px;
}

.link:hover {
	text-decoration: underline;
}

a.rightAlign {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 5px;
	max-width: 160px;
	text-align: right;
}

a.link.rightAlign {
	max-width: 200px;
}

img.img-responsive {
	width: 100%;
	height: auto;
}

.overlay {
	background: #435363;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	position: relative;
}

.overlay p {
	color: #fff;
}

.overlay p a {
	color: #fff;
}


/* LAYOUT CLASSES */

.col {
	float: left;
	margin: 0px 20px 20px 0;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}

.gradient {
	background: #f1f0f0;
	background: -moz-linear-gradient(top, #f1f0f0 0%, #edecec 50%, #e0dfdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f0f0), color-stop(50%, #edecec), color-stop(100%, #e0dfdf));
	background: -webkit-linear-gradient(top, #f1f0f0 0%, #edecec 50%, #e0dfdf 100%);
	background: -o-linear-gradient(top, #f1f0f0 0%, #edecec 50%, #e0dfdf 100%);
	background: -ms-linear-gradient(top, #f1f0f0 0%, #edecec 50%, #e0dfdf 100%);
	background: linear-gradient(to bottom, #f1f0f0 0%, #edecec 50%, #e0dfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f0f0', endColorstr='#e0dfdf', GradientType=0);
}

.lastCol {
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.oneCol {
	width: 225px;
}

.oneCol.offset.border {
	width: 295px;
	border: 1px solid #bbb;
}

.twoCol {
	width: 470px;
}

.twoCol.fixedHeight {
	height: 370px;
}

body.null .twoCol.fixedHeight {
	height: 278px;
}

.thirdCol {
	width: 306px;
}

.thirdCol.fixedHeight {
	height: 300px;
}

.thirdCol p {
	padding-bottom: 30px;
}

.threeCol {
	width: 715px;
}

.fourCol {
	width: 960px;
	float: left;
	margin: 0px 0px 20px 0;
	position: relative;
}

.threeCol .se {
	width: 295px;
	float: left;
	margin: 20px 0 20px 5px;
	padding-bottom: 50px;
	position: relative;
}

.threeCol .se img,
.threeCol .svk img {
	margin: 0 0 10px 20px;
}

.threeCol .se .btn,
.threeCol .svk .btn {
	display: block;
	width: 70px;
	position: absolute;
	left: 30px;
	bottom: 0px;
}

.threeCol .se .btn {
	left: 20px;
}

.threeCol .se strong,
.threeCol .svk strong {
	display: block;
	padding-bottom: 5px;
}

.threeCol .svk {
	width: 310px;
	float: left;
	margin: 20px 0 20px 18px;
	border-left: 1px solid #bbb;
	padding-left: 10px;
	padding-bottom: 50px;
	position: relative;
}

.col.border {
	border: 1px solid #bbb;
	width: 640px;
	height: 335px;
}

.oneCol.news h4 {
	font-size: 12px;
	color: #f15922;
	text-transform: uppercase;
	margin-top: 15px;
	padding-bottom: 0;
}

.oneCol.news h4 a {
	text-decoration: none;
	color: #f15922;
}

.oneCol.news h4 a:hover {
	text-decoration: underline;
}

.noMarginLeft {
	margin-left: 0;
}

.equipment.construction .category-box,
.equipment.forklifts .category-box,
.equipment.keppel .category-box {
	height: 365px;
}

body #content .noMarginLeft ul.breadcrumbs {
	margin-left: 0;
}

.noPadLeft,
.noMarginLeft h2,
.noMarginLeft p,
.noMarginLeft h4 {
	padding-left: 0;
}

.outline {
	border: 1px solid #acacac;
	box-sizing: border-box;
	float: left;
}

.outlineBox {
	width: 960px;
	border: 1px solid #acacac;
	float: left;
}

.fixedHeight {
	/* height: 195px; */
	overflow: hidden;
	height: 278px;
}

.fixedHeight .btn {
	position: absolute;
	right: 16px;
	bottom: 20px;
}

.fixedHeight a.fRight {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

body.null .fixedHeight a.fRight {
	margin-right: 0;
	bottom: 15px;
}


/* BEGIN SITE SPECIFIC STYLES */

body {
	background: url(../gif/bg.gif);
	font-size: 62.5%;
	font-family: arial, sans-serif;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 2.5em;
	font-family: 'Glypha LT Pro W01 Black', Arial, sans-serif;
	font-weight: 900;
}

h2 {
	font-size: 1.5em;
	padding: 7px 20px 0px 20px;
	clear: left;
	text-transform: uppercase;
}

.greyArea  h2 {
	font-size: 18px;
	padding: 18px 20px 0px 41px;
	clear: left;
	
	color: #FFF;
}


.MyDealerBox{
	
	width: 300px;
	height:410px;
	background-color: #e3e2e2;
	text-align:center;
	float:left;
	margin-left:20px;
	margin-bottom:30px;
}
.MyDealerLabel{
	
	width: 300px;
	height:70px;
	background-color: #435363;
	color: #fff;
	text-align:center;
	float:left;
	margin:0;
}

.MyButtons{
	width:43%;
	float:left;
	margin-left:40px;
}
.MyButtons span
{
	float:left;
	vertical-align: top;
	font-size:13px;
    margin-top: 34px;
    width: 54%;
	

}
.umbraco-forms-field
{
	padding-top:5px;
	
}
.umbraco-forms-field label
{
    line-height: 2pc;
}
.checkboxlist label
{
   line-height: 21px;
}

.radiobuttonlist label
{
   line-height: 21px;
}

.MyDealerImage{
	clear:left;
	float:left;
	
	margin-top:20px;
	margin-left:58px;
	margin-bottom:20px;
	text-align:center;
}
.MyDealerText{
	clear:left;
	float:left;
	font-size:13px;
	padding: 0 30px;
	
}


h3 {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	background: #435363;
	color: #fff;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px;
}

h3 a {
	color: #fff;
	text-decoration: none;
	display: block;
}

h4 {
	font-size: 1.7em;
	padding: 7px 20px;
}

h4.PositionTitle {
	font-size: 1.4em;
	padding: 7px 20px;
}

h4.PositionTitle a:hover {
	text-decoration: underline;
}

h5 {
	font-size: 1.4em;
	padding: 7px 20px 10px 20px;
}

p {
	font-size: 1.3em;
	line-height: 18px;
	padding: 7px 20px;
	color: #636363;
}



p.no-results {
	font-weight: bold;
	font-size: 1.4em;
}

p.rental-quote {
	color: #f15c22;
	font-weight: bold;
	font-size: 1.4em;
}

a.phone-link {
	text-decoration: none;
	color: #636363;
	text-align: center;
	display: block;
}

a.phone-link-inline {
	display: inline;
	text-align: inherit;
}

.mydealer p{
	font-size:13px ;
	color:#000;
}
.greyArea  p {
	font-size: 1.3em;
	line-height: 18px;
	padding: 7px 41px;
	color: #FFF;
}
/* PREHEADER */

#preheader {
	width: 100%;
	height: 34px;
	/* background: #f1f0f0;	*/
	background: #444444;
}

#preheader #preheaderList {
	display: block;
	position: relative;
	width: 960px;
	margin: 0 auto;
	display: block;
	height: 100%;
}

#preheader ul {
	display: block;
	height: 100%;
	line-height: 34px;
	padding: 0 15px;
	float: right;
}

#preheader li {
	display: block;
	float: left;
	list-style: none;
	font-size: 12px;
	margin-right: 18px;
}

#preheader li:last-child {
	margin-right: 0px;
}

#preheader i {
	color: white;
	font-size: 20px;
	position: relative;
	top: 3px;
	margin-right: 5px;
}

#preheader li a {
	font-size: 14px;
	color: #ffffff;
}

#preheader li a:hover {
	text-decoration: underline;
}


/* HEADER */

#header {
	width: 100%;
	height: 73px;
	background: #435363;
}

#header .logo {
	/*	width: 330px;	height: 73px;	background: url(../images/scott-75th-logo.png) no-repeat;*/
	text-indent: -9999px;
	width: 217px;
	height: 73px;
	background: url(../jpg/scott-logo.jpg) no-repeat;
	float: left;
	display: block;
}

#header .logo a {
	width: 217px;
	height: 73px;
	display: block;
}


/* TOP NAVIGATION */

#navContainer {
	width: 960px;
	height: 73px;
	margin: 0 auto;
	position: relative;
}

#navContainer ul {
	float: right;
}

#navContainer ul li {
	list-style-type: none;
}

#navContainer ul li a {
	color: #fff;
	text-transform: uppercase;
}

#navContainer ul li a:hover span,
#navContainer ul li a.active span {
	opacity: 1;
}

#navContainer ul li a.equipmentNav {
	width: 115px;
	background-position: 0px 5px;
}

#navContainer ul li a.equipmentNav span {
	background-position: 0 -25px;
}

#navContainer ul li a.serviceNav {
	width: 98px;
	background-position: -115px 5px;
}

#navContainer ul li a.serviceNav span {
	background-position: -115px -25px;
}

#navContainer ul li a.partsNav {
	width: 83px;
	background-position: -213px 5px;
}

#navContainer ul li a.partsNav span {
	background-position: -213px -25px;
}

#navContainer ul li a.rentalsNav {
	width: 101px;
	background-position: -299px 5px;
}

#navContainer ul li a.rentalsNav span {
	background-position: -299px -25px;
}

#navContainer ul li a.locationsNav {
	width: 119px;
	background-position: -400px 5px;
}

#navContainer ul li a.locationsNav span {
	background-position: -400px -25px;
}

#navContainer ul li a.deepNav {
	width: 105px;
	background-position: -520px 5px;
}

#navContainer ul li a.deepNav span {
	background-position: -520px -25px;
}


/* HOMEPAGE SLIDESHOW */

#homeSlider {
	display: block;
	position: relative;
	float: left;
	height: 581px;
	margin-bottom: 40px;
}

#homeSlider .content {
	display: block;
	position: relative;
	float: left;
	height: 581px;
	overflow: hidden;
}

.content_inner {
	color: #fff;
	display: block;
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 581px;
	top: 0;
	left: 0;
	z-index: 1000;
}

.hp_content {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
}

#home-cycle {
	width: 100%;
	height: 580px;
}

#home-cycle .cycle-controls {
	text-align: center;
	width: 180px;
	background: #333;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	z-index: 500;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	overflow: hidden;
	bottom: 20px;
	height: 40px;
}

#home-cycle .cycle-controls a.cycle-arrow {
	display: block;
	position: absolute;
	background: url(../png/pager.png) no-repeat;
	width: 9px;
	height: 20px;
	background-position: 0 0;
	z-index: 100;
	top: 10px;
	left: 10px;
	text-indent: -9999px;
	cursor: pointer;
}

#home-cycle .cycle-controls a.cycle-prev:hover {
	background-position: 0px -20px;
}

#home-cycle .cycle-controls a.cycle-next {
	left: auto;
	right: 10px;
	background-position: -37px 0;
}

#home-cycle .cycle-controls a.cycle-next:hover {
	background-position: -37px -20px;
}

#home-cycle .cycle-pager {
	width: 180px;
	height: 40px;
}

#home-cycle .cycle-pager span {
	font-family: arial;
	font-size: 50px;
	width: 20px;
	height: 16px;
	line-height: 0.85;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	opacity: 0.5;
}

body.ie #home-cycle .cycle-pager span {
	color: #bbb;
}

body.ie #home-cycle .cycle-pager span:hover {
	color: #fff;
}

#home-cycle .cycle-pager span.cycle-pager-active {
	opacity: 1;
}

#home-cycle .cycle-pager>* {
	cursor: pointer;
}

body.ie #home-cycle .cycle-pager span.cycle-pager-active {
	color: #fff;
}

#home-cycle .cycle-slide {
	width: 100%;
	height: 580px;
}

#home-cycle .slide-inner-arrow {
	background: url(../png/home-slider-left-arrow.png) right center no-repeat;
	width: 1000px;
	height: 200px;
	position: absolute;
	top: 40%;
	margin-top: -100px;
	left: -1000px;
	opacity: 0;
}

#home-cycle .cycle-slide a.btn {
	position: absolute;
	right: 225px;
	bottom: 25px;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}

#home-cycle #slide-1 {
	background: url(../jpg/slide1-img1.jpg) center top no-repeat;
}

#home-cycle #slide-1 .slide-inner-arrow {
	left: -1000px;
}

#home-cycle #slide-1 h2 {
	display: block;
	position: absolute;
	width: 390px;
	height: 100px;
	text-indent: -9999px;
	right: 88px;
	top: 25px;
	background: url(../png/home-slider-h2-1.png) no-repeat;
}

#home-cycle #slide-2 {
	/* background: url(../images/home-cycle/home-cycle-2.jpg) center top no-repeat;	*/
	background: url(../4563-01_scot_homepage_forklift_2000x580.html) center top no-repeat;
}

#home-cycle #slide-2 h2 {
	display: block;
	position: absolute;
	width: 390px;
	height: 88px;
	text-indent: -9999px;
	right: 45px;
	top: 41px;
	background: url(../png/home-slider-h2-2.png) no-repeat;
}

#home-cycle #slide-2 a.btn {
	right: 275px;
	bottom: 37px;
}


/*#home-cycle #slide-3 {	background: url(../images/home-cycle/home-cycle-4.jpg) center top no-repeat;	}#home-cycle #slide-3 h2 {	display: block;	position: absolute;	width: 311px;	height: 82px;	text-indent: -9999px;	right: 90px;	top: 25px;	background:  url(../images/home-cycle/home-slider-h2-2.png) no-repeat;}#home-cycle #slide-3 a.btn {	right: 290px;}#home-cycle #slide-4 {	background: url(../images/home-cycle/home-cycle-3.jpg) center top no-repeat;	}*/

#home-cycle #slide-5 {
	background: url(../jpg/home-cycle-6.jpg) center top no-repeat;
}

#home-cycle #slide-5 h2 {
	display: block;
	position: absolute;
	width: 428px;
	height: 89px;
	text-indent: -9999px;
	right: 57px;
	top: 45px;
	background: url(../png/home-slider-h2-5.png) no-repeat;
}

#home-cycle #slide-5 a.btn {
	right: 340px;
	bottom: 38px;
}

#home-cycle #slide-6 {
	background: url(../jpg/home-cycle-5.jpg) center top no-repeat;
}

#home-cycle #slide-6 h2 {
	display: block;
	position: absolute;
	width: 440px;
	height: 80px;
	text-indent: -9999px;
	right: 39px;
	top: 37px;
	background: url(../png/home-slider-h2-6.png) no-repeat;
}

#home-cycle #slide-6 a.btn {
	right: 225px;
	bottom: 40px;
}

#homeSlider #content_1 {
	background: url(../jpg/slideshowimg1bg.jpg) center top no-repeat;
}


/* SLIDE 1 */

#content_1_inner .cta {
	background: url(../png/blackarrow.png) no-repeat;
	width: 628px;
	height: 171px;
	position: absolute;
	left: -100px;
	top: 100px;
}

#content_1_inner h1 {
	text-indent: -9999px;
	background: url(../png/slider1headline.png) no-repeat;
	width: 319px;
	height: 82px;
	position: absolute;
	top: 30px;
	left: 100px;
}

#content_1_inner .btn {
	position: absolute;
	left: 105px;
	top: 130px;
}

#content_1_inner .hero {
	background: url(../png/slider1worker.png) no-repeat;
	position: absolute;
	right: -100px;
	bottom: 0;
	width: 532px;
	height: 550px;
	z-index: 9999;
}

#content_1_inner .cloud {
	background: url(../png/cloud1.png) no-repeat;
	position: absolute;
	right: -100px;
	top: 50px;
	width: 529px;
	height: 254px;
	z-index: 999;
}

#content_1_inner .cloud2 {
	background: url(../png/cloud1.png) no-repeat;
	position: absolute;
	right: 100px;
	top: 150px;
	width: 529px;
	height: 254px;
	z-index: 999;
}

#content_1_inner .cloud3 {
	background: url(../png/cloud1.png) no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 529px;
	height: 254px;
	z-index: 999;
}

#content_1_inner .cloud4 {
	background: url(../png/cloud1.png) no-repeat;
	position: absolute;
	right: 50px;
	top: 250px;
	width: 529px;
	height: 254px;
	z-index: 999;
}


/* SLIDE 2 */

#homeSlider #content_2 {
	background: url(../jpg/slideshowimg2bg.jpg) center top no-repeat;
}

#content_2_inner .cta {
	background: url(../png/blackarrowright.png) no-repeat;
	width: 628px;
	height: 171px;
	position: absolute;
	right: -100px;
	top: 100px;
}

#content_2_inner h1 {
	text-indent: -9999px;
	background: url(../png/slider1headline.png) no-repeat;
	width: 319px;
	height: 82px;
	position: absolute;
	top: 30px;
	right: 100px;
}

#content_2_inner .btn {
	position: absolute;
	right: 200px;
	top: 130px;
}

#content_2_inner .hero {
	background: url(../png/slider2worker.png) no-repeat;
	position: absolute;
	left: -100px;
	bottom: 0;
	width: 532px;
	height: 550px;
}


/* SLIDER CONTROLS */

.sliderContainer {
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: -81px;
}

.sliderControls {
	position: absolute;
	width: 100px;
	height: 27px;
	z-index: 500;
	display: block;
	margin: 0 auto;
	background: rgba(0, 0, 0, .6);
	top: 610px;
	left: 443px;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;
	text-indent: -9999px
}

.sliderControls .prev_cycle {
	background: url(../png/pager.png) no-repeat;
	width: 9px;
	height: 20px;
	background-position: 0 0;
	display: block;
	float: left;
	margin: 3px 3px 3px 6px;
}

.sliderControls .prev_cycle:hover {
	background-position: 0px -20px;
}

.sliderControls .next_cycle {
	background: url(../png/pager.png) no-repeat;
	width: 9px;
	height: 20px;
	background-position: -37px 0;
	display: block;
	float: right;
	margin: 3px 6px 3px 3px;
}

.sliderControls .next_cycle:hover {
	background-position: -37px -20px;
}

.currentSlide a {
	background: url(../png/pager.png) no-repeat;
	width: 14px;
	height: 20px;
	background-position: -23px 0;
	display: block;
	float: left;
	margin: 3px;
}

.currentSlide a.activeSlide {
	background: url(../png/pager.png) no-repeat;
	width: 14px;
	height: 20px;
	background-position: -9px 0;
	display: block;
}


/* HOME PAGE SPECIFIC CONTENT */

div.findLocation {
	background: url(../jpg/mapbg.jpg) no-repeat;
	height: 86px;
}

div.getUpdates {
	background: url(../jpg/dirtbg.jpg) no-repeat;
	height: 86px;
}

div.findLocation .overlay,
div.getUpdates .overlay {
	width: 260px;
	height: 86px;
	color: #fff;
}

div.findLocation .overlay h3,
div.getUpdates .overlay h3 {
	padding-top: 10px;
	padding-bottom: 0;
	text-transform: uppercase;
}

div.findLocation .overlay h4,
div.getUpdates .overlay h4 {
	padding-bottom: 0;
}

div.findLocation .btn,
div.getUpdates .btn {
	position: absolute;
	right: 16px;
	top: 46px;
}

form.searchForm {
	margin: 5px 0 25px 0;
}

#homeContent form.searchForm {
	margin-top: 15px;
}

form.searchForm input {
	width: 170px;
	height: 14px;
	padding: 3px 10px;
}

form.searchForm input.submitBtn {
	background: url(../png/searchbtn.png) no-repeat;
	width: 26px;
	height: 24px;
	text-indent: -9999px;
	border: none;
	margin-left: 16px;
	cursor: pointer;
}


/* CONTENT */

#contentWrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 6px 0px 5px -5px rgba(0, 0, 0, .5), -6px 0px 5px -5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 6px 0px 5px -5px rgba(0, 0, 0, .5), -6px 0px 5px -5px rgba(0, 0, 0, .5);
	box-shadow: 6px 0px 5px -5px rgba(0, 0, 0, .5), -6px 0px 5px -5px rgba(0, 0, 0, .5);
	padding-top: 1px;
	padding-bottom: 50px;
}

#homeContent {
	width: 960px;
	margin: 0 auto;
	position: relative;
	/* margin-top: 581px; */
	margin-top: 20px;
}

#content {
	width: 960px;
	margin: 0 auto;
	position: relative;
}


/* 404 */

body.notFound form.searchForm {
	margin-left: 20px;
}

body.notFound .topSpace {
	margin-top: 25px;
}


/* INTERIOR PAGES */

@media screen and (max-width:640px) {
	#interiorHeader {
		width: 100%;
		height: 222px;
		position: relative;
		background: none;
	}
	body.equipment #interiorHeader,
	body.equipmentmanufacturer #interiorHeader,
	body.pump #interiorHeader {
		background: url(../jpg/header-equipment-222.jpg) center top no-repeat;
	}
	body.construction #interiorHeader {
		background: url(../jpg/header-construction-222.jpg) center top no-repeat;
	}
	body.agriculture #interiorHeader {
		background: url(../jpg/header-agriculture-222.jpg) center top no-repeat;
	}
	body.cranes #interiorHeader {
		background: url(../jpg/header-cranes-222.jpg) center top no-repeat;
	}
	body.forklifts #interiorHeader {
		background: url(../jpg/header-forklifts-222.jpg) center top no-repeat;
	}
	body.equipmentsearch #interiorHeader {
		background: url(../jpg/equipmentheader.jpg) center top no-repeat;
	}
	/*	body.equipmentmanufacturer #interiorHeader {		background: url(../images/equipmentHeader.jpg) center top no-repeat;	}	*/
	body.equipmentdetail #interiorHeader {
		background: url(../jpg/equipmentheader.jpg) center top no-repeat;
	}
	body.equipmentlanding #interiorHeader {
		background: url(../jpg/equipmentlandingheader.jpg) center top no-repeat;
	}
	body.service #interiorHeader,
	body.dig #interiorHeader {
		background: url(../jpg/serviceheader.jpg) center top no-repeat;
		height: 119px;
	}
	body.locations #interiorHeader {
		background: url(../jpg/header-parts-120.jpg) center top no-repeat;
		height: 120px;
	}
	body.contact #interiorHeader {
		background: url(../jpg/serviceheader.jpg) center top no-repeat;
		height: 120px;
	}
	body.parts #interiorHeader,
	body.service #interiorHeader {
		background: url(../jpg/header-parts-120.jpg) center top no-repeat;
		height: 120px;
	}
	body.us #interiorHeader,
	body.finance #interiorHeader,
	body.careers #interiorHeader,
	body.application #interiorHeader,
	body.you #interiorHeader,
	body.news #interiorHeader,
	body.releases #interiorHeader,
	body.notice #interiorHeader,
	body.notFound #interiorHeader {
		background: url(../jpg/header-careers-120.jpg) center top no-repeat;
		height: 120px;
	}
	#masthead {
		width: 960px;
		height: 222px;
		margin: 0 auto;
		position: relative;
	}
	#masthead .searchForm {
		position: relative;
		top: 125px;
	}
	#masthead h1 {
		text-indent: -9999px;
		display: block;
		background: url(../png/graphics.png);
		position: relative;
		top: 85px;
	}
	body.equipment #masthead h1,
	body.equipmentsearch #masthead h1,
	body.equipmentlanding #masthead h1,
	body.equipmentmanufacturer #masthead h1,
	body.equipmentdetail #masthead h1 {
		background-position: 0 0;
		width: 209px;
		height: 32px;
	}
	body.equipmentmanufacturer #masthead h1 {
		background-position: 0 -304px;
		width: 310px;
	}
	body.service #masthead,
	body.parts #masthead,
	body.contact #masthead,
	body.locations #masthead,
	body.finance #masthead,
	body.careers #masthead,
	body.us #masthead,
	body.you #masthead,
	body.notFound #masthead {
		height: 120px;
	}
	body.service #masthead h1 {
		background-position: 0 -84px;
		width: 142px;
		height: 26px;
		top: 48px;
	}
	body.rentals #masthead h1 {
		background-image: url(../png/graphics-2.png);
		background-position: 0 -390px;
		width: 160px;
	}
	body.parts #masthead h1 {
		background-position: 0 -110px;
		width: 107px;
		height: 26px;
		top: 48px;
	}
	body.locations #masthead h1 {
		background-position: 0 -32px;
		width: 190px;
		height: 26px;
		top: 48px;
	}
	body.us #masthead h1,
	body.you #masthead h1 {
		background-position: 0 -58px;
		width: 209px;
		height: 26px;
		top: 48px;
	}
	body.notFound #masthead h1,
	body.notFound #masthead h1 {
		background-position: 0 -362px;
		width: 209px;
		height: 26px;
		top: 48px;
	}
	body.careers #masthead h1,
	body.application #masthead h1 {
		background-position: 0 -136px;
		width: 209px;
		height: 26px;
		top: 48px;
	}
	body.finance #masthead h1 {
		background-position: 0 -162px;
		width: 209px;
		height: 58px;
		top: 30px;
	}
	body.news #masthead h1,
	body.releases #masthead h1 {
		background-position: 0 -334px;
		width: 102px;
		height: 29px;
		top: 50px;
	}
	body.finance #masthead h1 {
		background-position: 0 -278px;
		width: 209px;
		height: 26px;
		top: 48px;
	}
	body.notice #masthead h1 {
		background-position: 0 -220px;
		width: 209px;
		height: 58px;
		top: 30px;
	}
	body.service #masthead .searchForm,
	body.parts #masthead .searchForm,
	body.us #masthead .searchForm,
	body.you #masthead .searchForm,
	body.news #masthead .searchForm,
	body.releases #masthead .searchForm {
		display: none;
	}
}

@media screen and (min-width:641px) {
	#interiorHeader {
		width: 100%;
		height: 222px;
		position: relative;
		background: none;
	}
	body.equipment #interiorHeader,
	body.equipmentmanufacturer #interiorHeader,
	body.pump #interiorHeader {
		background: url(../jpg/header-equipment-222.jpg) center top no-repeat;
	}
	body.construction #interiorHeader {
		background: url(../jpg/header-construction-222.jpg) center top no-repeat;
	}
	body.agriculture #interiorHeader {
		background: url(../jpg/header-agriculture-222.jpg) center top no-repeat;
	}
	body.cranes #interiorHeader {
		background: url(../jpg/header-cranes-222.jpg) center top no-repeat;
	}
	body.forklifts #interiorHeader {
		background: url(../jpg/header-forklifts-222.jpg) center top no-repeat;
	}
	body.equipmentsearch #interiorHeader {
		background: url(../jpg/equipmentheader.jpg) center top no-repeat;
	}
	/*	body.equipmentmanufacturer #interiorHeader {		background: url(../images/equipmentHeader.jpg) center top no-repeat;	}	*/
	body.equipmentdetail #interiorHeader {
		background: url(../jpg/equipmentheader.jpg) center top no-repeat;
	}
	body.equipmentlanding #interiorHeader {
		background: url(../jpg/equipmentlandingheader.jpg) center top no-repeat;
	}
	body.service #interiorHeader,
	body.dig #interiorHeader {
		background: url(../jpg/serviceheader.jpg) center top no-repeat;
		height: 119px;
	}
	body.locations #interiorHeader {
		background: url(../jpg/header-parts-120.jpg) center top no-repeat;
		height: 120px;
	}
	body.contact #interiorHeader {
		background: url(../jpg/serviceheader.jpg) center top no-repeat;
		height: 120px;
	}
	body.parts #interiorHeader,
	body.service #interiorHeader {
		background: url(../jpg/header-parts-120.jpg) center top no-repeat;
		height: 120px;
	}
	body.mydealer #interiorHeader {
		background: url(../png/mydealerbg.png) center top no-repeat;
		height: 219px;
    	background-position-y: center;
		background-size: cover;
	}
	body.us #interiorHeader,
	body.finance #interiorHeader,
	body.careers #interiorHeader,
	body.application #interiorHeader,
	body.you #interiorHeader,
	body.news #interiorHeader,
	body.releases #interiorHeader,
	body.notice #interiorHeader,
	body.notFound #interiorHeader {
		background: url(../jpg/header-careers-120.jpg) center top no-repeat;
		height: 120px;
	}
	#masthead {
		width: 960px;
		height: 222px;
		margin: 0 auto;
		position: relative;
	}
	#masthead .searchForm {
		position: relative;
		top: 125px;
	}
	#masthead h1 {
		text-indent: -9999px;
		display: block;
		background: url(../png/graphics.png);
		position: relative;
		top: 85px;
	}
	body.equipmentsearch #masthead h1,
	body.equipmentlanding #masthead h1,
	body.equipmentdetail #masthead h1 {
		background-position: 0 0;
		width: 209px;
		height: 32px;
	}
	body.service #masthead,
	body.parts #masthead,
	body.contact #masthead,
	body.locations #masthead,
	body.finance #masthead,
	body.careers #masthead,
	body.us #masthead,
	body.you #masthead,
	body.notFound #masthead {
		height: 120px;
	}
	body.notFound #masthead h1,
	body.notFound #masthead h1 {
		background-position: 0 -362px;
		width: 209px;
		height: 26px;
		top: 48px;
	}
	body.notice #masthead h1 {
		background-position: 0 -220px;
		width: 209px;
		height: 58px;
		top: 30px;
	}
	body.equipment #masthead h1,
	body.service #masthead h1,
	
	body.equipmentmanufacturer #masthead h1,
	body.cranes #masthead h1,
	body.parts #masthead h1,
	body.locations #masthead h1,
	body.careers #masthead h1,
	body.application #masthead h1,
	body.news #masthead h1,
	body.releases #masthead h1,
	body.us #masthead h1,
	body.you #masthead h1,
	body.finance #masthead h1 {
		text-indent: 0px;
		background: none;
		font-family: 'Glypha LT Pro W01 Black', Arial, sans-serif;
		color: white;
		font-size: 40px;
		width: 100%;
		letter-spacing: 2px;
		clear:both;
	}
	body.mydealer #masthead h1{
		text-indent: 0px;
		background: none;
		font-family: 'Glypha LT Pro W01 Black', Arial, sans-serif;
		color: white;
		font-size: 27px;
		width: 100%;
		letter-spacing: 2px;
	}
	
	body.mydealer #masthead h2{
		text-indent: 0px;
		background: none;
		font-family: 'Glypha LT Pro W01 Black', Arial, sans-serif;
		color: white;
		font-size: 14px;
		width: 100%;
		letter-spacing: 2px;
		padding:0;
		text-transform: none;
		top: 91px;
		position: relative;
	}
	
	body.equipment #masthead .searchForm,
	body.equipment #masthead h1 {
		top: 65px !important;
	}
	body.equipment.keppel #masthead h1 {
		text-indent: -9999px;
	}
	body.service #masthead h1,
	body.parts #masthead h1,
	body.locations #masthead h1,
	body.rentals #masthead h1,
	body.careers #masthead h1,
	body.application #masthead h1,
	body.news #masthead h1,
	body.releases #masthead h1,
	body.us #masthead h1,
	body.you #masthead h1,
	body.finance #masthead h1 {
		top: 48px;
	}
	body.equipment #content ul.breadcrumbs {
		float: none !important;
	}
	body.service #masthead .searchForm,
	body.parts #masthead .searchForm,
	body.us #masthead .searchForm,
	body.you #masthead .searchForm,
	body.news #masthead .searchForm,
	body.releases #masthead .searchForm {
		display: none;
	}
}

body #content ul.breadcrumbs {
	float: left;
	margin: 15px 20px 20px 20px;
}

body #content ul.breadcrumbs li {
	float: left;
	list-style-type: none;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 8px;
}

body #content ul.breadcrumbs li a {
	color: #636363;
	margin-right: 8px;
}

body #content ul.breadcrumbs li a:hover {
	text-decoration: underline;
}

body #content ul.breadcrumbs li span.divider {
	color: #636363;
}

.fourCol.fullDirt {
	background: url(../jpg/equipmentdirt.jpg) no-repeat;
	height: 86px;
	/* margin-top: 15px; */
}

.fullDirt .overlay {
	width: 50%;
	height: 100%;
}

#find-locations h4 {
	padding-top: 11px;
}

.fullDirt .overlay p {
	width: 50%;
	padding-top: 0;
}

.fullDirt .overlay .btn {
	position: absolute;
	bottom: 25px;
	right: 25px;
}

ul.manufacturerList {
	padding: 20px;
}

ul.manufacturerList li {
	float: left;
	margin: 0 10px 25px 0;
	list-style-type: none;
	width: 270px;
}

ul.manufacturerList li a {
	text-decoration: none;
	color: #f15c22;
	background: url(../png/orangearrow.png) right center no-repeat;
	padding: 5px 12px 5px 0px;
	font-size: 1.2em;
	margin-top: 10px;
}


/* SEARCH ACCORDION */

.accordion {
	float: right;
	margin: 0px 0px 10px 0;
	padding: 0;
	background: #fff;
	border-radius: 3px;
	position: relative;
	border: 1px solid #ccc;
	width: 711px;
	box-sizing: border-box;
	/* outline: 1px solid #fff; */
}

.accordion.selected {
	border: 1px solid #f9ad81;
	/* outline: 1px solid #f9ad81; */
	width: 713px;
	box-sizing: border-box;
}

.hiddenAccordion {
	display: none;
	clear: both;
}

.overview {
	padding: 5px;
}

.overview .thumb {
	width: 143px;
	border-right: 1px solid #ccc;
	float: left;
	padding: 3px 0 0px 20px;
}

.overview .thumb img {}

.overview h6.brand {
	float: left;
	width: 303px;
	background: none;
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	padding: 16px 0 0 28px;
	height: 30px;
}

.overview h6.brandExt {
	float: left;
	width: 446px;
	background: none;
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	padding: 16px 0 0 48px;
	height: 30px;
}

a.accordionBtn {
	float: right;
	text-indent: -9999px;
	background: url(../gif/arrows.gif);
	width: 26px;
	height: 26px;
	background-position: 0 -26px;
	display: block;
	margin: 11px 10px 0 10px;
}

.accordion.selected a.accordionBtn {
	background-position: 0 0;
}

p.count,
p.hours {
	width: 143px;
	float: left;
	padding: 15px 0 0 10px;
	border-right: 1px solid #ccc;
	height: 30px;
}

p.hours {
	border-right: none;
}

.hiddenAccordion .item .thumb {
	border-right: none;
}

.item {
	float: left;
	clear: left;
	margin: 4px 0;
	border-top: 1px solid #ccc;
	padding: 7px 0 3px 0;
	width: 703px;
}

.item p a.link {
	font-size: 1em;
}

.item .model {
	float: left;
	width: 303px;
	background: none;
	font-size: 1.2em;
	color: #333333;
	font-weight: 100;
	padding: 10px 0 0 28px;
	height: 30px;
	line-height: 24px;
}

.item p.hour {
	padding: 10px 0 0 28px;
	line-height: 24px;
}


/* SEARCH SLIDERS */

.searchSlider {
	background: #fff;
	width: 196px;
	padding: 5px;
	margin: 10px auto;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

body.gps .searchSlider,
body.attachments .searchSlider {
	display: none;
}

.searchSlider p {
	padding: 5px 0px;
}

.searchSlider p label {
	font-weight: bold;
}

input#year,
input#hour,
input#man-year,
input#man-hour {
	border: 0;
	background: #fff;
	color: #333;
	float: right;
	text-align: right;
	width: 100px;
}

form.equipmentForm {
	margin: 25px 0;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

form.equipmentForm label.state,
form.equipmentForm label.city {
	float: left;
	font-size: 12px;
	margin: 0 6px 5px 10px;
	font-weight: bold;
}

form.equipmentForm label.city {
	font-weight: 100;
}

form.equipmentForm input {
	float: left;
	clear: left;
	margin: 0 0 5px 10px;
}

form.equipmentForm input.cityInput {
	margin-left: 25px;
}

form.equipmentForm p {
	margin-bottom: 5px;
}

form.equipmentForm p label {
	margin-left: 0;
}

form.equipmentForm .cities {
	display: none;
}


/* EQUIPMENT LANDING PAGE */

.tabs ul {
	width: 100%;
}

.tabs ul li {
	float: left;
	background: #8b8b8c;
	/* width: 306px; */
	margin-right: 20px;
	text-align: center;
	font-size: 1.2em;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	border: 1px solid #acacac;
	border-top: 1px solid #acacac;
	border-right: 1px solid #acacac;
}

.tabs ul li:hover {
	background: #435363;
}

.tabs ul li.lastTab {
	margin-right: 0;
	/* width: 308px; */
}

.tabs ul li.ui-tabs-active {
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.tabs ul li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding: 6px 30px;
}

.tabs ul li.ui-tabs-active a {
	color: #636363;
}

.tabs .ui-tabs-panel {
	border: 1px solid #acacac;
	padding: 20px 0px 20px 4px;
	margin-top: -1px;
}

.tabs .manufacturer {
	border: 1px solid #acacac;
	padding: 10px;
	margin: 10px;
	float: left;
	width: 275px;
	background: url(../png/rightarrow.png) 95% center no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.tabs .manufacturer a {
	display: block;
	height: 35px;
}

.pageContent2 H2{
	text-transform: none;
	font-size: 18px;
	padding: 25px 20px 0px 20px;
}

.pageContent2 {
		margin:0 0 0 20px !important;
		width:100% !important;
}

.tabs .manufacturer:hover {
	background: url(../png/rightarroworange.png) 95% center no-repeat;
	border: 1px solid #f15c22;
}

#man-icon img {
	float: right;
	margin-top: 10px;
	width: 187px
}


/* EQUIPMENT DETAIL PAGES */

.callNow {
	background: url(../png/callnow.png) center top no-repeat;
	width: 225px;
	height: auto;
	margin-bottom: 35px;
}

.callNow h4 {
	font-size: 2.7em;
	color: #fff;
	text-shadow: 3px 2px 4px rgba(0, 0, 0, .4);
	padding: 7px 15px;
	margin-top: 53px;
	margin-bottom: 10px;
}

.callNow .link {
	padding-left: 20px;
	margin-right: 5px;
}

.callNow h4.contactNumber {
	margin-top: 15px;
	padding-bottom: 0;
}

.callNow h4 span {
	font-size: 17px;
	display: block;
}

body.us #content .callout-top {
	width: 100%
}

body.notFound .callout-top {
	width: 100%;
}

body.notFound .callout-bottom {
	padding-top: 16px;
	padding-bottom: 16px !important;
}

body.us #content .callout-bottom {
	padding-top: 16px;
	padding-bottom: 16px;
}

#images-cycle-large img.detailFull {
	float: left;
	border: 1px solid #ccc;
	/*margin-bottom: 25px;*/
	display: none;
	width: 549px;
	height: 422px;
}

body.equipment #content .outline {
	width: 223px;
}

body.equipment #content .threeCol .outline {
	width: auto;
}

#equipment-images {
	display: none;
}

#images-cycle-thumbs-wrapper {
	display: block;
	float: right;
	margin-top: -4px;
}

#images-cycle-thumbs {
	width: 155px;
	height: 425px;
}

#images-cycle-thumbs .cycle-slide {
	padding: 4px 0;
	width: 155px;
}

#images-cycle-thumbs .cycle-slide img {
	border: 1px solid #ccc;
	width: 151px;
	height: 98px;
}


/*#image-cycle-thumbs-nav {	display: block;	position: absolute;	top: 0;	width: 152px;	height: 425px;}*/

#images-cycle-thumbs a.cycle-nav {
	display: block;
	position: absolute;
	width: 150px;
	height: 20px;
	background: rgba(255, 255, 255, .4);
	text-indent: -9999px;
	border: 1px solid #f15d22;
}

#images-cycle-thumbs>a.disabled {
	display: none;
}

#images-cycle-thumbs a.cycle-prev {
	top: 4px;
	background: rgba(241, 93, 34, .4) url(../png/image-slider-arrow-top.png) center center no-repeat;
}

#images-cycle-thumbs a.cycle-prev:hover {
	background: rgba(255, 255, 255, .7) url(../png/image-slider-arrow-top.png) center center no-repeat;
}

#images-cycle-thumbs a.cycle-next {
	bottom: 0;
	background: rgba(241, 93, 34, .4) url(../png/image-slider-arrow.png) center center no-repeat;
}

#images-cycle-thumbs a.cycle-next:hover {
	bottom: 0;
	background: rgba(255, 255, 255, .7) url(../png/image-slider-arrow.png) center center no-repeat;
}

body.ie #images-cycle-thumbs a.cycle-prev {
	top: 4px;
	background: url(../png/image-slider-arrow-top-ie.png) center center no-repeat;
}

body.ie #images-cycle-thumbs a.cycle-prev:hover {
	background: #fff url(../png/image-slider-arrow-top.png) center center no-repeat;
}

body.ie #images-cycle-thumbs a.cycle-next {
	bottom: 0;
	background: url(../png/image-slider-arrow-ie.png) center center no-repeat;
}

body.ie #images-cycle-thumbs a.cycle-next:hover {
	bottom: 0;
	background: #fff url(../png/image-slider-arrow.png) center center no-repeat;
}

img.detailThumb {
	/*	float: right;	clear: right;	margin-bottom: 11px;	*/
}

h5.model {
	padding-left: 3px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 11px;
}

.modelDetails {
	width: 450px;
	position: relative;
	float: left;
	clear: both;
}

.modelDetails .row {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: left;
	clear: left;
	width: 100%;
}

.modelDetails p.heading {
	width: 100px;
	padding-right: 0;
}

.modelDetails p {
	float: left;
	width: 290px;
}

#related-equipment-cycle {
	margin: 20px 0;
	display: block;
}

.cycle-item {}

#related-equipment {
	padding-bottom: 20px;
}

a#related-prev,
a#related-next {
	text-indent: -9999px;
	background: url(../png/pager.png) no-repeat;
	width: 9px;
	height: 20px;
	display: block;
	position: absolute;
	background-position: 0 -20px;
	left: 10px;
	top: 145px;
	cursor: pointer;
	z-index: 500;
}

a#related-next {
	background-position: -37px -20px;
	left: inherit;
	right: 10px;
}

.relatedEquip {
	width: 400px;
	float: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px 40px;
	padding: 10px 0;
}

.relatedEquip img {
	float: left;
}

.relatedEquip p {
	float: left;
	padding-right: 0;
}

.relatedEquip p a {
	font-size: 1em;
}


/* EQUIPMENT MANUFACTURERS */

.equipLogos {
	float: right;
	margin: 20px 0 0 0;
}


/* SERVICE PAGE */

.callNow .btn {
	margin-left: 40px;
}

.callNow.callNowTall {
	background: url(../png/callnowtall.png) center top no-repeat;
	height: 204px;
}

.callNow.callNowTall p {
	margin-bottom: 10px;
}

p.borderBottom {
	border-bottom: 1px solid #ccc;
	padding: 7px 0 10px 0;
	margin: 0 20px;
}


/* PARTS PAGE */

.logos {
	padding: 10px 30px;
	width: 150px;
	float: left;
}

.logos img {
	border: none;
}

body.parts .outline {
	margin: 20px;
}


/* CONTACT PAGE */

#contour form {
	width: 650px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 30px;
	margin: 20px 0;
	padding-bottom: 20px;
	display: block;
	float: left;
}

#contour form legend {
	display: none;
}

#contour form label,
#contour form input,
#contour form select,
#contour form textarea {
	float: left;
	clear: left;
}

#contour form label {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
	margin-top: 10px;
	color: #333;
}

#contour form input {
	width: 440px;
	height: 35px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding-left: 10px;
}

#contour form input:focus,
.contactForm textarea:focus {
	border: 1px solid #F65B0F;
	background: #415463;
	color: #fff;
}

#contour form select {
	width: 188px;
	margin-bottom: 10px;
}

#contour form textarea {
	border: 1px solid #ccc;
	width: 430px;
	padding: 10px;
}

#contour form input[type="submit"] {
	text-decoration: none;
	padding: 6px 30px 6px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f15c22 url(../png/btnarrow.png) 93% center no-repeat;
	color: #fff;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	border: 0;
	width: 90px;
	padding: 5px 10px;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0 0 0 15px
}

#contour form input[type="submit"]:hover {
	cursor: pointer;
	background: #c4480c url(../png/btnarrow.png) 93% center no-repeat;
}

#contour form input[type="file"] {
	padding: 20px 20px 10px 20px;
}

#contour form input.checkbox {
	width: 25px;
}

#contour form label.emailLabel {
	clear: none;
	font-weight: 100;
	font-size: 10px;
	margin-top: 15px;
}


/*#contour form a {	float: left;	position: relative;	display: block;	clear: both;	color: 	#f15c22;	background: url(../images/orangeArrow.png) right center no-repeat;	padding: 5px 12px 5px 0px;	font-size: 1.2em;	margin: 10px 0;}*/

#contour form div.topic,
#contour form div.position {
	display: block;
	width: 35%;
	float: left;
	position: relative;
}

#contour form div.position {
	float: right;
	clear: right;
}

#contour form div.idliketoreceiveupdatesfromscottequipment label {
	clear: none;
	font-weight: 100;
	font-size: 10px;
	margin-top: 15px;
	width: 250px;
	padding-left: 30px;
}

#contour form div.idliketoreceiveupdatesfromscottequipment div {}

#contour form div.idliketoreceiveupdatesfromscottequipment input {
	width: 25px;
	margin-top: -18px;
}

table.phoneList {
	margin: 10px 0;
	font-size: 1.1em;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

table.phoneList th {
	text-align: left;
}

table.phoneList td {
	padding: 3px 10px;
}

table.phoneList td:nth-child(even) {
	padding-right: 0;
}

p.locHdr {
	padding: 0;
	margin: 30px 0 0 0;
}

.btn.centered {
	margin-left: 35px;
}


/* LOCATIONS PAGE */

body.locations #left-col {
	width: 310px;
	display: block;
	float: left;
	position: relative;
}

body.locations #right-col {
	width: 640px;
	display: block;
	float: left;
	position: relative;
	margin-left: 10px;
}

#locations-list-wrapper {
	display: block;
	float: left;
	border: 1px solid #d8d8d8;
	padding: 25px 30px;
	/* height: 550px; */
	width: 248px;
	padding-left: 20px;
}

#locations-list-wrapper ul {
	list-style-type: none;
}

#locations-list-wrapper ul.parent {}

#locations-list-wrapper li {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

#locations-list-wrapper li.state {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#locations-list-wrapper li.right {
	float: right;
	width: 100px;
}

#locations-list-wrapper li li {
	font-weight: normal;
	padding: 4px 0;
}

#locations-list-wrapper li li a {
	color: #333;
	/*	background: url(../images/locations-list-bg.png);	background-repeat: no-repeat;	background-size: 33px 11px;	padding-left: 40px;	background-position: left 2px;*/
	width: 100%;
}

#locations-list-wrapper li li a span {
	color: #b3b3b3;
}

#equipmentType {
	padding: 10px;
}

#equipmentType label {
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
}


/* IF THEY DECIDE TO USE ICONS TO REPRESENT SERVICES OFFERED, UNCOMMENT BELOW AND RE-INSTATE THE BACKGROUND IMAGE ON THE LI A */


/*#locations-list-wrapper li li a.construction {	background-position: left -112px;}#locations-list-wrapper li li a.construction-cranes {	background-position: left -11px;}#locations-list-wrapper li li a.agriculture-cranes {	background-position: left -88px;}#locations-list-wrapper li li a.agriculture-forklifts {	background-position: left -24px;}#locations-list-wrapper li li a.construction-forklifts {	background-position: left -64px;}#locations-list-wrapper li li a.agriculture {	background-position: left -37px;}#locations-list-wrapper li li a.cranes {	background-position: left -50px;}#locations-list-wrapper li li a.forklifts {	background-position: left -76px;}#locations-list-wrapper li li a.hq {	background: none;	padding-left: 0;	font-weight: bold;}*/

#locations-key-wrapper {
	display: block;
	float: left;
	border: 1px solid #d8d8d8;
	/* padding: 25px 30px; */
	width: 298px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	overflow: hidden;
}

#locations-key-wrapper h2,
#manufacturers-info h2 {
	background: #435363;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 8px 20px;
}

#locations-list-wrapper li li.hq a,
#locations-list-wrapper li li.hq a span {
	color: #F65817;
	font-weight: bold;
}

#locations-key-wrapper ul {
	list-style-type: none;
	margin: 20px 0;
}

#locations-key-wrapper li {
	display: block;
	position: relative;
	float: left;
	width: 80px;
	padding: 7px 0 5px 50px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background: url(../png/equipment-key.png) no-repeat left -2px;
	margin: 0 0 10px 20px;
}

#locations-key-wrapper li.agriculture {
	background-position: left -28px;
}

#locations-key-wrapper li.cranes {
	background-position: left -64px;
}

#locations-key-wrapper li.forklifts {
	background-position: left -98px;
}

#map-wrapper {
	border: 1px solid #9c9c9c;
	display: block;
	float: left;
	position: relative;
	width: 638px;
	height: 538px;
}

#map-container {
	display: block;
	float: left;
	position: relative;
	width: 638px;
	height: 538px;
}

.map-info-box {
	width: 240px;
	height: 240px;
	/*background: url(../images/info-box-bg.png) no-repeat 30px bottom;*/
}

.map-info-box-single {
	width: 240px;
	height: 180px;
}

.map-info-box-inner {
	width: 238px;
	height: 188px;
	background: #fb913b;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fb913b 0%, #f15c22 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb913b), color-stop(100%, #f15c22));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fb913b 0%, #f15c22 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fb913b 0%, #f15c22 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fb913b 0%, #f15c22 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fb913b 0%, #f15c22 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb913b', endColorstr='#f15c22', GradientType=0);
	/* IE6-8 */
	border: 1px solid #da4309;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: block;
	position: absolute;
	/* z-index: 1; */
}

.map-info-box-single .map-info-box-inner {
	height: 128px;
}

.box-arrow-bottom {
	background: url(../png/info-box-bg.png) no-repeat 80px -1px;
	display: block;
	width: 238px;
	height: 40px;
	display: block;
	position: absolute;
	z-index: 2;
	top: 189px;
}

.map-info-box-single .box-arrow-bottom {
	top: 129px;
}

.infoBox>img {
	z-index: 10;
}

.map-info-box h3 {
	font-weight: bold;
	color: #fff;
	background: none;
	font-size: 12px;
	padding: 0;
	margin: 15px 15px 5px;
}

.map-info-box p {
	color: #fff;
	font-size: 12px;
	padding: 0 0 10px 0;
	margin: 0 15px;
	border-bottom: 1px solid #fff;
}

.map-info-box p.phone {
	border-bottom: none;
	font-weight: bold;
	margin-top: 15px;
	font-size: 14px;
	margin-bottom: 15px;
}

.map-info-box p.phone span {
	font-weight: bold;
	font-size: 19px;
}

.map-info-box a.loc-CTA {
	background: #fff url(../png/loc-cta-arrow.png) no-repeat 135px center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #f15c22;
	padding: 10px 25px 10px 10px;
	margin: 0 15px;
	text-transform: uppercase;
}


/* LOCATION DETAIL PAGE */

#location-info,
#manufacturers-info {
	display: block;
	float: left;
	position: relative;
	clear: left;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 308px;
	padding: 0;
	margin-bottom: 10px;
	overflow: hidden;
}

#location-info #location-address {
	background: #eae9e9;
	color: #333;
	/* padding: 20px; */
}

#location-info #location-address p {
	color: #333;
}

#location-info #location-address h2 {
	font-size: 13px;
	color: #333;
	padding-top: 20px;
}

#location-info #location-address a.directions {
	color: #f15c22;
	padding-left: 20px;
	padding-right: 12px;
	font-size: 12px;
	display: block;
	width: 78px;
	/*background: url(../images/small-link-arrow-orange.gif) no-repeat right center;*/
}

#location-info #location-address .equipment-types {
	font-size: 12px;
}

#location-info #location-address #equip-types-list {
	/*display: block;	float: left;	position: relative;*/
	margin-left: 20px;
	margin-bottom: 20px;
	width: 280px;
	height: 30px;
}

#location-info #location-address #equip-types-list li {
	display: block;
	float: left;
	position: relative;
	width: 42px;
	height: 30px;
	background: url(../png/equipment-key-gray.png) no-repeat;
	text-indent: -9999px;
	margin-right: 10px;
}

#location-info #location-address #equip-types-list li.Construction {
	background-position: 0 4px;
}

#location-info #location-address #equip-types-list li.Cranes {
	background-position: 0 -60px;
}

#location-info #location-address #equip-types-list li.Forklifts {
	background-position: 0 -94px;
}

#location-info #location-address #equip-types-list li.Agriculture {
	background-position: 0 -28px;
}

#location-info #location-address #hours h3 {
	background: none;
	color: #333;
	font-size: 13px;
	text-transform: none;
	border-top: 1px solid #d8d8d8;
	padding-left: 0;
	padding-right: 0;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 0;
	color: #333;
	width: 270px;
}

#location-info #location-address #hours p {
	color: #333;
}

#location-info #location-address #hours p span {
	font-weight: bold;
	font-size: 13px;
	width: 130px;
	display: block;
	float: left;
}

#location-info #location-address #hours p.additional {
	font-style: italic;
	font-size: 11px;
	padding-bottom: 10px;
}

#location-info #location-contact {
	background: #fb913b;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fb913b 0%, #f15c22 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb913b), color-stop(100%, #f15c22));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fb913b 0%, #f15c22 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fb913b 0%, #f15c22 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fb913b 0%, #f15c22 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fb913b 0%, #f15c22 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb913b', endColorstr='#f15c22', GradientType=0);
	/* IE6-8 */
	border-top: 1px solid #da4309;
	border-bottom: 1px solid #da4309;
	color: #fff;
	/*display: block;	position: relative;	float: left;*/
}

#location-info #location-contact div {
	display: block;
	position: relative;
	float: left;
	/*width: 148px;*/
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#location-info #location-contact p {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

#location-info #location-contact p span {
	font-size: 16px;
}

#location-info #location-contact p.toll-free {
	border-top: 1px solid #fff;
}

#location-info #location-contact p span a.phone-link {
	text-decoration: none;
	color: #fff;
}


/*  #location-contact */

#location-info a.contact {
	display: block;
	position: absolute;
	/* float: right; */
	background: #fff url(../png/loc-cta-arrow.png) no-repeat 80px center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #f15c22;
	padding: 10px 25px 10px 10px;
	margin: -45px 0px 0px 190px;
	text-transform: uppercase;
	/* margin-top: -45px; */
	/* margin-left: 190px; */
	z-index: 100;
}

#location-info #location-staff {
	background: #fff;
	padding-bottom: 10px;
}

#location-info #location-staff h4 {
	font-size: 12px;
	margin-top: 10px;
}

#location-info #location-staff p {
	padding-top: 0;
}

#location-info #location-staff a {
	color: #f15c22;
	font-size: 12px;
	margin-left: 20px;
}

#location-info #location-staff p a {
	margin-left: 0;
}

#location-address h2,
#location-address p,
#location-address h4,
#location-staff h2,
#location-staff p,
#location-staff h4 {
	padding-left: 20px;
}

#manufacturers-info ul {
	margin: 20px 20px 0;
	list-style-type: none;
}

#manufacturers-info li {
	margin-bottom: 20px;
}

#location-image {
	border: 1px solid #d8d8d8;
	padding: 0;
	display: block;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	line-height: 0;
}

.unique-location-details {}

.unique-location-details h1 {
	color: #333;
	display: inline-block;
	padding-top: 10px;
	font-size: 18px;
}


/* DEFAULT TEMPLATE PAGES */

body #content.default-content .threeCol h2 {
	/*color: #636363;*/
	font-size: 1.6em;
	font-weight: bold;
}

body #content.default-content .threeCol h3 {
	/*color: #636363;*/
	color: #000;
	background: none;
	padding: 7px 20px 0 20px;
}

body #content.default-content .threeCol hr {
	margin: 10px 20px;
	border-top: 1px solid #636363;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

body #content.default-content .threeCol ul {
	margin-left: 20px;
	list-style-type: none;
	font-size: 1.3em;
	margin-top: 10px;
	color: #636363;
}

body #content.default-content .threeCol ol {
	margin-left: 20px;
	margin-top: 10px;
	font-size: 1.3em;
	color: #636363;
}

body #content.default-content .threeCol li {
	margin-bottom: 10px;
	margin-left: 20px;
}

body #content.default-content .threeCol p a.link {
	font-size: 1em;
}


/* PR */

body.news #masthead form.searchForm,
body.releases #masthead form.searchForm {
	display: none;
}

body.news .pr-entry,
body.releases .pr-entry {
	margin-bottom: 20px;
}

body.news #content .pr-entry h3,
body.news .pr-entry h3 a,
body.releases #content .pr-entry h3,
body.releases .pr-entry h3 a {
	/*color:  #636363;*/
	color: #000;
	text-transform: none;
	font-size: 1.1em;
	padding-top: 0;
}

.pr-entry h3 a:hover {
	text-decoration: underline;
}

body.news .pr-entry .pr-date,
body.news .pr-entry .pr-headline,
body.releases .pr-entry .pr-date,
body.releases .pr-entry .pr-headline {
	display: block;
	position: relative;
	float: left;
	width: 80%;
}

body.news .pr-entry .pr-date,
body.releases .pr-entry .pr-date {
	float: right;
	width: 100px;
	font-weight: bold;
	font-size: 1.2em;
	color: #636363;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
}

body.news .pr-entry .pr-intro,
body.releases .pr-entry .pr-intro {
	display: block;
	position: relative;
	float: left;
	clear: both;
}

body.news .pr-entry span.pr-link,
body.releases .pr-entry span.pr-link {
	display: block;
	float: left;
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
}

body.news .pr-entry hr,
body.releases .pr-entry hr {
	clear: both;
}

body.news span.contact-title,
body.news span.contact-info,
body.releases span.contact-title,
body.releases span.contact-info {
	display: block;
	float: left;
	position: relative;
	padding-top: 20px;
	font-size: 1.2em;
	line-height: 1.4;
	color: #636363;
}

body.news span.contact-title,
body.releases span.contact-title {
	width: 80px;
	margin-left: 20px;
	font-weight: bold;
	color: #636363;
}

body.news span.contact-info a,
body.releases span.contact-info a {
	color: #f15c22;
	text-decoration: underline;
}


/* Careers */

body.careers #content .careers-posting h2 {
	font-size: 1.3em;
}

body.careers h2 span.normal {
	font-weight: normal;
}

body.careers #content a {
	color: #f15c22;
}

body.careers #content a.btn {
	color: #fff;
}

body #content .callout-top {
	background: #f15d23 url(../png/right-rail-gradient.png) repeat-x center top;
	border: 1px solid #da4309;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	float: left;
}

body #content .callout-top h3 {
	display: block;
	position: relative;
	background: url(../png/apply-now-header.png) no-repeat center top;
	width: 183px;
	height: 26px;
	text-indent: -9999px;
	float: left;
	padding: 0;
	margin: 20px 20px 10px;
}

body #content .callNow .callout-top h3 {
	background: url(../png/call-now-h3.png) no-repeat center top;
}

body #content .callNow .callout-top p {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 15px;
}

body #content .callout-bottom {
	background: #eae9e9;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	display: block;
	float: left;
	padding-bottom: 10px;
	width: 223px;
}

body #content .callout-all {
	border-top: 1px solid #b4b4b4;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

body #content .callout-top.callout-all {
	border-top: 1px solid #da4309;
}

body #content .career-apply-box .callout-bottom h4 {
	font-size: 1.3em;
	margin-top: 10px;
}

body #content .career-apply-box .callout-bottom a {
	text-decoration: underline;
}

body #content .career-apply-box .callout-bottom p {
	padding-right: 0;
	width: 223px;
}

body #content .career-apply-box .callout-bottom a.btn {
	text-decoration: none;
	margin: 20px 15px 0 20px;
	display: block;
	float: left;
}

body #content .career-apply-box .callout-bottom a#download-btn {
	padding-right: 25px;
	padding-left: 10px;
}

body.careers #content p.career-foot {
	font-size: 1.5em;
}

body.careers #content p.career-foot span.phone {
	color: #f15c22;
	font-weight: bold;
	font-size: 1.3em;
}


/* FINANCE */

body.finance #content .lastCol a.btn {
	margin: 0 12px;
	font-size: 0.9em;
	width: auto;
	padding: 5px 20px 5px 10px;
	background: #f15c22 url(../png/btnarrow.png) 97% center no-repeat;
}


/* CONTACT */

body #directory-sidebar a.center {
	margin: 0 auto 10px;
	display: block;
	width: 110px;
}

body #directory-sidebar h3,
body #directory-sidebar h4 {
	font-weight: bold;
	color: #636363;
	background: none;
	font-size: 1.2em;
	padding-left: 0;
	display: block;
	float: left;
	clear: both;
	width: 100%;
}

body #directory-sidebar dl {
	font-size: 1.2em;
	color: #636363;
	padding-left: 10px;
}

body #directory-sidebar dt {
	display: block;
	float: left;
	width: 60%;
	margin-bottom: 10px;
}

body #directory-sidebar dd {
	display: block;
	float: left;
	width: 40%;
	margin-bottom: 10px;
}

body #directory-sidebar h4 {
	padding: 10px 0;
}

body.us #contour input.text,
body.us #contour textarea,
body.application #contour input.text,
body.application #contour textarea {
	width: 80% !important;
	padding: 0 10px !important;
	font-size: 1.2em;
}

body.application #contour form input[type="file"] {
	width: 80% !important;
	padding: 10px 10px 0 !important;
}

body.application #contour form label#max {
	margin-top: 0;
	font-weight: normal;
}

body.application #contour form a {
	color: #333 !important;
	background: none;
	text-decoration: underline;
	float: left;
	position: relative;
	display: block;
	clear: both;
	font-size: 1.1em;
	margin: 10px 0;
}


/* FOOTER */

#footerWrapper {
	background: #4d4d4d;
	width: 100%;
	height: 110px;
	color: #fff;
}

#footer {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#footer p {
	color: #fff;
}

p.legal {
	margin-top: 28px;
	padding: 0;
	font-size: 1.1em;
	float: left;
}

p.legal a {
	color: #fff;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

p.legal a:hover {
	color: #F65B0F;
}

#footer ul {
	float: left;
	margin: 31px 0 0 40px;
	font-size: 1.1em;
}

#footer ul li {
	float: left;
	text-transform: uppercase;
	list-style-type: none;
	margin-right: 8px;
}

#footer ul li a {
	color: #fff;
	padding-right: 8px;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

#footer ul li a:hover {
	color: #F65B0F;
}

#footer p.viewMobile {
	float: right;
	clear: both;
	padding: 0 4px 0px 0px;
	font-size: 1.1em;
	background: url(../gif/mobileicon.gif) left center no-repeat;
}

#footer .link {
	padding-left: 20px;
}

#footer .social {
	float: right;
}

#footer a.social-icon {
	text-indent: -9999px;
	background-image: url(../png/social-icons.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 33px 10px 0px 0px;
}

#footer .social .fb {
	background-position: 0px 0px;
}

#footer .social .ig {
	background-position: -40px 0px;
}

#footer .social .ldi {
	background-position: -81px 0px;
}

#footer .social .yt {
	background-position: -121px 0px;
}

.mobileContent {
	display: none;
}

.youtube-embed {
	width: 857px;
	height: 480px;
	margin-top: 20px;
}

.callout-top a.phone-link {
	color: #fff;
}

#directory-sidebar a.phone-link,
body.careers #content #directory-sidebar a.phone-link {
	color: #636363;
}

ul.tristate,
ul.tristate ul {
	list-style-type: none;
}

ul.tristate label {
	cursor: pointer;
}

ul.tristate ul {
	margin-left: 20px;
	display: none;
}

form.equipmentForm ul.tristate ul label.city {
	font-size: 11px;
}

.releases #content ul {
	margin-left: 40px;
	margin-top: 7px;
}

.releases #content ul li {
	margin-bottom: 10px;
	font-size: 1.3em;
	color: #636363;
}

.equip-section-image {
	width: 100%;
	height: auto;
}


/* SCOTT VAN KEPPEL LANDING PAGE */

body.keppel #interiorHeader {
	background: url(../jpg/svkheader.jpg) center top no-repeat;
}

body.keppel #masthead .searchForm {
	display: none;
}

body.keppel #masthead h1 {
	background: none;
}

body.keppel .fullDirt {
	display: none;
}

body.keppel .fourCol h2 {
	background: url(../gif/svklandinglogo.gif) center top no-repeat;
	text-indent: -9999px;
	float: left;
	width: 296px;
	height: 80px;
	margin: 13px 50px 20px 0;
}

body.keppel .fourCol p.introP {
	float: left;
	width: 560px;
}

.svkLocations {
	background: url(../gif/svklocationsmap.gif) top left no-repeat;
	height: 90px;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

body.keppel .svkLocations .overlay {
	width: 320px;
	height: 90px;
	float: left;
	margin-right: 40px;
}

body.keppel .svkLocations .overlay h4 {
	margin: 30px 0 0 190px;
	text-transform: uppercase;
}

body.keppel .location {
	width: 200px;
	float: left;
}

.NoSearchResults {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

.equipCustom {
	padding-top: 20px;
}

.equipCustom p {
	color: #636363;
	font-size: 14px;
}

.equipCustom li {
	margin-left: 20px;
	font-size: 14px;
	list-style-top: square;
	margin-top: 0px;
	margin-bottom: 14px;
	color: #636363;
}

.equipCustom li ul {
	margin-top: 14px;
}

.equipCustom li li {
	list-style-top: circle;
}

.equipCustom h4 {
	padding: 0;
}

.equipCustom a.phone-link {
	color: #f15c22;
}

.equipCustom dl {
	font-size: 1.2em;
	color: #636363;
	/*padding-left: 10px;*/
}

.equipCustom dd,
.equipCustom dt {
	/*display: block;*/
	float: left;
	width: 50%;
	margin-bottom: 10px;
	font-size: 14px;
}


/* content images */

img.img-left {
	display: block;
	float: left;
	width: 48%;
	height: auto;
	margin-bottom: 20px;
}

img.img-right {
	display: block;
	float: right;
	width: 48%;
	height: auto;
	margin-bottom: 20px;
}


/* New Navigation Styles */

.subnav {
	display: none;
}

#navContainer ul li {
	margin-right: 17px;
	font-size: 1.4em;
	display: inline-block;
	line-height: 73px;
}

#navContainer ul li:last-child,
#navContainer ul li:nth-last-child(2) {
	margin-right: 0px;
}

#navContainer ul li a {
	font-weight: bold;
}

#navContainer ul li a:hover,
#navContainer ul li a:focus,
#navContainer ul li a:active,
#navContainer ul li a.active {
	color: #F9AD81;
}

@media screen and (min-width:641px) {
	#navContainer ul .mobileContent {
		display: none;
	}
}

li.hassubnav {
	position: relative;
}

li.hassubnav>a {
	position: relative;
	padding-right: 15px;
}

li.hassubnav>a:after {
	content: '\f0d7';
	display: block;
	position: absolute;
	right: 0;
	font-family: 'FontAwesome';
	top: 0px;
	line-height: 16px;
}

li.hassubnav:hover>ul {
	display: block;
	position: absolute;
	background-color: white;
	z-index: 999;
	top: 55px;
	padding: 0px 10px;
	width: 130px;
	left: 0;
	margin-left: -32px;
}

#navContainer li.hassubnav .subnav:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid white;
	top: -5px;
	left: 69px;
}

#navContainer li.hassubnav .subnav li {
	display: block;
	line-height: 12px;
	margin-right: 0px;
	border-bottom: 1px solid #445363;
}

#navContainer li.hassubnav .subnav li:last-child {
	border-bottom: 0px;
}

#navContainer li.hassubnav .subnav li a {
	color: #6d6e71;
	font-size: 12px;
	text-transform: none;
	display: block;
	padding: 12px;
	text-align: center;
	font-weight: normal;
}

#navContainer li.hassubnav .subnav li a:hover,
#navContainer li.hassubnav .subnav li a:active,
#navContainer li.hassubnav .subnav li a:focus {
	color: #ee5d22;
}

@media screen and (max-width: 640px) {
	#navContainer ul li {
		display: none;
	}
	#navContainer ul li.mobileContent {
		display: block;
	}
	#navContainer ul li.mobileContent a {
		color: white;
		margin-right: 10px;
	}
}


/* New Homepage Styles */


/* Homepage Header/Nav */

.homepage #header {
	background-color: transparent;
	margin-top: 30px;
}

.homepage #header .logo {
	background-image: url('../png/scott-white-logo.png');
	background-size: cover;
	height: 73px;
	width: 272px;
}

.homepage #preheader {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	background: transparent;
}

.homepage #preheader #preheaderList {
	width: auto;
	background-color: #ee5d22;
	float: right;
}

.homepage #preheader #preheaderList i {
	color: white;
}


/* Homepage background image + hero content */

.homepage-bg-image {
	background-image: url('../jpg/homepage-bg-scott.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	color: white;
	padding-bottom: 100px;
}

.homepage-bg-image h1 {
	font-size: 7.1em;
	margin-top: 100px;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.homepage-bg-image .header-accent-text {
	font-size: 1.8em;
	max-width: 850px;
	margin: 0 auto;
	color: white;
	line-height: 1.5;
	margin-bottom: 10px;
	padding: 0 10px;
}

.homepage-bg-image .next-section-scroller a {
	background-image: url('../png/angle-down.png');
	height: 19px;
	width: 36px;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 100px auto;
	display: block;
}

.homepage-bg-image h2 {
	font-family: 'Glypha LT Pro W01 Black', Arial, sans-serif;
	font-size: 2.5em;
	letter-spacing: 2px;
	font-weight: 900;
}

@media screen and (max-width: 640px) {
	.homepage-bg-image h1 {
		font-size: 4.1em;
	}
	.homepage-bg-image .header-accent-text {
		padding: 0 25px;
	}
}

@media screen and (max-width: 400px) {
	.homepage-bg-image h1 {
		font-size: 3.1em;
	}
}


/* Location Search Styles */


/* Avoid image issues with Google Maps and CSS resets */

.bh-sl-map-container img {
	border-radius: 0 !important;
	box-shadow: none !important;
	max-height: none !important;
	max-width: none !important;
}

.bh-sl-container {
	box-sizing: border-box;
	color: #555;
	float: left;
	font: normal 14px/1.4 Arial, Helvetica, sans-serif;
	padding: 0 15px;
	width: 100%;
	/* Avoid issues with Google Maps and CSS frameworks */
}

.bh-sl-container>* {
	box-sizing: content-box !important;
}

.bh-sl-container .bh-sl-form-container {
	clear: left;
	float: left;
	margin-top: 15px;
	width: 100%;
}

.bh-sl-container .form-input {
	float: left;
	margin-top: 3px;
	width: 100%;
}

@media (min-width: 768px) {
	.bh-sl-container .form-input {
		width: auto;
	}
}

.bh-sl-container .form-input label {
	display: block;
	font-weight: bold;
	width: 100%;
}

@media (min-width: 768px) {
	.bh-sl-container .form-input label {
		display: inline-block;
		width: auto;
	}
}

.bh-sl-container .form-input input,
.bh-sl-container .form-input select {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font: normal 14px/1.4 Arial, Helvetica, sans-serif;
	margin: 15px 0;
	padding: 6px 12px;
	width: 100%;
	-webkit-border-radius: 4px;
}

@media (min-width: 768px) {
	.bh-sl-container .form-input input,
	.bh-sl-container .form-input select {
		width: auto;
		margin: 0 15px 0 10px;
	}
}

.bh-sl-container button {
	background: #00447a;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	float: left;
	font: bold 14px/1.4 Arial, Helvetica, sans-serif;
	margin-top: 3px;
	padding: 6px 12px;
	white-space: nowrap;
	-webkit-border-radius: 4px;
}

.bh-sl-container .bh-sl-loading {
	background: url(../ajax-loader.html) no-repeat;
	float: left;
	margin: 4px 0 0 10px;
	height: 16px;
	width: 16px;
}

.bh-sl-container .bh-sl-filters-container {
	clear: both;
	float: left;
	margin: 15px 0;
	width: 100%;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters {
	float: left;
	list-style: none;
	margin: 0 100px 0 0;
	padding: 0;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
	clear: left;
	display: block;
	float: left;
	margin: 5px 0;
	width: 100%;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
	display: inline;
	vertical-align: text-bottom;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
	display: block;
	float: left;
	margin-right: 8px;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li select {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font: normal 14px/1.4 Arial, Helvetica, sans-serif;
	padding: 6px 12px;
	-webkit-border-radius: 4px;
}

@media screen and (min-width: 768px) {
	.bh-sl-container .bh-sl-map-container {
		position: absolute;
		top: 40px;
		right: 40px;
		left: 40px;
		bottom: 40px;
	}
}

.bh-sl-container .bh-sl-map-container a {
	text-decoration: none;
}

.bh-sl-container .bh-sl-map-container .loc-directions a {
	text-decoration: underline;
}

.bh-sl-container .bh-sl-map-container a:active,
.bh-sl-container .bh-sl-map-container a:focus,
.bh-sl-container .bh-sl-map-container a:hover {
	text-decoration: underline;
}

.bh-sl-container .bh-sl-loc-list {
	font-size: 13px;
	width: 100%;
}

.bh-sl-container .bh-sl-loc-list ul {
	padding: 15px;
	margin-right: 25px;
	margin-bottom: 25px;
	overflow: hidden;
}

.bh-sl-container .bh-sl-loc-list.no-results {
	border: 0px;
}

.bh-sl-container .bh-sl-loc-list.no-results ul {
	border: 0px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.bh-sl-container .bh-sl-loc-list ul li {
	border: 1px solid #fff;
	/* Adding this to prevent moving li elements when adding the list-focus class*/
	box-sizing: border-box;
	clear: left;
	margin-bottom: 10px;
	cursor: pointer;
	background: #fff !important;
	display: block;
	float: left;
	width: 100%;
}

.bh-sl-container .bh-sl-loc-list ul li:last-child {
	margin-bottom: 0px;
}

.bh-sl-container .bh-sl-loc-list .list-label {
	background: #00192d;
	border-radius: 15px;
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	margin: 10px 0 0 15px;
	padding: 4px 7px;
	text-align: center;
	width: auto;
	min-width: 13px;
}

.bh-sl-container .bh-sl-loc-list .list-details {
	float: left;
	margin-left: 6px;
	width: 80%;
}

.bh-sl-container .bh-sl-loc-list .list-details .list-content {
	padding: 10px;
}

.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
	color: #8e8e8e;
	font-weight: bold;
	font-style: italic;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
	height: 20px;
	position: relative;
	width: 100%;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
	right: 6px;
	top: 0;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel {
	margin: 0 2%;
	/* Avoid issues with table-layout */
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table {
	table-layout: auto;
	width: 100%;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table,
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
	vertical-align: middle;
	border-collapse: separate;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
	padding: 1px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-placemark {
	margin: 10px 0;
	border: 1px solid #c0c0c0;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-marker {
	padding: 3px;
}

.homepage .bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Glypha LT Pro W01 Black', Arial, sans-serif;
	color: #435363;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 10px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-desc span {
	display: block;
	font-size: 24px;
	font-weight: bold;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-desc {
	margin-bottom: 50px;
}

.bh-sl-container .loc-name {
	/* Picked up by both list and infowindows */
	font-weight: bold;
}

.bh-sl-container .loc-name span.equipment {
	font-weight: normal;
	color: #b3b3b3;
}

@media screen and (max-width: 767px) {
	.bh-sl-container .loc-name span.marker {
		display: none;
	}
}

.gm-style-iw .loc-phone {
	font-size: 14px;
}

.gm-style-iw .loc-phone span {
	font-size: 24px;
	position: relative;
	top: 3px;
	font-weight: bold;
}

.gm-style-iw .loc-url {
	margin-top: 15px;
	padding-bottom: 10px;
}

.gm-style-iw .loc-url .btn {
	color: white;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 33px 10px 10px;
}

.gm-style-iw .loc-address.final {
	padding-bottom: 10px;
	margin-bottom: 7px;
	border-bottom: 1px solid #ddd;
}

.bh-sl-container .bh-sl-map {
	height: 100%;
	width: 100%;
	position: absolute !important;
}

.bh-sl-container .bh-sl-pagination-container {
	clear: both;
}

.bh-sl-container .bh-sl-pagination-container ol {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

.bh-sl-container .bh-sl-pagination-container ol li {
	color: #005293;
	cursor: pointer;
	display: inline-block;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 10px;
}

.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
	color: #555;
	cursor: auto;
	text-decoration: none;
}


/* Modal window */

.bh-sl-overlay {
	background-color: rgba(0, 0, 0, .5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 10000;
}

.bh-sl-overlay .bh-sl-modal-window {
	background: #fff;
	border-radius: 4px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	/* width divided by 2 */
	margin-top: 60px;
	height: 620px;
	max-height: 80%;
	width: 1000px;
	z-index: 10010;
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
	float: left;
	padding: 40px;
	/* there's already a margin on the top of the map-container div */
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
	right: 10px;
	top: 10px;
}

.bh-sl-close-icon {
	cursor: pointer;
	height: 21px;
	position: absolute;
	width: 20px;
	background-color: #FD552A;
	border-radius: 4px;
}

.bh-sl-close-icon:after,
.bh-sl-close-icon:before {
	background: #fff;
	content: '';
	display: block;
	height: 15px;
	margin: -3px 0 0 -1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 3px;
	top: 6px;
	width: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bh-sl-close-icon:hover:after,
.bh-sl-close-icon:hover:before {
	background: #b3b3b3;
}

.bh-sl-close-icon:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.bh-sl-map-container .left-column {
	width: 30%;
}

.bh-sl-container .bh-sl-loc-list {
	overflow-y: scroll;
	width: 90%;
	border: 1px solid #ddd;
	margin-top: 15px;
	max-height: 200px;
}

@media screen and (min-width: 768px) {
	.bh-sl-map-container .left-column {
		display: -webkit-box;
		display: flex;
		display: -ms-flexbox;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.bh-sl-container .bh-sl-loc-list {
		max-height: 50%;
	}
}

.modal-form-title {
	margin-top: 25px;
}

.bh-sl-map-container .right-column {
	position: relative;
	width: 70%;
}

.bh-sl-map-container .layout-container {
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	height: 100%;
}

.bh-sl-map .gm-style {
	border: 1px solid #ddd;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.modal-form-title,
#result-list-title {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Aachen W01 Medium', Georgia, serif;
	color: #435363;
	padding: 0px;
}

.homepage .modal-form-title,
.homepage #result-list-title {
	font-family: 'Glypha LT Pro W01 Black', Arial, sans-serif;
	letter-spacing: 2px;
}

.modal-form-title {
	margin-bottom: 15px;
}

#result-list-title {
	line-height: 1;
}

.form-in-modal input[type="text"] {
	width: 100px;
}

.loc-dist {
	font-style: italic;
}

p.all-locations-button {
	padding: 0px;
	margin-top: auto;
	margin-bottom: 6px;
}

.homepage p.all-locations-button {
	padding-left: 15px;
}

p.all-locations-button a.btn {
	color: white !important;
	font-size: 12px;
}

@media screen and (max-width: 500px) {
	p.all-locations-button a.btn {
		font-size: 7px;
	}
}

@media screen and (max-width: 1024px) {
	.bh-sl-overlay .bh-sl-modal-window {
		width: 90%;
		left: 5%;
		margin-left: 0px;
	}
	.bh-sl-map-container .left-column {
		width: 39%;
		margin-right: 1%;
	}
}

@media screen and (max-width: 850px) {
	.bh-sl-map-container .left-column {
		width: 49%;
	}
}

@media screen and (max-width: 767px) {
	.bh-sl-map-container .left-column {
		width: 100%;
		margin-right: 0px;
	}
	.bh-sl-map-container .right-column {
		display: none;
	}
}

.homepage .hidden {
	display: none;
}

@media screen and (Max-width: 600px) {
	.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.btn.special {
	background-position: right 10px center;
	padding-right: 30px;
}

html.overlay-open,
html.overlay-open body {
	overflow: hidden;
	position: relative;
	height: 100%;
}

p#search-radius-notification {
	padding: 0px;
	font-size: 12px;
}

.bh-sl-container .bh-sl-map-container .loc-phone a {
	color: #636363;
}

.homepage #locator-form-container .searchForm {
	margin: 10px auto;
	width: 100%;
	background-color: rgba(255, 255, 255, .76);
	max-width: 433px;
	padding: 10px 10px 10px 50px;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 640px) {
	.homepage #locator-form-container .searchForm {
		width: 90%;
	}
}

.homepage #locator-form-container form.searchForm input.submitBtn {
	position: absolute;
	left: -15px;
	top: 9px;
	font-family: 'FontAwesome';
	background-image: none;
	color: #ee5d22;
	text-indent: 0px;
	font-size: 36px;
	width: auto;
	height: auto;
	background-color: transparent;
}

.homepage #locator-form-container form.searchForm input[type="text"] {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	background-color: transparent;
	border: 0px;
	font-size: 20px;
}

.homepage .container {
	padding: 100px 0px;
}

.homepage .row {
	width: 90%;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto 10px;
}

.homepage .white-container {
	background-color: white;
}

.homepage .manufacturer-list .label {
	font-family: 'Glypha LT Pro W01 Black', Arial, sans-serif;
	font-size: 24px;
	letter-spacing: 2px;
	color: #6d6e71;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.homepage .manufacturer-list {
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.homepage .manufacturer-list .logo {
	background-image: url('../png/equipment-sprite.png');
	height: 48px;
	display: inline-block;
	margin-right: 25px;
	background-repeat: no-repeat;
}

.homepage .manufacturer-list .logo:last-child {
	margin-right: 0px;
}

.homepage .manufacturer-list .logo.case {
	width: 120px;
	background-position: -5px -5px;
}

.homepage .manufacturer-list .logo.kobelco {
	width: 185px;
	background-position: -5px -63px;
}

.homepage .manufacturer-list .logo.tadano {
	width: 189px;
	background-position: -5px -121px;
}

.homepage .manufacturer-list .logo.toyota {
	width: 145px;
	background-position: -5px -179px;
}

.homepage .manufacturer-list .logo.volvo {
	width: 248px;
	background-position: -135px -5px;
}

.homepage .row.thirds .column {
	width: 50%;
	float: left;
}

.homepage .equipment-links {
	margin-top: 25px;
}

.homepage .equipment-links a {
	display: block;
	position: relative;
	height: 300px;
	background-size: cover;
	background-position: center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: white;
	font-family: 'Glypha LT Pro W01 Black', Arial, sans-serif;
	font-size: 24px;
	letter-spacing: 2px;
}

@media screen and (min-width: 1000px) {
	.homepage .equipment-links a {
		height: 350px;
	}
}

@media screen and (min-width: 1175px) {
	.homepage .equipment-links a {
		height: 400px;
	}
}

@media screen and (max-width: 850px) {
	.homepage .equipment-links a {
		font-size: 18px;
	}
}

.homepage .equipment-links a p {
	color: white;
	text-align: center;
	position: relative;
	line-height: 1.2;
}

.homepage .equipment-links .construction a {
	background-image: url('../png/construction.png');
}

.homepage .equipment-links .cranes a {
	background-image: url('../png/cranes.png');
}

.homepage .equipment-links .specialtyequipment a {
	background-image: url('../jpg/crawler-carrier.jpg');
}

.homepage .equipment-links .forklifts a {
	background-image: url('../png/forklifts.png');
}

.homepage .equipment-links .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

.homepage .equipment-links a:hover .overlay,
.homepage .equipment-links a:active .overlay,
.homepage .equipment-links a:focus .overlay {
	background-color: rgba(240, 93, 34, .8);
}

.blue-container {
	background-color: #435363;
	color: white;
}

.blue-container h2 {
	text-align: center;
	font-family: 'Glypha LT Pro W01 Black', Arial, sans-serif;
	font-size: 24px;
	letter-spacing: 2px;
}

.sales-service-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sales-service-links {
	text-align: center;
	color: white;
	margin-top: -2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sales-service-links .column {
	background-color: #6d6e71;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}

.sales-service-links .column.accent {
	background-color: rgba(109, 110, 113, .75);
}

.sales-service-links img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.sales-service-links .title {
	font-family: 'Glypha LT Pro W01 Black', Arial, sans-serif;
	color: white;
	font-size: 24px;
	letter-spacing: 2px;
	padding: 25px 25px 10px;
}

.sales-service-links .title a {
	color: white;
	text-decoration: none;
}

.sales-service-links .cta {
	margin-top: auto;
	padding: 0px 25px 25px;
}

.sales-service-links .cta button {
	border: 0px;
	margin-top: 15px;
	cursor: pointer;
}

.sales-service-links .description {
	color: white;
	padding: 0px 25px;
	margin-top: 5px;
	font-size: 18px;
}

.sales-service-links .description a {
	color: white;
	text-decoration: underline;
	position: relative;
	top: 1px;
}

.homepage .get-started-links {
	text-align: center;
}

.homepage .get-started-links h2 {
	font-family: 'Glypha LT Pro W01 Black', Arial, sans-serif;
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.homepage .get-started-links a:first-child {
	margin-right: 50px;
}

@media screen and (max-width: 640px) {
	.homepage .no-mobile {
		display: none;
	}
	.homepage .blue-container,
	.homepage .white-container {
		background-color: white;
		padding: 25px 0px;
	}
	.homepage .white-container {
		padding-top: 0px;
	}
	.homepage .row.thirds .column {
		width: 100%;
		margin-bottom: 25px;
	}
	.homepage .row.thirds .column:last-child {
		margin-bottom: 0px;
	}
	.sales-service-links {
		display: block;
	}
	.homepage .double-buttons {
		padding: 0px;
		font-size: 9px;
	}
	#preheaderList {
		width: 100% !important;
	}
	#preheader ul {
		padding: 0 5px;
		float: right !important;
	}
	#preheader li {
		margin-right: 5px !important;
	}
	#preheader li#nav-tel {
		padding-right: 0px !important;
	}
	.sales-service-links .column,
	.sales-service-links .column.accent {
		background-color: #435363;