/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: GENERAL STYLES
	:: Layout
	:: Typography
	:: Header
	:: Primary Navigation
	:: Secondary Navigation
	:: Main
	:: Utility Navigation
	:: Footer
	:: Forms
	:: Buttons
	:: Lists
	:: Tooltips
	:: Help
	:: Misc

:: MODULE STYLES
	:: Country
	:: Vehicle List
	:: Date of Birth
	:: UI Autocomplete
	:: Quote Results
	:: Error

:: ADDITIONAL GRIDS
	:: Grid Four
	:: Grid Thirteen

*/


/* :: GENERAL STYLES ----------------------- */

/* -----------------------------------------
   :: Layout
----------------------------------------- */

#wrap {
	padding: 10px 0 0 0;
	overflow: hidden;
}

@media only screen and (max-width: 979px) {
	#wrap {
		padding: 0;
	}
}

/* -----------------------------------------
   :: Typography
----------------------------------------- */

body {
	color: #616161;
}

h1, h2, h3, h4, h5, h6 {
	color: #616161;
}

p {
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 18px;
}

p.larger {
	font-size: 14px;
}

a, a:active, a:hover, a:visited {
	color: #017dc7;
}

a:hover {
	text-decoration: underline;
}

.section-label {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {

	p {
		font-size: 16px;
	}

	.section-label {
		font-size: 18px;
	}
}

/* -----------------------------------------
   :: Header
----------------------------------------- */

#header-content {
	background: #e6e6e6; /* Old browsers */
	background: -moz-linear-gradient(top, #e6e6e6 0%, #e1e1e1 30%, #cfcfcf 77%, #cacaca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(30%,#e1e1e1), color-stop(77%,#cfcfcf), color-stop(100%,#cacaca)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e6e6e6 0%,#e1e1e1 30%,#cfcfcf 77%,#cacaca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e6e6e6 0%,#e1e1e1 30%,#cfcfcf 77%,#cacaca 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e6e6e6 0%,#e1e1e1 30%,#cfcfcf 77%,#cacaca 100%); /* IE10+ */
	background: linear-gradient(180deg, #e6e6e6 0%,#e1e1e1 30%,#cfcfcf 77%,#cacaca 100%); /* W3C */
	border: 1px solid #bcbcbc;
	border-bottom: none;
	line-height: 60px;
}

#header-content img {
	vertical-align: middle;
}

#branding {
	text-align: right;
	font-weight: bold;
}

#branding .content-block {
	overflow: hidden;
}

/* Mobile */
@media only screen and (max-width: 767px) {
	#header-content {
		text-align: center;
		line-height: 1px !important;
	}

	#branding {
		text-align: center;
	}

	#branding .content-block {
		margin-top: 0;
	}

	#branding .content-block span {
		float: none !important;
	}
}

/* -----------------------------------------
   :: Primary Navigation
----------------------------------------- */

#primary-navigation {
	background: #eaeaea;
	border-top: 1px solid #f5f5f5;
	min-height: 35px;
	-webkit-box-shadow:  0 0 2px 1px rgba(0, 0, 0, 0.2);
			box-shadow:  0 0 2px 1px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	max-width: 995px;
}

#primary-navigation ul > li {
	color: #616161;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
	position: relative;
	height: 35px;
}

#primary-navigation ul > li.selected > span {
	background: url('pixel_3799d3.png') 0 0 repeat-x #017dc7;
	border: 1px solid #0e6ba2;
	border-bottom: none;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-box-shadow:  0px -1px 5px 1px rgba(0, 0, 0, 0.2);
			box-shadow:  0px -1px 5px 1px rgba(0, 0, 0, 0.2);
	clip: rect(-10px, 1000px, 42px, -10px);
	padding: 5px 5px 1px 5px;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 3;
}

#primary-navigation ul > li.complete > span {
	background: url('../Images/checkmark.png') right center no-repeat;
	color: #5bb33b;
	padding: 0 15px;
}

@media only screen and (max-width: 979px) {
	.container {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	#primary-navigation .container {
		padding: 0;
	}
	#primary-navigation ul > li {
		display: none;
		font-size: 16px;
	}
	#primary-navigation ul > li.selected {
		display: block;
	}
}

