@charset "UTF-8";
/* CSS Document */

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;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.embed-container { 
	position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; 
}
 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] END RESET [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] STRUCTUAL ELEMENTS [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */

.vehiclestats {
	display: none;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	background: #efefef;
	background: -moz-linear-gradient(left,  #efefef 0%, #f9f9f9 50%, #efefef 100%);
	background: -webkit-linear-gradient(left,  #efefef 0%,#f9f9f9 50%,#efefef 100%);
	background: linear-gradient(to right,  #efefef 0%,#f9f9f9 50%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef',GradientType=1 );
}

.wrapper {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 auto;
}

header {
	padding: 10px;
	background-color: #fff;
}

.flexable {
	display: flex;
	flex-direction: row;
}

#logo {
	order: 1;
	flex-grow: 1;
	align-self: center;
}

#address {
	order: 2;
	flex-grow: 1;
	text-align: center;
	align-self: center;
	font-size: 20px;
}

#phone {
    order: 3;
    flex-grow: 1;
    text-align: right;
    align-self: center;
    font-size: 20px;
    line-height: 26px;
}

nav {
    background-color: #333;
    border-top: 5px solid #2D96CD;
    border-bottom: 5px solid #2D96CD;
}

nav ul {
	text-align: center;
}

nav ul li {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    border-left: 1px solid #2D96CD;
}

nav ul li.end {
	border-right: 1px solid #2D96CD;
}

nav ul li a:link {
	display: block;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
}

nav ul li a:visited {
	display: block;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
}

nav ul li a:active {
	display: block;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
}

nav ul li a:hover {
	display: block;
	padding: 10px 30px;
	color: #fff;
	background-color: #2D96CD;
	text-decoration: none;
}

.active {
	color: #F89921 !important;
}

.active:hover {
	color: #fff !important;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 50;
}

#mainimage {
	width: 100%;
}

#mainimage img {
	width: 100%;
	height: auto;
}

main {
    display: block;
    padding: 20px 0;
    background-image: url(../images/mainimage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -170px;
	margin-top: 175px;
	border-bottom: 2px solid #184B6A;
}

#form {
    margin: 30px auto;
    width: 900px;
    border: 5px solid #2D96CD;
    padding: 0px 0px 10px;
    background-color: rgba(239,239,239,0.85);
    box-shadow: 0 0 20px rgba(255,255,255,0.8);
    border-radius: 10px;
}

#form .titlehead {
    width: 100%;
    background-color: #dedede;
    padding: 25px 10px;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
    display: block;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #555;
	border-top: solid 2px #bbb;
}

#form .top {
	 border-radius: 6px 6px 0px 0px;
	 border-top: none !important;
}

#form form {
	display: flex;
	flex-wrap: wrap;
}

#form input[type="text"] {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
}

#form input[name="First_Name"] {
	background-image: url(../images/required.png);
	background-repeat: no-repeat;
	background-position: right 3px;
}

#form input[name="Last_Name"] {
	background-image: url(../images/required.png);
	background-repeat: no-repeat;
	background-position: right 3px;
}

#form input[name="Phone_Number"] {
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: right 3px;
}

#form input[name="Address"] {
	background-image: url(../images/address.png);
	background-repeat: no-repeat;
	background-position: right 3px;
}

#form label {
    display: block;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 18px;
    color: #184B6A;
}

#form .field {
    margin: 0 auto 15px;
    width: 46%;
}

#form .fieldwide {
    margin: 0 auto 15px;
    width: 96%;
}

#form .fieldwide select {
    width: 100%;
    height: 40px;
    font-size: 16px;
}

#content {
    width: 100%;
    padding: 20px 0;
}

footer {
	border-top: #184B6A 60px solid;
	width: 100%;
	background-color: #333;
	min-height: 200px;
}

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] END STRUCTUAL ELEMENTS [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] HUD [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */

#hud {
    position: fixed;
    right: 0;
    background-color: #f1f1f1;
    width: 0px;
    bottom: 0;
    border-left: 0px solid #2D96CD;
    top: 175px;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    overflow-y: auto;
	z-index: 50;
}

.hudhead {
	background-color: #DEDEDE;
	width: 100$;
	text-align: center;
	padding: 20px 0;
	border-top: 2px solid #bbb;
	border-bottom: 2px solid #fff;
	color: #555;
	font-size: 22px;
	font-weight: bold;
}

