/* Remunerator 2014 */
/* By Digital Bridge */

/* - Base Styles - */

* {
	box-sizing: border-box;
}

body {
	font: 12px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #1c1d28;
	-webkit-font-smoothing: antialiased;
}

body.holdscroll {
	overflow: hidden;
}

.latest-article ul {
	padding-left: 10px;
}

.news-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap
}

.news-row .col {
  display: flex;
  flex-direction: column;
}

.news-row .latest-article{
	height: 100%;
}

.pagecontainer {
	display: block;
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	box-shadow: 0 0 0.4em #000;
}

h1 {
	font-weight: normal;
	font-size: 2.5em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

h1 a {
	text-decoration: underline;
}

h1 a:hover {
	text-decoration: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Header */

header {
	display: block;
	background: #fff;
	position: relative;
	padding: 0.75em;
	margin: 0;
	box-shadow: 0 0 0.35em #373737;
}

header a#logo {
	float: left;
	display: block;
	width: 12%;
	height: 50px;
	margin: 0.5em 2% 0 0;
	text-indent: -999em;
	background: url('img/remlogo.svg') no-repeat center center;
	background-size: contain;
	vertical-align: middle;
}

header nav {
	float: left;
	display: block;
	width: 86%;
	vertical-align: middle;
	font-size: 92%;
}

header nav a.navtoggle {
	display: none;
}

header nav ul {
	display: inline-block;
	padding: 1.25em 0 0;
	vertical-align: middle;
}

header nav ul li {
	display: inline-block;
	margin-top: 0.25em;
}

header nav ul li a {
	display: inline-block;
	margin-right: 0.25em;
	padding: 0.25em 0.75em;
	border: 1px solid #698dc5;
	border-radius: 0.45em;
	font-size: 1.16667em;
	color: #335996;
	-webkit-transition: border 0.25s, background 0.25s, color 0.25s;
}

header nav ul li a:hover {
	background: #335996;
	border-color: #335996;
	text-decoration: none;
	color: #fff;
}

header nav ul.highlights {
	float: right;
	padding: 0;
}

header nav ul li.highlight {
	float: right;
	position: relative;
}

header nav ul li.highlight a {
	width: 8.5em;
	margin-right: 0;
	margin-left: 0.25em;
	padding: 0.25em 1em;
	text-align: center;
}

header nav ul li.highlight.contact a {
	background: #335996;
	border-color: #335996;
	color: #fff;
}

header nav ul li.highlight.contact a:hover {
	background: #3a7ec6;
	border-color: #3a7ec6;
	color: #fff;
}

header nav ul li.highlight.login a {
	background: #fecb37;
	border-color: #fecb37;
	color: #142e4f;
}

header nav ul li.highlight.login a:hover {
	background: #ffd351;
	border-color: #ffd351;
	color: #142e4f;
}

header nav ul li.highlight.forms a {
	background: #84baf3;
	border-color: #84baf3;
	color: #fff;
}

header nav ul li.highlight.forms a:hover {
	background: #9bcafc;
	border-color: #9bcafc;
}

header nav ul li.highlight.reimbursements {
	clear: right;
}

header nav ul li.highlight.reimbursements a {
	background: #3ebe3b;
	border-color: #3ebe3b;
	color: #fff;
}

header nav ul li.highlight.reimbursements a:hover {
	background: #54ca51;
	border-color: #54ca51;
	color: #fff;
}

header nav ul li.highlight.paymyrego {
}

header nav ul li.highlight.paymyrego a {
	background: #2687f5;
	border-color: #2687f5;
	color: #fff;
}

header nav ul li.highlight.paymyrego a:hover {
	background: #58a6ff;
	border-color: #58a6ff;
	color: #fff;
}

header nav ul li.highlight.login div.statements-login {
	display: none;
	background: #fff;
	position: absolute;
	right: 0;
	width: 270px;
	padding: 1em 1.25em;
	box-shadow: 0 0.1em 0.75em #7c7c7c;
	border: 1px solid #fecb37;
	border-radius: 0.4em;
	color: #3e3e3e;
	z-index: 99;
}

header nav ul li.highlight.login:hover div.statements-login {
	display: block;
}


header nav ul li.highlight.login div.statements-login h3 {
	margin-bottom: 0.5em;
	font-weight: bold;
}

header nav ul li.highlight.login div.statements-login input + label {
	margin-top: 0.5em;
}

header nav ul li.highlight.login div.statements-login input {
	width: 100%;
}

header nav ul li.highlight.login div.statements-login button {
	float: right;
	margin: 0.5em 0;
	padding: 0.25em 2em;
}

header nav ul li.highlight.login div.statements-login p {
	clear: both;
}

header nav ul li.highlight.login div.statements-login a {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
	text-decoration: underline;
}

/* Section Header */

section#section-header {
	padding: .5em 2em;
	text-align: left;
}

section#section-header h1 {
	display: block;
	padding: 0;
	font-weight: 400;
	color: #1b3e76;
	clear: both;
}

nav#section-nav {
	padding-top: 1em;
	text-align: right;
}

nav#section-nav ul {
	position: relative;
	list-style: none;
	z-index: 1;
}

nav#section-nav ul > li {
	position: relative;
	width: auto;
}

nav#section-nav ul > li a {
	padding: 0.5em 2em;
	border: 1px solid #fff;
	border-radius: 0.25em;
	border-color: inherit;
	color: #000;
}

nav#section-nav ul > li ul {
	display: block;
	background: #fff;
	position: absolute;
	top: 1.5em;
	right: 0;
	width: 300px;
	box-shadow: 0 0.12em 0.19em #bbb;
	border: 1px solid #fff;
	border-radius: 0.25em;
	border-top: 0;
	text-align: left;
}

nav#section-nav ul > li ul li {
	display: block;
}

nav#section-nav ul > li ul li a {
	display: block;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #b8d6ff;
	text-transform: none;
}

nav#section-nav ul > li ul li a:hover {
	background: #4f99ff;
}

nav#section-nav ul > li ul li:last-child a {
	border-bottom: none;
}

nav#section-nav ul > li ul {
	display: none;
}

nav#section-nav ul > li:hover ul {
	display: block;
}

nav#section-nav ul li a:hover {
	text-decoration: none;
}

/* Default Section Nav colours (About Us yellow) */
/* About Us Section */

#section-header {
	background: #ffe06f;
	color: #2c4f7b;
}

nav#section-nav ul > li a {
	border-color: #194080;
	color: #194080;
}

nav#section-nav ul > li ul {
	background: #99c5f4;
	border-color: #4e92db;
}

nav#section-nav ul > li ul li a {
	border-color: #4e92db
}

nav#section-nav ul > li ul li a:hover {
	background: #4e92db;
	color: #fff;
}

/* MAIN SECTION */

section#main {
	background:#fafafa;
	padding: 1em 2em;
	min-height: 600px;
}

.inset {
	width: 75%;
	margin: 0 auto;
	padding: 1.5em 2em;
}

#main h1 {
	margin-bottom: 0.5em;
	font-size: 2.16666em;
	color: #0f3c75;
	text-align:center;
}

#main h2 {
	margin-bottom: 0.5em;
	font-size: 1.9em;
	color: #0f3c75;
}

#main h3 {
	margin-bottom: 0.5em;
	font-size: 1.45em;
	color: #0f3c75;
}

#main h4 {
	margin-bottom: 0.5em;
	font-size: 1.35em;
	color: #0f3c75;
}

#main h5 {
	margin-bottom: 0.5em;
	font-size: 1.25em;
	color: #4a8cd7;
}

#main h6 {
	margin-bottom: 0.5em;
	font-size: 110%;
	font-style: italic;
	color: #0f3c75;
}

#main p {
	font-size: 1.2em;
	margin-bottom: 1em;
	color:#5a5a5a;
}

#main p.error,
#main span.error {
	display: block;
	margin-top: 0.5em;
	font-size: 1em;
	color: #c00;
}

#main ul,
#main ol {
	margin-bottom: 1em;
	margin-left: 2.5em;
}

#main li {
	margin-bottom: 0.25em;
	font-size: 1.2em;
	color:#5a5a5a;
}

#main li li {
    font-size: 1em;
}

#main a {
	color: #4a8cd7;
}

#main figure.pagebanner {
	width: 40%;
	float:right;
	margin-left: 2em;
	margin-bottom: 2em;
}

#main figure.pagebanner img {
	width: 100%;
}

#main figure.pagebanner figure.video {
	margin: 0;
	text-align: center;
	width: 100%;
	box-shadow: 0 0.1em 0.45em #aaa;
	margin-bottom: 1em;
}

#main figure.pagebanner figure.video img {
	width: 100%;
}

#main figure.pagebanner figure.video figcaption {
	background: rgba(55, 55, 55, 0.95);
	display:block;
	color:#fff;
	padding: 0.5em 0.25em;
	position: absolute;
	bottom: 0;
	width: 100%;
}



/* MESSAGES */

.message {
    text-align: center;
    padding: 0.25em 1em;
    border-bottom: 1px solid #ccc;
    font-size: 0.9em;
}

.message p,
.message li {
    margin-bottom: 0;
}

.message.positive {
    border-color:#b1cdbd;
}

.message.positive p {
    color: #2cbf6e;
}

#main .message.positive p:last-child {
	margin-bottom: 0;
}

.message.negative {
    border-color:#bf2b2b;
}

.message.negative p {
    color: #bf2b2b;
}


.message + content {
    padding-top: 0;
}

.message.neutral {
	background: #fff9e8;
	padding-top: 1em;
	border: 1px solid #fecb37;
}

#main .message.neutral p,
#main .message.neutral li {
	color: #d49e00;
}

.home .message.positive {
	background-color: #3ebe3b;
	margin-bottom: 0;
	border: 0 none;
}

.home .message.positive p {
	font-size: 1.2em;
	color: #fff;
}


/* REALLY BASIC CARD STYLE */
.card {
	padding: 1em;
	background:#fff;
	border: 1px solid #ebebeb;
	border-bottom: 2px solid #eaeaea;
	margin-bottom: 1em;
}

.card .card {
	border-bottom-width: 1px;
}


/* GENERIC FORMS */

form {
	display:inline;
}

form h2 {
	margin: 0 0 0.25em 0.5em;
}

