/********** FONT STYLES **********/
@font-face {
    font-family: 'BitstreamVeraSansRoman';
    src: url('../font/vera-webfont.eot');
    src: url('../font/vera-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/vera-webfont.woff') format('woff'),
         url('../font/vera-webfont.ttf') format('truetype'),
         url('../font/vera-webfont.svg#BitstreamVeraSansRoman') format('svg');
}


* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}




/********** RESET STYLES **********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {font-size: 100.01%;}

/********** GLOBAL STYLES **********/
img {
	border:none;
	max-width:100%;
	width:auto;
	height:auto;
}

embed, 
iframe, 
object {
	width:100% !important;
}

textarea {
	resize:vertical;
}

html {
	font-size: 62.5%;
}

body {
	width:100%;
	background:#fff;
	font:1.4em/1.714em BitstreamVeraSansRoman, Geneva, sans-serif;
}

.container {
	width:100%;
}

.volume {
	max-width:982px;
	position:relative;
	margin:0 auto;
}

/********** HEADER STYLES **********/
.application #headerContainer {
	border-bottom:#004086 solid 3px;
}

#header {
	max-width:858px; /* Total max-width:982px; */
	padding:35px 72px 11px 52px;
	overflow:hidden;
}

.application #header {
	padding-top:10px;
}

.application #header h1 {
	font:normal 1.9em/45px BitstreamVeraSansRoman, Geneva, sans-serif;
	margin:1px 0 0 265px;
}

.logo {
	margin:0;
	float:left;
}

.logo a {
	height:100%;
	display:block;
}

.add-nav {
	float:right;
	padding: 49px 0 0;
	list-style:none;
	font-size: 0.929em;
	line-height:1.308em;
}

.add-nav li {
	float:left;
	margin: 0 0 0 12px;
}

.add-nav li a {
	text-decoration:none;
	color:#094fa3;
}

.add-nav li a:hover {
	text-decoration:underline;
}

/********** NAVIGATION STYLES **********/
#navigationContainer {
	position:relative;
	background:#004086;
	z-index:100;
}

#navigationContainerDummy {
	display: none;
	height: 34px;
}

#navigation {
	max-width:919px; /* Total max-width:982px; */
	list-style:none;
	line-height: 1.286em;
	padding: 0 0 0 63px;
}

#navigation li {
	float:left;
	margin: 0 26px 0 0;
	padding: 8px 0;
}

#navigation a {
	color:#fff;
	text-decoration:none;
}

#navigation li a:hover {
	text-decoration:underline;
}

.selectnav {
	display:none !important;
}

#dk_container_selectnav1 {
	display:none !important;
}

#selectnav1 option:first-child {
	display:none;
}

/********** Dropkick Styles **********/
.dk_container {
	margin:0 5px;
	padding-left:25px;
	background:url('../js/dropKick/images/dk_menu_white.png') no-repeat 5px center #004086;
	cursor:pointer;
	outline:none;
}

.dk_toggle {
	padding:10px 0;
	color:#ffffff;
}

.dk_options_inner li:first-child {
	display:none;
}

.dk_options_inner a {
	padding:5px 25px;
	background:#004086;
	color:#ffffff;
}

.dk_options {
	z-index: 99;
}

.dk_options a:link,
.dk_options a:visited {
	background:#004086;
	color:#ffffff;
	z-index: 1;
}

.dk_options a:hover,
.dk_options a:active {
	background:#013263;
	color:#ffffff;
	z-index: 1;
}

/********** CONTENT STYLES **********/
#contentContainer {
	position:relative;
	clear:both;
	z-index:90;
}

#main {
	overflow:hidden;
}

.content-holder {
	border-top:3px solid #2b7fe3;
	padding:1px 0 0;
}

/********** Heading (Banner) Styles **********/
.home .heading {
	min-height:212px;
	margin-bottom:1px;
	position:relative;
	background-color:#023263;
	background-image:url('../images/heading.jpg');
	background-position:bottom left;
	background-repeat:no-repeat;
	background-size:auto 212px;
}

