@font-face {
	font-family: 'Helvetica_Reg';
	src: url('fonts/HelveticaNeueLTStd-Lt.eot');
	src: local('☺'), url('fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-Lt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica_Italic';
	src: url('fonts/HelveticaNeueLTStd-LtIt.eot');
	src: local('☺'), url('fonts/HelveticaNeueLTStd-LtIt.woff') format('woff'), url('fonts/HelveticaNeueLTStd-LtIt.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-LtIt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

input.submit {
    background: url("images/REQUEST-INFORMATION.jpg") repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 42px;
    margin-top: 20px;
    width: 200px;
}

.error2{
	color: red;
	font-size: .7em;	
	background-image: url("images/error_bubble.png");
	width: 320px;
	margin-left: -25px;
	margin-bottom: 0;
	
}

.error2 h1{
	font-size: 1.3em;
	color: red;
	margin-left: 25px;
}

.error2 ul{
	text-align: left;
	margin-top: -30px;
}

p{
	line-height: 25px;
}

.line1{
	display: block;
	margin-top: 10px;
}

input{
	display: block;
	margin-top: 10px;
}

label{
	font-weight: bold;
}

.mailer-section{
	width: 250px;
	font-size: .82em;
	margin-bottom: 20px;
}

body {
	font-size: 100%;
	background: #f0f1ed;
	margin: 0;
	padding: 0;
	font-family: helvetica,arial,verdana,sans-serif;
}

header{
	padding: 20px;
	background: url('images/bg-header.jpg');
	width: 960px;
	height: 121px;
	margin-left: -20px;
	margin-top: -20px;
	margin-bottom: 30px;
	border-bottom: 10px solid #11478e;
}

#wrapper{
	background: white;
	margin: 0 auto;
	margin-top: 20px;
	width: 960px;
	padding: 20px;
	-webkit-box-shadow: 1px 1px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 10px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 10px rgba(50, 50, 50, 0.75);
}

.left-col{
	width: 620px;
	float: left;
	line-height: 25px;
}

.right-col{
	width: 310px;
	float: right;
}

h1{
	margin-top: 10px;
	color: #11478E;
	font-family: 'Helvetica_Reg';
	text-align: left;
	font-size: 3em;
}

h2{
	margin-top: -10px;
	color: #11478E;
	font-family: 'Helvetica_Italic';
	text-align: left;
	font-size: 1.3em;
}

h3{
	text-align: left;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif
	font-weight: bold;
}

.easytofollow{
	font-size: 1em;
	color: #808080;
}

footer{
	margin-top: 400px;
	clear: both;
	width: 960px;
}

footer p{
	text-align: center;
	font-size: .8em;
	padding-top: 40px;
}

body {
  background-color: darkgrey; /* Just to be able to see white logotypes */
}

.logotypes {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.logotypes img {
  margin-right: 10px;
  margin-bottom: 10px;
  width: auto;
  max-width: 230px;
  max-height: 85px;
}