@font-face {
    font-family: 'TitilliumText25L800wt';
    src: url('fonts/TitilliumText25L001-webfont.eot');
    src: url('fonts/TitilliumText25L001-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText25L001-webfont.woff') format('woff'),
         url('fonts/TitilliumText25L001-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText25L001-webfont.svg#TitilliumText25L800wt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText25L600wt';
    src: url('fonts/TitilliumText25L002-webfont.eot');
    src: url('fonts/TitilliumText25L002-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText25L002-webfont.woff') format('woff'),
         url('fonts/TitilliumText25L002-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText25L002-webfont.svg#TitilliumText25L600wt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText25L400wt';
    src: url('fonts/TitilliumText25L003-webfont.eot');
    src: url('fonts/TitilliumText25L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText25L003-webfont.woff') format('woff'),
         url('fonts/TitilliumText25L003-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText25L003-webfont.svg#TitilliumText25L400wt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText25L250wt';
    src: url('fonts/TitilliumText25L004-webfont.eot');
    src: url('fonts/TitilliumText25L004-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText25L004-webfont.woff') format('woff'),
         url('fonts/TitilliumText25L004-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText25L004-webfont.svg#TitilliumText25L250wt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText25L1wt';
    src: url('fonts/TitilliumText25L005-webfont.eot');
    src: url('fonts/TitilliumText25L005-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText25L005-webfont.woff') format('woff'),
         url('fonts/TitilliumText25L005-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText25L005-webfont.svg#TitilliumText25L1wt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText25L999wt';
    src: url('fonts/TitilliumText25L-webfont.eot');
    src: url('fonts/TitilliumText25L-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText25L-webfont.woff') format('woff'),
         url('fonts/TitilliumText25L-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText25L-webfont.svg#TitilliumText25L999wt') format('svg');
    font-weight: normal;
    font-style: normal;

}

.titillium_800{
	font-family: 'TitilliumText25L800wt', Arial, Helvetica, sans-serif;
}
.titillium_600{
	font-family: 'TitilliumText25L600wt', Arial, Helvetica, sans-serif;
}
.titillium_400{
	font-family: 'TitilliumText25L400wt', Arial, Helvetica, sans-serif;
}
.titillium_250{
	font-family: 'TitilliumText25L250wt', Arial, Helvetica, sans-serif;
}
.titillium_1{
	font-family: 'TitilliumText25L1wt', Arial, Helvetica, sans-serif;
}
.titillium_999{
	font-family: 'TitilliumText25L999wt', Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, strong{
	font-weight: normal;
	font-family: 'TitilliumText25L800wt', Arial, Helvetica, sans-serif;
}/* -----------------------------------------
   Calculator Pop-Up
----------------------------------------- */
#calculatorContent label {
    line-height: 17px;
    margin-top: 5px;
}

.calculate-reverse, input.button.calculate-reverse {
    display: none;
}

.close {
	position: relative;
	left: 542px;
	bottom: 26px;
}

#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  opacity: 0.3;
  display:none;
  top:0px;
  width: 100% !important;
  height: 100% !important;
}

#dialog h6{
	margin-top: 7px;
	margin-bottom: 2px;
	color: #67813A;
	font-size: 16px;
 }

.window p {
	line-height: 1.5;
}

.window {
  	position: fixed;
	width: 636px;
	height: 123px;
	display: none;
	z-index: 9999;
	padding: 0px 30px;
	background-color: #FFFFFF;
	top: 50%;
	left: 50%;
	margin-left: -318px;
	margin-top: -62px;
	border-radius: 10px;
	border:2px solid #67813A;
}

@media only screen and (max-width: 320px) {
	.window {
		width:200px;
		height: 264px;
		margin-left: -100px;
		margin-top: -130px;
	}
}
@media only screen and (max-width: 320px) {
	.window .close {
		left: 108px;
		bottom: 27px;
		width: 320px;
	}
}
/* -----------------------------------------
   Clearfix
----------------------------------------- */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* -----------------------------------------
   Body
----------------------------------------- */


body{
	background: #EBEBE9;
	font-size: 15px;
    padding-bottom:80px;
}

.fixof{
	overflow: visible;
}

/* -----------------------------------------
   Links
----------------------------------------- */

a{
	color: #67813A;
	text-decoration: underline;
}

a:hover, a:focus{
	text-decoration: none;
	color: #67813A;
}


/* -----------------------------------------
   Headings
----------------------------------------- */


h1{
	font-size: 2.2em;
	font-family: 'TitilliumText25L600wt', Arial, Helvetica, sans-serif;
	color: #67813A;
	margin: 0;
	margin-bottom: 10px;
}

h2{
	font-size: 1.9em;
	font-family: 'TitilliumText25L400wt', Arial, Helvetica, sans-serif;
	color: #67813A;
}

h3{
	font-size: 1.5em;
	font-family: 'TitilliumText25L600wt', Arial, Helvetica, sans-serif;
	color: #67813A;
}

h4{
	font-size: 1.2em;
	font-family: 'TitilliumText25L600wt', Arial, Helvetica, sans-serif;
	color: #67813A;
	margin: 10px 0 5px 0;
}

h3.listTitle{
	font-size: 1.2em;
	font-family: 'TitilliumText25L600wt', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #67813A url(../img/listTitle.png) no-repeat;
	background-position: 10px 7px;
	padding: 6px 5px 5px 35px;
}

strong{
	font-family: 'TitilliumText25L800wt', Arial, Helvetica, sans-serif;
	font-size: 1.05em;
}

/* -----------------------------------------
   Lists
----------------------------------------- */

article ul, article ol{
	margin: 10px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 0.9em;
}

article ul li{
	list-style-type: none;
	background: url(../img/bullet.png) no-repeat;
	background-position: 0 3px;
	padding: 0 0 7px 30px;
}

article ol li{
	padding: 0 0 10px 10px;
	list-style-type: decimal;
}

article ul.list{
	margin: 0;
}

article ul.list li{
	padding: 0 0 10px 45px;
}


/* -----------------------------------------
   Forms
----------------------------------------- */

form{
	margin: 0;
	padding: 0;
}

input{
	background-color: #FFFFFF;
}

input.input, textarea{
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #D8D8D8;
	color: #999999;
	font-size: 13px;
	padding: 6px 8px;
	background: #FFFFFF;
	margin-bottom: 20px;
}

input.disabled, input[type='text'][disabled]{
	background: #EFEFEF;
}

select{
	border: 1px solid #D8D8D8;
	color: #999999;
	font-size: 13px;
	padding: 6px 8px;
	background: #FFFFFF;
	margin-bottom: 20px;
}

select:focus{
	color: #333333;
	background: #FFFFFF;
	border-color: #A5DD6C;
}
select option{
	border: none;
	outline: none;
	padding: 4px;
	padding-bottom: 0;
}

input.input:focus, textarea:focus{
	color: #333333;
	background: #FFFFFF;
	border-color: #A5DD6C;
}

input.validationError, textarea.validationError{
	border: 1px solid #bd362f;
}

input.button{
	border: none;
	outline: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #67813A;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'TitilliumText25L800wt', Arial, Helvetica, sans-serif;
	padding: 6px 13px;
	display: inline-block;
	margin-bottom: 20px;
	cursor: pointer;
}

input.largeButton{
	background: url(../img/largeButtonBG.png) repeat-x top left;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #67813A;
	padding: 9px 30px;
	font-szie: 1.3em;
	font-family: 'TitilliumText25L800wt', Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
}

span.formOr{
	font-weight: 700;
	padding: 0 10px;
}

label{
	text-align: right;
	font-family: 'TitilliumText25L600wt', Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	line-height: 30px;
}
/* -----------------------------------------
   Collapsable Sections
----------------------------------------- */

.collapsable .sectionHeader,
.form-section-title .sectionHeader {
	display: block;
	position: relative;
	background:
		url(../img/largeSectionHeadBG.png) top right no-repeat,
		url(../img/largeSectionHeadBG.png) bottom left no-repeat,
		url(../img/largeSectionHeadBG.png) 0 -58px repeat-x;
	-pie-background:
		url(../img/largeSectionHeadBG.png) top right no-repeat,
		url(../img/largeSectionHeadBG.png) bottom left no-repeat,
		url(../img/largeSectionHeadBG.png) 0 -58px repeat-x;

	width: 100%;
	margin: 30px 0 10px;
	padding: 20px 40px;
	height: 58px;
	font-family: 'TitilliumText25L600wt', Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 22px;
	overflow: hidden;
	color: #333333;
}

.collapsable .sectionHeader:hover,
.form-section-title .sectionHeader:hover {
	color: #333333;
}

.collapsable .sectionHeader .state{
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 20px;
	right: 40px;
	background: url(../img/sectionStates.png) no-repeat top left;
}

.activeSection .sectionHeader, .activeSection .sectionHeader:hover{
	color: #67813A;
}

.activeSection .sectionHeader .state{
	background-position: bottom left;
}

.collapsable .sectionContent{
	padding: 20px 20px 0 20px;
}

.collapsable .listTitle{

}

.collapsable .sectionContent{
	display: none;
}

.activeSection .sectionContent{
	display: block;
}

/* -----------------------------------------
   Generic Page Elements
----------------------------------------- */

.padTop{
	padding-top: 20px;
}

#pageSideBanner{
	position: relative;
	padding-bottom: 20px;
	display: inline-block
}

#pageSideBanner img{
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.caption{
	position: absolute;
	background: url(../img/captionBG.png) repeat top left;
        opacity: 0.85;
	color: #FFFFFF;
	bottom: 90px;
	left: 0;
	width: 100%;
	text-decoration: none;
}

.caption h2{
	color: #FFFFFF;
	padding: 20px 0 0 30px;
	margin: 0;
	font-size: 2.5em;
	font-family: 'TitilliumText25L400wt', Arial, Helvetica, sans-serif;
}

.caption h3{
	color: #FFFFFF;
	padding: 30px 40px;
	margin: 0;
	font-size: 2em;
	font-family: 'TitilliumText25L400wt', Arial, Helvetica, sans-serif;
}

.caption h5{
	color: #FFFFFF;
	padding: 15px 20px 8px 20px;
	margin: 0;
	font-size: 1.15em;
	font-family: 'TitilliumText25L800wt', Arial, Helvetica, sans-serif;
}

.caption ul{
	margin: 0 15px 15px 15px;
}

.caption ul li:before{
	content: "- ";
	postion: relative;
	left: -10px;
}

.caption ul li{
	background: none;
	padding: 3px 0;
	margin: 0;
	text-indent: 5px;
	line-height: 1.25em;
}

.caption h2 strong{
	font-family: 'TitilliumText25L800wt', Arial, Helvetica, sans-serif;
}

.caption p{
	font-size: 1.8em;
	padding: 0 0 15px 30px;
	margin: 0;
	font-family: 'TitilliumText25L250wt', Arial, Helvetica, sans-serif;
}

.centerText{
	text-align:center;
}

/* -----------------------------------------
   Header
----------------------------------------- */

header{
	padding: 0 0 30px 0;

}

header #headerRight{
	padding-top: 30px;
	text-align: right;
}

header #headerRight p{
	font-size: 15px;
	margin: 0;
	padding-bottom: 7px;
}

