html, body {
	background-color: #1F344B;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: sans-serif;
	font-size: 13pt;
	margin: 0;
	padding: 0;
}

.header {
	width: 100%;
	background-color: #33BDBA;
	text-align: center;
}
.header h1 {
	background-image: url('logo.png');
	background-repeat: no-repeat;
	background-size: 124px 34px;
	direction: ltr;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 34px;
	text-align: left;
	text-indent: -999em;
	float: left;
	width: 124px;
	height: 34px;
	margin: 0;
	vertical-align: middle;
	display: inline-block;
}

.logo-container {
	max-width: 540px;
	padding-top: 14px;
	width: 90%;
	margin: auto;
	display: block;
	position: relative;
	height: 68px;
}

.footer {
	background-color: #1F344B;
	color: #fff;
}
.footer div {
	margin: 0 auto;
	padding: 1.5em 0;
	width: 90%;
	max-width: 540px;
	font-size: 0.875em;
}
h3 {
	color: #000;
	font-size: 1.125em;
	font-weight: 900;
	margin: 2em 0 1.5em 0;
}

h3.short {
	margin: 0.5em 0 1.5em 0;
}
h4 {
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 1em 0;
}
h4.short {
	margin: 0 0 0.75em 0;
}
.progress-bar {
	background-color: #e7e7e7;
	border-radius: 3px;
	width: 100%; height:0.25em;
}
.progress-bar span {
	background-color: #8a1c1e;
	border-radius: 3px;
	height:0.25em;
	display: block;
	text-indent: -9999px;
}
a {
	color: #32bdba;
	font-weight: 700;
}
h4{
	color: #031f2d;
}

.footer a {
	color: #fff;
}

.footer h3{
	margin: 0 0 1.5em 0;
	color: #fff;
	text-align: center;
}

.footer h3:after {
	content: ""; /* This is necessary for the pseudo element to work. */
	display: block; /* This will put the pseudo element on its own line. */
	width: 260px; /* Change this to whatever width you want. */
	margin: 10px auto 20px; /* This creates some space between the element and the border. */
	border-bottom: 2px solid #fff; /* This creates the border. */
}

.form-container {
	margin: 0 auto;
	padding-top: 1.5em;
	padding-bottom: 1em;
	width: 90%;
	max-width: 540px;
}
.full-width {
	width: 100%;
}
.ui-text {
	border: 1px solid #000;
	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 {
	background-color: #FDB83F;
	border: 2px #FDB83F solid;
	border-radius: 0px;
	color: #000;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 1.125em;
	font-weight: 500;
	padding: 8px 15px;
	overflow: visible;
	-webkit-appearance: none;
}

.ui-button-previous {
	background-color: #FFF;
	border: 2px #000 solid;
	border-radius: 0px;
	color: #000;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 1.125em;
	font-weight: 500;
	padding: 8px 15px;
	overflow: visible;
	-webkit-appearance: none;
}

.ui-file-label {
	border-radius: 3px;
	color:#2b2b2b;
	padding: 0.5em 0.5em 0.66em 0.5em;
}
.ui-text-error {
	color: #ea0034;
}
li {
	margin: 0.5em 0;
}
ul.ui-list-links {
	border: 1px solid #d6d6d6;
	border-radius: 8px;
	margin: 0;
	padding: 0;
}
ul.ui-list-links li {
	border-top: 1px solid #d6d6d6;
	list-style: none;
	margin: 0;
}
ul.ui-list-links li:first-child {
	border-top: none;
}
ul.ui-list-links li a {
	text-decoration: none;
	display: block;
	padding: 9px 15px;
}
table {
	border-collapse: collapse;
}
table, th, td {
	border: 1px solid black;
	vertical-align: top;
	padding: 7px;
}
.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;
}
