body {
	margin: 0;
	width:100%;
	color:#3B3B3B;
	/*background-color:#d4d4d4;*/
}

.button {
    display: inline-block;
    margin-bottom: 15px;
    padding: 6px 13px;
    outline: medium none;
    border: none;
    background-color: #A0C4A8;
    color: #fff;
    vertical-align: baseline;
    text-align: center;
    text-decoration: none;
    font-family: "Arial";
    cursor: pointer;
}

header {
    position: relative;
    width: 100%;
/*    height: 200px;*/
    display: block;
}

footer {
	position: relative;
	width: 100%;
	height: 30%;
	display:block;
	background:#A0C4A8;
}

input[type=text], input[type=email], input[type=url],
textarea {
	display: inline-block;
	box-shadow: none;
	color: #9e9e9e;
	font-size: 14px;
	font-family: Arial, sans-serif;
	padding: 6px 8px 7px;
	width: 50%;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	background-color: #ebebeb;
	box-sizing: border-box;
	border-radius: 0;
	outline: none;
}

.message-form-message textarea {
	/* padding-left: 30px; */
	min-height: 150px;
}

input[type=text]:focus:valid, input[type=text]:focus:invalid,
input[type=email]:focus:valid, input[type=email]:focus:invalid,
input[type=url]:focus:valid, input[type=url]:focus:invalid {
	color: #9e9e9e;
}

input[type=text]:focus:invalid, input[type=email]:focus:invalid,
input[type=url]:focus:invalid {
	border-color: #774A4F;
}

input[type=text]:valid, input[type=email]:valid,
input[type=url]:valid {
	color: #9e9e9e;
}

input[type=text]:invalid, input[type=email]:invalid,
input[type=url]:invalid {
	color: #774A4F;
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus,
textarea:focus {
	border-color: #A0C4A8;
	background-color: #ffffff;
	box-sizing: border-box;
	border-radius: 0;
	outline: none;
}

svg {
	margin: 0;
	padding:0;
}

ul#nav { padding: 0px; }

li.empty {
	list-style-type: none;
}

li.second {
	list-style-type: circle;
}

ul.first {
	/* margin-top: 0.5em; */
	margin-bottom: 0;
	width: 100%;
	list-style-type: disc;
}

/* ul.first:first-child { */
/* 	margin-top: 0; */
/* } */

ul.second {
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	list-style-type: circle;
}

.content .text ul.wide li{
	margin-bottom: 1em;
}

.content .text ul.wide li:last-child {
	margin-bottom: 0;
}

ul label {
	display: block;
	float: left;
	margin: 0 0 0 -70px;
}

ul label.twoline {
	margin-top: -.5em;
}

.text ul {
	display: inline-block;
}

#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 50px;
	padding-left: 50px;
    	font-family: 'Roboto Condensed', sans-serif;
    	font-weight: 700;
    	font-size:30pt;
}

#nav a {
	color:#A0C4A8;
    	text-decoration:none;
}

#nav a.active {
	color:#38B254;
    	text-decoration:none;
}
.container {
    	position: relative;
    	height:100%;
	width: 100%;
   	margin: 0 auto;
   	margin-left: auto;
   	margin-right: auto;
    	background-color: transparent;
    	text-align:center;
    	font-family: 'Roboto Condensed', sans-serif;
    	font-weight: 300;
    	font-size:20pt;
    	/* background: #dea0ef; */
}

.content {
    	position: relative;
/*    float: left;*/
    	width: 70%;
    	height:auto;
	margin: 0 auto;
   	margin-left: auto;
   	margin-right: auto;
   	background: transparent;
/*    margin-top: -10px;
    margin-bottom: 16px;
    margin-left: 26px;*/
    	/* background: #dfdfdf; */
/*    border-top: 3px solid #fff;*/
}

.content:after {
	content:"";
	display:block;
	clear:both;
}

footer .content {
	margin-top: 0;
	margin-bottom: 0;
	height:90%;
	width: 50%;
	/* background: #dfdfdf; */
}

footer .content:after {
	content:"";
	display:block;
	clear:both;
}

.content .header {
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
	/* background: #ffefdf; */
}

.content .header .symbol {
	display: inline-block;
	position: relative;
	float:left;
	height: 100%;
	margin-left:0;
	vertical-align: middle;
/*	background: #ffdfdf;*/
}

.symbol svg {
	display: block;
	margin: 0;
	height:100%;
	width:auto;
}

.content .header .text {
	float:left;
	width: auto;
	margin: 0 auto;
	padding: 0;
	padding-left: 1%;
	padding-right: 1%;
	line-height: inherit;
	/* background: #ffd0d0; */
    	font-family: 'Roboto Condensed', sans-serif;
    	font-weight: 400;
    	font-size:14pt;
}

.content .header .line {
	float: none;
	overflow: hidden;
	height:50px;
	/* backg	round: #ffa0a0; */
}

