.icon-padlock:before {
	content: "\e600";
}

.icon-rss:before {
	content: "\e601";
}

.icon-search:before {
	content: "\e602";
}

.icon-bent-arrow:before {
	content: "\e603";
}

.icon-cross:before {
	content: "\e605";
}

.icon-checkmark:before {
	content: "\e609";
}

.icon-gear:before {
	content: "\e60c";
}

.icon-intray:before {
	content: "\e60d";
}

.icon-paperclip:before {
	content: "\e60e";
}

.icon-alert:before {
	content: "\e611";
}

.icon-users:before {
	content: "\e612";
}

.icon-nav:before {
	content: "\e613";
}

.icon-home:before {
	content: "\e614";
}

.icon-pencil:before {
	content: "\e615";
}

.icon-question:before {
	content: "\e616";
}

.icon-arrow-left:before {
	content: "\e606";
}

.icon-arrow-right:before {
	content: "\e607";
}

.icon-arrow-up:before {
	content: "\e608";
}

.icon-arrow-down:before {
	content: "\e604";
}

.icon-arrow-hat-up:before {
	content: "\e60f";
}

.icon-arrow-hat-down:before {
	content: "\e610";
}

.icon-thin-arrow-up:before {
	content: "\e60a";
}

.icon-thin-arrow-down:before {
	content: "\e60b";
}

.jsHide {
	display: none;
}

.no-js .jsHide {
	display: block;
}

.centered {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.centered--h {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.centered--v {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.toggle-icon {
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/*     dividing-or      */
.search-megamenu .dividing-or {
	background-color: #fff;
	color: #397327;
	box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.16);
	border-radius: 50%;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 22px;
	height: 25px;
	width: 25px;
	text-align: center;
}

/*icon font*/
@font-face {
	font-family: 'icons';
	src: url("fonts/icons.eot?-nx4lre");
	src: url("fonts/icons.eot?#iefix-nx4lre") format("embedded-opentype"), url("fonts/icons.woff?-nx4lre") format("woff"), url("fonts/icons.ttf?-nx4lre") format("truetype"), url("fonts/icons.svg?-nx4lre#icons") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-rss:before {
	content: "\e601";
}

.icon-cross:before {
	content: "\e605";
}

.icon-dropdown:before {
	content: "\e604";
}

.icon-bent-arrow:before {
	content: "\e603";
}

.icon-search:before {
	content: "\e602";
}

.icon-padlock:before {
	content: "\e600";
}

* {
	font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/assets/htc/boxsizing.htc);
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

audio, canvas, video {
	display: inline-block;
}

	audio:not([controls]) {
		display: none;
		height: 0;
	}

[hidden], template {
	display: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}

body {
	margin: 0;
}

a {
	background: transparent;
}

	a:focus {
		outline: thin dotted;
	}

	a:active, a:hover {
		outline: 0;
	}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

hr {
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 75%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	border: 0;
	padding: 0;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button, input {
	line-height: normal;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

	button[disabled], html input[disabled] {
		cursor: default;
	}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

	input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child, ul:first-child, ol:first-child, li:first-child {
	margin-top: 0;
}

.ir {
	font-size: 0em;
	text-shadow: none;
	color: transparent !important;
	text-transform: capitalize;
	display: block;
}

	.ir br {
		display: none;
	}

.nowrap {
	white-space: nowrap;
}

.hidden {
	display: none;
	visibility: hidden;
}

.vh, .js .sort-by-form input[type="submit"] {
	border: 0;
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	opacity: 0;
}

	.vh.focusable:active, .js .sort-by-form input.focusable[type="submit"]:active, .vh.focusable:focus, .js .sort-by-form input.focusable[type="submit"]:focus {
		width: auto;
		height: auto;
		position: static;
		opacity: 1;
	}

.invisible {
	visibility: hidden;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

@media screen and (min-width: 981px) {
	.hide--desktop {
		display: none;
	}
}

.unstyled-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/**********************************
			ELEMENTS
**********************************/
html {
	font-size: 62.5%;
	vertical-align: middle;
	font-family: 'Gudea', "Helvetica Neue", Helvetica, Arial, sans-serif, Arial, Helvetica, sans-serif;
}

/*HEADINGS*/
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-weight: 700;
}

h1, .h1 {
	font-size: 3em;
}

h2, .h2 {
	font-size: 2.4em;
	font-weight: normal;
	margin-bottom: 10px;
}

h3, .h3 {
	font-size: 2em;
}

h4, .h4 {
	font-size: 1.6em;
}

h5, .h5 {
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
}

h6, .h6 {
	font-size: 1em;
	font-weight: 700;
	font-style: italic;
}

p, li {
	font-size: 1em;
	line-height: 1.4em;
}

p {
	margin: 0 0 1em;
	font-size: 1.6em;
}

a {
	text-decoration: none;
	color: #356497;
}

	a:hover, a:focus {
		text-decoration: underline;
	}

#skipToContent {
	color: #333333;
	text-decoration: none;
	top: 15px;
}

.noscript-message {
	display: none;
}

.no-js .noscript-message {
	display: block;
	padding: 20px;
	background-color: #ecb2b2;
	border: 1px solid #8c1717;
	color: #8c1717;
	box-shadow: 3px 3px 3px #999;
}

.noscript-message p {
	margin: 0;
}

.noscript-message a {
	color: #8c1717;
	text-decoration: underline;
}

.js img.retina {
	visibility: hidden;
}

	.js img.retina.loaded {
		visibility: visible;
	}

.no-js img.retina {
	display: none;
}

.back-to-top {
	position: fixed;
	z-index: 20;
	bottom: 20px;
	right: 50px;
	padding: 17px 10px 8px 10px;
	text-transform: uppercase;
	background: #fff;
	border-radius: 50%;
	color: #2b5588;
	border: 1px solid #2b5588;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
}

	.back-to-top:hover {
		background-color: #f0f0f0;
		text-decoration: none;
	}

.js .back-to-top {
	display: none;
}

.back-to-top:before {
	content: "\e608";
	display: inline-block;
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	font-size: 6px;
	font-size-adjust: 0.3;
}

@media screen and (max-width: 580px) {
	.back-to-top {
		right: 0;
		left: 0;
		bottom: 0;
		border-radius: 0;
		padding: 5px;
	}

		.back-to-top:before, .back-to-top:after {
			position: absolute;
			font-size: 6px;
			font-size-adjust: 0.3;
		}

		.back-to-top:before {
			left: 25%;
			top: 40%;
			right: auto;
			width: auto;
		}

		.back-to-top:after {
			content: "\e608";
			display: inline-block;
			font-family: 'icons';
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			right: 25%;
			top: 40%;
		}
}

/**********************************\
	Resolution specific elements
\*********************************/
.mobile-only {
	display: none;
}

@media screen and (max-width: 580px) {
	.mobile-only {
		display: block;
	}
}

.tablet-only {
	display: none;
}

@media screen and (min-width: 854px) and (max-width: 1099px) {
	.tablet-only {
		display: block;
	}
}

.desktop-only {
	display: none;
}

@media screen and (min-width: 1101px) {
	.desktop-only {
		display: block;
	}
}

@media screen and (max-width: 580px) {
	.mobile-hidden {
		display: none;
	}
}

@media screen and (min-width: 854px) and (max-width: 1099px) {
	.tablet-hidden {
		display: none;
	}
}

@media screen and (min-width: 1101px) {
	.desktop-hidden {
		display: none;
	}
}

/*******************\
	Form elements
\*******************/
select {
	font-size: 1.6em;
	cursor: pointer;
}

.js select {
	visibility: hidden;
}

.styled-select, .advSearchCalc {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #397327;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	box-shadow: 0 0 5px rgba(115, 161, 45, 0.5);
	z-index: 0;
}

	.styled-select:after, .advSearchCalc:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: -1px;
		height: 100%;
		width: 33px;
		background: #397327;
		border-radius: 0;
		z-index: 0;
	}

	.styled-select:before, .advSearchCalc:before {
		content: "\e604";
		display: inline-block;
		font-family: 'icons';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		right: 11px;
		z-index: 1;
		top: 50%;
		color: #fff;
		font-size: 5px;
		background: transparent;
		margin-top: -2px;
		font-size-adjust: 0.3;
	}

	.styled-select select, .advSearchCalc select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		-webkit-border-radius: 0;
		border-radius: 0;
		width: 115%;
		border: none;
		background: transparent;
		background: rgba(255, 255, 255, 0.0001);
		visibility: visible;
		padding: 6px 0 5px 5px;
		position: relative;
		z-index: 2;
	}

		.styled-select select:focus::-ms-value, .advSearchCalc select:focus::-ms-value {
			background: transparent;
			color: #333333;
		}

input[type=text], input[type=email], input[type=search], input[type=password], input[type=date], input[type=number], textarea {
	padding: 6px;
	font-size: 1.6em;
	width: 100%;
	border: 1px solid #397327;
	box-shadow: 0 0 5px #94bd4e;
	border-radius: 3px;
	color: #333333;
}

	input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
		color: #333333;
	}

	input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=password]:-moz-placeholder, textarea:-moz-placeholder {
		color: #333333;
		opacity: 1;
	}

	input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
		color: #333333;
		opacity: 1;
	}

	input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder {
		color: #333333;
	}

	input[type=text]::input-placeholder, input[type=email]::input-placeholder, input[type=search]::input-placeholder, input[type=password]::input-placeholder, textarea::input-placeholder {
		color: #333333;
	}

input[type=submit], .form__button, .button, .compare-vehicles .head h2 a {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #397327;
	border-radius: 3px;
	padding: 5px 20px;
	font-weight: 700;
	color: #fff;
	border: none;
	font-size: 1.6em;
	display: inline-block;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

	input[type=submit]:hover, .form__button:hover, input[type=submit]:focus, .form__button:focus, .button:hover, .compare-vehicles .head h2 a:hover, .button:focus, .compare-vehicles .head h2 a:focus {
		background-color: #2b571e;
		text-decoration: none;
	}

.back-btn {
	margin-left: 10px;
}

	.back-btn:before {
		content: "\e606";
		display: inline-block;
		font-family: 'icons';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #fff;
		font-size: 10px;
		position: relative;
		left: -10px;
		top: -1px;
	}

input[type=checkbox], input[type=radio] {
	float: left;
}

	input[type=checkbox] + label, input[type=radio] + label {
		padding-left: 17px;
		position: relative;
		cursor: pointer;
	}

input[type=checkbox], input[type=radio] {
	position: absolute;
	opacity: 0;
}

	input[type=checkbox] + label:after, input[type=radio] + label:after {
		content: "";
		display: block;
		position: absolute;
		top: 2px;
		left: 0;
		height: 10px;
		width: 10px;
		background: #fff;
		border-radius: 2px;
		box-shadow: 0 0 5px #397327;
		border: 1px solid #333333;
		-webkit-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}

	input[type=checkbox] + label:before, input[type=radio] + label:before {
		content: "";
		display: block;
		position: absolute;
		top: 5px;
		left: 3px;
		height: 6px;
		width: 6px;
		background-color: #397327;
		border-radius: 2px;
		z-index: 2;
		opacity: 0;
		-webkit-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}

	input[type=checkbox] + label:hover:after, input[type=radio] + label:hover:after {
		background-color: #d0d0d0;
	}

	input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
		opacity: 1;
	}

	input[type=checkbox][disabled="disabled"] + label:after, input[type=radio][disabled="disabled"] + label:after {
		background-color: #d0d0d0;
		box-shadow: none;
		outline: 1px solid #7e7e7e;
	}

	input[type=checkbox]:focus + label:after, input[type=radio]:focus + label:after {
		background-color: #d0d0d0;
	}

	input[type=radio] + label:before, input[type=radio] + label:after {
		border-radius: 50%;
		margin-top: -1px;
	}

	input[type=checkbox] + label:before {
		content: "\e609";
		display: inline-block;
		font-family: 'icons';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #397327;
		font-size: 10px;
		background: transparent;
		top: 3px;
		left: 1px;
	}

	input[type=checkbox] + label:before, input[type=checkbox] + label:after {
		margin-top: -1px;
	}

.js .form-section.response-type {
	display: none;
}

/************\
	tables
\************/
table {
	text-align: left;
	width: 100%;
}

	table th, table td {
		padding: 5px;
	}

	table thead th {
		font-weight: 700;
	}

	table tbody th {
		font-weight: 700;
	}

/************\
	Columns
\************/
.columns {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}

.column {
	float: left;
	padding: 0;
	margin: 0;
}

	.column.clear {
		clear: left;
	}

	.column.full {
		width: 100%;
	}

	.column.halves {
		width: 50%;
	}

@media screen and (max-width: 580px) {
	.column.halves {
		width: 100%;
	}
}

.column.thirds {
	width: 33.33%;
}

@media screen and (max-width: 580px) {
	.column.thirds {
		width: 100%;
	}
}

.column.thirds.colspan2 {
	width: 66.66%;
}

@media screen and (max-width: 580px) {
	.column.thirds.colspan2 {
		width: 100%;
	}
}

.column.quarters {
	width: 25%;
}

@media screen and (max-width: 980px) {
	.column.quarters {
		width: 50%;
	}

		.column.quarters.tablet-clear {
			clear: left;
		}
}

@media screen and (max-width: 580px) {
	.column.quarters {
		width: 100%;
	}
}

.column.fiths {
	width: 20%;
}

@media screen and (max-width: 980px) {
	.column.fiths {
		width: 100%;
	}
}

.column.fiths.colspan2 {
	width: 40%;
}

@media screen and (max-width: 980px) {
	.column.fiths.colspan2 {
		width: 100%;
	}
}

.column.fiths.colspan3 {
	width: 60%;
}

@media screen and (max-width: 980px) {
	.column.fiths.colspan3 {
		width: 100%;
	}
}

.column.fiths.colspan4 {
	width: 80%;
}

@media screen and (max-width: 980px) {
	.column.fiths.colspan4 {
		width: 100%;
	}
}

.column.sixths {
	width: 16.66%;
}

@media screen and (max-width: 980px) {
	.column.sixths {
		width: 50%;
	}
}

@media screen and (max-width: 580px) {
	.column.sixths {
		width: 100%;
	}
}

.column.sixths.colspan5 {
	width: 83.33%;
}

/************\
  File icons
\************/
a.new-window {
	background-image: url(../images/design/sprite.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: right 0px;
	padding-right: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192ppi), only screen and (min-resolution: 2dppx) {
	a.new-window {
		background-size: 50px auto;
		background-image: url(../images/design/sprite@2x.png);
	}
}

a.new-window.document {
	padding-right: 0;
	background: none;
	font-size: 1em;
	font-weight: 700;
	text-decoration: none;
}

	a.new-window.document:hover, a.new-window.document:focus {
		text-decoration: underline;
	}

/**********************************
		PAGE CONSTRAINTS
**********************************/
.container {
	max-width: 1060px;
	margin: 0 auto;
}

@media screen and (min-width: 854px) and (max-width: 1099px) {
	.container {
		margin: 0 20px;
	}
}

#main {
	position: relative;
	clear: both;
}

@media screen and (min-width: 581px) {
	#main {
		min-height: 500px;
	}
}

/**********************************
			HEADER
**********************************/
header {
	position: relative;
	background-color: #fff;
	float: left;
	width: 100%;
	z-index: 6;
}

	header .container {
		position: relative;
		zoom: 1;
	}

		header .container:before, header .container:after {
			content: "";
			display: table;
		}

		header .container:after {
			clear: both;
		}


@media screen and (max-width: 854px) {
	header .container {
		margin: 0;
	}
}

.header-logos {
	height: 108px;
	float: left;
	width: 50%;
}

	.header-logos .logo {
		float: left;
		width: 50%;
	}

	.header-logos .gov-logo {
		font-size: 2em;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		white-space: nowrap;
		margin: 2px 0 0;
	}

		.header-logos .gov-logo img {
			margin: 20px 5px 20px 0;
			vertical-align: middle;
			height: auto;
			max-width: 100%;
		}

	.header-logos .gvg-logo {
		margin: 30px 0 0;
		text-align: center;
	}

		.header-logos .gvg-logo a {
			display: block;
		}

		.header-logos .gvg-logo img {
			max-width: 100%;
			height: auto;
		}

@media screen and (max-width: 854px) {
	.header-logos {
		width: 100%;
		padding-left: 20px;
	}
}

@media screen and (max-width: 580px) {
	.header-logos {
		padding: 0 20px;
		height: auto;
	}

		.header-logos .logo {
			padding: 10px;
			margin: 0;
		}

			.header-logos .logo img {
				margin: 0 auto;
			}
}

@media screen and (max-width: 460px) {
	.header-logos .logo {
		float: none;
		width: 100%;
		margin: 0;
		text-align: center;
		padding: 5px;
	}

		.header-logos .logo img {
			max-width: 200px;
		}
}

.megamenu {
	display: none;
}

	.megamenu.open {
		display: block;
	}

.header-actions {
	float: right;
	width: 50%;
	max-width: 430px;
	text-align: center;
	margin-bottom: -15px;
	/**********************************
			Main menu
**********************************/
	/********* Main menu button **********/
	/********* Main menu megamenu **********/
	/**********************************
			Site Search
**********************************/
	/********* site search button **********/
}

	.header-actions .megamenu-container {
		width: 33.33%;
		float: left;
		max-width: 116px;
	}

	.header-actions .megamenu-button {
		display: block;
		text-decoration: none;
	}

