﻿/* ----------
 *	ASB
 *	Table of Contents
 *
 *	0.0 General Reset
 *	1.0 General Styling
 *		1.1 Search forms
 *		1.2 Login forms
 *		1.3 Social
 *	2.0 Main Structure
 *	3.0 Header
 *		3.1 Navigation
 *		3.2 Subnavigation
 *	4.0 Footer
 *
 *  6.0 Temp Header & Footer Styles
	0.0 General Reset
---------- */
html, body, h1, h2, h3, h4, h5, h6, p, blockquote, form, fieldset, input, select, textarea, button, .unlist, .unlist ul, .unlist ol, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
html {
	font-size: 125%;
}
body {
	font-size: 50%;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Calibri, Gill Sans, Trebuchet MS, Sans-serif;
	/* font-family: Calibri, HelveticaNeue, Segoe UI, Helvetica, Arial, Sans-Serif; *//* 20150311LR aligned to production */
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 400;
}
a {
	color: #000;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
a img {
	border: 0;
}
input, select, textarea, button, th, td {
	font-size: 1.1em;
	line-height: 1.3em;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color:#717171;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
/* ----------
	1.0 General Styling
---------- */
/* Added to remove 'Calibri' from the body */
#navigation, #header-actions, #message, .login-main, #footer #sitemap, #footer #support, #footer #legal, #footer #footer-actions, #footer #copyright {
	font-family: Calibri, Gill Sans, Trebuchet MS, Sans-serif;
	/* font-family: Calibri, HelveticaNeue, Segoe UI, Helvetica, Arial, Sans-Serif; *//* 20150311LR aligned to production */
}
.script-hidden {
	display: none;
}
.unlist {
	overflow: hidden;
}
legend {
	display: none;
}
input[type="text"], input[type="password"], select, textarea {
	padding: 0 6px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
 input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
.button-container {
	display: block;
}
.float-left {
	float:left;
}
.button {
	cursor: pointer;
}
.panel {
	display: none;
}
#asset70 .panel {
	display:block;
}
.panel-close, .message-close {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 11px;
	height: 10px;
	text-indent: -999em;
	background: url("Images/asb.co.nz-ultimate-sprite-v5.png") -512px -88px no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.black {
	color:#ffffff;
	background-color:Black;
}
.gradient-black {
	color: #fff;
	background: #111111;

	/* for IE < 10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3c3c', endColorstr='#111111');
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#3c3c3c), to(#111111));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient(top, #3c3c3c, #111111);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #3c3c3c, #111111);
	/* IE 10 */
	background: -ms-linear-gradient(top, #3c3c3c, #111111);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #3c3c3c, #111111);
}
.gradient-gray, .gradient-grey {
	color: #000;
	background: #e0e2e4;

	/* for IE < 10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfc', endColorstr='#e0e2e4');
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfc), to(#e0e2e4));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient(top, #fbfbfc, #e0e2e4);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #fbfbfc, #e0e2e4);
	/* IE 10 */
	background: -ms-linear-gradient(top, #fbfbfc, #e0e2e4);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #fbfbfc, #e0e2e4);
}
.gradient-dark-gray, .gradient-dark-grey, a.gradient-black:hover, #content span.button-container:hover, #footer-actions li:hover {
	color: #000;
	background: #474c58;

	/* for IE < 10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f6575', endColorstr='#474c58');
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#5f6575), to(#474c58));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient(top, #5f6575, #474c58);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #5f6575, #474c58);
	/* IE 10 */
	background: -ms-linear-gradient(top, #5f6575, #474c58);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #5f6575, #474c58);
}
.gradient-yellow {
	color:#000;
	background: #ffbd17;

	/* for IE < 10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe14d', endColorstr='#ffbd17');
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe14d), to(#ffbd17));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient(top, #ffe14d, #ffbd17);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #ffe14d, #ffbd17);
	/* IE 10 */
	background: -ms-linear-gradient(top, #ffe14d, #ffbd17);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #ffe14d, #ffbd17);
}
.gradient-yellow-inverse, #info-tiles .tile:hover span.tile-button {
	color:#000;
	background: #ffe14d;

	/* for IE < 10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd17', endColorstr='#ffe14d');
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffbd17), to(#ffe14d));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient(top, #ffbd17, #ffe14d);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #ffbd17, #ffe14d);
	/* IE 10 */
	background: -ms-linear-gradient(top, #ffbd17, #ffe14d);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #ffbd17, #ffe14d);
}
.overlay { /* To be placed over an anchor to make it unclickable */
	position: absolute; /* To position above tabs */
	display: inline-block; /* So we can set a width and height */
}
/* ----------
		1.1 Search forms
---------- */
.search-form span.button-container {
	float: left;
	/* border: 1px solid #cacaca; GP */
	border-left: 0;
}
input.search-query, input.search-button {
	overflow: hidden;
}
input.search-query {
	float: left;
	width: 156px;
	height: 30px;
	line-height: 15px; /*12px*/
	border: 1px solid #cacaca;
	border-right: 0;
	font-family: Calibri, Gill Sans, Trebuchet MS, Sans-serif;
	/* font-family: Calibri, HelveticaNeue, Segoe UI, Helvetica, Arial, Sans-Serif; *//* 20150311LR aligned to production */
}
input.search-button {
	width: 50px;
	height: 30px;
	border: 0;
	font-size: 0;
	line-height: 0;
	background: url(Images/icon.magnify.png) center no-repeat;
	overflow: hidden;
	background-color: transparent;
}
.search-form .overlay {
	width: 18px;
	height: 30px;
}
#header-search-form .overlay {
	margin-left: 32px;
	top: 0;
}
#footer-search-form .overlay {
	margin-left: -18px;
}
/* ----------
		1.2 Login forms
---------- */
#panel-login .panel-close
{
   visibility: hidden;
}
.login-form {
	display: none;
	overflow: hidden;
}
.login-form fieldset {
	overflow: hidden;
}
.login-form .form-item {
	float: left;
	padding: 0 9px 14px 0;
}
.login-form .form-item input {
	width: 205px;
	height: 30px;
	border: 0;
	line-height: 16px;
	font-size: 0.89em !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.login-form .form-item input.error {
	color: #911111;
	background: #ffb39e;
}
.login-form .form-actions span.button-container {
	border: 1px solid #040404;
}
.login-form .form-actions input.button {
	width: 71px; /*75*/
	height: 26px;/*28*/
	line-height: 26px;
	text-align: left;
	text-indent: 25px;
	color: #fff;
	background: transparent url( Images/icon.arrow.yellow.small.png ) 6px center no-repeat;
	font-family: Calibri, Gill Sans, Trebuchet MS, Sans-serif;
	/* font-family: Calibri, HelveticaNeue, Segoe UI, Helvetica, Arial, Sans-Serif; *//* 20150311LR aligned to production */
}
.login-select {
	float: left;
	position: relative;
	width: 205px;
	height: 0;
	margin: 0 10px 0 0;
	padding: 30px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 32px;
	background: #fff url( Images/select.indicator.png ) center right no-repeat;
	cursor: pointer;
	overflow: visible;
}
.login-select li {
	display: none;
	background: #fff;
	border-top: 1px solid #e0e2e4;
}
.login-select li.current {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	border-top: 0;
	background: transparent;
}
.login-select a {
	display: block;
	padding: 0 7px;
	color: #444;
}
.login-select a:hover {
	background-color: #e0e2e4;
	text-decoration: none;
}
.login-select li.current a:hover {
	background-color: transparent;
}
.select-open {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.login-support {
	font-size: 12px;
	line-height: 20px;
	padding-top: 15px;
}
.login-support a {
	margin: 0 12px 0 0;
	padding: 0 0 0 10px;
	background: url( Images/icon.arrow.right.png ) center left no-repeat;
	white-space: nowrap;
}
.login-support a span.icon-lock {
	padding-right: 14px;
	background: url("Images/asb.co.nz-ultimate-sprite-v5.png") -498px -100px no-repeat;
	margin: 0 -15px 0 5px;
}
/* ----------
			1.2.1 Invalid Login
---------- */
.error-message {
	padding: 5px 45px 20px 45px;
	color: #911111;
	background: url( Images/icon.message.alert.png ) top left no-repeat;
}
/* ----------
		1.3 Social
---------- */
.social, .social-small {
	overflow: hidden;
}
.social li, .social-small li {
	float: left;
}
.social a {
	display: block;
	background-image: url( Images/icons.social.png );
	background-repeat: no-repeat;
}
.social-small a {
	display: block;
	background-image: url( Images/icons.social.png );
	background-repeat: no-repeat;
}
.social a:hover, .social-small a:hover {
	text-decoration: none;
}
/* ----------
	2.0 Main Structure
---------- */
#main {
	min-width: 994px;
	color: #000;
}
.outer {
	position: relative;
	z-index: 1;
}
#header-container { /* see 3.0 Header */
}
#footer-container { /* see 4.0 Footer */
}
#content-container { /* see 5.0 Central Content */
}
.inner {
	position: relative;
	overflow: visible;
	margin: 0 auto;
	min-width: 994px;
	font-size: 1.4em;
}
/* ----------
	3.0 Header
---------- */
#header-container {
	background-position: left top;
	background-color: #000;
	border-bottom: 3px solid #fff;
}
#header {
	height: 86px;
	background-image: url(Images/asb.co.nz-ultimate-sprite-v5.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 9999;/*2;  Keep overflowing elements (e.g. Login popup) above hero image */
}
#header-scroll-left {
	position: absolute;
	background: url("Images/header-left-repeater.gif"); /* Ensure left*/
	background-repeat: repeat-x;
	width: 50%;
	height: 86px;
}
#header a.logo {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -458px;
}
a.logo {
	display: block;
	width: 102px;
	height: 28px;
	text-indent: -999em;
	background: url(Images/ASB-logo-2013.png) no-repeat;
}
/* ----------
		3.1 Navigation
---------- */
#navigation {
	position: absolute;
	left: 50%;
	margin-left: -468px;
	top: 61px;
}
#navigation a {
	outline: none; /* get rid of dotted borders in FireFox */
	/*text-indent: -5000px ; this move the text outside of the screen area */
    margin: 0;
	height: 22px;
	text-decoration: none;
	padding-top: 3px;
	font-family: Calibri, "Helvetica Neue", Optima, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	display: inline-block;
	margin-left: -17px !important;
	background: url("Images/asb.co.nz-ultimate-sprite-v5.png");
	background-repeat: no-repeat;
	background-position: 0 -87px; /* Dark grey tab */
}
#navigation .overlay {
	width: 17px;
	height: 25px;
	margin-left: -17px; /* Same as anchor margin-left */
}
#navigation a#home {
	width:122px;
}
#navigation a#personal {
	width:139px;
}
#navigation a#business {
	width:141px;
}
#navigation a#rural {
	width:117px;
}
#navigation a#experience {
	width:115px;
	background-position: -547px -87px; /* Dark grey tab */
	padding-right: 17px; /*To offset the margin */
}
#navigation a:hover {
	background-position: 0 -115px;  /* Light grey tab */
	color: #fff;
}
#navigation a#experience:hover {
	background-position: -547px -115px; /* Dark grey tab */
	color: #fff;
}
#navigation a:active {
	background-position: 0 -87px;  /* Light grey tab */
	color: #fff;
}
#navigation a#experience:active {
	background-position: -547px -87px; /* Dark grey tab */
	color: #fff;
}
#navigation a.current {
	background-position: 0 -143px;  /* White tab */
	color: #000;
}
#panel-contact {
	right: 1px;
	z-index: 2; /* Above log in button*/
}
/* ----------
		3.2 Subnavigation
---------- */
#sub-navigation {
	position: relative;
	background: #fff;
	z-index: 1;
	height: 36px;
	border-bottom: 1px solid #b8b8b8;
}
#sub-navigation ul {
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -597px;
}
#sub-navigation li {
	float: left;
	padding: 3px 18px 0 0;
	height: 33px;
	font-size: 12px;
	line-height: 35px;
}
#sub-navigation li:first-child {
	padding-left: 135px;
}
#sub-navigation li a {
	display: block;
}
/* ----------
		3.3 Header Search
---------- */
#header-search-form {
	position: absolute;
	top: 10px;
	right: 50%;
	margin-right: -485px;
	overflow: hidden;
}
/* ----------
		3.4 Header Actions
---------- */
#header-actions {
	position: absolute;
	right: 50%;
	margin-right: -466px;
	top: 60px;
	height: 26px;
	/*bottom: 0;*/
	/*
	*
	* Opera is super awesome and doesn't like bottom: 0,
	* if you use this it'll break the last option
	* of the header login select dropdown
	*
	*/
	overflow: visible;
}
#header-actions .action-containerContactUs {
	position: relative;
	float: left;
	margin: 0 0 0 -18px; /*margin: 0 0 0 15px;*//*20131122*/
}
#header-actions .action-containerLogIn {
	position: relative;
	float: left;
	margin: 0 0 0 -18px;/* 0 0 0 6px*/
}
.action-containerContactUs .overlay, .action-containerLogIn .overlay {
	width: 17px;
	height: 26px;
	margin-left: 0;
}
#header-actions .action-containerContactUs a.action:hover, #header-actions .action-containerContactUs a.action:active {
	text-decoration:none;
	background-position: -273px -113px;
}
#header-actions .action-containerLogIn a.action:hover, #header-actions .action-containerLogIn a.action:active {
	text-decoration:none;
	background-position: -405px -113px;
}
#header-actions .action {
	display: block;
	line-height: 26px;
	color: #fff;
}
#header-actions .action-contact {
	width:110px;
}
#header-actions .action-join {
    width:97px;
}
#header-actions .action-contact, #header-actions .action-join {
	background: url("Images/asb.co.nz-ultimate-sprite-v5.png") -273px -87px no-repeat;
}
#header-actions .action-login {
	width:90px;
	background: url("Images/asb.co.nz-ultimate-sprite-v5.png") -405px -87px no-repeat;
}
#header-actions .action-join span {
	padding-left:26px !important;
}
#header-actions .action-contact span {
	padding-left:26px !important;
}
#header-actions .action-login span {
	color:#000 !important;
	padding-left: 35px !important;
}
/* ----------
		3.5 Header Panels
---------- */
#header .panel, #panel-logged-out {
	position: absolute;
	/* top: 0;
	right: 0; */
	padding: 25px 15px 22px;
	-webkit-box-shadow: 0 1px 3px #000;
	-moz-box-shadow: 0 1px 3px #000;
	-ms-box-shadow: 0 1px 3px #000;
	-o-box-shadow: 0 1px 3px #000;
	box-shadow: 0 1px 3px #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	/*z-index:9999;*/
}
#panel-logged-out {
	display:none;
	top:64px;
	right:68px;
	z-index:30;
}
#panel-contact, #panel-logged-out {
	width: 348px;
	margin-top: -26px;
}
#panel-contact .contacts {
	margin: 0 0 8px;
	padding: 0 0 8px;
	overflow: hidden;
	border-bottom: 1px solid #555;
}
#panel-logged-out .contacts {
	border-top: 1px solid #555;
	margin-top:13px;
	padding-top:10px;
}
#panel-contact .contacts li, #panel-logged-out .contacts li {
	float: left;
	width: 50%;
	height: 25px;
	cursor: default;
}
#panel-contact .contacts li a, #panel-contact .contacts li span, #panel-logged-out .contacts li a, #panel-logged-out .contacts li span, #panel-logged-out .contacts li a.yellow-lock {
	font-size: 11px;
	line-height: 25px;
	padding: 0 0 0 19px;
	background-repeat: no-repeat;
}
#panel-contact .contacts li a, #panel-logged-out .contacts li a {
	background-position: 1px center;
	background-image: url( Images/icon.arrow.yellow.small.png );
	font-size: 13px;
}
#panel-contact .contacts li span, #panel-logged-out .contacts li span {
	background-position: center left;
	background-image: url( Images/icon.phone.small.png );
	font-size: 13px;
}
#panel-logged-out .contacts li a.yellow-lock {
	background-position: 3px center;
	background-image: url( Images/icon.lock.yellow.png );
	font-size: 13px;
}
#panel-contact a, #panel-logged-out a {
	color: #fff;
}
#panel-contact .social, #panel-logged-out .social {
	padding: 8px 0 0;
}
#panel-contact .social li, #panel-logged-out .social li {
	padding-right: 13px;
}
#panel-contact .social a, #panel-logged-out .social a {
	width: 26px;
	height: 26px;
	text-indent: -999em;
	overflow: hidden;
}
#panel-contact .social-facebook, #panel-logged-out .social-facebook {
	background-position: -32px -6px;
}
#panel-contact .social-twitter, #panel-logged-out .social-twitter {
	background-position: -90px -6px;
}
#panel-contact .social-youtube, #panel-logged-out .social-youtube {
	background-position: -148px -6px;
}
#panel-contact .social-plus, #panel-logged-out .social-plus {
	background-position: -206px -6px;
}
#panel-contact .social-pinterest, #panel-logged-out .social-pinterest, #panel-contact .social-linkedin, #panel-logged-out .social-linkedin {
	background-position: -264px -6px;
}
#panel-contact .social-instagram, #panel-logged-out .social-instagram {
	background-position: -322px -6px;
}
#panel-contact .social-blog, #panel-logged-out .social-blog {
	background-position: -380px -6px;
}
#panel-login {
	right: 0;
	padding: 35px 25px 25px 25px;
	width: 235px; 
	top: 26px;
}
#panel-login .panel-close {
	background-position: -497px -88px;
}
#panel-login .welcome-message {
    padding-bottom: 5px; 
    font-size: 40px;
}
#panel-login .login-form input.button {
	color: #fff;
	background-image: url("Images/icon.arrow.yellow.small.png");
	font-family: Calibri, Gill Sans, Trebuchet MS, Sans-serif;
	/* font-family: Calibri, HelveticaNeue, Segoe UI, Helvetica, Arial, Sans-Serif; *//* 20150311LR aligned to production */
	display: inline-block;
}
#panel-login .login-form .form-actions .button-container 
{
    display: inline-block;
}
#panel-login .login-form.login-ost .form-actions .button-container 
{
    width:100%;
}
#panel-login .login-form a.button {
	color: #fff;
	background: transparent url( Images/icon.arrow.yellow.small.png ) 6px center no-repeat;
	font-family: Calibri, Gill Sans, Trebuchet MS, Sans-serif;
	/* font-family: Calibri, HelveticaNeue, Segoe UI, Helvetica, Arial, Sans-Serif; *//* 20150428 aligned to the rest of the page */
	line-height: 28px;
	height: 28px;
	cursor: pointer;	
	text-indent: 26px;
	text-align: left;
	display: inline-block;	
	padding-right: 20px;
	font-size: 1.0em;	
}
#panel-login .login-form.login-ost a.button {
	font-size: 0.9em !important;
	padding-right: 5px !important;
}
#panel-login .login-form a.button:hover 
{
    text-decoration:none;
}
#panel-login .login-support a {
	color: #000;
	background-image: url("Images/icon.arrow.right.png");
	display: block;
}
#panel-logged-out h2 {
	font-size: 17px;
	text-align: center;
	font-weight: bold;
}
#panel-contact .panel-close {
	background-position: -512px -88px /* White icon*/
}
#panel-login .LoginSupport .link-item 
{
    background-image:url('/ASBWeb/Styles/Images/icon.arrow.black.small.png'); background-position: center left; background-repeat: no-repeat; padding-left: 17px;
}
#panel-login .login-form .fnc-form 
{
     height: 28px;
}
/* ----------
	4.0 Footer
---------- */
#footer-container {
	background-position: left top;
	background-color: #fff;
	border-top: 1px solid #b8b8b8;
	overflow: hidden; /* To clip the spider image when vieport resized */
	min-width: 994px;
}
#footer {
	height: 407px;
	width: 994px;
}
#footer img {
	position: absolute;
	left: 738px;
}
.rainbowtick-logo {
    position: absolute;
    top: 278px;
    left: 39px;
}
.allblacks-logo {
    position: absolute;
    top: 124px;
    left: 32px;
}
#footer a.logo {
	position: absolute;
	top: 85px;
	left: 768px;
}
#footer small#copyright {
	clear: both;
	display: block;
	font-size: 1em;
}
#footer strong {
	line-height: 1.2em;
	font-weight: normal;
}
/* ----------
		4.1 Search form
---------- */
#footer-search-form {
	padding: 30px 0 20px 35px;
	overflow: hidden;
}
/* ----------
		4.2 Sitemap
---------- */
#sitemap {
	float: left;
	width: 510px;
	padding: 0 0 0 35px;
}
#sitemap h4 {
	padding: 0 0 7px 0;
	font-size: 18px;
	line-height: 1.2em;
}
#sitemap > li {
	float: left;
	width: 170px;
	height: 140px;
}
/* ----------
		4.3 Support
---------- */
#support {
	float: left;
	width: 160px;
}
#support h4 {
	padding: 0 0 7px;
	font-size: 18px;
	line-height: 1.2em;
}
#support > li {
	height: 140px;
}
#support ul.social, ul.social-small {
	text-indent: -999em;
}
#support .social li, .social-small li {
	padding-left: 7px;
}
#support .social li.first-in-row, .social-small li.first-in-row {
	padding-left: 0;
}
#support .social a {
	width: 32px;
	padding: 32px 0 0;
	font-size: 9px;
	text-align: center;
}
#support .social-facebook {
	background-position: 0 0;
}
#support .social-twitter {
	background-position: -58px 0;
}
#support .social-youtube {
	background-position: -116px 0;
}
#support .social-plus {
	background-position: -174px 0;
}
#support .social-pinterest, #support .social-linkedin {
	background-position: -232px 0;
}
#support .social-instagram {
	background-position: -290px 0;
}
#support .social-blog {
	background-position: -348px 0;
}
#support .social-weibo {
	background-position: -532px 0;
}
/* -- Small Version */
#support .social-small a {
	width: 25px;
	padding: 16px 0 0;
	font-size: 9px;
	text-align: center;
}
#support .social-facebook-small {
	background-position: -32px -6px;
}
#support .social-twitter-small {
	background-position: -90px -6px;
}
#support .social-youtube-small {
	background-position: -148px -6px;
}
#support .social-plus-small {
	background-position: -206px -6px;
}
#support .social-pinterest-small, #support .social-linkedin-small {
	background-position: -264px -6px;
}
#support .social-instagram-small {
	background-position: -322px -6px;
}
#support .social-blog-small {
	background-position: -380px -6px;
}
#support .social-weibo-small {
	background-position: -564px -6px;
}
/* ----------
		4.4 Actions
---------- */
.email-print-links {
	position: absolute;
	left: 792px;
	width: 175px;
}
.email-print-links a { /* From live website clone page */
	float: right;
	margin: 0 4px;
	padding: 6px 29px 6px 10px;
	line-height: 14px;
	font-size: .9em;
	text-transform: uppercase;
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #fff;
	overflow: hidden;
	color: #757575;
	border: 1px solid #d4d4d4;
	border-top: 0;
	text-shadow: #fff 0 0 3px;
	-moz-border-radius: 0 0 4px 4px;
	-khtml-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: #d4d4d4 2px 1px 2px;
	-moz-box-shadow: #d4d4d4 2px 1px 2px;
	box-shadow: #d4d4d4 2px 1px 2px;
	-webkit-transition: padding-top 0.05s ease-out; /*safari and chrome */
}
a#print-link {
	background-image: url("Images/icon-print.gif");
}
a#email-link {
	background-image: url("Images/icon-email.gif");
}
/* ----------
		4.5 Footer footer
---------- */
#footer-footer {
	position: absolute;
	top: 378px;
	padding-left: 35px;
	width: 100%;
	text-align: center;
	font-family: Calibri, Gill Sans, Trebuchet MS, Sans-serif;
	/* font-family: Calibri, HelveticaNeue, Segoe UI, Helvetica, Arial, Sans-Serif; *//* 20150311LR aligned to production */
}
#footer-footer > * {
	display: inline-block;
}
#copyright {
	float: left;
}
#linktomobile {
	float: right;
	padding-right: 75px;
}
#legal {
	margin: 0 auto;
}
#legal li {
	display: inline;
}
#legal li:after {
	content: ' | ';
}
#legal li:last-child:after {
	content: '';
}
/* ----------
	5.0 Central Content
---------- */
#content-container {
	overflow: hidden;
}
#bground {
	width: 100%;
	height: 595px;
	margin-bottom: -70px;
}
#bground-loggedout {
	width: 100%;
	height: 525px;
	margin-bottom: -70px;
}
#page-home #content-container {
	max-height: 800px;
}
#page-landing #content-container {
	padding-bottom:70px;
	margin-bottom: -3px;
	background: #fcbd1b;
}
#content-container #content.pagelanding {
	position: absolute;
	width: 994px;
	overflow: visible;
	margin-top:1px;
	top: 0;
	left: 50%;
	margin-left: -498px;
	z-index: 2;
}
#content {
	position: relative;
	width: 994px;
	overflow: visible;
	margin-top:1px;
}
#page-home #content {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -498px;
	z-index: 2;
}
#content.inner {
	max-width: 1200px;
	line-height: 1.2em;
}
#content-main {
	position: absolute;
	top: 105px;
	left: 14px;
}
#content-tertiary {
	position: absolute;
	top: 105px;
	left: 32px;
}
.login-main {
	position: absolute;
	width: 430px;
	padding: 20px 0 28px 15px;
	border: 1px solid #f6c532;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	left: 18px;/*top: 15px;*/
}
.login-main h2 {
	padding: 0 0 25px;
	font-size: 40px;
	font-family: Calibri, Gill Sans, Trebuchet MS, Sans-serif;
	/* font-family: Calibri, HelveticaNeue, Segoe UI, Helvetica, Arial, Sans-Serif; *//* 20150311LR aligned to production */
	line-height: 45px;
}
/* ----------
		5.1 Hero Image (homepage)
---------- */
#hero {
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	display: block;
	min-width: 994px;
	width: 100%;
	z-index: 1;
}
/* ----------
		5.2 Messages (homepage)
---------- */
#message {
	position: relative;
	display: none;
	width: 430px;
	left: 18px;
	margin: 0 0 30px;
	border: 1px solid #040404;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#message h2, #message h5 {
	float: left;
	height: 52px;
	line-height: 62px;
	vertical-align: middle;
}
#message h2 {
	padding-right: 8px;
	color: #ffc323;
	font-size: 25px;
}
#message h5 {
	line-height: 70px;
}
#message p {
	clear: both;
	padding: 8px 0 13px 0;
	font-size: 14px;
	line-height: 18px;
}
#message a.read-more {
	float: right;
	padding: 0 0 0 17px;
	margin: -5px 0 0 0;
	font-size: 14px;
	line-height: 15px;
	color: #fff;
	background: url( Images/icon.arrow.yellow.small.png ) center left no-repeat;
}
.message-content {
	padding: 0 11px 8px 21px;
	background-position: 17px 8px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.message-content-noReadMore {
	padding: 0 11px 7px 21px;
	background-position: 17px 8px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.message-content-noReadMore p {
	clear: both;
	padding: 5px 0 !important;
	border-top: 1px solid #333;
	font-size: 14px;
	line-height: 18px;
}
.message-content-threeLine {
	padding: 0 11px 0 21px;
	background-position: 17px 8px;
	background-repeat: no-repeat;
	overflow: hidden;
}

/* hide for initial slide in using js */
.security-alert 
{
    display: none;
}

#message-banner {
	position: relative;
	display: none;
	width: 100%;
	border: 1px solid #040404;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.message-content-banner {
	overflow: hidden;
	width: 100%;
	font-family: Calibri, Gill Sans, Trebuchet MS, Sans-serif;
    /* font-family: Calibri; *//* 20150428 aligned to the rest of the page, use complete font stack */
}

.message-content-banner-body 
{
    width: 997px;
	margin-left: auto;
	margin-right: auto;    
}
    
.message-content-banner h1
{
    font-size: 21px;
    display: inline;
}
    
.message-content-banner h2
{
    font-size: 14px;
    display: inline;
    margin-left: 5px;
}
.message-content-banner p
{
    font-size: 14px;
    line-height: 16px;
}
.message-content-banner .unlist, .message-content-banner .social-small
{
    width: 57px !important;
}
.message-content-banner .social-text 
{
    font-size: 14px; 
    font-family: Calibri;  
}
.message-content-banner .banner-left-spacer
{
     float: left; 
     width: 20px; 
     height: 80px;
}
.message-content-banner .banner-icon 
{
    float: left; 
    width:50px; 
    height: 80px; 
    background-position: center left; 
    background-repeat: no-repeat;   
}
.message-content-banner .banner-content
{
    float: left; 
    width: 525px; 
    min-height: 67px;
    padding-top: 5px;
    padding-bottom: 8px;
}
.message-content-banner .banner-content span 
{
    vertical-align:middle; /* 20150422 alignment fix */
}
.message-content-banner .banner-content a
{
    /* vertical-align:top; */ /* 20150422 alignment fix */
    text-decoration: underline; /* 20150422 alignment fix */
}
.message-content-banner .banner-mid-spacer
{
     float: left; 
     width: 135px; 
     height: 80px;
}
.message-content-banner .banner-social-content
{
    float: left; 
    width: 200px; 
    padding-top: 27px; 
    padding-bottom: 26px;
}
.message-content-banner .banner-close-content
{
    float: left; 
    width: 30px; 
    height: 10px; 
    padding-top: 35px; 
    padding-bottom: 35px; 
    text-align: right;
}
.message-content-banner .banner-close
{
	top: 8px;
	right: 10px;
	width: 12px;
	height: 10px;
	text-indent: 0em;
	background: url("Images/asb.co.nz-ultimate-sprite-v5.png") -512px -88px no-repeat;
	overflow: hidden;
	cursor: pointer;
	display:inline-block;
}
.icon-no-access
{
	background-image: url( Images/no-access-42x42.png );
}
.type-block
{
    background-color: #3C3C3C;
    color: #FEFEFE;
}
.icon-warning
{
	background-image: url( Images/warning-42x42.png );
}
.type-warning 
{
    background-color: #6F6F6F;
    color: #FEFEFE;    
}
.icon-information
{
    background-image: url( Images/information-42x42.png );
}
.type-information 
{
    background-color: #FFFFFF;
    color: #000000;	
}
.icon-alert
{
    background-image: url( Images/alert-42x42.png );
}
.icon-cross
{
    background-image: url( Images/cross-42x42.png );
}
.type-information .banner-close
{
    background: url("Images/asb.co.nz-ultimate-sprite-v5.png") -496px -88px no-repeat;
}
.type-promo {
    background: #FFBD17;
    color: #000000;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFE14D), to(#FFBD17));
    background: -webkit-linear-gradient(top, #FFE14D, #FFBD17);
    background: -moz-linear-gradient(top, #ffe14d, #ffbd17);
    background: -ms-linear-gradient(top, #ffe14d, #ffbd17);
    background: -o-linear-gradient(top, #ffe14d, #ffbd17);    
}
.type-promo .banner-close
{
    background: url("Images/asb.co.nz-ultimate-sprite-v5.png") -496px -88px no-repeat;
}

/* 20150414LR Alert Styles - start */
.type-alert {
	background-image: url( Images/icon.message.alert.png );
}

.type-warning {
	background-image: url( Images/icon.message.warning.png );
}

.type-alert h2, .type-warning h2 {
	padding-left: 42px;
}

.type-security {
	background-image: url( Images/icon.message.security.png );
}
   
.type-security h2 {
	padding-left: 42px;
}
    
.type-information {
    background-image: url( Images/icon.message.information.png );
}

.type-information h2 {
	padding-left: 42px;
}
/* 20150414LR Alert Styles - end */

.message-content-social {
	border-top: 1px solid #555;
	font-size: 14px;
	line-height: 18px;
	padding: 8px 0 13px;
	width: 163px;
}
.social-text {
	float: left;
	padding: 5px 10px 0 0;
}
.socialtags {
	float: left;
	width: 54px;
}

/* ----------
		5.3 Carousel
---------- */
.carousel-wrap {
	clear: both;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
#master-carousel-wrap {
	position: relative;
	width: 410px;
	margin: 0 0 30px;
	padding: 10px 45px 40px;
	/*padding: 47px 45px 62px;*/
	font-size: 32px;
	line-height: 1.2em;
	font-family: Calibri, Gill Sans, Trebuchet MS, Sans-serif;
	/* font-family: Calibri, HelveticaNeue, Segoe UI, Helvetica, Arial, Sans-Serif; *//* 20150311LR aligned to production */
	color: #878787;
	background: #fff;
	/*background: rgba( 255, 255, 255, 0.85 );*/

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#master-carousel {
	height: 144px;
}
.carousel {
	height: 0;
	min-height: 445px;
	visibility: hidden;
}
#page-home .carousel {
	min-height: 0;
}
.carousel a:hover {
	text-decoration: none;
}
#master-carousel .carousel-item {
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
	zoom: 1;
	height:150px !important;
}
.carousel-navigation {
	position: absolute;
	top: 50%;
	width: 15px;
	height: 20px;
	margin: -7px 0 0;
	text-indent: -999em;
	overflow: hidden;
	z-index:6;
	background-image: url( Images/carousel.navigation.png );
}
.carousel-navigation:hover {
	cursor: pointer;
}
.carousel-next {
	right: 5px;
	background-position: -15px 0;
	margin-top:-17px;
}
.carousel-next:hover {
	background-position: -15px -20px;
}
.carousel-previous {
	left: 5px;
	background-position: 0 0;
	margin-top:-17px;
}
.carousel-previous:hover {
	background-position: 0 -20px;
}
.carousel-pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	text-align: center;
	z-index: 5;
	zoom: 1;
}
.carousel-pagination a {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 2px;
	vertical-align: top;
	background: url( Images/carousel.navigation.png ) -30px 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}
.carousel-pagination a:hover, .carousel-pagination a.current {
	background-position: -30px -15px;
}
.carousel-item-container {
	clear: both;
}
#master-carousel .carousel-item-image {
	/*   border: 1px solid #000000;*/
    float: left;
	margin: 10px 0 0 0;
	height:88px !important;
}
#master-carousel .carousel-item-image-large {
	/*   border: 1px solid #000000;*/
    float: left;
	margin: 0;
	height:132px !important;
}
#master-carousel .carousel-item-description {
	font-size: 22px;
	line-height:23px;
	margin: 5px 0 0 0;
	float: right;
	width: 168px;
	font-family: Calibri, Gill Sans, Trebuchet MS, Sans-serif;
	/* font-family: Calibri, HelveticaNeue, Segoe UI, Helvetica, Arial, Sans-Serif; *//* 20150311LR aligned to production */
	color: #878787;
}
#master-carousel .carousel-item-description-no-image {
	font-size: 22px;
	line-height:23px;
	margin: 0;
	float: left;
	width: 320px;
	font-family: Calibri, Gill Sans, Trebuchet MS, Sans-serif;
	/* font-family: Calibri, HelveticaNeue, Segoe UI, Helvetica, Arial, Sans-Serif; *//* 20150311LR aligned to production */
	color: #878787;
}
p.carousel-item-description-no-image {
	margin-top:10px !important;
}
/* ----------
		5.4 Info Tiles
---------- */
#info-tiles {
	overflow: hidden;
	font-family: Calibri, Gill Sans, Trebuchet MS, Sans-serif;
	/* font-family: Calibri, HelveticaNeue, Segoe UI, Helvetica, Arial, Sans-Serif; *//* 20150311LR aligned to production */
	font-size: 14px;
}
div#info-tiles {
	/*position: absolute;*/
	/*top: 0;*/
	/*right: 124px;*/
	/*width: 408px;*/
	border: 1px solid #040404;/*visibility: hidden;*/
}
.home-info-tile {
	width: 408px;
}
.landing-info-lg {
	width:330px;
	height:120px;
}
.landing-info-sm {
	width:192px;
	height:120px;
}
ul#info-tiles {
	width: 922px;
	margin: 15px auto 0;
	padding: 0 0 0 4px;
}
#info-tiles .tile {
	float: left;
}
#info-tiles li {
	float:left;
	margin-right:4px;
}
div#info-tiles div.tile {
	float: left;
	width: 50%;
	background: url( Images/divider.tiles.png ) top left no-repeat;
}
div#info-tiles div.tile:first-child, ul#info-tiles div.tile:first-child, ul#info-tiles div.tile:first-child {
	background: none;
}
ul#info-tiles div.tile {
	width: 100%;
}
div.tile strong.tile-title {
	float: left;
	margin: 0 0 7px;
	padding: 0 0 3px;
	border-bottom: 1px solid #555;
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
}
#info-tiles a {
	display: block;
	color: #fff;
	margin: 0 10px -32000px 0;
}
div#info-tiles a {
	padding: 10px 0 32010px 20px;
}
ul#info-tiles a {
	padding: 10px 0 32010px 15px;
}
#info-tiles a:hover {
	text-decoration: none;
}
#info-tiles div.colorbox {
	display: block;
	color: #fff;
	margin: 0 10px -32000px 0;
	padding: 10px 0 32010px 15px;
}
#info-tiles a.colorbox, #info-tiles div.colorbox {
	background: url( Images/icon.external.png ) right 4px no-repeat;
}
/* Removed the mouse over as per change request.
#info-tiles a.colorbox:hover {
	background-position: right 4px;
}
*/

