/*
"neuzeit-grotesk-condensed"
"neuzeit-grotesk"
"neuzeit-grotesk-extra-conden"
*/
body {
	font-family: "Roboto",sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	background: #fff;
	color: #777;
	vertical-align: top;
}
	body.embed {
		color: #000;
		padding: 0 0 100px;
	}

.h1, h1 {
	font-family: "Roboto Condensed",sans-serif;
	font-weight: 400;
	font-size: 60px;
	line-height: 60px;
	color: #2786bd;
	text-align: center;
    margin: 0;
}
	/* .embed h1, .embed .h1 {
		display: none;
	} */
.h2, h2 {
	font-weight: 300;
	font-size: 30px;
	line-height: 33px;
	color: #2786bd;
	text-align: center;
    margin: 0 0 30px;
}
.h3, h3 {
	font-size: 25px;
	font-weight: 300;
	line-height: 35px;
	color: #2786bd;
	letter-spacing: -0.0125em;
	border: 0;
	margin: 0;
	padding: 0;
}
.h4, h4 {
	font-weight: 700;
	font-size: 18px;
	color: #364a48;
	letter-spacing: -0.0125em;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.nav li a {
	font-weight: 400;
}
form {
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
div[data-field-type="label"] {
	font-weight: 700;
	font-size: 30px;
	color: #000;
	letter-spacing: -0.0125em;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0 0 10px;
}
p {
	font-weight: 300;
	font-size: 19px;
	line-height: 32px;
	margin: 0 0 1em;
}
	.alert, .err, .error, .message {
		font-size: 1.6em;
		color: red;
		text-align: center;
		padding: 1em;
	}
strong {
	font-weight: 700;
	color: #777;
}
em {
	font-style: italic;
}
.btn span.text {
	padding-left: 10px;
}
.btn:disabled {
	background: #ddd;
}
body ul {
	font-weight: 300 ;
	font-size: 18px;
	line-height: 30px;
	padding: 0 0 0 20px;
	margin: 0;
	list-style-position: outside;
	list-style-image: url(../../img/svg/bulletRed.svg);
}
	body.embed ul {
		margin-bottom: 50px;
	}

	p + ul {
		margin-top: -20px;
	}
	ul + p, ul + h3 {
		margin-top: 20px;
	}
	section li {
		padding: 0 0 0 5px;
	}

.big {
	font-size: 30px;
	font-weight: 300;
	line-height: 32px;
}
a {
	margin: 0;
	padding: 0;
	color: #d17839;
	cursor: pointer;
}
	a:link, a:visited {
		color: #2C94D1;
	}
		body.embed a:link, body.embed a:visited {
			color: #025281;
			text-decoration: underline;
		}
	a:hover, a:active {
		color: #f00;
	}
	#footer a:link, #footer a:visited {
		color: #000;
		text-decoration: none;
	}
	#footer a:hover, #footer a:active {
		color: #10e9e9;
	}
		body.embed #footer a:hover, body.embed #footer a:active {
			color: #025281;
			text-decoration: underline;
		}
		#footer .h2 a:link, #footer .h2 a:visited {
			text-decoration: none;
		}

form {
	position: relative;
	display: block;
	border: 1px solid #ccc;
	padding: 4%;
	max-width: 500px;
	margin: 0 auto;
}
	form + form {
		margin-top: 40px;
	}
	form label {
		position: relative;
		display: inline-block;
		font-weight: 300;
		width: 35%;
		vertical-align: top;
		color: #2786bd;
	}
	form label.help-block {
		display: block;
		width: auto;
		font-size: 0.8em;
		line-height: 1.35em;
		padding-top: 6px;
		color: #f00;
	}
	form .input {
		position: relative;
		padding-top: 3px;
		padding-bottom: 6px;
		border-bottom: 1px solid #ccc;
	}
	form input,
	form textarea {
		position: relative;
		display: inline-block;
		width: 65%;
		vertical-align: top;
		padding: 2px 5px;
	}
	form .input.has-error input,
	form .input.has-error textarea {
		border: 1px solid #f00;
	}
	form input[type="submit"] {
		margin-top: 10px;
	}
	form input::placeholder {
		color: #ccc;
	}
	form legend {
		font-size: 24px;
		font-weight: 300;
		line-height: 25px;
		color: #2786bd;
		border: 0;
		margin: 0;
		padding: 0 0 15px;
	}
	form .input {
		margin-bottom: 4px;
	}
	form select {
		width: 65%;
		max-width: 100%;
	}
	form .radio {
		padding-bottom: 20px;
	}
		form .radio label {
			width: 50%;
		}
		form .radio input[type="radio"] {
			position: relative;
			margin-left: -15px;
			margin-right: 10px;
			width: 16px;
		}
	form .button {
		position: relative;
		display: inline-block;
		margin-right: 10px;
	}
	form .input.Hidden {
		margin: 0;
		padding: 0;
		visibility: hidden;
	}
	form input[type="submit"], form button[type="submit"], button.edit, button.submit, button.logout, button.confirm {
		width: 120px;
	}
	form .input.text.dual input[type="text"] {
		width: 32.5%;
	}
	form .input.dual select {
		width: 28%;
	}
	form .radio {
		margin-top: 0;
	}
	form .invalid {
		background: #fcc;
		color: red;
	}
	form .required label:after {
		content: '*';
		color: red;
		padding: 2px;
	}
		form .required.radio label:after {
			content: '';
			padding: 0;
		}
	.paren {
		position: relative;
		display: inline-block;
		vertical-align: baseline;
		padding: 10px 0 0 20px;
	}
	form .toggleVisibility {
		position: absolute !important;
		right: 7px;
		top: 5px;
		padding: 4px;
		border: 0;
	}
	form .visibilityOff .visibilityOn,
	form .visibilityOn .visibilityOff {
		display: none;
	}
	
table {
	position: relative;
	table-layout: fixed;
	width: 100%;
}
	tbody {
		width: 100%;
	}
	tr {
		border-bottom: 1px solid #ccc;
		margin-bottom: 7px;
	}
	th {
		color: #2786bd;
	}
	td, th {
		padding-top: 5px;
		padding-bottom: 5px;
		vertical-align: top;
	}



/*	xs Layout	*/
@media only screen and (max-width: 767px) {

	article.container h1,
	article.container h2,
	article.container h3,
	article.container ul,
	article.container p {
		margin-left: 20px;
		margin-right: 20px;
	}
	
}
/* */