header #logo{
	padding-top: 15px;
}


#headerLogin{
	position: relative;
}

#headerLoginForm{
	display: none;
	position: absolute;
	width: 270px;
	padding: 20px;
	top: 28px;
	right: 0;
	background: #F9F8F7;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 5px 0px 5px 5px;
	border-radius: 5px 0px 5px 5px;
	z-index: 6999;
	text-align: left;
}

#headerLogin span.coverUp{
	display: block;
	position: absolute;
	top: 21px;
	right: 0;
	width: 99px;
	height: 15px;
	background: #F9F8F7;
	z-index: 7999;
	display: none;
}

header #loginButton{
	display: inline-block;
	background: url(../img/loginButtonBG.png) repeat-x top left;
	text-transform: uppercase;
	color: #67813A;
	font-size: 15px;
	font-family: 'TitilliumText25L800wt', Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 7px 19px;
	text-decoration: none;
}

.arrow{
	display: inline-block;
	height: 14px;
	width: 12px;
	margin-left: 8px;
	background: url(../img/loginArrows.png) no-repeat top center;
}

.downArrow{
	background-position:  center -7px;
}
.upArrow{
	background-position:  center -37px;
}

header nav#menu{
	width: 100%;
	background: url(../img/menuBG.png) repeat-x top left;
	height: 50px;
}