#info-tiles span.tile-content {
	clear: both;
	display: block;
	overflow: hidden;
}
#info-tiles strong.tile-med-text {
	display: block;
	height: 54px;
	padding: 0 5px 5px 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	overflow: hidden;
}
#info-tiles span.tile-button {
	display: block;
	margin: 8px 0 0;
}
#info-tiles span.tile-button strong {
	display: block;
	margin: 0;
	padding: 6px 10px 6px 15px;
	color: #000;
	font-weight: normal;
	background: url(Images/icon.arrow.black.small.png) no-repeat left 7px;
}
/*this is for the large tile on the landing page*/
#info-tiles span.tile-content-left, #info-tiles span.tile-content-right {
	float:left;
	display: block;
	overflow: hidden;
	width:48%;
}
#info-tiles span.tile-content-right {
	padding-left:10px;
}
ul#info-tiles span.tile-content-left strong, ul#info-tiles span.tile-content-left strong.tile-title {
	clear:both;
	display:block;
}
ul#info-tiles span.tile-content-right {
	background: url("Images/assets/divider.tiles.png") no-repeat scroll left top transparent;
}
#info-tiles span.tile-content strong, ul#info-tiles span.tile-content-left strong, ul#info-tiles span.tile-content-right strong {
	display: block;
	padding: 0 0 5px;
	font-weight: 400;
	font-size:14px;
}
ul#info-tiles span.tile-content-left strong.tile-title {
	font-size:25px;
}
#info-tiles span.gradient-yellow {
	padding-left:5px;
	float:left;
	margin-top:8px;
}
#info-tiles span a.tile-button {
	margin:0;
	display:block;
	color:#000;
	padding:6px 10px 6px 15px;
	background: url(Images/icon.arrow.black.small.png) no-repeat left 7px;
}
/*
	Rate
*/
.rate {
	overflow: hidden;
}
.rate-prime {
	float: left;
	font-size: 70px;
	line-height: 49px;
}
.rate-sub, .rate-type {
	display: block;
	padding: 0 0 3px;
}
.rate-sub {
	font-size: 20px;
	font-weight: bold;
}
.rate-type {
	font-size: 14px;
}
/* ----------
		5.5 Landing Carousel
---------- */