@media screen and (min-width: 981px) {
	.header-actions .megamenu-button:hover, .header-actions .megamenu-button:focus {
		background: #fff;
		background: -moz-linear-gradient(top, #f4f4f3 0%, #fff 50%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f3), color-stop(50%, #fff));
		background: -webkit-linear-gradient(top, #f4f4f3 0%, #fff 50%);
		background: -o-linear-gradient(top, #f4f4f3 0%, #fff 50%);
		background: -ms-linear-gradient(top, #f4f4f3 0%, #fff 50%);
		background: linear-gradient(to bottom, #f4f4f3 0%, #fff 50%);
		background-repeat: repeat-x, no-repeat;
	}

		.header-actions .megamenu-button:hover .line, .header-actions .megamenu-button:focus .line {
			background: #73bf4b;
			background: -moz-linear-gradient(left, #73bf4b 0%, #aacc06 100%);
			background: -webkit-gradient(linear, left top, right top, color-stop(0%, #73bf4b), color-stop(100%, #aacc06));
			background: -webkit-linear-gradient(left, #73bf4b 0%, #aacc06 100%);
			background: -o-linear-gradient(left, #73bf4b 0%, #aacc06 100%);
			background: -ms-linear-gradient(left, #73bf4b 0%, #aacc06 100%);
			background: linear-gradient(to right, #73bf4b 0%, #aacc06 100%);
		}
}

.header-actions .megamenu {
	position: absolute;
	top: 100%;
	background-color: #fff;
}

@media screen and (max-width: 854px) {
	.header-actions {
		width: 100%;
		margin-bottom: 0;
		max-width: 320px;
	}

		.header-actions .megamenu-container {
			width: 33.33%;
			max-width: 100px;
		}

	header .header-actions .header-button {
		height: 65px;
		padding: 0;
		position: relative;
		background: #fff;
		background: -moz-linear-gradient(top, #fff 33%, #f4f4f3 66%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #fff), color-stop(66%, #f4f4f3));
		background: -webkit-linear-gradient(top, #fff 33%, #f4f4f3 66%);
		background: -o-linear-gradient(top, #fff 33%, #f4f4f3 66%);
		background: -ms-linear-gradient(top, #fff 33%, #f4f4f3 66%);
		background: linear-gradient(to bottom, #fff 33%, #f4f4f3 66%);
	}
}

.header-actions .main-menu-button {
	padding-top: 15px;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 65%, #f4f4f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #fff), color-stop(100%, #f4f4f3));
	background: -webkit-linear-gradient(top, #fff 65%, #f4f4f3 100%);
	background: -o-linear-gradient(top, #fff 65%, #f4f4f3 100%);
	background: -ms-linear-gradient(top, #fff 65%, #f4f4f3 100%);
	background: linear-gradient(to bottom, #fff 65%, #f4f4f3 100%);
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	z-index: 11;
	position: relative;
}

@media screen and (max-width: 854px) {
	.header-actions .main-menu-button {
		padding-top: 0;
	}
}

.header-actions .main-menu-button.open {
	background: transparent;
	background: -moz-linear-gradient(top, #f4f4f3 0%, #FFF 35%, #FDFDFD 75%, #fff 90%, #FFF 100%);
	background: -webkit-linear-gradient(top, #f4f4f3 0%, #FFF 35%, #FDFDFD 75%, #fff 90%, #FFF 100%);
	background: -o-linear-gradient(top, #f4f4f3 0%, #FFF 35%, #FDFDFD 75%, #fff 90%, #FFF 100%);
	background: -ms-linear-gradient(top, #f4f4f3 0%, #FFF 35%, #FDFDFD 75%, #fff 90%, #FFF 100%);
	background: linear-gradient(to bottom, #f4f4f3 0%, #FFF 35%, #FDFDFD 75%, #fff 90%, #FFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f3', endColorstr='#fff',GradientType=0 );
	background-repeat: repeat-x, no-repeat;
}

.header-actions .main-menu-button-inner {
	display: block;
	border-color: #f4f4f3;
	border-style: solid;
	border-width: 0 1px;
	padding: 16px 5px;
}

@media screen and (max-width: 854px) {
	.header-actions .main-menu-button-inner {
		padding: 0 5px;
	}
}

.header-actions .menu-button-icon {
	display: block;
	width: 42px;
	margin: 0 auto 9px;
}

	.header-actions .menu-button-icon .line {
		display: block;
		height: 12px;
		width: 100%;
		background: #aacc06;
		background: -moz-linear-gradient(left, #aacc06 0%, #73bf4b 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%, #aacc06), color-stop(100%, #73bf4b));
		background: -webkit-linear-gradient(left, #aacc06 0%, #73bf4b 100%);
		background: -o-linear-gradient(left, #aacc06 0%, #73bf4b 100%);
		background: -ms-linear-gradient(left, #aacc06 0%, #73bf4b 100%);
		background: linear-gradient(to right, #aacc06 0%, #73bf4b 100%);
		box-shadow: inset 0 -1px 3px #78a923, 0 3px 5px #E1E3DF;
		margin-bottom: 5px;
		border-radius: 10px;
	}

@media screen and (max-width: 854px) {
	.header-actions .menu-button-icon {
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -20px;
		margin-left: -20px;
		width: 40px;
	}

		.header-actions .menu-button-icon .line {
			height: 10px;
		}
}

.header-actions .menu-button-text {
	font-size: 1.4em;
	font-weight: 700;
	color: #397327;
	text-shadow: 0px 1px 1px #FFFFFF;
}

@media screen and (max-width: 854px) {
	.header-actions .menu-button-text {
		display: none;
	}
}

.header-actions .nav-megamenu {
	right: 0;
	width: 63.6%;
	z-index: 10;
	text-align: left;
	border: 1px solid #e1e3df;
}

	.header-actions .nav-megamenu h2 {
		font-size: 2em;
		margin-top: 25px;
		color: #397327;
		font-weight: 700;
	}

	.header-actions .nav-megamenu ul {
		padding: 0;
		list-style: none;
		margin: 0;
	}

		.header-actions .nav-megamenu ul li {
			padding: 29px 40px 28px;
			border-top: 1px solid #f4f4f3;
			font-size: 2em;
			margin: 0;
		}

			.header-actions .nav-megamenu ul li:first-child {
				border: none;
			}

		.header-actions .nav-megamenu ul a {
			color: #397327;
			font-weight: bold;
		}

	.header-actions .nav-megamenu .extra-info-nav {
		margin-top: 14px;
	}

		.header-actions .nav-megamenu .extra-info-nav li {
			padding: 3px 40px;
			font-size: 1.6em;
		}

	.header-actions .nav-megamenu .column.halves:nth-child(2) {
		width: 41%;
		float: right;
	}

@media screen and (max-width: 980px) {
	.header-actions .nav-megamenu {
		width: 100%;
	}
}

@media screen and (max-width: 580px) {
	.header-actions .nav-megamenu ul li {
		padding: 0;
	}

		.header-actions .nav-megamenu ul li a {
			padding: 10px 20px;
			display: block;
		}

	.header-actions .nav-megamenu .column.halves:nth-child(2) {
		width: 100%;
	}

	.header-actions .nav-megamenu h2 {
		padding: 10px 20px;
		margin: 0;
		border-top: 1px solid #f4f4f3;
		border-bottom: 1px solid #f4f4f3;
		position: relative;
		cursor: pointer;
	}

		.header-actions .nav-megamenu h2:before {
			content: "\e604";
			display: inline-block;
			font-family: 'icons';
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			position: absolute;
			right: 20px;
			top: 50%;
			margin-top: -2px;
			font-size: 6px;
			-ms-transform: rotate(-90deg);
			-webkit-transform: rotate(-90deg);
			transform: rotate(-90deg);
		}

		.header-actions .nav-megamenu h2.open:before {
			-ms-transform: rotate(0);
			-webkit-transform: rotate(0);
			transform: rotate(0);
			margin-top: -3px;
		}

	.header-actions .nav-megamenu .extra-info-nav {
		margin: 0;
		display: none;
	}

		.header-actions .nav-megamenu .extra-info-nav li {
			padding: 0;
		}

		.header-actions .nav-megamenu .extra-info-nav a {
			padding: 7px 40px;
		}
}

.header-actions .site-search-button {
	height: 108px;
	position: relative;
}

@media screen and (min-width: 981px) {
	.header-actions .site-search-button:hover .icon-search, .header-actions .site-search-button:focus .icon-search {
		background: #73bf4b;
		background: -moz-linear-gradient(left, #73bf4b 0%, #aacc06 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%, #73bf4b), color-stop(100%, #aacc06));
		background: -webkit-linear-gradient(left, #73bf4b 0%, #aacc06 100%);
		background: -o-linear-gradient(left, #73bf4b 0%, #aacc06 100%);
		background: -ms-linear-gradient(left, #73bf4b 0%, #aacc06 100%);
		background: linear-gradient(to right, #73bf4b 0%, #aacc06 100%);
	}

		.header-actions .site-search-button:hover .icon-search:before, .header-actions .site-search-button:focus .icon-search:before {
			text-shadow: 0px -1px 1px #397327;
		}
}

.header-actions .site-search-button.open {
	background: #aacc06;
	background: url(../images/design/sprite.png), -moz-radial-gradient(top right, ellipse cover, #4db52c 0%, #aacc06 60%);
	background: url(../images/design/sprite.png), -webkit-gradient(radial, top right, 0px, center center, 60%, color-stop(0%, #4db52c), color-stop(60%, #aacc06));
	background: url(../images/design/sprite.png), -webkit-radial-gradient(top right, ellipse cover, #4db52c 0%, #aacc06 60%);
	background: url(../images/design/sprite.png), -o-radial-gradient(top right, ellipse cover, #4db52c 0%, #aacc06 60%);
	background: url(../images/design/sprite.png), -ms-radial-gradient(top right, ellipse cover, #4db52c 0%, #aacc06 60%);
	background: url(../images/design/sprite.png), radial-gradient(ellipse at top right, #4db52c 0%, #aacc06 60%);
	background-repeat: no-repeat;
	background-position: 0 -32px, 0 0;
	background-repeat: repeat-x, no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192ppi), only screen and (min-resolution: 2dppx) {
	.header-actions .site-search-button.open {
		background: url(../images/design/sprite@2x.png), -moz-radial-gradient(top right, ellipse cover, #4db52c 0%, #aacc06 60%);
		background: url(../images/design/sprite@2x.png), -webkit-gradient(radial, top right, 0px, center center, 60%, color-stop(0%, #4db52c), color-stop(60%, #aacc06));
		background: url(../images/design/sprite@2x.png), -webkit-radial-gradient(top right, ellipse cover, #4db52c 0%, #aacc06 60%);
		background: url(../images/design/sprite@2x.png), -o-radial-gradient(top right, ellipse cover, #4db52c 0%, #aacc06 60%);
		background: url(../images/design/sprite@2x.png), -ms-radial-gradient(top right, ellipse cover, #4db52c 0%, #aacc06 60%);
		background: url(../images/design/sprite@2x.png), radial-gradient(ellipse at top right, #4db52c 0%, #aacc06 60%);
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192ppi), only screen and (min-resolution: 2dppx) {
	.header-actions .site-search-button.open {
		background-size: 50px auto, auto auto;
	}
}

.header-actions .site-search-button.open .icon-search {
	background: #a0c200;
	background: -moz-linear-gradient(left, #a0c200 0%, #73bf4b 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a0c200), color-stop(100%, #73bf4b));
	background: -webkit-linear-gradient(left, #a0c200 0%, #73bf4b 100%);
	background: -o-linear-gradient(left, #a0c200 0%, #73bf4b 100%);
	background: -ms-linear-gradient(left, #a0c200 0%, #73bf4b 100%);
	background: linear-gradient(to right, #a0c200 0%, #73bf4b 100%);
	box-shadow: inset 0 1px 1px #FFFFFF, inset 0 -1px 1px #73a12d, 0 -1px 1px #73a12d, 0 1px 1px #fff;
	/*bottom outer shine*/
}

@media screen and (min-width: 981px) {
	.header-actions .site-search-button.open:hover .icon-search, .header-actions .site-search-button.open:focus .icon-search {
		background: #73bf4b;
		background: -moz-linear-gradient(left, #73bf4b 0%, #a0c200 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%, #73bf4b), color-stop(100%, #a0c200));
		background: -webkit-linear-gradient(left, #73bf4b 0%, #a0c200 100%);
		background: -o-linear-gradient(left, #73bf4b 0%, #a0c200 100%);
		background: -ms-linear-gradient(left, #73bf4b 0%, #a0c200 100%);
		background: linear-gradient(to right, #73bf4b 0%, #a0c200 100%);
	}
}

@media screen and (max-width: 854px) {
	.header-actions .site-search-button.open {
		background-position: 0 -58px, 0 0;
	}

	.header-actions .site-search-button:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 1px;
		background: -moz-linear-gradient(top, rgba(225, 227, 223, 0) 0%, #e1e3df 50%, rgba(225, 227, 223, 0) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(225, 227, 223, 0)), color-stop(50%, #e1e3df), color-stop(100%, rgba(225, 227, 223, 0)));
		background: -webkit-linear-gradient(top, rgba(225, 227, 223, 0) 0%, #e1e3df 50%, rgba(225, 227, 223, 0) 100%);
		background: -o-linear-gradient(top, rgba(225, 227, 223, 0) 0%, #e1e3df 50%, rgba(225, 227, 223, 0) 100%);
		background: -ms-linear-gradient(top, rgba(225, 227, 223, 0) 0%, #e1e3df 50%, rgba(225, 227, 223, 0) 100%);
		background: linear-gradient(to bottom, rgba(225, 227, 223, 0) 0%, #e1e3df 50%, rgba(225, 227, 223, 0) 100%);
	}
}

.header-actions .icon-search {
	display: block;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	background: #aacc06;
	background: -moz-linear-gradient(left, #aacc06 0%, #73bf4b 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #aacc06), color-stop(100%, #73bf4b));
	background: -webkit-linear-gradient(left, #aacc06 0%, #73bf4b 100%);
	background: -o-linear-gradient(left, #aacc06 0%, #73bf4b 100%);
	background: -ms-linear-gradient(left, #aacc06 0%, #73bf4b 100%);
	background: linear-gradient(to right, #aacc06 0%, #73bf4b 100%);
	box-shadow: inset 0 1px 1px #FFFFFF, inset 0 -1px 1px #73a12d, 0 -1px 1px #c8d5bf, 0 3px 5px #E1E3DF;
	/*main outer shadow*/
}

	.header-actions .icon-search:before {
		content: "\e602";
		font-size: 28px;
		line-height: 50px;
		color: #fff;
		margin-left: -3px;
		text-shadow: 0px 1px 1px #397327;
	}

@media screen and (max-width: 854px) {
	.header-actions .icon-search {
		height: 45px;
		width: 45px;
		margin-top: -22px;
		margin-left: -22px;
	}

		.header-actions .icon-search:before {
			font-size: 26px;
			line-height: 45px;
		}
}

/********* Site search mega menu **********/
.search-megamenu {
	width: 100%;
	right: 0;
	z-index: 15;
	background: #4db52c;
	background: -moz-linear-gradient(left, #4db52c 0%, #aacc06 80%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4db52c), color-stop(80%, #aacc06));
	background: -webkit-linear-gradient(left, #4db52c 0%, #aacc06 80%);
	background: -o-linear-gradient(left, #4db52c 0%, #aacc06 80%);
	background: -ms-linear-gradient(left, #4db52c 0%, #aacc06 80%);
	background: linear-gradient(to right, #4db52c 0%, #aacc06 80%);
	padding: 10px;
	text-align: left;
	/*     quick search      */
	/*     dividing-or      */
	/*     advanced search      */
	/*     compare list     */
	/*     filter list     */
}

@media screen and (max-width: 854px) {
	.search-megamenu {
		background: #aacc06;
		background: -moz-linear-gradient(left, #aacc06 40%, #4db52c 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(40%, #aacc06), color-stop(100%, #4db52c));
		background: -webkit-linear-gradient(left, #aacc06 40%, #4db52c 100%);
		background: -o-linear-gradient(left, #aacc06 40%, #4db52c 100%);
		background: -ms-linear-gradient(left, #aacc06 40%, #4db52c 100%);
		background: linear-gradient(to right, #aacc06 40%, #4db52c 100%);
		box-shadow: inset 0 1px 0 rgba(246, 250, 240, 0.5), 0 -1px 0 #a4b39a;
	}
}

@media screen and (max-width: 580px) {
	.search-megamenu {
		padding: 5px 0 0;
	}

		.search-megamenu .popular-searches, .search-megamenu .advanced-site-search {
			display: none;
		}
}

.search-megamenu .quick-search {
	background-color: #397327;
	position: relative;
	margin-right: -10px;
	padding: 18px 15px 12px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

	.search-megamenu .quick-search:before {
		content: "";
		display: block;
		position: relative;
		display: block;
		height: 15px;
		width: 0px;
		border-left: 0 solid #2b571e;
		position: absolute;
		top: 100%;
		right: 0;
	}

		.search-megamenu .quick-search:before:before {
			content: "";
			display: block;
			position: absolute;
			border: 0 solid #2b571e;
			height: 10px;
			width: 10px;
			right: 0;
			bottom: 0;
			border-top: none;
			border-left: none;
			-ms-transform: rotate(45);
			-webkit-transform: rotate(45);
			transform: rotate(45);
			-webkit-transform-origin: bottom right;
			-ms-transform-origin: bottom right;
			transform-origin: bottom right;
		}

	.search-megamenu .quick-search label {
		font-size: 2.4em;
		line-height: 40px;
		color: #fff;
		font-weight: 700;
		float: left;
	}

	.search-megamenu .quick-search .quick-search-input-wrap {
		margin-left: 158px;
		position: relative;
	}

		.search-megamenu .quick-search .quick-search-input-wrap:before {
			content: "\e602";
			display: inline-block;
			font-family: 'icons';
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			position: absolute;
			top: 10px;
			font-size: 25px;
			right: 15px;
			color: #397327;
		}

		.search-megamenu .quick-search .quick-search-input-wrap .textfield {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			-webkit-border-radius: 0;
			border-radius: 0;
			width: 100%;
			padding: 10px 45px 10px 15px;
			border-radius: 5px;
			border: none;
			font-size: 1.8em;
			color: #397327;
		}

			.search-megamenu .quick-search .quick-search-input-wrap .textfield::-webkit-input-placeholder {
				color: #397327;
			}

			.search-megamenu .quick-search .quick-search-input-wrap .textfield:-moz-placeholder {
				color: #397327;
				opacity: 1;
			}

			.search-megamenu .quick-search .quick-search-input-wrap .textfield::-moz-placeholder {
				color: #397327;
				opacity: 1;
			}

			.search-megamenu .quick-search .quick-search-input-wrap .textfield:-ms-input-placeholder {
				color: #397327;
			}

			.search-megamenu .quick-search .quick-search-input-wrap .textfield::input-placeholder {
				color: #397327;
			}

@media screen and (max-width: 580px) {
	.search-megamenu .quick-search .quick-search-input-wrap .textfield {
		font-size: 1.6em;
		border-radius: 0;
	}
}

.search-megamenu .quick-search .quick-search-input-wrap input[type=submit], .search-megamenu .quick-search .quick-search-input-wrap .form__button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	opacity: 0;
	background: transparent;
	color: transparent;
}

@media screen and (max-width: 580px) {
	.search-megamenu .quick-search {
		padding: 10px 20px 20px;
		margin-right: 0;
		box-shadow: none;
	}

		.search-megamenu .quick-search:before {
			display: none;
		}

		.search-megamenu .quick-search label {
			line-height: 1em;
			float: none;
			display: block;
			text-align: center;
			font-size: 1.8em;
			margin-bottom: 10px;
		}

		.search-megamenu .quick-search .quick-search-input-wrap {
			margin-left: 0;
		}

			.search-megamenu .quick-search .quick-search-input-wrap input {
				text-align: center;
				text-indent: 40px;
			}
}

.search-megamenu .keywords {
	width: 45.4%;
}

@media screen and (max-width: 980px) {
	.search-megamenu .keywords {
		width: 100%;
	}
}

.search-megamenu .popular-searches {
	padding-left: 20px;
	width: 54.5%;
}

@media screen and (max-width: 980px) {
	.search-megamenu .popular-searches {
		width: 100%;
		padding: 0 0 10px;
	}
}

.search-megamenu .popular-searches h2 {
	font-size: 1.6em;
	font-weight: 700;
	color: #fff;
	margin-bottom: 3px;
}

.search-megamenu .popular-searches ul {
	padding: 0;
	margin: 0;
}

.search-megamenu .popular-searches li {
	float: left;
	padding-left: 20px;
	color: #fff;
	font-size: 1.4em;
	list-style: none;
	position: relative;
}

	.search-megamenu .popular-searches li:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 8px;
		width: 4px;
		height: 4px;
		margin-top: -3px;
		background-color: #fff;
		border-radius: 50%;
	}

	.search-megamenu .popular-searches li:first-child {
		padding-left: 0;
	}

		.search-megamenu .popular-searches li:first-child:before {
			display: none;
		}

	.search-megamenu .popular-searches li a {
		color: #fff;
		text-decoration: underline;
	}

		.search-megamenu .popular-searches li a:hover, .search-megamenu .popular-searches li:focus {
			text-decoration: none;
		}

.search-megamenu .dividing-or {
	position: absolute;
	top: 100%;
	left: 70px;
	margin-top: -12px;
	text-align: center;
}

@media screen and (max-width: 580px) {
	.search-megamenu .dividing-or {
		left: 50%;
		margin-left: -12px;
	}
}

.search-megamenu .mobile-advanced-search {
	padding: 20px;
	background-color: #f6faf0;
	box-shadow: 0px 3px 3px #E1E3DF;
}

	.search-megamenu .mobile-advanced-search a {
		display: block;
		background-color: #aacc06;
		padding: 7px;
		width: 100%;
		text-align: center;
		border-radius: 3px;
		color: #333333;
		font-size: 1.5em;
		font-weight: 700;
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

		.search-megamenu .mobile-advanced-search a.open {
			background-color: #c30d0d;
			color: #fff;
		}

			.search-megamenu .mobile-advanced-search a.open .default-text {
				display: none;
			}

			.search-megamenu .mobile-advanced-search a.open .open-text {
				display: inline;
			}

	.search-megamenu .mobile-advanced-search .open-text {
		display: none;
	}

.search-megamenu .advanced-site-search {
	background-color: #f6faf0;
}

	.search-megamenu .advanced-site-search.open {
		display: block;
	}

	.search-megamenu .advanced-site-search h2 {
		font-size: 2.4em;
		font-weight: 700;
		color: #397327;
		padding: 20px 15px 3px;
		margin: 0;
	}

	.search-megamenu .advanced-site-search .search-segment {
		border-bottom: 1px solid #e1e3df;
		box-shadow: 0 1px 0 #FFFFFF;
		clear: both;
		zoom: 1;
	}

		.search-megamenu .advanced-site-search .search-segment:before, .search-megamenu .advanced-site-search .search-segment:after {
			content: "";
			display: table;
		}

		.search-megamenu .advanced-site-search .search-segment:after {
			clear: both;
		}

@media screen and (max-width: 580px) {
	.search-megamenu .advanced-site-search .search-segment {
		padding-top: 0;
	}
}

.search-megamenu .advanced-search-tabs {
	padding: 10px 15px 0;
}

	.search-megamenu .advanced-search-tabs p {
		font-size: 1.9em;
		float: left;
		font-weight: 700;
		margin: 3px 0 0;
	}

	.search-megamenu .advanced-search-tabs ul {
		margin: 0 0 0 230px;
		list-style: none;
		padding: 0;
	}

@media screen and (max-width: 1100px) {
	.search-megamenu .advanced-search-tabs ul {
		float: none;
	}

		.search-megamenu .advanced-search-tabs ul li {
			zoom: 1;
		}

			.search-megamenu .advanced-search-tabs ul li:before, .search-megamenu .advanced-search-tabs ul li:after {
				content: "";
				display: table;
			}

			.search-megamenu .advanced-search-tabs ul li:after {
				clear: both;
			}

			.search-megamenu .advanced-search-tabs ul li span {
				display: block;
			}
}

@media screen and (max-width: 854px) {
	.search-megamenu .advanced-search-tabs ul {
		margin-top: 10px;
		margin-left: 0;
		clear: left;
		float: left;
		width: 100%;
	}
}

.search-megamenu .advanced-search-tabs li {
	padding: 0;
	width: 47%;
}

.search-megamenu .advanced-search-tabs a {
	padding: 8px 15px 5px;
	border-radius: 3px 3px 0 0;
	font-size: 1em;
	font-weight: 700;
	width: 90%;
	margin: 0 auto;
	min-width: 0;
}

.search-megamenu .advanced-search-tabs .tab-heading {
	font-size: 1.9em;
}

@media screen and (max-width: 1100px) {
	.search-megamenu .advanced-search-tabs .tab-heading {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 580px) {
	.search-megamenu .advanced-search-tabs .tab-heading {
		font-size: 1.5em;
	}
}

.search-megamenu .advanced-search-tabs .tab-explanation {
	font-size: 1.4em;
	position: relative;
	top: -1px;
	margin-left: 8px;
	font-weight: normal;
}

.search-megamenu .advanced-search-options {
	padding: 0;
}

	.search-megamenu .advanced-search-options label {
		width: 33%;
		float: left;
		font-size: 1.6em;
		font-weight: 700;
		text-align: right;
		line-height: 2em;
		clear: right;
	}

		.search-megamenu .advanced-search-options label + * {
			width: 63%;
			float: right;
			margin-bottom: 9px;
		}

@media screen and (max-width: 1100px) {
	.search-megamenu .advanced-search-options label {
		width: 100%;
		text-align: left;
	}

		.search-megamenu .advanced-search-options label + * {
			width: 90%;
			float: left;
		}
}

.search-megamenu .advanced-search-options input[type="submit"] {
	float: right;
	clear: both;
	width: 63%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-radius: 3px;
	background-color: #aacc06;
	border: none;
	font-size: 1.6em;
	font-weight: 700;
	text-align: center;
	padding: 7px 5px;
	color: #000;
	margin-bottom: 10px;
}

	.search-megamenu .advanced-search-options input[type="submit"]:hover, .search-megamenu .advanced-search-options input[type="submit"]:focus {
		background-color: #7fb915;
	}

@media screen and (max-width: 1100px) {
	.search-megamenu .advanced-search-options input[type="submit"] {
		margin-right: 10%;
		margin-top: 32px;
		margin-bottom: 20px;
		width: 90%;
	}
}

.search-megamenu .advanced-form-items {
	padding: 27px 1.5% 0;
}

@media screen and (max-width: 1100px) {
	.search-megamenu .advanced-form-items {
		padding-top: 5px;
	}
}

@media screen and (max-width: 854px) {
	.search-megamenu .advanced-form-items {
		width: 100%;
	}

		.search-megamenu .advanced-form-items input[type=submit], .search-megamenu .advanced-form-items .form__button {
			width: 100%;
			margin-right: 0;
		}

		.search-megamenu .advanced-form-items .form-item {
			padding: 0 5%;
		}

		.search-megamenu .advanced-form-items .styled-select, .search-megamenu .advanced-form-items .advSearchCalc {
			width: 100%;
		}
}

.search-megamenu .compare-list {
	position: relative;
	float: right;
}

@media screen and (max-width: 854px) {
	.search-megamenu .compare-list {
		width: 100% !important;
	}
}

.search-megamenu .add-to-comparer {
	display: block;
	position: absolute;
	top: 70px;
	left: 0;
	width: 83px;
	padding: 15px 0 15px 15px;
	margin-left: 17px;
	background-color: #356497;
	color: #fff;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 0.9em;
}

	.search-megamenu .add-to-comparer:before, .search-megamenu .add-to-comparer:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
	}

	.search-megamenu .add-to-comparer:after {
		margin-top: -15px;
		height: 30px;
		width: 30px;
		border-radius: 50%;
		background-color: #356497;
		left: -15px;
	}

	.search-megamenu .add-to-comparer:before {
		content: "+";
		font-size: 27px;
		color: #fff;
		font-weight: normal;
		left: -8px;
		z-index: 1;
		margin-top: -8px;
	}

@media screen and (min-width: 981px) {
	.search-megamenu .add-to-comparer:hover, .search-megamenu .add-to-comparer:focus {
		text-decoration: none;
		background-color: #2b5588;
	}

		.search-megamenu .add-to-comparer:hover:after, .search-megamenu .add-to-comparer:focus:after {
			background-color: #2b5588;
		}
}

.search-megamenu .add-to-comparer .small {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	margin-top: 0.9em;
}

@media screen and (max-width: 580px) {
	.search-megamenu .add-to-comparer {
		position: relative;
		display: block;
		width: auto;
		top: 0;
		left: 0;
		margin-bottom: 5px;
		text-align: center;
	}

		.search-megamenu .add-to-comparer .small {
			display: inline;
			white-space: nowrap;
		}
}

.search-megamenu .compare-list-inner {
	margin-left: 95px;
	border-left: 5px solid #356497;
	background-color: #e6ede8;
	padding-bottom: 1px;
}

	.search-megamenu .compare-list-inner h3 {
		padding: 5px;
		background-color: #356497;
		color: #fff;
		margin: 0;
		font-size: 1.6em;
	}

	.search-megamenu .compare-list-inner ul {
		margin: 0 0 10px;
		padding-left: 15px;
		height: 172px;
		overflow: auto;
		position: relative;
	}

@media screen and (min-width: 854px) and (max-width: 1099px) {
	.search-megamenu .compare-list-inner ul {
		min-height: 310px;
	}
}

.search-megamenu .compare-list-inner li {
	padding: 7px 50px 7px 0;
	border-top: 1px solid #e1e3df;
	box-shadow: inset 0 1px 0 #FFFFFF;
	position: relative;
	overflow: hidden;
}

	.search-megamenu .compare-list-inner li:first-child {
		border-top: none;
		box-shadow: none;
	}

	.search-megamenu .compare-list-inner li a {
		font-size: 1.4em;
		color: #333333;
	}

	.search-megamenu .compare-list-inner li .remove-button {
		position: absolute;
		right: 35px;
		top: 50%;
		margin-top: -5px;
		font-size: 10px;
		line-height: 10px;
		color: #c30d0d;
		text-decoration: none;
	}

		.search-megamenu .compare-list-inner li .remove-button:hover, .search-megamenu .compare-list-inner li .remove-button:focus {
			color: #910000;
		}

.search-megamenu .compare-list-inner .button, .search-megamenu .compare-list-inner .compare-vehicles .head h2 a, .compare-vehicles .head h2 .search-megamenu .compare-list-inner a {
	display: block;
	padding: 5px 5px 6px;
	max-width: 180px;
	color: #fff;
	font-size: 1.8em;
	text-align: center;
	font-weight: 700;
	margin: 0 auto 10px;
	border-radius: 3px;
	text-decoration: none;
	box-shadow: 0 -1px 0 #c8dcc1, 0 3px 5px #e1e3df, inset 0 1px 0 #c3d2e6, inset 0 -1px 0 #49767e;
	background: #4b7bb7;
	background: -moz-linear-gradient(left, #4b7bb7 0%, #2b5588 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4b7bb7), color-stop(100%, #2b5588));
	background: -webkit-linear-gradient(left, #4b7bb7 0%, #2b5588 100%);
	background: -o-linear-gradient(left, #4b7bb7 0%, #2b5588 100%);
	background: -ms-linear-gradient(left, #4b7bb7 0%, #2b5588 100%);
	background: linear-gradient(to right, #4b7bb7 0%, #2b5588 100%);
}

@media screen and (min-width: 981px) {
	.search-megamenu .compare-list-inner .button:hover, .search-megamenu .compare-list-inner .compare-vehicles .head h2 a:hover, .compare-vehicles .head h2 .search-megamenu .compare-list-inner a:hover, .search-megamenu .compare-list-inner .button:focus, .search-megamenu .compare-list-inner .compare-vehicles .head h2 a:focus, .compare-vehicles .head h2 .search-megamenu .compare-list-inner a:focus {
		background: #2b5588;
		background: -moz-linear-gradient(left, #2b5588 0%, #4b7bb7 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2b5588), color-stop(100%, #4b7bb7));
		background: -webkit-linear-gradient(left, #2b5588 0%, #4b7bb7 100%);
		background: -o-linear-gradient(left, #2b5588 0%, #4b7bb7 100%);
		background: -ms-linear-gradient(left, #2b5588 0%, #4b7bb7 100%);
		background: linear-gradient(to right, #2b5588 0%, #4b7bb7 100%);
	}
}

@media screen and (max-width: 580px) {
	.search-megamenu .compare-list-inner {
		margin-left: 17px;
	}
}

.search-megamenu .advanced-site-search .advanced-search-filters {
	padding: 12px 15px;
	box-shadow: none;
	border-bottom: none;
}

@media screen and (max-width: 1100px) {
	.search-megamenu .advanced-site-search .advanced-search-filters {
		text-align: center;
	}
}

.search-megamenu .advanced-site-search .advanced-search-filters p {
	font-size: 1.6em;
	color: #397327;
	font-weight: 700;
	margin-bottom: 7px;
	margin-left: 10px;
	text-align: left;
}

.search-megamenu .advanced-site-search .advanced-search-filters .column {
	padding: 0 10px;
}

@media screen and (max-width: 1100px) {
	.search-megamenu .advanced-site-search .advanced-search-filters .column {
		width: 33%;
		display: inline-block;
		float: none;
		vertical-align: top;
		margin-bottom: 10px;
	}
}

.search-megamenu .advanced-site-search .advanced-search-filters label {
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 4px;
	display: block;
	letter-spacing: -1px;
}

	.search-megamenu .advanced-site-search .advanced-search-filters label .small {
		font-size: 0.9em;
	}

@media screen and (max-width: 580px) {
	.search-megamenu .advanced-site-search .advanced-search-filters label {
		width: 100%;
		text-align: left;
	}

	.search-megamenu .advanced-site-search .advanced-search-filters .form-item {
		width: 100%;
	}
}

/**********************************
			Site login
**********************************/
.header-login {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 20;
	max-width: 198px;
	overflow: hidden;
	background: #d0d0d0;
	background: -moz-linear-gradient(top, #d0d0d0 0%, #e1e3df 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0d0d0), color-stop(100%, #e1e3df));
	background: -webkit-linear-gradient(top, #d0d0d0 0%, #e1e3df 100%);
	background: -o-linear-gradient(top, #d0d0d0 0%, #e1e3df 100%);
	background: -ms-linear-gradient(top, #d0d0d0 0%, #e1e3df 100%);
	background: linear-gradient(to bottom, #d0d0d0 0%, #e1e3df 100%);
	-webkit-transition: all 0.75s ease-in-out;
	-o-transition: all 0.75s ease-in-out;
	transition: all 0.75s ease-in-out;
}

	.header-login.open {
		width: 100%;
	}

	.header-login:not(.open) .header-button:hover, .header-login:not(.open) .header-button:focus {
		background: #d0d0d0;
		color: #000;
		cursor: pointer;
	}

	.header-login .header-button {
		background: #e1e3df;
		background: -moz-linear-gradient(top, #e1e3df 0%, #d0d0d0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e3df), color-stop(100%, #d0d0d0));
		background: -webkit-linear-gradient(top, #e1e3df 0%, #d0d0d0 100%);
		background: -o-linear-gradient(top, #e1e3df 0%, #d0d0d0 100%);
		background: -ms-linear-gradient(top, #e1e3df 0%, #d0d0d0 100%);
		background: linear-gradient(to bottom, #e1e3df 0%, #d0d0d0 100%);
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		color: #397327;
		text-shadow: 0 1px 0 #fff;
		font-size: 1.6em;
		font-weight: 700;
		cursor: default;
		text-decoration: none;
	}

		.header-login .header-button .position {
			display: block;
			position: unset;
			top: 50%;
			margin-top: 15px;
			width: 100%;
		}

			.header-login .header-button .position:before {
				content: "\e600";
				display: block;
				font-family: 'icons';
				speak: none;
				font-style: normal;
				font-weight: normal;
				font-variant: normal;
				text-transform: none;
				line-height: 1;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				font-size: 25px;
				text-shadow: none;
				margin-bottom: 1px;
				text-align: center;
			}



		.header-login .header-button.logged-in .position:before {
			content: "\e605";
		}

	.header-login #forgetPasswordButton.header-button .position:before {
		content: "\e611";
	}

	.header-login #register-link.header-button .position:before {
		content: "\e615";
	}

	.header-login .header-button .position .text {
		display: block;
		top: 50%;
		margin-top: 0px;
		width: 100%;
	}

	.header-login .login-content {
		position: relative;
		width: 625px;
		margin: 0 45px;
		padding: 10px;
		height: 108px;
	}

.header-button .logged-in {
	width: 50%;
}

@media screen and (min-width: 855px) {
	.header-login .login-content {
		display: block !important;
	}
}

.header-login .login-content.open {
	display: block;
}

.header-login .login-content p {
	font-size: 1.6em;
	margin: 0 10px;
	color: #333333;
}

	.header-login .login-content p a {
		font-weight: 700;
		color: #397327;
	}

.header-login .login-content .login-left {
	float: left;
}

.header-login .login-content .login-right {
	float: right;
}

.header-login .login-content .column {
	padding: 5px 10px;
}

.header-login .login-content input {
	width: 100%;
	display: block;
}

	.header-login .login-content input[type="text"], .header-login .login-content input[type="password"] {
		box-shadow: none;
		border: 1px solid #a1a1a1;
	}

	.header-login .login-content input[type=submit], .header-login .login-content .form__button {
		padding: 7px 20px;
	}

.header-login #login-close {
	position: absolute;
	top: 0;
	right: -45px;
	width: 45px;
	height: 100%;
	background: #c30d0d;
}

	.header-login #login-close:before {
		content: "\e605";
		display: inline-block;
		font-family: 'icons';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -10px;
		margin-left: -10px;
		height: 20px;
		width: 20px;
		font-size: 20px;
		color: #fff;
	}

	.header-login #login-close:hover, .header-login #login-close:focus {
		background-color: #910000;
	}

@media screen and (max-width: 854px) {
	.header-login {
		position: static;
		height: 65px;
		max-width: 120px;
		float: right;
		overflow: visible;
	}

		.header-login.open {
			width: 33.33%;
		}

		.header-login .login-content {
			display: none;
			position: absolute;
			top: 100%;
			width: 100%;
			height: auto;
			margin: 0;
			left: 0;
			right: 0;
			background: #d0d0d0;
			background: -moz-linear-gradient(top, #d0d0d0 0%, #e1e3df 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0d0d0), color-stop(100%, #e1e3df));
			background: -webkit-linear-gradient(top, #d0d0d0 0%, #e1e3df 100%);
			background: -o-linear-gradient(top, #d0d0d0 0%, #e1e3df 100%);
			background: -ms-linear-gradient(top, #d0d0d0 0%, #e1e3df 100%);
			background: linear-gradient(to bottom, #d0d0d0 0%, #e1e3df 100%);
		}

		.header-login .header-button {
			width: 100%;
		}

			.header-login .header-button .position {
				margin-top: 15px;
			}

				.header-login .header-button .position:before {
					font-size: 35px;
				}

				.header-login .header-button .position .text {
					display: none;
				}

	#sitecontainer .header-login .header-button {
		background: #e1e3df;
		background: -moz-linear-gradient(top, #e1e3df 0%, #d0d0d0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e3df), color-stop(100%, #d0d0d0));
		background: -webkit-linear-gradient(top, #e1e3df 0%, #d0d0d0 100%);
		background: -o-linear-gradient(top, #e1e3df 0%, #d0d0d0 100%);
		background: -ms-linear-gradient(top, #e1e3df 0%, #d0d0d0 100%);
		background: linear-gradient(to bottom, #e1e3df 0%, #d0d0d0 100%);
	}

	.header-login #login-close {
		display: none;
	}
}

@media screen and (max-width: 580px) {
	.header-login #register-link {
		float: left;
		margin-right: 0;
	}
}

@media screen and (max-width: 370px) {
	.header-login .login-content p {
		float: none !important;
		text-align: center;
	}
}

.header-login .error-messages {
	clear: left;
	float: left;
	width: 63%;
	padding: 3px 20px;
	margin: 0 12px;
}

@media screen and (max-width: 580px) {
	.header-login .error-messages {
		float: none;
		margin-bottom: 10px;
		width: auto;
	}
}

/**********************************
			HOME BANNER
**********************************/
#home-banner {
	float: left;
	width: 100%;
	position: relative;
	background-color: #B6D44E;
}

	#home-banner:before, #home-banner:after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
	}

	#home-banner:before {
		background: url(../images/design/home-banner-2000x600.jpg) center top no-repeat #B6D44E;
		background-size: cover;
		top: 0;
		height: 600px;
	}

	#home-banner:after {
		background: rgba(182, 212, 78, 0);
		background: -moz-linear-gradient(top, rgba(182, 212, 78, 0) 0%, #b6d44e 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(182, 212, 78, 0)), color-stop(100%, #b6d44e));
		background: -webkit-linear-gradient(top, rgba(182, 212, 78, 0) 0%, #b6d44e 100%);
		background: -o-linear-gradient(top, rgba(182, 212, 78, 0) 0%, #b6d44e 100%);
		background: -ms-linear-gradient(top, rgba(182, 212, 78, 0) 0%, #b6d44e 100%);
		background: linear-gradient(to bottom, rgba(182, 212, 78, 0) 0%, #b6d44e 100%);
		position: absolute;
		top: 400px;
		height: 200px;
	}

.banner-text .banner-link {
	color: white;
}

@media screen and (max-width: 1100px) {
	#home-banner {
		background-image: url(../images/design/home-banner-1100x600.jpg);
		background-repeat: no-repeat !important;
	}
}

@media screen and (max-width: 580px) {
	#home-banner {
		background-image: url(../images/design/home-banner-mobile.jpg);
	}
}

.banner-content {
	background: url(../images/design/home-banner-wave.png) left 50px no-repeat transparent;
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 854px) {
	.banner-content {
		background: none;
	}

	.banner-text .banner-link {
		color: mediumblue;
	}
}

.banner-text {
	float: left;
	width: 28%;
	margin-top: 105px;
	text-shadow: 0px 1px 0px #FFFFFF;
}

	.banner-text h2 {
		font-weight: 400;
		font-size: 3em;
		line-height: 1em;
		margin-bottom: 10px;
	}

	.banner-text p {
		margin-bottom: 0.55em;
		line-height: 1.35em;
	}


@media screen and (max-width: 854px) {
	.banner-text {
		width: auto;
		margin: 0;
		padding: 20px;
		float: none;
		background: transparent;
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
		background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
		background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
	}
}

.toggle-icon {
	position: relative;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	width: 45px;
	background-color: #397327;
}

	.toggle-icon:before, .toggle-icon:after {
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		display: block;
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: #fff;
	}

	.toggle-icon:before {
		height: 2px;
		width: 10px;
	}

	.toggle-icon:after {
		height: 10px;
		width: 2px;
		border-radius: 0%;
	}

.toggle-icon--JS-open:after {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.calculator-head:hover .toggle-icon, .calculator-head:focus .toggle-icon {
	background-color: #2b571e;
}

.calculator-head {
	background: #fff;
	position: relative;
	padding: 10px 55px 10px 10px;
	display: block;
}

	.calculator-head p {
		margin: 0;
	}

.calculator-content {
	background: #f4f4f3;
}

.calculator-segment {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e1e3df;
	padding: 15px 0;
}

	.calculator-segment:first-child {
		border-top: none;
	}

	.calculator-segment:last-child {
		border-bottom: none;
	}

.calculator-legend {
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 0 10px 10px;
}

.calculator-item {
	padding: 2px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

	.calculator-item .styled-select, .calculator-item .advSearchCalc {
		width: 45%;
	}

@media screen and (max-width: 980px) {
	.calculator-item .styled-select, .calculator-item .advSearchCalc {
		width: 33%;
	}
}

@media screen and (max-width: 980px) {
	.calculator-item {
		width: 100% !important;
	}
}

.calculator-label {
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1em;
	max-height: 2em;
	float: left;
	width: 50%;
	text-align: right;
	margin-right: 4%;
}

.calculator-item .calculator-input {
	float: right;
	width: 33%;
}

@media screen and (min-width: 981px) {
	.calculator-segment--fuel .calculator-input {
		max-width: 65px;
	}
}

.advSearchCalc {
	cursor: default;
	margin: 20px;
	width: auto;
}

	.advSearchCalc:before, .advSearchCalc:after {
		display: none;
	}

	.advSearchCalc .toggle-icon {
		width: 33px;
	}

.advSearchCalc-head {
	position: relative;
	padding: 5px 46px 5px 13px;
	color: #333333;
}

.advSearchCalc-body {
	background: #eaf2db;
}

.advSearchCalc + .search-segment {
	border-top: 1px solid #e1e3df;
	box-shadow: inset 0 1px 0 #fff !important;
}

.banner-form {
	float: right;
	width: 63.6%;
	padding: 20px;
	margin: 43px 0 40px;
	background: rgba(255, 255, 255, 0.32);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.32) 50%, rgba(147, 205, 41, 0.45) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0.32)), color-stop(100%, rgba(147, 205, 41, 0.45)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.32) 50%, rgba(147, 205, 41, 0.45) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.32) 50%, rgba(147, 205, 41, 0.45) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.32) 50%, rgba(147, 205, 41, 0.45) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.32) 50%, rgba(147, 205, 41, 0.45) 100%);
}

@media screen and (max-width: 854px) {
	.banner-form {
		margin: 20px;
		width: auto;
		float: none;
	}
}

@media screen and (max-width: 580px) {
	.banner-form {
		margin: 0 0 10px;
		padding: 0;
		border-bottom: 1px solid #9FB560;
	}
}

.banner-form .v-compare-inner {
	border: none;
	background: url(../images/design/32opacity-white-pixel.png) repeat transparent;
	background: rgba(255, 255, 255, 0.32);
	padding: 20px;
}

	.banner-form .v-compare-inner:first-child {
		border-top: 1px solid #fff;
		padding-top: 6px;
		padding-bottom: 6px;
	}

.banner-form h2 {
	color: #507a32;
	font-size: 2.4em;
	font-weight: 700;
	margin-bottom: 14px;
	text-shadow: 0px 1px 0px #FFFFFF;
	padding-left: 1.5%;
}

@media screen and (max-width: 580px) {
	.banner-form h2 {
		font-size: 2em;
		padding-left: 0;
	}
}

.banner-form h3 {
	overflow: hidden;
	height: 23px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.8em;
	margin: 0 50px 6px 0;
}

@media screen and (max-width: 580px) {
	.banner-form h3 {
		margin-right: 0;
		width: 90px;
	}
}

.banner-form .vehicles-compare {
	float: left;
	width: 100%;
	overflow: hidden;
}

	.banner-form .vehicles-compare .error-messages {
		clear: both;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
		margin: 0 10px 10px;
	}

	.banner-form .vehicles-compare .form-item {
		padding: 0;
	}

	.banner-form .vehicles-compare .column {
		padding-left: 1.5%;
		padding-right: 1.5%;
		margin-bottom: 12px;
		position: relative;
	}

@media screen and (max-width: 580px) {
	.banner-form .vehicles-compare .column {
		padding-right: 0;
	}
}

.banner-form .vehicles-compare input[type="reset"] {
	float: right;
	width: 40px;
	padding: 4px 0;
	margin-top: -1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	border-radius: 3px;
	background-color: #c8d869;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
}

	.banner-form .vehicles-compare input[type="reset"]:hover, .banner-form .vehicles-compare input[type="reset"]:focus {
		background-color: #aacc06;
	}

.banner-form .vehicles-compare .v1 .styled-select, .banner-form .vehicles-compare .v1 .advSearchCalc {
	border-color: #73a12d;
}

	.banner-form .vehicles-compare .v1 .styled-select:after, .banner-form .vehicles-compare .v1 .advSearchCalc:after {
		background-color: #73a12d;
	}

.banner-form .vehicles-compare .v2 .styled-select, .banner-form .vehicles-compare .v2 .advSearchCalc {
	border-color: #397327;
}

	.banner-form .vehicles-compare .v2 .styled-select:after, .banner-form .vehicles-compare .v2 .advSearchCalc:after {
		background-color: #397327;
	}

.banner-form .vehicles-compare .v3 .styled-select, .banner-form .vehicles-compare .v3 .advSearchCalc {
	border-color: #46a528;
}

	.banner-form .vehicles-compare .v3 .styled-select:after, .banner-form .vehicles-compare .v3 .advSearchCalc:after {
		background-color: #46a528;
	}

@media screen and (max-width: 580px) {
	.js .banner-form .vehicles-compare .column {
		display: none;
	}

		.js .banner-form .vehicles-compare .column.v1 {
			display: block;
		}

	.banner-form .vehicles-compare .compare-head {
		width: 100px;
		float: left;
	}

		.banner-form .vehicles-compare .compare-head input[type="reset"] {
			display: block;
			position: absolute;
			top: 40%;
			left: 0;
			width: 80px;
		}

	.banner-form .vehicles-compare .form-item {
		margin-left: 100px;
	}
}

.banner-form .v-compare-inner .styled-select, .banner-form .v-compare-inner .advSearchCalc {
	margin-bottom: 4px;
}

.banner-form input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #397327;
	border-radius: 3px;
	border: none;
	color: #fff;
	margin: 0 auto 13px;
	display: block;
	padding: 7px 0;
	text-align: center;
	font-size: 2.4em;
	font-weight: 700;
	width: 100%;
	max-width: 240px;
}

	.banner-form input[type="submit"]:hover, .banner-form input[type="submit"]:focus {
		background-color: #2b571e;
	}

@media screen and (max-width: 580px) {
	.banner-form input[type="submit"] {
		max-width: 100%;
	}
}

.banner-form p {
	margin: 0;
	text-align: center;
}

@media screen and (max-width: 580px) {
	.banner-form p {
		font-size: 1.4em;
	}
}

.banner-form a {
	font-weight: 700;
	color: #397327;
	text-decoration: underline;
}

	.banner-form a.calculator-head {
		text-decoration: none;
	}

		.banner-form a.calculator-head:hover, .banner-form a.calculator-head:focus {
			text-decoration: underline;
		}

	.banner-form a:hover, .banner-form:focus {
		text-decoration: none;
	}

.banner-form .add-v-button {
	position: absolute;
	bottom: 5px;
	left: 0;
	padding-left: 35px;
	width: 90px;
	color: #2b5588;
	font-weight: 700;
	text-decoration: none;
	font-size: 1.5em;
	line-height: 0.9em;
}

	.banner-form .add-v-button .add-symbol {
		position: absolute;
		top: 50%;
		left: 4px;
		display: block;
		line-height: 25px;
		height: 26px;
		width: 26px;
		margin-top: -13px;
		background-color: #2b5588;
		color: #fff;
		text-align: center;
		border-radius: 50%;
		font-size: 23px;
		font-weight: 100;
	}

#adv-search-link {
	white-space: nowrap;
}

/**********************************
		HOME NEWLY ADDED
**********************************/
.newly-added {
	float: left;
	width: 36.4%;
	padding: 15px 25px 27px 21px;
	clear: both;
	background: #d7e9b9;
	position: relative;
}

	.newly-added:before {
		content: "";
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 25px;
		opacity: 0.7;
		background: #e1e3df;
		background: -moz-linear-gradient(top, #e1e3df 0%, #fff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e3df), color-stop(100%, #fff));
		background: -webkit-linear-gradient(top, #e1e3df 0%, #fff 100%);
		background: -o-linear-gradient(top, #e1e3df 0%, #fff 100%);
		background: -ms-linear-gradient(top, #e1e3df 0%, #fff 100%);
		background: linear-gradient(to bottom, #e1e3df 0%, #fff 100%);
	}

.lt-ie10 .newly-added:before {
	display: none;
}

@media screen and (max-width: 854px) {
	.newly-added {
		width: 100%;
	}

		.newly-added:before {
			display: none;
		}
}

.newly-added h2 {
	font-weight: 700;
}

.newly-added ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.newly-added ul li {
		margin: 0;
	}

.newly-added .dates {
	position: relative;
}

	.newly-added .dates > li {
		margin-top: 15px;
		background: #fff;
		min-height: 66px;
		position: relative;
	}

		.newly-added .dates > li:first-child {
			margin-top: 0;
		}

.newly-added .cars {
	margin-left: 60px;
	padding: 10px;
}

	.newly-added .cars > li a {
		color: #397327;
		font-size: 1.6em;
	}

.newly-added .date {
	width: 60px;
	padding: 11px 10px;
	font-size: 1.6em;
	font-weight: 700;
	background: #ccdead;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	color: #333333;
}

	.newly-added .date time {
		display: block;
	}

	.newly-added .date span {
		display: block;
	}

/**********************************
		Tabs
**********************************/
.tabs {
	text-align: center;
	margin: 0;
	padding: 0;
}

	.tabs li {
		display: inline-block;
		zoom: 1;
		*display: inline;
		list-style: none;
		padding: 0 3px;
		margin: 0;
	}

		.tabs li a {
			display: block;
			padding: 8px;
			min-width: 140px;
			font-weight: 700;
			font-size: 2em;
			color: #333333;
			background: #e1e3df;
			border-radius: 3px 3px 0 0;
			border: 1px solid transparent;
			border-bottom: none;
			text-decoration: none !important;
			-webkit-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
		}

@media screen and (min-width: 981px) {
	.tabs li a:hover, .tabs li a:focus {
		border-color: #d0d0d0;
		background: #fff;
	}
}

.tabs li a.active {
	background-color: #397327;
	color: #fff;
	border-color: #397327;
}

.js .tab-content {
	display: none;
}

	.js .tab-content li {
		list-style: none;
	}

	.js .tab-content.active {
		display: block;
	}

/**********************************
		HOME TOP 20s
**********************************/
.top-20s {
	float: right;
	width: 63.6%;
	background: #fff;
	margin-top: -20px;
	padding: 2% 0 2% 2%;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 854px) {
	.top-20s {
		width: 100%;
		margin-top: 0;
		padding: 20px 0;
	}
}

.top-20s h2 {
	color: #397327;
	font-size: 3em;
	font-weight: 700;
	margin: 0;
	position: absolute;
	top: 9px;
	left: 7%;
}

@media screen and (max-width: 580px) {
	.top-20s h2 {
		position: static;
		text-align: center;
		margin-bottom: 10px;
	}
}

.top-20s .column {
	width: 44.5%;
}

@media screen and (max-width: 580px) {
	.top-20s .column {
		width: 100% !important;
	}

		.top-20s .column + .column li:first-child {
			border-top: none;
		}
}

.top-20s .column + .column {
	width: 55.5%;
}

@media screen and (max-width: 580px) {
	.top-20s .column + .column {
		margin-bottom: -20px;
	}
}

.top-20s .tabs {
	left: -1.6%;
	position: relative;
}

@media screen and (min-width: 854px) and (max-width: 979px) {
	.top-20s .tabs {
		left: 6%;
	}
}

.top-20s .tab-content li {
	border-bottom: 1px solid #d0d0d0;
	margin: 0;
	padding: 3px 20px 4px 60px;
	font-size: 1.6em;
	position: relative;
	color: #7e7e7e;
}

	.top-20s .tab-content li .number {
		position: absolute;
		top: 5px;
		left: 20px;
	}

	.top-20s .tab-content li:first-child {
		border-top: 1px solid #d0d0d0;
	}

	.top-20s .tab-content li:nth-child(even) {
		background-color: #f6faf0;
	}

	.top-20s .tab-content li a {
		color: #397327;
		display: inline-block;
	}

/**********************************
		HOME FACT SHEETS
**********************************/
.fact-sheets-banner .columns {
	background: #356497;
}

.fact-sheets-banner .column {
	position: relative;
	text-decoration: none;
}

	.fact-sheets-banner .column:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

@media screen and (max-width: 580px) {
	.fact-sheets-banner .column {
		width: 50%;
	}
}

.fact-sheets-banner .background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.25;
	overflow: hidden;
	z-index: 2;
}

	.fact-sheets-banner .background:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #000;
		opacity: 0.5;
		height: 7px;
		z-index: 5;
	}

	.fact-sheets-banner .background img {
		width: 100%;
		min-height: 153px;
		height: auto;
	}

@media screen and (max-width: 580px) {
	.fact-sheets-banner .background img {
		min-height: 90px;
	}
}

.no-generatedcontent .fact-sheets-banner .column, .no-rgba .fact-sheets-banner .column {
	background-color: #356497;
}

.no-generatedcontent .fact-sheets-banner .column {
	background: #356497;
}

.fact-sheets-banner .column:nth-child(1):before {
	background: #356497;
}

.fact-sheets-banner .column:nth-child(2):before {
	background: #355B90;
}

.fact-sheets-banner .column:nth-child(3):before {
	background: #3A64A8;
}

.fact-sheets-banner .column:nth-child(4):before {
	background: #305388;
}

.fact-sheets-banner .fact-sheet-text {
	max-width: 134px;
	min-height: 110px;
	z-index: 5;
	margin: 20px;
	padding-bottom: 35px;
	position: relative;
}

	.fact-sheets-banner .fact-sheet-text .link {
		display: block;
		padding: 2px 30px 2px 10px;
		margin: 0;
		background-color: #1b416a;
		border: 1px solid #fff;
		color: #fff;
		float: left;
		font-size: 1.2em;
		position: relative;
		text-decoration: none;
		position: absolute;
		bottom: 0;
		-webkit-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}

		.fact-sheets-banner .fact-sheet-text .link:hover, .fact-sheets-banner .fact-sheet-text .link:focus {
			background-color: #000f38;
		}

		.fact-sheets-banner .fact-sheet-text .link:before {
			content: "\e603";
			display: inline-block;
			font-family: 'icons';
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			position: absolute;
			bottom: 0;
			right: 5px;
			color: #fff;
			font-size: 13px;
		}

@media screen and (max-width: 854px) {
	.fact-sheets-banner .fact-sheet-text {
		margin: 20px auto;
		text-align: center;
		min-height: 80px;
		padding-bottom: 0;
	}

		.fact-sheets-banner .fact-sheet-text .link {
			display: none;
		}
}

@media screen and (max-width: 580px) {
	.fact-sheets-banner .fact-sheet-text {
		min-height: 50px;
		margin: 20px auto;
	}
}

.fact-sheets-banner h2, .fact-sheets-banner p {
	font-size: 2.4em;
	color: #fff;
	line-height: 1.1em;
	font-weight: 700;
	margin-bottom: 0;
}

@media screen and (max-width: 580px) {
	.fact-sheets-banner h2, .fact-sheets-banner p {
		font-size: 1.5em;
		max-width: 85px;
		margin: 0 auto;
	}
}

/**********************************
		INTERNAL-BANNER
**********************************/
.internal-banner {
	position: relative;
	width: 100%;
	clear: both;
	z-index: 5;
	overflow: hidden;
	background: transparent;
	background: -moz-linear-gradient(left, #46a528 0%, #46a528 45%, #d7e9b9 66%, #e1e3df 87%, #aacc06 100%);
	background: -webkit-linear-gradient(left, #46a528 0%, #46a528 45%, #d7e9b9 66%, #e1e3df 87%, #aacc06 100%);
	background: -o-linear-gradient(left, #46a528 0%, #46a528 45%, #d7e9b9 66%, #e1e3df 87%, #aacc06 100%);
	background: -ms-linear-gradient(left, #46a528 0%, #46a528 45%, #d7e9b9 66%, #e1e3df 87%, #aacc06 100%);
	background: linear-gradient(to right, #46a528 0%, #46a528 45%, #d7e9b9 66%, #e1e3df 87%, #aacc06 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a528', endColorstr='#aacc06',GradientType=1 );
}

@media screen and (max-width: 854px) {
	.internal-banner {
		background: transparent;
		background: -moz-linear-gradient(left, #46a528 0%, #46a528 45%, #aacc06 100%);
		background: -webkit-linear-gradient(left, #46a528 0%, #46a528 45%, #aacc06 100%);
		background: -o-linear-gradient(left, #46a528 0%, #46a528 45%, #aacc06 100%);
		background: -ms-linear-gradient(left, #46a528 0%, #46a528 45%, #aacc06 100%);
		background: linear-gradient(to right, #46a528 0%, #46a528 45%, #aacc06 100%);
	}
}

@media screen and (max-width: 580px) {
	.internal-banner {
		background: transparent;
		background: -moz-linear-gradient(left, #46a528 0%, #46a528 85%, #85c365 100%);
		background: -webkit-linear-gradient(left, #46a528 0%, #46a528 85%, #85c365 100%);
		background: -o-linear-gradient(left, #46a528 0%, #46a528 85%, #85c365 100%);
		background: -ms-linear-gradient(left, #46a528 0%, #46a528 85%, #85c365 100%);
		background: linear-gradient(to right, #46a528 0%, #46a528 85%, #85c365 100%);
	}
}

.internal-banner + #main {
	margin-top: 42px;
}

@media screen and (max-width: 980px) {
	.internal-banner + #main {
		margin-top: 20px;
	}
}

@media screen and (max-width: 854px) {
	.internal-banner + #main {
		margin-top: 0;
	}
}

.internal-banner .image-overlay {
	background: url(../images/design/banner-overlay.png) no-repeat right top;
	background-size: auto 100%;
}

.internal-banner h1 {
	display: inline-block;
	margin-bottom: 0;
	padding-top: 44px;
	padding-bottom: 5px;
	clear: both;
	color: #fff;
	font-size: 3em;
	max-width: 55%;
	position: relative;
	padding-left: 20px;
}

@media screen and (max-width: 854px) {
	.internal-banner h1 {
		max-width: 100%;
		width: auto;
		float: none;
		padding-right: 20px;
	}
}

@media screen and (max-width: 580px) {
	.internal-banner h1 {
		padding-top: 5px;
		margin: 0 !important;
		font-size: 2.4em;
	}
}

@media screen and (max-width: 854px) {
	.internal-banner .page-tools + .container h1 {
		margin-right: 170px;
	}
}

.internal-banner p {
	display: inline-block;
	color: #fff;
	margin-left: 5px;
	margin-bottom: 0;
	position: relative;
	top: -2px;
}

.sort-by-form {
	padding: 5px 10px;
	width: 100%;
	clear: both;
}

	.sort-by-form label {
		float: left;
		width: 55px;
		line-height: 35px;
		font-weight: 700;
		font-size: 1.6em;
	}

	.sort-by-form .styled-select, .sort-by-form .advSearchCalc {
		margin-left: 60px;
		width: auto;
	}

@media screen and (max-width: 980px) {
	.sort-by-form {
		padding: 5px 10px;
		clear: none;
	}

	@media screen and (min-width: 821px) {
		.sort-by-form {
			float: right;
			width: 50%;
		}
	}
}

.page-tools {
	background-color: #d7e9b9;
	float: left;
}

	.page-tools ul {
		list-style: none;
		margin: 0;
		padding: 2px 0px;
		float: right;
		width: 100%;
	}

@media screen and (max-width: 854px) {
	.page-tools ul {
		text-align: center;
	}
}

.page-tools li {
	float: left;
	font-size: 1.2em;
	font-weight: 700;
	margin-left: 4px;
	margin-top: 0;
}

	.page-tools li a {
		color: #4f4f4f;
		padding: 10px 10px 10px 30px;
		background-image: url(../images/design/sprite.png);
		background-repeat: no-repeat;
		background-color: transparent;
		background-position: 0 -343px;
		display: block;
	}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192ppi), only screen and (min-resolution: 2dppx) {
	.page-tools li a {
		background-size: 50px auto;
		background-image: url(../images/design/sprite@2x.png);
	}
}

.page-tools li a.email {
	background-position: 0 -343px;
	padding-left: 33px;
}

.page-tools li a.print {
	background-position: 0 -397px;
	padding-left: 28px;
}

.page-tools li a.pdf {
	background-position: 0 -447px;
}

.page-tools li a.csv {
	background-position: 0 -497px;
}

.page-tools li:first-child {
	margin: 0;
}

@media screen and (max-width: 854px) {
	.page-tools li {
		display: inline-block;
		float: none;
	}
}

.compare-banner .page-tools {
	padding-left: 27px;
	width: 300px;
	min-height: 85px;
}

@media screen and (max-width: 980px) {
	.compare-banner .page-tools {
		float: none;
		margin-right: 240px;
		width: auto;
	}

		.compare-banner .page-tools ul {
			float: left;
		}

	@media screen and (min-width: 821px) {
		.compare-banner .page-tools {
			padding-top: 20px;
		}

			.compare-banner .page-tools ul {
				width: 50%;
			}
	}
}

@media screen and (max-width: 580px) {
	.compare-banner .page-tools {
		min-height: 0;
		width: auto;
		margin-right: 0;
	}
}

.internal-banner .page-tools {
	position: absolute;
	bottom: 0;
	left: 44%;
	right: 0;
	padding-left: 440px;
	padding-top: 3px;
	float: right;
	background: url(../images/design/internal-bg-cover.png) no-repeat left top transparent;
}

@media screen and (max-width: 1100px) {
	.internal-banner .page-tools {
		left: auto;
	}
}

.internal-banner .page-tools ul {
	background-color: #d7e9b9;
	padding-bottom: 2px;
}

@media screen and (max-width: 580px) {
	.page-tools ul {
		display: none;
	}
}

/**********************************
		Compare banner styles
**********************************/
.compare-banner {
	position: relative;
	height: 85px;
}

@media screen and (max-width: 580px) {
	.compare-banner {
		height: auto;
	}
}

.compare-vehicles {
	padding: 10px;
	min-height: 85px;
	position: relative;
	position: absolute;
	left: 300px;
	right: 240px;
	top: 0;
}

	.compare-vehicles .head {
		float: left;
		width: 100%;
	}

		.compare-vehicles .head h2 {
			color: #356497;
			font-size: 1em;
			font-weight: 700;
			float: left;
			margin-bottom: 7px;
		}

			.compare-vehicles .head h2 a {
				background: #356497;
				padding: 3px 25px 3px 15px;
				position: relative;
			}

				.compare-vehicles .head h2 a:hover, .compare-vehicles .head h2 a:focus {
					background-color: #1b416a;
				}

				.compare-vehicles .head h2 a:before {
					content: "\e607";
					display: inline-block;
					font-family: 'icons';
					speak: none;
					font-style: normal;
					font-weight: normal;
					font-variant: normal;
					text-transform: none;
					line-height: 1;
					-webkit-font-smoothing: antialiased;
					-moz-osx-font-smoothing: grayscale;
					position: absolute;
					top: 50%;
					right: 10px;
					margin-top: -3px;
					font-size: 6px;
					font-size-adjust: 0.3;
					color: #fff;
				}

		.compare-vehicles .head .compare-list-actions {
			float: right;
		}

			.compare-vehicles .head .compare-list-actions > * {
				float: left;
			}

			.compare-vehicles .head .compare-list-actions a {
				font-size: 1.4em;
				color: #356497;
				font-weight: 700;
			}

			.compare-vehicles .head .compare-list-actions .full-list-btn {
				display: inline-block;
				margin-right: 20px;
				margin-top: -2px;
			}

				.compare-vehicles .head .compare-list-actions .full-list-btn:after {
					content: "\e604";
					display: inline-block;
					font-family: 'icons';
					speak: none;
					font-style: normal;
					font-weight: normal;
					font-variant: normal;
					text-transform: none;
					line-height: 1;
					-webkit-font-smoothing: antialiased;
					-moz-osx-font-smoothing: grayscale;
					font-size: 6px;
					margin-left: 10px;
					font-size-adjust: 0.3;
				}

@media screen and (max-width: 460px) {
	.compare-vehicles .head .compare-list-actions {
		float: none;
		clear: left;
	}

		.compare-vehicles .head .compare-list-actions .full-list-btn {
			margin-bottom: 20px;
			margin-right: 5px;
		}

		.compare-vehicles .head .compare-list-actions .add-vehicle-wrap {
			float: right;
		}
}

.compare-vehicles .vehicle-list {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	max-height: 35px;
	overflow: hidden;
}

	.compare-vehicles .vehicle-list li {
		float: left;
		margin-right: 10px;
		margin-bottom: 5px;
	}

	.compare-vehicles .vehicle-list .vehicle {
		font-size: 1.4em;
		color: #333333;
	}

	.compare-vehicles .vehicle-list .remove-button {
		color: #c30d0d;
		margin-left: 3px;
	}

		.compare-vehicles .vehicle-list .remove-button:hover, .compare-vehicles .vehicle-list .remove-button:focus {
			color: #910000;
			text-decoration: none;
		}

.compare-vehicles.open {
	background: #fff;
	z-index: 1;
}

	.compare-vehicles.open .vehicle-list {
		max-height: none;
	}

	.compare-vehicles.open .compare-list-actions .full-list-btn {
		color: #c30d0d;
	}

		.compare-vehicles.open .compare-list-actions .full-list-btn:after {
			content: "\e608";
		}

@media screen and (min-width: 981px) {
	.compare-vehicles.open {
		margin-top: -1px;
		margin-left: -1px;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.37);
		border: 1px solid #356497;
	}
}

@media screen and (max-width: 980px) {
	.compare-vehicles {
		position: static;
		padding-bottom: 15px;
		float: left;
		width: 100%;
		min-height: 0;
	}
}

.add-vehicle-wrap .add-vehicle-btn:hover, .add-vehicle-wrap .add-vehicle-btn:focus {
	text-decoration: underline !important;
}

	.add-vehicle-wrap .add-vehicle-btn:hover span:before, .add-vehicle-wrap .add-vehicle-btn:focus span:before {
		background-color: #1b416a;
	}

.add-vehicle-wrap .add-vehicle-btn span {
	padding-left: 36px;
	position: relative;
	width: 128px;
	display: inline-block;
	line-height: 0.95em;
	margin-top: -4px;
}

	.add-vehicle-wrap .add-vehicle-btn span:before {
		content: "";
		display: block;
		background: #356497;
		position: absolute;
		top: 2px;
		left: 0;
		height: 23px;
		width: 23px;
		z-index: 2;
		border-radius: 50%;
	}

	.add-vehicle-wrap .add-vehicle-btn span:after {
		content: "+";
		display: block;
		text-align: center;
		color: #fff;
		width: 22px;
		line-height: 22px;
		font-size: 23px;
		position: absolute;
		top: 2px;
		left: 0;
		z-index: 3;
		font-weight: 100;
	}

.add-vehicle-wrap.open {
	position: relative;
	margin: -10px -56px;
	width: 240px;
	z-index: 5;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.37);
}

	.add-vehicle-wrap.open .add-vehicle-btn {
		display: block;
		width: 100%;
		background-color: #356497;
		padding: 6px 0;
		-webkit-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}

@media screen and (min-width: 981px) {
	.add-vehicle-wrap.open .add-vehicle-btn:hover, .add-vehicle-wrap.open .add-vehicle-btn:focus {
		background-color: #2b5588;
	}
}

.add-vehicle-wrap.open .add-vehicle-btn span {
	margin: 0 auto;
	display: block;
	color: #fff;
}

	.add-vehicle-wrap.open .add-vehicle-btn span:before {
		background-color: #fff;
	}

	.add-vehicle-wrap.open .add-vehicle-btn span:after {
		color: #356497;
	}

.add-vehicle-wrap.open .vehicle-compare-form {
	display: block;
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	overflow: hidden;
}

@media screen and (max-width: 980px) {
	.add-vehicle-wrap.open {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
	}
}

.add-vehicle-wrap .vehicle-compare-form {
	display: none;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #356497;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.37);
}

	.add-vehicle-wrap .vehicle-compare-form .form-item {
		margin-bottom: 5px;
		padding: 0;
	}

	.add-vehicle-wrap .vehicle-compare-form .styled-select, .add-vehicle-wrap .vehicle-compare-form .advSearchCalc {
		border-color: #2b5588;
		box-shadow: 0 0 5px #2b5588;
	}

		.add-vehicle-wrap .vehicle-compare-form .styled-select:after, .add-vehicle-wrap .vehicle-compare-form .advSearchCalc:after {
			background-color: #2b5588;
		}

	.add-vehicle-wrap .vehicle-compare-form input[type="submit"] {
		width: 100%;
		background-color: #46a528;
		text-shadow: 0 1px 0 #000;
		margin-bottom: 10px;
	}

@media screen and (min-width: 981px) {
	.add-vehicle-wrap .vehicle-compare-form input[type="submit"]:hover, .add-vehicle-wrap .vehicle-compare-form input[type="submit"]:focus {
		background-color: #397327;
	}
}

.add-vehicle-wrap .vehicle-compare-form a.cancel {
	color: #c30d0d;
	text-decoration: underline;
}

	.add-vehicle-wrap .vehicle-compare-form a.cancel:hover, .add-vehicle-wrap .vehicle-compare-form a.cancel:focus {
		text-decoration: none;
	}

.compare-banner .adv-search-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	min-height: 85px;
	display: block;
	background: #73a12d;
	padding: 18px 55px 18px 20px;
	font-size: 2.4em;
	font-weight: 700;
	color: #fff;
	text-shadow: #397327 0 1px 2px;
	text-align: center;
	line-height: 1em;
	z-index: 4;
}

	.compare-banner .adv-search-btn:before {
		content: "\e606";
		display: inline-block;
		font-family: 'icons';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 100%;
		text-align: center;
		line-height: 85px;
		font-size: 8px;
		background-color: #397327;
		-webkit-transition: all 0.25s background;
		-o-transition: all 0.25s background;
		transition: all 0.25s background;
	}

@media screen and (min-width: 981px) {
	.compare-banner .adv-search-btn:hover, .compare-banner .adv-search-btn:focus {
		text-decoration: none;
	}

		.compare-banner .adv-search-btn:hover:before, .compare-banner .adv-search-btn:focus:before {
			background-color: #2b571e;
		}
}

@media screen and (max-width: 580px) {
	.compare-banner .adv-search-btn {
		width: auto;
		position: relative;
		min-height: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 2em;
	}

		.compare-banner .adv-search-btn:before {
			line-height: 45px;
		}
}

.compare-banner .adv-search-btn.open:before {
	color: #fff;
	background-color: #c30d0d;
	content: "\e605";
	font-size: 17px;
	text-shadow: none;
}

@media screen and (min-width: 981px) {
	.compare-banner .adv-search-btn.open:hover:before, .compare-banner .adv-search-btn.open:focus:before {
		background-color: #910000;
	}
}

/***************************************
	ACCORDION FUNCTIONALITY STYLING
****************************************/
.js .accordion-content {
	display: none;
}

.js .accordion-segment.open .accordion-content {
	display: block;
}

/**********************************
	ADVANCED SEARCH SLIDE OUT
**********************************/
.adv-search-slideout {
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	overflow: hidden;
	background-color: #73a12d;
	opacity: 0.97;
	z-index: 5;
}

	.adv-search-slideout > * {
		min-width: 240px;
	}

	.adv-search-slideout.open {
		width: 240px;
	}

@media screen and (max-width: 580px) {
	.adv-search-slideout.open {
		width: 100%;
	}
}

.adv-search-slideout .accordion-container {
	padding: 0;
	margin: 0;
	list-style: none;
}

.adv-search-slideout .accordion-segment {
	padding: 0 40px 0 0;
	margin: 0;
	position: relative;
	border-bottom: 1px solid #397327;
	background-color: #6e9934;
	box-shadow: inset 0 1px 0 #73a12d;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

	.adv-search-slideout .accordion-segment:first-child {
		border-top: 1px solid #397327;
	}

	.adv-search-slideout .accordion-segment .accordion-trigger {
		box-shadow: inset 0 1px 0 rgba(115, 161, 45, 0.8);
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		text-align: center;
		height: 100%;
		padding-top: 16px;
		background-color: #628d33;
		color: #FFF;
		font-size: 5px;
		font-size-adjust: 0.3;
		-webkit-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}

		.adv-search-slideout .accordion-segment .accordion-trigger:before {
			-webkit-transition: all 0.5s ease-in-out;
			-o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
			display: block;
		}

@media screen and (min-width: 981px) {
	.adv-search-slideout .accordion-segment .accordion-trigger:hover, .adv-search-slideout .accordion-segment .accordion-trigger:focus, .adv-search-slideout .accordion-segment legend:hover + .accordion-trigger {
		background-color: #507a32;
		text-decoration: none;
		box-shadow: none;
	}
}

.adv-search-slideout .accordion-segment.open {
	background-color: #507a32;
	box-shadow: none;
	border-color: #73a12d;
}

	.adv-search-slideout .accordion-segment.open .accordion-trigger {
		background-color: #2b571e;
		box-shadow: none;
	}

.csstransforms .adv-search-slideout .accordion-segment.open .accordion-trigger:before {
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.no-csstransforms .adv-search-slideout .accordion-segment.open .accordion-trigger:before {
	content: "\e608";
}

.adv-search-slideout .accordion-segment.open .accordion-trigger:hover, .adv-search-slideout .accordion-segment.open .accordion-trigger:focus, .adv-search-slideout .accordion-segment.open legend:hover + .accordion-trigger {
	background-color: #0d3900;
}

.adv-search-slideout .accordion-segment.calculator {
	background-color: #329114;
}

	.adv-search-slideout .accordion-segment.calculator .accordion-trigger {
		background-color: #397327;
	}

	.adv-search-slideout .accordion-segment.calculator.open {
		background-color: #0a6900;
	}

		.adv-search-slideout .accordion-segment.calculator.open .accordion-trigger {
			background-color: #004100;
		}

@media screen and (min-width: 981px) {
	.adv-search-slideout .accordion-segment.calculator .accordion-trigger:hover, .adv-search-slideout .accordion-segment.calculator .accordion-trigger:focus, .adv-search-slideout .accordion-segment.calculator legend:hover + .accordion-trigger {
		background-color: #004100;
	}

	.adv-search-slideout .accordion-segment.calculator.open .accordion-trigger:hover, .adv-search-slideout .accordion-segment.calculator.open .accordion-trigger:focus, .adv-search-slideout .accordion-segment.calculator.open legend:hover + .accordion-trigger {
		background-color: #002300;
	}
}

.adv-search-slideout .accordion-content {
	margin: 0;
	padding: 0 15px 10px 15px;
	list-style: none;
}

.adv-search-slideout .accordion-heading, .adv-search-slideout .segment-label, .adv-search-slideout p, .adv-search-slideout legend, .adv-search-slideout label, .adv-search-slideout h3 {
	display: block;
	font-weight: 700;
	color: #fff;
	line-height: 1.1em;
}

.adv-search-slideout .accordion-heading {
	font-size: 1.6em;
	cursor: pointer;
	padding: 10px 5px 10px 15px;
	text-shadow: 0 1px 1px #000;
	width: 100%;
}

.adv-search-slideout .segment-label, .adv-search-slideout p, .adv-search-slideout label, .adv-search-slideout legend {
	font-size: 1.4em;
}

.adv-search-slideout p {
	font-weight: normal;
}

.adv-search-slideout label {
	margin-bottom: 7px;
}

.adv-search-slideout .segment {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #73a12d;
	box-shadow: 0 -1px 0 #397327;
}

	.adv-search-slideout .segment:first-child {
		border: none;
		padding: 0;
		box-shadow: none;
	}

	.adv-search-slideout .segment ul {
		padding: 0;
		list-style: none;
		margin: 0;
	}

	.adv-search-slideout .segment .radios {
		margin: 5px 0 10px;
	}

		.adv-search-slideout .segment .radios label {
			font-weight: normal;
		}

.adv-search-slideout .styled-select, .adv-search-slideout .advSearchCalc {
	margin-top: 5px;
	border-radius: 3px;
	border-color: #356497;
}

	.adv-search-slideout .styled-select select, .adv-search-slideout .advSearchCalc select {
		font-size: 1.4em;
		padding: 2px;
		border-radius: 3px;
	}

	.adv-search-slideout .styled-select:after, .adv-search-slideout .advSearchCalc:after {
		background-color: #356497;
	}

.adv-search-slideout h3 {
	font-size: 1.6em;
	text-shadow: 0 1px 1px #000;
}

.adv-search-slideout input[type="submit"] {
	display: block;
	margin: 10px auto;
	width: 85%;
	min-width: 100px;
	text-transform: uppercase;
}

/**********************************
		Listing Page
**********************************/
.detail-table {
	margin-bottom: 50px;
	border-left: 5px solid #d0d0d0;
	border-right: 5px solid #d0d0d0;
	border-bottom: 2px solid #fff;
}

	.detail-table:after {
		content: "";
		display: block;
		height: 4.5em;
		border-top: 6px solid #2b5588;
		background: #356497;
		margin: 0 -5px;
	}

@media screen and (max-width: 580px) {
	.detail-table {
		border-width: 0 0 2px;
	}

		.detail-table:after {
			margin: 0;
		}
}

.detail-table__row {
	zoom: 1;
	width: 100%;
	border-bottom: 6px solid #c1cddd;
	display: table;
}

	.detail-table__row:before, .detail-table__row:after {
		content: "";
		display: table;
	}

	.detail-table__row:after {
		clear: both;
	}

	.detail-table__row.form-page {
		padding: 10px;
	}

@media screen and (max-width: 580px) {
	.detail-table__row.form-page {
		padding: 0;
	}
}

.records_search {
	border-bottom: 6px solid #c1cddd;
}

.detail-table__heading {
	color: #fff;
	font-size: 1.8em;
	float: left;
	min-height: 3em;
	padding: 1em;
	border-left: 1px solid #fff;
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width: 980px) {
	.detail-table__heading {
		display: none;
	}
}

.detail-table__heading:first-child {
	border-left: 0;
}

.detail-table__body {
	float: left;
	min-height: 4.5em;
	font-size: 1.4em;
	color: #333333;
	border-left: 1px solid #e6ede8;
}

	.detail-table__body:first-child {
		border-left: 0;
	}

.detail-table--col-vehicle {
	width: 58%;
	display: table;
}

	.detail-table--col-vehicle > span {
		display: table-cell;
		vertical-align: middle;
	}

	.detail-table--col-vehicle.detail-table__body {
		padding: 1.5em 1em;
	}

@media screen and (max-width: 980px) {
	.detail-table--col-vehicle {
		width: 100%;
		border-bottom: 1px solid #f4f4f3;
	}
}

.detail-table--col-details-btn {
	width: 20%;
	position: relative;
}

@media screen and (max-width: 980px) {
	.detail-table--col-details-btn {
		border-left: none;
		width: 50%;
	}
}

@media screen and (max-width: 580px) {
	.detail-table--col-details-btn {
		width: 100%;
	}
}

.detail-table--col-actions {
	width: 22%;
}

@media screen and (max-width: 980px) {
	.detail-table--col-actions {
		width: 50%;
	}
}

@media screen and (max-width: 580px) {
	.detail-table--col-actions {
		width: 100%;
	}
}

.detail-table--col-actions .thirds {
	width: 33.33%;
}

.detail-table--col-actions .halves {
	width: 50%;
}

.detail-table_editing-controls {
	margin-bottom: 20px;
}

	.detail-table_editing-controls a {
		display: block;
		font-size: 1.7em;
		color: #fff;
		background-color: #356497;
		text-align: center;
		padding: 10px;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

		.detail-table_editing-controls a:hover, .detail-table_editing-controls a:focus {
			background-color: #174174;
			text-decoration: none;
		}

	.detail-table_editing-controls li:first-child a {
		border: none;
	}

@media screen and (max-width: 980px) {
	.detail-table_editing-controls li.column a {
		border-top: 1px solid #fff;
	}
}

.detail-table__row--button-row {
	background: #d7e9b9;
	position: relative;
}

	.detail-table__row--button-row:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 6px;
		background-color: #4f8329;
		opacity: 0.2;
		z-index: 1;
	}

	.detail-table__row--button-row .column {
		display: table-cell;
		float: none !important;
		vertical-align: middle;
		background-color: transparent;
		border-left: 1px solid #d7e9b9;
	}

		.detail-table__row--button-row .column:first-child {
			border: none;
		}

@media screen and (max-width: 980px) {
	.detail-table__row--button-row .column {
		width: 25%;
	}
}

@media screen and (max-width: 854px) {
	.detail-table__row--button-row .column {
		width: 25%;
		float: left !important;
		display: table;
	}

		.detail-table__row--button-row .column.detail-table_button-row-sort {
			display: block;
			width: 100%;
			padding: 10px;
		}

		.detail-table__row--button-row .column .button__text {
			display: table-cell;
			vertical-align: middle;
		}
}

@media screen and (max-width: 660px) {
	.detail-table__row--button-row .column {
		width: 100%;
		margin-bottom: 1px;
		border: none;
	}

		.detail-table__row--button-row .column br {
			display: none;
		}

		.detail-table__row--button-row .column .button__text {
			position: relative;
			top: -3px;
		}
}

@media screen and (min-width: 821px) {
	.detail-table__row--button-row .detail-table_button-row-sort .sort-by-form {
		width: 100%;
		padding: 10px;
	}

	.detail-table__row--button-row .detail-table_button-row-sort .styled-select, .detail-table__row--button-row .detail-table_button-row-sort .advSearchCalc {
		display: block;
		width: 100%;
		margin: 0;
	}
}

.detail-table__row--button-row .detail-table_button-row-button {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	background: #fff;
	min-height: 7em;
	padding: 16px 20px 10px 60px;
	position: relative;
}

@media screen and (max-width: 580px) {
	.detail-table__row--button-row .detail-table_button-row-button {
		padding-top: 2em;
	}
}

.detail-table__row--button-row .detail-table_button-row-button:before {
	content: "";
	display: inline-block;
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 23px;
	font-weight: normal;
	color: #fff;
	background: #2b5588;
	border-radius: 50%;
	width: 1em;
	height: 1em;
	line-height: 23px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -10px;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.detail-table__row--button-row .detail-table_button-row-button:hover, .detail-table__row--button-row .detail-table_button-row-button:focus {
	background: #f4f4f3;
}

	.detail-table__row--button-row .detail-table_button-row-button:hover:before, .detail-table__row--button-row .detail-table_button-row-button:focus:before {
		color: #f4f4f3;
	}

.detail-table__row--button-row .detail-table_button-row-button.active {
	background-color: #356497;
	box-shadow: inset 0 6px 0 #2b5588;
	position: relative;
	z-index: 2;
	cursor: default;
}

	.detail-table__row--button-row .detail-table_button-row-button.active .button__text {
		color: #fff;
	}

	.detail-table__row--button-row .detail-table_button-row-button.active:before {
		background: #FFF;
		color: #356497;
	}

.detail-table__row--button-row .dashboard-home:before, .detail-table__row--button-row .manage-lists:before, .detail-table__row--button-row .help:before {
	line-height: 16px;
	font-size: 16px;
	padding: 3px;
}

.detail-table__row--button-row .dashboard-home:before {
	content: "\e614";
}

.detail-table__row--button-row .manage-account:before {
	content: "\e60c";
}

.detail-table__row--button-row .help:before {
	content: "\e616";
}

.detail-table__row--button-row .add-button:before {
	content: "+";
	font-family: 'Gudea', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.detail-table__row--button-row .manage-users:before {
	content: "\e612";
}

.detail-table__row--button-row .manage-lists:before {
	content: "\e613";
}

.button__text {
	font-size: 1.5em;
	font-weight: bold;
	color: #2b5588;
}

.detail-table__row--heading-row {
	box-shadow: inset 0 6px 0 #2b5588;
	background: #356497;
}

.detail-table__row--sub-heading-row {
	background: #f6faf0;
	position: relative;
	min-height: 2.5em;
}

	.detail-table__row--sub-heading-row .detail-table__select-all label {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 7.5%;
		z-index: 2;
		background: #838383;
		color: #fff;
		font-size: 1.3em;
		padding-left: 0;
		text-align: center;
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

		.detail-table__row--sub-heading-row .detail-table__select-all label:before, .detail-table__row--sub-heading-row .detail-table__select-all label:after {
			top: 50%;
			left: 50%;
			height: 14px;
			width: 14px;
			margin-left: -7px;
			margin-top: -3px;
			font-size: 14px;
		}

		.detail-table__row--sub-heading-row .detail-table__select-all label:before {
			margin-left: -6px;
		}

	.detail-table__row--sub-heading-row .detail-table__select-all input:checked + label {
		background-color: #2b571e;
	}

	.detail-table__row--sub-heading-row .detail-table__select-all + .detail-table__sub-heading {
		width: 92.5%;
	}

@media screen and (max-width: 980px) {
	.detail-table__row--sub-heading-row .detail-table__select-all + .detail-table__sub-heading {
		width: 83%;
	}

	.detail-table__row--sub-heading-row .detail-table__select-all label {
		width: 17%;
	}
}

@media screen and (max-width: 460px) {
	.detail-table__row--sub-heading-row .detail-table__select-all + .detail-table__sub-heading {
		width: 75%;
	}

	.detail-table__row--sub-heading-row .detail-table__select-all label {
		width: 25%;
	}
}

.detail-table__sub-heading {
	font-size: 2em;
	padding: 10px 35px 10px 15px;
	margin: 0;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

	.detail-table__sub-heading:hover, .detail-table__sub-heading:focus, .open .detail-table__sub-heading {
		background-color: #d7e9b9;
		outline: none;
		box-shadow: none;
	}

		.open .detail-table__sub-heading:focus, .open .detail-table__sub-heading:hover {
			background-color: #c3d5a5;
		}

	.detail-table__sub-heading:before {
		content: "\e610";
		display: inline-block;
		font-family: 'icons';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		right: 2.7%;
		font-size: 15px;
		top: 50%;
		margin-top: -7px;
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

.open .detail-table__sub-heading:before {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.detail-table__car-title {
	color: #3b722b;
	font-weight: bold;
}

.detail-table .show-details {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	text-align: center;
	font-size: 1.2em;
	color: #333333;
	background: #d0d0d0;
	display: block;
	width: 80%;
	margin: 0.35em auto;
	padding: 0.25em 0;
}

	.detail-table .show-details > span {
		height: 2.5em;
		padding: 0.6em 0;
		margin-right: 2.5em;
		border-radius: 2px;
	}

	.detail-table .show-details:hover, .detail-table .show-details:focus {
		background-color: #bcbcbc;
	}

	.detail-table .show-details:before {
		content: "\e604";
		display: inline-block;
		font-family: 'icons';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		top: 10%;
		right: 10%;
		width: 6em;
		font-size: 7px;
		padding: 2.5em 0;
		margin: 5px 0;
		color: #2b5588;
		border-left: 1px solid #fff;
	}

	.detail-table .show-details.showing {
		background: #356497;
		color: #fff;
		width: 100%;
		padding: 0.6em 10% 17px 10%;
		margin: 0 auto -6px auto;
	}

		.detail-table .show-details.showing:focus, .detail-table .show-details.showing:hover {
			background-color: #2b5588;
		}

		.detail-table .show-details.showing:before {
			content: "\e608";
			display: inline-block;
			font-family: 'icons';
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			position: absolute;
			top: 10%;
			right: 10%;
			width: 6em;
			font-size: 7px;
			padding: 2.5em 0;
			margin: 5px 0;
			color: #fff;
			border-left: 1px solid #333333;
		}

	.detail-table .show-details.edit-button {
		background: #fff;
		color: #356497;
		width: 100%;
		padding: 0.6em 10% 17px 10%;
		margin: 0 auto;
	}

		.detail-table .show-details.edit-button:hover, .detail-table .show-details.edit-button:focus {
			background: #f4f4f3;
		}

			.detail-table .show-details.edit-button:hover:before, .detail-table .show-details.edit-button:focus:before {
				border-color: #e1e3df;
			}

		.detail-table .show-details.edit-button:before {
			content: "\e60c";
			display: inline-block;
			font-family: 'icons';
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			position: absolute;
			top: 10%;
			right: 10%;
			width: 1.08em;
			padding: 5px 0;
			margin: 5px 0;
			font-size: 38px;
			color: #356497;
			border-left: 1px solid #f0f0f0;
			-webkit-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}

.show-details__show-button {
	display: block;
}

.show-details__hide-button {
	display: none;
}

.show-details.showing .show-details__show-button {
	display: none;
}

.show-details.showing .show-details__hide-button {
	display: block;
}

.show-details__edit-button {
	display: block;
	font-weight: bold;
}

.detail-table--col-actions .column {
	position: relative;
	height: 4.5em;
	margin-bottom: -1em;
	text-align: center;
	text-decoration: none !important;
	color: #fff;
	padding: 5px;
	text-transform: capitalize;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/*{ background: $tick-accept;
	&:hover, &:focus { background: $x-dark-green; }
	}*/
}

@media screen and (max-width: 580px) {
	.detail-table--col-actions .column {
		min-height: 3.75em;
		margin-bottom: 0;
	}
}

.detail-table--col-actions .column:before {
	content: "\e609";
	display: inline-block;
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -9px;
	min-height: 20px;
	width: 20px;
	font-size: 20px;
}

.detail-table--col-actions .column:after {
	height: 20px;
	width: 20px;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -10px;
}

.detail-table--col-actions .column.actions-submit, .detail-table--col-actions .column.actions-approve, .detail-table--col-actions .column.actions-approved, .detail-table--col-actions .column.actions-edit {
	color: #333333;
	background: #aacc06;
}

	.detail-table--col-actions .column.actions-submit:before, .detail-table--col-actions .column.actions-approve:before, .detail-table--col-actions .column.actions-approved:before, .detail-table--col-actions .column.actions-edit:before {
		content: "\e60d";
	}

	.detail-table--col-actions .column.actions-submit:hover, .detail-table--col-actions .column.actions-submit:focus, .detail-table--col-actions .column.actions-approve:hover, .detail-table--col-actions .column.actions-approve:focus, .detail-table--col-actions .column.actions-edit:hover, .detail-table--col-actions .column.actions-edit:focus {
		background: #96b800;
	}

	.detail-table--col-actions .column.actions-approve:before {
		content: "\e609";
		margin-left: -10px;
	}

	.detail-table--col-actions .column.actions-edit:before {
		content: "\e615";
	}

.detail-table--col-actions .column.actions-reject, .detail-table--col-actions .column.actions-rejected, .detail-table--col-actions .column.actions-delete {
	background: #c30d0d;
}

	.detail-table--col-actions .column.actions-reject:before, .detail-table--col-actions .column.actions-rejected:before, .detail-table--col-actions .column.actions-delete:before {
		content: "\e605";
	}

	.detail-table--col-actions .column.actions-reject:hover, .detail-table--col-actions .column.actions-reject:focus, .detail-table--col-actions .column.actions-delete:hover, .detail-table--col-actions .column.actions-delete:focus {
		background: #910000;
	}

.actions-select.column {
	background-color: #e2e9f3;
	color: #333333;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

input:checked + .actions-select.column {
	background-color: #397327;
	color: #fff;
}

.detail-table__expanded-details {
	zoom: 1;
	padding: 1.5em;
	font-size: 0.85em;
}

	.detail-table__expanded-details:before, .detail-table__expanded-details:after {
		content: "";
		display: table;
	}

	.detail-table__expanded-details:after {
		clear: both;
	}

	.detail-table__expanded-details ul {
		float: left;
		width: 100%;
	}

	.detail-table__expanded-details h3 {
		clear: both;
		color: #397327;
		padding-top: 15px;
		margin: 15px 0 15px;
		border-top: 1px solid #356497;
		float: left;
		width: 100%;
	}

		.detail-table__expanded-details h3:first-child {
			margin-top: 0;
			padding-top: 0;
			border: none;
		}

	.detail-table__expanded-details h4 {
		margin-bottom: 5px;
	}

	.detail-table__expanded-details .group-label {
		font-size: 1.7em;
		font-weight: bold;
		color: #2b5588;
	}

	.detail-table__expanded-details > ul li {
		margin-top: 0.25em;
	}

		.detail-table__expanded-details > ul li:first-child {
			margin-top: 0.25em;
		}

.detail-table__expanded-details__label {
	font-weight: bold;
	color: #333333;
	display: inline-block;
	width: 20%;
}

@media screen and (max-width: 980px) {
	.detail-table__expanded-details__label {
		width: 100%;
	}
}

.detail-table__row--details-hidden {
	display: none;
}

/**********************************
		Form pages
**********************************/
.form-intro-text p {
	color: #397327;
	font-size: 1.8em;
}

@media screen and (max-width: 854px) {
	.form-intro-text {
		margin: 0 20px 20px;
	}
}

@media screen and (max-width: 580px) {
	.form-intro-text {
		margin-top: 20px;
	}
}

.form-heading h3 {
	font-weight: normal;
	font-size: 2.2em;
}

.form-instruction-text p {
	color: #333333;
	margin-bottom: 0;
}

.form-section {
	zoom: 1;
	background: #f5f7fb;
	padding: 10px;
	margin-top: 5px;
}

	.form-section:before, .form-section:after {
		content: "";
		display: table;
	}

	.form-section:after {
		clear: both;
	}

.main-form-heading {
	background-color: #f5f7fb;
	margin: 0;
	padding: 10px 20px;
}

.form-section-heading h3 {
	color: #397327;
	font-size: 2em;
	margin-bottom: 0;
}

.form-item {
	padding: 10px;
}

	.form-item .form-item {
		padding: 4px 5px;
	}

		.form-item .form-item legend {
			padding-top: 5px;
		}

	.form-item.new-form-row {
		clear: left;
	}

	.form-item.add-heading-space {
		margin-top: 3em;
	}

	.form-item legend {
		font-weight: bold;
	}

	.form-item label, .form-item legend {
		display: inline-block;
		width: 100%;
		font-size: 1.5em;
		padding-bottom: 0.5em;
	}

		.form-item label abbr, .form-item legend abbr {
			border-bottom: 0;
		}

	.form-item .radio-group li, .form-item .checkbox-group li {
		font-size: 1em;
		margin-right: 1em;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}

	.form-item .stacked li {
		display: block;
		margin-left: 2em;
		margin-top: 0.7em;
	}

		.form-item .stacked li:first-child {
			margin-top: 0;
		}

		.form-item .stacked li label {
			width: auto;
		}

	.form-item textarea {
		width: 100%;
		font-size: 1.6em;
		height: 7.1em;
	}

	.form-item.form--date-picker input[type=text] {
		width: 10em;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		float: left;
	}

	.form-item .date-picker-wrap {
		position: relative;
	}

	.form-item button.ui-datepicker-trigger {
		position: absolute;
	}

	.form-item.form-row--button {
		padding: 1em 0;
		float: left;
		width: 100%;
		margin-bottom: 15px;
	}

@media screen and (max-width: 854px) {
	.form-item.form-row--button {
		margin: 0 20px 15px;
		float: none;
		width: auto;
		zoom: 1;
	}

		.form-item.form-row--button:before, .form-item.form-row--button:after {
			content: "";
			display: table;
		}

		.form-item.form-row--button:after {
			clear: both;
		}
}

@media screen and (max-width: 580px) {
	.form-item.form-row--button > * {
		float: none;
		display: block;
		width: 100%;
		margin: 0 0 10px;
		text-align: center;
	}
}

.form-item.form--sub-question label {
	margin-left: 2em;
}

.form-item .form-inline {
	zoom: 1;
	padding: 0.25em 0;
}

	.form-item .form-inline:before, .form-item .form-inline:after {
		content: "";
		display: table;
	}

	.form-item .form-inline:after {
		clear: both;
	}

	.form-item .form-inline input[type=text] {
		width: 50%;
		float: right;
	}

	.form-item .form-inline label {
		float: left;
		width: 45%;
		text-align: right;
	}

@media screen and (max-width: 980px) {
	.form-item.new-form-row:not(.thirds) {
		clear: none;
	}

	.form-section .form-item.quarters:nth-child(even) {
		clear: left;
	}

	.form-section.delay-tablet-clear .form-item.quarters {
		clear: none;
	}

		.form-section.delay-tablet-clear .form-item.quarters:nth-child(odd) {
			clear: left;
		}

	.form-section.delay-tablet-clear .form-section-heading + .form-item + .form-item {
		clear: none;
	}
}

@media screen and (max-width: 580px) {
	.form-item.add-heading-space {
		margin-top: 10px;
	}
}

.form-extra {
	font-size: 1.2em;
	display: block;
	margin-top: 5px;
}

.error-text {
	display: none;
}

.form-error input, .form-error textarea {
	border: 1px solid #c30d0d;
	background: #ffe9e9;
}

.form-error label abbr, .form-error legend abbr {
	color: #c30d0d;
}

.form-error label .error-text, .form-error legend .error-text {
	font-size: 1em;
}

.form-error .error-text {
	color: #c30d0d;
	font-size: 1.5em;
	background: #ffe9e9;
	padding: 0 0.5em;
	display: inline-block;
	font-weight: 400;
}

.form-error .styled-select, .form-error .advSearchCalc {
	border: 1px solid #c30d0d !important;
	background: #ffe9e9 !important;
}

	.form-error .styled-select:after, .form-error .advSearchCalc:after {
		background: #c30d0d !important;
	}

.form-error button.ui-datepicker-trigger {
	background: #c30d0d;
	border: 1px solid #c30d0d;
}

.form-error input[type=checkbox] + label:after, .form-error input[type=radio] + label:after {
	background: #ffe9e9;
	border: 1px solid #c30d0d;
}

.form-error input[type=checkbox]:focus + label:after, .form-error input[type=radio]:focus + label:after {
	background-color: #d0d0d0;
	border: 1px solid #333333;
}

.form-error input[type=checkbox] + label:hover:after, .form-error input[type=radio] + label:hover:after {
	background-color: #d0d0d0;
	border: 1px solid #333333;
}

.error-messages {
	margin-bottom: 5px;
	position: relative;
	background: #ffe9e9;
	padding-left: 95px;
	min-height: 70px;
}

	.error-messages > * {
		font-size: 1.6em;
	}

	.error-messages ul {
		margin: 0;
		padding-left: 20px;
	}

	.error-messages p {
		margin-bottom: 0;
		margin-top: 1em;
		line-height: 1.2em;
	}

		.error-messages p:first-child {
			margin-top: 0;
		}

	.error-messages a {
		color: #c30d0d;
	}

	.error-messages.small-icon, .error-messages.tiny-icon {
		padding-left: 60px;
		min-height: 0;
	}

		.error-messages.small-icon:before, .error-messages.tiny-icon:before {
			font-size: 30px;
			top: 50%;
			margin-top: -15px;
			left: 15px;
		}

	.error-messages.tiny-icon {
		text-align: center;
		padding-left: 30px;
	}

		.error-messages.tiny-icon:before {
			font-size: 16px;
			margin-top: -8px;
			left: 10px;
		}

	.error-messages:before {
		content: "\e611";
		display: inline-block;
		font-family: 'icons';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #c30d0d;
		position: absolute;
		top: 20px;
		left: 20px;
		font-size: 50px;
		opacity: 0.7;
	}

@media screen and (max-width: 580px) {
	.error-messages {
		padding-left: 60px;
	}

		.error-messages:before {
			font-size: 25px;
			top: 15px;
			left: 10px;
		}
}

.form__button {
	display: inline-block;
	float: right;
	margin-left: 10px;
	color: #333333;
	background: #d0d0d0;
}

	.form__button:first-child {
		margin-right: 0;
	}

	.form__button:last-child {
		margin-left: 0;
	}

	.form__button.form__button--primary {
		background: #3b722b;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}

		.form__button.form__button--primary:hover, .form__button.form__button--primary:focus {
			background: #2b571e;
		}

	.form__button.form__button--secondary {
		text-decoration: none;
	}

		.form__button.form__button--secondary:hover, .form__button.form__button--secondary:focus {
			background: #b6b6b6;
		}

	.form__button.form__button--cancel {
		float: left;
	}

#fuelCalculator p {
	text-align: center;
	margin-bottom: 0;
}

#fuelCalculator input[type="submit"] {
	display: block;
	margin: 10px auto 0;
	width: 60%;
	font-size: 2em;
	width: 100%;
	max-width: 240px;
}

/**********************************
		Help Page
**********************************/
.help-table-of-contents {
	border-top: 5px solid #c1cddd;
	font-size: 1.5em;
}

	.help-table-of-contents .accordion-trigger {
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		position: relative;
		display: inline-block;
		width: 100%;
	}

		.help-table-of-contents .accordion-trigger:before {
			content: "\e610";
			font-size: 10px;
			position: absolute;
			top: 50%;
			right: 10px;
			width: 2em;
			height: 2em;
			border-radius: 20px;
			background: #2b5588;
			color: #fff;
			text-align: center;
			line-height: 2.25em;
			margin-top: -1.3em;
			padding: 3px;
		}

		.help-table-of-contents .accordion-trigger:hover, .help-table-of-contents .accordion-trigger:focus {
			text-decoration: none;
			background: #f4f4f3;
		}

	.help-table-of-contents .accordion-heading {
		font-size: 1.25em;
		font-family: "Gudea", "Helvetica Neue", Helvetica, Arial, sans-serif;
		padding: 1em 2.5em 1.25em 0.75em;
		margin-bottom: 0;
		color: #2b5588;
	}

	.help-table-of-contents .accordion-segment {
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

		.help-table-of-contents .accordion-segment:after {
			content: "";
			display: block;
			border-top: 5px solid #c1cddd;
		}

		.help-table-of-contents .accordion-segment.open {
			margin-top: 1.5em;
			background: #2b5588;
		}

			.help-table-of-contents .accordion-segment.open .accordion-heading {
				color: #fff;
			}

			.help-table-of-contents .accordion-segment.open .accordion-trigger:hover, .help-table-of-contents .accordion-segment.open .accordion-trigger:focus {
				background: #356497;
			}

			.help-table-of-contents .accordion-segment.open .accordion-trigger:before {
				content: "\e60f";
				color: #2b5588;
				background: #fff;
				line-height: 2em;
			}

	.help-table-of-contents .accordion-content {
		background: #fff;
		padding-bottom: 0.85em;
	}

		.help-table-of-contents .accordion-content > li {
			border-top: 1px solid #e6ede8;
		}

			.help-table-of-contents .accordion-content > li > a {
				font-weight: bold;
				display: inline-block;
				width: 100%;
				padding: 0.5em 1em;
			}

			.help-table-of-contents .accordion-content > li.accordion-content--active {
				-webkit-transition: all 0.1s ease-in-out;
				-o-transition: all 0.1s ease-in-out;
				transition: all 0.1s ease-in-out;
				background: #eaf0f6;
				border-top: 1px solid #e1e3df;
				border-bottom: 1px solid #d0d0d0;
			}

				.help-table-of-contents .accordion-content > li.accordion-content--active a {
					color: #333333;
				}

	.help-table-of-contents .show-all {
		display: inline-block;
		width: 100%;
		text-align: right;
		padding: 1em 0;
	}

		.help-table-of-contents .show-all:before {
			content: "+";
			font-size: 20px;
			color: #fff;
			background: #2b5588;
			border-radius: 0.5em;
			display: inline-block;
			width: 1em;
			height: 1em;
			line-height: .95em;
			margin-right: 0.25em;
			text-align: center;
		}

		.help-table-of-contents .show-all .show {
			display: inline;
		}

		.help-table-of-contents .show-all .hide {
			display: none;
		}

		.help-table-of-contents .show-all.hide-all:before {
			content: "-";
		}

		.help-table-of-contents .show-all.hide-all .show {
			display: none;
		}

		.help-table-of-contents .show-all.hide-all .hide {
			display: inline;
		}

.help-page-contents .help-page-contents__heading {
	font-size: 2em;
	line-height: 1.25em;
}

.help-page-contents .hidden-heading {
	color: #2b5588;
	border-top: 4px solid #c1cddd;
	border-bottom: 4px solid #c1cddd;
	padding: 0.775em 0;
	font-size: 2.2em;
	font-weight: bold;
}

@media screen and (max-width: 580px) {
	.help-page-contents .hidden-heading {
		margin: auto -20px;
		padding: 10px 20px;
	}
}

.help-page-contents ol {
	font-size: 1.6em;
}

/**********************************
		Compare table
**********************************/
.v-compare-form {
	clear: both;
}

@media screen and (max-width: 580px) {
	.v-compare-form .shortlist_all_wrap {
		display: block;
		float: right;
	}

		.v-compare-form .shortlist_all_wrap label {
			padding: 5px 10px 5px 20px;
			width: 75px;
			background-color: #2b5588;
			display: block;
			color: #fff;
			font-size: 1.5em;
			text-align: center;
		}

			.v-compare-form .shortlist_all_wrap label:after {
				top: 50%;
				box-shadow: none;
				border-radius: 0;
				left: 7px;
				margin-top: -6px;
			}

			.v-compare-form .shortlist_all_wrap label:before {
				top: 50%;
				margin-top: -5px;
				left: 9px;
			}

	.v-compare-form #short_list_submit {
		border-radius: 0;
	}
}

@media screen and (max-width: 370px) {
	.v-compare-form #short_list_submit {
		width: 100%;
	}
}

#v-compare-table {
	overflow: hidden;
	margin-top: -2px;
	margin-bottom: 25px;
	border-bottom: 2px solid #ccd9e9;
	/*@include M-mq(max,$bp-search-break){
		//v-compare table column widths
		$thead_widths: 102, 47, 34, 37, 32, 60, 34, 37, 32, 80, 52, 60, 56, 55, 68;
		$tbody_widths: 24, 78, 47, 34, 37, 32, 60, 34, 37, 32, 80, 52, 60, 56, 55, 68;
		$total_width: 786;

		@include M-set_column_widths($thead_widths,$total_width,thead);
		@include M-set_column_widths($tbody_widths,$total_width,tbody);

	}*/
}

	#v-compare-table tr {
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		opacity: 1;
	}

		#v-compare-table tr.closing {
			opacity: 0;
		}

			#v-compare-table tr.closing > * {
				border-color: transparent !important;
			}

		#v-compare-table tr.closed {
			display: block;
			overflow: hidden;
			height: 0 !important;
		}

	#v-compare-table thead {
		position: relative;
	}

		#v-compare-table thead.fixed-pos {
			position: fixed;
			top: 0;
			left: 0;
			z-index: 10;
			width: 100%;
		}

@media screen and (max-width: 900px) {
	#v-compare-table thead.fixed-pos.open {
		top: 0 !important;
	}

		#v-compare-table thead.fixed-pos.open #thead_reveal:before {
			content: "\e608";
		}
}

#v-compare-table thead th, #v-compare-table thead td {
	padding: 0;
}

#v-compare-table thead th {
	background-color: #356497;
	color: #fff;
	font-size: 1.6em;
	text-align: center;
	-webkit-transition: all 0.25s background;
	-o-transition: all 0.25s background;
	transition: all 0.25s background;
}

#v-compare-table thead a {
	color: #fff;
	padding: 5px;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.25s background;
	-o-transition: all 0.25s background;
	transition: all 0.25s background;
}

#v-compare-table thead .small {
	font-size: 0.75em;
}

#v-compare-table thead .clickable:hover, #v-compare-table thead a:hover, #v-compare-table thead .clickable:focus, #v-compare-table thead a:focus {
	background-color: #2b5588 !important;
	cursor: pointer;
}

#v-compare-table thead .top-row th {
	border-top: 5px solid #2b5588;
	border-left: 1px solid #2b5588;
	padding: 10px 0;
	position: relative;
}

	#v-compare-table thead .top-row th.active {
		background-color: #2b5588;
	}

		#v-compare-table thead .top-row th.active:before {
			content: "\e60b";
			display: inline-block;
			font-family: 'icons';
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			color: #fff;
			font-size: 4px;
			position: absolute;
			top: 12px;
			right: 5px;
		}

		#v-compare-table thead .top-row th.active.up:before {
			content: "\e60a";
		}

		#v-compare-table thead .top-row th.active:first-child {
			border-left: none;
		}

	#v-compare-table thead .top-row th:last-child {
		padding-left: 5px;
		padding-right: 5px;
	}




@media screen and (max-width: 900px) {
	#v-compare-table thead .top-row th {
		vertical-align: bottom;
	}

		#v-compare-table thead .top-row th:first-child {
			padding-bottom: 30px;
		}

		#v-compare-table thead .top-row th:not(:first-child) {
			padding-bottom: 0;
			padding-top: 20px;
		}

			#v-compare-table thead .top-row th:not(:first-child) .cell-heading {
				width: 30px;
				line-height: 30px;
				overflow: hidden;
				display: block;
				margin: 0 auto;
			}

			#v-compare-table thead .top-row th:not(:first-child) .cell-heading-inner {
				-ms-transform: rotate(90deg);
				-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
				-webkit-transform-origin: top left;
				-ms-transform-origin: top left;
				transform-origin: top left;
				white-space: nowrap;
				display: inline-block;
				position: relative;
				right: -27px;
			}

				#v-compare-table thead .top-row th:not(:first-child) .cell-heading-inner:after {
					content: "";
					display: block;
					float: left;
					padding-bottom: 100%;
					width: 100%;
				}

			#v-compare-table thead .top-row th:not(:first-child) input[type=submit], #v-compare-table thead .top-row th:not(:first-child) .form__button {
				white-space: nowrap;
				width: auto;
			}
}

#v-compare-table thead .top-row .hasKids {
	border-bottom-color: #356497;
}

	#v-compare-table thead .top-row .hasKids.active {
		border-bottom-color: #2b5588;
	}

#v-compare-table thead .top-row:last-child:before {
	display: none;
}

#v-compare-table thead .bottom-row > * {
	font-size: 1.2em;
	padding: 0;
}

#v-compare-table thead .bottom-row .overflow {
	padding: 5px 2px;
	background-color: #356497;
	position: relative;
	width: 100%;
	display: block;
}

#v-compare-table thead .bottom-row .active, #v-compare-table thead .bottom-row .active a {
	background-color: #2b5588;
}

#v-compare-table thead .bottom-row td {
	background-color: #2b5588;
	border-left: 1px solid #214b7e;
}

	#v-compare-table thead .bottom-row td:first-child {
		border-left: none;
	}

#v-compare-table thead .bottom-row th {
	border-left: 1px solid #2b5588;
}

#v-compare-table thead input[type=submit], #v-compare-table thead .form__button {
	display: block;
	white-space: normal;
	font-size: 0.75em;
	margin: 5px auto;
	padding: 5px;
	border-radius: 5px;
	background-color: #aacc06;
	color: #333333;
	text-transform: uppercase;
	line-height: 0.9em;
	width: 6em;
}

	#v-compare-table thead input[type=submit]:hover, #v-compare-table thead .form__button:hover, #v-compare-table thead input[type=submit]:focus, #v-compare-table thead .form__button:focus {
		background-color: #7fb915;
	}

@media screen and (max-width: 900px) {
	#v-compare-table thead {
		top: 0;
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
}

#v-compare-table tbody tr:first-child > * {
	border-top: 1px solid #bec8d5;
	box-shadow: inset 0 10px 0 rgba(204, 204, 204, 0.5);
}

#v-compare-table tbody tr > * {
	box-shadow: inset 0 10px 0 rgba(53, 100, 151, 0.3);
	padding-top: 15px;
	vertical-align: top;
}

#v-compare-table tbody th {
	border-top: 1px solid #829dc3;
	text-align: right;
	background-color: #e2e9f3;
	padding-top: 17px;
	font-size: 1.1em;
}

	#v-compare-table tbody th + td {
		border-left: none;
		text-align: left;
		padding-top: 15px;
	}

#v-compare-table tbody td {
	border-left: 1px solid #2b5588;
	border-right: 1px solid #2b5588;
	border-top: 1px solid #829dc3;
	text-align: center;
	font-weight: 700;
	font-size: 1.4em;
	padding-top: 25px;
	-webkit-transition: all 0.25s background;
	-o-transition: all 0.25s background;
	transition: all 0.25s background;
}

	#v-compare-table tbody td.good {
		background-color: #d7e9b9 !important;
	}

	#v-compare-table tbody td.bad {
		background-color: #ffe9e9 !important;
	}

#v-compare-table tbody .split-cells:not(.extra) {
	border-right-color: #e1e3df;
}

@media screen and (min-width: 581px) {
	#v-compare-table tbody tr:nth-child(even) td {
		background-color: #F8F8F8;
	}
}

#v-compare-table tbody td span {
	display: block;
	font-weight: normal;
	font-size: 0.85em;
}

#v-compare-table tbody .vehicle-name {
	color: #397327;
	font-size: 1em;
	margin: 0;
}

#v-compare-table tbody tr:last-child > * {
	border-bottom: 1px solid #829dc3;
}

#v-compare-table tbody tr.alt > * {
	box-shadow: none;
}

#v-compare-table tbody tr.alt th {
	background-color: #e1e3df;
}

#v-compare-table tbody tr.selected > td {
	background-color: #f6faf0;
}

#v-compare-table tbody tr.selected td:last-child {
	background-color: #d7e9b9;
}

@media screen and (min-width: 581px) {
	#v-compare-table tbody tr.selected:nth-child(even) > td {
		background-color: #e7ebe1;
	}

		#v-compare-table tbody tr.selected:nth-child(even) > td:last-child {
			background-color: #c8daaa;
		}
}

@media screen and (min-width: 580px) and (max-width: 899px) {
	#v-compare-table tbody .cell-header {
		position: absolute;
		bottom: 100%;
		left: 50%;
		right: 0;
		margin-left: -50px;
		margin-bottom: 0;
		font-size: 1.2em;
		color: #fff;
		width: 100px;
	}

	#v-compare-table tbody .tablet-popup {
		display: block;
		background: #2b5588;
		margin-bottom: 15px;
		position: relative;
		text-align: center;
		padding: 10px;
		box-shadow: 0 0 20px #fff;
	}

		#v-compare-table tbody .tablet-popup:before {
			content: "";
			display: block;
			position: relative;
			display: block;
			height: 10px;
			width: 0px;
			border-left: 2px solid #2b5588;
			position: absolute;
			top: 100%;
			left: 0;
			right: 0;
			margin: 0 auto;
		}

			#v-compare-table tbody .tablet-popup:before:before {
				content: "";
				display: block;
				position: absolute;
				border: 2px solid #2b5588;
				height: 7px;
				width: 7px;
				right: 1px;
				bottom: -1px;
				border-top: none;
				border-left: none;
				-ms-transform: rotate(45);
				-webkit-transform: rotate(45);
				transform: rotate(45);
				-webkit-transform-origin: bottom right;
				-ms-transform-origin: bottom right;
				transform-origin: bottom right;
			}

	#v-compare-table tbody td {
		position: relative;
	}

		#v-compare-table tbody td:last-child .cell-header {
			margin-left: -70px;
		}

		#v-compare-table tbody td:last-child .tablet-popup:before {
			right: 25%;
			margin-right: 0;
		}
}

#v-compare-table .divider > * {
	background-color: #c8d869 !important;
	box-shadow: none !important;
	padding: 0;
	height: 5px;
	line-height: 0;
}

#v-compare-table input[type="checkbox"] + label {
	height: 20px;
	display: inline-block;
}

	#v-compare-table input[type="checkbox"] + label:after {
		height: 16px;
		width: 16px;
		box-shadow: none;
		border-radius: 0;
		border: 1px solid #183559;
	}

	#v-compare-table input[type="checkbox"] + label:before {
		font-size: 20px;
		top: -2px;
		left: 3px;
		text-shadow: 0 3px 5px #d0d0d0;
	}

#v-compare-table #shortlist_all + label {
	padding: 4px 23px 0 0;
}

	#v-compare-table #shortlist_all + label:after, #v-compare-table #shortlist_all + label:before {
		right: 0;
		left: auto;
	}

	#v-compare-table #shortlist_all + label:before {
		width: 16px;
	}

@media screen and (max-width: 580px) {
	#v-compare-table {
		margin-bottom: 0;
		border-bottom: none;
	}

		#v-compare-table thead {
			display: none;
		}

		#v-compare-table tbody tr {
			display: block;
		}

		#v-compare-table tbody th, #v-compare-table tbody td {
			display: block;
			width: auto !important;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			*behavior: url(/assets/htc/boxsizing.htc);
			box-shadow: none;
			zoom: 1;
			border-left: none;
			border-right: none !important;
			padding: 0 0 0 10px;
			box-shadow: none !important;
		}

			#v-compare-table tbody th:before, #v-compare-table tbody th:after, #v-compare-table tbody td:before, #v-compare-table tbody td:after {
				content: "";
				display: table;
			}

			#v-compare-table tbody th:after, #v-compare-table tbody td:after {
				clear: both;
			}

		#v-compare-table tbody th {
			text-align: left;
			zoom: 1;
			font-size: 1.8em;
			-webkit-transition: all 0.5s ease-in-out;
			-o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
			position: relative;
		}

			#v-compare-table tbody th:before, #v-compare-table tbody th:after {
				content: "";
				display: table;
			}

			#v-compare-table tbody th:after {
				clear: both;
			}

			#v-compare-table tbody th.open {
				background-color: #ced5df;
			}

			#v-compare-table tbody th .vehicle-number {
				float: left;
				margin-top: 10px;
				margin-right: 10px;
			}

			#v-compare-table tbody th .vehicle-name {
				display: block;
				margin-left: 35px;
				margin-right: 70px;
				padding: 10px 0;
				color: #333333;
			}

			#v-compare-table tbody th .checkbox-wrap {
				float: right;
				display: block;
				margin-top: -23px;
				position: absolute;
				top: 50%;
				right: 0px;
				padding: 12px;
			}

				#v-compare-table tbody th .checkbox-wrap label {
					display: block;
				}

			#v-compare-table tbody th:before {
				content: "\e610";
				display: inline-block;
				font-family: 'icons';
				speak: none;
				font-style: normal;
				font-weight: normal;
				font-variant: normal;
				text-transform: none;
				line-height: 1;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				font-size: 10px;
				position: absolute;
				top: 50%;
				right: 45px;
				margin-top: -6px;
				-webkit-transition: all 0.5s ease-in-out;
				-o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
			}

			#v-compare-table tbody th.open:before {
				-ms-transform: rotate(180deg);
				-webkit-transform: rotate(180deg);
				transform: rotate(180deg);
			}

		#v-compare-table tbody .selected th {
			background-color: #f5ffd7;
		}

		#v-compare-table tbody .selected.alt th {
			background-color: #e1f3c3;
		}

		#v-compare-table tbody .selected td {
			background-color: #f6faf0;
		}

		#v-compare-table tbody .alt:not(.selected) th.open {
			background: #cdcfcb;
		}

		#v-compare-table tbody .mobile-accordion-content {
			padding-top: 0;
			box-shadow: none !important;
			border: none !important;
			overflow: hidden;
			-webkit-transition: all 0.5s ease-in-out;
			-o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
			width: auto !important;
		}

			#v-compare-table tbody .mobile-accordion-content.closed {
				height: 0 !important;
			}

		#v-compare-table tbody td {
			padding: 10px 0px 10px 10px;
		}

		#v-compare-table tbody .cell-header {
			float: left;
			width: 50%;
			font-size: 1.3em;
			text-align: left;
			margin-bottom: 0;
		}

		#v-compare-table tbody .cell-content {
			float: right;
			width: 50%;
			text-align: center;
		}

		#v-compare-table tbody .small {
			display: inline;
		}

		#v-compare-table tbody td:last-child {
			display: none;
		}

		#v-compare-table tbody .divider {
			display: block;
			height: 3px;
			background-color: #c8d869;
			border-top: 1px solid #829dc3;
		}

			#v-compare-table tbody .divider td, #v-compare-table tbody .divider th {
				display: none;
			}
}

#v-compare-table thead .bottom-row > *:nth-child(1) {
	width: 17.96008%;
}

#v-compare-table thead .bottom-row > *:nth-child(2) {
	width: 4.36068%;
}

#v-compare-table thead .bottom-row > *:nth-child(3) {
	width: 4.36068%;
}

#v-compare-table thead .bottom-row > *:nth-child(4) {
	width: 4.36068%;
}

#v-compare-table thead .bottom-row > *:nth-child(5) {
	width: 6.65189%;
}

#v-compare-table thead .bottom-row > *:nth-child(6) {
	width: 4.36068%;
}

#v-compare-table thead .bottom-row > *:nth-child(7) {
	width: 4.36068%;
}

#v-compare-table thead .bottom-row > *:nth-child(8) {
	width: 4.36068%;
}

#v-compare-table thead .bottom-row > *:nth-child(9) {
	width: 6.79046%;
}

#v-compare-table thead .bottom-row > *:nth-child(10) {
	width: 6.79047%;
}

#v-compare-table thead .bottom-row > *:nth-child(11) {
	width: 6.45787%;
}

#v-compare-table thead .bottom-row > *:nth-child(12) {
	width: 6.45787%;
}

#v-compare-table thead .bottom-row > *:nth-child(13) {
	width: 7.76053%;
}