/* -----------------------------------------
   :: Secondary Navigation
----------------------------------------- */
#secondary-navigation {
	background: url('pixel_3799d3.png') 0 0 repeat-x #017dc7;
	border: 1px solid #0e6ba2;
	min-height: 20px;
	-webkit-box-shadow:  0px -1px 5px 1px rgba(0, 0, 0, 0.2);
			box-shadow:  0px -1px 5px 1px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 2;
	color: white;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 auto;
	max-width: 1005px;
	padding: 5px 0;
}

#secondary-navigation a:first-child {
	margin-left: 15px;
}

#secondary-navigation a {
	color: #fff;
	text-decoration: none;
}

#secondary-navigation a:hover,
#secondary-navigation a:active {
	text-decoration: underline;
}

#secondary-navigation a:active {
	position: relative;
	top: 1px;
}

@media only screen and (max-width: 767px) {
	#secondary-navigation {
		text-align: center;
		font-size: 14px;
	}

	#secondary-navigation a:first-child {
		margin-left: 0;
	}
}

/* -----------------------------------------
   :: Main
----------------------------------------- */

.content-block {
	margin: 15px;
}

#main {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#main > .row {
	background-color: #fff;
	border: 1px solid #bcbcbc;
	border-top: none;
	border-bottom: none;
	position: relative;
}

#main-content {
	height: 100%;
}

#main-content .row {
	overflow: hidden;
}

#main-content .column,
#main-content .columns {
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	min-height: 225px;
}

@media only screen and (max-width: 767px) {
	#main-content .column,
	#main-content .columns {
		margin-bottom: 0px;
		padding-bottom: 0px;
		min-height: 1px;
	}
}

/* -----------------------------------------
   :: Utility Navigation
----------------------------------------- */

#utility-navigation {
	background: #eaeaea;
	border-top: 1px solid #f5f5f5; 
	-webkit-box-shadow:  0 0 2px 1px rgba(0, 0, 0, 0.2);
			box-shadow:  0 0 2px 1px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 2;
	padding: 5px 0 10px;
	margin: 0 auto;
	max-width: 995px;
}

#utility-navigation ul > li {
	margin-bottom: 0;
}

.utility-more {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}

.utility-more .text-button {
	font-size: 14px;
}

@media only screen and (max-width: 979px) {

	#utility-navigation {
		max-width: none;
		border-left: 1px solid #BCBCBC;
		border-right: 1px solid #BCBCBC;
		padding-left: 10px;
		padding-right: 10px;
	}

}

@media only screen and (max-width: 767px) {

	.utility-more {
		text-align: left;
		margin-top: 15px;
	}

	.utility-more .text-button {
		line-height: 16px;
	}
}

/* -----------------------------------------
   :: Footer
----------------------------------------- */

#footer-content {
	background-color: #e4e4e4;
	border: 1px solid #bcbcbc;
	border-top: none;
	color: #616161;
	font-size: 11px;
	line-height: 14px;
	position: relative;
	z-index: 1;
}

#footer-content .content-block {
	min-height: 1px;
}

#footer-content p {
	font-size: 11px;
	margin-bottom: 5px;
}

.footer-logo {
	float: left;
	margin: 0 15px 5px 0;
	position: relative;
	top: 3px;
	border-right: 1px solid #777;
	padding: 10px 10px 10px 0;
}

@media only screen and (max-width: 767px) {

	#footer-content,
	#footer-content p {
		font-size: 13px;
		line-height: 16px;
	}
}

/* -----------------------------------------
   :: Forms
----------------------------------------- */

form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