#landing-carousel-wrap {
	width:925px;
	margin: 0 auto;
	padding:0px;
	font-size: 32px;
	line-height: 1.2em;
	font-family: "Calibri Light", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #000;
	background: #fff;
	background: rgba( 255, 255, 255, 0.85 );
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#landing-carousel-wrap .carousel-item img {
	display:block;
}
#landing-carousel-wrap .carousel-navigation {
	width:35px;
	height:50px;
	top:45%;
}
#landing-carousel-wrap .carousel-previous {
	background-position: -1px -40px;
	left:-15px;
}
#landing-carousel-wrap .carousel-previous:hover {
	background-position: -1px -91px;
}
#landing-carousel-wrap .carousel-next {
	background-position: 36px -40px;
	right:-15px;
}
#landing-carousel-wrap .carousel-next:hover {
	background-position: 36px -91px;
}
.carousel-message {
	display:none;
	position:absolute;
	width:394px;
	height:163px;
	background:rgba(255, 255, 255, 0.85);
	top:38px;
	left:41px;
	background: #fff;
	padding-bottom:28px;
}
.carousel-message p {
	margin:30px 0 0 40px;
	font-size:32px;
}
.carousel-message-none {
	display: none !important;
	position:absolute;
	width:394px;
	height:163px;
	background:rgba(255, 255, 255, 0.85);
	top:38px;
	left:41px;
	background: #fff;
	padding-bottom:28px;
}
.carousel-message-none p {
	margin:30px 0 0 40px;
	font-size:32px;
	display: none !important;
}
a.carousel-link {
	font-size:14px;
	display:block;
	padding: 0 10px 0 28px;
	color:#fff;
	background:url(Images/icon.arrow.yellow.small.png) no-repeat 8px center;
}
a.carousel-link:hover {
	text-decoration: none;
}
/* ----------
		5.6 Tile - Rates
---------- */
#RatesOverlay {
	width: 744px;
	padding: 0 10px 20px;
	overflow: hidden;
}
#RatesOverlay .col {
	position: relative;
	float: left;
	width: 165px;
	height: 184px;
	margin: 0 0 10px;
	padding: 0 10px;
	border-right: 1px dotted #9C9C9C;
	font-size: 12px;
}
#RatesOverlay .last {
	border-right: 0;
}
#RatesOverlay .rate-wrapper {
	display: block;
	padding: 4px 0 0 0;
}
#RatesOverlay .rate-title {
	display: block;
}
#RatesOverlay .rate-pc * {
	float: left;
}
#RatesOverlay .rate-pc .digit {
	font-size: 7em;
	line-height: 0.8em;
}
#RatesOverlay .rate-pc .decimal {
	font-size: 2.5em;
	line-height: 1em;
	padding-top: 5px;
}
#RatesOverlay .rate-pc .pa {
	font-size: 1.1em;
	line-height: 1em;
	padding: 20px 0 0 3px;
}
#RatesOverlay ul {
	margin-left: 0;
	padding-left: 20px;
}
#RatesOverlay p {
	clear: both;
	padding: 5px 0 0;
}
#RatesOverlay p a.arrow-link {
	position: absolute;
	bottom: 0;
	left: 10px;
	background: url( 'Images/assets/icon.arrow.yellow.small.png' ) center left no-repeat;
	color: #000;
	font-size: 11px;
	line-height: 18px;
	padding: 0 0 0 18px;
}
/* ----------
		5.7 Tile - Calculator
---------- */
#FXCalcultorInput, #FXCalculatorResults, #FXCalculatorError {
	width: 690px;
}
#FXCalculatorResults, #FXCalculatorError {
	display: none;
}
#FXCalcultorInput .copy-wrapper, #FXCalculatorResults .copy-wrapper, #FXCalculatorError .copy-wrapper {
	padding-top: 4px;
	overflow: hidden;
}
.calculator-form, .calculator-additional, .calculator-results {
	float: left;
	font-size: 12px;
}
.calculator-form, .calculator-results {
	width: 408px;
	margin: 0 45px 0 18px;
}
.calculator-form .steps {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.calculator-form .steps li {
	border-bottom: 1px solid #BDBDBD;
	overflow: hidden;
}
.calculator-form .steps label {
	float: left;
	font-size: 14px;
	line-height: 35px;
	vertical-align: middle;
	width: 201px;
}
.calculator-form .steps label.auto {
	line-height: 16px;
	margin-bottom: 7px;
	width: 100%;
}
.calculator-form .steps input, .calculator-form .steps select {
	border: 1px solid #D4D4D4;
	border-radius: 4px 4px 4px 4px;
	float: left;
	font-size: 12px;
	margin: 6px 0 0;
	padding: 2px 4px;
	vertical-align: middle;
	width: 204px;
}
.calculator-form .steps input {
	padding: 4px 4px 3px;
	width: 194px;
}
.calculator-form .steps .error input, .calculator-form .steps .error select {
	border-color: #CE0E0E;
}
.calculator-form .steps .check-list {
	clear: both;
	overflow: hidden;
	padding: 0 0 6px;
	width: 100%;
}
.calculator-form .steps .check-list label {
	background: none repeat scroll 0 0 transparent !important;
	color: #000000;
	float: left;
	font-size: 11px;
	line-height: 13px;
	padding: 0 10px 0 0;
	text-indent: 0 !important;
	vertical-align: middle;
	width: auto;
}
.calculator-form .steps .check-list input {
	border: 0 none;
	margin: 0 5px 0 0;
	width: auto;
}
.calculator-form .button-container {
	overflow: hidden;
	padding: 10px 0 0;
	text-align: right;
}
.calculator-form .btn-Submit {
	margin-left: 75px;
	padding: 2px 4px;
	position: relative;
}
a.view-rates-link {
	float: left;
	margin-top: 3px;
}
.calculator-additional {
	border-left: 1px dotted #bbb;
	height: 190px;
	padding-left: 15px;
	width: 200px;
}
.calculator-additional h4 {
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
}
.calculator-additional p {
	font-size: 10px;
	margin: 5px 0 0 !important;
}
.calculator-additional ul {
	margin: 0;
	padding: 10px 0 0;
	list-style-type: none;
}
.calculator-additional ul li {
	padding: 3px 0;
}
.calculator-additional ul li a {
	display: block;
	background: url( 'Images/assets/icon.arrow.yellow.small.png' ) center left no-repeat;
	color: #000;
	font-size: 11px;
	line-height: 18px;
	padding: 0 0 0 18px;
}
p.calc-disclaimer {
	clear: both;
	color: #666;
	font-size: 1.1em;
	padding: 10px 21px;
}
.calculator-results h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}
#FXCalculatorError .calculator-results h4 {
	margin-bottom: 10px;
}
.calculator-results p.note {
	font-size: 11px;
	line-height: 13px;
}
a.grey-button-link {
	background: none repeat scroll 0 0 #474747;
	border: 1px solid #333333;
	border-radius: 4px 4px 4px 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.calc-results-from, .calc-results-to {
	border-top: 1px solid #E4E4E4;
	margin-bottom: 3px;
	position: relative;
}
.calc-results-from p, .calc-results-to p {
	font-size: 12px;
	line-height: 17px;
	margin: 0 !important;
	padding: 5px 0 5px 58px;
}
.calc-results-from img, .calc-results-to img {
	left: 0;
	position: absolute;
	top: 0;
}
.calc-results-from {
	border-bottom: 1px solid #E4E4E4;
}
.calc-button-container {
	float: right;
	height: 30px;
	position: relative;
}
.calc-button-container .btn-Submit {
	padding: 2px 4px;
}
.forex-validation-message {
	color: #ef1111;
}
.removeGAConversionBlock {
	display:none !important;
}
#asset65 .block .customLink a {
	color:#000 !important;
}
/* VT new styles 23Oct2013 */