.line svg {
	float: none;
	width: 100%;
	height: 5px;
	display: inline-block;
	vertical-align: middle;
}

.content .text {
	position: relative;
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	margin-left: 4%;
	margin-top: 2%;
	margin-bottom: 4%;
	padding: 0;
	line-height: inherit;
	/* background: #ffd0d0; */
	/* text */
    	font-family: 'Roboto Condensed', sans-serif;
    	font-weight: 300;
    	font-size: 20pt;
    	text-align: center;
}

.content .text:after {
	content:"";
	display:block;
	clear:both;
}

.content .text li {
	margin-bottom: .25em;
}
.content .fragment {
	display: inline-block;
	/* positioning */
	position:relative;
	float: left;
	height: auto;
	width: 25%;
	margin: 0;
	padding-left: 15px;
	padding-right:15px;
	box-sizing: border-box;
	/* text */
	text-align: center;
}

.content .f1 {
	width: 100%;
	/* background: #0d0d0d; */
}

.content .f09 {
	width: 90%;
}

.content .f08 {
	width: 80%;
}

.content .f075 {
	width: 75%;
}

.content .f06 {
	width: 66.666%;
}

.content .f05 {
	width: 50%;
	/* background: #0d0d0d; */
}
.content .f03 {
	width: 33.333%;
	/* background: #0d0d0d; */
}
.content .f04 {
	width: 25%;
	/* background: #0d0d0d; */
}

.content .centered {
	float: none;
	margin: 0 auto;
}

footer .content .fragment {
	/* positioning */
	padding-top:20px;
	/* text */
	color: #ffffff;
	text-align: left;
}

.fragment .header {
	height: 1.5em;
	line-height: 1.5em;
}

.fragment .header .text {
	float:left;
	width: auto;
	margin: 0 auto;
	padding: 0;
	padding-left: 1%;
	padding-right: 1%;
	line-height: inherit;
	/* background: #ffd0d0; */
    	font-family: 'Roboto Condensed', sans-serif;
    	font-weight: 400;
    	font-size:14pt;
}

.fragment .text:after {
	content:"";
	display:block;
	clear:both;
}

.fragment .header .symbol {
	display: inline-block;
	position: relative;
	float:left;
	height: 100%;
	margin: 0;
	vertical-align: middle;
	/* background : #ffdfdf; */
}

.fragment svg {
	display: inline-block;
	height: 70px;
	width: auto;
	margin: 0 auto;
	margin-top: 10%;
	margin-bottom: 10%;
}

.fragment .header svg {
	display: inline-block;
	height: 100%;
	width: auto;
	margin: 0;
	margin-top: 10%;
	margin-bottom: 10%;
}

.fragment .header .symbol svg {
	margin: 0;
}

.fragment h4 {
	margin-top:0.5em;
	margin-bottom:0.5em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 20pt;
	color: inherit;
}

.fragment h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 18pt;
	color: inherit;
}

.fragment p,ul{
	margin-top: 0.5em;
	margin-bottom:0.5em;
    	font-family: 'Roboto Condensed', sans-serif;
    	font-weight: 300;
    	font-size: 16pt;
}

.fragment.running p,ul {
	font-size: 14pt;
}

footer .content .fragment p {
	margin-top: 0.5em;
	margin-bottom:0.5em;
    	font-family: 'Roboto Condensed', sans-serif;
    	font-weight: 300;
    	font-size: 14pt;
}

footer .content .fragment p svg {
	width:auto;
	height:15px;
	margin:0;
	margin-right: 0.5em;
}

.separator {
	border-left: 2px solid #E5FFEB;
}

.separator:first-child {
	border: none;
}

.required {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 10pt;
	font-style: italic;
	color: inherit;
}

footer .sitemap {
	height:10%;
	background:transparent;
	/* background: #0a0a0a; */
}

.sitemap ul {
	margin: 0;
	padding: 0px;
	}

.sitemap li {
	display: inline-block;
	list-style-type: none;
	padding-right: 2%;
	padding-left: 2%;
    	font-family: 'Roboto Condensed', sans-serif;
    	font-weight: inherit;
    	font-size: 14px;
    	border-left: 1px solid #ffffff;
}

.sitemap li:first-child {
    	border-left: none;
}

.sitemap a {
	color:#ffffff;
    	text-decoration:none;
}

.sitemap a:hover {
	color:#ffffff;
    	text-decoration:underline;
}

.logo {position: relative;
    width: 200px;
    /*height: 70px;*/
    margin: 0 auto;
}

.semi-bold {
	font-weight: 400;
}
.italic{
	font-style: italic;
}

.monospaced {
	font-family: 'Source Code Pro';
	font-size: 14pt;
}

.content .left-align {
	text-align: left;
}

.content .running {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 14pt;
	color: inherit;
}