form label {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.odd {
	background: #f7f7f7;
}

.form-row {
	padding: 5px 0;
}

.form-row.odd {
	margin: 0 -15px;
	padding: 5px 15px;
}

input[type="text"],
input[type="email"],
input[type="number"],
select {
	margin: 2px 0 5px;
	max-width: 211px;
	border: 1px solid #BCBCBC;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
select:focus {
	border: 1px solid #017DC7;
	-webkit-box-shadow: 0px 0px 5px rgba(1,125,199,0.5);
	   -moz-box-shadow: 0px 0px 5px rgba(1,125,199,0.5);
		 -o-box-shadow: 0px 0px 5px rgba(1,125,199,0.5);
			box-shadow: 0px 0px 5px rgba(1,125,199,0.5);
	-webkit-transition: all 0.25s linear;
	   -moz-transition: all 0.25s linear;
		 -o-transition: all 0.25s linear;
			transition: all 0.25s linear;
}

select option {
	max-width: 100%;
}

.radio-group input {
	display: inline;
	margin: 0 2px 0 0;
}

.radio-group label {
	display: inline;
	font-weight: normal;
}

.checkbox-group input {
	display: inline;
	margin: 0 2px 0 0;
	vertical-align: text-bottom;
}

.checkbox-group label {
	display: inline;
	font-weight: normal;
}

input[type="text"].input-validation-error,
input[type="email"].input-validation-error,
input[type="number"].input-validation-error,
select.input-validation-error {
	border: 1px solid #f00;
}

input[type="text"].input-validation-error:focus,
input[type="email"].input-validation-error:focus,
input[type="number"].input-validation-error:focus,
select.input-validation-error:focus {
	-webkit-box-shadow: 0px 0px 5px rgba(255,0,0,0.5);
	   -moz-box-shadow: 0px 0px 5px rgba(255,0,0,0.5);
		 -o-box-shadow: 0px 0px 5px rgba(255,0,0,0.5);
			box-shadow: 0px 0px 5px rgba(255,0,0,0.5);
}

.field-validation-error, .field-validation-warning {
	clear: both;
	display: block;
	overflow: hidden;
}

.field-validation-error span {
  /*background: #ffdddd;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0;
	float: left;
  */
	background: url("../Images/exclamationpoint_white.png") left center no-repeat;
	color: #f00;
	display: block;
	font-size: 12px;
	line-height: 18px;
	padding: 2px 0 2px 25px;
}

/*
.field-validation-warning span {
	color: #000;
	display: block;
	font-size: 12px;
	line-height: 18px;
	padding: 2px 0 2px 25px;
}
*/

@media only screen and (max-width: 767px) {

	form label {
		font-size: 16px;
		font-weight: bold;
		margin: 0;
		padding: 5px 0;
	}

	input[type="text"],
	input[type="email"],
	input[type="number"],
	select {
		margin: 2px 0 5px;
		max-width: 211px;
		border: 1px solid #BCBCBC;
		font-size: 16px;
		padding: 4px;
	}
}

/* -----------------------------------------
   :: Buttons
----------------------------------------- */

.button {
	background: #2f8a42; /* Old browsers */
	background: -moz-linear-gradient(top, #a6d894 0%, #76c25c 5%, #5aa757 42%, #429843 47%, #358c42 63%, #308741 74%, #308741 95%, #2f8a42 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6d894), color-stop(5%,#76c25c), color-stop(42%,#5aa757), color-stop(47%,#429843), color-stop(63%,#358c42), color-stop(74%,#308741), color-stop(95%,#308741), color-stop(100%,#2f8a42)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a6d894 0%,#76c25c 5%,#5aa757 42%,#429843 47%,#358c42 63%,#308741 74%,#308741 95%,#2f8a42 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a6d894 0%,#76c25c 5%,#5aa757 42%,#429843 47%,#358c42 63%,#308741 74%,#308741 95%,#2f8a42 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a6d894 0%,#76c25c 5%,#5aa757 42%,#429843 47%,#358c42 63%,#308741 74%,#308741 95%,#2f8a42 100%); /* IE10+ */
	background: linear-gradient(180deg, #a6d894 0%,#76c25c 5%,#5aa757 42%,#429843 47%,#358c42 63%,#308741 74%,#308741 95%,#2f8a42 100%); /* W3C */
	border: 1px solid #2b9145;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
	-webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.2);
			box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	color: #fff !important;
	cursor: pointer;
	display: inline;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	padding: 3px 25px;
	outline: 0;
	overflow: visible;
	text-align: center;
	text-transform: uppercase;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	width: auto;
}

.button:hover,
.button:focus {
	background: #2f8a42; /* Old browsers */
	background: -moz-linear-gradient(top, #a6d894 0%, #76c25c 5%, #5aa757 42%, #429843 47%, #358c42 63%, #308741 74%, #308741 95%, #2f8a42 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6d894), color-stop(5%,#76c25c), color-stop(42%,#5aa757), color-stop(47%,#429843), color-stop(63%,#358c42), color-stop(74%,#308741), color-stop(95%,#308741), color-stop(100%,#2f8a42)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a6d894 0%,#76c25c 5%,#5aa757 42%,#429843 47%,#358c42 63%,#308741 74%,#308741 95%,#2f8a42 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a6d894 0%,#76c25c 5%,#5aa757 42%,#429843 47%,#358c42 63%,#308741 74%,#308741 95%,#2f8a42 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a6d894 0%,#76c25c 5%,#5aa757 42%,#429843 47%,#358c42 63%,#308741 74%,#308741 95%,#2f8a42 100%); /* IE10+ */
	background: linear-gradient(180deg, #a6d894 0%,#76c25c 5%,#5aa757 42%,#429843 47%,#358c42 63%,#308741 74%,#308741 95%,#2f8a42 100%); /* W3C */
	border: 1px solid #2b9145;
	text-decoration: underline;
}

.button:active {
	position: relative;
	top: 1px;
	-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.2);
			box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.button.grey,
.button.grey:hover,
.button.grey:focus {
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top, #f3f3f3 0%, #fcfcfc 6%, #f5f3f3 41%, #dddddd 94%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(6%,#fcfcfc), color-stop(41%,#f5f3f3), color-stop(94%,#dddddd), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#fcfcfc 6%,#f5f3f3 41%,#dddddd 94%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3f3f3 0%,#fcfcfc 6%,#f5f3f3 41%,#dddddd 94%,#d8d8d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3f3f3 0%,#fcfcfc 6%,#f5f3f3 41%,#dddddd 94%,#d8d8d8 100%); /* IE10+ */
	background: linear-gradient(180deg, #f3f3f3 0%,#fcfcfc 6%,#f5f3f3 41%,#dddddd 94%,#d8d8d8 100%); /* W3C */
	border: 1px solid #adacac;
	color: #616161;
}

.button[type="submit"] {
	margin-top: 10px;
	margin-bottom: 10px;
}

.button.arrow:after {
	background: url('button_arrow.gif') top left no-repeat;
	content: "";
	display: block;
	width:  8px;
	height: 7px;
	position: absolute;
	top: 7px;
	right: 8px;
}

.grey.button.arrow:after {
	background: url('../Images/button_arrow_grey.gif') top left no-repeat;
}

.dropdown.button {
	padding: 2px 6px;
}

.text-button {
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

button.text-button {
	border: none;
	color: #017dc7;
}

.text-button.more {
	background: url('../Images/button_sprites.png') 0 0 no-repeat;
	padding: 2px 0 2px 20px;
}

.text-button.back {
	background: url('../Images/button_sprites.png') 0 -20px no-repeat;
	padding: 2px 0 2px 20px;
}

.text-button.action {
	background: url('../Images/button_sprites.png') right -40px no-repeat;
	padding: 2px 20px 2px 0;
}

@media only screen and (max-width: 767px) {
	a.button,
	button.button,
	input.button[type="submit"] {
		font-size: 16px;
		line-height: 16px;
		padding: 10px 35px;
		width: auto;
	}

	.button.arrow:after {
		top: 15px;
	}

	a.button.deemphasize,
	button.button.deemphasize,
	input.button[type="submit"].deemphasize {
		font-size: 11px;
		line-height: 15px;
		padding: 3px 25px;
	}

	a.button.deemphasize.arrow:after,
	button.button.deemphasize.arrow:after,
	input.button[type="submit"].deemphasize.arrow:after {
		display: none;
	}
}

/* -----------------------------------------
   :: Lists
----------------------------------------- */

.select-list .menu {
	margin-bottom: 0;
	padding-bottom: 5px;
}

.select-list .menu > li > ul {
	margin: 0;
	padding: 0;
}

.select-list .menu > li > ul > li {
	padding: 0;
	margin: 0;
}

.select-list .menu > li > ul > li > a {
	display: block;
	padding: 2px 10px;
	margin: 0;
	-webkit-transition-property: background;
	   -moz-transition-property: background;
		 -o-transition-property: background;
			transition-property: background;
	-webkit-transition-duration: 0.25s;
	   -moz-transition-duration: 0.25s;
		 -o-transition-duration: 0.25s;
			transition-duration: 0.25s;
	-webkit-transition-timing-function: linear;
	   -moz-transition-timing-function: linear;
		 -o-transition-timing-function: linear;
			transition-timing-function: linear;
}

.select-list .menu > li > ul > li > a:hover {
	background: #d5d5d5;
	text-decoration: none;
}

.select-list .column,
.select-list .columns {
	padding: 5px 0;
	margin-bottom: 0;
}

.tab-list {
	position: relative;
	top: 1px;
	z-index: 2;
}

.tab-list a {
	background: #fff;
	border: 1px solid #BCBCBC;
	color: #616161;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 0 0 15px;
	text-align: center;
	width: 50px;
	-webkit-transition-property: background;
	   -moz-transition-property: background;
		 -o-transition-property: background;
			transition-property: background;
	-webkit-transition-duration: 0.25s;
	   -moz-transition-duration: 0.25s;
		 -o-transition-duration: 0.25s;
			transition-duration: 0.25s;
	-webkit-transition-timing-function: linear;
	   -moz-transition-timing-function: linear;
		 -o-transition-timing-function: linear;
			transition-timing-function: linear;
}

.tab-list a:hover {
	background: #d5d5d5;
	color: #017dc7;
	text-decoration: none;
}

.tab-list a.selected {
	border-bottom: 1px solid #fff;
}

.tab-list a.selected:hover {
	background: #fff;
	color: #616161;
}

.tab-content {
	border-top: 1px solid #BCBCBC;
	position: relative;
	z-index: 1;
}

.horizontal-list {
	margin: 0;
}

.horizontal-list > li {
	float: left;
	margin: 0 15px 5px 0;
}

.horizontal-list > li:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.select-list .menu > li > ul > li {
		margin: 0;
	}

	.select-list .menu > li > ul > li > a {
		cursor: pointer;
		display: block;
		padding: 10px 20px;
		-webkit-transition-property: background;
		   -moz-transition-property: background;
			 -o-transition-property: background;
				transition-property: background;
		-webkit-transition-duration: 0.25s;
		   -moz-transition-duration: 0.25s;
			 -o-transition-duration: 0.25s;
				transition-duration: 0.25s;
		-webkit-transition-timing-function: linear;
		   -moz-transition-timing-function: linear;
			 -o-transition-timing-function: linear;
				transition-timing-function: linear;
	}

	.select-list .menu > li > ul > li > a:hover {
		background: #d5d5d5;
		text-decoration: none;
	}

	.horizontal-list li {
		float: none;
	}
}

.vertical-list {
	margin: 0;
}

.vertical-list > li {
	margin: 0 0 5px 0;
}

#mobile-select-list .list-node-toggle {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 0%, #eaeaea 3%, #e8e8e8 24%, #e0dede 69%, #dedbdb 97%, #cecdcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(3%,#eaeaea), color-stop(24%,#e8e8e8), color-stop(69%,#e0dede), color-stop(97%,#dedbdb), color-stop(100%,#cecdcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#eaeaea 3%,#e8e8e8 24%,#e0dede 69%,#dedbdb 97%,#cecdcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 0%,#eaeaea 3%,#e8e8e8 24%,#e0dede 69%,#dedbdb 97%,#cecdcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 0%,#eaeaea 3%,#e8e8e8 24%,#e0dede 69%,#dedbdb 97%,#cecdcd 100%); /* IE10+ */
	background: linear-gradient(180deg, #f5f5f5 0%,#eaeaea 3%,#e8e8e8 24%,#e0dede 69%,#dedbdb 97%,#cecdcd 100%); /* W3C */
	border-top: 1px solid #bcbcbc;
	color: #616161;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	padding: 5px 20px;
	margin: 0;
	cursor: pointer;
}

#mobile-select-list .list-node-toggle:hover,
#mobile-select-list.active .list-node-toggle {
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 3%, #f0efef 97%, #adadad 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(3%,#f6f6f6), color-stop(97%,#f0efef), color-stop(100%,#adadad)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#f6f6f6 3%,#f0efef 97%,#adadad 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbfbfb 0%,#f6f6f6 3%,#f0efef 97%,#adadad 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbfbfb 0%,#f6f6f6 3%,#f0efef 97%,#adadad 100%); /* IE10+ */
	background: linear-gradient(180deg, #fbfbfb 0%,#f6f6f6 3%,#f0efef 97%,#adadad 100%); /* W3C */
	font-weight: bold;
}

#mobile-select-list ul {
	background: #fff;
	color: #616161;
	margin: 0;
	overflow: auto;
}

#mobile-select-list ul li {
	margin: 0;
}


#mobile-select-list ul li a {
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	-webkit-transition-property: background;
	   -moz-transition-property: background;
		 -o-transition-property: background;
			transition-property: background;
	-webkit-transition-duration: 0.25s;
	   -moz-transition-duration: 0.25s;
		 -o-transition-duration: 0.25s;
			transition-duration: 0.25s;
	-webkit-transition-timing-function: linear;
	   -moz-transition-timing-function: linear;
		 -o-transition-timing-function: linear;
			transition-timing-function: linear;
}

#mobile-select-list ul li a:hover {
	background: #d5d5d5;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {

	.vertical-list {
		margin: -5px -15px;
	}

	.vertical-list li {
		margin: 0;
	}

	.vertical-list li a {
		cursor: pointer;
		display: block;
		padding: 10px 20px;
		font-size: 16px;
		-webkit-transition-property: background;
		   -moz-transition-property: background;
			 -o-transition-property: background;
				transition-property: background;
		-webkit-transition-duration: 0.25s;
		   -moz-transition-duration: 0.25s;
			 -o-transition-duration: 0.25s;
				transition-duration: 0.25s;
		-webkit-transition-timing-function: linear;
		   -moz-transition-timing-function: linear;
			 -o-transition-timing-function: linear;
				transition-timing-function: linear;
	}

	.vertical-list li a:hover {
		background: #d5d5d5;
		text-decoration: none;
	}

}

/* -----------------------------------------
   :: Tooltips
----------------------------------------- */

.tooltip {
	background: url('../Images/caution_ablue.png') 155px 5px no-repeat #ffffff;
	color: #616161;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #999999;
	width: 150px;
	display: none;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	padding: 5px 15px 5px 5px;
	position: absolute;
	left: 80px;
	top: -18px;
	z-index: 999;
}

.tooltip:after,
.tooltip:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tooltip:after {
	border-right-color: #fff;
	border-width: 10px;
	top: 50%;
	margin-top: -10px;
}

.tooltip:before {
	border-right-color: #999999;
	border-width: 11px;
	top: 50%;
	margin-top: -11px;
}

li:hover > .tooltip {
	display: block;
}

.select-year-list li {
	position: relative;
}

.newer-vehicle.tooltip {
	background: url('../Images/caution_ablue.png') 205px 5px no-repeat #ffffff;
	width: 200px;
	padding: 5px 15px 5px 5px;
	left: -220px;
	top: -40px;
	text-align: left;
}

.newer-vehicle.tooltip:after,
.newer-vehicle.tooltip:before {
	left: 100%;
}

.newer-vehicle.tooltip:after {
	border-right-color: transparent;
	border-left-color: #fff;
}

.newer-vehicle.tooltip:before {
	border-right-color: transparent;
	border-left-color: #999999;
}

/* -----------------------------------------
   :: Help
----------------------------------------- */

#help-content {
	position: absolute;
	top: 0px;
	right: 0px;
}

.help-label {
	display: none;
	margin: 0 20px 5px 20px;
}

.toggle-wrap {
	padding-left: 20px;
	background: #dfdfdf;
	border: 1px solid #bcbcbc;
	border-right: none;
}

#help-toggle {
	margin: 5px 20px 5px 0;
	padding: 2px 20px;
	width: 110px;
}