#fname::before {
    display: block;
    content: "First Name:";
    width: 100%;
    height: 16px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 4px;
	font-weight: normal;
}

#fname {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5px 25px;
    margin: 5px auto;
    font-size: 18px;
    font-weight: bold;
}

#lname::before {
    display: block;
    content: "Last Name:";
    width: 100%;
    height: 16px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 4px;
	font-weight: normal;
}

#lname {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5px 25px;
    margin: 5px auto;
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(0,0,0,0.03);
	display: none;
}

#phoner::before {
    display: block;
    content: "Phone Number:";
    width: 100%;
    height: 16px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 4px;
	font-weight: normal;
}

#phoner {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5px 25px;
    margin: 5px auto;
    font-size: 18px;
    font-weight: bold;
	display: none;
}

#addressr::before {
    display: block;
    content: "Address:";
    width: 100%;
    height: 16px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 4px;
	font-weight: normal;
}

#addressr {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5px 25px 10px;
    margin: 0px auto;
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(0,0,0,0.03);
    line-height: 22px;
    display: none;
}

#yearr::before {
    display: block;
    content: "Vehicle Year:";
    width: 100%;
    height: 16px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 4px;
	font-weight: normal;
}

#yearr {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5px 25px 10px;
    margin: 0px auto;
    font-size: 18px;
    font-weight: bold;
    display: none;
}

#maker::before {
    display: block;
    content: "Vehicle Year:";
    width: 100%;
    height: 16px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 4px;
	font-weight: normal;
}

#maker {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5px 25px 10px;
    margin: 0px auto;
	background-color: rgba(0,0,0,0.03);
    font-size: 18px;
    font-weight: bold;
    display: none;
}

#modelr::before {
    display: block;
    content: "Vehicle Year:";
    width: 100%;
    height: 16px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 4px;
	font-weight: normal;
}

#modelr {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5px 25px 10px;
    margin: 0px auto;
    font-size: 18px;
    font-weight: bold;
    display: none;
}

#customr::before {
    display: block;
    content: "Specific Issue:";
    width: 100%;
    height: 16px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 4px;
	font-weight: normal;
}

#customr {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5px 25px 10px;
    margin: 0px auto;
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(0,0,0,0.03);
    line-height: 22px;
    display: none;
}

ul#servicesel::before {
    display: block;
    content: "Service:";
    width: 100px;
    height: 16px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 0px;
    font-weight: normal;
    margin-left: 25px;
}

ul#servicesel {
    margin: 10px 0;
}

ul#servicesel li {
    list-style: none;
    font-weight: bold;
    padding: 10px 25px;
}

ul#servicesel li:nth-child(even) {
	background-color: rgba(0,0,0,0.03);
}

#rentalr::before {
    display: block;
    content: "Transportation Type:";
    width: 100%;
    height: 16px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 4px;
	font-weight: normal;
}

#rentalr {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5px 25px 10px;
    margin: 0px auto;
    font-size: 18px;
    font-weight: bold;
    display: none;
}

#loanerr::before {
    display: block;
    content: "Transportation Type:";
    width: 100%;
    height: 16px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 4px;
	font-weight: normal;
}

#loanerr {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5px 25px 10px;
    margin: 0px auto;
    font-size: 18px;
    font-weight: bold;
    display: none;
}

#shuttler::before {
    display: block;
    content: "Transportation Type:";
    width: 100%;
    height: 16px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 4px;
	font-weight: normal;
}

#shuttler {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5px 25px 10px;
    margin: 0px auto;
    font-size: 18px;
    font-weight: bold;
    display: none;
}

#rider::before {
    display: block;
    content: "Transportation Type:";
    width: 100%;
    height: 16px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 4px;
	font-weight: normal;
}

#rider {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5px 25px 10px;
    margin: 0px auto;
    font-size: 18px;
    font-weight: bold;
    display: none;
}

#dater::before {
    display: block;
    content: "Appointment Starts At:";
    width: 100%;
    height: 16px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 4px;
	font-weight: normal;
}

#dater {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5px 25px 10px;
    margin: 0px auto;
    font-size: 18px;
    font-weight: bold;
    display: none;
}

#confirm {
    margin: 15px 25px 40px;
    width: calc(100% - 50px);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    background-color: #2D96CD;
    padding: 20px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
	opacity: 0;
}