form label {
	display:block;
	font-weight:normal;
	text-transform: uppercase;
	font-size: 0.8em;
	color:#172841;
	margin-bottom: 0.25em;
}

label.req:after {
    content: " *";
}

form input + label,
form select + label,
form textarea + label,
form p + label,
form .selectize-control + label,
form fieldset + label,
form span.error + label {
	margin-top: 1.25em;
}

form input,
form select,
form textarea {
	box-sizing: border-box;
	padding: 0.35em;
	font-size: 1.1em;
	border-radius: 0.25em;
	background:#fff;
	border: 1px solid #b1b1b1;
	font-weight:normal;
	color:#222;
	outline: 0;
	-webkit-transition:border 0.5s;
	box-shadow: inset 0 0.15em 0.25em #dddddd;
}

form input[type="radio"],
form input[type="checkbox"] {
	box-shadow: none;
}

form select {
/* 	-webkit-appearance: none; */
	padding: 0.2em 0.35em;
	background-color:#fafdff;
	background:#fff;
	box-shadow: 0 0 0.01em #cdcdcd;
	font-size: 1em;
	height: 2em;
}
form select[multiple=multiple] {
    height: 8em;
}
form textarea {
	height: 8em;
}


form input.error,
form textarea.error,
form select.error {
	border-color:#e32323;
}

form input.ok,
form textarea.ok {
	border-color: #32b832;
}

form input:focus,
form textarea:focus {
	border-color:#2967be;
}

form input,
form select,
form textarea {
/* 	width: 100%; */
}

form input.long,
form select.long,
form textarea.long {
	width: 100%;
}

form textarea.long {
	height: 12em;
}

form textarea.long.tall {
	height: 40em;
}


form input.short,
form select.short,
form textarea.short {
	width: 33%;
}

form input.mini,
form select.mini,
form textarea.mini {
	width: 16%;
}

form fieldset {
	border: none;
	padding: 0;
	margin-bottom: 1em;
}

form fieldset.set {
	border: none;
	padding: 1em 1em 1.5em;
	margin-bottom: 2em;
	border: 1px solid #ccc;
}

form fieldset.set.recaptcha {
	padding-bottom: 0;
}

form fieldset.set legend {
	padding: 0 0.5em;
	font-size: 115%;
}

form .radiochecks input {
	width: auto;
    margin-right: 0.25em;
    vertical-align: text-top;
}

form .radiochecks label {
    display: inline-block;
    width: calc(100% - 2rem);
    margin: 0 0.75em 0 0;
    vertical-align: text-top;
}

form .radiochecks + label {
	margin-top: 1em;
}


form #package-application  input {
	width: 100%;
}

form input[type="text"].dollar-input {
	background: #fff url('img/dollar-sign.gif') no-repeat 0.5em center;
	width: 100%;
	padding: 0.6em 1em 0.6em 2em;
	border: 1px solid #4099ff;
	border-radius: 0.4em;
	font-weight: 300;
	font-size: 120%;
}

form .optional {
	display: none;
	margin-top: 1em;
}

form .optional.active {
	display: block;
}

#termination-form #employer {
	display: none;
}

.ui-datepicker-month,
.ui-datepicker-year {
	font-size: 90%;
	color: #000;
}

legend i.fa {
    position: relative;
    margin-left: 0.25rem;
    font-size: 70%;
}

label i {
	float: right;
	position: relative;
}

legend i span,
label i span {
	display: none;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #335996;
	position: absolute;
	top: 1em; right: 0;
	width: 100%;
	max-width: 300px;
	padding: 0.8em 1em;
	border-radius: 3px;
	border: 1px solid #335996;
	text-transform: none;
	line-height: 1.3;
	font-size: 110%;
	color: #fff;
}

legend i.info-hover span,
label i.info-hover span {
	width: 20em;
}

legend i:hover,
label i:hover {
	cursor: pointer;
}

legend i:hover span,
label i:hover span {
	display: block;
}

label[for="same_as_rei"] i {
    float: none;
    margin-left: 0.25rem;
}



div.buttons {
	clear:both;
	padding: 0.5em 0;
	text-align: right;
}

div.buttons.centre {
	text-align: center;
}

button.standard,
.button.standard {
	display: inline-block;
	background: #335996;
	padding: 0.5em 1em;
	border-radius: 0.3em;
	border: none;
	color: #fff !important;
}

button.positive,
.button.positive {
	display: inline-block;
	background: #3ebe3b;
	margin-bottom: 0.25em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-radius: 5px;
	border: none;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
}

button.negative,
.button.negative {
	display: inline-block;
	background: none;
	margin-bottom: 0.25em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-radius: 5px;
	border: none;
	text-decoration: underline;
	text-align: center;
	font-size: 1em;
	color: #c00;
}

button.secondary,
.button.secondary {
	display: inline-block;
    background: #fecb37;
	padding: 0.5em 1em;
	border-color: #fecb37;
    border-radius: 5px;
	/* font-size: 80%; */
    color: #142e4f !important;
}

.buttons .nav {
    margin-right: 1em;
}

.button.nav {
	margin-left: 1em;
}

.button:hover {
	text-decoration: none;
}

#main .small {
	font-size: 90%;
}

#main .center {
	text-align: center;
}



/* - Page Specific - */

/* -- Home -- */

.home-more aside {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding: 3em 0 2em 0;
}

.home-more h2 {
	margin-bottom: 0.5em;
	font-weight: normal;
	font-size: 2em;
}

.home-more ul {
	margin: 0;
	padding: 0 0 0 1.5em;
}

.home-more ul li {
	margin: 0;
	padding: 0 0 0.25em 0;
	font-size: 110%;
}

.home-more ul li a {
	color: inherit;
}

#main a.livechat {
	background: #2587f5 url('img/icon-live-chat-small.png') no-repeat 7% bottom;
	padding: 0.5em 1em 0.5em 3em;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	display: inline-block;
}

.home-more a.livechat {
	background: #2587f5 url('img/icon-live-chat-small.png') no-repeat 7% bottom;
	padding: 0.5em 1em 0.5em 3em;
	border-radius: 5px;
	text-align: center;
	font-size: 110%;
	color: #fff;

	display: block;
	position: absolute;
	top: 50%;
	left: 14em;
}

#home-novated-more aside {
	padding: 3em 0 5.5em 0;
}

#home-novated-more a.livechat {
	top: 46%;
}

#home-salary-more a.livechat {
	top: 48%;
}

.home-more figure.video {
	margin: 0;
	text-align: center;
	position: absolute;
	right:0;
	width: 320px;
	margin-top: -3.5em;
	box-shadow: 0 0.1em 0.45em #aaa;
}

.home-more figure.video img {
	width: 100%;
}

.home-more figure.video figcaption {
	background: rgba(55, 55, 55, 0.95);
	display:block;
	color:#fff;
	padding: 0.5em 0.25em;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#rem-novcalc + .sell-my-car {
	text-align: center;
}

#rem-novcalc + .sell-my-car .button {
	width: 100%;
	margin-top: 1em;
	font-size: 125%;
	color: #fff;
}

.home #rem-novcalc + .sell-my-car .button {
	width: 65%;
	font-size: 150%;
}

/* -- Home - Announcements -- */

section#home-announcement {
	background:#ffe979;
	color:#3b3a37;
	text-align: center;
	padding: 2em;
	/* border-bottom: 1px solid #888888; */
	box-shadow: inset 0 0 0.35em #373737;
}

section#home-announcement h3 {
	margin-bottom: 1em;
	font-weight: bold;
}

section#home-announcement.disaster {
	background:#8e1919;
	color:#fff;
	text-align: left;
	padding: 2em;
	/* border-bottom: 1px solid #888888; */
	box-shadow: inset 0 0 0.35em #373737;
}


section#home-announcement.grandfinal {
	background:#147A4A url(/img/banner-grandfinal.png) no-repeat -7.5em center;
	background-size: 30em auto;
	color:#fff;
	text-align: left;
	padding: 2em;
	padding-left: 25em;
	/* border-bottom: 1px solid #888888; */
	box-shadow: inset 0 0 0.35em #373737;
}


section#home-announcement.xmas {
	background:#2B2E32 url(/img/banner-xmas.png) no-repeat -7.5em center;
	background-size: 30em auto;
	color:#fff;
	text-align: left;
	padding: 2em;
	padding-left: 25em;
	/* border-bottom: 1px solid #888888; */
	box-shadow: inset 0 0 0.35em #373737;
}


section#home-announcement.ausday {
	background:#3f7a40 url(/img/banner-ausday.png) no-repeat -7.5em center;
	background-size: 30em auto;
	color:#fff;
	text-align: left;
	padding: 2em;
	padding-left: 25em;
	/* border-bottom: 1px solid #888888; */
	box-shadow: inset 0 0 0.35em #373737;
}


/* --- Home - Novated Leasing --- */

.odoreading {
	background: #ffe06f;
	padding: 1em;
	text-align: center;
}

.odoreading h2 {
	font-size: 135%;
	color: #1b3e76;
}

.odoreading h2 a {
	font-size: 100%;
	color: #1b3e76;
}

.odoreading h3 {
	font-weight: bold;
	font-size: 140%;
	color: #c00;
}

.odoreading .button {
	display: inline-block;
	background: #335996;
	margin: 0.5em auto;
	padding: 0.35em 1em;
	border-radius: 0.3em;
	color: #fff;
}

section#home-novated,
section#home-novated-more {
	padding: 2.5em 2em 2em 2em;
	background:#e5f1ff;
	color:#2c4f7b;
}

section#home-novated h1 {
	text-align: center;
	font-weight: 500;
	margin-bottom: 1.35em;
}

section#home-novated a {
	color:inherit;
}

section#home-novated-more.home-more ul li a {
}

section#home-novated article#rem-novcalc {
	margin: 2em auto 1em auto;
	background: #335996;
	border-radius: 0.6em;
	padding: 2em 0;
	box-shadow: 0 0.1em 0.16em #7686af;
}

/* --- Home - Salary Packaging --- */

section#home-salary,
section#home-salary-advantages,
section#home-salary-more {
	padding: 2em 2em;
	color:#194080;
	background:#84baf3;
}


section#home-salary h1 {
	text-align: center;
	font-weight: 500;
}

section#home-salary a {
	color:inherit;
}

section#home-salary-advantages {
	text-align: center;
}

