﻿/***** 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%;}i
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;400;600;600i;900;900i&display=swap');
/*-------- 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 {
overflow-x: hidden;
font-size: 	15px; line-height: 24px;
font-family: 'Raleway', sans-serif;	
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;color:#FF7F00}


hr{border:#000 1px solid; margin: 20px 0;}
.orange-subtext {color:#FF7F00; font-size: 45px; line-height: 45px;}
.orange-text {color:#E47100; font-size: 52px; line-height: 45px;}
/*--- HEADER STYLES ---------------------*/
header {}
.header-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.left-header {display: inline-block; width: 44%; vertical-align: middle;}
.logo {position: absolute; top:15px;z-index: 99999; padding: 15px 19px;}
.logo img {max-width: 410px; width: 100%}
.logo-international { position: absolute;top: 0px;left: 291px;  width: 145px;}
.logo-international img{ margin-top:30px;width: 190%;}
.right-header {display: inline-block; width: 55%; text-align: center; vertical-align: center; padding: 20px 0; }
.header-loc {display: inline-block; vertical-align: top; width: 30%; margin-left:18px;}
.header-loc p {font-size: 15px; text-transform: uppercase; letter-spacing: 1px; line-height: 26px; text-align: center;font-weight: 800;}
.header-loc p a {color:#000; transition: .3s ease;}
.header-loc p a:hover {color:#FF7F00;}
.header-btn {border:1px solid #FF7F00; padding: 10px 0; text-align: center; color:#000; letter-spacing: 1px; width: 100%; max-width: 300px; transition: .3s ease; display: inline-block;font-weight: 700;font-size: 14px;}
.header-btn:hover {background:rgba(197,79,0,1.00); }
.header-btn .fas {color:#FF7F00;}
.partsub{font-size: 14px; font-style: italic; font-weight: 800; text-transform: uppercase;}

/*---BODY--------------------------------*/
.pad50 {padding: 50px 0;}
.ql-container {background:url(../siteart/road-bg.png); background-attachment: fixed; display: flex; flex-direction: row; background-position: center center; background-size: cover;}
.orange-1 {background:rgba(255,79,0,.80); width:100%; align-items: center; justify-content:flex-start;padding:75px 0; text-align: center; font-weight: 900; letter-spacing: 2px; font-size: 16px; color:#fff; }
.orange-2 {background:rgba(255,79,0,.70) ; width:100%;align-items: center; justify-content:flex-start;padding:75px 0; text-align: center; font-weight: 900; letter-spacing: 2px; font-size: 16px; color:#fff;}
.gray-1 {background:rgba(37,37,37,.8); width:100%;align-items: center;justify-content:flex-start; padding:75px 0; text-align: center; font-weight: 900; letter-spacing: 2px; font-size: 16px; color:#fff; }
.gray-2 {background:rgba(19,19,19,.80); width:100%;align-items: center; justify-content:flex-start;padding:75px 0; text-align: center; font-weight: 900; letter-spacing: 2px; font-size: 16px; color:#fff;}
.gray-3 {background:rgba(0,0,0,.8); width:100%;align-items: center; justify-content:flex-start;padding:75px 0; text-align: center; font-weight: 900; letter-spacing: 2px; font-size: 16px; color:#fff;}
	.orange-1:hover, .orange-2:hover, .gray-1:hover, .gray-2:hover, .gray-3:hover {background: #fff; transition: .3s ease;}

.hp-about {background: url(../siteart/pattern-bg.png) repeat; background-color: #fff; background-attachment: fixed; width: 100%; padding: 75px 0;}
.border-line{  
    border-bottom: 2px solid #000;
    width: 90%;
    margin: 0 auto;
}
.ideal-about {background: url(../siteart/pattern-bg.png) repeat; background-attachment: fixed; width: 100%; padding: 75px 0 0 0;}
.ideal-about h1{font-size: 52px; line-height: 45px; letter-spacing: 1px;  font-style: italic; font-weight: 900; }
.ideal-about h2{font-size: 32px; line-height: 48px; letter-spacing: 1px; color:#000; font-style: italic; font-weight: 900; padding: 0px 0px; }
.ideal-about p{ font-size: 18px;
    line-height: 30px;
    text-align: left; }
.formsubhead{
	font-size: 25px!important; line-height: 54px; letter-spacing: 1px; color:#000; font-style: italic; font-weight: 900; padding: 0px 20px!important;
}
.formpara{
	padding: 0px 20px!important; line-height: 54px!important;
}
.width {width: 80%; margin: 0 auto;}
.width-90 {width: 90%; margin: 0 auto;}
.hp-about h1 {font-size: 40px; line-height: 42px; letter-spacing: 1px; color:#000; font-style: italic; font-weight: 900; padding: 59px 0 25px 0;}
.hp-about .about-title{font-size: 40px; line-height: 42px; letter-spacing: 1px; color:#000; font-style: italic; font-weight: 900; padding: 59px 0 25px 0;text-transform: uppercase;}

.column-count {column-count: 2; column-gap: 25px;}
.col-2 {display: inline-block; width:45%; vertical-align: top; margin:0 20px;font-size: 18px;line-height: 30px;text-align: left; color: #393939; }
.col-f{width: 100% ; font-size: 20px;}
.hp-map-container {display: flex; align-items: center; align-items: stretch; }
.map-left {width: 38%; justify-content: flex-start; align-items: center;}
.contact-right {  background: url(../siteart/navistart-img.png) no-repeat; background-color:#000; background-position: center center; background-size: cover; width: 62%; justify-content:flex-start; align-items: center; padding: 150px 0;}
.contact-right h2 {color:#FF7F00; font-size: 30px; line-height: 40px; font-weight: 900;  padding: 15px 0;}
.contact-right p {font-size: 18px; line-height: 26px; color:#fff; letter-spacing: 1px;}
.contact-right p a {color:#fff; font-weight: 800;}

.map-3 {width: 30%; display: inline-block; vertical-align: top; margin: 0 1%;}
.map-3 h2 {font-size: 18px; line-height: 25px; border-bottom: 1px solid #ddd;}
.map-3 p {font-size: 15px; line-height: 23px; padding:10px 0; font-weight: 300;}
.map-3 b{color:#E47100; font-weight: 800;}
 /* FORM */
.white-bg {padding: 45px 0; }
.white-bg h2 {font-size: 30px; text-transform: uppercase; letter-spacing: 1px; line-height: 36px;}

.field {float:left; width:49%; margin:.5% 1% .5% 0;}
#required {color:#636466;}
input.text {padding:5px 0; border:1px solid #000;}
select {width:101.6%; padding:5px 0; border:1px solid #000;}
textarea {float:left; width:99.4%; margin:1% 0 1% 0%; border:1px solid #333; padding:1%; font-family: 'Roboto Condensed', sans-serif; colpr:#000; height:100px;}
input.button{float:left; width:350px; font-weight:bold; text-transform:uppercase; color:#fff; text-align:center; font-size:16px; line-height: 28px; padding:10px 20px; background:#404040; border:0; }
input.button:hover {background-position:bottom; cursor:pointer; background:linear-gradient(#f1591e, #df4f18);}

.sign-up {padding:10px 0; width:100%; margin-bottom:30px; }
.sign-up p {font-weight:bold; text-transform:uppercase; }
.sign-up input.text {width:100%; background:#fff; color:#000; margin-bottom:10px; padding-left:1%;}

a.button {width:350px; font-weight:bold; text-transform:uppercase; color:#fff; height:28px; line-height:28px; display:block; text-align:center; padding:0 0; float:left; background:#404040;margin:5px 0 10px;display:block!important; padding: 10px 0;}
a.button:hover {background-position:bottom; text-decoration:none; color:#fff; background:linear-gradient(#FF7F00, #df4f18);}
.slidelogo{
	width: 500px!important;
}


/*---------------------------------BUILD YOUR OWN TRUCK---------------------------------------------------------------------------------------*/
.configuratorsection{
	display: flex;
	flex-wrap: wrap;
	padding: 5px 50px;
	justify-content: center;
}
.truckconfigboxes{
	width:28%; margin: 30px 25px;
}
.configuratorpage{
	padding: 0% 5%;
}
.truckconfigheader {
    width: 100%;
    display: flex;
	align-items: center;
    justify-content: center;
}
.configtext {
    width: 76%;
    padding: 0px 15px;
    background: #FF7F00;
    color: #fff;
}
.configicon {
    color: #fff;
    background: #000;
    width: 17%;
    font-size: 25px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.truckconfigimage {
    width: 100%;
    background: #fff;
}
.truckconfigimage img:hover {
opacity:0.7; 
	
}
.truckconfigimage img {
    width: 100%;
    opacity: 0.93;
}
h2.headertruck {
    color: #000;
    font-size: 20px;
    padding: 8px 0px;
}

/*---------------------------------PARTS---------------------------------------------------------------------------------------*/
.parts-pg .parts {display: inline-block; width:95%; vertical-align: top;}
.parts img {width: 100%;}
.orange-btn {padding: 10px 25px; display: inline;background:#FF7F00; color:#000; text-align: center; letter-spacing: 1px; margin-top:100px; transition: .3s ease;}
.orange-btn:hover {background: #212121;}
/*---------------------------------SERVICE---------------------------------------------------------------------------------------*/
.service-request {padding: 25px 0;}
.service-request h1 {font-weight: 900; letter-spacing: 1px; text-align: center; font-style: italic}
.parts-pg .service {display: inline-block; width:100%; vertical-align: top;}
.service img {width: 100%;}
.orange-btn {padding: 10px 25px; display: inline;background:#FF7F00; color:#000; text-align: center; letter-spacing: 1px; margin-top:100px; transition: .3s ease;}
.orange-btn:hover {background: #212121;}

/*---------------------------------INTERNATIONAL---------------------------------------------------------------------------------------*/
.internationsect{
	display: flex;
	align-items: center;
}
.internationaltext{
	width: 40%;
    padding: 0% 5%;
}
.internationalphotosect{
	width: 50%;
}
.internationalphoto{
	width: 100%;
}
.bulletlist{
	list-style: square;
    font-size: 16px;
    line-height: 34px;

}
.servicetext{
text-align: center;
    width: 80%;
    padding: 0% 10%;	
}
/*---------------------------------IDEALEASE---------------------------------------------------------------------------------------*/
.idealease-left {width: 60%; display: inline-block; vertical-align: top; margin-right: 2%;}
.idealease-right {width: 37%; display: inline-block}
.kelly {width: 100%; max-width: 900px; padding: 50px 0; border-top:.5px solid #000; margin-top:25px}
.kelly-left {width: 30%;display: inline-block; vertical-align: middle;}
.kelly-left img {width: 100%; max-width: 250px;}
.kelly-right {width: 66%; display: inline-block; vertical-align: middle; margin-left:2%;}
.kelly-right a {font-weight: 700; color:#FF7F00;}


/*IDEALEASE*/
.brochure-flex {display: flex; flex-direction: row;}
.brochure-col {width: 20%; text-align: center; margin: 0 auto;}
.brochure-col img {width: 100%; max-width: 150px;}
.brochure-col img:hover {opacity: .8;}
.brochure-col a h4{color:#000; padding: 10px 0; transition: .3s ease;}
.brochure-col a h4:hover{color:#FF7F21; }
#padding50 {padding: 50px 0;}
#padding25 {padding: 25px 0;}
 .col70 {width: 68%; margin-right: 1%; display: inline-block; vertical-align: middle;}
.col30 {width: 30%; display: inline-block; vertical-align: middle;}
 .col30 img{width: 90%;  }
h1.loc-title2 {padding: 5px 0; line-height: auto;}
h2.loc-subtitle {font-size: 30px;}
.blk-btn {background: #000; padding: 10px 20px; color:#fff; text-align: center; transition: .3s ease;}
.blk-btn:hover {background: #333; padding: 10px 20px; color:#fff; text-align: center; }
.white-btn {background: #fff; padding: 10px 20px; color:#000; text-align: center;  transition: .3s ease;}
.white-btn:hover {background: #333; padding: 10px 20px; color:#fff; text-align: center; }

.white-text {color:#fff; font-size: 23px;}
.two-btn .blk-btn, .two-btn .white-btn, .two-btn .red-btn {display: inline-block; vertical-align: middle; margin:1%;}
.ideal-flex {display: flex; flex-direction: row; align-items: stretch; background: url(/siteart/idealease-rental.jpg); background-size: cover;background-attachment: fixed;background-position: center }
.ideal-flex2 {display: flex; flex-direction: row; align-items: stretch; background: url(/siteart/idealease-rental.jpg); background-size: cover;background-attachment: fixed;background-position: center }
.ideal-flex a {width: 33%; padding: 35px 0; text-align: center;border-bottom: 5px solid #000}
.ideal-box {color:#fff; font-size: 25px; font-weight: 800; letter-spacing: 1px;}
.ideal-flex a:hover {border-bottom: 5px solid #FF7F21}
.ideal-flex a#blue {background:rgba(0,0,0,.40); width: 100%; padding: 35px 0;color:#fff;}
.ideal-flex a#gray {background:rgba(0,0,0,.70); width: 100%; padding: 35px 0;color:#fff;}
.ideal-flex a#navy {background:rgba(0,0,0,.60); width: 100%; padding: 35px 0;color:#fff;}
.ideal-flex2 .col-50 {width: 50%;}
.ideal-flex2 .col-50#ltgray {background: #f1f1f1;}
.ideal-flex2 .col-50#black {background: #212121;}
.ideal-flex2 .col-50#red {background:rgba(255,127,33,.90);}

.idealease-flex {display: flex; flex-direction: row; align-items: top;}
.ideal-contact {width: 25%; padding: 25px 10px;}
.ideal-contact h3 {font-size: 18px;}
.ideal-contact a {color:#FF7F21}
.s13header{
	font-size: 27px; font-weight: 700; padding: 10px 0px;
}
.s13subhead{
	font-size: 18px; font-weight: 500; text-transform: uppercase;
}
.halfsections{
	display: flex; align-items: center;
}
.halftopsections{
	display: flex; align-items:baseline; justify-content: space-between;
}
.lefthalf{
	width: 50%;
}
.lefthalf img{
	width: 100%;
	padding: 5% 2% 0% 2%;
}
.righthalf {
    width: 45%;
    padding: 5% 0% 5% 8%;
}

.lefthalfcmnd{
	width: 35%;
}
.lefthalfcmnd img{
	width: 100%;
	padding: 5% 2% 0% 2%;
}
.righthalfcmnd {
    width: 40%;
    padding: 5% 0% 5% 8%;
}
.disclaimer{
	font-size: 10px;
}
.s13padding{
	    width: 96%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: middle;
}
.darkleftsection{
	background: #3e3e3e;
	padding: 60px 80px;
	width: 34%;
    margin-right: 8%;
}
.whites13header{
	color: #fff; font-size: 30px; padding-bottom: 10px;
}
.whites13para{
	color: #fff;
}
.black-btn{
padding: 10px 25px; display: inline;background:#000; color:#fff; text-align: center; letter-spacing: 1px; margin-top:100px; transition: .3s ease;	
}
.black-btn:hover{
padding: 10px 25px; display: inline;background:#000; color:#FF7F21; text-align: center; letter-spacing: 1px; margin-top:100px; transition: .3s ease;	
}
.lgformfield{
	width: 48%; margin-right: 15px;
}
.message {
    width: 100%;
}
.partbtn{
	width: 312px;
    display: flex;
    justify-content: center;
	margin: 10px;
}
.partbtn .orange-btn {
    padding: 17px 10px;
    display: flex;
    background: #FF7F00;
    color: #000;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 0px;
    transition: .3s ease;
    align-items: center;
    width: 180px;
    height: auto;
    font-size: 18px;
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-content: center;
    margin-right: 0px;
}
.partbtn .orange-btn:hover {background: #212121;}
.partlogo{
	width: 160px;
    padding-top: 7px;
    text-align: center;	
}
.fleetlogosect img{
	width: 100%;
	
}
.fleetlogosect{
	width: 38%;
    padding-top: 20px;
}
.partbtnsect {
    display: flex;
    align-items: stretch;
	justify-content: space-between;
	align-content: space-between;
}
.spacer{
	height: 70px;
}
.slidelogosm{
	width: 60px!important;
}
.featurelist {
    font-size: 15px;
    line-height: 38px;
}
.internationaltext p{
	font-size: 18px;
    line-height: 30px;
}
/*---------------------------------CONTACT---------------------------------------------------------------------------------------*/
.contact-request { display: flex;background: url(../siteart/pattern-bg.png) repeat; background-attachment: fixed; align-items: center;}
.contact-request h1 {font-weight: 900; letter-spacing: 1px; text-align: left; font-style: italic; color:#FF7F00; padding: 15px 0; font-size: 54px;}
.contact-request p {font-size: 18px; line-height: 26px; text-align: left; padding: 15px 0;}
.form-left {width: 50%; align-items: center; justify-content: flex-start; padding: 50px 0;}
.contact-img {width: 50%; align-items: center; justify-content: flex-start;}
.contact-img img {max-width: 900px; text-align: right; padding: 3% 0;}
/* SLIDESHOW */

.cycle-slideshow {width: 100%; line-height: 0; z-index: 10; position: relative;}
.cycle-slideshow img{width: 100%; z-index: 5 !important; position: relative;}
.cycle-slideshow .cycle-pager {text-align: center; width: 100%; z-index: 25 !important; position: absolute; bottom: 10px; overflow: hidden;}
.cycle-slideshow .cycle-pager span {margin: 0; padding: 0; font-family: arial; font-size: 30px; line-height: 30px; width: 16px; height: 16px; display: inline-block; color: #fff; cursor: pointer;}
.cycle-slideshow .cycle-pager span.cycle-pager-active {color: #FF7F00;}
.cycle-slideshow .cycle-pager > * {cursor: pointer;}
.slide {width: 100%; z-index: 5 !important;background-color:#000;}
.slide img {width: 100%; z-index: 5 !important;background-color:#000;}
.slide .slide-link{position: absolute; width: 100%; max-width: 1000px; padding: 25px; box-sizing: border-box; color: #fff; bottom: 10px; z-index: 30; line-height: normal;}
.slide .slide-link .link-text h2{text-transform: uppercase; margin: 0 0 10px; color: #FF7F00; font-size: 45px; line-height: 38px; letter-spacing: 2px; font-weight: 900; font-style: italic; text-shadow: 4px 4px 3px #000; width: 70%;}
.slide .slide-link .link-text p{text-transform: uppercase; margin: 0 0 2px;  color: #fff; font-size: 22px; letter-spacing: 2px; text-shadow: 4px 4px 3px #000;  font-weight: 600; font-style: italic;}
.slide .button-link a{display: block; margin: 10px 0; background: #212121; padding: 15px; font-weight: 700; text-transform: uppercase; text-align: center; text-decoration: none; box-sizing: border-box; color: #fff; max-width: 300px; letter-spacing: 1px;}
.slide .button-link a:hover{background: #000; color: #fff;}
.blackheader{
font-size: 45px;
line-height: 56px;
letter-spacing: 1px;
color: #000;
font-style: italic;
font-weight: 900;
padding: 50px 0px 0px 0px;	
}
.fullcenter{
	text-align: center;
	width: 100%;
}
.features{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.appicons{
	width: 30%;
}
.fullwidth{
	padding: 3% 0%;

}
.quartersections{
	display: flex;
}
.rightquarter{
	width: 50%;
}
.leftquarter{
	width: 50%;
}
/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:110px;
    overflow:hidden;
	padding: 10px 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*--------FORM STYLES----------------------*/
#formpage { vertical-align:top; margin: 0 auto;  text-align:center;    display: flex;
    flex-wrap: wrap;}

#formpage div {
	vertical-align:top;
	padding:5px 5px;
	color: #000;	
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px; text-align: left;

}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #8e8d8d;
	font-size:13px;
	background:#fff;
}

#formpage textarea {
	padding:6px 0px;
	border:1px solid #8e8d8d;
	font-weight: 700;
	color:#000;
	font-size:12px;
	background:#fff;
	margin-top: 5px;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border:1px solid #8e8d8d;
	color:#202e3b;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:8px 5px;
	margin-top:4px;
	width:100%;
}

.formfield {
	width:31.2%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	
}
.formfield-2 {
	width:97%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	
}
#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:98.5%;
    height:85px;
	font-family: 'Roboto Condensed', sans-serif;}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
	
 }

/* focus states of various types of fields */
#formpage a {color:#000; font-style: italic; font-weight: bold; letter-spacing: 1px;}
#formpage a:hover {color:#000; font-style: italic; font-weight: bold; letter-spacing: 1px; text-decoration: underline}
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#F4F4F4; 
	color:#000;
	border:1px solid #abacac;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}

#formpage input.button,
#formpage input.button:focus {
    width:115px;
    margin:0;
    background: #FF7F00; /* For browsers that do not support gradients */
    line-height:18px;
    color:#fff;
	padding: 10px 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	letter-spacing:1px;
}
#formpage input.button:hover {
	width:115px;
    margin:0;
    padding:10px 0px;
    background: #000; /* For browsers that do not support gradients */
    line-height:14px;
    color:#fff;
}

/* for plain text next to an input field, if not using a table structure */
#formpage label{
	color:#212121;
    font-size:16px;
    text-align:left;font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	
}
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
	padding:10px 10px;
} 

/*control the Captcha */

.CaptchaPanel {margin:0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000;width: 100%; text-align:center; max-width: 290px;}

.CaptchaImagePanel {
text-align: center	;
margin-top: 10px;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
text-align: center !important;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
	border:0;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 10px 0;
	padding:10px 0 10px 0 !important;text-align: center !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

.CaptchaImagePanel {text-align: center !important; margin: 0 auto !important;}
/*--------------------------------------Mother-Trucker-----------------------*/
.head-img-lg{
	display: flex;
	
	object-fit: contain;
	
	justify-content: flex-start;
	gap:21px;
	padding-bottom: 46px;

}

.img-left{
	object-fit: contain;
    /* width: 100px; */
    width: 100%;
    max-width: 600px;

}
.img-right{
	object-fit: contain;
    width: 100%;
    max-width: 899px;
}

.mt-wrapper{
	display: flex;
    width: 74%;
    gap: 87px;
    /* justify-content: center !important; */
    align-items: center;

}
.mt-wrapper .parts img{
	height: 769px;
	width: auto;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.title-height{
	height: 89px;
	font-size: 35px !important;
	padding-top: 48px !important;
}
.parts.hr-md img{
	height: 618px;
	box-sizing: border-box;
}


/*-------- FOOTER STYLES ----------------*/
footer{display: flex; align-items: center; background: rgba(241,241,241,1.00)}
.footer-left, .footer-right {width: 50%; align-items: center; justify-content: flex-start; margin: 0 auto; text-align: center;} 
.footer-left .foot-logos {display: inline-block;vertical-align: middle; margin: 0 auto; text-align: center; padding: 25px 20px;}

.footer-right {margin: 0 auto; text-align: center; background: #212121; padding: 30px 0;}
.footer-right .loc-btn {display: inline-block; width: 30%; vertical-align: middle; padding: 10px 0; text-align: center; color:#fff; background: #333; margin: 25px 0; transition: .3s ease; font-weight: 700;}
.copyright {border-top:1px solid #fff; padding: 15px 0; text-align: center; color:#fff; letter-spacing: 1px;}

.loc-btn:hover {background: #000;}


.diesel-grid {display: grid; grid-template-columns: 1fr 1fr 1fr; gap:35px; width:100%;}
.diesel-product img {width:100%; max-width:500px;}
.product-title {font-size:40px; color:#000; line-height:35px; letter-spacing:1px; font-style:italic; font-weight:900; text-transform:uppercase; padding:59px 0 25px 0;}
.product-description {font-size:18px; line-height:30px; text-align:left; color:#393939;}
.parts-btn {background-color:#d21404; padding: 10px 0; text-align: center; color:#fff; letter-spacing: 1px; width: 100%; max-width: 300px; transition: .3s ease; display: inline-block;font-weight: 700;font-size: 14px;}
.parts-btn:hover {background-color:#000; color:#fff; }
.store-btn {display:flex; justify-content: center;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/








/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1701px){
	.img-left {
    object-fit: contain;
    /* width: 100px; */
    width: 100%;
    max-width: 526px;
	}
	.img-right {
    object-fit: contain;
    width: 100%;
    max-width: 794px;
	}	
}

@media only screen and (max-width: 1661px) {
	.product-title {font-size:32px;}
}

@media only screen and (max-width: 1600px) {
	.slide .slide-link {bottom: 0px;}
	.slide .slide-link .link-text h2 {font-size: 40px;
    line-height: 38px;}
	.formfield {width: 29%;}
	.map-3 p {font-size: 13px; line-height: 23px; padding:10px 0;}
	.map-3 h2 {font-size: 14px;}
#formpage a{
		width: 100%;
	}
}

@media only screen and (max-width: 1491px) {
	.product-title {font-size:24px;}
}

@media only screen and (max-width: 1480px) {
.internationalphotosect {
    width: 44%;
}
.internationaltext {
    width: 50%;
    padding: 0% 3%;
}
.img-left {
	object-fit: contain;
    /* width: 100px; */
    width: 100%;
    max-width: 400px;
}	
.img-right{
	object-fit: contain;
    width: 100%;
    max-width: 599px;

}

.mt-wrapper{
	gap: 21px;
}
.mt-wrapper .parts img {
    height: 694px;
}
.title-height{
	font-size: 30px!important;
	height: 82px;
}
.parts.hr-md img{
	height: 535px;
}

.parts.hr-sm img{
	height: 662px;
}
}


@media only screen and (max-width: 1415px) {
.truckconfigboxes {
	width: 33%;
	}
	
}
@media only screen and (max-width: 1360px) {
.rightsection {
    width: 42%;
}
.rightsection img{
    width: 100%;
}
	.darkleftsection{
		width: 40%;
	}	
}
@media only screen and (max-width: 1350px) {
	.hp-map-container {display: block;}	
	.contact-right {width: 100%;}
	.map-3 {width: 30%;}
	.map-left, .contact-right {width: 100%; }
	.map-3 h2 {font-size: 16px;}
.leftquarter {
    width: 100%;
}
.rightquarter {
    width: 100%;
}
	.quartersections {
    display: flex;
    flex-wrap: wrap;
}
	.partbtn .orange-btn{
	width: 142px;	
	}	
}
@media only screen and (max-width: 1275px) {
	.logo-international{
	left: 248px;	
	}	
.truckconfigboxes {
    width: 42%;
}

}
@media only screen and (max-width: 1200px) {
	.header-wrapper{
		display: flex!important;
	}
	.width {width: 90%;}
	.left-header {width: 40%; margin: 0 auto; text-align: center;}
	.right-header {width: 59%; margin: 0 auto; text-align: center;}
	.header-loc p {font-size: 14px;}
	.logo img {width: 100%}
	
	.logo {position: relative; z-index: 99; max-width: 410px; display: inline-block; vertical-align: middle; padding-top:5px;} 
	/*----.logo-international { position: relative; left: auto; top: -70px; display: inline-block; vertical-align: middle; max-width: 140px; width: 100%; margin-left:25px;}------*/
	.logo-international img {width: 190%;}
	
	
	.orange-1, .orange-2, .gray-1, .gray-2, .gray-3 {font-size: 14px;}
	
	.hp-about h1 {font-size: 28px; line-height: 35px; text-align: left;}
	.hp-about .about-title {font-size: 28px; line-height: 35px; text-align: left;}
	
	footer {display: block;}
	.footer-left, .footer-right {width: 100%;}
	.loc-btn {font-size: 14px; letter-spacing: 1px;}
	.contact-request {display: block;}
	.form-left {width: 100%;}
	.contact-img {display: none;}
	.halftopsections{
		flex-wrap: wrap;
	}
	.lefthalfcmnd{
		width: 100%;
	}
	.lefthalfcmnd a{
		width: 80%;
		margin-bottom: 10px;
		display: block!important;
		margin-top: 10px!important;
		
	}
	.righthalfcmnd{
		width: 100%;
		padding: 5% 0%;
	}
}




@media only screen and (max-width: 1160px) {
.slide .slide-link {
    bottom: -3px;
    padding: 15px;
	}
.slidelogo {
    width: 390px!important;
}	
.slidelogosm {
    width: 48px!important;
}
	.slide .slide-link .link-text h2 {
    font-size: 40px;
    line-height: 41px;
}
	.truckconfigboxes {
    width: 44%;
}


}

@media only screen and (max-width: 1070px) {
	.left-header {width: 80%; margin: 0 auto; text-align: center;}
	
	.logo-international {top: -10px;left:2%}
	.right-header {width: 100%; margin: 0 auto; text-align: center;}
	.slide .slide-link {display: none;}
	.ql-container {display: block; margin: 0 auto; text-align: center;}
	.orange-2, .orange-1, .gray-1, .gray-2 {float: left; width: 50%; padding: 15px 0; }
	.gray-3 {display: inline-block; width: 100%; padding: 15px 0;}
	.hp-about h1 {font-size: 24px; line-height: 30px;}
	.hp-about .about-title {font-size: 24px; line-height: 30px;}
	.col-2 {width: 100%; margin: 0 auto; padding: 10px 0;}
	.formfield {width: 97%;}
	.map-3 {width: 100%;}
	.idealease-left, .idealease-right {width: 100%;}
	.brochure-flex {display: block;}
	.brochure-col {display: inline-block; width: 45%; margin: 1% 1%;}
	.ideal-flex, .ideal-flex2 {display: block;}
	.ideal-flex a {width: 100%;}
	.ideal-flex2 .col-50 {width: 100%;}
	.ideal-box {background: rgba(3,3,3,.70); border-bottom: 1px solid #fff; padding: 20px 0;}
.internationalphotosect {
    width: 100%;
    text-align: center;
}
	.internationsect {
    display: flex;
    align-items: center;
    flex-wrap: wrap-reverse;
}
.internationaltext {
    width: 100%;
    padding: 0% 3% 8% 3%;
}
	.internationalphoto {
    width: 75%;
}
	.truckconfigboxes {
    width: 60%;
}
	.contact-right{
		padding: 70px 0px;
	}
	.partbtn .orange-btn {
        width: auto;
    }
	.partsub{width: 100%;}
	
	.head-img-lg{
		flex-direction: column;

	}
	.img-left{
		max-width: 906px;

	}
	.img-right{
		max-width:909px ;
	}

	.mt-wrapper{
		gap: 91px;
	}
	.mt-wrapper .parts img{
		height: 618px;
	}
	.parts.hr-md img{
		height: 497px;
	}
	.diesel-grid{grid-template-columns: 1fr 1fr;}

}
@media only screen and (max-width: 960px){
	.mt-wrapper .parts img {
        height: 582px;
    }
	.parts.hr-md img{
		height: 471px;
	}
}
@media only screen and (max-width: 900px) {
	.halfsections{
		flex-wrap: wrap;
	}
	.darkleftsection {
    width: 100%;
}
	.rightsection {
    width: 100%;
}
	.lefthalf {
    width: 100%;
}
	.righthalf {
    width: 100%;
	padding: 5% 0%; 
}
.mt-wrapper .parts img{
	height: 499px;
}
.mt-wrapper{
		gap:64px;
	}
.title-height{
	font-size: 28px !important;
}	
.parts.hr-md img{
	height: 394px;
}
.parts.hr-sm img{
	height: 481px;
}
}
@media only screen and (max-width:780px){
	.mt-wrapper{
		flex-direction: column;
		align-items: flex-start;
	}
	.parts.hr-md img {
        height: 300px;
    }
	.parts.hr-sm img{
		height: 400px;
	}
	.diesel-grid {grid-template-columns: 1fr;gap:2px;}
	.product-title {font-size:24px;}

}
@media only screen and (max-width: 750px) {
	.truckconfigboxes {
    width: 90%;
	}
	

}
@media only screen and (max-width: 700px) {
	.contact-request {display: block;}
	.form-left {width: 100%;}
	
	.field {width: 100%;}
	
.appicons {
    width: 55%;
}
}
@media only screen and (max-width: 600px) {
	.right-header .header-loc {display: none;}
	.footer-right .loc-btn {width: 100%; margin:5px 0;}
	.kelly-left, .kelly-right {width: 100%;}
	.kelly-left img {text-align: center; margin: 0 auto;}
.internationalphoto {
    width: 100%;
}
	.right-header{
		padding-top: 1px !important;
		
	}
	.left-header {width:73%;}
	
	.logo-international {left:30%}
	.logo{ margin:0 auto;}
	.logo-international {margin:0 auto;}
	.orange-text{
	font-size: 35px;
    line-height: 19px;	
	}
	.ideal-about h2 {
	line-height: 30px;	
	}
	.headertruck{
	line-height: 50px!important;
	}
	.truckconfigboxes {
    width: 100%;
		margin: 30px 0px;
}
	.configuratorsection{
		padding: 5px 20px;
	}
	.partbtnsect {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}	
	.partbtn .orange-btn {
        width: 100%;
    }

	.mt-wrapper .parts img{
		height: 570px;
	}
	.mt-wrapper{
		flex-direction: column;
		gap: 5px;
		flex-wrap: wrap;
	}
	.parts.hr-md img{
		height: 285px;
	}
	.parts.hr-sm img{
		height: 348px;
	}
	.title-height{
		padding-top: 40px !important;
	}

}
@media only screen and (max-width: 500px) {

	.fleetlogosect {
    width: 70%;
    padding-left: 0px;
    padding-top: 34px;
}
	.internationaltext 	.orange-text{
	font-size: 36px;	
	}
	.lgformfield {
    width: 90%;
    margin-right: 15px;
}
	.logo-international {left:25%}
	.servicetext {
    text-align: center;
    width: 96%;
    padding: 0% 2%;
}
	.orange-text{
	font-size: 8vw;
	}
	.ideal-about h1 {
    font-size: 7vw;
	line-height: 8vw;
	}
	.col70 {
		width: 100%;
	}
	.col30 {
		width: 80%;}
	.truckconfigheader{
	flex-wrap: wrap;
		
	}
	.configicon{
		width: 100%;
		justify-content: flex-end;
    	padding: 0px 35px;
	}
	.configtext{
		width: 100%;
	}
	.righthalfcmnd img{
		width: 100%;
	}
	.parts.hr-md img{
		max-height: 220px;
	}
	.parts.hr-sm img{
		max-height:269px ;
	}
}
@media only screen and (max-width: 393px) {
.partbtn {
	width: 100%;}
.partlogo {
	width: 100%;}
	.internationaltext .orange-text {
    font-size: 28px;
}
	.internationaltext {
    width: 100%;
    padding: 0% 0% 8% 2%;
}
	.logo-international {left:20%}
.headertruck {
    line-height: 26px!important;
    padding: 20px 0px!important;
}
	.blackheader {
    font-size: 33px;
		line-height: 38px;}

	.mt-wrapper .parts img {
    height: 524px;
    }
	.parts.hr-sm img {
        max-height: 245px;
    }
	.parts.hr-md img {
        max-height: 201px;
    }

}
@media only screen and (max-width: 340px) {
	.logo-international{
		left:10%;
	}
}	
@media only screen and (max-width: 300px) {
	.logo {
     left: 10px;
}
	.logo-international{
		margin-left: 15px;
	}
	.logo-international {left:0%}
	.fleetlogosect {
    width: 100%;
    padding-left: 0px;
    padding-top: 50px;
}
	.internationaltext .orange-text {
    font-size: 20px;
}
	.bulletlist{
		font-size: 14px;
	}
	.ideal-about h2{
		    line-height: 28px;
	}
}