#confirm:hover {
	background-color: #F89921;
}

.bookcomplete {
	background-color: #F89921 !important;
	cursor: initial !important;
}

.servicecta {
    width: 240px;
    height: 60px;
    background-color: #F89921;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    margin: 0 auto 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.servicecta:hover {
	background-color: #2D96CD;	
}

/* -------------------------------------------------------------------------- SERVICE SELECTIONS -------------------------------------------------------------------------- */

#service {
    position: fixed;
    top: 175px;
    right: -100%;
    bottom: 0;
    background-color: #F1F1F1;
    z-index: 10;
    width: calc(100% - 300px);
    border-top: 2px solid #BBBBBB;
    border-right: 2px solid #BBBBBB;
    box-sizing: border-box;
    padding: 13px 0;
    overflow: hidden;
}

#service h1 {
    display: block;
    width: calc(100% - 40px);
    border-bottom: 2px solid #bbb;
    padding: 0 0px 13px;
    box-sizing: border-box;
    margin: 0 20px;
}

#services h3 {
	margin-bottom: 0;
}

#services {
    float: left;
    width: 75%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    align-items: center;
    overflow-y: auto;
    position: absolute;
    left: 0;
    bottom: 140px;
    top: 63px;
	border-right: 1px solid #bbb;
}

.aservice {
    width: 250px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #bbb;
	margin: 10px;
}

.aservice img {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
}

.aservice p {
	font-size: 15px;
	line-height: 20px;
	padding: 10px 0;
}

.aservice p a {
    text-align: center;
    display: block;
    font-weight: bold;
    color: #2D96CD;
    text-decoration: none;
}

.aservice p a:hover {
	color: #F89921;
}

.aservice .cta {
    width: 100%;
    height: 50px;
    background-color: #F89921;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.aservice .cta:hover {
	background-color: #2D96CD;
}

.aservice .cta.selected{
	background-color: #2D96CD;
}

.ghost {
	padding: 10px;
	width: 250px;
}

#tellus {
    float: right;
    width: 25%;
    box-sizing: border-box;
    padding: 20px 30px;
    height: 100%;
    display: block;
}

#tellus textarea {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

/* -------------------------------------------------------------------------- RIDE SELECTIONS -------------------------------------------------------------------------- */

#ride {
    position: fixed;
    top: 175px;
    right: -100%;
    bottom: 0;
    background-color: #F1F1F1;
    z-index: 11;
    width: calc(100% - 300px);
    border-top: 2px solid #BBBBBB;
    border-right: 2px solid #BBBBBB;
    box-sizing: border-box;
    padding: 13px 0;
    overflow: hidden;
}

#ride h1 {
    display: block;
    width: calc(100% - 40px);
    border-bottom: 2px solid #bbb;
    padding: 0 0px 13px;
    box-sizing: border-box;
    margin: 0 20px;
}

#rideoptions {
	display: flex;
	position: absolute;
	box-sizing: border-box;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
	vertical-align: top;
    overflow-y: auto;
    left: 0;
    bottom: 140px;
    top: 63px;
	width: 100%;
}

#rideoptions .ridechoice {
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #bbb;
    border-radius: 10px;
    width: 340px;
    height: 500px;
    margin: 10px;
	position: relative;
}

#rideoptions .ridechoice h3 {
	margin-bottom: 0;
}

#rideoptions .ridechoice img {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
}

#rideoptions .ridechoice p {
	font-size: 15px;
	line-height: 21px;
	padding: 10px 0;
}

#rideoptions .ridechoice .cta {
    width: calc(100% - 20px);
    height: 50px;
    background-color: #F89921;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    box-sizing: border-box;
}

#rideoptions .ridechoice .cta:hover {
	background-color: #2D96CD;
}

#rideoptions .ridechoice .cta.selected{
	background-color: #2D96CD;
}

/* -------------------------------------------------------------------------- DATE SELECTION -------------------------------------------------------------------------- */

#date {
    position: fixed;
    top: 175px;
    right: -100%;
    bottom: 0;
    background-color: #F1F1F1;
    z-index: 12;
    width: calc(100% - 300px);
    border-top: 2px solid #BBBBBB;
    border-right: 2px solid #BBBBBB;
    box-sizing: border-box;
    padding: 13px 0;
    overflow: hidden;
}

