html {
	background-color: #ffffff;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
	color: #252525;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.15;
	margin: 0;
}
body::before {
	content: '';
	display: block;
	position: fixed;
	z-index: -1;
	background-image: url('bg.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	width: 100vw;
	height: 100vh;
}
.header {
	width: 100%;
	height: 130px;
	padding-top: 30px;
	background-color: #ffffff;
	border-bottom: 5px solid #da291c;
	border-top: 40px solid #252525;
	margin-bottom: 20px;
}
.header h1 {
	background-image: url('logo1.png');
	background-repeat: no-repeat;
	background-size: 130px 130px;
	direction: ltr;
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 130px;
	text-align: left;
	text-indent: -999em;
	margin: -50px auto 0 3%;
	z-index: 2;
	position: relative;
}
.logo2 {
	background-image: url('logo2.png');
	background-repeat: no-repeat;
	background-size: 193px 35px;
	float: right;
	width: 193px;
	height: 35px;
	position: absolute;
	top: 45px;
	right: 3%;
	display: inline-block;
}
.logo2::after {
	clear: both;
}
.logo-container {
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
	height: 60px;
}

.footer {
	margin: 0 auto;
	padding-top: 1.5em;
	padding-bottom: 0.5em;
	position:relative;
	color: #767676;
	background-color: #252525;
	box-shadow: 0 50vh 0 50vh #252525;
}
.footer div {
	margin: 0 auto;
	width: 90%;
	max-width: 486px;
}
.footer h3 {
	color: #c5c5c5;
}
.footer a {
	color: #da291c;
	text-decoration: underline;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 900;
	margin: 0 0 1em 0;
}
h3.short {
	margin: 0 0 0.75em 0;
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.15;
	margin: 0 0 1em 0;
}
.progress-bar {
	background-color: #ebebeb;
	border-radius: 3px;
	width: 100%; height:0.25em;
}
.progress-bar span {
	background-color: #da291c;
	border-radius: 3px;
	height:0.25em;
	display: block;
	text-indent: -9999px;
}
a {
	color: #da291c;
	font-weight: bold;
}
.form-container {
	margin: -20px auto 0;
	padding: 60px 0 60px 0;
	width: 100%;
	z-index: 1;
	position: relative;
}
.form-container form{
	margin: 0 auto;
	width: 90%;
	max-width: 540px;
	border-radius: 8px;
	border: solid 1px #ebebeb;
	background-color: #ffffff;
	padding: 20px;
	padding-bottom: 0px;
	box-shadow: 0 7px 41px -10px #252525;
}

.full-width {
	width: 100%;
}

.ui-text {
	border: 1px solid #252525;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	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 {
	border: 3px solid #252525;
	border-radius: 6px;
	background-color: #00b67a;
	color: #252525;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0.5em 1em;
	overflow: visible;

	-webkit-appearance: none;
}
.ui-button-submit:hover {
	background-color: #252525;
	color: #00b67a;
}
.ui-button-previous {
	background-color: #ffffff;
	color: #252525;
}
.ui-button-previous:hover {
	background-color: #252525;
	color: #ffffff;
}

.ui-file-label {
	border-radius: 3px;
	color:#252525;
	padding: 0.5em 0.5em 0.66em 0.5em;
}
.ui-text-error {
	color: #da291c;
}
ul.ui-list-links {
	border: 1px solid #ebebeb;
	border-radius: 8px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
ul.ui-list-links li {
	border-top: 1px solid #ebebeb;
	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 #ebebeb;
	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: #767676;
	font-size: 0.85em;
}

/* In smaller screen widths use smaller sizes (80% of full size) so both logos fit */
@media (max-width: 359px) {
	.header {
		height: 104px;
		padding-top: 24px;
		border-bottom: 4px solid #da291c;
		border-top: 32px solid #252525;
		margin-bottom: 16px;
	}
	.header h1 {
		background-size: 104px 104px;
		line-height: 104px;
		margin: -40px auto 0 3%;
	}
	.logo2 {
		background-size: 154px 28px;
		width: 154px;
		height: 28px;
		top: 36px;
	}
	.form-container {
		margin: -16px auto 0;
	}
}
