body {
	background: #fff;
}
#header {
	background: #fff;
}
#header.fixed {
	background: #263b4e;
	position: fixed;
	top: 0;
	text-align: center;
	width: 100%;
	z-index: 1
}
#header .page-wrapper {
	text-align: center;
}
#decoder {
	background: url("bg.jpg") center center no-repeat #fff;
	height: 280px;
	background-size: cover;
	padding: 65px 40px;
}
#vinDecode {
	font-size: 30px;
	background: #fff;
	padding: 10px;
	height: 52px;
	border: none;
	width: 76%;
	text-align: center;
	float: left;
	overflow: hidden;
}
#decoder label {
	color: #fff;
	font-size: 32px;
	line-height: 36px;
	margin: 18px 0 0;
	font-weight: bold;
	text-shadow: 0 1px 2px #666;
}
.vininput {
	display: block;
	width: 100%;
}
#decoder #clickable {
	color: #fff;
	font-size: 18px;
	text-shadow: 0 1px 2px #666;
}
#decoder .tealCTA {
	border-radius: 0;
	background: #0093a2;
	border: 1px solid #0093a2;
	color: #fff;
	font-size: 20px;
	margin: 0;
	height: 52px;
	width: 120px;
}
#decoder .tealCTA:disabled {
	color: #ccc;
	background: #999;
	border: 1px solid #ccc;
}
.page-wrapper {
	max-width: 65rem;
}
#page #mainContent {
	text-align: left;
}
#content1 {
	padding: 0 15px;
}
form#miniBox8872 {
	background: #fff;
	border-radius: 20px;
	padding: 24px;
	border: 2px solid #148F9E;
}
.miniBox .optionsContainer {
	background-color: #f5f7fa;
	padding: 24px;
	border-radius: 20px;
	margin-top: 24px;
	border: 2px solid #86AC40;
}
.miniBox .formBuilder {
	border: 2px solid #83ac42;
	border-radius: 5px;
	margin-top: 24px;
}
.clickable {
	color: #148F9E;
}
p, li {
	font: 200 1.2rem/1.5em Roboto, sans-serif;
}
h3 {
	font: 500 1.3rem/1.125em Roboto, sans-serif;
}
.h2, h2 {
	font: 100 1.75rem/1.85em Roboto, sans-serif;
	margin: 1.8em 0 .51em;
	padding-bottom: 4px;
	border: none;
	display: block;
	color: #0877a0;
}
.miniBox .greenCTA {
	line-height: 15px;
	margin-top: 0;
	border-color: #5b782e;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	padding: 10px 16px;
	vertical-align: top;
	margin-left: -4px;
	background: #83ac42;
}
.miniBox input:valid {
	border: 2px solid #83ac42;
}
.nav-tabs>li>a {
	margin-right: 25px;
	padding: 10px 0px 5px;
}
.nav-tabs>li {
	float: unset;
	display: inline-block;
}
span.h1 {
	font-size: 24px;
	border-bottom: 3px solid #fc6d21;
	width: 100%;
}
.miniBox label {
	display: block;
	font-size: 12px;
}
.miniBox .optionsContainer {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background-color: #f5f7fa;
	padding: .5em 1em;
	border-radius: 3px;
}
.optionsContainer h3 {
	margin: 0;
}
.miniBox .specifics, .miniBox .carfaxDetails {
	width: 100%;
}
.miniBox .options {
	width: 33%;
	margin: 1rem 0;
}
.engineInfo, .makeInfo {
	margin: 0
}
.makeInfo {
	margin-top: 1rem;
	width: 100%;
}
.engineInfo {
	margin-bottom: 1em;
}
.guideItem {
	display: block;
	margin-bottom: .25rem;
}
.groupGuideItems {
	width: 100%;
}
.guideItem strong:after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 15px;
	background: url("8238e71451c98e6fd6bc2789aae532df12ac5eb5.svg") no-repeat 3px 0;
	transition: background-position .14s;
}
.guideItem:hover {
	background-position: 100% -80%;
}
.guideItem:hover>strong {
	text-decoration: underline;
}
.guideItem:hover>strong:after {
	background-position: 6px 0;
}
.grey::before {
	content: url("check-grey.svg");
	width: 22px;
	height: 10px;
	margin: 10px 5px 0 0;
	position: relative;
	top: 0.25em;
}
.green::before {
	content: url("");
	width: 22px;
	height: 10px;
	margin: 10px 5px 0 0;
	position: relative;
	top: 0.25em;
}
.loading {
	background: none;
}
.loading::before {
	content: url("");
	width: 22px;
	height: 10px;
	margin: 10px 5px 0 0;
	position: relative;
	top: 0.25em;
}
.carousel {
	max-width: 1000px;
	position: relative;
	margin: auto;
	width: 40%;
	display: none !important;
}
/* Hide the images by default */

