/*
* =incentives-listing-group
------------------------------------------------------------------------------*/

div.incentives-listing-group  { padding-top:20px; }
div.incentives-listing-group h2 { font-size:16px }

/*
* = Toggle button group (Choose location by ...)
------------------------------------------------------------------------------*/

.toggle-btn-group {
	position: relative;
	display: inline-block;
	margin:30px 0;
	width:100%;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-size: 0;
}

div.incentives-listing-group .toggle-btn-group > button.first {
	-webkit-border-bottom-left-radius: 16px;
	border-bottom-left-radius: 16px;
	-webkit-border-top-left-radius: 16px;
	border-top-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-bottomleft: 16px;
}

div.incentives-listing-group .toggle-btn-group > button.last {
	-webkit-border-top-right-radius: 18px;
	border-top-right-radius: 18px;
	-webkit-border-bottom-right-radius: 18px;
	border-bottom-right-radius: 18px;
	-moz-border-radius-topright: 18px;
	-moz-border-radius-bottomright: 18px;
}

div.incentives-listing-group .toggle-btn-group > button {
	position: relative;
	margin:0 0 0 1px;
	padding:18px 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color:#fff;
	font-size: 20px;
	overflow:visible;
}

.toggle-btn-group > button:hover,
.toggle-btn-group > button:focus,
.toggle-btn-group > button:active,
.toggle-btn-group > button.active,
.toggle-btn-group > button.disabled,
.toggle-btn-group > button[disabled] {
	background-color: #e6e6e6;
	outline: none;
}

/* ==down arrow  (generated content)*/
.toggle-btn-group > button.current:after {
	position: absolute;
	top: 56px;
	left: 50%;
	width: 0;
	height: 0;
	border-width: 14px;
	border-style: solid;
	border-color: #3C3C3C transparent transparent transparent;
	content: "";
}

.toggle-btn-group > button:hover,
.toggle-btn-group > button:focus,
.toggle-btn-group > button.current {
	background: #3C3C3C;
	background-color: #3C3C3C;
	color: #fff;
	text-decoration: none;
}

.toggle-btn-group > button {
	display: inline-block;
	margin-bottom: 0;
	padding: 4px 12px;

	border-width: 1px;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;

	background: rgb(149,149,149); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(149,149,149,1) 0%, rgba(149,149,149,1) 48%, rgba(120,120,120,1) 50%, rgba(120,120,120,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,149,149,1)), color-stop(48%,rgba(149,149,149,1)), color-stop(50%,rgba(120,120,120,1)), color-stop(100%,rgba(120,120,120,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(149,149,149,1) 48%,rgba(120,120,120,1) 50%,rgba(120,120,120,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(149,149,149,1) 48%,rgba(120,120,120,1) 50%,rgba(120,120,120,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(149,149,149,1) 48%,rgba(120,120,120,1) 50%,rgba(120,120,120,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(149,149,149,1) 0%,rgba(149,149,149,1) 48%,rgba(120,120,120,1) 50%,rgba(120,120,120,1) 100%); /* W3C */
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}

/*
* =Franchise logos
------------------------------------------------------------------------------*/

.current.franchiseLink {
	opacity: 1.0;
	filter:alpha(opacity=100);
}

.franchiseLink {
	opacity: 0.4;
	filter:alpha(opacity=40);
}

.franchiseLink:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);
	transition: opacity 200ms ease-in-out;
}


/*
* =Search Forms
------------------------------------------------------------------------------*/

input[type='text'].input-error {
	background-color:#f2dede;
	background-image:none;
	color:#b94a48;
	border-color:#eed3d7;
}
