@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 400;
	src: url('./jost-v6-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('./jost-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('./jost-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('./jost-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('./jost-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('./jost-v6-latin-regular.svg#Jost') format('svg'); /* Legacy iOS */
}

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

body {
	color: #000;
	font-family:'FuturaBT', 'Futura Book', 'Jost', 'Futura','Avant Garde',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 #c00;
}

.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: 150px 54px;
	direction: ltr;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 54px;
	text-align: left;
	text-indent: -999em;
	margin-bottom: 0px;
}

.footer {
	margin: 0 auto;
	padding: 0;
	position:relative;
	color: #535353;
}
.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: #000;
}
h3.short {
	margin: 0 0 0.75em 0;
}

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

.progress-bar {
	background-color: #ecebeb;
	border-radius: 100px;
	width: 100%; height:0.3em;
}
.progress-bar span {
	background-color: #c00;
	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:'FuturaBT', 'Futura Book', 'Jost', 'Futura','Avant Garde',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 {
	background-color: #92b605;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	font-weight: 700;
	padding: 0.5em 1em;
	overflow: visible;

	font-family:'FuturaBT', 'Futura Book', 'Jost', 'Futura','Avant Garde',arial,sans-serif;

	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.7);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.7);

	-webkit-appearance: none;
}
.ui-button-submit:hover{
	background-color: #759204;
}

.ui-button-previous {
	box-shadow: none;
	color: #759204;
	border: solid 1px #92b605;
	background-color: #ffffff;
}

.ui-button-previous:hover {
	background-color: rgba(146, 182, 5, 0.2);
}

.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:'FuturaBT', 'Futura Book', 'Jost', 'Futura','Avant Garde',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;
}
