* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
header, footer, section, nav {
	display: block;
}
html {
	font-size: 10px;
}
body {
	margin: 10px 10px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	background: #ffffff;
}
a:link,
a:visited {
	color: #0064a6;
}
img {
	max-width: 100%;
}
.container {
	margin: 15px auto;
}
header {
	background-color: #0064a6;
	padding: 15px 0 20px 15px;
}
header .logo-wrap {
	width: 60px;
}
section {
	margin-top: 20px;
}
h3 {
	font-size: 1.8em;
	line-height: 1.5em;
	margin-top: 15px;
	margin-bottom: 20px;
}
p,
li,
.form-element-wrapper,
th,
td {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 20px;
	vertical-align: top;
}
form {
	background-color: #e0e0e0;
	margin-bottom: 20px;
	padding: 15px;
}
form.bgwhite {
	background-color: #ffffff;
}
legend {
	font-weight: normal;
	color: #8a8a8a;
	font-size: 1.8em;
	border-bottom: none;
	margin-bottom: 20px;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 2px;
}
.form-field {
	width: 100%;
	border: 2px solid #e0e0e0;
	font-size: 1.2em;
	padding: 6px 12px;
}
.form-field:focus {
	border-color: #0064a6;
	outline: 0;
}
.form-field-focus {
	border-color: #0064a6;
}
input[type="checkbox"],
input[type="radio"] {
	margin-right: 6px;
}
.form-button {
	width: 100%;
	background: #0064a6;
	color: #ffffff;
	cursor: pointer;
	padding: 6px 12px;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 0;
}
.form-button:hover {
	background: #333333;
}
.form-error {
	padding: 0;
	color: #be372d;
}
ul {
	list-style: none;
	padding: 0;
	-webkit-padding-start: 0;
}
ul li {
	position: relative;
	display: block;
	padding-left: 1.6666em;
	margin-bottom: 13px;

}
ul li:before {
	content: " /";
	position: absolute;
	left: 0;
}
table {
	width: 100%;
	-webkit-border-horizontal-spacing: 0;
	-webkit-border-vertical-spacing: 0;
	border-top: 2px solid #0064a6;
	border-bottom: 2px solid #0064a6;
	border-collapse: collapse;
	margin-bottom: 20px;
}
td {
	border-bottom: 1px solid #0064a6;
	line-height: 2em;
}
th {
	text-align: left;
	border-bottom: 2px solid #0064a6;
	line-height: 2em;
}
footer {
	color: #ffffff;
	background: #0064a6;
	padding: 15px;
}
footer p {
	line-height: 1em;
	margin-bottom: 0;
}
footer a,
footer a:link,
footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}

/* Tablet */
/* -------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
	body {
		margin: 15px 15px;
	}
}

/* Desktop */
/* -------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
	body {
		margin: 15px auto;
	}
	.container {
		margin: 0 auto;
		width: 900px;
	}
}

/* iMac */
/* -------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
}