section#home-salary-advantages figure {
	display: inline-block;
	max-width: 142px;
	margin: 0 34px;
	text-align: center;
	list-style: none;
	margin-bottom: 5em;
}

section#home-salary-advantages figcaption {
	margin-top: 1em;
	font-weight: normal;
	font-size: 110%;
}

section#home-salary-advantages img {
	background: #fff;
	width: 100%;
	border-radius: 100%;
	border: 3px solid;
}

section#home-salary-advantages #icon-benefits img {
	border-color: #ffaf51;
}

section#home-salary-advantages #icon-calculate img {
	border-color: #77c47d;
}

section#home-salary-advantages #icon-beyondbank img {
	background: #e9caf6;
	padding: 10px;
	border-color: #80409a;
}

section#home-salary-advantages #icon-applyonline img {
	border-color: #6195ff;
}

section#home-salary-advantages #icon-mobile img {
	border-color: #b1b1b1;
}

/* --- Home - About Rem --- */

section#home-about-news,
section#home-about-news-more {
    min-width: 0;
	padding: 2em 2em;
	color:#2c4f7b;
	background:#ffe06f;
}

section#home-about-news section {
	max-width: 950px;
	margin: 0 auto;
}

section#home-about-news h1 {
	text-align: center;
	font-weight: 500;
	margin-bottom: 1.35em;
}

section#home-about-news h1 a {
	color:inherit;
}

section#home-about-news a.button {
	background:#335996;
	padding: 0.5em 1em;
	float:right;
	color:#fff;
	border-radius: 0.3em;
	margin-left:0.5em;
}

section#home-about-news a.button:hover {
	text-decoration: none;
	background:#3c73cc;

}

section#home-about-news article {
	padding: 1.25em 2em 1.25em 2em;
	border-radius: 0.4em;
}

section#home-about-news article h2 {
	margin-bottom: 0.6em;
	font-weight: bold;
    text-align: center;
    font-size: 1.5em;
}

section#home-about-news article p {
	margin-bottom: 1em;
}

section#home-about-news article#home-about {
	background: #fff9e5;
}

section#home-about-news article#home-about figure {
	width: 120px;
	float:left;
	margin-right: 2em;
	margin-bottom: 4em;
	box-shadow: 0 0.1em 0.25em #aeaeae;
}

section#home-about-news article#home-about ul {
	margin-left: 2em;
	margin-bottom: 1em;
}

section#home-about-news article#home-news {
	background: #ffd642;
}

section#home-about-news article#home-news .latest-article {
	min-height: 100px;
	background: #fff;
	padding: 0.5em 1em;
	margin-bottom: 1em;
	border-radius: 0.4em;
	box-shadow: 0 0.1em 0.25em #aeaeae;
}

section#home-about-news article#home-news .latest-article h3 {
    margin-bottom: 0.5em;
	font-weight: bold;
    font-size: 1.17em;
	color: #183c68;
}

section#home-about-news article#home-news .latest-article h3 em {
	font-style: normal;
	font-weight: normal;
}

section#home-about-news article#home-news .latest-article figure {
    margin-bottom: 1em;
}

section#home-about-news article#home-news .latest-article h4 {
    margin: 0;
	color: #2462ad
}

section#home-about-news article#home-news aside {
	font-size: 0.9em;
	background: #fff;
	padding: 0.75em;
	border-radius: 0.35em;
}

section#home-about-news article#home-news aside h3 {
	font-weight: bold;
}

/* --- Home - Misc --- */

/*
section#home-novated-more {
	background:#496aa0
}

section#home-salary-more {
	background:#8bbbfe;
}

section#home-about-news-more {
	background:#ffea91;
}
*/

section#home-misc {
	background-color: #fff;
	padding: 1em 2em;
	text-align: center;
}

section#home-misc .homesliders,
section#home-misc .remapp,
section#home-misc .facebook {
	display: inline-block;
	max-width: 30%;
	margin: 0 1.5%;
	vertical-align: middle;
}

section#home-misc a {
	color:inherit;
	text-decoration: underline;
}

section#home-misc .facebook {
	width: 30%;
}

section#home-misc .homesliders {
	position: relative;
	width: 100%;
	height: 250px;
	padding: 1em;
	border: 1px solid #d4d4d4;
	border-radius: 0.5em;
	text-align: center;
}

section#home-misc .homesliders figure {
	width: 100%;
	height:100%;
	margin: 1em auto;
	color: #224b73;
}

section#home-misc .homesliders figure img {
	position: relative;
	width: 70%;
	margin: 0 auto;
}

section#home-misc .homesliders figcaption {
	margin-top: 1em;
}

section#home-misc .homesliders figcaption h2 {
	margin: 0;
}

section#home-misc .homesliders figcaption p {
	margin: 0;
	font-size: 120%;
}

section#home-misc .remapp {
	text-align: left;
	color: #0e3f77;
}

section#home-misc .remapp h2 {
	margin-bottom: 0.5em;
	font-weight: 500;
}

section#home-misc .remapp p {
	margin-top: 0;
	margin-bottom: 0.75em;
	font-size: 110%;
}

section#home-misc .remapp img.phones {
	float: left;
	margin: 1.5em 2.5em 3em 3em;
}

section#home-misc .facebook img {
	width: 100%;
}


/* Salary Packaging Section */


body.salary-packaging #section-header {
	color:#194080;
	background:#84baf3;
}

body.salary-packaging nav#section-nav ul > li a {
	border-color:#b6b5b5;
	color:#194080;
	background:#fff;

}

body.salary-packaging nav#section-nav ul > li ul {
	background:#99c5f4;
	border-color:transparent;
	box-shadow: 0 0.12em 0.12em #a5a5a5;
}

body.salary-packaging nav#section-nav ul > li ul li a {
	border-color:#9dbcde;
	box-shadow: none;
}

body.salary-packaging nav#section-nav ul > li ul li a:hover {
	background: #4e92db;
	color:#fff;
}



/* Benefits List */

section#calculator-choose-benefits,
section#calculator-calculate,
section#calculator-errors,
section#calculator-errors p,
section#calculator-rebate-warning {
	display:none;
}

p.limit,
p.benefitcount,
p.benefit-values-count {
	display: none;
}

#main p.limit {
	color:#c00;
}

div.sticky-wrapper {
	clear:both;
}

section#calculator-errors {
	border: 1px solid #c00;
}

section#calculator-calculate {
	clear:both;
	position:fixed;
	bottom: -0.35em;
	left: 0;
	right :0;
	width: 80%;
	max-width: 1280px;
	margin-bottom: 0;
	box-shadow: 0 0 0.35em #ccc;
	border: 1px solid #ccc;
	border-radius: 0.5em;
}

section#calculator-calculate.stuck {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	width: 74.05%;
	margin-bottom: 2em;
	clear:both;
	border: 1px solid #679fff;
}


section#calculator-calculate div.sixcol.last {
	text-align: right;
	margin-top: 2em;
}

section#calculator-calculate p#calculator-error	{
	display:none;
	color:#c00;
}


section.benefit-category {
	margin-bottom: 4em;
	text-align: center;
}

section.benefit-category h2 {
	margin-bottom: 0.5em;
}

p.benefits-list-prompt {
	text-align: center;
	margin-top:4em;
	padding-bottom: 4em;
	font-size: 1.5em;
	color:#333;
}

div#choose-benefits {
	margin-bottom: 3em;
}

div.benefits-list-container {
	display:none;
}

ul.benefits-nav,
ul.items-nav {
	margin: 0 !important;
	padding: 0;
	list-style:none;
}

ul.benefits-nav li,
ul.items-nav li {
	display:block;
	margin:0;
	padding: 0;
	margin-bottom: 0.25em;
}

ul.benefits-nav li ul,
ul.items-nav li ul {
	margin-left: 0 !important;
}

ul.benefits-list {
	padding: 0 !important;
	margin: 0 !important;
	color: #7f7f7f;
	margin-bottom: 1em;
}

ul.benefits-list > li,
ul.items-list > li {
	list-style:none;
	padding: 0;
	margin: 0.0 1% 1em 1%;
	padding: 1em 1.5em;
	border: 1px solid #ebebeb;
	border-radius: 0.5em;
	display:inline-block;
	vertical-align: top;
	min-width:0;
	background:#fff;
	text-align: left;
	overflow: hidden;
}

ul.benefits-list > li a.button,
ul.items-list > li a.button {
	display: inline-block;
	background-color: #7aafeb;
	padding: 0.25em 1em;
	border-radius: 0.25em;
	color: #fff !important;
}


ul.benefits-list > li:last-child {
}


ul.benefits-list li h2 {
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	margin: 0;
}

ul.benefits-list h3 {
	text-align: center;
}

ul.benefits-list p,
ul.benefits-list li {
	margin-bottom: 1em;
}

#main ul.benefits-list p.tip {
	margin: 0.5em 0;
	color: #4a8cd7;
	font-size: 1em;
	text-align: center;
}
ul.benefits-list > li input {
	margin-left:17.5%;
}

#benefits-list-full ul.benefits-list > li {
	background:#fff;
	text-align: left;
}

#benefits-list-full ul.benefits-list > li:nth-of-type(2n+1) {
	clear: left;
}

#benefits-list-full ul.benefits-list > li h2 img {
	width: 12.5%;
	padding-right: 2.5%;
	display:inline-block;
	vertical-align: middle;
}

ul.items-list.full {
	margin-left: 0 !important;
}

ul.items-list.full > li {
	width: 100%;
	background:#fff;
	text-align:left;
	height: auto;
}

/* -- Benefit Detail Page -- */

.benefit-details-summary h2 img {
	width: 5%;
	margin-right: 2.5%;
	vertical-align: middle;
}

/* -- Calculator Results --  */

#calculator-savings,
#calculator-apply aside {
	padding: 1em;
}


#calculator-savings table {
	width: 100%;
}

#calculator-savings table thead tr th,
#calculator-savings table tbody tr th,
#calculator-savings table tfoot tr th {
	text-align:left;
	color:#585858
}

#calculator-savings table thead tr th,
#calculator-savings table thead tr td {
	color:#1b3e76;
}

#calculator-savings table tr th,
#calculator-savings table tr td {
	padding: 0.5em 1em;
	border-bottom: 1px solid #ccc;
	text-align:right;
}

