#FILE_VERSION_CUSTOM {content:"1.00"} 

/* #region Misc.*/
.sidebar-o {
	margin-top: -59px;
}

.compatibility-chart-make, .ccm {
	min-width: 100px !important;
	background-color: #e9e9e9 !important;
	padding: 5px !important;
	font-weight:bold  !important;
	text-align: left !important;
}

.compatibility-chart-year, .ccy {
	font-weight:bold  !important;
	padding: 5px 0px !important;
	background-color: #e9e9e9 !important;
	max-width:50px !important;
	text-align:center !important;
}

.cch {padding:5px;font-weight:bold;color:#fff;background-color:#999;}
.ccm {
	text-align: left;
	padding:5px;
}

a.ccl {
	color:#000;font-size:9px;font-weight:bold;vertical-align:middle;
}

.thumbnail:hover, .thumbnail:focus {
	border-color: #fe9133 !important;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.mobile_checkbox {
		padding: 5px 0px 0px 20px !important;
		line-height: 6px !important;
		vertical-align: central !important;
	}

	.mobile_login {
		padding: 0px 0px 0px 5px !important;
	}

	.mobile-responsive {
		padding-left: 1px !important;
		padding-right: 1px !important;
		padding-bottom: 1px !important;
	}

	.tabs-content {
		padding-left: 5px !important;
		padding-right: 5px !important;
		border: hidden !important;
	}

	.dw_icons {
		text-align: left !important;
	}

	#mobile_header {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	#dw_underheader {
		background-color: white !important;
		border: hidden;
		width: 100% !important;
	}

	.vch_header {
		text-align: center !important;
		padding-bottom: 0px !important;
	}

	.box {
		width: 350px;
	}

	.mobile_p-l-0 {
		padding-left: 0px !important;
	}

	#dd_table {
		padding: 0px !important;
		width: 350px !important;
	}

	#dd_tablebutton {
		padding-left: 0px !important;
		padding-right: 0px !important;
		width: 330px !important;
	}
}

a.warning-text {
	color: blue !important;
}

a.warning-text:hover {
	color: black !important;
}

.table-title {
	color: rgb(132, 76, 28);
	background-color: blanchedalmond;
}

a.anchor {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}

.scbFwImages img {
	height: 20px !important;
	width: 20px !important;
	margin-left: -10px;
}

.modal {
	position: fixed !important;
	top: 140px !important;
	z-index: 101;
}

/*Not pretty but it works: https://github.com/twbs/bootstrap/issues/15136 */
.modal-backdrop {
	position: fixed;
	/*bottom: 0;*/
	height: auto !important;
	z-index: 100 !important; /* NOTE: this fixes the Modal issue where the background content beneath the Modal was not grayed out properly. */
}

.errorMessage {
	color: #b71828;
	font-weight: 600;
	display: block;
}

.dwbuttons {
	background: none !important;
	color: white !important;
	padding: 0px !important;
	border: none !important;
}

.radio-inline {
	font-weight: 700;
}

.checkbox-inline {
	cursor: pointer;
	font-weight: 700;
}

#ddl {
	position: absolute;
	display: inline-block;
	height: 50px;
	padding: 0px, 0px, 0px, 0px;
	border: 1px solid #e3e3e3;
	color: #777;
	cursor: pointer;
	line-height: 15px;
}

#ddl:hover {
	/*position: static;*/
	position: absolute;
	clear: both;
	float: none;
	line-height: 15px;
	height: 75px;
	z-index: 200;
}

hr.login-hr {
	margin: 10px auto 10px auto;
	border: none;
	border-top: 1px solid #CCC !important;
	background-color: #CCC !important;
	color: #ccc !important;
	height: 1px !important;
}

/*Forgot Password?*/
#darkbody {
	color: #FFF;
}

#greybody {
	background-color: #727173;
}

.orangeTitle {
	color: #844c1c;
}

.greyTitle {
	color: #eee;
}

.register-title {
	color: #844c1c;
}

.text-danger-Dark {
	color: #FFF;
	background-color: red;
}

/*#endregion*/

/*#region Fountain*/
#fountain {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -80px;
	width: 160px;
	height: 29px;
}

.fountain {
	position: absolute;
	top: 0;
	background-color: #FE9133; /*DIRECTED by VOXX Orange*/
	width: 15px;
	height: 15px;
	border-radius: 7px;
	-webkit-animation: fountain 1.3s linear infinite;
	-moz-animation: fountain 1.3s linear infinite;
	animation: fountain 1.3s linear infinite;
	-webkit-transform: scale(.3);
	-moz-transform: scale(.3);
	transform: scale(.3);
}

#fountain_1 {
	left: 0;
	-moz-animation-delay: 0.52s;
	-webkit-animation-delay: 0.52s;
	animation-delay: 0.52s;
}

#fountain_2 {
	left: 20px;
	-moz-animation-delay: 0.65s;
	-webkit-animation-delay: 0.65s;
	animation-delay: 0.65s;
}

#fountain_3 {
	left: 40px;
	-moz-animation-delay: 0.78s;
	-webkit-animation-delay: 0.78s;
	animation-delay: 0.78s;
}

#fountain_4 {
	left: 60px;
	-moz-animation-delay: 0.91s;
	-webkit-animation-delay: 0.91s;
	animation-delay: 0.91s;
}

#fountain_5 {
	left: 80px;
	-moz-animation-delay: 1.04s;
	-webkit-animation-delay: 1.04s;
	animation-delay: 1.04s;
}

#fountain_6 {
	left: 100px;
	-moz-animation-delay: 1.17s;
	-webkit-animation-delay: 1.17s;
	animation-delay: 1.17s;
}

#fountain_7 {
	left: 120px;
	-moz-animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

#fountain_8 {
	left: 140px;
	-moz-animation-delay: 1.43s;
	-webkit-animation-delay: 1.43s;
	animation-delay: 1.43s;
}

@-webkit-keyframes fountain {
	0% {
		-webkit-transform: scale(1);
		background-color: #FE9133; /* DIRECTED by VOXX Orange */
	}

	100% {
		-webkit-transform: scale(.3);
		background-color: #fff;
	}
}

@-moz-keyframes fountain {
	0% {
		-moz-transform: scale(1);
		background-color: #FE9133; /* DIRECTED by VOXX Orange */
	}

	100% {
		-moz-transform: scale(.3);
		background-color: #fff;
	}
}

@keyframes fountain {
	0% {
		transform: scale(1);
		background-color: #FE9133; /* DIRECTED by VOXX Orange */
	}

	100% {
		transform: scale(.3);
		background-color: #fff;
	}
}
/*#endregion End Fountain*/

/*#region Seperator*/
.seperator,
.separator {
	color: #666666 !important;
	/*width: 100%;*/
	width: 90%;
	margin: 30px auto;
	overflow: hidden;
	text-align: center;
	line-height: 1.2em;
}
/*#endregion*/

/*#region Breadcrumbs*/
.breadcrumb {
	font-size: 14px;
	margin: 0px auto 0px;
	text-align: left !important; /* alternate: left !important; -- use with "padding-left: 32px;" below  */
	border: 0px solid #ff0000;
	/*padding-left: 32px;*/
}

.breadcrumb a,
.breadcrumb a:active {
	color: #fe9133;
}

.breadcrumb a:hover {
	color: #844c1c !important;
}

.breadcrumbselected {
	color: #666666;
}

/*Fancy Style Breadcrumbs*/ /* OVERRIDES original Fancy Style in /css/theme-elements.css, line 5447 */
.hr-title abbr {
	/*background-color: #FE9133;*/
	font-size: large !important;
	color: #999999;
}

.breadcrumb.fancy a {
	background: #FE9133 !important;
	font-size: 14px !important;
	color: #fff !important;
}

/*.breadcrumb.fancy a:hover,*/
.breadcrumb.fancy .active a {
	background: #844c1c !important;
	color: #fff !important;
}

.breadcrumb.fancy a:hover {
	background: #844c1c !important;
	color: #fff !important;
}

.breadcrumb.fancy a::before {
	border-color: #FE9133 #FE9133 #FE9133 transparent !important;
}

.breadcrumb.fancy a:hover::before,
.breadcrumb.fancy .active a:before {
	border-color: #844c1c #844c1c #844c1c transparent !important;
}

.breadcrumb.fancy a::after {
	border-left: 1em solid #FE9133 !important;
}

.breadcrumb.fancy a:hover::after,
.breadcrumb.fancy .active a:after {
	border-left-color: #844c1c !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#flash-module-workflow {
		margin-bottom: -50px !important;
	}

	.breadcrumb.fancy a {
		background: none !important;
		font-size: 13px !important;
		color: #FE9133 !important;
	}

	/*.breadcrumb.fancy a:hover,*/
	.breadcrumb.fancy .active a {
		background: none !important;
		color: #844c1c !important; /* original: #fff !important; */
		text-decoration: overline !important;
	}

	.breadcrumb.fancy a:hover {
		background: none !important;
		color: #844c1c !important;
		text-decoration: overline !important;
	}

	.breadcrumb.fancy a::before {
		border-color: transparent !important;
	}

	.breadcrumb.fancy a:hover::before,
	.breadcrumb.fancy .active a:before {
		border-color: transparent !important;
	}

	.breadcrumb.fancy a::after {
		border-left: none !important; /* alternate: 0.1em solid #FE9133 */
	}

	.breadcrumb.fancy a:hover::after,
	.breadcrumb.fancy .active a:after {
		border-left-color: #FE9133 !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	#flash-module-workflow {
		margin-top: 50px !important;
		margin-bottom: -50px !important;
	}

	.breadcrumb.fancy a {
		background: none !important;
		font-size: 13px !important;
		color: #FE9133 !important;
	}

	/*.breadcrumb.fancy a:hover,*/
	.breadcrumb.fancy .active a {
		background: none !important;
		color: #844c1c !important; /* original: #FFFFFF !important; */
		text-decoration: overline !important;
	}

	.breadcrumb.fancy a:hover {
		background: none !important;
		color: #844c1c !important;
		text-decoration: overline !important;
	}

	.breadcrumb.fancy a::before {
		border-color: transparent !important;
	}

	.breadcrumb.fancy a:hover::before,
	.breadcrumb.fancy .active a:before {
		border-color: transparent !important;
	}

	.breadcrumb.fancy a::after {
		border-left: none !important; /* alternate: 0.1em solid #FE9133 */
	}

	.breadcrumb.fancy a:hover::after,
	.breadcrumb.fancy .active a:after {
		border-left-color: #FE9133 !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	#flash-module-workflow {
		margin-top: 50px !important;
		margin-bottom: -50px !important;
	}

	.breadcrumb.fancy a {
		background: none !important; /* dark orange hover: #844c1c; */ /* original: #3A3A3A; */
		font-size: 13px !important;
		color: #FE9133 !important;
	}

	/*.breadcrumb.fancy a:hover,*/
	.breadcrumb.fancy .active a {
		background: none !important;
		color: #844c1c !important; /* original: #fff !important; */
		text-decoration: overline !important;
	}

	.breadcrumb.fancy a:hover {
		background: none !important;
		color: #844c1c !important;
		text-decoration: overline !important;
	}

	.breadcrumb.fancy a::before {
		border-color: transparent !important;
	}

	.breadcrumb.fancy a:hover::before,
	.breadcrumb.fancy .active a:before {
		border-color: transparent !important;
	}

	.breadcrumb.fancy a::after {
		border-left: none !important; /* alternate: 0.1em solid #FE9133 */
	}

	.breadcrumb.fancy a:hover::after,
	.breadcrumb.fancy .active a:after {
		border-left-color: #FE9133 !important;
	}
}