.help-hidden .grey.button.arrow:after {
	background: url('../Images/button_arrow_grey_left.gif') top left no-repeat;
	left: 8px;
}

#help-items {
	width: 230px;
	border: 1px solid #bcbcbc;
	border-top: none;
	border-right: none;
}

#help-items .item-title {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 0%, #eaeaea 3%, #e8e8e8 24%, #e0dede 69%, #dedbdb 97%, #cecdcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(3%,#eaeaea), color-stop(24%,#e8e8e8), color-stop(69%,#e0dede), color-stop(97%,#dedbdb), color-stop(100%,#cecdcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#eaeaea 3%,#e8e8e8 24%,#e0dede 69%,#dedbdb 97%,#cecdcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 0%,#eaeaea 3%,#e8e8e8 24%,#e0dede 69%,#dedbdb 97%,#cecdcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 0%,#eaeaea 3%,#e8e8e8 24%,#e0dede 69%,#dedbdb 97%,#cecdcd 100%); /* IE10+ */
	background: linear-gradient(180deg, #f5f5f5 0%,#eaeaea 3%,#e8e8e8 24%,#e0dede 69%,#dedbdb 97%,#cecdcd 100%); /* W3C */
	border-top: 1px solid #bcbcbc;
	color: #616161;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	padding: 5px 20px;
	margin: 0;
	cursor: pointer;
}