#v-compare-table thead .bottom-row > *:nth-child(14) {
	width: 8.31486%;
}

#v-compare-table thead .bottom-row > *:nth-child(15) {
	width: 6.65189%;
}

#v-compare-table tbody tr > *:nth-child(1) {
	width: 1.00000%;
}

#v-compare-table tbody tr > *:nth-child(2) {
	width: 16.96008%;
}

#v-compare-table tbody tr > *:nth-child(3) {
	width: 4.36068%;
}

#v-compare-table tbody tr > *:nth-child(4) {
	width: 4.36068%;
}

#v-compare-table tbody tr > *:nth-child(5) {
	width: 4.36068%;
}

#v-compare-table tbody tr > *:nth-child(6) {
	width: 6.65189%;
}

#v-compare-table tbody tr > *:nth-child(7) {
	width: 4.36068%;
}

#v-compare-table tbody tr > *:nth-child(8) {
	width: 4.36068%;
}

#v-compare-table tbody tr > *:nth-child(9) {
	width: 4.36068%;
}

#v-compare-table tbody tr > *:nth-child(10) {
	width: 6.79046%;
}

#v-compare-table tbody tr > *:nth-child(11) {
	width: 6.79047%;
}

#v-compare-table tbody tr > *:nth-child(12) {
	width: 6.45787%;
}