#calculator-savings table tr .rempackage {
	font-weight:bold;
	font-size: 1.3em;
	background:#cce7ff;
}

#calculator-savings a.breakdown {
	float:left;
	font-size: 12px;
	font-weight: normal;
}

#calculator-savings table tr.benefits {
	display:none;
}

#calculator-savings table tr.benefits > td {
	background: #f5f5f5;
}

#calculator-savings table tr.benefits > td > table {
	border: 1px solid #ccc;
	background:#fff;
	box-shadow: 0 0 0.2em #ccc;
	width: 90%;
	margin: 0 auto;
}

#calculator-savings table tr.benefits table td,
#calculator-savings table tr.benefits table th {
	background:#fff;
}

#calculator-savings table tr.benefits table input {
	text-align: right;
}

#calculator-savings table tr.breakdown {
	display:none;
}

#calculator-savings table tr.benefits table tr.breakdown > td {
	background: #f5f5f5;
	text-align: right;
	padding: 0.5em 0;
}

#calculator-savings table tr.breakdown table {
	border: 1px solid #ccc;
	background:#ddd;
	box-shadow: none;
	width: 90%;
	margin: 0 auto;
}

#calculator-savings table tr.breakdown table thead tr th,
#calculator-savings table tr.breakdown table tbody tr th {
	text-align:left;
}

#calculator-results aside {
	margin-top: 3em;
	border: 1px solid #b1b1b1;
	box-shadow: 0 0 0.8em #cecece;
}

#calculator-apply table {
	width: 100%;
	box-shadow: none;
	border-color:#ddd;
	text-align: left;
}

#calculator-apply table thead tr th,
#calculator-apply table tbody tr th,
#calculator-apply table tfoot tr th {
	text-align:left;
	color:#585858
}

#calculator-apply table thead tr th,
#calculator-apply table thead tr td {
	color:#1b3e76;
}

#calculator-apply table tr th,
#calculator-apply table tr td {
	padding: 0.5em 1em;
	border-bottom: 1px solid #ccc;
	text-align:right;
}

#calculator-apply table tr.otherbenefits {
	display:none;
}



#calculator-savings table tfoot tr:first-child th,
#calculator-savings table tfoot tr:first-child td {
	border-top: 3px double #000;
}

#calculator-savings table tfoot tr:last-child th,
#calculator-savings table tfoot tr:last-child td {
	border-bottom: none;
}

#calculator-savings .button {
	display: inline-block;
	background-color: #7aafeb;
	padding: 0.25em 1em;
	border-radius: 0.25em;
	color: #fff;
	margin-right: 0.26em;
}




section#calculator-other-benefits-list {
	text-align: center;
}

section#calculator-other-benefits-list h3 {
	clear:both;
}

section#calculator-other-benefits-list div.mini-benefit {
	width: 48%;
	float:left;
	padding: 1em;
	margin: 0 0.5% 1em 0.5%;
	border: 1px solid #ebebeb;
	border-radius: 0.5em;
	background: #eaf8ff;
}


.centrecol.apply-login {
	margin: 5em auto 10em auto;
}

#application-substantiation table {
	width: 96%;
	margin: 0 auto;
}


#application-substantiation table thead tr th,
#application-substantiation table tbody tr th,
#application-substantiation table tfoot tr th {
	text-align:left;
	color:#585858
}

#application-substantiation table thead tr th,
#application-substantiation table thead tr td {
	color:#1b3e76;
}

#application-substantiation table tr th,
#application-substantiation table tr td {
	padding: 0.5em 1em;
}

#application-substantiation table tr th {
	border-bottom: 1px solid #ccc;
}

#application-substantiation button {
	padding: 0.25em 0.5em;
	float:right;
}


div#subs select,
div#subs input,
div#subs textarea {
	width: 100%;
}

div#subs textarea {
	height: 4em;
}

/* -- Novated Lease Section -- */


body.novated-lease #section-header {
	background:#e5f1ff;
	color:#2c4f7b;
}

body.novated-lease nav#section-nav ul > li a {
	border-color:#335996;
	color:#fff;
	background: #335996;
/* 	box-shadow: 0 0.075em 0.15em #0a294e; */

}

body.novated-lease nav#section-nav ul > li ul {
	background:#e5f1ff;
	border-color:#335996;
}

body.novated-lease nav#section-nav ul > li ul li a{
	border-color:#3766b0;
	background:#335996;
	color:#fff;
}

body.novated-lease nav#section-nav ul > li ul li a:hover {
	background: #c4e0ff;
	color:#2c4f7b;
}

#main .cta-buttons {
	margin: 0.8em 0 0;
	overflow: hidden;
}

#main .cta-buttons .button {
	width: 49%;
	margin-bottom: 0;
	font-size: 100%;
	color: #fff;
}

#main .cta-buttons > a:first-child {
	float: left;
}

#main .cta-buttons > a:last-of-type {
	float: right;
}

#main .cta-buttons .pdf {
	float: left;
	width: 50%;
	margin-top: 0.5em;
	text-align: center;
	font-size: 90%;
	clear: left;
}



/* About Us Section */

body.about-us #section-header {
	color:#2c4f7b;
	background:#ffe06f;
}

body.about-us nav#section-nav ul > li a {
	border-color:#194080;
	color:#194080;
}

body.about-us nav#section-nav ul > li ul {
	background:#99c5f4;
	border-color:#4e92db;
}

body.about-us nav#section-nav ul > li ul li a {
	border-color:#4e92db
}

body.about-us nav#section-nav ul > li ul li a:hover {
	background: #4e92db;
	color:#fff;
}

/* Channel */

.channel section#section-header h1 {
	float: left;
}

.channel section#section-header form {
	float: right;
	padding: 0.65em 0;
}

.channel section#section-header form button {
	margin: 0 0 0 1em;
	padding: 0.35em 1em;
	font-size: 110%;
}

.channel #main .search-results {
	margin: 0;
}

.channel #main .search-results li {
	margin-bottom: 2em;
	list-style: none;
}

.channel #main .search-results li figure {
	float: left;
	margin: 0 0 0 1.25em;
	border: 1px solid #ddd;
}

.channel #main .search-results li figure:first-of-type {
	margin-left: 0;
}

.channel #main .search-results li figure a {
	color: #2C4F7B;
}

.channel #main .search-results li figure img {
	width: 100%;
}

.channel #main .search-results li figure figcaption {
	display: block;
	background: #fff;
	width: 100%;
	padding: 0.75em;
	border-top: 1px solid #ddd;
}


/* -- Pre-Approval & External Lease Applications -- */

.pre-approval #section-header h1 {
	font-size: 180%;
}

.pre-approval #section-header h1 img {
	display: inline-block;
	height: 1.7rem;
	margin: 0 1rem 0 0;
	vertical-align: text-top;
}

.pre-approval #section-header h1 .mq-logo {
	display: inline-block;
	background: #000;
	padding: 0.125rem 0.5rem;
	border-radius: 3px;
	font-size: 80%;
	color: #fff;
}

.pre-approval #main .same-as-rei .small {
    margin-left: 1.25rem;
    margin-top: 0.25rem;
    font-size: 95%;
}

.pre-approval .card {
	background-color: #fff;
	margin: 0 auto 1.25em;
	padding: 1em 2%;
	border-radius: 0.2em;
	border: 1px solid #e1e1e1;
	border-bottom: 0 none;
	box-shadow: 0 2px 1px #c5c5c5;
}

.pre-approval .message.positive {
	background: #3ebe3b;
}

.pre-approval #main .message.positive p {
	color: #fff;
}

.pre-approval fieldset legend,
.pre-approval form fieldset legend {
	font-size: 135%;
	color: #0f3c75;
}

.pre-approval fieldset.set p {
    margin: 0 1rem 1rem;
}

.pre-approval .optional {
	float: left;
	width: 100%;
	display: none;
	margin: 0;
}

.pre-approval .optional + label {
	margin-top: 1.25em;
}

.pre-approval label.req:after {
	content: " *";
}

.pre-approval .half {
	float: left;
	width: 50%;
	margin-bottom: 1.5em;
	padding: 0 1em;
}

.pre-approval fieldset:nth-of-type(odd) {
	clear: left;
}

.pre-approval .half .half {
	margin: 0;
	padding: 0;
}

.pre-approval .full {
	float: left;
	width: 100%;
	margin-bottom: 1.5em;
	padding: 0 1em;
}

.pre-approval .full .half {
	margin: 0;
	padding: 0;
}

.prev_residence,
.prev_employment {
	width: 100%;
}

.prev_residence h4,
.prev_employment h4 {
	width: 100%;
	padding: 0 0.75em;
}

.pre-approval #ui-datepicker-div {
	font-size: 120%;
}

.pre-approval .ui-datepicker-month,
.pre-approval .ui-datepicker-year {
	display: inline-block;
	background-image: none;
	padding: initial;
	color: #000;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
}

.pre-approval .ui-datepicker-calendar {
	margin: 0;
}

.pre-approval .center {
	text-align: center;
}

.pre-approval h3 {
	text-align: center;
	font-weight: bold;
	color: #464e55;
}

.pre-approval legend {
	display: block;
	margin-left: 0.5em;
	padding: 0 0.5em;
	font-size: 1.2em;
	color: #444444
}

.pre-approval input[readonly] {
	background: transparent;
	border: 0 none;
	box-shadow: none;
}

.pre-approval input {
	background: #f9f9f9;
	width: 100%;
	padding: 0.54em 0.5em;
	border-radius: 0.35em;
	border: 1px solid #bfbfbf;
	box-shadow: inset 0 0.1em 0.1em #d7d7d7;
	transition: border-color 0.5s;
	line-height: 1;
}