header nav#menu > ul{
	list-style-type: none;
	padding: 0;
        position: relative;
}

header nav#menu > ul > li{
	float: left;
	width: 16.66%;
	text-align: center;
}

header nav#menu > ul > li > a{
	display: block;
	padding: 15px 0;
	color: #333333;
	text-decoration: none;
}



@media all and (max-width: 480px) {

	header nav#menu > ul > li > a{
		font-size: 11px;
		line-height: 12px;
		padding: 13px 0;
	}

}



header nav#menu > ul > li:hover > a,
header nav#menu > ul > li > a:hover,
header nav#menu > ul > li > a.active{
	color: #67813A;
}
header nav#menu > ul > li > div  {
    display: none;
    z-index: 99; list-style: none; padding: 20px; background-color: #fff; border: 1px solid #ddd; position: absolute; top: 49px; left: 210px;
    -moz-box-shadow:    0px 3px 8px -5px #666;
    -webkit-box-shadow: 0px 3px 8px -5px #666;
    box-shadow:         0px 3px 8px -5px #666;
}
header nav#menu > ul > li > div > ul {
	width: 630px;
	 list-style: none;
    -moz-box-shadow:    0px 3px 8px -5px #666;
    -webkit-box-shadow: 0px 3px 8px -5px #666;
    box-shadow:         0px 3px 8px -5px #666;
}
header nav#menu > ul > li:hover > div{ display: block; }
header nav#menu > ul > li  > div > ul > li {
  width: 250px;
  margin-right: 40px;
  margin-bottom: 10px;
  float: left;
}
header nav#menu > ul > li  > div > ul > li > a {
  float: left;
  padding-left: 23px;
  background: url(/../img/pdficon_small.png) 0 0 no-repeat;
  text-decoration: none;
  color: #000;
  }
