html,body {
	margin: 0;
	padding: 0;
	left:0px;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #163b3b
}

article#content {
	width: 1024px;
	max-width: calc( 100vw - 40px );
	margin: 0 auto;
	padding: 50px 20px 20px 20px;
}
article#content h1 {
	display: none;
}
article#content h2 {
	font-weight: 400;
	font-size: 1.2em;
	margin-bottom: 60px
}
article#content #logo svg {
	width: 200px;
	height: auto;
	margin-bottom: 40px
}
.FlexContainer table {
	width: 100%;
	max-width: 100%;
	overflow: hidden
}
table td {
	vertical-align: center;
	padding: 4px 0px 
}
a {
	color: #163b3b;
	text-decoration: none;
	border-bottom: 1px dotted;
	transition: all .5s ease-in-out;
}
a:hover {
	color: #46babe;
}
.label {
	text-decoration: underline
}
.FlexContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	word-wrap: break-word;
	width: 100%;
}
.FlexContainer div.flex-block {
	border-radius: 30px;
	width: 100%;
	margin: 10px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 17px 3px rgba(22,59,59,.2); 
	box-shadow: 0px 0px 17px 3px rgba(22,59,59,.2);
}
.FlexContainer div .flex-content {
	display: block;
	margin: 20px;
}
#flex-block-contact {
	text-align: left
}
iframe {
	border-radius: 20px;
}
#slogan {
	font-size: .75em
}
footer {
	opacity: .6;
	padding: 20px;
	margin-top: 100px;
	font-size: .85em;
	color: #163b3b;
	background: #FFF;
	transition: all .5s ease-in-out;
}
footer:hover {
	opacity: 1;
}
footer table td {
	vertical-align: middle;
	padding: 8px 20px;
}

footer a {
	text-align: center;
	line-height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 75px;
	border-bottom: none;
}

