div.header {
	background: #00628c url('/img/bg-header.gif') no-repeat top left;
	width: 100%;
	height: 88px;
	-webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.3);
	overflow: hidden;
	position: relative;
}

div.header img {
	max-width: none;
}

div.header img.logo {
	margin: 15px 56px 0;
}

div.header .cat-bar {
	width: 100%;
	height: 30px;
	line-height: 33px;
	background-color: #e4e1dd;
	color: #006488;
	position: absolute;
	bottom: 0;
	font-family: sero, arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 56px;
}

.content {
  background: #FFFFFF;
	background: rgba(255,255,255,0.9);
	margin-top: 90px;
	text-align: center;
	padding: 60px 20px 65px;
	-webkit-box-shadow: 0px 5px 10px -3px rgba(0,0,0,0.4);
	box-shadow: 0px 5px 10px -3px rgba(0,0,0,0.4);
}

.content p {
	padding: 0;
	margin: 0;
}

.content-wrapper {
	width: 560px;
	margin: 0 auto;
	text-align: left;
}

.cta {
	text-align: center;
}

.cta a {
	margin: 0 20px;
}

a.cta {
	font-size: 1.7em;
  line-height: 3em;
	text-transform: uppercase;
	padding: 7px 50px;

}

a.cta.cta-primary {
	background: #47abd1;
	color: #FFFFFF;
	border: 2px solid #47abd1;
}


a.cta.cta-primary:hover {
	background: #0ec3f7;
	border-color: #0ec3f7;
	text-decoration: none;
}

a.cta.cta-secondary {
	background: transparent;
	color: #333;
	border: 2px solid #333;
}

a.cta.cta-secondary:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #666;
	border-color: #666;
}

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello/fontello.eot?14704226');
  src: url('../fonts/fontello/fontello.eot?14704226#iefix') format('embedded-opentype'),
       url('../fonts/fontello/fontello.woff?14704226') format('woff'),
       url('../fonts/fontello/fontello.ttf?14704226') format('truetype'),
       url('../fonts/fontello/fontello.svg?14704226#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

a.cta-arrow:hover {
	text-decoration: none;
	color: #333;
}

a.cta-arrow:after {
	font-family: "fontello";
	content: '\e800';
	font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .6em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.6em;
  position: relative;
  top: -1px;
}

h1 {
	font-family: sero;
	font-size: 47px;
  line-height: 1em;
	color: #47abd1;
	display: inline-block;
}

.tagline {
	font-family: sero;
	font-style: italic;
	font-size: 2.26em;
	line-height: 1em;
}

.language-es-la .tagline,
.language-fr-fr .tagline {
  margin-bottom: 30px;
}

.content p.description {
	color: #006488;
	font-size: 1.8em;
	line-height: 1.8em;
	margin: 50px 0 40px;
}

.footer {
	position: fixed;
	bottom: 0;
	background-color: white;
	padding: 5px;
	margin: 0;
	width: 100%;
}

.language-es-la .home-description,
.language-fr-fr .home-description {
  display: none;
}