header nav#menu > ul > li  > div > ul > li > a > span {
  color: #67813A;
  text-decoration: underline;
  }
/* -----------------------------------------
   Footer
----------------------------------------- */

footer{
	padding: 60px 0 30px 0;
}

footer ul{
	list-style-type: none;
	text-align: center;
}

footer ul li{
	display:inline-block;
	border-left: 1px solid #666666;
	color: #666666;
	line-height: 18px;
	padding: 0 10px;
}

footer ul li a,
footer ul li a:hover{
	color: #666666;
}




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

#homeBanner{
	position: relative;
	padding-bottom: 20px;
}

#homeBanner img{
	-webkit-border-radius: 15px;
	border-radius: 15px;

}

#homeBanner .caption{
	bottom: 60px;
}

#homeContactButton{
	display: block;
	background: url(../img/homeContactButton.png) no-repeat top left;
	background-size: contain;
	width: 100%;
	height: 59px;
	margin-top: 30px;
	padding: 23px 0 0 96px;
	font-family: 'TitilliumText25L600wt', Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1.14em;
	overflow: hidden;
}

/* -----------------------------------------
	FAQs
----------------------------------------- */

ul#faqList{
	padding: 0;
	margin: 0 0 20px 0;
}

ul#faqList li{
	background: none;
	padding: 0;
	margin: 0 0 20px 0;
}

ul#faqList li a.question{
	display: block;
	position: relative;
	background:
		url(../img/faqQuestionBG.png) bottom right no-repeat,
		url(../img/faqQuestionBG.png) top left no-repeat,
		url(../img/faqQuestionBG.png) 0 -35px repeat-x;
	-pie-background:
		url(../img/faqQuestionBG.png) bottom right no-repeat,
		url(../img/faqQuestionBG.png) top left no-repeat,
		url(../img/faqQuestionBG.png) 0 -35px repeat-x;

	width: 100%;

	padding: 9px 60px 9px 30px;
	height: 35px;
	font-family: 'TitilliumText25L800wt', Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11.5px;
	overflow: visible;
	color: #333333;
}

ul#faqList li a.largeQuestion{
	background:
		url(../img/faqQuestionLargeBG.png) bottom right no-repeat,
		url(../img/faqQuestionLargeBG.png) top left no-repeat,
		url(../img/faqQuestionLargeBG.png) 0 -50px repeat-x;
	-pie-background:
		url(../img/faqQuestionLargeBG.png) bottom right no-repeat,
		url(../img/faqQuestionLargeBG.png) top left no-repeat,
		url(../img/faqQuestionLargeBG.png) 0 -50px repeat-x;
	height: 50px;
}