#date h1 {
    display: block;
    width: calc(100% - 40px);
    border-bottom: 2px solid #bbb;
    padding: 0 0px 13px;
    box-sizing: border-box;
    margin: 0 20px;
}

.weeknav {
    display: flex;
    width: calc(100% - 40px);
    border-bottom: 2px solid #bbb;
    padding: 0 0px 13px;
    box-sizing: border-box;
    margin: 0 20px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.weeknav div.prevweek {
    order: 1;
    padding: 10px;
    margin-top: 10px;
    border: solid 1px #bbb;
    border-radius: 10px;
    color: #bbb;
	font-weight: bold;
}

.weeknav div.titledisplay {
    order: 2;
    font-weight: bold;
    font-size: 18px;
    align-self: center;
    margin-top: 6px;
}

.weeknav div.nextweek {
    order: 3;
    padding: 10px;
    margin-top: 10px;
    border: solid 1px #bbb;
    border-radius: 10px;
    background-color: #fff;
    font-weight: bold;
    cursor: pointer;
    color: #555;
}

#date .calendar {
    position: absolute;
    bottom: 140px;
    top: 125px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
	overflow-y: auto;
}

#date .calendar .dateheader {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
	padding-bottom: 5px;
}

#date .calendar .apptselect {
    font-size: 14px;
    border: solid 1px #bbb;
    padding: 6px;
    cursor: pointer;
    text-align: center;
    color: #ddd;
}

#date .calendar .closed {
    background-image: url(../images/closedbg.jpg);
    cursor: initial;
}

#date .calendar .closed:hover {
	color: #ddd !important;
}

#date .calendar .booked {
	background-image: url(../images/bookedbg.jpg);
    cursor: initial;
}

#date .calendar .booked:hover {
	color: #ddd !important;
}

#date .calendar .apptselect:hover {
	background-color: #2D96CD;
	color: #fff;
}

#date .calendar .selected {
	background-color: #F89921 !important;
	color: #fff !important;
}

#date .calendar .timelabel {
    text-align: right;
    font-size: 14px;
    padding-right: 5px;
}

#date table {
	margin-bottom: 20px;
}

/* -------------------------------------------------------------------------- CONFIRMATION SELECTION -------------------------------------------------------------------------- */

#confirmation {
    position: fixed;
    top: 175px;
    right: 300px;
    bottom: 0;
    background-color: #F1F1F1;
    z-index: 13;
    width: calc(100% - 300px);
    border-top: 2px solid #BBBBBB;
    border-right: 2px solid #BBBBBB;
    box-sizing: border-box;
    padding: 13px 0;
    overflow: hidden;
	opacity: 0;
}

#confirmation h1 {
    display: block;
    width: calc(100% - 40px);
    border-bottom: 2px solid #bbb;
    padding: 0 0px 13px;
    box-sizing: border-box;
    margin: 0 20px;
}

/* -------------------------------------------------------------------------- PAGE NAV -------------------------------------------------------------------------- */

#pagenav {
    bottom: 0;
    position: absolute;
    height: 140px;
    background-color: #ddd;
    width: 100%;
    left: 0;
    box-sizing: border-box;
	border-top: 2px solid #bbb;
}

.back {
    background-color: #fff;
    display: block;
    float: left;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #bbb;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 40px;
    margin-left: 40px;
    color: #555;
	cursor: pointer;
}

.back:hover {
	background-color: #555;
	color: #fff;
}

.next {
    float: right;
    background-color: #2D96CD;
    margin-top: 40px;
    margin-right: 40px;
    padding: 15px;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.next:hover {
	background-color: #F89921;
}

#pagenav .flexible {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 138px;
    box-sizing: border-box;
    padding: 30px;
}

.textme {
	
}

.textme .phonecomplete {
    float: right;
    padding-top: 18px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
}


.emailme {
    padding: 20px 30px;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}

.emailme .emailcomplete {
    float: right;
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
}

.emailme .emailcomplete input {
    font-size: 20px;
    padding: 5px;
    font-weight: bold;
    width: 300px;
}

.at {
	float: left;
    padding-top: 18px;
    font-size: 20px;
    font-weight: normal;
    padding-left: 10px;
	color: #555;
}

.incentive {
	
}

#pagenav .flexible .cta {
    padding: 20px 15px;
    background-color: #2D96CD;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    border: 2px solid #fff;
    text-transform: uppercase;
    cursor: pointer;
	float: left;
}