#v-compare-table tbody tr > *:nth-child(13) {
	width: 6.45787%;
}

#v-compare-table tbody tr > *:nth-child(14) {
	width: 7.76053%;
}

#v-compare-table tbody tr > *:nth-child(15) {
	width: 8.31486%;
}

#v-compare-table tbody tr > *:nth-child(16) {
	width: 6.65189%;
}

/**********************************
		STANDARD PAGE STYLES
**********************************/
.standard-content-wrap {
	float: left;
	width: 100%;
}

	.standard-content-wrap a {
		text-decoration: underline;
	}

		.standard-content-wrap a:hover, .standard-content-wrap:focus {
			text-decoration: none;
		}

	.standard-content-wrap .intro {
		color: #397327;
		font-size: 1.15em;
	}

		.standard-content-wrap .intro p {
			line-height: 1.35em;
		}

	.standard-content-wrap li {
		font-size: 1.6em;
		margin-top: 0.5em;
		line-height: 1em;
	}

		.standard-content-wrap li:first-child {
			margin-top: 0;
		}

		.standard-content-wrap li li {
			font-size: 1em;
			margin-top: 0.5em;
		}

	.standard-content-wrap ol ol {
		list-style: lower-alpha;
	}

		.standard-content-wrap ol ol ol {
			list-style: lower-roman;
		}

			.standard-content-wrap ol ol ol ol {
				list-style: decimal;
			}

