@import url('https://fonts.googleapis.com/css?family=Bitter:400,700|Open+Sans:400,700');

html,body{
	font-family:Open Sans,verdana, arial, Helvetica, sans-serif;
	color:#0d111a;
}

#header{
	
}

#grey-bar{
	background-color:#ededed;
	height:37px;
}

#logo{
	width:960px;
	margin:0 auto;
}

#wrapper{
	width: 960px;
	height: 100%;
	min-height:720px;
	margin: 0 auto;
}

#head{
    height:30px;
}

#head a, #head a:link, #head a:visited{
	font-size:16px;
	color:#3777bc;
	text-decoration:none;
	font-weight:bold;
	padding: 5px;
}

#head a:hover, #head a:active, #head a:focus{
	color:#3777bc;
	text-decoration:underline;
}

#body{
	padding: 15px;
	min-height:700px;
}

a, a:link, a:visited{
	color:#3777bc;
	text-decoration:underline;
}

a:hover, a:active, a:focus {
	color: #3777bc;
	text-decoration: none;
}

h1{
	font-family:Bitter;
	font-weight:bold;
	font-size: 40px;
	margin: 20px 0;	
}

h2{
	font-family:Bitter;
	font-weight:bold;
}

.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{
	background-color:white;
	border:none;
	margin-bottom:-4000px;
	color:black;
	padding:0px;
	font-size:16px;
	font-weight:100;
	width:200px;
}

#appnav .current{
	border:none;
	padding:8px;
	margin:0px;
	font-size:15px;
	background-color: transparent;
	font-weight: 700;
}

#appnav h3{
	border:none;
	margin:0px;	
	padding:8px;
	background-color: transparent;
	font-size: 18px;
	font-family: Bitter;
	border-bottom: 2px solid black;
}

#appnav li{
	border:none;
	padding:0px;
	margin:0px;
	font-weight:100;
}

#appnav a, #appnav a:link, #appnav a:visited{
	display:block;
	padding:8px;
	font-size:15px;
	font-weight:700;
}

#appnav a:hover,#appnav a:active, #appnav a:focus{
	text-decoration:underline;
}

.ftEditForm{
	border:none;	
	width:700px;
}

.appform h2, .ftEditPageHeading{
	background-color:#0d111a;
	color:white;
	width:inherit;
}

.ftEditSectionHeading{
	background-color:#0d111a;
	color:white;
	width:inherit;
}

.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;
}


.appform .btn input, #body .appform .btn a.linkbtn, .appform .btn .close{
    background-color: #eee;
    color: black;
    border: none;
    font-size:14px;
    text-decoration:none;
    cursor:pointer;
	border: 1px solid #666;
}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover, .appform .btn .close:hover{
    
}

.appform .btn .next, .appform .btn .review{
    
}

.appform .btn input.btndisabled{
    cursor:not-allowed;
}

.appform .btn .prev{
   
}

.appform .btn .mid{
    width: 410px;
}

.appform .l{
	width: 197px;
}

#lastSaved{
    margin-top:-70px;
}

.iconbar .item a:hover {
	text-decoration: underline;
}

.iconbar .item-narrow{
	width:175px;
}

#footer{
	height: 450px;
	background-color:#0b1923;
	color:white;
}

#footer-logo{
	width: 175px;
	margin: 0 auto;
	padding: 45px 0 30px;
}

#footer-content{
	width: 960px;
	margin:0 auto;
	height: 260px;
}

h4{
	font-family:Bitter;
	font-weight: 700;
	color: white;
	font-size: 22px;
	margin-bottom: 20px;
}

.organisation{
	font-family:Bitter;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
}

.footer-position{
	width: 30%;
	float: left;
	height: 200px;
	padding: 15px;
	margin-top: 0px;
	font-size: 14px;
}

.footer-position ul{
	margin:0px;
}

.footer-position li{
	list-style:none;
	line-height:22px;
	margin-bottom:7px;
}

#acknowledgement{
	width:620px;
	margin: 0 auto;
	text-align:center;
	color:#9da3a7;
	letter-spacing:-0.7px;
	font-size:14px;
}

#footer a, #footer a:link, #footer a:visited{
	color:white;
	text-decoration:none;
}

#footer a:hover, #footer a:active, #footer a:focus{
	color:white;
	text-decoration:underline;
}

/*This is necessary for an ie11 glitch.*/
.questionLegend{
	width:inherit;
}