@media only screen and (max-width: 319px) {
	#flash-module-workflow {
		margin-top: 50px !important;
		margin-bottom: -50px !important;
	}

	.breadcrumb.fancy a {
		background: none !important; /* dark orange hover: #844c1c; */ /* original: #3A3A3A; */
		font-size: 13px !important;
		color: #FE9133 !important;
	}

	/*.breadcrumb.fancy a:hover,*/
	.breadcrumb.fancy .active a {
		background: none !important;
		color: #844c1c !important; /* original: #fff !important; */
		text-decoration: overline !important;
	}

	.breadcrumb.fancy a:hover {
		background: none !important;
		color: #844c1c !important;
		text-decoration: overline !important;
	}

	.breadcrumb.fancy a::before {
		border-color: transparent !important;
	}

	.breadcrumb.fancy a:hover::before,
	.breadcrumb.fancy .active a:before {
		border-color: transparent !important;
	}

	.breadcrumb.fancy a::after {
		border-left: none !important; /* alternate: 0.1em solid #FE9133 */
	}

	.breadcrumb.fancy a:hover::after,
	.breadcrumb.fancy .active a:after {
		border-left-color: #FE9133 !important;
	}
}

/*#endregion Fancy Style Breadcrumbs*/

/*#region Body Text*/
.bodytext-link {
	color: #fe9133;
}

.bodytext-link a,
.bodytext-link a:active,
.bodytext-link a:visited {
	color: #fe9133 !important;
}

.bodytext-link a:hover {
	color: #844c1c !important;
}

/*#endregion*/

/*#region Country*/
div.CountrySel a {
	display: block;
}

div.CountrySel a:hover {
	padding-left: 5px;
}

/*#endregion*/

/*#region News Index and Articles*/
#articlereturnlink {
	margin-top: -7px !important;
}

#newsreturnlink {
	margin-top: 0px !important;
	/*border: 1px solid #00ff00;*/
}

@media only screen and (min-width: 1200px) {
	#articlereturnlink {
		margin-top: -7px !important;
	}

	#newsreturnlink {
		margin-top: -27px !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	#newsreturnlink {
		margin-top: -27px !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	#newsreturnlink {
		margin-top: -27px !important;
	}
}

@media only screen and (max-width: 319px) {
	#newsreturnlink {
		margin-top: -27px !important;
	}
}

/*#endregion END NEWS INDEX & ARTICLES INDEX PAGES styles*/

/*#region Technical Documents (Vehicle Compatibility Page) */

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.techdocslink {
		/*border: 1px solid #00ff00 !important;*/
		margin-top: -36px !important;
		margin-left: -6px !important;
	}

	.techdocsicon {
		margin-left: -10px !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.techdocslink {
		/*border: 1px solid #00ff00 !important;*/
		margin-top: -36px !important;
		margin-left: -6px !important;
	}

	.techdocsicon {
		margin-left: -10px !important;
	}
}

@media only screen and (max-width: 319px) {
	.techdocslink {
		/*border: 1px solid #ff0000 !important;*/
		margin-top: -36px !important;
		margin-left: -6px !important;
	}

	.techdocsicon {
		margin-left: -10px !important;
	}
}

/*#endregion END TECHNICAL DOCUMENTS (VEHICLE COMPATIBILITY PAGE) styles */

/*#region Description Tab (Vehicle Compatibility Page) */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.wftable {
		width: 90% !important;
	}

	#witab {
		width: 90% !important;
	}

	#fwtablegend {
		width: 90% !important;
	}

	#fwtabresults {
		width: 90% !important;
	}

	#fwtabmanuals {
		width: 90% !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	#witab {
		width: 90% !important;
	}

	#fwtablegend {
		width: 90% !important;
	}

	#fwtabresults {
		width: 90% !important;
	}

	#fwtabmanuals {
		width: 90% !important;
	}
}

/*#endregion END DESCRIPTION TAB (VEHICLE COMPATIBILITY PAGE) styles */

/*#region Flash Module: Select Model Page Styles (Flash Module Workflow) */
@media only screen and (min-width: 1200px) {

	.select-firmware-title {
		/*border: 1px solid #0000ff !important;*/
		padding: 0px 0px 0px 0px !important;
		color: #fe9133 !important;
		font-weight: 600 !important;
	}

	.select-firmware-title:hover {
		color: #844c1c !important;
	}

	.quickflash-select-model {
		/*border: 1px solid #0000ff !important;*/
		padding-left: 185px !important;
	}
}