#pagenav .flexible .cta:hover {
	background-color: #F89921;
}

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] END HUD [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] HTML CLASSES [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */

h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

p {
	font-size: 18px;
	line-height: 28px;
	max-width:900px;
	margin: 0 auto;
}

.hidden {
	display: none;
}

.noscroll {
	overflow: hidden;
}

.clearfix:after {
  	visibility: hidden;
  	display: block;
  	font-size: 0;
  	content: " ";
	clear: both;
	height: 0;
}

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */

@media all and (max-width: 1400px) and (min-width: 0px) {

.wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 auto;
}

header {
    padding: 0px;
    background-color: #fff;
}

.flexable {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
	
#logo {
    order: 1;
    flex-grow: 1;
    align-self: center;
	width: 100px;
	max-width: 100px;
	padding: 5px 0;
}	

#logo img {
	width: 100%;
	height: 100%;
}

#address {
	display: none;
}

#phone {
    order: 3;
    flex-grow: 1;
    text-align: right;
    align-self: center;
    font-size: 12px;
    line-height: 18px;
	width: 200px;
	max-width: 200px;
}

nav {
    background-color: #333;
    border-top: 5px solid #2D96CD;
    border-bottom: 5px solid #2D96CD;
    height: 40px;
    background-image: url(../images/bars.png);
    background-repeat: no-repeat;
    background-position: right center;
}

nav ul {
    display: none;
}

main {
    margin-top: 118px;
	background-size: initial;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

#form {
    width: calc(100% - 10px);
	background-color: #eee;
}

#form .titlehead {
    padding: 15px 10px;
    font-size: 18px;
}

#form .field {
    margin: 0 auto 10px;
    width: 95%;
}

.hidden {
	display: none !important;
}

#form form div:nth-child(8) {
	display: none;
}

#form select#year {
	display: none;
}

#form .fieldwide label {
    background-color: #F89921;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 15px;
    margin: 0 auto;
    width: 230px;
    border-radius: 10px;
    text-transform: uppercase;
}

#form .fieldwide label:hover {
	background-color: #2D96CD;
	cursor: pointer;
}

p {
    font-size: 16px;
    line-height: 26px;
}

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] Click Path [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */

.pagenavmob {
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #eee;
    border-bottom: 1px solid #bbb;
    left: 0;
    box-sizing: border-box;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
}

.pagenavmob .btn {
    display: block;
    background-color: #fff;
    color: #444;
    padding: 15px;
    border-radius: 10px;
    width: 80px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #bbb;
	cursor: pointer;
}

.pagenavmob .btn:hover {
	background-color: #555;
	color: #fff;
}

#selectyear {
    background-color: #fafafa;
    top: 113px;
    bottom: 0;
    right: -100%;
    position: fixed;
    z-index: 15;
    overflow-y: auto;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

#selectyear h1 {
    display: block;
    margin-top: 85px;
    font-size: 22px;
}

#selectyear ul {
    margin-bottom: 80px;
}

#selectyear ul li {
    list-style: none;
    display: block;
    background-color: #2D96CD;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    margin: 10px 0;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
}

#selectyear ul li:hover {
	background-color: #F89921;
	cursor: pointer;
}

/* Next Page */

#selectmake {
    background-color: #fafafa;
    top: 113px;
    bottom: 0;
    right: -100%;
    position: fixed;
    z-index: 15;
    overflow-y: auto;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

#selectmake h1 {
    display: block;
    margin-top: 85px;
    font-size: 22px;
}

#selectmake ul {
    margin-bottom: 80px;
}

#selectmake ul li {
    list-style: none;
    display: block;
    background-color: #2D96CD;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    margin: 10px 0;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
}

#selectmake ul li:hover {
	background-color: #F89921;
	cursor: pointer;
}

/* Next Page */

#selectmodel {
    background-color: #fafafa;
    top: 113px;
    bottom: 0;
    right: -100%;
    position: fixed;
    z-index: 15;
    overflow-y: auto;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

#selectmodel h1 {
    display: block;
    margin-top: 85px;
    font-size: 22px;
}

#selectmodel ul {
    margin-bottom: 80px;
}

#selectmodel ul li {
    list-style: none;
    display: block;
    background-color: #2D96CD;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    margin: 10px 0;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
}