.pre-approval select {
	display: block;
	background-image: url(/img/darr.svg), linear-gradient(#fff 0, #eee 100%);
	background-repeat: no-repeat;
	background-position: right 0.5em center, center center;
	width: 100%;
	height: auto;
	padding: 0.75em 2em 0.75em 0.5em;
	border: 1px solid #A3A3A3;
	border-radius: 4px;
	text-align: left;
	line-height: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.pre-approval .radiochecks input {
	width: auto;
}

.pre-approval .current-address div {
	float: left;
	width: 50%;
}

.pre-approval table.data {
	width: 100%;
	margin: 0 auto 2em;
}

.pre-approval table.data thead tr th {
	background: #335996;
	padding: 1em 1.25em;
	font-weight: bold;
	text-align: left;
	color: #fff;
}

.pre-approval table.data thead tr th:first-of-type {
	border-top-left-radius: 5px;
}

.pre-approval table.data thead tr th:last-of-type {
	border-top-right-radius: 5px;
	border-left: 1px solid #fff;
}

.pre-approval table.data tbody tr td {
	padding: 0.5em 0.75em;
}

.pre-approval table.data tbody tr td.amount {
	padding: 1em 0.75em;
	text-align: left;
}

.pre-approval table.data tbody tr td.amount span {
	float: right;
}

.pre-approval table.data tbody tr:nth-of-type(2n) td {
	background: #fff;
}

.pre-approval table.data tbody tr:nth-of-type(2n+1) td {
	background: #f7f7f7;
}

.pre-approval table.mortgage-table tbody tr:nth-of-type(2n) td {
	background: #f7f7f7;
}

.pre-approval table.mortgage-table tbody tr:nth-of-type(2n+1) td {
	background: #fff;
}

.pre-approval table tbody tr td .note {
	font-size: 95%;
	color: #666;
}

.pre-approval .description {
	margin-top: 0.45em;
}

.pre-approval .amount,
.pre-approval .total input {
	margin-top: 0.45em;
	text-align: right;
}

.pre-approval label + .amount {
    margin-top: 0;
}

.pre-approval .total,
.pre-approval .total input {
	font-weight: bold;
}

.pre-approval fieldset.set {
	background: #e0f0ff;
	padding: 0.5em 0;
	border-radius: 0.2em;
	border: 1px solid #ccc;
}

.pre-approval #main .addassets h2 {
	margin: 0;
}

.pre-approval #main .addassets .instruction {
	display: block;
	background: #fff7d9;
	margin: 0 0 1em;
	padding: 0.5em 0.75em;
	border-radius: 5px;
	border: 1px solid #ffe06f;
	text-transform: none;
	font-size: 100%;
}

.pre-approval #main .addassets .instruction i {
	margin: 2px;
}

.pre-approval #main .photos {
	margin: 0;
	padding: 1em;
	text-align: center;
}

.pre-approval .photos li {
	display: inline-block;
	max-width: 130px;
	max-height: 130px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	list-style: none;
}

.pre-approval .photos li label {
	display: block;
	padding: 3.5em;
	font-size: 85%;
}

.pre-approval .assets {
	margin: 0;
}

.pre-approval ul.assets li {
	position: relative;
	margin: 0.5em;
}

.pre-approval ul.assets li figure,
.pre-approval ul.assets li figure.image {
	background: none;
	margin-bottom: 0;
	padding: 0;
}

.pre-approval ul.assets li figure:before,
.pre-approval ul.assets li figure.image:before {
	padding: 0;
}

.pre-approval ul.assets li figure a.asset {
	position: static;
}

.pre-approval ul.assets li figure a.asset img {
	position: static;
	width: auto;
	height: auto;
	max-width: 130px;
	max-height: 130px;
	-webkit-transform: initial;
	-moz-transform: initial;
}

.pre-approval ul.assets li figure a.asset span img {
	padding-bottom: 1.5rem;
}

.pre-approval #main ul.assets li a.remove {
	display: block;
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	margin: 0;
	padding: 0.25em;
	text-decoration: none;
	border-radius: 0;
	font-size: 85%;
	color: #fff;
}

.pre-approval #main ul.assets li a.remove:hover {
	background: rgba(0, 0, 0, 0.75);
}

.pre-approval .addassets + .error,
.pre-approval #insurance-proof + .error,
.pre-approval #pay-slip + .error,
.pre-approval #drivers-licence + .error,
.pre-approval #third-party + .error,
.pre-approval #tax-invoice + .error,
.pre-approval #lease-schedule + .error,
.pre-approval #novation-agreement + .error {
	display: none;
	background: #fff0f0;
	padding: 0.5em 0.75em 0.6em;
	border: 1px solid #bf2b2b;
	border-radius: 3px;
	color: #bf2b2b;
}

.pre-approval .addassets.error + .error,
.pre-approval #insurance-proof.error + .error,
.pre-approval #pay-slip.error + .error,
.pre-approval #drivers-licence.error + .error,
.pre-approval #third-party.error + .error,
.pre-approval #tax-invoice.error + .error,
.pre-approval #lease-schedule.error + .error,
.pre-approval #novation-agreement.error + .error {
	display: block;
}

.pre-approval #main .showPrivacy {
	display: block;
	background: #3ebe3b;
	width: 100%;
	margin: 1em 0;
	padding: 1em 15%;
	border-radius: 3px;
	text-align: center;
	font-size: 120%;
	color: #fff;
}

.pre-approval #main .showPrivacy:hover {
	background-color: #3a7ec6;
	text-decoration: none;
}

#main #bde {
	margin: 2em 0;
}

#required-documents {
	margin-bottom: 2em;
}

#required-documents .addassets {
	background: #f7f7f7;
	margin: 2em 0 0;
	padding: 1em;
	border-radius: 5px;
}

#required-documents .addassets:nth-of-type(1) {
	margin-top: 0;
}

#required-documents .addassets h4 {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #335996;
	font-size: 120%;
}

#required-documents .addassets h4 label {
	float: right;
	background: #2cbf6e;
	margin-left: 1rem;
	padding: 0.25rem 1rem;
	border-radius: 3px;
	font-size: 80%;
	color: #fff;
}

#required-documents .addassets h4 label:hover {
	background: #0db659;
	cursor: pointer;
}

#required-documents .asset-list {
	margin: 0;
	padding: 0;
}

#required-documents .asset-list li {
	margin: 0;
	padding: 0.5em;
	border-top: 1px dashed #e3e3e3;
	font-size: 110%;
}

#required-documents .asset-list li:first-child {
	border-top: 0 none;
}

#required-documents .asset-list li .status-icon {
	position: absolute;
	top: 50%; left: 0.5em;
	width: 18px;
	transform: translateY(-50%);
}

#required-documents .asset-list li.accept .status-icon {
	color: #2cbf6e;
}

#required-documents .asset-list li.reject .status-icon {
	color: #bf2b2b;
}

#required-documents .asset-list a.asset {
	display: block;
	margin: 0 1.5em;
}

#required-documents .asset-list .actions {
	position: absolute;
	top: 50%; right: 0.5em;
	transform: translateY(-50%);
}

#required-documents .asset-list .actions a {
	display: inline-block;
	width: 18px;
	margin-left: 2px;
	border-radius: 3px;
	text-align: center;
}

#required-documents .asset-list li .actions a:hover {
	color: #fff;
}

#required-documents .asset-list li .actions .asset-delete:hover {
	background: #335996;
}

.pre-approval .buttons {
	text-align: right;
}

.pre-approval .buttons .positive {
	padding: 0.5em 1em;
}

.pre-approval .buttons .cancel {
	margin-right: 1em;
}

.pre-approval [disabled] {
	background: transparent;
	border: 0 none;
	border-bottom: 1px solid #bfbfbf;
	box-shadow: none;
}

.pre-approval table .total [disabled],
.pre-approval table .amount[disabled] {
	border: 0 none;
	opacity: 1;
}

.pre-approval .modal {
	max-width: 1220px;
	max-height: 90%;
	text-align: left;
	overflow-y: scroll;
}

.pre-approval .modal .radiochecks label {
	margin-bottom: 0;
}

.pre-approval .modal input[type="radio"],
.pre-approval .modal input[type="checkbox"] {
	box-shadow: none;
}

.pre-approval .modal .buttons {
	text-align: center;
}

.pre-approval #main #final_submit {
	display: none;
	margin-top: 0;
}

.pre-approval .modal .buttons .cancel {
	font-size: 1em;
}

.pre-approval #main .modal .privacy {
	counter-reset: privacy;
}

.pre-approval #main .modal .privacy ol {
	margin-left: 0;
	list-style-type: none;
}

.pre-approval #main .modal .privacy ol li {
	display: table;
	margin-top: 0.5em;
	counter-increment: privacy;
}

.pre-approval #main .modal .privacy ol li:before {
	display: table-cell;
	padding-right: 0.6em;
	content: counters(privacy, ".") ". ";
}

.pre-approval #main .modal .privacy ol ol {
	counter-reset: privacy;
	margin-bottom: 0;
}

.pre-approval #main .modal .privacy ol li li {
	margin-bottom: 0;
	font-size: 100%;
}

.pre-approval #main .modal .privacy ol li li:before {
	content: counters(privacy, ".") ". ";
}

.pre-approval #main .modal .privacy ol ol ol {
	margin-left: 1.25em;
	list-style-type: lower-latin;
}

.pre-approval #main .modal .privacy ol li li li {
	display: list-item;
}

.pre-approval #main .modal .privacy ol li li li:before {
	display: none;
	content: '';
}

.pre-approval #main .modal .privacy ol.alpha {
	margin-left: 2.5em;
	list-style-type: lower-latin;
	counter-reset: none;
}

.pre-approval #main .modal .privacy ol.alpha li {
	display: list-item;
	list-style-type: lower-latin;
}

.pre-approval #main .modal .privacy ol.alpha li:before {
	display: none;
	content: '';
}

.pre-approval #main .modal .privacy h3 {
	margin-top: 2em;
	text-align: left;
}

.pre-approval #main .modal .privacy dl {
	display: block;
	margin-bottom: 1em;
	overflow: hidden;
}

.pre-approval #main .modal .privacy dl dt {
	float: left;
	width: 5em;
	font-size: 1.2em;
	clear: left;
}

.pre-approval #main .modal .privacy dl dd {
	float: left;
	font-size: 1.2em;
}

.pre-approval #user-status h3 {
	margin-bottom: 0;
}

.pre-approval .bde {
	text-align: center;
}

.pre-approval .statuses {
	margin: 2em 0;
}

.pre-approval .status {
	display: block;
	position: relative;
	background: #ccc;
	width: 100%;
	margin-bottom: 1em;
	padding: 1em;
	border-radius: 3px;
	text-align: center;
}

.pre-approval .status:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%; left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid #ccc;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	z-index: 11;
}

.pre-approval .status.active {
	background-color: #3ebe3b;
}

.pre-approval .status.active:after {
	border-top-color: #3ebe3b;
}

.pre-approval .status.completed {
	background-color: #335996;
}