#help-items .item-title:first-child {
	border-top: none;
}

#help-items .item-title:hover,
#help-items .item-title.ui-state-active {
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 3%, #f0efef 97%, #adadad 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(3%,#f6f6f6), color-stop(97%,#f0efef), color-stop(100%,#adadad)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#f6f6f6 3%,#f0efef 97%,#adadad 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbfbfb 0%,#f6f6f6 3%,#f0efef 97%,#adadad 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbfbfb 0%,#f6f6f6 3%,#f0efef 97%,#adadad 100%); /* IE10+ */
	background: linear-gradient(180deg, #fbfbfb 0%,#f6f6f6 3%,#f0efef 97%,#adadad 100%); /* W3C */
	font-weight: bold;
}

#help-items .item-title a,
#help-items .item-title:hover a {
	color: #616161;
	text-decoration: none;
}

#help-items .item-content {
	background: #fff;
	color: #616161;
	font-size: 11px;
	line-height: 14px;
	padding: 5px 20px;
	margin: 0;
	height: 100px;
	overflow: auto;
}

#help-items .item-content p {
	font-size: 11px;
	line-height: 14px;
	overflow: auto;
}

@media only screen and (max-width: 767px) {
	.help-label {
		display: block;
		font-size: 18px;
		text-align: center;
	}

	#help-content {
		position: relative;
	}

	.toggle-wrap {
		display: none;
	}

	#help-items {
		width: auto;
		border: none;
		border-top: 1px solid #bcbcbc;
	}

	#help-items .item-title {
		font-size: 16px;
		font-weight: bold;
		line-height: 30px;
	}

	#help-items .item-content {
		font-size: 14px;
		height: auto;
		line-height: 22px;
	}

	#help-items .item-content p {
		font-size: 14px;
		line-height: 20px;
	}
}