#selectmodel ul li:hover {
	background-color: #F89921;
	cursor: pointer;
}

/* Next Page */

.target5 {
	opacity: 0;
}

.hiddenmob {
	display: none !important;
}

.vehiclestats {
    background-color: #eee;
    border-top: 1px solid #888;
    position: fixed;
    right: calc(-100% - 20px);
    bottom: 0;
    height: 70px;
    padding: 10px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    z-index: 16;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    justify-content: space-between;
}

.vehiclestats .cell {
    width: 31%;
}

.vehiclestats .cell label {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.vehiclestats .cell #yearlabel {
    background-color: #fff;
    padding: 5px;
    height: 16px;
    margin-top: 5px;
    border-radius: 10px;
    border: solid #bbb 1px;
    font-size: 14px;
    text-align: center;
    color: #444;
}

.vehiclestats .cell #makelabel {
    background-color: #fff;
    padding: 5px;
    height: 16px;
    margin-top: 5px;
    border-radius: 10px;
    border: solid #bbb 1px;
    font-size: 14px;
    text-align: center;
    color: #444;
}

.vehiclestats .cell #modellabel {
	background-color: #fff;
    padding: 5px;
    height: 16px;
    margin-top: 5px;
    border-radius: 10px;
    border: solid #bbb 1px;
    font-size: 14px;
    text-align: center;
    color: #444;
}

#selectyear ul li.selected {
	background-color: #F89921;
}

#hud {
	display: none;
}

/* [][][][][][][][][][][][][][][][][] Begin Receipt [][][][][][][][][][][][][][][][][] */

.receipt {
	padding: 0;
}

.receipt .cell {
    background-image: url(../images/dots.png);
    background-repeat: repeat-x;
    background-position: 0 14px;
	margin: 0 10px 15px;;
}

.receipt .cell label {
    display: block;
    float: left;
    background-color: #eee;
    padding: 0 5px 0 0px;
}

.receipt .cell #yearlabel {
    float: right;
    font-weight: bold;
    font-size: 18px;
    padding-left: 5px;
    background-color: #eee;
}

.receipt .cell #makelabel {
	float: right;
	font-weight: bold;
	font-size: 18px;
	padding-left: 5px;
    background-color: #eee;
}

.receipt .cell #modellabel {
	float: right;
	font-weight: bold;
	font-size: 18px;
	padding-left: 5px;
    background-color: #eee;
}

.slctsrvc {
    background-color: #F89921;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 15px;
    margin: 0 auto;
    width: 230px;
    border-radius: 10px;
    text-transform: uppercase;
}

.slctsrvc:hover {
	background-color: #2D96CD;
	cursor: pointer;
}

ul#servicesel2::before {
    display: block;
    content: "Services Selected";
    width: 100px;
    height: 16px;
    font-size: 13px;
    color: #444;
    border-bottom: 2px solid #fff;
    margin-bottom: 0px;
    font-weight: normal;
    margin-left: none;
    text-align: center;
    width: 100%;
    border-top: 2px #bbb solid;
    font-size: 18px;
    font-weight: bold;
    color: #555;
    background-color: #ddd;
    padding: 15px 0;
}

ul#servicesel2 {
    margin: 10px 0;
}

ul#servicesel2 li {
    list-style: none;
    font-weight: bold;
    padding: 10px 10px;
}

ul#servicesel2 li:nth-child(even) {
	background-color: rgba(0,0,0,0.03);
}

#customreq::before {
    display: block;
    content: "Specific Issue:";
    width: 100%;
    height: 18px;
    font-size: 14px;
    color: #444;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 4px;
    font-weight: normal;
    text-align: center;
}

#customreq {
	width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5px 10px 10px;
    margin: 0px auto;
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(0,0,0,0.03);
    line-height: 22px;
    display: none;
}

.receipt #dater::before {
    display: block;
    content: "Appointment Time";
    width: calc(100% + 20px);
    height: auto;
    font-size: 18px;
    color: #444;
    border-bottom: 2px solid #fff;
    margin-bottom: 8px;
    font-weight: bold;
    background-color: #ddd;
    text-align: center;
    padding: 15px 0;
    border-top: solid #bbb 2px;
    margin-left: -10px;
}

.receipt #dater {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5px 10px 10px;
    margin: 0px auto;
    font-size: 18px;
    font-weight: bold;
	display: block;
}