@media only screen and (min-width: 1008px) and (max-width: 1199px) {
	.select-firmware-title {
		/*border: 1px solid #0000ff !important;*/
		padding: 0px 0px 0px 0px !important;
		color: #fe9133 !important;
		font-weight: 600 !important;
	}

	.select-firmware-title:hover {
		color: #844c1c !important;
	}

	.quickflash-select-model {
		/*border: 1px solid #ff0000 !important;*/
		padding-left: 138px !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1007px) {
	.select-firmware-title {
		/*border: 1px solid #0000ff !important;*/
		padding: 0px 0px 0px 0px !important;
		color: #fe9133 !important;
		font-weight: 600 !important;
	}

	.select-firmware-title:hover {
		color: #844c1c !important;
	}

	.quickflash-select-model {
		/*border: 1px solid #00ff00 !important;*/
		padding-left: 102px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.select-firmware-title {
		/*border: 1px solid #0000ff !important;*/
		padding: 0px 0px 0px 0px !important;
		color: #fe9133 !important;
		font-weight: 600 !important;
	}

	.select-firmware-title:hover {
		color: #844c1c !important;
	}
		
	.quickflash-select-model {
		/*border: 1px solid #0000ff !important;*/
		padding-left: 162px !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.select-firmware-title {
		/*border: 1px solid #0000ff !important;*/
		padding: 0px 0px 0px 0px !important;
		color: #fe9133 !important;
		font-weight: 600 !important;
	}

	.select-firmware-title:hover {
		color: #844c1c !important;
	}
		
	.quickflash-select-model {
		/*border: 1px solid #ff0000 !important;*/
		margin-left: -18px !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.select-firmware-title {
		/*border: 1px solid #0000ff !important;*/
		padding: 0px 0px 0px 0px !important;
		color: #fe9133 !important;
		font-weight: 600 !important;
	}

	.select-firmware-title:hover {
		color: #844c1c !important;
	}

	.quickflash-select-model {
		/*border: 1px solid #ff0000 !important;*/
		padding-left: 13px !important;
	}
}

@media only screen and (max-width: 319px) {
	.select-firmware-title {
		/*border: 1px solid #0000ff !important;*/
		padding: 0px 0px 0px 0px !important;
		color: #fe9133 !important;
		font-weight: 600 !important;
	}

	.select-firmware-title:hover {
		color: #844c1c !important;
	}

	.quickflash-select-model {
		/*border: 1px solid #00ff00 !important;*/
		padding-left: 0px !important;
	}
}


/*#endregion END FLASH MODULE: Select Model Page Styles (Flash Module Workflow) */

/*#region DirectWire: Select Model Page Styles (Select Vehicle Workflow) */
@media only screen and (min-width: 1200px) {
	#directwire-select-model {
		/*border: 1px solid #ff0000;*/
		padding-left: 102px !important; /* original: 102px !important; (when id applied to <section> tag of \shared\components\selectvehiclemodel\default.cshtml) */
	}

	.dirwire-select-model {
		/*border: 1px solid #00ff00;*/
		padding-left: 100px !important;
	}

	/* ### BEGIN DIRECTWIRE Vehicle Compatibility Page Results Styles ### */

	.ac-title {
		font-size: large !important;
	}

	.result-sku-header {
		background-color: #505050 !important; /* original: #505050 */
		color: #fe9133 !important;
		/*width: 100% !important;*/
		border-top-left-radius: 4px !important;
		border-top-right-radius: 4px !important;
	}

		.result-sku-header:hover {
			color: #cccccc !important;
		}

	.result-sku-footer {
		background-color: #e9e9e9 !important; /* original: #844c1c */
		color: #fe9133 !important; /* original: #fe9133 !important; */
		/*width: 100% !important;*/
		border-bottom-left-radius: 4px !important;
		border-bottom-right-radius: 4px !important;
		margin-bottom: 0px;
		border-top: 1px solid #DDD;
	}

		.result-sku-footer:hover {
			color: #844c1c !important; /* original: #cccccc !important; */
		}

	.result-product-image-container {
		/*border: 1px solid #0000ff !important;*/
		/*margin-left: 3px !important;*/
		margin-top: 5px !important;
		margin-bottom: -25px !important;
	}

	.result-product-image {
		/*border: 1px solid #cccccc !important;*/
		background-color: #fff !important;
		height: 200px !important; /* previous: 267px */ /* original: 250px */
		width: 200px !important; /* previous: 267px */ /* original: 250px */
	}

	.firmware-release-content {
		/*border: 1px solid #00ff00;*/
		margin-left: 0px !important;
	}

	.firmware-dropdown {
		margin-left: -16px !important;
	}

	.firmware-dropdown-label {
		/*border: 1px solid #00ff00 !important;*/
		margin-top: 9px !important;
		padding-right: 0 !important;
		line-height: 11px !important;
	}

	.firmware-release-date-label {
		color: #844c1c !important;
		font-size: small !important;
	}

	.result-header {
		background-color: #cccccc !important;
		border: 1px solid #bbbbbb !important;
		font-weight: 600 !important;
		font-size: 12px !important; /* original: 12px !important; */
		padding: 2px !important; /* original: 4px !important; */
	}

	.result-value {
		color: #cc0000 !important;
		font-weight: 600 !important;
		border: 1px solid #bbbbbb !important;
		font-size: 11px !important; /* original: 13px !important */
		padding: 2px !important; /* original: 4px !important; */
	}

	.flash-icon-indicator {
		/*border: 1px solid #00ff00 !important;*/
		text-align: center !important;
		margin-right: -42px !important;
		margin-top: -22px !important;
		float: right !important;
	}

	.solution-btn-group, .solution-btn-group-2 {
		margin-left: 0px !important;
		margin-bottom:8px;
	}

	.solution-btn-padding {	
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}

	.results-btn-item {
		/*border: 1px solid #0000ff !important;*/
		margin-left: -30px !important;
	}

	.results-btn-item-standard {
		/*border: 1px solid #0000ff;*/
		margin-left: -30px !important;
		margin-top: 0px !important;
	}

	.results-btn-item-history {
		/*border: 1px solid #0000ff;*/
		margin-left: -22px !important;
	}

	.results-btn-item-rsr {
		/*border: 1px solid #0000ff;*/
		margin-left: -22px !important;
	}

	.opt-install-access-group {
		/*border: 1px solid #ff0000;*/
		margin-left: -13px !important;
		padding-top: 6px !important;
	}
}

@media only screen and (min-width: 1008px) and (max-width: 1199px) {
	#directwire-select-model {
		padding-left: 92px !important; 
	}

	.dirwire-select-model {
		/*border: 1px solid #00ff00;*/
		padding-left: 65px !important;
	}

	/* Custom Facebook Button style -- to add hover color to button */
	.btn-facebook:hover {
		background-color: #003366 !important;
	}

	.section-subtitle {
		font-size: 28px !important;
	}

	.seperator {
		padding: 15px 0 !important;
	}

	/* ### BEGIN DIRECTWIRE Vehicle Compatibility Page Results Styles ### */

	.ac-title {
		font-size: large !important;
	}

	.result-sku-header {
		background-color: #505050 !important;
		color: #fe9133 !important;
	}

	.result-sku-header:hover {
		color: #cccccc !important;
	}

	.result-sku-footer {
		background-color: #e9e9e9 !important; /* original: #844c1c */
		color: #fe9133 !important; /* original: #fe9133 !important; */
		/*width: 100% !important;*/
		border-bottom-left-radius: 4px !important;
		border-bottom-right-radius: 4px !important;
		margin-bottom: 0px;
		border-top: 1px solid #DDD;
	}

	.result-sku-footer:hover {
		color: #844c1c !important; /* original: #cccccc !important; */
	}

	.result-product-image {
		/*border: 1px solid #cccccc !important;*/
		background-color: #fff !important;
		height: 50px !important; /* original: 250px */
		width: 50px !important; /* original: 250px */
	}

	.thumbnail {
		height: 250px !important;
		width: 250px !important;
	}

	.result-product-image-container {
		margin-top: 5px !important;
		margin-bottom: -25px !important;
	}

	.result-product-image {
		/*border: 1px solid #cccccc !important;*/
		background-color: #fff !important;
		height: 200px !important; /* previous: 267px */ /* original: 250px */
		width: 200px !important; /* previous: 267px */ /* original: 250px */
	}

	.firmware-release-container {
		/*border: 1px solid #0000ff !important;*/
		margin-left: 49px !important;
		margin-top: 0px !important;
		/*border: 1px solid #00ff00;*/
	}

	.firmware-release-content{
		margin-left: 0 !important;
	}

	.result-header {
		background-color: #cccccc !important;
		border: 1px solid #bbbbbb !important;
		font-weight: 600 !important;
		font-size: 11px !important; /* original: 12px !important; */
		padding: 2px !important; /* original: 4px !important; */
	}

	.result-value {
		color: #cc0000 !important;
		font-weight: 600 !important;
		border: 1px solid #bbbbbb !important;
		font-size: 11px !important; /* original: 13px !important */
		padding: 2px !important; /* original: 4px !important; */
	}

	.flash-icon-indicator {
		/*border: 1px solid #ff0000 !important;*/
		text-align: center !important;
		margin-left: -47px !important;
	}

	.solution-btn-group, .solution-btn-group-2 {
		margin-left: -25px !important;
		margin-bottom:8px;
		width: 120% !important;
	}

	.sbtn {
		font-size: x-small !important;
		color: #fff !important;
	}

	.results-btn-item-history {
		/*border: 1px solid #ff0000;*/
		margin-left: -22px !important;
	}

	.results-btn-item-rsr {
		/*border: 1px solid #ff0000;*/
		margin-left: -22px !important;
	}

	.firmware-release-content {
		/*border: 1px solid #ff0000;*/
		margin-left: -13px !important;
		width: 100% !important;
	}

	.firmware-dropdown-label {
		/*border: 1px solid #00ff00 !important;*/
		margin-top: 9px !important;
		padding-right: 0 !important;
		line-height: 11px !important;
	}

	.firmware-label{	
		margin-left:18px !important;		
		max-width:150px;
	}
	.firmware-release-date-label {
		color: #844c1c !important;
		font-size: small !important;
	}

	.opt-install-access-group {
		/*border: 1px solid #ff0000;*/
		margin-left: 15px !important;
		padding-top: 6px !important;
	}
	/* ### END DIRECTWIRE Vehicle Compatibility Page Results Styles ### */
}

@media only screen and (min-width: 992px) and (max-width: 1007px) {
	#directwire-select-model {
		/*border: 1px solid #0000ff;*/
		padding-left: 25px !important; /* original: 5px !important; (when id applied to <section> tag of \shared\components\selectvehiclemodel\default.cshtml */
	}

	.dirwire-select-model {
		/*border: 1px solid #0000ff;*/
		padding-left: 79px !important;
	}

	/* Custom Facebook Button style -- to add hover color to button */
	.btn-facebook:hover {
		background-color: #003366 !important;
	}

	.section-subtitle {
		font-size: 28px !important;
	}

	.seperator {
		padding: 15px 0 !important;
	}

	/* ### BEGIN DIRECTWIRE Vehicle Compatibility Page Results Styles ### */

	.ac-title {
		font-size: large !important;
	}

	.result-sku-header {
		background-color: #505050 !important;
		color: #fe9133 !important;
	}

	.result-sku-header:hover {
		color: #cccccc !important;
	}

	.result-sku-footer {
		background-color: #e9e9e9 !important; /* original: #844c1c */
		color: #fe9133 !important; /* original: #fe9133 !important; */
		/*width: 100% !important;*/
		border-bottom-left-radius: 4px !important;
		border-bottom-right-radius: 4px !important;
		margin-bottom: 0px;
		border-top: 1px solid #DDD;
	}

	.result-sku-footer:hover {
		color: #844c1c !important; /* original: #cccccc !important; */
	}

	.result-product-image {
		/*border: 1px solid #cccccc !important;*/
		background-color: #fff !important;
		height: 200px !important;
		width: 200px !important;
	}

	.firmware-release-container {
		/*border: 1px solid #ff0000 !important;*/
		margin-left: 49px !important;
		margin-top: 0px !important;
		width: 83% !important;
		/*border: 1px solid #0000ff;*/
	}

	.result-header {
		background-color: #cccccc !important;
		border: 1px solid #bbbbbb !important;
		font-weight: 600 !important;
		font-size: 10px !important; /* original: 12px !important; */
		padding: 2px !important; /* original: 4px !important; */
	}

	.result-value {
		color: #cc0000 !important;
		font-weight: 600 !important;
		border: 1px solid #bbbbbb !important;
		font-size: 11px !important; /* original: 13px !important */
		padding: 2px !important; /* original: 4px !important; */
	}

	.flash-icon-indicator {
		/*border: 1px solid #ff0000 !important;*/
		text-align: center !important;
		margin-left: -47px !important;
	}

	.solution-btn-group, .solution-btn-group-2 {
		margin-left: -25px !important;
		width: 120% !important;
		margin-bottom: 8px;
	}

	.results-btn-item-history {
		/*border: 1px solid #00ff00;*/
		margin-left: -22px !important;
	}

	.results-btn-item-rsr {
		/*border: 1px solid #00ff00;*/
		margin-left: -22px !important;
	}

	.firmware-release-content {
		/*border: 1px solid #00ff00;*/
		margin-left: -10px !important;
		width: 100% !important;
	}

	.firmware-label{
	border:1px solid green;
		margin-left:10px !important;		
	}

	.firmware-release-date-label {
		color: #844c1c !important;
		font-size: small !important;
	}

	.opt-install-access-group {
		margin-left: 15px !important;
		padding-top: 3px !important;
	}

	/* ### END DIRECTWIRE Vehicle Compatibility Page Results Styles ### */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.table-responsive {
		margin-top:-90px !important;
	}

	#directwire-select-model {
		/*border: 1px solid #ff0000;*/
		padding-left: 26px !important; /* original: 6px !important; (when id applied to <section> tag of \shared\components\selectvehiclemodel\default.cshtml */
	}

	.dirwire-select-model {
		/*border: 1px solid #ff0000;*/
		padding-left: 155px !important;
	}

	/* Custom Facebook Button style -- to add hover color to button */
	.btn-facebook:hover {
		background-color: #003366 !important;
	}

	.section-subtitle {
		font-size: 28px !important;
	}

	.seperator {
		padding: 15px 0 !important;
	}

	.solution-btn-group, .solution-btn-group-2 {
		margin-left: -20px !important;
		width:100%;
		margin-bottom:8px;
	}
	.solution-btn-group .col-md-4, .solution-btn-group-2 .col-md-4 {
		width:200px !important;
	}
	/* ### BEGIN DIRECTWIRE Vehicle Compatibility Page Results Styles ### */

	.ac-title {
		font-size: large !important; /* original: font-size: large !important; */
		padding-left: 33px !important;
	}

	.result-sku-header {
		background-color: #505050 !important;
		color: #fe9133 !important;
	}

	.result-sku-header:hover {
		color: #cccccc !important;
	}

	.result-sku-footer {
		background-color: #e9e9e9 !important; /* original: #844c1c */
		color: #fe9133 !important; /* original: #fe9133 !important; */
		/*width: 100% !important;*/
		border-bottom-left-radius: 4px !important;
		border-bottom-right-radius: 4px !important;
		margin-bottom: 0px;
		border-top: 1px solid #DDD;
	}

	.result-sku-footer:hover {
		color: #844c1c !important; /* original: #cccccc !important; */
	}

	.result-product-image-container {
		margin-left: 0px !important; /* original: margin-left: 166px !important;  */
	}

	.result-product-image {
		/*border: 1px solid #cccccc !important;*/
		background-color: #fff !important;
		height: 200px !important;
		width: 200px !important;
	}
	.firmware-release-container {
		/*margin-left: 49px !important;*/
		margin-top: 10px !important;
		/*width: 83% !important;*/
		/*border: 1px solid #ff0000;*/
	}
	.firmware-dropdown {
		/*border: 1px solid #ff0000 !important;*/
		width: 50% !important;
		margin-top: -5px;
		margin-left:4px;
	}

	.firmware-dropdown-label {
		/*border: 1px solid #ff0000 !important;*/
		margin-top: 5px !important;
		margin-left: 18px !important;
	}

	.firmware-label{
		margin-left:10px !important;		
	}
	.firmware-release-date-label {		
		color: #844c1c !important;
		font-size: small !important;
	}
	.result-group-container:before{clear:both;}
	.result-group-container {
		margin-left:5px;
		margin-top:22px;
	}

	.result-header {
		background-color: #cccccc !important;
		border: 1px solid #bbbbbb !important;
		font-weight: 600 !important;
		font-size: 10px !important; /* original: 12px !important; */
		padding: 2px !important; /* original: 4px !important; */
	}

	.result-value {
		color: #cc0000 !important;
		font-weight: 600 !important;
		border: 1px solid #bbbbbb !important;
		font-size: 11px !important; /* original: 13px !important */
		padding: 2px !important; /* original: 4px !important; */
	}

	.flash-icon-indicator {
		/*border: 1px solid #ff0000 !important;*/
		text-align: center !important;
		margin-left: 139px !important;
		padding-bottom: 20px !important;
	}

	.results-btn-group {
		/*border: 1px solid #00ff00 !important;*/
		margin-left: 0px !important;
	}

	.results-btn-item {
		/*border: 1px solid #0000ff !important;*/
		margin-top: 5px !important;
	}

	.results-btn-item-history {
		/*border: 1px solid #0000ff;*/
/*		margin-left: -22px !important;*/
		margin-top: 5px !important;
	}

	.results-btn-item-standard {
		/*border: 1px solid #0000ff;*/
		margin-top: 5px !important;
		margin-left: 0px !important;
	}

	.results-btn-item-rsr {
		/*border: 1px solid #0000ff;*/
		margin-left: -22px !important;
		margin-top: 0px !important;
	}

	.opt-install-access-group {
		/*border: 1px solid #ff0000;*/
		margin-left: 15px !important;
		padding-top: 4px !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
		line-height:16px;
	}

	/* ### END DIRECTWIRE Vehicle Compatibility Page Results Styles ### */
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	#directwire-select-model {
		/*border: 1px solid #00ff00;*/
		/*margin-left: -17px !important;*/
		padding-left: 3px !important;
	}

	/* Custom Facebook Button style -- to add hover color to button */
	.btn-facebook:hover {
		background-color: #003366 !important;
	}

	.section-subtitle {
		font-size: 26px !important;
	}

	.seperator {
		padding: 20px 0px 15px 0px !important;
	}

	/* ### BEGIN DIRECTWIRE Vehicle Compatibility Page Results Styles ### */

	.ac-title {
		font-size: medium !important; /* original: font-size: large !important; */
	}

	.select-option-icon-menufeatures {
		background-image: none !important;
	}

	.result-sku-header {
		background-color: #505050 !important;
		color: #fe9133 !important;
	}

	.result-sku-header:hover {
		color: #cccccc !important;
	}

	.result-sku-footer {
		background-color: #e9e9e9 !important; /* original: #844c1c */
		color: #fe9133 !important; /* original: #fe9133 !important; */
		/*width: 100% !important;*/
		border-bottom-left-radius: 4px !important;
		border-bottom-right-radius: 4px !important;
		margin-bottom: 0px;
		border-top: 1px solid #DDD;
	}

	.result-sku-footer:hover {
		color: #844c1c !important; /* original: #cccccc !important; */
	}

	.result-product-image-container {
		/*border: 1px solid #00ff00 !important;*/
		margin-left: 0px !important; /* original: margin-left: 26px !important;  */
	}

	.result-product-image {
		/*border: 1px solid #cccccc !important;*/
		background-color: #fff !important;
		height: 200px !important;
		width: 200px !important;
	}

	.result-group-container {
		/*border: 1px solid #0000ff;*/
		margin-top: 22px !important;
	}

	.result-header {
		background-color: #cccccc !important;
		border: 1px solid #bbbbbb !important;
		font-weight: 600 !important;
		font-size: 10px !important; /* original: 12px !important; */
		padding: 2px !important; /* original: 4px !important; */
	}

	.result-value {
		color: #cc0000 !important;
		font-weight: 600 !important;
		border: 1px solid #bbbbbb !important;
		font-size: 11px !important; /* original: 13px !important */
		padding: 2px !important; /* original: 4px !important; */
	}

	.firmware-dropdown {
		/*border: 1px solid #0000ff !important;*/
		width: 65% !important;
		margin-left: 5px !important;
		margin-top:-30px;
	}

	.firmware-dropdown-label {
		/*border: 1px solid #0000ff !important;*/
		margin-top: 5px !important;
		margin-left: 18px !important;
	}

	.firmware-release-date-label {
		color: #844c1c !important;
		font-size: small !important;
	}

	.flash-icon-indicator {
		/*border: 1px solid #0000ff !important;*/
		text-align: center !important;
		margin-left: 4px !important;
		padding-bottom: 20px !important;
	}

	.solution-btn-group, .solution-btn-group-2 {
		margin-left: -25px !important;
		width: 100% !important;
		margin-bottom:8px;
	}
	
	.results-btn-group {
		/*border: 1px solid #ff0000 !important;*/
		margin-left: 4px !important;
	}

	.opt-install-access-group {
		/*border: 1px solid #ff0000;*/
		margin-left: 15px !important;
		padding-top: 8px !important;
	}
	.results-btn-item-history{
		padding-top:8px;
	}
	.table-responsive {
		border-color: #f5f5f5 !important;
	}
	/* ### END DIRECTWIRE Vehicle Compatibility Page Results Styles ### */
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
	#directwire-select-model {
		/*border: 1px solid #0000ff;*/
		padding-left: 1px !important; /* original: 14px !important; (when id applied to <section> tag of \shared\components\selectvehiclemodel\default.cshtml */
	}
	
	.dirwire-select-model {
		/*border: 1px solid #0000ff;*/
		margin-left: 17px !important;
		padding-left: 14px !important;
	}

	/* Custom Facebook Button style -- to add hover color to button */
	.btn-facebook:hover {
		background-color: #003366 !important;
	}

	.section-subtitle {
		font-size: 26px !important;
	}

	.seperator {
		padding: 20px 0px 15px 0px !important;
	}

	/* ### BEGIN DIRECTWIRE Vehicle Compatibility Page Results Styles ### */

	.ac-title {
		border: 1px solid #00ff00;
		font-size: medium !important;
	}

	.select-option-icon-menufeatures {
		background-image: none !important;
		/*background-repeat: no-repeat;
        background-position: left center;
        background-position-x: 6px;*/
	}

	.result-sku-header {
		background-color: #505050 !important;
		color: #fe9133 !important;
	}

	.result-sku-header:hover {
		color: #cccccc !important;
	}

	.result-sku-footer {
		background-color: #e9e9e9 !important; /* original: #844c1c */
		color: #fe9133 !important; /* original: #fe9133 !important; */
		/*width: 100% !important;*/
		border-bottom-left-radius: 4px !important;
		border-bottom-right-radius: 4px !important;
		margin-bottom: 0px;
		border-top: 1px solid #DDD;
	}

	.result-sku-footer:hover {
		color: #844c1c !important; /* original: #cccccc !important; */
	}

	.result-product-image-container {
		/*border: 1px solid #0000ff !important;*/
		/*margin-left: 3px !important;*/
		margin: 0px auto 0px !important;
		/*padding-left: 28px !important;*/
	}

	.result-product-image {
		/*border: 1px solid #cccccc !important;*/
		background-color: #fff !important;
		height: 200px !important;
		width: 200px !important;
		margin-left: 0px !important; /* original: -13px !important; */
	}
	
	.result-group-container {
		/*border: 1px solid #ff0000;*/
		margin-top: 20px !important;
	}

	.result-header {
		background-color: #cccccc !important;
		border: 1px solid #bbbbbb !important;
		font-weight: 600 !important;
		font-size: 10px !important; /* original: 12px !important; */
		padding: 2px !important; /* original: 4px !important; */
	}

	.result-value {
		color: #cc0000 !important;
		font-weight: 600 !important;
		border: 1px solid #bbbbbb !important;
		font-size: 11px !important; /* original: 13px !important */
		padding: 2px !important; /* original: 4px !important; */
	}

	.firmware-dropdown {
		/*border: 1px solid #ff0000 !important;*/
		width: 70% !important;
		margin-top:-25px !important;
	}

	.firmware-dropdown-label {
		/*border: 1px solid #ff0000 !important;*/
		margin-top: 5px !important;
		margin-left: 11px !important;
	}

	.firmware-release-date-label {
		color: #844c1c !important;
		font-size: small !important;
	}

	.flash-icon-indicator {
		/*border: 1px solid #ff0000 !important;*/
		text-align: center !important;
		/*margin-left: 4px !important;*/
		padding-bottom: 20px !important;
	}

	.solution-btn-group, .solution-btn-group-2 {		
		width: 100% !important;
		margin-left: -25px !important;		
		margin-bottom:8px;
	}
	.results-btn-group {
		/*border: 1px solid #ff0000 !important;*/
		margin-left: 0px !important;
	}

	.results-btn-item-history, .results-btn-item {
		/*border: 1px solid #ff0000;*/
		margin-left: 0px !important;
		margin-bottom: 8px;
	}
	.opt-install-access-group {
		/*border: 1px solid #00ff00;*/
		margin-left: 5px !important;
		padding-top: 22px !important;
	}

	.sbtn {
		font-size: x-small !important;
		color: #fff !important;
	}

	.table-responsive {
		border-color: #f5f5f5 !important;
	}
	html, body{
		overflow-x:visible !important;
	}
	#dw_underheader{
		/*width:100% !important;*/
		/*min-width:450px;*/
	}
	/* ### END DIRECTWIRE Vehicle Compatibility Page Results Styles ### */
}

