@charset "UTF-8";
/* CSS Document */

@import url(reset.css);

html {
	
}
body {
	background: #FFFFFF;
}
a {
	color: inherit;
}
a.no-decor {
	text-decoration: none;	
}
a.no-decor:hover {
	text-decoration: underline;	
}
.wrapper {
	width: 688px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Roboto Condensed";
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	background: #FFFFFF;
}
h1 {
	background: #db2998;
	text-align: center;
	height: 57px;
	line-height: 57px;
	color: #FFFFFF;
	font-size: 29px;
	letter-spacing: 5px;
	border-radius: 12px 12px 0px 0px;
}
h2 {
	color: #00A47A;
	font-size: 33px;
	text-align: center;
}
h3 {
	text-align: center;
	font-weight: 300;
	font-size: 19px;
	line-height: 1.2em;
	color: #969696;
	margin-top: 15px;
}
.table {
	display: table;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
}
.links {
	margin-left: auto;
	margin-right: auto;	
}
.links .cell {
	text-align: center;
	padding: 35px 35px 0px 35px;
	font-size: 21px;
	font-weight: 300;
}
.links .cell img:first-child {
	margin-top: 0px;
	margin-bottom: 10px;
}
.links .cell img {
	margin-top: 15px;
	margin-bottom: 0px;
}
.button {
	border-radius: 0px 0px 7px 7px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	padding: 7px 10px;
	font-size: 18px;
	background: #db2998; /* Old browsers */
	cursor: pointer;
	text-align: center;
	font-weight: 300;
}
.header {
	height: 115px;
	width: 100%;
	background: #FFFFFF;
	position: relative;
}

.header img {
	position: absolute;
	top: 45px;
	left: 0px;
}
.header .home-page {
	display: inline-block;
	position: absolute;
	right: 0px;
	bottom: 15px;
	color: #969696;
	font-size: 15px;
}
.hero {
	font-size: 0px;
}
.content {
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;
	border-radius: 0px 0px 12px 12px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer {
	margin-bottom: 50px;
}

/* ie */

.old-ie {
	background: #303030;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0px;
	left: 0px;
	padding-top: 100px;
	text-align: center; 
}
.ie8 .content, .ie8 .button, .ie8 h1 {
	behavior: url(js/PIE.htc);
	position: relative;
}