/* Service Mobile Restructure */

#service {
    position: fixed;
    top: 114px;
    right: -100%;
    bottom: 0;
    background-color: #F1F1F1;
    z-index: 10;
    width: 100%;
    border-top: 2px solid #BBBBBB;
    border-right: none;
    box-sizing: border-box;
    padding: 13px 0;
    overflow-y: auto;
}

#service h1 {
    display: block;
    width: 100%;
    border-bottom: 2px solid #bbb;
    padding: 0px 0px 10px;
    box-sizing: border-box;
    margin: 0 0px;
    font-size: 16px;
}

#services {
    float: none;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px;
    align-items: center;
    overflow-y: auto;
    position: relative;
    left: 0;
    bottom: 0px;
    top: 0;
    border-right: none;
    margin-bottom: 60px;
}

#tellus {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
    height: 100%;
    display: block;
    margin: 15px 0 10px;
}

#service #pagenav {
    bottom: 0;
    position: fixed;
    height: 56px;
    background-color: #ddd;
    width: 100%;
    left: initial;
    right: -100%;
    box-sizing: border-box;
    border-top: 2px solid #bbb;
}

.aservice {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #bbb;
    margin: 10px;
}

#tellus textarea {
    width: 100%;
    height: 200px;
}

.back {
    background-color: #fff;
    display: block;
    float: left;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #bbb;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
    color: #555;
    cursor: pointer;
    width: 38%;
    text-align: center;
    font-size: 14px;
}

.next {
    float: right;
    background-color: #2D96CD;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    width: 38%;
    text-align: center;
	font-size: 14px;
}

.ghost {
    padding: 5px;
    width: 250px;
}

/* Ride Selection Mobile */

#ride {
    position: fixed;
    top: 114px;
    right: -100%;
    bottom: 0;
    background-color: #F1F1F1;
    z-index: 11;
    width: 100%;
    border-top: 2px solid #BBBBBB;
    border-right: none;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
}

#ride h1 {
    display: block;
    width: 100%;
    border-bottom: 2px solid #bbb;
    padding: 0 0px 10px;
    box-sizing: border-box;
    margin: 0;
	font-size: 16px;
}

#rideoptions {
    display: flex;
    position: absolute;
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px;
    vertical-align: top;
    overflow-y: auto;
    left: 0;
    bottom: 56px;
    top: 46px;
    width: 100%;
}

#rideoptions .ridechoice {
    background-color: #fff;
    padding: 10px 10px 65px;
    box-sizing: border-box;
    border: 1px solid #bbb;
    border-radius: 10px;
    width: 100%;
    height: auto;
    margin: 12px 0 5px;
    position: relative;
}

#rideoptions .ridechoice p {
    font-size: 14px;
    line-height: 19px;
    padding: 10px 0;
}

#ride #pagenav {
    bottom: 0;
    position: fixed;
    height: 56px;
    background-color: #ddd;
    width: 100%;
    left: initial;
    right: -100%;
    box-sizing: border-box;
    border-top: 2px solid #bbb;
}

#rider {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5px 10px 10px;
    margin: 0px auto;
    font-size: 18px;
    font-weight: bold;
    display: none;
}

#rider::before {
    display: block;
    content: "Transportation Selected";
    width: calc(100% + 20px);
    height: auto;
    font-size: 18px;
    color: #444;
    border-bottom: 2px solid #fff;
    margin-bottom: 8px;
    font-weight: bold;
    background-color: #ddd;
    text-align: center;
    padding: 15px 0;
    border-top: solid #bbb 2px;
    margin-left: -10px;
}

/* Date Selection Mobile */

#date {
    position: fixed;
    top: 114px;
    right: -100%;
    bottom: 0;
    background-color: #F1F1F1;
    z-index: 12;
    width: 100%;
    border-top: 2px solid #BBBBBB;
    border-right: none;
    box-sizing: border-box;
    padding: 13px 0;
    overflow: hidden;
}