.home .heading h2 {
	max-width:600px;
	padding:7px 0 140px 20px;
	font:normal 2.357em/1.03em BitstreamVeraSansRoman, Geneva, sans-serif;
	color:#fff;
	z-index:20;
}

.home .heading h2 .headingText {
	font-size:19px;
	line-height:25px;
}

/**+html .home .heading {
	padding: 8px 0 147px 20px;
}*/

/********** Promo (Call to Action) Styles **********/
.promo-holder {
	overflow:hidden;
}

.promoContainer {
	width:50%;
	float:left;
}

.promoContainer a {
	text-decoration:none;
	overflow:hidden;
}

.promoContainer.left a {
	color:#000000;
}

.promoContainer.right a {
	color:#ffffff;
}

.promo {
	padding: 12px 12px 10px;
	border:1px solid #004086;
	background-image:url(../images/promo.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-color:#febb22;
	overflow:hidden;
}

*+html .promo {
	padding: 16px 12px 12px;
} 

.promo h2 {
	font-size: 1.929em;
	line-height: 1.259em;
	padding: 0 0 66px;
}

.promo h2 span {
	color:#004086;
}

.btn {
	padding: 8px 14px 8px 11px;
	border:#ffffff solid 2px;
	background:#004086;
	color:#fff;
	font-size:1em;
	line-height:1.143em;
	text-decoration:none;
	cursor:pointer;
	display:block;
	float:right;
}

.btn strong {
	font:bold 1.143em/1.313em BitstreamVeraSansRoman, Geneva, sans-serif;
	color:#fec02d;
}

.promo a:hover > .btn {
	background:#023263;
}

.block-holder {
	border-left:#ffffff solid 3px;
}
.promo-block {
	overflow:hidden;
	height: 99px;
	color:#fff;
	margin:0 0 1px;
	background:#004086;
}
.box {
	padding: 11px 0 23px 58px;
	display:block;
}

.box .boxText {
	margin: 0 0 11px;
	font-size:1.143em;
	line-height:1.125em;
	display:block;
}


.idealBox #left  {
	/* left column of bullet points in box explaining why to use FC */
    width: 33%;
    float: left;
	overflow: visible;
}

.idealBox #right  {
	/* right column of bullet points in box explaining why to use FC */
    max-width: 50%;
    float: left;
	overflow: visible;
}

.idealBox li {
	height: 15px;
}

*+html .box .boxText {
	margin:0 0 6px;
}

.box .link {
	font-size:1em;
	line-height:1.071em;
	margin: 0 0 0 -20px;
	color:#fff;
}

.link .text_orange {
	font-weight:bold;
	color:#fec02e;
	text-decoration:none;
}

.promo-block .boxImage {
	display:inline-block;
	float:right;
}

.promo-block img {
	border:1px solid #1861b9;
	height: 97px;
	width: auto;
}

.blue-block {
	background:#1861b9;
}
.blue {
	padding: 11px 0 23px 62px;
}
.blue .boxText {
	font-size:1.357em;
	line-height: 1.053em;
	margin: 0 0 9px;
}
*+html .box {padding: 11px 0 19px 58px;}
*+html .blue {padding: 11px 0 19px 62px;}
*+html .blue .boxText {margin:0 0 4px;}

/********** Content Styles **********/
#content {
	padding: 31px 38px 48px;
	line-height:1.429em;
}

#content a {
	color:#094fa3;
	text-decoration:none;
}
#content a:hover {text-decoration:underline;}

.main-holder {
	padding: 0 0 38px;
}

