html {
	background-color: #F7F7F7;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
	background-color: #F7F7F7;
	color: #707d85;
	font-family: sans-serif;
	font-size: 13pt;
	line-height: 1.5;
	margin: 0;
}
.logo-container {
	margin: 0px auto;
	max-width: 540px;
}
.header {
	width: 100%;
	overflow: hidden;
	padding: 0;
	background-color: #fff;
	border-bottom: 1px solid #dbdbdb;
}
.header h1 {
	background-image: url('marley-risk-logo.png');
	background-repeat: no-repeat;
	background-size: 361px 103px;	
	direction: ltr;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 110px;
	text-align: left;
	text-indent: -999em;
	margin: 20px;
}
.footer {
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	max-width: 540px;
}
.footer div {
	margin: 20px;
	font-size: 0.875em;
}
.footer a {
	text-decoration: underline;
}

.footer h3 {
	color: #1a1a1a;
	font-size: 1em;
	font-weight: 700;
}
h3 {
	font-size: 1.125em;
	font-weight: 500;
	margin: 0 0 1em 0;
	color: #043c67;
}
h3.short {
	margin: 0 0 0.75em 0;


}
h4 {
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 1em 0;
	color: #666666;
}
.progress-bar {
	background-color: #e7e7e7;
	border-radius: 0;
	width: 100%; height:0.3em;
}
.progress-bar span {
	background-color: #043c67;
	border-radius: 0;
	height:0.3em;
	display: block;
	text-indent: -9999px;
}
a {
	color: #00a7d8;
	font-weight: 500;
}
.form-container {
	padding-top: 15px;
	margin: 0 auto 0;
}
.form-container form{
	margin: 0 auto;
	width: 90%;
	max-width: 540px;

	border-radius: 8px;
	border: solid 1px #dbdbdb;

	background-color: #fff;
	padding: 20px;
	padding-bottom: 0px;

}

.full-width {
	width: 100%;
}

.ui-text {
	border: 1px solid #043c67;
	border-radius: 3px;
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0.25em;
	width: 100%;

	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.2);

	background-clip: padding-box;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;

}
.ui-field-group {
	font-size: 0.875em;
	margin: 0 0 1.5em 0;

}
.ui-field-row {
	padding: 0.5em 0;
}
.ui-field-row input {
	margin: 0 1em 0 0;
	position: relative;
	top: -1px;



}



.ui-button-submit {
	padding: 12px 20px;
  border-radius: 5px;
  background-color: #00a7d8;
	border: 1px solid #00a7d8;
	cursor: pointer;
	font-family: sans-serif;
	font-weight: 500;
	font-size: 0.82em;
	overflow: visible;
	color: #fff;
	-webkit-appearance: none;
}
.ui-button-previous{
	padding: 12px 20px;
	  border-radius: 5px;
	  background-color: #ffffff;
		border: 1px solid #00a7d8;
		cursor: pointer;
		font-family: sans-serif;
		font-size: 0.82em;
		font-weight: 500;
		overflow: visible;
		color: #1991eb;
		-webkit-appearance: none;
}
.ui-button-submit:hover {
  background-color: #043c67;
	border: 1px solid #043c67;
}
.ui-button-previous:hover {
  background-color: #043c67;
	color: #fff;
	border: 1px solid #043c67;
}
.ui-file-label {
	border-radius: 3px;
	color:#2b2b2b;
	padding: 0.5em 0.5em 0.66em 0.5em;
}
.ui-text-error {
	color: #ea0034;
}
ul.ui-list-links {
	border: 1px solid #d6d6d6;
	border-radius: 8px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
ul.ui-list-links li {
	border-top: 1px solid #d6d6d6;
	list-style: none;
}
ul.ui-list-links li:first-child {
	border-top: none;
}
ul.ui-list-links li a {
	text-decoration: none;
	display: block;
	padding: 9px 15px;
}

.ui-select {
	font-size: inherit;
	font-family: inherit;
}

.sectioned-list .section-start {
	border-top: 1px solid lightgray;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-top: 10px;
}

.sectioned-list .section-start.no-title
{
	padding-top: 5px;
}

.sectioned-list .selectable
{
	padding: 5px 0 5px 25px;
}

.sectioned-list .selection-note
{
	display: inline-block;
	margin-left: 5px;
	font-style: italic;
	color: #666;
	font-size: 0.85em;
}