/*#endregion END DIRECTWIRE: Select Model Styles (Select Vehicle Workflow) */

/*#region Buttons*/
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
	background-color: #FE9133 !important;
	border: 1px solid #FFF !important;
}

.button .orange {
	background-color: #FE9133;
}

/* Custom Directechs Orange-colored Button -- added 07.27.2016 rjn */
.btn-orange {
	color: #fff;
	background-color: #FE9133;
	border: 1px solid #FE9133;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.focus {
	background-color: #d0772a; /* darker orange: #d0772a; */ /* original: #fd841b; */
	border: 1px solid #d0772a;
	color: #fff;
	cursor: pointer !important;
}

.btn-green {
	color: #fff;
	background-color: #3fda6d;
	border: 1px solid #3fda6d;
}

	.btn-green:hover,
	.btn-green:focus,
	.btn-green:active,
	.btn-green.focus {
		background-color: #11C064; /* darker green */
		border: 1px solid #11C064;
		color: #fff;
		cursor: pointer !important;
	}

.btn-yellow {
	color: #000;
	background-color: #ffd300;
	border: 1px solid #ffd300;
}

	.btn-yellow:hover,
	.btn-yellow:focus,
	.btn-yellow:active,
	.btn-yellow.focus {
		background-color: #c4a200; /* darker yellow */
		border: 1px solid #c4a200;
		color: #000;
		cursor: pointer !important;
	}

.btn-success:hover {
	background-color: #669966 !important;
	border: 1px solid #669966 !important;
	cursor: pointer !important;
}

.btn-info:hover {
	background-color: #48a5b3 !important; /* alternate darker teal: #0c95aa */
	border: 1px solid #48a5b3 !important;
	cursor: pointer !important;
}

.btn-purple:hover {
	background-color: #564f84 !important; /* alternate darker teal: #0c95aa */
	border: 1px solid #564f84 !important;
}

.btn-warning:hover {
	background-color: #cc9900 !important; /* alternate darker teal: #0c95aa */
	border: 1px solid #cc9900 !important;
}

.btn-label-directechs {
	padding-right: 8px;
}

/* Custom Directechs White-colored Button -- added 08.08.2016 rjn */
.btn-white-custom {
	color: #FE9133;
	background-color: #fff;
	border: 1px solid #fff;
}

.btn-white-custom:hover,
.btn-white-custom:focus,
.btn-white-custom:active,
.btn-white-custom.focus {
	background-color: #844c1c;
	border: 1px solid #844c1c;
	color: #FE9133; /* original: #fff; */
}

/* Custom Directechs Blue-colored Button -- added 08.19.2016 rjn */
.btn-blue {
	color: #fff;
	background-color: #0099cc; /* alternate lighter blue: #00ccff; */
	border: 1px solid #0099cc; /* alternate lighter blue: #00ccff; */
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.focus {
	background-color: #006699; /* alterate dark blue: #0099cc; */
	border: 1px solid #006699;
	color: #fff;
}

.btn-grey {
	color: #fff;
	background-color: #555; /* alternate lighter blue: #00ccff; */
	border: 1px solid #555; /* alternate lighter blue: #00ccff; */
}

.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.focus {
	background-color: #888; /* alterate dark blue: #0099cc; */
	border: 1px solid #888;
	color: #fff;
}
.btn-faded-red {
	color: #fff;
	background-color: #d96566 !important;
	border: 1px solid #d96566 !important;
}

.btn-faded-red:hover,
.btn-faded-red:focus,
.btn-faded-red:active {
	background-color: #cc3333 !important;
	border: 1px solid #cc3333 !important;
	color: #fff !important;
}

.btn-results-gray {
	color: #fff;
	background-color: #999999 !important;
	border: 1px solid #999999 !important;
}

.btn-results-gray:hover,
.btn-results-gray:focus,
.btn-results-gray:active {
	background-color: #808080 !important;
	border: 1px solid #808080 !important;
	color: #fff !important;
	cursor: pointer !important;
}


.btn-results-litegray {
	color: #fff;
	background-color: #AAAAAA !important;
	border: 1px solid #AAAAAA !important;
}

	.btn-results-litegray:hover,
	.btn-results-litegray:focus,
	.btn-results-litegray:active {
		background-color: #808080 !important;
		border: 1px solid #808080 !important;
		color: #fff !important;
		cursor: pointer !important;
	}

/* Custom Facebook Button style -- to add hover color to button */
.btn-facebook:hover {
	background-color: #003366 !important;
}
.btn-banner-left {
	margin-left: 5%;
	position: absolute;
	left: 0;
	bottom: 15%;
	width: 100%;
}
.btn-banner-center {
	position: absolute;
	left: 0;
	bottom: 15%;
	width: 100%;
	text-align: center;
}
.btn-banner-right {
	margin-right: 5%;
	position: absolute;
	right: 0;
	bottom: 15%;
	width: 100%;
	text-align: right;
}
.btn-banner {
	filter: grayscale(0);
}
.btn-banner:hover {
	filter: grayscale(25%);
}

#btn-flash-module-sm {
	display: none;
}
#btn-flash-menu-responsive {
	display: flex;
	justify-content: flex-end;
}
/*#endregion */

/*#region Top Bar */
.topbar-dropdown div button:hover {
	color: #fe9133 !important;
}

.topbar-dropdown .list-entry {
	/*width: 130px;*/
	/*white-space:unset;*/
	word-wrap: break-word;
}

.title a {
	color: #111111;
}
.display-account {
	display: none !important;
}

@media only screen and (min-width: 1200px) {
	#topbar {
		/*border: 1px solid #ffd800 !important;*/ /* FOR DEV USE ONLY! COMMENT OUT FOR PRODUCTION */
		padding: 0px 43px 0px 38px !important;
	}

	.headerbar-homepage {
		padding-top: 0px !important; /* original: padding-top: 7px !important; (use when topbar header section is transparent -- no black topbar) */
		background-color: rgba(0,0,0, 0.6) !important;
		/*opacity: 0.6 !important;*/
	}

	.headerbar-subpage {
		padding-top: 0px !important;
		background-color: #000000 !important;
	}

	.logo-ads {
		margin-top: 20px
	}
}

@media only screen and (min-width: 1008px) and (max-width: 1199px) {
	#topbar {
		/*border: 1px solid #ff0000 !important;*/ /* FOR DEV USE ONLY! COMMENT OUT FOR PRODUCTION */
		padding: 0px 43px 0px 38px !important;
	}

	.headerbar-homepage {
		padding-top: 0px !important;
		background-color: rgba(0,0,0, 0.6) !important; /* original: #000000 !important; */
		/*opacity: 0.9 !important;*/
	}

	.headerbar-subpage {
		padding-top: 0px !important;
		background-color: #000000 !important;
	}

	.logo-ads {
		margin-top: 20px
	}
}