.main-holder .heading {
	border-bottom:1px solid #12406d;
	border-top:1px solid #12406d;
	padding: 22px 20px 12px;
	margin: 0 0 1px;
	background-color:#013263;
	background-image:url(../images/heading-internal.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-size:auto 100%;
}

.main-holder .heading strong {
	font:2.357em/1.303em BitstreamVeraSansRoman, Geneva, sans-serif;
	color:#fff;
}
.main-holder #content {padding: 22px 20px 0 8px;}
#content .block {font:1.071em/1.6em Verdana, Geneva, sans-serif;}
.block {
	padding:0 0 0 1px;
	margin: 0 0 21px;
}

.block ol {
	margin: 0 0 0 24px;
	padding:0;
	list-style-type:decimal;
}
.block ol li {margin:0 0 0 -1px;}

/* privacy statement list */
.privacyList li {
    padding: 10px 0 0 0;
}

/********** Form Styles **********/
.viewButton {
	padding-bottom:11px;
	text-align:center;
}

.viewButton a {
	float:none;
}

#content .viewButton .button {
	padding-left:20px;
	border-top:#ffecc0 solid 3px;
	border-left:#ffecc0 solid 3px;
	border-bottom:#aa7700 solid 3px;
	border-right:#aa7700 solid 3px;
	background-image:url('../images/icon_phone.png') !important;
	background-repeat:no-repeat !important;
	background-position:left center !important;
}

#content .viewButton .button:link,
#content .viewButton .button:visited {
	background-color:#fec02e;
	color:#ffffff;
}

#content .viewButton .button:hover,
#content .viewButton .button:active {
	background-color:#dda727;
	color:#ffffff;
}

input,
select,
textarea {
	padding:0;
	padding-top:2px;
	padding-bottom:2px;
}

.form-nav {
	padding:20px 0;
}

.form-nav li {
	width:20%;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	float:left;
}

.form-nav .active {
	color:#e20c0c;
}

.mini-field {
	width:39px !important;
}

form div {
	overflow:hidden;
}

.form-field {
	white-space:nowrap !important;
}

.form-title {
	width:100% !important;
	padding-bottom:0 !important;
	float:none !important;
	clear:both !important;
}

.one-column p {
	width:100%;
	float:none;
}

.two-column p {
	width:48%;
	padding-right:2%;
	float:left;
}

.three-column p {
	width:31%;
	padding-right:2%;
	float:left;
}

.three-column .three-two-cells {
	width:64%;
	padding-right:2%;
	float:left;
}

.four-column p {
	width:23%;
	padding-right:2%;
	float:left;
}

.four-column .four-two-cells {
	width:48%;
	padding-right:2%;
	float:left;
}

.four-column .four-three-cells {
	width:73%;
	padding-right:2%;
	float:left;
}

/********** Generic Styles **********/
h1 {
	font: 1.7em/1.4em BitstreamVeraSansRoman, Geneva, sans-serif;
	margin-bottom:10px;
}

h2 {
	font:1.429em/1.3em BitstreamVeraSansRoman, Geneva, sans-serif;
	color:#004086;
}

h3 {
	color:#004086;
	font:1.3em/1.3em Verdana, Geneva, sans-serif;
	margin:0 0 1px;
}

p {
	padding:9px 0;
}

.block p {
	padding:1px 0;
}

hr {
	margin:10px 0;
	clear:both;
}

.text-note {
	color:#808080;
}

.button,
input[type=submit],
input[type=reset],
input[type=button] {
	padding:3px 5px;
	border-top:#d8ebff solid 3px;
	border-left:#d8ebff solid 3px;
	border-bottom:#000000 solid 3px;
	border-right:#000000 solid 3px;
	background:#115383;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	float:right;
}

.button {
	text-align:center;
	display:inline-block;
	cursor:pointer;
}
	
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
	background:#023263;
	color:#ffffff;
}

#content .button:link,
#content .button:visited {
	background:#115383;
	color:#ffffff;
}

#content .button:hover,
#content .button:active {
	background:#023263;
	color:#ffffff;
	text-decoration:none;
}