.weeknav {
    display: flex;
    width: 100%;
    border-bottom: 2px solid #bbb;
    padding: 0 5px 10px;
    box-sizing: border-box;
    margin: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

.weeknav div.prevweek {
    order: 1;
    padding: 8px;
    margin-top: 10px;
    border: solid 1px #bbb;
    border-radius: 10px;
    color: #bbb;
    font-weight: bold;
    font-size: 14px;
}

.weeknav div.titledisplay {
    order: 2;
    font-weight: bold;
    font-size: 12px;
    align-self: center;
    margin-top: 6px;
    padding: 0 10px;
    text-align: center;
}

.weeknav div.nextweek {
    order: 3;
    padding: 8px;
    margin-top: 10px;
    border: solid 1px #bbb;
    border-radius: 10px;
    background-color: #fff;
    font-weight: bold;
    cursor: pointer;
    color: #555;
    font-size: 14px;
}

#date h1 {
    display: block;
    width: 100%;
    border-bottom: 2px solid #bbb;
    padding: 0px 0px 10px;
    font-size: 18px;
    margin: 0;
}

#date .calendar {
    position: absolute;
    bottom: 86px;
    top: 97px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: auto;
}

#date #pagenav {
    bottom: 0;
    position: fixed;
    height: 56px;
    background-color: #ddd;
    width: 100%;
    left: initial;
    right: -100%;
    box-sizing: border-box;
    border-top: 2px solid #bbb;
}

#date .calendar .apptselect {
    font-size: 2px;
    height: 20px;
    width: 12%;
    background-color: #fcfcfc;
    color: #fcfcfc;
}

#date .calendar .apptselect {
    font-size: 2px;
    height: 20px;
    width: 12%;
    background-color: #fcfcfc;
    color: #fcfcfc;
}

#date .calendar .apptselect:hover {
	color: #2D96CD;
	background-color: #2D96CD;
}

#date .calendar .selected {
    background-color: #F89921 !important;
    color: #f89921 !important;
}

#date .calendar .timelabel {
    font-size: 10px;
    vertical-align: middle;
}

#date .calendar .dateheader {
    font-size: 10px;
    padding: 4px 2px;
}

#youselected {
    position: fixed;
    width: 100%;
    bottom: 56px;
    height: 30px;
    right: -100%;
    border-top: solid 1px #bbb;
    display: flex;
    justify-content: space-between;
	box-sizing: border-box;
	padding: 0 10px;
}

.mobdatelabel {
	font-size: 14px;
    font-weight: bold;
    color: #444;
	align-self: center;
}

.mobdateselected {
	font-size: 14px;
    font-weight: bold;
    color: #444;
	align-self: center;
}

.confirm {
    display: block;
    width: 80%;
    margin: 60px auto 10px;
    text-align: center;
    background-color: #F89921;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
}

.confirm:hover {
	background-color: #2D96CD;
	cursor: pointer;
}

.confirm::before {
    display: block;
    content: "Review and Confirm";
    width: calc(100% - 30px);
    height: auto;
    font-size: 18px;
    color: #444;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
    font-weight: bold;
    background-color: #ddd;
    text-align: center;
    padding: 15px 0;
    border-top: solid #bbb 2px;
    margin-left: 0;
    position: absolute;
    margin-top: -70px;
    left: 15px;
}

#confirmation {
    display: none;
    opacity: 1;
    width: 100%;
    right: 0;
    top: 114px;
    border-right: none;
    overflow-y: auto;
}

#confirmation h1 {
    display: block;
    width: 100%;
    border-bottom: 2px solid #bbb;
    padding: 0 10px 13px;
    box-sizing: border-box;
    margin: 0;
    font-size: 18px;
}

#confirmation #pagenav {
    bottom: initial;
    position: relative;
    height: auto;
    background-color: #eee;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    border-top: 2px solid #bbb;
    top: initial;
}

#confirmation #pagenav .flexible {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
    flex-wrap: wrap;
}

.textme {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #bbb;
}

#pagenav .flexible .cta {
    padding: 12px 15px;
    background-color: #2D96CD;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    border: 2px solid #fff;
    text-transform: uppercase;
    cursor: pointer;
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.textme .phonecomplete {
    float: none;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.emailme {
    padding: 10px 0px;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #bbb;
    width: 100%;
}

.emailme .emailcomplete {
    float: none;
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 0;
    width: 100%;
    position: relative;
    text-align: center;
}

.emailme .emailcomplete input {
    padding: 5px;
    font-weight: bold;
    width: 100%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
}

.at {
    display: none;
}

.incentive {
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
}

#pagenav .incentive .flexible .cta {
	background-color: #F89921;
}