
/**
 * Copyright: 2007-2012, Web Techtonics, LLC
 * This code is property of Web Techtonics, LLC. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.
 */

/* WIncentives-1 */
:root{
	--placeholderSvg: 25px;
	--placeholderLabel: 20px !important;
	--placeholderFontFamily: Arial, Helvetica, sans-serif;
}
.AV-WIncentives-1.widget {
	padding: 20px 0;
}
.AV-WIncentives-1 .WIncentives-layout.placeholder{
	text-align: center;
}
.AV-WIncentives-1 .WIncentives-layout.placeholder svg{
	width: 100%;
	margin: auto;
	display: block;
	max-width: var(--placeholderSvg);
	max-height: var(--placeholderSvg);
}
.AV-WIncentives-1 .WIncentives-layout.placeholder .placeholder-label{
	margin-bottom: 0px;
	text-align: center;
	line-height: normal;
	padding-bottom: 0px;
	font-size: var(--placeholderLabel) !important;
	font-family: var(--placeholderFontFamily) !important;
}
.AV-WIncentives-1 .full_disclaimer{
	color: #f00;
	font-size: 12px;
	font-weight: 600;
}
@media (min-width: 768px)
body > .container-fluid > .row:first-child > .widget:not(.constrained) {
  margin-top: 0px;
}
body > .container-fluid > .row:first-child > .widget:not(.constrained) {
  margin-top: 0px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #666;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #666;
}

.AV-WIncentives-1 input, .AV-WIncentives-1 select
{
	font-weight: 400 !important;
	color: #666666 !important;
	font-size: 12px !important;
}

.AV-WIncentives-1 .col-lg-15 {
    width: 20%;
    float: left;
}
.AV-WIncentives-1 .no_height
{
	height: auto;
}

.AV-WIncentives-1 .xs-nav
{
	text-align: center;
	background: #EAEAEA;
	padding: 25px;
	margin-left: -20px;
	margin-right: -20px;
	height: 80px;
	background-color: #eaeaea;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.AV-WIncentives-1 .xs-nav #make_model_search
{
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ababab;
	font-family: lato;
	font-size: 10px;
	font-weight: 600;
	width: 100%;
	height: 40px;
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 2px 0 #f6f6f6;
	margin-right: 20px;
	text-indent: 5px;
	font-size: 14px !important;
}
.AV-WIncentives-1 .xs-nav #type_search
{
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ababab;
	font-family: lato;
	font-size: 10px;
	width: 100%;
	height: 40px;
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 2px 0 #f6f6f6;
	width: 100%;
	font-weight: 600;
	font-size: 14px !important;
}
.AV-WIncentives-1 #make_search
{
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ababab;
	font-family: lato;
	font-size: 10px;
	width: 200px;
	height: 30px;
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 2px 0 #f6f6f6;
	width: 100%;
}
.AV-WIncentives-1 #model_search
{
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ababab;
	font-family: lato;
	font-size: 10px;
	width: 200px;
	height: 30px;
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 2px 0 #f6f6f6;
	margin-right: 20px;
	text-indent: 5px;
}
.AV-WIncentives-1 ul
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

.AV-WIncentives-1 ul .filter_type
{
	cursor: pointer;
	display: inline-block;
	padding: 8px 20px 5px 20px;
	background: #EBECEE;
	margin-right: 10px;
	height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #2b2b34;
	font-family: lato;
	font-size: 11px;
	font-weight: 600;
	font-family: lato;
}
.AV-WIncentives-1 ul .filter_type:last-child
{
	margin-right: 0px;
}
.AV-WIncentives-1 ul .filter_type:hover
{
	background: #CC0001;
	color: #fff;
}
.AV-WIncentives-1 ul .active_filter
{
	background: #CC0001;
	color: #fff;
}

.AV-WIncentives-1 .incentive
{
	padding-top: 0px;
	padding-bottom: 0px;
}

.AV-WIncentives-1 .incentive .position_vert
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 100%;
}
.AV-WIncentives-1 .incentive .position_vert_2
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	width: 100%;
}

.AV-WIncentives-1 .row
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	margin-right: 0;
	margin-left: 0;
}

.AV-WIncentives-1 .row .vehicle-img
{
	text-align: center;
	height: 210px;
}

.AV-WIncentives-1 .vehicle-img .sm_details
{
	text-align: center;
	padding-top: 30px;
	font-family: lato;
	color: #535353;
	font-size: 20px;
	font-weight: 400;
}

.AV-WIncentives-1 .vehicle-img .sm_details span
{
	color: #272727;
	font-size: 20px;
	font-weight: 700;
}
.AV-WIncentives-1 .vehicle-img .sm_details .vehicle-model
{
	color: #c00;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: -10px;
	margin-top: -4px;

}
.AV-WIncentives-1 .incentive
{
	height: 240px;
	padding: 0px 0px;
}
.AV-WIncentives-1 .row .vehicle-info
{
	text-align: right;
	padding-top: 27px;
	font-family: lato;
	color: #535353;
	font-size: 24px;
	font-weight: 400;
	height: 200px;
}
.AV-WIncentives-1 .row .vehicle-info span
{
	color: #272727;
	font-size: 24px;
	font-weight: 700;
}
.AV-WIncentives-1 .row .vehicle-info .vehicle-model
{
	color: #c00;
	font-size: 29px;
	font-weight: 400;
	line-height: 38px;
}