@media only screen and (min-width: 992px) and (max-width: 1007px) {
	#topbar {
		/*border: 1px solid #00ff00 !important;*/ /* FOR DEV USE ONLY! COMMENT OUT FOR PRODUCTION */
		padding: 0px 43px 0px 38px !important;
		background-color: #000000 !important;
	}

	.headerbar-homepage {
		padding-top: 0px !important;
		background-color: #000000 !important; /* original: #000000 !important; */
		/*opacity: 0.9 !important;*/
	}

	#logo {
		/*border: 1px solid #FE9133 !important;*/ /* FOR DEV USE ONLY! COMMENT OUT FOR PRODUCTION */
		margin-top: 30px !important;
	}

	.nav-main-menu-responsive {
		/*border: 1px solid #0000ff !important;*/
		margin-top: 14px !important;
	}

	#button-lines {
		/*border: 1px solid #FE9133 !important;*/ /* FOR DEV USE ONLY! COMMENT OUT FOR PRODUCTION */
		margin-top: 14px !important;
	}

	/* Overrides css/theme-base.css lines 1142, 1161, 1170 (01.03.2016 rjn) */
	.lines-button > * {
		width: 30px !important;
	}

	.lines {
		background-color: white !important;
		height: 2px !important;
		width: 30px !important;
	}

		.lines::before,
		.lines::after {
			background-color: white !important;
			height: 2px !important;
			width: 30px !important;
		}
	/* END .lines Overrides css/theme-base.css */

	#btn-flash-module {
		border: 1px solid #ff0000 !important;
		display: none;
	}
	#btn-flash-module-sm {
		display: block;
		margin-top: 30px !important;
	}
	.spButtonText {
		display: none;
	}

	.logo-ads {
		margin-top: 40px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#topbar {
		/*border: 1px solid #0000ff !important;*/ /* FOR DEV USE ONLY! COMMENT OUT FOR PRODUCTION */
		padding: 0px 43px 0px 38px !important;
	}

	#logo {
		/*border: 1px solid #FE9133 !important;*/ /* FOR DEV USE ONLY! COMMENT OUT FOR PRODUCTION */
		margin-top: 14px !important;
	}

	.nav-main-menu-responsive {
		/*border: 1px solid #0000ff !important;*/
		margin-top: 6px !important;
	}

	#button-lines {
		/*border: 1px solid #FE9133 !important;*/ /* FOR DEV USE ONLY! COMMENT OUT FOR PRODUCTION */
		margin-top: 6px !important;
	}

	/* Overrides css/theme-base.css lines 1142, 1161, 1170 (01.03.2016 rjn) */
	.lines-button > * {
		width: 30px !important;
	}

	.lines {
		background-color: white !important;
		height: 2px !important;
		width: 30px !important;
	}

		.lines::before,
		.lines::after {
			background-color: white !important;
			height: 2px !important;
			width: 30px !important;
		}
	/* END .lines Overrides css/theme-base.css */

	#btn-flash-module {
		border: 1px solid #00ff00 !important;
		display: none;
	}
	#btn-flash-module-sm {
		display: block;
		margin-top: 14px !important;
	}
	.spButtonText {
		display: none;
	}

	.logo-ads {
		margin-top: 30px
	}
	.display-account {
		display: block !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.container-fluid {
		padding: 0 50px 0 25px !important;
	}

	#logo {
		margin-left: 0 !important;
		margin-top: 12px !important;
	}

	.headerwrap-subpage {
		margin-bottom: -1px !important;
	}

	.nav-main-menu-responsive {
		margin-top: 9px !important;
	}

	#button-lines {
		margin-top: 16px !important;
		margin-right: -15px !important;
	}

	.lines {
		background-color: white !important;
		height: 2px !important;
	}

		.lines::before,
		.lines::after {
			background-color: white !important;
			height: 2px !important;
		}
	/* END .lines Overrides css/theme-base.css */

	#btn-flash-module {
		display: none;
	}

	.logo-ads {
		margin-top: 30px
	}
	.display-account {
		display: block !important;
	}
}

@media only screen and (min-width: 559px) and (max-width: 767px) {
	#btn-flash-module-sm {
		display: block;
		margin-left: 15px !important;
		margin-top: 17px !important;
		width: 80% !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 558px) {
	#btn-flash-module-sm {
		display: none;
	}
	#btn-flash-module {
		display: block;
	}
}

@media only screen and (min-width: 410px) and (max-width: 480px) {
	.container-fluid {
		padding: 0 50px 0 25px !important;
	}

	#logo {
		margin-left: 15px !important;
		margin-top: 17px !important;
		width: 80% !important;
	}

	.nav-main-menu-responsive {
		margin-top: 10px !important;
	}

	#button-lines {
		margin-top: 16px !important;
		margin-right: -25px !important;
	}

	/* Overrides css/theme-base.css lines 1142, 1161, 1170 (01.03.2016 rjn) */
	.lines {
		background-color: white !important;
		height: 2px !important;
	}

		.lines::before,
		.lines::after {
			background-color: white !important;
			height: 2px !important;
		}
	/* END .lines Overrides css/theme-base.css */

	#btn-flash-module-sm {
		display: none;
	}

	#btn-flash-module {
		display: block;
	}

	.logo-ads {
		display:none
	}

	.display-account {
		display: block !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 409px) {
	#logo {
		margin-left: 25px !important;
		margin-top: 4px !important;
		width: 80% !important;
	}

	.logo-sm {
		height: auto !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}


	.nav-main-menu-responsive {
		margin-top: 10px !important;
	}

	#button-lines {
		margin-top: 0px !important; /* original: -5px !important; */
		margin-bottom: -5px !important;
		margin-right: -29px !important;
	}

	/* Overrides css/theme-base.css lines 1142, 1161, 1170 (01.03.2016 rjn) */
	.lines {
		background-color: white !important;
		height: 2px !important;
	}

		.lines::before,
		.lines::after {
			background-color: white !important;
			height: 2px !important;
		}
	/* END .lines Overrides css/theme-base.css */

	#btn-flash-module {
		display: block;
	}
	#btn-flash-module-sm {
		display: none;
	}

	.logo-ads {
		display:none
	}

	.display-account {
		display: block !important;
	}
}

@media only screen and (max-width: 319px) {
	/*#topbar {*/
	.container-fluid {
		padding: 0 50px 0 15px !important;
	}

	#logo {
		margin-left: 0 !important;
	}

	.logo-sm {
		width: 135px !important;
		height: auto !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.nav-main-menu-responsive {
		margin-top: 10px !important;
	}

	#button-lines {
		margin-top: -8px !important;
		margin-right: -29px !important;
	}
	#btn-flash-module-sm {
		display: none;
		margin-left: 0 !important;
	}

	/* Overrides css/theme-base.css lines 1142, 1161, 1170 (01.03.2016 rjn) */
	.lines {
		background-color: white !important;
		height: 2px !important;
	}

		.lines::before,
		.lines::after {
			background-color: white !important;
			height: 2px !important;
		}
	/* END .lines Overrides css/theme-base.css */

	#btn-flash-module {
		display: block;
	}

	.logo-ads {
		display:none
	}

	.display-account {
		display: block !important;
	}
}

#topbar .topbar-dropdown .title a:hover {
	color: #FE9133; /* added this hover style - 07.18.2016 rjn */
}

#logo img {
	padding: 20px 5px 5px 5px;
	max-width: 100%;
	max-height: 85px;
}

/*#endregion*/

/*#region Header */

#header.header-sticky:not(.header-static),
#header.header-sticky:not(.header-static) #header-wrap,
#header.header-sticky:not(.header-static) #logo img,
#header.header-sticky:not(.header-static) nav#mainMenu ul.main-menu,
#header.header-sticky:not(.header-static) #mainMenu > ul > li > a,
#header.header-sticky:not(.header-static) .nav-main-menu-responsive,
#header.header-sticky:not(.header-static) #shopping-cart a,
#header.header-sticky:not(.header-static) #top-search a,
#header.header-sticky:not(.header-static) .side-panel-button {
	height: 90px;
}

.dropdown-sticky {
	margin-top: 14px;
}

/*#endregion header***********************/

/*#region Social Icons Topbar Styles -- overrides theme.elements.css beginning line 1860 */
.social-icons ul {
	padding: 0;
	margin-left: 10px;
}

.social-icons li a {
	float: left;
	height: 46px !important;
	width: 46px;
	line-height: 46px !important;
	font-size: 16px;
	text-align: center;
	margin: 4px;
	border-radius: 0px !important;
	border: 0;
	background: transparent;
	color: #333;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border: 0px solid #0000ff;
}

#topbar .social-icons li a { /* Overrides /css/theme-base.css beginning line 2120 */
	border-radius: 0px;
	border-right: 1px solid rgba(180, 180, 180, 0.3);
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 35px;
	overflow: hidden;
	margin-bottom: 20px;
}

/*Colored*/
.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover {
	background-color: #5d82d1; /* original Facebook blue: #5d82d1; */
	border: 0px solid #00ff00;
}
/*#endregion*/

/*#region Side bar - Home/Index */

.sidebar-modern:before {
	background-color: transparent; 
	border-left-width: 0px;
}

.widget-title {
	color: #000000; 
}

.sidebar .widget-title::after {
	border-top: 4px solid #111; 
	content: "";
	display: block;
	margin-top: 14px;
	width: 60px; 
}

.sidebar-modern .col-md-3 .sidebar {
	background-color: #cccccc; 
}

a.sidebar-title {
	color: #844c1c !important;
	font-size: x-large;
}

a:hover.sidebar-title {
	color: #a87d51 !important;
}

.news-title {
	color: rgba(51,51,51) !important;
	font-size: x-large;
	text-transform: uppercase;
}

:hover.news-title {
	color: #777 !important;
}

h2 a {
	color: #222222;
}

h3 a {
	color: #333333; 
}

a:hover {
	color: #844c1c; 
}

h4 a {
	color: #ff7803; 
}

h5 a {
	color: #555555; 
	font-weight: normal;
	font-size: 16px;
}

.news-group-item {
	background-color: rgba(51,51,51,.9);
	border: none;
	border-radius: 3px;
	padding: 15px 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.widget {
		width: auto !important;
	}	
	.news-group-item {
		margin-right: 386px !important;
		width: 100% !important;
	}
	.sidebar-title {
		margin-left: -15px;
		font-size: 20px !important;
	}
	#sidebar-content {
		margin-top: -30px !important;
	}
	#footerlogo {
		width:40% !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.sidebar-title {
		margin-left: -15px;
		font-size: 20px !important;
	}
	#sidebar-content {
		margin-top: -30px !important;
		padding-bottom:0px;
	}
	#footerlogo {
		width:60% !important;
	}
	.open-popup-link{
		height: 80px;
		width: 90%;
		white-space: normal !important;
	}
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
	.sidebar-title {
		margin-left: -15px;
	}
	#footerlogo {
		width:60% !important;
	}
	.open-popup-link{
		height: 80px;
		width: 90%;
		min-width: 310px;
		white-space: normal !important;
	}
/*	.container{
	min-width:480px;
	}*/
}

.sidebar-text {
	font-size: 14px !important;
}

.sidebar-text a {
	color: #844c1c;
}

.sidebar-text a:hover {
	color: #502e11;
}

/*#endregion END Sidebar ********************************************/

/*#region Additional Support -- added 08.16.2016 rjn */
.support-feed {
	display: flex;
	flex-wrap: wrap;
}

.post-content-details {
	border: 0px solid #0000ff;
	width: 100% !important;
}

.post-image {
	padding: 10px;
	margin-right: -40px;
	border: 0px solid #ff0000;
}

.post-image img { /* overrides css/theme-base.css line 3891 */
	height: auto;
	width: 80% !important; 
}