/* -----------------------------------------
   :: Misc
----------------------------------------- */

.hidden {
	display: none;
}

.handset-only {
	display: none;
}

.tablet-handset-only {
	display: none;
}

.tablet-only {
	display: none;
}

.desktop-tablet-only {
	display: block;
}

.desktop-only {
	display: block;
}

@media only screen and (max-width: 480px) {
	.handset-only {
		display: block;
	}

	.desktop-only {
		display: none;
	}

	.desktop-tablet-only {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.tablet-handset-only {
		display: block;
	}

	.desktop-only {
		display: none;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.tablet-only {
		display: block;
	}

	.desktop-only {
		display: none;
	}
}

@media only screen and (min-width: 481px) {
	.desktop-tablet-only {
		display: block;
	}
}

/* :: MODULE STYLES ----------------------- */

/* -----------------------------------------
   :: Country
----------------------------------------- */

.country-select > li {
	margin: 5px 0;
}

.country-select > li > input,
.country-select > li > label {
	display: inline;
}

.country-label {
	padding: 0 0 0 20px;
}

.us-flag {
	background: url('us.png') 0px 2px no-repeat;
}

.ca-flag {
	background: url('ca.png') 0px 2px no-repeat;
}

#selected-country {
	font-size: 11px;
	cursor: pointer;
	line-height:14px;
}

/* -----------------------------------------
   :: Vehicle List
----------------------------------------- */

.vehicle-list {
	margin: 0;
}

.vehicle-list li {
	margin: 0;
}

.remove-vehicle {
	cursor: pointer;
}

/* -----------------------------------------
   :: Date of Birth
----------------------------------------- */

#date-of-birth {
	overflow: hidden;
}