.AV-WIncentives-1 .row .incentive-info
{
	padding-top: 22px;
	text-align: center;
	font-family: lato;
	color: #c00;
	font-size: 42px;
	font-weight: 400;
	line-height: 38px;
	padding-bottom: 10px;
}

.AV-WIncentives-1 .row .incentive-info span
{
	color: #535353;
	font-size: 11px;
	font-weight: 500;
	line-height: 28px;
	text-transform: uppercase;
	display: block;
}
.AV-WIncentives-1 .row .incentive-info a
{
	margin-top: 26px;
	display: inline-block;
	width: 200px;
	font-size: 11px;
	height: 32px;
	font-weight: 400;
	font-family: lato;
	padding: 7px 10px 5px 10px;
	text-transform: uppercase;
	font-size: 11px;
}

.AV-WIncentives-1 .row .xs_info > div:first-child > *
{
	display: inline-block;
	max-width: 50%;
	text-align: left;
	padding-right: 5px;
}

.AV-WIncentives-1 .row .xs_info .vehicle_title
{
	font-family: Lato;
	font-size: 18px;
	font-weight: 400;
	color: #000;
}
.AV-WIncentives-1 .row .xs_info .vehicle_title span
{
	font-family: Lato;
	font-size: 18px;
	color: #c00;
	font-weight: 700;
}

.AV-WIncentives-1 .row .xs_info div
{
	text-align: center;
}
.AV-WIncentives-1 .row .xs_info .no-pad
{
	padding: 1px;
}
.AV-WIncentives-1 .row .xs_info div .incentive-info a
{
	width: 100%;
}
.AV-WIncentives-1 .row .xs_info div .incentive-info
{
	color: #c00;
	font-family: Lato;
	font-size: 20px;
	font-weight: 700;
}
.AV-WIncentives-1 .row .xs_info div .incentive-info span
{
	color: #666;
	font-family: lato;
	font-size: 11px;
	font-weight: 400;
}
@media only screen and (max-width: 767px)
{
	.AV-WIncentives-1 .row
	{
		border-bottom: 1px solid #eaeaea;
		padding-bottom: 15px;
		border-bottom: 0px;
	}

	.AV-WIncentives-1
	{
		padding: 0px 10px 10px 10px !important;
	}
	.main_incentives_popup
	{
		padding: 0px 27px 27px 27px !important;
	}
	.incentives_content
	{
		height: 100%;
		height: calc(100% - 220px);
		<!-- overflow-y: scroll; -->
	}
}

.incentives_count_xs
{
	color: black;
	font-family: Lato;
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
}
.incentives_count_xs span
{
	font-weight: 700;
}
.main_incentives_popup
{
	padding: 27px;
	font-family: lato;
	color: #535353;
	font-size: 24px;
	font-weight: 400;
	position: relative;
	height: 100%;
}

