@font-face {
    font-family: 'CBASans';
    src: url('/s/site/commbank/CBASansWeb-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'CBASans';
    src: url('/s/site/commbank/CBASansWeb-Light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'CBASans';
    src: url('/s/site/commbank/CBASansWeb-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'CBASans';
    src: url('/s/site/commbank/CBASansWeb-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'CBASans';
    src: url('/s/site/commbank/CBASansWeb-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'CBASans';
    src: url('/s/site/commbank/CBASansWeb-LightItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'CBASlab';
    src: url('/s/site/commbank/CBASlabWeb-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'CBASlab';
    src: url('/s/site/commbank/CBASlabWeb-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'CBASlab';
    src: url('/s/site/commbank/CBASlabWeb-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

html,body{
	font-family:"CBASans", Arial, sans-serif;
	background-color:#f4f4f4;
	color:#231f20;
} 

#header{
	box-shadow: 0 1px 2px #231f2033;
	background-color:white;
	padding: 18px 20px;
	position:relative;
}

#logo{
	/*width:960px;
	margin:0 auto;*/
}

#banner{
	background-image: url(/s/site/commbank/banner3.png);
	/*height:410px;*/
	width: 1125px;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
	/*These two lines have been added to hide the banner while the bushfire grants are on.
	Once that's over remove these, and reapply the height as above.*/
	visibility:hidden;
	height:0px;
}

#wrapper{
	/*width:960px;*/
	width: 1125px;
	height: 100%;
	min-height:720px;
	margin: 0 auto 50px;
}

#head{
    min-height: 40px;
	line-height: 40px;
	/*background-color: #f4f4f4; original*/
	/*background-color:#ddd; darker grey*/
	background-color:#ffc000; /*yellow*/
	/*box-shadow: #0003 0px 0px 3px 0px;*/
	position: relative;
	padding: 0px 15px;
}

#head a, #head a:link, #head a:visited{
	font-size:16px;
	color:#1175b5;
	padding:5px;
	text-decoration:none;
}

#head a:hover, #head a:active, #head a:focus{
	color:#1175b5;
	text-decoration:underline;
}

#user, #headlinks{
	margin:0px;
}

#body{
	padding: 15px;
	min-height:700px;
	background-color:white;
}

a, a:link, a:visited{
	color:#1175b5;
	text-decoration:none;
	border:1px solid transparent;
}

a:hover, a:active, a:focus {
	color: #1175b5;
	text-decoration: underline;
	border:1px solid transparent;
}

a:focus{
	border:1px dotted #0172a8
}

h1{
	margin:20px 0;
	font-family: "CBASlab",Arial,sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
}

h2{
	font-family: "CBASlab",Arial,sans-serif;
	margin:20px 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
}

.validationerror, .ftValidError{
	border: 1px solid;
	border-radius:5px;
	margin: 10px 0px;
	padding: 15px 10px 15px 20px !important;
	color:#B94A48 !important;
	background-color: #F2DEDE;
	border-color:#eed3d7;
}

#regform > fieldset > div:nth-child(5) > div.hint > p{
    margin-top:130px;
}

#appnav{
	float:left; /*This is for appnav on left side*/
	background-color:white;
	border:none;
	margin-top: 70px;
	margin-bottom:-4000px;
	color:black;
	padding:0px;
	font-size:16px;
	font-weight:100;
	/*width:210px;*/
	width:240px;
}

#appnav .current{
	border:none;
	padding:8px;
	margin:0px;
	font-size:16px;
	font-weight:700;
	background-color:transparent;
	border-bottom: 1px solid #d3d2d2;
}

#appnav h3{
	border:none;
	margin:0px;	
	padding:8px;
	font-size:16px;
	background-color:#e9e9e9;
	border-top: 2px solid #231f20;
}

#appnav li{
	border:none;
	padding:0px;
	margin:0px;
	font-weight:100;
	border-bottom: 1px solid #d3d2d2;
}