#BirthMonth {
	float: left;
	margin-right: 5px;
	padding: 2px;
}

#BirthDay {
	float: left;
	margin-right: 5px;
	width: 18px;
	padding: 3px;
}

#BirthYear {
	float: left;
	width: 32px;
	padding: 3px;
}


@media only screen and (max-width: 767px) {

	#BirthDay {
		width: 20px;
	}

	#BirthYear {
		width: 40px;
	}
}

/* -----------------------------------------
   :: UI Autocomplete
----------------------------------------- */

.ui-autocomplete {
	height: 130px;
	overflow-y: scroll;
}

/* -----------------------------------------
   :: Quote Results
----------------------------------------- */

.getting-quote {
	display: none;
	text-align: center;
	padding: 20px 0;
}

.quote-error {
	display: none;
}

.quote-result {
	margin-bottom: 20px;
	display: none;
}

#quote-amount {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#quote-amount span {
	color: #5bb33b;
	font-size: 36px;
}

#quote-number {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	#quote-result {
		float: none;
		margin-left: 0;
	}
}

/* -----------------------------------------
   :: Error
----------------------------------------- */

.app-error,
.quote-error {
  /*background: #ffdddd;
	border: 1px solid #ccc;
	font-family: "Lucida Console", Monaco, monospace;
	padding: 10px;
	margin: 0 0 10px 0;
  */
	color: #f00;
	font-size: 12px;
	line-height: 18px;
}