.pre-approval .status.completed:after {
	border-top-color: #335996;
}

.pre-approval .status.with-applicant {
	display: none;
}

.pre-approval .status.active.with-applicant {
	display: block;
	background-color: #fecb37;
}

.pre-approval .status.with-applicant:after {
	display: none;
}

.pre-approval .status.approved:after {
	display: none;
}

.pre-approval #main .status h3 {
	margin: 0;
	font-weight: normal;
	color: #666;
}

.pre-approval #main .status.active h3 {
	font-weight: bold;
	color: #fff;
}

.pre-approval #main .status.completed h3 {
	color: #fff;
}

.pre-approval #main .status.active.with-applicant h3 {
	color: #1b3e76;
}

.pre-approval #main .status .notes {
	margin: 1em 0 0;
	padding: 0;
	border: 0 none;
}

.pre-approval #main .notes {
	padding: 1em 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.pre-approval #additional_information {
	width: 100%;
}

#before-you-begin {
    max-width: 45rem;
    z-index: 101;
}

/* -- Styled Select -- */

.styled-select {
	background: url('img/arrow-select-orange.gif') no-repeat 96% center, linear-gradient(to bottom, #ffe294 0%, #ffd566 100%);
	margin-bottom: 0.5em;
	border: 1px solid #fcba0e;
	border-radius: 0.5em;
	overflow: hidden;
}

.styled-select select {
	background: transparent;
	width: 136%;
	max-width: none;
	margin: 0;
	padding: 0.5em 55% 0.5em 1em;
	line-height: 1;
	border: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	color: #2a4d88;
}

.styled-select select::-ms-expand {
	display: none;
}

.styled-select select:focus {
	outline: 0;
}

.styled-select select:focus option {
	background-color: #fff;
}

/* --- Tooltips --- */

a.infotoggle {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	border: 1px solid #fcba0e;
	border-radius: 2em;
	text-align: center;
	background: linear-gradient(to bottom, #ffe294 0%, #ffd566 100%);
	text-decoration: none;
}

/* --- Footer --- */

footer {
	background-color: #eee;
	padding: 2em 1.5em 3em 1.5em;
	color: #335996;
}

footer .left {
	float: left;
}

footer .right {
	float: right;
	clear: right;
}

footer h3 {
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: 500;
	color: #0e3f77;
}

footer p {
	margin-bottom: 1em;
}

footer a {
	color: inherit;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer ul.right li {
	margin-top: 2em;
	margin-left: 1.75em;
}

footer ul.right li img {
	margin-left: 0.75em;
}

footer ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

footer nav {
	float: right;
}

footer nav ul li {
	margin: 0 0 0 2.25em;
}

footer nav ul li a {
	font-weight: 200;
	font-size: 120%;
	color: #333;
}

footer #social {
	padding-bottom: 1.5em;
}

footer #social p {
	margin: 0;
}

footer #social a {
	display: inline-block;
	height: 24px;
	width: 24px;
	background: url(img/social.png) no-repeat top left;
	line-height: 30px;
	text-indent: -999em;
}

footer #social a + a {
	margin-left: 4px;
}

footer #social a.facebook {
	background-position: -33px 0;
}

footer #social a.facebook:hover {
	background-position: -33px -27px;
}

footer #social a.linkedin {
	background-position: 0 0;
}

footer #social a.linkedin:hover {
	background-position: 0 -27px;
}

footer #social a.gplus {
	background-position: -66px 0;
}

footer #social a.gplus:hover {
	background-position: -66px -27px;
}

footer #social a.instagram {
	background-position: -99px 0;
}

footer #social a.instagram:hover {
	background-position: -99px -27px;
}

.centrecol {
	float:none;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	transition: margin .5s;
}

.rightcol {
	float:right;
	text-align: right;
}


/* Misc. Landing Pages */

#contact-card {
	background: #ffd642;
}

#contact-card h1 {
	margin: 0;
}

#contact-card h1 i {
	margin-right: 0.5rem;
	font-size: 90%;
}

#landing-intro {
/*
	padding: 1em;
	background:#fff;
	border: 1px solid #ebebeb;
	margin-bottom: 1em;
*/
}

#landing-videos {
	position: relative;
}

#landing-videos .featured-video {
	display: block;
	width: 100%;
}

#landing-videos .featured-video iframe {
	display: block;
	border: 1px solid #ddd;
}

#landing-videos .featured-video figcaption {
	padding: 1em 1.25em;
	border: 1px solid #ddd;
	border-top: 0 none;
}

#landing-videos .featured-video figcaption p {
	margin-bottom: 0.5em;
}

#landing-videos .related-videos {
	position: relative;
}

#landing-videos #slide-prev,
#landing-videos #slide-next {
	float: right;
	margin: 0.5em 0.5em 0;
}

#landing-videos .shadow {
	position: absolute;
	top: 33px;
	right: 0;
	bottom: 0;
	width: 20px;
	background: transparent url('/img/shadow.png') repeat-y top right;
}

#landing-videos .videos figure.related-video {
	float: left;
	max-width: 194px;
	margin: 0 0 0 1.25em;
	border: 1px solid #ddd;
}

#landing-videos .videos figure.related-video:first-of-type {
	margin-left: 0;
}

#landing-videos .videos figure.related-video a {
	color: #2C4F7B;
}

#landing-videos .videos figure.related-video img {
	width: 100%;
}

#landing-videos .videos figure.related-video figcaption {
	display: block;
	background: #fff;
	width: 100%;
	padding: 0.75em;
	border-top: 1px solid #ddd;
	font-size: 115%;
}

#sidebar .panel {
	margin-top: 2.75em;
}

#sidebar .panel:first-of-type {
	margin-top: 0;
}

#sidebar .panel h3 {
	text-align: center;
}

#landing-calc #rem-novcalc {
	margin: 0 auto;
}


#landing-news article {
	margin: 1em 0;
	padding: 1.25em 2em 1.25em 2em;
	border-radius: 0.4em;
}

#landing-news article h2 {
	margin-bottom: 0.6em;
	text-align: left;

}

#landing-news article p {
	margin-bottom: 1em;
}

#landing-news article {
	background: #ffd642;
}

#landing-news article .latest-article {
	background: #fff;
	padding: 0.5em 1em;
	margin-bottom: 1em;
	border-radius: 0.4em;
	box-shadow: 0 0.1em 0.25em #aeaeae;
}

#landing-news article .latest-article h3 {
	color:#183c68;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#landing-news article .latest-article h3 em {
	font-style: normal;
	font-weight: normal;
}

#landing-news article .latest-article h4 {
	color:#2462ad
}

/*
#landing-news article .latest-article figure {
	max-height: 100px;
}
*/

#landing-news article .latest-article figure img {
	width: auto;
	margin: 0 auto 1em auto;
	max-height: 150px;
}

#landing-news article aside {
	font-size: 1em;
	background: #fff;
	padding: 0.75em;
	border-radius: 0.35em;
	margin-bottom: 0.75em;
}

#landing-news article aside h3 {
	font-weight: bold;
}

.landing-header {
	text-align: center;
}

.landing-header img {
	max-height: 85px;
}


.landing-login {
	position:relative;
}

.landing-login a.button{
	margin-bottom: 0.5em;
}

.landing-login form {
	position: absolute;
	bottom: 1em;
	left: 0;
	width: 100%;
	max-width: 250px;
	background:#fff;
	z-index: 990;
	padding: 1em;
/* 	border: 1px solid #5172bf; */
	border-radius :0.25em;
	border:1px solid #ccc;
	box-shadow: 0 0 0.2em #cecece;
	display:none;
}

.landing-login form p.error {
	font-size: 0.8em;
	color:#c00;
	display:none;
}

.landing-login form input {
	width: 100%;
}

.landing-login form button {
	float:right;
}

.landing-login form a.cancellink {
	display: inline-block;
	clear:both;
	padding-top: 0.5em;
}

#landing-financial,
#landing-promotion {
	position: relative;
	margin-bottom: 1em;
}

#landing-financial > a,
#landing-promotion .closed {
	display: block;
	background: #2676CC;
	text-decoration: none;
	overflow: hidden;
	border-radius: 0.5em;
}

#landing-financial > a:hover,
#landing-promotion > a:hover .closed {
	background-color: #2B81DD;
	cursor: pointer;
}

#landing-financial img,
#landing-promotion img {
	width: 3em;
	display: inline-block;
	vertical-align: middle;
}

#landing-financial h3,
#landing-promotion h3 {
	padding: 0.5em 1em;
	margin: 0;
	color: #fff;
}

#landing-promotion h3 {
	padding: 0.5em 1em 0.6em 5em;
}

#landing-promotion h3.closed {
	background: #2676CC url('/img/icon-barwon-promotion.png') no-repeat 1em center;
	background-size: 3em;
}

#landing-promotion .colcontent h3.open {
	background: transparent url('/img/icon-barwon-promotion-active.png') no-repeat 1em center;
	background-size: 3em;
	padding-bottom: 0.6em;
}

#landing-financial .colcontent,
#landing-promotion .colcontent {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	padding-bottom: 1.4em;
	padding-right: 1em;
	border: 1px solid #2676CC;
	border-radius: 0.5em;
	z-index: 5;
	-webkit-box-shadow: 1px 3px 3px 0 rgba(0,0,0,0.15);
	box-shadow: 1px 3px 3px 0 rgba(0,0,0,0.15);
}

#landing-financial .colcontent h3,
#landing-promotion .colcontent h3 {
	padding-bottom: 0.25em;
	color: #45A8F1;
}

#landing-financial p {
	margin-bottom: 1em;
	margin-left: 5em;
}

#landing-financial p.smallprint {
	font-size: 0.8em;
	margin-left: 7.5em;
}

#landing-financial a.cancellink,
#landing-promotion a.cancellink {
	background: none;
	position: absolute;
	bottom: 0.5em;
	right: 0.75em;
	font-size: 0.85em;
	float:left;
	display: inline-block;
	color:#b42a2a;
}

#landing-promotion p {
	margin-left: 6.1em;
}

#landing-promotion p.smallprint {
	font-size: 0.8em;
	margin-left: 9em;
}

#landing-app {
	text-align: center;
}

#landing-app figure {
	margin-bottom:1em;
}

#landing-links {
	margin-top: 1em;
	text-align: center;
}