.slides {
	display: none;
}
.slides img {
	width: 100%;
	height: auto;
}
/* Next & previous buttons */

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
/* Position the "next button" to the right */

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover, .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.overview {
	display: none;
}
#msg span:before, .triangle-border.top:before {
	top: -10px;
	bottom: auto;
	border-width: 0 10px 10px;
}
#msg span:before, .triangle-border:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 32px;
	border-width: 0px 20px 20px;
	border-style: solid;
	border-color: #000 transparent;
	display: block;
	width: 0;
}
#msg span, .triangle-border {
	position: absolute;
	padding: 15px;
	border: none;
	color: #fff;
	background: #000;
	opacity: .9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 8px;
	display: inline-block;
	z-index: 50;
}
#msg span:before {
	bottom: auto;
	border-color: darkred transparent;
}
#msg span {
	max-width: 495px;
	background: darkred;
	margin-right: 20px;
}
.triangle-border li {
	list-style: disc;
}
.digits-error.top:before {
	top: -20px;
	bottom: auto;
	border-width: 0 20px 20px;
}
.digits-error:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 106px;
	border-width: 0px 20px 20px;
	border-style: solid;
	border-color: #1d4681 transparent;
	display: block;
	width: 0;
}
.digits-error:after {
	content: "";
	position: absolute;
	bottom: 50px;
	left: 111px;
	border-width: 0px 16px 16px;
	border-style: solid;
	border-color: #fff transparent;
	display: block;
	width: 0;
}
#vinResponse strong {
	display: block;
}
.digits-error {
	position: absolute;
	padding: 15px !important;
	margin: 0.5em 76px 3em !important;
	border: 3px solid #1d4681;
	color: red;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
}
.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #1d4681;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin-left: 40% !important;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.stdssinfo {
	padding: 12px 24px;
	background: #f5823b;
	border-radius: 3px;
	color: #fff;
	border: none;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: 500;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	margin-left: 34%;
	text-align: center;
	letter-spacing: 1px;
	border: solid 1px #e16326;
}
.stdssinfo:hover {
	background: #e16326;
	color: #fff;
}
.errorResponse {
	color: red;
	width: 286px;
	padding: 5px;
	font-weight: bold;
}
.DecodeBtn {
	background: #3aa70d;
	border-radius: 3px;
	color: #fff;
	border: none;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: 500;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	margin: 8px auto;
	text-align: center;
	letter-spacing: 1px;
	border: solid 1px #3aa70d;
	padding: 6px 24px !important;
}
.DecodeBtn:hover {
	background: #359b0a;
	color: #fff;
}
.miniBox #vinResponse p {
	width: 50%;
	display: inline-block;
	margin-bottom: 10px;
}
.miniBox {
	background: #fff;
	border-radius: 20px;
	padding: 15px;
	border: none;
	background-position: bottom right;
	background-size: 21%;
	background-repeat: no-repeat;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
}
.tab-content {
	padding: 0;
	border-bottom: none;
	background-color: #fff;
	margin-top: 1rem;
}
.table {
	table-layout: fixed;
	border-top: 1px solid rgb(225, 225, 225);
	white-space: normal;
}
.table tr td:first-child {
	width: 40%
}
.table tr td {
	width: 60%;
}
.table td {
	padding: 0.5em 0.5em;
}
.table td+td {
    text-transform: uppercase;
}

