html[xmlns^="http"] {
	overflow-y: scroll;
}

html {
	margin: 0;
	padding:0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #fff;
	color: #000;
	font-family: 'Vision', tahoma, arial, sans-serif;
	font-size: 20px;
	line-height: 1.25em;
	font-weight: 400;
}

h1 {
	color: #004b8d;
	line-height: 1.25em;
}

h2 {
	color: #004b8d;
	line-height: 1.25em;
}

h3 {
	color: #004b8d;
	line-height: 1.25em;
}

a {
	color: #000;
	text-decoration: underline;
}

div.container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

div.content {
	max-width: 840px;
	margin: 0 auto;
	padding: 12px;
}

div.content-wide {
	width: 100%;
	padding: 12px 0;
}

div.logo {
	float: left;
}

div.logo a {
	display: block;
	width: 150px;
	height: 75px;
	background-image: url(/images/logo.svg);
	background-size: 150px 75px;
	background-position: left center;
	background-repeat: no-repeat;
}

div.menu {
	text-align: right;
	color: transparent;
	line-height: 1.5em;
	font-weight: 700;
}

div.menu a {
	text-decoration: none;
	color: #004b8d;
}

div.menu a span.active {
	text-decoration: underline;
}

div.emotive-image {
	max-width: 840px;
	margin: 0.5em auto;
	height: 150px;
	background-size: cover;
}

div.footer-space {
	padding-bottom: 200px;
}

div.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 150px;
	background-color: #004b8d;
}

div.footer div.content {
	color: #fff;
}

div.footer div.content a {
	color: #fff;
	text-decoration: none;
}

div.footer div.content .grey {
	opacity: 0.5;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table tr.header {
	background-color: #d8e2f4;
}

table tr td {
	border-color: #004b8d;
	border-style: solid;
	border-width: 0 1px 0 1px;
	text-align: center;
}

div.flex-parent {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: stretch;
	margin: -12px -12px;
}

div.flex-child {
	box-sizing: border-box;
	flex-shrink: 1;
	flex-grow: 1;
	padding: 12px;
}

div.flex-child-2 {
	width: 50%;
}

div.flex-child-3 {
	width: 33%;
}

div.flex-child-4 {
	width: 25%;
}

p img.news {
	opacity: 0.5;
	filter: grayscale(100%);
	vertical-align: middle;
	max-width: 135px;
}

p img.news:hover {
	opacity: 1;
	filter: none;
}

h3.partner {
	line-height: 75px;
}

h3.partner img {
	vertical-align: middle;
	max-height: 50px;
	max-width: 205px;
}

p.big {
	/*text-align: center;*/
}

p.big a {
	background-color: #484848;
	border-radius: 5px;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 10px;
}

p.big i {
	font-size: 40px;
	line-height: 1.25em;
}

p.big a:hover {
	background-color: #004b8d;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
}

span.input {
	font-weight: 700;
	color: #004b8d;
}

@media (max-width: 640px) {
	/*body {
		font-size: 15px;
		line-height: 1.25em;
	}*/

	div.menu {
		text-align: center;
	}

	div.logo {
		float: none;
		padding-bottom: 12px;
	}

	div.logo a {
		width: 100%;
		height: 50px;
		background-size: 100px 50px;
		background-position: center center;
	}

	div.emotive-image {
		display: none;
	}

	div.footer-space {
		display: none;
	}

	div.footer {
		position: static;
		height: auto;
	}
	
	div.flex-child-2 {
		width: 100%;
	}

	div.flex-child-3 {
		width: 100%;
	}

	div.flex-child-4 {
		width: 50%;
	}
}
