/*
"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: 50px;
	line-height: 50px;
	color: #34c59b;
	text-align: center;
    margin: 20px 0;
}
	/* .embed h1, .embed .h1 {
		display: none;
	} */
.h2, h2 {
	font-weight: 300;
	font-size: 30px;
	line-height: 33px;
	color: #34c59b;
	text-align: center;
    margin: 0 0 30px;
}
.h3, h3 {
	font-size: 25px;
	font-weight: 300;
	line-height: 35px;
	color: #34c59b;
	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;
}
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: 800px;
	margin: 0 auto;
}
	form + form {
		margin-top: 40px;
	}
	form label {
		position: relative;
		display: inline-block;
		font-weight: 300;
		vertical-align: top;
		color: #34c59b;
	}
	form .input {
		padding-top: 3px;
		padding-bottom: 6px;
		border-bottom: 1px solid #ccc;
	}
	form input, form textarea {
		position: relative;
		display: inline-block;
		vertical-align: top;
		padding: 2px 5px;
	}
	form input.currency {
		text-align: right;
	}
	form legend {
		font-size: 24px;
		font-weight: 300;
		line-height: 25px;
		color: #34c59b;
		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 .button {
		position: relative;
		display: inline-block;
	}
	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;
		}
table {
	position: relative;
	table-layout: fixed;
	width: 100%;
}
	tbody {
		width: 100%;
	}
	tr {
		border-bottom: 1px solid #ccc;
		margin-bottom: 7px;
	}
	th, .th {
		font-weight: bold;
		color: #34c59b;
	}
	td, th {
		padding-top: 5px;
		padding-bottom: 5px;
		vertical-align: top;
	}

.currency {
	text-align: right;
}
.table.narrow {
	max-width: 300px;
}
	/* .narrow .currency {
		width: 100px;
	} */
	.narrow .total .td {
		border-top: 2px solid #777;
		font-weight: bold;
	}
input[type="text"].amount {
	width: 80px;
}
label input[type="radio"].currency {
	margin: 7px 2px 0 5px;
}
#buttonContainer {
	margin: 20px 0 0;
	text-align: center;
}