.newtemplate3col-2columnleft {
	margin-left: 30px;
	margin-bottom: 30px;
	float:left;
	width:60%;
}
.newtemplate3col-2columnright {
	margin-right: 5px;
	margin-bottom: 30px;
	padding-top: 12px;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 12px;
	float:right;
	width:227px;
	background-image:url(../Images/yellowgradient.jpg);
	background-repeat:repeat-x;
	background-color: #ffbb06;
}
.newtemplate3col-3columnleft {
	margin-left:30px;
	margin-bottom: 30px;
	float:left;
	width:273px;
	background-image:url(../images/greygradient.jpg);
	background-repeat:repeat-x;
	background-color: #f1f1f1;
	clear:both;
}
.newtemplate3col-3columncentre {
	margin-right:35px;
	margin-left:35px;
	margin-bottom: 30px;
	float:left;
	width:273px;
	background-image:url(../Images/greygradient.jpg);
	background-repeat:repeat-x;
	background-color: #f1f1f1;
}
.newtemplate3col-3columnright {
	margin-bottom: 30px;
	float:left;
	width:273px;
	background-image:url(../Images/greygradient.jpg);
	background-repeat:repeat-x;
	background-color: #f1f1f1;
}
.newtemplate3col-1column {
	margin-right:30px;
	margin-left:30px;
	margin-bottom: 30px;
	width:96%;
	clear: both;
}
.newtemplate3col-title {
	font-size: 25px;
	font-weight: bold;
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 12px;
	padding-bottom: 5px;
}
.newtemplate3col-titlecta {
	font-size: 18px;
	border-bottom-color: #efb003;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 12px;
	padding-bottom: 5px;
}
.newtemplate3col-arrows {
	background-image:url(../images/blackbullet.png) !important;
	background-repeat:no-repeat !important;
	padding-top: 6px !important;
	padding-left: 25px !important;
	color: #000000 !important;
	font-size:12px !important;
}
.newtemplate3col-yellowarrows {
	background-image:url(../images/yellowbullet.png) !important;
	background-repeat:no-repeat !important;
	padding-top: 6px !important;
	padding-left: 25px !important;
	color: #000000 !important;
	font-size:12px !important;
}
.newtemplate3col-greytext {
	color: #666 !important;
	font-size:12px !important;
	padding: 15px !important;
	list-style:inside;
	list-style-type: disc !important;
}
.newtemplate3col-greybullet {
	color: #666 !important;
	font-size:12px !important;
	list-style:outside;
	list-style-type: disc !important;
	background-image: none !important;
	margin-left: 28px !important;
	padding: 0px 12px 7px 3px !important
/*	padding: 0px 0px 7px 3px !important;*//*20140203*/
}
.newtemplate3col-blackbullet {
	color: #000 !important;
	font-size:12px !important;
	list-style:outside;
	list-style-type: disc !important;
	background-image: none !important;
	margin-left: 28px !important;
	padding: 0px 12px 7px 3px !important
/*	padding: 0px 0px 7px 3px !important;*//*20140203*/
}
.newtemplate3col-clearboth {
	clear:both
}
#bd {
	background-color:#fff;
}