.column.side-bar {
	width: 31.5%;
	float: left;
	padding-bottom: 50px;
}

@media screen and (max-width: 580px) {
	.column.side-bar {
		width: 100%;
		float: none;
		margin: 0 auto;
		padding-bottom: 10px;
	}
}

.column.side-bar .image-frame {
	background-color: #e1e3df;
	color: #333333;
	margin-left: -40px;
}

@media screen and (max-width: 1140px) {
	.column.side-bar .image-frame {
		margin-left: -20px;
	}
}

@media screen and (max-width: 854px) {
	.column.side-bar .image-frame {
		margin-left: 0;
	}
}

.column.side-bar .image-frame img {
	width: 100%;
	height: auto;
}

.column.side-bar .image-frame .image-caption {
	font-size: 1.4em;
	padding: 10px 15px;
}

.column.content {
	float: none;
	margin-left: 36.5%;
	margin-right: 13%;
	width: auto;
	padding-bottom: 50px;
}

@media screen and (max-width: 854px) {
	.column.content {
		margin-right: 2%;
	}
}

@media screen and (max-width: 580px) {
	.column.content {
		width: 100%;
		padding: 0 20px;
		float: none;
		margin: 0 auto;
	}

		.column.content.form {
			padding: 0;
		}
}

/**********************************
			FOOTER
**********************************/
footer {
	margin-bottom: 40px !important;
	background: #f0f0f0;
	position: relative;
	clear: both;
}

	footer:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #000;
		opacity: 0.15;
		height: 7px;
		z-index: 5;
	}