#clickable {
	color: #3480D3;
	cursor: pointer;
}
.nav-tabs {
	border-bottom: none;
	margin: 0;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	width: 100%;
}
.nav-tabs>li>a {
	color: #000;
}
.nav-tabs>li.active>a {
	border-color: #83ac42;
}
.nav-tabs>li>a:hover {
	border-bottom-color: #83ac42;
}
.yellowCTA {
	display: block;
	margin: 10px auto;
	background-color: #0093a2;
	border-color: #0093a2;
	border-radius: 0;
	padding: 15px;
}

.yellowCTA:active, .yellowCTA:focus, .yellowCTA:hover {
    	background-color: #007c8a;
}

.miniBox input {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px 0 0 3px;
	background: #f1f1f1;
	text-align: center;
}
#validation-message {
	color: #D30915;
	font-size: 16px;
	/* width: calc(60% + 85px); */
	padding: 5px;
	margin-bottom: 10px;
}
#validation-message {
    background: #fff;
    display: block;
}
#validation-message:empty {
	display: none;
}
.vininput {
	display: inline-block;
	position: relative;
}
/* .vininput-error::after {
    content: '!';
	background: #D30915;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 10px;
	top: 16px;
	border-radius: 50%;
	padding: 1px 8px;
	font-size: 16px;
	color: #fff;
} */

.vininput-error input, .vininput-loading input {
	border-color: #ccc !important;
	border-right: none !important;
}
.vininput-loading::after {
	content: url("");
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 8px;
	top: 8px;
	padding: 0;
}
.miniBox input:valid {
	border: solid 2px #329635;
}
.miniBox input:disabled {
	background-color: #eee;
	box-shadow: unset;
}
.miniBox .greenCTA:disabled {
	border: transparent solid 1px !important;
}
.miniBox fieldset {
	border-radius: 3px;
	border: none;
	padding: 0;
	overflow: hidden;
}
.hide {
	display: none !important;
}
#vinResponse {
	overflow: hidden;
	display: block;
}
#moreHeading {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
}
.vehicleInformation li {
	list-style: disc;
}
#needMore {
	clear: both;
}
.miniBox .power {
	font-size: 12px;
	color: #999;
	display: block;
	margin: 10px 0px 0px;
	text-align: center;
}
.miniBox .power img {
	width: 100px;
	margin-left: 5px;
	position: relative;
	top: 8px;
}
.power {
	text-align: center;
}
.ExpandedForm {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#recalls .header {
	background-color: #fcfcfc;
	border: 1px solid #83ac42;
	border-radius: 3px;
	display: flex;
	padding: 1em 0 .5em;
	margin-bottom: .5em;
}
#recalls svg {
	width: 40px;
	margin: 0 1em;
}
#recalls .recall-text {
	width: 95%;
}
#recalls .recall-text h4 {
	margin-bottom: 0;
}
#recalls table tr {
	border-bottom: 1px solid #DDDDDD
}
#recalls table tr td {
	vertical-align: top;
	margin-top: 1em;
}
#recalls h5 {
	margin: 0 0 1em 0;
}
#recalls table svg {
	width: 50%;
	margin-right: 3em;
	transition: 500ms;
}
#recalls table svg.active {
	transform: rotate(45deg);
}
#recalls .table tr td:first-child {
	width: 15%;
	font-size: 18px;
}
#recalls .table tr td:last-child {
	width: 10%
}
#recalls .table tr td {
	width: 75%;
}
#recalls .table td {
	padding: 0.75em 0.5em 0.5em 0.5em;
}
.formBuilder {
	display: block;
	background: #F5F7FA;
	width: 100%;
	padding: 2em;
	border-radius: 3px;
}
.formBuilder svg {
	margin: 0 auto;
	display: block;
}
.formBuilder h3 {
	text-align: center;
	color: #83ac42;
}
.recall-more .recall-label {
	margin-bottom: -.5rem;
	margin-top: 1rem;
}
.recall-more p {
	margin-bottom: 1rem;
}
.whitebox .carfax-container {
	width: 100%;
    margin: 1rem auto;
}