#newerVehicleYear,
#youthfulDateOfBirth {
	background: url('../Images/caution_ablue.png') 0px 5px no-repeat;
	padding: 0 0 0 15px;
	width: 50%;
}

#newerVehicleYear p,
#youthfulDateOfBirth p {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	#newerVehicleYear,
	#youthfulDateOfBirth {
		width: auto;
	}
}


/* :: ADDITIONAL GRIDS ----------------------- */

/* -----------------------------------------
   :: Grid Four (State/County/Territory)
----------------------------------------- */
.grid-four .column,
.grid-four .columns {
	margin-left: 0;
	padding: 0;
}

.grid-four [class*="column"] + [class*="column"]:last-child { float: left; }
.grid-four [class*="column"] + [class*="column"].end { float: left; }
	
.grid-four.row .one       { width: 24.8%; }

@media only screen and (max-width: 767px) {
	.grid-four.row .one {
		width: 100% !important;
	}
}

/* -----------------------------------------
   :: Grid Six (State/County/Territory)
----------------------------------------- */
.grid-six .column,
.grid-six .columns {
	margin-left: 0;
	padding: 0 1%;
}

.grid-six [class*="column"] + [class*="column"]:last-child { float: left; }
.grid-six [class*="column"] + [class*="column"].end { float: left; }
	
.grid-six.row .one       { width: 14.66%; }

@media only screen and (max-width: 767px) {
	.grid-six.row .one {
		width: 100% !important;
	}
}

/* -----------------------------------------
   :: Grid Thirteen (Year)
----------------------------------------- */
.grid-thirteen .column,
.grid-thirteen .columns {
	margin-left: 0;
	text-align: center;
}

.grid-thirteen [class*="column"] + [class*="column"]:last-child { float: left; }
.grid-thirteen [class*="column"] + [class*="column"].end { float: left; }
	
.grid-thirteen.row .one       { width: 7.68%; }

@media only screen and (max-width: 767px) {
	.grid-thirteen.row .one {
		width: 100% !important;
	}
}