ul#faqList li a.question .state{
	display: block;
	width: 10px;
	height: 11px;
	position: absolute;
	top: 13px;
	right: 35px;
	background: url(../img/faqStates.png) no-repeat top left;
}

ul#faqList li.active a.question, ul#faqList li.active a.question:hover{
	color: #67813A;
}

ul#faqList li.active a.question .state{
	background-position: bottom left;
}

ul#faqList li div.answer{
	padding: 10px 13px;
	margin: 0;
	font-size: 0.9em;
	display: none;
}

ul#faqList li div.answer p{
	margin-bottom: 0;
}

ul#faqList li.active div.answer{
	display: block;
}
/* -----------------------------------------
	Calculator
----------------------------------------- */

#calculatorArea{
/*
	background:
		url(../img/calculatorAreaBG.png) bottom right no-repeat,
		url(../img/calculatorAreaBG.png) top left no-repeat,
		url(../img/calculatorAreaBG.png) 0 -608px repeat-x;
	-pie-background:
		url(../img/calculatorAreaBG.png) bottom right no-repeat,
		url(../img/calculatorAreaBG.png) top left no-repeat,
		url(../img/calculatorAreaBG.png) 0 -608px repeat-x;
*/
	background: url(/../img/calculatorAreaBG-2.png) top center no-repeat;
	width: 100%;
	min-height: 608px;
	margin-bottom: 10px;
}

#calculatorArea .row{
	padding: 0 50px 0 40px;
}

#calculatorArea h2{
	font-family: 'TitilliumText25L600wt', Arial, Helvetica, sans-serif;
	padding: 30px 0 20px 60px;
	margin: 0;
	background: url(../img/calculatorIcon.png) no-repeat center left;
}

#calculatorArea form{
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #67813A;
	margin: 0 30px;
	padding: 3px;
}

#calculatorArea form #calculatorHeader{
	padding: 0 20px 0 20px;
}

#calculatorArea form h3{
	color: #FFFFFF;
	height: 20px;
}

#calculatorContent{
	background: #EBEBE7;
	-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	padding-top: 30px;
        overflow: hidden;
}

#calculatorContent .row{
	padding: 0 20px 0 30px;
}

#calculatorContent .row .columns{
	position: relative;
}

#calculatorContent label{
	font-size: 1em;
	text-align: left;
	font-family: 'TitilliumText25L600wt', Arial, Helvetica, sans-serif;
}

#calculatorContent span.currency{
	display: block;
	position: absolute;
	top: 8px;
	right: 0;
	font-family: 'TitilliumText25L600wt', Arial, Helvetica, sans-serif;
}
/*
#calculatorContent {
width: 948px;
}
#calculatorContent > div {
width: 474px;
}
*/

#generate-a-quote,
#return-to-calculator {
        color: #fff;
        font-size: 11px;
        text-decoration: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
        padding: 9px 30px;
        background-color: #67813A;
        border: 1px solid #67813A;
}
/* #generate-a-quote {
opacity: 0.5;
cursor: default;
} */
#generate-a-quote { display: none; cursor: pointer; }

#download-quote,
#email-quote {
	background: url(../img/largeButtonBG.png) repeat-x top left;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #67813A;
	padding: 9px 30px;
	font-size: 11px;
	font-family: 'TitilliumText25L800wt', Arial, Helvetica, sans-serif;
    text-decoration: none;

}

#paymentResults{
	display: none;
}

#calculatorLoading{
	display: none;
}

#calculatorLoading p {
	background: url('../img/loading.gif') no-repeat top left;
	padding-left: 25px;
}

#gst {
  display:none;
  float:left;
  line-height:33px;
  padding-left:3px;
  font-weight:bold;
}

/* -----------------------------------------
	Contact Us
----------------------------------------- */

#contactSection{
	background:
		url(../img/contactSectionBG.png) bottom right no-repeat,
		url(../img/contactSectionBG.png) top left no-repeat,
		url(../img/contactSectionBG.png) 0 -428px repeat-x;
	-pie-background:
		url(../img/contactSectionBG.png) bottom right no-repeat,
		url(../img/contactSectionBG.png) top left no-repeat,
		url(../img/contactSectionBG.png) 0 -428px repeat-x;

	width: 100%;
	height: 428px;
}