#header-actions .action-container-help-contact {
position: relative;
float: left;
margin: 0 0 0 -18px;
}

.action-container-help-contact .overlay, .action-containerLogIn .overlay {
width: 17px;
height: 26px;
margin-left: 0;
}

#header-actions .action {
display: block;
line-height: 26px;
color: #fff;
}

#header-actions .action-help {
padding-left: 8px;/*13px;*/
padding-right: 28px;/*23px;*/
}

#header-actions .action-help, #header-actions .action-join {
background: url(Images/asb.co.nz-ultimate-sprite-v5.png) -273px -87px no-repeat;
}


#header-actions .action-help span {
padding-left: 26px !important;
}


#header-actions .action-container-help-contact a.action:hover, #header-actions .action-container-help-contact a.action:active {
    text-decoration:none;
    background-position: -273px -113px;
}

/* Home page calculator tile */

.calc-tile-inner {
	background: url(Images/icon.external.png ) 180px 4px no-repeat;
	padding: 10px 0 0 20px;
}
.calc-tile-inner-right {
	padding: 10px 0 0 20px;
}
.tile-content ul {
	margin-top: 0;
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}
li.calc-inner {
	line-height: 28px;
	padding: 0;
	margin: 0;
}
li.calc-inner a {
	text-decoration: none;
	padding: 0 !important;
	margin: 0 !important;
	display: inline !important;
	background: none !important;
}
li.calc-inner a:hover, li.calc-inner a:active {
	text-decoration: underline !important;
}
li.calc-inner .lp-icon {
	background: url('Images/icon.arrow.yellow.small.png') no-repeat;
	display: inline-block;
	vertical-align: text-top;
	margin: 0 4px 0 0;
	background-position: 0 0;
	width: 18px;
	height: 15px;
	position: relative;
	top: 2px;
}