#landing-image {
	margin-top: 1em;
	text-align:center;
}

#landing-links div.fourcol,
#landing-links div.sixcol {
	padding: 1em;
	border: 1px solid #ebebeb;
}

#landing-links div:hover {
	border-color:#548cc9;
}

#landing-links div a {
	text-decoration: none;
	display:block;
}

div#landing-salary-advantages {
	text-align: center;
	background:#84baf3;
	border-radius: 0.5em;
}

/*
div#landing-salary-advantages figure a {
	width: 0%;
	margin: 0 auto;
}
*/

div#landing-salary-advantages figcaption {
	margin-top: 1em;
	font-weight: normal;
	font-size: 110%;
}

div#landing-salary-advantages img {
	background: #fff;
	width: 100%;
	border-radius: 100%;
	border: 3px solid;
}

div#landing-salary-advantages #icon-benefits img {
	border-color: #ffaf51;
}

div#landing-salary-advantages #icon-calculate img {
	border-color: #77c47d;
}

div#landing-salary-advantages #icon-applyonline img {
	border-color: #6195ff;
}

div#landing-salary-advantages #icon-mobile img {
	border-color: #b1b1b1;
}

.ebikes-form {
	display: block;
	max-width: 20rem;
	margin: 0 auto;
}

.ebikes-form .optional-package-number {
	display: none;
}

.ebikes-form .optional-package-number.active {
	display: block;
}

.vla a.button.positive {
    padding: 0.5em 1em;
}

#webinars {
    text-align: center;
}

#main #webinars .button {
    color: #fff;
}

.vla #salary-packaging-cards {
    text-align: center;
}

.vla #salary-packaging-cards img {
    display: block;
    margin: 0 auto;
}

.vla #salary-packaging-cards .button {
    font-size: 1em;
    color: #fff;
}

.vla #vla-package-calculator a.button.positive {
    font-size: 100%;
    color: #fff;
}

.vla #landing-videos .video figcaption {
    margin-top: 0.5rem;
}

.vla #landing-promotion {
    margin-bottom: 0;
}

.vla #landing-promotion h3.closed {
    display: flex;
    background-image: url('/img/icon-newcar-white.png');
    padding: 0.5em 1em 0.5em 5em;
    align-items: center;
}

.vla #landing-promotion .buttons {
    display: inline-block;
    margin-left: auto;
    padding: 0 0 0 1em;
    white-space: nowrap;
    font-size: 75%;
}

.vla #home-about-news {
    margin-top: 1em;
    padding-top: 1.1em;
}

.vla #home-about-news h3 {
    font-size:
}

.vla #home-about-news h4,
.vla #home-about-news p {
    font-size: 100%;
}

.vla #documents h3 {
	text-align: center;
}

.vla #documents ul {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: space-between;
	flex-wrap: wrap;
}

.vla #documents ul li {
	margin: 0;
	padding: 1rem 0.5rem;
	vertical-align: top;
	list-style: none;
}

.vla #documents ul li a {
	display: flex;
	align-items: center;
}

.vla #documents ul li img {
	width: 40px;
	margin-right: 0.5rem;
}


/* Sell My Car */

body.new-car #section-header {
	background-color: #5698E5;
	color: #fff;
}

body.new-car #section-header .current-page {
	background-image: url('/img/icon-newcar-white.png');
	background-position: center -1em;
	background-size: 6em;
	background-repeat: no-repeat;
	padding: 3.5em 0 1em;
}

body.new-car #section-header h1 {
	font-size: 180%;
	color: #fff;
}

#sell-my-car .message {
	margin-top: 1em;
	margin-bottom: 2em;
}

#sell-my-car .card {
	background-color: #fff;
	margin: 0 auto 1.25em;
	padding: 1em 2%;
	border-radius: 0.2em;
	border: 1px solid #e1e1e1;
	border-bottom: 0 none;
	box-shadow: 0 2px 1px #c5c5c5;
}

#sell-my-car.offer .card {
	width: 100%;
}

#sell-my-car h3 {
	text-align: center;
	font-weight: bold;
	color: #464e55;
}

#sell-my-car fieldset.set {
	background: #e0f0ff;
	padding: 0.5em 0;
	border-radius: 0.2em;
	border: 1px solid #ccc;
}

#sell-my-car .half {
	float: left;
	width: 50%;
	margin-bottom: 1.5em;
	padding: 0 1em;
}

#sell-my-car .half:nth-child(even) {
	clear: left;
}

#sell-my-car .full {
	float: left;
	width: 100%;
	margin-bottom: 1.5em;
	padding: 0 1em;
}

#sell-my-car legend {
	display: block;
	margin-left: 0.5em;
	padding: 0 0.5em;
	font-size: 1.2em;
	color: #444444
}

#sell-my-car label {
	display: block;
	margin-bottom: 0.25em;
	text-transform: uppercase;
	font-size: 85%;
}

#sell-my-car input {
	background: #f9f9f9;
	width: 100%;
	padding: 0.65em 0.5em;
	border-radius: 0.35em;
	border: 1px solid #bfbfbf;
	box-shadow: inset 0 0.1em 0.1em #d7d7d7;
	transition: border-color 0.5s;
	line-height: 1;
}

#sell-my-car textarea {
	width: 100%;
	height: 10em;
	padding: 0.75em 0.5em;
	border-radius: 0.35em;
	border: 1px solid #bfbfbf;
	transition: border-color 0.5s;
	line-height: 1.25;
}

#sell-my-car select {
	display: block;
	background-image: url(/img/darr.svg), linear-gradient(#fff 0, #eee 100%);
	background-repeat: no-repeat;
	background-position: right 0.5em center, center center;
	width: 100%;
	height: auto;
	padding: 0.75em 2em 0.75em 0.5em;
	border: 1px solid #A3A3A3;
	border-radius: 4px;
	text-align: left;
	line-height: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#sell-my-car p.pseudofield {
	width: 100%;
	padding: 0.65em 0.5em;
	line-height: 1;
}

#sell-my-car button {
	float: right;
}

#sell-my-car .addassets h2 {
	margin: 0;
}

#sell-my-car .photos {
	margin: 0;
	padding: 1em;
	text-align: center;
}

#sell-my-car .photos li {
	display: inline-block;
	max-width: 130px;
	max-height: 130px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	list-style: none;
}

#sell-my-car .photos li label {
	display: block;
	padding: 3.5em;
	font-size: 85%;
}

#sell-my-car .assets {
	margin: 0;
}

#sell-my-car ul.assets li {
	position: relative;
	margin: 0.5em;
}

#sell-my-car ul.assets li figure,
#sell-my-car ul.assets li figure.image {
	background: none;
	margin-bottom: 0;
	padding: 0;
}

#sell-my-car ul.assets li figure:before,
#sell-my-car ul.assets li figure.image:before {
	padding: 0;
}

#sell-my-car ul.assets li figure a.asset {
	position: static;
}

#sell-my-car ul.assets li figure a.asset img {
	position: static;
	width: auto;
	height: auto;
	max-width: 130px;
	max-height: 130px;
	-webkit-transform: initial;
	-moz-transform: initial;
}

#sell-my-car ul.assets li a.remove {
	display: block;
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	margin: 0;
	padding: 0.25em;
	text-decoration: none;
	border-radius: 0;
	font-size: 85%;
	color: #fff;
}

#sell-my-car .confirmation {
	padding: 1.5em;
}

#sell-my-car #serviceFiles + .error,
#sell-my-car #odometerFiles + .error,
#sell-my-car #vehicleFiles + .error {
	display: none;
	background: #fff0f0;
	padding: 0.5em 0.75em 0.6em;
	border: 1px solid #bf2b2b;
	border-radius: 3px;
	color: #bf2b2b;
}

#sell-my-car #serviceFiles.error + .error,
#sell-my-car #odometerFiles.error + .error,
#sell-my-car #vehicleFiles.error + .error {
	display: block;
}


/* -- Rem App -- */

.rem-app .card,
.rem-app h2,
.rem-app h3 {
	text-align: center;
}

.rem-app .icon {
	text-align: center;
}

.rem-app figure {
	display: inline-block;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	list-style: none;
}

.rem-app figcaption {
	margin-top: 1em;
	max-width: 142px;
	font-weight: normal;
	font-size: 110%;
}

.rem-app img {
	background: #fff;
	width: 100%;
	border-radius: 100%;
	border: 3px solid;
}

/* Modal */

.overlay {
	display: none;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 100;
}

.modal {
	display: none;
	position: fixed;
	top: 50%; right: 0; left: 0;
	background: #fff;
	width: 90%;
	max-width: 80%;
	margin: 0 auto;
	padding: 2em;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
	transform: translateY(-50%);
	border: 1px solid #ccc;
	border-radius: 0.5em;
	text-align: center;
	z-index: 100;
}

.modal h5 {
	font-size: 115%;
}

#main .modal .button {
	display: inline-block;
	background: #335996;
	margin: 1em 0.5em 0;
	padding: 0.5em 1.5em;
	text-decoration: none;
	border-radius: 3px;
	font-size: 120%;
	color: #fff;
}

#main .modal .button:hover {
	background-color: #3a7ec6;
}

.modal.active,
.overlay.active {
	display: block;
}

.modal .button.positive {
	background: #3ebe3b;
}

.modal .content-scroll {
	max-height: 30em;
	margin-bottom: 2em;
	padding: 1em;
	border: 1px solid #ccc;
	border-radius: 3px;
	overflow-y: scroll;
	font-size: 95%;
}

.modal .radiochecks {}

.modal .radiochecks label {
	display: inline-block;
	margin-bottom: 1em;
	vertical-align: middle;
	font-size: 120%;
}

.modal .radiochecks input {
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: middle;
}

.modal .radiochecks .cancel {
	font-size: 85%;
}


/* Standalone Calculator */

.standalone {
    background: #e5f1ff url('/img/bg-calculator.jpg') no-repeat center center;
    background-size: cover;
    width: 100vw;
    height: 100vh;
}

.standalone #main {
    display: flex;
    background: rgba(255, 255, 255, 0.75);
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.standalone #main #logo {
    max-width: 10rem;
    margin: 0 auto 1rem;
}

.standalone #main h1 {
    width: 100%;
    margin: 0 0 1rem;
    text-align: center;
    font-size: 2em;
}

.standalone #rem-novcalc {
    margin: 0;
}