#appnav li:nth-child(odd){
	background: #fff;
}

#appnav li:nth-child(even){
	background: #f4f4f4;
}

#appnav a, #appnav a:link, #appnav a:visited{
	display:block;
	padding:8px;
	font-size:16px;
	font-weight:100;
	color:black;
	text-decoration:none;
}

#appnav a:hover,#appnav a:active, #appnav a:focus{
	color:black;
	text-decoration:underline;
}

/*This is for appnav on left side*/

#htmlForm .appform{
	/*margin-left:230px;*/
	margin-left:270px;
}

/*End: This is for appnav on left side*/

.ftEditForm,.ftViewForm{
	border:none;
	/*width:700px !important;*/
	width:810px !important;
}

.appform h2, .ftEditPageHeading{
	background-color: white;
	color: #231f20;
	width: inherit;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 32px;
	border-left: 10px solid #fc0;
	padding-left: 30px;
}

.ftEditSectionHeading{
	background-color:#fc0;
	color:black;
	width:inherit;
	font-weight: 400;
}

.ftEditColumnHeading{
	background-color:transparent;
	font-size:18px;
	width:inherit;
}

.appform .btn{
	font-size:90%;
	border:none;
	background:none;
	/*padding: 5px;
	margin: 10px 0 10px 0;*/
	position: relative;
    background-color:transparent;
    border:none;
	height: 48px;
	margin-top: 30px;
}

.loginbox .appform{
	width:480px;
}

.loginbox .appform .btn{
	padding-left:0px;
	height: 48px;
}


.appform .btn input, #body .appform .btn a.linkbtn, .appform .btn .close{
    color: #231f20;
	text-decoration: none;
	cursor: pointer;
	background-color: #fc0;
	border: 1px solid #fc0;
	height: 48px;
	border-radius: 24px;
	font-size: 16px;
	font-weight: 400;
	line-height: 46px;
	padding: 0px;
	width: 160px; /*180px matches CBA styling, doesn't fit on our standard form width - need to decide whether to expand page, or use smaller buttons*/
	transition: .35s cubic-bezier(0.39,0.575,0.565,1);
}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover, .appform .btn .close:hover{
    background-color: #ffdb4c;
	border: 1px solid #ffdb4c;
}

.appform .btn .next, .appform .btn .review{
    background-image: none;
	padding: 0px;
}

.appform .btn input.btndisabled{
    cursor:not-allowed;
}

.appform .btn .prev{
   background-image: none;
	padding: 0px;
}

.appform .btn .mid{
    /*width: 410px;*/
	width:520px;
}

.appform .l{
	width: 197px;
}

.leaflet-pelias-search-icon{
	visibility:hidden;
}

#lastSaved{
    margin-top: -90px;
}

.iconbar .item a:hover {
	text-decoration: underline;
}

.iconbar .item-narrow{
	width:175px;
}

#footer{
	height:250px;
	color:#231f20;
	background-color:white;
	border-top:1px solid #e9e9e9;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

#footer-content{
	/*width:960px;*/
	width: 1125px;
	margin:0 auto;
}

h4{
	font-weight: 700;
	color: #231f20;
	font-size: 16px;
	line-height: 48px;
	text-transform: uppercase;
}

.footer-position{
	width: 30%;
	float: left;
	height: 85px;
	padding: 15px;
	margin-top: 0px;
}

.footer-position ul{
	margin:0px;
}

.footer-position li{
	list-style:none;
	margin-bottom:0px;
}

.organisation{
	
}

#footer a, #footer a:link, #footer a:visited{
	color:#231f20;
	text-decoration:none;
	border:1px solid transparent;
}

#footer a:hover, #footer a:active, #footer a:focus{
	color:#706d6e;
	text-decoration:none;
	border:1px solid transparent;
}

#footer a:focus{
	border:1px dotted #0172a8
}

/*This is necessary for an ie11 glitch.*/
.questionLegend{
	width:inherit;
}