.post-item { /* style added to override /css/theme-base.css line 3709 and remove bottom horizontal divider -- 08.30.2016 rjn */
	border-bottom: none;
	margin-bottom: 0px;
}

.post-item p, /* overrides css/theme-base.css line 3716 */
.post-item ul, /* overrides css/theme-base.css line 17 ("body" css) */
.post-item ol { /* overrides css/theme-base.css line 17 ("body" css) */
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}

a.read-more {
	color: #fe9133 !important;
}

.read-more a:visited {
	color: #fe9133 !important;
}

a:hover.read-more {
	color: #844c1c !important;
}

/*#endregion END Additional Support Section styles -- added 08.16.2016 rjn ***************************/

/*#region Additional Resources -- added 05.24.2017 rjn */

/* Below style overrides original from theme-base.css: beginning line #3835 -- 05.24.2017 rjn */

.post-thumbnail .post-image, .post-thumbnail .post-video, .post-thumbnail .post-audio, .post-thumbnail .post-embed, .post-thumbnail .post-slider {
	width: 30% !important; /* original: 40%; */
}

/*#endregion*/

/*#region Additional Resources -- added 05.24.2017 rjn */

/* Custom Well BG color */
.well-bg-white {
	background-color: #fff !important;
}

/* Subpage styles */
#subpageheadertitle {
	font-size: 36px;
	color: #006699;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.post-item-bg {
	background-color: #f0f0f0 !important;
}
/* Transmitter Lookup tool styles */

a.product-link {
	color: #069;
}
a:hover.product-link {
	color: #a87d51;
}
/*#endregion*/

/*#region Subpage Sidebar */
#side-panel { /* overrides theme-base.css line 807 */
	position: absolute;
	top: 0;
	right: -320px;
	z-index: 1;
	width: 320px;
	height: 100%;
	background-color: #F5F5F5;
	-webkit-backface-visibility: hidden;
}

body.side-panel-active #side-panel {
	left: 0;
}

body.side-panel-left.side-panel-active #side-panel {
	left: auto;
	right: 0;
}

.side-panel-button button { /* Overrides css/theme-base.css lines 862-866 */
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
/*#endregion END Subpage Sidebar styles */

/*#region News Section */

.table-hover > tbody > tr:hover {
	background-color: #eee; /* NOTE this overrides original style in bootstrap.css line 2325 -- 05.16.2017 rjn */
}

/*#endregion END News Section styles */

/*#region Footer*/
#footer {
	border-top-width: 2px;
	border-color: #F89224;
}

a:hover.footer-link {
	color: #777777;
}

.container-footer {
	display: flex;
	justify-content: center;
	align-items: center;
}

.row-footer {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.item-footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px 0 20px 0;
}

@media only screen and (min-width: 0) and (max-width: 991px) {
	.container-footer {
		display: none;
	}
}

/* #endregion */

/*#region Image Box*/
#image-box {
	border: none;
}

	#image-box:hover {
		border: none;
	}
/*#endregion*/

/*#region Subpage Media Queries */
@media only screen and (min-width: 1200px) {
	#subpage-main-content {
		padding: 0 50px !important;
	}
}

@media only screen and (min-width: 1008px) and (max-width: 1199px) {
	#subpage-main-content {
		padding: 0 51px !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1007px) {
	#subpage-main-content {
		padding: 0 46px !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	#subpage-main-content {
		padding: 0px 30px 0px 31px !important;
		width: 100% !important;
	}

	#subpageheadertitle {
		font-size: 28px !important;
	}
}

@media only screen and (max-width: 319px) {
	#subpage-main-content {
		padding: 0px 30px 0px 31px !important;
		width: 100% !important;
	}

	#subpageheadertitle {
		font-size: 24px !important;
	}
}

/*#endregion END Subpage Media Queries ********************************************/

/*#region Login partial view */

.fakeLink {
	border: 0px;
	background-color: transparent;
	color: #FFF;
	padding: 7px 5px 5px 5px;
}

	.fakelink:hover {
		color: #FE9133;
	}

#loginLayout .navbar-nav > li > a {
	color: rgb(116,116,116);
}

#loginLandPage .navbar-nav > li > a {
	color: white;
	padding-top: 10px;
	padding-bottom: 0px;
}

	#loginLandPage .navbar-nav > li > a:hover /* added this hover style - 07.18.2016 rjn */ {
		color: #FE9133;
	}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	background-color: transparent;
}

/*#endregion END login partial view ********************************************/

/*#region Main Navigation */

#header.header-sticky:not(.header-static) #mainMenu > ul > li > a {
	line-height: 70px; 
}

#mainMenu > ul > li > a:hover {
	color: #FE9133; 
}

@media only screen and (min-width: 1008px) and (max-width: 1199px) {
	#mainMenu > ul > li > a:hover {
		color: #FE9133; 
	}
}

@media only screen and (min-width: 992px) and (max-width: 1007px) {
	#mainMenu > ul > li > a:hover {
		color: #FE9133; 
	}
}

/*#endregion END Main Navigation Styles ********************************************/

/*#region Go to Top */

.gototop-button {
	bottom: 70px; 
	margin-right: 30px !important;
	border-radius: 4px 4px !important;
	border: none !important;
}
/* See theme.\wwwroot\css\theme-base.css, line 2765 for more styles */

/*#endregion END GO TO TOP BUTTON ********************************************/

/*#region Flash Module Styles */

h4.module-detect {
	margin-top: -9px !important; 
	margin-bottom: -9px !important; 
}

