/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html {

}
body {
	margin:0px;
	padding:0px;
	background-color:#fff;
	background-image:url(img/bg.png);
	background-repeat: repeat-x;
	height:100%;
	font-family: 'FuturaStd-Light', sans-serif;
}
a {
	text-decoration:none;
}
h1 {
	margin:0px;
	padding:0px;
}
.logo {
	max-width:418px;
	height:auto;
	margin-top:30px;
	margin-bottom:0px;
}
.blue {
	width:100%;
	float:left;
	height:160px;
	background-color:#4BBBEB;
	padding:0px 10%;
}
.header {
	width:100%;
	float:left;
	height:160px;
	background-color:#fff;
	text-align:right;
	padding:0px 10%;
}
.content {
	width:100%;
	float:left;
	height:160px;
	font-size:20px;
	font-weight:300;
	color:#041147;
	line-height:28px;
	text-align:right;
	padding:0px 10%;
	background-color:#00AC5B;
}
.content strong {
	font-family: 'FuturaStd-Medium';
}
.content a {
	color:#041147;
}
.yellow {
	width:100%;
	float:left;
	height:160px;
	background-color:#F99D27;
	padding:0px 10%;
}
.pink {
	width:100%;
	float:left;
	height:160px;
	background-color:#EC82B4;
	padding:0px 10%;
}
.white {
	width:100%;
	float:left;
	height:160px;
	background-color:#fff;
	padding:0px 10%;
}
@font-face {
  font-family: 'FuturaStd-Light';
  src: url('fonts/FuturaStd-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/FuturaStd-Light.otf')  format('opentype'),
	     url('fonts/FuturaStd-Light.woff') format('woff'), url('fonts/FuturaStd-Light.ttf')  format('truetype'), url('fonts/FuturaStd-Light.svg#FuturaStd-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaStd-Medium';
  src: url('fonts/FuturaStd-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/FuturaStd-Medium.otf')  format('opentype'),
	     url('fonts/FuturaStd-Medium.woff') format('woff'), url('fonts/FuturaStd-Medium.ttf')  format('truetype'), url('fonts/FuturaStd-Medium.svg#FuturaStd-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Responsive */

@media screen and (max-width:480px) {
.logo {
	max-width:100%;
	margin-top:30px;
}
.content a {
color:#041147;}
}