.carfax-container #moreHeading {
    border-left: 4px solid #0093a2;
    padding-left: 15px;
    
}
.cols-2-left>.col-middle {
	width: 100%;
}
#footer {
	background: #263b4e;
}
.siteLogoDark {
	background: url("logo.png") no-repeat;
	background-size: 100%;
	margin: 0 auto;
	float: none;
}
#header .siteLogoDark {
	width: 315px;
	height: 53px;
}
#header.fixed .siteLogoDark {
	background: url("footer-logo.png") no-repeat;
	background-size: 100%;
	margin: 10px auto;
	float: none;
	width: 250px;
	height: 42px;
}
#footer .siteLogoDark {
	width: 250px;
	background: url("footer-logo.png") no-repeat;
}
#footer .footerLogo {
	width: 40%;
	margin: 0 auto;
	display: block;
	text-align: center;
	float: none;
}
#footer .footerLogo .siteLogoDark {
	display: block;
	margin: 0 auto;
}
.whitebox {
	box-shadow: none;
	background: none;
	margin-bottom: 20px;
}
.figure {
	border: 0;
}
.char-code {
	column-count: 4;
}
.formBase {
	margin: 0 auto;
	width: 60%;
	max-width: 500px;
}
.miniBox input {
	font-size: 28px;
	padding: 7px 30px 6px 6px;
}
.miniBox .greenCTA {
	font-size: 28px;
	height: 52px;
	margin-left: -0.4em;
}
.formBase fieldset>div, .formBase>div {
	margin: 0;
}
.superSecBuySell h1 {
	border: none;
	color: #263b4e;
	font: 100 2.4rem/1.2em Roboto, sans-serif;
	margin: 0;
	padding-bottom: 0;
	border: none;
	display: block;
	color: #0877a0;
}
.vehicleInformation ul {
	column-count: 3;
}
.col-middle h2 {
	font-size: 24px;
	margin: 20px 0 0;
}
.vininput-loading::after {
	right: 130px;
	top: 18px;
}
.dfp {
	width: 728px;
	height: 90px;
	border: 1px solid #ccc;
	margin: 15px auto;
	text-align: center;
	padding: 30px;
	display: none;
	float: none;
}
.active+li>a {
	border-top: 0;
}
/* ----------------------------------------------------900 PX --------------------- */

@media only screen and (max-width: 1100px) {
	#decoder .formBase {
		width: 80%;
	}
	#footer .footerLogo {
		width: 80%;
	}
}
@media only screen and (max-width: 900px) {
	#footer .footerLogo {
		width: 80%;
	}
	.char-code {
		column-count: 3;
	}
}
/* ----------------------------------------------------680 PX ---------------------*/

@media only screen and (max-width: 705px) {
	.vininput-loading::after {
		right: 10px;
		top: 18px;
	}
    
    .miniBox .options {
		width: 50%;
		font-size: 14px;
	}
	#decoder .tealCTA {
		width: 100%;
		margin-top: 10px;
	}
	#vinDecode {
		width: 100%;
	}
	#footer .footerLogo {
		width: 80%;
	}
	.vehicleInformation ul {
		column-count: 2;
	}
	#decoder {
		padding: 30px 20px;
	}
	#header .siteLogoDark {
		width: 70%;
		max-width: 250px;
	}
}
/* ----------------------------------------------------300 PX ---------------------*/

@media only screen and (max-width: 480px) {
	#decoder {
		padding: 20px 20px;
	}
	.char-code {
		column-count: 1;
	}
	.miniBox {
		padding: 0;
	}
	.miniBox .options {
		width: 50%;
		font-size: 14px;
	}
	.col-middle h3 {
		font-size: 22px;
	}
	.whitebox {
		margin: 0;
	}
	#decoder .formBase {
		width: 100%;
	}
	#vinDecode {
		font-size: 22px;
		text-align: left;
	}
	#decoder label {
		font-size: 28px;
	}
	#header .siteLogoDark {
		width: 70%;
		max-width: 200px;
	}
	.recall-container {
		width: 100%;
	}
}
@media screen and (min-width: 38rem) {
	#footer .footerLogo .siteLogoDark {
		height: 45px;
	}
}