@media screen and (max-width: 854px) {
	footer {
		margin-bottom: 0 !important;
	}

		footer:before {
			display: none !important;
		}
}

footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer li {
	float: left;
	margin: 0;
}

footer a {
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

footer .small-print {
	font-size: 1.2em;
	margin-bottom: 3px;
	display: block;
}

footer .small-print-block {
	width: 87%;
	float: left;
	padding: 20px 0 10px 20px;
	min-height: 70px;
	font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 980px) {
	footer .small-print-block {
		min-height: 80px;
	}
}

@media screen and (max-width: 854px) {
	footer .small-print-block {
		text-align: center;
		padding-left: 13%;
	}

		footer .small-print-block li {
			float: none;
			display: inline-block;
		}
}

@media screen and (max-width: 580px) {
	footer .small-print-block {
		padding-bottom: 10px;
		padding-top: 10px;
	}

		footer .small-print-block li {
			margin-top: 5px;
		}
}

footer .small-print-block li {
	border-right: 1px solid #333333;
	padding: 0 5px;
	font-size: 1.2em;
}

@media screen and (max-width: 854px) {
	footer .small-print-block li {
		padding-left: 0;
	}
}

footer .small-print-block li:last-child {
	border: none;
}

footer .small-print-block a {
	color: #2b571e;
}

footer .icon-rss {
	display: block;
	background: #e1e3df;
	color: #7e7e7e;
	float: right;
	padding: 28px 0 22px;
	min-height: 70px;
	text-align: center;
	font-size: 27px;
	width: 13%;
	text-decoration: none;
}

@media screen and (min-width: 981px) {
	footer .icon-rss:hover, footer .icon-rss:focus {
		color: #333333;
		background-color: #cdcfcb;
	}
}

@media screen and (max-width: 980px) {
	footer .icon-rss {
		min-height: 80px;
		padding: 26px 0;
	}
}

@media screen and (max-width: 580px) {
	footer .icon-rss {
		display: none;
	}
}

@media screen and (max-width: 854px) {
	footer .column.halves {
		width: 100%;
	}
}

footer nav.column.halves {
	display: table;
}

	footer nav.column.halves a {
		display: table-cell;
		width: 33.33%;
		vertical-align: middle;
		font-size: 1.8em;
		background: #aacc06;
		color: #333333;
		text-align: center;
		padding: 7px 20px 0;
		height: 70px;
		line-height: 1.1em;
		font-weight: 700;
		text-decoration: none;
	}

@media screen and (min-width: 581px) {
	footer nav.column.halves a {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		*behavior: url(/assets/htc/boxsizing.htc);
	}
}

@media screen and (max-width: 980px) {
	footer nav.column.halves a {
		height: 80px;
	}
}

@media screen and (max-width: 580px) {
	footer nav.column.halves a {
		width: 100%;
		height: auto;
		display: block;
		padding: 20px;
	}
}

footer nav.column.halves a.link2 {
	background-color: #46a528;
	color: #fff;
}

footer nav.column.halves a.link3 {
	background-color: #d7e9b9;
}

footer nav.column.halves a.link1:hover, footer nav.column.halves a.link1:focus {
	background: #96b800;
}

footer nav.column.halves a.link2:hover, footer nav.column.halves a.link2:focus {
	background: #329114;
}

footer nav.column.halves a.link3:hover, footer nav.column.halves a.link3:focus {
	background: #c3d5a5;
}

div#spinnerDiv {
	display: none;
	width: 100px;
	height: 100px;
	position: fixed;
	top: 50%;
	left: 50%;
	text-align: center;
	margin-left: -50px;
	margin-top: -100px;
	z-index: 2;
	overflow: auto;
}