.select-year-bg {
	background-image: url('../images/FlashModule/bgCalendar3.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
}

	.select-year-bg:hover {
		background-image: url('../images/FlashModule/bgCalendarOn3.png');
		background-repeat: no-repeat;
		background-position: center top;
		background-size: auto;
	}

.select-vehicle-link {
	margin-left: -9px !important;
}

.select-vehicle-link:hover {
	border-radius: 5px !important;
}

.select-year-link {
	margin-left: 0px !important;
}

.select-year-link:hover {
	border-radius: 5px !important;
}

@media only screen and (min-width: 1008px) and (max-width: 1199px) {
	.select-vehicle-link {
		margin-left: -5px !important;
	}

	.select-year-link {
		margin-left: 0px !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1007px) {
	.select-vehicle-link {
		margin-left: 75px !important;
		width: 60% !important;
	}

	.select-year-link {
		margin-left: 0px !important;
		width: 20% !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.select-vehicle-link {
		margin-left: 14px !important;
	}

	.select-year-link {
		margin-left: 0px !important;
		margin-top: 20px !important;
		width: 100% !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.select-vehicle-link {
		margin-left: 13px !important;
	}

	.select-year-link {
		margin-left: 0px !important;
		margin-top: 20px !important;
		width: 100% !important;
	}
}

@media only screen and (max-width: 319px) {
	.select-vehicle-link {
		margin-left: -7px !important;
		width: 120% !important;
	}

	.select-year-link {
		margin-left: 0px !important;
		margin-top: 20px !important;
		width: 100% !important;
	}
}

.select-vehicle-brand-link:hover {
	border-radius: 5px !important;
}

.select-vehicle-brand-thumbnail {
	border: 1px solid #e0e0e0 !important;
}

.select-vehicle-brand-thumbnail:hover {
	border: 1px solid #fe9133 !important;
}

/*#endregion*/

/*#region Side Bar Styles (Flash Workflow Module) */
.select-option-icon-transmissiontype {
	background-image: url(../images/FlashModule/menuTransmission-20x20-dark.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-position-x: 6px;
}

.select-option-icon-transmissiontype:hover {
	background-image: url(../images/FlashModule/menuTransmission-20x20.png);
}

.select-option-icon-systemtype {
	background-image: url(../images/FlashModule/menuSystemType-20x20-dark.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-position-x: 6px;
}

.select-option-icon-systemtype:hover {
	background-image: url(../images/FlashModule/menuSystemType-20x20.png);
}

.select-option-icon-menuvehicleyear {
	background-image: url(../images/FlashModule/menuVehicleYear2-20x20-dark.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-position-x: 6px;
}

.select-option-icon-menuvehicleyear:hover {
	background-image: url(../images/FlashModule/menuVehicleYear2-20x20.png);
}

.select-option-icon-menuvehiclemake {
	background-image: url(../images/FlashModule/menuVehicleMake2-20x20-dark.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-position-x: 6px;
}

.select-option-icon-menuvehiclemake:hover {
	background-image: url(../images/FlashModule/menuVehicleMake2-20x20.png);
}

.select-option-icon-menufeatures {
	background-image: url(../images/FlashModule/menuFeatures-20x20-dark.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-position-x: 6px;
}

.select-option-icon-menufeatures:hover {
	background-image: url(../images/FlashModule/menuFeatures-20x20.png);
}
/*#endregion END Side Bar Styles (Flash Workflow Module) */

/*#region Connect Module Page Styles (Flash Workflow Module) */

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.hr-title {
		margin-top: 50px !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.hr-title {
		margin-top: 50px !important;
	}
}

@media only screen and (max-width: 319px) {
	.hr-title {
		margin-top: 50px !important;
	}
}

/*#endregion END Connect Module Page Styles (Flash Workflow Module) */

/*#region Select year/make/model */

.select-vehicle-text {
	color: #fe9133;
}

.select-vehicle-text a,
.select-vehicle-text a:active,
.select-vehicle-text a:visited {
	color: #fe9133;
}

.select-vehicle-text a:hover {
	color: #844c1c !important;
}

.select-model-container {
	margin-top: -50px;
	width: 83.5%;
}

.select-model-item {
	margin: 0px;
	padding: 20px;
}

/*#endregion*/

/*#region Flash Module*/
.flash-module-text {
	color: #fe9133 !important;
}

.flash-module-text:hover {
	color: #844c1c !important;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent !important;
}
/*#endregion*/

/*#region Custom Social Media Icon styles */

/* Styles for Subpage right sidebar icons */
@media only screen and (min-width: 1200px) {
	/* Overrides style orginally from custom.css (line 2617) */
	.social-icons li a {
		height: 46px !important;
		width: 46px !important;
	}

	/* Overrides style originally from theme-elements.css (line 2066) */
	.social-icons.social-icons-medium li a {
		height: 46px !important;
		width: 46px !important;
	}
}

/*#endregion END custom Social Media Icon styles */

/*#region Landing Page _LoginPartialLandPage.cshtml*/

.nav-LandPage {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-LandPage > li {
	position: relative;
	display: block;
}

.nav-LandPage > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav-LandPage > li > a:hover,
.nav-LandPage > li > a:focus {
	text-decoration: none;
	background-color: transparent;
}

.nav-LandPage > li.disabled > a {
color: #777;
}

.nav-LandPage > li.disabled > a:hover,
.nav-LandPage > li.disabled > a:focus {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}

.nav-LandPage .open > a,
.nav-LandPage .open > a:hover,
.nav-LandPage .open > a:focus {
	background-color: #eee;
	border-color: #337ab7;
}

.nav-LandPage .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav-LandPage > li > a > img {
	max-width: none;
}
/*#endregion*/

/*#region Top Header Bar/Main Navigation*/
@media only screen and (min-width: 1300px) {

	#topbar.topbar-transparent.topbar-dark {
		background-color: rgba(0,0,0, 0.6) !important;
	}

	.register-link {
		margin-top: 2px;
		margin-left: -8px !important;
		padding-bottom: 6px;
	}
}

@media only screen and (min-width: 1008px) and (max-width: 1299px) {

	#topbar.topbar-transparent.topbar-dark {
		background-color: rgba(0,0,0, 0.6) !important;
	}

	.register-link {
		margin-top: 2px;
		margin-left: -8px !important;
		padding-bottom: 6px;
	}

	.spButtonText {
		display:none;
	}
}

@media only screen and (min-width: 992px ) and (max-width: 1007px) {

	.wrapper {
		width: 100%;
		margin: 0;
	}

	body.wide #header.header-fullwidth #header-wrap .container {
		padding: 0 15px;
		width: 750px;
	}

	#topbar.topbar-dark {
		background-color: #101010 !important;
	}

	#topbar .topbar-dropdown {
		font-size: 12px;
	}

		#topbar .topbar-dropdown .title {
			padding: 0 10px;
		}

	.dropdown-item-class {
		padding: 0;
		border-bottom: 1px solid #222 !important;
		height: 50px;
		line-height: 32px;
		outline: none;
	}

		#logo img {
			padding: 10px 10px 10px 0;
		}

	.register-link {
		margin-top: 2px;
		margin-left: -28px !important;
		padding-bottom: 6px;
	}

	#header,
	#header-wrap,
	#header.header-sticky nav#mainMenu ul.main-menu,
	#mainMenu > ul {
		height: auto !important;
	}

	#header.header-sticky #header-wrap {
		position: relative;
	}

	#header.header-transparent + #slider,
	#header.header-transparent + #google-map,
	#header.header-transparent + .page-title-extended,
	#header.header-transparent + .page-title-video,
	#header.header-transparent + .page-title-parallax,
	#header.header-transparent + .fullscreen,
	#header.header-modern + .page-title-parallax {
		top: 0px;
		margin-bottom: 0px;
	}

	#header.header-transparent,
	#header.header-light-transparent {
		background: #FFF;
		border-bottom: 1px solid #F5F5F5;
		z-index: auto;
	}

		#header.header-transparent.header-dark:not(.header-navigation-light),
		#header.header-dark-transparent.header-dark:not(.header-navigation-light) {
			background-color: #101010;
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		}

	#header.header-dark.header-navigation-light .main-menu > ul > li > a,
	#header.header-dark.header-navigation-light #top-search a,
	#header.header-dark.header-navigation-light #shopping-cart a,
	#header.header-dark.header-navigation-light #shopping-cart .shopping-cart-items,
	#header.header-dark.header-navigation-light .nav-main-menu-responsive > button,
	#header.header-dark.header-navigation-light #top-search form input {
		color: #111;
	}

	#header.header-dark.header-navigation-light .lines,
	#header.header-dark.header-navigation-light .lines:before,
	#header.header-dark.header-navigation-light .lines:after {
		background-color: #111;
	}

	#header.header-modern {
		margin: 0;
		width: 100%;
		border-radius: 0px;
	}

	#header.header-modern + .page-title-parallax {
		padding: 40px 0;
	}

	#header.header-logo-center:not(.header-sticky) #logo {
		width: auto;
	}

	#header.header-logo-center:not(.header-sticky) nav.main-menu li.dropdown:first-child > a {
		padding-left: 6px;
		margin-left: 0px;
	}

	#header.header-mini,
	#header.header-mini #header-wrap,
	#header.header-mini #logo img,
	#header.header-mini nav#mainMenu ul.main-menu,
	#header.header-mini #shopping-cart a,
	#header.header-mini #top-search a,
	#header.header-mini .nav-main-menu-responsive,
	#header.header-mini .side-panel-button {
		height: 90px;
	}

	#header > .container {
		width: 100%;
		padding: 0px;
	}

	/*	Main menu*/
	.navigation-wrap {
		display: none;
		clear: both;
	}

	.navigation-wrap.navigation-active {
		display: block;
	}

	.navigation-wrap,
	.navigation-wrap > .container,
	#header.header-fullwidth #header-wrap .container .navigation-wrap .container {
		padding: 0px;
		width: 100%;
	}

	.navbar-collapse {
		border: 0px !important;
	}

	.navigation-wrap.navbar-header,
	.navigation-wrap.navbar-collapse {
		margin-left: 0px;
		margin-right: 0px;
		box-shadow: none;
	}

	.nav-main-menu-responsive {
		display: block;
	}

	.main-menu-collapse {
		position: relative;
		width: 100% !important;
		overflow: hidden;
		overflow-y: hidden;
		overflow-x: hidden;
	}

	.dropdown-menu {
		width: 100% !important;
	}

	.main-menu-collapse.collapse {
		display: none !important;
		overflow: auto !important;
	}

	.main-menu-collapse.in {
		display: block !important;
		overflow-x: hidden !important;
		overflow-y: auto;
	}

	.main-menu {
		clear: both;
		display: block;
		width: 100%;
	}

	.main-menu ul {
		padding: 0;
		margin: 0;
	}

	.main-menu ul li {
		padding: 0;
		margin: 0;
		clear: both;
		float: none;
		display: block;
	}

	#mainMenu {
		margin-bottom: 10px;
	}

	#mainMenu > ul > li > a,
	#mainMenu > ul > li > span {
		font-size: 13px;
	}

	#mainMenu ul > li > a,
	#mainMenu ul > li > span {
		height: 50px;
		line-height: 32px;
		outline: none;
	}

	.main-menu ul ul {
		margin-left: 10px !important;
	}

	.main-menu ul.main-menu {
		float: none;
		position: static;
	}

	.main-menu ul.dropdown-menu {
		position: static;
		clear: both;
		float: none;
		display: none !important;
	}

	.main-menu li.resp-active > ul.dropdown-menu {
		border: 0 none;
		display: block !important;
		padding-right: 10px;
	}

	nav ul.main-menu li a,
	nav ul.main-menu .dropdown-submenu > span.dropdown-menu-title-only {
		clear: both;
		float: none;
		display: block;
		border: 0;
		border-top: 0;
		margin: 0;
	}

		nav ul.main-menu li a i.fa-angle-down {
			position: absolute;
			right: 5px;
			top: 18px;
		}

	nav ul.main-menu ul.dropdown-menu {
		box-shadow: none;
	}

	#header.header-dark #mainMenu ul li.mega-menu-item .mega-menu-title,
	#header.header-dark:not(.header-navigation-light) #mainMenu ul li.dropdown:not(.mega-menu-item) li {
		border-bottom: 0;
	}

	#mainMenu ul > li > a,
	#mainMenu ul > li > span,
	#mainMenu .mega-menu-title,
	#mainMenu .mega-menu-content a {
		border-bottom: 1px solid #eee !important;
	}

		#header.header-dark:not(.header-navigation-light) #mainMenu ul > li > a,
		#header.header-dark:not(.header-navigation-light) #mainMenu ul > li > span,
		#header.header-dark:not(.header-navigation-light) .mega-menu-title,
		#header.header-dark:not(.header-navigation-light) .mega-menu-content a {
			border-bottom: 1px solid #222 !important;
			color: #ccc;
		}

	#header.header-dark:not(.header-navigation-light) .dropdown-menu a,
	#header.header-dark:not(.header-navigation-light) .dropdown-menu span:not(.label) {
		color: #888 !important;
	}

	#mainMenu ul li.dropdown:not(.mega-menu-item) li {
		border-bottom: 0;
	}

	#header.header-dark:not(.header-navigation-light) #mainMenu.style-1 ul.dropdown-menu,
	#header.header-dark:not(.header-navigation-light) #mainMenu.style-1 ul.dropdown-submenu {
		border: 3px solid #222;
	}

	#mainMenu.style-1 ul.dropdown-menu,
	#mainMenu.style-1 ul.dropdown-submenu,
	#header.header-dark #mainMenu.style-1 ul.dropdown-menu,
	#header.header-dark #mainMenu.style-1 ul.dropdown-submenu {
		border: 0px !important;
		box-shadow: none !important;
	}
	/*Slide menu version*/
	#mainMenu.slide-menu > ul > li {
		visibility: visible;
		filter: alpha(opacity=1);
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
	}

	#header.header-dark #mainMenu ul li.dropdown:not(.mega-menu-item) li {
		border-bottom: 0;
	}

	nav ul.main-menu ul.dropdown-menu li > a #header nav ul.main-menu .dropdown-submenu > span.dropdown-menu-title-only {
		padding: 9px 8px;
		border: 0;
		border-top: 0;
		margin: 0;
		border-bottom: none;
	}

	nav ul.main-menu ul.sub-menu {
		padding: 0;
		margin: 0 0 10px 0;
	}

	nav .main-menu .dropdown-submenu:before {
		content: "\f107";
		font-family: fontawesome;
		font-size: 12px;
		opacity: 0.6;
		position: absolute;
		right: 12px;
		top: 12px;
	}

	nav ul.main-menu ul.dropdown-menu {
		background: none !important;
		background-color: transparent !important;
	}

	nav ul.main-menu li.dropdown.open .dropdown-toggle,
	nav ul.main-menu li a,
	nav ul.main-menu li > a:hover,
	nav ul.main-menu li.active a,
	nav ul.main-menu li.dropdown:hover a,
	nav ul.main-menu li.dropdown:hover .dropdown-submenu > span.dropdown-menu-title-only {
		background: none !important;
		background-color: transparent !important;
	}

	nav ul.main-menu ul.dropdown-menu li:hover > a,
	nav ul.main-menu li.dropdown:hover ul.dropdown-menu li > a:hover {
		background: none !important;
		background-color: transparent !important;
	}

	nav.mega-menu li.mega-menu-item .mega-menu-sub-title {
		margin-top: 30px;
	}

	nav.mega-menu .mega-menu-content {
		padding: 0px;
	}

	nav .main-menu .dropdown-menu .mega-menu-content [class*="col-md-"] {
		padding: 0;
	}

	nav .main-menu .dropdown-menu .mega-menu-content [class*="col-md-"]:nth-child(2n) {
		padding-left: 2px;
	}

	nav .main-menu .dropdown-menu .mega-menu-content {
		background-image: none !important;
	}

	nav ul.main-menu .dropdown > .dropdown-menu,
	nav ul.main-menu .dropdown-submenu > .dropdown-menu {
		visibility: visible;
		opacity: 1;
	}

	nav ul.main-menu .dropdown:hover > .dropdown-menu,
	nav ul.main-menu .dropdown-submenu:hover > .dropdown-menu {
		opacity: 1;
		visibility: visible;
	}
	/*dropdown*/
	#mainMenu > ul > li > a,
	#mainMenu > ul > li > span,
	#mainMenu > ul > li a,
	#mainMenu > ul > li span:not(.label) {
		padding: 10px 0;
	}
}