.sasia-enabled {
    display: none;
}



/* ----------
		6.0 Temp Header & Footer Styles
---------- */

div.temp-header {background-color: #000;text-align: center;position: absolute;top: 0;z-index: 900;width: 100%;padding: 5px 0;height: 60px;box-sizing: border-box;}

        div.temp-header .header-full-width{width: 100%;margin-left: 0;margin-right: 0;margin-top: 15px;}
        div.temp-header .temp-menu { margin-top: -18px; text-align: left;float: left;width: 40%;}
        div.temp-header .temp-login { float: right; margin-top: -15px; margin-right: 5px; }
        div.temp-header .icon-asb-logo{height: 18px;vertical-align: middle;color: #fcbd1b;float: left;width: 300px; }
        div.temp-header .icon-asb-logo svg{height: 18px;}

        div.temp-footer .row { margin-top: 0px; margin-right: 8vw; margin-bottom: 0px; margin-left: 8vw; padding-top: 30px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; box-sizing: border-box; }
        div.temp-footer a { background-color: transparent; text-decoration: none; color: rgb(0, 100, 172);}
        div.temp-footer a:hover { text-decoration: underline; }
        div.temp-footer svg { max-width: 100%; height: 100%; }
        div.temp-footer svg:not(:root) { overflow-x: hidden; overflow-y: hidden; }
        div.temp-footer { display: block; max-width: 100%; margin-left: auto; margin-right: auto; position: relative; height: 15em; color: rgb(255, 255, 255); font-size: 16px; font-family: "Calibri", "Helvetica Neue", "Segoe UI", "Helvetica", "Arial", "sans-serif"; width: 100%; height: auto; position: relative; background-color: rgb(255, 255, 255); }
        div.temp-footer .row.logos-container { padding-bottom: 0px; }
        div.temp-footer .logos .logo { display: inline-block; vertical-align: middle; padding-right: 20px; }
        div.temp-footer .logos .logo .asb-logo { height: 50px; width: 66px; color: rgb(0, 0, 0); }
        div.temp-footer .logos .logo svg { vertical-align: middle; }
        div.temp-footer .row.links-container { border-top-width: 1px; border-top-style: solid; border-top-color: rgb(231, 232, 236); }
        div.temp-footer .links .link { display: inline-block; padding-top: 0px; padding-right: 20px; padding-bottom: 0px; padding-left: 20px; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(231, 232, 236); }
        div.temp-footer .links .link:nth-child(1) { padding-left: 0px; border-left-width: initial; border-left-style: none; border-left-color: initial; }
        div.temp-footer .links .link a { color: rgb(51, 51, 51); }
        div.temp-footer .row.grey { background-color: rgb(246, 247, 251); padding-top: 30px; padding-right: 8vw; padding-bottom: 30px; padding-left: 8vw; margin-top: 30px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; }
        div.temp-footer .social-links { width: 33%; display: inline-block; }
        div.temp-footer .social-links .social-link { padding-right: 30px; display: inline-block; vertical-align: middle; color: rgb(169, 174, 181); }
        div.temp-footer .social-links .social-link .icon-social { display: inline-block; vertical-align: middle; transition-timing-function: initial; transition-delay: initial; transition-property: color; transition-duration: 0.25s; }
        div.temp-footer .social-links .social-link .icon-social-facebook { height: 20px; width: 10px; }
        div.temp-footer .social-links .social-link:hover .icon-social-facebook { color: rgb(68, 96, 160); }
        div.temp-footer .social-links .social-link .icon-social-instagram { height: 20px; width: 20px; }
        div.temp-footer .social-links .social-link:hover .icon-social-instagram { color: rgb(10, 11, 9); }
        div.temp-footer .social-links .social-link .icon-social-linkedin { height: 18px; width: 19px; }
        div.temp-footer .social-links .social-link:hover .icon-social-linkedin { color: rgb(0, 126, 187); }
        div.temp-footer .social-links .social-link .icon-social-twitter { height: 16px; width: 20px; }
        div.temp-footer .social-links .social-link:hover .icon-social-twitter { color: rgb(0, 170, 236); }
        div.temp-footer .social-links .social-link .icon-social-blog { height: 23px; width: 22px; }
        div.temp-footer .social-links .social-link:hover .icon-social-blog { color: rgb(252, 189, 27); }
        div.temp-footer .social-links .social-link .icon-social-snapchat { height: 20px; width: 20px; }
        div.temp-footer .social-links .social-link:hover .icon-social-snapchat { color: #fffc00; }
        div.temp-footer .social-links .social-link .icon-social-weibo { height: 18px; width: 21px; }
        div.temp-footer .social-links .social-link:hover .icon-social-weibo { color: rgb(219, 42, 33); }
        div.temp-footer .social-links .social-link .icon-social-youtube { height: 16px; width: 22px; }
        div.temp-footer .social-links .social-link:hover .icon-social-youtube { color: rgb(206, 19, 18); }
        div.temp-footer .legal-links { width: 66%; display: inline-block; text-align: right; }
        div.temp-footer .legal-links .legal-link { font-family: "Calibri Light", Calibri-Light, "Helvetica Neue Light", "Segoe UI", Helvetica, Arial, sans-serif; }
        div.temp-footer .legal-links .legal-link { color: rgb(86, 86, 86); font-size: 0.75em; line-height: 0.75em; margin-left: 8px; }
        @media screen and (max-width: 64em){
            div.temp-header .temp-menu {width: 30%;}
        }
        @media screen and (max-width: 40em)
        {
            div.temp-header .temp-menu {width: 15%;}
        }
        
        