body {
	color: #4A4A4A;
	font-family: 'Gentium Basic', serif;
	font-style: normal;
	font-size: 15px;
	line-height: 1.6em;
}


h1, h2, h3 {
	color: #222;
	font-size: normal;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
}

input[type=radio] {
	margin: 40px 100px 100px;
}

.dashboard:link,
.dashboard:visited {
	color: #7C6A18!important;
	font-family: "Maven Pro";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
}

.dashboard:hover {
	color: #333!important;
}

p.type {
	font-weight: bold;
}

p.type > select {
	font-weight: normal;
}

.ng-binding {
	font-weight: normal;
}

.zf-green {
    color: #68b604;
}

.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}

.btn-success:active, .btn-success.active {
  background-color: #57a900;
}

.row > .form-group > [class*="col-"] {
	margin-bottom: 15px;
}

.formInstructions {
	margin-top: 10px;
	margin-bottom: 30px;
}

#formStepNav li { 
	display: inline; 
	padding: 15px; 
}

#formStepNav li.current { 
	font-weight: bold;
}

#formStepNav li.unavailable { 
	color: #CCCCCC;
}

form label span{
    display: block;
}

.tempWidth {
	width: 500px;
	display: table-cell;
	overflow: hidden;
}

.tempRadio {
	font-style: normal;
	font-weight: normal;
	color: red;
	margin-right: 10px;
}

.tempInstructions {
	color: #999999;
	margin-top: -6px;
	margin-bottom: -10px;
	font-style: italic;
}

.tempInstructionsFooter {
    color: #999999;
    margin-top: 1px;
    margin-bottom: -10px;
	font-style: italic;
	text-transform: uppercase;
}

.tempNavigation{
	color: #09C;
	font-weight: bold;
	font-size: 13px;
}

.tempNavigationDisabled{
	color: #999999;
	font-weight: bold;
	font-size: 13px;
}

.tempPadding {
	padding-top: 10px;
}

.notice {
	color: red;
}

.evidence-checklist {
    padding-left: 20px;
}

.evidence-checklist label {
    padding-left: 5px;
    font-weight: normal;
}