h2.noresize {
	font-size: 30px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#subpageheadertitle {
		font-size: 30px !important;
	}	
	#subpage-main-content {
		padding: 0 24px !important;
	}
	.content {
		padding: 10px 20px;
	}
	.sidebar-o{
		margin-top:-20px !important;
	}
	.breadcrumb {
		margin-left:-15px;
	}
	h2 {
		font-size:24px;
	}	
	h3 {
		font-size:21px !important;
	}
	#resources-sidebar {
		margin-top: 30px !important;
		padding-top: 20px !important;
		border-top: 1px solid #eee;
	}

	#support-sidebar {
		margin-top: 30px !important;
		padding-top: 20px !important;
		border-top: 1px solid #eee;
	}

	#news-sidebar {
		margin-top: 30px !important;
		padding-top: 20px !important;
		border-top: 1px solid #eee;
	}

	/* This style overrides original border.bottom attribute only (see theme-base.css -- beginning line 2469  */
	.sidebar .widget {
		border-bottom: none; 
	}

	.contact-us-icons {
		display: none;
	}

	.sidebar-categories-display {
		display: none;
	}

	.sidebar-contact-us div {
		display: flex;
		justify-content: space-around
	}

	.sidebar-contact-us div ul {
		margin-right: 100px;
	}

	.select-vehicle-link {
		margin-left: 14px !important;
	}

	.select-year-link {
		margin-left: 0px !important;
		width: 20% !important;
	}

	#refresh-module {
		width: 30% !important;
		float: left !important;
		margin-left: 232px !important;
		margin-top: -55px !important;
	}
	.register-link {
		margin-top: 2px;
		margin-left: -28px !important;
		padding-bottom: 6px;
	}
	#newsreturnlink {
		margin-top: -27px !important;
	}
	.techdocslink {
		/*border: 1px solid #0000ff !important;*/
		margin-top: -36px !important;
		margin-left: -6px !important;
	}

	.techdocsicon {
		margin-left: -10px !important;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	#subpageheadertitle {
		font-size: 24px !important;
	}
	
	#subpage-main-content {
		padding: 0 24px !important;
	}
	.content {
		padding: 10px 20px;
	}
	.sidebar-o{
		margin-top:-20px !important;
	}
	.breadcrumb {
		margin-left:-16px;
	}
	h2 {
		font-size:21px;
	}	
	h3 {
		font-size:17px !important;
	}
	#resources-sidebar {
		margin-top: 30px !important;
		padding-top: 20px !important;
		border-top: 1px solid #eee;
	}

	#support-sidebar {
		margin-top: 30px !important;
		padding-top: 20px !important;
		border-top: 1px solid #eee;
	}

	#news-sidebar {
		margin-top: 30px !important;
		padding-top: 20px !important;
		border-top: 1px solid #eee;
	}

	.post-image {
		width: 100% !important;
	}

	.sidebar-contact-us {
		display: none;
	}
	.spButtonText {
		display: none;
	}
}
@media only screen and (min-width: 0) and (max-width: 480px) {
	.breadcrumb {
		margin-left:-25px;
	}
	#subpageheadertitle {
		font-size: 24px !important;
	}
	.sidebar-o{
		margin-top:-20px !important;
	}
	h2, h2.noresize {
		font-size:22px !important;
	}			
	h3 {
		font-size:16px !important;
		line-height:22px;
	}	
	.content {
		padding: 10px 8px;
	}
	#resources-sidebar {
		margin-top: 30px !important;
		padding-top: 20px !important;
		border-top: 1px solid #eee;
	}

	#support-sidebar {
		margin-top: 30px !important;
		padding-top: 20px !important;
		border-top: 1px solid #eee;
	}

	#news-sidebar {
		margin-top: 30px !important;
		padding-top: 20px !important;
		border-top: 1px solid #eee;
	}

	.sidebar-contact-us {
		display: none;
	}
	.spButtonText {
		display: none;
	}
}
@media only screen and (min-width:0) and (max-width:480px) {
	.slider-content img { /* for VIPER SMARTSTART banner - snakepadded2.png */
		width:350px !important;
	}
	#banner-connect-maintitle { /* for Connect banner - connect7.png */
		margin-top:-90px !important;
	}
	#banner-connect-h2 {
		margin-top:-10px;
		font-size:15px !important;
	}
	html, body { /* to remove extra white space from the right side of the screen */
		overflow-x:hidden !important; 
	}
	.content {
		padding: 0px 0px 0px 0px;
	}
	.container {
		padding: 0px 0px 0px 0px;
	}
	.container-fluid {
		padding: 0 50px 0 15px !important;
	}
	#directwire-select-year {
		width:100% !important;
		padding: 0px 0px 0px 0px !important;
	}
	#directwire-select-year .main-menu {
		width:80% !important;
	}
	h2 {
		font-size: 18px !important;
		padding-left: 16px;
	}
	#dv-transmitter-lookup-tool-results table {
		font-size:x-small;
	}
}
/* #endregion*/

/*#region HOME */

.homecontent {
	padding: 70px 100px 70px 100px;
}

#homesidebar {
	background-color: transparent;
	color: #fff;
	padding: 0px 40px;
	border: 0px solid #ff0000;
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
	.homecontent {
		padding: 50px 40px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.homecontent {
		padding: 50px 40px;
		margin-top: 30px;
	}

	#homesidebar {
		padding: 0 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.homecontent {
		padding: 70px 20px 10px 20px;
		/*border:1px solid green;*/
	}

	#homesidebar {
		padding: 0 15px;
		margin-top: -30px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.homecontent {
		padding: 60px 20px 10px 20px;
	}

	#homesidebar {
		padding: 0 15px;
	}

	.column-1-home {
		margin: -6px -90px 0px -90px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
	.homecontent {
		padding: 70px 30px 10px 30px;
		/*border:1px solid green;*/
	}

	#homesidebar {
		padding: 0 15px;
		margin: 30px 0px 0 0px;
		border-bottom: 1px solid #fff;
	}

	.column-1-home {
		margin: -6px -90px 0px -90px;
	}
}

/*#endregion*/

/*#region SLIDER*/
.slider-viewer {
	display: block
}

.owl-theme .owl-nav .owl-next {
	right: -18px;
	margin-right: 35px !important;
}

.owl-theme .owl-nav .owl-prev {
	left: -18px;
	margin-left: 35px !important;
}

.slider-directechs {
	margin: 20px 110px 0px 110px;
	border: 0px solid #0000ff;
}

.slider-directechs-text-left {
	margin-left: 5%;
	position: absolute;
	top: 150px;
	left: 0;
	height: 400px;
}

.slider-directechs-text-left-small {
	width: 65% !important;
}

.slider-directechs-text-left-medium {
	width: 55% !important;
}

.slider-directechs-text-left-large {
	width: 40% !important;
}

.slider-directechs-text-right {
	margin-right: 5%;
	position: absolute;
	top: 150px;
	height: 400px;
	padding-left: 5%;
}

.slider-directechs-text-right-small {
	left: 30%;
	width: 65% !important;
}

.slider-directechs-text-right-medium {
	left: 40%;
	width: 55% !important;
}

.slider-directechs-text-right-large {
	left: 60%;
	width: 35% !important;
}

.slider-directechs-text-center {
	margin-left: 5%;
	margin-right: 5%;
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 55%;
	height: 400px;
}

.slider-directechs-image-right {
	margin-right: 5%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center right;
}

.slider-directechs-image-right-small {
	top: 150px;
	left: 70%;
	width: 25%;
	height: 400px;
}

.slider-directechs-image-right-medium {
	top: 150px;
	left: 60%;
	width: 35%;
	height: 400px;
}

.slider-directechs-image-right-large {
	top: 100px;
	left: 45%;
	width: 50%;
	height: 450px;
}

.slider-directechs-image-left {
	margin-left: 5%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
}

.slider-directechs-image-left-small {
	top: 150px;
	right: 70%;
	width: 25%;
	height: 400px;
}

.slider-directechs-image-left-medium {
	top: 150px;
	right: 60%;
	width: 35%;
	height: 400px;
}

.slider-directechs-image-left-large {
	top: 100px;
	right: 40%;
	width: 55%;
	height: 450px;
}

.slider-directechs-image-center {
	margin-right: 5%;
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 35%;
	height: 400px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

h2.slider-directechs-maintitle {
	color: #fff !important;
	font-size: 2.3vw !important;
	opacity: 0.8 !important;
	letter-spacing: 2px !important;
	font-family: Tahoma, Geneva, Verdana, sans-serif !important;
	padding-bottom: 16px !important;
}

h2.slider-directechs-maintitle-new {
	opacity: 0.8 !important;
	letter-spacing: 2px !important;
	font-family: Tahoma, Geneva, Verdana, sans-serif !important;
/*	padding-bottom: 16px !important;
*/}

h2.slider-directechs-subtitle {
	color: #ffff99 !important;
	letter-spacing: 2px !important;
	line-height: normal !important;
	font-size: 2vw !important;
	font-family: Tahoma, Geneva, Verdana, sans-serif !important;
	font-weight: 500 !important;
}

h2.slider-directechs-tagline, h2.slider-directechs-taglineOrange {
	color: #fff !important;
	font-size: 1vw !important;
	background-color: transparent;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	opacity: 0.9;
	padding: 18px;
	font-weight: 600;
	width: 70%;
	letter-spacing: 1px;
}

h2.slider-directechs-tagline-new {
	background-color: transparent;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	opacity: 0.9;
	padding: 18px;
	font-weight: 600;
	width: 90%;
	letter-spacing: 1px;
}

h2.slider-directechs-taglineOrange {
	border-top: 1px solid #b58000;
	border-bottom: 1px solid #b58000;
}

@media only screen and (min-width: 1008px) and (max-width: 1400px) {
	.slider-directechs {
		margin: 20px 110px 0px 110px;
	}

	.slider-directechs-text {
		width: 55%;
	}

	.slider-directechs-image {
		display: block;
	}
}

@media only screen and (min-width: 0px) and (max-width: 1007px) {

	.slider-viewer {
		display: none;
	}
}
/*#endregion*/

/*#region Vehicle Search Bar*/
.vsNavBar {
	padding: 30px 0px;
	position: absolute;
	margin-top: -80px;
}

.vsNavBarSM {
	padding: 0px 10px;
	margin: 0px !important;
}

.vsContainer {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.vsForm {
	padding: 0px;
	background-color: rgba(51, 51, 51, 0.9);
	border-radius: 3px;
	border: none;
	position: relative;
	z-index: 100 !important;
}

.vsFormSM {
	padding: 0px !important;
	position: relative;
	z-index: 100 !important;
	margin: 0px !important;
}

.directwire-interface-search {
	min-height: 98px;
	padding: 0px;
	border-right: 1px solid #777;
	z-index: 100 !important;
}

.dropdown-selection-title {
	padding-top: 7px;
	color: #eee !important;
	font-size: 14px !important;
	font-weight: 600;
	padding-left: 15px;
}

.find-vehicle-option {
	padding: 20px;
}

	.find-vehicle-option:hover {
		background: #777;
		color: #eee;
		cursor: pointer;
	}

.directwire-product-search {
	min-height: 98px;
	padding-left: 20px;
	border-left: 1px solid #777;
	opacity: 1;
	z-index: 100 !important;
}

.begin-search-title {
	color: #666666;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	border: 0px solid #ff0000;
	width: auto;
	padding-top: 5px;
	vertical-align: middle;
	font-weight: 600;
}

#vehiclesearchbg {
	margin-top: -5px;
	padding-top: 80px;
	background-color: #edddb7;
	padding-bottom: 73px;
}

#vehiclesearchbgsm {
	padding: 10px 0 !important;
	background-color: #EEE;
}

.vsRow {
	padding-bottom: 20px;
}

#find-vehicle-container table {
	margin: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.vsContainer {
		width: 730px;
	}
}

@media (min-width: 1200px) {
	.vsContainer {
		width: 1170px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.vsContainer {
		width: 970px;
	}

	.vsForm {
		padding: 0px 35px 0px 20px !important;
	}

	.begin-search-title {
		font-size: 13px !important;
		margin-left: -15px !important;
	}

	.dropdown-selection-title {
		font-size: 13px !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1007px) {
	.vsForm {
		background-color: #000;
		border: 1px solid #777;
		z-index: 200 !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.vsForm {
		padding: 0px 15px 0px 15px !important;
		background-color: #000;
	}

	.vsNavBar {
		position: relative;
		margin: -70px 0;
		padding: 15px;
	}

	.directwire-interface-search {
		margin-left: 180px !important;
		border-right: none !important;
	}

	.find-your-vehicle-section, .directwire-product-search {
		border: 0;
		text-align: left;
	}

	.directwire-product-search {
		padding-top: 16px;
		margin-left: -5px;
	}

	.dropdown-selection-title {
		margin-left: -20px;
	}

	#find-vehicle-year, #find-vehicle-make, #find-vehicle-model {
		width: 200px;
	}

	#vehiclesearchbg {
		margin-top: -5px;
		padding-top: 80px;
		background-color: #edddb7;
		padding-bottom: 73px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.vsForm {
		padding: 0px 15px 0px 15px !important;
		background-color: #000;
	}

	.vsNavBar {
		position: relative;
		margin: -70px 0;
		padding: 15px;
	}

	.directwire-interface-search {
		margin-left: 10px !important;
		border-right: none !important;
	}

	.find-your-vehicle-section, .directwire-product-search {
		border: 0;
		text-align: left;
	}

	.directwire-product-search {
		padding-top: 16px;
		margin-left: -5px;
	}

	.dropdown-selection-title {
		margin-left: -20px;
	}
}

@media only screen and (min-width: 720px) and (max-width: 767px) {
	#find-vehicle-year, #find-vehicle-make, #find-vehicle-model {
		width: 160px;
		padding-right: 5px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 719px) {
	#find-vehicle-year, #find-vehicle-make, #find-vehicle-model {
		width: 100%;
		padding-bottom: 5px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.vsForm {
		background-color: #000;
	}

	.vsNavBar {
		position: relative;
		margin-top: -71px;
		margin-bottom: -89px;
		min-width: 390px;
	}

	#find-vehicle-year, #find-vehicle-make, #find-vehicle-model {
		width: 100%;
		padding-bottom: 5px;
	}

	.find-your-vehicle-section, .directwire-product-search {
		border: 0;
		text-align: left;
	}
}
/*#endregion*/