html {
	background-color: #f3f3f3;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	color: #4d4d4d;
	font-family: "Arial",sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 13pt;
	line-height: 1.5;
	margin: 0;
}

.header {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	border-bottom: 3px solid #e10000;
}

.logo-container {
	max-width: 540px;
	width: 90%;
	padding: 0;
	margin: 0 auto;
}
.header h1 {
	background-image: url('logo.png');
	background-repeat: no-repeat;
	background-size: 132px 72px;
	direction: ltr;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 72px;
	text-align: left;
	text-indent: -999em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer {
	margin: 0 auto;
	padding: 0;
	position:relative;
	color: #4d4d4d;
	border-top: 3px solid #4d4d4d;
}
.footer-container {
	padding: 0 20px;
}
.footer div {
	margin: 20px auto 0;
	width: 90%;
	max-width: 540px;
	font-size: 0.875em;
}
.footer a {
	text-decoration: none;
	color: #c00;
}
.footer a:hover {
	text-decoration: underline;
}
.footer h3 {
	font-size: 1em;
	font-weight: bold;
}

h3 {
	font-size: 1.125em;
	font-weight: bold;
	margin: 0 0 1em 0;
	color: #4d4d4d;
}
h3.short {
	margin: 0 0 0.75em 0;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 1em 0;
	color: #4d4d4d;
}

.progress-bar {
	background-color: #ebebeb;
	border-radius: 100px;
	width: 100%; height:0.3em;
}
.progress-bar span {
	background-color: #e10000;
	border-radius: 100px;
	height:0.3em;
	display: block;
	text-indent: -9999px;
}

a {
	color: #c00;
	text-decoration: none;
	font-weight: 500;
}
a:hover {
	text-decoration: underline;
}

.form-container {
	margin: 0 auto 0;
	padding: 60px 0 60px 0;
	background-color: #ffffff;
	width: 100%;
}
/* PADDING MOBILE */
@media (max-width: 500px) {
	.form-container {
		padding: 20px 0 20px 0;
	}
}
.form-container form{
	margin: 0 auto;
	width: 90%;
	max-width: 540px;
	border-radius: 8px;
	background-color: #fff;
	padding: 20px 20px 1px;

	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5)!important;
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5)!important;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.5)!important;

	border-color: #dfdbdb;
	border-width: 1px;
	border-style: solid;
}
.full-width {
	width: 100%;
}

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

	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-field-row input.ui-radio {
	top: -2px;
	vertical-align: middle;
}
.ui-button-submit,
.ui-button-previous
{
	background-color: #e10000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 1.15em;
	font-weight: bold;
	padding: 0.7em;
	overflow: visible;
	transition: all 0.2s;

	font-family: "Arial",sans-serif;

	-webkit-appearance: none;
}

.ui-button-submit:hover,
.ui-button-previous:hover
{
	background-color: #ff1515;
}

.ui-file-label {
	border-radius: 3px;
	color:#2b2b2b;
	padding: 0.5em 0.5em 0.66em 0.5em;
}

.ui-text-error {
	color: #850000;
}

ul.ui-list-links {
	margin: 0;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
}
ul.ui-list-links li {
	border-top: 1px solid #626262;
	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;
}
ul.ui-list-links li a:hover {
	text-decoration: underline;
}

.ui-select {
	font-size: inherit;
	font-family:"Arial",sans-serif;;
}

.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: #5f6062;
	font-size: 0.85em;
}