/*! jQuery UI - v1.10.4 - 2014-06-05
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0;
	/* support: IE7 */
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

button.ui-datepicker-trigger {
	-webkit-appearance: none;
	background: #397327;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px solid #397327;
	border-left: 0;
	box-shadow: 0 0 5px #94bd4e;
	height: 34px;
	float: left;
}

	button.ui-datepicker-trigger img {
		vertical-align: -6px;
	}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

	.ui-datepicker .ui-datepicker-header {
		position: relative;
		padding: .2em 0;
	}

	.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
		position: absolute !important;
		top: 2px;
		width: 22px;
		height: 22px;
		position: relative;
		display: block;
		cursor: pointer;
	}

		.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
			left: 50%;
			margin-left: -5px;
		}

	.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
		top: 1px;
	}

	.ui-datepicker .ui-datepicker-prev {
		left: 2px;
	}

		.ui-datepicker .ui-datepicker-prev span {
			position: relative;
			display: block;
			height: 0px;
			width: 10px;
			border-bottom: 5px solid #000;
			position: absolute;
			top: 50%;
			margin-top: -5px;
		}

			.ui-datepicker .ui-datepicker-prev span:before {
				content: "";
				display: block;
				position: absolute;
				border: 5px solid #000;
				height: 5px;
				width: 5px;
				left: -2.5px;
				bottom: -2.5px;
				border-top: none;
				border-right: none;
				-ms-transform: rotate(45);
				-webkit-transform: rotate(45);
				transform: rotate(45);
				-webkit-transform-origin: bottom left;
				-ms-transform-origin: bottom left;
				transform-origin: bottom left;
			}

	.ui-datepicker .ui-datepicker-next {
		right: 2px;
	}

		.ui-datepicker .ui-datepicker-next span {
			position: relative;
			display: block;
			height: 0px;
			width: 10px;
			border-bottom: 5px solid #000;
			position: absolute;
			top: 50%;
			margin-top: -5px;
		}

			.ui-datepicker .ui-datepicker-next span:before {
				content: "";
				display: block;
				position: absolute;
				border: 5px solid #000;
				height: 5px;
				width: 5px;
				right: -2.5px;
				bottom: -2.5px;
				border-top: none;
				border-left: none;
				-ms-transform: rotate(-45);
				-webkit-transform: rotate(-45);
				transform: rotate(-45);
				-webkit-transform-origin: bottom right;
				-ms-transform-origin: bottom right;
				transform-origin: bottom right;
			}

	.ui-datepicker .ui-datepicker-prev-hover {
		left: 1px;
		top: 2px;
	}

	.ui-datepicker .ui-datepicker-next-hover {
		right: 1px;
		top: 2px;
	}

	.ui-datepicker .ui-datepicker-title {
		margin: 0 2.3em;
		line-height: 1.8em;
		text-align: center;
	}

		.ui-datepicker .ui-datepicker-title select {
			font-size: 1em;
			margin: 1px 0;
		}

	.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
		width: 49%;
	}

	.ui-datepicker table {
		width: 100%;
		font-size: .9em;
		border-collapse: collapse;
		margin: 0 0 .4em;
	}

	.ui-datepicker th {
		padding: .7em .3em;
		text-align: center;
		font-weight: bold;
		border: 0;
	}

	.ui-datepicker td {
		border: 0;
		padding: 1px;
	}

		.ui-datepicker td span, .ui-datepicker td a {
			display: block;
			padding: .2em;
			text-align: right;
			text-decoration: none;
		}

	.ui-datepicker .ui-datepicker-buttonpane {
		background-image: none;
		margin: .7em 0 0 0;
		padding: 0 .2em;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
	}

		.ui-datepicker .ui-datepicker-buttonpane button {
			float: right;
			margin: .5em .2em .4em;
			cursor: pointer;
			padding: .2em .6em .3em .6em;
			width: auto;
			overflow: visible;
			background: #ccc;
			border-radius: 3px;
		}

			.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
				float: left;
			}

	/* with multiple calendars */
	.ui-datepicker.ui-datepicker-multi {
		width: auto;
	}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

	.ui-datepicker-multi .ui-datepicker-group table {
		width: 95%;
		margin: 0 auto .4em;
	}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}

	.ui-datepicker-rtl .ui-datepicker-prev {
		right: 2px;
		left: auto;
	}

	.ui-datepicker-rtl .ui-datepicker-next {
		left: 2px;
		right: auto;
	}

	.ui-datepicker-rtl .ui-datepicker-prev:hover {
		right: 1px;
		left: auto;
	}

	.ui-datepicker-rtl .ui-datepicker-next:hover {
		left: 1px;
		right: auto;
	}

	.ui-datepicker-rtl .ui-datepicker-buttonpane {
		clear: right;
	}

		.ui-datepicker-rtl .ui-datepicker-buttonpane button {
			float: left;
		}

			.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
				float: right;
			}

	.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
		border-right-width: 0;
		border-left-width: 1px;
	}