.main_incentive_popup_make
{
	color: #272727;
	font-size: 24px;
	font-weight: 700;
}
.main_incentive_popup_model
{
	color: #c00;
	font-size: 24px;
	font-weight: 400;
	line-height: 45px;
}
.incentives_count
{
	float: right;
	font-size: 14px;
	padding-top: 14px;
}
.select_incentive
{
	background-color: white;
	border-radius: 5px;
	border-color: #c9c9c9;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	width: 100%;
	padding: 5px;
	color: black;
	font-family: Lato;
	font-size: 13px;
	font-weight: 400;
	height: 40px;
	text-indent: 2px;
	margin-top: 20px;
}
.incentive_header
{
	color: #c00;
	font-size: 20px;
	font-weight: 400;
	padding: 25px 0px 5px 0px;
}
.incentive-pop
{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.incentives_cta
{
	padding-top: 40px;

}
.incentives_cta a
{
	min-width: 150px;
	height: 32px;
	stroke: 1px;
	border: 1px solid #d94545 !important;
	padding-bottom: -6px;
	/* padding-bottom: 8px !important; */
	font-size: 12px;
	font-weight: 400;
}
.incentives_cta a:first-child
{
	margin-right: 30px;
}
.incentives_cta-xs
{
	padding-top: 30px;
}
@media only screen and (max-width: 768px)
{
	.incentive-pop
	{
		font-size: 12px;
		line-height: 24px;
	}
	.main_incentives_popup
	{
		padding: 0px 27px 27px 27px !important;
	}
	.incentives_content
	{
		height: 100%;
		height: calc(100% - 220px);
	}
}

.headerXS
{
	background-color: whitesmoke;
	width: 100%;
	color: black;
	font-family: Lato;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	padding: 10px 0px;
}

.incentive_count_xs
{
	color: black;
	font-family: Lato;
	font-size: 16px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-weight: 400;
	margin-top: 20px;
}
.incentive_count_xs span
{
	font-weight: 700;
}

#make_model_search
{
	display: none;
}

@media only screen and (max-width: 767px)
{
	#make_model_search
	{
		display: inline-block;
	}
	#model_search
	{
		display: none;
	}
	#make_search
	{
		display: none;
	}

}

a.btn-extra
{
	height: 50px;
	padding: 15px 0px;
	font-size: 12px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
}
.xs-title
{
	height: 50px;
	background-color: whitesmoke;
	width: 100%;
	color: black;
	font-family: Lato;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	padding: 14px;
	margin-bottom: 20px;
}
.btn-extra-xs
{
	position: fixed;
	bottom: 0px;
	width: 100%;
	left: 0px;
	height: 60px;
	background-color: #c00;
	color: white;
	font-family: Lato;
	font-size: 18px;
	font-weight: 400;
	padding: 21px !important;
	text-transform: uppercase;
}
@media (max-width: 767px)
{
	.AV-WIncentives-1 .row .incentive-info a
	{
		height: 50px;
		padding-top: 17px;
	}
}
@media (min-width: 767px) and (max-width: 991px)
{
	.AV-WIncentives-1 .row .incentive-info
	{
		margin-bottom: 10px;
	}
	.AV-WIncentives-1 .row
	{
		border-bottom: 1px solid #eaeaea;
	}
	.AV-WIncentives-1 .row .incentive-info a
	{
		width: 148px;
	}
}
@media (min-width: 991px) and (max-width: 1200px)
{
	.AV-WIncentives-1 .row .incentive-info a
	{
		width: 179px;
	}
}

#rkt-shuttle:not(.rkt-no-x) .rkt-x {
	display: block !important;
	width: 25px !important;
	height: 25px !important;
	background-color: #E5E5E5 !important;
	border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	color: #C80B0B !important;
	text-align: center !important;
	font-size: 18px !important;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
	/* line-height: 18px !important; */
	position: absolute !important;
	top: -2px !important;
	right: 0px !important;
	cursor: pointer !important;
	padding: 3px 0px !important;
	border: 0px !important;
}
#rkt-shuttle:not(.rkt-no-x) .rkt-x::after
{
	font-size: 10px !important;
}
#rkt-shuttle
{
	border-radius: 0px !important;
}

@media (max-width: 767px) and (min-width: 0px)
{
	.select_incentive
	{
		margin-top: -10px !important;
	}
	#rkt-shuttle:not(.rkt-no-x) .rkt-x::after
	{
		font-size: 20px !important;
	}
	#rkt-shuttle:not(.rkt-no-x) .rkt-x {
		display: block !important;
		width: 52px !important;
		height: 52px !important;
		background-color: #E5E5E5 !important;
		border-radius: 0px !important;
		-ms-border-radius: 0px !important;
		-webkit-border-radius: 0px !important;
		-moz-border-radius: 0px !important;
		color: #C80B0B !important;
		text-align: center !important;
		font-size: 34px !important;
		font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
		line-height: 18px !important;
		position: absolute !important;
		top: -2px !important;
		right: -2px !important;
		cursor: pointer !important;
		padding: 17px 0px !important;
		border: 0px !important;
	}

	.incentive_divider
	{
		width: 100%;
		margin-left: -27px;
		border-top: 1px solid #dcdcdc;
		margin-right: -20px;
		position: absolute;
		top: 86px;
	}
	.incentives_count_xs
	{
		margin-bottom: 13px !important;
	}

	.incentive_header
	{
		padding: 13px 0px 5px 0px !important;
	}
}

}
.incentive-pop table
{
	margin-bottom: 20px;
}
.incentive-pop tr, .incentive-pop th
{
	padding: 11px 0px;
	height: 20px;
}

.mobile_table
{
	padding: 20px;
	border: 1px solid #eaeced;
	line-height: 20px;
}
.mobile_table .term
{
	font-size: 14px;
	font-weight: 400;
}
.mobile_table .term .mobile_title
{
	font-weight: 600 !important;
	font-size: 18px;
}
.mobile_table .term .mobile_left
{
	font-weight: 600;
}
.mobile_table:first-child
{
	margin-top: 20px;
}
.mobile_table:last-child
{
	margin-bottom: 20px;
}
.incentive-pop th
{
	font-weight: 600 !important;
}
.incentive-pop td
{
	font-weight: 400 !important;
	line-height: 15px;
	vertical-align: top;
	height: 30px;
}

.disclaimer
{
	font-size: 12px;
	font-weight: 400;
}

.AV-WIncentives-1 .no_results {
  display: none;
  margin-top: 100px;
  text-align: center;
  font-size: 20px;
}