/********** FOOTER STYLES **********/
#footerContainer {
	background: #004086; /* Pre IE 10 support */
	background-position: 0px 0px;
	background: -webkit-linear-gradient(#fff, #004086 64%); /* Safari support */
	background: -o-linear-gradient(#fff, #004086 64%); /* Opera support */
	background: -moz-linear-gradient(#fff, #004086 64%); /* FireFox support */
	background-image: linear-gradient(#fff, #004086 64%); /* Chrome support */
	overflow:hidden;
}

.footer-holder {
	/*max-width:982px;*/
	padding: 7px 0 8px 8px;
	font-size:0.857em;
	line-height:1.666em;
	color:#fff;
	overflow:hidden;
}

.footer-holder .logo {
	float:left;
}

.sponsors {
	margin:3px 0 7px 0;
	list-style : none;
    overflow: hidden;
	width: 100%;
	display: table;
}

.sponsors img {
	max-height: 55px;
	max-width: 100%;
}

ul.sponsors li {
	display: table-cell;
	text-align: center;		
}

img[alt="Fast Connect"] {
	padding: 6px 2% 6px 0;
}
/*
img[alt="Telstra"] {
    height: 55px;
}

img[alt="AGL"] {
    height: 55px;
}

img[alt="Origin"] {
    height: 55px;
}

img[alt="ACTEWAGL"] {
    height: 55px;
}

img[alt="Energy Australia"] {
    height: 55px;
}
*/
.contacts {
	font-size:1.333em;
	padding: 25px 0 5px 0;
	margin:0;
	float:left;
	width:100%;
}

.contacts dl {
	margin:0;
	overflow:hidden;
	float:left;
}

.contacts dt,
.contacts dd {
	margin:0 5px 0 0;
	float:left;
}

.contacts dd a {
	text-decoration:none;
	color:#fff;
}

.contacts dd a:hover {
	text-decoration:underline;
}

/* unstyled tel links as default */
.contacts dd a[href^='tel:']:link, .contacts dd a[href^='tel:']:hover, .contacts dd a[href^='tel:']:active  {
 color: #fff;
  text-decoration: none !important;
  cursor: text;
}

/* unstyled tel links as default on contact page where text colour is blue */
.block a[href^='tel:']:link, .block a[href^='tel:']:hover, .block a[href^='tel:']:active  {
  text-decoration: none !important;
  cursor: text;
}

/* styled tel links for small viewports */
@media screen and (max-width: 600px) {
  a[href^='tel:']:link, a[href^='tel:']:visited {
    color: #fff;
    text-decoration: underline;
	cursor: text;
  }
  a[href^='tel:']:hover, a[href^='tel:']:active {
    color: #fff;
    text-decoration: none;
	cursor: text;
  }
}

.contacts .fast {
	text-decoration:underline;
	float:left;
	color:#fec02e;
	margin: 0 0 0 9px;
}

.contacts .fast:hover {
	text-decoration:none;
}

.nav {
	float:left;
	margin:0;
	list-style:none;
}

.nav li {
	background:url(../images/sep.gif) 0 2px no-repeat;
	display:inline;
	margin:0;
	padding: 0 3px 0 6px;
	white-space:nowrap;
}

.nav li:first-child {
	padding-left:0;
	background:none;
}

.nav li a {
	color:#fff;
	text-decoration:none;
}

.nav li a:hover {
	text-decoration:underline;
}


div.telstraPromo {
	position: relative; 
	width: 100%;
}

.telstraPromo span {
	color: #fff !important;
	font-size: 12px;
	line-height: 18px;
	position: absolute; 
	top: 12%; 
	left: 14%; 
	width: 100%; 
}
.telstraPromo h3 {
	color: #fff !important;
	font-size: 24px;
}
.telstraPromo h4 {
	color: #fff !important;
	font-size: 18px;
	padding-top: 10px;
}

.telstraPromo img {
    height: 75%;
    width: 75%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

div#footer {
    max-width: 97%;
    position: relative;
    margin: 0 auto;
}