.ll-skin-latoja {
	font-size: 120%;
}

	.ll-skin-latoja.ui-widget {
		background: #fff;
	}

	.ll-skin-latoja.ui-datepicker {
		padding: 0;
	}

	.ll-skin-latoja .ui-datepicker-header {
		border: none;
		font-size: 80%;
		-moz-border-radius: 4px 4px 0 0;
		-webkit-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
		/* border radius */
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		/* prevents bg color from leaking outside the border */
		background-color: #e0e8ec;
		/* layer fill content */
		-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.53), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
		/* drop shadow and inner shadow */
		-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.53), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
		/* drop shadow and inner shadow */
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.53), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
		/* drop shadow and inner shadow */
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
		/* gradient overlay */
		background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 0%, rgba(255, 255, 255, 0.21) 100%);
		/* gradient overlay */
		background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 0%, rgba(255, 255, 255, 0.21) 100%);
		/* gradient overlay */
		background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 0%, rgba(255, 255, 255, 0.21) 100%);
		/* gradient overlay */
		background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.21) 0%, rgba(255, 255, 255, 0.21) 100%);
		/* gradient overlay */
	}

	.ll-skin-latoja .ui-datepicker-title {
		color: #515d65;
		/* text color */
		font-size: 13px;
		font-weight: bold;
		text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
		/* drop shadow */
	}

	.ll-skin-latoja .ui-icon-circle-triangle-e {
		background-image: url(../images/content/ui-icons_454545_256x240.png);
		background-position: -32px -16px;
	}

	.ll-skin-latoja .ui-icon-circle-triangle-w {
		background-image: url(../images/content/ui-icons_454545_256x240.png);
		background-position: -96px -16px;
	}

	.ll-skin-latoja.ui-datepicker .ui-datepicker-prev, .ll-skin-latoja.ui-datepicker .ui-datepicker-next {
		border-color: transparent;
	}

	.ll-skin-latoja .ui-state-default {
		background: transparent;
		border: none;
		color: #2b2b2b;
		font-weight: normal;
		text-align: center;
	}

	.ll-skin-latoja .ui-datepicker-header .ui-state-hover {
		background: #bdc5c9;
	}

	.ll-skin-latoja.ui-datepicker table {
		margin: 0;
	}

	.ll-skin-latoja.ui-datepicker th {
		color: #9da7af;
		font-size: 12px;
		font-weight: normal;
		-moz-border-radius: 216px 0 0 0 / 0 0 0 0;
		-webkit-border-radius: 216px 0 0 0 / 0 0 0 0;
		border-radius: 216px 0 0 0 / 0 0 0 0;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		background-color: rgba(0, 0, 0, 0.08);
	}

	.ll-skin-latoja.ui-datepicker td {
		border-top: 1px solid #ddd;
		border-right: 1px solid #ddd;
		padding: 0;
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjA2Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjA2Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
		background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
		background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
		background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
		background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
	}

		.ll-skin-latoja.ui-datepicker td.ui-datepicker-today, .ll-skin-latoja.ui-datepicker td.ui-datepicker-today a {
			background: #fff;
		}

		.ll-skin-latoja.ui-datepicker td:last-child {
			border-right: none;
		}

		.ll-skin-latoja.ui-datepicker td span, .ll-skin-latoja.ui-datepicker td a {
			padding: .7em 0;
			color: #6a747a;
			font-size: 12px;
			font-weight: bold;
			font-family: Arial;
		}

	.ll-skin-latoja .ui-datepicker-calendar .ui-state-hover {
		background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
		background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
		background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
		background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
	}

	.ll-skin-latoja td a.ui-state-active, .ll-skin-latoja td a.ui-state-active.ui-state-hover {
		color: #fff;
		background-color: #8ab8ed !important;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.26);
		-moz-box-shadow: inset 0 4px 9px rgba(0, 0, 0, 0.24);
		-webkit-box-shadow: inset 0 4px 9px rgba(0, 0, 0, 0.24);
		box-shadow: inset 0 4px 9px rgba(0, 0, 0, 0.24);
	}

@media print {
	/************************\

	Print styles
\***********************/
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	/*Black prints faster: sanbeiji.com/archives/953*/
	a, a:visited {
		color: #444 !important;
		text-decoration: underline;
	}

		a[href]:after {
			content: " (" attr(href) ")";
		}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	/*Don't show links for images or js/internal links*/
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}
	/*css-discuss.incutio.com/wiki/Printing_Tables*/
	tr, img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}

	.oldie * {
		box-sizing: content-box !important;
	}
}

/*! Built by Daniel Tonon - UX Developer - Reading Room Australia - April 2014 */
