/* css 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* fonts */

/* main styles */
html, body {
  margin: 0;
  padding: 0;
}
body { color: #000; font-family: "Times New Roman", serif; background: #fff; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }

@media ( max-width: 767px ) {
	body { padding: 0 5px; }
}

/* do your best to not change these */
.clear { clear: both; }

.fleft { float: left; }
.fright { float: right; }

.tcenter { text-align: center !important; }
.tleft { text-align: left; }
.tright { text-align: right; }

.noselect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

b,
strong { font-weight: 700; }

img.responsive { max-width: 100%; }
img.full { width: 100%; display: block; clear: both; }

.wrap { display: block; width: 100%; }

/* grid styles */
.container { padding-left: 0; padding-right: 0; }
.row { margin-left: 0px; margin-right: 0px; }
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { padding-left: 0px; padding-right: 0px; }

/* */
.box { border: 2px solid #000; display: inline-block; padding: 5px 10px; font-size: 16px; line-height: 20px; font-weight: bold; font-family: Arial, sans-serif; }
.box b { font-size: 20px; line-height: 24px; }

/* page content */
div.content { color: #000; }

div.content.credit-application { border: 3px solid #000; }
div.content.credit-application .border-right { border-right: 3px solid #000; }
div.content.credit-application .input { padding: 6px 8px; }

div.content h1 { background: #797979; font-size: 16px; line-height: 20px; padding: 3px 5px; color: #000; display: block; font-weight: bold; font-family: Arial, sans-serif; border-top: 3px solid #000; border-bottom: 3px solid #000; }
div.content h2 { color: #000; font-size: 18px; font-weight: 700; margin: 5px 0 10px; padding-left: 10px; font-weight: bold; font-family: Arial, sans-serif; }
div.content h3 { color: #000; font-size: 18px; font-weight: 700; margin: 5px 0 10px; padding-left: 10px; font-weight: bold; font-family: Arial, sans-serif; }

div.content .red { color: red; }

div.content p { color: #000; font-size: 14px; line-height: 16px; padding: 8px 8px; text-align: justify; }
div.content span { color: #000; font-size: 14px; line-height: 16px; font-weight: bold; }
div.content a { color: #00acff; text-decoration: underline; }

div.content ol { list-style: decimal; margin-left: 30px; }
div.content ol li { font-size: 18px; line-height: 35px; }
div.content ol.no-border li { border-bottom: none; }

div.content ul { list-style: disc; margin-left: 30px; }
div.content ul li { color: #e7e7e7; font-size: 18px; line-height: 35px;  }
div.content ul.no-border li { border-bottom: none; }

div.content hr { display: block; height: 0px; border: 0; border-top: 2px solid #000; margin: 0 0; padding: 0; }

div.content .error { color: red !important; }
div.content .missing { color: red !important; }
div.content .success { color: green !important; }

@media ( max-width: 767px ) {
	div.content.credit-application { border-left: none; border-right: none; }
	div.content.credit-application .border-right { border-right: none; }
}

/* forms input */
div.content form,
div.content .form { font-size: 12px; line-height: 16px; color: #000; text-transform: uppercase; }

div.content input[type="checkbox"] { margin: 5px; }

div.content textarea { height: 100px; }

div.content .padding { padding: 7px; }

div.content .scrollbox { padding: 7px; margin: 7px; height: 250px; overflow-y: auto; overflow-x: hidden; border: 1px solid #000; }

div.content .form-control { border-radius: 0; border: 1px solid #000; font-size: 14px; line-height: 16px; color: #20222c !important; padding: 3px 6px; margin: 5px 0; }
div.content .form-control:focus { border-color: #000; outline: 0; -webkit-box-shadow: none; box-shadow: none; }
div.content .form-control.missing { border-color: red; }
div.content .form-control.error { border-color: red; }
div.content .form-control.success { border-color: green; }

div.content .btn.btn-primary { border: none; border-radius: 0; background: #000; color: #fff; font-size: 25px; text-transform: uppercase;   padding: 6px 12px; }
div.content .btn.btn-default { border: none; border-radius: 0; background: #fff; color: #000; font-size: 25px; text-transform: uppercase;   padding: 6px 12px; }
div.content .btn.btn-shift-right { border: none; border-radius: 0; background: #000; color: #fff; font-size: 25px; text-transform: uppercase;   padding: 6px 12px 6px 26px; }
div.content legend { font-size: 30px; margin-bottom: 15px; }

div.content label { margin: 5px; }

div.content red { color: red; }

/* misc styles */
.coupon {border: 2px dashed #2B2B2B; padding:1em;}
.special .row {margin-top:5px; margin-bottom:10px;}

.errorbox { color: #DB1612;}