.standalone #rem-novcalc #new-request {
    width: auto;
    margin-top: 1.5rem;
    padding: 0.5rem 1rem;
    font-size: 115%
}

.standalone #rem-novcalc .rem-novcalc-cancel-quote {
    padding: 0.5rem;
}

.standalone #main .instructions {
    width: 100%;
    max-width: 42rem;
    margin: 1rem auto 0;
    text-align: center;
    line-height: 1.75;
    font-size: 145%;
    color: #0f3c75;
}


/* Kiosk */

.kiosk {
    background: #e5f1ff;
}

.kiosk #main {
    background: #e5f1ff;
}


/* Commuter Club */

#landing-comm-club {
	text-align: center;
}

#landing-comm-club a.button.positive {
	color: #fff;
}

#comm-club-header {
	text-align: center;
	margin-bottom: 1.5em;
	padding-bottom: 2em;
	border-bottom: 1px solid #d9d9d9;
}

#comm-club-header img,
#comm-club-header h1 {
	display:inline-block;
	vertical-align: middle;
	margin: 0 0.5em 0 0.5em;
}

#comm-club-header.footer {
	border-bottom:none;
	margin-top: 1.5em;
	padding-top: 2em;
	border-top: 1px solid #d9d9d9;
}

#comm-club-header.footer a.button {
	text-decoration: none;
	color:#fff;
	font-size: 0.8em;
	margin-left: 1em;
}

#comm-club-application input,
#comm-club-application select {
	width: 100%;
}

#comm-club-application #dob select {
	width: auto;
}

#comm-club-application #tickets input {
	width: auto;
	vertical-align: middle;
	margin-right: 1em;
}

#comm-club-application #tickets label {
	text-transform: none;
	font-size: 1.3em;
	vertical-align: middle;
}

#comm-club-application #terms input {
	width: auto;
	vertical-align: middle;
	margin-right: 1em;
}

#comm-club-application #terms label {
	width: auto;
	text-transform: none;
	font-size: 1em;
	vertical-align: middle;
	width: 80%;
}

#comm-club-application #terms .buttons {
	text-align: right;
}

#comm-club-application #terms .buttons  p {
	font-size: 0.8em;
}

#comm-club-application fieldset.last + fieldset {
	clear:both;
}

#comm-club-hidden {
	display:none;
}

.rebox { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 1000; -webkit-filter: none !important;
    background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
    background: rgba(0, 0, 0, 0.7); }
.rebox *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }
.rebox-contents { position: absolute; top: 5%; left: 5%; text-align: center; width: 90%; height: 90%; }
.rebox-contents .rebox-content { cursor: pointer; border: 5px solid #fff; box-shadow: 0 0 20px #000; border-radius: 1px; max-width: 100%; max-height: 100%; }
.rebox-loading { width: 31px; height: 31px; margin: -16px 0 0 -16px; position: absolute; top: 48%; left: 50%; }
.rebox-caption { display: none; position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; z-index: 1000; background: #000; background: rgba(0,0,0,0.7); }
.rebox-caption p { margin: 0 auto; max-width: 70%; display: inline-block; *display: inline; *zoom: 1; padding: 10px; color: #fff; font-size: 12px; line-height: 18px; }

.rebox-button { position: absolute; z-index: 9999; min-width: 40px; height: 40px; line-height: 40px; background: rgb(0, 0, 0); opacity:0.4;
    text-decoration: none; font-size: 24px; color: #fff; text-align: center; vertical-align: middle;
    -webkit-border-radius: 32px; -moz-border-radius: 32px; -ms-border-radius: 32px; border-radius: 32px;
    -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }
.rebox-button:hover,
.rebox-button:focus { opacity: 1; -webkit-transform: scale(1.4); -moz-transform: scale(1.4); -ms-transform: scale(1.4); transform: scale(1.4); }
.rebox-close { right: 10px; top: 10px; }
.rebox-next { right: 10px; top: 48%; }
.rebox-prev { left: 10px; top: 48%; }
.rebox-loading { left: 50%; top: 48%;
    -webkit-animation-name: spin; -webkit-animation-duration: 2000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear;
    -moz-animation-name: spin; -moz-animation-duration: 2000ms; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear;
    -ms-animation-name: spin; -ms-animation-duration: 2000ms; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear;
    animation-name: spin; animation-duration: 2000ms; animation-iteration-count: infinite; animation-timing-function: linear;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

/* General gallery image tile construction */

ul.assets {
    margin: 0;
    overflow: hidden;
}

ul.assets li {
    -webkit-animation: pop .5s;
    list-style: none;
}

ul.assets li.hidden {
    display: none;
}

ul.assets li a {
    text-decoration: none;
}

/* Upload Link tile incl. drag/drop */
.addassets .upload {
    width: 100% !important;
    height: 100% !important;
}

.addassets .upload label,
.ckupload label {
    padding: 3.5em;
    vertical-align: middle;
    width: 100% !important;
    height: 100% !important;
    text-align: center !important;
    border-style: dashed;
    box-sizing: border-box;
    border-width: 1px;
    border-color: #b4b4b4;
    border-radius: 1em;
}

.addassets .upload.hover label,
.addassets .upload:hover label,
.ckupload:hover label,
.ckupload.hover label {
    border-color: #2967be;
    background: #ebf1f6;
    cursor: pointer;
}

/* Normal "already uploaded" tile */
ul.assets li a.progresslabel,
ul.assets li span.progress {
    display: none;
}

ul.assets li figure,
ul.assets li figure.image {
    margin: 0 0 0.75em 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
}

ul.assets li figure.image {
    max-height: 320px;
    background: #ecf1f4;
    padding: 5px;
}

ul.assets li figure:before,
ul.assets li figure.image:before {
    content: "";
    display: block;
    padding-top: 100%;
}

ul.assets li figure a.asset {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
}

ul.assets li figure a.asset img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    min-width: 100%;
}

ul.assets li .info {
    display: block;
    clear: both;
}

/* Tile state whilst uploading */
ul.assets li.uploading .cardcontent {
    display: none;
}

ul.assets li.uploading {
    padding-top: 2.8em;
    text-align: center;
    font-size: 0.8em;
}

ul.assets li.uploading figure {
    display: none;
}

ul.assets li.uploading a.progresslabel,
ul.assets li.uploading span.progress {
    display: block;
}

ul.assets li span.progress {
    width: 80%;
    margin: 0.5em auto;
    height: 1em;
    background: #d5e2eb;
    border-radius: 2em;
    overflow: hidden;
}

ul.assets li span.progress i {
    display: block;
    background: #2967be;
    height: 100%;
    width: 0;
    -webkit-transition: width 0.1s;
}

ul.assets li a.remove {

}

/* Problem Uploading State */

ul.assets li.error {
    border-color: #c00;
    color: #c00;
    padding: 2em 1em 1em 1em;
}

ul.assets li.error figure {
    display: none;
}

ul.assets li p.file {
    position: absolute;
    top: 70%;
    text-align: center;
    padding: 0 0.5em;
    width: 100%;
    box-sizing: border-box;
    display: block;
}

ul.assets li p.file .filename {
    font-size: 0.9em !important;
    line-height: 1.2;
    word-wrap: break-word;
}

ul.assets li p.file .filesize {
    font-size: 0.7em !important;
    color: #ccc;
    clear: both;
    display: block;
}

ul.assets li figure a.asset,
ul.assets li figure.other a.asset {
    background-image: url(img/file-icons/512px/_blank.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center 25%;
}

ul.assets li figure.document a.asset {
    background-image: url(img/file-icons/512px/_page.png);
}

ul.assets li figure.pdf a.asset {
    background-image: url(img/file-icons/512px/pdf.png);
}

ul.assets li figure.txt a.asset {
    background-image: url(img/file-icons/512px/pdf.png);
}

ul.assets li figure.rtf a.asset {
    background-image: url(img/file-icons/512px/pdf.png);
}

ul.assets li figure.doc a.asset {
    background-image: url(img/file-icons/512px/doc.png);
}

ul.assets li figure.dot a.asset {
    background-image: url(img/file-icons/512px/dot.png);
}

ul.assets li figure.docx a.asset {
    background-image: url(img/file-icons/512px/docx.png);
}

ul.assets li figure.odt a.asset {
    background-image: url(img/file-icons/512px/odt.png);
}

ul.assets li figure.ott a.asset {
    background-image: url(img/file-icons/512px/ott.png);
}

ul.assets li figure.ods a.asset {
    background-image: url(img/file-icons/512px/ods.png);
}

ul.assets li figure.ots a.asset {
    background-image: url(img/file-icons/512px/ots.png);
}

ul.assets li figure.xls a.asset {
    background-image: url(img/file-icons/512px/xls.png);
}

ul.assets li figure.dotx a.asset {
    background-image: url(img/file-icons/512px/dotx.png);
}

ul.assets li figure.xlsx a.asset {
    background-image: url(img/file-icons/512px/xlsx.png);
}

ul.assets li figure.ppt a.asset {
    background-image: url(img/file-icons/512px/ppt.png);
}

ul.assets li figure.pps a.asset {
    background-image: url(img/file-icons/512px/pps.png);
}

ul.assets li figure.key a.asset {
    background-image: url(img/file-icons/512px/key.png);
}

ul.assets li figure.ppt a.asset {
    background-image: url(img/file-icons/512px/odp.png);
}

ul.assets li figure.otp a.asset {
    background-image: url(img/file-icons/512px/otp.png);
}

ul.assets li figure.image a.asset {
    background: none !important;
}


@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from { transform:rotate(0deg); }
    to { transform:rotate(360deg); }
}


/* Responsive */

@media only screen and (max-width: 768px) {
	#sidebar {
		margin-top: 5em;
	}

	.channel #main .search-results li figure {
		width: 100%;
	}

	#vla-package-calculator {
		text-align: center;
	}

	#vla-package-calculator .thumb {
		display: block;
		margin-top: 1rem;
	}
}

@media only screen and (max-width: 568px) {
	#landing-videos .featured-video figcaption {
		font-size: 90%;
    }

    .vla #landing-promotion h3.closed {
        background-position: top center;
        padding: 2.5em 1em 0.5em;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
    }

    .vla #landing-promotion .buttons {
        display: block;
        margin: 0.5rem auto;
        padding: 0;
    }
}