#contactSection .row{
	padding: 0 50px 0 40px;
}


#contactSection h2{
	font-family: 'TitilliumText25L600wt', Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 30px 0 20px 0;
	margin: 0;
}

#contactSection textarea{
	height: 120px;
}

#contactSection .button{
	float: right;
}
#calculator_term{
	width: 160px;
	display: inline-block;
}


/* === Full Page Form */
.full-form {
  max-width: 920px;
  margin: 0 auto;
  display: block;
}
.full-form .form-section {
  display: none;
}
.full-form label {
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    padding-left: 25px;
    background: url(/../img/bullet.png) left center no-repeat; float: left;
    text-align: left;
    vertical-align: middle;
}
.full-form label.multilines {
    line-height: 18px;
}

.full-form label.error {
  background: none;
  padding: 0;
}

.full-form input[type="text"] {
    width: 100%;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
}
.exclGST {
    background-image: url(/../img/excl-gst.png);
    background-position: right 10px top 50%; /* all browsers, of course */
    background-repeat: no-repeat;

    background-position: 95% 50%\9; /* IE8 and below */
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .exclGST {
        background-position: 95% 50%;
    }
}

.full-form .heading {
  padding: 10px 20px 20px;
}

.full-form ul {
  padding: 0;
  margin: 0;
}
.full-form ul li { padding: 0; margin: 0; background: none; }

.full-form .back,
.full-form .next {
  width: 137px;
  height: 58px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.full-form .back {
  background-image: url(/../img/back.jpg);
  float: left;
}
.full-form .next {
  background-image: url(/../img/next.jpg);
  float: right;
}

.full-form .check > a {
  width: 120px;
  float: left;
}
.full-form .check > a > span {
  float: left;
  color: #222;
  line-height: 32px;
}
.full-form .check > a > span.text {
  width: 40px;
  margin: 0 10px 0 30px;
}
.full-form .check > a > span.icon {
  width: 32px;
  height: 32px;
  background: url(/../img/check.jpg) 0 0 no-repeat;
}
.full-form .check > a.active > span.icon {
  background-position: -32px 0;
}

#beneficial-instructions {
  padding-left: 30px;
  background: url(/../img/bullet.png) left center no-repeat;
  text-decoration: none;
  float: left;
  margin: 10px;
}
.bg-pos-fixes {
  background-position: 0 2px;
}
#add_applicant {
    font-family: 'TitilliumText25L600wt', Arial, Helvetica, sans-serif;
    cursor: pointer; width: 100%;
    height: 21px; background: url(/../img/plus.png) left center no-repeat;
    color: #67813A;
    line-height: 25px;
    padding-left: 27px;
    float: left;
}

#beneficial-instructions-content{
    width: 80%;
    left: 50px;
    display: block;
    z-index: 999;
    background-color: white;
    border: 1px solid #67813A;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 3px -1px #CCCCCC;
    line-height: 20px;
    padding: 30px;
    left: 50px;
    position: absolute;
    top: 130px;
}
#beneficial-instructions-content .close {
    width: 20px;
    height: 20px;
    background: url();
    position: absolute;
    top: -10px;
    right: -10px;
}

/* -----------------------------------------
    Forms
----------------------------------------- */

.forms-application-box {
  width: 310px;
  border-radius: 5px;
  background-color: #FFF;
  box-shadow: 0px 0px 7px #ccc;
  padding: 10px;
  padding-right: 15px;
}
.forms-application-box img {
  float: left;
  height: 55px;
}
.forms-application-box .content-wrapper {
  padding-top: 15px;
  margin-left: 70px;
}
.forms-application-box .content-wrapper a {
  color: #000;
}
.forms-application-box-heading {
  font-weight: bold;
}
#formsList li {
  height: 50px;
  float: left;
  border-bottom: 1px solid #CCC;
  display: block;
  width: 55%;
  line-height: 50px;
}
#formsList li:nth-child(even){
  width: 45%;
  float: right;
}
#formsList li{
  background: url(/../img/pdficon_small.png) 0 center no-repeat;
}

div#poweredBy {
    height: 29px;
    margin-bottom: 10px;
    line-height: 29px;
    vertical-align: middle;
}

div#poweredBy > span {
    margin-right: 7px;
}

div#poweredBy > img {
    width: 182px;
    float: right;
}

div#giveUsACall {

}
.sbHolder{
    /* varible start */
    background-color: #fff;
    font-size: 14px;
    color: #9e0b0f;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* varible end */
    position: relative;
    text-align: left;
    float: left;
}

.five .sbHolder {

    width: 334px;

     margin-left: 20px;

}

.sbSelector {
    /* varible start */
    min-width: 280px;
    width: auto;
    height: 34px;
    line-height: 34px;
    font-family: Arial, sans-serif;
    color: #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* varible end */
    display: block;
    outline: none;
    overflow: hidden;
    text-indent: 10px;
    text-decoration: none;
    left: 0;
    top: 0;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover { }

.sbToggle {
    /* varible start */
    width: 14px;
    height: 18px;
    top: 9px;
    right: 15px;
    /* varible end */
    background: url(/img/select.png) 0 0 no-repeat;
    display: block;
    outline: none;
    position: absolute;
}

.sbToggle:hover,
.sbToggleOpen:hover { }

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{ }
.sbHolderDisabled .sbToggle{ }

.sbOptions{
    /* varible start */
    width: 280px;
    /* varible end */
    list-style: none;
    left: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 99;
}
.sbOptions li{ margin-top: -1px; }
.sbOptions a,
.sbOptions a:link,
.sbOptions a:hover,
.sbOptions a:visited{
    /* varible start */
    padding: 5px 10px;
    color: #666;
    border: 1px solid #ccc;
    background-color: #F8F8F8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* varible end */
    display: block;
    outline: none;
    text-decoration: none;
}

.sbOptions a:hover {  }

.sbOptions .sbDisabled{
    display: none;
}
.sbOptions .sbGroup{
    display: block;
}
.sbOptions .sbSub{ }

.responsive .nonResponsive{
	display: block ;
}


header nav#responsiveMenu{
	display: none;
}

/* -----------------------------------------
   Main Styles < 960px [.responsive]
----------------------------------------- */
/*
.responsive header nav#responsiveMenu{
	position: relative;
	display: block;
	width: 100%;
	background: url(../img/menuBG.png) repeat-x top left;
	height: 50px;
	margin-top: 21px;
	text-align: center;
}

nav#responsiveMenu a.currentActive{
	display: block;
	padding: 18px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'TitilliumText25L800wt', Arial, Helvetica, sans-serif;
}

nav#responsiveMenu ul{
	list-style-type: none;
	font-family: 'TitilliumText25L800wt', Arial, Helvetica, sans-serif;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 5999;
	background: #F5F6F4;
	border-bottom: 3px solid #E9E8E4;
	display: none;
	width: 100%;
}

nav#responsiveMenu ul li{
}

nav#responsiveMenu ul li a{
	display: block;
	text-decoration: none;
	color: #333333;
	padding: 12px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #E9E8E4;
}*/

/* -----------------------------------------
   Main Styles < 753px (Mobile Devices) [.mobileView]
----------------------------------------- */

.mobileView .fixof{
	overflow: hidden;
}

.mobileView .caption{
	bottom: 45px;
}

.mobileView label{
	text-align: left;
	font-size: 1em;
	line-height: 25px;
}
.mobileView label.multilines {
        line-height: 32px;
}

.mobileView .input, .mobileView textarea{
	margin-bottom: 8px;
}

.mobileView #headerLoginForm{

	width: 100%;
}

.mobileView .caption h2{
	font-size: 1.5em;
}
.mobileView .caption p{
	font-size: 1.1em;
}

.mobileView  header #headerRight{
	text-align: left;
}
.mobileView  #headerLoginForm{
	left: 0;
}

.mobileView  #headerLogin span.coverUp{
	left: 0;
}

.mobileView #homeContactButton{
	padding: 18px 0 0 86px;
}

.mobileView #calculatorContent span.currency{
	display: none;
}

.mobileView #contactSection textarea{
	height: 85px;
}

.mobileView #contactSection .row, .mobileView #calculatorContent .row {
	padding: 0 30px;
}

.mobileView #contactSection h2{
	padding: 20px 0 10px 0;
}

.mobileView #calculatorArea{
	background: none;
}


.mobileView .full-form label { line-height: 32px; }
.mobileView .full-form label.multilines { line-height: 32px; }
.mobileView .full-form label.multilines.bg-pos-fixes { background-position: left center; }
